From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 03:40:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC9116A41F for ; Sun, 21 Aug 2005 03:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C3F743D45 for ; Sun, 21 Aug 2005 03: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.3/8.13.3) with ESMTP id j7L3eF1v092115 for ; Sun, 21 Aug 2005 03:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L3eFBL092114; Sun, 21 Aug 2005 03:40:15 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 03:40:15 GMT Resent-Message-Id: <200508210340.j7L3eFBL092114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Ruell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D0916A41F; Sun, 21 Aug 2005 03:31:24 +0000 (GMT) (envelope-from stoerte@dreamwarrior.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A91A43D46; Sun, 21 Aug 2005 03:31:23 +0000 (GMT) (envelope-from stoerte@dreamwarrior.net) Received: from reverse-82-141-60-103.dialin.kamp-dsl.de [82.141.60.103] (helo=sisyphos.foobar.ath.cx) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML29c-1E6gYL3Miz-0006nr; Sun, 21 Aug 2005 05:31:21 +0200 Received: from stoerte by sisyphos.foobar.ath.cx with local (Exim 4.52 (FreeBSD)) id 1E6gZA-000GP8-Oh; Sun, 21 Aug 2005 05:32:12 +0200 Message-Id: Date: Sun, 21 Aug 2005 05:32:12 +0200 From: Frank Ruell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dd@FreeBSD.org Subject: ports/85169: [patch] update editors/mg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Ruell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 03:40:17 -0000 >Number: 85169 >Category: ports >Synopsis: [patch] update editors/mg >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 Aug 21 03:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Ruell >Release: FreeBSD 6.0-BETA2 i386 >Organization: >Environment: System: FreeBSD sisyphos.foobar.ath.cx 6.0-BETA2 FreeBSD 6.0-BETA2 #1: Fri Aug 19 17:50:12 CEST 2005 root@sisyphos.foobar.ath.cx:/usr/obj/usr/src/sys/SISYPHOS i386 >Description: It's mostly the same version that comes with OpenBSD 3.7. Most important improvements that comes with this update: * resizing your xterm doesn't hose Mg anymore * modbar is now displayed correctly * it has undo! it overall just "feels" better. Patches are shamelessly stollen from Han: * http://www.xs4all.nl/~hanb/software/mg/ who maintains a portable version of Mg. >How-To-Repeat: make tarball && make makesum && make install >Fix: --- editors_mg_20050820.diff begins here --- diff -rN -u old-mg/Makefile new-mg/Makefile --- old-mg/Makefile 2005-08-21 04:59:23.000000000 +0200 +++ new-mg/Makefile 2005-08-21 04:59:23.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= mg -PORTVERSION= 20010514 +PORTVERSION= 20050820 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd @@ -44,10 +44,11 @@ # Ports build/install stuff stops here. Tarball creation stuff begins here. # CVS_CMD?= cvs -z3 -CVS_DATE= Mon May 14 17:41:46 PDT 2001 +CVS_DATE= Sat Aug 20 21:22:23 UTC 2005 CVS_SITES?= anoncvs@anoncvs3.usa.openbsd.org:/cvs \ anoncvs@anoncvs1.ca.openbsd.org:/cvs CVS_MODULE= src/usr.bin/mg +CVS_STRTONUM= src/lib/libc/stdlib/strtonum.c # # CVS checkout stuff mostly stolen from security/openssh-askpass port by @@ -59,12 +60,14 @@ for CVS_SITE in ${CVS_SITES}; do \ ${ECHO_MSG} ">> Attempting to check out from $${CVS_SITE}."; \ if ${CVS_CMD} -d $${CVS_SITE} co -D "${CVS_DATE}" \ - ${CVS_MODULE}; then \ + ${CVS_MODULE} ${CVS_STRTONUM}; then \ cd ${DISTDIR}; \ ${ECHO_MSG} ">> Creating dist tarball in ${DISTDIR}"; \ ${ECHO_MSG} ">> \"${PKGNAME}.tar.gz\"."; \ ${MV} ${PKGNAME}/${CVS_MODULE} \ ${PKGNAME}/${CVS_MODULE:H}/${PKGNAME}; \ + ${MV} ${PKGNAME}/${CVS_STRTONUM} \ + ${PKGNAME}/${CVS_MODULE:H}/${PKGNAME}; \ ${TAR} -cz \ -X ${FILESDIR}/tarignore \ -f ${PKGNAME}.tar.gz \ diff -rN -u old-mg/distinfo new-mg/distinfo --- old-mg/distinfo 2005-08-21 04:59:23.000000000 +0200 +++ new-mg/distinfo 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -MD5 (mg-20010514.tar.gz) = 36c7ef4af945ccedded2ca9e0635eb2a -SIZE (mg-20010514.tar.gz) = 100747 diff -rN -u old-mg/files/patch-Makefile new-mg/files/patch-Makefile --- old-mg/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ new-mg/files/patch-Makefile 2005-08-21 04:59:23.000000000 +0200 @@ -0,0 +1,10 @@ +diff -u -x _darcs -ur _darcs/current/Makefile ./Makefile +--- _darcs/current/Makefile Thu Mar 10 19:27:47 2005 ++++ ./Makefile Sun Aug 21 02:41:52 2005 +@@ -29,4 +29,6 @@ + # + SRCS+= grep.c theo.c mail.c + ++SRCS+= strtonum.c ++ + .include diff -rN -u old-mg/files/patch-def.h new-mg/files/patch-def.h --- old-mg/files/patch-def.h 1970-01-01 01:00:00.000000000 +0100 +++ new-mg/files/patch-def.h 2005-08-21 04:59:23.000000000 +0200 @@ -0,0 +1,11 @@ +diff -u -x _darcs -ur _darcs/current/def.h ./def.h +--- _darcs/current/def.h Tue Jun 14 20:14:40 2005 ++++ ./def.h Sun Aug 21 02:30:50 2005 +@@ -3,6 +3,7 @@ + /* This file is in the public domain. */ + + #include ++#include "queue.h" + + /* + * This file is the general header file for all parts diff -rN -u old-mg/files/patch-queue.h new-mg/files/patch-queue.h --- old-mg/files/patch-queue.h 1970-01-01 01:00:00.000000000 +0100 +++ new-mg/files/patch-queue.h 2005-08-21 04:59:23.000000000 +0200 @@ -0,0 +1,4 @@ +--- /dev/null Sun Aug 21 03:44:00 2005 ++++ queue.h Sun Aug 21 02:27:51 2005 +@@ -0,0 +1 @@ ++#define LIST_END(head) NULL diff -rN -u old-mg/files/patch-sysdef.h new-mg/files/patch-sysdef.h --- old-mg/files/patch-sysdef.h 2005-08-21 04:59:23.000000000 +0200 +++ new-mg/files/patch-sysdef.h 2005-08-21 04:59:23.000000000 +0200 @@ -1,9 +1,11 @@ ---- sysdef.h.orig Mon Dec 29 11:37:41 2003 -+++ sysdef.h Mon Dec 29 11:38:00 2003 -@@ -23,5 +23,5 @@ - struct fileinfo { - mode_t fi_mode; - uid_t fi_uid; -- gid_t short fi_gid; -+ gid_t fi_gid; +diff -u -x _darcs -ur _darcs/current/sysdef.h ./sysdef.h +--- _darcs/current/sysdef.h Tue Jun 14 20:14:40 2005 ++++ ./sysdef.h Sun Aug 21 02:47:40 2005 +@@ -26,3 +26,7 @@ + gid_t fi_gid; + mode_t fi_mode; }; ++ ++#ifndef LOGIN_NAME_MAX ++#define LOGIN_NAME_MAX MAXLOGNAME ++#endif --- editors_mg_20050820.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 03:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2820516A41F for ; Sun, 21 Aug 2005 03:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 318FA43D53 for ; Sun, 21 Aug 2005 03: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.3/8.13.3) with ESMTP id j7L3o8fo092295 for ; Sun, 21 Aug 2005 03:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L3o8GV092294; Sun, 21 Aug 2005 03:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 03:50:08 GMT Resent-Message-Id: <200508210350.j7L3o8GV092294@freefall.freebsd.org> 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 Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8280216A41F for ; Sun, 21 Aug 2005 03:47:57 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD8343D45 for ; Sun, 21 Aug 2005 03:47:55 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 5ED5F877C92; Sun, 21 Aug 2005 13:47:54 +1000 (EST) Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id 1E8D0877C52 for ; Sun, 21 Aug 2005 13:47:54 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 49A75877C51 for ; Sun, 21 Aug 2005 13:47:51 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 5BC3B6154; Sun, 21 Aug 2005 13:47:50 +1000 (EST) Message-Id: <20050821034750.5BC3B6154@k7.mavetju> Date: Sun, 21 Aug 2005 13:47:50 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85170: [maintainer update] deskutils/plans to 7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 03:50:13 -0000 >Number: 85170 >Category: ports >Synopsis: [maintainer update] deskutils/plans to 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: Sun Aug 21 03:50:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386 >Description: upgrade to 7.0 for safekeeping until after ports freeze >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/deskutils/plans/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 12 May 2005 04:25:19 -0000 1.11 +++ Makefile 21 Aug 2005 03:46:27 -0000 @@ -7,7 +7,7 @@ # PORTNAME= plans -PORTVERSION= 6.7.3 +PORTVERSION= 7.0 CATEGORIES= deskutils www MASTER_SITES= http://www.planscalendar.com/release/:plans \ http://www.freebsd.org/gifs/:logo Index: distinfo =================================================================== RCS file: /home/pcvs/ports/deskutils/plans/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 12 May 2005 04:25:19 -0000 1.11 +++ distinfo 21 Aug 2005 03:46:27 -0000 @@ -1,4 +1,4 @@ -MD5 (plans_6.7.3.zip) = 7aa3d4c4533d8b4bbe6f445c5a8615ee -SIZE (plans_6.7.3.zip) = 556401 +MD5 (plans_7.0.zip) = 94ac029acf34a96b15711e03709e49b5 +SIZE (plans_7.0.zip) = 581791 MD5 (powerani.gif) = b0f85a6c41817a2dcad0ffe6f0729fa8 SIZE (powerani.gif) = 7203 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/deskutils/plans/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 20 Mar 2005 12:42:15 -0000 1.3 +++ pkg-plist 21 Aug 2005 03:46:27 -0000 @@ -1,14 +1,114 @@ -%%DIR%%/us_english.pl -%%DIR%%/theme/upcoming_events.css -%%DIR%%/theme/plans.template -%%DIR%%/theme/plans.css -%%DIR%%/theme/icons/tree_50x50.gif +%%DIR%%/data/calendars.xml +%%DIR%%/email_reminders.cgi +%%DIR%%/data/email_reminders.xml +%%DIR%%/data/events.xml +%%DIR%%/gpl.txt +%%DIR%%/data/new_calendars.xml +%%DIR%%/data/pending_actions.xml +%%DIR%%/plans.cgi +%%DIR%%/plans_config.pl +%%DIR%%/data/plans_discovery.xml +%%DIR%%/plans_lib.pl +%%DIR%%/theme/color_select.css +%%DIR%%/theme/color_select.js +%%DIR%%/theme/graphics/color_select_icon.gif +%%DIR%%/theme/graphics/date_circle.gif +%%DIR%%/theme/graphics/freebsd.gif +%%DIR%%/theme/graphics/hue_blend.png +%%DIR%%/theme/graphics/linux.gif +%%DIR%%/theme/graphics/linuxpowered_tux.jpg +%%DIR%%/theme/graphics/poweredby.gif +%%DIR%%/theme/graphics/sv_blend.png +%%DIR%%/theme/graphics/unit_number_patch_0_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_0_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_0_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_1_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_1_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_1_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_2_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_2_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_2_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_3_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_3_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_3_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_4_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_4_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_4_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_5_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_5_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_5_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_6_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_6_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_6_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_7_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_7_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_7_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_8_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_8_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_8_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_9_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_9_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_9_40x25.gif +%%DIR%%/theme/icons/1st_aid_16x16.gif +%%DIR%%/theme/icons/1st_aid_32x32.gif +%%DIR%%/theme/icons/1st_aid_50x50.gif +%%DIR%%/theme/icons/B-P_16x16.gif +%%DIR%%/theme/icons/B-P_32x32.gif +%%DIR%%/theme/icons/B-P_50x50.gif +%%DIR%%/theme/icons/apple_16x16.gif +%%DIR%%/theme/icons/apple_32x32.gif +%%DIR%%/theme/icons/apple_50x50.gif +%%DIR%%/theme/icons/axe_16x16.gif +%%DIR%%/theme/icons/axe_32x32.gif +%%DIR%%/theme/icons/axe_50x50.gif +%%DIR%%/theme/icons/beartracks_16x16.gif +%%DIR%%/theme/icons/beartracks_32x32.gif +%%DIR%%/theme/icons/beartracks_50x50.gif %%DIR%%/theme/icons/bee_16x16.gif %%DIR%%/theme/icons/bee_32x32.gif %%DIR%%/theme/icons/bee_50x50.gif +%%DIR%%/theme/icons/bellpepper_16x16.gif +%%DIR%%/theme/icons/bellpepper_32x32.gif +%%DIR%%/theme/icons/bellpepper_50x50.gif +%%DIR%%/theme/icons/bike_16x16.gif +%%DIR%%/theme/icons/bike_32x32.gif +%%DIR%%/theme/icons/bike_50x50.gif +%%DIR%%/theme/icons/blank_16x16.gif +%%DIR%%/theme/icons/blank_32x32.gif +%%DIR%%/theme/icons/blank_50x50.gif +%%DIR%%/theme/icons/bob_wolf_bear_16x16.gif +%%DIR%%/theme/icons/bob_wolf_bear_32x32.gif +%%DIR%%/theme/icons/bob_wolf_bear_50x50.gif +%%DIR%%/theme/icons/bsa_rwb2_16x16.gif +%%DIR%%/theme/icons/bsa_rwb2_32x32.gif +%%DIR%%/theme/icons/bsa_rwb2_50x50.gif +%%DIR%%/theme/icons/bsa_rwb_16x16.gif +%%DIR%%/theme/icons/bsa_rwb_32x32.gif +%%DIR%%/theme/icons/bsa_rwb_50x50.gif +%%DIR%%/theme/icons/bullet_point_16x16.gif +%%DIR%%/theme/icons/bullet_point_32x32.gif +%%DIR%%/theme/icons/bullet_point_50x50.gif +%%DIR%%/theme/icons/canoe_16x16.gif +%%DIR%%/theme/icons/canoe_32x32.gif +%%DIR%%/theme/icons/canoe_50x50.gif +%%DIR%%/theme/icons/check_16x16.gif +%%DIR%%/theme/icons/check_32x32.gif +%%DIR%%/theme/icons/check_50x50.gif +%%DIR%%/theme/icons/church_16x16.gif +%%DIR%%/theme/icons/church_32x32.gif +%%DIR%%/theme/icons/church_50x50.gif +%%DIR%%/theme/icons/clipboard_16x16.gif +%%DIR%%/theme/icons/clipboard_32x32.gif +%%DIR%%/theme/icons/clipboard_50x50.gif +%%DIR%%/theme/icons/clock2_16x16.gif +%%DIR%%/theme/icons/clock2_32x32.gif +%%DIR%%/theme/icons/clock2_50x50.gif %%DIR%%/theme/icons/clock3_16x16.gif %%DIR%%/theme/icons/clock3_32x32.gif %%DIR%%/theme/icons/clock3_50x50.gif +%%DIR%%/theme/icons/clock_16x16.gif +%%DIR%%/theme/icons/clock_32x32.gif +%%DIR%%/theme/icons/clock_50x50.gif %%DIR%%/theme/icons/clover_16x16.gif %%DIR%%/theme/icons/clover_32x32.gif %%DIR%%/theme/icons/clover_50x50.gif @@ -21,13 +121,62 @@ %%DIR%%/theme/icons/compass2_16x16.gif %%DIR%%/theme/icons/compass2_32x32.gif %%DIR%%/theme/icons/compass2_50x50.gif +%%DIR%%/theme/icons/compass_16x16.gif +%%DIR%%/theme/icons/compass_32x32.gif +%%DIR%%/theme/icons/compass_50x50.gif +%%DIR%%/theme/icons/cs_logo_16x16.gif +%%DIR%%/theme/icons/cs_logo_32x32.gif +%%DIR%%/theme/icons/cs_logo_50x50.gif %%DIR%%/theme/icons/district_commissioner_16x16.gif %%DIR%%/theme/icons/district_commissioner_32x32.gif %%DIR%%/theme/icons/district_commissioner_50x50.gif %%DIR%%/theme/icons/district_committee_16x16.gif -%%DIR%%/theme/icons/flowers_16x16.gif %%DIR%%/theme/icons/district_committee_32x32.gif %%DIR%%/theme/icons/district_committee_50x50.gif +%%DIR%%/theme/icons/dollar_sign_16x16.gif +%%DIR%%/theme/icons/dollar_sign_32x32.gif +%%DIR%%/theme/icons/dollar_sign_50.50.gif +%%DIR%%/theme/icons/dollar_sign_50x50.gif +%%DIR%%/theme/icons/e_frame_pack_16x16.gif +%%DIR%%/theme/icons/e_frame_pack_32x32.gif +%%DIR%%/theme/icons/e_frame_pack_50x50.gif +%%DIR%%/theme/icons/eagle_medal_16x16.gif +%%DIR%%/theme/icons/eagle_medal_32x32.gif +%%DIR%%/theme/icons/eagle_medal_50x50.gif +%%DIR%%/theme/icons/easteregg_16x16.gif +%%DIR%%/theme/icons/easteregg_32x32.gif +%%DIR%%/theme/icons/easteregg_50x50.gif +%%DIR%%/theme/icons/envelope_16x16.gif +%%DIR%%/theme/icons/envelope_32x32.gif +%%DIR%%/theme/icons/envelope_50x50.gif +%%DIR%%/theme/icons/exclamation_16x16.gif +%%DIR%%/theme/icons/exclamation_32x32.gif +%%DIR%%/theme/icons/exclamation_50x50.gif +%%DIR%%/theme/icons/exploring_logo_16x16.gif +%%DIR%%/theme/icons/exploring_logo_32x32.gif +%%DIR%%/theme/icons/exploring_logo_50x50.gif +%%DIR%%/theme/icons/figure_8_knot_16x16.gif +%%DIR%%/theme/icons/figure_8_knot_32x32.gif +%%DIR%%/theme/icons/figure_8_knot_50x50.gif +%%DIR%%/theme/icons/fire_16x16.gif +%%DIR%%/theme/icons/fire_32x32.gif +%%DIR%%/theme/icons/fire_50x50.gif +%%DIR%%/theme/icons/firstclass_16x16.gif +%%DIR%%/theme/icons/firstclass_32x32.gif +%%DIR%%/theme/icons/firstclass_50x50.gif +%%DIR%%/theme/icons/fish_16x16.gif +%%DIR%%/theme/icons/fish_32x32.gif +%%DIR%%/theme/icons/fish_50x50.gif +%%DIR%%/theme/icons/fleur_logo_16x16.gif +%%DIR%%/theme/icons/fleur_logo_32x32.gif +%%DIR%%/theme/icons/fleur_logo_50x50.gif +%%DIR%%/theme/icons/flower_16x16.gif +%%DIR%%/theme/icons/flower_32x32.gif +%%DIR%%/theme/icons/flower_50x50.gif +%%DIR%%/theme/icons/flowerpot_16x16.gif +%%DIR%%/theme/icons/flowerpot_32x32.gif +%%DIR%%/theme/icons/flowerpot_50x50.gif +%%DIR%%/theme/icons/flowers_16x16.gif %%DIR%%/theme/icons/flowers_32x32.gif %%DIR%%/theme/icons/flowers_50x50.gif %%DIR%%/theme/icons/footprint_16x16.gif @@ -36,289 +185,147 @@ %%DIR%%/theme/icons/fos_16x16.gif %%DIR%%/theme/icons/fos_32x32.gif %%DIR%%/theme/icons/fos_50x50.gif +%%DIR%%/theme/icons/globe_16x16.gif +%%DIR%%/theme/icons/globe_32x32.gif +%%DIR%%/theme/icons/globe_50x50.gif %%DIR%%/theme/icons/grad_cap_16x16.gif %%DIR%%/theme/icons/grad_cap_32x32.gif %%DIR%%/theme/icons/grad_cap_50x50.gif +%%DIR%%/theme/icons/grapes_16x16.gif +%%DIR%%/theme/icons/grapes_32x32.gif +%%DIR%%/theme/icons/grapes_50x50.gif +%%DIR%%/theme/icons/gsusa_logo_16x16.gif +%%DIR%%/theme/icons/gsusa_logo_32x32.gif +%%DIR%%/theme/icons/gsusa_logo_50x50.gif %%DIR%%/theme/icons/heart2_16x16.gif %%DIR%%/theme/icons/heart2_32x32.gif %%DIR%%/theme/icons/heart2_50x50.gif -%%DIR%%/theme/icons/tree_16x16.gif -%%DIR%%/theme/icons/philmont_16x16.gif +%%DIR%%/theme/icons/heart_16x16.gif +%%DIR%%/theme/icons/heart_32x32.gif +%%DIR%%/theme/icons/heart_50x50.gif +%%DIR%%/theme/icons/i_frame_pack_16x16.gif +%%DIR%%/theme/icons/i_frame_pack_32x32.gif +%%DIR%%/theme/icons/i_frame_pack_50x50.gif %%DIR%%/theme/icons/jackolantern_16x16.gif %%DIR%%/theme/icons/jackolantern_32x32.gif %%DIR%%/theme/icons/jackolantern_50x50.gif +%%DIR%%/theme/icons/knife_16x16.gif +%%DIR%%/theme/icons/knife_32x32.gif +%%DIR%%/theme/icons/knife_50x50.gif +%%DIR%%/theme/icons/lightbulb_16x16.gif +%%DIR%%/theme/icons/lightbulb_32x32.gif +%%DIR%%/theme/icons/lightbulb_50x50.gif +%%DIR%%/theme/icons/news_16x16.gif +%%DIR%%/theme/icons/news_32x32.gif +%%DIR%%/theme/icons/news_50x50.gif +%%DIR%%/theme/icons/oa_logo_16x16.gif +%%DIR%%/theme/icons/oa_logo_32x32.gif +%%DIR%%/theme/icons/oa_logo_50x50.gif +%%DIR%%/theme/icons/oa_logo_plain.gif +%%DIR%%/theme/icons/old_scout_16x16.gif +%%DIR%%/theme/icons/old_scout_32x32.gif +%%DIR%%/theme/icons/old_scout_50x50.gif +%%DIR%%/theme/icons/paintpalette.gif +%%DIR%%/theme/icons/paintpalette_16x16.gif +%%DIR%%/theme/icons/paintpalette_32x32.gif +%%DIR%%/theme/icons/paintpalette_50x50.gif +%%DIR%%/theme/icons/paperclip_16x16.gif +%%DIR%%/theme/icons/paperclip_32x32.gif +%%DIR%%/theme/icons/paperclip_50x50.gif +%%DIR%%/theme/icons/peach_16x16.gif +%%DIR%%/theme/icons/peach_32x32.gif +%%DIR%%/theme/icons/peach_50x50.gif +%%DIR%%/theme/icons/pencil_16x16.gif +%%DIR%%/theme/icons/pencil_32x32.gif +%%DIR%%/theme/icons/pencil_50x50.gif +%%DIR%%/theme/icons/philmont_16x16.gif %%DIR%%/theme/icons/philmont_32x32.gif %%DIR%%/theme/icons/philmont_50x50.gif +%%DIR%%/theme/icons/plane_16x16.gif +%%DIR%%/theme/icons/plane_32x32.gif +%%DIR%%/theme/icons/plane_50x50.gif +%%DIR%%/theme/icons/popcorn_16x16.gif +%%DIR%%/theme/icons/popcorn_32x32.gif +%%DIR%%/theme/icons/popcorn_50x50.gif +%%DIR%%/theme/icons/powderhorn_16x16.gif +%%DIR%%/theme/icons/powderhorn_32x32.gif +%%DIR%%/theme/icons/powderhorn_50x50.gif %%DIR%%/theme/icons/pumpkin2_16x16.gif %%DIR%%/theme/icons/pumpkin2_32x32.gif %%DIR%%/theme/icons/pumpkin2_50x50.gif +%%DIR%%/theme/icons/pumpkin_16x16.gif +%%DIR%%/theme/icons/pumpkin_32x32.gif +%%DIR%%/theme/icons/pumpkin_50x50.gif +%%DIR%%/theme/icons/scout_sign_16x16.gif +%%DIR%%/theme/icons/scout_sign_32x32.gif +%%DIR%%/theme/icons/scout_sign_50x50.gif +%%DIR%%/theme/icons/smiley_16x16.gif +%%DIR%%/theme/icons/smiley_32x32.gif +%%DIR%%/theme/icons/smiley_50x50.gif %%DIR%%/theme/icons/sneakers_16x16.gif %%DIR%%/theme/icons/sneakers_32x32.gif %%DIR%%/theme/icons/sneakers_50x50.gif +%%DIR%%/theme/icons/snowflake_16x16.gif +%%DIR%%/theme/icons/snowflake_32x32.gif +%%DIR%%/theme/icons/snowflake_50x50.gif +%%DIR%%/theme/icons/square_knot_16x16.gif +%%DIR%%/theme/icons/square_knot_32x32.gif +%%DIR%%/theme/icons/square_knot_50x50.gif +%%DIR%%/theme/icons/star_david_16x16.gif +%%DIR%%/theme/icons/star_david_32x32.gif +%%DIR%%/theme/icons/star_david_50x50.gif +%%DIR%%/theme/icons/starfish_16x16.gif +%%DIR%%/theme/icons/starfish_32x32.gif +%%DIR%%/theme/icons/starfish_50x50.gif +%%DIR%%/theme/icons/sun_16x16.gif +%%DIR%%/theme/icons/sun_32x32.gif +%%DIR%%/theme/icons/sun_50x50.gif +%%DIR%%/theme/icons/tent_16x16.gif +%%DIR%%/theme/icons/tent_32x32.gif +%%DIR%%/theme/icons/tent_50x50.gif %%DIR%%/theme/icons/trained_16x16.gif %%DIR%%/theme/icons/trained_32x32.gif %%DIR%%/theme/icons/trained_50x50.gif +%%DIR%%/theme/icons/tree_16x16.gif %%DIR%%/theme/icons/tree_32x32.gif -%%DIR%%/theme/icons/wreath_50x50.gif -%%DIR%%/theme/icons/wreath_32x32.gif -%%DIR%%/theme/icons/wreath_16x16.gif -%%DIR%%/theme/icons/woodbadge_50x50.gif -%%DIR%%/theme/icons/woodbadge_32x32.gif -%%DIR%%/theme/icons/woodbadge_16x16.gif -%%DIR%%/theme/icons/wolftracks_50x50.gif -%%DIR%%/theme/icons/wolftracks_32x32.gif -%%DIR%%/theme/icons/wolftracks_16x16.gif -%%DIR%%/theme/icons/webelos_patch_50x50.gif -%%DIR%%/theme/icons/webelos_patch_32x32.gif -%%DIR%%/theme/icons/webelos_patch_16x16.gif -%%DIR%%/theme/icons/venture_logo_50x50.gif -%%DIR%%/theme/icons/venture_logo_32x32.gif -%%DIR%%/theme/icons/venture_logo_16x16.gif -%%DIR%%/theme/icons/us_flag_50x50.gif -%%DIR%%/theme/icons/us_flag_32x32.gif -%%DIR%%/theme/icons/us_flag_16x16.gif -%%DIR%%/theme/icons/tux_50x50.gif -%%DIR%%/theme/icons/tux_32x32.gif -%%DIR%%/theme/icons/tux_16x16.gif -%%DIR%%/theme/icons/turkey_50x50.gif -%%DIR%%/theme/icons/turkey_32x32.gif +%%DIR%%/theme/icons/tree_50x50.gif %%DIR%%/theme/icons/turkey_16x16.gif -%%DIR%%/theme/icons/tent_50x50.gif -%%DIR%%/theme/icons/tent_32x32.gif -%%DIR%%/theme/icons/tent_16x16.gif -%%DIR%%/theme/icons/sun_50x50.gif -%%DIR%%/theme/icons/sun_32x32.gif -%%DIR%%/theme/icons/sun_16x16.gif -%%DIR%%/theme/icons/starfish_50x50.gif -%%DIR%%/theme/icons/starfish_32x32.gif -%%DIR%%/theme/icons/starfish_16x16.gif -%%DIR%%/theme/icons/star_david_50x50.gif -%%DIR%%/theme/icons/star_david_32x32.gif -%%DIR%%/theme/icons/star_david_16x16.gif -%%DIR%%/theme/icons/square_knot_50x50.gif -%%DIR%%/theme/icons/square_knot_32x32.gif -%%DIR%%/theme/icons/square_knot_16x16.gif -%%DIR%%/theme/icons/snowflake_50x50.gif -%%DIR%%/theme/icons/snowflake_32x32.gif -%%DIR%%/theme/icons/snowflake_16x16.gif -%%DIR%%/theme/icons/smiley_50x50.gif -%%DIR%%/theme/icons/smiley_32x32.gif -%%DIR%%/theme/icons/smiley_16x16.gif -%%DIR%%/theme/icons/scout_sign_50x50.gif -%%DIR%%/theme/icons/scout_sign_32x32.gif -%%DIR%%/theme/icons/scout_sign_16x16.gif -%%DIR%%/theme/icons/pumpkin_50x50.gif -%%DIR%%/theme/icons/pumpkin_32x32.gif -%%DIR%%/theme/icons/pumpkin_16x16.gif -%%DIR%%/theme/icons/powderhorn_50x50.gif -%%DIR%%/theme/icons/powderhorn_32x32.gif -%%DIR%%/theme/icons/powderhorn_16x16.gif -%%DIR%%/theme/icons/popcorn_50x50.gif -%%DIR%%/theme/icons/popcorn_32x32.gif -%%DIR%%/theme/icons/popcorn_16x16.gif -%%DIR%%/theme/icons/plane_50x50.gif -%%DIR%%/theme/icons/plane_32x32.gif -%%DIR%%/theme/icons/plane_16x16.gif -%%DIR%%/theme/icons/pencil_50x50.gif -%%DIR%%/theme/icons/pencil_32x32.gif -%%DIR%%/theme/icons/pencil_16x16.gif -%%DIR%%/theme/icons/peach_50x50.gif -%%DIR%%/theme/icons/peach_32x32.gif -%%DIR%%/theme/icons/peach_16x16.gif -%%DIR%%/theme/icons/paperclip_50x50.gif -%%DIR%%/theme/icons/paperclip_32x32.gif -%%DIR%%/theme/icons/paperclip_16x16.gif -%%DIR%%/theme/icons/paintpalette_50x50.gif -%%DIR%%/theme/icons/paintpalette_32x32.gif -%%DIR%%/theme/icons/paintpalette_16x16.gif -%%DIR%%/theme/icons/paintpalette.gif -%%DIR%%/theme/icons/old_scout_50x50.gif -%%DIR%%/theme/icons/old_scout_32x32.gif -%%DIR%%/theme/icons/old_scout_16x16.gif -%%DIR%%/theme/icons/oa_logo_plain.gif -%%DIR%%/theme/icons/oa_logo_50x50.gif -%%DIR%%/theme/icons/oa_logo_32x32.gif -%%DIR%%/theme/icons/oa_logo_16x16.gif -%%DIR%%/theme/icons/news_50x50.gif -%%DIR%%/theme/icons/news_32x32.gif -%%DIR%%/theme/icons/news_16x16.gif -%%DIR%%/theme/icons/lightbulb_50x50.gif -%%DIR%%/theme/icons/lightbulb_32x32.gif -%%DIR%%/theme/icons/lightbulb_16x16.gif -%%DIR%%/theme/icons/knife_50x50.gif -%%DIR%%/theme/icons/knife_32x32.gif -%%DIR%%/theme/icons/knife_16x16.gif -%%DIR%%/theme/icons/i_frame_pack_50x50.gif -%%DIR%%/theme/icons/i_frame_pack_32x32.gif -%%DIR%%/theme/icons/i_frame_pack_16x16.gif -%%DIR%%/theme/icons/heart_50x50.gif -%%DIR%%/theme/icons/heart_32x32.gif -%%DIR%%/theme/icons/heart_16x16.gif -%%DIR%%/theme/icons/gsusa_logo_50x50.gif -%%DIR%%/theme/icons/gsusa_logo_32x32.gif -%%DIR%%/theme/icons/gsusa_logo_16x16.gif -%%DIR%%/theme/icons/grapes_50x50.gif -%%DIR%%/theme/icons/grapes_32x32.gif -%%DIR%%/theme/icons/grapes_16x16.gif -%%DIR%%/theme/icons/globe_50x50.gif -%%DIR%%/theme/icons/globe_32x32.gif -%%DIR%%/theme/icons/globe_16x16.gif -%%DIR%%/theme/icons/flowerpot_50x50.gif -%%DIR%%/theme/icons/flowerpot_32x32.gif -%%DIR%%/theme/icons/flowerpot_16x16.gif -%%DIR%%/theme/icons/flower_50x50.gif -%%DIR%%/theme/icons/flower_32x32.gif -%%DIR%%/theme/icons/flower_16x16.gif -%%DIR%%/theme/icons/fleur_logo_50x50.gif -%%DIR%%/theme/icons/fleur_logo_32x32.gif -%%DIR%%/theme/icons/fleur_logo_16x16.gif -%%DIR%%/theme/icons/fish_50x50.gif -%%DIR%%/theme/icons/fish_32x32.gif -%%DIR%%/theme/icons/fish_16x16.gif -%%DIR%%/theme/icons/firstclass_50x50.gif -%%DIR%%/theme/icons/firstclass_32x32.gif -%%DIR%%/theme/icons/firstclass_16x16.gif -%%DIR%%/theme/icons/fire_50x50.gif -%%DIR%%/theme/icons/fire_32x32.gif -%%DIR%%/theme/icons/fire_16x16.gif -%%DIR%%/theme/icons/figure_8_knot_50x50.gif -%%DIR%%/theme/icons/figure_8_knot_32x32.gif -%%DIR%%/theme/icons/figure_8_knot_16x16.gif -%%DIR%%/theme/icons/exploring_logo_50x50.gif -%%DIR%%/theme/icons/exploring_logo_32x32.gif -%%DIR%%/theme/icons/exploring_logo_16x16.gif -%%DIR%%/theme/icons/exclamation_50x50.gif -%%DIR%%/theme/icons/exclamation_32x32.gif -%%DIR%%/theme/icons/exclamation_16x16.gif -%%DIR%%/theme/icons/envelope_50x50.gif -%%DIR%%/theme/icons/envelope_32x32.gif -%%DIR%%/theme/icons/envelope_16x16.gif -%%DIR%%/theme/icons/easteregg_50x50.gif -%%DIR%%/theme/icons/easteregg_32x32.gif -%%DIR%%/theme/icons/easteregg_16x16.gif -%%DIR%%/theme/icons/eagle_medal_50x50.gif -%%DIR%%/theme/icons/eagle_medal_32x32.gif -%%DIR%%/theme/icons/eagle_medal_16x16.gif -%%DIR%%/theme/icons/e_frame_pack_50x50.gif -%%DIR%%/theme/icons/e_frame_pack_32x32.gif -%%DIR%%/theme/icons/e_frame_pack_16x16.gif -%%DIR%%/theme/icons/dollar_sign_50x50.gif -%%DIR%%/theme/icons/dollar_sign_50.50.gif -%%DIR%%/theme/icons/dollar_sign_32x32.gif -%%DIR%%/theme/icons/dollar_sign_16x16.gif -%%DIR%%/theme/icons/cs_logo_50x50.gif -%%DIR%%/theme/icons/cs_logo_32x32.gif -%%DIR%%/theme/icons/cs_logo_16x16.gif -%%DIR%%/theme/icons/compass_50x50.gif -%%DIR%%/theme/icons/compass_32x32.gif -%%DIR%%/theme/icons/compass_16x16.gif -%%DIR%%/theme/icons/clock_50x50.gif -%%DIR%%/theme/icons/clock_32x32.gif -%%DIR%%/theme/icons/clock_16x16.gif -%%DIR%%/theme/icons/clock2_50x50.gif -%%DIR%%/theme/icons/clock2_32x32.gif -%%DIR%%/theme/icons/clock2_16x16.gif -%%DIR%%/theme/icons/clipboard_50x50.gif -%%DIR%%/theme/icons/clipboard_32x32.gif -%%DIR%%/theme/icons/clipboard_16x16.gif -%%DIR%%/theme/icons/church_50x50.gif -%%DIR%%/theme/icons/church_32x32.gif -%%DIR%%/theme/icons/church_16x16.gif -%%DIR%%/theme/icons/check_50x50.gif -%%DIR%%/theme/icons/check_32x32.gif -%%DIR%%/theme/icons/check_16x16.gif -%%DIR%%/theme/icons/canoe_50x50.gif -%%DIR%%/theme/icons/canoe_32x32.gif -%%DIR%%/theme/icons/canoe_16x16.gif -%%DIR%%/theme/icons/bullet_point_50x50.gif -%%DIR%%/theme/icons/bullet_point_32x32.gif -%%DIR%%/theme/icons/bullet_point_16x16.gif -%%DIR%%/theme/icons/bsa_rwb_50x50.gif -%%DIR%%/theme/icons/bsa_rwb_32x32.gif -%%DIR%%/theme/icons/bsa_rwb_16x16.gif -%%DIR%%/theme/icons/bsa_rwb2_50x50.gif -%%DIR%%/theme/icons/bsa_rwb2_32x32.gif -%%DIR%%/theme/icons/bsa_rwb2_16x16.gif -%%DIR%%/theme/icons/bob_wolf_bear_50x50.gif -%%DIR%%/theme/icons/bob_wolf_bear_32x32.gif -%%DIR%%/theme/icons/bob_wolf_bear_16x16.gif -%%DIR%%/theme/icons/blank_50x50.gif -%%DIR%%/theme/icons/blank_32x32.gif -%%DIR%%/theme/icons/blank_16x16.gif -%%DIR%%/theme/icons/bike_50x50.gif -%%DIR%%/theme/icons/bike_32x32.gif -%%DIR%%/theme/icons/bike_16x16.gif -%%DIR%%/theme/icons/bellpepper_50x50.gif -%%DIR%%/theme/icons/bellpepper_32x32.gif -%%DIR%%/theme/icons/bellpepper_16x16.gif -%%DIR%%/theme/icons/beartracks_50x50.gif -%%DIR%%/theme/icons/beartracks_32x32.gif -%%DIR%%/theme/icons/beartracks_16x16.gif -%%DIR%%/theme/icons/axe_50x50.gif -%%DIR%%/theme/icons/axe_32x32.gif -%%DIR%%/theme/icons/axe_16x16.gif -%%DIR%%/theme/icons/apple_50x50.gif -%%DIR%%/theme/icons/apple_32x32.gif -%%DIR%%/theme/icons/apple_16x16.gif -%%DIR%%/theme/icons/B-P_50x50.gif -%%DIR%%/theme/icons/B-P_32x32.gif -%%DIR%%/theme/icons/B-P_16x16.gif -%%DIR%%/theme/icons/1st_aid_50x50.gif -%%DIR%%/theme/icons/1st_aid_32x32.gif -%%DIR%%/theme/icons/1st_aid_16x16.gif -%%DIR%%/theme/graphics/unit_number_patch_9_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_9_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_9_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_8_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_8_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_8_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_7_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_7_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_7_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_6_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_6_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_6_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_5_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_5_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_5_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_4_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_4_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_4_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_3_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_3_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_3_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_2_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_2_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_2_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_1_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_1_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_1_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_0_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_0_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_0_16x10.gif -%%DIR%%/theme/graphics/sv_blend.png -%%DIR%%/theme/graphics/poweredby.gif -%%DIR%%/theme/graphics/linuxpowered_tux.jpg -%%DIR%%/theme/graphics/linux.gif -%%DIR%%/theme/graphics/freebsd.gif -%%DIR%%/theme/graphics/hue_blend.png -%%DIR%%/theme/graphics/date_circle.gif -%%DIR%%/theme/graphics/color_select_icon.gif -%%DIR%%/theme/color_select.js -%%DIR%%/theme/color_select.css -%%DIR%%/upcoming_events.config +%%DIR%%/theme/icons/turkey_32x32.gif +%%DIR%%/theme/icons/turkey_50x50.gif +%%DIR%%/theme/icons/tux_16x16.gif +%%DIR%%/theme/icons/tux_32x32.gif +%%DIR%%/theme/icons/tux_50x50.gif +%%DIR%%/theme/icons/us_flag_16x16.gif +%%DIR%%/theme/icons/us_flag_32x32.gif +%%DIR%%/theme/icons/us_flag_50x50.gif +%%DIR%%/theme/icons/venture_logo_16x16.gif +%%DIR%%/theme/icons/venture_logo_32x32.gif +%%DIR%%/theme/icons/venture_logo_50x50.gif +%%DIR%%/theme/icons/webelos_patch_16x16.gif +%%DIR%%/theme/icons/webelos_patch_32x32.gif +%%DIR%%/theme/icons/webelos_patch_50x50.gif +%%DIR%%/theme/icons/wolftracks_16x16.gif +%%DIR%%/theme/icons/wolftracks_32x32.gif +%%DIR%%/theme/icons/wolftracks_50x50.gif +%%DIR%%/theme/icons/woodbadge_16x16.gif +%%DIR%%/theme/icons/woodbadge_32x32.gif +%%DIR%%/theme/icons/woodbadge_50x50.gif +%%DIR%%/theme/icons/wreath_16x16.gif +%%DIR%%/theme/icons/wreath_32x32.gif +%%DIR%%/theme/icons/wreath_50x50.gif +%%DIR%%/theme/plans.css +%%DIR%%/theme/plans.js +%%DIR%%/theme/plans.template +%%DIR%%/theme/plans_lang.js +%%DIR%%/theme/upcoming_events.css %%DIR%%/upcoming_events.cgi -%%DIR%%/plans_lib.pl -%%DIR%%/plans_discovery.xml -%%DIR%%/plans_config.pl -%%DIR%%/plans.cgi -%%DIR%%/new_calendars.xml -%%DIR%%/gpl.txt -%%DIR%%/events.xml -%%DIR%%/email_reminders.xml -%%DIR%%/email_reminders.cgi -%%DIR%%/calendars.xml +%%DIR%%/upcoming_events.config +%%DIR%%/us_english.pl +%%DIR%%/data/users.xml + @dirrm %%DIR%%/theme/icons @dirrm %%DIR%%/theme/graphics @dirrm %%DIR%%/theme +@dirrm %%DIR%%/sessions +@dirrm %%DIR%%/data @dirrm %%DIR%%/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 03:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4399A16A420 for ; Sun, 21 Aug 2005 03:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25A043D5A for ; Sun, 21 Aug 2005 03: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.3/8.13.3) with ESMTP id j7L3o8bL092308 for ; Sun, 21 Aug 2005 03:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L3o8IQ092307; Sun, 21 Aug 2005 03:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 03:50:08 GMT Resent-Message-Id: <200508210350.j7L3o8IQ092307@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ricardo Alves dos Reis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D832016A41F for ; Sun, 21 Aug 2005 03:48:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A300143D46 for ; Sun, 21 Aug 2005 03:48:23 +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 j7L3mNSP008339 for ; Sun, 21 Aug 2005 03:48:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7L3mNVP008338; Sun, 21 Aug 2005 03:48:23 GMT (envelope-from nobody) Message-Id: <200508210348.j7L3mNVP008338@www.freebsd.org> Date: Sun, 21 Aug 2005 03:48:23 GMT From: Ricardo Alves dos Reis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85171: This small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 03:50:13 -0000 >Number: 85171 >Category: ports >Synopsis: This small script to help a create MAKE_ARGS to upgrade ports from portupgrade >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 Aug 21 03:50:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ricardo Alves dos Reis >Release: >Organization: UNIFESP >Environment: >Description: New Ports: sysutils/db2portup This small script to help a create MAKE_ARGS to upgrade port from portupgrade >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: # # . # ./Makefile # ./distinfo # ./pkg-plist # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: oneko X# Date created: 5 December 1994 X# Whom: asami X# X# $FreeBSD$ X# X XPORTNAME= db2portup XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.epm.br/pub/Unix/FreeBSD/ports/ X XMAINTAINER= ricardo.areis@gmail.com XCOMMENT= A small program to build make_args for upgrade ports from portupgrade XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/db2portup ${PREFIX}/bin Xdo-deinstall: X ${RM} ${PREFIX}/bin/db2portup X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (db2portup-1.0.tar.gz) = abe691d4820b0b0f3f937b2091816c2f XSIZE (db2portup-1.0.tar.gz) = 1045 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/db2portup END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis small script to help a create MAKE_ARGS to upgrade port from portupgrade X X X- Ricardo A. Reis Xricardo.areis@gmail.com END-of-./pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 04:03:57 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC7916A420; Sun, 21 Aug 2005 04:03:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BCE243D45; Sun, 21 Aug 2005 04:03:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L43v9X096622; Sun, 21 Aug 2005 04:03:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L43vUd096618; Sun, 21 Aug 2005 04:03:57 GMT (envelope-from edwin) Date: Sun, 21 Aug 2005 04:03:57 GMT From: Edwin Groothuis Message-Id: <200508210403.j7L43vUd096618@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/85170: [maintainer update] deskutils/plans to 7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 04:03:58 -0000 Synopsis: [maintainer update] deskutils/plans to 7.0 Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 21 04:03:50 GMT 2005 Responsible-Changed-Why: mine http://www.freebsd.org/cgi/query-pr.cgi?pr=85170 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 04:10:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCCA216A420 for ; Sun, 21 Aug 2005 04:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397DE43D48 for ; Sun, 21 Aug 2005 04: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.3/8.13.3) with ESMTP id j7L4AFDs001218 for ; Sun, 21 Aug 2005 04:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L4AFHY001217; Sun, 21 Aug 2005 04:10:15 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 04:10:15 GMT Resent-Message-Id: <200508210410.j7L4AFHY001217@freefall.freebsd.org> 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 Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F8116A42F for ; Sun, 21 Aug 2005 04:02:39 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699B143D48 for ; Sun, 21 Aug 2005 04:02:38 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 9576D877C95; Sun, 21 Aug 2005 14:02:37 +1000 (EST) Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id 57C7E877C92 for ; Sun, 21 Aug 2005 14:02:37 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 6B9A3877C8F for ; Sun, 21 Aug 2005 14:02:36 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8F86C6154; Sun, 21 Aug 2005 14:02:35 +1000 (EST) Message-Id: <20050821040235.8F86C6154@k7.mavetju> Date: Sun, 21 Aug 2005 14:02:35 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85172: [maintainer update] emulators/fmsx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 04:10:16 -0000 >Number: 85172 >Category: ports >Synopsis: [maintainer update] emulators/fmsx >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 Aug 21 04:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: _ >Environment: System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386 >Description: Upgrade to version 3.0 for safekeeping until ports freeze is over. >How-To-Repeat: >Fix: ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/fmsx/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 9 Aug 2004 15:48:55 -0000 1.18 +++ Makefile 21 Aug 2005 04:00:54 -0000 @@ -6,13 +6,16 @@ # PORTNAME= fmsx -PORTVERSION= 2.7 +PORTVERSION= 3.0 CATEGORIES= emulators -MASTER_SITES= http://www.mavetju.org/download/adopted/ \ - http://fms.komkon.org/fMSX/ -DISTNAME= fMSX27 -EXTRACT_SUFX= .tar.Z - +MASTER_SITES= http://www.mavetju.org/download/adopted/:code \ + http://fms.komkon.org/fMSX/:code \ + http://fms.komkon.org/fMSX/src/:rom +DIST_SUBDIR= fmsx30 +DISTFILES= fMSX30.tar.Z:code \ + MSX.ROM:rom MSX2.ROM:rom MSX2EXT.ROM:rom MSX2P.ROM:rom \ + MSX2PEXT.ROM:rom FMPAC.ROM:rom DISK.ROM:rom MSXDOS2.ROM:rom \ + PAINTER.ROM:rom KANJI.ROM:rom MAINTAINER= dk@farm.org COMMENT= The Portable MSX/MSX2/MSX2+ Emulator @@ -51,7 +54,8 @@ ${INSTALL_PROGRAM} ${WRKSRC}/rddsk ${PREFIX}/bin/fmsx-rddsk ${INSTALL_PROGRAM} ${WRKSRC}/wrdsk ${PREFIX}/bin/fmsx-wrdsk ${MKDIR} ${PREFIX}/share/fmsx - ${INSTALL_DATA} ${WRKSRC}/*.ROM ${WRKSRC}/*.FNT ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.FNT ${DATADIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.ROM ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/fmsx/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 31 Mar 2004 03:07:41 -0000 1.5 +++ distinfo 21 Aug 2005 04:00:54 -0000 @@ -1,2 +1,22 @@ -MD5 (fMSX27.tar.Z) = 419b3b637067f83465d61b32b0b09ab7 -SIZE (fMSX27.tar.Z) = 516213 +MD5 (fmsx30/fMSX30.tar.Z) = 6a6e7a4966adc3253701896a86adfcde +SIZE (fmsx30/fMSX30.tar.Z) = 218299 +MD5 (fmsx30/MSX.ROM) = aa95aea2563cd5ec0a0919b44cc17d47 +SIZE (fmsx30/MSX.ROM) = 32768 +MD5 (fmsx30/MSX2.ROM) = ec3a01c91f24fbddcbcab0ad301bc9ef +SIZE (fmsx30/MSX2.ROM) = 32768 +MD5 (fmsx30/MSX2EXT.ROM) = 2183c2aff17cf4297bdb496de78c2e8a +SIZE (fmsx30/MSX2EXT.ROM) = 16384 +MD5 (fmsx30/MSX2P.ROM) = 6d8c0ca64e726c82a4b726e9b01cdf1e +SIZE (fmsx30/MSX2P.ROM) = 32768 +MD5 (fmsx30/MSX2PEXT.ROM) = 7c8243c71d8f143b2531f01afa6a05dc +SIZE (fmsx30/MSX2PEXT.ROM) = 16384 +MD5 (fmsx30/FMPAC.ROM) = 6f69cc8b5ed761b03afd78000dfb0e19 +SIZE (fmsx30/FMPAC.ROM) = 65536 +MD5 (fmsx30/DISK.ROM) = 80dcd1ad1a4cf65d64b7ba10504e8190 +SIZE (fmsx30/DISK.ROM) = 16384 +MD5 (fmsx30/MSXDOS2.ROM) = 6418d091cd6907bbcf940324339e43bb +SIZE (fmsx30/MSXDOS2.ROM) = 65536 +MD5 (fmsx30/PAINTER.ROM) = 403cdea1cbd2bb24fae506941f8f655e +SIZE (fmsx30/PAINTER.ROM) = 65536 +MD5 (fmsx30/KANJI.ROM) = febe8782b466d7c3b16de6d104826b34 +SIZE (fmsx30/KANJI.ROM) = 131072 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/emulators/fmsx/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 9 Aug 2004 15:48:55 -0000 1.4 +++ pkg-plist 21 Aug 2005 04:00:54 -0000 @@ -2,18 +2,18 @@ bin/fmsx.bin bin/fmsx-rddsk bin/fmsx-wrdsk -%%DATADIR%%/CMOS.ROM %%DATADIR%%/CYRILLIC.FNT -%%DATADIR%%/DISK.ROM -%%DATADIR%%/FMPAC.ROM %%DATADIR%%/ITALIC.FNT -%%DATADIR%%/KANJI.ROM %%DATADIR%%/MSX.ROM %%DATADIR%%/MSX2.ROM %%DATADIR%%/MSX2EXT.ROM %%DATADIR%%/MSX2P.ROM %%DATADIR%%/MSX2PEXT.ROM +%%DATADIR%%/FMPAC.ROM +%%DATADIR%%/DISK.ROM +%%DATADIR%%/MSXDOS2.ROM %%DATADIR%%/PAINTER.ROM +%%DATADIR%%/KANJI.ROM %%PORTDOCS%%%%DOCSDIR%%/fMSX.html %%PORTDOCS%%@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% Index: files/patch-aa =================================================================== RCS file: /home/pcvs/ports/emulators/fmsx/files/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- files/patch-aa 28 Feb 2004 00:35:26 -0000 1.4 +++ files/patch-aa 21 Aug 2005 04:00:54 -0000 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Dec 31 20:01:16 2001 -+++ Makefile Sat Feb 28 11:20:12 2004 +--- Makefile.orig Sun Aug 21 13:35:41 2005 ++++ Makefile Sun Aug 21 13:36:51 2005 @@ -51,10 +51,10 @@ # If you are getting linker errors about not found X11 functions, # change the -L/usr/X11R6/lib to the directory where X11 @@ -12,15 +12,6 @@ +DEFINES = -DFMSX -DUNIX -DLSB_FIRST -DMITSHM \ + -DDISK -DNARROW -DSOUND -D%%BPP%% -DZLIB +CFLAGS = -O3 -Wall -I${X11BASE}/include -L${X11BASE}/lib ${DEFINES} - OBJECTS = fMSX.o MSX.o Patch.o Debug.o Disk.o Sound.o \ + OBJECTS = fMSX.o MSX.o Patch.o Debug.o Disk.o Floppy.o Sound.o \ Z80.o I8255.o AY8910.o YM2413.o SCC.o V9938.o I8251.o \ Unix.o LibUnix.o SndUnix.o -@@ -71,7 +71,7 @@ - # fMSX Unix/X requires X11 libraries. See note above if you are - # experiencing any problems. - fmsx: ${OBJECTS} -- ${CC} ${CFLAGS} -o fmsx ${OBJECTS} -lXext -lX11 -lz -+ ${CC} ${CFLAGS} -o fmsx ${OBJECTS} -lXext -lX11 -L${X11BASE}/lib -lz - - # Clean up. - clean: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 04:19:51 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B997C16A420; Sun, 21 Aug 2005 04:19:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7949843D46; Sun, 21 Aug 2005 04:19:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L4Jp3d001527; Sun, 21 Aug 2005 04:19:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L4JpmC001523; Sun, 21 Aug 2005 04:19:51 GMT (envelope-from edwin) Date: Sun, 21 Aug 2005 04:19:51 GMT From: Edwin Groothuis Message-Id: <200508210419.j7L4JpmC001523@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/85172: [maintainer update] emulators/fmsx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 04:19:51 -0000 Synopsis: [maintainer update] emulators/fmsx Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 21 04:19:46 GMT 2005 Responsible-Changed-Why: mine http://www.freebsd.org/cgi/query-pr.cgi?pr=85172 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:26:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D6E16A41F; Sun, 21 Aug 2005 05:26:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A10AB43D48; Sun, 21 Aug 2005 05:26:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L5Q8BI009766; Sun, 21 Aug 2005 05:26:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L5Q8k3009762; Sun, 21 Aug 2005 05:26:08 GMT (envelope-from linimon) Date: Sun, 21 Aug 2005 05:26:08 GMT From: Mark Linimon Message-Id: <200508210526.j7L5Q8k3009762@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dd@FreeBSD.org Cc: Subject: Re: ports/85169: [patch] update editors/mg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:26:09 -0000 Synopsis: [patch] update editors/mg Responsible-Changed-From-To: freebsd-ports-bugs->dd Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 21 05:25:54 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85169 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:26:44 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7D616A41F; Sun, 21 Aug 2005 05:26:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F14F43D45; Sun, 21 Aug 2005 05:26:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L5Qi7V009827; Sun, 21 Aug 2005 05:26:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L5Qiqo009823; Sun, 21 Aug 2005 05:26:44 GMT (envelope-from linimon) Date: Sun, 21 Aug 2005 05:26:44 GMT From: Mark Linimon Message-Id: <200508210526.j7L5Qiqo009823@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mich@FreeBSD.org Cc: Subject: Re: ports/85150: [PATCH] irc/pisg: update to 0.67 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:26:44 -0000 Synopsis: [PATCH] irc/pisg: update to 0.67 Responsible-Changed-From-To: freebsd-ports-bugs->mich Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 21 05:26:32 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85150 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:27:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFE116A41F; Sun, 21 Aug 2005 05:27:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF7B743D45; Sun, 21 Aug 2005 05:27:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L5R82r009875; Sun, 21 Aug 2005 05:27:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L5R8hG009871; Sun, 21 Aug 2005 05:27:08 GMT (envelope-from linimon) Date: Sun, 21 Aug 2005 05:27:08 GMT From: Mark Linimon Message-Id: <200508210527.j7L5R8hG009871@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org Cc: Subject: Re: ports/85151: net-mgmt/net-snmp patch addition request X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:27:09 -0000 Synopsis: net-mgmt/net-snmp patch addition request Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 21 05:26:59 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85151 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:28:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30DA16A41F; Sun, 21 Aug 2005 05:28:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E5143D45; Sun, 21 Aug 2005 05:28:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L5SEiM009960; Sun, 21 Aug 2005 05:28:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L5SEBo009956; Sun, 21 Aug 2005 05:28:14 GMT (envelope-from linimon) Date: Sun, 21 Aug 2005 05:28:14 GMT From: Mark Linimon Message-Id: <200508210528.j7L5SEBo009956@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, seanc@FreeBSD.org Cc: Subject: Re: ports/85148: [MAINTAINER] net/py24-GeoIP: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:28:14 -0000 Synopsis: [MAINTAINER] net/py24-GeoIP: update to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->seanc Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 21 05:27:55 GMT 2005 Responsible-Changed-Why: spam http://www.freebsd.org/cgi/query-pr.cgi?pr=85148 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:28:52 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96D716A41F; Sun, 21 Aug 2005 05:28:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84D243D45; Sun, 21 Aug 2005 05:28: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.3/8.13.3) with ESMTP id j7L5SqPi010025; Sun, 21 Aug 2005 05:28:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L5SqcD010021; Sun, 21 Aug 2005 05:28:52 GMT (envelope-from linimon) Date: Sun, 21 Aug 2005 05:28:52 GMT From: Mark Linimon Message-Id: <200508210528.j7L5SqcD010021@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org Cc: Subject: Re: ports/85152: security/tripwire does not compile on 4.10 anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:28:53 -0000 Synopsis: security/tripwire does not compile on 4.10 anymore Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 21 05:28:40 GMT 2005 Responsible-Changed-Why: spam http://www.freebsd.org/cgi/query-pr.cgi?pr=85152 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:30:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 9E45A16A41F; Sun, 21 Aug 2005 05:30:31 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6775F43D46; Sun, 21 Aug 2005 05:30:31 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 0EE082AD8; Sun, 21 Aug 2005 00:30:31 -0500 (CDT) Date: Sun, 21 Aug 2005 00:30:31 -0500 To: Mark Linimon Message-ID: <20050821053031.GA25064@soaustin.net> References: <200508210528.j7L5SqcD010021@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508210528.j7L5SqcD010021@freefall.freebsd.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/85152: security/tripwire does not compile on 4.10 anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:30:31 -0000 On Sun, Aug 21, 2005 at 05:28:52AM +0000, Mark Linimon wrote: > spam > > http://www.freebsd.org/cgi/query-pr.cgi?pr=85152 Er, pilot error, this should have said "over to maintainer". (I should do the assigments _before_ the spam-kills ...) mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 05:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2995E16A420 for ; Sun, 21 Aug 2005 05:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1829A43D48 for ; Sun, 21 Aug 2005 05: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.3/8.13.3) with ESMTP id j7L5oEp2012048 for ; Sun, 21 Aug 2005 05:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L5oEn9012047; Sun, 21 Aug 2005 05:50:14 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 05:50:14 GMT Resent-Message-Id: <200508210550.j7L5oEn9012047@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Kernick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E30D16A41F for ; Sun, 21 Aug 2005 05:45:06 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from mail.rotfl.com.au (eth1779.sa.adsl.internode.on.net [150.101.235.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id D613F43D46 for ; Sun, 21 Aug 2005 05:45:05 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from localhost (localhost.rotfl.com.au [127.0.0.1]) by mail.rotfl.com.au (Postfix) with ESMTP id 00094452B0 for ; Sun, 21 Aug 2005 15:15:03 +0930 (CST) Received: from mail.rotfl.com.au ([127.0.0.1]) by localhost (mail.rotfl.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 63179-10 for ; Sun, 21 Aug 2005 15:14:57 +0930 (CST) Message-Id: <20050821054457.CA32F45401@mail.rotfl.com.au> Date: Sun, 21 Aug 2005 15:14:57 +0930 (CST) From: Phil Kernick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85174: port www/squirm bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Kernick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 05:50:16 -0000 >Number: 85174 >Category: ports >Synopsis: port www/squirm bugfix >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: Sun Aug 21 05:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Phil Kernick >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD catbert.rotfl.com.au 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Mon Aug 15 13:12:48 CST 2005 root@catbert.rotfl.com.au:/usr/src/sys/i386/compile/CATBERT i386 >Description: Port www/squirm will core dump due to trying to execute strdup(0) This does not cause an error on Linux or FreeBSD4. >How-To-Repeat: Install and use the port. Notice that /var/log/messages has a lot of lines like this: Aug 21 14:42:40 catbert kernel: pid 34192 (squirm), uid 81: exited on signal 11 (core dumped) >Fix: Apply this patch to the port: --- squirm.c.orig Sun Aug 21 15:09:12 2005 +++ squirm.c Sun Aug 21 15:10:06 2005 @@ -44,6 +44,8 @@ #include #include +#define strdup(s) ((s) ? strdup(s) : 0) + /* * according to Jason Patterson , * USE_SYSTEM_STRING_FUNCS gives a ~10% speedup for >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 08:40:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8603916A41F for ; Sun, 21 Aug 2005 08:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B0243D58 for ; Sun, 21 Aug 2005 08: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.3/8.13.3) with ESMTP id j7L8eIi6034073 for ; Sun, 21 Aug 2005 08:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L8eIcW034069; Sun, 21 Aug 2005 08:40:18 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 08:40:18 GMT Resent-Message-Id: <200508210840.j7L8eIcW034069@freefall.freebsd.org> 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 7A7E216A41F for ; Sun, 21 Aug 2005 08:32:07 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from mail.wormulon.net (plant.wormulon.net [81.169.153.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DDC43D45 for ; Sun, 21 Aug 2005 08:32:06 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from localhost (localhost [127.0.0.1]) by mail.wormulon.net (Postfix) with ESMTP id 90C8455757; Sun, 21 Aug 2005 10:32:05 +0200 (CEST) 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 23268-08; Sun, 21 Aug 2005 10:32:01 +0200 (CEST) Received: by mail.wormulon.net (Postfix, from userid 1001) id 19E8D55734; Sun, 21 Aug 2005 10:32:01 +0200 (CEST) Message-Id: <20050821083201.19E8D55734@mail.wormulon.net> Date: Sun, 21 Aug 2005 10:32:01 +0200 (CEST) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Hendrik Scholz Subject: ports/85177: maintainer-update: www/lighttpd to 1.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Aug 2005 08:40:21 -0000 >Number: 85177 >Category: ports >Synopsis: maintainer-update: www/lighttpd to 1.4.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: Sun Aug 21 08:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >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: Update of lighttpd to 1.4.0. >How-To-Repeat: >Fix: --- lighttpd-1.4.0.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 31 Jul 2005 14:21:10 -0000 1.23 +++ Makefile 21 Aug 2005 08:30:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.16 +PORTVERSION= 1.4.0 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v retrieving revision 1.16 diff -u -u -r1.16 distinfo --- distinfo 31 Jul 2005 14:21:10 -0000 1.16 +++ distinfo 21 Aug 2005 08:30:39 -0000 @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.16.tar.gz) = b73f7a7ace4901b6417b0e450aaa5df5 -SIZE (lighttpd-1.3.16.tar.gz) = 706362 +MD5 (lighttpd-1.4.0.tar.gz) = 926a3603615c9edf5859977f1b8b6033 +SIZE (lighttpd-1.4.0.tar.gz) = 749159 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/pkg-plist,v retrieving revision 1.8 diff -u -u -r1.8 pkg-plist --- pkg-plist 15 Jul 2005 22:26:56 -0000 1.8 +++ pkg-plist 21 Aug 2005 08:30:39 -0000 @@ -8,9 +8,11 @@ lib/lighttpd/mod_cgi.so lib/lighttpd/mod_cml.so lib/lighttpd/mod_compress.so +lib/lighttpd/mod_dirlisting.so lib/lighttpd/mod_evhost.so lib/lighttpd/mod_expire.so lib/lighttpd/mod_fastcgi.so +lib/lighttpd/mod_indexfile.so lib/lighttpd/mod_mysql_vhost.so lib/lighttpd/mod_proxy.so lib/lighttpd/mod_redirect.so @@ -21,9 +23,11 @@ lib/lighttpd/mod_setenv.so lib/lighttpd/mod_simple_vhost.so lib/lighttpd/mod_ssi.so +lib/lighttpd/mod_staticfile.so lib/lighttpd/mod_status.so lib/lighttpd/mod_trigger_b4_dl.so lib/lighttpd/mod_userdir.so lib/lighttpd/mod_usertrack.so +lib/lighttpd/mod_webdav.so sbin/lighttpd @dirrm lib/lighttpd --- lighttpd-1.4.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 08:40:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACF216A41F for ; Sun, 21 Aug 2005 08:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6355543D5E for ; Sun, 21 Aug 2005 08: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.3/8.13.3) with ESMTP id j7L8eJR5034126 for ; Sun, 21 Aug 2005 08:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L8eJY4034125; Sun, 21 Aug 2005 08:40:19 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 08:40:19 GMT Resent-Message-Id: <200508210840.j7L8eJY4034125@freefall.freebsd.org> 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 Heesen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C2816A41F for ; Sun, 21 Aug 2005 08:36:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BCC43D46 for ; Sun, 21 Aug 2005 08:36:08 +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 j7L8a7El065544 for ; Sun, 21 Aug 2005 08:36:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7L8a7rC065543; Sun, 21 Aug 2005 08:36:07 GMT (envelope-from nobody) Message-Id: <200508210836.j7L8a7rC065543@www.freebsd.org> Date: Sun, 21 Aug 2005 08:36:07 GMT From: Rainer Heesen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85178: Kerberos Support in libpq (Port: PostgreSQL-Client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 08:40:22 -0000 >Number: 85178 >Category: ports >Synopsis: Kerberos Support in libpq (Port: PostgreSQL-Client) >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 Aug 21 08:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rainer Heesen >Release: Kerberos Support in PostgreSQL-Client >Organization: >Environment: FreeBSD notebook.heesen-bonn.de 5.4-STABLE FreeBSD 5.4-STABLE #2: Wed Jul 13 20:43:44 CEST 2005 root@heesi.testnetz.detecon.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: I made these steps: 1. make config in /usr/ports/databases/postgresql80-server. I set the option with kerberos MIT 2, make intall in /usr/ports/databases/postgresql80-client 3. make install in /usr/ports/databases/pgadmin3 Error: configure: error: you must specify a valid pgsql installation with --with-pgsql= DIR ===> Script "configure" failed unexpectedly. Please report the problem to fjoe@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 4. make install in /usr/ports/databases/postgesql-libpqxx Error: configure: error: you must specify a valid pgsql installation with --with-pgsql= DIR ===> Script "configure" failed unexpectedly. Please report the problem to fjoe@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 These problems occur when I use kerberos by MIT or kerberos by Heimdal as well as with postgresql-7.4.8 or postgesql-8.0.3 Here are the config.logs: Configure pgadmin3: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pgadmin3 configure 1.2.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-wx=/usr/X11R6 --with-wx-config=wxgtk2u-2.6-config --prefix=/usr/local --build=i386-portbld-freebsd5.4 ## --------- ## ## Platform. ## ## --------- ## hostname = notebook.heesen-bonn.de uname -m = i386 uname -r = 5.4-STABLE uname -s = FreeBSD uname -v = FreeBSD 5.4-STABLE #2: Wed Jul 13 20:43:44 CEST 2005 root@heesi.testnetz.detecon.net:/usr/obj/usr/src/sys/MYKERNEL /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1344: checking build system type configure:1362: result: i386-portbld-freebsd5.4 configure:1370: checking host system type configure:1384: result: i386-portbld-freebsd5.4 configure:1405: checking for a BSD-compatible install configure:1459: result: /usr/bin/install -c -o root -g wheel configure:1470: checking whether build environment is sane configure:1513: result: yes configure:1546: checking for gawk configure:1575: result: no configure:1546: checking for mawk configure:1575: result: no configure:1546: checking for nawk configure:1562: found /usr/bin/nawk configure:1572: result: nawk configure:1582: checking whether make sets $(MAKE) configure:1602: result: yes configure:1815: checking for gcc configure:1841: result: cc configure:2085: checking for C compiler version configure:2088: cc --version &5 cc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2091: $? = 0 configure:2093: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:2096: $? = 0 configure:2098: cc -V &5 cc: `-V' option must have argument configure:2101: $? = 1 configure:2125: checking for C compiler default output configure:2128: cc -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:2131: $? = 0 configure:2177: result: a.out configure:2182: checking whether the C compiler works configure:2188: ./a.out configure:2191: $? = 0 configure:2208: result: yes configure:2215: checking whether we are cross compiling configure:2217: result: no configure:2220: checking for suffix of executables configure:2222: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:2225: $? = 0 configure:2250: result: configure:2256: checking for suffix of object files configure:2278: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2281: $? = 0 configure:2303: result: o configure:2307: checking whether we are using the GNU C compiler configure:2332: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2335: $? = 0 configure:2338: test -s conftest.o configure:2341: $? = 0 configure:2354: result: yes configure:2360: checking whether cc accepts -g configure:2382: cc -c -g -I/usr/local/include conftest.c >&5 configure:2385: $? = 0 configure:2388: test -s conftest.o configure:2391: $? = 0 configure:2402: result: yes configure:2419: checking for cc option to accept ANSI C configure:2480: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2483: $? = 0 configure:2486: test -s conftest.o configure:2489: $? = 0 configure:2507: result: none needed configure:2525: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2528: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2648: checking for style of include used by make configure:2676: result: GNU configure:2704: checking dependency style of cc configure:2787: result: gcc3 configure:2898: checking for C++ compiler version configure:2901: c++ --version &5 c++ (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2904: $? = 0 configure:2906: c++ -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:2909: $? = 0 configure:2911: c++ -V &5 c++: `-V' option must have argument configure:2914: $? = 1 configure:2917: checking whether we are using the GNU C++ compiler configure:2942: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:2945: $? = 0 configure:2948: test -s conftest.o configure:2951: $? = 0 configure:2964: result: yes configure:2970: checking whether c++ accepts -g configure:2992: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:2995: $? = 0 configure:2998: test -s conftest.o configure:3001: $? = 0 configure:3012: result: yes configure:3056: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3059: $? = 0 configure:3062: test -s conftest.o configure:3065: $? = 0 configure:3092: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure: In function `int main()': configure:3090: error: `exit' undeclared (first use this function) configure:3090: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:3095: $? = 1 configure: failed program was: | #line 3076 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "pgadmin3 1.2.0" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE "pgadmin3" | #define VERSION "1.2.0" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3056: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3059: $? = 0 configure:3062: test -s conftest.o configure:3065: $? = 0 configure:3092: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:3095: $? = 0 configure:3098: test -s conftest.o configure:3101: $? = 0 configure:3126: checking dependency style of c++ configure:3209: result: gcc3 configure:3236: checking how to run the C preprocessor configure:3272: cc -E -I/usr/local/include conftest.c configure:3278: $? = 0 configure:3310: cc -E -I/usr/local/include conftest.c configure:3315:28: ac_nonexistent.h: No such file or directory configure:3316: $? = 1 configure: failed program was: | #line 3302 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "pgadmin3 1.2.0" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE "pgadmin3" | #define VERSION "1.2.0" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:3354: result: cc -E configure:3379: cc -E -I/usr/local/include conftest.c configure:3385: $? = 0 configure:3417: cc -E -I/usr/local/include conftest.c configure:3422:28: ac_nonexistent.h: No such file or directory configure:3423: $? = 1 configure: failed program was: | #line 3409 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "pgadmin3 1.2.0" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE "pgadmin3" | #define VERSION "1.2.0" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:3466: checking for egrep configure:3476: result: grep -E configure:3481: checking for ANSI C header files configure:3507: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3510: $? = 0 configure:3513: test -s conftest.o configure:3516: $? = 0 configure:3608: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:3611: $? = 0 configure:3613: ./conftest configure:3616: $? = 0 configure:3631: result: yes configure:3655: checking for sys/types.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for sys/stat.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for stdlib.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for string.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for memory.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for strings.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for inttypes.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for stdint.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3655: checking for unistd.h configure:3672: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3675: $? = 0 configure:3678: test -s conftest.o configure:3681: $? = 0 configure:3692: result: yes configure:3721: checking arpa/inet.h usability configure:3734: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3737: $? = 0 configure:3740: test -s conftest.o configure:3743: $? = 0 configure:3753: result: yes configure:3757: checking arpa/inet.h presence configure:3768: cc -E -I/usr/local/include conftest.c configure:3774: $? = 0 configure:3793: result: yes configure:3829: checking for arpa/inet.h configure:3836: result: yes configure:3721: checking netdb.h usability configure:3734: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3737: $? = 0 configure:3740: test -s conftest.o configure:3743: $? = 0 configure:3753: result: yes configure:3757: checking netdb.h presence configure:3768: cc -E -I/usr/local/include conftest.c configure:3774: $? = 0 configure:3793: result: yes configure:3829: checking for netdb.h configure:3836: result: yes configure:3721: checking netinet/in.h usability configure:3734: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3737: $? = 0 configure:3740: test -s conftest.o configure:3743: $? = 0 configure:3753: result: yes configure:3757: checking netinet/in.h presence configure:3768: cc -E -I/usr/local/include conftest.c configure:3774: $? = 0 configure:3793: result: yes configure:3829: checking for netinet/in.h configure:3836: result: yes configure:3712: checking for stdlib.h configure:3717: result: yes configure:3851: checking for stdbool.h that conforms to C99 configure:3905: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3908: $? = 0 configure:3911: test -s conftest.o configure:3914: $? = 0 configure:3925: result: yes configure:3927: checking for _Bool configure:3952: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3955: $? = 0 configure:3958: test -s conftest.o configure:3961: $? = 0 configure:3972: result: yes configure:3991: checking for an ANSI C-conforming const configure:4059: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4079: result: yes configure:4089: checking for size_t configure:4114: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4117: $? = 0 configure:4120: test -s conftest.o configure:4123: $? = 0 configure:4134: result: yes configure:4146: checking whether time.h and sys/time.h may both be included configure:4172: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4175: $? = 0 configure:4178: test -s conftest.o configure:4181: $? = 0 configure:4192: result: yes configure:4204: checking for working strtod configure:4248: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:4251: $? = 0 configure:4253: ./conftest configure:4256: $? = 0 configure:4270: result: yes configure:4421: checking for gethostbyname configure:4471: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:4474: $? = 0 configure:4477: test -s conftest configure:4480: $? = 0 configure:4491: result: yes configure:4421: checking for inet_ntoa configure:4471: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:4474: $? = 0 configure:4477: test -s conftest configure:4480: $? = 0 configure:4491: result: yes configure:4421: checking for memmove configure:4471: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:4475: warning: conflicting types for built-in function 'memmove' configure:4474: $? = 0 configure:4477: test -s conftest configure:4480: $? = 0 configure:4491: result: yes configure:4421: checking for memset configure:4471: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:4476: warning: conflicting types for built-in function 'memset' configure:4474: $? = 0 configure:4477: test -s conftest configure:4480: $? = 0 configure:4491: result: yes configure:4421: checking for strchr configure:4471: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -pthread >&5 configure:4477: warning: conflicting types for built-in function 'strchr' configure:4474: $? = 0 configure:4477: test -s conftest configure:4480: $? = 0 configure:4491: result: yes configure:4503: checking for wx-config binary configure:4510: result: yes configure:4521: result: yes configure:4524: checking for pgsql include files configure:4542: result: yes configure:4563: checking for pgsql configure:4580: result: yes configure:4635: checking for PQexec in -lpq configure:4666: cc -o conftest -O -pipe -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lpq -pthread -lssl -lcrypto -lpq >&5 /usr/local/lib/libpq.so: undefined reference to `krb5_cc_get_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_sname_to_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_cc_default' /usr/local/lib/libpq.so: undefined reference to `krb5_cc_close' /usr/local/lib/libpq.so: undefined reference to `error_message' /usr/local/lib/libpq.so: undefined reference to `krb5_free_error' /usr/local/lib/libpq.so: undefined reference to `krb5_sendauth' /usr/local/lib/libpq.so: undefined reference to `crypt' /usr/local/lib/libpq.so: undefined reference to `krb5_free_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_unparse_name' /usr/local/lib/libpq.so: undefined reference to `krb5_free_context' /usr/local/lib/libpq.so: undefined reference to `krb5_init_context' configure:4669: $? = 1 configure: failed program was: | #line 4643 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "pgadmin3 1.2.0" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE "pgadmin3" | #define VERSION "1.2.0" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char PQexec (); | int | main () | { | PQexec (); | ; | return 0; | } configure:4687: result: no configure:4695: checking for SSL_connect in -lpq configure:4726: cc -o conftest -O -pipe -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -lpq -pthread -lssl -lcrypto -lpq >&5 /usr/local/lib/libpq.so: undefined reference to `krb5_cc_get_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_sname_to_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_cc_default' /usr/local/lib/libpq.so: undefined reference to `krb5_cc_close' /usr/local/lib/libpq.so: undefined reference to `error_message' /usr/local/lib/libpq.so: undefined reference to `krb5_free_error' /usr/local/lib/libpq.so: undefined reference to `krb5_sendauth' /usr/local/lib/libpq.so: undefined reference to `crypt' /usr/local/lib/libpq.so: undefined reference to `krb5_free_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_unparse_name' /usr/local/lib/libpq.so: undefined reference to `krb5_free_context' /usr/local/lib/libpq.so: undefined reference to `krb5_init_context' configure:4729: $? = 1 configure: failed program was: | #line 4703 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "pgadmin3 1.2.0" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE "pgadmin3" | #define VERSION "1.2.0" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char SSL_connect (); | int | main () | { | SSL_connect (); | ; | return 0; | } configure:4747: result: no configure:4765: checking libpq-fe.h usability configure:4778: cc -c -O -pipe -I/usr/local/include -I/usr/local/include conftest.c >&5 configure:4781: $? = 0 configure:4784: test -s conftest.o configure:4787: $? = 0 configure:4797: result: yes configure:4801: checking libpq-fe.h presence configure:4812: cc -E -I/usr/local/include -I/usr/local/include conftest.c configure:4818: $? = 0 configure:4837: result: yes configure:4873: checking for libpq-fe.h configure:4880: result: yes configure:4904: checking pgsql in /usr/local configure:4906: result: failed configure:4910: error: you must specify a valid pgsql installation with --with-pgsql=DIR ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_header_libpq_fe_h=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 ac_cv_header_netinet_in_h=yes ac_cv_env_CXXFLAGS_value='-O -pipe' ac_cv_header_stdbool_h=yes ac_cv_header_netdb_h=yes ac_cv_header_stdlib_h=yes ac_cv_func_memmove=yes ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set=set ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_max_cmd_len=65536 pgsql_cv_libpq=no ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_func_inet_ntoa=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set ac_cv_env_host_alias_set= ac_cv_func_memset=yes ac_cv_c_const=yes ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set=set ac_cv_env_LDFLAGS_value=' -L/usr/local/lib' ac_cv_env_target_alias_set= ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd5.4 ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes pgsql_cv_libpqfe_h=yes ac_cv_header_time=yes ac_cv_header_strings_h=yes ac_cv_header_stdint_h=yes ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_func_gethostbyname=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd5.4 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_lib_pq_SSL_connect=no ac_cv_func_strchr=yes ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_host=i386-portbld-freebsd5.4 ac_cv_env_host_alias_value= ac_cv_prog_cxx_g=yes ac_cv_lib_pq_PQexec=no ac_cv_prog_CPP='cc -E' am_cv_CXX_dependencies_compiler_type=gcc3 ac_cv_prog_AWK=nawk ac_cv_build=i386-portbld-freebsd5.4 ac_cv_env_build_alias_value=i386-portbld-freebsd5.4 ac_cv_type__Bool=yes ac_cv_prog_ac_ct_CC=cc ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc ac_cv_func_strtod=yes ac_cv_header_arpa_inet_h=yes ac_cv_env_CPP_set= ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/missing --run tar' AUTOCONF='${SHELL} /usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/missing --run automake-1.7' AWK='nawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-O -pipe ' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS=' -L/usr/local/lib' LIBOBJS='' LIBS='-pthread -lssl -lcrypto -lpq' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/missing --run makeinfo' OBJEXT='o' PACKAGE='pgadmin3' PACKAGE_BUGREPORT='pgadmin-support@postgresql.org' PACKAGE_NAME='pgadmin3' PACKAGE_STRING='pgadmin3 1.2.0' PACKAGE_TARNAME='pgadmin3' PACKAGE_VERSION='1.2.0' PATH_SEPARATOR=':' POW_LIB='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.2.0' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.4' build_alias='i386-portbld-freebsd5.4' build_cpu='i386' build_os='freebsd5.4' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd5.4' host_alias='' host_cpu='i386' host_os='freebsd5.4' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/databases/pgadmin3/work/pgadmin3-1.2.0/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARPA_INET_H 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_INET_NTOA 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCHR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE__BOOL 1 #define PACKAGE "pgadmin3" #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" #define PACKAGE_NAME "pgadmin3" #define PACKAGE_STRING "pgadmin3 1.2.0" #define PACKAGE_TARNAME "pgadmin3" #define PACKAGE_VERSION "1.2.0" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "1.2.0" #endif #ifdef __cplusplus #include configure: exit 1 Configure postgresql-libpqxx: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libpqxx configure 2.5.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-postgres=/usr/local --enable-shared --with-postgres-include=/usr/local/include/postgresql --prefix=/usr/local i386-portbld-freebsd5.4 ## --------- ## ## Platform. ## ## --------- ## hostname = notebook.heesen-bonn.de uname -m = i386 uname -r = 5.4-STABLE uname -s = FreeBSD uname -v = FreeBSD 5.4-STABLE #2: Wed Jul 13 20:43:44 CEST 2005 root@heesi.testnetz.detecon.net:/usr/obj/usr/src/sys/MYKERNEL /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool15 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1567: checking for a BSD-compatible install configure:1622: result: /usr/bin/install -c -o root -g wheel configure:1633: checking whether build environment is sane configure:1676: result: yes configure:1741: checking for gawk configure:1770: result: no configure:1741: checking for mawk configure:1770: result: no configure:1741: checking for nawk configure:1757: found /usr/bin/nawk configure:1767: result: nawk configure:1777: checking whether gmake sets $(MAKE) configure:1797: result: yes configure:1987: checking for i386-portbld-freebsd5.4-g++ configure:2013: result: c++ configure:2071: checking for C++ compiler version configure:2074: c++ --version &5 c++ (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2077: $? = 0 configure:2079: c++ -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:2082: $? = 0 configure:2084: c++ -V &5 c++: `-V' option must have argument configure:2087: $? = 1 configure:2110: checking for C++ compiler default output file name configure:2113: c++ -O -pipe -I/usr/local/include -L/usr/local/lib conftest.cc >&5 configure:2116: $? = 0 configure:2162: result: a.out configure:2167: checking whether the C++ compiler works configure:2173: ./a.out configure:2176: $? = 0 configure:2193: result: yes configure:2200: checking whether we are cross compiling configure:2202: result: no configure:2205: checking for suffix of executables configure:2207: c++ -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.cc >&5 configure:2210: $? = 0 configure:2235: result: configure:2241: checking for suffix of object files configure:2262: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:2265: $? = 0 configure:2287: result: o configure:2291: checking whether we are using the GNU C++ compiler configure:2315: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:2321: $? = 0 configure:2324: test -z || test ! -s conftest.err configure:2327: $? = 0 configure:2330: test -s conftest.o configure:2333: $? = 0 configure:2346: result: yes configure:2352: checking whether c++ accepts -g configure:2373: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:2379: $? = 0 configure:2382: test -z || test ! -s conftest.err configure:2385: $? = 0 configure:2388: test -s conftest.o configure:2391: $? = 0 configure:2402: result: yes configure:2444: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:2450: $? = 0 configure:2453: test -z || test ! -s conftest.err configure:2456: $? = 0 configure:2459: test -s conftest.o configure:2462: $? = 0 configure:2488: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:15: error: `exit' undeclared (first use this function) conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2494: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2444: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:2450: $? = 0 configure:2453: test -z || test ! -s conftest.err configure:2456: $? = 0 configure:2459: test -s conftest.o configure:2462: $? = 0 configure:2488: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:2494: $? = 0 configure:2497: test -z || test ! -s conftest.err configure:2500: $? = 0 configure:2503: test -s conftest.o configure:2506: $? = 0 configure:2540: checking for style of include used by gmake configure:2568: result: GNU configure:2596: checking dependency style of c++ configure:2686: result: gcc3 configure:2711: checking for i386-portbld-freebsd5.4-gcc configure:2737: result: cc configure:3019: checking for C compiler version configure:3022: cc --version &5 cc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3025: $? = 0 configure:3027: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:3030: $? = 0 configure:3032: cc -V &5 cc: `-V' option must have argument configure:3035: $? = 1 configure:3038: checking whether we are using the GNU C compiler configure:3062: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3068: $? = 0 configure:3071: test -z || test ! -s conftest.err configure:3074: $? = 0 configure:3077: test -s conftest.o configure:3080: $? = 0 configure:3093: result: yes configure:3099: checking whether cc accepts -g configure:3120: cc -c -g -I/usr/local/include conftest.c >&5 configure:3126: $? = 0 configure:3129: test -z || test ! -s conftest.err configure:3132: $? = 0 configure:3135: test -s conftest.o configure:3138: $? = 0 configure:3149: result: yes configure:3166: checking for cc option to accept ANSI C configure:3236: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:3242: $? = 0 configure:3245: test -z || test ! -s conftest.err configure:3248: $? = 0 configure:3251: test -s conftest.o configure:3254: $? = 0 configure:3272: result: none needed configure:3290: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3296: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3428: checking dependency style of cc configure:3518: result: gcc3 configure:3548: checking for a BSD-compatible install configure:3603: result: /usr/bin/install -c -o root -g wheel configure:3693: checking build system type configure:3711: result: i386-portbld-freebsd5.4 configure:3719: checking host system type configure:3733: result: i386-portbld-freebsd5.4 configure:3741: checking for a sed that does not truncate output configure:3795: result: /usr/bin/sed configure:3798: checking for egrep configure:3808: result: grep -E configure:3824: checking for ld used by cc configure:3891: result: /usr/bin/ld configure:3900: checking if the linker (/usr/bin/ld) is GNU ld configure:3915: result: yes configure:3920: checking for /usr/bin/ld option to reload object files configure:3927: result: -r configure:3936: checking for BSD-compatible nm configure:3978: result: nm configure:3982: checking whether ln -s works configure:3986: result: yes configure:3993: checking how to recognise dependent libraries configure:4167: result: pass_all configure:4380: checking how to run the C preprocessor configure:4415: cc -E -I/usr/local/include conftest.c configure:4421: $? = 0 configure:4453: cc -E -I/usr/local/include conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:4459: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4498: result: cc -E configure:4522: cc -E -I/usr/local/include conftest.c configure:4528: $? = 0 configure:4560: cc -E -I/usr/local/include conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:4566: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4610: checking for ANSI C header files configure:4635: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4641: $? = 0 configure:4644: test -z || test ! -s conftest.err configure:4647: $? = 0 configure:4650: test -s conftest.o configure:4653: $? = 0 configure:4742: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:4745: $? = 0 configure:4747: ./conftest configure:4750: $? = 0 configure:4765: result: yes configure:4789: checking for sys/types.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for sys/stat.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for stdlib.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for string.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for memory.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for strings.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for inttypes.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for stdint.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4789: checking for unistd.h configure:4805: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4811: $? = 0 configure:4814: test -z || test ! -s conftest.err configure:4817: $? = 0 configure:4820: test -s conftest.o configure:4823: $? = 0 configure:4834: result: yes configure:4860: checking dlfcn.h usability configure:4872: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4878: $? = 0 configure:4881: test -z || test ! -s conftest.err configure:4884: $? = 0 configure:4887: test -s conftest.o configure:4890: $? = 0 configure:4900: result: yes configure:4904: checking dlfcn.h presence configure:4914: cc -E -I/usr/local/include conftest.c configure:4920: $? = 0 configure:4940: result: yes configure:4975: checking for dlfcn.h configure:4982: result: yes configure:5000: checking how to run the C++ preprocessor configure:5031: c++ -E -I/usr/local/include conftest.cc configure:5037: $? = 0 configure:5069: c++ -E -I/usr/local/include conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:5075: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5114: result: c++ -E configure:5138: c++ -E -I/usr/local/include conftest.cc configure:5144: $? = 0 configure:5176: c++ -E -I/usr/local/include conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:5182: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5235: checking for i386-portbld-freebsd5.4-g77 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-f77 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-xlf configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-frt configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-pgf77 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-fort77 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-fl32 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-af77 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-f90 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-xlf90 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-pgf90 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-epcf90 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-f95 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-fort configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-xlf95 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-ifc configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-efc configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-pgf95 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-lf95 configure:5264: result: no configure:5235: checking for i386-portbld-freebsd5.4-gfortran configure:5264: result: no configure:5277: checking for g77 configure:5306: result: no configure:5277: checking for f77 configure:5293: found /usr/bin/f77 configure:5303: result: f77 configure:5318: checking for Fortran 77 compiler version configure:5321: f77 --version &5 GNU Fortran (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:5324: $? = 0 configure:5326: f77 -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:5329: $? = 0 configure:5331: f77 -V &5 f77: `-V' option must have argument configure:5334: $? = 1 configure:5342: checking whether we are using the GNU Fortran 77 compiler configure:5356: f77 -c conftest.F >&5 configure:5362: $? = 0 configure:5365: test -z || test ! -s conftest.err configure:5368: $? = 0 configure:5371: test -s conftest.o configure:5374: $? = 0 configure:5387: result: yes configure:5393: checking whether f77 accepts -g configure:5405: f77 -c -g conftest.f >&5 configure:5411: $? = 0 configure:5414: test -z || test ! -s conftest.err configure:5417: $? = 0 configure:5420: test -s conftest.o configure:5423: $? = 0 configure:5435: result: yes configure:5465: checking the maximum length of command line arguments configure:5530: result: 65536 configure:5541: checking command to parse nm output from cc object configure:5630: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5633: $? = 0 configure:5637: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5640: $? = 0 configure:5692: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 configure:5695: $? = 0 configure:5733: result: ok configure:5737: checking for objdir configure:5752: result: .libs configure:5804: checking for i386-portbld-freebsd5.4-ar configure:5833: result: no configure:5842: checking for ar configure:5858: found /usr/bin/ar configure:5869: result: ar configure:5884: checking for i386-portbld-freebsd5.4-ranlib configure:5913: result: no configure:5922: checking for ranlib configure:5938: found /usr/bin/ranlib configure:5949: result: ranlib configure:5964: checking for i386-portbld-freebsd5.4-strip configure:5993: result: no configure:6002: checking for strip configure:6018: found /usr/bin/strip configure:6029: result: strip configure:6291: checking if cc static flag works configure:6314: result: yes configure:6332: checking if cc supports -fno-rtti -fno-exceptions configure:6350: cc -c -O -pipe -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6354: $? = 0 configure:6365: result: no configure:6380: checking for cc option to produce PIC configure:6557: result: -fPIC configure:6565: checking if cc PIC flag -fPIC works configure:6583: cc -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:6587: $? = 0 configure:6598: result: yes configure:6622: checking if cc supports -c -o file.o configure:6643: cc -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:6647: $? = 0 configure:6667: result: yes configure:6693: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7540: result: yes configure:7566: checking whether -lc should be explicitly linked in configure:7571: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:7574: $? = 0 configure:7588: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7591: $? = 1 configure:7603: result: yes configure:7611: checking dynamic linker characteristics configure:8163: result: freebsd5.4 ld.so configure:8167: checking how to hardcode library paths into programs configure:8192: result: immediate configure:8206: checking whether stripping libraries is possible configure:8211: result: yes configure:9034: checking if libtool supports shared libraries configure:9036: result: yes configure:9039: checking whether to build shared libraries configure:9097: result: yes configure:9100: checking whether to build static libraries configure:9104: result: yes configure:9196: creating libtool configure:9743: checking for ld used by c++ configure:9810: result: /usr/bin/ld configure:9819: checking if the linker (/usr/bin/ld) is GNU ld configure:9834: result: yes configure:9885: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10711: result: yes configure:10729: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:10732: $? = 0 configure:10828: checking for c++ option to produce PIC configure:11080: result: -fPIC configure:11088: checking if c++ PIC flag -fPIC works configure:11106: c++ -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.cc >&5 configure:11110: $? = 0 configure:11121: result: yes configure:11145: checking if c++ supports -c -o file.o configure:11166: c++ -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:11170: $? = 0 configure:11190: result: yes configure:11216: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11244: result: yes configure:11315: checking dynamic linker characteristics configure:11867: result: freebsd5.4 ld.so configure:11871: checking how to hardcode library paths into programs configure:11896: result: immediate configure:11910: checking whether stripping libraries is possible configure:11915: result: yes configure:13215: checking if libtool supports shared libraries configure:13217: result: yes configure:13220: checking whether to build shared libraries configure:13238: result: yes configure:13241: checking whether to build static libraries configure:13245: result: yes configure:13257: checking for f77 option to produce PIC configure:13434: result: -fPIC configure:13442: checking if f77 PIC flag -fPIC works configure:13460: f77 -c -g -O2 -fPIC conftest.f >&5 configure:13464: $? = 0 configure:13475: result: yes configure:13499: checking if f77 supports -c -o file.o configure:13520: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13524: $? = 0 configure:13544: result: yes configure:13570: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14397: result: yes configure:14468: checking dynamic linker characteristics configure:15020: result: freebsd5.4 ld.so configure:15024: checking how to hardcode library paths into programs configure:15049: result: immediate configure:15063: checking whether stripping libraries is possible configure:15068: result: yes configure:19158: checking whether gmake sets $(MAKE) configure:19178: result: yes configure:19189: checking for mkdir configure:19207: found /bin/mkdir configure:19219: result: /bin/mkdir configure:19228: checking for doxygen configure:19246: found /usr/local/bin/doxygen configure:19258: result: /usr/local/bin/doxygen configure:19277: checking for dot configure:19293: found /usr/local/bin/dot configure:19304: result: YES configure:19313: checking for xmlto configure:19346: result: no configure:19362: checking whether to enable maintainer-specific portions of Makefiles configure:19371: result: no configure:19388: checking maintainer mode configure:19395: result: configure:19511: checking g++ visibility attribute configure:19536: c++ -c -O -pipe -Werror -I/usr/local/include conftest.cc >&5 conftest.cc:27: warning: `visibility' attribute does not apply to types configure:19542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #ifdef __GNUC__ | struct __attribute__ ((visibility("hidden"))) d { d() {} void f() {} }; | #endif | | int | main () | { | d D;D.f() | ; | return 0; | } configure:19568: result: no configure:19581: checking thread safety configure:19590: result: yes configure:19598: checking name of standard library namespace configure:19617: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:29: error: `::string' has not been declared conftest.cc:29: error: expected `;' before "a" configure:19623: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include | int | main () | { | ::string a; | ; | return 0; | } configure:19617: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:19623: $? = 0 configure:19626: test -z || test ! -s conftest.err configure:19629: $? = 0 configure:19632: test -s conftest.o configure:19635: $? = 0 configure:19617: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:29: error: `stlp_std' has not been declared conftest.cc:29: error: `string' undeclared (first use this function) conftest.cc:29: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cc:29: error: expected `;' before "a" configure:19623: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include | int | main () | { | stlp_std::string a; | ; | return 0; | } configure:19650: result: std configure:19669: checking ios usability configure:19681: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:19687: $? = 0 configure:19690: test -z || test ! -s conftest.err configure:19693: $? = 0 configure:19696: test -s conftest.o configure:19699: $? = 0 configure:19709: result: yes configure:19713: checking ios presence configure:19723: c++ -E -I/usr/local/include conftest.cc configure:19729: $? = 0 configure:19749: result: yes configure:19784: checking for ios configure:19791: result: yes configure:19818: checking streambuf usability configure:19830: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:19836: $? = 0 configure:19839: test -z || test ! -s conftest.err configure:19842: $? = 0 configure:19845: test -s conftest.o configure:19848: $? = 0 configure:19858: result: yes configure:19862: checking streambuf presence configure:19872: c++ -E -I/usr/local/include conftest.cc configure:19878: $? = 0 configure:19898: result: yes configure:19933: checking for streambuf configure:19940: result: yes configure:19967: checking locale usability configure:19979: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:19985: $? = 0 configure:19988: test -z || test ! -s conftest.err configure:19991: $? = 0 configure:19994: test -s conftest.o configure:19997: $? = 0 configure:20007: result: yes configure:20011: checking locale presence configure:20021: c++ -E -I/usr/local/include conftest.cc configure:20027: $? = 0 configure:20047: result: yes configure:20082: checking for locale configure:20089: result: yes configure:20105: checking char_traits template configure:20125: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:20131: $? = 0 configure:20134: test -z || test ! -s conftest.err configure:20137: $? = 0 configure:20140: test -s conftest.o configure:20143: $? = 0 configure:20157: result: yes configure:20160: checking "warning" preprocessor directive configure:20179: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 conftest.cc:30:2: warning: #warning cpp supports warning directive configure:20185: $? = 0 configure:20188: test -z || test ! -s conftest.err configure:20191: $? = 0 configure:20194: test -s conftest.o configure:20197: $? = 0 configure:20211: result: yes configure:20214: checking "message" preprocessor pragma configure:20233: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:20239: $? = 0 configure:20242: test -z || test ! -s conftest.err configure:20245: $? = 0 configure:20248: test -s conftest.o configure:20251: $? = 0 configure:20265: result: yes configure:20273: checking for pg_config configure:20291: found /usr/local/bin/pg_config configure:20303: result: /usr/local/bin/pg_config configure:20327: using PostgreSQL headers at /usr/local/include configure:20330: using PostgreSQL libraries at /usr/local/lib configure:20341: checking for ANSI C header files configure:20496: result: yes configure:20507: checking ability to compile programs using the standard C library configure:20527: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:20533: $? = 0 configure:20536: test -z || test ! -s conftest.err configure:20539: $? = 0 configure:20542: test -s conftest.o configure:20545: $? = 0 configure:20579: result: yes configure:20594: checking /usr/local/include/libpq-fe.h usability configure:20606: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:20612: $? = 0 configure:20615: test -z || test ! -s conftest.err configure:20618: $? = 0 configure:20621: test -s conftest.o configure:20624: $? = 0 configure:20634: result: yes configure:20638: checking /usr/local/include/libpq-fe.h presence configure:20648: c++ -E -I/usr/local/include conftest.cc configure:20654: $? = 0 configure:20674: result: yes configure:20709: checking for /usr/local/include/libpq-fe.h configure:20716: result: yes configure:20751: checking for ability to compile source files using libpq configure:20769: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:20775: $? = 0 configure:20778: test -z || test ! -s conftest.err configure:20781: $? = 0 configure:20784: test -s conftest.o configure:20787: $? = 0 configure:20813: result: yes configure:20825: checking for ability to link with libpq configure:20828: checking for main in -lpq configure:20852: cc -o conftest -O -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lpq -L/usr/local/lib >&5 /usr/local/lib/libpq.so: undefined reference to `krb5_cc_get_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_sname_to_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_cc_default' /usr/local/lib/libpq.so: undefined reference to `krb5_cc_close' /usr/local/lib/libpq.so: undefined reference to `error_message' /usr/local/lib/libpq.so: undefined reference to `krb5_free_error' /usr/local/lib/libpq.so: undefined reference to `krb5_sendauth' /usr/local/lib/libpq.so: undefined reference to `crypt' /usr/local/lib/libpq.so: undefined reference to `krb5_free_principal' /usr/local/lib/libpq.so: undefined reference to `krb5_unparse_name' /usr/local/lib/libpq.so: undefined reference to `krb5_free_context' /usr/local/lib/libpq.so: undefined reference to `krb5_init_context' configure:20858: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libpqxx" | #define PACKAGE_TARNAME "libpqxx" | #define PACKAGE_VERSION "2.5.5" | #define PACKAGE_STRING "libpqxx 2.5.5" | #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " | #define PACKAGE "libpqxx" | #define VERSION "2.5.5" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define PGSTD std | #define PQXX_HAVE_IOS 1 | #define PQXX_HAVE_STREAMBUF 1 | #define PQXX_HAVE_LOCALE 1 | #define PQXX_HAVE_CHAR_TRAITS 1 | #define PQXX_HAVE_CPP_WARNING 1 | #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:20883: result: no configure:20893: error: Could not link to libpq. Make sure you have the PostgreSQL client library installed, and that the library binary can be found in the location returned by "pg_config --libdir". ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_header__usr_local_include_libpq_fe_h=yes ac_cv_header_ios=yes lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' ac_cv_prog_ac_ct_F77=f77 am_cv_CC_dependencies_compiler_type=gcc3 ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CXXFLAGS_value='-O -pipe' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ac_cv_f77_compiler_gnu=yes ac_cv_env_F77_value= ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_prog_gnu_ldcxx=yes ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set=set lt_cv_prog_compiler_c_o_CXX=yes ac_cv_prog_ac_ct_AR=ar ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' ac_cv_prog_CXX=c++ ac_cv_path_PG_CONFIG=/usr/local/bin/pg_config lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ac_cv_prog_make_gmake_set=yes ac_cv_env_FFLAGS_set= lt_cv_sys_max_cmd_len=65536 ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_path_MKDIR=/bin/mkdir ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set lt_lt_cv_prog_compiler_c_o_CXX='"yes"' ac_cv_env_host_alias_set=set ac_cv_header_streambuf=yes lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_cv_ld_reload_flag=-r ac_cv_prog_CC=cc lt_cv_prog_gnu_ld=yes ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set=set lt_cv_prog_compiler_c_o=yes ac_cv_prog_f77_g=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value=' -L/usr/local/lib' ac_cv_env_target_alias_set=set ac_cv_header_locale=yes ac_cv_host_alias=i386-portbld-freebsd5.4 ac_cv_prog_cc_stdc= ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set lt_cv_prog_compiler_c_o_F77=yes ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_path_DOXYGEN=/usr/local/bin/doxygen ac_cv_header_stdint_h=yes ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_env_FFLAGS_value= lt_cv_path_LD=/usr/bin/ld lt_cv_prog_compiler_rtti_exceptions=no ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd5.4 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_lib_pq_main=no lt_lt_cv_prog_compiler_c_o='"yes"' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd5.4 ac_cv_env_F77_set= ac_cv_env_host_alias_value=i386-portbld-freebsd5.4 lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_cv_objdir=.libs ac_cv_prog_cxx_g=yes lt_cv_file_magic_test_file= ac_cv_prog_CPP='cc -E' ac_cv_build=i386-portbld-freebsd5.4 am_cv_CXX_dependencies_compiler_type=gcc3 ac_cv_prog_AWK=nawk ac_cv_env_build_alias_value=i386-portbld-freebsd5.4 ac_cv_prog_HAVE_DOT=YES lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all lt_cv_path_LDCXX=/usr/bin/ld ac_cv_env_target_alias_value=i386-portbld-freebsd5.4 ac_cv_env_CC_value=cc lt_cv_path_NM=nm ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/missing --run tar' AR='ar' AUTOCONF='${SHELL} /usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/missing --run automake-1.9' AWK='nawk' BUILD_REFERENCE_FALSE='#' BUILD_REFERENCE_TRUE='' BUILD_TUTORIAL_FALSE='' BUILD_TUTORIAL_TRUE='#' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-O -pipe ' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DOXYGEN='/usr/local/bin/doxygen' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='f77' FFLAGS='-g -O2' HAVE_DOT='YES' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS=' -L/usr/local/lib' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/missing --run makeinfo' MKDIR='/bin/mkdir' OBJEXT='o' PACKAGE='libpqxx' PACKAGE_BUGREPORT='Jeroen T. Vermeulen ' PACKAGE_NAME='libpqxx' PACKAGE_STRING='libpqxx 2.5.5' PACKAGE_TARNAME='libpqxx' PACKAGE_VERSION='2.5.5' PATH_SEPARATOR=':' PG_CONFIG='/usr/local/bin/pg_config' POSTGRES_INCLUDE='-I/usr/local/include' POSTGRES_LIB='-L/usr/local/lib -R/usr/local/lib -lpq' PQXXVERSION='2.5.5' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='2.5.5' XMLTO='' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.4' build_alias='i386-portbld-freebsd5.4' build_cpu='i386' build_os='freebsd5.4' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd5.4' host_alias='i386-portbld-freebsd5.4' host_cpu='i386' host_os='freebsd5.4' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/databases/postgresql-libpqxx/work/libpqxx-2.5.5/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='$(mkinstalldirs)' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-portbld-freebsd5.4' with_postgres_include='/usr/local/include' with_postgres_lib='/usr/local/lib' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "libpqxx" #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen " #define PACKAGE_NAME "libpqxx" #define PACKAGE_STRING "libpqxx 2.5.5" #define PACKAGE_TARNAME "libpqxx" #define PACKAGE_VERSION "2.5.5" #define PGSTD std #define PQXX_HAVE_CHAR_TRAITS 1 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1 #define PQXX_HAVE_CPP_WARNING 1 #define PQXX_HAVE_IOS 1 #define PQXX_HAVE_LOCALE 1 #define PQXX_HAVE_STREAMBUF 1 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "2.5.5" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 >How-To-Repeat: I have two computers running FreeBSD 5.4. This problem is on both machines. At the German BSD blogger another user had the same problem. I think the bug occurs by setting one of the kerberos optins: mit or heimdal at a postgresql server port. >Fix: A workaround is not to set the kerberos options in make config in /usr/ports/postgesql80-server or /usr/ports/postgres1l74-server. The configure script of pgamdin3 and libpqxx mention problems in libpq. But I don't know how to fix them >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 08:50:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1D216A41F for ; Sun, 21 Aug 2005 08:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056D243D46 for ; Sun, 21 Aug 2005 08: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.3/8.13.3) with ESMTP id j7L8oLZj034343 for ; Sun, 21 Aug 2005 08:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L8oLXP034342; Sun, 21 Aug 2005 08:50:21 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 08:50:21 GMT Resent-Message-Id: <200508210850.j7L8oLXP034342@freefall.freebsd.org> 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 Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D037516A41F for ; Sun, 21 Aug 2005 08:46:49 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5399843D46 for ; Sun, 21 Aug 2005 08:46:48 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id D5471877C5E; Sun, 21 Aug 2005 18:46:46 +1000 (EST) Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id 9940A877C51 for ; Sun, 21 Aug 2005 18:46:46 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 17779877C8C for ; Sun, 21 Aug 2005 18:46:46 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id EBBD76154; Sun, 21 Aug 2005 18:46:44 +1000 (EST) Message-Id: <20050821084644.EBBD76154@k7.mavetju> Date: Sun, 21 Aug 2005 18:46:44 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85179: [new port] dns/queryperf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 08:50:22 -0000 >Number: 85179 >Category: ports >Synopsis: [new port] dns/queryperf >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 Aug 21 08:50:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386 >Description: for safe keeping until ports freeze is over. >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: # # queryperf/ # queryperf/Makefile # queryperf/distinfo # queryperf/files # queryperf/files/patch-contrib::queryperf::Makefile.in # queryperf/pkg-plist # queryperf/pkg-descr # echo c - queryperf/ mkdir -p queryperf/ > /dev/null 2>&1 echo x - queryperf/Makefile sed 's/^X//' >queryperf/Makefile << 'END-of-queryperf/Makefile' X# New ports collection makefile for: bind X# Date created: 6 October 2000 X# Whom: will X# X# $FreeBSD: ports/dns/bind9/Makefile,v 1.64 2005/06/29 08:10:25 dougb Exp $ X# X XPORTNAME= queryperf XPORTVERSION= 1.1.1.2.2.5.4.3 XCATEGORIES= dns net ipv6 XMASTER_SITES= ${MASTER_SITE_ISC} XMASTER_SITE_SUBDIR= bind9/${BINDVERSION} XDISTNAME= bind-${BINDVERSION} X XMAINTAINER= edwin@mavetju.org XCOMMENT= DNS Query Perforamnce Testing Tool X XBINDVERSION= 9.3.1 XWRKSRC= ${WRKDIR}/bind-${BINDVERSION}/contrib/queryperf/ XHAS_CONFIGURE= yes XUSE_PYTHON_RUN= yes XPORTDOCS= queryperf.txt X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/queryperf ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/utils/gen-data-queryperf.py ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/queryperf.txt X.endif X X.include END-of-queryperf/Makefile echo x - queryperf/distinfo sed 's/^X//' >queryperf/distinfo << 'END-of-queryperf/distinfo' XMD5 (bind-9.3.1.tar.gz) = 9ff3204eea27184ea0722f37e43fc95d XSIZE (bind-9.3.1.tar.gz) = 4673603 END-of-queryperf/distinfo echo c - queryperf/files mkdir -p queryperf/files > /dev/null 2>&1 echo x - queryperf/files/patch-contrib::queryperf::Makefile.in sed 's/^X//' >queryperf/files/patch-contrib::queryperf::Makefile.in << 'END-of-queryperf/files/patch-contrib::queryperf::Makefile.in' X--- Makefile.in.orig Sun Aug 21 18:28:34 2005 X+++ Makefile.in Sun Aug 21 18:29:20 2005 X@@ -5,6 +5,8 @@ X LIBS = @LIBS@ X DEFS = @DEFS@ X X+all: queryperf X+ X queryperf: queryperf.o $(LIBOBJS) X $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) queryperf.o $(LIBOBJS) $(LIBS) -lm -o queryperf X END-of-queryperf/files/patch-contrib::queryperf::Makefile.in echo x - queryperf/pkg-plist sed 's/^X//' >queryperf/pkg-plist << 'END-of-queryperf/pkg-plist' Xbin/queryperf Xbin/gen-data-queryperf.py END-of-queryperf/pkg-plist echo x - queryperf/pkg-descr sed 's/^X//' >queryperf/pkg-descr << 'END-of-queryperf/pkg-descr' XThis is queryperf, a DNS server query performance testing tool. X XIt is primarily intended for measuring the performance of authoritative XDNS servers, but it has also been used for measuring caching server Xperformance. X XSee /usr/local/share/docs/queryperf//queryperf.txt for more information Xon the command line option and the required configuration files. END-of-queryperf/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 08:51:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BDD16A41F; Sun, 21 Aug 2005 08:51:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A514643D46; Sun, 21 Aug 2005 08:51:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7L8pVKS034462; Sun, 21 Aug 2005 08:51:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L8pV8V034458; Sun, 21 Aug 2005 08:51:31 GMT (envelope-from edwin) Date: Sun, 21 Aug 2005 08:51:31 GMT From: Edwin Groothuis Message-Id: <200508210851.j7L8pV8V034458@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/85179: [new port] dns/queryperf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 08:51:32 -0000 Synopsis: [new port] dns/queryperf Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 21 08:51:27 GMT 2005 Responsible-Changed-Why: umine http://www.freebsd.org/cgi/query-pr.cgi?pr=85179 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 09:00:32 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BF5B16A41F for ; Sun, 21 Aug 2005 09:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAF243D48 for ; Sun, 21 Aug 2005 09:00: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.3/8.13.3) with ESMTP id j7L90VCR034682 for ; Sun, 21 Aug 2005 09:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7L90Vj0034681; Sun, 21 Aug 2005 09:00:31 GMT (envelope-from gnats) Date: Sun, 21 Aug 2005 09:00:31 GMT Message-Id: <200508210900.j7L90Vj0034681@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hendrik Scholz Cc: Subject: Re: ports/84916: [PATCH] multimedia/transcode: Update to 1.0.0 final X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Aug 2005 09:00:32 -0000 The following reply was made to PR ports/84916; it has been noted by GNATS. From: Hendrik Scholz To: bug-followup@FreeBSD.org Cc: q@galgenberg.net Subject: Re: ports/84916: [PATCH] multimedia/transcode: Update to 1.0.0 final Date: Sun, 21 Aug 2005 10:57:08 +0200 Hi! Thanks for the update, looks good to me. In addition I've removed the CPPFLAGS for DIVX5 as they might prevent freetype from building properly (reported by James E. Flemer). Gunter Wambaugh contributed the WITH_BKTR knob present in the diff available here: http://dump.wormulon.net/patches/transcode-1.0.0-final.diff Hendrik -- Hendrik Scholz - - http://www.wormulon.net/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 13:00:24 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 100E416A41F for ; Sun, 21 Aug 2005 13:00:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2BE43D53 for ; Sun, 21 Aug 2005 13:00: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.3/8.13.3) with ESMTP id j7LD0NMG062725 for ; Sun, 21 Aug 2005 13:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LD0NZS062718; Sun, 21 Aug 2005 13:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 13:00:23 GMT Resent-Message-Id: <200508211300.j7LD0NZS062718@freefall.freebsd.org> 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 00F6116A41F for ; Sun, 21 Aug 2005 12:59:57 +0000 (GMT) (envelope-from filippo.natali@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B86AA43D6E for ; Sun, 21 Aug 2005 12:59:51 +0000 (GMT) (envelope-from filippo.natali@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so767758wra for ; Sun, 21 Aug 2005 05:59:50 -0700 (PDT) Received: by 10.54.36.15 with SMTP id j15mr1013869wrj; Sun, 21 Aug 2005 05:59:50 -0700 (PDT) Received: from ulby.hq.netwing.it ([81.72.43.241]) by mx.gmail.com with ESMTP id 26sm2999036wrl.2005.08.21.05.59.49; Sun, 21 Aug 2005 05:59:50 -0700 (PDT) Message-Id: <1124629170.0@ulby.hq.netwing.it> Date: Sun, 21 Aug 2005 14:59:30 +0200 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85182: [MAINTAINER UPDATE] unbreak www/zope-zmysqlda X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 13:00:24 -0000 >Number: 85182 >Category: ports >Synopsis: [MAINTAINER UPDATE] unbreak www/zope-zmysqlda >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 Aug 21 13:00:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 6.0-BETA2 amd64 >Organization: Netwing >Environment: System: FreeBSD 6.0-BETA2 #0: Fri Aug 12 10:52:32 CEST 2005 root@ulby.hq.netwing.it:/usr/obj/usr/src/sys/GENERIC >Description: Unbreak www/zope-zmysqlda by adding NO_PACKAGE as a workaround for double python dependency issue >How-To-Repeat: >Fix: --- zope-zmysqlda-20050821.diff begins here --- diff -Nru /usr/ports/www/zope-zmysqlda/Makefile zope-zmysqlda/Makefile --- /usr/ports/www/zope-zmysqlda/Makefile Sat Jul 23 04:53:39 2005 +++ zope-zmysqlda/Makefile Sun Aug 21 12:44:17 2005 @@ -20,10 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - +NO_PACKAGE= Workaround for double python dependency USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope --- zope-zmysqlda-20050821.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 13:10:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E5616A41F for ; Sun, 21 Aug 2005 13:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9545143D49 for ; Sun, 21 Aug 2005 13:10: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.3/8.13.3) with ESMTP id j7LDARJj069538 for ; Sun, 21 Aug 2005 13:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LDARAd069537; Sun, 21 Aug 2005 13:10:27 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 13:10:27 GMT Resent-Message-Id: <200508211310.j7LDARAd069537@freefall.freebsd.org> 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 6DB4A16A41F for ; Sun, 21 Aug 2005 13:02:40 +0000 (GMT) (envelope-from filippo.natali@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC2243D53 for ; Sun, 21 Aug 2005 13:02:39 +0000 (GMT) (envelope-from filippo.natali@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so839229wra for ; Sun, 21 Aug 2005 06:02:39 -0700 (PDT) Received: by 10.54.14.21 with SMTP id 21mr985372wrn; Sun, 21 Aug 2005 06:02:39 -0700 (PDT) Received: from ulby.hq.netwing.it ([81.72.43.241]) by mx.gmail.com with ESMTP id 14sm6027473wrl.2005.08.21.06.02.37; Sun, 21 Aug 2005 06:02:39 -0700 (PDT) Message-Id: <1124629339.0@ulby.hq.netwing.it> Date: Sun, 21 Aug 2005 15:02:19 +0200 From: "Filippo Natali" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85183: [MAINTAINER UPDATE] unbreak zope-mysqluserfolder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 13:10:31 -0000 >Number: 85183 >Category: ports >Synopsis: [MAINTAINER UPDATE] unbreak zope-mysqluserfolder >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 Aug 21 13:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 6.0-BETA2 amd64 >Organization: Netwing >Environment: System: FreeBSD 6.0-BETA2 #0: Fri Aug 12 10:52:32 CEST 2005 root@ulby.hq.netwing.it:/usr/obj/usr/src/sys/GENERIC >Description: Unbreak zope-mysqluserfolder by adding NO_PACKAGE as a workaround to double python dependency issue >How-To-Repeat: >Fix: --- zope-mysqluserfolder-20050821.diff begins here --- diff -Nru /usr/ports/www/zope-mysqluserfolder/Makefile zope-mysqluserfolder/Makefile --- /usr/ports/www/zope-mysqluserfolder/Makefile Sat Jul 23 04:53:39 2005 +++ zope-mysqluserfolder/Makefile Sun Aug 21 12:42:11 2005 @@ -17,10 +17,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - +NO_PACKAGE= Workaround for double python dependency USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope --- zope-mysqluserfolder-20050821.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 13:30:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99FCC16A41F for ; Sun, 21 Aug 2005 13:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4710143D45 for ; Sun, 21 Aug 2005 13: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.3/8.13.3) with ESMTP id j7LDUNF1079212 for ; Sun, 21 Aug 2005 13:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LDUMIr079207; Sun, 21 Aug 2005 13:30:22 GMT (envelope-from gnats) Date: Sun, 21 Aug 2005 13:30:22 GMT Message-Id: <200508211330.j7LDUMIr079207@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ricardo Alves dos Reis Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ricardo Alves dos Reis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 13:30:23 -0000 The following reply was made to PR ports/85171; it has been noted by GNATS. From: Ricardo Alves dos Reis To: ricardo.areis@gmail.com, bug-followup@FreeBSD.org Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade Date: Sun, 21 Aug 2005 07:23:09 -0300 # 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-plist # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: Create a make_args for portupgrade X# Date created: 20 August 2005 X# Whom: ricardo.areis@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= db2portup XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.epm.br/pub/Unix/FreeBSD/ports/ X XMAINTAINER= ricardo@dis.epm.br XCOMMENT= A small program to build make_args for upgrade ports from portupgrade XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/db2portup ${PREFIX}/bin Xdo-deinstall: X ${RM} ${PREFIX}/bin/db2portup X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (db2portup-1.0.tar.gz) = abe691d4820b0b0f3f937b2091816c2f XSIZE (db2portup-1.0.tar.gz) = 1045 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/db2portup END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis small script to help a create MAKE_ARGS to upgrade port from portupgrade X X X- Ricardo A. Reis Xricardo@dis.epm.br END-of-./pkg-descr exit _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 13:30:24 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EABE16A41F for ; Sun, 21 Aug 2005 13:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C994743D45 for ; Sun, 21 Aug 2005 13: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.3/8.13.3) with ESMTP id j7LDUNBW079229 for ; Sun, 21 Aug 2005 13:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LDUNA3079228; Sun, 21 Aug 2005 13:30:23 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 13:30:23 GMT Resent-Message-Id: <200508211330.j7LDUNA3079228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAOKA Fumiyoshi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5FF716A41F for ; Sun, 21 Aug 2005 13:26:28 +0000 (GMT) (envelope-from fmysh@quad.dyndns.org) Received: from prime.quad.dyndns.org (12.57.138.210.xn.2iij.net [210.138.57.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE6643D45 for ; Sun, 21 Aug 2005 13:26:27 +0000 (GMT) (envelope-from fmysh@quad.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by prime.quad.dyndns.org (Postfix) with ESMTP id 74D83F198D for ; Sun, 21 Aug 2005 22:26:26 +0900 (JST) Received: from prime.quad.dyndns.org ([127.0.0.1]) by localhost (prime.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01054-01 for ; Sun, 21 Aug 2005 22:26:11 +0900 (JST) Received: by prime.quad.dyndns.org (Postfix, from userid 1001) id B0E17F198C; Sun, 21 Aug 2005 22:26:11 +0900 (JST) Message-Id: <20050821132611.B0E17F198C@prime.quad.dyndns.org> Date: Sun, 21 Aug 2005 22:26:11 +0900 (JST) From: TAOKA Fumiyoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85184: Update port: japanese/nethack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 13:30:24 -0000 >Number: 85184 >Category: ports >Synopsis: Update port: japanese/nethack >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 Aug 21 13:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update jnethack to 3.4.3-0.7. >How-To-Repeat: >Fix: Bump PORTREVISION. Rearrange sections in Makefile to make portlint happy. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/nethack34/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 9 Feb 2004 03:19:32 -0000 1.49 +++ Makefile 21 Aug 2005 13:18:29 -0000 @@ -7,19 +7,21 @@ PORTNAME= nethack PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= japanese games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz -MAINTAINER= knu@FreeBSD.org -COMMENT= Japanized NetHack PATCH_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -PATCH_SITE_SUBDIR= jnethack/7432 -PATCHFILES= jnethack-${PORTVERSION}-0.1.diff.gz +PATCH_SITE_SUBDIR= jnethack/15876 +PATCHFILES= jnethack-${PORTVERSION}-0.7.diff.gz PATCH_DIST_STRIP= -p1 +MAINTAINER= knu@FreeBSD.org +COMMENT= Japanized NetHack + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BISON= yes @@ -41,7 +43,7 @@ GRAPHICS= X11_GRAPHICS .else .if ${PKGNAMESUFFIX} == "-gnome" -CATEGORIES= games gnome +CATEGORIES+= gnome USE_GETOPT_LONG= yes USE_GNOME= gnomelibs MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/nethack34/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- distinfo 9 Feb 2004 03:19:32 -0000 1.15 +++ distinfo 21 Aug 2005 05:02:26 -0000 @@ -1,4 +1,4 @@ MD5 (nethack-343-src.tgz) = 21479c95990eefe7650df582426457f9 SIZE (nethack-343-src.tgz) = 3497458 -MD5 (jnethack-3.4.3-0.1.diff.gz) = 785e75d3fde705a113b70c2b322eda6a -SIZE (jnethack-3.4.3-0.1.diff.gz) = 922501 +MD5 (jnethack-3.4.3-0.7.diff.gz) = 66015169fc858ebed107d6c1c21e32cf +SIZE (jnethack-3.4.3-0.7.diff.gz) = 925046 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 14:40:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39F6316A41F for ; Sun, 21 Aug 2005 14:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC72043D45 for ; Sun, 21 Aug 2005 14: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.3/8.13.3) with ESMTP id j7LEeMeP006824 for ; Sun, 21 Aug 2005 14:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LEeMEn006823; Sun, 21 Aug 2005 14:40:22 GMT (envelope-from gnats) Date: Sun, 21 Aug 2005 14:40:22 GMT Message-Id: <200508211440.j7LEeMEn006823@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ricardo Alves dos Reis Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ricardo Alves dos Reis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 14:40:23 -0000 The following reply was made to PR ports/85171; it has been noted by GNATS. From: Ricardo Alves dos Reis To: ricardo.areis@gmail.com, bug-followup@FreeBSD.org Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade Date: Sun, 21 Aug 2005 08:35:35 -0300 # 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-plist # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: Create a make_args for portupgrade X# Date created: 20 August 2005 X# Whom: ricardo.areis@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= db2portup XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.epm.br/pub/Unix/FreeBSD/ports/ X XMAINTAINER= ricardo@dis.epm.br XCOMMENT= A small program to build make_args for upgrade ports from portupgrade XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/db2portup ${PREFIX}/bin Xdo-deinstall: X ${RM} ${PREFIX}/bin/db2portup X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (db2portup-1.0.tar.gz) = 7392fe8d4a8a4c0cd875d54c04ab63ce XSIZE (db2portup-1.0.tar.gz) = 1063 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/db2portup END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis small script to help a create MAKE_ARGS to upgrade port from portupgrade X X X- Ricardo A. Reis Xricardo@dis.epm.br END-of-./pkg-descr exit _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 15:30:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D6116A41F for ; Sun, 21 Aug 2005 15:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9CA43D46 for ; Sun, 21 Aug 2005 15: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.3/8.13.3) with ESMTP id j7LFUJAP073590 for ; Sun, 21 Aug 2005 15:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LFUJoF073588; Sun, 21 Aug 2005 15:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 15:30:19 GMT Resent-Message-Id: <200508211530.j7LFUJoF073588@freefall.freebsd.org> 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 1702F16A41F for ; Sun, 21 Aug 2005 15:22:37 +0000 (GMT) (envelope-from stephane@freebsd-fr.org) Received: from Smtp.neuf.fr (sp604001mt.neufgp.fr [84.96.92.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9E743D58 for ; Sun, 21 Aug 2005 15:22:35 +0000 (GMT) (envelope-from stephane@freebsd-fr.org) Received: from sequoia.mondomaineamoi.megalo ([84.100.6.76]) by sp604001mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-3.03 (built Jun 27 2005)) with ESMTP id <0ILK003S8W1LITM0@sp604001mt.gpm.neuf.ld> for FreeBSD-gnats-submit@freebsd.org; Sun, 21 Aug 2005 17:22:33 +0200 (CEST) Received: from sequoia.mondomaineamoi.megalo (localhost.mondomaineamoi.megalo [127.0.0.1]) by sequoia.mondomaineamoi.megalo (8.13.3/8.13.1) with ESMTP id j7LFMePl023465 for ; Sun, 21 Aug 2005 17:22:40 +0200 Received: (from stephane@localhost) by sequoia.mondomaineamoi.megalo (8.13.3/8.13.1/Submit) id j7LFMeGY023464; Sun, 21 Aug 2005 17:22:40 +0200 (CEST envelope-from stephane) Message-Id: <200508211522.j7LFMeGY023464@sequoia.mondomaineamoi.megalo> Date: Sun, 21 Aug 2005 17:22:40 +0200 (CEST) From: Stephane Legrand To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85188: [maintainer-update] Update www/ocaml-net to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Aug 2005 15:30:20 -0000 >Number: 85188 >Category: ports >Synopsis: [maintainer-update] Update www/ocaml-net to 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: Sun Aug 21 15:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stephane Legrand >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: FreeBSD 5.4-STABLE i386 >Description: Update www/ocaml-net to 1.1 >How-To-Repeat: >Fix: diff -ruN ocaml-net-orig/Makefile ocaml-net/Makefile --- ocaml-net-orig/Makefile Sun Aug 21 15:10:09 2005 +++ ocaml-net/Makefile Sun Aug 21 15:59:15 2005 @@ -6,8 +6,7 @@ # PORTNAME= net -PORTVERSION= 0.98 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocamlnet @@ -29,6 +28,8 @@ HAS_CONFIGURE= yes # seems required to build www/ocaml-wdialog: CONFIGURE_ARGS+= -enable-compatcgi +# doesn't build otherwise (may be because the Equeue port is not up to date) +CONFIGURE_ARGS+= -without-nethttpd ALL_TARGET= all opt @@ -48,6 +49,14 @@ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/netstring" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove netstring 2>/dev/null || true" >> ${TMPPLIST} + @${FIND} ${PREFIX}/lib/ocaml/site-lib/pop -type f | \ + ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/pop" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ocamlfind remove pop 2>/dev/null || true" >> ${TMPPLIST} + @${FIND} ${PREFIX}/lib/ocaml/site-lib/smtp -type f | \ + ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/smtp" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ocamlfind remove smtp 2>/dev/null || true" >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/../doc/ ${DOCSDIR} diff -ruN ocaml-net-orig/distinfo ocaml-net/distinfo --- ocaml-net-orig/distinfo Sun Aug 21 15:10:09 2005 +++ ocaml-net/distinfo Sun Aug 21 15:13:11 2005 @@ -1,2 +1,2 @@ -MD5 (ocamlnet-0.98.tar.gz) = 229b7ed78b4c3ffae41b83625a13c3da -SIZE (ocamlnet-0.98.tar.gz) = 639820 +MD5 (ocamlnet-1.1.tar.gz) = 2ec265aeea6a6470e7493ab047cef261 +SIZE (ocamlnet-1.1.tar.gz) = 813800 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 16:10:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BEC216A41F for ; Sun, 21 Aug 2005 16:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF0243D46 for ; Sun, 21 Aug 2005 16: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.3/8.13.3) with ESMTP id j7LGALtZ081273 for ; Sun, 21 Aug 2005 16:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LGAL35081272; Sun, 21 Aug 2005 16:10:21 GMT (envelope-from gnats) Date: Sun, 21 Aug 2005 16:10:21 GMT Message-Id: <200508211610.j7LGAL35081272@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ricardo Alves dos Reis Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ricardo Alves dos Reis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 16:10:22 -0000 The following reply was made to PR ports/85171; it has been noted by GNATS. From: Ricardo Alves dos Reis To: ricardo.areis@gmail.com, bug-followup@FreeBSD.org Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade Date: Sun, 21 Aug 2005 10:04:37 -0300 # 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-plist # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: Create a make_args for portupgrade X# Date created: 20 August 2005 X# Whom: ricardo.areis@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= db2portup XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.epm.br/pub/Unix/FreeBSD/ports/ X XMAINTAINER= ricardo@dis.epm.br XCOMMENT= A small program to build make_args for upgrade ports from portupgrade XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/db2portup ${PREFIX}/bin Xdo-deinstall: X ${RM} ${PREFIX}/bin/db2portup X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (db2portup-1.0.tar.gz) = d459adfe977cfe01b3dae75e39c2be5f XSIZE (db2portup-1.0.tar.gz) = 1087 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/db2portup END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis small script to help a create MAKE_ARGS to upgrade port from portupgrade X X X- Ricardo A. Reis Xricardo@dis.epm.br END-of-./pkg-descr exit _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 16:30:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F48916A41F for ; Sun, 21 Aug 2005 16:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BE343D46 for ; Sun, 21 Aug 2005 16: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.3/8.13.3) with ESMTP id j7LGUIYQ082282 for ; Sun, 21 Aug 2005 16:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LGUIsx082281; Sun, 21 Aug 2005 16:30:18 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 16:30:18 GMT Resent-Message-Id: <200508211630.j7LGUIsx082281@freefall.freebsd.org> 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 Ranner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFF616A41F for ; Sun, 21 Aug 2005 16:21:43 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (83-65-85-70.dynamic.xdsl-line.inode.at [83.65.85.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0DB43D45 for ; Sun, 21 Aug 2005 16:21:41 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (localhost.jawa.at [127.0.0.1]) by dwarf.jawa.at (8.13.3/8.13.1) with ESMTP id j7LGLgMh002294 for ; Sun, 21 Aug 2005 18:21:42 +0200 (CEST) (envelope-from mranner@dwarf.jawa.at) Received: (from root@localhost) by dwarf.jawa.at (8.13.3/8.13.1/Submit) id j7LGLg5G002293; Sun, 21 Aug 2005 18:21:42 +0200 (CEST) (envelope-from mranner) Message-Id: <200508211621.j7LGLg5G002293@dwarf.jawa.at> Date: Sun, 21 Aug 2005 18:21:42 +0200 (CEST) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85189: [MAINTAINER] security/fwlogwatch: [patch file updated] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 16:30:19 -0000 >Number: 85189 >Category: ports >Synopsis: [MAINTAINER] security/fwlogwatch: [patch file updated] >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 Aug 21 16:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 5.4-RELEASE FreeBSD 5.4-RELEASE #7: Fri May 13 07:58:48 CEST 2005 >Description: Patch file updated to process rule numbers above 999. Submitted by Michael Butler Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fwlogwatch-1.0_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/Makefile /usr/ports/security/fwlogwatch.update/Makefile --- /usr/ports/security/fwlogwatch/Makefile Sun Feb 13 20:57:24 2005 +++ /usr/ports/security/fwlogwatch.update/Makefile Sun Aug 21 18:20:21 2005 @@ -8,7 +8,7 @@ PORTNAME= fwlogwatch PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.kybs.de/boris/sw/ diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/files/patch-ipfw.l /usr/ports/security/fwlogwatch.update/files/patch-ipfw.l --- /usr/ports/security/fwlogwatch/files/patch-ipfw.l Mon Dec 13 19:19:22 2004 +++ /usr/ports/security/fwlogwatch.update/files/patch-ipfw.l Sun Aug 21 18:13:47 2005 @@ -1,11 +1,11 @@ --- ipfw.l.orig Sun Mar 21 10:42:55 2004 -+++ ipfw.l Sat Dec 11 16:57:23 2004 ++++ ipfw.l Tue Jun 14 14:10:11 2005 @@ -33,7 +33,7 @@ %% {MONTH}[ ]{1,2}{DIGIT}{1,2}[ ]{DIGIT}{2}:{DIGIT}{2}:{DIGIT}{2}[ ]{LOGHOST} ipfw_parse_start(ipfwtext); -" kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+15, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; }; -+" /"?"kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+15, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; }; ++" /"?"kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+14, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; }; "Deny" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH; }; {PROTO} ipfw_parse_proto(ipfwtext, IPFW_OPT_NONE); "ICMP:"{NUMBER}"."{NUMBER} ipfw_parse_proto(ipfwtext+5, IPFW_OPT_ICMP); --- fwlogwatch-1.0_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 16:50:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C1916A41F for ; Sun, 21 Aug 2005 16:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F098443D49 for ; Sun, 21 Aug 2005 16: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.3/8.13.3) with ESMTP id j7LGoHjU084024 for ; Sun, 21 Aug 2005 16:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LGoHSs084023; Sun, 21 Aug 2005 16:50:17 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 16:50:17 GMT Resent-Message-Id: <200508211650.j7LGoHSs084023@freefall.freebsd.org> 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 Ranner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C6C16A41F for ; Sun, 21 Aug 2005 16:48:24 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (83-65-85-70.dynamic.xdsl-line.inode.at [83.65.85.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5347843D45 for ; Sun, 21 Aug 2005 16:48:23 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (localhost.jawa.at [127.0.0.1]) by dwarf.jawa.at (8.13.3/8.13.1) with ESMTP id j7LGmPns007017 for ; Sun, 21 Aug 2005 18:48:25 +0200 (CEST) (envelope-from mranner@dwarf.jawa.at) Received: (from root@localhost) by dwarf.jawa.at (8.13.3/8.13.1/Submit) id j7LGmOLV007016; Sun, 21 Aug 2005 18:48:24 +0200 (CEST) (envelope-from mranner) Message-Id: <200508211648.j7LGmOLV007016@dwarf.jawa.at> Date: Sun, 21 Aug 2005 18:48:24 +0200 (CEST) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85190: [MAINTAINER] mail/spamass-rules: update to 20050821 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 16:50:18 -0000 >Number: 85190 >Category: ports >Synopsis: [MAINTAINER] mail/spamass-rules: update to 20050821 >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 Aug 21 16:50:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 5.4-RELEASE FreeBSD 5.4-RELEASE #7: Fri May 13 07:58:48 CEST 2005 >Description: - Update to 20050821 - SARE rules and most language based rules updated - Alternative download url removed because temporarly not available Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- spamass-rules-20050821.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/Makefile /usr/ports/mail/spamass-rules.update/Makefile --- /usr/ports/mail/spamass-rules/Makefile Fri Jun 3 21:47:10 2005 +++ /usr/ports/mail/spamass-rules.update/Makefile Sun Aug 21 18:47:29 2005 @@ -6,10 +6,9 @@ # PORTNAME= spamass-rules -PORTVERSION= 20050515 +PORTVERSION= 20050821 CATEGORIES= mail -MASTER_SITES= http://www.ranner.jawa.at/stuff/ \ - http://web.inforum.at/downloads/ +MASTER_SITES= http://www.ranner.jawa.at/stuff/ MAINTAINER= mranner@inode.at COMMENT= Custom rulesets for SpamAssassin @@ -118,14 +117,14 @@ .for i in 70_sare_adult.cf 70_sare_bayes_poison_nxm.cf 70_sare_header0.cf \ 70_sare_html0.cf 70_sare_genlsubj0.cf 70_sare_oem.cf 70_sare_obfu0.cf \ 70_sare_random.cf 70_sare_specific.cf 70_sare_spoof.cf \ - 70_sare_unsub.cf 70_sare_uri.cf 72_sare_redirect_post3.0.0.cf \ + 70_sare_unsub.cf 70_sare_uri0.cf 72_sare_redirect_post3.0.0.cf \ 72_sare_bml_post25x.cf 99_sare_fraud_post25x.cf SPAMASS_FILES+= $i .endfor .endif .if defined(WITH_SARE1) -.for i in 70_sare_header1.cf 70_sare_html1.cf 70_sare_genlsubj1.cf 70_sare_obfu1.cf +.for i in 70_sare_header1.cf 70_sare_html1.cf 70_sare_genlsubj1.cf 70_sare_obfu1.cf 70_sare_uri1.cf SPAMASS_FILES+= $i .endfor .endif @@ -137,7 +136,7 @@ .endif .if defined(WITH_SARE3) -.for i in 70_sare_header3.cf 70_sare_html3.cf 70_sare_genlsubj3.cf 70_sare_obfu3.cf +.for i in 70_sare_header3.cf 70_sare_html3.cf 70_sare_genlsubj3.cf 70_sare_obfu3.cf 70_sare_uri3.cf SPAMASS_FILES+= $i .endfor .endif diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/distinfo /usr/ports/mail/spamass-rules.update/distinfo --- /usr/ports/mail/spamass-rules/distinfo Fri Jun 3 21:47:10 2005 +++ /usr/ports/mail/spamass-rules.update/distinfo Sun Aug 21 18:39:13 2005 @@ -1,2 +1,2 @@ -MD5 (spamass-rules-20050515.tar.bz2) = b48d11e10c04c0096bc26c89d1f64cc7 -SIZE (spamass-rules-20050515.tar.bz2) = 228796 +MD5 (spamass-rules-20050821.tar.bz2) = 7e49087b86e2802381d5d0a46841dfd2 +SIZE (spamass-rules-20050821.tar.bz2) = 243560 --- spamass-rules-20050821.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 17:40:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF21F16A41F for ; Sun, 21 Aug 2005 17:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 730F743D45 for ; Sun, 21 Aug 2005 17: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.3/8.13.3) with ESMTP id j7LHe85S090723 for ; Sun, 21 Aug 2005 17:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LHe8rI090722; Sun, 21 Aug 2005 17:40:08 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 17:40:08 GMT Resent-Message-Id: <200508211740.j7LHe8rI090722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Serge Gagnon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0551716A41F for ; Sun, 21 Aug 2005 17:39:21 +0000 (GMT) (envelope-from serge@quenix1.dyndns.org) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F32243D48 for ; Sun, 21 Aug 2005 17:39:18 +0000 (GMT) (envelope-from serge@quenix1.dyndns.org) Received: from quenix2.dyndns.org ([66.131.244.21]) by VL-MO-MR007.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0ILL00A6I2DHGV@VL-MO-MR007.ip.videotron.ca> for FreeBSD-gnats-submit@freebsd.org; Sun, 21 Aug 2005 13:39:17 -0400 (EDT) Received: from [192.168.0.11] (helo=quenix1.dyndns.org) by quenix2.dyndns.org with esmtp (Exim 4.52 (FreeBSD)) id 1E7GIP-00027O-80; Mon, 22 Aug 2005 13:41:17 -0400 Received: from serge by quenix1.dyndns.org with local (Exim 4.52 (FreeBSD)) id 1E6toV-000GN5-Qr; Sun, 21 Aug 2005 13:40:55 -0400 Message-Id: Date: Sun, 21 Aug 2005 13:40:55 -0400 From: Serge Gagnon Sender: Serge Gagnon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: frank@opengroupware.org Subject: ports/85191: [PATCH] misc/linux-opengroupware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 17:40:11 -0000 >Number: 85191 >Category: ports >Synopsis: [PATCH] misc/linux-opengroupware >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 Aug 21 17:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 5.4-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Aug 6 12:15:25 EDT 2005 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: - Fix MASTER_SITES (Makefile) - Add two missing symlink in ${LINUXBASE}/lib/ (Makefile) - Now load graphic with apache (scripts/patch_apache_version.pl) - Administrator must change/comment out a line in ${LOCALBASE}/etc/rc.d/ogo.sh in order to start OpenGroupware without an error message >How-To-Repeat: >Fix: --- patch-linux-opengroupware begins here --- diff -urN misc/linux-opengroupware.orig/Makefile misc/linux-opengroupware/Makefile --- misc/linux-opengroupware.orig/Makefile Mon Aug 22 12:43:20 2005 +++ misc/linux-opengroupware/Makefile Mon Aug 22 13:14:18 2005 @@ -8,8 +8,8 @@ PORTVERSION= 1.0 PORTREVISION= 4 CATEGORIES= misc www linux -MASTER_SITES= http://download.opengroupware.org/packages/freebsd/linux-opengroupware/RPMS/:ogo \ - http://download.opengroupware.org/packages/freebsd/linux-opengroupware/NGOBJWEB/:ngo \ +MASTER_SITES= http://download.opengroupware.org/nightly/packages/freebsd/linux-opengroupware/RPMS/:ogo \ + http://download.opengroupware.org/nightly/packages/freebsd/linux-opengroupware/NGOBJWEB/:ngo \ ${MASTER_SITE_REDHAT_LINUX} MASTER_SITE_SUBDIR= updates/8.0/en/os/${MACHINE_ARCH} PKGNAMEPREFIX= linux- @@ -204,6 +204,8 @@ @${ECHO} '/opt/opengroupware.org/Libraries/ix86/linux-gnu/gnu-fd-nil' >>${LINUXBASE}/etc/ld.so.conf @${ECHO} '/usr/kerberos/lib' >>${LINUXBASE}/etc/ld.so.conf @${LN} -sf ${LINUXBASE}/usr/lib/libpq.so.2 ${LINUXBASE}/usr/lib/libpq.so.3 + @${LN} -sf ${LINUXBASE}/lib/libssl.so.0.9.6b ${LINUXBASE}/lib/libssl.so.9.6 + @${LN} -sf ${LINUXBASE}/lib/ibcrypto.so.0.9.6b ${LINUXBASE}/lib/libcrypto.so.2 @${PREFIX}/sbin/ldconfig @${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL @${CHOWN} -Rh ogo:skyrix ${LINUXBASE}/opt/skyrix diff -urN misc/linux-opengroupware.orig/files/ogo.sh.sample misc/linux-opengroupware/files/ogo.sh.sample --- misc/linux-opengroupware.orig/files/ogo.sh.sample Mon Aug 22 13:18:48 2005 +++ misc/linux-opengroupware/files/ogo.sh.sample Mon Aug 22 13:22:42 2005 @@ -25,7 +25,8 @@ [ -x ${OGO_BIN} ] && { su -l ${OGO_USER} -c \ - "./WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware >>${LOG} 2>&1 &" +# the next line must be comment out and modified to reflect your configuration in order to start OpenGroupware +# "./WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware -WOHttpAllowHost '(localhost, you.yourdomain.org)' >>${LOG} 2>&1 &" echo 'OpenGroupware started.' echo "**** RECEIVED 'start' from STARTSCRIPT at `date` ****" >>${LOG} } diff -urN misc/linux-opengroupware.orig/scripts/patch_apache_version.pl misc/linux-opengroupware/scripts/patch_apache_version.pl --- misc/linux-opengroupware.orig/scripts/patch_apache_version.pl Mon Aug 22 12:47:57 2005 +++ misc/linux-opengroupware/scripts/patch_apache_version.pl Mon Aug 22 13:01:55 2005 @@ -38,6 +38,12 @@ print AI "\n"; print AI "\n"; print AI "Alias /OpenGroupware.woa/WebServerResources/ \"/compat/linux/opt/opengroupware.org/WebServerResources/\"\n"; + print AI "\n"; + print AI "\tOptions Indexes Multiviews\n"; + print AI "\tAllowOverride None\n"; + print AI "\tOrder allow,deny\n"; + print AI "\tAllow from all\n"; + print AI "\n"; print AI "Alias /ArticleImages \"/compat/linux/opt/opengroupware.org/news\"\n"; close(AI); } else { --- patch-linux-opengroupware ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 19:50:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A2016A423 for ; Sun, 21 Aug 2005 19:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F55B43D5E for ; Sun, 21 Aug 2005 19: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.3/8.13.3) with ESMTP id j7LJoGBO005362 for ; Sun, 21 Aug 2005 19:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LJoGCl005361; Sun, 21 Aug 2005 19:50:16 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 19:50:16 GMT Resent-Message-Id: <200508211950.j7LJoGCl005361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 763E516A41F for ; Sun, 21 Aug 2005 19:41:05 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BEA43D45 for ; Sun, 21 Aug 2005 19:41:00 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id BB572123FC2 for ; Sun, 21 Aug 2005 21:40:57 +0200 (CEST) Message-Id: <1124653236.0@scienide.energyhq.es.eu.org> Date: Sun, 21 Aug 2005 21:40:36 +0200 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85192: [Maintainer Update] emulators/hatari to 0.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 19:50:18 -0000 >Number: 85192 >Category: ports >Synopsis: [Maintainer Update] emulators/hatari to 0.70 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 21 19:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 6.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD 6.0-BETA2 #0: Sat Aug 13 13:14:05 CEST 2005 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE64 >Description: Changelog: http://sourceforge.net/project/shownotes.php?release_id=332753 >How-To-Repeat: >Fix: --- hatari.diff begins here --- diff -ruN hatari.old/Makefile hatari/Makefile --- hatari.old/Makefile Thu Apr 14 18:53:22 2005 +++ hatari/Makefile Sun Aug 21 19:56:49 2005 @@ -6,7 +6,7 @@ # PORTNAME= hatari -PORTVERSION= 0.60 +PORTVERSION= 0.70 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN hatari.old/distinfo hatari/distinfo --- hatari.old/distinfo Thu Apr 14 18:53:22 2005 +++ hatari/distinfo Sun Aug 21 19:57:06 2005 @@ -1,2 +1,2 @@ -MD5 (hatari-0.60.tar.gz) = d339e9dbbc24687a8b13579ac338e674 -SIZE (hatari-0.60.tar.gz) = 500054 +MD5 (hatari-0.70.tar.gz) = e54bf0519f1487e98a30b9715a702e70 +SIZE (hatari-0.70.tar.gz) = 521778 --- hatari.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 20:20:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BB116A41F for ; Sun, 21 Aug 2005 20:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DCC43D46 for ; Sun, 21 Aug 2005 20: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.3/8.13.3) with ESMTP id j7LKKERb010465 for ; Sun, 21 Aug 2005 20:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LKKEZ5010464; Sun, 21 Aug 2005 20:20:14 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 20:20:14 GMT Resent-Message-Id: <200508212020.j7LKKEZ5010464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jacvquin antoine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E716C16A41F for ; Sun, 21 Aug 2005 20:18:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22C143D46 for ; Sun, 21 Aug 2005 20:18: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 j7LKIoSa052221 for ; Sun, 21 Aug 2005 20:18:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7LKIoVU052194; Sun, 21 Aug 2005 20:18:50 GMT (envelope-from nobody) Message-Id: <200508212018.j7LKIoVU052194@www.freebsd.org> Date: Sun, 21 Aug 2005 20:18:50 GMT From: Jacvquin antoine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85193: update port games/wesnoth to new release 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 20:20:15 -0000 >Number: 85193 >Category: ports >Synopsis: update port games/wesnoth to new release 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: Sun Aug 21 20:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jacvquin antoine >Release: >Organization: >Environment: >Description: update port games/wesnoth to new release 0.9.5 http://www.wesnoth.org/downloads >How-To-Repeat: >Fix: Makefile -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 distfile -MD5 (wesnoth-0.9.4.tar.gz) = b27115df93298a8ee192a85499f26ef2 +MD5 (wesnoth-0.9.5.tar.gz) = 864dee75a0d5c37a5e91d2f063121a83 -SIZE (wesnoth-0.9.4.tar.gz) = 38929151 +SIZE (wesnoth-0.9.5.tar.gz) = 40104367 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 21 20:40:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D53916A41F for ; Sun, 21 Aug 2005 20:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D16D543D48 for ; Sun, 21 Aug 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.3/8.13.3) with ESMTP id j7LKeLlW015774 for ; Sun, 21 Aug 2005 20:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LKeLrd015773; Sun, 21 Aug 2005 20:40:21 GMT (envelope-from gnats) Date: Sun, 21 Aug 2005 20:40:21 GMT Message-Id: <200508212040.j7LKeLrd015773@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ricardo Alves dos Reis Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ricardo Alves dos Reis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 20:40:22 -0000 The following reply was made to PR ports/85171; it has been noted by GNATS. From: Ricardo Alves dos Reis To: ricardo.areis@gmail.com, bug-followup@FreeBSD.org Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade Date: Sun, 21 Aug 2005 14:31:18 -0300 -------begin-sha--------------- # 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: # # db2portup # db2portup/Makefile # db2portup/distinfo # db2portup/pkg-plist # db2portup/pkg-descr # echo c - db2portup mkdir -p db2portup > /dev/null 2>&1 echo x - db2portup/Makefile sed 's/^X//' >db2portup/Makefile << 'END-of-db2portup/Makefile' X# New ports collection makefile for: Create a make_args for portupgrade X# Date created: 20 August 2005 X# Whom: ricardo.areis@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= db2portup XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.epm.br/pub/Unix/FreeBSD/ports/ X XMAINTAINER= ricardo@dis.epm.br XCOMMENT= A small program to build make_args for upgrade ports from portupgrade XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/db2portup ${PREFIX}/bin Xdo-deinstall: X ${RM} ${PREFIX}/bin/db2portup X X.include END-of-db2portup/Makefile echo x - db2portup/distinfo sed 's/^X//' >db2portup/distinfo << 'END-of-db2portup/distinfo' XMD5 (db2portup-1.0.tar.gz) = d459adfe977cfe01b3dae75e39c2be5f XSIZE (db2portup-1.0.tar.gz) = 1087 END-of-db2portup/distinfo echo x - db2portup/pkg-plist sed 's/^X//' >db2portup/pkg-plist << 'END-of-db2portup/pkg-plist' Xbin/db2portup END-of-db2portup/pkg-plist echo x - db2portup/pkg-descr sed 's/^X//' >db2portup/pkg-descr << 'END-of-db2portup/pkg-descr' XThis small script to help a create MAKE_ARGS to upgrade port from portupgrade X X X- Ricardo A. Reis Xricardo@dis.epm.br END-of-db2portup/pkg-descr exit ------end-sha---------- _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 01:37:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B8216A41F; Mon, 22 Aug 2005 01:37:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B762843D48; Mon, 22 Aug 2005 01:37:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1bd5v053227; Mon, 22 Aug 2005 01:37:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1bdg4053223; Mon, 22 Aug 2005 01:37:39 GMT (envelope-from linimon) Date: Mon, 22 Aug 2005 01:37:39 GMT From: Mark Linimon Message-Id: <200508220137.j7M1bdg4053223@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, girgen@FreeBSD.org Cc: Subject: Re: ports/85178: Kerberos Support in libpq (Port: PostgreSQL-Client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:37:40 -0000 Synopsis: Kerberos Support in libpq (Port: PostgreSQL-Client) Responsible-Changed-From-To: freebsd-ports-bugs->girgen Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 22 01:37:16 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85178 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 01:40:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A0216A41F for ; Mon, 22 Aug 2005 01:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C219043D45 for ; Mon, 22 Aug 2005 01: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.3/8.13.3) with ESMTP id j7M1eHZC053330 for ; Mon, 22 Aug 2005 01:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1eHu5053329; Mon, 22 Aug 2005 01:40:17 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 01:40:17 GMT Message-Id: <200508220140.j7M1eHu5053329@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: serge.gagnon@b2b2c.ca Cc: Subject: Re: ports/85191: [PATCH] misc/linux-opengroupware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: serge.gagnon@b2b2c.ca List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:40:18 -0000 The following reply was made to PR ports/85191; it has been noted by GNATS. From: serge.gagnon@b2b2c.ca To: bug-followup@FreeBSD.org Cc: frank@opengroupware.org Subject: Re: ports/85191: [PATCH] misc/linux-opengroupware Date: Sun, 21 Aug 2005 21:38:47 -0400 (EDT) This message is in MIME format --Boundary_(ID_uGpuhRm+2weRNovnWZQwfw) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT fix a typo you must apply this patch after the one above sorry... -- GAGNON serge --Boundary_(ID_uGpuhRm+2weRNovnWZQwfw) Content-type: text/plain; charset=iso-8859-1; name=patch-patch_apache_version.pl; SizeOnDisk=659 Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=patch-patch_apache_version.pl Content-description: patch-patch_apache_version.pl --- misc/linux-opengroupware/scripts/patch_apache_version.pl.orig Mon Aug 22 21: 31:36 2005 +++ misc/linux-opengroupware/scripts/patch_apache_version.pl Mon Aug 22 21:31:52 2005 @@ -38,7 +38,7 @@ print AI "\n"; print AI "\n"; print AI "Alias /OpenGroupware.woa/WebServerResources/ \"/compat/linux/opt/ope ngroupware.org/WebServerResources/\"\n"; - print AI "\n"; + print AI "\n"; print AI "\tOptions Indexes Multiviews\n"; print AI "\tAllowOverride None\n"; print AI "\tOrder allow,deny\n"; --Boundary_(ID_uGpuhRm+2weRNovnWZQwfw)-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 01:41:04 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07D316A41F; Mon, 22 Aug 2005 01:41:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714BD43D45; Mon, 22 Aug 2005 01:41: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.3/8.13.3) with ESMTP id j7M1f4uI053427; Mon, 22 Aug 2005 01:41:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1f4n2053423; Mon, 22 Aug 2005 01:41:04 GMT (envelope-from linimon) Date: Mon, 22 Aug 2005 01:41:04 GMT From: Mark Linimon Message-Id: <200508220141.j7M1f4n2053423@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mezz@FreeBSD.org Cc: Subject: Re: ports/85193: update port games/wesnoth to new release 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:41:04 -0000 Synopsis: update port games/wesnoth to new release 0.9.5 Responsible-Changed-From-To: freebsd-ports-bugs->mezz Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 22 01:39:33 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85193 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 01:41:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB8816A41F; Mon, 22 Aug 2005 01:41:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF4843D45; Mon, 22 Aug 2005 01:41:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1femF053478; Mon, 22 Aug 2005 01:41:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1fexK053474; Mon, 22 Aug 2005 01:41:40 GMT (envelope-from linimon) Date: Mon, 22 Aug 2005 01:41:40 GMT From: Mark Linimon Message-Id: <200508220141.j7M1fexK053474@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Cc: Subject: Re: ports/85184: Update port: japanese/nethack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:41:41 -0000 Synopsis: Update port: japanese/nethack Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 22 01:41:31 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85184 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 01:42:24 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B319916A420; Mon, 22 Aug 2005 01:42:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F96043D45; Mon, 22 Aug 2005 01:42:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1gOTK053574; Mon, 22 Aug 2005 01:42:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1gOOJ053570; Mon, 22 Aug 2005 01:42:24 GMT (envelope-from linimon) Date: Mon, 22 Aug 2005 01:42:24 GMT From: Mark Linimon Message-Id: <200508220142.j7M1gOOJ053570@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org Cc: Subject: Re: ports/85155: security/tripwire clobbers config files on install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:42:24 -0000 Synopsis: security/tripwire clobbers config files on install Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 22 01:42:15 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85155 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 02:40:32 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 199D016A41F for ; Mon, 22 Aug 2005 02:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5CE43D46 for ; Mon, 22 Aug 2005 02:40: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.3/8.13.3) with ESMTP id j7M2eVvK062460 for ; Mon, 22 Aug 2005 02:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M2eU0W062356; Mon, 22 Aug 2005 02:40:30 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 02:40:30 GMT Message-Id: <200508220240.j7M2eU0W062356@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: serge.gagnon@b2b2c.ca Cc: Subject: Re: ports/85191: [PATCH] misc/linux-opengroupware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: serge.gagnon@b2b2c.ca List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 02:40:32 -0000 The following reply was made to PR ports/85191; it has been noted by GNATS. From: serge.gagnon@b2b2c.ca To: bug-followup@FreeBSD.org Cc: frank@opengroupware.org Subject: Re: ports/85191: [PATCH] misc/linux-opengroupware Date: Sun, 21 Aug 2005 22:37:37 -0400 (EDT) My mua cut the lines the first time --- misc/linux-opengroupware/scripts/patch_apache_version.pl.orig Mon Aug 22 21:31:36 2005 +++ misc/linux-opengroupware/scripts/patch_apache_version.pl Mon Aug 22 21:31:52 2005 @@ -38,7 +38,7 @@ print AI "\n"; print AI "\n"; print AI "Alias /OpenGroupware.woa/WebServerResources/ \"/compat/linux/opt/opengroupware.org/WebServerResources/\"\n"; - print AI "\n"; + print AI "\n"; print AI "\tOptions Indexes Multiviews\n"; print AI "\tAllowOverride None\n"; print AI "\tOrder allow,deny\n"; -- GAGNON serge From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 07:32:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 0E81916A41F for ; Mon, 22 Aug 2005 07:32:11 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB45E43D46 for ; Mon, 22 Aug 2005 07:32:09 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 12272877CAA; Mon, 22 Aug 2005 17:32:08 +1000 (EST) X-Viruscan-Id: <43097F7800002A5C76BADB@BarNet> Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id B2A0E877CA0 for ; Mon, 22 Aug 2005 17:32:07 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id EF7D1877C8F for ; Mon, 22 Aug 2005 17:32:03 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 903496154; Mon, 22 Aug 2005 17:32:02 +1000 (EST) Date: Mon, 22 Aug 2005 17:32:02 +1000 From: Edwin Groothuis To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20050822073202.GH1230@k7.mavetju> References: <200508210403.j7L43vUd096618@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508210403.j7L43vUd096618@freefall.freebsd.org> User-Agent: Mutt/1.5.9i Cc: Subject: Re: ports/85170: [maintainer update] deskutils/plans to 7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 07:32:11 -0000 Update to 7.1 Index: Makefile =================================================================== RCS file: /home/pcvs/ports/deskutils/plans/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 12 May 2005 04:25:19 -0000 1.11 +++ Makefile 22 Aug 2005 07:31:19 -0000 @@ -7,7 +7,7 @@ # PORTNAME= plans -PORTVERSION= 6.7.3 +PORTVERSION= 7.1 CATEGORIES= deskutils www MASTER_SITES= http://www.planscalendar.com/release/:plans \ http://www.freebsd.org/gifs/:logo Index: distinfo =================================================================== RCS file: /home/pcvs/ports/deskutils/plans/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 12 May 2005 04:25:19 -0000 1.11 +++ distinfo 22 Aug 2005 07:31:19 -0000 @@ -1,4 +1,4 @@ -MD5 (plans_6.7.3.zip) = 7aa3d4c4533d8b4bbe6f445c5a8615ee -SIZE (plans_6.7.3.zip) = 556401 +MD5 (plans_7.1.zip) = 0ba9429683170561c3f76eb37b822743 +SIZE (plans_7.1.zip) = 584238 MD5 (powerani.gif) = b0f85a6c41817a2dcad0ffe6f0729fa8 SIZE (powerani.gif) = 7203 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/deskutils/plans/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 20 Mar 2005 12:42:15 -0000 1.3 +++ pkg-plist 22 Aug 2005 07:31:19 -0000 @@ -1,14 +1,116 @@ -%%DIR%%/us_english.pl -%%DIR%%/theme/upcoming_events.css -%%DIR%%/theme/plans.template -%%DIR%%/theme/plans.css -%%DIR%%/theme/icons/tree_50x50.gif +%%DIR%%/data/calendars.xml +%%DIR%%/email_reminders.cgi +%%DIR%%/data/email_reminders.xml +%%DIR%%/data/events.xml +%%DIR%%/gpl.txt +%%DIR%%/data/new_calendars.xml +%%DIR%%/data/pending_actions.xml +%%DIR%%/plans.cgi +%%DIR%%/plans_config.pl +%%DIR%%/data/plans_discovery.xml +%%DIR%%/plans_lib.pl +%%DIR%%/theme/color_select.css +%%DIR%%/theme/color_select.js +%%DIR%%/theme/graphics/color_select_icon.gif +%%DIR%%/theme/graphics/date_circle.gif +%%DIR%%/theme/graphics/freebsd.gif +%%DIR%%/theme/graphics/hue_blend.png +%%DIR%%/theme/graphics/linux.gif +%%DIR%%/theme/graphics/linuxpowered_tux.jpg +%%DIR%%/theme/graphics/poweredby.gif +%%DIR%%/theme/graphics/sv_blend.png +%%DIR%%/theme/graphics/trashcan.gif +%%DIR%%/theme/graphics/green_check.gif +%%DIR%%/theme/graphics/unit_number_patch_0_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_0_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_0_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_1_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_1_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_1_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_2_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_2_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_2_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_3_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_3_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_3_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_4_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_4_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_4_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_5_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_5_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_5_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_6_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_6_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_6_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_7_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_7_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_7_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_8_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_8_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_8_40x25.gif +%%DIR%%/theme/graphics/unit_number_patch_9_16x10.gif +%%DIR%%/theme/graphics/unit_number_patch_9_20x13.gif +%%DIR%%/theme/graphics/unit_number_patch_9_40x25.gif +%%DIR%%/theme/icons/1st_aid_16x16.gif +%%DIR%%/theme/icons/1st_aid_32x32.gif +%%DIR%%/theme/icons/1st_aid_50x50.gif +%%DIR%%/theme/icons/B-P_16x16.gif +%%DIR%%/theme/icons/B-P_32x32.gif +%%DIR%%/theme/icons/B-P_50x50.gif +%%DIR%%/theme/icons/apple_16x16.gif +%%DIR%%/theme/icons/apple_32x32.gif +%%DIR%%/theme/icons/apple_50x50.gif +%%DIR%%/theme/icons/axe_16x16.gif +%%DIR%%/theme/icons/axe_32x32.gif +%%DIR%%/theme/icons/axe_50x50.gif +%%DIR%%/theme/icons/beartracks_16x16.gif +%%DIR%%/theme/icons/beartracks_32x32.gif +%%DIR%%/theme/icons/beartracks_50x50.gif %%DIR%%/theme/icons/bee_16x16.gif %%DIR%%/theme/icons/bee_32x32.gif %%DIR%%/theme/icons/bee_50x50.gif +%%DIR%%/theme/icons/bellpepper_16x16.gif +%%DIR%%/theme/icons/bellpepper_32x32.gif +%%DIR%%/theme/icons/bellpepper_50x50.gif +%%DIR%%/theme/icons/bike_16x16.gif +%%DIR%%/theme/icons/bike_32x32.gif +%%DIR%%/theme/icons/bike_50x50.gif +%%DIR%%/theme/icons/blank_16x16.gif +%%DIR%%/theme/icons/blank_32x32.gif +%%DIR%%/theme/icons/blank_50x50.gif +%%DIR%%/theme/icons/bob_wolf_bear_16x16.gif +%%DIR%%/theme/icons/bob_wolf_bear_32x32.gif +%%DIR%%/theme/icons/bob_wolf_bear_50x50.gif +%%DIR%%/theme/icons/bsa_rwb2_16x16.gif +%%DIR%%/theme/icons/bsa_rwb2_32x32.gif +%%DIR%%/theme/icons/bsa_rwb2_50x50.gif +%%DIR%%/theme/icons/bsa_rwb_16x16.gif +%%DIR%%/theme/icons/bsa_rwb_32x32.gif +%%DIR%%/theme/icons/bsa_rwb_50x50.gif +%%DIR%%/theme/icons/bullet_point_16x16.gif +%%DIR%%/theme/icons/bullet_point_32x32.gif +%%DIR%%/theme/icons/bullet_point_50x50.gif +%%DIR%%/theme/icons/canoe_16x16.gif +%%DIR%%/theme/icons/canoe_32x32.gif +%%DIR%%/theme/icons/canoe_50x50.gif +%%DIR%%/theme/icons/check_16x16.gif +%%DIR%%/theme/icons/check_32x32.gif +%%DIR%%/theme/icons/check_50x50.gif +%%DIR%%/theme/icons/church_16x16.gif +%%DIR%%/theme/icons/church_32x32.gif +%%DIR%%/theme/icons/church_50x50.gif +%%DIR%%/theme/icons/clipboard_16x16.gif +%%DIR%%/theme/icons/clipboard_32x32.gif +%%DIR%%/theme/icons/clipboard_50x50.gif +%%DIR%%/theme/icons/clock2_16x16.gif +%%DIR%%/theme/icons/clock2_32x32.gif +%%DIR%%/theme/icons/clock2_50x50.gif %%DIR%%/theme/icons/clock3_16x16.gif %%DIR%%/theme/icons/clock3_32x32.gif %%DIR%%/theme/icons/clock3_50x50.gif +%%DIR%%/theme/icons/clock_16x16.gif +%%DIR%%/theme/icons/clock_32x32.gif +%%DIR%%/theme/icons/clock_50x50.gif %%DIR%%/theme/icons/clover_16x16.gif %%DIR%%/theme/icons/clover_32x32.gif %%DIR%%/theme/icons/clover_50x50.gif @@ -21,13 +123,62 @@ %%DIR%%/theme/icons/compass2_16x16.gif %%DIR%%/theme/icons/compass2_32x32.gif %%DIR%%/theme/icons/compass2_50x50.gif +%%DIR%%/theme/icons/compass_16x16.gif +%%DIR%%/theme/icons/compass_32x32.gif +%%DIR%%/theme/icons/compass_50x50.gif +%%DIR%%/theme/icons/cs_logo_16x16.gif +%%DIR%%/theme/icons/cs_logo_32x32.gif +%%DIR%%/theme/icons/cs_logo_50x50.gif %%DIR%%/theme/icons/district_commissioner_16x16.gif %%DIR%%/theme/icons/district_commissioner_32x32.gif %%DIR%%/theme/icons/district_commissioner_50x50.gif %%DIR%%/theme/icons/district_committee_16x16.gif -%%DIR%%/theme/icons/flowers_16x16.gif %%DIR%%/theme/icons/district_committee_32x32.gif %%DIR%%/theme/icons/district_committee_50x50.gif +%%DIR%%/theme/icons/dollar_sign_16x16.gif +%%DIR%%/theme/icons/dollar_sign_32x32.gif +%%DIR%%/theme/icons/dollar_sign_50.50.gif +%%DIR%%/theme/icons/dollar_sign_50x50.gif +%%DIR%%/theme/icons/e_frame_pack_16x16.gif +%%DIR%%/theme/icons/e_frame_pack_32x32.gif +%%DIR%%/theme/icons/e_frame_pack_50x50.gif +%%DIR%%/theme/icons/eagle_medal_16x16.gif +%%DIR%%/theme/icons/eagle_medal_32x32.gif +%%DIR%%/theme/icons/eagle_medal_50x50.gif +%%DIR%%/theme/icons/easteregg_16x16.gif +%%DIR%%/theme/icons/easteregg_32x32.gif +%%DIR%%/theme/icons/easteregg_50x50.gif +%%DIR%%/theme/icons/envelope_16x16.gif +%%DIR%%/theme/icons/envelope_32x32.gif +%%DIR%%/theme/icons/envelope_50x50.gif +%%DIR%%/theme/icons/exclamation_16x16.gif +%%DIR%%/theme/icons/exclamation_32x32.gif +%%DIR%%/theme/icons/exclamation_50x50.gif +%%DIR%%/theme/icons/exploring_logo_16x16.gif +%%DIR%%/theme/icons/exploring_logo_32x32.gif +%%DIR%%/theme/icons/exploring_logo_50x50.gif +%%DIR%%/theme/icons/figure_8_knot_16x16.gif +%%DIR%%/theme/icons/figure_8_knot_32x32.gif +%%DIR%%/theme/icons/figure_8_knot_50x50.gif +%%DIR%%/theme/icons/fire_16x16.gif +%%DIR%%/theme/icons/fire_32x32.gif +%%DIR%%/theme/icons/fire_50x50.gif +%%DIR%%/theme/icons/firstclass_16x16.gif +%%DIR%%/theme/icons/firstclass_32x32.gif +%%DIR%%/theme/icons/firstclass_50x50.gif +%%DIR%%/theme/icons/fish_16x16.gif +%%DIR%%/theme/icons/fish_32x32.gif +%%DIR%%/theme/icons/fish_50x50.gif +%%DIR%%/theme/icons/fleur_logo_16x16.gif +%%DIR%%/theme/icons/fleur_logo_32x32.gif +%%DIR%%/theme/icons/fleur_logo_50x50.gif +%%DIR%%/theme/icons/flower_16x16.gif +%%DIR%%/theme/icons/flower_32x32.gif +%%DIR%%/theme/icons/flower_50x50.gif +%%DIR%%/theme/icons/flowerpot_16x16.gif +%%DIR%%/theme/icons/flowerpot_32x32.gif +%%DIR%%/theme/icons/flowerpot_50x50.gif +%%DIR%%/theme/icons/flowers_16x16.gif %%DIR%%/theme/icons/flowers_32x32.gif %%DIR%%/theme/icons/flowers_50x50.gif %%DIR%%/theme/icons/footprint_16x16.gif @@ -36,289 +187,147 @@ %%DIR%%/theme/icons/fos_16x16.gif %%DIR%%/theme/icons/fos_32x32.gif %%DIR%%/theme/icons/fos_50x50.gif +%%DIR%%/theme/icons/globe_16x16.gif +%%DIR%%/theme/icons/globe_32x32.gif +%%DIR%%/theme/icons/globe_50x50.gif %%DIR%%/theme/icons/grad_cap_16x16.gif %%DIR%%/theme/icons/grad_cap_32x32.gif %%DIR%%/theme/icons/grad_cap_50x50.gif +%%DIR%%/theme/icons/grapes_16x16.gif +%%DIR%%/theme/icons/grapes_32x32.gif +%%DIR%%/theme/icons/grapes_50x50.gif +%%DIR%%/theme/icons/gsusa_logo_16x16.gif +%%DIR%%/theme/icons/gsusa_logo_32x32.gif +%%DIR%%/theme/icons/gsusa_logo_50x50.gif %%DIR%%/theme/icons/heart2_16x16.gif %%DIR%%/theme/icons/heart2_32x32.gif %%DIR%%/theme/icons/heart2_50x50.gif -%%DIR%%/theme/icons/tree_16x16.gif -%%DIR%%/theme/icons/philmont_16x16.gif +%%DIR%%/theme/icons/heart_16x16.gif +%%DIR%%/theme/icons/heart_32x32.gif +%%DIR%%/theme/icons/heart_50x50.gif +%%DIR%%/theme/icons/i_frame_pack_16x16.gif +%%DIR%%/theme/icons/i_frame_pack_32x32.gif +%%DIR%%/theme/icons/i_frame_pack_50x50.gif %%DIR%%/theme/icons/jackolantern_16x16.gif %%DIR%%/theme/icons/jackolantern_32x32.gif %%DIR%%/theme/icons/jackolantern_50x50.gif +%%DIR%%/theme/icons/knife_16x16.gif +%%DIR%%/theme/icons/knife_32x32.gif +%%DIR%%/theme/icons/knife_50x50.gif +%%DIR%%/theme/icons/lightbulb_16x16.gif +%%DIR%%/theme/icons/lightbulb_32x32.gif +%%DIR%%/theme/icons/lightbulb_50x50.gif +%%DIR%%/theme/icons/news_16x16.gif +%%DIR%%/theme/icons/news_32x32.gif +%%DIR%%/theme/icons/news_50x50.gif +%%DIR%%/theme/icons/oa_logo_16x16.gif +%%DIR%%/theme/icons/oa_logo_32x32.gif +%%DIR%%/theme/icons/oa_logo_50x50.gif +%%DIR%%/theme/icons/oa_logo_plain.gif +%%DIR%%/theme/icons/old_scout_16x16.gif +%%DIR%%/theme/icons/old_scout_32x32.gif +%%DIR%%/theme/icons/old_scout_50x50.gif +%%DIR%%/theme/icons/paintpalette.gif +%%DIR%%/theme/icons/paintpalette_16x16.gif +%%DIR%%/theme/icons/paintpalette_32x32.gif +%%DIR%%/theme/icons/paintpalette_50x50.gif +%%DIR%%/theme/icons/paperclip_16x16.gif +%%DIR%%/theme/icons/paperclip_32x32.gif +%%DIR%%/theme/icons/paperclip_50x50.gif +%%DIR%%/theme/icons/peach_16x16.gif +%%DIR%%/theme/icons/peach_32x32.gif +%%DIR%%/theme/icons/peach_50x50.gif +%%DIR%%/theme/icons/pencil_16x16.gif +%%DIR%%/theme/icons/pencil_32x32.gif +%%DIR%%/theme/icons/pencil_50x50.gif +%%DIR%%/theme/icons/philmont_16x16.gif %%DIR%%/theme/icons/philmont_32x32.gif %%DIR%%/theme/icons/philmont_50x50.gif +%%DIR%%/theme/icons/plane_16x16.gif +%%DIR%%/theme/icons/plane_32x32.gif +%%DIR%%/theme/icons/plane_50x50.gif +%%DIR%%/theme/icons/popcorn_16x16.gif +%%DIR%%/theme/icons/popcorn_32x32.gif +%%DIR%%/theme/icons/popcorn_50x50.gif +%%DIR%%/theme/icons/powderhorn_16x16.gif +%%DIR%%/theme/icons/powderhorn_32x32.gif +%%DIR%%/theme/icons/powderhorn_50x50.gif %%DIR%%/theme/icons/pumpkin2_16x16.gif %%DIR%%/theme/icons/pumpkin2_32x32.gif %%DIR%%/theme/icons/pumpkin2_50x50.gif +%%DIR%%/theme/icons/pumpkin_16x16.gif +%%DIR%%/theme/icons/pumpkin_32x32.gif +%%DIR%%/theme/icons/pumpkin_50x50.gif +%%DIR%%/theme/icons/scout_sign_16x16.gif +%%DIR%%/theme/icons/scout_sign_32x32.gif +%%DIR%%/theme/icons/scout_sign_50x50.gif +%%DIR%%/theme/icons/smiley_16x16.gif +%%DIR%%/theme/icons/smiley_32x32.gif +%%DIR%%/theme/icons/smiley_50x50.gif %%DIR%%/theme/icons/sneakers_16x16.gif %%DIR%%/theme/icons/sneakers_32x32.gif %%DIR%%/theme/icons/sneakers_50x50.gif +%%DIR%%/theme/icons/snowflake_16x16.gif +%%DIR%%/theme/icons/snowflake_32x32.gif +%%DIR%%/theme/icons/snowflake_50x50.gif +%%DIR%%/theme/icons/square_knot_16x16.gif +%%DIR%%/theme/icons/square_knot_32x32.gif +%%DIR%%/theme/icons/square_knot_50x50.gif +%%DIR%%/theme/icons/star_david_16x16.gif +%%DIR%%/theme/icons/star_david_32x32.gif +%%DIR%%/theme/icons/star_david_50x50.gif +%%DIR%%/theme/icons/starfish_16x16.gif +%%DIR%%/theme/icons/starfish_32x32.gif +%%DIR%%/theme/icons/starfish_50x50.gif +%%DIR%%/theme/icons/sun_16x16.gif +%%DIR%%/theme/icons/sun_32x32.gif +%%DIR%%/theme/icons/sun_50x50.gif +%%DIR%%/theme/icons/tent_16x16.gif +%%DIR%%/theme/icons/tent_32x32.gif +%%DIR%%/theme/icons/tent_50x50.gif %%DIR%%/theme/icons/trained_16x16.gif %%DIR%%/theme/icons/trained_32x32.gif %%DIR%%/theme/icons/trained_50x50.gif +%%DIR%%/theme/icons/tree_16x16.gif %%DIR%%/theme/icons/tree_32x32.gif -%%DIR%%/theme/icons/wreath_50x50.gif -%%DIR%%/theme/icons/wreath_32x32.gif -%%DIR%%/theme/icons/wreath_16x16.gif -%%DIR%%/theme/icons/woodbadge_50x50.gif -%%DIR%%/theme/icons/woodbadge_32x32.gif -%%DIR%%/theme/icons/woodbadge_16x16.gif -%%DIR%%/theme/icons/wolftracks_50x50.gif -%%DIR%%/theme/icons/wolftracks_32x32.gif -%%DIR%%/theme/icons/wolftracks_16x16.gif -%%DIR%%/theme/icons/webelos_patch_50x50.gif -%%DIR%%/theme/icons/webelos_patch_32x32.gif -%%DIR%%/theme/icons/webelos_patch_16x16.gif -%%DIR%%/theme/icons/venture_logo_50x50.gif -%%DIR%%/theme/icons/venture_logo_32x32.gif -%%DIR%%/theme/icons/venture_logo_16x16.gif -%%DIR%%/theme/icons/us_flag_50x50.gif -%%DIR%%/theme/icons/us_flag_32x32.gif -%%DIR%%/theme/icons/us_flag_16x16.gif -%%DIR%%/theme/icons/tux_50x50.gif -%%DIR%%/theme/icons/tux_32x32.gif -%%DIR%%/theme/icons/tux_16x16.gif -%%DIR%%/theme/icons/turkey_50x50.gif -%%DIR%%/theme/icons/turkey_32x32.gif +%%DIR%%/theme/icons/tree_50x50.gif %%DIR%%/theme/icons/turkey_16x16.gif -%%DIR%%/theme/icons/tent_50x50.gif -%%DIR%%/theme/icons/tent_32x32.gif -%%DIR%%/theme/icons/tent_16x16.gif -%%DIR%%/theme/icons/sun_50x50.gif -%%DIR%%/theme/icons/sun_32x32.gif -%%DIR%%/theme/icons/sun_16x16.gif -%%DIR%%/theme/icons/starfish_50x50.gif -%%DIR%%/theme/icons/starfish_32x32.gif -%%DIR%%/theme/icons/starfish_16x16.gif -%%DIR%%/theme/icons/star_david_50x50.gif -%%DIR%%/theme/icons/star_david_32x32.gif -%%DIR%%/theme/icons/star_david_16x16.gif -%%DIR%%/theme/icons/square_knot_50x50.gif -%%DIR%%/theme/icons/square_knot_32x32.gif -%%DIR%%/theme/icons/square_knot_16x16.gif -%%DIR%%/theme/icons/snowflake_50x50.gif -%%DIR%%/theme/icons/snowflake_32x32.gif -%%DIR%%/theme/icons/snowflake_16x16.gif -%%DIR%%/theme/icons/smiley_50x50.gif -%%DIR%%/theme/icons/smiley_32x32.gif -%%DIR%%/theme/icons/smiley_16x16.gif -%%DIR%%/theme/icons/scout_sign_50x50.gif -%%DIR%%/theme/icons/scout_sign_32x32.gif -%%DIR%%/theme/icons/scout_sign_16x16.gif -%%DIR%%/theme/icons/pumpkin_50x50.gif -%%DIR%%/theme/icons/pumpkin_32x32.gif -%%DIR%%/theme/icons/pumpkin_16x16.gif -%%DIR%%/theme/icons/powderhorn_50x50.gif -%%DIR%%/theme/icons/powderhorn_32x32.gif -%%DIR%%/theme/icons/powderhorn_16x16.gif -%%DIR%%/theme/icons/popcorn_50x50.gif -%%DIR%%/theme/icons/popcorn_32x32.gif -%%DIR%%/theme/icons/popcorn_16x16.gif -%%DIR%%/theme/icons/plane_50x50.gif -%%DIR%%/theme/icons/plane_32x32.gif -%%DIR%%/theme/icons/plane_16x16.gif -%%DIR%%/theme/icons/pencil_50x50.gif -%%DIR%%/theme/icons/pencil_32x32.gif -%%DIR%%/theme/icons/pencil_16x16.gif -%%DIR%%/theme/icons/peach_50x50.gif -%%DIR%%/theme/icons/peach_32x32.gif -%%DIR%%/theme/icons/peach_16x16.gif -%%DIR%%/theme/icons/paperclip_50x50.gif -%%DIR%%/theme/icons/paperclip_32x32.gif -%%DIR%%/theme/icons/paperclip_16x16.gif -%%DIR%%/theme/icons/paintpalette_50x50.gif -%%DIR%%/theme/icons/paintpalette_32x32.gif -%%DIR%%/theme/icons/paintpalette_16x16.gif -%%DIR%%/theme/icons/paintpalette.gif -%%DIR%%/theme/icons/old_scout_50x50.gif -%%DIR%%/theme/icons/old_scout_32x32.gif -%%DIR%%/theme/icons/old_scout_16x16.gif -%%DIR%%/theme/icons/oa_logo_plain.gif -%%DIR%%/theme/icons/oa_logo_50x50.gif -%%DIR%%/theme/icons/oa_logo_32x32.gif -%%DIR%%/theme/icons/oa_logo_16x16.gif -%%DIR%%/theme/icons/news_50x50.gif -%%DIR%%/theme/icons/news_32x32.gif -%%DIR%%/theme/icons/news_16x16.gif -%%DIR%%/theme/icons/lightbulb_50x50.gif -%%DIR%%/theme/icons/lightbulb_32x32.gif -%%DIR%%/theme/icons/lightbulb_16x16.gif -%%DIR%%/theme/icons/knife_50x50.gif -%%DIR%%/theme/icons/knife_32x32.gif -%%DIR%%/theme/icons/knife_16x16.gif -%%DIR%%/theme/icons/i_frame_pack_50x50.gif -%%DIR%%/theme/icons/i_frame_pack_32x32.gif -%%DIR%%/theme/icons/i_frame_pack_16x16.gif -%%DIR%%/theme/icons/heart_50x50.gif -%%DIR%%/theme/icons/heart_32x32.gif -%%DIR%%/theme/icons/heart_16x16.gif -%%DIR%%/theme/icons/gsusa_logo_50x50.gif -%%DIR%%/theme/icons/gsusa_logo_32x32.gif -%%DIR%%/theme/icons/gsusa_logo_16x16.gif -%%DIR%%/theme/icons/grapes_50x50.gif -%%DIR%%/theme/icons/grapes_32x32.gif -%%DIR%%/theme/icons/grapes_16x16.gif -%%DIR%%/theme/icons/globe_50x50.gif -%%DIR%%/theme/icons/globe_32x32.gif -%%DIR%%/theme/icons/globe_16x16.gif -%%DIR%%/theme/icons/flowerpot_50x50.gif -%%DIR%%/theme/icons/flowerpot_32x32.gif -%%DIR%%/theme/icons/flowerpot_16x16.gif -%%DIR%%/theme/icons/flower_50x50.gif -%%DIR%%/theme/icons/flower_32x32.gif -%%DIR%%/theme/icons/flower_16x16.gif -%%DIR%%/theme/icons/fleur_logo_50x50.gif -%%DIR%%/theme/icons/fleur_logo_32x32.gif -%%DIR%%/theme/icons/fleur_logo_16x16.gif -%%DIR%%/theme/icons/fish_50x50.gif -%%DIR%%/theme/icons/fish_32x32.gif -%%DIR%%/theme/icons/fish_16x16.gif -%%DIR%%/theme/icons/firstclass_50x50.gif -%%DIR%%/theme/icons/firstclass_32x32.gif -%%DIR%%/theme/icons/firstclass_16x16.gif -%%DIR%%/theme/icons/fire_50x50.gif -%%DIR%%/theme/icons/fire_32x32.gif -%%DIR%%/theme/icons/fire_16x16.gif -%%DIR%%/theme/icons/figure_8_knot_50x50.gif -%%DIR%%/theme/icons/figure_8_knot_32x32.gif -%%DIR%%/theme/icons/figure_8_knot_16x16.gif -%%DIR%%/theme/icons/exploring_logo_50x50.gif -%%DIR%%/theme/icons/exploring_logo_32x32.gif -%%DIR%%/theme/icons/exploring_logo_16x16.gif -%%DIR%%/theme/icons/exclamation_50x50.gif -%%DIR%%/theme/icons/exclamation_32x32.gif -%%DIR%%/theme/icons/exclamation_16x16.gif -%%DIR%%/theme/icons/envelope_50x50.gif -%%DIR%%/theme/icons/envelope_32x32.gif -%%DIR%%/theme/icons/envelope_16x16.gif -%%DIR%%/theme/icons/easteregg_50x50.gif -%%DIR%%/theme/icons/easteregg_32x32.gif -%%DIR%%/theme/icons/easteregg_16x16.gif -%%DIR%%/theme/icons/eagle_medal_50x50.gif -%%DIR%%/theme/icons/eagle_medal_32x32.gif -%%DIR%%/theme/icons/eagle_medal_16x16.gif -%%DIR%%/theme/icons/e_frame_pack_50x50.gif -%%DIR%%/theme/icons/e_frame_pack_32x32.gif -%%DIR%%/theme/icons/e_frame_pack_16x16.gif -%%DIR%%/theme/icons/dollar_sign_50x50.gif -%%DIR%%/theme/icons/dollar_sign_50.50.gif -%%DIR%%/theme/icons/dollar_sign_32x32.gif -%%DIR%%/theme/icons/dollar_sign_16x16.gif -%%DIR%%/theme/icons/cs_logo_50x50.gif -%%DIR%%/theme/icons/cs_logo_32x32.gif -%%DIR%%/theme/icons/cs_logo_16x16.gif -%%DIR%%/theme/icons/compass_50x50.gif -%%DIR%%/theme/icons/compass_32x32.gif -%%DIR%%/theme/icons/compass_16x16.gif -%%DIR%%/theme/icons/clock_50x50.gif -%%DIR%%/theme/icons/clock_32x32.gif -%%DIR%%/theme/icons/clock_16x16.gif -%%DIR%%/theme/icons/clock2_50x50.gif -%%DIR%%/theme/icons/clock2_32x32.gif -%%DIR%%/theme/icons/clock2_16x16.gif -%%DIR%%/theme/icons/clipboard_50x50.gif -%%DIR%%/theme/icons/clipboard_32x32.gif -%%DIR%%/theme/icons/clipboard_16x16.gif -%%DIR%%/theme/icons/church_50x50.gif -%%DIR%%/theme/icons/church_32x32.gif -%%DIR%%/theme/icons/church_16x16.gif -%%DIR%%/theme/icons/check_50x50.gif -%%DIR%%/theme/icons/check_32x32.gif -%%DIR%%/theme/icons/check_16x16.gif -%%DIR%%/theme/icons/canoe_50x50.gif -%%DIR%%/theme/icons/canoe_32x32.gif -%%DIR%%/theme/icons/canoe_16x16.gif -%%DIR%%/theme/icons/bullet_point_50x50.gif -%%DIR%%/theme/icons/bullet_point_32x32.gif -%%DIR%%/theme/icons/bullet_point_16x16.gif -%%DIR%%/theme/icons/bsa_rwb_50x50.gif -%%DIR%%/theme/icons/bsa_rwb_32x32.gif -%%DIR%%/theme/icons/bsa_rwb_16x16.gif -%%DIR%%/theme/icons/bsa_rwb2_50x50.gif -%%DIR%%/theme/icons/bsa_rwb2_32x32.gif -%%DIR%%/theme/icons/bsa_rwb2_16x16.gif -%%DIR%%/theme/icons/bob_wolf_bear_50x50.gif -%%DIR%%/theme/icons/bob_wolf_bear_32x32.gif -%%DIR%%/theme/icons/bob_wolf_bear_16x16.gif -%%DIR%%/theme/icons/blank_50x50.gif -%%DIR%%/theme/icons/blank_32x32.gif -%%DIR%%/theme/icons/blank_16x16.gif -%%DIR%%/theme/icons/bike_50x50.gif -%%DIR%%/theme/icons/bike_32x32.gif -%%DIR%%/theme/icons/bike_16x16.gif -%%DIR%%/theme/icons/bellpepper_50x50.gif -%%DIR%%/theme/icons/bellpepper_32x32.gif -%%DIR%%/theme/icons/bellpepper_16x16.gif -%%DIR%%/theme/icons/beartracks_50x50.gif -%%DIR%%/theme/icons/beartracks_32x32.gif -%%DIR%%/theme/icons/beartracks_16x16.gif -%%DIR%%/theme/icons/axe_50x50.gif -%%DIR%%/theme/icons/axe_32x32.gif -%%DIR%%/theme/icons/axe_16x16.gif -%%DIR%%/theme/icons/apple_50x50.gif -%%DIR%%/theme/icons/apple_32x32.gif -%%DIR%%/theme/icons/apple_16x16.gif -%%DIR%%/theme/icons/B-P_50x50.gif -%%DIR%%/theme/icons/B-P_32x32.gif -%%DIR%%/theme/icons/B-P_16x16.gif -%%DIR%%/theme/icons/1st_aid_50x50.gif -%%DIR%%/theme/icons/1st_aid_32x32.gif -%%DIR%%/theme/icons/1st_aid_16x16.gif -%%DIR%%/theme/graphics/unit_number_patch_9_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_9_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_9_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_8_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_8_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_8_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_7_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_7_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_7_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_6_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_6_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_6_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_5_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_5_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_5_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_4_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_4_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_4_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_3_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_3_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_3_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_2_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_2_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_2_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_1_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_1_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_1_16x10.gif -%%DIR%%/theme/graphics/unit_number_patch_0_40x25.gif -%%DIR%%/theme/graphics/unit_number_patch_0_20x13.gif -%%DIR%%/theme/graphics/unit_number_patch_0_16x10.gif -%%DIR%%/theme/graphics/sv_blend.png -%%DIR%%/theme/graphics/poweredby.gif -%%DIR%%/theme/graphics/linuxpowered_tux.jpg -%%DIR%%/theme/graphics/linux.gif -%%DIR%%/theme/graphics/freebsd.gif -%%DIR%%/theme/graphics/hue_blend.png -%%DIR%%/theme/graphics/date_circle.gif -%%DIR%%/theme/graphics/color_select_icon.gif -%%DIR%%/theme/color_select.js -%%DIR%%/theme/color_select.css -%%DIR%%/upcoming_events.config +%%DIR%%/theme/icons/turkey_32x32.gif +%%DIR%%/theme/icons/turkey_50x50.gif +%%DIR%%/theme/icons/tux_16x16.gif +%%DIR%%/theme/icons/tux_32x32.gif +%%DIR%%/theme/icons/tux_50x50.gif +%%DIR%%/theme/icons/us_flag_16x16.gif +%%DIR%%/theme/icons/us_flag_32x32.gif +%%DIR%%/theme/icons/us_flag_50x50.gif +%%DIR%%/theme/icons/venture_logo_16x16.gif +%%DIR%%/theme/icons/venture_logo_32x32.gif +%%DIR%%/theme/icons/venture_logo_50x50.gif +%%DIR%%/theme/icons/webelos_patch_16x16.gif +%%DIR%%/theme/icons/webelos_patch_32x32.gif +%%DIR%%/theme/icons/webelos_patch_50x50.gif +%%DIR%%/theme/icons/wolftracks_16x16.gif +%%DIR%%/theme/icons/wolftracks_32x32.gif +%%DIR%%/theme/icons/wolftracks_50x50.gif +%%DIR%%/theme/icons/woodbadge_16x16.gif +%%DIR%%/theme/icons/woodbadge_32x32.gif +%%DIR%%/theme/icons/woodbadge_50x50.gif +%%DIR%%/theme/icons/wreath_16x16.gif +%%DIR%%/theme/icons/wreath_32x32.gif +%%DIR%%/theme/icons/wreath_50x50.gif +%%DIR%%/theme/plans.css +%%DIR%%/theme/plans.js +%%DIR%%/theme/plans.template +%%DIR%%/theme/plans_lang.js +%%DIR%%/theme/upcoming_events.css %%DIR%%/upcoming_events.cgi -%%DIR%%/plans_lib.pl -%%DIR%%/plans_discovery.xml -%%DIR%%/plans_config.pl -%%DIR%%/plans.cgi -%%DIR%%/new_calendars.xml -%%DIR%%/gpl.txt -%%DIR%%/events.xml -%%DIR%%/email_reminders.xml -%%DIR%%/email_reminders.cgi -%%DIR%%/calendars.xml +%%DIR%%/upcoming_events.config +%%DIR%%/us_english.pl +%%DIR%%/data/users.xml + @dirrm %%DIR%%/theme/icons @dirrm %%DIR%%/theme/graphics @dirrm %%DIR%%/theme +@dirrm %%DIR%%/sessions +@dirrm %%DIR%%/data @dirrm %%DIR%%/ -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 10:15:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4914C16A41F; Mon, 22 Aug 2005 10:15:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0771143D46; Mon, 22 Aug 2005 10:15:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MAF5sO031444; Mon, 22 Aug 2005 10:15:05 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAF5QZ031440; Mon, 22 Aug 2005 10:15:05 GMT (envelope-from garga) Date: Mon, 22 Aug 2005 10:15:05 GMT From: Renato Botelho Message-Id: <200508221015.j7MAF5QZ031440@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85156: [MAINTAINER] security/openvpn: update rc documentation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:15:06 -0000 Synopsis: [MAINTAINER] security/openvpn: update rc documentation Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Mon Aug 22 10:14:49 GMT 2005 Responsible-Changed-Why: Grabbed http://www.freebsd.org/cgi/query-pr.cgi?pr=85156 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 10:20:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A711D16A41F for ; Mon, 22 Aug 2005 10:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1343A43D48 for ; Mon, 22 Aug 2005 10:20: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.3/8.13.3) with ESMTP id j7MAK9s7031509 for ; Mon, 22 Aug 2005 10:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAK9nG031508; Mon, 22 Aug 2005 10:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 10:20:09 GMT Resent-Message-Id: <200508221020.j7MAK9nG031508@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petr Holub Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CE416A41F for ; Mon, 22 Aug 2005 10:10:29 +0000 (GMT) (envelope-from hopet@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (kloboucek.ics.muni.cz [147.251.3.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD8243D64 for ; Mon, 22 Aug 2005 10:10:23 +0000 (GMT) (envelope-from hopet@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (localhost [127.0.0.1]) by kloboucek.ics.muni.cz (8.13.4/8.13.4) with ESMTP id j7MAAHRf000520 for ; Mon, 22 Aug 2005 12:10:18 +0200 (CEST) (envelope-from hopet@kloboucek.ics.muni.cz) Received: (from root@localhost) by kloboucek.ics.muni.cz (8.13.4/8.13.4/Submit) id j7IFku6d020116; Thu, 18 Aug 2005 17:46:56 +0200 (CEST) (envelope-from hopet) Message-Id: <200508181546.j7IFku6d020116@kloboucek.ics.muni.cz> Date: Thu, 18 Aug 2005 17:46:56 +0200 (CEST) From: Petr Holub To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85210: [PATCH] gnat-glade patch to avoid interaction with CLFAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Holub List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:20:12 -0000 >Number: 85210 >Category: ports >Synopsis: [PATCH] gnat-glade patch to avoid interaction with CLFAGS >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 Aug 22 10:20:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Petr Holub >Release: FreeBSD 6.0-BETA2 i386 >Organization: Masaryk University >Environment: System: FreeBSD kloboucek.ics.muni.cz 6.0-BETA2 FreeBSD 6.0-BETA2 #2: Wed Aug 17 19:46:17 CEST 2005 toor@kloboucek.ics.muni.cz:/usr/src/sys/i386/compile/KLOBOUCEK i386 >Description: gnat-glade uses standard CFLAGS which makes it broken on 6.x because the old GCC doesn't recognize -fno-strict-aliasing. I've introduce ADACFLAGS variable that can be user-specified and it overwrites standard CFLAGS (as suggested by Kris). >How-To-Repeat: >Fix: --- gnat-glade.patch begins here --- diff -ruN gnat-glade.orig/Makefile gnat-glade/Makefile --- gnat-glade.orig/Makefile Thu Aug 18 17:32:51 2005 +++ gnat-glade/Makefile Thu Aug 18 17:31:39 2005 @@ -7,7 +7,7 @@ PORTNAME= gnat-glade PORTVERSION= 3.15p -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/glade/ DISTNAME= glade-${PORTVERSION}-src @@ -28,6 +28,9 @@ CONFIGURE_ENV= ADA=adagcc USE_GMAKE= yes USE_PERL5_BUILD=yes + +ADACFLAGS?= +CFLAGS=${ADACFLAGS} pre-configure: ${PERL} -pi -e "s@aclocal\)@${ACLOCAL})@g;\ --- gnat-glade.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 10:20:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A789416A420 for ; Mon, 22 Aug 2005 10:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E2D43D49 for ; Mon, 22 Aug 2005 10:20: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.3/8.13.3) with ESMTP id j7MAKAPi031566 for ; Mon, 22 Aug 2005 10:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAKAZn031565; Mon, 22 Aug 2005 10:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 10:20:10 GMT Resent-Message-Id: <200508221020.j7MAKAZn031565@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petr Holub Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F3616A420 for ; Mon, 22 Aug 2005 10:10:29 +0000 (GMT) (envelope-from hopet@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (kloboucek.ics.muni.cz [147.251.3.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A50443D62 for ; Mon, 22 Aug 2005 10:10:23 +0000 (GMT) (envelope-from hopet@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (localhost [127.0.0.1]) by kloboucek.ics.muni.cz (8.13.4/8.13.4) with ESMTP id j7MAAHRd000520 for ; Mon, 22 Aug 2005 12:10:17 +0200 (CEST) (envelope-from hopet@kloboucek.ics.muni.cz) Received: (from root@localhost) by kloboucek.ics.muni.cz (8.13.4/8.13.4/Submit) id j7IFknMn020088; Thu, 18 Aug 2005 17:46:49 +0200 (CEST) (envelope-from hopet) Message-Id: <200508181546.j7IFknMn020088@kloboucek.ics.muni.cz> Date: Thu, 18 Aug 2005 17:46:49 +0200 (CEST) From: Petr Holub To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85211: [PATCH] xmlada patch to avoid interaction with CLFAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Holub List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:20:13 -0000 >Number: 85211 >Category: ports >Synopsis: [PATCH] xmlada patch to avoid interaction with CLFAGS >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 Aug 22 10:20:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Petr Holub >Release: FreeBSD 6.0-BETA2 i386 >Organization: Masaryk University >Environment: System: FreeBSD kloboucek.ics.muni.cz 6.0-BETA2 FreeBSD 6.0-BETA2 #2: Wed Aug 17 19:46:17 CEST 2005 toor@kloboucek.ics.muni.cz:/usr/src/sys/i386/compile/KLOBOUCEK i386 >Description: xmlada uses standard CFLAGS which makes it broken on 6.x because the old GCC doesn't recognize -fno-strict-aliasing. I've introduce ADACFLAGS variable that can be user-specified and it overwrites standard CFLAGS (as suggested by Kris). >How-To-Repeat: >Fix: --- xmlada.patch2 begins here --- diff -ruN xmlada.orig/Makefile xmlada/Makefile --- xmlada.orig/Makefile Fri Apr 1 01:32:37 2005 +++ xmlada/Makefile Thu Aug 18 17:31:34 2005 @@ -7,7 +7,7 @@ PORTNAME= xmlada PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://libre.act-europe.fr/xmlada/ DISTNAME= XmlAda-${PORTVERSION} @@ -27,6 +27,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes + +ADACFLAGS?= +CFLAGS=${ADACFLAGS} INFO= xmlada PORTDOCS= xml.html xml_1.html xml_2.html xml_3.html xml_4.html \ --- xmlada.patch2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 10:20:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD96516A421 for ; Mon, 22 Aug 2005 10:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7D543D46 for ; Mon, 22 Aug 2005 10:20: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.3/8.13.3) with ESMTP id j7MAKAj6031579 for ; Mon, 22 Aug 2005 10:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAKARb031578; Mon, 22 Aug 2005 10:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 10:20:10 GMT Resent-Message-Id: <200508221020.j7MAKARb031578@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petr Holub Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8258A16A41F for ; Mon, 22 Aug 2005 10:15:02 +0000 (GMT) (envelope-from toor@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (kloboucek.ics.muni.cz [147.251.3.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC0E43D48 for ; Mon, 22 Aug 2005 10:15:01 +0000 (GMT) (envelope-from toor@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (localhost [127.0.0.1]) by kloboucek.ics.muni.cz (8.13.4/8.13.4) with ESMTP id j7MAF0c0000782 for ; Mon, 22 Aug 2005 12:15:00 +0200 (CEST) (envelope-from toor@kloboucek.ics.muni.cz) Received: (from root@localhost) by kloboucek.ics.muni.cz (8.13.4/8.13.4/Submit) id j7MAF0R4000781; Mon, 22 Aug 2005 12:15:00 +0200 (CEST) (envelope-from toor) Message-Id: <200508221015.j7MAF0R4000781@kloboucek.ics.muni.cz> Date: Mon, 22 Aug 2005 12:15:00 +0200 (CEST) From: Petr Holub To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85212: [PATCH] security/opensc to compile on FreeBSD RELENG_6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Holub List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:20:13 -0000 >Number: 85212 >Category: ports >Synopsis: [PATCH] security/opensc to compile on FreeBSD RELENG_6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 10:20:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Petr Holub >Release: FreeBSD 6.0-BETA2 i386 >Organization: Masaryk University >Environment: System: FreeBSD kloboucek.ics.muni.cz 6.0-BETA2 FreeBSD 6.0-BETA2 #2: Wed Aug 17 19:46:17 CEST 2005 toor@kloboucek.ics.muni.cz:/usr/src/sys/i386/compile/KLOBOUCEK i386 >Description: OpenSC doesn't compile on my FreeBSD RELENG_6 because of missing X11 includes in the include path. Patch is attached. >How-To-Repeat: >Fix: --- opensc.patch begins here --- --- opensc/Makefile.orig Thu Aug 18 14:28:58 2005 +++ opensc/Makefile Thu Aug 18 13:57:00 2005 @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes +CFLAGS+=-I/usr/X11R6/include/ + MANCOMPRESSED= no MAN1= pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 opensc-tool.1 \ opensc-explorer.1 opensc-config.1 cryptoflex-tool.1 \ --- opensc.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 10:37:58 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D160616A41F; Mon, 22 Aug 2005 10:37:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B81343D5C; Mon, 22 Aug 2005 10:37:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MAbwoK035123; Mon, 22 Aug 2005 10:37:58 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAbwD5035119; Mon, 22 Aug 2005 10:37:58 GMT (envelope-from garga) Date: Mon, 22 Aug 2005 10:37:58 GMT From: Renato Botelho Message-Id: <200508221037.j7MAbwD5035119@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85177: maintainer-update: www/lighttpd to 1.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:37:58 -0000 Synopsis: maintainer-update: www/lighttpd to 1.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Mon Aug 22 10:37:53 GMT 2005 Responsible-Changed-Why: Grabbed. http://www.freebsd.org/cgi/query-pr.cgi?pr=85177 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 11:30:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E0B16A41F for ; Mon, 22 Aug 2005 11:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 848D043D49 for ; Mon, 22 Aug 2005 11: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.3/8.13.3) with ESMTP id j7MBUBIW044359 for ; Mon, 22 Aug 2005 11:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MBUBLi044358; Mon, 22 Aug 2005 11:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 11:30:11 GMT Resent-Message-Id: <200508221130.j7MBUBLi044358@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0020716A41F for ; Mon, 22 Aug 2005 11:26:34 +0000 (GMT) (envelope-from chinsan@chinsan.twbbs.org) Received: from chinsan.twbbs.org (220-135-48-40.HINET-IP.hinet.net [220.135.48.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632ED43D45 for ; Mon, 22 Aug 2005 11:26:34 +0000 (GMT) (envelope-from chinsan@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 1001) id E1BB673045; Mon, 22 Aug 2005 19:26:57 +0800 (CST) Message-Id: <20050822112657.E1BB673045@chinsan.twbbs.org> Date: Mon, 22 Aug 2005 19:26:57 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85213: [UPDATE] chinese/pcmanx: upgrade to 0.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 11:30:12 -0000 >Number: 85213 >Category: ports >Synopsis: [UPDATE] chinese/pcmanx: upgrade to 0.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 Aug 22 11:30:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Aug 14 21:25:08 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/TAKAKO i386 >Description: - upgrade to 0.3.1 Thanks! :) >How-To-Repeat: >Fix: --- pcmanx.diff begins here --- diff -ruN pcmanx.orig/Makefile pcmanx/Makefile --- pcmanx.orig/Makefile Mon Aug 22 16:32:03 2005 +++ pcmanx/Makefile Mon Aug 22 19:08:58 2005 @@ -6,8 +6,8 @@ # PORTNAME= pcmanx -PORTVERSION= 0.2.6 -CATEGORIES= chinese net +PORTVERSION= 0.3.1 +CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ \ http://bbs.ilc.edu.tw/~chinsan/pcmanx/ DISTNAME= pcmanx-pure-gtk2-${PORTVERSION} diff -ruN pcmanx.orig/distinfo pcmanx/distinfo --- pcmanx.orig/distinfo Mon Aug 22 16:32:03 2005 +++ pcmanx/distinfo Mon Aug 22 16:32:44 2005 @@ -1,2 +1,2 @@ -MD5 (pcmanx-pure-gtk2-0.2.6.tar.gz) = 0cd39e2c5aba6ff940aa41ecd7c8f681 -SIZE (pcmanx-pure-gtk2-0.2.6.tar.gz) = 544943 +MD5 (pcmanx-pure-gtk2-0.3.1.tar.gz) = e7a35b271c75faee37640f998f1ed84c +SIZE (pcmanx-pure-gtk2-0.3.1.tar.gz) = 585142 diff -ruN pcmanx.orig/files/patch-src-notifier-notifier-impl.c pcmanx/files/patch-src-notifier-notifier-impl.c --- pcmanx.orig/files/patch-src-notifier-notifier-impl.c Mon Aug 22 16:32:03 2005 +++ pcmanx/files/patch-src-notifier-notifier-impl.c Thu Jan 1 08:00:00 1970 @@ -1,47 +0,0 @@ ---- src/notifier/notifier-impl.c.orig Mon Jul 25 21:56:10 2005 -+++ src/notifier/notifier-impl.c Wed Jul 27 00:40:38 2005 -@@ -160,11 +160,14 @@ - - static Win* begin_animation(GtkWidget * win, GtkWidget * context) - { -+ int slot, begin; -+ Win *w; -+ - update_working_area(); - -- int slot = get_slot(win); -- int begin = working_area.y + height - slot * NHEIGHT; -- Win *w = g_new0(Win, 1); -+ slot = get_slot(win); -+ begin = working_area.y + height - slot * NHEIGHT; -+ w = g_new0(Win, 1); - - w->win = win; - w->context = context; -@@ -216,6 +219,8 @@ - GtkWidget *imageNotify; - GtkWidget *labelNotify; - GtkWidget *labelCaption; -+ GtkWidget *button; -+ Win *w; - - context = gtk_table_new(2, 2, TRUE); - -@@ -245,7 +250,7 @@ - GTK_FILL, GTK_FILL, - 0,0); - -- GtkWidget* button = gtk_button_new(); -+ button = gtk_button_new(); - gtk_container_add(GTK_CONTAINER(win), button); - - frame = gtk_frame_new(NULL); -@@ -261,7 +266,7 @@ - G_OBJECT(button), "clicked", - click_cb, click_cb_data); - -- Win* w = begin_animation(win, context); -+ w = begin_animation(win, context); - g_free(context_text); - - w->parent = parent; diff -ruN pcmanx.orig/pkg-plist pcmanx/pkg-plist --- pcmanx.orig/pkg-plist Mon Aug 22 16:32:03 2005 +++ pcmanx/pkg-plist Mon Aug 22 19:07:32 2005 @@ -1,11 +1,20 @@ bin/pcmanx +lib/libpcmanx_core.la lib/libpcmanx_core.a lib/libpcmanx_core.so lib/libpcmanx_core.so.0 %%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pcmanx.mo %%DATADIR%%/emoticons %%DATADIR%%/sitelist +%%DATADIR%%/nancy_bot/default.conf +%%DATADIR%%/nancy_bot/default_msg.data +%%DATADIR%%/nancy_bot/example.conf +%%DATADIR%%/nancy_bot/example_msg.data share/applications/pcmanx.desktop share/pixmaps/pcmanx.png @unexec rmdir %D/share/applications 2>/dev/null || true +@unexec rmdir %D/share/pixmaps 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%%/nancy_bot 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%%/script 2>/dev/null || true @dirrm %%DATADIR%% --- pcmanx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 12:50:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB83816A435 for ; Mon, 22 Aug 2005 12:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB5643D67 for ; Mon, 22 Aug 2005 12: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.3/8.13.3) with ESMTP id j7MCoGE2053467 for ; Mon, 22 Aug 2005 12:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MCoGP6053466; Mon, 22 Aug 2005 12:50:16 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 12:50:16 GMT Resent-Message-Id: <200508221250.j7MCoGP6053466@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Kernick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D80F16A41F for ; Mon, 22 Aug 2005 12:46:50 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from mail.rotfl.com.au (eth1779.sa.adsl.internode.on.net [150.101.235.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0CAB43D45 for ; Mon, 22 Aug 2005 12:46:49 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from localhost (localhost.rotfl.com.au [127.0.0.1]) by mail.rotfl.com.au (Postfix) with ESMTP id ED40945400 for ; Mon, 22 Aug 2005 22:16:47 +0930 (CST) Received: from mail.rotfl.com.au ([127.0.0.1]) by localhost (mail.rotfl.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18798-04 for ; Mon, 22 Aug 2005 22:16:39 +0930 (CST) Message-Id: <20050822124639.3C3F845401@mail.rotfl.com.au> Date: Mon, 22 Aug 2005 22:16:39 +0930 (CST) From: Phil Kernick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85215: Updated port of www/squirm to fix critical errors X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Kernick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 12:50:20 -0000 >Number: 85215 >Category: ports >Synopsis: Updated port of www/squirm to fix critical errors >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 12:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Phil Kernick >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD catbert.rotfl.com.au 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Mon Aug 15 13:12:48 CST 2005 root@catbert.rotfl.com.au:/usr/src/sys/i386/compile/CATBERT i386 >Description: The www/squirm port has numerous errors that have only shown on FreeBSD5. These include multiple double-free memory errors, errors with handling the return from strdup() and the use of the gnuregex library. These errors cause the installed binary to core dump on access. Previously submitted PR from me fix some of these errors with a patch, but I have been in communication with the developer, and a completely fixed release has been tested. None of the bugs in the current version of the port are present in the new version. >How-To-Repeat: Install port www/squirm and watch /var/log/messages fill up with errors like this: Aug 22 18:31:58 catbert kernel: pid 41795 (squirm), uid 81: exited on signal 11 (core dumped) >Fix: Replace the port for www/squirm with the one from here: http://www.rotfl.com.au/philk/squirm.tgz This updates squirm to v1.26 and fixes all known bugs. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 13:19:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6869916A420; Mon, 22 Aug 2005 13:19:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BBB43D55; Mon, 22 Aug 2005 13:19:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MDJ34v058577; Mon, 22 Aug 2005 13:19:03 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MDJ3KK058573; Mon, 22 Aug 2005 13:19:03 GMT (envelope-from garga) Date: Mon, 22 Aug 2005 13:19:03 GMT From: Renato Botelho Message-Id: <200508221319.j7MDJ3KK058573@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85141: drop maintainership for net/freeradius X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 13:19:03 -0000 Synopsis: drop maintainership for net/freeradius Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Mon Aug 22 13:18:49 GMT 2005 Responsible-Changed-Why: Grabbed. http://www.freebsd.org/cgi/query-pr.cgi?pr=85141 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 13:40:05 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33FEC16A41F for ; Mon, 22 Aug 2005 13:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB12C43D53 for ; Mon, 22 Aug 2005 13:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MDe3vU060019 for ; Mon, 22 Aug 2005 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MDe3rn060018; Mon, 22 Aug 2005 13:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 13:40:03 GMT Resent-Message-Id: <200508221340.j7MDe3rn060018@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wesley Shields Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75BA216A41F; Mon, 22 Aug 2005 13:37:36 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C47043D46; Mon, 22 Aug 2005 13:37:35 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.3/8.13.1) with ESMTP id j7MEeexF039654; Mon, 22 Aug 2005 09:40:40 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.3/8.13.1/Submit) id j7MEedXu039653; Mon, 22 Aug 2005 09:40:39 -0500 (EST) (envelope-from wxs) Message-Id: <200508221440.j7MEedXu039653@syn.csh.rit.edu> Date: Mon, 22 Aug 2005 09:40:39 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fjoe@FreeBSD.org Subject: ports/85216: [PATCH]: x11-toolkits/wxgtk26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 22 Aug 2005 13:40:05 -0000 >Number: 85216 >Category: ports >Synopsis: [PATCH]: x11-toolkits/wxgtk26 >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 Aug 22 13:40:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD syn 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #2: Mon Aug 1 15:34:15 EST 2005 root@syn:/usr/obj/usr/src/sys/GENERIC i386 >Description: x11-toolkits/wxgtk26 is up to 2.6.1 now. The attached patch will update the port. The maintainer has been CC'ed on this. >How-To-Repeat: N/A >Fix: diff -ruN wxgtk26.orig/Makefile wxgtk26/Makefile --- wxgtk26.orig/Makefile Sun Aug 21 14:33:33 2005 +++ wxgtk26/Makefile Sun Aug 21 14:33:41 2005 @@ -6,7 +6,7 @@ # PORTNAME= wx -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff -ruN wxgtk26.orig/distinfo wxgtk26/distinfo --- wxgtk26.orig/distinfo Sun Aug 21 14:33:33 2005 +++ wxgtk26/distinfo Sun Aug 21 14:35:50 2005 @@ -1,2 +1,2 @@ -MD5 (wxGTK-2.6.0.tar.bz2) = 1371dd278e8f5a7e1fb821c1e3b3795b -SIZE (wxGTK-2.6.0.tar.bz2) = 7281025 +MD5 (wxGTK-2.6.1.tar.bz2) = dd348a6f825d502b497a085b190b7a27 +SIZE (wxGTK-2.6.1.tar.bz2) = 7205374 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 13:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B9B16A41F for ; Mon, 22 Aug 2005 13:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C34F43D53 for ; Mon, 22 Aug 2005 13: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.3/8.13.3) with ESMTP id j7MDoG6q060273 for ; Mon, 22 Aug 2005 13:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MDoFco060272; Mon, 22 Aug 2005 13:50:15 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 13:50:15 GMT Resent-Message-Id: <200508221350.j7MDoFco060272@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ilya Kiselyov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5115716A41F for ; Mon, 22 Aug 2005 13:41:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2014443D46 for ; Mon, 22 Aug 2005 13:41: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 j7MDfn0E068807 for ; Mon, 22 Aug 2005 13:41:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7MDfnD4068786; Mon, 22 Aug 2005 13:41:49 GMT (envelope-from nobody) Message-Id: <200508221341.j7MDfnD4068786@www.freebsd.org> Date: Mon, 22 Aug 2005 13:41:49 GMT From: Ilya Kiselyov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85217: devel/libol, sysutils/syslog-ng unnecessary usage of USE_GCC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 13:50:17 -0000 >Number: 85217 >Category: ports >Synopsis: devel/libol, sysutils/syslog-ng unnecessary usage of USE_GCC >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 Aug 22 13:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ilya Kiselyov >Release: 4.4-RELEASE >Organization: TCO >Environment: >Description: devel/libol and sysutils/syslog-ng ports depend on gcc33, which causes building and installing gcc33 port (on 4.x systems). This is almost unnecessary requirement, as these ports are successfully built with system gcc 2.95.2. >How-To-Repeat: Use a FreeBSD 4.x system and build sysutils/syslog-ng port >Fix: Apply the patch: --- devel/libol/Makefile.orig Mon Aug 22 17:35:55 2005 +++ devel/libol/Makefile Mon Aug 22 17:36:05 2005 @@ -16,6 +16,5 @@ GNU_CONFIGURE= yes USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes -USE_GCC= 3.3+ .include --- sysutils/syslog-ng/Makefile.orig Mon Aug 22 17:34:07 2005 +++ sysutils/syslog-ng/Makefile Mon Aug 22 17:34:16 2005 @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_GCC= 3.3+ PKGMESSAGE= ${WRKDIR}/MESSAGE >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 14:27:56 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CDD16A420; Mon, 22 Aug 2005 14:27:56 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BF843D76; Mon, 22 Aug 2005 14:27:51 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from freefall.freebsd.org (danfe@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MERp32066068; Mon, 22 Aug 2005 14:27:51 GMT (envelope-from danfe@freefall.freebsd.org) Received: (from danfe@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MERpED066064; Mon, 22 Aug 2005 14:27:51 GMT (envelope-from danfe) Date: Mon, 22 Aug 2005 14:27:51 GMT From: Alexey Dokuchaev Message-Id: <200508221427.j7MERpED066064@freefall.freebsd.org> To: danfe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org Cc: Subject: Re: ports/84853: [New port] games/linux-q3apoint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 14:27:56 -0000 Synopsis: [New port] games/linux-q3apoint Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: danfe Responsible-Changed-When: Mon Aug 22 14:27:34 GMT 2005 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=84853 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 14:30:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BDF316A41F for ; Mon, 22 Aug 2005 14:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A7943D48 for ; Mon, 22 Aug 2005 14: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.3/8.13.3) with ESMTP id j7MEUJYw066145 for ; Mon, 22 Aug 2005 14:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MEUJoo066144; Mon, 22 Aug 2005 14:30:19 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 14:30:19 GMT Resent-Message-Id: <200508221430.j7MEUJoo066144@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan-Peter Koopmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE71116A41F for ; Mon, 22 Aug 2005 14:22:40 +0000 (GMT) (envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5646443D46 for ; Mon, 22 Aug 2005 14:22:39 +0000 (GMT) (envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de) Message-Id: <200508221422.j7MEMScl051676@services.intern.seceidos.de> Date: Mon, 22 Aug 2005 16:22:28 +0200 (CEST) From: Jan-Peter Koopmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85218: [MAINTAINER] mail/MailScanner: update to 4.44.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 14:30:20 -0000 >Number: 85218 >Category: ports >Synopsis: [MAINTAINER] mail/MailScanner: update to 4.44.6 >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 Aug 22 14:30:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jan-Peter Koopmann >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 5 10:56:46 CET >Description: - Update to 4.44.6 * New Features and Improvements * - Published new version of the book, but advise you don't purchase until 3rd week of August so I get to check a copy off the press first. - Optimised situation where spam archive is being kept clean but many messages are being deleted. Thanks to yavor.trapkov@wipe.int for that. - Improved logging to show what sort of HTML tags have been disarmed. - Added "Scan Messages" option (intended to be a ruleset) which is an easy way of disabling all scanning and processing of messages. Great for customers who don't want scanning of any sort on their messages. - More phishing net improvements and additions to the safe sites list. * Fixes * - Resolved dependency problems by "tweaking" /usr/lib/rpm/perl.req to produce no output. - Added more Postfix temporarily-invalid-message checks. This is working perfectly reliably now. - Added disk full checks for MailScanner/incoming space. - Added missing object instantiate in the generic spam scanner. - Fixed reporting and scoring bugs in Custom Spam Scanner. - Made Postfix hash depth measurement more tolerant of stray files such as Razor logs appearing in the hold queue directories. - Delete temporary TNEF files created by internal TNEF decoder/expander. - Removed stray tar.gz files from tar distribution that shouldn't be there. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- MailScanner-4.44.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- Makefile 8 Jul 2005 20:31:40 -0000 1.39 +++ Makefile 22 Aug 2005 14:21:33 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.43.8 +PORTVERSION= 4.44.6 CATEGORIES= mail MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} @@ -41,7 +41,7 @@ CONFLICTS= MailScanner-devel-[0-9]* -PATCHLEVEL= 1 +PATCHLEVEL= 2 USE_PERL5= yes @@ -154,10 +154,11 @@ # Step 3: Install files in share # @${MKDIR} ${DATADIR} - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \ + cd ${WRKSRC}/etc && ${FIND} reports -type d ! -name "*.old" -exec \ ${MKDIR} ${DATADIR}/{} \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} {} ${DATADIR}/{}.sample \; + # cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec ... + cd ${WRKSRC}/etc && ${FIND} reports \( -type d -name "*.old" -prune \) \ + -o \( -type f ! -name "*.orig" -exec ${INSTALL_DATA} {} ${DATADIR}/{}.sample \; \) ${CHMOD} -R ${BINMODE} ${DATADIR}/reports # # Step 4: Install lib Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/distinfo,v retrieving revision 1.26 diff -u -r1.26 distinfo --- distinfo 8 Jul 2005 20:31:40 -0000 1.26 +++ distinfo 22 Aug 2005 14:21:33 -0000 @@ -1,2 +1,2 @@ -MD5 (MailScanner-install-4.43.8-1.tar.gz) = 274cab190e703851716a3bd4d3d7f58f -SIZE (MailScanner-install-4.43.8-1.tar.gz) = 4791190 +MD5 (MailScanner-install-4.44.6-2.tar.gz) = 4bc41d36aeee9642625bbcaeb89f1174 +SIZE (MailScanner-install-4.44.6-2.tar.gz) = 5346146 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/pkg-plist,v retrieving revision 1.23 diff -u -r1.23 pkg-plist --- pkg-plist 8 Jul 2005 20:31:40 -0000 1.23 +++ pkg-plist 22 Aug 2005 14:21:33 -0000 @@ -144,10 +144,12 @@ %%DATADIR%%/reports/cy+en/stored.content.message.txt.sample %%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample %%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample +%%DATADIR%%/reports/cz.tar.gz.sample %%DATADIR%%/reports/cz/deleted.content.message.txt.sample %%DATADIR%%/reports/cz/deleted.filename.message.txt.sample %%DATADIR%%/reports/cz/deleted.virus.message.txt.sample %%DATADIR%%/reports/cz/disinfected.report.txt.sample +%%DATADIR%%/reports/cz/filename.rules.txt.sample %%DATADIR%%/reports/cz/inline.sig.html.sample %%DATADIR%%/reports/cz/inline.sig.txt.sample %%DATADIR%%/reports/cz/inline.spam.warning.txt.sample @@ -445,6 +447,7 @@ %%DATADIR%%/reports/sk/stored.content.message.txt.sample %%DATADIR%%/reports/sk/stored.filename.message.txt.sample %%DATADIR%%/reports/sk/stored.virus.message.txt.sample +%%PORTDOCS%%%%DOCSDIR%%/Book.Dec04-Aug05.pdf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FreeBSD.html @@ -475,6 +478,7 @@ %%PORTDOCS%%%%DOCSDIR%%/images/thumb_JulianField5.jpg %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/index.new.html +%%PORTDOCS%%%%DOCSDIR%%/index.old.html %%PORTDOCS%%%%DOCSDIR%%/install/ClamAVModule.shtml %%PORTDOCS%%%%DOCSDIR%%/install/OS-virus-scan-web.htm %%PORTDOCS%%%%DOCSDIR%%/install/README.trend @@ -520,7 +524,6 @@ %%PORTDOCS%%%%DOCSDIR%%/install/tnef.shtml %%PORTDOCS%%%%DOCSDIR%%/install/zmailer.shtml %%PORTDOCS%%%%DOCSDIR%%/introduction.shtml -%%PORTDOCS%%%%DOCSDIR%%/jobs %%PORTDOCS%%%%DOCSDIR%%/mailscanner_trans.gif %%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.8 %%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.8.html @@ -539,6 +542,8 @@ %%PORTDOCS%%%%DOCSDIR%%/phishing.html %%PORTDOCS%%%%DOCSDIR%%/phishing.jpg %%PORTDOCS%%%%DOCSDIR%%/phishing2.jpg +%%PORTDOCS%%%%DOCSDIR%%/phishingnet.info/index.html +%%PORTDOCS%%%%DOCSDIR%%/phishingnet.info/PhishingNet.gif %%PORTDOCS%%%%DOCSDIR%%/pressreleases.html %%PORTDOCS%%%%DOCSDIR%%/presentations.html %%PORTDOCS%%%%DOCSDIR%%/press.html @@ -555,6 +560,7 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/install/mcp %%PORTDOCS%%@dirrm %%DOCSDIR%%/install %%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/phishingnet.info %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/reports/sk @dirrm %%DATADIR%%/reports/se Index: files/patch-docs:man:MailScanner.8 =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8,v retrieving revision 1.23 diff -u -r1.23 patch-docs:man:MailScanner.8 --- files/patch-docs:man:MailScanner.8 8 Jul 2005 20:31:40 -0000 1.23 +++ files/patch-docs:man:MailScanner.8 22 Aug 2005 14:21:33 -0000 @@ -1,8 +1,8 @@ ---- ../MailScanner-install-4.43.8.orig/docs/man/MailScanner.8 Fri Jul 8 14:17:05 2005 -+++ docs/man/MailScanner.8 Fri Jul 8 14:17:28 2005 +--- ../MailScanner-install-4.44.6.orig/docs/man/MailScanner.8 Mon Aug 22 16:18:05 2005 ++++ docs/man/MailScanner.8 Mon Aug 22 16:18:20 2005 @@ -1,4 +1,4 @@ -.TH "MailScanner" "8" "4.42.9" "Julian Field" "Mail" -+.TH "MailScanner" "8" "4.43.8" "Julian Field" "Mail" ++.TH "MailScanner" "8" "4.44.6" "Julian Field" "Mail" .SH "NAME" .LP MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix Index: files/patch-docs:man:MailScanner.8.html =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html,v retrieving revision 1.16 diff -u -r1.16 patch-docs:man:MailScanner.8.html --- files/patch-docs:man:MailScanner.8.html 8 Jul 2005 20:31:40 -0000 1.16 +++ files/patch-docs:man:MailScanner.8.html 22 Aug 2005 14:21:33 -0000 @@ -1,9 +1,9 @@ ---- ../MailScanner-install-4.43.8.orig/docs/man/MailScanner.8.html Fri Jul 8 14:17:05 2005 -+++ docs/man/MailScanner.8.html Fri Jul 8 14:17:30 2005 +--- ../MailScanner-install-4.44.6.orig/docs/man/MailScanner.8.html Mon Aug 22 16:18:05 2005 ++++ docs/man/MailScanner.8.html Mon Aug 22 16:18:23 2005 @@ -1,5 +1,5 @@ - -+ ++ Index: files/patch-docs:man:MailScanner.conf.5 =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5,v retrieving revision 1.23 diff -u -r1.23 patch-docs:man:MailScanner.conf.5 --- files/patch-docs:man:MailScanner.conf.5 8 Jul 2005 20:31:40 -0000 1.23 +++ files/patch-docs:man:MailScanner.conf.5 22 Aug 2005 14:21:33 -0000 @@ -1,12 +1,29 @@ ---- ../MailScanner-install-4.43.8.orig/docs/man/MailScanner.conf.5 Fri Jul 8 14:17:05 2005 -+++ docs/man/MailScanner.conf.5 Fri Jul 8 14:17:23 2005 +--- ../MailScanner-install-4.44.6.orig/docs/man/MailScanner.conf.5 Mon Aug 22 16:18:05 2005 ++++ docs/man/MailScanner.conf.5 Mon Aug 22 16:18:27 2005 @@ -1,4 +1,4 @@ -.TH "MailScanner.conf" "5" "4.42.9" "Julian Field" "Mail" -+.TH "MailScanner.conf" "5" "4.43.8" "Julian Field" "Mail" ++.TH "MailScanner.conf" "5" "4.44.6" "Julian Field" "Mail" .SH "NAME" .LP MailScanner.conf \- Main configuration for MailScanner -@@ -1701,12 +1701,64 @@ +@@ -326,6 +326,16 @@ + .br + If more messages are found in the queue than this, then switch to an "accelerated" mode of processing messages. This will cause it to stop scanning messages in strict date order, but in the order it finds them in the queue. If your queue is bigger than this size a lot of the time, then some messages could be greatly delayed. So treat this option as "in emergency only". + ++ ++.TP ++\fBScan Messages\fR ++Default: yes ++.br ++ ++.br ++If this is set to yes, then email messages passing through MailScanner will be processed and checked, and all the other options in this file will be used to control what checks are made on the message. If this is set to no, then email messages will NOT be processed or checked *at all*, and so any viruses or other problems will be ignored. ++ ++ + .TP + \fBMaximum Attachments Per Message\fR + Default: 200 +@@ -1701,12 +1711,64 @@ .br .br @@ -15,8 +32,8 @@ -# disable SpamAssassin checks until it has completed. -WaitDuringBayesRebuild = no +The Bayesian database rebuild and expiry may take a 2 or 3 minutes to complete. During this time you can either wait, or simply disable SpamAssassin checks until it has completed. - - ++ ++ + +.SH "Custom Spam Scanner Plugin" +.TP @@ -38,8 +55,8 @@ +$Message \- a perl reference to the list of line of the message +.RE +.br -+ -+ + + +.TP +\fBMax Custom Spam Scanner Size\fR +Default: 20000 Index: files/patch-docs:man:MailScanner.conf.5.html =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html,v retrieving revision 1.19 diff -u -r1.19 patch-docs:man:MailScanner.conf.5.html --- files/patch-docs:man:MailScanner.conf.5.html 8 Jul 2005 20:31:40 -0000 1.19 +++ files/patch-docs:man:MailScanner.conf.5.html 22 Aug 2005 14:21:33 -0000 @@ -1,9 +1,9 @@ ---- ../MailScanner-install-4.43.8.orig/docs/man/MailScanner.conf.5.html Fri Jul 8 14:17:05 2005 -+++ docs/man/MailScanner.conf.5.html Fri Jul 8 14:17:25 2005 +--- ../MailScanner-install-4.44.6.orig/docs/man/MailScanner.conf.5.html Mon Aug 22 16:18:05 2005 ++++ docs/man/MailScanner.conf.5.html Mon Aug 22 16:18:30 2005 @@ -1,5 +1,5 @@ - -+ ++ @@ -15,7 +15,38 @@ What to do with spam
System logging
Advanced SpamAssassin Settings
-@@ -4909,10 +4910,239 @@ +@@ -953,6 +954,30 @@ + + + ++

Scan Messages

++ ++ ++ ++ ++ ++ ++
++

Default: yes

++ ++

If this is set to yes, then email messages passing ++through MailScanner will be processed and checked, and all ++the other options in this file will be used to control what ++checks are made on the message. If this is set to no, then ++email messages will NOT be processed or checked *at all*, ++and so any viruses or other problems will be ignored.

++
++ ++ ++ ++ ++ +
+

Maximum Attachments Per Message

+ +@@ -4909,10 +4934,239 @@

Default: no

--- MailScanner-4.44.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 14:30:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2BDF16A41F for ; Mon, 22 Aug 2005 14:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED9C43D45 for ; Mon, 22 Aug 2005 14: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.3/8.13.3) with ESMTP id j7MEUOQN066222 for ; Mon, 22 Aug 2005 14:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MEUOvd066221; Mon, 22 Aug 2005 14:30:24 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 14:30:24 GMT Message-Id: <200508221430.j7MEUOvd066221@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: chinsan Cc: Subject: Re: ports/85213: [UPDATE] chinese/pcmanx: upgrade to 0.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 14:30:25 -0000 The following reply was made to PR ports/85213; it has been noted by GNATS. From: chinsan To: chinsan.tw@gmail.com, bug-followup@FreeBSD.org Cc: Subject: Re: ports/85213: [UPDATE] chinese/pcmanx: upgrade to 0.3.1 Date: Mon, 22 Aug 2005 22:25:14 +0800 --=-TQJjuBld+uTpZjgtcCDM Content-Type: text/plain Content-Transfer-Encoding: 7bit please also apply this diff file. Thanks.:) --=-TQJjuBld+uTpZjgtcCDM Content-Disposition: attachment; filename=pcmanx.20050822.diff Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name=pcmanx.20050822.diff; charset=big5 LS0tIC9ob21lL2NoaW5zYW4vcGNtYW54LmRpZmYJTW9uIEF1ZyAyMiAxOToyNDo0NSAyMDA1DQor KysgL2hvbWUvY2hpbnNhbi9wY21hbngubmV3LmRpZmYJTW9uIEF1ZyAyMiAyMjoyMjozNSAyMDA1 DQpAQCAtNzMsMTEgKzczLDggQEANCiAtIAl3LT5wYXJlbnQgPSBwYXJlbnQ7DQogZGlmZiAtcnVO IHBjbWFueC5vcmlnL3BrZy1wbGlzdCBwY21hbngvcGtnLXBsaXN0DQogLS0tIHBjbWFueC5vcmln L3BrZy1wbGlzdAlNb24gQXVnIDIyIDE2OjMyOjAzIDIwMDUNCi0rKysgcGNtYW54L3BrZy1wbGlz dAlNb24gQXVnIDIyIDE5OjA3OjMyIDIwMDUNCi1AQCAtMSwxMSArMSwyMCBAQA0KLSBiaW4vcGNt YW54DQotK2xpYi9saWJwY21hbnhfY29yZS5sYQ0KLSBsaWIvbGlicGNtYW54X2NvcmUuYQ0KKysr KyBwY21hbngvcGtnLXBsaXN0CU1vbiBBdWcgMjIgMjE6Mjk6MjAgMjAwNQ0KK0BAIC0zLDkgKzMs MTcgQEANCiAgbGliL2xpYnBjbWFueF9jb3JlLnNvDQogIGxpYi9saWJwY21hbnhfY29yZS5zby4w DQogICUlTkxTJSVzaGFyZS9sb2NhbGUvemhfVFcvTENfTUVTU0FHRVMvcGNtYW54Lm1vDQo= --=-TQJjuBld+uTpZjgtcCDM-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 14:30:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E80616A420 for ; Mon, 22 Aug 2005 14:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB4A43D48 for ; Mon, 22 Aug 2005 14: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.3/8.13.3) with ESMTP id j7MEUPMp066242 for ; Mon, 22 Aug 2005 14:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MEUPgF066241; Mon, 22 Aug 2005 14:30:25 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 14:30:25 GMT Resent-Message-Id: <200508221430.j7MEUPgF066241@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vfom@narod.ru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BBBD16A41F for ; Mon, 22 Aug 2005 14:25:43 +0000 (GMT) (envelope-from vfom@narod.ru) Received: from colgate.yandex.ru (colgate.yandex.ru [213.180.200.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F0043D55 for ; Mon, 22 Aug 2005 14:25:42 +0000 (GMT) (envelope-from vfom@narod.ru) Received: from YAMAIL (colgate.yandex.ru) by mail.yandex.ru id ; Mon, 22 Aug 2005 18:25:31 +0400 Message-Id: <4309E05B.000002.18288@colgate.yandex.ru> Date: Mon, 22 Aug 2005 18:25:31 +0400 (MSD) From: =?KOI8-R?B?IubPzcnexdcg98nL1M/SIg==?= Sender: vfom@narod.ru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kirill Ponomarew Subject: ports/85219: Update port: net-mgmt/netmond X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vfom@narod.ru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 14:30:26 -0000 >Number: 85219 >Category: ports >Synopsis: Update port: net-mgmt/netmond >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 Aug 22 14:30:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Viktor Fomichev >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD ipsec.sicex.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu Jun 9 11:17:26 NOVST 2005 vfom@ipsec.sicex.ru:/usr/src/sys/i386/compile/IPSEC i386 >Description: After port deinstalling some files remain in a system. Automaic ports builder and checker consider this as a bug. Attached patch resove the problem. >How-To-Repeat: >Fix: --- netmond/Makefile.orig Tue Aug 22 02:19:18 2005 +++ netmond/Makefile Tue Aug 22 02:23:20 2005 @@ -43,7 +43,7 @@ @if pw user show netmon 2>/dev/null ; then \ ${ECHO} "User 'netmon' exists." ; \ else \ - pw useradd -n netmon -g wheel -c 'Network monitor account' -m ; \ + pw useradd -n netmon -g wheel -c 'Network monitor account' -s /usr/sbin/nologin ; \ fi @if pw group show ${BINGRP} 2>/dev/null ; then \ ${ECHO} "Group '${BINGRP}' exists." ; \ --- netmond/pkg-install.orig Tue Aug 22 02:24:42 2005 +++ netmond/pkg-install Tue Aug 22 02:24:34 2005 @@ -8,7 +8,7 @@ if pw user show netmon 2>/dev/null ; then echo "User 'netmon' exists." ; else - pw useradd -n netmon -g wheel -c 'Network monitor account' -m ; + pw useradd -n netmon -g wheel -c 'Network monitor account' -s /usr/sbin/nologin ; fi if pw group show netmon 2>/dev/null ; then echo "Group 'netmon' exists." ; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 15:12:47 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D705A16A41F; Mon, 22 Aug 2005 15:12:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 961D043D46; Mon, 22 Aug 2005 15:12:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MFClSd072641; Mon, 22 Aug 2005 15:12:47 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MFCljo072637; Mon, 22 Aug 2005 15:12:47 GMT (envelope-from garga) Date: Mon, 22 Aug 2005 15:12:47 GMT From: Renato Botelho Message-Id: <200508221512.j7MFCljo072637@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/85088: devel/ngpt: unbreak on FreeBSD >= 6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 15:12:48 -0000 Synopsis: devel/ngpt: unbreak on FreeBSD >= 6.0 Responsible-Changed-From-To: freebsd-ports-bugs->garga-ports-bugs Responsible-Changed-By: garga Responsible-Changed-When: Mon Aug 22 15:12:28 GMT 2005 Responsible-Changed-Why: Grabbed. http://www.freebsd.org/cgi/query-pr.cgi?pr=85088 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 16:40:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B6516A420 for ; Mon, 22 Aug 2005 16:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C2D43D45 for ; Mon, 22 Aug 2005 16: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.3/8.13.3) with ESMTP id j7MGeHLk081957 for ; Mon, 22 Aug 2005 16:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MGeH5I081953; Mon, 22 Aug 2005 16:40:17 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 16:40:17 GMT Resent-Message-Id: <200508221640.j7MGeH5I081953@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A805016A41F for ; Mon, 22 Aug 2005 16:37:11 +0000 (GMT) (envelope-from kiwi@kiwi.oav.net) Received: from kiwi.oav.net (kiwi.oav.net [82.225.248.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5E143D46 for ; Mon, 22 Aug 2005 16:37:11 +0000 (GMT) (envelope-from kiwi@kiwi.oav.net) Received: by kiwi.oav.net (Postfix, from userid 1000) id 00BAA2E03F; Mon, 22 Aug 2005 18:39:30 +0200 (CEST) Message-Id: <20050822163930.00BAA2E03F@kiwi.oav.net> Date: Mon, 22 Aug 2005 18:39:30 +0200 (CEST) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85222: [MAINTAINER] www/mod_vhs: update to 1.0.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 16:40:18 -0000 >Number: 85222 >Category: ports >Synopsis: [MAINTAINER] www/mod_vhs: update to 1.0.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: Mon Aug 22 16:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: Association KAZAR / The Caudium Group >Environment: System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 14 15:27:19 CEST 2005 >Description: - Update to 1.0.18 - ChangeLog : o Removed VH_HOST variable since it is more or less unusuable and somewhat dangerous. You can enable it again by compiling mod_vhs with -DWANT_VH_HOST. o Fixed compilation of mod_vhs when using Apache 2.0 branch (problems with ap_regex_t that exists only on Apache 2.1) o Added open_basedir functions to append homedir to a default open_basedir path. o Added experimental SUEXEC support. Not tested and not documented ! o According to Frédéric VANNIERE, mod_rewrite don't work when it is specified in module list... Another neat exception of Apache... Now mod_vhs should work with mod_rewrite... o Use Apache internal regexp than "system" ones. This fix portability of this code on Debian Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mod_vhs-1.0.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/Makefile /usr/ports/www/mod_vhs/Makefile --- /usr/ports/www/mod_vhs.old/Makefile Mon Aug 22 18:36:40 2005 +++ /usr/ports/www/mod_vhs/Makefile Mon Aug 22 18:37:19 2005 @@ -6,8 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTVERSION= 1.0.18 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -29,7 +28,7 @@ AP_LIB+= ${LOCALBASE}/lib -lhome AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -DHAVE_MOD_PHP_SUPPORT -PORTDOCS= AUTHORS README +PORTDOCS= AUTHORS README README.logs README.wildcards .include .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/distinfo /usr/ports/www/mod_vhs/distinfo --- /usr/ports/www/mod_vhs.old/distinfo Mon Aug 22 18:36:40 2005 +++ /usr/ports/www/mod_vhs/distinfo Mon Aug 22 18:37:34 2005 @@ -1,2 +1,2 @@ -MD5 (apache2/mod_vhs-1.0.16.tar.gz) = 3f7075c7d63c0b366bd595b90980832e -SIZE (apache2/mod_vhs-1.0.16.tar.gz) = 12523 +MD5 (apache2/mod_vhs-1.0.18.tar.gz) = 58051076af8aa20746bc3dd3e2bdbe9d +SIZE (apache2/mod_vhs-1.0.18.tar.gz) = 14620 --- mod_vhs-1.0.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 16:50:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E66E16A41F for ; Mon, 22 Aug 2005 16:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FD343D48 for ; Mon, 22 Aug 2005 16: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.3/8.13.3) with ESMTP id j7MGoItc082176 for ; Mon, 22 Aug 2005 16:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MGoIAN082175; Mon, 22 Aug 2005 16:50:18 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 16:50:18 GMT Resent-Message-Id: <200508221650.j7MGoIAN082175@freefall.freebsd.org> 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 BBA5E16A41F for ; Mon, 22 Aug 2005 16:40:30 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57DBE43D46 for ; Mon, 22 Aug 2005 16:40:28 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from server.v42of.icc-vvd.ru (localhost [127.0.0.1]) by mail.icc-vvd.ru (8.13.3/8.12.9) with ESMTP id j7MGePGW096675; Mon, 22 Aug 2005 20:40:25 +0400 (MSD) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.13.3/8.12.9/Submit) id j7MGeOtc096674; Mon, 22 Aug 2005 20:40:24 +0400 (MSD) Message-Id: <200508221640.j7MGeOtc096674@server.v42of.icc-vvd.ru> Date: Mon, 22 Aug 2005 20:40:24 +0400 (MSD) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alecn2002@yandex.ru Subject: ports/85223: [PATCH] sysutils/luma: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 16:50:19 -0000 >Number: 85223 >Category: ports >Synopsis: [PATCH] sysutils/luma: update to 2.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 Aug 22 16:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.4-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Fri May 13 16:59:19 MSD 2005 >Description: - Update to 2.2.1 Port maintainer (alecn2002@yandex.ru) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- luma-2.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/luma.orig/Makefile /usr/ports/sysutils/luma/Makefile --- /usr/ports/sysutils/luma.orig/Makefile Wed Aug 17 17:50:40 2005 +++ /usr/ports/sysutils/luma/Makefile Mon Aug 22 19:33:39 2005 @@ -6,7 +6,7 @@ # PORTNAME= luma -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.1 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 Wed Aug 17 17:50:40 2005 +++ /usr/ports/sysutils/luma/distinfo Mon Aug 22 19:39:00 2005 @@ -1,2 +1,2 @@ -MD5 (luma-2.1.3.tar.bz2) = 7975b3d8b5fa0f96ca08a3c1e8e7002b -SIZE (luma-2.1.3.tar.bz2) = 574532 +MD5 (luma-2.2.1.tar.bz2) = 3d6494ecd8933eb1cf2f9c7660aad4b0 +SIZE (luma-2.2.1.tar.bz2) = 656788 diff -ruN --exclude=CVS /usr/ports/sysutils/luma.orig/pkg-plist /usr/ports/sysutils/luma/pkg-plist --- /usr/ports/sysutils/luma.orig/pkg-plist Wed Aug 17 17:50:40 2005 +++ /usr/ports/sysutils/luma/pkg-plist Wed Aug 17 19:30:46 2005 @@ -25,6 +25,12 @@ lib/luma/base/gui/BaseSelectorDesign.py lib/luma/base/gui/BaseSelectorDesign.pyc lib/luma/base/gui/BaseSelectorDesign.ui +lib/luma/base/gui/ImprovedServerDialog.py +lib/luma/base/gui/ImprovedServerDialog.ui +lib/luma/base/gui/ImprovedServerDialogDesign.py +lib/luma/base/gui/ImprovedServerDialogDesign.ui +lib/luma/base/gui/ImprovedServerDialog.pyc +lib/luma/base/gui/ImprovedServerDialogDesign.pyc lib/luma/base/gui/LanguageDialog.py lib/luma/base/gui/LanguageDialog.pyc lib/luma/base/gui/LanguageDialogDesign.py @@ -121,6 +127,7 @@ lib/luma/base/utils/gui/PluginInformation.py lib/luma/base/utils/gui/PluginInformation.pyc lib/luma/base/utils/gui/PluginInformation.ui +lib/luma/base/utils/gui/PromptPasswordDialog.ui lib/luma/base/utils/gui/SearchForm.py lib/luma/base/utils/gui/SearchForm.pyc lib/luma/base/utils/gui/SearchFormDesign.py @@ -233,21 +240,13 @@ lib/luma/plugins/schemabrowser/SchemaViewDesign.py lib/luma/plugins/schemabrowser/SchemaViewDesign.pyc lib/luma/plugins/schemabrowser/SchemaViewDesign.ui +lib/luma/plugins/schemabrowser/SearchView.py +lib/luma/plugins/schemabrowser/SearchView.pyc lib/luma/plugins/schemabrowser/__init__.py lib/luma/plugins/schemabrowser/__init__.pyc lib/luma/plugins/schemabrowser/plugin.meta lib/luma/plugins/schemabrowser/schemabrowser.py lib/luma/plugins/schemabrowser/schemabrowser.pyc -lib/luma/plugins/schemaeditor/schemaeditor.pyc -lib/luma/plugins/schemaeditor/SchemaEditorDesign.py -lib/luma/plugins/schemaeditor/SchemaEditorDesign.ui -lib/luma/plugins/schemaeditor/__init__.py -lib/luma/plugins/schemaeditor/plugin.meta -lib/luma/plugins/schemaeditor/schemaeditor.py -lib/luma/plugins/schemaeditor/SchemaEditor.pyc -lib/luma/plugins/schemaeditor/SchemaEditorDesign.pyc -lib/luma/plugins/schemaeditor/__init__.pyc -lib/luma/plugins/schemaeditor/SchemaEditor.py lib/luma/plugins/template_plugin/AddAttributeDialog.py lib/luma/plugins/template_plugin/AddAttributeDialog.pyc lib/luma/plugins/template_plugin/AddAttributeDialogDesign.py @@ -328,9 +327,11 @@ %%DATADIR%%/icons/AdvancedObjectWidget/save.png %%DATADIR%%/icons/AdvancedObjectWidget/single.png %%DATADIR%%/icons/addattribute.png +%%DATADIR%%/icons/auth32.png %%DATADIR%%/icons/binary.png %%DATADIR%%/icons/bomb.png %%DATADIR%%/icons/binary_big.png +%%DATADIR%%/icons/certificate48.png %%DATADIR%%/icons/clear.png %%DATADIR%%/icons/config.png %%DATADIR%%/icons/delete.png @@ -369,6 +370,8 @@ %%DATADIR%%/icons/mainwin/logger.png %%DATADIR%%/icons/mainwin/reload.png %%DATADIR%%/icons/manage.png +%%DATADIR%%/icons/network32.png +%%DATADIR%%/icons/network48.png %%DATADIR%%/icons/new.png %%DATADIR%%/icons/newEntry.png %%DATADIR%%/icons/no.png @@ -410,6 +413,7 @@ %%DATADIR%%/icons/save.png %%DATADIR%%/icons/secure.png %%DATADIR%%/icons/secure-alias.png +%%DATADIR%%/icons/security48.png %%DATADIR%%/icons/server.png %%DATADIR%%/icons/single.png %%DATADIR%%/icons/tip.png @@ -436,7 +440,6 @@ @dirrm lib/luma/plugins/mass_creation_plugin @dirrm lib/luma/plugins/search_plugin @dirrm lib/luma/plugins/schemabrowser -@dirrm lib/luma/plugins/schemaeditor @dirrm lib/luma/plugins/template_plugin @dirrm lib/luma/plugins/usermanagement @dirrm lib/luma/plugins --- luma-2.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 17:00:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C1016A41F for ; Mon, 22 Aug 2005 17:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1754543D49 for ; Mon, 22 Aug 2005 17: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.3/8.13.3) with ESMTP id j7MH0afC082410 for ; Mon, 22 Aug 2005 17:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MH0ag5082408; Mon, 22 Aug 2005 17:00:36 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 17:00:36 GMT Resent-Message-Id: <200508221700.j7MH0ag5082408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8962D16A41F for ; Mon, 22 Aug 2005 16:51:00 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66D443D48 for ; Mon, 22 Aug 2005 16:50:53 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id 2D55B123FDC for ; Mon, 22 Aug 2005 18:50:51 +0200 (CEST) Message-Id: <1124729429.0@scienide.energyhq.es.eu.org> Date: Mon, 22 Aug 2005 18:50:29 +0200 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85224: Update emulators/sim to 0.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 17:00:38 -0000 >Number: 85224 >Category: ports >Synopsis: Update emulators/sim to 0.3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 17:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 6.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD 6.0-BETA2 #0: Sat Aug 13 13:14:05 CEST 2005 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE64 >Description: Changelog: http://simh.trailing-edge.com/changes34.html >How-To-Repeat: >Fix: --- sim.diff begins here --- diff -ruN sim.old/Makefile sim/Makefile --- sim.old/Makefile Sun Dec 12 02:54:29 2004 +++ sim/Makefile Mon Aug 22 18:41:14 2005 @@ -6,10 +6,10 @@ # PORTNAME= sim -PORTVERSION= 3.2.0 +PORTVERSION= 3.4.0 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ -DISTNAME= ${PORTNAME}hv32-0 +DISTNAME= ${PORTNAME}hv34-0 MAINTAINER= jedgar@FreeBSD.org COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators @@ -28,7 +28,7 @@ i1620 s3 altair altairz80 \ gri ibm1130 id16 id32 sds lgp -PORTDOCS= 0readme_32.txt simh_doc.txt simh_swre.txt \ +PORTDOCS= 0readme_34.txt simh_doc.txt simh_swre.txt \ 0readme_ethernet.txt simh_faq.txt PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin diff -ruN sim.old/distinfo sim/distinfo --- sim.old/distinfo Wed Jun 23 18:28:58 2004 +++ sim/distinfo Mon Aug 22 18:36:47 2005 @@ -1,2 +1,2 @@ -MD5 (simhv32-0.zip) = 431a1b7915e9aa9253eab83a366590bf -SIZE (simhv32-0.zip) = 1914305 +MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c +SIZE (simhv34-0.zip) = 2138255 diff -ruN sim.old/files/patch-makefile sim/files/patch-makefile --- sim.old/files/patch-makefile Wed Jun 23 18:28:59 2004 +++ sim/files/patch-makefile Mon Aug 22 18:38:07 2005 @@ -1,11 +1,11 @@ ---- makefile.orig Wed Jun 23 18:01:06 2004 -+++ makefile Wed Jun 23 18:01:50 2004 +--- makefile.orig Mon Aug 22 18:36:56 2005 ++++ makefile Mon Aug 22 18:37:56 2005 @@ -10,7 +10,7 @@ else OS_CCDEFS = -D_GNU_SOURCE endif --CC = gcc -std=c99 -O2 -g -lm $(OS_CCDEFS) -I . +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I . +CC += ${CFLAGS} -lm $(OS_CCDEFS) -I . ifeq ($(USE_NETWORK),) else - NETWORK_OPT = -DUSE_NETWORK -lpcap -isystem /usr/local/include -L /usr/local/lib + NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a --- sim.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 17:30:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D2B516A41F for ; Mon, 22 Aug 2005 17:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF1E43D53 for ; Mon, 22 Aug 2005 17: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.3/8.13.3) with ESMTP id j7MHUPpm087545 for ; Mon, 22 Aug 2005 17:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MHUP4v087544; Mon, 22 Aug 2005 17:30:25 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 17:30:25 GMT Resent-Message-Id: <200508221730.j7MHUP4v087544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, toasty@dragondata.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F0D16A41F for ; Mon, 22 Aug 2005 17:20:22 +0000 (GMT) (envelope-from toasty@server12.stileproject.com) Received: from tokyo01.jp.mail.your.org (tokyo01.jp.mail.your.org [204.9.54.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB45F43D45 for ; Mon, 22 Aug 2005 17:20:21 +0000 (GMT) (envelope-from toasty@server12.stileproject.com) Received: from mail.dragondata.com (server3-b.your.org [64.202.113.67]) by tokyo01.jp.mail.your.org (Postfix) with ESMTP id 399B22AD5637 for ; Mon, 22 Aug 2005 17:32:58 +0000 (UTC) Received: from server12.stileproject.com (server12-b.stileproject.com [64.202.113.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dragondata.com (Postfix) with ESMTP id 434B73D1858; Mon, 22 Aug 2005 12:20:19 -0500 (CDT) Received: (from root@localhost) by server12.stileproject.com (8.12.10/8.12.6/Submit) id j7MHKI2q068531; Mon, 22 Aug 2005 12:20:18 -0500 (CDT) Message-Id: <200508221720.j7MHKI2q068531@server12.stileproject.com> Date: Mon, 22 Aug 2005 12:20:18 -0500 (CDT) From: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: toasty@dragondata.com Subject: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: toasty@dragondata.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 17:30:27 -0000 >Number: 85225 >Category: ports >Synopsis: [maintainer update][security] Update port mail/elm to remove remote exploit >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 Aug 22 17:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: FreeBSD 5.2.1-RELEASE-p1 i386 >Organization: Dragondata >Environment: >Description: Port mail/elm has a remotely exploitable buffer overflow while parsing carefully crafted invalid headers in email messages. >How-To-Repeat: >Fix: diff -ruN elmold/Makefile elm/Makefile --- elmold/Makefile Sun Mar 7 04:59:53 2004 +++ elm/Makefile Mon Aug 22 12:14:29 2005 @@ -6,8 +6,8 @@ # PORTNAME= elm -PORTVERSION= 2.5.6 -PORTREVISION= 2 +PORTVERSION= 2.5.8 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ftp://ftp.virginia.edu/pub/elm/ \ http://www.dragondata.com/software/ @@ -17,6 +17,8 @@ COMMENT= A once-popular mail user agent, version 2.5.x BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell + +CFLAGS+= -D_SIZE_T WRKSRC= ${WRKDIR}/elm${PORTVERSION} NO_LATEST_LINK= yes diff -ruN elmold/distinfo elm/distinfo --- elmold/distinfo Wed Jul 14 13:31:47 2004 +++ elm/distinfo Mon Aug 22 12:04:57 2005 @@ -1,2 +1,2 @@ -MD5 (elm2.5.6.tar.gz) = 5ce17b50cb90f99ffc09e4df52f52648 -SIZE (elm2.5.6.tar.gz) = 606228 +MD5 (elm2.5.8.tar.gz) = f7a721c1cddbc8632ffe0cf65b045395 +SIZE (elm2.5.8.tar.gz) = 607078 diff -ruN elmold/files/patch-aa elm/files/patch-aa --- elmold/files/patch-aa Thu Oct 9 14:19:19 2003 +++ elm/files/patch-aa Mon Aug 22 12:06:31 2005 @@ -24,8 +24,8 @@ set `echo $libc $libnames | tr ' ' '\012' | sort | uniq` $echo $n "Extracting names from $* for later perusal...$c" nm $nm_opts $* 2>/dev/null >libc.tmp --$sed -n -e 's/^.* [ATDS] *[_.]*//p' -e 's/^.* [ATDS] //p' libc.list -+$sed -n -e 's/^.* [ATDSW] *[_.]*//p' -e 's/^.* [ATDSW] //p' libc.list +-$sed -n -e 's/^.* [ATDSU] *[_.]*//p' -e 's/^.* [ATDSU] //p' libc.list ++$sed -n -e 's/^.* [ATDSUW] *[_.]*//p' -e 's/^.* [ATDSUW] //p' libc.list if $contains '^printf$' libc.list >/dev/null 2>&1; then echo done elif $sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p' \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 17:30:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC6B16A420 for ; Mon, 22 Aug 2005 17:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1FE43D58 for ; Mon, 22 Aug 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.3/8.13.3) with ESMTP id j7MHUQT8087595 for ; Mon, 22 Aug 2005 17:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MHUQeJ087593; Mon, 22 Aug 2005 17:30:26 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 17:30:26 GMT Resent-Message-Id: <200508221730.j7MHUQeJ087593@freefall.freebsd.org> 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 D910216A41F for ; Mon, 22 Aug 2005 17:22:31 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 544BE43D45 for ; Mon, 22 Aug 2005 17:22:30 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0) by mail.onlinefix.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7MHMR6I020222 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 22 Aug 2005 19:22:28 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id B9D793F67; Mon, 22 Aug 2005 19:22:26 +0200 (CEST) Message-Id: <20050822172226.B9D793F67@kyuzo.dunkelkammer.void> Date: Mon, 22 Aug 2005 19:22:26 +0200 (CEST) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85226: [PATCH] x11-toolkits/inti-gconf: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 17:30:27 -0000 >Number: 85226 >Category: ports >Synopsis: [PATCH] x11-toolkits/inti-gconf: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 17:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.4-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Aug 2 20:42:31 CEST >Description: - Fix pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- inti-gconf-1.0.5_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/cvs/FreeBSD/ports/x11-toolkits/inti-gconf/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 23 Jul 2005 02:53:41 -0000 1.7 +++ Makefile 22 Aug 2005 17:11:04 -0000 @@ -8,7 +8,7 @@ PORTNAME= inti-gconf PORTVERSION= 1.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti @@ -18,10 +18,6 @@ LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_GNOME= gconf2 gnomehack gnomeprefix GNU_CONFIGURE= yes INSTALLS_SHLIB= yes Index: pkg-plist =================================================================== RCS file: /home/cvs/FreeBSD/ports/x11-toolkits/inti-gconf/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 31 Mar 2004 06:17:24 -0000 1.1 +++ pkg-plist 22 Aug 2005 17:15:06 -0000 @@ -3,8 +3,12 @@ include/inti-1.0/inti/gconf/schema.h include/inti-1.0/inti/gconf/value.h include/inti-1.0/inti/inti-gconf.h -@dirrm include/inti-1.0/inti/gconf lib/inti-1.0/include/inti-gconf-config.h lib/libinti-gconf-1.0.so lib/libinti-gconf-1.0.so.6 libdata/pkgconfig/inti-gconf-1.0.pc +@dirrm include/inti-1.0/inti/gconf +@unexec rmdir %D/include/inti-1.0/inti 2>/dev/null || true +@unexec rmdir %D/include/inti-1.0 2>/dev/null || true +@unexec rmdir %D/lib/inti-1.0/include 2>/dev/null || true +@unexec rmdir %D/lib/inti-1.0 2>/dev/null || true --- inti-gconf-1.0.5_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 17:30:32 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5ED16A429 for ; Mon, 22 Aug 2005 17:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DCB343D48 for ; Mon, 22 Aug 2005 17: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.3/8.13.3) with ESMTP id j7MHUV47087648 for ; Mon, 22 Aug 2005 17:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MHUVUi087647; Mon, 22 Aug 2005 17:30:31 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 17:30:31 GMT Resent-Message-Id: <200508221730.j7MHUVUi087647@freefall.freebsd.org> 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 278A116A41F for ; Mon, 22 Aug 2005 17:23:15 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C5143D46 for ; Mon, 22 Aug 2005 17:23:14 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0) by mail.onlinefix.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7MHND6I020262 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 22 Aug 2005 19:23:13 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id C84DF3B86; Mon, 22 Aug 2005 19:23:12 +0200 (CEST) Message-Id: <20050822172312.C84DF3B86@kyuzo.dunkelkammer.void> Date: Mon, 22 Aug 2005 19:23:12 +0200 (CEST) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85227: [PATCH] x11-toolkits/inti-gl: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 17:30:32 -0000 >Number: 85227 >Category: ports >Synopsis: [PATCH] x11-toolkits/inti-gl: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 17:30:31 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.4-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Aug 2 20:42:31 CEST >Description: - Fix pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- inti-gl-0.9_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/cvs/FreeBSD/ports/x11-toolkits/inti-gl/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 23 Jul 2005 02:53:42 -0000 1.9 +++ Makefile 22 Aug 2005 17:10:54 -0000 @@ -8,7 +8,7 @@ PORTNAME= inti-gl PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti @@ -19,10 +19,6 @@ LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti \ gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_GL= yes USE_GNOME= gnomehack gnomeprefix GNU_CONFIGURE= yes Index: pkg-plist =================================================================== RCS file: /home/cvs/FreeBSD/ports/x11-toolkits/inti-gl/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 13 Dec 2004 08:08:30 -0000 1.1 +++ pkg-plist 22 Aug 2005 17:05:47 -0000 @@ -1,4 +1,31 @@ +include/inti-1.0/inti/gdk/gl/config.h +include/inti-1.0/inti/gdk/gl/context.h +include/inti-1.0/inti/gdk/gl/drawable.h +include/inti-1.0/inti/gdk/gl/font.h +include/inti-1.0/inti/gdk/gl/init.h +include/inti-1.0/inti/gdk/gl/pixmap.h +include/inti-1.0/inti/gdk/gl/private/config_p.h +include/inti-1.0/inti/gdk/gl/private/context_p.h +include/inti-1.0/inti/gdk/gl/private/drawable_p.h +include/inti-1.0/inti/gdk/gl/private/pixmap_p.h +include/inti-1.0/inti/gdk/gl/private/window_p.h +include/inti-1.0/inti/gdk/gl/query.h +include/inti-1.0/inti/gdk/gl/shapes.h +include/inti-1.0/inti/gdk/gl/window.h +include/inti-1.0/inti/gtk/gl/drawingarea.h +include/inti-1.0/inti/gtk/gl/init.h +include/inti-1.0/inti/gtk/gl/widget.h +include/inti-1.0/inti/inti-gl.h lib/inti-1.0/include/inti-gl-config.h lib/libinti-gl-1.0.so lib/libinti-gl-1.0.so.0 libdata/pkgconfig/inti-gl-1.0.pc +@dirrm include/inti-1.0/inti/gdk/gl/private +@dirrm include/inti-1.0/inti/gdk/gl +@dirrm include/inti-1.0/inti/gdk +@dirrm include/inti-1.0/inti/gtk/gl +@dirrm include/inti-1.0/inti/gtk +@unexec rmdir %D/include/inti-1.0/inti 2>/dev/null || true +@unexec rmdir %D/include/inti-1.0 2>/dev/null || true +@unexec rmdir %D/lib/inti-1.0/include 2>/dev/null || true +@unexec rmdir %D/lib/inti-1.0 2>/dev/null || true --- inti-gl-0.9_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 17:30:32 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF8016A422 for ; Mon, 22 Aug 2005 17:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD78743D53 for ; Mon, 22 Aug 2005 17: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.3/8.13.3) with ESMTP id j7MHUVA1087664 for ; Mon, 22 Aug 2005 17:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MHUVTh087663; Mon, 22 Aug 2005 17:30:31 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 17:30:31 GMT Resent-Message-Id: <200508221730.j7MHUVTh087663@freefall.freebsd.org> 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 C5BF216A41F for ; Mon, 22 Aug 2005 17:23:46 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4138A43D46 for ; Mon, 22 Aug 2005 17:23:46 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0) by mail.onlinefix.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7MHNi6I020287 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 22 Aug 2005 19:23:45 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 7E50D3C15; Mon, 22 Aug 2005 19:23:44 +0200 (CEST) Message-Id: <20050822172344.7E50D3C15@kyuzo.dunkelkammer.void> Date: Mon, 22 Aug 2005 19:23:44 +0200 (CEST) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85228: [PATCH] x11-toolkits/inti-sourceview: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 17:30:33 -0000 >Number: 85228 >Category: ports >Synopsis: [PATCH] x11-toolkits/inti-sourceview: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 17:30:31 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.4-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Aug 2 20:42:31 CEST >Description: - Fix pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- inti-sourceview-0.6_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/cvs/FreeBSD/ports/x11-toolkits/inti-sourceview/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 23 Jul 2005 02:53:42 -0000 1.8 +++ Makefile 21 Aug 2005 14:40:54 -0000 @@ -8,7 +8,7 @@ PORTNAME= inti-sourceview PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti @@ -18,10 +18,6 @@ LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_GNOME= gtksourceview gnomehack gnomeprefix WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes Index: pkg-plist =================================================================== RCS file: /home/cvs/FreeBSD/ports/x11-toolkits/inti-sourceview/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 31 Mar 2004 06:17:24 -0000 1.1 +++ pkg-plist 22 Aug 2005 17:16:03 -0000 @@ -13,9 +13,13 @@ include/inti-1.0/inti/gtk-sourceview/sourcetagstyle.h include/inti-1.0/inti/gtk-sourceview/sourceview.h include/inti-1.0/inti/inti-sourceview.h -@dirrm include/inti-1.0/inti/gtk-sourceview/private -@dirrm include/inti-1.0/inti/gtk-sourceview lib/inti-1.0/include/inti-sourceview-config.h lib/libinti-sourceview-1.0.so lib/libinti-sourceview-1.0.so.0 libdata/pkgconfig/inti-sourceview-1.0.pc +@dirrm include/inti-1.0/inti/gtk-sourceview/private +@dirrm include/inti-1.0/inti/gtk-sourceview +@unexec rmdir %D/include/inti-1.0/inti 2>/dev/null || true +@unexec rmdir %D/include/inti-1.0 2>/dev/null || true +@unexec rmdir %D/lib/inti-1.0/include 2>/dev/null || true +@unexec rmdir %D/lib/inti-1.0 2>/dev/null || true --- inti-sourceview-0.6_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 18:10:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5896B16A41F for ; Mon, 22 Aug 2005 18:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5598043D55 for ; Mon, 22 Aug 2005 18: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.3/8.13.3) with ESMTP id j7MIAQmV093937 for ; Mon, 22 Aug 2005 18:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MIAQgA093936; Mon, 22 Aug 2005 18:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 18:10:26 GMT Resent-Message-Id: <200508221810.j7MIAQgA093936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E9F316A41F for ; Mon, 22 Aug 2005 18:00:40 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E64243D46 for ; Mon, 22 Aug 2005 18:00:40 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1]) by smithers.neuro.mcw.edu (8.13.1/8.13.1) with ESMTP id j7MI0dTr049371 for ; Mon, 22 Aug 2005 13:00:39 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: (from bacon@localhost) by smithers.neuro.mcw.edu (8.13.1/8.13.1/Submit) id j7MI0cb1049370; Mon, 22 Aug 2005 13:00:38 -0500 (CDT) (envelope-from bacon) Message-Id: <200508221800.j7MI0cb1049370@smithers.neuro.mcw.edu> Date: Mon, 22 Aug 2005 13:00:38 -0500 (CDT) From: Jason Bacon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85229: Build options don't appear when rebuilding nvidia-driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Bacon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:10:27 -0000 >Number: 85229 >Category: ports >Synopsis: Build options don't appear when rebuilding nvidia-driver >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 Aug 22 18:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: FreeBSD 5.4-RELEASE i386 >Organization: Medical College of Wisconsin >Environment: FreeBSD clone.neuro.mcw.edu 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Fri Aug 5 17:09:13 CDT 2005 bacon@clone.neuro.mcw.edu:/usr/obj/usr/src/sys/clone i386 >Description: When building the nvidia-driver port for the first time, it displays an options menu including Linux support, FREEBSD_AGP, etc. The menu does not appear on subsequent builds, making it difficult to change any installed options. "make clean" and "rm /usr/ports/distfiles/NVIDIANVIDIA-FreeBSD-x86-1.0-7667.tar.gz" didn't help. >How-To-Repeat: Build nvidia-driver port. kldunload nvidia, make deinstall, make clean and run make again. >Fix: I don't know how to fix the problem, but to work around it, one can run "make clean", "make extract", and then edit work/NVIDIA-FreeBSD-x86-1.0-7667/src/nv-freebsd.h before running "make" or "make install". For example, to enable FREEBSD_AGP (which greatly improves performance) run "make extract", then before building, edit work/NVIDIA-FreeBSD-x86-1.0-7667/src/nv-freebsd.h, changing #undef NV_SUPPORT_OS_AGP to #define NV_SUPPORT_OS_AGP, and then run make. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 18:20:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423EE16A41F for ; Mon, 22 Aug 2005 18:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B774743D58 for ; Mon, 22 Aug 2005 18: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.3/8.13.3) with ESMTP id j7MIKJf6094240 for ; Mon, 22 Aug 2005 18:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MIKJjx094238; Mon, 22 Aug 2005 18:20:19 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 18:20:19 GMT Resent-Message-Id: <200508221820.j7MIKJjx094238@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E26A16A41F for ; Mon, 22 Aug 2005 18:14:10 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A14A943D48 for ; Mon, 22 Aug 2005 18:14:09 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 11479 invoked from network); 22 Aug 2005 18:14:08 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 22 Aug 2005 18:14:08 -0000 Message-Id: <1124734466.0@phobos.mars.bsd> Date: Mon, 22 Aug 2005 15:14:26 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85230: [NEW PORT] games/warzone2100 - Innovative 3D real-time strategy game X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:20:20 -0000 >Number: 85230 >Category: ports >Synopsis: [NEW PORT] games/warzone2100 - Innovative 3D real-time strategy game >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 Aug 22 18:20:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- warzone2100.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: # # warzone2100 # warzone2100/Makefile # warzone2100/distinfo # warzone2100/files # warzone2100/files/warzone.in # warzone2100/pkg-descr # warzone2100/pkg-plist # echo c - warzone2100 mkdir -p warzone2100 > /dev/null 2>&1 echo x - warzone2100/Makefile sed 's/^X//' >warzone2100/Makefile << 'END-of-warzone2100/Makefile' X# New ports collection makefile for: warzone2100 X# Date created: 21 Aug 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= warzone2100 XPORTVERSION= 0.2.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= alejandro@varnet.biz XCOMMENT= Innovative 3D real-time strategy game X XLIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ X mad.2:${PORTSDIR}/audio/libmad \ X ogg.5:${PORTSDIR}/audio/libogg \ X openal.0:${PORTSDIR}/audio/openal \ X vorbis.3:${PORTSDIR}/audio/libvorbis X XUSE_BZIP2= yes XUSE_REINPLACE= yes XUSE_GL= yes XUSE_SDL= net sdl X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --program-transform-name="" XCONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ X LDFLAGS="-L${X11BASE}/lib" X XSUB_FILES= warzone X Xpost-patch: X# Remove "-m32" flag X @${REINPLACE_CMD} -e 's|-m32||' \ X ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ X ${WRKSRC}/makerules/common.mk X X# Fix SDL include statement X.for f in configure *.c *.h X @${FIND} ${WRKSRC} -type f -name "${f}" -print0 | \ X ${XARGS} -0 ${REINPLACE_CMD} -e \ X 's|\(#include.*\)SDL/\(SDL.*\)|\1\2|' X.endfor X Xdo-install: X# Script X @${INSTALL_SCRIPT} ${WRKDIR}/warzone ${PREFIX}/bin X X# Program X @${INSTALL_PROGRAM} ${WRKSRC}/src/warzone ${PREFIX}/libexec X X# Data X @${MKDIR} ${DATADIR} X @${CP} -R ${WRKSRC}/data/* ${DATADIR} X X# Documentation X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X Xpost-install: X# Fix permissions X @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} X @${FIND} ${DATADIR} -type f -print0 | \ X ${XARGS} -0 ${CHMOD} ${SHAREMODE} X @${FIND} ${DATADIR} -type d -print0 | \ X ${XARGS} -0 ${CHMOD} ${BINMODE} X X.include X X.if ${OSVERSION} < 500000 XIGNORE= does not compile (missing stdint.h) X.endif X X.include END-of-warzone2100/Makefile echo x - warzone2100/distinfo sed 's/^X//' >warzone2100/distinfo << 'END-of-warzone2100/distinfo' XMD5 (warzone2100-0.2.2.tar.bz2) = b23fa1896856c3b9ee37b39029e4c532 XSIZE (warzone2100-0.2.2.tar.bz2) = 31076323 END-of-warzone2100/distinfo echo c - warzone2100/files mkdir -p warzone2100/files > /dev/null 2>&1 echo x - warzone2100/files/warzone.in sed 's/^X//' >warzone2100/files/warzone.in << 'END-of-warzone2100/files/warzone.in' X#!/bin/sh X X# The executable needs to be run from its data directory. X Xcd %%DATADIR%% || exit 1 X Xexec %%PREFIX%%/libexec/warzone END-of-warzone2100/files/warzone.in echo x - warzone2100/pkg-descr sed 's/^X//' >warzone2100/pkg-descr << 'END-of-warzone2100/pkg-descr' XWarzone 2100 was an innovative 3D real-time strategy game back in 1999, and Xmost will agree it didn't enjoy the commercial success it should have had. The Xgame's source code was liberated on December 6th, 2004, under a GPL license X(see COPYING in this directory for details). Soon after that, the Warzone 2100 XReDev project was formed to take care of its future. X XOur goal is to make warzone run on all possible platforms. Therefore, we Xstripped the original code of all proprietary technologies and replaced them Xwith cross-platform and free equivalents, like OpenGL, OpenAL, etc... Right Xnow, Warzone 2100 works very well on Windows and GNU/Linux, and we have even Xheard of it running on BSD with no particular issue. X XWWW: http://warzone2100.sf.net/ END-of-warzone2100/pkg-descr echo x - warzone2100/pkg-plist sed 's/^X//' >warzone2100/pkg-plist << 'END-of-warzone2100/pkg-plist' Xbin/warzone Xlibexec/warzone X%%PORTDOCS%%%%DOCSDIR%%/README X%%DATADIR%%/2c-ardvark.wdg X%%DATADIR%%/2c-bitofabarny.wdg X%%DATADIR%%/2c-marspyscho.wdg X%%DATADIR%%/8c-mars3gorges_8.wdg X%%DATADIR%%/8c-marscodao.wdg X%%DATADIR%%/8c-marsendgame.wdg X%%DATADIR%%/8c-marsnrglvalis.wdg X%%DATADIR%%/8c-marsrelic.wdg X%%DATADIR%%/aug27.wdg X%%DATADIR%%/cam2tech.wdg X%%DATADIR%%/dec00.wdg X%%DATADIR%%/july30.wdg X%%DATADIR%%/june25.wdg X%%DATADIR%%/marsbetamaps.txt X%%DATADIR%%/may21.wdg X%%DATADIR%%/may28.wdg X%%DATADIR%%/multiplay/skirmish/player0.slo X%%DATADIR%%/multiplay/skirmish/player0.vlo X%%DATADIR%%/multiplay/skirmish/player1.slo X%%DATADIR%%/multiplay/skirmish/player1.vlo X%%DATADIR%%/multiplay/skirmish/player2.slo X%%DATADIR%%/multiplay/skirmish/player2.vlo X%%DATADIR%%/multiplay/skirmish/player3.slo X%%DATADIR%%/multiplay/skirmish/player3.vlo X%%DATADIR%%/multiplay/skirmish/player4.slo X%%DATADIR%%/multiplay/skirmish/player4.vlo X%%DATADIR%%/multiplay/skirmish/player5.slo X%%DATADIR%%/multiplay/skirmish/player5.vlo X%%DATADIR%%/multiplay/skirmish/player6.slo X%%DATADIR%%/multiplay/skirmish/player6.vlo X%%DATADIR%%/multiplay/skirmish/player7.slo X%%DATADIR%%/multiplay/skirmish/player7.vlo X%%DATADIR%%/multiplay/skirmish/rules.slo X%%DATADIR%%/multiplay/skirmish/rules.vlo X%%DATADIR%%/multiplay/skirmish/scriptlang.rtf X%%DATADIR%%/multiplay/skirmish/sk2tech.vlo X%%DATADIR%%/multiplay/skirmish/sk3tech.vlo X%%DATADIR%%/multiplay/skirmish/sktech.slo X%%DATADIR%%/music/music.wpl X%%DATADIR%%/music/neos_aurore.ogg X%%DATADIR%%/music/neos_chocolat.ogg X%%DATADIR%%/music/neos_down.ogg X%%DATADIR%%/music/neos_esperance.ogg X%%DATADIR%%/music/neos_indy.ogg X%%DATADIR%%/music/neos_symphonie_du_vide.ogg X%%DATADIR%%/newmaps.wdg X%%DATADIR%%/newtech.wdg X%%DATADIR%%/nov.wdg X%%DATADIR%%/oct.wdg X%%DATADIR%%/sep30.wdg X%%DATADIR%%/skirmish3.wdg X%%DATADIR%%/stats/names.txt X%%DATADIR%%/texpages/bdrops/00-bdrop.jpg X%%DATADIR%%/texpages/bdrops/00-bdrop.pcx X%%DATADIR%%/texpages/bdrops/01-bdrop.jpg X%%DATADIR%%/texpages/bdrops/01-bdrop.pcx X%%DATADIR%%/texpages/bdrops/02-bdrop.jpg X%%DATADIR%%/texpages/bdrops/02-bdrop.pcx X%%DATADIR%%/texpages/bdrops/03-bdrop.jpg X%%DATADIR%%/texpages/bdrops/03-bdrop.pcx X%%DATADIR%%/texpages/bdrops/04-bdrop.jpg X%%DATADIR%%/texpages/bdrops/04-bdrop.pcx X%%DATADIR%%/texpages/bdrops/05-bdrop.jpg X%%DATADIR%%/texpages/bdrops/05-bdrop.pcx X%%DATADIR%%/texpages/bdrops/06-bdrop.jpg X%%DATADIR%%/texpages/bdrops/06-bdrop.pcx X%%DATADIR%%/texpages/bdrops/credits.jpg X%%DATADIR%%/texpages/bdrops/credits.pcx X%%DATADIR%%/texpages/bdrops/missionend.jpg X%%DATADIR%%/texpages/bdrops/missionend.pcx X%%DATADIR%%/texpages/readme.txt X%%DATADIR%%/texpages/tertilesc1.pcx X%%DATADIR%%/texpages/tertilesc2.pcx X%%DATADIR%%/texpages/tertilesc3.pcx X%%DATADIR%%/texpages/tertilesc4hw.pcx X%%DATADIR%%/texpages/tertilesc5.pcx X%%DATADIR%%/texpages/tertilesc5hw.pcx X%%DATADIR%%/texpages/tertilesc6.pcx X%%DATADIR%%/texpages/tertilesc7.pcx X%%DATADIR%%/texpages/tertilesc7hw.pcx X%%DATADIR%%/update.rtf X%%DATADIR%%/warzone.wdg X@dirrm %%DATADIR%%/texpages/bdrops X@dirrm %%DATADIR%%/texpages X@dirrm %%DATADIR%%/stats X@dirrm %%DATADIR%%/music X@dirrm %%DATADIR%%/multiplay/skirmish X@dirrm %%DATADIR%%/multiplay X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-warzone2100/pkg-plist exit --- warzone2100.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 19:00:47 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BBED16A41F for ; Mon, 22 Aug 2005 19:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB00943D49 for ; Mon, 22 Aug 2005 19: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.3/8.13.3) with ESMTP id j7MJ0klv096272 for ; Mon, 22 Aug 2005 19:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MJ0kvP096271; Mon, 22 Aug 2005 19:00:46 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 19:00:46 GMT Message-Id: <200508221900.j7MJ0kvP096271@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jason E. Hale" Cc: Subject: Re: ports/85229: Build options don't appear when rebuilding nvidia-driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 19:00:47 -0000 The following reply was made to PR ports/85229; it has been noted by GNATS. From: "Jason E. Hale" To: bug-followup@freebsd.org, bacon@smithers.neuro.mcw.edu Cc: Subject: Re: ports/85229: Build options don't appear when rebuilding nvidia-driver Date: Mon, 22 Aug 2005 14:53:29 -0400 All ports that use OPTIONS save the configuration in /var/db/ports by default. If you want to remove the configuration, use "make rmconfig" in the port's directory. You can use "make config" to configure the OPTIONS. Read the ports(7) manpage. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 19:05:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 28F9C16A41F; Mon, 22 Aug 2005 19:05:17 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FED643D48; Mon, 22 Aug 2005 19:05:15 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0) by mail.onlinefix.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7MJ5D6I003874 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 22 Aug 2005 21:05:14 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id ED07F3B86; Mon, 22 Aug 2005 21:05:12 +0200 (CEST) Date: Mon, 22 Aug 2005 21:05:12 +0200 From: Stefan Walter To: Jason Bacon Message-ID: <20050822190512.GA94883@kyuzo.dunkelkammer.void> References: <200508221800.j7MI0cb1049370@smithers.neuro.mcw.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <200508221800.j7MI0cb1049370@smithers.neuro.mcw.edu> X-PGP-key: http://www.gegenunendlich.de/swalter-rsa.asc X-PGP-fp: 85D8 6A49 22C7 6CD9 B011 5D6A 5691 111B 12B9 E0B3 Organization: Infinity Approximation Task Force X-PGP-key: http://www.gegenunendlich.de/swalter-rsa.asc X-PGP-fingerprint: 85D8 6A49 22C7 6CD9 B011 5D6A 5691 111B 12B9 E0B3 User-Agent: Mutt/1.5.9i Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/85229: Build options don't appear when rebuilding nvidia-driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 19:05:17 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jason Bacon in gmane.os.freebsd.devel.ports.bugs: > When building the nvidia-driver port for the first time, it displays > an options menu including Linux support, FREEBSD_AGP, etc. The menu > does not appear on subsequent builds, making it difficult to change > any installed options. =20 "make config" should let you change the options. Stefan --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQGVAwUBQwoh6FaRERsSueCzAQIFgAwAr4yew7hslpZXXtJXgsmd0SmTAqF4ktAp VeUSkJhAKZaDfP6zpJZIL03XC8Eakepiz/f4QpJBuDfmPO1zvpoN/5mXQDKhDwPp p2Wk18nn+o1mQhFna9EGGDYVzGbn7lpNoqBbXHfxPcrfea+7gVy06lFvM8/u4YWi apFfucJZmBwVukGRZd1M2rI4kWj9tJndLwiXgGEL/HnuckDhvX+Z5Lum6uf0iGbo PtLanBqALm87hhyJcW/d+crmd+ge0AsxOo1J9ZeVFSDuTPNRN4iEj98omVudXAa/ c5t7vwu7cuj50Ziq3LLkhSiVJcLy2y45R0IW3C2Fx7x684RRMnquXdZfHzRSEBgJ sS6/kmVGsKA/H8SFpPxenFHSd5j6Hv5hTbKmD6QUf3eKArlleC2G5ZJd8VmtimkD 1CJLS4LcoB67xNuZZBEpzBOxV7ZKmu3WLMn1UIku5VV3HBHZ4r/cHz8WBjT1YTm2 ZMcQo+Lq7sfU4BDT1pOo6/fcTOXTKNNY =I2M4 -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 19:10:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBCD16A420 for ; Mon, 22 Aug 2005 19:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83A443D55 for ; Mon, 22 Aug 2005 19:10: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.3/8.13.3) with ESMTP id j7MJA6Mg001216 for ; Mon, 22 Aug 2005 19:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MJA6fH001215; Mon, 22 Aug 2005 19:10:06 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 19:10:06 GMT Message-Id: <200508221910.j7MJA6fH001215@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stefan Walter Cc: Subject: Re: ports/85229: Build options don't appear when rebuilding nvidia-driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 22 Aug 2005 19:10:07 -0000 The following reply was made to PR ports/85229; it has been noted by GNATS. From: Stefan Walter To: Jason Bacon Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/85229: Build options don't appear when rebuilding nvidia-driver Date: Mon, 22 Aug 2005 21:05:12 +0200 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jason Bacon in gmane.os.freebsd.devel.ports.bugs: > When building the nvidia-driver port for the first time, it displays > an options menu including Linux support, FREEBSD_AGP, etc. The menu > does not appear on subsequent builds, making it difficult to change > any installed options. =20 "make config" should let you change the options. Stefan --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQGVAwUBQwoh6FaRERsSueCzAQIFgAwAr4yew7hslpZXXtJXgsmd0SmTAqF4ktAp VeUSkJhAKZaDfP6zpJZIL03XC8Eakepiz/f4QpJBuDfmPO1zvpoN/5mXQDKhDwPp p2Wk18nn+o1mQhFna9EGGDYVzGbn7lpNoqBbXHfxPcrfea+7gVy06lFvM8/u4YWi apFfucJZmBwVukGRZd1M2rI4kWj9tJndLwiXgGEL/HnuckDhvX+Z5Lum6uf0iGbo PtLanBqALm87hhyJcW/d+crmd+ge0AsxOo1J9ZeVFSDuTPNRN4iEj98omVudXAa/ c5t7vwu7cuj50Ziq3LLkhSiVJcLy2y45R0IW3C2Fx7x684RRMnquXdZfHzRSEBgJ sS6/kmVGsKA/H8SFpPxenFHSd5j6Hv5hTbKmD6QUf3eKArlleC2G5ZJd8VmtimkD 1CJLS4LcoB67xNuZZBEpzBOxV7ZKmu3WLMn1UIku5VV3HBHZ4r/cHz8WBjT1YTm2 ZMcQo+Lq7sfU4BDT1pOo6/fcTOXTKNNY =I2M4 -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 20:00:49 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8D316A41F for ; Mon, 22 Aug 2005 20:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D54D243D49 for ; Mon, 22 Aug 2005 20: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.3/8.13.3) with ESMTP id j7MK0mTg003924 for ; Mon, 22 Aug 2005 20:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MK0mZ3003923; Mon, 22 Aug 2005 20:00:48 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 20:00:48 GMT Message-Id: <200508222000.j7MK0mZ3003923@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephane Legrand Cc: Subject: Re: ports/84767: update port: www/ocaml-net to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 22 Aug 2005 20:00:49 -0000 The following reply was made to PR ports/84767; it has been noted by GNATS. From: Stephane Legrand To: bug-followup@FreeBSD.org, mukai@jmuk.org Cc: Subject: Re: ports/84767: update port: www/ocaml-net to 1.1 Date: Mon, 22 Aug 2005 21:59:19 +0200 Hi, Did you try to build ocaml-net with your patch with the Nethttpd support and with the FreeBSD port of Equeue (which is not up to date) ? I tried but i have a building error so i removed the Nethttpd support for my ocaml-net port update (see http://www.freebsd.org/cgi/query-pr.cgi?pr=85188). Regards, Stephane Legrand. -- Forums FreeBSD Francophone: forums.freebsd-fr.org Club Unix/Log. libres Cosne/Loire: www.cosnix.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 20:10:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B78216A41F for ; Mon, 22 Aug 2005 20:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE0C843D49 for ; Mon, 22 Aug 2005 20: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.3/8.13.3) with ESMTP id j7MKADbK008512 for ; Mon, 22 Aug 2005 20:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MKAD4G008511; Mon, 22 Aug 2005 20:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 20:10:13 GMT Resent-Message-Id: <200508222010.j7MKAD4G008511@freefall.freebsd.org> 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-Baptiste Quenot Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A0516A41F for ; Mon, 22 Aug 2005 20:09:08 +0000 (GMT) (envelope-from jbq@caraldi.com) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992FC43D48 for ; Mon, 22 Aug 2005 20:09:07 +0000 (GMT) (envelope-from jbq@caraldi.com) Received: from watt.caraldi.com (unknown [62.147.116.21]) by postfix3-1.free.fr (Postfix) with ESMTP id 2CB9F173498 for ; Mon, 22 Aug 2005 22:09:03 +0200 (CEST) Received: by watt.caraldi.com (Postfix, from userid 1001) id C05BB159; Mon, 22 Aug 2005 22:10:29 +0200 (CEST) Message-Id: <20050822201029.C05BB159@watt.caraldi.com> Date: Mon, 22 Aug 2005 22:10:29 +0200 (CEST) From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85231: Maintainer update: comms/efax-gtk 3.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 20:10:14 -0000 >Number: 85231 >Category: ports >Synopsis: Maintainer update: comms/efax-gtk 3.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 Aug 22 20:10:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Baptiste Quenot >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD watt.intra.caraldi.com 5.3-STABLE FreeBSD 5.3-STABLE #9: Sun Oct 31 11:05:14 CET 2004 jbq@watt.intra.caraldi.com:/usr/obj/usr/src/sys/WATT i386 >Description: This is an update of comms/efax-gtk to 3.0.4. Thanks in advance! >How-To-Repeat: >Fix: diff -ruN --ignore-matching-lines=$FreeBSD --exclude=work --exclude=admin --exclude=.svn /usr/ports/comms/efax-gtk/Makefile /home/jbq/usr/ports/efax-gtk/Makefile --- /usr/ports/comms/efax-gtk/Makefile Sat Jul 23 10:32:46 2005 +++ /home/jbq/usr/ports/efax-gtk/Makefile Mon Aug 22 22:04:36 2005 @@ -6,7 +6,7 @@ # PORTNAME= efax-gtk -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.4 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --ignore-matching-lines=$FreeBSD --exclude=work --exclude=admin --exclude=.svn /usr/ports/comms/efax-gtk/distinfo /home/jbq/usr/ports/efax-gtk/distinfo --- /usr/ports/comms/efax-gtk/distinfo Sat Jul 23 10:32:46 2005 +++ /home/jbq/usr/ports/efax-gtk/distinfo Sun Aug 21 18:07:30 2005 @@ -1,2 +1,2 @@ -MD5 (efax-gtk-3.0.2.src.tgz) = 1d69bdb9b8a7620a15aa6922e2104a58 -SIZE (efax-gtk-3.0.2.src.tgz) = 798429 +MD5 (efax-gtk-3.0.4.src.tgz) = 1cd6744407f37bf939e328509c59f171 +SIZE (efax-gtk-3.0.4.src.tgz) = 803390 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 21:30:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF9116A41F for ; Mon, 22 Aug 2005 21:30:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FFC43D5D for ; Mon, 22 Aug 2005 21: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.3/8.13.3) with ESMTP id j7MLUMuu018251 for ; Mon, 22 Aug 2005 21:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MLUM7q018246; Mon, 22 Aug 2005 21:30:22 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 21:30:22 GMT Resent-Message-Id: <200508222130.j7MLUM7q018246@freefall.freebsd.org> 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 Milanez Melo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC9116A41F for ; Mon, 22 Aug 2005 21:26:25 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 76B3843D48 for ; Mon, 22 Aug 2005 21:26:22 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: (qmail 19078 invoked by uid 0); 22 Aug 2005 18:26:25 -0300 Message-Id: <20050822212625.19077.qmail@capeta.freebsdbrasil.com.br> Date: 22 Aug 2005 18:26:25 -0300 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85234: Update port: www/rt2 unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean Milanez Melo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 21:30:34 -0000 >Number: 85234 >Category: ports >Synopsis: Update port: www/rt2 unbreak >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 Aug 22 21:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - Use pure_install instead install to don't create perllocal.pod to fix pkg-plist - fixed URL - Unbreak - Please, change the maintainer to jmelo@freebsdbrasil.com.br >How-To-Repeat: >Fix: --- rt2.diff begins here --- diff -ruN rt2.old/Makefile rt2/Makefile --- rt2.old/Makefile Sat Jun 11 13:13:12 2005 +++ rt2/Makefile Mon Aug 22 18:15:09 2005 @@ -9,10 +9,10 @@ PORTVERSION= 2.0.15 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://www.fsck.com/pub/rt/release/ +MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ DISTNAME= rt-${PORTVERSION:S/./-/g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= RT is an industrial-grade ticketing system written in Perl BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ @@ -154,9 +154,5 @@ post-install: @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif .include diff -ruN rt2.old/files/patch-Makefile rt2/files/patch-Makefile --- rt2.old/files/patch-Makefile Mon Nov 17 21:22:54 2003 +++ rt2/files/patch-Makefile Mon Aug 22 16:50:14 2005 @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Oct 4 11:48:46 2002 -+++ Makefile Wed Feb 12 03:13:22 2003 +--- Makefile.orig Fri Oct 4 15:48:46 2002 ++++ Makefile Mon Aug 22 16:31:13 2005 @@ -15,7 +15,7 @@ BRANCH = HEAD @@ -97,6 +97,15 @@ # }}} +@@ -300,7 +300,7 @@ + && make \ + && make test \ + && $(PERL) -p -i -e " s'!!RT_VERSION!!'$(RT_VERSION)'g;" blib/lib/RT.pm ;\ +- make install \ ++ make pure_install \ + INSTALLSITEMAN1DIR=$(RT_MAN_PATH)/man1 \ + INSTALLSITEMAN3DIR=$(RT_MAN_PATH)/man3 \ + DESTDIR=$(DESTDIR) \ @@ -312,7 +312,7 @@ --- rt2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 22:30:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4FC16A41F for ; Mon, 22 Aug 2005 22:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E0743D46 for ; Mon, 22 Aug 2005 22:30: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.3/8.13.3) with ESMTP id j7MMU8OW025942 for ; Mon, 22 Aug 2005 22:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MMU89V025937; Mon, 22 Aug 2005 22:30:08 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 22:30:08 GMT Resent-Message-Id: <200508222230.j7MMU89V025937@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffrey Mainland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15F916A41F for ; Mon, 22 Aug 2005 22:29:46 +0000 (GMT) (envelope-from mainland@apeiron.net) Received: from mail.apeiron.net (h-68-164-219-98.cmbrmaor.covad.net [68.164.219.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E8EE43D46 for ; Mon, 22 Aug 2005 22:29:45 +0000 (GMT) (envelope-from mainland@apeiron.net) Received: from localhost (localhost.apeiron.net [127.0.0.1]) by mail.apeiron.net (Postfix) with ESMTP id 732565C49 for ; Mon, 22 Aug 2005 18:29:44 -0400 (EDT) Received: from mail.apeiron.net ([127.0.0.1]) by localhost (mail.apeiron.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22190-03 for ; Mon, 22 Aug 2005 18:29:26 -0400 (EDT) Received: from hamilton.apeiron.net (hamilton.apeiron.net [192.168.0.11]) by mail.apeiron.net (Postfix) with ESMTP id 4773D5C42 for ; Mon, 22 Aug 2005 18:29:26 -0400 (EDT) Received: by hamilton.apeiron.net (Postfix, from userid 4001) id D905F11826; Mon, 22 Aug 2005 18:29:25 -0400 (EDT) Message-Id: <20050822222925.D905F11826@hamilton.apeiron.net> Date: Mon, 22 Aug 2005 18:29:25 -0400 (EDT) From: Geoffrey Mainland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85236: [maintainer update] lang/metaocaml to 3.08.a23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoffrey Mainland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 22:30:09 -0000 >Number: 85236 >Category: ports >Synopsis: [maintainer update] lang/metaocaml to 3.08.a23 >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 Aug 22 22:30:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Geoffrey Mainland >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD hamilton.apeiron.net 5.4-STABLE FreeBSD 5.4-STABLE #37: Sat Jul 30 00:27:06 EDT 2005 toor@hamilton.apeiron.net:/usr/obj/usr/src/sys/APEIRON i386 >Description: Update to 3.08.a23 and add MASTER_SITE for old distributions. Also remove conflict with ocaml. I changed the port so it installs everything in lib/metaocaml and links bin/metaocaml* to the corresponding binary in lib/metaocaml/bin. >How-To-Repeat: >Fix: begin 600 metaocaml.diff.gz M'XL("%-0"D,``VUE=&%O8V%M;"YD:69F`+1=^U,;Q[+^&?Z*+0?J@$%"0H`- MN3YEC&6;$UZ%Y!/?&Z=4J]V1M&%?F5V!.)C__?;,ON>QT^3FIA)8??UU]SQ[ M'KTBKC>;61VZO+("DMJ18P=^-Z+>?._2OB,SSR<57D+KG4Y'1U^[C$+K=#FW M]O>M_MN3_?V3PT-KO]<[7-_9V5'86OM$/<[O'UO[@Y/^FY/>(.._?V]UCG8' M/6L'?AY8[]^O6S^M6^O6S?7M^.KTWH_/KJW=K@V[O;=?> M[ZWOJ.#!NG5V.AY^OKX]'X[>K?EV.%^W+D]'X^'M9'0^9M@B3>.3O;V'AX=N MO9KS/==+TCWK^_K.FH$3^2[C66MK&T\UVY.+Z[/3B^>&O\GHZX>/Y[?OUOYX M],DLHNEZY^/Y**_B)9B^/@/3DT'O[<3VXX4]Z;&:F2@#UE27I^=78_AO"-8# MVPNAKNY[.R8>C<)N2%)HB>O+R^'5^-W:>$<I+E1$$,G4,M4+!B&LVI'01> M.+=(>,^4`Q*"\GKG[/KJT\7YV1C:C#=`Y[=>Y_CWUU;V(8S2.Q%9]?LYM-Y9 MMZZO+OY[\NGZ=G)Z>_8%C'B#MT=K/UDS0GQK1@FQTLA*29):,*BB=,$*1)U% MPHN5$/AA6S>WK*9?1\/)[?#\ZN;B]`S:Y)$DZU;Y&:Q_!N,=SWKUBI&_G(XF MK.3GG[_>YN1.^;D@QQ3&Y\K:>+JY'7XZ__9L=1S'>K7Q=';V#.#9IXO3SZ/G M5^L[?U'1ZCQXZ:(3IPM*;#<;4AW?F[H>K53W`-BKY@Q\XD0K_ZCD]AL#WO`5*TV^?+TU^*-CN]N)B,H2)#&!(/$?5=*XK3:MJR#_!? M%_Y;MT;CV_.;=V!EY^:7SY?#T>CT,YC9>/KU]A?N(KZ;=P*2)/:6C1,G[O:S(>&2VN-T.2\_1$[QR!SVL\G$/]-E6(@>;:>D!7=I5-HJ?CL- M39^L"@$,ZAD\\\>#;I]'F\/^[AMKY_`0?K)HL[8VX0$;Y;_@)$[@;9CY'J>W<,2QU+^PI\9/N*:7V8P.Y@&C1`$8IA8E6 MF2APQJ'93V('V4-&S!XJVF/"M3MK:V.Z2KV`%?)KZ*VZ%S:=DT\PKPL@M'XE M]EU1-?X\*AY"-G#^BIIU>7%^][;_-^OSC]<#'^Q7HU77HP`R#N6-"Z_OC. M@OE%;?KX"N(1FSU=+W3\I4NL_YHF;C=F70^SOQO<_7-]YR?KBWW/`UA"4K#A M)1;$+\)#%PRK?Z36,B&U&6E%-&\Y:PX*B4/)`W&M9;R^`S,GF^!L=A53/5G8 ME%23/2O.S'(A^(3$W?KU?/QE\JW?W\[F^+>+\P_9%&<5/G[+!GJ_=P#USFIL M);M;O_UVDL2V0TY^__WUEAO]@'J'VW5P>^O[QL;WK;.;[]L_G'B[KK#3?;T% MQ82*_(!?U_GOX;?Q]O;N]SZH/7T8?9R<7XW&+,*`Z-GZ?K#[\S^L)WCXF14^ MCI*TXX5):OO^"0S>C:?Q]=>S+\]"=,LB6Q$B]IQEDD;!7O>.D%C1`%E'0AMT M+0N65LNU("0RW13Z$KHTO8/*PPK-`Q9X&GX[O;RY&(YX_-IX[_;S%-IX^G5]]E'1>6YT4PH(%>RJR(@X+^%\NKSEO].7T=@C/P^>B MTB8CKFSDP_E5PT07%D%O!E-UX^D"VK23S-I6@^I3C=7`7VZ)+0D:8VR5>+$] M1V?-@=JR/HR+/LQG=WU*UR)-M;Q4'Z),P@)%N1Z4TCP.6<4:4ZTP?#3RU6YR M=OGQ62C@QE/\S*NI9,@UY7S><5`;;CKOW>7.@W*P^V[7B<*LD[74QBZAIO(> MRC4$C5?)C\W-8NN\N?D#M/,/SS_F/W,AMY:),L.Y((]07%)$JQ_S5]G68N.I M>_;U5ESOK7^RXI6[@N>L(+#M?A9P31"%6,"CJ*L[G;!-MA?.HMJ)HH!4IY-" MACV=E/S:Z02.)@<')_L'U>FDO[L/00%^0$3H7'X\M+8TV_5N:M/N_#_;UCMK MWSF>'?:.W_1FY+!G.X.>W9L=3:>SH_[1P?'AH+_>&9W_SQ!EZ?#XZ/CP+2P/ M>L^#&I_L'TQG`QM^NA#0!L>SMSWW8/K6/CX:.&]=%_9H;9[KEO:/#@:#X[Z^ M=]C!+MF+[=19=!3G2)58U6LJ'K8'E;HC.\UT>U;_X.1@<+)_7._-/N_.?I_W M)RM/MSRF\@+!(6EI_0LB@P6CX>CD\/CD\$VFWV'.*W:#""?:WDDO+V2'>QH, M8*NQPW[QG68']O)V$K!#UU[B+(@[)V'7"59-<.FS[1Z#OS'8H"F"]OX,)3@M3'9=Z]X3NQ;%-$\+1'(%82BB- M:"*`^=FR-)"D+@M9BRBZUS<2E@#Q$KNP>0U)`L?J*.`[T5R_MB4H;9188:?#F*SQ8`C"*$C9]H2U MFE>"O&7A:$(X"HW`5JOZGH^M',\OM&'5_BE(/A0L]:*PG1/./9>$*2=Q5G%H MGCZFA(]EQYYFWBN$=VYN%Q7;LJ$[,80X@66*=`+]KP0\T<1+XUX^)M6DZ^VR\^0NO];> M>?TW_[.^PVYSZ]M]BVVKBY9++/AA!78(\7(.*P(21W&@VBSX`<-;[YMV7%,(PBA=DK\Q^[_0ZU: M>S?V8_7PL-P"9J'TN-=G_7KUI^C MQ@=^F5H#:.-#=M7:/*-;XKE8.G5S"\756/8I3Y24CT[]N2I#?CU;^\"O91N? MF])84(93=O.3((=#=_.3(`_N(+PT/L/VJO:YR2YNHRN$W>S6/L))OO8I.\YG M'V.P6IVR88_D\RO4!DCG?%F0H)4(L;85$4DOEC6]=#&9^?8\48M@PJ;+1"Y# M0Z;7D\K`KI\E8QFXDD&Q4AFFT%94#.#\2EKEKQ1IM12^2XG6GER.VCZSCD^] M^23?[*GAE0H6/`.<5=]6HK!":G"U%=EIB:L-B<59SF;\8*9&5PJTV<@EJ#(@ M-6VQ@6YBOC]E20\]OE+BS8+48+4916%89\.NP.DN)+QL,%E46E2(X$P`)XVI MYWNI4I6O>RH!OY-6"&:VYRM@&%EDE2H$`0DBJG(=>(FJGH$/)],E#'99E'CS MT/85DFQ3ID9AJR8*6%DI6+J^EKM8D$K]4Y.*W2T(VPPKNSX^8#-]/Y8F=%.H ML`S"[%=S$C=%PDP6A2N]=)+R:P$](6J54HT4QLLL8I>\RMH64G5UF709MJB" M4*TY2[+>+(5(:U%G;\)>(]'4.K;A M,)B24#A*WJH]"4SV.:/5`S#T%O*99R3H/7!"BSZ?GB9YBWF0 M:[2K*6PD:.P7!(V^-X-SNMY\(=88S\0:W6SRV M>--[FLST8:4NUQF.=,&E%+9HZO3:;+:9U%JD>H/25K4NTNFT%)"V%)#J"[AL ML;ALL;A46V2_=;W*9>K%(H;CL;RE;PHUFG0"1_.68%N3*^M2RG7:RT#;ZJ54 M9YE)-9KM2P0U+!&T=8F@ANA*#=&5MD97.@F7OFXQKJ0:RURJT=0&&:H/,E07 M9&C+?*8M\YEJYS/5SV>JG\]4-Y]IRWRF+?.9ZN;SGY/+?+/6+E59+:1JS7@1 MA8]:NX54;3>3*C6745KFN%KEZKF?Q)2DJ731($@UNJD;QSI-+E/KI=$=T94W MDXEZ"\7&.\-6$B:<%Q>*73G#Y*$!9WAVPRCZ*6$E6_!6HDH;"I^AZRE[I\PO MUE%W&C3W_`P0]OH9)*D)CG-(TA2*X7IS(F\Q2G2E0)L-4H(J`U)SN-*ZY_HR M5";^;36L9`LE(/=$OJ,CJW@9LOQ.'4JI[:03ASIU>';<4]QHLY)C,:[K/(5E5U$X"]@4$6PG'$J[.$<`3^ZTR%/C2B@!/X3)()!!. MXA*6?9]$YN9X"'-?%"W9._T"*"\0.;:2,*$]/7EIX)BB+9-4G2%J2'0ZLEMU M>J@FD8L0.]($4%XP0WFU#.55 M,:NG8G=6%XA&]2VMXQ2+0I106."+NH'&MV833]0_29 M02L1:M8O0R0]J4[\I_0-#16A>.@N[FTU@0G%LM:%$QBG_F,B[=$$$IU+PU5@ MR%&O27!\.S'8@&,!^W(DDC69^]%4GN\BF2<:39R41B9#-#(5W[7G^XM4OJL2 M6$0*@P(A,K0D">\-A)5#8E5L;M(P[6>N#WO5OZL??)E>31S5U4&3DCBFCD@(^_:TB4,P MG9Z8`A+;F[824L4EA,A8>4:&V4:*J0_G83HBC3!>V3>#C0S#:.?OV1<%BJ-9!:]4<+/@%:JT(54A)O3> M3F";)35M0Z+3$9S7!3ICPVHS:\4SI5DJXYJC"Y4SI M<*9R%\T\7]7!-4'C@"L9;!:UP!3:4D$3A]HQD=]RA0DL^2?2B8=! M@F\BG7(8)/MEW^D4'628S!-<9)"L*CM)%>\=%J""*?A)%:\;9J#"DZL^_-8% M&@W1JZL^^58"E??B.Q>B2OE=#`VNMB,5*8/51O3%B24-7WQEJ_KFB!)=J>!8 M:2)6T*G(E%Z>4^Q),FBE@"1-J8M4[\*IWYXIWXQ3@BH#BG:FBF!;HBJNY$ZQ ME.:HQIUNF#=D>CU5`73CO2;3%$9Y[YRDRRE\2EA2J;QJ32(=);M MS(:!7EIH9_*95+[X/-"8>Y3YXE)O^46KQ1[FA'Q7MFWD5J1G*_^"+4I+4 M,IU"Z50$A<$),"R&5%I<4BHW!(=$%O\S1#(S MAUU!N$2JZ>NI)<:U\_?94<@QUIEE8$U5A[ M8'\>2W";8RL):P[^'))5\V&_N?FMW]_ZZW-UVF:3%=,;05AI976$MS/I#BY1H$J]UEQC)[Q-6SXIF\(FMZ M9H?W=F+V6_(,?G.>V>^".'?(SA7(IA+4R.9B^%X\C6SJ(@I1HYJ*4%*-!?CH MV7XT-WLO>0;7.<_H=Q@ZD5L>A9!,@^^2B?">TD>,ZXQF],MH1J>?(F>)&.D% MS>`THR&<%EL%!,OHLMA7M+)HF9G!T$P^:?FZ71OM,[6G9I\YR^"2LQ`>/<2D MS5E&CQYBJIX']AS1L`7-X#.CX9Q.O;1\909/QA0@)^.*$2^B-$*6HN!B"I%Q MC67@FWNS^X)F\)S1S$Z]))U&*X3;DFARG!.-KB])N#3[S5D&IYR%\HA=DQM< MA'?LBGR9Y;`Q!2B(1N\9T>CZNO:F!(IG<)SSD'X#5'F3`*TLWR2IHB.KHA&OQG1[-I;H>)IR3,YSGAFO[[M8"J.@.P ME18@/`8(=X'9E\W^5KK974$S>$3>V2"O;)`W-B^YL'G)?K2:8:YK":8:Z;YJAKIMF M=#6Q9^4;P2@FQJ83^1'.9L9$V4PQ>Z"*B;&)C$0U*L8J;KY73(Q-F"<^YOJD MSL79Q;7I#+'WX3S<)"V9.)N8:5@0,19]Y#K)N5,C$UT`$/'KQ1[,&#D M!\^=$UP!T%6Q,,G13Q\3L3#IT3^B&>X5:9&;'=>$A&N MS7,H)YGF4$DSS"$?E0#R4?D?'Y7^R7X9:IF33+4L:2B7B/+G-(Q7_J>_VUC> M%%=5;YK>V:$7&'FXS8>/3)IA-RBH'`HJ>8+*F@3X?%F`3Y<%^&Q9@$R6!*@#(B/=L_]IWA0QJAIDHV4O0%P99BRC+?-*@-C% MH393.>9VZ'XG]P;:*AT:HK+IJ:X9&J*RZ6FN%1JBLND MIMA$:HK-HZ)O2Y"1'1G6'U`YV0=42O;A?SL[@^:V<20*W_,K?,G)DYV=G>QA M;MZ:9%*I2BJI)%6S5RN6'&XDBTLIZ_&_7U,D@`:-U_V>+HGM]QIH0B)(`4U] MU([L??SNO8_W8^^=-ZU]9F'^P%,_L="VSN<"LLX=KT9P"O.L0O8%#RO,OFC8 M5LP%8<5<#U;I?RA?XF5O2.=T%)0'AP)11K2MB-^=574]'=\J+!+ MW-VDH..8U!Y*$S4,JUYD[W8Z\L42UT!*VXN3XKCRV&EAPOI;0UM`MJ."[X^:9,>8F`[=MV1-N`M-3H^6 M>!=:P,RW-+6GK\J527B1<4^YAL!E"7FQRQ\N0\P+37Y+EJ`7N_RV+%$O=L5M M;4^[HK'''_>*N.?;$GDO=OG)%Q)?Y/';R60^QS(1^@*#/T*9V!=:O,F@$/P" M3]1/(?IA7TWVXWQ>OS7IC_%1KTP?3%=A3T-<4?PHYJU1&T0!S00!S3$!_2#Z.D' MT=,/OZ?Q_^C==?+X%W=#4@Q-04L569'SN6-@2(N^*Q$7&5?4XT1@=#W!F-\&8GX;POEM MB.>W(9[?AFA^&XCY;2#FMR&:WRPQDG%YO16"I.7R)*.IR),,CY_ M3K3$R=@5M)4)E)'';Z<0*2,/:N>;\P$UD2J1!M:%OCF?9@O!LJ4:DJ4KN]$@ M*T.X=&0G-_O-DRU#P5@W#8;^!]T6)L-F2#&G3E=UHD'%YL+4ESB3.IE2(G`W9D#E;JB5T^GIS&"VQ MTY?]YN'K9$B>GNK%@M0*X1.K,*V9^(D4%--.92:!MA6<0B&#>JH7"](IQ%"L MPK0L0=25W>AV9I8LZL@XM_W^>W"2UI:P%9"G<33O)`H?L25F]*DC-C/+*%1' MYP[=`AAP+5+_294&2]1TX/;_,Y0EAMN79 M?W4_;]7$V88A/=@"I6:W,XD6*K`]I\5"J'5E-QKE5,BUCHQS6QN2K:^C3P$+ MLFWD:*=1D6XC0]0)/MK\7?H-\0[?<-[AN\T[?#=9$W(#`VJ\$',#/>@!CDDB MZ4()1J$^X2R<2;M8:[_%$GD72LT<9Q(O5&![<*Q./ST!\+K&!.*-3!60-S8G M,&_LQ!>?VEA`O;'5`GMIMP7/$D$9X,MX,\@W-F>@;VBMP+ZQ>PVO-@OCGGQ% M$O`W-E;@W]"NO`[\\<]`8,X')H&FD^T;3AY/K>C<7S@+.#@T%X`P9S4@X3C` MVX:KK0DL'!LS8)BP&M!P[$Y?\1,["W@X]'J+5;7S]!O_KMWCZL#:6(.)&?N! M]GHKO;4U`XMC9P$7$]ZU\B8[L!-S@@>&QJ.S5KQTSH!CQLFW>52.?PD^C@/V M2C8)A$PYR;.R@)$OKQX/].O%[OM--UR\Z"\NGK_ZV8F>RJ2;'>"Y&6[#3IAE M)*#&\.W8`K\<6$`/-8X9&)SE&HMG=N3V@5M>"D7;$9M\9*^UH M3JOPF`QNVE.]V'92!D.-52>M8P>GM8*GAB+HMN"J';'9;,97.YK3*CS0"FO= MTM?P:I4PUT`"N:[A$D7!7[?$A,'&&HX#J20\-M)P,D?G(:R"S88BR.?H/'ME M<=I-^<9?>:OQVJX!97?C+[LML=MM2\%O^WIS^JIPW)X.#R'AN3TU3A_4/V5L M-];`QUV+\<8RV&VIL=Y-`]CP2)AO*(%7"5;O9/PWT.!;QWNPQR^%+WAP3_0: M=E[OP;G8&GPX5F%:SJU>A16'>G2Z+S#CD<=+-#KOG^#'H2! M+^')`]N,*0].!.V/+!5^/*6]P&_U@_X)7Z`K^P#?D$?G-?14(*AFOF_ MT+%D,I-&)R/+9R9,;DN%PTR8W)8, MEBO<.K`D['I;]A['JS#L+7W``SMCV=M2QK.[P[#4-H2^!YSNFWN:U`]-B'@/27]3>>E2"#IW<]IY\2K!XZ3ZG.WZ-6 MON15LO^EV.=!"^T%9J^XN50*W)YS:^-B8?>*G\[G]P)2T_QD/K\7M!KG7S#6 MS@AB,UM0U[B@"K\FA["I54`V*N15X2%I?C*E5P6B1/E?6VB;&D'F]-IBW,B( MQ'>2['0^B0E%V?_(P"7)3B;S1X8TD?9T.RBXZ532/23ESBPUR<[FDNEJE/U- M8M8H;C*5-XEB0[H[8=)YD[@VO)O.Y&TFW4AV,I>WF7W#VPT$YXP@)3&#Q>&# M"A]'CU&2*\0<*N9=9LE(=C*C=YDNP]D-+D4,8!,R`!4JX'W";"AN,IGW";9! MN]5[HO0N7O#_L>@#)>)8!-+$716GS,H1K*3^7S.Z!C2;ADR<@B= ME*7*<"$57D8.81.K@#-4R)=Y5%\MU1=+Y;72&VVI]$9;*;W1%DK7 MZCKI6ETF7:NKI&MID70MK9&NI272\1MQS$:U%*'T,:'GI$YR"'?<)H1.3%H> MWDBKPQMI<7BCK`UOE*7AC;(RO)$6AC?2NO!&6A8>0>O7F_S4FQ2A]/%UO]UK M?4P14A]'Y9ZV1"A]B#.N"5%ZT>:M$J'T\7@>;Y5E2ANC]:.])AOA'O;DUR:7 M'*'UH4P;*4#I82O>CYQBQ(5F&Z/TLUOSM\')+[6?GRA6`I0>AO5_I0Y&O]1^ MKQW`Z%?:/\BK"'64U-?#W?&;UL\I0NE#GJCE>?JH?O`<@PQR4PP1>ME.CY+P MYKF`C+?_Q?EOE0WA6V4_^%;9#KY5=H-OE`.WT+^#_]1KM*FP`NJ1P@I,2?Z[.9/=>SG3S7M](& M^5;:']]*V^/3?^2HS&9V5+)=2D4XSMFN9',BH#+N;J4-3;?*O''.K]TL;L6B M!/7&4MI#EC:/I5WCG5Z/L-/+$79Z-<).+$;8B;4(.[$48:]5(NRU0H2]5H>P MU\L0]GH5PEXO0NB5&H1>*4'HE0J$7BQ`Z,7Z@UXL/^BUZH->*S[HM=J#7BH] MZ*7*@UXJ/.BY2T,_/-X)?=WSU^\IDN$@%S(18FNEED):^!C-_[L>NL??^'=S%43WU.V$+8/)3;?-7T&%NW?I9GDVLY\[LIW- M>K:3'R1F/S]^(YRFVY*/MQVU,IFC5B5SU(IDCEJ-S%$KD3EJ%3)'M4#FJ-;' MR*N4XI50O`S>2[4W]U+IS;U4>7//GTWW?-W-/7$2V>=.YP_DWE.GRY#Y7(U" MYH16U]OM7GFV-/O)ATMG/SOL*^6"NE*NIZMT.;THYN?/7__[7^\_OGO]^=7; M3\^?_SS&/%K?7W]?CT4&@O5O=T?"?7V3OU+@V=75Q8O??OW[3[_\X^+RMU__ M^=,O+R^NKFP;5S?=,.PNVDT1QNFX8^.S%_/?Q\&:AFW\!_RY?]D03O^:[_+$ MCH:4WKP-:7X^OZ'D9_>?O7AR?,4U#\&3\&>7YB_EW;+J[H`R_N8$)OEQ<+!A C.4BQT['D0<.6-$#840;QLCF(K?,(-]=6GOT?>C:&0\L0`0`` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 23:50:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4F516A41F for ; Mon, 22 Aug 2005 23:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE57743D45 for ; Mon, 22 Aug 2005 23: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.3/8.13.3) with ESMTP id j7MNoK1u034475 for ; Mon, 22 Aug 2005 23:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MNoKWd034474; Mon, 22 Aug 2005 23:50:20 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 23:50:20 GMT Message-Id: <200508222350.j7MNoKWd034474@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andreas Kohn Cc: Subject: Re: ports/84701: [NEW PORT] audio/cowbell: elegant id3 editing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andreas Kohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 23:50:21 -0000 The following reply was made to PR ports/84701; it has been noted by GNATS. From: Andreas Kohn To: bug-followup@FreeBSD.org, andreas@syndrom23.de Cc: Subject: Re: ports/84701: [NEW PORT] audio/cowbell: elegant id3 editing Date: Tue, 23 Aug 2005 01:45:24 +0200 --=-6tcI1mYVB3eDcYWpOys6 Content-Type: multipart/mixed; boundary="=-HKNDrcRtSkcSHnXbFlwC" --=-HKNDrcRtSkcSHnXbFlwC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Update 0.2.2 to 0.2.3, fixing a bug in genre saving. --=-HKNDrcRtSkcSHnXbFlwC Content-Disposition: attachment; filename=cowbell-0.2.2-0.2.3.diff Content-Type: text/x-patch; name=cowbell-0.2.2-0.2.3.diff; charset=UTF-8 Content-Transfer-Encoding: base64 SW5kZXg6IGRpc3RpbmZvDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09DQotLS0gZGlzdGluZm8JKHJldmlzaW9uIDI5NSkN CisrKyBkaXN0aW5mbwkod29ya2luZyBjb3B5KQ0KQEAgLTEsMiArMSwyIEBADQotTUQ1IChjb3di ZWxsLTAuMi4yLnRhci5neikgPSA2ZjAxODM0MWViNzRlMzUwY2RkYTBhYzc5ODUwMzRkOQ0KLVNJ WkUgKGNvd2JlbGwtMC4yLjIudGFyLmd6KSA9IDI0NTI4MQ0KK01ENSAoY293YmVsbC0wLjIuMy50 YXIuZ3opID0gOGRiNzk0ODYyY2Y4NDhiYjJhYjUyZjkxOTJjNzA4M2YNCitTSVpFIChjb3diZWxs LTAuMi4zLnRhci5neikgPSAyNDUyNDcNCkluZGV4OiBNYWtlZmlsZQ0KPT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KLS0t IE1ha2VmaWxlCShyZXZpc2lvbiAyOTUpDQorKysgTWFrZWZpbGUJKHdvcmtpbmcgY29weSkNCkBA IC03LDcgKzcsNyBAQA0KICMNCiANCiBQT1JUTkFNRT0JCWNvd2JlbGwNCi1QT1JUVkVSU0lPTj0J MC4yLjINCitQT1JUVkVSU0lPTj0JMC4yLjMNCiBDQVRFR09SSUVTPQkJYXVkaW8gZ25vbWUNCiBN QVNURVJfU0lURVM9CWh0dHA6Ly9tb3JlLWNvd2JlbGwub3JnL3JlbGVhc2VzLw0KIA0K --=-HKNDrcRtSkcSHnXbFlwC-- --=-6tcI1mYVB3eDcYWpOys6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDCmOUYucd7Ow1ygwRAhPbAKCSXFldAqx1+U/Ads0VFXd9G0VMPwCePbVl aDwyYatlX3em21DiThqfGfQ= =Dujq -----END PGP SIGNATURE----- --=-6tcI1mYVB3eDcYWpOys6-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 00:50:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F396D16A41F for ; Tue, 23 Aug 2005 00:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01C543D46 for ; Tue, 23 Aug 2005 00:50: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.3/8.13.3) with ESMTP id j7N0o8bM041922 for ; Tue, 23 Aug 2005 00:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7N0o8FQ041921; Tue, 23 Aug 2005 00:50:08 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 00:50:08 GMT Message-Id: <200508230050.j7N0o8FQ041921@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ricardo Alves dos Reis Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ricardo Alves dos Reis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 00:50:09 -0000 The following reply was made to PR ports/85171; it has been noted by GNATS. From: Ricardo Alves dos Reis To: ricardo.areis@gmail.com, bug-followup@FreeBSD.org Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade Date: Mon, 22 Aug 2005 18:49:42 -0300 # 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: # # distinfo # echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (db2portup-1.0.tar.gz) = 1da02040993a64eb4ae5a7318c697f1e XSIZE (db2portup-1.0.tar.gz) = 1779 END-of-distinfo exit _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 01:00:39 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7460216A41F for ; Tue, 23 Aug 2005 01:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBE4243D58 for ; Tue, 23 Aug 2005 01: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.3/8.13.3) with ESMTP id j7N10cu6042139 for ; Tue, 23 Aug 2005 01:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7N10cZ6042138; Tue, 23 Aug 2005 01:00:38 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 01:00:38 GMT Resent-Message-Id: <200508230100.j7N10cZ6042138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EF916A41F for ; Tue, 23 Aug 2005 00:53:00 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64DBD43D49 for ; Tue, 23 Aug 2005 00:53:00 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j7N0qYY4009699 for ; Tue, 23 Aug 2005 02:52:43 +0200 Message-Id: <1124758379.0@klamath.syndrom23.de> Date: Tue, 23 Aug 2005 02:52:59 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85238: [MAINTAINER-UPDATE] devel/dumb to 0.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 01:00:39 -0000 >Number: 85238 >Category: ports >Synopsis: [MAINTAINER-UPDATE] devel/dumb to 0.9.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: Tue Aug 23 01:00:38 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #20: Mon Aug 22 20:25:19 CEST 2005 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: New to this release are - lower memory usage, - faster mixing loops which are now on a par with ModPlug's, - loading of text fields in the module files, - faster load functions for projects that don't need to seek within the module or know its length, - a dumb2wav tool, - many small playback fixes. - 100% accurate length calculation (adapted from the webpage release announcement) Note to committer: I'm not 100% sure if doing MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" is correct (is allegro-config supposed to be in the PATH? Should I use ${LOCALBASE}/bin or ${PREFIX}/bin? As it is, it works as long as allegro-config is in the path. The dumb Makefiles also expect that. >How-To-Repeat: >Fix: --- dumb-0.9.2-0.9.3.diff begins here --- Index: distinfo =================================================================== --- distinfo (revision 296) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -MD5 (dumb-0.9.2-fixed.tar.gz) = 0ce45f64934e6d5d7b82a55108596680 -SIZE (dumb-0.9.2-fixed.tar.gz) = 145722 +MD5 (dumb-0.9.3.tar.gz) = f48da5b990aa8aa822d3b6a951baf5c2 +SIZE (dumb-0.9.3.tar.gz) = 167379 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 296) +++ files/patch-Makefile (working copy) @@ -1,16 +1,23 @@ ---- Makefile.orig Sat Feb 26 15:24:14 2005 -+++ Makefile Sat Feb 26 15:25:07 2005 -@@ -186,10 +186,10 @@ - OFLAGS := -O2 -ffast-math -fomit-frame-pointer - DBGFLAGS := -DDEBUGMODE=1 -g3 +--- Makefile.orig Mon Aug 8 02:18:41 2005 ++++ Makefile Tue Aug 23 02:21:13 2005 +@@ -22,7 +22,7 @@ + # (Note that this is unable to delete the dumbask + # executable if the configuration is absent.) +-MAKEFILE = Makefile.rdy ++MAKEFILE = Makefile + + .PHONY: all install uninstall clean veryclean distclean config config-if-necessary make-outdirs + +@@ -231,10 +231,10 @@ + endif + endif + -CFLAGS_RELEASE := -Iinclude $(WFLAGS) $(OFLAGS) -CFLAGS_DEBUG := -Iinclude $(WFLAGS) $(DBGFLAGS) -+CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(WFLAGS) $(OFLAGS) -+CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(WFLAGS) $(DBGFLAGS) ++CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(OFLAGS) ++CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(DBGFLAGS) --LDFLAGS := -s -+LDFLAGS := -s -L$(PREFIX)/lib + LDFLAGS := -s - - CORE_EXAMPLES_OBJ := $(addprefix examples/, $(notdir $(patsubst %.c, %.o, $(CORE_EXAMPLES)))) + Index: pkg-plist =================================================================== --- pkg-plist (revision 296) +++ pkg-plist (working copy) @@ -1,5 +1,6 @@ %%ALLEGRO%%bin/dumbplay bin/dumbout +bin/dumb2wav include/dumb.h %%ALLEGRO%%include/aldumb.h lib/libdumb.a Index: Makefile =================================================================== --- Makefile (revision 296) +++ Makefile (working copy) @@ -6,11 +6,10 @@ # PORTNAME= dumb -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= devel audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dumb -DISTNAME= dumb-${PORTVERSION}-fixed MAINTAINER= andreas@syndrom23.de COMMENT= IT, XM, S3M and MOD player library @@ -19,12 +18,12 @@ LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO= +MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" .else PLIST_SUB+= ALLEGRO='@comment ' +MAKE_ARGS= _PORT_ALLEGRO_CFLAGS= .endif -WRKSRC= ${WRKDIR}/dumb - USE_REINPLACE= yes USE_GMAKE= yes --- dumb-0.9.2-0.9.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 04:50:30 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A61B16A41F for ; Tue, 23 Aug 2005 04:50:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A938243D48 for ; Tue, 23 Aug 2005 04: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.3/8.13.3) with ESMTP id j7N4oTc6074752 for ; Tue, 23 Aug 2005 04:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7N4oTlm074751; Tue, 23 Aug 2005 04:50:29 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 04:50:29 GMT Resent-Message-Id: <200508230450.j7N4oTlm074751@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Maurice Castro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E25216A41F for ; Tue, 23 Aug 2005 04:47:27 +0000 (GMT) (envelope-from maurice@sphinx.clari.net.au) Received: from sphinx.clari.net.au (sphinx.clari.net.au [203.8.14.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CB343D45 for ; Tue, 23 Aug 2005 04:47:26 +0000 (GMT) (envelope-from maurice@sphinx.clari.net.au) Received: from sphinx.clari.net.au (localhost.clari.net.au [127.0.0.1]) by sphinx.clari.net.au (8.13.3/8.13.3) with ESMTP id j7N4lMFj000465 for ; Tue, 23 Aug 2005 14:47:22 +1000 (EST) (envelope-from maurice@sphinx.clari.net.au) Received: (from maurice@localhost) by sphinx.clari.net.au (8.13.3/8.13.3/Submit) id j7N4lL9T000464; Tue, 23 Aug 2005 14:47:21 +1000 (EST) (envelope-from maurice) Message-Id: <200508230447.j7N4lL9T000464@sphinx.clari.net.au> Date: Tue, 23 Aug 2005 14:47:21 +1000 (EST) From: Maurice Castro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85240: Ampersand problem in pwman X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maurice Castro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 04:50:30 -0000 >Number: 85240 >Category: ports >Synopsis: Ampersand problem in pwman >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: Tue Aug 23 04:50:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD sphinx.clari.net.au 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Mon Aug 15 14:39:49 EST 2005 maurice@sphinx.clari.net.au:/work/src/sys/i386/compile/sphinx i386 >Description: pwman does not handle & correctly within passwords. After quitting the program the ampersands are removed. An unofficial patch is available from sourceforge >How-To-Repeat: >Fix: Download http://sourceforge.net/tracker/download.php?group_id=50130&atid=458675&file_id=124842&aid=1159935 and save as files/patch-aa add 'src/' to the front of the filenames to allow it to automatically patch --- src/pwlist.c.old 2005-03-09 16:07:07.000000000 +0000 +++ src/pwlist.c 2005-03-09 16:06:37.000000000 +0000 @@ -272,13 +272,32 @@ write_password_node(xmlNodePtr root, Pw* pw) { xmlNodePtr node; + xmlChar *escaped; + + // Take the inbound strings. Treat as an xmlChar, and escape + // Need to free the result of escape every time node = xmlNewChild(root, NULL, (xmlChar*)"PwItem", NULL); - xmlNewChild(node, NULL, (xmlChar*)"name", (xmlChar*)pw->name); - xmlNewChild(node, NULL, (xmlChar*)"host", (xmlChar*)pw->host); - xmlNewChild(node, NULL, (xmlChar*)"user", (xmlChar*)pw->user); - xmlNewChild(node, NULL, (xmlChar*)"passwd", (xmlChar*)pw->passwd); - xmlNewChild(node, NULL, (xmlChar*)"launch", (xmlChar*)pw->launch); + + escaped = xmlEncodeSpecialChars(root, (xmlChar*)pw->name); + xmlNewChild(node, NULL, (xmlChar*)"name", escaped); + xmlFree(escaped); + + escaped = xmlEncodeSpecialChars(root, (xmlChar*)pw->host); + xmlNewChild(node, NULL, (xmlChar*)"host", escaped); + xmlFree(escaped); + + escaped = xmlEncodeSpecialChars(root, (xmlChar*)pw->user); + xmlNewChild(node, NULL, (xmlChar*)"user", escaped); + xmlFree(escaped); + + escaped = xmlEncodeSpecialChars(root, (xmlChar*)pw->passwd); + xmlNewChild(node, NULL, (xmlChar*)"passwd", escaped); + xmlFree(escaped); + + escaped = xmlEncodeSpecialChars(root, (xmlChar*)pw->launch); + xmlNewChild(node, NULL, (xmlChar*)"launch", escaped); + xmlFree(escaped); } int >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 07:10:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAE316A41F for ; Tue, 23 Aug 2005 07:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C50943D46 for ; Tue, 23 Aug 2005 07: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.3/8.13.3) with ESMTP id j7N7ALpW093642 for ; Tue, 23 Aug 2005 07:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7N7ALBh093641; Tue, 23 Aug 2005 07:10:21 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 07:10:21 GMT Resent-Message-Id: <200508230710.j7N7ALBh093641@freefall.freebsd.org> 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 D0E0D16A41F for ; Tue, 23 Aug 2005 07:08:16 +0000 (GMT) (envelope-from blaz@titanic.medinet.si) Received: from out-2.mail.amis.net (out-2.mail.amis.net [212.18.32.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B3C43D46 for ; Tue, 23 Aug 2005 07:08:15 +0000 (GMT) (envelope-from blaz@titanic.medinet.si) Received: from localhost (in-4.mail.amis.net [212.18.32.23]) by out-2.mail.amis.net (Postfix) with ESMTP id 858EB108D4B for ; Tue, 23 Aug 2005 09:08:14 +0200 (CEST) Received: from in-4.mail.amis.net ([127.0.0.1]) by localhost (in-4.mail.amis.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11388-02 for ; Tue, 23 Aug 2005 09:08:08 +0200 (CEST) Received: from smtp.amis.net (smtp.amis.net [IPv6:2001:15c0::41]) by in-4.mail.amis.net (Postfix) with ESMTP id 686B1B47A5 for ; Tue, 23 Aug 2005 09:08:08 +0200 (CEST) Received: from titanic.medinet.si (titanic.medinet.si [IPv6:2001:15c0:ffff:4242::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.amis.net (Postfix) with ESMTP id 24E3E396810 for ; Tue, 23 Aug 2005 09:08:08 +0200 (CEST) Received: (from blaz@localhost) by titanic.medinet.si (8.13.3/8.13.3/Submit) id j7N78754088309; Tue, 23 Aug 2005 09:08:07 +0200 (CEST) (envelope-from blaz) Message-Id: <200508230708.j7N78754088309@titanic.medinet.si> Date: Tue, 23 Aug 2005 09:08:07 +0200 (CEST) From: Blaz Zupan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85241: MAINTAINER UPDATE: security/amavisd-new to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 07:10:22 -0000 >Number: 85241 >Category: ports >Synopsis: MAINTAINER UPDATE: security/amavisd-new to 2.3.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: Tue Aug 23 07:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Blaz Zupan >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Update amavisd-new to 2.3.3. Incorporates change from PR 83988 which starts amavisd as root so that it works both with and without chroot. PR 83988 should be closed after commiting this. >How-To-Repeat: >Fix: diff -urN amavisd-new.orig/Makefile amavisd-new/Makefile --- amavisd-new.orig/Makefile Sun Jul 17 23:42:11 2005 +++ amavisd-new/Makefile Tue Aug 23 08:53:19 2005 @@ -7,8 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ diff -urN amavisd-new.orig/distinfo amavisd-new/distinfo --- amavisd-new.orig/distinfo Wed Jul 6 10:47:09 2005 +++ amavisd-new/distinfo Tue Aug 23 08:53:55 2005 @@ -1,2 +1,2 @@ -MD5 (amavisd-new-2.3.2.tar.gz) = 4af47f7e0b2aaf71bd5783dc26a576a8 -SIZE (amavisd-new-2.3.2.tar.gz) = 786156 +MD5 (amavisd-new-2.3.3.tar.gz) = 0b02df514c1a2bf8af346bc9c7e97111 +SIZE (amavisd-new-2.3.3.tar.gz) = 772280 diff -urN amavisd-new.orig/files/amavisd.sh.in amavisd-new/files/amavisd.sh.in --- amavisd-new.orig/files/amavisd.sh.in Wed Jul 6 10:47:09 2005 +++ amavisd-new/files/amavisd.sh.in Tue Aug 16 19:23:05 2005 @@ -33,7 +33,6 @@ # set defaults amavisd_enable=${amavisd_enable:-"NO"} -amavisd_flags=${amavisd_flags:-"-u %%AMAVISUSER%%"} load_rc_config $name run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 11:30:28 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C51916A41F for ; Tue, 23 Aug 2005 11:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B6843D49 for ; Tue, 23 Aug 2005 11: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.3/8.13.3) with ESMTP id j7NBULO3023745 for ; Tue, 23 Aug 2005 11:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NBULri023739; Tue, 23 Aug 2005 11:30:21 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 11:30:21 GMT Resent-Message-Id: <200508231130.j7NBULri023739@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D739E16A41F for ; Tue, 23 Aug 2005 11:28:08 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C8D543D45 for ; Tue, 23 Aug 2005 11:28:08 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j7NBRt2X014178 for ; Tue, 23 Aug 2005 13:28:02 +0200 Message-Id: <1124796486.0@klamath.syndrom23.de> Date: Tue, 23 Aug 2005 13:28:06 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85244: [MAINTAINER-UPDATE] sysutils/eiciel to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 11:30:28 -0000 >Number: 85244 >Category: ports >Synopsis: [MAINTAINER-UPDATE] sysutils/eiciel to 0.8.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 Aug 23 11:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #20: Mon Aug 22 20:25:19 CEST 2005 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: Update sysutils/eiciel to 0.8.1 0.8.1 (Aug 20) - bugfix release for FreeBSD users (error with directories w/o default ACL entries) 0.8.0 (Aug 19) - can hide system users or groups (those with id < 1000) - read only mode useful when you cannot modify the ACL's. - hardened ACL managing code >How-To-Repeat: >Fix: --- eiciel-0.7.0-0.8.1.diff begins here --- Index: distinfo =================================================================== --- distinfo (revision 300) +++ distinfo (revision 301) @@ -1,2 +1,2 @@ -MD5 (eiciel-0.7.tar.bz2) = 276a284669334649fdcbec6a9b0b80af -SIZE (eiciel-0.7.tar.bz2) = 481773 +MD5 (eiciel-0.8.1.tar.bz2) = fb1654b703e9d443d074da9bbce15aa7 +SIZE (eiciel-0.8.1.tar.bz2) = 484323 Index: Makefile =================================================================== --- Makefile (revision 300) +++ Makefile (revision 301) @@ -6,7 +6,7 @@ # PORTNAME= eiciel -PORTVERSION= 0.7 +PORTVERSION= 0.8.1 CATEGORIES= sysutils security MASTER_SITES= http://rofi.pinchito.com/eiciel/download/ --- eiciel-0.7.0-0.8.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 12:14:49 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3EA16A41F; Tue, 23 Aug 2005 12:14:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0108E43D6D; Tue, 23 Aug 2005 12:14:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NCElB0030905; Tue, 23 Aug 2005 12:14:47 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NCElHX030901; Tue, 23 Aug 2005 12:14:47 GMT (envelope-from garga) Date: Tue, 23 Aug 2005 12:14:47 GMT From: Renato Botelho Message-Id: <200508231214.j7NCElHX030901@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85234: Update port: www/rt2 unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 12:14:49 -0000 Synopsis: Update port: www/rt2 unbreak Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Tue Aug 23 12:14:36 GMT 2005 Responsible-Changed-Why: Grabbed. http://www.freebsd.org/cgi/query-pr.cgi?pr=85234 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 14:20:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D082A16A41F for ; Tue, 23 Aug 2005 14:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575B843D48 for ; Tue, 23 Aug 2005 14:20: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.3/8.13.3) with ESMTP id j7NEK8KP045426 for ; Tue, 23 Aug 2005 14:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NEK8xN045424; Tue, 23 Aug 2005 14:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 14:20:08 GMT Resent-Message-Id: <200508231420.j7NEK8xN045424@freefall.freebsd.org> 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 4C23516A41F; Tue, 23 Aug 2005 14:16:16 +0000 (GMT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A461743D49; Tue, 23 Aug 2005 14:16:15 +0000 (GMT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.3/8.13.3) with ESMTP id j7NEGEf7095054; Tue, 23 Aug 2005 18:16:14 +0400 (MSD) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.13.3/8.13.3/Submit) id j7NEGETB095053; Tue, 23 Aug 2005 18:16:14 +0400 (MSD) (envelope-from marck) Message-Id: <200508231416.j7NEGETB095053@woozle.rinet.ru> Date: Tue, 23 Aug 2005 18:16:14 +0400 (MSD) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: portmgr@FreeBSD.org Subject: ports/85247: [SECURITY] www/oops oops user creation possible problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 14:20:09 -0000 >Number: 85247 >Category: ports >Synopsis: [SECURITY] www/oops oops user creation possible problem >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 23 14:20:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD {4,5}-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD {4,5}-STABLE >Description: It has been somehow overlooked that oops pseudo-user created by th einstall script has default group of 0. Having in mind that many systems now have sudo(8) installed and, moreover, most of known sudo configurations use group wheel (0) as privileged. So, I've decided to change default group to nogroup. As this fault may have security impacts, I'd like to see this patch committed before 6.0-R. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/oops/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 30 May 2005 21:20:39 -0000 1.37 +++ Makefile 23 Aug 2005 13:44:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/www/oops/pkg-install,v retrieving revision 1.4 diff -u -r1.4 pkg-install --- pkg-install 5 Feb 2005 18:33:40 -0000 1.4 +++ pkg-install 23 Aug 2005 13:44:03 -0000 @@ -1,7 +1,7 @@ #!/bin/sh user=oops -group=wheel +group=nogroup ask() { local question default answer >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 14:40:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C3416A41F for ; Tue, 23 Aug 2005 14:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A833C43D46 for ; Tue, 23 Aug 2005 14: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.3/8.13.3) with ESMTP id j7NEeCP8047616 for ; Tue, 23 Aug 2005 14:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NEeCW6047614; Tue, 23 Aug 2005 14:40:12 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 14:40:12 GMT Resent-Message-Id: <200508231440.j7NEeCW6047614@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linas Valiukas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC61716A41F for ; Tue, 23 Aug 2005 14:31:46 +0000 (GMT) (envelope-from shirshegsm@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC63743D45 for ; Tue, 23 Aug 2005 14:31:44 +0000 (GMT) (envelope-from shirshegsm@gmail.com) Received: by wproxy.gmail.com with SMTP id i17so971wra for ; Tue, 23 Aug 2005 07:31:43 -0700 (PDT) Received: by 10.54.39.23 with SMTP id m23mr2273445wrm; Tue, 23 Aug 2005 07:31:43 -0700 (PDT) Received: from ?10.1.3.5? ([82.135.152.35]) by mx.gmail.com with ESMTP id d16sm2501018wra.2005.08.23.07.31.38; Tue, 23 Aug 2005 07:31:43 -0700 (PDT) Message-Id: <200508231731.34291.shirshegsm@gmail.com> Date: Tue, 23 Aug 2005 17:31:33 +0300 From: Linas Valiukas To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/85248: Quake III Arena -- first person shooter (native build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 14:40:13 -0000 >Number: 85248 >Category: ports >Synopsis: games/quake3 Quake III Arena -- first person shooter (native build) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 23 14:40:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Linas Valiukas >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD shirshegsm.lan13.satnet.lt 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Wed Jun 1 00:11:23 EEST 2005 root@shirshegsm.lan13.satnet.lt:/usr/obj/usr/src/sys/HUBBLE i386 >Description: Quake III Arena, developed by the gaming wizards at id Software, is the third installment of one of the most popular computer game franchises of all time. Organic caverns, gothic cathedrals and futuristic spacescapes play host to Quake III Arena's unrivaled blend of action, strategy and jaw-dropping technology as Linux gamers are invited to square off against 32 of history's greatest warriors. Built around a revolutionary new graphics engine capable of delivering mind blowing 3D special effects including curved surfaces and volumetric fog, Quake III Arena is the final word in deathmatching mayhem. This is a native build for FreeBSD. Sorry, no joystick support is available at this time. >How-To-Repeat: >Fix: --- quake3.uuenc begins here --- begin 644 quake3.tar M<75A:V4S+P`````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````#`P,#7!T M"B,*(R`D1G)E94)31"0*(PH*4$]25$Y!344]"7%U86ME,PI03U)45D524TE/ M3CT),2XS,F(*0T%414=/4DE%4ST)9V%M97,*34%35$527U-)5$53/0EF='`Z M+R]F='`N:61S;V9T=V%R92YC;VTO:61S='5F9B]S;W5R8V4O"D585%)!0U1? M4U5&6#T)+7-O=7)C92YZ:7`*15A44D%#5%]/3DQ9/0H*34%)3E1!24Y%4CT) MFEP.B1[4$]25%-$25)]+V%R8VAI=F5RU!/4E131$E2?2]D979E;"]N87-M M"@I54T5?1TU!2T4]"0EY97,*55-%7U!%4DPU7T)524Q$/0EY97,*55-%7T=, M/0D)"7EE'1R86-T.@H) M"21[34M$25)]("1[5U)+1$E2?2`F)B!<"@D)8V0@)'M74DM$25)]("8F(%P* M"0DD>U5.6DE07T--1'T@+6%Q>"`D>T1)4U1$25)]+R1[4$]25$Y!345]+21[ M4$]25%9%4E-)3TY]+7-O=7)C92YZ:7`*"G!R92UB=6EL9#H*"0DD>TU+1$E2 M?2`D>U=22U-20WTO;&-C+V)U:6QD"@ID;RUB=6EL9#H*"0EC9"`D>U=22U-2 M0WTO8V]D92`F)B!<"@D))'M015),?2!U;FEX+V-O;G,*"G!R92UI;G-T86QL M.@H)"21[359]("1[5U)+4U)#?2]C;V1E+VENU=22U-20WTO8V]D92]I;G-T86QL+W$S9&5D("8F(%P*"0DD>TU6?2`D>U=2 M2U-20WTO8V]D92]I;G-T86QL+VQI;G5X<75A:V4S("1[5U)+4U)#?2]C;V1E M+VENU=22U-20WTO8V]D92]I;G-T86QL+W$S9&5D("1[4%)%1DE8?2]B M:6X@)B8@7`H)"21[24Y35$%,3%]04D]'4D%-?2`D>U=22U-20WTO8V]D92]I M;G-T86QL+W%U86ME,R`D>U!2149)6'TO8FEN"@IP;W-T+6EN7-T:6-K('-U M<'!OR!P7-T96TH(FUK9&ER('%V;71O;VQS(#(^+V1E=B]N M=6QL(BD["B`@(&EF("A`7ULP72!E<2`G<3-L8V,G*0H@("!["BT@("`@7-T M96TH(F-D("XN+W$S87-M(#L@;6%K92`[(&-P('$S87-M("XN+V-O9&4O<79M M=&]O;',B*3L**R`@("!S>7-T96TH(F-D("XN+W$S87-M(#L@9VUA:V4@.R!C M<"!Q,V%S;2`N+B]C;V1E+W%V;71O;VQS(BD["B`@('T*("`@96QS90H@("![ M"@`````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M``!Q=6%K93,O9FEL97,O<&%T8V@M8V]D92UB;W1L:6(M;&EN=7@M:3,X-BYM M86L````````````````````````````````````````````````````````` M````````````````,#`P-C0T(``P,#$W-3$@`#`P,#`P,"``,#`P,#`P,#`V M,#0@,3`S,#(V,32`R,R`Q-3HP-SHU.2`R,#`Q"BLK*R`N+B]Q=6%K93,M M,2XS,F(M0E5)3%0O+B]C;V1E+V)S<&,O36%K969I;&4)36]N($%U9R`R,B`R M,#HU-#HS.2`R,#`U"D!`("TQ."PW("LQ."PW($!`"B`C=7-E('1H97-E('=H M96X@9&5B=6=G:6YG(`H@(T-&3$%'4STD*$)!4T5?0T9,04=3*2`M9PH@"BU, M1$9,04=3/2UL9&P@+6QM("UL<'1H"UI,S@V+FUA:R`N+B]Q=6%K93,M,2XS,F(M0E5)3%0O M+B]C;V1E+V)S<&,O;&EN=7@M:3,X-BYM86L*+2TM("XO8V]D92]BTA/345]('TL"B`@ M($-&3$%'4R`]/B`D0D%315]#1DQ!1U,@+B`G+69024,G+`HM("!,1$9,04=3 M(#T^("TA/345]('TL"B`@($-&3$%'4R`]/B`D0D%3 M15]#1DQ!1U,@+B`G+69024,G+`HM("!,1$9,04=3(#T^("U!! M5$A]+"!(3TU%(#T^("1%3E9[2$]-17T@?2P*("`@0T9,04=3(#T^("1"05-% M7T-&3$%'4R`N("R!0051( M(#T^("1%3E9[4$%42'TL($A/344@/3X@)$5.5GM(3TU%?2!]+`H@("!#1DQ! M1U,@/3X@)$)!4T5?0T9,04=3("X@)RU$34E34TE/3E!!0TL@+69024,G+`HM M("!,1$9,04=3(#T^(""]#;VYS8W)I M<'0M8VQI96YT("XN+W%U86ME,RTQ+C,R8BU"54E,5"\N+V-O9&4O=6YI>"]# M;VYS8W)I<'0M8VQI96YT"BTM+2`N+V-O9&4O=6YI>"]#;VYS8W)I<'0M8VQI M96YT"4UO;B!!=6<@,34@,C,Z-38Z,C<@,C`P-0HK*RL@+BXO<75A:V4S+3$N M,S)B+4)524Q4+RXO8V]D92]U;FEX+T-O;G-C'0@+6Q8>&8X-F1G82`M M;%AX9C@V=FT@+6QD;"`M;&TG"BL@("X@)RU,+W5S&8X-G9M("UL;2<*("D["B`*($!2 M14Y$15)%4E]&24Q%4R`]('%W*`I`0"`M,C,Q+#<@*S(S,2PV($!`"B`@("XN M+W5N:7@O;&EN=7A?8V]M;6]N+F,*("`@+BXO=6YI>"]L:6YU>%]Q9VPN8R`@ M(`H@("`N+B]U;FEX+VQI;G5X7V=L:6UP+F,@("`*+2`@+BXO=6YI>"]L:6YU M>%]J;WES=&EC:RYC("`*("`@+BXO=6YI>"]L:6YU>%]S;F0N8R`*(`DN+B]U M;FEX+VQI;G5X7W-I9VYA;',N8PH@("`I.PH````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M``````!Q=6%K93,O9FEL97,O<&%T8V@M8V]D92UU;FEX+4-O;G-C"]# M;VYS8W)I<'0M9&5D:6-A=&5D("XN+W%U86ME,RTQ+C,R8BU"54E,5"\N+V-O M9&4O=6YI>"]#;VYS8W)I<'0M9&5D:6-A=&5D"BTM+2`N+V-O9&4O=6YI>"]# M;VYS8W)I<'0M9&5D:6-A=&5D"4UO;B!!=6<@,34@,C,Z-38Z,C<@,C`P-0HK M*RL@+BXO<75A:V4S+3$N,S)B+4)524Q4+RXO8V]D92]U;FEX+T-O;G-CU!!5$A]+"!(3TU% M(#T^("1%3E9[2$]-17T@?2P*("`@(R!&25A-12!45&EM;R!))VT@;F]T('-U M"]-86ME9FEL92`N+B]Q=6%K93,M,2XS,F(M0E5)3%0O+B]C;V1E+W5N M:7@O36%K969I;&4*+2TM("XO8V]D92]U;FEX+TUA:V5F:6QE"5-U;B!-87D@ M(#4@,3(Z,C$Z,3`@,C`P,@HK*RL@+BXO<75A:V4S+3$N,S)B+4)524Q4+RXO M8V]D92]U;FEX+TUA:V5F:6QE"4UO;B!!=6<@,C(@,C$Z-3$Z-#,@,C`P-0I` M0"`M,38R+#<@*S$V,BPW($!`"B`@(%)!3DQ)0CUR86YL:6(*(`H@("!42%)% M041?3$1&3$%'4STM;'!T:')E860*+2`@3$1&3$%'4STM;&1L("UL;0HK("!, M1$9,04=3/2UL;0H@("!'3$Q$1DQ!1U,]+4PO=7-R+U@Q,5(V+VQI8B`M;%@Q M,2`M;%AE>'0@+6Q8>&8X-F1G82`M;%AX9C@V=FT*(`H@("!I9F5Q("@D*$%2 M0T@I+&%X<"D*0$`@+3(X,RPW("LR.#,L-R!`0`H@05)&3$%'4SUA&$N;R!<"B`)"20H0BDO8VQI96YT+VUA=&AA+F\*0$`@+3%]G;&EM<"YC.R`D*$1/7U--4%]#0RD@("0H M1TQ?0T9,04=3*2`*+20H0BDO8VQI96YT+VQI;G5X7VIO>7-T:6-K+F\@.B`D M*%5$25(I+VQI;G5X7VIO>7-T:6-K+F,[("0H1$]?0T,I("`*("0H0BDO8VQI M96YT+VQI;G5X7W%G;"YO(#H@)"A51$E2*2]L:6YU>%]Q9VPN8SL@)"A$3U]# M0RD@("0H1TQ?0T9,04=3*2`*("0H0BDO8VQI96YT+VQI;G5X7VEN<'5T+F\@ M.B`D*%5$25(I+VQI;G5X7VEN<'5T+F,[("0H1$]?0T,I(`H@)"A"*2]C;&EE M;G0O;&EN=7A?%]J;WES=&EC:RYO(%P*(`DD*$(I+W$S M%]N970N;R`Z("0H541)4BDO=6YI M>%]N970N8SL@)"A$3U]#0RD@+411,U]35$%424,@"B`D*$(I+W$S%]G;&EM<"YO M(#H@)"A51$E2*2]L:6YU>%]G;&EM<"YC.R`D*$1/7T-#*2`M1%$S7U-4051) M0R`*+20H0BDO<3-S=&%T:6,O;&EN=7A?:F]Y%]Q9VPN;R`Z("0H541)4BDO;&EN=7A?<6=L+F,[ M("0H1$]?0T,I("U$43-?4U1!5$E#(`H@)"A"*2]Q,W-T871I8R]L:6YU>%]I M;G!U="YO(#H@)"A51$E2*2]L:6YU>%]I;G!U="YC.R`D*$1/7T-#*2`M1%$S M7U-4051)0R`*("0H0BDO<3-S=&%T:6,O;&EN=7A?"]C;VYS("XN+W%U86ME,RTQ+C,R8BU"54E,5"\N M+V-O9&4O=6YI>"]C;VYS"BTM+2`N+V-O9&4O=6YI>"]C;VYS"49R:2!*=6X@ M,30@,34Z,#$Z,S(@,C`P,@HK*RL@+BXO<75A:V4S+3$N,S)B+4)524Q4+RXO M8V]D92]U;FEX+V-O;G,)5'5E($%U9R`R,R`Q-#HR,3HT-2`R,#`U"D!`("TR M-S$L-R`K,C7!I8V%L M("@_*2!53DE8('!L871F;W)M+@H@("`@("`C(%EO=7(@;6EL96%G92!M87D@ M=F%R>2X*("`@("`@)W5N:7@G(#T^(%L*+0D))T-#)R`@("`@("`@("`@("`] M/B`G8V,G+`HK"0DG0T,G("`@("`@("`@("`@(#T^("=G8V,G+`H@"0DG0T9, M04=3)R`@("`@("`@(#T^(""]L:6YU>%]C;VUM;VXN8R`N+B]Q=6%K M93,M,2XS,F(M0E5)3%0O+B]C;V1E+W5N:7@O;&EN=7A?8V]M;6]N+F,*+2TM M("XO8V]D92]U;FEX+VQI;G5X7V-O;6UO;BYC"51U92!!=6<@,38@,#(Z,3`Z M,#<@,C`P-0HK*RL@+BXO<75A:V4S+3$N,S)B+4)524Q4+RXO8V]D92]U;FEX M+VQI;G5X7V-O;6UO;BYC"51U92!!=6<@,C,@,3,Z,S@Z,S4@,C`P-0I`0"`M M,S,L-B`K,S,L-R!`0`H@(VEN8VQU9&4@/'5N:7-T9"YH/B`@("\O($%(("T@ M9F]R('-I>F5?=`H@(VEN8VQU9&4@/'-TF5?="!C;W5N="D@>PI`0"`M,S0P+#4@*S,T M,2PV($!`"B`)"6)R96%K.PH@"7T*('T**PH@"B`C96YD:68*```````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M``````````````````````````````````````````````!Q=6%K93,O9FEL M97,O<&%T8V@M8V]D92UU;FEX+6QI;G5X7V=L:6UP+F,````````````````` M```````````````````````````````````````````````````````````` M,#`P-C0T(``P,#$W-3$@`#`P,#`P,"``,#`P,#`P,#`W,3,@,3`S,#(V,C`T M,S0@,#(R,S,S`"`P```````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````````````````````'5S=&%R`#`P"]L:6YU>%]G;&EM<"YC("XN M+W%U86ME,RTQ+C,R8BU"54E,5"\N+V-O9&4O=6YI>"]L:6YU>%]G;&EM<"YC M"BTM+2`N+V-O9&4O=6YI>"]L:6YU>%]G;&EM<"YC"51U92!!=6<@,38@,#(Z M,3`Z,#<@,C`P-0HK*RL@+BXO<75A:V4S+3$N,S)B+4)524Q4+RXO8V]D92]U M;FEX+VQI;G5X7V=L:6UP+F,)36]N($%U9R`R,B`R,CHQ,3HQ-B`R,#`U"D!` M("TQ-S4UO=F4H('9O M:60@*2![?0HM(V5N9&EF"@`````````````````````````````````````` M````````````````````````````````<75A:V4S+V9I;&5S+W!A=&-H+6-O M9&4M=6YI>"UU;FEX7W-H87)E9"YC```````````````````````````````` M`````````````````````````````````````````````#`P,#8T-"``,#`Q M-S4Q(``P,#`P,#`@`#`P,#`P,#`Q-30Q(#$P,S`R-C(P-#%]S:&%R960N8R`N+B]Q=6%K93,M,2XS M,F(M0E5)3%0O+B]C;V1E+W5N:7@O=6YI>%]S:&%R960N8PHM+2T@+B]C;V1E M+W5N:7@O=6YI>%]S:&%R960N8PE4=64@075G(#$V(#`R.C$P.C`W(#(P,#4* M*RLK("XN+W%U86ME,RTQ+C,R8BU"54E,5"\N+V-O9&4O=6YI>"]U;FEX7W-H M87)E9"YC"4UO;B!!=6<@,C(@,C(Z,3DZ,C8@,C`P-0I`0"`M-S8L-R`K-S8L M-R!`0`H@"7)E='5R;B!C=7)T:6UE.PH@?0H@"BTC:68@9&5F:6YE9"A?7VQI M;G5X7U\I("8F("%D969I;F5D*$1%1$E#051%1"D**R\O("-I9B!D969I;F5D M*%]?;&EN=7A?7RD@)B8@(61E9FEN960H1$5$24-!5$5$*0H@+RH*(#T]/3T] M/3T]/3T]/3T]/3T*(%-Y2!E=F5N="!T:6UE MRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 14:57:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63C016A41F; Tue, 23 Aug 2005 14:57:16 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9610B43D45; Tue, 23 Aug 2005 14:57:16 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NEvGwc048182; Tue, 23 Aug 2005 14:57:16 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NEvGjr048178; Tue, 23 Aug 2005 14:57:16 GMT (envelope-from sem) Date: Tue, 23 Aug 2005 14:57:16 GMT From: Sergey Matveychuk Message-Id: <200508231457.j7NEvGjr048178@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Cc: Subject: Re: ports/85107: [PATCH] archivers/lzo: take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 14:57:17 -0000 Synopsis: [PATCH] archivers/lzo: take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: sem Responsible-Changed-When: Tue Aug 23 14:57:12 GMT 2005 Responsible-Changed-Why: Take it http://www.freebsd.org/cgi/query-pr.cgi?pr=85107 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 14:57:35 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05D016A41F; Tue, 23 Aug 2005 14:57:35 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F43543D46; Tue, 23 Aug 2005 14:57: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.3/8.13.3) with ESMTP id j7NEvZxA048238; Tue, 23 Aug 2005 14:57:35 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NEvZ8M048234; Tue, 23 Aug 2005 14:57:35 GMT (envelope-from sem) Date: Tue, 23 Aug 2005 14:57:35 GMT From: Sergey Matveychuk Message-Id: <200508231457.j7NEvZ8M048234@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Cc: Subject: Re: ports/85108: [PATCH] archivers/lzo2: resolve conflict with lzo port, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 14:57:35 -0000 Synopsis: [PATCH] archivers/lzo2: resolve conflict with lzo port, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: sem Responsible-Changed-When: Tue Aug 23 14:57:22 GMT 2005 Responsible-Changed-Why: Take it http://www.freebsd.org/cgi/query-pr.cgi?pr=85108 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 15:00:39 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39EF816A420 for ; Tue, 23 Aug 2005 15:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4280843D49 for ; Tue, 23 Aug 2005 15: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.3/8.13.3) with ESMTP id j7NF0c3t048383 for ; Tue, 23 Aug 2005 15:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NF0cHd048379; Tue, 23 Aug 2005 15:00:38 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 15:00:38 GMT Resent-Message-Id: <200508231500.j7NF0cHd048379@freefall.freebsd.org> 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 Milanez Melo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21BF916A41F for ; Tue, 23 Aug 2005 14:52:11 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D8E143D55 for ; Tue, 23 Aug 2005 14:52:06 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: (qmail 74351 invoked by uid 0); 23 Aug 2005 11:52:09 -0300 Message-Id: <20050823145209.74350.qmail@capeta.freebsdbrasil.com.br> Date: 23 Aug 2005 11:52:09 -0300 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85249: Update port: japanese/lyx unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean Milanez Melo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 15:00:39 -0000 >Number: 85249 >Category: ports >Synopsis: Update port: japanese/lyx unbreak >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 Aug 23 15:00:37 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - Fixed pkg-plist - Changed pkg-plist to use DATADIR macro - unbreak port >How-To-Repeat: >Fix: --- lyx.diff begins here --- diff -ruN lyx.old/Makefile lyx/Makefile --- lyx.old/Makefile Fri Jul 22 23:53:25 2005 +++ lyx/Makefile Tue Aug 23 11:20:22 2005 @@ -18,21 +18,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) -#RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc -#.if defined(WITH_ISPELL) -#RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -#.endif LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms -BROKEN= "Incomplete pkg-plist" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_XPM= yes USE_PERL5= yes GNU_CONFIGURE= yes STRIP= -CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" +CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 reLyX.1 pre-fetch: @@ -45,7 +37,7 @@ @cd ${WRKSRC}; ${PATCH} -p1 < ../lyx-jp-patch post-install: - @strip ${PREFIX}/bin/lyx + ${STRIP_CMD} ${PREFIX}/bin/lyx ${INSTALL_DATA} ${WRKDIR}/ChangeLog.jis ${PREFIX}/share/lyx ${INSTALL_DATA} ${WRKDIR}/README.jis ${PREFIX}/share/lyx ${INSTALL_DATA} ${WRKSRC}/lib/lyxrc.jp ${PREFIX}/share/lyx diff -ruN lyx.old/pkg-descr lyx/pkg-descr --- lyx.old/pkg-descr Fri Mar 7 15:57:13 2003 +++ lyx/pkg-descr Tue Aug 23 11:39:10 2005 @@ -10,4 +10,4 @@ WWW: http://www.lyx.org/ Author: Matthias Ettrich -Maintained-by: Lars Gullik Bj$Bxn(Bnes +Maintained-by: Lars Gullik BjBxnnes diff -ruN lyx.old/pkg-plist lyx/pkg-plist --- lyx.old/pkg-plist Thu Dec 16 03:49:22 2004 +++ lyx/pkg-plist Tue Aug 23 11:18:22 2005 @@ -18,223 +18,224 @@ share/locale/sv/LC_MESSAGES/lyx.mo share/locale/tr/LC_MESSAGES/lyx.mo share/locale/wa/LC_MESSAGES/lyx.mo -share/lyx/CREDITS -share/lyx/ChangeLog.jis -share/lyx/README.jis -share/lyx/bind/broadway.bind -share/lyx/bind/cua.bind -share/lyx/bind/de_menus.bind -share/lyx/bind/emacs.bind -share/lyx/bind/fr_menus.bind -share/lyx/bind/hollywood.bind -share/lyx/bind/hu_menus.bind -share/lyx/bind/math.bind -share/lyx/bind/menus.bind -share/lyx/bind/pt_menus.bind -share/lyx/bind/sv_menus.bind -share/lyx/bind/xemacs.bind -share/lyx/chkconfig.ltx -share/lyx/clipart/platypus.eps -share/lyx/configure -share/lyx/doc/BUGS.lyx -share/lyx/doc/Customization.lyx -share/lyx/doc/DocStyle.lyx -share/lyx/doc/Extended.lyx -share/lyx/doc/Intro.lyx -share/lyx/doc/LaTeXConfig.lyx -share/lyx/doc/LaTeXConfig.lyx.in -share/lyx/doc/Reference.lyx -share/lyx/doc/Tutorial.lyx -share/lyx/doc/UserGuide.lyx -share/lyx/doc/cs_Tutorial.lyx -share/lyx/doc/de_BUGS.lyx -share/lyx/doc/de_Customization.lyx -share/lyx/doc/de_Extended.lyx -share/lyx/doc/de_Intro.lyx -share/lyx/doc/de_Tutorial.lyx -share/lyx/doc/de_UserGuide.lyx -share/lyx/doc/es_Intro.lyx -share/lyx/doc/es_Tutorial.lyx -share/lyx/doc/es_splash.lyx -share/lyx/doc/escher-lsd.eps -share/lyx/doc/fr_Intro.lyx -share/lyx/doc/fr_Tutorial.lyx -share/lyx/doc/mobius.eps -share/lyx/doc/pl_Intro.lyx -share/lyx/doc/pl_Tutorial.lyx -share/lyx/doc/platypus.eps -share/lyx/doc/pt_Intro.lyx -share/lyx/doc/sl_Intro.lyx -share/lyx/doc/sv_Intro.lyx -share/lyx/doc/sv_Tutorial.lyx -share/lyx/examples/Foils.lyx -share/lyx/examples/ItemizeBullets.lyx -share/lyx/examples/Literate.lyx -share/lyx/examples/MathLabeling.lyx -share/lyx/examples/Math_macros.lyx -share/lyx/examples/Minipage.lyx -share/lyx/examples/TableExamples.lyx -share/lyx/examples/aa_head.lyx -share/lyx/examples/aa_paper.lyx -share/lyx/examples/amsart-test.lyx -share/lyx/examples/amsbook-test.lyx -share/lyx/examples/beispiel_gelyxt.lyx -share/lyx/examples/beispiel_roh.lyx -share/lyx/examples/de_splash.lyx -share/lyx/examples/ejemplo_con_lyx.lyx -share/lyx/examples/ejemplo_sin_lyx.lyx -share/lyx/examples/es_splash.lyx -share/lyx/examples/example_lyxified.lyx -share/lyx/examples/example_raw.lyx -share/lyx/examples/exemple_brut.lyx -share/lyx/examples/exemple_lyxifie.lyx -share/lyx/examples/fr_splash.lyx -share/lyx/examples/landslide.lyx -share/lyx/examples/noweb2lyx.lyx -share/lyx/examples/pl_splash.lyx -share/lyx/examples/primer_lyxan.lyx -share/lyx/examples/primer_surov.lyx -share/lyx/examples/pt_splash.lyx -share/lyx/examples/scriptone.lyx -share/lyx/examples/sl_splash.lyx -share/lyx/examples/splash.lyx -share/lyx/images/amssymb.xbm -share/lyx/images/amssymb.xpm -share/lyx/images/psnfss1.xbm -share/lyx/images/psnfss1.xpm -share/lyx/images/psnfss2.xbm -share/lyx/images/psnfss2.xpm -share/lyx/images/psnfss3.xbm -share/lyx/images/psnfss3.xpm -share/lyx/images/psnfss4.xbm -share/lyx/images/psnfss4.xpm -share/lyx/images/standard.xbm -share/lyx/images/standard.xpm -share/lyx/kbd/american-2.kmap -share/lyx/kbd/american.kmap -share/lyx/kbd/brazil.kmap -share/lyx/kbd/brazil2.kmap -share/lyx/kbd/czech.kmap -share/lyx/kbd/european.kmap -share/lyx/kbd/francais.kmap -share/lyx/kbd/french.kmap -share/lyx/kbd/german-2.kmap -share/lyx/kbd/german-3.kmap -share/lyx/kbd/german.kmap -share/lyx/kbd/greek.kmap -share/lyx/kbd/iso8859-1.cdef -share/lyx/kbd/iso8859-2.cdef -share/lyx/kbd/iso8859-7.cdef -share/lyx/kbd/magyar-2.kmap -share/lyx/kbd/magyar-3.kmap -share/lyx/kbd/magyar.kmap -share/lyx/kbd/polish.kmap -share/lyx/kbd/portuges.kmap -share/lyx/kbd/romanian.kmap -share/lyx/kbd/sf.kmap -share/lyx/kbd/sg.kmap -share/lyx/kbd/slovak.kmap -share/lyx/kbd/slovene.kmap -share/lyx/kbd/transilvanian.kmap -share/lyx/kbd/turkish-f.kmap -share/lyx/kbd/turkish.kmap -share/lyx/layouts/IEEEtran.layout -share/lyx/layouts/aapaper.inc -share/lyx/layouts/aapaper.layout -share/lyx/layouts/amsart-plain.layout -share/lyx/layouts/amsart-seq.layout -share/lyx/layouts/amsart.layout -share/lyx/layouts/amsbook.layout -share/lyx/layouts/amsdefs.inc -share/lyx/layouts/amsmaths-plain.inc -share/lyx/layouts/amsmaths-seq.inc -share/lyx/layouts/amsmaths.inc -share/lyx/layouts/apa.layout -share/lyx/layouts/article.layout -share/lyx/layouts/book.layout -share/lyx/layouts/broadway.layout -share/lyx/layouts/dinbrief.layout -share/lyx/layouts/egs.layout -share/lyx/layouts/ejour2.layout -share/lyx/layouts/foils.layout -share/lyx/layouts/hollywood.layout -share/lyx/layouts/iletter.layout -share/lyx/layouts/jarticle.layout -share/lyx/layouts/jbook.layout -share/lyx/layouts/jlinuxdoc.layout -share/lyx/layouts/jreport.layout -share/lyx/layouts/latex8.layout -share/lyx/layouts/letter.layout -share/lyx/layouts/linuxdoc.layout -share/lyx/layouts/literate-article.layout -share/lyx/layouts/literate-book.layout -share/lyx/layouts/literate-report.layout -share/lyx/layouts/literate-scrap.inc -share/lyx/layouts/lyxmacros.inc -share/lyx/layouts/manpage.layout -share/lyx/layouts/obsolete.inc -share/lyx/layouts/paper.layout -share/lyx/layouts/report.layout -share/lyx/layouts/revtex.layout -share/lyx/layouts/scrartcl.layout -share/lyx/layouts/scrbook.layout -share/lyx/layouts/scrclass.inc -share/lyx/layouts/scrlettr.layout -share/lyx/layouts/scrmacros.inc -share/lyx/layouts/scrreprt.layout -share/lyx/layouts/slides.layout -share/lyx/layouts/stdclass.inc -share/lyx/layouts/stdlayouts.inc -share/lyx/layouts/stdletter.inc -share/lyx/layouts/stdlists.inc -share/lyx/layouts/stdsections.inc -share/lyx/layouts/stdstarsections.inc -share/lyx/layouts/stdstruct.inc -share/lyx/lyxrc.defaults -share/lyx/lyxrc.example -share/lyx/lyxrc.jp -share/lyx/packages.lst -share/lyx/reLyX/BUGS -share/lyx/reLyX/BasicLyX.pm -share/lyx/reLyX/CHANGES -share/lyx/reLyX/CleanTeX.pm -share/lyx/reLyX/LastLyX.pm -share/lyx/reLyX/MakePreamble.pm -share/lyx/reLyX/README -share/lyx/reLyX/ReadCommands.pm -share/lyx/reLyX/RelyxFigure.pm -share/lyx/reLyX/RelyxTable.pm -share/lyx/reLyX/Text/TeX.pm -share/lyx/reLyX/Verbatim.pm -share/lyx/reLyX/reLyX.pod -share/lyx/reLyX/reLyXmain.pl -share/lyx/reLyX/syntax.default -share/lyx/templates/aapaper.lyx -share/lyx/templates/dinbrief.lyx -share/lyx/templates/hollywood.lyx -share/lyx/templates/iletter.lyx -share/lyx/templates/latex8.lyx -share/lyx/templates/letter.lyx -share/lyx/templates/linuxdoctemplate.lyx -share/lyx/templates/revtex.lyx -share/lyx/templates/slides.lyx -share/lyx/tex/broadway.cls -share/lyx/tex/ejour2.cls -share/lyx/tex/hollywood.cls -share/lyx/tex/iletter.cls -share/lyx/tex/revtex.cls -share/lyx/textclass.lst -@dirrm share/lyx/tex -@dirrm share/lyx/templates -@dirrm share/lyx/reLyX/Text -@dirrm share/lyx/reLyX -@dirrm share/lyx/layouts -@dirrm share/lyx/kbd -@dirrm share/lyx/images -@dirrm share/lyx/examples -@dirrm share/lyx/doc -@dirrm share/lyx/clipart -@dirrm share/lyx/bind +%%DATADIR%%/CREDITS +%%DATADIR%%/ChangeLog.jis +%%DATADIR%%/README.jis +%%DATADIR%%/bind/broadway.bind +%%DATADIR%%/bind/cua.bind +%%DATADIR%%/bind/de_menus.bind +%%DATADIR%%/bind/emacs.bind +%%DATADIR%%/bind/fr_menus.bind +%%DATADIR%%/bind/hollywood.bind +%%DATADIR%%/bind/hu_menus.bind +%%DATADIR%%/bind/math.bind +%%DATADIR%%/bind/menus.bind +%%DATADIR%%/bind/pt_menus.bind +%%DATADIR%%/bind/sv_menus.bind +%%DATADIR%%/bind/xemacs.bind +%%DATADIR%%/chkconfig.ltx +%%DATADIR%%/clipart/platypus.eps +%%DATADIR%%/configure +%%DATADIR%%/doc/BUGS.lyx +%%DATADIR%%/doc/Customization.lyx +%%DATADIR%%/doc/DocStyle.lyx +%%DATADIR%%/doc/Extended.lyx +%%DATADIR%%/doc/Intro.lyx +%%DATADIR%%/doc/LaTeXConfig.lyx +%%DATADIR%%/doc/LaTeXConfig.lyx.in +%%DATADIR%%/doc/Reference.lyx +%%DATADIR%%/doc/Tutorial.lyx +%%DATADIR%%/doc/UserGuide.lyx +%%DATADIR%%/doc/cs_Tutorial.lyx +%%DATADIR%%/doc/de_BUGS.lyx +%%DATADIR%%/doc/de_Customization.lyx +%%DATADIR%%/doc/de_Extended.lyx +%%DATADIR%%/doc/de_Intro.lyx +%%DATADIR%%/doc/de_Tutorial.lyx +%%DATADIR%%/doc/de_UserGuide.lyx +%%DATADIR%%/doc/es_Intro.lyx +%%DATADIR%%/doc/es_Tutorial.lyx +%%DATADIR%%/doc/es_splash.lyx +%%DATADIR%%/doc/escher-lsd.eps +%%DATADIR%%/doc/fr_Intro.lyx +%%DATADIR%%/doc/fr_Tutorial.lyx +%%DATADIR%%/doc/mobius.eps +%%DATADIR%%/doc/pl_Intro.lyx +%%DATADIR%%/doc/pl_Tutorial.lyx +%%DATADIR%%/doc/platypus.eps +%%DATADIR%%/doc/pt_Intro.lyx +%%DATADIR%%/doc/sl_Intro.lyx +%%DATADIR%%/doc/sv_Intro.lyx +%%DATADIR%%/doc/sv_Tutorial.lyx +%%DATADIR%%/examples/Foils.lyx +%%DATADIR%%/examples/ItemizeBullets.lyx +%%DATADIR%%/examples/Literate.lyx +%%DATADIR%%/examples/MathLabeling.lyx +%%DATADIR%%/examples/Math_macros.lyx +%%DATADIR%%/examples/Minipage.lyx +%%DATADIR%%/examples/TableExamples.lyx +%%DATADIR%%/examples/aa_head.lyx +%%DATADIR%%/examples/aa_paper.lyx +%%DATADIR%%/examples/amsart-test.lyx +%%DATADIR%%/examples/amsbook-test.lyx +%%DATADIR%%/examples/beispiel_gelyxt.lyx +%%DATADIR%%/examples/beispiel_roh.lyx +%%DATADIR%%/examples/de_splash.lyx +%%DATADIR%%/examples/ejemplo_con_lyx.lyx +%%DATADIR%%/examples/ejemplo_sin_lyx.lyx +%%DATADIR%%/examples/es_splash.lyx +%%DATADIR%%/examples/example_lyxified.lyx +%%DATADIR%%/examples/example_raw.lyx +%%DATADIR%%/examples/exemple_brut.lyx +%%DATADIR%%/examples/exemple_lyxifie.lyx +%%DATADIR%%/examples/fr_splash.lyx +%%DATADIR%%/examples/landslide.lyx +%%DATADIR%%/examples/noweb2lyx.lyx +%%DATADIR%%/examples/pl_splash.lyx +%%DATADIR%%/examples/primer_lyxan.lyx +%%DATADIR%%/examples/primer_surov.lyx +%%DATADIR%%/examples/pt_splash.lyx +%%DATADIR%%/examples/scriptone.lyx +%%DATADIR%%/examples/sl_splash.lyx +%%DATADIR%%/examples/splash.lyx +%%DATADIR%%/images/amssymb.xbm +%%DATADIR%%/images/amssymb.xpm +%%DATADIR%%/images/psnfss1.xbm +%%DATADIR%%/images/psnfss1.xpm +%%DATADIR%%/images/psnfss2.xbm +%%DATADIR%%/images/psnfss2.xpm +%%DATADIR%%/images/psnfss3.xbm +%%DATADIR%%/images/psnfss3.xpm +%%DATADIR%%/images/psnfss4.xbm +%%DATADIR%%/images/psnfss4.xpm +%%DATADIR%%/images/standard.xbm +%%DATADIR%%/images/standard.xpm +%%DATADIR%%/kbd/american-2.kmap +%%DATADIR%%/kbd/american.kmap +%%DATADIR%%/kbd/brazil.kmap +%%DATADIR%%/kbd/brazil2.kmap +%%DATADIR%%/kbd/czech.kmap +%%DATADIR%%/kbd/european.kmap +%%DATADIR%%/kbd/francais.kmap +%%DATADIR%%/kbd/french.kmap +%%DATADIR%%/kbd/german-2.kmap +%%DATADIR%%/kbd/german-3.kmap +%%DATADIR%%/kbd/german.kmap +%%DATADIR%%/kbd/greek.kmap +%%DATADIR%%/kbd/iso8859-1.cdef +%%DATADIR%%/kbd/iso8859-2.cdef +%%DATADIR%%/kbd/iso8859-7.cdef +%%DATADIR%%/kbd/magyar-2.kmap +%%DATADIR%%/kbd/magyar-3.kmap +%%DATADIR%%/kbd/magyar.kmap +%%DATADIR%%/kbd/polish.kmap +%%DATADIR%%/kbd/portuges.kmap +%%DATADIR%%/kbd/romanian.kmap +%%DATADIR%%/kbd/sf.kmap +%%DATADIR%%/kbd/sg.kmap +%%DATADIR%%/kbd/slovak.kmap +%%DATADIR%%/kbd/slovene.kmap +%%DATADIR%%/kbd/transilvanian.kmap +%%DATADIR%%/kbd/turkish-f.kmap +%%DATADIR%%/kbd/turkish.kmap +%%DATADIR%%/layouts/IEEEtran.layout +%%DATADIR%%/layouts/aapaper.inc +%%DATADIR%%/layouts/aapaper.layout +%%DATADIR%%/layouts/amsart-plain.layout +%%DATADIR%%/layouts/amsart-seq.layout +%%DATADIR%%/layouts/amsart.layout +%%DATADIR%%/layouts/amsbook.layout +%%DATADIR%%/layouts/amsdefs.inc +%%DATADIR%%/layouts/amsmaths-plain.inc +%%DATADIR%%/layouts/amsmaths-seq.inc +%%DATADIR%%/layouts/amsmaths.inc +%%DATADIR%%/layouts/apa.layout +%%DATADIR%%/layouts/article.layout +%%DATADIR%%/layouts/book.layout +%%DATADIR%%/layouts/broadway.layout +%%DATADIR%%/layouts/dinbrief.layout +%%DATADIR%%/layouts/egs.layout +%%DATADIR%%/layouts/ejour2.layout +%%DATADIR%%/layouts/foils.layout +%%DATADIR%%/layouts/hollywood.layout +%%DATADIR%%/layouts/iletter.layout +%%DATADIR%%/layouts/jarticle.layout +%%DATADIR%%/layouts/jbook.layout +%%DATADIR%%/layouts/jlinuxdoc.layout +%%DATADIR%%/layouts/jreport.layout +%%DATADIR%%/layouts/latex8.layout +%%DATADIR%%/layouts/letter.layout +%%DATADIR%%/layouts/linuxdoc.layout +%%DATADIR%%/layouts/literate-article.layout +%%DATADIR%%/layouts/literate-book.layout +%%DATADIR%%/layouts/literate-report.layout +%%DATADIR%%/layouts/literate-scrap.inc +%%DATADIR%%/layouts/lyxmacros.inc +%%DATADIR%%/layouts/manpage.layout +%%DATADIR%%/layouts/obsolete.inc +%%DATADIR%%/layouts/paper.layout +%%DATADIR%%/layouts/report.layout +%%DATADIR%%/layouts/revtex.layout +%%DATADIR%%/layouts/scrartcl.layout +%%DATADIR%%/layouts/scrbook.layout +%%DATADIR%%/layouts/scrclass.inc +%%DATADIR%%/layouts/scrlettr.layout +%%DATADIR%%/layouts/scrmacros.inc +%%DATADIR%%/layouts/scrreprt.layout +%%DATADIR%%/layouts/slides.layout +%%DATADIR%%/layouts/stdclass.inc +%%DATADIR%%/layouts/stdlayouts.inc +%%DATADIR%%/layouts/stdletter.inc +%%DATADIR%%/layouts/stdlists.inc +%%DATADIR%%/layouts/stdsections.inc +%%DATADIR%%/layouts/stdstarsections.inc +%%DATADIR%%/layouts/stdstruct.inc +%%DATADIR%%/lyxrc.defaults +%%DATADIR%%/lyxrc.example +%%DATADIR%%/lyxrc.jp +%%DATADIR%%/packages.lst +%%DATADIR%%/reLyX/BUGS +%%DATADIR%%/reLyX/BasicLyX.pm +%%DATADIR%%/reLyX/CHANGES +%%DATADIR%%/reLyX/CleanTeX.pm +%%DATADIR%%/reLyX/LastLyX.pm +%%DATADIR%%/reLyX/MakePreamble.pm +%%DATADIR%%/reLyX/README +%%DATADIR%%/reLyX/ReadCommands.pm +%%DATADIR%%/reLyX/RelyxFigure.pm +%%DATADIR%%/reLyX/RelyxTable.pm +%%DATADIR%%/reLyX/Text/TeX.pm +%%DATADIR%%/reLyX/Verbatim.pm +%%DATADIR%%/reLyX/reLyX.pod +%%DATADIR%%/reLyX/reLyXmain.pl +%%DATADIR%%/reLyX/syntax.default +%%DATADIR%%/templates/aapaper.lyx +%%DATADIR%%/templates/dinbrief.lyx +%%DATADIR%%/templates/hollywood.lyx +%%DATADIR%%/templates/iletter.lyx +%%DATADIR%%/templates/latex8.lyx +%%DATADIR%%/templates/letter.lyx +%%DATADIR%%/templates/linuxdoctemplate.lyx +%%DATADIR%%/templates/revtex.lyx +%%DATADIR%%/templates/slides.lyx +%%DATADIR%%/tex/broadway.cls +%%DATADIR%%/tex/ejour2.cls +%%DATADIR%%/tex/hollywood.cls +%%DATADIR%%/tex/iletter.cls +%%DATADIR%%/tex/revtex.cls +%%DATADIR%%/textclass.lst +@dirrm %%DATADIR%%/tex +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/reLyX/Text +@dirrm %%DATADIR%%/reLyX +@dirrm %%DATADIR%%/layouts +@dirrm %%DATADIR%%/kbd +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%%/doc +@dirrm %%DATADIR%%/clipart +@dirrm %%DATADIR%%/bind +@dirrm %%DATADIR%% @dirrm share/locale/sl/LC_MESSAGES @dirrm share/locale/sl @dirrm share/locale/pt/LC_MESSAGES --- lyx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 15:20:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31A2D16A41F for ; Tue, 23 Aug 2005 15:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFEF43D46 for ; Tue, 23 Aug 2005 15: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.3/8.13.3) with ESMTP id j7NFKPJ8053531 for ; Tue, 23 Aug 2005 15:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NFKPRR053530; Tue, 23 Aug 2005 15:20:25 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 15:20:25 GMT Message-Id: <200508231520.j7NFKPRR053530@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Linas Valiukas Cc: Subject: Re: ports/85248: games/quake3 Quake III Arena -- first person shooter (native build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Linas Valiukas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 15:20:26 -0000 The following reply was made to PR ports/85248; it has been noted by GNATS. From: Linas Valiukas To: bug-followup@freebsd.org, shirshegsm@gmail.com Cc: Subject: Re: ports/85248: games/quake3 Quake III Arena -- first person shooter (native build) Date: Tue, 23 Aug 2005 18:13:39 +0300 Oops, could commiter add: CONFLICTS=q3server Missed this one. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 15:40:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF4616A41F for ; Tue, 23 Aug 2005 15:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76AA43D49 for ; Tue, 23 Aug 2005 15: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.3/8.13.3) with ESMTP id j7NFeHN1055643 for ; Tue, 23 Aug 2005 15:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NFeHo6055642; Tue, 23 Aug 2005 15:40:17 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 15:40:17 GMT Message-Id: <200508231540.j7NFeHo6055642@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Phil Kernick Cc: Subject: Re: ports/85113: Patch for double-free in port www/squirm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Kernick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 15:40:19 -0000 The following reply was made to PR ports/85113; it has been noted by GNATS. From: Phil Kernick To: bug-followup@FreeBSD.org, philk@rotfl.com.au Cc: Subject: Re: ports/85113: Patch for double-free in port www/squirm Date: Wed, 24 Aug 2005 01:07:32 +0930 This PR has an updated version of the port which fixes all known problems. ports/85215 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 15:40:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C4F816A42A for ; Tue, 23 Aug 2005 15:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DDB43D48 for ; Tue, 23 Aug 2005 15: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.3/8.13.3) with ESMTP id j7NFeKBL055651 for ; Tue, 23 Aug 2005 15:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NFeKAF055650; Tue, 23 Aug 2005 15:40:20 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 15:40:20 GMT Message-Id: <200508231540.j7NFeKAF055650@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Phil Kernick Cc: Subject: Re: ports/85174: port www/squirm bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Kernick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 15:40:21 -0000 The following reply was made to PR ports/85174; it has been noted by GNATS. From: Phil Kernick To: bug-followup@FreeBSD.org, philk@rotfl.com.au Cc: Subject: Re: ports/85174: port www/squirm bugfix Date: Wed, 24 Aug 2005 01:08:03 +0930 This PR has an updated version of the port which fixes all known problems. ports/85215 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 15:50:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D20BF16A41F for ; Tue, 23 Aug 2005 15:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560E243D49 for ; Tue, 23 Aug 2005 15: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.3/8.13.3) with ESMTP id j7NFoNJs055904 for ; Tue, 23 Aug 2005 15:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NFoNnG055903; Tue, 23 Aug 2005 15:50:23 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 15:50:23 GMT Resent-Message-Id: <200508231550.j7NFoNnG055903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, FURUTATE@fenrir.future-ta.jp, Mikihiko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E825D16A41F for ; Tue, 23 Aug 2005 15:47:17 +0000 (GMT) (envelope-from future@fenrir.future-ta.jp) Received: from fenrir.future-ta.jp (219-118-162-35.cust.bit-drive.ne.jp [219.118.162.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 4366943D46 for ; Tue, 23 Aug 2005 15:47:14 +0000 (GMT) (envelope-from future@fenrir.future-ta.jp) Received: (qmail 1207 invoked by uid 1001); 24 Aug 2005 00:47:01 +0900 Message-Id: <20050823154701.1206.qmail@fenrir.future-ta.jp> Date: 24 Aug 2005 00:47:01 +0900 From: FURUTATE@fenrir.future-ta.jp, Mikihiko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: future@future-ta.com Subject: ports/85250: New port: mail/qmail-vida X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FURUTATE@fenrir.future-ta.jp, Mikihiko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 15:50:26 -0000 >Number: 85250 >Category: ports >Synopsis: New port: mail/qmail-vida >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 Aug 23 15:50:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: FURUTATE,Mikihiko >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD fenrir.future-ta.jp 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Sat Aug 13 15:34:33 JST 2005 root@fenrir.future-ta.jp:/usr/obj/usr/src/sys/FENRIR i386 >Description: qmail-vida : qmail Virtual Domain and Authentication >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/mail/qmail-vida/ # /usr/ports/mail/qmail-vida/Makefile # /usr/ports/mail/qmail-vida/distinfo # /usr/ports/mail/qmail-vida/files # /usr/ports/mail/qmail-vida/files/patch-Makefile # /usr/ports/mail/qmail-vida/files/pre-build.in # /usr/ports/mail/qmail-vida/pkg-descr # echo c - /usr/ports/mail/qmail-vida/ mkdir -p /usr/ports/mail/qmail-vida/ > /dev/null 2>&1 echo x - /usr/ports/mail/qmail-vida/Makefile sed 's/^X//' >/usr/ports/mail/qmail-vida/Makefile << 'END-of-/usr/ports/mail/qmail-vida/Makefile' X# New ports collection makefile for: qmail-vida X# Date created: 22 Aug 2005 X# Whom: FURUTATE,Mikihiko X# X# $FreeBSD$ X# X XPORTNAME= qmail-vida XPORTVERSION=0.53 XCATEGORIES= mail XMASTER_SITES=${MASTER_SITE_SOURCEFORGE_JP} XMASTER_SITE_SUBDIR=2100 X XMAINTAINER=future@future-ta.com XCOMMENT= SMTP_AUTH/APOP support for qmail X XDISTNAME=${PORTNAME}-${PORTVERSION} XDIST_FILES=${DISTNAME}.tar.gz XDIST_SUBDIR=qmail X XWRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION} X XQMAIL_PORTS_DIR=${PORTSDIR}/mail/qmail XCHKPWD_PORTS_DIR=${PORTSDIR}/security/checkpassword XTCPSRV_PORTS_DIR=${PORTSDIR}/sysutils/ucspi-tcp X XPATCH_DEPENDS=\ X ${NOEXISTENT}:${QMAIL_PORTS_DIR}:clean ${NOEXISTENT}:${CHKPWD_PORTS_DIR}:clean ${NOEXISTENT}:${TCPSRV_PORTS_DIR}:clean\ X ${NOEXISTENT}:${QMAIL_PORTS_DIR}:extract ${NOEXISTENT}:${CHKPWD_PORTS_DIR}:extract ${NOEXISTENT}:${TCPSRV_PORTS_DIR}:extract X XRUN_DEPENDS=\ X ${NOEXISTENT}:${QMAIL_PORTS_DIR}:deinstall ${NOEXISTENT}:${CHKPWD_PORTS_DIR}:deinstall ${NOEXISTENT}:${TCPSRV_PORTS_DIR}:deinstall\ X ${NOEXISTENT}:${QMAIL_PORTS_DIR}:install ${NOEXISTENT}:${CHKPWD_PORTS_DIR}:install ${NOEXISTENT}:${TCPSRV_PORTS_DIR}:install X XMAKEFLGS= QMAIL_PORTS_DIR=${QMAIL_PORTS_DIR} CHKPWD_PORTS_DIR=${CHKPWD_PORTS_DIR} TCPSRV_PORTS_DIR=${TCPSRV_PORTS_DIR} X Xpre-build: X cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && make ${MAKEFLGS} patch copy X ${FILESDIR}/pre-build.in X X.include END-of-/usr/ports/mail/qmail-vida/Makefile echo x - /usr/ports/mail/qmail-vida/distinfo sed 's/^X//' >/usr/ports/mail/qmail-vida/distinfo << 'END-of-/usr/ports/mail/qmail-vida/distinfo' XMD5 (qmail/qmail-vida-0.53.tar.gz) = b86912b63e2538351f021db7624ba199 XSIZE (qmail/qmail-vida-0.53.tar.gz) = 73484 END-of-/usr/ports/mail/qmail-vida/distinfo echo c - /usr/ports/mail/qmail-vida/files mkdir -p /usr/ports/mail/qmail-vida/files > /dev/null 2>&1 echo x - /usr/ports/mail/qmail-vida/files/patch-Makefile sed 's/^X//' >/usr/ports/mail/qmail-vida/files/patch-Makefile << 'END-of-/usr/ports/mail/qmail-vida/files/patch-Makefile' X--- Makefile.orig Fri Jan 17 02:16:32 2003 X+++ Makefile Mon Aug 22 17:23:05 2005 X@@ -1,6 +1,6 @@ X-QMAILSRC = ../qmail-1.03 X-CHECKPASSWORDSRC= ../checkpassword-0.90 X-UCSPITCPSRC = ../ucspi-tcp-0.88 X+QMAILSRC = ${QMAIL_PORTS_DIR}/work/qmail-1.03 X+CHECKPASSWORDSRC= ${CHKPWD_PORTS_DIR}/work/checkpassword-0.90 X+UCSPITCPSRC = ${TCPSRV_PORTS_DIR}/work/ucspi-tcp-0.88 X PREFIX = /var/qmail X CAT = /bin/cat X RM = /bin/rm X@@ -8,23 +8,25 @@ X SHELL = /bin/sh X PATCH = /usr/bin/patch X X-all: copy X+all: X X+install: install-doc X+ cd src/vida && make setup check X X # copy djblib and source X copy: copy-qmail copy-checkpassword copy-vida X X copy-qmail: X here=`pwd` && cd src/qmail && \ X- ${CP} `${CAT} $${here}/src/qmail/FILES` $${here}/${QMAILSRC}/ X+ ${CP} `${CAT} $${here}/src/qmail/FILES` ${QMAILSRC}/ X X copy-checkpassword: X here=`pwd` && cd src/checkpassword && \ X- ${CP} `${CAT} $${here}/src/checkpassword/FILES` $${here}/${CHECKPASSWORDSRC}/ X+ ${CP} `${CAT} $${here}/src/checkpassword/FILES` ${CHECKPASSWORDSRC}/ X here=`pwd` && cd ${QMAILSRC} && \ X- ${CP} `${CAT} $${here}/djblib/checkpassword/QMAIL` $${here}/${CHECKPASSWORDSRC}/ X+ ${CP} `${CAT} $${here}/djblib/checkpassword/QMAIL` ${CHECKPASSWORDSRC}/ X here=`pwd` && cd ${UCSPITCPSRC} && \ X- ${CP} `${CAT} $${here}/djblib/checkpassword/UCSPITCP` $${here}/${CHECKPASSWORDSRC}/ X+ ${CP} `${CAT} $${here}/djblib/checkpassword/UCSPITCP` ${CHECKPASSWORDSRC}/ X X copy-vida: X here=`pwd` && cd ${QMAILSRC} && \ END-of-/usr/ports/mail/qmail-vida/files/patch-Makefile echo x - /usr/ports/mail/qmail-vida/files/pre-build.in sed 's/^X//' >/usr/ports/mail/qmail-vida/files/pre-build.in << 'END-of-/usr/ports/mail/qmail-vida/files/pre-build.in' X#!/bin/csh -f X Xset groups = (vida nofiles); Xset gids = (83 84); Xset users = (authdb qmailu); Xset users_g = (vida vida); Xset uids = (89 88); X X Xset k = 1; Xforeach group ($groups) X pw groupshow $group >& /dev/null; X if ($status) then X pw groupadd $group -g $gids[$k]; X if ($status) then X echo "Failed to add group '$group' as gid '$gids[$k]'"; X exit 1; X endif X endif X set chkgid = (`pw groupshow $group | sed -e "s,:, ,g"`); X if ($chkgid[3] != $gids[$k]) then X echo "Group '$group' should have gid '$gids[$k]'"; X exit 1; X endif X @ k++; Xend X Xset k = 1; Xforeach user ($users) X pw usershow $user >& /dev/null; X X if ($status) then X if ($user == "alias") then X set home = /var/qmail/alias; X else X set home = /var/qmail; X endif X X pw useradd $user -g $users_g[$k] -d $home -s /nonexistent -u $uids[$k]; X X if ($status) then X echo "Failed to add user '$user' as uid '$uids[$k]'"; X exit 1; X endif X endif X X set chkuid = (`pw usershow $user | sed -e "s,:, ,g"`); X if ($chkuid[3] != $uids[$k]) then X echo "User '$user' should have uid '$uids[$k]'"; X exit 1; X endif X X @ k++; Xend X END-of-/usr/ports/mail/qmail-vida/files/pre-build.in echo x - /usr/ports/mail/qmail-vida/pkg-descr sed 's/^X//' >/usr/ports/mail/qmail-vida/pkg-descr << 'END-of-/usr/ports/mail/qmail-vida/pkg-descr' Xqmail-vida : qmail Virtual Domain and Authentication END-of-/usr/ports/mail/qmail-vida/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:10:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E74116A41F for ; Tue, 23 Aug 2005 16:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35C443D48 for ; Tue, 23 Aug 2005 16: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.3/8.13.3) with ESMTP id j7NGAEik061004 for ; Tue, 23 Aug 2005 16:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGAEbq061003; Tue, 23 Aug 2005 16:10:14 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 16:10:14 GMT Resent-Message-Id: <200508231610.j7NGAEbq061003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pawel Pekala" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 654BB16A41F; Tue, 23 Aug 2005 16:05:22 +0000 (GMT) (envelope-from c0rn@gazeta.pl) Received: from imail2.gazeta.pl (host-193-42-231-144.gazeta.pl [193.42.231.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AF143D48; Tue, 23 Aug 2005 16:05:20 +0000 (GMT) (envelope-from c0rn@gazeta.pl) Received: from poczta.gazeta.pl (unverified [194.149.231.60]) by (imail2.gazeta.pl) with ESMTP id 38286619 for multiple; Tue, 23 Aug 2005 18:05:16 +0300 Received: from blaviken.slowicza.org (unverified [212.160.3.240]) by mailis01.gazeta.pl (mailis01.gazeta.pl) with ESMTP id 1287934 for multiple; Tue, 23 Aug 2005 18:05:15 +0200 Message-Id: <1124812586.0@blaviken.slowicza.org> Date: Tue, 23 Aug 2005 17:56:26 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: jylefort@FreeBSD.org Subject: ports/85251: [PATCH] x11-themes/bluecurve-themes : update to 0.126 and make fetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 16:10:15 -0000 >Number: 85251 >Category: ports >Synopsis: [PATCH] x11-themes/bluecurve-themes : update to 0.126 and make fetchable >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 Aug 23 16:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD 4.11-RELEASE-p11 #9: Thu Jun 30 20:16:52 CEST 2005 root@ph240.swidnica.sdi.tpnet.pl:/usr/obj/usr/src/sys/CORN >Description: update to 0.126 and make fetchable again >How-To-Repeat: >Fix: --- bluecurve.diff begins here --- diff -ur -x work tmp/bluecurve-themes/Makefile /usr/ports/x11-themes/bluecurve-themes/Makefile --- tmp/bluecurve-themes/Makefile Tue Aug 23 17:21:13 2005 +++ /usr/ports/x11-themes/bluecurve-themes/Makefile Tue Aug 23 17:22:15 2005 @@ -31,11 +31,11 @@ .else # master port -PORTVERSION= 0.124 +PORTVERSION= 0.126 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= development/SRPMS -DISTFILES= redhat-artwork-${PORTVERSION}-2.src.rpm +DISTFILES= redhat-artwork-${PORTVERSION}-1.src.rpm EXTRACT_DEPENDS+= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio diff -ur -x work tmp/bluecurve-themes/distinfo /usr/ports/x11-themes/bluecurve-themes/distinfo --- tmp/bluecurve-themes/distinfo Tue Aug 23 17:21:13 2005 +++ /usr/ports/x11-themes/bluecurve-themes/distinfo Tue Aug 23 17:47:26 2005 @@ -1,2 +1,2 @@ -MD5 (redhat-artwork-0.124-2.src.rpm) = 5b79a2b3feff16827138edd586e1c463 -SIZE (redhat-artwork-0.124-2.src.rpm) = 7851030 +MD5 (redhat-artwork-0.126-1.src.rpm) = 63f0f1d31ba2a562765eab4005491aa5 +SIZE (redhat-artwork-0.126-1.src.rpm) = 7818145 --- bluecurve.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:11:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA57516A41F; Tue, 23 Aug 2005 16:11:34 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F7043D53; Tue, 23 Aug 2005 16:11:34 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from freefall.freebsd.org (jylefort@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NGBYql061177; Tue, 23 Aug 2005 16:11:34 GMT (envelope-from jylefort@freefall.freebsd.org) Received: (from jylefort@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGBY1U061173; Tue, 23 Aug 2005 16:11:34 GMT (envelope-from jylefort) Date: Tue, 23 Aug 2005 16:11:34 GMT From: Jean-Yves Lefort Message-Id: <200508231611.j7NGBY1U061173@freefall.freebsd.org> To: jylefort@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jylefort@FreeBSD.org Cc: Subject: Re: ports/85251: [PATCH] x11-themes/bluecurve-themes : update to 0.126 and make fetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 16:11:34 -0000 Synopsis: [PATCH] x11-themes/bluecurve-themes : update to 0.126 and make fetchable Responsible-Changed-From-To: freebsd-ports-bugs->jylefort Responsible-Changed-By: jylefort Responsible-Changed-When: Tue Aug 23 16:11:29 GMT 2005 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=85251 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:19:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33C816A41F; Tue, 23 Aug 2005 16:19:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B33C843D45; Tue, 23 Aug 2005 16:19:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NGJUPB061351; Tue, 23 Aug 2005 16:19:30 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGJUa2061347; Tue, 23 Aug 2005 16:19:30 GMT (envelope-from sem) Date: Tue, 23 Aug 2005 16:19:30 GMT From: Sergey Matveychuk Message-Id: <200508231619.j7NGJUa2061347@freefall.freebsd.org> To: philk@rotfl.com.au, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/85174: port www/squirm bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 16:19:31 -0000 Synopsis: port www/squirm bugfix State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Aug 23 16:19:15 GMT 2005 State-Changed-Why: Superseded by ports/85215 http://www.freebsd.org/cgi/query-pr.cgi?pr=85174 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:30:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D5116A41F for ; Tue, 23 Aug 2005 16:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62F743D5A for ; Tue, 23 Aug 2005 16: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.3/8.13.3) with ESMTP id j7NGUJQD061664 for ; Tue, 23 Aug 2005 16:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGUJBW061663; Tue, 23 Aug 2005 16:30:19 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 16:30:19 GMT Message-Id: <200508231630.j7NGUJBW061663@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Cc: Subject: Re: ports/85215: Updated port of www/squirm to fix critical errors X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 16:30:20 -0000 The following reply was made to PR ports/85215; it has been noted by GNATS. From: Sergey Matveychuk To: bug-followup@FreeBSD.org, philk@rotfl.com.au Cc: Subject: Re: ports/85215: Updated port of www/squirm to fix critical errors Date: Tue, 23 Aug 2005 20:23:16 +0400 A canonical way for ports updates is unify diff. -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:30:24 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD1F16A41F for ; Tue, 23 Aug 2005 16:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC9E43D53 for ; Tue, 23 Aug 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.3/8.13.3) with ESMTP id j7NGUNhw061706 for ; Tue, 23 Aug 2005 16:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGUNgg061705; Tue, 23 Aug 2005 16:30:23 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 16:30:23 GMT Message-Id: <200508231630.j7NGUNgg061705@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 16:30:24 -0000 The following reply was made to PR ports/85225; it has been noted by GNATS. From: Sergey Matveychuk To: bug-followup@FreeBSD.org, toasty@dragondata.com Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit Date: Tue, 23 Aug 2005 20:26:06 +0400 Is somewhere documented this vulnerability? -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:30:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896BD16A41F for ; Tue, 23 Aug 2005 16:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE90B43D5D for ; Tue, 23 Aug 2005 16: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.3/8.13.3) with ESMTP id j7NGUOnQ061723 for ; Tue, 23 Aug 2005 16:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGUOtl061720; Tue, 23 Aug 2005 16:30:24 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 16:30:24 GMT Resent-Message-Id: <200508231630.j7NGUOtl061720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, meno.abels@adviser.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0911516A41F for ; Tue, 23 Aug 2005 16:25:06 +0000 (GMT) (envelope-from meno.abels@adviser.com) Received: from ms-1.de.20six.net (tiger.de.20six.net [84.16.227.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1C643D5C for ; Tue, 23 Aug 2005 16:25:05 +0000 (GMT) (envelope-from meno.abels@adviser.com) Received: from root by ms-1.de.20six.net with local (Exim 4.51 (FreeBSD)) id 1E7ba8-000KBc-HM for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Aug 2005 18:25:02 +0200 Message-Id: Date: Tue, 23 Aug 2005 18:25:00 +0200 From: meno.abels@adviser.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: meno.abels@adviser.com Subject: ports/85252: [PATCH] www/mod_log_spread missing to the reference the spread runtime libary X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: meno.abels@adviser.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 16:30:25 -0000 >Number: 85252 >Category: ports >Synopsis: [PATCH] www/mod_log_spread missing to the reference the spread runtime libary >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 Aug 23 16:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Meno Abels >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: ADVISER COM >Environment: System: FreeBSD tiger.de.20six.net 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #1: Thu Jul 28 23:45:40 MEST 2005 root@tiger.de.20six.net:/jails/tiger/usr/obj/jails/tiger/usr/src_5.4/sys/GENERIC i386 >Description: The reference to the spread runtime library is missing Reported by: Brian Candler >How-To-Repeat: compile/testit >Fix: cvs diff: Diffing www/mod_log_spread Index: www/mod_log_spread/Makefile =================================================================== RCS file: /jails/cvs/var/freebsd.cvs/ports/www/mod_log_spread/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- www/mod_log_spread/Makefile 14 May 2005 11:07:08 -0000 1.1 +++ www/mod_log_spread/Makefile 23 Aug 2005 16:18:13 -0000 @@ -26,7 +26,7 @@ .endif do-build: - cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c mod_log_spread.c + cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c -L${PREFIX}/lib -lspread mod_log_spread.c do-install: ${APXS} -i -a -n log_spread ${WRKSRC}/mod_log_spread.so cvs diff: Diffing www/mod_log_spread/files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 16:52:55 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC0116A41F; Tue, 23 Aug 2005 16:52:55 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992BE43D48; Tue, 23 Aug 2005 16:52:55 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NGqtxw063636; Tue, 23 Aug 2005 16:52:55 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NGqtbN063632; Tue, 23 Aug 2005 16:52:55 GMT (envelope-from hq) Date: Tue, 23 Aug 2005 16:52:55 GMT From: Herve Quiroz Message-Id: <200508231652.j7NGqtbN063632@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hq@FreeBSD.org Cc: Subject: Re: ports/85147: [PATCH] devel/itext: update to 1.3.2, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 16:52:56 -0000 Synopsis: [PATCH] devel/itext: update to 1.3.2, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->hq Responsible-Changed-By: hq Responsible-Changed-When: Tue Aug 23 16:52:03 GMT 2005 Responsible-Changed-Why: I'll handle this. Be patient though, as the ports tree is currently frozen: http://www.freebsd.org/releases/6.0R/schedule.html http://www.freebsd.org/cgi/query-pr.cgi?pr=85147 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 17:00:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA85616A41F for ; Tue, 23 Aug 2005 17:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4495D43D48 for ; Tue, 23 Aug 2005 17: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.3/8.13.3) with ESMTP id j7NH0Y9p063789 for ; Tue, 23 Aug 2005 17:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NH0YDp063788; Tue, 23 Aug 2005 17:00:34 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 17:00:34 GMT Message-Id: <200508231700.j7NH0YDp063788@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ricardo A Reis Cc: Subject: subject=Re: ports/85171: New Port sysutils db2portup small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ricardo A Reis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 17:00:34 -0000 The following reply was made to PR ports/85171; it has been noted by GNATS. From: Ricardo A Reis To: bug-followup@FreeBSD.org, ricardo.areis@gmail.com Cc: Subject: subject=Re: ports/85171: New Port sysutils db2portup small script to help a create MAKE_ARGS to upgrade ports from portupgrade Date: Tue, 23 Aug 2005 13:58:45 -0300 Hi All, I sorry for many followup`s i resolve a create a new pr, now i think that is necessary a more test. Please change the status for CLOSE From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 17:00:37 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A930C16A41F for ; Tue, 23 Aug 2005 17:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B5D43D46 for ; Tue, 23 Aug 2005 17: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.3/8.13.3) with ESMTP id j7NH0bvv063796 for ; Tue, 23 Aug 2005 17:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NH0bpk063795; Tue, 23 Aug 2005 17:00:37 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 17:00:37 GMT Message-Id: <200508231700.j7NH0bpk063795@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kevin Day Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kevin Day List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 17:00:37 -0000 The following reply was made to PR ports/85225; it has been noted by GNATS. From: Kevin Day To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit Date: Tue, 23 Aug 2005 11:59:47 -0500 On Aug 23, 2005, at 11:26 AM, Sergey Matveychuk wrote: > Is somewhere documented this vulnerability? > > -- > Sem. > > http://archives.neohapsis.com/archives/fulldisclosure/2005-08/0688.html http://www.securityfocus.com/archive/1/408766/30/0/threaded From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 17:20:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D76516A41F for ; Tue, 23 Aug 2005 17:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24EE543D46 for ; Tue, 23 Aug 2005 17: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.3/8.13.3) with ESMTP id j7NHKCCh068575 for ; Tue, 23 Aug 2005 17:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NHKCBv068574; Tue, 23 Aug 2005 17:20:12 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 17:20:12 GMT Resent-Message-Id: <200508231720.j7NHKCBv068574@freefall.freebsd.org> 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 1CE8516A41F for ; Tue, 23 Aug 2005 17:12:58 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: from sh0.radio.gr.jp (sh0.radio.gr.jp [61.195.157.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2CF43D46 for ; Tue, 23 Aug 2005 17:12:57 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 11.4/smtpfeed 1.20) id j7NHCsFc069740; Wed, 24 Aug 2005 02:12:55 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 10.4) id j7NHCr5d069739; Wed, 24 Aug 2005 02:12:53 +0900 (JST) Message-Id: <200508231712.j7NHCr5d069739@sh0.radio.gr.jp> Date: Wed, 24 Aug 2005 02:12:53 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: boris@tagnet.ru Subject: ports/85253: update ports: mail/tpop3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Aug 2005 17:20:14 -0000 >Number: 85253 >Category: ports >Synopsis: update ports: mail/tpop3d >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 Aug 23 17:20:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: I hope for the optional addition that used DRAC. >How-To-Repeat: >Fix: === begin cut here === diff -urN tpop3d.orig/Makefile tpop3d/Makefile --- tpop3d.orig/Makefile Tue Apr 12 12:26:02 2005 +++ tpop3d/Makefile Wed Aug 24 01:46:49 2005 @@ -7,7 +7,7 @@ PORTNAME= tpop3d PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ @@ -28,6 +28,7 @@ LDAP "Use LDAP authentication" off \ PERLAUTH "Use Perl authentication" off \ FLATAUTH "Enable /etc/passwd-style authentication" off \ + DRAC "Build with Dynamic Relay Authorization" off \ MAILDIR "Compile Maildir support" on .include @@ -65,6 +66,12 @@ .if defined(WITH_FLATAUTH) && !defined(WITHOUT_FLATAUTH) CONFIGURE_ARGS+= --enable-auth-flatfile +.endif + +# DRAC (POP-before-SMTP) +.if defined(WITH_DRAC) && !defined(WITHOUT_DRAC) +CONFIGURE_ARGS+= --enable-drac +LDFLAGS+= -L/usr/local/lib .endif .if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR) === ended cut here === >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 17:40:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1474C16A41F for ; Tue, 23 Aug 2005 17:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9145743D48 for ; Tue, 23 Aug 2005 17: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.3/8.13.3) with ESMTP id j7NHeI7Z070083 for ; Tue, 23 Aug 2005 17:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NHeIoa070082; Tue, 23 Aug 2005 17:40:18 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 17:40:18 GMT Resent-Message-Id: <200508231740.j7NHeIoa070082@freefall.freebsd.org> 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 Samorodov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2D016A41F for ; Tue, 23 Aug 2005 17:37:24 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [213.132.78.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48DCA43D5C for ; Tue, 23 Aug 2005 17:37:22 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.52 (FreeBSD)) id 1E7ci9-000P27-3f for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Aug 2005 21:37:21 +0400 Message-Id: Date: Tue, 23 Aug 2005 21:37:21 +0400 From: Boris Samorodov Sender: "B.Samorodow" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85254: [patch] emulators/linux_base-rh-9: add /usr/X11R6/lib to etc/ld.so.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 17:40:19 -0000 >Number: 85254 >Category: ports >Synopsis: [patch] emulators/linux_base-rh-9: add /usr/X11R6/lib to etc/ld.so.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: Tue Aug 23 17:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 5.4-STABLE i386 >Organization: InPharmTech, Co >Environment: System: FreeBSD serv3.int.kfs.ru 5.4-STABLE FreeBSD 5.4-STABLE #5: Thu Aug 18 12:43:13 MSD 2005 niva@serv3.int.kfs.ru:/usr/obj/usr/src/sys/SERV1 i386 >Description: Old distribution (linux_base -- rh-7) used to have line "/usr/X11R6/lib" at etc/ld.so.conf. But rh-9 distribution does not have it. Hence, after upgrading some programms (ie Acrobat Reader) does not find the needed libraries. >How-To-Repeat: Try to install emulators/linux_base-rh-9 and run linux program which is using X libs. >Fix: The patch should be applied at /usr/ports/emulators/linux_base-rh-9 directory. --- patch.linux begins here --- --- Makefile.orig Tue Aug 23 21:04:03 2005 +++ Makefile Tue Aug 23 21:23:29 2005 @@ -8,6 +8,7 @@ PORTNAME= linux_base-rh PORTVERSION= 9 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \ ${MASTER_SITE_REDHAT_LINUX:S/$/:new/} @@ -138,6 +139,9 @@ done @${LN} -sf /var/tmp ${WRKSRC}/usr/tmp +post-patch: + ${ECHO} "/usr/X11R6/lib" >> ${WRKSRC}/etc/ld.so.conf + pre-install: ${RM} -f ${PLIST} cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \ @@ -149,6 +153,7 @@ ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: + ${PREFIX}/sbin/ldconfig @${ECHO} '' @fmt ${PKGMESSAGE} @${ECHO} '' --- patch.linux ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 19:40:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3734016A420 for ; Tue, 23 Aug 2005 19:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A95A43D58 for ; Tue, 23 Aug 2005 19: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.3/8.13.3) with ESMTP id j7NJeBsr085976 for ; Tue, 23 Aug 2005 19:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NJeAbU085975; Tue, 23 Aug 2005 19:40:10 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 19:40:10 GMT Resent-Message-Id: <200508231940.j7NJeAbU085975@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco van de Voort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FA616A41F for ; Tue, 23 Aug 2005 19:32:26 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120D943D5A for ; Tue, 23 Aug 2005 19:32: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 j7NJWLDc003900 for ; Tue, 23 Aug 2005 19:32:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7NJWLg9003897; Tue, 23 Aug 2005 19:32:21 GMT (envelope-from nobody) Message-Id: <200508231932.j7NJWLg9003897@www.freebsd.org> Date: Tue, 23 Aug 2005 19:32:21 GMT From: Marco van de Voort To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85255: [Maintainer] Fix [Broken] status of lang/fpc-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 19:40:18 -0000 >Number: 85255 >Category: ports >Synopsis: [Maintainer] Fix [Broken] status of lang/fpc-devel >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 23 19:40:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marco van de Voort >Release: 5.4 >Organization: Free Pascal Core >Environment: FreeBSD snail.stack.nl 5.4-RELEASE FreeBSD 5.4-RELEASE #11: Thu May 12 10:51:40 CEST 2005 root@snail.stack.nl:/usr/obj/usr/src/sys/SNAIL i386 >Description: Fixes - pkg-install paths being broken by addition of PORT_REVISION - Newer GNU install refusing to install over old version. >How-To-Repeat: (no problems, just incomplete pkg-list as result of failing pkg-install) >Fix: diff -N -r -u fpc-devel.orig/Makefile fpc-devel/Makefile --- fpc-devel.orig/Makefile Sun Jul 24 04:01:30 2005 +++ fpc-devel/Makefile Tue Aug 23 18:26:55 2005 @@ -13,6 +13,8 @@ ftp://ftp.freepascal.org/pub/fpc/beta/freebsd-${PORTVERSION}-ports/ DISTNAME= fpc-${PORTVERSION}-ports EXTRACT_SUFX= .tar.bz2 +PATCHDIR= ${MASTERDIR}/patches +PATCHFILES= MAINTAINER= marco@freepascal.org COMMENT= Delphi and Turbo Pascal compatible Pascal (commandline) compiler @@ -20,7 +22,6 @@ BROKEN= Incomplete pkg-plist DEPRECATED= ${BROKEN} EXPIRATION_DATE=2005-09-22 - .include USE_GMAKE= yes diff -N -r -u fpc-devel.orig/patches/patch-rtl.freebsd.makefiles fpc-devel/patches/patch-rtl.freebsd.makefiles --- fpc-devel.orig/patches/patch-rtl.freebsd.makefiles Thu Jan 1 01:00:00 1970 +++ fpc-devel/patches/patch-rtl.freebsd.makefiles Tue Aug 23 18:27:04 2005 @@ -0,0 +1,22 @@ +--- fpc/rtl/freebsd/Makefile.orig Tue Jan 6 00:34:24 2004 ++++ fpc/rtl/freebsd/Makefile Tue Aug 23 16:32:05 2005 +@@ -232,7 +232,7 @@ + ifndef USELIBGGI + USELIBGGI=NO + endif +-override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings syscall sysctl baseunix unixutil unix initc dos dl termio objects printer sysutils typinfo systhrds classes math varutils ++override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings syscall sysctl baseunix unixutil unix initc dos dl termio objects printer sysutils typinfo systhrds classes math varutils + override TARGET_LOADERS+=prt0 cprt0 gprt0 + override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst + override INSTALL_FPCPACKAGE=y y +--- fpc/rtl/freebsd/Makefile.fpc.orig Sat Jan 3 15:55:35 2004 ++++ fpc/rtl/freebsd/Makefile.fpc Tue Aug 23 16:31:56 2005 +@@ -16,7 +16,7 @@ + sysutils typinfo systhrds classes math varutils \ + cpu mmx charset ucomplex crt getopts heaptrc lineinfo \ + errors sockets gpm ipc terminfo \ +- video mouse keyboard console serial variants types sysctl dateutils \ ++ video mouse keyboard console serial variants types dateutils \ + sysconst cthreads + + rsts=math varutils typinfo classes variants dateutils sysconst diff -N -r -u fpc-devel.orig/pkg-install fpc-devel/pkg-install --- fpc-devel.orig/pkg-install Wed Jan 7 11:14:04 2004 +++ fpc-devel/pkg-install Tue Aug 23 21:13:25 2005 @@ -7,7 +7,8 @@ FILES_DELETE="bin/ppc386 etc/fpc.cfg etc/fpc.cfg.orig" -LIBDIR=${PKG_PREFIX}/lib/fpc/${PKGNAME##fpc-} +LIBDIR=${PKG_PREFIX}/lib/fpc/${PKGNAME##fpc-devel-} +LIBDIR=${LIBDIR%_*} CHMOD=/bin/chmod LN=/bin/ln @@ -16,7 +17,7 @@ case "$ACTION" in -POST-INSTALL) +POST-INSTALL) ${CHMOD} 0555 ${LIBDIR}/ppc386 ${CHMOD} 0555 ${LIBDIR}/samplecfg ${LN} -sf ${LIBDIR}/ppc386 ${PKG_PREFIX}/bin/ppc386 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 19:50:24 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BBC816A41F for ; Tue, 23 Aug 2005 19:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3F143D49 for ; Tue, 23 Aug 2005 19: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.3/8.13.3) with ESMTP id j7NJoMtX086242 for ; Tue, 23 Aug 2005 19:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NJoMfx086241; Tue, 23 Aug 2005 19:50:22 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 19:50:22 GMT Message-Id: <200508231950.j7NJoMfx086241@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 19:50:24 -0000 The following reply was made to PR ports/85225; it has been noted by GNATS. From: Sergey Matveychuk To: bug-followup@FreeBSD.org, toasty@dragondata.com Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit Date: Tue, 23 Aug 2005 23:45:35 +0400 ===> Deinstalling for mail/elm ===> Deinstalling elm-2.5.8 pkg_delete: file '/usr/local/man/cat1/answer.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/checkalias.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/elm.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/elmalias.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/fastmail.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/frm.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/listalias.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/messages.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/mmencode.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/newalias.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/newmail.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/printmail.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/readmsg.1' doesn't exist pkg_delete: file '/usr/local/man/cat1/wnewmail.1' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 19:50:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B389D16A420 for ; Tue, 23 Aug 2005 19:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E71643D46 for ; Tue, 23 Aug 2005 19: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.3/8.13.3) with ESMTP id j7NJoRW5086276 for ; Tue, 23 Aug 2005 19:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NJoRZI086275; Tue, 23 Aug 2005 19:50:27 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 19:50:27 GMT Message-Id: <200508231950.j7NJoRZI086275@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 19:50:27 -0000 The following reply was made to PR ports/85225; it has been noted by GNATS. From: Sergey Matveychuk To: bug-followup@FreeBSD.org, toasty@dragondata.com Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit Date: Tue, 23 Aug 2005 23:49:15 +0400 It works fine when I removed the lines from pkg-plist: @comment This is to fix the catman install during de-install man/cat1/answer.1 man/cat1/checkalias.1 man/cat1/elm.1 man/cat1/elmalias.1 man/cat1/fastmail.1 man/cat1/frm.1 man/cat1/listalias.1 man/cat1/messages.1 man/cat1/mmencode.1 man/cat1/newalias.1 man/cat1/newmail.1 man/cat1/printmail.1 man/cat1/readmsg.1 man/cat1/wnewmail.1 -- Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 19:51:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AB116A41F; Tue, 23 Aug 2005 19:51:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A5A43D46; Tue, 23 Aug 2005 19:51:07 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NJp7pN086387; Tue, 23 Aug 2005 19:51:07 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NJp7gg086383; Tue, 23 Aug 2005 19:51:07 GMT (envelope-from sem) Date: Tue, 23 Aug 2005 19:51:07 GMT From: Sergey Matveychuk Message-Id: <200508231951.j7NJp7gg086383@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Cc: Subject: Re: ports/85225: [maintainer update][security] Update port mail/elm to remove remote exploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 19:51:08 -0000 Synopsis: [maintainer update][security] Update port mail/elm to remove remote exploit Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: sem Responsible-Changed-When: Tue Aug 23 19:51:03 GMT 2005 Responsible-Changed-Why: Take it http://www.freebsd.org/cgi/query-pr.cgi?pr=85225 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 20:00:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CCC16A41F for ; Tue, 23 Aug 2005 20:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 748E443D46 for ; Tue, 23 Aug 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.3/8.13.3) with ESMTP id j7NK0cFR086584 for ; Tue, 23 Aug 2005 20:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NK0cBD086583; Tue, 23 Aug 2005 20:00:38 GMT (envelope-from gnats) Date: Tue, 23 Aug 2005 20:00:38 GMT Message-Id: <200508232000.j7NK0cBD086583@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephane Legrand Cc: Subject: Re: ports/84767: update port: www/ocaml-net to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 23 Aug 2005 20:00:38 -0000 The following reply was made to PR ports/84767; it has been noted by GNATS. From: Stephane Legrand To: Jun Mukai Cc: bug-followup@freebsd.org Subject: Re: ports/84767: update port: www/ocaml-net to 1.1 Date: Tue, 23 Aug 2005 21:57:50 +0200 On Tue, Aug 23, 2005 at 04:18:59PM +0900, Jun Mukai wrote: > Hi stephane, > > I also sent a pr for update of Equeue ports. see > http://www.freebsd.org/cgi/query-pr.cgi?pr=84766. Ah, ok. I didn't know. > With ocaml-equeue-2.1, I success to build ocaml-net with Nethttpd > support. Ok. So, i propose to close this PR 84767 and use PR 85188 to update ocaml-net for now. When the Equeue port will be updated thanks to your patch, i will send a new PR to add support for Nethttpd. I want to add a Makefile variable to be able to not build the Nethttpd support (the default will be with Nethttpd support) because it's a GPL licence and i guess this can be a problem for some projects. Regards, Stephane Legrand. -- Forums FreeBSD Francophone: forums.freebsd-fr.org Club Unix/Log. libres Cosne/Loire: www.cosnix.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 21:30:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA1816A41F for ; Tue, 23 Aug 2005 21:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 384B843D55 for ; Tue, 23 Aug 2005 21: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.3/8.13.3) with ESMTP id j7NLUAKJ098547 for ; Tue, 23 Aug 2005 21:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NLUAd4098546; Tue, 23 Aug 2005 21:30:10 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 21:30:10 GMT Resent-Message-Id: <200508232130.j7NLUAd4098546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Weber-Fahr Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF29816A4B3 for ; Tue, 23 Aug 2005 21:22:49 +0000 (GMT) (envelope-from wefa@tnd37.tnd.arcor.net) Received: from mail.arcor.net (mail.arcor.net [145.253.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3AC440DF for ; Tue, 23 Aug 2005 20:50:25 +0000 (GMT) (envelope-from wefa@tnd37.tnd.arcor.net) Received: from mail-gw-1.arcor.net (sunp01-2.arcor.net [10.128.5.248]) by mail.arcor.net (8.13.1/8.13.1) with ESMTP id j7NKoN5f005057 for ; Tue, 23 Aug 2005 22:50:23 +0200 (MEST) Received: from sky.tnd.arcor.net (esbanl-1ug-1-p1.arcor.net [10.128.5.68]) by mail-gw-1.arcor.net (8.13.1/8.13.1) with ESMTP id j7NKoN9g008466 for ; Tue, 23 Aug 2005 22:50:23 +0200 (MEST) Received: from tnd37.tnd.arcor.net (tnd37.tnd.arcor.net [10.128.4.177]) by sky.tnd.arcor.net (Postfix) with ESMTP id 4EA6D25A6 for ; Tue, 23 Aug 2005 22:50:25 +0200 (MEST) Received: from tnd37.tnd.arcor.net (localhost [127.0.0.1]) by tnd37.tnd.arcor.net (8.13.3/8.13.1) with ESMTP id j7NKoNbp086487 for ; Tue, 23 Aug 2005 22:50:23 +0200 (CEST) (envelope-from wefa@tnd37.tnd.arcor.net) Received: (from root@localhost) by tnd37.tnd.arcor.net (8.13.3/8.13.1/Submit) id j7NKoNnc086486; Tue, 23 Aug 2005 22:50:23 +0200 (CEST) (envelope-from wefa) Message-Id: <200508232050.j7NKoNnc086486@tnd37.tnd.arcor.net> Date: Tue, 23 Aug 2005 22:50:23 +0200 (CEST) From: Christoph Weber-Fahr To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85256: fwtk port broken in 5.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christoph Weber-Fahr List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 21:30:12 -0000 >Number: 85256 >Category: ports >Synopsis: fwtk port broken in 5.4 >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 Aug 23 21:30:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: FreeBSD 5.4-RELEASE-p2 i386 >Organization: Arcor AG >Environment: System: FreeBSD tnd37.tnd.arcor.net 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #1: Fri Jul 8 21:00:21 CEST 2005 root@tnd37.tnd.arcor.net:/usr/obj/usr/src/sys/HPDC7100 i386 >Description: the fwtk port fails to compile. I found several issues, and suspect there might be some more - it tries to build its library with "-lskey" which fails, apparently lacking libskey.a - when you remove, for the sake of testing, skey from AUXLIBS and auth.h, it later falls prey to the "gcc 3.4 maintainers send varargs users to hell" syndrome. Error message: /usr/include/varargs.h:34:2: #error " is obsolete with this version of GCC." /usr/include/varargs.h:35:2: #error "Change your code to use instead." - when you try to compile it using the gcc295 port, it exchanges this error to a screenful of warnings about how vargs.h redefines stuff from stdio.h, and later it fails with sig.c: In function `handle_sigpid': sig.c:37: storage size of `wstatus' isn't known *** Error code 1 Stop in /usr/ports/security/fwtk/work/fwtk/x-gw. Thats the point where I gave up. Apparently there are some issues with fwtk on freebsd5. FWIW, the jumbo patch (enabled with an extra make option, as decsribed in the make file) also fails because there is no md5 file for that. >How-To-Repeat: cd /usr/ports/security/fwtk make >Fix: The varargs thing may or may not be fixable by including but I don't understand enough of the underlying compiler issues to know if this is a cosmetic or a real fix. In any case, you only run against other issues then. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 22:07:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716C316A41F; Tue, 23 Aug 2005 22:07:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305E343D45; Tue, 23 Aug 2005 22:07:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NM7L5T004846; Tue, 23 Aug 2005 22:07:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NM7LQL004842; Tue, 23 Aug 2005 22:07:21 GMT (envelope-from linimon) Date: Tue, 23 Aug 2005 22:07:21 GMT From: Mark Linimon Message-Id: <200508232207.j7NM7LQL004842@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anders@FreeBSD.org Cc: Subject: Re: ports/85240: Ampersand problem in security/pwman X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 22:07:21 -0000 Old Synopsis: Ampersand problem in pwman New Synopsis: Ampersand problem in security/pwman Responsible-Changed-From-To: freebsd-ports-bugs->anders Responsible-Changed-By: linimon Responsible-Changed-When: Tue Aug 23 22:07:04 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85240 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 02:04:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2072316A41F; Wed, 24 Aug 2005 02:04:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21B843D45; Wed, 24 Aug 2005 02:04:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7O242jh029422; Wed, 24 Aug 2005 02:04:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O242pQ029418; Wed, 24 Aug 2005 02:04:02 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 02:04:02 GMT From: Mark Linimon Message-Id: <200508240204.j7O242pQ029418@freefall.freebsd.org> To: philk@rotfl.com.au, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/85113: Patch for double-free in port www/squirm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 02:04:03 -0000 Synopsis: Patch for double-free in port www/squirm State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Aug 24 02:03:07 GMT 2005 State-Changed-Why: Superceeded by ports/85215. http://www.freebsd.org/cgi/query-pr.cgi?pr=85113 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 02:06:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CFC216A41F; Wed, 24 Aug 2005 02:06:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA2EF43D45; Wed, 24 Aug 2005 02:06:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7O26AUk033831; Wed, 24 Aug 2005 02:06:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O26Am5033827; Wed, 24 Aug 2005 02:06:10 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 02:06:10 GMT From: Mark Linimon Message-Id: <200508240206.j7O26Am5033827@freefall.freebsd.org> To: ricardo.areis@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/85171: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 02:06:11 -0000 Synopsis: New Port: sysutils/db2portup: small script to help a create MAKE_ARGS to upgrade ports from portupgrade State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Aug 24 02:05:58 GMT 2005 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=85171 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 03:50:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A5916A41F for ; Wed, 24 Aug 2005 03:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3304543D46 for ; Wed, 24 Aug 2005 03:50: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.3/8.13.3) with ESMTP id j7O3oEgk042579 for ; Wed, 24 Aug 2005 03:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O3oDH3042575; Wed, 24 Aug 2005 03:50:13 GMT (envelope-from gnats) Date: Wed, 24 Aug 2005 03:50:13 GMT Message-Id: <200508240350.j7O3oDH3042575@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Boris Kovalenko Cc: Subject: Re: ports/85253: update ports: mail/tpop3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 24 Aug 2005 03:50:14 -0000 The following reply was made to PR ports/85253; it has been noted by GNATS. From: Boris Kovalenko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/85253: update ports: mail/tpop3d Date: Wed, 24 Aug 2005 09:44:23 +0600 Hello! Patch looks good. Confirmed. With respect, Boris From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 06:43:49 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE52916A41F; Wed, 24 Aug 2005 06:43:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C87D43D45; Wed, 24 Aug 2005 06:43: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.3/8.13.3) with ESMTP id j7O6hnDd067216; Wed, 24 Aug 2005 06:43:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O6hnHG067212; Wed, 24 Aug 2005 06:43:49 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 06:43:49 GMT From: Mark Linimon Message-Id: <200508240643.j7O6hnHG067212@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trevor@FreeBSD.org Cc: Subject: Re: ports/85254: [patch] emulators/linux_base-rh-9: add /usr/X11R6/lib to etc/ld.so.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 06:43:50 -0000 Synopsis: [patch] emulators/linux_base-rh-9: add /usr/X11R6/lib to etc/ld.so.conf Responsible-Changed-From-To: freebsd-ports-bugs->trevor Responsible-Changed-By: linimon Responsible-Changed-When: Wed Aug 24 06:43:39 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85254 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 06:45:48 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E8C16A41F; Wed, 24 Aug 2005 06:45:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DC343D49; Wed, 24 Aug 2005 06:45: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.3/8.13.3) with ESMTP id j7O6jlhU067295; Wed, 24 Aug 2005 06:45:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O6jl9i067291; Wed, 24 Aug 2005 06:45:47 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 06:45:47 GMT From: Mark Linimon Message-Id: <200508240645.j7O6jl9i067291@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jedgar@FreeBSD.org Cc: Subject: Re: ports/85224: Update emulators/sim to 0.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 06:45:48 -0000 Synopsis: Update emulators/sim to 0.3.4 Responsible-Changed-From-To: freebsd-ports-bugs->jedgar Responsible-Changed-By: linimon Responsible-Changed-When: Wed Aug 24 06:45:29 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85224 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 06:47:37 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B92B116A420; Wed, 24 Aug 2005 06:47:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7886343D45; Wed, 24 Aug 2005 06:47:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7O6lbJc067383; Wed, 24 Aug 2005 06:47:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O6lb3E067379; Wed, 24 Aug 2005 06:47:37 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 06:47:37 GMT From: Mark Linimon Message-Id: <200508240647.j7O6lb3E067379@freefall.freebsd.org> To: mukai@jmuk.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/84767: update port: www/ocaml-net to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 06:47:38 -0000 Synopsis: update port: www/ocaml-net to 1.1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Aug 24 06:46:59 GMT 2005 State-Changed-Why: Superceeded by ports/85188 (mostly). The remaining lines will be sent by the port's maintainer as a separate PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=84767 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 06:48:52 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B890A16A41F; Wed, 24 Aug 2005 06:48:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C7F43D45; Wed, 24 Aug 2005 06:48: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.3/8.13.3) with ESMTP id j7O6mqtM067468; Wed, 24 Aug 2005 06:48:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O6mqHs067464; Wed, 24 Aug 2005 06:48:52 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 06:48:52 GMT From: Mark Linimon Message-Id: <200508240648.j7O6mqHs067464@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org Cc: Subject: Re: ports/85216: [PATCH]: x11-toolkits/wxgtk26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 06:48:52 -0000 Synopsis: [PATCH]: x11-toolkits/wxgtk26 Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: linimon Responsible-Changed-When: Wed Aug 24 06:48:41 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85216 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 06:49:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7659F16A41F; Wed, 24 Aug 2005 06:49:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ECF43D46; Wed, 24 Aug 2005 06:49:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7O6nEO6067519; Wed, 24 Aug 2005 06:49:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O6nEeZ067515; Wed, 24 Aug 2005 06:49:14 GMT (envelope-from linimon) Date: Wed, 24 Aug 2005 06:49:14 GMT From: Mark Linimon Message-Id: <200508240649.j7O6nEeZ067515@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org Cc: Subject: Re: ports/85229: Build options don't appear when rebuilding nvidia-driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 06:49:14 -0000 Synopsis: Build options don't appear when rebuilding nvidia-driver Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: linimon Responsible-Changed-When: Wed Aug 24 06:49:02 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85229 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 08:30:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E283616A41F for ; Wed, 24 Aug 2005 08:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 317D643D5C for ; Wed, 24 Aug 2005 08:30: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.3/8.13.3) with ESMTP id j7O8U9bi080278 for ; Wed, 24 Aug 2005 08:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O8U8bx080277; Wed, 24 Aug 2005 08:30:09 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2005 08:30:09 GMT Resent-Message-Id: <200508240830.j7O8U8bx080277@freefall.freebsd.org> 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 Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4456A16A41F for ; Wed, 24 Aug 2005 08:29:36 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B1943D48 for ; Wed, 24 Aug 2005 08:29:34 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id B6F4A877C9F; Wed, 24 Aug 2005 18:29:33 +1000 (EST) Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id 794C6877C85 for ; Wed, 24 Aug 2005 18:29:33 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 53B6A877C54 for ; Wed, 24 Aug 2005 18:29:31 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 50DC9629B; Wed, 24 Aug 2005 18:29:28 +1000 (EST) Message-Id: <20050824082928.50DC9629B@k7.mavetju> Date: Wed, 24 Aug 2005 18:29:28 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85263: [new port] emulators/m2000 - Philips P2000 emulator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 08:30:13 -0000 >Number: 85263 >Category: ports >Synopsis: [new port] emulators/m2000 - Philips P2000 emulator >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 Aug 24 08:30:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386 >Description: Safe keeping for after ports freeze >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: # # m2000/ # m2000/Makefile # m2000/distinfo # m2000/files # m2000/files/patch-Makefile.X # m2000/files/m2000.sh.in # m2000/files/patch-X.c # m2000/pkg-plist # m2000/pkg-descr # echo c - m2000/ mkdir -p m2000/ > /dev/null 2>&1 echo x - m2000/Makefile sed 's/^X//' >m2000/Makefile << 'END-of-m2000/Makefile' X# X# New ports collection makefile for: m2000 X# Date created: 2005-08-23 X# Whom: Edwin Groothuis X# X# $FreeBSD$ X# X XPORTNAME= m2000 XPORTVERSION= 0.6 XCATEGORIES= emulators XMASTER_SITES= http://www.komkon.org/~dekogel/files/p2000/:code \ X ftp://ftp.komkon.org/pub/EMUL8/P2000/Tapes/:tapes XDISTFILES= ${PORTNAME:U}${EXTRACT_SUFX}:code \ X tapeconv.zip:code \ X ${M2000TAPES:S/$/.gz:tapes/} XDIST_SUBDIR= m2000 XEXTRACT_ONLY= ${PORTNAME:U}${EXTRACT_SUFX} X XMAINTAINER= edwin@mavetju.org XCOMMENT= M2000 is a portable emulator for the P2000 home computer X XM2000TAPES= 3DDoolhof2.cas \ X BrickWall.cas \ X Componist.cas \ X ElevatorHumpie.cas \ X ErrorSoft1.cas \ X Fraxxon.cas \ X KleurenDemo.cas \ X LazyBug.cas \ X MachoMan.cas \ X MonkeyKong.cas \ X Snakey.cas \ X SpaceAttack.cas \ X SpaceFight.cas \ X SpaceMission.cas \ X SpeelPalijs.cas \ X StarTrek.cas \ X VluchtSimulator.cas X XWRKSRC= ${WRKDIR}/P2000 XALL_TARGET= x X XSUB_FILES= m2000.sh XUSE_UNZIP= yes X Xpost-extract: X ${MKDIR} ${WRKDIR}/tapeconv X ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv X ${MV} ${WRKDIR}/tapeconv/PCM2CAS.C ${WRKDIR}/tapeconv/PCM2CAS.c X Xpost-build: X ${CC} -o ${WRKDIR}/tapeconv/PCM2CAS ${WRKDIR}/tapeconv/PCM2CAS.c X Xdo-install: X @${INSTALL_SCRIPT} ${WRKDIR}/m2000.sh ${PREFIX}/bin/m2000 X @${INSTALL_PROGRAM} ${WRKDIR}/tapeconv/PCM2CAS ${PREFIX}/bin/tapeconv X @${MKDIR} ${PREFIX}/share/m2000/ X @${INSTALL_PROGRAM} ${WRKSRC}/m2000 ${PREFIX}/share/m2000 X @${INSTALL_DATA} ${WRKSRC}/P2000ROM.bin ${PREFIX}/share/m2000 X @${INSTALL_DATA} ${WRKSRC}/Default.fnt ${PREFIX}/share/m2000 X @${INSTALL_DATA} ${WRKSRC}/BASIC.bin ${PREFIX}/share/m2000 X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/M2000.txt ${DOCSDIR} X.for f in ${M2000TAPES} X @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${f}.gz > ${WRKDIR}/${f} X @${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/share/m2000 X.endfor X Xpost-install: X @${ECHO_CMD} "Run 'make install-user' to install the tapes in your own directory" X Xinstall-user: X @${ECHO_CMD} "Copying tapes to ${HOME}/.m2000..." X @${MKDIR} ${HOME}/.m2000 X.for f in ${M2000TAPES} X @${INSTALL_DATA} ${WRKDIR}/${f} ${HOME}/.m2000 X @${CHMOD} u+w ${HOME}/.m2000/${f} X.endfor X @${ECHO_CMD} "Done. Now start it with 'm2000 [tapename]' and execute the commands 'cload' and 'run'" X X.include END-of-m2000/Makefile echo x - m2000/distinfo sed 's/^X//' >m2000/distinfo << 'END-of-m2000/distinfo' XMD5 (m2000/M2000.tar.gz) = 52513a1276454893fc2a5df562814b1e XSIZE (m2000/M2000.tar.gz) = 96824 XMD5 (m2000/tapeconv.zip) = 0fcb2c17f91ad7f35667a25e84019b4c XSIZE (m2000/tapeconv.zip) = 31353 XMD5 (m2000/3DDoolhof2.cas.gz) = 796960ecf25104798d84e5dd18900d85 XSIZE (m2000/3DDoolhof2.cas.gz) = 5676 XMD5 (m2000/BrickWall.cas.gz) = 5d09884bd589d0f8e5eca18bb2af2393 XSIZE (m2000/BrickWall.cas.gz) = 6276 XMD5 (m2000/Componist.cas.gz) = 2f004f8710e8664580f792a0e21f229b XSIZE (m2000/Componist.cas.gz) = 4964 XMD5 (m2000/ElevatorHumpie.cas.gz) = e7bc0604da81bfdead1eb70d56db93b3 XSIZE (m2000/ElevatorHumpie.cas.gz) = 3530 XMD5 (m2000/ErrorSoft1.cas.gz) = 18f72fbd11c94cc4c7f7a71abfb1618d XSIZE (m2000/ErrorSoft1.cas.gz) = 9300 XMD5 (m2000/Fraxxon.cas.gz) = b2fda31791a40be4c15f3de212f869d4 XSIZE (m2000/Fraxxon.cas.gz) = 13409 XMD5 (m2000/KleurenDemo.cas.gz) = 5a308c9e993b155f4431d7f881d0cb38 XSIZE (m2000/KleurenDemo.cas.gz) = 6564 XMD5 (m2000/LazyBug.cas.gz) = 731ff499d38d24893d398b730cb6d384 XSIZE (m2000/LazyBug.cas.gz) = 5719 XMD5 (m2000/MachoMan.cas.gz) = 6961df6c4dcd29a3fcc24e8e7116139b XSIZE (m2000/MachoMan.cas.gz) = 5651 XMD5 (m2000/MonkeyKong.cas.gz) = ee66dd6ad3884301e01b1c0ce81529bf XSIZE (m2000/MonkeyKong.cas.gz) = 4510 XMD5 (m2000/Snakey.cas.gz) = 035a9f44bb83d6275eb30b0a8593f95e XSIZE (m2000/Snakey.cas.gz) = 4076 XMD5 (m2000/SpaceAttack.cas.gz) = 67e851b5639e5972f5cb13093660f195 XSIZE (m2000/SpaceAttack.cas.gz) = 5869 XMD5 (m2000/SpaceFight.cas.gz) = 65ff0ae9414ea82244b20dd1d488a445 XSIZE (m2000/SpaceFight.cas.gz) = 5301 XMD5 (m2000/SpaceMission.cas.gz) = be92059fecebd662afdd8608cd60ac93 XSIZE (m2000/SpaceMission.cas.gz) = 8706 XMD5 (m2000/SpeelPalijs.cas.gz) = 8ac3d9232bd3358df50ba3d6e337463c XSIZE (m2000/SpeelPalijs.cas.gz) = 6503 XMD5 (m2000/StarTrek.cas.gz) = c6e0c6d9c97a08700818181d0d36a645 XSIZE (m2000/StarTrek.cas.gz) = 6533 XMD5 (m2000/VluchtSimulator.cas.gz) = 11c82a825dfc94ddaa3a0476e492bce8 XSIZE (m2000/VluchtSimulator.cas.gz) = 18397 END-of-m2000/distinfo echo c - m2000/files mkdir -p m2000/files > /dev/null 2>&1 echo x - m2000/files/patch-Makefile.X sed 's/^X//' >m2000/files/patch-Makefile.X << 'END-of-m2000/files/patch-Makefile.X' X--- Makefile.X.orig Fri Feb 14 04:53:43 1997 X+++ Makefile.X Wed Aug 24 16:01:47 2005 X@@ -18,14 +18,14 @@ X # aware though, screen refresh is much slower when shared X # memory is not used X X-CC = gcc # C compiler used X-LD = gcc # Linker used X+CC ?= gcc # C compiler used X+LD ?= gcc # Linker used X X-CFLAGS = -Wall -fomit-frame-pointer -O2 -I/usr/X11/include \ X+CFLAGS += -Wall -fomit-frame-pointer -O2 -I${X11BASE}/include \ X -DLSB_FIRST -DHAVE_FTRUNCATE -DHAVE_CLOCK -DUNIX_X \ X -DSOUND -DMITSHM X X-LFLAGS = -s -L/usr/X11/lib X+LFLAGS += -L${X11BASE}/lib X X OBJECTS = M2000.o P2000.o Z80.o Z80Debug.o \ X Unix.o X.o X@@ -33,13 +33,13 @@ X all: m2000 fontc splitape z80dasm X X m2000: $(OBJECTS) X- $(LD) $(LFLAGS) -o m2000 $(OBJECTS) -lXext -lX11 X+ $(CC) $(LFLAGS) -o m2000 $(OBJECTS) -lXext -lX11 X fontc: fontc.o X- $(LD) $(LFLAGS) -o fontc fontc.o X+ $(CC) $(LFLAGS) -o fontc fontc.o X splitape: splitape.o X- $(LD) $(LFLAGS) -o splitape splitape.o X+ $(CC) $(LFLAGS) -o splitape splitape.o X z80dasm: Z80Dasm.o X- $(LD) $(LFLAGS) -o z80dasm Z80Dasm.o X+ $(CC) $(LFLAGS) -o z80dasm Z80Dasm.o X X M2000.o: M2000.c P2000.h Z80.h Help.h Z80IO.h X P2000.o: P2000.c P2000.h Z80.h Z80IO.h END-of-m2000/files/patch-Makefile.X echo x - m2000/files/m2000.sh.in sed 's/^X//' >m2000/files/m2000.sh.in << 'END-of-m2000/files/m2000.sh.in' X#!/bin/sh X X# X# m2000 doesn't seem to like tapes which are not writable. X# Therefor the tapes are installed to ${HOME}/.m2000 and need to X# be started from there X# X Xif [ -z "$1" ]; then X echo "Usage: $0 [tape] [options...]" X cd %%PREFIX%%/share/m2000 X ./m2000 X exit Xfi X Xif [ "`echo $1 | cut -c 1`" = "-" ]; then X cd %%PREFIX%%/share/m2000 X ./m2000 $* X exit Xfi X Xtape=$1 Xshift X Xif [ "`dirname ${tape}`" = "." ]; then X tape=${HOME}/.m2000/${tape} Xfi Xif [ ! -f ${tape} ]; then X tape=${tape}.cas Xfi Xif [ ! -f ${tape} ]; then X echo "m2000-wrapper: ${tape} not found." X exit Xfi Xif [ ! -w ${tape} ]; then X echo "m2000-wrapper: ${tape} not writable." X exit Xfi X Xcd %%PREFIX%%/share/m2000 X./m2000 -tape ${tape} $* END-of-m2000/files/m2000.sh.in echo x - m2000/files/patch-X.c sed 's/^X//' >m2000/files/patch-X.c << 'END-of-m2000/files/patch-X.c' X--- X.c.orig Wed Aug 24 15:59:59 2005 X+++ X.c Wed Aug 24 16:00:08 2005 X@@ -290,7 +290,7 @@ X DefaultGC=DefaultGCOfScreen (Scr); X DefaultCMap=DefaultColormapOfScreen (Scr); X bpp=DefaultDepthOfScreen (Scr); X- if (bpp!=8 && bpp!=16 && bpp!=32) X+ if (bpp!=8 && bpp!=16 && bpp!=24 && bpp!=32) X { X printf ("FAILED - Only 8,16 and 32 bpp displays are supported\n"); X return 0; END-of-m2000/files/patch-X.c echo x - m2000/pkg-plist sed 's/^X//' >m2000/pkg-plist << 'END-of-m2000/pkg-plist' Xbin/m2000 Xbin/tapeconv X Xshare/m2000/m2000 X Xshare/m2000/P2000ROM.bin Xshare/m2000/BASIC.bin Xshare/m2000/Default.fnt X Xshare/m2000/3DDoolhof2.cas Xshare/m2000/BrickWall.cas Xshare/m2000/Componist.cas Xshare/m2000/ElevatorHumpie.cas Xshare/m2000/ErrorSoft1.cas Xshare/m2000/Fraxxon.cas Xshare/m2000/KleurenDemo.cas Xshare/m2000/LazyBug.cas Xshare/m2000/MachoMan.cas Xshare/m2000/MonkeyKong.cas Xshare/m2000/Snakey.cas Xshare/m2000/SpaceAttack.cas Xshare/m2000/SpaceFight.cas Xshare/m2000/SpaceMission.cas Xshare/m2000/SpeelPalijs.cas Xshare/m2000/StarTrek.cas Xshare/m2000/VluchtSimulator.cas X X%%DOCSDIR%%/M2000.txt X X@dirrm share/m2000 END-of-m2000/pkg-plist echo x - m2000/pkg-descr sed 's/^X//' >m2000/pkg-descr << 'END-of-m2000/pkg-descr' XP2000 Emulator X X- P2000T or P2000M model (P2000M emulation is buggy) X- Support for 1 ROM cartridge X- User-definable amount of RAM X- One tape drive X- Sound through PC Speaker or SoundBlaster (MS-DOS version), or X USS(/Lite) /dev/dsp (Linux/SVGALib and Unix/X versions) X- SAA5050 character rounding emulated in high resolution mode X XThe tape files should be writable, otherwise the emulator won't load them. X XWWW: http://www.komkon.org/~dekogel/m2000.html XAuthor: Marcel de Kogel END-of-m2000/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 08:35:01 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63F916A41F; Wed, 24 Aug 2005 08:35:01 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CA243D48; Wed, 24 Aug 2005 08:35: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.3/8.13.3) with ESMTP id j7O8Z1n6082492; Wed, 24 Aug 2005 08:35:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O8Z1Dv082488; Wed, 24 Aug 2005 08:35:01 GMT (envelope-from edwin) Date: Wed, 24 Aug 2005 08:35:01 GMT From: Edwin Groothuis Message-Id: <200508240835.j7O8Z1Dv082488@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/85263: [new port] emulators/m2000 - Philips P2000 emulator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 08:35:01 -0000 Synopsis: [new port] emulators/m2000 - Philips P2000 emulator Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 24 08:34:53 GMT 2005 Responsible-Changed-Why: mine http://www.freebsd.org/cgi/query-pr.cgi?pr=85263 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 09:00:35 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 030B816A41F for ; Wed, 24 Aug 2005 09:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E40C43D48 for ; Wed, 24 Aug 2005 09: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.3/8.13.3) with ESMTP id j7O90Y9K083212 for ; Wed, 24 Aug 2005 09:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7O90YZn083209; Wed, 24 Aug 2005 09:00:34 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2005 09:00:34 GMT Resent-Message-Id: <200508240900.j7O90YZn083209@freefall.freebsd.org> 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 Pogrebennyk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5343816A41F; Wed, 24 Aug 2005 08:55:06 +0000 (GMT) (envelope-from andrew.nau.ua@gmail.com) Received: from core-door0.ext-rt.zeos.net (core-door0.ext-rt.zeos.net [194.153.128.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7EA43D46; Wed, 24 Aug 2005 08:55:05 +0000 (GMT) (envelope-from andrew.nau.ua@gmail.com) Received: from advatt.post-filter.core.zeos.net (localhost.zeos.net [127.0.0.1]) by 100-30.post-filter.core.zeos.net (Postfix) with ESMTP id A09B954876; Wed, 24 Aug 2005 11:55:04 +0300 (EEST) Received: from spamfilter.post-filter.core.zeos.net (localhost.zeos.net [127.0.0.1]) by 100-26.post-filter.CORE.zeos.net (Postfix) with ESMTP id BB88454848; Wed, 24 Aug 2005 11:54:58 +0300 (EEST) Received: from localhost (localhost.zeos.net [127.0.0.1]) by 80-52.post-filter.CORE.zeos.net (Postfix) with ESMTP id 597155483E; Wed, 24 Aug 2005 11:54:58 +0300 (EEST) Received: from core-door0.ext-rt.zeos.net ([127.0.0.1]) by localhost (core.zeos.net [127.0.0.1]) (amavisd-new, port 8051) with ESMTP id 51840-07; Wed, 24 Aug 2005 11:54:58 +0300 (EEST) Received: from darkstar (sababa-154.dialup.zeos.net [194.153.128.154]) by core.zeos.net (Postfix) with ESMTP id 0F42E5483C; Wed, 24 Aug 2005 11:54:57 +0300 (EEST) Received: from root by darkstar with local (Exim 4.52 (FreeBSD)) id 1E7qsR-0003AN-Iw; Wed, 24 Aug 2005 11:44:55 +0300 Message-Id: Date: Wed, 24 Aug 2005 11:44:55 +0300 From: Andrew Pogrebennyk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: danfe@FreeBSD.org Subject: ports/85264: x11-wm/wmii: updated to wmii-2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 09:00:35 -0000 >Number: 85264 >Category: ports >Synopsis: x11-wm/wmii: updated to wmii-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: Wed Aug 24 09:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrew Pogrebennyk >Release: FreeBSD 6.0-BETA2 i386 >Organization: >Environment: System: FreeBSD darkstar 6.0-BETA2 FreeBSD 6.0-BETA2 #0: Fri Aug 5 22:24:42 EEST >Description: Window Manager Improved 2 is the next generation of the WMI project. Due to a complete rewrite it is highly modularized and uses a new configuration and inter-process communication interface which is based on the 9p protocol from the Plan 9 operating system. It achieves following goals: * Reduction of compile time * Reduction of memory usage * Reduction of lines of code * Performance improvements * Improved rendering capabilities (optional Cairo) * Improved configuration and IPC interface (Libixp) * Modularized components WWW: http://wmi.modprobe.de/ Changes: * Updated to wmii-2 Port maintainer (danfe@FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: begin 644 wmii-2.patch ` diff -u -ruN wmii.old/Makefile wmii/Makefile --- wmii.old/Makefile Fri Jun 3 15:06:55 2005 +++ wmii/Makefile Wed Aug 24 10:56:29 2005 @@ -6,7 +6,7 @@ # PORTNAME= wmii -DISTVERSION= 1 +DISTVERSION= 2 CATEGORIES= x11-wm MASTER_SITES= http://wmi.modprobe.de/download/ @@ -23,8 +23,8 @@ OPTIONS= CAIRO "Enable Cairo rendering backend" off \ STRL "Use strlcpy()/strlcat() functions" off -MAN1= wmibar.1 wmifs.1 wmii.1 wmiinput.1 wmikeys.1 wmiplumb.1 \ - wmir.1 wmiwarp.1 +MAN1= wmibar.1 wmifs.1 wmii.1 wmikeys.1 wmimenu.1 \ + wmir.1 MAN5= wmii.rc.5 .include diff -u -ruN wmii.old/distinfo wmii/distinfo --- wmii.old/distinfo Thu Jun 2 14:27:59 2005 +++ wmii/distinfo Wed Aug 24 01:40:58 2005 @@ -1,2 +1,2 @@ -MD5 (wmii-1.tar.bz2) = 160f0f59138df262a9ea9764dfa5655e -SIZE (wmii-1.tar.bz2) = 71003 +MD5 (wmii-2.tar.bz2) = de5e7838d76c4d52d49a223c6ecf4243 +SIZE (wmii-2.tar.bz2) = 67004 diff -u -ruN wmii.old/pkg-plist wmii/pkg-plist --- wmii.old/pkg-plist Thu Jun 2 14:27:59 2005 +++ wmii/pkg-plist Wed Aug 24 11:28:32 2005 @@ -1,19 +1,65 @@ bin/wmibar bin/wmifs bin/wmii -bin/wmiinput +bin/wmiiwm bin/wmikeys +bin/wmimenu bin/wmiplumb bin/wmir +bin/wmira +bin/wmirefcard bin/wmiwarp -etc/wmii/actions +etc/wmii/action/actions +etc/wmii/action/attach +etc/wmii/action/border +etc/wmii/action/clientupdate +etc/wmii/action/close +etc/wmii/action/cnext +etc/wmii/action/cprev +etc/wmii/action/detach +etc/wmii/action/fnext +etc/wmii/action/fprev +etc/wmii/action/fresize +etc/wmii/action/ftoggle +etc/wmii/action/icons +etc/wmii/action/kbare +etc/wmii/action/kmove +etc/wmii/action/knorm +etc/wmii/action/kresize +etc/wmii/action/lfloat +etc/wmii/action/lgrid +etc/wmii/action/lmax +etc/wmii/action/lock +etc/wmii/action/ltiled +etc/wmii/action/lvsplit +etc/wmii/action/max +etc/wmii/action/mouse +etc/wmii/action/p +etc/wmii/action/pager +etc/wmii/action/pageupdate +etc/wmii/action/plumbgoogle +etc/wmii/action/plumburl +etc/wmii/action/pnew +etc/wmii/action/pnext +etc/wmii/action/pprev +etc/wmii/action/premove +etc/wmii/action/presize +etc/wmii/action/programs +etc/wmii/action/ptoggle +etc/wmii/action/quit +etc/wmii/action/scr +etc/wmii/action/tab +etc/wmii/action/term +etc/wmii/action/www +etc/wmii/action/zoom etc/wmii/bar -etc/wmii/input etc/wmii/keys +etc/wmii/menu etc/wmii/rc etc/wmii/rc.conf etc/wmii/status.sh -etc/wmii/wmii -@dirrm etc/wmii +etc/wmii/wm %%DATADIR%%/welcome.txt -@dirrm %%DATADIR%% +@dirrm %%DATADIR%% +@dirrm etc/wmii/action +@dirrm etc/wmii end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 10:23:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 7876216A420; Wed, 24 Aug 2005 10:23:17 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2C843D53; Wed, 24 Aug 2005 10:23:15 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 6FA0E17050; Wed, 24 Aug 2005 12:23:20 +0200 (CEST) Date: Wed, 24 Aug 2005 12:23:20 +0200 From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050824102320.GA749@hoeg.nl> References: <200508122130.j7CLUNRQ018058@www.freebsd.org> <200508122140.j7CLe7nw054439@freefall.freebsd.org> <20050820134306.GB3958@hoeg.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <20050820134306.GB3958@hoeg.nl> User-Agent: Mutt/1.5.9i Cc: Subject: Re: ports/84853: [New port] games/linux-q3apoint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 10:23:17 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I just updated the port to remove some stupid bugs: - Removed the X11R6 prefix - it can be used as a dedicated server without X11 - Replaced the USE_XLIB flag to make the port only depend on X11 when building the client The port is available at the same location. Yours, --=20 Ed Schouten --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDDEqYmVI4SHXwmhERAo1OAJ9d5FtJGzqqj28VtRM45GzwtthhxwCdEkEt SYYF4gTNCCQTCUhfy+B+www= =8O0o -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 11:10:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FEC16A41F for ; Wed, 24 Aug 2005 11:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BCC43D46 for ; Wed, 24 Aug 2005 11: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.3/8.13.3) with ESMTP id j7OBAIxQ002859 for ; Wed, 24 Aug 2005 11:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OBAIT0002858; Wed, 24 Aug 2005 11:10:18 GMT (envelope-from gnats) Date: Wed, 24 Aug 2005 11:10:18 GMT Message-Id: <200508241110.j7OBAIT0002858@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andrey Slusar Cc: Subject: ports/84702 [MAINTAINER] comms/qicosi: update to new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrey Slusar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 11:10:19 -0000 The following reply was made to PR ports/84702; it has been noted by GNATS. From: Andrey Slusar To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: ports/84702 [MAINTAINER] comms/qicosi: update to new version Date: Wed, 24 Aug 2005 14:00:39 +0300 >Submitter-Id: current-users >Originator: Andrey Slusar >Organization: Santinel >Confidential: no >Synopsis: ports/84702 [MAINTAINER] comms/qicosi: update to new version >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 5.4-STABLE i386 >Environment: System: FreeBSD santinel.home.ua 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Jul 15 13:41:23 EEST 2005 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: Now is version 0.57.1 available. * Changed MASTER_SITES * Update to version 0.57.1 >How-To-Repeat: >Fix: --- qicosi.diff begins here --- diff -ruN /usr/ports/comms/qicosi/Makefile qicosi/Makefile --- /usr/ports/comms/qicosi/Makefile Wed Apr 13 07:12:20 2005 +++ qicosi/Makefile Wed Aug 24 13:10:59 2005 @@ -6,10 +6,10 @@ # PORTNAME= qicosi -PORTVERSION= 0.54.1 +PORTVERSION= 0.57.1 CATEGORIES= comms -MASTER_SITES= http://santinel.bas-net.by/files/ -DISTNAME= qico-${PORTVERSION}si +MASTER_SITES= http://193.232.248.13:8080/qicoxe/ +DISTNAME= qico-${PORTVERSION}xe MAINTAINER= anrays@gmail.com COMMENT= Ip/modem fido compatible mailer @@ -27,8 +27,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= Changes FAQ README -EXAMPLES= fts-0001 onchat qhistory qico.xpm qlinks sfreq \ - stat.run synctime tossing +EXAMPLES= koi8r_866.cp onchat qhistory qico.xpm qlinks sfreq \ + stat.run synctime test.pl tossing MAN8= qcc.8 qctl.8 qico.8 diff -ruN /usr/ports/comms/qicosi/distinfo qicosi/distinfo --- /usr/ports/comms/qicosi/distinfo Mon Jun 28 19:19:55 2004 +++ qicosi/distinfo Wed Aug 24 13:23:07 2005 @@ -1,2 +1,2 @@ -MD5 (qico-0.54.1si.tar.bz2) = 94cab65bdaf29c781033148e8d189461 -SIZE (qico-0.54.1si.tar.bz2) = 260067 +MD5 (qico-0.57.1xe.tar.bz2) = d2ee1d8f60c2af55f7639538f32fcce3 +SIZE (qico-0.57.1xe.tar.bz2) = 367625 diff -ruN /usr/ports/comms/qicosi/pkg-plist qicosi/pkg-plist --- /usr/ports/comms/qicosi/pkg-plist Wed Jun 2 07:06:53 2004 +++ qicosi/pkg-plist Tue Aug 9 13:08:26 2005 @@ -5,7 +5,7 @@ %%PORTDOCS%%%%DOCSDIR%%/FAQ.ru %%PORTDOCS%%%%DOCSDIR%%/README.ru %%PORTDOCS%%%%DOCSDIR%%/Changes.ru -%%PORTDOCS%%%%EXAMPLESDIR%%/fts-0001 +%%PORTDOCS%%%%EXAMPLESDIR%%/koi8r_866.cp %%PORTDOCS%%%%EXAMPLESDIR%%/onchat %%PORTDOCS%%%%EXAMPLESDIR%%/qhistory %%PORTDOCS%%%%EXAMPLESDIR%%/qico.xpm @@ -13,6 +13,7 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/sfreq %%PORTDOCS%%%%EXAMPLESDIR%%/stat.run %%PORTDOCS%%%%EXAMPLESDIR%%/synctime +%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl %%PORTDOCS%%%%EXAMPLESDIR%%/tossing %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% --- qicosi.diff ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 13:30:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC5E16A41F for ; Wed, 24 Aug 2005 13:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D622E43D53 for ; Wed, 24 Aug 2005 13: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.3/8.13.3) with ESMTP id j7ODUIRN017661 for ; Wed, 24 Aug 2005 13:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7ODUInt017659; Wed, 24 Aug 2005 13:30:18 GMT (envelope-from gnats) Date: Wed, 24 Aug 2005 13:30:18 GMT Message-Id: <200508241330.j7ODUInt017659@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ed Schouten Cc: Subject: Re: misc/84929: [irc/bitlbee] Add WITH_MSN6_FEATURES flag for buddy icon support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 13:30:19 -0000 The following reply was made to PR ports/84929; it has been noted by GNATS. From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/84929: [irc/bitlbee] Add WITH_MSN6_FEATURES flag for buddy icon support Date: Wed, 24 Aug 2005 15:24:47 +0200 --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Bitlbee doesn't support Google Talk, though a patch is available from the authors: http://get.bitlbee.org/patches/bitlbee-jabberserver.patch Adding this file to your '/usr/ports/irc/bitlbee/files' directory allows you to connect to Google Talk: http://g-rave.nl/files/ports/patch-xmpp-google by using the following line: | account add jabber foobar@gmail.com p4ssw0rd talk.google.com:ssl Have fun! Yours, --=20 Ed Schouten --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDDHUfmVI4SHXwmhERAvXmAKC/JjIzvW8mRWnpRSLbda97NoJVNwCgyJC+ JRcN7dFGrgbjpGIzzel63MI= =0JEB -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 14:59:45 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B827F16A41F; Wed, 24 Aug 2005 14:59:45 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E22743D45; Wed, 24 Aug 2005 14:59: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.3/8.13.3) with ESMTP id j7OExj9d026004; Wed, 24 Aug 2005 14:59:45 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OExjFI026000; Wed, 24 Aug 2005 14:59:45 GMT (envelope-from sem) Date: Wed, 24 Aug 2005 14:59:45 GMT From: Sergey Matveychuk Message-Id: <200508241459.j7OExjFI026000@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Cc: Subject: Re: ports/85247: [SECURITY] www/oops oops user creation possible problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 14:59:45 -0000 Synopsis: [SECURITY] www/oops oops user creation possible problem Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: sem Responsible-Changed-When: Wed Aug 24 14:59:40 GMT 2005 Responsible-Changed-Why: Take it http://www.freebsd.org/cgi/query-pr.cgi?pr=85247 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 15:11:00 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4494016A41F; Wed, 24 Aug 2005 15:11:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E3943D48; Wed, 24 Aug 2005 15:10:59 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OFAxKs030792; Wed, 24 Aug 2005 15:10:59 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OFAx6o030788; Wed, 24 Aug 2005 15:10:59 GMT (envelope-from garga) Date: Wed, 24 Aug 2005 15:10:59 GMT From: Renato Botelho Message-Id: <200508241510.j7OFAx6o030788@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85250: New port: mail/qmail-vida X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 15:11:00 -0000 Synopsis: New port: mail/qmail-vida Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Wed Aug 24 15:10:55 GMT 2005 Responsible-Changed-Why: Grabbed. http://www.freebsd.org/cgi/query-pr.cgi?pr=85250 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 15:52:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A3F16A41F; Wed, 24 Aug 2005 15:52:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF5A43D46; Wed, 24 Aug 2005 15:52:24 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OFqOu5032855; Wed, 24 Aug 2005 15:52:24 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OFqOsF032851; Wed, 24 Aug 2005 15:52:24 GMT (envelope-from garga) Date: Wed, 24 Aug 2005 15:52:24 GMT From: Renato Botelho Message-Id: <200508241552.j7OFqOsF032851@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85249: Update port: japanese/lyx unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 15:52:25 -0000 Synopsis: Update port: japanese/lyx unbreak Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Wed Aug 24 15:52:11 GMT 2005 Responsible-Changed-Why: Grabbed. http://www.freebsd.org/cgi/query-pr.cgi?pr=85249 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 18:54:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3183F16A420; Wed, 24 Aug 2005 18:54:10 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37DD43D45; Wed, 24 Aug 2005 18:54:09 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OIs948054723; Wed, 24 Aug 2005 18:54:09 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OIs9xJ054719; Wed, 24 Aug 2005 18:54:09 GMT (envelope-from lesi) Date: Wed, 24 Aug 2005 18:54:09 GMT From: Dejan Lesjak Message-Id: <200508241854.j7OIs9xJ054719@freefall.freebsd.org> To: prehor@gmail.com, lesi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/83988: [PATCH] security/amavisd-new: properly set default values X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 18:54:10 -0000 Synopsis: [PATCH] security/amavisd-new: properly set default values State-Changed-From-To: feedback->closed State-Changed-By: lesi State-Changed-When: Wed Aug 24 18:53:01 GMT 2005 State-Changed-Why: Fix from maintainer merged with upgrade in PR ports/85241. http://www.freebsd.org/cgi/query-pr.cgi?pr=83988 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 20:00:28 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A448516A41F for ; Wed, 24 Aug 2005 20:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2635B43D46 for ; Wed, 24 Aug 2005 20: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.3/8.13.3) with ESMTP id j7OK0Si6062198 for ; Wed, 24 Aug 2005 20:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OK0RiP062183; Wed, 24 Aug 2005 20:00:28 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2005 20:00:28 GMT Resent-Message-Id: <200508242000.j7OK0RiP062183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B71A16A41F for ; Wed, 24 Aug 2005 19:50:27 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D6ADF43D46 for ; Wed, 24 Aug 2005 19:50:26 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 57512 invoked from network); 24 Aug 2005 19:50:20 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 24 Aug 2005 19:50:20 -0000 Message-Id: <1124913040.0@phobos.mars.bsd> Date: Wed, 24 Aug 2005 16:50:40 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85270: [UPDATE] games/cube: add wrapper script to make it work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 20:00:28 -0000 >Number: 85270 >Category: ports >Synopsis: [UPDATE] games/cube: add wrapper script to make it work >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 Aug 24 20:00:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Changes: * Add wrapper scripts for the executables cube_client and cube_server, and place the programs in libexec because it needs to write files in the data directory (otherwise it crashes). * Use %%DATADIR%% in pkg-plist. * Remove patch "files/patch-main.cpp". * Rename patch "patch-source::src::tools.h" to >How-To-Repeat: # cd /usr/ports/games/cube # make install clean % cube_client >Fix: --- cube.diff begins here --- diff -urN /usr/ports/games/cube/Makefile cube/Makefile --- /usr/ports/games/cube/Makefile Thu Sep 23 05:58:57 2004 +++ cube/Makefile Wed Aug 24 15:56:01 2005 @@ -15,7 +15,7 @@ MAINTAINER= avleeuwen@piwebs.com COMMENT= An OpenGL 3D First Person Shooter game -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip USE_SDL= image mixer sdl USE_GMAKE= yes @@ -27,11 +27,12 @@ DATADIR= ${PREFIX}/share/cube CONFIGURE_WRKSRC= ${WRKSRC}/source/enet +SUB_FILES= cube_client cube_server + post-extract: @ ${UNZIP_CMD} -a -q -o ${WRKSRC}/source/${DISTNAME}_src.zip -d ${WRKSRC}/source/ post-patch: - @${ECHO_CMD} '#define DATADIR "${DATADIR}"' >> ${BUILD_WRKSRC}/cube.h @${REINPLACE_CMD} -e 's|%%CXX%%|${CXX}|g ; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g ; s|%%X11BASE%%|${X11BASE}|g' \ ${BUILD_WRKSRC}/Makefile @@ -40,8 +41,10 @@ @${CHMOD} u+x ${CONFIGURE_WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cube_client ${PREFIX}/bin - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cube_server ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/cube_client ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/cube_server ${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cube_client ${PREFIX}/libexec + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cube_server ${PREFIX}/libexec ${MKDIR} ${DATADIR}/savegames ${CP} -Rp ${WRKSRC}/packages ${DATADIR} ${CP} -Rp ${WRKSRC}/data ${DATADIR} diff -urN /usr/ports/games/cube/files/cube_client.in cube/files/cube_client.in --- /usr/ports/games/cube/files/cube_client.in Wed Dec 31 21:00:00 1969 +++ cube/files/cube_client.in Wed Aug 24 15:27:36 2005 @@ -0,0 +1,19 @@ +#!/bin/sh + +# The executable needs to be run from its data directory, and needs to store +# configuration in it. We therefore mirror the data directory hierarchy in +# ~/.cube, and create symlinks to the data files, but the configuration file +# is copied, and write permission for the user is added to it. + +cd %%DATADIR%% || exit 1 + +find * -type d -exec mkdir -p ~/.cube/{} \; || exit 1 + +test -f ~/.cube/autoexec.cfg || cp autoexec.cfg ~/.cube && +chmod u+w ~/.cube/autoexec.cfg + +find * -type f -exec ln -s %%DATADIR%%/{} ~/.cube/{} \; 2>/dev/null || exit 1 + +cd ~/.cube || exit 1 + +exec %%PREFIX%%/libexec/cube_client diff -urN /usr/ports/games/cube/files/cube_server.in cube/files/cube_server.in --- /usr/ports/games/cube/files/cube_server.in Wed Dec 31 21:00:00 1969 +++ cube/files/cube_server.in Wed Aug 24 15:27:55 2005 @@ -0,0 +1,19 @@ +#!/bin/sh + +# The executable needs to be run from its data directory, and needs to store +# configuration in it. We therefore mirror the data directory hierarchy in +# ~/.cube, and create symlinks to the data files, but the configuration file +# is copied, and write permission for the user is added to it. + +cd %%DATADIR%% || exit 1 + +find * -type d -exec mkdir -p ~/.cube/{} \; || exit 1 + +test -f ~/.cube/autoexec.cfg || cp autoexec.cfg ~/.cube && +chmod u+w ~/.cube/autoexec.cfg + +find * -type f -exec ln -s %%DATADIR%%/{} ~/.cube/{} \; 2>/dev/null || exit 1 + +cd ~/.cube || exit 1 + +exec %%PREFIX%%/libexec/cube_server diff -urN /usr/ports/games/cube/files/patch-main.cpp cube/files/patch-main.cpp --- /usr/ports/games/cube/files/patch-main.cpp Mon Jan 20 23:02:48 2003 +++ cube/files/patch-main.cpp Wed Dec 31 21:00:00 1969 @@ -1,19 +0,0 @@ ---- source/src/main.old Thu Oct 17 22:27:33 2002 -+++ source/src/main.cpp Thu Oct 17 22:58:12 2002 -@@ -1,6 +1,7 @@ - // main.cpp: initialisation & main loop - - #include "cube.h" -+#include - - void cleanup(char *msg) // single program exit point; - { -@@ -101,6 +102,8 @@ - - #define log(s) puts("init: " s) - log("sdl"); -+ -+ ::chdir(DATADIR); - - for(int i = 1; i struct vector + { + T *buf; +@@ -259,7 +261,6 @@ + + #define enumerate(ht,t,e,b) loopi(ht->size) for(ht->enumc = ht->table[i]; ht->enumc; ht->enumc = ht->enumc->next) { t e = &ht->enumc->data; b; } + +-pool *gp(); + inline char *newstring(char *s) { return gp()->string(s); }; + inline char *newstring(char *s, int l) { return gp()->string(s, l); }; + inline char *newstringbuf(char *s) { return gp()->stringbuf(s); }; diff -urN /usr/ports/games/cube/files/patch-source::src::tools.h cube/files/patch-source::src::tools.h --- /usr/ports/games/cube/files/patch-source::src::tools.h Thu Sep 23 05:58:57 2004 +++ cube/files/patch-source::src::tools.h Wed Dec 31 21:00:00 1969 @@ -1,19 +0,0 @@ ---- source/src/tools.h.orig Wed Sep 22 16:54:56 2004 -+++ source/src/tools.h Wed Sep 22 17:00:21 2004 -@@ -136,6 +136,8 @@ - void allocnext(int allocsize); - }; - -+pool *gp(); -+ - template struct vector - { - T *buf; -@@ -259,7 +261,6 @@ - - #define enumerate(ht,t,e,b) loopi(ht->size) for(ht->enumc = ht->table[i]; ht->enumc; ht->enumc = ht->enumc->next) { t e = &ht->enumc->data; b; } - --pool *gp(); - inline char *newstring(char *s) { return gp()->string(s); }; - inline char *newstring(char *s, int l) { return gp()->string(s, l); }; - inline char *newstringbuf(char *s) { return gp()->stringbuf(s); }; diff -urN /usr/ports/games/cube/pkg-plist cube/pkg-plist --- /usr/ports/games/cube/pkg-plist Fri Jun 4 13:34:17 2004 +++ cube/pkg-plist Wed Aug 24 15:53:33 2005 @@ -1,879 +1,881 @@ bin/cube_client bin/cube_server -share/cube/autoexec.cfg -share/cube/data/crosshair.png -share/cube/data/default_map_settings.cfg -share/cube/data/explosion.jpg -share/cube/data/items.png -share/cube/data/keymap.cfg -share/cube/data/martin/ball1.png -share/cube/data/martin/ball2.png -share/cube/data/martin/ball3.png -share/cube/data/martin/base.png -share/cube/data/martin/smoke.png -share/cube/data/menus.cfg -share/cube/data/newchars.png -share/cube/data/prefabs.cfg -share/cube/data/sounds.cfg -share/cube/packages/aard/aardfdry256_1.jpg -share/cube/packages/aard/aardmbr16_2.jpg -share/cube/packages/aard/aardmmet32_1.jpg -share/cube/packages/aard/aardograss_1.jpg -share/cube/packages/aard/readme.txt -share/cube/packages/af/bullets_side.jpg -share/cube/packages/af/bullets_top.jpg -share/cube/packages/af/health_ga.jpg -share/cube/packages/af/health_health.jpg -share/cube/packages/af/health_top1.jpg -share/cube/packages/af/health_top2.jpg -share/cube/packages/af/health_top3.jpg -share/cube/packages/af/health_ya.jpg -share/cube/packages/af/light02.jpg -share/cube/packages/af/light02_broken.jpg -share/cube/packages/af/quad_side.jpg -share/cube/packages/af/quad_top.jpg -share/cube/packages/af/rifle_side.jpg -share/cube/packages/af/rifle_top.jpg -share/cube/packages/af/rockets_side.jpg -share/cube/packages/af/rockets_top.jpg -share/cube/packages/af/shells_side.jpg -share/cube/packages/af/shells_top.jpg -share/cube/packages/af/signs_danger.jpg -share/cube/packages/af/signs_dne_reverse.jpg -share/cube/packages/af/signs_radioactive.jpg -share/cube/packages/af/sludge.jpg -share/cube/packages/af/sludge_l.jpg -share/cube/packages/base/32.cgz -share/cube/packages/base/Cube101.txt -share/cube/packages/base/aard1.cgz -share/cube/packages/base/aard1_remix.cgz -share/cube/packages/base/aard2.cgz -share/cube/packages/base/aard3.cfg -share/cube/packages/base/aard3.cgz -share/cube/packages/base/af.cfg -share/cube/packages/base/af.cgz -share/cube/packages/base/artanis.cgz -share/cube/packages/base/attacko.cgz -share/cube/packages/base/b2k.cgz -share/cube/packages/base/bhouse.cgz -share/cube/packages/base/biologie.cgz -share/cube/packages/base/caged.cgz -share/cube/packages/base/caged.txt -share/cube/packages/base/castle.cgz -share/cube/packages/base/cellar.cgz -share/cube/packages/base/cruel01.cgz -share/cube/packages/base/cruel02.cgz -share/cube/packages/base/cube101.cfg -share/cube/packages/base/cube101.cgz -share/cube/packages/base/darth.cgz -share/cube/packages/base/douze.cfg -share/cube/packages/base/douze.cgz -share/cube/packages/base/douze_beta.txt -share/cube/packages/base/dragon.cgz -share/cube/packages/base/drianmp2.cfg -share/cube/packages/base/drianmp2.cgz -share/cube/packages/base/egysp1.cfg -share/cube/packages/base/egysp1.cgz -share/cube/packages/base/fox.cfg -share/cube/packages/base/fox.cgz -share/cube/packages/base/fsession.cfg -share/cube/packages/base/fsession.cgz -share/cube/packages/base/gdb1.cgz -share/cube/packages/base/ger1.cgz -share/cube/packages/base/gib.cgz -share/cube/packages/base/gzdm1.cgz -share/cube/packages/base/hylken5.cgz -share/cube/packages/base/infertile.cfg -share/cube/packages/base/infertile.cgz -share/cube/packages/base/infertile.txt -share/cube/packages/base/inkedskin.cgz -share/cube/packages/base/kartoffel.cgz -share/cube/packages/base/kksp1 (v1.5) readme.txt -share/cube/packages/base/kksp1.cfg -share/cube/packages/base/kksp1.cgz -share/cube/packages/base/kmap1.cgz -share/cube/packages/base/kmap2.cgz -share/cube/packages/base/kmap3.cfg -share/cube/packages/base/kmap3.cgz -share/cube/packages/base/kmap4.cfg -share/cube/packages/base/kmap4.cgz -share/cube/packages/base/kmap5.cfg -share/cube/packages/base/kmap5.cgz -share/cube/packages/base/ksp1.cfg -share/cube/packages/base/ksp1.cgz -share/cube/packages/base/ksp2.cfg -share/cube/packages/base/ksp2.cgz -share/cube/packages/base/lbase.cgz -share/cube/packages/base/ludm1.cgz -share/cube/packages/base/mak1.cfg -share/cube/packages/base/mak1.cgz -share/cube/packages/base/mak1.txt -share/cube/packages/base/mak2.cfg -share/cube/packages/base/mak2.cgz -share/cube/packages/base/mak2.txt -share/cube/packages/base/matador.cfg -share/cube/packages/base/matador.cgz -share/cube/packages/base/metalv2.cgz -share/cube/packages/base/metl1.cgz -share/cube/packages/base/metl2.cgz -share/cube/packages/base/metl3.cfg -share/cube/packages/base/metl3.cgz -share/cube/packages/base/minion1.cgz -share/cube/packages/base/mm5remix.cfg -share/cube/packages/base/mm5remix.cgz -share/cube/packages/base/mpsp1 readme.txt -share/cube/packages/base/mpsp1.cfg -share/cube/packages/base/mpsp1.cgz -share/cube/packages/base/mpsp2 readme.txt -share/cube/packages/base/mpsp2.cfg -share/cube/packages/base/mpsp2.cgz -share/cube/packages/base/mpsp3 readme.txt -share/cube/packages/base/mpsp3.cfg -share/cube/packages/base/mpsp3.cgz -share/cube/packages/base/nsp2.cfg -share/cube/packages/base/nsp2.cgz -share/cube/packages/base/nudist.cgz -share/cube/packages/base/ogrosupply.cfg -share/cube/packages/base/ogrosupply.cgz -share/cube/packages/base/ogrosupply.txt -share/cube/packages/base/paintb1.cgz -share/cube/packages/base/plagiat.cgz -share/cube/packages/base/powerplant.cfg -share/cube/packages/base/powerplant.cgz -share/cube/packages/base/powerplant.txt -share/cube/packages/base/q3dm2.cfg -share/cube/packages/base/q3dm2.cgz -share/cube/packages/base/q3dm2.txt -share/cube/packages/base/rampage-fanatic-spentron.txt -share/cube/packages/base/rampage.cgz -share/cube/packages/base/readme_fsession.txt -share/cube/packages/base/rpgcb01.cgz -share/cube/packages/base/sp1-test.cgz -share/cube/packages/base/sp_af.cfg -share/cube/packages/base/sp_af.cgz -share/cube/packages/base/sp_infidel.cgz -share/cube/packages/base/sp_infidel.txt -share/cube/packages/base/sp_stalingrad.cgz -share/cube/packages/base/spillway.cfg -share/cube/packages/base/spillway.cgz -share/cube/packages/base/style.cgz -share/cube/packages/base/style.txt -share/cube/packages/base/tartech.cfg -share/cube/packages/base/tartech.cgz -share/cube/packages/base/taurus.cgz -share/cube/packages/base/templeofdespair.cgz -share/cube/packages/base/templeofdespair.txt -share/cube/packages/base/thearit.cgz -share/cube/packages/base/tongues.cgz -share/cube/packages/base/tta.cgz -share/cube/packages/base/tta.txt -share/cube/packages/base/uf.cgz -share/cube/packages/base/vaterland.cgz -share/cube/packages/base/wandering.cfg -share/cube/packages/base/wandering.cgz -share/cube/packages/base/wandering.txt -share/cube/packages/base/wsg.txt -share/cube/packages/base/wsg1.cfg -share/cube/packages/base/wsg1.cgz -share/cube/packages/base/wsg2.cfg -share/cube/packages/base/wsg2.cgz -share/cube/packages/base/wsg3.cfg -share/cube/packages/base/wsg3.cgz -share/cube/packages/base/x.cgz -share/cube/packages/base/zippie.cfg -share/cube/packages/base/zippie.cgz -share/cube/packages/dg/floor_grass1.jpg -share/cube/packages/dg/floor_grass3&soil.jpg -share/cube/packages/dg/floor_pavement_stone4_2.jpg -share/cube/packages/dg/floor_pavement_stone4_3.jpg -share/cube/packages/dg/floor_pavement_stone4_4moss.jpg -share/cube/packages/dg/floor_pavement_stone5_2.jpg -share/cube/packages/dg/floor_pavement_stone_four2.jpg -share/cube/packages/dg/floor_pavingStone.jpg -share/cube/packages/dg/floor_pavingStone_ceramic.jpg -share/cube/packages/dg/floor_paving_littleStones3.jpg -share/cube/packages/dg/floor_paving_littleStones3_2.jpg -share/cube/packages/dg/floor_paving_littleStones_2.jpg -share/cube/packages/dg/floor_soil&grave3.jpg -share/cube/packages/dg/floor_tile_ceramicBlue.jpg -share/cube/packages/dg/floor_tile_stoneIrregular.jpg -share/cube/packages/dg/mad013.jpg -share/cube/packages/dg/mad015.jpg -share/cube/packages/dg/mad063.jpg -share/cube/packages/dg/mur059.jpg -share/cube/packages/dg/mur073.jpg -share/cube/packages/dg/mur078.jpg -share/cube/packages/dg/mur079.jpg -share/cube/packages/dg/mur142.jpg -share/cube/packages/dg/muv158.jpg -share/cube/packages/dg/muv185.jpg -share/cube/packages/dg/muv204.jpg -share/cube/packages/dg/sue011.jpg -share/cube/packages/dg/sup075.jpg -share/cube/packages/dg/sup079.jpg -share/cube/packages/egyptsoc/032-01a.jpg -share/cube/packages/egyptsoc/032-03a.jpg -share/cube/packages/egyptsoc/032-03c.jpg -share/cube/packages/egyptsoc/032-04a.jpg -share/cube/packages/egyptsoc/032-05d.jpg -share/cube/packages/egyptsoc/048-01a.jpg -share/cube/packages/egyptsoc/048-02h.jpg -share/cube/packages/egyptsoc/064-02b.jpg -share/cube/packages/egyptsoc/064-03a.jpg -share/cube/packages/egyptsoc/064-07d.jpg -share/cube/packages/egyptsoc/064-08c.jpg -share/cube/packages/egyptsoc/064-08f.jpg -share/cube/packages/egyptsoc/128-01pc.jpg -share/cube/packages/egyptsoc/128-02a.jpg -share/cube/packages/egyptsoc/128-03c.jpg -share/cube/packages/egyptsoc/128-04a.jpg -share/cube/packages/egyptsoc/128-04d.jpg -share/cube/packages/egyptsoc/256-01a.jpg -share/cube/packages/egyptsoc/256-03b.jpg -share/cube/packages/egyptsoc/block01a.jpg -share/cube/packages/egyptsoc/block01b.jpg -share/cube/packages/egyptsoc/block01d.jpg -share/cube/packages/egyptsoc/block02b.jpg -share/cube/packages/egyptsoc/block03b.jpg -share/cube/packages/egyptsoc/block07b.jpg -share/cube/packages/egyptsoc/block10c.jpg -share/cube/packages/egyptsoc/egyptsoc_readme.txt -share/cube/packages/egyptsoc/lig_032-01b1.jpg -share/cube/packages/egyptsoc/lig_032-01r1.jpg -share/cube/packages/egyptsoc/lig_032-03b1.jpg -share/cube/packages/egyptsoc/lig_032-03r1.jpg -share/cube/packages/egyptsoc/lig_032-04b1.jpg -share/cube/packages/egyptsoc/lig_032-04r1.jpg -share/cube/packages/egyptsoc/lig_064-01b1.jpg -share/cube/packages/egyptsoc/lig_064-02r1.jpg -share/cube/packages/egyptsoc/lig_064-04b1.jpg -share/cube/packages/egyptsoc/lig_064-04r1.jpg -share/cube/packages/egyptsoc/lig_064-04y1.jpg -share/cube/packages/egyptsoc/lig_128-05b1.jpg -share/cube/packages/egyptsoc/lig_b064-02a.jpg -share/cube/packages/egyptsoc/lig_b064-02d.jpg -share/cube/packages/egyptsoc/s064-01b.jpg -share/cube/packages/egyptsoc/s064-01e.jpg -share/cube/packages/egyptsoc/s064-03a.jpg -share/cube/packages/egyptsoc/s064-05c.jpg -share/cube/packages/egyptsoc/s064-05f.jpg -share/cube/packages/egyptsoc/solidgrate1b.jpg -share/cube/packages/egyptsoc/stone01a.jpg -share/cube/packages/egyptsoc/stone01b.jpg -share/cube/packages/egyptsoc/stone01d.jpg -share/cube/packages/egyptsoc/stone02b.jpg -share/cube/packages/egyptsoc/stone03b.jpg -share/cube/packages/egyptsoc/stone03d.jpg -share/cube/packages/egyptsoc/stone04b.jpg -share/cube/packages/egyptsoc/stone04d.jpg -share/cube/packages/egyptsoc/stone08d.jpg -share/cube/packages/egyptsoc/stone10b.jpg -share/cube/packages/egyptsoc/stone10d.jpg -share/cube/packages/egyptsoc/v064-01b.jpg -share/cube/packages/egyptsoc/v064-02a.jpg -share/cube/packages/egyptsoc/v064-03b.jpg -share/cube/packages/egyptsoc/v064-03c.jpg -share/cube/packages/egyptsoc/v096-01b.jpg -share/cube/packages/egyptsoc/v128-02a.jpg -share/cube/packages/egyptsoc/v128-03a.jpg -share/cube/packages/egyptsoc/wood17.jpg -share/cube/packages/egyptsoc/woodmgrid1a.jpg -share/cube/packages/fanatic/01_fanatic-assault.ogg -share/cube/packages/fanatic/02_fanatic-conquerer.ogg -share/cube/packages/fanatic/03_fanatic-tranquility.ogg -share/cube/packages/fanatic/04_fanatic-unreleased-rage.ogg -share/cube/packages/fanatic/05_fanatic-lost-in-the-mist.ogg -share/cube/packages/fanatic/06_fanatic-hit-them-hard.ogg -share/cube/packages/fanatic/07_fanatic-cubed-to-death.ogg -share/cube/packages/fanatic/08_fanatic-waiting-to-strike.ogg -share/cube/packages/fanatic/09_fanatic-disrupting-force.ogg -share/cube/packages/fanatic/10_fanatic-my-destiny.ogg -share/cube/packages/fanatic/11_fanatic-set-free.ogg -share/cube/packages/fanatic/readme1.txt -share/cube/packages/golgotha/Thumbs.db -share/cube/packages/golgotha/water2.jpg -share/cube/packages/ik2k/Thumbs.db -share/cube/packages/ik2k/env/Thumbs.db -share/cube/packages/ik2k/env/desert_dn.jpg -share/cube/packages/ik2k/env/iklake_bk.jpg -share/cube/packages/ik2k/env/iklake_dn.jpg -share/cube/packages/ik2k/env/iklake_ft.jpg -share/cube/packages/ik2k/env/iklake_lf.jpg -share/cube/packages/ik2k/env/iklake_rt.jpg -share/cube/packages/ik2k/env/iklake_up.jpg -share/cube/packages/ik2k/ik2k_22feb01.txt -share/cube/packages/ik2k/ik_brick_12832a.jpg -share/cube/packages/ik2k/ik_brick_12864a.jpg -share/cube/packages/ik2k/ik_brick_3216d.jpg -share/cube/packages/ik2k/ik_brick_6432a.jpg -share/cube/packages/ik2k/ik_brick_6464a.jpg -share/cube/packages/ik2k/ik_brick_6464c.jpg -share/cube/packages/ik2k/ik_brick_trimh32a.jpg -share/cube/packages/ik2k/ik_brickwall_gry.jpg -share/cube/packages/ik2k/ik_cliff256.jpg -share/cube/packages/ik2k/ik_floor_brick128a.jpg -share/cube/packages/ik2k/ik_floor_brick128b.jpg -share/cube/packages/ik2k/ik_floor_tile128b.jpg -share/cube/packages/ik2k/ik_floor_wood128b.jpg -share/cube/packages/ik2k/ik_floor_wood128d.jpg -share/cube/packages/ik2k/ik_ground_cobbles128.jpg -share/cube/packages/ik2k/ik_ground_deadgrass128.jpg -share/cube/packages/ik2k/ik_ground_grass128.jpg -share/cube/packages/ik2k/ik_ground_lawn128.jpg -share/cube/packages/ik2k/ik_ground_pavement128.jpg -share/cube/packages/ik2k/ik_ground_pebbles128.jpg -share/cube/packages/ik2k/ik_sky_day_back.jpg -share/cube/packages/ik2k/ik_stonestep25632.jpg -share/cube/packages/ik2k/ik_tree128moss.jpg -share/cube/packages/ik2k/ik_wood_planks128b.jpg -share/cube/packages/ik2k/ik_wood_planks128d.jpg -share/cube/packages/ik2k/ik_wood_trimh64d.jpg -share/cube/packages/ik2k/ik_wood_trimh64e.jpg -share/cube/packages/ik2k/ik_woodv256a.jpg -share/cube/packages/ik2k/ik_woodwall128128b.jpg -share/cube/packages/ik2k/ik_wpaperplain128a.jpg -share/cube/packages/ik2k/ik_wpaperplain128b.jpg -share/cube/packages/ik2k/ik_wpaperplain128c.jpg -share/cube/packages/ik2k/ik_wpaperplain128d.jpg -share/cube/packages/ik2k/ik_wpaperplain128e.jpg -share/cube/packages/ikbase/ik_conc_gmoss.jpg -share/cube/packages/ikbase/ik_cwall03a2.jpg -share/cube/packages/ikbase/ik_cwall04a.jpg -share/cube/packages/ikbase/ik_cwall06a.jpg -share/cube/packages/ikbase/ik_floor_conc128a.jpg -share/cube/packages/ikbase/ik_floor_conc128b.jpg -share/cube/packages/ikbase/ik_floor_met128e.jpg -share/cube/packages/ikbase/ik_floor_met128f.jpg -share/cube/packages/ikbase/ik_floor_met1f.jpg -share/cube/packages/ikbase/ik_floor_met64d.jpg -share/cube/packages/ikbase/ik_floor_met64e.jpg -share/cube/packages/ikbase/ik_floor_met64f.jpg -share/cube/packages/ikbase/ik_gtrimh_64b.jpg -share/cube/packages/ikbase/ik_gtrimh_lit1a.jpg -share/cube/packages/ikbase/ik_gtrimv_64b.jpg -share/cube/packages/ikbase/ik_gtrimv_lit1a.jpg -share/cube/packages/ikbase/ik_gtrimv_lit2b.jpg -share/cube/packages/ikbase/ik_gtrimv_lit3b.jpg -share/cube/packages/ikbase/ik_gtrimv_lit4b.jpg -share/cube/packages/ikbase/ik_htrimh_64b.jpg -share/cube/packages/ikbase/ik_htrimh_64c.jpg -share/cube/packages/ikbase/ik_htrimh_64d.jpg -share/cube/packages/ikbase/ik_htrimv_64b.jpg -share/cube/packages/ikbase/ik_htrimv_64c.jpg -share/cube/packages/ikbase/ik_itrimv_128b.jpg -share/cube/packages/ikbase/ik_metplatef_6464b.jpg -share/cube/packages/ikbase/ik_wtrimh_32a.jpg -share/cube/packages/ikbase/ik_wtrimh_32b.jpg -share/cube/packages/ikbase/ik_wtrimh_32c.jpg -share/cube/packages/ikbase/ik_wtrimh_32d.jpg -share/cube/packages/ikbase/ik_wtrimh_64a.jpg -share/cube/packages/ikbase/ik_wtrimh_64c.jpg -share/cube/packages/ikbase/ik_wtrimh_64d.jpg -share/cube/packages/ikbase/ik_wtrimv_32a.jpg -share/cube/packages/ikbase/ik_wtrimv_32b.jpg -share/cube/packages/ikbase/ik_wtrimv_32c.jpg -share/cube/packages/ikbase/ik_wtrimv_32d.jpg -share/cube/packages/ikbase/ik_wtrimv_64a.jpg -share/cube/packages/ikbase/ik_wtrimv_64c.jpg -share/cube/packages/ikbase/ik_wtrimv_64d.jpg -share/cube/packages/ikbase/ikbase070900.txt -share/cube/packages/jf1/jf128.jpg -share/cube/packages/jf1/jf1wad.txt -share/cube/packages/jf1/jf32.jpg -share/cube/packages/jf1/jf64.jpg -share/cube/packages/jf1/jfbutn.jpg -share/cube/packages/jf1/jfflr.jpg -share/cube/packages/jf1/jfgrid.jpg -share/cube/packages/jf1/jfhatch.jpg -share/cube/packages/jf1/jflite.jpg -share/cube/packages/jf1/jflitestr.jpg -share/cube/packages/jf1/jfrock.jpg -share/cube/packages/jf1/jfrust.jpg -share/cube/packages/jf1/jfstripe.jpg -share/cube/packages/jf1/jfwall.jpg -share/cube/packages/kurt/klite1.jpg -share/cube/packages/kurt/klite2.jpg -share/cube/packages/kurt/ktrim2_a.jpg -share/cube/packages/kurt/ktrim2_b.jpg -share/cube/packages/kurt/ktrim2_corner1.jpg -share/cube/packages/kurt/ktrim2_corner2.jpg -share/cube/packages/kurt/ktrim2_corner3.jpg -share/cube/packages/kurt/ktrim2_corner4.jpg -share/cube/packages/kurt/ktrim2_end1.jpg -share/cube/packages/kurt/ktrim2_end2.jpg -share/cube/packages/kurt/ktrim2_end3.jpg -share/cube/packages/kurt/ktrim2_end4.jpg -share/cube/packages/kurt/ktrim_a.jpg -share/cube/packages/kurt/ktrim_b.jpg -share/cube/packages/kurt/ktrim_corner1.jpg -share/cube/packages/kurt/ktrim_corner2.jpg -share/cube/packages/kurt/ktrim_corner3.jpg -share/cube/packages/kurt/ktrim_corner4.jpg -share/cube/packages/kurt/ktrim_end1.jpg -share/cube/packages/kurt/ktrim_end2.jpg -share/cube/packages/kurt/ktrim_end3.jpg -share/cube/packages/kurt/ktrim_end4.jpg -share/cube/packages/kurt/kwater.jpg -share/cube/packages/kurt/readme.txt -share/cube/packages/kurt/sky/kdusk.txt -share/cube/packages/kurt/sky/kdusk_bk.jpg -share/cube/packages/kurt/sky/kdusk_dn.jpg -share/cube/packages/kurt/sky/kdusk_ft.jpg -share/cube/packages/kurt/sky/kdusk_lf.jpg -share/cube/packages/kurt/sky/kdusk_rt.jpg -share/cube/packages/kurt/sky/kdusk_up.jpg -share/cube/packages/models/boost/skin.jpg -share/cube/packages/models/boost/tris.md2 -share/cube/packages/models/bridge/bridge2.ms3d -share/cube/packages/models/bridge/skin.jpg -share/cube/packages/models/bridge/tris.md2 -share/cube/packages/models/bullets/skin.jpg -share/cube/packages/models/bullets/tris.md2 -share/cube/packages/models/carrot/skin.jpg -share/cube/packages/models/carrot/tris.md2 -share/cube/packages/models/dcp/Readme.txt -share/cube/packages/models/dcp/barrel/readme.txt -share/cube/packages/models/dcp/barrel/skin.jpg -share/cube/packages/models/dcp/barrel/tris.md2 -share/cube/packages/models/dcp/bench/readme.txt -share/cube/packages/models/dcp/bench/skin.jpg -share/cube/packages/models/dcp/bench/tris.md2 -share/cube/packages/models/dcp/biotank/skin.jpg -share/cube/packages/models/dcp/biotank/tris.md2 -share/cube/packages/models/dcp/console/skin.jpg -share/cube/packages/models/dcp/console/tris.md2 -share/cube/packages/models/dcp/grass/readme.txt -share/cube/packages/models/dcp/grass/skin.jpg -share/cube/packages/models/dcp/grass/tris.md2 -share/cube/packages/models/dcp/groundlamp/skin.jpg -share/cube/packages/models/dcp/groundlamp/tris.md2 -share/cube/packages/models/dcp/ivy/skin.jpg -share/cube/packages/models/dcp/ivy/tris.md2 -share/cube/packages/models/dcp/jumppad2/skin.jpg -share/cube/packages/models/dcp/jumppad2/tris.md2 -share/cube/packages/models/dcp/leafs/skin.jpg -share/cube/packages/models/dcp/leafs/tris.md2 -share/cube/packages/models/dcp/mushroom/skin.jpg -share/cube/packages/models/dcp/mushroom/tris.md2 -share/cube/packages/models/dcp/palette/skin.jpg -share/cube/packages/models/dcp/palette/tris.md2 -share/cube/packages/models/dcp/palmtree/skin.jpg -share/cube/packages/models/dcp/palmtree/tris.md2 -share/cube/packages/models/dcp/pillar/readme.txt -share/cube/packages/models/dcp/pillar/skin.jpg -share/cube/packages/models/dcp/pillar/tris.md2 -share/cube/packages/models/dcp/plant1/skin.jpg -share/cube/packages/models/dcp/plant1/tris.md2 -share/cube/packages/models/dcp/streetlamp/readme.txt -share/cube/packages/models/dcp/streetlamp/skin.jpg -share/cube/packages/models/dcp/streetlamp/tris.md2 -share/cube/packages/models/dcp/thorns/skin.jpg -share/cube/packages/models/dcp/thorns/tris.md2 -share/cube/packages/models/dcp/tree2/readme.txt -share/cube/packages/models/dcp/tree2/skin.jpg -share/cube/packages/models/dcp/tree2/tris.md2 -share/cube/packages/models/dcp/tree3/readme.txt -share/cube/packages/models/dcp/tree3/skin.jpg -share/cube/packages/models/dcp/tree3/tris.md2 -share/cube/packages/models/dcp/turret/skin.jpg -share/cube/packages/models/dcp/turret/tris.md2 -share/cube/packages/models/dcp/valve/skin.jpg -share/cube/packages/models/dcp/valve/tris.md2 -share/cube/packages/models/dcp/vent/skin.jpg -share/cube/packages/models/dcp/vent/tris.md2 -share/cube/packages/models/dcp/waterbowl/readme.txt -share/cube/packages/models/dcp/waterbowl/skin.jpg -share/cube/packages/models/dcp/waterbowl/tris.md2 -share/cube/packages/models/g_armour/armor.txt -share/cube/packages/models/g_armour/skin.jpg -share/cube/packages/models/g_armour/tris.md2 -share/cube/packages/models/gibc/gpl_gibs.txt -share/cube/packages/models/gibc/skin.jpg -share/cube/packages/models/gibc/tris.md2 -share/cube/packages/models/gibh/gpl_gibs.txt -share/cube/packages/models/gibh/skin.jpg -share/cube/packages/models/gibh/tris.md2 -share/cube/packages/models/health/skin.jpg -share/cube/packages/models/health/tris.md2 -share/cube/packages/models/hudguns/Frames.txt -share/cube/packages/models/hudguns/Readme.txt -share/cube/packages/models/hudguns/chaing/md2.qc -share/cube/packages/models/hudguns/chaing/skin.jpg -share/cube/packages/models/hudguns/chaing/tris.md2 -share/cube/packages/models/hudguns/fist/skin.jpg -share/cube/packages/models/hudguns/fist/tris.md2 -share/cube/packages/models/hudguns/rifle/md2.qc -share/cube/packages/models/hudguns/rifle/skin.jpg -share/cube/packages/models/hudguns/rifle/tris.md2 -share/cube/packages/models/hudguns/rocket/md2.qc -share/cube/packages/models/hudguns/rocket/skin.jpg -share/cube/packages/models/hudguns/rocket/tris.md2 -share/cube/packages/models/hudguns/shotg/MD2.QC -share/cube/packages/models/hudguns/shotg/skin.jpg -share/cube/packages/models/hudguns/shotg/tris.md2 -share/cube/packages/models/monster/bauul/Thumbs.db -share/cube/packages/models/monster/bauul/bauul.txt -share/cube/packages/models/monster/bauul/skin.jpg -share/cube/packages/models/monster/bauul/tris.md2 -share/cube/packages/models/monster/goblin/readme.txt -share/cube/packages/models/monster/goblin/skin.jpg -share/cube/packages/models/monster/goblin/tris.md2 -share/cube/packages/models/monster/hellpig/readme.txt -share/cube/packages/models/monster/hellpig/skin.jpg -share/cube/packages/models/monster/hellpig/tris.md2 -share/cube/packages/models/monster/knight/readme.txt -share/cube/packages/models/monster/knight/skin.jpg -share/cube/packages/models/monster/knight/tris.md2 -share/cube/packages/models/monster/ogro/Ogro.txt -share/cube/packages/models/monster/ogro/skin.jpg -share/cube/packages/models/monster/ogro/tris.md2 -share/cube/packages/models/monster/rat/Ratamahatta.txt -share/cube/packages/models/monster/rat/skin.jpg -share/cube/packages/models/monster/rat/tris.md2 -share/cube/packages/models/monster/rhino/rhino.txt -share/cube/packages/models/monster/rhino/skin.jpg -share/cube/packages/models/monster/rhino/tris.md2 -share/cube/packages/models/monster/slith/skin.jpg -share/cube/packages/models/monster/slith/slithMe.txt -share/cube/packages/models/monster/slith/tris.md2 -share/cube/packages/models/quad/invulner.txt -share/cube/packages/models/quad/skin.jpg -share/cube/packages/models/quad/tris.md2 -share/cube/packages/models/rockets/skin.jpg -share/cube/packages/models/rockets/tris.md2 -share/cube/packages/models/rrounds/skin.jpg -share/cube/packages/models/rrounds/tris.md2 -share/cube/packages/models/shells/skin.jpg -share/cube/packages/models/shells/tris.md2 -share/cube/packages/models/switch1/skin.jpg -share/cube/packages/models/switch1/tris.md2 -share/cube/packages/models/switch2/skin.jpg -share/cube/packages/models/switch2/tris.md2 -share/cube/packages/models/teleporter/skin.jpg -share/cube/packages/models/teleporter/tris.md2 -share/cube/packages/models/tree1/skin.jpg -share/cube/packages/models/tree1/tris.md2 -share/cube/packages/models/y_armour/armor.txt -share/cube/packages/models/y_armour/skin.jpg -share/cube/packages/models/y_armour/tris.md2 -share/cube/packages/payne/Box12b.jpg -share/cube/packages/payne/Brick52a.jpg -share/cube/packages/payne/Brick58_512x512.jpg -share/cube/packages/payne/Grate09b.jpg -share/cube/packages/payne/SlimyTile02_128x128.jpg -share/cube/packages/payne/Thumbs.db -share/cube/packages/payne/Tile28b.jpg -share/cube/packages/payne/Tile41a.jpg -share/cube/packages/payne/readme.txt -share/cube/packages/pigcam/Piglet Campaign - readme.txt -share/cube/packages/pigcam/pig01.cfg -share/cube/packages/pigcam/pig01.cgz -share/cube/packages/pigcam/pig02.cfg -share/cube/packages/pigcam/pig02.cgz -share/cube/packages/pigcam/pig03.cfg -share/cube/packages/pigcam/pig03.cgz -share/cube/packages/pigcam/pig04.cfg -share/cube/packages/pigcam/pig04.cgz -share/cube/packages/pigcam/pig05.cfg -share/cube/packages/pigcam/pig05.cgz -share/cube/packages/pigcam/pig06.cfg -share/cube/packages/pigcam/pig06.cgz -share/cube/packages/pigcam/pig07.cfg -share/cube/packages/pigcam/pig07.cgz -share/cube/packages/pigcam/pig08.cfg -share/cube/packages/pigcam/pig08.cgz -share/cube/packages/pigcam/pig09.cfg -share/cube/packages/pigcam/pig09.cgz -share/cube/packages/pigcam/pigfin.cfg -share/cube/packages/pigcam/pigfin.cgz -share/cube/packages/readme.txt -share/cube/packages/schwenz/dt_tile_check.01.jpg -share/cube/packages/schwenz/readme.txt -share/cube/packages/socksky/desert_bk.jpg -share/cube/packages/socksky/desert_dn.jpg -share/cube/packages/socksky/desert_ft.jpg -share/cube/packages/socksky/desert_lf.jpg -share/cube/packages/socksky/desert_rt.jpg -share/cube/packages/socksky/desert_up.jpg -share/cube/packages/socksky/emerald_bk.jpg -share/cube/packages/socksky/emerald_dn.jpg -share/cube/packages/socksky/emerald_ft.jpg -share/cube/packages/socksky/emerald_lf.jpg -share/cube/packages/socksky/emerald_rt.jpg -share/cube/packages/socksky/emerald_up.jpg -share/cube/packages/socksky/frozen_bk.jpg -share/cube/packages/socksky/frozen_dn.jpg -share/cube/packages/socksky/frozen_ft.jpg -share/cube/packages/socksky/frozen_lf.jpg -share/cube/packages/socksky/frozen_rt.jpg -share/cube/packages/socksky/frozen_up.jpg -share/cube/packages/socksky/mars_bk.jpg -share/cube/packages/socksky/mars_dn.jpg -share/cube/packages/socksky/mars_ft.jpg -share/cube/packages/socksky/mars_lf.jpg -share/cube/packages/socksky/mars_rt.jpg -share/cube/packages/socksky/mars_up.jpg -share/cube/packages/socksky/readme.txt -share/cube/packages/songs/ambient.mid -share/cube/packages/songs/cube1.mid -share/cube/packages/songs/cubez0r.xm -share/cube/packages/songs/deathB.mid -share/cube/packages/songs/readme.txt -share/cube/packages/sounds/aard/bang.wav -share/cube/packages/sounds/aard/die1.wav -share/cube/packages/sounds/aard/die2.wav -share/cube/packages/sounds/aard/grunt1.wav -share/cube/packages/sounds/aard/grunt2.wav -share/cube/packages/sounds/aard/itempick.wav -share/cube/packages/sounds/aard/jump.wav -share/cube/packages/sounds/aard/land.wav -share/cube/packages/sounds/aard/outofammo.wav -share/cube/packages/sounds/aard/pain1.wav -share/cube/packages/sounds/aard/pain2.wav -share/cube/packages/sounds/aard/pain3.wav -share/cube/packages/sounds/aard/pain4.wav -share/cube/packages/sounds/aard/pain5.wav -share/cube/packages/sounds/aard/pain6.wav -share/cube/packages/sounds/aard/tak.wav -share/cube/packages/sounds/aard/weapload.wav -share/cube/packages/sounds/awesund/Sound.txt -share/cube/packages/sounds/awesund/cg1.wav -share/cube/packages/sounds/awesund/cg2.wav -share/cube/packages/sounds/awesund/cg2_full.wav -share/cube/packages/sounds/awesund/explode.wav -share/cube/packages/sounds/awesund/explodemini.wav -share/cube/packages/sounds/awesund/flaunch.wav -share/cube/packages/sounds/awesund/readmeFX1.txt -share/cube/packages/sounds/awesund/rifle.wav -share/cube/packages/sounds/awesund/rlaunch.wav -share/cube/packages/sounds/awesund/shotgun.wav -share/cube/packages/sounds/free/Sound.txt -share/cube/packages/sounds/free/acid5.wav -share/cube/packages/sounds/free/acid6.wav -share/cube/packages/sounds/free/boing_x.wav -share/cube/packages/sounds/free/chaingun.wav -share/cube/packages/sounds/free/chaingun_once.wav -share/cube/packages/sounds/free/explode.wav -share/cube/packages/sounds/free/itemback.wav -share/cube/packages/sounds/free/itempick.wav -share/cube/packages/sounds/free/launch1.wav -share/cube/packages/sounds/free/piggrunt1.wav -share/cube/packages/sounds/free/piggrunt2.wav -share/cube/packages/sounds/free/punch1.wav -share/cube/packages/sounds/free/punch2.wav -share/cube/packages/sounds/free/rifle1.wav -share/cube/packages/sounds/free/rocketl.wav -share/cube/packages/sounds/free/rocketlaunch.wav -share/cube/packages/sounds/free/rumble.wav -share/cube/packages/sounds/free/shotgun.wav -share/cube/packages/sounds/free/splash1.wav -share/cube/packages/sounds/free/splash2.wav -share/cube/packages/sounds/free/teleport.wav -share/cube/packages/sounds/free/tick.wav -share/cube/packages/sounds/ppm/deathb.wav -share/cube/packages/sounds/ppm/deathd.wav -share/cube/packages/sounds/ppm/deathe.wav -share/cube/packages/sounds/ppm/deathh.wav -share/cube/packages/sounds/ppm/deathr.wav -share/cube/packages/sounds/ppm/deaths.wav -share/cube/packages/sounds/ppm/iceball.wav -share/cube/packages/sounds/ppm/painb.wav -share/cube/packages/sounds/ppm/paind.wav -share/cube/packages/sounds/ppm/paine.wav -share/cube/packages/sounds/ppm/painh.wav -share/cube/packages/sounds/ppm/paino.wav -share/cube/packages/sounds/ppm/painp.wav -share/cube/packages/sounds/ppm/painr.wav -share/cube/packages/sounds/ppm/pains.wav -share/cube/packages/sounds/ppm/slimeball.wav -share/cube/packages/sounds/readme.txt -share/cube/packages/sounds/readme.txt.bak -share/cube/packages/stecki/snow.txt -share/cube/packages/stecki/snow_bk.jpg -share/cube/packages/stecki/snow_dn.jpg -share/cube/packages/stecki/snow_ft.jpg -share/cube/packages/stecki/snow_lf.jpg -share/cube/packages/stecki/snow_rt.jpg -share/cube/packages/stecki/snow_up.jpg -share/cube/packages/tech1soc/032-01c.jpg -share/cube/packages/tech1soc/032-02b.jpg -share/cube/packages/tech1soc/032-03d.jpg -share/cube/packages/tech1soc/032-10a.jpg -share/cube/packages/tech1soc/032-10b.jpg -share/cube/packages/tech1soc/032-12d.jpg -share/cube/packages/tech1soc/032-14b.jpg -share/cube/packages/tech1soc/032-15a.jpg -share/cube/packages/tech1soc/032-15b.jpg -share/cube/packages/tech1soc/032lig10bb.jpg -share/cube/packages/tech1soc/032lig11bb.jpg -share/cube/packages/tech1soc/032lig11rb.jpg -share/cube/packages/tech1soc/032lig12bb.jpg -share/cube/packages/tech1soc/032lig12rb.jpg -share/cube/packages/tech1soc/032lig12ya.jpg -share/cube/packages/tech1soc/032lig20yb.jpg -share/cube/packages/tech1soc/064-11b.jpg -share/cube/packages/tech1soc/064-12a.jpg -share/cube/packages/tech1soc/064-13b.jpg -share/cube/packages/tech1soc/064-15b.jpg -share/cube/packages/tech1soc/064-20a.jpg -share/cube/packages/tech1soc/064-20b.jpg -share/cube/packages/tech1soc/064-22b.jpg -share/cube/packages/tech1soc/064lig20bb.jpg -share/cube/packages/tech1soc/064lig22bb.jpg -share/cube/packages/tech1soc/064lig22rb.jpg -share/cube/packages/tech1soc/064lig22wb.jpg -share/cube/packages/tech1soc/128-05b.jpg -share/cube/packages/tech1soc/128-05c.jpg -share/cube/packages/tech1soc/blank01a.jpg -share/cube/packages/tech1soc/blank01c.jpg -share/cube/packages/tech1soc/blank02a.jpg -share/cube/packages/tech1soc/blank02b.jpg -share/cube/packages/tech1soc/blank03a.jpg -share/cube/packages/tech1soc/blank03d.jpg -share/cube/packages/tech1soc/block01b.jpg -share/cube/packages/tech1soc/block01c.jpg -share/cube/packages/tech1soc/block10b.jpg -share/cube/packages/tech1soc/block19b.jpg -share/cube/packages/tech1soc/chain_mesh2.jpg -share/cube/packages/tech1soc/grate1b.jpg -share/cube/packages/tech1soc/grate_brown1.jpg -share/cube/packages/tech1soc/grate_brown3.jpg -share/cube/packages/tech1soc/grill_wall01b.jpg -share/cube/packages/tech1soc/half_grill_wall01b.jpg -share/cube/packages/tech1soc/half_grill_wall03b.jpg -share/cube/packages/tech1soc/mat4b.jpg -share/cube/packages/tech1soc/matbrown_lgt2.jpg -share/cube/packages/tech1soc/met_wall01a.jpg -share/cube/packages/tech1soc/met_wall01c.jpg -share/cube/packages/tech1soc/mix_wall03a.jpg -share/cube/packages/tech1soc/mix_wall03ab.jpg -share/cube/packages/tech1soc/o128-02a.jpg -share/cube/packages/tech1soc/octlig01bc.jpg -share/cube/packages/tech1soc/panel20c.jpg -share/cube/packages/tech1soc/panel40c.jpg -share/cube/packages/tech1soc/s064-02a.jpg -share/cube/packages/tech1soc/s064-02b.jpg -share/cube/packages/tech1soc/s064-02c.jpg -share/cube/packages/tech1soc/s064-03a.jpg -share/cube/packages/tech1soc/s064-03b.jpg -share/cube/packages/tech1soc/s064-03c.jpg -share/cube/packages/tech1soc/s128-01c.jpg -share/cube/packages/tech1soc/s128-02a.jpg -share/cube/packages/tech1soc/s128-02b.jpg -share/cube/packages/tech1soc/s128-03b.jpg -share/cube/packages/tech1soc/s128-06b.jpg -share/cube/packages/tech1soc/s128-07e.jpg -share/cube/packages/tech1soc/s256-01c.jpg -share/cube/packages/tech1soc/s256-01d.jpg -share/cube/packages/tech1soc/s256-02a.jpg -share/cube/packages/tech1soc/s256-02b.jpg -share/cube/packages/tech1soc/spring1.jpg -share/cube/packages/tech1soc/spring2.jpg -share/cube/packages/tech1soc/spring3.jpg -share/cube/packages/tech1soc/sqrlig02wb.jpg -share/cube/packages/tech1soc/sqrlig03bc.jpg -share/cube/packages/tech1soc/tech1soc_readme.txt -share/cube/packages/tech1soc/zdet_trim2a.jpg -share/cube/packages/tech1soc/zdet_trim5b.jpg -share/cube/packages/tech1soc/zdetlig01bb.jpg -share/cube/packages/tech1soc/zdetlig02bb.jpg -share/cube/packages/tech1soc/zdetlig04bb.jpg -share/cube/packages/than_ind/cretewall03.jpg -share/cube/packages/than_ind/floor02.jpg -share/cube/packages/than_ind/floor05.jpg -share/cube/packages/than_ind/floor06.jpg -share/cube/packages/than_ind/light03.jpg -share/cube/packages/than_ind/than_industrial.txt -share/cube/packages/than_ind/trim04.jpg -share/cube/packages/than_ind/trim21.jpg -share/cube/packages/than_ind/trlight01.jpg -share/cube/packages/than_ind/trlight06.jpg +libexec/cube_client +libexec/cube_server +%%DATADIR%%/autoexec.cfg +%%DATADIR%%/data/crosshair.png +%%DATADIR%%/data/default_map_settings.cfg +%%DATADIR%%/data/explosion.jpg +%%DATADIR%%/data/items.png +%%DATADIR%%/data/keymap.cfg +%%DATADIR%%/data/martin/ball1.png +%%DATADIR%%/data/martin/ball2.png +%%DATADIR%%/data/martin/ball3.png +%%DATADIR%%/data/martin/base.png +%%DATADIR%%/data/martin/smoke.png +%%DATADIR%%/data/menus.cfg +%%DATADIR%%/data/newchars.png +%%DATADIR%%/data/prefabs.cfg +%%DATADIR%%/data/sounds.cfg +%%DATADIR%%/packages/aard/aardfdry256_1.jpg +%%DATADIR%%/packages/aard/aardmbr16_2.jpg +%%DATADIR%%/packages/aard/aardmmet32_1.jpg +%%DATADIR%%/packages/aard/aardograss_1.jpg +%%DATADIR%%/packages/aard/readme.txt +%%DATADIR%%/packages/af/bullets_side.jpg +%%DATADIR%%/packages/af/bullets_top.jpg +%%DATADIR%%/packages/af/health_ga.jpg +%%DATADIR%%/packages/af/health_health.jpg +%%DATADIR%%/packages/af/health_top1.jpg +%%DATADIR%%/packages/af/health_top2.jpg +%%DATADIR%%/packages/af/health_top3.jpg +%%DATADIR%%/packages/af/health_ya.jpg +%%DATADIR%%/packages/af/light02.jpg +%%DATADIR%%/packages/af/light02_broken.jpg +%%DATADIR%%/packages/af/quad_side.jpg +%%DATADIR%%/packages/af/quad_top.jpg +%%DATADIR%%/packages/af/rifle_side.jpg +%%DATADIR%%/packages/af/rifle_top.jpg +%%DATADIR%%/packages/af/rockets_side.jpg +%%DATADIR%%/packages/af/rockets_top.jpg +%%DATADIR%%/packages/af/shells_side.jpg +%%DATADIR%%/packages/af/shells_top.jpg +%%DATADIR%%/packages/af/signs_danger.jpg +%%DATADIR%%/packages/af/signs_dne_reverse.jpg +%%DATADIR%%/packages/af/signs_radioactive.jpg +%%DATADIR%%/packages/af/sludge.jpg +%%DATADIR%%/packages/af/sludge_l.jpg +%%DATADIR%%/packages/base/32.cgz +%%DATADIR%%/packages/base/Cube101.txt +%%DATADIR%%/packages/base/aard1.cgz +%%DATADIR%%/packages/base/aard1_remix.cgz +%%DATADIR%%/packages/base/aard2.cgz +%%DATADIR%%/packages/base/aard3.cfg +%%DATADIR%%/packages/base/aard3.cgz +%%DATADIR%%/packages/base/af.cfg +%%DATADIR%%/packages/base/af.cgz +%%DATADIR%%/packages/base/artanis.cgz +%%DATADIR%%/packages/base/attacko.cgz +%%DATADIR%%/packages/base/b2k.cgz +%%DATADIR%%/packages/base/bhouse.cgz +%%DATADIR%%/packages/base/biologie.cgz +%%DATADIR%%/packages/base/caged.cgz +%%DATADIR%%/packages/base/caged.txt +%%DATADIR%%/packages/base/castle.cgz +%%DATADIR%%/packages/base/cellar.cgz +%%DATADIR%%/packages/base/cruel01.cgz +%%DATADIR%%/packages/base/cruel02.cgz +%%DATADIR%%/packages/base/cube101.cfg +%%DATADIR%%/packages/base/cube101.cgz +%%DATADIR%%/packages/base/darth.cgz +%%DATADIR%%/packages/base/douze.cfg +%%DATADIR%%/packages/base/douze.cgz +%%DATADIR%%/packages/base/douze_beta.txt +%%DATADIR%%/packages/base/dragon.cgz +%%DATADIR%%/packages/base/drianmp2.cfg +%%DATADIR%%/packages/base/drianmp2.cgz +%%DATADIR%%/packages/base/egysp1.cfg +%%DATADIR%%/packages/base/egysp1.cgz +%%DATADIR%%/packages/base/fox.cfg +%%DATADIR%%/packages/base/fox.cgz +%%DATADIR%%/packages/base/fsession.cfg +%%DATADIR%%/packages/base/fsession.cgz +%%DATADIR%%/packages/base/gdb1.cgz +%%DATADIR%%/packages/base/ger1.cgz +%%DATADIR%%/packages/base/gib.cgz +%%DATADIR%%/packages/base/gzdm1.cgz +%%DATADIR%%/packages/base/hylken5.cgz +%%DATADIR%%/packages/base/infertile.cfg +%%DATADIR%%/packages/base/infertile.cgz +%%DATADIR%%/packages/base/infertile.txt +%%DATADIR%%/packages/base/inkedskin.cgz +%%DATADIR%%/packages/base/kartoffel.cgz +%%DATADIR%%/packages/base/kksp1 (v1.5) readme.txt +%%DATADIR%%/packages/base/kksp1.cfg +%%DATADIR%%/packages/base/kksp1.cgz +%%DATADIR%%/packages/base/kmap1.cgz +%%DATADIR%%/packages/base/kmap2.cgz +%%DATADIR%%/packages/base/kmap3.cfg +%%DATADIR%%/packages/base/kmap3.cgz +%%DATADIR%%/packages/base/kmap4.cfg +%%DATADIR%%/packages/base/kmap4.cgz +%%DATADIR%%/packages/base/kmap5.cfg +%%DATADIR%%/packages/base/kmap5.cgz +%%DATADIR%%/packages/base/ksp1.cfg +%%DATADIR%%/packages/base/ksp1.cgz +%%DATADIR%%/packages/base/ksp2.cfg +%%DATADIR%%/packages/base/ksp2.cgz +%%DATADIR%%/packages/base/lbase.cgz +%%DATADIR%%/packages/base/ludm1.cgz +%%DATADIR%%/packages/base/mak1.cfg +%%DATADIR%%/packages/base/mak1.cgz +%%DATADIR%%/packages/base/mak1.txt +%%DATADIR%%/packages/base/mak2.cfg +%%DATADIR%%/packages/base/mak2.cgz +%%DATADIR%%/packages/base/mak2.txt +%%DATADIR%%/packages/base/matador.cfg +%%DATADIR%%/packages/base/matador.cgz +%%DATADIR%%/packages/base/metalv2.cgz +%%DATADIR%%/packages/base/metl1.cgz +%%DATADIR%%/packages/base/metl2.cgz +%%DATADIR%%/packages/base/metl3.cfg +%%DATADIR%%/packages/base/metl3.cgz +%%DATADIR%%/packages/base/minion1.cgz +%%DATADIR%%/packages/base/mm5remix.cfg +%%DATADIR%%/packages/base/mm5remix.cgz +%%DATADIR%%/packages/base/mpsp1 readme.txt +%%DATADIR%%/packages/base/mpsp1.cfg +%%DATADIR%%/packages/base/mpsp1.cgz +%%DATADIR%%/packages/base/mpsp2 readme.txt +%%DATADIR%%/packages/base/mpsp2.cfg +%%DATADIR%%/packages/base/mpsp2.cgz +%%DATADIR%%/packages/base/mpsp3 readme.txt +%%DATADIR%%/packages/base/mpsp3.cfg +%%DATADIR%%/packages/base/mpsp3.cgz +%%DATADIR%%/packages/base/nsp2.cfg +%%DATADIR%%/packages/base/nsp2.cgz +%%DATADIR%%/packages/base/nudist.cgz +%%DATADIR%%/packages/base/ogrosupply.cfg +%%DATADIR%%/packages/base/ogrosupply.cgz +%%DATADIR%%/packages/base/ogrosupply.txt +%%DATADIR%%/packages/base/paintb1.cgz +%%DATADIR%%/packages/base/plagiat.cgz +%%DATADIR%%/packages/base/powerplant.cfg +%%DATADIR%%/packages/base/powerplant.cgz +%%DATADIR%%/packages/base/powerplant.txt +%%DATADIR%%/packages/base/q3dm2.cfg +%%DATADIR%%/packages/base/q3dm2.cgz +%%DATADIR%%/packages/base/q3dm2.txt +%%DATADIR%%/packages/base/rampage-fanatic-spentron.txt +%%DATADIR%%/packages/base/rampage.cgz +%%DATADIR%%/packages/base/readme_fsession.txt +%%DATADIR%%/packages/base/rpgcb01.cgz +%%DATADIR%%/packages/base/sp1-test.cgz +%%DATADIR%%/packages/base/sp_af.cfg +%%DATADIR%%/packages/base/sp_af.cgz +%%DATADIR%%/packages/base/sp_infidel.cgz +%%DATADIR%%/packages/base/sp_infidel.txt +%%DATADIR%%/packages/base/sp_stalingrad.cgz +%%DATADIR%%/packages/base/spillway.cfg +%%DATADIR%%/packages/base/spillway.cgz +%%DATADIR%%/packages/base/style.cgz +%%DATADIR%%/packages/base/style.txt +%%DATADIR%%/packages/base/tartech.cfg +%%DATADIR%%/packages/base/tartech.cgz +%%DATADIR%%/packages/base/taurus.cgz +%%DATADIR%%/packages/base/templeofdespair.cgz +%%DATADIR%%/packages/base/templeofdespair.txt +%%DATADIR%%/packages/base/thearit.cgz +%%DATADIR%%/packages/base/tongues.cgz +%%DATADIR%%/packages/base/tta.cgz +%%DATADIR%%/packages/base/tta.txt +%%DATADIR%%/packages/base/uf.cgz +%%DATADIR%%/packages/base/vaterland.cgz +%%DATADIR%%/packages/base/wandering.cfg +%%DATADIR%%/packages/base/wandering.cgz +%%DATADIR%%/packages/base/wandering.txt +%%DATADIR%%/packages/base/wsg.txt +%%DATADIR%%/packages/base/wsg1.cfg +%%DATADIR%%/packages/base/wsg1.cgz +%%DATADIR%%/packages/base/wsg2.cfg +%%DATADIR%%/packages/base/wsg2.cgz +%%DATADIR%%/packages/base/wsg3.cfg +%%DATADIR%%/packages/base/wsg3.cgz +%%DATADIR%%/packages/base/x.cgz +%%DATADIR%%/packages/base/zippie.cfg +%%DATADIR%%/packages/base/zippie.cgz +%%DATADIR%%/packages/dg/floor_grass1.jpg +%%DATADIR%%/packages/dg/floor_grass3&soil.jpg +%%DATADIR%%/packages/dg/floor_pavement_stone4_2.jpg +%%DATADIR%%/packages/dg/floor_pavement_stone4_3.jpg +%%DATADIR%%/packages/dg/floor_pavement_stone4_4moss.jpg +%%DATADIR%%/packages/dg/floor_pavement_stone5_2.jpg +%%DATADIR%%/packages/dg/floor_pavement_stone_four2.jpg +%%DATADIR%%/packages/dg/floor_pavingStone.jpg +%%DATADIR%%/packages/dg/floor_pavingStone_ceramic.jpg +%%DATADIR%%/packages/dg/floor_paving_littleStones3.jpg +%%DATADIR%%/packages/dg/floor_paving_littleStones3_2.jpg +%%DATADIR%%/packages/dg/floor_paving_littleStones_2.jpg +%%DATADIR%%/packages/dg/floor_soil&grave3.jpg +%%DATADIR%%/packages/dg/floor_tile_ceramicBlue.jpg +%%DATADIR%%/packages/dg/floor_tile_stoneIrregular.jpg +%%DATADIR%%/packages/dg/mad013.jpg +%%DATADIR%%/packages/dg/mad015.jpg +%%DATADIR%%/packages/dg/mad063.jpg +%%DATADIR%%/packages/dg/mur059.jpg +%%DATADIR%%/packages/dg/mur073.jpg +%%DATADIR%%/packages/dg/mur078.jpg +%%DATADIR%%/packages/dg/mur079.jpg +%%DATADIR%%/packages/dg/mur142.jpg +%%DATADIR%%/packages/dg/muv158.jpg +%%DATADIR%%/packages/dg/muv185.jpg +%%DATADIR%%/packages/dg/muv204.jpg +%%DATADIR%%/packages/dg/sue011.jpg +%%DATADIR%%/packages/dg/sup075.jpg +%%DATADIR%%/packages/dg/sup079.jpg +%%DATADIR%%/packages/egyptsoc/032-01a.jpg +%%DATADIR%%/packages/egyptsoc/032-03a.jpg +%%DATADIR%%/packages/egyptsoc/032-03c.jpg +%%DATADIR%%/packages/egyptsoc/032-04a.jpg +%%DATADIR%%/packages/egyptsoc/032-05d.jpg +%%DATADIR%%/packages/egyptsoc/048-01a.jpg +%%DATADIR%%/packages/egyptsoc/048-02h.jpg +%%DATADIR%%/packages/egyptsoc/064-02b.jpg +%%DATADIR%%/packages/egyptsoc/064-03a.jpg +%%DATADIR%%/packages/egyptsoc/064-07d.jpg +%%DATADIR%%/packages/egyptsoc/064-08c.jpg +%%DATADIR%%/packages/egyptsoc/064-08f.jpg +%%DATADIR%%/packages/egyptsoc/128-01pc.jpg +%%DATADIR%%/packages/egyptsoc/128-02a.jpg +%%DATADIR%%/packages/egyptsoc/128-03c.jpg +%%DATADIR%%/packages/egyptsoc/128-04a.jpg +%%DATADIR%%/packages/egyptsoc/128-04d.jpg +%%DATADIR%%/packages/egyptsoc/256-01a.jpg +%%DATADIR%%/packages/egyptsoc/256-03b.jpg +%%DATADIR%%/packages/egyptsoc/block01a.jpg +%%DATADIR%%/packages/egyptsoc/block01b.jpg +%%DATADIR%%/packages/egyptsoc/block01d.jpg +%%DATADIR%%/packages/egyptsoc/block02b.jpg +%%DATADIR%%/packages/egyptsoc/block03b.jpg +%%DATADIR%%/packages/egyptsoc/block07b.jpg +%%DATADIR%%/packages/egyptsoc/block10c.jpg +%%DATADIR%%/packages/egyptsoc/egyptsoc_readme.txt +%%DATADIR%%/packages/egyptsoc/lig_032-01b1.jpg +%%DATADIR%%/packages/egyptsoc/lig_032-01r1.jpg +%%DATADIR%%/packages/egyptsoc/lig_032-03b1.jpg +%%DATADIR%%/packages/egyptsoc/lig_032-03r1.jpg +%%DATADIR%%/packages/egyptsoc/lig_032-04b1.jpg +%%DATADIR%%/packages/egyptsoc/lig_032-04r1.jpg +%%DATADIR%%/packages/egyptsoc/lig_064-01b1.jpg +%%DATADIR%%/packages/egyptsoc/lig_064-02r1.jpg +%%DATADIR%%/packages/egyptsoc/lig_064-04b1.jpg +%%DATADIR%%/packages/egyptsoc/lig_064-04r1.jpg +%%DATADIR%%/packages/egyptsoc/lig_064-04y1.jpg +%%DATADIR%%/packages/egyptsoc/lig_128-05b1.jpg +%%DATADIR%%/packages/egyptsoc/lig_b064-02a.jpg +%%DATADIR%%/packages/egyptsoc/lig_b064-02d.jpg +%%DATADIR%%/packages/egyptsoc/s064-01b.jpg +%%DATADIR%%/packages/egyptsoc/s064-01e.jpg +%%DATADIR%%/packages/egyptsoc/s064-03a.jpg +%%DATADIR%%/packages/egyptsoc/s064-05c.jpg +%%DATADIR%%/packages/egyptsoc/s064-05f.jpg +%%DATADIR%%/packages/egyptsoc/solidgrate1b.jpg +%%DATADIR%%/packages/egyptsoc/stone01a.jpg +%%DATADIR%%/packages/egyptsoc/stone01b.jpg +%%DATADIR%%/packages/egyptsoc/stone01d.jpg +%%DATADIR%%/packages/egyptsoc/stone02b.jpg +%%DATADIR%%/packages/egyptsoc/stone03b.jpg +%%DATADIR%%/packages/egyptsoc/stone03d.jpg +%%DATADIR%%/packages/egyptsoc/stone04b.jpg +%%DATADIR%%/packages/egyptsoc/stone04d.jpg +%%DATADIR%%/packages/egyptsoc/stone08d.jpg +%%DATADIR%%/packages/egyptsoc/stone10b.jpg +%%DATADIR%%/packages/egyptsoc/stone10d.jpg +%%DATADIR%%/packages/egyptsoc/v064-01b.jpg +%%DATADIR%%/packages/egyptsoc/v064-02a.jpg +%%DATADIR%%/packages/egyptsoc/v064-03b.jpg +%%DATADIR%%/packages/egyptsoc/v064-03c.jpg +%%DATADIR%%/packages/egyptsoc/v096-01b.jpg +%%DATADIR%%/packages/egyptsoc/v128-02a.jpg +%%DATADIR%%/packages/egyptsoc/v128-03a.jpg +%%DATADIR%%/packages/egyptsoc/wood17.jpg +%%DATADIR%%/packages/egyptsoc/woodmgrid1a.jpg +%%DATADIR%%/packages/fanatic/01_fanatic-assault.ogg +%%DATADIR%%/packages/fanatic/02_fanatic-conquerer.ogg +%%DATADIR%%/packages/fanatic/03_fanatic-tranquility.ogg +%%DATADIR%%/packages/fanatic/04_fanatic-unreleased-rage.ogg +%%DATADIR%%/packages/fanatic/05_fanatic-lost-in-the-mist.ogg +%%DATADIR%%/packages/fanatic/06_fanatic-hit-them-hard.ogg +%%DATADIR%%/packages/fanatic/07_fanatic-cubed-to-death.ogg +%%DATADIR%%/packages/fanatic/08_fanatic-waiting-to-strike.ogg +%%DATADIR%%/packages/fanatic/09_fanatic-disrupting-force.ogg +%%DATADIR%%/packages/fanatic/10_fanatic-my-destiny.ogg +%%DATADIR%%/packages/fanatic/11_fanatic-set-free.ogg +%%DATADIR%%/packages/fanatic/readme1.txt +%%DATADIR%%/packages/golgotha/Thumbs.db +%%DATADIR%%/packages/golgotha/water2.jpg +%%DATADIR%%/packages/ik2k/Thumbs.db +%%DATADIR%%/packages/ik2k/env/Thumbs.db +%%DATADIR%%/packages/ik2k/env/desert_dn.jpg +%%DATADIR%%/packages/ik2k/env/iklake_bk.jpg +%%DATADIR%%/packages/ik2k/env/iklake_dn.jpg +%%DATADIR%%/packages/ik2k/env/iklake_ft.jpg +%%DATADIR%%/packages/ik2k/env/iklake_lf.jpg +%%DATADIR%%/packages/ik2k/env/iklake_rt.jpg +%%DATADIR%%/packages/ik2k/env/iklake_up.jpg +%%DATADIR%%/packages/ik2k/ik2k_22feb01.txt +%%DATADIR%%/packages/ik2k/ik_brick_12832a.jpg +%%DATADIR%%/packages/ik2k/ik_brick_12864a.jpg +%%DATADIR%%/packages/ik2k/ik_brick_3216d.jpg +%%DATADIR%%/packages/ik2k/ik_brick_6432a.jpg +%%DATADIR%%/packages/ik2k/ik_brick_6464a.jpg +%%DATADIR%%/packages/ik2k/ik_brick_6464c.jpg +%%DATADIR%%/packages/ik2k/ik_brick_trimh32a.jpg +%%DATADIR%%/packages/ik2k/ik_brickwall_gry.jpg +%%DATADIR%%/packages/ik2k/ik_cliff256.jpg +%%DATADIR%%/packages/ik2k/ik_floor_brick128a.jpg +%%DATADIR%%/packages/ik2k/ik_floor_brick128b.jpg +%%DATADIR%%/packages/ik2k/ik_floor_tile128b.jpg +%%DATADIR%%/packages/ik2k/ik_floor_wood128b.jpg +%%DATADIR%%/packages/ik2k/ik_floor_wood128d.jpg +%%DATADIR%%/packages/ik2k/ik_ground_cobbles128.jpg +%%DATADIR%%/packages/ik2k/ik_ground_deadgrass128.jpg +%%DATADIR%%/packages/ik2k/ik_ground_grass128.jpg +%%DATADIR%%/packages/ik2k/ik_ground_lawn128.jpg +%%DATADIR%%/packages/ik2k/ik_ground_pavement128.jpg +%%DATADIR%%/packages/ik2k/ik_ground_pebbles128.jpg +%%DATADIR%%/packages/ik2k/ik_sky_day_back.jpg +%%DATADIR%%/packages/ik2k/ik_stonestep25632.jpg +%%DATADIR%%/packages/ik2k/ik_tree128moss.jpg +%%DATADIR%%/packages/ik2k/ik_wood_planks128b.jpg +%%DATADIR%%/packages/ik2k/ik_wood_planks128d.jpg +%%DATADIR%%/packages/ik2k/ik_wood_trimh64d.jpg +%%DATADIR%%/packages/ik2k/ik_wood_trimh64e.jpg +%%DATADIR%%/packages/ik2k/ik_woodv256a.jpg +%%DATADIR%%/packages/ik2k/ik_woodwall128128b.jpg +%%DATADIR%%/packages/ik2k/ik_wpaperplain128a.jpg +%%DATADIR%%/packages/ik2k/ik_wpaperplain128b.jpg +%%DATADIR%%/packages/ik2k/ik_wpaperplain128c.jpg +%%DATADIR%%/packages/ik2k/ik_wpaperplain128d.jpg +%%DATADIR%%/packages/ik2k/ik_wpaperplain128e.jpg +%%DATADIR%%/packages/ikbase/ik_conc_gmoss.jpg +%%DATADIR%%/packages/ikbase/ik_cwall03a2.jpg +%%DATADIR%%/packages/ikbase/ik_cwall04a.jpg +%%DATADIR%%/packages/ikbase/ik_cwall06a.jpg +%%DATADIR%%/packages/ikbase/ik_floor_conc128a.jpg +%%DATADIR%%/packages/ikbase/ik_floor_conc128b.jpg +%%DATADIR%%/packages/ikbase/ik_floor_met128e.jpg +%%DATADIR%%/packages/ikbase/ik_floor_met128f.jpg +%%DATADIR%%/packages/ikbase/ik_floor_met1f.jpg +%%DATADIR%%/packages/ikbase/ik_floor_met64d.jpg +%%DATADIR%%/packages/ikbase/ik_floor_met64e.jpg +%%DATADIR%%/packages/ikbase/ik_floor_met64f.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimh_64b.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimh_lit1a.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimv_64b.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimv_lit1a.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimv_lit2b.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimv_lit3b.jpg +%%DATADIR%%/packages/ikbase/ik_gtrimv_lit4b.jpg +%%DATADIR%%/packages/ikbase/ik_htrimh_64b.jpg +%%DATADIR%%/packages/ikbase/ik_htrimh_64c.jpg +%%DATADIR%%/packages/ikbase/ik_htrimh_64d.jpg +%%DATADIR%%/packages/ikbase/ik_htrimv_64b.jpg +%%DATADIR%%/packages/ikbase/ik_htrimv_64c.jpg +%%DATADIR%%/packages/ikbase/ik_itrimv_128b.jpg +%%DATADIR%%/packages/ikbase/ik_metplatef_6464b.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_32a.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_32b.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_32c.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_32d.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_64a.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_64c.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimh_64d.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_32a.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_32b.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_32c.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_32d.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_64a.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_64c.jpg +%%DATADIR%%/packages/ikbase/ik_wtrimv_64d.jpg +%%DATADIR%%/packages/ikbase/ikbase070900.txt +%%DATADIR%%/packages/jf1/jf128.jpg +%%DATADIR%%/packages/jf1/jf1wad.txt +%%DATADIR%%/packages/jf1/jf32.jpg +%%DATADIR%%/packages/jf1/jf64.jpg +%%DATADIR%%/packages/jf1/jfbutn.jpg +%%DATADIR%%/packages/jf1/jfflr.jpg +%%DATADIR%%/packages/jf1/jfgrid.jpg +%%DATADIR%%/packages/jf1/jfhatch.jpg +%%DATADIR%%/packages/jf1/jflite.jpg +%%DATADIR%%/packages/jf1/jflitestr.jpg +%%DATADIR%%/packages/jf1/jfrock.jpg +%%DATADIR%%/packages/jf1/jfrust.jpg +%%DATADIR%%/packages/jf1/jfstripe.jpg +%%DATADIR%%/packages/jf1/jfwall.jpg +%%DATADIR%%/packages/kurt/klite1.jpg +%%DATADIR%%/packages/kurt/klite2.jpg +%%DATADIR%%/packages/kurt/ktrim2_a.jpg +%%DATADIR%%/packages/kurt/ktrim2_b.jpg +%%DATADIR%%/packages/kurt/ktrim2_corner1.jpg +%%DATADIR%%/packages/kurt/ktrim2_corner2.jpg +%%DATADIR%%/packages/kurt/ktrim2_corner3.jpg +%%DATADIR%%/packages/kurt/ktrim2_corner4.jpg +%%DATADIR%%/packages/kurt/ktrim2_end1.jpg +%%DATADIR%%/packages/kurt/ktrim2_end2.jpg +%%DATADIR%%/packages/kurt/ktrim2_end3.jpg +%%DATADIR%%/packages/kurt/ktrim2_end4.jpg +%%DATADIR%%/packages/kurt/ktrim_a.jpg +%%DATADIR%%/packages/kurt/ktrim_b.jpg +%%DATADIR%%/packages/kurt/ktrim_corner1.jpg +%%DATADIR%%/packages/kurt/ktrim_corner2.jpg +%%DATADIR%%/packages/kurt/ktrim_corner3.jpg +%%DATADIR%%/packages/kurt/ktrim_corner4.jpg +%%DATADIR%%/packages/kurt/ktrim_end1.jpg +%%DATADIR%%/packages/kurt/ktrim_end2.jpg +%%DATADIR%%/packages/kurt/ktrim_end3.jpg +%%DATADIR%%/packages/kurt/ktrim_end4.jpg +%%DATADIR%%/packages/kurt/kwater.jpg +%%DATADIR%%/packages/kurt/readme.txt +%%DATADIR%%/packages/kurt/sky/kdusk.txt +%%DATADIR%%/packages/kurt/sky/kdusk_bk.jpg +%%DATADIR%%/packages/kurt/sky/kdusk_dn.jpg +%%DATADIR%%/packages/kurt/sky/kdusk_ft.jpg +%%DATADIR%%/packages/kurt/sky/kdusk_lf.jpg +%%DATADIR%%/packages/kurt/sky/kdusk_rt.jpg +%%DATADIR%%/packages/kurt/sky/kdusk_up.jpg +%%DATADIR%%/packages/models/boost/skin.jpg +%%DATADIR%%/packages/models/boost/tris.md2 +%%DATADIR%%/packages/models/bridge/bridge2.ms3d +%%DATADIR%%/packages/models/bridge/skin.jpg +%%DATADIR%%/packages/models/bridge/tris.md2 +%%DATADIR%%/packages/models/bullets/skin.jpg +%%DATADIR%%/packages/models/bullets/tris.md2 +%%DATADIR%%/packages/models/carrot/skin.jpg +%%DATADIR%%/packages/models/carrot/tris.md2 +%%DATADIR%%/packages/models/dcp/Readme.txt +%%DATADIR%%/packages/models/dcp/barrel/readme.txt +%%DATADIR%%/packages/models/dcp/barrel/skin.jpg +%%DATADIR%%/packages/models/dcp/barrel/tris.md2 +%%DATADIR%%/packages/models/dcp/bench/readme.txt +%%DATADIR%%/packages/models/dcp/bench/skin.jpg +%%DATADIR%%/packages/models/dcp/bench/tris.md2 +%%DATADIR%%/packages/models/dcp/biotank/skin.jpg +%%DATADIR%%/packages/models/dcp/biotank/tris.md2 +%%DATADIR%%/packages/models/dcp/console/skin.jpg +%%DATADIR%%/packages/models/dcp/console/tris.md2 +%%DATADIR%%/packages/models/dcp/grass/readme.txt +%%DATADIR%%/packages/models/dcp/grass/skin.jpg +%%DATADIR%%/packages/models/dcp/grass/tris.md2 +%%DATADIR%%/packages/models/dcp/groundlamp/skin.jpg +%%DATADIR%%/packages/models/dcp/groundlamp/tris.md2 +%%DATADIR%%/packages/models/dcp/ivy/skin.jpg +%%DATADIR%%/packages/models/dcp/ivy/tris.md2 +%%DATADIR%%/packages/models/dcp/jumppad2/skin.jpg +%%DATADIR%%/packages/models/dcp/jumppad2/tris.md2 +%%DATADIR%%/packages/models/dcp/leafs/skin.jpg +%%DATADIR%%/packages/models/dcp/leafs/tris.md2 +%%DATADIR%%/packages/models/dcp/mushroom/skin.jpg +%%DATADIR%%/packages/models/dcp/mushroom/tris.md2 +%%DATADIR%%/packages/models/dcp/palette/skin.jpg +%%DATADIR%%/packages/models/dcp/palette/tris.md2 +%%DATADIR%%/packages/models/dcp/palmtree/skin.jpg +%%DATADIR%%/packages/models/dcp/palmtree/tris.md2 +%%DATADIR%%/packages/models/dcp/pillar/readme.txt +%%DATADIR%%/packages/models/dcp/pillar/skin.jpg +%%DATADIR%%/packages/models/dcp/pillar/tris.md2 +%%DATADIR%%/packages/models/dcp/plant1/skin.jpg +%%DATADIR%%/packages/models/dcp/plant1/tris.md2 +%%DATADIR%%/packages/models/dcp/streetlamp/readme.txt +%%DATADIR%%/packages/models/dcp/streetlamp/skin.jpg +%%DATADIR%%/packages/models/dcp/streetlamp/tris.md2 +%%DATADIR%%/packages/models/dcp/thorns/skin.jpg +%%DATADIR%%/packages/models/dcp/thorns/tris.md2 +%%DATADIR%%/packages/models/dcp/tree2/readme.txt +%%DATADIR%%/packages/models/dcp/tree2/skin.jpg +%%DATADIR%%/packages/models/dcp/tree2/tris.md2 +%%DATADIR%%/packages/models/dcp/tree3/readme.txt +%%DATADIR%%/packages/models/dcp/tree3/skin.jpg +%%DATADIR%%/packages/models/dcp/tree3/tris.md2 +%%DATADIR%%/packages/models/dcp/turret/skin.jpg +%%DATADIR%%/packages/models/dcp/turret/tris.md2 +%%DATADIR%%/packages/models/dcp/valve/skin.jpg +%%DATADIR%%/packages/models/dcp/valve/tris.md2 +%%DATADIR%%/packages/models/dcp/vent/skin.jpg +%%DATADIR%%/packages/models/dcp/vent/tris.md2 +%%DATADIR%%/packages/models/dcp/waterbowl/readme.txt +%%DATADIR%%/packages/models/dcp/waterbowl/skin.jpg +%%DATADIR%%/packages/models/dcp/waterbowl/tris.md2 +%%DATADIR%%/packages/models/g_armour/armor.txt +%%DATADIR%%/packages/models/g_armour/skin.jpg +%%DATADIR%%/packages/models/g_armour/tris.md2 +%%DATADIR%%/packages/models/gibc/gpl_gibs.txt +%%DATADIR%%/packages/models/gibc/skin.jpg +%%DATADIR%%/packages/models/gibc/tris.md2 +%%DATADIR%%/packages/models/gibh/gpl_gibs.txt +%%DATADIR%%/packages/models/gibh/skin.jpg +%%DATADIR%%/packages/models/gibh/tris.md2 +%%DATADIR%%/packages/models/health/skin.jpg +%%DATADIR%%/packages/models/health/tris.md2 +%%DATADIR%%/packages/models/hudguns/Frames.txt +%%DATADIR%%/packages/models/hudguns/Readme.txt +%%DATADIR%%/packages/models/hudguns/chaing/md2.qc +%%DATADIR%%/packages/models/hudguns/chaing/skin.jpg +%%DATADIR%%/packages/models/hudguns/chaing/tris.md2 +%%DATADIR%%/packages/models/hudguns/fist/skin.jpg +%%DATADIR%%/packages/models/hudguns/fist/tris.md2 +%%DATADIR%%/packages/models/hudguns/rifle/md2.qc +%%DATADIR%%/packages/models/hudguns/rifle/skin.jpg +%%DATADIR%%/packages/models/hudguns/rifle/tris.md2 +%%DATADIR%%/packages/models/hudguns/rocket/md2.qc +%%DATADIR%%/packages/models/hudguns/rocket/skin.jpg +%%DATADIR%%/packages/models/hudguns/rocket/tris.md2 +%%DATADIR%%/packages/models/hudguns/shotg/MD2.QC +%%DATADIR%%/packages/models/hudguns/shotg/skin.jpg +%%DATADIR%%/packages/models/hudguns/shotg/tris.md2 +%%DATADIR%%/packages/models/monster/bauul/Thumbs.db +%%DATADIR%%/packages/models/monster/bauul/bauul.txt +%%DATADIR%%/packages/models/monster/bauul/skin.jpg +%%DATADIR%%/packages/models/monster/bauul/tris.md2 +%%DATADIR%%/packages/models/monster/goblin/readme.txt +%%DATADIR%%/packages/models/monster/goblin/skin.jpg +%%DATADIR%%/packages/models/monster/goblin/tris.md2 +%%DATADIR%%/packages/models/monster/hellpig/readme.txt +%%DATADIR%%/packages/models/monster/hellpig/skin.jpg +%%DATADIR%%/packages/models/monster/hellpig/tris.md2 +%%DATADIR%%/packages/models/monster/knight/readme.txt +%%DATADIR%%/packages/models/monster/knight/skin.jpg +%%DATADIR%%/packages/models/monster/knight/tris.md2 +%%DATADIR%%/packages/models/monster/ogro/Ogro.txt +%%DATADIR%%/packages/models/monster/ogro/skin.jpg +%%DATADIR%%/packages/models/monster/ogro/tris.md2 +%%DATADIR%%/packages/models/monster/rat/Ratamahatta.txt +%%DATADIR%%/packages/models/monster/rat/skin.jpg +%%DATADIR%%/packages/models/monster/rat/tris.md2 +%%DATADIR%%/packages/models/monster/rhino/rhino.txt +%%DATADIR%%/packages/models/monster/rhino/skin.jpg +%%DATADIR%%/packages/models/monster/rhino/tris.md2 +%%DATADIR%%/packages/models/monster/slith/skin.jpg +%%DATADIR%%/packages/models/monster/slith/slithMe.txt +%%DATADIR%%/packages/models/monster/slith/tris.md2 +%%DATADIR%%/packages/models/quad/invulner.txt +%%DATADIR%%/packages/models/quad/skin.jpg +%%DATADIR%%/packages/models/quad/tris.md2 +%%DATADIR%%/packages/models/rockets/skin.jpg +%%DATADIR%%/packages/models/rockets/tris.md2 +%%DATADIR%%/packages/models/rrounds/skin.jpg +%%DATADIR%%/packages/models/rrounds/tris.md2 +%%DATADIR%%/packages/models/shells/skin.jpg +%%DATADIR%%/packages/models/shells/tris.md2 +%%DATADIR%%/packages/models/switch1/skin.jpg +%%DATADIR%%/packages/models/switch1/tris.md2 +%%DATADIR%%/packages/models/switch2/skin.jpg +%%DATADIR%%/packages/models/switch2/tris.md2 +%%DATADIR%%/packages/models/teleporter/skin.jpg +%%DATADIR%%/packages/models/teleporter/tris.md2 +%%DATADIR%%/packages/models/tree1/skin.jpg +%%DATADIR%%/packages/models/tree1/tris.md2 +%%DATADIR%%/packages/models/y_armour/armor.txt +%%DATADIR%%/packages/models/y_armour/skin.jpg +%%DATADIR%%/packages/models/y_armour/tris.md2 +%%DATADIR%%/packages/payne/Box12b.jpg +%%DATADIR%%/packages/payne/Brick52a.jpg +%%DATADIR%%/packages/payne/Brick58_512x512.jpg +%%DATADIR%%/packages/payne/Grate09b.jpg +%%DATADIR%%/packages/payne/SlimyTile02_128x128.jpg +%%DATADIR%%/packages/payne/Thumbs.db +%%DATADIR%%/packages/payne/Tile28b.jpg +%%DATADIR%%/packages/payne/Tile41a.jpg +%%DATADIR%%/packages/payne/readme.txt +%%DATADIR%%/packages/pigcam/Piglet Campaign - readme.txt +%%DATADIR%%/packages/pigcam/pig01.cfg +%%DATADIR%%/packages/pigcam/pig01.cgz +%%DATADIR%%/packages/pigcam/pig02.cfg +%%DATADIR%%/packages/pigcam/pig02.cgz +%%DATADIR%%/packages/pigcam/pig03.cfg +%%DATADIR%%/packages/pigcam/pig03.cgz +%%DATADIR%%/packages/pigcam/pig04.cfg +%%DATADIR%%/packages/pigcam/pig04.cgz +%%DATADIR%%/packages/pigcam/pig05.cfg +%%DATADIR%%/packages/pigcam/pig05.cgz +%%DATADIR%%/packages/pigcam/pig06.cfg +%%DATADIR%%/packages/pigcam/pig06.cgz +%%DATADIR%%/packages/pigcam/pig07.cfg +%%DATADIR%%/packages/pigcam/pig07.cgz +%%DATADIR%%/packages/pigcam/pig08.cfg +%%DATADIR%%/packages/pigcam/pig08.cgz +%%DATADIR%%/packages/pigcam/pig09.cfg +%%DATADIR%%/packages/pigcam/pig09.cgz +%%DATADIR%%/packages/pigcam/pigfin.cfg +%%DATADIR%%/packages/pigcam/pigfin.cgz +%%DATADIR%%/packages/readme.txt +%%DATADIR%%/packages/schwenz/dt_tile_check.01.jpg +%%DATADIR%%/packages/schwenz/readme.txt +%%DATADIR%%/packages/socksky/desert_bk.jpg +%%DATADIR%%/packages/socksky/desert_dn.jpg +%%DATADIR%%/packages/socksky/desert_ft.jpg +%%DATADIR%%/packages/socksky/desert_lf.jpg +%%DATADIR%%/packages/socksky/desert_rt.jpg +%%DATADIR%%/packages/socksky/desert_up.jpg +%%DATADIR%%/packages/socksky/emerald_bk.jpg +%%DATADIR%%/packages/socksky/emerald_dn.jpg +%%DATADIR%%/packages/socksky/emerald_ft.jpg +%%DATADIR%%/packages/socksky/emerald_lf.jpg +%%DATADIR%%/packages/socksky/emerald_rt.jpg +%%DATADIR%%/packages/socksky/emerald_up.jpg +%%DATADIR%%/packages/socksky/frozen_bk.jpg +%%DATADIR%%/packages/socksky/frozen_dn.jpg +%%DATADIR%%/packages/socksky/frozen_ft.jpg +%%DATADIR%%/packages/socksky/frozen_lf.jpg +%%DATADIR%%/packages/socksky/frozen_rt.jpg +%%DATADIR%%/packages/socksky/frozen_up.jpg +%%DATADIR%%/packages/socksky/mars_bk.jpg +%%DATADIR%%/packages/socksky/mars_dn.jpg +%%DATADIR%%/packages/socksky/mars_ft.jpg +%%DATADIR%%/packages/socksky/mars_lf.jpg +%%DATADIR%%/packages/socksky/mars_rt.jpg +%%DATADIR%%/packages/socksky/mars_up.jpg +%%DATADIR%%/packages/socksky/readme.txt +%%DATADIR%%/packages/songs/ambient.mid +%%DATADIR%%/packages/songs/cube1.mid +%%DATADIR%%/packages/songs/cubez0r.xm +%%DATADIR%%/packages/songs/deathB.mid +%%DATADIR%%/packages/songs/readme.txt +%%DATADIR%%/packages/sounds/aard/bang.wav +%%DATADIR%%/packages/sounds/aard/die1.wav +%%DATADIR%%/packages/sounds/aard/die2.wav +%%DATADIR%%/packages/sounds/aard/grunt1.wav +%%DATADIR%%/packages/sounds/aard/grunt2.wav +%%DATADIR%%/packages/sounds/aard/itempick.wav +%%DATADIR%%/packages/sounds/aard/jump.wav +%%DATADIR%%/packages/sounds/aard/land.wav +%%DATADIR%%/packages/sounds/aard/outofammo.wav +%%DATADIR%%/packages/sounds/aard/pain1.wav +%%DATADIR%%/packages/sounds/aard/pain2.wav +%%DATADIR%%/packages/sounds/aard/pain3.wav +%%DATADIR%%/packages/sounds/aard/pain4.wav +%%DATADIR%%/packages/sounds/aard/pain5.wav +%%DATADIR%%/packages/sounds/aard/pain6.wav +%%DATADIR%%/packages/sounds/aard/tak.wav +%%DATADIR%%/packages/sounds/aard/weapload.wav +%%DATADIR%%/packages/sounds/awesund/Sound.txt +%%DATADIR%%/packages/sounds/awesund/cg1.wav +%%DATADIR%%/packages/sounds/awesund/cg2.wav +%%DATADIR%%/packages/sounds/awesund/cg2_full.wav +%%DATADIR%%/packages/sounds/awesund/explode.wav +%%DATADIR%%/packages/sounds/awesund/explodemini.wav +%%DATADIR%%/packages/sounds/awesund/flaunch.wav +%%DATADIR%%/packages/sounds/awesund/readmeFX1.txt +%%DATADIR%%/packages/sounds/awesund/rifle.wav +%%DATADIR%%/packages/sounds/awesund/rlaunch.wav +%%DATADIR%%/packages/sounds/awesund/shotgun.wav +%%DATADIR%%/packages/sounds/free/Sound.txt +%%DATADIR%%/packages/sounds/free/acid5.wav +%%DATADIR%%/packages/sounds/free/acid6.wav +%%DATADIR%%/packages/sounds/free/boing_x.wav +%%DATADIR%%/packages/sounds/free/chaingun.wav +%%DATADIR%%/packages/sounds/free/chaingun_once.wav +%%DATADIR%%/packages/sounds/free/explode.wav +%%DATADIR%%/packages/sounds/free/itemback.wav +%%DATADIR%%/packages/sounds/free/itempick.wav +%%DATADIR%%/packages/sounds/free/launch1.wav +%%DATADIR%%/packages/sounds/free/piggrunt1.wav +%%DATADIR%%/packages/sounds/free/piggrunt2.wav +%%DATADIR%%/packages/sounds/free/punch1.wav +%%DATADIR%%/packages/sounds/free/punch2.wav +%%DATADIR%%/packages/sounds/free/rifle1.wav +%%DATADIR%%/packages/sounds/free/rocketl.wav +%%DATADIR%%/packages/sounds/free/rocketlaunch.wav +%%DATADIR%%/packages/sounds/free/rumble.wav +%%DATADIR%%/packages/sounds/free/shotgun.wav +%%DATADIR%%/packages/sounds/free/splash1.wav +%%DATADIR%%/packages/sounds/free/splash2.wav +%%DATADIR%%/packages/sounds/free/teleport.wav +%%DATADIR%%/packages/sounds/free/tick.wav +%%DATADIR%%/packages/sounds/ppm/deathb.wav +%%DATADIR%%/packages/sounds/ppm/deathd.wav +%%DATADIR%%/packages/sounds/ppm/deathe.wav +%%DATADIR%%/packages/sounds/ppm/deathh.wav +%%DATADIR%%/packages/sounds/ppm/deathr.wav +%%DATADIR%%/packages/sounds/ppm/deaths.wav +%%DATADIR%%/packages/sounds/ppm/iceball.wav +%%DATADIR%%/packages/sounds/ppm/painb.wav +%%DATADIR%%/packages/sounds/ppm/paind.wav +%%DATADIR%%/packages/sounds/ppm/paine.wav +%%DATADIR%%/packages/sounds/ppm/painh.wav +%%DATADIR%%/packages/sounds/ppm/paino.wav +%%DATADIR%%/packages/sounds/ppm/painp.wav +%%DATADIR%%/packages/sounds/ppm/painr.wav +%%DATADIR%%/packages/sounds/ppm/pains.wav +%%DATADIR%%/packages/sounds/ppm/slimeball.wav +%%DATADIR%%/packages/sounds/readme.txt +%%DATADIR%%/packages/sounds/readme.txt.bak +%%DATADIR%%/packages/stecki/snow.txt +%%DATADIR%%/packages/stecki/snow_bk.jpg +%%DATADIR%%/packages/stecki/snow_dn.jpg +%%DATADIR%%/packages/stecki/snow_ft.jpg +%%DATADIR%%/packages/stecki/snow_lf.jpg +%%DATADIR%%/packages/stecki/snow_rt.jpg +%%DATADIR%%/packages/stecki/snow_up.jpg +%%DATADIR%%/packages/tech1soc/032-01c.jpg +%%DATADIR%%/packages/tech1soc/032-02b.jpg +%%DATADIR%%/packages/tech1soc/032-03d.jpg +%%DATADIR%%/packages/tech1soc/032-10a.jpg +%%DATADIR%%/packages/tech1soc/032-10b.jpg +%%DATADIR%%/packages/tech1soc/032-12d.jpg +%%DATADIR%%/packages/tech1soc/032-14b.jpg +%%DATADIR%%/packages/tech1soc/032-15a.jpg +%%DATADIR%%/packages/tech1soc/032-15b.jpg +%%DATADIR%%/packages/tech1soc/032lig10bb.jpg +%%DATADIR%%/packages/tech1soc/032lig11bb.jpg +%%DATADIR%%/packages/tech1soc/032lig11rb.jpg +%%DATADIR%%/packages/tech1soc/032lig12bb.jpg +%%DATADIR%%/packages/tech1soc/032lig12rb.jpg +%%DATADIR%%/packages/tech1soc/032lig12ya.jpg +%%DATADIR%%/packages/tech1soc/032lig20yb.jpg +%%DATADIR%%/packages/tech1soc/064-11b.jpg +%%DATADIR%%/packages/tech1soc/064-12a.jpg +%%DATADIR%%/packages/tech1soc/064-13b.jpg +%%DATADIR%%/packages/tech1soc/064-15b.jpg +%%DATADIR%%/packages/tech1soc/064-20a.jpg +%%DATADIR%%/packages/tech1soc/064-20b.jpg +%%DATADIR%%/packages/tech1soc/064-22b.jpg +%%DATADIR%%/packages/tech1soc/064lig20bb.jpg +%%DATADIR%%/packages/tech1soc/064lig22bb.jpg +%%DATADIR%%/packages/tech1soc/064lig22rb.jpg +%%DATADIR%%/packages/tech1soc/064lig22wb.jpg +%%DATADIR%%/packages/tech1soc/128-05b.jpg +%%DATADIR%%/packages/tech1soc/128-05c.jpg +%%DATADIR%%/packages/tech1soc/blank01a.jpg +%%DATADIR%%/packages/tech1soc/blank01c.jpg +%%DATADIR%%/packages/tech1soc/blank02a.jpg +%%DATADIR%%/packages/tech1soc/blank02b.jpg +%%DATADIR%%/packages/tech1soc/blank03a.jpg +%%DATADIR%%/packages/tech1soc/blank03d.jpg +%%DATADIR%%/packages/tech1soc/block01b.jpg +%%DATADIR%%/packages/tech1soc/block01c.jpg +%%DATADIR%%/packages/tech1soc/block10b.jpg +%%DATADIR%%/packages/tech1soc/block19b.jpg +%%DATADIR%%/packages/tech1soc/chain_mesh2.jpg +%%DATADIR%%/packages/tech1soc/grate1b.jpg +%%DATADIR%%/packages/tech1soc/grate_brown1.jpg +%%DATADIR%%/packages/tech1soc/grate_brown3.jpg +%%DATADIR%%/packages/tech1soc/grill_wall01b.jpg +%%DATADIR%%/packages/tech1soc/half_grill_wall01b.jpg +%%DATADIR%%/packages/tech1soc/half_grill_wall03b.jpg +%%DATADIR%%/packages/tech1soc/mat4b.jpg +%%DATADIR%%/packages/tech1soc/matbrown_lgt2.jpg +%%DATADIR%%/packages/tech1soc/met_wall01a.jpg +%%DATADIR%%/packages/tech1soc/met_wall01c.jpg +%%DATADIR%%/packages/tech1soc/mix_wall03a.jpg +%%DATADIR%%/packages/tech1soc/mix_wall03ab.jpg +%%DATADIR%%/packages/tech1soc/o128-02a.jpg +%%DATADIR%%/packages/tech1soc/octlig01bc.jpg +%%DATADIR%%/packages/tech1soc/panel20c.jpg +%%DATADIR%%/packages/tech1soc/panel40c.jpg +%%DATADIR%%/packages/tech1soc/s064-02a.jpg +%%DATADIR%%/packages/tech1soc/s064-02b.jpg +%%DATADIR%%/packages/tech1soc/s064-02c.jpg +%%DATADIR%%/packages/tech1soc/s064-03a.jpg +%%DATADIR%%/packages/tech1soc/s064-03b.jpg +%%DATADIR%%/packages/tech1soc/s064-03c.jpg +%%DATADIR%%/packages/tech1soc/s128-01c.jpg +%%DATADIR%%/packages/tech1soc/s128-02a.jpg +%%DATADIR%%/packages/tech1soc/s128-02b.jpg +%%DATADIR%%/packages/tech1soc/s128-03b.jpg +%%DATADIR%%/packages/tech1soc/s128-06b.jpg +%%DATADIR%%/packages/tech1soc/s128-07e.jpg +%%DATADIR%%/packages/tech1soc/s256-01c.jpg +%%DATADIR%%/packages/tech1soc/s256-01d.jpg +%%DATADIR%%/packages/tech1soc/s256-02a.jpg +%%DATADIR%%/packages/tech1soc/s256-02b.jpg +%%DATADIR%%/packages/tech1soc/spring1.jpg +%%DATADIR%%/packages/tech1soc/spring2.jpg +%%DATADIR%%/packages/tech1soc/spring3.jpg +%%DATADIR%%/packages/tech1soc/sqrlig02wb.jpg +%%DATADIR%%/packages/tech1soc/sqrlig03bc.jpg +%%DATADIR%%/packages/tech1soc/tech1soc_readme.txt +%%DATADIR%%/packages/tech1soc/zdet_trim2a.jpg +%%DATADIR%%/packages/tech1soc/zdet_trim5b.jpg +%%DATADIR%%/packages/tech1soc/zdetlig01bb.jpg +%%DATADIR%%/packages/tech1soc/zdetlig02bb.jpg +%%DATADIR%%/packages/tech1soc/zdetlig04bb.jpg +%%DATADIR%%/packages/than_ind/cretewall03.jpg +%%DATADIR%%/packages/than_ind/floor02.jpg +%%DATADIR%%/packages/than_ind/floor05.jpg +%%DATADIR%%/packages/than_ind/floor06.jpg +%%DATADIR%%/packages/than_ind/light03.jpg +%%DATADIR%%/packages/than_ind/than_industrial.txt +%%DATADIR%%/packages/than_ind/trim04.jpg +%%DATADIR%%/packages/than_ind/trim21.jpg +%%DATADIR%%/packages/than_ind/trlight01.jpg +%%DATADIR%%/packages/than_ind/trlight06.jpg @dirrm share/nls/en_US.US-ASCII @dirrm share/nls/POSIX -@dirrm share/cube/savegames -@dirrm share/cube/packages/than_ind -@dirrm share/cube/packages/tech1soc -@dirrm share/cube/packages/stecki -@dirrm share/cube/packages/sounds/ppm -@dirrm share/cube/packages/sounds/free -@dirrm share/cube/packages/sounds/awesund -@dirrm share/cube/packages/sounds/aard -@dirrm share/cube/packages/sounds -@dirrm share/cube/packages/songs -@dirrm share/cube/packages/socksky -@dirrm share/cube/packages/schwenz -@dirrm share/cube/packages/pigcam -@dirrm share/cube/packages/payne -@dirrm share/cube/packages/models/y_armour -@dirrm share/cube/packages/models/tree1 -@dirrm share/cube/packages/models/teleporter -@dirrm share/cube/packages/models/switch2 -@dirrm share/cube/packages/models/switch1 -@dirrm share/cube/packages/models/shells -@dirrm share/cube/packages/models/rrounds -@dirrm share/cube/packages/models/rockets -@dirrm share/cube/packages/models/quad -@dirrm share/cube/packages/models/monster/slith -@dirrm share/cube/packages/models/monster/rhino -@dirrm share/cube/packages/models/monster/rat -@dirrm share/cube/packages/models/monster/ogro -@dirrm share/cube/packages/models/monster/knight -@dirrm share/cube/packages/models/monster/hellpig -@dirrm share/cube/packages/models/monster/goblin -@dirrm share/cube/packages/models/monster/bauul -@dirrm share/cube/packages/models/monster -@dirrm share/cube/packages/models/hudguns/shotg -@dirrm share/cube/packages/models/hudguns/rocket -@dirrm share/cube/packages/models/hudguns/rifle -@dirrm share/cube/packages/models/hudguns/fist -@dirrm share/cube/packages/models/hudguns/chaing -@dirrm share/cube/packages/models/hudguns -@dirrm share/cube/packages/models/health -@dirrm share/cube/packages/models/gibh -@dirrm share/cube/packages/models/gibc -@dirrm share/cube/packages/models/g_armour -@dirrm share/cube/packages/models/dcp/waterbowl -@dirrm share/cube/packages/models/dcp/vent -@dirrm share/cube/packages/models/dcp/valve -@dirrm share/cube/packages/models/dcp/turret -@dirrm share/cube/packages/models/dcp/tree3 -@dirrm share/cube/packages/models/dcp/tree2 -@dirrm share/cube/packages/models/dcp/thorns -@dirrm share/cube/packages/models/dcp/streetlamp -@dirrm share/cube/packages/models/dcp/plant1 -@dirrm share/cube/packages/models/dcp/pillar -@dirrm share/cube/packages/models/dcp/palmtree -@dirrm share/cube/packages/models/dcp/palette -@dirrm share/cube/packages/models/dcp/mushroom -@dirrm share/cube/packages/models/dcp/leafs -@dirrm share/cube/packages/models/dcp/jumppad2 -@dirrm share/cube/packages/models/dcp/ivy -@dirrm share/cube/packages/models/dcp/groundlamp -@dirrm share/cube/packages/models/dcp/grass -@dirrm share/cube/packages/models/dcp/console -@dirrm share/cube/packages/models/dcp/biotank -@dirrm share/cube/packages/models/dcp/bench -@dirrm share/cube/packages/models/dcp/barrel -@dirrm share/cube/packages/models/dcp -@dirrm share/cube/packages/models/carrot -@dirrm share/cube/packages/models/bullets -@dirrm share/cube/packages/models/bridge -@dirrm share/cube/packages/models/boost -@dirrm share/cube/packages/models -@dirrm share/cube/packages/kurt/sky -@dirrm share/cube/packages/kurt -@dirrm share/cube/packages/jf1 -@dirrm share/cube/packages/ikbase -@dirrm share/cube/packages/ik2k/env -@dirrm share/cube/packages/ik2k -@dirrm share/cube/packages/golgotha -@dirrm share/cube/packages/fanatic -@dirrm share/cube/packages/egyptsoc -@dirrm share/cube/packages/dg -@dirrm share/cube/packages/base -@dirrm share/cube/packages/af -@dirrm share/cube/packages/aard -@dirrm share/cube/packages -@dirrm share/cube/data/martin -@dirrm share/cube/data -@dirrm share/cube +@dirrm %%DATADIR%%/savegames +@dirrm %%DATADIR%%/packages/than_ind +@dirrm %%DATADIR%%/packages/tech1soc +@dirrm %%DATADIR%%/packages/stecki +@dirrm %%DATADIR%%/packages/sounds/ppm +@dirrm %%DATADIR%%/packages/sounds/free +@dirrm %%DATADIR%%/packages/sounds/awesund +@dirrm %%DATADIR%%/packages/sounds/aard +@dirrm %%DATADIR%%/packages/sounds +@dirrm %%DATADIR%%/packages/songs +@dirrm %%DATADIR%%/packages/socksky +@dirrm %%DATADIR%%/packages/schwenz +@dirrm %%DATADIR%%/packages/pigcam +@dirrm %%DATADIR%%/packages/payne +@dirrm %%DATADIR%%/packages/models/y_armour +@dirrm %%DATADIR%%/packages/models/tree1 +@dirrm %%DATADIR%%/packages/models/teleporter +@dirrm %%DATADIR%%/packages/models/switch2 +@dirrm %%DATADIR%%/packages/models/switch1 +@dirrm %%DATADIR%%/packages/models/shells +@dirrm %%DATADIR%%/packages/models/rrounds +@dirrm %%DATADIR%%/packages/models/rockets +@dirrm %%DATADIR%%/packages/models/quad +@dirrm %%DATADIR%%/packages/models/monster/slith +@dirrm %%DATADIR%%/packages/models/monster/rhino +@dirrm %%DATADIR%%/packages/models/monster/rat +@dirrm %%DATADIR%%/packages/models/monster/ogro +@dirrm %%DATADIR%%/packages/models/monster/knight +@dirrm %%DATADIR%%/packages/models/monster/hellpig +@dirrm %%DATADIR%%/packages/models/monster/goblin +@dirrm %%DATADIR%%/packages/models/monster/bauul +@dirrm %%DATADIR%%/packages/models/monster +@dirrm %%DATADIR%%/packages/models/hudguns/shotg +@dirrm %%DATADIR%%/packages/models/hudguns/rocket +@dirrm %%DATADIR%%/packages/models/hudguns/rifle +@dirrm %%DATADIR%%/packages/models/hudguns/fist +@dirrm %%DATADIR%%/packages/models/hudguns/chaing +@dirrm %%DATADIR%%/packages/models/hudguns +@dirrm %%DATADIR%%/packages/models/health +@dirrm %%DATADIR%%/packages/models/gibh +@dirrm %%DATADIR%%/packages/models/gibc +@dirrm %%DATADIR%%/packages/models/g_armour +@dirrm %%DATADIR%%/packages/models/dcp/waterbowl +@dirrm %%DATADIR%%/packages/models/dcp/vent +@dirrm %%DATADIR%%/packages/models/dcp/valve +@dirrm %%DATADIR%%/packages/models/dcp/turret +@dirrm %%DATADIR%%/packages/models/dcp/tree3 +@dirrm %%DATADIR%%/packages/models/dcp/tree2 +@dirrm %%DATADIR%%/packages/models/dcp/thorns +@dirrm %%DATADIR%%/packages/models/dcp/streetlamp +@dirrm %%DATADIR%%/packages/models/dcp/plant1 +@dirrm %%DATADIR%%/packages/models/dcp/pillar +@dirrm %%DATADIR%%/packages/models/dcp/palmtree +@dirrm %%DATADIR%%/packages/models/dcp/palette +@dirrm %%DATADIR%%/packages/models/dcp/mushroom +@dirrm %%DATADIR%%/packages/models/dcp/leafs +@dirrm %%DATADIR%%/packages/models/dcp/jumppad2 +@dirrm %%DATADIR%%/packages/models/dcp/ivy +@dirrm %%DATADIR%%/packages/models/dcp/groundlamp +@dirrm %%DATADIR%%/packages/models/dcp/grass +@dirrm %%DATADIR%%/packages/models/dcp/console +@dirrm %%DATADIR%%/packages/models/dcp/biotank +@dirrm %%DATADIR%%/packages/models/dcp/bench +@dirrm %%DATADIR%%/packages/models/dcp/barrel +@dirrm %%DATADIR%%/packages/models/dcp +@dirrm %%DATADIR%%/packages/models/carrot +@dirrm %%DATADIR%%/packages/models/bullets +@dirrm %%DATADIR%%/packages/models/bridge +@dirrm %%DATADIR%%/packages/models/boost +@dirrm %%DATADIR%%/packages/models +@dirrm %%DATADIR%%/packages/kurt/sky +@dirrm %%DATADIR%%/packages/kurt +@dirrm %%DATADIR%%/packages/jf1 +@dirrm %%DATADIR%%/packages/ikbase +@dirrm %%DATADIR%%/packages/ik2k/env +@dirrm %%DATADIR%%/packages/ik2k +@dirrm %%DATADIR%%/packages/golgotha +@dirrm %%DATADIR%%/packages/fanatic +@dirrm %%DATADIR%%/packages/egyptsoc +@dirrm %%DATADIR%%/packages/dg +@dirrm %%DATADIR%%/packages/base +@dirrm %%DATADIR%%/packages/af +@dirrm %%DATADIR%%/packages/aard +@dirrm %%DATADIR%%/packages +@dirrm %%DATADIR%%/data/martin +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% --- cube.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 20:10:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE90916A41F for ; Wed, 24 Aug 2005 20:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DBF43D48 for ; Wed, 24 Aug 2005 20:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OKA79X067122 for ; Wed, 24 Aug 2005 20:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OKA759067121; Wed, 24 Aug 2005 20:10:07 GMT (envelope-from gnats) Date: Wed, 24 Aug 2005 20:10:07 GMT Message-Id: <200508242010.j7OKA759067121@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ed Schouten Cc: Subject: ports/84929: [irc/bitlbee] MSN6, Google Talk and LDAP authentication X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 20:10:07 -0000 The following reply was made to PR ports/84929; it has been noted by GNATS. From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Peter van Dijk Subject: ports/84929: [irc/bitlbee] MSN6, Google Talk and LDAP authentication Date: Wed, 24 Aug 2005 22:00:59 +0200 --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Sorry for the huge amount of mail I seem to generate, but I've just updated the MSN6 patch located at: http://g-rave.nl/files/ports/irc-bitlbee-msn.diff.gz with support for Google Talk (fix is now included). I've also added a config tunable called WITH_LDAP to build Bitlbee with LDAP authentication support (only allow people to register if they're in an LDAP database). Yours, --=20 Ed Schouten --S1BNGpv0yoYahz37 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDDNH7mVI4SHXwmhERAryZAKCI0O2wRKqcROjA4WlOaaF4pPECWACfZo7t c6APb5ICaOTUa1kFe+nI7nw= =zXlA -----END PGP SIGNATURE----- --S1BNGpv0yoYahz37-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 21:51:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBB3916A41F; Wed, 24 Aug 2005 21:51:15 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F33243D45; Wed, 24 Aug 2005 21:51:15 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OLpFwZ077558; Wed, 24 Aug 2005 21:51:15 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OLpF9o077554; Wed, 24 Aug 2005 21:51:15 GMT (envelope-from lesi) Date: Wed, 24 Aug 2005 21:51:15 GMT From: Dejan Lesjak Message-Id: <200508242151.j7OLpF9o077554@freefall.freebsd.org> To: lesi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lesi@FreeBSD.org Cc: Subject: Re: ports/85241: MAINTAINER UPDATE: security/amavisd-new to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 21:51:16 -0000 Synopsis: MAINTAINER UPDATE: security/amavisd-new to 2.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->lesi Responsible-Changed-By: lesi Responsible-Changed-When: Wed Aug 24 21:50:39 GMT 2005 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=85241 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 22:50:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D3716A422 for ; Wed, 24 Aug 2005 22:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C400243D5F for ; Wed, 24 Aug 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.3/8.13.3) with ESMTP id j7OMoGTw084532 for ; Wed, 24 Aug 2005 22:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OMoGgW084531; Wed, 24 Aug 2005 22:50:16 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2005 22:50:16 GMT Resent-Message-Id: <200508242250.j7OMoGgW084531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4398316A41F for ; Wed, 24 Aug 2005 22:43:29 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id D0DF343D45 for ; Wed, 24 Aug 2005 22:43:28 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 92973 invoked from network); 24 Aug 2005 22:43:26 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 24 Aug 2005 22:43:26 -0000 Message-Id: <1124923428.0@phobos.mars.bsd> Date: Wed, 24 Aug 2005 19:43:48 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85272: [UPDATE] games/nexuiz: update distinfo, and avoid downloading an additional patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 22:50:19 -0000 >Number: 85272 >Category: ports >Synopsis: [UPDATE] games/nexuiz: update distinfo, and avoid downloading an additional patch >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 Aug 24 22:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Changes: * Update distinfo. * Don't download an additional patch, just one package. >How-To-Repeat: >Fix: --- nexuiz.diff begins here --- diff -urN /usr/ports/games/nexuiz/Makefile nexuiz/Makefile --- /usr/ports/games/nexuiz/Makefile Tue Jul 12 08:51:25 2005 +++ nexuiz/Makefile Wed Aug 24 19:32:47 2005 @@ -10,8 +10,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${PORTNAME}${EXTRACT_SUFX} \ - patch${PORTVERSION:S/.//g}${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= danfe@FreeBSD.org COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter @@ -21,14 +20,15 @@ USE_REINPLACE= yes USE_ZIP= yes -WRKSRC= ${WRKDIR}/sources/darkplaces +WRKSRC= ${WRKDIR}/Nexuiz/sources/darkplaces MAKEFILE= makefile.bsd MAKE_ARGS= CC="${CC}" OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -ffast-math -funroll-loops" ALL_TARGET= # -PLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ - %%SERVER%%bin/${PORTNAME}-dedicated %%DATADIR%%/data/data20050531.pk3 \ - %%DATADIR%%/data/data20050629.pk3 +PLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx \ + %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ + %%SERVER%%bin/${PORTNAME}-dedicated \ + %%DATADIR%%/data/data20050703.pk3 PLIST_DIRS= %%DATADIR%%/data %%DATADIR%% OPTIONS= CLIENT "Build GLX client" on \ @@ -81,7 +81,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nexuiz-* ${PREFIX}/bin @${MKDIR} ${DATADIR}/data - ${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/data20050531.pk3 \ - ${WRKDIR}/data/data20050629.pk3 ${DATADIR}/data + ${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/data20050703.pk3 ${DATADIR}/data .include diff -urN /usr/ports/games/nexuiz/distinfo nexuiz/distinfo --- /usr/ports/games/nexuiz/distinfo Tue Jul 12 08:51:25 2005 +++ nexuiz/distinfo Wed Aug 24 18:50:34 2005 @@ -1,4 +1,2 @@ -MD5 (nexuiz.zip) = 43fbe6322931460b69ff257df1eb0bee -SIZE (nexuiz.zip) = 161541758 -MD5 (patch11.zip) = b94642ca4932682e400ef79c5edef5ec -SIZE (patch11.zip) = 15013902 +MD5 (nexuiz11.zip) = cbeed956d88073681b8f3cd06486bba0 +SIZE (nexuiz11.zip) = 165992553 --- nexuiz.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 23:12:54 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1321516A41F; Wed, 24 Aug 2005 23:12:54 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD9643D48; Wed, 24 Aug 2005 23:12:53 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7ONCraB089549; Wed, 24 Aug 2005 23:12:53 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7ONCrNW089545; Wed, 24 Aug 2005 23:12:53 GMT (envelope-from lesi) Date: Wed, 24 Aug 2005 23:12:53 GMT From: Dejan Lesjak Message-Id: <200508242312.j7ONCrNW089545@freefall.freebsd.org> To: lesi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lesi@FreeBSD.org Cc: Subject: Re: ports/85223: [PATCH] sysutils/luma: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 23:12:54 -0000 Synopsis: [PATCH] sysutils/luma: update to 2.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->lesi Responsible-Changed-By: lesi Responsible-Changed-When: Wed Aug 24 23:12:31 GMT 2005 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=85223 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 00:30:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD5116A41F for ; Thu, 25 Aug 2005 00:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64E943D46 for ; Thu, 25 Aug 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.3/8.13.3) with ESMTP id j7P0UEQn096745 for ; Thu, 25 Aug 2005 00:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P0UDbF096743; Thu, 25 Aug 2005 00:30:14 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 00:30:14 GMT Resent-Message-Id: <200508250030.j7P0UDbF096743@freefall.freebsd.org> 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 E1C7D16A41F for ; Thu, 25 Aug 2005 00:27:15 +0000 (GMT) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D89543D48 for ; Thu, 25 Aug 2005 00:27:15 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 9BAAB1CE66; Wed, 24 Aug 2005 19:31:28 -0500 (CDT) Message-Id: <20050825003128.9BAAB1CE66@phoenix.smluc.org> Date: Wed, 24 Aug 2005 19:31:28 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.smsu.edu Subject: ports/85274: [Maintainer update] sysutils/x86info 1.12b -> 1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 25 Aug 2005 00:30:15 -0000 >Number: 85274 >Category: ports >Synopsis: [Maintainer update] sysutils/x86info 1.12b -> 1.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 00:30:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: ahhh, he wasn't updating freshmeat, heh... >From the changelog, it looks like amd's 64b chips are now supported, a fistful of intel fixes, and some code cleanup. I cannot test opteron/athlon64, so I'm hoping amd64 works... (if someone could test it, that'd be great). >How-To-Repeat: >Fix: --- sysutils_x86info.patch begins here --- Index: sysutils/x86info/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/x86info/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- sysutils/x86info/Makefile 16 May 2004 07:30:09 -0000 1.15 +++ sysutils/x86info/Makefile 25 Aug 2005 00:20:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= x86info -PORTVERSION= 1.12b +PORTVERSION= 1.14 CATEGORIES= sysutils MASTER_SITES= http://www.codemonkey.org.uk/projects/x86info/ \ ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +16,7 @@ MAINTAINER= erik@smluc.org COMMENT= Utility to display information about the systems x86 processor(s) -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/x86info USE_REINPLACE= yes Index: sysutils/x86info/distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/x86info/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- sysutils/x86info/distinfo 31 Mar 2004 03:11:35 -0000 1.9 +++ sysutils/x86info/distinfo 25 Aug 2005 00:20:38 -0000 @@ -1,2 +1,2 @@ -MD5 (x86info-1.12b.tgz) = 4f0ce10a00db5778b16a09f68f5f6767 -SIZE (x86info-1.12b.tgz) = 54200 +MD5 (x86info-1.14.tgz) = a819dcf9b5deff3dee383edffa81fbca +SIZE (x86info-1.14.tgz) = 59072 Index: sysutils/x86info/files/patch-cpuid_UP.S =================================================================== RCS file: /home/ncvs/ports/sysutils/x86info/files/patch-cpuid_UP.S,v retrieving revision 1.2 diff -u -r1.2 patch-cpuid_UP.S --- sysutils/x86info/files/patch-cpuid_UP.S 25 Aug 2003 01:29:34 -0000 1.2 +++ sysutils/x86info/files/patch-cpuid_UP.S 25 Aug 2005 00:20:38 -0000 @@ -1,13 +1,13 @@ ---- cpuid_UP.S.orig Tue Nov 26 20:20:07 2002 -+++ cpuid_UP.S Sun Aug 24 16:12:12 2003 -@@ -1,25 +1,8 @@ +--- cpuid_UP.S.orig Wed Aug 24 20:15:46 2005 ++++ cpuid_UP.S Wed Aug 24 20:16:16 2005 +@@ -1,24 +1,9 @@ .align 4 .text -#ifdef linux - .globl cpuid_UP -- .type cpuid_UP,@function + .type cpuid_UP,@function cpuid_UP: - -#else /* BSD or WIN32 */ @@ -22,7 +22,6 @@ - -_cpuid_UP: -#endif /* linux */ -- - pushl %ebp - movl %esp,%ebp - pushl %edi + + #ifdef __x86_64__ + /* x86_64 calling convention: Args passed in rdi, rsi, rdx, rcx, r8, r9; --- sysutils_x86info.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 00:30:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D7B116A420 for ; Thu, 25 Aug 2005 00:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FF343D49 for ; Thu, 25 Aug 2005 00: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.3/8.13.3) with ESMTP id j7P0UElh096805 for ; Thu, 25 Aug 2005 00:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P0UEjq096804; Thu, 25 Aug 2005 00:30:14 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 00:30:14 GMT Resent-Message-Id: <200508250030.j7P0UEjq096804@freefall.freebsd.org> 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 9447216A41F; Thu, 25 Aug 2005 00:28:06 +0000 (GMT) (envelope-from marcus@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FECC43D45; Thu, 25 Aug 2005 00:28:06 +0000 (GMT) (envelope-from marcus@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 6090511E113; Wed, 24 Aug 2005 21:28:04 -0300 (BRT) Received: from marcus.grupos.com.br (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id 3B51C558F; Wed, 24 Aug 2005 21:28:04 -0300 (BRT) Received: from marcus.grupos.com.br (localhost [127.0.0.1]) by marcus.grupos.com.br (8.13.4/8.13.4) with ESMTP id j7P0S3PG035502; Wed, 24 Aug 2005 21:28:03 -0300 (BRT) (envelope-from marcus@marcus.grupos.com.br) Received: (from root@localhost) by marcus.grupos.com.br (8.13.4/8.13.4/Submit) id j7P0S3PL035501; Wed, 24 Aug 2005 21:28:03 -0300 (BRT) (envelope-from marcus) Message-Id: <200508250028.j7P0S3PL035501@marcus.grupos.com.br> Date: Wed, 24 Aug 2005 21:28:03 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: trevor@FreeBSD.org Subject: ports/85275: Update port: audio/snd fix install on 6.0 and others X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Aug 2005 00:30:16 -0000 >Number: 85275 >Category: ports >Synopsis: Update port: audio/snd fix install on 6.0 and others >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 Aug 25 00:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 6.0-BETA3 i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD marcus.grupos.com.br 6.0-BETA3 FreeBSD 6.0-BETA3 #19: Wed Aug 24 18:30:17 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 >Description: - Fix install on 6.0 and others. Forget to create share/snd >How-To-Repeat: >Fix: --- snd.patch begins here --- diff -ruN snd.orig/Makefile snd/Makefile --- snd.orig/Makefile Mon May 2 17:46:10 2005 +++ snd/Makefile Wed Aug 24 21:22:44 2005 @@ -7,7 +7,7 @@ PORTNAME= snd PORTVERSION= 7.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -45,7 +45,7 @@ .if defined(WITH_ESD) CONFIGURE_ARGS+= --with-esd -RUN_DEPENDS= esd:${PORTSDIR}/audio/esound +RUN_DEPENDS+= esd:${PORTSDIR}/audio/esound .endif .if defined(WITH_RUBY) @@ -80,16 +80,11 @@ USE_XLIB= yes .endif -.include - -.if ${OSVERSION} >= 503000 -BROKEN= "Does not install on FreeBSD >= 5.x" -.endif - post-build: ${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info pre-install: + @${ECHO_CMD} "" > ${PLIST} .if !defined(WITHOUT_X11) ${ECHO_CMD} lib/X11/app-defaults/Snd.ad >> ${PLIST} ${ECHO_CMD} share/examples/snd/Snd.gtkrc >> ${PLIST} @@ -118,9 +113,11 @@ .if defined(WITH_GUILE) ${FIND} ${WRKSRC} -name '*.scm' | \ ${SED} -e "s:^${WRKSRC}/:share/snd/:g" >> ${PLIST} - ${ECHO_CMD} "share/snd/contrib/dlp/README" >> ${PLIST} - ${ECHO_CMD} "@dirrm share/snd/contrib/dlp" >> ${PLIST} - ${ECHO_CMD} "@dirrm share/snd/contrib" >> ${PLIST} + ${ECHO_CMD} "share/snd/dlp/README" >> ${PLIST} + ${ECHO_CMD} "@dirrm share/snd/sndins/samples" >> ${PLIST} + ${ECHO_CMD} "@dirrm share/snd/sndins" >> ${PLIST} + ${ECHO_CMD} "@dirrm share/snd/tools" >> ${PLIST} + ${ECHO_CMD} "@dirrm share/snd/dlp" >> ${PLIST} ${ECHO_CMD} "@dirrm share/snd" >> ${PLIST} .endif @@ -154,7 +151,16 @@ cd ${WRKSRC} && ${PAX} -r -w tutorial ${DOCSDIR} .endif .if defined(WITH_GUILE) + @${MKDIR} ${DATADIR} + @${MKDIR} ${DATADIR}/dlp + @${MKDIR} ${DATADIR}/tools + @${MKDIR} ${DATADIR}/sndins + @${MKDIR} ${DATADIR}/sndins/samples ${INSTALL_DATA} ${WRKSRC}/*.scm ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/dlp/*.scm ${DATADIR}/dlp + ${INSTALL_DATA} ${WRKSRC}/dlp/README ${DATADIR}/dlp + ${INSTALL_DATA} ${WRKSRC}/tools/*.scm ${DATADIR}/tools + ${INSTALL_DATA} ${WRKSRC}/sndins/samples/*.scm ${DATADIR}/sndins/samples .endif -.include +.include --- snd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 01:30:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7A3216A420 for ; Thu, 25 Aug 2005 01:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6771B43D46 for ; Thu, 25 Aug 2005 01: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.3/8.13.3) with ESMTP id j7P1UL1n003729 for ; Thu, 25 Aug 2005 01:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P1ULlb003696; Thu, 25 Aug 2005 01:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 01:30:21 GMT Resent-Message-Id: <200508250130.j7P1ULlb003696@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Timur I. Bakeyev" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D7816A41F for ; Thu, 25 Aug 2005 01:24:22 +0000 (GMT) (envelope-from timur@gnu.org) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1026543D48 for ; Thu, 25 Aug 2005 01:24:20 +0000 (GMT) (envelope-from timur@gnu.org) Received: from timur.home.bat.ru (account timur [192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP id 397825 for FreeBSD-gnats-submit@freebsd.org; Thu, 25 Aug 2005 03:26:26 +0200 Message-Id: <1124933059.0@timur.home.bat.ru> Date: Thu, 25 Aug 2005 03:24:19 +0200 From: "Timur I. Bakeyev" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.4 Cc: Subject: ports/85276: [MAINTAINER] Upgrade for net/samba3 to 3.0.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 01:30:23 -0000 >Number: 85276 >Category: ports >Synopsis: [MAINTAINER] Upgrade for net/samba3 to 3.0.20 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 01:30:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Timur I. Bakeyev >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD 5.4-STABLE #5: Wed Jun 22 01:05:10 CEST 2005 root@timur.home.bat.ru:/usr/src/sys/i386/compile/COMMON >Description: This is an update of the Samba3 port to the 3.0.20 version. Additional features introduced in Samba 3.0.20 include: o Support for several new Win32 rpc pipes. o Improved support for OS/2 clients. o New 'net rpc service' tool for managing Win32 services. o Capability to set the owner on new files and directory based on the parent's ownership. o Experimental, asynchronous IO file serving support. o Completed Support for Microsoft Print Migrator. o New Winbind IDmap plugin (ad) for retrieving uid and gid from AD servers which maintain the SFU user and group attributes. o Rewritten support for POSIX pathnames when utilizing the Linux CIFS fs client. o New asynchronous winbindd. o Support for Microsoft Print Migrator. o New Windows NT registry file I/O library. o New user right (SeTakeOwnershipPrivilege) added. o New "net share migrate" options. >How-To-Repeat: >Fix: --- samba3.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/samba3/Makefile,v retrieving revision 1.142 diff -u -r1.142 Makefile --- Makefile 20 Jul 2005 04:17:44 -0000 1.142 +++ Makefile 23 Aug 2005 03:33:35 -0000 @@ -6,8 +6,8 @@ # PORTNAME= samba -PORTVERSION?= 3.0.14a -PORTREVISION?= 1 +PORTVERSION?= 3.0.20 +PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} @@ -20,8 +20,9 @@ CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* USE_ICONV= yes -USE_AUTOHEADER_VER= 259 -USE_AUTOCONF_VER= 259 +GNU_CONFIGURE= yes +#USE_AUTOHEADER_VER= 259 +#USE_AUTOCONF_VER= 259 LATEST_LINK?= ${PKGNAMEPREFIX}${PORTNAME}3${PKGNAMESUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} @@ -40,9 +41,6 @@ RC_DIR= ${PREFIX}/etc/rc.d SAMBA_CONFIG= ${SAMBA_CONFDIR}/smb.conf -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --exec-prefix=${PREFIX} \ @@ -53,8 +51,7 @@ --with-piddir=${SAMBA_RUNDIR} \ --with-lockdir=${SAMBA_LOCKDIR} \ --with-privatedir=${SAMBA_PRIVATE} \ - --with-logfilebase=${SAMBA_LOGDIR} \ - --with-manpages-langs=en + --with-logfilebase=${SAMBA_LOGDIR} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} @@ -65,6 +62,7 @@ CUPS "With CUPS printing support" on \ WINBIND "With WinBIND support" on \ ACL_SUPPORT "With ACL support" off \ + AIO_SUPPORT "With experimental AIO support" off \ SYSLOG "With Syslog support" off \ QUOTAS "With Quota support" off \ UTMP "With UTMP support" on \ @@ -178,7 +176,7 @@ # SAM .if defined(WITH_EXP_MODULES) .if !defined(WANT_EXP_MODULES) || empty(WANT_EXP_MODULES) -WANT_EXP_MODULES= rpc_echo idmap_rid charset_weird +WANT_EXP_MODULES= rpc_echo idmap_ad idmap_rid charset_weird .endif WANT_EXP_MODULES!= ${ECHO_CMD} ${WANT_EXP_MODULES} | ${SED} -e 's/ /,/g' CONFIGURE_ARGS+= --with-shared-modules=${WANT_EXP_MODULES} @@ -200,6 +198,10 @@ .endif .endif +.if defined(WITH_AIO_SUPPORT) +CONFIGURE_ARGS+= --with-aio-support +.endif + .if !defined(WITHOUT_POPT) LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt .else @@ -220,7 +222,7 @@ WITHOUT_ADS= on .endif -.if !defined(PACKAGE_BUILDING) && !defined(WITHOUT_ADS) +.if !defined(WITHOUT_ADS) WANT_LDAP= yes WANT_KRB5= yes CONFIGURE_ARGS+= --with-ads @@ -251,10 +253,10 @@ .endif .if !defined(SAMBA_SUBPORT) -MAN1= findsmb.1 nmblookup.1 log2pcap.1 rpcclient.1 \ - smbget.1 smbcacls.1 smbclient.1 smbcontrol.1 smbsh.1 \ - smbstatus.1 smbtar.1 testparm.1 testprns.1 vfstest.1 \ - ntlm_auth.1 profiles.1 smbcquotas.1 smbtree.1 +MAN1= findsmb.1 log2pcap.1 nmblookup.1 ntlm_auth.1 profiles.1 \ + rpcclient.1 smbcacls.1 smbclient.1 smbcontrol.1 smbcquotas.1 \ + smbget.1 smbsh.1 smbstatus.1 smbtar.1 smbtree.1 testparm.1 \ + testprns.1 vfstest.1 MAN5= lmhosts.5 smb.conf.5 smbgetrc.5 smbpasswd.5 MAN7= samba.7 MAN8= nmbd.8 smbd.8 net.8 pdbedit.8 smbpasswd.8 smbspool.8 \ @@ -294,6 +296,9 @@ @${RM} -rf ${WRKDIR}/${DISTNAME}/examples/LDAP/smbldap-tools-* @${RM} -rf ${WRKDIR}/${DISTNAME}/examples/libsmbclient @${RM} -rf ${WRKDIR}/${DISTNAME}/swat/lang + -@${MV} -f ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages-3 \ + ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages + @${RM} -f ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages/libsmbclient.8 @${FIND} ${WRKSRC} -name CVS -o -name .cvsignore | ${XARGS} ${RM} @${FIND} ${WRKDIR}/${DISTNAME} -type d | ${XARGS} ${CHMOD} u+w,a+rx @${FIND} ${WRKDIR}/${DISTNAME} -type f | ${XARGS} ${CHMOD} u+w,a+r @@ -371,7 +376,7 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CP} -Rp ${WRKDIR}/${DISTNAME}/docs/registry ${DOCSDIR} -.for f in Samba-Developers-Guide.pdf Samba-Guide.pdf Samba-HOWTO-Collection.pdf +.for f in Samba3-ByExample.pdf Samba3-HOWTO.pdf Samba3-Developers-Guide.pdf @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/${f} ${DOCSDIR} .endfor @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/samba3/distinfo,v retrieving revision 1.64 diff -u -r1.64 distinfo --- distinfo 17 Apr 2005 16:10:50 -0000 1.64 +++ distinfo 20 Aug 2005 04:13:50 -0000 @@ -1,2 +1,2 @@ -MD5 (samba-3.0.14a.tar.gz) = ebee37e66a8b5f6fd328967dc09088e8 -SIZE (samba-3.0.14a.tar.gz) = 15605851 +MD5 (samba-3.0.20.tar.gz) = 68e72ab16334c329901816febc43217a +SIZE (samba-3.0.20.tar.gz) = 17182336 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/net/samba3/pkg-message,v retrieving revision 1.4 diff -u -r1.4 pkg-message --- pkg-message 20 Mar 2005 09:29:04 -0000 1.4 +++ pkg-message 21 Aug 2005 21:55:11 -0000 @@ -1,5 +1,7 @@ -Samba3 package now doesn't include ADS support due the portability problems +=============================================================================== +Samba3 *package* now doesn't include ADS support due the portability problems with Kerberos5 libraries on different installations. You need to compile port yourself to get this functionality. For additional hints and directions, please, look into the README.FreeBSD file. +=============================================================================== Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/samba3/pkg-plist,v retrieving revision 1.60 diff -u -r1.60 pkg-plist --- pkg-plist 20 Mar 2005 09:29:05 -0000 1.60 +++ pkg-plist 23 Aug 2005 02:44:21 -0000 @@ -19,7 +19,6 @@ bin/tdbdump bin/tdbtool bin/testparm -bin/testprns %%WINBIND%%bin/wbinfo @unexec %D/etc/rc.d/samba.sh forcestop 2>/dev/null || true etc/rc.d/samba.sh @@ -60,7 +59,12 @@ %%EXAMPLESDIR%%/autofs/auto.smb %%EXAMPLESDIR%%/dce-dfs/README %%EXAMPLESDIR%%/dce-dfs/smb.conf -%%EXAMPLESDIR%%/genlogon/genlogon.pl +%%EXAMPLESDIR%%/logon/genlogon/genlogon.pl +%%EXAMPLESDIR%%/logon/mklogon/mklogon.conf +%%EXAMPLESDIR%%/logon/mklogon/mklogon.pl +%%EXAMPLESDIR%%/logon/ntlogon/README +%%EXAMPLESDIR%%/logon/ntlogon/ntlogon.conf +%%EXAMPLESDIR%%/logon/ntlogon/ntlogon.py %%EXAMPLESDIR%%/misc/adssearch.pl %%EXAMPLESDIR%%/misc/check_multiple_LDAP_entries.pl %%EXAMPLESDIR%%/misc/extra_smbstatus @@ -69,9 +73,6 @@ %%EXAMPLESDIR%%/nss/nss_winbind.c %%EXAMPLESDIR%%/nss/nss_winbind.h %%EXAMPLESDIR%%/nss/wbtest.c -%%EXAMPLESDIR%%/ntlogon/README -%%EXAMPLESDIR%%/ntlogon/ntlogon.conf -%%EXAMPLESDIR%%/ntlogon/ntlogon.py %%EXAMPLESDIR%%/pdb/Makefile %%EXAMPLESDIR%%/pdb/README %%EXAMPLESDIR%%/pdb/mysql/mysql.dump @@ -89,17 +90,20 @@ %%EXAMPLESDIR%%/printing/readme.prtpub %%EXAMPLESDIR%%/printing/smbprint %%EXAMPLESDIR%%/printing/smbprint.sysv -%%EXAMPLESDIR%%/scripts/backtrace -%%EXAMPLESDIR%%/scripts/perl/modify_samba_config.pl -%%EXAMPLESDIR%%/scripts/perl/smbaddprinter.pl -%%EXAMPLESDIR%%/scripts/perl/smbdelprinter -%%EXAMPLESDIR%%/scripts/python/SambaConfig.py -%%EXAMPLESDIR%%/scripts/python/generate_parm_table.py -%%EXAMPLESDIR%%/scripts/python/modify_samba_config.py -%%EXAMPLESDIR%%/scripts/python/smbparm.py +%%EXAMPLESDIR%%/scripts/debugging/linux/backtrace +%%EXAMPLESDIR%%/scripts/debugging/solaris/README +%%EXAMPLESDIR%%/scripts/debugging/solaris/solaris-oops.sh +%%EXAMPLESDIR%%/scripts/printing/cups/smbaddprinter.pl +%%EXAMPLESDIR%%/scripts/printing/cups/smbdelprinter.pl +%%EXAMPLESDIR%%/scripts/shares/perl/modify_samba_config.pl +%%EXAMPLESDIR%%/scripts/shares/python/SambaConfig.py +%%EXAMPLESDIR%%/scripts/shares/python/SambaParm.py +%%EXAMPLESDIR%%/scripts/shares/python/generate_parm_table.py +%%EXAMPLESDIR%%/scripts/shares/python/modify_samba_config.py +%%EXAMPLESDIR%%/scripts/shares/python/smbparm.py +%%EXAMPLESDIR%%/scripts/wins_hook/README +%%EXAMPLESDIR%%/scripts/wins_hook/dns_update %%EXAMPLESDIR%%/smb.conf.default -%%EXAMPLESDIR%%/svr4-startup/README -%%EXAMPLESDIR%%/svr4-startup/samba.server %%EXAMPLESDIR%%/tridge/README %%EXAMPLESDIR%%/tridge/smb.conf %%EXAMPLESDIR%%/tridge/smb.conf.WinNT @@ -111,24 +115,29 @@ %%EXAMPLESDIR%%/validchars/readme %%EXAMPLESDIR%%/validchars/validchr.c %%EXAMPLESDIR%%/validchars/validchr.com -%%EXAMPLESDIR%%/wins_hook/README -%%EXAMPLESDIR%%/wins_hook/dns_update %%SMBPASS%%@dirrm %%EXAMPLESDIR%%/pam_smbpass -@dirrm %%EXAMPLESDIR%%/wins_hook @dirrm %%EXAMPLESDIR%%/validchars @dirrm %%EXAMPLESDIR%%/tridge -@dirrm %%EXAMPLESDIR%%/svr4-startup -@dirrm %%EXAMPLESDIR%%/scripts/perl -@dirrm %%EXAMPLESDIR%%/scripts/python +@dirrm %%EXAMPLESDIR%%/scripts/wins_hook +@dirrm %%EXAMPLESDIR%%/scripts/shares/python +@dirrm %%EXAMPLESDIR%%/scripts/shares/perl +@dirrm %%EXAMPLESDIR%%/scripts/shares +@dirrm %%EXAMPLESDIR%%/scripts/printing/cups +@dirrm %%EXAMPLESDIR%%/scripts/printing +@dirrm %%EXAMPLESDIR%%/scripts/debugging/solaris +@dirrm %%EXAMPLESDIR%%/scripts/debugging/linux +@dirrm %%EXAMPLESDIR%%/scripts/debugging @dirrm %%EXAMPLESDIR%%/scripts @dirrm %%EXAMPLESDIR%%/printing @dirrm %%EXAMPLESDIR%%/printer-accounting @dirrm %%EXAMPLESDIR%%/pdb/mysql @dirrm %%EXAMPLESDIR%%/pdb -@dirrm %%EXAMPLESDIR%%/ntlogon @dirrm %%EXAMPLESDIR%%/nss @dirrm %%EXAMPLESDIR%%/misc -@dirrm %%EXAMPLESDIR%%/genlogon +@dirrm %%EXAMPLESDIR%%/logon/ntlogon +@dirrm %%EXAMPLESDIR%%/logon/mklogon +@dirrm %%EXAMPLESDIR%%/logon/genlogon +@dirrm %%EXAMPLESDIR%%/logon @dirrm %%EXAMPLESDIR%%/dce-dfs @dirrm %%EXAMPLESDIR%%/autofs @dirrm %%EXAMPLESDIR%%/auth/crackcheck @@ -144,9 +153,9 @@ %%PORTDOCS%%%%DOCSDIR%%/Roadmap %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/WHATSNEW.txt -%%PORTDOCS%%%%DOCSDIR%%/Samba-Developers-Guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/Samba-Guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/Samba-HOWTO-Collection.pdf +%%PORTDOCS%%%%DOCSDIR%%/Samba3-ByExample.pdf +%%PORTDOCS%%%%DOCSDIR%%/Samba3-Developers-Guide.pdf +%%PORTDOCS%%%%DOCSDIR%%/Samba3-HOWTO.pdf %%PORTDOCS%%%%DOCSDIR%%/history %%PORTDOCS%%%%DOCSDIR%%/registry/FolderRedir.adm %%PORTDOCS%%%%DOCSDIR%%/registry/NT4-Locking.reg @@ -164,245 +173,415 @@ %%PORTDOCS%%%%DOCSDIR%%/registry/WindowsTerminalServer.reg %%PORTDOCS%%@dirrm %%DOCSDIR%%/registry %%PORTDOCS%%@dirrm %%DOCSDIR%% -share/swat/help/Samba-Developers-Guide/CodingSuggestions.html -share/swat/help/Samba-Developers-Guide/Packaging.html -share/swat/help/Samba-Developers-Guide/architecture.html -share/swat/help/Samba-Developers-Guide/contributing.html -share/swat/help/Samba-Developers-Guide/debug.html -share/swat/help/Samba-Developers-Guide/index.html -share/swat/help/Samba-Developers-Guide/internals.html -share/swat/help/Samba-Developers-Guide/modules.html -share/swat/help/Samba-Developers-Guide/netbios.html -share/swat/help/Samba-Developers-Guide/ntdomain.html -share/swat/help/Samba-Developers-Guide/parsing.html -share/swat/help/Samba-Developers-Guide/pr01.html -share/swat/help/Samba-Developers-Guide/printing.html -share/swat/help/Samba-Developers-Guide/pt01.html -share/swat/help/Samba-Developers-Guide/pt02.html -share/swat/help/Samba-Developers-Guide/pt03.html -share/swat/help/Samba-Developers-Guide/pt04.html -share/swat/help/Samba-Developers-Guide/pt05.html -share/swat/help/Samba-Developers-Guide/pwencrypt.html -share/swat/help/Samba-Developers-Guide/registry.html -share/swat/help/Samba-Developers-Guide/rpc-plugin.html -share/swat/help/Samba-Developers-Guide/tracing.html -share/swat/help/Samba-Developers-Guide/unix-smb.html -share/swat/help/Samba-Developers-Guide/vfs.html -share/swat/help/Samba-Developers-Guide/windows-debug.html -share/swat/help/Samba-Developers-Guide/wins.html -share/swat/help/Samba-Guide/2000users.html -share/swat/help/Samba-Guide/Big500users.html -share/swat/help/Samba-Guide/DomApps.html -share/swat/help/Samba-Guide/HA.html -share/swat/help/Samba-Guide/appendix.html -share/swat/help/Samba-Guide/go01.html -share/swat/help/Samba-Guide/gpl.html -share/swat/help/Samba-Guide/happy.html -share/swat/help/Samba-Guide/images/AccountingNetwork.png -share/swat/help/Samba-Guide/images/Charity-Network.png -share/swat/help/Samba-Guide/images/HostAnnouncment.png -share/swat/help/Samba-Guide/images/NullConnect.png -share/swat/help/Samba-Guide/images/UNIX-Samba-and-LDAP.png -share/swat/help/Samba-Guide/images/UserConnect.png -share/swat/help/Samba-Guide/images/UserMgrNT4.png -share/swat/help/Samba-Guide/images/WINREPRESSME-Capture.png -share/swat/help/Samba-Guide/images/WINREPRESSME-Capture2.png -share/swat/help/Samba-Guide/images/WindowsXP-NullConnection.png -share/swat/help/Samba-Guide/images/WindowsXP-UserConnection.png -share/swat/help/Samba-Guide/images/XP-screen001.png -share/swat/help/Samba-Guide/images/acct2net.png -share/swat/help/Samba-Guide/images/ch7-dual-additive-LDAP-Ok.png -share/swat/help/Samba-Guide/images/ch7-dual-additive-LDAP.png -share/swat/help/Samba-Guide/images/ch7-fail-overLDAP.png -share/swat/help/Samba-Guide/images/ch7-singleLDAP.png -share/swat/help/Samba-Guide/images/ch8-migration.png -share/swat/help/Samba-Guide/images/chap4-net.png -share/swat/help/Samba-Guide/images/chap5-net.png -share/swat/help/Samba-Guide/images/chap6-net.png -share/swat/help/Samba-Guide/images/chap7-idresol.png -share/swat/help/Samba-Guide/images/chap7-net-Ar.png -share/swat/help/Samba-Guide/images/chap7-net2-Br.png -share/swat/help/Samba-Guide/images/chap9-ADSDC.png -share/swat/help/Samba-Guide/images/chap9-SambaDC.png -share/swat/help/Samba-Guide/images/lam-config.png -share/swat/help/Samba-Guide/images/lam-group-members.png -share/swat/help/Samba-Guide/images/lam-groups.png -share/swat/help/Samba-Guide/images/lam-hosts.png -share/swat/help/Samba-Guide/images/lam-login.png -share/swat/help/Samba-Guide/images/lam-users.png -share/swat/help/Samba-Guide/images/openmag.png -share/swat/help/Samba-Guide/images/wxpp001.png -share/swat/help/Samba-Guide/images/wxpp004.png -share/swat/help/Samba-Guide/images/wxpp006.png -share/swat/help/Samba-Guide/images/wxpp007.png -share/swat/help/Samba-Guide/images/wxpp008.png -share/swat/help/Samba-Guide/index.html -share/swat/help/Samba-Guide/ix01.html -share/swat/help/Samba-Guide/kerberos.html -share/swat/help/Samba-Guide/migration.html -share/swat/help/Samba-Guide/nw4migration.html -share/swat/help/Samba-Guide/pr01.html -share/swat/help/Samba-Guide/pr02.html -share/swat/help/Samba-Guide/pr03.html -share/swat/help/Samba-Guide/preface.html -share/swat/help/Samba-Guide/primer.html -share/swat/help/Samba-Guide/secure.html -share/swat/help/Samba-Guide/simple.html -share/swat/help/Samba-Guide/small.html -share/swat/help/Samba-Guide/unixclients.html -share/swat/help/Samba-HOWTO-Collection/AccessControls.html -share/swat/help/Samba-HOWTO-Collection/AdvancedNetworkManagement.html -share/swat/help/Samba-HOWTO-Collection/Appendix.html -share/swat/help/Samba-HOWTO-Collection/Backup.html -share/swat/help/Samba-HOWTO-Collection/CUPS-printing.html -share/swat/help/Samba-HOWTO-Collection/ClientConfig.html -share/swat/help/Samba-HOWTO-Collection/DNSDHCP.html -share/swat/help/Samba-HOWTO-Collection/FastStart.html -share/swat/help/Samba-HOWTO-Collection/InterdomainTrusts.html -share/swat/help/Samba-HOWTO-Collection/IntroSMB.html -share/swat/help/Samba-HOWTO-Collection/NT4Migration.html -share/swat/help/Samba-HOWTO-Collection/NetworkBrowsing.html -share/swat/help/Samba-HOWTO-Collection/Other-Clients.html -share/swat/help/Samba-HOWTO-Collection/PolicyMgmt.html -share/swat/help/Samba-HOWTO-Collection/Portability.html -share/swat/help/Samba-HOWTO-Collection/ProfileMgmt.html -share/swat/help/Samba-HOWTO-Collection/SWAT.html -share/swat/help/Samba-HOWTO-Collection/SambaHA.html -share/swat/help/Samba-HOWTO-Collection/ServerType.html -share/swat/help/Samba-HOWTO-Collection/StandAloneServer.html -share/swat/help/Samba-HOWTO-Collection/VFS.html -share/swat/help/Samba-HOWTO-Collection/bugreport.html -share/swat/help/Samba-HOWTO-Collection/compiling.html -share/swat/help/Samba-HOWTO-Collection/diagnosis.html -share/swat/help/Samba-HOWTO-Collection/domain-member.html -share/swat/help/Samba-HOWTO-Collection/go01.html -share/swat/help/Samba-HOWTO-Collection/gpl.html -share/swat/help/Samba-HOWTO-Collection/groupmapping.html -share/swat/help/Samba-HOWTO-Collection/idmapper.html -share/swat/help/Samba-HOWTO-Collection/images/10small.png -share/swat/help/Samba-HOWTO-Collection/images/11small.png -share/swat/help/Samba-HOWTO-Collection/images/12small.png -share/swat/help/Samba-HOWTO-Collection/images/13small.png -share/swat/help/Samba-HOWTO-Collection/images/14small.png -share/swat/help/Samba-HOWTO-Collection/images/1small.png -share/swat/help/Samba-HOWTO-Collection/images/2small.png -share/swat/help/Samba-HOWTO-Collection/images/3small.png -share/swat/help/Samba-HOWTO-Collection/images/4small.png -share/swat/help/Samba-HOWTO-Collection/images/5small.png -share/swat/help/Samba-HOWTO-Collection/images/6small.png -share/swat/help/Samba-HOWTO-Collection/images/7small.png -share/swat/help/Samba-HOWTO-Collection/images/8small.png -share/swat/help/Samba-HOWTO-Collection/images/9small.png -share/swat/help/Samba-HOWTO-Collection/images/WME001.png -share/swat/help/Samba-HOWTO-Collection/images/WME002.png -share/swat/help/Samba-HOWTO-Collection/images/WME003.png -share/swat/help/Samba-HOWTO-Collection/images/WME005.png -share/swat/help/Samba-HOWTO-Collection/images/WME009.png -share/swat/help/Samba-HOWTO-Collection/images/WME010.png -share/swat/help/Samba-HOWTO-Collection/images/WME013.png -share/swat/help/Samba-HOWTO-Collection/images/WME014.png -share/swat/help/Samba-HOWTO-Collection/images/WXPP002.png -share/swat/help/Samba-HOWTO-Collection/images/WXPP003.png -share/swat/help/Samba-HOWTO-Collection/images/WXPP005.png -share/swat/help/Samba-HOWTO-Collection/images/WXPP009.png -share/swat/help/Samba-HOWTO-Collection/images/WXPP014.png -share/swat/help/Samba-HOWTO-Collection/images/a_small.png -share/swat/help/Samba-HOWTO-Collection/images/access1.png -share/swat/help/Samba-HOWTO-Collection/images/browsing1.png -share/swat/help/Samba-HOWTO-Collection/images/cups1.png -share/swat/help/Samba-HOWTO-Collection/images/cups2.png -share/swat/help/Samba-HOWTO-Collection/images/domain.png -share/swat/help/Samba-HOWTO-Collection/images/ethereal1.png -share/swat/help/Samba-HOWTO-Collection/images/ethereal2.png -share/swat/help/Samba-HOWTO-Collection/images/idmap-gid2sid.png -share/swat/help/Samba-HOWTO-Collection/images/idmap-sid2gid.png -share/swat/help/Samba-HOWTO-Collection/images/idmap-sid2uid.png -share/swat/help/Samba-HOWTO-Collection/images/idmap-store-gid2sid.png -share/swat/help/Samba-HOWTO-Collection/images/idmap-uid2sid.png -share/swat/help/Samba-HOWTO-Collection/images/idmap_winbind_no_loop.png -share/swat/help/Samba-HOWTO-Collection/images/pdftoepsonusb.png -share/swat/help/Samba-HOWTO-Collection/images/pdftosocket.png -share/swat/help/Samba-HOWTO-Collection/images/trusts1.png -share/swat/help/Samba-HOWTO-Collection/images/w2kp001.png -share/swat/help/Samba-HOWTO-Collection/images/w2kp002.png -share/swat/help/Samba-HOWTO-Collection/images/w2kp003.png -share/swat/help/Samba-HOWTO-Collection/images/w2kp004.png -share/swat/help/Samba-HOWTO-Collection/images/w2kp005.png -share/swat/help/Samba-HOWTO-Collection/images/wxpp001.png -share/swat/help/Samba-HOWTO-Collection/images/wxpp004.png -share/swat/help/Samba-HOWTO-Collection/images/wxpp006.png -share/swat/help/Samba-HOWTO-Collection/images/wxpp007.png -share/swat/help/Samba-HOWTO-Collection/images/wxpp008.png -share/swat/help/Samba-HOWTO-Collection/index.html -share/swat/help/Samba-HOWTO-Collection/install.html -share/swat/help/Samba-HOWTO-Collection/integrate-ms-networks.html -share/swat/help/Samba-HOWTO-Collection/introduction.html -share/swat/help/Samba-HOWTO-Collection/ix01.html -share/swat/help/Samba-HOWTO-Collection/largefile.html -share/swat/help/Samba-HOWTO-Collection/locking.html -share/swat/help/Samba-HOWTO-Collection/migration.html -share/swat/help/Samba-HOWTO-Collection/msdfs.html -share/swat/help/Samba-HOWTO-Collection/optional.html -share/swat/help/Samba-HOWTO-Collection/pam.html -share/swat/help/Samba-HOWTO-Collection/passdb.html -share/swat/help/Samba-HOWTO-Collection/pr01.html -share/swat/help/Samba-HOWTO-Collection/pr02.html -share/swat/help/Samba-HOWTO-Collection/pr03.html -share/swat/help/Samba-HOWTO-Collection/printing.html -share/swat/help/Samba-HOWTO-Collection/problems.html -share/swat/help/Samba-HOWTO-Collection/rights.html -share/swat/help/Samba-HOWTO-Collection/samba-bdc.html -share/swat/help/Samba-HOWTO-Collection/samba-pdc.html -share/swat/help/Samba-HOWTO-Collection/securing-samba.html -share/swat/help/Samba-HOWTO-Collection/speed.html -share/swat/help/Samba-HOWTO-Collection/troubleshooting.html -share/swat/help/Samba-HOWTO-Collection/type.html -share/swat/help/Samba-HOWTO-Collection/unicode.html -share/swat/help/Samba-HOWTO-Collection/upgrading-to-3.0.html -share/swat/help/Samba-HOWTO-Collection/winbind.html -share/swat/help/editreg.1.html -share/swat/help/findsmb.1.html -share/swat/help/index.html -share/swat/help/lmhosts.5.html -share/swat/help/log2pcap.1.html -share/swat/help/manpages.html -share/swat/help/mount.cifs.8.html -share/swat/help/net.8.html -share/swat/help/nmbd.8.html -share/swat/help/nmblookup.1.html -share/swat/help/ntlm_auth.1.html -share/swat/help/pam_winbind.8.html -share/swat/help/pdbedit.8.html -share/swat/help/profiles.1.html -share/swat/help/rpcclient.1.html -share/swat/help/samba.7.html -share/swat/help/smb.conf.5.html -share/swat/help/smbcacls.1.html -share/swat/help/smbclient.1.html -share/swat/help/smbcontrol.1.html -share/swat/help/smbcquotas.1.html -share/swat/help/smbd.8.html -share/swat/help/smbget.1.html -share/swat/help/smbgetrc.5.html -share/swat/help/smbmnt.8.html -share/swat/help/smbmount.8.html -share/swat/help/smbpasswd.5.html -share/swat/help/smbpasswd.8.html -share/swat/help/smbsh.1.html -share/swat/help/smbspool.8.html -share/swat/help/smbstatus.1.html -share/swat/help/smbtar.1.html -share/swat/help/smbtree.1.html -share/swat/help/smbumount.8.html -share/swat/help/swat.8.html -share/swat/help/tdbbackup.8.html -share/swat/help/tdbdump.8.html -share/swat/help/testparm.1.html -share/swat/help/testprns.1.html -share/swat/help/vfstest.1.html -share/swat/help/wbinfo.1.html +share/swat/help/Samba3-ByExample/2000users.html +share/swat/help/Samba3-ByExample/Big500users.html +share/swat/help/Samba3-ByExample/DMSMig.html +share/swat/help/Samba3-ByExample/DomApps.html +share/swat/help/Samba3-ByExample/ExNetworks.html +share/swat/help/Samba3-ByExample/HA.html +share/swat/help/Samba3-ByExample/RefSection.html +share/swat/help/Samba3-ByExample/appendix.html +share/swat/help/Samba3-ByExample/ch14.html +share/swat/help/Samba3-ByExample/go01.html +share/swat/help/Samba3-ByExample/gpl.html +share/swat/help/Samba3-ByExample/happy.html +share/swat/help/Samba3-ByExample/images/AccountingNetwork.png +share/swat/help/Samba3-ByExample/images/Charity-Network.png +share/swat/help/Samba3-ByExample/images/HostAnnouncment.png +share/swat/help/Samba3-ByExample/images/NullConnect.png +share/swat/help/Samba3-ByExample/images/UNIX-Samba-and-LDAP.png +share/swat/help/Samba3-ByExample/images/UserConnect.png +share/swat/help/Samba3-ByExample/images/UserMgrNT4.png +share/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture.png +share/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture2.png +share/swat/help/Samba3-ByExample/images/WindowsXP-NullConnection.png +share/swat/help/Samba3-ByExample/images/WindowsXP-UserConnection.png +share/swat/help/Samba3-ByExample/images/XP-screen001.png +share/swat/help/Samba3-ByExample/images/acct2net.png +share/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.png +share/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP.png +share/swat/help/Samba3-ByExample/images/ch7-fail-overLDAP.png +share/swat/help/Samba3-ByExample/images/ch7-singleLDAP.png +share/swat/help/Samba3-ByExample/images/ch8-migration.png +share/swat/help/Samba3-ByExample/images/chap4-net.png +share/swat/help/Samba3-ByExample/images/chap5-net.png +share/swat/help/Samba3-ByExample/images/chap6-net.png +share/swat/help/Samba3-ByExample/images/chap7-idresol.png +share/swat/help/Samba3-ByExample/images/chap7-net-Ar.png +share/swat/help/Samba3-ByExample/images/chap7-net2-Br.png +share/swat/help/Samba3-ByExample/images/chap9-ADSDC.png +share/swat/help/Samba3-ByExample/images/chap9-SambaDC.png +share/swat/help/Samba3-ByExample/images/imc-usermanager2.png +share/swat/help/Samba3-ByExample/images/lam-config.png +share/swat/help/Samba3-ByExample/images/lam-group-members.png +share/swat/help/Samba3-ByExample/images/lam-groups.png +share/swat/help/Samba3-ByExample/images/lam-hosts.png +share/swat/help/Samba3-ByExample/images/lam-login.png +share/swat/help/Samba3-ByExample/images/lam-users.png +share/swat/help/Samba3-ByExample/images/openmag.png +share/swat/help/Samba3-ByExample/images/wxpp001.png +share/swat/help/Samba3-ByExample/images/wxpp004.png +share/swat/help/Samba3-ByExample/images/wxpp006.png +share/swat/help/Samba3-ByExample/images/wxpp007.png +share/swat/help/Samba3-ByExample/images/wxpp008.png +share/swat/help/Samba3-ByExample/index.html +share/swat/help/Samba3-ByExample/ix01.html +share/swat/help/Samba3-ByExample/kerberos.html +share/swat/help/Samba3-ByExample/ntmigration.html +share/swat/help/Samba3-ByExample/nw4migration.html +share/swat/help/Samba3-ByExample/pr01.html +share/swat/help/Samba3-ByExample/pr02.html +share/swat/help/Samba3-ByExample/pr03.html +share/swat/help/Samba3-ByExample/preface.html +share/swat/help/Samba3-ByExample/primer.html +share/swat/help/Samba3-ByExample/secure.html +share/swat/help/Samba3-ByExample/simple.html +share/swat/help/Samba3-ByExample/small.html +share/swat/help/Samba3-ByExample/unixclients.html +share/swat/help/Samba3-ByExample/upgrades.html +share/swat/help/Samba3-Developers-Guide/CodingSuggestions.html +share/swat/help/Samba3-Developers-Guide/Packaging.html +share/swat/help/Samba3-Developers-Guide/architecture.html +share/swat/help/Samba3-Developers-Guide/contributing.html +share/swat/help/Samba3-Developers-Guide/debug.html +share/swat/help/Samba3-Developers-Guide/devprinting.html +share/swat/help/Samba3-Developers-Guide/index.html +share/swat/help/Samba3-Developers-Guide/internals.html +share/swat/help/Samba3-Developers-Guide/modules.html +share/swat/help/Samba3-Developers-Guide/ntdomain.html +share/swat/help/Samba3-Developers-Guide/parsing.html +share/swat/help/Samba3-Developers-Guide/pt01.html +share/swat/help/Samba3-Developers-Guide/pt02.html +share/swat/help/Samba3-Developers-Guide/pt03.html +share/swat/help/Samba3-Developers-Guide/pt04.html +share/swat/help/Samba3-Developers-Guide/pt05.html +share/swat/help/Samba3-Developers-Guide/pwencrypt.html +share/swat/help/Samba3-Developers-Guide/rpc-plugin.html +share/swat/help/Samba3-Developers-Guide/tracing.html +share/swat/help/Samba3-Developers-Guide/unix-smb.html +share/swat/help/Samba3-Developers-Guide/vfs.html +share/swat/help/Samba3-Developers-Guide/wins.html +share/swat/help/Samba3-HOWTO/AccessControls.html +share/swat/help/Samba3-HOWTO/AdvancedNetworkManagement.html +share/swat/help/Samba3-HOWTO/Appendix.html +share/swat/help/Samba3-HOWTO/Backup.html +share/swat/help/Samba3-HOWTO/CUPS-printing.html +share/swat/help/Samba3-HOWTO/ClientConfig.html +share/swat/help/Samba3-HOWTO/DNSDHCP.html +share/swat/help/Samba3-HOWTO/FastStart.html +share/swat/help/Samba3-HOWTO/InterdomainTrusts.html +share/swat/help/Samba3-HOWTO/IntroSMB.html +share/swat/help/Samba3-HOWTO/NT4Migration.html +share/swat/help/Samba3-HOWTO/NetCommand.html +share/swat/help/Samba3-HOWTO/NetworkBrowsing.html +share/swat/help/Samba3-HOWTO/Other-Clients.html +share/swat/help/Samba3-HOWTO/PolicyMgmt.html +share/swat/help/Samba3-HOWTO/Portability.html +share/swat/help/Samba3-HOWTO/ProfileMgmt.html +share/swat/help/Samba3-HOWTO/SWAT.html +share/swat/help/Samba3-HOWTO/SambaHA.html +share/swat/help/Samba3-HOWTO/ServerType.html +share/swat/help/Samba3-HOWTO/StandAloneServer.html +share/swat/help/Samba3-HOWTO/TOSHpreface.html +share/swat/help/Samba3-HOWTO/VFS.html +share/swat/help/Samba3-HOWTO/bugreport.html +share/swat/help/Samba3-HOWTO/cfgsmarts.html +share/swat/help/Samba3-HOWTO/ch-ldap-tls.html +share/swat/help/Samba3-HOWTO/ch45.html +share/swat/help/Samba3-HOWTO/classicalprinting.html +share/swat/help/Samba3-HOWTO/compiling.html +share/swat/help/Samba3-HOWTO/diagnosis.html +share/swat/help/Samba3-HOWTO/domain-member.html +share/swat/help/Samba3-HOWTO/go01.html +share/swat/help/Samba3-HOWTO/gpl.html +share/swat/help/Samba3-HOWTO/groupmapping.html +share/swat/help/Samba3-HOWTO/idmapper.html +share/swat/help/Samba3-HOWTO/images/10small.png +share/swat/help/Samba3-HOWTO/images/11small.png +share/swat/help/Samba3-HOWTO/images/12small.png +share/swat/help/Samba3-HOWTO/images/13small.png +share/swat/help/Samba3-HOWTO/images/14small.png +share/swat/help/Samba3-HOWTO/images/1small.png +share/swat/help/Samba3-HOWTO/images/2small.png +share/swat/help/Samba3-HOWTO/images/3small.png +share/swat/help/Samba3-HOWTO/images/4small.png +share/swat/help/Samba3-HOWTO/images/5small.png +share/swat/help/Samba3-HOWTO/images/6small.png +share/swat/help/Samba3-HOWTO/images/7small.png +share/swat/help/Samba3-HOWTO/images/8small.png +share/swat/help/Samba3-HOWTO/images/9small.png +share/swat/help/Samba3-HOWTO/images/WME001.png +share/swat/help/Samba3-HOWTO/images/WME002.png +share/swat/help/Samba3-HOWTO/images/WME003.png +share/swat/help/Samba3-HOWTO/images/WME005.png +share/swat/help/Samba3-HOWTO/images/WME009.png +share/swat/help/Samba3-HOWTO/images/WME010.png +share/swat/help/Samba3-HOWTO/images/WME013.png +share/swat/help/Samba3-HOWTO/images/WME014.png +share/swat/help/Samba3-HOWTO/images/WXPP002.png +share/swat/help/Samba3-HOWTO/images/WXPP003.png +share/swat/help/Samba3-HOWTO/images/WXPP005.png +share/swat/help/Samba3-HOWTO/images/WXPP009.png +share/swat/help/Samba3-HOWTO/images/WXPP014.png +share/swat/help/Samba3-HOWTO/images/a_small.png +share/swat/help/Samba3-HOWTO/images/access1.png +share/swat/help/Samba3-HOWTO/images/browsing1.png +share/swat/help/Samba3-HOWTO/images/cups1.png +share/swat/help/Samba3-HOWTO/images/cups2.png +share/swat/help/Samba3-HOWTO/images/domain.png +share/swat/help/Samba3-HOWTO/images/ethereal1.png +share/swat/help/Samba3-HOWTO/images/ethereal2.png +share/swat/help/Samba3-HOWTO/images/idmap-gid2sid.png +share/swat/help/Samba3-HOWTO/images/idmap-sid2gid.png +share/swat/help/Samba3-HOWTO/images/idmap-sid2uid.png +share/swat/help/Samba3-HOWTO/images/idmap-store-gid2sid.png +share/swat/help/Samba3-HOWTO/images/idmap-uid2sid.png +share/swat/help/Samba3-HOWTO/images/idmap_winbind_no_loop.png +share/swat/help/Samba3-HOWTO/images/pdftoepsonusb.png +share/swat/help/Samba3-HOWTO/images/pdftosocket.png +share/swat/help/Samba3-HOWTO/images/trusts1.png +share/swat/help/Samba3-HOWTO/images/w2kp001.png +share/swat/help/Samba3-HOWTO/images/w2kp002.png +share/swat/help/Samba3-HOWTO/images/w2kp003.png +share/swat/help/Samba3-HOWTO/images/w2kp004.png +share/swat/help/Samba3-HOWTO/images/w2kp005.png +share/swat/help/Samba3-HOWTO/images/wxpp001.png +share/swat/help/Samba3-HOWTO/images/wxpp004.png +share/swat/help/Samba3-HOWTO/images/wxpp006.png +share/swat/help/Samba3-HOWTO/images/wxpp007.png +share/swat/help/Samba3-HOWTO/images/wxpp008.png +share/swat/help/Samba3-HOWTO/index.html +share/swat/help/Samba3-HOWTO/install.html +share/swat/help/Samba3-HOWTO/integrate-ms-networks.html +share/swat/help/Samba3-HOWTO/introduction.html +share/swat/help/Samba3-HOWTO/ix01.html +share/swat/help/Samba3-HOWTO/largefile.html +share/swat/help/Samba3-HOWTO/locking.html +share/swat/help/Samba3-HOWTO/migration.html +share/swat/help/Samba3-HOWTO/msdfs.html +share/swat/help/Samba3-HOWTO/optional.html +share/swat/help/Samba3-HOWTO/pam.html +share/swat/help/Samba3-HOWTO/passdb.html +share/swat/help/Samba3-HOWTO/pr01.html +share/swat/help/Samba3-HOWTO/pr02.html +share/swat/help/Samba3-HOWTO/pr03.html +share/swat/help/Samba3-HOWTO/problems.html +share/swat/help/Samba3-HOWTO/rights.html +share/swat/help/Samba3-HOWTO/samba-bdc.html +share/swat/help/Samba3-HOWTO/samba-pdc.html +share/swat/help/Samba3-HOWTO/securing-samba.html +share/swat/help/Samba3-HOWTO/speed.html +share/swat/help/Samba3-HOWTO/troubleshooting.html +share/swat/help/Samba3-HOWTO/type.html +share/swat/help/Samba3-HOWTO/unicode.html +share/swat/help/Samba3-HOWTO/upgrading-to-3.0.html +share/swat/help/Samba3-HOWTO/winbind.html +share/swat/help/manpages/editreg.1.html +share/swat/help/manpages/findsmb.1.html +share/swat/help/manpages/index.html +share/swat/help/manpages/lmhosts.5.html +share/swat/help/manpages/log2pcap.1.html +share/swat/help/manpages/mount.cifs.8.html +share/swat/help/manpages/net.8.html +share/swat/help/manpages/nmbd.8.html +share/swat/help/manpages/nmblookup.1.html +share/swat/help/manpages/ntlm_auth.1.html +share/swat/help/manpages/pam_winbind.8.html +share/swat/help/manpages/pdbedit.8.html +share/swat/help/manpages/profiles.1.html +share/swat/help/manpages/rpcclient.1.html +share/swat/help/manpages/samba.7.html +share/swat/help/manpages/smb.conf.5.html +share/swat/help/manpages/smbcacls.1.html +share/swat/help/manpages/smbclient.1.html +share/swat/help/manpages/smbcontrol.1.html +share/swat/help/manpages/smbcquotas.1.html +share/swat/help/manpages/smbd.8.html +share/swat/help/manpages/smbget.1.html +share/swat/help/manpages/smbgetrc.5.html +share/swat/help/manpages/smbmnt.8.html +share/swat/help/manpages/smbmount.8.html +share/swat/help/manpages/smbpasswd.5.html +share/swat/help/manpages/smbpasswd.8.html +share/swat/help/manpages/smbsh.1.html +share/swat/help/manpages/smbspool.8.html +share/swat/help/manpages/smbstatus.1.html +share/swat/help/manpages/smbtar.1.html +share/swat/help/manpages/smbtree.1.html +share/swat/help/manpages/smbumount.8.html +share/swat/help/manpages/swat.8.html +share/swat/help/manpages/tdbbackup.8.html +share/swat/help/manpages/tdbdump.8.html +share/swat/help/manpages/testparm.1.html +share/swat/help/manpages/testprns.1.html +share/swat/help/manpages/umount.cifs.8.html +share/swat/help/manpages/vfstest.1.html +share/swat/help/manpages/wbinfo.1.html +share/swat/help/manpages/winbindd.8.html +share/swat/help/using_samba/appa.html +share/swat/help/using_samba/appb.html +share/swat/help/using_samba/appc.html +share/swat/help/using_samba/appd.html +share/swat/help/using_samba/appe.html +share/swat/help/using_samba/appf.html +share/swat/help/using_samba/appg.html +share/swat/help/using_samba/ch00.html +share/swat/help/using_samba/ch01.html +share/swat/help/using_samba/ch02.html +share/swat/help/using_samba/ch03.html +share/swat/help/using_samba/ch04.html +share/swat/help/using_samba/ch05.html +share/swat/help/using_samba/ch06.html +share/swat/help/using_samba/ch07.html +share/swat/help/using_samba/ch08.html +share/swat/help/using_samba/ch09.html +share/swat/help/using_samba/ch10.html +share/swat/help/using_samba/ch11.html +share/swat/help/using_samba/ch12.html +share/swat/help/using_samba/figs/sam2_0101.gif +share/swat/help/using_samba/figs/sam2_0102.gif +share/swat/help/using_samba/figs/sam2_0103.gif +share/swat/help/using_samba/figs/sam2_0104.gif +share/swat/help/using_samba/figs/sam2_0105.gif +share/swat/help/using_samba/figs/sam2_0106.gif +share/swat/help/using_samba/figs/sam2_0107.gif +share/swat/help/using_samba/figs/sam2_0108.gif +share/swat/help/using_samba/figs/sam2_0109.gif +share/swat/help/using_samba/figs/sam2_0110.gif +share/swat/help/using_samba/figs/sam2_0111.gif +share/swat/help/using_samba/figs/sam2_0112.gif +share/swat/help/using_samba/figs/sam2_0113.gif +share/swat/help/using_samba/figs/sam2_0114.gif +share/swat/help/using_samba/figs/sam2_0201.gif +share/swat/help/using_samba/figs/sam2_0202.gif +share/swat/help/using_samba/figs/sam2_0203.gif +share/swat/help/using_samba/figs/sam2_0204.gif +share/swat/help/using_samba/figs/sam2_0301.gif +share/swat/help/using_samba/figs/sam2_0302.gif +share/swat/help/using_samba/figs/sam2_0303.gif +share/swat/help/using_samba/figs/sam2_0304.gif +share/swat/help/using_samba/figs/sam2_0305.gif +share/swat/help/using_samba/figs/sam2_0306.gif +share/swat/help/using_samba/figs/sam2_0307.gif +share/swat/help/using_samba/figs/sam2_0308.gif +share/swat/help/using_samba/figs/sam2_0309.gif +share/swat/help/using_samba/figs/sam2_0310.gif +share/swat/help/using_samba/figs/sam2_0311.gif +share/swat/help/using_samba/figs/sam2_0312.gif +share/swat/help/using_samba/figs/sam2_0313.gif +share/swat/help/using_samba/figs/sam2_0314.gif +share/swat/help/using_samba/figs/sam2_0315.gif +share/swat/help/using_samba/figs/sam2_0316.gif +share/swat/help/using_samba/figs/sam2_0317.gif +share/swat/help/using_samba/figs/sam2_0318.gif +share/swat/help/using_samba/figs/sam2_0319.gif +share/swat/help/using_samba/figs/sam2_0320.gif +share/swat/help/using_samba/figs/sam2_0321.gif +share/swat/help/using_samba/figs/sam2_0322.gif +share/swat/help/using_samba/figs/sam2_0323.gif +share/swat/help/using_samba/figs/sam2_0324.gif +share/swat/help/using_samba/figs/sam2_0325.gif +share/swat/help/using_samba/figs/sam2_0326.gif +share/swat/help/using_samba/figs/sam2_0327.gif +share/swat/help/using_samba/figs/sam2_0328.gif +share/swat/help/using_samba/figs/sam2_0329.gif +share/swat/help/using_samba/figs/sam2_0330.gif +share/swat/help/using_samba/figs/sam2_0331.gif +share/swat/help/using_samba/figs/sam2_0332.gif +share/swat/help/using_samba/figs/sam2_0333.gif +share/swat/help/using_samba/figs/sam2_0334.gif +share/swat/help/using_samba/figs/sam2_0335.gif +share/swat/help/using_samba/figs/sam2_0336.gif +share/swat/help/using_samba/figs/sam2_0337.gif +share/swat/help/using_samba/figs/sam2_0338.gif +share/swat/help/using_samba/figs/sam2_0339.gif +share/swat/help/using_samba/figs/sam2_0340.gif +share/swat/help/using_samba/figs/sam2_0341.gif +share/swat/help/using_samba/figs/sam2_0342.gif +share/swat/help/using_samba/figs/sam2_0343.gif +share/swat/help/using_samba/figs/sam2_0344.gif +share/swat/help/using_samba/figs/sam2_0345.gif +share/swat/help/using_samba/figs/sam2_0346.gif +share/swat/help/using_samba/figs/sam2_0347.gif +share/swat/help/using_samba/figs/sam2_0348.gif +share/swat/help/using_samba/figs/sam2_0349.gif +share/swat/help/using_samba/figs/sam2_0350.gif +share/swat/help/using_samba/figs/sam2_0351.gif +share/swat/help/using_samba/figs/sam2_0352.gif +share/swat/help/using_samba/figs/sam2_0353.gif +share/swat/help/using_samba/figs/sam2_0354.gif +share/swat/help/using_samba/figs/sam2_0355.gif +share/swat/help/using_samba/figs/sam2_0356.gif +share/swat/help/using_samba/figs/sam2_0357.gif +share/swat/help/using_samba/figs/sam2_0358.gif +share/swat/help/using_samba/figs/sam2_0359.gif +share/swat/help/using_samba/figs/sam2_0360.gif +share/swat/help/using_samba/figs/sam2_0361.gif +share/swat/help/using_samba/figs/sam2_0401.gif +share/swat/help/using_samba/figs/sam2_0402.gif +share/swat/help/using_samba/figs/sam2_0403.gif +share/swat/help/using_samba/figs/sam2_0404.gif +share/swat/help/using_samba/figs/sam2_0405.gif +share/swat/help/using_samba/figs/sam2_0406.gif +share/swat/help/using_samba/figs/sam2_0407.gif +share/swat/help/using_samba/figs/sam2_0408.gif +share/swat/help/using_samba/figs/sam2_0409.gif +share/swat/help/using_samba/figs/sam2_0410.gif +share/swat/help/using_samba/figs/sam2_0411.gif +share/swat/help/using_samba/figs/sam2_0412.gif +share/swat/help/using_samba/figs/sam2_0413.gif +share/swat/help/using_samba/figs/sam2_0414.gif +share/swat/help/using_samba/figs/sam2_0415.gif +share/swat/help/using_samba/figs/sam2_0416.gif +share/swat/help/using_samba/figs/sam2_0417.gif +share/swat/help/using_samba/figs/sam2_0501.gif +share/swat/help/using_samba/figs/sam2_0502.gif +share/swat/help/using_samba/figs/sam2_0503.gif +share/swat/help/using_samba/figs/sam2_0504.gif +share/swat/help/using_samba/figs/sam2_0505.gif +share/swat/help/using_samba/figs/sam2_0506.gif +share/swat/help/using_samba/figs/sam2_0507.gif +share/swat/help/using_samba/figs/sam2_0508.gif +share/swat/help/using_samba/figs/sam2_0601.gif +share/swat/help/using_samba/figs/sam2_0602.gif +share/swat/help/using_samba/figs/sam2_0603.gif +share/swat/help/using_samba/figs/sam2_0604.gif +share/swat/help/using_samba/figs/sam2_0605.gif +share/swat/help/using_samba/figs/sam2_0701.gif +share/swat/help/using_samba/figs/sam2_0801.gif +share/swat/help/using_samba/figs/sam2_0802.gif +share/swat/help/using_samba/figs/sam2_0803.gif +share/swat/help/using_samba/figs/sam2_0804.gif +share/swat/help/using_samba/figs/sam2_0805.gif +share/swat/help/using_samba/figs/sam2_0806.gif +share/swat/help/using_samba/figs/sam2_0807.gif +share/swat/help/using_samba/figs/sam2_0808.gif +share/swat/help/using_samba/figs/sam2_0809.gif +share/swat/help/using_samba/figs/sam2_0810.gif +share/swat/help/using_samba/figs/sam2_0811.gif +share/swat/help/using_samba/figs/sam2_0901.gif +share/swat/help/using_samba/figs/sam2_0902.gif +share/swat/help/using_samba/figs/sam2_0903.gif +share/swat/help/using_samba/figs/sam2_1001.gif +share/swat/help/using_samba/figs/sam2_1002.gif +share/swat/help/using_samba/figs/sam2_1003.gif +share/swat/help/using_samba/figs/sam2_1004.gif +share/swat/help/using_samba/figs/sam2_1005.gif +share/swat/help/using_samba/figs/sam2_1006.gif +share/swat/help/using_samba/figs/sam2_1101.gif +share/swat/help/using_samba/figs/sam2_1102.gif +share/swat/help/using_samba/figs/sam2_af01.gif +share/swat/help/using_samba/figs/sam2_af02.gif +share/swat/help/using_samba/figs/sam2_af03.gif +share/swat/help/using_samba/figs/sam2_af04.gif +share/swat/help/using_samba/figs/sam2_af05.gif +share/swat/help/using_samba/figs/sam2_af06.gif +share/swat/help/using_samba/figs/sam2_af07.gif +share/swat/help/using_samba/inx.html +share/swat/help/using_samba/samba2_s.gif +share/swat/help/using_samba/samba2_xs.gif +share/swat/help/using_samba/toc.html share/swat/help/welcome.html -share/swat/help/winbindd.8.html share/swat/images/globals.gif share/swat/images/home.gif share/swat/images/passwd.gif @@ -414,177 +593,15 @@ share/swat/images/wizard.gif share/swat/include/footer.html share/swat/include/header.html -share/swat/using_samba/appa.html -share/swat/using_samba/appb.html -share/swat/using_samba/appc.html -share/swat/using_samba/appd.html -share/swat/using_samba/appe.html -share/swat/using_samba/appf.html -share/swat/using_samba/appg.html -share/swat/using_samba/ch00.html -share/swat/using_samba/ch01.html -share/swat/using_samba/ch02.html -share/swat/using_samba/ch03.html -share/swat/using_samba/ch04.html -share/swat/using_samba/ch05.html -share/swat/using_samba/ch06.html -share/swat/using_samba/ch07.html -share/swat/using_samba/ch08.html -share/swat/using_samba/ch09.html -share/swat/using_samba/ch10.html -share/swat/using_samba/ch11.html -share/swat/using_samba/ch12.html -share/swat/using_samba/figs/sam2_0101.gif -share/swat/using_samba/figs/sam2_0102.gif -share/swat/using_samba/figs/sam2_0103.gif -share/swat/using_samba/figs/sam2_0104.gif -share/swat/using_samba/figs/sam2_0105.gif -share/swat/using_samba/figs/sam2_0106.gif -share/swat/using_samba/figs/sam2_0107.gif -share/swat/using_samba/figs/sam2_0108.gif -share/swat/using_samba/figs/sam2_0109.gif -share/swat/using_samba/figs/sam2_0110.gif -share/swat/using_samba/figs/sam2_0111.gif -share/swat/using_samba/figs/sam2_0112.gif -share/swat/using_samba/figs/sam2_0113.gif -share/swat/using_samba/figs/sam2_0114.gif -share/swat/using_samba/figs/sam2_0201.gif -share/swat/using_samba/figs/sam2_0202.gif -share/swat/using_samba/figs/sam2_0203.gif -share/swat/using_samba/figs/sam2_0204.gif -share/swat/using_samba/figs/sam2_0301.gif -share/swat/using_samba/figs/sam2_0302.gif -share/swat/using_samba/figs/sam2_0303.gif -share/swat/using_samba/figs/sam2_0304.gif -share/swat/using_samba/figs/sam2_0305.gif -share/swat/using_samba/figs/sam2_0306.gif -share/swat/using_samba/figs/sam2_0307.gif -share/swat/using_samba/figs/sam2_0308.gif -share/swat/using_samba/figs/sam2_0309.gif -share/swat/using_samba/figs/sam2_0310.gif -share/swat/using_samba/figs/sam2_0311.gif -share/swat/using_samba/figs/sam2_0312.gif -share/swat/using_samba/figs/sam2_0313.gif -share/swat/using_samba/figs/sam2_0314.gif -share/swat/using_samba/figs/sam2_0315.gif -share/swat/using_samba/figs/sam2_0316.gif -share/swat/using_samba/figs/sam2_0317.gif -share/swat/using_samba/figs/sam2_0318.gif -share/swat/using_samba/figs/sam2_0319.gif -share/swat/using_samba/figs/sam2_0320.gif -share/swat/using_samba/figs/sam2_0321.gif -share/swat/using_samba/figs/sam2_0322.gif -share/swat/using_samba/figs/sam2_0323.gif -share/swat/using_samba/figs/sam2_0324.gif -share/swat/using_samba/figs/sam2_0325.gif -share/swat/using_samba/figs/sam2_0326.gif -share/swat/using_samba/figs/sam2_0327.gif -share/swat/using_samba/figs/sam2_0328.gif -share/swat/using_samba/figs/sam2_0329.gif -share/swat/using_samba/figs/sam2_0330.gif -share/swat/using_samba/figs/sam2_0331.gif -share/swat/using_samba/figs/sam2_0332.gif -share/swat/using_samba/figs/sam2_0333.gif -share/swat/using_samba/figs/sam2_0334.gif -share/swat/using_samba/figs/sam2_0335.gif -share/swat/using_samba/figs/sam2_0336.gif -share/swat/using_samba/figs/sam2_0337.gif -share/swat/using_samba/figs/sam2_0338.gif -share/swat/using_samba/figs/sam2_0339.gif -share/swat/using_samba/figs/sam2_0340.gif -share/swat/using_samba/figs/sam2_0341.gif -share/swat/using_samba/figs/sam2_0342.gif -share/swat/using_samba/figs/sam2_0343.gif -share/swat/using_samba/figs/sam2_0344.gif -share/swat/using_samba/figs/sam2_0345.gif -share/swat/using_samba/figs/sam2_0346.gif -share/swat/using_samba/figs/sam2_0347.gif -share/swat/using_samba/figs/sam2_0348.gif -share/swat/using_samba/figs/sam2_0349.gif -share/swat/using_samba/figs/sam2_0350.gif -share/swat/using_samba/figs/sam2_0351.gif -share/swat/using_samba/figs/sam2_0352.gif -share/swat/using_samba/figs/sam2_0353.gif -share/swat/using_samba/figs/sam2_0354.gif -share/swat/using_samba/figs/sam2_0355.gif -share/swat/using_samba/figs/sam2_0356.gif -share/swat/using_samba/figs/sam2_0357.gif -share/swat/using_samba/figs/sam2_0358.gif -share/swat/using_samba/figs/sam2_0359.gif -share/swat/using_samba/figs/sam2_0360.gif -share/swat/using_samba/figs/sam2_0361.gif -share/swat/using_samba/figs/sam2_0401.gif -share/swat/using_samba/figs/sam2_0402.gif -share/swat/using_samba/figs/sam2_0403.gif -share/swat/using_samba/figs/sam2_0404.gif -share/swat/using_samba/figs/sam2_0405.gif -share/swat/using_samba/figs/sam2_0406.gif -share/swat/using_samba/figs/sam2_0407.gif -share/swat/using_samba/figs/sam2_0408.gif -share/swat/using_samba/figs/sam2_0409.gif -share/swat/using_samba/figs/sam2_0410.gif -share/swat/using_samba/figs/sam2_0411.gif -share/swat/using_samba/figs/sam2_0412.gif -share/swat/using_samba/figs/sam2_0413.gif -share/swat/using_samba/figs/sam2_0414.gif -share/swat/using_samba/figs/sam2_0415.gif -share/swat/using_samba/figs/sam2_0416.gif -share/swat/using_samba/figs/sam2_0417.gif -share/swat/using_samba/figs/sam2_0501.gif -share/swat/using_samba/figs/sam2_0502.gif -share/swat/using_samba/figs/sam2_0503.gif -share/swat/using_samba/figs/sam2_0504.gif -share/swat/using_samba/figs/sam2_0505.gif -share/swat/using_samba/figs/sam2_0506.gif -share/swat/using_samba/figs/sam2_0507.gif -share/swat/using_samba/figs/sam2_0508.gif -share/swat/using_samba/figs/sam2_0601.gif -share/swat/using_samba/figs/sam2_0602.gif -share/swat/using_samba/figs/sam2_0603.gif -share/swat/using_samba/figs/sam2_0604.gif -share/swat/using_samba/figs/sam2_0605.gif -share/swat/using_samba/figs/sam2_0701.gif -share/swat/using_samba/figs/sam2_0801.gif -share/swat/using_samba/figs/sam2_0802.gif -share/swat/using_samba/figs/sam2_0803.gif -share/swat/using_samba/figs/sam2_0804.gif -share/swat/using_samba/figs/sam2_0805.gif -share/swat/using_samba/figs/sam2_0806.gif -share/swat/using_samba/figs/sam2_0807.gif -share/swat/using_samba/figs/sam2_0808.gif -share/swat/using_samba/figs/sam2_0809.gif -share/swat/using_samba/figs/sam2_0810.gif -share/swat/using_samba/figs/sam2_0811.gif -share/swat/using_samba/figs/sam2_0901.gif -share/swat/using_samba/figs/sam2_0902.gif -share/swat/using_samba/figs/sam2_0903.gif -share/swat/using_samba/figs/sam2_1001.gif -share/swat/using_samba/figs/sam2_1002.gif -share/swat/using_samba/figs/sam2_1003.gif -share/swat/using_samba/figs/sam2_1004.gif -share/swat/using_samba/figs/sam2_1005.gif -share/swat/using_samba/figs/sam2_1006.gif -share/swat/using_samba/figs/sam2_1101.gif -share/swat/using_samba/figs/sam2_1102.gif -share/swat/using_samba/figs/sam2_af01.gif -share/swat/using_samba/figs/sam2_af02.gif -share/swat/using_samba/figs/sam2_af03.gif -share/swat/using_samba/figs/sam2_af04.gif -share/swat/using_samba/figs/sam2_af05.gif -share/swat/using_samba/figs/sam2_af06.gif -share/swat/using_samba/figs/sam2_af07.gif -share/swat/using_samba/inx.html -share/swat/using_samba/samba2_s.gif -share/swat/using_samba/samba2_xs.gif -share/swat/using_samba/toc.html -@dirrm share/swat/using_samba/figs -@dirrm share/swat/using_samba @dirrm share/swat/include @dirrm share/swat/images -@dirrm share/swat/help/Samba-HOWTO-Collection/images -@dirrm share/swat/help/Samba-HOWTO-Collection -@dirrm share/swat/help/Samba-Guide/images -@dirrm share/swat/help/Samba-Guide -@dirrm share/swat/help/Samba-Developers-Guide +@dirrm share/swat/help/using_samba/figs +@dirrm share/swat/help/using_samba +@dirrm share/swat/help/manpages +@dirrm share/swat/help/Samba3-HOWTO/images +@dirrm share/swat/help/Samba3-HOWTO +@dirrm share/swat/help/Samba3-Developers-Guide +@dirrm share/swat/help/Samba3-ByExample/images +@dirrm share/swat/help/Samba3-ByExample @dirrm share/swat/help @dirrm share/swat Index: files/README.FreeBSD =================================================================== RCS file: /home/ncvs/ports/net/samba3/files/README.FreeBSD,v retrieving revision 1.7 diff -u -r1.7 README.FreeBSD --- files/README.FreeBSD 7 Feb 2005 05:15:17 -0000 1.7 +++ files/README.FreeBSD 23 Aug 2005 01:49:01 -0000 @@ -12,7 +12,7 @@ passdb backend = tdbsam, smbpasswd You can use pdbedit to migrate accounts from 'smbpasswd' to 'tdbsam', -see the Samba-HOWTO-Collection. +see the Samba3-HOWTO-Collection. You still can create 'smbpasswd' file with the supplied 'make_smbpasswd' script: Index: files/patch-Makefile.in =================================================================== RCS file: /home/ncvs/ports/net/samba3/files/patch-Makefile.in,v retrieving revision 1.4 diff -u -r1.4 patch-Makefile.in --- files/patch-Makefile.in 9 Nov 2004 21:34:44 -0000 1.4 +++ files/patch-Makefile.in 22 Jul 2005 02:04:30 -0000 @@ -1,14 +1,14 @@ ---- Makefile.in.orig Sun Nov 7 21:43:23 2004 -+++ Makefile.in Mon Nov 8 17:40:48 2004 -@@ -99,6 +99,7 @@ +--- Makefile.in.orig Tue Jul 12 18:42:55 2005 ++++ Makefile.in Fri Jul 22 04:03:37 2005 +@@ -97,6 +97,7 @@ LIBSMBCLIENT_MAJOR=0 LIBSMBCLIENT_MINOR=1 +NSS_VERSION=1 - FLAGS1 = $(CFLAGS) @FLAGS1@ -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I. $(CPPFLAGS) -I$(srcdir) + FLAGS1 = $(CFLAGS) @FLAGS1@ -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx @SMBWRAP_INC@ -I. $(CPPFLAGS) -I$(srcdir) FLAGS2 = -@@ -989,8 +990,8 @@ +@@ -987,8 +988,8 @@ @SONAMEFLAG@`basename $@` bin/libsmbclient.@SHLIBEXT@: $(LIBSMBCLIENT_PICOBJS) @@ -19,7 +19,7 @@ $(KRB5LIBS) $(LDAP_LIBS) \ @SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR) -@@ -1074,13 +1075,13 @@ +@@ -1082,13 +1083,13 @@ @WINBIND_NSS@: $(WINBIND_NSS_PICOBJS) @echo "Linking $@" @$(SHLD) $(WINBIND_NSS_LDSHFLAGS) -o $@ $(WINBIND_NSS_PICOBJS) \ @@ -35,10 +35,10 @@ nsswitch/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_PICOBJ) bin/.dummy @echo "Linking $@" -@@ -1276,7 +1277,7 @@ +@@ -1295,7 +1296,7 @@ bin/t_snprintf@EXEEXT@: lib/snprintf.c - $(CC) $(FLAGS) -o $@ $(DYNEXP) -DTEST_SNPRINTF lib/snprintf.c -lm + $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) -DTEST_SNPRINTF lib/snprintf.c -lm -install: installbin installman installscripts installdat installswat installmodules @INSTALLCLIENT@ +install: installbin installscripts installdat installswat installmodules Index: files/patch-aclocal.m4 =================================================================== RCS file: files/patch-aclocal.m4 diff -N files/patch-aclocal.m4 --- files/patch-aclocal.m4 6 Apr 2004 11:56:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,104 +0,0 @@ ---- aclocal.m4.orig Sat Apr 3 22:30:01 2004 -+++ aclocal.m4 Sat Apr 3 22:33:24 2004 -@@ -564,89 +564,20 @@ - jm_cv_lib_iconv="" - jm_cv_giconv=no - jm_save_LIBS="$LIBS" -- LIBS="$LIBS -lbiconv" -- AC_TRY_LINK([#include --#include ], -- [iconv_t cd = iconv_open("",""); -- iconv(cd,NULL,NULL,NULL,NULL); -- iconv_close(cd);], -- jm_cv_func_iconv=yes -- jm_cv_biconv=yes -- jm_cv_include="biconv.h" -- jm_cv_lib_iconv="biconv") -- LIBS="$jm_save_LIBS" -- -- dnl Check for include in funny place but no lib needed -- if test "$jm_cv_func_iconv" != yes; then -- AC_TRY_LINK([#include --#include ], -- [iconv_t cd = iconv_open("",""); -- iconv(cd,NULL,NULL,NULL,NULL); -- iconv_close(cd);], -- jm_cv_func_iconv=yes -- jm_cv_include="giconv.h" -- jm_cv_giconv="yes" -- jm_cv_lib_iconv="") -- -- dnl Standard iconv.h include, lib in glibc or libc ... -- if test "$jm_cv_func_iconv" != yes; then -- AC_TRY_LINK([#include -+ LIBS="$LIBS -liconv" -+ AC_TRY_LINK([#include - #include ], -- [iconv_t cd = iconv_open("",""); -- iconv(cd,NULL,NULL,NULL,NULL); -- iconv_close(cd);], -- jm_cv_include="iconv.h" -- jm_cv_func_iconv=yes -- jm_cv_lib_iconv="") -- -- if test "$jm_cv_lib_iconv" != yes; then -- jm_save_LIBS="$LIBS" -- LIBS="$LIBS -lgiconv" -- AC_TRY_LINK([#include --#include ], -- [iconv_t cd = iconv_open("",""); -- iconv(cd,NULL,NULL,NULL,NULL); -- iconv_close(cd);], -- jm_cv_lib_iconv=yes -- jm_cv_func_iconv=yes -- jm_cv_include="giconv.h" -- jm_cv_giconv=yes -- jm_cv_lib_iconv="giconv") -- -- LIBS="$jm_save_LIBS" -- -- if test "$jm_cv_func_iconv" != yes; then -- jm_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -- AC_TRY_LINK([#include --#include ], -- [iconv_t cd = iconv_open("",""); -- iconv(cd,NULL,NULL,NULL,NULL); -- iconv_close(cd);], -- jm_cv_include="iconv.h" -- jm_cv_func_iconv=yes -- jm_cv_lib_iconv="iconv") -- LIBS="$jm_save_LIBS" -- fi -- fi -- fi -- fi -+ [iconv_t cd = iconv_open("",""); -+ iconv(cd,NULL,NULL,NULL,NULL); -+ iconv_close(cd);], -+ jm_cv_include="iconv.h" -+ jm_cv_func_iconv=yes -+ jm_cv_lib_iconv="iconv") -+ LIBS="$jm_save_LIBS" - if test "$jm_cv_func_iconv" = yes; then -- if test "$jm_cv_giconv" = yes; then -- AC_DEFINE(HAVE_GICONV, 1, [What header to include for iconv() function: giconv.h]) -- AC_MSG_RESULT(yes) -- ICONV_FOUND=yes -- else -- if test "$jm_cv_biconv" = yes; then -- AC_DEFINE(HAVE_BICONV, 1, [What header to include for iconv() function: biconv.h]) -- AC_MSG_RESULT(yes) -- ICONV_FOUND=yes -- else -- AC_DEFINE(HAVE_ICONV, 1, [What header to include for iconv() function: iconv.h]) -- AC_MSG_RESULT(yes) -- ICONV_FOUND=yes -- fi -- fi -+ AC_DEFINE(HAVE_ICONV, 1, [What header to include for iconv() function: iconv.h]) -+ AC_MSG_RESULT(yes) -+ ICONV_FOUND=yes - else - AC_MSG_RESULT(no) - fi Index: files/patch-configure.in =================================================================== RCS file: files/patch-configure.in diff -N files/patch-configure.in --- files/patch-configure.in 20 Jul 2005 04:17:44 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,50 +0,0 @@ ---- configure.in.orig Thu Apr 14 08:14:26 2005 -+++ configure.in Wed Jul 20 02:42:57 2005 -@@ -727,7 +727,9 @@ - AC_CHECK_HEADERS(nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h) - AC_CHECK_HEADERS(stropts.h poll.h) - AC_CHECK_HEADERS(sys/capability.h syscall.h sys/syscall.h) --AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/xattr.h sys/cdefs.h glob.h) -+AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h) -+AC_CHECK_HEADERS(sys/cdefs.h glob.h) -+ - # These faile to compile on Solaris so just check for their presence - AC_CHECK_HEADERS(security/pam_modules.h net/if.h netinet/ip.h, [], [], -) - -@@ -1162,6 +1164,18 @@ - AC_CHECK_FUNCS(setxattr lsetxattr fsetxattr) - AC_CHECK_FUNCS(attr_get attr_list attr_set attr_remove) - AC_CHECK_FUNCS(attr_getf attr_listf attr_setf attr_removef) -+# Check if we have extattr -+case "$host_os" in -+ *freebsd4* | *DragonFly* ) -+ AC_DEFINE(BROKEN_EXTATTR, 1, [Does extattr API work]) -+ ;; -+ *) -+ AC_CHECK_FUNCS(extattr_delete_fd extattr_delete_file extattr_delete_link) -+ AC_CHECK_FUNCS(extattr_get_fd extattr_get_file extattr_get_link) -+ AC_CHECK_FUNCS(extattr_list_fd extattr_list_file extattr_list_link) -+ AC_CHECK_FUNCS(extattr_set_fd extattr_set_file extattr_set_link) -+ ;; -+esac - - # Assume non-shared by default and override below - BLDSHARED="false" -@@ -3974,7 +3988,7 @@ - AC_DEFINE(HAVE_TRU64_ACLS,1,[Whether Tru64 ACLs are available]) - ACL_LIBS="$ACL_LIBS -lpacl" - ;; -- *freebsd5*|*freebsd6*) -+ *freebsd[[5-9]]*) - AC_MSG_RESULT(Using FreeBSD posix ACLs) - AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether FreeBSD POSIX ACLs are available]) - AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available]) -@@ -4322,7 +4336,7 @@ - *linux*) - WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o" - ;; -- *freebsd5*|*freebsd6*) -+ *freebsd[[5-9]]*) - # FreeBSD winbind client is implemented as a wrapper around - # the Linux version. - WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \ Index: files/patch-include_includes.h =================================================================== RCS file: files/patch-include_includes.h diff -N files/patch-include_includes.h --- files/patch-include_includes.h 21 Dec 2004 12:24:03 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- include/includes.h.orig Fri Nov 26 00:47:28 2004 -+++ include/includes.h Fri Nov 26 01:59:16 2004 -@@ -476,6 +476,14 @@ - #include - #endif - -+#ifdef HAVE_SYS_EXTATTR_H -+#include -+#endif -+ -+#ifdef HAVE_SYS_UIO_H -+#include -+#endif -+ - #if HAVE_LOCALE_H - #include - #endif Index: files/patch-lib_system.c =================================================================== RCS file: files/patch-lib_system.c diff -N files/patch-lib_system.c --- files/patch-lib_system.c 20 Mar 2005 09:29:05 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,306 +0,0 @@ ---- lib/system.c.orig Fri Feb 25 18:59:32 2005 -+++ lib/system.c Fri Mar 4 02:04:45 2005 -@@ -1373,10 +1373,17 @@ - { - #if defined(HAVE_GETXATTR) - return getxattr(path, name, value, size); -+#elif defined(HAVE_EXTATTR_GET_FILE) -+ char *s; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ return extattr_get_file(path, attrnamespace, attrname, value, size); - #elif defined(HAVE_ATTR_GET) - int retval, flags = 0; - int valuelength = (int)size; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT; - -@@ -1393,10 +1400,17 @@ - { - #if defined(HAVE_LGETXATTR) - return lgetxattr(path, name, value, size); -+#elif defined(HAVE_EXTATTR_GET_LINK) -+ char *s; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ return extattr_get_link(path, attrnamespace, attrname, value, size); - #elif defined(HAVE_ATTR_GET) - int retval, flags = ATTR_DONTFOLLOW; - int valuelength = (int)size; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT; - -@@ -1413,10 +1427,17 @@ - { - #if defined(HAVE_FGETXATTR) - return fgetxattr(filedes, name, value, size); -+#elif defined(HAVE_EXTATTR_GET_FD) -+ char *s; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ return extattr_get_fd(filedes, attrnamespace, attrname, value, size); - #elif defined(HAVE_ATTR_GETF) - int retval, flags = 0; - int valuelength = (int)size; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT; - -@@ -1429,6 +1450,99 @@ - #endif - } - -+#if defined(HAVE_EXTATTR_LIST_FILE) -+ -+#define EXTATTR_PREFIX(s) (s), (sizeof((s))-1) -+ -+static struct { -+ int space; -+ const char *name; -+ size_t len; -+} -+extattr[] = { -+ { EXTATTR_NAMESPACE_SYSTEM, EXTATTR_PREFIX("system.") }, -+ { EXTATTR_NAMESPACE_USER, EXTATTR_PREFIX("user.") }, -+}; -+ -+typedef union { -+ const char *path; -+ int filedes; -+} extattr_arg; -+ -+static ssize_t bsd_attr_list (int type, extattr_arg arg, char *list, size_t size) -+{ -+ ssize_t list_size, total_size = 0; -+ int i, t, len; -+ char *buf; -+ /* Iterate through extattr(2) namespaces */ -+ for(t = 0; t < (sizeof(extattr)/sizeof(extattr[0])); t++) { -+ switch(type) { -+#if defined(HAVE_EXTATTR_LIST_FILE) -+ case 0: -+ list_size = extattr_list_file(arg.path, extattr[t].space, list, size); -+ break; -+#endif -+#if defined(HAVE_EXTATTR_LIST_LINK) -+ case 1: -+ list_size = extattr_list_link(arg.path, extattr[t].space, list, size); -+ break; -+#endif -+#if defined(HAVE_EXTATTR_LIST_FD) -+ case 2: -+ list_size = extattr_list_fd(arg.filedes, extattr[t].space, list, size); -+ break; -+#endif -+ default: -+ errno = ENOSYS; -+ return -1; -+ } -+ /* Some error happend. Errno should be set by the previous call */ -+ if(list_size < 0) -+ return -1; -+ /* No attributes */ -+ if(list_size == 0) -+ continue; -+ /* XXX: Call with an empty buffer may be used to calculate -+ necessary buffer size. Unfortunately, we can't say, how -+ many attributes were returned, so here is the potential -+ problem with the emulation. -+ */ -+ if(list == NULL) { -+ /* Take the worse case of one char attribute names - -+ two bytes per name plus one more for sanity. -+ */ -+ total_size += list_size + (list_size/2 + 1)*extattr[t].len; -+ continue; -+ } -+ /* Count necessary offset to fit namespace prefixes */ -+ len = 0; -+ for(i = 0; i < list_size; i += list[i] + 1) -+ len += extattr[t].len; -+ -+ total_size += list_size + len; -+ /* Buffer is too small to fit the results */ -+ if(total_size > size) { -+ errno = ERANGE; -+ return -1; -+ } -+ /* Shift the results back, so we can prepend prefixes */ -+ buf = memmove(list + len, list, list_size); -+ -+ for(i = 0; i < list_size; i += len + 1) { -+ len = buf[i]; -+ strncpy(list, extattr[t].name, extattr[t].len + 1); -+ list += extattr[t].len; -+ strncpy(list, buf + i + 1, len); -+ list[len] = '\0'; -+ list += len + 1; -+ } -+ size -= total_size; -+ } -+ return total_size; -+} -+ -+#endif -+ - #if defined(HAVE_ATTR_LIST) && defined(HAVE_SYS_ATTRIBUTES_H) - static char attr_buffer[ATTR_MAX_VALUELEN]; - -@@ -1501,6 +1615,10 @@ - { - #if defined(HAVE_LISTXATTR) - return listxattr(path, list, size); -+#elif defined(HAVE_EXTATTR_LIST_FILE) -+ extattr_arg arg; -+ arg.path = path; -+ return bsd_attr_list(0, arg, list, size); - #elif defined(HAVE_ATTR_LIST) && defined(HAVE_SYS_ATTRIBUTES_H) - return irix_attr_list(path, 0, list, size, 0); - #else -@@ -1513,6 +1631,10 @@ - { - #if defined(HAVE_LLISTXATTR) - return llistxattr(path, list, size); -+#elif defined(HAVE_EXTATTR_LIST_LINK) -+ extattr_arg arg; -+ arg.path = path; -+ return bsd_attr_list(1, arg, list, size); - #elif defined(HAVE_ATTR_LIST) && defined(HAVE_SYS_ATTRIBUTES_H) - return irix_attr_list(path, 0, list, size, ATTR_DONTFOLLOW); - #else -@@ -1525,6 +1647,10 @@ - { - #if defined(HAVE_FLISTXATTR) - return flistxattr(filedes, list, size); -+#elif defined(HAVE_EXTATTR_LIST_FD) -+ extattr_arg arg; -+ arg.filedes = filedes; -+ return bsd_attr_list(2, arg, list, size); - #elif defined(HAVE_ATTR_LISTF) - return irix_attr_list(NULL, filedes, list, size, 0); - #else -@@ -1537,9 +1663,16 @@ - { - #if defined(HAVE_REMOVEXATTR) - return removexattr(path, name); -+#elif defined(HAVE_EXTATTR_DELETE_FILE) -+ char *s; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ return extattr_delete_file(path, attrnamespace, attrname); - #elif defined(HAVE_ATTR_REMOVE) - int flags = 0; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT; - -@@ -1554,9 +1687,16 @@ - { - #if defined(HAVE_LREMOVEXATTR) - return lremovexattr(path, name); -+#elif defined(HAVE_EXTATTR_DELETE_LINK) -+ char *s; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ return extattr_delete_link(path, attrnamespace, attrname); - #elif defined(HAVE_ATTR_REMOVE) - int flags = ATTR_DONTFOLLOW; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT; - -@@ -1571,9 +1711,16 @@ - { - #if defined(HAVE_FREMOVEXATTR) - return fremovexattr(filedes, name); -+#elif defined(HAVE_EXTATTR_DELETE_FD) -+ char *s; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ return extattr_delete_fd(filedes, attrnamespace, attrname); - #elif defined(HAVE_ATTR_REMOVEF) - int flags = 0; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT; - -@@ -1593,9 +1740,18 @@ - { - #if defined(HAVE_SETXATTR) - return setxattr(path, name, value, size, flags); -+#elif defined(HAVE_EXTATTR_SET_FILE) -+ char *s; -+ int retval = 0; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ retval = extattr_set_file(path, attrnamespace, attrname, value, size); -+ return (retval < 0) ? -1 : 0; - #elif defined(HAVE_ATTR_SET) - int myflags = 0; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) myflags |= ATTR_ROOT; - if (flags & XATTR_CREATE) myflags |= ATTR_CREATE; -@@ -1612,9 +1768,18 @@ - { - #if defined(HAVE_LSETXATTR) - return lsetxattr(path, name, value, size, flags); -+#elif defined(HAVE_EXTATTR_SET_LINK) -+ char *s; -+ int retval = 0; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ retval = extattr_set_link(path, attrnamespace, attrname, value, size); -+ return (retval < 0) ? -1 : 0; - #elif defined(HAVE_ATTR_SET) - int myflags = ATTR_DONTFOLLOW; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) myflags |= ATTR_ROOT; - if (flags & XATTR_CREATE) myflags |= ATTR_CREATE; -@@ -1631,9 +1796,18 @@ - { - #if defined(HAVE_FSETXATTR) - return fsetxattr(filedes, name, value, size, flags); -+#elif defined(HAVE_EXTATTR_SET_FD) -+ char *s; -+ int retval = 0; -+ int attrnamespace = (strncmp(name, "system", 6) == 0) ? -+ EXTATTR_NAMESPACE_SYSTEM : EXTATTR_NAMESPACE_USER; -+ const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1; -+ -+ retval = extattr_set_fd(filedes, attrnamespace, attrname, value, size); -+ return (retval < 0) ? -1 : 0; - #elif defined(HAVE_ATTR_SETF) - int myflags = 0; -- char *attrname = strchr(name,'.') +1; -+ char *attrname = strchr(name,'.') + 1; - - if (strncmp(name, "system", 6) == 0) myflags |= ATTR_ROOT; - if (flags & XATTR_CREATE) myflags |= ATTR_CREATE; Index: files/patch-script_installswat.sh =================================================================== RCS file: /home/ncvs/ports/net/samba3/files/patch-script_installswat.sh,v retrieving revision 1.2 diff -u -r1.2 patch-script_installswat.sh --- files/patch-script_installswat.sh 21 Dec 2004 12:24:03 -0000 1.2 +++ files/patch-script_installswat.sh 3 Aug 2005 00:33:57 -0000 @@ -1,5 +1,5 @@ ---- script/installswat.sh.orig Fri Dec 17 03:59:34 2004 -+++ script/installswat.sh Fri Dec 17 04:01:34 2004 +--- script/installswat.sh.orig Thu Jul 28 19:44:16 2005 ++++ script/installswat.sh Wed Aug 3 02:33:04 2005 @@ -8,8 +8,7 @@ echo Installing SWAT in $SWATDIR echo Installing the Samba Web Administration Tool Index: files/samba.sh.sample =================================================================== RCS file: /home/ncvs/ports/net/samba3/files/samba.sh.sample,v retrieving revision 1.10 diff -u -r1.10 samba.sh.sample --- files/samba.sh.sample 17 Apr 2005 16:10:50 -0000 1.10 +++ files/samba.sh.sample 23 Aug 2005 03:17:04 -0000 @@ -42,7 +42,7 @@ if test -n ${samba_enable:-""} && checkyesno samba_enable; then nmbd_enable=${nmbd_enable:-"YES"} smbd_enable=${smbd_enable:-"YES"} -%%WINBIND%% # Check, that winbind is actally configured +%%WINBIND%% # Check that winbind is actually configured %%WINBIND%% if [ "`egrep -i '(idmap.*uid|winbind.*uid)' ${samba_config} 2>/dev/null | egrep -v [\#\;]`" ]; then %%WINBIND%% winbindd_enable="YES" %%WINBIND%% fi Index: files/smb.conf.default =================================================================== RCS file: /home/ncvs/ports/net/samba3/files/smb.conf.default,v retrieving revision 1.15 diff -u -r1.15 smb.conf.default --- files/smb.conf.default 1 Sep 2004 16:23:29 -0000 1.15 +++ files/smb.conf.default 23 Aug 2005 03:18:52 -0000 @@ -154,10 +154,16 @@ # via DNS nslookups. The default is NO. dns proxy = no -# charset settings -; display charset = ASCII -; unix charset = ASCII -; dos charset = ASCII +# Charset settings +; display charset = koi8-r +; unix charset = koi8-r +; dos charset = cp866 + +# Use extended attributes to store file modes +; store dos attributes = yes +; map hidden = no +; map system = no +; map archive = no # These scripts are used on a domain controller or stand-alone # machine to add or delete corresponding unix accounts --- samba3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 01:30:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D3116A41F for ; Thu, 25 Aug 2005 01:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEAFF43D49 for ; Thu, 25 Aug 2005 01: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.3/8.13.3) with ESMTP id j7P1UL1O003756 for ; Thu, 25 Aug 2005 01:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P1ULkU003755; Thu, 25 Aug 2005 01:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 01:30:21 GMT Resent-Message-Id: <200508250130.j7P1ULkU003755@freefall.freebsd.org> 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 Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C2816A41F for ; Thu, 25 Aug 2005 01:28:02 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D0B43D46 for ; Thu, 25 Aug 2005 01:28:01 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id CA4D2877CDC; Thu, 25 Aug 2005 11:27:59 +1000 (EST) Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id A5898877CD9; Thu, 25 Aug 2005 11:27:59 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 4728F877CD7; Thu, 25 Aug 2005 11:27:59 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id B6683629B; Thu, 25 Aug 2005 11:27:57 +1000 (EST) Message-Id: <20050825012757.B6683629B@k7.mavetju> Date: Thu, 25 Aug 2005 11:27:57 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Patrick Donelan Subject: ports/85277: [maintainer update] fix run time requirements for www/vtiger X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 01:30:23 -0000 >Number: 85277 >Category: ports >Synopsis: [maintainer update] fix run time requirements for www/vtiger >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 Aug 25 01:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386 >Description: From: Patrick Donelan PHP Fatal error: Call to undefined function: xml_parser_create() in /usr/local/www/vtiger/adodb/adodb-xmlschema.inc.php on line 1621 >How-To-Repeat: >Fix: RCS file: /home/pcvs/ports/www/vtiger/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 20 Jun 2005 11:58:35 -0000 1.4 +++ Makefile 25 Aug 2005 01:26:51 -0000 @@ -21,7 +21,7 @@ DIST_ADDITIONAL=${PORTNAME}CRM_4_0_Patch_1${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/vtiger_crm_source USE_ZIP= yes -USE_PHP= mysql gd session pcre +USE_PHP= mysql gd session pcre xml NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 01:35:42 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8A816A41F; Thu, 25 Aug 2005 01:35:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5A143D46; Thu, 25 Aug 2005 01:35:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7P1Zgqa004914; Thu, 25 Aug 2005 01:35:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P1ZgtS004910; Thu, 25 Aug 2005 01:35:42 GMT (envelope-from edwin) Date: Thu, 25 Aug 2005 01:35:42 GMT From: Edwin Groothuis Message-Id: <200508250135.j7P1ZgtS004910@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/85277: [maintainer update] fix run time requirements for www/vtiger X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 01:35:42 -0000 Synopsis: [maintainer update] fix run time requirements for www/vtiger Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 25 01:35:36 GMT 2005 Responsible-Changed-Why: mine http://www.freebsd.org/cgi/query-pr.cgi?pr=85277 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 01:40:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8187916A420 for ; Thu, 25 Aug 2005 01:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DFA43D45 for ; Thu, 25 Aug 2005 01: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.3/8.13.3) with ESMTP id j7P1eBVM005007 for ; Thu, 25 Aug 2005 01:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P1eBFV005006; Thu, 25 Aug 2005 01:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 01:40:11 GMT Resent-Message-Id: <200508250140.j7P1eBFV005006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Timur I. Bakeyev" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4237616A41F for ; Thu, 25 Aug 2005 01:31:36 +0000 (GMT) (envelope-from timur@gnu.org) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A26643D53 for ; Thu, 25 Aug 2005 01:31:35 +0000 (GMT) (envelope-from timur@gnu.org) Received: from timur.home.bat.ru (account timur [192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP id 397829 for FreeBSD-gnats-submit@freebsd.org; Thu, 25 Aug 2005 03:33:41 +0200 Message-Id: <1124933494.0@timur.home.bat.ru> Date: Thu, 25 Aug 2005 03:31:34 +0200 From: "Timur I. Bakeyev" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.4 Cc: Subject: ports/85278: Update of net/libsmbclient and net/py-samba to 3.0.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 01:40:13 -0000 >Number: 85278 >Category: ports >Synopsis: Update of net/libsmbclient and net/py-samba to 3.0.20 >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 Aug 25 01:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Timur I. Bakeyev >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD 5.4-STABLE #5: Wed Jun 22 01:05:10 CEST 2005 root@timur.home.bat.ru:/usr/src/sys/i386/compile/COMMON >Description: This is an update for two Samba slave ports, libsmbclient and py-samba to the 3.0.20 version. >How-To-Repeat: >Fix: --- py-samba.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/py-samba/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 7 Feb 2005 05:22:17 -0000 1.4 +++ Makefile 23 Aug 2005 03:07:11 -0000 @@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --without-ldapsam CONFIGURE_ARGS+= --without-pam_smbpass +CONFIGURE_ARGS+= --without-krb5 +CONFIGURE_ARGS+= --without-ads + do-build: cd ${WRKSRC} && ${MAKE} proto cd ${WRKSRC} && ${MAKE} python_ext @@ -42,6 +45,7 @@ post-install: -@${MKDIR} ${EXAMPLESDIR} @${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR} - @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/python/* ${EXAMPLESDIR} + @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \ + ${EXAMPLESDIR} .include "${MASTERDIR}/Makefile" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/py-samba/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 7 Feb 2005 05:22:17 -0000 1.2 +++ pkg-plist 23 Aug 2005 03:07:36 -0000 @@ -14,6 +14,7 @@ %%PYTHON_SITELIBDIR%%/samba/winbind.so %%PYTHON_SITELIBDIR%%/samba/winreg.so %%EXAMPLESDIR%%/SambaConfig.py +%%EXAMPLESDIR%%/SambaParm.py %%EXAMPLESDIR%%/generate_parm_table.py %%EXAMPLESDIR%%/modify_samba_config.py %%EXAMPLESDIR%%/smbparm.py --- py-samba.diff ends here --- --- samba-lib.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/samba-libsmbclient/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 22 Apr 2005 08:21:28 -0000 1.19 +++ Makefile 23 Aug 2005 03:08:07 -0000 @@ -33,11 +33,20 @@ CONFIGURE_ARGS+= --without-ldapsam CONFIGURE_ARGS+= --without-pam_smbpass +CONFIGURE_ARGS+= --without-krb5 +CONFIGURE_ARGS+= --without-ads + +MAN8= libsmbclient.8 + do-build: cd ${WRKSRC} && ${MAKE} proto cd ${WRKSRC} && ${MAKE} libsmbclient do-install: + -@${MKDIR} ${MAN8PREFIX}/man/man8 +.for man in ${MAN8} + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/manpages/${man} ${MAN8PREFIX}/man/man8 +.endfor -@${MKDIR} ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/include/libsmbclient.h ${PREFIX}/include -@${MKDIR} ${PREFIX}/lib Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/samba-libsmbclient/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 9 May 2004 20:34:40 -0000 1.3 +++ pkg-plist 23 Aug 2005 02:41:00 -0000 @@ -2,10 +2,26 @@ lib/libsmbclient.a lib/libsmbclient.so lib/libsmbclient.so.0 +%%EXAMPLESDIR%%/get_auth_data_fn.h +%%EXAMPLESDIR%%/smbwrapper/Makefile +%%EXAMPLESDIR%%/smbwrapper/README +%%EXAMPLESDIR%%/smbwrapper/opendir_smbsh.c +%%EXAMPLESDIR%%/smbwrapper/select.c +%%EXAMPLESDIR%%/smbwrapper/smbsh.c +%%EXAMPLESDIR%%/smbwrapper/smbw.c +%%EXAMPLESDIR%%/smbwrapper/smbw.h +%%EXAMPLESDIR%%/smbwrapper/smbw_dir.c +%%EXAMPLESDIR%%/smbwrapper/smbw_stat.c +%%EXAMPLESDIR%%/smbwrapper/wrapper.c +%%EXAMPLESDIR%%/smbwrapper/wrapper.h %%EXAMPLESDIR%%/Makefile %%EXAMPLESDIR%%/README %%EXAMPLESDIR%%/testacl.c %%EXAMPLESDIR%%/testbrowse.c +%%EXAMPLESDIR%%/testchmod.c %%EXAMPLESDIR%%/testsmbc.c +%%EXAMPLESDIR%%/teststat.c +%%EXAMPLESDIR%%/testutime.c %%EXAMPLESDIR%%/tree.c +@dirrm %%EXAMPLESDIR%%/smbwrapper @dirrm %%EXAMPLESDIR%% --- samba-lib.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 01:53:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EBE16A41F; Thu, 25 Aug 2005 01:53:07 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD75043D45; Thu, 25 Aug 2005 01:53:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7P1r6xL005370; Thu, 25 Aug 2005 01:53:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P1r6Xl005366; Thu, 25 Aug 2005 01:53:06 GMT (envelope-from edwin) Date: Thu, 25 Aug 2005 01:53:06 GMT From: Edwin Groothuis Message-Id: <200508250153.j7P1r6Xl005366@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trevor@FreeBSD.org Cc: Subject: Re: ports/85275: Update port: audio/snd fix install on 6.0 and others X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 01:53:08 -0000 Synopsis: Update port: audio/snd fix install on 6.0 and others Responsible-Changed-From-To: freebsd-ports-bugs->trevor Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 25 01:52:56 GMT 2005 Responsible-Changed-Why: please... ports/85275 -> trevor@ http://www.freebsd.org/cgi/query-pr.cgi?pr=85275 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 02:50:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961AD16A41F for ; Thu, 25 Aug 2005 02:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB5443D49 for ; Thu, 25 Aug 2005 02:50: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.3/8.13.3) with ESMTP id j7P2oEHt011789 for ; Thu, 25 Aug 2005 02:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P2oETt011788; Thu, 25 Aug 2005 02:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 02:50:14 GMT Resent-Message-Id: <200508250250.j7P2oETt011788@freefall.freebsd.org> 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 2AC4A16A41F for ; Thu, 25 Aug 2005 02:41:07 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from james.kobe-u.ac.jp (yku.kobe-u.ac.jp [133.30.9.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 31EBA43D46 for ; Thu, 25 Aug 2005 02:41:05 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: (qmail 26680 invoked by uid 0); 25 Aug 2005 11:37:47 +0900 Received: from unknown (HELO tide.ahs.scitec.kobe-u.ac.jp) (133.30.109.30) by y07.kobe-u.ac.jp with SMTP; 25 Aug 2005 11:37:47 +0900 Received: from localhost (lune.ahs.scitec.kobe-u.ac.jp [133.30.109.64]) by tide.ahs.scitec.kobe-u.ac.jp (8.13.3/8.13.3) with ESMTP id j7P2PAtm096663; Thu, 25 Aug 2005 11:25:10 +0900 (JST) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Message-Id: <20050825.114116.71087871.murakami@ahs.scitec.kobe-u.ac.jp> Date: Thu, 25 Aug 2005 11:41:16 +0900 (JST) From: "Shin'ya Murakami" To: FreeBSD-gnats-submit@FreeBSD.org Cc: murakami@ahs.scitec.kobe-u.ac.jp Subject: ports/85279: [maintainer] math/ruby-narray_miss: update to 1.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 02:50:15 -0000 >Number: 85279 >Category: ports >Synopsis: [maintainer] math/ruby-narray_miss: update 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: Thu Aug 25 02:50:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD lune.ahs.scitec.kobe-u.ac.jp 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Tue May 24 13:13:28 JST 2005 murashin@lune.ahs.scitec.kobe-u.ac.jp:/usr/obj/usr/src/sys/LUNE i386 >Description: update to 1.1.2. >How-To-Repeat: N/A >Fix: --- ruby-narray_miss.diff begins here --- diff -urN /usr/ports/math/ruby-narray_miss/Makefile ruby-narray_miss/Makefile --- /usr/ports/math/ruby-narray_miss/Makefile Wed Mar 2 15:53:01 2005 +++ ruby-narray_miss/Makefile Thu Aug 25 11:31:17 2005 @@ -6,7 +6,7 @@ # PORTNAME= narray_miss -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff -urN /usr/ports/math/ruby-narray_miss/distinfo ruby-narray_miss/distinfo --- /usr/ports/math/ruby-narray_miss/distinfo Wed Mar 2 15:53:01 2005 +++ ruby-narray_miss/distinfo Thu Aug 25 11:31:24 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/narray_miss-1.1.1.tar.gz) = 64f56a641b6fe0c92551ae004312e70d -SIZE (ruby/narray_miss-1.1.1.tar.gz) = 22476 +MD5 (ruby/narray_miss-1.1.2.tar.gz) = 915d0e2d91ec9c78a45b372e443c6638 +SIZE (ruby/narray_miss-1.1.2.tar.gz) = 21951 --- ruby-narray_miss.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 02:50:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91B816A420 for ; Thu, 25 Aug 2005 02:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D0643D46 for ; Thu, 25 Aug 2005 02:50: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.3/8.13.3) with ESMTP id j7P2oEX8011803 for ; Thu, 25 Aug 2005 02:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P2oEsW011802; Thu, 25 Aug 2005 02:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 02:50:14 GMT Resent-Message-Id: <200508250250.j7P2oEsW011802@freefall.freebsd.org> 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 30C8E16A420 for ; Thu, 25 Aug 2005 02:41:07 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from james.kobe-u.ac.jp (yku.kobe-u.ac.jp [133.30.9.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 3203D43D48 for ; Thu, 25 Aug 2005 02:41:05 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: (qmail 26657 invoked by uid 0); 25 Aug 2005 11:37:44 +0900 Received: from unknown (HELO tide.ahs.scitec.kobe-u.ac.jp) (133.30.109.30) by y07.kobe-u.ac.jp with SMTP; 25 Aug 2005 11:37:44 +0900 Received: from localhost (lune.ahs.scitec.kobe-u.ac.jp [133.30.109.64]) by tide.ahs.scitec.kobe-u.ac.jp (8.13.3/8.13.3) with ESMTP id j7P2P7sK096660; Thu, 25 Aug 2005 11:25:07 +0900 (JST) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Message-Id: <20050825.114113.41632221.murakami@ahs.scitec.kobe-u.ac.jp> Date: Thu, 25 Aug 2005 11:41:13 +0900 (JST) From: "Shin'ya Murakami" To: FreeBSD-gnats-submit@FreeBSD.org Cc: murakami@ahs.scitec.kobe-u.ac.jp Subject: ports/85280: [maintainer] math/ruby-numru_units: update to 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 02:50:15 -0000 >Number: 85280 >Category: ports >Synopsis: [maintainer] math/ruby-numru_units: update to 1.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: Thu Aug 25 02:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD lune.ahs.scitec.kobe-u.ac.jp 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Tue May 24 13:13:28 JST 2005 murashin@lune.ahs.scitec.kobe-u.ac.jp:/usr/obj/usr/src/sys/LUNE i386 >Description: update to 1.5. >How-To-Repeat: N/A >Fix: --- ruby-numru_units.diff begins here --- diff -urN /usr/ports/math/ruby-numru_units/Makefile ruby-numru_units/Makefile --- /usr/ports/math/ruby-numru_units/Makefile Fri May 27 07:51:04 2005 +++ ruby-numru_units/Makefile Thu Aug 25 11:37:04 2005 @@ -6,7 +6,7 @@ # PORTNAME= numru_units -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= math ruby MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-units/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff -urN /usr/ports/math/ruby-numru_units/distinfo ruby-numru_units/distinfo --- /usr/ports/math/ruby-numru_units/distinfo Fri May 27 07:51:04 2005 +++ ruby-numru_units/distinfo Thu Aug 25 11:37:28 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/numru-units-1.4.tar.gz) = 5e297914f2035a2d4da6efe4a27221e7 -SIZE (ruby/numru-units-1.4.tar.gz) = 120127 +MD5 (ruby/numru-units-1.5.tar.gz) = 55ccce029a12f0e8791f3e2243777b54 +SIZE (ruby/numru-units-1.5.tar.gz) = 120373 --- ruby-numru_units.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 05:38:46 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B2116A41F; Thu, 25 Aug 2005 05:38:46 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A3F43D48; Thu, 25 Aug 2005 05:38:46 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from freefall.freebsd.org (lawrance@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7P5ck7F037112; Thu, 25 Aug 2005 05:38:46 GMT (envelope-from lawrance@freefall.freebsd.org) Received: (from lawrance@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P5ckxb037108; Thu, 25 Aug 2005 05:38:46 GMT (envelope-from lawrance) Date: Thu, 25 Aug 2005 05:38:46 GMT From: Sam Lawrance Message-Id: <200508250538.j7P5ckxb037108@freefall.freebsd.org> To: lawrance@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lawrance@FreeBSD.org Cc: Subject: Re: ports/84254: update port: textproc/redland to install libtool .la files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 05:38:46 -0000 Synopsis: update port: textproc/redland to install libtool .la files Responsible-Changed-From-To: freebsd-ports-bugs->lawrance Responsible-Changed-By: lawrance Responsible-Changed-When: Thu Aug 25 05:37:54 GMT 2005 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=84254 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 09:10:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE9716A41F for ; Thu, 25 Aug 2005 09:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C783843D46 for ; Thu, 25 Aug 2005 09: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.3/8.13.3) with ESMTP id j7P9ALML063234 for ; Thu, 25 Aug 2005 09:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7P9ALmI063233; Thu, 25 Aug 2005 09:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 09:10:21 GMT Resent-Message-Id: <200508250910.j7P9ALmI063233@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vd@datamax.bg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8316E16A43D; Thu, 25 Aug 2005 09:05:20 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F5D843D46; Thu, 25 Aug 2005 09:05:19 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from sinanica.bg.datamax (sinanica.bg.datamax [192.168.10.1]) by jengal.datamax.bg (Postfix) with QMQP id 4A45E87CD; Thu, 25 Aug 2005 12:05:18 +0300 (EEST) Received: (nullmailer pid 64696 invoked by uid 1004); Thu, 25 Aug 2005 09:05:18 -0000 Message-Id: <20050825090518.GA64616@sinanica.bg.datamax> Date: Thu, 25 Aug 2005 12:05:18 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: marko@FreeBSD.org Subject: ports/85281: Tools/scripts/portsearch: fix default INDEX filename X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@datamax.bg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 09:10:22 -0000 >Number: 85281 >Category: ports >Synopsis: Tools/scripts/portsearch: fix default INDEX filename >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 Aug 25 09:10:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 5.4-STABLE i386 >Organization: DataMax >Environment: >Description: Tools/scripts/portsearch by default looks for /usr/ports/INDEX for the INDEX file, which is not the right assumption for 5.x and above. >How-To-Repeat: /usr/ports$ ./Tools/scripts/portsearch -n foo Unable to open /usr/ports/INDEX at ./Tools/scripts/portsearch line 128. /usr/ports$ >Fix: --- portsearch.diff begins here --- Index: portsearch =================================================================== RCS file: /home/ncvs/ports/Tools/scripts/portsearch,v retrieving revision 1.3 diff -u -r1.3 portsearch --- portsearch 9 Jan 2005 10:21:17 -0000 1.3 +++ portsearch 25 Aug 2005 08:33:18 -0000 @@ -43,9 +43,12 @@ # Global variables # +my $osrel = `/usr/bin/uname -r`; +$osrel =~ s/\..+$//s; + my $VERSION = "1.0"; -my $file = "/usr/ports/INDEX"; -my $match = 1; +my $file = "/usr/ports/INDEX" . ($osrel <= 4 ? "" : "-$osrel"); +my $match = 1; my $count = 0; # We only need 7 of the 10 fields in a record; define which ones in a --- portsearch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 10:00:35 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE40416A420 for ; Thu, 25 Aug 2005 10:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1377943D53 for ; Thu, 25 Aug 2005 10: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.3/8.13.3) with ESMTP id j7PA0X5a069164 for ; Thu, 25 Aug 2005 10:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PA0XcJ069163; Thu, 25 Aug 2005 10:00:33 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 10:00:33 GMT Resent-Message-Id: <200508251000.j7PA0XcJ069163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan-Peter Koopmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091A016A41F for ; Thu, 25 Aug 2005 09:50:55 +0000 (GMT) (envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C9543D45 for ; Thu, 25 Aug 2005 09:50:51 +0000 (GMT) (envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de) Message-Id: <200508250950.j7P9oggs016775@services.intern.seceidos.de> Date: Thu, 25 Aug 2005 11:50:42 +0200 (CEST) From: Jan-Peter Koopmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85282: [MAINTAINER] mail/MailScanner-devel: update to 4.45.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 10:00:35 -0000 >Number: 85282 >Category: ports >Synopsis: [MAINTAINER] mail/MailScanner-devel: update to 4.45.1 >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 Aug 25 10:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jan-Peter Koopmann >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 5 10:56:46 CET >Description: - Update to 4.45.1 * New Features and Improvements * - - Added MCP patches for SpamAssassin 3.0.4. - - Added extra output about nodeps switch with install.sh for RPM. - - Added "no bytes" lines to cancel out "use bytes" as it causes problems with multi-lingual subject lines. - - Improved phishing net so that when you have multiple MailScanner servers all handling your incoming mail, links caught by the first one won't also be caught by the following ones. This caused the final message to contain multiple warnings about the same link. There is now just 1 warning. - - New "Quarantine Modified Body" setting, default is "no". This will cause all modified messages to be quarantined, including messages which have had their HTML disarmed. * Fixes * - - Corrected bayes_file_mode in spam.assassin.prefs.conf on advice from Matt Kettler. - - 'MailScanner -v' now prints out the version number of Convert::TNEF. - - Group memberships problem on BSD fixed. Spam quarantine membership should now always be correct on BSD systems. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- MailScanner-devel-4.45.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 11 Jun 2005 16:12:55 -0000 1.26 +++ Makefile 25 Aug 2005 09:49:51 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.42.1 +PORTVERSION= 4.45.1 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ @@ -35,7 +35,11 @@ ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar + ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \ + ${LOCALBASE}/bin/zoo:${PORTSDIR}/archivers/zoo \ + ${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj \ + ${LOCALBASE}/bin/unace:${PORTSDIR}/archivers/unace \ + ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha CONFLICTS= MailScanner-[0-9]* @@ -152,10 +156,10 @@ # Step 3: Install files in share # @${MKDIR} ${DATADIR} - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \ + cd ${WRKSRC}/etc && ${FIND} reports -type d ! -name "*.old" -exec \ ${MKDIR} ${DATADIR}/{} \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} {} ${DATADIR}/{}.sample \; + cd ${WRKSRC}/etc && ${FIND} reports \( -type d -name "*.old" -prune \) \ + -o \( -type f ! -name "*.orig" -exec ${INSTALL_DATA} {} ${DATADIR}/{}.sample \; \) ${CHMOD} -R ${BINMODE} ${DATADIR}/reports # # Step 4: Install lib Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/distinfo,v retrieving revision 1.19 diff -u -r1.19 distinfo --- distinfo 10 May 2005 17:28:04 -0000 1.19 +++ distinfo 25 Aug 2005 09:49:51 -0000 @@ -1,2 +1,2 @@ -MD5 (MailScanner-install-4.42.1-1.tar.gz) = 7cb2929b0cd364be57e0d4534bb672f6 -SIZE (MailScanner-install-4.42.1-1.tar.gz) = 4701002 +MD5 (MailScanner-install-4.45.1-1.tar.gz) = 3fc88ee10dbd010ded7d72877dd7e9d4 +SIZE (MailScanner-install-4.45.1-1.tar.gz) = 5423515 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/pkg-plist,v retrieving revision 1.16 diff -u -r1.16 pkg-plist --- pkg-plist 10 May 2005 17:28:04 -0000 1.16 +++ pkg-plist 25 Aug 2005 09:49:51 -0000 @@ -1,4 +1,4 @@ -@comment $FreeBSD: ports/mail/mailscanner/pkg-plist,v 1.19 2005/02/16 16:11:36 vs Exp $ +@comment $FreeBSD: ports/mail/mailscanner/pkg-plist,v 1.22 2005/05/10 17:26:44 jylefort Exp $ etc/MailScanner/MailScanner.conf.sample etc/MailScanner/filename.rules.conf.sample etc/MailScanner/filetype.rules.conf.sample @@ -18,11 +18,13 @@ lib/MailScanner/MailScanner/Config.pm lib/MailScanner/MailScanner/ConfigDefs.pl lib/MailScanner/MailScanner/CustomConfig.pm +lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm lib/MailScanner/MailScanner/Exim.pm lib/MailScanner/MailScanner/EximDiskStore.pm +lib/MailScanner/MailScanner/GenericSpam.pm lib/MailScanner/MailScanner/Lock.pm lib/MailScanner/MailScanner/Log.pm lib/MailScanner/MailScanner/MCP.pm @@ -142,10 +144,12 @@ %%DATADIR%%/reports/cy+en/stored.content.message.txt.sample %%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample %%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample +%%DATADIR%%/reports/cz.tar.gz.sample %%DATADIR%%/reports/cz/deleted.content.message.txt.sample %%DATADIR%%/reports/cz/deleted.filename.message.txt.sample %%DATADIR%%/reports/cz/deleted.virus.message.txt.sample %%DATADIR%%/reports/cz/disinfected.report.txt.sample +%%DATADIR%%/reports/cz/filename.rules.txt.sample %%DATADIR%%/reports/cz/inline.sig.html.sample %%DATADIR%%/reports/cz/inline.sig.txt.sample %%DATADIR%%/reports/cz/inline.spam.warning.txt.sample @@ -443,6 +447,7 @@ %%DATADIR%%/reports/sk/stored.content.message.txt.sample %%DATADIR%%/reports/sk/stored.filename.message.txt.sample %%DATADIR%%/reports/sk/stored.virus.message.txt.sample +%%PORTDOCS%%%%DOCSDIR%%/Book.Dec04-Aug05.pdf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FreeBSD.html @@ -473,6 +478,7 @@ %%PORTDOCS%%%%DOCSDIR%%/images/thumb_JulianField5.jpg %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/index.new.html +%%PORTDOCS%%%%DOCSDIR%%/index.old.html %%PORTDOCS%%%%DOCSDIR%%/install/ClamAVModule.shtml %%PORTDOCS%%%%DOCSDIR%%/install/OS-virus-scan-web.htm %%PORTDOCS%%%%DOCSDIR%%/install/README.trend @@ -492,12 +498,18 @@ %%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.61 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.63 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.0.0 +%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.0.3 +%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Conf.pm.patch.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.0.0 +%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.0.3 +%%PORTDOCS%%%%DOCSDIR%%/install/mcp/Message.pm.patch.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.61 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.63 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.0 +%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.3 +%%PORTDOCS%%%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/install/mcp/index.html %%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/install/tcp %%PORTDOCS%%%%DOCSDIR%%/install/mime-tools-patch.txt @@ -515,7 +527,7 @@ %%PORTDOCS%%%%DOCSDIR%%/install/tnef.shtml %%PORTDOCS%%%%DOCSDIR%%/install/zmailer.shtml %%PORTDOCS%%%%DOCSDIR%%/introduction.shtml -%%PORTDOCS%%%%DOCSDIR%%/jobs +%%PORTDOCS%%%%DOCSDIR%%/last-spam-logo.jpg %%PORTDOCS%%%%DOCSDIR%%/mailscanner_trans.gif %%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.8 %%PORTDOCS%%%%DOCSDIR%%/man/MailScanner.8.html @@ -528,12 +540,15 @@ %%PORTDOCS%%%%DOCSDIR%%/osdir.png %%PORTDOCS%%%%DOCSDIR%%/performance.shtml %%PORTDOCS%%%%DOCSDIR%%/phishing3.png +%%PORTDOCS%%%%DOCSDIR%%/phishingcartoon.gif %%PORTDOCS%%%%DOCSDIR%%/poetry.shtml %%PORTDOCS%%%%DOCSDIR%%/poweredby.google.gif %%PORTDOCS%%%%DOCSDIR%%/poweredby.transtec.gif %%PORTDOCS%%%%DOCSDIR%%/phishing.html %%PORTDOCS%%%%DOCSDIR%%/phishing.jpg %%PORTDOCS%%%%DOCSDIR%%/phishing2.jpg +%%PORTDOCS%%%%DOCSDIR%%/phishingnet.info/index.html +%%PORTDOCS%%%%DOCSDIR%%/phishingnet.info/PhishingNet.gif %%PORTDOCS%%%%DOCSDIR%%/pressreleases.html %%PORTDOCS%%%%DOCSDIR%%/presentations.html %%PORTDOCS%%%%DOCSDIR%%/press.html @@ -541,6 +556,7 @@ %%PORTDOCS%%%%DOCSDIR%%/readme.shtml %%PORTDOCS%%%%DOCSDIR%%/reject.html %%PORTDOCS%%%%DOCSDIR%%/sobig.html +%%PORTDOCS%%%%DOCSDIR%%/store.html %%PORTDOCS%%%%DOCSDIR%%/support.html %%PORTDOCS%%%%DOCSDIR%%/transtec.logo.gif %%PORTDOCS%%%%DOCSDIR%%/users.shtml @@ -550,6 +566,7 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/install/mcp %%PORTDOCS%%@dirrm %%DOCSDIR%%/install %%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/phishingnet.info %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/reports/sk @dirrm %%DATADIR%%/reports/se Index: files/patch-docs:man:MailScanner.8 =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8,v retrieving revision 1.19 diff -u -r1.19 patch-docs:man:MailScanner.8 --- files/patch-docs:man:MailScanner.8 10 May 2005 17:28:05 -0000 1.19 +++ files/patch-docs:man:MailScanner.8 25 Aug 2005 09:49:51 -0000 @@ -1,8 +1,8 @@ ---- ../MailScanner-install-4.40.10.old/docs/man/MailScanner.8 Fri Apr 1 16:10:19 2005 -+++ docs/man/MailScanner.8 Fri Apr 1 16:10:33 2005 +--- ../MailScanner-install-4.45.1.orig/docs/man/MailScanner.8 Thu Aug 25 11:41:50 2005 ++++ docs/man/MailScanner.8 Thu Aug 25 11:47:48 2005 @@ -1,4 +1,4 @@ --.TH "MailScanner" "8" "4.38.2" "Julian Field" "Mail" -+.TH "MailScanner" "8" "4.41.3" "Julian Field" "Mail" +-.TH "MailScanner" "8" "4.42.9" "Julian Field" "Mail" ++.TH "MailScanner" "8" "4.45.1" "Julian Field" "Mail" .SH "NAME" .LP MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix Index: files/patch-docs:man:MailScanner.8.html =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8.html,v retrieving revision 1.15 diff -u -r1.15 patch-docs:man:MailScanner.8.html --- files/patch-docs:man:MailScanner.8.html 10 May 2005 17:28:05 -0000 1.15 +++ files/patch-docs:man:MailScanner.8.html 25 Aug 2005 09:49:51 -0000 @@ -1,9 +1,9 @@ ---- ../MailScanner-install-4.40.10.old/docs/man/MailScanner.8.html Fri Apr 1 16:10:19 2005 -+++ docs/man/MailScanner.8.html Fri Apr 1 16:10:35 2005 +--- ../MailScanner-install-4.45.1.orig/docs/man/MailScanner.8.html Thu Aug 25 11:41:50 2005 ++++ docs/man/MailScanner.8.html Thu Aug 25 11:47:51 2005 @@ -1,5 +1,5 @@ -- -+ +- ++ Index: files/patch-docs:man:MailScanner.conf.5 =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5,v retrieving revision 1.19 diff -u -r1.19 patch-docs:man:MailScanner.conf.5 --- files/patch-docs:man:MailScanner.conf.5 10 May 2005 17:28:05 -0000 1.19 +++ files/patch-docs:man:MailScanner.conf.5 25 Aug 2005 09:49:51 -0000 @@ -1,137 +1,110 @@ ---- ../MailScanner-install-4.40.10.old/docs/man/MailScanner.conf.5 Fri Apr 1 16:10:19 2005 -+++ docs/man/MailScanner.conf.5 Fri Apr 1 16:10:37 2005 +--- ../MailScanner-install-4.45.1.orig/docs/man/MailScanner.conf.5 Thu Aug 25 11:41:50 2005 ++++ docs/man/MailScanner.conf.5 Thu Aug 25 11:47:54 2005 @@ -1,4 +1,4 @@ --.TH "MailScanner.conf" "5" "4.38.2" "Julian Field" "Mail" -+.TH "MailScanner.conf" "5" "4.41.3" "Julian Field" "Mail" +-.TH "MailScanner.conf" "5" "4.42.9" "Julian Field" "Mail" ++.TH "MailScanner.conf" "5" "4.45.1" "Julian Field" "Mail" .SH "NAME" .LP MailScanner.conf \- Main configuration for MailScanner -@@ -27,7 +27,9 @@ - Many of the options can also be the filename of a ruleset, which can be used to control features depending on the addresses of the message, and/or the IP address where the message came from. You will find some examples of rulesets and an explanation of them in the "rules" directories within the MailScanner installation and in the section "RULESETS" later in this manpage. - - .LP --The options are best listed in a few categories. This is also the order in which you will find them in the MailScanner.conf file. If this list looks very large then don't worry, the supplied MailScanner.conf file (or MailScanner.conf.sample) contains sensible defaults for all the values. You will probably only need to change a very few of them to start with. -+The options are best listed in a few categories. If this list looks very large then don't worry, the supplied MailScanner.conf file (or MailScanner.conf.sample) contains sensible defaults for all the values. You will probably only need to change a very few of them to start with. -+ -+Starting with version 4.40.10 of MailScanner you can use shell environment variables such as $HOSTNAME or ${HOSTNAME} in MailScanner.conf and its relatives. - - .LP - You should define the following variables: -@@ -74,6 +76,22 @@ - Enter a short identifying name for your organisation below, this is used to make the X\-MailScanner headers unique for your organisation. Multiple servers within one site should use an identical value here to avoid adding multiple redundant headers where mail has passed through several servers within your organisation. +@@ -326,6 +326,16 @@ .br - Note: Some Symantec scanners complain (incorrectly) about "." characters appearing in the names of headers. + If more messages are found in the queue than this, then switch to an "accelerated" mode of processing messages. This will cause it to stop scanning messages in strict date order, but in the order it finds them in the queue. If your queue is bigger than this size a lot of the time, then some messages could be greatly delayed. So treat this option as "in emergency only". + + +.TP -+\fB%org\-long\-name%\fR -+Default: Your Organisation Name Here ++\fBScan Messages\fR ++Default: yes +.br + +.br -+Enter the full name of your organisation below, this is used in the signature placed at the bottom of report messages sent by MailScanner. It can include pretty much any text you like. You can make the result span several lines by including "\n" sequences in the text. These will be replaced by line\-breaks. ++If this is set to yes, then email messages passing through MailScanner will be processed and checked, and all the other options in this file will be used to control what checks are made on the message. If this is set to no, then email messages will NOT be processed or checked *at all*, and so any viruses or other problems will be ignored. + -+.TP -+\fB%web\-site%\fR -+Default: www.your\-organisation.com -+.br + -+.br -+Enter the location of your organisation's web site below. This is used in the signature placed at the bottom of report messages sent by MailScanner. It should preferably be the location of a page that you have written explaining why you might have rejected the mail and what the recipient and/or sender should do about it. - .SH "System Settings" .TP - \fBMax Children\fR -@@ -370,6 +388,23 @@ - .br - The maximum length of time the "file" command is allowed to run for one batch of messages (in seconds). + \fBMaximum Attachments Per Message\fR + Default: 200 +@@ -853,6 +863,15 @@ + There is no point quarantining most viruses these days, so if you set this to "no" then no infections listed in your "Silent Viruses" setting will be quarantined, even if you have chosen to quarantine infections in general. This is currently set to "yes" so the behaviour is the same as it was in in previous versions. This can also be the filename of a ruleset. -+ -+.TP -+\fBUnrar Command\fR -+Default: /usr/bin/unrar -+.br -+ + .TP ++\fBQuarantine Modified Body\fR ++Default: no +.br -+Where the "unrar" command is installed. If you haven't got this command, look at www.rarlab.com. This is used for unpacking rar archives so that the contents can be checked for banned filenames and filetypes, and also that the archive can be tested to see if it is password\-protected. Virus scanning the contents of rar archives is still left to the virus scanner, with one exception: If using the clavavmodule virus scanner, this adds external RAR checking to that scanner which is needed for archives which are RAR version 3. + -+.TP -+\fBUnrar Timeout\fR -+Default: 50 +.br ++Do you want to store copies of messages which have been disarmed by having their HTML modified at all? This can also be the filename of a ruleset. + -+.br -+The maximum length of time the "unrar" command is allowed to run for 1 RAR archive (in seconds) + - .TP - \fBBlock Encrypted Messages\fR ++.TP + \fBQuarantine Whole Message\fR Default: no -@@ -562,6 +597,41 @@ + .br +@@ -1701,12 +1720,64 @@ + .br .br - ClamAVModule only: monitor each of these files for changes in size to detect when a ClamAV update has happened. This is only used by the "clamavmodule" virus scanner, not the "clamav" scanner setting. +-# The Bayesian database rebuild and expiry may take a 2 or 3 minutes +-# to complete. During this time you can either wait, or simply +-# disable SpamAssassin checks until it has completed. +-WaitDuringBayesRebuild = no ++The Bayesian database rebuild and expiry may take a 2 or 3 minutes to complete. During this time you can either wait, or simply disable SpamAssassin checks until it has completed. + -+.TP -+\fBClamAVmodule Maximum Recursion Level\fR -+Default: 5 -+.br + -+.br -+ClamAVModule only: The maximum recursion level of archives. This setting *cannot* be the filename of a ruleset, only a simple number. + ++.SH "Custom Spam Scanner Plugin" +.TP -+\fBClamAVmodule Maximum Files\fR -+Default: 100 ++\fBUse Custom Spam Scanner\fR ++Default: no +.br + +.br -+ClamAVModule only: The maximum number of files per batch. This setting *cannot* be the filename of a ruleset, only a simple number. -+ -+ -+.TP -+\fBClamAVmodule Maximum File Size\fR -+Default: 10000000 ++Use the Custom Spam Scanner. This is code you will have to write yourself, a function called "GenericSpamScanner" stored in the file "MailScanner/lib/MailScanner/CustomFunctions/GenericSpamScanner.pm". A sample function is given in the correct file in the distribution. This sample function also includes code to show you how to make it run an external program to produce a spam score. This can also be the filename of a ruleset. The function will be passed +.br -+ ++.RS 7 ++.IP \(bu 4 ++$IP \- the numeric IP address of the system on the remote end of the SMTP connections ++.IP \(bu 4 ++$From \- the address of the envelope sender of the message ++.IP \(bu 4 ++$To \- a perl reference to the envelope recipients of the message ++.IP \(bu 4 ++$Message \- a perl reference to the list of line of the message ++.RE +.br -+ClamAVModule only: The maximum file of each file (Default = 10MB). This setting *cannot* be the filename of a ruleset, only a simple number. + + +.TP -+\fB\fRClamAVmodule Maximum Compression Ratio -+Default: 250 ++\fBMax Custom Spam Scanner Size\fR ++Default: 20000 +.br + +.br -+ClamAVModule only: The maximum compression ration of archives. This setting *cannot* be the filename of a ruleset, only a simple number. -+ - .SH "Removing/Logging dangerous or potentially offensive content" - .TP - \fBAllow Partial Messages\fR -@@ -601,6 +671,15 @@ ++How much of the message should be passed tot he Custom Spam Scanner. Most spam tools only need the first 20kbytes of the message to determine if it is spam or not. Passing more than is necessary only slows things down. This can also be the filename of a ruleset. ++.TP ++\fBCustom Spam Scanner Timeout\fR ++Default: 20 ++.br - .TP -+\fBPhishing Safe Sites File\fR -+Default: %etc\-dir%/phishing.safe.sites.conf +.br ++How long should the custom spam scanner take to run? If it takes more seconds than this, then it should be considered to have crashed and should be killed. This stops denial\-of\-service attacks. ++ + ++.TP ++\fBMax Custom Spam Scanner Timeouts\fR ++Default: 10 +.br -+There are some companies, such as banks, that insist on sending out email messages with links in them that are caught by the "Find Phishing Fraud" test described above. This is the name of a file which contains a list of link destinations which should be ignored in the test. This may, for example, contain the known websites of some banks. See the file itself for more information. This can only be the name of the file containing the list, it *cannot* be the filename of a ruleset. + ++.br ++If the Custom Spam Scanner times out more times in a row than this, then it will be marked as "unavailable" until MailScanner next re\-starts itself. + +.TP - \fBAllow IFrame Tags\fR - Default: no - .br -@@ -1753,6 +1832,12 @@ - - .br - Log all occurrences of "Silent Viruses" as defined above? This can only be a simple yes/no value, not a ruleset. ++\fBCustom Spam Scanner Timeout History\fR ++Default: 20 ++.br + -+.TP -+\fBLog Dangerous HTML Tags\fR -+Default: no +.br -+Log all occurrences of HTML tags found in messages, that can be blocked. This will help you build up your whitelist of message sources for which particular HTML tags should be allowed, such as mail from newsletters and daily cartoon strips. This can also be the filename of a ruleset. - .SH "Advanced SpamAssassin Settings" - If you are using Postfix you may well need to use some of the settings below, as the home directory for the "postfix" user cannot be written to by the "postfix" user. You may also need to use these if you have installed SpamAssassin somewhere other than the default location. - ++The total number of Custom Spam Scanner attempts during which "Max Custom Spam Scanner Timeouts" will cause the Custom Spam Scanner to be marked as "unavailable". See the previous comment for more information. The default values of 10 and 20 mean that 10 timeouts in any sequence of 20 attempts will trigger the behaviour described above, until the next periodic restart (see "Restart Every"). + .SH "What to do with spam" + .TP + \fBSpam Actions\fR Index: files/patch-docs:man:MailScanner.conf.5.html =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5.html,v retrieving revision 1.16 diff -u -r1.16 patch-docs:man:MailScanner.conf.5.html --- files/patch-docs:man:MailScanner.conf.5.html 10 May 2005 17:28:05 -0000 1.16 +++ files/patch-docs:man:MailScanner.conf.5.html 25 Aug 2005 09:49:51 -0000 @@ -1,46 +1,25 @@ ---- ../MailScanner-install-4.40.10.old/docs/man/MailScanner.conf.5.html Fri Apr 1 16:10:19 2005 -+++ docs/man/MailScanner.conf.5.html Fri Apr 1 16:10:40 2005 +--- ../MailScanner-install-4.45.1.orig/docs/man/MailScanner.conf.5.html Thu Aug 25 11:41:50 2005 ++++ docs/man/MailScanner.conf.5.html Thu Aug 25 11:48:02 2005 @@ -1,5 +1,5 @@ -- -+ +- ++ -@@ -120,13 +120,15 @@ - directories within the MailScanner installation and in the - section "RULESETS" later in this manpage.

- --

The options are best listed in a few categories. This is --also the order in which you will find them in the --MailScanner.conf file. If this list looks very large then --don’t worry, the supplied MailScanner.conf file (or --MailScanner.conf.sample) contains sensible defaults for all --the values. You will probably only need to change a very few --of them to start with.

-+

The options are best listed in a few categories. If this -+list looks very large then don’t worry, the supplied -+MailScanner.conf file (or MailScanner.conf.sample) contains -+sensible defaults for all the values. You will probably only -+need to change a very few of them to start with.

-+ -+

Starting with version 4.40.10 of MailScanner you can use -+shell environment variables such as $HOSTNAME or ${HOSTNAME} -+in MailScanner.conf and its relatives.

- -

You should define the following variables:

- -@@ -220,6 +222,54 @@ - headers.

- - -+ -+ -+ -+ -+ +@@ -34,6 +34,7 @@ + Definitions of virus scanners and spam detectors
+ Spam detection and spam lists (DNS blocklists)
+ SpamAssassin
++Custom Spam Scanner Plugin
+ What to do with spam
+ System logging
+ Advanced SpamAssassin Settings
+@@ -953,6 +954,30 @@ + + + +
-+

%org−long−name%

++

Scan Messages

+ + + + +
-+

Default: Your Organisation Name Here

++

Default: yes

+ -+

Enter the full name of your organisation below, this is -+used in the signature placed at the bottom of report -+messages sent by MailScanner. It can include pretty much any -+text you like. You can make the result span several lines by -+including "0 sequences in the text. These will be -+replaced by line−breaks.

++

If this is set to yes, then email messages passing ++through MailScanner will be processed and checked, and all ++the other options in this file will be used to control what ++checks are made on the message. If this is set to no, then ++email messages will NOT be processed or checked *at all*, ++and so any viruses or other problems will be ignored.

+
+ @@ -64,7 +43,14 @@ + + + -+

%web−site%

+

Maximum Attachments Per Message

+ + +@@ -2523,6 +2548,27 @@ + + + ++

Quarantine Modified Body

+ + + + + +
-+

Default: www.your−organisation.com

++

Default: no

+ -+

Enter the location of your organisation’s web site -+below. This is used in the signature placed at the bottom of -+report messages sent by MailScanner. It should preferably be -+the location of a page that you have written explaining why -+you might have rejected the mail and what the recipient -+and/or sender should do about it.

++

Do you want to store copies of messages which have been ++disarmed by having their HTML modified at all? This can also ++be the filename of a ruleset.

+
- -

System Settings

- -@@ -1071,6 +1121,54 @@ - - - -+

Unrar Command

-+ + + + -+ -+ ++ +
-+

Default: /usr/bin/unrar

-+ -+

Where the "unrar" command is installed. If you -+haven’t got this command, look at www.rarlab.com. This -+is used for unpacking rar archives so that the contents can -+be checked for banned filenames and filetypes, and also that -+the archive can be tested to see if it is -+password−protected. Virus scanning the contents of rar -+archives is still left to the virus scanner, with one -+exception: If using the clavavmodule virus scanner, this -+adds external RAR checking to that scanner which is needed -+for archives which are RAR version 3.

++
+

Quarantine Whole Message

+ +@@ -4909,10 +4955,239 @@ + +

Default: no

+ +-

# The Bayesian database rebuild and expiry may take a 2 +-or 3 minutes # to complete. During this time you can either +-wait, or simply # disable SpamAssassin checks until it has +-completed. WaitDuringBayesRebuild = no

++

The Bayesian database rebuild and expiry may take a 2 or ++3 minutes to complete. During this time you can either wait, ++or simply disable SpamAssassin checks until it has ++completed.

+ + ++ ++

Custom Spam Scanner Plugin

+ + + + + ++

Use Custom Spam Scanner

+
-+

Unrar Timeout

+ + + + +
-+

Default: 50

++

Default: no

+ -+

The maximum length of time the "unrar" command -+is allowed to run for 1 RAR archive (in seconds)

++

Use the Custom Spam Scanner. This is code you will have ++to write yourself, a function called ++"GenericSpamScanner" stored in the file ++"MailScanner/lib/MailScanner/CustomFunctions/GenericSpamScanner.pm". ++A sample function is given in the correct file in the ++distribution. This sample function also includes code to ++show you how to make it run an external program to produce a ++spam score. This can also be the filename of a ruleset. The ++function will be passed

+
-+ ++ + ++ cols="5" cellspacing="0" cellpadding="0"> + -+ -+ -
-

Block Encrypted Messages

- -@@ -1638,6 +1736,90 @@ - scanner, not the "clamav" scanner setting.

- - -+ ++ ++ ++ ++

++ ++ ++ ++ ++

$IP

++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++

− the numeric IP address of the system on the ++remote end of the SMTP connections

++ ++ ++ + ++ cols="7" cellspacing="0" cellpadding="0"> + -+ -+ ++ ++ ++ ++ ++ ++ ++ +
-+

ClamAVmodule Maximum Recursion Level

++ ++

++
++ ++

$From

++
++ ++

− the address of the envelope sender of the ++message

++
++
-+ ++ + ++ cols="6" cellspacing="0" cellpadding="0"> + + -+ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +
-+

Default: 5

-+ -+

ClamAVModule only: The maximum recursion level of -+archives. This setting *cannot* be the filename of a -+ruleset, only a simple number.

++
++ ++

++
++ ++

$To

++
++
++ ++ ++

− a perl reference to the envelope recipients of ++the message

++
+
-+ ++ + ++ cols="5" cellspacing="0" cellpadding="0"> + -+ -+ ++ ++ ++ ++ ++ +
-+

ClamAVmodule Maximum Files

++ ++

++
++ ++

$Message

++
++
+ + + + ++

− a perl reference to the list of line of the ++message

+
-+

Default: 100

-+ -+

ClamAVModule only: The maximum number of files per batch. -+This setting *cannot* be the filename of a ruleset, only a -+simple number.

-+
+ + + + ++

Max Custom Spam Scanner Size

+
-+

ClamAVmodule Maximum File Size

+ + + + +
-+

Default: 10000000

++

Default: 20000

+ -+

ClamAVModule only: The maximum file of each file (Default -+= 10MB). This setting *cannot* be the filename of a ruleset, -+only a simple number.

++

How much of the message should be passed tot he Custom ++Spam Scanner. Most spam tools only need the first 20kbytes ++of the message to determine if it is spam or not. Passing ++more than is necessary only slows things down. This can also ++be the filename of a ruleset.

+
+ @@ -213,7 +254,7 @@ + + + -+

ClamAVmodule Maximum Compression Ratio

++

Custom Spam Scanner Timeout

+ + + + + +
-+

Default: 250

++

Default: 20

+ -+

ClamAVModule only: The maximum compression ration of -+archives. This setting *cannot* be the filename of a -+ruleset, only a simple number.

++

How long should the custom spam scanner take to run? If ++it takes more seconds than this, then it should be ++considered to have crashed and should be killed. This stops ++denial−of−service attacks.

+
- -

Removing/Logging dangerous or potentially offensive content

- -@@ -1761,6 +1943,33 @@ - - - -+

Phishing Safe Sites File

-+ + + + -+ -+ ++ ++ +
-+

Default: %etc−dir%/phishing.safe.sites.conf

-+ -+

There are some companies, such as banks, that insist on -+sending out email messages with links in them that are -+caught by the "Find Phishing Fraud" test described -+above. This is the name of a file which contains a list of -+link destinations which should be ignored in the test. This -+may, for example, contain the known websites of some banks. -+See the file itself for more information. This can only be -+the name of the file containing the list, it *cannot* be the -+filename of a ruleset.

-+
++

Max Custom Spam Scanner Timeouts

+ + + -+ -+ -
-

Allow IFrame Tags

- -@@ -5122,6 +5331,28 @@ -

Log all occurrences of "Silent Viruses" as - defined above? This can only be a simple yes/no value, not a - ruleset.

++ ++ ++

Default: 10

++ ++

If the Custom Spam Scanner times out more times in a row ++than this, then it will be marked as "unavailable" ++until MailScanner next re−starts itself.

+ + + @@ -277,7 +297,7 @@ + + + -+

Log Dangerous HTML Tags

++

Custom Spam Scanner Timeout History

+ + + + +
-+

Default: no
-+Log all occurrences of HTML tags found in messages, that can -+be blocked. This will help you build up your whitelist of -+message sources for which particular HTML tags should be -+allowed, such as mail from newsletters and daily cartoon -+strips. This can also be the filename of a ruleset.

++

Default: 20

++ ++

The total number of Custom Spam Scanner attempts during ++which "Max Custom Spam Scanner Timeouts" will ++cause the Custom Spam Scanner to be marked as ++"unavailable". See the previous comment for more ++information. The default values of 10 and 20 mean that 10 ++timeouts in any sequence of 20 attempts will trigger the ++behaviour described above, until the next periodic restart ++(see "Restart Every").

- + --- MailScanner-devel-4.45.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 10:00:35 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9904C16A41F for ; Thu, 25 Aug 2005 10:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7073B43D58 for ; Thu, 25 Aug 2005 10: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.3/8.13.3) with ESMTP id j7PA0Yex069219 for ; Thu, 25 Aug 2005 10:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PA0Y8e069215; Thu, 25 Aug 2005 10:00:34 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 10:00:34 GMT Resent-Message-Id: <200508251000.j7PA0Y8e069215@freefall.freebsd.org> 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 36C0B16A41F; Thu, 25 Aug 2005 09:56:33 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from yam.park.rambler.ru (yam.park.rambler.ru [81.19.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9293343D46; Thu, 25 Aug 2005 09:56:32 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from capella.park.rambler.ru (capella.park.rambler.ru [81.19.65.30]) by yam.park.rambler.ru (8.13.3/8.13.3) with ESMTP id j7P9uUKZ062805; Thu, 25 Aug 2005 13:56:30 +0400 (MSD) (envelope-from kappa@capella.park.rambler.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id 69C4E412C; Thu, 25 Aug 2005 13:56:31 +0400 (MSD) Message-Id: <20050825095631.69C4E412C@capella.park.rambler.ru> Date: Thu, 25 Aug 2005 13:56:31 +0400 (MSD) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jesper@FreeBSD.org Subject: ports/85283: Update security/p5-Crypt-DH to 0.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 10:00:36 -0000 >Number: 85283 >Category: ports >Synopsis: Update security/p5-Crypt-DH to 0.06 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 10:00:33 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: Maintainer CC-ed. >How-To-Repeat: >Fix: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-DH/Makefile /usr/home/kappa/work/ports/p5-Crypt-DH/Makefile --- /usr/ports/security/p5-Crypt-DH/Makefile Sat Dec 11 07:45:58 2004 +++ /usr/home/kappa/work/ports/p5-Crypt-DH/Makefile Thu Aug 25 13:54:30 2005 @@ -6,8 +6,7 @@ # PORTNAME= Crypt-DH -PORTVERSION= 0.03 -PORTREVISION= 2 +PORTVERSION= 0.06 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -16,15 +15,20 @@ MAINTAINER= jesper@FreeBSD.org COMMENT= Perl5 interface to a Diffie-Hellman key exchange system -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${SITE_PERL}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes +.include + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + MAN3= Crypt::DH.3 PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt \ + %%SITE_PERL%%/Crypt -.include +.include diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-DH/distinfo /usr/home/kappa/work/ports/p5-Crypt-DH/distinfo --- /usr/ports/security/p5-Crypt-DH/distinfo Wed Apr 28 00:57:45 2004 +++ /usr/home/kappa/work/ports/p5-Crypt-DH/distinfo Thu Aug 25 13:42:05 2005 @@ -1,2 +1,2 @@ -MD5 (Crypt-DH-0.03.tar.gz) = e0af4baf9d5c9089ca8f1ad316701a82 -SIZE (Crypt-DH-0.03.tar.gz) = 3479 +MD5 (Crypt-DH-0.06.tar.gz) = eabecac024d427c670a6e0edbadcec5d +SIZE (Crypt-DH-0.06.tar.gz) = 18088 ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 10:10:01 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF25816A41F for ; Thu, 25 Aug 2005 10:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4B943D46 for ; Thu, 25 Aug 2005 10:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7PAA0HM073783 for ; Thu, 25 Aug 2005 10:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PAA0Fr073782; Thu, 25 Aug 2005 10:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 10:10:00 GMT Resent-Message-Id: <200508251010.j7PAA0Fr073782@freefall.freebsd.org> 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 246EA16A41F for ; Thu, 25 Aug 2005 10:09:40 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from yam.park.rambler.ru (yam.park.rambler.ru [81.19.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id B09B043D46 for ; Thu, 25 Aug 2005 10:09:39 +0000 (GMT) (envelope-from kappa@capella.park.rambler.ru) Received: from capella.park.rambler.ru (capella.park.rambler.ru [81.19.65.30]) by yam.park.rambler.ru (8.13.3/8.13.3) with ESMTP id j7PA9cG3063811 for ; Thu, 25 Aug 2005 14:09:38 +0400 (MSD) (envelope-from kappa@capella.park.rambler.ru) Received: by capella.park.rambler.ru (Postfix, from userid 1001) id E9D81412C; Thu, 25 Aug 2005 14:09:39 +0400 (MSD) Message-Id: <20050825100939.E9D81412C@capella.park.rambler.ru> Date: Thu, 25 Aug 2005 14:09:39 +0400 (MSD) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85284: New port: security/p5-Net-OpenID-Server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 10:10:01 -0000 >Number: 85284 >Category: ports >Synopsis: New port: security/p5-Net-OpenID-Server >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 10:10:00 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-Net-OpenID-Server # p5-Net-OpenID-Server/Makefile # p5-Net-OpenID-Server/distinfo # p5-Net-OpenID-Server/pkg-descr # echo c - p5-Net-OpenID-Server mkdir -p p5-Net-OpenID-Server > /dev/null 2>&1 echo x - p5-Net-OpenID-Server/Makefile sed 's/^X//' >p5-Net-OpenID-Server/Makefile << 'END-of-p5-Net-OpenID-Server/Makefile' X# New ports collection makefile for: p5-Net-OpenID-Server X# Date created: July 25th 2005 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= Net-OpenID-Server XPORTVERSION= 0.09 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= kappa@freebsd.org.ua XCOMMENT= Reference implementation of OpenID server X XBUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XINSTALL_TARGET= pure_install X XMAN3= Net::OpenID::Server.3 XPLIST_FILES= %%SITE_PERL%%/Net/OpenID/Server.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Server/.packlist XPLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Server \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net \ X %%SITE_PERL%%/Net/OpenID \ X %%SITE_PERL%%/Net X X.include END-of-p5-Net-OpenID-Server/Makefile echo x - p5-Net-OpenID-Server/distinfo sed 's/^X//' >p5-Net-OpenID-Server/distinfo << 'END-of-p5-Net-OpenID-Server/distinfo' XMD5 (Net-OpenID-Server-0.09.tar.gz) = 49efee1aa7b9ee4c22358bd108c68316 XSIZE (Net-OpenID-Server-0.09.tar.gz) = 13892 END-of-p5-Net-OpenID-Server/distinfo echo x - p5-Net-OpenID-Server/pkg-descr sed 's/^X//' >p5-Net-OpenID-Server/pkg-descr << 'END-of-p5-Net-OpenID-Server/pkg-descr' XOpenID is a decentralized identity system, but one that's actually Xdecentralized and doesn't entirely crumble if one company turns evil Xor goes out of business. X XAn OpenID identity is just a URL. You can have multiple identities in Xthe same way you can have multiple URLs. All OpenID does is provide a Xway to prove that you own a URL (identity). X XAnybody can run their own site using OpenID, and anybody can be an XOpenID server, and they all work with each other without having to Xregister with or pay anybody to "get started". An owner of a URL can Xpick which OpenID server to use. X XWWW: http://www.openid.net END-of-p5-Net-OpenID-Server/pkg-descr exit ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 10:38:31 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6627716A41F; Thu, 25 Aug 2005 10:38:31 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED68C43D55; Thu, 25 Aug 2005 10:38:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7PAcUL9075490; Thu, 25 Aug 2005 10:38:30 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PAcUCF075486; Thu, 25 Aug 2005 10:38:30 GMT (envelope-from garga) Date: Thu, 25 Aug 2005 10:38:30 GMT From: Renato Botelho Message-Id: <200508251038.j7PAcUCF075486@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85149: [MAINTAINER] misc/vifm: update to 0.3a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 10:38:31 -0000 Synopsis: [MAINTAINER] misc/vifm: update to 0.3a Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Thu Aug 25 10:38:20 GMT 2005 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=85149 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 14:10:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD2216A41F for ; Thu, 25 Aug 2005 14:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6763D43D53 for ; Thu, 25 Aug 2005 14: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.3/8.13.3) with ESMTP id j7PEAHxN002003 for ; Thu, 25 Aug 2005 14:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PEAHYE002002; Thu, 25 Aug 2005 14:10:17 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 14:10:17 GMT Resent-Message-Id: <200508251410.j7PEAHYE002002@freefall.freebsd.org> 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 8B4FD16A41F for ; Thu, 25 Aug 2005 14:05:51 +0000 (GMT) (envelope-from johans@stack.nl) Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96E643D48 for ; Thu, 25 Aug 2005 14:05:50 +0000 (GMT) (envelope-from johans@stack.nl) Received: by skynet.stack.nl (Postfix, from userid 65534) id A59893F24; Thu, 25 Aug 2005 16:14:11 +0200 (CEST) Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498]) by skynet.stack.nl (Postfix) with ESMTP id 88D653ECB for ; Thu, 25 Aug 2005 16:14:10 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 23670171FD; Thu, 25 Aug 2005 16:05:48 +0200 (CEST) Message-Id: <20050825140548.23670171FD@mud.stack.nl> Date: Thu, 25 Aug 2005 16:05:48 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85286: [maintainer] lang/afnix: update to version 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 25 Aug 2005 14:10:19 -0000 >Number: 85286 >Category: ports >Synopsis: [maintainer] lang/afnix: update to version 1.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: Thu Aug 25 14:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #5: Wed Jul 13 12:15:37 CEST 2005 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: New stable version 1.1.1 >How-To-Repeat: >Fix: All FreeBSD patches have been incorporated by the author: the files/ directory may be removed with this patch. diff -uNr afnix/Makefile afnix/Makefile --- afnix/Makefile Thu Apr 21 04:00:22 2005 +++ afnix/Makefile Thu Aug 25 15:04:01 2005 @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.1 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g} @@ -22,7 +22,7 @@ PLIST_SUB= PORTVER=${PORTVERSION:R} -MAN1= afnix.1 axc.1 axd.1 axl.1 +MAN1= axc.1 axd.1 axi.1 axl.1 axs.1 .include @@ -30,6 +30,6 @@ @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o post-install: - @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${PREFIX}/bin/ax[cdils] .include diff -uNr afnix/distinfo afnix/distinfo --- afnix/distinfo Thu Apr 21 04:00:22 2005 +++ afnix/distinfo Thu Aug 25 11:17:45 2005 @@ -1,2 +1,2 @@ -MD5 (afnix-src-1-0-3.tgz) = 84b5af474c095b4c1c6e59ecaf61232a -SIZE (afnix-src-1-0-3.tgz) = 521211 +MD5 (afnix-src-1-1-1.tgz) = 2f5bd3739c18f2e1bc0026a812121c5c +SIZE (afnix-src-1-1-1.tgz) = 547099 diff -uNr afnix/files/patch-cnf_bin_afnix-guess afnix/files/patch-cnf_bin_afnix-guess --- afnix/files/patch-cnf_bin_afnix-guess Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-cnf_bin_afnix-guess Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- cnf/bin/afnix-guess.orig Wed Jan 12 06:05:00 2005 -+++ cnf/bin/afnix-guess Wed Feb 16 19:18:04 2005 -@@ -113,6 +113,7 @@ - mips) proc_name=mips;; - mipsel) proc_name=mipsel;; - parisc*) proc_name=pa64;; -+ amd64) proc_name=amd64;; - ia64) proc_name=ia64;; - s390*) proc_name=s390;; - x86_64) proc_name=x64;; diff -uNr afnix/files/patch-cnf_mak_afnix-defs.mak afnix/files/patch-cnf_mak_afnix-defs.mak --- afnix/files/patch-cnf_mak_afnix-defs.mak Thu Feb 24 04:01:21 2005 +++ afnix/files/patch-cnf_mak_afnix-defs.mak Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- cnf/mak/afnix-defs.mak.orig Wed Feb 16 19:35:18 2005 -+++ cnf/mak/afnix-defs.mak Wed Feb 16 19:37:55 2005 -@@ -58,9 +58,9 @@ - BINDIR = $(PREFIX)/bin - LIBDIR = $(PREFIX)/lib - HDRDIR = $(SHRDIR)/include/afnix --DOCDIR = $(SHRDIR)/doc/afnix -+DOCDIR = $(SHRDIR)/share/doc/afnix - MANDIR = $(SHRDIR)/man --ETCDIR = $(SHRDIR)/etc/afnix -+ETCDIR = $(SHRDIR)/share/doc/afnix - - # ---------------------------------------------------------------------------- - # - other shared commands and scripts - diff -uNr afnix/files/patch-cnf_mak_afnix-gcc-3.mak afnix/files/patch-cnf_mak_afnix-gcc-3.mak --- afnix/files/patch-cnf_mak_afnix-gcc-3.mak Sat Feb 26 04:01:26 2005 +++ afnix/files/patch-cnf_mak_afnix-gcc-3.mak Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- cnf/mak/afnix-gcc-3.mak.orig Wed Jan 12 06:05:00 2005 -+++ cnf/mak/afnix-gcc-3.mak Wed Feb 16 19:18:04 2005 -@@ -22,7 +22,7 @@ - LD = gcc - LK = gcc - AR = ar rc --STDCCFLAGS = -Wall -Werror -MMD -fno-builtin -+STDCCFLAGS = -Wall -MMD -fno-builtin - STACCFLAGS = - DYNCCFLAGS = -fPIC - PLTCCFLAGS = -@@ -43,7 +43,7 @@ - # - compiler dependant libraries - - # ---------------------------------------------------------------------------- - --AFXCPPLIBS = -lsupc++ -+AFXCPPLIBS = -lstdc++ - - # ---------------------------------------------------------------------------- - # - platform dependant linking flags - diff -uNr afnix/files/patch-cnf_mak_afnix-rule.mak afnix/files/patch-cnf_mak_afnix-rule.mak --- afnix/files/patch-cnf_mak_afnix-rule.mak Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-cnf_mak_afnix-rule.mak Thu Jan 1 01:00:00 1970 @@ -1,31 +0,0 @@ ---- cnf/mak/afnix-rule.mak.orig Wed Jan 12 06:05:00 2005 -+++ cnf/mak/afnix-rule.mak Wed Feb 16 19:18:04 2005 -@@ -62,8 +62,8 @@ - endif - - ifeq ($(LKMODE),soname) --SONAME = $(SOLIB).$(MAJOR).$(MINOR) --SOVERS = $(SOLIB).$(MAJOR).$(MINOR).$(PATCH) -+SONAME = $(SOLIB).$(MAJOR) -+SOVERS = $(SOLIB).$(MAJOR) - endif - - # ---------------------------------------------------------------------------- -@@ -124,17 +124,13 @@ - $(SOLIB) : $(SOVERS) - @$(MKDIR) $(BLDLIB) - @$(CP) $(SOVERS) $(BLDLIB) -- @$(RM) $(BLDLIB)/$(SOLIB) - @$(RM) $(BLDLIB)/$(SONAME) -- @$(LN) $(SOVERS) $(BLDLIB)/$(SONAME) - @$(LN) $(SONAME) $(BLDLIB)/$(SOLIB) - - install-solib : $(SOVERS) - @$(MKDIR) $(LIBDIR) - @$(CP) $(SOVERS) $(LIBDIR) -- @$(RM) $(LIBDIR)/$(SONAME) - @$(RM) $(LIBDIR)/$(SOLIB) -- @$(LN) $(SOVERS) $(LIBDIR)/$(SONAME) - @$(LN) $(SONAME) $(LIBDIR)/$(SOLIB) - .PHONY: install-solib - endif diff -uNr afnix/files/patch-src_plt_acf_ccnf.cpp afnix/files/patch-src_plt_acf_ccnf.cpp --- afnix/files/patch-src_plt_acf_ccnf.cpp Sun Feb 20 04:01:21 2005 +++ afnix/files/patch-src_plt_acf_ccnf.cpp Thu Jan 1 01:00:00 1970 @@ -1,37 +0,0 @@ ---- src/plt/acf/ccnf.cpp.orig Wed Jan 12 06:05:00 2005 -+++ src/plt/acf/ccnf.cpp Wed Feb 16 19:18:04 2005 -@@ -42,6 +42,7 @@ - #define AFNIX_PROCTYPE_IA64 10 - #define AFNIX_PROCTYPE_S390 11 - #define AFNIX_PROCTYPE_X64 12 -+#define AFNIX_PROCTYPE_AMD64 12 - - // recognized processor name - #define AFNIX_PROCNAME_UNKNOWN "unknown" -@@ -57,6 +58,7 @@ - #define AFNIX_PROCNAME_IA64 "ia64" - #define AFNIX_PROCNAME_S390 "s390" - #define AFNIX_PROCNAME_X64 "x64" -+#define AFNIX_PROCNAME_AMD64 "amd64" - - // force size type with S390 - #if defined(__s390__) -@@ -117,6 +119,9 @@ - // s390 - if (strcmp (proc, AFNIX_PROCNAME_S390) == 0) - return AFNIX_PROCTYPE_S390; -+ // amd64 -+ if (strcmp (proc, AFNIX_PROCNAME_AMD64) == 0) -+ return AFNIX_PROCTYPE_AMD64; - // x86-64 - if (strcmp (proc, AFNIX_PROCNAME_X64) == 0) { - switch (sizeof(void*)) { -@@ -260,6 +265,8 @@ - AFNIX_PROCTYPE_IA64); - fprintf (stdout, "#define AFNIX_PROCTYPE_S390 %d\n", - AFNIX_PROCTYPE_S390); -+ fprintf (stdout, "#define AFNIX_PROCTYPE_AMD64 %d\n", -+ AFNIX_PROCTYPE_AMD64); - fprintf (stdout, "#define AFNIX_PROCTYPE_X64 %d\n", - AFNIX_PROCTYPE_X64); - fprintf (stdout, "\n"); diff -uNr afnix/files/patch-src_plt_lib_cclk.cxx afnix/files/patch-src_plt_lib_cclk.cxx --- afnix/files/patch-src_plt_lib_cclk.cxx Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-src_plt_lib_cclk.cxx Thu Jan 1 01:00:00 1970 @@ -1,22 +0,0 @@ ---- src/plt/lib/cclk.cxx.orig Wed Jan 12 06:05:00 2005 -+++ src/plt/lib/cclk.cxx Wed Feb 16 19:18:04 2005 -@@ -53,7 +53,8 @@ - s_tinfo* c_getlocal (const long tclk) { - // extract time info - struct tm* tval; -- if ((tval = localtime (&tclk)) == NULL) return 0; -+ time_t t = tclk; -+ if (t != tclk || (tval = localtime (&t)) == NULL) return 0; - // fill in the data structure - s_tinfo* tinfo = new s_tinfo; - tinfo->d_secs = tval->tm_sec; -@@ -72,7 +73,8 @@ - s_tinfo* c_getutc (const long tclk) { - // extract time info - struct tm* tval; -- if ((tval = gmtime (&tclk)) == NULL) return 0; -+ time_t t = tclk; -+ if (t != tclk || (tval = gmtime (&t)) == NULL) return 0; - // fill in the data structure - s_tinfo* tinfo = new s_tinfo; - tinfo->d_secs = tval->tm_sec; diff -uNr afnix/files/patch-src_plt_lib_cdir.cxx afnix/files/patch-src_plt_lib_cdir.cxx --- afnix/files/patch-src_plt_lib_cdir.cxx Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-src_plt_lib_cdir.cxx Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/plt/lib/cdir.cxx.orig Wed Jan 12 06:05:00 2005 -+++ src/plt/lib/cdir.cxx Wed Feb 16 19:05:03 2005 -@@ -14,6 +14,7 @@ - // - copyright (c) 1999-2005 amaury darsch - - // --------------------------------------------------------------------------- - -+#include - #include "cdir.hpp" - #include "cstr.hpp" - #include "cdir.hxx" diff -uNr afnix/pkg-plist afnix/pkg-plist --- afnix/pkg-plist Sun Feb 20 04:01:21 2005 +++ afnix/pkg-plist Thu Aug 25 15:04:26 2005 @@ -1,176 +1,182 @@ -bin/afnix bin/axc bin/axd +bin/axi bin/axl -bin/axo -share/doc/afnix/afnix-gud.el -share/doc/afnix/afnix-mode.el -share/doc/afnix/license.txt -share/doc/afnix/what-long.txt -share/doc/afnix/what-short.txt -@dirrm share/doc/afnix +bin/axs +include/afnix/plt/ccnf.hpp +include/afnix/plt/cclk.hpp +include/afnix/plt/cthr.hpp +include/afnix/plt/csys.hpp +include/afnix/plt/cstr.hpp +include/afnix/plt/csio.hpp +include/afnix/plt/cshl.hpp +include/afnix/plt/cnet.hpp +include/afnix/plt/cmth.hpp +include/afnix/plt/cmem.hpp +include/afnix/plt/cgen.hpp +include/afnix/plt/cerr.hpp +include/afnix/plt/cdir.hpp +include/afnix/plt/ccnv.hpp +include/afnix/plt/ctrm.hpp +include/afnix/std/BitSet.hpp +include/afnix/std/Time.hpp +include/afnix/std/Thrmap.hpp +include/afnix/std/Thread.hpp +include/afnix/std/Terminal.hpp +include/afnix/std/System.hpp +include/afnix/std/Strvec.hpp +include/afnix/std/String.hpp +include/afnix/std/Stack.hpp +include/afnix/std/Sorter.hpp +include/afnix/std/Set.hpp +include/afnix/std/Serial.hpp +include/afnix/std/Runnable.hpp +include/afnix/std/Relatif.hpp +include/afnix/std/Regex.hpp +include/afnix/std/Recycle.hpp +include/afnix/std/Real.hpp +include/afnix/std/Reactor.hpp +include/afnix/std/Queue.hpp +include/afnix/std/QuarkTable.hpp +include/afnix/std/Qarray.hpp +include/afnix/std/PrintTable.hpp +include/afnix/std/OutputTerm.hpp +include/afnix/std/OutputString.hpp +include/afnix/std/OutputFile.hpp +include/afnix/std/Output.hpp +include/afnix/std/Object.hpp +include/afnix/std/NameTable.hpp +include/afnix/std/Mutex.hpp +include/afnix/std/Monitor.hpp +include/afnix/std/Method.hpp +include/afnix/std/Lockrw.hpp +include/afnix/std/Loader.hpp +include/afnix/std/Literal.hpp +include/afnix/std/List.hpp +include/afnix/std/Library.hpp +include/afnix/std/Iterator.hpp +include/afnix/std/Iterable.hpp +include/afnix/std/Item.hpp +include/afnix/std/Integer.hpp +include/afnix/std/InputTerm.hpp +include/afnix/std/InputString.hpp +include/afnix/std/InputOutput.hpp +include/afnix/std/InputMapped.hpp +include/afnix/std/InputFile.hpp +include/afnix/std/Input.hpp +include/afnix/std/HashTable.hpp +include/afnix/std/Graph.hpp +include/afnix/std/Finalize.hpp +include/afnix/std/Exception.hpp +include/afnix/std/Cursor.hpp +include/afnix/std/Cons.hpp +include/afnix/std/Condvar.hpp +include/afnix/std/Cilo.hpp +include/afnix/std/Character.hpp +include/afnix/std/Buffer.hpp +include/afnix/std/Boolean.hpp +include/afnix/std/Vector.hpp +include/afnix/sci/Aes.hpp +include/afnix/sci/Sha384.hpp +include/afnix/sci/Sha256.hpp +include/afnix/sci/Sha1.hpp +include/afnix/sci/Privsci.hpp +include/afnix/sci/Md5.hpp +include/afnix/sci/Key.hpp +include/afnix/sci/InputCipher.hpp +include/afnix/sci/Hasher.hpp +include/afnix/sci/Crypto.hpp +include/afnix/sci/Cipher.hpp +include/afnix/sci/Sha512.hpp include/afnix/eng/Argument.hpp -include/afnix/eng/Builtin.hpp -include/afnix/eng/Class.hpp -include/afnix/eng/Closure.hpp -include/afnix/eng/Constant.hpp -include/afnix/eng/Engsid.hpp -include/afnix/eng/Enum.hpp -include/afnix/eng/Extracter.hpp -include/afnix/eng/Form.hpp -include/afnix/eng/Former.hpp -include/afnix/eng/Function.hpp -include/afnix/eng/Globalset.hpp -include/afnix/eng/Instance.hpp -include/afnix/eng/Interp.hpp -include/afnix/eng/Item.hpp -include/afnix/eng/Lexer.hpp -include/afnix/eng/Lexical.hpp -include/afnix/eng/Localset.hpp -include/afnix/eng/Meta.hpp -include/afnix/eng/Module.hpp -include/afnix/eng/Nameset.hpp -include/afnix/eng/Options.hpp -include/afnix/eng/Printer.hpp -include/afnix/eng/Promise.hpp -include/afnix/eng/Qualified.hpp -include/afnix/eng/Reader.hpp -include/afnix/eng/Reserved.hpp -include/afnix/eng/Resolver.hpp -include/afnix/eng/Return.hpp include/afnix/eng/Symbol.hpp +include/afnix/eng/Superset.hpp +include/afnix/eng/Return.hpp +include/afnix/eng/Resolver.hpp +include/afnix/eng/Reserved.hpp +include/afnix/eng/Reader.hpp +include/afnix/eng/Qualified.hpp +include/afnix/eng/Promise.hpp +include/afnix/eng/Printer.hpp +include/afnix/eng/Options.hpp +include/afnix/eng/Nameset.hpp +include/afnix/eng/Module.hpp +include/afnix/eng/Meta.hpp +include/afnix/eng/Localset.hpp +include/afnix/eng/Librarian.hpp +include/afnix/eng/Lexical.hpp +include/afnix/eng/Lexer.hpp +include/afnix/eng/Interp.hpp +include/afnix/eng/Instance.hpp +include/afnix/eng/Globalset.hpp +include/afnix/eng/Function.hpp +include/afnix/eng/Former.hpp +include/afnix/eng/Form.hpp +include/afnix/eng/Extracter.hpp +include/afnix/eng/Enum.hpp +include/afnix/eng/Engsid.hpp +include/afnix/eng/Constant.hpp +include/afnix/eng/Closure.hpp +include/afnix/eng/Class.hpp +include/afnix/eng/Builtin.hpp include/afnix/eng/Token.hpp include/afnix/net/Address.hpp -include/afnix/net/Datagram.hpp -include/afnix/net/Libanet.hpp -include/afnix/net/Mail.hpp -include/afnix/net/Multicast.hpp -include/afnix/net/Netcalls.hpp -include/afnix/net/Predanet.hpp -include/afnix/net/Socket.hpp -include/afnix/net/TcpClient.hpp -include/afnix/net/TcpServer.hpp -include/afnix/net/TcpSocket.hpp -include/afnix/net/UdpClient.hpp include/afnix/net/UdpServer.hpp +include/afnix/net/UdpClient.hpp +include/afnix/net/TcpSocket.hpp +include/afnix/net/TcpServer.hpp +include/afnix/net/TcpClient.hpp +include/afnix/net/Socket.hpp +include/afnix/net/Prednet.hpp +include/afnix/net/NetCalls.hpp +include/afnix/net/Multicast.hpp +include/afnix/net/Mail.hpp +include/afnix/net/Libnet.hpp +include/afnix/net/Datagram.hpp include/afnix/net/UdpSocket.hpp -include/afnix/odc/Cell.hpp -include/afnix/odc/Collection.hpp -include/afnix/odc/Importer.hpp -include/afnix/odc/Libaodc.hpp -include/afnix/odc/Odccalls.hpp -include/afnix/odc/Odcsid.hpp -include/afnix/odc/Persist.hpp -include/afnix/odc/Predaodc.hpp -include/afnix/odc/Record.hpp -include/afnix/odc/Table.hpp -include/afnix/plt/cclk.hpp -include/afnix/plt/ccnf.hpp -include/afnix/plt/ccnv.hpp -include/afnix/plt/cdir.hpp -include/afnix/plt/cerr.hpp -include/afnix/plt/cmem.hpp -include/afnix/plt/cmth.hpp -include/afnix/plt/cnet.hpp -include/afnix/plt/cshl.hpp -include/afnix/plt/csio.hpp -include/afnix/plt/cstr.hpp -include/afnix/plt/csys.hpp -include/afnix/plt/cthr.hpp -include/afnix/plt/ctrm.hpp -include/afnix/sci/Digest.hpp -include/afnix/sci/Md5.hpp -include/afnix/sci/Sha1.hpp -include/afnix/sio/Directory.hpp -include/afnix/sio/Libasio.hpp -include/afnix/sio/Pathasio.hpp -include/afnix/sio/Predasio.hpp include/afnix/sio/Selector.hpp -include/afnix/std/BitSet.hpp -include/afnix/std/Boolean.hpp -include/afnix/std/Buffer.hpp -include/afnix/std/Character.hpp -include/afnix/std/Cilo.hpp -include/afnix/std/Condvar.hpp -include/afnix/std/Cons.hpp -include/afnix/std/Cursor.hpp -include/afnix/std/Exception.hpp -include/afnix/std/Finalize.hpp -include/afnix/std/Graph.hpp -include/afnix/std/HashTable.hpp -include/afnix/std/Input.hpp -include/afnix/std/InputFile.hpp -include/afnix/std/InputMapped.hpp -include/afnix/std/InputString.hpp -include/afnix/std/InputTerm.hpp -include/afnix/std/Integer.hpp -include/afnix/std/Iterable.hpp -include/afnix/std/Iterator.hpp -include/afnix/std/Librarian.hpp -include/afnix/std/Library.hpp -include/afnix/std/List.hpp -include/afnix/std/Literal.hpp -include/afnix/std/Lockrw.hpp -include/afnix/std/Method.hpp -include/afnix/std/Monitor.hpp -include/afnix/std/Mutex.hpp -include/afnix/std/NameTable.hpp -include/afnix/std/Object.hpp -include/afnix/std/Output.hpp -include/afnix/std/OutputFile.hpp -include/afnix/std/OutputString.hpp -include/afnix/std/OutputTerm.hpp -include/afnix/std/PrintTable.hpp -include/afnix/std/Qarray.hpp -include/afnix/std/QuarkTable.hpp -include/afnix/std/Queue.hpp -include/afnix/std/Reactor.hpp -include/afnix/std/Real.hpp -include/afnix/std/Recycle.hpp -include/afnix/std/Regex.hpp -include/afnix/std/Relatif.hpp -include/afnix/std/Runnable.hpp -include/afnix/std/Serial.hpp -include/afnix/std/Sorter.hpp -include/afnix/std/Stack.hpp -include/afnix/std/String.hpp -include/afnix/std/Strvec.hpp -include/afnix/std/System.hpp -include/afnix/std/Terminal.hpp -include/afnix/std/Thread.hpp -include/afnix/std/Thrmap.hpp -include/afnix/std/Time.hpp -include/afnix/std/Vector.hpp -include/afnix/sys/Libasys.hpp -include/afnix/sys/Predasys.hpp -include/afnix/sys/Syscalls.hpp -include/afnix/txt/Hasher.hpp -include/afnix/txt/Lexeme.hpp -include/afnix/txt/Libatxt.hpp -include/afnix/txt/Literate.hpp +include/afnix/sio/Predsio.hpp +include/afnix/sio/Pathsio.hpp +include/afnix/sio/Libsio.hpp +include/afnix/sio/Directory.hpp +include/afnix/sps/Cell.hpp +include/afnix/sps/SpsCalls.hpp +include/afnix/sps/Sheet.hpp +include/afnix/sps/Record.hpp +include/afnix/sps/Predsps.hpp +include/afnix/sps/Persist.hpp +include/afnix/sps/Libsps.hpp +include/afnix/sps/Importer.hpp +include/afnix/sps/Folio.hpp +include/afnix/sps/Spssid.hpp +include/afnix/sys/SysCalls.hpp +include/afnix/sys/Predsys.hpp +include/afnix/sys/Libsys.hpp include/afnix/txt/Pattern.hpp -include/afnix/txt/Predatxt.hpp include/afnix/txt/Scanner.hpp +include/afnix/txt/Predtxt.hpp include/afnix/txt/Sort.hpp -include/afnix/txt/Txtcalls.hpp +include/afnix/txt/Literate.hpp +include/afnix/txt/Libtxt.hpp +include/afnix/txt/Lexeme.hpp include/afnix/www/CgiQuery.hpp -include/afnix/www/Cookie.hpp -include/afnix/www/HtmlDiv.hpp -include/afnix/www/HtmlElement.hpp -include/afnix/www/HtmlPage.hpp -include/afnix/www/HtmlRef.hpp -include/afnix/www/HtmlTable.hpp -include/afnix/www/HtmlTag.hpp -include/afnix/www/Libawww.hpp -include/afnix/www/Predawww.hpp include/afnix/www/Url.hpp +include/afnix/www/Predwww.hpp +include/afnix/www/Libwww.hpp +include/afnix/www/HtmlTag.hpp +include/afnix/www/HtmlTable.hpp +include/afnix/www/HtmlRef.hpp +include/afnix/www/HtmlPage.hpp +include/afnix/www/HtmlElement.hpp +include/afnix/www/HtmlDiv.hpp +include/afnix/www/Cookie.hpp include/afnix/www/XHtmlPage.hpp @dirrm include/afnix/eng @dirrm include/afnix/net -@dirrm include/afnix/odc @dirrm include/afnix/plt @dirrm include/afnix/sci @dirrm include/afnix/sio +@dirrm include/afnix/sps @dirrm include/afnix/std @dirrm include/afnix/sys @dirrm include/afnix/txt @@ -178,31 +184,21 @@ @dirrm include/afnix lib/libafnix-eng.a lib/libafnix-eng.so -lib/libafnix-eng.so.%%PORTVER%% lib/libafnix-net.a lib/libafnix-net.so -lib/libafnix-net.so.%%PORTVER%% -lib/libafnix-odc.a -lib/libafnix-odc.so -lib/libafnix-odc.so.%%PORTVER%% lib/libafnix-plt.a lib/libafnix-plt.so -lib/libafnix-plt.so.%%PORTVER%% lib/libafnix-sci.a lib/libafnix-sci.so -lib/libafnix-sci.so.%%PORTVER%% lib/libafnix-sio.a lib/libafnix-sio.so -lib/libafnix-sio.so.%%PORTVER%% +lib/libafnix-sps.a +lib/libafnix-sps.so lib/libafnix-std.a lib/libafnix-std.so -lib/libafnix-std.so.%%PORTVER%% lib/libafnix-sys.a lib/libafnix-sys.so -lib/libafnix-sys.so.%%PORTVER%% lib/libafnix-txt.a lib/libafnix-txt.so -lib/libafnix-txt.so.%%PORTVER%% lib/libafnix-www.a lib/libafnix-www.so -lib/libafnix-www.so.%%PORTVER%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 15:12:49 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FA916A41F; Thu, 25 Aug 2005 15:12:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF9F43D49; Thu, 25 Aug 2005 15:12:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (vsevolod@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7PFCmVC012982; Thu, 25 Aug 2005 15:12:48 GMT (envelope-from vsevolod@freefall.freebsd.org) Received: (from vsevolod@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PFCmIf012978; Thu, 25 Aug 2005 15:12:48 GMT (envelope-from vsevolod) Date: Thu, 25 Aug 2005 15:12:48 GMT From: Vsevolod Stakhov Message-Id: <200508251512.j7PFCmIf012978@freefall.freebsd.org> To: vsevolod@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vsevolod@FreeBSD.org Cc: Subject: Re: ports/85278: Update of net/libsmbclient and net/py-samba to 3.0.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 15:12:49 -0000 Synopsis: Update of net/libsmbclient and net/py-samba to 3.0.20 Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod Responsible-Changed-By: vsevolod Responsible-Changed-When: Thu Aug 25 15:12:26 GMT 2005 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=85278 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 15:20:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33DC16A41F for ; Thu, 25 Aug 2005 15:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B6143D45 for ; Thu, 25 Aug 2005 15: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.3/8.13.3) with ESMTP id j7PFKRnF013184 for ; Thu, 25 Aug 2005 15:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PFKR7i013183; Thu, 25 Aug 2005 15:20:27 GMT (envelope-from gnats) Date: Thu, 25 Aug 2005 15:20:27 GMT Message-Id: <200508251520.j7PFKR7i013183@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ulrich Spoerlein Cc: Subject: Re: ports/84603: [PATCH] ports update: net/unison-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ulrich Spoerlein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 15:20:28 -0000 The following reply was made to PR ports/84603; it has been noted by GNATS. From: Ulrich Spoerlein To: bug-followup@FreeBSD.org, 1yen@sh.rim.or.jp Cc: Subject: Re: ports/84603: [PATCH] ports update: net/unison-devel Date: Thu, 25 Aug 2005 17:18:43 +0200 This should be committed to the net/unison port, as version 2.13.16 is labeled a stable release. See http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/ Ulrich Spoerlein From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 16:00:44 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74B216A41F for ; Thu, 25 Aug 2005 16:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E9DF43D5F for ; Thu, 25 Aug 2005 16: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.3/8.13.3) with ESMTP id j7PG0ggK016372 for ; Thu, 25 Aug 2005 16:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PG0g6g016371; Thu, 25 Aug 2005 16:00:42 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 16:00:42 GMT Resent-Message-Id: <200508251600.j7PG0g6g016371@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Brian A. Seklecki" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE9D16A420 for ; Thu, 25 Aug 2005 15:55:39 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A9DA43D49 for ; Thu, 25 Aug 2005 15:55:36 +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 j7PFtZq5022484 for ; Thu, 25 Aug 2005 15:55:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7PFtZJR022483; Thu, 25 Aug 2005 15:55:35 GMT (envelope-from nobody) Message-Id: <200508251555.j7PFtZJR022483@www.freebsd.org> Date: Thu, 25 Aug 2005 15:55:35 GMT From: "Brian A. Seklecki" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85291: security/samhain WITH_RUNAS_USER defaults to daemon when building yule (WITH_SERVER) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 16:00:44 -0000 >Number: 85291 >Category: ports >Synopsis: security/samhain WITH_RUNAS_USER defaults to daemon when building yule (WITH_SERVER) >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 Aug 25 16:00:42 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Brian A. Seklecki >Release: FreeBSD 5.3-RELEASE-p20 i386 GENERIC >Organization: Collaborative Fusion, Inc. >Environment: FreeBSD soundwave 5.3-RELEASE-p20 FreeBSD 5.3-RELEASE-p20 #0: Wed Jul 27 16:03:34 EDT 2005 root@soundwave.collaborativefusion.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: The Makefile for ports/security/samhain states: # WITH_RUNAS_USER: # Whe building with "WITH_SERVER" defined, the username of the # account Yule will run as. Defaults to "yule". But WITH_RUNAS_USER isn't set to anything in the Makefile or anywhere else., so it defaults to 'daemon'. This works fine until you enable --with-gpg and GPG fails permissions/ownership sanity checks on ~WITH_RUNAS_USER/.gnupg because 'daemon' and 'root' share a $HOME of /root. >How-To-Repeat: Build samhain with WITH_GPG=true and WITH_SERVER=true >Fix: 1) WITH_RUNAS_USER could default to something 2) If not, there should be an: .if defined(WITH_GPG) && defined (WITH_SERVER) ...that alerts the user or sets the WITH_RUNAS_USER to something other than daemon. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 17:00:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD80D16A41F for ; Thu, 25 Aug 2005 17:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D2043D53 for ; Thu, 25 Aug 2005 17: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.3/8.13.3) with ESMTP id j7PH0XjI024907 for ; Thu, 25 Aug 2005 17:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PH0XHf024906; Thu, 25 Aug 2005 17:00:33 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 17:00:33 GMT Resent-Message-Id: <200508251700.j7PH0XHf024906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshihiko Sarumaru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E294D16A41F for ; Thu, 25 Aug 2005 16:59:01 +0000 (GMT) (envelope-from mistral@imasy.or.jp) Received: from shimako.yamayuri.org (yumi.yamayuri.org [218.45.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DD043D48 for ; Thu, 25 Aug 2005 16:59:00 +0000 (GMT) (envelope-from mistral@imasy.or.jp) Received: from shimako.yamayuri.org (localhost [IPv6:3ffe:505:2020:0:203:47ff:fe14:7175]) by shimako.yamayuri.org (8.13.3/8.13.3/shimako) with ESMTP id j7PGwvPT002799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 26 Aug 2005 01:58:57 +0900 (JST) (envelope-from mistral@imasy.or.jp) Received: (from sarumaru@localhost) by shimako.yamayuri.org (8.13.3/8.13.3/Submit) id j7PGwtTN002798; Fri, 26 Aug 2005 01:58:55 +0900 (JST) (envelope-from sarumaru) Message-Id: <200508251658.j7PGwtTN002798@shimako.yamayuri.org> Date: Fri, 26 Aug 2005 01:58:55 +0900 (JST) From: Yoshihiko Sarumaru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85292: update ports: devel/jude-community X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiko Sarumaru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:00:34 -0000 >Number: 85292 >Category: ports >Synopsis: update ports: devel/jude-community >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 Aug 25 17:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD shimako.yamayuri.org 4.11-STABLE FreeBSD 4.11-STABLE #1: Wed Aug 24 10:41:52 JST 2005 root@shimako.yamayuri.org:/usr/obj/usr/src/sys/Z505VRK i386 >Description: This PR updates devel jude-community from 1.6.1 to 1.6.2 >How-To-Repeat: >Fix: diff -urw jude-community.orig/Makefile jude-community/Makefile --- jude-community.orig/Makefile Mon Aug 1 23:32:28 2005 +++ jude-community/Makefile Fri Aug 26 01:49:28 2005 @@ -6,7 +6,7 @@ # PORTNAME= jude-community -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= devel java MASTER_SITES= # you have to register yourself as a member to download DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} diff -urw jude-community.orig/distinfo jude-community/distinfo --- jude-community.orig/distinfo Mon Aug 1 18:17:19 2005 +++ jude-community/distinfo Fri Aug 26 01:49:46 2005 @@ -1,2 +1,2 @@ -MD5 (jude-community-1_6_1.zip) = fd50198796427cb36a6e9ffa1a86c6f6 -SIZE (jude-community-1_6_1.zip) = 3406827 +MD5 (jude-community-1_6_2.zip) = 6a797392c6fe460aa98880651a91539f +SIZE (jude-community-1_6_2.zip) = 3426154 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 17:20:01 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CA016A420 for ; Thu, 25 Aug 2005 17:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA8243D49 for ; Thu, 25 Aug 2005 17:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7PHK1Qx029784 for ; Thu, 25 Aug 2005 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PHK1Un029779; Thu, 25 Aug 2005 17:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 17:20:01 GMT Resent-Message-Id: <200508251720.j7PHK1Un029779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A9AE16A41F for ; Thu, 25 Aug 2005 17:12:45 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F82843D55 for ; Thu, 25 Aug 2005 17:12:43 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 769DC17052; Thu, 25 Aug 2005 19:12:42 +0200 (CEST) Message-Id: <20050825171242.769DC17052@palm.hoeg.nl> Date: Thu, 25 Aug 2005 19:12:42 +0200 (CEST) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Rink Springer Subject: ports/85293: [New port] games/sudsol - A Sudoku solver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:20:02 -0000 >Number: 85293 >Category: ports >Synopsis: [New port] games/sudsol - A Sudoku solver >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 Aug 25 17:20:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 24 11:57:23 CEST 2005 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: Sudsol is a small Sudoku puzzle solver (see http://en.wikipedia.org/wiki/Sudoku). I've built a small port for it. Have fun! >How-To-Repeat: Get stuck while solving Sudoku puzzles. >Fix: http://g-rave.nl/files/ports/games-sudsol.tar.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 17:30:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BEAF16A426 for ; Thu, 25 Aug 2005 17:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0325C43D53 for ; Thu, 25 Aug 2005 17: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.3/8.13.3) with ESMTP id j7PHUAqf029994 for ; Thu, 25 Aug 2005 17:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PHUAT9029987; Thu, 25 Aug 2005 17:30:10 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 17:30:10 GMT Resent-Message-Id: <200508251730.j7PHUAT9029987@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Brian A. Seklecki" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E8E16A41F for ; Thu, 25 Aug 2005 17:24:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7561243D45 for ; Thu, 25 Aug 2005 17:24: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 j7PHOHwM036247 for ; Thu, 25 Aug 2005 17:24:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7PHOGcv036243; Thu, 25 Aug 2005 17:24:16 GMT (envelope-from nobody) Message-Id: <200508251724.j7PHOGcv036243@www.freebsd.org> Date: Thu, 25 Aug 2005 17:24:16 GMT From: "Brian A. Seklecki" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85294: Samhain Client / Server XML Logging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:30:12 -0000 >Number: 85294 >Category: ports >Synopsis: Samhain Client / Server XML Logging >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 Aug 25 17:30:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Brian A. Seklecki >Release: FreeBSD 5.3-RELEASE-p20 i386 >Organization: Spiritual Machines, Collaborative Fusion Inc. >Environment: FreeBSD soundwave 5.3-RELEASE-p20 FreeBSD 5.3-RELEASE-p20 #0: Wed Jul 27 16:03:34 EDT 2005 root@soundwave.collaborativefusion.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1) ports/security/samhain sets "CONFIGURE_ARGS+= --enable-xml-log" if either WITH_POSTGRESQL or WITH_MYSQL are set. 2) Both the network daemon (yule) and the network enabled client must both support XML log in order for database logging to work properly. 4) Database logging could probably be configured for a stand alone client and a Yule server could probably be configure not to log to a database, but neither are highly likely. 3) An admin is compiling a client agent for network support probably doesn't want to enable Database logging (and hence meeting the Ports dependency for the client, linking it against, etc.) just to get XML log support. Therefore....(see fix) >How-To-Repeat: See problem description. See: http://la-samhna.de/forum/cgi-bin/wolfbbs_index.cgi?board=samhain&action=read&id=1807&showTime=2592000 http://la-samhna.de/forum/cgi-bin/wolfbbs_index.cgi?board=samhain&action=read&id=1803&showTime=2592000 Yule will fail to properly parse XML messages when writing them to the database. When an admin begins to compile Samhain/Yule from ports, on the server the following make config options would be selected: [X] SERVER and [ ] MYSQL or [ ] POSTGRESQL optionally WITH_RUNAS_USER (per my other PR) will be set in shell and KCHECK[ ]/GPG[ ] are NOT optional (they do not apply to Yule) On client: [X] CLIENT and optionally KCHECK[ ] and GPG[ ] >Fix: ...therefore WITH_CLIENT should imply "CONFIGURE_ARGS+= --enable-xml-log", or it should be implied nowhere and a new 'make config' option should be set, defaulting to on/yes/true/enabled. ~BAS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 17:40:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F352916A41F for ; Thu, 25 Aug 2005 17:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B33343D55 for ; Thu, 25 Aug 2005 17: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.3/8.13.3) with ESMTP id j7PHeL3D031275 for ; Thu, 25 Aug 2005 17:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PHeLbO031274; Thu, 25 Aug 2005 17:40:21 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 17:40:21 GMT Resent-Message-Id: <200508251740.j7PHeLbO031274@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111F216A41F for ; Thu, 25 Aug 2005 17:39:37 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC33F43D45 for ; Thu, 25 Aug 2005 17:39:36 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id BEDBE17052; Thu, 25 Aug 2005 19:39:35 +0200 (CEST) Message-Id: <20050825173935.BEDBE17052@palm.hoeg.nl> Date: Thu, 25 Aug 2005 19:39:35 +0200 (CEST) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Rink Springer Subject: ports/85295: [New port] net/freedbd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:40:23 -0000 >Number: 85295 >Category: ports >Synopsis: [New port] net/freedbd >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 Aug 25 17:40:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 24 11:57:23 CEST 2005 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: FreeDBD is a daemon for the FreeDB protocol. It allows you to respond to FreeDB requests (CD tags). >How-To-Repeat: Run to the music store and buy a Shania Twain CD. Have fun. >Fix: A port is available at: http://g-rave.nl/files/ports/net-freedbd.tar.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 17:50:05 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9875916A41F for ; Thu, 25 Aug 2005 17:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB72543D49 for ; Thu, 25 Aug 2005 17:50: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.3/8.13.3) with ESMTP id j7PHo4gt031567 for ; Thu, 25 Aug 2005 17:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PHo4Hc031566; Thu, 25 Aug 2005 17:50:04 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 17:50:04 GMT Resent-Message-Id: <200508251750.j7PHo4Hc031566@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C7816A41F for ; Thu, 25 Aug 2005 17:43:43 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF5943D5F for ; Thu, 25 Aug 2005 17:43:42 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 3BF5817052; Thu, 25 Aug 2005 19:43:39 +0200 (CEST) Message-Id: <20050825174339.3BF5817052@palm.hoeg.nl> Date: Thu, 25 Aug 2005 19:43:39 +0200 (CEST) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Rink Springer Subject: ports/85296: [New port] net/kissd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 17:50:05 -0000 >Number: 85296 >Category: ports >Synopsis: [New port] net/kissd >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 Aug 25 17:50:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 24 11:57:23 CEST 2005 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: Kissd is a daemon to send multimedia content to your KiSS DP-50x DVD/DivX player. It isn't in the ports tree at the moment. >How-To-Repeat: Buy a KiSS DP-50x series player and copy multimedia content to it through your network. >Fix: A port is available at: http://g-rave.nl/files/ports/net-kissd.tar.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 18:59:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E2D216A41F; Thu, 25 Aug 2005 18:59:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE1543D45; Thu, 25 Aug 2005 18:59:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7PIxFI7039618; Thu, 25 Aug 2005 18:59:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PIxFgP039614; Thu, 25 Aug 2005 18:59:15 GMT (envelope-from linimon) Date: Thu, 25 Aug 2005 18:59:15 GMT From: Mark Linimon Message-Id: <200508251859.j7PIxFgP039614@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/85290: www/frontpage - missing dependancy and uninitalized variable in startup script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 18:59:16 -0000 Synopsis: www/frontpage - missing dependancy and uninitalized variable in startup script Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Aug 25 18:59:00 GMT 2005 Responsible-Changed-Why: Ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=85290 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 19:20:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E993716A41F for ; Thu, 25 Aug 2005 19:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174EB43D53 for ; Thu, 25 Aug 2005 19: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.3/8.13.3) with ESMTP id j7PJKBnE044461 for ; Thu, 25 Aug 2005 19:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PJKBlg044460; Thu, 25 Aug 2005 19:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 19:20:11 GMT Resent-Message-Id: <200508251920.j7PJKBlg044460@freefall.freebsd.org> 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 1EB1D16A41F for ; Thu, 25 Aug 2005 19:18:40 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2511A43D48 for ; Thu, 25 Aug 2005 19:18:38 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 6ADFC440A8; Thu, 25 Aug 2005 21:18:37 +0200 (CEST) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13916-08; Thu, 25 Aug 2005 21:18:36 +0200 (CEST) Received: from m2a2.dyndns.org (p509133A5.dip0.t-ipconnect.de [80.145.51.165]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 9AB09440A6; Thu, 25 Aug 2005 21:18:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 5A9A279603; Thu, 25 Aug 2005 21:18:30 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17077-01; Thu, 25 Aug 2005 21:18:29 +0200 (CEST) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2]) by merlin.emma.line.org (Postfix) with ESMTP id 7940A794B0; Thu, 25 Aug 2005 21:18:29 +0200 (CEST) Received: from emma by libertas.emma.line.org with local (Exim 4.52 (FreeBSD)) id 1E8NFk-0004VZ-O9; Thu, 25 Aug 2005 21:19:08 +0200 Message-Id: Date: Thu, 25 Aug 2005 21:19:08 +0200 From: Matthias Andree Sender: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85299: [MAINTAINER] security/openvpn: fix two bugs, one incompatibility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 19:20:13 -0000 >Number: 85299 >Category: ports >Synopsis: [MAINTAINER] security/openvpn: fix two bugs, one incompatibility >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 19:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #1: Sat Jul 2 12:53:26 CEST >Description: OpenVPN 2.0.2 brings these upstream changes: - fix bug that would exhaust file descriptors as the routing table was modified (this had already been part of the port previously) - fix bug that would block the management socket until the peer connected - fix pkitool sh incompatibilities (from NetBSD) Removed file(s): - files/patch-route.c (merged into upstream version) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- openvpn-2.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/openvpn/Makefile /usr/home/emma/ports/security/openvpn/Makefile --- /usr/ports/security/openvpn/Makefile Wed Aug 24 12:09:53 2005 +++ /usr/home/emma/ports/security/openvpn/Makefile Thu Aug 25 20:44:30 2005 @@ -6,8 +6,7 @@ # PORTNAME= openvpn -DISTVERSION= 2.0.1 -PORTREVISION= 1 +DISTVERSION= 2.0.2 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ diff -ruN --exclude=CVS /usr/ports/security/openvpn/distinfo /usr/home/emma/ports/security/openvpn/distinfo --- /usr/ports/security/openvpn/distinfo Sat Aug 20 14:59:19 2005 +++ /usr/home/emma/ports/security/openvpn/distinfo Thu Aug 25 20:44:52 2005 @@ -1,2 +1,2 @@ -MD5 (openvpn-2.0.1.tar.gz) = fad7a08c0d68371c2c0e6428bcb98fa5 -SIZE (openvpn-2.0.1.tar.gz) = 662428 +MD5 (openvpn-2.0.2.tar.gz) = 862f8788f080f669b1ae00a74ef68001 +SIZE (openvpn-2.0.2.tar.gz) = 663246 diff -ruN --exclude=CVS /usr/ports/security/openvpn/files/patch-route.c /usr/home/emma/ports/security/openvpn/files/patch-route.c --- /usr/ports/security/openvpn/files/patch-route.c Thu May 19 18:22:20 2005 +++ /usr/home/emma/ports/security/openvpn/files/patch-route.c Thu Jan 1 01:00:00 1970 @@ -1,50 +0,0 @@ ---- route.c.orig Mon Apr 11 05:43:56 2005 -+++ route.c Mon May 16 21:13:41 2005 -@@ -1380,6 +1380,7 @@ - { - warn("writing to routing socket"); - gc_free (&gc); -+ close(s); - return false; - } - -@@ -1387,6 +1388,7 @@ - l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg)); - } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid)); - -+ close(s); - - rtm_aux = &rtm; - -@@ -1535,6 +1537,7 @@ - { - msg (M_WARN, "ROUTE: problem writing to routing socket"); - gc_free (&gc); -+ close(s); - return false; - } - -@@ -1542,6 +1545,7 @@ - l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg)); - } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid)); - -+ close(s); - - rtm_aux = &rtm; - -@@ -1690,6 +1694,7 @@ - { - warn("writing to routing socket"); - gc_free (&gc); -+ close(s); - return false; - } - -@@ -1697,6 +1702,7 @@ - l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg)); - } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid)); - -+ close(s); - - rtm_aux = &rtm; - --- openvpn-2.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 19:37:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D21916A41F; Thu, 25 Aug 2005 19:37:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF2A043D46; Thu, 25 Aug 2005 19:37:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7PJbdgJ046086; Thu, 25 Aug 2005 19:37:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PJbdAQ046082; Thu, 25 Aug 2005 19:37:39 GMT (envelope-from linimon) Date: Thu, 25 Aug 2005 19:37:39 GMT From: Mark Linimon Message-Id: <200508251937.j7PJbdAQ046082@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org Cc: Subject: Re: ports/85272: [UPDATE] games/nexuiz: update distinfo, and avoid downloading an additional patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 19:37:40 -0000 Synopsis: [UPDATE] games/nexuiz: update distinfo, and avoid downloading an additional patch Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: linimon Responsible-Changed-When: Thu Aug 25 19:37:29 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85272 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 19:38:51 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F8C16A41F; Thu, 25 Aug 2005 19:38:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6249E43D45; Thu, 25 Aug 2005 19:38: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.3/8.13.3) with ESMTP id j7PJcpBL046149; Thu, 25 Aug 2005 19:38:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PJcpkV046145; Thu, 25 Aug 2005 19:38:51 GMT (envelope-from linimon) Date: Thu, 25 Aug 2005 19:38:51 GMT From: Mark Linimon Message-Id: <200508251938.j7PJcpkV046145@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jesper@FreeBSD.org Cc: Subject: Re: ports/85283: Update security/p5-Crypt-DH to 0.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 19:38:51 -0000 Synopsis: Update security/p5-Crypt-DH to 0.06 Responsible-Changed-From-To: freebsd-ports-bugs->jesper Responsible-Changed-By: linimon Responsible-Changed-When: Thu Aug 25 19:38:37 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85283 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 19:39:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 804A916A41F; Thu, 25 Aug 2005 19:39:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4029C43D48; Thu, 25 Aug 2005 19:39: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.3/8.13.3) with ESMTP id j7PJdYo0046232; Thu, 25 Aug 2005 19:39:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PJdYaW046228; Thu, 25 Aug 2005 19:39:34 GMT (envelope-from linimon) Date: Thu, 25 Aug 2005 19:39:34 GMT From: Mark Linimon Message-Id: <200508251939.j7PJdYaW046228@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org Cc: Subject: Re: ports/85264: x11-wm/wmii: updated to wmii-2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 19:39:34 -0000 Synopsis: x11-wm/wmii: updated to wmii-2 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: linimon Responsible-Changed-When: Thu Aug 25 19:39:25 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85264 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 25 20:30:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4782616A41F for ; Thu, 25 Aug 2005 20:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974AA43D53 for ; Thu, 25 Aug 2005 20: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.3/8.13.3) with ESMTP id j7PKUKQr052439 for ; Thu, 25 Aug 2005 20:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7PKUK99052438; Thu, 25 Aug 2005 20:30:20 GMT (envelope-from gnats) Resent-Date: Thu, 25 Aug 2005 20:30:20 GMT Resent-Message-Id: <200508252030.j7PKUK99052438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "\"Panagiotis Astithas\" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6538316A41F for ; Thu, 25 Aug 2005 20:24:52 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B83043D45 for ; Thu, 25 Aug 2005 20:24:50 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j7PKOmID080437 for ; Thu, 25 Aug 2005 23:24:48 +0300 (EEST) (envelope-from past@ebs.gr) Received: from ajax.ebs.gr (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j7PKOmFD066424 for ; Thu, 25 Aug 2005 23:24:49 +0300 (EEST) (envelope-from past@ebs.gr) Message-Id: <1125001484.0@ajax.ebs.gr> Date: Thu, 25 Aug 2005 23:24:44 +0300 From: "\"Panagiotis Astithas\" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85300: [update] Update java/eclipse-cdt to version 3.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 20:30:21 -0000 >Number: 85300 >Category: ports >Synopsis: [update] Update java/eclipse-cdt to version 3.0.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 Aug 25 20:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Panagiotis Astithas >Release: FreeBSD 6.0-BETA3 i386 >Organization: EBS Ltd. >Environment: System: FreeBSD 6.0-BETA3 #2: Mon Aug 22 23:38:51 EEST 2005 root@:/usr/obj/usr/src/sys/GENERIC >Description: This patch upgrades the Eclipse C/C++ development tools plugin to version 3.0.0, bringing it in line with the recently upgraded eclipse 3.1. Not e that the current port version (2.1.0) does not work any more with eclipse 3.1. >How-To-Repeat: Install eclipse-cdt and try to use it along with eclipse 3.1. Notice the breakage. >Fix: --- eclipse-cdt.uu begins here --- begin 644 eclipse-cdt.patch.gz M'XL("#,F#D,``V5C;&EP\-V&KTM13E)Y_:[+RG)3M)Q$M(^CX'! MH+&DWZ$.JB-RTD5G%3C M8&??G'B\NWO<'S17O'H5=`ZV!_U@ZV#[*'CU:C/XG\U@,_CT\?SRP\G[TY<; M!K/9L7_^=GI^Z@VV]^.S_][:SY<;"Y]>"DW6[?G!2\/KD\??OQ M_.STXN6&O9]`TI22S<[[DXO+T_/PXNS2'IEH71SW>C*_SI)G%VTWC+HN1D#[SQD=)(XJVZZ/_Q^^OK=V:>+T_#D M_/4OWYKKPXO//[\Y.Y]CZYK9&6P/!L'63K^MF\W@P\?P'^>_SLZ]I;+^Z>?/ M9^_>-']V/AONO\X^M0?M7W\_^>VD_=/^,YQ7TJ"[M]7^]M'X*Q,ZGIIF^.E= M6YZ7&^>G[TY/+DYG5SR\'5N>^W?ROYX5Z15.,X*P/_*TTT0_+\Y[^+4GI91\*=R^]_;KV2L5!IL%W_ZWDC0C;,H MJ20%?QV6LFN#0S>]^FE3.H4 MW3D>["T..7=7/`PY>\?]W;N0,]C>";;L_TSCZ+Q_LQ_\>59EWS]!=;1I'QS3 MO+KFP?]+\#(8[._M2**C/AU$>WO[`[D_$(>#W?W1SN%!?[0WV.Q_U([K\X'(Z.AM$PDH='D1R.!GN'?7IQ MM"/V]_L'FUM/%^MQ\F!PM'=PL'O@6.W%U;A3)*8N@H6_/EOQ\S/=:_[>):;J M[27!(.CO'/?[YK]@!%L-7?[M>5__VC^KU+PA]_?!B$?ORQ%Q5) M9SKH=R_%./E6.VYW4+E!2D=VR"\"N=FV9M*XH@R M<_BA6]KH^3V@&^7&5MW2%KK8F&B:X1>A5H6-E!BGE.F'M[8<*R][];%>+`[V MS#^'A;[MECD[MBS$=4:*$UT4$:#`+1507A.``.5MJ;[E7<04P[S2'LW]D89> M%]RYF3\"*80JS>VLA&G.7QA(ED0Y/W"+&)K2(C'AT<3;(IR0D*0<2B1I6(U9 MJNQIDCFC/L&]]I[F+>%\)Z!3%32D-&;TVQ,PZ>>]*F;S MW6)4[;DJ]O3;8I:I`7/1J$J27I1$R>"@)RJ=AV5NHF,8Y=UQ/.*T(==@@U`V M5FEA3Q(]VA=7XWJT9=6'_1J75\M2-#)*92`D5#ZZ% MCB;A.,F'(F&N6OL>QNH3*66LRKQ2$877\5>4D4)]01F9QG3]L.\-[4\0(VT` MA?'+B5`DC7Y70AFQ#314/Q,``Q*O>R5:]\KUZ%ZY!MTKL;I78G6OA.I>"=6] M$J=[Y7ITK\3K7@G6O1*M>R54]\[I:5W/.#J*S*_7)5BO2ZA>EU"]+N%Z74+U MND3J=8G4ZQ*MU^4Z]+I\O2[AY2>AY2>M1W[2&N0G8>4G8>4G M0>5G2Q]56:3C/`N'ZJK0(",@C4LXC4OKT;B$U[@$UKB$UK@$U;@$U;@$T[B$ MT[@$UK@$U;CT0.,JRC2O%"*XRB6HRB6DRB6DRB6TRKUOH,CCC+\[7(>,IG7( M:,+*:/!X-ZUKO)O0X]WY\$M3U$HI=Q6C"/Q'\/1SJGU$+'$12.+;Z*LS$&+H$% ME]A6*7'-$MF?H_ORJ6H3=)/(A>8O+!UZ$VIFWO(L MHD*7;,"WI+4-R1=VUH/I4KBXYS0B1::P;,1+45XYWG2>?CW'U&)8SI.),C1_,G+GTQ5YL91- M8Y5G=?K#2TY%G#$CVUZ=`;I$!'P6YO3$U7T)QYHK3X*&59R8:-4;9U4WO6*" M%7D9WZR.,R?8X^ZKP3Q)6Z(B77CN=;E8VWG7Y&),ZRO7)3J>(#5/D:@SR+*N M4AF:A[YR>Y">!<^_>$V*B1@:^:WL0NC.\/I$7F=&U M1X_EA45P2ZK7S`M)QH[3.IW11C.-28L2\;X.EV?H);!12UBC)F0+(5P+(50+(5P+(6`+ M(5@+:>=#YFDJ?&;B.7+;MP7,U'9Q;7ZNJGQF9CE24Q&I'$!M]@E@A2I*FM%> M[M*V[98=RUQA[?BWU8=VN-UYS/L)\++IU>HCWN:!%F.2=8@CQ90R.R'3;%R? MXI.A.H&71G'CG=;7V2AVG'JRHKVF9UNC0=O= MK=&.GSJO:BQ/"],_.;Y^7=%8\Y9P M'9;:+XY$MB9KV=6:7%@H,G$UHM(D"6LRF/L(F)5LM3L&K<66E>H80W:GCOI_ M'8^$:%D3?OG+LE9\,IEE;:3YE.R.4NNP4SF/*?I9N5.F1EQYC5VN8H?;4#IN M3G`?CG>`KBX*5]?:JVO`1U]?N/H*KAKQ,A&M"\%"$*G\L%(/J^V`8@ZLWI!R M#:_/H((,JL!PDNM9\FSWA24&S%W9]4(^_-0\282Y2"3,KI`TBNULOV:A;VX<38A_F:1Y-$5.S0E/1%J[#[RZ@HV M$BX+[?`^+[:HADD-%2:+.T\PEG`WCN2R\[HZ/0"`VND:DY=*CR M:]L%0N#NR_,]RY3`(0`)&0*0J"$`"1\"D)@A``D;`I"((0`)&0*0B"$`B1H" MD)@A`(D9`I"H(0`)2](E+$F7L"1=8I)T"4C2)21)EX`D7<*2=(E+TB4T29>8 M)%VBDG2)R_0D+M.3L$Q/PC(]"CH(&]J/ M$:9$/=+\5?EWYGJMC.6(CSZUSG+$F'VL6QF-'2W.14)Z+*KC"?7>X5>A,E5;V3H8GN=E0<>UQF_5M'Z$AHD6"<70^:@ZB%BJ?"9S<63WJN31@B6.F;T5Y^>`+IGNKT MG+VP\QTRF,$3C'*;@!10G$7\+<%[U3(_KGT3UBH69OS(8_4R1^@5W5[G/AL, M.G*3>,C.M*^M&XPH)MJ-CQTW]C-D=CTUVQS,-H=!_.H M\MCASI%JMYP.ZWE?,>.LNG97/N99,PUU'H:9N=/[>Q7EUY M?*_56W#]<3(_MAX9,<)*F*Z9'6[S$A0;,,?E'IEYBLNRJTY[@&&^8)_?2YA5KEQO-H-V=[+>[X),AE-<=%EWLLY?CXY7$6 MKW!U:MJ5Z92>]\#C"`\W+H)$$Q*ZG!#ILO<+)4G^CUPE;ALY+L0526V,EBDD3TS(^?"8WU_)6*DTX'ENN'`K3W`64S`6,N*LDXK[CB/F.VZ5QV8`< MH-48SE7Q?ENI$@']"W M!W#=+I41R%W"=@]H-B`#R`_QS#[E+#!GB,N^]6PPOZ?I&=KJ'&>"S*-N59): MB5%OJ\#=*3I2_82[*]2K-AVAOB+>%>L9A5RQ?NK1D>H;U%VQD,+Z=ABN6(P/ M/.6^&Y4/QT'R9*0QJ)F[@)=JDB[@I>K9`$!_H(Q(Z$J1T]CJ *?P$?$P.I=]P````` ` end --- eclipse-cdt.uu ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 01:30:57 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 1606316A420; Fri, 26 Aug 2005 01:30:57 +0000 (GMT) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CB343D46; Fri, 26 Aug 2005 01:30:56 +0000 (GMT) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j7Q1Uue1079603; Thu, 25 Aug 2005 18:30:56 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j7Q1UuSY079602; Thu, 25 Aug 2005 18:30:56 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200508260130.j7Q1UuSY079602@troutmask.apl.washington.edu> In-Reply-To: <200508092330.j79NUOgB006438@freefall.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Date: Thu, 25 Aug 2005 18:30:56 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: Subject: Re: ports/84724: New port for MPFR library and fix broken libgmp4 port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 01:30:57 -0000 FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/84724'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=84724 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: New port for MPFR library and fix broken libgmp4 port > >Arrival-Date: Tue Aug 09 23:30:24 GMT 2005 PING! -- Steve http://troutmask.apl.washington.edu/~kargl/ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 03:40:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 D9F1E16A41F for ; Fri, 26 Aug 2005 03:40:18 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB1E43D45 for ; Fri, 26 Aug 2005 03:40:18 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 306302AD5; Thu, 25 Aug 2005 22:40:18 -0500 (CDT) Date: Thu, 25 Aug 2005 22:40:18 -0500 To: "Steven G. Kargl" Message-ID: <20050826034018.GD25822@soaustin.net> References: <200508092330.j79NUOgB006438@freefall.freebsd.org> <200508260130.j7Q1UuSY079602@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508260130.j7Q1UuSY079602@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84724: New port for MPFR library and fix broken libgmp4 port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 03:40:19 -0000 On Thu, Aug 25, 2005 at 06:30:56PM -0700, Steven G. Kargl wrote: > > >Category: ports > > >Responsible: freebsd-ports-bugs > > >Synopsis: New port for MPFR library and fix broken libgmp4 port > > >Arrival-Date: Tue Aug 09 23:30:24 GMT 2005 > > PING! We are currently in a ports freeze in preparation for 6.0-RELEASE, so no new ports are being added while we try to concentrate on fixing bugs. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 04:55:43 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B779716A41F; Fri, 26 Aug 2005 04:55:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BEA43D46; Fri, 26 Aug 2005 04:55:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7Q4thAK020834; Fri, 26 Aug 2005 04:55:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7Q4thqE020830; Fri, 26 Aug 2005 04:55:43 GMT (envelope-from linimon) Date: Fri, 26 Aug 2005 04:55:43 GMT From: Mark Linimon Message-Id: <200508260455.j7Q4thqE020830@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-java@FreeBSD.org Cc: Subject: Re: ports/85300: [update] Update java/eclipse-cdt to version 3.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 04:55:43 -0000 Synopsis: [update] Update java/eclipse-cdt to version 3.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 26 04:55:30 GMT 2005 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=85300 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 05:02:52 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24DB16A41F; Fri, 26 Aug 2005 05:02:52 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B9743D46; Fri, 26 Aug 2005 05:02:52 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (vsevolod@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7Q52qRC021178; Fri, 26 Aug 2005 05:02:52 GMT (envelope-from vsevolod@freefall.freebsd.org) Received: (from vsevolod@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7Q52qP6021174; Fri, 26 Aug 2005 05:02:52 GMT (envelope-from vsevolod) Date: Fri, 26 Aug 2005 05:02:52 GMT From: Vsevolod Stakhov Message-Id: <200508260502.j7Q52qP6021174@freefall.freebsd.org> To: vsevolod@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vsevolod@FreeBSD.org Cc: Subject: Re: ports/85276: [MAINTAINER] Upgrade for net/samba3 to 3.0.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 05:02:52 -0000 Synopsis: [MAINTAINER] Upgrade for net/samba3 to 3.0.20 Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod Responsible-Changed-By: vsevolod Responsible-Changed-When: Fri Aug 26 05:02:28 GMT 2005 Responsible-Changed-Why: I'll handle this too. http://www.freebsd.org/cgi/query-pr.cgi?pr=85276 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 05:29:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 6E6E016A41F for ; Fri, 26 Aug 2005 05:29:38 +0000 (GMT) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE9E43D55 for ; Fri, 26 Aug 2005 05:29:38 +0000 (GMT) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j7Q5Tb8E054417; Thu, 25 Aug 2005 22:29:37 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j7Q5TbnV054416; Thu, 25 Aug 2005 22:29:37 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200508260529.j7Q5TbnV054416@troutmask.apl.washington.edu> In-Reply-To: <20050826034018.GD25822@soaustin.net> To: Mark Linimon Date: Thu, 25 Aug 2005 22:29:37 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84724: New port for MPFR library and fix broken libgmp4 port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 05:29:38 -0000 Mark Linimon wrote: > On Thu, Aug 25, 2005 at 06:30:56PM -0700, Steven G. Kargl wrote: > > > >Category: ports > > > >Responsible: freebsd-ports-bugs > > > >Synopsis: New port for MPFR library and fix broken libgmp4 port > > > >Arrival-Date: Tue Aug 09 23:30:24 GMT 2005 > > > > PING! > > We are currently in a ports freeze in preparation for 6.0-RELEASE, so > no new ports are being added while we try to concentrate on fixing bugs. > Read the damn PR. libgmp with its bundle mpfr is extremely buggy. -- Steve http://troutmask.apl.washington.edu/~kargl/ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 05:37:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org 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 C290216A41F for ; Fri, 26 Aug 2005 05:37:23 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82ACE43D45 for ; Fri, 26 Aug 2005 05:37:23 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 08AB92B8B; Fri, 26 Aug 2005 00:37:23 -0500 (CDT) Date: Fri, 26 Aug 2005 00:37:23 -0500 To: "Steven G. Kargl" Message-ID: <20050826053723.GA29228@soaustin.net> References: <20050826034018.GD25822@soaustin.net> <200508260529.j7Q5TbnV054416@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508260529.j7Q5TbnV054416@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84724: New port for MPFR library and fix broken libgmp4 port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 05:37:23 -0000 On Thu, Aug 25, 2005 at 10:29:37PM -0700, Steven G. Kargl wrote: > Read the damn PR. libgmp with its bundle mpfr is extremely buggy. That is somewhat easy to miss given the Synopsis. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 08:40:01 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BD116A41F for ; Fri, 26 Aug 2005 08:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D5543D46 for ; Fri, 26 Aug 2005 08:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7Q8e1u9053584 for ; Fri, 26 Aug 2005 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7Q8e1PV053583; Fri, 26 Aug 2005 08:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 08:40:01 GMT Resent-Message-Id: <200508260840.j7Q8e1PV053583@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F1B16A41F for ; Fri, 26 Aug 2005 08:33:49 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 72CF843D45 for ; Fri, 26 Aug 2005 08:33:49 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 41995 invoked by uid 1000); 26 Aug 2005 08:33:48 -0000 Message-Id: <20050826083348.41994.qmail@mx.critical.ch> Date: 26 Aug 2005 08:33:48 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85304: new port: audio/mp-player - A curses based module tracker using libmikmod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 08:40:02 -0000 >Number: 85304 >Category: ports >Synopsis: new port: audio/mp-player - A curses based module tracker using libmikmod >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 08:40:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: audio/mp-player - A curses based module tracker using libmikmod MP is a module player using libmikmod. It is able to play 18 module formats, such as MOD, XM, S3M, and IT. MP features real volume gauges, sound effects control, various options, easy-to-manage playing lists, and more. >How-To-Repeat: >Fix: --- mp-player.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: # # mp-player # mp-player/Makefile # mp-player/pkg-descr # mp-player/distinfo # mp-player/files # mp-player/files/patch-mp.c # echo c - mp-player mkdir -p mp-player > /dev/null 2>&1 echo x - mp-player/Makefile sed 's/^X//' >mp-player/Makefile << 'END-of-mp-player/Makefile' X# New ports collection makefile for: mp-player X# Date created: 26 Aug 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= mp-player XPORTVERSION= 0.6 XCATEGORIES= audio XMASTER_SITES= http://mp.waw.cx/ \ X http://critical.ch/distfiles/ XDISTNAME= mp-current XEXTRACT_SUFX= .tgz X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A curses based module tracker using libmikmod X XLIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -lmikmod -pthread -lncurses -lpanel XDEFINES= -D_REENTRANT X XWRKSRC= ${WRKDIR}/mp-beta-06 X XPLIST_FILES= bin/mp-player X Xpost-patch: X @${RM} ${WRKSRC}/mp X Xdo-build: X ${CC} ${CFLAGS} ${LDFLAGS} ${DEFINES} ${WRKSRC}/mp.c -o ${WRKSRC}/mp X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin/${PORTNAME} X X.include END-of-mp-player/Makefile echo x - mp-player/pkg-descr sed 's/^X//' >mp-player/pkg-descr << 'END-of-mp-player/pkg-descr' XMP is a module player using libmikmod. It is able to play 18 module formats, Xsuch as MOD, XM, S3M, and IT. X XMP features real volume gauges, sound effects control, various options, Xeasy-to-manage playing lists, and more. X XWWW: http://mp.waw.cx/ X X- ehaupt Xehaupt@critical.ch END-of-mp-player/pkg-descr echo x - mp-player/distinfo sed 's/^X//' >mp-player/distinfo << 'END-of-mp-player/distinfo' XMD5 (mp-current.tgz) = 276831a73c69bb30cc8a64e17b3305b9 XSIZE (mp-current.tgz) = 65370 END-of-mp-player/distinfo echo c - mp-player/files mkdir -p mp-player/files > /dev/null 2>&1 echo x - mp-player/files/patch-mp.c sed 's/^X//' >mp-player/files/patch-mp.c << 'END-of-mp-player/files/patch-mp.c' X--- mp.c.orig Fri Aug 26 09:59:36 2005 X+++ mp.c Fri Aug 26 09:59:57 2005 X@@ -27,7 +27,7 @@ X #include X #include X #include X-#include X+#include X X #include X #include X@@ -41,6 +41,7 @@ X ******************************************************************************/ X X #define VERSION "0.6" /* here it is */ X+#define NAME_MAX 255 X X X /*** Various. ***/ END-of-mp-player/files/patch-mp.c exit --- mp-player.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 10:00:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D0E16A41F for ; Fri, 26 Aug 2005 10:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A44843D48 for ; Fri, 26 Aug 2005 10:00: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.3/8.13.3) with ESMTP id j7QA0IQr062456 for ; Fri, 26 Aug 2005 10:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QA0Inr062454; Fri, 26 Aug 2005 10:00:18 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 10:00:18 GMT Resent-Message-Id: <200508261000.j7QA0Inr062454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anders Nordby Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A4D16A41F; Fri, 26 Aug 2005 09:57:09 +0000 (GMT) (envelope-from anders@nuug.no) Received: from nerdhaven.nuug.no (nerdhaven.nuug.no [158.36.191.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id D055543D45; Fri, 26 Aug 2005 09:57:08 +0000 (GMT) (envelope-from anders@nuug.no) Received: from localhost (nerdhaven.nuug.no [158.36.191.135]) by nerdhaven.nuug.no (Postfix) with ESMTP id E849C1A2510C; Fri, 26 Aug 2005 11:57:06 +0200 (CEST) Received: from nerdhaven.nuug.no ([158.36.191.135]) by localhost (nerdhaven.nuug.no [158.36.191.135]) (amavisd-new, port 10024) with LMTP id 84532-05; Fri, 26 Aug 2005 09:57:03 +0000 (UTC) Received: by nerdhaven.nuug.no (Postfix, from userid 1000) id A05F21A2510B; Fri, 26 Aug 2005 11:57:03 +0200 (CEST) Message-Id: <20050826095703.A05F21A2510B@nerdhaven.nuug.no> Date: Fri, 26 Aug 2005 11:57:03 +0200 (CEST) From: Anders Nordby To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jdp@FreeBSD.org, freebsd-amd64@FreeBSD.org Subject: ports/85307: cvsup core dumps when using -l on AMD64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anders Nordby List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 10:00:19 -0000 >Number: 85307 >Category: ports >Synopsis: cvsup core dumps when using -l on AMD64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 10:00:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 5.4-RELEASE-p6 amd64 >Organization: BSD Consulting >Environment: System: FreeBSD nerdhaven.nuug.no 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Wed Aug 24 22:08:29 CEST 2005 root@master.nuug.no:/usr/obj/usr/src/sys/MASTER amd64 SMP kernel. # cvsup -v CVSup client, non-GUI version Copyright 1996-2003 John D. Polstra Software version: SNAP_16_1h Protocol version: 17.0 Operating system: FBSD_AMD64 http://www.cvsup.org/ Report problems to cvsup-bugs@polstra.com CVSup is a registered trademark of John D. Polstra >Description: If I try to run cvsup with the -l option, it always crashes: ---snip--- www@nerdhaven:~/supfiles$ cvsup nuug -l nuug.lock *** *** runtime error: *** Value out of range *** file "/PORTS/work/PORTS/ports/ports/lang/ezm3/work/ezm3-1.1/libs/libm3/src/os/POSIX/FilePosix.m3", line 171 *** use option @M3stackdump to get a stack trace Abort trap (core dumped) ---snip--- Without -l, there is no problem: ---snip--- www@nerdhaven:~/supfiles$ cvsup nuug Connected to nerdhaven.nuug.no Updating collection nuug/cvs Finished successfully ---snip--- Here is the stacktrace: ---snip--- www@nerdhaven:~/supfiles$ cvsup nuug -l nuug.lock @M3stackdump *** *** runtime error: *** Value out of range *** file "/PORTS/work/PORTS/ports/ports/lang/ezm3/work/ezm3-1.1/libs/libm3/src/os/POSIX/FilePosix.m3", line 171 *** ------------------ EXCEPTION HANDLER STACK --------------------- 0x7fffffffd350 TRY-EXCEPT {OSError.E} 0x7fffffffd5f0 TRY-FINALLY proc = 0x438e88 frame = 0x7fffffffd650 0x7fffffffd9f0 TRY-EXCEPT {OSError.E} 0x7fffffffdc70 TRY-EXCEPT {Main.Error} 0x7fffffffe180 TRY-EXCEPT {Thread.Alerted} ---------------------------------------------------------------- Abort trap (core dumped) ---snip--- >How-To-Repeat: Run cvsup with -l . >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 11:00:39 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B9416A442 for ; Fri, 26 Aug 2005 11:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4BEC43D49 for ; Fri, 26 Aug 2005 11: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.3/8.13.3) with ESMTP id j7QB0bb1070381 for ; Fri, 26 Aug 2005 11:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QB0bjg070368; Fri, 26 Aug 2005 11:00:37 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 11:00:37 GMT Resent-Message-Id: <200508261100.j7QB0bjg070368@freefall.freebsd.org> 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 Roethlisberger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4084F16A41F; Fri, 26 Aug 2005 10:59:48 +0000 (GMT) (envelope-from roe@dragon.roe.ch) Received: from dragon.roe.ch (dragon.roe.ch [212.53.102.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7068343D48; Fri, 26 Aug 2005 10:59:47 +0000 (GMT) (envelope-from roe@dragon.roe.ch) Received: from aphrodite.roe ([192.168.1.13]) by dragon.roe.ch (envelope-from ) with ESMTP (TLSv1:AES256-SHA:256) id 1E8bw1-00073h-00 ; Fri, 26 Aug 2005 12:59:46 +0200 Received: from aphrodite.roe (localhost [127.0.0.1]) by aphrodite.roe (8.13.3/8.13.3) with ESMTP id j7QB09sE098195; Fri, 26 Aug 2005 13:00:09 +0200 (CEST) (envelope-from roe@aphrodite.roe) Received: (from roe@localhost) by aphrodite.roe (8.13.3/8.13.3/Submit) id j7QB08nU098194; Fri, 26 Aug 2005 13:00:08 +0200 (CEST) (envelope-from roe) Message-Id: <200508261100.j7QB08nU098194@aphrodite.roe> Date: Fri, 26 Aug 2005 13:00:08 +0200 (CEST) From: Daniel Roethlisberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org, Daniel Roethlisberger Subject: ports/85309: [PATCH] security/qca-tls: fix build with openssl-0.9.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 26 Aug 2005 11:00:39 -0000 >Number: 85309 >Category: ports >Synopsis: [PATCH] security/qca-tls: fix build with openssl-0.9.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 11:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Roethlisberger >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD aphrodite.roe 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #2: Thu Aug 25 14:52:17 CEST 2005 root@aphrodite.roe:/usr/obj/usr/src/sys/APHRODITE i386 >Description: This patch fixes build of qca-tls with openssl-0.9.8 (WITH_OPENSSL_BETA=yes). It also fixes the Makefile to use USE_OPENSSL in order to get dependencies right and let the user choose which openssl to use. Add: files/patch-qca-tls.cpp >How-To-Repeat: >Fix: --- qca-tls-openssl-0.9.8.diff begins here --- diff -ruN qca-tls.orig/Makefile qca-tls/Makefile --- qca-tls.orig/Makefile Mon Feb 28 22:22:01 2005 +++ qca-tls/Makefile Fri Aug 26 12:39:40 2005 @@ -19,10 +19,12 @@ HAS_CONFIGURE= yes USE_X_PREFIX= yes USE_BZIP2= yes +USE_OPENSSL= yes USE_QT_VER= 3 QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -CONFIGURE_ARGS= --qtdir=${X11BASE} +CONFIGURE_ARGS= --qtdir=${X11BASE} \ + --with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB} MAKE_ARGS+= QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ diff -ruN qca-tls.orig/files/patch-configure qca-tls/files/patch-configure --- qca-tls.orig/files/patch-configure Thu Nov 18 10:08:41 2004 +++ qca-tls/files/patch-configure Fri Aug 26 12:40:17 2005 @@ -1,5 +1,5 @@ --- configure.orig Wed Dec 17 23:54:50 2003 -+++ configure Tue Nov 16 12:33:52 2004 ++++ configure Fri Aug 26 11:59:28 2005 @@ -20,17 +20,17 @@ while [ $# -gt 0 ]; do case "$1" in @@ -21,15 +21,6 @@ shift ;; -@@ -43,6 +43,8 @@ - esac - done - -+QC_WITH_OPENSSL_INC=/usr/include -+QC_WITH_OPENSSL_LIB=/usr/lib - - echo "Configuring qca-tls ..." - @@ -84,7 +86,7 @@ echo Warning: qmake not in \$QTDIR/bin/qmake echo trying to find it in \$PATH @@ -48,7 +39,27 @@ lib = s; } else { -@@ -570,13 +570,6 @@ +@@ -175,6 +175,19 @@ + if(ret == 0) + conf->addDefine("OSSL_097"); + ++ // is it at least openssl 0.9.8? ++ str = ++ "#include\n" ++ "int main()\n" ++ "{\n" ++ " unsigned long x = OPENSSL_VERSION_NUMBER;\n" ++ " if(x >= 0x00908000) return 0; else return 1;\n" ++ "}\n"; ++ if(!conf->doCompileAndLink(str, ext, &ret)) ++ return false; ++ if(ret == 0) ++ conf->addDefine("OSSL_098"); ++ + if(!inc.isEmpty()) + conf->addIncludePath(inc); + if(kb) +@@ -570,13 +583,6 @@ echo exit 1; fi diff -ruN qca-tls.orig/files/patch-qca-tls.cpp qca-tls/files/patch-qca-tls.cpp --- qca-tls.orig/files/patch-qca-tls.cpp Thu Jan 1 01:00:00 1970 +++ qca-tls/files/patch-qca-tls.cpp Fri Aug 26 11:56:18 2005 @@ -0,0 +1,26 @@ +--- qca-tls.cpp.orig Fri Aug 26 10:47:35 2005 ++++ qca-tls.cpp Fri Aug 26 10:51:07 2005 +@@ -454,7 +454,11 @@ + if(!r) { + // try this other public function, for whatever reason + p = (void *)in; ++#ifdef OSSL_098 ++ r = d2i_RSA_PUBKEY(NULL, (const unsigned char **)&p, len); ++#else + r = d2i_RSA_PUBKEY(NULL, (unsigned char **)&p, len); ++#endif + } + if(r) { + if(pub) { +@@ -799,7 +803,11 @@ + bool createFromDER(const char *in, unsigned int len) + { + unsigned char *p = (unsigned char *)in; ++#ifdef OSSL_098 ++ X509 *t = d2i_X509(NULL, (const unsigned char**)&p, len); ++#else + X509 *t = d2i_X509(NULL, &p, len); ++#endif + if(!t) + return false; + fromX509(t); --- qca-tls-openssl-0.9.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 11:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF7216A41F for ; Fri, 26 Aug 2005 11:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D404E43D55 for ; Fri, 26 Aug 2005 11: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.3/8.13.3) with ESMTP id j7QBoFIn077869 for ; Fri, 26 Aug 2005 11:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QBoFpX077868; Fri, 26 Aug 2005 11:50:15 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 11:50:15 GMT Resent-Message-Id: <200508261150.j7QBoFpX077868@freefall.freebsd.org> 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 808ED16A41F for ; Fri, 26 Aug 2005 11:48:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5238043D46 for ; Fri, 26 Aug 2005 11:48: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 j7QBmL58073761 for ; Fri, 26 Aug 2005 11:48:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7QBmKqD073759; Fri, 26 Aug 2005 11:48:20 GMT (envelope-from nobody) Message-Id: <200508261148.j7QBmKqD073759@www.freebsd.org> Date: Fri, 26 Aug 2005 11:48:20 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85311: Update port: devel/pear-PHPUNit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 11:50:17 -0000 >Number: 85311 >Category: ports >Synopsis: Update port: devel/pear-PHPUNit >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 Aug 26 11:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p1 >Organization: pitcom GmbH >Environment: FreeBSD asus 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Sun May 15 16:37:58 CEST 2005 root@asus:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to current version 1.3.0 >How-To-Repeat: >Fix: diff -Nur /usr/ports/devel/pear-PHPUnit/Makefile pear-PHPUnit/Makefile --- /usr/ports/devel/pear-PHPUnit/Makefile Sun May 15 23:31:11 2005 +++ pear-PHPUnit/Makefile Fri Aug 26 13:45:04 2005 @@ -6,7 +6,7 @@ # PORTNAME= PHPUnit -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.0 CATEGORIES= devel www pear MAINTAINER= tux@pinguru.net diff -Nur /usr/ports/devel/pear-PHPUnit/distinfo pear-PHPUnit/distinfo --- /usr/ports/devel/pear-PHPUnit/distinfo Sun May 15 23:31:11 2005 +++ pear-PHPUnit/distinfo Fri Aug 26 13:42:37 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit-1.2.3.tgz) = 774238a3865f2c348c7450fa2df98ebb -SIZE (PEAR/PHPUnit-1.2.3.tgz) = 21129 +MD5 (PEAR/PHPUnit-1.3.0.tgz) = cd72efac3afe64c2499e643d53f3aba9 +SIZE (PEAR/PHPUnit-1.3.0.tgz) = 20898 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 12:00:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0139216A41F for ; Fri, 26 Aug 2005 12:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29AF43D58 for ; Fri, 26 Aug 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.3/8.13.3) with ESMTP id j7QC0aM3078182 for ; Fri, 26 Aug 2005 12:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QC0aJP078181; Fri, 26 Aug 2005 12:00:36 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 12:00:36 GMT Resent-Message-Id: <200508261200.j7QC0aJP078181@freefall.freebsd.org> 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 1E0DB16A41F for ; Fri, 26 Aug 2005 11:56:09 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3DF243D46 for ; Fri, 26 Aug 2005 11:56:08 +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 j7QBu8We078961 for ; Fri, 26 Aug 2005 11:56:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7QBu8Zv078959; Fri, 26 Aug 2005 11:56:08 GMT (envelope-from nobody) Message-Id: <200508261156.j7QBu8Zv078959@www.freebsd.org> Date: Fri, 26 Aug 2005 11:56:08 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85314: Update port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 12:00:40 -0000 >Number: 85314 >Category: ports >Synopsis: Update port: www/mediawiki >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 Aug 26 12:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p1 >Organization: pitcom GmbH >Environment: FreeBSD asus 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Sun May 15 16:37:58 CEST 2005 root@asus:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 1.3.14 >How-To-Repeat: >Fix: diff -Nur /usr/ports/www/mediawiki13/Makefile mediawiki13/Makefile --- /usr/ports/www/mediawiki13/Makefile Thu Jul 14 15:11:02 2005 +++ mediawiki13/Makefile Fri Aug 26 13:51:42 2005 @@ -6,7 +6,7 @@ # PORTNAME= mediawiki -PORTVERSION= 1.3.13 +PORTVERSION= 1.3.14 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wikipedia diff -Nur /usr/ports/www/mediawiki13/distinfo mediawiki13/distinfo --- /usr/ports/www/mediawiki13/distinfo Wed Jun 8 11:21:28 2005 +++ mediawiki13/distinfo Fri Aug 26 13:51:55 2005 @@ -1,2 +1,2 @@ -MD5 (mediawiki-1.3.13.tar.gz) = f2fb25d4a8b5eebe902c4db9ce57169d -SIZE (mediawiki-1.3.13.tar.gz) = 1578157 +MD5 (mediawiki-1.3.14.tar.gz) = 2d65015aff380620434e381a4d60b57a +SIZE (mediawiki-1.3.14.tar.gz) = 1578471 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 12:00:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D8916A423 for ; Fri, 26 Aug 2005 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6012443D46 for ; Fri, 26 Aug 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.3/8.13.3) with ESMTP id j7QC0a7m078125 for ; Fri, 26 Aug 2005 12:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QC0a9F078124; Fri, 26 Aug 2005 12:00:36 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 12:00:36 GMT Resent-Message-Id: <200508261200.j7QC0a9F078124@freefall.freebsd.org> 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 5D7EF16A41F for ; Fri, 26 Aug 2005 11:55:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0325F43D55 for ; Fri, 26 Aug 2005 11:55:20 +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 j7QBtJo3078295 for ; Fri, 26 Aug 2005 11:55:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7QBtJk1078294; Fri, 26 Aug 2005 11:55:19 GMT (envelope-from nobody) Message-Id: <200508261155.j7QBtJk1078294@www.freebsd.org> Date: Fri, 26 Aug 2005 11:55:19 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85313: Update port: www/mediawiki X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 12:00:40 -0000 >Number: 85313 >Category: ports >Synopsis: Update port: www/mediawiki >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 Aug 26 12:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p1 >Organization: pitcom GmbH >Environment: FreeBSD asus 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Sun May 15 16:37:58 CEST 2005 root@asus:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 1.4.8 >How-To-Repeat: >Fix: diff -Nur /usr/ports/www/mediawiki/Makefile mediawiki/Makefile --- /usr/ports/www/mediawiki/Makefile Sun Jul 24 16:14:53 2005 +++ mediawiki/Makefile Fri Aug 26 13:49:45 2005 @@ -6,7 +6,7 @@ # PORTNAME= mediawiki -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wikipedia diff -Nur /usr/ports/www/mediawiki/distinfo mediawiki/distinfo --- /usr/ports/www/mediawiki/distinfo Sun Jul 24 16:14:53 2005 +++ mediawiki/distinfo Fri Aug 26 13:50:07 2005 @@ -1,2 +1,2 @@ -MD5 (mediawiki-1.4.7.tar.gz) = 2ec40b5e53ad1eb762e39b502da247f9 -SIZE (mediawiki-1.4.7.tar.gz) = 1981779 +MD5 (mediawiki-1.4.8.tar.gz) = 69112673e0599049dc962d4c904feb6b +SIZE (mediawiki-1.4.8.tar.gz) = 1980740 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 12:00:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C05016A41F for ; Fri, 26 Aug 2005 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD76443D62 for ; Fri, 26 Aug 2005 12: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.3/8.13.3) with ESMTP id j7QC0Z4S078112 for ; Fri, 26 Aug 2005 12:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QC0ZQr078102; Fri, 26 Aug 2005 12:00:35 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 12:00:35 GMT Resent-Message-Id: <200508261200.j7QC0ZQr078102@freefall.freebsd.org> 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 7888316A427 for ; Fri, 26 Aug 2005 11:54:27 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E97A943D46 for ; Fri, 26 Aug 2005 11:54:26 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) by alumni.csie.nctu.edu.tw (8.13.3/8.12.9) with ESMTP id j7QBsHDH086565 for ; Fri, 26 Aug 2005 19:54:17 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.13.3/8.12.3/Submit) id j7QBsHQB086563; Fri, 26 Aug 2005 19:54:17 +0800 (CST) Message-Id: <200508261154.j7QBsHQB086563@alumni.csie.nctu.edu.tw> Date: Fri, 26 Aug 2005 19:54:17 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85312: [MAINTAINER-UPDATE] Update ports/games/xsoldier to 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 12:00:40 -0000 >Number: 85312 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update ports/games/xsoldier 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: Fri Aug 26 12:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.11-RELEASE-p1 i386 >Organization: MANA lab, CCU CS >Environment: System: FreeBSD nb.mana.cs.ccu.edu.tw 4.11-RELEASE-p1 FreeBSD 4.11-RELEASE-p1 #3: Sat Apr 2 21:45:26 CST 2005 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: Update ports/games/xsoldier to version 1.3 Take over maintainership. Thanks for commiting! >How-To-Repeat: Apply the following patch. >Fix: --- xsoldier.patch begins here --- diff -ruN /usr/ports/games/xsoldier/Makefile xsoldier/Makefile --- /usr/ports/games/xsoldier/Makefile Fri Aug 5 17:32:10 2005 +++ xsoldier/Makefile Sun Aug 21 10:26:21 2005 @@ -6,20 +6,23 @@ # PORTNAME= xsoldier -PORTVERSION= 0.96 +PORTVERSION= 1.3 CATEGORIES= games -# mastersite disappeared in December 2002 -MASTER_SITES= # http://www.surfline.ne.jp/hachi/xsoldier/ +MASTER_SITES= http://www.interq.or.jp/libra/oohara/xsoldier/ -# A new version is available at http://www.interq.or.jp/libra/oohara/xsoldier/ -# which will require a bit of porting. -DEPRECATED= "master site disappeared, see Makefile if you want to save this port" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= Shooting game for x11 -USE_IMAKE= yes -USE_XPM= yes +USE_SDL= sdl image +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --prefix=${PREFIX} \ + --mandir=${PREFIX}/man \ + --datadir=${DATADIR} \ + --localstatedir=${DATADIR} + + +MAN6= xsoldier.6 .include diff -ruN /usr/ports/games/xsoldier/distinfo xsoldier/distinfo --- /usr/ports/games/xsoldier/distinfo Thu Jan 29 15:24:11 2004 +++ xsoldier/distinfo Sun Aug 14 10:22:37 2005 @@ -1,2 +1,2 @@ -MD5 (xsoldier-0.96.tar.gz) = 63f7ef2cd4de43524486b48c0f097553 -SIZE (xsoldier-0.96.tar.gz) = 82413 +MD5 (xsoldier-1.3.tar.gz) = 0b96ea5aa2ae74fbee17277d9dac1e59 +SIZE (xsoldier-1.3.tar.gz) = 134878 diff -ruN /usr/ports/games/xsoldier/files/patch-Makefile.in xsoldier/files/patch-Makefile.in --- /usr/ports/games/xsoldier/files/patch-Makefile.in Thu Jan 1 08:00:00 1970 +++ xsoldier/files/patch-Makefile.in Sat Aug 20 19:51:06 2005 @@ -0,0 +1,49 @@ +--- Makefile.in.orig Sun May 26 16:37:48 2002 ++++ Makefile.in Fri Aug 19 22:16:26 2005 +@@ -72,7 +72,7 @@ + VERSION = @VERSION@ + + bin_PROGRAMS = xsoldier +-xsoldier_SOURCES = boss.c callback.c common.c ending.c enemy.c enemyshot.c game.c graphic.c image.c input.c joystick.c main.c manage.c opening.c player.c score.c sin.c star.c boss.h callback.h common.h ending.h enemy.h enemyshot.h extern.h game.h graphic.h image.h input.h joystick.h key.h manage.h opening.h player.h score.h sin.h star.h version.h xsoldier.h ++xsoldier_SOURCES = boss.c callback.c common.c ending.c enemy.c enemyshot.c game.c graphic.c image.c input.c main.c manage.c opening.c player.c score.c sin.c star.c boss.h callback.h common.h ending.h enemy.h enemyshot.h extern.h game.h graphic.h image.h input.h key.h manage.h opening.h player.h score.h sin.h star.h version.h xsoldier.h + + + man_MANS = xsoldier.6 +@@ -102,7 +102,7 @@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_PRE_LIBS = @X_PRE_LIBS@ + xsoldier_OBJECTS = boss.o callback.o common.o ending.o enemy.o \ +-enemyshot.o game.o graphic.o image.o input.o joystick.o main.o manage.o \ ++enemyshot.o game.o graphic.o image.o input.o main.o manage.o \ + opening.o player.o score.o sin.o star.o + xsoldier_LDADD = $(LDADD) + xsoldier_DEPENDENCIES = +@@ -356,8 +356,6 @@ + image.o: image.c config.h image.h xsoldier.h extern.h + input.o: input.c config.h image.h xsoldier.h extern.h graphic.h input.h \ + key.h manage.h +-joystick.o: joystick.c config.h image.h xsoldier.h key.h extern.h \ +- joystick.h + main.o: main.c config.h xsoldier.h image.h manage.h opening.h game.h \ + ending.h player.h star.h score.h graphic.h input.h extern.h + manage.o: manage.c config.h image.h xsoldier.h manage.h common.h \ +@@ -451,14 +449,14 @@ + + install-exec-local: + # install pixmap +- $(mkinstalldirs) $(DESTDIR)$(datadir)/games/xsoldier/ ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/ + $(INSTALL_DATA) pixmap/*.xpm \ +- $(DESTDIR)$(datadir)/games/xsoldier/ ++ $(DESTDIR)$(datadir)/ + # install score file +- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/games/xsoldier/ +- test -e $(DESTDIR)$(localstatedir)/games/xsoldier/xsoldier.scores \ ++ $(mkinstalldirs) $(DESTDIR)$(localstatedir)/ ++ test -e $(DESTDIR)$(localstatedir)/xsoldier.scores \ + || $(INSTALL_DATA) scorefile.txt \ +- $(DESTDIR)$(localstatedir)/games/xsoldier/xsoldier.scores ++ $(DESTDIR)$(localstatedir)/xsoldier.scores + + uninstall-local: + # uninstall pixmap diff -ruN /usr/ports/games/xsoldier/files/patch-aa xsoldier/files/patch-aa --- /usr/ports/games/xsoldier/files/patch-aa Wed Jan 10 03:36:58 2001 +++ xsoldier/files/patch-aa Thu Jan 1 08:00:00 1970 @@ -1,107 +0,0 @@ ---- Imakefile.orig Sat Mar 1 00:48:57 1997 -+++ Imakefile Wed Nov 1 12:11:15 2000 -@@ -6,58 +6,58 @@ - - - /* ----------------------------------------------------------------------- */ --/* -------------------- ¤½¤Î1 ¥¤¥ó¥¹¥È¡¼¥ëÀè¤ÎÀßÄê ----------------------- */ -+/* ---------------------- PART1 INSTALL DIRECTORY ------------------------ */ - /* ----------------------------------------------------------------------- */ - --/* ¥¤¥ó¥¹¥È¡¼¥ë¥Ç¥£¥ì¥¯¥È¥ê */ --/* ½ñ¤­¹þ¤ß¸¢¸Â¤¬Ìµ¤¤¤È¥¤¥ó¥¹¥È¡¼¥ë½ÐÍè¤Þ¤»¤ó¡¥=> Í·¤Ù¤Ê¤¤¡¥(^^; */ --PIXMAPDIR = /usr/local/games/lib/xsoldier --SCOREDIR = /usr/local/games/lib/xsoldier --BINDIR = /usr/local/games -+/* Install Directory */ -+/* You can't install without write permission of these. => Unplayable. (^^;*/ -+PIXMAPDIR = $(LIBDIR)/xsoldier -+SCOREDIR = $(LIBDIR)/xsoldier -+/* BINDIR = /usr/local/games */ - --/* ¥¹¥³¥¢¥Õ¥¡¥¤¥ë̾¡¥SCOREDIR °Ê²¼¤ËÃÖ¤«¤ì¤Þ¤¹¡¥ */ -+/* Score File Name. It's under SCOREDIR. */ - SCOREFILE = .scorefile - - - /* ----------------------------------------------------------------------- */ --/* --------------------- ¤½¤Î2 ¥³¥ó¥Ñ¥¤¥ë¤ÎÀßÄê -------------------------- */ -+/* ------------------- PART2 COMPILE CONFIGURATION ----------------------- */ - /* ----------------------------------------------------------------------- */ - --/* xmkmf ¤Î Makefile ¤Ç cc ¤Ë¤Ê¤Ã¤Á¤ã¤¦¾ì¹ç */ -+/* What compiler do you want to use? */ - /* CC = gcc */ - --/* xpm¤¬X¤È°Û¤Ê¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¾ì¹ç */ -+/* If you have xpm not in the X directory. */ - /* XPMINCDIR = /usr/X11R6/include */ - /* XPMLIBDIR = /usr/X11R6/lib */ --/* ¥³¥³¤Ë path ¤ò½ñ¤¤¤Æ */ -+/* Write path name here and ..... */ - /* XPMINCFLAGS = -I$(XPMINCDIR) */ - /* XPMLIBFLAGS = -L$(XPMLIBDIR) */ --/* ¾å¤Î2¤Ä¤Î¥³¥á¥ó¥È¤ò²ò½ü¤·¤Æ¤¯¤À¤µ¤¤ */ -+/* Uncomment the upper 2 lines. */ - --/* ¥²¡¼¥à¤Î¥¦¥¨¥¤¥È */ -+/* Game Wait */ - WAIT = 35000 - --/* ¤½¤Î¾¥³¥ó¥Ñ¥¤¥ë¥ª¥×¥·¥ç¥ó */ --/* -DDUPSCORE ¡Ä Ʊ°ì¿Íʪ¤¬¥Ï¥¤¥¹¥³¥¢¤ËÊ£¿ô¥¨¥ó¥È¥ê½ÐÍè¤ë */ --/* -DSYSV ¡Ä SystemV ·Ï¤Ê¤É¤Ç random ´Ø¿ô¤¬Ìµ¤¤¾ì¹ç¡¤ */ --/* ¤«¤ï¤ê¤Ë srand48 ¤È lrand48 ´Ø¿ô¤ò»ÈÍѤ·¤Þ¤¹ */ -+/* The other compile options */ -+/* -DDUPSCORE -> Allow multiple entry in the high score */ -+/* -DSYSV -> Specify when not have random functions(SystemV etc.) */ -+/* Use srand48 and lrand48 instead. */ - LOCAL_DEF = - --/* ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¤ò»È¤¦¾ì¹ç */ -+/* When you use the joystick */ - /* #define JOYSTICK */ - - - /* ----------------------------------------------------------------------- */ --/* ------------------ ¤½¤Î3 ¥¤¥ó¥¹¥È¡¼¥ë¥³¥Þ¥ó¥É¤ÎÀßÄê ------------------- */ -+/* ------------------ PART3 INSTALL COMMAND CONFIGURATION ---------------- */ - /* ----------------------------------------------------------------------- */ - --/* Solaris¤Çopenwin¤ò»ÈÍѤ·¤Æ¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤È¤­¤ËɬÍ× */ -+/* You need this when you use openwin on Solaris. */ - /* INSTALL = /usr/ucb/install */ - - - /* ----------------------------------------------------------------------- */ - /* */ --/* ´ðËÜŪ¤Ë¤³¤³¤«¤é²¼¤Ï¤¤¤Â¤é¤Ê¤¯¤ÆºÑ¤à¥Ï¥º */ -+/* Basically, you don't need change below. */ - /* */ - /* ----------------------------------------------------------------------- */ - -@@ -85,7 +85,7 @@ - - OBJS = $(SRCS:.c=.o) - --ComplexProgramTarget(xsoldier) -+ComplexProgramTargetNoMan(xsoldier) - - install:: install.pixmap install.score install.bin - -@@ -95,7 +95,7 @@ - install.score:: - @if [ -d $(SCOREDIR) ]; then chmod 755 $(SCOREDIR); \ - else $(MKDIRHIER) $(SCOREDIR); chmod 755 $(SCOREDIR); fi -- $(INSTALL) -c -m 600 scorefile.txt $(SCOREDIR)/$(SCOREFILE) -+ $(INSTALL) -c -g games -m 660 scorefile.txt $(SCOREDIR)/$(SCOREFILE) - @echo "install score . done" - - install.pixmap:: -@@ -109,5 +109,5 @@ - install.bin:: - @if [ -d $(BINDIR) ]; then set +x; \ - else (set -x; $(MKDIRHIER) $(BINDIR)); fi -- $(INSTALL) -c -m 4755 $(PROGRAM) $(BINDIR)/$(PROGRAM) -+ $(INSTALL) -c -g games -m 2755 $(PROGRAM) $(BINDIR)/$(PROGRAM) - @echo "install bin . done" diff -ruN /usr/ports/games/xsoldier/files/patch-ab xsoldier/files/patch-ab --- /usr/ports/games/xsoldier/files/patch-ab Tue Jun 10 01:59:03 1997 +++ xsoldier/files/patch-ab Thu Jan 1 08:00:00 1970 @@ -1,10 +0,0 @@ ---- manage.c.orig Mon Jun 9 19:41:29 1997 -+++ manage.c Mon Jun 9 19:41:41 1997 -@@ -9,7 +9,6 @@ - - #include - #include --#include - #include - #include - diff -ruN /usr/ports/games/xsoldier/files/patch-ac xsoldier/files/patch-ac --- /usr/ports/games/xsoldier/files/patch-ac Sun Jan 23 16:00:14 2000 +++ xsoldier/files/patch-ac Thu Jan 1 08:00:00 1970 @@ -1,19 +0,0 @@ ---- main.c Fri Feb 28 08:50:07 1997 -+++ main.c.new Wed Dec 15 19:35:37 1999 -@@ -129,14 +129,14 @@ - argv0++; - else - argv0 = argv[0]; -- strcpy(command,argv0); /*** ¥³¥Þ¥ó¥É̾¼èÆÀ¤È¥³¥Ô¡¼ ***/ -+ strlcpy(command,argv0,sizeof(command)); /*** ¥³¥Þ¥ó¥É̾¼èÆÀ¤È¥³¥Ô¡¼ ***/ - - for (i=1; i + #include +-#include + /* + #include + #include diff -ruN /usr/ports/games/xsoldier/pkg-plist xsoldier/pkg-plist --- /usr/ports/games/xsoldier/pkg-plist Mon Sep 28 10:34:32 1998 +++ xsoldier/pkg-plist Sun Aug 21 09:15:53 2005 @@ -1,32 +1,38 @@ bin/xsoldier -lib/X11/xsoldier/.scorefile -lib/X11/xsoldier/Boss1.xpm -lib/X11/xsoldier/Boss2.xpm -lib/X11/xsoldier/Boss3.xpm -lib/X11/xsoldier/Boss4.xpm -lib/X11/xsoldier/Boss5.xpm -lib/X11/xsoldier/Boss6.xpm -lib/X11/xsoldier/Boss7.xpm -lib/X11/xsoldier/Enemy1.xpm -lib/X11/xsoldier/Enemy2.xpm -lib/X11/xsoldier/Enemy3.xpm -lib/X11/xsoldier/Enemy4.xpm -lib/X11/xsoldier/Enemy5.xpm -lib/X11/xsoldier/Enemy6.xpm -lib/X11/xsoldier/Enemy7.xpm -lib/X11/xsoldier/EnemyBound.xpm -lib/X11/xsoldier/EnemyLaser.xpm -lib/X11/xsoldier/EnemyMiss.xpm -lib/X11/xsoldier/EnemyRing.xpm -lib/X11/xsoldier/EnemyShot.xpm -lib/X11/xsoldier/ExpLarge.xpm -lib/X11/xsoldier/ExpSmall.xpm -lib/X11/xsoldier/Item.xpm -lib/X11/xsoldier/Player.xpm -lib/X11/xsoldier/PlayerShot1.xpm -lib/X11/xsoldier/PlayerShot2.xpm -lib/X11/xsoldier/PlayerShot3.xpm -lib/X11/xsoldier/Star1.xpm -lib/X11/xsoldier/Star2.xpm -lib/X11/xsoldier/Title.xpm -@dirrm lib/X11/xsoldier +%%DATADIR%%/Boss1.xpm +%%DATADIR%%/Boss2.xpm +%%DATADIR%%/Boss3.xpm +%%DATADIR%%/Boss4.xpm +%%DATADIR%%/Boss5.xpm +%%DATADIR%%/Boss6.xpm +%%DATADIR%%/Boss7.xpm +%%DATADIR%%/Enemy1.xpm +%%DATADIR%%/Enemy2.xpm +%%DATADIR%%/Enemy3.xpm +%%DATADIR%%/Enemy4.xpm +%%DATADIR%%/Enemy5.xpm +%%DATADIR%%/Enemy6.xpm +%%DATADIR%%/Enemy7.xpm +%%DATADIR%%/EnemyBound.xpm +%%DATADIR%%/EnemyLaser.xpm +%%DATADIR%%/EnemyMiss.xpm +%%DATADIR%%/EnemyRing.xpm +%%DATADIR%%/EnemyShot.xpm +%%DATADIR%%/ExpLarge.xpm +%%DATADIR%%/ExpSmall.xpm +%%DATADIR%%/Item.xpm +%%DATADIR%%/Player.xpm +%%DATADIR%%/PlayerShot1.xpm +%%DATADIR%%/PlayerShot2.xpm +%%DATADIR%%/PlayerShot3.xpm +%%DATADIR%%/Star1.xpm +%%DATADIR%%/Star2.xpm +%%DATADIR%%/Title.xpm +%%DATADIR%%/font1.xpm +%%DATADIR%%/font2.xpm +%%DATADIR%%/font3.xpm +%%DATADIR%%/font4.xpm +%%DATADIR%%/font5.xpm +%%DATADIR%%/font6.xpm +%%DATADIR%%/xsoldier.scores +@dirrm %%DATADIR%% --- xsoldier.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 12:40:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5158316A41F; Fri, 26 Aug 2005 12:40:27 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AD043D48; Fri, 26 Aug 2005 12:40:27 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (vsevolod@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7QCeQRu084599; Fri, 26 Aug 2005 12:40:26 GMT (envelope-from vsevolod@freefall.freebsd.org) Received: (from vsevolod@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QCeQmG084595; Fri, 26 Aug 2005 12:40:26 GMT (envelope-from vsevolod) Date: Fri, 26 Aug 2005 12:40:26 GMT From: Vsevolod Stakhov Message-Id: <200508261240.j7QCeQmG084595@freefall.freebsd.org> To: vsevolod@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org Cc: Subject: Re: ports/85309: [PATCH] security/qca-tls: fix build with openssl-0.9.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 12:40:27 -0000 Synopsis: [PATCH] security/qca-tls: fix build with openssl-0.9.8 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: vsevolod Responsible-Changed-When: Fri Aug 26 12:39:42 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85309 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 13:00:42 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2531516A41F for ; Fri, 26 Aug 2005 13:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D583543D4C for ; Fri, 26 Aug 2005 13: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.3/8.13.3) with ESMTP id j7QD0dvK085091 for ; Fri, 26 Aug 2005 13:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QD0dh6085090; Fri, 26 Aug 2005 13:00:39 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 13:00:39 GMT Resent-Message-Id: <200508261300.j7QD0dh6085090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Artur Pedziwilk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A49916A41F for ; Fri, 26 Aug 2005 12:50:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13A443D45 for ; Fri, 26 Aug 2005 12:50: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 j7QCodmG001649 for ; Fri, 26 Aug 2005 12:50:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7QCodKs001648; Fri, 26 Aug 2005 12:50:39 GMT (envelope-from nobody) Message-Id: <200508261250.j7QCodKs001648@www.freebsd.org> Date: Fri, 26 Aug 2005 12:50:39 GMT From: Artur Pedziwilk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85315: ZendOptimizer 2.5.10a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:00:42 -0000 >Number: 85315 >Category: ports >Synopsis: ZendOptimizer 2.5.10a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 13:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Artur Pedziwilk >Release: FreeBSD 5.3 >Organization: ePanda.net >Environment: FreeBSD 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 Failed loading /usr/local/lib/php/20020429/ZendExtensionManager.so: Shared object "libm.so.2" not found, required by "ZendExtensionManager.so" PHP 4.4.0 (cli) (built: Aug 26 2005 12:40:21) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies >Description: ZendOptimizer 2.5.10a compiled from ports needs a libm.so.2. In my system I have libm.so.3. Symlinking or libmap.conf mapping does't work. Is the port is broken or it's my fault. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 13:00:42 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4785D16A421 for ; Fri, 26 Aug 2005 13:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7661A43D58 for ; Fri, 26 Aug 2005 13: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.3/8.13.3) with ESMTP id j7QD0eVq085159 for ; Fri, 26 Aug 2005 13:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QD0ebh085155; Fri, 26 Aug 2005 13:00:40 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 13:00:40 GMT Resent-Message-Id: <200508261300.j7QD0ebh085155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E890216A420 for ; Fri, 26 Aug 2005 12:55:15 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DF6743D45 for ; Fri, 26 Aug 2005 12:55:15 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 42945 invoked by uid 1000); 26 Aug 2005 12:55:13 -0000 Message-Id: <20050826125513.42944.qmail@mx.critical.ch> Date: 26 Aug 2005 12:55:13 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85317: new port: net/httping - A ping-like tool for HTTP requests X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:00:42 -0000 >Number: 85317 >Category: ports >Synopsis: new port: net/httping - A ping-like tool for HTTP requests >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 13:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: net/httping - A ping-like tool for HTTP requests Httping is like ping but for http-requests. Give it an url, and it will show you how long it takes to connect, send a request and retrieve the reply (only the headers). >How-To-Repeat: >Fix: --- httping.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: # # httping # httping/Makefile # httping/pkg-descr # httping/distinfo # echo c - httping mkdir -p httping > /dev/null 2>&1 echo x - httping/Makefile sed 's/^X//' >httping/Makefile << 'END-of-httping/Makefile' X# New ports collection makefile for: httping X# Date created: 26 Aug 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= httping XPORTVERSION= 1.0.4 XCATEGORIES= net XMASTER_SITES= http://www.vanheusden.com/httping/ XEXTRACT_SUFX= .tgz X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A ping-like tool for HTTP requests X XCFLAGS+= -DVERSION=\"${PORTVERSION}\" XLDFLAGS+= -lssl -lcrypto X XSRC= http io str error utils main tcp mssl res XPLIST_FILES= bin/httping X Xdo-build: X.for f in ${SRC} X ${CC} ${CFLAGS} -c ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}.o X.endfor X ${CC} ${CFLAGS} ${LDFLAGS} ${SRC:C/(.*)/${WRKSRC}\/\1.o/} \ X -o ${WRKSRC}/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-httping/Makefile echo x - httping/pkg-descr sed 's/^X//' >httping/pkg-descr << 'END-of-httping/pkg-descr' XHttping is like ping but for http-requests. Give it an url, and it will show Xyou how long it takes to connect, send a request and retrieve the reply (only Xthe headers). X XWWW: http://www.vanheusden.com/httping/ X X- ehaupt Xehaupt@critical.ch END-of-httping/pkg-descr echo x - httping/distinfo sed 's/^X//' >httping/distinfo << 'END-of-httping/distinfo' XMD5 (httping-1.0.4.tgz) = e685b5cd583ad0442e2f6c8a5bf5ceca XSIZE (httping-1.0.4.tgz) = 8439 END-of-httping/distinfo exit --- httping.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 13:30:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415B216A41F for ; Fri, 26 Aug 2005 13:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12A843D46 for ; Fri, 26 Aug 2005 13: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.3/8.13.3) with ESMTP id j7QDUJQ0090172 for ; Fri, 26 Aug 2005 13:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QDUJqn090171; Fri, 26 Aug 2005 13:30:19 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 13:30:19 GMT Resent-Message-Id: <200508261330.j7QDUJqn090171@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2845216A41F for ; Fri, 26 Aug 2005 13:29:25 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B3343D45 for ; Fri, 26 Aug 2005 13:29:24 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.58.115.178) by vsmtp4.tin.it (7.2.060.1) id 430CA73A000BC40F for FreeBSD-gnats-submit@freebsd.org; Fri, 26 Aug 2005 15:29:20 +0200 Received: (qmail 61573 invoked by uid 0); 26 Aug 2005 15:27:44 +0200 Message-Id: <20050826132744.61572.qmail@stellina> Date: 26 Aug 2005 15:27:44 +0200 From: Nicola Vitale To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85318: [NEW PORT] math/geogebra-i18n: A dynamic software that joins geometry, algebra and calculus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:30:20 -0000 >Number: 85318 >Category: ports >Synopsis: [NEW PORT] math/geogebra-i18n: A dynamic software that joins geometry, algebra and calculus >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 Aug 26 13:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #1: Sat Jul 16 15:18:36 CEST 2005 >Description: GeoGebra is a dynamic mathematics software that joins geometry, algebra and calculus. It is developed for education in secondary schools by Markus Hohenwarter at the University of Salzburg. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. Equations and coordinates can be entered directly. Thus, GeoGebra has the ability to deal with variables for numbers, vectors and points, finds derivatives and integrals of functions and offers commands like Root or Extremum. GeoGebra received several international awards including the European and German educational software award. Author: Markus Hohenwarter WWW: http://www.geogebra.at/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- geogebra-i18n-2.6a.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: # # geogebra-i18n # geogebra-i18n/pkg-descr # geogebra-i18n/Makefile # geogebra-i18n/pkg-plist # geogebra-i18n/distinfo # geogebra-i18n/files # geogebra-i18n/files/geogebra.in # echo c - geogebra-i18n mkdir -p geogebra-i18n > /dev/null 2>&1 echo x - geogebra-i18n/pkg-descr sed 's/^X//' >geogebra-i18n/pkg-descr << 'END-of-geogebra-i18n/pkg-descr' XGeoGebra is a dynamic mathematics software that joins geometry, Xalgebra and calculus. It is developed for education in secondary Xschools by Markus Hohenwarter at the University of Salzburg. X XYou can do constructions with points, vectors, segments, lines, Xconic sections as well as functions and change them dynamically Xafterwards. Equations and coordinates can be entered directly. XThus, GeoGebra has the ability to deal with variables for numbers, Xvectors and points, finds derivatives and integrals of functions Xand offers commands like Root or Extremum. X XGeoGebra received several international awards including the European Xand German educational software award. X XAuthor: Markus Hohenwarter XWWW: http://www.geogebra.at/ END-of-geogebra-i18n/pkg-descr echo x - geogebra-i18n/Makefile sed 's/^X//' >geogebra-i18n/Makefile << 'END-of-geogebra-i18n/Makefile' X# New ports collection makefile for: geogebra-i18n X# Date created: 2005-08-26 X# Whom: Nicola Vitale X# X# $FreeBSD$ X# X XPORTNAME= geogebra-i18n XPORTVERSION= 2.6a X#PORTREVISION= 0 XCATEGORIES= math java XMASTER_SITES= http://www.geogebra.at/download/InstData/Java/ XDISTNAME= geogebra_setup XEXTRACT_SUFX= .jar X XMAINTAINER= nivit@email.it XCOMMENT= A dynamic software that joins geometry, algebra and calculus X XUSE_JAVA= yes XUSE_ZIP= yes X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XDATADIR= ${JAVASHAREDIR}/${PORTNAME} XJAVA_VERSION= 1.4+ XSUB_FILES= ${PORTNAME:S/-i18n$//} X XFIND_DOCS= -type f \! \( -name *.txt -or -name *.jar \) XFIND_ICONS= -type f -name "*.gif" -maxdepth 1 X XSOURCES_DIR= ${WRKSRC}/D_/deploy/source XJARFILE= ${PORTNAME:S/-i18n$//}.jar X X.include X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${SUB_FILES} ${PREFIX}/bin/${SUB_FILES} X cd ${SOURCES_DIR} && ${MKDIR} ${DATADIR} && ${INSTALL_DATA} ${JARFILE} ${DATADIR}; X.ifndef NOPORTDOCS X ${MKDIR} ${DOCSDIR}; X cd ${SOURCES_DIR} && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; X cd ${SOURCES_DIR} && ${FIND} . ${FIND_DOCS} -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; X.endif X cd ${SOURCES_DIR}/.. && ${FIND} . ${FIND_ICONS} -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; X.include END-of-geogebra-i18n/Makefile echo x - geogebra-i18n/pkg-plist sed 's/^X//' >geogebra-i18n/pkg-plist << 'END-of-geogebra-i18n/pkg-plist' X@comment $FreeBSD$ Xbin/geogebra X%%PORTDOCS%%%%DOCSDIR%%/docude/docude.css X%%PORTDOCS%%%%DOCSDIR%%/docude/docude.html X%%PORTDOCS%%%%DOCSDIR%%/docude/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img10.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img11.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img5.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img6.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img7.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img8.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/img9.gif X%%PORTDOCS%%%%DOCSDIR%%/docude/index.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node59.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node60.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node61.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node62.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node63.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node64.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node65.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node66.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node67.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node68.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node69.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node70.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node71.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node72.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node73.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node74.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node75.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node76.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node77.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node78.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node79.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node80.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node81.html X%%PORTDOCS%%%%DOCSDIR%%/docude/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docude.pdf X%%PORTDOCS%%%%DOCSDIR%%/docuen/docuen.css X%%PORTDOCS%%%%DOCSDIR%%/docuen/docuen.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img10.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img11.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img5.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img6.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img7.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img8.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/img9.gif X%%PORTDOCS%%%%DOCSDIR%%/docuen/index.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node59.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node60.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node61.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node62.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node63.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node64.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node65.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node66.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node67.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node68.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node69.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node70.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node71.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node72.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node73.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node74.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node75.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node76.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node77.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node78.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node79.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node80.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node81.html X%%PORTDOCS%%%%DOCSDIR%%/docuen/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docuen.pdf X%%PORTDOCS%%%%DOCSDIR%%/docues/docues.css X%%PORTDOCS%%%%DOCSDIR%%/docues/docues.html X%%PORTDOCS%%%%DOCSDIR%%/docues/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img10.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img11.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img12.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img13.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img5.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img6.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img7.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img8.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/img9.gif X%%PORTDOCS%%%%DOCSDIR%%/docues/index.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node59.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node60.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node61.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node62.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node63.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node64.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node65.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node66.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node67.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node68.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node69.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node70.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node71.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node72.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node73.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node74.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node75.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node76.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node77.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node78.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node79.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node80.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node81.html X%%PORTDOCS%%%%DOCSDIR%%/docues/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docues.pdf X%%PORTDOCS%%%%DOCSDIR%%/docufr/docufr.css X%%PORTDOCS%%%%DOCSDIR%%/docufr/docufr.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img10.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img11.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img5.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img6.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img7.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img8.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/img9.gif X%%PORTDOCS%%%%DOCSDIR%%/docufr/index.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node59.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node60.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node61.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node62.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node63.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node64.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node65.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node66.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node67.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node68.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node69.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node70.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node71.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node72.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node73.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node74.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node75.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node76.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node77.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node78.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node79.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node80.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node81.html X%%PORTDOCS%%%%DOCSDIR%%/docufr/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docufr.pdf X%%PORTDOCS%%%%DOCSDIR%%/docuhr/docuhr.css X%%PORTDOCS%%%%DOCSDIR%%/docuhr/docuhr.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img10.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img5.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img6.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img7.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img8.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/img9.gif X%%PORTDOCS%%%%DOCSDIR%%/docuhr/index.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node59.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node60.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node61.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node62.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node63.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node64.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node65.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node66.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node67.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node68.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node69.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node70.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node71.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node72.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node73.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node74.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node75.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node76.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node77.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node78.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node79.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node80.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node81.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docuhr.pdf X%%PORTDOCS%%%%DOCSDIR%%/docuit/docuit.css X%%PORTDOCS%%%%DOCSDIR%%/docuit/docuit.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img10.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img11.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img12.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img5.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img6.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img7.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img8.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/img9.gif X%%PORTDOCS%%%%DOCSDIR%%/docuit/index.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node59.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node60.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node61.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node62.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node63.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node64.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node65.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node66.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node67.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node68.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node69.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node70.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node71.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node72.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node73.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node74.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node75.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node76.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node77.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node78.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node79.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node80.html X%%PORTDOCS%%%%DOCSDIR%%/docuit/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docuit.pdf X%%PORTDOCS%%%%DOCSDIR%%/docusl/docusl.css X%%PORTDOCS%%%%DOCSDIR%%/docusl/docusl.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/img1.gif X%%PORTDOCS%%%%DOCSDIR%%/docusl/img2.gif X%%PORTDOCS%%%%DOCSDIR%%/docusl/img3.gif X%%PORTDOCS%%%%DOCSDIR%%/docusl/img4.gif X%%PORTDOCS%%%%DOCSDIR%%/docusl/index.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docusl/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docusl.pdf X%%PORTDOCS%%%%DOCSDIR%%/docuzh/docuzh.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/index.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node1.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node10.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node11.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node12.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node13.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node14.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node15.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node16.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node17.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node18.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node19.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node2.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node20.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node21.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node22.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node23.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node24.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node25.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node26.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node27.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node28.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node29.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node3.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node30.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node31.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node32.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node33.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node34.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node35.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node36.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node37.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node38.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node39.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node4.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node40.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node41.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node42.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node43.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node44.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node45.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node46.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node47.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node48.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node49.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node5.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node50.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node51.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node52.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node53.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node54.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node55.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node56.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node57.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node58.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node6.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node7.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node8.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh/node9.html X%%PORTDOCS%%%%DOCSDIR%%/docuzh.pdf X%%DATADIR%%/geogebra.jar X%%DATADIR%%/geogebra16.gif X%%DATADIR%%/geogebra32.gif X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docude X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docuen X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docues X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docufr X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docuhr X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docuit X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docusl X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docuzh X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm %%DATADIR%% END-of-geogebra-i18n/pkg-plist echo x - geogebra-i18n/distinfo sed 's/^X//' >geogebra-i18n/distinfo << 'END-of-geogebra-i18n/distinfo' XMD5 (geogebra_setup.jar) = a4a10046b237dd8966c9e661857ddb65 XSIZE (geogebra_setup.jar) = 4739385 END-of-geogebra-i18n/distinfo echo c - geogebra-i18n/files mkdir -p geogebra-i18n/files > /dev/null 2>&1 echo x - geogebra-i18n/files/geogebra.in sed 's/^X//' >geogebra-i18n/files/geogebra.in << 'END-of-geogebra-i18n/files/geogebra.in' X#!/bin/sh X# X# $FreeBSD$ X Xcd "%%DATADIR%%" XJAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%"/bin/java -jar "%%DATADIR%%"/geogebra.jar END-of-geogebra-i18n/files/geogebra.in exit --- geogebra-i18n-2.6a.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 13:40:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A12D116A41F for ; Fri, 26 Aug 2005 13:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 170CC43D49 for ; Fri, 26 Aug 2005 13: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.3/8.13.3) with ESMTP id j7QDeB4f091337 for ; Fri, 26 Aug 2005 13:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QDeBJc091336; Fri, 26 Aug 2005 13:40:11 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 13:40:11 GMT Resent-Message-Id: <200508261340.j7QDeBJc091336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Babak Farrokhi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1634F16A41F for ; Fri, 26 Aug 2005 13:38:52 +0000 (GMT) (envelope-from farrokhi@royalway.propagation.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A9143D49 for ; Fri, 26 Aug 2005 13:38:50 +0000 (GMT) (envelope-from farrokhi@royalway.propagation.net) Received: by royalway.propagation.net (Postfix, from userid 1002) id D8EE956445; Fri, 26 Aug 2005 08:38:49 -0500 (CDT) Message-Id: <20050826133849.D8EE956445@royalway.propagation.net> Date: Fri, 26 Aug 2005 08:38:49 -0500 (CDT) From: Babak Farrokhi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85319: Update port security/samhain to 2.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Babak Farrokhi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:40:12 -0000 >Number: 85319 >Category: ports >Synopsis: Update port security/samhain to 2.0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 13:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- samhain-2.0.9.patch begins here --- diff -ruN samhain.orig/Makefile samhain/Makefile --- samhain.orig/Makefile Fri Aug 26 17:36:32 2005 +++ samhain/Makefile Fri Aug 26 17:36:39 2005 @@ -17,7 +17,7 @@ # PORTNAME= samhain -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://cold.darkambient.net/ diff -ruN samhain.orig/distinfo samhain/distinfo --- samhain.orig/distinfo Fri Aug 26 17:36:32 2005 +++ samhain/distinfo Fri Aug 26 17:41:01 2005 @@ -1,2 +1,2 @@ -MD5 (samhain_signed-2.0.8.tar.gz) = 2364ae24f381a658db0f3be96cedabc4 -SIZE (samhain_signed-2.0.8.tar.gz) = 1194062 +MD5 (samhain_signed-2.0.9.tar.gz) = 48985d91400db746f1513fc332edb704 +SIZE (samhain_signed-2.0.9.tar.gz) = 1210510 --- samhain-2.0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 14:50:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E5216A42F for ; Fri, 26 Aug 2005 14:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C26E43D48 for ; Fri, 26 Aug 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.3/8.13.3) with ESMTP id j7QEoM4v098683 for ; Fri, 26 Aug 2005 14:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QEoM0V098682; Fri, 26 Aug 2005 14:50:22 GMT (envelope-from gnats) Date: Fri, 26 Aug 2005 14:50:22 GMT Message-Id: <200508261450.j7QEoM0V098682@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Babak Farrokhi Cc: Subject: Re: ports/84387: [MAINTAINER] Update www/eventum to 1.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Babak Farrokhi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 14:50:23 -0000 The following reply was made to PR ports/84387; it has been noted by GNATS. From: Babak Farrokhi To: bug-followup@freebsd.org, babak@farrokhi.net Cc: Subject: Re: ports/84387: [MAINTAINER] Update www/eventum to 1.6.0 Date: Fri, 26 Aug 2005 19:14:45 +0430 Hello, You may want to ignore the previous patch and consider this one as update to 1.6.1: --- eventum-1.6.1.patch begins here --- diff -ruN eventum.orig/Makefile eventum/Makefile --- eventum.orig/Makefile Sun Jul 31 16:17:22 2005 +++ eventum/Makefile Fri Aug 26 17:18:54 2005 @@ -6,7 +6,7 @@ # PORTNAME= eventum -PORTVERSION= 1.5.5 +PORTVERSION= 1.6.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= eventum @@ -25,8 +25,8 @@ SUB_FILES= pkg-message pre-install: - @${MV} ${WRKSRC}/setup.conf.php ${WRKSRC}/setup.conf.php-dist - @${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-dist + @${CP} ${WRKSRC}/setup.conf.php ${WRKSRC}/setup.conf.php-dist + @${CP} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-dist @cd ${WRKSRC} && ${FIND} -s * -type f | \ ${SED} -e 's|^|${EVENTUM}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ @@ -35,8 +35,8 @@ do-install: @${MKDIR} ${PREFIX}/${EVENTUM} - @${CP} ${WRKSRC}/setup.conf.php-dist ${WRKSRC}/setup.conf.php - @${CP} ${WRKSRC}/config.inc.php-dist ${WRKSRC}/config.inc.php +# @${CP} ${WRKSRC}/setup.conf.php-dist ${WRKSRC}/setup.conf.php +# @${CP} ${WRKSRC}/config.inc.php-dist ${WRKSRC}/config.inc.php @${CP} -R ${WRKSRC}/ ${PREFIX}/${EVENTUM} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${EVENTUM} @${CHMOD} -R 755 ${PREFIX}/${EVENTUM} diff -ruN eventum.orig/distinfo eventum/distinfo --- eventum.orig/distinfo Sun Jul 31 16:17:22 2005 +++ eventum/distinfo Fri Aug 26 17:12:11 2005 @@ -1,2 +1,2 @@ -MD5 (eventum-1.5.5.tar.gz) = cadc9530b5fa905fb6d9d61ce837ca3a -SIZE (eventum-1.5.5.tar.gz) = 844331 +MD5 (eventum-1.6.1.tar.gz) = bb05ecdb46b02580ffe892e270e536b3 +SIZE (eventum-1.6.1.tar.gz) = 864693 diff -ruN eventum.orig/files/pkg-message.in eventum/files/pkg-message.in --- eventum.orig/files/pkg-message.in Sun Jul 31 16:17:22 2005 +++ eventum/files/pkg-message.in Fri Aug 26 17:08:09 2005 @@ -1,7 +1,10 @@ =========================================================== -If you are upgrading from an older version of eventum, please -check upgrade scripts located at %%PREFIX%%/%%EVENTUM%%/misc/upgrade +* If you are upgrading from an older version of eventum, please + check upgrade scripts located at %%PREFIX%%/%%EVENTUM%%/misc/upgrade + +* You may need to change memory_limit in php.ini file if the images + are not displayed correctly =========================================================== --- eventum-1.6.1.patch ends here --- Thank you -- Babak Farrokhi babak@farrokhi.net From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 16:30:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B077716A41F for ; Fri, 26 Aug 2005 16:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F4A243D45 for ; Fri, 26 Aug 2005 16: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.3/8.13.3) with ESMTP id j7QGUPgk011355 for ; Fri, 26 Aug 2005 16:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QGUP1s011352; Fri, 26 Aug 2005 16:30:25 GMT (envelope-from gnats) Date: Fri, 26 Aug 2005 16:30:25 GMT Message-Id: <200508261630.j7QGUP1s011352@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: alexander Cc: Subject: Re: ports/85248: games/quake3 Quake III Arena -- first person shooter (native build) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 16:30:25 -0000 The following reply was made to PR ports/85248; it has been noted by GNATS. From: alexander To: bug-followup@freebsd.org, shirshegsm@gmail.com Cc: Subject: Re: ports/85248: games/quake3 Quake III Arena -- first person shooter (native build) Date: Fri, 26 Aug 2005 18:24:11 +0200 Here's a little patch for the Makefile. It gets rid of a few obsolete gcc flags which cause gcc to produce a lot of warnings during the build process. Thx a bunch for this great port. --- ./Makefile.orig Tue Aug 23 16:10:34 2005 +++ ./Makefile Fri Aug 26 18:16:21 2005 @@ -19,8 +19,10 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes +USE_REINPLACE= yes USE_PERL5_BUILD= yes USE_GL= yes +CONFLICTS= q3server # We need that -a flag do-extract: @@ -30,6 +32,10 @@ pre-build: ${MKDIR} ${WRKSRC}/lcc/build + + ${REINPLACE_CMD} -e 's|-mcpu|-march|g ; s|-malign-loops|-falign-loops|g ; \ + s|-malign-jumps|-falign-jumps|g ; s|-malign-functions|-falign-functions|g' \ + ${WRKSRC}/code/Construct do-build: cd ${WRKSRC}/code && \ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 18:00:33 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A76416A442 for ; Fri, 26 Aug 2005 18:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B02E43D53 for ; Fri, 26 Aug 2005 18: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.3/8.13.3) with ESMTP id j7QI0Usg019468 for ; Fri, 26 Aug 2005 18:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QI0UdS019467; Fri, 26 Aug 2005 18:00:30 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 18:00:30 GMT Resent-Message-Id: <200508261800.j7QI0UdS019467@freefall.freebsd.org> 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 90B6316A41F for ; Fri, 26 Aug 2005 17:57:23 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B699843D45 for ; Fri, 26 Aug 2005 17:57:22 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: (qmail invoked by alias); 26 Aug 2005 17:57:20 -0000 Received: from p54825EDB.dip.t-dialin.net (EHLO 7of9.unimatrix-zero.borg) [84.130.94.219] by mail.gmx.net (mp016) with SMTP; 26 Aug 2005 19:57:20 +0200 Message-Id: <200508261956.46553.h.eichmann@gmx.de> Date: Fri, 26 Aug 2005 19:56:46 +0200 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/85322: Port upgrade: sysutils/k3b to 0.12.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 18:00:33 -0000 >Number: 85322 >Category: ports >Synopsis: Port upgrade: sysutils/k3b to 0.12.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 18:00:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann >Release: FreeBSD 5.4-RELEASE >Organization: Sirius Cybernetics Corp. >Environment: # $FreeBSD: ports/sysutils/k3b/Makefile,v 1.24 2005/05/27 14:42:51 arved Exp $ >Description: Upgrade to 0.12.3 After applying the patch, the files directory should be empty! >How-To-Repeat: >Fix: --Boundary-00=_ef1DDd7v/s/YnDZ Content-Type: text/x-diff; charset="iso-8859-1"; name="k3b.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="k3b.diff" diff -urN ../../sysutils/k3b/Makefile ./Makefile --- ../../sysutils/k3b/Makefile Sun Aug 14 10:55:16 2005 +++ ./Makefile Sun Aug 14 17:46:51 2005 @@ -6,7 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.3 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN ../../sysutils/k3b/distinfo ./distinfo --- ../../sysutils/k3b/distinfo Sun Aug 14 10:55:16 2005 +++ ./distinfo Sun Aug 14 17:48:33 2005 @@ -1,2 +1,2 @@ -MD5 (k3b-0.12.2.tar.bz2) = 52dac62c8f22330784f82703385482ee -SIZE (k3b-0.12.2.tar.bz2) = 3771371 +MD5 (k3b-0.12.3.tar.bz2) = 5a8515ad15d124104a79e63dab12366d +SIZE (k3b-0.12.3.tar.bz2) = 3778337 diff -urN ../../sysutils/k3b/files/patch-libk3b-projects-datacd-k3bdatajob.cpp ./files/patch-libk3b-projects-datacd-k3bdatajob.cpp --- ../../sysutils/k3b/files/patch-libk3b-projects-datacd-k3bdatajob.cpp Wed Jul 20 11:22:25 2005 +++ ./files/patch-libk3b-projects-datacd-k3bdatajob.cpp Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- libk3b/projects/datacd/k3bdatajob.cpp.orig Tue Jul 12 14:56:13 2005 -+++ libk3b/projects/datacd/k3bdatajob.cpp Tue Jul 12 14:56:35 2005 -@@ -98,8 +98,8 @@ - - K3bDataJob::~K3bDataJob() - { -- delete d; - delete d->tocFile; -+ delete d; - } - - diff -urN ../../sysutils/k3b/files/patch-libk3bdevice-k3bscsicommand_bsd.cpp ./files/patch-libk3bdevice-k3bscsicommand_bsd.cpp --- ../../sysutils/k3b/files/patch-libk3bdevice-k3bscsicommand_bsd.cpp Wed Jul 20 11:22:25 2005 +++ ./files/patch-libk3bdevice-k3bscsicommand_bsd.cpp Thu Jan 1 01:00:00 1970 @@ -1,48 +0,0 @@ ---- libk3bdevice/k3bscsicommand_bsd.cpp.orig Fri Jul 1 15:30:50 2005 -+++ libk3bdevice/k3bscsicommand_bsd.cpp Sun Jul 17 15:07:58 2005 -@@ -51,10 +51,6 @@ - void K3bDevice::ScsiCommand::clear() - { - memset (&d->ccb,0,sizeof(ccb)); -- if (!m_device || !m_device->handle()) return; -- d->ccb.ccb_h.path_id = m_device->handle()->path_id; -- d->ccb.ccb_h.target_id = m_device->handle()->target_id; -- d->ccb.ccb_h.target_lun = m_device->handle()->target_lun; - } - - -@@ -76,8 +72,11 @@ - needToClose = true; - } - -- if( !m_device->open( dir == TR_DIR_WRITE ) ) -+ if( !m_device->open( true ) ) - return -1; -+ d->ccb.ccb_h.path_id = m_device->handle()->path_id; -+ d->ccb.ccb_h.target_id = m_device->handle()->target_id; -+ d->ccb.ccb_h.target_lun = m_device->handle()->target_lun; - - kdDebug() << "(K3bDevice::ScsiCommand) transport command " << QString::number((int)d->ccb.csio.cdb_io.cdb_bytes[0], 16) << ", length: " << (int)d->ccb.csio.cdb_len << endl; - int ret=0; -@@ -86,7 +85,7 @@ - direction |= CAM_DIR_NONE; - else - direction |= (dir & TR_DIR_READ)?CAM_DIR_IN : CAM_DIR_OUT; -- cam_fill_csio (&(d->ccb.csio), 1, 0 /* NULL */, direction | CAM_DEV_QFRZDIS, MSG_SIMPLE_Q_TAG, (u_int8_t *)data, len, sizeof(d->ccb.csio.sense_data), d->ccb.csio.cdb_len, 30*1000); -+ cam_fill_csio (&(d->ccb.csio), 1, 0 /* NULL */, direction, MSG_SIMPLE_Q_TAG, (u_int8_t *)data, len, sizeof(d->ccb.csio.sense_data), d->ccb.csio.cdb_len, 30*1000); - unsigned char * sense = (unsigned char *)&d->ccb.csio.sense_data; - if ((ret = cam_send_ccb(m_device->handle(), &d->ccb)) < 0) - { -@@ -101,10 +100,11 @@ - if( needToClose ) - m_device->close(); - -- return( ((senset->error_code & SSD_ERRCODE)<<24) & 0xF000 | -+ int result = (((senset->error_code & SSD_ERRCODE)<<24) & 0xF000 | - ((senset->flags & SSD_KEY)<<16) & 0x0F00 | - (senset->add_sense_code<<8) & 0x00F0 | - (senset->add_sense_code_qual) & 0x000F ); -+ return result?result:ret; - } - if ((d->ccb.ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_CMP) { - if( needToClose ) diff -urN ../../sysutils/k3b/files/patch-src-rip-k3baudioprojectconvertingthread.cpp ./files/patch-src-rip-k3baudioprojectconvertingthread.cpp --- ../../sysutils/k3b/files/patch-src-rip-k3baudioprojectconvertingthread.cpp Wed Jul 20 11:22:25 2005 +++ ./files/patch-src-rip-k3baudioprojectconvertingthread.cpp Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- src/rip/k3baudioprojectconvertingthread.cpp.orig Sun Jul 10 00:18:23 2005 -+++ src/rip/k3baudioprojectconvertingthread.cpp Sun Jul 10 00:18:50 2005 -@@ -373,7 +373,7 @@ - - // we always use a relative filename here - QString imageFile = m_tracks[0].second.section( '/', -1 ); -- cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? "WAVE" : d->fileType ) ); -+ cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? QString("WAVE") : d->fileType ) ); - - // use the same base name as the image file - QString cueFile = m_tracks[0].second; diff -urN ../../sysutils/k3b/files/patch-src-rip-k3baudioripthread.cpp ./files/patch-src-rip-k3baudioripthread.cpp --- ../../sysutils/k3b/files/patch-src-rip-k3baudioripthread.cpp Wed Jul 20 11:22:25 2005 +++ ./files/patch-src-rip-k3baudioripthread.cpp Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- src/rip/k3baudioripthread.cpp.orig Sun Jul 10 00:14:21 2005 -+++ src/rip/k3baudioripthread.cpp Sun Jul 10 00:15:00 2005 -@@ -536,7 +536,7 @@ - - // we always use a relative filename here - QString imageFile = m_tracks[0].second.section( '/', -1 ); -- cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? "WAVE" : d->fileType ) ); -+ cueWriter.setImage( imageFile, ( d->fileType.isEmpty() ? QString("WAVE") : d->fileType ) ); - - // use the same base name as the image file - QString cueFile = m_tracks[0].second; --Boundary-00=_ef1DDd7v/s/YnDZ-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_ef1DDd7v/s/YnDZ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-send-pr-version: send-pr 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 18:56:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 349E816A41F; Fri, 26 Aug 2005 18:56:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C096E43D45; Fri, 26 Aug 2005 18:56:28 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7QIuSZp026293; Fri, 26 Aug 2005 18:56:28 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QIuS1b026289; Fri, 26 Aug 2005 18:56:28 GMT (envelope-from garga) Date: Fri, 26 Aug 2005 18:56:28 GMT From: Renato Botelho Message-Id: <200508261856.j7QIuS1b026289@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/85192: [Maintainer Update] emulators/hatari to 0.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 18:56:29 -0000 Synopsis: [Maintainer Update] emulators/hatari to 0.70 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Fri Aug 26 18:56:23 GMT 2005 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=85192 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 19:20:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB0916A41F for ; Fri, 26 Aug 2005 19:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E0B43D45 for ; Fri, 26 Aug 2005 19: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.3/8.13.3) with ESMTP id j7QJKJmK031297 for ; Fri, 26 Aug 2005 19:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QJKJBB031296; Fri, 26 Aug 2005 19:20:19 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 19:20:19 GMT Resent-Message-Id: <200508261920.j7QJKJBB031296@freefall.freebsd.org> 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 D6D5316A41F for ; Fri, 26 Aug 2005 19:16:58 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429C843D68 for ; Fri, 26 Aug 2005 19:16:50 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84115-196.ip.peterstar.net ([84.204.115.196] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52 (FreeBSD)) id 1E8jgy-000KRJ-Gm for FreeBSD-gnats-submit@freebsd.org; Fri, 26 Aug 2005 21:16:46 +0200 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.3/8.13.3) with ESMTP id j7QJGiNg024977 for ; Fri, 26 Aug 2005 23:16:44 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.3/8.13.3/Submit) id j7QJGhC0024976; Fri, 26 Aug 2005 23:16:43 +0400 (MSD) (envelope-from igor) Message-Id: <200508261916.j7QJGhC0024976@doom.homeunix.org> Date: Fri, 26 Aug 2005 23:16:43 +0400 (MSD) From: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85324: New port: games/apoolGL Another billiard simulator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 26 Aug 2005 19:20:20 -0000 >Number: 85324 >Category: ports >Synopsis: New port: games/apoolGL Another billiard simulator >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 Aug 26 19:20:19 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: Tue Jul 5 21:05:20 MSD 2005 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL-p3 i386 >Description: "Another Pool GL" tries to simulate a classical pool game like 8-Ball with 16 Balls, (white, black, 7 striped, 7 filled balls (here: red and yellow)) on a 8 feet-table. The (original) rules have been slightly modified to be easier implemented. >How-To-Repeat: >Fix: begin 644 apoolGL.shar.gz M'XL(")YI#T,"`V%P;V]L1TPN=*D*;?,]W3W3/Z M``.3^H#_5/!-8EF@>II)[XD"T%?O"=``J(U(@UID$SPR=1"HVO/`I/8$QL1P M/")]@(!)L:B--*JMXY#8,+-=5;MC$L9S('9`/,:2]TTN+(\:KIT`&9!@JLY1 MB.81-2"@4X]H@>-1XA]S4I_+C('A@:*E8P+.@TUT)G[NS!@1"C&9U3HQU)D5 M@$N\*?5]ZMB^(GU`+)]M.$70'#M0J>T?,51.=1W'NNHLWRKNW41V+>H'KV`Z M\34O!M.1A-J&$P-UU3O"3(^!^$Q>CRNN&FBF_!YYB)Y8BO8.BL,85B*:Z8`& M,D03F=[ADH'L1@`XA8I.[BOV#!>O=OI[5;`\+EEB,_9Q78M^Y:]AI5*$TS=X M.#F!8NNZ*3N&_`99E(9C:ENN^CJQGH+/8L_EH&?CL#OY.!WTW'9ZC/T)ZA/$/W7CIZ M/QU]D(X^3$>W[/MT@DOX;R#-U[Z>C]=/1!.CHM0*=$3W4[PU>S\)D" M,B74L@BVLPAVL@AV,PBR3,BR(,N`+/U[&?C]#/Q!!CXK"M+S%*/(2%2,)"-3 M,9+,5,6(XKGJ]J8W:-Y<]-?PCST%>4-4;"5X#%:)SK!C\*80HY6&2UBBNG0" MRTG'FS0)+[W7621W+*(?>[]CX?CW.A:.Q(XEW[`=;%L]N$4<7'7R$/!6,W#` MI].9Q3I3%31+Q7924RU@(F"B3@FVO7=$&A[(YRKV50\T,*&Z!VS@;T+IP:2L MQQU;V`IOPC[X*-4E.GO%-LYBW2NCE(8EU$V.L,/6>;<[QU[<>5A?!X=UWP=@ M$!+(HD^2A@.30`D[X0FU56L=O!GKD7GC.R;8>/L6G9B!-8>IHU.#HD2'A07$MU2;!?U335G02M7'2 M4(;VQ&'K<^RJY':C4E4#UE\O;Q;X6!JR7''=Z+;JB_,2!_V[U>NW;Z[K MN2WE\%"IU:3A16/0NKKIM5O]>HYM$PSQ;J,_:/5&_?:``=\-.'&\D8;-=C]4 M57B*U+XLO<.LZ3;:UP/\W^K58]QU5/7T:%<['A/T MJ=\:]5KMZ]M.XP(5SIFY#-9O=NHY7[?$Z`H'`M?H=$:#1N^J-0@7@@EQ'3^0 M^;'L2!KFS@I/"XFCBV[S!60*Q2+(!,_`S]]Q3CTT_O(%BE^]XO?GYTD>"D^? M>Q_[O8N79?BDRBGZSVC@UPHR'^?\YU@&?2X\A>\OSY,B?$4YN:7T#3PPHKVZ M(^/I-\#\P^PM/+6O^P,VL=O>S56OT7V)VN;J"BNO[9=5$9A[0!!LLX]""=+T;'Z"J=+EM6ZRVRD MAM!J:]9,QV0P]G6%[79E>GP,Y.IFM09E_GMV)@WA`V",8W7SPRH6ABS: MYWJ.2SQKK@#N4%ES;(-.H/NI/Q!D[%((\UQC\(>,_1GU')O5O-_0#!1X<=EI M7/7KWV.]5+`?[B68Q84G'(PN;JXOVU`3"H\\'M"GXTGFB9O*T/!+"0=U0NE M4":@R9YFUM%NR['E1QBRW<':.?%4UZ2:KSAB M$^,3%]F=H0/QU37GOD!.$,-F*,1VWD0;S@!"\!+`77VW:4*Y1"NSD"AQ<7C#@"XJO@E\/9_";]0#9)3V/\PC0[A3&RK/3%:,+4 MQ5YC:8LKX:[B=1"TS";^##7E-=4N!GBLPN/3 MF@Z.`2:>?$)M7^U0"Y_]GIC]WF+VR\F'$S^I;?RC);"K55P5\11!@7\OXODB8D1.M*E<7EJ53[J?S7-#/8((&RX; MG7[K^)\+BRY(?HFPY57*+Q$77;K\$F'A=5*RK'*VK*S;\E\N.-TS/R$XRTL_ M(3K=8S\A.-5[(L].K"MBAZ+]4N/ZS]&@-1Q\ZK7ZF_![*.O+UC>1!E@[P;,R MT),X*8XQ-^%Y/B=EU*_T8AE]0LRNER%E5LD,R<*J&8YBA3-2*-J@K6W>!_%' MF'18)@91AVKQ!`RN-<<$J.`!((!Z-'I0:6RDX3EU,3`=BXSXW1O"<`%%+C.H MYP:Y7H2`SI49K"G#;1I]JLQOYKU\F'[+B:2) M7SCC;"M9&T"SL&L=1;U=*:H!L8Q./(]=^,02.^^IV2&LN-!05`"S^R*KU_8W M#S&I\X=87M8:C`+`+F'$7KD:S50]<-R`#_")FEC`53;@(V&-^B4Q+>)-B:7/ M^&=_"GE#M7S-)%X>>UU^*Z7._`D98T._45EF/#0(B1=KLO@`+-8!HO5+)$[\ M.Y9F/2J-#(MX>HMQ!?#M2NG$"?: M%3&B2>21!B78@G6QX474&3[*,<04L0^P)FL;7_[Z:G_[T;?\II2]Y22F6I+^ )!Y/:DW76(0`` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 19:40:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685AF16A41F for ; Fri, 26 Aug 2005 19:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D445543D48 for ; Fri, 26 Aug 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.3/8.13.3) with ESMTP id j7QJeJlx032682 for ; Fri, 26 Aug 2005 19:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QJeJ5p032681; Fri, 26 Aug 2005 19:40:19 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 19:40:19 GMT Resent-Message-Id: <200508261940.j7QJeJ5p032681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4086616A41F for ; Fri, 26 Aug 2005 19:38:38 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D67A343D45 for ; Fri, 26 Aug 2005 19:38:37 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 44444 invoked from network); 26 Aug 2005 19:38:36 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 26 Aug 2005 19:38:36 -0000 Message-Id: <1125085138.0@phobos.mars.bsd> Date: Fri, 26 Aug 2005 16:38:58 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85325: [NEW PORT] games/darkplaces - Quake engine modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 19:40:20 -0000 >Number: 85325 >Category: ports >Synopsis: [NEW PORT] games/darkplaces - Quake engine modification >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 Aug 26 19:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- darkplaces.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: # # darkplaces # darkplaces/Makefile # darkplaces/pkg-descr # darkplaces/distinfo # darkplaces/files # darkplaces/files/pkg-message.in # darkplaces/files/patch-netconn.h # echo c - darkplaces mkdir -p darkplaces > /dev/null 2>&1 echo x - darkplaces/Makefile sed 's/^X//' >darkplaces/Makefile << 'END-of-darkplaces/Makefile' X# New ports collection makefile for: darkplaces X# Date created: 25 Aug 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= darkplaces XPORTVERSION= 20050818 XCATEGORIES= games XMASTER_SITES= http://offload1.icculus.org/twilight/darkplaces/files/ XDISTNAME= ${PORTNAME}engine${PORTVERSION} X XMAINTAINER= alejandro@varnet.biz XCOMMENT= Quake engine modification X XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_GMAKE= yes XUSE_REINPLACE= yes XUSE_ZIP= yes X XMAKEFILE= makefile XALL_TARGET= # X XOPTIONS= CLIENT "Build GLX client" on \ X OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ X SERVER "Build dedicated server" on \ X SDL_CLIENT "Build SDL client" on X XPLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx \ X %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ X %%SERVER%%bin/${PORTNAME}-dedicated X XSUB_FILES= pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X X.include X X.if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT) X# Loads libraries on run-time, thus RUN_DEPENDS XRUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis \ X ${LOCALBASE}/lib/libjpeg.so:${PORTSDIR}/graphics/jpeg X.endif X X.if defined(WITH_CLIENT) XUSE_GL= yes XALL_TARGET+= cl-release XPLIST_SUB+= CLIENT="" X.else XPLIST_SUB+= CLIENT="@comment " X.endif X X.if defined(WITH_SDL_CLIENT) XUSE_SDL= sdl XALL_TARGET+= sdl-release XPLIST_SUB+= SDL_CLIENT="" X.else XPLIST_SUB+= SDL_CLIENT="@comment " X.endif X X.if defined(WITH_SERVER) XALL_TARGET+= sv-release XPLIST_SUB+= SERVER="" X.else XPLIST_SUB+= SERVER="@comment " X.endif X Xpost-extract: X @${UNZIP_CMD} -a -q \ X -o ${WRKDIR}/${PORTNAME}enginesource${PORTVERSION}.zip \ X -d ${WRKDIR} X Xpost-patch: X @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g ; \ X s|/usr/X11R6|${X11BASE}| ; \ X s|gcc|${CC}| ; \ X s|\(-MD\)|${CFLAGS} \1|' \ X ${WRKSRC}/${MAKEFILE} ${WRKSRC}/makefile.inc X @${REINPLACE_CMD} -e 's,"\.","${DATADIR}",' ${WRKSRC}/fs.c X.if defined(WITHOUT_OPTIMIZED_CFLAGS) X @${REINPLACE_CMD} -e 's|$$(OPTIM_RELEASE)||' ${WRKSRC}/makefile.inc X.endif X.if ${ARCH} == "alpha" X @${REINPLACE_CMD} -e 's|-ffast-math||' ${WRKSRC}/makefile.inc X.endif X Xdo-install: X.for f in ${PORTNAME}-glx ${PORTNAME}-sdl ${PORTNAME}-dedicated X @${TEST} -f ${WRKSRC}/${f} && \ X ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin X.endfor X Xpost-install: X @${ECHO_CMD} X @${CAT} ${PKGMESSAGE} X @${ECHO_CMD} X X.include END-of-darkplaces/Makefile echo x - darkplaces/pkg-descr sed 's/^X//' >darkplaces/pkg-descr << 'END-of-darkplaces/pkg-descr' XDark Places is a Quake modification I have built over the course of 6 years on Xand off experimenting, it got somewhat of an overhaul when the Quake engine Xsource code was released, and I began developing a custom OpenGL-only engine Xfor it and other mods, which supports Windows WGL and Linux GLX, and has Xgreatly improved graphics and image quality. X XIt can not easily be described, as it is simply an improved Quake, not a total Xconversion (yet, anyway). X XThe realism of shell casings falling to the floor, much improved bullet Ximpacts, 32bit color alpha blended explosions, blood flying everywhere and Xsticking to the walls... X XBehind the scenes the code has changed a great deal, I was not content with Xthe original QuakeC code, and I have greatly changed the engine while Xmaintaining compatibility with normal quake modifications. X XWWW: http://icculus.org/twilight/darkplaces/ END-of-darkplaces/pkg-descr echo x - darkplaces/distinfo sed 's/^X//' >darkplaces/distinfo << 'END-of-darkplaces/distinfo' XMD5 (darkplacesengine20050818.zip) = 004713d24b3e4cc886cdda2c77494b03 XSIZE (darkplacesengine20050818.zip) = 6284553 END-of-darkplaces/distinfo echo c - darkplaces/files mkdir -p darkplaces/files > /dev/null 2>&1 echo x - darkplaces/files/pkg-message.in sed 's/^X//' >darkplaces/files/pkg-message.in << 'END-of-darkplaces/files/pkg-message.in' X******************************************************************************* X* Before running DarkPlaces copy Quake 1 data files (id1 directory) X* into %%DATADIR%%. X* Filenames should be in lower case! X******************************************************************************* END-of-darkplaces/files/pkg-message.in echo x - darkplaces/files/patch-netconn.h sed 's/^X//' >darkplaces/files/patch-netconn.h << 'END-of-darkplaces/files/patch-netconn.h' X--- netconn.h.orig Thu Aug 18 21:30:57 2005 X+++ netconn.h Thu Aug 25 19:20:34 2005 X@@ -251,7 +251,7 @@ X X extern qboolean serverlist_consoleoutput; X X-#if !defined(_WIN32) && !defined(__linux__) && !defined(SUNOS) X+#if !defined(_WIN32) && !defined(__linux__) && !defined(SUNOS) && !defined(__FreeBSD__) X #ifndef htonl X extern unsigned long htonl (unsigned long hostlong); X #endif END-of-darkplaces/files/patch-netconn.h exit --- darkplaces.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 21:20:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C7E16A41F for ; Fri, 26 Aug 2005 21:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B189943D62 for ; Fri, 26 Aug 2005 21: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.3/8.13.3) with ESMTP id j7QLKJmo046989 for ; Fri, 26 Aug 2005 21:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QLKJCA046988; Fri, 26 Aug 2005 21:20:19 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 21:20:19 GMT Resent-Message-Id: <200508262120.j7QLKJCA046988@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12EFC16A41F for ; Fri, 26 Aug 2005 21:16:43 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 77DFD43D45 for ; Fri, 26 Aug 2005 21:16:43 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 67610 invoked from network); 26 Aug 2005 21:16:42 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 26 Aug 2005 21:16:42 -0000 Message-Id: <1125091024.0@phobos.mars.bsd> Date: Fri, 26 Aug 2005 18:17:04 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85327: [NEW PORT] games/gngeo - NeoGeo emulator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 21:20:26 -0000 >Number: 85327 >Category: ports >Synopsis: [NEW PORT] games/gngeo - NeoGeo emulator >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 Aug 26 21:20:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Note: this port sets RESTRICTED because the Neo-Geo BIOS must be downloaded manually and can not be redistributed. So ports/LEGAL should be updated. These are the file names: "neo-geo.rom", "ng-lo.rom", "ng-sfix.rom", and "ng-sm1.rom". These files are also listed in the "NGBIOS" variable in the Makefile of the port. >How-To-Repeat: >Fix: --- gngeo.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: # # gngeo # gngeo/Makefile # gngeo/distinfo # gngeo/pkg-descr # gngeo/files # gngeo/files/patch-configure # gngeo/files/patch-src-streams.c # gngeo/pkg-plist # echo c - gngeo mkdir -p gngeo > /dev/null 2>&1 echo x - gngeo/Makefile sed 's/^X//' >gngeo/Makefile << 'END-of-gngeo/Makefile' X# New ports collection makefile for: gngeo X# Date created: 17 Aug 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= gngeo XPORTVERSION= 0.6.4 XCATEGORIES= emulators XMASTER_SITES= http://m.peponas.free.fr/gngeo/download/ X XMAINTAINER= alejandro@varnet.biz XCOMMENT= NeoGeo emulator X XRESTRICTED= The Neo-Geo BIOS can not be redistributed X XUSE_GMAKE= yes XUSE_SDL= image sdl XUSE_GL= yes XUSE_REINPLACE= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --program-transform-name="" XCONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ X LDFLAGS="`${SDL_CONFIG} --libs`" X XOPTIONS= GUI "Enable GUI support (experimental)" off \ X I386ASM "Use i386 optimization" on \ X RAZE "Use Raze as z80 emulator (only for i386)" on \ X STAR "Use Starscream as 68k emulator (only for i386)" on X XMAN1= gngeo.1 X XNGBIOS= neo-geo.rom ng-lo.rom ng-sfix.rom ng-sm1.rom X Xpost-patch: X @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ X s|-mcpu=$$target_cpu||' \ X ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} X Xpost-install: X# Neo-Geo BIOS X.for f in ${NGBIOS} X @${INSTALL_DATA} ${DISTDIR}/${f} ${DATADIR} X.endfor X X# Examples X @${MKDIR} ${EXAMPLESDIR} X @${INSTALL_DATA} ${WRKSRC}/sample_gngeorc ${EXAMPLESDIR}/gngeorc X X.include X X.for f in ${NGBIOS} X. if !exists(${DISTDIR}/${f}) || defined(PACKAGE_BUILDING) XIGNORE?= Could not find ${DISTDIR}/${f}. You need to manually download a copy of the Neo-Geo BIOS, extract the files and place them into ${DISTDIR}. It is available at http://www.ocf.berkeley.edu/~wwu/downloads/neogeo.zip X. endif X.endfor X X.if defined(WITH_I386ASM) || defined(WITH_RAZE) || defined(WITH_STAR) XBUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm X.endif X X.if defined(WITH_GUI) XCONFIGURE_ARGS+= --enable-gui X.else XCONFIGURE_ARGS+= --disable-gui X.endif X X.if defined(WITH_I386ASM) && ${ARCH} == "i386" XCONFIGURE_ARGS+= --enable-i386asm X.else XCONFIGURE_ARGS+= --disable-i386asm X.endif X X.if defined(WITH_RAZE) && ${ARCH} == "i386" XCONFIGURE_ARGS+= --enable-raze X.else XCONFIGURE_ARGS+= --enable-mamez80 X.endif X X.if defined(WITH_STAR) && ${ARCH} == "i386" XCONFIGURE_ARGS+= --enable-starscream X.else XCONFIGURE_ARGS+= --enable-gen68k X.endif X X.include END-of-gngeo/Makefile echo x - gngeo/distinfo sed 's/^X//' >gngeo/distinfo << 'END-of-gngeo/distinfo' XMD5 (gngeo-0.6.4.tar.gz) = 690a624935a25af19d80d05088dc7d3c XSIZE (gngeo-0.6.4.tar.gz) = 558473 END-of-gngeo/distinfo echo x - gngeo/pkg-descr sed 's/^X//' >gngeo/pkg-descr << 'END-of-gngeo/pkg-descr' XGnGeo is a NeoGeo emulator for Linux (and maybe some other UNIX). It use the Xfollowing cpu core: X X* The 68k core from the generator project by James Ponder. X* Starscream 680x0 emulation library by Neill Corlett X* Raze Z80 emulator by Richard Mitton. X* Z80 Mame core from the Mame project. X* YM2610 Mame core by Tatsuyuki Satoh. X XWWW: http://m.peponas.free.fr/gngeo/ END-of-gngeo/pkg-descr echo c - gngeo/files mkdir -p gngeo/files > /dev/null 2>&1 echo x - gngeo/files/patch-configure sed 's/^X//' >gngeo/files/patch-configure << 'END-of-gngeo/files/patch-configure' X--- configure.orig Mon Sep 20 13:35:06 2004 X+++ configure Wed Aug 17 16:29:55 2005 X@@ -3118,10 +3118,6 @@ X { (exit 1); exit 1; }; } X fi X X-else X- { { echo "$as_me:$LINENO: error: can't find sdl-config on your system" >&5 X-echo "$as_me: error: can't find sdl-config on your system" >&2;} X- { (exit 1); exit 1; }; }; X fi X X END-of-gngeo/files/patch-configure echo x - gngeo/files/patch-src-streams.c sed 's/^X//' >gngeo/files/patch-src-streams.c << 'END-of-gngeo/files/patch-src-streams.c' X--- src/streams.c.orig Sat Feb 28 12:50:41 2004 X+++ src/streams.c Wed Aug 17 16:32:02 2005 X@@ -10,7 +10,7 @@ X #endif X X #include X-#include X+#include X #include X #include "emu.h" X #include END-of-gngeo/files/patch-src-streams.c echo x - gngeo/pkg-plist sed 's/^X//' >gngeo/pkg-plist << 'END-of-gngeo/pkg-plist' Xbin/gngeo X%%DATADIR%%/cursor.bmp X%%DATADIR%%/gui_font.bmp X%%DATADIR%%/gui_font2.bmp X%%DATADIR%%/little_font.bmp X%%DATADIR%%/neo-geo.rom X%%DATADIR%%/ng-lo.rom X%%DATADIR%%/ng-sfix.rom X%%DATADIR%%/ng-sm1.rom X%%DATADIR%%/romrc X%%DATADIR%%/sb_arrows.bmp X%%EXAMPLESDIR%%/gngeorc X@dirrm %%DATADIR%% X@dirrm %%EXAMPLESDIR%% END-of-gngeo/pkg-plist exit --- gngeo.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 00:00:33 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C571F16A41F for ; Sat, 27 Aug 2005 00:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3DB43D45 for ; Sat, 27 Aug 2005 00: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.3/8.13.3) with ESMTP id j7R00XcY062278 for ; Sat, 27 Aug 2005 00:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R00WPv062266; Sat, 27 Aug 2005 00:00:32 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 00:00:32 GMT Resent-Message-Id: <200508270000.j7R00WPv062266@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "ports@c0decafe.net" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C5516A41F for ; Fri, 26 Aug 2005 23:51:55 +0000 (GMT) (envelope-from ports@c0decafe.net) Received: from storm.idm.net.lb (storm.idm.net.lb [194.126.5.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E19343D4C for ; Fri, 26 Aug 2005 23:51:54 +0000 (GMT) (envelope-from ports@c0decafe.net) Received: from typhoon.idm.net.lb (typhoon.idm.net.lb [194.126.5.134]) by storm.idm.net.lb (Spam Firewall) with ESMTP id 11C63D0A3CAD for ; Sat, 27 Aug 2005 02:51:52 +0300 (EEST) Received: from atlantis.local ([213.175.162.72]) by typhoon.idm.net.lb (iPlanet Messaging Server 5.2 HotFix 1.26 (built Mar 31 2004)) with ESMTP id <0ILU00DRXSPCK7@typhoon.idm.net.lb> for FreeBSD-gnats-submit@freebsd.org; Sat, 27 Aug 2005 02:46:26 +0300 (GMT) Received: from atlantis.local (localhost [127.0.0.1]) by atlantis.local (8.13.3/8.13.3) with ESMTP id j7QNsIl2051592 for ; Sat, 27 Aug 2005 02:54:18 +0300 (EEST envelope-from ports@c0decafe.net) Received: (from bartender@localhost) by atlantis.local (8.13.3/8.13.3/Submit) id j7QNsG69051591; Sat, 27 Aug 2005 02:54:16 +0300 (EEST envelope-from ports@c0decafe.net) Message-Id: <200508262354.j7QNsG69051591@atlantis.local> Date: Sat, 27 Aug 2005 02:54:16 +0300 (EEST) From: "ports@c0decafe.net" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85332: [MAINTAINER] security/revelation: update to 0.4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 00:00:34 -0000 >Number: 85332 >Category: ports >Synopsis: [MAINTAINER] security/revelation: update to 0.4.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: Sat Aug 27 00:00:32 GMT 2005 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue Aug 23 01:45:37 EEST 2005 >Description: - Update to 0.4.5 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- revelation-0.4.5.patch begins here --- Index: Makefile =================================================================== RCS file: /freebsd/repository/ports/security/revelation/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 22 Apr 2005 01:02:39 -0000 1.10 +++ Makefile 26 Aug 2005 03:34:38 -0000 @@ -6,8 +6,7 @@ # PORTNAME= revelation -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.5 CATEGORIES= security gnome MASTER_SITES= ftp://oss.codepoet.no/revelation/ @@ -24,16 +23,16 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pygnome2 gnomeprefix gnomehack desktopfileutils +USE_GNOME= pygnome2 pygnomeextras gnomeprefix gnomehack desktopfileutils USE_PYTHON= yes -GCONF_SCHEMAS= revelation.schemas +GCONF_SCHEMAS= revelation.schemas revelation-applet.schemas USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|\(-Wl\)|$$(LDFLAGS) \1|' \ - ${WRKSRC}/wrap/crack/Makefile.in + ${WRKSRC}/src/wrap/crack/Makefile.in @${REINPLACE_CMD} -e 's|#include ||' \ - ${WRKSRC}/wrap/crack/crack.c.in + ${WRKSRC}/src/wrap/crack/crack.c.in post-install: -@update-desktop-database Index: distinfo =================================================================== RCS file: /freebsd/repository/ports/security/revelation/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 18 Apr 2005 16:02:16 -0000 1.5 +++ distinfo 26 Aug 2005 02:24:41 -0000 @@ -1,2 +1,2 @@ -MD5 (revelation-0.4.3.tar.bz2) = 80c36c740c5e02da54f77da69800325a -SIZE (revelation-0.4.3.tar.bz2) = 541292 +MD5 (revelation-0.4.5.tar.bz2) = f509367e8b5ab869fe00c6c3f87d2b58 +SIZE (revelation-0.4.5.tar.bz2) = 547303 Index: pkg-plist =================================================================== RCS file: /freebsd/repository/ports/security/revelation/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 22 Apr 2005 01:02:39 -0000 1.6 +++ pkg-plist 26 Aug 2005 03:36:12 -0000 @@ -4,6 +4,7 @@ %%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.py +%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/text.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.py @@ -12,6 +13,7 @@ %%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyc +%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/text.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyc @@ -20,6 +22,7 @@ %%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyo +%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/text.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyo @@ -34,7 +37,6 @@ %%PYTHON_SITELIBDIR%%/revelation/util.py %%PYTHON_SITELIBDIR%%/revelation/__init__.pyc %%PYTHON_SITELIBDIR%%/revelation/config.pyc -%%PYTHON_SITELIBDIR%%/revelation/crack.so %%PYTHON_SITELIBDIR%%/revelation/data.pyc %%PYTHON_SITELIBDIR%%/revelation/dialog.pyc %%PYTHON_SITELIBDIR%%/revelation/entry.pyc @@ -49,29 +51,34 @@ %%PYTHON_SITELIBDIR%%/revelation/io.pyo %%PYTHON_SITELIBDIR%%/revelation/ui.pyo %%PYTHON_SITELIBDIR%%/revelation/util.pyo -%%PYTHON_SITELIBDIR%%/revelation/authmanager.so +%%PYTHON_SITELIBDIR%%/revelation/crack.so +%%PYTHON_SITELIBDIR%%/revelation/gnomemisc.so @dirrm %%PYTHON_SITELIBDIR%%/revelation @unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2> /dev/null || true @unexec rmdir %D/%%PYTHON_LIBDIR%% 2> /dev/null || true +libdata/bonobo/servers/GNOME_RevelationApplet.server +libexec/revelation-applet share/gnome/applications/revelation.desktop -share/mime/packages/revelation.xml -@exec update-desktop-database > /dev/null || /usr/bin/true -@unexec update-desktop-database > /dev/null || /usr/bin/true +share/gnome/revelation/pwdict.hwm +share/gnome/revelation/pwdict.pwd +share/gnome/revelation/pwdict.pwi +share/gnome/revelation/ui/actions.xml +share/gnome/revelation/ui/menubar.xml +share/gnome/revelation/ui/popup-tree.xml +share/gnome/revelation/ui/toolbar.xml +@dirrm share/gnome/revelation/ui +@dirrm share/gnome/revelation share/icons/hicolor/16x16/apps/revelation.png share/icons/hicolor/24x24/apps/revelation.png +share/icons/hicolor/24x24/apps/revelation-locked.png share/icons/hicolor/32x32/apps/revelation.png +share/icons/hicolor/32x32/apps/revelation-locked.png share/icons/hicolor/48x48/apps/revelation.png +share/icons/hicolor/48x48/apps/revelation-locked.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-revelation.png share/icons/hicolor/scalable/filesystems/revelation-fallback-folder.svg share/icons/hicolor/scalable/filesystems/revelation-fallback-folder-open.svg -@exec update-mime-database %D/share/mime -@unexec update-mime-database %D/share/mime -share/gnome/revelation/ui/actions.xml -share/gnome/revelation/ui/menubar.xml -share/gnome/revelation/ui/popup-tree.xml -share/gnome/revelation/ui/toolbar.xml -@dirrm share/gnome/revelation/ui -share/gnome/revelation/pwdict.hwm -share/gnome/revelation/pwdict.pwd -share/gnome/revelation/pwdict.pwi -@dirrm share/gnome/revelation +share/mime/packages/revelation.xml +share/mime/application/x-revelation.xml +@exec update-desktop-database > /dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true --- revelation-0.4.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 02:30:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D54316A41F for ; Sat, 27 Aug 2005 02:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4714343D45 for ; Sat, 27 Aug 2005 02: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.3/8.13.3) with ESMTP id j7R2UJhq082075 for ; Sat, 27 Aug 2005 02:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R2UJ1u082052; Sat, 27 Aug 2005 02:30:19 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 02:30:19 GMT Resent-Message-Id: <200508270230.j7R2UJ1u082052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, NIIMI Satoshi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D083E16A41F for ; Sat, 27 Aug 2005 02:26:40 +0000 (GMT) (envelope-from sa2c@sa2c.net) Received: from freebird.and.or.jp (ns.and.or.jp [203.141.148.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB1D643D45 for ; Sat, 27 Aug 2005 02:26:38 +0000 (GMT) (envelope-from sa2c@sa2c.net) Received: from localhost (localhost [127.0.0.1]) by freebird.and.or.jp (Postfix) with ESMTP id 15D552E02E for ; Sat, 27 Aug 2005 11:26:34 +0900 (JST) Message-Id: <20050827022632.B1A6D1145D@berkeley.l.sa2c.net> Date: Sat, 27 Aug 2005 11:26:32 +0900 (JST) From: NIIMI Satoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85337: update port: lang/sbcl to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: NIIMI Satoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 02:30:20 -0000 >Number: 85337 >Category: ports >Synopsis: update port: lang/sbcl to 0.9.4 >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 Aug 27 02:30:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD berkeley.l.sa2c.net 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #1: Wed Jul 27 23:10:14 JST 2005 root@berkeley.l.sa2c.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Update of lang/sbcl to 0.9.4. >How-To-Repeat: >Fix: --- sbcl.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/sbcl/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 20 Dec 2004 20:03:03 -0000 1.17 +++ Makefile 27 Aug 2005 01:38:07 -0000 @@ -6,14 +6,11 @@ # PORTNAME= sbcl -PORTVERSION= 0.8.17 +PORTVERSION= 0.9.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sbcl DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX} -.if !defined(NOPORTDOCS) -DISTFILES+= ${DISTNAME}-html${EXTRACT_SUFX} -.endif MAINTAINER= des@FreeBSD.org COMMENT= A Common Lisp development system derived from the CMU CL system @@ -41,6 +38,9 @@ do-build: (cd ${WRKSRC} && ${SH} make.sh ${LISP_CMD}) +.if !defined(NOPORTDOCS) + (cd ${WRKSRC}/doc/manual && ${GMAKE} html) +.endif do-install: (cd ${WRKSRC} && ${SETENV} INSTALL_ROOT=${PREFIX} \ @@ -52,4 +52,10 @@ ${RMDIR} ${DOCSDIR}/html ${DOCSDIR}/info .endif +test: + (cd ${WRKSRC}/tests && ${SH} run-tests.sh) + +post-patch: + ${FIND} ${WRKSRC} -name '*.orig' -delete + .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/lang/sbcl/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 20 Dec 2004 20:03:03 -0000 1.12 +++ distinfo 27 Aug 2005 01:38:26 -0000 @@ -1,4 +1,2 @@ -MD5 (sbcl-0.8.17-source.tar.bz2) = 684d1a96496b46331dc50840db612909 -SIZE (sbcl-0.8.17-source.tar.bz2) = 2474794 -MD5 (sbcl-0.8.17-html.tar.bz2) = a5eea2768bf91e19ac1132928252382d -SIZE (sbcl-0.8.17-html.tar.bz2) = 108720 +MD5 (sbcl-0.9.4-source.tar.bz2) = a0420dc6236efece72c1c80ee15873c9 +SIZE (sbcl-0.9.4-source.tar.bz2) = 2607058 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/sbcl/pkg-plist,v retrieving revision 1.14 diff -u -r1.14 pkg-plist --- pkg-plist 20 Dec 2004 20:03:03 -0000 1.14 +++ pkg-plist 27 Jul 2005 19:35:37 -0000 @@ -16,7 +16,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/asdf/Getting-the-latest-version.html %%PORTDOCS%%%%DOCSDIR%%/html/asdf/Inspiration.html %%PORTDOCS%%%%DOCSDIR%%/html/asdf/Operations.html -%%PORTDOCS%%%%DOCSDIR%%/html/asdf/Pre_002ddefined-subclasses-of-component.html +%%PORTDOCS%%%%DOCSDIR%%/html/asdf/Pre-defined-subclasses-of-component.html %%PORTDOCS%%%%DOCSDIR%%/html/asdf/Predefined-operations-of-asdf.html %%PORTDOCS%%%%DOCSDIR%%/html/asdf/TODO-list.html %%PORTDOCS%%%%DOCSDIR%%/html/asdf/The-defsystem-form.html @@ -33,30 +33,34 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Automatic-Recompilation-of-Stale-Fasls.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Beyond-the-ANSI-Standard.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Calling-Lisp-From-C.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb_002dbsd_002dsockets_003ahost_002dent.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb_002dbsd_002dsockets_003ainet_002dsocket.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb_002dbsd_002dsockets_003alocal_002dsocket.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb_002dbsd_002dsockets_003asocket.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb_002dgray_003afundamental_002dstream.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb-bsd-sockets-host-ent.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb-bsd-sockets-inet-socket.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb-bsd-sockets-local-socket.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb-bsd-sockets-socket.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Class-sb-gray-fundamental-stream.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Coercing-Foreign-Values.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Colophon.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Command-Line-Options.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Common-Lisp-Books.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Compiler-Errors.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Compiler-Policy.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Compiler-only-Implementation.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Compiler.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Compiler_002donly-Implementation.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Concept-Index.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb_002dext_003acode_002ddeletion_002dnote.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb_002dext_003acompiler_002dnote.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb_002dext_003apackage_002dlock_002dviolation.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb_002dext_003apackage_002dlocked_002derror.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb_002dext_003asymbol_002dpackage_002dlocked_002derror.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb-ext-code-deletion-note.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb-ext-compiler-note.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb-ext-package-lock-violation.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb-ext-package-locked-error.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb-ext-symbol-package-locked-error.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Condition-sb-thread-interrupt-thread-error.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Contributed-Modules.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Controlling-Printing-in-the-Debugger.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Controlling-Verbosity.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Customization-Hooks-for-Users.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debug-Tail-Recursion.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debugger-Banner.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debugger-Command-Loop.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debugger-Entry.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debugger-Invokation.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debugger-Policy-Control.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Debugger.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Declarations-as-Assertions.html @@ -66,11 +70,12 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Development-Tools.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Diagnostic-Messages.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Diagnostic-Severity.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Dynamic_002dextent-allocation.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Dynamic-extent-allocation.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Editor-Integration.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Efficiency-Hacks.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Efficiency.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/End-of-File.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Entry-Point-Details.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Errors-During-Macroexpansion.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Exit-on-Errors.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Exiting-Commands.html @@ -88,80 +93,103 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-Index.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-Names.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-Tracing.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-common_002dlisp_003aed.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-common_002dlisp_003arequire.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dalien_003aload_002dshared_002dobject.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003aget_002dhost_002dby_002daddress.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003aget_002dhost_002dby_002dname.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003aget_002dprotocol_002dby_002dname.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003amake_002dinet_002daddress.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003aname_002dservice_002derror.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asocket_002derror.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002dbroadcast.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002dbsd_002dcompatible.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002ddebug.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002ddont_002droute.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002dkeep_002dalive.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002doob_002dinline.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002dpass_002dcredentials.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002dreuse_002daddress.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dbsd_002dsockets_003asockopt_002dtcp_002dnodelay.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003aadd_002dimplementation_002dpackage.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003alock_002dpackage.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003apackage_002dimplemented_002dby_002dlist.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003apackage_002dimplements_002dlist.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003apackage_002dlocked_002dp.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003aposix_002dgetenv.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003apurify.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003aquit.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003aremove_002dimplementation_002dpackage.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003asave_002dlisp_002dand_002ddie.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dext_003aunlock_002dpackage.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dmd5_003amd5sum_002dfile.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dmd5_003amd5sum_002dsequence.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dmd5_003amd5sum_002dstream.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dprofile_003areport.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dprofile_003areset.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002drotate_002dbyte_003arotate_002dbyte.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dsprof_003areport.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dsprof_003areset.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dsprof_003astart_002dprofiling.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb_002dsprof_003astop_002dprofiling.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Funny-Frames.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-common-lisp-ed.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-common-lisp-require.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-alien-load-shared-object.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-get-host-by-address.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-get-host-by-name.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-get-protocol-by-name.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-make-inet-address.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-name-service-error.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-socket-error.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-bsd-compatible.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-debug.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-dont-route.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-keep-alive.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-oob-inline.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-pass-credentials.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-reuse-address.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-bsd-sockets-sockopt-tcp-nodelay.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-add-implementation-package.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-cancel-finalization.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-finalize.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-lock-package.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-make-weak-pointer.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-package-implemented-by-list.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-package-implements-list.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-package-locked-p.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-posix-getenv.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-purify.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-quit.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-remove-implementation-package.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-save-lisp-and-die.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-unlock-package.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-ext-weak-pointer-value.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-md5-md5sum-file.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-md5-md5sum-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-md5-md5sum-stream.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-md5-md5sum-string.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-profile-report.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-profile-reset.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-rotate-byte-rotate-byte.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-sprof-report.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-sprof-reset.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-sprof-start-profiling.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-sprof-stop-profiling.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-condition-broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-condition-notify.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-condition-wait.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-get-mutex.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-interrupt-thread-error-errno.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-interrupt-thread-error-thread.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-interrupt-thread.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-list-all-threads.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-make-mutex.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-make-thread.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-make-waitqueue.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-mutex-name.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-mutex-value.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-release-mutex.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-terminate-thread.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-thread-alive-p.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Function-sb-thread-waitqueue-name.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Garbage-Collection.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/General-Sockets.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003ahost_002dent_002daddress.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003anon_002dblocking_002dmode.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002daccept.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dbind.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dclose.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dconnect.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dlisten.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dmake_002dstream.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dname.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dpeername.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dbsd_002dsockets_003asocket_002dreceive.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dadvance_002dto_002dcolumn.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dclear_002dinput.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dclear_002doutput.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dfinish_002doutput.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dforce_002doutput.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dfresh_002dline.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dline_002dcolumn.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dline_002dlength.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dlisten.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dpeek_002dchar.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dread_002dbyte.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dread_002dchar.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dread_002dchar_002dno_002dhang.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dread_002dline.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dread_002dsequence.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dstart_002dline_002dp.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dterpri.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dunread_002dchar.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dwrite_002dbyte.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dwrite_002dchar.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dwrite_002dsequence.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic_002dFunction-sb_002dgray_003astream_002dwrite_002dstring.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-host-ent-address.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-non-blocking-mode.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-accept.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-bind.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-close.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-connect.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-listen.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-make-stream.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-name.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-open-p.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-peername.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-bsd-sockets-socket-receive.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-advance-to-column.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-clear-input.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-clear-output.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-finish-output.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-force-output.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-fresh-line.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-line-column.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-line-length.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-listen.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-peek-char.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-read-byte.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-read-char-no-hang.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-read-char.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-read-line.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-read-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-start-line-p.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-terpri.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-unread-char.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-write-byte.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-write-char.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-write-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Generic-Function-sb-gray-stream-write-string.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Getting-Existing-Programs-to-Run.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Gray-Streams.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Handling-of-Types.html @@ -170,9 +198,9 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/How-the-Source-is-Found.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/INET-Domain-Sockets.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Idiosyncrasies.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Implementation--Linux-x86-.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Implementation-Limitations.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Implementation-Packages.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Implementation-_0028Linux-x86_0029.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Information-Commands.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Initialization-Examples.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Initialization-File-Semantics.html @@ -183,16 +211,19 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Introduction.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Language-Reference.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Loading-Shared-Object-Files.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Local--Unix--Domain-Sockets.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Local-Foreign-Variables.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Local-_0028Unix_0029-Domain-Sockets.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-common_002dlisp_003astep.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-common_002dlisp_003atrace.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-common_002dlisp_003auntrace.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb_002dext_003awith_002dunlocked_002dpackages.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb_002dext_003awithout_002dpackage_002dlocks.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb_002dprofile_003aprofile.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb_002dprofile_003aunprofile.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb_002dsprof_003awith_002dprofiling.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-common-lisp-step.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-common-lisp-trace.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-common-lisp-untrace.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-ext-with-unlocked-packages.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-ext-without-package-locks.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-profile-profile.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-profile-unprofile.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-sprof-with-profiling.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-thread-with-mutex.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Macro-sb-thread-with-recursive-lock.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Metaobject-Protocol.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Modular-arithmetic.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/More-Common-Lisp-Information.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/More-SBCL-Information.html @@ -220,7 +251,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Runtime-Options.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/SBCL-Homepage.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Saving-a-Core-Image.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Sessions_002fDebugging.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Sessions-Debugging.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Shebang-Scripts.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Simple-Streams.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Single-Stepping.html @@ -228,58 +259,61 @@ %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Sockets-Overview.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Source-Location-Availability.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Source-Location-Printing.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Special-Operator-sb-ext-truly-the.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Special-Variables.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Special_002dOperator-sb_002dext_003atruly_002dthe.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Stack-Frames.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Stack-Motion.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Stale-Extensions.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Starting-SBCL.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Starting-and-Stopping.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Starting-the-Debugger.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Statistical-Profiler.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Step_002dBy_002dStep-Example-of-the-Foreign-Function-Interface.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Step-By-Step-Example-of-the-Foreign-Function-Interface.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Stopping-SBCL.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Structure-sb-thread-mutex.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Structure-sb-thread-thread.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Structure-sb-thread-waitqueue.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Style-Warnings.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Support-For-Unix.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/System-Initialization-File.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-Debugger-Command-Loop.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-Original-and-Actual-Source.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-Parts-of-a-Compiler-Diagnostic.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-Processing-Path.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-alien_002dfuncall-Primitive.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-define_002dalien_002droutine-Macro.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Things-Which-Might-Be-In-The-Next-ANSI-Standard.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Third_002dparty-Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-alien-funcall-Primitive.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/The-define-alien-routine-Macro.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Third-party-Libraries.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Threading-basics.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Threading.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Tools-To-Help-Developers.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Toplevel-Options.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Type-Errors-at-Compile-Time.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Type-Index.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Understanding-Compiler-Diagnostics.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Unix_002dstyle-Command-Line-Protocol.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Unix-style-Command-Line-Protocol.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Unknown-Locations-and-Interrupts.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/User-Initialization-File.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-Access.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-Index.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-Value-Availability.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002amax_002dtrace_002dindentation_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002atrace_002dencapsulate_002ddefault_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002atrace_002dindentation_002dstep_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002ddebug_003a_002atrace_002dvalues_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002acompiler_002dprint_002dvariable_002dalist_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002adebug_002dprint_002dvariable_002dalist_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002aed_002dfunctions_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002ainvoke_002ddebugger_002dhook_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dext_003a_002amodule_002dprovider_002dfunctions_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dsprof_003a_002amax_002dsamples_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb_002dsprof_003a_002asample_002dinterval_002a.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Waitqueue_002fcondition-variables.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/define_002dalien_002droutine-Example.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-debug--max-trace-indentation-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-debug--trace-encapsulate-default-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-debug--trace-indentation-step-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-debug--trace-values-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-ext--after-gc-hooks-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-ext--compiler-print-variable-alist-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-ext--debug-print-variable-alist-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-ext--ed-functions-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-ext--invoke-debugger-hook-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-ext--module-provider-functions-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-sprof--max-samples-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-sprof--sample-interval-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Variable-sb-thread--current-thread-.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/Waitqueue-condition-variables.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/define-alien-routine-Example.html %%PORTDOCS%%%%DOCSDIR%%/html/sbcl/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb_002daclrepl.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb_002dgrovel.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb_002dmd5.html -%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb_002drotate_002dbyte.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb-aclrepl.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb-grovel.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb-md5.html +%%PORTDOCS%%%%DOCSDIR%%/html/sbcl/sb-rotate-byte.html bin/sbcl lib/sbcl/asdf-install/.cvsignore lib/sbcl/asdf-install/Makefile @@ -379,6 +413,17 @@ lib/sbcl/sb-grovel/sb-grovel.texinfo lib/sbcl/sb-grovel/test-passed lib/sbcl/sb-introspect/sb-introspect.fasl +lib/sbcl/sb-md5/.cvsignore +lib/sbcl/sb-md5/Makefile +lib/sbcl/sb-md5/README +lib/sbcl/sb-md5/md5-tests.fasl +lib/sbcl/sb-md5/md5-tests.lisp +lib/sbcl/sb-md5/md5.fasl +lib/sbcl/sb-md5/md5.lisp +lib/sbcl/sb-md5/sb-md5.asd +lib/sbcl/sb-md5/sb-md5.fasl +lib/sbcl/sb-md5/sb-md5.texinfo +lib/sbcl/sb-md5/test-passed lib/sbcl/sb-posix/.cvsignore lib/sbcl/sb-posix/Makefile lib/sbcl/sb-posix/README @@ -466,7 +511,6 @@ lib/sbcl/sb-simple-streams/string.lisp lib/sbcl/sb-simple-streams/terminal.fasl lib/sbcl/sb-simple-streams/terminal.lisp -lib/sbcl/sb-simple-streams/test-data.tmp lib/sbcl/sb-simple-streams/test-passed lib/sbcl/sb-sprof/sb-sprof.fasl lib/sbcl/sbcl.core @@ -475,6 +519,7 @@ lib/sbcl/systems/sb-bsd-sockets.asd lib/sbcl/systems/sb-cltl2.asd lib/sbcl/systems/sb-grovel.asd +lib/sbcl/systems/sb-md5.asd lib/sbcl/systems/sb-posix.asd lib/sbcl/systems/sb-rotate-byte.asd lib/sbcl/systems/sb-rt.asd @@ -493,6 +538,7 @@ @dirrm lib/sbcl/sb-posix/test-lab @dirrm lib/sbcl/sb-posix/alien @dirrm lib/sbcl/sb-posix +@dirrm lib/sbcl/sb-md5 @dirrm lib/sbcl/sb-introspect @dirrm lib/sbcl/sb-grovel @dirrm lib/sbcl/sb-executable Index: files/patch-asdf-install =================================================================== RCS file: files/patch-asdf-install diff -N files/patch-asdf-install --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-asdf-install 27 Aug 2005 01:37:35 -0000 @@ -0,0 +1,19 @@ +Index: contrib/asdf-install/installer.lisp +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/contrib/asdf-install/installer.lisp,v +retrieving revision 1.11 +diff -u -r1.11 installer.lisp +--- contrib/asdf-install/installer.lisp 14 Jul 2005 16:30:06 -0000 1.11 ++++ contrib/asdf-install/installer.lisp 27 Aug 2005 01:36:05 -0000 +@@ -249,8 +249,10 @@ + (let* ((tar + (with-output-to-string (o) + (or +- (sb-ext:run-program #-darwin "tar" ++ (sb-ext:run-program #-(or darwin freebsd) "tar" + #+darwin "gnutar" ++ #+freebsd (or (sb-ext:find-executable-in-search-path "gtar") ++ "tar") + (list "-C" (namestring source) + "-xzvf" (namestring packagename)) + :output o Index: files/patch-backtrace =================================================================== RCS file: files/patch-backtrace diff -N files/patch-backtrace --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-backtrace 27 Aug 2005 01:37:35 -0000 @@ -0,0 +1,17 @@ +Index: src/code/debug-int.lisp +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/code/debug-int.lisp,v +retrieving revision 1.97 +diff -u -r1.97 debug-int.lisp +--- src/code/debug-int.lisp 14 Jul 2005 16:30:31 -0000 1.97 ++++ src/code/debug-int.lisp 27 Aug 2005 01:36:06 -0000 +@@ -572,6 +572,9 @@ + ;; FIXME: Where is this documented? Is it really true of every CPU + ;; architecture? Is it even necessarily true in current SBCL? + (>= (sap-int ra) 4096) ++ ;; On FreeBSD, kernel area is not valid as return address. ++ ;; FIXME: How to obtain the address instead of magic number? ++ #!+freebsd (< (sap-int ra) #xC0000000) + ;; not a Lisp stack pointer + (not (control-stack-pointer-valid-p ra)))) + Index: files/patch-floating-point =================================================================== RCS file: files/patch-floating-point diff -N files/patch-floating-point --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-floating-point 27 Aug 2005 01:37:35 -0000 @@ -0,0 +1,207 @@ +Index: src/code/float-trap.lisp +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/code/float-trap.lisp,v +retrieving revision 1.18 +diff -u -r1.18 float-trap.lisp +--- src/code/float-trap.lisp 14 Jul 2005 16:30:34 -0000 1.18 ++++ src/code/float-trap.lisp 27 Aug 2005 01:36:06 -0000 +@@ -153,10 +153,28 @@ + `(not (zerop (logand ,(dpb (float-trap-mask traps) float-traps-byte 0) + (floating-point-modes))))) + ++;;; SIGFPE code to floating-point error ++#+freebsd ++(defparameter *sigfpe-code-error-alist* ++ (list (cons sb!unix::fpe-intovf 'floating-point-overflow) ++ (cons sb!unix::fpe-intdiv 'division-by-zero) ++ (cons sb!unix::fpe-fltdiv 'division-by-zero) ++ (cons sb!unix::fpe-fltovf 'floating-point-overflow) ++ (cons sb!unix::fpe-fltund 'floating-point-underflow) ++ (cons sb!unix::fpe-fltres 'floating-point-inexact) ++ (cons sb!unix::fpe-fltinv 'floating-point-invalid-operation) ++ (cons sb!unix::fpe-fltsub 'floating-point-exception))) ++ + ;;; Signal the appropriate condition when we get a floating-point error. + (defun sigfpe-handler (signal info context) +- (declare (ignore signal info)) ++ (declare (ignore signal #!-freebsd info)) ++ #!+freebsd ++ (declare (type system-area-pointer info)) + (declare (type system-area-pointer context)) ++ #!+freebsd ++ (let ((code (sb!unix::siginfo-code info))) ++ (error (or (cdr (assoc code *sigfpe-code-error-alist*)) ++ 'floating-point-exception))) + (let* ((modes (context-floating-point-modes + (sb!alien:sap-alien context (* os-context-t)))) + (traps (logand (ldb float-exceptions-byte modes) +Index: src/code/target-signal.lisp +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/code/target-signal.lisp,v +retrieving revision 1.26 +diff -u -r1.26 target-signal.lisp +--- src/code/target-signal.lisp 11 Aug 2005 14:44:16 -0000 1.26 ++++ src/code/target-signal.lisp 27 Aug 2005 01:36:06 -0000 +@@ -148,6 +148,10 @@ + + ;;;; etc. + ++;;; extract si_code from siginfo_t ++(sb!alien:define-alien-routine ("siginfo_code" siginfo-code) sb!alien:int ++ (info system-area-pointer)) ++ + ;;; CMU CL comment: + ;;; Magically converted by the compiler into a break instruction. + (defun receive-pending-interrupt () +Index: src/runtime/interrupt.c +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/runtime/interrupt.c,v +retrieving revision 1.87 +diff -u -r1.87 interrupt.c +--- src/runtime/interrupt.c 19 Aug 2005 22:21:02 -0000 1.87 ++++ src/runtime/interrupt.c 27 Aug 2005 01:36:06 -0000 +@@ -435,7 +435,7 @@ + check_blockables_blocked_or_lose(); + check_interrupts_enabled_or_lose(context); + +-#ifdef LISP_FEATURE_LINUX ++#if defined(LISP_FEATURE_LINUX) || defined(__FreeBSD__) + /* Under Linux on some architectures, we appear to have to restore + the FPU control word from the context, as after the signal is + delivered we appear to have a null FPU control word. */ +@@ -612,7 +612,7 @@ + os_context_t *context = arch_os_get_context(&void_context); + struct thread *thread=arch_os_get_current_thread(); + struct interrupt_data *data=thread->interrupt_data; +-#ifdef LISP_FEATURE_LINUX ++#if defined(LISP_FEATURE_LINUX) || defined(__FreeBSD__) + os_restore_fp_control(context); + #endif + if(maybe_defer_handler(interrupt_handle_now,data, +@@ -633,7 +633,7 @@ + struct interrupt_data *data= + thread ? thread->interrupt_data : global_interrupt_data; + +-#ifdef LISP_FEATURE_LINUX ++#if defined(LISP_FEATURE_LINUX) || defined(__FreeBSD__) + os_restore_fp_control(context); + #endif + check_blockables_blocked_or_lose(); +@@ -653,7 +653,7 @@ + struct thread *thread=arch_os_get_current_thread(); + struct interrupt_data *data= + thread ? thread->interrupt_data : global_interrupt_data; +-#ifdef LISP_FEATURE_LINUX ++#if defined(LISP_FEATURE_LINUX) || defined(__FreeBSD__) + os_restore_fp_control(context); + #endif + if(maybe_defer_handler(low_level_interrupt_handle_now,data, +@@ -1165,3 +1165,9 @@ + + SHOW("returning from interrupt_init()"); + } ++ ++int ++siginfo_code(siginfo_t *info) ++{ ++ return info->si_code; ++} +Index: src/runtime/x86-arch.c +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/runtime/x86-arch.c,v +retrieving revision 1.31 +diff -u -r1.31 x86-arch.c +--- src/runtime/x86-arch.c 19 Aug 2005 12:15:16 -0000 1.31 ++++ src/runtime/x86-arch.c 27 Aug 2005 01:36:06 -0000 +@@ -229,7 +229,7 @@ + single-stepping (as far as I can tell) this is somewhat moot, + but it might be worth either moving this code up or deleting + the single-stepping code entirely. -- CSR, 2002-07-15 */ +-#ifdef LISP_FEATURE_LINUX ++#if defined(LISP_FEATURE_LINUX) || defined(__FreeBSD__) + os_restore_fp_control(context); + #endif + +Index: src/runtime/x86-bsd-os.c +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/src/runtime/x86-bsd-os.c,v +retrieving revision 1.7 +diff -u -r1.7 x86-bsd-os.c +--- src/runtime/x86-bsd-os.c 14 Jul 2005 15:41:21 -0000 1.7 ++++ src/runtime/x86-bsd-os.c 27 Aug 2005 01:36:07 -0000 +@@ -85,6 +85,52 @@ + #endif /* __NetBSD__ */ + + ++#ifdef __FreeBSD__ ++#if __FreeBSD_version >= 500000 ++/* ++ * FreeBSD 5.0 or later initializes FPU control word for signal ++ * handler. ++ */ ++#include ++ ++static __inline__ void ++fldcw(unsigned short cw) ++{ ++ __asm__ __volatile__ ("fldcw %0" : : "m" (cw)); ++} ++ ++void ++os_restore_fp_control(os_context_t *context) ++{ ++ union savefpu *addr; ++ ++ addr = (union savefpu *)context->uc_mcontext.mc_fpstate; ++ switch (context->uc_mcontext.mc_fpformat) { ++ case _MC_FPFMT_387: ++ /* FPU state is saved by fnsave */ ++ fldcw((unsigned short)addr->sv_87.sv_env.en_cw); ++ break; ++ case _MC_FPFMT_XMM: ++ /* FPU/SSE state is saved by fxsave */ ++ fldcw(addr->sv_xmm.sv_env.en_cw); ++ break; ++ default: ++ /* No FPU state is saved. */ ++ break; ++ } ++} ++#else /* __FreeBSD_version < 500000 */ ++/* ++ * FreeBSD befoer 5.0 does not touch FPU control word for signal ++ * handler. ++ */ ++void ++os_restore_fp_control(os_context_t *context) ++{ ++ /* DO NOTHING */ ++} ++#endif /* __FreeBSD_version */ ++#endif /* __FreeBSD__ */ + + /* FIXME: If this can be a no-op on BSD/x86, then it + * deserves a more precise name. +Index: tools-for-build/grovel-headers.c +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/tools-for-build/grovel-headers.c,v +retrieving revision 1.10 +diff -u -r1.10 grovel-headers.c +--- tools-for-build/grovel-headers.c 14 Jul 2005 20:24:19 -0000 1.10 ++++ tools-for-build/grovel-headers.c 27 Aug 2005 01:36:07 -0000 +@@ -223,5 +223,15 @@ + defsignal("sigxcpu", SIGXCPU); + defsignal("sigxfsz", SIGXFSZ); + #endif ++#ifdef __FreeBSD__ ++ defconstant("fpe-intovf", FPE_INTOVF); ++ defconstant("fpe-intdiv", FPE_INTDIV); ++ defconstant("fpe-fltdiv", FPE_FLTDIV); ++ defconstant("fpe-fltovf", FPE_FLTOVF); ++ defconstant("fpe-fltund", FPE_FLTUND); ++ defconstant("fpe-fltres", FPE_FLTRES); ++ defconstant("fpe-fltinv", FPE_FLTINV); ++ defconstant("fpe-fltsub", FPE_FLTSUB); ++#endif + return 0; + } --- sbcl.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 03:30:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38AA16A41F for ; Sat, 27 Aug 2005 03:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3184E43D4C for ; Sat, 27 Aug 2005 03: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.3/8.13.3) with ESMTP id j7R3UDVp089067 for ; Sat, 27 Aug 2005 03:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R3UDlE089060; Sat, 27 Aug 2005 03:30:13 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 03:30:13 GMT Resent-Message-Id: <200508270330.j7R3UDlE089060@freefall.freebsd.org> 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 F09C716A41F for ; Sat, 27 Aug 2005 03:26:02 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EB243D46 for ; Sat, 27 Aug 2005 03:26:00 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) by alumni.csie.nctu.edu.tw (8.13.3/8.12.9) with ESMTP id j7R3Ptmx006098 for ; Sat, 27 Aug 2005 11:25:55 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.13.3/8.12.3/Submit) id j7R3PtEZ006097; Sat, 27 Aug 2005 11:25:55 +0800 (CST) Message-Id: <200508270325.j7R3PtEZ006097@alumni.csie.nctu.edu.tw> Date: Sat, 27 Aug 2005 11:25:55 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85339: ports/games/ggz-client-libs 0.11 doesn't need devel/popt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 03:30:15 -0000 >Number: 85339 >Category: ports >Synopsis: ports/games/ggz-client-libs 0.11 doesn't need devel/popt >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 Aug 27 03:30:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.11-RELEASE-p1 i386 >Organization: MANA lab, CCU CS >Environment: System: FreeBSD nb.mana.cs.ccu.edu.tw 4.11-RELEASE-p1 FreeBSD 4.11-RELEASE-p1 #3: Sat Apr 2 21:45:26 CST 2005 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: According to http://www.ggzgamingzone.org/releases/0.0.11/installation.php , ports/games/ggz-client-libs 0.11 doesn't need devel/popt. Please commit this patch , thanks ! >How-To-Repeat: Apply the following patch. >Fix: --- ggz-client-libs.patch begins here --- diff -ruN /usr/ports/games/ggz-client-libs/Makefile ggz-client-libs/Makefile --- /usr/ports/games/ggz-client-libs/Makefile Sat May 28 10:18:54 2005 +++ ggz-client-libs/Makefile Sat Aug 27 09:47:14 2005 @@ -15,8 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Core Client Libraries -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - ggz.3:${PORTSDIR}/games/libggz \ +LIB_DEPENDS= ggz.3:${PORTSDIR}/games/libggz \ expat.5:${PORTSDIR}/textproc/expat2 USE_GNOME= gnometarget @@ -34,7 +33,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - + post-patch: @${REINPLACE_CMD} -e 's|LIBGGZ_INCLUDES=.*$$|LIBGGZ_INCLUDES=|g ; \ s|LIBGGZ_LDFLAGS=.*$$|LIBGGZ_LDFLAGS=|g ; \ --- ggz-client-libs.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 05:30:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F54C16A41F for ; Sat, 27 Aug 2005 05:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106A743D48 for ; Sat, 27 Aug 2005 05:30: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.3/8.13.3) with ESMTP id j7R5U8rB009756 for ; Sat, 27 Aug 2005 05:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R5U8Fl009748; Sat, 27 Aug 2005 05:30:08 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 05:30:08 GMT Resent-Message-Id: <200508270530.j7R5U8Fl009748@freefall.freebsd.org> 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 81AF116A41F for ; Sat, 27 Aug 2005 05:29:47 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from illusionist.sov.kewlio.net.uk (fxp-0.712-illusionist.sov.kewlio.net.uk [85.116.0.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D0743D46 for ; Sat, 27 Aug 2005 05:29:46 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from maya.liquidx.org (168-103-42-226.bois.qwest.net [168.103.42.226]) (authenticated bits=0 user=tlp) by illusionist.sov.kewlio.net.uk (8.13.4/8.13.4) with ESMTP id j7R5TgJN053279 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 27 Aug 2005 06:29:44 +0100 (BST) Message-Id: <200508262329.29862.tlp@liquidx.org> Date: Fri, 26 Aug 2005 23:29:29 -0600 From: Travis Poppe To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/85340: [PORT FIX] Fix net/naim so it will connect again X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 05:30:09 -0000 >Number: 85340 >Category: ports >Synopsis: [PORT FIX] Fix net/naim so it will connect again >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 Aug 27 05:30:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Travis Poppe >Release: >Organization: >Environment: >Description: I was notified today that net/naim no longer connects to AIM. This is not a problem specific to FreeBSD. I've been provided an unofficial patch that fixes the problem (there will not likely be an official update for quite some time, as the author probably won't be available any time soon). I've included a diff containing the fix/patch. Patch author: Dane Wagner Additional discussion at: http://naimdoc.net/index.php/TOC_Issues >How-To-Repeat: >Fix: diff -ruN naim.orig/Makefile naim/Makefile --- naim.orig/Makefile Mon Apr 11 21:26:14 2005 +++ naim/Makefile Fri Aug 26 23:13:23 2005 @@ -7,6 +7,7 @@ PORTNAME= naim PORTVERSION= 0.11.7.3.1 +PORTREVISION= 1 CATEGORIES= net irc MASTER_SITES= http://shell.n.ml.org/n/naim/ diff -ruN naim.orig/files/patch-toc.c naim/files/patch-toc.c --- naim.orig/files/patch-toc.c Wed Dec 31 17:00:00 1969 +++ naim/files/patch-toc.c Fri Aug 26 23:13:01 2005 @@ -0,0 +1,92 @@ +--- firetalk/toc.c.orig Sun Jul 18 21:10:04 2004 ++++ firetalk/toc.c Fri Aug 26 13:09:16 2005 +@@ -1415,28 +1415,28 @@ + } else if (strcmp(arg0, "PAUSE") == 0) { + c->connectstate = 1; + firetalk_internal_set_connectstate(c, FCS_WAITING_SIGNON); +- } else if (strcmp(arg0, "IM_IN") == 0) { +- args = toc_parse_args(data, 4); ++ } else if (strcmp(arg0, "IM_IN2") == 0) { ++ args = toc_parse_args(data, 5); + if ((args[1] == NULL) || (args[2] == NULL) || (args[3] == NULL)) { + (void)toc_internal_disconnect(c, FE_INVALIDFORMAT); + return FE_INVALIDFORMAT; + } +- (void)aim_handle_ect(c, args[1], args[3], args[2][0] == 'T'?1:0); +- if (strlen(args[3]) > 0) { ++ (void)aim_handle_ect(c, args[1], args[4], args[2][0] == 'T'?1:0); ++ if (strlen(args[4]) > 0) { + char *mestart; + +- if (strncasecmp(args[3],"/me ",4) == 0) +- firetalk_callback_im_getaction(c, args[1], args[2][0] == 'T'?1:0, &args[3][4]); +- else if ((mestart = strstr(args[3],">/me ")) != NULL) ++ if (strncasecmp(args[4],"/me ",4) == 0) ++ firetalk_callback_im_getaction(c, args[1], args[2][0] == 'T'?1:0, &args[4][4]); ++ else if ((mestart = strstr(args[4],">/me ")) != NULL) + firetalk_callback_im_getaction(c, args[1], args[2][0] == 'T'?1:0, &mestart[5]); + else { + if (args[2][0] == 'T') /* interpolate only auto-messages */ +- firetalk_callback_im_getmessage(c, args[1], 1, aim_interpolate_variables(args[3], c->nickname)); ++ firetalk_callback_im_getmessage(c, args[1], 1, aim_interpolate_variables(args[4], c->nickname)); + else +- firetalk_callback_im_getmessage(c, args[1], 0, args[3]); ++ firetalk_callback_im_getmessage(c, args[1], 0, args[4]); + } + } +- } else if (strcmp(arg0, "UPDATE_BUDDY") == 0) { ++ } else if (strcmp(arg0, "UPDATE_BUDDY2") == 0) { + args = toc_parse_args(data,7); + if (!args[1] || !args[2] || !args[3] || !args[4] || !args[5] || !args[6]) { + (void)toc_internal_disconnect(c, FE_INVALIDFORMAT); +@@ -1609,6 +1609,7 @@ + char *tempchr2; + int permit_mode; + firetalk_t fchandle; ++ int magicnum; + + got_data_connecting_start: + r = toc_find_packet(c,buffer,bufferpos,data,c->connectstate == 0 ? SFLAP_FRAME_SIGNON : SFLAP_FRAME_DATA,&length); +@@ -1641,7 +1642,23 @@ + firetalk_callback_needpass(c,password,128); + + c->connectstate = 1; +- r = toc_send_printf(c,"toc_signon login.oscar.aol.com 5190 %s %s english \"" PACKAGE_NAME ":" PACKAGE_VERSION ":contact " PACKAGE_BUGREPORT "\"",c->nickname,toc_hash_password(password)); ++ ++ magicnum = 0; ++ { ++ /* see www.snaphat.com/toc2.txt */ ++ int a, b, cnum, sn, pw; ++ ++ sn = c->nickname[0] - 96; ++ pw = (int)(password[0]) - 96; ++ ++ a = sn * 7696 + 738816; ++ b = sn * 746512; ++ cnum = pw * a; ++ ++ magicnum = cnum - a + b + 71665152; ++ } ++ ++ r = toc_send_printf(c,"toc2_signon login.oscar.aol.com 5190 %s %s english \"TIC:naim\" 160 %d",c->nickname,toc_hash_password(password), magicnum); + if (r != FE_SUCCESS) { + firetalk_callback_connectfailed(c,r,"Error sending login string"); + return r; +@@ -1701,7 +1718,7 @@ + abort(); + } + c->connectstate = 3; +- } else if (strcmp(arg0,"CONFIG") == 0) { ++ } else if (strcmp(arg0,"CONFIG2") == 0) { + char *group; + + group = strdup("Saved buddy"); +@@ -1711,7 +1728,7 @@ + fchandle = firetalk_find_handle(c); + args = toc_parse_args(data,2); + if (!args[1]) { +- firetalk_callback_connectfailed(c,FE_INVALIDFORMAT,"CONFIG"); ++ firetalk_callback_connectfailed(c,FE_INVALIDFORMAT,"CONFIG2"); + return FE_INVALIDFORMAT; + } + tempchr1 = args[1]; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 06:07:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF0EF16A41F; Sat, 27 Aug 2005 06:07:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7713B43D49; Sat, 27 Aug 2005 06:07:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7R67FbB016042; Sat, 27 Aug 2005 06:07:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R67Fjl016038; Sat, 27 Aug 2005 06:07:15 GMT (envelope-from linimon) Date: Sat, 27 Aug 2005 06:07:15 GMT From: Mark Linimon Message-Id: <200508270607.j7R67Fjl016038@freefall.freebsd.org> To: anders@FreeBSD.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/85307: cvsup core dumps when using -l on AMD64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 06:07:16 -0000 Synopsis: cvsup core dumps when using -l on AMD64 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Aug 27 06:05:10 GMT 2005 State-Changed-Why: Already reported as part of ports/75015. There seem to be multiple problems with cvsup (or ezm3?) on amd64. Unfortunately, jdp has stated that he does not have access to an amd64 machine and thus is not able to pursue the problem at the moment. It would be very helpful is someone could roll up their sleeves and find out what the underlying problem really is here. http://www.freebsd.org/cgi/query-pr.cgi?pr=85307 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 06:08:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA0B16A41F; Sat, 27 Aug 2005 06:08:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868E243D4C; Sat, 27 Aug 2005 06:08: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.3/8.13.3) with ESMTP id j7R68Jcl016088; Sat, 27 Aug 2005 06:08:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R68JgK016084; Sat, 27 Aug 2005 06:08:19 GMT (envelope-from linimon) Date: Sat, 27 Aug 2005 06:08:19 GMT From: Mark Linimon Message-Id: <200508270608.j7R68JgK016084@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org Cc: Subject: Re: ports/85315: problem with ZendOptimizer 2.5.10a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 06:08:20 -0000 Synopsis: problem with ZendOptimizer 2.5.10a Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: linimon Responsible-Changed-When: Sat Aug 27 06:08:10 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85315 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 06:08:46 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C4E816A41F; Sat, 27 Aug 2005 06:08:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2D043D48; Sat, 27 Aug 2005 06:08:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7R68kK1016133; Sat, 27 Aug 2005 06:08:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R68kUe016129; Sat, 27 Aug 2005 06:08:46 GMT (envelope-from linimon) Date: Sat, 27 Aug 2005 06:08:46 GMT From: Mark Linimon Message-Id: <200508270608.j7R68kUe016129@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: ports/85337: update port: lang/sbcl to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 06:08:46 -0000 Synopsis: update port: lang/sbcl to 0.9.4 Responsible-Changed-From-To: freebsd-ports-bugs->des Responsible-Changed-By: linimon Responsible-Changed-When: Sat Aug 27 06:08:34 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=85337 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 08:50:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147AB16A41F for ; Sat, 27 Aug 2005 08:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9119C43D49 for ; Sat, 27 Aug 2005 08:50: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.3/8.13.3) with ESMTP id j7R8o5JT033614 for ; Sat, 27 Aug 2005 08:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R8o5Lh033613; Sat, 27 Aug 2005 08:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 08:50:05 GMT Resent-Message-Id: <200508270850.j7R8o5Lh033613@freefall.freebsd.org> 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 B086116A41F for ; Sat, 27 Aug 2005 08:45:17 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from mail.hamcom.de (mail.hamcom.de [212.37.37.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EB843D49 for ; Sat, 27 Aug 2005 08:45:16 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from adsl-dyn-242-12.heliweb.de ([83.216.242.12] helo=kyuzo.dunkelkammer.void) by mail.hamcom.de with esmtp (Exim 4.43) id 1E8wJO-00060h-QM for FreeBSD-gnats-submit@freebsd.org; Sat, 27 Aug 2005 10:45:14 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 7D4033C3C; Sat, 27 Aug 2005 10:45:14 +0200 (CEST) Message-Id: <20050827084514.7D4033C3C@kyuzo.dunkelkammer.void> Date: Sat, 27 Aug 2005 10:45:14 +0200 (CEST) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85343: [PATCH] mail/spamprobe: update to 1.2a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 08:50:06 -0000 >Number: 85343 >Category: ports >Synopsis: [PATCH] mail/spamprobe: update to 1.2a >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 Aug 27 08:50:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.4-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Aug 26 13:41:14 CEST 2005 >Description: - Update to 1.2a - Add more master sites Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- spamprobe-1.2a.patch begins here --- Index: Makefile =================================================================== RCS file: /home/cvs/FreeBSD/ports/mail/spamprobe/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 23 Jun 2005 12:58:01 -0000 1.11 +++ Makefile 27 Aug 2005 08:35:13 -0000 @@ -6,9 +6,9 @@ # PORTNAME= spamprobe -PORTVERSION= 1.2 +PORTVERSION= 1.2a CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/cvs/FreeBSD/ports/mail/spamprobe/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 23 Jun 2005 12:58:01 -0000 1.8 +++ distinfo 27 Aug 2005 08:36:27 -0000 @@ -1,2 +1,2 @@ -MD5 (spamprobe-1.2.tar.gz) = daec4d835b254402781dcf511271f42b -SIZE (spamprobe-1.2.tar.gz) = 189188 +MD5 (spamprobe-1.2a.tar.gz) = f42b36d8056841bb132bb5c8857896c1 +SIZE (spamprobe-1.2a.tar.gz) = 189240 --- spamprobe-1.2a.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 11:20:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9133516A41F for ; Sat, 27 Aug 2005 11:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD59643D48 for ; Sat, 27 Aug 2005 11: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.3/8.13.3) with ESMTP id j7RBKEu8051861 for ; Sat, 27 Aug 2005 11:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RBKE8w051860; Sat, 27 Aug 2005 11:20:14 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 11:20:14 GMT Resent-Message-Id: <200508271120.j7RBKE8w051860@freefall.freebsd.org> 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 980D316A41F for ; Sat, 27 Aug 2005 11:15:50 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2FC43D46 for ; Sat, 27 Aug 2005 11:15:49 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) by alumni.csie.nctu.edu.tw (8.13.3/8.12.9) with ESMTP id j7RBFfCH013573 for ; Sat, 27 Aug 2005 19:15:41 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.13.3/8.12.3/Submit) id j7RBFfbx013572; Sat, 27 Aug 2005 19:15:41 +0800 (CST) Message-Id: <200508271115.j7RBFfbx013572@alumni.csie.nctu.edu.tw> Date: Sat, 27 Aug 2005 19:15:41 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85345: [MAINTAINER-UPDATE] Update ports/games/asc to 1.16.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 11:20:15 -0000 >Number: 85345 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update ports/games/asc to 1.16.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: Sat Aug 27 11:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.11-RELEASE-p1 i386 >Organization: MANA lab, CCU CS >Environment: System: FreeBSD nb.mana.cs.ccu.edu.tw 4.11-RELEASE-p1 FreeBSD 4.11-RELEASE-p1 #3: Sat Apr 2 21:45:26 CST 2005 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: Update ports/games/asc to 1.16.2.0. Please commit it, thanks! >How-To-Repeat: Apply the following patch. >Fix: diff -ruN /usr/ports/games/asc/Makefile asc/Makefile --- /usr/ports/games/asc/Makefile Sat Mar 12 07:59:26 2005 +++ asc/Makefile Sat Aug 27 17:21:02 2005 @@ -6,7 +6,7 @@ # PORTNAME= asc -PORTVERSION= 1.15.3.0 +PORTVERSION= 1.16.2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= asc-hq @@ -21,10 +21,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= image mm mixer sdl +USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GETOPT_LONG= yes CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CXXFLAGS="-D_UNICODE_BROKEN_" \ diff -ruN /usr/ports/games/asc/distinfo asc/distinfo --- /usr/ports/games/asc/distinfo Sat Mar 12 07:59:26 2005 +++ asc/distinfo Sat Aug 27 17:18:48 2005 @@ -1,5 +1,5 @@ -MD5 (asc-source-1.15.3.0.tar.gz) = 5b1259915e48dfd9a44d5ac72ceaea6c -SIZE (asc-source-1.15.3.0.tar.gz) = 12034077 +MD5 (asc-source-1.16.2.0.tar.bz2) = ed36bf0f298ced596f9510074bce74f3 +SIZE (asc-source-1.16.2.0.tar.bz2) = 8512218 MD5 (frontiers.mp3) = 560f5783836b309906e57e77417f3864 SIZE (frontiers.mp3) = 4407769 MD5 (time_to_strike.mp3) = f0ab3c633f51430af0445ecaa02e3197 diff -ruN /usr/ports/games/asc/pkg-plist asc/pkg-plist --- /usr/ports/games/asc/pkg-plist Fri Oct 1 08:18:29 2004 +++ asc/pkg-plist Sat Aug 27 18:15:50 2005 @@ -17,4 +17,4 @@ %%MUSIC:%%share/games/asc/music/machine_wars.mp3 %%MUSIC:%%@dirrm share/games/asc/music @dirrm share/games/asc -@dirrm share/games +@unexec rmdir %D/share/games 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 12:20:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D65E16A41F for ; Sat, 27 Aug 2005 12:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A78043D46 for ; Sat, 27 Aug 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.3/8.13.3) with ESMTP id j7RCKIxD059249 for ; Sat, 27 Aug 2005 12:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RCKINv059248; Sat, 27 Aug 2005 12:20:18 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 12:20:18 GMT Resent-Message-Id: <200508271220.j7RCKINv059248@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, No Name Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A70616A420 for ; Sat, 27 Aug 2005 12:16:55 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A1443D45 for ; Sat, 27 Aug 2005 12:16:51 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 24340 invoked from network); 27 Aug 2005 14:16:49 +0200 Received: from p508fdf53.dip.t-dialin.net (HELO localhost.skatecity) (80.143.223.83) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 27 Aug 2005 14:16:49 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j7RCGi4A074811 for ; Sat, 27 Aug 2005 14:16:44 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j7RCGiHL074810; Sat, 27 Aug 2005 14:16:44 +0200 (CEST) (envelope-from arundel) Message-Id: <200508271216.j7RCGiHL074810@localhost.skatecity> Date: Sat, 27 Aug 2005 14:16:44 +0200 (CEST) From: No Name To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85347: [NEW PORT] games/jfbuild X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: No Name List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 12:20:19 -0000 >Number: 85347 >Category: ports >Synopsis: [NEW PORT] games/jfbuild >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 12:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 6.0-BETA1 i386 >Organization: >Environment: System: FreeBSD skatecity 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Mon Jul 18 03:00:45 CEST 2005 root@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: This port provides the build engine. The build engine is required by the ports jfduke3d and jfsw which I will submit shortly. This port is a NO_INSTALL and NO_BUILD port. It's purpose is to merely provide code for the ports mentioned above. >How-To-Repeat: >Fix: --- jfbuild-output 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: # # games/jfbuild # games/jfbuild/distinfo # games/jfbuild/pkg-descr # games/jfbuild/Makefile # games/jfbuild/files # games/jfbuild/files/patch-aa # echo c - games/jfbuild mkdir -p games/jfbuild > /dev/null 2>&1 echo x - games/jfbuild/distinfo sed 's/^X//' >games/jfbuild/distinfo << 'END-of-games/jfbuild/distinfo' XMD5 (jfbuild_src_20050531.zip) = 100c74de1bbbea5d661feb4665df2eb0 XSIZE (jfbuild_src_20050531.zip) = 542176 END-of-games/jfbuild/distinfo echo x - games/jfbuild/pkg-descr sed 's/^X//' >games/jfbuild/pkg-descr << 'END-of-games/jfbuild/pkg-descr' XJonoF's Build Engine Port X XThe Build engine is the engine behind such games as Duke Nukem 3D, Shadow XWarrior or Blood. This version was written by Jonathan Fowler and with the Xhelp of Ken Silverman, the original author of the Build engine. X XThe engine features: X X * New network code. At long last, networking has finally been done. New X code written by Ken Silverman makes the networking features more robust X and responsive than other ports that use crutched-up versions of the old X DOS code. X * Ken Silverman's "Polymost" full 3D renderer which includes OpenGL X support. X * MD2/3 3D model support. Ken has also written 3D model rendering code for X Polymost. X * "Hightile" True-colour textures support for true-colour textures to X replace the normal 8-bit art in OpenGL mode. X * Unrestrained Build 2D editor screen size. This means you can have a X 1024x768 2D editor if you like. X XWWW: http://jonof.edgenetwork.org/index.php?p=jfbuild X X - arundel@h3c.de - END-of-games/jfbuild/pkg-descr echo x - games/jfbuild/Makefile sed 's/^X//' >games/jfbuild/Makefile << 'END-of-games/jfbuild/Makefile' X# New ports collection makefile for: jfbuild X# Date Created: 26 August 2005 X# Whom: X# X# $FreeBSD$ X XPORTNAME= jfbuild XPORTVERSION= 20050531 XCATEGORIES= games XMASTER_SITES= http://members.iinet.net.au.nyud.net:8090/~jonof/ \ X http://www.edgefiles.com/download/dialup.edgefiles.com/edgenetwork.org/jonof/buildport/ \ X http://www.edgefiles.com/download/ftp1.edgefiles.com/edgenetwork.org/jonof/buildport/ \ X http://www.edgefiles.com/download/ftp2.edgefiles.com/edgenetwork.org/jonof/buildport/ XDISTNAME= ${PORTNAME}_src_${PORTVERSION} X XMAINTAINER= arundel@h3c.de XCOMMENT= Jonathon Fowler's port of Ken Silverman's build engine source X XUSE_ZIP= yes X XNO_BUILD= yes XNO_INSTALL= yes X X.include END-of-games/jfbuild/Makefile echo c - games/jfbuild/files mkdir -p games/jfbuild/files > /dev/null 2>&1 echo x - games/jfbuild/files/patch-aa sed 's/^X//' >games/jfbuild/files/patch-aa << 'END-of-games/jfbuild/files/patch-aa' X--- Makefile.shared.orig Fri Aug 26 19:49:36 2005 X+++ Makefile.shared Fri Aug 26 19:50:01 2005 X@@ -10,8 +10,8 @@ X GLLIBBSD=-lopengl32 X GLLIBLIN=-lGL X X-SDLCONFIG=sdl-config X-#SDLCONFIG=/usr/local/bin/sdl11-config X+#SDLCONFIG=sdl-config X+SDLCONFIG=/usr/local/bin/sdl11-config X X # detect the platform X uname=$(strip $(shell uname -s)) END-of-games/jfbuild/files/patch-aa exit --- jfbuild-output ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 12:30:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADDE16A41F for ; Sat, 27 Aug 2005 12:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBB343D53 for ; Sat, 27 Aug 2005 12: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.3/8.13.3) with ESMTP id j7RCUM0H059485 for ; Sat, 27 Aug 2005 12:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RCUM1u059480; Sat, 27 Aug 2005 12:30:22 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 12:30:22 GMT Resent-Message-Id: <200508271230.j7RCUM1u059480@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, No Name Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98B9316A41F for ; Sat, 27 Aug 2005 12:24:17 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B8543D49 for ; Sat, 27 Aug 2005 12:24:16 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 29661 invoked from network); 27 Aug 2005 14:24:13 +0200 Received: from p508fdf53.dip.t-dialin.net (HELO localhost.skatecity) (80.143.223.83) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 27 Aug 2005 14:24:13 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j7RCO9U7074988 for ; Sat, 27 Aug 2005 14:24:09 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j7RCO8B3074987; Sat, 27 Aug 2005 14:24:08 +0200 (CEST) (envelope-from arundel) Message-Id: <200508271224.j7RCO8B3074987@localhost.skatecity> Date: Sat, 27 Aug 2005 14:24:08 +0200 (CEST) From: No Name To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85348: [NEW PORT] games/jfduke3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: No Name List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 12:30:23 -0000 >Number: 85348 >Category: ports >Synopsis: [NEW PORT] games/jfduke3d >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 12:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 6.0-BETA1 i386 >Organization: >Environment: System: FreeBSD skatecity 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Mon Jul 18 03:00:45 CEST 2005 root@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: This port is the Duke Nukem 3D Port by Jonathan Fowler. It depends on the following new port: http://www.freebsd.org/cgi/query-pr.cgi?pr=85347 >How-To-Repeat: >Fix: --- jfduke3d-output 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: # # games/jfduke3d # games/jfduke3d/files # games/jfduke3d/files/patch-aa # games/jfduke3d/files/wrapper.sh # games/jfduke3d/files/fix.sh # games/jfduke3d/files/build-wrapper.sh # games/jfduke3d/distinfo # games/jfduke3d/pkg-descr # games/jfduke3d/Makefile # games/jfduke3d/pkg-message # games/jfduke3d/pkg-plist # echo c - games/jfduke3d mkdir -p games/jfduke3d > /dev/null 2>&1 echo c - games/jfduke3d/files mkdir -p games/jfduke3d/files > /dev/null 2>&1 echo x - games/jfduke3d/files/patch-aa sed 's/^X//' >games/jfduke3d/files/patch-aa << 'END-of-games/jfduke3d/files/patch-aa' X--- Makefile.orig Fri Aug 26 20:17:49 2005 X+++ Makefile Fri Aug 26 20:18:07 2005 X@@ -88,7 +88,7 @@ X endif X X ifeq ($(RENDERTYPE),SDL) X- override CFLAGS+= $(subst -Dmain=SDL_main,,$(shell sdl-config --cflags)) X+ override CFLAGS+= $(subst -Dmain=SDL_main,,$(shell sdl11-config --cflags)) X AUDIOLIBOBJ=$(AUDIOLIB_MUSIC_STUB) $(AUDIOLIB_FX_STUB) X GAMEOBJS+= $(OBJ)game_icon.$o X EDITOROBJS+= $(OBJ)build_icon.$o END-of-games/jfduke3d/files/patch-aa echo x - games/jfduke3d/files/wrapper.sh sed 's/^X//' >games/jfduke3d/files/wrapper.sh << 'END-of-games/jfduke3d/files/wrapper.sh' X#!/bin/sh X# Needed to make symlinks/shortcuts work. X# Wrap duke3d binary Xcd %%DUKEDIR%% X./duke3d $* Xexit $? END-of-games/jfduke3d/files/wrapper.sh echo x - games/jfduke3d/files/fix.sh sed 's/^X//' >games/jfduke3d/files/fix.sh << 'END-of-games/jfduke3d/files/fix.sh' X#!/bin/sh Xcd %%DUKEDIR%% X Xif [ ! -d %%DUKEDIR%% ] || [ ! -w %%DUKEDIR%% ] Xthen X echo You do not have permission to write to %%DUKEDIR%%. X exit Xfi X Xif [ ! -f DUKE3D.GRP ] Xthen X echo DUKE3D.GRP is missing X exit Xfi X Xecho Renamed DUKE3D.GRP to duke3d.grp Xmv -f ./DUKE3D.GRP ./duke3d.grp END-of-games/jfduke3d/files/fix.sh echo x - games/jfduke3d/files/build-wrapper.sh sed 's/^X//' >games/jfduke3d/files/build-wrapper.sh << 'END-of-games/jfduke3d/files/build-wrapper.sh' X#!/bin/sh X# Needed to make symlinks/shortcuts work. X# Wrap build (editor) binary Xcd %%DUKEDIR%% X./build $* Xexit $? END-of-games/jfduke3d/files/build-wrapper.sh echo x - games/jfduke3d/distinfo sed 's/^X//' >games/jfduke3d/distinfo << 'END-of-games/jfduke3d/distinfo' XMD5 (jfduke3d_src_20050531.zip) = 0a56a99da81c8358aa43a869cfac4f81 XSIZE (jfduke3d_src_20050531.zip) = 612758 END-of-games/jfduke3d/distinfo echo x - games/jfduke3d/pkg-descr sed 's/^X//' >games/jfduke3d/pkg-descr << 'END-of-games/jfduke3d/pkg-descr' XJonoF's Duke Nukem 3D Port X XThis is the Duke Nukem 3D Port written by Jonathan Fowler. Like any Xother Duke Nukem 3D Port it is a hack of the original Duke Nukem 3D Xsource code (v1.5 CD Version) which was made publicly avilable by X3D Realms (the developer of Duke Nukem 3D) on the 1st of April 2003. X XWWW: http://jonof.edgenetwork.org/index.php?p=jfduke3d X X - arundel@h3c.de - END-of-games/jfduke3d/pkg-descr echo x - games/jfduke3d/Makefile sed 's/^X//' >games/jfduke3d/Makefile << 'END-of-games/jfduke3d/Makefile' X# New ports collection makefile for: jfduke3d X# Date Created: 26 August 2005 X# Whom: X# X# $FreeBSD$ X XPORTNAME= jfduke3d XPORTVERSION= 20050531 XCATEGORIES= games XMASTER_SITES= http://members.iinet.net.au.nyud.net:8090/~jonof/ \ X http://www.edgefiles.com/download/dialup.edgefiles.com/edgenetwork.org/jonof/buildport/ \ X http://www.edgefiles.com/download/ftp1.edgefiles.com/edgenetwork.org/jonof/buildport/ \ X http://www.edgefiles.com/download/ftp2.edgefiles.com/edgenetwork.org/jonof/buildport/ XDISTNAME= ${PORTNAME}_src_${PORTVERSION} X XMAINTAINER= arundel@h3c.de XCOMMENT= Jonathon Fowler's Duke Nukem 3D Port X XBUILD_DEPENDS= jfbuild:${PORTSDIR}/games/jfbuild X XUSE_ZIP= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes XUSE_SDL= sdl XCONFLICTS= duke3d* X XWRKSRC= ${WRKDIR}/${PORTNAME}_src_${PORTVERSION} X XTARGET_DIR= ${LOCALBASE}/duke3d X XPROG_FILES= ${WRKSRC}/duke3d ${WRKSRC}/build XDATA_FILES= ${WRKSRC}/build.cfg XSCRIPT_FILES= ${WRKDIR}/fix.sh ${WRKDIR}/duke3d.sh ${WRKDIR}/build.sh XDOC_FILES= ChangeLog readme.txt releasenotes.html duke3d.def.sample GNU.TXT X Xpre-build: X @${REINPLACE_CMD} -e 's|EROOT=../build/|EROOT=${PORTSDIR}/games/jfbuild/work/jfbuild_src_20050531/|g' \ X ${WRKSRC}/Makefile X Xpre-install: X @${SED} -e 's|%%DUKEDIR%%|${PREFIX}/duke3d|g' ${FILESDIR}/fix.sh > \ X ${WRKDIR}/fix.sh X @${SED} -e 's|%%DUKEDIR%%|${PREFIX}/duke3d|g' ${FILESDIR}/wrapper.sh > \ X ${WRKDIR}/duke3d.sh X @${SED} -e 's|%%DUKEDIR%%|${PREFIX}/duke3d|g' ${FILESDIR}/build-wrapper.sh > \ X ${WRKDIR}/build.sh X Xdo-install: X ${INSTALL} -d ${TARGET_DIR} X ${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR} X ${INSTALL_DATA} ${DATA_FILES} ${TARGET_DIR} X ${INSTALL_SCRIPT} ${SCRIPT_FILES} ${TARGET_DIR} X ${LN} -s ${TARGET_DIR}/duke3d.sh ${LOCALBASE}/bin/duke3d X ${LN} -s ${TARGET_DIR}/build.sh ${LOCALBASE}/bin/duke3d-build X Xpost-install: X.ifndef(NOPORTDOCS) X ${INSTALL} -d ${DOCSDIR} X X.for file in ${DOC_FILES} X ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X @${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}|g ; s|%%DUKEDIR%%|${TARGET_DIR}|g' \ X ${PKGMESSAGE} X X.include END-of-games/jfduke3d/Makefile echo x - games/jfduke3d/pkg-message sed 's/^X//' >games/jfduke3d/pkg-message << 'END-of-games/jfduke3d/pkg-message' X----------------------------------------------------------------- XJonoF's Duke Nukem 3D Port has been successfully installed. X XYou still need to copy the original Duke Nukem 3D data file Xto %%DUKEDIR%%. Please copy the DUKE3D.GRP to the %%DUKEDIR%% Xdirectory and run the fix.sh script inside that directory. X XThe JonoF's Duke Nukem 3D Port supports the following Duke Nukem 3D Xversions: X X* Duke3D Shareware X* Duke3D 1.3d X* Duke3D 1.4/5 Atomic X XNOTE: Be sure to read the release notes in this distribution. There's Ximportant information about using the new features in this release. X XThe release notes can be found in %%DOCSDIR%%. X XIf you have any problems with running this port please contact the Xmaintainer of this port and NOT Jonathan Fowler. X XThe following features are not usable at the moment: X X* Sound doesn't work X* No joystick support X* GL mode doesn't work X XNOTE: You can find patches which enable sound and add joystick support Xhere: X Xhttp://jonof.edgenetwork.org/forum/viewtopic.php?p=3245 X XI was not able to compile the port with these patches. If you manage Xto do so and the binary runs under FreeBSD with sound/jostick support Xenabled, please drop me a note telling me how you did it. I'd really Xlike to add those patches to the port, because especially the lack of Xsound reduces the gameplay-fun a lot. X XThx. X----------------------------------------------------------------- END-of-games/jfduke3d/pkg-message echo x - games/jfduke3d/pkg-plist sed 's/^X//' >games/jfduke3d/pkg-plist << 'END-of-games/jfduke3d/pkg-plist' Xduke3d/duke3d Xduke3d/build Xduke3d/fix.sh Xduke3d/duke3d.sh Xduke3d/build.sh Xduke3d/build.cfg Xbin/duke3d Xbin/duke3d-build X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/readme.txt X%%PORTDOCS%%%%DOCSDIR%%/releasenotes.html X%%PORTDOCS%%%%DOCSDIR%%/duke3d.def.sample X%%PORTDOCS%%%%DOCSDIR%%/GNU.TXT X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@unexec rmdir %D/duke3d 2> /dev/null || true END-of-games/jfduke3d/pkg-plist exit --- jfduke3d-output ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 13:40:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65A716A41F for ; Sat, 27 Aug 2005 13:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 095D343D48 for ; Sat, 27 Aug 2005 13: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.3/8.13.3) with ESMTP id j7RDeHwH067215 for ; Sat, 27 Aug 2005 13:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RDeHHn067214; Sat, 27 Aug 2005 13:40:17 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 13:40:17 GMT Resent-Message-Id: <200508271340.j7RDeHHn067214@freefall.freebsd.org> 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 Khlebutin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46DE16A41F for ; Sat, 27 Aug 2005 13:35:20 +0000 (GMT) (envelope-from andrew@sota.perm.ru) Received: from sota.perm.ru (ernest.perm.ru [195.222.132.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D899943D49 for ; Sat, 27 Aug 2005 13:35:19 +0000 (GMT) (envelope-from andrew@sota.perm.ru) Received: from sota.perm.ru (localhost [127.0.0.1]) by sota.perm.ru (8.13.3/8.13.3) with ESMTP id j7RDZG2g002597 for ; Sat, 27 Aug 2005 19:35:16 +0600 (YEKST) (envelope-from andrew@sota.perm.ru) Received: (from root@localhost) by sota.perm.ru (8.13.3/8.13.3/Submit) id j7RDZGwI002596; Sat, 27 Aug 2005 19:35:16 +0600 (YEKST) (envelope-from andrew) Message-Id: <200508271335.j7RDZGwI002596@sota.perm.ru> Date: Sat, 27 Aug 2005 19:35:16 +0600 (YEKST) From: Andrew Khlebutin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85349: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Khlebutin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 13:40:18 -0000 >Number: 85349 >Category: ports >Synopsis: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator >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 Aug 27 13:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrew Khlebutin >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD sota.perm.ru 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 19:53:00 YEKST 2005 root@sota.perm.ru:/usr/obj/usr/src/sys/sota i386 >Description: Please add new port. Pwgen is a small, powerful, GPL'ed password generator. WWW: http://sourceforge.net/projects/pwgen/ Pwgen is another branch of pwgen (in comparison with sysutils/pwgen), more powerful, more flexible. >How-To-Repeat: >Fix: --- pwgen2 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: # # pwgen2 # pwgen2/Makefile # pwgen2/distinfo # pwgen2/pkg-descr # echo c - pwgen2 mkdir -p pwgen2 > /dev/null 2>&1 echo x - pwgen2/Makefile sed 's/^X//' >pwgen2/Makefile << 'END-of-pwgen2/Makefile' X# New ports collection makefile for: pwgen2 X# Date created: 27 Aug 2005 X# Whom: Andrew Khlebutin X# X# $FreeBSD$ X# X XPORTNAME= pwgen XPORTVERSION= 2.04 XCATEGORIES= sysutils X XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= andrey@hm.perm.ru XCOMMENT= A small, powerful, GPL'ed password generator X XGNU_CONFIGURE= yes XUSE_GETOPT_LONG=yes XUSE_PERL5_BUILD=yes X XCONFLICTS= pwgen-1* X XMAN1= pwgen.1 XPLIST_FILES= bin/pwgen X X.include END-of-pwgen2/Makefile echo x - pwgen2/distinfo sed 's/^X//' >pwgen2/distinfo << 'END-of-pwgen2/distinfo' XMD5 (pwgen-2.04.tar.gz) = c6116603f89a65d1b6ea4bdce00106fb XSIZE (pwgen-2.04.tar.gz) = 47276 END-of-pwgen2/distinfo echo x - pwgen2/pkg-descr sed 's/^X//' >pwgen2/pkg-descr << 'END-of-pwgen2/pkg-descr' XPwgen is a small, powerful, GPL'ed password generator. X XThis version of pwgen was written by Theodore Ts'o X. It is modelled after a program originally written Xby Brandon S. Allbery, and then later extensively modified by Olaf Titz, XJim Lynch, and others. It was rewritten from scratch by Theodore Ts'o Xbecause the original program was somewhat of a hack, and thus hard to Xmaintain, and because the licensing status of the program was unclear. X XWWW: http://sourceforge.net/projects/pwgen/ END-of-pwgen2/pkg-descr exit --- pwgen2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 13:50:05 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2678616A41F for ; Sat, 27 Aug 2005 13:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BEB43D49 for ; Sat, 27 Aug 2005 13:50: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.3/8.13.3) with ESMTP id j7RDo4Hk067478 for ; Sat, 27 Aug 2005 13:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RDo49Q067477; Sat, 27 Aug 2005 13:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 13:50:04 GMT Resent-Message-Id: <200508271350.j7RDo49Q067477@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Pelleg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FE116A41F for ; Sat, 27 Aug 2005 13:48:05 +0000 (GMT) (envelope-from dpelleg@cs.cmu.edu) Received: from atoz.libagent.org (atoz.libagent.org [69.55.228.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587C843D48 for ; Sat, 27 Aug 2005 13:48:05 +0000 (GMT) (envelope-from dpelleg@cs.cmu.edu) Received: from muky.here (bzq-82-81-153-234.red.bezeqint.net [82.81.153.234]) by atoz.libagent.org (Postfix) with ESMTP id 7637D26472 for ; Sat, 27 Aug 2005 16:48:03 +0300 (IDT) Received: by muky.here (Postfix, from userid 7675) id 937F1240; Sat, 27 Aug 2005 16:48:43 +0300 (IDT) Message-Id: <20050827134843.937F1240@muky.here> Date: Sat, 27 Aug 2005 16:48:43 +0300 (IDT) From: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85350: Maintainer update: net/unison to 2.13.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Pelleg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 13:50:05 -0000 >Number: 85350 >Category: ports >Synopsis: Maintainer update: net/unison to 2.13.16 >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 Aug 27 13:50:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dan Pelleg >Release: FreeBSD 5-4-STABLE i386 >Organization: >Environment: System: FreeBSD l 5.4-STABLE >Description: Port updated to latest version. Thanks to NAKAMURA Takeshi, who did all the work. >How-To-Repeat: >Fix: diff -ruN unison-2.10.2/Makefile unison-2.13.16/Makefile --- unison-2.10.2/Makefile Tue Aug 16 06:24:58 2005 +++ unison-2.13.16/Makefile Tue Aug 16 06:31:41 2005 @@ -6,9 +6,9 @@ # PORTNAME= unison -PORTVERSION= 2.10.2 +PORTVERSION= 2.13.16 CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/${DIST_SUBDIR}/ +MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz diff -ruN unison-2.10.2/distinfo unison-2.13.16/distinfo --- unison-2.10.2/distinfo Tue Aug 16 06:24:58 2005 +++ unison-2.13.16/distinfo Tue Aug 16 06:34:55 2005 @@ -1,8 +1,8 @@ -MD5 (unison-2.10.2/unison-2.10.2.tar.gz) = a93cf03d4221ab6bab8b758b0325a9d5 -SIZE (unison-2.10.2/unison-2.10.2.tar.gz) = 458032 -MD5 (unison-2.10.2/unison-2.10.2-manual.html) = 46cac2b5b84e821d39cc5a100dd97e7a -SIZE (unison-2.10.2/unison-2.10.2-manual.html) = 190911 -MD5 (unison-2.10.2/unison-2.10.2-manual.pdf) = 7e6b018d758b786d7cf5752413c08168 -SIZE (unison-2.10.2/unison-2.10.2-manual.pdf) = 354402 -MD5 (unison-2.10.2/unison-2.10.2-manual.ps) = 89cc36cf06d688f163a924fc8c1a47f9 -SIZE (unison-2.10.2/unison-2.10.2-manual.ps) = 490966 +MD5 (unison-2.13.16/unison-2.13.16.tar.gz) = a79bf5f4ebf2a1eaf15b1ac97f827374 +SIZE (unison-2.13.16/unison-2.13.16.tar.gz) = 393266 +MD5 (unison-2.13.16/unison-2.13.16-manual.html) = 2b39e52ec3893a112b28b7b0a294d941 +SIZE (unison-2.13.16/unison-2.13.16-manual.html) = 196162 +MD5 (unison-2.13.16/unison-2.13.16-manual.pdf) = e7684d401d6f5ee194b9e631cc022dd6 +SIZE (unison-2.13.16/unison-2.13.16-manual.pdf) = 436229 +MD5 (unison-2.13.16/unison-2.13.16-manual.ps) = 49cd0eef6cc98a1af7fed38313ccab42 +SIZE (unison-2.13.16/unison-2.13.16-manual.ps) = 414346 diff -ruN unison-2.10.2/files/patch-aa unison-2.13.16/files/patch-aa --- unison-2.10.2/files/patch-aa Tue Aug 16 06:24:58 2005 +++ unison-2.13.16/files/patch-aa Sat Aug 27 15:53:36 2005 @@ -1,27 +1,31 @@ ---- Makefile.orig Tue Aug 28 16:27:01 2001 -+++ Makefile Wed Aug 29 09:15:09 2001 -@@ -62,12 +62,12 @@ +--- Makefile.orig Sat Aug 27 15:49:56 2005 ++++ Makefile Sat Aug 27 15:51:55 2005 +@@ -68,15 +68,15 @@ ###################################################################### # Installation -INSTALLDIR = $(HOME)/bin/ +INSTALLDIR = ${PREFIX}/bin/ - install: $(NAME)$(EXEC_EXT) + # This has two names because on OSX the file INSTALL shadows the target 'install'! + install: doinstall + + doinstall: $(NAME)$(EXEC_EXT) - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) +- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) +- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT) +# -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) - cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) -- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT) -+# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT) - @# If we're running at Penn, install a public version too - if [ -d /plclub/bin ]; then cp $(NAME)$(EXEC_EXT) /plclub/bin/$(NAME)-$(VERSION)$(EXEC_EXT); fi ++ ${BSD_INSTALL_PROGRAM} $(NAME)$(EXEC_EXT) $(INSTALLDIR) ++# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT) + + + ###################################################################### +@@ -353,7 +353,7 @@ + .PHONY: tags -@@ -231,7 +231,7 @@ tags: - -$(ETAGS) *.ml *.mli *.txt +- -$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt ++ -$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt --all:: TAGS -+#all:: TAGS + all:: TAGS - TAGS: - $(MAKE) tags diff -ruN unison-2.10.2/files/patch-ab unison-2.13.16/files/patch-ab --- unison-2.10.2/files/patch-ab Thu Jan 1 02:00:00 1970 +++ unison-2.13.16/files/patch-ab Sat Aug 27 15:48:54 2005 @@ -0,0 +1,22 @@ +--- pty.c.orig Mon May 30 15:15:43 2005 ++++ pty.c Sat Aug 27 15:47:55 2005 +@@ -21,6 +21,7 @@ + #endif + + #ifdef __FreeBSD__ ++#include + #include + #define HAS_OPENPTY 1 + #endif +@@ -40,9 +41,10 @@ + /* c_openpty: unit -> (int * Unix.file_descr) */ + CAMLprim value c_openpty() { + int master,slave; ++ value pair; + if (openpty(&master,&slave,NULL,NULL,NULL) < 0) + uerror("openpty", (value) 0); +- value pair = alloc_tuple(2); ++ pair = alloc_tuple(2); + Store_field(pair,0,Val_int(master)); + Store_field(pair,1,Val_int(slave)); + return pair; diff -ruN unison-2.10.2/files/patch-pty.c unison-2.13.16/files/patch-pty.c --- unison-2.10.2/files/patch-pty.c Tue Aug 16 06:24:58 2005 +++ unison-2.13.16/files/patch-pty.c Thu Jan 1 02:00:00 1970 @@ -1,13 +0,0 @@ ---- pty.c.orig Sun Jan 23 19:55:28 2005 -+++ pty.c Sun Jan 23 19:56:28 2005 -@@ -32,6 +32,10 @@ - #ifdef __APPLE__ - #include // openpty - #endif -+#ifdef __FreeBSD__ -+#include -+#include -+#endif - - /* c_openpty: unit -> (int * Unix.file_descr) */ - CAMLprim value c_openpty() { diff -ruN unison-2.10.2/pkg-message unison-2.13.16/pkg-message --- unison-2.10.2/pkg-message Tue Aug 16 06:24:58 2005 +++ unison-2.13.16/pkg-message Sat Aug 27 16:03:57 2005 @@ -1,7 +1,7 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ATTENTION: -1) Unison archive format has changed since 2.9.20. The old archive +1) Unison archive format has changed since 2.10.2. The old archive won't be deleted automatically in case you want to downgrade it. 2) Merge functionality has seriously changed. Check the manual. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 14:40:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F2C316A420 for ; Sat, 27 Aug 2005 14:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3756C43D48 for ; Sat, 27 Aug 2005 14: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.3/8.13.3) with ESMTP id j7REeKE6074150 for ; Sat, 27 Aug 2005 14:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7REeJxn074149; Sat, 27 Aug 2005 14:40:20 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 14:40:20 GMT Resent-Message-Id: <200508271440.j7REeJxn074149@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081A916A41F for ; Sat, 27 Aug 2005 14:31:18 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8AE1643D45 for ; Sat, 27 Aug 2005 14:31:17 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 18346 invoked from network); 27 Aug 2005 14:31:15 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 27 Aug 2005 14:31:15 -0000 Message-Id: <1125153097.0@phobos.mars.bsd> Date: Sat, 27 Aug 2005 11:31:37 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85351: [MAINTAINER UPDATE] games/freedroidrpg: update to version 0.9.13.r3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 14:40:21 -0000 >Number: 85351 >Category: ports >Synopsis: [MAINTAINER UPDATE] games/freedroidrpg: update to version 0.9.13.r3 >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 Aug 27 14:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Changes: * Update to version 0.9.13.r3. * Add OPTIONS (backtrace, editors and opengl). >How-To-Repeat: >Fix: --- freedroidrpg.diff begins here --- diff -urN /usr/ports/games/freedroidrpg/Makefile freedroidrpg/Makefile --- /usr/ports/games/freedroidrpg/Makefile Sat Jul 30 14:31:01 2005 +++ freedroidrpg/Makefile Sat Aug 27 11:30:09 2005 @@ -6,40 +6,59 @@ # PORTNAME= freedroidrpg -PORTVERSION= 0.9.13.r2 +PORTVERSION= 0.9.13.r3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freedroid -DISTNAME= ${PORTNAME}-0.9.13-rc2 +DISTNAME= ${PORTNAME:S/rpg/RPG/}-${PORTVERSION:S/.r3/-rc3/} MAINTAINER= alejandro@varnet.biz COMMENT= Modification of the classical Freedroid engine into an RPG +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r3/-rc3/} + USE_BZIP2= yes -USE_REINPLACE= yes -USE_GL= yes -USE_GMAKE= yes -USE_GNOME= gtk12 +USE_GETOPT_LONG=yes USE_SDL= mixer image net sdl -USE_XLIB= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name= MAN6= freedroidRPG.6 +OPTIONS= BACKTRACE "Use backtrace() to generate nice bug reports" on \ + EDITORS "Build the GTK editors" on \ + OPENGL "Enable the OpenGL support (highly recommended!)" on + .include .if ${OSVERSION} < 500000 BROKEN= "does not compile (missing fenv.h)" .endif -.if ${OSVERSION} < 600021 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-init.c +.if defined(WITH_BACKTRACE) +LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo +CONFIGURE_ARGS+= --enable-backtrace +STRIP= # keep debugging symbols +.else +CONFIGURE_ARGS+= --disable-backtrace .endif -post-patch: - @${REINPLACE_CMD} -e 's#-lSDL # #' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} +.if defined(WITH_EDITORS) +USE_GNOME+= gtk12 +CONFIGURE_ARGS+= --enable-editors +PLIST_SUB+= EDITORS="" +.else +CONFIGURE_ARGS+= --disable-editors +PLIST_SUB+= EDITORS="@comment " +.endif + +.if defined(WITH_OPENGL) +USE_GL= yes +CONFIGURE_ARGS+= --enable-opengl +.else +CONFIGURE_ARGS+= --disable-opengl +.endif .include diff -urN /usr/ports/games/freedroidrpg/distinfo freedroidrpg/distinfo --- /usr/ports/games/freedroidrpg/distinfo Tue Jul 19 13:13:26 2005 +++ freedroidrpg/distinfo Thu Aug 4 16:20:45 2005 @@ -1,2 +1,2 @@ -MD5 (freedroidrpg-0.9.13-rc2.tar.bz2) = eda34581d784cbd1db59ebc46208880e -SIZE (freedroidrpg-0.9.13-rc2.tar.bz2) = 71145621 +MD5 (freedroidRPG-0.9.13-rc3.tar.bz2) = 4c31c93b4a4cad94b25de41ee43ed392 +SIZE (freedroidRPG-0.9.13-rc3.tar.bz2) = 72171151 diff -urN /usr/ports/games/freedroidrpg/files/extra-patch-init.c freedroidrpg/files/extra-patch-init.c --- /usr/ports/games/freedroidrpg/files/extra-patch-init.c Sat Jul 30 12:45:55 2005 +++ freedroidrpg/files/extra-patch-init.c Wed Dec 31 21:00:00 1969 @@ -1,18 +0,0 @@ ---- src/init.c.orig Mon Jul 18 02:00:54 2005 -+++ src/init.c Mon Jul 18 02:05:10 2005 -@@ -58,14 +58,9 @@ - * section about 'Arithmethic', subsection on floating point control - * functions. - * ---------------------------------------------------------------------- */ --#if defined __APPLE_CC__ --/* turn off these function-call on OS X, where there are not present */ -+/* turn off these function-call */ - int feenableexcept (int excepts) { return 0;} - int fedisableexcept (int TheExceptionFlags ) { return 0; } --#else --extern int feenableexcept (int excepts); --extern int fedisableexcept (int TheExceptionFlags ); --#endif - - /* ---------------------------------------------------------------------- - * diff -urN /usr/ports/games/freedroidrpg/files/patch-DialogEditor.c freedroidrpg/files/patch-DialogEditor.c --- /usr/ports/games/freedroidrpg/files/patch-DialogEditor.c Tue Jul 19 13:13:27 2005 +++ freedroidrpg/files/patch-DialogEditor.c Wed Dec 31 21:00:00 1969 @@ -1,11 +0,0 @@ ---- src/DialogEditor.c.orig Mon Jul 18 02:45:24 2005 -+++ src/DialogEditor.c Mon Jul 18 02:46:23 2005 -@@ -32,6 +32,8 @@ - #define NATIVE_WIN32 - #endif - -+#include -+ - #include - #include - #include diff -urN /usr/ports/games/freedroidrpg/files/patch-configure freedroidrpg/files/patch-configure --- /usr/ports/games/freedroidrpg/files/patch-configure Wed Dec 31 21:00:00 1969 +++ freedroidrpg/files/patch-configure Fri Aug 26 18:33:16 2005 @@ -0,0 +1,11 @@ +--- configure.orig Thu Aug 4 11:00:41 2005 ++++ configure Fri Aug 26 18:33:02 2005 +@@ -4978,6 +4978,8 @@ + ;; + + *bsd*) ++ CFLAGS="$CFLAGS -DFD_DATADIR='\"\$(pkgdatadir)\"'" #avoid expansion of $pkgdatadir ! ++ SYS_GL_LIB=GL + bsd=true + ;; + diff -urN /usr/ports/games/freedroidrpg/files/patch-misc.c freedroidrpg/files/patch-misc.c --- /usr/ports/games/freedroidrpg/files/patch-misc.c Tue Jul 19 13:13:27 2005 +++ freedroidrpg/files/patch-misc.c Wed Dec 31 21:00:00 1969 @@ -1,20 +0,0 @@ ---- src/misc.c.orig Mon Jul 18 02:13:52 2005 -+++ src/misc.c Mon Jul 18 02:19:36 2005 -@@ -294,7 +294,7 @@ - // including the operating system (or rather libc) call to main() in - // the beginning of execution. - // -- backtrace_size = backtrace ( backtrace_array , MAX_CALLS_IN_BACKTRACE ); -+ // backtrace_size = backtrace ( backtrace_array , MAX_CALLS_IN_BACKTRACE ); - - fprintf ( stderr , "print_trace: Obtained %zd stack frames.\n", backtrace_size ); - -@@ -307,7 +307,7 @@ - // Also there might be a problem with non-ELF binaries, but let's - // hope that it still works... - // -- backtrace_strings = backtrace_symbols ( backtrace_array , backtrace_size ); -+ // backtrace_strings = backtrace_symbols ( backtrace_array , backtrace_size ); - - fprintf ( stderr , "print_trace: Obtaining symbols now done.\n" ); - diff -urN /usr/ports/games/freedroidrpg/pkg-plist freedroidrpg/pkg-plist --- /usr/ports/games/freedroidrpg/pkg-plist Mon Jul 25 04:35:28 2005 +++ freedroidrpg/pkg-plist Thu Aug 4 16:37:17 2005 @@ -1,8 +1,8 @@ -bin/DialogEditor -bin/ItemEditor -bin/croppy +%%EDITORS%%bin/DialogEditor +%%EDITORS%%bin/ItemEditor +%%EDITORS%%bin/croppy bin/freedroidRPG -bin/pngtoico +%%EDITORS%%bin/pngtoico %%DATADIR%%/dialogs/614.dialog %%DATADIR%%/dialogs/Bender.dialog %%DATADIR%%/dialogs/Benjamin.dialog @@ -1088,6 +1088,7 @@ %%DATADIR%%/graphics/droids/493/portrait_0031.jpg %%DATADIR%%/graphics/droids/493/portrait_0032.jpg %%DATADIR%%/graphics/droids/516.png +%%DATADIR%%/graphics/droids/516/516.tux_image_archive %%DATADIR%%/graphics/droids/516/ingame_0001.offset %%DATADIR%%/graphics/droids/516/ingame_0001.png %%DATADIR%%/graphics/droids/516/ingame_0002.offset @@ -2038,6 +2039,22 @@ %%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0014.jpg %%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0015.jpg %%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0016.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0017.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0018.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0019.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0020.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0021.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0022.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0023.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0024.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0025.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0026.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0027.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0028.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0029.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0030.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0031.jpg +%%DATADIR%%/graphics/items/ammo_plasma_bullet/portrait_0032.jpg %%DATADIR%%/graphics/items/antigrav_unit/ingame.offset %%DATADIR%%/graphics/items/antigrav_unit/ingame.png %%DATADIR%%/graphics/items/antigrav_unit/inv_image.png @@ -2498,6 +2515,22 @@ %%DATADIR%%/graphics/items/desk_lamp/portrait_0014.jpg %%DATADIR%%/graphics/items/desk_lamp/portrait_0015.jpg %%DATADIR%%/graphics/items/desk_lamp/portrait_0016.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0017.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0018.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0019.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0020.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0021.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0022.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0023.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0024.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0025.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0026.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0027.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0028.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0029.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0030.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0031.jpg +%%DATADIR%%/graphics/items/desk_lamp/portrait_0032.jpg %%DATADIR%%/graphics/items/dixons_toolbox/ingame.offset %%DATADIR%%/graphics/items/dixons_toolbox/ingame.png %%DATADIR%%/graphics/items/dixons_toolbox/inv_image.png @@ -5446,6 +5479,8 @@ %%DATADIR%%/sound/speeches/Tux_STO_Some_Of_My_0.ogg %%DATADIR%%/sound/speeches/Tux_See_You_Later_0.ogg %%DATADIR%%/sound/speeches/Tux_Why_Did_I_0.ogg +@dirrm share/nls/en_US.US-ASCII +@dirrm share/nls/POSIX @dirrm %%DATADIR%%/sound/speeches/Spencer @dirrm %%DATADIR%%/sound/speeches/OldTown614Guard @dirrm %%DATADIR%%/sound/speeches/Michelangelo @@ -5466,6 +5501,7 @@ @dirrm %%DATADIR%%/sound/effects @dirrm %%DATADIR%%/sound @dirrm %%DATADIR%%/map +@dirrm %%DATADIR%%/graphics/wm_icon @dirrm %%DATADIR%%/graphics/tux_motion_parts/sword_motion/shield_items @dirrm %%DATADIR%%/graphics/tux_motion_parts/sword_motion @dirrm %%DATADIR%%/graphics/tux_motion_parts/gun_motion/shield_items @@ -5473,9 +5509,18 @@ @dirrm %%DATADIR%%/graphics/tux_motion_parts @dirrm %%DATADIR%%/graphics/tux_flags @dirrm %%DATADIR%%/graphics/skill_icons +@dirrm %%DATADIR%%/graphics/rotation_models/portraits +@dirrm %%DATADIR%%/graphics/rotation_models/items/item_blender_sources +@dirrm %%DATADIR%%/graphics/rotation_models/items +@dirrm %%DATADIR%%/graphics/rotation_models +@dirrm %%DATADIR%%/graphics/portraits +@dirrm %%DATADIR%%/graphics/para90_theme @dirrm %%DATADIR%%/graphics/obstacles @dirrm %%DATADIR%%/graphics/mouse_buttons +@dirrm %%DATADIR%%/graphics/map_inserts/BlenderSources +@dirrm %%DATADIR%%/graphics/map_inserts @dirrm %%DATADIR%%/graphics/light_radius_chunks +@dirrm %%DATADIR%%/graphics/lanzz_theme/single_map_tiles @dirrm %%DATADIR%%/graphics/lanzz_theme @dirrm %%DATADIR%%/graphics/items/wheel_drive @dirrm %%DATADIR%%/graphics/items/warrior_wristband @@ -5501,6 +5546,9 @@ @dirrm %%DATADIR%%/graphics/items/monkey_wrench @dirrm %%DATADIR%%/graphics/items/map_maker @dirrm %%DATADIR%%/graphics/items/mace +@dirrm %%DATADIR%%/graphics/items/light_sabre_yellow +@dirrm %%DATADIR%%/graphics/items/light_sabre_red +@dirrm %%DATADIR%%/graphics/items/light_sabre_green @dirrm %%DATADIR%%/graphics/items/laser_sword_yellow @dirrm %%DATADIR%%/graphics/items/laser_sword_red @dirrm %%DATADIR%%/graphics/items/laser_sword_green @@ -5542,6 +5590,7 @@ @dirrm %%DATADIR%%/graphics/items @dirrm %%DATADIR%%/graphics/font @dirrm %%DATADIR%%/graphics/floor_tiles +@dirrm %%DATADIR%%/graphics/floor @dirrm %%DATADIR%%/graphics/droids/red_guard @dirrm %%DATADIR%%/graphics/droids/professor @dirrm %%DATADIR%%/graphics/droids/kevin @@ -5577,7 +5626,10 @@ @dirrm %%DATADIR%%/graphics/droids/247 @dirrm %%DATADIR%%/graphics/droids/139 @dirrm %%DATADIR%%/graphics/droids/123 +@dirrm %%DATADIR%%/graphics/droids/001 @dirrm %%DATADIR%%/graphics/droids +@dirrm %%DATADIR%%/graphics/default_theme +@dirrm %%DATADIR%%/graphics/classic_theme @dirrm %%DATADIR%%/graphics/bullets @dirrm %%DATADIR%%/graphics/blender_sources @dirrm %%DATADIR%%/graphics/blasts --- freedroidrpg.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 14:40:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8671916A41F for ; Sat, 27 Aug 2005 14:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA11143D45 for ; Sat, 27 Aug 2005 14: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.3/8.13.3) with ESMTP id j7REeK27074207 for ; Sat, 27 Aug 2005 14:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7REeKmh074186; Sat, 27 Aug 2005 14:40:20 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 14:40:20 GMT Resent-Message-Id: <200508271440.j7REeKmh074186@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19E416A41F for ; Sat, 27 Aug 2005 14:33:23 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 889E143D46 for ; Sat, 27 Aug 2005 14:33:23 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 95408 invoked from network); 27 Aug 2005 14:33:19 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 27 Aug 2005 14:33:19 -0000 Message-Id: <1125153221.0@phobos.mars.bsd> Date: Sat, 27 Aug 2005 11:33:41 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85352: [UPDATE] devel/jam: clean-up, remove ONLY_FOR_ARCHS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 14:40:21 -0000 >Number: 85352 >Category: ports >Synopsis: [UPDATE] devel/jam: clean-up, remove ONLY_FOR_ARCHS >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 Aug 27 14:40:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Changes: * Take maintainership. * Clean-up. * Remove ONLY_FOR_ARCHS. >How-To-Repeat: >Fix: --- jam.diff begins here --- diff -urN /usr/ports/devel/jam/Makefile jam/Makefile --- /usr/ports/devel/jam/Makefile Wed Jul 27 18:10:51 2005 +++ jam/Makefile Fri Aug 26 17:14:02 2005 @@ -11,34 +11,16 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/jam/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alejandro@varnet.biz COMMENT= A build utility like make(1) -ONLY_FOR_ARCHS= alpha i386 amd64 - USE_ZIP= yes -USE_REINPLACE= yes -EXTRACT_BEFORE_ARGS= -q -aa NO_WRKSUBDIR= yes -DOCSDIR= ${PREFIX}/share/doc/jam - -post-extract: - @${CHMOD} u+w ${WRKSRC}/Makefile - -pre-patch: - @${REINPLACE_CMD} -e 's|^CC|#CC|g ; \ - s|^CFLAGS|#CFLAGS|g ; \ - s|^ jam| ./jam|g' ${WRKSRC}/Makefile - do-install: -.if ${MACHINE_ARCH} == "alpha" - ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsdaxp/jam ${PREFIX}/bin -.else - ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} .endif diff -urN /usr/ports/devel/jam/files/patch-Jamfile jam/files/patch-Jamfile --- /usr/ports/devel/jam/files/patch-Jamfile Wed Dec 31 21:00:00 1969 +++ jam/files/patch-Jamfile Fri Aug 26 17:10:48 2005 @@ -0,0 +1,11 @@ +--- Jamfile.orig Thu Aug 19 15:19:29 2004 ++++ Jamfile Fri Aug 26 17:10:28 2005 +@@ -7,7 +7,7 @@ + + if $(VMS) { LOCATE_TARGET ?= [.binvms] ; } + else if $(MAC) { LOCATE_TARGET ?= :bin.mac ; } +-else { LOCATE_TARGET ?= bin.$(OSFULL[1]:L) ; } ++else { LOCATE_TARGET ?= bin ; } + + # Leave generated source in current directory; it would be nice to use + # these lines below to build the source into the platform-specific diff -urN /usr/ports/devel/jam/files/patch-Makefile jam/files/patch-Makefile --- /usr/ports/devel/jam/files/patch-Makefile Wed Dec 31 21:00:00 1969 +++ jam/files/patch-Makefile Fri Aug 26 17:17:16 2005 @@ -0,0 +1,10 @@ +--- Makefile.orig Wed Apr 23 01:45:50 2003 ++++ Makefile Fri Aug 26 17:17:13 2005 +@@ -1,7 +1,5 @@ + # Makefile for jam + +-CC = cc +-CFLAGS = + EXENAME = ./jam0 + TARGET = -o $(EXENAME) + diff -urN /usr/ports/devel/jam/pkg-descr jam/pkg-descr --- /usr/ports/devel/jam/pkg-descr Thu Feb 8 09:27:06 2001 +++ jam/pkg-descr Fri Aug 26 17:18:38 2005 @@ -1,5 +1,6 @@ -Jam/MR (formerly "jam - make(1) redux") -Jam/MR is a build utility like make(1). It has its own expressive language +Jam/MR (formerly "jam - make(1) redux"). + +Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes. --- jam.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 14:50:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44F8D16A41F for ; Sat, 27 Aug 2005 14:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34C843D45 for ; Sat, 27 Aug 2005 14:50: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.3/8.13.3) with ESMTP id j7REoEAU074501 for ; Sat, 27 Aug 2005 14:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7REoETO074500; Sat, 27 Aug 2005 14:50:14 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 14:50:14 GMT Message-Id: <200508271450.j7REoETO074500@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Vsevolod Stakhov Cc: Subject: Re: ports/85349: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vsevolod Stakhov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 14:50:15 -0000 The following reply was made to PR ports/85349; it has been noted by GNATS. From: Vsevolod Stakhov To: bug-followup@freebsd.org, andrey@hm.perm.ru Cc: Subject: Re: ports/85349: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator Date: Sat, 27 Aug 2005 18:47:03 +0400 How this port is related with sysutils/pwgen? From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 15:50:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D2016A41F for ; Sat, 27 Aug 2005 15:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DC243D45 for ; Sat, 27 Aug 2005 15: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.3/8.13.3) with ESMTP id j7RFoKpc081298 for ; Sat, 27 Aug 2005 15:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RFoKUi081297; Sat, 27 Aug 2005 15:50:20 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 15:50:20 GMT Message-Id: <200508271550.j7RFoKUi081297@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andrew Khlebutin Cc: Subject: ports/85349: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Khlebutin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 15:50:21 -0000 The following reply was made to PR ports/85349; it has been noted by GNATS. From: Andrew Khlebutin To: bug-followup@FreeBSD.org Cc: Subject: ports/85349: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator Date: Sat, 27 Aug 2005 21:44:24 +0600 As far as I understood, these ports have the same roots. It only matters that sysutils/pwgen hasn't been updated for around six years. pwgen from sf.net is updated periodically, also it contains a good configure script which doesn't even needs to be patched. Changelog shows the bugs are being fixed and it has more features. e.g.: -y, --symbols Include at least one special character in the password. -B, --ambiguous Don't use characters that could be confused by the user when printed, such as 'l' and '1', or '0' or 'O'. This reduces the number of possible passwords signficantly, and as such reduces the quality of the passwords. It may be useful for users who have bad vision, but in general use of this option is not recom- mended. -H, --sha1=/path/to/file[#seed] Will use the sha1's hash of given file and the optional seed to create password. It will allow you to compute the same password later, if you remember the file, seed, and pwgen's options used. ie: pwgen -H ~/your_favourite.mp3#your@email.com gives a list of possibles passwords for your pop3 account, and you can ask this list again and again. That is what author thinks about that: This version of pwgen was written by Theodore Ts'o . It is modelled after a program originally writ- ten by Brandon S. Allbery, and then later extensively modified by Olaf Titz, Jim Lynch, and others. It was rewritten from scratch by Theodore Ts'o because the original program was somewhat of a hack, and thus hard to maintain, and because the licensing status of the program was unclear. Taking all of that into consideration I cannot understand why the ports contain that prehistoric version of pwgen, but not a recent sf.net's one. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 15:54:49 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD52816A41F; Sat, 27 Aug 2005 15:54:49 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD6843D49; Sat, 27 Aug 2005 15:54:49 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from freefall.freebsd.org (vsevolod@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RFsnDx081440; Sat, 27 Aug 2005 15:54:49 GMT (envelope-from vsevolod@freefall.freebsd.org) Received: (from vsevolod@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RFsnki081436; Sat, 27 Aug 2005 15:54:49 GMT (envelope-from vsevolod) Date: Sat, 27 Aug 2005 15:54:49 GMT From: Vsevolod Stakhov Message-Id: <200508271554.j7RFsnki081436@freefall.freebsd.org> To: vsevolod@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vsevolod@FreeBSD.org Cc: Subject: Re: ports/85349: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 15:54:49 -0000 Synopsis: New port: sysutils/pwgen2. A small, powerful, GPL'ed password generator Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod Responsible-Changed-By: vsevolod Responsible-Changed-When: Sat Aug 27 15:54:15 GMT 2005 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=85349 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 16:50:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618E616A41F for ; Sat, 27 Aug 2005 16:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148ED43D48 for ; Sat, 27 Aug 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.3/8.13.3) with ESMTP id j7RGoLVT088793 for ; Sat, 27 Aug 2005 16:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RGoLqJ088792; Sat, 27 Aug 2005 16:50:21 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 16:50:21 GMT Message-Id: <200508271650.j7RGoLqJ088792@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Alejandro Pulver" Cc: Subject: Re: ports/85325: [NEW PORT] games/darkplaces - Quake engine modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alejandro Pulver List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 16:50:22 -0000 The following reply was made to PR ports/85325; it has been noted by GNATS. From: "Alejandro Pulver" To: "FreeBSD gnats submit" Cc: Subject: Re: ports/85325: [NEW PORT] games/darkplaces - Quake engine modification Date: Sat, 27 Aug 2005 13:50:21 -0300 >Submitter-Id: current-users >Originator: Alejandro Pulver >Organization: >Confidential: no >Synopsis: Re: ports/85325: [NEW PORT] games/darkplaces - Quake engine modification >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.4-RELEASE i386 >Environment: >Description: This patch fixes some issues in the previous shar. Changes: * Use pkg-plist instead of PLIST variables. * Make symbolic link "darkplaces" in "${PREFIX}/bin". * Create data directory (${DATADIR}) and when removing the port notify the user to remove the data directory. >How-To-Repeat: >Fix: --- darkplaces.diff begins here --- diff -urN pkgd/sent/darkplaces/Makefile darkplaces/Makefile --- pkgd/sent/darkplaces/Makefile Sat Aug 27 13:45:10 2005 +++ darkplaces/Makefile Sat Aug 27 13:44:10 2005 @@ -28,15 +28,16 @@ SERVER "Build dedicated server" on \ SDL_CLIENT "Build SDL client" on -PLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx \ - %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ - %%SERVER%%bin/${PORTNAME}-dedicated - SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .include +.if !defined(WITH_CLIENT) && !defined(WITH_SDL_CLIENT) && \ + !defined(WITH_DEDICATED) +IGNORE= You must choose at least one option of CLIENT, SDL_CLIENT and DEDICATED +.endif + .if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT) # Loads libraries on run-time, thus RUN_DEPENDS RUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis \ @@ -86,9 +87,12 @@ .endif do-install: + @${MKDIR} ${DATADIR} .for f in ${PORTNAME}-glx ${PORTNAME}-sdl ${PORTNAME}-dedicated @${TEST} -f ${WRKSRC}/${f} && \ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + @${TEST} -L ${PREFIX}/bin/${PORTNAME} || \ + ${LN} -s ${PREFIX}/bin/${f} ${PREFIX}/bin/${PORTNAME} .endfor post-install: diff -urN pkgd/sent/darkplaces/pkg-plist darkplaces/pkg-plist --- pkgd/sent/darkplaces/pkg-plist Wed Dec 31 21:00:00 1969 +++ darkplaces/pkg-plist Sat Aug 27 13:25:57 2005 @@ -0,0 +1,5 @@ +bin/darkplaces +%%CLIENT%%bin/darkplaces-glx +%%SDL_CLIENT%%bin/darkplaces-sdl +%%SERVER%%bin/darkplaces-dedicated +@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove the data files and mods left in %D/%%DATADIR%%." | fmt --- darkplaces.diff ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 17:00:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3EAD16A41F for ; Sat, 27 Aug 2005 17:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039D343D4C for ; Sat, 27 Aug 2005 17: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.3/8.13.3) with ESMTP id j7RH0bna088958 for ; Sat, 27 Aug 2005 17:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RH0bI4088951; Sat, 27 Aug 2005 17:00:37 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 17:00:37 GMT Resent-Message-Id: <200508271700.j7RH0bI4088951@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1707F16A41F for ; Sat, 27 Aug 2005 16:55:40 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id A6D2943D45 for ; Sat, 27 Aug 2005 16:55:39 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 7332 invoked from network); 27 Aug 2005 16:55:37 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 27 Aug 2005 16:55:37 -0000 Message-Id: <1125161761.0@phobos.mars.bsd> Date: Sat, 27 Aug 2005 13:56:01 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/85354: [NEW PORT] games/darkplacesmod - Quake 1 modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 17:00:38 -0000 >Number: 85354 >Category: ports >Synopsis: [NEW PORT] games/darkplacesmod - Quake 1 modification >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 Aug 27 17:00:37 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- darkplacesmod.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: # # darkplacesmod # darkplacesmod/Makefile # darkplacesmod/distinfo # darkplacesmod/pkg-plist # darkplacesmod/pkg-descr # darkplacesmod/files # darkplacesmod/files/dpmod-sh.in # echo c - darkplacesmod mkdir -p darkplacesmod > /dev/null 2>&1 echo x - darkplacesmod/Makefile sed 's/^X//' >darkplacesmod/Makefile << 'END-of-darkplacesmod/Makefile' X# New ports collection makefile for: darkplacesmod X# Date created: 27 Aug 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= darkplacesmod XPORTVERSION= 20050818 XCATEGORIES= games XMASTER_SITES= http://offload1.icculus.org/twilight/darkplaces/files/ XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= alejandro@varnet.biz XCOMMENT= Quake 1 modification X XRUN_DEPENDS= darkplaces:${PORTSDIR}/games/darkplaces X XUSE_ZIP= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XDATADIR= ${PREFIX}/share/darkplaces X XSUB_FILES= dpmod-sh X Xpost-extract: X# Remove CVS directories X @${FIND} ${WRKDIR} -type d -name CVS -print0 | \ X ${XARGS} -0 ${RM} -rf X X# Fix permissions X @${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/dpmod-sh ${PREFIX}/bin/dpmod X @${CP} -Rp ${WRKSRC}/dpmod ${DATADIR} X X.include END-of-darkplacesmod/Makefile echo x - darkplacesmod/distinfo sed 's/^X//' >darkplacesmod/distinfo << 'END-of-darkplacesmod/distinfo' XMD5 (darkplacesmod20050818.zip) = d1ea18e36a58a17011b3a3b13273dbc4 XSIZE (darkplacesmod20050818.zip) = 4052009 END-of-darkplacesmod/distinfo echo x - darkplacesmod/pkg-plist sed 's/^X//' >darkplacesmod/pkg-plist << 'END-of-darkplacesmod/pkg-plist' Xbin/dpmod X%%DATADIR%%/dpmod/ChangeLog X%%DATADIR%%/dpmod/ChangeLog.bak X%%DATADIR%%/dpmod/default.cfg X%%DATADIR%%/dpmod/dpdemo1.dem X%%DATADIR%%/dpmod/dpdemo2.dem X%%DATADIR%%/dpmod/env/sky1_dpzoo_bk.tga X%%DATADIR%%/dpmod/env/sky1_dpzoo_dn.tga X%%DATADIR%%/dpmod/env/sky1_dpzoo_ft.tga X%%DATADIR%%/dpmod/env/sky1_dpzoo_lf.tga X%%DATADIR%%/dpmod/env/sky1_dpzoo_rt.tga X%%DATADIR%%/dpmod/env/sky1_dpzoo_up.tga X%%DATADIR%%/dpmod/gfx/conback.tga X%%DATADIR%%/dpmod/maps/b_batt0.bsp X%%DATADIR%%/dpmod/maps/b_batt1.bsp X%%DATADIR%%/dpmod/maps/b_bh10.bsp X%%DATADIR%%/dpmod/maps/b_bh100.bsp X%%DATADIR%%/dpmod/maps/b_bh25.bsp X%%DATADIR%%/dpmod/maps/b_exbox2.bsp X%%DATADIR%%/dpmod/maps/b_explob.bsp X%%DATADIR%%/dpmod/maps/b_nail0.bsp X%%DATADIR%%/dpmod/maps/b_nail1.bsp X%%DATADIR%%/dpmod/maps/b_rock0.bsp X%%DATADIR%%/dpmod/maps/b_rock1.bsp X%%DATADIR%%/dpmod/maps/b_shell0.bsp X%%DATADIR%%/dpmod/maps/b_shell1.bsp X%%DATADIR%%/dpmod/maps/dpdm1.bsp X%%DATADIR%%/dpmod/maps/dpdm1.lights X%%DATADIR%%/dpmod/maps/dpdm1.lit X%%DATADIR%%/dpmod/maps/dpdm1.map X%%DATADIR%%/dpmod/maps/dpdm1.rtlights X%%DATADIR%%/dpmod/maps/dpdm2.bsp X%%DATADIR%%/dpmod/maps/dpdm2.lights X%%DATADIR%%/dpmod/maps/dpdm2.lit X%%DATADIR%%/dpmod/maps/dpdm2.map X%%DATADIR%%/dpmod/maps/dpdm2.rtlights X%%DATADIR%%/dpmod/maps/dpzoo.bsp X%%DATADIR%%/dpmod/maps/dpzoo.lit X%%DATADIR%%/dpmod/maps/dpzoo.map X%%DATADIR%%/dpmod/maps/dpzoo.wad X%%DATADIR%%/dpmod/menu/main.menu X%%DATADIR%%/dpmod/menu/options.menu X%%DATADIR%%/dpmod/progs.dat X%%DATADIR%%/dpmod/progs/a_rock4.mdl X%%DATADIR%%/dpmod/progs/a_rock8.mdl X%%DATADIR%%/dpmod/progs/a_shell1.mdl X%%DATADIR%%/dpmod/progs/a_shell2.mdl X%%DATADIR%%/dpmod/progs/bit.mdl X%%DATADIR%%/dpmod/progs/casing.mdl X%%DATADIR%%/dpmod/progs/casing_bronze.mdl X%%DATADIR%%/dpmod/progs/casing_shell.mdl X%%DATADIR%%/dpmod/progs/casing_steel.mdl X%%DATADIR%%/dpmod/progs/dpexplosion.spr32 X%%DATADIR%%/dpmod/progs/flag.mdl X%%DATADIR%%/dpmod/progs/muzzleflash.spr32 X%%DATADIR%%/dpmod/progs/plasmashot.spr32 X%%DATADIR%%/dpmod/progs/playergun.mdl X%%DATADIR%%/dpmod/progs/playernogun.mdl X%%DATADIR%%/dpmod/progs/rubble1.mdl X%%DATADIR%%/dpmod/progs/rubble2.mdl X%%DATADIR%%/dpmod/progs/rubble3.mdl X%%DATADIR%%/dpmod/progs/star.mdl X%%DATADIR%%/dpmod/progs/tar_gib.mdl X%%DATADIR%%/dpmod/progs/torchflamebase.spr32 X%%DATADIR%%/dpmod/progs/torchflametop.spr32 X%%DATADIR%%/dpmod/progs/v_dplight.mdl X%%DATADIR%%/dpmod/progs/v_dpnail.mdl X%%DATADIR%%/dpmod/progs/v_dpnail2.mdl X%%DATADIR%%/dpmod/progs/v_dprock.mdl X%%DATADIR%%/dpmod/progs/v_dprock2.mdl X%%DATADIR%%/dpmod/progs/v_dpshot.mdl X%%DATADIR%%/dpmod/progs/v_dpshot2.mdl X%%DATADIR%%/dpmod/qc/CTF.qc X%%DATADIR%%/dpmod/qc/ai.qc X%%DATADIR%%/dpmod/qc/bullets.qc X%%DATADIR%%/dpmod/qc/buttons.qc X%%DATADIR%%/dpmod/qc/casings.qc X%%DATADIR%%/dpmod/qc/cheatcode.qc X%%DATADIR%%/dpmod/qc/client.qc X%%DATADIR%%/dpmod/qc/damage.qc X%%DATADIR%%/dpmod/qc/damagetype.qc X%%DATADIR%%/dpmod/qc/darkp.qc X%%DATADIR%%/dpmod/qc/darkplaces.def X%%DATADIR%%/dpmod/qc/decals.qc X%%DATADIR%%/dpmod/qc/decors.qc X%%DATADIR%%/dpmod/qc/defs.qc X%%DATADIR%%/dpmod/qc/domination.qc X%%DATADIR%%/dpmod/qc/doors.qc X%%DATADIR%%/dpmod/qc/dpextensions.qc X%%DATADIR%%/dpmod/qc/explosion.qc X%%DATADIR%%/dpmod/qc/fight.qc X%%DATADIR%%/dpmod/qc/finalarenamaps.qc X%%DATADIR%%/dpmod/qc/fire.qc X%%DATADIR%%/dpmod/qc/fireball.qc X%%DATADIR%%/dpmod/qc/flash.qc X%%DATADIR%%/dpmod/qc/fog.qc X%%DATADIR%%/dpmod/qc/footstep.qc X%%DATADIR%%/dpmod/qc/forcefield.qc X%%DATADIR%%/dpmod/qc/gibcomments.qc X%%DATADIR%%/dpmod/qc/gore.qc X%%DATADIR%%/dpmod/qc/grenade.qc X%%DATADIR%%/dpmod/qc/halflife.qc X%%DATADIR%%/dpmod/qc/havocbot.qc X%%DATADIR%%/dpmod/qc/havocbot_roles.qc X%%DATADIR%%/dpmod/qc/impulse_main.qc X%%DATADIR%%/dpmod/qc/inventory.qc X%%DATADIR%%/dpmod/qc/invisiblewall.qc X%%DATADIR%%/dpmod/qc/item_ammo.qc X%%DATADIR%%/dpmod/qc/item_armor.qc X%%DATADIR%%/dpmod/qc/item_artifacts.qc X%%DATADIR%%/dpmod/qc/item_backpacks.qc X%%DATADIR%%/dpmod/qc/item_health.qc X%%DATADIR%%/dpmod/qc/item_keys.qc X%%DATADIR%%/dpmod/qc/item_legacystuff.qc X%%DATADIR%%/dpmod/qc/item_sigil.qc X%%DATADIR%%/dpmod/qc/item_weapons.qc X%%DATADIR%%/dpmod/qc/itemstuff.qc X%%DATADIR%%/dpmod/qc/lag.qc X%%DATADIR%%/dpmod/qc/laser.qc X%%DATADIR%%/dpmod/qc/lightning.qc X%%DATADIR%%/dpmod/qc/localdamage.qc X%%DATADIR%%/dpmod/qc/m_boss.qc X%%DATADIR%%/dpmod/qc/m_demon.qc X%%DATADIR%%/dpmod/qc/m_dog.qc X%%DATADIR%%/dpmod/qc/m_enforcer.qc X%%DATADIR%%/dpmod/qc/m_fish.qc X%%DATADIR%%/dpmod/qc/m_hknight.qc X%%DATADIR%%/dpmod/qc/m_knight.qc X%%DATADIR%%/dpmod/qc/m_monsters.qc X%%DATADIR%%/dpmod/qc/m_ogre.qc X%%DATADIR%%/dpmod/qc/m_oldone.qc X%%DATADIR%%/dpmod/qc/m_shalrath.qc X%%DATADIR%%/dpmod/qc/m_shambler.qc X%%DATADIR%%/dpmod/qc/m_soldier.qc X%%DATADIR%%/dpmod/qc/m_tarbaby.qc X%%DATADIR%%/dpmod/qc/m_wizard.qc X%%DATADIR%%/dpmod/qc/m_zombie.qc X%%DATADIR%%/dpmod/qc/mctf.qc X%%DATADIR%%/dpmod/qc/menu/cursor.qc X%%DATADIR%%/dpmod/qc/menu/cursor.qh X%%DATADIR%%/dpmod/qc/menu/graphic.qc X%%DATADIR%%/dpmod/qc/menu/graphic.qh X%%DATADIR%%/dpmod/qc/menu/mbuiltin.qc X%%DATADIR%%/dpmod/qc/menu/mcontrols.qc X%%DATADIR%%/dpmod/qc/menu/mcontrols.qh X%%DATADIR%%/dpmod/qc/menu/mcustom.qc X%%DATADIR%%/dpmod/qc/menu/mcustom.qh X%%DATADIR%%/dpmod/qc/menu/menu.qc X%%DATADIR%%/dpmod/qc/menu/menu.qh X%%DATADIR%%/dpmod/qc/menu/mfuncs.qc X%%DATADIR%%/dpmod/qc/menu/mfuncs.qh X%%DATADIR%%/dpmod/qc/menu/mmanager.qc X%%DATADIR%%/dpmod/qc/menu/mmanager.qh X%%DATADIR%%/dpmod/qc/menu/msys.qc X%%DATADIR%%/dpmod/qc/menu/progs.src X%%DATADIR%%/dpmod/qc/menu/readme X%%DATADIR%%/dpmod/qc/menu/sound.qc X%%DATADIR%%/dpmod/qc/menu/sound.qh X%%DATADIR%%/dpmod/qc/mine.qc X%%DATADIR%%/dpmod/qc/misc.qc X%%DATADIR%%/dpmod/qc/mode_elimination.qc X%%DATADIR%%/dpmod/qc/mode_management.qc X%%DATADIR%%/dpmod/qc/modedefs.qc X%%DATADIR%%/dpmod/qc/music.qc X%%DATADIR%%/dpmod/qc/plasma.qc X%%DATADIR%%/dpmod/qc/plats.qc X%%DATADIR%%/dpmod/qc/player.qc X%%DATADIR%%/dpmod/qc/playermovement.qc X%%DATADIR%%/dpmod/qc/progdefs.h X%%DATADIR%%/dpmod/qc/progs.src X%%DATADIR%%/dpmod/qc/raddamage.qc X%%DATADIR%%/dpmod/qc/rain.qc X%%DATADIR%%/dpmod/qc/regen.qc X%%DATADIR%%/dpmod/qc/rocket.qc X%%DATADIR%%/dpmod/qc/rotate.qc X%%DATADIR%%/dpmod/qc/shake.qc X%%DATADIR%%/dpmod/qc/spike.qc X%%DATADIR%%/dpmod/qc/spotlights.qc X%%DATADIR%%/dpmod/qc/sprintnumdigits.qc X%%DATADIR%%/dpmod/qc/sqrt.qc X%%DATADIR%%/dpmod/qc/stats.qc X%%DATADIR%%/dpmod/qc/subs.qc X%%DATADIR%%/dpmod/qc/superdamagesound.qc X%%DATADIR%%/dpmod/qc/superdomination.qc X%%DATADIR%%/dpmod/qc/sv_user.qc X%%DATADIR%%/dpmod/qc/t_damage.qc X%%DATADIR%%/dpmod/qc/t_radiusdamage.qc X%%DATADIR%%/dpmod/qc/teamplay.qc X%%DATADIR%%/dpmod/qc/think.qc X%%DATADIR%%/dpmod/qc/trig_original.qc X%%DATADIR%%/dpmod/qc/trig_playercount.qc X%%DATADIR%%/dpmod/qc/trig_stuffcmd.qc X%%DATADIR%%/dpmod/qc/trig_ticker.qc X%%DATADIR%%/dpmod/qc/util.qc X%%DATADIR%%/dpmod/qc/visibleweapons.qc X%%DATADIR%%/dpmod/qc/w_defs.qc X%%DATADIR%%/dpmod/qc/w_grapple.qc X%%DATADIR%%/dpmod/qc/w_system.qc X%%DATADIR%%/dpmod/qc/waypoint_spawnformap.qc X%%DATADIR%%/dpmod/qc/world.qc X%%DATADIR%%/dpmod/qc/xplowall.qc X%%DATADIR%%/dpmod/quake.rc X%%DATADIR%%/dpmod/romi_rtlights.pk3 X%%DATADIR%%/dpmod/sound/explo2.wav X%%DATADIR%%/dpmod/sound/fire/burn.wav X%%DATADIR%%/dpmod/sound/fire/launch.wav X%%DATADIR%%/dpmod/sound/misc/flagcap.wav X%%DATADIR%%/dpmod/sound/misc/flagtk.wav X%%DATADIR%%/dpmod/sound/misc/foot1.wav X%%DATADIR%%/dpmod/sound/misc/foot2.wav X%%DATADIR%%/dpmod/sound/misc/foot3.wav X%%DATADIR%%/dpmod/sound/misc/foot4.wav X%%DATADIR%%/dpmod/sound/misc/foot5.wav X%%DATADIR%%/dpmod/sound/misc/foot6.wav X%%DATADIR%%/dpmod/sound/misc/foot7.wav X%%DATADIR%%/dpmod/sound/plasma/plasexpl.wav X%%DATADIR%%/dpmod/sound/plasma/plasma.wav X%%DATADIR%%/dpmod/sound/weapons/bomb/fire.wav X%%DATADIR%%/dpmod/sound/weapons/bomb/trigger.wav X%%DATADIR%%/dpmod/sound/weapons/bounce2.wav X%%DATADIR%%/dpmod/sound/weapons/bsgload.wav X%%DATADIR%%/dpmod/sound/weapons/bsgnoammo.wav X%%DATADIR%%/dpmod/sound/weapons/chain1.wav X%%DATADIR%%/dpmod/sound/weapons/chain2.wav X%%DATADIR%%/dpmod/sound/weapons/chain3.wav X%%DATADIR%%/dpmod/textures/floor1_dpzoo.jpg X%%DATADIR%%/dpmod/textures/floor2_dpzoo.jpg X%%DATADIR%%/dpmod/textures/pipe1_dpzoo.jpg X%%DATADIR%%/dpmod/textures/roof1_dpzoo.jpg X%%DATADIR%%/dpmod/textures/wall1_dpzoo.jpg X%%DATADIR%%/dpmod/textures/window1_dpzoo.jpg X@dirrm %%DATADIR%%/dpmod/textures X@dirrm %%DATADIR%%/dpmod/sound/weapons/bomb X@dirrm %%DATADIR%%/dpmod/sound/weapons X@dirrm %%DATADIR%%/dpmod/sound/plasma X@dirrm %%DATADIR%%/dpmod/sound/misc X@dirrm %%DATADIR%%/dpmod/sound/fire X@dirrm %%DATADIR%%/dpmod/sound X@dirrm %%DATADIR%%/dpmod/qc/menu X@dirrm %%DATADIR%%/dpmod/qc X@dirrm %%DATADIR%%/dpmod/progs X@dirrm %%DATADIR%%/dpmod/menu X@dirrm %%DATADIR%%/dpmod/maps X@dirrm %%DATADIR%%/dpmod/gfx X@dirrm %%DATADIR%%/dpmod/env X@dirrm %%DATADIR%%/dpmod END-of-darkplacesmod/pkg-plist echo x - darkplacesmod/pkg-descr sed 's/^X//' >darkplacesmod/pkg-descr << 'END-of-darkplacesmod/pkg-descr' XDarkPlacesMod is a Quake 1 modification. X XThe port installs a script to run the mod called "dpmod". X XWWW: http://icculus.org/twilight/darkplaces/ END-of-darkplacesmod/pkg-descr echo c - darkplacesmod/files mkdir -p darkplacesmod/files > /dev/null 2>&1 echo x - darkplacesmod/files/dpmod-sh.in sed 's/^X//' >darkplacesmod/files/dpmod-sh.in << 'END-of-darkplacesmod/files/dpmod-sh.in' X#!/bin/sh X Xexec %%PREFIX%%/bin/darkplaces -game dpmod "$@" END-of-darkplacesmod/files/dpmod-sh.in exit --- darkplacesmod.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 18:36:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED0E16A41F; Sat, 27 Aug 2005 18:36:23 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFA043D46; Sat, 27 Aug 2005 18:36:23 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from freefall.freebsd.org (markus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RIaMOP004185; Sat, 27 Aug 2005 18:36:22 GMT (envelope-from markus@freefall.freebsd.org) Received: (from markus@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RIaMTU004181; Sat, 27 Aug 2005 18:36:22 GMT (envelope-from markus) Date: Sat, 27 Aug 2005 18:36:22 GMT From: Markus Brueffer Message-Id: <200508271836.j7RIaMTU004181@freefall.freebsd.org> To: markus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, markus@FreeBSD.org Cc: Subject: Re: ports/85322: Port upgrade: sysutils/k3b to 0.12.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 18:36:23 -0000 Synopsis: Port upgrade: sysutils/k3b to 0.12.3 Responsible-Changed-From-To: freebsd-ports-bugs->markus Responsible-Changed-By: markus Responsible-Changed-When: Sat Aug 27 18:34:48 GMT 2005 Responsible-Changed-Why: I'll handle this one after the freeze is over. http://www.freebsd.org/cgi/query-pr.cgi?pr=85322 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 19:20:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DC216A420 for ; Sat, 27 Aug 2005 19:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722B243D55 for ; Sat, 27 Aug 2005 19: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.3/8.13.3) with ESMTP id j7RJKMWs009566 for ; Sat, 27 Aug 2005 19:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RJKMWE009565; Sat, 27 Aug 2005 19:20:22 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 19:20:22 GMT Resent-Message-Id: <200508271920.j7RJKMWE009565@freefall.freebsd.org> 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 D2EC816A41F for ; Sat, 27 Aug 2005 19:10:54 +0000 (GMT) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D9C43D49 for ; Sat, 27 Aug 2005 19:10:54 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 8C2841CE66; Sat, 27 Aug 2005 14:15:11 -0500 (CDT) Message-Id: <20050827191511.8C2841CE66@phoenix.smluc.org> Date: Sat, 27 Aug 2005 14:15:11 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/85358: graphics/vp - change of file url X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Aug 2005 19:20:23 -0000 >Number: 85358 >Category: ports >Synopsis: graphics/vp - change of file url >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 Aug 27 19:20:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: the school changed their domain name >How-To-Repeat: >Fix: --- graphics_vp.patch begins here --- Index: graphics/vp/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/vp/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- graphics/vp/Makefile 1 Jun 2005 19:56:04 -0000 1.14 +++ graphics/vp/Makefile 27 Aug 2005 19:08:31 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.5 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://math.smsu.edu/~erik/files/ +MASTER_SITES= http://math.missouristate.edu/~erik/files/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer for X --- graphics_vp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 19:20:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C7D16A41F for ; Sat, 27 Aug 2005 19:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95AF43D46 for ; Sat, 27 Aug 2005 19: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.3/8.13.3) with ESMTP id j7RJKMJ3009625 for ; Sat, 27 Aug 2005 19:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RJKMFx009624; Sat, 27 Aug 2005 19:20:22 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 19:20:22 GMT Resent-Message-Id: <200508271920.j7RJKMFx009624@freefall.freebsd.org> 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 E16B316A41F for ; Sat, 27 Aug 2005 19:12:33 +0000 (GMT) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B4E43D46 for ; Sat, 27 Aug 2005 19:12:33 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id A73AB1CE66; Sat, 27 Aug 2005 14:16:51 -0500 (CDT) Message-Id: <20050827191651.A73AB1CE66@phoenix.smluc.org> Date: Sat, 27 Aug 2005 14:16:51 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/85359: textproc/rand - change of file url X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Aug 2005 19:20:24 -0000 >Number: 85359 >Category: ports >Synopsis: textproc/rand - change of file url >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 Aug 27 19:20:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: the school changed their domain name >How-To-Repeat: >Fix: --- textproc_rand.patch begins here --- Index: textproc/rand/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rand/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- textproc/rand/Makefile 6 Feb 2004 13:12:39 -0000 1.11 +++ textproc/rand/Makefile 27 Aug 2005 19:08:48 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://math.smsu.edu/~erik/files/ +MASTER_SITES= http://math.missouristate.edu/~erik/files/ MAINTAINER= domi@saargate.de COMMENT= Utility to display files or streams in random order --- textproc_rand.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 20:10:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7467816A41F for ; Sat, 27 Aug 2005 20:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEDD43D49 for ; Sat, 27 Aug 2005 20: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.3/8.13.3) with ESMTP id j7RKACQp016732 for ; Sat, 27 Aug 2005 20:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RKACwl016731; Sat, 27 Aug 2005 20:10:12 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 20:10:12 GMT Resent-Message-Id: <200508272010.j7RKACwl016731@freefall.freebsd.org> 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 E535B16A41F for ; Sat, 27 Aug 2005 20:04:08 +0000 (GMT) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F85343D46 for ; Sat, 27 Aug 2005 20:04:08 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 158A31CE66; Sat, 27 Aug 2005 15:08:25 -0500 (CDT) Message-Id: <20050827200825.158A31CE66@phoenix.smluc.org> Date: Sat, 27 Aug 2005 15:08:25 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/85360: audio/openal - change of file url X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Aug 2005 20:10:13 -0000 >Number: 85360 >Category: ports >Synopsis: audio/openal - change of file url >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 Aug 27 20:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: the school changed their domain name >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.29 diff -u -r1.29 Makefile --- audio/openal/Makefile 12 Apr 2005 03:24:52 -0000 1.29 +++ audio/openal/Makefile 27 Aug 2005 20:01:38 -0000 @@ -8,7 +8,7 @@ PORTNAME= openal PORTVERSION= 20050401 CATEGORIES= audio -MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ +MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/\ http://www.smluc.org/~erik/files/fbsd/ MAINTAINER= erik@smluc.org --- audio-openal.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 20:10:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9898C16A41F for ; Sat, 27 Aug 2005 20:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8C643D4C for ; Sat, 27 Aug 2005 20: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.3/8.13.3) with ESMTP id j7RKAC5h016788 for ; Sat, 27 Aug 2005 20:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RKACFQ016787; Sat, 27 Aug 2005 20:10:12 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 20:10:12 GMT Resent-Message-Id: <200508272010.j7RKACFQ016787@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugeny Kuzakov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B84716A41F for ; Sat, 27 Aug 2005 20:04:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4167343D48 for ; Sat, 27 Aug 2005 20:04:56 +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 j7RK4rfr099937 for ; Sat, 27 Aug 2005 20:04:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j7RK4rNg099927; Sat, 27 Aug 2005 20:04:53 GMT (envelope-from nobody) Message-Id: <200508272004.j7RK4rNg099927@www.freebsd.org> Date: Sat, 27 Aug 2005 20:04:53 GMT From: Eugeny Kuzakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85361: k3b returns /usr/local/bin/growisofs: no mkisofs options are permitted with =, aborting... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 20:10:13 -0000 >Number: 85361 >Category: ports >Synopsis: k3b returns /usr/local/bin/growisofs: no mkisofs options are permitted with =, aborting... >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 Aug 27 20:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Eugeny Kuzakov >Release: 6.0-BETA2 >Organization: >Environment: FreeBSD coredumped.local 6.0-BETA2 FreeBSD 6.0-BETA2 #0: Sat Aug 20 17:54:33 MSD 2005 root@coredumped.local:/add/obj/add/ftp/pub/FreeBSD/STABLE/src/sys/my2 i386 >Description: k3b*(k3b-0.12.2) runs growisofs with unsupported args. Ihave installed dvd+rw-tools-5.21.4.10.8. You have no way to write dvd using k3b. Version growisofs from dvd+rw-tools-5.21.4.10.8 has problems with args line -Z /dev/cd0=image.iso Other info: coredumped@coredumped:~$ls -l /dev/xpt0 /dev/cd0 /dev/pass0 crw-rw-rw- 1 root operator 13, 114 27 авг 02:01 /dev/cd0 crw-rw-rw- 1 root operator 13, 116 27 авг 02:01 /dev/pass0 crw-rw-rw- 1 root operator 13, 117 27 авг 02:01 /dev/xpt0 >How-To-Repeat: Just try to write dvd using k3b-0.12.2 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 21:20:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B452316A41F for ; Sat, 27 Aug 2005 21:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0230243D4C for ; Sat, 27 Aug 2005 21: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.3/8.13.3) with ESMTP id j7RLKGZO023545 for ; Sat, 27 Aug 2005 21:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RLKGhp023544; Sat, 27 Aug 2005 21:20:16 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 21:20:16 GMT Resent-Message-Id: <200508272120.j7RLKGhp023544@freefall.freebsd.org> 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 E276716A41F for ; Sat, 27 Aug 2005 21:14:04 +0000 (GMT) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F90E43D45 for ; Sat, 27 Aug 2005 21:14:04 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 2B7D51CE66; Sat, 27 Aug 2005 16:18:22 -0500 (CDT) Message-Id: <20050827211822.2B7D51CE66@phoenix.smluc.org> Date: Sat, 27 Aug 2005 16:18:22 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/85362: [Maintainer Update] graphics/bugle 0.0.20041123 -> 0.0.20050512 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Aug 2005 21:20:17 -0000 >Number: 85362 >Category: ports >Synopsis: [Maintainer Update] graphics/bugle 0.0.20041123 -> 0.0.20050512 >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 Aug 27 21:20:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: freshmeat blurbs: 0.0.20050221 This version is a major update. The code generator, state manager, and object tracker have all been rewritten and work a lot better. Substantial changes have been made to the call dispatcher to reduce overhead. Almost all of OpenGL 2.0 is now supported. It should also be slightly more portable, due to the use of ltdl to load modules. 0.0.20050512 This is largely a bugfix version that fixes compilation problems in 0.0.20050221. There is now support for several new extensions in gldb's state viewer, including GL_ARB_vertex_program, GL_ARB_fragment_program, and GL_ARB_texture_rectangle. this supercedes the problematic ports/77899, so if that one could be closed, that'd be great. tested on 5.4p6 and 7.0-20050821 >How-To-Repeat: >Fix: --- graphics-bugle.patch begins here --- Index: graphics/bugle/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/bugle/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- graphics/bugle/Makefile 12 Apr 2005 03:25:36 -0000 1.11 +++ graphics/bugle/Makefile 27 Aug 2005 21:12:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= bugle -PORTVERSION= 0.0.20041123 +PORTVERSION= 0.0.20050512 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bugle Index: graphics/bugle/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/bugle/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- graphics/bugle/distinfo 24 Nov 2004 09:59:05 -0000 1.7 +++ graphics/bugle/distinfo 27 Aug 2005 21:12:32 -0000 @@ -1,2 +1,2 @@ -MD5 (bugle-0.0.20041123.tar.gz) = 1ccd42bd0d028009e1f8b1136b364014 -SIZE (bugle-0.0.20041123.tar.gz) = 480500 +MD5 (bugle-0.0.20050512.tar.gz) = 1a9fce81316285c2b1d8d2908375cf3a +SIZE (bugle-0.0.20050512.tar.gz) = 875329 Index: graphics/bugle/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/bugle/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- graphics/bugle/pkg-plist 24 Nov 2004 09:59:05 -0000 1.5 +++ graphics/bugle/pkg-plist 27 Aug 2005 21:12:32 -0000 @@ -28,4 +28,22 @@ lib/libbugleutils.la lib/libbugleutils.so lib/libbugleutils.so.0 +share/libtool/libltdl/COPYING.LIB +share/libtool/libltdl/README +share/libtool/libltdl/acinclude.m4 +share/libtool/libltdl/aclocal.m4 +share/libtool/libltdl/Makefile.am +share/libtool/libltdl/Makefile.in +share/libtool/libltdl/configure.ac +share/libtool/libltdl/configure +share/libtool/libltdl/config-h.in +share/libtool/libltdl/config.guess +share/libtool/libltdl/config.sub +share/libtool/libltdl/install-sh +share/libtool/libltdl/missing +share/libtool/libltdl/ltmain.sh +share/libtool/libltdl/ltdl.c +share/libtool/libltdl/ltdl.h +@dirrm share/libtool/libltdl +@dirrm share/libtool @dirrm lib/bugle --- graphics-bugle.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 22:21:04 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F1316A41F; Sat, 27 Aug 2005 22:21:04 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D8A43D48; Sat, 27 Aug 2005 22:21:04 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from freefall.freebsd.org (markus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RML46X031285; Sat, 27 Aug 2005 22:21:04 GMT (envelope-from markus@freefall.freebsd.org) Received: (from markus@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RML4qF031281; Sat, 27 Aug 2005 22:21:04 GMT (envelope-from markus) Date: Sat, 27 Aug 2005 22:21:04 GMT From: Markus Brueffer Message-Id: <200508272221.j7RML4qF031281@freefall.freebsd.org> To: markus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, markus@FreeBSD.org Cc: Subject: Re: ports/85361: k3b returns /usr/local/bin/growisofs: no mkisofs options are permitted with =, aborting... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 22:21:05 -0000 Synopsis: k3b returns /usr/local/bin/growisofs: no mkisofs options are permitted with =, aborting... Responsible-Changed-From-To: freebsd-ports-bugs->markus Responsible-Changed-By: markus Responsible-Changed-When: Sat Aug 27 22:18:55 GMT 2005 Responsible-Changed-Why: I'll handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=85361 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 23:20:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F64616A41F for ; Sat, 27 Aug 2005 23:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC9E43D48 for ; Sat, 27 Aug 2005 23:20: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.3/8.13.3) with ESMTP id j7RNKHT3039455 for ; Sat, 27 Aug 2005 23:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RNKHes039454; Sat, 27 Aug 2005 23:20:17 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 23:20:17 GMT Resent-Message-Id: <200508272320.j7RNKHes039454@freefall.freebsd.org> 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 1D78216A41F for ; Sat, 27 Aug 2005 23:20:00 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from illusionist.sov.kewlio.net.uk (fxp-0.712-illusionist.sov.kewlio.net.uk [85.116.0.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8429F43D45 for ; Sat, 27 Aug 2005 23:19:58 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from maya.liquidx.org (168-103-42-226.bois.qwest.net [168.103.42.226]) (authenticated bits=0 user=tlp) by illusionist.sov.kewlio.net.uk (8.13.4/8.13.4) with ESMTP id j7RNJsQ3059709 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 28 Aug 2005 00:19:57 +0100 (BST) Message-Id: <200508271720.04907.tlp@liquidx.org> Date: Sat, 27 Aug 2005 17:20:04 -0600 From: Travis Poppe To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/85364: [MAINTAINER UPDATE] x11/padkey distfile update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 23:20:18 -0000 >Number: 85364 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/padkey distfile update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 23:20:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Travis Poppe >Release: >Organization: >Environment: >Description: I've discovered some minor errors in the documentation that have been fixed in this new distfile (rather than re-rolling the distfile with the same name, screwing things up). I misspelled the name of one of the people listed in the CREDITS and happened to catch another spelling error in the README file. I intend to remove the old distfile as soon as this is committed. Functionality has not changed, so I don't know whether or not a PORTREVISION is necessary. I will leave that up to the committer. >How-To-Repeat: >Fix: diff -ruN padkey.orig/Makefile padkey/Makefile --- padkey.orig/Makefile Mon Feb 28 23:57:03 2005 +++ padkey/Makefile Sat Aug 27 17:11:25 2005 @@ -9,7 +9,6 @@ PORTVERSION= 0.2 CATEGORIES= x11 games MASTER_SITES= http://www.liquidx.org/padkey/releases/dist/ -DISTNAME= bsd${PORTNAME}-${PORTVERSION} MAINTAINER= tlp@liquidx.org COMMENT= Use an authentic SNES controller to play games diff -ruN padkey.orig/distinfo padkey/distinfo --- padkey.orig/distinfo Mon Feb 28 23:57:03 2005 +++ padkey/distinfo Sat Aug 27 17:11:35 2005 @@ -1,2 +1,2 @@ -MD5 (bsdpadkey-0.2.tar.gz) = f08e360f3b4f322500d7a845cc5bdcd0 -SIZE (bsdpadkey-0.2.tar.gz) = 5146 +MD5 (padkey-0.2.tar.gz) = 8ab552c10c58dbe0e130dfe92b35d540 +SIZE (padkey-0.2.tar.gz) = 5146 >Release-Note: >Audit-Trail: >Unformatted: