From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 01:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ECA11065677 for ; Sun, 31 Aug 2008 01:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 095AA8FC2D for ; Sun, 31 Aug 2008 01:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V1o2fw014920 for ; Sun, 31 Aug 2008 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V1o2mX014919; Sun, 31 Aug 2008 01:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 01:50:02 GMT Resent-Message-Id: <200808310150.m7V1o2mX014919@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26BD21065674 for ; Sun, 31 Aug 2008 01:47:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 13E8A8FC2D for ; Sun, 31 Aug 2008 01:47:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V1lwTN031803 for ; Sun, 31 Aug 2008 01:47:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V1lwMf031802; Sun, 31 Aug 2008 01:47:58 GMT (envelope-from nobody) Message-Id: <200808310147.m7V1lwMf031802@www.freebsd.org> Date: Sun, 31 Aug 2008 01:47:58 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126986: update devel/libdwarf to version 20080615 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, 31 Aug 2008 01:50:03 -0000 >Number: 126986 >Category: ports >Synopsis: update devel/libdwarf to version 20080615 >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 31 01:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: - Update libdwarf and fix some typos in a header. - Use BSDlibelf on FreeBSD >= 7.x - A followup for dwarfdump should follow soon. >How-To-Repeat: - Version 20080615 is not the latest but the latest doesn't build out-of-the-box, something to investigate later. >Fix: diff -ruN libdwarf.orig/Makefile libdwarf/Makefile --- libdwarf.orig/Makefile 2008-07-05 10:08:44.000000000 -0500 +++ libdwarf/Makefile 2008-08-30 20:30:12.000000000 -0500 @@ -6,15 +6,18 @@ # PORTNAME= libdwarf -PORTVERSION= 20070703 -PORTREVISION= 1 +PORTVERSION= 20080615 CATEGORIES= devel MASTER_SITES= http://reality.sgiweb.org/davea/ MAINTAINER= joerg@FreeBSD.org COMMENT= A library to analyze DWARF debugging information in ELF files +.include + +.if ${OSVERSION} < 700000 BUILD_DEPENDS= ${LOCALBASE}/lib/libelf.so.0:${PORTSDIR}/devel/libelf +.endif WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/libdwarf @@ -33,4 +36,4 @@ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/libdwarf ; \ done -.include +.include diff -ruN libdwarf.orig/distinfo libdwarf/distinfo --- libdwarf.orig/distinfo 2008-07-05 10:08:44.000000000 -0500 +++ libdwarf/distinfo 2008-08-30 20:30:20.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (libdwarf-20070703.tar.gz) = 3c67d1df89f05421267ede59feec8152 -SHA256 (libdwarf-20070703.tar.gz) = 6e2194156928285bc192f6ac02f3be924c2980801e55e987c1051275b8dc9681 -SIZE (libdwarf-20070703.tar.gz) = 1064669 +MD5 (libdwarf-20080615.tar.gz) = 4ee8f6bcc5d7dfd58373dea387a9b957 +SHA256 (libdwarf-20080615.tar.gz) = f787bb48ecebdaadbfd3ebc5d01121decaaf00c11125d9c7636376ecf1daa988 +SIZE (libdwarf-20080615.tar.gz) = 1092542 diff -ruN libdwarf.orig/files/patch-dwarf_error.c libdwarf/files/patch-dwarf_error.c --- libdwarf.orig/files/patch-dwarf_error.c 1969-12-31 19:00:00.000000000 -0500 +++ libdwarf/files/patch-dwarf_error.c 2008-08-30 20:35:54.000000000 -0500 @@ -0,0 +1,11 @@ +--- dwarf_error.c.orig 2008-08-30 20:32:21.000000000 -0500 ++++ dwarf_error.c 2008-08-30 20:33:23.000000000 -0500 +@@ -281,7 +281,7 @@ + "DW_DLE_DF_FRAME_DECODING_ERROR(193)", + "DW_DLE_DEBUG_LOC_SECTION_SHORT(194)", + "DW_DLE_FRAME_AUGMENTATION_UNKNOWN(195)", +- "DW_DLA_PUBTYPE_CONTEXT(196)", ++ "DW_DLE_PUBTYPE_CONTEXT(196)", + "DW_DLE_DEBUG_PUBTYPES_LENGTH_BAD(197)", + "DW_DLE_DEBUG_PUBTYPES_VERSION_ERROR(198)", + "DW_DLE_DEBUG_PUBTYPES_DUPLICATE(199)", diff -ruN libdwarf.orig/files/patch-libdwarf.h libdwarf/files/patch-libdwarf.h --- libdwarf.orig/files/patch-libdwarf.h 1969-12-31 19:00:00.000000000 -0500 +++ libdwarf/files/patch-libdwarf.h 2008-08-30 20:35:06.000000000 -0500 @@ -0,0 +1,11 @@ +--- libdwarf.h.orig 2008-08-30 20:32:29.000000000 -0500 ++++ libdwarf.h 2008-08-30 20:33:43.000000000 -0500 +@@ -897,7 +897,7 @@ + #define DW_DLE_DF_FRAME_DECODING_ERROR 193 + #define DW_DLE_DEBUG_LOC_SECTION_SHORT 194 + #define DW_DLE_FRAME_AUGMENTATION_UNKNOWN 195 +-#define DW_DLA_PUBTYPE_CONTEXT 196 ++#define DW_DLE_PUBTYPE_CONTEXT 196 + #define DW_DLE_DEBUG_PUBTYPES_LENGTH_BAD 197 + #define DW_DLE_DEBUG_PUBTYPES_VERSION_ERROR 198 + #define DW_DLE_DEBUG_PUBTYPES_DUPLICATE 199 diff -ruN libdwarf.orig/files/patch-pro_incl.h libdwarf/files/patch-pro_incl.h --- libdwarf.orig/files/patch-pro_incl.h 2008-07-05 10:08:44.000000000 -0500 +++ libdwarf/files/patch-pro_incl.h 2008-07-05 10:16:24.000000000 -0500 @@ -1,12 +1,9 @@ ---- pro_incl.h.orig Mon Nov 22 19:20:35 2004 -+++ pro_incl.h Sat Feb 12 22:17:11 2005 -@@ -38,6 +38,18 @@ - #ifdef HAVE_ELF_H - #include +--- pro_incl.h.orig 2008-06-16 10:06:57.000000000 -0500 ++++ pro_incl.h 2008-07-05 10:15:46.000000000 -0500 +@@ -43,6 +43,14 @@ + type defined (a required type). */ + #include #endif -+#ifdef __SGI_FAST_LIBELF -+#include -+#else +#ifdef HAVE_LIBELF_H +#include +#else @@ -14,8 +11,7 @@ +#include +#endif +#endif -+#endif /* !defined(__SGI_FAST_LIBELF) */ + - /* The target address is given: the place in the source integer - is to be determined. + #if defined(sun) + #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 01:50:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B78C106567C; Sun, 31 Aug 2008 01:50:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E40348FC17; Sun, 31 Aug 2008 01:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V1oCqv015100; Sun, 31 Aug 2008 01:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V1oCch015096; Sun, 31 Aug 2008 01:50:12 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 01:50:12 GMT Message-Id: <200808310150.m7V1oCch015096@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, joerg@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126986: update devel/libdwarf to version 20080615 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, 31 Aug 2008 01:50:13 -0000 Synopsis: update devel/libdwarf to version 20080615 Responsible-Changed-From-To: freebsd-ports-bugs->joerg Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 01:50:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126986 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 02:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7875A106567C for ; Sun, 31 Aug 2008 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5277A8FC13 for ; Sun, 31 Aug 2008 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V2A1Ls015595 for ; Sun, 31 Aug 2008 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V2A1sN015594; Sun, 31 Aug 2008 02:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 02:10:01 GMT Resent-Message-Id: <200808310210.m7V2A1sN015594@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9394106568C for ; Sun, 31 Aug 2008 02:05:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A469B8FC14 for ; Sun, 31 Aug 2008 02:05:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V25BCM042396 for ; Sun, 31 Aug 2008 02:05:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V25BA6042395; Sun, 31 Aug 2008 02:05:11 GMT (envelope-from nobody) Message-Id: <200808310205.m7V25BA6042395@www.freebsd.org> Date: Sun, 31 Aug 2008 02:05:11 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126987: update devel/dwarfdump to version 20080615 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, 31 Aug 2008 02:10:01 -0000 >Number: 126987 >Category: ports >Synopsis: update devel/dwarfdump to version 20080615 >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 31 02:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: - Update dwarfdump, this depends on PR ports/126986 (libdwarf). - Teach dwarfdump about BSDlibelf - Pet portlint: MACHINE_ARCH --> ARCH >How-To-Repeat: >Fix: diff -ruN dwarfdump.orig/Makefile dwarfdump/Makefile --- dwarfdump.orig/Makefile 2008-07-05 10:26:00.000000000 -0500 +++ dwarfdump/Makefile 2008-08-30 20:56:49.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= dwarfdump -DISTVERSION= 20070703 -PORTREVISION= 1 +DISTVERSION= 20080615 CATEGORIES= devel MASTER_SITES= http://reality.sgiweb.org/davea/ DISTNAME= libdwarf-${PORTVERSION} @@ -15,23 +14,26 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= A tool to display DWARF debugging information in ELF files -BUILD_DEPENDS= ${LOCALBASE}/lib/libelf.so.0:${PORTSDIR}/devel/libelf \ - ${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf -RUN_DEPENDS= ${LOCALBASE}/lib/libelf.so.0:${PORTSDIR}/devel/libelf +BUILD_DEPENDS= ${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/dwarfdump GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.if (${MACHINE_ARCH} == "amd64") -ARCH= x86_64 -.endif MAN1= dwarfdump.1 .include +.if ${OSVERSION} < 700000 +RUN_DEPENDS= ${LOCALBASE}/lib/libelf.so.0:${PORTSDIR}/devel/libelf +.endif + +.if (${ARCH} == "amd64") +ARCH= x86_64 +.endif + FILES_TO_PATCH=print_reloc.c post-patch: diff -ruN dwarfdump.orig/distinfo dwarfdump/distinfo --- dwarfdump.orig/distinfo 2008-07-05 10:09:03.000000000 -0500 +++ dwarfdump/distinfo 2008-07-05 10:19:33.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (libdwarf-20070703.tar.gz) = 3c67d1df89f05421267ede59feec8152 -SHA256 (libdwarf-20070703.tar.gz) = 6e2194156928285bc192f6ac02f3be924c2980801e55e987c1051275b8dc9681 -SIZE (libdwarf-20070703.tar.gz) = 1064669 +MD5 (libdwarf-20080615.tar.gz) = 4ee8f6bcc5d7dfd58373dea387a9b957 +SHA256 (libdwarf-20080615.tar.gz) = f787bb48ecebdaadbfd3ebc5d01121decaaf00c11125d9c7636376ecf1daa988 +SIZE (libdwarf-20080615.tar.gz) = 1092542 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 02:10:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D2C1065680; Sun, 31 Aug 2008 02:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 432EC8FC15; Sun, 31 Aug 2008 02:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V2AALZ015778; Sun, 31 Aug 2008 02:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V2AAmB015774; Sun, 31 Aug 2008 02:10:10 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 02:10:10 GMT Message-Id: <200808310210.m7V2AAmB015774@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, joerg@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126987: update devel/dwarfdump to version 20080615 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, 31 Aug 2008 02:10:10 -0000 Synopsis: update devel/dwarfdump to version 20080615 Responsible-Changed-From-To: freebsd-ports-bugs->joerg Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 02:10:09 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126987 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 03:10:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FC78106564A; Sun, 31 Aug 2008 03:10:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32DF68FC08; Sun, 31 Aug 2008 03:10:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V3AQaK021127; Sun, 31 Aug 2008 03:10:26 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V3APWm021123; Sun, 31 Aug 2008 03:10:25 GMT (envelope-from linimon) Date: Sun, 31 Aug 2008 03:10:25 GMT Message-Id: <200808310310.m7V3APWm021123@freefall.freebsd.org> To: trepan@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/122596: devel/python: Python hangs when importing pygtk 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, 31 Aug 2008 03:10:26 -0000 Synopsis: devel/python: Python hangs when importing pygtk State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Aug 31 03:08:30 UTC 2008 State-Changed-Why: There is no 'devel/python' port, but there are several version in lang/. Which one of these are you using? http://www.freebsd.org/cgi/query-pr.cgi?pr=122596 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 03:30:57 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 661DD1065673; Sun, 31 Aug 2008 03:30:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 384E68FC1B; Sun, 31 Aug 2008 03:30:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V3UvZK024509; Sun, 31 Aug 2008 03:30:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V3UvgF024505; Sun, 31 Aug 2008 03:30:57 GMT (envelope-from linimon) Date: Sun, 31 Aug 2008 03:30:57 GMT Message-Id: <200808310330.m7V3UvgF024505@freefall.freebsd.org> To: walt@relnor.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126824: [NEW PORT] www/phpsysinfo: A PHP script for displaying system information 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, 31 Aug 2008 03:30:57 -0000 Synopsis: [NEW PORT] www/phpsysinfo: A PHP script for displaying system information State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Aug 31 03:30:23 UTC 2008 State-Changed-Why: We already have www/phpSysInfo; what is the need for this port? Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 31 03:30:23 UTC 2008 Responsible-Changed-Why: track. http://www.freebsd.org/cgi/query-pr.cgi?pr=126824 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 03:48:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 293C31065672; Sun, 31 Aug 2008 03:48:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEE948FC1A; Sun, 31 Aug 2008 03:48:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V3m0Mb025812; Sun, 31 Aug 2008 03:48:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V3lxr2025808; Sun, 31 Aug 2008 03:47:59 GMT (envelope-from linimon) Date: Sun, 31 Aug 2008 03:47:59 GMT Message-Id: <200808310347.m7V3lxr2025808@freefall.freebsd.org> To: Joerg.Pulz@frm2.tum.de, edwin@mavetju.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/124000: [patch] update net/isc-dhcp3-server to 3.0.7 and reset maintainer 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, 31 Aug 2008 03:48:01 -0000 Synopsis: [patch] update net/isc-dhcp3-server to 3.0.7 and reset maintainer State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Aug 31 03:47:50 UTC 2008 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=124000 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:00:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBBD01065679 for ; Sun, 31 Aug 2008 04:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8288FC19 for ; Sun, 31 Aug 2008 04:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4010T026148 for ; Sun, 31 Aug 2008 04:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V401EQ026147; Sun, 31 Aug 2008 04:00:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 04:00:01 GMT Resent-Message-Id: <200808310400.m7V401EQ026147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 417421065677 for ; Sun, 31 Aug 2008 03:54:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2DA068FC08 for ; Sun, 31 Aug 2008 03:54:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V3seU7021184 for ; Sun, 31 Aug 2008 03:54:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V3selX021183; Sun, 31 Aug 2008 03:54:40 GMT (envelope-from nobody) Message-Id: <200808310354.m7V3selX021183@www.freebsd.org> Date: Sun, 31 Aug 2008 03:54:40 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126988: [PATCH]graphics/png: update to 1.2.31 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, 31 Aug 2008 04:00:01 -0000 >Number: 126988 >Category: ports >Synopsis: [PATCH]graphics/png: update to 1.2.31 >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 31 04:00:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-Stable i386 >Organization: - >Environment: >Description: "Fix potential DoS due to memory leak on read error. Many cosmetic changes. Combined read of chunk length and chunk name into one i/o operation." "Fix new bug with reading cHRM chunk. Reverted png_flush() to version 1.2.29 behavior." >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN png.orig/Makefile png/Makefile --- png.orig/Makefile 2008-08-30 20:02:55.860643440 -0400 +++ png/Makefile 2008-08-30 20:28:20.624073150 -0400 @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.28 +PORTVERSION= 1.2.31 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff -ruN png.orig/distinfo png/distinfo --- png.orig/distinfo 2008-08-30 20:02:55.870643594 -0400 +++ png/distinfo 2008-08-30 20:28:20.624073150 -0400 @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.28.tar.bz2) = c981a7014fc695e354d2f2cac3a6742e -SHA256 (libpng-1.2.28.tar.bz2) = 041c11048ea812f56d7042fbdfc3d7025c97a81f07ab20ebd0f50aecb47baccc -SIZE (libpng-1.2.28.tar.bz2) = 788156 +MD5 (libpng-1.2.31.tar.bz2) = 78d2f8c4e0d64f8948819563587302d3 +SHA256 (libpng-1.2.31.tar.bz2) = 24b354dcd8843274a20e1625e04d618d43f9851082254cb9dae6f33f15c2a5cd +SIZE (libpng-1.2.31.tar.bz2) = 625715 diff -ruN png.orig/files/patch-ab png/files/patch-ab --- png.orig/files/patch-ab 2008-08-30 20:02:55.860643440 -0400 +++ png/files/patch-ab 2008-08-30 20:28:20.624073150 -0400 @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.28 + Version: 1.2.31 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:00:21 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C415106569C; Sun, 31 Aug 2008 04:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB8DA8FC18; Sun, 31 Aug 2008 04:00:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V40KXo026346; Sun, 31 Aug 2008 04:00:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V40KTv026342; Sun, 31 Aug 2008 04:00:20 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 04:00:20 GMT Message-Id: <200808310400.m7V40KTv026342@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126988: [PATCH]graphics/png: update to 1.2.31 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, 31 Aug 2008 04:00:21 -0000 Synopsis: [PATCH]graphics/png: update to 1.2.31 Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 04:00:20 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126988 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:06:54 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A6191065680; Sun, 31 Aug 2008 04:06:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F12BF8FC16; Sun, 31 Aug 2008 04:06:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V46rsN026612; Sun, 31 Aug 2008 04:06:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V46rT6026608; Sun, 31 Aug 2008 04:06:53 GMT (envelope-from linimon) Date: Sun, 31 Aug 2008 04:06:53 GMT Message-Id: <200808310406.m7V46rT6026608@freefall.freebsd.org> To: linimon@FreeBSD.org, olgeni@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126689: databases/couchdb should list lang/erlang-lite as dependency 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, 31 Aug 2008 04:06:54 -0000 Old Synopsis: database/couchdb should list lang/erlang-lite as dependency New Synopsis: databases/couchdb should list lang/erlang-lite as dependency Responsible-Changed-From-To: olgeni->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 31 04:05:24 UTC 2008 Responsible-Changed-Why: This is against databases/couchdb, not lang/erlang-lite. http://www.freebsd.org/cgi/query-pr.cgi?pr=126689 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:36:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29EF51065672; Sun, 31 Aug 2008 04:36:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F20238FC20; Sun, 31 Aug 2008 04:36:07 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4a733030818; Sun, 31 Aug 2008 04:36:07 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V4a7CJ030814; Sun, 31 Aug 2008 04:36:07 GMT (envelope-from rafan) Date: Sun, 31 Aug 2008 04:36:07 GMT Message-Id: <200808310436.m7V4a7CJ030814@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/126978: ports/japanese/ng-devel maintainer update for package build 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: Sun, 31 Aug 2008 04:36:08 -0000 Synopsis: ports/japanese/ng-devel maintainer update for package build problem Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sun Aug 31 04:36:07 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126978 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:41:42 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C6AB1065687; Sun, 31 Aug 2008 04:41:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD418FC24; Sun, 31 Aug 2008 04:41:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4fg9i031201; Sun, 31 Aug 2008 04:41:42 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V4faeV031197; Sun, 31 Aug 2008 04:41:36 GMT (envelope-from rafan) Date: Sun, 31 Aug 2008 04:41:36 GMT Message-Id: <200808310441.m7V4faeV031197@freefall.freebsd.org> To: hannes@sowa.ath.cx, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/108856: [mbone/sdr] make sdr usable again; patch appended 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, 31 Aug 2008 04:41:42 -0000 Synopsis: [mbone/sdr] make sdr usable again; patch appended State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Sun Aug 31 04:41:35 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=108856 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:45:29 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3761E10656D7; Sun, 31 Aug 2008 04:45:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 443C38FC17; Sun, 31 Aug 2008 04:45:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4jRH2031429; Sun, 31 Aug 2008 04:45:27 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V4jQ8I031425; Sun, 31 Aug 2008 04:45:26 GMT (envelope-from rafan) Date: Sun, 31 Aug 2008 04:45:26 GMT Message-Id: <200808310445.m7V4jQ8I031425@freefall.freebsd.org> To: andrewb@cs.cmu.edu, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/124859: [patch] Correctly note math/emacs-calc dependency/compatability info 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, 31 Aug 2008 04:45:29 -0000 Synopsis: [patch] Correctly note math/emacs-calc dependency/compatability info Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sun Aug 31 04:45:26 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=124859 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 04:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D37AC106566C for ; Sun, 31 Aug 2008 04:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C071D8FC1C for ; Sun, 31 Aug 2008 04:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4o3rH031522 for ; Sun, 31 Aug 2008 04:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V4o3q0031521; Sun, 31 Aug 2008 04:50:03 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 04:50:03 GMT Message-Id: <200808310450.m7V4o3q0031521@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/108856: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 04:50:03 -0000 The following reply was made to PR ports/108856; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/108856: commit references a PR Date: Sun, 31 Aug 2008 04:41:35 +0000 (UTC) rafan 2008-08-31 04:41:25 UTC FreeBSD ports repository Modified files: mbone/sdr Makefile Added files: mbone/sdr/files patch-src-generic.tcl Log: - Fix UI and make it usable again (was broken due to tcl api changes) PR: ports/108856 Submitted by: Hannes Frederic Sowa Revision Changes Path 1.31 +1 -1 ports/mbone/sdr/Makefile 1.1 +11 -0 ports/mbone/sdr/files/patch-src-generic.tcl (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D9B11065679 for ; Sun, 31 Aug 2008 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA578FC1D for ; Sun, 31 Aug 2008 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V502VY031838 for ; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5023B031837; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 05:00:02 GMT Resent-Message-Id: <200808310500.m7V5023B031837@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C3861065679 for ; Sun, 31 Aug 2008 04:50:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 087738FC19 for ; Sun, 31 Aug 2008 04:50:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4nxp1047648 for ; Sun, 31 Aug 2008 04:49:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V4nx20047647; Sun, 31 Aug 2008 04:49:59 GMT (envelope-from nobody) Message-Id: <200808310449.m7V4nx20047647@www.freebsd.org> Date: Sun, 31 Aug 2008 04:49:59 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126989: [PATCH]x11/xcb-proto: update to 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: Sun, 31 Aug 2008 05:00:02 -0000 >Number: 126989 >Category: ports >Synopsis: [PATCH]x11/xcb-proto: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 05:00:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: >Environment: >Description: Note the new dependence on python 2.5.x. This may be relaxed in future to python 2.3+. If users insist, we may consider divorcing the python-dependent components from the rest of the port (and likewise for x11/libxcb), but this will require some work. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN xcb-proto.orig/Makefile xcb-proto/Makefile --- xcb-proto.orig/Makefile 2008-08-21 02:18:41.000000000 -0400 +++ xcb-proto/Makefile 2008-08-31 00:22:35.161826337 -0400 @@ -2,12 +2,12 @@ # Date Created: 2006-08-23 # Whom: Ashish Shukla # -# $FreeBSD: ports/x11/xcb-proto/Makefile,v 1.5 2008/08/21 06:18:41 rafan Exp $ +# $FreeBSD: ports/x11/xcb-proto/Makefile,v 1.4 2008/05/07 14:22:25 itetcu Exp $ # PORTNAME= xcb-proto -PORTVERSION= 1.1 -CATEGORIES= x11 +PORTVERSION= 1.2 +CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= wahjava@gmail.com @@ -17,6 +17,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack +USE_PYTHON= 2.5 GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xcb diff -ruN xcb-proto.orig/distinfo xcb-proto/distinfo --- xcb-proto.orig/distinfo 2008-05-07 10:22:25.000000000 -0400 +++ xcb-proto/distinfo 2008-08-31 00:22:35.161826337 -0400 @@ -1,3 +1,3 @@ -MD5 (xcb-proto-1.1.tar.bz2) = dd34acc58c0a438e812f72a9afe7b2a0 -SHA256 (xcb-proto-1.1.tar.bz2) = 06af98d83d5075fb4105fd8fec042b62156e8d462a36c4041ef2f8821c80d14e -SIZE (xcb-proto-1.1.tar.bz2) = 72584 +MD5 (xcb-proto-1.2.tar.bz2) = 09f912486d8a2353bb4b99ddc28ba3c7 +SHA256 (xcb-proto-1.2.tar.bz2) = 54252e3543064b1b263b8880c5a549404486c95daa5da8656f5286c80e006be5 +SIZE (xcb-proto-1.2.tar.bz2) = 86506 diff -ruN xcb-proto.orig/pkg-plist xcb-proto/pkg-plist --- xcb-proto.orig/pkg-plist 2008-05-07 10:22:25.000000000 -0400 +++ xcb-proto/pkg-plist 2008-08-31 00:22:35.161826337 -0400 @@ -18,9 +18,30 @@ %%DATADIR%%/xf86dri.xml %%DATADIR%%/xfixes.xml %%DATADIR%%/xinerama.xml +%%DATADIR%%/xinput.xml %%DATADIR%%/xprint.xml %%DATADIR%%/xproto.xml +%%DATADIR%%/xselinux.xml %%DATADIR%%/xtest.xml %%DATADIR%%/xv.xml %%DATADIR%%/xvmc.xml +%%PYTHON_SITELIBDIR%%/xcbgen/__init__.py +%%PYTHON_SITELIBDIR%%/xcbgen/error.py +%%PYTHON_SITELIBDIR%%/xcbgen/expr.py +%%PYTHON_SITELIBDIR%%/xcbgen/matcher.py +%%PYTHON_SITELIBDIR%%/xcbgen/state.py +%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.py +%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/error.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/state.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/error.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/state.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyo @dirrm %%DATADIR%% +@dirrm %%PYTHON_SITELIBDIR%%/xcbgen >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAE45106566C for ; Sun, 31 Aug 2008 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF97C8FC26 for ; Sun, 31 Aug 2008 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V502U6031851 for ; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V502vc031850; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 05:00:02 GMT Resent-Message-Id: <200808310500.m7V502vc031850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CDB6106569B for ; Sun, 31 Aug 2008 04:56:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 39D1E8FC08 for ; Sun, 31 Aug 2008 04:56:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4u93P054617 for ; Sun, 31 Aug 2008 04:56:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V4u82O054609; Sun, 31 Aug 2008 04:56:08 GMT (envelope-from nobody) Message-Id: <200808310456.m7V4u82O054609@www.freebsd.org> Date: Sun, 31 Aug 2008 04:56:08 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126990: [PATCH]x11/libxcb: update to 1.1.90.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, 31 Aug 2008 05:00:03 -0000 >Number: 126990 >Category: ports >Synopsis: [PATCH]x11/libxcb: update to 1.1.90.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 05:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: Note the new dependence on python 2.5.x. This may be relaxed to python 2.3+ in the future. If users insist, we may consider divorcing the python-dependent portions of the port from the remainder, but this will require some work. Note also that this version *succeeds* the misnamed version 1.1.91 that is present on the project server. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libxcb.orig/Makefile libxcb/Makefile --- libxcb.orig/Makefile 2008-08-21 02:18:40.000000000 -0400 +++ libxcb/Makefile 2008-08-31 00:25:41.954688000 -0400 @@ -2,12 +2,12 @@ # Date Created: 2006-08-23 # Whom: Ashish Shukla # -# $FreeBSD: ports/x11/libxcb/Makefile,v 1.11 2008/08/21 06:18:40 rafan Exp $ +# $FreeBSD: ports/x11/libxcb/Makefile,v 1.10 2008/05/28 13:07:31 edwin Exp $ # PORTNAME= libxcb -PORTVERSION= 1.1 -CATEGORIES= x11 +PORTVERSION= 1.1.90.1 +CATEGORIES= x11 python #MASTER_SITES= XORG/current/src/extras MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -28,6 +28,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp +USE_PYTHON= 2.5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-check=${LOCALBASE} diff -ruN libxcb.orig/distinfo libxcb/distinfo --- libxcb.orig/distinfo 2008-05-07 10:23:17.000000000 -0400 +++ libxcb/distinfo 2008-08-31 00:25:41.954688000 -0400 @@ -1,3 +1,3 @@ -MD5 (libxcb-1.1.tar.bz2) = 9310b02433273d75d42f10da3c7455aa -SHA256 (libxcb-1.1.tar.bz2) = 338b9cb7886b49a5674881cd929def07449e47ffcc1886f4363359883c82d93f -SIZE (libxcb-1.1.tar.bz2) = 442755 +MD5 (libxcb-1.1.90.1.tar.bz2) = c4b67c5576ed58e2fd4a2855c0b21aa6 +SHA256 (libxcb-1.1.90.1.tar.bz2) = 7ccd862a295562412e9fe75cb83cc593db5c88d162b3ce1f7a326dd116381e88 +SIZE (libxcb-1.1.90.1.tar.bz2) = 475250 diff -ruN libxcb.orig/pkg-plist libxcb/pkg-plist --- libxcb.orig/pkg-plist 2008-05-07 10:23:17.000000000 -0400 +++ libxcb/pkg-plist 2008-08-31 00:25:41.964694858 -0400 @@ -19,8 +19,10 @@ include/xcb/xf86dri.h include/xcb/xfixes.h include/xcb/xinerama.h +include/xcb/xinput.h include/xcb/xprint.h include/xcb/xproto.h +include/xcb/xselinux.h include/xcb/xtest.h include/xcb/xv.h include/xcb/xvmc.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 372131065671 for ; Sun, 31 Aug 2008 05:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC538FC28 for ; Sun, 31 Aug 2008 05:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V502SX031888 for ; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5027Z031876; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 05:00:02 GMT Resent-Message-Id: <200808310500.m7V5027Z031876@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28DB3106567C for ; Sun, 31 Aug 2008 04:59:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 15B638FC13 for ; Sun, 31 Aug 2008 04:59:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4xOxY059924 for ; Sun, 31 Aug 2008 04:59:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V4xO0v059923; Sun, 31 Aug 2008 04:59:24 GMT (envelope-from nobody) Message-Id: <200808310459.m7V4xO0v059923@www.freebsd.org> Date: Sun, 31 Aug 2008 04:59:24 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126991: [PATCH]x11/xcb-util: update to 0.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, 31 Aug 2008 05:00:03 -0000 >Number: 126991 >Category: ports >Synopsis: [PATCH]x11/xcb-util: update to 0.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 05:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN xcb-util.orig/Makefile xcb-util/Makefile --- xcb-util.orig/Makefile 2008-03-24 19:21:11.000000000 -0400 +++ xcb-util/Makefile 2008-08-31 00:32:50.341270652 -0400 @@ -6,7 +6,7 @@ # PORTNAME= xcb-util -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ diff -ruN xcb-util.orig/distinfo xcb-util/distinfo --- xcb-util.orig/distinfo 2008-02-16 12:17:44.000000000 -0500 +++ xcb-util/distinfo 2008-08-31 00:32:50.341270652 -0400 @@ -1,3 +1,3 @@ -MD5 (xcb-util-0.2.tar.bz2) = b09bdebad50638709de22d8eb2dc3bf5 -SHA256 (xcb-util-0.2.tar.bz2) = a0d6a15ac4dcbcea832f2f9b2dbcf575b02cf69aa92f0ba90bd35b61cd75b01a -SIZE (xcb-util-0.2.tar.bz2) = 255781 +MD5 (xcb-util-0.2.1.tar.bz2) = c239cd9b3e7e70c564a78d115eab35fb +SHA256 (xcb-util-0.2.1.tar.bz2) = f2bc2a7cea9a47f337d5007df9d020d3a93d71bb1168fa54814d1e942c50f5a6 +SIZE (xcb-util-0.2.1.tar.bz2) = 257692 diff -ruN xcb-util.orig/pkg-plist xcb-util/pkg-plist --- xcb-util.orig/pkg-plist 2008-02-16 12:17:44.000000000 -0500 +++ xcb-util/pkg-plist 2008-08-31 00:32:50.341270652 -0400 @@ -50,11 +50,13 @@ lib/libxcb-render-util.a include/xcb/xcb_atom.h include/xcb/xcb_aux.h +include/xcb/xcb_bitops.h include/xcb/xcb_event.h include/xcb/xcb_property.h include/xcb/xcb_icccm.h include/xcb/xcb_image.h include/xcb/xcb_keysyms.h +include/xcb/xcb_pixel.h include/xcb/xcb_reply.h include/xcb/xcb_wm.h include/xcb/xcb_renderutil.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D781106567C; Sun, 31 Aug 2008 05:00:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5B3F8FC16; Sun, 31 Aug 2008 05:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V50IrZ032286; Sun, 31 Aug 2008 05:00:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V50ISv032280; Sun, 31 Aug 2008 05:00:18 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 05:00:18 GMT Message-Id: <200808310500.m7V50ISv032280@freefall.freebsd.org> To: bf2006a@yahoo.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126989: [PATCH]x11/xcb-proto: update to 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: Sun, 31 Aug 2008 05:00:19 -0000 Synopsis: [PATCH]x11/xcb-proto: update to 1.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 05:00:18 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126989 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD7A31065679; Sun, 31 Aug 2008 05:00:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B05218FC22; Sun, 31 Aug 2008 05:00:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V50Q3D032500; Sun, 31 Aug 2008 05:00:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V50QYr032495; Sun, 31 Aug 2008 05:00:26 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 05:00:26 GMT Message-Id: <200808310500.m7V50QYr032495@freefall.freebsd.org> To: bf2006a@yahoo.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126990: [PATCH]x11/libxcb: update to 1.1.90.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, 31 Aug 2008 05:00:27 -0000 Synopsis: [PATCH]x11/libxcb: update to 1.1.90.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 05:00:26 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126990 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:34 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B31B106567C; Sun, 31 Aug 2008 05:00:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3CEE8FC1B; Sun, 31 Aug 2008 05:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V50Xnc032716; Sun, 31 Aug 2008 05:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V50XKm032710; Sun, 31 Aug 2008 05:00:33 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 05:00:33 GMT Message-Id: <200808310500.m7V50XKm032710@freefall.freebsd.org> To: bf2006a@yahoo.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126991: [PATCH]x11/xcb-util: update to 0.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, 31 Aug 2008 05:00:34 -0000 Synopsis: [PATCH]x11/xcb-util: update to 0.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 05:00:33 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126991 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8A6E106566C for ; Sun, 31 Aug 2008 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1B048FC0A for ; Sun, 31 Aug 2008 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5A3Am038379 for ; Sun, 31 Aug 2008 05:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5A3LW038374; Sun, 31 Aug 2008 05:10:03 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 05:10:03 GMT Message-Id: <200808310510.m7V5A3LW038374@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/126989: [PATCH]x11/xcb-proto: update to 1.2 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, 31 Aug 2008 05:10:04 -0000 The following reply was made to PR ports/126989; it has been noted by GNATS. From: Edwin Groothuis To: wahjava@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/126989: [PATCH]x11/xcb-proto: update to 1.2 Date: Sun, 31 Aug 2008 05:00:16 UT Maintainer of x11/xcb-proto, Please note that PR ports/126989 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126989 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:10:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3451C106564A for ; Sun, 31 Aug 2008 05:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 214488FC17 for ; Sun, 31 Aug 2008 05:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5A57Y038404 for ; Sun, 31 Aug 2008 05:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5A5c2038403; Sun, 31 Aug 2008 05:10:05 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 05:10:05 GMT Message-Id: <200808310510.m7V5A5c2038403@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/126990: [PATCH]x11/libxcb: update to 1.1.90.1 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, 31 Aug 2008 05:10:06 -0000 The following reply was made to PR ports/126990; it has been noted by GNATS. From: Edwin Groothuis To: wahjava@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/126990: [PATCH]x11/libxcb: update to 1.1.90.1 Date: Sun, 31 Aug 2008 05:00:24 UT Maintainer of x11/libxcb, Please note that PR ports/126990 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126990 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:10:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D74F106564A for ; Sun, 31 Aug 2008 05:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7AA768FC18 for ; Sun, 31 Aug 2008 05:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5A8Br038491 for ; Sun, 31 Aug 2008 05:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5A8Nh038490; Sun, 31 Aug 2008 05:10:08 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 05:10:08 GMT Message-Id: <200808310510.m7V5A8Nh038490@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/126991: [PATCH]x11/xcb-util: update to 0.2.1 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, 31 Aug 2008 05:10:08 -0000 The following reply was made to PR ports/126991; it has been noted by GNATS. From: Edwin Groothuis To: ntarmos@ceid.upatras.gr Cc: bug-followup@FreeBSD.org Subject: Re: ports/126991: [PATCH]x11/xcb-util: update to 0.2.1 Date: Sun, 31 Aug 2008 05:00:31 UT Maintainer of x11/xcb-util, Please note that PR ports/126991 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126991 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B97A91065675 for ; Sun, 31 Aug 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 97A3D8FC18 for ; Sun, 31 Aug 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5K1gs040072 for ; Sun, 31 Aug 2008 05:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5K1OQ040071; Sun, 31 Aug 2008 05:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 05:20:01 GMT Resent-Message-Id: <200808310520.m7V5K1OQ040071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshiaki Uchikawa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE931065682 for ; Sun, 31 Aug 2008 05:13:15 +0000 (UTC) (envelope-from yoshiaki@north.bokutou.jp) Received: from north.bokutou.jp (north.bokutou.jp [218.219.156.5]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE988FC0C for ; Sun, 31 Aug 2008 05:13:15 +0000 (UTC) (envelope-from yoshiaki@north.bokutou.jp) Received: by north.bokutou.jp (Postfix, from userid 1000) id DC8BC36635; Sun, 31 Aug 2008 13:57:06 +0900 (JST) Message-Id: <20080831045706.DC8BC36635@north.bokutou.jp> Date: Sun, 31 Aug 2008 13:57:06 +0900 (JST) From: Yoshiaki Uchikawa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126992: [ports:math] update pari X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshiaki Uchikawa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 05:20:01 -0000 >Number: 126992 >Category: ports >Synopsis: [ports:math] update pari >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 31 05:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Uchikawa >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD strato.tertio.atoll 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Aug 28 23:57:30 JST 2008 yoshiaki@strato.tertio.atoll:/usr/obj/usr/src/sys/STRATO i386 >Description: ports: math pari update 2.3.3 -> 2.3.4 >How-To-Repeat: >Fix: diff -ruN pari/Makefile pari234/Makefile --- pari/Makefile 2008-02-16 04:48:47.000000000 +0900 +++ pari234/Makefile 2008-08-31 13:43:04.000000000 +0900 @@ -24,7 +24,7 @@ MAJOR_VERSION= 2 MINOR_VERSION= 3 -REV_VERSION= 3 +REV_VERSION= 4 MAN1= gp.1 gphelp.1 gp-${MAJOR_VERSION}.${MINOR_VERSION}.1 tex2mail.1 MLINKS= gp.1 pari.1 diff -ruN pari/distinfo pari234/distinfo --- pari/distinfo 2008-02-16 04:48:47.000000000 +0900 +++ pari234/distinfo 2008-08-31 13:43:28.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (pari-2.3.3.tar.gz) = 6f858b5f634eaba018d99319ace4747e -SHA256 (pari-2.3.3.tar.gz) = 829e61bccb96a1d11c3a52631b25be3913470146a3747dae154917acd4d53280 -SIZE (pari-2.3.3.tar.gz) = 2016896 +MD5 (pari-2.3.4.tar.gz) = 35c896266e4257793387ba22d5d76078 +SHA256 (pari-2.3.4.tar.gz) = 284b241f65ea011942b50655c2e8036cdde66e3a9973d08acd50835debaf545d +SIZE (pari-2.3.4.tar.gz) = 2024690 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA5F61065674 for ; Sun, 31 Aug 2008 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A56ED8FC15 for ; Sun, 31 Aug 2008 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5o2TF042897 for ; Sun, 31 Aug 2008 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5o2xn042896; Sun, 31 Aug 2008 05:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 05:50:02 GMT Resent-Message-Id: <200808310550.m7V5o2xn042896@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86BA61065674 for ; Sun, 31 Aug 2008 05:46:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 73E088FC0A for ; Sun, 31 Aug 2008 05:46:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5kBst074041 for ; Sun, 31 Aug 2008 05:46:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V5kB3n074040; Sun, 31 Aug 2008 05:46:11 GMT (envelope-from nobody) Message-Id: <200808310546.m7V5kB3n074040@www.freebsd.org> Date: Sun, 31 Aug 2008 05:46:11 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126993: [PATCH]:graphics/cairo: enable xcb backend as non-default option 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, 31 Aug 2008 05:50:03 -0000 >Number: 126993 >Category: ports >Synopsis: [PATCH]:graphics/cairo: enable xcb backend as non-default option >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 31 05:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN cairo.orig/Makefile cairo/Makefile --- cairo.orig/Makefile 2008-06-30 16:16:18.000000000 -0400 +++ cairo/Makefile 2008-08-31 01:27:07.391337071 -0400 @@ -8,7 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.6.4 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -42,7 +42,8 @@ PLIST_SUB+= X11="" .endif -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off +OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off \ + XCB "Enable XCB (X C-language Binding) Support" Off .include @@ -55,6 +56,21 @@ PLIST_SUB+= GLITZ="@comment " .endif +.ifdef(WITH_XCB) +.ifdef(WITHOUT_X11) +IGNORE=option WITH_XCB requires X11 +.endif +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-render.pc:${PORTSDIR}/x11/libxcb \ + ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-render.pc:${PORTSDIR}/x11/libxcb \ + ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util +CONFIGURE_ARGS+= --enable-xcb +PLIST_SUB+= XCB="" +.else +CONFIGURE_ARGS+= --disable-xcb +PLIST_SUB+= XCB="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in diff -ruN cairo.orig/pkg-plist cairo/pkg-plist --- cairo.orig/pkg-plist 2007-03-19 01:13:33.000000000 -0400 +++ cairo/pkg-plist 2008-08-31 01:27:07.391337071 -0400 @@ -5,6 +5,8 @@ include/cairo/cairo-pdf.h include/cairo/cairo-ps.h include/cairo/cairo-svg.h +%%XCB%%include/cairo/cairo-xcb-xrender.h +%%XCB%%include/cairo/cairo-xcb.h %%X11%%include/cairo/cairo-xlib-xrender.h %%X11%%include/cairo/cairo-xlib.h include/cairo/cairo.h @@ -19,6 +21,7 @@ libdata/pkgconfig/cairo-png.pc libdata/pkgconfig/cairo-ps.pc libdata/pkgconfig/cairo-svg.pc +%%XCB%%libdata/pkgconfig/cairo-xcb.pc %%X11%%libdata/pkgconfig/cairo-xlib.pc %%X11%%libdata/pkgconfig/cairo-xlib-xrender.pc @dirrm include/cairo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:50:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74989106567F; Sun, 31 Aug 2008 05:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48E258FC1D; Sun, 31 Aug 2008 05:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V5oEe5043045; Sun, 31 Aug 2008 05:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V5oEvK043041; Sun, 31 Aug 2008 05:50:14 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 05:50:14 GMT Message-Id: <200808310550.m7V5oEvK043041@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126993: [PATCH]:graphics/cairo: enable xcb backend as non-default option 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, 31 Aug 2008 05:50:14 -0000 Synopsis: [PATCH]:graphics/cairo: enable xcb backend as non-default option Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 05:50:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126993 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 06:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 575071065677 for ; Sun, 31 Aug 2008 06:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32D7C8FC16 for ; Sun, 31 Aug 2008 06:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V6K2xm048045 for ; Sun, 31 Aug 2008 06:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V6K2Bt048044; Sun, 31 Aug 2008 06:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 06:20:02 GMT Resent-Message-Id: <200808310620.m7V6K2Bt048044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dikshie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E9EB106567B for ; Sun, 31 Aug 2008 06:13:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9F48FC17 for ; Sun, 31 Aug 2008 06:13:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V6DNw5087010 for ; Sun, 31 Aug 2008 06:13:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V6DN4a087009; Sun, 31 Aug 2008 06:13:23 GMT (envelope-from nobody) Message-Id: <200808310613.m7V6DN4a087009@www.freebsd.org> Date: Sun, 31 Aug 2008 06:13:23 GMT From: dikshie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126994: ports/math/py-sympy update to 0.6.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: Sun, 31 Aug 2008 06:20:02 -0000 >Number: 126994 >Category: ports >Synopsis: ports/math/py-sympy update to 0.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 06:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: dikshie >Release: FreeBSD-7 >Organization: Keio University >Environment: FreeBSD sfc-cache.ai3.net 7.0-RELEASE FreeBSD 7.0-RELEASE #11: Mon Aug 18 01:31:21 JST 2008 dikshie@sfc-cache.ai3.net:/usr/obj/usr/src/sys/CACHE i386 sfc-cache# >Description: update ports/math/py-sympy >How-To-Repeat: >Fix: --- Makefile.orig 2008-08-31 15:08:54.000000000 +0900 +++ Makefile 2008-08-31 15:09:11.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= sympy -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- distinfo.orig 2008-08-31 15:08:59.000000000 +0900 +++ distinfo 2008-08-31 15:11:17.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (sympy-0.6.1.tar.gz) = d2122852102f6c748b63e978f0189c25 -SHA256 (sympy-0.6.1.tar.gz) = 21c6ed3bcdee0e642c3165bf036a69831b7e7cf535a108357d37256f8936401c -SIZE (sympy-0.6.1.tar.gz) = 1899899 +MD5 (sympy-0.6.2.tar.gz) = 60f5edddeb72cd0e700363901fe94ab5 +SHA256 (sympy-0.6.2.tar.gz) = b84d4a8c0e92557a7ee553797e2d653ac941616494250ee82fdfecbe31b0b490 +SIZE (sympy-0.6.2.tar.gz) = 1937727 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 06:20:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57213106564A; Sun, 31 Aug 2008 06:20:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1428FC13; Sun, 31 Aug 2008 06:20:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V6KCRi048227; Sun, 31 Aug 2008 06:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V6KCXV048223; Sun, 31 Aug 2008 06:20:12 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 06:20:12 GMT Message-Id: <200808310620.m7V6KCXV048223@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126994: ports/math/py-sympy update to 0.6.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: Sun, 31 Aug 2008 06:20:12 -0000 Synopsis: ports/math/py-sympy update to 0.6.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 06:20:11 UTC 2008 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126994 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 08:10:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0E106568D for ; Sun, 31 Aug 2008 08:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 590CB8FC0A for ; Sun, 31 Aug 2008 08:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V8A1lJ084179 for ; Sun, 31 Aug 2008 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V8A1JZ084178; Sun, 31 Aug 2008 08:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 08:10:01 GMT Resent-Message-Id: <200808310810.m7V8A1JZ084178@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2C351065685 for ; Sun, 31 Aug 2008 08:04:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C54628FC17 for ; Sun, 31 Aug 2008 08:04:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V84ftq040015 for ; Sun, 31 Aug 2008 08:04:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V84fAq040014; Sun, 31 Aug 2008 08:04:41 GMT (envelope-from nobody) Message-Id: <200808310804.m7V84fAq040014@www.freebsd.org> Date: Sun, 31 Aug 2008 08:04:41 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126995: [PATCH]math/maxima: update to 5.16.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: Sun, 31 Aug 2008 08:10:06 -0000 >Number: 126995 >Category: ports >Synopsis: [PATCH]math/maxima: update to 5.16.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 08:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN maxima.orig/Makefile maxima/Makefile --- maxima.orig/Makefile 2008-08-31 02:28:18.067743150 -0400 +++ maxima/Makefile 2008-08-31 03:50:10.493271255 -0400 @@ -6,8 +6,7 @@ # PORTNAME= maxima -PORTVERSION= 5.15.0 -PORTREVISION= 2 +PORTVERSION= 5.16.3 CATEGORIES= math tk MASTER_SITES= SF @@ -82,4 +81,7 @@ ( cd ${WRKSRC}/doc/info ; ${LOCALBASE}/bin/bash ./fix_crlf ; \ ${LOCALBASE}/bin/bash ./fix_tab ) +regression-test: build + ${LOCALBASE}/bin/bash ${WRKSRC}/src/maxima --batch-string='run_testsuite();' + .include diff -ruN maxima.orig/distinfo maxima/distinfo --- maxima.orig/distinfo 2008-08-31 02:28:18.067743150 -0400 +++ maxima/distinfo 2008-08-31 03:50:10.493271255 -0400 @@ -1,3 +1,3 @@ -MD5 (maxima-5.15.0.tar.gz) = db5338cd384bc0531e76ccdf18d760ef -SHA256 (maxima-5.15.0.tar.gz) = e2229ae88fa34b93d47c9df3deaa54307859326ede21826da509238e6bff5a14 -SIZE (maxima-5.15.0.tar.gz) = 19851523 +MD5 (maxima-5.16.3.tar.gz) = 690ee57f3884f565c898ed39a592e4e1 +SHA256 (maxima-5.16.3.tar.gz) = a2d581a9565eb022310c09f0b6235ccd0707d77c390ce8bd90825f528831358a +SIZE (maxima-5.16.3.tar.gz) = 19938512 diff -ruN maxima.orig/pkg-plist maxima/pkg-plist --- maxima.orig/pkg-plist 2008-08-31 02:28:18.087744016 -0400 +++ maxima/pkg-plist 2008-08-31 03:50:10.493271255 -0400 @@ -48,6 +48,8 @@ %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs11.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs12.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs13.gif +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs14.gif +%%DATADIR%%/%%PORTVERSION%%/doc/html/figures/graphs15.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/implicit_plot.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/orthopoly1.gif %%DATADIR%%/%%PORTVERSION%%/doc/html/figures/plotdf1.gif @@ -178,6 +180,7 @@ %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_90.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_91.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_92.html +%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_93.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_abt.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_fot.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_ovr.html @@ -318,6 +321,7 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_algorithm.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_linear_algebra.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/README +%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/amatrix.dem %%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/amatrix.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/amatrix.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/rtest_amatrix.mac @@ -387,6 +391,8 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/testsuite.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib/distrib.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib/numdistrib.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib/rtest_distrib.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits.dem %%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/physical_constants.mac @@ -497,8 +503,10 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/ggf.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/graph2d.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/cgraphs.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/connectivity.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/create_graph.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/demoucron.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/dijkstra.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/draw_graph.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graph6.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graph_core.lisp @@ -512,6 +520,7 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/spring_embedding.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/impdiff.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/implicit_plot.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/integer_sequence.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/levin.dem %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/levin.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/rtest_levin.mac @@ -527,10 +536,10 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-server.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/CtMathML.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/PrMathML.lisp -%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/load-mathml.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/mathml-maxima.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/mathml.readme %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/mathmldisplay.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/maximaMathML.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/README %%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/formula.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/listeneroutput.png @@ -570,6 +579,7 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/pdiff-doc.pdf %%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/pdiff-doc.tex %%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/pdiff.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/rtest_pdiff.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/plsquares.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/powers.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex.mac @@ -633,6 +643,8 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_lsquares.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_opproperties.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/rtestdefstruct.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_sequence.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_topoly.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/aliases.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/arag_test.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/constants.mac @@ -672,6 +684,7 @@ %%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/minimize_sx.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/simplex.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/simplex_algorithm.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rat_ineq.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/rtest_simplify_sum.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/rtest_solve_rec.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/simplify_sum.mac @@ -949,6 +962,7 @@ %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-lu.mac %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-matrixexp.mac %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-polynomialp.mac +%%DATADIR%%/%%PORTVERSION%%/share/lisp-utils/defsystem.lisp %%DATADIR%%/%%PORTVERSION%%/share/macro/autolo.mac %%DATADIR%%/%%PORTVERSION%%/share/macro/basic.mac %%DATADIR%%/%%PORTVERSION%%/share/macro/caseq.mac @@ -1017,6 +1031,7 @@ %%DATADIR%%/%%PORTVERSION%%/share/numeric/newton1.mac %%DATADIR%%/%%PORTVERSION%%/share/numeric/riemsum.mac %%DATADIR%%/%%PORTVERSION%%/share/numeric/romberg.lisp +%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_interpol.mac %%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_romberg.mac %%DATADIR%%/%%PORTVERSION%%/share/numeric/simpsn.dem %%DATADIR%%/%%PORTVERSION%%/share/numeric/simpsn.mac @@ -1025,7 +1040,6 @@ %%DATADIR%%/%%PORTVERSION%%/share/orthopoly/README %%DATADIR%%/%%PORTVERSION%%/share/orthopoly/changes_0.9_to_0.94.txt %%DATADIR%%/%%PORTVERSION%%/share/orthopoly/h_atom.dem -%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/orthopoly-init.lisp %%DATADIR%%/%%PORTVERSION%%/share/orthopoly/orthopoly.lisp %%DATADIR%%/%%PORTVERSION%%/share/orthopoly/test_orthopoly.mac %%DATADIR%%/%%PORTVERSION%%/share/orthopoly/variational_method.dem @@ -1207,9 +1221,11 @@ %%DATADIR%%/%%PORTVERSION%%/src/displa.lisp %%DATADIR%%/%%PORTVERSION%%/src/displm.lisp %%DATADIR%%/%%PORTVERSION%%/src/dskfn.lisp +%%DATADIR%%/%%PORTVERSION%%/src/ecl-port.lisp %%DATADIR%%/%%PORTVERSION%%/src/elim.lisp %%DATADIR%%/%%PORTVERSION%%/src/ellipt.lisp %%DATADIR%%/%%PORTVERSION%%/src/evalw.lisp +%%DATADIR%%/%%PORTVERSION%%/src/expintegral.lisp %%DATADIR%%/%%PORTVERSION%%/src/ezgcd.lisp %%DATADIR%%/%%PORTVERSION%%/src/factor.lisp %%DATADIR%%/%%PORTVERSION%%/src/fcall.lisp @@ -1499,12 +1515,14 @@ %%DATADIR%%/%%PORTVERSION%%/tests/rtest9.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest9a.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_abs.mac +%%DATADIR%%/%%PORTVERSION%%/tests/rtest_algebraic.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_allnummod.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_boolean.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_diff_invtrig.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_dot.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_equal.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_everysome.mac +%%DATADIR%%/%%PORTVERSION%%/tests/rtest_hypgeo.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_map.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_mset.mac %%DATADIR%%/%%PORTVERSION%%/tests/rtest_round.mac @@ -1649,6 +1667,7 @@ @dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack @dirrm %%DATADIR%%/%%PORTVERSION%%/share/lbfgs @dirrm %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra +@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lisp-utils @dirrm %%DATADIR%%/%%PORTVERSION%%/share/macro @dirrm %%DATADIR%%/%%PORTVERSION%%/share/matrix @dirrm %%DATADIR%%/%%PORTVERSION%%/share/misc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 08:10:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA4BD106566C; Sun, 31 Aug 2008 08:10:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF5F8FC08; Sun, 31 Aug 2008 08:10:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V8AI0U084355; Sun, 31 Aug 2008 08:10:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V8AIIU084351; Sun, 31 Aug 2008 08:10:18 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 08:10:18 GMT Message-Id: <200808310810.m7V8AIIU084351@freefall.freebsd.org> To: bf2006a@yahoo.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126995: [PATCH]math/maxima: update to 5.16.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: Sun, 31 Aug 2008 08:10:18 -0000 Synopsis: [PATCH]math/maxima: update to 5.16.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 08:10:18 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126995 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 08:20:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD4841065677 for ; Sun, 31 Aug 2008 08:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3828FC16 for ; Sun, 31 Aug 2008 08:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V8K5D2086053 for ; Sun, 31 Aug 2008 08:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V8K5hL086052; Sun, 31 Aug 2008 08:20:05 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 08:20:05 GMT Message-Id: <200808310820.m7V8K5hL086052@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/126995: [PATCH]math/maxima: update to 5.16.3 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, 31 Aug 2008 08:20:05 -0000 The following reply was made to PR ports/126995; it has been noted by GNATS. From: Edwin Groothuis To: sf@slappy.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/126995: [PATCH]math/maxima: update to 5.16.3 Date: Sun, 31 Aug 2008 08:10:14 UT Maintainer of math/maxima, Please note that PR ports/126995 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126995 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 08:50:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB09106576E for ; Sun, 31 Aug 2008 08:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC6CC8FC14 for ; Sun, 31 Aug 2008 08:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V8o5vg091696 for ; Sun, 31 Aug 2008 08:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V8o5kV091693; Sun, 31 Aug 2008 08:50:05 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 08:50:05 GMT Resent-Message-Id: <200808310850.m7V8o5kV091693@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75A91065674 for ; Sun, 31 Aug 2008 08:41:56 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3E88FC20 for ; Sun, 31 Aug 2008 08:41:56 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id C19B9B822; Sun, 31 Aug 2008 16:46:47 +0800 (CST) Message-Id: <20080831084647.C19B9B822@chinsan.info> Date: Sun, 31 Aug 2008 16:46:47 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jadawin@FreeBSD.org Subject: ports/126996: [PATCH] audio/ampache: update to 3.4.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: Sun, 31 Aug 2008 08:50:06 -0000 >Number: 126996 >Category: ports >Synopsis: [PATCH] audio/ampache: update to 3.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 08:50:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 3.4.3 Port maintainer (jadawin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ampache-3.4.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/ampache/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/audio/ampache/Makefile --- /usr/ports/audio/ampache/Makefile 2008-07-28 06:06:04.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/audio/ampache/Makefile 2008-08-31 16:10:45.000000000 +0800 @@ -4,7 +4,7 @@ # $FreeBSD: ports/audio/ampache/Makefile,v 1.6 2008/07/27 14:10:28 jadawin Exp $ PORTNAME= ampache -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 CATEGORIES= audio www MASTER_SITES= http://ampache.org/downloads/ diff -ruN --exclude=CVS /usr/ports/audio/ampache/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/audio/ampache/distinfo --- /usr/ports/audio/ampache/distinfo 2008-07-28 06:06:04.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/audio/ampache/distinfo 2008-08-31 16:11:05.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (ampache-3.4.2.tar.gz) = 7588e5bbe18c3b31d40d5c488ac92b5d -SHA256 (ampache-3.4.2.tar.gz) = a388d674f099da5b98a77cf97e834b8d4ddce719e3a29331f719268d68703c88 -SIZE (ampache-3.4.2.tar.gz) = 1409894 +MD5 (ampache-3.4.3.tar.gz) = f218e0e52efc9a922390fc9ff82c3795 +SHA256 (ampache-3.4.3.tar.gz) = 001b34abb77a830ce5f67d9823b8fbeba75a517b577c650349843854deb8d0eb +SIZE (ampache-3.4.3.tar.gz) = 1414765 diff -ruN --exclude=CVS /usr/ports/audio/ampache/pkg-plist /usr/home/tinderbox/portstrees/FreeBSD/ports/audio/ampache/pkg-plist --- /usr/ports/audio/ampache/pkg-plist 2008-07-28 06:06:04.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/audio/ampache/pkg-plist 2008-08-31 16:42:44.000000000 +0800 @@ -54,6 +54,7 @@ %%WWWDIR%%/images/icon_download.png %%WWWDIR%%/images/icon_edit.png %%WWWDIR%%/images/icon_enable.png +%%WWWDIR%%/images/icon_feed.png %%WWWDIR%%/images/icon_flag.png %%WWWDIR%%/images/icon_flag_off.png %%WWWDIR%%/images/icon_home.png @@ -116,6 +117,7 @@ %%WWWDIR%%/lib/class/random.class.php %%WWWDIR%%/lib/class/rating.class.php %%WWWDIR%%/lib/class/registration.class.php +%%WWWDIR%%/lib/class/rss.class.php %%WWWDIR%%/lib/class/scrobbler.class.php %%WWWDIR%%/lib/class/shoutbox.class.php %%WWWDIR%%/lib/class/song.class.php @@ -146,7 +148,6 @@ %%WWWDIR%%/lib/ui.lib.php %%WWWDIR%%/lib/xmlrpc.php %%WWWDIR%%/locale/base/TRANSLATIONS -%%WWWDIR%%/locale/base/gather-messages.sh %%WWWDIR%%/locale/base/merge-messages.sh %%WWWDIR%%/locale/base/messages.po %%WWWDIR%%/locale/ca_CA/LC_MESSAGES/messages.mo --- ampache-3.4.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 08:50:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E5251065746; Sun, 31 Aug 2008 08:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E8DE28FC13; Sun, 31 Aug 2008 08:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V8oEqt091840; Sun, 31 Aug 2008 08:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V8oERI091836; Sun, 31 Aug 2008 08:50:14 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 08:50:14 GMT Message-Id: <200808310850.m7V8oERI091836@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126996: [PATCH] audio/ampache: update to 3.4.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: Sun, 31 Aug 2008 08:50:15 -0000 Synopsis: [PATCH] audio/ampache: update to 3.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 08:50:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126996 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 09:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 462F71065673 for ; Sun, 31 Aug 2008 09:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 277A58FC14 for ; Sun, 31 Aug 2008 09:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V9K2lc094025 for ; Sun, 31 Aug 2008 09:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V9K27o094024; Sun, 31 Aug 2008 09:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 09:20:02 GMT Resent-Message-Id: <200808310920.m7V9K27o094024@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C7951065687 for ; Sun, 31 Aug 2008 09:16:27 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4D3608FC1F for ; Sun, 31 Aug 2008 09:16:27 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 6A064B822; Sun, 31 Aug 2008 17:21:19 +0800 (CST) Message-Id: <20080831092119.6A064B822@chinsan.info> Date: Sun, 31 Aug 2008 17:21:19 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ehaupt@FreeBSD.org Subject: ports/126998: [PATCH] textproc/uni2ascii: update to 4.10 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, 31 Aug 2008 09:20:03 -0000 >Number: 126998 >Category: ports >Synopsis: [PATCH] textproc/uni2ascii: update to 4.10 >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 31 09:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 4.10 Port maintainer (ehaupt@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- uni2ascii-4.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/uni2ascii/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/textproc/uni2ascii/Makefile --- /usr/ports/textproc/uni2ascii/Makefile 2008-05-07 13:21:56.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/textproc/uni2ascii/Makefile 2008-08-31 17:17:49.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= uni2ascii -PORTVERSION= 4.9 +PORTVERSION= 4.10 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ \ CRITICAL diff -ruN --exclude=CVS /usr/ports/textproc/uni2ascii/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/textproc/uni2ascii/distinfo --- /usr/ports/textproc/uni2ascii/distinfo 2008-05-07 13:21:56.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/textproc/uni2ascii/distinfo 2008-08-31 17:17:52.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (uni2ascii-4.9.tar.bz2) = c7883a75c807d5f059f415f207fadb8e -SHA256 (uni2ascii-4.9.tar.bz2) = bfbc0c2af1f3b5f1b956a6bb85e26a377aaa2814f556e902deb2d7b83a8680c1 -SIZE (uni2ascii-4.9.tar.bz2) = 116913 +MD5 (uni2ascii-4.10.tar.bz2) = 6d99871d80b0ea9d06ffb2eaf0b0a79e +SHA256 (uni2ascii-4.10.tar.bz2) = 177e02775388b66db689e8dd05b78f8696dca92d814e6a1782fa46da256ddda5 +SIZE (uni2ascii-4.10.tar.bz2) = 118709 --- uni2ascii-4.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 09:20:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96744106566B; Sun, 31 Aug 2008 09:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2918FC1D; Sun, 31 Aug 2008 09:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V9KImI094176; Sun, 31 Aug 2008 09:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V9KIj0094172; Sun, 31 Aug 2008 09:20:18 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 09:20:18 GMT Message-Id: <200808310920.m7V9KIj0094172@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/126998: [PATCH] textproc/uni2ascii: update to 4.10 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, 31 Aug 2008 09:20:18 -0000 Synopsis: [PATCH] textproc/uni2ascii: update to 4.10 Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 09:20:18 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=126998 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 09:47:23 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 820D4106569C; Sun, 31 Aug 2008 09:47:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 587D68FC13; Sun, 31 Aug 2008 09:47:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V9lNrO096964; Sun, 31 Aug 2008 09:47:23 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V9lMGe096960; Sun, 31 Aug 2008 09:47:22 GMT (envelope-from miwi) Date: Sun, 31 Aug 2008 09:47:22 GMT Message-Id: <200808310947.m7V9lMGe096960@freefall.freebsd.org> To: wahjava@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126989: [PATCH]x11/xcb-proto: update to 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: Sun, 31 Aug 2008 09:47:23 -0000 Synopsis: [PATCH]x11/xcb-proto: update to 1.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Aug 31 09:47:22 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126989 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 09:47:25 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B37721065685; Sun, 31 Aug 2008 09:47:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8989C8FC14; Sun, 31 Aug 2008 09:47:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V9lPKh097030; Sun, 31 Aug 2008 09:47:25 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V9lPkB097026; Sun, 31 Aug 2008 09:47:25 GMT (envelope-from miwi) Date: Sun, 31 Aug 2008 09:47:25 GMT Message-Id: <200808310947.m7V9lPkB097026@freefall.freebsd.org> To: wahjava@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126990: [PATCH]x11/libxcb: update to 1.1.90.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, 31 Aug 2008 09:47:25 -0000 Synopsis: [PATCH]x11/libxcb: update to 1.1.90.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Aug 31 09:47:25 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126990 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 09:47:30 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AC3C106569C; Sun, 31 Aug 2008 09:47:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D39028FC17; Sun, 31 Aug 2008 09:47:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V9lTvm097126; Sun, 31 Aug 2008 09:47:29 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V9lSrp097122; Sun, 31 Aug 2008 09:47:28 GMT (envelope-from miwi) Date: Sun, 31 Aug 2008 09:47:28 GMT Message-Id: <200808310947.m7V9lSrp097122@freefall.freebsd.org> To: ntarmos@ceid.upatras.gr, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126991: [PATCH]x11/xcb-util: update to 0.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, 31 Aug 2008 09:47:30 -0000 Synopsis: [PATCH]x11/xcb-util: update to 0.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Aug 31 09:47:28 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126991 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 11:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 588701065675 for ; Sun, 31 Aug 2008 11:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35BE48FC1A for ; Sun, 31 Aug 2008 11:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBA1jw005391 for ; Sun, 31 Aug 2008 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VBA1FL005390; Sun, 31 Aug 2008 11:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 11:10:01 GMT Resent-Message-Id: <200808311110.m7VBA1FL005390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Veit Jahns Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED35B1065677 for ; Sun, 31 Aug 2008 11:04:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DCB4E8FC0A for ; Sun, 31 Aug 2008 11:04:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VB4Gsp045223 for ; Sun, 31 Aug 2008 11:04:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VB4Gwn045222; Sun, 31 Aug 2008 11:04:16 GMT (envelope-from nobody) Message-Id: <200808311104.m7VB4Gwn045222@www.freebsd.org> Date: Sun, 31 Aug 2008 11:04:16 GMT From: Veit Jahns To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126999: New port: print/latex-csquotes Quotation facilities for LaTeX 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, 31 Aug 2008 11:10:01 -0000 >Number: 126999 >Category: ports >Synopsis: New port: print/latex-csquotes Quotation facilities for LaTeX >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 31 11:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Veit Jahns >Release: FreeBSD 6.2-RELEASE >Organization: >Environment: FreeBSD whitewater 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Fri Jun 22 20:58:10 CEST 2007 root@whitewater.local:/usr/obj/usr/src/sys/THEKERNEL i386 >Description: New port. Provides quotation facilities for LaTeX. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # latex-csquotes # latex-csquotes/pkg-descr # latex-csquotes/distinfo # latex-csquotes/Makefile # echo c - latex-csquotes mkdir -p latex-csquotes > /dev/null 2>&1 echo x - latex-csquotes/pkg-descr sed 's/^X//' >latex-csquotes/pkg-descr << 'END-of-latex-csquotes/pkg-descr' XA LaTeX package, which provides facilities for inline and display quotations. X XWWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html END-of-latex-csquotes/pkg-descr echo x - latex-csquotes/distinfo sed 's/^X//' >latex-csquotes/distinfo << 'END-of-latex-csquotes/distinfo' XMD5 (csquotes.zip) = e4a9c29218210f003d23d789776d360d XSHA256 (csquotes.zip) = b563ed0753ba55cda10558fd5320fd2224ecf57f78e84fc042584907fbeecaef XSIZE (csquotes.zip) = 281505 END-of-latex-csquotes/distinfo echo x - latex-csquotes/Makefile sed 's/^X//' >latex-csquotes/Makefile << 'END-of-latex-csquotes/Makefile' X# New ports collection makefile for: latex-csquotes X# Date created: 31 Aug 2008 X# Whom: vj562001@yahoo.de X# X# $FreeBSD$ X XPORTNAME= csquotes XPORTVERSION= 4.2 XCATEGORIES= print XMASTER_SITES= ${MASTER_SITE_TEX_CTAN} XMASTER_SITE_SUBDIR= macros/latex/contrib XPKGNAMEPREFIX= latex- XDISTNAME= ${PORTNAME} X XMAINTAINER= vj562001@yahoo.de XCOMMENT= Context sensitive quotation facilities X XBUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ X ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal XRUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ X ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ X ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox X XUSE_ZIP= YES XNO_BUILD= YES XPLIST= ${WRKDIR}/pkg-plist X XTEXMFLOCAL= share/texmf-local XTEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R XMKTEXLSR= ${LOCALBASE}/bin/mktexlsr XTEX_BIN= ${LOCALBASE}/bin/latex X XCLASSNAME= ${PORTNAME} XCLASSDIR= ${TEXMFLOCAL}/tex/latex/${CLASSNAME} XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X XCLASS_FILES= csquotes.sty csquotes.def csquotes.cfg XDOC_FILES= LICENSE README csquotes.pdf tutorial.tex X XWRKSRC= ${WRKDIR}/${CLASSNAME} X Xpre-install: X (for F in ${CLASS_FILES}; do \ X ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ X done;) > ${PLIST} X ${ECHO_CMD} "@dirrm ${CLASSDIR}" >> ${PLIST} X.if !defined(NOPORTDOCS) X (for F in ${DOC_FILES}; do \ X ${ECHO_CMD} "${DOCSDIR:S,^${PREFIX}/,,}/$${F}"; \ X done;\ X ${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" ) >> ${PLIST} X.endif X ${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST} X ${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST} X Xdo-install: X ${MKDIR} ${PREFIX}/${CLASSDIR} X ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR} X.endif X Xpost-install: X ${MKTEXLSR} X X.include END-of-latex-csquotes/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 11:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13525106566C for ; Sun, 31 Aug 2008 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E533D8FC18 for ; Sun, 31 Aug 2008 11:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBU1Ab007401 for ; Sun, 31 Aug 2008 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VBU1j2007398; Sun, 31 Aug 2008 11:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 11:30:01 GMT Resent-Message-Id: <200808311130.m7VBU1j2007398@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Veit Jahns Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF0B91065670 for ; Sun, 31 Aug 2008 11:25:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDB68FC13 for ; Sun, 31 Aug 2008 11:25:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBPHnQ050569 for ; Sun, 31 Aug 2008 11:25:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VBPHuo050562; Sun, 31 Aug 2008 11:25:17 GMT (envelope-from nobody) Message-Id: <200808311125.m7VBPHuo050562@www.freebsd.org> Date: Sun, 31 Aug 2008 11:25:17 GMT From: Veit Jahns To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127000: Update port: print/latex-etoolbox Update to version 1.7 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, 31 Aug 2008 11:30:02 -0000 >Number: 127000 >Category: ports >Synopsis: Update port: print/latex-etoolbox Update to version 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 11:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Veit Jahns >Release: FreeBSD 6.2-RELEASE >Organization: >Environment: FreeBSD whitewater 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Fri Jun 22 20:58:10 CEST 2007 root@whitewater.local:/usr/obj/usr/src/sys/THEKERNEL i386 >Description: Update to version 1.7 >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # latex-etoolbox # latex-etoolbox/Makefile # latex-etoolbox/pkg-descr # latex-etoolbox/distinfo # echo c - latex-etoolbox mkdir -p latex-etoolbox > /dev/null 2>&1 echo x - latex-etoolbox/Makefile sed 's/^X//' >latex-etoolbox/Makefile << 'END-of-latex-etoolbox/Makefile' X# New ports collection makefile for: latex-etoolbox X# Date created: 20 Jan 2008 X# Whom: vj562001@yahoo.de X# X# $FreeBSD: ports/print/latex-etoolbox/Makefile,v 1.3 2008/08/11 22:10:20 miwi Exp $ X# X XPORTNAME= etoolbox XPORTVERSION= 1.7 XCATEGORIES= print XMASTER_SITES= ${MASTER_SITE_TEX_CTAN} XMASTER_SITE_SUBDIR= macros/latex/contrib XPKGNAMEPREFIX= latex- XDISTNAME= ${PORTNAME} X XMAINTAINER= vj562001@yahoo.de XCOMMENT= A toolbox providing programming facilities for LaTeX X XBUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ X ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal XRUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ X ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal X XUSE_ZIP= YES XNO_BUILD= YES XPLIST= ${WRKDIR}/pkg-plist X XTEXMFLOCAL= share/texmf-local XTEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R XMKTEXLSR= ${LOCALBASE}/bin/mktexlsr XTEX_BIN= ${LOCALBASE}/bin/latex X XCLASSNAME= ${PORTNAME} XCLASSDIR= ${TEXMFLOCAL}/tex/latex/${CLASSNAME} XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X XCLASS_FILES= etoolbox.sty etoolbox.def XDOC_FILES= LICENSE README etoolbox.pdf etoolbox.tex X XWRKSRC= ${WRKDIR}/${CLASSNAME} X Xpre-install: X (for F in ${CLASS_FILES}; do \ X ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ X done;) > ${PLIST} X ${ECHO_CMD} "@dirrm ${CLASSDIR}" >> ${PLIST} X.if !defined(NOPORTDOCS) X (for F in ${DOC_FILES}; do \ X ${ECHO_CMD} "${DOCSDIR:S,^${PREFIX}/,,}/$${F}"; \ X done;\ X ${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" ) >> ${PLIST} X.endif X ${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST} X ${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST} X Xdo-install: X ${MKDIR} ${PREFIX}/${CLASSDIR} X ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR} X.endif X Xpost-install: X ${MKTEXLSR} X X.include END-of-latex-etoolbox/Makefile echo x - latex-etoolbox/pkg-descr sed 's/^X//' >latex-etoolbox/pkg-descr << 'END-of-latex-etoolbox/pkg-descr' XA toolbox providing programming facilities for LaTeX. X XWWW: http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/ END-of-latex-etoolbox/pkg-descr echo x - latex-etoolbox/distinfo sed 's/^X//' >latex-etoolbox/distinfo << 'END-of-latex-etoolbox/distinfo' XMD5 (etoolbox.zip) = debebc3f0e191c380986c953c15524b5 XSHA256 (etoolbox.zip) = 16fe6a85168b21fb82fcd816248a270de68b36cf536902099373b2b5e95c8b7f XSIZE (etoolbox.zip) = 192579 END-of-latex-etoolbox/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 11:30:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FF54106564A for ; Sun, 31 Aug 2008 11:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6628FC14 for ; Sun, 31 Aug 2008 11:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBU50l007641 for ; Sun, 31 Aug 2008 11:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VBU58X007638; Sun, 31 Aug 2008 11:30:05 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 11:30:05 GMT Message-Id: <200808311130.m7VBU58X007638@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: bf Cc: Subject: Re: ports/126345: ports mail/libpst not post Outlook 2003 compatible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 11:30:05 -0000 The following reply was made to PR ports/126345; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, natey@natey.com, freebsd@elgert.dk, linimon@FreeBSD.org Cc: Subject: Re: ports/126345: ports mail/libpst not post Outlook 2003 compatible Date: Sun, 31 Aug 2008 04:26:32 -0700 (PDT) --0-1547997123-1220181992=:94244 Content-Type: text/plain; charset=us-ascii Here you go. Not tested on all mailbox formats. Regards, b. --0-1547997123-1220181992=:94244 Content-Type: text/plain; name="libpst.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="libpst.txt" ZGlmZiAtcnVOIGxpYnBzdC5vcmlnL01ha2VmaWxlIGxpYnBzdC9NYWtlZmls ZQotLS0gbGlicHN0Lm9yaWcvTWFrZWZpbGUJMjAwOC0wOC0zMSAwNDowNzow OS43OTg5MzE4OTEgLTA0MDAKKysrIGxpYnBzdC9NYWtlZmlsZQkyMDA4LTA4 LTMxIDA3OjEzOjAzLjk2MDM1ODgzMSAtMDQwMApAQCAtNiwxNyArNiw0MiBA QAogIwogCiBQT1JUTkFNRT0JbGlicHN0Ci1QT1JUVkVSU0lPTj0JMC41LjEK K1BPUlRWRVJTSU9OPQkwLjYuMTcKIENBVEVHT1JJRVM9CW1haWwgY29udmVy dGVycwotTUFTVEVSX1NJVEVTPQlodHRwOi8vYWxpb3RoLmRlYmlhbi5vcmcv ZnJzL2Rvd25sb2FkLnBocC84NDQvCi1FWFRSQUNUX1NVRlg9CS50Z3oKK01B U1RFUl9TSVRFUz0JaHR0cDovL3d3dy5maXZlLXRlbi1zZy5jb20vbGlicHN0 L3BhY2thZ2VzLwogCiBNQUlOVEFJTkVSPQluYXRleUBuYXRleS5jb20KLUNP TU1FTlQ9CUEgdG9vbCBmb3IgY29udmVydGluZyBPdXRsb29rIC5wc3QgZmls ZXMgdG8gVW5peCBtYm94IGZvcm1hdAorQ09NTUVOVD0JQSB0b29sIGZvciBj b252ZXJ0aW5nIE91dGxvb2sgLnBzdCBmaWxlcyB0byBtYm94IGFuZCBvdGhl ciBmb3JtYXRzCiAKLVVTRV9HTUFLRT0JWUVTCitHTlVfQ09ORklHVVJFPQl5 ZXMKK1VTRV9HTUFLRT0JeWVzCitVU0VfSUNPTlY9CXllcworQ1BQRkxBR1Mr PQktSSR7TE9DQUxCQVNFfS9pbmNsdWRlCitMREZMQUdTKz0JLUwke0xPQ0FM QkFTRX0vbGliIC1saWNvbnYKK0NPTkZJR1VSRV9FTlYrPSBDUFBGTEFHUz0i JHtDUFBGTEFHU30iIExERkxBR1M9IiR7TERGTEFHU30iCiAKLU1BTjE9CQly ZWFkcHN0LjEgcmVhZHBzdGxvZy4xCi1QTElTVF9GSUxFUz0JYmluL3JlYWRw c3QgYmluL3JlYWRwc3Rsb2cgYmluL2xzcHN0CisuaWYgZXhpc3RzKCR7TE9D QUxCQVNFfS9iaW4vY29udmVydCkgfHwgZGVmaW5lZChXSVRIX1BTVDJESUkp CitCVUlMRF9ERVBFTkRTKz0gJHtMT0NBTEJBU0V9L2Jpbi9jb252ZXJ0OiR7 UE9SVFNESVJ9L2dyYXBoaWNzL0ltYWdlTWFnaWNrCitSVU5fREVQRU5EUys9 CSR7TE9DQUxCQVNFfS9iaW4vY29udmVydDoke1BPUlRTRElSfS9ncmFwaGlj cy9JbWFnZU1hZ2ljaworTElCX0RFUEVORFMrPQlnZC40OiR7UE9SVFNESVJ9 L2dyYXBoaWNzL2dkCitQTElTVF9TVUIrPQlQU1QyRElJPSIiCisuZWxzZQor UExJU1RfU1VCKz0JUFNUMkRJST0iQGNvbW1lbnQgIgorLmVuZGlmCisKK01B TjE9CWxzcHN0LjEgcHN0MmRpaS4xIHBzdDJsZGlmLjEgcmVhZHBzdC4xIHJl YWRwc3Rsb2cuMQorTUFONT0Jb3V0bG9vay5wc3QuNQorCitwb3N0LXBhdGNo OgorCSR7RklORH0gLVggJHtXUktTUkN9IC10eXBlIGYgfCAke1hBUkdTfSAk e1JFSU5QTEFDRV9DTUR9IC1lICdzL21hbGxvYy5oL3N0ZGxpYi5oL2cnCisJ JHtSRUlOUExBQ0VfQ01EfSAtZSAncztkb2NcL0BQQUNLQUdFQC1AVkVSU0lP TkA7ZG9jXC9AUEFDS0FHRUA7ZycgJHtXUktTUkN9L01ha2VmaWxlLmluIFwK Kwkke1dSS1NSQ30vaHRtbC9NYWtlZmlsZS5pbgorCisuaWZkZWYoTk9QT1JU RE9DUykKK0lOU1RBTExfVEFSR0VUPSBpbnN0YWxsLWV4ZWMKKworcG9zdC1p bnN0YWxsOgorCUAoY2QgJHtXUktTUkN9L21hbiAmJiAke0dNQUtFfSAke01B S0VfQVJHU30gaW5zdGFsbCkKKy5lbmRpZgogCiAuaW5jbHVkZSA8YnNkLnBv cnQubWs+CmRpZmYgLXJ1TiBsaWJwc3Qub3JpZy9kaXN0aW5mbyBsaWJwc3Qv ZGlzdGluZm8KLS0tIGxpYnBzdC5vcmlnL2Rpc3RpbmZvCTIwMDgtMDgtMzEg MDQ6MDc6MDkuNzk4OTMxODkxIC0wNDAwCisrKyBsaWJwc3QvZGlzdGluZm8J MjAwOC0wOC0zMSAwNzoxMzowMy45NjAzNTg4MzEgLTA0MDAKQEAgLTEsMyAr MSwzIEBACi1NRDUgKGxpYnBzdC0wLjUuMS50Z3opID0gMGE4MDU2MmJmN2M1 MDNmOWQzZmRkOTZlMGRlMTA0MDgKLVNIQTI1NiAobGlicHN0LTAuNS4xLnRn eikgPSAxZTRhMGU3YThkMTU3MmU4ZmU3N2M2MmEwZTc0N2I4MzJiYjkzODE0 ZmQxZGY2MjQwNzdhZDBmODc5NDc3ODU3Ci1TSVpFIChsaWJwc3QtMC41LjEu dGd6KSA9IDg5MjU2CitNRDUgKGxpYnBzdC0wLjYuMTcudGFyLmd6KSA9IGIy NTk5ZjVkOWI5NDZhZTQ0NjgxODhmNDEzNjUzZTAzCitTSEEyNTYgKGxpYnBz dC0wLjYuMTcudGFyLmd6KSA9IDA2ZWEzYzllYmU4ODMxNmVmZGFmY2NmMDQx MDE0ZDQ0YWFiYzk5OTJmYzE0ZjVmYzc1OGE0OGFjNTJhNmJkNjIKK1NJWkUg KGxpYnBzdC0wLjYuMTcudGFyLmd6KSA9IDcxODkxMApkaWZmIC1ydU4gbGli cHN0Lm9yaWcvZmlsZXMvcGF0Y2gtTWFrZWZpbGUgbGlicHN0L2ZpbGVzL3Bh dGNoLU1ha2VmaWxlCi0tLSBsaWJwc3Qub3JpZy9maWxlcy9wYXRjaC1NYWtl ZmlsZQkyMDA4LTA4LTMxIDA0OjA3OjA5Ljc4ODkzMTQ1OCAtMDQwMAorKysg bGlicHN0L2ZpbGVzL3BhdGNoLU1ha2VmaWxlCTE5NjktMTItMzEgMTk6MDA6 MDAuMDAwMDAwMDAwIC0wNTAwCkBAIC0xLDQwICswLDAgQEAKLS0tLSBNYWtl ZmlsZS5vcmlnCVdlZCBOb3YgMTcgMTQ6MTY6MDIgMjAwNAotKysrIE1ha2Vm aWxlCU1vbiBTZXAgMjYgMTc6MzQ6MzYgMjAwNQotQEAgLTYsMTAgKzYsMTAg QEAKLSAKLSAjLS0tLS0tLS0tLS0tLS0tLSBEbyBub3QgbW9kaWZ5IGJlbG93 IHRoaXMgcG9pbnQgLS0tLS0tLS0tLS0tLS0tLS0tCi0gCi0tSU5TVEFMTF9E SVIgICAgIDo9ICQoSU5TVEFMTCkgLXAgLWQgLW8gcm9vdCAtZyByb290IC1t IDA3NTUKLS1JTlNUQUxMX0ZJTEUgICAgOj0gJChJTlNUQUxMKSAtcCAgICAt byByb290IC1nIHJvb3QgLW0gMDY0NAotLUlOU1RBTExfUFJPR1JBTSA6PSAk KElOU1RBTEwpIC1wICAgIC1vIHJvb3QgLWcgcm9vdCAtbSAwNzU1ICMgLXMK LS1JTlNUQUxMX1NDUklQVCAgOj0gJChJTlNUQUxMKSAtcCAgICAtbyByb290 IC1nIHJvb3QgLW0gMDc1NQotK0lOU1RBTExfRElSICAgICA6PSAkKElOU1RB TEwpIC1wIC1kIC1vIHJvb3QgLWcgd2hlZWwgLW0gMDc1NQotK0lOU1RBTExf RklMRSAgICA6PSAkKElOU1RBTEwpIC1wICAgIC1vIHJvb3QgLWcgd2hlZWwg LW0gMDY0NAotK0lOU1RBTExfUFJPR1JBTSA6PSAkKElOU1RBTEwpIC1wICAg IC1vIHJvb3QgLWcgd2hlZWwgLW0gMDc1NSAjIC1zCi0rSU5TVEFMTF9TQ1JJ UFQgIDo9ICQoSU5TVEFMTCkgLXAgICAgLW8gcm9vdCAtZyB3aGVlbCAtbSAw NzU1Ci0gCi0gVkVSU0lPTiA9ICQoc2hlbGwgY2F0IFZFUlNJT04pCi0gCi1A QCAtNTMsMTEgKzUzLDE4IEBACi0gZGlzdGNsZWFuOiBjbGVhbgotIAlybSAt ZiBsaWJwc3QtKi50YXIuZ3oKLSAKLS1pbnN0YWxsOiBhbGwKLStpbnN0YWxs OiBpbnN0YWxsYmluCi0rCi0raW5zdGFsbGJpbjogYWxsCi0gCSQoSU5TVEFM TF9ESVIpICQoREVTVERJUikkKFBSRUZJWCkvYmluCi0tCSQoSU5TVEFMTF9Q Uk9HUkFNKSByZWFkcHN0eyxsb2d9ICQoREVTVERJUikkKFBSRUZJWCkvYmlu Ci0tCSQoSU5TVEFMTF9ESVIpICQoREVTVERJUikkKFBSRUZJWCkvc2hhcmUv bWFuL21hbjEKLS0JJChJTlNUQUxMX0ZJTEUpIHJlYWRwc3R7LGxvZ30uMSAk KERFU1RESVIpJChQUkVGSVgpL3NoYXJlL21hbi9tYW4xLwotKwkkKElOU1RB TExfUFJPR1JBTSkgcmVhZHBzdCAkKERFU1RESVIpJChQUkVGSVgpL2Jpbgot KwkkKElOU1RBTExfUFJPR1JBTSkgcmVhZHBzdGxvZyAkKERFU1RESVIpJChQ UkVGSVgpL2JpbgotKwkkKElOU1RBTExfUFJPR1JBTSkgbHNwc3QgJChERVNU RElSKSQoUFJFRklYKS9iaW4KLSsJJChJTlNUQUxMX0RJUikgJChERVNURElS KSQoUFJFRklYKS9tYW4vbWFuMQotKwkkKElOU1RBTExfRklMRSkgcmVhZHBz dC4xICQoREVTVERJUikkKFBSRUZJWCkvbWFuL21hbjEvCi0rCSQoSU5TVEFM TF9GSUxFKSByZWFkcHN0bG9nLjEgJChERVNURElSKSQoUFJFRklYKS9tYW4v bWFuMS8KLSsKLStpbnN0YWxsZG9jczoKLSAJJChJTlNUQUxMX0RJUikgJChE RVNURElSKSQoUFJFRklYKS9zaGFyZS9kb2MvbGlicHN0Ci0gCSQoSU5TVEFM TF9GSUxFKSAkKERPQ1MpICQoREVTVERJUikkKFBSRUZJWCkvc2hhcmUvZG9j L2xpYnBzdC8KLSAKZGlmZiAtcnVOIGxpYnBzdC5vcmlnL2ZpbGVzL3BhdGNo LWxpYnBzdC5jIGxpYnBzdC9maWxlcy9wYXRjaC1saWJwc3QuYwotLS0gbGli cHN0Lm9yaWcvZmlsZXMvcGF0Y2gtbGlicHN0LmMJMjAwOC0wOC0zMSAwNDow NzowOS43ODg5MzE0NTggLTA0MDAKKysrIGxpYnBzdC9maWxlcy9wYXRjaC1s aWJwc3QuYwkxOTY5LTEyLTMxIDE5OjAwOjAwLjAwMDAwMDAwMCAtMDUwMApA QCAtMSwzMyArMCwwIEBACi0tLS0gbGlicHN0LmMub3JpZwlTdW4gU2VwIDI1 IDE0OjM4OjE2IDIwMDUKLSsrKyBsaWJwc3QuYwlTdW4gU2VwIDI1IDE0OjM5 OjA0IDIwMDUKLUBAIC0yNjEsNyArMjYxLDcgQEAKLSBpbnQzMl90IHBzdF9h dHRhY2hfdG9fZmlsZShwc3RfZmlsZSAqcGYsIHBzdF9pdGVtX2F0dGFjaCAq YXR0YWNoLCBGSUxFKiBmcCkgewotICAgcHN0X2luZGV4X2xsICpwdHI7Ci0g ICBzdHJ1Y3QgaG9sZGVyIGggPSB7TlVMTCwgZnAsIDAsICIiLCAwfTsKLS0g IGludDMyX3Qgc2l6ZTsKLSsgIGludDMyX3Qgc2l6ZSA9IDA7Ci0gICBERUJV R19FTlQoInBzdF9hdHRhY2hfdG9fZmlsZSIpOwotICAgaWYgKGF0dGFjaC0+ aWRfdmFsICE9IC0xKSB7Ci0gICAgIHB0ciA9IF9wc3RfZ2V0SUQocGYsIGF0 dGFjaC0+aWRfdmFsKTsKLUBAIC0yODMsNyArMjgzLDcgQEAKLSBpbnQzMl90 IHBzdF9hdHRhY2hfdG9fZmlsZV9iYXNlNjQocHN0X2ZpbGUgKnBmLCBwc3Rf aXRlbV9hdHRhY2ggKmF0dGFjaCwgRklMRSogZnApIHsKLSAgIHBzdF9pbmRl eF9sbCAqcHRyOwotICAgc3RydWN0IGhvbGRlciBoID0ge05VTEwsIGZwLCAx LCAiIiwgMH07Ci0tICBpbnQzMl90IHNpemU7Ci0rICBpbnQzMl90IHNpemUg PSAwOwotICAgY2hhciAqYzsKLSAgIERFQlVHX0VOVCgicHN0X2F0dGFjaF90 b19maWxlX2Jhc2U2NCIpOwotICAgaWYgKGF0dGFjaC0+aWRfdmFsICE9IC0x KSB7Ci1AQCAtMzczLDEwICszNzMsMTAgQEAKLSAgIHBzdF9kZXNjX2xsICpw OwotICAgcHN0X251bV9hcnJheSAqbmE7Ci0gICAvLyAgcHN0X2luZGV4X2xs ICpsaXN0OwotLSAgcHN0X2luZGV4Ml9sbCAqbGlzdDI7Ly8sICp0OwotKyAg cHN0X2luZGV4Ml9sbCAqbGlzdDIgPSBOVUxMOy8vLCAqdDsKLSAgIHVuc2ln bmVkIGNoYXIgKiBidWZmZXI9TlVMTCwgKmhlYWRlcmJ1ZmZlcj1OVUxMOy8v LCAqdGM7Ci0gICBwc3RfeF9hdHRyaWIgeGF0dHJpYjsKLS0gIGludDMyX3Qg YnB0ciA9IDAsIGJzaXplLCBoc2l6ZSwgdGludCwgZXJyPTAsIHg7Ci0rICBp bnQzMl90IGJwdHIgPSAwLCBic2l6ZSA9IDAsIGhzaXplID0gMCwgdGludCwg ZXJyPTAsIHg7Ci0gICBwc3RfeF9hdHRyaWJfbGwgKnB0ciwgKnBfaGVhZD1O VUxMLCAqcF9zaD1OVUxMLCAqcF9zaDI9TlVMTDsKLSAgIGNoYXIgKnd0Owot IApkaWZmIC1ydU4gbGlicHN0Lm9yaWcvZmlsZXMvcGF0Y2gtbGlicHN0Lmgg bGlicHN0L2ZpbGVzL3BhdGNoLWxpYnBzdC5oCi0tLSBsaWJwc3Qub3JpZy9m aWxlcy9wYXRjaC1saWJwc3QuaAkyMDA4LTA4LTMxIDA0OjA3OjA5Ljc4ODkz MTQ1OCAtMDQwMAorKysgbGlicHN0L2ZpbGVzL3BhdGNoLWxpYnBzdC5oCTE5 NjktMTItMzEgMTk6MDA6MDAuMDAwMDAwMDAwIC0wNTAwCkBAIC0xLDEzICsw LDAgQEAKLS0tLSBsaWJwc3QuaC5vcmlnCVNhdCBTZXAgMjQgMjM6Mjg6MDMg MjAwNQotKysrIGxpYnBzdC5oCVN1biBTZXAgMjUgMTQ6MjM6MDYgMjAwNQot QEAgLTE0LDggKzE0LDkgQEAKLSAKLSAjaWZuZGVmIEZJTEVUSU1FX0RFRklO RUQKLSAjZGVmaW5lIEZJTEVUSU1FX0RFRklORUQKLSsjaW5jbHVkZSA8c3lz L3R5cGVzLmg+Ci0gLy9XaW4zMiBGaWxldGltZSBzdHJ1Y3QgLSBjb3BpZWQg ZnJvbSBXSU5FCi0tdHlwZWRlZiBzdHJ1Y3QgewotK3R5cGVkZWYgc3RydWN0 IF9GSUxFVElNRSB7Ci0gICB1X2ludDMyX3QgZHdMb3dEYXRlVGltZTsKLSAg IHVfaW50MzJfdCBkd0hpZ2hEYXRlVGltZTsKLSB9IEZJTEVUSU1FOwpkaWZm IC1ydU4gbGlicHN0Lm9yaWcvZmlsZXMvcGF0Y2gtbHNwc3QuYyBsaWJwc3Qv ZmlsZXMvcGF0Y2gtbHNwc3QuYwotLS0gbGlicHN0Lm9yaWcvZmlsZXMvcGF0 Y2gtbHNwc3QuYwkyMDA4LTA4LTMxIDA0OjA3OjA5Ljc4ODkzMTQ1OCAtMDQw MAorKysgbGlicHN0L2ZpbGVzL3BhdGNoLWxzcHN0LmMJMTk2OS0xMi0zMSAx OTowMDowMC4wMDAwMDAwMDAgLTA1MDAKQEAgLTEsMjEgKzAsMCBAQAotLS0t IGxzcHN0LmMub3JpZwlTdW4gU2VwIDI1IDEzOjM5OjUyIDIwMDUKLSsrKyBs c3BzdC5jCVN1biBTZXAgMjUgMTQ6MjQ6MzEgMjAwNQotQEAgLTM3LDcgKzM3 LDkgQEAKLSBjaGFyICpyZmMyNDI2X2VzY2FwZShjaGFyICpzdHIpOwotIGNo YXIgKnJmYzI0NDVfZGF0ZXRpbWVfZm9ybWF0KEZJTEVUSU1FICpmdCk7Ci0g Ly8gfX19MQotKyNpZm5kZWYgREVCVUdfTUFJTgotICNkZWZpbmUgREVCVUdf TUFJTih4KSBkZWJ1Z19wcmludCB4OwotKyNlbmRpZiAvLyBERUJVR19NQUlO Ci0gLy8gaW50IG1haW4oaW50IGFyZ2MsIGNoYXIqKiBhcmd2KSB7e3sxCi0g aW50IG1haW4oaW50IGFyZ2MsIGNoYXIqKiBhcmd2KSB7Ci0gCi1AQCAtNDcs NyArNDksNyBAQAotIAlwc3RfZGVzY19sbCAqZF9wdHI7Ci0gCWNoYXIgKnRl bXAgPSBOVUxMOyAvL3RlbXBvcmFyeSBjaGFyIHBvaW50ZXIKLSAJaW50IHNr aXBfY2hpbGQgPSAwOwotLQlzdHJ1Y3QgZmlsZV9sbCAgKmYsICpoZWFkOwot KwlzdHJ1Y3QgZmlsZV9sbCAgKmYgPSBOVUxMLCAqaGVhZDsKLSAJLy8gfX19 MgotIAotIAlpZiAoYXJnYyA8PSAxKQpkaWZmIC1ydU4gbGlicHN0Lm9yaWcv ZmlsZXMvcGF0Y2gtbHpmdS5jIGxpYnBzdC9maWxlcy9wYXRjaC1semZ1LmMK LS0tIGxpYnBzdC5vcmlnL2ZpbGVzL3BhdGNoLWx6ZnUuYwkyMDA4LTA4LTMx IDA0OjA3OjA5Ljc4ODkzMTQ1OCAtMDQwMAorKysgbGlicHN0L2ZpbGVzL3Bh dGNoLWx6ZnUuYwkxOTY5LTEyLTMxIDE5OjAwOjAwLjAwMDAwMDAwMCAtMDUw MApAQCAtMSwxMSArMCwwIEBACi0tLS0gbHpmdS5jLm9yaWcJTW9uIFNlcCAy NiAxNzoyNjozOSAyMDA1Ci0rKysgbHpmdS5jCU1vbiBTZXAgMjYgMTc6MjY6 NTggMjAwNQotQEAgLTE2LDcgKzE2LDcgQEAKLSAjaW5jbHVkZSA8c3RkaW8u aD4KLSAKLSAjaWZuZGVmIF9NU0NfVkVSCi0tI2luY2x1ZGUgPHN0ZGludC5o PgotKyNpbmNsdWRlIDxpbnR0eXBlcy5oPgotICNlbmRpZgotIAotICNpZmRl ZiBfTVNDX1ZFUgpkaWZmIC1ydU4gbGlicHN0Lm9yaWcvZmlsZXMvcGF0Y2gt cmVhZHBzdC5jIGxpYnBzdC9maWxlcy9wYXRjaC1yZWFkcHN0LmMKLS0tIGxp YnBzdC5vcmlnL2ZpbGVzL3BhdGNoLXJlYWRwc3QuYwkyMDA4LTA4LTMxIDA0 OjA3OjA5Ljc4ODkzMTQ1OCAtMDQwMAorKysgbGlicHN0L2ZpbGVzL3BhdGNo LXJlYWRwc3QuYwkxOTY5LTEyLTMxIDE5OjAwOjAwLjAwMDAwMDAwMCAtMDUw MApAQCAtMSwxMSArMCwwIEBACi0tLS0gcmVhZHBzdC5jLm9yaWcJU3VuIFNl cCAyNSAxNDoyNDo1OSAyMDA1Ci0rKysgcmVhZHBzdC5jCVN1biBTZXAgMjUg MTQ6MjU6MTkgMjAwNQotQEAgLTE0NCw3ICsxNDQsNyBAQAotICAgaW50IGJh c2U2NF9ib2R5ID0gMDsKLSAgIC8vICBpbnQgZW5jcnlwdCA9IDA7Ci0gICBG SUxFICpmcDsKLS0gIGNoYXIgKmVuYzsgLy8gYmFzZTY0IGVuY29kZWQgYXR0 YWNobWVudAotKyAgY2hhciAqZW5jID0gTlVMTDsgLy8gYmFzZTY0IGVuY29k ZWQgYXR0YWNobWVudAotICAgY2hhciAqYm91bmRhcnkgPSBOVUxMLCAqYjEs ICpiMjsgLy8gdGhlIGJvdW5kYXJ5IG1hcmtlciBiZXR3ZWVuIG11bHRpcGFy dCBzZWN0aW9ucwotICAgY2hhciAqdGVtcCA9IE5VTEw7IC8vdGVtcG9yYXJ5 IGNoYXIgcG9pbnRlcgotICAgaW50IGF0dGFjaF9udW0gPSAwOwpkaWZmIC1y dU4gbGlicHN0Lm9yaWcvZmlsZXMvcGF0Y2gtcmVhZHBzdGxvZy5jIGxpYnBz dC9maWxlcy9wYXRjaC1yZWFkcHN0bG9nLmMKLS0tIGxpYnBzdC5vcmlnL2Zp bGVzL3BhdGNoLXJlYWRwc3Rsb2cuYwkyMDA4LTA4LTMxIDA0OjA3OjA5Ljc4 ODkzMTQ1OCAtMDQwMAorKysgbGlicHN0L2ZpbGVzL3BhdGNoLXJlYWRwc3Rs b2cuYwkxOTY5LTEyLTMxIDE5OjAwOjAwLjAwMDAwMDAwMCAtMDUwMApAQCAt MSwxNiArMCwwIEBACi0tLS0gcmVhZHBzdGxvZy5jLm9yaWcJU3VuIFNlcCAy NSAxNDoyNTozOCAyMDA1Ci0rKysgcmVhZHBzdGxvZy5jCVN1biBTZXAgMjUg MTQ6Mjk6MTAgMjAwNQotQEAgLTIxLDExICsyMSwxMSBAQAotIAotIGludCBt YWluKGludCBhcmdjLCBjaGFyKiogYXJndikgewotICAgaW50ICppPU5VTEws IHgsIHB0ciwgc3RvcD0wLCBmbGFnOyAgCi0tICBjaGFyICpmbmFtZSwgKmJ1 ZiwgZm9ybWF0LCByZWNfdHlwZTsKLSsgIGNoYXIgKmZuYW1lLCAqYnVmLCBm b3JtYXQgPSAnICcsIHJlY190eXBlOwotICAgdW5zaWduZWQgY2hhciB2ZXJz aW9uOwotICAgaW50ICpzaG93X3R5cGU9TlVMTCwgc2hvd19zaXplPTA7Ci0g ICBpbnQgKmV4X3R5cGU9TlVMTCwgZXhfc2l6ZT0wOwotLSAgdW5zaWduZWQg aW50IGZ1bmNuYW1lLCBmaWxlbmFtZSwgdGV4dCwgZW5kLCBkdHlwZSwgbGlu ZSwgYzsKLSsgIHVuc2lnbmVkIGludCBmdW5jbmFtZT0wLCBmaWxlbmFtZT0w LCB0ZXh0PTAsIGVuZD0wLCBkdHlwZT0wLCBsaW5lPTAsIGM7Ci0gICBGSUxF ICpmcDsKLSAgIHN0cnVjdCBfZGVidWdfZmlsZV9yZWNfbSBtZmlsZV9yZWM7 Ci0gICBzdHJ1Y3QgX2RlYnVnX2ZpbGVfcmVjX2wgbGZpbGVfcmVjOwpkaWZm IC1ydU4gbGlicHN0Lm9yaWcvcGtnLWRlc2NyIGxpYnBzdC9wa2ctZGVzY3IK LS0tIGxpYnBzdC5vcmlnL3BrZy1kZXNjcgkyMDA4LTA4LTMxIDA0OjA3OjA5 LjgwODkyOTI1MSAtMDQwMAorKysgbGlicHN0L3BrZy1kZXNjcgkyMDA4LTA4 LTMxIDA3OjEzOjAzLjk2MDM1ODgzMSAtMDQwMApAQCAtMSw5ICsxLDE0IEBA Ci1yZWFkcHN0OiBBIHRvb2wgZm9yIGNvbnZlcnRpbmcgT3V0bG9vayAucHN0 IGZpbGVzIHRvIFVuaXggbWJveCBmb3JtYXQKK3JlYWRwc3Q6IEEgdG9vbCBm b3IgY29udmVydGluZyBPdXRsb29rIC5wc3QgZmlsZXMgdG8gVW5peCBtYm94 IGFuZAorb3RoZXIgZm9ybWF0cy4KIAotVGhlIGFpbSBvZiB0aGlzIHByb2pl Y3QgaXMgdG8gcHJvdmlkZSBsaWJyYXJpZXMgYW5kIGFwcGxpY2F0aW9ucyBm b3IgdGhlCi1jb252ZXJzaW9uIG9mIE91dGxvb2sgYW5kIE91dGxvb2sgRXhw cmVzcyBkYXRhIGZpbGVzIHRvIExpbnV4IE1CT1ggZm9ybWF0LgorVGhpcyB2 ZXJzaW9uIGNhbiBub3cgY29udmVydCBib3RoIDMyLWJpdCBPdXRsb29rIGZp bGVzIChwcmUtMjAwMyksCithbmQgdGhlIDY0LWJpdCBPdXRsb29rIDIwMDMg LnBzdCBmaWxlcy4gVXRpbGl0aWVzIGFyZSBzdXBwbGllZCB0byAKK2NvbnZl cnQgZW1haWwgbWVzc2FnZXMgdG8gYm90aCBtYm94IGFuZCBNSCBtYWlsYm94 IGZvcm1hdHMsIGFuZCB0bworRElJIGxvYWQgZmlsZSBmb3JtYXQgZm9yIHVz ZSB3aXRoIG1hbnkgb2YgdGhlIENUIFN1bW1hdGlvbiBwcm9kdWN0cy4KK0Nv bnRhY3RzIGNhbiBiZSBjb252ZXJ0ZWQgdG8gYSBzaW1wbGUgbGlzdCwgdG8g dmNhcmQgZm9ybWF0LCBvciB0bworLmxkaWYgZm9ybWF0IGZvciBpbXBvcnQg dG8gYW4gTERBUCBzZXJ2ZXIuCiAKLVdXVzogaHR0cDovL2FsaW90aC5kZWJp YW4ub3JnL3Byb2plY3RzL2xpYnBzdC8KK1dXVzogaHR0cDovL3d3dy5maXZl LXRlbi1zZy5jb20vbGlicHN0LwogCiAtIE5hdGV5CiBuYXRleUBuYXRleS5j b20KZGlmZiAtcnVOIGxpYnBzdC5vcmlnL3BrZy1wbGlzdCBsaWJwc3QvcGtn LXBsaXN0Ci0tLSBsaWJwc3Qub3JpZy9wa2ctcGxpc3QJMTk2OS0xMi0zMSAx OTowMDowMC4wMDAwMDAwMDAgLTA1MDAKKysrIGxpYnBzdC9wa2ctcGxpc3QJ MjAwOC0wOC0zMSAwNzoxMzowMy45NjAzNTg4MzEgLTA0MDAKQEAgLTAsMCAr MSwxOCBAQAorYmluL2xzcHN0CitiaW4vcHN0MmxkaWYKK2Jpbi9yZWFkcHN0 CitiaW4vcmVhZHBzdGxvZworJSVQU1QyRElJJSViaW4vcHN0MmRpaQorJSVQ T1JURE9DUyUlJSVET0NTRElSJSUvQVVUSE9SUworJSVQT1JURE9DUyUlJSVE T0NTRElSJSUvQ09QWUlORworJSVQT1JURE9DUyUlJSVET0NTRElSJSUvQ2hh bmdlTG9nCislJVBPUlRET0NTJSUlJURPQ1NESVIlJS9ORVdTCislJVBPUlRE T0NTJSUlJURPQ1NESVIlJS9SRUFETUUKKyUlUE9SVERPQ1MlJSUlRE9DU0RJ UiUlL2luZGV4Lmh0bWwKKyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL2xpYnBz dC5wZGYKKyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL3JuMDFyZTAxLmh0bWwK KyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL3JuMDFyZTAyLmh0bWwKKyUlUE9S VERPQ1MlJSUlRE9DU0RJUiUlL3JuMDFyZTAzLmh0bWwKKyUlUE9SVERPQ1Ml JSUlRE9DU0RJUiUlL3JuMDFyZTA0Lmh0bWwKKyUlUE9SVERPQ1MlJSUlRE9D U0RJUiUlL3JuMDFyZTA1Lmh0bWwKKyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUl L3JuMDFyZTA2Lmh0bWwK --0-1547997123-1220181992=:94244-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 11:30:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB2A106564A; Sun, 31 Aug 2008 11:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25AC08FC17; Sun, 31 Aug 2008 11:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBUCUX008291; Sun, 31 Aug 2008 11:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VBUChR008287; Sun, 31 Aug 2008 11:30:12 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 11:30:12 GMT Message-Id: <200808311130.m7VBUChR008287@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127000: Update port: print/latex-etoolbox Update to version 1.7 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, 31 Aug 2008 11:30:12 -0000 Synopsis: Update port: print/latex-etoolbox Update to version 1.7 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Aug 31 11:30:11 UTC 2008 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127000 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 11:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8D3106566B for ; Sun, 31 Aug 2008 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0328FC15 for ; Sun, 31 Aug 2008 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBo2xf009885 for ; Sun, 31 Aug 2008 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VBo2Nv009884; Sun, 31 Aug 2008 11:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 11:50:02 GMT Resent-Message-Id: <200808311150.m7VBo2Nv009884@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E44B1065674 for ; Sun, 31 Aug 2008 11:48:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4DD8FC08 for ; Sun, 31 Aug 2008 11:48:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBmMAF063989 for ; Sun, 31 Aug 2008 11:48:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VBmMEn063988; Sun, 31 Aug 2008 11:48:22 GMT (envelope-from nobody) Message-Id: <200808311148.m7VBmMEn063988@www.freebsd.org> Date: Sun, 31 Aug 2008 11:48:22 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127001: Repocopy port: www/mediawiki -> www/mediawiki12 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, 31 Aug 2008 11:50:02 -0000 >Number: 127001 >Category: ports >Synopsis: Repocopy port: www/mediawiki -> www/mediawiki12 >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 31 11:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 7.0-RELEASE >Organization: Beine Computer >Environment: FreeBSD tb.vmware.beine-computer.de 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sun Mar 9 16:13:49 CET 2008 root@tb.vmware.beine-computer.de:/usr/src/sys/i386/compile/VMWARE i386 >Description: Repocopy port for preparing update to 1.13.0 >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: # # www/mediawiki112 # www/mediawiki112/Makefile # www/mediawiki112/distinfo # www/mediawiki112/pkg-descr # www/mediawiki112/pkg-message # www/mediawiki112/files # www/mediawiki112/files/patch-index.php # echo c - www/mediawiki112 mkdir -p www/mediawiki112 > /dev/null 2>&1 echo x - www/mediawiki112/Makefile sed 's/^X//' >www/mediawiki112/Makefile << 'END-of-www/mediawiki112/Makefile' X# New ports collection makefile for: www/mediawiki X# Date created: February 1st 2005 X# Whom: Gerrit Beine X# X# $FreeBSD: ports/www/mediawiki/Makefile,v 1.45 2008/04/16 17:26:44 beech Exp $ X# X XPORTNAME= mediawiki XPORTVERSION= 1.12.0 XPORTREVISION= 1 XCATEGORIES= www XMASTER_SITES= http://download.wikimedia.org/mediawiki/1.12/ X XMAINTAINER= gerrit.beine@gmx.de XCOMMENT= The wiki engine used by Wikipedia X XCONFLICTS= mediawiki-1.[0-9].* mediawiki-1.1[0-13-9].* X XUSE_PHP= iconv mbstring pcre session xml zlib readline dom XIGNORE_WITH_PHP= 4 XWANT_PHP_WEB= yes XMEDIAWIKIDIR?= www/mediawiki X XOPTIONS= PGSQL "Use PostgreSQL (instead of MySQL)" off \ X LDAP "Use LDAP authentication" off \ X TEXVC "Use built-in TeX rendering" off \ X APC "Use pecl-APC" on \ X EACCEL "Use eAccelerator (instead of pecl-APC)" off \ X IMAGICK "Use ImageMagick" off X X.include X X.if defined(WITH_PGSQL) XUSE_PHP+= pgsql X.else XIGNORE_WITH_MYSQL= 323 XUSE_MYSQL= yes XUSE_PHP+= mysql X.endif X X.if defined(WITH_LDAP) XUSE_PHP+= ldap X.endif X X.if defined(WITH_TEXVC) XRUN_DEPENDS+= latex:${PORTSDIR}/print/latex XBUILD_DEPENDS+= ocaml:${PORTSDIR}/lang/ocaml X XUSE_GMAKE=yes XWITH_IMAGICK=yes X.endif X X.if defined(WITH_IMAGICK) XRUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick X.endif X X.if defined(WITH_APC) || defined(WITH_EACCEL) X.if defined(WITH_EACCEL) XRUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator X.else XRUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC X.endif X.endif X Xdo-build: X.if defined(WITH_TEXVC) X @(cd ${WRKSRC}/math && ${GMAKE}) X.endif X Xdo-install: X @${MKDIR} ${PREFIX}/${MEDIAWIKIDIR} X ${CP} -r ${WRKSRC}/ ${PREFIX}/${MEDIAWIKIDIR} X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MEDIAWIKIDIR} X Xpost-install: X @${FIND} ${WRKSRC}/${file} -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} X @${FIND} -d ${WRKSRC}/${file} -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} X @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} X X.include END-of-www/mediawiki112/Makefile echo x - www/mediawiki112/distinfo sed 's/^X//' >www/mediawiki112/distinfo << 'END-of-www/mediawiki112/distinfo' XMD5 (mediawiki-1.12.0.tar.gz) = 117a1360f440883a51f0ebca32906ea0 XSHA256 (mediawiki-1.12.0.tar.gz) = 478b38b29f0f6e661b6c632f39e570d654f83c5069b69de2f187b43c20bc8809 XSIZE (mediawiki-1.12.0.tar.gz) = 7188806 END-of-www/mediawiki112/distinfo echo x - www/mediawiki112/pkg-descr sed 's/^X//' >www/mediawiki112/pkg-descr << 'END-of-www/mediawiki112/pkg-descr' XMediaWiki is the collaborative editing software that runs Wikipedia, Xthe free encyclopedia, and other projects. XIt's designed to handle a large number of users and pages without imposing Xtoo rigid a structure or workflow. X XWWW: http://www.mediawiki.org/ END-of-www/mediawiki112/pkg-descr echo x - www/mediawiki112/pkg-message sed 's/^X//' >www/mediawiki112/pkg-message << 'END-of-www/mediawiki112/pkg-message' X X **** NOTE **** XRemember to check X X%%MEDIAWIKIDIR%%/INSTALL X Xand X X%%MEDIAWIKIDIR%%/UPGRADE X Xfor details END-of-www/mediawiki112/pkg-message echo c - www/mediawiki112/files mkdir -p www/mediawiki112/files > /dev/null 2>&1 echo x - www/mediawiki112/files/patch-index.php sed 's/^X//' >www/mediawiki112/files/patch-index.php << 'END-of-www/mediawiki112/files/patch-index.php' X--- config/index.php.orig Sat Oct 14 02:06:36 2006 X+++ config/index.php Sun Dec 3 16:18:18 2006 X@@ -434,7 +434,7 @@ X $diff3locations = array( "/usr/bin", "/usr/local/bin", "/opt/csw/bin", "/usr/gnu/bin", "/usr/sfw/bin" ) + explode( $sep, getenv( "PATH" ) ); X $diff3names = array( "gdiff3", "diff3", "diff3.exe" ); X X-$diff3versioninfo = array( '$1 --version 2>&1', 'diff3 (GNU diffutils)' ); X+$diff3versioninfo = array('$1 --version 2>&1', 'diff3 - GNU diffutils'); X foreach ($diff3locations as $loc) { X $exe = locate_executable($loc, $diff3names, $diff3versioninfo); X if ($exe !== false) { END-of-www/mediawiki112/files/patch-index.php exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 11:50:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D0071065676; Sun, 31 Aug 2008 11:50:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D85788FC18; Sun, 31 Aug 2008 11:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VBoCPR010069; Sun, 31 Aug 2008 11:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VBoC1d010065; Sun, 31 Aug 2008 11:50:12 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 11:50:12 GMT Message-Id: <200808311150.m7VBoC1d010065@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127001: Repocopy port: www/mediawiki -> www/mediawiki12 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, 31 Aug 2008 11:50:13 -0000 Synopsis: Repocopy port: www/mediawiki -> www/mediawiki12 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 11:50:12 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127001 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 12:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 891E11065673 for ; Sun, 31 Aug 2008 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1CB8FC0C for ; Sun, 31 Aug 2008 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VCo4vN015048 for ; Sun, 31 Aug 2008 12:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VCo4ob015047; Sun, 31 Aug 2008 12:50:04 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 12:50:04 GMT Message-Id: <200808311250.m7VCo4ob015047@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tomoyuki Sakurai Cc: Subject: Re: ports/126968: sysutils/puppet-devel - puppetmasterd cannot start X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tomoyuki Sakurai List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 12:50:04 -0000 The following reply was made to PR ports/126968; it has been noted by GNATS. From: Tomoyuki Sakurai To: bug-followup@FreeBSD.org Cc: Dulmandakh Sukhbaatar Subject: Re: ports/126968: sysutils/puppet-devel - puppetmasterd cannot start Date: Sun, 31 Aug 2008 21:44:04 +0900 Thanks for your reporting. I'm working on it. Best regards, -- Tomoyuki Sakurai From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 13:00:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D870106571D for ; Sun, 31 Aug 2008 13:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D91058FC38 for ; Sun, 31 Aug 2008 13:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VD09xk015286 for ; Sun, 31 Aug 2008 13:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VD0917015285; Sun, 31 Aug 2008 13:00:09 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 13:00:09 GMT Resent-Message-Id: <200808311300.m7VD0917015285@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rick Richard Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46EF91065670 for ; Sun, 31 Aug 2008 12:58:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 378018FC16 for ; Sun, 31 Aug 2008 12:58:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VCw5Df004229 for ; Sun, 31 Aug 2008 12:58:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VCw4uP004228; Sun, 31 Aug 2008 12:58:04 GMT (envelope-from nobody) Message-Id: <200808311258.m7VCw4uP004228@www.freebsd.org> Date: Sun, 31 Aug 2008 12:58:04 GMT From: Rick Richard To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127002: Update: net/repeater 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, 31 Aug 2008 13:00:20 -0000 >Number: 127002 >Category: ports >Synopsis: Update: net/repeater >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 31 13:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Rick Richard >Release: 6.0-RELEASE >Organization: SLOSERVERS >Environment: >Description: Update port: UVNC Repeater - update from version 008 to 014. MANY bugfixes and improvements. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # repeater # repeater/files # repeater/files/pkg-install.in # repeater/files/pkg-message.in # repeater/files/repeater.in # repeater/Makefile # repeater/distinfo # repeater/pkg-descr # echo c - repeater mkdir -p repeater > /dev/null 2>&1 echo c - repeater/files mkdir -p repeater/files > /dev/null 2>&1 echo x - repeater/files/pkg-install.in sed 's/^X//' >repeater/files/pkg-install.in << 'END-of-repeater/files/pkg-install.in' X#!/bin/sh X# $FreeBSD$ X# X XPW="/usr/sbin/pw" XCHOWN="/usr/sbin/chown" XCHMOD="/bin/chmod" XMKDIR="/bin/mkdir -p" XNOLOGIN="/usr/sbin/nologin" X XREP_USER=%%REP_USER%% XREP_GROUP=%%REP_GROUP%% X Xcase "$2" in X XPOST-INSTALL) X ${PW} groupshow -n ${REP_GROUP} >/dev/null 2>&1 \ X || ${PW} groupadd -n ${REP_GROUP} X ${PW} usershow -n ${REP_USER} >/dev/null 2>&1 \ X || ${PW} useradd ${REP_USER} -g ${REP_GROUP} -s ${NOLOGIN} X ;; X Xesac Xexit 0 END-of-repeater/files/pkg-install.in echo x - repeater/files/pkg-message.in sed 's/^X//' >repeater/files/pkg-message.in << 'END-of-repeater/files/pkg-message.in' X############################################################################ X# Please create a config file in %%PREFIX%%/etc # X# A sample configuration file is installed as uvncrepeater.ini.sample # X# # X# To enable UVNC Repeater, put the following to your /etc/rc.conf: # X# repeater_enable="YES" # X############################################################################ END-of-repeater/files/pkg-message.in echo x - repeater/files/repeater.in sed 's/^X//' >repeater/files/repeater.in << 'END-of-repeater/files/repeater.in' X#!/bin/sh X X# PROVIDE: repeater X# REQUIRE: NETWORKING SERVERS X# BEFORE: DAEMON X# KEYWORD: shutdown X X# X# Add the following lines to /etc/rc.conf to enable repeater: X# X# repeater_enable="YES" X# X X. %%RC_SUBR%% X Xname=repeater Xrcvar=`set_rcvar` X Xload_rc_config $name X Xrepeater_enable=${repeater_enable:-"NO"} Xrepeater_log=${repeater_log:-"/var/log/repeater.log"} Xcommand=%%PREFIX%%/sbin/repeater Xstart_precmd="echo Starting ${name}." Xstart_cmd="daemon ${command} %%PREFIX%%/etc/uvncrepeater.ini > ${repeater_log} 2>&1" X Xrun_rc_command "$1" END-of-repeater/files/repeater.in echo x - repeater/Makefile sed 's/^X//' >repeater/Makefile << 'END-of-repeater/Makefile' X# New ports collection makefile for: repeater X# Date created: 31 August 2008 X# Whom: Rick Richard X# X# $FreeBSD$ X# X XPORTNAME= repeater XPORTVERSION= 0.14 XPORTREVISION= 0 XCATEGORIES= net XMASTER_SITES= http://koti.mbnet.fi/jtko/uvncrepeater/ XDISTNAME= repeater${PORTVERSION:C/\.//} X XMAINTAINER= rick@sloservers.com XCOMMENT= UltraVNC repeater X XUSE_ZIP= yes XUSE_RC_SUBR= repeater XWRKSRC= ${WRKDIR}/Ver${PORTVERSION:C/\.//} XALL_TARGET= repeater X XREP_USER?= uvncrep XREP_GROUP?= uvncrep X XSUB_FILES= pkg-install pkg-message XSUB_LIST= PERL=${PERL} \ X REP_USER=${REP_USER} \ X REP_GROUP=${REP_GROUP} X XPLIST_FILES= sbin/repeater \ X etc/uvncrepeater.ini.sample X Xpre-configure: X @${SED} -e 's,%%MRTG_USER%%,${MRTG_USER},g;' \ X -e 's,%%MRTG_GROUP%%,${MRTG_GROUP},g;' \ X < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/repeater ${PREFIX}/sbin/repeater X X.if !defined(NOPORTDOCS) XPORTDOCS= changelog.txt readme.txt ultravncrepeaterlinuxport.html X Xpost-install: X @${MKDIR} ${DOCSDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/uvncrepeater.ini ${PREFIX}/etc/uvncrepeater.ini.sample X @${SETENV} @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X @${CAT} ${PKGMESSAGE} X.endif X X.include END-of-repeater/Makefile echo x - repeater/distinfo sed 's/^X//' >repeater/distinfo << 'END-of-repeater/distinfo' XMD5 (repeater014.zip) = 3005ebbb2f9442cbea4cbcaa71925dbf XSHA256 (repeater014.zip) = 79178e9baa9cac05f26e43f742933958707cb5c0632c51a5706b13922f3bb5b0 XSIZE (repeater014.zip) = 61321 END-of-repeater/distinfo echo x - repeater/pkg-descr sed 's/^X//' >repeater/pkg-descr << 'END-of-repeater/pkg-descr' XUltraVNC Repeater is an UltraVNC addon X XWWW: http://ultravnc.sourceforge.net/addons/repeater.html END-of-repeater/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 13:00:29 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9944E10657A9; Sun, 31 Aug 2008 13:00:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 719348FC24; Sun, 31 Aug 2008 13:00:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VD0TNE015469; Sun, 31 Aug 2008 13:00:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VD0TQA015465; Sun, 31 Aug 2008 13:00:29 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 13:00:29 GMT Message-Id: <200808311300.m7VD0TQA015465@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127002: Update: net/repeater 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, 31 Aug 2008 13:00:29 -0000 Synopsis: Update: net/repeater Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 13:00:29 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127002 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 13:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457451065680 for ; Sun, 31 Aug 2008 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1658FC12 for ; Sun, 31 Aug 2008 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VDK3tT017479 for ; Sun, 31 Aug 2008 13:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VDK3vN017478; Sun, 31 Aug 2008 13:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 13:20:03 GMT Resent-Message-Id: <200808311320.m7VDK3vN017478@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rick Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E941065685 for ; Sun, 31 Aug 2008 13:17:08 +0000 (UTC) (envelope-from rrichard@thinking.kicks-ass.org) Received: from thinking.kicks-ass.org (24-176-175-198.static.snlo.ca.charter.com [24.176.175.198]) by mx1.freebsd.org (Postfix) with SMTP id 0C9888FC0C for ; Sun, 31 Aug 2008 13:17:07 +0000 (UTC) (envelope-from rrichard@thinking.kicks-ass.org) Received: (qmail 39167 invoked by uid 98); 31 Aug 2008 12:50:28 -0000 Received: from 127.0.0.1 by reason.thinking.kicks-ass.org (envelope-from , uid 89) with qmail-scanner-2.01st (clamdscan: 0.91.1/5023. spamassassin: 3.2.5. perlscan: 2.01st. Clear:RC:0(127.0.0.1):SA:0(-4.4/5.0):. Processed in 6.058874 secs); 31 Aug 2008 12:50:28 -0000 Received: from localhost (HELO thinking.kicks-ass.org) (127.0.0.1) by thinking.kicks-ass.org (qpsmtpd/0.40) with (AES256-SHA encrypted) ESMTPS; Sun, 31 Aug 2008 05:50:21 -0700 Received: (from root@localhost) by thinking.kicks-ass.org (8.13.4/8.13.1/Submit) id m7VCoIbi039154; Sun, 31 Aug 2008 05:50:18 -0700 (PDT) (envelope-from rrichard) Message-Id: <200808311250.m7VCoIbi039154@thinking.kicks-ass.org> Date: Sun, 31 Aug 2008 05:50:18 -0700 (PDT) From: Rick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127003: Update port: UVNC Repeater - update from version 008 to 014. MANY bugfixes and improvements. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 13:20:04 -0000 >Number: 127003 >Category: ports >Synopsis: Update port: UVNC Repeater - update from version 008 to 014. MANY bugfixes and improvements. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 13:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Rick >Release: FreeBSD 6.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD reason.thinking.kicks-ass.org 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #0: Wed Jan 4 21:37:00 PST 2006 rrichard@reason.thinking.kicks-ass.org:/usr/src/sys/i386/compile/ATHLON i386 >Description: Update port: UVNC Repeater - update from version 008 to 014. MANY bugfixes and improvements. >How-To-Repeat: >Fix: --- repeater.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: # # repeater # repeater/files # repeater/files/pkg-install.in # repeater/files/pkg-message.in # repeater/files/repeater.in # repeater/Makefile # repeater/distinfo # repeater/pkg-descr # echo c - repeater mkdir -p repeater > /dev/null 2>&1 echo c - repeater/files mkdir -p repeater/files > /dev/null 2>&1 echo x - repeater/files/pkg-install.in sed 's/^X//' >repeater/files/pkg-install.in << 'END-of-repeater/files/pkg-install.in' X#!/bin/sh X# $FreeBSD$ X# X XPW="/usr/sbin/pw" XCHOWN="/usr/sbin/chown" XCHMOD="/bin/chmod" XMKDIR="/bin/mkdir -p" XNOLOGIN="/usr/sbin/nologin" X XREP_USER=%%REP_USER%% XREP_GROUP=%%REP_GROUP%% X Xcase "$2" in X XPOST-INSTALL) X ${PW} groupshow -n ${REP_GROUP} >/dev/null 2>&1 \ X || ${PW} groupadd -n ${REP_GROUP} X ${PW} usershow -n ${REP_USER} >/dev/null 2>&1 \ X || ${PW} useradd ${REP_USER} -g ${REP_GROUP} -s ${NOLOGIN} X ;; X Xesac Xexit 0 END-of-repeater/files/pkg-install.in echo x - repeater/files/pkg-message.in sed 's/^X//' >repeater/files/pkg-message.in << 'END-of-repeater/files/pkg-message.in' X############################################################################ X# Please create a config file in %%PREFIX%%/etc # X# A sample configuration file is installed as uvncrepeater.ini.sample # X# # X# To enable UVNC Repeater, put the following to your /etc/rc.conf: # X# repeater_enable="YES" # X############################################################################ END-of-repeater/files/pkg-message.in echo x - repeater/files/repeater.in sed 's/^X//' >repeater/files/repeater.in << 'END-of-repeater/files/repeater.in' X#!/bin/sh X X# PROVIDE: repeater X# REQUIRE: NETWORKING SERVERS X# BEFORE: DAEMON X# KEYWORD: shutdown X X# X# Add the following lines to /etc/rc.conf to enable repeater: X# X# repeater_enable="YES" X# X X. %%RC_SUBR%% X Xname=repeater Xrcvar=`set_rcvar` X Xload_rc_config $name X Xrepeater_enable=${repeater_enable:-"NO"} Xrepeater_log=${repeater_log:-"/var/log/repeater.log"} Xcommand=%%PREFIX%%/sbin/repeater Xstart_precmd="echo Starting ${name}." Xstart_cmd="daemon ${command} %%PREFIX%%/etc/uvncrepeater.ini > ${repeater_log} 2>&1" X Xrun_rc_command "$1" END-of-repeater/files/repeater.in echo x - repeater/Makefile sed 's/^X//' >repeater/Makefile << 'END-of-repeater/Makefile' X# New ports collection makefile for: repeater X# Date created: 31 August 2008 X# Whom: Rick Richard X# X# $FreeBSD$ X# X XPORTNAME= repeater XPORTVERSION= 0.14 XPORTREVISION= 0 XCATEGORIES= net XMASTER_SITES= http://koti.mbnet.fi/jtko/uvncrepeater/ XDISTNAME= repeater${PORTVERSION:C/\.//} X XMAINTAINER= rick@sloservers.com XCOMMENT= UltraVNC repeater X XUSE_ZIP= yes XUSE_RC_SUBR= repeater XWRKSRC= ${WRKDIR}/Ver${PORTVERSION:C/\.//} XALL_TARGET= repeater X XREP_USER?= uvncrep XREP_GROUP?= uvncrep X XSUB_FILES= pkg-install pkg-message XSUB_LIST= PERL=${PERL} \ X REP_USER=${REP_USER} \ X REP_GROUP=${REP_GROUP} X XPLIST_FILES= sbin/repeater \ X etc/uvncrepeater.ini.sample X Xpre-configure: X @${SED} -e 's,%%MRTG_USER%%,${MRTG_USER},g;' \ X -e 's,%%MRTG_GROUP%%,${MRTG_GROUP},g;' \ X < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/repeater ${PREFIX}/sbin/repeater X X.if !defined(NOPORTDOCS) XPORTDOCS= changelog.txt readme.txt ultravncrepeaterlinuxport.html X Xpost-install: X @${MKDIR} ${DOCSDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/uvncrepeater.ini ${PREFIX}/etc/uvncrepeater.ini.sample X @${SETENV} @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X @${CAT} ${PKGMESSAGE} X.endif X X.include END-of-repeater/Makefile echo x - repeater/distinfo sed 's/^X//' >repeater/distinfo << 'END-of-repeater/distinfo' XMD5 (repeater014.zip) = 3005ebbb2f9442cbea4cbcaa71925dbf XSHA256 (repeater014.zip) = 79178e9baa9cac05f26e43f742933958707cb5c0632c51a5706b13922f3bb5b0 XSIZE (repeater014.zip) = 61321 END-of-repeater/distinfo echo x - repeater/pkg-descr sed 's/^X//' >repeater/pkg-descr << 'END-of-repeater/pkg-descr' XUltraVNC Repeater is an UltraVNC addon X XWWW: http://ultravnc.sourceforge.net/addons/repeater.html END-of-repeater/pkg-descr exit --- repeater.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61722106566B for ; Sun, 31 Aug 2008 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D81E8FC1B for ; Sun, 31 Aug 2008 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEA3Kw020984 for ; Sun, 31 Aug 2008 14:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEA3KJ020981; Sun, 31 Aug 2008 14:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 14:10:03 GMT Resent-Message-Id: <200808311410.m7VEA3KJ020981@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F851065677 for ; Sun, 31 Aug 2008 14:08:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C755E8FC12 for ; Sun, 31 Aug 2008 14:08:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VE8wQC046557 for ; Sun, 31 Aug 2008 14:08:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VE8wna046556; Sun, 31 Aug 2008 14:08:58 GMT (envelope-from nobody) Message-Id: <200808311408.m7VE8wna046556@www.freebsd.org> Date: Sun, 31 Aug 2008 14:08:58 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127004: [Maintainer Update]math/py-sympy:update to 0.6.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: Sun, 31 Aug 2008 14:10:03 -0000 >Number: 127004 >Category: ports >Synopsis: [Maintainer Update]math/py-sympy:update to 0.6.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: Sun Aug 31 14:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 0.6.2 from 0.6.1 (dikshie is the origin submitter) >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-09-01 05:31:38.000000000 +0800 +++ Makefile 2008-09-01 05:31:38.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= sympy -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- distinfo.orig 2008-09-01 05:31:38.000000000 +0800 +++ distinfo 2008-09-01 05:31:38.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (sympy-0.6.1.tar.gz) = d2122852102f6c748b63e978f0189c25 -SHA256 (sympy-0.6.1.tar.gz) = 21c6ed3bcdee0e642c3165bf036a69831b7e7cf535a108357d37256f8936401c -SIZE (sympy-0.6.1.tar.gz) = 1899899 +MD5 (sympy-0.6.2.tar.gz) = 60f5edddeb72cd0e700363901fe94ab5 +SHA256 (sympy-0.6.2.tar.gz) = b84d4a8c0e92557a7ee553797e2d653ac941616494250ee82fdfecbe31b0b490 +SIZE (sympy-0.6.2.tar.gz) = 1937727 --- pkg-plist.orig 2008-09-01 05:31:38.000000000 +0800 +++ pkg-plist 2008-09-01 05:31:38.000000000 +0800 @@ -33,7 +33,6 @@ %%PYTHON_SITELIBDIR%%/sympy/core/numbers.py %%PYTHON_SITELIBDIR%%/sympy/core/relational.py %%PYTHON_SITELIBDIR%%/sympy/core/multidimensional.py -%%PYTHON_SITELIBDIR%%/sympy/core/methods.py %%PYTHON_SITELIBDIR%%/sympy/core/basic.py %%PYTHON_SITELIBDIR%%/sympy/core/symbol.py %%PYTHON_SITELIBDIR%%/sympy/core/power.py @@ -42,14 +41,31 @@ %%PYTHON_SITELIBDIR%%/sympy/core/add.py %%PYTHON_SITELIBDIR%%/sympy/core/mul.py %%PYTHON_SITELIBDIR%%/sympy/core/cache.py +%%PYTHON_SITELIBDIR%%/sympy/core/evalf.py +%%PYTHON_SITELIBDIR%%/sympy/core/evalf.pyc +%%PYTHON_SITELIBDIR%%/sympy/core/evalf.pyo +%%PYTHON_SITELIBDIR%%/sympy/core/facts.py +%%PYTHON_SITELIBDIR%%/sympy/core/facts.pyc +%%PYTHON_SITELIBDIR%%/sympy/core/facts.pyo +%%PYTHON_SITELIBDIR%%/sympy/core/logic.py +%%PYTHON_SITELIBDIR%%/sympy/core/logic.pyc +%%PYTHON_SITELIBDIR%%/sympy/core/logic.pyo %%PYTHON_SITELIBDIR%%/sympy/core/interval.py -%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_str.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_arit.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_complex.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_count_ops.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_multidimensional.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_eval_power.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_eval.py +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_evalf.py +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_evalf.pyc +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_evalf.pyo +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_facts.py +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_facts.pyc +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_facts.pyo +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_logic.py +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_logic.pyc +%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_logic.pyo %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_assumptions.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_sympify.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_symbol.py @@ -63,7 +79,6 @@ %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_numbers.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_match.py %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_functions.py -%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_str.pyc %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_arit.pyc %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_complex.pyc %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_count_ops.pyc @@ -83,7 +98,6 @@ %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_numbers.pyc %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_match.pyc %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_functions.pyc -%%PYTHON_SITELIBDIR%%/sympy/core/tests/test_str.pyo %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_arit.pyo %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_complex.pyo %%PYTHON_SITELIBDIR%%/sympy/core/tests/test_count_ops.pyo @@ -110,7 +124,6 @@ %%PYTHON_SITELIBDIR%%/sympy/core/numbers.pyc %%PYTHON_SITELIBDIR%%/sympy/core/relational.pyc %%PYTHON_SITELIBDIR%%/sympy/core/multidimensional.pyc -%%PYTHON_SITELIBDIR%%/sympy/core/methods.pyc %%PYTHON_SITELIBDIR%%/sympy/core/basic.pyc %%PYTHON_SITELIBDIR%%/sympy/core/symbol.pyc %%PYTHON_SITELIBDIR%%/sympy/core/power.pyc @@ -127,7 +140,6 @@ %%PYTHON_SITELIBDIR%%/sympy/core/numbers.pyo %%PYTHON_SITELIBDIR%%/sympy/core/relational.pyo %%PYTHON_SITELIBDIR%%/sympy/core/multidimensional.pyo -%%PYTHON_SITELIBDIR%%/sympy/core/methods.pyo %%PYTHON_SITELIBDIR%%/sympy/core/basic.pyo %%PYTHON_SITELIBDIR%%/sympy/core/symbol.pyo %%PYTHON_SITELIBDIR%%/sympy/core/power.pyo @@ -802,6 +814,15 @@ %%PYTHON_SITELIBDIR%%/sympy/printing/__init__.py %%PYTHON_SITELIBDIR%%/sympy/printing/mathml.py %%PYTHON_SITELIBDIR%%/sympy/printing/preview.py +%%PYTHON_SITELIBDIR%%/sympy/printing/precedence.py +%%PYTHON_SITELIBDIR%%/sympy/printing/precedence.pyc +%%PYTHON_SITELIBDIR%%/sympy/printing/precedence.pyo +%%PYTHON_SITELIBDIR%%/sympy/printing/repr.py +%%PYTHON_SITELIBDIR%%/sympy/printing/repr.pyc +%%PYTHON_SITELIBDIR%%/sympy/printing/repr.pyo +%%PYTHON_SITELIBDIR%%/sympy/printing/str.py +%%PYTHON_SITELIBDIR%%/sympy/printing/str.pyc +%%PYTHON_SITELIBDIR%%/sympy/printing/str.pyo %%PYTHON_SITELIBDIR%%/sympy/printing/latex.py %%PYTHON_SITELIBDIR%%/sympy/printing/pretty/stringpict.py %%PYTHON_SITELIBDIR%%/sympy/printing/pretty/pretty_symbology.py @@ -836,6 +857,15 @@ %%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_mathml.pyo %%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_gtk.pyo %%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_python.pyo +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_precedence.py +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_precedence.pyc +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_precedence.pyo +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_repr.py +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_repr.pyc +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_repr.pyo +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_str.py +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_str.pyc +%%PYTHON_SITELIBDIR%%/sympy/printing/tests/test_str.pyo %%PYTHON_SITELIBDIR%%/sympy/printing/gtk.pyc %%PYTHON_SITELIBDIR%%/sympy/printing/lambdarepr.pyc %%PYTHON_SITELIBDIR%%/sympy/printing/tree.pyc @@ -968,7 +998,6 @@ %%PYTHON_SITELIBDIR%%/sympy/utilities/pytest.py %%PYTHON_SITELIBDIR%%/sympy/utilities/__init__.py %%PYTHON_SITELIBDIR%%/sympy/utilities/source.py -%%PYTHON_SITELIBDIR%%/sympy/utilities/test.py %%PYTHON_SITELIBDIR%%/sympy/utilities/mathml/__init__.py %%PYTHON_SITELIBDIR%%/sympy/utilities/mathml/data/simple_mmlctop.xsl %%PYTHON_SITELIBDIR%%/sympy/utilities/mathml/data/mmltex.xsl @@ -1002,7 +1031,6 @@ %%PYTHON_SITELIBDIR%%/sympy/utilities/pytest.pyc %%PYTHON_SITELIBDIR%%/sympy/utilities/__init__.pyc %%PYTHON_SITELIBDIR%%/sympy/utilities/source.pyc -%%PYTHON_SITELIBDIR%%/sympy/utilities/test.pyc %%PYTHON_SITELIBDIR%%/sympy/utilities/lambdify.pyo %%PYTHON_SITELIBDIR%%/sympy/utilities/decorator.pyo %%PYTHON_SITELIBDIR%%/sympy/utilities/pkgdata.pyo @@ -1012,7 +1040,6 @@ %%PYTHON_SITELIBDIR%%/sympy/utilities/pytest.pyo %%PYTHON_SITELIBDIR%%/sympy/utilities/__init__.pyo %%PYTHON_SITELIBDIR%%/sympy/utilities/source.pyo -%%PYTHON_SITELIBDIR%%/sympy/utilities/test.pyo %%PYTHON_SITELIBDIR%%/sympy/test_external/test_sage.py %%PYTHON_SITELIBDIR%%/sympy/test_external/test_numpy.py %%PYTHON_SITELIBDIR%%/sympy/test_external/test_sage.pyc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:10:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E41106569F; Sun, 31 Aug 2008 14:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17B138FC14; Sun, 31 Aug 2008 14:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEAEF7021107; Sun, 31 Aug 2008 14:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEAEpP021103; Sun, 31 Aug 2008 14:10:14 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 14:10:14 GMT Message-Id: <200808311410.m7VEAEpP021103@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127004: [Maintainer Update]math/py-sympy:update to 0.6.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: Sun, 31 Aug 2008 14:10:15 -0000 Synopsis: [Maintainer Update]math/py-sympy:update to 0.6.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 14:10:14 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127004 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B19C61065693 for ; Sun, 31 Aug 2008 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCD88FC26 for ; Sun, 31 Aug 2008 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEU15U023016 for ; Sun, 31 Aug 2008 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEU1RU023013; Sun, 31 Aug 2008 14:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 14:30:01 GMT Resent-Message-Id: <200808311430.m7VEU1RU023013@freefall.freebsd.org> 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 Keda Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1C341065674 for ; Sun, 31 Aug 2008 14:22:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D1BDA8FC17 for ; Sun, 31 Aug 2008 14:22:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEMACo051994 for ; Sun, 31 Aug 2008 14:22:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VEMAoF051993; Sun, 31 Aug 2008 14:22:10 GMT (envelope-from nobody) Message-Id: <200808311422.m7VEMAoF051993@www.freebsd.org> Date: Sun, 31 Aug 2008 14:22:10 GMT From: Alex Keda To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127005: Cannot build kmplayer 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, 31 Aug 2008 14:30:01 -0000 >Number: 127005 >Category: ports >Synopsis: Cannot build kmplayer >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 31 14:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alex Keda >Release: CURRENT >Organization: USSR >Environment: FreeBSD acer.lissyara.int.otradno.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Aug 29 04:16:32 MSD 2008 root@acer.lissyara.int.otradno.ru:/var/tmp/obj/usr/src/sys/main-color-console amd64 >Description: acer# pwd /usr/ports/multimedia/kmplayer acer# make ===> Found saved configuration for kmplayer-0.10.0c,2 ===> Extracting for kmplayer-0.10.0c_1,2 => MD5 Checksum OK for tubestuff-20080314.tbz. => SHA256 Checksum OK for tubestuff-20080314.tbz. => MD5 Checksum OK for kmplayer-0.10.0c.tar.bz2. => SHA256 Checksum OK for kmplayer-0.10.0c.tar.bz2. /usr/bin/tar xvf /usr/ports/distfiles/tubestuff-20080314.tbz /usr/ports/multimedia/kmplayer/work tar: /usr/ports/multimedia/kmplayer/work: Not found in archive tar: Error exit delayed from previous errors. *** Error code 1 Stop in /usr/ports/multimedia/kmplayer. *** Error code 1 Stop in /usr/ports/multimedia/kmplayer. acer# uname -a FreeBSD acer.lissyara.int.otradno.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Aug 29 04:16:32 MSD 2008 root@acer.lissyara.int.otradno.ru:/var/tmp/obj/usr/src/sys/main-color-console amd64 acer# >How-To-Repeat: cd /usr/ports/multimedia/kmplaсв make >Fix: change post-extract to cd ${WRKDIR} && ${TAR} xvf ${DISTDIR}/tubestuff-${TUBESTUFF_VER}.tbz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:30:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 326551065695 for ; Sun, 31 Aug 2008 14:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D42558FC1B for ; Sun, 31 Aug 2008 14:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEU6q9023420 for ; Sun, 31 Aug 2008 14:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEU67e023417; Sun, 31 Aug 2008 14:30:06 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 14:30:06 GMT Resent-Message-Id: <200808311430.m7VEU67e023417@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dennis Herrmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B31106575F for ; Sun, 31 Aug 2008 14:26:16 +0000 (UTC) (envelope-from adox@contempt.mcx2.org) Received: from contempt.mcx2.org (p5090DD96.dip.t-dialin.net [80.144.221.150]) by mx1.freebsd.org (Postfix) with ESMTP id 541F48FC14 for ; Sun, 31 Aug 2008 14:26:15 +0000 (UTC) (envelope-from adox@contempt.mcx2.org) Received: from contempt (localhost [127.0.0.1]) by contempt (8.14.2/8.14.2) with ESMTP id m7UAZmcd039740 for ; Sat, 30 Aug 2008 12:35:48 +0200 (CEST) (envelope-from adox@contempt) Received: (from adox@localhost) by contempt (8.14.2/8.14.2/Submit) id m7U9P3Zv034871; Sat, 30 Aug 2008 11:25:03 +0200 (CEST) (envelope-from adox) Message-Id: <200808300925.m7U9P3Zv034871@contempt> Date: Sat, 30 Aug 2008 11:25:03 +0200 (CEST) From: Dennis Herrmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127006: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features 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, 31 Aug 2008 14:30:07 -0000 >Number: 127006 >Category: ports >Synopsis: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features >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 31 14:30:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD contempt 7.0-STABLE FreeBSD 7.0-STABLE #1: Sun Aug 24 16:57:50 CEST 2008 >Description: Ncmpcpp update 0.2.1 (http://www.freebsd.org/cgi/query-pr.cgi?pr=126865) * support for composer, performer and disc tag * customizable keybindings * "add" option added * example config files are installed automatically now * "repeat one song" mode added (works only if ncmpcpp is running) * minor fixes, improvements etc. >How-To-Repeat: >Fix: --- ncmpcpp-0.2.1.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: # # ncmpcpp # ncmpcpp/pkg-descr # ncmpcpp/distinfo # ncmpcpp/Makefile # ncmpcpp/pkg-message # echo c - ncmpcpp mkdir -p ncmpcpp > /dev/null 2>&1 echo x - ncmpcpp/pkg-descr sed 's/^X//' >ncmpcpp/pkg-descr << '15e46e720c55841f1c5cba537071e0c3' XNcmpcpp is almost exact clone of ncmpc but it contains some Xnew features ncmpc doesn't have. It's been also rewritten Xfrom scratch in C++. X XWWW: http://unkart.ovh.org/ncmpcpp/ 15e46e720c55841f1c5cba537071e0c3 echo x - ncmpcpp/distinfo sed 's/^X//' >ncmpcpp/distinfo << 'fa73fa0fce1809d908a8965edcccb740' XMD5 (ncmpcpp-0.2.1.tar.bz2) = 14d4022f9c9cd98cc4871e6335cdf26c XSHA256 (ncmpcpp-0.2.1.tar.bz2) = 08718dd17341fbc6d9752738bcf631721686ed8c7e43a307eeb468c688f09fd9 XSIZE (ncmpcpp-0.2.1.tar.bz2) = 286624 fa73fa0fce1809d908a8965edcccb740 echo x - ncmpcpp/Makefile sed 's/^X//' >ncmpcpp/Makefile << '38bef7164930e71ea683e99dab476f85' X# New ports collection makefile for: ncmpcpp X# Date created: August 25 2008 X# Whom: Dennis Herrmann X# X# $FreeBSD:$ X# X XPORTNAME= ncmpcpp XPORTVERSION= 0.2.1 XCATEGORIES= audio XMASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ X http://mirror.mcx2.org/ X XMAINTAINER= adox@mcx2.org XCOMMENT= A ncurses mpd client, clone of ncmpc with some new features X XLIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_ICONV= yes XCONFIGURE_ARGS= --disable-unicode X XOPTIONS= CURL "Enable fetching lyrics from the Internet" on \ X TAGLIB "Enable taglib support" off X X.include X XPLIST_FILES= bin/ncmpcpp \ X %%EXAMPLESDIR%%/ncmpcpprc.sample \ X %%EXAMPLESDIR%%/ncmpcpp_keys XPLIST_DIRS= %%EXAMPLESDIR%% X X.if !defined(WITHOUT_CURL) XLIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl XCONFIGURE_ARGS+= --with-curl X.else XCONFIGURE_ARGS+= --with-curl=no X.endif X X.if !defined(WITHOUT_TAGLIB) XLIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib XCONFIGURE_ARGS+= --with-taglib X.else XCONFIGURE_ARGS+= --with-taglib=no X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/ X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpprc ${EXAMPLESDIR}/ncmpcpprc.sample X ${INSTALL_DATA} ${WRKSRC}/doc/ncmpcpp_keys ${EXAMPLESDIR}/ncmpcpp_keys X X @${ECHO_MSG} "" X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} "" X X.include 38bef7164930e71ea683e99dab476f85 echo x - ncmpcpp/pkg-message sed 's/^X//' >ncmpcpp/pkg-message << '9be36512831cb62c8f8bdabaa79588ff' X########################################################################### Xncmpcpp has been installed. X XA default ncmpcpprc config has been installed to: XPREFIX/share/examples/ncmpcpprc.sample X XFor more information about ncmpcpp visit: Xhttp://unkart.ovh.org/ncmpcpp X########################################################################### 9be36512831cb62c8f8bdabaa79588ff exit --- ncmpcpp-0.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:30:44 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 518351065672; Sun, 31 Aug 2008 14:30:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 271AB8FC1A; Sun, 31 Aug 2008 14:30:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEUi84024294; Sun, 31 Aug 2008 14:30:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEUi8V024290; Sun, 31 Aug 2008 14:30:44 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 14:30:44 GMT Message-Id: <200808311430.m7VEUi8V024290@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127006: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features 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, 31 Aug 2008 14:30:44 -0000 Synopsis: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features Class-Changed-From-To: update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Aug 31 14:30:43 UTC 2008 Class-Changed-Why: Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127006 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:34:58 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E87C1065674; Sun, 31 Aug 2008 14:34:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 545668FC0C; Sun, 31 Aug 2008 14:34:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEYwbg025287; Sun, 31 Aug 2008 14:34:58 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEYwLf025283; Sun, 31 Aug 2008 14:34:58 GMT (envelope-from miwi) Date: Sun, 31 Aug 2008 14:34:58 GMT Message-Id: <200808311434.m7VEYwLf025283@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127006: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features 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, 31 Aug 2008 14:34:58 -0000 Synopsis: [NEW PORT] audio/ncmpcpp: A ncurses mpd client, clone of ncmpc with some new features Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Aug 31 14:34:57 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127006 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 14:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D78641065683 for ; Sun, 31 Aug 2008 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B420C8FC1E for ; Sun, 31 Aug 2008 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEo1nC025618 for ; Sun, 31 Aug 2008 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VEo1s3025617; Sun, 31 Aug 2008 14:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 14:50:01 GMT Resent-Message-Id: <200808311450.m7VEo1s3025617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Vereshagin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD451065672 for ; Sun, 31 Aug 2008 14:42:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AD6438FC21 for ; Sun, 31 Aug 2008 14:42:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEgZir063225 for ; Sun, 31 Aug 2008 14:42:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VEgZuL063224; Sun, 31 Aug 2008 14:42:35 GMT (envelope-from nobody) Message-Id: <200808311442.m7VEgZuL063224@www.freebsd.org> Date: Sun, 31 Aug 2008 14:42:35 GMT From: Peter Vereshagin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127007: FCGI::Spawn 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: Sun, 31 Aug 2008 14:50:01 -0000 >Number: 127007 >Category: ports >Synopsis: FCGI::Spawn 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: Sun Aug 31 14:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Peter Vereshagin >Release: 5.5-STABLE >Organization: Private >Environment: FreeBSD host 5.5-STABLE FreeBSD 5.5-STABLE #1: Fri Nov 17 16:29:40 MSK 2006 user@host:/usr/local/obj/var/src/sys/KERN i386 >Description: FCGI::Spawn is updated on CPAN to 0.13 >How-To-Repeat: >Fix: --- p5-FCGI-Spawn.orig/Makefile 2008-08-31 19:33:48.000000000 +0500 +++ p5-FCGI-Spawn/Makefile 2008-08-31 19:34:28.000000000 +0500 @@ -6,7 +6,7 @@ # PORTNAME= FCGI-Spawn -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -u p5-FCGI-Spawn.orig/distinfo p5-FCGI-Spawn/distinfo --- p5-FCGI-Spawn.orig/distinfo 2008-08-31 19:33:48.000000000 +0500 +++ p5-FCGI-Spawn/distinfo 2008-08-31 19:41:11.000000000 +0500 @@ -1,3 +1,3 @@ -MD5 (FCGI-Spawn-0.12.tar.gz) = 2c0ee2d428f63f4ad207e5325cb75e64 -SHA256 (FCGI-Spawn-0.12.tar.gz) = ff9fcb4505884f33840bc008586653962c2ed1c47d7e9b75c5253ff31b68e16d -SIZE (FCGI-Spawn-0.12.tar.gz) = 12947 +MD5 (FCGI-Spawn-0.13.tar.gz) = c82848db7cdbda9fe707dc966afcbdea +SHA256 (FCGI-Spawn-0.13.tar.gz) = ad7c7d4b09be3335f63293b887da3db35eaf946132097668afe004c2f333c83a +SIZE (FCGI-Spawn-0.13.tar.gz) = 16650 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 15:00:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0884C1065672 for ; Sun, 31 Aug 2008 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B01918FC17 for ; Sun, 31 Aug 2008 15:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VF09Kv025970 for ; Sun, 31 Aug 2008 15:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VF09Y0025963; Sun, 31 Aug 2008 15:00:09 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 15:00:09 GMT Message-Id: <200808311500.m7VF09Y0025963@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stefan Sperling Cc: Subject: Re: ports/126985: [Update] emulators/desmume updated to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stefan Sperling List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 15:00:10 -0000 The following reply was made to PR ports/126985; it has been noted by GNATS. From: Stefan Sperling To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126985: [Update] emulators/desmume updated to 0.8 Date: Sun, 31 Aug 2008 16:29:29 +0200 On Sat, Aug 30, 2008 at 10:30:09PM +0000, Edwin Groothuis wrote: > Maintainer of emulators/desmume, > > Please note that PR ports/126985 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. I have handed maintainership of this port over to the submitter of this PR. Stefan From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 15:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C42711065678 for ; Sun, 31 Aug 2008 15:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A45468FC14 for ; Sun, 31 Aug 2008 15:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VFA2mw026201 for ; Sun, 31 Aug 2008 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VFA2VH026200; Sun, 31 Aug 2008 15:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 15:10:02 GMT Resent-Message-Id: <200808311510.m7VFA2VH026200@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2279106564A for ; Sun, 31 Aug 2008 15:09:25 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8B33C8FC0A for ; Sun, 31 Aug 2008 15:09:25 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 52F85B822; Sun, 31 Aug 2008 23:14:17 +0800 (CST) Message-Id: <20080831151417.52F85B822@chinsan.info> Date: Sun, 31 Aug 2008 23:14:17 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: snowfly@yuntech.edu.tw Subject: ports/127008: [PATCH] comms/p5-SMS-Send-TW-PChome: update to 0.03 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, 31 Aug 2008 15:10:04 -0000 >Number: 127008 >Category: ports >Synopsis: [PATCH] comms/p5-SMS-Send-TW-PChome: update to 0.03 >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 31 15:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 0.03 Port maintainer (snowfly@yuntech.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SMS-Send-TW-PChome-0.03.patch begins here --- diff -ruN --exclude=CVS /usr/ports/comms/p5-SMS-Send-TW-PChome/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/comms/p5-SMS-Send-TW-PChome/Makefile --- /usr/ports/comms/p5-SMS-Send-TW-PChome/Makefile 2008-04-21 01:31:48.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/comms/p5-SMS-Send-TW-PChome/Makefile 2008-08-31 23:06:23.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= SMS-Send-TW-PChome -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/comms/p5-SMS-Send-TW-PChome/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/comms/p5-SMS-Send-TW-PChome/distinfo --- /usr/ports/comms/p5-SMS-Send-TW-PChome/distinfo 2007-10-23 19:40:55.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/comms/p5-SMS-Send-TW-PChome/distinfo 2008-08-31 23:06:30.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (SMS-Send-TW-PChome-0.02.tar.gz) = beb7b12dd92176387bb3499ddb29d64c -SHA256 (SMS-Send-TW-PChome-0.02.tar.gz) = ce02e5c9600ec811b28748741f408cf222b0d98f62e268f9030aa7c4984d8818 -SIZE (SMS-Send-TW-PChome-0.02.tar.gz) = 3233 +MD5 (SMS-Send-TW-PChome-0.03.tar.gz) = 063385b464fe99a994c6f2b931dfa0d1 +SHA256 (SMS-Send-TW-PChome-0.03.tar.gz) = ad48bb2cef172e8abc52203b3f63e1443f66a7a85d221b1c81679f4eb91bd4d0 +SIZE (SMS-Send-TW-PChome-0.03.tar.gz) = 3488 --- p5-SMS-Send-TW-PChome-0.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 15:10:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20897106566B; Sun, 31 Aug 2008 15:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA3BF8FC29; Sun, 31 Aug 2008 15:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VFACiC026382; Sun, 31 Aug 2008 15:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VFACux026378; Sun, 31 Aug 2008 15:10:12 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 15:10:12 GMT Message-Id: <200808311510.m7VFACux026378@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127008: [PATCH] comms/p5-SMS-Send-TW-PChome: update to 0.03 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, 31 Aug 2008 15:10:13 -0000 Synopsis: [PATCH] comms/p5-SMS-Send-TW-PChome: update to 0.03 Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 15:10:12 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127008 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 17:35:42 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 704C31065683 for ; Sun, 31 Aug 2008 17:35:42 +0000 (UTC) (envelope-from walt@relnor.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.235]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5EE8FC13 for ; Sun, 31 Aug 2008 17:35:42 +0000 (UTC) (envelope-from walt@relnor.com) Received: by qb-out-0506.google.com with SMTP id e34so2051363qbe.35 for ; Sun, 31 Aug 2008 10:35:41 -0700 (PDT) Received: by 10.181.28.18 with SMTP id f18mr4430996bkj.88.1220203422652; Sun, 31 Aug 2008 10:23:42 -0700 (PDT) Received: from ?192.168.1.2? ( [89.41.81.172]) by mx.google.com with ESMTPS id y15sm4545722fkd.17.2008.08.31.10.23.40 (version=SSLv3 cipher=RC4-MD5); Sun, 31 Aug 2008 10:23:41 -0700 (PDT) Message-ID: <48BAD39A.1030109@relnor.com> Date: Sun, 31 Aug 2008 20:23:38 +0300 From: Walter Venable User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: linimon@FreeBSD.org References: <200808310330.m7V3UvgF024505@freefall.freebsd.org> In-Reply-To: <200808310330.m7V3UvgF024505@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/126824: [NEW PORT] www/phpsysinfo: A PHP script for displaying system information 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, 31 Aug 2008 17:35:42 -0000 Please see the link I previously posted as followup. I am the maintainer of phpSysInfo and I want to move it to phpsysinfo-dev (since it is currently using the development version) and have this port replace it as the stable version. There is a MOVED patch attached to the other port as well (http://www.freebsd.org/cgi/query-pr.cgi?pr=126823) linimon@FreeBSD.org wrote: > Synopsis: [NEW PORT] www/phpsysinfo: A PHP script for displaying system information > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Sun Aug 31 03:30:23 UTC 2008 > State-Changed-Why: > We already have www/phpSysInfo; what is the need for this port? > > > Responsible-Changed-From-To: freebsd-ports-bugs->linimon > Responsible-Changed-By: linimon > Responsible-Changed-When: Sun Aug 31 03:30:23 UTC 2008 > Responsible-Changed-Why: > track. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=126824 > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 17:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28DC71065678 for ; Sun, 31 Aug 2008 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06AE28FC1A for ; Sun, 31 Aug 2008 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VHe0Dl040610 for ; Sun, 31 Aug 2008 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VHe08B040609; Sun, 31 Aug 2008 17:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 17:40:00 GMT Resent-Message-Id: <200808311740.m7VHe08B040609@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD49E106568D for ; Sun, 31 Aug 2008 17:36:45 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9EF8FC12 for ; Sun, 31 Aug 2008 17:36:45 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: by Florence.tamama.org (Postfix, from userid 1000) id 84FAAA1028; Mon, 1 Sep 2008 01:36:43 +0800 (CST) Message-Id: <20080831173643.84FAAA1028@Florence.tamama.org> Date: Mon, 1 Sep 2008 01:36:43 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127009: [MAINTAINER] ftp/smbftpd: update to 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, 31 Aug 2008 17:40:01 -0000 >Number: 127009 >Category: ports >Synopsis: [MAINTAINER] ftp/smbftpd: update to 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: Sun Aug 31 17:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #5: Mon May 5 00:36:32 CST >Description: - Update to 2.1 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- smbftpd-2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ftp/smbftpd/Makefile /home/users/jnlin/ports/smbftpd/Makefile --- /usr/ports/ftp/smbftpd/Makefile 2008-07-15 10:38:51.000000000 +0800 +++ /home/users/jnlin/ports/smbftpd/Makefile 2008-09-01 01:33:01.382174198 +0800 @@ -2,12 +2,11 @@ # Date created: 2006-01-22 # Whom: Jui-Nan Lin # # $FreeBSD: ports/ftp/smbftpd/Makefile,v 1.4 2008/07/15 02:38:51 beech Exp $ # PORTNAME= smbftpd -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.twbsd.org/download/download.php?file=smbftpd/ diff -ruN --exclude=CVS /usr/ports/ftp/smbftpd/distinfo /home/users/jnlin/ports/smbftpd/distinfo --- /usr/ports/ftp/smbftpd/distinfo 2008-06-25 10:52:33.000000000 +0800 +++ /home/users/jnlin/ports/smbftpd/distinfo 2008-09-01 01:33:19.051139703 +0800 @@ -1,3 +1,3 @@ -MD5 (smbftpd-2.0.tar.gz) = 771c938073501bb9bb7d1e3e44ae4aae -SHA256 (smbftpd-2.0.tar.gz) = a3b8aeb444a8fe1275dc243911a206785e83465a87d4f3b89baca0d97cf7d818 -SIZE (smbftpd-2.0.tar.gz) = 138529 +MD5 (smbftpd-2.1.tar.gz) = e3862c2019dac5ec2a15dd85d8c46af7 +SHA256 (smbftpd-2.1.tar.gz) = 4e99958bbd9e5336553570edb166b79f6fbf8918e3ec8f5526fb2c15e597c707 +SIZE (smbftpd-2.1.tar.gz) = 138896 --- smbftpd-2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 17:40:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DD2B1065677; Sun, 31 Aug 2008 17:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51D738FC14; Sun, 31 Aug 2008 17:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VHeALS040792; Sun, 31 Aug 2008 17:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VHeAjk040788; Sun, 31 Aug 2008 17:40:10 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 17:40:10 GMT Message-Id: <200808311740.m7VHeAjk040788@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127009: [MAINTAINER] ftp/smbftpd: update to 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, 31 Aug 2008 17:40:10 -0000 Synopsis: [MAINTAINER] ftp/smbftpd: update to 2.1 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 17:40:09 UTC 2008 Responsible-Changed-Why: beech@ wants this category PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127009 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 18:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FDB11065672 for ; Sun, 31 Aug 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3E2F8FC1C for ; Sun, 31 Aug 2008 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VIA1CL041801 for ; Sun, 31 Aug 2008 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VIA11s041800; Sun, 31 Aug 2008 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 18:10:01 GMT Resent-Message-Id: <200808311810.m7VIA11s041800@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B3341065671 for ; Sun, 31 Aug 2008 18:01:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 476E68FC1E for ; Sun, 31 Aug 2008 18:01:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VI1RtJ046882 for ; Sun, 31 Aug 2008 18:01:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VI1R9W046881; Sun, 31 Aug 2008 18:01:27 GMT (envelope-from nobody) Message-Id: <200808311801.m7VI1R9W046881@www.freebsd.org> Date: Sun, 31 Aug 2008 18:01:27 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127010: multimedia/mplayer - freetype broken 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, 31 Aug 2008 18:10:02 -0000 >Number: 127010 >Category: ports >Synopsis: multimedia/mplayer - freetype broken >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 31 18:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: 6-STABLE >Organization: >Environment: FreeBSD satanasso.local.net 6.3-STABLE FreeBSD 6.3-STABLE #0: Tue Aug 12 12:56:26 CEST 2008 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: I've found that this patch http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/mplayer/files/patch-ad.diff?r1=1.32;r2=1.33;f=h is breaking the freetype option. In fact, during configure, the test for iconv fails, voiding the freetype option. >How-To-Repeat: Build mplayer with freetype support. On startup it spits a message about a bitmap font that cannot be loaded (I don't remember the exact message now). >Fix: Include /usr/local/include, where iconv.h is located. I hope that this doesn't break what the original patch fixes. Patch attached with submission follows: --- patch-ad.orig 2008-08-24 19:49:32.000000000 +0200 +++ files/patch-ad 2008-08-31 19:37:47.000000000 +0200 @@ -52,7 +52,7 @@ if freebsd ; then _ld_extra="$_ld_extra -L/usr/local/lib" - _inc_extra="$_inc_extra -I/usr/local/include" -+ _inc_extra="$_inc_extra -I... -I.../libavutil" ++ _inc_extra="$_inc_extra -I... -I.../libavutil -I/usr/local/include" fi if darwin; then >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 18:10:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5635D1065698; Sun, 31 Aug 2008 18:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 297948FC16; Sun, 31 Aug 2008 18:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VIAGNI042018; Sun, 31 Aug 2008 18:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VIAGET042014; Sun, 31 Aug 2008 18:10:16 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 18:10:16 GMT Message-Id: <200808311810.m7VIAGET042014@freefall.freebsd.org> To: barbara.xxx1975@libero.it, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127010: multimedia/mplayer - freetype broken 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, 31 Aug 2008 18:10:16 -0000 Synopsis: multimedia/mplayer - freetype broken State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 18:10:15 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127010 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 18:19:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1ED11065674; Sun, 31 Aug 2008 18:19:20 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A55408FC0A; Sun, 31 Aug 2008 18:19:20 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (chinsan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VIJKtb043769; Sun, 31 Aug 2008 18:19:20 GMT (envelope-from chinsan@freefall.freebsd.org) Received: (from chinsan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VIJK59043765; Sun, 31 Aug 2008 18:19:20 GMT (envelope-from chinsan) Date: Sun, 31 Aug 2008 18:19:20 GMT Message-Id: <200808311819.m7VIJK59043765@freefall.freebsd.org> To: riggs@rrr.de, chinsan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: chinsan@FreeBSD.org Cc: Subject: Re: ports/127010: multimedia/mplayer - freetype broken 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, 31 Aug 2008 18:19:20 -0000 Synopsis: multimedia/mplayer - freetype broken Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Sun Aug 31 18:19:19 UTC 2008 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=127010 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 18:20:47 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89EC9106568B; Sun, 31 Aug 2008 18:20:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2778FC16; Sun, 31 Aug 2008 18:20:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VIKl4V043991; Sun, 31 Aug 2008 18:20:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VIKl8b043987; Sun, 31 Aug 2008 18:20:47 GMT (envelope-from linimon) Date: Sun, 31 Aug 2008 18:20:47 GMT Message-Id: <200808311820.m7VIKl8b043987@freefall.freebsd.org> To: rick@sloservers.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/127003: Update port: UVNC Repeater - update from version 008 to 014. MANY bugfixes and improvements. 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, 31 Aug 2008 18:20:47 -0000 Synopsis: Update port: UVNC Repeater - update from version 008 to 014. MANY bugfixes and improvements. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Aug 31 18:20:36 UTC 2008 State-Changed-Why: Duplicate of ports/127002. http://www.freebsd.org/cgi/query-pr.cgi?pr=127003 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 20:00:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D59E106567A for ; Sun, 31 Aug 2008 20:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50B7C8FC12 for ; Sun, 31 Aug 2008 20:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VK08hX052089 for ; Sun, 31 Aug 2008 20:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VK08Ip052088; Sun, 31 Aug 2008 20:00:08 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 20:00:08 GMT Resent-Message-Id: <200808312000.m7VK08Ip052088@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Franzmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E132C1065679 for ; Sun, 31 Aug 2008 19:57:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B32738FC17 for ; Sun, 31 Aug 2008 19:57:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VJv0FU005348 for ; Sun, 31 Aug 2008 19:57:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VJv0db005347; Sun, 31 Aug 2008 19:57:00 GMT (envelope-from nobody) Message-Id: <200808311957.m7VJv0db005347@www.freebsd.org> Date: Sun, 31 Aug 2008 19:57:00 GMT From: Florian Franzmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127011: lang/gnat-gcc43 fails to download distfile(s) 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, 31 Aug 2008 20:00:08 -0000 >Number: 127011 >Category: ports >Synopsis: lang/gnat-gcc43 fails to download distfile(s) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 20:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Florian Franzmann >Release: FreeBSD 7.0-STABLE >Organization: >Environment: FreeBSD ente.hawo.stw.uni-erlangen.de 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Apr 20 18:58:17 CEST 2008 root@ente.hawo.stw.uni-erlangen.de:/usr/obj/usr/src/sys/HAWO-FB7 i386 >Description: lang/gnat-gcc43 is unable to download distfile(s) since they are no longer where it expects to find them. >How-To-Repeat: cd /usr/ports/lang/gnat-gcc43 && make fetch >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 20:00:17 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8469B1065673; Sun, 31 Aug 2008 20:00:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5794D8FC17; Sun, 31 Aug 2008 20:00:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VK0HtH052287; Sun, 31 Aug 2008 20:00:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VK0HhY052283; Sun, 31 Aug 2008 20:00:17 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 20:00:17 GMT Message-Id: <200808312000.m7VK0HhY052283@freefall.freebsd.org> To: siflfran@hawo.stw.uni-erlangen.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127011: lang/gnat-gcc43 fails to download distfile(s) 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, 31 Aug 2008 20:00:17 -0000 Synopsis: lang/gnat-gcc43 fails to download distfile(s) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 20:00:16 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127011 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 20:10:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C4A21065680 for ; Sun, 31 Aug 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCA4B8FC2E for ; Sun, 31 Aug 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VKA3qv052844 for ; Sun, 31 Aug 2008 20:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VKA3tk052843; Sun, 31 Aug 2008 20:10:03 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 20:10:03 GMT Message-Id: <200808312010.m7VKA3tk052843@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127011: lang/gnat-gcc43 fails to download distfile(s) 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, 31 Aug 2008 20:10:05 -0000 The following reply was made to PR ports/127011; it has been noted by GNATS. From: Edwin Groothuis To: karel@lovetemple.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/127011: lang/gnat-gcc43 fails to download distfile(s) Date: Sun, 31 Aug 2008 20:00:15 UT Maintainer of lang/gnat-gcc43, Please note that PR ports/127011 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127011 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 20:10:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D54681065711 for ; Sun, 31 Aug 2008 20:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF15E8FC20 for ; Sun, 31 Aug 2008 20:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VKA6F4052903 for ; Sun, 31 Aug 2008 20:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VKA6JC052902; Sun, 31 Aug 2008 20:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 20:10:06 GMT Resent-Message-Id: <200808312010.m7VKA6JC052902@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7EB1065672 for ; Sun, 31 Aug 2008 20:09:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B656E8FC21 for ; Sun, 31 Aug 2008 20:09:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VK9ABL007286 for ; Sun, 31 Aug 2008 20:09:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VK9AhW007285; Sun, 31 Aug 2008 20:09:10 GMT (envelope-from nobody) Message-Id: <200808312009.m7VK9AhW007285@www.freebsd.org> Date: Sun, 31 Aug 2008 20:09:10 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127012: Update devel/ptmalloc to version 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: Sun, 31 Aug 2008 20:10:07 -0000 >Number: 127012 >Category: ports >Synopsis: Update devel/ptmalloc to version 3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 20:10:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: - Update to the new version 3: this version is newer than the one in glibc and apparently performs much better in the cases where we are likely to use it. - Move the copyright/license to pkg-message, pkg-descr is not really meant for this. >How-To-Repeat: NOTE: This port is only used by graphics/xaralx, and only when jemalloc is not available so the dependency must be updated in that port: I did test xaralx with ptmalloc3 in my platform to avoid any possible incompatibility. >Fix: diff -ruN ptmalloc.orig/Makefile ptmalloc/Makefile --- ptmalloc.orig/Makefile 2008-08-30 16:42:15.000000000 -0500 +++ ptmalloc/Makefile 2008-08-30 23:00:28.000000000 -0500 @@ -6,17 +6,18 @@ # $FreeBSD: ports/devel/ptmalloc/Makefile,v 1.7 2008/08/21 07:08:31 vd Exp $ PORTNAME= ptmalloc -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 3.0 CATEGORIES= devel MASTER_SITES= http://www.malloc.de/malloc/ -DISTNAME= ${PORTNAME}2-current +DISTNAME= ${PORTNAME}3-current MAINTAINER= giffunip@tutopia.com COMMENT= Alternative threads-aware malloc USE_LD_CONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}2 +WRKSRC= ${WRKDIR}/${PORTNAME}3 + +USE_GMAKE= yes ALL_TARGET= posix INCDIR= include/${PORTNAME} @@ -28,10 +29,10 @@ do-install: all ${MKDIR} ${PREFIX}/${INCDIR} - ${INSTALL_DATA} ${WRKSRC}/malloc.h ${PREFIX}/${INCDIR}/ - ${INSTALL_DATA} ${WRKSRC}/malloc.so ${PREFIX}/lib/libptmalloc.so.2 - ${LN} -s ${PREFIX}/lib/ptmalloc.so.2 ${PREFIX}/lib/libptmalloc.so - ${INSTALL_DATA} ${WRKSRC}/libmalloc.a ${PREFIX}/lib/libptmalloc.a + ${INSTALL_DATA} ${WRKSRC}/malloc-2.8.3.h ${PREFIX}/${INCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/libptmalloc3.a ${PREFIX}/lib/libptmalloc.a + ${INSTALL_DATA} ${WRKSRC}/ptmalloc3.so ${PREFIX}/lib/libptmalloc.so.3 + ${LN} -s ${PREFIX}/lib/ptmalloc.so.3 ${PREFIX}/lib/libptmalloc.so regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff -ruN ptmalloc.orig/distinfo ptmalloc/distinfo --- ptmalloc.orig/distinfo 2008-08-30 16:42:15.000000000 -0500 +++ ptmalloc/distinfo 2008-08-15 01:39:12.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (ptmalloc2-current.tar.gz) = 3db9e72c01ce55da006cdc56b966d7fa -SHA256 (ptmalloc2-current.tar.gz) = 46a5691b19557fde3c3b97c3d86649a40cf5a2a1f4129c37b360907dd1fbdd5a -SIZE (ptmalloc2-current.tar.gz) = 78594 +MD5 (ptmalloc3-current.tar.gz) = c0b9dd5f16f8eae979166dc74b60015c +SHA256 (ptmalloc3-current.tar.gz) = f353606f24a579597a1ff5b51009a45d75da047b3975d82c3f613f85bcf312db +SIZE (ptmalloc3-current.tar.gz) = 82712 diff -ruN ptmalloc.orig/files/patch-Makefile ptmalloc/files/patch-Makefile --- ptmalloc.orig/files/patch-Makefile 2008-08-30 16:42:15.000000000 -0500 +++ ptmalloc/files/patch-Makefile 2008-08-30 17:40:45.000000000 -0500 @@ -1,34 +1,32 @@ ---- Makefile.orig 2006-06-05 06:13:57.000000000 -0500 -+++ Makefile 2008-06-17 20:56:10.000000000 -0500 -@@ -15,12 +15,12 @@ +--- Makefile.orig 2006-03-31 11:25:23.000000000 -0500 ++++ Makefile 2008-08-30 17:37:37.000000000 -0500 +@@ -17,12 +17,12 @@ TAR_FLAGS = --numeric-owner --exclude "*~" --exclude "debian/tmp*" #CC = /pkg/gcc-2.95.2-wg/bin/gcc --CC = cc +-CC = gcc +CC ?= cc SYS_FLAGS = --OPT_FLAGS = -g -O # -O2 -+OPT_FLAGS = -O2 # -O2 - WARN_FLAGS = #-Wall -Wstrict-prototypes +-OPT_FLAGS = -g -O2 #-O # -O2 ++OPT_FLAGS = -O2 #-O # -O2 + WARN_FLAGS = -Wall -Wstrict-prototypes -SH_FLAGS = -shared -fpic +SH_FLAGS = -shared -fPIC INC_FLAGS = -Isysdeps/generic -@@ -35,6 +35,9 @@ - THR_FLAGS = -DUSE_TSD_DATA_HACK -D_REENTRANT - THR_LIBS = -lpthread +@@ -44,17 +44,20 @@ + MALLOC_OBJ = ptmalloc3.o malloc.o + LIB_MALLOC = libptmalloc3.a +# Target libraries -+LIBS= libmalloc.a malloc.so ++LIBS = libptmalloc3.a ptmalloc3.so + - RM = rm -f - AR = ar - RANLIB = ranlib -@@ -46,12 +49,12 @@ + T_SUF = TESTS = t-test1$(T_SUF) t-test2$(T_SUF) \ - tst-mallocstate$(T_SUF) tst-mstats$(T_SUF) + tst-independent-alloc$(T_SUF) + #m-test1$(T_SUF) tst-mallocstate$(T_SUF) tst-mstats$(T_SUF) -CFLAGS = $(SYS_FLAGS) $(OPT_FLAGS) $(WARN_FLAGS) $(THR_FLAGS) $(INC_FLAGS) +CFLAGS += $(SYS_FLAGS) $(OPT_FLAGS) $(WARN_FLAGS) $(THR_FLAGS) $(INC_FLAGS) @@ -39,14 +37,15 @@ -all: $(LIB_MALLOC) $(TESTS) +all: $(LIBS) $(TESTS) - malloc.o: malloc.c malloc.h - $(CC) -c $(CFLAGS) $(M_FLAGS) $< -@@ -102,7 +105,7 @@ - posix: - $(MAKE) THR_FLAGS='-DUSE_TSD_DATA_HACK -D_REENTRANT' \ - OPT_FLAGS='$(OPT_FLAGS)' SYS_FLAGS='$(SYS_FLAGS)' CC='$(CC)' \ -- INC_FLAGS='-Isysdeps/pthread -Isysdeps/generic -I.' -+ INC_FLAGS='-Isysdeps/pthread -Isysdeps/generic -I.' \ - THR_LIBS=-lpthread + ptmalloc3.o: ptmalloc3.c malloc-2.8.3.h + $(CC) -c $(CFLAGS) $(M_FLAGS) -DMSPACES=1 $< +@@ -72,6 +75,9 @@ + libptmalloc3.so: $(MALLOC_OBJ) + $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) $(MALLOC_OBJ) -o $@ - # posix threads with explicit initialization. Known to be needed on HPUX. ++ptmalloc3.so: ptmalloc3.c malloc-2.8.3.h ++ $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) ptmalloc3.c -o $@ ++ + again: + $(RM) $(TESTS) + $(MAKE) $(TESTS) diff -ruN ptmalloc.orig/pkg-descr ptmalloc/pkg-descr --- ptmalloc.orig/pkg-descr 2008-08-30 16:42:15.000000000 -0500 +++ ptmalloc/pkg-descr 2008-08-30 20:24:26.000000000 -0500 @@ -1,28 +1,14 @@ -ptmalloc is the original version of the malloc that was later included -in GNU libc. This version is also but *not* exclusively LGPL: +This package is a modified version of Doug Lea's malloc-2.8.3 +implementation adapted for multiple threads, while trying to +avoid lock contention as much as possible. - Copyright (c) 2001-2006 Wolfram Gloger - - Permission to use, copy, modify, distribute, and sell this software - and its documentation for any purpose is hereby granted without fee, - provided that (i) the above copyright notices and this permission - notice appear in all copies of the software and related - documentation, and (ii) the name of Wolfram Gloger may not be used - in any advertising or publicity relating to the software. - - THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, - EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY - WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - - IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, - INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY - DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, - WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY - THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. +As part of the GNU C library, the source files may be available under +the GNU Library General Public License (see the comments in the +files). But as part of this stand-alone package, the code is also +available under the (probably less restrictive) conditions described +in the file 'COPYRIGHT'. In any case, there is no warranty whatsoever +for this package. -This package comes with no documentation beyond a README, which isn't -worth installing. It appears that the GNU libc man page malloc(3) -applies, but it's not included here for copyright reasons. +This release was partly funded by Pixar Animation Studios. WWW: http://www.malloc.de/en/ diff -ruN ptmalloc.orig/pkg-message ptmalloc/pkg-message --- ptmalloc.orig/pkg-message 1969-12-31 19:00:00.000000000 -0500 +++ ptmalloc/pkg-message 2008-08-30 18:39:56.000000000 -0500 @@ -0,0 +1,19 @@ +Copyright (c) 2001-2006 Wolfram Gloger + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that (i) the above copyright notices and this permission +notice appear in all copies of the software and related documentation, +and (ii) the name of Wolfram Gloger may not be used in any advertising +or publicity relating to the software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, +INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY +OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 20:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FB78106566B for ; Sun, 31 Aug 2008 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D50F8FC15 for ; Sun, 31 Aug 2008 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VKU0L1054848 for ; Sun, 31 Aug 2008 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VKU0Kp054847; Sun, 31 Aug 2008 20:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 20:30:00 GMT Resent-Message-Id: <200808312030.m7VKU0Kp054847@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C341065677 for ; Sun, 31 Aug 2008 20:25:32 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1E8218FC13 for ; Sun, 31 Aug 2008 20:25:31 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id A635AB822; Mon, 1 Sep 2008 04:30:25 +0800 (CST) Message-Id: <20080831203025.A635AB822@chinsan.info> Date: Mon, 1 Sep 2008 04:30:25 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/127013: [PATCH] security/botan: update to 1.6.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, 31 Aug 2008 20:30:01 -0000 >Number: 127013 >Category: ports >Synopsis: [PATCH] security/botan: update to 1.6.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 20:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 1.6.5 Removed file(s): - files/patch-configure.pl Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- botan-1.6.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/botan/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/Makefile --- /usr/ports/security/botan/Makefile 2007-09-08 09:03:50.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/Makefile 2008-09-01 03:45:03.000000000 +0800 @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.4.12 +PORTVERSION= 1.6.5 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/ DISTNAME= Botan-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/security/botan/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/distinfo --- /usr/ports/security/botan/distinfo 2006-04-15 16:30:22.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/distinfo 2008-09-01 03:45:08.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (Botan-1.4.12.tbz) = bae76134b231b92cf4c5d596ee54a8c5 -SHA256 (Botan-1.4.12.tbz) = c07adb0af7aa2ba66ba790f6acec1313b70311632ddad8d0cbb82eb92f582b3c -SIZE (Botan-1.4.12.tbz) = 1660513 +MD5 (Botan-1.6.5.tbz) = a1976699cdc29e1ff387120f9981c1fb +SHA256 (Botan-1.6.5.tbz) = f36b8fc0daa0f402e1f1f946fdbd934407ad8a7b42f27302c01429c02c8f184e +SIZE (Botan-1.6.5.tbz) = 1705959 diff -ruN --exclude=CVS /usr/ports/security/botan/files/patch-configure.pl /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/files/patch-configure.pl --- /usr/ports/security/botan/files/patch-configure.pl 2006-04-15 16:30:23.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/files/patch-configure.pl 1970-01-01 08:00:00.000000000 +0800 @@ -1,23 +0,0 @@ ---- configure.pl.orig Mon Jan 16 12:13:55 2006 -+++ configure.pl Sat Apr 15 15:48:03 2006 -@@ -74,7 +74,6 @@ - 'deprecated.txt' => $DOC_DIR, - 'license.txt' => $DOC_DIR, - 'log.txt' => $DOC_DIR, -- 'rngs.txt' => $DOC_DIR, - 'thanks.txt' => $DOC_DIR, - 'todo.txt' => $DOC_DIR - ); -@@ -2040,7 +2039,11 @@ - my $link_to = "-lm"; - foreach my $lib (@{ $lib_list }) - { -- $link_to .= " -l" . $lib; -+ if ($lib =~ m/pthread/) { -+ $link_to .= " -" . $lib; -+ } else { -+ $link_to .= " -l" . $lib; -+ } - } - - ################################################## diff -ruN --exclude=CVS /usr/ports/security/botan/files/patch-modules::tm_posix.cpp /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/files/patch-modules::tm_posix.cpp --- /usr/ports/security/botan/files/patch-modules::tm_posix.cpp 2004-08-26 18:07:01.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/files/patch-modules::tm_posix.cpp 2008-09-01 04:00:27.000000000 +0800 @@ -1,9 +1,9 @@ ---- modules/tm_posix/tm_posix.cpp.orig Sat Jun 26 14:32:53 2004 -+++ modules/tm_posix/tm_posix.cpp Fri Jul 16 16:32:28 2004 -@@ -6,7 +6,7 @@ - #define _POSIX_C_SOURCE 199309 - #include - #include +--- modules/tm_posix/tm_posix.cpp.orig 2008-09-01 03:59:09.000000000 +0800 ++++ modules/tm_posix/tm_posix.cpp 2008-09-01 03:59:58.000000000 +0800 +@@ -10,7 +10,7 @@ + #define _POSIX_C_SOURCE 199309 + #endif + -#include +#include diff -ruN --exclude=CVS /usr/ports/security/botan/pkg-plist /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/pkg-plist --- /usr/ports/security/botan/pkg-plist 2006-01-06 16:28:22.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/security/botan/pkg-plist 2008-09-01 04:21:27.000000000 +0800 @@ -2,13 +2,12 @@ bin/botan-config include/botan/adler32.h include/botan/aes.h -include/botan/algolist.h +include/botan/alg_id.h include/botan/allocate.h include/botan/arc4.h -include/botan/asn1.h +include/botan/asn1_int.h include/botan/asn1_obj.h include/botan/asn1_oid.h -include/botan/barrett.h include/botan/base.h include/botan/base64.h include/botan/basefilt.h @@ -18,7 +17,7 @@ include/botan/blinding.h include/botan/blowfish.h include/botan/botan.h -include/botan/botan.py +include/botan/build.h include/botan/buf_es.h include/botan/buf_filt.h include/botan/cast128.h @@ -28,7 +27,6 @@ include/botan/cfb.h include/botan/charset.h include/botan/cmac.h -include/botan/conf.h include/botan/config.h include/botan/crc24.h include/botan/crc32.h @@ -37,13 +35,15 @@ include/botan/cts.h include/botan/data_snk.h include/botan/data_src.h -include/botan/def_eng.h +include/botan/datastor.h +include/botan/def_char.h +include/botan/def_powm.h include/botan/defalloc.h include/botan/der_enc.h include/botan/des.h include/botan/dh.h include/botan/dl_algo.h -include/botan/dl_param.h +include/botan/dl_group.h include/botan/dlies.h include/botan/dsa.h include/botan/eax.h @@ -51,6 +51,7 @@ include/botan/elgamal.h include/botan/eme.h include/botan/emsa.h +include/botan/eng_def.h include/botan/engine.h include/botan/enums.h %%OS_4%%include/botan/es_egd.h @@ -66,16 +67,15 @@ include/botan/gost.h include/botan/has160.h include/botan/hash_id.h -include/botan/haval.h include/botan/hex.h include/botan/hmac.h include/botan/idea.h include/botan/if_algo.h include/botan/init.h -include/botan/isaac.h include/botan/kasumi.h include/botan/kdf.h include/botan/keypair.h +include/botan/libstate.h include/botan/lion.h include/botan/look_add.h include/botan/look_pk.h @@ -91,11 +91,12 @@ include/botan/mgf1.h include/botan/misty1.h %%OS_4%%include/botan/mmap_mem.h -include/botan/mod_exp.h include/botan/mode_pad.h include/botan/modebase.h +include/botan/modules.h +include/botan/mp_asm.h +include/botan/mp_asmi.h include/botan/mp_core.h -include/botan/mp_madd.h include/botan/mp_types.h include/botan/mutex.h %%OS_4%%include/botan/mux_pthr.h @@ -112,6 +113,7 @@ include/botan/pem.h include/botan/pgp_s2k.h include/botan/pipe.h +include/botan/pow_mod.h include/botan/pk_algs.h include/botan/pk_core.h include/botan/pk_filts.h @@ -134,7 +136,6 @@ include/botan/rw.h include/botan/s2k.h include/botan/safer_sk.h -include/botan/seal.h include/botan/secmem.h include/botan/secqueue.h include/botan/seed.h @@ -144,6 +145,7 @@ include/botan/sha_64.h include/botan/skipjack.h include/botan/square.h +include/botan/stl_util.h include/botan/symkey.h include/botan/tea.h include/botan/tiger.h @@ -160,17 +162,18 @@ include/botan/wid_wake.h include/botan/x509_ca.h include/botan/x509_crl.h +include/botan/x509_ext.h include/botan/x509_key.h include/botan/x509_obj.h include/botan/x509cert.h +include/botan/x509find.h include/botan/x509self.h +include/botan/x509stat.h include/botan/x509stor.h include/botan/x919_mac.h include/botan/x931_rng.h include/botan/xtea.h lib/libbotan-%%PORTVERSION%%.so -lib/libbotan-1.4.so -lib/libbotan-1.so lib/libbotan.a lib/libbotan.so @dirrm include/botan --- botan-1.6.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 20:30:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 258F11065675; Sun, 31 Aug 2008 20:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EDB548FC1C; Sun, 31 Aug 2008 20:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VKUCnX055875; Sun, 31 Aug 2008 20:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VKUCIh055869; Sun, 31 Aug 2008 20:30:12 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 20:30:12 GMT Message-Id: <200808312030.m7VKUCIh055869@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127013: [PATCH] security/botan: update to 1.6.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, 31 Aug 2008 20:30:13 -0000 Synopsis: [PATCH] security/botan: update to 1.6.5 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 20:30:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127013 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 21:01:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22C01065680; Sun, 31 Aug 2008 21:01:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 951018FC16; Sun, 31 Aug 2008 21:01:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VL16Yh058128; Sun, 31 Aug 2008 21:01:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VL16jN058124; Sun, 31 Aug 2008 21:01:06 GMT (envelope-from linimon) Date: Sun, 31 Aug 2008 21:01:06 GMT Message-Id: <200808312101.m7VL16jN058124@freefall.freebsd.org> To: stsp@stsp.in-berlin.de, llc2w@virginia.edu, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126985: [Update] emulators/desmume updated to 0.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: Sun, 31 Aug 2008 21:01:06 -0000 Synopsis: [Update] emulators/desmume updated to 0.8 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Aug 31 21:00:46 UTC 2008 State-Changed-Why: Submitter will become new maintainer, with old maintainer's permission. http://www.freebsd.org/cgi/query-pr.cgi?pr=126985 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 21:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 793D6106567C for ; Sun, 31 Aug 2008 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53B178FC13 for ; Sun, 31 Aug 2008 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VLA1JD058356 for ; Sun, 31 Aug 2008 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VLA1bG058355; Sun, 31 Aug 2008 21:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 21:10:01 GMT Resent-Message-Id: <200808312110.m7VLA1bG058355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diego Depaoli Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A26F11065702 for ; Sun, 31 Aug 2008 21:08:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA5F8FC28 for ; Sun, 31 Aug 2008 21:08:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VL86uL039444 for ; Sun, 31 Aug 2008 21:08:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VL8649039443; Sun, 31 Aug 2008 21:08:06 GMT (envelope-from nobody) Message-Id: <200808312108.m7VL8649039443@www.freebsd.org> Date: Sun, 31 Aug 2008 21:08:06 GMT From: Diego Depaoli To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127014: [PATCH] multimedia/smile update to 0.7.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: Sun, 31 Aug 2008 21:10:01 -0000 >Number: 127014 >Category: ports >Synopsis: [PATCH] multimedia/smile update to 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 31 21:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Diego Depaoli >Release: FreeBSD Current >Organization: >Environment: >Description: Update to version 0.7.3 >How-To-Repeat: >Fix: diff -ruN smile.bak/Makefile smile/Makefile --- smile.bak/Makefile 2008-08-31 22:53:34.000000000 +0200 +++ smile/Makefile 2008-08-31 22:53:56.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= smile -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.3 CATEGORIES= multimedia kde MASTER_SITES= http://download.tuxfamily.org/smiletool/ diff -ruN smile.bak/distinfo smile/distinfo --- smile.bak/distinfo 2008-08-31 22:53:34.000000000 +0200 +++ smile/distinfo 2008-08-31 22:54:28.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (smile-0.7.1.tar.gz) = ee24ad8174b6ecc5cb0056d9ef4e5794 -SHA256 (smile-0.7.1.tar.gz) = dcc5beace5fb2e1f71a57e33aaef54ef53dd41a1a72403c4c38c58da2f5bbb72 -SIZE (smile-0.7.1.tar.gz) = 7642680 +MD5 (smile-0.7.3.tar.gz) = 3ca870bf28aba5edc1daa012b288435c +SHA256 (smile-0.7.3.tar.gz) = f9956f8997fc03b1da6d6699a10bfbcaa3ab2a34e26f6f02828f5d78186bc18c +SIZE (smile-0.7.3.tar.gz) = 7804932 diff -ruN smile.bak/pkg-plist smile/pkg-plist --- smile.bak/pkg-plist 2008-08-31 22:53:34.000000000 +0200 +++ smile/pkg-plist 2008-08-31 23:03:04.000000000 +0200 @@ -182,6 +182,18 @@ %%DATADIR%%/Interface/Theme/roll.png %%DATADIR%%/Interface/Theme/stock-eye-20.png %%DATADIR%%/Interface/Theme/flag_grey.png +%%DATADIR%%/Interface/Theme/tab_duplicate.png +%%DATADIR%%/Interface/Theme/feuillesnow.png +%%DATADIR%%/Interface/Theme/heartsnow.png +%%DATADIR%%/Interface/Theme/logostart.png +%%DATADIR%%/Interface/Theme/preferences_desktop_display.png +%%DATADIR%%/Interface/Theme/emptydiapo.png +%%DATADIR%%/Interface/Theme/rotate_angleplus.png +%%DATADIR%%/Interface/Theme/nounourssnow.png +%%DATADIR%%/Interface/Theme/rainsnow.png +%%DATADIR%%/Interface/Theme/flowersnow.png +%%DATADIR%%/Interface/Theme/kruler.png +%%DATADIR%%/Interface/Theme/snowflakes.png %%DATADIR%%/BIB_ManSlide/Help/doc_fr.html %%DATADIR%%/BIB_ManSlide/Help/doc_en.html %%DATADIR%%/BIB_ManSlide/Help/style.css >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 21:19:47 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D327B1065675; Sun, 31 Aug 2008 21:19:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABF828FC17; Sun, 31 Aug 2008 21:19:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VLJk9e060132; Sun, 31 Aug 2008 21:19:46 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VLJkBj060128; Sun, 31 Aug 2008 21:19:46 GMT (envelope-from miwi) Date: Sun, 31 Aug 2008 21:19:46 GMT Message-Id: <200808312119.m7VLJkBj060128@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127014: [PATCH] multimedia/smile update to 0.7.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: Sun, 31 Aug 2008 21:19:47 -0000 Synopsis: [PATCH] multimedia/smile update to 0.7.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Aug 31 21:19:46 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127014 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 21:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0094C1065676 for ; Sun, 31 Aug 2008 21:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF40E8FC1C for ; Sun, 31 Aug 2008 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VLe1LY062691 for ; Sun, 31 Aug 2008 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VLe1YQ062690; Sun, 31 Aug 2008 21:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 21:40:01 GMT Resent-Message-Id: <200808312140.m7VLe1YQ062690@freefall.freebsd.org> 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 Churanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D6771065682 for ; Sun, 31 Aug 2008 21:32:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3458FC1E for ; Sun, 31 Aug 2008 21:32:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VLWC3U053087 for ; Sun, 31 Aug 2008 21:32:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7VLWCwR053086; Sun, 31 Aug 2008 21:32:12 GMT (envelope-from nobody) Message-Id: <200808312132.m7VLWCwR053086@www.freebsd.org> Date: Sun, 31 Aug 2008 21:32:12 GMT From: Alexander Churanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127015: [patch] Impossible to fetch devel/valgrind from the jail 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, 31 Aug 2008 21:40:02 -0000 >Number: 127015 >Category: ports >Synopsis: [patch] Impossible to fetch devel/valgrind from the jail >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 31 21:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Churanov >Release: 6.2-RELEASE >Organization: N/A >Environment: FreeBSD jail 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Mar 24 09:45:45 MSK 2008 root@localhost:/usr/obj/usr/src/sys/HOMEBSD i386 >Description: The "make fetch" in devel/valgrind refuses to download distfiles if running inside a jail. It complains about missing procfs. The procfs, however, is correctly working and accessible. The issue was observed on FreeBSD 6.2 Release, using ports collection from August, 21 2008. Expected behavior: presence of procfs is not verified when running targets like "fetch". Acceptable behavior: actual presence of procfs is verified. >How-To-Repeat: 1) Setup a jail with access to internet. 2) Uncompress "ports" collection into /usr/ports directory inside a jail. 3) Mount the "procfs" filesystem to /proc directory inside a jail from the host OS. 3) Start shell in the jail, cd into "devel/valgrind", type make fetch. >Fix: Modify the Makefile to verify that procfs is running and accessible instead of examining output of "/sbin/mount". See the suggested patch. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/valgrind/Makefile,v retrieving revision 1.30 diff -U3 -r1.30 Makefile --- Makefile 21 Aug 2008 06:16:52 -0000 1.30 +++ Makefile 25 Aug 2008 23:02:29 -0000 @@ -44,7 +44,7 @@ PLIST_SUB+= RELENG_7="@comment " .endif -PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}' +PROCFS!= if test -r /proc/curproc/status; then echo "procfs"; else echo ""; fi pre-everything:: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 21:40:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBFD9106567A; Sun, 31 Aug 2008 21:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C00768FC17; Sun, 31 Aug 2008 21:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VLeA14062837; Sun, 31 Aug 2008 21:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VLeAix062833; Sun, 31 Aug 2008 21:40:10 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 21:40:10 GMT Message-Id: <200808312140.m7VLeAix062833@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, barner@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127015: [patch] Impossible to fetch devel/valgrind from the jail 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, 31 Aug 2008 21:40:11 -0000 Synopsis: [patch] Impossible to fetch devel/valgrind from the jail Responsible-Changed-From-To: freebsd-ports-bugs->barner Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 31 21:40:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127015 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 23:14:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D08F106567E; Sun, 31 Aug 2008 23:14:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A881F8FC08; Sun, 31 Aug 2008 23:14:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VNE4W9069927; Sun, 31 Aug 2008 23:14:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VNE4SP069923; Sun, 31 Aug 2008 23:14:04 GMT (envelope-from edwin) Date: Sun, 31 Aug 2008 23:14:04 GMT Message-Id: <200808312314.m7VNE4SP069923@freefall.freebsd.org> To: admin@lissyara.su, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127005: Cannot build multimedia/kmplayer 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, 31 Aug 2008 23:14:06 -0000 Synopsis: Cannot build multimedia/kmplayer State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Aug 31 23:14:03 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127005 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 23:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB615106564A for ; Sun, 31 Aug 2008 23:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99E3D8FC13 for ; Sun, 31 Aug 2008 23:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VNK3e0070635 for ; Sun, 31 Aug 2008 23:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7VNK30n070634; Sun, 31 Aug 2008 23:20:03 GMT (envelope-from gnats) Date: Sun, 31 Aug 2008 23:20:03 GMT Message-Id: <200808312320.m7VNK30n070634@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127005: Cannot build multimedia/kmplayer 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, 31 Aug 2008 23:20:03 -0000 The following reply was made to PR ports/127005; it has been noted by GNATS. From: Edwin Groothuis To: danny@ricin.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/127005: Cannot build multimedia/kmplayer Date: Sun, 31 Aug 2008 23:14:02 UT Maintainer of multimedia/kmplayer, Please note that PR ports/127005 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127005 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 00:00:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89A2E106567C for ; Mon, 1 Sep 2008 00:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8488FC16 for ; Mon, 1 Sep 2008 00:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81002WI073549 for ; Mon, 1 Sep 2008 00:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81002Yr073548; Mon, 1 Sep 2008 00:00:02 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 00:00:02 GMT Resent-Message-Id: <200809010000.m81002Yr073548@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54396106566B for ; Sun, 31 Aug 2008 23:59:56 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 245908FC0C for ; Sun, 31 Aug 2008 23:59:55 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.14.2/8.14.2) with ESMTP id m7VNxaSQ097344 for ; Sun, 31 Aug 2008 18:59:36 -0500 (CDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.14.2/8.14.2/Submit) id m7VNxab5097343; Sun, 31 Aug 2008 18:59:36 -0500 (CDT) (envelope-from stephen) Message-Id: <200808312359.m7VNxab5097343@cauchy.math.missouri.edu> Date: Sun, 31 Aug 2008 18:59:36 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127016: cad/netgen does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 00:00:13 -0000 >Number: 127016 >Category: ports >Synopsis: cad/netgen does not build >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 Sep 01 00:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD cauchy 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Jul 14 15:26:47 CDT 2008 stephen@cauchy:/usr/obj/usr/src/sys/GENERIC i386 >Description: cad/netgen does not apply patches cleanly. >How-To-Repeat: setenv WITHOUT_OCC cd /usr/ports/cad/netgen make patch >Fix: As well as this fix, you might also like to make WITHOUT_OCC the default (because otherwise it tries to build cad/opencascade, which does not build). --- /usr/ports/cad/netgen/files/patch-libsrc::makefile.mach.FREEBSD 2008-04-19 12:46:54.000000000 -0500 +++ files/patch-libsrc::makefile.mach.FREEBSD 2008-08-31 18:54:21.000000000 -0500 @@ -12,7 +12,7 @@ + +CPLUSPLUSFLAGS3 = -I$(LIBSRC_DIR)/step -I$(TCL_INCLUDEDIR) -I$(TK_INCLUDEDIR) # - LINKFLAGS2 = -L$(LOCALBASE)/lib + LINKFLAGS2 = -L$(LOCALBASE)/lib -L$(X11BASE)/lib SYSLIB2 = -lstdc++ + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 00:51:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E57E1065683; Mon, 1 Sep 2008 00:51:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54E248FC2F; Mon, 1 Sep 2008 00:51:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m810p6cA078618; Mon, 1 Sep 2008 00:51:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m810p6nn078614; Mon, 1 Sep 2008 00:51:06 GMT (envelope-from linimon) Date: Mon, 1 Sep 2008 00:51:06 GMT Message-Id: <200809010051.m810p6nn078614@freefall.freebsd.org> To: linimon@FreeBSD.org, bsd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126387: devel/avrdude - Bad LIB_DEPENDS line in Makefile 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, 01 Sep 2008 00:51:06 -0000 Synopsis: devel/avrdude - Bad LIB_DEPENDS line in Makefile Responsible-Changed-From-To: bsd->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 1 00:50:55 UTC 2008 Responsible-Changed-Why: Maintainer was reset. http://www.freebsd.org/cgi/query-pr.cgi?pr=126387 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 01:00:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05AC1065682; Mon, 1 Sep 2008 01:00:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 802E88FC22; Mon, 1 Sep 2008 01:00:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8110CAD079905; Mon, 1 Sep 2008 01:00:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8110CPD079901; Mon, 1 Sep 2008 01:00:12 GMT (envelope-from linimon) Date: Mon, 1 Sep 2008 01:00:12 GMT Message-Id: <200809010100.m8110CPD079901@freefall.freebsd.org> To: linimon@FreeBSD.org, mikeh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/122536: devel/libcheck won't build from 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: Mon, 01 Sep 2008 01:00:12 -0000 Synopsis: devel/libcheck won't build from port Responsible-Changed-From-To: mikeh->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 1 00:59:59 UTC 2008 Responsible-Changed-Why: Maintainer was reset. http://www.freebsd.org/cgi/query-pr.cgi?pr=122536 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 02:50:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17E9D1065686; Mon, 1 Sep 2008 02:50:11 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.freebsd.org (Postfix) with ESMTP id BEBB88FC19; Mon, 1 Sep 2008 02:50:10 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 2B2E11701D; Mon, 1 Sep 2008 11:50:09 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id E8C831751E; Mon, 1 Sep 2008 11:50:08 +0900 (JST) Received: from localhost (eastasia.home.utahime.org [192.168.174.1]) by eastasia.home.utahime.org (Postfix) with ESMTP id 95FCB1719D; Mon, 1 Sep 2008 11:50:08 +0900 (JST) Date: Mon, 01 Sep 2008 11:49:49 +0900 (JST) Message-Id: <20080901.114949.212401140.yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: Yasuhiro KIMURA In-Reply-To: <200808210900.m7L908CJ088068@freefall.freebsd.org> References: <20080821085307.AF97417525@eastasia.home.utahime.org> <200808210900.m7L908CJ088068@freefall.freebsd.org> X-Mailer: Mew version 6.1.50 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Sep__1_11_49_49_2008_199)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: ports/126707: [MAINTAINER] www/xpi-noscript: update to 1.7.9 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, 01 Sep 2008 02:50:11 -0000 ----Next_Part(Mon_Sep__1_11_49_49_2008_199)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit New version 1.8 is released. Please commit attached patch instead of original one. Regards. --- Yasuhiro KIMURA ----Next_Part(Mon_Sep__1_11_49_49_2008_199)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=patch-xpi-noscript Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/www/xpi-noscript/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- Makefile 15 Aug 2008 04:22:17 -0000 1.43 +++ Makefile 1 Sep 2008 02:40:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= noscript -PORTVERSION= 1.7.8 +PORTVERSION= 1.8 DISTVERSIONSUFFIX= -fx+mz+sm CATEGORIES= www Index: distinfo =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/www/xpi-noscript/distinfo,v retrieving revision 1.41 diff -u -r1.41 distinfo --- distinfo 15 Aug 2008 04:31:55 -0000 1.41 +++ distinfo 1 Sep 2008 02:41:11 -0000 @@ -1,3 +1,3 @@ -MD5 (xpi/noscript-1.7.8-fx+mz+sm.xpi) = 8ba38268cf5aa5fb7592d30c3101f64e -SHA256 (xpi/noscript-1.7.8-fx+mz+sm.xpi) = 96d960fc03778f2e7d744f323529ab01e4c3e698bc235b5d5490d97784c5922a -SIZE (xpi/noscript-1.7.8-fx+mz+sm.xpi) = 270861 +MD5 (xpi/noscript-1.8-fx+mz+sm.xpi) = 80fbdb6f22535a34fdf1486a063a5bcf +SHA256 (xpi/noscript-1.8-fx+mz+sm.xpi) = 03928a5085813ec0d31ac9f10725b34a587cc25e60deec6f80d48213aef36605 +SIZE (xpi/noscript-1.8-fx+mz+sm.xpi) = 279809 ----Next_Part(Mon_Sep__1_11_49_49_2008_199)---- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 02:51:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75D610657E3; Mon, 1 Sep 2008 02:51:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2798FC22; Mon, 1 Sep 2008 02:51:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m812pEoi090547; Mon, 1 Sep 2008 02:51:14 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m812pE7T090543; Mon, 1 Sep 2008 02:51:14 GMT (envelope-from rafan) Date: Mon, 1 Sep 2008 02:51:14 GMT Message-Id: <200809010251.m812pE7T090543@freefall.freebsd.org> To: sf@slappy.org, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/126995: [PATCH]math/maxima: update to 5.16.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: Mon, 01 Sep 2008 02:51:14 -0000 Synopsis: [PATCH]math/maxima: update to 5.16.3 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Mon Sep 1 02:51:14 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126995 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 02:55:55 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F7071065671; Mon, 1 Sep 2008 02:55:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 786DB8FC0C; Mon, 1 Sep 2008 02:55:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m812ttuv090732; Mon, 1 Sep 2008 02:55:55 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m812tt7q090728; Mon, 1 Sep 2008 02:55:55 GMT (envelope-from rafan) Date: Mon, 1 Sep 2008 02:55:55 GMT Message-Id: <200809010255.m812tt7q090728@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/126992: update math/pari 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, 01 Sep 2008 02:55:55 -0000 Synopsis: update math/pari Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Mon Sep 1 02:55:55 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126992 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 03:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 343721065679 for ; Mon, 1 Sep 2008 03:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13B5A8FC13 for ; Mon, 1 Sep 2008 03:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m813o1OW096088 for ; Mon, 1 Sep 2008 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m813o1dS096087; Mon, 1 Sep 2008 03:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 03:50:01 GMT Resent-Message-Id: <200809010350.m813o1dS096087@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, annona2 Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 603AF106567F for ; Mon, 1 Sep 2008 03:43:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 51D0C8FC0C for ; Mon, 1 Sep 2008 03:43:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m813hANY062113 for ; Mon, 1 Sep 2008 03:43:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m813h9oZ062112; Mon, 1 Sep 2008 03:43:09 GMT (envelope-from nobody) Message-Id: <200809010343.m813h9oZ062112@www.freebsd.org> Date: Mon, 1 Sep 2008 03:43:09 GMT From: annona2 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127017: sysutils/ntfsprog ntfsclone not working version 2.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: Mon, 01 Sep 2008 03:50:02 -0000 >Number: 127017 >Category: ports >Synopsis: sysutils/ntfsprog ntfsclone not working version 2.0.0 >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 Sep 01 03:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: annona2 >Release: FreeBSD 7.1-PRERELEASE >Organization: none >Environment: FreeBSD annona.localdom 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Sun Aug 31 12:04:00 JST 2008 annona@annona.localdom:/usr/obj/usr/src/sys/ANNONA i386 >Description: ntfsclone -s in sysutils/ntfsprog version 2.0.0 won't work with default config. and ntfsclone -r wor't work with DMA mode. # ntfsclone -s -o ad0s1 /dev/ad0s1 > ntfsclone v2.0.0 (libntfs 10:0:0) > ERROR(22): Opening '/dev/ad0s1' as NTFS failed: Invalid argument > Apparently device '/dev/ad0s1' doesn't have a valid NTFS. Maybe you selected > the whole disk instead of a partition (e.g. /dev/hda, not /dev/hda1)? > # >How-To-Repeat: # ntfsclone -s -o ad1s1 /dev/ad1s1 ntfsclone v2.0.0 (libntfs 10:0:0) ERROR(22): Opening '/dev/ad1s1' as NTFS failed: Invalid argument Apparently device '/dev/ad1s1' doesn't have a valid NTFS. Maybe you selected the whole disk instead of a partition (e.g. /dev/hda, not /dev/hda1)? ntfsclone -r -O /dev/ad1s1 ad1s1 > ntfsclone v2.0.0 (libntfs 10:0:0) Ntfsclone image version: 10.0 Cluster size : 4096 bytes Image volume size : 8257503232 bytes (8258 MB) Image device size : 8257503744 bytes Space in use : 1341 MB (16.2%) Offset to image data : 56 (0x38) bytes Restoring NTFS from image ... ERROR(5): Write failed: Input/output error ata1: FAILURE - non aligned DMA transfer attempted ad1: setting up DMA failed >Fix: only workaround. when you want to dump, make conifg => LOCK off and rebuild and install. when you want to restore, atacontrol mode ad1 PIO4 will work but slow. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 03:51:47 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F414A1065671; Mon, 1 Sep 2008 03:51:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC5338FC16; Mon, 1 Sep 2008 03:51:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m813pkYP096399; Mon, 1 Sep 2008 03:51:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m813pkfE096395; Mon, 1 Sep 2008 03:51:46 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 03:51:46 GMT Message-Id: <200809010351.m813pkfE096395@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, farrokhi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127017: sysutils/ntfsprogs - ntfsclone not working version 2.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: Mon, 01 Sep 2008 03:51:47 -0000 Synopsis: sysutils/ntfsprogs - ntfsclone not working version 2.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->farrokhi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 03:51:46 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127017 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 04:08:40 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C98C81065672; Mon, 1 Sep 2008 04:08:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A184B8FC26; Mon, 1 Sep 2008 04:08:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8148eWJ096837; Mon, 1 Sep 2008 04:08:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8148eRS096833; Mon, 1 Sep 2008 04:08:40 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 04:08:40 GMT Message-Id: <200809010408.m8148eRS096833@freefall.freebsd.org> To: giffunip@tutopia.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127012: Update devel/ptmalloc to version 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: Mon, 01 Sep 2008 04:08:40 -0000 Synopsis: Update devel/ptmalloc to version 3 State-Changed-From-To: open->repocopy State-Changed-By: edwin State-Changed-When: Mon Sep 1 04:08:08 UTC 2008 State-Changed-Why: For historical reasons, devel/ptmalloc2 should be made before this one is commited. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 04:08:08 UTC 2008 Responsible-Changed-Why: Portmgr does do repocopies http://www.freebsd.org/cgi/query-pr.cgi?pr=127012 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 05:29:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E4E31065676 for ; Mon, 1 Sep 2008 05:29:20 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: from web32708.mail.mud.yahoo.com (web32708.mail.mud.yahoo.com [68.142.207.252]) by mx1.freebsd.org (Postfix) with SMTP id 07CD48FC1B for ; Mon, 1 Sep 2008 05:29:19 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: (qmail 1009 invoked by uid 60001); 1 Sep 2008 05:02:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=aegGRGSRWHiM+W6FU5mqV+vYC4qt693Qvi4M7RpBMqleDnfB1MkesPdHVoBW7cLnZQqy8QECTciFJOTrnylEqgCbfsJnZrz2lCwOvIjQ8fmf7hx1cIaN/JZElYOtTWvaYr9oSdc9GtvbhapduwM1/yOJcqZ7vcYeSONfcmUQnRM=; X-YMail-OSG: 8tHvvkMVM1lp2z2ennmvknxbMU_bJny1MoR8Ov7EQrty9wdWUdRkxy4Leo4w9oXqAbRfVIfSuCADy1LQky8lBha1DFEceSCPdf5acdqJ7OFTy4c4auySVPAcnEIRW8yGhkLRgcklP6Y97wv9HskIXwk- Received: from [190.157.91.190] by web32708.mail.mud.yahoo.com via HTTP; Sun, 31 Aug 2008 22:02:39 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Sun, 31 Aug 2008 22:02:39 -0700 (PDT) From: Pedro Giffuni To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200809010408.m8148eRS096833@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <603367.375.qm@web32708.mail.mud.yahoo.com> Cc: Subject: Re: ports/127012: Update devel/ptmalloc to version 3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pfgshield-freebsd@yahoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 05:29:20 -0000 --- Dom 31/8/08, edwin@FreeBSD.org ha scritto: ... > For historical reasons, devel/ptmalloc2 should be made > before this one is > commited. >=20 Actually.. I am wondering *if* there is a good reason to keep ptmalloc2 ins= tead of just going ahead with the update. I asked in the ports list and no one has stepped up to keep the old version= (I admit I didn't give them much time though). Even if we want to resurre= ct it later there is no significant history behind this port and we will ha= ve to change the Makefile and the pkg-plist anyways. Just my perspective. Pedro. =0A=0A__________________________________________________=0ADo You Yahoo!?= =0APoco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tan= to spazio gratuito per i tuoi file e i messaggi =0Ahttp://mail.yahoo.it From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 05:30:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D391065675 for ; Mon, 1 Sep 2008 05:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8993B8FC1A for ; Mon, 1 Sep 2008 05:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m815UFqU010218 for ; Mon, 1 Sep 2008 05:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m815UFnR010215; Mon, 1 Sep 2008 05:30:15 GMT (envelope-from gnats) Date: Mon, 1 Sep 2008 05:30:15 GMT Message-Id: <200809010530.m815UFnR010215@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Keda Cc: Subject: Re: ports/127005: Cannot build multimedia/kmplayer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Keda List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 05:30:15 -0000 The following reply was made to PR ports/127005; it has been noted by GNATS. From: Alex Keda To: bug-followup@FreeBSD.org, admin@lissyara.su Cc: Subject: Re: ports/127005: Cannot build multimedia/kmplayer Date: Mon, 01 Sep 2008 09:29:38 +0400 I have another machine with current. Some problem: lissyara# cd /usr/ports/multimedia/kmplayer/ lissyara# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for kmplayer-0.10.0c_1,2 ===> Extracting for kmplayer-0.10.0c_1,2 => MD5 Checksum OK for tubestuff-20080314.tbz. => SHA256 Checksum OK for tubestuff-20080314.tbz. => MD5 Checksum OK for kmplayer-0.10.0c.tar.bz2. => SHA256 Checksum OK for kmplayer-0.10.0c.tar.bz2. /usr/bin/tar xvf /usr/ports/distfiles/tubestuff-20080314.tbz /var/tmp/usr/ports/multimedia/kmplayer/work tar: var/tmp/usr/ports/multimedia/kmplayer/work: Not found in archive tar: Error exit delayed from previous errors. *** Error code 1 Stop in /usr/ports/multimedia/kmplayer. *** Error code 1 Stop in /usr/ports/multimedia/kmplayer. lissyara# uname -a FreeBSD lissyara.moskb.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Aug 4 20:17:40 MSD 2008 lissyara@lissyara.moskb.local:/tmp/obj/usr/src/sys/GENERIC i386 lissyara# From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 05:32:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53C09106564A; Mon, 1 Sep 2008 05:32:05 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7C98FC24; Mon, 1 Sep 2008 05:32:05 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (alexbl@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m815W5cx011315; Mon, 1 Sep 2008 05:32:05 GMT (envelope-from alexbl@freefall.freebsd.org) Received: (from alexbl@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m815W5m8011311; Mon, 1 Sep 2008 05:32:05 GMT (envelope-from alexbl) Date: Mon, 1 Sep 2008 05:32:05 GMT Message-Id: <200809010532.m815W5m8011311@freefall.freebsd.org> To: alexbl@FreeBSD.org, alexbl@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: alexbl@FreeBSD.org Cc: Subject: Re: ports/124548: net/mDNSResponder port incompatible with gnome desktop: mDNSResponderPosix vs avahi-libdns 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, 01 Sep 2008 05:32:05 -0000 Synopsis: net/mDNSResponder port incompatible with gnome desktop: mDNSResponderPosix vs avahi-libdns Responsible-Changed-From-To: alexbl->freebsd-ports-bugs Responsible-Changed-By: alexbl Responsible-Changed-When: Mon Sep 1 05:31:41 UTC 2008 Responsible-Changed-Why: Dropped maintainership, so turn this back over to the pool so someone can handle it http://www.freebsd.org/cgi/query-pr.cgi?pr=124548 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 06:57:44 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8C9D106564A for ; Mon, 1 Sep 2008 06:57:44 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 999788FC1A for ; Mon, 1 Sep 2008 06:57:44 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 491B1221894F; Mon, 1 Sep 2008 16:42:25 +1000 (EST) X-Viruscan-Id: <48BB8ED1000179552519D3@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 0150421B456D; Mon, 1 Sep 2008 16:42:25 +1000 (EST) Received: from k7.mavetju (ppp121-44-29-52.lns10.syd7.internode.on.net [121.44.29.52]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 9F6CE2218800; Mon, 1 Sep 2008 16:42:24 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 27DBCD4; Mon, 1 Sep 2008 16:42:24 +1000 (EST) Date: Mon, 1 Sep 2008 16:42:24 +1000 From: Edwin Groothuis To: Pedro Giffuni Message-ID: <20080901064224.GS3285@k7.mavetju> References: <200809010408.m8148eRS096833@freefall.freebsd.org> <603367.375.qm@web32708.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <603367.375.qm@web32708.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/127012: Update devel/ptmalloc to version 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: Mon, 01 Sep 2008 06:57:44 -0000 On Sun, Aug 31, 2008 at 10:02:39PM -0700, Pedro Giffuni wrote: > --- Dom 31/8/08, edwin@FreeBSD.org ha scritto: > > ... > > For historical reasons, devel/ptmalloc2 should be made > > before this one is > > commited. > > > > Actually.. I am wondering *if* there is a good reason to keep > ptmalloc2 instead of just going ahead with the update. You said that glibc was use the ptmalloc2, so it would be handy to have it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 08:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 944AF1065671 for ; Mon, 1 Sep 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 72B5A8FC1D for ; Mon, 1 Sep 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m818U29Q051530 for ; Mon, 1 Sep 2008 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m818U2gQ051529; Mon, 1 Sep 2008 08:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 08:30:02 GMT Resent-Message-Id: <200809010830.m818U2gQ051529@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9565106564A for ; Mon, 1 Sep 2008 08:23:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 99D0F8FC17 for ; Mon, 1 Sep 2008 08:23:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m818N1VT079430 for ; Mon, 1 Sep 2008 08:23:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m818N1S9079429; Mon, 1 Sep 2008 08:23:01 GMT (envelope-from nobody) Message-Id: <200809010823.m818N1S9079429@www.freebsd.org> Date: Mon, 1 Sep 2008 08:23:01 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127018: Linuxulator incapable of using FreeBSD's LDAP environment 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, 01 Sep 2008 08:30:02 -0000 >Number: 127018 >Category: ports >Synopsis: Linuxulator incapable of using FreeBSD's LDAP environment >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 01 08:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 7.1-PRE >Organization: FU Berlin >Environment: >Description: The only way viewing AND editing AND printing PDF documents is to utilize Linux's Acrobatreader software. Doing so in an LDAP environment (which is not very uncommon within non home/desktop environment) renders acroread8 and all other Linux utilities which try to resolve the UID of its user unusuable! Every attempt configuring Linuxulator using LDAP failed so far and is beyond my scope. This error occurs always when trying to start acroread8: (acroread:41624): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2001) (acroread:41624): Gdk-WARNING **: shmget failed: error 12 (Cannot allocate memory) >How-To-Repeat: Install acrobatviewer out of the ports within a LDAP environment and try to use acroread from LDAP-user. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 09:00:29 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 291431065682 for ; Mon, 1 Sep 2008 09:00:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0232B8FC1F for ; Mon, 1 Sep 2008 09:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8190GKu054290 for ; Mon, 1 Sep 2008 09:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8190GmW054289; Mon, 1 Sep 2008 09:00:16 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 09:00:16 GMT Resent-Message-Id: <200809010900.m8190GmW054289@freefall.freebsd.org> 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 Wall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 682271065686 for ; Mon, 1 Sep 2008 08:52:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 599C78FC1C for ; Mon, 1 Sep 2008 08:52:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m818qCE8091847 for ; Mon, 1 Sep 2008 08:52:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m818qCHH091846; Mon, 1 Sep 2008 08:52:12 GMT (envelope-from nobody) Message-Id: <200809010852.m818qCHH091846@www.freebsd.org> Date: Mon, 1 Sep 2008 08:52:12 GMT From: Frank Wall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127019: portupgrade does not recognize fail conditions 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, 01 Sep 2008 09:00:29 -0000 >Number: 127019 >Category: ports >Synopsis: portupgrade does not recognize fail conditions >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 01 09:00:16 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: 7.0-RELEASE-p2 >Organization: >Environment: FreeBSD XXX 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18 07:33:20 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: When trying to install a port with portupgrade and the installation failes with an error, portupgrade does not recognize this error conditions and reports the failed installation as successful installation. >How-To-Repeat: You may easily repeat this problem by trying to install both 'lynx' ports at the same time. Although this is nothing you would do in real world, this is nice to show the wrong behaviour of portupgrade. # portinstall -Nv lynx ---> Reading default options: -v -b -D -L /var/tmp/portupgrade-%s::%s.log ---> Session started at: Mon, 01 Sep 2008 10:08:46 +0200 ---> Found 2 ports matching 'lynx': www/lynx www/lynx-current Install 'www/lynx'? [yes] [...] Install 'www/lynx-current'? [yes] [...] Now portupgrade is going to install 'www/lynx' first. This will be successfull. Afterwards portupgrade tries to install 'www/lynx-current', but it fails due to conflicts with already installed 'www/lynx' package: ---> Build of www/lynx-current ended at: Mon, 01 Sep 2008 10:12:46 +0200 (consumed 00:01:54) ---> Installation of www/lynx-current started at: Mon, 01 Sep 2008 10:12:46 +0200 ---> Installing the new version via the port ===> Installing for lynx-2.8.7d9_1 ===> lynx-2.8.7d9_1 conflicts with installed package(s): lynx-2.8.6.5_4,1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/www/lynx-current. *** Error code 1 Stop in /usr/ports/www/lynx-current. At this point I would expect portupgrade to report the installation of 'www/lynx' as successfull, but the installation of 'www/lynx-devel' as failed. But take a look at the report: ---> ** Install tasks 3: 3 done, 0 ignored, 0 skipped and 0 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) + misc/mime-support + www/lynx + www/lynx-current ---> Packages processed: 3 done, 0 ignored, 0 skipped and 0 failed ---> Session ended at: Mon, 01 Sep 2008 10:12:48 +0200 (consumed 00:04:01) Portupgrade tells me that the installation of 'www/lynx-current' was successfull, although the installation failed. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 09:03:40 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D651F1065670; Mon, 1 Sep 2008 09:03:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE87E8FC19; Mon, 1 Sep 2008 09:03:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8193ec8054616; Mon, 1 Sep 2008 09:03:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8193e4P054612; Mon, 1 Sep 2008 09:03:40 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 09:03:40 GMT Message-Id: <200809010903.m8193e4P054612@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127019: ports-mgmt/portupgrade does not recognize fail conditions 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, 01 Sep 2008 09:03:40 -0000 Synopsis: ports-mgmt/portupgrade does not recognize fail conditions Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 09:03:40 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127019 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 09:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1B8A1065679 for ; Mon, 1 Sep 2008 09:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C88048FC0A for ; Mon, 1 Sep 2008 09:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m819A4Bl054703 for ; Mon, 1 Sep 2008 09:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m819A4Lv054702; Mon, 1 Sep 2008 09:10:04 GMT (envelope-from gnats) Date: Mon, 1 Sep 2008 09:10:04 GMT Message-Id: <200809010910.m819A4Lv054702@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127018: Linuxulator incapable of using FreeBSD's LDAP environment 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: Mon, 01 Sep 2008 09:10:05 -0000 The following reply was made to PR ports/127018; it has been noted by GNATS. From: Edwin Groothuis To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/127018: Linuxulator incapable of using FreeBSD's LDAP environment Date: Mon, 1 Sep 2008 19:04:00 +1000 On Mon, Sep 01, 2008 at 08:23:01AM +0000, O. Hartmann wrote: > >Synopsis: Linuxulator incapable of using FreeBSD's LDAP environment Is this for the ports or bin category? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 09:22:52 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 605D0106564A; Mon, 1 Sep 2008 09:22:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 391578FC16; Mon, 1 Sep 2008 09:22:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m819Mq5P056657; Mon, 1 Sep 2008 09:22:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m819MqoB056653; Mon, 1 Sep 2008 09:22:52 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 09:22:52 GMT Message-Id: <200809010922.m819MqoB056653@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127020: detach www/cherokee from console 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, 01 Sep 2008 09:22:52 -0000 Synopsis: detach www/cherokee from console Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 09:22:40 UTC 2008 Responsible-Changed-Why: properly assign http://www.freebsd.org/cgi/query-pr.cgi?pr=127020 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 09:23:59 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A77B2106564A; Mon, 1 Sep 2008 09:23:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80D3E8FC0C; Mon, 1 Sep 2008 09:23:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m819NxZF056740; Mon, 1 Sep 2008 09:23:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m819Nxxu056736; Mon, 1 Sep 2008 09:23:59 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 09:23:59 GMT Message-Id: <200809010923.m819Nxxu056736@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127020: detach www/cherokee from console 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, 01 Sep 2008 09:23:59 -0000 Synopsis: detach www/cherokee from console Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 09:23:59 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127020 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 10:50:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45BA2106568B for ; Mon, 1 Sep 2008 10:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3715F8FC24 for ; Mon, 1 Sep 2008 10:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81Ao5Mm066884 for ; Mon, 1 Sep 2008 10:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Ao5kI066883; Mon, 1 Sep 2008 10:50:05 GMT (envelope-from gnats) Date: Mon, 1 Sep 2008 10:50:05 GMT Message-Id: <200809011050.m81Ao5kI066883@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Joerg Pulz Cc: Subject: Re: ports/126843: [patch] update sysutils/nut to use www/neon28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joerg Pulz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 10:50:06 -0000 The following reply was made to PR ports/126843; it has been noted by GNATS. From: Joerg Pulz To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/126843: [patch] update sysutils/nut to use www/neon28 Date: Mon, 1 Sep 2008 12:31:04 +0200 (CEST) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i hereby approve the proposed patch. Thanks for pointing this one out and fixing it. Kind regards Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iD8DBQFIu8RrSPOsGF+KA+MRAl5fAJ0ap2zcZOj9966dYz5RuZzM2GVS6QCgvkj8 GYt55T3bcX95yBiyo4C9+0M= =K8J0 -----END PGP SIGNATURE----- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 11:00:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C331065679 for ; Mon, 1 Sep 2008 11:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5BD8FC1A for ; Mon, 1 Sep 2008 11:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81B0CDj067123 for ; Mon, 1 Sep 2008 11:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81B0CEx067122; Mon, 1 Sep 2008 11:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 11:00:12 GMT Resent-Message-Id: <200809011100.m81B0CEx067122@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FF31065680 for ; Mon, 1 Sep 2008 10:52:53 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.freebsd.org (Postfix) with ESMTP id 62AC28FC1F for ; Mon, 1 Sep 2008 10:52:53 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id 349CA3DCA; Mon, 1 Sep 2008 18:52:44 +0800 (CST) Message-Id: <20080901105244.349CA3DCA@sunpoet.net> Date: Mon, 1 Sep 2008 18:52:44 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dinoex@FreeBSD.org Subject: ports/127021: [PATCH] print/cups-base: fix pkg-plist and other minor modifications 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, 01 Sep 2008 11:00:12 -0000 >Number: 127021 >Category: ports >Synopsis: [PATCH] print/cups-base: fix pkg-plist and other minor modifications >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 Sep 01 11:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bonjour.sunpoet.net 7.0-STABLE FreeBSD 7.0-STABLE #10: Fri Aug 1 11:36:08 CST >Description: [DESCRIBE CHANGES] - Remove @dirrm of absent %%DOCSDIR%%/{da|fi|ko|nl|no|pt|pt_BR|ru|zh} directories - Make portlint happier 1) Utilize INSTALLS_ICONS 2) Reorder DISTVERSIONSUFFIX Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cups-base-1.3.7_4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/cups-base/Makefile /usr/ports/sunpoet/cups-base/Makefile --- /usr/ports/print/cups-base/Makefile 2008-08-21 23:26:34.134934571 +0800 +++ /usr/ports/sunpoet/cups-base/Makefile 2008-09-01 18:20:00.208639974 +0800 @@ -7,8 +7,8 @@ PORTNAME= cups PORTVERSION= 1.3.7 -PORTREVISION= 4 DISTVERSIONSUFFIX= -source +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= -base${PKGNAMESUFFIX2} @@ -180,6 +180,9 @@ MLINKS= accept.${MAN8EXT} reject.${MAN8EXT} \ cupsenable.${MAN8EXT} cupsdisable.${MAN8EXT} +INSTALLS_ICONS= hicolor/16x16/apps/cups.png hicolor/32x32/apps/cups.png \ + hicolor/64x64/apps/cups.png hicolor/128x128/apps/cups.png + pre-configure:: @${ECHO_MSG} Configuring CUPS with options: @${ECHO_MSG} ${CONFIGURE_ARGS} | fmt diff -ruN --exclude=CVS /usr/ports/print/cups-base/pkg-plist /usr/ports/sunpoet/cups-base/pkg-plist --- /usr/ports/print/cups-base/pkg-plist 2008-04-05 07:56:24.000000000 +0800 +++ /usr/ports/sunpoet/cups-base/pkg-plist 2008-09-01 18:46:22.365326089 +0800 @@ -1568,10 +1568,6 @@ %%DOCSDIR%%/zh_TW/index.html %%EXAMPLESDIR%%/lpt-cupsd.conf share/applications/cups.desktop -share/icons/hicolor/16x16/apps/cups.png -share/icons/hicolor/32x32/apps/cups.png -share/icons/hicolor/64x64/apps/cups.png -share/icons/hicolor/128x128/apps/cups.png share/locale/da/cups_da.po share/locale/de/cups_de.po share/locale/es/cups_es.po @@ -1613,24 +1609,10 @@ @exec mkdir -p %D/%%DOCSDIR%%/zh/images @dirrm %%DOCSDIR%%/zh_TW/images @dirrm %%DOCSDIR%%/zh_TW -@dirrm %%DOCSDIR%%/zh/images -@dirrm %%DOCSDIR%%/zh @dirrm %%DOCSDIR%%/sv/images @dirrm %%DOCSDIR%%/sv -@dirrm %%DOCSDIR%%/ru/images -@dirrm %%DOCSDIR%%/ru -@dirrm %%DOCSDIR%%/pt_BR/images -@dirrm %%DOCSDIR%%/pt_BR -@dirrm %%DOCSDIR%%/pt/images -@dirrm %%DOCSDIR%%/pt @dirrm %%DOCSDIR%%/pl/images @dirrm %%DOCSDIR%%/pl -@dirrm %%DOCSDIR%%/no/images -@dirrm %%DOCSDIR%%/no -@dirrm %%DOCSDIR%%/nl/images -@dirrm %%DOCSDIR%%/nl -@dirrm %%DOCSDIR%%/ko/images -@dirrm %%DOCSDIR%%/ko @dirrm %%DOCSDIR%%/ja/images @dirrm %%DOCSDIR%%/ja @dirrm %%DOCSDIR%%/it/images @@ -1641,16 +1623,12 @@ @dirrm %%DOCSDIR%%/he @dirrm %%DOCSDIR%%/fr/images @dirrm %%DOCSDIR%%/fr -@dirrm %%DOCSDIR%%/fi/images -@dirrm %%DOCSDIR%%/fi @dirrm %%DOCSDIR%%/et/images @dirrm %%DOCSDIR%%/et @dirrm %%DOCSDIR%%/es/images @dirrm %%DOCSDIR%%/es @dirrm %%DOCSDIR%%/de/images @dirrm %%DOCSDIR%%/de -@dirrm %%DOCSDIR%%/da/images -@dirrm %%DOCSDIR%%/da @dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/templates/zh_TW --- cups-base-1.3.7_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 11:00:23 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E245710656C7; Mon, 1 Sep 2008 11:00:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA8A88FC0C; Mon, 1 Sep 2008 11:00:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81B0NQl067308; Mon, 1 Sep 2008 11:00:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81B0Nub067304; Mon, 1 Sep 2008 11:00:23 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 11:00:23 GMT Message-Id: <200809011100.m81B0Nub067304@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127021: [PATCH] print/cups-base: fix pkg-plist and other minor modifications 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, 01 Sep 2008 11:00:24 -0000 Synopsis: [PATCH] print/cups-base: fix pkg-plist and other minor modifications Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 11:00:23 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127021 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 11:29:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A344E106567A for ; Mon, 1 Sep 2008 11:29:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.freebsd.org (Postfix) with ESMTP id 749B88FC0A for ; Mon, 1 Sep 2008 11:29:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id 1FD103DFF; Mon, 1 Sep 2008 19:28:57 +0800 (CST) Date: Mon, 1 Sep 2008 19:28:57 +0800 From: Sunpoet Po-Chuan Hsieh To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20080901112857.GA88556@bonjour.sunpoet.net> References: <20080901105244.349CA3DCA@sunpoet.net> <200809011100.m81B0BWC067109@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <200809011100.m81B0BWC067109@freefall.freebsd.org> Organization: SUNPOET.net User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: ports/127021: [PATCH] print/cups-base: fix pkg-plist and other minor modifications 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, 01 Sep 2008 11:29:05 -0000 The error message of deinstallation is as follows: ===> Deinstalling for print/cups-base ===> Deinstalling cups-base-1.3.7_4 cups:*:193:193::0:0:CUPS Owner:/nonexistent:/usr/sbin/nologin pkg_delete: file '/usr/local/share/doc/cups/zh/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/zh/images' pkg_delete: file '/usr/local/share/doc/cups/zh' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/zh' pkg_delete: file '/usr/local/share/doc/cups/ru/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/ru/images' pkg_delete: file '/usr/local/share/doc/cups/ru' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/ru' pkg_delete: file '/usr/local/share/doc/cups/pt_BR/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/pt_BR/images' pkg_delete: file '/usr/local/share/doc/cups/pt_BR' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/pt_BR' pkg_delete: file '/usr/local/share/doc/cups/pt/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/pt/images' pkg_delete: file '/usr/local/share/doc/cups/pt' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/pt' pkg_delete: file '/usr/local/share/doc/cups/no/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/no/images' pkg_delete: file '/usr/local/share/doc/cups/no' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/no' pkg_delete: file '/usr/local/share/doc/cups/nl/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/nl/images' pkg_delete: file '/usr/local/share/doc/cups/nl' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/nl' pkg_delete: file '/usr/local/share/doc/cups/ko/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/ko/images' pkg_delete: file '/usr/local/share/doc/cups/ko' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/ko' pkg_delete: file '/usr/local/share/doc/cups/fi/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/fi/images' pkg_delete: file '/usr/local/share/doc/cups/fi' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/fi' pkg_delete: file '/usr/local/share/doc/cups/da/images' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/da/images' pkg_delete: file '/usr/local/share/doc/cups/da' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/doc/cups/da' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) -- Sunpoet Po-Chuan Hsieh From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 11:57:22 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4A471065676 for ; Mon, 1 Sep 2008 11:57:22 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: from web32705.mail.mud.yahoo.com (web32705.mail.mud.yahoo.com [68.142.207.249]) by mx1.freebsd.org (Postfix) with SMTP id 51BDC8FC14 for ; Mon, 1 Sep 2008 11:57:22 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: (qmail 47299 invoked by uid 60001); 1 Sep 2008 11:57:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=xuUamhzlOcRTMiRJQ/YhNMQDoctJJv7o+t2D0i2poGGoBy/TTr1kGpM1Ew5T4QGq+jXa9avwv3ItvxT7LnP5WWLPeAM30K54dV/Yz1mygC1Sz8oBCo8j2J5m25hLjtuFuZQmORRQ9ogk7oEBOUSrOUshxn/QKD8SBW5g5RQdONc=; X-YMail-OSG: TtLsbDgVM1kuD8rcslAUgEb_Iwp570PbPs2Rsod5JXLDI3UUqBxWmJKfFsy8VqfSqQ-- Received: from [190.157.91.190] by web32705.mail.mud.yahoo.com via HTTP; Mon, 01 Sep 2008 04:57:21 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Mon, 1 Sep 2008 04:57:21 -0700 (PDT) From: Pedro Giffuni To: Edwin Groothuis In-Reply-To: <20080901064224.GS3285@k7.mavetju> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <868965.46729.qm@web32705.mail.mud.yahoo.com> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/127012: Update devel/ptmalloc to version 3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pfgshield-freebsd@yahoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 11:57:22 -0000 --- Lun 1/9/08, Edwin Groothuis ha scritto: ... >=20 > You said that glibc was use the ptmalloc2, so it would be > handy to have it. >=20 Yes, but ptmalloc3 is better to the point that some linux packages are star= ting to override the glibc malloc and include ptmalloc3 or alternative impl= ementations as part of their sources.=20 That said, a new ptmalloc2 port should take advantage of ${PORTNAME} and st= art from a shared library version .1 . Pedro.=0A=0A__________________________________________________=0ADo You Yah= oo!?=0APoco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da= tanto spazio gratuito per i tuoi file e i messaggi =0Ahttp://mail.yahoo.it= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 13:17:30 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1213106567D; Mon, 1 Sep 2008 13:17:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 795238FC08; Mon, 1 Sep 2008 13:17:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81DHUFp084049; Mon, 1 Sep 2008 13:17:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81DHUkc084045; Mon, 1 Sep 2008 13:17:30 GMT (envelope-from linimon) Date: Mon, 1 Sep 2008 13:17:30 GMT Message-Id: <200809011317.m81DHUkc084045@freefall.freebsd.org> To: Joerg.Pulz@frm2.tum.de, josh@tcbug.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126843: [patch] update sysutils/nut to use www/neon28 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, 01 Sep 2008 13:17:30 -0000 Synopsis: [patch] update sysutils/nut to use www/neon28 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Sep 1 13:17:21 UTC 2008 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=126843 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 13:36:36 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 974211065672; Mon, 1 Sep 2008 13:36:36 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 70CA28FC22; Mon, 1 Sep 2008 13:36:36 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81DaaPT086568; Mon, 1 Sep 2008 13:36:36 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Daa5M086564; Mon, 1 Sep 2008 13:36:36 GMT (envelope-from bms) Date: Mon, 1 Sep 2008 13:36:36 GMT Message-Id: <200809011336.m81Daa5M086564@freefall.freebsd.org> To: bms@FreeBSD.org, bms@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bms@FreeBSD.org Cc: Subject: Re: ports/126037: graphics/geomview: fix build, label broken 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: Mon, 01 Sep 2008 13:36:36 -0000 Synopsis: graphics/geomview: fix build, label broken on amd64 Responsible-Changed-From-To: bms->freebsd-ports-bugs Responsible-Changed-By: bms Responsible-Changed-When: Mon 1 Sep 2008 13:35:58 UTC Responsible-Changed-Why: dropped maintainership http://www.freebsd.org/cgi/query-pr.cgi?pr=126037 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 13:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B512106566B for ; Mon, 1 Sep 2008 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A43E8FC1F for ; Mon, 1 Sep 2008 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81Do2uH086991 for ; Mon, 1 Sep 2008 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Do2QM086990; Mon, 1 Sep 2008 13:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 13:50:02 GMT Resent-Message-Id: <200809011350.m81Do2QM086990@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Timofeev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D981F106568B for ; Mon, 1 Sep 2008 13:43:52 +0000 (UTC) (envelope-from vovkasm@zoo.rambler.ru) Received: from zoo.rambler.ru (zoo.rambler.ru [81.19.67.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5868FC1A for ; Mon, 1 Sep 2008 13:43:51 +0000 (UTC) (envelope-from vovkasm@zoo.rambler.ru) Received: from zoo.rambler.ru (localhost [127.0.0.1]) by zoo.rambler.ru (8.13.8/8.13.8) with ESMTP id m81DhniI001591 for ; Mon, 1 Sep 2008 17:43:49 +0400 (MSD) (envelope-from vovkasm@zoo.rambler.ru) Received: (from vovkasm@localhost) by zoo.rambler.ru (8.13.8/8.13.8/Submit) id m81Dhn8Y001590; Mon, 1 Sep 2008 17:43:49 +0400 (MSD) (envelope-from vovkasm) Message-Id: <200809011343.m81Dhn8Y001590@zoo.rambler.ru> Date: Mon, 1 Sep 2008 17:43:49 +0400 (MSD) From: Vladimir Timofeev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127022: [NEW PORT] www/p5-Catalyst-Model-Adaptor: Use a plain class as a Catalyst model 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, 01 Sep 2008 13:50:02 -0000 >Number: 127022 >Category: ports >Synopsis: [NEW PORT] www/p5-Catalyst-Model-Adaptor: Use a plain class as a Catalyst model >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 Sep 01 13:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Vladimir Timofeev >Release: FreeBSD 6.2-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD zoo.rambler.ru 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Thu Feb 15 17:00:27 MSK 2007 >Description: use a plain class as a Catalyst model WWW: http://search.cpan.org/dist/Catalyst-Model-Adaptor Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Model-Adaptor-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Catalyst-Model-Adaptor # p5-Catalyst-Model-Adaptor/pkg-descr # p5-Catalyst-Model-Adaptor/Makefile # p5-Catalyst-Model-Adaptor/pkg-plist # p5-Catalyst-Model-Adaptor/distinfo # echo c - p5-Catalyst-Model-Adaptor mkdir -p p5-Catalyst-Model-Adaptor > /dev/null 2>&1 echo x - p5-Catalyst-Model-Adaptor/pkg-descr sed 's/^X//' >p5-Catalyst-Model-Adaptor/pkg-descr << 'END-of-p5-Catalyst-Model-Adaptor/pkg-descr' Xuse a plain class as a Catalyst model X XWWW: http://search.cpan.org/dist/Catalyst-Model-Adaptor END-of-p5-Catalyst-Model-Adaptor/pkg-descr echo x - p5-Catalyst-Model-Adaptor/Makefile sed 's/^X//' >p5-Catalyst-Model-Adaptor/Makefile << 'END-of-p5-Catalyst-Model-Adaptor/Makefile' X# New ports collection makefile for: p5-Catalyst-Model-Adaptor X# Date created: 2008-09-01 X# Whom: Vladimir Timofeev X# X# $FreeBSD$ X# X XPORTNAME= Catalyst-Model-Adaptor XPORTVERSION= 0.03 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= vovkasm@gmail.com XCOMMENT= Use a plain class as a Catalyst model X XRUN_DEPENDS= \ X p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ X p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 X XPERL_CONFIGURE= yes X XMAN3= Catalyst::Helper::Model::Adaptor.3 \ X Catalyst::Helper::Model::Factory.3 \ X Catalyst::Helper::Model::Factory::PerRequest.3 \ X Catalyst::Model::Adaptor.3 \ X Catalyst::Model::Adaptor::Base.3 \ X Catalyst::Model::Factory.3 \ X Catalyst::Model::Factory::PerRequest.3 X X.include X.include END-of-p5-Catalyst-Model-Adaptor/Makefile echo x - p5-Catalyst-Model-Adaptor/pkg-plist sed 's/^X//' >p5-Catalyst-Model-Adaptor/pkg-plist << 'END-of-p5-Catalyst-Model-Adaptor/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model/Adaptor/.packlist X%%SITE_PERL%%/Catalyst/Helper/Model/Adaptor.pm X%%SITE_PERL%%/Catalyst/Helper/Model/Factory.pm X%%SITE_PERL%%/Catalyst/Helper/Model/Factory/PerRequest.pm X%%SITE_PERL%%/Catalyst/Model/Adaptor.pm X%%SITE_PERL%%/Catalyst/Model/Adaptor/Base.pm X%%SITE_PERL%%/Catalyst/Model/Factory.pm X%%SITE_PERL%%/Catalyst/Model/Factory/PerRequest.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model/Adaptor X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst X@dirrmtry %%SITE_PERL%%/Catalyst/Helper/Model/Factory X@dirrmtry %%SITE_PERL%%/Catalyst/Helper/Model X@dirrmtry %%SITE_PERL%%/Catalyst/Helper X@dirrmtry %%SITE_PERL%%/Catalyst/Model/Factory X@dirrmtry %%SITE_PERL%%/Catalyst/Model/Adaptor X@dirrmtry %%SITE_PERL%%/Catalyst/Model X@dirrmtry %%SITE_PERL%%/Catalyst END-of-p5-Catalyst-Model-Adaptor/pkg-plist echo x - p5-Catalyst-Model-Adaptor/distinfo sed 's/^X//' >p5-Catalyst-Model-Adaptor/distinfo << 'END-of-p5-Catalyst-Model-Adaptor/distinfo' XMD5 (Catalyst-Model-Adaptor-0.03.tar.gz) = 81d1c803fbeaa9be4e6f95950aec7106 XSHA256 (Catalyst-Model-Adaptor-0.03.tar.gz) = 6a181feb2f8cf32a5797e97f1e0ea5b73a2ac9fc41b89d087ddf35e7545b5fe5 XSIZE (Catalyst-Model-Adaptor-0.03.tar.gz) = 18122 END-of-p5-Catalyst-Model-Adaptor/distinfo exit --- p5-Catalyst-Model-Adaptor-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:00:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A791065683; Mon, 1 Sep 2008 14:00:06 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F15858FC20; Mon, 1 Sep 2008 14:00:05 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (makc@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81E05Y6087358; Mon, 1 Sep 2008 14:00:05 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81E05Xq087354; Mon, 1 Sep 2008 14:00:05 GMT (envelope-from makc) Date: Mon, 1 Sep 2008 14:00:05 GMT Message-Id: <200809011400.m81E05Xq087354@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/126603: New port: textproc/scim-bridge-qt4 scim bridge for qt4 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, 01 Sep 2008 14:00:06 -0000 Synopsis: New port: textproc/scim-bridge-qt4 scim bridge for qt4 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Mon Sep 1 14:00:05 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126603 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:00:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D66C810656C4 for ; Mon, 1 Sep 2008 14:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5169B8FC19 for ; Mon, 1 Sep 2008 14:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81E0DlE087442 for ; Mon, 1 Sep 2008 14:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81E0D9o087441; Mon, 1 Sep 2008 14:00:13 GMT (envelope-from gnats) Date: Mon, 1 Sep 2008 14:00:13 GMT Message-Id: <200809011400.m81E0D9o087441@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Max Brazhnikov Cc: Subject: Re: ports/126939: NEW PORT: x11-themes/qtcurve-gtk1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Max Brazhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 14:00:20 -0000 The following reply was made to PR ports/126939; it has been noted by GNATS. From: Max Brazhnikov To: bug-followup@freebsd.org, lazyklimm@gmail.com Cc: Subject: Re: ports/126939: NEW PORT: x11-themes/qtcurve-gtk1 Date: Mon, 1 Sep 2008 17:58:07 +0400 since qtcurve-gtk1 is unsupported may be it should not go to the ports? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 115AB106566C for ; Mon, 1 Sep 2008 14:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5A678FC18 for ; Mon, 1 Sep 2008 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81EA3Di087764 for ; Mon, 1 Sep 2008 14:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81EA3cS087763; Mon, 1 Sep 2008 14:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 14:10:03 GMT Resent-Message-Id: <200809011410.m81EA3cS087763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FCFD106566B for ; Mon, 1 Sep 2008 14:01:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 421588FC12 for ; Mon, 1 Sep 2008 14:01:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m81E1jki017554 for ; Mon, 1 Sep 2008 14:01:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m81E1jUG017553; Mon, 1 Sep 2008 14:01:45 GMT (envelope-from nobody) Message-Id: <200809011401.m81E1jUG017553@www.freebsd.org> Date: Mon, 1 Sep 2008 14:01:45 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127023: [Patch]databases/phpMinAdmin:fix the distinfo error 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, 01 Sep 2008 14:10:04 -0000 >Number: 127023 >Category: ports >Synopsis: [Patch]databases/phpMinAdmin:fix the distinfo error >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 Sep 01 14:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix the problem of the distinfo file >How-To-Repeat: >Fix: Patch attached with submission follows: --- distinfo.orig 2008-08-28 23:29:18.000000000 +0800 +++ distinfo 2008-09-02 05:34:12.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (phpMinAdmin-1.7.0.zip) = 86f98a65528bdb56c6072fdc7d8c77c2 -SHA256 (phpMinAdmin-1.7.0.zip) = 4ca1a6a8624507fe2c8cead4f4bba9abe0497d62e2b41fada54e06caa0e85856 -SIZE (phpMinAdmin-1.7.0.zip) = 71256 +MD5 (phpMinAdmin-1.7.0.zip) = cb91e9e48625b6cadf96e3e922b97307 +SHA256 (phpMinAdmin-1.7.0.zip) = 72088f76486783ab0569fe9c4ce808849f6d79b1041e31d2bf7104dc9a52d240 +SIZE (phpMinAdmin-1.7.0.zip) = 73060 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:10:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD0851065675; Mon, 1 Sep 2008 14:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 867AE8FC1B; Mon, 1 Sep 2008 14:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81EAF2R087907; Mon, 1 Sep 2008 14:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81EAFD5087903; Mon, 1 Sep 2008 14:10:15 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 14:10:15 GMT Message-Id: <200809011410.m81EAFD5087903@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127023: [Patch]databases/phpMinAdmin:fix the distinfo error 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, 01 Sep 2008 14:10:15 -0000 Synopsis: [Patch]databases/phpMinAdmin:fix the distinfo error Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 14:10:15 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127023 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:14:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A361065677; Mon, 1 Sep 2008 14:14:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3B3C8FC24; Mon, 1 Sep 2008 14:14:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81EEEXI089399; Mon, 1 Sep 2008 14:14:14 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81EEEQB089395; Mon, 1 Sep 2008 14:14:14 GMT (envelope-from rafan) Date: Mon, 1 Sep 2008 14:14:14 GMT Message-Id: <200809011414.m81EEEQB089395@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/127007: www/p5-FCGI-Spawn 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: Mon, 01 Sep 2008 14:14:14 -0000 Synopsis: www/p5-FCGI-Spawn update Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Mon Sep 1 14:14:14 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127007 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:27:31 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EA441065682; Mon, 1 Sep 2008 14:27:31 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECA418FC16; Mon, 1 Sep 2008 14:27:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81ERUOs090029; Mon, 1 Sep 2008 14:27:30 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81ERUCS090025; Mon, 1 Sep 2008 14:27:30 GMT (envelope-from rafan) Date: Mon, 1 Sep 2008 14:27:30 GMT Message-Id: <200809011427.m81ERUCS090025@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/127016: cad/netgen does not 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: Mon, 01 Sep 2008 14:27:31 -0000 Synopsis: cad/netgen does not build Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Mon Sep 1 14:27:30 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127016 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:50:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B5581065673 for ; Mon, 1 Sep 2008 14:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6AF18FC15 for ; Mon, 1 Sep 2008 14:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81Eo5C2092533 for ; Mon, 1 Sep 2008 14:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Eo5ZS092532; Mon, 1 Sep 2008 14:50:05 GMT (envelope-from gnats) Date: Mon, 1 Sep 2008 14:50:05 GMT Message-Id: <200809011450.m81Eo5ZS092532@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mohacsi Janos Cc: Subject: Re: ports/126852: [PATCH] Fix build of net-mgmt/nfsen with rrdtool 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mohacsi Janos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 14:50:06 -0000 The following reply was made to PR ports/126852; it has been noted by GNATS. From: Mohacsi Janos To: bug-followup@FreeBSD.ORG Cc: janos.mohacsi@bsd.hu Subject: Re: ports/126852: [PATCH] Fix build of net-mgmt/nfsen with rrdtool 1.3 Date: Mon, 1 Sep 2008 16:43:48 +0200 (CEST) Approved. Janos Mohacsi Network Engineer, Research Associate, Head of Network Planning and Projects NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 On Tue, 26 Aug 2008, Edwin Groothuis wrote: > Maintainer of net-mgmt/nfsen, > > Please note that PR ports/126852 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126852 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:53:55 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF3401065687; Mon, 1 Sep 2008 14:53:55 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C73808FC08; Mon, 1 Sep 2008 14:53:55 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81Ert7h092803; Mon, 1 Sep 2008 14:53:55 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Ertpd092799; Mon, 1 Sep 2008 14:53:55 GMT (envelope-from lippe) Date: Mon, 1 Sep 2008 14:53:55 GMT Message-Id: <200809011453.m81Ertpd092799@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127022: [NEW PORT] www/p5-Catalyst-Model-Adaptor: Use a plain class as a Catalyst model 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, 01 Sep 2008 14:53:56 -0000 Synopsis: [NEW PORT] www/p5-Catalyst-Model-Adaptor: Use a plain class as a Catalyst model Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Mon Sep 1 14:53:55 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127022 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 14:54:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3096A1065687; Mon, 1 Sep 2008 14:54:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 095948FC25; Mon, 1 Sep 2008 14:54:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81EsD8h092899; Mon, 1 Sep 2008 14:54:13 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81EsDun092895; Mon, 1 Sep 2008 14:54:13 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 14:54:13 GMT Message-Id: <200809011454.m81EsDun092895@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126037: graphics/geomview: fix build, label broken 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: Mon, 01 Sep 2008 14:54:14 -0000 Synopsis: graphics/geomview: fix build, label broken on amd64 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 14:54:13 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126037 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:00:33 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C9581065674; Mon, 1 Sep 2008 15:00:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 354F38FC12; Mon, 1 Sep 2008 15:00:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81F0XQa093167; Mon, 1 Sep 2008 15:00:33 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81F0X4e093163; Mon, 1 Sep 2008 15:00:33 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:00:33 GMT Message-Id: <200809011500.m81F0X4e093163@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/122536: devel/libcheck won't build from 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: Mon, 01 Sep 2008 15:00:33 -0000 Synopsis: devel/libcheck won't build from port Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:00:32 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=122536 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:01:43 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E07841065680; Mon, 1 Sep 2008 15:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B8CDD8FC0A; Mon, 1 Sep 2008 15:01:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81F1hXC093365; Mon, 1 Sep 2008 15:01:43 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81F1hDY093361; Mon, 1 Sep 2008 15:01:43 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:01:43 GMT Message-Id: <200809011501.m81F1hDY093361@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126387: devel/avrdude - Bad LIB_DEPENDS line in Makefile 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, 01 Sep 2008 15:01:44 -0000 Synopsis: devel/avrdude - Bad LIB_DEPENDS line in Makefile Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:01:43 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126387 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:04:43 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 135C8106566B; Mon, 1 Sep 2008 15:04:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF0AD8FC21; Mon, 1 Sep 2008 15:04:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81F4gUM093465; Mon, 1 Sep 2008 15:04:42 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81F4gNr093461; Mon, 1 Sep 2008 15:04:42 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:04:42 GMT Message-Id: <200809011504.m81F4gNr093461@freefall.freebsd.org> To: jharris@widomaker.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/125676: [PATCH] Fix www/lynx 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: Mon, 01 Sep 2008 15:04:43 -0000 Synopsis: [PATCH] Fix www/lynx build Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:04:42 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125676 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:09:39 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4DF31065686; Mon, 1 Sep 2008 15:09:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABAFD8FC0A; Mon, 1 Sep 2008 15:09:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81F9doj093574; Mon, 1 Sep 2008 15:09:39 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81F9dYa093570; Mon, 1 Sep 2008 15:09:39 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:09:39 GMT Message-Id: <200809011509.m81F9dYa093570@freefall.freebsd.org> To: vaida.bogdan@gmail.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/125697: [patch] security/secure_delete add conflicts for security/srm 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, 01 Sep 2008 15:09:39 -0000 Synopsis: [patch] security/secure_delete add conflicts for security/srm Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:09:39 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125697 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:10:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2532E1065682; Mon, 1 Sep 2008 15:10:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B920F8FC0A; Mon, 1 Sep 2008 15:10:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FAEaS093796; Mon, 1 Sep 2008 15:10:14 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FAETE093792; Mon, 1 Sep 2008 15:10:14 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:10:14 GMT Message-Id: <200809011510.m81FAETE093792@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126087: wrong man page in sysutils/cmdwatch 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, 01 Sep 2008 15:10:15 -0000 Synopsis: wrong man page in sysutils/cmdwatch Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:10:14 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126087 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:11:36 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF5C41065675; Mon, 1 Sep 2008 15:11:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 966628FC19; Mon, 1 Sep 2008 15:11:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FBaRl094000; Mon, 1 Sep 2008 15:11:36 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FBa59093996; Mon, 1 Sep 2008 15:11:36 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:11:36 GMT Message-Id: <200809011511.m81FBa59093996@freefall.freebsd.org> To: pmarquis@pobox.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126441: textproc/isearch fix build with gcc4.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: Mon, 01 Sep 2008 15:11:36 -0000 Synopsis: textproc/isearch fix build with gcc4.2 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:11:35 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126441 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:11:51 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF761065671; Mon, 1 Sep 2008 15:11:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53AE88FC14; Mon, 1 Sep 2008 15:11:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FBpA5094088; Mon, 1 Sep 2008 15:11:51 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FBpBI094084; Mon, 1 Sep 2008 15:11:51 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:11:51 GMT Message-Id: <200809011511.m81FBpBI094084@freefall.freebsd.org> To: tcovert@sahuagin.net, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126486: [patch] devel/log4cxx fix compiling under FreeBSD 7 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, 01 Sep 2008 15:11:51 -0000 Synopsis: [patch] devel/log4cxx fix compiling under FreeBSD 7 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:11:50 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126486 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:20:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A9BA106568E; Mon, 1 Sep 2008 15:20:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAC668FC3B; Mon, 1 Sep 2008 15:20:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FKCct095736; Mon, 1 Sep 2008 15:20:12 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FKCvr095732; Mon, 1 Sep 2008 15:20:12 GMT (envelope-from amdmi3) Date: Mon, 1 Sep 2008 15:20:12 GMT Message-Id: <200809011520.m81FKCvr095732@freefall.freebsd.org> To: stsp@stsp.in-berlin.de, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126985: [Update] emulators/desmume updated to 0.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: Mon, 01 Sep 2008 15:20:13 -0000 Synopsis: [Update] emulators/desmume updated to 0.8 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Sep 1 15:20:12 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126985 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3ACC106564A for ; Mon, 1 Sep 2008 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D04E8FC17 for ; Mon, 1 Sep 2008 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FU2t0096068 for ; Mon, 1 Sep 2008 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FU2ka096065; Mon, 1 Sep 2008 15:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 15:30:02 GMT Resent-Message-Id: <200809011530.m81FU2ka096065@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CCC71065674 for ; Mon, 1 Sep 2008 15:28:58 +0000 (UTC) (envelope-from douglas@slowhand.douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9FF8FC1F for ; Mon, 1 Sep 2008 15:28:57 +0000 (UTC) (envelope-from douglas@slowhand.douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by slowhand.douglasthrift.net (8.14.3/8.14.3) with ESMTP id m81FSPcQ077280 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 1 Sep 2008 08:28:25 -0700 (PDT) (envelope-from douglas@slowhand.douglasthrift.net) Received: (from douglas@localhost) by slowhand.douglasthrift.net (8.14.3/8.14.3/Submit) id m81FSPSs077279; Mon, 1 Sep 2008 08:28:25 -0700 (PDT) (envelope-from douglas) Message-Id: <200809011528.m81FSPSs077279@slowhand.douglasthrift.net> Date: Mon, 1 Sep 2008 08:28:25 -0700 (PDT) From: Douglas William Thrift To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127025: Update port: www/mod_wsgi Upgrade to 2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 15:30:02 -0000 >Number: 127025 >Category: ports >Synopsis: Update port: www/mod_wsgi Upgrade to 2.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 01 15:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 7.0-STABLE-jc2 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 7.0-STABLE-jc2 FreeBSD 7.0-STABLE-jc2 #0: Thu Jun 26 21:33:03 PDT 2008 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: Upgraded mod_wsgi to version 2.3. http://code.google.com/p/modwsgi/wiki/ChangesInVersion0203 >How-To-Repeat: >Fix: --- mod_wsgi.patch begins here --- diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile --- /usr/ports/www/mod_wsgi/Makefile 2008-07-16 16:23:54.000000000 -0700 +++ mod_wsgi/Makefile 2008-08-23 14:36:28.012407983 -0700 @@ -6,7 +6,7 @@ # PORTNAME= mod_wsgi -PORTVERSION= 2.1 +PORTVERSION= 2.3 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/distinfo mod_wsgi/distinfo --- /usr/ports/www/mod_wsgi/distinfo 2008-07-16 16:23:54.000000000 -0700 +++ mod_wsgi/distinfo 2008-08-23 14:24:58.962894986 -0700 @@ -1,3 +1,3 @@ -MD5 (mod_wsgi-2.1.tar.gz) = 4e0e8b5a13e0be2fc5b038f1e3e826a2 -SHA256 (mod_wsgi-2.1.tar.gz) = 7f1c28f1fbc585de2a15770c990e45b46d184245183775dd31e3a63bd30fc3a0 -SIZE (mod_wsgi-2.1.tar.gz) = 96635 +MD5 (mod_wsgi-2.3.tar.gz) = c686e1c498dbe5753fe491c3cf61cff4 +SHA256 (mod_wsgi-2.3.tar.gz) = 760f03e4d96dd0560717b06448af95bd79e91b59d31930171775a53bb7ec2375 +SIZE (mod_wsgi-2.3.tar.gz) = 96872 diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/patch-mod_wsgi.c mod_wsgi/files/patch-mod_wsgi.c --- /usr/ports/www/mod_wsgi/files/patch-mod_wsgi.c 2008-07-19 10:50:05.000000000 -0700 +++ mod_wsgi/files/patch-mod_wsgi.c 2008-08-23 14:27:52.434479783 -0700 @@ -1,20 +1,13 @@ ---- mod_wsgi.c.orig 2008-06-18 16:35:40.000000000 +0200 -+++ mod_wsgi.c 2008-07-19 19:41:18.000000000 +0200 -@@ -7771,6 +7771,9 @@ - * is restricted, need to truncate display name if too long. - */ +Index: mod_wsgi.c +=================================================================== +--- mod_wsgi.c (revision 1007) ++++ mod_wsgi.c (revision 1008) +@@ -245,7 +245,7 @@ + /* Version and module information. */ -+#ifdef __FreeBSD__ -+ setproctitle(display_name); -+#else - argv0 = (char*)wsgi_server->process->argv[0]; + #define MOD_WSGI_MAJORVERSION_NUMBER 2 +-#define MOD_WSGI_MINORVERSION_NUMBER 2 ++#define MOD_WSGI_MINORVERSION_NUMBER 3 + #define MOD_WSGI_VERSION_STRING "2.3" - dlen = strlen(argv0); -@@ -7782,6 +7785,7 @@ - memcpy(argv0, display_name, slen); - else - memcpy(argv0, display_name, dlen); -+#endif - } - - static void wsgi_setup_access(WSGIDaemonProcess *daemon) + #if AP_SERVER_MAJORVERSION_NUMBER < 2 --- mod_wsgi.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:34:44 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32B70106567B; Mon, 1 Sep 2008 15:34:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1E08FC13; Mon, 1 Sep 2008 15:34:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FYhqt098250; Mon, 1 Sep 2008 15:34:43 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FYhHT098246; Mon, 1 Sep 2008 15:34:43 GMT (envelope-from rafan) Date: Mon, 1 Sep 2008 15:34:43 GMT Message-Id: <200809011534.m81FYhHT098246@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/126947: [patch] update net-mgmt/netxms to 0.2.22 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, 01 Sep 2008 15:34:44 -0000 Synopsis: [patch] update net-mgmt/netxms to 0.2.22 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Mon Sep 1 15:34:43 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126947 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 15:37:17 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C002C1065687; Mon, 1 Sep 2008 15:37:17 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9668A8FC12; Mon, 1 Sep 2008 15:37:17 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81FbHb9098355; Mon, 1 Sep 2008 15:37:17 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81FbGKn098351; Mon, 1 Sep 2008 15:37:16 GMT (envelope-from rafan) Date: Mon, 1 Sep 2008 15:37:16 GMT Message-Id: <200809011537.m81FbGKn098351@freefall.freebsd.org> To: zaa@zaa.pp.ru, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/126889: [PATCH] www/smarty: update to 2.6.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: Mon, 01 Sep 2008 15:37:17 -0000 Synopsis: [PATCH] www/smarty: update to 2.6.20 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Mon Sep 1 15:37:15 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126889 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 16:00:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B62A51065699 for ; Mon, 1 Sep 2008 16:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3028FC0A for ; Mon, 1 Sep 2008 16:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81G0GQh099063 for ; Mon, 1 Sep 2008 16:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81G0GXP099062; Mon, 1 Sep 2008 16:00:16 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 16:00:16 GMT Resent-Message-Id: <200809011600.m81G0GXP099062@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Demin Alexander Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D7D1065676 for ; Mon, 1 Sep 2008 15:58:19 +0000 (UTC) (envelope-from oldman@support.spectrum.ru) Received: from support.spectrum.ru (support.spectrum.ru [62.205.172.195]) by mx1.freebsd.org (Postfix) with ESMTP id D1B0E8FC1F for ; Mon, 1 Sep 2008 15:58:18 +0000 (UTC) (envelope-from oldman@support.spectrum.ru) Received: from support.spectrum.ru (localhost [127.0.0.1]) by support.spectrum.ru (8.14.2/8.14.2) with ESMTP id m81FwG3d041660 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Mon, 1 Sep 2008 19:58:16 +0400 (MSD) (envelope-from oldman@support.spectrum.ru) Received: (from root@localhost) by support.spectrum.ru (8.14.2/8.14.2/Submit) id m81FwGR7041659; Mon, 1 Sep 2008 19:58:16 +0400 (MSD) (envelope-from oldman) Message-Id: <200809011558.m81FwGR7041659@support.spectrum.ru> Date: Mon, 1 Sep 2008 19:58:16 +0400 (MSD) From: Demin Alexander To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127026: Update: security/drweb-sendmail: fix the MASTER_SITES urls and update to rcNG script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Demin Alexander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 16:00:18 -0000 >Number: 127026 >Category: ports >Synopsis: Update: security/drweb-sendmail: fix the MASTER_SITES urls and update to rcNG script >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 Sep 01 16:00:16 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Demin Alexander >Release: FreeBSD 6.3-STABLE i386 >Organization: Group of companies Spectrum JSC >Environment: System: FreeBSD support.spectrum.ru 6.3-STABLE FreeBSD 6.3-STABLE #26: Thu Aug 21 15:38:58 MSD 2008 oldman@support.spectrum.ru:/usr/obj/usr/src/sys/MYGENERIC i386 >Description: 1. Fix the MASTER_SITES urls 2. Update to rcNG script (script files/drweb-smf.sh.in is added) >How-To-Repeat: >Fix: --- drweb-sendmail-4.33_4_up_to_4.33_5 begins here --- diff -ruN drweb-sendmail/Makefile drweb-sendmail-4.33_5/Makefile --- drweb-sendmail/Makefile 2008-09-01 17:16:25.000000000 +0400 +++ drweb-sendmail-4.33_5/Makefile 2008-09-01 18:41:45.000000000 +0400 @@ -7,12 +7,10 @@ PORTNAME= drweb-sendmail PORTVERSION= 4.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security mail -MASTER_SITES= ftp://ftp.drweb.com/pub/drweb/unix/FreeBSD/61/:f61 \ - ftp://ftp.drweb.com/pub/drweb/unix/FreeBSD/55/:f55 \ - ftp://ftp.drweb.com/pub/drweb/unix/FreeBSD/411/:f411 \ - http://freebsd.spectrum.ru/distfiles/drweb/:f61,f55,f411 +MASTER_SITES= ftp://ftp.drweb.com/pub/drweb/unix/FreeBSD/60/:f61 \ + http://freebsd.spectrum.ru/distfiles/drweb/:f61 DIST_SUBDIR= drweb MAINTAINER= support@spectrum.ru @@ -22,15 +20,15 @@ IA32_BINARY_PORT= yes NO_BUILD= yes +USE_RC_SUBR= drweb-smf.sh .include .if ${OSVERSION} >= 601000 -DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd61 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:f61 +DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd61 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:f61 .else -DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd55 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:f55 +IGNORE= "Sorry, port is not supported of FreeBSD version < 6.1" .endif WRKSRC= ${WRKDIR}/${PORTNAME} @@ -67,13 +65,6 @@ .endif .endfor .endfor - ${SED} -e s#___T_FILTER_PATH___#${INST_PREFIX}/drweb-smf#g \ - -e s#___T_FILTER_UNIX___#yes#g \ - -e s#___T_FILTER_SOCKET___#no#g \ - -e s#___T_FILTER_PARAMS___##g \ - < ${WRKSRC}${LOCALBASE}/drweb/doc/sendmail/template.initscript > \ - ${PREFIX}/etc/rc.d/002.drweb-smf.sh - ${CHMOD} 750 ${PREFIX}/etc/rc.d/002.drweb-smf.sh post-install: .if !defined(NOPORTDOCS) diff -ruN drweb-sendmail/files/drweb-smf.sh.in drweb-sendmail-4.33_5/files/drweb-smf.sh.in --- drweb-sendmail/files/drweb-smf.sh.in 1970-01-01 03:00:00.000000000 +0300 +++ drweb-sendmail-4.33_5/files/drweb-smf.sh.in 2008-09-01 18:33:59.000000000 +0400 @@ -0,0 +1,19 @@ +#!/bin/sh + +# PROVIDE: drweb_smf +# REQUIRE: DAEMON drwebd +# BEFORE: mail + +. %%RC_SUBR%% + +name="drweb_smf" +rcvar=`set_rcvar` + +load_rc_config $name + +: ${drweb_smf_enable="NO"} +: ${drweb_smf_procname="%%PREFIX%%/drweb/drweb-smf"} + +command=$drweb_smf_procname + +run_rc_command "$1" diff -ruN drweb-sendmail/pkg-plist drweb-sendmail-4.33_5/pkg-plist --- drweb-sendmail/pkg-plist 2005-11-10 00:00:00.000000000 +0300 +++ drweb-sendmail-4.33_5/pkg-plist 2008-09-01 19:30:47.000000000 +0400 @@ -1,6 +1,6 @@ -@unexec if [ -e /var/drweb/run/drweb-smf.skt ] ; then %D/etc/rc.d/002.drweb-smf.sh stop ; fi +@unexec if [ -e /var/drweb/run/drweb-smf.skt ] ; then %D/etc/rc.d/drweb-smf stop ; fi drweb/drweb-smf -etc/rc.d/002.drweb-smf.sh +etc/rc.d/drweb-smf @unexec if [ -f %D/etc/drweb/addresses.conf ] && cmp -s %D/etc/drweb/addresses.conf %D/etc/drweb/addresses.conf-distr; then rm -f %D/etc/drweb/addresses.conf; fi etc/drweb/addresses.conf-distr @exec if [ ! -f %D/etc/drweb/addresses.conf ] ; then cp -p %D/%F %B/addresses.conf; fi --- drweb-sendmail-4.33_4_up_to_4.33_5 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 16:00:33 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A9C810656FD; Mon, 1 Sep 2008 16:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FFB58FC13; Mon, 1 Sep 2008 16:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81G0XSS099210; Mon, 1 Sep 2008 16:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81G0XA6099206; Mon, 1 Sep 2008 16:00:33 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 16:00:33 GMT Message-Id: <200809011600.m81G0XA6099206@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127026: Update: security/drweb-sendmail: fix the MASTER_SITES urls and update to rcNG 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: Mon, 01 Sep 2008 16:00:33 -0000 Synopsis: Update: security/drweb-sendmail: fix the MASTER_SITES urls and update to rcNG script Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 16:00:32 UTC 2008 Responsible-Changed-Why: jmelo@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127026 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 16:14:51 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 980DF106567A; Mon, 1 Sep 2008 16:14:51 +0000 (UTC) (envelope-from nick@foobar.org) Received: from mail.acquirer.com (mail.acquirer.com [87.198.142.10]) by mx1.freebsd.org (Postfix) with ESMTP id 22C708FC1F; Mon, 1 Sep 2008 16:14:50 +0000 (UTC) (envelope-from nick@foobar.org) X-Envelope-To: sunpoet@sunpoet.net Received: from crumpet.foobar.org (crumpet.foobar.org.internal.acquirer.com [10.228.100.79]) (authenticated bits=0) by mail.acquirer.com (8.13.6/8.13.8) with ESMTP id m81FxuAm055313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 Sep 2008 16:59:56 +0100 (IST) (envelope-from nick@foobar.org) Message-ID: <48BC117C.8050405@foobar.org> Date: Mon, 01 Sep 2008 16:59:56 +0100 From: Nick Hilliard User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: chinsan@FreeBSD.org References: <200808301858.m7UIwj3r065443@freefall.freebsd.org> In-Reply-To: <200808301858.m7UIwj3r065443@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muffin.acquirer.com X-Virus-Scanned: ClamAV 0.93.3/8131/Mon Sep 1 14:33:22 2008 on muffin.acquirer.com X-Virus-Status: Clean Cc: freebsd-ports-bugs@FreeBSD.org, sunpoet@sunpoet.net Subject: Re: ports/126981: [PATCH] www/tinymce: update to 3.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: Mon, 01 Sep 2008 16:14:51 -0000 This looks generally fine. However, I still need a copy of tinym ce-2.x in the ports, because this is required by the drupal5-tinymce port. I plan to make a drupal6-tinymce port at some stage shortly, which will require tinymce-3.x. So: please repocopy www/tinymce to www/tinymce3, and please change the patch to use PORTNAME = tinymce3. This will mean changing the DISTNAME and the MASTER_SITE_SUBDIR too. Nick From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 17:48:56 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 801961065696; Mon, 1 Sep 2008 17:48:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 513D58FC08; Mon, 1 Sep 2008 17:48:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81HmuSZ009257; Mon, 1 Sep 2008 17:48:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81HmteK009253; Mon, 1 Sep 2008 17:48:55 GMT (envelope-from linimon) Date: Mon, 1 Sep 2008 17:48:55 GMT Message-Id: <200809011748.m81HmteK009253@freefall.freebsd.org> To: janos.mohacsi@bsd.hu, vince@unsane.co.uk, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126852: [PATCH] Fix build of net-mgmt/nfsen with rrdtool 1.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: Mon, 01 Sep 2008 17:48:56 -0000 Synopsis: [PATCH] Fix build of net-mgmt/nfsen with rrdtool 1.3 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Sep 1 17:48:49 UTC 2008 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=126852 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 18:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 728011065673 for ; Mon, 1 Sep 2008 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1408FC22 for ; Mon, 1 Sep 2008 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81Io2xO014563 for ; Mon, 1 Sep 2008 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Io2tS014562; Mon, 1 Sep 2008 18:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 18:50:02 GMT Resent-Message-Id: <200809011850.m81Io2tS014562@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764901065697 for ; Mon, 1 Sep 2008 18:48:01 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id C45B58FC12 for ; Mon, 1 Sep 2008 18:48:00 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id B33CD12B122; Tue, 2 Sep 2008 02:47:59 +0800 (CST) Received: (from yzlin@localhost) by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m81Ilxpw070440; Tue, 2 Sep 2008 02:47:59 +0800 (CST) (envelope-from yzlin) Message-Id: <200809011847.m81Ilxpw070440@bsd0.cs.nctu.edu.tw> Date: Tue, 2 Sep 2008 02:47:59 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/127028: [PATCH] net/clusterit: update to 2.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, 01 Sep 2008 18:50:02 -0000 >Number: 127028 >Category: ports >Synopsis: [PATCH] net/clusterit: update to 2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 01 18:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008 >Description: - Update to 2.5 Removed file(s): - files/patch-alignstring - files/patch-barrier::barrierd.c - files/patch-common::common.c - files/patch-dsh-dsh.c - files/patch-tools::dshbak.src Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- clusterit-2.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/clusterit/Makefile /amd/account/gcs/96/9655630/dev/ports/net/clusterit/Makefile --- /usr/ports/net/clusterit/Makefile 2008-04-20 03:18:28.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/Makefile 2008-09-02 02:37:01.000000000 +0800 @@ -6,17 +6,18 @@ # PORTNAME= clusterit -PORTVERSION= 2.0 -PORTREVISION= 4 +PORTVERSION= 2.5 CATEGORIES= net devel parallel -MASTER_SITES= http://www.garbled.net/download/ \ - ftp://ftp.chg.ru/pub/prog/parallel/clusterit/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= A collection of clustering tools -MAN1= barrier.1 barrierd.1 dsh.1 jsh.1 jsd.1 \ - clustersed.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1 prm.1 +GNU_CONFIGURE= yes + +MAN1= barrier.1 barrierd.1 clustersed.1 dsh.1 dshbak.1 \ + dtop.1 jsh.1 jsd.1 pcp.1 pdf.1 prm.1 rseq.1 run.1 .if defined (WITHOUT_X11) PLIST_SUB+= X11='@comment ' @@ -25,16 +26,10 @@ MAN1+= rvt.1 dvt.1 USE_XORG= x11 .endif -USE_PERL5_BUILD=yes post-patch: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ - ${PERL} -pi -e 's#/usr/X11R6#${LOCALBASE}#g' -.for file in command.c rvt.c screen.c - @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/rvt/${file} -.endfor .if defined(WITHOUT_X11) - @${PERL} -pi -e 's#rvt dvt##g' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in .endif .include diff -ruN --exclude=CVS /usr/ports/net/clusterit/distinfo /amd/account/gcs/96/9655630/dev/ports/net/clusterit/distinfo --- /usr/ports/net/clusterit/distinfo 2006-01-23 05:22:58.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/distinfo 2008-09-01 16:33:19.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (clusterit-2.0.tar.gz) = 4868fdb108473c9ba3fef38450423469 -SHA256 (clusterit-2.0.tar.gz) = 5eec53f6834dcabfb78c24d00114fa18f0e216b3402b7e660fe9b78f223afd3d -SIZE (clusterit-2.0.tar.gz) = 124564 +MD5 (clusterit-2.5.tar.gz) = f0e772e07122e388de629fb57f7237ab +SHA256 (clusterit-2.5.tar.gz) = e50597fb361d9aefff0250108900a3837a4a14c46083d6eb5ed5d7fc42ce9f35 +SIZE (clusterit-2.5.tar.gz) = 295347 diff -ruN --exclude=CVS /usr/ports/net/clusterit/files/patch-alignstring /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-alignstring --- /usr/ports/net/clusterit/files/patch-alignstring 2003-04-07 15:29:21.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-alignstring 1970-01-01 08:00:00.000000000 +0800 @@ -1,121 +0,0 @@ -diff -ru clusterit-2.0/common/common.c clusterit-2.0-new/common/common.c ---- common/common.c Sat Apr 5 17:01:50 2003 -+++ common/common.c Sat Apr 5 16:56:15 2003 -@@ -316,24 +316,6 @@ - - #endif /* CLUSTERS */ - --/* return a string, followed by n - strlen spaces */ -- --char * --alignstring(string, n) -- char *string; -- size_t n; --{ -- size_t i; -- char *newstring; -- -- newstring = strdup(string); -- for (i=1; i <= n - strlen(string); i++) -- newstring = strcat(newstring, " "); -- -- return(newstring); --} -- -- - /* - * Simple error handling routine, needs severe work. - * Its almost totally useless. -diff -ru clusterit-2.0/common/common.h clusterit-2.0-new/common/common.h ---- common/common.h Tue Aug 14 04:21:39 2001 -+++ common/common.h Sat Apr 5 16:56:32 2003 -@@ -78,7 +78,6 @@ - typedef struct group_data group_t; - - void bailout __P((int)); --char *alignstring __P((char *, size_t)); - #ifndef __NetBSD__ - char * strsep(char **stringp, const char *delim); - #endif -diff -ru clusterit-2.0/dsh/dsh.c clusterit-2.0-new/dsh/dsh.c ---- dsh/dsh.c Tue Aug 14 04:21:38 2001 -+++ dsh/dsh.c Sat Apr 5 16:58:38 2003 -@@ -399,8 +399,8 @@ - bailout(__LINE__); - while ((cd = fgets(pipebuf, sizeof(pipebuf), fd))) { - if (cd != NULL) -- (void)printf("%s: %s", -- alignstring(nodeptr->name, maxnodelen), cd); -+ (void)printf("%*s: %s", -+ -maxnodelen, nodeptr->name, cd); - } - fclose(fd); - fd = fdopen(nodeptr->err.fds[0], "r"); /* stderr */ -@@ -408,8 +408,8 @@ - bailout(__LINE__); - while ((cd = fgets(pipebuf, sizeof(pipebuf), fd))) { - if (errorflag && cd != NULL) -- (void)printf("%s: %s", -- alignstring(nodeptr->name, maxnodelen), cd); -+ (void)printf("%*s: %s", -+ -maxnodelen, nodeptr->name, cd); - } - fclose(fd); - (void)wait(&status); -diff -ru clusterit-2.0/dsh/run.c clusterit-2.0-new/dsh/run.c ---- dsh/run.c Tue Aug 14 04:21:38 2001 -+++ dsh/run.c Sat Apr 5 16:59:35 2003 -@@ -326,13 +326,12 @@ - bailout(__LINE__); - fd = fdopen(nodeptr->out.fds[0], "r"); /* stdout */ - while ((p = fgets(buf, sizeof(buf), fd))) -- (void)printf("%s: %s", alignstring(nodeptr->name, maxnodelen), p); -+ (void)printf("%*s: %s", -maxnodelen, nodeptr->name, p); - fclose(fd); - fd = fdopen(nodeptr->err.fds[0], "r"); /* stderr */ - while ((p = fgets(buf, sizeof(buf), fd))) - if (errorflag) -- (void)printf("%s: %s", -- alignstring(nodeptr->name, maxnodelen), p); -+ (void)printf("%*s: %s", -maxnodelen, nodeptr->name, p); - fclose(fd); - (void)wait(&status); - if (piping) { -diff -ru clusterit-2.0/dvt/dvt.c clusterit-2.0-new/dvt/dvt.c ---- dvt/dvt.c Tue Aug 14 04:21:37 2001 -+++ dvt/dvt.c Sat Apr 5 17:00:07 2003 -@@ -610,8 +610,8 @@ - bailout(__LINE__); - while ((cd = fgets(pipebuf, sizeof(pipebuf), fd))) { - if (errorflag && cd != NULL) -- (void)printf("ERROR %s: %s", -- alignstring(nodeptr->name, maxnodelen), cd); -+ (void)printf("ERROR %*s: %s", -+ -maxnodelen, nodeptr->name, cd); - } - fclose(fd); - (void)waitpid(nodeptr->childpid, &status, 0); -diff -ru clusterit-2.0/pcp/pcp.c clusterit-2.0-new/pcp/pcp.c ---- pcp/pcp.c Tue Aug 14 04:21:34 2001 -+++ pcp/pcp.c Sat Apr 5 16:58:00 2003 -@@ -383,16 +383,16 @@ - bailout(__LINE__); - while ((cd = fgets(pipebuf, sizeof(pipebuf), fd))) - if (cd != NULL && !quiet) -- (void)printf("%s: %s", -- alignstring(nodeptr->name, maxnodelen), cd); -+ (void)printf("%*s: %s", -+ -maxnodelen, nodeptr->name, cd); - fclose(fd); - fd = fdopen(nodeptr->err.fds[0], "r"); /* stderr */ - if (fd == NULL) - bailout(__LINE__); - while ((cd = fgets(pipebuf, sizeof(pipebuf), fd))) - if (cd != NULL && !quiet) -- (void)printf("%s: %s", -- alignstring(nodeptr->name, maxnodelen), cd); -+ (void)printf("%*s: %s", -+ -maxnodelen, nodeptr->name, cd); - fclose(fd); - (void)wait(&status); - nodeptr = nodeptr->next; diff -ruN --exclude=CVS /usr/ports/net/clusterit/files/patch-barrier::barrierd.c /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-barrier::barrierd.c --- /usr/ports/net/clusterit/files/patch-barrier::barrierd.c 2003-10-18 18:08:08.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-barrier::barrierd.c 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- barrier/barrierd.c.orig Sat Oct 18 14:05:14 2003 -+++ barrier/barrierd.c Sat Oct 18 14:05:29 2003 -@@ -38,7 +38,7 @@ - #include - #include - #include --#include -+#include - #include "../common/sockcommon.h" - - #if !defined(lint) && defined(__NetBSD__) diff -ruN --exclude=CVS /usr/ports/net/clusterit/files/patch-common::common.c /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-common::common.c --- /usr/ports/net/clusterit/files/patch-common::common.c 2003-04-07 15:29:21.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-common::common.c 1970-01-01 08:00:00.000000000 +0800 @@ -1,34 +0,0 @@ -Index: common/common.c -=================================================================== -RCS file: /cvsroot/src/common/common.c,v -retrieving revision 1.5 -retrieving revision 1.6 -diff -u -r1.5 -r1.6 ---- common/common.c 2001/08/13 21:04:22 1.5 -+++ common/common.c 2001/08/16 19:08:17 1.6 -@@ -1,4 +1,4 @@ --/* $Id: common.c,v 1.5 2001/08/13 21:04:22 garbled Exp $ */ -+/* $Id: common.c,v 1.6 2001/08/16 19:08:17 garbled Exp $ */ - /* - * Copyright (c) 1998, 1999, 2000 - * Tim Rightnour. All rights reserved. -@@ -42,7 +42,7 @@ - __COPYRIGHT( - "@(#) Copyright (c) 1998, 1999, 2000\n\ - Tim Rightnour. All rights reserved\n"); --__RCSID("$Id: common.c,v 1.5 2001/08/13 21:04:22 garbled Exp $"); -+__RCSID("$Id: common.c,v 1.6 2001/08/16 19:08:17 garbled Exp $"); - #endif - - -@@ -91,8 +91,8 @@ - for (i=0; (i < fanout && nodeptr != NULL); i++) { - l++; - group = NULL; -- if (nodeptr->group >= 0) -- group = strdup(grouplist[nodeptr->group].name); -+ if (nodeptr->group >= 0 && grouplist[nodeptr->group].name) -+ group = strdup(grouplist[nodeptr->group].name); - if (group == NULL) - (void)printf("Node: %3d Fangroup: %3d Rungroup: None" - " Host: %-15s\n", l, n + 1, nodeptr->name); diff -ruN --exclude=CVS /usr/ports/net/clusterit/files/patch-dsh-dsh.c /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-dsh-dsh.c --- /usr/ports/net/clusterit/files/patch-dsh-dsh.c 2004-07-06 16:57:49.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-dsh-dsh.c 1970-01-01 08:00:00.000000000 +0800 @@ -1,34 +0,0 @@ ---- dsh/dsh.c.orig Tue Jul 6 12:49:37 2004 -+++ dsh/dsh.c Tue Jul 6 12:53:51 2004 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - #include - #include -@@ -76,6 +77,11 @@ - { - extern char *optarg; - extern int optind; -+#if __FreeBSD_version < 500000 -+ extern char *malloc_options; -+#else -+ extern const char *_malloc_options; -+#endif - - int someflag, ch, i, fanout, showflag, fanflag; - char *p, *q, *group, *nodename, *username; -@@ -93,6 +99,11 @@ - nodeptr = NULL; - nodelink = NULL; - -+#if __FreeBSD_version < 500000 -+ malloc_options = "Z"; -+#else -+ _malloc_options = "Z"; -+#endif - rungroup = malloc(sizeof(char **) * GROUP_MALLOC); - if (rungroup == NULL) - bailout(__LINE__); diff -ruN --exclude=CVS /usr/ports/net/clusterit/files/patch-tools::dshbak.src /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-tools::dshbak.src --- /usr/ports/net/clusterit/files/patch-tools::dshbak.src 2003-04-07 15:29:21.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/files/patch-tools::dshbak.src 1970-01-01 08:00:00.000000000 +0800 @@ -1,24 +0,0 @@ ---- tools/dshbak.src Sat Apr 5 15:54:14 2003 -+++ tools/dshbak.src Sat Apr 5 15:52:53 2003 -@@ -1,7 +1,10 @@ - #!@@@AWK@@@ -f - # $Id: dshbak.src,v 1.2 1999/05/05 09:20:45 garbled Exp $ - # dshbak *must have nawk or compatible* --BEGIN { LASTNODE="null" } -+BEGIN { -+ LASTNODE="null" -+ FS=":" -+} - { - if ($1 != LASTNODE) { - LASTNODE = $1 -@@ -9,8 +12,7 @@ - gsub(/./,"-",FOO) - printf("-----%s\nNode %s\n-----%s\n", FOO, $1, FOO) - } -- sub(/:/,"!@#$!") -- sub(/^.*!@#$! /,"") -+ sub(/^[^:]*: /,"") - print $0 - } - diff -ruN --exclude=CVS /usr/ports/net/clusterit/pkg-plist /amd/account/gcs/96/9655630/dev/ports/net/clusterit/pkg-plist --- /usr/ports/net/clusterit/pkg-plist 2001-09-03 09:24:04.000000000 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/net/clusterit/pkg-plist 2008-09-01 19:18:20.000000000 +0800 @@ -3,12 +3,13 @@ bin/clustersed bin/dsh bin/dshbak +bin/dtop %%X11%%bin/dvt bin/jsd bin/jsh bin/pcp bin/pdf bin/prm +bin/rseq bin/run %%X11%%bin/rvt -bin/seq --- clusterit-2.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 18:50:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762FB1065675; Mon, 1 Sep 2008 18:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48CE78FC12; Mon, 1 Sep 2008 18:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81IoGVV014711; Mon, 1 Sep 2008 18:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81IoGT4014707; Mon, 1 Sep 2008 18:50:16 GMT (envelope-from edwin) Date: Mon, 1 Sep 2008 18:50:16 GMT Message-Id: <200809011850.m81IoGT4014707@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127028: [PATCH] net/clusterit: update to 2.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, 01 Sep 2008 18:50:16 -0000 Synopsis: [PATCH] net/clusterit: update to 2.5 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 1 18:50:15 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127028 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 20:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB3B1065687 for ; Mon, 1 Sep 2008 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA5D8FC0C for ; Mon, 1 Sep 2008 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81Ke3rg025015 for ; Mon, 1 Sep 2008 20:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81Ke326025014; Mon, 1 Sep 2008 20:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 20:40:03 GMT Resent-Message-Id: <200809012040.m81Ke326025014@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76E771065671 for ; Mon, 1 Sep 2008 20:37:38 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id D0F848FC14 for ; Mon, 1 Sep 2008 20:37:37 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.14.2/8.14.2) with ESMTP id m81KbHwn049920 for ; Mon, 1 Sep 2008 15:37:17 -0500 (CDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.14.2/8.14.2/Submit) id m81KbHCL049919; Mon, 1 Sep 2008 15:37:17 -0500 (CDT) (envelope-from stephen) Message-Id: <200809012037.m81KbHCL049919@cauchy.math.missouri.edu> Date: Mon, 1 Sep 2008 15:37:17 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127030: replacement port math/octave-forge X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 20:40:03 -0000 >Number: 127030 >Category: ports >Synopsis: replacement port math/octave-forge >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 Sep 01 20:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD cauchy 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Jul 14 15:26:47 CDT 2008 stephen@cauchy:/usr/obj/usr/src/sys/GENERIC i386 >Description: This completely replaces the current math/octave-forge, with a metaport. Before installing this port, PR 126899 must be committed. >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: # # Mk/bsd.octave.mk # math/octave-forge-ad # math/octave-forge-ad/distinfo # math/octave-forge-ad/Makefile # math/octave-forge-ad/pkg-descr # math/octave-forge-ad/pkg-plist # math/octave-forge-base # math/octave-forge-base/Makefile # math/octave-forge-base/pkg-descr # math/octave-forge-base/pkg-plist # math/octave-forge-ann # math/octave-forge-ann/distinfo # math/octave-forge-ann/Makefile # math/octave-forge-ann/pkg-descr # math/octave-forge-ann/pkg-plist # math/octave-forge-arpack # math/octave-forge-arpack/distinfo # math/octave-forge-arpack/Makefile # math/octave-forge-arpack/pkg-descr # math/octave-forge-arpack/pkg-plist # math/octave-forge-audio # math/octave-forge-audio/distinfo # math/octave-forge-audio/Makefile # math/octave-forge-audio/pkg-descr # math/octave-forge-audio/pkg-message # math/octave-forge-audio/pkg-plist # math/octave-forge-bim # math/octave-forge-bim/distinfo # math/octave-forge-bim/Makefile # math/octave-forge-bim/pkg-descr # math/octave-forge-bim/pkg-plist # math/octave-forge-bioinfo # math/octave-forge-bioinfo/distinfo # math/octave-forge-bioinfo/Makefile # math/octave-forge-bioinfo/pkg-descr # math/octave-forge-bioinfo/pkg-plist # math/octave-forge-civil-engineering # math/octave-forge-civil-engineering/distinfo # math/octave-forge-civil-engineering/Makefile # math/octave-forge-civil-engineering/pkg-descr # math/octave-forge-civil-engineering/pkg-plist # math/octave-forge-combinatorics # math/octave-forge-combinatorics/distinfo # math/octave-forge-combinatorics/Makefile # math/octave-forge-combinatorics/pkg-descr # math/octave-forge-combinatorics/pkg-plist # math/octave-forge-communications # math/octave-forge-communications/Makefile # math/octave-forge-communications/distinfo # math/octave-forge-communications/pkg-descr # math/octave-forge-communications/pkg-plist # math/octave-forge-control # math/octave-forge-control/distinfo # math/octave-forge-control/Makefile # math/octave-forge-control/pkg-descr # math/octave-forge-control/pkg-plist # math/octave-forge-data-smoothing # math/octave-forge-data-smoothing/Makefile # math/octave-forge-data-smoothing/distinfo # math/octave-forge-data-smoothing/pkg-descr # math/octave-forge-data-smoothing/pkg-plist # math/octave-forge-database # math/octave-forge-database/Makefile # math/octave-forge-database/pkg-descr # math/octave-forge-database/pkg-plist # math/octave-forge-econometrics # math/octave-forge-econometrics/distinfo # math/octave-forge-econometrics/Makefile # math/octave-forge-econometrics/pkg-descr # math/octave-forge-econometrics/pkg-plist # math/octave-forge-engine # math/octave-forge-engine/distinfo # math/octave-forge-engine/Makefile # math/octave-forge-engine/pkg-descr # math/octave-forge-engine/pkg-plist # math/octave-forge-financial # math/octave-forge-financial/distinfo # math/octave-forge-financial/Makefile # math/octave-forge-financial/pkg-descr # math/octave-forge-financial/pkg-plist # math/octave-forge-fixed # math/octave-forge-fixed/Makefile # math/octave-forge-fixed/distinfo # math/octave-forge-fixed/pkg-descr # math/octave-forge-fixed/pkg-plist # math/octave-forge-fpl # math/octave-forge-fpl/distinfo # math/octave-forge-fpl/Makefile # math/octave-forge-fpl/pkg-descr # math/octave-forge-fpl/pkg-message # math/octave-forge-fpl/pkg-plist # math/octave-forge-ftp # math/octave-forge-ftp/distinfo # math/octave-forge-ftp/Makefile # math/octave-forge-ftp/pkg-descr # math/octave-forge-ftp/pkg-plist # math/octave-forge-ga # math/octave-forge-ga/Makefile # math/octave-forge-ga/distinfo # math/octave-forge-ga/pkg-descr # math/octave-forge-ga/pkg-plist # math/octave-forge-general # math/octave-forge-general/distinfo # math/octave-forge-general/Makefile # math/octave-forge-general/pkg-descr # math/octave-forge-general/pkg-plist # math/octave-forge-graceplot # math/octave-forge-graceplot/distinfo # math/octave-forge-graceplot/Makefile # math/octave-forge-graceplot/pkg-descr # math/octave-forge-graceplot/pkg-plist # math/octave-forge-gsl # math/octave-forge-gsl/distinfo # math/octave-forge-gsl/Makefile # math/octave-forge-gsl/pkg-descr # math/octave-forge-gsl/pkg-plist # math/octave-forge-ident # math/octave-forge-ident/distinfo # math/octave-forge-ident/Makefile # math/octave-forge-ident/pkg-descr # math/octave-forge-ident/pkg-plist # math/octave-forge-image # math/octave-forge-image/distinfo # math/octave-forge-image/Makefile # math/octave-forge-image/pkg-descr # math/octave-forge-image/pkg-plist # math/octave-forge-informationtheory # math/octave-forge-informationtheory/distinfo # math/octave-forge-informationtheory/Makefile # math/octave-forge-informationtheory/pkg-descr # math/octave-forge-informationtheory/pkg-plist # math/octave-forge-integration # math/octave-forge-integration/distinfo # math/octave-forge-integration/Makefile # math/octave-forge-integration/pkg-descr # math/octave-forge-integration/pkg-plist # math/octave-forge-io # math/octave-forge-io/distinfo # math/octave-forge-io/Makefile # math/octave-forge-io/pkg-descr # math/octave-forge-io/pkg-plist # math/octave-forge-irsa # math/octave-forge-irsa/distinfo # math/octave-forge-irsa/Makefile # math/octave-forge-irsa/pkg-descr # math/octave-forge-irsa/pkg-plist # math/octave-forge-java # math/octave-forge-java/Makefile # math/octave-forge-java/pkg-descr # math/octave-forge-java/pkg-plist # math/octave-forge-jhandles # math/octave-forge-jhandles/Makefile # math/octave-forge-jhandles/pkg-descr # math/octave-forge-jhandles/pkg-plist # math/octave-forge-linear-algebra # math/octave-forge-linear-algebra/distinfo # math/octave-forge-linear-algebra/Makefile # math/octave-forge-linear-algebra/pkg-descr # math/octave-forge-linear-algebra/pkg-plist # math/octave-forge-mapping # math/octave-forge-mapping/distinfo # math/octave-forge-mapping/Makefile # math/octave-forge-mapping/pkg-descr # math/octave-forge-mapping/pkg-plist # math/octave-forge-miscellaneous # math/octave-forge-miscellaneous/distinfo # math/octave-forge-miscellaneous/Makefile # math/octave-forge-miscellaneous/pkg-descr # math/octave-forge-miscellaneous/pkg-plist # math/octave-forge-missing-functions # math/octave-forge-missing-functions/distinfo # math/octave-forge-missing-functions/Makefile # math/octave-forge-missing-functions/pkg-descr # math/octave-forge-missing-functions/pkg-plist # math/octave-forge-msh # math/octave-forge-msh/distinfo # math/octave-forge-msh/Makefile # math/octave-forge-msh/pkg-descr # math/octave-forge-msh/pkg-plist # math/octave-forge-multicore # math/octave-forge-multicore/distinfo # math/octave-forge-multicore/Makefile # math/octave-forge-multicore/pkg-descr # math/octave-forge-multicore/pkg-plist # math/octave-forge-nan # math/octave-forge-nan/distinfo # math/octave-forge-nan/Makefile # math/octave-forge-nan/pkg-descr # math/octave-forge-nan/pkg-plist # math/octave-forge-nnet # math/octave-forge-nnet/distinfo # math/octave-forge-nnet/Makefile # math/octave-forge-nnet/pkg-descr # math/octave-forge-nnet/pkg-plist # math/octave-forge-ocs # math/octave-forge-ocs/distinfo # math/octave-forge-ocs/Makefile # math/octave-forge-ocs/pkg-descr # math/octave-forge-ocs/pkg-plist # math/octave-forge-octcdf # math/octave-forge-octcdf/distinfo # math/octave-forge-octcdf/Makefile # math/octave-forge-octcdf/pkg-descr # math/octave-forge-octcdf/pkg-plist # math/octave-forge-octgpr # math/octave-forge-octgpr/distinfo # math/octave-forge-octgpr/Makefile # math/octave-forge-octgpr/pkg-descr # math/octave-forge-octgpr/pkg-plist # math/octave-forge-odebvp # math/octave-forge-odebvp/distinfo # math/octave-forge-odebvp/Makefile # math/octave-forge-odebvp/pkg-descr # math/octave-forge-odebvp/pkg-plist # math/octave-forge-odepkg # math/octave-forge-odepkg/Makefile # math/octave-forge-odepkg/distinfo # math/octave-forge-odepkg/pkg-descr # math/octave-forge-odepkg/pkg-plist # math/octave-forge-optim # math/octave-forge-optim/distinfo # math/octave-forge-optim/Makefile # math/octave-forge-optim/pkg-descr # math/octave-forge-optim/pkg-plist # math/octave-forge-optiminterp # math/octave-forge-optiminterp/distinfo # math/octave-forge-optiminterp/Makefile # math/octave-forge-optiminterp/pkg-descr # math/octave-forge-optiminterp/pkg-plist # math/octave-forge-outliers # math/octave-forge-outliers/distinfo # math/octave-forge-outliers/Makefile # math/octave-forge-outliers/pkg-descr # math/octave-forge-outliers/pkg-plist # math/octave-forge-parallel # math/octave-forge-parallel/distinfo # math/octave-forge-parallel/Makefile # math/octave-forge-parallel/pkg-descr # math/octave-forge-parallel/pkg-plist # math/octave-forge-pdb # math/octave-forge-pdb/distinfo # math/octave-forge-pdb/Makefile # math/octave-forge-pdb/pkg-descr # math/octave-forge-pdb/pkg-plist # math/octave-forge-physicalconstants # math/octave-forge-physicalconstants/distinfo # math/octave-forge-physicalconstants/Makefile # math/octave-forge-physicalconstants/pkg-descr # math/octave-forge-physicalconstants/pkg-plist # math/octave-forge-plot # math/octave-forge-plot/distinfo # math/octave-forge-plot/Makefile # math/octave-forge-plot/pkg-descr # math/octave-forge-plot/pkg-plist # math/octave-forge-pt_br # math/octave-forge-pt_br/distinfo # math/octave-forge-pt_br/Makefile # math/octave-forge-pt_br/pkg-descr # math/octave-forge-pt_br/pkg-plist # math/octave-forge-secs1d # math/octave-forge-secs1d/distinfo # math/octave-forge-secs1d/Makefile # math/octave-forge-secs1d/pkg-descr # math/octave-forge-secs1d/pkg-plist # math/octave-forge-secs2d # math/octave-forge-secs2d/distinfo # math/octave-forge-secs2d/Makefile # math/octave-forge-secs2d/pkg-descr # math/octave-forge-secs2d/pkg-plist # math/octave-forge-signal # math/octave-forge-signal/distinfo # math/octave-forge-signal/Makefile # math/octave-forge-signal/pkg-descr # math/octave-forge-signal/pkg-plist # math/octave-forge-sockets # math/octave-forge-sockets/distinfo # math/octave-forge-sockets/Makefile # math/octave-forge-sockets/pkg-descr # math/octave-forge-sockets/pkg-plist # math/octave-forge-specfun # math/octave-forge-specfun/distinfo # math/octave-forge-specfun/Makefile # math/octave-forge-specfun/pkg-descr # math/octave-forge-specfun/pkg-plist # math/octave-forge-special-matrix # math/octave-forge-special-matrix/distinfo # math/octave-forge-special-matrix/Makefile # math/octave-forge-special-matrix/pkg-descr # math/octave-forge-special-matrix/pkg-plist # math/octave-forge-spline-gcvspl # math/octave-forge-spline-gcvspl/distinfo # math/octave-forge-spline-gcvspl/Makefile # math/octave-forge-spline-gcvspl/pkg-descr # math/octave-forge-spline-gcvspl/pkg-plist # math/octave-forge-splines # math/octave-forge-splines/distinfo # math/octave-forge-splines/Makefile # math/octave-forge-splines/pkg-descr # math/octave-forge-splines/pkg-plist # math/octave-forge-statistics # math/octave-forge-statistics/distinfo # math/octave-forge-statistics/Makefile # math/octave-forge-statistics/pkg-descr # math/octave-forge-statistics/pkg-plist # math/octave-forge-strings # math/octave-forge-strings/distinfo # math/octave-forge-strings/Makefile # math/octave-forge-strings/pkg-descr # math/octave-forge-strings/pkg-plist # math/octave-forge-struct # math/octave-forge-struct/distinfo # math/octave-forge-struct/Makefile # math/octave-forge-struct/pkg-descr # math/octave-forge-struct/pkg-plist # math/octave-forge-symband # math/octave-forge-symband/distinfo # math/octave-forge-symband/Makefile # math/octave-forge-symband/pkg-descr # math/octave-forge-symband/pkg-plist # math/octave-forge-symbolic # math/octave-forge-symbolic/distinfo # math/octave-forge-symbolic/Makefile # math/octave-forge-symbolic/pkg-descr # math/octave-forge-symbolic/pkg-plist # math/octave-forge-tcl-octave # math/octave-forge-tcl-octave/distinfo # math/octave-forge-tcl-octave/Makefile # math/octave-forge-tcl-octave/pkg-descr # math/octave-forge-tcl-octave/pkg-plist # math/octave-forge-time # math/octave-forge-time/distinfo # math/octave-forge-time/Makefile # math/octave-forge-time/pkg-descr # math/octave-forge-time/pkg-plist # math/octave-forge-triangular # math/octave-forge-triangular/distinfo # math/octave-forge-triangular/Makefile # math/octave-forge-triangular/pkg-descr # math/octave-forge-triangular/pkg-plist # math/octave-forge-tsa # math/octave-forge-tsa/distinfo # math/octave-forge-tsa/Makefile # math/octave-forge-tsa/pkg-descr # math/octave-forge-tsa/pkg-plist # math/octave-forge-video # math/octave-forge-video/distinfo # math/octave-forge-video/Makefile # math/octave-forge-video/pkg-descr # math/octave-forge-video/pkg-plist # math/octave-forge-vrml # math/octave-forge-vrml/Makefile # math/octave-forge-vrml/distinfo # math/octave-forge-vrml/pkg-descr # math/octave-forge-vrml/pkg-message # math/octave-forge-vrml/pkg-plist # math/octave-forge-windows # math/octave-forge-windows/distinfo # math/octave-forge-windows/Makefile # math/octave-forge-windows/pkg-descr # math/octave-forge-windows/pkg-plist # math/octave-forge-xraylib # math/octave-forge-xraylib/distinfo # math/octave-forge-xraylib/Makefile # math/octave-forge-xraylib/pkg-descr # math/octave-forge-xraylib/pkg-plist # math/octave-forge-zenity # math/octave-forge-zenity/distinfo # math/octave-forge-zenity/Makefile # math/octave-forge-zenity/pkg-descr # math/octave-forge-zenity/pkg-plist # math/octave-forge # math/octave-forge/Makefile # math/octave-forge/pkg-descr # math/octave-forge/pkg-plist # echo x - Mk/bsd.octave.mk sed 's/^X//' >Mk/bsd.octave.mk << '914f4f9911dc212bfd310051af0d71e0' X# Common code to install octave-forge packages. X# It is, in effect, a wrapper using the package handling already built X# into math/octave. X XMASTER_SITES= SF/octave XDISTNAME= ${OCTAVE_PKGNAME}-${PORTVERSION} X XBUILD_DEPENDS+= octave:${PORTSDIR}/math/octave XRUN_DEPENDS+= octave:${PORTSDIR}/math/octave XRUN_DEPENDS+= ${LOCALBASE}/share/octave/tarballs:${PORTSDIR}/math/octave-forge-base XLIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre XUSE_FORTRAN= yes X# hack to get fortran installed with octave XRUN_DEPENDS+= ${BUILD_DEPENDS:M*fortran*} ${BUILD_DEPENDS:M*f77*} ${BUILD_DEPENDS:M*g77*} X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XDIST_SUBDIR= octave-forge XOCTAVE_PKGNAME= ${PORTNAME:S/octave-forge-//} XTARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs X XMAKE_ENV+= PACKAGE=${WRKDIR}/${DISTNAME}.tar.gz X Xdo-install: X ${MKDIR} ${TARBALLS_DIR} X ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}.tar.gz ${TARBALLS_DIR}/. X ${RM} -f ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz X octave -H -q --no-site-file --eval "pkg('install','${TARBALLS_DIR}/${DISTNAME}.tar.gz')" X ${LN} -s ${DISTNAME}.tar.gz ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz X Xpost-install: X @${ECHO_CMD} "share/octave/tarballs/${DISTNAME}.tar.gz" >> ${TMPPLIST} X @${ECHO_CMD} "@exec octave -H -q --no-site-file --eval \"pkg('install','${LOCALBASE}/share/octave/tarballs/${DISTNAME}.tar.gz')\" > /dev/null" >> ${TMPPLIST} X @${ECHO_CMD} "share/octave/tarballs/${OCTAVE_PKGNAME}.tar.gz" >> ${TMPPLIST} X @${ECHO_CMD} "@unexec octave -H -q --no-site-file --eval \"pkg('uninstall','${OCTAVE_PKGNAME}')\" > /dev/null" >> ${TMPPLIST} X @if [ -e ${.CURDIR}/pkg-message ]; then ${CAT} ${.CURDIR}/pkg-message; fi 914f4f9911dc212bfd310051af0d71e0 echo c - math/octave-forge-ad mkdir -p math/octave-forge-ad > /dev/null 2>&1 echo x - math/octave-forge-ad/distinfo sed 's/^X//' >math/octave-forge-ad/distinfo << 'f10adc35537aac85c86fc23cfe31c977' XMD5 (octave-forge/ad-1.0.4.tar.gz) = ae05db4f5d83e96029631110655e5173 XSHA256 (octave-forge/ad-1.0.4.tar.gz) = 8003667ed9c36b96c68552fdfe9b7c17700f62d72d1bb1ae0e077c066958fbad XSIZE (octave-forge/ad-1.0.4.tar.gz) = 191667 f10adc35537aac85c86fc23cfe31c977 echo x - math/octave-forge-ad/Makefile sed 's/^X//' >math/octave-forge-ad/Makefile << 'f3c5225b39115a08850d7d9e65a66662' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-ad XPORTVERSION= 1.0.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include f3c5225b39115a08850d7d9e65a66662 echo x - math/octave-forge-ad/pkg-descr sed 's/^X//' >math/octave-forge-ad/pkg-descr << '32193f68f12ff89c440414c1b6348dcd' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is ad. X X Automatic Forward Differentiation X XWWW: http://octave.sourceforge.net/ 32193f68f12ff89c440414c1b6348dcd echo x - math/octave-forge-ad/pkg-plist sed 's/^X//' >math/octave-forge-ad/pkg-plist << '11950198a8ebacdc1d507803f0e44682' X@comment This file intentionally left empty 11950198a8ebacdc1d507803f0e44682 echo c - math/octave-forge-base mkdir -p math/octave-forge-base > /dev/null 2>&1 echo x - math/octave-forge-base/Makefile sed 's/^X//' >math/octave-forge-base/Makefile << 'c3883d4f67eebb4a31743f96f26bf362' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X X# The reason for this port is because the octave packaging system and the X# FreeBSD packaging system are not very robust. When it works, it works X# beautifully. But if something goes wrong, the octave packaging system X# can be left in a rather unusable stat. X# pkg_delete -r octave-forge-base-${PORTVERSION} X# gives the user an opportunity to start with a completely new slate. X XPORTNAME= octave-forge-base XPORTVERSION= 1.0 XCATEGORIES= math XMASTER_SITES= #none XDISTFILES= #none XEXTRACT_ONLY= #none X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge baseport for all packages X XRUN_DEPENDS+= octave:${PORTSDIR}/math/octave X Xdo-build: X @${DO_NADA} X Xdo-install: X ${MKDIR} ${LOCALBASE}/share/octave/tarballs X ${MKDIR} ${LOCALBASE}/share/octave/packages X ${MKDIR} ${LOCALBASE}/libexec/octave/packages X X.include c3883d4f67eebb4a31743f96f26bf362 echo x - math/octave-forge-base/pkg-descr sed 's/^X//' >math/octave-forge-base/pkg-descr << '83b9dfabeb54f423be2eacdd47cfd54e' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis baseport provides the basic directory structure. Deleting this package Xwill completely erase all the structure, and remaining files, associated with Xthe octave packaging system. This is useful if things go wrong with the Xoctave packaging system. X XWWW: http://octave.sourceforge.net/ 83b9dfabeb54f423be2eacdd47cfd54e echo x - math/octave-forge-base/pkg-plist sed 's/^X//' >math/octave-forge-base/pkg-plist << 'ae35c18aaccb2e473d1a60395e936853' X@exec mkdir -p %%LOCALBASE%%/libexec/octave/packages X@exec mkdir -p %%LOCALBASE%%/share/octave/packages X@exec mkdir -p %%LOCALBASE%%/share/octave/tarballs X@unexec rm -rf %%LOCALBASE%%/libexec/octave/packages X@unexec rm -f %%LOCALBASE%%/share/octave/octave_packages X@unexec rm -rf %%LOCALBASE%%/share/octave/packages X@unexec rm -rf %%LOCALBASE%%/share/octave/tarballs ae35c18aaccb2e473d1a60395e936853 echo c - math/octave-forge-ann mkdir -p math/octave-forge-ann > /dev/null 2>&1 echo x - math/octave-forge-ann/distinfo sed 's/^X//' >math/octave-forge-ann/distinfo << '74e5bc40ec4df0e3f4258c4f787f1a18' XMD5 (octave-forge/ann-1.0.1.tar.gz) = a2666a41a7c53049690cfd31a93096d5 XSHA256 (octave-forge/ann-1.0.1.tar.gz) = 4c7c0b08896c796e5f9243a9d488f480fa419633c51c430c1b90f800e2b330c7 XSIZE (octave-forge/ann-1.0.1.tar.gz) = 670456 74e5bc40ec4df0e3f4258c4f787f1a18 echo x - math/octave-forge-ann/Makefile sed 's/^X//' >math/octave-forge-ann/Makefile << '9e7c65a541f2e667dca9b9fdbe26c9dc' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-ann XPORTVERSION= 1.0.1 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= swig:${PORTSDIR}/devel/swig13 X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 9e7c65a541f2e667dca9b9fdbe26c9dc echo x - math/octave-forge-ann/pkg-descr sed 's/^X//' >math/octave-forge-ann/pkg-descr << '3f2524998de8a244a8f8b295020a3b07' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is ann. X X The Octave-forge ANN package wraps the ANN library, which provides data structures and functions for computing exact and approximate nearest neighbors on an arbitrarily high dimensional point set. X XWWW: http://octave.sourceforge.net/ 3f2524998de8a244a8f8b295020a3b07 echo x - math/octave-forge-ann/pkg-plist sed 's/^X//' >math/octave-forge-ann/pkg-plist << '895262e58c9f2e80600bb2e110100bbc' X@comment This file intentionally left empty 895262e58c9f2e80600bb2e110100bbc echo c - math/octave-forge-arpack mkdir -p math/octave-forge-arpack > /dev/null 2>&1 echo x - math/octave-forge-arpack/distinfo sed 's/^X//' >math/octave-forge-arpack/distinfo << '10b10f63f4cc2f1122655f3684da03b2' XMD5 (octave-forge/arpack-1.0.6.tar.gz) = 2fd360bcb1929d7781a420a143903ff9 XSHA256 (octave-forge/arpack-1.0.6.tar.gz) = f1ea76126a9b85cc50d55942126850154d9d9bdb9c56babec600187fa9117e4a XSIZE (octave-forge/arpack-1.0.6.tar.gz) = 74039 10b10f63f4cc2f1122655f3684da03b2 echo x - math/octave-forge-arpack/Makefile sed 's/^X//' >math/octave-forge-arpack/Makefile << 'b924c54e7efd2a271bc3af16ee6df9cd' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-arpack XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XNO_CDROM= arpack is licensed for non-commercial use only X XLIB_DEPENDS+= arpack:${PORTSDIR}/math/arpack X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include b924c54e7efd2a271bc3af16ee6df9cd echo x - math/octave-forge-arpack/pkg-descr sed 's/^X//' >math/octave-forge-arpack/pkg-descr << 'a460a7fdb23c7972f70c62406c93280b' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is arpack. X X Octave bindings to ARPACK, including the eigs and svds function. X XWWW: http://octave.sourceforge.net/ a460a7fdb23c7972f70c62406c93280b echo x - math/octave-forge-arpack/pkg-plist sed 's/^X//' >math/octave-forge-arpack/pkg-plist << '65e623aa21c8d1a65de5b9aa57b35a94' X@comment This file intentionally left empty 65e623aa21c8d1a65de5b9aa57b35a94 echo c - math/octave-forge-audio mkdir -p math/octave-forge-audio > /dev/null 2>&1 echo x - math/octave-forge-audio/distinfo sed 's/^X//' >math/octave-forge-audio/distinfo << 'fded909e0f54be1bc9f89b13986cabc9' XMD5 (octave-forge/audio-1.1.2.tar.gz) = 108e9c9fed5deacec366537ba0c52042 XSHA256 (octave-forge/audio-1.1.2.tar.gz) = 9c2d7d1bca8085c63d9e0341e35667c76c14ad114c253d77d026d8c9f97a31f4 XSIZE (octave-forge/audio-1.1.2.tar.gz) = 128793 fded909e0f54be1bc9f89b13986cabc9 echo x - math/octave-forge-audio/Makefile sed 's/^X//' >math/octave-forge-audio/Makefile << 'f6a5b3cc30b857b2c2d80e6da8867433' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-audio XPORTVERSION= 1.1.2 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include f6a5b3cc30b857b2c2d80e6da8867433 echo x - math/octave-forge-audio/pkg-descr sed 's/^X//' >math/octave-forge-audio/pkg-descr << 'bcb2fd3231a2bc211e6fa4ca1b053f49' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is audio. X X Audio recording, processing and playing tools. X XWWW: http://octave.sourceforge.net/ bcb2fd3231a2bc211e6fa4ca1b053f49 echo x - math/octave-forge-audio/pkg-message sed 's/^X//' >math/octave-forge-audio/pkg-message << '1e0e66407d3526e855d5903507002833' XThis port has not yet been configured to work with FreeBSD sound. 1e0e66407d3526e855d5903507002833 echo x - math/octave-forge-audio/pkg-plist sed 's/^X//' >math/octave-forge-audio/pkg-plist << 'a29ed862f5b3e1487b0292ee42cd2dae' X@comment This file intentionally left empty a29ed862f5b3e1487b0292ee42cd2dae echo c - math/octave-forge-bim mkdir -p math/octave-forge-bim > /dev/null 2>&1 echo x - math/octave-forge-bim/distinfo sed 's/^X//' >math/octave-forge-bim/distinfo << '14c40c06f9ef9472255bc8390c6a69e0' XMD5 (octave-forge/bim-0.0.7.tar.gz) = a3661d541044f3b39a4ec4e343b52b23 XSHA256 (octave-forge/bim-0.0.7.tar.gz) = 45d5c55c55552d4238aca5bd9edcea2cba8bb7cc4170d166d50e179842990380 XSIZE (octave-forge/bim-0.0.7.tar.gz) = 19310 14c40c06f9ef9472255bc8390c6a69e0 echo x - math/octave-forge-bim/Makefile sed 's/^X//' >math/octave-forge-bim/Makefile << '9eedb01c346d4aa5b42c554a2e64aa9f' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-bim XPORTVERSION= 0.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl XRUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 9eedb01c346d4aa5b42c554a2e64aa9f echo x - math/octave-forge-bim/pkg-descr sed 's/^X//' >math/octave-forge-bim/pkg-descr << '796748bdb8d6e90465a1b267c27e4f20' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is bim. X X Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method (BIM) X XWWW: http://octave.sourceforge.net/ 796748bdb8d6e90465a1b267c27e4f20 echo x - math/octave-forge-bim/pkg-plist sed 's/^X//' >math/octave-forge-bim/pkg-plist << '4b74713b9be7ea5f2ebe2eb5c7001846' X@comment This file intentionally left empty 4b74713b9be7ea5f2ebe2eb5c7001846 echo c - math/octave-forge-bioinfo mkdir -p math/octave-forge-bioinfo > /dev/null 2>&1 echo x - math/octave-forge-bioinfo/distinfo sed 's/^X//' >math/octave-forge-bioinfo/distinfo << 'f96137cabb5bb3944b899030aa0d1f82' XMD5 (octave-forge/bioinfo-0.1.1.tar.gz) = 693b49f6a6cf9247be68b85e31594deb XSHA256 (octave-forge/bioinfo-0.1.1.tar.gz) = 08d0fe3818476a8606a9962df1fbde7b3192f193f941b0f5813a6a13fb16cebf XSIZE (octave-forge/bioinfo-0.1.1.tar.gz) = 13306 f96137cabb5bb3944b899030aa0d1f82 echo x - math/octave-forge-bioinfo/Makefile sed 's/^X//' >math/octave-forge-bioinfo/Makefile << '01dea923d040df7ec15bdf7eb4509367' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-bioinfo XPORTVERSION= 0.1.1 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 01dea923d040df7ec15bdf7eb4509367 echo x - math/octave-forge-bioinfo/pkg-descr sed 's/^X//' >math/octave-forge-bioinfo/pkg-descr << '07e61aca29ff77ecace39c9d3cfc16d5' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is bioinfo. X X Bioinformatics manipulation X XWWW: http://octave.sourceforge.net/ 07e61aca29ff77ecace39c9d3cfc16d5 echo x - math/octave-forge-bioinfo/pkg-plist sed 's/^X//' >math/octave-forge-bioinfo/pkg-plist << '8944211d7c3310edb914ab973dc03132' X@comment This file intentionally left empty 8944211d7c3310edb914ab973dc03132 echo c - math/octave-forge-civil-engineering mkdir -p math/octave-forge-civil-engineering > /dev/null 2>&1 echo x - math/octave-forge-civil-engineering/distinfo sed 's/^X//' >math/octave-forge-civil-engineering/distinfo << '05a01bde9a80abacb60e018e377a0187' XMD5 (octave-forge/civil-engineering-1.0.6.tar.gz) = 3bb48ad408e2adb5f1a3192c0307d7e4 XSHA256 (octave-forge/civil-engineering-1.0.6.tar.gz) = a3af1e6722773d0296acd900a13ee6bd1fa3eb21d6ab3bc82492cc8f1f1b2920 XSIZE (octave-forge/civil-engineering-1.0.6.tar.gz) = 32511 05a01bde9a80abacb60e018e377a0187 echo x - math/octave-forge-civil-engineering/Makefile sed 's/^X//' >math/octave-forge-civil-engineering/Makefile << 'f941ba026ce0b48ebbce078623497d55' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-civil-engineering XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include f941ba026ce0b48ebbce078623497d55 echo x - math/octave-forge-civil-engineering/pkg-descr sed 's/^X//' >math/octave-forge-civil-engineering/pkg-descr << '9fea0b1e03dd733836270fa16ab452ff' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is civil-engineering. X X Functions to solution some ODE's in Civil Engineering. X XWWW: http://octave.sourceforge.net/ 9fea0b1e03dd733836270fa16ab452ff echo x - math/octave-forge-civil-engineering/pkg-plist sed 's/^X//' >math/octave-forge-civil-engineering/pkg-plist << 'dc61195ea388a83c82c966998d25f269' X@comment This file intentionally left empty dc61195ea388a83c82c966998d25f269 echo c - math/octave-forge-combinatorics mkdir -p math/octave-forge-combinatorics > /dev/null 2>&1 echo x - math/octave-forge-combinatorics/distinfo sed 's/^X//' >math/octave-forge-combinatorics/distinfo << '7d993a1c62bc58897255010fc0f2d148' XMD5 (octave-forge/combinatorics-1.0.7.tar.gz) = e642eeff1aec678dbb4663935fe3c20b XSHA256 (octave-forge/combinatorics-1.0.7.tar.gz) = 9894d09ef4573e49f4d81424357a5186b9f3f82ee4705b1e8c2a2c603666dfe9 XSIZE (octave-forge/combinatorics-1.0.7.tar.gz) = 27818 7d993a1c62bc58897255010fc0f2d148 echo x - math/octave-forge-combinatorics/Makefile sed 's/^X//' >math/octave-forge-combinatorics/Makefile << '66c1384a828b2b6f02da9ff5bf003a57' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-combinatorics XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 66c1384a828b2b6f02da9ff5bf003a57 echo x - math/octave-forge-combinatorics/pkg-descr sed 's/^X//' >math/octave-forge-combinatorics/pkg-descr << 'd29d92487b3dc8bfa8488b569614a812' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is combinatorics. X X Combinatorics functions, incuding partitioning. X XWWW: http://octave.sourceforge.net/ d29d92487b3dc8bfa8488b569614a812 echo x - math/octave-forge-combinatorics/pkg-plist sed 's/^X//' >math/octave-forge-combinatorics/pkg-plist << 'f904e35570edbe8108748f15c2a37ce2' X@comment This file intentionally left empty f904e35570edbe8108748f15c2a37ce2 echo c - math/octave-forge-communications mkdir -p math/octave-forge-communications > /dev/null 2>&1 echo x - math/octave-forge-communications/Makefile sed 's/^X//' >math/octave-forge-communications/Makefile << '262e5b87f8cf86d0ed2a8855e7b7d511' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-communications XPORTVERSION= 1.0.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 262e5b87f8cf86d0ed2a8855e7b7d511 echo x - math/octave-forge-communications/distinfo sed 's/^X//' >math/octave-forge-communications/distinfo << '6822db771593eb793d8bcb67a43a3bb9' XMD5 (octave-forge/communications-1.0.8.tar.gz) = fe01a0c78040496618c9d8fe0edac202 XSHA256 (octave-forge/communications-1.0.8.tar.gz) = 1c89bde096dfb57c4f69212fce597b850820db947e21f3494f818507468c3143 XSIZE (octave-forge/communications-1.0.8.tar.gz) = 845034 6822db771593eb793d8bcb67a43a3bb9 echo x - math/octave-forge-communications/pkg-descr sed 's/^X//' >math/octave-forge-communications/pkg-descr << '8eaec320bbd7fc09462840bc13133d05' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is communications. X X Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields X XWWW: http://octave.sourceforge.net/ 8eaec320bbd7fc09462840bc13133d05 echo x - math/octave-forge-communications/pkg-plist sed 's/^X//' >math/octave-forge-communications/pkg-plist << 'ff7fcaffe4c9ecd6ecf6fb5cdf33b995' X@comment This file intentionally left empty ff7fcaffe4c9ecd6ecf6fb5cdf33b995 echo c - math/octave-forge-control mkdir -p math/octave-forge-control > /dev/null 2>&1 echo x - math/octave-forge-control/distinfo sed 's/^X//' >math/octave-forge-control/distinfo << '5ec8994a51060183d0d8a420f56bb8ec' XMD5 (octave-forge/control-1.0.7.tar.gz) = 5802bbd5a3ebad6e549bbf6480b734da XSHA256 (octave-forge/control-1.0.7.tar.gz) = 04dd6dc8729505029bfa0ab6f1eefdacd1f23c2617278069046078699932ff5d XSIZE (octave-forge/control-1.0.7.tar.gz) = 23517 5ec8994a51060183d0d8a420f56bb8ec echo x - math/octave-forge-control/Makefile sed 's/^X//' >math/octave-forge-control/Makefile << '91ba2b9e73de801dce27dba6590f3efe' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-control XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 91ba2b9e73de801dce27dba6590f3efe echo x - math/octave-forge-control/pkg-descr sed 's/^X//' >math/octave-forge-control/pkg-descr << '764c34805a8d22de77d7f791a6f7aa45' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is control. X X Additional Octave Control tools X XWWW: http://octave.sourceforge.net/ 764c34805a8d22de77d7f791a6f7aa45 echo x - math/octave-forge-control/pkg-plist sed 's/^X//' >math/octave-forge-control/pkg-plist << 'a75313ac6d6e71532b86da96e614f94b' X@comment This file intentionally left empty a75313ac6d6e71532b86da96e614f94b echo c - math/octave-forge-data-smoothing mkdir -p math/octave-forge-data-smoothing > /dev/null 2>&1 echo x - math/octave-forge-data-smoothing/Makefile sed 's/^X//' >math/octave-forge-data-smoothing/Makefile << 'd96d9d325e53c4d1a8b2a6564ab28824' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-data-smoothing XPORTVERSION= 1.1.1 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include d96d9d325e53c4d1a8b2a6564ab28824 echo x - math/octave-forge-data-smoothing/distinfo sed 's/^X//' >math/octave-forge-data-smoothing/distinfo << 'b790a0a5969860f03244b9415fb08871' XMD5 (octave-forge/data-smoothing-1.1.1.tar.gz) = 240aaa3182a5e39afc1a3a7eabc7267e XSHA256 (octave-forge/data-smoothing-1.1.1.tar.gz) = 69382912506b43c9edd44f5acdac25cee328762e4eb74276c4e22ac670867a03 XSIZE (octave-forge/data-smoothing-1.1.1.tar.gz) = 13227 b790a0a5969860f03244b9415fb08871 echo x - math/octave-forge-data-smoothing/pkg-descr sed 's/^X//' >math/octave-forge-data-smoothing/pkg-descr << '838a104607c5965e7732f4316afd22fc' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is data-smoothing. X X Algorithms for smoothing noisy data X XWWW: http://octave.sourceforge.net/ 838a104607c5965e7732f4316afd22fc echo x - math/octave-forge-data-smoothing/pkg-plist sed 's/^X//' >math/octave-forge-data-smoothing/pkg-plist << '2ffc199037fa94f94d58d26117a693d4' X@comment This file intentionally left empty 2ffc199037fa94f94d58d26117a693d4 echo c - math/octave-forge-database mkdir -p math/octave-forge-database > /dev/null 2>&1 echo x - math/octave-forge-database/Makefile sed 's/^X//' >math/octave-forge-database/Makefile << '1c487adceb782b57fbc571ffabfda3c3' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-database XPORTVERSION= 1.0.1 XCATEGORIES= math X XIGNORE= Work in progress - if someone else wants to do it, please do it. X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 1c487adceb782b57fbc571ffabfda3c3 echo x - math/octave-forge-database/pkg-descr sed 's/^X//' >math/octave-forge-database/pkg-descr << '1fdb59c306c8114766fcc1aba1287198' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is database. X X These are bindings that allow SQL queries and other database operations on postgres, mysql, sqlite, and standard ODBC databases from within Octave. A simplified interface that is uniform across all database types is provided, as well as the entire C client API for each database (libpq, libmysqlclient, etc). X XWWW: http://octave.sourceforge.net/ 1fdb59c306c8114766fcc1aba1287198 echo x - math/octave-forge-database/pkg-plist sed 's/^X//' >math/octave-forge-database/pkg-plist << 'ca6f372da5c02b2faede93d288ee5d16' X@comment This file intentionally left empty ca6f372da5c02b2faede93d288ee5d16 echo c - math/octave-forge-econometrics mkdir -p math/octave-forge-econometrics > /dev/null 2>&1 echo x - math/octave-forge-econometrics/distinfo sed 's/^X//' >math/octave-forge-econometrics/distinfo << 'a918ad0a1a2c14d30b25215d9b35f6cb' XMD5 (octave-forge/econometrics-1.0.7.tar.gz) = 02aa745080267b75502f4842f9376206 XSHA256 (octave-forge/econometrics-1.0.7.tar.gz) = cc3159f03314621087037a71d396c8d9004b93b3a5b4b21f0d2e13bf1e4826a0 XSIZE (octave-forge/econometrics-1.0.7.tar.gz) = 42493 a918ad0a1a2c14d30b25215d9b35f6cb echo x - math/octave-forge-econometrics/Makefile sed 's/^X//' >math/octave-forge-econometrics/Makefile << '6dcefec00737bb74b14d7406a54803e6' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-econometrics XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 6dcefec00737bb74b14d7406a54803e6 echo x - math/octave-forge-econometrics/pkg-descr sed 's/^X//' >math/octave-forge-econometrics/pkg-descr << '38e9680bfc1b9b85fe03b0d8352831fc' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is econometrics. X X Econometrics functions including MLE and GMM based techniques. X XWWW: http://octave.sourceforge.net/ 38e9680bfc1b9b85fe03b0d8352831fc echo x - math/octave-forge-econometrics/pkg-plist sed 's/^X//' >math/octave-forge-econometrics/pkg-plist << '37b847138af227ffc47dda30ae4510f4' X@comment This file intentionally left empty 37b847138af227ffc47dda30ae4510f4 echo c - math/octave-forge-engine mkdir -p math/octave-forge-engine > /dev/null 2>&1 echo x - math/octave-forge-engine/distinfo sed 's/^X//' >math/octave-forge-engine/distinfo << 'e67559947be9cc19f1291d0099221177' XMD5 (octave-forge/engine-1.0.7.tar.gz) = 2550eeff4c150354afc4278eebe7a06c XSHA256 (octave-forge/engine-1.0.7.tar.gz) = 8b02869de1463532e6ec0bd59033bc6da1bcfba81e9e79356d177714b0895904 XSIZE (octave-forge/engine-1.0.7.tar.gz) = 66331 e67559947be9cc19f1291d0099221177 echo x - math/octave-forge-engine/Makefile sed 's/^X//' >math/octave-forge-engine/Makefile << 'a9f05d7cbcd0d84162ae5ac22449175b' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-engine XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include a9f05d7cbcd0d84162ae5ac22449175b echo x - math/octave-forge-engine/pkg-descr sed 's/^X//' >math/octave-forge-engine/pkg-descr << 'ae716084b8287467eb7e9bb4572a22c8' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is engine. X X An external interface library for Octave X XWWW: http://octave.sourceforge.net/ ae716084b8287467eb7e9bb4572a22c8 echo x - math/octave-forge-engine/pkg-plist sed 's/^X//' >math/octave-forge-engine/pkg-plist << 'b30c6487e38c7a64733595dcc67f4523' X@comment This file intentionally left empty b30c6487e38c7a64733595dcc67f4523 echo c - math/octave-forge-financial mkdir -p math/octave-forge-financial > /dev/null 2>&1 echo x - math/octave-forge-financial/distinfo sed 's/^X//' >math/octave-forge-financial/distinfo << 'a518db4294d2630b43fe3bf0eb18ac52' XMD5 (octave-forge/financial-0.3.0.tar.gz) = 3063ab02196f129f88a61eacabde4c20 XSHA256 (octave-forge/financial-0.3.0.tar.gz) = 2d0049e85ebf36ad17b47d0c2e53ea546d9f9fa17899545c17589ea704c917d5 XSIZE (octave-forge/financial-0.3.0.tar.gz) = 18408 a518db4294d2630b43fe3bf0eb18ac52 echo x - math/octave-forge-financial/Makefile sed 's/^X//' >math/octave-forge-financial/Makefile << 'f1e0fdc853a80d362b8cc3c743ab5440' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-financial XPORTVERSION= 0.3.0 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/time.tar.gz:${PORTSDIR}/math/octave-forge-time XRUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include f1e0fdc853a80d362b8cc3c743ab5440 echo x - math/octave-forge-financial/pkg-descr sed 's/^X//' >math/octave-forge-financial/pkg-descr << '1264aceb45caf750939e242d3ac35ec7' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is financial. X X Financial manipulation and plotting functions X XWWW: http://octave.sourceforge.net/ 1264aceb45caf750939e242d3ac35ec7 echo x - math/octave-forge-financial/pkg-plist sed 's/^X//' >math/octave-forge-financial/pkg-plist << '82334b58e2b5a5cb82e0efb65c671b2a' X@comment This file intentionally left empty 82334b58e2b5a5cb82e0efb65c671b2a echo c - math/octave-forge-fixed mkdir -p math/octave-forge-fixed > /dev/null 2>&1 echo x - math/octave-forge-fixed/Makefile sed 's/^X//' >math/octave-forge-fixed/Makefile << 'bcb5640e6c5d23bbcb40e91b549a8fa1' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-fixed XPORTVERSION= 0.7.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include bcb5640e6c5d23bbcb40e91b549a8fa1 echo x - math/octave-forge-fixed/distinfo sed 's/^X//' >math/octave-forge-fixed/distinfo << '7085367b39fc6e5edbe8427c599c4783' XMD5 (octave-forge/fixed-0.7.8.tar.gz) = 1501e8eacbb409cc2c3bce99e67aff5b XSHA256 (octave-forge/fixed-0.7.8.tar.gz) = 9280df079bf361815a4d4564d37f9559b5651a1a7f0da4ba178f81ec32e0838a XSIZE (octave-forge/fixed-0.7.8.tar.gz) = 486350 7085367b39fc6e5edbe8427c599c4783 echo x - math/octave-forge-fixed/pkg-descr sed 's/^X//' >math/octave-forge-fixed/pkg-descr << '69835239cde1a61ede37d9a2c1c34526' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is fixed. X X Fixed point real and complex matrix toolbox X XWWW: http://octave.sourceforge.net/ 69835239cde1a61ede37d9a2c1c34526 echo x - math/octave-forge-fixed/pkg-plist sed 's/^X//' >math/octave-forge-fixed/pkg-plist << '90176802173a1c70e67d9651de1c1470' X@comment This file intentionally left empty 90176802173a1c70e67d9651de1c1470 echo c - math/octave-forge-fpl mkdir -p math/octave-forge-fpl > /dev/null 2>&1 echo x - math/octave-forge-fpl/distinfo sed 's/^X//' >math/octave-forge-fpl/distinfo << '92da1d527f4f0178f833772a6f70537d' XMD5 (octave-forge/fpl-0.1.3.tar.gz) = 731d0b5c1dde91a945df389fb939dae8 XSHA256 (octave-forge/fpl-0.1.3.tar.gz) = 91e6e2c2954aa5737f487c92d43d6d083966558fbf57cce376517011d2ba86c3 XSIZE (octave-forge/fpl-0.1.3.tar.gz) = 37147 92da1d527f4f0178f833772a6f70537d echo x - math/octave-forge-fpl/Makefile sed 's/^X//' >math/octave-forge-fpl/Makefile << '3efa1ba185b51b9a57e5edfb7eda7751' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-fpl XPORTVERSION= 0.1.3 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X X.if ${ARCH} != "amd64" && ${ARCH} != "sparc64" XRUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx X.endif X X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 3efa1ba185b51b9a57e5edfb7eda7751 echo x - math/octave-forge-fpl/pkg-descr sed 's/^X//' >math/octave-forge-fpl/pkg-descr << '93f1bae05ce108c04852266dc89ee0bd' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is fpl. X X Collection of routines to plot data on unstructured triangular and tetrahedral meshes X XWWW: http://octave.sourceforge.net/ 93f1bae05ce108c04852266dc89ee0bd echo x - math/octave-forge-fpl/pkg-message sed 's/^X//' >math/octave-forge-fpl/pkg-message << '6ec04b5d3b32e46b601c4fff874a4c0c' XAlthough the port builds, it is nonfunctional on amd64 and sparc64 due to the Xabsence of opendx. 6ec04b5d3b32e46b601c4fff874a4c0c echo x - math/octave-forge-fpl/pkg-plist sed 's/^X//' >math/octave-forge-fpl/pkg-plist << 'f638792b330cc99e095efe31b02cc3b8' X@comment This file intentionally left empty f638792b330cc99e095efe31b02cc3b8 echo c - math/octave-forge-ftp mkdir -p math/octave-forge-ftp > /dev/null 2>&1 echo x - math/octave-forge-ftp/distinfo sed 's/^X//' >math/octave-forge-ftp/distinfo << '886ddf2fecb9d5902326f6b1cd9b8c81' XMD5 (octave-forge/ftp-1.0.1.tar.gz) = 7cf0791603c262f9522e79589e8d0a97 XSHA256 (octave-forge/ftp-1.0.1.tar.gz) = e896b2f13eb9d98a2d355017046d5badafbdda322557ed3df3407eb065a334f5 XSIZE (octave-forge/ftp-1.0.1.tar.gz) = 63311 886ddf2fecb9d5902326f6b1cd9b8c81 echo x - math/octave-forge-ftp/Makefile sed 's/^X//' >math/octave-forge-ftp/Makefile << '67b6357327e67f32a3befb21816f7764' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-ftp XPORTVERSION= 1.0.1 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XLIB_DEPENDS+= ftp:${PORTSDIR}/ftp/ftplib XRUN_DEPENDS+= swig:${PORTSDIR}/devel/swig13 X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 67b6357327e67f32a3befb21816f7764 echo x - math/octave-forge-ftp/pkg-descr sed 's/^X//' >math/octave-forge-ftp/pkg-descr << 'abbc4780ae3385ca4e7d64c0c728ba82' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is ftp. X X These are bindings for ftplib, and MATLAB compatible APIs. X XWWW: http://octave.sourceforge.net/ abbc4780ae3385ca4e7d64c0c728ba82 echo x - math/octave-forge-ftp/pkg-plist sed 's/^X//' >math/octave-forge-ftp/pkg-plist << '58de206ccd09546f79fc6b528a31a162' X@comment This file intentionally left empty 58de206ccd09546f79fc6b528a31a162 echo c - math/octave-forge-ga mkdir -p math/octave-forge-ga > /dev/null 2>&1 echo x - math/octave-forge-ga/Makefile sed 's/^X//' >math/octave-forge-ga/Makefile << '0b761280192029f0c35b5361b3a754ea' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-ga XPORTVERSION= 0.9.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 0b761280192029f0c35b5361b3a754ea echo x - math/octave-forge-ga/distinfo sed 's/^X//' >math/octave-forge-ga/distinfo << '8ed2dcb1410bd10fd1d695f0cb87231a' XMD5 (octave-forge/ga-0.9.4.tar.gz) = 2808b35d59de43386f144e4d5fdf0e5f XSHA256 (octave-forge/ga-0.9.4.tar.gz) = 3a5fb87c2b53804ddd9f2aa5339f696e117a6b25493dd2dc83ef2419cef85be7 XSIZE (octave-forge/ga-0.9.4.tar.gz) = 21292 8ed2dcb1410bd10fd1d695f0cb87231a echo x - math/octave-forge-ga/pkg-descr sed 's/^X//' >math/octave-forge-ga/pkg-descr << 'd854cd3226af2351b666cd152b926a22' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is ga. X X Genetic optimization code X XWWW: http://octave.sourceforge.net/ d854cd3226af2351b666cd152b926a22 echo x - math/octave-forge-ga/pkg-plist sed 's/^X//' >math/octave-forge-ga/pkg-plist << '41803bf0d41df0d8dd04c8a58d69832e' X@comment This file intentionally left empty 41803bf0d41df0d8dd04c8a58d69832e echo c - math/octave-forge-general mkdir -p math/octave-forge-general > /dev/null 2>&1 echo x - math/octave-forge-general/distinfo sed 's/^X//' >math/octave-forge-general/distinfo << '63155f2bb97838cc01a5659c7c07903d' XMD5 (octave-forge/general-1.0.7.tar.gz) = 0dc3f87aa7178c68dc3a51b609809bc9 XSHA256 (octave-forge/general-1.0.7.tar.gz) = cb3492093103d1ba897036db4a271c4bd481b2bca65d7969f0d45038da819cef XSIZE (octave-forge/general-1.0.7.tar.gz) = 44004 63155f2bb97838cc01a5659c7c07903d echo x - math/octave-forge-general/Makefile sed 's/^X//' >math/octave-forge-general/Makefile << 'f4b8e7f6c0c9c25669647447cad20cc9' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-general XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include f4b8e7f6c0c9c25669647447cad20cc9 echo x - math/octave-forge-general/pkg-descr sed 's/^X//' >math/octave-forge-general/pkg-descr << 'ae0f8ecc5ae6b57abd45042176e903c0' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is general. X X General tools for octave. X XWWW: http://octave.sourceforge.net/ ae0f8ecc5ae6b57abd45042176e903c0 echo x - math/octave-forge-general/pkg-plist sed 's/^X//' >math/octave-forge-general/pkg-plist << '50072df9afae67e85d9c68256e15d9f9' X@comment This file intentionally left empty 50072df9afae67e85d9c68256e15d9f9 echo c - math/octave-forge-graceplot mkdir -p math/octave-forge-graceplot > /dev/null 2>&1 echo x - math/octave-forge-graceplot/distinfo sed 's/^X//' >math/octave-forge-graceplot/distinfo << '3eeaf504fb711650741e32d4410c7bb0' XMD5 (octave-forge/graceplot-1.0.6.tar.gz) = 928765a7cc8160801fc9c754080a3af9 XSHA256 (octave-forge/graceplot-1.0.6.tar.gz) = ae3a08280cd862e4c1460aa648aba55da4639940010894f20a188df1b3997394 XSIZE (octave-forge/graceplot-1.0.6.tar.gz) = 65673 3eeaf504fb711650741e32d4410c7bb0 echo x - math/octave-forge-graceplot/Makefile sed 's/^X//' >math/octave-forge-graceplot/Makefile << '332e1ab7484f87de86f553ca4a53750f' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-graceplot XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 332e1ab7484f87de86f553ca4a53750f echo x - math/octave-forge-graceplot/pkg-descr sed 's/^X//' >math/octave-forge-graceplot/pkg-descr << 'eb8d4c54ed18959c89280f977c197a57' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is graceplot. X X Graceplot bindings for octave. X XWWW: http://octave.sourceforge.net/ eb8d4c54ed18959c89280f977c197a57 echo x - math/octave-forge-graceplot/pkg-plist sed 's/^X//' >math/octave-forge-graceplot/pkg-plist << 'eb98a7927b33a5fb96ed601d448e30c4' X@comment This file intentionally left empty eb98a7927b33a5fb96ed601d448e30c4 echo c - math/octave-forge-gsl mkdir -p math/octave-forge-gsl > /dev/null 2>&1 echo x - math/octave-forge-gsl/distinfo sed 's/^X//' >math/octave-forge-gsl/distinfo << '2862ec84f61975f1a501cf55fe13b4c3' XMD5 (octave-forge/gsl-1.0.7.tar.gz) = 77a3058592f938f6384146d3630cc845 XSHA256 (octave-forge/gsl-1.0.7.tar.gz) = ff1539def908dbcb63d714b2f1ef3076dc5276719c2af5dac0274b45a6e2c81b XSIZE (octave-forge/gsl-1.0.7.tar.gz) = 1200207 2862ec84f61975f1a501cf55fe13b4c3 echo x - math/octave-forge-gsl/Makefile sed 's/^X//' >math/octave-forge-gsl/Makefile << '1e3c3c270728abdbb6a55f5af2f9ac30' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-gsl XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XLIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl X Xpost-patch: X @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config* X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 1e3c3c270728abdbb6a55f5af2f9ac30 echo x - math/octave-forge-gsl/pkg-descr sed 's/^X//' >math/octave-forge-gsl/pkg-descr << '547b7d0243426a005a71bfdd844f4050' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is gsl. X X Octave bindings to the GNU Scientific Library X XWWW: http://octave.sourceforge.net/ 547b7d0243426a005a71bfdd844f4050 echo x - math/octave-forge-gsl/pkg-plist sed 's/^X//' >math/octave-forge-gsl/pkg-plist << '40ba28ebdcbd7a54ea6505c73f5908a4' X@comment This file intentionally left empty 40ba28ebdcbd7a54ea6505c73f5908a4 echo c - math/octave-forge-ident mkdir -p math/octave-forge-ident > /dev/null 2>&1 echo x - math/octave-forge-ident/distinfo sed 's/^X//' >math/octave-forge-ident/distinfo << '473569ee7a5346a75371f0a1eb5bc62b' XMD5 (octave-forge/ident-1.0.6.tar.gz) = ade98e83fce6cdb7e0484f889bff44af XSHA256 (octave-forge/ident-1.0.6.tar.gz) = 0096ef1623981be9aef4be0c425d9cc85f9287de0b7400d039f25258d50bdbe1 XSIZE (octave-forge/ident-1.0.6.tar.gz) = 29181 473569ee7a5346a75371f0a1eb5bc62b echo x - math/octave-forge-ident/Makefile sed 's/^X//' >math/octave-forge-ident/Makefile << 'cadca16b2df68a1a28c105c52ea17cf8' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-ident XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include cadca16b2df68a1a28c105c52ea17cf8 echo x - math/octave-forge-ident/pkg-descr sed 's/^X//' >math/octave-forge-ident/pkg-descr << '57081607e422bd82c5de6ee7b839dda2' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is ident. X X Addition System Indentification Control functions. X XWWW: http://octave.sourceforge.net/ 57081607e422bd82c5de6ee7b839dda2 echo x - math/octave-forge-ident/pkg-plist sed 's/^X//' >math/octave-forge-ident/pkg-plist << '67fbb512805b7174bc787de2d640fc78' X@comment This file intentionally left empty 67fbb512805b7174bc787de2d640fc78 echo c - math/octave-forge-image mkdir -p math/octave-forge-image > /dev/null 2>&1 echo x - math/octave-forge-image/distinfo sed 's/^X//' >math/octave-forge-image/distinfo << '62c861895b20249e31c4d6aefe98cb72' XMD5 (octave-forge/image-1.0.8.tar.gz) = 36f1c7fe346752b5bcca1725eff56072 XSHA256 (octave-forge/image-1.0.8.tar.gz) = 141de14d3ac97e0acefbaa718a4d402d826ab920fe2fd3b9bd42285760fd6c6f XSIZE (octave-forge/image-1.0.8.tar.gz) = 205608 62c861895b20249e31c4d6aefe98cb72 echo x - math/octave-forge-image/Makefile sed 's/^X//' >math/octave-forge-image/Makefile << '2aa72eeaf9f19dac8fbcbde8dee72a19' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-image XPORTVERSION= 1.0.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XLIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 2aa72eeaf9f19dac8fbcbde8dee72a19 echo x - math/octave-forge-image/pkg-descr sed 's/^X//' >math/octave-forge-image/pkg-descr << 'b2ccb2169aff193da707eb160f35804e' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is image. X X The Octave-forge Image package provides functions for X reading, writing, and processing images. The package supports X almost all image formats through the use of ImageMagick. X The package also provides functions for feature extraction, image X statistics, spatial and geometric transformations, morphological X operations, linear filtering, and much more. X XWWW: http://octave.sourceforge.net/ b2ccb2169aff193da707eb160f35804e echo x - math/octave-forge-image/pkg-plist sed 's/^X//' >math/octave-forge-image/pkg-plist << '8bba06c85e60daf2d6954ad65d04acf6' X@comment This file intentionally left empty 8bba06c85e60daf2d6954ad65d04acf6 echo c - math/octave-forge-informationtheory mkdir -p math/octave-forge-informationtheory > /dev/null 2>&1 echo x - math/octave-forge-informationtheory/distinfo sed 's/^X//' >math/octave-forge-informationtheory/distinfo << '6c3d252343c36c22c3ce74bbb56d86da' XMD5 (octave-forge/informationtheory-0.1.6.tar.gz) = c09ea18c6ce43c6d236360aec4d221c8 XSHA256 (octave-forge/informationtheory-0.1.6.tar.gz) = 4cb1c7cf80b9b6d1ddf0575c9fb3e2cf276ff979f95a324fd914cceef7c50e25 XSIZE (octave-forge/informationtheory-0.1.6.tar.gz) = 33204 6c3d252343c36c22c3ce74bbb56d86da echo x - math/octave-forge-informationtheory/Makefile sed 's/^X//' >math/octave-forge-informationtheory/Makefile << '19a49addc11916e7246e62a31745ae7b' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-informationtheory XPORTVERSION= 0.1.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 19a49addc11916e7246e62a31745ae7b echo x - math/octave-forge-informationtheory/pkg-descr sed 's/^X//' >math/octave-forge-informationtheory/pkg-descr << '39fcd64646b1e62a8f3b9ba721451dc2' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is informationtheory. X X Functions and routines for basic Information Theory definitions, and source coding. X XWWW: http://octave.sourceforge.net/ 39fcd64646b1e62a8f3b9ba721451dc2 echo x - math/octave-forge-informationtheory/pkg-plist sed 's/^X//' >math/octave-forge-informationtheory/pkg-plist << '911601ebdb2b17357060e06efc339651' X@comment This file intentionally left empty 911601ebdb2b17357060e06efc339651 echo c - math/octave-forge-integration mkdir -p math/octave-forge-integration > /dev/null 2>&1 echo x - math/octave-forge-integration/distinfo sed 's/^X//' >math/octave-forge-integration/distinfo << '8ad274b630fc6ff406acfdf7ae4289e4' XMD5 (octave-forge/integration-1.0.6.tar.gz) = cdbcc10a951c69e223a546c68188e88c XSHA256 (octave-forge/integration-1.0.6.tar.gz) = 57ada6fc5ea081340ad2af5643d6967ff67f525e07a2d1cc484e403f40698ee1 XSIZE (octave-forge/integration-1.0.6.tar.gz) = 38748 8ad274b630fc6ff406acfdf7ae4289e4 echo x - math/octave-forge-integration/Makefile sed 's/^X//' >math/octave-forge-integration/Makefile << 'd56c865aec76de11c0e0eb3cce6a2df7' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-integration XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include d56c865aec76de11c0e0eb3cce6a2df7 echo x - math/octave-forge-integration/pkg-descr sed 's/^X//' >math/octave-forge-integration/pkg-descr << '9e1a95fb445a887debbfa4b55ba9616d' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is integration. X X Toolbox for 1-D, 2-D, and n-D Numerical Integration X XWWW: http://octave.sourceforge.net/ 9e1a95fb445a887debbfa4b55ba9616d echo x - math/octave-forge-integration/pkg-plist sed 's/^X//' >math/octave-forge-integration/pkg-plist << '4c2c4525ed11280b40995c62f5e21885' X@comment This file intentionally left empty 4c2c4525ed11280b40995c62f5e21885 echo c - math/octave-forge-io mkdir -p math/octave-forge-io > /dev/null 2>&1 echo x - math/octave-forge-io/distinfo sed 's/^X//' >math/octave-forge-io/distinfo << '57960a561fad578a1b36931e61957d3a' XMD5 (octave-forge/io-1.0.7.tar.gz) = 64206cdaaccfbd8809f8d7661709ff46 XSHA256 (octave-forge/io-1.0.7.tar.gz) = 50eb4660c1e233aded36dd0b36c65120961e1c0e195b78f4e6760da4d342de5d XSIZE (octave-forge/io-1.0.7.tar.gz) = 40618 57960a561fad578a1b36931e61957d3a echo x - math/octave-forge-io/Makefile sed 's/^X//' >math/octave-forge-io/Makefile << '3faec29181b218a55aead82742a28c5d' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-io XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 3faec29181b218a55aead82742a28c5d echo x - math/octave-forge-io/pkg-descr sed 's/^X//' >math/octave-forge-io/pkg-descr << '74f6a3146284169ec3ed994c7da4b052' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is io. X X Input/Output in external formats. X XWWW: http://octave.sourceforge.net/ 74f6a3146284169ec3ed994c7da4b052 echo x - math/octave-forge-io/pkg-plist sed 's/^X//' >math/octave-forge-io/pkg-plist << '92be9af4fe0c8171e2c60b0aabbd34a7' X@comment This file intentionally left empty 92be9af4fe0c8171e2c60b0aabbd34a7 echo c - math/octave-forge-irsa mkdir -p math/octave-forge-irsa > /dev/null 2>&1 echo x - math/octave-forge-irsa/distinfo sed 's/^X//' >math/octave-forge-irsa/distinfo << '763f6cab456172abfc6ec38caf06a41c' XMD5 (octave-forge/irsa-1.0.6.tar.gz) = 91edcd3625c62dd9ce46ed16d079bbe7 XSHA256 (octave-forge/irsa-1.0.6.tar.gz) = 3ba9c6915a6841e7be1b7b60470c3bd932d4449044abbffe110636074db3bc4f XSIZE (octave-forge/irsa-1.0.6.tar.gz) = 36895 763f6cab456172abfc6ec38caf06a41c echo x - math/octave-forge-irsa/Makefile sed 's/^X//' >math/octave-forge-irsa/Makefile << 'e546fb4aa1e3cdda3cc540733155eb7d' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-irsa XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include e546fb4aa1e3cdda3cc540733155eb7d echo x - math/octave-forge-irsa/pkg-descr sed 's/^X//' >math/octave-forge-irsa/pkg-descr << '6c2bdcf5796ca61fc6307af01b1db93a' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is irsa. X X Irregular sampling analysis. X XWWW: http://octave.sourceforge.net/ 6c2bdcf5796ca61fc6307af01b1db93a echo x - math/octave-forge-irsa/pkg-plist sed 's/^X//' >math/octave-forge-irsa/pkg-plist << 'de4d4d241890fc30533c000ad5b1a24e' X@comment This file intentionally left empty de4d4d241890fc30533c000ad5b1a24e echo c - math/octave-forge-java mkdir -p math/octave-forge-java > /dev/null 2>&1 echo x - math/octave-forge-java/Makefile sed 's/^X//' >math/octave-forge-java/Makefile << 'b1a07a3725b2234a33705806872730cf' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-java XPORTVERSION= 1.2.5 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XIGNORE= Work in progress X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include b1a07a3725b2234a33705806872730cf echo x - math/octave-forge-java/pkg-descr sed 's/^X//' >math/octave-forge-java/pkg-descr << '49df9de448a273c89f3513a2af1a7fe2' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is java. X X Provides Java interface with OO-like Java objects manipulation X XWWW: http://octave.sourceforge.net/ 49df9de448a273c89f3513a2af1a7fe2 echo x - math/octave-forge-java/pkg-plist sed 's/^X//' >math/octave-forge-java/pkg-plist << '6602c002e02a6aaceb07aeb4ad0dc5a3' X@comment This file intentionally left empty 6602c002e02a6aaceb07aeb4ad0dc5a3 echo c - math/octave-forge-jhandles mkdir -p math/octave-forge-jhandles > /dev/null 2>&1 echo x - math/octave-forge-jhandles/Makefile sed 's/^X//' >math/octave-forge-jhandles/Makefile << 'a4a90179f799a9179b72c10581b4493c' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-jhandles XPORTVERSION= 0.3.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XIGNORE= Work in progress X XRUN_DEPENDS+= ${TARBALLS_DIR}/java.tar.gz:${PORTSDIR}/math/octave-forge-java X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include a4a90179f799a9179b72c10581b4493c echo x - math/octave-forge-jhandles/pkg-descr sed 's/^X//' >math/octave-forge-jhandles/pkg-descr << 'a9ad7d9a2a7f42c43ce235fbb6774a9c' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is jhandles. X X JHandles is a java- and openGL-based alternative graphics X package for octave, providing a handle-based mechanism similar to Matlab. X XWWW: http://octave.sourceforge.net/ a9ad7d9a2a7f42c43ce235fbb6774a9c echo x - math/octave-forge-jhandles/pkg-plist sed 's/^X//' >math/octave-forge-jhandles/pkg-plist << '14c16cdb4d2a8d0d34552ccc9421fb38' X@comment This file intentionally left empty 14c16cdb4d2a8d0d34552ccc9421fb38 echo c - math/octave-forge-linear-algebra mkdir -p math/octave-forge-linear-algebra > /dev/null 2>&1 echo x - math/octave-forge-linear-algebra/distinfo sed 's/^X//' >math/octave-forge-linear-algebra/distinfo << '86854324ccc739b0980e5c52d01b680f' XMD5 (octave-forge/linear-algebra-1.0.6.tar.gz) = cb07f1a877c6de3795cb33e27c9a037f XSHA256 (octave-forge/linear-algebra-1.0.6.tar.gz) = 605c0315b7e4fa77f8d5b00786bfdaa8738ec3662e062fbb2e556a3fb89d6b14 XSIZE (octave-forge/linear-algebra-1.0.6.tar.gz) = 85234 86854324ccc739b0980e5c52d01b680f echo x - math/octave-forge-linear-algebra/Makefile sed 's/^X//' >math/octave-forge-linear-algebra/Makefile << '7edc45c3970aa0e25bec43fdb565626f' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-linear-algebra XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 7edc45c3970aa0e25bec43fdb565626f echo x - math/octave-forge-linear-algebra/pkg-descr sed 's/^X//' >math/octave-forge-linear-algebra/pkg-descr << 'a1514bab07ed122e89193d4a863e855c' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is linear-algebra. X X Additional linear algebra code, including general SVD and matrix functions. X XWWW: http://octave.sourceforge.net/ a1514bab07ed122e89193d4a863e855c echo x - math/octave-forge-linear-algebra/pkg-plist sed 's/^X//' >math/octave-forge-linear-algebra/pkg-plist << '80dbf79b7468d4b6c5d49fd05e97c86b' X@comment This file intentionally left empty 80dbf79b7468d4b6c5d49fd05e97c86b echo c - math/octave-forge-mapping mkdir -p math/octave-forge-mapping > /dev/null 2>&1 echo x - math/octave-forge-mapping/distinfo sed 's/^X//' >math/octave-forge-mapping/distinfo << 'f3f2260e99bd03d01f7f3f85225f4cf1' XMD5 (octave-forge/mapping-1.0.6.tar.gz) = bc0b80af0d054977a0660040398cf57e XSHA256 (octave-forge/mapping-1.0.6.tar.gz) = c710efca0633ae65342a315bac10d50089b5401fb786ad4fa4bc7a4a2d488535 XSIZE (octave-forge/mapping-1.0.6.tar.gz) = 28735 f3f2260e99bd03d01f7f3f85225f4cf1 echo x - math/octave-forge-mapping/Makefile sed 's/^X//' >math/octave-forge-mapping/Makefile << 'a237b61e93993773cdab5a34ea86b99f' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-mapping XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include a237b61e93993773cdab5a34ea86b99f echo x - math/octave-forge-mapping/pkg-descr sed 's/^X//' >math/octave-forge-mapping/pkg-descr << '08324f1b540f2d789186a19a797ed891' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is mapping. X X Simple Mapping functions. X XWWW: http://octave.sourceforge.net/ 08324f1b540f2d789186a19a797ed891 echo x - math/octave-forge-mapping/pkg-plist sed 's/^X//' >math/octave-forge-mapping/pkg-plist << '349654ff3ef0939df75b79239ca71f80' X@comment This file intentionally left empty 349654ff3ef0939df75b79239ca71f80 echo c - math/octave-forge-miscellaneous mkdir -p math/octave-forge-miscellaneous > /dev/null 2>&1 echo x - math/octave-forge-miscellaneous/distinfo sed 's/^X//' >math/octave-forge-miscellaneous/distinfo << '46a471cc84236235d7c52c5b07cf91af' XMD5 (octave-forge/miscellaneous-1.0.7.tar.gz) = cefe41ef3f69b81f4a6462c9d82a6173 XSHA256 (octave-forge/miscellaneous-1.0.7.tar.gz) = e3d8334316127359346692a4e03165efa84c5fe55d43a3890bd1e9e549689654 XSIZE (octave-forge/miscellaneous-1.0.7.tar.gz) = 154664 46a471cc84236235d7c52c5b07cf91af echo x - math/octave-forge-miscellaneous/Makefile sed 's/^X//' >math/octave-forge-miscellaneous/Makefile << 'caf090e3f9756d10bda00530feac3bf5' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-miscellaneous XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include caf090e3f9756d10bda00530feac3bf5 echo x - math/octave-forge-miscellaneous/pkg-descr sed 's/^X//' >math/octave-forge-miscellaneous/pkg-descr << '20a32fdcc8942e0830e41e004b7abe9b' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is miscellaneous. X X Miscellaneous tools including waitbar, xml tools, etc X XWWW: http://octave.sourceforge.net/ 20a32fdcc8942e0830e41e004b7abe9b echo x - math/octave-forge-miscellaneous/pkg-plist sed 's/^X//' >math/octave-forge-miscellaneous/pkg-plist << '82c8ba58885169a390b91fed4313a6c6' X@comment This file intentionally left empty 82c8ba58885169a390b91fed4313a6c6 echo c - math/octave-forge-missing-functions mkdir -p math/octave-forge-missing-functions > /dev/null 2>&1 echo x - math/octave-forge-missing-functions/distinfo sed 's/^X//' >math/octave-forge-missing-functions/distinfo << '0ef47cc60a41944a34f63ffa49dff6ce' XMD5 (octave-forge/missing-functions-1.0.0.tar.gz) = 66c6efa34099ce127a9609eb5418f842 XSHA256 (octave-forge/missing-functions-1.0.0.tar.gz) = c65fb056765b2ee087bbf93571769161bd1c4989d461f52030319dccf4742c25 XSIZE (octave-forge/missing-functions-1.0.0.tar.gz) = 5779 0ef47cc60a41944a34f63ffa49dff6ce echo x - math/octave-forge-missing-functions/Makefile sed 's/^X//' >math/octave-forge-missing-functions/Makefile << 'b079cf9f244249226cbfad18e76c925b' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-missing-functions XPORTVERSION= 1.0.0 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include b079cf9f244249226cbfad18e76c925b echo x - math/octave-forge-missing-functions/pkg-descr sed 's/^X//' >math/octave-forge-missing-functions/pkg-descr << '0b45405ee132a23f48e1d66d011aca50' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is missing-functions. X X Find functions that are in Matlab but not in Octave. X XWWW: http://octave.sourceforge.net/ 0b45405ee132a23f48e1d66d011aca50 echo x - math/octave-forge-missing-functions/pkg-plist sed 's/^X//' >math/octave-forge-missing-functions/pkg-plist << '7f6224604acbeddd5009ebab30b8acc6' X@comment This file intentionally left empty 7f6224604acbeddd5009ebab30b8acc6 echo c - math/octave-forge-msh mkdir -p math/octave-forge-msh > /dev/null 2>&1 echo x - math/octave-forge-msh/distinfo sed 's/^X//' >math/octave-forge-msh/distinfo << 'd3c291c2bca2814539897b8c64df7e33' XMD5 (octave-forge/msh-0.0.7.tar.gz) = 8b6eb1999b946fbbef645782cccfc4b3 XSHA256 (octave-forge/msh-0.0.7.tar.gz) = 56290a2b417e4c4d4db040a7f366ce264fefd398c06c7bfbafdb66f7db6a00d8 XSIZE (octave-forge/msh-0.0.7.tar.gz) = 26225 d3c291c2bca2814539897b8c64df7e33 echo x - math/octave-forge-msh/Makefile sed 's/^X//' >math/octave-forge-msh/Makefile << '386a8e9cb21f887f7ecb8eec244c8185' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-msh XPORTVERSION= 0.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines XRUN_DEPENDS+= gmsh:${PORTSDIR}/cad/gmsh X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 386a8e9cb21f887f7ecb8eec244c8185 echo x - math/octave-forge-msh/pkg-descr sed 's/^X//' >math/octave-forge-msh/pkg-descr << '79ca79ec907a260458fe8913986df065' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is msh. X X Package for creating and managing triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Uses a mesh data structure compatible with pdetool. Relies on gmsh for unstructured mesh generation. X XWWW: http://octave.sourceforge.net/ 79ca79ec907a260458fe8913986df065 echo x - math/octave-forge-msh/pkg-plist sed 's/^X//' >math/octave-forge-msh/pkg-plist << 'e0ed9ff0a8e0dce16540df18fac9dd42' X@comment This file intentionally left empty e0ed9ff0a8e0dce16540df18fac9dd42 echo c - math/octave-forge-multicore mkdir -p math/octave-forge-multicore > /dev/null 2>&1 echo x - math/octave-forge-multicore/distinfo sed 's/^X//' >math/octave-forge-multicore/distinfo << '6facc7e442303e354eb0ceefaa06f10a' XMD5 (octave-forge/multicore-0.2.13.tar.gz) = c93143932e0f57cadd9e93f4bfe0128b XSHA256 (octave-forge/multicore-0.2.13.tar.gz) = 1fd1f954de3b91e900929ca5f1e22a9300115d93279985e711b92543483164c4 XSIZE (octave-forge/multicore-0.2.13.tar.gz) = 30618 6facc7e442303e354eb0ceefaa06f10a echo x - math/octave-forge-multicore/Makefile sed 's/^X//' >math/octave-forge-multicore/Makefile << '91c5c733633b3be4240efa3332aa8814' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-multicore XPORTVERSION= 0.2.13 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 91c5c733633b3be4240efa3332aa8814 echo x - math/octave-forge-multicore/pkg-descr sed 's/^X//' >math/octave-forge-multicore/pkg-descr << 'c9fb0c09032a8008668179de01f76df3' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is multicore. X X An Octave-forge package providing functions for X parallel processing on multiple cores. X XWWW: http://octave.sourceforge.net/ c9fb0c09032a8008668179de01f76df3 echo x - math/octave-forge-multicore/pkg-plist sed 's/^X//' >math/octave-forge-multicore/pkg-plist << '70fea861c54bfe29613bb40a6bbac255' X@comment This file intentionally left empty 70fea861c54bfe29613bb40a6bbac255 echo c - math/octave-forge-nan mkdir -p math/octave-forge-nan > /dev/null 2>&1 echo x - math/octave-forge-nan/distinfo sed 's/^X//' >math/octave-forge-nan/distinfo << 'a478e4fdadd874cd55b761827ba11d4c' XMD5 (octave-forge/nan-1.0.7.tar.gz) = 1d388f9ab3cbbf99c4b2c452387a2699 XSHA256 (octave-forge/nan-1.0.7.tar.gz) = 9fee6829b226cf5150345a0beca942489c0501278ded4a0fa807219c63d02897 XSIZE (octave-forge/nan-1.0.7.tar.gz) = 70409 a478e4fdadd874cd55b761827ba11d4c echo x - math/octave-forge-nan/Makefile sed 's/^X//' >math/octave-forge-nan/Makefile << '48d6393996d51a188e79c0a4faa57f10' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-nan XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 48d6393996d51a188e79c0a4faa57f10 echo x - math/octave-forge-nan/pkg-descr sed 's/^X//' >math/octave-forge-nan/pkg-descr << '337bf58bd680085083f9a6382b2a6402' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is nan. X X Missing value statistical toolbox X XWWW: http://octave.sourceforge.net/ 337bf58bd680085083f9a6382b2a6402 echo x - math/octave-forge-nan/pkg-plist sed 's/^X//' >math/octave-forge-nan/pkg-plist << '04e4d7f6b4b948b24089e598733b87a3' X@comment This file intentionally left empty 04e4d7f6b4b948b24089e598733b87a3 echo c - math/octave-forge-nnet mkdir -p math/octave-forge-nnet > /dev/null 2>&1 echo x - math/octave-forge-nnet/distinfo sed 's/^X//' >math/octave-forge-nnet/distinfo << '23c57382560afb742302a562b2fe9a24' XMD5 (octave-forge/nnet-0.1.8.tar.gz) = 48d1792b0ffcf055e38e64546f0da2f5 XSHA256 (octave-forge/nnet-0.1.8.tar.gz) = 14dfa3006e1f139923c251298eecb5c6e42b6a3a841478376a5b5ea2737f86a9 XSIZE (octave-forge/nnet-0.1.8.tar.gz) = 194947 23c57382560afb742302a562b2fe9a24 echo x - math/octave-forge-nnet/Makefile sed 's/^X//' >math/octave-forge-nnet/Makefile << '9be5a69e27a642712acb8e951c8916a7' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-nnet XPORTVERSION= 0.1.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 9be5a69e27a642712acb8e951c8916a7 echo x - math/octave-forge-nnet/pkg-descr sed 's/^X//' >math/octave-forge-nnet/pkg-descr << 'd605c5210b9548077de30187bf337d46' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is nnet. X X A feed forward multi-layer neural network. X XWWW: http://octave.sourceforge.net/ d605c5210b9548077de30187bf337d46 echo x - math/octave-forge-nnet/pkg-plist sed 's/^X//' >math/octave-forge-nnet/pkg-plist << '4b7ff34d76b5136629826c2901ca66e8' X@comment This file intentionally left empty 4b7ff34d76b5136629826c2901ca66e8 echo c - math/octave-forge-ocs mkdir -p math/octave-forge-ocs > /dev/null 2>&1 echo x - math/octave-forge-ocs/distinfo sed 's/^X//' >math/octave-forge-ocs/distinfo << '7d6942b0094ed3ee4ec7eb847787c70f' XMD5 (octave-forge/ocs-0.0.2.tar.gz) = 40bb553249483d7944415c071804704d XSHA256 (octave-forge/ocs-0.0.2.tar.gz) = 2479cd7eca272c639badff23141ae605f31a27a35382ac7dba4c54a699b9773e XSIZE (octave-forge/ocs-0.0.2.tar.gz) = 53866 7d6942b0094ed3ee4ec7eb847787c70f echo x - math/octave-forge-ocs/Makefile sed 's/^X//' >math/octave-forge-ocs/Makefile << 'ee779046c632c8e800f6f9d969e465a9' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-ocs XPORTVERSION= 0.0.2 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include ee779046c632c8e800f6f9d969e465a9 echo x - math/octave-forge-ocs/pkg-descr sed 's/^X//' >math/octave-forge-ocs/pkg-descr << '2753b872e8ba87d430ee0628aeda06be' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is ocs. X X Package for solving DC and transient MNA equation stemming from electrical circuit X XWWW: http://octave.sourceforge.net/ 2753b872e8ba87d430ee0628aeda06be echo x - math/octave-forge-ocs/pkg-plist sed 's/^X//' >math/octave-forge-ocs/pkg-plist << '3da70646455b84103fa92a3825df8743' X@comment This file intentionally left empty 3da70646455b84103fa92a3825df8743 echo c - math/octave-forge-octcdf mkdir -p math/octave-forge-octcdf > /dev/null 2>&1 echo x - math/octave-forge-octcdf/distinfo sed 's/^X//' >math/octave-forge-octcdf/distinfo << '6c4eda7a5de44ff70e21af68794239a8' XMD5 (octave-forge/octcdf-1.0.11.tar.gz) = 5c59ac20feb2df779dcaf8064e6ed603 XSHA256 (octave-forge/octcdf-1.0.11.tar.gz) = cc7717bd0cbd07b86d3175555da726f315c972dd43d68e69cb4cd196a296e948 XSIZE (octave-forge/octcdf-1.0.11.tar.gz) = 88683 6c4eda7a5de44ff70e21af68794239a8 echo x - math/octave-forge-octcdf/Makefile sed 's/^X//' >math/octave-forge-octcdf/Makefile << '14ba3c3f98da2cb0b3511db43b52d10a' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-octcdf XPORTVERSION= 1.0.11 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XLIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 14ba3c3f98da2cb0b3511db43b52d10a echo x - math/octave-forge-octcdf/pkg-descr sed 's/^X//' >math/octave-forge-octcdf/pkg-descr << '42add37fe1d539c0066b18802ca4eaad' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is octcdf. X X A NetCDF interface for octave X XWWW: http://octave.sourceforge.net/ 42add37fe1d539c0066b18802ca4eaad echo x - math/octave-forge-octcdf/pkg-plist sed 's/^X//' >math/octave-forge-octcdf/pkg-plist << '04f8061b1e1ff2f096e02607dc1a1459' X@comment This file intentionally left empty 04f8061b1e1ff2f096e02607dc1a1459 echo c - math/octave-forge-octgpr mkdir -p math/octave-forge-octgpr > /dev/null 2>&1 echo x - math/octave-forge-octgpr/distinfo sed 's/^X//' >math/octave-forge-octgpr/distinfo << 'a4f4d9e279c03e164bf3dbf68dce68da' XMD5 (octave-forge/octgpr-1.1.4.tar.gz) = d366512e7ce784ecffcb7c4f6464b1a1 XSHA256 (octave-forge/octgpr-1.1.4.tar.gz) = 79231d085612b4981894165f1a760e62bb1bead709bdccd50d40c4fc08974a3b XSIZE (octave-forge/octgpr-1.1.4.tar.gz) = 71991 a4f4d9e279c03e164bf3dbf68dce68da echo x - math/octave-forge-octgpr/Makefile sed 's/^X//' >math/octave-forge-octgpr/Makefile << 'f6dfcdb2f0262aa2ec0acda7574d2257' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-octgpr XPORTVERSION= 1.1.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include f6dfcdb2f0262aa2ec0acda7574d2257 echo x - math/octave-forge-octgpr/pkg-descr sed 's/^X//' >math/octave-forge-octgpr/pkg-descr << 'cf7305aa8a5eb9bd72d314b382740de3' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is octgpr. X X The package allows interpolating and smoothing scattered X multidimensional data using Gaussian Process Regression (also known X as Kriging). X XWWW: http://octave.sourceforge.net/ cf7305aa8a5eb9bd72d314b382740de3 echo x - math/octave-forge-octgpr/pkg-plist sed 's/^X//' >math/octave-forge-octgpr/pkg-plist << '034d85f7233ad0c55b0cb94fe9e199b5' X@comment This file intentionally left empty 034d85f7233ad0c55b0cb94fe9e199b5 echo c - math/octave-forge-odebvp mkdir -p math/octave-forge-odebvp > /dev/null 2>&1 echo x - math/octave-forge-odebvp/distinfo sed 's/^X//' >math/octave-forge-odebvp/distinfo << 'e3ab962516612958ba014e8dfdad4a5f' XMD5 (octave-forge/odebvp-1.0.5.tar.gz) = fd223bb50fa6379e95d4209952dfa36a XSHA256 (octave-forge/odebvp-1.0.5.tar.gz) = 90aad420c2af1deb3bdd3a737f8c0f42123d945a26888c6ec6b8e67161a1d700 XSIZE (octave-forge/odebvp-1.0.5.tar.gz) = 17536 e3ab962516612958ba014e8dfdad4a5f echo x - math/octave-forge-odebvp/Makefile sed 's/^X//' >math/octave-forge-odebvp/Makefile << '54a098c4e21e119c6839606ce55149f7' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-odebvp XPORTVERSION= 1.0.5 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 54a098c4e21e119c6839606ce55149f7 echo x - math/octave-forge-odebvp/pkg-descr sed 's/^X//' >math/octave-forge-odebvp/pkg-descr << '1a40472a029d169425732aa9405eba9c' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is odebvp. X X To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method. X XWWW: http://octave.sourceforge.net/ 1a40472a029d169425732aa9405eba9c echo x - math/octave-forge-odebvp/pkg-plist sed 's/^X//' >math/octave-forge-odebvp/pkg-plist << '9e115883857894c99f609532b9a7fa20' X@comment This file intentionally left empty 9e115883857894c99f609532b9a7fa20 echo c - math/octave-forge-odepkg mkdir -p math/octave-forge-odepkg > /dev/null 2>&1 echo x - math/octave-forge-odepkg/Makefile sed 's/^X//' >math/octave-forge-odepkg/Makefile << '432635935f188c4edb7ddee2570ad4ad' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-odepkg XPORTVERSION= 0.6.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 432635935f188c4edb7ddee2570ad4ad echo x - math/octave-forge-odepkg/distinfo sed 's/^X//' >math/octave-forge-odepkg/distinfo << '39266148bb2d811efcd422f89463b48d' XMD5 (octave-forge/odepkg-0.6.4.tar.gz) = 85e87eb48f7d3de9c7a9925990f29a96 XSHA256 (octave-forge/odepkg-0.6.4.tar.gz) = d2840d1ae6c58ca5b19bfd8c301ed06b92968a96767c9deb9613f1879d2eaee5 XSIZE (octave-forge/odepkg-0.6.4.tar.gz) = 786912 39266148bb2d811efcd422f89463b48d echo x - math/octave-forge-odepkg/pkg-descr sed 's/^X//' >math/octave-forge-odepkg/pkg-descr << '5a032f3fe10a4252b6292e2cfb991467' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is odepkg. X X A package for solving differential equations with GNU Octave. X XWWW: http://octave.sourceforge.net/ 5a032f3fe10a4252b6292e2cfb991467 echo x - math/octave-forge-odepkg/pkg-plist sed 's/^X//' >math/octave-forge-odepkg/pkg-plist << 'ec534d955dbd1c0e5cefd81f57763e3a' X@comment This file intentionally left empty ec534d955dbd1c0e5cefd81f57763e3a echo c - math/octave-forge-optim mkdir -p math/octave-forge-optim > /dev/null 2>&1 echo x - math/octave-forge-optim/distinfo sed 's/^X//' >math/octave-forge-optim/distinfo << '38f96e0ce329a7111c4a2b79431d3381' XMD5 (octave-forge/optim-1.0.4.tar.gz) = 318dbf44957fbeaadb034a2b7532b110 XSHA256 (octave-forge/optim-1.0.4.tar.gz) = 426fe1b8e3101c87842af6ce2ff9596133d86d5ba7823bdc6fb119cc9fb82949 XSIZE (octave-forge/optim-1.0.4.tar.gz) = 330619 38f96e0ce329a7111c4a2b79431d3381 echo x - math/octave-forge-optim/Makefile sed 's/^X//' >math/octave-forge-optim/Makefile << '63f5cd42aecf45d3051c90f9c40b7141' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-optim XPORTVERSION= 1.0.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 63f5cd42aecf45d3051c90f9c40b7141 echo x - math/octave-forge-optim/pkg-descr sed 's/^X//' >math/octave-forge-optim/pkg-descr << '0267064c145c30d771bb6f5c51a11d8d' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is optim. X X Unconstrained Non-linear Optimization toolkit. X XWWW: http://octave.sourceforge.net/ 0267064c145c30d771bb6f5c51a11d8d echo x - math/octave-forge-optim/pkg-plist sed 's/^X//' >math/octave-forge-optim/pkg-plist << 'bfbe250d1208b47c0981ba0e0a4ad065' X@comment This file intentionally left empty bfbe250d1208b47c0981ba0e0a4ad065 echo c - math/octave-forge-optiminterp mkdir -p math/octave-forge-optiminterp > /dev/null 2>&1 echo x - math/octave-forge-optiminterp/distinfo sed 's/^X//' >math/octave-forge-optiminterp/distinfo << '1eac6b805da03addd409708f64893e04' XMD5 (octave-forge/optiminterp-0.3.1.tar.gz) = bb8f7d91da6c76637cbdf55bee693a7e XSHA256 (octave-forge/optiminterp-0.3.1.tar.gz) = bd7db18a17f0368d76e9884d8a45d9b92ff4fa810bb409df6ea7cf38bef706d4 XSIZE (octave-forge/optiminterp-0.3.1.tar.gz) = 67109 1eac6b805da03addd409708f64893e04 echo x - math/octave-forge-optiminterp/Makefile sed 's/^X//' >math/octave-forge-optiminterp/Makefile << '8d5beebf9157e446be57059468538dd3' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-optiminterp XPORTVERSION= 0.3.1 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 8d5beebf9157e446be57059468538dd3 echo x - math/octave-forge-optiminterp/pkg-descr sed 's/^X//' >math/octave-forge-optiminterp/pkg-descr << 'c8d372a50739a38e561f30d3a4e1daa5' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is optiminterp. X X An optimal interpolation toolbox for octave X XWWW: http://octave.sourceforge.net/ c8d372a50739a38e561f30d3a4e1daa5 echo x - math/octave-forge-optiminterp/pkg-plist sed 's/^X//' >math/octave-forge-optiminterp/pkg-plist << '9b9da788534482c5dfa99fa35d77957f' X@comment This file intentionally left empty 9b9da788534482c5dfa99fa35d77957f echo c - math/octave-forge-outliers mkdir -p math/octave-forge-outliers > /dev/null 2>&1 echo x - math/octave-forge-outliers/distinfo sed 's/^X//' >math/octave-forge-outliers/distinfo << '4829f14f0ba03daa20b1ac5c13afa4af' XMD5 (octave-forge/outliers-0.13.8.tar.gz) = c79c21dd542c44a9857598549b994667 XSHA256 (octave-forge/outliers-0.13.8.tar.gz) = bde6fe6b45ffc29e0073a0b9bf6d50731ad01e5b0d1ee0480ede40c8d9b74b3a XSIZE (octave-forge/outliers-0.13.8.tar.gz) = 34440 4829f14f0ba03daa20b1ac5c13afa4af echo x - math/octave-forge-outliers/Makefile sed 's/^X//' >math/octave-forge-outliers/Makefile << '16f572b0f4bb9ad7f2ab4fdd15ce0c98' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-outliers XPORTVERSION= 0.13.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 16f572b0f4bb9ad7f2ab4fdd15ce0c98 echo x - math/octave-forge-outliers/pkg-descr sed 's/^X//' >math/octave-forge-outliers/pkg-descr << '2dccd361377bd654dfd5ad21f0821e35' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is outliers. X X Grubbs, Dixon and Cochran tests for outlier detection X and p-value approximating routines. X XWWW: http://octave.sourceforge.net/ 2dccd361377bd654dfd5ad21f0821e35 echo x - math/octave-forge-outliers/pkg-plist sed 's/^X//' >math/octave-forge-outliers/pkg-plist << 'ce2808475ceaee01aeb602c182daaaf2' X@comment This file intentionally left empty ce2808475ceaee01aeb602c182daaaf2 echo c - math/octave-forge-parallel mkdir -p math/octave-forge-parallel > /dev/null 2>&1 echo x - math/octave-forge-parallel/distinfo sed 's/^X//' >math/octave-forge-parallel/distinfo << '16ac4f70d7974fbfc773ce221ce2eb45' XMD5 (octave-forge/parallel-1.0.7.tar.gz) = a90e853fcfccce4934f54285d0a41246 XSHA256 (octave-forge/parallel-1.0.7.tar.gz) = 39aa3e5edbf1c332290ab3682c7c3ce126aae0d674ebc9201e70e1e40d867fcf XSIZE (octave-forge/parallel-1.0.7.tar.gz) = 35684 16ac4f70d7974fbfc773ce221ce2eb45 echo x - math/octave-forge-parallel/Makefile sed 's/^X//' >math/octave-forge-parallel/Makefile << 'd08a3f235e1d85b9344bd1afdc2bf806' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-parallel XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include d08a3f235e1d85b9344bd1afdc2bf806 echo x - math/octave-forge-parallel/pkg-descr sed 's/^X//' >math/octave-forge-parallel/pkg-descr << 'bf6e8af56ad433fd0655cfba41dc1186' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is parallel. X X Parallel execution package for cluster computers X XWWW: http://octave.sourceforge.net/ bf6e8af56ad433fd0655cfba41dc1186 echo x - math/octave-forge-parallel/pkg-plist sed 's/^X//' >math/octave-forge-parallel/pkg-plist << 'd1779a26348e768f3cdc6b936c9242ed' X@comment This file intentionally left empty d1779a26348e768f3cdc6b936c9242ed echo c - math/octave-forge-pdb mkdir -p math/octave-forge-pdb > /dev/null 2>&1 echo x - math/octave-forge-pdb/distinfo sed 's/^X//' >math/octave-forge-pdb/distinfo << '898056b0e9f5acd9fe65a08dceeb426f' XMD5 (octave-forge/pdb-1.0.6.tar.gz) = 9dc44fff966951c07aa7c307411f2f39 XSHA256 (octave-forge/pdb-1.0.6.tar.gz) = f511f5633157d5572730e9a7a4d766f0c2a3d9c15a144f012c8999c26ad73514 XSIZE (octave-forge/pdb-1.0.6.tar.gz) = 37347 898056b0e9f5acd9fe65a08dceeb426f echo x - math/octave-forge-pdb/Makefile sed 's/^X//' >math/octave-forge-pdb/Makefile << '3eac9784921322aac295018b8f76b4ee' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-pdb XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 3eac9784921322aac295018b8f76b4ee echo x - math/octave-forge-pdb/pkg-descr sed 's/^X//' >math/octave-forge-pdb/pkg-descr << '74948dda3bb62dc37750d27f22617703' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is pdb. X X Reads and display PDB-files from the Brookhaven protein databank X XWWW: http://octave.sourceforge.net/ 74948dda3bb62dc37750d27f22617703 echo x - math/octave-forge-pdb/pkg-plist sed 's/^X//' >math/octave-forge-pdb/pkg-plist << '490c03bbf5ad4cd95fb4fdce0398623f' X@comment This file intentionally left empty 490c03bbf5ad4cd95fb4fdce0398623f echo c - math/octave-forge-physicalconstants mkdir -p math/octave-forge-physicalconstants > /dev/null 2>&1 echo x - math/octave-forge-physicalconstants/distinfo sed 's/^X//' >math/octave-forge-physicalconstants/distinfo << '996702a2daae079c58d9802206de36ca' XMD5 (octave-forge/physicalconstants-0.1.6.tar.gz) = 9c85017e1a76445d01ee2dff84daf3af XSHA256 (octave-forge/physicalconstants-0.1.6.tar.gz) = a27bb10eae673647bf67e0e40f99cc173871fc7aa975c182042854eab9d1032a XSIZE (octave-forge/physicalconstants-0.1.6.tar.gz) = 38964 996702a2daae079c58d9802206de36ca echo x - math/octave-forge-physicalconstants/Makefile sed 's/^X//' >math/octave-forge-physicalconstants/Makefile << '329d2e6877c75db0f43cbe8ecb9b0db5' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-physicalconstants XPORTVERSION= 0.1.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 329d2e6877c75db0f43cbe8ecb9b0db5 echo x - math/octave-forge-physicalconstants/pkg-descr sed 's/^X//' >math/octave-forge-physicalconstants/pkg-descr << '86b6e86ce4f13bac8e2165820eecfa9b' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is physicalconstants. X X Physical Constants from Atomic & Molecular Physics, taken from NIST database X XWWW: http://octave.sourceforge.net/ 86b6e86ce4f13bac8e2165820eecfa9b echo x - math/octave-forge-physicalconstants/pkg-plist sed 's/^X//' >math/octave-forge-physicalconstants/pkg-plist << '9d2dee0d548a16bcd6e13d11a97ac347' X@comment This file intentionally left empty 9d2dee0d548a16bcd6e13d11a97ac347 echo c - math/octave-forge-plot mkdir -p math/octave-forge-plot > /dev/null 2>&1 echo x - math/octave-forge-plot/distinfo sed 's/^X//' >math/octave-forge-plot/distinfo << '057e94a2e8af80dee642ce2cc732dfc1' XMD5 (octave-forge/plot-1.0.6.tar.gz) = e3bc7ca195c72d0e566f604272ff76d1 XSHA256 (octave-forge/plot-1.0.6.tar.gz) = ae2fb61cabdb581d97546377d62b557efbc8fe1618d7ca507bd47636c4db5a13 XSIZE (octave-forge/plot-1.0.6.tar.gz) = 48135 057e94a2e8af80dee642ce2cc732dfc1 echo x - math/octave-forge-plot/Makefile sed 's/^X//' >math/octave-forge-plot/Makefile << 'a2f0aa79f2801390d711026df505fd2d' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-plot XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include a2f0aa79f2801390d711026df505fd2d echo x - math/octave-forge-plot/pkg-descr sed 's/^X//' >math/octave-forge-plot/pkg-descr << '622e00f8c83fd4918513e179e759c38c' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is plot. X X Additional ploting tools for Octave. X XWWW: http://octave.sourceforge.net/ 622e00f8c83fd4918513e179e759c38c echo x - math/octave-forge-plot/pkg-plist sed 's/^X//' >math/octave-forge-plot/pkg-plist << 'd458e24527aa7af2b76a4874e94c1535' X@comment This file intentionally left empty d458e24527aa7af2b76a4874e94c1535 echo c - math/octave-forge-pt_br mkdir -p math/octave-forge-pt_br > /dev/null 2>&1 echo x - math/octave-forge-pt_br/distinfo sed 's/^X//' >math/octave-forge-pt_br/distinfo << '99f42a44f6f5348b9649b874d97f0be8' XMD5 (octave-forge/pt_br-1.0.7.tar.gz) = 9b0295e4500e379928d9c9d9239533e2 XSHA256 (octave-forge/pt_br-1.0.7.tar.gz) = f9e395087c907d04fbc6e6d9eac60b0273a980d3a7edb5a6e7fb5123d1e45b86 XSIZE (octave-forge/pt_br-1.0.7.tar.gz) = 143046 99f42a44f6f5348b9649b874d97f0be8 echo x - math/octave-forge-pt_br/Makefile sed 's/^X//' >math/octave-forge-pt_br/Makefile << '2b4ded584dd600b665a822a7d7834a23' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-pt_br XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 2b4ded584dd600b665a822a7d7834a23 echo x - math/octave-forge-pt_br/pkg-descr sed 's/^X//' >math/octave-forge-pt_br/pkg-descr << '53556cf5db987e541efca881967ae1e5' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is pt_br. X X Brazilian Portuguese translations of the help strings of the X Octave functions. X XWWW: http://octave.sourceforge.net/ 53556cf5db987e541efca881967ae1e5 echo x - math/octave-forge-pt_br/pkg-plist sed 's/^X//' >math/octave-forge-pt_br/pkg-plist << '88cacc943128405943dafd1f919c7b24' X@comment This file intentionally left empty 88cacc943128405943dafd1f919c7b24 echo c - math/octave-forge-secs1d mkdir -p math/octave-forge-secs1d > /dev/null 2>&1 echo x - math/octave-forge-secs1d/distinfo sed 's/^X//' >math/octave-forge-secs1d/distinfo << 'ecfe5598e4403b8134e305c876f56872' XMD5 (octave-forge/secs1d-0.0.7.tar.gz) = f9f694fed9e9fdc9c0dadfd41a000d19 XSHA256 (octave-forge/secs1d-0.0.7.tar.gz) = c7ea373c97c032248006a90e74174c3faec55bd1076270dfe1e4c26813c3d181 XSIZE (octave-forge/secs1d-0.0.7.tar.gz) = 22159 ecfe5598e4403b8134e305c876f56872 echo x - math/octave-forge-secs1d/Makefile sed 's/^X//' >math/octave-forge-secs1d/Makefile << 'c897aeb6f3266b2137d4751c66ac1dd6' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-secs1d XPORTVERSION= 0.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include c897aeb6f3266b2137d4751c66ac1dd6 echo x - math/octave-forge-secs1d/pkg-descr sed 's/^X//' >math/octave-forge-secs1d/pkg-descr << '15911d22e48735c4f729a964e6e85be1' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is secs1d. X X A Drift-Diffusion simulator for 1d semiconductor devices X XWWW: http://octave.sourceforge.net/ 15911d22e48735c4f729a964e6e85be1 echo x - math/octave-forge-secs1d/pkg-plist sed 's/^X//' >math/octave-forge-secs1d/pkg-plist << 'c4ec387819c4ef5888a1e51999460432' X@comment This file intentionally left empty c4ec387819c4ef5888a1e51999460432 echo c - math/octave-forge-secs2d mkdir -p math/octave-forge-secs2d > /dev/null 2>&1 echo x - math/octave-forge-secs2d/distinfo sed 's/^X//' >math/octave-forge-secs2d/distinfo << '613c0cc068a96a47945500b63827c245' XMD5 (octave-forge/secs2d-0.0.7.tar.gz) = d0eab1b1a30aa5fcfb7068cd71231f7a XSHA256 (octave-forge/secs2d-0.0.7.tar.gz) = 838e6ae111334ec402334666a805b33bead0138bef7cd26b02d7fa5fa0768aa8 XSIZE (octave-forge/secs2d-0.0.7.tar.gz) = 81009 613c0cc068a96a47945500b63827c245 echo x - math/octave-forge-secs2d/Makefile sed 's/^X//' >math/octave-forge-secs2d/Makefile << 'fdd8258cd3863b438028c57dc2cde32f' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-secs2d XPORTVERSION= 0.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include fdd8258cd3863b438028c57dc2cde32f echo x - math/octave-forge-secs2d/pkg-descr sed 's/^X//' >math/octave-forge-secs2d/pkg-descr << '282599c101be43bae6f877b9004ed0c5' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is secs2d. X X A Drift-Diffusion simulator for 2d semiconductor devices X XWWW: http://octave.sourceforge.net/ 282599c101be43bae6f877b9004ed0c5 echo x - math/octave-forge-secs2d/pkg-plist sed 's/^X//' >math/octave-forge-secs2d/pkg-plist << 'b7350778690bdfe70745cebaf66b87b2' X@comment This file intentionally left empty b7350778690bdfe70745cebaf66b87b2 echo c - math/octave-forge-signal mkdir -p math/octave-forge-signal > /dev/null 2>&1 echo x - math/octave-forge-signal/distinfo sed 's/^X//' >math/octave-forge-signal/distinfo << 'cee3e6accbd137942e099f0c9b49ad32' XMD5 (octave-forge/signal-1.0.8.tar.gz) = e56f60f9a4b51b51f342ceb131278ec2 XSHA256 (octave-forge/signal-1.0.8.tar.gz) = ee0260d24716a1842555db751f9508c6f234461d7391f4f974bf8d1c2604afe4 XSIZE (octave-forge/signal-1.0.8.tar.gz) = 160793 cee3e6accbd137942e099f0c9b49ad32 echo x - math/octave-forge-signal/Makefile sed 's/^X//' >math/octave-forge-signal/Makefile << 'cbd13791cc1ecd6d41fb705f3f0c3ae1' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-signal XPORTVERSION= 1.0.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include cbd13791cc1ecd6d41fb705f3f0c3ae1 echo x - math/octave-forge-signal/pkg-descr sed 's/^X//' >math/octave-forge-signal/pkg-descr << 'b180ae8480c586c1443d9100a4eb7801' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is signal. X X Signal processing tools, including filtering, windowing and display functions. X XWWW: http://octave.sourceforge.net/ b180ae8480c586c1443d9100a4eb7801 echo x - math/octave-forge-signal/pkg-plist sed 's/^X//' >math/octave-forge-signal/pkg-plist << 'e3d290d7f60fe4cdb6721fc04cec7fd4' X@comment This file intentionally left empty e3d290d7f60fe4cdb6721fc04cec7fd4 echo c - math/octave-forge-sockets mkdir -p math/octave-forge-sockets > /dev/null 2>&1 echo x - math/octave-forge-sockets/distinfo sed 's/^X//' >math/octave-forge-sockets/distinfo << 'e7085d54ab14673332e670dad7678c88' XMD5 (octave-forge/sockets-1.0.5.tar.gz) = 5272355a695a34f1ebffbeda701c2f0e XSHA256 (octave-forge/sockets-1.0.5.tar.gz) = 6294426101c455f6eabc9b504cb6d3e7706d03a5a5670ec94786629a169ec26a XSIZE (octave-forge/sockets-1.0.5.tar.gz) = 14297 e7085d54ab14673332e670dad7678c88 echo x - math/octave-forge-sockets/Makefile sed 's/^X//' >math/octave-forge-sockets/Makefile << '860e068b50e4f8e3bd30072e679571e7' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-sockets XPORTVERSION= 1.0.5 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 860e068b50e4f8e3bd30072e679571e7 echo x - math/octave-forge-sockets/pkg-descr sed 's/^X//' >math/octave-forge-sockets/pkg-descr << 'c6c994c897a3494abef551a7804ed5d7' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is sockets. X X Socket functions X XWWW: http://octave.sourceforge.net/ c6c994c897a3494abef551a7804ed5d7 echo x - math/octave-forge-sockets/pkg-plist sed 's/^X//' >math/octave-forge-sockets/pkg-plist << '983a6f83e746ec445fe3774346c48f90' X@comment This file intentionally left empty 983a6f83e746ec445fe3774346c48f90 echo c - math/octave-forge-specfun mkdir -p math/octave-forge-specfun > /dev/null 2>&1 echo x - math/octave-forge-specfun/distinfo sed 's/^X//' >math/octave-forge-specfun/distinfo << 'a1e5c33f9e2d84c6febc107f893635c2' XMD5 (octave-forge/specfun-1.0.7.tar.gz) = 01becb0e951634ed781da910f1aa2654 XSHA256 (octave-forge/specfun-1.0.7.tar.gz) = 438eb1639bd9e8f0b7218b4bc29b838574b50dc6df79495d62d474074c148fc7 XSIZE (octave-forge/specfun-1.0.7.tar.gz) = 52083 a1e5c33f9e2d84c6febc107f893635c2 echo x - math/octave-forge-specfun/Makefile sed 's/^X//' >math/octave-forge-specfun/Makefile << '055114691e6558a66c8dab8805a8e6af' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-specfun XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 055114691e6558a66c8dab8805a8e6af echo x - math/octave-forge-specfun/pkg-descr sed 's/^X//' >math/octave-forge-specfun/pkg-descr << '666c8d06238aa2ff8390f9b8a98f63ec' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is specfun. X X Special functions including ellipitic functions, etc X XWWW: http://octave.sourceforge.net/ 666c8d06238aa2ff8390f9b8a98f63ec echo x - math/octave-forge-specfun/pkg-plist sed 's/^X//' >math/octave-forge-specfun/pkg-plist << 'c676775ef88d04e3c07e8aa1b785d7af' X@comment This file intentionally left empty c676775ef88d04e3c07e8aa1b785d7af echo c - math/octave-forge-special-matrix mkdir -p math/octave-forge-special-matrix > /dev/null 2>&1 echo x - math/octave-forge-special-matrix/distinfo sed 's/^X//' >math/octave-forge-special-matrix/distinfo << '946c5d19b74d468ea5a0d0fdb8a90dc1' XMD5 (octave-forge/special-matrix-1.0.6.tar.gz) = b57e72be55b0c11cabdb0b486a0174dc XSHA256 (octave-forge/special-matrix-1.0.6.tar.gz) = 5180645a2b65067035a3b7b064fbb9ce5c1b9d4b33fa80dea7d3abaab42edcb5 XSIZE (octave-forge/special-matrix-1.0.6.tar.gz) = 8458 946c5d19b74d468ea5a0d0fdb8a90dc1 echo x - math/octave-forge-special-matrix/Makefile sed 's/^X//' >math/octave-forge-special-matrix/Makefile << '990c9ba04ebbec50dcf94e61f22c4728' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-special-matrix XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 990c9ba04ebbec50dcf94e61f22c4728 echo x - math/octave-forge-special-matrix/pkg-descr sed 's/^X//' >math/octave-forge-special-matrix/pkg-descr << 'b7a4561e787ee7ef599af495a9b8c409' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is special-matrix. X X Additional Special Matrices for Octave. X XWWW: http://octave.sourceforge.net/ b7a4561e787ee7ef599af495a9b8c409 echo x - math/octave-forge-special-matrix/pkg-plist sed 's/^X//' >math/octave-forge-special-matrix/pkg-plist << '9b7ddb335eb5a6a0de987574c55d3370' X@comment This file intentionally left empty 9b7ddb335eb5a6a0de987574c55d3370 echo c - math/octave-forge-spline-gcvspl mkdir -p math/octave-forge-spline-gcvspl > /dev/null 2>&1 echo x - math/octave-forge-spline-gcvspl/distinfo sed 's/^X//' >math/octave-forge-spline-gcvspl/distinfo << 'f12c5a422455794e459bf6a5a1470b41' XMD5 (octave-forge/spline-gcvspl-1.0.6.tar.gz) = 3e944d32e90a9cedf9aa6157023bd6d5 XSHA256 (octave-forge/spline-gcvspl-1.0.6.tar.gz) = 7ce46961ab8669b0f3ab2c608694de5898cc5a979b4eb2ba47b2a6bc49a89e1d XSIZE (octave-forge/spline-gcvspl-1.0.6.tar.gz) = 61931 f12c5a422455794e459bf6a5a1470b41 echo x - math/octave-forge-spline-gcvspl/Makefile sed 's/^X//' >math/octave-forge-spline-gcvspl/Makefile << '6abac2e60d1266479f232a86558dfe74' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-spline-gcvspl XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XNO_CDROM= Non-commercial use only X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 6abac2e60d1266479f232a86558dfe74 echo x - math/octave-forge-spline-gcvspl/pkg-descr sed 's/^X//' >math/octave-forge-spline-gcvspl/pkg-descr << '8fd8f2795d5fd259df306c0a97a01c42' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is spline-gcvspl. X X B-spline data smoothing using generalized cross-validation and mean squared prediction or explicit user smoothing X XWWW: http://octave.sourceforge.net/ 8fd8f2795d5fd259df306c0a97a01c42 echo x - math/octave-forge-spline-gcvspl/pkg-plist sed 's/^X//' >math/octave-forge-spline-gcvspl/pkg-plist << '91b700bc64508682da546a2301ff67a5' X@comment This file intentionally left empty 91b700bc64508682da546a2301ff67a5 echo c - math/octave-forge-splines mkdir -p math/octave-forge-splines > /dev/null 2>&1 echo x - math/octave-forge-splines/distinfo sed 's/^X//' >math/octave-forge-splines/distinfo << '780c901f76ed7228bb5f731cc623da3a' XMD5 (octave-forge/splines-1.0.6.tar.gz) = c1dd4734a97b28378103a6df69ee68cc XSHA256 (octave-forge/splines-1.0.6.tar.gz) = aff9a00ac7242993a3b5f2f1914160e785f8eb53b30beebba60cc6d65514622f XSIZE (octave-forge/splines-1.0.6.tar.gz) = 34662 780c901f76ed7228bb5f731cc623da3a echo x - math/octave-forge-splines/Makefile sed 's/^X//' >math/octave-forge-splines/Makefile << '71ab291eb44691aefb12c60e7020402d' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-splines XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 71ab291eb44691aefb12c60e7020402d echo x - math/octave-forge-splines/pkg-descr sed 's/^X//' >math/octave-forge-splines/pkg-descr << '25841ad07bf56219fac9dcdf9f22ee57' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is splines. X X Additional Cubic spline functions. X XWWW: http://octave.sourceforge.net/ 25841ad07bf56219fac9dcdf9f22ee57 echo x - math/octave-forge-splines/pkg-plist sed 's/^X//' >math/octave-forge-splines/pkg-plist << '15ca405338e98f3f74c83e9b985b82ba' X@comment This file intentionally left empty 15ca405338e98f3f74c83e9b985b82ba echo c - math/octave-forge-statistics mkdir -p math/octave-forge-statistics > /dev/null 2>&1 echo x - math/octave-forge-statistics/distinfo sed 's/^X//' >math/octave-forge-statistics/distinfo << '5b0f84db215e1e7290b8d2542c269c78' XMD5 (octave-forge/statistics-1.0.7.tar.gz) = 881e519a2c6fad8100a5a7471d624e3a XSHA256 (octave-forge/statistics-1.0.7.tar.gz) = 2cff2b80f40e6ebe35fff6d0592497640a8279988fd6aed00443a9545d540d59 XSIZE (octave-forge/statistics-1.0.7.tar.gz) = 78129 5b0f84db215e1e7290b8d2542c269c78 echo x - math/octave-forge-statistics/Makefile sed 's/^X//' >math/octave-forge-statistics/Makefile << 'fbdd9d4255a129659dd4dca455907bc4' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-statistics XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include fbdd9d4255a129659dd4dca455907bc4 echo x - math/octave-forge-statistics/pkg-descr sed 's/^X//' >math/octave-forge-statistics/pkg-descr << 'ad3f19445ab996305cce44691b747ad8' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is statistics. X X Additional statistics functions for Octave. X XWWW: http://octave.sourceforge.net/ ad3f19445ab996305cce44691b747ad8 echo x - math/octave-forge-statistics/pkg-plist sed 's/^X//' >math/octave-forge-statistics/pkg-plist << 'a6a624b6e3e558a45262078704382b91' X@comment This file intentionally left empty a6a624b6e3e558a45262078704382b91 echo c - math/octave-forge-strings mkdir -p math/octave-forge-strings > /dev/null 2>&1 echo x - math/octave-forge-strings/distinfo sed 's/^X//' >math/octave-forge-strings/distinfo << 'd59c9e4f1a5c4f11abc8d858c1fb1b91' XMD5 (octave-forge/strings-1.0.6.tar.gz) = 495f938c29a204761a20908e6d83de8b XSHA256 (octave-forge/strings-1.0.6.tar.gz) = df4895b560dce3c17f71b376be45bdb9e79cbfab40e15ca8893342c0e593662f XSIZE (octave-forge/strings-1.0.6.tar.gz) = 70996 d59c9e4f1a5c4f11abc8d858c1fb1b91 echo x - math/octave-forge-strings/Makefile sed 's/^X//' >math/octave-forge-strings/Makefile << 'b418062fb5c9e793a98bafa3677d9b72' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-strings XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include b418062fb5c9e793a98bafa3677d9b72 echo x - math/octave-forge-strings/pkg-descr sed 's/^X//' >math/octave-forge-strings/pkg-descr << 'bc2b289ef947b1c352d7984a7d19f174' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is strings. X X Additional manipulation functions X XWWW: http://octave.sourceforge.net/ bc2b289ef947b1c352d7984a7d19f174 echo x - math/octave-forge-strings/pkg-plist sed 's/^X//' >math/octave-forge-strings/pkg-plist << 'c031fff38e10fc35f83decd272c0fb01' X@comment This file intentionally left empty c031fff38e10fc35f83decd272c0fb01 echo c - math/octave-forge-struct mkdir -p math/octave-forge-struct > /dev/null 2>&1 echo x - math/octave-forge-struct/distinfo sed 's/^X//' >math/octave-forge-struct/distinfo << '43bc894d2902043f32c14767dade83af' XMD5 (octave-forge/struct-1.0.6.tar.gz) = b7bbdd8af285b8d9bf8d88f5f58e4d86 XSHA256 (octave-forge/struct-1.0.6.tar.gz) = c84fca5fb3278e038b2cb6aa01666b1a58888c467693f625627e1e6b893287dc XSIZE (octave-forge/struct-1.0.6.tar.gz) = 34353 43bc894d2902043f32c14767dade83af echo x - math/octave-forge-struct/Makefile sed 's/^X//' >math/octave-forge-struct/Makefile << '0acbead7fa31e720f54b9536741f27cf' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-struct XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 0acbead7fa31e720f54b9536741f27cf echo x - math/octave-forge-struct/pkg-descr sed 's/^X//' >math/octave-forge-struct/pkg-descr << '422e252dba6f807c87fe7012e8a2b578' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is struct. X X Additional Structure manipulations functions. X XWWW: http://octave.sourceforge.net/ 422e252dba6f807c87fe7012e8a2b578 echo x - math/octave-forge-struct/pkg-plist sed 's/^X//' >math/octave-forge-struct/pkg-plist << '9bee431fcf9d8529a094d525a22b6573' X@comment This file intentionally left empty 9bee431fcf9d8529a094d525a22b6573 echo c - math/octave-forge-symband mkdir -p math/octave-forge-symband > /dev/null 2>&1 echo x - math/octave-forge-symband/distinfo sed 's/^X//' >math/octave-forge-symband/distinfo << 'd7ed165e7ddbeff8f67a526618e5fb1d' XMD5 (octave-forge/symband-1.0.8.tar.gz) = 02e638d12677f7aab2b5f246dcf4571e XSHA256 (octave-forge/symband-1.0.8.tar.gz) = 4c0104717d922dd615effcb354838e12856d2a3fc6af24ca849dec26df888749 XSIZE (octave-forge/symband-1.0.8.tar.gz) = 103275 d7ed165e7ddbeff8f67a526618e5fb1d echo x - math/octave-forge-symband/Makefile sed 's/^X//' >math/octave-forge-symband/Makefile << '1c7e3900b645eb1e8f59c48debf0a8cc' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-symband XPORTVERSION= 1.0.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 1c7e3900b645eb1e8f59c48debf0a8cc echo x - math/octave-forge-symband/pkg-descr sed 's/^X//' >math/octave-forge-symband/pkg-descr << '5406608df2692fa89870a3e865d6ebc8' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is symband. X X Linear Algebra for Symmetric Banded Matrices. X XWWW: http://octave.sourceforge.net/ 5406608df2692fa89870a3e865d6ebc8 echo x - math/octave-forge-symband/pkg-plist sed 's/^X//' >math/octave-forge-symband/pkg-plist << 'af2f6d186906fab54572e7e5557013cb' X@comment This file intentionally left empty af2f6d186906fab54572e7e5557013cb echo c - math/octave-forge-symbolic mkdir -p math/octave-forge-symbolic > /dev/null 2>&1 echo x - math/octave-forge-symbolic/distinfo sed 's/^X//' >math/octave-forge-symbolic/distinfo << '838911ae4988134793df11565eca5226' XMD5 (octave-forge/symbolic-1.0.7.tar.gz) = 30758e5791a04c378ed3e32b57396cd0 XSHA256 (octave-forge/symbolic-1.0.7.tar.gz) = 0566c0ce9b0b7b1488b369629562dc2ac8d5d8213b05afc86e9781da82a77a03 XSIZE (octave-forge/symbolic-1.0.7.tar.gz) = 80658 838911ae4988134793df11565eca5226 echo x - math/octave-forge-symbolic/Makefile sed 's/^X//' >math/octave-forge-symbolic/Makefile << '6c6b18b65b74862a84a8560dc657b3c9' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-symbolic XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XLIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 6c6b18b65b74862a84a8560dc657b3c9 echo x - math/octave-forge-symbolic/pkg-descr sed 's/^X//' >math/octave-forge-symbolic/pkg-descr << '5d7eb21d5bcee126e5db614aee871f4d' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is symbolic. X X Symbolic toolbox based on GiNaC and CLN. X XWWW: http://octave.sourceforge.net/ 5d7eb21d5bcee126e5db614aee871f4d echo x - math/octave-forge-symbolic/pkg-plist sed 's/^X//' >math/octave-forge-symbolic/pkg-plist << 'be59a80f1d8f5b2c14a3a8dde6e480dc' X@comment This file intentionally left empty be59a80f1d8f5b2c14a3a8dde6e480dc echo c - math/octave-forge-tcl-octave mkdir -p math/octave-forge-tcl-octave > /dev/null 2>&1 echo x - math/octave-forge-tcl-octave/distinfo sed 's/^X//' >math/octave-forge-tcl-octave/distinfo << '4e3cc2dd3e7912ba4eb2f7b8bb2a01a4' XMD5 (octave-forge/tcl-octave-0.1.7.tar.gz) = 484907e9b35021587a8b423589d07619 XSHA256 (octave-forge/tcl-octave-0.1.7.tar.gz) = 9dc65894f9c9800b4670a785aff3029f1c7f2f1fb3a2e1353c1855c81636ed19 XSIZE (octave-forge/tcl-octave-0.1.7.tar.gz) = 23297 4e3cc2dd3e7912ba4eb2f7b8bb2a01a4 echo x - math/octave-forge-tcl-octave/Makefile sed 's/^X//' >math/octave-forge-tcl-octave/Makefile << '4cbb6f24d54ca63d3f022024e5c0f6af' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-tcl-octave XPORTVERSION= 0.1.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XUSE_TCL_WRAPPER= yes X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 4cbb6f24d54ca63d3f022024e5c0f6af echo x - math/octave-forge-tcl-octave/pkg-descr sed 's/^X//' >math/octave-forge-tcl-octave/pkg-descr << 'ee1a68ac74b6dc1fd0bc80f0977f17c0' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is tcl-octave. X X socket implementation of a tcl-octave connection X XWWW: http://octave.sourceforge.net/ ee1a68ac74b6dc1fd0bc80f0977f17c0 echo x - math/octave-forge-tcl-octave/pkg-plist sed 's/^X//' >math/octave-forge-tcl-octave/pkg-plist << 'f569d3cb700cad0c6b91a46c76460a3b' X@comment This file intentionally left empty f569d3cb700cad0c6b91a46c76460a3b echo c - math/octave-forge-time mkdir -p math/octave-forge-time > /dev/null 2>&1 echo x - math/octave-forge-time/distinfo sed 's/^X//' >math/octave-forge-time/distinfo << '0f2b9b24377bf0ae77457f943857dde1' XMD5 (octave-forge/time-1.0.8.tar.gz) = 73b02a9b142cda493cb60e95583c266e XSHA256 (octave-forge/time-1.0.8.tar.gz) = 0a55cf3e1654fe8ad3e88d1ebf8360800cfd6a0d0126d5ad87b92aae0559625f XSIZE (octave-forge/time-1.0.8.tar.gz) = 44648 0f2b9b24377bf0ae77457f943857dde1 echo x - math/octave-forge-time/Makefile sed 's/^X//' >math/octave-forge-time/Makefile << 'efd1e785e427c520af15a0bd522644b7' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-time XPORTVERSION= 1.0.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include efd1e785e427c520af15a0bd522644b7 echo x - math/octave-forge-time/pkg-descr sed 's/^X//' >math/octave-forge-time/pkg-descr << '7154c140c715562e21fca168981640c6' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is time. X X Additional date manipulation tools. X XWWW: http://octave.sourceforge.net/ 7154c140c715562e21fca168981640c6 echo x - math/octave-forge-time/pkg-plist sed 's/^X//' >math/octave-forge-time/pkg-plist << 'c716da5ec9b4159e9a8fc60fe59657b0' X@comment This file intentionally left empty c716da5ec9b4159e9a8fc60fe59657b0 echo c - math/octave-forge-triangular mkdir -p math/octave-forge-triangular > /dev/null 2>&1 echo x - math/octave-forge-triangular/distinfo sed 's/^X//' >math/octave-forge-triangular/distinfo << '03e67d95d57e6b41e2ab0e2936afd8f4' XMD5 (octave-forge/triangular-1.0.4.tar.gz) = bb2e728229ac2de6054a2d6363b08686 XSHA256 (octave-forge/triangular-1.0.4.tar.gz) = 6ea2e49e508487033cc2524881434ecd35b5e6ca9178af15b1811d4f16a03673 XSIZE (octave-forge/triangular-1.0.4.tar.gz) = 25463 03e67d95d57e6b41e2ab0e2936afd8f4 echo x - math/octave-forge-triangular/Makefile sed 's/^X//' >math/octave-forge-triangular/Makefile << '928726637b18914750e9ecbab0cfde4c' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-triangular XPORTVERSION= 1.0.4 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 928726637b18914750e9ecbab0cfde4c echo x - math/octave-forge-triangular/pkg-descr sed 's/^X//' >math/octave-forge-triangular/pkg-descr << '2b8edef3ef6d330a9a574b91a19a2852' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is triangular. X X Simple example of a user type implementing a simple matrix type for triangular matrices. X XWWW: http://octave.sourceforge.net/ 2b8edef3ef6d330a9a574b91a19a2852 echo x - math/octave-forge-triangular/pkg-plist sed 's/^X//' >math/octave-forge-triangular/pkg-plist << 'b9348105403ef6362188679737d6cedd' X@comment This file intentionally left empty b9348105403ef6362188679737d6cedd echo c - math/octave-forge-tsa mkdir -p math/octave-forge-tsa > /dev/null 2>&1 echo x - math/octave-forge-tsa/distinfo sed 's/^X//' >math/octave-forge-tsa/distinfo << 'dc2b31717e5c8ad8789a8c72cfb8881c' XMD5 (octave-forge/tsa-4.0.0.tar.gz) = d5722f857e1e5020969dbc365183f323 XSHA256 (octave-forge/tsa-4.0.0.tar.gz) = eb45d144924d626f971cf410e9417dce773609a1251de518bf28d5525a3ae0ff XSIZE (octave-forge/tsa-4.0.0.tar.gz) = 93700 dc2b31717e5c8ad8789a8c72cfb8881c echo x - math/octave-forge-tsa/Makefile sed 's/^X//' >math/octave-forge-tsa/Makefile << 'd7fb50ca16ef85335bc41a621a7a446c' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-tsa XPORTVERSION= 4.0.0 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:${PORTSDIR}/math/octave-forge-nan X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include d7fb50ca16ef85335bc41a621a7a446c echo x - math/octave-forge-tsa/pkg-descr sed 's/^X//' >math/octave-forge-tsa/pkg-descr << '20f9e98eff1e7cad9c59c0a57ea620d6' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is tsa. X X Stochastic concepts and maximum entropy methods for time series analysis X XWWW: http://octave.sourceforge.net/ 20f9e98eff1e7cad9c59c0a57ea620d6 echo x - math/octave-forge-tsa/pkg-plist sed 's/^X//' >math/octave-forge-tsa/pkg-plist << 'b51a1b5229ca41b594ecc80e41fa1b97' X@comment This file intentionally left empty b51a1b5229ca41b594ecc80e41fa1b97 echo c - math/octave-forge-video mkdir -p math/octave-forge-video > /dev/null 2>&1 echo x - math/octave-forge-video/distinfo sed 's/^X//' >math/octave-forge-video/distinfo << '411fb064a6f09fb7d3e314a9c3dc6b09' XMD5 (octave-forge/video-1.0.1.tar.gz) = c9088a7391e11c0fad654cd677197c1e XSHA256 (octave-forge/video-1.0.1.tar.gz) = 829beb6b19a206bb93d47ece06d919c374169bf63a5c32c4831ebaec33e01cda XSIZE (octave-forge/video-1.0.1.tar.gz) = 50206 411fb064a6f09fb7d3e314a9c3dc6b09 echo x - math/octave-forge-video/Makefile sed 's/^X//' >math/octave-forge-video/Makefile << '3aa2b855fea7fd5a5ef6d3fd9caeab3b' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-video XPORTVERSION= 1.0.1 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XLIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 3aa2b855fea7fd5a5ef6d3fd9caeab3b echo x - math/octave-forge-video/pkg-descr sed 's/^X//' >math/octave-forge-video/pkg-descr << '958f3421f71acb25d9d8a2130184c7aa' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is video. X X Implements addframe, avifile, aviinfo, and aviread, using ffmpeg. (and approximately conforms to Matlab interface) X XWWW: http://octave.sourceforge.net/ 958f3421f71acb25d9d8a2130184c7aa echo x - math/octave-forge-video/pkg-plist sed 's/^X//' >math/octave-forge-video/pkg-plist << '906c45d6f554cb91b1254a457bfc34a7' X@comment This file intentionally left empty 906c45d6f554cb91b1254a457bfc34a7 echo c - math/octave-forge-vrml mkdir -p math/octave-forge-vrml > /dev/null 2>&1 echo x - math/octave-forge-vrml/Makefile sed 's/^X//' >math/octave-forge-vrml/Makefile << '4ac13f1f940accfe4434f8dae8022a3b' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-vrml XPORTVERSION= 1.0.8 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 4ac13f1f940accfe4434f8dae8022a3b echo x - math/octave-forge-vrml/distinfo sed 's/^X//' >math/octave-forge-vrml/distinfo << '597603fcf38b1eb03547014f4ea221a8' XMD5 (octave-forge/vrml-1.0.8.tar.gz) = 740bcb0ef1bc5cbb8532ae18e6b1a4ce XSHA256 (octave-forge/vrml-1.0.8.tar.gz) = 20af764305fee8507d9f1a690876d496c1f9897d960c91d03d35bffd84d5495c XSIZE (octave-forge/vrml-1.0.8.tar.gz) = 1503883 597603fcf38b1eb03547014f4ea221a8 echo x - math/octave-forge-vrml/pkg-descr sed 's/^X//' >math/octave-forge-vrml/pkg-descr << 'a105ff0c8acef803d033c4f6958378f4' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is vrml. X X 3D graphics using VRML X XWWW: http://octave.sourceforge.net/ a105ff0c8acef803d033c4f6958378f4 echo x - math/octave-forge-vrml/pkg-message sed 's/^X//' >math/octave-forge-vrml/pkg-message << '6205badae0b763ac335d1dc78f2b981d' XAlthough this port builds, it does not function, because freewrl is not Xinstalled. 6205badae0b763ac335d1dc78f2b981d echo x - math/octave-forge-vrml/pkg-plist sed 's/^X//' >math/octave-forge-vrml/pkg-plist << '09e2b5a602e57b22f764bb282efd6d00' X@comment This file intentionally left empty 09e2b5a602e57b22f764bb282efd6d00 echo c - math/octave-forge-windows mkdir -p math/octave-forge-windows > /dev/null 2>&1 echo x - math/octave-forge-windows/distinfo sed 's/^X//' >math/octave-forge-windows/distinfo << 'c242017e925c0a20d6a16b63202c2ea9' XMD5 (octave-forge/windows-1.0.6.tar.gz) = 58c4d4ced2446e09b01d9557d62aeec4 XSHA256 (octave-forge/windows-1.0.6.tar.gz) = 70ec264f6109160a6ea6f0d3378d954093faef35489ac87163334f83444aa582 XSIZE (octave-forge/windows-1.0.6.tar.gz) = 77361 c242017e925c0a20d6a16b63202c2ea9 echo x - math/octave-forge-windows/Makefile sed 's/^X//' >math/octave-forge-windows/Makefile << '359dffdc8ae9b9baac4c79b085e4c584' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-windows XPORTVERSION= 1.0.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 359dffdc8ae9b9baac4c79b085e4c584 echo x - math/octave-forge-windows/pkg-descr sed 's/^X//' >math/octave-forge-windows/pkg-descr << '616a9673fe8c587ca2a4d03378b81bb5' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is windows. X X Provides COM interface and additional functionality on Windows X XWWW: http://octave.sourceforge.net/ 616a9673fe8c587ca2a4d03378b81bb5 echo x - math/octave-forge-windows/pkg-plist sed 's/^X//' >math/octave-forge-windows/pkg-plist << 'dccb523545f5fd55ac13a8450891d329' X@comment This file intentionally left empty dccb523545f5fd55ac13a8450891d329 echo c - math/octave-forge-xraylib mkdir -p math/octave-forge-xraylib > /dev/null 2>&1 echo x - math/octave-forge-xraylib/distinfo sed 's/^X//' >math/octave-forge-xraylib/distinfo << '4791f1efdbdee76a2d7d49f32229ca4b' XMD5 (octave-forge/xraylib-1.0.7.tar.gz) = 3ed71028314b145611d218df6508f23d XSHA256 (octave-forge/xraylib-1.0.7.tar.gz) = c55ad4dc75a7c0d34980971237069901d709e2ab7230787beeef2b6905a5a3b8 XSIZE (octave-forge/xraylib-1.0.7.tar.gz) = 794763 4791f1efdbdee76a2d7d49f32229ca4b echo x - math/octave-forge-xraylib/Makefile sed 's/^X//' >math/octave-forge-xraylib/Makefile << 'a6f048c70eb7f1b95f73286f9e1de216' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-xraylib XPORTVERSION= 1.0.7 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X Xpost-patch: X @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/*.sh X @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile X @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/bin/xraylib X @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/*.sh X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include a6f048c70eb7f1b95f73286f9e1de216 echo x - math/octave-forge-xraylib/pkg-descr sed 's/^X//' >math/octave-forge-xraylib/pkg-descr << 'e8ba30c40db673d2fd8ff766f5c5eeee' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is xraylib. X X Bindings to the Xraylib functions X XWWW: http://octave.sourceforge.net/ e8ba30c40db673d2fd8ff766f5c5eeee echo x - math/octave-forge-xraylib/pkg-plist sed 's/^X//' >math/octave-forge-xraylib/pkg-plist << '682ed3d1241e63067637bf20509d170a' X@comment This file intentionally left empty 682ed3d1241e63067637bf20509d170a echo c - math/octave-forge-zenity mkdir -p math/octave-forge-zenity > /dev/null 2>&1 echo x - math/octave-forge-zenity/distinfo sed 's/^X//' >math/octave-forge-zenity/distinfo << '1406c21459aba472cd46a4a1c4009595' XMD5 (octave-forge/zenity-0.5.6.tar.gz) = 683906514f32df59a6e02c399e4c2d7b XSHA256 (octave-forge/zenity-0.5.6.tar.gz) = d255fbee107ed72e0faeb61c09face258b67f61029b05ee8143b06baa73a1e65 XSIZE (octave-forge/zenity-0.5.6.tar.gz) = 27286 1406c21459aba472cd46a4a1c4009595 echo x - math/octave-forge-zenity/Makefile sed 's/^X//' >math/octave-forge-zenity/Makefile << '7302fd9461bd4d0d1ad42c238ff0d139' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge-zenity XPORTVERSION= 0.5.6 XCATEGORIES= math X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge package ${OCTAVE_PKGNAME} X XRUN_DEPENDS+= zenity:${PORTSDIR}/x11/zenity X X.include X.include "${PORTSDIR}/Mk/bsd.octave.mk" X.include 7302fd9461bd4d0d1ad42c238ff0d139 echo x - math/octave-forge-zenity/pkg-descr sed 's/^X//' >math/octave-forge-zenity/pkg-descr << 'eaa6797d28c6a95885ef9594ef534ffa' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is zenity. X X A set of functions for creating simple graphical X user interfaces. It is currently possible to create X calendar windows, text entries, file selection dialogs, X lists, message windows, icons in the notification area, X and windows for large amount of text. X XWWW: http://octave.sourceforge.net/ eaa6797d28c6a95885ef9594ef534ffa echo x - math/octave-forge-zenity/pkg-plist sed 's/^X//' >math/octave-forge-zenity/pkg-plist << '315652bd31b7bb8c6fe435e79f282e8f' X@comment This file intentionally left empty 315652bd31b7bb8c6fe435e79f282e8f echo c - math/octave-forge mkdir -p math/octave-forge > /dev/null 2>&1 echo x - math/octave-forge/Makefile sed 's/^X//' >math/octave-forge/Makefile << 'ca1730a2cd6d358f59ae7a3a09d255c9' X# New ports collection makefile for: octave-forge X# Date created: 5 May 2004 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD: ports/math/octave-forge/Makefile,v 1.23 2008/06/06 13:44:01 edwin Exp $ X# X XPORTNAME= octave-forge XPORTVERSION= 20080831 XCATEGORIES= math XMASTER_SITES= #none XDISTFILES= #none XEXTRACT_ONLY= #none X XMAINTAINER= stephen@math.missouri.edu XCOMMENT= Octave-forge metaport for math/octave X X# Status of packages: X# * java, jhandles, database are not completed. If someone else wants to X# work on these, I would appreciate it. X# * vrml builds, but is non functional, as it depends on freewrl, which is X# not yet available on FreeBSD. X# * fpl builds, but will not function on amd64 or sparc64, as it depends on X# opendx, which does not build on those architectures. X XOPTIONS= \ X ANN "Install package: ann" On \ X AUDIO "Install package: audio" On \ X BIOINFO "Install package: bioinfo" On \ X COMBINATORICS "Install package: combinatorics" On \ X COMMUNICATIONS "Install package: communications" On \ X CONTROL "Install package: control" On \ X DATA_SMOOTHING "Install package: data-smoothing" On \ X DATABASE "Install package: database (do not select)" Off \ X ECONOMETRICS "Install package: econometrics" On \ X FINANCIAL "Install package: financial" On \ X FIXED "Install package: fixed" On \ X FTP "Install package: ftp" On \ X GA "Install package: ga" On \ X GENERAL "Install package: general" On \ X GSL "Install package: gsl" On \ X IDENT "Install package: ident" On \ X IMAGE "Install package: image" On \ X INFORMATIONTHEORY "Install package: informationtheory" On \ X IO "Install package: io" On \ X IRSA "Install package: irsa" On \ X LINEAR_ALGEBRA "Install package: linear-algebra" On \ X MISCELLANEOUS "Install package: miscellaneous" On \ X MISSING_FUNCTIONS "Install package: missing-functions" On \ X NNET "Install package: nnet" On \ X OCTCDF "Install package: octcdf" On \ X OCTGPR "Install package: octgpr" On \ X ODEBVP "Install package: odebvp" On \ X ODEPKG "Install package: odepkg" On \ X OPTIM "Install package: optim" On \ X OPTIMINTERP "Install package: optiminterp" On \ X OUTLIERS "Install package: outliers" On \ X PARALLEL "Install package: parallel" On \ X PHYSICALCONSTANTS "Install package: physicalconstants" On \ X PLOT "Install package: plot" On \ X SIGNAL "Install package: signal" On \ X SYMBOLIC "Install package: symbolic" On \ X SOCKETS "Install package: sockets" On \ X SPECFUN "Install package: specfun" On \ X SPECIAL_MATRIX "Install package: special-matrix" On \ X SPLINES "Install package: splines" On \ X STATISTICS "Install package: statistics" On \ X STRINGS "Install package: strings" On \ X STRUCT "Install package: struct" On \ X TIME "Install package: time" On \ X VIDEO "Install package: video" On \ X VRML "Install package: vrml" On \ X ZENITY "Install package: zenity" On \ X \ X AD "Install package: ad" On \ X BIM "Install package: bim" On \ X CIVIL_ENGINEERING "Install package: civil-engineering" On \ X ENGINE "Install package: engine" On \ X FPL "Install package: fpl" On \ X GRACEPLOT "Install package: graceplot" On \ X INTEGRATION "Install package: integration" On \ X JAVA "Install package: java (do not select)" Off \ X JHANDLES "Install package: jhandles (do not select)" Off \ X MAPPING "Install package: mapping" On \ X MSH "Install package: msh" On \ X MULTICORE "Install package: multicore" On \ X NAN "Install package: nan" On \ X OCS "Install package: ocs" On \ X PDB "Install package: pdb" On \ X SECS1D "Install package: secs1d" On \ X SECS2D "Install package: secs2d" On \ X SYMBAND "Install package: symband" On \ X TCL_OCTAVE "Install package: tcl-octave" On \ X TRIANGULAR "Install package: triangular" On \ X TSA "Install package: tsa" On \ X WINDOWS "Install package: windows" On \ X XRAYLIB "Install package: xraylib" On \ X \ X PT_BR "Install package: pt_br" On \ X \ X ARPACK "Install package: arpack" Off \ X SPLINE_GCVSPL "Install package: spline-gcvspl" Off X X.include X X.if defined(WITH_ANN) XRUN_DEPENDS+= ${TARBALLS_DIR}/ann.tar.gz:${PORTSDIR}/math/octave-forge-ann X.endif X.if defined(WITH_AUDIO) XRUN_DEPENDS+= ${TARBALLS_DIR}/audio.tar.gz:${PORTSDIR}/math/octave-forge-audio X.endif X.if defined(WITH_BIOINFO) XRUN_DEPENDS+= ${TARBALLS_DIR}/bioinfo.tar.gz:${PORTSDIR}/math/octave-forge-bioinfo X.endif X.if defined(WITH_COMBINATORICS) XRUN_DEPENDS+= ${TARBALLS_DIR}/combinatorics.tar.gz:${PORTSDIR}/math/octave-forge-combinatorics X.endif X.if defined(WITH_COMMUNICATIONS) XRUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications X.endif X.if defined(WITH_CONTROL) XRUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control X.endif X.if defined(WITH_DATA_SMOOTHING) XRUN_DEPENDS+= ${TARBALLS_DIR}/data-smoothing.tar.gz:${PORTSDIR}/math/octave-forge-data-smoothing X.endif X.if defined(WITH_DATABASE) XRUN_DEPENDS+= ${TARBALLS_DIR}/database.tar.gz:${PORTSDIR}/math/octave-forge-database X.endif X.if defined(WITH_ECONOMETRICS) XRUN_DEPENDS+= ${TARBALLS_DIR}/econometrics.tar.gz:${PORTSDIR}/math/octave-forge-econometrics X.endif X.if defined(WITH_FINANCIAL) XRUN_DEPENDS+= ${TARBALLS_DIR}/financial.tar.gz:${PORTSDIR}/math/octave-forge-financial X.endif X.if defined(WITH_FIXED) XRUN_DEPENDS+= ${TARBALLS_DIR}/fixed.tar.gz:${PORTSDIR}/math/octave-forge-fixed X.endif X.if defined(WITH_FTP) XRUN_DEPENDS+= ${TARBALLS_DIR}/ftp.tar.gz:${PORTSDIR}/math/octave-forge-ftp X.endif X.if defined(WITH_GA) XRUN_DEPENDS+= ${TARBALLS_DIR}/ga.tar.gz:${PORTSDIR}/math/octave-forge-ga X.endif X.if defined(WITH_GENERAL) XRUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general X.endif X.if defined(WITH_GSL) XRUN_DEPENDS+= ${TARBALLS_DIR}/gsl.tar.gz:${PORTSDIR}/math/octave-forge-gsl X.endif X.if defined(WITH_IDENT) XRUN_DEPENDS+= ${TARBALLS_DIR}/ident.tar.gz:${PORTSDIR}/math/octave-forge-ident X.endif X.if defined(WITH_IMAGE) XRUN_DEPENDS+= ${TARBALLS_DIR}/image.tar.gz:${PORTSDIR}/math/octave-forge-image X.endif X.if defined(WITH_INFORMATIONTHEORY) XRUN_DEPENDS+= ${TARBALLS_DIR}/informationtheory.tar.gz:${PORTSDIR}/math/octave-forge-informationtheory X.endif X.if defined(WITH_IO) XRUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io X.endif X.if defined(WITH_IRSA) XRUN_DEPENDS+= ${TARBALLS_DIR}/irsa.tar.gz:${PORTSDIR}/math/octave-forge-irsa X.endif X.if defined(WITH_LINEAR_ALGEBRA) XRUN_DEPENDS+= ${TARBALLS_DIR}/linear-algebra.tar.gz:${PORTSDIR}/math/octave-forge-linear-algebra X.endif X.if defined(WITH_MISCELLANEOUS) XRUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous X.endif X.if defined(WITH_MISSING_FUNCTIONS) XRUN_DEPENDS+= ${TARBALLS_DIR}/missing-functions.tar.gz:${PORTSDIR}/math/octave-forge-missing-functions X.endif X.if defined(WITH_NNET) XRUN_DEPENDS+= ${TARBALLS_DIR}/nnet.tar.gz:${PORTSDIR}/math/octave-forge-nnet X.endif X.if defined(WITH_OCTCDF) XRUN_DEPENDS+= ${TARBALLS_DIR}/octcdf.tar.gz:${PORTSDIR}/math/octave-forge-octcdf X.endif X.if defined(WITH_OCTGPR) XRUN_DEPENDS+= ${TARBALLS_DIR}/octgpr.tar.gz:${PORTSDIR}/math/octave-forge-octgpr X.endif X.if defined(WITH_ODEBVP) XRUN_DEPENDS+= ${TARBALLS_DIR}/odebvp.tar.gz:${PORTSDIR}/math/octave-forge-odebvp X.endif X.if defined(WITH_ODEPKG) XRUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:${PORTSDIR}/math/octave-forge-odepkg X.endif X.if defined(WITH_OPTIM) XRUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim X.endif X.if defined(WITH_OPTIMINTERP) XRUN_DEPENDS+= ${TARBALLS_DIR}/optiminterp.tar.gz:${PORTSDIR}/math/octave-forge-optiminterp X.endif X.if defined(WITH_OUTLIERS) XRUN_DEPENDS+= ${TARBALLS_DIR}/outliers.tar.gz:${PORTSDIR}/math/octave-forge-outliers X.endif X.if defined(WITH_PARALLEL) XRUN_DEPENDS+= ${TARBALLS_DIR}/parallel.tar.gz:${PORTSDIR}/math/octave-forge-parallel X.endif X.if defined(WITH_PHYSICALCONSTANTS) XRUN_DEPENDS+= ${TARBALLS_DIR}/physicalconstants.tar.gz:${PORTSDIR}/math/octave-forge-physicalconstants X.endif X.if defined(WITH_PLOT) XRUN_DEPENDS+= ${TARBALLS_DIR}/plot.tar.gz:${PORTSDIR}/math/octave-forge-plot X.endif X.if defined(WITH_SIGNAL) XRUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal X.endif X.if defined(WITH_SYMBOLIC) XRUN_DEPENDS+= ${TARBALLS_DIR}/symbolic.tar.gz:${PORTSDIR}/math/octave-forge-symbolic X.endif X.if defined(WITH_SOCKETS) XRUN_DEPENDS+= ${TARBALLS_DIR}/sockets.tar.gz:${PORTSDIR}/math/octave-forge-sockets X.endif X.if defined(WITH_SPECFUN) XRUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specfun X.endif X.if defined(WITH_SPECIAL_MATRIX) XRUN_DEPENDS+= ${TARBALLS_DIR}/special-matrix.tar.gz:${PORTSDIR}/math/octave-forge-special-matrix X.endif X.if defined(WITH_SPLINES) XRUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines X.endif X.if defined(WITH_STATISTICS) XRUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:${PORTSDIR}/math/octave-forge-statistics X.endif X.if defined(WITH_STRINGS) XRUN_DEPENDS+= ${TARBALLS_DIR}/strings.tar.gz:${PORTSDIR}/math/octave-forge-strings X.endif X.if defined(WITH_STRUCT) XRUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct X.endif X.if defined(WITH_TIME) XRUN_DEPENDS+= ${TARBALLS_DIR}/time.tar.gz:${PORTSDIR}/math/octave-forge-time X.endif X.if defined(WITH_VIDEO) XRUN_DEPENDS+= ${TARBALLS_DIR}/video.tar.gz:${PORTSDIR}/math/octave-forge-video X.endif X.if defined(WITH_VRML) XRUN_DEPENDS+= ${TARBALLS_DIR}/vrml.tar.gz:${PORTSDIR}/math/octave-forge-vrml X.endif X.if defined(WITH_ZENITY) XRUN_DEPENDS+= ${TARBALLS_DIR}/zenity.tar.gz:${PORTSDIR}/math/octave-forge-zenity X.endif X X.if defined(WITH_AD) XRUN_DEPENDS+= ${TARBALLS_DIR}/ad.tar.gz:${PORTSDIR}/math/octave-forge-ad X.endif X.if defined(WITH_BIM) XRUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:${PORTSDIR}/math/octave-forge-bim X.endif X.if defined(WITH_CIVIL_ENGINEERING) XRUN_DEPENDS+= ${TARBALLS_DIR}/civil-engineering.tar.gz:${PORTSDIR}/math/octave-forge-civil-engineering X.endif X.if defined(WITH_ENGINE) XRUN_DEPENDS+= ${TARBALLS_DIR}/engine.tar.gz:${PORTSDIR}/math/octave-forge-engine X.endif X.if defined(WITH_FPL) XRUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl X.endif X.if defined(WITH_GRACEPLOT) XRUN_DEPENDS+= ${TARBALLS_DIR}/graceplot.tar.gz:${PORTSDIR}/math/octave-forge-graceplot X.endif X.if defined(WITH_INTEGRATION) XRUN_DEPENDS+= ${TARBALLS_DIR}/integration.tar.gz:${PORTSDIR}/math/octave-forge-integration X.endif X.if defined(WITH_JAVA) XRUN_DEPENDS+= ${TARBALLS_DIR}/java.tar.gz:${PORTSDIR}/math/octave-forge-java X.endif X.if defined(WITH_JHANDLES) XRUN_DEPENDS+= ${TARBALLS_DIR}/jhandles.tar.gz:${PORTSDIR}/math/octave-forge-jhandles X.endif X.if defined(WITH_MAPPING) XRUN_DEPENDS+= ${TARBALLS_DIR}/mapping.tar.gz:${PORTSDIR}/math/octave-forge-mapping X.endif X.if defined(WITH_MSH) XRUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh X.endif X.if defined(WITH_MULTICORE) XRUN_DEPENDS+= ${TARBALLS_DIR}/multicore.tar.gz:${PORTSDIR}/math/octave-forge-multicore X.endif X.if defined(WITH_NAN) XRUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:${PORTSDIR}/math/octave-forge-nan X.endif X.if defined(WITH_OCS) XRUN_DEPENDS+= ${TARBALLS_DIR}/ocs.tar.gz:${PORTSDIR}/math/octave-forge-ocs X.endif X.if defined(WITH_PDB) XRUN_DEPENDS+= ${TARBALLS_DIR}/pdb.tar.gz:${PORTSDIR}/math/octave-forge-pdb X.endif X.if defined(WITH_SECS1D) XRUN_DEPENDS+= ${TARBALLS_DIR}/secs1d.tar.gz:${PORTSDIR}/math/octave-forge-secs1d X.endif X.if defined(WITH_SECS2D) XRUN_DEPENDS+= ${TARBALLS_DIR}/secs2d.tar.gz:${PORTSDIR}/math/octave-forge-secs2d X.endif X.if defined(WITH_SYMBAND) XRUN_DEPENDS+= ${TARBALLS_DIR}/symband.tar.gz:${PORTSDIR}/math/octave-forge-symband X.endif X.if defined(WITH_TCL_OCTAVE) XRUN_DEPENDS+= ${TARBALLS_DIR}/tcl-octave.tar.gz:${PORTSDIR}/math/octave-forge-tcl-octave X.endif X.if defined(WITH_TRIANGULAR) XRUN_DEPENDS+= ${TARBALLS_DIR}/triangular.tar.gz:${PORTSDIR}/math/octave-forge-triangular X.endif X.if defined(WITH_TSA) XRUN_DEPENDS+= ${TARBALLS_DIR}/tsa.tar.gz:${PORTSDIR}/math/octave-forge-tsa X.endif X.if defined(WITH_WINDOWS) XRUN_DEPENDS+= ${TARBALLS_DIR}/windows.tar.gz:${PORTSDIR}/math/octave-forge-windows X.endif X.if defined(WITH_XRAYLIB) XRUN_DEPENDS+= ${TARBALLS_DIR}/xraylib.tar.gz:${PORTSDIR}/math/octave-forge-xraylib X.endif X X.if defined(WITH_PT_BR) XRUN_DEPENDS+= ${TARBALLS_DIR}/pt_br.tar.gz:${PORTSDIR}/math/octave-forge-pt_br X.endif X X.if defined(WITH_ARPACK) XRUN_DEPENDS+= ${TARBALLS_DIR}/arpack.tar.gz:${PORTSDIR}/math/octave-forge-arpack X.endif X.if defined(WITH_SPLINE_GCVSPL) XRUN_DEPENDS+= ${TARBALLS_DIR}/spline-gcvspl.tar.gz:${PORTSDIR}/math/octave-forge-spline-gcvspl X.endif X XTARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs X Xdo-build: X @${DO_NADA} X Xdo-install: X @${DO_NADA} X X.include ca1730a2cd6d358f59ae7a3a09d255c9 echo x - math/octave-forge/pkg-descr sed 's/^X//' >math/octave-forge/pkg-descr << '0c4b1a42de1c61a938fbae6bba0efc3b' XThe octave-forge package is the result of The GNU Octave Repositry project, Xwhich is intended to be a central location for custom scripts, functions and Xextensions for GNU Octave. contains the source for all the functions plus Xbuild and install scripts. X XThis is the metaport. X XWWW: http://octave.sourceforge.net/ 0c4b1a42de1c61a938fbae6bba0efc3b echo x - math/octave-forge/pkg-plist sed 's/^X//' >math/octave-forge/pkg-plist << 'c3e95fc2ef057a67f52389ed7e4e9e9f' X@comment This packing list left intentionally empty c3e95fc2ef057a67f52389ed7e4e9e9f exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 22:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE0710656D0 for ; Mon, 1 Sep 2008 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 944518FC20 for ; Mon, 1 Sep 2008 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81MU1g4034032 for ; Mon, 1 Sep 2008 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81MU19T034031; Mon, 1 Sep 2008 22:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 22:30:01 GMT Resent-Message-Id: <200809012230.m81MU19T034031@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C271065677 for ; Mon, 1 Sep 2008 22:26:41 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa03b.plala.or.jp (msa03.plala.or.jp [58.93.240.3]) by mx1.freebsd.org (Postfix) with ESMTP id EA2C68FC19 for ; Mon, 1 Sep 2008 22:26:40 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from eupheme.kaumoge.org ([121.112.64.124]) by msa03b.plala.or.jp with ESMTP id <20080901222639.WCPH11729.msa03b.plala.or.jp@eupheme.kaumoge.org> for ; Tue, 2 Sep 2008 07:26:39 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id m81MR0Ri059130 for ; Tue, 2 Sep 2008 07:27:00 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86prnno63l.wl%umq@ueo.co.jp> Date: Tue, 02 Sep 2008 07:26:38 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127031: [new port] databases/q4m 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, 01 Sep 2008 22:30:01 -0000 >Number: 127031 >Category: ports >Synopsis: [new port] databases/q4m >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 Sep 01 22:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: Q4M (Queue for MySQL) is a message queue licensed under GPL that works as a pluggable storage engine of MySQL 5.1, designed to be robust, fast, flexible. WWW: http://q4m.31tools.com/ >How-To-Repeat: N/A >Fix: the skelton is attached --Multipart_Tue_Sep__2_07:26:38_2008-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="databases_q4m.shar" Content-Transfer-Encoding: 7bit # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # databases/q4m # databases/q4m/Makefile # databases/q4m/distinfo # databases/q4m/pkg-descr # databases/q4m/pkg-plist # echo c - databases/q4m mkdir -p databases/q4m > /dev/null 2>&1 echo x - databases/q4m/Makefile sed 's/^X//' >databases/q4m/Makefile << 'af9138886d54b16aefea7e47297ba2d7' X# New ports collection makefile for: q4m X# Date created: 2 Sep 2008 X# Whom: Hirohisa Yamaguchi X# X# $FreeBSD$ X XPORTNAME= q4m XPORTVERSION= 0.8.3 XCATEGORIES= databases XMASTER_SITES= http://q4m.31tools.com/dist/ X XMAINTAINER= umq@ueo.co.jp XCOMMENT= Message queue works as a MySQL storage engine X XBUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/core.hpp:${PORTSDIR}/devel/boost \ X ${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-client:build X XINSTDOCS= index.html install.html q4m-modes.gif style.css top.jpg tutorial.html XPORTDOCS= COPYING ChangeLog README ${INSTDOCS} X XHAS_CONFIGURE= yes XUSE_LDCONFIG= yes XUSE_MYSQL= 51 XIGNORE_WITH_MYSQL= 323 40 41 50 XMYSQL_SRC_PATH= cd ${PORTSDIR}/databases/mysql${USE_MYSQL}-client ; make -V WRKSRC XCONFIGURE_ARGS+= --with-mysql=$$(${MYSQL_SRC_PATH}) XCXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib X X.include X Xpost-install: X.if !defined(NOPORTDATA) X @${MKDIR} ${DATADIR}/examples/crawler X.for f in README crawler.pl initdb.sql X ${INSTALL_DATA} ${WRKSRC}/examples/crawler/${f} ${DATADIR}/examples/crawler/ X.endfor X @${MKDIR} ${DATADIR}/support-files X.for f in install-exec-hook.txt install.sql X ${INSTALL_DATA} ${WRKSRC}/support-files/${f} ${DATADIR}/support-files/ X.endfor X.endif X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in COPYING ChangeLog README X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.for f in ${INSTDOCS} X ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} X.endfor X.endif X X.include af9138886d54b16aefea7e47297ba2d7 echo x - databases/q4m/distinfo sed 's/^X//' >databases/q4m/distinfo << '203ab299967bdb45116c3166f0dfe891' XMD5 (q4m-0.8.3.tar.gz) = b9dcf62062eb6cf5ca82f68f6f3a235e XSHA256 (q4m-0.8.3.tar.gz) = 7b906dcede0c1aec1c1a25a19a7dfc3a29a97f0aff94475319c24833450b3d3c XSIZE (q4m-0.8.3.tar.gz) = 356144 203ab299967bdb45116c3166f0dfe891 echo x - databases/q4m/pkg-descr sed 's/^X//' >databases/q4m/pkg-descr << 'cc4820680c90184e91f54c0c45fa784b' XQ4M (Queue for MySQL) is a message queue licensed under GPL that works Xas a pluggable storage engine of MySQL 5.1, designed to be robust, Xfast, flexible. X XWWW: http://q4m.31tools.com/ cc4820680c90184e91f54c0c45fa784b echo x - databases/q4m/pkg-plist sed 's/^X//' >databases/q4m/pkg-plist << 'c1d77468555036b66f9977259d506dfc' Xbin/q4m-forward Xlib/mysql/plugin/libqueue_engine.a Xlib/mysql/plugin/libqueue_engine.la Xlib/mysql/plugin/libqueue_engine.so.0.0 X%%PORTDATA%%%%DATADIR%%/examples/crawler/README X%%PORTDATA%%%%DATADIR%%/examples/crawler/crawler.pl X%%PORTDATA%%%%DATADIR%%/examples/crawler/initdb.sql X%%PORTDATA%%%%DATADIR%%/support-files/install-exec-hook.txt X%%PORTDATA%%%%DATADIR%%/support-files/install.sql X%%PORTDATA%%@dirrm %%DATADIR%%/examples/crawler X%%PORTDATA%%@dirrm %%DATADIR%%/examples X%%PORTDATA%%@dirrm %%DATADIR%%/support-files c1d77468555036b66f9977259d506dfc exit --Multipart_Tue_Sep__2_07:26:38_2008-1-- >Release-Note: >Audit-Trail: >Unformatted: --Multipart_Tue_Sep__2_07:26:38_2008-1 Content-Type: text/plain; charset=US-ASCII From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 00:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25958106568B for ; Tue, 2 Sep 2008 00:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F3B7D8FC15 for ; Tue, 2 Sep 2008 00:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m820A2k3042397 for ; Tue, 2 Sep 2008 00:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m820A2pU042396; Tue, 2 Sep 2008 00:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 00:10:02 GMT Resent-Message-Id: <200809020010.m820A2pU042396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barry Pederson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 803AE1065670 for ; Tue, 2 Sep 2008 00:04:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6C72E8FC08 for ; Tue, 2 Sep 2008 00:04:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8204DYL007476 for ; Tue, 2 Sep 2008 00:04:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8204D2t007475; Tue, 2 Sep 2008 00:04:13 GMT (envelope-from nobody) Message-Id: <200809020004.m8204D2t007475@www.freebsd.org> Date: Tue, 2 Sep 2008 00:04:13 GMT From: Barry Pederson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127033: rabbitmq port install glitches 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, 02 Sep 2008 00:10:03 -0000 >Number: 127033 >Category: ports >Synopsis: rabbitmq port install glitches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 00:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Barry Pederson >Release: 7-Stable >Organization: >Environment: >Description: I've noticed a couple things in installation of the net/rabbitmq port that don't seem quite right... The port Makefile contains this line: ---- MAKE_ENV+= TARGET_DIR="${PREFIX}/lib/erlang/lib/rabbitmq-${PORTVERSION}" SBIN_DIR="${PREFIX}/sbin/" ---- but I believe the TARGET_DIR should end with "rabbitmq_server-${PORTVERSION}", having the "_server" bit gives you something that matches what the rabbitmq install docs recommend, and allow you to build the rabbitmq-erlang-client more easily. The other issue is that the rabbitmq daemon doesn't start automatically when a jail that it's installed in starts (or presumably a machine boots) - it seems that "/usr/local" is not in the path at this point, so the rc.d/rabbitmq script doesn't find the "/usr/local/sbin/rabbitmq-server" script, which also doesn't find "/usr/local/bin/erl" >How-To-Repeat: Try building the RabbitMQ erlang client, it errors out with ---- src/amqp_channel.erl:28: can't find include lib "rabbitmq_server/include/rabbit.hrl" src/amqp_channel.erl:29: can't find include lib "rabbitmq_server/include/rabbit_framing.hrl" ---- Install rabbitmq and enable in your rc.conf, reboot machine or jail and see that it doesn't start automatically. It starts fine by hand though because when you're logged into a shell, you usually have /usr/local/s?bin in your path. >Fix: I've attached a patch to the port that seems to fix these problems. Patch attached with submission follows: diff -ur rabbitmq.original/Makefile rabbitmq/Makefile --- rabbitmq.original/Makefile 2008-08-19 21:46:19.000000000 -0500 +++ rabbitmq/Makefile 2008-09-01 18:51:13.567736350 -0500 @@ -7,6 +7,7 @@ PORTNAME= rabbitmq PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} @@ -19,13 +20,13 @@ USE_GMAKE= yes USE_PYTHON= yes -MAKE_ENV+= TARGET_DIR="${PREFIX}/lib/erlang/lib/rabbitmq-${PORTVERSION}" SBIN_DIR="${PREFIX}/sbin/" +MAKE_ENV+= TARGET_DIR="${PREFIX}/lib/erlang/lib/rabbitmq_server-${PORTVERSION}" SBIN_DIR="${PREFIX}/sbin/" SCRIPTS_DIR= ${WRKSRC}/scripts/ USE_RC_SUBR= rabbitmq PLIST_SUB= "VERSION=${PORTVERSION}" post-patch: - @${REINPLACE_CMD} -e 's|/etc/default|${PREFIX}/etc/rabbitmq|g ; s|/var/lib|/var/db|g' \ + @${REINPLACE_CMD} -e 's|/etc/default|${PREFIX}/etc/rabbitmq|g ; s|/var/lib|/var/db|g ; s|erl|${PREFIX}/bin/erl|g' \ ${SCRIPTS_DIR}/rabbitmq-multi ${SCRIPTS_DIR}/rabbitmq-server ${SCRIPTS_DIR}/rabbitmqctl @${MKDIR} /var/log/rabbitmq /var/db/rabbitmq/mnesia ${PREFIX}/etc/rabbitmq diff -ur rabbitmq.original/files/rabbitmq.in rabbitmq/files/rabbitmq.in --- rabbitmq.original/files/rabbitmq.in 2008-07-13 20:51:37.000000000 -0500 +++ rabbitmq/files/rabbitmq.in 2008-09-01 18:33:44.389579629 -0500 @@ -17,19 +17,20 @@ # Set some defaults rabbitmq_enable=${rabbitmq_enable:-"NO"} +prefix=%%PREFIX%% name=rabbitmq start_cmd="${name}_start" stop_cmd="${name}_stop" rabbitmq_start() { - rabbitmq-server -detached + ${prefix}/sbin/rabbitmq-server -detached echo "RabbitMQ started" } rabbitmq_stop() { - rabbitmqctl stop + ${prefix}/sbin/rabbitmqctl stop } rcvar=`set_rcvar` diff -ur rabbitmq.original/pkg-plist rabbitmq/pkg-plist --- rabbitmq.original/pkg-plist 2008-08-19 21:46:19.000000000 -0500 +++ rabbitmq/pkg-plist 2008-09-01 18:39:53.139634734 -0500 @@ -1,90 +1,90 @@ sbin/rabbitmq-multi sbin/rabbitmq-server sbin/rabbitmqctl -lib/erlang/lib/rabbitmq-%%VERSION%%/INSTALL -lib/erlang/lib/rabbitmq-%%VERSION%%/LICENSE -lib/erlang/lib/rabbitmq-%%VERSION%%/LICENSE-MPL-RabbitMQ -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/buffering_proxy.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit.app -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit.rel -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_access_control.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_amqqueue.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_amqqueue_process.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_amqqueue_sup.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_binary_generator.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_binary_parser.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_channel.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_control.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_error_logger.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_exchange.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_framing.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_framing_channel.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_heartbeat.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_load.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_log.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_misc.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_mnesia.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_multi.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_networking.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_node_monitor.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_persister.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_reader.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_realm.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_router.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_sup.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_tests.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_ticket.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_tracer.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/rabbit_writer.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/tcp_acceptor.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/tcp_acceptor_sup.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/tcp_client_sup.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/tcp_listener.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/ebin/tcp_listener_sup.beam -lib/erlang/lib/rabbitmq-%%VERSION%%/include/rabbit.hrl -lib/erlang/lib/rabbitmq-%%VERSION%%/include/rabbit_framing.hrl -lib/erlang/lib/rabbitmq-%%VERSION%%/include/rabbit_framing_spec.hrl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/buffering_proxy.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_access_control.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_amqqueue.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_amqqueue_process.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_amqqueue_sup.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_binary_generator.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_binary_parser.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_channel.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_control.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_error_logger.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_exchange.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_framing.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_framing_channel.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_heartbeat.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_load.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_log.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_misc.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_mnesia.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_multi.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_networking.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_node_monitor.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_persister.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_reader.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_realm.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_router.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_sup.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_tests.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_ticket.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_tracer.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/rabbit_writer.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/tcp_acceptor.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/tcp_acceptor_sup.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/tcp_client_sup.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/tcp_listener.erl -lib/erlang/lib/rabbitmq-%%VERSION%%/src/tcp_listener_sup.erl -@dirrm lib/erlang/lib/rabbitmq-%%VERSION%%/src -@dirrm lib/erlang/lib/rabbitmq-%%VERSION%%/include -@dirrm lib/erlang/lib/rabbitmq-%%VERSION%%/ebin -@dirrm lib/erlang/lib/rabbitmq-%%VERSION%% +lib/erlang/lib/rabbitmq_server-%%VERSION%%/INSTALL +lib/erlang/lib/rabbitmq_server-%%VERSION%%/LICENSE +lib/erlang/lib/rabbitmq_server-%%VERSION%%/LICENSE-MPL-RabbitMQ +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/buffering_proxy.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit.app +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit.rel +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_access_control.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_amqqueue.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_amqqueue_process.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_amqqueue_sup.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_binary_generator.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_binary_parser.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_channel.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_control.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_error_logger.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_framing.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_framing_channel.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_heartbeat.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_load.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_log.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_misc.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_mnesia.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_multi.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_networking.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_node_monitor.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_persister.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_reader.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_realm.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_router.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_sup.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_tests.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_ticket.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_tracer.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_writer.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_acceptor.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_acceptor_sup.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_client_sup.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_listener.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_listener_sup.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit.hrl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit_framing.hrl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit_framing_spec.hrl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/buffering_proxy.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_access_control.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_amqqueue.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_amqqueue_process.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_amqqueue_sup.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_binary_generator.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_binary_parser.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_channel.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_control.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_error_logger.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_exchange.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_framing.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_framing_channel.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_heartbeat.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_load.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_log.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_misc.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_mnesia.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_multi.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_networking.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_node_monitor.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_persister.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_reader.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_realm.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_router.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_sup.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_tests.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_ticket.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_tracer.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/rabbit_writer.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/tcp_acceptor.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/tcp_acceptor_sup.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/tcp_client_sup.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/tcp_listener.erl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/src/tcp_listener_sup.erl +@dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%%/src +@dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%%/include +@dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin +@dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%% @dirrmtry /var/log/rabbitmq @dirrmtry /var/db/rabbitmq/mnesia @dirrmtry etc/rabbitmq >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 01:07:40 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26979106567B; Tue, 2 Sep 2008 01:07:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F036F8FC24; Tue, 2 Sep 2008 01:07:39 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from freefall.freebsd.org (maho@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8217d8S047525; Tue, 2 Sep 2008 01:07:39 GMT (envelope-from maho@freefall.freebsd.org) Received: (from maho@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8217d5r047521; Tue, 2 Sep 2008 01:07:39 GMT (envelope-from maho) Date: Tue, 2 Sep 2008 01:07:39 GMT Message-Id: <200809020107.m8217d5r047521@freefall.freebsd.org> To: maho@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org From: maho@FreeBSD.org Cc: Subject: Re: ports/127030: replacement port math/octave-forge 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, 02 Sep 2008 01:07:40 -0000 Synopsis: replacement port math/octave-forge Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: maho Responsible-Changed-When: Tue Sep 2 01:07:23 UTC 2008 Responsible-Changed-Why: I'll take care of this. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=127030 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 02:10:47 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF99D1065674; Tue, 2 Sep 2008 02:10:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C47F48FC0A; Tue, 2 Sep 2008 02:10:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m822AlFU053459; Tue, 2 Sep 2008 02:10:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m822AkOE053455; Tue, 2 Sep 2008 02:10:46 GMT (envelope-from edwin) Date: Tue, 2 Sep 2008 02:10:46 GMT Message-Id: <200809020210.m822AkOE053455@freefall.freebsd.org> To: bp@barryp.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127033: net/rabbitmq port install glitches 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, 02 Sep 2008 02:10:48 -0000 Synopsis: net/rabbitmq port install glitches State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Sep 2 02:10:46 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127033 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 02:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 030D31065685 for ; Tue, 2 Sep 2008 02:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E4A558FC08 for ; Tue, 2 Sep 2008 02:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m822K2Xx055133 for ; Tue, 2 Sep 2008 02:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m822K2ks055132; Tue, 2 Sep 2008 02:20:02 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 02:20:02 GMT Message-Id: <200809020220.m822K2ks055132@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127033: net/rabbitmq port install glitches 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: Tue, 02 Sep 2008 02:20:03 -0000 The following reply was made to PR ports/127033; it has been noted by GNATS. From: Edwin Groothuis To: pneumann@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/127033: net/rabbitmq port install glitches Date: Tue, 2 Sep 2008 02:10:45 UT Maintainer of net/rabbitmq, Please note that PR ports/127033 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127033 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 02:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BDFC1065696 for ; Tue, 2 Sep 2008 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 456078FC14 for ; Tue, 2 Sep 2008 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m822U1LZ055424 for ; Tue, 2 Sep 2008 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m822U1i0055417; Tue, 2 Sep 2008 02:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 02:30:01 GMT Resent-Message-Id: <200809020230.m822U1i0055417@freefall.freebsd.org> 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 Frolov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60E71065670 for ; Tue, 2 Sep 2008 02:26:01 +0000 (UTC) (envelope-from frol@mercury.riss-telecom.ru) Received: from mercury.riss-telecom.ru (mercury.riss-telecom.ru [80.66.66.3]) by mx1.freebsd.org (Postfix) with ESMTP id 124448FC15 for ; Tue, 2 Sep 2008 02:26:00 +0000 (UTC) (envelope-from frol@mercury.riss-telecom.ru) Received: from mercury.riss-telecom.ru (localhost [127.0.0.1]) by mercury.riss-telecom.ru (8.13.8/8.13.8) with ESMTP id m822QLiC039070; Tue, 2 Sep 2008 09:26:21 +0700 (NOVST) (envelope-from frol@mercury.riss-telecom.ru) Received: (from frol@localhost) by mercury.riss-telecom.ru (8.13.8/8.13.8/Submit) id m822QKfW039069; Tue, 2 Sep 2008 09:26:20 +0700 (NOVST) (envelope-from frol) Message-Id: <200809020226.m822QKfW039069@mercury.riss-telecom.ru> Date: Tue, 2 Sep 2008 09:26:20 +0700 (NOVST) From: Dmitry Frolov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127035: Update port: sysutils/freeipmi update to 0.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Frolov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 02:30:01 -0000 >Number: 127035 >Category: ports >Synopsis: Update port: sysutils/freeipmi update to 0.6.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 02:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Frolov >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: RISS-Telecom >Environment: System: FreeBSD *******.riss-telecom.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Mon Sep 25 18:02:20 NOVST 2006 root@*******.riss-telecom.ru:/usr/obj/usr/src/sys/MERCURY amd64 >Description: - Update to 0.6.6 >How-To-Repeat: >Fix: diff -u -ruN /usr/ports/sysutils/freeipmi/Makefile ./Makefile --- /usr/ports/sysutils/freeipmi/Makefile Fri Aug 22 04:05:49 2008 +++ ./Makefile Tue Sep 2 09:17:16 2008 @@ -15,7 +15,7 @@ # PORTNAME= freeipmi -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ \ ftp://ftp.riss-telecom.ru/pub/mirrors/ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ diff -u -ruN /usr/ports/sysutils/freeipmi/distinfo ./distinfo --- /usr/ports/sysutils/freeipmi/distinfo Wed Aug 13 04:06:13 2008 +++ ./distinfo Tue Sep 2 09:18:18 2008 @@ -1,3 +1,3 @@ -MD5 (freeipmi-0.6.5.tar.gz) = 8a609aab5e621403ca6aa3978398ee87 -SHA256 (freeipmi-0.6.5.tar.gz) = a0a23abc15ac09be5ef242df5c109c57f795092fa7bad383314a5afd6f13350c -SIZE (freeipmi-0.6.5.tar.gz) = 1668074 +MD5 (freeipmi-0.6.6.tar.gz) = bd9eace80115d9b1bb1561abf7d4b683 +SHA256 (freeipmi-0.6.6.tar.gz) = b58acee57fd24b4ddd28b445b0c5f73a8e7b16db3b5332be55b31027153cad5a +SIZE (freeipmi-0.6.6.tar.gz) = 1668563 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 03:00:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284351065673 for ; Tue, 2 Sep 2008 03:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEED88FC24 for ; Tue, 2 Sep 2008 03:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m823021i058194 for ; Tue, 2 Sep 2008 03:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82302jR058193; Tue, 2 Sep 2008 03:00:02 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 03:00:02 GMT Resent-Message-Id: <200809020300.m82302jR058193@freefall.freebsd.org> 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 Frolov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D067106564A for ; Tue, 2 Sep 2008 02:50:07 +0000 (UTC) (envelope-from frol@mercury.riss-telecom.ru) Received: from mercury.riss-telecom.ru (mercury.riss-telecom.ru [80.66.66.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF388FC21 for ; Tue, 2 Sep 2008 02:50:02 +0000 (UTC) (envelope-from frol@mercury.riss-telecom.ru) Received: from mercury.riss-telecom.ru (localhost [127.0.0.1]) by mercury.riss-telecom.ru (8.13.8/8.13.8) with ESMTP id m822BVvd088289; Tue, 2 Sep 2008 09:11:31 +0700 (NOVST) (envelope-from frol@mercury.riss-telecom.ru) Received: (from frol@localhost) by mercury.riss-telecom.ru (8.13.8/8.13.8/Submit) id m822BU7N088288; Tue, 2 Sep 2008 09:11:30 +0700 (NOVST) (envelope-from frol) Message-Id: <200809020211.m822BU7N088288@mercury.riss-telecom.ru> Date: Tue, 2 Sep 2008 09:11:30 +0700 (NOVST) From: Dmitry Frolov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127036: Update port: sysutils/ipmitool update to 1.8.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Frolov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 03:00:03 -0000 >Number: 127036 >Category: ports >Synopsis: Update port: sysutils/ipmitool update to 1.8.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 03:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Frolov >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: RISS-Telecom >Environment: System: FreeBSD *******.riss-telecom.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Mon Sep 25 18:02:20 NOVST 2006 root@*******.riss-telecom.ru:/usr/obj/usr/src/sys/MERCURY amd64 >Description: - Update to 1.8.10 - Respect NOPORTDOCS >How-To-Repeat: >Fix: diff -u -ruN /usr/ports/sysutils/ipmitool/Makefile ./Makefile --- /usr/ports/sysutils/ipmitool/Makefile Fri Aug 22 04:05:50 2008 +++ ./Makefile Tue Sep 2 09:06:35 2008 @@ -6,7 +6,7 @@ # PORTNAME= ipmitool -PORTVERSION= 1.8.9 +PORTVERSION= 1.8.10 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -47,19 +47,18 @@ .if defined(WITH_FREEIPMI) || \ (exists(${LOCALBASE}/include/freeipmi/freeipmi.h) && \ !defined(WITHOUT_FREEIPMI)) -# Support for FreeIPMI 0.4.x and 0.5.x API -EXTRA_PATCHES+= ${FILESDIR}/freeipmi-support.patch -USE_AUTOTOOLS+= autoconf:262 libtool:15 aclocal:19 automake:19 -# libtool15 installs it's aclocal macros into ${LOCALBASE}/share/aclocal -ACLOCAL_ARGS+= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal -# Make automake quiet about missing NEWS and ChangeLog files -AUTOMAKE_ARGS+= --foreign LIB_DEPENDS+= freeipmi:${PORTSDIR}/sysutils/freeipmi CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --enable-intf-free .else CONFIGURE_ARGS+= --disable-intf-free +.endif + +.if defined(NOPORTDOCS) +EXTRA_PATCHES+= ${FILESDIR}/extra-noportdocs.patch +.else +PORTDOCS= * .endif .include diff -u -ruN /usr/ports/sysutils/ipmitool/distinfo ./distinfo --- /usr/ports/sysutils/ipmitool/distinfo Wed Jul 25 15:51:57 2007 +++ ./distinfo Sat Aug 9 10:49:24 2008 @@ -1,3 +1,3 @@ -MD5 (ipmitool-1.8.9.tar.bz2) = af3d63b17a22744fb77b8c0ceb104b72 -SHA256 (ipmitool-1.8.9.tar.bz2) = 174e9ebacc9a63a0758a196532d1d1bc9ba8a3cb150fd66fbc50c5bc746a4845 -SIZE (ipmitool-1.8.9.tar.bz2) = 513004 +MD5 (ipmitool-1.8.10.tar.bz2) = ead658c27b21192c8fb3376a63963203 +SHA256 (ipmitool-1.8.10.tar.bz2) = 01e9b622d0a04159fb4072a63cfc8b23bc01b5afd2972287b437aafd3e4df5c9 +SIZE (ipmitool-1.8.10.tar.bz2) = 566266 diff -u -ruN /usr/ports/sysutils/ipmitool/files/extra-noportdocs.patch ./files/extra-noportdocs.patch --- /usr/ports/sysutils/ipmitool/files/extra-noportdocs.patch Thu Jan 1 07:00:00 1970 +++ ./files/extra-noportdocs.patch Sun Aug 10 11:13:14 2008 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Aug 8 04:33:51 2008 ++++ Makefile.in Sun Aug 10 11:12:54 2008 +@@ -688,8 +688,6 @@ + cp control/ipmitool.spec $(distdir) + + install-data-local: +- mkdir -p $(DESTDIR)$(DOCDIR) +- $(INSTALL_DATA) $(DOCLIST) $(DESTDIR)$(DOCDIR) + + uninstall-local: + -rm -rf $(DESTDIR)$(DOCDIR) diff -u -ruN /usr/ports/sysutils/ipmitool/files/freeipmi-support.patch ./files/freeipmi-support.patch --- /usr/ports/sysutils/ipmitool/files/freeipmi-support.patch Sat Dec 15 23:50:35 2007 +++ ./files/freeipmi-support.patch Thu Jan 1 07:00:00 1970 @@ -1,189 +0,0 @@ -diff -u -ruN ../ipmitool-1.8.9/configure.in ./configure.in ---- ../ipmitool-1.8.9/configure.in Wed Mar 7 04:15:35 2007 -+++ ./configure.in Sat Dec 15 19:22:10 2007 -@@ -239,7 +239,7 @@ - fi - if test "x$enable_intf_free" = "xyes"; then - dnl Determine if you got the right FreeIPMI version -- AC_MSG_CHECKING([for good libfreeipmi version]) -+ AC_MSG_CHECKING([for libfreeipmi version 0.3.0]) - AC_TRY_COMPILE([ - #include /* For size_t */ - #include /* For NULL */ -@@ -253,13 +253,65 @@ - 0, - NULL, - 0); -- ], ac_free_version_good=yes,ac_free_version_good=no) -- AC_MSG_RESULT($ac_free_version_good) -- if test "x$ac_free_version_good" = "xyes"; then -+ ], ac_free_version_0_3_0=yes,ac_free_version_0_3_0=no) -+ AC_MSG_RESULT($ac_free_version_0_3_0) -+ AC_MSG_CHECKING([for libfreeipmi version 0.4.0]) -+ AC_TRY_COMPILE([ -+#include /* For size_t */ -+#include /* For NULL */ -+#include -+#include -+ ], [ -+ ipmi_device_t dev = NULL; -+ int rv; -+ dev = ipmi_device_create(); -+ rv = ipmi_open_inband(dev, -+ IPMI_DEVICE_KCS, -+ 0, -+ 0, -+ 0, -+ NULL, -+ 0); -+ ], ac_free_version_0_4_0=yes,ac_free_version_0_4_0=no) -+ AC_MSG_RESULT($ac_free_version_0_4_0) -+ -+ AC_MSG_CHECKING([for libfreeipmi version 0.5.0]) -+ AC_TRY_COMPILE([ -+#include /* For size_t */ -+#include /* For NULL */ -+#include -+#include -+ ], [ -+ ipmi_device_t dev = NULL; -+ int rv; -+ dev = ipmi_device_create(); -+ rv = ipmi_open_inband(dev, -+ IPMI_DEVICE_KCS, -+ 0, -+ 0, -+ 0, -+ NULL, -+ 0, -+ 0); -+ ], ac_free_version_0_5_0=yes,ac_free_version_0_5_0=no) -+ AC_MSG_RESULT($ac_free_version_0_5_0) -+ -+ if test "x$ac_free_version_0_3_0" = "xyes" \ -+ || test "x$ac_free_version_0_4_0" = "xyes" \ -+ || test "x$ac_free_version_0_5_0" = "xyes"; then - AC_DEFINE(IPMI_INTF_FREE, [1], [Define to 1 to enable FreeIPMI interface.]) - AC_SUBST(INTF_FREE, [free]) - AC_SUBST(INTF_FREE_LIB, [libintf_free.la]) - IPMITOOL_INTF_LIB="$IPMITOOL_INTF_LIB free/libintf_free.la" -+ if test "x$ac_free_version_0_3_0" = "xyes"; then -+ AC_DEFINE(IPMI_INTF_FREE_VERSION_0_3_0, [1], [Define to 1 for FreeIPMI 0.3.0.]) -+ fi -+ if test "x$ac_free_version_0_4_0" = "xyes"; then -+ AC_DEFINE(IPMI_INTF_FREE_VERSION_0_4_0, [1], [Define to 1 for FreeIPMI 0.4.0.]) -+ fi -+ if test "x$ac_free_version_0_5_0" = "xyes"; then -+ AC_DEFINE(IPMI_INTF_FREE_VERSION_0_5_0, [1], [Define to 1 for FreeIPMI 0.5.0.]) -+ fi - else - enable_intf_free=no - fi -diff -u -ruN ../ipmitool-1.8.9/src/plugins/free/free.c ./src/plugins/free/free.c ---- ../ipmitool-1.8.9/src/plugins/free/free.c Fri Feb 23 00:17:46 2007 -+++ ./src/plugins/free/free.c Sat Dec 15 19:22:10 2007 -@@ -58,6 +58,7 @@ - return -1; - } - -+#if IPMI_INTF_FREE_VERSION_0_3_0 - if (!(dev = ipmi_open_inband (IPMI_DEVICE_KCS, - 0, - 0, -@@ -74,19 +75,80 @@ - goto cleanup; - } - } -+#elif IPMI_INTF_FREE_VERSION_0_4_0 -+ if (!(dev = ipmi_device_create())) { -+ perror("ipmi_open_inband()"); -+ goto cleanup; -+ } -+ if (ipmi_open_inband (dev, -+ IPMI_DEVICE_KCS, -+ 0, -+ 0, -+ 0, -+ NULL, -+ IPMI_FLAGS_DEFAULT) < 0) { -+ if (ipmi_open_inband (dev, -+ IPMI_DEVICE_SSIF, -+ 0, -+ 0, -+ 0, -+ NULL, -+ IPMI_FLAGS_DEFAULT) < 0) { -+ fprintf(stderr, -+ "ipmi_open_inband(): %s\n", -+ ipmi_device_strerror(ipmi_device_errnum(dev))); -+ goto cleanup; -+ } -+ } -+#elif IPMI_INTF_FREE_VERSION_0_5_0 -+ if (!(dev = ipmi_device_create())) { -+ perror("ipmi_open_inband()"); -+ goto cleanup; -+ } -+ if (ipmi_open_inband (dev, -+ IPMI_DEVICE_KCS, -+ 0, -+ 0, -+ 0, -+ NULL, -+ 0, -+ IPMI_FLAGS_DEFAULT) < 0) { -+ if (ipmi_open_inband (dev, -+ IPMI_DEVICE_SSIF, -+ 0, -+ 0, -+ 0, -+ NULL, -+ 0, -+ IPMI_FLAGS_DEFAULT) < 0) { -+ fprintf(stderr, -+ "ipmi_open_inband(): %s\n", -+ ipmi_device_strerror(ipmi_device_errnum(dev))); -+ goto cleanup; -+ } -+ } -+#endif - - intf->opened = 1; - return 0; - cleanup: -- if (dev) -+ if (dev) { - ipmi_close_device(dev); -+#if IPMI_INTF_FREE_VERSION_0_4_0 -+ ipmi_device_destroy(dev); -+#endif -+ } - return -1; - } - - static void ipmi_free_close(struct ipmi_intf * intf) - { -- if (dev) -+ if (dev) { - ipmi_close_device(dev); -+#if IPMI_INTF_FREE_VERSION_0_4_0 -+ ipmi_device_destroy(dev); -+#endif -+ } - intf->opened = 0; - } - -@@ -132,7 +194,13 @@ - req->msg.data_len + 1, - rs_buf, - rs_buf_len)) < 0) { -+#if IPMI_INTF_FREE_VERSION_0_3_0 - perror("ipmi_cmd_raw"); -+#elif IPMI_INTF_FREE_VERSION_0_4_0 -+ fprintf(stderr, -+ "ipmi_cmd_raw: %s\n", -+ ipmi_device_strerror(ipmi_device_errnum(dev))); -+#endif - return NULL; - } - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 03:00:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF9AE1065673 for ; Tue, 2 Sep 2008 03:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7309D8FC1F for ; Tue, 2 Sep 2008 03:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82305i2058253 for ; Tue, 2 Sep 2008 03:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82305if058252; Tue, 2 Sep 2008 03:00:05 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 03:00:05 GMT Message-Id: <200809020300.m82305if058252@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jeff Burchell Cc: Subject: Re: ports/126612: [UPDATE] news/nzbget X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeff Burchell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 03:00:05 -0000 The following reply was made to PR ports/126612; it has been noted by GNATS. From: Jeff Burchell To: bug-followup@FreeBSD.org, toxic@doobie.com Cc: Subject: Re: ports/126612: [UPDATE] news/nzbget Date: Mon, 01 Sep 2008 19:34:08 -0700 This patch is awaiting maintainer feedback, but in the meantime, the maintainer has abandoned the port. See the change from version 1.8 to 1.9 of the Makefile. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 04:13:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E33211065670; Tue, 2 Sep 2008 04:13:06 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B73448FC14; Tue, 2 Sep 2008 04:13:06 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m824D6Cw064190; Tue, 2 Sep 2008 04:13:06 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m824D69l064186; Tue, 2 Sep 2008 04:13:06 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 04:13:06 GMT Message-Id: <200809020413.m824D69l064186@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127036: Update port: sysutils/ipmitool update to 1.8.10 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, 02 Sep 2008 04:13:07 -0000 Synopsis: Update port: sysutils/ipmitool update to 1.8.10 Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Tue Sep 2 04:13:06 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127036 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 04:13:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B58831065671; Tue, 2 Sep 2008 04:13:10 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89E208FC08; Tue, 2 Sep 2008 04:13:10 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m824DA8B064259; Tue, 2 Sep 2008 04:13:10 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m824DAW7064255; Tue, 2 Sep 2008 04:13:10 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 04:13:10 GMT Message-Id: <200809020413.m824DAW7064255@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127035: Update port: sysutils/freeipmi update to 0.6.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: Tue, 02 Sep 2008 04:13:10 -0000 Synopsis: Update port: sysutils/freeipmi update to 0.6.6 Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Tue Sep 2 04:13:10 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127035 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 04:13:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7122A1065673; Tue, 2 Sep 2008 04:13:13 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 459488FC15; Tue, 2 Sep 2008 04:13:13 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m824DDVB064427; Tue, 2 Sep 2008 04:13:13 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m824DDnX064420; Tue, 2 Sep 2008 04:13:13 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 04:13:13 GMT Message-Id: <200809020413.m824DDnX064420@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127025: Update port: www/mod_wsgi Upgrade to 2.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, 02 Sep 2008 04:13:13 -0000 Synopsis: Update port: www/mod_wsgi Upgrade to 2.3 Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Tue Sep 2 04:13:12 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127025 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 04:13:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95F3C1065677; Tue, 2 Sep 2008 04:13:16 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A12F8FC18; Tue, 2 Sep 2008 04:13:16 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m824DGCM064731; Tue, 2 Sep 2008 04:13:16 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m824DFbQ064684; Tue, 2 Sep 2008 04:13:15 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 04:13:15 GMT Message-Id: <200809020413.m824DFbQ064684@freefall.freebsd.org> To: lewiz@compsoc.man.ac.uk, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/126612: [UPDATE] news/nzbget 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, 02 Sep 2008 04:13:16 -0000 Synopsis: [UPDATE] news/nzbget Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Tue Sep 2 04:13:15 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126612 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 06:00:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D914B106567A for ; Tue, 2 Sep 2008 06:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3DC18FC34 for ; Tue, 2 Sep 2008 06:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m826031C079573 for ; Tue, 2 Sep 2008 06:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82603fk079572; Tue, 2 Sep 2008 06:00:03 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 06:00:03 GMT Resent-Message-Id: <200809020600.m82603fk079572@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1DE3106566B for ; Tue, 2 Sep 2008 05:59:55 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9D08FC2F for ; Tue, 2 Sep 2008 05:59:55 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 00E102218A66; Tue, 2 Sep 2008 15:59:54 +1000 (EST) Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id B582521B4DC5 for ; Tue, 2 Sep 2008 15:59:54 +1000 (EST) Received: from k7.mavetju (ppp121-44-29-52.lns10.syd7.internode.on.net [121.44.29.52]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 5F0D52218A3E for ; Tue, 2 Sep 2008 15:59:54 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id A5AA9115; Tue, 2 Sep 2008 15:59:55 +1000 (EST) Message-Id: <20080902055955.A5AA9115@k7.mavetju> Date: Tue, 2 Sep 2008 15:59:55 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127038: [patch] mute www/apache22 apache22.sh script with regarding to sysctl call 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: Tue, 02 Sep 2008 06:00:03 -0000 >Number: 127038 >Category: ports >Synopsis: [patch] mute www/apache22 apache22.sh script with regarding to sysctl call >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 Sep 02 06:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin@k7.mavetju:/usr/src/sys/i386/compile/k7 i386 >Description: sysctl: unknown oid 'net.fibs' Starting apache22. getting this after the recent upgrading of apache Mavvie: the "2>&1" and "> /dev/null" should be swapped Mavvie: See http://lists.freebsd.org/pipermail/freebsd-questions/2003-October/022122.html >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/apache22/Makefile,v retrieving revision 1.222 diff -u -r1.222 Makefile --- Makefile 31 Aug 2008 23:00:27 -0000 1.222 +++ Makefile 2 Sep 2008 05:58:50 -0000 @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} Index: files/apache22.sh.in =================================================================== RCS file: /home/pcvs/ports/www/apache22/files/apache22.sh.in,v retrieving revision 1.6 diff -u -r1.6 apache22.sh.in --- files/apache22.sh.in 31 Aug 2008 23:00:27 -0000 1.6 +++ files/apache22.sh.in 2 Sep 2008 05:58:51 -0000 @@ -54,7 +54,7 @@ retcode=0 if checkyesno apache22_http_accept_enable then - /sbin/kldstat -v | grep accf_http 2>&1 > /dev/null + /sbin/kldstat -v | grep accf_http >/dev/null 2>&1 retcode=${?} if [ ${retcode} -ne 0 ] then @@ -177,7 +177,7 @@ } apache22_checkfib () { - sysctl net.fibs 2>&1 > /dev/null + sysctl net.fibs >/dev/null 2>&1 ret=$? [ $ret -gt 0 ] && return 0 if [ "x$apache22_fib" != "xNO" ] >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 06:00:21 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78AE2106567E; Tue, 2 Sep 2008 06:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBDD8FC0C; Tue, 2 Sep 2008 06:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8260LaS079734; Tue, 2 Sep 2008 06:00:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8260L1u079730; Tue, 2 Sep 2008 06:00:21 GMT (envelope-from edwin) Date: Tue, 2 Sep 2008 06:00:21 GMT Message-Id: <200809020600.m8260L1u079730@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clement@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127038: [patch] mute www/apache22 apache22.sh script with regarding to sysctl call 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, 02 Sep 2008 06:00:21 -0000 Synopsis: [patch] mute www/apache22 apache22.sh script with regarding to sysctl call Responsible-Changed-From-To: freebsd-ports-bugs->clement Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 2 06:00:20 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127038 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 07:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B568106564A for ; Tue, 2 Sep 2008 07:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E975D8FC18 for ; Tue, 2 Sep 2008 07:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m827e35w016158 for ; Tue, 2 Sep 2008 07:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m827e3o2016157; Tue, 2 Sep 2008 07:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 07:40:03 GMT Resent-Message-Id: <200809020740.m827e3o2016157@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C9D1065679 for ; Tue, 2 Sep 2008 07:33:01 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id F1F998FC1B for ; Tue, 2 Sep 2008 07:33:00 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 02 Sep 2008 07:32:58 -0000 Received: from g227183143.adsl.alicedsl.de (EHLO m2a2.dyndns.org) [92.227.183.143] by mail.gmx.net (mp004) with SMTP; 02 Sep 2008 09:32:58 +0200 Received: by merlin.emma.line.org (Postfix, from userid 500) id 0EDBACA7C; Tue, 2 Sep 2008 09:32:57 +0200 (CEST) Message-Id: <20080902073257.0EDBACA7C@merlin.emma.line.org> Date: Tue, 2 Sep 2008 09:32:57 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127039: [NEW PORT] mail/bogofilter-tc: Fast, teachable, learning spam detector 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, 02 Sep 2008 07:40:04 -0000 >Number: 127039 >Category: ports >Synopsis: [NEW PORT] mail/bogofilter-tc: Fast, teachable, learning spam detector >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 Sep 02 07:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD merlin.emma.line.org 6.3-STABLE FreeBSD 6.3-STABLE #36: Tue Jul 29 11:16:09 CEST 2008 >Description: This is a new sibling port of bogofilter's, using tokyocabinet as database. Adjust CONFLICTS of pre-existing bogofilter ports. The fix below contains patches to three ports and a shar with the new port. Courtesy of and Submitted by: Zach Thompson Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: diff -ur /usr/ports/mail/bogofilter/Makefile bogofilter/Makefile --- /usr/ports/mail/bogofilter/Makefile 2008-08-21 08:17:32.000000000 +0200 +++ bogofilter/Makefile 2008-09-02 09:19:17.000000000 +0200 @@ -21,7 +21,7 @@ OPTIONS= GSL "Link with system-wide GSL dynamically (recommended)" on OPTIONS+= UNICODE "Normalize tokens to Unicode (UTF-8)" on -CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* USE_BZIP2= yes USE_PERL5_RUN= yes diff -ur /usr/ports/mail/bogofilter-qdbm/Makefile bogofilter-qdbm/Makefile --- /usr/ports/mail/bogofilter-qdbm/Makefile 2007-01-15 16:10:17.000000000 +0100 +++ bogofilter-qdbm/Makefile 2008-09-02 09:19:21.000000000 +0200 @@ -14,7 +14,7 @@ LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm -CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* +CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* bogofilter-tc-[0-9]* CONFIGURE_ARGS= --with-database=qdbm BF_CPPFLAGS= -I${LOCALBASE}/include diff -ur /usr/ports/mail/bogofilter-sqlite/Makefile bogofilter-sqlite/Makefile --- /usr/ports/mail/bogofilter-sqlite/Makefile 2005-10-24 16:25:38.000000000 +0200 +++ bogofilter-sqlite/Makefile 2008-09-02 09:19:23.000000000 +0200 @@ -13,7 +13,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* CONFIGURE_ARGS= --with-database=sqlite BF_CPPFLAGS= -I${LOCALBASE}/include --- bogofilter-tc-1.1.7.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: # # bogofilter-tc # bogofilter-tc/Makefile # echo c - bogofilter-tc mkdir -p bogofilter-tc > /dev/null 2>&1 echo x - bogofilter-tc/Makefile sed 's/^X//' >bogofilter-tc/Makefile << 'e55992d19ad66e3929bdc70eab600f1d' X# New ports collection makefile for: bogofilter-tc X# Date created: 2008-08-29 X# Whom: Zach Thompson X# X# $FreeBSD$ X# X XPORTNAME= bogofilter XCATEGORIES= mail XPKGNAMESUFFIX= -tc X XMAINTAINER= matthias.andree@gmx.de X# Blanket approval for changes by Zach Thompson (address above) X XLIB_DEPENDS= tokyocabinet.4:${PORTSDIR}/databases/tokyocabinet X XCONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* X XCONFIGURE_ARGS= --with-database=tokyocabinet XBF_CPPFLAGS= -I${LOCALBASE}/include XBF_LIBS= XDESCR= ${PKGDIR}/pkg-descr X XMASTERDIR= ${.CURDIR}/../bogofilter X X.include "${MASTERDIR}/Makefile" e55992d19ad66e3929bdc70eab600f1d exit --- bogofilter-tc-1.1.7.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 07:44:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C5E7106567C; Tue, 2 Sep 2008 07:44:11 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FEB98FC14; Tue, 2 Sep 2008 07:44:11 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m827iBcW016445; Tue, 2 Sep 2008 07:44:11 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m827iBV9016441; Tue, 2 Sep 2008 07:44:11 GMT (envelope-from clement) Date: Tue, 2 Sep 2008 07:44:11 GMT Message-Id: <200809020744.m827iBV9016441@freefall.freebsd.org> To: clement@FreeBSD.org, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: clement@FreeBSD.org Cc: Subject: Re: ports/114945: [request] Protect mail/ssmtp configuration 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: Tue, 02 Sep 2008 07:44:11 -0000 Synopsis: [request] Protect mail/ssmtp configuration files Responsible-Changed-From-To: clement->freebsd-ports-bugs Responsible-Changed-By: clement Responsible-Changed-When: Tue Sep 2 07:42:01 UTC 2008 Responsible-Changed-Why: I dopped maintainership. http://www.freebsd.org/cgi/query-pr.cgi?pr=114945 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 07:45:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2BA1065670; Tue, 2 Sep 2008 07:45:12 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F31318FC1A; Tue, 2 Sep 2008 07:45:11 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (jadawin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m827jBrQ016560; Tue, 2 Sep 2008 07:45:11 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m827jBWo016556; Tue, 2 Sep 2008 07:45:11 GMT (envelope-from jadawin) Date: Tue, 2 Sep 2008 07:45:11 GMT Message-Id: <200809020745.m827jBWo016556@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Cc: Subject: Re: ports/126964: [UPDATE] patch for sysutils/ataidle to bring it to version 2.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: Tue, 02 Sep 2008 07:45:12 -0000 Synopsis: [UPDATE] patch for sysutils/ataidle to bring it to version 2.4 Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Tue Sep 2 07:45:11 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126964 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 07:45:50 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FEFD106567A; Tue, 2 Sep 2008 07:45:50 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC7C8FC1D; Tue, 2 Sep 2008 07:45:50 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m827jn5d016594; Tue, 2 Sep 2008 07:45:49 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m827jn7p016590; Tue, 2 Sep 2008 07:45:49 GMT (envelope-from clement) Date: Tue, 2 Sep 2008 07:45:49 GMT Message-Id: <200809020745.m827jn7p016590@freefall.freebsd.org> To: clement@FreeBSD.org, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: clement@FreeBSD.org Cc: Subject: Re: ports/79651: [patch] mail/ssmtp: add per-user smtp authentication config 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, 02 Sep 2008 07:45:50 -0000 Synopsis: [patch] mail/ssmtp: add per-user smtp authentication config Responsible-Changed-From-To: clement->freebsd-ports-bugs Responsible-Changed-By: clement Responsible-Changed-When: Tue Sep 2 07:45:08 UTC 2008 Responsible-Changed-Why: Maintainership dropped. http://www.freebsd.org/cgi/query-pr.cgi?pr=79651 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 07:46:57 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 219EB1065671; Tue, 2 Sep 2008 07:46:57 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E91EF8FC13; Tue, 2 Sep 2008 07:46:56 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m827kuuk016668; Tue, 2 Sep 2008 07:46:56 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m827kuuN016664; Tue, 2 Sep 2008 07:46:56 GMT (envelope-from clement) Date: Tue, 2 Sep 2008 07:46:56 GMT Message-Id: <200809020746.m827kuuN016664@freefall.freebsd.org> To: clement@FreeBSD.org, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: clement@FreeBSD.org Cc: Subject: Re: ports/114929: [request] Man pages for sSMTP (mail/ssmtp) config 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: Tue, 02 Sep 2008 07:46:57 -0000 Synopsis: [request] Man pages for sSMTP (mail/ssmtp) config files Responsible-Changed-From-To: clement->freebsd-ports-bugs Responsible-Changed-By: clement Responsible-Changed-When: Tue Sep 2 07:46:10 UTC 2008 Responsible-Changed-Why: Maintainership dropped http://www.freebsd.org/cgi/query-pr.cgi?pr=114929 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 10:00:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A77106569C for ; Tue, 2 Sep 2008 10:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1EFE8FC2C for ; Tue, 2 Sep 2008 10:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82A040Q027361 for ; Tue, 2 Sep 2008 10:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82A04XK027360; Tue, 2 Sep 2008 10:00:04 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 10:00:04 GMT Resent-Message-Id: <200809021000.m82A04XK027360@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takefu Kenji Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91881106568F for ; Tue, 2 Sep 2008 09:57:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDF28FC28 for ; Tue, 2 Sep 2008 09:57:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m829vupB049184 for ; Tue, 2 Sep 2008 09:57:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m829vuiX049183; Tue, 2 Sep 2008 09:57:56 GMT (envelope-from nobody) Message-Id: <200809020957.m829vuiX049183@www.freebsd.org> Date: Tue, 2 Sep 2008 09:57:56 GMT From: Takefu Kenji To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127041: Update port: japanese/p5-Jcode to 2.07 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, 02 Sep 2008 10:00:07 -0000 >Number: 127041 >Category: ports >Synopsis: Update port: japanese/p5-Jcode to 2.07 >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 Sep 02 10:00:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Takefu Kenji >Release: FreeBSD 7.0-RELEASE-p3 >Organization: FOX Amateur Radio Club >Environment: >Description: --- /usr/ports/japanese/p5-Jcode/Makefile 2008-04-23 13:50:10.000000000 +0900 +++ p5-Jcode/Makefile 2008-09-02 17:23:10.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= Jcode -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= japanese perl5 MASTER_SITES= CPAN --- /usr/ports/japanese/p5-Jcode/distinfo 2006-11-02 16:42:49.000000000 +0900 +++ p5-Jcode/distinfo 2008-09-02 17:24:16.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (Jcode-2.06.tar.gz) = 56d787a94cbb557d8b21d10972befd94 -SHA256 (Jcode-2.06.tar.gz) = 7d8d9b4cbcde2c30366fb72b5dcbdd3688e94323b6c510e07c1c0f0aa177ae9f -SIZE (Jcode-2.06.tar.gz) = 350545 +MD5 (Jcode-2.07.tar.gz) = f6c52253ff69a44c38a9183c469f6eb0 +SHA256 (Jcode-2.07.tar.gz) = ed1ce473ec869089e52016cfc8355165ebc37be9694ba4e829c7eb4ba1c45f8d +SIZE (Jcode-2.07.tar.gz) = 350179 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 10:00:25 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01B64106567E; Tue, 2 Sep 2008 10:00:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C96948FC17; Tue, 2 Sep 2008 10:00:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82A0OAj027486; Tue, 2 Sep 2008 10:00:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82A0OVh027482; Tue, 2 Sep 2008 10:00:24 GMT (envelope-from edwin) Date: Tue, 2 Sep 2008 10:00:24 GMT Message-Id: <200809021000.m82A0OVh027482@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127041: Update port: japanese/p5-Jcode to 2.07 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, 02 Sep 2008 10:00:25 -0000 Synopsis: Update port: japanese/p5-Jcode to 2.07 Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 2 10:00:24 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127041 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 11:20:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688F21065672 for ; Tue, 2 Sep 2008 11:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 432548FC14 for ; Tue, 2 Sep 2008 11:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82BK20u036720 for ; Tue, 2 Sep 2008 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82BK2W7036719; Tue, 2 Sep 2008 11:20:02 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 11:20:02 GMT Resent-Message-Id: <200809021120.m82BK2W7036719@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C05A41065673 for ; Tue, 2 Sep 2008 11:19:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ACB348FC30 for ; Tue, 2 Sep 2008 11:19:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m82BJ06A082127 for ; Tue, 2 Sep 2008 11:19:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m82BJ0cY082113; Tue, 2 Sep 2008 11:19:00 GMT (envelope-from nobody) Message-Id: <200809021119.m82BJ0cY082113@www.freebsd.org> Date: Tue, 2 Sep 2008 11:19:00 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha 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, 02 Sep 2008 11:20:07 -0000 >Number: 127043 >Category: ports >Synopsis: [PATCH]security/tor-devel: update to 0.2.1.5-alpha >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 11:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: See the relevant portion of https://www.torproject.org/svn/trunk/ChangeLog . >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN tor-devel.orig/Makefile tor-devel/Makefile --- tor-devel.orig/Makefile 2008-09-02 05:52:55.461146046 -0400 +++ tor-devel/Makefile 2008-09-02 07:00:48.813756224 -0400 @@ -6,9 +6,8 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.4-alpha -PORTREVISION= 1 -CATEGORIES= security net +DISTVERSION= 0.2.1.5-alpha +CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ http://tor.depthstrike.com/dist/ \ @@ -121,7 +120,7 @@ ${CHOWN} _tor:_tor /var/db/tor ${CAT} ${PKGMESSAGE} -regression-test: +regression-test: build @( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check ) diff -ruN tor-devel.orig/distinfo tor-devel/distinfo --- tor-devel.orig/distinfo 2008-09-02 05:52:55.461146046 -0400 +++ tor-devel/distinfo 2008-09-02 07:00:48.813756224 -0400 @@ -1,3 +1,3 @@ -MD5 (tor-0.2.1.4-alpha.tar.gz) = 15f35f29102064ac6ff8fe1414f75aa5 -SHA256 (tor-0.2.1.4-alpha.tar.gz) = 505bf30a9d4e0e9e294ca10aef597fa1549159147bc6bb99d2bba1b113e496f6 -SIZE (tor-0.2.1.4-alpha.tar.gz) = 2237988 +MD5 (tor-0.2.1.5-alpha.tar.gz) = a490a534ef08257cf5c2f9f435182f92 +SHA256 (tor-0.2.1.5-alpha.tar.gz) = 3b631a81cd4e6db331dcc644761d0eea9684cb3350641c3d84c1574ce615efe4 +SIZE (tor-0.2.1.5-alpha.tar.gz) = 2245787 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 11:20:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDCC8106567A; Tue, 2 Sep 2008 11:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B15398FC12; Tue, 2 Sep 2008 11:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82BKG7d036894; Tue, 2 Sep 2008 11:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82BKG1v036890; Tue, 2 Sep 2008 11:20:16 GMT (envelope-from edwin) Date: Tue, 2 Sep 2008 11:20:16 GMT Message-Id: <200809021120.m82BKG1v036890@freefall.freebsd.org> To: bf2006a@yahoo.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha 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, 02 Sep 2008 11:20:17 -0000 Synopsis: [PATCH]security/tor-devel: update to 0.2.1.5-alpha State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Sep 2 11:20:16 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127043 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 11:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E676910656C3 for ; Tue, 2 Sep 2008 11:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1AB18FC8E for ; Tue, 2 Sep 2008 11:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82BU4eb037372 for ; Tue, 2 Sep 2008 11:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82BU4BD037367; Tue, 2 Sep 2008 11:30:04 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 11:30:04 GMT Message-Id: <200809021130.m82BU4BD037367@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha 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: Tue, 02 Sep 2008 11:30:05 -0000 The following reply was made to PR ports/127043; it has been noted by GNATS. From: Edwin Groothuis To: peter.thoenen@yahoo.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha Date: Tue, 2 Sep 2008 11:20:15 UT Maintainer of security/tor-devel, Please note that PR ports/127043 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127043 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 12:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF565106568C for ; Tue, 2 Sep 2008 12:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C16EC8FC53 for ; Tue, 2 Sep 2008 12:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82CK3gh042175 for ; Tue, 2 Sep 2008 12:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82CK3oI042174; Tue, 2 Sep 2008 12:20:03 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 12:20:03 GMT Message-Id: <200809021220.m82CK3oI042174@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hirohisa Yamaguchi Cc: Subject: Re: ports/127031: [new port] databases/q4m X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hirohisa Yamaguchi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 12:20:04 -0000 The following reply was made to PR ports/127031; it has been noted by GNATS. From: Hirohisa Yamaguchi To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/127031: [new port] databases/q4m Date: Tue, 02 Sep 2008 21:08:18 +0900 the same program databases/mysql-q4m has been committed by knu@ http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/mysql-q4m please close this pr. Regards, -- Hirohisa Yamaguchi umq@ueo.co.jp From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 13:00:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24CD3106566C for ; Tue, 2 Sep 2008 13:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E32D88FC25 for ; Tue, 2 Sep 2008 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82D03ch045473 for ; Tue, 2 Sep 2008 13:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82D03HD045472; Tue, 2 Sep 2008 13:00:03 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 13:00:03 GMT Message-Id: <200809021300.m82D03HD045472@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Peter Thoenen Cc: Subject: Re: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Thoenen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 13:00:04 -0000 The following reply was made to PR ports/127043; it has been noted by GNATS. From: Peter Thoenen To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha Date: Tue, 2 Sep 2008 05:57:17 -0700 (PDT) Approved From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 13:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6370106567D for ; Tue, 2 Sep 2008 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99D8D8FC22 for ; Tue, 2 Sep 2008 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82DK3aR047544 for ; Tue, 2 Sep 2008 13:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82DK3tm047543; Tue, 2 Sep 2008 13:20:03 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 13:20:03 GMT Message-Id: <200809021320.m82DK3tm047543@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Phillip N." Cc: Subject: Re: ports/127033: net/rabbitmq port install glitches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Phillip N." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 13:20:03 -0000 The following reply was made to PR ports/127033; it has been noted by GNATS. From: "Phillip N." To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/127033: net/rabbitmq port install glitches Date: Tue, 02 Sep 2008 09:13:53 -0400 I was about to send a very similar update. Looks good, thanks! From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 14:05:17 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78C7D106567C; Tue, 2 Sep 2008 14:05:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0C78FC21; Tue, 2 Sep 2008 14:05:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82E5HAZ051209; Tue, 2 Sep 2008 14:05:17 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82E5Hu8051205; Tue, 2 Sep 2008 14:05:17 GMT (envelope-from miwi) Date: Tue, 2 Sep 2008 14:05:17 GMT Message-Id: <200809021405.m82E5Hu8051205@freefall.freebsd.org> To: peter.thoenen@yahoo.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127043: [PATCH]security/tor-devel: update to 0.2.1.5-alpha 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, 02 Sep 2008 14:05:17 -0000 Synopsis: [PATCH]security/tor-devel: update to 0.2.1.5-alpha Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Tue Sep 2 14:05:16 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127043 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 14:20:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADB331065670; Tue, 2 Sep 2008 14:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 82E828FC1E; Tue, 2 Sep 2008 14:20:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82EKKQr053211; Tue, 2 Sep 2008 14:20:20 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82EKK1J053207; Tue, 2 Sep 2008 14:20:20 GMT (envelope-from amdmi3) Date: Tue, 2 Sep 2008 14:20:20 GMT Message-Id: <200809021420.m82EKK1J053207@freefall.freebsd.org> To: janos.mohacsi@bsd.hu, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126852: [PATCH] Fix build of net-mgmt/nfsen with rrdtool 1.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, 02 Sep 2008 14:20:20 -0000 Synopsis: [PATCH] Fix build of net-mgmt/nfsen with rrdtool 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Tue Sep 2 14:20:19 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126852 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 15:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35B9810656BF for ; Tue, 2 Sep 2008 15:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13CA18FC39 for ; Tue, 2 Sep 2008 15:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82FA1aG056797 for ; Tue, 2 Sep 2008 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82FA1m4056796; Tue, 2 Sep 2008 15:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 15:10:01 GMT Resent-Message-Id: <200809021510.m82FA1m4056796@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AECF106564A for ; Tue, 2 Sep 2008 15:02:00 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 558548FC2F for ; Tue, 2 Sep 2008 15:01:59 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id B54D4B822; Tue, 2 Sep 2008 23:07:00 +0800 (CST) Message-Id: <20080902150700.B54D4B822@chinsan.info> Date: Tue, 2 Sep 2008 23:07:00 +0800 (CST) From: Chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nick@foobar.org Subject: ports/127046: repocopy www/tinymce -> www/tinymce3 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: Tue, 02 Sep 2008 15:10:03 -0000 >Number: 127046 >Category: ports >Synopsis: repocopy www/tinymce -> www/tinymce3 >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 Sep 02 15:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 root@chinsan.info:/usr/obj/usr/src/sys/DNA i386 >Description: Please repocopy www/tinymce -> www/tinymce3 as maintainer's wish on ports/126981 via ports-bugs@ mailing list http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2008-September/149100.html >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 15:10:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 803D2106566B; Tue, 2 Sep 2008 15:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57C698FC25; Tue, 2 Sep 2008 15:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82FADJD056940; Tue, 2 Sep 2008 15:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82FADsw056936; Tue, 2 Sep 2008 15:10:13 GMT (envelope-from edwin) Date: Tue, 2 Sep 2008 15:10:13 GMT Message-Id: <200809021510.m82FADsw056936@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127046: repocopy www/tinymce -> www/tinymce3 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, 02 Sep 2008 15:10:13 -0000 Synopsis: repocopy www/tinymce -> www/tinymce3 Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 2 15:10:12 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127046 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 15:43:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 240BD1065696 for ; Tue, 2 Sep 2008 15:43:20 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id D32348FC1F for ; Tue, 2 Sep 2008 15:43:19 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1KaXk4-0006zz-Uq; Tue, 02 Sep 2008 19:24:29 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 87AB3B932; Tue, 2 Sep 2008 19:23:51 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 3D0441702F; Tue, 2 Sep 2008 19:24:30 +0400 (MSD) Date: Tue, 2 Sep 2008 19:24:30 +0400 From: Dmitry Marakasov To: stsp@stsp.in-berlin.de, freebsd-ports-bugs@FreeBSD.org Message-ID: <20080902152430.GC76721@hades.panopticon> References: <200809011520.m81FKCvr095732@freefall.freebsd.org> <20080902152243.GB76721@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20080902152243.GB76721@hades.panopticon> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: ports/126985: [Update] emulators/desmume updated to 0.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: Tue, 02 Sep 2008 15:43:20 -0000 * Dmitry Marakasov (amdmi3@hades.panopticon) wrote: > > Synopsis: [Update] emulators/desmume updated to 0.8 > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=126985 > > I've improved a patch, as port was kinda mess before. Oops, sorry, my finger slipped. Gotta send it to the new maintainer. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 15:51:28 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD1FE106566C for ; Tue, 2 Sep 2008 15:51:28 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 362B78FC1D for ; Tue, 2 Sep 2008 15:51:27 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1KaXiM-0006ic-QB; Tue, 02 Sep 2008 19:22:42 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 17693B930; Tue, 2 Sep 2008 19:22:05 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 822961702F; Tue, 2 Sep 2008 19:22:43 +0400 (MSD) Date: Tue, 2 Sep 2008 19:22:43 +0400 From: Dmitry Marakasov To: stsp@stsp.in-berlin.de, freebsd-ports-bugs@FreeBSD.org Message-ID: <20080902152243.GB76721@hades.panopticon> References: <200809011520.m81FKCvr095732@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <200809011520.m81FKCvr095732@freefall.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: ports/126985: [Update] emulators/desmume updated to 0.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: Tue, 02 Sep 2008 15:51:28 -0000 > Synopsis: [Update] emulators/desmume updated to 0.8 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=126985 I've improved a patch, as port was kinda mess before. Changes: * Resort stuff in more usual manner * Add missing dependency * Remove unneeded stuff (PORTREVISION=0, CONFIGURE_TARGET) * Convert patches to REINPLACE_CMD; this is much cleaner * Use pkg-plist; putting so much stuff into PLIST_FILES isn't what it was intended for * Install locales into share/locale, not lib/locale (I still need to test if this works) What do you think? --- desmume.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/desmume/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 21 Aug 2008 06:16:57 -0000 1.6 +++ Makefile 2 Sep 2008 15:18:09 -0000 @@ -2,25 +2,31 @@ # Date created: Wed 7 Feb 2007 21:46:15 CET # Whom: Stefan Sperling # -# $FreeBSD: ports/emulators/desmume/Makefile,v 1.6 2008/08/21 06:16:57 rafan Exp $ +# $FreeBSD: ports/emulators/desmume/Makefile,v 1.5 2008/06/06 13:26:59 edwin Exp $ # PORTNAME= desmume -PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTVERSION= 0.8 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= stsp@stsp.in-berlin.de +MAINTAINER= llc2w@virginia.edu COMMENT= Nintendo DS emulator +LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext + USE_SDL= sdl USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_GNOME= gtk20 libglade2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share -PLIST_FILES= bin/desmume-glade bin/desmume bin/desmume-cli +USE_AUTOTOOLS= aclocal:19 autoconf:262 +ACLOCAL_ARGS= +AUTOCONF_ARGS= + +CFLAGS+= -I${LOCALBASE}/include -DGTKGLEXT_AVAILABLE -DHAVE_LIBGDKGLEXT_X11_1_0 \ + -DHAVE_GL_GL_H -DHAVE_GL_GLU_H .include @@ -28,4 +34,9 @@ BROKEN= Does not compile on ia64 .endif +post-patch: + @${REINPLACE_CMD} -e 's|@MKDIR_P@|${MKDIR}|' ${WRKSRC}/src/cli/Makefile.in \ + ${WRKSRC}/src/gtk/Makefile.in ${WRKSRC}/src/gtk-glade/Makefile.in + @${REINPLACE_CMD} -e 's|../MMU.h|../&|' ${WRKSRC}/src/gtk/tools/ioregsView.c + .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/desmume/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 12 Feb 2007 08:37:15 -0000 1.1 +++ distinfo 2 Sep 2008 15:18:09 -0000 @@ -1,3 +1,3 @@ -MD5 (desmume-0.6.0.tar.gz) = 48f192b8839affc03b2b28e5eb509984 -SHA256 (desmume-0.6.0.tar.gz) = 61dd71c6dd58dffbff45b4af54ba4d81fb46d749aae0894895828a4517c288ef -SIZE (desmume-0.6.0.tar.gz) = 359041 +MD5 (desmume-0.8.tar.gz) = d8bf49dfd8d571af3a16be105c70dfda +SHA256 (desmume-0.8.tar.gz) = df874af3da82ad453a9e095b9a51bbc864ada211566a6184af6e0f483d447e8a +SIZE (desmume-0.8.tar.gz) = 690259 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 2 Sep 2008 15:18:09 -0000 @@ -0,0 +1,14 @@ +bin/desmume +bin/desmume-cli +bin/desmume-glade +share/applications/desmume-glade.desktop +share/applications/desmume.desktop +%%DATADIR%%/glade/DeSmuME.xpm +%%DATADIR%%/glade/DeSmuMe.glade +%%DATADIR%%/glade/DeSmuMe_Dtools.glade +share/locale/fr/LC_MESSAGES/desmume.mo +share/locale/pt_BR/LC_MESSAGES/desmume.mo +share/pixmaps/DeSmuME.xpm +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% +@dirrmtry share/applications --- desmume.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 16:26:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D791F106568E; Tue, 2 Sep 2008 16:26:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0B3B8FC1F; Tue, 2 Sep 2008 16:26:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82GQBLu064465; Tue, 2 Sep 2008 16:26:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82GQBhC064461; Tue, 2 Sep 2008 16:26:11 GMT (envelope-from linimon) Date: Tue, 2 Sep 2008 16:26:11 GMT Message-Id: <200809021626.m82GQBhC064461@freefall.freebsd.org> To: umq@ueo.co.jp, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/127031: [new port] databases/q4m 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, 02 Sep 2008 16:26:11 -0000 Synopsis: [new port] databases/q4m State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Sep 2 16:26:00 UTC 2008 State-Changed-Why: Port already committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=127031 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 16:26:51 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01B0A1065670; Tue, 2 Sep 2008 16:26:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE55F8FC1F; Tue, 2 Sep 2008 16:26:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82GQodY064515; Tue, 2 Sep 2008 16:26:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82GQoHW064511; Tue, 2 Sep 2008 16:26:50 GMT (envelope-from linimon) Date: Tue, 2 Sep 2008 16:26:50 GMT Message-Id: <200809021626.m82GQoHW064511@freefall.freebsd.org> To: pneumann@gmail.com, bp@barryp.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/127033: net/rabbitmq port install glitches 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, 02 Sep 2008 16:26:51 -0000 Synopsis: net/rabbitmq port install glitches State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Sep 2 16:26:45 UTC 2008 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=127033 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 17:00:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 725551065676 for ; Tue, 2 Sep 2008 17:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 346AA8FC2E for ; Tue, 2 Sep 2008 17:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82H02jv067322 for ; Tue, 2 Sep 2008 17:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82H02Ig067321; Tue, 2 Sep 2008 17:00:02 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 17:00:02 GMT Resent-Message-Id: <200809021700.m82H02Ig067321@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Beckman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2AE1065683 for ; Tue, 2 Sep 2008 16:53:51 +0000 (UTC) (envelope-from beckman@angryox.com) Received: from nog.angryox.com (nog.angryox.com [70.164.19.87]) by mx1.freebsd.org (Postfix) with ESMTP id 351CD8FC0C for ; Tue, 2 Sep 2008 16:53:51 +0000 (UTC) (envelope-from beckman@angryox.com) Received: by nog.angryox.com (Postfix, from userid 1001) id E469F2C3AC3; Tue, 2 Sep 2008 16:36:18 +0000 (UTC) Message-Id: <20080902163618.E469F2C3AC3@nog.angryox.com> Date: Tue, 2 Sep 2008 16:36:18 +0000 (UTC) From: Peter Beckman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127047: UPDATE: sysutils/apcupsd: OPTIONS Only NIS client builds/installs full package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Beckman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 17:00:02 -0000 >Number: 127047 >Category: ports >Synopsis: UPDATE: sysutils/apcupsd: OPTIONS Only NIS client builds/installs full package >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 17:00:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Peter Beckman >Release: FreeBSD 6.2-RELEASE-p5 amd64 >Organization: AngryOx Industries >Environment: System: FreeBSD nog.angryox.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Sat Jun 23 02:31:51 UTC 2007 root@nog.purplecow.com:/usr/obj/usr/src/sys/NOG amd64 >Description: Port does not respect OPTIONS flags. Set CLIENT_ONLY flag, but still compiled and installed the daemon, drivers and everything. NIS Only for example should only install the apcaccess file, but the entire package is installed anyway. use of bsd.port.options.mk should not be used in 6.2, or a hack should be put in place to update it so no errors arise. It is possible that the use of 6.2 causes this port to fail. If so, there should be a warning or a workaround. >How-To-Repeat: make config choose CLIENT_ONLY flag and no other flags make make install >Fix: Should use PLIST_FILES or TMPPLIST to generate package list on the fly (I think) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 17:00:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F5891065677; Tue, 2 Sep 2008 17:00:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4518FC2D; Tue, 2 Sep 2008 17:00:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82H0JxG067509; Tue, 2 Sep 2008 17:00:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82H0Jgp067505; Tue, 2 Sep 2008 17:00:19 GMT (envelope-from edwin) Date: Tue, 2 Sep 2008 17:00:19 GMT Message-Id: <200809021700.m82H0Jgp067505@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127047: UPDATE: sysutils/apcupsd: OPTIONS Only NIS client builds/installs full package 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, 02 Sep 2008 17:00:19 -0000 Synopsis: UPDATE: sysutils/apcupsd: OPTIONS Only NIS client builds/installs full package Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 2 17:00:18 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127047 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 17:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4A31065673 for ; Tue, 2 Sep 2008 17:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 018028FC19 for ; Tue, 2 Sep 2008 17:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82He3dH072302 for ; Tue, 2 Sep 2008 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82He3QK072298; Tue, 2 Sep 2008 17:40:03 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 17:40:03 GMT Message-Id: <200809021740.m82He3QK072298@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Felippe de Meirelles Motta Cc: Subject: Re: ports/125086: math/r - R-2.6.1_2 missing files or incorrect +CONTENTS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Felippe de Meirelles Motta List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 17:40:04 -0000 The following reply was made to PR ports/125086; it has been noted by GNATS. From: Felippe de Meirelles Motta To: bug-followup@FreeBSD.org, markd@kermodei.com Cc: Subject: Re: ports/125086: math/r - R-2.6.1_2 missing files or incorrect +CONTENTS Date: Tue, 2 Sep 2008 14:31:25 -0300 --Sig_/LwGD6xdeEd+EBGG3ZG6tjLD Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Mark, You probably does not have this issue anymore, since this port was updated to 2.7.1 at 29 Jul 2008. Can you please feedback us about it ? Thank you! --=20 lippe@FreeBSD.org Felippe de Meirelles Motta --Sig_/LwGD6xdeEd+EBGG3ZG6tjLD Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAki9eHAACgkQIxuvIPLPfa7mYgCfUiltw4q0yk4nRZrqrwqRNkl7 BeQAnRlPyJdMmdeuj0QwZ3flnE2v5KE8 =3T/r -----END PGP SIGNATURE----- --Sig_/LwGD6xdeEd+EBGG3ZG6tjLD-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 18:14:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E9ED1065673; Tue, 2 Sep 2008 18:14:20 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 075CC8FC20; Tue, 2 Sep 2008 18:14:20 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82IEJFQ075059; Tue, 2 Sep 2008 18:14:19 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82IEJwg075055; Tue, 2 Sep 2008 18:14:19 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 18:14:19 GMT Message-Id: <200809021814.m82IEJwg075055@freefall.freebsd.org> To: eric+fbports@vangyzen.net, markd@kermodei.com, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/125086: math/r - R-2.6.1_2 missing files or incorrect +CONTENTS 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, 02 Sep 2008 18:14:20 -0000 Synopsis: math/r - R-2.6.1_2 missing files or incorrect +CONTENTS State-Changed-From-To: feedback->closed State-Changed-By: lippe State-Changed-When: Tue Sep 2 18:14:19 UTC 2008 State-Changed-Why: Fixed. Reported by submitter, then close it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125086 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 18:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA4511065684 for ; Tue, 2 Sep 2008 18:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 886ED8FC19 for ; Tue, 2 Sep 2008 18:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82IU49O075842 for ; Tue, 2 Sep 2008 18:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82IU49j075839; Tue, 2 Sep 2008 18:30:04 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 18:30:04 GMT Resent-Message-Id: <200809021830.m82IU49j075839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77F621065699 for ; Tue, 2 Sep 2008 18:22:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1408FC08 for ; Tue, 2 Sep 2008 18:22:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m82IMNNm055206 for ; Tue, 2 Sep 2008 18:22:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m82IMNWv055205; Tue, 2 Sep 2008 18:22:23 GMT (envelope-from nobody) Message-Id: <200809021822.m82IMNWv055205@www.freebsd.org> Date: Tue, 2 Sep 2008 18:22:23 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127049: [maintainer-update] sysutils/automounter update to 1.3.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: Tue, 02 Sep 2008 18:30:04 -0000 >Number: 127049 >Category: ports >Synopsis: [maintainer-update] sysutils/automounter update to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 18:30:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_7 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Aug 29 23:22:22 CEST 2008 root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b amd64 >Description: Update to the latest release. >How-To-Repeat: >Fix: diff -Pur ports/sysutils/automounter.orig/Makefile ports/sysutils/automounter/Makefile --- ports/sysutils/automounter.orig/Makefile 2008-09-02 19:47:32.000000000 +0200 +++ ports/sysutils/automounter/Makefile 2008-09-02 19:48:47.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= automounter -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bsdadminscripts diff -Pur ports/sysutils/automounter.orig/distinfo ports/sysutils/automounter/distinfo --- ports/sysutils/automounter.orig/distinfo 2008-09-02 19:47:32.000000000 +0200 +++ ports/sysutils/automounter/distinfo 2008-09-02 19:58:13.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (automounter-1.3.1.tar.gz) = 067db1d57f7b4dd986e4f51720cc2076 -SHA256 (automounter-1.3.1.tar.gz) = 2c51c8dc54649e2d7d2f2b14f116756c00757a0c4e906fcffa321198d7234fb8 -SIZE (automounter-1.3.1.tar.gz) = 13598 +MD5 (automounter-1.3.2.tar.gz) = 2e09f844fc0f51e55fdaf5d87f1b5bcd +SHA256 (automounter-1.3.2.tar.gz) = 1025ec3a5e6765847ddbd5ef5270491a3f12ebf3433f2acc3e1b905c4b3c08b1 +SIZE (automounter-1.3.2.tar.gz) = 13875 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 18:40:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 599121065672 for ; Tue, 2 Sep 2008 18:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8908FC1D for ; Tue, 2 Sep 2008 18:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82Ie5tq077855 for ; Tue, 2 Sep 2008 18:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82Ie5DT077854; Tue, 2 Sep 2008 18:40:05 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 18:40:05 GMT Message-Id: <200809021840.m82Ie5DT077854@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Diekhans Cc: Subject: Re: ports/125086: math/r - R-2.6.1_2 missing files or incorrect +CONTENTS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Diekhans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 18:40:05 -0000 The following reply was made to PR ports/125086; it has been noted by GNATS. From: Mark Diekhans To: Felippe de Meirelles Motta Cc: bug-followup@FreeBSD.org Subject: Re: ports/125086: math/r - R-2.6.1_2 missing files or incorrect +CONTENTS Date: Tue, 2 Sep 2008 11:05:08 -0700 This is fixed. Thanks much, Mark Felippe de Meirelles Motta writes: > Hi Mark, > > You probably does not have this issue anymore, since this port was > updated to 2.7.1 at 29 Jul 2008. Can you please feedback us about it ? > > Thank you! > > -- > lippe@FreeBSD.org > Felippe de Meirelles Motta From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 19:07:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D44910656C2; Tue, 2 Sep 2008 19:07:16 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03BC68FC2D; Tue, 2 Sep 2008 19:07:16 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82J7F3W078780; Tue, 2 Sep 2008 19:07:15 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82J7FeR078774; Tue, 2 Sep 2008 19:07:15 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 19:07:15 GMT Message-Id: <200809021907.m82J7FeR078774@freefall.freebsd.org> To: ob@breuninger.org, bf2006a@yahoo.com, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/125611: [PATCH]print/pstotext: update to 1.9 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, 02 Sep 2008 19:07:16 -0000 Synopsis: [PATCH]print/pstotext: update to 1.9 State-Changed-From-To: feedback->closed State-Changed-By: lippe State-Changed-When: Tue Sep 2 19:07:14 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=125611 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 19:07:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C236C10656C4; Tue, 2 Sep 2008 19:07:18 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98F2B8FC1A; Tue, 2 Sep 2008 19:07:18 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82J7IMK078848; Tue, 2 Sep 2008 19:07:18 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82J7HG9078844; Tue, 2 Sep 2008 19:07:18 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 19:07:18 GMT Message-Id: <200809021907.m82J7HG9078844@freefall.freebsd.org> To: matt@efs.org, eugen@kuzbass.ru, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/124062: [patch] net/bounce: command line option -b does not 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: Tue, 02 Sep 2008 19:07:18 -0000 Synopsis: [patch] net/bounce: command line option -b does not work State-Changed-From-To: feedback->closed State-Changed-By: lippe State-Changed-When: Tue Sep 2 19:07:17 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124062 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 19:10:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FAC21065687 for ; Tue, 2 Sep 2008 19:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2FD68FC0A for ; Tue, 2 Sep 2008 19:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82JA4u6078953 for ; Tue, 2 Sep 2008 19:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82JA4H9078952; Tue, 2 Sep 2008 19:10:04 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 19:10:04 GMT Message-Id: <200809021910.m82JA4H9078952@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/124062: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 19:10:05 -0000 The following reply was made to PR ports/124062; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124062: commit references a PR Date: Tue, 2 Sep 2008 19:05:26 +0000 (UTC) lippe 2008-09-02 19:05:13 UTC FreeBSD ports repository Modified files: net/bounce Makefile Added files: net/bounce/files patch-bounce.c Removed files: net/bounce pkg-plist net/bounce/files patch-01 patch-02 patch-03 patch-04 Log: - Fix source bind address using -b option. - Use PLIST_FILES instead of pkg-plist. - The patches were merged. - Bump PORTREVISION. PR: ports/124062 Submitted by: Eugene Grosbein Approved by: maintainer timeout (>2 weeks) Revision Changes Path 1.25 +4 -3 ports/net/bounce/Makefile 1.4 +0 -149 ports/net/bounce/files/patch-01 (dead) 1.3 +0 -52 ports/net/bounce/files/patch-02 (dead) 1.2 +0 -44 ports/net/bounce/files/patch-03 (dead) 1.3 +0 -58 ports/net/bounce/files/patch-04 (dead) 1.1 +224 -0 ports/net/bounce/files/patch-bounce.c (new) 1.4 +0 -2 ports/net/bounce/pkg-plist (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 19:10:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CF70106566C for ; Tue, 2 Sep 2008 19:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6AC8FC23 for ; Tue, 2 Sep 2008 19:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82JA7ei079003 for ; Tue, 2 Sep 2008 19:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82JA7Cw079002; Tue, 2 Sep 2008 19:10:07 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 19:10:07 GMT Message-Id: <200809021910.m82JA7Cw079002@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/125611: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 19:10:07 -0000 The following reply was made to PR ports/125611; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/125611: commit references a PR Date: Tue, 2 Sep 2008 19:06:55 +0000 (UTC) lippe 2008-09-02 19:06:45 UTC FreeBSD ports repository Modified files: print/pstotext Makefile distinfo pkg-descr print/pstotext/files patch-aa patch-ab Added files: print/pstotext/files patch-pstotext.1 Log: - Update to 1.9. PR: ports/125611 Submitted by: bf Approved by: maintainer timeout (> 2 weeks) Revision Changes Path 1.16 +12 -6 ports/print/pstotext/Makefile 1.5 +3 -3 ports/print/pstotext/distinfo 1.4 +9 -10 ports/print/pstotext/files/patch-aa 1.2 +132 -18 ports/print/pstotext/files/patch-ab 1.1 +11 -0 ports/print/pstotext/files/patch-pstotext.1 (new) 1.3 +0 -16 ports/print/pstotext/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 20:17:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 684E91065672; Tue, 2 Sep 2008 20:17:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EF7D8FC20; Tue, 2 Sep 2008 20:17:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82KHJI3085610; Tue, 2 Sep 2008 20:17:19 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82KHIQu085606; Tue, 2 Sep 2008 20:17:18 GMT (envelope-from amdmi3) Date: Tue, 2 Sep 2008 20:17:18 GMT Message-Id: <200809022017.m82KHIQu085606@freefall.freebsd.org> To: danny@ricin.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/127005: Cannot build multimedia/kmplayer 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, 02 Sep 2008 20:17:19 -0000 Synopsis: Cannot build multimedia/kmplayer Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Tue Sep 2 20:17:18 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127005 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 20:50:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 406541065671; Tue, 2 Sep 2008 20:50:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 181E88FC08; Tue, 2 Sep 2008 20:50:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82Ko9tS088882; Tue, 2 Sep 2008 20:50:09 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82Ko9lu088878; Tue, 2 Sep 2008 20:50:09 GMT (envelope-from amdmi3) Date: Tue, 2 Sep 2008 20:50:09 GMT Message-Id: <200809022050.m82Ko9lu088878@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126888: [patch] textproc/xerces-c2 port tinderbox failing 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, 02 Sep 2008 20:50:10 -0000 Synopsis: [patch] textproc/xerces-c2 port tinderbox failing Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Tue Sep 2 20:50:09 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126888 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 21:13:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2170106568F; Tue, 2 Sep 2008 21:13:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9F4C8FC14; Tue, 2 Sep 2008 21:13:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82LDGsC089889; Tue, 2 Sep 2008 21:13:16 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82LDGRI089882; Tue, 2 Sep 2008 21:13:16 GMT (envelope-from amdmi3) Date: Tue, 2 Sep 2008 21:13:16 GMT Message-Id: <200809022113.m82LDGRI089882@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/127049: [maintainer-update] sysutils/automounter update to 1.3.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: Tue, 02 Sep 2008 21:13:17 -0000 Synopsis: [maintainer-update] sysutils/automounter update to 1.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Tue Sep 2 21:13:16 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127049 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 21:14:56 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2526D106566B; Tue, 2 Sep 2008 21:14:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0A2C8FC1B; Tue, 2 Sep 2008 21:14:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82LEtt7091209; Tue, 2 Sep 2008 21:14:55 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82LEtGD091205; Tue, 2 Sep 2008 21:14:55 GMT (envelope-from amdmi3) Date: Tue, 2 Sep 2008 21:14:55 GMT Message-Id: <200809022114.m82LEtGD091205@freefall.freebsd.org> To: pneumann@gmail.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/127033: net/rabbitmq port install glitches 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, 02 Sep 2008 21:14:56 -0000 Synopsis: net/rabbitmq port install glitches Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Tue Sep 2 21:14:55 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127033 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 21:56:41 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC2961065672; Tue, 2 Sep 2008 21:56:41 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 838FB8FC0A; Tue, 2 Sep 2008 21:56:41 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82LufsS094462; Tue, 2 Sep 2008 21:56:41 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82Lufis094458; Tue, 2 Sep 2008 21:56:41 GMT (envelope-from lippe) Date: Tue, 2 Sep 2008 21:56:41 GMT Message-Id: <200809022156.m82Lufis094458@freefall.freebsd.org> To: sf@slappy.org, bf2006a@yahoo.org, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/125557: [PATCH]devel/open-beagle: update to 3.0.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, 02 Sep 2008 21:56:41 -0000 Synopsis: [PATCH]devel/open-beagle: update to 3.0.3 State-Changed-From-To: feedback->closed State-Changed-By: lippe State-Changed-When: Tue Sep 2 21:56:41 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=125557 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 22:00:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA5E71065671 for ; Tue, 2 Sep 2008 22:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7198FC21 for ; Tue, 2 Sep 2008 22:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82M07KR094649 for ; Tue, 2 Sep 2008 22:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82M074p094648; Tue, 2 Sep 2008 22:00:07 GMT (envelope-from gnats) Date: Tue, 2 Sep 2008 22:00:07 GMT Message-Id: <200809022200.m82M074p094648@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/125557: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 22:00:08 -0000 The following reply was made to PR ports/125557; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/125557: commit references a PR Date: Tue, 2 Sep 2008 21:52:29 +0000 (UTC) lippe 2008-09-02 21:52:16 UTC FreeBSD ports repository Modified files: devel/open-beagle Makefile distinfo pkg-plist Removed files: devel/open-beagle/files patch-PACC-Util-SignalHandler.cpp Log: - Update to 3.0.3. - Makefile style. PR: ports/125557 Submitted by: bf Approved by: maintainer timeout (> 2 weeks) Revision Changes Path 1.10 +12 -6 ports/devel/open-beagle/Makefile 1.6 +3 -3 ports/devel/open-beagle/distinfo 1.2 +0 -20 ports/devel/open-beagle/files/patch-PACC-Util-SignalHandler.cpp (dead) 1.5 +10 -6 ports/devel/open-beagle/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 22:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E94A11065681 for ; Tue, 2 Sep 2008 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C57988FC1C for ; Tue, 2 Sep 2008 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82MK1KX096633 for ; Tue, 2 Sep 2008 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82MK1uc096632; Tue, 2 Sep 2008 22:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 2 Sep 2008 22:20:01 GMT Resent-Message-Id: <200809022220.m82MK1uc096632@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F30C8106566B for ; Tue, 2 Sep 2008 22:19:15 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa03b.plala.or.jp (msa03.plala.or.jp [58.93.240.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2808FC12 for ; Tue, 2 Sep 2008 22:19:15 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from eupheme.kaumoge.org ([121.112.64.124]) by msa03b.plala.or.jp with ESMTP id <20080902221914.LIBN11729.msa03b.plala.or.jp@eupheme.kaumoge.org> for ; Wed, 3 Sep 2008 07:19:14 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id m82MJZtj069035 for ; Wed, 3 Sep 2008 07:19:35 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86sksiw5r2.wl%umq@ueo.co.jp> Date: Wed, 03 Sep 2008 07:19:13 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127055: [maintainer] mail/dkim-milter update to 2.7.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: Tue, 02 Sep 2008 22:20:02 -0000 >Number: 127055 >Category: ports >Synopsis: [maintainer] mail/dkim-milter update to 2.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 22:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: The new version of mail/dkim-milter 2.7.2 has been released. Release notes: https://sourceforge.net/project/shownotes.php?release_id=623728 >How-To-Repeat: N/A >Fix: the patch follows: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/dkim-milter/Makefile,v retrieving revision 1.53 diff -p -u -r1.53 Makefile --- Makefile 28 Aug 2008 14:36:07 -0000 1.53 +++ Makefile 2 Sep 2008 22:16:53 -0000 @@ -13,7 +13,7 @@ ## base system, building this port may fail. PORTNAME= dkim-milter -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= mail MASTER_SITES= SF Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/dkim-milter/distinfo,v retrieving revision 1.40 diff -p -u -r1.40 distinfo --- distinfo 28 Aug 2008 14:36:07 -0000 1.40 +++ distinfo 2 Sep 2008 22:16:53 -0000 @@ -1,3 +1,3 @@ -MD5 (dkim-milter-2.7.1.tar.gz) = 91a8789d3a413084bb8d0de8fa06bdf9 -SHA256 (dkim-milter-2.7.1.tar.gz) = dadc0f5c8df28b1552a6b01ae1ccff73ed5511a37a145ac947d78cad18e05bf8 -SIZE (dkim-milter-2.7.1.tar.gz) = 689830 +MD5 (dkim-milter-2.7.2.tar.gz) = db26dd58142190a3aff24be0cef1156f +SHA256 (dkim-milter-2.7.2.tar.gz) = f430ffd88bd231bc82e207abac872456290bc01d963b57dd2d1fc93e49ef1870 +SIZE (dkim-milter-2.7.2.tar.gz) = 690101 cvs diff: Diffing files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 22:49:32 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D26BB106567F; Tue, 2 Sep 2008 22:49:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB31E8FC22; Tue, 2 Sep 2008 22:49:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m82MnWD2099727; Tue, 2 Sep 2008 22:49:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m82MnWN8099723; Tue, 2 Sep 2008 22:49:32 GMT (envelope-from linimon) Date: Tue, 2 Sep 2008 22:49:32 GMT Message-Id: <200809022249.m82MnWN8099723@freefall.freebsd.org> To: linimon@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: amd64/104311: ports/wine should be installable 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: Tue, 02 Sep 2008 22:49:32 -0000 Synopsis: ports/wine should be installable on amd64 Responsible-Changed-From-To: ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 2 22:49:23 UTC 2008 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=104311 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 00:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50DD2106567D for ; Wed, 3 Sep 2008 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 284518FC13 for ; Wed, 3 Sep 2008 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m830K3wn050319 for ; Wed, 3 Sep 2008 00:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m830K3dv050318; Wed, 3 Sep 2008 00:20:03 GMT (envelope-from gnats) Date: Wed, 3 Sep 2008 00:20:03 GMT Message-Id: <200809030020.m830K3dv050318@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Douglas Thrift" Cc: Subject: Re: ports/126750: Update port: www/mod_wsgi Upgrade to 2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 00:20:04 -0000 The following reply was made to PR ports/126750; it has been noted by GNATS. From: "Douglas Thrift" To: , "Douglas William Thrift" Cc: Subject: Re: ports/126750: Update port: www/mod_wsgi Upgrade to 2.2 Date: Tue, 2 Sep 2008 14:58:44 -0700 This should be closed as ports/127025 has already been commited. _______________________________________________________________________ Douglas William Thrift http://www.douglasthrift.net/ From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 01:09:45 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5047D10669B5; Wed, 3 Sep 2008 01:09:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 293E28FC08; Wed, 3 Sep 2008 01:09:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8319jxf053962; Wed, 3 Sep 2008 01:09:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8319jkc053958; Wed, 3 Sep 2008 01:09:45 GMT (envelope-from linimon) Date: Wed, 3 Sep 2008 01:09:45 GMT Message-Id: <200809030109.m8319jkc053958@freefall.freebsd.org> To: douglas@douglasthrift.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126750: Update port: www/mod_wsgi Upgrade to 2.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, 03 Sep 2008 01:09:45 -0000 Synopsis: Update port: www/mod_wsgi Upgrade to 2.2 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Sep 3 01:09:27 UTC 2008 State-Changed-Why: This should be closed as ports/127025 has already been commited. http://www.freebsd.org/cgi/query-pr.cgi?pr=126750 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 05:29:37 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F173106567C; Wed, 3 Sep 2008 05:29:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 779678FC1A; Wed, 3 Sep 2008 05:29:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m835TbSX088484; Wed, 3 Sep 2008 05:29:37 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m835TbaF088480; Wed, 3 Sep 2008 05:29:37 GMT (envelope-from miwi) Date: Wed, 3 Sep 2008 05:29:37 GMT Message-Id: <200809030529.m835TbaF088480@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127055: [maintainer] mail/dkim-milter update to 2.7.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, 03 Sep 2008 05:29:37 -0000 Synopsis: [maintainer] mail/dkim-milter update to 2.7.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Sep 3 05:29:37 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127055 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 06:00:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018F21065679 for ; Wed, 3 Sep 2008 06:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6B4F8FC23 for ; Wed, 3 Sep 2008 06:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m836030S097993 for ; Wed, 3 Sep 2008 06:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83603S2097992; Wed, 3 Sep 2008 06:00:03 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 06:00:03 GMT Resent-Message-Id: <200809030600.m83603S2097992@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF9681065675 for ; Wed, 3 Sep 2008 05:59:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DF50E8FC21 for ; Wed, 3 Sep 2008 05:59:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m835xRBj097223 for ; Wed, 3 Sep 2008 05:59:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m835xRXR097222; Wed, 3 Sep 2008 05:59:27 GMT (envelope-from nobody) Message-Id: <200809030559.m835xRXR097222@www.freebsd.org> Date: Wed, 3 Sep 2008 05:59:27 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127059: [PATCH]sysutils/file: update to 4.26 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, 03 Sep 2008 06:00:04 -0000 >Number: 127059 >Category: ports >Synopsis: [PATCH]sysutils/file: update to 4.26 >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 Sep 03 06:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN file.orig/Makefile file/Makefile --- file.orig/Makefile 2008-09-03 01:39:49.346461029 -0400 +++ file/Makefile 2008-09-03 01:45:11.701412287 -0400 @@ -6,7 +6,7 @@ # PORTNAME= file -PORTVERSION= 4.25 +PORTVERSION= 4.26 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ diff -ruN file.orig/distinfo file/distinfo --- file.orig/distinfo 2008-09-03 01:39:49.346461029 -0400 +++ file/distinfo 2008-09-03 01:45:11.701412287 -0400 @@ -1,3 +1,3 @@ -MD5 (file-4.25.tar.gz) = cdf1f90d2704e71118353c16c19898ba -SHA256 (file-4.25.tar.gz) = abcd5bc7f9a604b5966463eac4a3f54de180a08adb513d902bb44152ebad6c8a -SIZE (file-4.25.tar.gz) = 582227 +MD5 (file-4.26.tar.gz) = 74cd5466416136da30a4e69f74dbc7a0 +SHA256 (file-4.26.tar.gz) = 682f7de5c12d35ff2d9e2ec3c6a753bd5a01e0f7f3110501be0bafef1d5e9654 +SIZE (file-4.26.tar.gz) = 584803 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 06:00:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A533106566C; Wed, 3 Sep 2008 06:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 221A38FC1D; Wed, 3 Sep 2008 06:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8360IM2098145; Wed, 3 Sep 2008 06:00:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8360ITO098141; Wed, 3 Sep 2008 06:00:18 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 06:00:18 GMT Message-Id: <200809030600.m8360ITO098141@freefall.freebsd.org> To: bf2006a@yahoo.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127059: [PATCH]sysutils/file: update to 4.26 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, 03 Sep 2008 06:00:18 -0000 Synopsis: [PATCH]sysutils/file: update to 4.26 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 3 06:00:17 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127059 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 06:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D8851065671 for ; Wed, 3 Sep 2008 06:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB9A8FC1B for ; Wed, 3 Sep 2008 06:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m836A38V008090 for ; Wed, 3 Sep 2008 06:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m836A3kt008089; Wed, 3 Sep 2008 06:10:03 GMT (envelope-from gnats) Date: Wed, 3 Sep 2008 06:10:03 GMT Message-Id: <200809030610.m836A3kt008089@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127059: [PATCH]sysutils/file: update to 4.26 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, 03 Sep 2008 06:10:03 -0000 The following reply was made to PR ports/127059; it has been noted by GNATS. From: Edwin Groothuis To: jharris@widomaker.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/127059: [PATCH]sysutils/file: update to 4.26 Date: Wed, 3 Sep 2008 06:00:16 UT Maintainer of sysutils/file, Please note that PR ports/127059 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127059 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 07:08:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36F781065679; Wed, 3 Sep 2008 07:08:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 17A4E8FC15; Wed, 3 Sep 2008 07:08:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9AC808C081; Wed, 3 Sep 2008 02:08:11 -0500 (CDT) Date: Wed, 3 Sep 2008 02:08:11 -0500 To: Walter Venable Message-ID: <20080903070811.GA13046@soaustin.net> References: <200808310330.m7V3UvgF024505@freefall.freebsd.org> <48BAD39A.1030109@relnor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48BAD39A.1030109@relnor.com> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org Subject: Re: ports/126824: [NEW PORT] www/phpsysinfo: A PHP script for displaying system information 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, 03 Sep 2008 07:08:12 -0000 The problem I have is with the s/phpSysInfo/phpsysinfo/. If we were going to introduce it as a new port, I suppose I could go with the 'phpsysinfo' name, but having already had it in the Ports Collection for quite a while, I don't see the reason to change it now. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 07:25:56 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99D541065685 for ; Wed, 3 Sep 2008 07:25:56 +0000 (UTC) (envelope-from weaseal@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 22FEC8FC08 for ; Wed, 3 Sep 2008 07:25:55 +0000 (UTC) (envelope-from weaseal@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so1095744eyi.7 for ; Wed, 03 Sep 2008 00:25:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=h7FEb3+cbGiGre1CVVeRzJYUsxeDSnKbqOvRZ0kORdk=; b=fEvx/sXxnOCm4z3mVLmyh43hp9N3Lan/ZDJUiXyk8+mqwPTmO0dAPX4sAnh710jmLs vSyDv4uCfhI/AbMqGPfaSXAjI+1JdMQevleA653PonBAz+xh//UL6F8LM1DU6vAbF/al nBjgaT9gz3KnKfWn2yWJi4hlmIs1TKv1fa9+I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=ue0I2CrzBPkCFJvM3pf13BR2rY+kkXQ6LJ9YQ/2TVMrFmcqGXO0UhyNyA32rJsbUrt tz98Lf40eMD/ruHdGWyPuneW/Pt//4K+4utohWWmSHddC/heff/W0c+orjnT7zLuO/dr 9D9DVBxNh7MobcjuumheUJPI12cx4Pgzu1ZTw= Received: by 10.210.89.4 with SMTP id m4mr9620395ebb.132.1220426754874; Wed, 03 Sep 2008 00:25:54 -0700 (PDT) Received: from ?192.168.1.2? ( [89.41.81.113]) by mx.google.com with ESMTPS id k5sm7098984nfd.22.2008.09.03.00.25.53 (version=SSLv3 cipher=RC4-MD5); Wed, 03 Sep 2008 00:25:54 -0700 (PDT) Message-ID: <48BE3BFE.3080307@relnor.com> Date: Wed, 03 Sep 2008 10:25:50 +0300 From: Walter Venable User-Agent: Thunderbird 2.0.0.16 (X11/20080902) MIME-Version: 1.0 To: Mark Linimon References: <200808310330.m7V3UvgF024505@freefall.freebsd.org> <48BAD39A.1030109@relnor.com> <20080903070811.GA13046@soaustin.net> In-Reply-To: <20080903070811.GA13046@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Walter Venable Cc: walt@relnor.com, freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org, linimon@FreeBSD.org Subject: Re: ports/126824: [NEW PORT] www/phpsysinfo: A PHP script for displaying system information 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, 03 Sep 2008 07:25:56 -0000 Mark, You seem to have misunderstood the purpose of the PR. If you'll read this one fully with a combination of the other cited PR, you'll see that the function of these PRs is to split phpSysInfo into: phpsysinfo-dev and phpsysinfo. The renaming is only a bonus, since the port needs to be renamed anyway, I figured we could decapitalize it for consistency. Please review. Walter Venable Mark Linimon wrote: > The problem I have is with the s/phpSysInfo/phpsysinfo/. If we were > going to introduce it as a new port, I suppose I could go with the > 'phpsysinfo' name, but having already had it in the Ports Collection > for quite a while, I don't see the reason to change it now. > > mcl > From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 07:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF691106568C for ; Wed, 3 Sep 2008 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AADA38FC2E for ; Wed, 3 Sep 2008 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m837e13K054639 for ; Wed, 3 Sep 2008 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m837e1M5054638; Wed, 3 Sep 2008 07:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 07:40:01 GMT Resent-Message-Id: <200809030740.m837e1M5054638@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhen REN Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC8B01065675 for ; Wed, 3 Sep 2008 07:39:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DA2738FC27 for ; Wed, 3 Sep 2008 07:39:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m837dB0c051531 for ; Wed, 3 Sep 2008 07:39:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m837dBax051530; Wed, 3 Sep 2008 07:39:11 GMT (envelope-from nobody) Message-Id: <200809030739.m837dBax051530@www.freebsd.org> Date: Wed, 3 Sep 2008 07:39:11 GMT From: Zhen REN To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127060: [FIX BUG] fix a bug in ports net/pxe 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, 03 Sep 2008 07:40:01 -0000 >Number: 127060 >Category: ports >Synopsis: [FIX BUG] fix a bug in ports net/pxe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 07:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Zhen REN >Release: 7.0-STABLE >Organization: >Environment: FreeBSD razor 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue May 22 10:54:26 CST 2008 root@razor:/usr/obj/usr/src/sys/GENERIC i386 >Description: There is a bug in /usr/local/etc/rc.d/pxe. The script can't find the pidfile. >How-To-Repeat: /usr/local/etc/rc.d/pxe onestop >Fix: Change the "/var/pxe/${name}.pid" to "/var/run/${name}.pid" to fix it. I think this may be a typo. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/pxe/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 3 Jun 2007 20:41:09 -0000 1.10 +++ Makefile 3 Sep 2008 07:30:12 -0000 @@ -7,7 +7,7 @@ PORTNAME= pxe PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ Index: files/pxe.sh.in =================================================================== RCS file: /home/ncvs/ports/net/pxe/files/pxe.sh.in,v retrieving revision 1.1 diff -u -r1.1 pxe.sh.in --- files/pxe.sh.in 3 Jun 2007 20:41:10 -0000 1.1 +++ files/pxe.sh.in 3 Sep 2008 07:29:16 -0000 @@ -20,7 +20,7 @@ command="%%PREFIX%%/sbin/pxe" required_files=%%PREFIX%%/etc/pxe.conf command_args="-c ${required_files}" -pidfile=/var/pxe/${name}.pid +pidfile=/var/run/${name}.pid # set defaults pxe_enable=${pxe_enable:-"NO"} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 07:40:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2911065670; Wed, 3 Sep 2008 07:40:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34AAD8FC35; Wed, 3 Sep 2008 07:40:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m837eCtY054843; Wed, 3 Sep 2008 07:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m837eC1R054839; Wed, 3 Sep 2008 07:40:12 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 07:40:12 GMT Message-Id: <200809030740.m837eC1R054839@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anders@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127060: [FIX BUG] fix a bug in ports net/pxe 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, 03 Sep 2008 07:40:12 -0000 Synopsis: [FIX BUG] fix a bug in ports net/pxe Responsible-Changed-From-To: freebsd-ports-bugs->anders Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 07:40:11 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127060 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 08:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D397106567B for ; Wed, 3 Sep 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15F7C8FC3E for ; Wed, 3 Sep 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m838U1uV060859 for ; Wed, 3 Sep 2008 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m838U1C5060858; Wed, 3 Sep 2008 08:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 08:30:01 GMT Resent-Message-Id: <200809030830.m838U1C5060858@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83B311065676 for ; Wed, 3 Sep 2008 08:24:24 +0000 (UTC) (envelope-from mranner@files.jawa.at) Received: from files.jawa.at (jawa.at [213.229.17.146]) by mx1.freebsd.org (Postfix) with ESMTP id 086D68FC24 for ; Wed, 3 Sep 2008 08:24:23 +0000 (UTC) (envelope-from mranner@files.jawa.at) Received: from localhost (localhost [127.0.0.1]) by files.jawa.at (Postfix) with ESMTP id A6CF4C9570; Wed, 3 Sep 2008 10:01:47 +0200 (CEST) Received: from files.jawa.at ([127.0.0.1]) by localhost (files.jawa.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IYvnMThW7mWF; Wed, 3 Sep 2008 10:01:46 +0200 (CEST) Received: by files.jawa.at (Postfix, from userid 1000) id C9889C9522; Wed, 3 Sep 2008 10:01:46 +0200 (CEST) Message-Id: <20080903080146.C9889C9522@files.jawa.at> Date: Wed, 3 Sep 2008 10:01:46 +0200 (CEST) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mranner@inode.at Subject: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 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, 03 Sep 2008 08:30:02 -0000 >Number: 127061 >Category: ports >Synopsis: [PATCH] mail/spamass-rules: update to 20080903 >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 Sep 03 08:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 6.2-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD files.jawa.at 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #16: Sat Oct 6 08:10:39 CEST >Description: - Update to 20080903 - Update port maintainers mail address Port maintainer (mranner@inode.at) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- spamass-rules-20080903.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/Makefile /home/mranner/spamass-rules.update/Makefile --- /usr/ports/mail/spamass-rules/Makefile Fri Jun 6 15:43:00 2008 +++ /home/mranner/spamass-rules.update/Makefile Wed Sep 3 09:38:57 2008 @@ -6,12 +6,11 @@ # PORTNAME= spamass-rules -PORTVERSION= 20060927 -PORTREVISION= 1 +PORTVERSION= 20080903 CATEGORIES= mail MASTER_SITES= http://www.ranner.jawa.at/stuff/ -MAINTAINER= mranner@inode.at +MAINTAINER= michael@ranner.eu COMMENT= Custom rulesets for SpamAssassin RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin @@ -26,6 +25,7 @@ EVILNUMBERS "Phone numbers, PO boxes, ... from spam " on \ FRENCH "Catches spam written in French" off \ GERMAN "Catches spam written in German" off \ + GREEK "Catches spam written in Greek" off \ MANGLED "Looks for obfuscated/gappy words" off \ MIMEVLD "Some mime validation rules" off \ RANDOM "Detects spamware mistakes like: %RANDOM_WORD" on \ @@ -90,6 +90,10 @@ .if defined(WITH_GERMAN) SPAMASS_FILES+= 70_zmi_german.cf +.endif + +.if defined(WITH_GREEK) +SPAMASS_FILES+= gr_domain.cf .endif .if defined(WITH_MANGLED) diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/distinfo /home/mranner/spamass-rules.update/distinfo --- /usr/ports/mail/spamass-rules/distinfo Wed Sep 27 20:24:37 2006 +++ /home/mranner/spamass-rules.update/distinfo Wed Sep 3 09:39:19 2008 @@ -1,3 +1,3 @@ -MD5 (spamass-rules-20060927.tar.bz2) = 57c4aec8c9ad6f83b62938a744f33233 -SHA256 (spamass-rules-20060927.tar.bz2) = 9ab1563ad33333a377fbf278f57064a9796d9a89ce0662805050a77af8a47b3c -SIZE (spamass-rules-20060927.tar.bz2) = 297450 +MD5 (spamass-rules-20080903.tar.bz2) = e1fe84bf3d48f9e224166bd4642aa5e2 +SHA256 (spamass-rules-20080903.tar.bz2) = eb737304e8d918905d274e3783dabf8e71d9f5c0b9c3815dcb6425e24fb44b5f +SIZE (spamass-rules-20080903.tar.bz2) = 322642 --- spamass-rules-20080903.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 08:30:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89680106566C; Wed, 3 Sep 2008 08:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3BD8FC1C; Wed, 3 Sep 2008 08:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m838UCcQ061777; Wed, 3 Sep 2008 08:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m838UCnm061771; Wed, 3 Sep 2008 08:30:12 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 08:30:12 GMT Message-Id: <200809030830.m838UCnm061771@freefall.freebsd.org> To: michael.ranner@jawa.at, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 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, 03 Sep 2008 08:30:12 -0000 Synopsis: [PATCH] mail/spamass-rules: update to 20080903 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 3 08:30:11 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 08:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 408BF106567A for ; Wed, 3 Sep 2008 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE8E8FC1A for ; Wed, 3 Sep 2008 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m838e3dl063145 for ; Wed, 3 Sep 2008 08:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m838e3mO063144; Wed, 3 Sep 2008 08:40:03 GMT (envelope-from gnats) Date: Wed, 3 Sep 2008 08:40:03 GMT Message-Id: <200809030840.m838e3mO063144@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 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, 03 Sep 2008 08:40:03 -0000 The following reply was made to PR ports/127061; it has been noted by GNATS. From: Edwin Groothuis To: mranner@inode.at Cc: bug-followup@FreeBSD.org Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 Date: Wed, 3 Sep 2008 08:30:09 UT Maintainer of mail/spamass-rules, Please note that PR ports/127061 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127061 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 10:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A41C1065673 for ; Wed, 3 Sep 2008 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4409E8FC26 for ; Wed, 3 Sep 2008 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Ae128073361 for ; Wed, 3 Sep 2008 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Ae1Qf073360; Wed, 3 Sep 2008 10:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 10:40:01 GMT Resent-Message-Id: <200809031040.m83Ae1Qf073360@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC799106566B for ; Wed, 3 Sep 2008 10:37:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C85E48FC12 for ; Wed, 3 Sep 2008 10:37:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83AbZgB071605 for ; Wed, 3 Sep 2008 10:37:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83AbZjP071604; Wed, 3 Sep 2008 10:37:35 GMT (envelope-from nobody) Message-Id: <200809031037.m83AbZjP071604@www.freebsd.org> Date: Wed, 3 Sep 2008 10:37:35 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127062: [PATCH]lang/sbcl: update to 1.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: Wed, 03 Sep 2008 10:40:01 -0000 >Number: 127062 >Category: ports >Synopsis: [PATCH]lang/sbcl: update to 1.0.20 >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 Sep 03 10:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: See pertinent section of http://sbcl.sourceforge.net/news.html . >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN sbcl.orig/Makefile sbcl/Makefile --- sbcl.orig/Makefile 2008-09-03 02:35:49.529973238 -0400 +++ sbcl/Makefile 2008-09-03 05:02:47.455512657 -0400 @@ -9,7 +9,7 @@ # PORTNAME= sbcl -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.20 PORTREVISION= 0 CATEGORIES= lang lisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -38,7 +38,7 @@ OSVER_MAJOR= ${OSVERSION:C/([0-9]).*/\1/} # Empty dirs in distribution to keep -EMPTY_DIRS= sb-posix/test-lab \ +EMPTY_DIRS= sb-bsd-sockets/alien sb-posix/alien sb-posix/test-lab DYNAMIC_SPACE_SIZE?= 512 diff -ruN sbcl.orig/distinfo sbcl/distinfo --- sbcl.orig/distinfo 2008-09-03 02:35:49.529973238 -0400 +++ sbcl/distinfo 2008-09-03 05:02:47.455512657 -0400 @@ -1,6 +1,6 @@ -MD5 (sbcl-1.0.19-source.tar.bz2) = c84b4b3c2f4293e98f0941a43fb746f4 -SHA256 (sbcl-1.0.19-source.tar.bz2) = 94b29828979af6da2dd3c88528af7bc8b88f69f89b5a0a6a377b861ebcc46833 -SIZE (sbcl-1.0.19-source.tar.bz2) = 3550919 +MD5 (sbcl-1.0.20-source.tar.bz2) = b1101a7d64f66b943c3e6a7991de68f4 +SHA256 (sbcl-1.0.20-source.tar.bz2) = ec860fbf6eb15c67748fef3ab4d61615482ec681ce8985ae5c7f45d571e0ffa3 +SIZE (sbcl-1.0.20-source.tar.bz2) = 3270318 MD5 (sbcl-1.0.17-amd64-freebsd8-binary.tar.bz2) = 97c0acdaab6a0ad0101cf6d23e03176f SHA256 (sbcl-1.0.17-amd64-freebsd8-binary.tar.bz2) = 19f7a1311e2b0c7a174cce2182c9a240f0b1fe12eeb61de6e1cc253d47c4dc27 SIZE (sbcl-1.0.17-amd64-freebsd8-binary.tar.bz2) = 7786927 diff -ruN sbcl.orig/pkg-plist sbcl/pkg-plist --- sbcl.orig/pkg-plist 2008-09-03 02:35:49.539975068 -0400 +++ sbcl/pkg-plist 2008-09-03 05:02:47.455512657 -0400 @@ -38,6 +38,7 @@ lib/sbcl/sb-bsd-sockets/NEWS lib/sbcl/sb-bsd-sockets/TODO lib/sbcl/sb-bsd-sockets/a.out +lib/sbcl/sb-bsd-sockets/alien/.keep_me lib/sbcl/sb-bsd-sockets/constants.fasl lib/sbcl/sb-bsd-sockets/constants.lisp lib/sbcl/sb-bsd-sockets/constants.lisp-temp @@ -129,6 +130,7 @@ lib/sbcl/sb-posix/README lib/sbcl/sb-posix/TODO lib/sbcl/sb-posix/a.out +lib/sbcl/sb-posix/alien/.keep_me lib/sbcl/sb-posix/constants.fasl lib/sbcl/sb-posix/constants.lisp lib/sbcl/sb-posix/constants.lisp-temp @@ -219,6 +221,7 @@ @dirrm lib/sbcl/sb-simple-streams @dirrm lib/sbcl/sb-rt @dirrm lib/sbcl/sb-rotate-byte +@dirrm lib/sbcl/sb-posix/alien @dirrm lib/sbcl/sb-posix/test-lab @dirrm lib/sbcl/sb-posix @dirrm lib/sbcl/sb-md5 @@ -227,6 +230,7 @@ @dirrm lib/sbcl/sb-executable @dirrm lib/sbcl/sb-cover @dirrm lib/sbcl/sb-cltl2 +@dirrm lib/sbcl/sb-bsd-sockets/alien @dirrm lib/sbcl/sb-bsd-sockets @dirrm lib/sbcl/sb-aclrepl @dirrm lib/sbcl/asdf-install >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 10:40:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E04D9106564A; Wed, 3 Sep 2008 10:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B415A8FC0A; Wed, 3 Sep 2008 10:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83AeDSx073542; Wed, 3 Sep 2008 10:40:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83AeD8o073538; Wed, 3 Sep 2008 10:40:13 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 10:40:13 GMT Message-Id: <200809031040.m83AeD8o073538@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stas@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127062: [PATCH]lang/sbcl: update to 1.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: Wed, 03 Sep 2008 10:40:14 -0000 Synopsis: [PATCH]lang/sbcl: update to 1.0.20 Responsible-Changed-From-To: freebsd-ports-bugs->stas Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 10:40:13 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127062 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 11:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBD371065673 for ; Wed, 3 Sep 2008 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 946FA8FC1D for ; Wed, 3 Sep 2008 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Bo1jF082928 for ; Wed, 3 Sep 2008 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Bo1jP082927; Wed, 3 Sep 2008 11:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 11:50:01 GMT Resent-Message-Id: <200809031150.m83Bo1jP082927@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC166106567C for ; Wed, 3 Sep 2008 11:48:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A69E18FC13 for ; Wed, 3 Sep 2008 11:48:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83BmbSx006762 for ; Wed, 3 Sep 2008 11:48:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83Bmbda006761; Wed, 3 Sep 2008 11:48:37 GMT (envelope-from nobody) Message-Id: <200809031148.m83Bmbda006761@www.freebsd.org> Date: Wed, 3 Sep 2008 11:48:37 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127064: [PATCH]math/glpk: update to 4.31 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, 03 Sep 2008 11:50:01 -0000 >Number: 127064 >Category: ports >Synopsis: [PATCH]math/glpk: update to 4.31 >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 Sep 03 11:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: See http://lists.gnu.org/archive/html/help-glpk/2008-09/msg00000.html . Note shared library version bump. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN glpk.orig/Makefile glpk/Makefile --- glpk.orig/Makefile 2008-09-03 06:48:35.103068142 -0400 +++ glpk/Makefile 2008-09-03 07:20:38.222629707 -0400 @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.30 +PORTVERSION= 4.31 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -51,8 +51,9 @@ .endif .if !defined(NOPORTDOCS) -PORTDOCS= bench.txt bench1.txt glpk.ps glpk_faq.txt gmpl.ps \ - gomory.djvu opb.txt tables.txt updating.djvu +PORTDOCS= bench.txt bench1.txt bench2.txt glpk.ps glpk_faq.txt gmpl.ps \ + opb.txt tables.txt dfeas.djvu gomory.djvu scaling.djvu \ + subset.djvu updating.djvu .endif post-patch: @@ -63,8 +64,7 @@ @${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/ .if !defined(NOPORTDOCS) - @${CP} ${WRKSRC}/doc/memo/gomory.djvu ${WRKSRC}/doc/ - @${CP} ${WRKSRC}/doc/memo/updating.djvu ${WRKSRC}/doc/ + @${CP} ${WRKSRC}/doc/notes/*.djvu ${WRKSRC}/doc/ @${MKDIR} ${DOCSDIR} for docfile in ${PORTDOCS} ; do \ ${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \ diff -ruN glpk.orig/distinfo glpk/distinfo --- glpk.orig/distinfo 2008-09-03 06:48:35.113065782 -0400 +++ glpk/distinfo 2008-09-03 07:20:38.222629707 -0400 @@ -1,3 +1,3 @@ -MD5 (glpk-4.30.tar.gz) = cb213faaa82bdedea660a1f82483125c -SHA256 (glpk-4.30.tar.gz) = b4d9d03f4de1411b5fa5e68d238ed5336b5f8eea93a58eac6ad03b4f25cda6d7 -SIZE (glpk-4.30.tar.gz) = 1599658 +MD5 (glpk-4.31.tar.gz) = 3f927e94d88151b1330da360d20d4caf +SHA256 (glpk-4.31.tar.gz) = e84d426307ab07a3314f5e2b9befa8c8d37c4e8227fa7169c962b5886230ae18 +SIZE (glpk-4.31.tar.gz) = 1640854 diff -ruN glpk.orig/pkg-plist glpk/pkg-plist --- glpk.orig/pkg-plist 2008-09-03 06:48:35.113065782 -0400 +++ glpk/pkg-plist 2008-09-03 07:20:38.222629707 -0400 @@ -8,6 +8,7 @@ include/glpfhv.h include/glpgmp.h include/glphbm.h +include/glpini.h include/glpios.h include/glpipm.h include/glpipp.h @@ -25,6 +26,7 @@ include/glprng.h include/glpscf.h include/glpscg.h +include/glpscl.h include/glpspm.h include/glpspx.h include/glpsql.h @@ -34,4 +36,4 @@ lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.15 +lib/libglpk.so.16 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 11:50:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A13F91065688; Wed, 3 Sep 2008 11:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 73D8D8FC2A; Wed, 3 Sep 2008 11:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83BoBVp083114; Wed, 3 Sep 2008 11:50:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83BoBbE083110; Wed, 3 Sep 2008 11:50:11 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 11:50:11 GMT Message-Id: <200809031150.m83BoBbE083110@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127064: [PATCH]math/glpk: update to 4.31 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, 03 Sep 2008 11:50:11 -0000 Synopsis: [PATCH]math/glpk: update to 4.31 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 11:50:11 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127064 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 13:00:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 534481065676 for ; Wed, 3 Sep 2008 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 234E78FC16 for ; Wed, 3 Sep 2008 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83D03P9088649 for ; Wed, 3 Sep 2008 13:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83D03Di088648; Wed, 3 Sep 2008 13:00:03 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 13:00:03 GMT Resent-Message-Id: <200809031300.m83D03Di088648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Barov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416CD106566B for ; Wed, 3 Sep 2008 12:53:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0548FC1B for ; Wed, 3 Sep 2008 12:53:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83CrQ8h061229 for ; Wed, 3 Sep 2008 12:53:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83CrQxj061228; Wed, 3 Sep 2008 12:53:26 GMT (envelope-from nobody) Message-Id: <200809031253.m83CrQxj061228@www.freebsd.org> Date: Wed, 3 Sep 2008 12:53:26 GMT From: Denis Barov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127065: [MAINTAINER UPDATE] russian/fortune-bashorgru 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, 03 Sep 2008 13:00:03 -0000 >Number: 127065 >Category: ports >Synopsis: [MAINTAINER UPDATE] russian/fortune-bashorgru >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 13:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denis Barov >Release: FreeBSD 6,7,8 >Organization: OOO Yandex >Environment: FreeBSD sepulca.yandex.ru 6.3-STABLE FreeBSD 6.3-STABLE #5: Wed Feb 27 12:26:30 MSK 2008 root@sepulca.yandex.ru:/usr/obj/usr/RELENG_6/src/sys/SEPULCA amd64 >Description: Fresh fortunes in database, adding fortunes in UTF-8 encoding >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN ports/russian/fortune-bashorgru/Makefile ports/russian/fortune-bashorgruMakefile --- ports/russian/fortune-bashorgru/Makefile 2007-08-13 18:36:19.000000000 +0400 +++ ports/russian/fortune-bashorgruMakefile 2008-09-03 16:17:51.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= fortune-bashorgru -PORTVERSION= 20070808 +PORTVERSION= 20080903 CATEGORIES= russian MASTER_SITES= http://www.dindin.ru/download/ @@ -20,9 +20,17 @@ do-install: @${MKDIR} ${EXAMPLESDIR} - @${MKDIR} ${PREFIX}/share/games/fortune/rus - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/* ${PREFIX}/share/games/fortune/rus - ${INSTALL_DATA} ${WRKSRC}/fortune-update.sh ${EXAMPLESDIR}/ + @${MKDIR} ${PREFIX}/share/games/fortune/ru_RU.UTF-8 + @${MKDIR} ${PREFIX}/share/games/fortune/ru_RU.KOI8-R + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/utf-8/fortune-bashorgru ${PREFIX}/share/games/fortune/ru_RU.UTF-8/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/utf-8/fortune-bashorgru.dat ${PREFIX}/share/games/fortune/ru_RU.UTF-8/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/utf-8/fortune-bashorgru-freebsd ${PREFIX}/share/games/fortune/ru_RU.UTF-8/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/utf-8/fortune-bashorgru-freebsd.dat ${PREFIX}/share/games/fortune/ru_RU.UTF-8/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/koi8-r/fortune-bashorgru ${PREFIX}/share/games/fortune/ru_RU.KOI8-R/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/koi8-r/fortune-bashorgru.dat ${PREFIX}/share/games/fortune/ru_RU.KOI8-R/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/koi8-r/fortune-bashorgru-freebsd ${PREFIX}/share/games/fortune/ru_RU.KOI8-R/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/koi8-r/fortune-bashorgru-freebsd.dat ${PREFIX}/share/games/fortune/ru_RU.KOI8-R/ + ${INSTALL_DATA} ${WRKSRC}/fortune-update.py ${EXAMPLESDIR}/ post-install: @${CAT} ${PKGMESSAGE} diff -urN ports/russian/fortune-bashorgru/distinfo ports/russian/fortune-bashorgrudistinfo --- ports/russian/fortune-bashorgru/distinfo 2007-08-13 18:36:19.000000000 +0400 +++ ports/russian/fortune-bashorgrudistinfo 2008-09-03 16:37:31.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (fortune-bashorgru-20070808.tar.gz) = f4c90f6e5854c33ac924ab16bf0d3137 -SHA256 (fortune-bashorgru-20070808.tar.gz) = 782efd2bc538d80e35fe71146b07052764c326d903cf27fcd3d80954f15f1199 -SIZE (fortune-bashorgru-20070808.tar.gz) = 1214657 +MD5 (fortune-bashorgru-20080903.tar.gz) = 49ae6ce702723f0ffdec427f3f65102f +SHA256 (fortune-bashorgru-20080903.tar.gz) = e732fdfc905f0fbf44fbcc80e7b9901dfaa5aac3c231007c14627f8bf8b3bb23 +SIZE (fortune-bashorgru-20080903.tar.gz) = 4713455 diff -urN ports/russian/fortune-bashorgru/files/pkg-message.in ports/russian/fortune-bashorgrufiles/pkg-message.in --- ports/russian/fortune-bashorgru/files/pkg-message.in 2007-08-13 18:36:20.000000000 +0400 +++ ports/russian/fortune-bashorgrufiles/pkg-message.in 2008-09-03 16:14:47.000000000 +0400 @@ -1,8 +1,8 @@ -Usage: -/usr/games/fortune %%PREFIX%%/share/games/fortune/rus/%%PORTNAME%% -or -/usr/games/fortune %%PREFIX%%/share/games/fortune/rus/%%PORTNAME%%-freebsd +Usage (if you are using utf-8): +/usr/games/fortune %%PREFIX%%/share/games/fortune/ru_RU.UTF-8 +or (if you are using koi8-r) +/usr/games/fortune %%PREFIX%%/share/games/fortune/ru_RU.KOI8-R Example script to keep your fortune up to date placed in %%EXAMPLESDIR%%/ diff -urN ports/russian/fortune-bashorgru/pkg-plist ports/russian/fortune-bashorgrupkg-plist --- ports/russian/fortune-bashorgru/pkg-plist 2007-08-13 18:36:19.000000000 +0400 +++ ports/russian/fortune-bashorgrupkg-plist 2008-09-03 16:11:53.000000000 +0400 @@ -1,9 +1,14 @@ -share/games/fortune/rus/fortune-bashorgru -share/games/fortune/rus/fortune-bashorgru.dat -share/games/fortune/rus/fortune-bashorgru-freebsd -share/games/fortune/rus/fortune-bashorgru-freebsd.dat -share/examples/fortune-bashorgru/fortune-update.sh -@dirrmtry share/games/fortune/rus +share/games/fortune/ru_RU.KOI8-R/fortune-bashorgru +share/games/fortune/ru_RU.KOI8-R/fortune-bashorgru.dat +share/games/fortune/ru_RU.UTF-8/fortune-bashorgru +share/games/fortune/ru_RU.UTF-8/fortune-bashorgru.dat +share/games/fortune/ru_RU.KOI8-R/fortune-bashorgru-freebsd +share/games/fortune/ru_RU.KOI8-R/fortune-bashorgru-freebsd.dat +share/games/fortune/ru_RU.UTF-8/fortune-bashorgru-freebsd +share/games/fortune/ru_RU.UTF-8/fortune-bashorgru-freebsd.dat +share/examples/fortune-bashorgru/fortune-update.py +@dirrmtry share/games/fortune/ru_RU.UTF-8 +@dirrmtry share/games/fortune/ru_RU.KOI8-R @dirrmtry share/examples/fortune-bashorgru @dirrmtry share/games/fortune @dirrmtry share/games >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 14:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 915101065681 for ; Wed, 3 Sep 2008 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9F18FC3F for ; Wed, 3 Sep 2008 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83EA3if094661 for ; Wed, 3 Sep 2008 14:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83EA3n6094660; Wed, 3 Sep 2008 14:10:03 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 14:10:03 GMT Resent-Message-Id: <200809031410.m83EA3n6094660@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22A61106566C for ; Wed, 3 Sep 2008 14:03:56 +0000 (UTC) (envelope-from fmysh@quad.dyndns.org) Received: from xeon.quad.dyndns.org (unknown [IPv6:2001:240:66e::2]) by mx1.freebsd.org (Postfix) with ESMTP id E5F978FC14 for ; Wed, 3 Sep 2008 14:03:55 +0000 (UTC) (envelope-from fmysh@quad.dyndns.org) Received: by xeon.quad.dyndns.org (Postfix, from userid 1001) id 2D0A71534C0; Wed, 3 Sep 2008 23:03:54 +0900 (JST) Message-Id: <20080903140354.2D0A71534C0@xeon.quad.dyndns.org> Date: Wed, 3 Sep 2008 23:03:54 +0900 (JST) From: TAOKA Fumiyoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: TAOKA Fumiyoshi Subject: ports/127068: Update port: graphics/proj to 4.6.1 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: Wed, 03 Sep 2008 14:10:03 -0000 >Number: 127068 >Category: ports >Synopsis: Update port: graphics/proj to 4.6.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 14:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update to proj-4.6.1 and proj-datumgrid-1.4. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/proj/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 12 Jan 2008 13:11:20 -0000 1.14 +++ Makefile 3 Sep 2008 13:49:55 -0000 @@ -5,16 +5,17 @@ # $FreeBSD: ports/graphics/proj/Makefile,v 1.14 2008/01/12 13:11:20 miwi Exp $ PORTNAME= proj -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 CATEGORIES= graphics geography -MASTER_SITES= ftp://ftp.remotesensing.org/proj/ +MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \ + http://download.osgeo.org/proj/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATUM_GRID_FILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= fmysh@iijmio-mail.jp COMMENT= Cartographic Projections library -DATUM_GRID_FILES= proj-datumgrid-1.3.tar.gz +DATUM_GRID_FILES= proj-datumgrid-1.4.tar.gz GNU_CONFIGURE= yes USE_GMAKE= yes @@ -24,8 +25,6 @@ MAN3= pj_init.3 post-extract: -.for file in ${DATUM_GRID_FILES} - @cd ${WRKSRC}/nad && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${file} ${EXTRACT_AFTER_ARGS} -.endfor + @${TAR} -xof ${DISTDIR}/${DATUM_GRID_FILES} -C ${WRKSRC}/nad .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/proj/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 12 Jan 2008 13:11:20 -0000 1.7 +++ distinfo 3 Sep 2008 13:51:25 -0000 @@ -1,6 +1,6 @@ -MD5 (proj-4.6.0.tar.gz) = 975d9b5954869e53523726a9c0e0e070 -SHA256 (proj-4.6.0.tar.gz) = 2aec7111d286edb225bb51953f240f391ce74575585a64b4158ebae54b05e127 -SIZE (proj-4.6.0.tar.gz) = 674411 -MD5 (proj-datumgrid-1.3.tar.gz) = 0c3163fb89f8fed41bdf372456a12641 -SHA256 (proj-datumgrid-1.3.tar.gz) = 520f04087cbbe92f62b821c544330efd4677285fb10e573f3e500e8f7961b62f -SIZE (proj-datumgrid-1.3.tar.gz) = 2116782 +MD5 (proj-4.6.1.tar.gz) = 7dbaab8431ad50c25669fd3fb28dc493 +SHA256 (proj-4.6.1.tar.gz) = 76d174edd4fdb4c49c1c0ed8308a469216c01e7177a4510b1b303ef3c5f97b47 +SIZE (proj-4.6.1.tar.gz) = 686045 +MD5 (proj-datumgrid-1.4.tar.gz) = d0a2930b5e26d139d6c851a798f909fa +SHA256 (proj-datumgrid-1.4.tar.gz) = 2f1b2029b403c7b5695b2198fb3e3e5d6c15943cba4e41fc4d7d505eb5da3034 +SIZE (proj-datumgrid-1.4.tar.gz) = 2252273 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/proj/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 12 Jan 2008 13:11:20 -0000 1.4 +++ pkg-plist 3 Sep 2008 13:58:42 -0000 @@ -15,6 +15,7 @@ lib/libproj.so.5 %%DATADIR%%/FL %%DATADIR%%/GL27 +%%DATADIR%%/IGNF %%DATADIR%%/MD %%DATADIR%%/TN %%DATADIR%%/WI @@ -28,6 +29,7 @@ %%DATADIR%%/nad.lst %%DATADIR%%/nad27 %%DATADIR%%/nad83 +%%DATADIR%%/ntf_r93.gsb %%DATADIR%%/ntv1_can.dat %%DATADIR%%/null %%DATADIR%%/nzgd2kgrid0005.gsb >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 15:21:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 601841065671; Wed, 3 Sep 2008 15:21:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3500E8FC2E; Wed, 3 Sep 2008 15:21:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83FL3BV002407; Wed, 3 Sep 2008 15:21:03 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83FL3WG002403; Wed, 3 Sep 2008 15:21:03 GMT (envelope-from miwi) Date: Wed, 3 Sep 2008 15:21:03 GMT Message-Id: <200809031521.m83FL3WG002403@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127065: [MAINTAINER UPDATE] russian/fortune-bashorgru 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, 03 Sep 2008 15:21:03 -0000 Synopsis: [MAINTAINER UPDATE] russian/fortune-bashorgru Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Sep 3 15:21:02 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127065 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 15:28:37 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C515106567D; Wed, 3 Sep 2008 15:28:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D57918FC22; Wed, 3 Sep 2008 15:28:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83FSaT9002656; Wed, 3 Sep 2008 15:28:36 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83FSasQ002652; Wed, 3 Sep 2008 15:28:36 GMT (envelope-from amdmi3) Date: Wed, 3 Sep 2008 15:28:36 GMT Message-Id: <200809031528.m83FSasQ002652@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/127068: Update port: graphics/proj to 4.6.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, 03 Sep 2008 15:28:37 -0000 Synopsis: Update port: graphics/proj to 4.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Wed Sep 3 15:28:36 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127068 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 15:59:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D609B1067853; Wed, 3 Sep 2008 15:59:19 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA7A78FC12; Wed, 3 Sep 2008 15:59:19 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (tabthorpe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83FxJm2005834; Wed, 3 Sep 2008 15:59:19 GMT (envelope-from tabthorpe@freefall.freebsd.org) Received: (from tabthorpe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83FxJqL005830; Wed, 3 Sep 2008 15:59:19 GMT (envelope-from tabthorpe) Date: Wed, 3 Sep 2008 15:59:19 GMT Message-Id: <200809031559.m83FxJqL005830@freefall.freebsd.org> To: Joerg.Pulz@frm2.tum.de, tabthorpe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: tabthorpe@FreeBSD.org Cc: Subject: Re: ports/126843: [patch] update sysutils/nut to use www/neon28 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, 03 Sep 2008 15:59:19 -0000 Synopsis: [patch] update sysutils/nut to use www/neon28 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: tabthorpe Responsible-Changed-When: Wed Sep 3 15:59:18 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126843 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 16:00:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03DA10678B6 for ; Wed, 3 Sep 2008 16:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B9F098FC22 for ; Wed, 3 Sep 2008 16:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83G053N005933 for ; Wed, 3 Sep 2008 16:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83G057c005932; Wed, 3 Sep 2008 16:00:05 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 16:00:05 GMT Resent-Message-Id: <200809031600.m83G057c005932@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "wenheping@gmail.com" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0735710680E5 for ; Wed, 3 Sep 2008 15:51:24 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id 741538FC14 for ; Wed, 3 Sep 2008 15:51:22 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1712347tid.3 for ; Wed, 03 Sep 2008 08:51:21 -0700 (PDT) Received: by 10.110.46.3 with SMTP id t3mr11416680tit.33.1220455205206; Wed, 03 Sep 2008 08:20:05 -0700 (PDT) Received: from fb7.wenjing.com ( [218.16.93.207]) by mx.google.com with ESMTPS id d1sm1537638tid.11.2008.09.03.08.19.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Sep 2008 08:20:02 -0700 (PDT) Message-Id: <1220483791.1133@fb7.wenjing.com> Date: Wed, 3 Sep 2008 23:16:31 -0000 From: "wenheping@gmail.com" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/127070: [New Port]www/cmsmadesimple: A Simple Open Source CMS 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, 03 Sep 2008 16:00:06 -0000 >Number: 127070 >Category: ports >Synopsis: [New Port]www/cmsmadesimple: A Simple Open Source CMS >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 Sep 03 16:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: wenheping@gmail.com >Release: FreeBSD 7.0-RELEASE i386 >Organization: ChangAn Middle School >Environment: System: FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >Description: CMSMS makes it easy to set up a site and then hand it over to non-techies to maintain. Unlike other CMS packages, it isn't over-complex, and it isn't just for blogs. The drop-down site navigation menus are the icing on the cake: just so easy to use. There's an excellent support forum too. WWW: http://www.cmsmadesimple.org/ >How-To-Repeat: >Fix: --- cmsms.shar.txt 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: # # cmsmadesimple # cmsmadesimple/files # cmsmadesimple/files/pkg-message.in # cmsmadesimple/pkg-plist # cmsmadesimple/pkg-descr # cmsmadesimple/distinfo # cmsmadesimple/Makefile # echo c - cmsmadesimple mkdir -p cmsmadesimple > /dev/null 2>&1 echo c - cmsmadesimple/files mkdir -p cmsmadesimple/files > /dev/null 2>&1 echo x - cmsmadesimple/files/pkg-message.in sed 's/^X//' >cmsmadesimple/files/pkg-message.in << 'END-of-cmsmadesimple/files/pkg-message.in' X XPOST-INSTALL CONFIGURATION FOR cmsmadesimple X===================================== X X1) Create a user and a database for cmsmadesimple to store all X its tables in (or choose an existing database). X X2) Add the following to your Apache configuration, and X restart the server: X X ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. X Alias /cmsmadesimple %%WWWDIR%%/ X AcceptPathInfo On X X AllowOverride None X Order Allow,Deny X Allow from all X X X3) Visit your CmsMadeSimple site with a browser (i.e., X http://your.server.com/cmsmadesimple/), and you should X be taken to the install.php script, which will lead X you through creating a config.php file and then X setting up cmsmadesimple. X XFor more information, see the INSTALL DOCUMENTATION: X X Xhttp://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Shell_Install X X===================================== END-of-cmsmadesimple/files/pkg-message.in echo x - cmsmadesimple/pkg-plist sed 's/^X//' >cmsmadesimple/pkg-plist << 'END-of-cmsmadesimple/pkg-plist' X%%WWWDIR%%/admin/deletecssassoc.php X%%WWWDIR%%/admin/editbookmark.php X%%WWWDIR%%/admin/copytemplate.php X%%WWWDIR%%/admin/deleteuserplugin.php X%%WWWDIR%%/admin/listusers.php X%%WWWDIR%%/admin/files.php X%%WWWDIR%%/admin/addtemplateassoc.php X%%WWWDIR%%/admin/listcssassoc.php X%%WWWDIR%%/admin/templatecss.php X%%WWWDIR%%/admin/editgroup.php X%%WWWDIR%%/admin/edituserplugin.php X%%WWWDIR%%/admin/adminlog.php X%%WWWDIR%%/admin/topusers.php X%%WWWDIR%%/admin/themes/default/images/icons/index.html X%%WWWDIR%%/admin/themes/default/images/icons/extra/index.html X%%WWWDIR%%/admin/themes/default/images/icons/extra/view.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/false.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/logout.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/red.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/green.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/true.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/yellow.gif X%%WWWDIR%%/admin/themes/default/images/icons/extra/space.gif X%%WWWDIR%%/admin/themes/default/images/icons/license.txt X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/index.html X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fxls.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fhtml.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fsound.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/frtf.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/upfolder.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fpowerp.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fzip.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fmedia.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fpaint.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/ffile.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fexe.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/folder.gif X%%WWWDIR%%/admin/themes/default/images/icons/filetypes/fdoc.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/users.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/wysiwyg.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/index.html X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/adminlog.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/images.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/managebookmarks.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/usersgroups.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/eventhandlers.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/viewsite.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/stylesheets.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/systeminfo.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/myprefs.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/checksum.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/preferences.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/logout.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/content.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/blobs.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/usertags.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/extensions.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/modules.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/shortcut.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/tags.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/siteprefs.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/template.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/siteadmin.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/groups.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/pages.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/newsmodule.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/groupperms.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/myaccount.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/bookmark.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/files.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/pagedefaults.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/layout.gif X%%WWWDIR%%/admin/themes/default/images/icons/topfiles/groupmembers.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/info-external.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/index.html X%%WWWDIR%%/admin/themes/default/images/icons/system/view.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/arrow-d.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/contract.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/delete.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/newobject.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/sort_down.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/expandall.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/contractall.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/edit.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/expand.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/copy.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/accept.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/groupassign.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/info.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/false.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/permissions.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/newfolder.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/css.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/true.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/reorder.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/sort_up.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/import.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/bookmark.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/arrow-u.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/stop.gif X%%WWWDIR%%/admin/themes/default/images/icons/system/back.gif X%%WWWDIR%%/admin/themes/default/images/icons/readme.txt X%%WWWDIR%%/admin/themes/default/images/index.html X%%WWWDIR%%/admin/themes/default/images/hstippled.gif X%%WWWDIR%%/admin/themes/default/images/vstippled.gif X%%WWWDIR%%/admin/themes/default/images/logo.gif X%%WWWDIR%%/admin/themes/default/images/hide_navtools.gif X%%WWWDIR%%/admin/themes/default/images/show_navtools.gif X%%WWWDIR%%/admin/themes/default/index.html X%%WWWDIR%%/admin/themes/default/defaultTheme.php X%%WWWDIR%%/admin/themes/default/includes/index.html X%%WWWDIR%%/admin/themes/default/includes/standard.js X%%WWWDIR%%/admin/themes/default/login.php X%%WWWDIR%%/admin/themes/default/css/index.html X%%WWWDIR%%/admin/themes/default/css/style-rtl.css X%%WWWDIR%%/admin/themes/default/css/style.css X%%WWWDIR%%/admin/themes/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/false.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/nav-icons.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/red.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/green.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/true.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/yellow.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra/space.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/users.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/wysiwyg.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/adminlog.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/images.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/managebookmarks.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/usersgroups.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/eventhandlers.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/viewsite.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/stylesheets.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/systeminfo.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/myprefs.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/checksum.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/preferences.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/logout.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/content.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/blobs.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/usertags.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/extensions.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/modules.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/shortcut.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/tags.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/siteprefs.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/template.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/siteadmin.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/groups.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/pages.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/newsmodule.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/groupperms.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/myaccount.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/files.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/pagedefaults.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/layout.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles/groupmembers.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/info-external.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/view.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/arrow-d.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/contract.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/delete.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/newobject.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/sort_down.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/expandall.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/contractall.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/edit.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/expand.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/copy.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/accept.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/groupassign.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/info.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/false.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/permissions.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/newfolder.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/css.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/true.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/reorder.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/sort_up.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/import.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/bookmark.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/arrow-u.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/stop.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system/back.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/icons/readme.txt X%%WWWDIR%%/admin/themes/NCleanGrey/images/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/atalhos.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/body.jpg X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/itenmenucontainer.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/Login.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/tabs.png X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/cont-top.png X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/ncleangrey-favicon.ico X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/bg_titles.png X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/bg_banner.png X%%WWWDIR%%/admin/themes/NCleanGrey/images/layout/nav.png X%%WWWDIR%%/admin/themes/NCleanGrey/images/logo.gif X%%WWWDIR%%/admin/themes/NCleanGrey/images/logoCMS.png X%%WWWDIR%%/admin/themes/NCleanGrey/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/NCleanGreyTheme.php X%%WWWDIR%%/admin/themes/NCleanGrey/includes/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/includes/standard.js X%%WWWDIR%%/admin/themes/NCleanGrey/vector/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/vector/logoCMS___PNG.png X%%WWWDIR%%/admin/themes/NCleanGrey/docs/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/docs/license.txt X%%WWWDIR%%/admin/themes/NCleanGrey/docs/screenNCleanGrey.jpg X%%WWWDIR%%/admin/themes/NCleanGrey/docs/CHANGELOG.txt X%%WWWDIR%%/admin/themes/NCleanGrey/docs/AUTHORS.txt X%%WWWDIR%%/admin/themes/NCleanGrey/docs/readme.txt X%%WWWDIR%%/admin/themes/NCleanGrey/login.php X%%WWWDIR%%/admin/themes/NCleanGrey/css/index.html X%%WWWDIR%%/admin/themes/NCleanGrey/css/style-rtl.css X%%WWWDIR%%/admin/themes/NCleanGrey/css/ie6.css X%%WWWDIR%%/admin/themes/NCleanGrey/css/style.css X%%WWWDIR%%/admin/deletetemplateassoc.php X%%WWWDIR%%/admin/listbookmarks.php X%%WWWDIR%%/admin/header.php X%%WWWDIR%%/admin/topextensions.php X%%WWWDIR%%/admin/lang/sv_SE.nls.php X%%WWWDIR%%/admin/lang/index.html X%%WWWDIR%%/admin/lang/et_EE.nls.php X%%WWWDIR%%/admin/lang/ro_RO.nls.php X%%WWWDIR%%/admin/lang/tr_TR.nls.php X%%WWWDIR%%/admin/lang/ja_JP.nls.php X%%WWWDIR%%/admin/lang/nl_NL.nls.php X%%WWWDIR%%/admin/lang/it_IT.nls.php X%%WWWDIR%%/admin/lang/af_ZA.nls.php X%%WWWDIR%%/admin/lang/hu_HU.nls.php X%%WWWDIR%%/admin/lang/eu_ES.nls.php X%%WWWDIR%%/admin/lang/id_ID.nls.php X%%WWWDIR%%/admin/lang/de_DE.nls.php X%%WWWDIR%%/admin/lang/ext/id_ID/admin.inc.php X%%WWWDIR%%/admin/lang/ext/id_ID/index.html X%%WWWDIR%%/admin/lang/ext/index.html X%%WWWDIR%%/admin/lang/ext/sv_SE/admin.inc.php X%%WWWDIR%%/admin/lang/ext/sv_SE/index.html X%%WWWDIR%%/admin/lang/ext/es_ES/admin.inc.php X%%WWWDIR%%/admin/lang/ext/es_ES/index.html X%%WWWDIR%%/admin/lang/ext/ca_ES/admin.inc.php X%%WWWDIR%%/admin/lang/ext/ca_ES/index.html X%%WWWDIR%%/admin/lang/ext/hr_HR/admin.inc.php X%%WWWDIR%%/admin/lang/ext/hr_HR/index.html X%%WWWDIR%%/admin/lang/ext/iw_IL/admin.inc.php X%%WWWDIR%%/admin/lang/ext/iw_IL/index.html X%%WWWDIR%%/admin/lang/ext/fi_FI/admin.inc.php X%%WWWDIR%%/admin/lang/ext/fi_FI/index.html X%%WWWDIR%%/admin/lang/ext/nl_NL/admin.inc.php X%%WWWDIR%%/admin/lang/ext/nl_NL/index.html X%%WWWDIR%%/admin/lang/ext/zh_CN/admin.inc.php X%%WWWDIR%%/admin/lang/ext/zh_CN/index.html X%%WWWDIR%%/admin/lang/ext/fr_FR/admin.inc.php X%%WWWDIR%%/admin/lang/ext/fr_FR/index.html X%%WWWDIR%%/admin/lang/ext/cs_CZ/admin.inc.php X%%WWWDIR%%/admin/lang/ext/cs_CZ/index.html X%%WWWDIR%%/admin/lang/ext/sk_SK/admin.inc.php X%%WWWDIR%%/admin/lang/ext/sk_SK/index.html X%%WWWDIR%%/admin/lang/ext/et_EE/admin.inc.php X%%WWWDIR%%/admin/lang/ext/et_EE/index.html X%%WWWDIR%%/admin/lang/ext/eo_UY/admin.inc.php X%%WWWDIR%%/admin/lang/ext/eo_UY/index.html X%%WWWDIR%%/admin/lang/ext/so_SO/admin.inc.php X%%WWWDIR%%/admin/lang/ext/so_SO/index.html X%%WWWDIR%%/admin/lang/ext/bg_BG/admin.inc.php X%%WWWDIR%%/admin/lang/ext/bg_BG/index.html X%%WWWDIR%%/admin/lang/ext/af_ZA/admin.inc.php X%%WWWDIR%%/admin/lang/ext/af_ZA/index.html X%%WWWDIR%%/admin/lang/ext/el_GR/admin.inc.php X%%WWWDIR%%/admin/lang/ext/el_GR/index.html X%%WWWDIR%%/admin/lang/ext/ru_RU/admin.inc.php X%%WWWDIR%%/admin/lang/ext/ru_RU/index.html X%%WWWDIR%%/admin/lang/ext/pl_PL/admin.inc.php X%%WWWDIR%%/admin/lang/ext/pl_PL/index.html X%%WWWDIR%%/admin/lang/ext/pl_PL/iso-admin.inc.php X%%WWWDIR%%/admin/lang/ext/pt_BR/admin.inc.php X%%WWWDIR%%/admin/lang/ext/pt_BR/index.html X%%WWWDIR%%/admin/lang/ext/zh_TW/admin.inc.php X%%WWWDIR%%/admin/lang/ext/zh_TW/index.html X%%WWWDIR%%/admin/lang/ext/pt_PT/admin.inc.php X%%WWWDIR%%/admin/lang/ext/pt_PT/index.html X%%WWWDIR%%/admin/lang/ext/da_DK/admin.inc.php X%%WWWDIR%%/admin/lang/ext/da_DK/index.html X%%WWWDIR%%/admin/lang/ext/eu_ES/admin.inc.php X%%WWWDIR%%/admin/lang/ext/eu_ES/index.html X%%WWWDIR%%/admin/lang/ext/ja_JP/admin.inc.php X%%WWWDIR%%/admin/lang/ext/ja_JP/index.html X%%WWWDIR%%/admin/lang/ext/nb_NO/admin.inc.php X%%WWWDIR%%/admin/lang/ext/nb_NO/index.html X%%WWWDIR%%/admin/lang/ext/sl_SI/admin.inc.php X%%WWWDIR%%/admin/lang/ext/sl_SI/index.html X%%WWWDIR%%/admin/lang/ext/tr_TR/admin.inc.php X%%WWWDIR%%/admin/lang/ext/tr_TR/index.html X%%WWWDIR%%/admin/lang/ext/ro_RO/admin.inc.php X%%WWWDIR%%/admin/lang/ext/ro_RO/index.html X%%WWWDIR%%/admin/lang/ext/lt_LT/admin.inc.php X%%WWWDIR%%/admin/lang/ext/lt_LT/index.html X%%WWWDIR%%/admin/lang/ext/it_IT/admin.inc.php X%%WWWDIR%%/admin/lang/ext/it_IT/index.html X%%WWWDIR%%/admin/lang/ext/hu_HU/admin.inc.php X%%WWWDIR%%/admin/lang/ext/hu_HU/index.html X%%WWWDIR%%/admin/lang/ext/is_IS/admin.inc.php X%%WWWDIR%%/admin/lang/ext/is_IS/index.html X%%WWWDIR%%/admin/lang/ext/de_DE/admin.inc.php X%%WWWDIR%%/admin/lang/ext/de_DE/index.html X%%WWWDIR%%/admin/lang/is_IS.nls.php X%%WWWDIR%%/admin/lang/en_US.nls.php X%%WWWDIR%%/admin/lang/zh_TW.nls.php X%%WWWDIR%%/admin/lang/sk_SK.nls.php X%%WWWDIR%%/admin/lang/pt_BR.nls.php X%%WWWDIR%%/admin/lang/pt_PT.nls.php X%%WWWDIR%%/admin/lang/en_US/admin.inc.php X%%WWWDIR%%/admin/lang/en_US/index.html X%%WWWDIR%%/admin/lang/zh_CN.nls.php X%%WWWDIR%%/admin/lang/pl_PL.nls.php X%%WWWDIR%%/admin/lang/fr_FR.nls.php X%%WWWDIR%%/admin/lang/sr_YU.nls.php X%%WWWDIR%%/admin/lang/ru_RU.nls.php X%%WWWDIR%%/admin/lang/fi_FI.nls.php X%%WWWDIR%%/admin/lang/es_ES.nls.php X%%WWWDIR%%/admin/lang/cs_CZ.nls.php X%%WWWDIR%%/admin/lang/nb_NO.nls.php X%%WWWDIR%%/admin/lang/bg_BG.nls.php X%%WWWDIR%%/admin/lang/lt_LT.nls.php X%%WWWDIR%%/admin/lang/el_GR.nls.php X%%WWWDIR%%/admin/lang/ca_ES.nls.php X%%WWWDIR%%/admin/lang/da_DK.nls.php X%%WWWDIR%%/admin/listusertags.php X%%WWWDIR%%/admin/deletebookmark.php X%%WWWDIR%%/admin/addbookmark.php X%%WWWDIR%%/admin/listtemplates.php X%%WWWDIR%%/admin/listhtmlblobs.php X%%WWWDIR%%/admin/topcontent.php X%%WWWDIR%%/admin/style.php X%%WWWDIR%%/admin/logout.php X%%WWWDIR%%/admin/multistylesheet.php X%%WWWDIR%%/admin/multicontent.php X%%WWWDIR%%/admin/templates/checksum.tpl X%%WWWDIR%%/admin/templates/index.html X%%WWWDIR%%/admin/templates/systeminfo.txt.tpl X%%WWWDIR%%/admin/templates/listcssassoc.tpl X%%WWWDIR%%/admin/templates/changegroupperm.tpl X%%WWWDIR%%/admin/templates/changeusergroup.tpl X%%WWWDIR%%/admin/templates/systeminfo.tpl X%%WWWDIR%%/admin/changegroupperm.php X%%WWWDIR%%/admin/deletehtmlblob.php X%%WWWDIR%%/admin/toplayout.php X%%WWWDIR%%/admin/editevent.php X%%WWWDIR%%/admin/edituser.php X%%WWWDIR%%/admin/listcss.php X%%WWWDIR%%/admin/tab.php X%%WWWDIR%%/admin/lang.php X%%WWWDIR%%/admin/myedituser.php X%%WWWDIR%%/admin/footer.php X%%WWWDIR%%/admin/changegroupassign.php X%%WWWDIR%%/admin/editcontent.php X%%WWWDIR%%/admin/addcssassoc.php X%%WWWDIR%%/admin/home.php X%%WWWDIR%%/admin/addgroup.php X%%WWWDIR%%/admin/loginstyle.php X%%WWWDIR%%/admin/topmyprefs.php X%%WWWDIR%%/admin/addtemplate.php X%%WWWDIR%%/admin/adduserplugin.php X%%WWWDIR%%/admin/adduser.php X%%WWWDIR%%/admin/topadmin.php X%%WWWDIR%%/admin/deletetemplate.php X%%WWWDIR%%/admin/index.php X%%WWWDIR%%/admin/menu.php X%%WWWDIR%%/admin/addcss.php X%%WWWDIR%%/admin/eventhandlers.php X%%WWWDIR%%/admin/deletegroup.php X%%WWWDIR%%/admin/editprefs.php X%%WWWDIR%%/admin/edittemplate.php X%%WWWDIR%%/admin/listmodules.php X%%WWWDIR%%/admin/makebookmark.php X%%WWWDIR%%/admin/siteprefs.php X%%WWWDIR%%/admin/imagefiles.php X%%WWWDIR%%/admin/multitemplate.php X%%WWWDIR%%/admin/addhtmlblob.php X%%WWWDIR%%/admin/copystylesheet.php X%%WWWDIR%%/admin/listgroups.php X%%WWWDIR%%/admin/moduleinterface.php X%%WWWDIR%%/admin/deletecss.php X%%WWWDIR%%/admin/deleteuser.php X%%WWWDIR%%/admin/login.php X%%WWWDIR%%/admin/addcontent.php X%%WWWDIR%%/admin/systeminfo.php X%%WWWDIR%%/admin/editcss.php X%%WWWDIR%%/admin/checksum.php X%%WWWDIR%%/admin/listtags.php X%%WWWDIR%%/admin/pagedefaults.php X%%WWWDIR%%/admin/listcontent.php X%%WWWDIR%%/admin/edithtmlblob.php X%%WWWDIR%%/doc/index.html X%%WWWDIR%%/doc/INSTALL.txt X%%WWWDIR%%/doc/.htaccess X%%WWWDIR%%/doc/UPGRADE.txt X%%WWWDIR%%/doc/CHANGELOG.txt X%%WWWDIR%%/doc/AUTHORS.txt X%%WWWDIR%%/doc/htaccess.txt X%%WWWDIR%%/doc/COPYING.txt X%%WWWDIR%%/doc/README.txt X%%WWWDIR%%/images/index.html X%%WWWDIR%%/images/cms/logo1.gif X%%WWWDIR%%/images/cms/index.html X%%WWWDIR%%/images/cms/external.gif X%%WWWDIR%%/images/cms/arrow-right-active.gif X%%WWWDIR%%/images/cms/arrow-right.gif X%%WWWDIR%%/images/cms/arrow-r.gif X%%WWWDIR%%/images/cms/cmsloginbanner.gif X%%WWWDIR%%/images/cms/dash.gif X%%WWWDIR%%/images/cms/cms-88x31.gif X%%WWWDIR%%/images/cms/page_structure.png X%%WWWDIR%%/images/cms/arrow-down.gif X%%WWWDIR%%/images/cms/xml_rss.gif X%%WWWDIR%%/images/cms/arrow-l.gif X%%WWWDIR%%/images/cms/printbutton.gif X%%WWWDIR%%/images/cms/cmsbanner.jpg X%%WWWDIR%%/images/cms/arrow.gif X%%WWWDIR%%/images/cms/cmsbanner.gif X%%WWWDIR%%/images/cms/cmsmsbanner.jpg X%%WWWDIR%%/images/cms/login.gif X%%WWWDIR%%/images/cms/editbutton.png X%%WWWDIR%%/images/cms/cms-80x15.gif X%%WWWDIR%%/images/cms/cmslogo.gif X%%WWWDIR%%/images/cms/rss.png X%%WWWDIR%%/images/.htaccess X%%WWWDIR%%/install/images/2off.gif X%%WWWDIR%%/install/images/index.html X%%WWWDIR%%/install/images/1off.gif X%%WWWDIR%%/install/images/5off.gif X%%WWWDIR%%/install/images/6.gif X%%WWWDIR%%/install/images/false.gif X%%WWWDIR%%/install/images/1.gif X%%WWWDIR%%/install/images/2.gif X%%WWWDIR%%/install/images/red.gif X%%WWWDIR%%/install/images/4.gif X%%WWWDIR%%/install/images/green.gif X%%WWWDIR%%/install/images/true.gif X%%WWWDIR%%/install/images/6off.gif X%%WWWDIR%%/install/images/4off.gif X%%WWWDIR%%/install/images/yellow.gif X%%WWWDIR%%/install/images/5.gif X%%WWWDIR%%/install/images/3off.gif X%%WWWDIR%%/install/images/3.gif X%%WWWDIR%%/install/upgrades/index.html X%%WWWDIR%%/install/upgrades/upgrade.22.to.23.php X%%WWWDIR%%/install/upgrades/upgrade.16.to.17.php X%%WWWDIR%%/install/upgrades/upgrade.26.to.27.php X%%WWWDIR%%/install/upgrades/upgrade.8.to.9.php X%%WWWDIR%%/install/upgrades/upgrade.19.to.20.php X%%WWWDIR%%/install/upgrades/upgrade.25.to.26.php X%%WWWDIR%%/install/upgrades/upgrade.15.to.16.php X%%WWWDIR%%/install/upgrades/upgrade.7.to.8.php X%%WWWDIR%%/install/upgrades/upgrade.6.to.7.php X%%WWWDIR%%/install/upgrades/upgrade.13.to.14.php X%%WWWDIR%%/install/upgrades/upgrade.21.to.22.php X%%WWWDIR%%/install/upgrades/upgrade.3.to.4.php X%%WWWDIR%%/install/upgrades/upgrade.27.to.28.php X%%WWWDIR%%/install/upgrades/upgrade.23.to.24.php X%%WWWDIR%%/install/upgrades/upgrade.14.to.15.php X%%WWWDIR%%/install/upgrades/upgrade.5.to.6.php X%%WWWDIR%%/install/upgrades/upgrade.4.to.5.php X%%WWWDIR%%/install/upgrades/upgrade.10.to.11.php X%%WWWDIR%%/install/upgrades/upgrade.29.to.30.php X%%WWWDIR%%/install/upgrades/upgrade.11.to.12.php X%%WWWDIR%%/install/upgrades/upgrade.28.to.29.php X%%WWWDIR%%/install/upgrades/upgrade.30.to.31.php X%%WWWDIR%%/install/upgrades/upgrade.2.to.3.php X%%WWWDIR%%/install/upgrades/upgrade.9.to.10.php X%%WWWDIR%%/install/upgrades/upgrade.17.to.18.php X%%WWWDIR%%/install/upgrades/upgrade.20.to.21.php X%%WWWDIR%%/install/upgrades/upgrade.24.to.25.php X%%WWWDIR%%/install/upgrades/upgrade.12.to.13.php X%%WWWDIR%%/install/upgrades/upgrade.18.to.19.php X%%WWWDIR%%/install/upgrades/upgrade.1.to.2.php X%%WWWDIR%%/install/schemas/index.html X%%WWWDIR%%/install/schemas/schema.php X%%WWWDIR%%/install/schemas/initial.sql X%%WWWDIR%%/install/schemas/extra.sql X%%WWWDIR%%/install/schemas/createseq.php X%%WWWDIR%%/install/lang/index.html X%%WWWDIR%%/install/lang/ext/index.html X%%WWWDIR%%/install/lang/ext/ca_ES.php X%%WWWDIR%%/install/lang/ext/fi_FI.php X%%WWWDIR%%/install/lang/ext/sv_SE.php X%%WWWDIR%%/install/lang/ext/sl_SI.php X%%WWWDIR%%/install/lang/ext/pt_PT.php X%%WWWDIR%%/install/lang/ext/it_IT.php X%%WWWDIR%%/install/lang/ext/fr_FR.php X%%WWWDIR%%/install/lang/ext/lt_LT.php X%%WWWDIR%%/install/lang/ext/nl_NL.php X%%WWWDIR%%/install/lang/ext/pt_BR.php X%%WWWDIR%%/install/lang/ext/cs_CZ.php X%%WWWDIR%%/install/lang/ext/da_DK.php X%%WWWDIR%%/install/lang/ext/sk_SK.php X%%WWWDIR%%/install/lang/ext/nb_NO.php X%%WWWDIR%%/install/lang/ext/de_DE.php X%%WWWDIR%%/install/lang/ext/ru_RU.php X%%WWWDIR%%/install/lang/en_US.php X%%WWWDIR%%/install/templates/page0.tpl X%%WWWDIR%%/install/templates/index.html X%%WWWDIR%%/install/templates/page3.tpl X%%WWWDIR%%/install/templates/installer_start.tpl X%%WWWDIR%%/install/templates/page6.tpl X%%WWWDIR%%/install/templates/installer_end.tpl X%%WWWDIR%%/install/templates/page2.tpl X%%WWWDIR%%/install/templates/page4.tpl X%%WWWDIR%%/install/templates/page1.tpl X%%WWWDIR%%/install/templates/header.tpl X%%WWWDIR%%/install/templates/page5.tpl X%%WWWDIR%%/install/lang.php X%%WWWDIR%%/install/lib/index.html X%%WWWDIR%%/install/lib/classes/index.html X%%WWWDIR%%/install/lib/classes/CMSInstallerPage5.class.php X%%WWWDIR%%/install/lib/classes/CMSInstallerPage4.class.php X%%WWWDIR%%/install/lib/classes/CMSInstallerPage1.class.php X%%WWWDIR%%/install/lib/classes/CMSInstallerPage2.class.php X%%WWWDIR%%/install/lib/classes/CMSInstaller.class.php X%%WWWDIR%%/install/lib/classes/CMSInstallerPage.class.php X%%WWWDIR%%/install/lib/classes/CMSInstallerPage3.class.php X%%WWWDIR%%/install/lib/classes/CMSInstallerPage6.class.php X%%WWWDIR%%/install/upgrade.php X%%WWWDIR%%/install/index.php X%%WWWDIR%%/install/install.css X%%WWWDIR%%/install/translation.functions.php X%%WWWDIR%%/lib/xajax/index.html X%%WWWDIR%%/lib/xajax/xajax_js/index.html X%%WWWDIR%%/lib/xajax/xajax_js/xajax_uncompressed.js X%%WWWDIR%%/lib/xajax/xajax_js/xajax.js X%%WWWDIR%%/lib/xajax/xajaxResponse.inc.php X%%WWWDIR%%/lib/xajax/xajax.inc.php X%%WWWDIR%%/lib/xajax/xajaxCompress.php X%%WWWDIR%%/lib/misc.functions.php X%%WWWDIR%%/lib/replacement.php X%%WWWDIR%%/lib/smarty/Config_File.class.php X%%WWWDIR%%/lib/smarty/index.html X%%WWWDIR%%/lib/smarty/plugins/index.html X%%WWWDIR%%/lib/smarty/plugins/block.cms_markdown.php X%%WWWDIR%%/lib/smarty/plugins/modifier.indent.php X%%WWWDIR%%/lib/smarty/plugins/modifier.date_format.php X%%WWWDIR%%/lib/smarty/plugins/function.html_checkboxes.php X%%WWWDIR%%/lib/smarty/plugins/modifier.spacify.php X%%WWWDIR%%/lib/smarty/plugins/shared.make_timestamp.php X%%WWWDIR%%/lib/smarty/plugins/function.cycle.php X%%WWWDIR%%/lib/smarty/plugins/function.mailto.php X%%WWWDIR%%/lib/smarty/plugins/modifier.count_paragraphs.php X%%WWWDIR%%/lib/smarty/plugins/modifier.regex_replace.php X%%WWWDIR%%/lib/smarty/plugins/modifier.upper.php X%%WWWDIR%%/lib/smarty/plugins/modifier.truncate.php X%%WWWDIR%%/lib/smarty/plugins/modifier.escape.php X%%WWWDIR%%/lib/smarty/plugins/function.debug.php X%%WWWDIR%%/lib/smarty/plugins/function.assign_debug_info.php X%%WWWDIR%%/lib/smarty/plugins/compiler.assign.php X%%WWWDIR%%/lib/smarty/plugins/function.config_load.php X%%WWWDIR%%/lib/smarty/plugins/modifier.count_sentences.php X%%WWWDIR%%/lib/smarty/plugins/function.math.php X%%WWWDIR%%/lib/smarty/plugins/outputfilter.trimwhitespace.php X%%WWWDIR%%/lib/smarty/plugins/function.popup.php X%%WWWDIR%%/lib/smarty/plugins/function.fetch.php X%%WWWDIR%%/lib/smarty/plugins/function.html_select_time.php X%%WWWDIR%%/lib/smarty/plugins/function.html_image.php X%%WWWDIR%%/lib/smarty/plugins/modifier.debug_print_var.php X%%WWWDIR%%/lib/smarty/plugins/modifier.replace.php X%%WWWDIR%%/lib/smarty/plugins/function.counter.php X%%WWWDIR%%/lib/smarty/plugins/modifier.string_format.php X%%WWWDIR%%/lib/smarty/plugins/modifier.strip_tags.php X%%WWWDIR%%/lib/smarty/plugins/modifier.count_characters.php X%%WWWDIR%%/lib/smarty/plugins/modifier.count_words.php X%%WWWDIR%%/lib/smarty/plugins/modifier.capitalize.php X%%WWWDIR%%/lib/smarty/plugins/function.html_options.php X%%WWWDIR%%/lib/smarty/plugins/modifier.cat.php X%%WWWDIR%%/lib/smarty/plugins/function.html_select_date.php X%%WWWDIR%%/lib/smarty/plugins/modifier.wordwrap.php X%%WWWDIR%%/lib/smarty/plugins/modifier.markdown.php X%%WWWDIR%%/lib/smarty/plugins/function.html_table.php X%%WWWDIR%%/lib/smarty/plugins/function.popup_init.php X%%WWWDIR%%/lib/smarty/plugins/function.eval.php X%%WWWDIR%%/lib/smarty/plugins/shared.escape_special_chars.php X%%WWWDIR%%/lib/smarty/plugins/modifier.lower.php X%%WWWDIR%%/lib/smarty/plugins/modifier.strip.php X%%WWWDIR%%/lib/smarty/plugins/block.textformat.php X%%WWWDIR%%/lib/smarty/plugins/modifier.nl2br.php X%%WWWDIR%%/lib/smarty/plugins/modifier.default.php X%%WWWDIR%%/lib/smarty/plugins/function.html_radios.php X%%WWWDIR%%/lib/smarty/Smarty_Compiler.class.php X%%WWWDIR%%/lib/smarty/CMS_Compiler.class.php X%%WWWDIR%%/lib/smarty/debug.tpl X%%WWWDIR%%/lib/smarty/Smarty.class.php X%%WWWDIR%%/lib/smarty/README X%%WWWDIR%%/lib/smarty/internals/core.get_microtime.php X%%WWWDIR%%/lib/smarty/internals/core.is_secure.php X%%WWWDIR%%/lib/smarty/internals/index.html X%%WWWDIR%%/lib/smarty/internals/core.rmdir.php X%%WWWDIR%%/lib/smarty/internals/core.write_cache_file.php X%%WWWDIR%%/lib/smarty/internals/core.assemble_plugin_filepath.php X%%WWWDIR%%/lib/smarty/internals/core.smarty_include_php.php X%%WWWDIR%%/lib/smarty/internals/core.get_include_path.php X%%WWWDIR%%/lib/smarty/internals/core.get_php_resource.php X%%WWWDIR%%/lib/smarty/internals/core.create_dir_structure.php X%%WWWDIR%%/lib/smarty/internals/core.process_cached_inserts.php X%%WWWDIR%%/lib/smarty/internals/core.read_cache_file.php X%%WWWDIR%%/lib/smarty/internals/core.load_resource_plugin.php X%%WWWDIR%%/lib/smarty/internals/core.run_insert_handler.php X%%WWWDIR%%/lib/smarty/internals/core.assign_smarty_interface.php X%%WWWDIR%%/lib/smarty/internals/core.load_plugins.php X%%WWWDIR%%/lib/smarty/internals/core.write_compiled_resource.php X%%WWWDIR%%/lib/smarty/internals/core.rm_auto.php X%%WWWDIR%%/lib/smarty/internals/core.write_file.php X%%WWWDIR%%/lib/smarty/internals/core.display_debug_console.php X%%WWWDIR%%/lib/smarty/internals/core.is_trusted.php X%%WWWDIR%%/lib/smarty/internals/core.process_compiled_include.php X%%WWWDIR%%/lib/smarty/internals/core.write_compiled_include.php X%%WWWDIR%%/lib/index.html X%%WWWDIR%%/lib/helparea.js X%%WWWDIR%%/lib/adodb_lite/generic_modules/index.html X%%WWWDIR%%/lib/adodb_lite/generic_modules/object_module.inc X%%WWWDIR%%/lib/adodb_lite/generic_modules/pear_module.inc X%%WWWDIR%%/lib/adodb_lite/generic_modules/menu_module.inc X%%WWWDIR%%/lib/adodb_lite/generic_modules/adodblite_module.inc X%%WWWDIR%%/lib/adodb_lite/index.html X%%WWWDIR%%/lib/adodb_lite/adodb-xmlschema.inc.php X%%WWWDIR%%/lib/adodb_lite/lang/index.html X%%WWWDIR%%/lib/adodb_lite/lang/adodb-en.inc.php X%%WWWDIR%%/lib/adodb_lite/adodb-errorpear.inc.php X%%WWWDIR%%/lib/adodb_lite/adodb-exceptions.inc.php X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_datadict.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_transaction_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_date_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_driver.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli/mysqli_extend_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_transaction_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_datadict.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_date_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_extend_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_driver.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_date_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_extend_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_transaction_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_meta_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres/postgres_datadict.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_transaction_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_datadict.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_driver.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_date_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_meta_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64/postgres64_extend_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_driver.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_date_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_extend_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_transaction_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7/postgres7_datadict.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/index.html X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_datadict.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_meta_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_driver.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_date_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_extend_module.inc X%%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8/postgres8_transaction_module.inc X%%WWWDIR%%/lib/adodb_lite/adodb-error.inc.php X%%WWWDIR%%/lib/adodb_lite/adodb-errorhandler.inc.php X%%WWWDIR%%/lib/adodb_lite/adodb.inc.php X%%WWWDIR%%/lib/adodb_lite/adodb-datadict.inc.php X%%WWWDIR%%/lib/adodb_lite/adodb.config.php X%%WWWDIR%%/lib/adodb_lite/xmlschema.dtd X%%WWWDIR%%/lib/adodb_lite/adodb-time.inc.php X%%WWWDIR%%/lib/classes/class.pageinfo.inc.php X%%WWWDIR%%/lib/classes/class.admintheme.inc.php X%%WWWDIR%%/lib/classes/index.html X%%WWWDIR%%/lib/classes/class.global.inc.php X%%WWWDIR%%/lib/classes/class.templateoperations.inc.php X%%WWWDIR%%/lib/classes/class.group.inc.php X%%WWWDIR%%/lib/classes/class.stylesheet.inc.php X%%WWWDIR%%/lib/classes/class.content.inc.php X%%WWWDIR%%/lib/classes/class.bookmarkoperations.inc.php X%%WWWDIR%%/lib/classes/class.useroperations.inc.php X%%WWWDIR%%/lib/classes/class.user.inc.php X%%WWWDIR%%/lib/classes/class.globalcontent.inc.php X%%WWWDIR%%/lib/classes/class.moduleoperations.inc.php X%%WWWDIR%%/lib/classes/class.template.inc.php X%%WWWDIR%%/lib/classes/class.globalcontentoperations.inc.php X%%WWWDIR%%/lib/classes/module_support/modmisc.inc.php X%%WWWDIR%%/lib/classes/module_support/index.html X%%WWWDIR%%/lib/classes/module_support/modlang.inc.php X%%WWWDIR%%/lib/classes/module_support/modtemplates.inc.php X%%WWWDIR%%/lib/classes/module_support/modform.inc.php X%%WWWDIR%%/lib/classes/module_support/modredirect.inc.php X%%WWWDIR%%/lib/classes/contenttypes/index.html X%%WWWDIR%%/lib/classes/contenttypes/PageLink.inc.php X%%WWWDIR%%/lib/classes/contenttypes/Content.inc.php X%%WWWDIR%%/lib/classes/contenttypes/SectionHeader.inc.php X%%WWWDIR%%/lib/classes/contenttypes/Link.inc.php X%%WWWDIR%%/lib/classes/contenttypes/Separator.inc.php X%%WWWDIR%%/lib/classes/class.groupoperations.inc.php X%%WWWDIR%%/lib/classes/class.contentoperations.inc.php X%%WWWDIR%%/lib/classes/class.moduleloader.inc.php X%%WWWDIR%%/lib/classes/class.events.inc.php X%%WWWDIR%%/lib/classes/class.module.inc.php X%%WWWDIR%%/lib/classes/class.bookmark.inc.php X%%WWWDIR%%/lib/classes/class.recentpage.inc.php X%%WWWDIR%%/lib/classes/class.stylesheetoperations.inc.php X%%WWWDIR%%/lib/classes/class.usertagoperations.inc.php X%%WWWDIR%%/lib/content.functions.php X%%WWWDIR%%/lib/adodb.functions.php X%%WWWDIR%%/lib/test.functions.php X%%WWWDIR%%/lib/module.functions.php X%%WWWDIR%%/lib/file.functions.php X%%WWWDIR%%/lib/scriptaculous/index.html X%%WWWDIR%%/lib/scriptaculous/unittest.js X%%WWWDIR%%/lib/scriptaculous/dragdrop.js X%%WWWDIR%%/lib/scriptaculous/controls.js X%%WWWDIR%%/lib/scriptaculous/cmsext.js X%%WWWDIR%%/lib/scriptaculous/scriptaculous.js X%%WWWDIR%%/lib/scriptaculous/util.js X%%WWWDIR%%/lib/scriptaculous/effects.js X%%WWWDIR%%/lib/scriptaculous/prototype.js X%%WWWDIR%%/lib/filemanager/index.html X%%WWWDIR%%/lib/filemanager/filetypes.inc.php X%%WWWDIR%%/lib/filemanager/ImageManager/index.html X%%WWWDIR%%/lib/filemanager/ImageManager/assets/index.html X%%WWWDIR%%/lib/filemanager/ImageManager/assets/dialog.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/editorFrame.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/editor.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/slider.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/EditorContent.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/popup.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/images.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/imagelist.css X%%WWWDIR%%/lib/filemanager/ImageManager/assets/editorFrame.css X%%WWWDIR%%/lib/filemanager/ImageManager/assets/manager.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/hover.htc X%%WWWDIR%%/lib/filemanager/ImageManager/assets/ImageEditor.css X%%WWWDIR%%/lib/filemanager/ImageManager/assets/editor.css X%%WWWDIR%%/lib/filemanager/ImageManager/assets/wz_jsgraphics.js X%%WWWDIR%%/lib/filemanager/ImageManager/assets/manager.css X%%WWWDIR%%/lib/filemanager/ImageManager/newFolder.html X%%WWWDIR%%/lib/filemanager/ImageManager/lang/index.html X%%WWWDIR%%/lib/filemanager/ImageManager/lang/en.js X%%WWWDIR%%/lib/filemanager/ImageManager/lang/nl.js X%%WWWDIR%%/lib/filemanager/ImageManager/images.php X%%WWWDIR%%/lib/filemanager/ImageManager/editorFrame.php X%%WWWDIR%%/lib/filemanager/ImageManager/img/t_white.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/measure.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/btnFolderUp.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/index.html X%%WWWDIR%%/lib/filemanager/ImageManager/img/edit_active.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/locked.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/2x2.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/unlocked.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/unlocked2.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/div.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/edit_trash.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/noimages.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/btn_cancel.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/scale.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/default.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/edit_pencil.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/save.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/spacer.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/2x2_w.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/islocked2.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/dots.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/btnFolderNew.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/hand.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/btn_ok.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/crop.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/rotate.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/folder.gif X%%WWWDIR%%/lib/filemanager/ImageManager/img/t_black.gif X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/ImageManager.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/index.html X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/NetPBM.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/package.xml X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/Files.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/ImageEditor.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/GD.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/Thumbnail.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/IM.php X%%WWWDIR%%/lib/filemanager/ImageManager/Classes/Transform.php X%%WWWDIR%%/lib/filemanager/ImageManager/IMEStandalone.js X%%WWWDIR%%/lib/filemanager/ImageManager/config.inc.php X%%WWWDIR%%/lib/filemanager/ImageManager/thumbs.php X%%WWWDIR%%/lib/filemanager/ImageManager/manager.php X%%WWWDIR%%/lib/filemanager/ImageManager/editor.php X%%WWWDIR%%/lib/config.functions.php X%%WWWDIR%%/lib/html_entity_decode_php4.php X%%WWWDIR%%/lib/sllists/index.html X%%WWWDIR%%/lib/sllists/SLLists.class.php X%%WWWDIR%%/lib/sllists/css/index.html X%%WWWDIR%%/lib/sllists/css/lists.css X%%WWWDIR%%/lib/page.functions.php X%%WWWDIR%%/lib/Tree/index.html X%%WWWDIR%%/lib/Tree/Tree.php X%%WWWDIR%%/lib/dynamic_tabs/index.html X%%WWWDIR%%/lib/dynamic_tabs/tabs.js X%%WWWDIR%%/lib/translation.functions.php X%%WWWDIR%%/modules/index.html X%%WWWDIR%%/modules/ModuleManager/index.html X%%WWWDIR%%/modules/ModuleManager/ModuleManager.module.php X%%WWWDIR%%/modules/ModuleManager/lang/index.html X%%WWWDIR%%/modules/ModuleManager/lang/ext/index.html X%%WWWDIR%%/modules/ModuleManager/lang/ext/ca_ES.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/fi_FI.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/sv_SE.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/es_ES.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/et_EE.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/pt_PT.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/it_IT.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/fr_FR.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/lt_LT.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/el_GR.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/nl_NL.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/da_DK.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/pl_PL.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/nb_NO.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/hu_HU.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/de_DE.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/ru_RU.php X%%WWWDIR%%/modules/ModuleManager/lang/ext/ja_JP.php X%%WWWDIR%%/modules/ModuleManager/lang/en_US.php X%%WWWDIR%%/modules/ModuleManager/templates/index.html X%%WWWDIR%%/modules/ModuleManager/templates/adminpanel.tpl X%%WWWDIR%%/modules/ModuleManager/templates/error.tpl X%%WWWDIR%%/modules/ModuleManager/templates/adminprefs.tpl X%%WWWDIR%%/modules/ModuleManager/templates/remotecontent.tpl X%%WWWDIR%%/modules/ModuleManager/action.setprefs.php X%%WWWDIR%%/modules/ModuleManager/action.upgrademodule.php X%%WWWDIR%%/modules/ModuleManager/docs/index.html X%%WWWDIR%%/modules/ModuleManager/docs/COPYING X%%WWWDIR%%/modules/ModuleManager/action.defaultadmin.php X%%WWWDIR%%/modules/nuSOAP/index.html X%%WWWDIR%%/modules/nuSOAP/lang/index.html X%%WWWDIR%%/modules/nuSOAP/lang/ext/ro_RO.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/index.html X%%WWWDIR%%/modules/nuSOAP/lang/ext/fi_FI.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/sl_SI.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/es_ES.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/et_EE.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/pt_PT.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/it_IT.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/fr_FR.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/lt_LT.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/nl_NL.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/nb_NO.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/hu_HU.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/de_DE.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/ru_RU.php X%%WWWDIR%%/modules/nuSOAP/lang/ext/ja_JP.php X%%WWWDIR%%/modules/nuSOAP/lang/en_US.php X%%WWWDIR%%/modules/nuSOAP/classes/index.html X%%WWWDIR%%/modules/nuSOAP/classes/class.soap_transport_http.php X%%WWWDIR%%/modules/nuSOAP/classes/class.nusoap_base.php X%%WWWDIR%%/modules/nuSOAP/classes/class.soap_parser.php X%%WWWDIR%%/modules/nuSOAP/classes/class.xmlschema.php X%%WWWDIR%%/modules/nuSOAP/classes/nusoap.php X%%WWWDIR%%/modules/nuSOAP/classes/class.soap_fault.php X%%WWWDIR%%/modules/nuSOAP/classes/class.wsdlcache.php X%%WWWDIR%%/modules/nuSOAP/classes/class.nu_soapclient.php X%%WWWDIR%%/modules/nuSOAP/classes/class.wsdl.php X%%WWWDIR%%/modules/nuSOAP/classes/class.soap_server.php X%%WWWDIR%%/modules/nuSOAP/classes/nusoapmime.php X%%WWWDIR%%/modules/nuSOAP/classes/class.soap_val.php X%%WWWDIR%%/modules/nuSOAP/nuSOAP.module.php X%%WWWDIR%%/modules/ThemeManager/index.html X%%WWWDIR%%/modules/ThemeManager/lang/index.html X%%WWWDIR%%/modules/ThemeManager/lang/ext/index.html X%%WWWDIR%%/modules/ThemeManager/lang/ext/fi_FI.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/sv_SE.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/es_ES.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/et_EE.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/pt_PT.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/it_IT.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/fr_FR.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/lt_LT.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/nl_NL.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/pt_BR.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/da_DK.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/pl_PL.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/nb_NO.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/hu_HU.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/de_DE.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/ru_RU.php X%%WWWDIR%%/modules/ThemeManager/lang/ext/ja_JP.php X%%WWWDIR%%/modules/ThemeManager/lang/en_US.php X%%WWWDIR%%/modules/ThemeManager/ThemeManager.module.php X%%WWWDIR%%/modules/ThemeManager/templates/index.html X%%WWWDIR%%/modules/ThemeManager/templates/import.tpl X%%WWWDIR%%/modules/ThemeManager/templates/export.tpl X%%WWWDIR%%/modules/ThemeManager/templates/error.tpl X%%WWWDIR%%/modules/ThemeManager/action.exporttheme.php X%%WWWDIR%%/modules/ThemeManager/action.importtheme.php X%%WWWDIR%%/modules/ThemeManager/action.defaultadmin.php X%%WWWDIR%%/modules/Search/index.html X%%WWWDIR%%/modules/Search/function.admin_statistics_tab.php X%%WWWDIR%%/modules/Search/action.default.php X%%WWWDIR%%/modules/Search/Search.module.php X%%WWWDIR%%/modules/Search/lang/index.html X%%WWWDIR%%/modules/Search/lang/ext/ro_RO.php X%%WWWDIR%%/modules/Search/lang/ext/eu_ES.php X%%WWWDIR%%/modules/Search/lang/ext/index.html X%%WWWDIR%%/modules/Search/lang/ext/fi_FI.php X%%WWWDIR%%/modules/Search/lang/ext/bg_BG.php X%%WWWDIR%%/modules/Search/lang/ext/sv_SE.php X%%WWWDIR%%/modules/Search/lang/ext/es_ES.php X%%WWWDIR%%/modules/Search/lang/ext/et_EE.php X%%WWWDIR%%/modules/Search/lang/ext/tr_TR.php X%%WWWDIR%%/modules/Search/lang/ext/pt_PT.php X%%WWWDIR%%/modules/Search/lang/ext/it_IT.php X%%WWWDIR%%/modules/Search/lang/ext/fr_FR.php X%%WWWDIR%%/modules/Search/lang/ext/lt_LT.php X%%WWWDIR%%/modules/Search/lang/ext/nl_NL.php X%%WWWDIR%%/modules/Search/lang/ext/pt_BR.php X%%WWWDIR%%/modules/Search/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/Search/lang/ext/da_DK.php X%%WWWDIR%%/modules/Search/lang/ext/id_ID.php X%%WWWDIR%%/modules/Search/lang/ext/sk_SK.php X%%WWWDIR%%/modules/Search/lang/ext/pl_PL.php X%%WWWDIR%%/modules/Search/lang/ext/nb_NO.php X%%WWWDIR%%/modules/Search/lang/ext/hu_HU.php X%%WWWDIR%%/modules/Search/lang/ext/de_DE.php X%%WWWDIR%%/modules/Search/lang/ext/af_ZA.php X%%WWWDIR%%/modules/Search/lang/ext/ru_RU.php X%%WWWDIR%%/modules/Search/lang/ext/ja_JP.php X%%WWWDIR%%/modules/Search/lang/en_US.php X%%WWWDIR%%/modules/Search/action.dosearch.php X%%WWWDIR%%/modules/Search/action.keywords.php X%%WWWDIR%%/modules/Search/method.install.php X%%WWWDIR%%/modules/Search/action.updateresulttemplate.php X%%WWWDIR%%/modules/Search/templates/index.html X%%WWWDIR%%/modules/Search/templates/admin_statistics_tab.tpl X%%WWWDIR%%/modules/Search/method.upgrade.php X%%WWWDIR%%/modules/Search/action.updatesearchtemplate.php X%%WWWDIR%%/modules/Search/method.uninstall.php X%%WWWDIR%%/modules/Search/PorterStemmer.class.php X%%WWWDIR%%/modules/Search/action.defaultadmin.php X%%WWWDIR%%/modules/MenuManager/images/index.html X%%WWWDIR%%/modules/MenuManager/images/arrow.gif X%%WWWDIR%%/modules/MenuManager/index.html X%%WWWDIR%%/modules/MenuManager/MenuManager.module.php X%%WWWDIR%%/modules/MenuManager/action.default.php X%%WWWDIR%%/modules/MenuManager/lang/index.html X%%WWWDIR%%/modules/MenuManager/lang/ext/index.html X%%WWWDIR%%/modules/MenuManager/lang/ext/ca_ES.php X%%WWWDIR%%/modules/MenuManager/lang/ext/fi_FI.php X%%WWWDIR%%/modules/MenuManager/lang/ext/sv_SE.php X%%WWWDIR%%/modules/MenuManager/lang/ext/es_ES.php X%%WWWDIR%%/modules/MenuManager/lang/ext/et_EE.php X%%WWWDIR%%/modules/MenuManager/lang/ext/pt_PT.php X%%WWWDIR%%/modules/MenuManager/lang/ext/it_IT.php X%%WWWDIR%%/modules/MenuManager/lang/ext/fr_FR.php X%%WWWDIR%%/modules/MenuManager/lang/ext/lt_LT.php X%%WWWDIR%%/modules/MenuManager/lang/ext/el_GR.php X%%WWWDIR%%/modules/MenuManager/lang/ext/nl_NL.php X%%WWWDIR%%/modules/MenuManager/lang/ext/pt_BR.php X%%WWWDIR%%/modules/MenuManager/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/MenuManager/lang/ext/da_DK.php X%%WWWDIR%%/modules/MenuManager/lang/ext/pl_PL.php X%%WWWDIR%%/modules/MenuManager/lang/ext/nb_NO.php X%%WWWDIR%%/modules/MenuManager/lang/ext/hu_HU.php X%%WWWDIR%%/modules/MenuManager/lang/ext/de_DE.php X%%WWWDIR%%/modules/MenuManager/lang/ext/ru_RU.php X%%WWWDIR%%/modules/MenuManager/lang/ext/ja_JP.php X%%WWWDIR%%/modules/MenuManager/lang/en_US.php X%%WWWDIR%%/modules/MenuManager/method.install.php X%%WWWDIR%%/modules/MenuManager/templates/index.html X%%WWWDIR%%/modules/MenuManager/templates/importtemplate.tpl X%%WWWDIR%%/modules/MenuManager/templates/filetpllist.tpl X%%WWWDIR%%/modules/MenuManager/templates/minimal_menu.tpl X%%WWWDIR%%/modules/MenuManager/templates/dbtpllist.tpl X%%WWWDIR%%/modules/MenuManager/templates/cssmenu.tpl X%%WWWDIR%%/modules/MenuManager/templates/edittemplate.tpl X%%WWWDIR%%/modules/MenuManager/templates/simple_navigation.tpl X%%WWWDIR%%/modules/MenuManager/CSSMenu.js X%%WWWDIR%%/modules/MenuManager/action.edittemplate.php X%%WWWDIR%%/modules/MenuManager/method.upgrade.php X%%WWWDIR%%/modules/MenuManager/action.deletetemplate.php X%%WWWDIR%%/modules/MenuManager/action.importtemplate.php X%%WWWDIR%%/modules/MenuManager/action.addtemplate.php X%%WWWDIR%%/modules/MenuManager/action.defaultadmin.php X%%WWWDIR%%/modules/News/action.addarticle.php X%%WWWDIR%%/modules/News/action.makedefaulttemplate.php X%%WWWDIR%%/modules/News/action.updateoptions.php X%%WWWDIR%%/modules/News/index.html X%%WWWDIR%%/modules/News/action.updatesummarytemplate.php X%%WWWDIR%%/modules/News/action.admin_editfielddef.php X%%WWWDIR%%/modules/News/action.default.php X%%WWWDIR%%/modules/News/action.admin_movefielddef.php X%%WWWDIR%%/modules/News/lang/index.html X%%WWWDIR%%/modules/News/lang/ext/ro_RO.php X%%WWWDIR%%/modules/News/lang/ext/eu_ES.php X%%WWWDIR%%/modules/News/lang/ext/index.html X%%WWWDIR%%/modules/News/lang/ext/ca_ES.php X%%WWWDIR%%/modules/News/lang/ext/fi_FI.php X%%WWWDIR%%/modules/News/lang/ext/bg_BG.php X%%WWWDIR%%/modules/News/lang/ext/sv_SE.php X%%WWWDIR%%/modules/News/lang/ext/es_ES.php X%%WWWDIR%%/modules/News/lang/ext/et_EE.php X%%WWWDIR%%/modules/News/lang/ext/tr_TR.php X%%WWWDIR%%/modules/News/lang/ext/pt_PT.php X%%WWWDIR%%/modules/News/lang/ext/it_IT.php X%%WWWDIR%%/modules/News/lang/ext/fr_FR.php X%%WWWDIR%%/modules/News/lang/ext/zh_CN.php X%%WWWDIR%%/modules/News/lang/ext/lt_LT.php X%%WWWDIR%%/modules/News/lang/ext/el_GR.php X%%WWWDIR%%/modules/News/lang/ext/nl_NL.php X%%WWWDIR%%/modules/News/lang/ext/pt_BR.php X%%WWWDIR%%/modules/News/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/News/lang/ext/da_DK.php X%%WWWDIR%%/modules/News/lang/ext/id_ID.php X%%WWWDIR%%/modules/News/lang/ext/sk_SK.php X%%WWWDIR%%/modules/News/lang/ext/zh_TW.php X%%WWWDIR%%/modules/News/lang/ext/iw_IL.php X%%WWWDIR%%/modules/News/lang/ext/pl_PL.php X%%WWWDIR%%/modules/News/lang/ext/nb_NO.php X%%WWWDIR%%/modules/News/lang/ext/hu_HU.php X%%WWWDIR%%/modules/News/lang/ext/de_DE.php X%%WWWDIR%%/modules/News/lang/ext/ru_RU.php X%%WWWDIR%%/modules/News/lang/ext/ja_JP.php X%%WWWDIR%%/modules/News/lang/en_US.php X%%WWWDIR%%/modules/News/contenttype.news.php X%%WWWDIR%%/modules/News/method.install.php X%%WWWDIR%%/modules/News/action.do_addtemplate.php X%%WWWDIR%%/modules/News/templates/edittemplates.tpl X%%WWWDIR%%/modules/News/templates/browsecat.tpl X%%WWWDIR%%/modules/News/templates/articleprint.tpl X%%WWWDIR%%/modules/News/templates/categorylist.tpl X%%WWWDIR%%/modules/News/templates/articlelist.tpl X%%WWWDIR%%/modules/News/templates/index.html X%%WWWDIR%%/modules/News/templates/editcategory.tpl X%%WWWDIR%%/modules/News/templates/editarticle.tpl X%%WWWDIR%%/modules/News/templates/editfielddef.tpl X%%WWWDIR%%/modules/News/templates/customfieldstab.tpl X%%WWWDIR%%/modules/News/templates/rssfeed.tpl X%%WWWDIR%%/modules/News/templates/orig_summary_template.tpl X%%WWWDIR%%/modules/News/templates/orig_detail_template.tpl X%%WWWDIR%%/modules/News/templates/edittemplate.tpl X%%WWWDIR%%/modules/News/templates/adminprefs.tpl X%%WWWDIR%%/modules/News/templates/orig_form_template.tpl X%%WWWDIR%%/modules/News/templates/editdefaulttemplate.tpl X%%WWWDIR%%/modules/News/action.editarticle.php X%%WWWDIR%%/modules/News/action.admin_deletefielddef.php X%%WWWDIR%%/modules/News/action.fesubmit.php X%%WWWDIR%%/modules/News/action.setdefaulttemplate.php X%%WWWDIR%%/modules/News/action.updatedetailtemplate.php X%%WWWDIR%%/modules/News/action.do_edittemplate.php X%%WWWDIR%%/modules/News/action.edittemplate.php X%%WWWDIR%%/modules/News/action.deletecategory.php X%%WWWDIR%%/modules/News/action.editcategory.php X%%WWWDIR%%/modules/News/method.upgrade.php X%%WWWDIR%%/modules/News/function.admin_categoriestab.php X%%WWWDIR%%/modules/News/action.deletetemplate.php X%%WWWDIR%%/modules/News/action.addcategory.php X%%WWWDIR%%/modules/News/action.detail.php X%%WWWDIR%%/modules/News/action.print.php X%%WWWDIR%%/modules/News/action.deletearticle.php X%%WWWDIR%%/modules/News/News.module.php X%%WWWDIR%%/modules/News/action.admin_addfielddef.php X%%WWWDIR%%/modules/News/function.admin_articlestab.php X%%WWWDIR%%/modules/News/function.admin_customfieldstab.php X%%WWWDIR%%/modules/News/action.approvearticle.php X%%WWWDIR%%/modules/News/action.rss.php X%%WWWDIR%%/modules/News/action.browsecat.php X%%WWWDIR%%/modules/News/action.defaulturl.php X%%WWWDIR%%/modules/News/method.uninstall.php X%%WWWDIR%%/modules/News/action.defaultadmin.php X%%WWWDIR%%/modules/News/function.admin_optionstab.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/class.smtp.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/errors.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/media/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/media/banner.css X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/media/stylesheet.css X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/blank.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/packages.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/elementindex_PHPMailer.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/PHPMailer/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/PHPMailer/_class_smtp_php.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/PHPMailer/_class_phpmailer_php.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/PHPMailer/SMTP.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/PHPMailer/PHPMailer.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/elementindex.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/li_PHPMailer.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/classtrees_PHPMailer.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/test/test.png X%%WWWDIR%%/modules/CMSMailer/phpmailer/test/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/test/phpmailer_test.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/test/phpunit.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/LICENSE X%%WWWDIR%%/modules/CMSMailer/phpmailer/docs/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/docs/faq.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/docs/timeoutfix.diff X%%WWWDIR%%/modules/CMSMailer/phpmailer/docs/extending.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/ChangeLog.txt X%%WWWDIR%%/modules/CMSMailer/phpmailer/README X%%WWWDIR%%/modules/CMSMailer/phpmailer/class.phpmailer.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/index.html X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-hu.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-fo.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-dk.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-br.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-no.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-tr.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-fr.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-it.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-se.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-en.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-ja.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-nl.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-pl.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-ro.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-ru.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-de.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-ca.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-fi.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-cz.php X%%WWWDIR%%/modules/CMSMailer/phpmailer/language/phpmailer.lang-es.php X%%WWWDIR%%/modules/CMSMailer/index.html X%%WWWDIR%%/modules/CMSMailer/lang/index.html X%%WWWDIR%%/modules/CMSMailer/lang/ext/ro_RO.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/index.html X%%WWWDIR%%/modules/CMSMailer/lang/ext/ca_ES.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/fi_FI.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/sv_SE.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/es_ES.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/et_EE.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/pt_PT.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/it_IT.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/fr_FR.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/lt_LT.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/el_GR.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/nl_NL.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/da_DK.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/id_ID.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/sk_SK.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/nb_NO.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/hu_HU.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/de_DE.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/ru_RU.php X%%WWWDIR%%/modules/CMSMailer/lang/ext/ja_JP.php X%%WWWDIR%%/modules/CMSMailer/lang/en_US.php X%%WWWDIR%%/modules/CMSMailer/templates/index.html X%%WWWDIR%%/modules/CMSMailer/templates/prefs.tpl X%%WWWDIR%%/modules/CMSMailer/templates/error.tpl X%%WWWDIR%%/modules/CMSMailer/CMSMailer.module.php X%%WWWDIR%%/modules/CMSMailer/action.defaultadmin.php X%%WWWDIR%%/modules/Printing/index.html X%%WWWDIR%%/modules/Printing/action.default.php X%%WWWDIR%%/modules/Printing/tcpdf/unicode_data.php X%%WWWDIR%%/modules/Printing/tcpdf/images/index.html X%%WWWDIR%%/modules/Printing/tcpdf/images/_blank.png X%%WWWDIR%%/modules/Printing/tcpdf/htmlcolors.php X%%WWWDIR%%/modules/Printing/tcpdf/index.html X%%WWWDIR%%/modules/Printing/tcpdf/config/index.html X%%WWWDIR%%/modules/Printing/tcpdf/config/lang/index.html X%%WWWDIR%%/modules/Printing/tcpdf/config/lang/eng.php X%%WWWDIR%%/modules/Printing/tcpdf/config/tcpdf_config.php X%%WWWDIR%%/modules/Printing/tcpdf/LICENSE.TXT X%%WWWDIR%%/modules/Printing/tcpdf/tcpdf.php X%%WWWDIR%%/modules/Printing/tcpdf/CHANGELOG.TXT X%%WWWDIR%%/modules/Printing/tcpdf/update.txt X%%WWWDIR%%/modules/Printing/tcpdf/html_entity_decode_php4.php X%%WWWDIR%%/modules/Printing/tcpdf/barcodes.php X%%WWWDIR%%/modules/Printing/tcpdf/cache/index.html X%%WWWDIR%%/modules/Printing/tcpdf/fonts/index.html X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freeserif.z X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freesans.php X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freeserif.php X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freesans.z X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/index.html X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/INSTALL X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/CREDITS X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/ChangeLog X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/AUTHORS X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/COPYING X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126/README X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freesans.ctg.z X%%WWWDIR%%/modules/Printing/tcpdf/fonts/freeserif.ctg.z X%%WWWDIR%%/modules/Printing/tcpdf/README.TXT X%%WWWDIR%%/modules/Printing/lang/index.html X%%WWWDIR%%/modules/Printing/lang/ext/index.html X%%WWWDIR%%/modules/Printing/lang/ext/fi_FI.php X%%WWWDIR%%/modules/Printing/lang/ext/sv_SE.php X%%WWWDIR%%/modules/Printing/lang/ext/es_ES.php X%%WWWDIR%%/modules/Printing/lang/ext/pt_PT.php X%%WWWDIR%%/modules/Printing/lang/ext/it_IT.php X%%WWWDIR%%/modules/Printing/lang/ext/fr_FR.php X%%WWWDIR%%/modules/Printing/lang/ext/lt_LT.php X%%WWWDIR%%/modules/Printing/lang/ext/nl_NL.php X%%WWWDIR%%/modules/Printing/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/Printing/lang/ext/da_DK.php X%%WWWDIR%%/modules/Printing/lang/ext/pl_PL.php X%%WWWDIR%%/modules/Printing/lang/ext/nb_NO.php X%%WWWDIR%%/modules/Printing/lang/ext/hu_HU.php X%%WWWDIR%%/modules/Printing/lang/ext/de_DE.php X%%WWWDIR%%/modules/Printing/lang/ext/ru_RU.php X%%WWWDIR%%/modules/Printing/lang/en_US.php X%%WWWDIR%%/modules/Printing/method.install.php X%%WWWDIR%%/modules/Printing/templates/template.tpl X%%WWWDIR%%/modules/Printing/templates/index.html X%%WWWDIR%%/modules/Printing/templates/pdftemplate.tpl X%%WWWDIR%%/modules/Printing/templates/settings.tpl X%%WWWDIR%%/modules/Printing/templates/printtemplate.tpl X%%WWWDIR%%/modules/Printing/templates/linktemplate.tpl X%%WWWDIR%%/modules/Printing/action.printpage.php X%%WWWDIR%%/modules/Printing/printbutton.gif X%%WWWDIR%%/modules/Printing/method.upgrade.php X%%WWWDIR%%/modules/Printing/createpdf.php X%%WWWDIR%%/modules/Printing/action.savesettings.php X%%WWWDIR%%/modules/Printing/pdfbutton.gif X%%WWWDIR%%/modules/Printing/Printing.module.php X%%WWWDIR%%/modules/Printing/action.savetemplate.php X%%WWWDIR%%/modules/Printing/css/index.html X%%WWWDIR%%/modules/Printing/css/override.css X%%WWWDIR%%/modules/Printing/method.uninstall.php X%%WWWDIR%%/modules/Printing/action.defaultadmin.php X%%WWWDIR%%/modules/TinyMCE/images/index.html X%%WWWDIR%%/modules/TinyMCE/images/images.gif X%%WWWDIR%%/modules/TinyMCE/images/fileicon.gif X%%WWWDIR%%/modules/TinyMCE/images/customdropdown.gif X%%WWWDIR%%/modules/TinyMCE/images/cmsmslink.gif X%%WWWDIR%%/modules/TinyMCE/images/dir.gif X%%WWWDIR%%/modules/TinyMCE/tinyconfig.php X%%WWWDIR%%/modules/TinyMCE/index.html X%%WWWDIR%%/modules/TinyMCE/action.default.php X%%WWWDIR%%/modules/TinyMCE/filepicker.php X%%WWWDIR%%/modules/TinyMCE/action.saveadvanced.php X%%WWWDIR%%/modules/TinyMCE/lang/index.html X%%WWWDIR%%/modules/TinyMCE/lang/ext/index.html X%%WWWDIR%%/modules/TinyMCE/lang/ext/fi_FI.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/sv_SE.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/es_ES.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/so_SO.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/pt_PT.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/it_IT.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/fr_FR.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/lt_LT.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/nl_NL.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/da_DK.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/sk_SK.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/pl_PL.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/nb_NO.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/hu_HU.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/de_DE.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/ru_RU.php X%%WWWDIR%%/modules/TinyMCE/lang/ext/ja_JP.php X%%WWWDIR%%/modules/TinyMCE/lang/en_US.php X%%WWWDIR%%/modules/TinyMCE/filepicker.css X%%WWWDIR%%/modules/TinyMCE/method.install.php X%%WWWDIR%%/modules/TinyMCE/tinylogo.png X%%WWWDIR%%/modules/TinyMCE/templates/index.html X%%WWWDIR%%/modules/TinyMCE/templates/pluginspanel.tpl X%%WWWDIR%%/modules/TinyMCE/templates/advancedpanel.tpl X%%WWWDIR%%/modules/TinyMCE/templates/changelog.tpl X%%WWWDIR%%/modules/TinyMCE/templates/toolbarpanel.tpl X%%WWWDIR%%/modules/TinyMCE/templates/filepicker.tpl X%%WWWDIR%%/modules/TinyMCE/templates/tinyconfig.tpl X%%WWWDIR%%/modules/TinyMCE/templates/stylespanel.tpl X%%WWWDIR%%/modules/TinyMCE/templates/settingspanel.tpl X%%WWWDIR%%/modules/TinyMCE/TinyMCE.module.php X%%WWWDIR%%/modules/TinyMCE/action.savestyles.php X%%WWWDIR%%/modules/TinyMCE/method.upgrade.php X%%WWWDIR%%/modules/TinyMCE/action.savetoolbar.php X%%WWWDIR%%/modules/TinyMCE/action.savesettings.php X%%WWWDIR%%/modules/TinyMCE/action.saveplugins.php X%%WWWDIR%%/modules/TinyMCE/stylesheet.php X%%WWWDIR%%/modules/TinyMCE/tinymce/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/js/rule.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/contextmenu/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/print/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/nonbreaking/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/insertdatetime/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/iespell/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/trans.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/content.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullscreen/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/directionality/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/shockwave.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/flash.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/quicktime.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/flv_player.swf X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/realmedia.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img/windowsmedia.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/media.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/js/embed.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/js/media.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/css/media.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/css/content.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/safari/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/save/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/table.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/cell.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/row.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/js/merge_cells.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/js/row.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/js/table.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/js/cell.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/css/row.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/css/table.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/visualchars/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/blank.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/js/template.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/css/template.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/template.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/bbcode/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/layer/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/autosave/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/noneditable/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/simplepaste/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/simplepaste/changelog.txt X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/simplepaste/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/js/props.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/props.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/css/props.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/css/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/template.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/readme.txt X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/license.txt X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/link.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/et_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/es_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/sl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/et.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/sk.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/he.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/el_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/nb.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/sk_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/da_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/de_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/sl.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/nb_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/it_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/cs.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs/he_dlg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/source_editor.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/color_picker.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/link.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/anchor.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/charmap.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js/image.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/image.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/about.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/utils/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/utils/editable_selects.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/utils/form_utils.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/utils/validate.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/utils/mctabs.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/ja.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/hu.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/index.html X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/de.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/ru.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/et.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/ro.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/ko.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/fi.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/sk.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/uk.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/fr.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/he.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/en.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/zh.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/nb.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/ca.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/sv.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/da.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/pl.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/lt.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/it.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/el.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/sl.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/bg.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/nl.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/pt.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/cs.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs/es.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js X%%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce_popup.js X%%WWWDIR%%/modules/TinyMCE/tinyconfig_gz.php X%%WWWDIR%%/modules/TinyMCE/method.uninstall.php X%%WWWDIR%%/modules/TinyMCE/action.defaultadmin.php X%%WWWDIR%%/modules/FileManager/icons/index.html X%%WWWDIR%%/modules/FileManager/icons/themes/default/index.html X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/index.html X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ini.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/cdr.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/php3.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/log.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/wma.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/phtml.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ttf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/index.html X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/jpg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/tpl.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ram.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sxi.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/conf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ott.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/pwl.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/tif.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/otp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/php.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/rtf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/cur.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dcr.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/wmv.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odb.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ace.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/eps.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/shtml.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/avi.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/jpeg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/wp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sql.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/gif.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/db.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/cpt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sys.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/xls.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/pps.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dat.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/eml.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/mpeg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ico.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/tiff.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/bz.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/css.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/com.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/bat.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/asp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ra.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/diff.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sxw.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/pl.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/mp3.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sxc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/pdf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/tgz.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/bak.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/js.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/svg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/iso.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ppt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/nfo.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/tar.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/reg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/mpg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dwg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/midi.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/exe.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ani.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sit.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/cab.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/m3u.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/cfg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/0.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ods.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/zip.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/tmp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/rpm.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/aif.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/gz.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dic.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dll.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/edir.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ogg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/doc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/swf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/patch.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/asf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/inc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/mov.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/hqx.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/png.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/html.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/bmp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/mdb.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/mid.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/otg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dmg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/bz2.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/wav.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ots.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/qt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odm.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/htm.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/rar.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/oth.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/odg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/dir.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/bin.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/fla.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/sh.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/txt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/ai.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/fon.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px/psd.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ini.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/cdr.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/php3.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/log.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/wma.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/phtml.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ttf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/index.html X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/jpg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/tpl.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ram.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sxi.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/conf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ott.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/pwl.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/tif.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/otp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/php.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/rtf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/cur.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dcr.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/wmv.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odb.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ace.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/eps.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/shtml.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/avi.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/jpeg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/wp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sql.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/gif.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/db.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/cpt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sys.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/xls.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/pps.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dat.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/eml.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/mpeg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ico.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/tiff.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/bz.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/css.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/com.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/bat.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/asp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ra.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/diff.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sxw.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/pl.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/mp3.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sxc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/pdf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/tgz.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/bak.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/js.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/svg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/iso.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ppt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/nfo.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/tar.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/reg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/mpg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dwg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/midi.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/exe.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ani.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sit.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/cab.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/m3u.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/cfg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/0.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ods.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/zip.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/tmp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/rpm.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/aif.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/gz.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dic.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dll.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/edir.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ogg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/doc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/swf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/patch.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/asf.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/inc.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/mov.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/hqx.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/png.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/html.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/bmp.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/mdb.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/mid.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/otg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dmg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/bz2.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/wav.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ots.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/qt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odm.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/htm.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/rar.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/oth.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/odg.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/dir.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/bin.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/fla.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/sh.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/txt.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/ai.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/fon.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px/psd.png X%%WWWDIR%%/modules/FileManager/icons/themes/default/actions/index.html X%%WWWDIR%%/modules/FileManager/icons/themes/default/actions/delete.gif X%%WWWDIR%%/modules/FileManager/icons/themes/default/actions/rename.gif X%%WWWDIR%%/modules/FileManager/icons/themes/default/actions/chmod.gif X%%WWWDIR%%/modules/FileManager/icons/themes/default/actions/padlock.gif X%%WWWDIR%%/modules/FileManager/icons/themes/index.html X%%WWWDIR%%/modules/FileManager/action.upload.php X%%WWWDIR%%/modules/FileManager/action.newdir.php X%%WWWDIR%%/modules/FileManager/index.html X%%WWWDIR%%/modules/FileManager/action.filesform.php X%%WWWDIR%%/modules/FileManager/postlet/index.html X%%WWWDIR%%/modules/FileManager/postlet/javaUpload.php.txt X%%WWWDIR%%/modules/FileManager/postlet/javaUpload.php X%%WWWDIR%%/modules/FileManager/postlet/index.html.txt X%%WWWDIR%%/modules/FileManager/postlet/LICENCE X%%WWWDIR%%/modules/FileManager/postlet/uploadTest.html X%%WWWDIR%%/modules/FileManager/postlet/README X%%WWWDIR%%/modules/FileManager/postlet/postlet.jar X%%WWWDIR%%/modules/FileManager/lang/index.html X%%WWWDIR%%/modules/FileManager/lang/ext/index.html X%%WWWDIR%%/modules/FileManager/lang/ext/ca_ES.php X%%WWWDIR%%/modules/FileManager/lang/ext/fi_FI.php X%%WWWDIR%%/modules/FileManager/lang/ext/sv_SE.php X%%WWWDIR%%/modules/FileManager/lang/ext/es_ES.php X%%WWWDIR%%/modules/FileManager/lang/ext/et_EE.php X%%WWWDIR%%/modules/FileManager/lang/ext/pt_PT.php X%%WWWDIR%%/modules/FileManager/lang/ext/it_IT.php X%%WWWDIR%%/modules/FileManager/lang/ext/fr_FR.php X%%WWWDIR%%/modules/FileManager/lang/ext/lt_LT.php X%%WWWDIR%%/modules/FileManager/lang/ext/nl_NL.php X%%WWWDIR%%/modules/FileManager/lang/ext/cs_CZ.php X%%WWWDIR%%/modules/FileManager/lang/ext/da_DK.php X%%WWWDIR%%/modules/FileManager/lang/ext/sk_SK.php X%%WWWDIR%%/modules/FileManager/lang/ext/pl_PL.php X%%WWWDIR%%/modules/FileManager/lang/ext/nb_NO.php X%%WWWDIR%%/modules/FileManager/lang/ext/hu_HU.php X%%WWWDIR%%/modules/FileManager/lang/ext/de_DE.php X%%WWWDIR%%/modules/FileManager/lang/ext/ru_RU.php X%%WWWDIR%%/modules/FileManager/lang/ext/ja_JP.php X%%WWWDIR%%/modules/FileManager/lang/en_US.php X%%WWWDIR%%/modules/FileManager/FileManager.module.php X%%WWWDIR%%/modules/FileManager/settings.php X%%WWWDIR%%/modules/FileManager/method.install.php X%%WWWDIR%%/modules/FileManager/dunzip.php X%%WWWDIR%%/modules/FileManager/templates/index.html X%%WWWDIR%%/modules/FileManager/templates/renamefile.tpl X%%WWWDIR%%/modules/FileManager/templates/settings.tpl X%%WWWDIR%%/modules/FileManager/templates/modetable.tpl X%%WWWDIR%%/modules/FileManager/templates/chmodfilewin.tpl X%%WWWDIR%%/modules/FileManager/templates/changelog.tpl X%%WWWDIR%%/modules/FileManager/templates/chmoddir.tpl X%%WWWDIR%%/modules/FileManager/templates/confirmdeltree.tpl X%%WWWDIR%%/modules/FileManager/templates/filepicker.tpl X%%WWWDIR%%/modules/FileManager/templates/uploadview.tpl X%%WWWDIR%%/modules/FileManager/templates/filemanager.tpl X%%WWWDIR%%/modules/FileManager/templates/chmodfile.tpl X%%WWWDIR%%/modules/FileManager/action.deletefile.php X%%WWWDIR%%/modules/FileManager/action.changedir.php X%%WWWDIR%%/modules/FileManager/method.upgrade.php X%%WWWDIR%%/modules/FileManager/postletupload.php X%%WWWDIR%%/modules/FileManager/action.savesettings.php X%%WWWDIR%%/modules/FileManager/untgz.php X%%WWWDIR%%/modules/FileManager/fileinfo.php X%%WWWDIR%%/modules/FileManager/links.txt X%%WWWDIR%%/modules/FileManager/action.renamefile.php X%%WWWDIR%%/modules/FileManager/action.chmodfilewin.php X%%WWWDIR%%/modules/FileManager/action.chmodfile.php X%%WWWDIR%%/modules/FileManager/action.postletupload.php X%%WWWDIR%%/modules/FileManager/docs/index.html X%%WWWDIR%%/modules/FileManager/action.deletedir.php X%%WWWDIR%%/modules/FileManager/uploadview.php X%%WWWDIR%%/modules/FileManager/fileview.php X%%WWWDIR%%/modules/FileManager/action.chmoddir.php X%%WWWDIR%%/modules/FileManager/method.uninstall.php X%%WWWDIR%%/modules/FileManager/action.defaultadmin.php X%%WWWDIR%%/plugins/function.breadcrumbs.php X%%WWWDIR%%/plugins/function.google_search.php X%%WWWDIR%%/plugins/function.summarize.php X%%WWWDIR%%/plugins/index.html X%%WWWDIR%%/plugins/postfilter.postcompilefunc.php X%%WWWDIR%%/plugins/function.adsense.php X%%WWWDIR%%/plugins/function.sitemap.php X%%WWWDIR%%/plugins/function.valid_css.php X%%WWWDIR%%/plugins/function.uploads_url.php X%%WWWDIR%%/plugins/function.current_date.php X%%WWWDIR%%/plugins/function.metadata.php X%%WWWDIR%%/plugins/prefilter.precompilefunc.php X%%WWWDIR%%/plugins/function.last_modified_by.php X%%WWWDIR%%/plugins/.htaccess X%%WWWDIR%%/plugins/function.ImageGallery.php X%%WWWDIR%%/plugins/function.image.php X%%WWWDIR%%/plugins/function.root_url.php X%%WWWDIR%%/plugins/function.process_pagedata.php X%%WWWDIR%%/plugins/function.bulletmenu.php X%%WWWDIR%%/plugins/function.stylesheet.php X%%WWWDIR%%/plugins/function.created_date.php X%%WWWDIR%%/plugins/function.sitename.php X%%WWWDIR%%/plugins/modifier.cms_date_format.php X%%WWWDIR%%/plugins/function.googlepr.php X%%WWWDIR%%/plugins/function.news.php X%%WWWDIR%%/plugins/function.menu_text.php X%%WWWDIR%%/plugins/function.repeat.php X%%WWWDIR%%/plugins/function.cms_version.php X%%WWWDIR%%/plugins/function.content.php X%%WWWDIR%%/plugins/function.redirect_url.php X%%WWWDIR%%/plugins/function.valid_xhtml.php X%%WWWDIR%%/plugins/function.edit.php X%%WWWDIR%%/plugins/modifier.summarize.php X%%WWWDIR%%/plugins/function.cms_module.php X%%WWWDIR%%/plugins/function.embed.php X%%WWWDIR%%/plugins/function.stopExpandCollapse.php X%%WWWDIR%%/plugins/function.global_content.php X%%WWWDIR%%/plugins/function.recently_updated.php X%%WWWDIR%%/plugins/function.cms_versionname.php X%%WWWDIR%%/plugins/function.oldprint.php X%%WWWDIR%%/plugins/function.print.php X%%WWWDIR%%/plugins/function.startExpandCollapse.php X%%WWWDIR%%/plugins/function.get_template_vars.php X%%WWWDIR%%/plugins/function.cms_selflink.php X%%WWWDIR%%/plugins/function.redirect_page.php X%%WWWDIR%%/plugins/function.menu.php X%%WWWDIR%%/plugins/function.modified_date.php X%%WWWDIR%%/plugins/function.contact_form.php X%%WWWDIR%%/plugins/function.description.php X%%WWWDIR%%/plugins/function.html_blob.php X%%WWWDIR%%/plugins/function.search.php X%%WWWDIR%%/plugins/function.site_mapper.php X%%WWWDIR%%/plugins/function.title.php X%%WWWDIR%%/plugins/function.anchor.php X%%WWWDIR%%/tmp/index.html X%%WWWDIR%%/tmp/configs/index.html X%%WWWDIR%%/tmp/templates_c/index.html X%%WWWDIR%%/tmp/cache/index.html X%%WWWDIR%%/tmp/cache/SITEDOWN X%%WWWDIR%%/uploads/images/logo1.gif X%%WWWDIR%%/uploads/images/index.html X%%WWWDIR%%/uploads/index.html X%%WWWDIR%%/uploads/.htaccess X%%WWWDIR%%/favicon_cms.ico X%%WWWDIR%%/fileloc.php X%%WWWDIR%%/include.php X%%WWWDIR%%/index.php X%%WWWDIR%%/moduleinterface.php X%%WWWDIR%%/preview.php X%%WWWDIR%%/robots.txt X%%WWWDIR%%/soap.php X%%WWWDIR%%/stylesheet.css X%%WWWDIR%%/stylesheet.php X%%WWWDIR%%/version.php X%%WWWDIR%%/config.php X@dirrm %%WWWDIR%%/admin/themes/default/images/icons/extra X@dirrm %%WWWDIR%%/admin/themes/default/images/icons/filetypes X@dirrm %%WWWDIR%%/admin/themes/default/images/icons/topfiles X@dirrm %%WWWDIR%%/admin/themes/default/images/icons/system X@dirrm %%WWWDIR%%/admin/themes/default/images/icons X@dirrm %%WWWDIR%%/admin/themes/default/images X@dirrm %%WWWDIR%%/admin/themes/default/includes X@dirrm %%WWWDIR%%/admin/themes/default/css X@dirrm %%WWWDIR%%/admin/themes/default X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/extra X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/topfiles X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/images/icons/system X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/images/icons X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/images/layout X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/images X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/includes X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/vector X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/docs X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey/css X@dirrm %%WWWDIR%%/admin/themes/NCleanGrey X@dirrm %%WWWDIR%%/admin/themes X@dirrm %%WWWDIR%%/admin/lang/ext/id_ID X@dirrm %%WWWDIR%%/admin/lang/ext/sv_SE X@dirrm %%WWWDIR%%/admin/lang/ext/es_ES X@dirrm %%WWWDIR%%/admin/lang/ext/ca_ES X@dirrm %%WWWDIR%%/admin/lang/ext/hr_HR X@dirrm %%WWWDIR%%/admin/lang/ext/iw_IL X@dirrm %%WWWDIR%%/admin/lang/ext/fi_FI X@dirrm %%WWWDIR%%/admin/lang/ext/nl_NL X@dirrm %%WWWDIR%%/admin/lang/ext/zh_CN X@dirrm %%WWWDIR%%/admin/lang/ext/fr_FR X@dirrm %%WWWDIR%%/admin/lang/ext/cs_CZ X@dirrm %%WWWDIR%%/admin/lang/ext/sk_SK X@dirrm %%WWWDIR%%/admin/lang/ext/et_EE X@dirrm %%WWWDIR%%/admin/lang/ext/eo_UY X@dirrm %%WWWDIR%%/admin/lang/ext/so_SO X@dirrm %%WWWDIR%%/admin/lang/ext/bg_BG X@dirrm %%WWWDIR%%/admin/lang/ext/af_ZA X@dirrm %%WWWDIR%%/admin/lang/ext/el_GR X@dirrm %%WWWDIR%%/admin/lang/ext/ru_RU X@dirrm %%WWWDIR%%/admin/lang/ext/pl_PL X@dirrm %%WWWDIR%%/admin/lang/ext/pt_BR X@dirrm %%WWWDIR%%/admin/lang/ext/zh_TW X@dirrm %%WWWDIR%%/admin/lang/ext/pt_PT X@dirrm %%WWWDIR%%/admin/lang/ext/da_DK X@dirrm %%WWWDIR%%/admin/lang/ext/eu_ES X@dirrm %%WWWDIR%%/admin/lang/ext/ja_JP X@dirrm %%WWWDIR%%/admin/lang/ext/nb_NO X@dirrm %%WWWDIR%%/admin/lang/ext/sl_SI X@dirrm %%WWWDIR%%/admin/lang/ext/tr_TR X@dirrm %%WWWDIR%%/admin/lang/ext/ro_RO X@dirrm %%WWWDIR%%/admin/lang/ext/lt_LT X@dirrm %%WWWDIR%%/admin/lang/ext/it_IT X@dirrm %%WWWDIR%%/admin/lang/ext/hu_HU X@dirrm %%WWWDIR%%/admin/lang/ext/is_IS X@dirrm %%WWWDIR%%/admin/lang/ext/de_DE X@dirrm %%WWWDIR%%/admin/lang/ext X@dirrm %%WWWDIR%%/admin/lang/en_US X@dirrm %%WWWDIR%%/admin/lang X@dirrm %%WWWDIR%%/admin/templates X@dirrm %%WWWDIR%%/admin X@dirrm %%WWWDIR%%/doc X@dirrm %%WWWDIR%%/images/cms X@dirrm %%WWWDIR%%/images X@dirrm %%WWWDIR%%/install/images X@dirrm %%WWWDIR%%/install/upgrades X@dirrm %%WWWDIR%%/install/schemas X@dirrm %%WWWDIR%%/install/lang/ext X@dirrm %%WWWDIR%%/install/lang X@dirrm %%WWWDIR%%/install/templates X@dirrm %%WWWDIR%%/install/lib/classes X@dirrm %%WWWDIR%%/install/lib X@dirrm %%WWWDIR%%/install X@dirrm %%WWWDIR%%/lib/xajax/xajax_js X@dirrm %%WWWDIR%%/lib/xajax X@dirrm %%WWWDIR%%/lib/smarty/plugins X@dirrm %%WWWDIR%%/lib/smarty/internals X@dirrm %%WWWDIR%%/lib/smarty X@dirrm %%WWWDIR%%/lib/adodb_lite/generic_modules X@dirrm %%WWWDIR%%/lib/adodb_lite/lang X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysqli X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/mysql X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres64 X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres7 X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers/postgres8 X@dirrm %%WWWDIR%%/lib/adodb_lite/adodbSQL_drivers X@dirrm %%WWWDIR%%/lib/adodb_lite X@dirrm %%WWWDIR%%/lib/classes/module_support X@dirrm %%WWWDIR%%/lib/classes/contenttypes X@dirrm %%WWWDIR%%/lib/classes X@dirrm %%WWWDIR%%/lib/scriptaculous X@dirrm %%WWWDIR%%/lib/filemanager/ImageManager/assets X@dirrm %%WWWDIR%%/lib/filemanager/ImageManager/lang X@dirrm %%WWWDIR%%/lib/filemanager/ImageManager/img X@dirrm %%WWWDIR%%/lib/filemanager/ImageManager/Classes X@dirrm %%WWWDIR%%/lib/filemanager/ImageManager X@dirrm %%WWWDIR%%/lib/filemanager X@dirrm %%WWWDIR%%/lib/sllists/css X@dirrm %%WWWDIR%%/lib/sllists X@dirrm %%WWWDIR%%/lib/Tree X@dirrm %%WWWDIR%%/lib/dynamic_tabs X@dirrm %%WWWDIR%%/lib X@dirrm %%WWWDIR%%/modules/ModuleManager/lang/ext X@dirrm %%WWWDIR%%/modules/ModuleManager/lang X@dirrm %%WWWDIR%%/modules/ModuleManager/templates X@dirrm %%WWWDIR%%/modules/ModuleManager/docs X@dirrm %%WWWDIR%%/modules/ModuleManager X@dirrm %%WWWDIR%%/modules/nuSOAP/lang/ext X@dirrm %%WWWDIR%%/modules/nuSOAP/lang X@dirrm %%WWWDIR%%/modules/nuSOAP/classes X@dirrm %%WWWDIR%%/modules/nuSOAP X@dirrm %%WWWDIR%%/modules/ThemeManager/lang/ext X@dirrm %%WWWDIR%%/modules/ThemeManager/lang X@dirrm %%WWWDIR%%/modules/ThemeManager/templates X@dirrm %%WWWDIR%%/modules/ThemeManager X@dirrm %%WWWDIR%%/modules/Search/lang/ext X@dirrm %%WWWDIR%%/modules/Search/lang X@dirrm %%WWWDIR%%/modules/Search/templates X@dirrm %%WWWDIR%%/modules/Search X@dirrm %%WWWDIR%%/modules/MenuManager/images X@dirrm %%WWWDIR%%/modules/MenuManager/lang/ext X@dirrm %%WWWDIR%%/modules/MenuManager/lang X@dirrm %%WWWDIR%%/modules/MenuManager/templates X@dirrm %%WWWDIR%%/modules/MenuManager X@dirrm %%WWWDIR%%/modules/News/lang/ext X@dirrm %%WWWDIR%%/modules/News/lang X@dirrm %%WWWDIR%%/modules/News/templates X@dirrm %%WWWDIR%%/modules/News X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/media X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc/PHPMailer X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer/phpdoc X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer/test X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer/docs X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer/language X@dirrm %%WWWDIR%%/modules/CMSMailer/phpmailer X@dirrm %%WWWDIR%%/modules/CMSMailer/lang/ext X@dirrm %%WWWDIR%%/modules/CMSMailer/lang X@dirrm %%WWWDIR%%/modules/CMSMailer/templates X@dirrm %%WWWDIR%%/modules/CMSMailer X@dirrm %%WWWDIR%%/modules/Printing/tcpdf/images X@dirrm %%WWWDIR%%/modules/Printing/tcpdf/config/lang X@dirrm %%WWWDIR%%/modules/Printing/tcpdf/config X@dirrm %%WWWDIR%%/modules/Printing/tcpdf/cache X@dirrm %%WWWDIR%%/modules/Printing/tcpdf/fonts/freefont-20060126 X@dirrm %%WWWDIR%%/modules/Printing/tcpdf/fonts X@dirrm %%WWWDIR%%/modules/Printing/tcpdf X@dirrm %%WWWDIR%%/modules/Printing/lang/ext X@dirrm %%WWWDIR%%/modules/Printing/lang X@dirrm %%WWWDIR%%/modules/Printing/templates X@dirrm %%WWWDIR%%/modules/Printing/css X@dirrm %%WWWDIR%%/modules/Printing X@dirrm %%WWWDIR%%/modules/TinyMCE/images X@dirrm %%WWWDIR%%/modules/TinyMCE/lang/ext X@dirrm %%WWWDIR%%/modules/TinyMCE/lang X@dirrm %%WWWDIR%%/modules/TinyMCE/templates X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advhr X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/contextmenu X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/print X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/nonbreaking X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/insertdatetime X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/iespell X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/pagebreak X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullscreen X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/directionality X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/media X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/safari X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/save X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/table X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/visualchars X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/template X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/bbcode X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/searchreplace X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advlink X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/layer X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/advimage X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/autosave X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/noneditable X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/simplepaste X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/style X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage/css X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/fullpage X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2 X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/inlinepopups X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/js X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/default X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7 X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced/skins X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes/advanced X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/themes X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/utils X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce/langs X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts/tiny_mce X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce/jscripts X@dirrm %%WWWDIR%%/modules/TinyMCE/tinymce X@dirrm %%WWWDIR%%/modules/TinyMCE X@dirrm %%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/32px X@dirrm %%WWWDIR%%/modules/FileManager/icons/themes/default/extensions/16px X@dirrm %%WWWDIR%%/modules/FileManager/icons/themes/default/extensions X@dirrm %%WWWDIR%%/modules/FileManager/icons/themes/default/actions X@dirrm %%WWWDIR%%/modules/FileManager/icons/themes/default X@dirrm %%WWWDIR%%/modules/FileManager/icons/themes X@dirrm %%WWWDIR%%/modules/FileManager/icons X@dirrm %%WWWDIR%%/modules/FileManager/postlet X@dirrm %%WWWDIR%%/modules/FileManager/lang/ext X@dirrm %%WWWDIR%%/modules/FileManager/lang X@dirrm %%WWWDIR%%/modules/FileManager/templates X@dirrm %%WWWDIR%%/modules/FileManager/docs X@dirrm %%WWWDIR%%/modules/FileManager X@dirrm %%WWWDIR%%/modules X@dirrm %%WWWDIR%%/plugins X@dirrm %%WWWDIR%%/tmp/configs X@dirrm %%WWWDIR%%/tmp/templates_c X@dirrm %%WWWDIR%%/tmp/cache X@dirrm %%WWWDIR%%/tmp X@dirrm %%WWWDIR%%/uploads/images X@dirrm %%WWWDIR%%/uploads X@dirrm %%WWWDIR%% END-of-cmsmadesimple/pkg-plist echo x - cmsmadesimple/pkg-descr sed 's/^X//' >cmsmadesimple/pkg-descr << 'END-of-cmsmadesimple/pkg-descr' XCMSMS makes it easy to set up a site and then hand it Xover to non-techies to maintain. Unlike other CMS Xpackages, it isn't over-complex, and it isn't just for Xblogs. The drop-down site navigation menus are the Xicing on the cake: just so easy to use. There's an Xexcellent support forum too. X XWWW: http://www.cmsmadesimple.org/ END-of-cmsmadesimple/pkg-descr echo x - cmsmadesimple/distinfo sed 's/^X//' >cmsmadesimple/distinfo << 'END-of-cmsmadesimple/distinfo' XMD5 (cmsmadesimple-1.4.1-full.tar.gz) = 00100b876f7274bceb7921a6ca5a148d XSHA256 (cmsmadesimple-1.4.1-full.tar.gz) = 738770c57668cd634e588f4c15307f353ba8823b7e3b0ec9f28a5adb100c97fa XSIZE (cmsmadesimple-1.4.1-full.tar.gz) = 4329467 END-of-cmsmadesimple/distinfo echo x - cmsmadesimple/Makefile sed 's/^X//' >cmsmadesimple/Makefile << 'END-of-cmsmadesimple/Makefile' X# New ports collection makefile for: cmsmadesimple X# Date created: 1st September 2008 X# Whom: Wen heping X# X# $FreeBSD$ X# X XPORTNAME= cmsmadesimple XPORTVERSION= 1.4.1 XCATEGORIES= www XMASTER_SITES= http://dev.cmsmadesimple.org/frs/download.php/2536/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-full X XMAINTAINER= wenheping@gmail.com XCOMMENT= A Simple Open Source CMS X XUSE_PHP= mysql tokenizer gd XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XNO_BUILD= yes XSUB_FILES= pkg-message XWRKSRC= ${WRKDIR} XCMS_DIRS= admin doc images install lib \ X modules plugins tmp uploads XCMS_FILES= favicon_cms.ico fileloc.php include.php \ X index.php moduleinterface.php preview.php \ X robots.txt soap.php stylesheet.css \ X stylesheet.php version.php XWRITABLE_DIRS= tmp tmp/templates_c tmp/cache \ X uploads uploads/images modules X X.include Xpost-extract: X @cd ${WRKSRC} && ${RM} -f config.php X Xdo-install: X.for i in ${CMS_DIRS} X @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR} X.endfor X.for i in ${CMS_FILES} X @cd ${WRKSRC} && ${CP} ${i} ${WWWDIR}/${i} X.endfor X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${CHMOD} -R 755 ${WWWDIR} X X @if [ ! -f ${WWWDIR}/config.php ]; then \ X ${TOUCH} ${WWWDIR}/config.php ; fi X Xpost-install: X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ X >> ${TMPPLIST} X @${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \ X >> ${TMPPLIST} X X.for i in ${WRITABLE_DIRS} X @${CHMOD} 775 ${WWWDIR}/${i} X @${ECHO_CMD} '@exec ${CHMOD} 775 ${WWWDIR}/${i}' \ X >> ${TMPPLIST} X.endfor X X @${CHMOD} 666 ${WWWDIR}/config.php X @${ECHO_CMD} '@exec ${CHMOD} 666 ${WWWDIR}/config.php' \ X >> ${TMPPLIST} X X @${CAT} ${PKGMESSAGE} X X.include END-of-cmsmadesimple/Makefile exit --- cmsms.shar.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 16:00:42 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC992106792D; Wed, 3 Sep 2008 16:00:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 926B88FC20; Wed, 3 Sep 2008 16:00:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83G0gfe006088; Wed, 3 Sep 2008 16:00:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83G0gwh006084; Wed, 3 Sep 2008 16:00:42 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 16:00:42 GMT Message-Id: <200809031600.m83G0gwh006084@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127070: [New Port]www/cmsmadesimple: A Simple Open Source CMS 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, 03 Sep 2008 16:00:42 -0000 Synopsis: [New Port]www/cmsmadesimple: A Simple Open Source CMS Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 16:00:42 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127070 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 17:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B31E107A3EE for ; Wed, 3 Sep 2008 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B4BD8FC42 for ; Wed, 3 Sep 2008 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83He1No015621 for ; Wed, 3 Sep 2008 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83He1XT015620; Wed, 3 Sep 2008 17:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 17:40:01 GMT Resent-Message-Id: <200809031740.m83He1XT015620@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A57CE106FB0D for ; Wed, 3 Sep 2008 17:32:37 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1DA8FC12 for ; Wed, 3 Sep 2008 17:32:37 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id DB448B822; Thu, 4 Sep 2008 01:37:40 +0800 (CST) Message-Id: <20080903173740.DB448B822@chinsan.info> Date: Thu, 4 Sep 2008 01:37:40 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sethk@meowfishies.com Subject: ports/127071: [PATCH] ports-mgmt/bpm: Add missing dependency on security/libgnomesu (gnomesu) 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, 03 Sep 2008 17:40:01 -0000 >Number: 127071 >Category: ports >Synopsis: [PATCH] ports-mgmt/bpm: Add missing dependency on security/libgnomesu (gnomesu) >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 Sep 03 17:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Add missing dependency on security/libgnomesu (gnomesu) - Bump PORTREVISION Port maintainer (sethk@meowfishies.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- bpm-0.4.1b_15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpm/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/ports-mgmt/bpm/Makefile --- /usr/ports/ports-mgmt/bpm/Makefile 2008-06-09 22:48:43.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/ports-mgmt/bpm/Makefile 2008-09-04 01:35:49.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= bpm PORTVERSION= 0.4.1b -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= ports-mgmt MASTER_SITES= http://www.meowfishies.com/code/bpm/ EXTRACT_SUFX= .tgz @@ -16,6 +16,7 @@ COMMENT= A graphical BSD ports collection manager RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \ + gnomesu:${PORTSDIR}/security/libgnomesu \ gdialog:${PORTSDIR}/x11/zenity USE_GNOME= gtk20 desktopfileutils --- bpm-0.4.1b_15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 17:40:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2040107A475; Wed, 3 Sep 2008 17:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9869D8FC14; Wed, 3 Sep 2008 17:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83HeAmR015805; Wed, 3 Sep 2008 17:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83HeA9D015801; Wed, 3 Sep 2008 17:40:10 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 17:40:10 GMT Message-Id: <200809031740.m83HeA9D015801@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127071: [PATCH] ports-mgmt/bpm: Add missing dependency on security/libgnomesu (gnomesu) 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, 03 Sep 2008 17:40:10 -0000 Synopsis: [PATCH] ports-mgmt/bpm: Add missing dependency on security/libgnomesu (gnomesu) Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 17:40:10 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127071 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:00:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C187107BC81 for ; Wed, 3 Sep 2008 18:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 202208FC14 for ; Wed, 3 Sep 2008 18:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83I08uA026928 for ; Wed, 3 Sep 2008 18:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83I07lm026927; Wed, 3 Sep 2008 18:00:08 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 18:00:08 GMT Resent-Message-Id: <200809031800.m83I07lm026927@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75C6107BAAA for ; Wed, 3 Sep 2008 17:58:25 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id B69898FC08 for ; Wed, 3 Sep 2008 17:58:25 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id 190A712B1D7 for ; Thu, 4 Sep 2008 01:58:24 +0800 (CST) Received: (from yzlin@localhost) by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m83HwNf0055665; Thu, 4 Sep 2008 01:58:23 +0800 (CST) (envelope-from yzlin) Message-Id: <200809031758.m83HwNf0055665@bsd0.cs.nctu.edu.tw> Date: Thu, 4 Sep 2008 01:58:23 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127072: [MAINTAINER] irc/rbot: update to 0.9.13 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, 03 Sep 2008 18:00:08 -0000 >Number: 127072 >Category: ports >Synopsis: [MAINTAINER] irc/rbot: update to 0.9.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 18:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008 >Description: - Update to 0.9.13 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rbot-0.9.13.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/rbot/Makefile /amd/account/gcs/96/9655630/dev/ports/irc/rbot/Makefile --- /usr/ports/irc/rbot/Makefile 2008-08-28 03:01:48.712046841 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/Makefile 2008-09-04 01:54:53.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= rbot -PORTVERSION= 0.9.12 -PORTREVISION= 1 +PORTVERSION= 0.9.13 CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz @@ -27,12 +26,8 @@ PORTDOCS= README REQUIREMENTS ChangeLog post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for x in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${x} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} @${CAT} ${PKGMESSAGE} .include diff -ruN --exclude=CVS /usr/ports/irc/rbot/distinfo /amd/account/gcs/96/9655630/dev/ports/irc/rbot/distinfo --- /usr/ports/irc/rbot/distinfo 2008-08-26 03:05:13.990877877 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/distinfo 2008-09-04 01:32:09.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (rbot-0.9.12.tgz) = ec0ed10f040039a40ced6f5e1582c13b -SHA256 (rbot-0.9.12.tgz) = 52bcd3ed45af1911eb3d33db6969211798ee721e4ea50dfc42cb9968f124b3fc -SIZE (rbot-0.9.12.tgz) = 628189 +MD5 (rbot-0.9.13.tgz) = 96679b9890d506c7df8ecc2a7aad69e8 +SHA256 (rbot-0.9.13.tgz) = 7aa25ac01694a56281cd89fabb02616d245e11b2c9afe55c7e7f4af633f07ad3 +SIZE (rbot-0.9.13.tgz) = 630177 diff -ruN --exclude=CVS /usr/ports/irc/rbot/pkg-plist /amd/account/gcs/96/9655630/dev/ports/irc/rbot/pkg-plist --- /usr/ports/irc/rbot/pkg-plist 2008-08-28 03:01:48.713046693 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/pkg-plist 2008-09-04 01:39:00.000000000 +0800 @@ -65,6 +65,7 @@ %%DATADIR%%/plugins/forecast.rb %%DATADIR%%/plugins/fortune.rb %%DATADIR%%/plugins/freshmeat.rb +%%DATADIR%%/plugins/geoip.rb %%DATADIR%%/plugins/games/azgame.rb %%DATADIR%%/plugins/games/quiz.rb %%DATADIR%%/plugins/games/roshambo.rb --- rbot-0.9.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:00:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDAF7107BA7E; Wed, 3 Sep 2008 18:00:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A4C528FC08; Wed, 3 Sep 2008 18:00:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83I0KQ6027121; Wed, 3 Sep 2008 18:00:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83I0Kkh027117; Wed, 3 Sep 2008 18:00:20 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 18:00:20 GMT Message-Id: <200809031800.m83I0Kkh027117@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127072: [MAINTAINER] irc/rbot: update to 0.9.13 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, 03 Sep 2008 18:00:20 -0000 Synopsis: [MAINTAINER] irc/rbot: update to 0.9.13 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 18:00:20 UTC 2008 Responsible-Changed-Why: beech@ wants this category PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127072 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:25:58 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 210141065900; Wed, 3 Sep 2008 18:25:58 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC1528FC17; Wed, 3 Sep 2008 18:25:57 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83IPvRH030453; Wed, 3 Sep 2008 18:25:57 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83IPv9v030449; Wed, 3 Sep 2008 18:25:57 GMT (envelope-from gavin) Date: Wed, 3 Sep 2008 18:25:57 GMT Message-Id: <200809031825.m83IPv9v030449@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: ports/127063: shells/bash: $RANDOM doesn't works in scripts 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, 03 Sep 2008 18:25:58 -0000 Old Synopsis: shell: $RANDOM doesn't works in scripts New Synopsis: shells/bash: $RANDOM doesn't works in scripts Responsible-Changed-From-To: freebsd-i386->freebsd-ports-bugs Responsible-Changed-By: gavin Responsible-Changed-When: Wed Sep 3 18:23:26 UTC 2008 Responsible-Changed-Why: Don't know if this is a valid problem, but as it's an issue with bash and not a base shell, give to autoassigner http://www.freebsd.org/cgi/query-pr.cgi?pr=127063 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:26:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39CA51065956; Wed, 3 Sep 2008 18:26:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CD458FC27; Wed, 3 Sep 2008 18:26:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83IQEPv030591; Wed, 3 Sep 2008 18:26:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83IQEAW030587; Wed, 3 Sep 2008 18:26:14 GMT (envelope-from edwin) Date: Wed, 3 Sep 2008 18:26:14 GMT Message-Id: <200809031826.m83IQEAW030587@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127063: shells/bash: $RANDOM doesn't works in scripts 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, 03 Sep 2008 18:26:15 -0000 Synopsis: shells/bash: $RANDOM doesn't works in scripts Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 3 18:26:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127063 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56F71065673 for ; Wed, 3 Sep 2008 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A155E8FC2E for ; Wed, 3 Sep 2008 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Ie1hx033047 for ; Wed, 3 Sep 2008 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Ie1Qg033046; Wed, 3 Sep 2008 18:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 18:40:01 GMT Resent-Message-Id: <200809031840.m83Ie1Qg033046@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F5901065910 for ; Wed, 3 Sep 2008 18:30:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id F1BB48FC22 for ; Wed, 3 Sep 2008 18:30:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83IUDWA045061 for ; Wed, 3 Sep 2008 18:30:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83IUDYQ045060; Wed, 3 Sep 2008 18:30:13 GMT (envelope-from nobody) Message-Id: <200809031830.m83IUDYQ045060@www.freebsd.org> Date: Wed, 3 Sep 2008 18:30:13 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127074: Port update: deskutils/notecase - Update to v1.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: Wed, 03 Sep 2008 18:40:01 -0000 >Number: 127074 >Category: ports >Synopsis: Port update: deskutils/notecase - Update to v1.9.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 18:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #22: Tue Sep 2 12:44:15 CEST 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates notecase to v1.9.5. Mostly a bug-fix release. >From the changelog : - fix: .ini file having garbage at the end of the file (wrong file open mode) - add: store/restore View Mode state (Tree View only, Text View only, both views) - fix: when moving node up/down, sometimes the node might become invisible (tree view is not scrolled to make the active node visible) - fix: when moving nodes up/down, do not scroll tree view unless necessary to make the node visible - fix: link moves when date/time inserted in front of it - gray drawing over the inactive window is optional now (some users report high CPU usage when this is used), see Options/Global page for setting - fix: long text search operation can be aborted now - fix: help file updates/restructuring (work by David Laws) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN notecase.orig/Makefile notecase/Makefile --- notecase.orig/Makefile 2008-09-03 12:11:26.122442464 +0200 +++ notecase/Makefile 2008-09-03 12:14:01.692177723 +0200 @@ -6,7 +6,7 @@ # PORTNAME= notecase -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.5 CATEGORIES= deskutils textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff -aurN notecase.orig/distinfo notecase/distinfo --- notecase.orig/distinfo 2008-09-03 12:11:26.116246425 +0200 +++ notecase/distinfo 2008-09-03 12:14:17.875217188 +0200 @@ -1,3 +1,3 @@ -MD5 (notecase-1.9.3_src.tar.gz) = 5205d8e3bef7b7fa5462e39243bce421 -SHA256 (notecase-1.9.3_src.tar.gz) = ff3806df92698beecc1ec3bb558b3c2ec9e65c027b61549a353c191caaf2c69b -SIZE (notecase-1.9.3_src.tar.gz) = 900996 +MD5 (notecase-1.9.5_src.tar.gz) = 715882a3704aade999a3cdbf72c9d38c +SHA256 (notecase-1.9.5_src.tar.gz) = 7db801741bee2cc1051ed6b74edc3b307973bbc3f225f1ab14b9ea9e73095681 +SIZE (notecase-1.9.5_src.tar.gz) = 913590 diff -aurN notecase.orig/files/patch-Makefile notecase/files/patch-Makefile --- notecase.orig/files/patch-Makefile 2008-09-03 12:11:26.116246425 +0200 +++ notecase/files/patch-Makefile 2008-09-03 14:46:40.815457358 +0200 @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-06-25 10:51:41.579443700 +0200 -+++ Makefile 2008-06-25 10:55:39.374709579 +0200 +--- Makefile.orig 2008-09-03 14:35:44.168798355 +0200 ++++ Makefile 2008-09-03 14:46:25.884603576 +0200 @@ -13,6 +13,7 @@ prefix=/usr bindir=$(prefix)/bin @@ -8,7 +8,7 @@ # define top of RPM build area topdir=/usr/src/redhat -@@ -557,18 +558,21 @@ +@@ -591,18 +592,21 @@ pouninstall: @rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo @echo done uninstalling translations @@ -29,11 +29,11 @@ install -d -m 755 $(DESTDIR)$(datadir)/mime/packages/ install -d -m 755 $(DESTDIR)$(datadir)/pixmaps/ $(INSTALL) -m 755 $(BIN)/notecase$(EXE) "$(DESTDIR)$(bindir)/notecase$(EXE)" -- $(INSTALL) -m 644 docs/help.ncd "$(DESTDIR)$(datadir)/doc/notecase/help.ncd" +- $(INSTALL) -m 644 docs/help.ncd "$(DESTDIR)$(docdir)/notecase/help.ncd" $(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml" $(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \ $(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \ -@@ -760,7 +764,7 @@ +@@ -794,7 +798,7 @@ # # Note: first "make" command forces generating correct help file path in "config.h" # >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:52:31 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52D941065678; Wed, 3 Sep 2008 18:52:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27CAB8FC23; Wed, 3 Sep 2008 18:52:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83IqVCW033808; Wed, 3 Sep 2008 18:52:31 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83IqVEU033804; Wed, 3 Sep 2008 18:52:31 GMT (envelope-from amdmi3) Date: Wed, 3 Sep 2008 18:52:31 GMT Message-Id: <200809031852.m83IqVEU033804@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/125974: building games/xpuyopuyo fails 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, 03 Sep 2008 18:52:31 -0000 Synopsis: building games/xpuyopuyo fails Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Wed Sep 3 18:52:30 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125974 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 18:59:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6098A1065684; Wed, 3 Sep 2008 18:59:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 382C28FC13; Wed, 3 Sep 2008 18:59:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83IxD0d033961; Wed, 3 Sep 2008 18:59:13 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83IxDeE033957; Wed, 3 Sep 2008 18:59:13 GMT (envelope-from miwi) Date: Wed, 3 Sep 2008 18:59:13 GMT Message-Id: <200809031859.m83IxDeE033957@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127074: Port update: deskutils/notecase - Update to v1.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: Wed, 03 Sep 2008 18:59:13 -0000 Synopsis: Port update: deskutils/notecase - Update to v1.9.5 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Sep 3 18:59:12 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127074 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 21:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF2ED1065673 for ; Wed, 3 Sep 2008 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD05D8FC14 for ; Wed, 3 Sep 2008 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83LA1pq052329 for ; Wed, 3 Sep 2008 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83LA18t052328; Wed, 3 Sep 2008 21:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 21:10:01 GMT Resent-Message-Id: <200809032110.m83LA18t052328@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeff Blank Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465601065672 for ; Wed, 3 Sep 2008 21:01:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 360F68FC36 for ; Wed, 3 Sep 2008 21:01:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83L1pIS011668 for ; Wed, 3 Sep 2008 21:01:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83L1piE011666; Wed, 3 Sep 2008 21:01:51 GMT (envelope-from nobody) Message-Id: <200809032101.m83L1piE011666@www.freebsd.org> Date: Wed, 3 Sep 2008 21:01:51 GMT From: Jeff Blank To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127075: comms/qpage segmentation fault due to freeing already-freed memory 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, 03 Sep 2008 21:10:02 -0000 >Number: 127075 >Category: ports >Synopsis: comms/qpage segmentation fault due to freeing already-freed memory >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 21:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jeff Blank >Release: FreeBSD 7.0-RELEASE >Organization: >Environment: FreeBSD zorak.tc.mtu.edu 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Mon Jul 14 17:18:38 EDT 2008 root@zorak.tc.mtu.edu:/usr/obj/usr/src/sys/ULE_POLLING i386 >Description: When qpage in daemon mode receives a SIGHUP, it frees malloc-ed memory before rereading its configuration file. The problem occurs on line 1410 of config.c, where a pointer to a service declaration is freed. The memory at that address is not a separate allocation for each PAGER struct, and furthermore, the entire service list has been freed by the time free_pagers() is called. Calling free() on a pointer that points to unallocated memory appears to cause a segmentation fault. >How-To-Repeat: Build and install ports/qpage. No tunables are present in the Makefile. Install a working qpage.cf in /usr/local/etc (perhaps just using the qpage-example.cf provided). It is not necessary to have a modem available as long as the configuration file can be edited to reference an existing /dev/cua* device that is not otherwise in use ("modem=/dev/XXX" in qpage.cf). Execute '/usr/local/etc/rc.d/qpage.sh start'. At this point, there should be one qpage process running. Send the process a SIGHUP, wait a moment, and send another SIGHUP. qpage will have exited with a segmentation fault (logged to /var/log/messages by a standard FreeBSD configuration). >Fix: attached patch Patch attached with submission follows: --- config.c.orig Fri Jan 1 22:14:50 1999 +++ config.c Wed May 4 16:28:49 2005 @@ -1407,7 +1407,6 @@ my_free(list->name); my_free(list->text); my_free(list->pagerid); - my_free(list->service); free(list); } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 21:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B44461065A10 for ; Wed, 3 Sep 2008 21:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A49B28FC20 for ; Wed, 3 Sep 2008 21:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Le3nf088370 for ; Wed, 3 Sep 2008 21:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Le3VA088368; Wed, 3 Sep 2008 21:40:03 GMT (envelope-from gnats) Date: Wed, 3 Sep 2008 21:40:03 GMT Message-Id: <200809032140.m83Le3VA088368@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/126746: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 21:40:03 -0000 The following reply was made to PR ports/126746; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126746: commit references a PR Date: Wed, 3 Sep 2008 21:39:34 +0000 (UTC) lippe 2008-09-03 21:39:25 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile Log: - After recent commit of MPSAFE TTY layer brlcad builds and runs successfully on CURRENT, then unbreak it. PR: ports/126746 Reported by: Alexey Shuvaev Revision Changes Path 1.35 +0 -4 ports/cad/brlcad/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 22:18:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F63106566B; Wed, 3 Sep 2008 22:18:06 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80B598FC1C; Wed, 3 Sep 2008 22:18:06 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83MI6V3093488; Wed, 3 Sep 2008 22:18:06 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83MI5it093484; Wed, 3 Sep 2008 22:18:05 GMT (envelope-from lippe) Date: Wed, 3 Sep 2008 22:18:05 GMT Message-Id: <200809032218.m83MI5it093484@freefall.freebsd.org> To: erik@smluc.org, shuvaev@physik.uni-wuerzburg.de, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/126746: [PATCH]: cad/brlcad on CURRENT 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, 03 Sep 2008 22:18:06 -0000 Synopsis: [PATCH]: cad/brlcad on CURRENT State-Changed-From-To: feedback->closed State-Changed-By: lippe State-Changed-When: Wed Sep 3 22:18:05 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=126746 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 22:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E03E21065673 for ; Wed, 3 Sep 2008 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE5AD8FC20 for ; Wed, 3 Sep 2008 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83MK1Ib093529 for ; Wed, 3 Sep 2008 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83MK1i4093528; Wed, 3 Sep 2008 22:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 22:20:01 GMT Resent-Message-Id: <200809032220.m83MK1i4093528@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52D3E1065670 for ; Wed, 3 Sep 2008 22:11:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 43C1A8FC21 for ; Wed, 3 Sep 2008 22:11:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83MBofW075685 for ; Wed, 3 Sep 2008 22:11:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83MBo6o075683; Wed, 3 Sep 2008 22:11:50 GMT (envelope-from nobody) Message-Id: <200809032211.m83MBo6o075683@www.freebsd.org> Date: Wed, 3 Sep 2008 22:11:50 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127077: use new email address for ports 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, 03 Sep 2008 22:20:02 -0000 >Number: 127077 >Category: ports >Synopsis: use new email address for ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 22:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: 7.0-RELEASE amd64 >Organization: >Environment: FreeBSD self.rene-ladan.nl 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Sun Jul 27 17:31:07 CEST 2008 root@self.rene-ladan.nl:/usr/obj/usr/src/sys/RENE amd64 >Description: Use "rene@freebsd.org" for the following ports (which is an alias to "r.c.ladan@gmail.com" on perforce): astro/boinc-setiathome-enhanced devel/argouml devel/libusb lang/bas2tap lang/bf2c (also update pkg-descr) misc/biosfont-demos misc/localedata (also update pkg-descr) multimedia/xfce4-media sysutils/biosfont sysutils/libchk sysutils/xfce4-cpugraph-plugin x11/xfce4-clipman-plugin Drop these ports: audio/tempest_for_eliza audio/xmms-wma >How-To-Repeat: >Fix: patchset is available at ftp://rene-ladan.nl/pub/freebsd/ports.diff.tbz SIZE=2439 MD5=b47c64482d741cdceb9932a34f980ef0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 00:34:33 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7B4C1069422; Thu, 4 Sep 2008 00:34:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80F258FC14; Thu, 4 Sep 2008 00:34:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m840YXTe008107; Thu, 4 Sep 2008 00:34:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m840YXgA008103; Thu, 4 Sep 2008 00:34:33 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 00:34:33 GMT Message-Id: <200809040034.m840YXgA008103@freefall.freebsd.org> To: r.c.ladan@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127077: use new email address for ports 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, 04 Sep 2008 00:34:33 -0000 Synopsis: use new email address for ports State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Sep 4 00:33:57 UTC 2008 State-Changed-Why: I can't find an @freebsd.org username for you on freefall, can you reply to my test email to it to confirm it works? http://www.freebsd.org/cgi/query-pr.cgi?pr=127077 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 01:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FFD6106A261 for ; Thu, 4 Sep 2008 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 521808FC1B for ; Thu, 4 Sep 2008 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m841e1GR013549 for ; Thu, 4 Sep 2008 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m841e1VK013548; Thu, 4 Sep 2008 01:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 01:40:01 GMT Resent-Message-Id: <200809040140.m841e1VK013548@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomoyuki Sakurai Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B002106A98E for ; Thu, 4 Sep 2008 01:30:08 +0000 (UTC) (envelope-from cherry@spica.trombik.org) Received: from spica.trombik.org (spica.trombik.org [211.19.48.12]) by mx1.freebsd.org (Postfix) with ESMTP id D06728FC1D for ; Thu, 4 Sep 2008 01:30:07 +0000 (UTC) (envelope-from cherry@spica.trombik.org) Received: by spica.trombik.org (Postfix, from userid 999) id 01D711CD54; Thu, 4 Sep 2008 10:30:01 +0900 (JST) Message-Id: <20080904013001.01D711CD54@spica.trombik.org> Date: Thu, 4 Sep 2008 10:30:01 +0900 (JST) From: Tomoyuki Sakurai To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dulmandakh Sukhbaatar Subject: ports/127078: [MAINTAINER] sysutils/puppet-devel: create and delete work directories 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, 04 Sep 2008 01:40:01 -0000 >Number: 127078 >Category: ports >Synopsis: [MAINTAINER] sysutils/puppet-devel: create and delete work directories >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 Sep 04 01:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tomoyuki Sakurai >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD spica.trombik.org 7.0-STABLE FreeBSD 7.0-STABLE #5: Thu Jul 10 22:29:26 JST 2008 >Description: - after install: and deinstall:, create and delete work directories for puppet. this fixes ports/126968 - fix typos in pkg-message Added file(s): - files/pkg-deinstall.in Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- puppet-devel-0.24.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/puppet-devel/Makefile /usr/home/cherry/svk/ports/sysutils/puppet-devel/Makefile --- /usr/ports/sysutils/puppet-devel/Makefile 2008-08-01 20:54:10.000000000 +0900 +++ /usr/home/cherry/svk/ports/sysutils/puppet-devel/Makefile 2008-09-04 10:26:33.000000000 +0900 @@ -28,10 +28,12 @@ PUPPET_USER:= puppet PUPPET_GROUP:= ${PUPPET_USER} PUPPET_RUNDIR:= /var/run/${PORTNAME} -SUB_FILES+= pkg-install pkg-message +PUPPET_WORKDIR:= /var/${PORTNAME} +SUB_FILES+= pkg-install pkg-message pkg-deinstall SUB_LIST+= PUPPET_RUNDIR="${PUPPET_RUNDIR}" \ PUPPET_USER="${PUPPET_USER}" \ - PUPPET_GROUP="${PUPPET_GROUP}" + PUPPET_GROUP="${PUPPET_GROUP}" \ + PUPPET_WORKDIR="${PUPPET_WORKDIR}" .include diff -ruN --exclude=CVS /usr/ports/sysutils/puppet-devel/files/pkg-deinstall.in /usr/home/cherry/svk/ports/sysutils/puppet-devel/files/pkg-deinstall.in --- /usr/ports/sysutils/puppet-devel/files/pkg-deinstall.in 1970-01-01 09:00:00.000000000 +0900 +++ /usr/home/cherry/svk/ports/sysutils/puppet-devel/files/pkg-deinstall.in 2008-09-04 10:10:41.000000000 +0900 @@ -0,0 +1,13 @@ +#!/bin/sh +# $FreeBSD:$ +PATH="/bin:/sbin:/usr/bin:/usr/sbin" + +RUNDIR=%%PUPPET_RUNDIR%% +WORKDIR=%%PUPPET_WORKDIR%% + +if [ "$2" = "POST-DEINSTALL" ]; then + echo "=> Deleting ${RUNDIR} if empty..." + rm -d ${RUNDIR} 2>/dev/null || true + echo "=> Deleting ${WORKDIR} if empty..." + rm -d ${WORKDIR} 2>/dev/null || true +fi diff -ruN --exclude=CVS /usr/ports/sysutils/puppet-devel/files/pkg-install.in /usr/home/cherry/svk/ports/sysutils/puppet-devel/files/pkg-install.in --- /usr/ports/sysutils/puppet-devel/files/pkg-install.in 2008-04-11 23:09:59.000000000 +0900 +++ /usr/home/cherry/svk/ports/sysutils/puppet-devel/files/pkg-install.in 2008-09-04 09:30:28.000000000 +0900 @@ -8,6 +8,7 @@ GID=$UID RUNDIR=%%PUPPET_RUNDIR%% +WORKDIR=%%PUPPET_WORKDIR%% PW="pw" CHOWN="chown" @@ -36,7 +37,18 @@ fi elif [ "$2" = "POST-INSTALL" ]; then - ${INSTALL_DIR} ${RUNDIR} + if [ -d ${RUNDIR} ]; then + echo "=> ${RUNDIR} already exists." + else + echo -n "=> Creating RUNDIR ${RUNDIR}... " + ${INSTALL_DIR} ${RUNDIR} || echo "failed" + fi + if [ -d ${WORKDIR} ]; then + echo "=> ${WORKDIR} already exists." + else + echo -n "=> Creating WORKDIR ${WORKDIR}... " + ${INSTALL_DIR} ${WORKDIR} || echo "failed" + fi fi exit 0 diff -ruN --exclude=CVS /usr/ports/sysutils/puppet-devel/files/pkg-message.in /usr/home/cherry/svk/ports/sysutils/puppet-devel/files/pkg-message.in --- /usr/ports/sysutils/puppet-devel/files/pkg-message.in 2008-04-11 23:09:59.000000000 +0900 +++ /usr/home/cherry/svk/ports/sysutils/puppet-devel/files/pkg-message.in 2008-09-04 09:09:05.000000000 +0900 @@ -5,7 +5,7 @@ to /etc/rc.conf -Indivisual config files such as %%PREFIX%%/etc/puppetmasterd.conf are -deprecated. Use a single file, %%PREFIX%%/puppet/puppet.conf. +Indivisual config files such as %%PREFIX%%/etc/puppet/puppetmasterd.conf are +deprecated. Use a single file, %%PREFIX%%/etc/puppet/puppet.conf. Now the default PID directory is %%PUPPET_RUNDIR%%. diff -ruN --exclude=CVS /usr/ports/sysutils/puppet-devel/pkg-plist /usr/home/cherry/svk/ports/sysutils/puppet-devel/pkg-plist --- /usr/ports/sysutils/puppet-devel/pkg-plist 2008-04-11 23:09:59.000000000 +0900 +++ /usr/home/cherry/svk/ports/sysutils/puppet-devel/pkg-plist 2008-09-04 09:54:55.000000000 +0900 @@ -11,4 +11,3 @@ @dirrmtry etc/puppet/ssl @dirrmtry etc/puppet/manifests @dirrmtry etc/puppet -@dirrmtry /var/run/puppet --- puppet-devel-0.24.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 01:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14CDD106EFF9 for ; Thu, 4 Sep 2008 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAD178FC19 for ; Thu, 4 Sep 2008 01:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m841o0OC013846 for ; Thu, 4 Sep 2008 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m841o0TT013845; Thu, 4 Sep 2008 01:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 01:50:00 GMT Resent-Message-Id: <200809040150.m841o0TT013845@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42F65106EEF5 for ; Thu, 4 Sep 2008 01:48:54 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.freebsd.org (Postfix) with ESMTP id BEC828FC13 for ; Thu, 4 Sep 2008 01:48:53 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id E6C632047; Thu, 4 Sep 2008 09:48:40 +0800 (CST) Message-Id: <20080904014840.E6C632047@sunpoet.net> Date: Thu, 4 Sep 2008 09:48:40 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127079: [MAINTAINER] www/httrack: Update to 3.42.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: Thu, 04 Sep 2008 01:50:01 -0000 >Number: 127079 >Category: ports >Synopsis: [MAINTAINER] www/httrack: Update to 3.42.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: Thu Sep 04 01:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bonjour.sunpoet.net 7.0-STABLE FreeBSD 7.0-STABLE #10: Fri Aug 1 11:36:08 CST >Description: Changes: - Update to 3.42.3 - Enable NOPORTDATA and NOPORTDOCS Added file(s): - files/extra-patch-Makefile.in Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- httrack-3.42.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/httrack/Makefile /usr/ports/sunpoet/httrack/Makefile --- /usr/ports/www/httrack/Makefile 2008-06-20 11:37:40.345509566 +0800 +++ /usr/ports/sunpoet/httrack/Makefile 2008-09-04 08:59:35.191522425 +0800 @@ -6,7 +6,7 @@ # PORTNAME= httrack -DISTVERSION= 3.42-2 +DISTVERSION= 3.42-3 CATEGORIES= www MASTER_SITES= http://www.httrack.com/ \ http://sunpoet.net/distfiles/ @@ -14,6 +14,7 @@ MAINTAINER= sunpoet@sunpoet.net COMMENT= Easy-to-use offline browser utility and website copier +CONFIGURE_ARGS= --datadir="${DATADIR}" --docdir="${DOCSDIR}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gnometarget @@ -23,9 +24,14 @@ MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1 +.if defined(NOPORTDATA) || defined(NOPORTDOCS) +NOPORTDATA= yes +NOPORTDOCS= yes +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in +.endif + post-patch: - @${REINPLACE_CMD} -e 's|>&6,|>\&6|g ; \ - s|-O -g3 ||g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O -g3 ||g' \ + -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include diff -ruN --exclude=CVS /usr/ports/www/httrack/distinfo /usr/ports/sunpoet/httrack/distinfo --- /usr/ports/www/httrack/distinfo 2008-06-20 11:37:40.345509566 +0800 +++ /usr/ports/sunpoet/httrack/distinfo 2008-08-22 23:21:19.690568593 +0800 @@ -1,3 +1,3 @@ -MD5 (httrack-3.42-2.tar.gz) = 28bbb9c815b8ee9180acb564df9369fe -SHA256 (httrack-3.42-2.tar.gz) = 0fb8792f0c6e627d08bfdb67c37548506c8b411e778dbfd78ed2dc54033a8c98 -SIZE (httrack-3.42-2.tar.gz) = 1663925 +MD5 (httrack-3.42-3.tar.gz) = b522c758601a974b3851907ad66801d1 +SHA256 (httrack-3.42-3.tar.gz) = a6a91f7dfc90d625c58d0043a17af3c27a99369a76203c4e964e850e81913e3d +SIZE (httrack-3.42-3.tar.gz) = 1664057 diff -ruN --exclude=CVS /usr/ports/www/httrack/files/extra-patch-Makefile.in /usr/ports/sunpoet/httrack/files/extra-patch-Makefile.in --- /usr/ports/www/httrack/files/extra-patch-Makefile.in 1970-01-01 08:00:00.000000000 +0800 +++ /usr/ports/sunpoet/httrack/files/extra-patch-Makefile.in 2008-09-03 23:22:03.465294931 +0800 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2008-07-29 05:17:53.000000000 +0800 ++++ Makefile.in 2008-09-03 23:21:49.313902785 +0800 +@@ -146,7 +146,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-SUBDIRS = src man m4 libtest templates lang html ++SUBDIRS = src man m4 libtest templates lang + + EXTRA_DIST = INSTALL INSTALL.FreeBSD INSTALL.Linux \ + gpl.txt gpl-fr.txt license.txt greetings.txt history.txt \ diff -ruN --exclude=CVS /usr/ports/www/httrack/pkg-plist /usr/ports/sunpoet/httrack/pkg-plist --- /usr/ports/www/httrack/pkg-plist 2007-05-20 16:30:19.000000000 +0800 +++ /usr/ports/sunpoet/httrack/pkg-plist 2008-09-04 01:43:57.229152907 +0800 @@ -60,186 +60,186 @@ lib/libhttrack.la lib/libhttrack.so lib/libhttrack.so.2 -share/applications/WebHTTrack-Websites.desktop -share/applications/WebHTTrack.desktop -%%DOCSDIR%%/history.txt -%%DOCSDIR%%/html -%%DOCSDIR%%/httrack-doc.html -%%DATADIR%%/html/abuse.html -%%DATADIR%%/html/addurl.html -%%DATADIR%%/html/cache.html -%%DATADIR%%/html/cmddoc.html -%%DATADIR%%/html/contact.html -%%DATADIR%%/html/dev.html -%%DATADIR%%/html/div/search.sh -%%DATADIR%%/html/faq.html -%%DATADIR%%/html/fcguide.html -%%DATADIR%%/html/filters.html -%%DATADIR%%/html/greetings.txt -%%DATADIR%%/html/history.txt -%%DATADIR%%/html/httrack.man.html -%%DATADIR%%/html/images/bg_rings.gif -%%DATADIR%%/html/images/header_title_4.gif -%%DATADIR%%/html/images/screenshot_01.jpg -%%DATADIR%%/html/images/screenshot_01b.jpg -%%DATADIR%%/html/img/addurl1.gif -%%DATADIR%%/html/img/addurl2.gif -%%DATADIR%%/html/img/addurl3.gif -%%DATADIR%%/html/img/addurl4.gif -%%DATADIR%%/html/img/addurl5.gif -%%DATADIR%%/html/img/backblue.gif -%%DATADIR%%/html/img/fade.gif -%%DATADIR%%/html/img/httrack.gif -%%DATADIR%%/html/img/snap1_a.gif -%%DATADIR%%/html/img/snap1_b.gif -%%DATADIR%%/html/img/snap1_c.gif -%%DATADIR%%/html/img/snap2_a.gif -%%DATADIR%%/html/img/snap2_b.gif -%%DATADIR%%/html/img/snap3_a.gif -%%DATADIR%%/html/img/snap4_a.gif -%%DATADIR%%/html/img/snap5_a.gif -%%DATADIR%%/html/img/snap9.gif -%%DATADIR%%/html/img/snap9_a.gif -%%DATADIR%%/html/img/snap9_b.gif -%%DATADIR%%/html/img/snap9_c.gif -%%DATADIR%%/html/img/snap9_d.gif -%%DATADIR%%/html/img/snap9_d2.gif -%%DATADIR%%/html/img/snap9_d3.gif -%%DATADIR%%/html/img/snap9_d4.gif -%%DATADIR%%/html/img/snap9_d5.gif -%%DATADIR%%/html/img/snap9_d6.gif -%%DATADIR%%/html/img/snap9_d7.gif -%%DATADIR%%/html/img/snap9_d8.gif -%%DATADIR%%/html/img/snap9_e.gif -%%DATADIR%%/html/img/snap9_f.gif -%%DATADIR%%/html/img/snap9_g.gif -%%DATADIR%%/html/img/snap9_g2.gif -%%DATADIR%%/html/img/snap9_g3.gif -%%DATADIR%%/html/img/snap9_h.gif -%%DATADIR%%/html/img/snap9_i.gif -%%DATADIR%%/html/img/snap9_j.gif -%%DATADIR%%/html/img/snap9_k.gif -%%DATADIR%%/html/index.html -%%DATADIR%%/html/library.html -%%DATADIR%%/html/license.txt -%%DATADIR%%/html/options.html -%%DATADIR%%/html/overview.html -%%DATADIR%%/html/plug.html -%%DATADIR%%/html/plug_330.html -%%DATADIR%%/html/scripting.html -%%DATADIR%%/html/server/about.html -%%DATADIR%%/html/server/addurl.html -%%DATADIR%%/html/server/error.html -%%DATADIR%%/html/server/exit.html -%%DATADIR%%/html/server/file.html -%%DATADIR%%/html/server/finished.html -%%DATADIR%%/html/server/help.html -%%DATADIR%%/html/server/images/bg_rings.gif -%%DATADIR%%/html/server/images/fade.gif -%%DATADIR%%/html/server/images/header_title_4.gif -%%DATADIR%%/html/server/index.html -%%DATADIR%%/html/server/option1.html -%%DATADIR%%/html/server/option10.html -%%DATADIR%%/html/server/option11.html -%%DATADIR%%/html/server/option2.html -%%DATADIR%%/html/server/option2b.html -%%DATADIR%%/html/server/option3.html -%%DATADIR%%/html/server/option4.html -%%DATADIR%%/html/server/option5.html -%%DATADIR%%/html/server/option6.html -%%DATADIR%%/html/server/option7.html -%%DATADIR%%/html/server/option8.html -%%DATADIR%%/html/server/option9.html -%%DATADIR%%/html/server/refresh.html -%%DATADIR%%/html/server/sfx/finished.wav -%%DATADIR%%/html/server/step2.html -%%DATADIR%%/html/server/step3.html -%%DATADIR%%/html/server/step4.html -%%DATADIR%%/html/shelldoc.html -%%DATADIR%%/html/start.html -%%DATADIR%%/html/step.html -%%DATADIR%%/html/step1.html -%%DATADIR%%/html/step2.html -%%DATADIR%%/html/step3.html -%%DATADIR%%/html/step4.html -%%DATADIR%%/html/step5.html -%%DATADIR%%/html/step9.html -%%DATADIR%%/html/step9_opt1.html -%%DATADIR%%/html/step9_opt10.html -%%DATADIR%%/html/step9_opt11.html -%%DATADIR%%/html/step9_opt2.html -%%DATADIR%%/html/step9_opt3.html -%%DATADIR%%/html/step9_opt4.html -%%DATADIR%%/html/step9_opt5.html -%%DATADIR%%/html/step9_opt6.html -%%DATADIR%%/html/step9_opt7.html -%%DATADIR%%/html/step9_opt8.html -%%DATADIR%%/html/step9_opt9.html -%%DATADIR%%/icons/webhttrack.xpm -%%DATADIR%%/lang/Bulgarian.txt -%%DATADIR%%/lang/Castellano.txt -%%DATADIR%%/lang/Cesky.txt -%%DATADIR%%/lang/Chinese-BIG5.txt -%%DATADIR%%/lang/Chinese-Simplified.txt -%%DATADIR%%/lang/Dansk.txt -%%DATADIR%%/lang/Deutsch.txt -%%DATADIR%%/lang/Eesti.txt -%%DATADIR%%/lang/English.txt -%%DATADIR%%/lang/Finnish.txt -%%DATADIR%%/lang/Francais.txt -%%DATADIR%%/lang/Greek.txt -%%DATADIR%%/lang/Italiano.txt -%%DATADIR%%/lang/Japanese.txt -%%DATADIR%%/lang/Macedonian.txt -%%DATADIR%%/lang/Magyar.txt -%%DATADIR%%/lang/Nederlands.txt -%%DATADIR%%/lang/Norsk.txt -%%DATADIR%%/lang/Polski.txt -%%DATADIR%%/lang/Portugues-Brasil.txt -%%DATADIR%%/lang/Portugues.txt -%%DATADIR%%/lang/Romanian.txt -%%DATADIR%%/lang/Russian.txt -%%DATADIR%%/lang/Slovak.txt -%%DATADIR%%/lang/Slovenian.txt -%%DATADIR%%/lang/Svenska.txt -%%DATADIR%%/lang/Turkish.txt -%%DATADIR%%/lang/Ukrainian.txt -%%DATADIR%%/lang.def -%%DATADIR%%/lang.indexes -%%DATADIR%%/libtest/callbacks-example-baselinks.c -%%DATADIR%%/libtest/callbacks-example-changecontent.c -%%DATADIR%%/libtest/callbacks-example-contentfilter.c -%%DATADIR%%/libtest/callbacks-example-displayheader.c -%%DATADIR%%/libtest/callbacks-example-filename.c -%%DATADIR%%/libtest/callbacks-example-filename2.c -%%DATADIR%%/libtest/callbacks-example-filenameiisbug.c -%%DATADIR%%/libtest/callbacks-example-listlinks.c -%%DATADIR%%/libtest/callbacks-example-log.c -%%DATADIR%%/libtest/callbacks-example-simple.c -%%DATADIR%%/libtest/example.c -%%DATADIR%%/libtest/example.h -%%DATADIR%%/libtest/readme.txt -%%DATADIR%%/templates/index-body.html -%%DATADIR%%/templates/index-footer.html -%%DATADIR%%/templates/index-header.html -%%DATADIR%%/templates/topindex-body.html -%%DATADIR%%/templates/topindex-bodycat.html -%%DATADIR%%/templates/topindex-footer.html -%%DATADIR%%/templates/topindex-header.html -share/pixmaps/httrack.xpm -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/libtest -@dirrm %%DATADIR%%/lang -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/html/server/sfx -@dirrm %%DATADIR%%/html/server/images -@dirrm %%DATADIR%%/html/server -@dirrm %%DATADIR%%/html/img -@dirrm %%DATADIR%%/html/images -@dirrm %%DATADIR%%/html/div -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% +%%PORTDOCS%%share/applications/WebHTTrack-Websites.desktop +%%PORTDOCS%%share/applications/WebHTTrack.desktop +%%PORTDOCS%%%%DOCSDIR%%/history.txt +%%PORTDOCS%%%%DOCSDIR%%/html +%%PORTDOCS%%%%DOCSDIR%%/httrack-doc.html +%%PORTDATA%%%%DATADIR%%/html/abuse.html +%%PORTDATA%%%%DATADIR%%/html/addurl.html +%%PORTDATA%%%%DATADIR%%/html/cache.html +%%PORTDATA%%%%DATADIR%%/html/cmddoc.html +%%PORTDATA%%%%DATADIR%%/html/contact.html +%%PORTDATA%%%%DATADIR%%/html/dev.html +%%PORTDATA%%%%DATADIR%%/html/div/search.sh +%%PORTDATA%%%%DATADIR%%/html/faq.html +%%PORTDATA%%%%DATADIR%%/html/fcguide.html +%%PORTDATA%%%%DATADIR%%/html/filters.html +%%PORTDATA%%%%DATADIR%%/html/greetings.txt +%%PORTDATA%%%%DATADIR%%/html/history.txt +%%PORTDATA%%%%DATADIR%%/html/httrack.man.html +%%PORTDATA%%%%DATADIR%%/html/images/bg_rings.gif +%%PORTDATA%%%%DATADIR%%/html/images/header_title_4.gif +%%PORTDATA%%%%DATADIR%%/html/images/screenshot_01.jpg +%%PORTDATA%%%%DATADIR%%/html/images/screenshot_01b.jpg +%%PORTDATA%%%%DATADIR%%/html/img/addurl1.gif +%%PORTDATA%%%%DATADIR%%/html/img/addurl2.gif +%%PORTDATA%%%%DATADIR%%/html/img/addurl3.gif +%%PORTDATA%%%%DATADIR%%/html/img/addurl4.gif +%%PORTDATA%%%%DATADIR%%/html/img/addurl5.gif +%%PORTDATA%%%%DATADIR%%/html/img/backblue.gif +%%PORTDATA%%%%DATADIR%%/html/img/fade.gif +%%PORTDATA%%%%DATADIR%%/html/img/httrack.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap1_a.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap1_b.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap1_c.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap2_a.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap2_b.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap3_a.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap4_a.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap5_a.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_a.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_b.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_c.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d2.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d3.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d4.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d5.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d6.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d7.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_d8.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_e.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_f.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_g.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_g2.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_g3.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_h.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_i.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_j.gif +%%PORTDATA%%%%DATADIR%%/html/img/snap9_k.gif +%%PORTDATA%%%%DATADIR%%/html/index.html +%%PORTDATA%%%%DATADIR%%/html/library.html +%%PORTDATA%%%%DATADIR%%/html/license.txt +%%PORTDATA%%%%DATADIR%%/html/options.html +%%PORTDATA%%%%DATADIR%%/html/overview.html +%%PORTDATA%%%%DATADIR%%/html/plug.html +%%PORTDATA%%%%DATADIR%%/html/plug_330.html +%%PORTDATA%%%%DATADIR%%/html/scripting.html +%%PORTDATA%%%%DATADIR%%/html/server/about.html +%%PORTDATA%%%%DATADIR%%/html/server/addurl.html +%%PORTDATA%%%%DATADIR%%/html/server/error.html +%%PORTDATA%%%%DATADIR%%/html/server/exit.html +%%PORTDATA%%%%DATADIR%%/html/server/file.html +%%PORTDATA%%%%DATADIR%%/html/server/finished.html +%%PORTDATA%%%%DATADIR%%/html/server/help.html +%%PORTDATA%%%%DATADIR%%/html/server/images/bg_rings.gif +%%PORTDATA%%%%DATADIR%%/html/server/images/fade.gif +%%PORTDATA%%%%DATADIR%%/html/server/images/header_title_4.gif +%%PORTDATA%%%%DATADIR%%/html/server/index.html +%%PORTDATA%%%%DATADIR%%/html/server/option1.html +%%PORTDATA%%%%DATADIR%%/html/server/option10.html +%%PORTDATA%%%%DATADIR%%/html/server/option11.html +%%PORTDATA%%%%DATADIR%%/html/server/option2.html +%%PORTDATA%%%%DATADIR%%/html/server/option2b.html +%%PORTDATA%%%%DATADIR%%/html/server/option3.html +%%PORTDATA%%%%DATADIR%%/html/server/option4.html +%%PORTDATA%%%%DATADIR%%/html/server/option5.html +%%PORTDATA%%%%DATADIR%%/html/server/option6.html +%%PORTDATA%%%%DATADIR%%/html/server/option7.html +%%PORTDATA%%%%DATADIR%%/html/server/option8.html +%%PORTDATA%%%%DATADIR%%/html/server/option9.html +%%PORTDATA%%%%DATADIR%%/html/server/refresh.html +%%PORTDATA%%%%DATADIR%%/html/server/sfx/finished.wav +%%PORTDATA%%%%DATADIR%%/html/server/step2.html +%%PORTDATA%%%%DATADIR%%/html/server/step3.html +%%PORTDATA%%%%DATADIR%%/html/server/step4.html +%%PORTDATA%%%%DATADIR%%/html/shelldoc.html +%%PORTDATA%%%%DATADIR%%/html/start.html +%%PORTDATA%%%%DATADIR%%/html/step.html +%%PORTDATA%%%%DATADIR%%/html/step1.html +%%PORTDATA%%%%DATADIR%%/html/step2.html +%%PORTDATA%%%%DATADIR%%/html/step3.html +%%PORTDATA%%%%DATADIR%%/html/step4.html +%%PORTDATA%%%%DATADIR%%/html/step5.html +%%PORTDATA%%%%DATADIR%%/html/step9.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt1.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt10.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt11.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt2.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt3.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt4.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt5.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt6.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt7.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt8.html +%%PORTDATA%%%%DATADIR%%/html/step9_opt9.html +%%PORTDATA%%%%DATADIR%%/icons/webhttrack.xpm +%%PORTDATA%%%%DATADIR%%/lang/Bulgarian.txt +%%PORTDATA%%%%DATADIR%%/lang/Castellano.txt +%%PORTDATA%%%%DATADIR%%/lang/Cesky.txt +%%PORTDATA%%%%DATADIR%%/lang/Chinese-BIG5.txt +%%PORTDATA%%%%DATADIR%%/lang/Chinese-Simplified.txt +%%PORTDATA%%%%DATADIR%%/lang/Dansk.txt +%%PORTDATA%%%%DATADIR%%/lang/Deutsch.txt +%%PORTDATA%%%%DATADIR%%/lang/Eesti.txt +%%PORTDATA%%%%DATADIR%%/lang/English.txt +%%PORTDATA%%%%DATADIR%%/lang/Finnish.txt +%%PORTDATA%%%%DATADIR%%/lang/Francais.txt +%%PORTDATA%%%%DATADIR%%/lang/Greek.txt +%%PORTDATA%%%%DATADIR%%/lang/Italiano.txt +%%PORTDATA%%%%DATADIR%%/lang/Japanese.txt +%%PORTDATA%%%%DATADIR%%/lang/Macedonian.txt +%%PORTDATA%%%%DATADIR%%/lang/Magyar.txt +%%PORTDATA%%%%DATADIR%%/lang/Nederlands.txt +%%PORTDATA%%%%DATADIR%%/lang/Norsk.txt +%%PORTDATA%%%%DATADIR%%/lang/Polski.txt +%%PORTDATA%%%%DATADIR%%/lang/Portugues-Brasil.txt +%%PORTDATA%%%%DATADIR%%/lang/Portugues.txt +%%PORTDATA%%%%DATADIR%%/lang/Romanian.txt +%%PORTDATA%%%%DATADIR%%/lang/Russian.txt +%%PORTDATA%%%%DATADIR%%/lang/Slovak.txt +%%PORTDATA%%%%DATADIR%%/lang/Slovenian.txt +%%PORTDATA%%%%DATADIR%%/lang/Svenska.txt +%%PORTDATA%%%%DATADIR%%/lang/Turkish.txt +%%PORTDATA%%%%DATADIR%%/lang/Ukrainian.txt +%%PORTDATA%%%%DATADIR%%/lang.def +%%PORTDATA%%%%DATADIR%%/lang.indexes +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-baselinks.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-changecontent.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-contentfilter.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-displayheader.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-filename.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-filename2.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-filenameiisbug.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-listlinks.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-log.c +%%PORTDATA%%%%DATADIR%%/libtest/callbacks-example-simple.c +%%PORTDATA%%%%DATADIR%%/libtest/example.c +%%PORTDATA%%%%DATADIR%%/libtest/example.h +%%PORTDATA%%%%DATADIR%%/libtest/readme.txt +%%PORTDATA%%%%DATADIR%%/templates/index-body.html +%%PORTDATA%%%%DATADIR%%/templates/index-footer.html +%%PORTDATA%%%%DATADIR%%/templates/index-header.html +%%PORTDATA%%%%DATADIR%%/templates/topindex-body.html +%%PORTDATA%%%%DATADIR%%/templates/topindex-bodycat.html +%%PORTDATA%%%%DATADIR%%/templates/topindex-footer.html +%%PORTDATA%%%%DATADIR%%/templates/topindex-header.html +%%PORTDOCS%%share/pixmaps/httrack.xpm +%%PORTDATA%%@dirrm %%DATADIR%%/templates +%%PORTDATA%%@dirrm %%DATADIR%%/libtest +%%PORTDATA%%@dirrm %%DATADIR%%/lang +%%PORTDATA%%@dirrm %%DATADIR%%/icons +%%PORTDATA%%@dirrm %%DATADIR%%/html/server/sfx +%%PORTDATA%%@dirrm %%DATADIR%%/html/server/images +%%PORTDATA%%@dirrm %%DATADIR%%/html/server +%%PORTDATA%%@dirrm %%DATADIR%%/html/img +%%PORTDATA%%@dirrm %%DATADIR%%/html/images +%%PORTDATA%%@dirrm %%DATADIR%%/html/div +%%PORTDATA%%@dirrm %%DATADIR%%/html +%%PORTDATA%%@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/httrack @dirrm include/httrack -@dirrmtry share/applications +%%PORTDOCS%%@dirrmtry share/applications --- httrack-3.42.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 01:50:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B98F2106F084; Thu, 4 Sep 2008 01:50:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 938D38FC19; Thu, 4 Sep 2008 01:50:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m841oDwZ014027; Thu, 4 Sep 2008 01:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m841oDqX014023; Thu, 4 Sep 2008 01:50:13 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 01:50:13 GMT Message-Id: <200809040150.m841oDqX014023@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127079: [MAINTAINER] www/httrack: Update to 3.42.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: Thu, 04 Sep 2008 01:50:13 -0000 Synopsis: [MAINTAINER] www/httrack: Update to 3.42.3 Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 01:50:13 UTC 2008 Responsible-Changed-Why: chinsan@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127079 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 02:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA2EB10657AB for ; Thu, 4 Sep 2008 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADA468FC15 for ; Thu, 4 Sep 2008 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m842e18E018690 for ; Thu, 4 Sep 2008 02:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m842e1nB018689; Thu, 4 Sep 2008 02:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 02:40:01 GMT Resent-Message-Id: <200809040240.m842e1nB018689@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D97B1106596E for ; Thu, 4 Sep 2008 02:30:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.freebsd.org (Postfix) with ESMTP id B0E348FC1F for ; Thu, 4 Sep 2008 02:30:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id 281F820E2; Thu, 4 Sep 2008 10:29:55 +0800 (CST) Message-Id: <20080904022955.281F820E2@sunpoet.net> Date: Thu, 4 Sep 2008 10:29:55 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jw@innerewut.de Subject: ports/127080: [PATCH] devel/rubygem-hoe: update to 1.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: Thu, 04 Sep 2008 02:40:01 -0000 >Number: 127080 >Category: ports >Synopsis: [PATCH] devel/rubygem-hoe: update to 1.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 02:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bonjour.sunpoet.net 7.0-STABLE FreeBSD 7.0-STABLE #10: Fri Aug 1 11:36:08 CST >Description: - Update to 1.7.0 Port maintainer (jw@innerewut.de) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rubygem-hoe-1.7.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/rubygem-hoe/Makefile /usr/ports/sunpoet/rubygem-hoe/Makefile --- /usr/ports/devel/rubygem-hoe/Makefile 2008-04-17 00:13:16.000000000 +0800 +++ /usr/ports/sunpoet/rubygem-hoe/Makefile 2008-09-04 10:26:25.390093472 +0800 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/rubygem-hoe/Makefile,v 1.10 2008/04/14 01:41:43 clsung Exp $ PORTNAME= hoe -PORTVERSION= 1.5.1 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= seattlerb diff -ruN --exclude=CVS /usr/ports/devel/rubygem-hoe/distinfo /usr/ports/sunpoet/rubygem-hoe/distinfo --- /usr/ports/devel/rubygem-hoe/distinfo 2008-04-17 00:13:16.000000000 +0800 +++ /usr/ports/sunpoet/rubygem-hoe/distinfo 2008-09-04 10:26:31.108250389 +0800 @@ -1,3 +1,3 @@ -MD5 (rubygem/hoe-1.5.1.gem) = f94440f1455b86b1f6cd810b4343c31c -SHA256 (rubygem/hoe-1.5.1.gem) = d052cb02b809f45112dca3804f77d66328229615a3f718fa4b25cc893b4e9c4f -SIZE (rubygem/hoe-1.5.1.gem) = 16384 +MD5 (rubygem/hoe-1.7.0.gem) = 52893edef97db9d5d39fbcaf8e49b571 +SHA256 (rubygem/hoe-1.7.0.gem) = ba77b6d853efc69cd04376e33b54c25b031f41b00d632c35e54e92ec7cfe3bcd +SIZE (rubygem/hoe-1.7.0.gem) = 17408 --- rubygem-hoe-1.7.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 02:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80BD510657B5 for ; Thu, 4 Sep 2008 02:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 594EE8FC16 for ; Thu, 4 Sep 2008 02:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m842e4Gf018759 for ; Thu, 4 Sep 2008 02:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m842e4Qh018758; Thu, 4 Sep 2008 02:40:04 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 02:40:04 GMT Message-Id: <200809040240.m842e4Qh018758@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tomoyuki Sakurai Cc: Subject: Re: ports/126968: sysutils/puppet-devel - puppetmasterd cannot start X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tomoyuki Sakurai List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 02:40:04 -0000 The following reply was made to PR ports/126968; it has been noted by GNATS. From: Tomoyuki Sakurai To: bug-followup@FreeBSD.org Cc: Dulmandakh Sukhbaatar Subject: Re: ports/126968: sysutils/puppet-devel - puppetmasterd cannot start Date: Thu, 4 Sep 2008 11:33:38 +0900 ports/127078 will fix this PR. -- Tomoyuki Sakurai From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 02:40:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C670B10657BB; Thu, 4 Sep 2008 02:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0D048FC0A; Thu, 4 Sep 2008 02:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m842e9BO018878; Thu, 4 Sep 2008 02:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m842e9N8018874; Thu, 4 Sep 2008 02:40:09 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 02:40:09 GMT Message-Id: <200809040240.m842e9N8018874@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127080: [PATCH] devel/rubygem-hoe: update to 1.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: Thu, 04 Sep 2008 02:40:09 -0000 Synopsis: [PATCH] devel/rubygem-hoe: update to 1.7.0 Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 02:40:09 UTC 2008 Responsible-Changed-Why: chinsan@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127080 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 03:21:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 219CC10657C3; Thu, 4 Sep 2008 03:21:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE5328FC12; Thu, 4 Sep 2008 03:21:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m843LPK3022101; Thu, 4 Sep 2008 03:21:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m843LPVG022097; Thu, 4 Sep 2008 03:21:25 GMT (envelope-from linimon) Date: Thu, 4 Sep 2008 03:21:25 GMT Message-Id: <200809040321.m843LPVG022097@freefall.freebsd.org> To: cherry@trombik.org, dulmandakh@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/126968: sysutils/puppet-devel: puppetmasterd cannot start 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, 04 Sep 2008 03:21:26 -0000 Synopsis: sysutils/puppet-devel: puppetmasterd cannot start State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Sep 4 03:20:41 UTC 2008 State-Changed-Why: Maintainer fix is available in ports/127078. http://www.freebsd.org/cgi/query-pr.cgi?pr=126968 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 04:00:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2EBC106567B for ; Thu, 4 Sep 2008 04:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8882A8FC15 for ; Thu, 4 Sep 2008 04:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84406gd025062 for ; Thu, 4 Sep 2008 04:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84406CY025061; Thu, 4 Sep 2008 04:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 04:00:06 GMT Resent-Message-Id: <200809040400.m84406CY025061@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomoyuki Sakurai Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5908C1065671 for ; Thu, 4 Sep 2008 03:54:06 +0000 (UTC) (envelope-from cherry@spica.trombik.org) Received: from spica.trombik.org (spica.trombik.org [211.19.48.12]) by mx1.freebsd.org (Postfix) with ESMTP id 257228FC16 for ; Thu, 4 Sep 2008 03:54:06 +0000 (UTC) (envelope-from cherry@spica.trombik.org) Received: by spica.trombik.org (Postfix, from userid 999) id BD8AA1CD54; Thu, 4 Sep 2008 12:54:03 +0900 (JST) Message-Id: <20080904035403.BD8AA1CD54@spica.trombik.org> Date: Thu, 4 Sep 2008 12:54:03 +0900 (JST) From: Tomoyuki Sakurai To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: marcus@FreeBSD.org Subject: ports/127081: [PATCH] ports-mgmt/portlint: detect missuse of rmdirtry with absolute path 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, 04 Sep 2008 04:00:06 -0000 >Number: 127081 >Category: ports >Synopsis: [PATCH] ports-mgmt/portlint: detect missuse of rmdirtry with absolute path >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 Sep 04 04:00:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tomoyuki Sakurai >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD spica.trombik.org 7.0-STABLE FreeBSD 7.0-STABLE #5: Thu Jul 10 22:29:26 JST 2008 >Description: Even if you use @rmdirtry with absolute path, it doesn't remove the directory. The path will be prefixed with the current directory pointer. "@rmdirtry /var/foo" will remove ${PREFIX}//var/foo. Port maintainer (marcus@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- portlint-2.10.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint/Makefile /usr/home/cherry/svk/ports/ports-mgmt/portlint/Makefile --- /usr/ports/ports-mgmt/portlint/Makefile 2008-08-25 02:16:03.000000000 +0900 +++ /usr/home/cherry/svk/ports/ports-mgmt/portlint/Makefile 2008-09-04 12:48:04.000000000 +0900 @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.10.0 +PORTVERSION= 2.10.1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint/src/portlint.pl /usr/home/cherry/svk/ports/ports-mgmt/portlint/src/portlint.pl --- /usr/ports/ports-mgmt/portlint/src/portlint.pl 2008-08-25 02:16:03.000000000 +0900 +++ /usr/home/cherry/svk/ports/ports-mgmt/portlint/src/portlint.pl 2008-09-04 12:49:46.000000000 +0900 @@ -750,6 +750,11 @@ $rcsidseen++ if (/\$$rcsidstr[:\$]/); } elsif ($_ =~ /^\@(owner|group|mode)\s/) { &perror("WARN", $file, $., "\@$1 should not be needed"); + } elsif ($_ =~ m!^\@(dirrm|dirrmtry)\s+/! ) { + &perror("WARN", $file, $., "Using \@$1 with absolute path will not work ". + "as you expected in most cases. ". + "Use pkg-deinstall if you want to remove a directory ". + "such as /var/\${PORTNAME}"); } elsif ($_ =~ /^\@(dirrm|option|stopdaemon)/) { ; # no check made } elsif ($_ eq "\@cwd") { --- portlint-2.10.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 04:00:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6D11106564A; Thu, 4 Sep 2008 04:00:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF96F8FC17; Thu, 4 Sep 2008 04:00:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8440GYt025247; Thu, 4 Sep 2008 04:00:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8440GUg025243; Thu, 4 Sep 2008 04:00:16 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 04:00:16 GMT Message-Id: <200809040400.m8440GUg025243@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127081: [PATCH] ports-mgmt/portlint: detect missuse of rmdirtry with absolute path 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, 04 Sep 2008 04:00:17 -0000 Synopsis: [PATCH] ports-mgmt/portlint: detect missuse of rmdirtry with absolute path Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 04:00:16 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127081 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 05:29:22 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47DB31065687; Thu, 4 Sep 2008 05:29:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 202FA8FC25; Thu, 4 Sep 2008 05:29:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m845TMs1038480; Thu, 4 Sep 2008 05:29:22 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m845TLrB038476; Thu, 4 Sep 2008 05:29:21 GMT (envelope-from miwi) Date: Thu, 4 Sep 2008 05:29:21 GMT Message-Id: <200809040529.m845TLrB038476@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127077: use new email address for ports 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, 04 Sep 2008 05:29:22 -0000 Synopsis: use new email address for ports Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Sep 4 05:29:21 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127077 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 05:36:48 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D921065678; Thu, 4 Sep 2008 05:36:48 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A83C8FC12; Thu, 4 Sep 2008 05:36:48 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (beech@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m845amPo040661; Thu, 4 Sep 2008 05:36:48 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m845am2S040657; Thu, 4 Sep 2008 05:36:48 GMT (envelope-from beech) Date: Thu, 4 Sep 2008 05:36:48 GMT Message-Id: <200809040536.m845am2S040657@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/127078: [MAINTAINER] sysutils/puppet-devel: create and delete work directories 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, 04 Sep 2008 05:36:48 -0000 Synopsis: [MAINTAINER] sysutils/puppet-devel: create and delete work directories Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Sep 4 05:36:11 UTC 2008 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=127078 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 07:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB681065678 for ; Thu, 4 Sep 2008 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 97DB98FC12 for ; Thu, 4 Sep 2008 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m847o36A077681 for ; Thu, 4 Sep 2008 07:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m847o3QD077680; Thu, 4 Sep 2008 07:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 07:50:03 GMT Resent-Message-Id: <200809040750.m847o3QD077680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edward.Sanford.Sutton@FreeBSD.org, III Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44590106566C for ; Thu, 4 Sep 2008 07:44:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3110B8FC21 for ; Thu, 4 Sep 2008 07:44:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m847i22J073585 for ; Thu, 4 Sep 2008 07:44:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m847i2QK073444; Thu, 4 Sep 2008 07:44:02 GMT (envelope-from nobody) Message-Id: <200809040744.m847i2QK073444@www.freebsd.org> Date: Thu, 4 Sep 2008 07:44:02 GMT From: Edward.Sanford.Sutton@FreeBSD.org, III To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127082: [patch] port emulators/bochs does not build correctly with SDL=on 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, 04 Sep 2008 07:50:03 -0000 >Number: 127082 >Category: ports >Synopsis: [patch] port emulators/bochs does not build correctly with SDL=on >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 Sep 04 07:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edward Sanford Sutton, III >Release: 7.0-RELEASE-p1 >Organization: >Environment: FreeBSD darkstar.l.net 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Jun 13 14:39:40 MST 2008 root@darkstar.l.net:/usr/obj/usr/src/sys/MYKERNEL7 i386 >Description: When building emulators/bochs with SDL=on, the command `sdl-config --cflags --libs` returns -lSDL among the list and results in the error "libtool: link: cannot find the library `'" on my system. Replacing -lSDL with -lSDL-1.2 does compile successfully. I do not know why one works while the other fails as both libraries exist with the same size and md5 output. I have the following packages installed with SDL referenced in the package name: ecore-sdl-0.9.9.042 evas-engine-sdl-0.9.9.042 linux-sdl-1.2.10,1 sdl-1.2.13_1,2 sdl_image-1.2.6_1 sdl_mixer-1.2.8_1 sdl_net-1.2.7 sdl_ttf-2.0.9 The following are ll and md5 outputs for the SDL libraries lrwxr-xr-x 1 root wheel 16 Apr 1 20:51 /usr/local/lib/libSDL-1.2.so -> libSDL-1.2.so.11 -rwxr-xr-x 1 root wheel 474726 Apr 1 20:51 /usr/local/lib/libSDL-1.2.so.11 -rw-r--r-- 1 root wheel 573622 Apr 1 20:51 /usr/local/lib/libSDL.a -rwxr-xr-x 1 root wheel 1074 Apr 1 20:51 /usr/local/lib/libSDL.la lrwxr-xr-x 1 root wheel 16 Apr 1 20:51 /usr/local/lib/libSDL.so -> libSDL-1.2.so.11 -rwxr-xr-x 1 root wheel 474726 Mar 29 09:48 /usr/local/lib/libSDL.so.11 MD5 (/usr/local/lib/libSDL-1.2.so) = afc4aa0649438be1cec61d5034265a43 MD5 (/usr/local/lib/libSDL-1.2.so.11) = afc4aa0649438be1cec61d5034265a43 MD5 (/usr/local/lib/libSDL.a) = b3bf46b992b8864b27783353a0f68b67 MD5 (/usr/local/lib/libSDL.la) = 9c65466b9fa31335e7f0c02ea7bc240f MD5 (/usr/local/lib/libSDL.so) = afc4aa0649438be1cec61d5034265a43 MD5 (/usr/local/lib/libSDL.so.11) = afc4aa0649438be1cec61d5034265a43 >How-To-Repeat: Attempt to build emulators/bochs with SDL=on defined should do the trick, but my current settings are: ===> The following configuration options are available for bochs-2.3.7,2: AES=off "Enable support of AES CPU extensions" CDROM=on "Enable CDROM support" CLGD54XX=off "Enable Cirrus Logic GD54xx video card" DEBUGGER=off "Enable debugger and disassembler support" DEBUGGER_X86=off "Enable x86 hardware debugger" FPU=on "Enable FPU emulator" IDLE_HACK=on "Keep Bochs from using all CPU time" IGNORE_BAD_MSR=off "Ignore unknown MSR references (don't panic)" MTRR=off "Enable MTRR emulation (CPU level >= 6)" MWAIT=off "Enable experimental MONITOR/MWAIT support" NE2000=on "Enable limited ne2000 support" NEW_PIT=on "Enable use of the new PIT model" OPTIMIZATIONS=on "Enable all safe speeed optimizations" PCI=on "Enable limited i440FX PCI support" PLUGINS=off "Enable building dynamic loadable plugins" PNIC=off "Enable PCI pseudo NIC (network card) support" PORT_E9_HACK=on "Writes to port e9 go to console" READLINE=off "Enable readline support in debugger" RFB=off "Enable VNC server support in display" SB16=on "Enable Sound Blaster 16 emulation" SDL=on "Enable SDL display interface" SHOW_IPS=off "Enable logging of measured IPS" SMP=on "Enable SMP simulation support (CPU level 6)" SSE4=off "Enable emulation of SSE4.2 instruction set" SVGA=on "Enable SVGAlib support" TCACHE=on "Enable trace cache" TERM=off "Use text only, console based interface" USB=off "Enable limited i440FX PCI USB support" VBE=on "Enable VGA BIOS Extensions" WX=off "Use WxWidgets display interface" X11=on "Use X11 display interface" X86_64=off "Enable AMD x86-64 support" XPM=on "Enable XPM library support" XSAVE=off "Enable support of XSAVE/XRSTOR CPU extensions" >Fix: I placed this patch as emulators/bochs/files/patch-Makefile.in --- Makefile.in.orig 2008-09-01 11:59:47.000000000 -0700 +++ Makefile.in 2008-09-01 12:06:44.000000000 -0700 @@ -103,7 +103,7 @@ X_PRE_LIBS = @X_PRE_LIBS@ XPM_LIB = @XPM_LIB@ GUI_LINK_OPTS_X = $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XPM_LIB) -GUI_LINK_OPTS_SDL = `sdl-config --cflags --libs` +GUI_LINK_OPTS_SDL = `sdl-config --cflags --libs | sed -e "s/-lSDL/-lSDL-1.2/"` GUI_LINK_OPTS_SVGA = -lvga -lvgagl GUI_LINK_OPTS_BEOS = -lbe GUI_LINK_OPTS_RFB = @RFB_LIBS@ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 07:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5913A1065672 for ; Thu, 4 Sep 2008 07:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3466E8FC19 for ; Thu, 4 Sep 2008 07:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m847o3XV077694 for ; Thu, 4 Sep 2008 07:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m847o3Sb077693; Thu, 4 Sep 2008 07:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 07:50:03 GMT Resent-Message-Id: <200809040750.m847o3Sb077693@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edward.Sanford.Sutton@FreeBSD.org, III Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 943CD1065675 for ; Thu, 4 Sep 2008 07:44:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 81EC18FC27 for ; Thu, 4 Sep 2008 07:44:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m847icSj002802 for ; Thu, 4 Sep 2008 07:44:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m847icYh002763; Thu, 4 Sep 2008 07:44:38 GMT (envelope-from nobody) Message-Id: <200809040744.m847icYh002763@www.freebsd.org> Date: Thu, 4 Sep 2008 07:44:38 GMT From: Edward.Sanford.Sutton@FreeBSD.org, III To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127083: [patch] ports/MOVED entry field order mixup 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, 04 Sep 2008 07:50:04 -0000 >Number: 127083 >Category: ports >Synopsis: [patch] ports/MOVED entry field order mixup >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 Sep 04 07:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edward Sanford Sutton, III >Release: 7.0-RELEASE-p1 >Organization: >Environment: FreeBSD darkstar.l.net 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Jun 13 14:39:40 MST 2008 root@darkstar.l.net:/usr/obj/usr/src/sys/MYKERNEL7 i386 >Description: Upon updating the enlightenment e16 themes into a single package, one of the four deleted theme ports had its 'Date:' mentioned in the 'Moved to:' category. >How-To-Repeat: >Fix: --- MOVED.orig 2008-09-04 00:01:20.000000000 -0700 +++ MOVED 2008-09-04 00:02:25.000000000 -0700 @@ -3566,7 +3566,7 @@ devel/autoconf261|devel/autoconf262|2008-08-20|Migration to autoconf-2.62 x11-themes/enlightenment-theme-BlueSteel||2008-08-20|Deprecated by x11-themes/e16-themes x11-themes/enlightenment-theme-BrushedMetal-Tigert||2008-08-20|Deprecated by x11-themes/e16-themes -x11-themes/enlightenment-theme-Ganymede|2008-08-20||Deprecated by x11-themes/e16-themes +x11-themes/enlightenment-theme-Ganymede||2008-08-20|Deprecated by x11-themes/e16-themes x11-themes/enlightenment-theme-ShinyMetal||2008-08-20|Deprecated by x11-themes/e16-themes www/mediawiki17||2008-08-22|Expired, use www/mediawiki instead www/mediawiki18||2008-08-22|Expired, use www/mediawiki instead >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 08:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2842B1065679 for ; Thu, 4 Sep 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF0B68FC20 for ; Thu, 4 Sep 2008 08:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m848U17Q080697 for ; Thu, 4 Sep 2008 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m848U1Bd080696; Thu, 4 Sep 2008 08:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 08:30:01 GMT Resent-Message-Id: <200809040830.m848U1Bd080696@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF2DA106567F for ; Thu, 4 Sep 2008 08:27:31 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from proxy2.aams.jp (proxy2.aams.jp [202.189.147.98]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6648FC23 for ; Thu, 4 Sep 2008 08:27:31 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from h120.65.226.10.32118.vlan.kuins.net (softbank218183189199.bbtec.net [218.183.189.199]) (authenticated bits=0) by proxy2.aams.jp (Switch-3.2.7/Switch-3.1.7) with ESMTP id m848RRWJ007219 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Sep 2008 17:27:28 +0900 Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.2/8.14.2/20071004-1) with ESMTP id m848RNkU009016; Thu, 4 Sep 2008 17:27:23 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.2/8.14.2/Submit) id m848RMRx009015; Thu, 4 Sep 2008 17:27:22 +0900 (JST) (envelope-from turutani) Message-Id: <200809040827.m848RMRx009015@h120.65.226.10.32118.vlan.kuins.net> Date: Thu, 4 Sep 2008 17:27:22 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: turutani@scphys.kyoto-u.ac.jp Subject: ports/127084: multimedia/linux-realplayer is vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 08:30:02 -0000 >Number: 127084 >Category: ports >Synopsis: multimedia/linux-realplayer is vulnerable >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 Sep 04 08:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 7.0-STABLE FreeBSD 7.0-STABLE #15: Sun Jul 20 21:06:33 JST 2008 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: multimedia/linux-realplayer may be vulnerable. see http://www.kb.cert.org/vuls/id/461187 , http://www.kb.cert.org/vuls/id/298651 . >How-To-Repeat: >Fix: realplayer 10.x is not available any more. i tried to install realplayer 11 for linux, but it did not work. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 08:30:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D9C106566B; Thu, 4 Sep 2008 08:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EDA768FC36; Thu, 4 Sep 2008 08:30:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m848UBLc081633; Thu, 4 Sep 2008 08:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m848UBO3081627; Thu, 4 Sep 2008 08:30:11 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 08:30:11 GMT Message-Id: <200809040830.m848UBO3081627@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127084: multimedia/linux-realplayer is vulnerable 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, 04 Sep 2008 08:30:12 -0000 Synopsis: multimedia/linux-realplayer is vulnerable Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 08:30:11 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127084 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 10:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03285106567F for ; Thu, 4 Sep 2008 10:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D22D68FC40 for ; Thu, 4 Sep 2008 10:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84AA1a5089007 for ; Thu, 4 Sep 2008 10:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84AA1K9089006; Thu, 4 Sep 2008 10:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 10:10:01 GMT Resent-Message-Id: <200809041010.m84AA1K9089006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14B43106566B for ; Thu, 4 Sep 2008 10:03:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 019158FC19 for ; Thu, 4 Sep 2008 10:03:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84A3IZO007165 for ; Thu, 4 Sep 2008 10:03:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84A3Iab007164; Thu, 4 Sep 2008 10:03:18 GMT (envelope-from nobody) Message-Id: <200809041003.m84A3Iab007164@www.freebsd.org> Date: Thu, 4 Sep 2008 10:03:18 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127085: [PATCH]www/neon28: update to 0.28.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: Thu, 04 Sep 2008 10:10:02 -0000 >Number: 127085 >Category: ports >Synopsis: [PATCH]www/neon28: update to 0.28.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 10:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: Fix two small problems when PREFIX is distinct from LOCALBASE; upgrade to a new version containing an important security fix: "Changes in release neon 0.28.3, 20 August 2008 ... SECURITY (CVE-2008-3746): Fix potential NULL pointer dereference in Digest domain parameter support; could allow a DoS by a malicious server Fix parsing of *-Authenticate response header with LWS after quoted value Fix ne_set_progress(, NULL, ) to match pre-0.27 behaviour (and not crash) Document existing ne_uri_parse() API postcondition and ne_uri_resolve() pre/postconditions regarding the ->path field in ne_uri structures Mark ne_{,buffer_}concat with sentinel attribute for GCC >= 4. Distinguish the error message for an SSL handshake which fails after a client cert was requested. Compile with PIC flags by default even for static library builds" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN neon28.orig/Makefile neon28/Makefile --- neon28.orig/Makefile 2008-09-04 03:53:26.916445773 -0400 +++ neon28/Makefile 2008-09-04 04:43:16.662388344 -0400 @@ -6,8 +6,7 @@ # PORTNAME= neon28 -PORTVERSION= 0.28.2 -PORTREVISION= 1 +PORTVERSION= 0.28.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ \ http://keyserver.kjsl.com/~jharris/distfiles/ @@ -41,7 +40,7 @@ --enable-xml \ --enable-shared \ --with-expat \ - --with-libs=${PREFIX} + --with-libs=${LOCALBASE}:${PREFIX} MAN1= neon-config.1 MAN3= ne_add_request_header.3 ne_addr_resolve.3 ne_buffer.3 \ @@ -112,17 +111,15 @@ ne_xml_create.3 ne_xml_destroy.3 PLIST_SUB+= PORTVERSION=${PORTVERSION} +DOCSDIR= ${PREFIX}/share/doc/neon .include -DOCSDIR:= ${DOCSDIR:S/28//} - post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3 .ifndef NOPORTDOCS (cd ${WRKSRC} ; ${MAKE} install-html) - ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${DOCSDIR} .endif .include diff -ruN neon28.orig/distinfo neon28/distinfo --- neon28.orig/distinfo 2008-09-04 03:53:26.946445396 -0400 +++ neon28/distinfo 2008-09-04 04:43:16.662388344 -0400 @@ -1,3 +1,3 @@ -MD5 (neon-0.28.2.tar.gz) = b99b3f44e8507ae2d17362f1b34aaf02 -SHA256 (neon-0.28.2.tar.gz) = d9cd601613db6affb25655e0908b0bf8c266669cef31999b6b4121d585ff9094 -SIZE (neon-0.28.2.tar.gz) = 797944 +MD5 (neon-0.28.3.tar.gz) = 47599a328862ce64ac3c52726d6daa12 +SHA256 (neon-0.28.3.tar.gz) = 90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2 +SIZE (neon-0.28.3.tar.gz) = 799681 diff -ruN neon28.orig/pkg-plist neon28/pkg-plist --- neon28.orig/pkg-plist 2008-09-04 03:53:27.026443273 -0400 +++ neon28/pkg-plist 2008-09-04 04:43:16.662388344 -0400 @@ -81,7 +81,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/refxml.html %%PORTDOCS%%%%DOCSDIR%%/html/using.html %%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt %%PORTDOCS%%@dirrm %%DOCSDIR%%/html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/neon >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 10:10:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66931106567D; Thu, 4 Sep 2008 10:10:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3BBB68FC29; Thu, 4 Sep 2008 10:10:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84AABS0089191; Thu, 4 Sep 2008 10:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84AABFe089187; Thu, 4 Sep 2008 10:10:11 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 10:10:11 GMT Message-Id: <200809041010.m84AABFe089187@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127085: [PATCH]www/neon28: update to 0.28.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: Thu, 04 Sep 2008 10:10:11 -0000 Synopsis: [PATCH]www/neon28: update to 0.28.3 Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 10:10:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127085 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 11:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7E3910656CE for ; Thu, 4 Sep 2008 11:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAC668FC1B for ; Thu, 4 Sep 2008 11:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84BA2u5098315 for ; Thu, 4 Sep 2008 11:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84BA2PV098314; Thu, 4 Sep 2008 11:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 11:10:02 GMT Resent-Message-Id: <200809041110.m84BA2PV098314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Makin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC8EF106566B for ; Thu, 4 Sep 2008 11:06:52 +0000 (UTC) (envelope-from carl@brain.stagecraft.cx) Received: from brain.stagecraft.cx (brain.stagecraft.cx [202.45.97.55]) by mx1.freebsd.org (Postfix) with ESMTP id 38D808FC08 for ; Thu, 4 Sep 2008 11:06:51 +0000 (UTC) (envelope-from carl@brain.stagecraft.cx) Received: from brain.stagecraft.cx (localhost [127.0.0.1]) by brain.stagecraft.cx (8.14.3/8.14.3) with ESMTP id m84AVREN002707 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 4 Sep 2008 20:31:27 +1000 (EST) (envelope-from carl@brain.stagecraft.cx) Received: (from carl@localhost) by brain.stagecraft.cx (8.14.3/8.14.3/Submit) id m84AVRMg002706; Thu, 4 Sep 2008 20:31:27 +1000 (EST) (envelope-from carl) Message-Id: <200809041031.m84AVRMg002706@brain.stagecraft.cx> Date: Thu, 4 Sep 2008 20:31:27 +1000 (EST) From: Carl Makin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127086: Maintainer Update port: comms/xastir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Carl Makin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 11:10:04 -0000 >Number: 127086 >Category: ports >Synopsis: Maintainer Update port: comms/xastir >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 Sep 04 11:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD brain.stagecraft.cx 6.3-STABLE FreeBSD 6.3-STABLE #6: Wed Jul 16 22:11:33 EST 2008 carl@brain.stagecraft.cx:/usr/obj/usr/src/sys/BRAIN i386 >Description: Update comms/xastir to the latest stable version. >How-To-Repeat: >Fix: --- xastir194.diff begins here --- --- /usr/ports/comms/xastir/Makefile 2008-07-08 14:20:56.000000000 +1000 +++ xastir/Makefile 2008-09-04 20:18:30.000000000 +1000 @@ -6,8 +6,7 @@ # PORTNAME= xastir -PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTVERSION= 1.9.4 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xastir --- /usr/ports/comms/xastir/distinfo 2008-01-19 12:02:31.000000000 +1100 +++ xastir/distinfo 2008-09-04 20:19:00.000000000 +1000 @@ -1,3 +1,3 @@ -MD5 (xastir-1.9.2.tar.gz) = 8608afa8f8f0c441a37ba72aeeccdcac -SHA256 (xastir-1.9.2.tar.gz) = 4fb9ebc84113a504c8c08c563e7f0f5a53688f9aa144c8f21ecd41bc65db0e10 -SIZE (xastir-1.9.2.tar.gz) = 2253001 +MD5 (xastir-1.9.4.tar.gz) = 415a19df810d0b28ac61aa444c3e7e0a +SHA256 (xastir-1.9.4.tar.gz) = b960449bc755e702013cdd62587262bd2be22cbfd5656e4bfe1dd12d62e4c174 +SIZE (xastir-1.9.4.tar.gz) = 2348880 --- /usr/ports/comms/xastir/pkg-plist 2008-01-19 12:02:31.000000000 +1100 +++ xastir/pkg-plist 2008-09-04 20:18:54.000000000 +1000 @@ -4,8 +4,8 @@ lib/xastir/Coordinate.pm lib/xastir/Xastir_tigerpoly.py lib/xastir/coord-convert.pl -lib/xastir/fcc-get lib/xastir/get-NWSdata +lib/xastir/get-fcc-rac.pl lib/xastir/get-gnis lib/xastir/get-maptools.sh lib/xastir/get_shapelib.sh @@ -59,6 +59,7 @@ %%DATADIR%%/config/nwsmzoddmmyy.dbfawk %%DATADIR%%/config/nwsozddmmyy.dbfawk %%DATADIR%%/config/nwsw_ddmmyy.dbfawk +%%DATADIR%%/config/nwsz1ddmmyy.dbfawk %%DATADIR%%/config/nwsz_ddmmyy.dbfawk %%DATADIR%%/config/nwszoddmmyy.dbfawk %%DATADIR%%/config/predefined_EVENT.sys @@ -135,5 +136,5 @@ @dirrm %%DATADIR%%/GNIS @dirrm %%DATADIR%%/Counties @dirrm %%DATADIR%% -@dirrm share/doc/xastir +@dirrm share/xastir @dirrm lib/xastir --- xastir194.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 11:10:17 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E0C010656C4; Thu, 4 Sep 2008 11:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 62FA28FC27; Thu, 4 Sep 2008 11:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84BAHWs098492; Thu, 4 Sep 2008 11:10:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84BAHsn098488; Thu, 4 Sep 2008 11:10:17 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 11:10:17 GMT Message-Id: <200809041110.m84BAHsn098488@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, xride@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127086: Maintainer Update port: comms/xastir 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, 04 Sep 2008 11:10:17 -0000 Synopsis: Maintainer Update port: comms/xastir Responsible-Changed-From-To: freebsd-ports-bugs->xride Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 11:10:17 UTC 2008 Responsible-Changed-Why: xride@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127086 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 11:12:54 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AAC41065706; Thu, 4 Sep 2008 11:12:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F9D98FC08; Thu, 4 Sep 2008 11:12:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84BCsR4098712; Thu, 4 Sep 2008 11:12:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84BCrnE098708; Thu, 4 Sep 2008 11:12:53 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 11:12:53 GMT Message-Id: <200809041112.m84BCrnE098708@freefall.freebsd.org> To: mirror176@hotmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127083: [patch] ports/MOVED entry field order mixup 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, 04 Sep 2008 11:12:54 -0000 Synopsis: [patch] ports/MOVED entry field order mixup State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Thu Sep 4 11:12:53 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=127083 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 12:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E63601065672 for ; Thu, 4 Sep 2008 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6AC88FC13 for ; Thu, 4 Sep 2008 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84CA1an003702 for ; Thu, 4 Sep 2008 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84CA1qZ003701; Thu, 4 Sep 2008 12:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 12:10:01 GMT Resent-Message-Id: <200809041210.m84CA1qZ003701@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Hibma Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7027106567F for ; Thu, 4 Sep 2008 12:00:28 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from hpsmtp-eml19.kpnxchange.com (hpsmtp-eml19.kpnxchange.com [213.75.38.84]) by mx1.freebsd.org (Postfix) with ESMTP id 39FC38FC1A for ; Thu, 4 Sep 2008 12:00:27 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from cpsmtpi-eml05.kpnxchange.com ([213.75.38.135]) by hpsmtp-eml19.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 4 Sep 2008 14:00:26 +0200 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by cpsmtpi-eml05.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 4 Sep 2008 14:00:20 +0200 Received: (qmail 73805 invoked by uid 98); 4 Sep 2008 12:00:17 -0000 Received: from 10.66.0.133 (nick@10.66.0.133) by uitsmijter.van-laarhoven.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.92/5270. f-prot: 4.6.7/3.16.15. spamassassin: 3.2.3. Clear:RC:1(10.66.0.133):. Processed in 2.523289 secs); 04 Sep 2008 12:00:17 -0000 Received: from unknown (HELO van-laarhoven.org) (nick@10.66.0.133) by uitsmijter.van-laarhoven.org with SMTP; 4 Sep 2008 12:00:14 -0000 Received: (nullmailer pid 8911 invoked by uid 1001); Thu, 04 Sep 2008 12:00:13 -0000 Message-Id: <1220529613.381102.8910.nullmailer@van-laarhoven.org> Date: Thu, 04 Sep 2008 14:00:13 +0200 From: Nick Hibma To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127087: bincimap port does not include an rc.d file 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, 04 Sep 2008 12:10:02 -0000 >Number: 127087 >Category: ports >Synopsis: bincimap port does not include an rc.d file >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 Sep 04 12:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: FreeBSD 7.0-STABLE i386 >Organization: AnyWi Technologies >Environment: System: FreeBSD hind.van-laarhoven.org 7.0-STABLE FreeBSD 7.0-STABLE #3: Thu Aug 14 21:10:55 CEST 2008 toor@hind.van-laarhoven.org:/usr/src/sys/i386/compile/HIND i386 >Description: See below for an rc.d script. Also, the port should probably depend on sysutils/ucspi-tcp (if tcpserver is not found) and security/checkpassword-pam (if /usr/local/bin/checkpassword* is not found). >How-To-Repeat: >Fix: #!/bin/sh # # Copyright 2007, AnyWi Technologies # # PROVIDE: bincimapd # REQUIRE: LOGIN cleanvar # # Note: tcpserver can be found in the sysutils/ucspi-tcp package. . /etc/rc.subr name="bincimapd" rcvar=`set_rcvar` load_rc_config $name : ${bincimapd_enable="NO"} : ${bincimapd_tcpserver="/usr/local/bin/tcpserver"} : ${bincimapd_tcpserver_flags="-R -H"} : ${bincimapd_host="0"} : ${bincimapd_port="imap"} : ${bincimapd_conf="/usr/local/etc/bincimap/bincimap.conf"} : ${bincimapd_pidfile="/var/run/bincimapd.pid"} : ${bincimapd_checkpassword="/usr/local/bin/checkpassword-pam"} # e.g. /usr/local/bin/checkpassword-pam : ${bincimapd_checksubprogram="/usr/bin/true"} bincimapd_start() { echo -n "Starting bincimapd: " $bincimapd_tcpserver $bincimapd_tcpserver_flags $bincimapd_host $bincimapd_port \ /usr/local/bin/bincimap-up --conf=$bincimapd_conf -- \ /usr/local/bin/checkpassword-pam -s imap -- /usr/local/bin/bincimapd & echo $! > $bincimapd_pidfile echo "." } bincimapd_stop() { echo "Stopping bincimapd" pkill -F $bincimapd_pidfile } start_cmd="bincimapd_start" stop_cmd="bincimapd_stop" run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 12:40:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E313D106567E for ; Thu, 4 Sep 2008 12:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CEBA48FC17 for ; Thu, 4 Sep 2008 12:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Ce6us008062 for ; Thu, 4 Sep 2008 12:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Ce6T2008061; Thu, 4 Sep 2008 12:40:06 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 12:40:06 GMT Message-Id: <200809041240.m84Ce6T2008061@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Ranner Cc: Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Ranner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 12:40:07 -0000 The following reply was made to PR ports/127061; it has been noted by GNATS. From: Michael Ranner To: bug-followup@freebsd.org Cc: Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 Date: Thu, 4 Sep 2008 08:58:55 +0200 It is ok, its already me with a new mail address... Regards Am Mittwoch, 3. September 2008 schrieb Edwin Groothuis: > Maintainer of mail/spamass-rules, > > Please note that PR ports/127061 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127061 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 13:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B22F106566C for ; Thu, 4 Sep 2008 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DFE5D8FC1A for ; Thu, 4 Sep 2008 13:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Do1Rg013377 for ; Thu, 4 Sep 2008 13:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Do19u013376; Thu, 4 Sep 2008 13:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 13:50:01 GMT Resent-Message-Id: <200809041350.m84Do19u013376@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3EF7106564A for ; Thu, 4 Sep 2008 13:42:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9F87F8FC1F for ; Thu, 4 Sep 2008 13:42:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84DgkP6093282 for ; Thu, 4 Sep 2008 13:42:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84DgkVs093279; Thu, 4 Sep 2008 13:42:46 GMT (envelope-from nobody) Message-Id: <200809041342.m84DgkVs093279@www.freebsd.org> Date: Thu, 4 Sep 2008 13:42:46 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127088: [Maintainer Update]net/pear-Net_DIME:update to 1.0.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, 04 Sep 2008 13:50:02 -0000 >Number: 127088 >Category: ports >Synopsis: [Maintainer Update]net/pear-Net_DIME:update to 1.0.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 Sep 04 13:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 1.0.1 from 1.0.0 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-09-05 05:25:52.000000000 +0800 +++ Makefile 2008-09-05 05:26:02.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Net_DIME -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 PORTEPOCH= 1 CATEGORIES= net pear --- distinfo.orig 2008-09-05 05:24:10.000000000 +0800 +++ distinfo 2008-09-05 05:26:06.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_DIME-1.0.0.tgz) = 9cfec466f8ecfe3be3bc9b3b8b305e11 -SHA256 (PEAR/Net_DIME-1.0.0.tgz) = 8e3b2497dcc51ade2283adf8e4d188bcccef060d2b8181e597eb81f04f36ad40 -SIZE (PEAR/Net_DIME-1.0.0.tgz) = 7484 +MD5 (PEAR/Net_DIME-1.0.1.tgz) = e922fd45f2983dd92d682f3c07103e19 +SHA256 (PEAR/Net_DIME-1.0.1.tgz) = d6b77f0792e2b75f090b80e21c791f22868705da3612b9154ca8d5bbea2d2a42 +SIZE (PEAR/Net_DIME-1.0.1.tgz) = 7535 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 13:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 683FD1065671 for ; Thu, 4 Sep 2008 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 425C78FC20 for ; Thu, 4 Sep 2008 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Do2Q3013413 for ; Thu, 4 Sep 2008 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Do2e8013406; Thu, 4 Sep 2008 13:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 13:50:02 GMT Resent-Message-Id: <200809041350.m84Do2e8013406@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Gawriloff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29D551065686 for ; Thu, 4 Sep 2008 13:45:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 162088FC26 for ; Thu, 4 Sep 2008 13:45:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84DjBAc093711 for ; Thu, 4 Sep 2008 13:45:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84DjB5Q093709; Thu, 4 Sep 2008 13:45:11 GMT (envelope-from nobody) Message-Id: <200809041345.m84DjB5Q093709@www.freebsd.org> Date: Thu, 4 Sep 2008 13:45:11 GMT From: Oleg Gawriloff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127089: hearbeat does not compile 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, 04 Sep 2008 13:50:02 -0000 >Number: 127089 >Category: ports >Synopsis: hearbeat does not compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 13:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Oleg Gawriloff >Release: 7.0 >Organization: Atlant Telecom >Environment: FreeBSD eagle-cl1.telecom.by 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Thu Sep 4 09:44:26 UTC 2008 root@eagle-cl1.telecom.by:/usr/obj/usr/src/sys/EAGLE-CL1 amd64 >Description: During portupgrade -N heartbeat I see following: ===> Building for heartbeat-1.2.5_3 cd . && /bin/sh /var/tmp/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/missing --run aclocal-1.9 /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal cd . && /bin/sh /var/tmp/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/missing --run automake-1.9 --foreign cd . && /bin/sh /var/tmp/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/missing --run autoconf /bin/sh ./config.status --recheck running /bin/sh ./configure --disable-fatal-warnings --with-initdir=/usr/local/etc/rc.d --localstatedir=/var --with-group-id=275 --with-ccmuser-id=275 --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.0 CC=cc CFLAGS=-O -pipe CPPFLAGS=-I/usr/local/include/libnet11 CXXFLAGS=-O -pipe CXX=c++ build_alias=amd64-portbld-freebsd7.0 --enable-ltdl-convenience --no-create --no-recursion ..some skipped... checking which libnet version is installed... using old version of API checking for libnet_get_hwaddr in -lnet... no configure: ERROR: You need libnet to continue. ============ configure: ERROR: You can get libnet from http://www.packetfactory.net/libnet/ ============ configure: ERROR: Note that some RPMs split libnet up into libnet and libnet-devel. ============ configure: ERROR: In this case you have to install libnet-devel ============ checking for libnet_init in -lnet... no ..some skipped... configure: error: The following required components noted earlier are missing: libnet-devel Please supply them and try again. gmake: *** [config.status] Error 1 *** Error code 2 Stop in /usr/ports/sysutils/heartbeat. After doing export LDFLAGS=-L/usr/local/include/libnet11 && portupgrade -N heartbeat all goes well >How-To-Repeat: make install >Fix: export LDFLAGS=-L/usr/local/include/libnet11 before make install >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 13:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FAE6106567C for ; Thu, 4 Sep 2008 13:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7AFB78FC22 for ; Thu, 4 Sep 2008 13:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Do4nK013456 for ; Thu, 4 Sep 2008 13:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Do4HD013455; Thu, 4 Sep 2008 13:50:04 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 13:50:04 GMT Message-Id: <200809041350.m84Do4HD013455@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Oleg Gawriloff Cc: Subject: Re: ports/126628: sysutils/heartbeat incorrect detect interfaces during IPaddr stop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oleg Gawriloff List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 13:50:04 -0000 The following reply was made to PR ports/126628; it has been noted by GNATS. From: Oleg Gawriloff To: bug-followup@FreeBSD.org, barzog@telecom.by Cc: Subject: Re: ports/126628: sysutils/heartbeat incorrect detect interfaces during IPaddr stop Date: Thu, 04 Sep 2008 16:48:22 +0300 This is a cryptographically signed message in MIME format. --------------ms080504000803070109060204 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit It seems that neither this patch or similar patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121050 is not included in source tree. I've tried to contact with developers. This heartbeat version (1.2.5) is rather outdated (2 years old) and is not longer maintained. They have new stable 2.x branch. Port replacement is available in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121050, may be we should drop old port in favor of heartbeat2? --------------ms080504000803070109060204 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIHtDCC A9YwggM/oAMCAQICAgJSMA0GCSqGSIb3DQEBBAUAMIGYMQswCQYDVQQGEwJCWTEQMA4GA1UE CBMHQmVsYXJ1czEOMAwGA1UEBxMFTWluc2sxFzAVBgNVBAoTDkF0bGFudC1UZWxlY29tMRcw FQYDVQQLEw5BdGxhbnQtVGVsZWNvbTETMBEGA1UEAxMKdGVsZWNvbS5ieTEgMB4GCSqGSIb3 DQEJARYRYmFyem9nQHRlbGVjb20uYnkwHhcNMDgwNzMwMTIxMjQzWhcNMDkwNzMwMTIxMjQz WjCBnzELMAkGA1UEBhMCQlkxEDAOBgNVBAgTB0JlbGFydXMxDjAMBgNVBAcTBU1pbnNrMRcw FQYDVQQKEw5BdGxhbnQtVGVsZWNvbTEXMBUGA1UECxMOQXRsYW50LVRlbGVjb20xGjAYBgNV BAMUEWJhcnpvZ0B0ZWxlY29tLmJ5MSAwHgYJKoZIhvcNAQkBFhFiYXJ6b2dAdGVsZWNvbS5i eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuFEB0E3OhT/9NkCYZLGgM3PQfiJfTO2b kLfqnAneaC1+/U9WY9c5dleB3KpMxAl/Y9HWo3ClaVZ2Z56V3nj0f9KUTd1Up9G5LgGvP8VJ s5NLiiRqJ9isPx44yEuHTwEhGl/zotlTD0rRLVHfqof1cqDe3TobsaevJv0uX1MORRUCAwEA AaOCASQwggEgMAkGA1UdEwQCMAAwLAYJYIZIAYb4QgENBB8WHU9wZW5TU0wgR2VuZXJhdGVk IENlcnRpZmljYXRlMB0GA1UdDgQWBBSGPX6kqHA5V5oSbuhmF4Nzx9GNjjCBxQYDVR0jBIG9 MIG6gBQ1Q0N4+R+9Wg0AAlfWqtErWCUf9aGBnqSBmzCBmDELMAkGA1UEBhMCQlkxEDAOBgNV BAgTB0JlbGFydXMxDjAMBgNVBAcTBU1pbnNrMRcwFQYDVQQKEw5BdGxhbnQtVGVsZWNvbTEX MBUGA1UECxMOQXRsYW50LVRlbGVjb20xEzARBgNVBAMTCnRlbGVjb20uYnkxIDAeBgkqhkiG 9w0BCQEWEWJhcnpvZ0B0ZWxlY29tLmJ5ggEAMA0GCSqGSIb3DQEBBAUAA4GBACyUjVy0C0C7 6Wt9w5dAfxLtFXLPIn+dxRWK0r6G/F4a7mLmSHy2fDzn/PSNEDLh+KUpNQNfvXwVdY3ftLVS L6gkSNNnbgkiXH2MxlvGHFH+NWbLkNE+t16/OUSIh2iRu1paEKZPtA7f6VviSZ10dTsuKszC a85hdq+9cP8Ph3EuMIID1jCCAz+gAwIBAgICAlIwDQYJKoZIhvcNAQEEBQAwgZgxCzAJBgNV BAYTAkJZMRAwDgYDVQQIEwdCZWxhcnVzMQ4wDAYDVQQHEwVNaW5zazEXMBUGA1UEChMOQXRs YW50LVRlbGVjb20xFzAVBgNVBAsTDkF0bGFudC1UZWxlY29tMRMwEQYDVQQDEwp0ZWxlY29t LmJ5MSAwHgYJKoZIhvcNAQkBFhFiYXJ6b2dAdGVsZWNvbS5ieTAeFw0wODA3MzAxMjEyNDNa Fw0wOTA3MzAxMjEyNDNaMIGfMQswCQYDVQQGEwJCWTEQMA4GA1UECBMHQmVsYXJ1czEOMAwG A1UEBxMFTWluc2sxFzAVBgNVBAoTDkF0bGFudC1UZWxlY29tMRcwFQYDVQQLEw5BdGxhbnQt VGVsZWNvbTEaMBgGA1UEAxQRYmFyem9nQHRlbGVjb20uYnkxIDAeBgkqhkiG9w0BCQEWEWJh cnpvZ0B0ZWxlY29tLmJ5MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4UQHQTc6FP/02 QJhksaAzc9B+Il9M7ZuQt+qcCd5oLX79T1Zj1zl2V4HcqkzECX9j0dajcKVpVnZnnpXeePR/ 0pRN3VSn0bkuAa8/xUmzk0uKJGon2Kw/HjjIS4dPASEaX/Oi2VMPStEtUd+qh/VyoN7dOhux p68m/S5fUw5FFQIDAQABo4IBJDCCASAwCQYDVR0TBAIwADAsBglghkgBhvhCAQ0EHxYdT3Bl blNTTCBHZW5lcmF0ZWQgQ2VydGlmaWNhdGUwHQYDVR0OBBYEFIY9fqSocDlXmhJu6GYXg3PH 0Y2OMIHFBgNVHSMEgb0wgbqAFDVDQ3j5H71aDQACV9aq0StYJR/1oYGepIGbMIGYMQswCQYD VQQGEwJCWTEQMA4GA1UECBMHQmVsYXJ1czEOMAwGA1UEBxMFTWluc2sxFzAVBgNVBAoTDkF0 bGFudC1UZWxlY29tMRcwFQYDVQQLEw5BdGxhbnQtVGVsZWNvbTETMBEGA1UEAxMKdGVsZWNv bS5ieTEgMB4GCSqGSIb3DQEJARYRYmFyem9nQHRlbGVjb20uYnmCAQAwDQYJKoZIhvcNAQEE BQADgYEALJSNXLQLQLvpa33Dl0B/Eu0Vcs8if53FFYrSvob8XhruYuZIfLZ8POf89I0QMuH4 pSk1A1+9fBV1jd+0tVIvqCRI02duCSJcfYzGW8YcUf41ZsuQ0T63Xr85RIiHaJG7WloQpk+0 Dt/pW+JJnXR1Oy4qzMJrzmF2r71w/w+HcS4xggNjMIIDXwIBATCBnzCBmDELMAkGA1UEBhMC QlkxEDAOBgNVBAgTB0JlbGFydXMxDjAMBgNVBAcTBU1pbnNrMRcwFQYDVQQKEw5BdGxhbnQt VGVsZWNvbTEXMBUGA1UECxMOQXRsYW50LVRlbGVjb20xEzARBgNVBAMTCnRlbGVjb20uYnkx IDAeBgkqhkiG9w0BCQEWEWJhcnpvZ0B0ZWxlY29tLmJ5AgICUjAJBgUrDgMCGgUAoIICGTAY BgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wODA5MDQxMzQ4MjJa MCMGCSqGSIb3DQEJBDEWBBRjWdRRMyWejRbOVmAsMtm9QhK6SjBSBgkqhkiG9w0BCQ8xRTBD MAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzAN BggqhkiG9w0DAgIBKDCBsAYJKwYBBAGCNxAEMYGiMIGfMIGYMQswCQYDVQQGEwJCWTEQMA4G A1UECBMHQmVsYXJ1czEOMAwGA1UEBxMFTWluc2sxFzAVBgNVBAoTDkF0bGFudC1UZWxlY29t MRcwFQYDVQQLEw5BdGxhbnQtVGVsZWNvbTETMBEGA1UEAxMKdGVsZWNvbS5ieTEgMB4GCSqG SIb3DQEJARYRYmFyem9nQHRlbGVjb20uYnkCAgJSMIGyBgsqhkiG9w0BCRACCzGBoqCBnzCB mDELMAkGA1UEBhMCQlkxEDAOBgNVBAgTB0JlbGFydXMxDjAMBgNVBAcTBU1pbnNrMRcwFQYD VQQKEw5BdGxhbnQtVGVsZWNvbTEXMBUGA1UECxMOQXRsYW50LVRlbGVjb20xEzARBgNVBAMT CnRlbGVjb20uYnkxIDAeBgkqhkiG9w0BCQEWEWJhcnpvZ0B0ZWxlY29tLmJ5AgICUjANBgkq hkiG9w0BAQEFAASBgC0K8kM4knKUK9VkWIu/fbnHq4pPBvxfOE3UimV2S0J6s+QEwqI/4Mn/ MWmhrPr/SuTZv38LviJyil/2oRVOC425U33U+FQ0Q4VZsSPyyGttTXCAf+GH5K1SKUMevoAd fBEKP52eLp5gQ1+XLLBO2el+CfB2KEPNvUGrfuH2xE8lAAAAAAAA --------------ms080504000803070109060204-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 13:50:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C946C106566B; Thu, 4 Sep 2008 13:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D85D8FC16; Thu, 4 Sep 2008 13:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84DoCiT013583; Thu, 4 Sep 2008 13:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84DoClF013579; Thu, 4 Sep 2008 13:50:12 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 13:50:12 GMT Message-Id: <200809041350.m84DoClF013579@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127088: [Maintainer Update]net/pear-Net_DIME:update to 1.0.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, 04 Sep 2008 13:50:12 -0000 Synopsis: [Maintainer Update]net/pear-Net_DIME:update to 1.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 13:50:12 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127088 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 15:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EF61106567B for ; Thu, 4 Sep 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 593768FC1B for ; Thu, 4 Sep 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84FK11m020904 for ; Thu, 4 Sep 2008 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84FK1BG020903; Thu, 4 Sep 2008 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 15:20:01 GMT Resent-Message-Id: <200809041520.m84FK1BG020903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A08E41065670 for ; Thu, 4 Sep 2008 15:12:11 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0618FC1E for ; Thu, 4 Sep 2008 15:12:11 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id 5C62612B1EE for ; Thu, 4 Sep 2008 23:12:10 +0800 (CST) Received: (from yzlin@localhost) by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m84FCAgG001519; Thu, 4 Sep 2008 23:12:10 +0800 (CST) (envelope-from yzlin) Message-Id: <200809041512.m84FCAgG001519@bsd0.cs.nctu.edu.tw> Date: Thu, 4 Sep 2008 23:12:10 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127090: [MAINTAINER] irc/rbot: fix NOPORTDOCS bug, add dependency 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, 04 Sep 2008 15:20:01 -0000 >Number: 127090 >Category: ports >Synopsis: [MAINTAINER] irc/rbot: fix NOPORTDOCS bug, add dependency >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 Sep 04 15:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008 >Description: - Fix NOPORTDOCS bug - Add a new dependency (devel/ruby-gettext), which reqired by default translation function. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rbot-0.9.13_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/rbot/Makefile /amd/account/gcs/96/9655630/dev/ports/irc/rbot/Makefile --- /usr/ports/irc/rbot/Makefile 2008-09-04 22:58:42.281686505 +0800 +++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/Makefile 2008-09-04 22:31:45.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= rbot PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= irc ruby MASTER_SITES= http://ruby-rbot.org/download/ EXTRACT_SUFX= .tgz @@ -14,7 +15,8 @@ MAINTAINER= yzlin@cs.nctu.edu.tw COMMENT= Ruby IRC bot similar to infobot -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ + ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext USE_RUBY= yes USE_RUBY_SETUP= yes @@ -26,8 +28,10 @@ PORTDOCS= README REQUIREMENTS ChangeLog post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} @${CAT} ${PKGMESSAGE} +.endif .include --- rbot-0.9.13_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 15:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C0CA106567D for ; Thu, 4 Sep 2008 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E74DA8FC21 for ; Thu, 4 Sep 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84FK1mQ020953 for ; Thu, 4 Sep 2008 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84FK15n020952; Thu, 4 Sep 2008 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 15:20:01 GMT Resent-Message-Id: <200809041520.m84FK15n020952@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 400CE1065670 for ; Thu, 4 Sep 2008 15:16:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id E89D08FC16 for ; Thu, 4 Sep 2008 15:16:15 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so275475qwb.7 for ; Thu, 04 Sep 2008 08:16:15 -0700 (PDT) Received: by 10.215.39.16 with SMTP id r16mr9289253qaj.57.1220541374991; Thu, 04 Sep 2008 08:16:14 -0700 (PDT) Received: from wicklow.lan ( [82.245.249.89]) by mx.google.com with ESMTPS id 7sm11334362qwf.0.2008.09.04.08.16.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Sep 2008 08:16:14 -0700 (PDT) Received: by wicklow.lan (Postfix, from userid 0) id 2C4FAF1885; Thu, 4 Sep 2008 17:16:11 +0200 (CEST) Message-Id: <20080904151611.2C4FAF1885@wicklow.lan> Date: Thu, 4 Sep 2008 17:16:11 +0200 (CEST) From: bapt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yds@coolrat.org Subject: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] 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, 04 Sep 2008 15:20:02 -0000 >Number: 127091 >Category: ports >Synopsis: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] >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 Sep 04 15:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bapt >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD wicklow.lan 7.0-STABLE FreeBSD 7.0-STABLE #6: Fri Aug 1 15:41:21 CEST >Description: [DESCRIBE CHANGES] update dovecot ports to add support for berkleydb database I use it for expire plugin for example I added USE_BDB= 44+ because I only have tested with bdb44 and bdb46 not with oldest one -L${BDB_LIB_DIR} is to prevent configure script to fail because it can't find libdb (doesn't work if I add this in LDFLAGS) Port maintainer (yds@coolrat.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dovecot-1.1.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v retrieving revision 1.91 diff -u -r1.91 Makefile --- Makefile 21 Aug 2008 06:17:33 -0000 1.91 +++ Makefile 4 Sep 2008 15:13:05 -0000 @@ -48,6 +48,7 @@ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ + BDB "BerkleyDB support" off \ MYSQL "MySQL support" off \ SQLITE "SQLite support" off @@ -141,6 +142,15 @@ CONFIGURE_ARGS+= --without-pgsql .endif +## BDB Support +# +.if defined(WITH_BDB) +USE_BDB= 44+ +CONFIGURE_ARGS+= --with-db +CFLAGS+= -I${BDB_INCLUDE_DIR} -L${BDB_LIB_DIR} +_REQUIRE+= bdb +.endif + ## MySQL Support # .if defined(WITH_MYSQL) --- dovecot-1.1.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 15:20:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA381065688; Thu, 4 Sep 2008 15:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60E928FC1D; Thu, 4 Sep 2008 15:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84FKGb9021098; Thu, 4 Sep 2008 15:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84FKG7b021094; Thu, 4 Sep 2008 15:20:16 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 15:20:16 GMT Message-Id: <200809041520.m84FKG7b021094@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127090: [MAINTAINER] irc/rbot: fix NOPORTDOCS bug, add dependency 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, 04 Sep 2008 15:20:16 -0000 Synopsis: [MAINTAINER] irc/rbot: fix NOPORTDOCS bug, add dependency Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 15:20:16 UTC 2008 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127090 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 15:20:22 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA63A1065683; Thu, 4 Sep 2008 15:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEFDD8FC17; Thu, 4 Sep 2008 15:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84FKMHl021172; Thu, 4 Sep 2008 15:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84FKM3o021168; Thu, 4 Sep 2008 15:20:22 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 15:20:22 GMT Message-Id: <200809041520.m84FKM3o021168@freefall.freebsd.org> To: baptiste.daroussin@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] 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, 04 Sep 2008 15:20:22 -0000 Synopsis: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Sep 4 15:20:22 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127091 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 15:30:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BFC8106566B for ; Thu, 4 Sep 2008 15:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 38F798FC20 for ; Thu, 4 Sep 2008 15:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84FU5o5021718 for ; Thu, 4 Sep 2008 15:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84FU5MI021714; Thu, 4 Sep 2008 15:30:05 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 15:30:05 GMT Message-Id: <200809041530.m84FU5MI021714@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] 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, 04 Sep 2008 15:30:05 -0000 The following reply was made to PR ports/127091; it has been noted by GNATS. From: Edwin Groothuis To: yds@coolrat.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] Date: Thu, 4 Sep 2008 15:20:20 UT Maintainer of mail/dovecot, Please note that PR ports/127091 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127091 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 16:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D3C1065679 for ; Thu, 4 Sep 2008 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B36368FC1B for ; Thu, 4 Sep 2008 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84GA12Z024459 for ; Thu, 4 Sep 2008 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84GA1JK024458; Thu, 4 Sep 2008 16:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 16:10:01 GMT Resent-Message-Id: <200809041610.m84GA1JK024458@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lapo Luchini Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E6E1065675 for ; Thu, 4 Sep 2008 16:06:29 +0000 (UTC) (envelope-from lapo@mail.lapo.it) Received: from mail.lapo.it (motoko.lapo.it [88.198.0.105]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5318FC0A for ; Thu, 4 Sep 2008 16:06:27 +0000 (UTC) (envelope-from lapo@mail.lapo.it) Received: (qmail 65979 invoked by uid 1001); 4 Sep 2008 16:06:26 -0000 Message-Id: <20080904160626.65978.qmail@mail.lapo.it> Date: 4 Sep 2008 16:06:26 -0000 From: Lapo Luchini To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Lapo Luchini Subject: ports/127092: port upgrade: devel/monotone 0.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lapo Luchini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 16:10:01 -0000 >Number: 127092 >Category: ports >Synopsis: port upgrade: devel/monotone 0.41 >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 Sep 04 16:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 6.3-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD motoko.lapo.it 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #8: Thu Dec 13 09:33:49 CET 2007 root@motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64 >Description: New upstream release. >How-To-Repeat: >Fix: --- pr-monotone-0.41 begins here --- diff -ruN /home/lapo/monotone.orig/Makefile monotone/Makefile --- /home/lapo/monotone.orig/Makefile 2008-09-04 11:38:50.000000000 +0200 +++ monotone/Makefile 2008-09-04 15:52:19.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= monotone -PORTVERSION= 0.40 -PORTREVISION= 2 +PORTVERSION= 0.41 CATEGORIES= devel MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ @@ -28,7 +27,7 @@ MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS+= --with-system-pcre -PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \ +PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \ "@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \ "@dirrmtry share/zsh" .if !defined(NO_INSTALL_MANPAGES) diff -ruN /home/lapo/monotone.orig/distinfo monotone/distinfo --- /home/lapo/monotone.orig/distinfo 2008-09-04 11:38:50.000000000 +0200 +++ monotone/distinfo 2008-09-04 11:40:01.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (monotone-0.40.tar.gz) = 4d90776beaff7445e7a2d8774378fbba -SHA256 (monotone-0.40.tar.gz) = 309490c8ff8b7d0d1fb5bccf762744244dbc0b5c0b8381023fa202db76ff417f -SIZE (monotone-0.40.tar.gz) = 5366351 +MD5 (monotone-0.41.tar.gz) = f4ee37fb6853719933561fef901e2a07 +SHA256 (monotone-0.41.tar.gz) = 994a18caf3425eb6be78e29a21e6ce812247f2bbf5abd4ccf6ef99281d2c44ff +SIZE (monotone-0.41.tar.gz) = 5330052 --- pr-monotone-0.41 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 17:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CF061065670 for ; Thu, 4 Sep 2008 17:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4AA8FC23 for ; Thu, 4 Sep 2008 17:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84He40Z033871 for ; Thu, 4 Sep 2008 17:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84He458033870; Thu, 4 Sep 2008 17:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 17:40:04 GMT Resent-Message-Id: <200809041740.m84He458033870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AE51106566B for ; Thu, 4 Sep 2008 17:37:50 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB4D8FC18 for ; Thu, 4 Sep 2008 17:37:50 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id A6361E9D; Fri, 5 Sep 2008 01:37:47 +0800 (CST) Message-Id: <20080904173747.A6361E9D@sunpoet.net> Date: Fri, 5 Sep 2008 01:37:47 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127093: [MAINTAINER] net/tintin++-devel: update to 1.98.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, 04 Sep 2008 17:40:04 -0000 >Number: 127093 >Category: ports >Synopsis: [MAINTAINER] net/tintin++-devel: update to 1.98.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 Sep 04 17:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD bonjour.sunpoet.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #12: Thu Sep 4 10:55:47 CST >Description: - Update to 1.98.5 - Also take maintainership of chinese/tintin++ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tintin-1.98.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/tintin++-devel/Makefile /usr/ports/sunpoet/tintin++-devel/Makefile --- /usr/ports/net/tintin++-devel/Makefile 2008-08-25 14:53:30.010674830 +0800 +++ /usr/ports/sunpoet/tintin++-devel/Makefile 2008-09-05 01:29:50.979766521 +0800 @@ -6,7 +6,7 @@ # PORTNAME= tintin -PORTVERSION= 1.98.4 +PORTVERSION= 1.98.5 CATEGORIES+= net games MASTER_SITES= SFE @@ -33,9 +33,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin - -post-install: -.ifndef NOPORTDOCS +.if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} @cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif diff -ruN --exclude=CVS /usr/ports/net/tintin++-devel/distinfo /usr/ports/sunpoet/tintin++-devel/distinfo --- /usr/ports/net/tintin++-devel/distinfo 2008-08-25 14:53:30.018675289 +0800 +++ /usr/ports/sunpoet/tintin++-devel/distinfo 2008-09-05 01:28:13.673371993 +0800 @@ -1,3 +1,3 @@ -MD5 (tintin-1.98.4.tar.gz) = fb1c0c446650cdefcd6086cd9469948a -SHA256 (tintin-1.98.4.tar.gz) = 25f93b7c407c35807e53b79b8383329700cecd60b646d463738beceef1283a7e -SIZE (tintin-1.98.4.tar.gz) = 217124 +MD5 (tintin-1.98.5.tar.gz) = fe11e33cca2f7da02d4569951fc3f4df +SHA256 (tintin-1.98.5.tar.gz) = d8062b4996d5e0de4fec409ed0fc9abfb4b3ba98d85442674afac20eddd97a07 +SIZE (tintin-1.98.5.tar.gz) = 221613 --- tintin-1.98.5.patch ends here --- diff -ruN /usr/ports/chinese/tintin++/Makefile.orig /usr/ports/chinese/tintin++/Makefile --- /usr/ports/chinese/tintin++/Makefile.orig 2008-07-14 21:16:34.000000000 +0800 +++ /usr/ports/chinese/tintin++/Makefile 2008-09-05 01:36:19.061387230 +0800 @@ -7,7 +7,7 @@ CATEGORIES?= chinese net games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@sunpoet.net MASTERDIR= ${.CURDIR}/../../net/tintin++-devel >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 17:40:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B117106564A; Thu, 4 Sep 2008 17:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4054A8FC13; Thu, 4 Sep 2008 17:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84HeDls033993; Thu, 4 Sep 2008 17:40:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84HeDQt033989; Thu, 4 Sep 2008 17:40:13 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 17:40:13 GMT Message-Id: <200809041740.m84HeDQt033989@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127093: [MAINTAINER] net/tintin++-devel: update to 1.98.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, 04 Sep 2008 17:40:13 -0000 Synopsis: [MAINTAINER] net/tintin++-devel: update to 1.98.5 Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 17:40:12 UTC 2008 Responsible-Changed-Why: chinsan@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127093 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 18:57:50 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A08106566C; Thu, 4 Sep 2008 18:57:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 698038FC1C; Thu, 4 Sep 2008 18:57:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84IvoAP040001; Thu, 4 Sep 2008 18:57:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84IvntA039997; Thu, 4 Sep 2008 18:57:49 GMT (envelope-from linimon) Date: Thu, 4 Sep 2008 18:57:49 GMT Message-Id: <200809041857.m84IvntA039997@freefall.freebsd.org> To: mranner@inode.at, michael.ranner@jawa.at, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 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, 04 Sep 2008 18:57:50 -0000 Synopsis: [PATCH] mail/spamass-rules: update to 20080903 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Sep 4 18:57:34 UTC 2008 State-Changed-Why: Submitter is maintainer from another address. http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 19:00:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95150106566C for ; Thu, 4 Sep 2008 19:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66A638FC1A for ; Thu, 4 Sep 2008 19:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84J06LQ040090 for ; Thu, 4 Sep 2008 19:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84J06tQ040088; Thu, 4 Sep 2008 19:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 19:00:06 GMT Resent-Message-Id: <200809041900.m84J06tQ040088@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Duchene Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ABB8106564A for ; Thu, 4 Sep 2008 18:57:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 785268FC13 for ; Thu, 4 Sep 2008 18:57:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84IvFHJ025618 for ; Thu, 4 Sep 2008 18:57:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84IvFO1025617; Thu, 4 Sep 2008 18:57:15 GMT (envelope-from nobody) Message-Id: <200809041857.m84IvFO1025617@www.freebsd.org> Date: Thu, 4 Sep 2008 18:57:15 GMT From: Mike Duchene To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127094: ports/devel/otrs not installing p5-Text-CSV dependency 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, 04 Sep 2008 19:00:06 -0000 >Number: 127094 >Category: ports >Synopsis: ports/devel/otrs not installing p5-Text-CSV dependency >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 Sep 04 19:00:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mike Duchene >Release: 7.0-STABLE >Organization: >Environment: 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue Aug 19 16:45:29 EDT 2008 :/usr/obj/usr/src/sys/MYKERNEL i386 >Description: After installing otrs on a fresh 7.0-STABLE, apache22 will fail with the following error: [error] Can't locate Text/CSV.pm in @INC (@INC contains: ../../ /usr/local/otrs/Kernel/cpan-lib /usr/local/otrs/ /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 . /usr/local) at /usr/local/otrs//Kernel/System/CSV.pm line 16.\nBEGIN failed--compilation aborted at /usr/local/otrs//Kernel/System/CSV.pm line 16.\nCompilation failed in require at /usr/local/otrs//Kernel/Modules/AgentStats.pm line 17.\nBEGIN failed--compilation aborted at /usr/local/otrs//Kernel/Modules/AgentStats.pm line 17.\nCompilation failed in require at /usr/local/otrs/scripts/apache2-perl-startup.pl line 168.\nBEGIN failed--compilation aborted at /usr/local/otrs/scripts/apache2-perl-startup.pl line 168.\nCompilation failed in require at (eval 4) line 1.\n This problem was solved by manually installing the textproc/p5-Text-CSV port. The otrs port should automatically install this as a required dependency. Sorry I do not have a patch to submit :( >How-To-Repeat: 1- fresh install freebsd 2- install useful ports (apache22, openldap24, pgsql, mod_perl2, php5 + extensions) 3- install otrs from ports: cd /usr/ports/devel/otrs make install PACKAGE_BUILDING=true \ WITHOUT_MYSQL=true \ WITH_PGSQL=true \ WITH_REPORTS_MODULES=true \ WITH_SMTP=true \ WITH_LDAP=true \ WITH_ISPELL=true \ WITH_GNUPG=true 4- follow directions in /usr/local/share/doc/otrs/INSTALL, configure the system to use mod_perl2 5- apache will fail on "Can't locate Text/CSV.pm in @INC (..." as shown above >Fix: (manually install p5-Text-CSV) cd /usr/ports/textproc/p5-Text-CSV make install (restart apache, problem solved) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 19:00:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FBD3106567D; Thu, 4 Sep 2008 19:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 258578FC2D; Thu, 4 Sep 2008 19:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84J0FJT040269; Thu, 4 Sep 2008 19:00:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84J0FMl040265; Thu, 4 Sep 2008 19:00:15 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 19:00:15 GMT Message-Id: <200809041900.m84J0FMl040265@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127094: ports/devel/otrs not installing p5-Text-CSV dependency 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, 04 Sep 2008 19:00:15 -0000 Synopsis: ports/devel/otrs not installing p5-Text-CSV dependency Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Thu Sep 4 19:00:14 UTC 2008 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127094 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 19:00:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 369D21065671; Thu, 4 Sep 2008 19:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7738FC1D; Thu, 4 Sep 2008 19:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84J0Hnk040351; Thu, 4 Sep 2008 19:00:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84J0Ht0040347; Thu, 4 Sep 2008 19:00:17 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 19:00:17 GMT Message-Id: <200809041900.m84J0Ht0040347@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127094: ports/devel/otrs not installing p5-Text-CSV dependency 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, 04 Sep 2008 19:00:18 -0000 Synopsis: ports/devel/otrs not installing p5-Text-CSV dependency Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 19:00:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127094 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 19:14:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6E63106567A; Thu, 4 Sep 2008 19:14:18 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9018FC1F; Thu, 4 Sep 2008 19:14:18 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (beech@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84JEIYp042892; Thu, 4 Sep 2008 19:14:18 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84JEInS042888; Thu, 4 Sep 2008 19:14:18 GMT (envelope-from beech) Date: Thu, 4 Sep 2008 19:14:18 GMT Message-Id: <200809041914.m84JEInS042888@freefall.freebsd.org> To: yds@coolrat.org, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/127091: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] 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, 04 Sep 2008 19:14:18 -0000 Synopsis: [PATCH] mail/dovecot: [SUMMARIZE CHANGES] Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Sep 4 19:13:40 UTC 2008 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=127091 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 19:16:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 455141065674; Thu, 4 Sep 2008 19:16:09 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1AABF8FC13; Thu, 4 Sep 2008 19:16:09 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (beech@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84JG81I043106; Thu, 4 Sep 2008 19:16:08 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84JG8Z0043102; Thu, 4 Sep 2008 19:16:08 GMT (envelope-from beech) Date: Thu, 4 Sep 2008 19:16:08 GMT Message-Id: <200809041916.m84JG8Z0043102@freefall.freebsd.org> To: mranner@inode.at, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903 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, 04 Sep 2008 19:16:09 -0000 Synopsis: [PATCH] mail/spamass-rules: update to 20080903 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Sep 4 19:15:33 UTC 2008 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:08:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED82F1065677; Thu, 4 Sep 2008 20:08:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C337C8FC24; Thu, 4 Sep 2008 20:08:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84K819Z046924; Thu, 4 Sep 2008 20:08:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84K81Z5046920; Thu, 4 Sep 2008 20:08:01 GMT (envelope-from pav) Date: Thu, 4 Sep 2008 20:08:01 GMT Message-Id: <200809042008.m84K81Z5046920@freefall.freebsd.org> To: der_julian@web.de, oivulf@gmail.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/126920: port upgrade: lang/ecl 0.9g->0.9l 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, 04 Sep 2008 20:08:02 -0000 Synopsis: port upgrade: lang/ecl 0.9g->0.9l State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Sep 4 20:07:30 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=126920 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8B1D1065678 for ; Thu, 4 Sep 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A70528FC1D for ; Thu, 4 Sep 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84KA3Iu047147 for ; Thu, 4 Sep 2008 20:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84KA31k047146; Thu, 4 Sep 2008 20:10:03 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 20:10:03 GMT Message-Id: <200809042010.m84KA31k047146@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/126920: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 20:10:03 -0000 The following reply was made to PR ports/126920; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126920: commit references a PR Date: Thu, 4 Sep 2008 20:08:04 +0000 (UTC) pav 2008-09-04 20:07:50 UTC FreeBSD ports repository Modified files: lang/ecl Makefile distinfo pkg-plist lang/ecl/files patch-src__gc__include__private__gcconfig.h Log: - Update to 0.9l PR: ports/126920 Submitted by: fulvio ciriaco Revision Changes Path 1.19 +7 -10 ports/lang/ecl/Makefile 1.8 +3 -3 ports/lang/ecl/distinfo 1.2 +12 -31 ports/lang/ecl/files/patch-src__gc__include__private__gcconfig.h 1.5 +22 -21 ports/lang/ecl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:40:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAAD91065674 for ; Thu, 4 Sep 2008 20:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D900E8FC22 for ; Thu, 4 Sep 2008 20:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Ke6ip051878 for ; Thu, 4 Sep 2008 20:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Ke6Bv051877; Thu, 4 Sep 2008 20:40:06 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 20:40:06 GMT Message-Id: <200809042040.m84Ke6Bv051877@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/126963: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 20:40:07 -0000 The following reply was made to PR ports/126963; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126963: commit references a PR Date: Thu, 4 Sep 2008 20:37:04 +0000 (UTC) pav 2008-09-04 20:36:48 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Remove first dead site from PGSQL list, and update the mirror list URL PR: ports/126963 Submitted by: Alex Goncharov Revision Changes Path 1.456 +2 -3 ports/Mk/bsd.sites.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD62F1065679 for ; Thu, 4 Sep 2008 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B955D8FC2F for ; Thu, 4 Sep 2008 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Ko00J052448 for ; Thu, 4 Sep 2008 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Ko0xU052447; Thu, 4 Sep 2008 20:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 20:50:00 GMT Resent-Message-Id: <200809042050.m84Ko0xU052447@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sherbacov Dmitriy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323D8106566B for ; Thu, 4 Sep 2008 20:43:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2058F8FC18 for ; Thu, 4 Sep 2008 20:43:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84KhfK6097817 for ; Thu, 4 Sep 2008 20:43:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84KhfME097816; Thu, 4 Sep 2008 20:43:41 GMT (envelope-from nobody) Message-Id: <200809042043.m84KhfME097816@www.freebsd.org> Date: Thu, 4 Sep 2008 20:43:41 GMT From: Sherbacov Dmitriy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127096: [patch] proftpd - src netio.c - wrong telnet filter 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, 04 Sep 2008 20:50:01 -0000 >Number: 127096 >Category: ports >Synopsis: [patch] proftpd - src netio.c - wrong telnet filter >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 Sep 04 20:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sherbacov Dmitriy >Release: 6.3 >Organization: >Environment: FreeBSD sun.bsys-net.ru 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: i386 >Description: Problem: Proftpd has telnet filter input data, but Russian's Symbols will be deleted. >How-To-Repeat: 1. Install Proftpd 2. Create folder at FTP Server in cp1251 (Example "Новая папка") Folder name will be fixed to "Нова папка" Symbol "я" will be deleted. >Fix: Commit patch and save "ftp://archive.bsys-net.ru/pub/software/unix/proftpd-patch/files/extra-patch-src-netio.c" to folder "files". Patch attached with submission follows: diff -Naur /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/ftp/proftpd/Makefile --- /usr/ports/ftp/proftpd.orig/Makefile 2008-08-20 04:56:42.000000000 +0400 +++ /usr/ports/ftp/proftpd/Makefile 2008-09-04 19:34:43.000000000 +0400 @@ -87,8 +87,8 @@ CLAMAV "Include mod_clamav" off \ DIGEST "Include mod_digest" off \ COMB "Include mod_comb (multistream upload)" off \ - CODECONV "Use charset conversion (possibly broken)" off - + CODECONV "Use charset conversion (possibly broken)" off \ + RUSSIANCHAR "Disable telnet filterning (Fix Russian)" off MODULES?= LIBDIRS?= INCLUDEDIRS?= @@ -265,6 +265,11 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mod-codeconv .endif +.if defined(WITH_RUSSIANCHAR) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-netio.c +.endif + + # mod_ifsession should be the last item in the modules list .if !defined(WITHOUT_IFSESSION) MODULES:=${MODULES}:mod_ifsession >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:51:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 434841065677; Thu, 4 Sep 2008 20:51:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1914C8FC08; Thu, 4 Sep 2008 20:51:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84KpQXE052752; Thu, 4 Sep 2008 20:51:26 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84KpQA8052748; Thu, 4 Sep 2008 20:51:26 GMT (envelope-from pav) Date: Thu, 4 Sep 2008 20:51:26 GMT Message-Id: <200809042051.m84KpQA8052748@freefall.freebsd.org> To: alex-goncharov@comcast.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/126963: [maintainer update] databases/postgresql-odbc upgrade: 7.2.5 to 8.3.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, 04 Sep 2008 20:51:27 -0000 Synopsis: [maintainer update] databases/postgresql-odbc upgrade: 7.2.5 to 8.3.2 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Sep 4 20:50:31 UTC 2008 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=126963 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 20:54:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7CB1106566B; Thu, 4 Sep 2008 20:54:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADEB38FC08; Thu, 4 Sep 2008 20:54:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84KsF1B052941; Thu, 4 Sep 2008 20:54:15 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84KsFRL052937; Thu, 4 Sep 2008 20:54:15 GMT (envelope-from pav) Date: Thu, 4 Sep 2008 20:54:15 GMT Message-Id: <200809042054.m84KsFRL052937@freefall.freebsd.org> To: decke@bluelife.at, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/126786: [PATCH] sysutils/nvclock: update to 0.8b3a 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, 04 Sep 2008 20:54:15 -0000 Synopsis: [PATCH] sysutils/nvclock: update to 0.8b3a State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Thu Sep 4 20:53:52 UTC 2008 State-Changed-Why: The patch in the PR is malformed - long lines got wrapped. Can you resend, making sure the patch arrives intact? Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Thu Sep 4 20:53:52 UTC 2008 Responsible-Changed-Why: The patch in the PR is malformed - long lines got wrapped. Can you resend, making sure the patch arrives intact? http://www.freebsd.org/cgi/query-pr.cgi?pr=126786 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 21:00:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF55A106569F for ; Thu, 4 Sep 2008 21:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81A648FC0A for ; Thu, 4 Sep 2008 21:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84L0EkL053136 for ; Thu, 4 Sep 2008 21:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84L0EIR053130; Thu, 4 Sep 2008 21:00:14 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 21:00:14 GMT Message-Id: <200809042100.m84L0EIR053130@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/126963: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 21:00:14 -0000 The following reply was made to PR ports/126963; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126963: commit references a PR Date: Thu, 4 Sep 2008 20:51:34 +0000 (UTC) pav 2008-09-04 20:51:13 UTC FreeBSD ports repository Modified files: databases/postgresql-odbc Makefile distinfo pkg-descr pkg-plist Log: - Update to 8.3.2 PR: ports/126963 Submitted by: Alex Goncharov (maintainer) Revision Changes Path 1.13 +53 -37 ports/databases/postgresql-odbc/Makefile 1.4 +3 -3 ports/databases/postgresql-odbc/distinfo 1.3 +1 -1 ports/databases/postgresql-odbc/pkg-descr 1.5 +20 -6 ports/databases/postgresql-odbc/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 21:03:51 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AC561065670; Thu, 4 Sep 2008 21:03:51 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 318A68FC2E; Thu, 4 Sep 2008 21:03:51 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (beech@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84L3pMb053338; Thu, 4 Sep 2008 21:03:51 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84L3puw053334; Thu, 4 Sep 2008 21:03:51 GMT (envelope-from beech) Date: Thu, 4 Sep 2008 21:03:51 GMT Message-Id: <200809042103.m84L3puw053334@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/127096: [patch] proftpd - src netio.c - wrong telnet filter 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, 04 Sep 2008 21:03:51 -0000 Synopsis: [patch] proftpd - src netio.c - wrong telnet filter Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Thu Sep 4 21:03:20 UTC 2008 Responsible-Changed-Why: Mine http://www.freebsd.org/cgi/query-pr.cgi?pr=127096 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 22:49:55 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 228D01065676; Thu, 4 Sep 2008 22:49:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED6288FC0A; Thu, 4 Sep 2008 22:49:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84MnsD1063425; Thu, 4 Sep 2008 22:49:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Mns4A063421; Thu, 4 Sep 2008 22:49:54 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 22:49:54 GMT Message-Id: <200809042249.m84Mns4A063421@freefall.freebsd.org> To: barzog@telecom.by, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127089: sysutils/heartbeat does not compile 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, 04 Sep 2008 22:49:55 -0000 Synopsis: sysutils/heartbeat does not compile State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Sep 4 22:49:54 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127089 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 22:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41EDB1065671 for ; Thu, 4 Sep 2008 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB5A8FC13 for ; Thu, 4 Sep 2008 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Mo1Rt063548 for ; Thu, 4 Sep 2008 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Mo1SZ063547; Thu, 4 Sep 2008 22:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Sep 2008 22:50:01 GMT Resent-Message-Id: <200809042250.m84Mo1SZ063547@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gary Palmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F14E106567A for ; Thu, 4 Sep 2008 22:40:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8DBD18FC2D for ; Thu, 4 Sep 2008 22:40:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m84MevsI000670 for ; Thu, 4 Sep 2008 22:40:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m84Meun9000669; Thu, 4 Sep 2008 22:40:56 GMT (envelope-from nobody) Message-Id: <200809042240.m84Meun9000669@www.freebsd.org> Date: Thu, 4 Sep 2008 22:40:56 GMT From: Gary Palmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127097: [patch] net/wireshark update to 1.0.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: Thu, 04 Sep 2008 22:50:02 -0000 >Number: 127097 >Category: ports >Synopsis: [patch] net/wireshark update to 1.0.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 04 22:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gary Palmer >Release: N/A >Organization: N/A >Environment: N/A >Description: Wireshark 1.0.3 has been released. It contains security related bug fixes. Announcement at: http://www.wireshark.org/news/20080903a.html Security advisory: http://www.wireshark.org/security/wnpa-sec-2008-05.html >How-To-Repeat: N/A >Fix: See attached patch Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/wireshark/Makefile,v retrieving revision 1.134 diff -d -u -r1.134 Makefile --- Makefile 12 Jul 2008 05:09:34 -0000 1.134 +++ Makefile 4 Sep 2008 21:26:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME?= wireshark -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/wireshark/distinfo,v retrieving revision 1.63 diff -d -u -r1.63 distinfo --- distinfo 12 Jul 2008 05:09:34 -0000 1.63 +++ distinfo 4 Sep 2008 21:27:58 -0000 @@ -1,3 +1,3 @@ -MD5 (wireshark-1.0.2.tar.bz2) = 77114890256222605a699d7123d86a7d -SHA256 (wireshark-1.0.2.tar.bz2) = 5ca4175be433e6b16658763f4f914787e09d6ed0141af13109989bf5544d26eb -SIZE (wireshark-1.0.2.tar.bz2) = 13064896 +MD5 (wireshark-1.0.3.tar.bz2) = 1f9bacf6df9150a8dd8fe862a4be27a8 +SHA256 (wireshark-1.0.3.tar.bz2) = 77896f306b56979243df95966d57d2a361f251f2cabf872bfaf9f897015eb3f2 +SIZE (wireshark-1.0.3.tar.bz2) = 13104737 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 22:50:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 656851065673 for ; Thu, 4 Sep 2008 22:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 544008FC17 for ; Thu, 4 Sep 2008 22:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84Mo69P063562 for ; Thu, 4 Sep 2008 22:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84Mo6VI063561; Thu, 4 Sep 2008 22:50:06 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 22:50:06 GMT Message-Id: <200809042250.m84Mo6VI063561@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127089: sysutils/heartbeat does not compile 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, 04 Sep 2008 22:50:06 -0000 The following reply was made to PR ports/127089; it has been noted by GNATS. From: Edwin Groothuis To: scott-ports@tummy.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/127089: sysutils/heartbeat does not compile Date: Thu, 4 Sep 2008 22:49:52 UT Maintainer of sysutils/heartbeat, Please note that PR ports/127089 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127089 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 22:50:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0FD21065678; Thu, 4 Sep 2008 22:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77CEE8FC14; Thu, 4 Sep 2008 22:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84MoANw063662; Thu, 4 Sep 2008 22:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84MoAlA063658; Thu, 4 Sep 2008 22:50:10 GMT (envelope-from edwin) Date: Thu, 4 Sep 2008 22:50:10 GMT Message-Id: <200809042250.m84MoAlA063658@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127097: [patch] net/wireshark update to 1.0.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: Thu, 04 Sep 2008 22:50:10 -0000 Synopsis: [patch] net/wireshark update to 1.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 4 22:50:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127097 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 23:02:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9640A1065684; Thu, 4 Sep 2008 23:02:11 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [213.47.211.116]) by mx1.freebsd.org (Postfix) with ESMTP id 04B788FC13; Thu, 4 Sep 2008 23:02:10 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from [85.90.150.9] (helo=chii.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1KbN44-0007Pz-Dx; Fri, 05 Sep 2008 00:12:43 +0200 Date: Fri, 5 Sep 2008 00:12:59 +0200 From: Bernhard Froehlich To: pav@FreeBSD.org Message-ID: <20080905001259.5a120f01@chii.bluelife.at> In-Reply-To: <200809042054.m84KsFRL052937@freefall.freebsd.org> References: <200809042054.m84KsFRL052937@freefall.freebsd.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Thu, 4 Sep 2008 20:54:15 GMT pav@FreeBSD.org wrote: > Synopsis: [PATCH] sysutils/nvclock: update to 0.8b3a > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Thu Sep 4 20:53:52 UTC 2008 > State-Changed-Why: > The patch in the PR is malformed - long lines got wrapped. > Can you resend, making sure the patch arrives intact? > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Thu Sep 4 20:53:52 UTC 2008 > Responsible-Changed-Why: > The patch in the PR is malformed - long lines got wrapped. > Can you resend, making sure the patch arrives intact? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=126786 [...] Content analysis details: (0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 2.0 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: configure.in] -0.3 AWL AWL: From: address is in the auto white-list Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/126786: [PATCH] sysutils/nvclock: update to 0.8b3a 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, 04 Sep 2008 23:02:11 -0000 On Thu, 4 Sep 2008 20:54:15 GMT pav@FreeBSD.org wrote: > Synopsis: [PATCH] sysutils/nvclock: update to 0.8b3a > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Thu Sep 4 20:53:52 UTC 2008 > State-Changed-Why: > The patch in the PR is malformed - long lines got wrapped. > Can you resend, making sure the patch arrives intact? > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Thu Sep 4 20:53:52 UTC 2008 > Responsible-Changed-Why: > The patch in the PR is malformed - long lines got wrapped. > Can you resend, making sure the patch arrives intact? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=126786 I'll try my best and sorry for the inconvenience. --- nvclock-0.8.b3.a.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/nvclock.orig/Makefile /usr/ports/sysutils/nvclock/Makefile --- /usr/ports/sysutils/nvclock.orig/Makefile 2008-09-04 23:51:25.000000000 +0200 +++ /usr/ports/sysutils/nvclock/Makefile 2008-08-24 15:03:55.000000000 +0200 @@ -6,11 +6,10 @@ # PORTNAME= nvclock -DISTVERSION= 0.8b2 -PORTREVISION= 1 +DISTVERSION= 0.8b3a CATEGORIES= sysutils -MASTER_SITES= http://www.linuxhardware.org/nvclock/ \ - http://www.kerneled.com/freebsd/ports/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nvclock DISTNAME= nvclock${DISTVERSION} MAINTAINER= sbahra@gwu.edu @@ -19,13 +18,16 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig +USE_AUTOTOOLS= aclocal:19 autoheader:262 autoconf:262 + +PLIST_FILES= bin/nvclock .if defined(WITHOUT_GUI) -PLIST_SUB+= GTK="@comment " -CONFIGURE_ARGS+="--enable-gtk=no" +CONFIGURE_ARGS+=--enable-gtk=no --enable-qt=no --enable-nvcontrol=no .else +USE_XORG= xext USE_GNOME+= gtk20 -PLIST_SUB+= GTK="" +PLIST_FILES+= bin/nvclock_gtk .endif MAN1= nvclock.1 @@ -40,11 +42,6 @@ @${ECHO_MSG} "************************************************" @${ECHO_MSG} "" -post-patch: -.for i in src/gtk/Makefile.in src/backend/Makefile.in - @${REINPLACE_CMD} -e 's|"CFLAGS="|"CFLAGS+="|g' ${WRKSRC}/${i} -.endfor - do-install: @${GMAKE} -C ${WRKSRC}/src install @${GMAKE} -C ${WRKSRC} install-man diff -ruN --exclude=CVS /usr/ports/sysutils/nvclock.orig/distinfo /usr/ports/sysutils/nvclock/distinfo --- /usr/ports/sysutils/nvclock.orig/distinfo 2008-09-04 23:51:25.000000000 +0200 +++ /usr/ports/sysutils/nvclock/distinfo 2008-07-31 23:32:17.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (nvclock0.8b2.tar.gz) = 8b9f55115f3c5b7b9a9a16fe40cec4a5 -SHA256 (nvclock0.8b2.tar.gz) = b3c05f1cceb57a816cea096f9b71154c0ce5e2ec31febb85e3db831b0b3407aa -SIZE (nvclock0.8b2.tar.gz) = 316510 +MD5 (nvclock0.8b3a.tar.gz) = 8e5c47ff638603e4a7ccd1325ef765ef +SHA256 (nvclock0.8b3a.tar.gz) = 03a280f2369288310dd948a7f3f34eff2f843ed28db3b54f1edcb1a80294dae5 +SIZE (nvclock0.8b3a.tar.gz) = 326939 diff -ruN --exclude=CVS /usr/ports/sysutils/nvclock.orig/files/patch-configure.in /usr/ports/sysutils/nvclock/files/patch-configure.in --- /usr/ports/sysutils/nvclock.orig/files/patch-configure.in 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/sysutils/nvclock/files/patch-configure.in 2008-08-16 16:49:54.000000000 +0200 @@ -0,0 +1,27 @@ +--- configure.in.orig 2008-08-16 16:45:25.000000000 +0200 ++++ configure.in 2008-08-16 16:46:26.000000000 +0200 +@@ -120,12 +120,18 @@ + HAVE_NVCONTROL=no + fi + +- if test x"$HAVE_NVCONTROL" = "xyes" ; then +- X11_CFLAGS=$X_CFLAGS +- X11_LIBS="$X_LIBS $LIBS" +- AC_SUBST(X11_CFLAGS) +- AC_SUBST(X11_LIBS) +- AC_DEFINE([HAVE_NVCONTROL], [1], [NV-CONTROL support for changing OpenGL settings]) ++ if test x"$enable_nvcontrol" = "xyes"; then ++ PKG_CHECK_MODULES([X11], [x11], , AC_MSG_ERROR("X11 required for nvcontrol support")) ++ PKG_CHECK_MODULES([XEXT], [xext], , AC_MSG_ERROR("Xext required for nvcontrol support")) ++ ++ X11_CFLAGS="$X11_CFLAGS $XEXT_CFLAGS" ++ X11_LIBS="$X11_LIBS $XEXT_LIBS" ++ if test x"$X11_LIBS" != x ; then ++ HAVE_NVCONTROL=yes ++ AC_SUBST(X11_CFLAGS) ++ AC_SUBST(X11_LIBS) ++ AC_DEFINE([HAVE_NVCONTROL], [1], [NV-CONTROL support for changing OpenGL settings]) ++ fi + fi + fi + diff -ruN --exclude=CVS /usr/ports/sysutils/nvclock.orig/files/patch-src-gtk-main.c /usr/ports/sysutils/nvclock/files/patch-src-gtk-main.c --- /usr/ports/sysutils/nvclock.orig/files/patch-src-gtk-main.c 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/sysutils/nvclock/files/patch-src-gtk-main.c 2008-08-16 17:41:02.000000000 +0200 @@ -0,0 +1,22 @@ +--- src/gtk/main.c.orig 2008-08-16 17:39:31.000000000 +0200 ++++ src/gtk/main.c 2008-08-16 17:40:29.000000000 +0200 +@@ -255,6 +255,9 @@ + { + GtkWidget *window_nvclock; + ++ gtk_set_locale (); ++ gtk_init (&argc, &argv); ++ + /* Initialize nvclock. This must be done here instead of in the hardware backend + / because of the configuration file which gets initialized by init_nvclock. + */ +@@ -269,9 +272,6 @@ + return 0; + } + +- gtk_set_locale (); +- gtk_init (&argc, &argv); +- + window_nvclock = create_window_main (); + gtk_widget_show (window_nvclock); + diff -ruN --exclude=CVS /usr/ports/sysutils/nvclock.orig/pkg-plist /usr/ports/sysutils/nvclock/pkg-plist --- /usr/ports/sysutils/nvclock.orig/pkg-plist 2008-09-04 23:51:25.000000000 +0200 +++ /usr/ports/sysutils/nvclock/pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -bin/nvclock -%%GTK%%bin/nvclock_gtk --- nvclock-0.8.b3.a.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 23:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B6851065674 for ; Thu, 4 Sep 2008 23:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 509B08FC34 for ; Thu, 4 Sep 2008 23:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84NK2Aq066161 for ; Thu, 4 Sep 2008 23:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84NK2RR066160; Thu, 4 Sep 2008 23:20:02 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 23:20:02 GMT Message-Id: <200809042320.m84NK2RR066160@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mij Cc: Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mij List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 23:20:03 -0000 The following reply was made to PR ports/126867; it has been noted by GNATS. From: Mij To: bug-followup@FreeBSD.org, freebsdports@bindone.de Cc: Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins Date: Fri, 5 Sep 2008 01:03:05 +0200 The PAM log entry you report follows a failed login attempt, but in turn should be followed by SSHD's own log entry, that looks like Sep 4 20:25:46 voodoo sshd[19972]: Failed keyboard-interactive/pam for invalid user usrn from 1.2.3.4 port 51196 ssh2 this latter is what sshguard is sensitive to. If you examine the context around that line in your auth.log, what does it look like? From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 00:30:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A6681065678 for ; Fri, 5 Sep 2008 00:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 083C48FC14 for ; Fri, 5 Sep 2008 00:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m850U5he071745 for ; Fri, 5 Sep 2008 00:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m850U5Q5071742; Fri, 5 Sep 2008 00:30:05 GMT (envelope-from gnats) Date: Fri, 5 Sep 2008 00:30:05 GMT Message-Id: <200809050030.m850U5Q5071742@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: linimon@lonesome.com (Mark Linimon) Cc: Subject: Re: ports/126920: port upgrade: lang/ecl 0.9g->0.9l X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 00:30:06 -0000 The following reply was made to PR ports/126920; it has been noted by GNATS. From: linimon@lonesome.com (Mark Linimon) To: bug-followup@FreeBSD.org Cc: linimon@FreeBSD.org Subject: Re: ports/126920: port upgrade: lang/ecl 0.9g->0.9l Date: Thu, 4 Sep 2008 19:24:50 -0500 On Mon, Sep 01, 2008 at 09:51:02PM +0200, fulvio ciriaco wrote: > I read the porters handbook and have got a port of ecl > that should fulfill all requirements. > I accept to mantain the port, > but can put hands only on i386 and amd64. > Attached you will find the revised port, > Fulvio Content-Description: diff, from port diff > ===> Generating /home/fc/.porttools configuration file > ===> Generating patch > ===> Viewing diff with more > diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/Makefile /usr/ports/lang/ecl/Makefile > --- /usr/ports/lang/ecl.save/Makefile 2008-08-27 16:16:45.000000000 +0200 > +++ /usr/ports/lang/ecl/Makefile 2008-09-01 21:31:40.000000000 +0200 > @@ -2,36 +2,37 @@ > # Date created: 29 Januar 2004 > # Whom: Julian Stecklina > # > -# $FreeBSD: ports/lang/ecl/Makefile,v 1.17 2008/04/19 17:51:26 miwi Exp $ > +# $FreeBSD: ports/lang/ecl/Makefile,v 1.18 2008/08/24 00:00:00 fulvio Exp $ > # > > PORTNAME= ecl > -PORTVERSION= 0.9g > -PORTREVISION= 2 > +PORTVERSION= 0.9l > +PORTREVISION= 0 > CATEGORIES= lang lisp > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ecls > +EXTRACT_SUFX= .tgz > > -MAINTAINER= der_julian@web.de > +MAINTAINER= oivulf@gmail.com > COMMENT= An ANSI Common Lisp implementation > > -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 > +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc > > USE_GMAKE= yes > USE_PERL5_BUILD=yes > GNU_CONFIGURE= yes > -CONFIGURE_ARGS= --with-system-gmp --with-cmuformat=yes --enable-boehm=included > -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > -CPPFLAGS= -I${LOCALBASE}/include > +CONFIGURE_ARGS= --with-system-gmp --enable-boehm=system > +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" > +CFLAGS= -I${LOCALBASE}/include > LDFLAGS= -L${LOCALBASE}/lib > > -OPTIONS= ASDF "Enable ASDF building facility" on \ > +OPTIONS= \ > CLOS_STREAMS "Enable user defined stream objects" on \ > CLX "Enable X11 interface" off \ > SOCKETS "Enable socket interface" on \ > THREADS "Enable threading support" off > > -MAN1= ecl.1 > +MAN1= ecl.man ecl-config.man > INFO= ecl ecldev > > USE_LDCONFIG= yes > @@ -43,13 +44,7 @@ > BROKEN= Does not compile on ${ARCH} > .endif > > -.if !defined(WITHOUT_ASDF) > CONFIGURE_ARGS+=--with-asdf=yes > -PLIST_SUB+= ASDF="" > -.else > -CONFIGURE_ARGS+=--with-asdf=no > -PLIST_SUB+= ASDF="@comment " > -.endif > > .if !defined(WITHOUT_CLOS_STREAMS) > CONFIGURE_ARGS+=--with-clos-streams=yes > @@ -62,7 +57,7 @@ > .if defined(WITH_CLX) > USE_XORG= x11 > CONFIGURE_ARGS+=--with-clx=yes > -INFO+= clx > +#INFO+= clx > PLIST_SUB+= CLX="" > .else > CONFIGURE_ARGS+=--with-clx=no > @@ -90,4 +85,9 @@ > ${WRKSRC}/src/c/package.d ${WRKSRC}/src/c/threads.d > .endif > > +post-install: > + cd ${WRKSRC}/build/doc && ${MAKE} > + ${INSTALL_MAN} ${WRKSRC}/build/doc/*.man ${PREFIX}/man/man1 > + ${INSTALL_DATA} ${WRKSRC}/build/doc/*.info ${PREFIX}/${INFO_PATH} > + > .include > diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/distinfo /usr/ports/lang/ecl/distinfo > --- /usr/ports/lang/ecl.save/distinfo 2008-08-27 16:16:45.000000000 +0200 > +++ /usr/ports/lang/ecl/distinfo 2008-08-27 16:27:35.000000000 +0200 > @@ -1,3 +1,3 @@ > -MD5 (ecl-0.9g.tar.gz) = 0ecbecd6e7d4df23b963398cd823ea92 > -SHA256 (ecl-0.9g.tar.gz) = 4461d270a5b83c222afb8cd7be809a05fe03e67651fc8fd66c3e404dd548dbf9 > -SIZE (ecl-0.9g.tar.gz) = 4248870 > +MD5 (ecl-0.9l.tgz) = a2bff84ccd3a4aa76d14ee3a277038df > +SHA256 (ecl-0.9l.tgz) = a50a3289baeb2e1395e3d7f1e563da06c20e2a22ee174516ff4313122f2e7411 > +SIZE (ecl-0.9l.tgz) = 4989464 > diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/files/patch-src__gc__include__private__gcconfig.h /usr/ports/lang/ecl/files/patch-src__gc__include__private__gcconfig.h > --- /usr/ports/lang/ecl.save/files/patch-src__gc__include__private__gcconfig.h 2008-08-27 16:16:45.000000000 +0200 > +++ /usr/ports/lang/ecl/files/patch-src__gc__include__private__gcconfig.h 2008-08-27 16:37:57.000000000 +0200 > @@ -1,6 +1,6 @@ > ---- ./src/gc/include/private/gcconfig.h.orig Fri Aug 12 13:26:42 2005 > -+++ ./src/gc/include/private/gcconfig.h Sat Jun 24 22:58:57 2006 > -@@ -318,10 +318,6 @@ > +--- src/gc/include/private/gcconfig.h.orig 2007-03-28 09:59:40.000000000 +0200 > ++++ src/gc/include/private/gcconfig.h 2008-08-27 16:27:54.000000000 +0200 > +@@ -330,10 +330,6 @@ > # define OPENBSD > # define mach_type_known > # endif > @@ -11,7 +11,7 @@ > # if defined(__NetBSD__) && (defined(i386) || defined(__i386__)) > # define I386 > # define mach_type_known > -@@ -330,10 +326,24 @@ > +@@ -342,10 +338,24 @@ > # define X86_64 > # define mach_type_known > # endif > @@ -40,7 +40,7 @@ > # if defined(bsdi) && (defined(i386) || defined(__i386__)) > # define I386 > # define BSDI > -@@ -979,6 +989,9 @@ > +@@ -1017,6 +1027,9 @@ > # ifdef __ELF__ > # define DYNAMIC_LOADING > # endif > @@ -50,32 +50,10 @@ > extern char etext[]; > extern char edata[]; > extern char end[]; > -@@ -1215,15 +1228,15 @@ > +@@ -2009,6 +2022,23 @@ > # endif > # ifdef FREEBSD > # define OS_TYPE "FREEBSD" > --# ifndef GC_FREEBSD_THREADS > --# define MPROTECT_VDB > --# endif > - # define SIG_SUSPEND SIGUSR1 > - # define SIG_THR_RESTART SIGUSR2 > - # define FREEBSD_STACKBOTTOM > - # ifdef __ELF__ > - # define DYNAMIC_LOADING > - # endif > -+# ifndef GC_FREEBSD_THREADS > -+# define MPROTECT_VDB > -+# endif > - extern char etext[]; > - extern char * GC_FreeBSDGetDataStart(); > - # define DATASTART GC_FreeBSDGetDataStart(0x1000, &etext) > -@@ -1926,6 +1939,23 @@ > - # define PREFETCH(x) __builtin_prefetch((x), 0, 0) > - # define PREFETCH_FOR_WRITE(x) __builtin_prefetch((x), 1) > - # endif > -+# endif > -+# ifdef FREEBSD > -+# define OS_TYPE "FREEBSD" > +# define SIG_SUSPEND SIGUSR1 > +# define SIG_THR_RESTART SIGUSR2 > +# define FREEBSD_STACKBOTTOM > @@ -90,6 +68,9 @@ > +# define DATAEND (GC_find_limit (DATASTART, TRUE)) > +# define DATASTART2 ((ptr_t)(&edata)) > +# define DATAEND2 ((ptr_t)(&end)) > - # endif > - # ifdef NETBSD > - # define OS_TYPE "NETBSD" > ++# endif > ++# ifdef FREEBSD > ++# define OS_TYPE "FREEBSD" > + # ifndef GC_FREEBSD_THREADS > + # define MPROTECT_VDB > + # endif > diff -ruN --exclude=CVS /usr/ports/lang/ecl.save/pkg-plist /usr/ports/lang/ecl/pkg-plist > --- /usr/ports/lang/ecl.save/pkg-plist 2008-08-27 16:16:45.000000000 +0200 > +++ /usr/ports/lang/ecl/pkg-plist 2008-09-01 21:31:55.000000000 +0200 > @@ -1,32 +1,34 @@ > bin/ecl > bin/ecl-config > +include/ecl/bytecodes.h > +include/ecl/config.h > +include/ecl/configpre.h > +include/ecl/cs.h > +include/ecl/ecl-cmp.h > +include/ecl/ecl-inl.h > +include/ecl/ecl.h > +include/ecl/eval.h > +include/ecl/external.h > +include/ecl/internal.h > +include/ecl/number.h > +include/ecl/object.h > +include/ecl/page.h > +include/ecl/stacks.h > +include/ecl/unify.h > +%%CLX%%info/clx.info > lib/ecl/BUILD-STAMP > -%%ASDF%%lib/ecl/asdf.fas > +lib/ecl/asdf.fas > %%CLX%%lib/ecl/clx.fas > %%CLOS_STREAMS%%lib/ecl/cmp.fas > +lib/ecl/defsystem.fas > lib/ecl/dpp > lib/ecl/ecl_min > -lib/ecl/h/config.h > -lib/ecl/h/configpre.h > -lib/ecl/h/cs.h > -lib/ecl/h/ecl-cmp.h > -lib/ecl/h/ecl.h > -lib/ecl/h/eval.h > -lib/ecl/h/external.h > -lib/ecl/h/gc.h > -lib/ecl/h/gc_config_macros.h > -lib/ecl/h/gc_local_alloc.h > -lib/ecl/h/gc_pthread_redirects.h > -lib/ecl/h/gc_typed.h > -lib/ecl/h/leak_detector.h > -lib/ecl/h/lwp.h > -lib/ecl/h/number.h > -lib/ecl/h/object.h > -lib/ecl/h/page.h > -lib/ecl/h/stacks.h > -lib/ecl/h/unify.h > lib/ecl/help.doc > -lib/ecl/libecl.so > +lib/ecl/profile.fas > +lib/ecl/rt.fas > +lib/ecl/serve-event.fas > %%SOCKETS%%lib/ecl/sockets.fas > -@dirrm lib/ecl/h > +lib/ecl/sysfun.lsp > +lib/libecl.so > +@dirrm include/ecl > @dirrm lib/ecl > ===> Done From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 01:00:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 639881065670 for ; Fri, 5 Sep 2008 01:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40D5D8FC20 for ; Fri, 5 Sep 2008 01:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m851066i074296 for ; Fri, 5 Sep 2008 01:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85106KR074295; Fri, 5 Sep 2008 01:00:06 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 01:00:06 GMT Resent-Message-Id: <200809050100.m85106KR074295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pedro F. Giffuni" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 921FA1065675 for ; Fri, 5 Sep 2008 00:55:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 81FEA8FC15 for ; Fri, 5 Sep 2008 00:55:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m850tKtS074787 for ; Fri, 5 Sep 2008 00:55:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m850tKud074786; Fri, 5 Sep 2008 00:55:20 GMT (envelope-from nobody) Message-Id: <200809050055.m850tKud074786@www.freebsd.org> Date: Fri, 5 Sep 2008 00:55:20 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127099: science/silo: minor cleanups 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, 05 Sep 2008 01:00:06 -0000 >Number: 127099 >Category: ports >Synopsis: science/silo: minor cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 01:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: - Cleanup the Makefile OPTIONS and correct some typos. - This is in order to prepare for the update (which currently fails some regression tests). - No functional change. >How-To-Repeat: >Fix: diff -ruN silo.orig/Makefile silo/Makefile --- silo.orig/Makefile 2008-09-03 21:23:23.000000000 -0500 +++ silo/Makefile 2008-09-04 19:51:53.000000000 -0500 @@ -38,7 +38,7 @@ PLIST_SUB+= WITH_PYTHON="@comment " .endif -.ifdef WITH_FORTRAN +.ifdef WITH_HDF5 USE_FORTRAN= yes CONFIGURE_ENV+= ${MAKE_ENV} CONFIGURE_ARGS+= --enable-fortran @@ -48,15 +48,14 @@ .ifdef WITH_HDF5 LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 -CONFIGURE_ARGS= --with-hdf5=${LOCALBASE} +CONFIGURE_ARGS= --with-hdf5=${LOCALBASE}/include,${LOCALBASE}/lib PLIST_SUB+= WITH_HDF5="" -PLIST_SUB+= WITH_HDF5="@comment " +PLIST_SUB+= WITH_NCDF="@comment " LIBSILO= libsiloh5 .else PLIST_SUB+= WITH_HDF5="@comment " PLIST_SUB+= WITH_NCDF="" LIBSILO= libsilo - .endif .ifdef WITH_OPTIMIZATION @@ -64,7 +63,7 @@ .endif post-install: - @${RM} ${PREFIX}/lib/libsilo.settings + @${RM} ${PREFIX}/lib/libsilo*.settings @${MV} ${PREFIX}/lib/${LIBSILO}.so ${PREFIX}/lib/${LIBSILO}.so.4 @${LN} -sf ${PREFIX}/lib/${LIBSILO}.so.4 ${PREFIX}/lib/${LIBSILO}.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 01:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 552BA1065671 for ; Fri, 5 Sep 2008 01:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36CF28FC12 for ; Fri, 5 Sep 2008 01:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m851U2PG076586 for ; Fri, 5 Sep 2008 01:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m851U2C7076584; Fri, 5 Sep 2008 01:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 01:30:02 GMT Resent-Message-Id: <200809050130.m851U2C7076584@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tigger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E893106566C for ; Fri, 5 Sep 2008 01:27:01 +0000 (UTC) (envelope-from tigger@lilypie.com) Received: from lilypie.com (lilypie.com [67.19.138.162]) by mx1.freebsd.org (Postfix) with ESMTP id 303288FC1B for ; Fri, 5 Sep 2008 01:27:01 +0000 (UTC) (envelope-from tigger@lilypie.com) Received: (qmail 89599 invoked by uid 1001); 5 Sep 2008 01:00:17 -0000 Message-Id: <20080905010017.89598.qmail@lilypie.com> Date: 5 Sep 2008 01:00:17 -0000 From: Tigger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127100: [maintainer update] sysutils/sysupdate Port update, support for 7.1 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tigger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 01:30:02 -0000 >Number: 127100 >Category: ports >Synopsis: [maintainer update] sysutils/sysupdate Port update, support for 7.1 release >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 01:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tigger >Release: FreeBSD 7.0-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD edward.lilypie.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #4: Sun Jul 20 10:55:47 EST 2008 tigger@edward.lilypie.com:/var/obj/var/src/sys/EDWARD i386 >Description: >How-To-Repeat: >Fix: diff -Nur /usr/ports/sysutils/sysupdate/Makefile ./sysupdate/port/Makefile --- /usr/ports/sysutils/sysupdate/Makefile 2008-02-27 21:36:41.000000000 +1100 +++ ./sysupdate/port/Makefile 2008-09-04 16:50:56.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= sysupdate -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lvl diff -Nur /usr/ports/sysutils/sysupdate/distinfo ./sysupdate/port/distinfo --- /usr/ports/sysutils/sysupdate/distinfo 2008-02-27 21:36:41.000000000 +1100 +++ ./sysupdate/port/distinfo 2008-09-05 09:19:50.000000000 +1000 @@ -1,3 +1,3 @@ -MD5 (sysupdate.sh-0.5.2.tar.gz) = c03d2c9ad98930035badde075bfdf41a -SHA256 (sysupdate.sh-0.5.2.tar.gz) = 76bbd5fb89f0a74ded91142ce2b18cc74e3e8a9f9bb4db520a22b172a94ba286 -SIZE (sysupdate.sh-0.5.2.tar.gz) = 17733 +MD5 (sysupdate.sh-0.5.3.tar.gz) = 417ed0653366a0e9549cb30e961e3929 +SHA256 (sysupdate.sh-0.5.3.tar.gz) = 5e259267f172191b77d3759d7c8b4c98fed60082fb29732688606a5890f9945e +SIZE (sysupdate.sh-0.5.3.tar.gz) = 17790 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 02:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D385A1065674 for ; Fri, 5 Sep 2008 02:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC8D68FC2D for ; Fri, 5 Sep 2008 02:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m852K3Zo081495 for ; Fri, 5 Sep 2008 02:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m852K3Ei081494; Fri, 5 Sep 2008 02:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 02:20:03 GMT Resent-Message-Id: <200809050220.m852K3Ei081494@freefall.freebsd.org> 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 Goncharov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A69C1065678 for ; Fri, 5 Sep 2008 02:11:25 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id 40CAB8FC34 for ; Fri, 5 Sep 2008 02:11:24 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA09.westchester.pa.mail.comcast.net ([76.96.62.20]) by QMTA04.westchester.pa.mail.comcast.net with comcast id AoAg1a00L0SCNGk54qBQNZ; Fri, 05 Sep 2008 02:11:24 +0000 Received: from daland.home ([24.61.21.4]) by OMTA09.westchester.pa.mail.comcast.net with comcast id AqBP1a00B05H7zL3VqBPTf; Fri, 05 Sep 2008 02:11:24 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KbQnD-000LQH-3w for FreeBSD-gnats-submit@freebsd.org; Thu, 04 Sep 2008 22:11:23 -0400 Message-Id: Date: Thu, 04 Sep 2008 22:11:23 -0400 From: Alex Goncharov Sender: Alex Goncharov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127101: [maintainer update] databases/postgresql-odbc: a minor cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 02:20:04 -0000 >Number: 127101 >Category: ports >Synopsis: [maintainer update] databases/postgresql-odbc: a minor cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 02:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alex Goncharov >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: >Description: A better handling of port data and document installation. >How-To-Repeat: >Fix: A patch enclosed, to be run from /usr/ports. --- databases-postgresql-odbc.diff begins here --- diff -ruN databases/postgresql-odbc.orig/Makefile databases/postgresql-odbc/Makefile --- databases/postgresql-odbc.orig/Makefile 2008-09-04 19:33:43.000000000 -0400 +++ databases/postgresql-odbc/Makefile 2008-09-04 20:16:46.000000000 -0400 @@ -55,18 +55,13 @@ DATADIR_1= ${DATADIR}/odbc DOCSDIR_1= ${DOCSDIR}/odbc post-install: +.if !defined(NOPORTDATA) @${MKDIR} ${DATADIR_1} - ${INSTALL_DATA} ${WRKSRC}/odbc.sql ${DATADIR_1} - ${INSTALL_DATA} ${WRKSRC}/odbc-drop.sql ${DATADIR_1} + ${INSTALL_DATA} ${WRKSRC}/*.sql ${DATADIR_1} +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR_1} - ${TAR} -C ${WRKSRC}/docs --exclude '*Makefile*' -cf - . \ - | ${TAR} -C ${DOCSDIR_1} --unlink -xf - -.if !defined(INSTALL_AS_USER) - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR_1} - ${FIND} ${DOCSDIR_1} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - ${FIND} ${DOCSDIR_1} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 -.endif + ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR_1} .endif .include diff -ruN databases/postgresql-odbc.orig/pkg-plist databases/postgresql-odbc/pkg-plist --- databases/postgresql-odbc.orig/pkg-plist 2008-09-04 19:33:43.000000000 -0400 +++ databases/postgresql-odbc/pkg-plist 2008-09-04 20:04:17.000000000 -0400 @@ -15,6 +15,6 @@ %%PORTDOCS%%%%DOCSDIR%%/odbc/unix-compilation.html %%PORTDOCS%%%%DOCSDIR%%/odbc/win32-compilation.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/odbc -share/postgresql/odbc/odbc-drop.sql -share/postgresql/odbc/odbc.sql -@dirrm share/postgresql/odbc +%%PORTDATA%%%%DATADIR%%/odbc/odbc-drop.sql +%%PORTDATA%%%%DATADIR%%/odbc/odbc.sql +%%PORTDATA%%@dirrm %%DATADIR%%/odbc --- databases-postgresql-odbc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:07:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83A7C106566B; Fri, 5 Sep 2008 03:07:03 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE638FC1E; Fri, 5 Sep 2008 03:07:03 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8537379084962; Fri, 5 Sep 2008 03:07:03 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85373rj084958; Fri, 5 Sep 2008 03:07:03 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:07:03 GMT Message-Id: <200809050307.m85373rj084958@freefall.freebsd.org> To: jharris@widomaker.com, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127059: [PATCH]sysutils/file: update to 4.26 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, 05 Sep 2008 03:07:03 -0000 Synopsis: [PATCH]sysutils/file: update to 4.26 Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:07:02 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127059 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:07:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12B5D1065671; Fri, 5 Sep 2008 03:07:06 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E021E8FC1F; Fri, 5 Sep 2008 03:07:05 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85375ok085031; Fri, 5 Sep 2008 03:07:05 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m853757N085027; Fri, 5 Sep 2008 03:07:05 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:07:05 GMT Message-Id: <200809050307.m853757N085027@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127092: port upgrade: devel/monotone 0.41 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, 05 Sep 2008 03:07:06 -0000 Synopsis: port upgrade: devel/monotone 0.41 Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:07:05 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127092 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:07:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 994831065675; Fri, 5 Sep 2008 03:07:08 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 72C3E8FC19; Fri, 5 Sep 2008 03:07:08 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85378an085100; Fri, 5 Sep 2008 03:07:08 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85378Rb085096; Fri, 5 Sep 2008 03:07:08 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:07:08 GMT Message-Id: <200809050307.m85378Rb085096@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127099: science/silo: minor cleanups 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, 05 Sep 2008 03:07:08 -0000 Synopsis: science/silo: minor cleanups Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:07:08 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127099 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:07:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9D10656A0; Fri, 5 Sep 2008 03:07:11 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 088058FC24; Fri, 5 Sep 2008 03:07:11 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8537AS0085169; Fri, 5 Sep 2008 03:07:10 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8537A1J085165; Fri, 5 Sep 2008 03:07:10 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:07:10 GMT Message-Id: <200809050307.m8537A1J085165@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127100: [maintainer update] sysutils/sysupdate Port update, support for 7.1 release 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, 05 Sep 2008 03:07:11 -0000 Synopsis: [maintainer update] sysutils/sysupdate Port update, support for 7.1 release Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:07:10 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127100 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:07:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E9951065671; Fri, 5 Sep 2008 03:07:13 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7832C8FC24; Fri, 5 Sep 2008 03:07:13 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8537DLj085238; Fri, 5 Sep 2008 03:07:13 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8537D6o085234; Fri, 5 Sep 2008 03:07:13 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:07:13 GMT Message-Id: <200809050307.m8537D6o085234@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/127101: [maintainer update] databases/postgresql-odbc: a minor cleanup 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, 05 Sep 2008 03:07:13 -0000 Synopsis: [maintainer update] databases/postgresql-odbc: a minor cleanup Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:07:13 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127101 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:13:48 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B581065678; Fri, 5 Sep 2008 03:13:48 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A07A78FC0A; Fri, 5 Sep 2008 03:13:48 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m853DmOu086616; Fri, 5 Sep 2008 03:13:48 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m853DmJH086612; Fri, 5 Sep 2008 03:13:48 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:13:48 GMT Message-Id: <200809050313.m853DmJH086612@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/126689: databases/couchdb should list lang/erlang-lite as dependency 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, 05 Sep 2008 03:13:48 -0000 Synopsis: databases/couchdb should list lang/erlang-lite as dependency Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:13:48 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126689 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:13:51 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23FE91065688; Fri, 5 Sep 2008 03:13:51 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA3C68FC13; Fri, 5 Sep 2008 03:13:50 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (lippe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m853DoLm086685; Fri, 5 Sep 2008 03:13:50 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m853DoDx086681; Fri, 5 Sep 2008 03:13:50 GMT (envelope-from lippe) Date: Fri, 5 Sep 2008 03:13:50 GMT Message-Id: <200809050313.m853DoDx086681@freefall.freebsd.org> To: bacon@smithers.neuro.mcw.edu, lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Cc: Subject: Re: ports/125706: Update math/vtk5 to version 5.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: Fri, 05 Sep 2008 03:13:51 -0000 Synopsis: Update math/vtk5 to version 5.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Fri Sep 5 03:13:50 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125706 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AC78106566C for ; Fri, 5 Sep 2008 03:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50A3A8FC17 for ; Fri, 5 Sep 2008 03:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m853U4sd087782 for ; Fri, 5 Sep 2008 03:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m853U4kA087779; Fri, 5 Sep 2008 03:30:04 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 03:30:04 GMT Resent-Message-Id: <200809050330.m853U4kA087779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB2551065678 for ; Fri, 5 Sep 2008 03:27:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ABCFD8FC13 for ; Fri, 5 Sep 2008 03:27:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m853RvQJ025180 for ; Fri, 5 Sep 2008 03:27:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m853RvcV025179; Fri, 5 Sep 2008 03:27:57 GMT (envelope-from nobody) Message-Id: <200809050327.m853RvcV025179@www.freebsd.org> Date: Fri, 5 Sep 2008 03:27:57 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127103: math/fftw3: add regression-test 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, 05 Sep 2008 03:30:04 -0000 >Number: 127103 >Category: ports >Synopsis: math/fftw3: add regression-test >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 03:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: A total of 42 ports depend on math/fftw3, so it seems reasonable tu support a regression-test target. >How-To-Repeat: >Fix: diff -ruN fftw3.orig/Makefile fftw3/Makefile --- fftw3.orig/Makefile 2008-06-19 11:46:23.000000000 -0500 +++ fftw3/Makefile 2008-06-19 13:29:12.000000000 -0500 @@ -115,4 +115,7 @@ @${INSTALL_MAN} ${WRKSRC}/tools/fftw${FFTW3_SUFX}-wisdom.1 ${PREFIX}/man/man1 .endif +regression-test: build + @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} smallcheck + .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 03:30:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2644106564A; Fri, 5 Sep 2008 03:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8BAE98FC18; Fri, 5 Sep 2008 03:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m853UFTj088598; Fri, 5 Sep 2008 03:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m853UFgM088592; Fri, 5 Sep 2008 03:30:15 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 03:30:15 GMT Message-Id: <200809050330.m853UFgM088592@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127103: math/fftw3: add regression-test 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, 05 Sep 2008 03:30:15 -0000 Synopsis: math/fftw3: add regression-test Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 03:30:15 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127103 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 08:00:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45AA0106569F for ; Fri, 5 Sep 2008 08:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8788FC35 for ; Fri, 5 Sep 2008 08:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8580DBh043499 for ; Fri, 5 Sep 2008 08:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8580DUZ043497; Fri, 5 Sep 2008 08:00:13 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 08:00:13 GMT Resent-Message-Id: <200809050800.m8580DUZ043497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95C2D1065683 for ; Fri, 5 Sep 2008 07:58:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 83D9D8FC1D for ; Fri, 5 Sep 2008 07:58:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m857wCSf066977 for ; Fri, 5 Sep 2008 07:58:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m857wCaG066974; Fri, 5 Sep 2008 07:58:12 GMT (envelope-from nobody) Message-Id: <200809050758.m857wCaG066974@www.freebsd.org> Date: Fri, 5 Sep 2008 07:58:12 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127104: OTRS/PostgreSQL 8.3.3 error: Syntax error in OTRS-CGI-10 root@localhost can't login due to possible syntax error in Perl module 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, 05 Sep 2008 08:00:14 -0000 >Number: 127104 >Category: ports >Synopsis: OTRS/PostgreSQL 8.3.3 error: Syntax error in OTRS-CGI-10 root@localhost can't login due to possible syntax error in Perl module >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 08:00:13 UTC 2008 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 7.1-PRE >Organization: FU Berlin >Environment: OS: FreeBSD 7.1-PRE DB: PostgreSQL 8.3.3 WWW: Lighttpd 1.4.19_1 >Description: When trying logging in into OTRS as 'root@localhost' with password 'root' for the very first time as described in the documentation (after a successful installation) this error occurs on the host running OTRS: -- Sep 5 07:47:35 munin kernel: Sep 5 07:47:35 munin OTRS-CGI-10[88359]: [Error][Kernel::System::Valid::ValidIDsGet][Line:120]: ERROR: permission denied for relation valid, SQL: 'SELECT id FROM valid WHERE name = 'valid'' Sep 5 07:47:35 munin kernel: Sep 5 07:47:35 munin OTRS-CGI-10[88359]: [Error][Kernel::System::Auth::DB::Auth][Line:93]: ERROR: syntax error at or near ")" LINE 1: SELECT pw, id FROM users WHERE valid_id IN ( ) AND log... ^, SQL: 'SELECT pw, id FROM users WHERE valid_id IN ( ) AND login = 'root@localhost'' -- Remark: the database already do have an administrative user/operator which is capable of logging in, so there should be no access vilation problem. >How-To-Repeat: Install lighttpd-1.4.19, postgresql-8.3.3 on a FreeBSD 7.1-PRE box, follow the instructions of the OTRS docu how to initiate first time schemata and then try to login via https://host/otrs-web/ >Fix: None known. Even recompiling/reinstalling every Perl-5 related modules (everything OTRS needs and further more, /var/db/pkg/p5-*) does not fix the problem. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 08:09:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B82391065674 for ; Fri, 5 Sep 2008 08:09:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 362BA8FC17 for ; Fri, 5 Sep 2008 08:09:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m857qKrd002725; Fri, 5 Sep 2008 09:52:20 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m857qKlB002724; Fri, 5 Sep 2008 09:52:20 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Bernhard Froehlich In-Reply-To: <20080905001259.5a120f01@chii.bluelife.at> References: <200809042054.m84KsFRL052937@freefall.freebsd.org> <20080905001259.5a120f01@chii.bluelife.at> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PEuiXfYZcQPuCGSwqnVz" Date: Fri, 05 Sep 2008 09:52:19 +0200 Message-Id: <1220601139.4414.120.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/126786: [PATCH] sysutils/nvclock: update to 0.8b3a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 08:09:26 -0000 --=-PEuiXfYZcQPuCGSwqnVz Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Bernhard Froehlich p=ED=B9e v p=E1 05. 09. 2008 v 00:12 +0200: > > The patch in the PR is malformed - long lines got wrapped. > > Can you resend, making sure the patch arrives intact? > >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D126786 >=20 > I'll try my best and sorry for the inconvenience. Thanks, this patch arrived correct. The update is now committed to the CVS. --=20 Pav Lucistnik It's ten o'clock; do you know where your processes are? --=-PEuiXfYZcQPuCGSwqnVz Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkjA5TMACgkQntdYP8FOsoJBTgCggtXcX0LEMrHmrHpOiUJUBEuv gWoAnizV5LmvVHuYAhhrXK4Ot0l4RHYk =ot04 -----END PGP SIGNATURE----- --=-PEuiXfYZcQPuCGSwqnVz-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 08:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 882A31065674 for ; Fri, 5 Sep 2008 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 652CE8FC29 for ; Fri, 5 Sep 2008 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m858e1IO047921 for ; Fri, 5 Sep 2008 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m858e1Eh047920; Fri, 5 Sep 2008 08:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 08:40:01 GMT Resent-Message-Id: <200809050840.m858e1Eh047920@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFA3B106564A for ; Fri, 5 Sep 2008 08:34:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DEF378FC12 for ; Fri, 5 Sep 2008 08:34:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m858YvFB090317 for ; Fri, 5 Sep 2008 08:34:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m858YvJB090316; Fri, 5 Sep 2008 08:34:57 GMT (envelope-from nobody) Message-Id: <200809050834.m858YvJB090316@www.freebsd.org> Date: Fri, 5 Sep 2008 08:34:57 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127106: [PATCH]devel/libevent: update to 1.4.7; add test target 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, 05 Sep 2008 08:40:01 -0000 >Number: 127106 >Category: ports >Synopsis: [PATCH]devel/libevent: update to 1.4.7; add test target >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 08:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: "Fix a bug where headers arriving in multiple packets were not parsed" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libevent.orig/Makefile libevent/Makefile --- libevent.orig/Makefile 2008-09-05 02:26:44.880955337 -0400 +++ libevent/Makefile 2008-09-05 04:19:55.710028955 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libevent -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ DISTNAME= ${PORTNAME}-${DISTVERSION}-stable @@ -89,4 +89,7 @@ @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/epoll.c ${WRKSRC}/epoll_sub.c ${WRKSRC}/evdns.c +regression-test: build + @(${SH} ${WRKSRC}/test/regress) + .include diff -ruN libevent.orig/distinfo libevent/distinfo --- libevent.orig/distinfo 2008-09-05 02:26:44.880955337 -0400 +++ libevent/distinfo 2008-09-05 03:33:20.352367765 -0400 @@ -1,3 +1,3 @@ -MD5 (libevent-1.4.6-stable.tar.gz) = aa117491800fb0c2583928a3fb7af591 -SHA256 (libevent-1.4.6-stable.tar.gz) = 6a22a0c1bb6215e5570032db1b3d2cc8aa0441e6924636c4ea2f6db25a99fb0e -SIZE (libevent-1.4.6-stable.tar.gz) = 487598 +MD5 (libevent-1.4.7-stable.tar.gz) = f247d0671ea4fc95b191daf79cb762a0 +SHA256 (libevent-1.4.7-stable.tar.gz) = 24f4fbfe7a7ae60f9653dc0834aa5a539b9406c2ef80498e9240e402a2c7705b +SIZE (libevent-1.4.7-stable.tar.gz) = 487753 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 08:40:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92133106566C; Fri, 5 Sep 2008 08:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69D3A8FC15; Fri, 5 Sep 2008 08:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m858eA3K048100; Fri, 5 Sep 2008 08:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m858eAsP048096; Fri, 5 Sep 2008 08:40:10 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 08:40:10 GMT Message-Id: <200809050840.m858eAsP048096@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mnag@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127106: [PATCH]devel/libevent: update to 1.4.7; add test target 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, 05 Sep 2008 08:40:10 -0000 Synopsis: [PATCH]devel/libevent: update to 1.4.7; add test target Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 08:40:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127106 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 09:00:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951E61065689 for ; Fri, 5 Sep 2008 09:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D09B8FC37 for ; Fri, 5 Sep 2008 09:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8590Buh048624 for ; Fri, 5 Sep 2008 09:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8590BWG048623; Fri, 5 Sep 2008 09:00:11 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 09:00:11 GMT Resent-Message-Id: <200809050900.m8590BWG048623@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Peremy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAAB21065683 for ; Fri, 5 Sep 2008 08:58:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D97788FC0A for ; Fri, 5 Sep 2008 08:58:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m858wpmc016982 for ; Fri, 5 Sep 2008 08:58:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m858wplV016979; Fri, 5 Sep 2008 08:58:51 GMT (envelope-from nobody) Message-Id: <200809050858.m858wplV016979@www.freebsd.org> Date: Fri, 5 Sep 2008 08:58:51 GMT From: Peter Peremy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127107: [patch] Fix graphics/jogl dependencies 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, 05 Sep 2008 09:00:11 -0000 >Number: 127107 >Category: ports >Synopsis: [patch] Fix graphics/jogl dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 09:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Peter Peremy >Release: 7.0-STABLE >Organization: n/a >Environment: FreeBSD turion.vk2pj.dyndns.org 7.0-STABLE FreeBSD 7.0-STABLE #22: Sat May 17 09:56:40 EST 2008 root@turion.vk2pj.dyndns.org:/usr/obj/usr/src/sys/turion amd64 >Description: Add missing build dependencies. No PORTREVISION bump because this is build-time only. Reported by: pointyhat >How-To-Repeat: Install jogl dependencies as packages then build jogl. It will fail to build, reporting [cc] In file included from /work/a/ports/graphics/jogl/work/jogl/src/native/jogl/JAWT_DrawingSurfaceInfo.c:40: [cc] /usr/local/jdk1.6.0/include/freebsd/jawt_md.h:13:27: error: X11/Intrinsic.h: No such file or directory See (eg): http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20080819154558/jogl-1.1.1.log The problem is that build dependencies in jogl are incomplete, though this isn't apparent if java is built as a port. >Fix: Patch attached with submission follows: Index: graphics/jogl/Makefile =================================================================== RCS file: /usr/ncvs/ports/graphics/jogl/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- graphics/jogl/Makefile 11 Jun 2008 13:08:31 -0000 1.1 +++ graphics/jogl/Makefile 5 Sep 2008 08:20:23 -0000 @@ -23,8 +23,11 @@ Xfixes.3:${PORTSDIR}/x11/libXfixes \ Xxf86vm.1:${PORTSDIR}/x11/libXxf86vm \ drm.2:${PORTSDIR}/graphics/libdrm -BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \ - ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr +BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \ + ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr \ + ${LOCALBASE}/include/X11/extensions/xf86vmode.h:${PORTSDIR}/x11/xf86vidmodeproto \ + ${LOCALBASE}/include/X11/Core.h:${PORTSDIR}/x11-toolkits/libXt \ + ${LOCALBASE}/include/X11/X.h:${PORTSDIR}/x11/xproto RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper NO_WRKSUBDIR= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 09:51:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FDC41065670; Fri, 5 Sep 2008 09:51:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5598E8FC12; Fri, 5 Sep 2008 09:51:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m859pRDk053940; Fri, 5 Sep 2008 09:51:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m859pPFL053936; Fri, 5 Sep 2008 09:51:25 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 09:51:25 GMT Message-Id: <200809050951.m859pPFL053936@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127104: devel/otrs - OTRS/PostgreSQL 8.3.3 error: Syntax error in OTRS-CGI-10 root@localhost can't login due to possible syntax error in Perl module 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, 05 Sep 2008 09:51:27 -0000 Synopsis: devel/otrs - OTRS/PostgreSQL 8.3.3 error: Syntax error in OTRS-CGI-10 root@localhost can't login due to possible syntax error in Perl module Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 09:51:24 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127104 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 09:57:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80DDD1065678; Fri, 5 Sep 2008 09:57:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 498108FC12; Fri, 5 Sep 2008 09:57:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m859vCAH054029; Fri, 5 Sep 2008 09:57:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m859vC9U054025; Fri, 5 Sep 2008 09:57:12 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 09:57:12 GMT Message-Id: <200809050957.m859vC9U054025@freefall.freebsd.org> To: peterjeremy@optushome.com.au, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127107: [patch] Fix graphics/jogl dependencies 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, 05 Sep 2008 09:57:13 -0000 Synopsis: [patch] Fix graphics/jogl dependencies State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 5 09:56:47 UTC 2008 State-Changed-Why: Can yuo please see if USE_XORG= xproto xt xf86vidmodeproto works? Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 09:56:47 UTC 2008 Responsible-Changed-Why: I'll trakc it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127107 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:51:37 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7ADF1065679; Fri, 5 Sep 2008 11:51:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE7EF8FC18; Fri, 5 Sep 2008 11:51:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Bpbj6064206; Fri, 5 Sep 2008 11:51:37 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85BpbFC064202; Fri, 5 Sep 2008 11:51:37 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:51:37 GMT Message-Id: <200809051151.m85BpbFC064202@freefall.freebsd.org> To: jw@innerewut.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126417: [PATCH] devel/rubygem-activesupport: update to 2.1.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, 05 Sep 2008 11:51:38 -0000 Synopsis: [PATCH] devel/rubygem-activesupport: update to 2.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:51:37 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126417 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:55:41 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E32D106564A; Fri, 5 Sep 2008 11:55:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75B178FC1C; Fri, 5 Sep 2008 11:55:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85BtfCa064321; Fri, 5 Sep 2008 11:55:41 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85BtfpE064317; Fri, 5 Sep 2008 11:55:41 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:55:41 GMT Message-Id: <200809051155.m85BtfpE064317@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126957: [NEW PORT] graphics/py25-graph: A library for working with graphs in Python 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, 05 Sep 2008 11:55:41 -0000 Synopsis: [NEW PORT] graphics/py25-graph: A library for working with graphs in Python Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:55:41 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126957 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:55:43 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEF7C1065670; Fri, 5 Sep 2008 11:55:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96D408FC22; Fri, 5 Sep 2008 11:55:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85BthPv064387; Fri, 5 Sep 2008 11:55:43 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Bth4f064383; Fri, 5 Sep 2008 11:55:43 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:55:43 GMT Message-Id: <200809051155.m85Bth4f064383@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127000: Update port: print/latex-etoolbox Update to version 1.7 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, 05 Sep 2008 11:55:43 -0000 Synopsis: Update port: print/latex-etoolbox Update to version 1.7 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:55:43 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127000 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:55:45 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECBE8106564A; Fri, 5 Sep 2008 11:55:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C50108FC0A; Fri, 5 Sep 2008 11:55:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85BtjJL064453; Fri, 5 Sep 2008 11:55:45 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85BtjLW064449; Fri, 5 Sep 2008 11:55:45 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:55:45 GMT Message-Id: <200809051155.m85BtjLW064449@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126823: move port www/phpSysInfo to www/phpsysinfo-dev 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, 05 Sep 2008 11:55:46 -0000 Synopsis: move port www/phpSysInfo to www/phpsysinfo-dev Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:55:45 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126823 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:55:48 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22D1D1065677; Fri, 5 Sep 2008 11:55:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA4C28FC17; Fri, 5 Sep 2008 11:55:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85BtlpC064519; Fri, 5 Sep 2008 11:55:47 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Btlpe064515; Fri, 5 Sep 2008 11:55:47 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:55:47 GMT Message-Id: <200809051155.m85Btlpe064515@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126999: New port: print/latex-csquotes Quotation facilities for LaTeX 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, 05 Sep 2008 11:55:48 -0000 Synopsis: New port: print/latex-csquotes Quotation facilities for LaTeX Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:55:47 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126999 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:55:50 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F8EE106566C; Fri, 5 Sep 2008 11:55:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17C868FC1E; Fri, 5 Sep 2008 11:55:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Btnm1064585; Fri, 5 Sep 2008 11:55:49 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85BtnaV064581; Fri, 5 Sep 2008 11:55:49 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:55:49 GMT Message-Id: <200809051155.m85BtnaV064581@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/124981: [NEW PORT] sysutils/mogilefs-php: MogileFS PHP Extension 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, 05 Sep 2008 11:55:50 -0000 Synopsis: [NEW PORT] sysutils/mogilefs-php: MogileFS PHP Extension Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:55:49 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=124981 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 11:55:52 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6058B1065674; Fri, 5 Sep 2008 11:55:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 37D1D8FC21; Fri, 5 Sep 2008 11:55:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85BtqiN064651; Fri, 5 Sep 2008 11:55:52 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85BtqaT064647; Fri, 5 Sep 2008 11:55:52 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 11:55:52 GMT Message-Id: <200809051155.m85BtqaT064647@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127039: [NEW PORT] mail/bogofilter-tc: Fast, teachable, learning spam detector 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, 05 Sep 2008 11:55:52 -0000 Synopsis: [NEW PORT] mail/bogofilter-tc: Fast, teachable, learning spam detector Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 11:55:51 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127039 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:09:57 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37A61065679; Fri, 5 Sep 2008 12:09:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC7C8FC08; Fri, 5 Sep 2008 12:09:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85C9vc5065207; Fri, 5 Sep 2008 12:09:57 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85C9v86065203; Fri, 5 Sep 2008 12:09:57 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 12:09:57 GMT Message-Id: <200809051209.m85C9v86065203@freefall.freebsd.org> To: saper@SYSTEM.PL, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/125809: [NEW PORT] www/greasemonkey: Add bits of DHTML to any web page to change its behavior 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, 05 Sep 2008 12:09:57 -0000 Synopsis: [NEW PORT] www/greasemonkey: Add bits of DHTML to any web page to change its behavior State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Fri Sep 5 12:08:46 UTC 2008 State-Changed-Why: Feedback timeout. please feel free to follow-up this PR so that we can re-open it. http://www.freebsd.org/cgi/query-pr.cgi?pr=125809 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C971065675 for ; Fri, 5 Sep 2008 12:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66A7C8FC14 for ; Fri, 5 Sep 2008 12:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CK1IF067115 for ; Fri, 5 Sep 2008 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CK17I067114; Fri, 5 Sep 2008 12:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 12:20:01 GMT Resent-Message-Id: <200809051220.m85CK17I067114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Skvortsov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D47EC106564A; Fri, 5 Sep 2008 12:16:37 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C48458FC12; Fri, 5 Sep 2008 12:16:37 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CGbH2067051; Fri, 5 Sep 2008 12:16:37 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CGb7l067050; Fri, 5 Sep 2008 12:16:37 GMT (envelope-from skv) Message-Id: <200809051216.m85CGb7l067050@freefall.freebsd.org> Date: Fri, 5 Sep 2008 12:16:37 GMT From: Sergey Skvortsov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rink@FreeBSD.org Subject: ports/127108: [PATCH] www/p5-ClearSilver: [SUMMARIZE CHANGES] 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, 05 Sep 2008 12:20:01 -0000 >Number: 127108 >Category: ports >Synopsis: [PATCH] www/p5-ClearSilver: [SUMMARIZE CHANGES] >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: Fri Sep 05 12:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD vega.protey.ru 7.0-STABLE FreeBSD 7.0-STABLE #2: Tue Jul 15 15:38:46 MSD 2008 >Description: - fix perl_render() - avoid "uninitialized value" warnings - fix perlcs_parseString() - correct malloc: use len+1 instead of len Added file(s): - files/patch-ClearSilver.xs Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-ClearSilver-0.10.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-ClearSilver/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 19 Feb 2008 10:12:11 -0000 1.4 +++ Makefile 5 Sep 2008 10:57:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= ClearSilver PORTVERSION= 0.10.5 +PORTREVISION= 1 CATEGORIES= www perl5 PKGNAMEPREFIX= p5- DISTFILES= @@ -14,8 +15,8 @@ MAINTAINER= rink@FreeBSD.org COMMENT= Perl bindings for fast and powerful template system -BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \ - ${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract +BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver +EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract PERL_CONFIGURE= yes CONFIGURE_ARGS= INC="-I${LOCALBASE}/include/ClearSilver" Index: files/patch-ClearSilver.xs =================================================================== RCS file: files/patch-ClearSilver.xs diff -N files/patch-ClearSilver.xs --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ClearSilver.xs 5 Sep 2008 10:57:33 -0000 @@ -0,0 +1,343 @@ +--- ClearSilver.xs 2007-07-12 05:31:34.000000000 +0400 ++++ ClearSilver.xs 2008-09-05 14:23:49.000000000 +0400 +@@ -21,6 +21,7 @@ + typedef perlCS* ClearSilver__CS; + + static char* g_sort_func_name; ++static HV *hdf_stash, *cs_stash; + + static void debug(char* fmt, ...) + { +@@ -64,14 +65,13 @@ + SAVETMPS; + + PUSHMARK(SP); +- sv_a = sv_newmortal(); +- sv_setref_pv(sv_a, "ClearSilver::HDF", (void*)&a); ++ EXTEND(SP, 2); + +- sv_b = sv_newmortal(); +- sv_setref_pv(sv_b, "ClearSilver::HDF", (void*)&b); ++ sv_a = sv_2mortal(sv_bless(newRV_noinc( newSViv(PTR2IV( &a )) ), hdf_stash)); ++ sv_b = sv_2mortal(sv_bless(newRV_noinc( newSViv(PTR2IV( &b )) ), hdf_stash)); + +- XPUSHs(sv_a); +- XPUSHs(sv_b); ++ PUSHs(sv_a); ++ PUSHs(sv_b); + + PUTBACK; + +@@ -93,27 +93,30 @@ + } + + ++MODULE = ClearSilver PACKAGE = ClearSilver::HDF PREFIX = perlhdf_ + ++PROTOTYPES: DISABLE + ++BOOT: ++{ ++ hdf_stash = gv_stashpv("ClearSilver::HDF", TRUE); ++} + +-MODULE = ClearSilver PACKAGE = ClearSilver::HDF PREFIX = perlhdf_ +- +-ClearSilver::HDF +-perlhdf_new(self) +- char* self +- PREINIT: +- ClearSilver__HDF hdf; ++void ++perlhdf_new(class) + CODE: +- debug("%s\n", self); ++ { ++ ClearSilver__HDF hdf; ++ + hdf = (ClearSilver__HDF)malloc(sizeof(perlHDF)); +- if (!hdf) { +- RETVAL = NULL; +- } else { +- hdf->err = hdf_init(&(hdf->hdf)); +- RETVAL = hdf; +- } +- OUTPUT: +- RETVAL ++ if (!hdf) ++ XSRETURN_UNDEF; ++ ++ hdf->err = hdf_init(&(hdf->hdf)); ++ ++ ST(0) = sv_2mortal(sv_bless(newRV_noinc( newSViv(PTR2IV(hdf)) ), hdf_stash)); ++ XSRETURN(1); ++ } + + void + perlhdf_DESTROY(hdf) +@@ -126,17 +129,17 @@ + int + perlhdf_setValue(hdf, key, value) + ClearSilver::HDF hdf +- char* key +- char* value + CODE: ++ { ++ char* key; ++ char* value; ++ + hdf->err = hdf_set_value(hdf->hdf, key, value); +- if (hdf->err == STATUS_OK) { +- RETVAL = 0; +- } else { +- RETVAL = 1; +- } +- OUTPUT: +- RETVAL ++ ++ ST(0) = (hdf->err != STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } + + + char* +@@ -156,42 +159,39 @@ + char* name + ClearSilver::HDF src + CODE: ++ { + hdf->err = hdf_copy(hdf->hdf, name, src->hdf); +- if (hdf->err == STATUS_OK) { +- RETVAL = 0; +- } else { +- RETVAL = 1; +- } +- OUTPUT: +- RETVAL ++ ++ ST(0) = (hdf->err != STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } + + int + perlhdf_readFile(hdf, filename) + ClearSilver::HDF hdf + char* filename + CODE: ++ { + hdf->err = hdf_read_file(hdf->hdf, filename); +- if (hdf->err == STATUS_OK) { +- RETVAL = 1; +- } else { +- RETVAL = 0; +- } +- OUTPUT: +- RETVAL ++ ++ ST(0) = (hdf->err == STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } + + int + perlhdf_writeFile(hdf, filename) +- ClearSilver::HDF hdf +- char* filename ++ ClearSilver::HDF hdf ++ char* filename + CODE: +- hdf->err = hdf_write_file(hdf->hdf, filename); +- if (hdf->err == STATUS_OK) { +- RETVAL = 1; +- } else { +- RETVAL = 0; +- } +- OUTPUT: +- RETVAL ++ { ++ hdf->err = hdf_write_file(hdf->hdf, filename); ++ ++ ST(0) = (hdf->err == STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } + + ClearSilver::HDF + perlhdf_getObj(hdf, name) +@@ -312,57 +312,60 @@ + OUTPUT: + RETVAL + +-int ++void + perlhdf_sortObj(hdf, func_name) + ClearSilver::HDF hdf; + char* func_name; +- PREINIT: +- NEOERR* err; + CODE: ++ { ++ NEOERR* err; + g_sort_func_name = func_name; + err = hdf_sort_obj(hdf->hdf, sortFunction); +- RETVAL = 0; +- OUTPUT: +- RETVAL + ++ XSRETURN_UNDEF; ++ } + +-int ++void + perlhdf_setSymlink(hdf, src, dest) + ClearSilver::HDF hdf; + char* src; + char* dest; +- PREINIT: +- NEOERR* err; + CODE: +- err = hdf_set_symlink (hdf->hdf, src, dest); +- if (err == STATUS_OK) { +- RETVAL = 1; +- } else { +- RETVAL = 0; +- } +- OUTPUT: +- RETVAL ++ { ++ NEOERR* err; + ++ err = hdf_set_symlink(hdf->hdf, src, dest); + +-int ++ ST(0) = (err == STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } ++ ++void + perlhdf_removeTree(hdf, name) + ClearSilver::HDF hdf; + char* name; +- PREINIT: +- NEOERR* err; + CODE: ++ { ++ NEOERR* err; ++ + err = hdf_remove_tree(hdf->hdf, name); +- if (err == STATUS_OK) { +- RETVAL = 1; +- } else { +- RETVAL = 0; +- } +- OUTPUT: +- RETVAL ++ ++ ST(0) = (err == STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } + + + MODULE = ClearSilver PACKAGE = ClearSilver::CS PREFIX = perlcs_ + ++PROTOTYPES: DISABLE ++ ++BOOT: ++{ ++ cs_stash = gv_stashpv("ClearSilver::CS", TRUE); ++} ++ + ClearSilver::CS + perlcs_new(self, hdf) + char* self +@@ -401,7 +404,11 @@ + ClearSilver::CS cs + CODE: + { +- SV *str = newSV(0); ++ SV *str = newSV(1); ++ SvLEN_set(str, 0); ++ SvCUR_set(str, 0); ++ SvPOK_on(str); ++ + cs->err = cs_render(cs->cs, str, output); + if (cs->err == STATUS_OK) { + ST(0) = sv_2mortal(str); +@@ -412,46 +419,40 @@ + XSRETURN(1); + } + +-int ++void + perlcs_parseFile(cs, cs_file) + ClearSilver::CS cs + char* cs_file + CODE: +- do { +- cs->err = cs_parse_file(cs->cs, cs_file); +- if (cs->err != STATUS_OK) { +- cs->err = nerr_pass(cs->err); +- RETVAL = 0; +- break; +- } +- RETVAL = 1; +- } while (0); +- OUTPUT: +- RETVAL ++ { ++ cs->err = cs_parse_file(cs->cs, cs_file); ++ if (cs->err != STATUS_OK) { ++ cs->err = nerr_pass(cs->err); ++ XSRETURN_NO; ++ } + +-int +-perlcs_parseString(cs, in_str) ++ XSRETURN_YES; ++ } ++ ++void ++perlcs_parseString(cs, sv) + ClearSilver::CS cs +- char* in_str +- PREINIT: +- char* cs_str; +- int len; ++ SV *sv + CODE: +- do { +- len = strlen(in_str); +- cs_str = (char *)malloc(len); +- if (!cs_str) { +- RETVAL = 0; +- break; +- } +- strcpy(cs_str, in_str); +- cs->err = cs_parse_string(cs->cs, cs_str, len); +- if (cs->err != STATUS_OK) +- RETVAL = 0; +- RETVAL = 1; +- } while (0); +- OUTPUT: +- RETVAL ++ { ++ char* in_str; ++ char* cs_str; ++ STRLEN len; + ++ in_str = SvPV(sv, len); ++ cs_str = (char *)malloc(len + 1); ++ if (!cs_str) ++ XSRETURN_UNDEF; + ++ memcpy(cs_str, in_str, len + 1); ++ cs->err = cs_parse_string(cs->cs, cs_str, len); + ++ ST(0) = (cs->err == STATUS_OK) ++ ? &PL_sv_yes : &PL_sv_no; ++ XSRETURN(1); ++ } --- p5-ClearSilver-0.10.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:20:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5BCF1065683; Fri, 5 Sep 2008 12:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCD38FC24; Fri, 5 Sep 2008 12:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CKDg0067309; Fri, 5 Sep 2008 12:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CKDQN067305; Fri, 5 Sep 2008 12:20:13 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 12:20:13 GMT Message-Id: <200809051220.m85CKDQN067305@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rink@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127108: [PATCH] www/p5-ClearSilver: [SUMMARIZE CHANGES] 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, 05 Sep 2008 12:20:13 -0000 Synopsis: [PATCH] www/p5-ClearSilver: [SUMMARIZE CHANGES] Responsible-Changed-From-To: freebsd-ports-bugs->rink Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 12:20:13 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127108 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:29:23 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46B461065671; Fri, 5 Sep 2008 12:29:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1DF078FC1C; Fri, 5 Sep 2008 12:29:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CTM0O067673; Fri, 5 Sep 2008 12:29:23 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CTMwm067669; Fri, 5 Sep 2008 12:29:22 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 12:29:22 GMT Message-Id: <200809051229.m85CTMwm067669@freefall.freebsd.org> To: fabianruch@bsdgroup.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126381: [PATCH] audio/jack-rack: Optional GNOME and WITHOUT_NLS support added 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, 05 Sep 2008 12:29:23 -0000 Synopsis: [PATCH] audio/jack-rack: Optional GNOME and WITHOUT_NLS support added State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Sep 5 12:29:22 UTC 2008 State-Changed-Why: was updated from chinsan on 2008/09/02. Thanks for your submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=126381 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A13C1065676 for ; Fri, 5 Sep 2008 12:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E18F28FC1A for ; Fri, 5 Sep 2008 12:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CU2jB067724 for ; Fri, 5 Sep 2008 12:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CU2S5067723; Fri, 5 Sep 2008 12:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 12:30:02 GMT Resent-Message-Id: <200809051230.m85CU2S5067723@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Josh Paetzel" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 977E7106566B; Fri, 5 Sep 2008 12:24:17 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6E75E8FC1E; Fri, 5 Sep 2008 12:24:17 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 54FEE81CC; Fri, 5 Sep 2008 07:24:16 -0500 (CDT) Received: from roadrash.tcbug.org (c-76-17-219-196.hsd1.mn.comcast.net [76.17.219.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTPSA id 1945D4A6A88; Fri, 5 Sep 2008 07:24:16 -0500 (CDT) Message-Id: <1220617456.84356@roadrash.tcbug.org> Date: Fri, 5 Sep 2008 07:24:16 -0500 From: "Josh Paetzel" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: ade@FreeBSD.org Subject: ports/127110: [maintainer update] misc/wanpipe 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, 05 Sep 2008 12:30:03 -0000 >Number: 127110 >Category: ports >Synopsis: [maintainer update] misc/wanpipe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 12:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 7.1-PRERELEASE #2: Sat Aug 30 10:28:13 CDT 2008 jpaetzel@roadrash.tcbug.org:/usr/obj/usr/src/sys/ROADRASH >Description: misc/wanpipe doesn't actually install everything listed in it's pkg-ploist >How-To-Repeat: cd /usr/ports/misc/wanpipe make install make deinstall >Fix: --- Makefile.old 2008-09-05 04:23:54.000000000 +0000 +++ Makefile 2008-09-05 05:18:54.000000000 +0000 @@ -8,6 +8,7 @@ PORTNAME= wanpipe PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= misc net MASTER_SITES= ftp://ftp.sangoma.com/FreeBSD/wanpipe/ports/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -62,6 +63,11 @@ @${SH} ${PKGCONFIG} ${DISTNAME} do-configure ${WRKSRC} ${EXTRA_ARGS} post-install: + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanpipe ${LOCALBASE}/etc/rc.d/ + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wancfg_legacy ${LOCALBASE}/sbin/ + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wancfg_zaptel ${LOCALBASE}/sbin/ + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanpipe_cfgft1 ${LOCALBASE}/sbin/ + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanrouter ${LOCALBASE}/sbin/ @${CAT} ${PKGMESSAGE} .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:30:37 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E56091065671; Fri, 5 Sep 2008 12:30:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD5D98FC08; Fri, 5 Sep 2008 12:30:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CUbgx068983; Fri, 5 Sep 2008 12:30:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CUb3F068979; Fri, 5 Sep 2008 12:30:37 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 12:30:37 GMT Message-Id: <200809051230.m85CUb3F068979@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127110: [maintainer update] misc/wanpipe 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, 05 Sep 2008 12:30:38 -0000 Synopsis: [maintainer update] misc/wanpipe Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Fri Sep 5 12:30:37 UTC 2008 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127110 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:39:38 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4300A1065701; Fri, 5 Sep 2008 12:39:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2DA8FC20; Fri, 5 Sep 2008 12:39:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Cdbu7070161; Fri, 5 Sep 2008 12:39:37 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CdbHF070157; Fri, 5 Sep 2008 12:39:37 GMT (envelope-from pav) Date: Fri, 5 Sep 2008 12:39:37 GMT Message-Id: <200809051239.m85CdbHF070157@freefall.freebsd.org> To: mirror176@hotmail.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/127082: [patch] port emulators/bochs does not build correctly with SDL=on 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, 05 Sep 2008 12:39:38 -0000 Synopsis: [patch] port emulators/bochs does not build correctly with SDL=on State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Sep 5 12:38:49 UTC 2008 State-Changed-Why: Fixed properly http://www.freebsd.org/cgi/query-pr.cgi?pr=127082 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:39:39 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE41B106570C; Fri, 5 Sep 2008 12:39:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 967148FC13; Fri, 5 Sep 2008 12:39:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85CddJU070246; Fri, 5 Sep 2008 12:39:39 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Cddos070242; Fri, 5 Sep 2008 12:39:39 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 12:39:39 GMT Message-Id: <200809051239.m85Cddos070242@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126939: NEW PORT: x11-themes/qtcurve-gtk1 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, 05 Sep 2008 12:39:39 -0000 Synopsis: NEW PORT: x11-themes/qtcurve-gtk1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 12:39:39 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126939 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D97C1065670 for ; Fri, 5 Sep 2008 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3448FC1D for ; Fri, 5 Sep 2008 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Ce3Ad070335 for ; Fri, 5 Sep 2008 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Ce3k7070334; Fri, 5 Sep 2008 12:40:03 GMT (envelope-from gnats) Date: Fri, 5 Sep 2008 12:40:03 GMT Message-Id: <200809051240.m85Ce3k7070334@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/127082: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 12:40:03 -0000 The following reply was made to PR ports/127082; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/127082: commit references a PR Date: Fri, 5 Sep 2008 12:39:35 +0000 (UTC) pav 2008-09-05 12:39:27 UTC FreeBSD ports repository Modified files: emulators/bochs Makefile Log: - Fix build with SDL PR: ports/127082 Reported by: Edward Sanford Sutton, III Revision Changes Path 1.84 +1 -1 ports/emulators/bochs/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 12:41:45 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 926A1106566B; Fri, 5 Sep 2008 12:41:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD948FC18; Fri, 5 Sep 2008 12:41:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Cfjtj070598; Fri, 5 Sep 2008 12:41:45 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85CfjYL070594; Fri, 5 Sep 2008 12:41:45 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 12:41:45 GMT Message-Id: <200809051241.m85CfjYL070594@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127110: [maintainer update] misc/wanpipe 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, 05 Sep 2008 12:41:45 -0000 Synopsis: [maintainer update] misc/wanpipe Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 12:41:45 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127110 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B14931065670 for ; Fri, 5 Sep 2008 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEDC8FC1C for ; Fri, 5 Sep 2008 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DK1b5073157 for ; Fri, 5 Sep 2008 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85DK19X073156; Fri, 5 Sep 2008 13:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 13:20:01 GMT Resent-Message-Id: <200809051320.m85DK19X073156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF3211065675 for ; Fri, 5 Sep 2008 13:10:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BE4F48FC18 for ; Fri, 5 Sep 2008 13:10:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DA3iA010696 for ; Fri, 5 Sep 2008 13:10:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m85DA3De010695; Fri, 5 Sep 2008 13:10:03 GMT (envelope-from nobody) Message-Id: <200809051310.m85DA3De010695@www.freebsd.org> Date: Fri, 5 Sep 2008 13:10:03 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127111: xf86-video-nv-2.1.11 broken with a lot of nVidia G80-based graphics boards 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, 05 Sep 2008 13:20:01 -0000 >Number: 127111 >Category: ports >Synopsis: xf86-video-nv-2.1.11 broken with a lot of nVidia G80-based graphics boards >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 13:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 7.1-PRE/amd64 >Organization: FU Berlin >Environment: FreeBSD 7.1 on amd64 platform MSI 8600GTS graphics board with nVidia G8X chipset >Description: After upgrading Xorg video driver xf86-video-nv-2.1.11 X isn't usable in a reasonable way anymore. Whenever some ransparent areas, text areas or pics with some surroundings are shown, they are showed as black areas, black bars or simply black pixels. Text in webbrowsers (Firefox3/2), mailer (thunderbird) and several other clients is unreadable. This also happens on several other boxes with a very similar graphics card or even a NV8800GTS graphics board. >How-To-Repeat: Install xf86-video-nv-2.1.11 driver on a box with a nVidia G8X driven graphics board of newer generation. >Fix: Not know, but switching to previous driver will help. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06B8C1065676 for ; Fri, 5 Sep 2008 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D84E88FC1D for ; Fri, 5 Sep 2008 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DK1pT073170 for ; Fri, 5 Sep 2008 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85DK1Wd073169; Fri, 5 Sep 2008 13:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 13:20:01 GMT Resent-Message-Id: <200809051320.m85DK1Wd073169@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Khotyaintsev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBB831065674 for ; Fri, 5 Sep 2008 13:16:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AE2A98FC1F for ; Fri, 5 Sep 2008 13:16:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DGqhD011518 for ; Fri, 5 Sep 2008 13:16:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m85DGqZ9011517; Fri, 5 Sep 2008 13:16:52 GMT (envelope-from nobody) Message-Id: <200809051316.m85DGqZ9011517@www.freebsd.org> Date: Fri, 5 Sep 2008 13:16:52 GMT From: Yuri Khotyaintsev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127112: [maintainer update] science/ovt - support java 1.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: Fri, 05 Sep 2008 13:20:02 -0000 >Number: 127112 >Category: ports >Synopsis: [maintainer update] science/ovt - support java 1.6 >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 Sep 05 13:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yuri Khotyaintsev >Release: 6.3-STABLE >Organization: Swedish Institute of Space Physics >Environment: FreeBSD xxx.irfu.se 6.3-STABLE FreeBSD 6.3-STABLE #23: Wed Jul 9 12:14:33 CEST 2008 root@xxx.irfu.se:/usr/obj/usr/src/sys/ICE i386 >Description: Ovt fails in configure after the default java has been updated to 1.6. >How-To-Repeat: cd /usr/ports/science/ovt; make >Fix: Save the attached patch as science/ovt/files/patch-configure Patch attached with submission follows: --- configure.orig 2004-03-23 22:21:46.000000000 +0100 +++ configure 2008-09-05 14:56:01.000000000 +0200 @@ -2496,8 +2496,8 @@ echo "${ECHO_T}$ac_cv_jdk_version" >&6 case "$ac_cv_jdk_version" in 1.1|1.2*) - { { echo "$as_me:$LINENO: error: Java 1.3.x or 1.4.x is needed" >&5 -echo "$as_me: error: Java 1.3.x or 1.4.x is needed" >&2;} + { { echo "$as_me:$LINENO: error: Java >=1.3.x is needed" >&5 +echo "$as_me: error: Java >=1.3.x is needed" >&2;} { (exit 1); exit 1; }; } ;; 1.3*) @@ -2507,6 +2507,7 @@ JAVAHFLAGS="" JAVA_INCLUDES="$ac_cv_java_home/include" JAVA_INCLUDES_OS="$ac_cv_java_home/include/$PLATFORM" + JAVA_LIBS_OS="" ;; 1.4*) JDK_VERSION_STRING=$ac_cv_jdk_version @@ -2515,7 +2516,25 @@ JAVAHFLAGS="" JAVA_INCLUDES="$ac_cv_java_home/include" JAVA_INCLUDES_OS="$ac_cv_java_home/include/$JNI_MD_H_SUBDIR" -# AC_MSG_ERROR(jdk 1.4 is not yet supported) + JAVA_LIBS_OS="" + ;; +1.5*) + JDK_VERSION_STRING=$ac_cv_jdk_version + JDK_VERSION=15 + JAVACFLAGS="-classpath ." + JAVAHFLAGS="" + JAVA_INCLUDES="$ac_cv_java_home/include" + JAVA_INCLUDES_OS="$ac_cv_java_home/include/$JNI_MD_H_SUBDIR" + JAVA_LIBS_OS="$ac_cv_java_home/jre/lib/i386:$ac_cv_java_home/jre/lib/i386/xawt" + ;; +1.6*) + JDK_VERSION_STRING=$ac_cv_jdk_version + JDK_VERSION=16 + JAVACFLAGS="-classpath ." + JAVAHFLAGS="" + JAVA_INCLUDES="$ac_cv_java_home/include" + JAVA_INCLUDES_OS="$ac_cv_java_home/include/$JNI_MD_H_SUBDIR" + JAVA_LIBS_OS="$ac_cv_java_home/jre/lib/i386:$ac_cv_java_home/jre/lib/i386/xawt" ;; *) { { echo "$as_me:$LINENO: error: unrecognized JDK version:$ac_cv_jdk_version" >&5 @@ -2527,6 +2546,7 @@ + # Extract the first word of "javac", so it can be a program name with args. set dummy javac; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 @@ -3627,6 +3647,7 @@ s,@JAVA@,$JAVA,;t t s,@JAVA_INCLUDES@,$JAVA_INCLUDES,;t t s,@JAVA_INCLUDES_OS@,$JAVA_INCLUDES_OS,;t t +s,@JAVA_LIBS_OS@,$JAVA_LIBS_OS,;t t s,@ac_cv_javac@,$ac_cv_javac,;t t s,@ac_cv_jikes@,$ac_cv_jikes,;t t s,@JAVAC@,$JAVAC,;t t >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:20:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176971065674; Fri, 5 Sep 2008 13:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E31C28FC1E; Fri, 5 Sep 2008 13:20:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DKFng073350; Fri, 5 Sep 2008 13:20:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85DKFsh073346; Fri, 5 Sep 2008 13:20:15 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 13:20:15 GMT Message-Id: <200809051320.m85DKFsh073346@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127112: [maintainer update] science/ovt - support java 1.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: Fri, 05 Sep 2008 13:20:16 -0000 Synopsis: [maintainer update] science/ovt - support java 1.6 Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Fri Sep 5 13:20:15 UTC 2008 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127112 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:28:46 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE0C01065678; Fri, 5 Sep 2008 13:28:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5B9C8FC1B; Fri, 5 Sep 2008 13:28:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (wxs@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DSkf6073762; Fri, 5 Sep 2008 13:28:46 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85DSkUq073758; Fri, 5 Sep 2008 13:28:46 GMT (envelope-from wxs) Date: Fri, 5 Sep 2008 13:28:46 GMT Message-Id: <200809051328.m85DSkUq073758@freefall.freebsd.org> To: znerd@freebsd.org, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/114929: [request] Man pages for sSMTP (mail/ssmtp) config 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: Fri, 05 Sep 2008 13:28:47 -0000 Synopsis: [request] Man pages for sSMTP (mail/ssmtp) config files State-Changed-From-To: open->closed State-Changed-By: wxs State-Changed-When: Fri Sep 5 13:28:46 UTC 2008 State-Changed-Why: The configuration files contain documentation within themselves for now. A request for a manpage should be submitted to the author(s) at Debian. http://www.freebsd.org/cgi/query-pr.cgi?pr=114929 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 251E81065673 for ; Fri, 5 Sep 2008 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 02A2B8FC18 for ; Fri, 5 Sep 2008 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85De1w9075987 for ; Fri, 5 Sep 2008 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85De1Fo075986; Fri, 5 Sep 2008 13:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 13:40:01 GMT Resent-Message-Id: <200809051340.m85De1Fo075986@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Artis Caune Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32D8A106566C for ; Fri, 5 Sep 2008 13:38:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 09CD38FC19 for ; Fri, 5 Sep 2008 13:38:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DcRHn090889 for ; Fri, 5 Sep 2008 13:38:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m85DcRHI090888; Fri, 5 Sep 2008 13:38:27 GMT (envelope-from nobody) Message-Id: <200809051338.m85DcRHI090888@www.freebsd.org> Date: Fri, 5 Sep 2008 13:38:27 GMT From: Artis Caune To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127113: [patch] www/py-django: update to 1.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, 05 Sep 2008 13:40:02 -0000 >Number: 127113 >Category: ports >Synopsis: [patch] www/py-django: update to 1.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: Fri Sep 05 13:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: 7.0 >Organization: >Environment: >Description: update Django to 1.0 release. 1) I specify PYDISTUTILS_EGGINFO by hand because .egg-info will break package build. This is due to django version suffix "_final": >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> django.VERSION (1, 0, 'final') 2) docs need latex and other tools, so I just install man pages. 3) py-pysqlite2 is not needed with python25+ patch (too big): http://dpaste.com/hold/76109/ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B19B11065672; Fri, 5 Sep 2008 13:40:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88C818FC08; Fri, 5 Sep 2008 13:40:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85De4mb076115; Fri, 5 Sep 2008 13:40:04 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85De4i2076111; Fri, 5 Sep 2008 13:40:04 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 13:40:04 GMT Message-Id: <200809051340.m85De4i2076111@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127111: xf86-video-nv-2.1.11 broken with a lot of nVidia G80-based graphics boards 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, 05 Sep 2008 13:40:04 -0000 Synopsis: xf86-video-nv-2.1.11 broken with a lot of nVidia G80-based graphics boards State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Sep 5 13:40:04 UTC 2008 State-Changed-Why: Already fixed in 2.1.12. Thanks for your report. http://www.freebsd.org/cgi/query-pr.cgi?pr=127111 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 13:40:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15EAE106567E; Fri, 5 Sep 2008 13:40:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E264D8FC14; Fri, 5 Sep 2008 13:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85DeBM9076243; Fri, 5 Sep 2008 13:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85DeB3b076239; Fri, 5 Sep 2008 13:40:11 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 13:40:11 GMT Message-Id: <200809051340.m85DeB3b076239@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127113: [patch] www/py-django: update to 1.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, 05 Sep 2008 13:40:12 -0000 Synopsis: [patch] www/py-django: update to 1.0 Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 13:40:11 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127113 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 14:13:52 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19C921065676 for ; Fri, 5 Sep 2008 14:13:52 +0000 (UTC) (envelope-from jwbacon@tds.net) Received: from outbound3.mail.tds.net (outbound3.mail.tds.net [216.170.230.93]) by mx1.freebsd.org (Postfix) with ESMTP id D55E08FC1B for ; Fri, 5 Sep 2008 14:13:51 +0000 (UTC) (envelope-from jwbacon@tds.net) Received: from outaamta01.mail.tds.net (outaamta01.mail.tds.net [216.170.230.31]) by outbound3.mail.tds.net (8.13.6/8.13.4) with ESMTP id m85DGGIw002764; Fri, 5 Sep 2008 08:16:16 -0500 Received: from sculpin.jbacon.dyndns.org ([69.131.20.28]) by outaamta01.mail.tds.net with ESMTP id <20080905131616.QXNR12265.outaamta01.mail.tds.net@sculpin.jbacon.dyndns.org>; Fri, 5 Sep 2008 08:16:16 -0500 Message-ID: <48C1311E.5090305@tds.net> Date: Fri, 05 Sep 2008 08:16:14 -0500 From: Jason Bacon User-Agent: Thunderbird 2.0.0.9 (X11/20080206) MIME-Version: 1.0 To: lippe@FreeBSD.org References: <200809050313.m853DoDx086681@freefall.freebsd.org> In-Reply-To: <200809050313.m853DoDx086681@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bacon@smithers.neuro.mcw.edu, freebsd-ports-bugs@FreeBSD.org, "Pedro F. Giffuni" Subject: Re: ports/125706: Update math/vtk5 to version 5.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: Fri, 05 Sep 2008 14:13:52 -0000 FYI, "Pedro F. Giffuni" is the new maintainer for this port. Please include him in future correspondence. Thanks, Jason lippe@FreeBSD.org wrote: > Synopsis: Update math/vtk5 to version 5.0.4 > > Responsible-Changed-From-To: freebsd-ports-bugs->lippe > Responsible-Changed-By: lippe > Responsible-Changed-When: Fri Sep 5 03:13:50 UTC 2008 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=125706 > > From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 14:20:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 598CA106566B for ; Fri, 5 Sep 2008 14:20:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35C738FC28 for ; Fri, 5 Sep 2008 14:20:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85EKRbJ080030 for ; Fri, 5 Sep 2008 14:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85EKRAB080029; Fri, 5 Sep 2008 14:20:27 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 14:20:27 GMT Resent-Message-Id: <200809051420.m85EKRAB080029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B3F1065689 for ; Fri, 5 Sep 2008 14:19:20 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa04b.plala.or.jp (msa04.plala.or.jp [58.93.240.4]) by mx1.freebsd.org (Postfix) with ESMTP id 589468FC15 for ; Fri, 5 Sep 2008 14:19:19 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from eupheme.kaumoge.org ([121.112.64.124]) by msa04b.plala.or.jp with ESMTP id <20080905141918.WRSC11391.msa04b.plala.or.jp@eupheme.kaumoge.org> for ; Fri, 5 Sep 2008 23:19:18 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id m85EJdSY094898 for ; Fri, 5 Sep 2008 23:19:40 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86abemfzfe.wl%umq@ueo.co.jp> Date: Fri, 05 Sep 2008 23:19:17 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127114: [patch] mail/dk-milter update to 1.0.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: Fri, 05 Sep 2008 14:20:27 -0000 >Number: 127114 >Category: ports >Synopsis: [patch] mail/dk-milter update to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 14:20:26 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: The new version of mail/dk-milter 1.0.1 has been released Release notes: https://sourceforge.net/project/shownotes.php?release_id=624149 >How-To-Repeat: N/A >Fix: The patch follows: files/patch-dk-filter__dk-filter.c is dropped. cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/dk-milter/Makefile,v retrieving revision 1.26 diff -p -u -r1.26 Makefile --- Makefile 17 Mar 2008 19:11:20 -0000 1.26 +++ Makefile 5 Sep 2008 14:18:10 -0000 @@ -6,10 +6,9 @@ # PORTNAME= dk-milter -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dk-milter +MASTER_SITES= SF MAINTAINER= dinoex@FreeBSD.org COMMENT= Domainkeys milter for Sendmail Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/dk-milter/distinfo,v retrieving revision 1.10 diff -p -u -r1.10 distinfo --- distinfo 17 Mar 2008 19:11:20 -0000 1.10 +++ distinfo 5 Sep 2008 14:18:10 -0000 @@ -1,3 +1,3 @@ -MD5 (dk-milter-1.0.0.tar.gz) = cea37167253d402dcb8b18c943d521bd -SHA256 (dk-milter-1.0.0.tar.gz) = d0f8e5c080d2a026ec22c24ef9a4c89f0996570125058b4d62bb3741d50ca7b1 -SIZE (dk-milter-1.0.0.tar.gz) = 359694 +MD5 (dk-milter-1.0.1.tar.gz) = 32fa98e713f39d3ca7d2aa3c781675a2 +SHA256 (dk-milter-1.0.1.tar.gz) = 80ea4563643c27da390d7a013b2f65a1502ec7be69c68ad6dfcae3b2f82dcd4e +SIZE (dk-milter-1.0.1.tar.gz) = 362193 cvs diff: Diffing files cvs diff: cannot find files/patch-dk-filter__dk-filter.c >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 14:20:37 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 751ED106564A; Fri, 5 Sep 2008 14:20:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4278FC14; Fri, 5 Sep 2008 14:20:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85EKbVB080106; Fri, 5 Sep 2008 14:20:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85EKbj9080102; Fri, 5 Sep 2008 14:20:37 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 14:20:37 GMT Message-Id: <200809051420.m85EKbj9080102@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127114: [patch] mail/dk-milter update to 1.0.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: Fri, 05 Sep 2008 14:20:37 -0000 Synopsis: [patch] mail/dk-milter update to 1.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 14:20:36 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127114 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 15:24:42 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E818B1065670; Fri, 5 Sep 2008 15:24:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0A498FC23; Fri, 5 Sep 2008 15:24:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85FOgjk087306; Fri, 5 Sep 2008 15:24:42 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85FOgRJ087302; Fri, 5 Sep 2008 15:24:42 GMT (envelope-from amdmi3) Date: Fri, 5 Sep 2008 15:24:42 GMT Message-Id: <200809051524.m85FOgRJ087302@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126696: science/mbdyn: add option for Chaco 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, 05 Sep 2008 15:24:43 -0000 Synopsis: science/mbdyn: add option for Chaco Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Fri Sep 5 15:24:42 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126696 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 15:29:24 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6DB01065673; Fri, 5 Sep 2008 15:29:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4B88FC27; Fri, 5 Sep 2008 15:29:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85FTOYK087541; Fri, 5 Sep 2008 15:29:24 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85FTOSv087537; Fri, 5 Sep 2008 15:29:24 GMT (envelope-from amdmi3) Date: Fri, 5 Sep 2008 15:29:24 GMT Message-Id: <200809051529.m85FTOSv087537@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126645: databases/unixODBC: fix build qt3 GUI while qt4.4 installed 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, 05 Sep 2008 15:29:24 -0000 Synopsis: databases/unixODBC: fix build qt3 GUI while qt4.4 installed Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Fri Sep 5 15:29:23 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126645 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 15:30:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F2111065672 for ; Fri, 5 Sep 2008 15:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F21D18FC1B for ; Fri, 5 Sep 2008 15:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85FU44A087763 for ; Fri, 5 Sep 2008 15:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85FU4QP087756; Fri, 5 Sep 2008 15:30:04 GMT (envelope-from gnats) Date: Fri, 5 Sep 2008 15:30:04 GMT Message-Id: <200809051530.m85FU4QP087756@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Cc: Subject: Re: ports/126040: update sysutils/linux-megacli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 15:30:05 -0000 The following reply was made to PR ports/126040; it has been noted by GNATS. From: Pav Lucistnik To: bug-followup@FreeBSD.org, ruben@verweg.com Cc: Subject: Re: ports/126040: update sysutils/linux-megacli Date: Fri, 05 Sep 2008 17:28:17 +0200 Ruben, what's the status on this? Has been a month. -- Pav Lucistnik In the computer industry, there are three kinds of lies: lies, damn lies, and benchmarks. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 15:40:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E252B106564A for ; Fri, 5 Sep 2008 15:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D80A28FC37 for ; Fri, 5 Sep 2008 15:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Fe3ZL090112 for ; Fri, 5 Sep 2008 15:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Fe3NQ090111; Fri, 5 Sep 2008 15:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 15:40:03 GMT Resent-Message-Id: <200809051540.m85Fe3NQ090111@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56221065670 for ; Fri, 5 Sep 2008 15:34:04 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6938FC17 for ; Fri, 5 Sep 2008 15:34:04 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id B3AD71047EB for ; Fri, 5 Sep 2008 23:34:02 +0800 (CST) Received: (from yzlin@localhost) by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m85FY2FR083751; Fri, 5 Sep 2008 23:34:02 +0800 (CST) (envelope-from yzlin) Message-Id: <200809051534.m85FY2FR083751@bsd0.cs.nctu.edu.tw> Date: Fri, 5 Sep 2008 23:34:02 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127116: [NEW PORT] devel/py25-cmdln: A python module for easily building good multi-command scripts 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, 05 Sep 2008 15:40:06 -0000 >Number: 127116 >Category: ports >Synopsis: [NEW PORT] devel/py25-cmdln: A python module for easily building good multi-command scripts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 15:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008 >Description: cmdln.py fixes some of the design flaws in cmd.py and takes advantage of new Python stdlib modules (e.g. optparse) so that it is more useful (and convenient) for implementing command-line scripts/shells. WWW: http://code.google.com/p/cmdln/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-cmdln-1.1.1.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: # # py-cmdln # py-cmdln/pkg-descr # py-cmdln/Makefile # py-cmdln/pkg-plist # py-cmdln/distinfo # echo c - py-cmdln mkdir -p py-cmdln > /dev/null 2>&1 echo x - py-cmdln/pkg-descr sed 's/^X//' >py-cmdln/pkg-descr << 'END-of-py-cmdln/pkg-descr' Xcmdln.py fixes some of the design flaws in cmd.py and takes advantage Xof new Python stdlib modules (e.g. optparse) so that it is more useful X(and convenient) for implementing command-line scripts/shells. X XWWW: http://code.google.com/p/cmdln/ END-of-py-cmdln/pkg-descr echo x - py-cmdln/Makefile sed 's/^X//' >py-cmdln/Makefile << 'END-of-py-cmdln/Makefile' X# New ports collection makefile for: py-cmdln X# Date created: 2008-09-05 X# Whom: Yi-Jheng Lin X# X# $FreeBSD$ X# X XPORTNAME= cmdln XPORTVERSION= 1.1.1 XCATEGORIES= devel python XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= yzlin@cs.nctu.edu.tw XCOMMENT= A python module for easily building good multi-command scripts X XUSE_ZIP= yes XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= yes X XDOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} XEXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} X XPORTDOCS= README X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_MAN} ${WRKSRC}/$f.txt ${DOCSDIR}/$f X.endfor X.endif X.if !defined(NOPORTEXAMPLES) X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} X.endif X X.include END-of-py-cmdln/Makefile echo x - py-cmdln/pkg-plist sed 's/^X//' >py-cmdln/pkg-plist << 'END-of-py-cmdln/pkg-plist' X%%PYTHON_SITELIBDIR%%/cmdln.py X%%PYTHON_SITELIBDIR%%/cmdln.pyc X%%PYTHON_SITELIBDIR%%/cmdln.pyo X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/p4.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/svn.py X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% END-of-py-cmdln/pkg-plist echo x - py-cmdln/distinfo sed 's/^X//' >py-cmdln/distinfo << 'END-of-py-cmdln/distinfo' XMD5 (cmdln-1.1.1.zip) = f8c6dc1402da35091bbca70ce23712c0 XSHA256 (cmdln-1.1.1.zip) = 72379540172fc3aeba39fc7afd6615dcda68b345c153598c4e7efda895ed14d8 XSIZE (cmdln-1.1.1.zip) = 89022 END-of-py-cmdln/distinfo exit --- py25-cmdln-1.1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 15:40:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A791065691 for ; Fri, 5 Sep 2008 15:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 864398FC15 for ; Fri, 5 Sep 2008 15:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Fe6SH090128 for ; Fri, 5 Sep 2008 15:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Fe6js090127; Fri, 5 Sep 2008 15:40:06 GMT (envelope-from gnats) Date: Fri, 5 Sep 2008 15:40:06 GMT Message-Id: <200809051540.m85Fe6js090127@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Cc: Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 15:40:06 -0000 The following reply was made to PR ports/126867; it has been noted by GNATS. From: Michael To: Mij Cc: bug-followup@FreeBSD.org Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins Date: Fri, 05 Sep 2008 17:08:50 +0200 Plain vanilla standard FreeBSD install (6.3-RELEASE and 7.0-RELEASE). There is no more context, the system logs only a single line: Sep 5 17:06:17 server sshd[71127]: error: PAM: authentication error for xyz from 10.1.1.1 This is basically what sshguard 1.0 was looking for. What's your uname -a? Also, by the way, because there is only one line of log, as a bonus syslogd agregates the error messages (last line repeated n times) which is something sshguard also doesn't handle. Mij wrote: > The PAM log entry you report follows a failed login attempt, but in turn > should be followed by > SSHD's own log entry, that looks like > > Sep 4 20:25:46 voodoo sshd[19972]: Failed keyboard-interactive/pam for > invalid user usrn from 1.2.3.4 port 51196 ssh2 > > this latter is what sshguard is sensitive to. > If you examine the context around that line in your auth.log, what does > it look like? From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 15:50:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 786E71065671 for ; Fri, 5 Sep 2008 15:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67FA18FC12 for ; Fri, 5 Sep 2008 15:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Fo6HO091041 for ; Fri, 5 Sep 2008 15:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Fo6Wq091038; Fri, 5 Sep 2008 15:50:06 GMT (envelope-from gnats) Date: Fri, 5 Sep 2008 15:50:06 GMT Message-Id: <200809051550.m85Fo6Wq091038@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pietro Cerutti Cc: Subject: Re: ports/122381: net-mgmt/collectd in FreeBSD 7.0 i386 and sparc64 segfaults (memcpy libc) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pietro Cerutti List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 15:50:06 -0000 The following reply was made to PR ports/122381; it has been noted by GNATS. From: Pietro Cerutti To: bug-followup@FreeBSD.org, lfmail@byterider.net Cc: Subject: Re: ports/122381: net-mgmt/collectd in FreeBSD 7.0 i386 and sparc64 segfaults (memcpy libc) Date: Fri, 05 Sep 2008 17:40:38 +0200 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 This patch solves the problem on sparc64: pcap_open_live segfaults inside libc's memcpy if pcap_device is NULL. I haven't been able to reproduce it on i386, though. http://www.gahr.ch/FreeBSD/patches/patch-src__dns.c P.S. Maybe we should consider investigating why it fails on sparc64 but not on i386 in the first case? - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAkjBUvUACgkQwMJqmJVx946luACePzBqtcF6dU0pCqTe3g1n4z4g QLsAoK+KgxLN2p+Px3PrPQRgEBkp9BL0 =O5ya -----END PGP SIGNATURE----- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:00:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F9541065697 for ; Fri, 5 Sep 2008 16:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56E818FC25 for ; Fri, 5 Sep 2008 16:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85G0561091580 for ; Fri, 5 Sep 2008 16:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85G05t2091577; Fri, 5 Sep 2008 16:00:05 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 16:00:05 GMT Resent-Message-Id: <200809051600.m85G05t2091577@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645CC106566B for ; Fri, 5 Sep 2008 15:57:28 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89]) by mx1.freebsd.org (Postfix) with ESMTP id E26B38FC12 for ; Fri, 5 Sep 2008 15:57:27 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (localhost [127.0.0.1]) by bb.ipt.ru (8.14.2/8.14.2) with ESMTP id m85FvOPe076717 for ; Fri, 5 Sep 2008 19:57:24 +0400 (MSD) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.2/8.14.2/Submit) id m85FvOW9076715; Fri, 5 Sep 2008 19:57:24 +0400 (MSD) (envelope-from bsam) Message-Id: <200809051557.m85FvOW9076715@bb.ipt.ru> Date: Fri, 5 Sep 2008 19:57:24 +0400 (MSD) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127117: [new port] net/unison-nox11 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: Fri, 05 Sep 2008 16:00:05 -0000 >Number: 127117 >Category: ports >Synopsis: [new port] net/unison-nox11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 16:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: InPharmtech, Co. >Environment: System: FreeBSD bb.ipt.ru 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Aug 28 12:59:02 MSD 2008 root@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: Seems that it's worth having this port for it's package: % cd /exp/ports/net/unison-nox11 % make all-depends-list | wc -l 5 % cd /usr/ports/net/unison % make all-depends-list | wc -l 198 >How-To-Repeat: >Fix: Only one file is created (Makefile) for net/unison-x11 port. There are some changes needed for the master port (net/unison) though. I'll send a PR with those changes soon. --- Makefile begins here --- # New ports collection makefile for: net/unison-nox11 # Date created: 2008-09-05 # Whom: bsam # # $FreeBSD$ # PORTREVISION= 0 PKGNAMESUFFIX= -nox11 MAINTAINER= bsam@FreeBSD.org COMMENT= A user-level file synchronization tool (without x11 stuff) CONFLICTS= unison-[0-9]*, unison-devel-[0-9]* WITHOUT_X11= yes MASTERDIR= ${.CURDIR}/../unison .include "${MASTERDIR}/Makefile" --- Makefile ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:00:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808831065671; Fri, 5 Sep 2008 16:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58E508FC17; Fri, 5 Sep 2008 16:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85G0EFn091704; Fri, 5 Sep 2008 16:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85G0EdW091700; Fri, 5 Sep 2008 16:00:14 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 16:00:14 GMT Message-Id: <200809051600.m85G0EdW091700@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bsam@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127117: [new port] net/unison-nox11 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, 05 Sep 2008 16:00:14 -0000 Synopsis: [new port] net/unison-nox11 Responsible-Changed-From-To: freebsd-ports-bugs->bsam Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 16:00:13 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127117 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E8261065670 for ; Fri, 5 Sep 2008 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BFF18FC21 for ; Fri, 5 Sep 2008 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85GA1ba091915 for ; Fri, 5 Sep 2008 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85GA1hG091914; Fri, 5 Sep 2008 16:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 16:10:01 GMT Resent-Message-Id: <200809051610.m85GA1hG091914@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF71D1065688 for ; Fri, 5 Sep 2008 16:08:05 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6E98FC40 for ; Fri, 5 Sep 2008 16:08:04 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (localhost [127.0.0.1]) by bb.ipt.ru (8.14.2/8.14.2) with ESMTP id m85G81Nu077311 for ; Fri, 5 Sep 2008 20:08:01 +0400 (MSD) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.2/8.14.2/Submit) id m85G81XP077310; Fri, 5 Sep 2008 20:08:01 +0400 (MSD) (envelope-from bsam) Message-Id: <200809051608.m85G81XP077310@bb.ipt.ru> Date: Fri, 5 Sep 2008 20:08:01 +0400 (MSD) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127118: [patch] net/unison: prepare for new port net/unison-nox11 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: Fri, 05 Sep 2008 16:10:02 -0000 >Number: 127118 >Category: ports >Synopsis: [patch] net/unison: prepare for new port net/unison-nox11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 16:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: InPharmtech, Co. >Environment: System: FreeBSD bb.ipt.ru 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Aug 28 12:59:02 MSD 2008 root@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: A new port (net/unison-nox11) is a slave for net/unison: http://www.freebsd.org/cgi/query-pr.cgi?pr=127117 . The main idea about the new port is to have it's package which has 5 dependencies instead of 198... So, I propose those changes: . add CONFLICTS; . add pkg-message.nox11 file; . show apropriate message file; . switch from = to ?= for PORTREVISION (seems that slave port should be rarely bumpted having only 5 dependencies); . bump PORTREVISION. >How-To-Repeat: >Fix: --- unison.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/unison/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 6 Jun 2008 13:50:29 -0000 1.22 +++ Makefile 5 Sep 2008 15:21:47 -0000 @@ -7,7 +7,7 @@ PORTNAME= unison PORTVERSION= 2.27.57 -PORTREVISION= 1 +PORTREVISION?= 2 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -20,7 +20,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes MAKE_ARGS= CFLAGS="" -CONFLICTS= unison-devel-[0-9]* +CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* .include @@ -60,14 +60,16 @@ ${INSTALL_PROGRAM} ${WRKSRC}/unison ${PREFIX}/bin post-install: -.if defined(WITH_GTK2) - @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin -.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${DOCSDIR} .endif +.if defined(WITH_GTK2) + @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin @${CAT} ${PKGMESSAGE} +.else + @${CAT} ${PKGMESSAGE}.nox11 +.endif .include Index: pkg-message.nox11 =================================================================== RCS file: pkg-message.nox11 diff -N pkg-message.nox11 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-message.nox11 5 Sep 2008 15:21:47 -0000 @@ -0,0 +1,3 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +A text-only unison binary is installed. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- unison.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:10:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F17EB106566B; Fri, 5 Sep 2008 16:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C94138FC12; Fri, 5 Sep 2008 16:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85GAJcF092097; Fri, 5 Sep 2008 16:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85GAJbr092093; Fri, 5 Sep 2008 16:10:19 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 16:10:19 GMT Message-Id: <200809051610.m85GAJbr092093@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127118: [patch] net/unison: prepare for new port net/unison-nox11 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, 05 Sep 2008 16:10:20 -0000 Synopsis: [patch] net/unison: prepare for new port net/unison-nox11 Class-Changed-From-To: update->change-request Class-Changed-By: edwin Class-Changed-When: Fri Sep 5 16:10:19 UTC 2008 Class-Changed-Why: Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127118 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:10:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CACE1065677; Fri, 5 Sep 2008 16:10:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14A9B8FC1B; Fri, 5 Sep 2008 16:10:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85GAPnr092177; Fri, 5 Sep 2008 16:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85GAP17092173; Fri, 5 Sep 2008 16:10:25 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 16:10:25 GMT Message-Id: <200809051610.m85GAP17092173@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bsam@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127118: [patch] net/unison: prepare for new port net/unison-nox11 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, 05 Sep 2008 16:10:26 -0000 Synopsis: [patch] net/unison: prepare for new port net/unison-nox11 Responsible-Changed-From-To: freebsd-ports-bugs->bsam Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 16:10:25 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127118 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:33:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B919B106566B; Fri, 5 Sep 2008 16:33:07 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id A47538FC14; Fri, 5 Sep 2008 16:33:07 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Fri, 5 Sep 2008 09:33:06 -0700 Message-ID: <48C15F41.5020303@p6m7g8.com> Date: Fri, 5 Sep 2008 12:33:05 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: miwi@freebsd.org References: <200809051151.m85BpbFC064202@freefall.freebsd.org> In-Reply-To: <200809051151.m85BpbFC064202@freefall.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@freebsd.org, jw@innerewut.de Subject: Re: ports/126417: [PATCH] devel/rubygem-activesupport: update to 2.1.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, 05 Sep 2008 16:33:07 -0000 miwi@freebsd.org wrote: > Synopsis: [PATCH] devel/rubygem-activesupport: update to 2.1.0 > > Responsible-Changed-From-To: freebsd-ports-bugs->miwi > Responsible-Changed-By: miwi > Responsible-Changed-When: Fri Sep 5 11:51:37 UTC 2008 > Responsible-Changed-Why: > I'll take it. Careful, this has implications with ruby, and rails. I'm highly dubious the ports infrastructure is ready yet. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:59:44 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 091F0106564A; Fri, 5 Sep 2008 16:59:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3ADA8FC1E; Fri, 5 Sep 2008 16:59:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85GxhBN097392; Fri, 5 Sep 2008 16:59:43 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85GxheF097388; Fri, 5 Sep 2008 16:59:43 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 16:59:43 GMT Message-Id: <200809051659.m85GxheF097388@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127116: [NEW PORT] devel/py25-cmdln: A python module for easily building good multi-command scripts 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, 05 Sep 2008 16:59:44 -0000 Synopsis: [NEW PORT] devel/py25-cmdln: A python module for easily building good multi-command scripts Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 16:59:43 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127116 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 16:59:46 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 279D6106566C; Fri, 5 Sep 2008 16:59:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F36008FC13; Fri, 5 Sep 2008 16:59:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Gxj5K097459; Fri, 5 Sep 2008 16:59:45 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Gxjsb097455; Fri, 5 Sep 2008 16:59:45 GMT (envelope-from miwi) Date: Fri, 5 Sep 2008 16:59:45 GMT Message-Id: <200809051659.m85Gxjsb097455@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127112: [maintainer update] science/ovt - support java 1.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: Fri, 05 Sep 2008 16:59:46 -0000 Synopsis: [maintainer update] science/ovt - support java 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Sep 5 16:59:45 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127112 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 17:01:41 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1108106567C for ; Fri, 5 Sep 2008 17:01:41 +0000 (UTC) (envelope-from jw@innerewut.de) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id A5B7F8FC34 for ; Fri, 5 Sep 2008 17:01:41 +0000 (UTC) (envelope-from jw@innerewut.de) Received: by mail-gx0-f17.google.com with SMTP id 10so7052780gxk.19 for ; Fri, 05 Sep 2008 10:01:41 -0700 (PDT) Received: by 10.151.149.14 with SMTP id b14mr16724655ybo.236.1220632501388; Fri, 05 Sep 2008 09:35:01 -0700 (PDT) Received: by 10.65.150.2 with HTTP; Fri, 5 Sep 2008 09:35:01 -0700 (PDT) Message-ID: <5f36a1bb0809050935m440e0ffem477b92fde0c5a049@mail.gmail.com> Date: Fri, 5 Sep 2008 18:35:01 +0200 From: "Jonathan Weiss" To: "Philip M. Gollucci" In-Reply-To: <48C15F41.5020303@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200809051151.m85BpbFC064202@freefall.freebsd.org> <48C15F41.5020303@p6m7g8.com> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/126417: [PATCH] devel/rubygem-activesupport: update to 2.1.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, 05 Sep 2008 17:01:42 -0000 > > Careful, this has implications with ruby, and rails. > > I'm highly dubious the ports infrastructure is ready yet. I'm waiting on the update of Rails to 2.2. Then ActiveSupport can be updated too. Updating only ActiveSupport will result in Rails being broken. Jonathan -- Jonathan Weiss http://blog.innerewut.de http://twitter.com/jweiss From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 21:15:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECFF9106566C; Fri, 5 Sep 2008 21:15:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C010D8FC16; Fri, 5 Sep 2008 21:15:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85LF1XO020379; Fri, 5 Sep 2008 21:15:01 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85LF1cl020373; Fri, 5 Sep 2008 21:15:01 GMT (envelope-from amdmi3) Date: Fri, 5 Sep 2008 21:15:01 GMT Message-Id: <200809052115.m85LF1cl020373@freefall.freebsd.org> To: bdluevel@heitec.net, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/126206: [PATCH] print/lout: update to 3.36 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, 05 Sep 2008 21:15:02 -0000 Synopsis: [PATCH] print/lout: update to 3.36 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Fri Sep 5 21:15:00 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126206 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 21:19:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76A381065675; Fri, 5 Sep 2008 21:19:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 493F28FC1B; Fri, 5 Sep 2008 21:19:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85LJ7sN020496; Fri, 5 Sep 2008 21:19:07 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85LJ7eq020492; Fri, 5 Sep 2008 21:19:07 GMT (envelope-from amdmi3) Date: Fri, 5 Sep 2008 21:19:07 GMT Message-Id: <200809052119.m85LJ7eq020492@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/124967: New port: mail/zms A specialized mail gateway system for using a user specified SMTP server via LDAP and proxying 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, 05 Sep 2008 21:19:08 -0000 Synopsis: New port: mail/zms A specialized mail gateway system for using a user specified SMTP server via LDAP and proxying Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Fri Sep 5 21:19:07 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=124967 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 21:40:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B7FD1065676 for ; Fri, 5 Sep 2008 21:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3845E8FC1A for ; Fri, 5 Sep 2008 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Le0Ah023069 for ; Fri, 5 Sep 2008 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Le03n023068; Fri, 5 Sep 2008 21:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 21:40:00 GMT Resent-Message-Id: <200809052140.m85Le03n023068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gary Palmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85BC81065671 for ; Fri, 5 Sep 2008 21:32:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 70DA88FC1B for ; Fri, 5 Sep 2008 21:32:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m85LWbFY059635 for ; Fri, 5 Sep 2008 21:32:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m85LWbug059634; Fri, 5 Sep 2008 21:32:37 GMT (envelope-from nobody) Message-Id: <200809052132.m85LWbug059634@www.freebsd.org> Date: Fri, 5 Sep 2008 21:32:37 GMT From: Gary Palmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127122: [patch] security/clamav update to 0.94 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, 05 Sep 2008 21:40:06 -0000 >Number: 127122 >Category: ports >Synopsis: [patch] security/clamav update to 0.94 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 21:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gary Palmer >Release: N/A >Organization: N/A >Environment: N/A >Description: >From clamav.net: The feature list includes: * Improved anti-Phishing technology * Improved scanning of scripts * Data Loss Prevention (DLP) * Improved PUA Detection * IPv6 support * More flexibility when scanning remote file systems * Better scalability for high throughput users * Improved QA and unit testing * Improved signature based malware detection For more details, please refer to http://www.clamav.net/press/0.94-WhatsNew.pdf >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/clamav/Makefile,v retrieving revision 1.120 diff -d -u -r1.120 Makefile --- Makefile 21 Aug 2008 14:25:33 -0000 1.120 +++ Makefile 5 Sep 2008 19:57:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.93.3 +PORTVERSION= 0.94 CATEGORIES= security MASTER_SITES= SF Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/clamav/distinfo,v retrieving revision 1.48 diff -d -u -r1.48 distinfo --- distinfo 7 Jul 2008 20:37:37 -0000 1.48 +++ distinfo 5 Sep 2008 20:00:05 -0000 @@ -1,3 +1,3 @@ -MD5 (clamav-0.93.3.tar.gz) = 06d87fbece062e5c0661ee07703208c9 -SHA256 (clamav-0.93.3.tar.gz) = 7aa98796671dfe3db5a20e25669404c4e4461d2a6c77de352edf99f2c989e500 -SIZE (clamav-0.93.3.tar.gz) = 18242568 +MD5 (clamav-0.94.tar.gz) = d3f6d5fff2db81950491749166ab0ffa +SHA256 (clamav-0.94.tar.gz) = ae188c18936ea9154eb6a85ea553c29f4349ee3e95457055fae5fe1b981af602 +SIZE (clamav-0.94.tar.gz) = 20509228 Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/security/clamav/files/patch-configure,v retrieving revision 1.10 diff -d -u -r1.10 patch-configure --- files/patch-configure 13 Mar 2007 20:11:16 -0000 1.10 +++ files/patch-configure 5 Sep 2008 20:19:24 -0000 @@ -26,21 +26,3 @@ fi fi -@@ -23087,7 +23093,7 @@ - ;; - freebsd*) - if test "$have_pthreads" = "yes"; then -- THREAD_LIBS="-pthread -lc_r" -+ THREAD_LIBS="%%PTHREAD_LIBS%%" - TH_SAFE="-thread-safe" - - cat >>confdefs.h <<\_ACEOF -@@ -23427,7 +23433,7 @@ - if test "$have_milter" = "yes"; then - - save_LDFLAGS="$LDFLAGS" -- CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread" -+ CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS %%PTHREAD_LIBS%%" - if test -d /usr/lib/libmilter ; then - CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter" - fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 21:40:17 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C00361065678; Fri, 5 Sep 2008 21:40:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9312C8FC16; Fri, 5 Sep 2008 21:40:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85LeHAb023251; Fri, 5 Sep 2008 21:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85LeHJ1023247; Fri, 5 Sep 2008 21:40:17 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 21:40:17 GMT Message-Id: <200809052140.m85LeHJ1023247@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127122: [patch] security/clamav update to 0.94 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, 05 Sep 2008 21:40:17 -0000 Synopsis: [patch] security/clamav update to 0.94 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 21:40:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127122 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 21:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23911065679 for ; Fri, 5 Sep 2008 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA6DA8FC1C for ; Fri, 5 Sep 2008 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Lo1pO023460 for ; Fri, 5 Sep 2008 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85Lo1le023459; Fri, 5 Sep 2008 21:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 21:50:01 GMT Resent-Message-Id: <200809052150.m85Lo1le023459@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michel PASSET Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE10B1065672 for ; Fri, 5 Sep 2008 21:42:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C8EF28FC1C for ; Fri, 5 Sep 2008 21:42:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m85Lgwsw060684 for ; Fri, 5 Sep 2008 21:42:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m85LgwGG060683; Fri, 5 Sep 2008 21:42:58 GMT (envelope-from nobody) Message-Id: <200809052142.m85LgwGG060683@www.freebsd.org> Date: Fri, 5 Sep 2008 21:42:58 GMT From: Michel PASSET To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127123: Lsof: upgrade to lsof-4.81D,2 hang 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, 05 Sep 2008 21:50:01 -0000 >Number: 127123 >Category: ports >Synopsis: Lsof: upgrade to lsof-4.81D,2 hang >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: Fri Sep 05 21:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Michel PASSET >Release: 7-Stable >Organization: >Environment: FreeBSD kodiak.graouf.com 7.0-STABLE FreeBSD 7.0-STABLE #18: Sun Aug 24 17:56:25 CEST 2008 root@kodiak.graouf.com:/usr/obj/usr/src/sys/KODIAK i386 >Description: portmaster lsof ===>>> Gathering distinfo list for installed ports ===>>> Currently installed version: lsof-4.81A,2 ===>>> Port directory: /usr/ports/sysutils/lsof ===>>> Launching 'make checksum' for sysutils/lsof in background ===>>> Gathering dependency list for sysutils/lsof from ports ===>>> No dependencies for sysutils/lsof ===>>> Starting build for sysutils/lsof <<<=== ===>>> The 'make config' check found no dependencies to update ===> Cleaning for lsof-4.81D,2 ===> Extracting for lsof-4.81D,2 => MD5 Checksum OK for lsof_4.81D.freebsd.tar.bz2. => SHA256 Checksum OK for lsof_4.81D.freebsd.tar.bz2. ===> Patching for lsof-4.81D,2 ===> Applying FreeBSD patches for lsof-4.81D,2 ===> Configuring for lsof-4.81D,2 Creating ./lockf_owner.h from /usr/src/sys/kern/kern_lockf.c ./lockf_owner.h creation succeeded. rm -f ddev.c dfile.c dlsof.h dmnt.c dnode*.c dproc.c dproto.h dsock.c dstore.c dzfs.h kernelbase.h machine.h machine.h.old new_machine.h __lseek.s Makefile Makefile.zfs ./tests/config.cflags rm -f ./tests/config.cc ./tests/config.xobj ./tests/config.ldflags Testing C library for localtime() and strftime(), using cc ... present ln -s dialects/freebsd/dlsof.h dlsof.h ln -s dialects/freebsd/dmnt.c dmnt.c ln -s dialects/freebsd/dnode.c dnode.c ln -s dialects/freebsd/dnode1.c dnode1.c ln -s dialects/freebsd/dnode2.c dnode2.c ln -s dialects/freebsd/dproc.c dproc.c ln -s dialects/freebsd/dproto.h dproto.h ln -s dialects/freebsd/dsock.c dsock.c ln -s dialects/freebsd/dstore.c dstore.c ln -s dialects/freebsd/dzfs.h dzfs.h ln -s dialects/freebsd/machine.h machine.h Makefile and lib/Makefile created. Makefile.zfs created. ./tests/config.cc created ./tests/config.cflags created ./tests/config.ldflags created ./tests/config.xobj created ===> Building for lsof-4.81D,2 (cd lib; /usr/bin/make DEBUG="-O" CFGF="-fno-strict-aliasing -pipe -march=nocona -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_ZFS -DHAS_LOCKF_ENTRY -DFREEBSDV=7000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR=\"7.0-STABLE\"") cc -fno-strict-aliasing -pipe -march=nocona -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_ZFS -DHAS_LOCKF_ENTRY -DFREEBSDV=7000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR="7.0-STABLE" -I/usr/src/sys -O -c ckkv.c In file included from ckkv.c:33: ./machine.h:62: error: redefinition of typedef 'cpumask_t' /usr/src/sys/sys/types.h:146: error: previous declaration of 'cpumask_t' was here *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.81D.freebsd/lib. *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.81D.freebsd. *** Error code 1 Stop in /usr/ports/sysutils/lsof. ===>>> make failed for sysutils/lsof ===>>> Aborting update >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 22:07:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65519106567A; Fri, 5 Sep 2008 22:07:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 37A858FC1F; Fri, 5 Sep 2008 22:07:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85M7RSx024233; Fri, 5 Sep 2008 22:07:27 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85M7Rpi024229; Fri, 5 Sep 2008 22:07:27 GMT (envelope-from amdmi3) Date: Fri, 5 Sep 2008 22:07:27 GMT Message-Id: <200809052207.m85M7Rpi024229@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/123558: [PATCH] www/mhonarc: install perl modules in perl lib directory 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, 05 Sep 2008 22:07:27 -0000 Synopsis: [PATCH] www/mhonarc: install perl modules in perl lib directory Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Fri Sep 5 22:07:26 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=123558 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 22:10:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2438C1065676 for ; Fri, 5 Sep 2008 22:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F05D28FC2A for ; Fri, 5 Sep 2008 22:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85MA6Hg024352 for ; Fri, 5 Sep 2008 22:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85MA6Fo024351; Fri, 5 Sep 2008 22:10:06 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 22:10:06 GMT Resent-Message-Id: <200809052210.m85MA6Fo024351@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00CE3106564A for ; Fri, 5 Sep 2008 22:09:52 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id BC01E8FC14 for ; Fri, 5 Sep 2008 22:09:51 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m85M9pnk066280; Fri, 5 Sep 2008 15:09:51 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m85M9pXO066279; Fri, 5 Sep 2008 15:09:51 -0700 (PDT) (envelope-from leeym) Message-Id: <200809052209.m85M9pXO066279@cn1.leeym.com> Date: Fri, 5 Sep 2008 15:09:51 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/127124: [PATCH] devel/p5-Devel-Size: update to 0.71 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, 05 Sep 2008 22:10:07 -0000 >Number: 127124 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-Size: update to 0.71 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 22:10:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.71 Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Devel-Size-0.71.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Size/Makefile,v retrieving revision 1.10 diff -u -d -b -w -u -r1.10 Makefile --- Makefile 31 Aug 2007 13:37:15 -0000 1.10 +++ Makefile 5 Sep 2008 22:09:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Devel-Size -PORTVERSION= 0.69 +PORTVERSION= 0.71 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Size/distinfo,v retrieving revision 1.11 diff -u -d -b -w -u -r1.11 distinfo --- distinfo 27 Aug 2007 13:46:28 -0000 1.11 +++ distinfo 5 Sep 2008 22:09:43 -0000 @@ -1,3 +1,3 @@ -MD5 (Devel-Size-0.69.tar.gz) = 07ea62080f40a7cc7dd2e519ba4f4143 -SHA256 (Devel-Size-0.69.tar.gz) = 8f05dda2283cc06445a1a705c955267ad540146504ee02e6369dbd35ff97920b -SIZE (Devel-Size-0.69.tar.gz) = 25793 +MD5 (Devel-Size-0.71.tar.gz) = 9504441ae609b39d70384a9fdc186362 +SHA256 (Devel-Size-0.71.tar.gz) = 8dd8a437c1ab9b20e4abe25923a47398e42f174dc39dd58f4cc931b417c135f5 +SIZE (Devel-Size-0.71.tar.gz) = 28753 --- p5-Devel-Size-0.71.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 22:10:21 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410BB1065671; Fri, 5 Sep 2008 22:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13B9D8FC22; Fri, 5 Sep 2008 22:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85MAKXY024469; Fri, 5 Sep 2008 22:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85MAK26024465; Fri, 5 Sep 2008 22:10:20 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 22:10:20 GMT Message-Id: <200809052210.m85MAK26024465@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127124: [PATCH] devel/p5-Devel-Size: update to 0.71 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, 05 Sep 2008 22:10:21 -0000 Synopsis: [PATCH] devel/p5-Devel-Size: update to 0.71 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 22:10:20 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127124 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 22:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C34421065671 for ; Fri, 5 Sep 2008 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8308FC20 for ; Fri, 5 Sep 2008 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85MU1hY026381 for ; Fri, 5 Sep 2008 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85MU14I026378; Fri, 5 Sep 2008 22:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 22:30:01 GMT Resent-Message-Id: <200809052230.m85MU14I026378@freefall.freebsd.org> 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 Samorukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3A1065675 for ; Fri, 5 Sep 2008 22:21:50 +0000 (UTC) (envelope-from root@deepvision.tsua.net) Received: from deepvision.tsua.net (s2.sdv.com.ua [212.40.43.22]) by mx1.freebsd.org (Postfix) with ESMTP id D19118FC14 for ; Fri, 5 Sep 2008 22:21:49 +0000 (UTC) (envelope-from root@deepvision.tsua.net) Received: from root by deepvision.tsua.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KbjgZ-000JVd-Nh; Sat, 06 Sep 2008 01:21:47 +0300 Message-Id: Date: Sat, 06 Sep 2008 01:21:47 +0300 From: Alex Samorukov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: samm@os2.kiev.ua Subject: ports/127125: [MAINTAINER] graphics/cuneiform: update to 0.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: Fri, 05 Sep 2008 22:30:01 -0000 >Number: 127125 >Category: ports >Synopsis: [MAINTAINER] graphics/cuneiform: update to 0.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: Fri Sep 05 22:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: Shevchenko Didkovskiy and Partners >Environment: System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #4: Fri Mar 28 05:16:52 EET 2008 >Description: - Update to 0.4.0 Removed file(s): - files/patch-upstream Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cuneiform-0.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/Makefile /usr/home/samm/tmp/cuneiform/Makefile --- /usr/ports/graphics/cuneiform/Makefile 2008-08-23 15:45:32.000000000 +0300 +++ /usr/home/samm/tmp/cuneiform/Makefile 2008-09-06 01:20:50.000000000 +0300 @@ -6,9 +6,10 @@ # PORTNAME= cuneiform -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/cuneiform-linux/${PORTVERSION:R}/${PORTVERSION:R}/+download/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= samm@os2.kiev.ua COMMENT= OCR system developed and open sourced by Cognitive technologies @@ -39,7 +40,6 @@ ${MKDIR} ${WRKSRC} post-patch: - @${REINPLACE_CMD} -e 's|lib64|lib|' ${WRKSRC}/../CMakeLists.txt .if !defined(WITH_IMAGEMAGICK) @${REINPLACE_CMD} -e '/pkg_check_modules.*ImageMagick/ d' \ ${WRKSRC}/../cuneiform_src/Kern/CMakeLists.txt diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/distinfo /usr/home/samm/tmp/cuneiform/distinfo --- /usr/ports/graphics/cuneiform/distinfo 2008-08-23 15:45:32.000000000 +0300 +++ /usr/home/samm/tmp/cuneiform/distinfo 2008-09-06 01:05:47.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (cuneiform-0.3.1.tar.bz2) = 4b819517200764a5423329dc45033c16 -SHA256 (cuneiform-0.3.1.tar.bz2) = 9a48da92489b44d86db06e3aa273afb2375d19161e94e293d74341dbdab92971 -SIZE (cuneiform-0.3.1.tar.bz2) = 30110799 +MD5 (cuneiform-0.4.tar.bz2) = 08b93d50db47b31a86b1f79a3f4e9ad8 +SHA256 (cuneiform-0.4.tar.bz2) = a3e024f144cdc8d16e776096a72e73928fbd454def6b48e0c4e0d4b7eed220f0 +SIZE (cuneiform-0.4.tar.bz2) = 30671830 diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/files/patch-upstream /usr/home/samm/tmp/cuneiform/files/patch-upstream --- /usr/ports/graphics/cuneiform/files/patch-upstream 2008-08-23 15:45:33.000000000 +0300 +++ /usr/home/samm/tmp/cuneiform/files/patch-upstream 1970-01-01 03:00:00.000000000 +0300 @@ -1,213 +0,0 @@ -=== modified file 'cuneiform_src/Kern/ccom/src/ccom_loc.c' ---- cuneiform_src/Kern/ccom/src/ccom_loc.c 2008-07-29 09:38:01 +0000 -+++ cuneiform_src/Kern/ccom/src/ccom_loc.c 2008-08-22 08:22:46 +0000 -@@ -87,7 +87,7 @@ - - if (bChangeSize) // one should change a size of raster - { -- for(line=linerep,wmax=len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((int)line+line->lth)) -+ for(line=linerep,wmax=len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((intptr_t)line+line->lth)) - { - for(inter = (CCOM_interval*)(line+1), i=0; ih; i++, inter++) - { -@@ -106,7 +106,7 @@ - } - else //bChangeSize==false one should not change a size of raster - { -- for(line=linerep,wmax=len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((int)line+line->lth)) -+ for(line=linerep,wmax=len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((intptr_t)line+line->lth)) - { - for(inter = (CCOM_interval*)(line+1), i=0; ih; i++, inter++) - { -@@ -133,7 +133,7 @@ - return FALSE; - ww = REC_GW_WORD8(rec->lnPixWidth); - --for(line=linerep,len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((int)line+line->lth)) -+for(line=linerep,len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((intptr_t)line+line->lth)) - { - for(inter = (CCOM_interval*)(line+1), i=0; ih; i++, inter++) - { -@@ -175,7 +175,7 @@ - return FALSE; - ww = REC_GW_WORD8(rec->lnPixWidth); - --for(line=linerep,len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((int)line+line->lth)) -+for(line=linerep,len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((intptr_t)line+line->lth)) - { - for(inter = (CCOM_interval*)(line+1), i=0; ih; i++, inter++) - { - -=== modified file 'cuneiform_src/Kern/cuneiform-cli.cpp' ---- cuneiform_src/Kern/cuneiform-cli.cpp 2008-08-05 09:29:31 +0000 -+++ cuneiform_src/Kern/cuneiform-cli.cpp 2008-08-22 13:58:24 +0000 -@@ -41,8 +41,7 @@ - const char *name; - }; - --/* Language codes according to ISO 639-2. Most of these don't seem to have -- * corresponding data files. A bug? -+/* Language codes according to ISO 639-2. - */ - static const langlist langs[] = { - {PUMA_LANG_ENGLISH, "eng"}, -@@ -60,10 +59,10 @@ - {PUMA_LANG_DANISH, "dan"}, - {PUMA_LANG_PORTUGUESE,"por"}, - {PUMA_LANG_DUTCH, "dut"}, -- {PUMA_LANG_DIG, "dig"}, // What is this language? -- {PUMA_LANG_UZBEK, "uzb"}, -- {PUMA_LANG_KAZ, "kaz"}, -- {PUMA_LANG_KAZ_ENG, "kazeng"}, -+// {PUMA_LANG_DIG, "dig"}, // These four languages don't seem to have data files. -+// {PUMA_LANG_UZBEK, "uzb"}, // Thus they are disabled. -+// {PUMA_LANG_KAZ, "kaz"}, -+// {PUMA_LANG_KAZ_ENG, "kazeng"}, - {PUMA_LANG_CZECH, "cze"}, - {PUMA_LANG_ROMAN, "rum"}, - {PUMA_LANG_HUNGAR, "hun"}, -@@ -160,6 +159,8 @@ - char *dib; - const char *infilename = NULL; - Word32 langcode = PUMA_LANG_ENGLISH; // By default recognize plain english text. -+ Bool32 dotmatrix = FALSE; -+ Bool32 fax = FALSE; - const char *defaulttextname = "cuneiform-out.txt"; - const char *defaulthtmlname = "cuneiform-out.html"; - const char *outfilename = NULL; -@@ -170,6 +171,7 @@ - for(int i=1; i= argc) { - print_supported_languages(); - return 1; -@@ -193,6 +195,10 @@ - outfilename = argv[i]; - } else if(strcmp(argv[i], "--html") == 0) { - outputformat = PUMA_TOHTML; -+ } else if(strcmp(argv[i], "--dotmatrix") == 0) { -+ dotmatrix = TRUE; -+ } else if(strcmp(argv[i], "--fax") == 0) { -+ fax = TRUE; - } else { - /* No switches, so set input file. */ - infilename = argv[i]; -@@ -208,7 +214,7 @@ - } - - if(infilename == NULL) { -- printf("Usage: %s [-l languagename --html -o result_file] imagefile\n", argv[0]); -+ printf("Usage: %s [-l languagename --html --dotmatrix --fax -o result_file] imagefile\n", argv[0]); - return 0; - } - -@@ -224,6 +230,8 @@ - - // Set the language. - PUMA_SetImportData(PUMA_Word32_Language, &langcode); -+ PUMA_SetImportData(PUMA_Bool32_DotMatrix, &dotmatrix); -+ PUMA_SetImportData(PUMA_Bool32_Fax100, &fax); - - if(!PUMA_XOpen(dib, "none.txt")) { - printf("PUMA_Xopen failed.\n"); - -=== modified file 'cuneiform_src/Kern/rblock/sources/h/pic_n_table.h' ---- cuneiform_src/Kern/rblock/sources/h/pic_n_table.h 2008-07-29 09:38:01 +0000 -+++ cuneiform_src/Kern/rblock/sources/h/pic_n_table.h 2008-08-22 08:22:46 +0000 -@@ -58,4 +58,4 @@ - Bool32 DeleteRootsFromTables (void); - Bool32 DeleteRootsFromPictures (void); - Bool32 CarefulPicturesAllotment(Int32); --Bool32 SearchPicturesSecond (Int32 hCCOM, Bool32 BLOCKS, CCOM_comp * comp); -+Bool32 SearchPicturesSecond (Handle hCCOM, Bool32 BLOCKS, CCOM_comp * comp); - -=== modified file 'cuneiform_src/Kern/rblock/sources/new_c/_loadroots.c' ---- cuneiform_src/Kern/rblock/sources/new_c/_loadroots.c 2008-07-29 09:38:01 +0000 -+++ cuneiform_src/Kern/rblock/sources/new_c/_loadroots.c 2008-08-22 08:22:46 +0000 -@@ -223,7 +223,7 @@ - //////////////////////////////////////////////////////////////////////////////// - - //////////////////////////////////////////////////////////////////////////////// --Bool32 PicturesSecondStage(Int32 hCCOM,Handle hCPAGE) -+Bool32 PicturesSecondStage(Handle hCCOM,Handle hCPAGE) - { - /************** final union all crossed and included pictures ******************/ - -@@ -527,9 +527,9 @@ - return TRUE; - } - --Bool32 FillBigLetters (Int32 hCCOM,Handle hCPAGE) -+Bool32 FillBigLetters (Handle hCCOM,Handle hCPAGE) - { -- Word32 BlockType; -+ Handle BlockType; - Handle pBlock; - RPIC_Comp_Rect CompRect; // òèïè÷íûé Rect16 - -@@ -557,7 +557,7 @@ - } - - --Bool32 FillPicsInTables (Int32 hCCOM,Handle hCPAGE) -+Bool32 FillPicsInTables (Handle hCCOM,Handle hCPAGE) - { - //CCOM_comp common; - POLY_ block; -@@ -622,7 +622,7 @@ - - /************************************************************************/ - --Bool32 ReadRoots(Int32 hCCOM, Bool32 BLOCKS) -+Bool32 ReadRoots(Handle hCCOM, Bool32 BLOCKS) - { - CCOM_comp * comp = NULL; - Handle pPage; - -=== modified file 'cuneiform_src/Kern/rblock/sources/new_c/_pic_n_table.c' ---- cuneiform_src/Kern/rblock/sources/new_c/_pic_n_table.c 2008-07-29 09:38:01 +0000 -+++ cuneiform_src/Kern/rblock/sources/new_c/_pic_n_table.c 2008-08-22 08:22:46 +0000 -@@ -202,7 +202,7 @@ - return TRUE; - } - --Bool32 SearchPicturesSecond (Int32 hCCOM, Bool32 BLOCKS, CCOM_comp * comp) -+Bool32 SearchPicturesSecond (Handle hCCOM, Bool32 BLOCKS, CCOM_comp * comp) - { - return TRUE; - } - -=== modified file 'cuneiform_src/Kern/rstr/src/p2_bold.c' ---- cuneiform_src/Kern/rstr/src/p2_bold.c 2008-07-29 09:38:01 +0000 -+++ cuneiform_src/Kern/rstr/src/p2_bold.c 2008-08-22 08:22:46 +0000 -@@ -230,7 +230,7 @@ - CCOM_interval * inter; - int len,i,j; - -- for(line=linerep,len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((int)line+line->lth)) -+ for(line=linerep,len=0; lenlth; len+=line->lth,line=(CCOM_lnhead *)((intptr_t)line+line->lth)) - { - // íà÷àëî ëèíèè (line->row) - íàì íå âàæíî - for(inter = (CCOM_interval*)(line+1), i=0; ih; i++, inter++) - -=== modified file 'readme.txt' ---- readme.txt 2008-08-21 12:09:05 +0000 -+++ readme.txt 2008-08-22 13:01:28 +0000 -@@ -54,7 +54,7 @@ - - After install you simply run. - --cuneiform [-l language -o result_file --html] -+cuneiform [-l language -o result_file --html --dotmatrix --fax] - - Output is written to pumaout.txt. Cuneiform assumes that your image contains - only a single column of text. -@@ -74,4 +74,4 @@ - Contact information - - Project home page: https://launchpad.net/cuneiform-linux --Email: jpakkane at gmail -+Mailing list: https://launchpad.net/~cuneiform - --- cuneiform-0.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 23:00:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BDC71065671 for ; Fri, 5 Sep 2008 23:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D747F8FC13 for ; Fri, 5 Sep 2008 23:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85N0Ar8029156 for ; Fri, 5 Sep 2008 23:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85N0A8s029155; Fri, 5 Sep 2008 23:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 23:00:10 GMT Resent-Message-Id: <200809052300.m85N0A8s029155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A28D61065670 for ; Fri, 5 Sep 2008 22:59:02 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 69C4C8FC18 for ; Fri, 5 Sep 2008 22:59:02 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m85Mx1i1006338; Fri, 5 Sep 2008 15:59:01 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m85Mx10V006337; Fri, 5 Sep 2008 15:59:01 -0700 (PDT) (envelope-from leeym) Message-Id: <200809052259.m85Mx10V006337@cn1.leeym.com> Date: Fri, 5 Sep 2008 15:59:01 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tolid@plab.ku.dk Subject: ports/127126: [PATCH] graphics/p5-Image-Size: update to 3.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: Fri, 05 Sep 2008 23:00:11 -0000 >Number: 127126 >Category: ports >Synopsis: [PATCH] graphics/p5-Image-Size: update to 3.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 23:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 3.1.1 Port maintainer (tolid@plab.ku.dk) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Image-Size-3.1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Image-Size/Makefile,v retrieving revision 1.39 diff -u -d -b -w -u -r1.39 Makefile --- Makefile 17 Apr 2008 14:26:43 -0000 1.39 +++ Makefile 5 Sep 2008 22:58:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Image-Size -PORTVERSION= 3.01 +PORTVERSION= 3.1.1 CATEGORIES= graphics www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ MAINTAINER= tolid@plab.ku.dk COMMENT= Perl5 module to determine the size of images in several common formats -BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib PERL_MODBUILD= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Image-Size/distinfo,v retrieving revision 1.20 diff -u -d -b -w -u -r1.20 distinfo --- distinfo 31 Oct 2006 02:37:06 -0000 1.20 +++ distinfo 5 Sep 2008 22:58:56 -0000 @@ -1,3 +1,3 @@ -MD5 (Image-Size-3.01.tar.gz) = 1487850535c2425fa0efdc70269376e2 -SHA256 (Image-Size-3.01.tar.gz) = b6a158f1876159cc7cc81bc4414cc78f17bd6d3804d9dc15ab3b4db617929d66 -SIZE (Image-Size-3.01.tar.gz) = 140960 +MD5 (Image-Size-3.1.1.tar.gz) = 4e1f653e1ec6989b3afcc8474ea268f0 +SHA256 (Image-Size-3.1.1.tar.gz) = e01f3730eca12ecdf34a5dc1109491f88b9d7e7429bcfe893e0c1df4fe19d26e +SIZE (Image-Size-3.1.1.tar.gz) = 142860 --- p5-Image-Size-3.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 23:00:19 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5596106564A; Fri, 5 Sep 2008 23:00:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 876F88FC1A; Fri, 5 Sep 2008 23:00:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85N0JZb029299; Fri, 5 Sep 2008 23:00:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85N0Jxb029295; Fri, 5 Sep 2008 23:00:19 GMT (envelope-from edwin) Date: Fri, 5 Sep 2008 23:00:19 GMT Message-Id: <200809052300.m85N0Jxb029295@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127126: [PATCH] graphics/p5-Image-Size: update to 3.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: Fri, 05 Sep 2008 23:00:19 -0000 Synopsis: [PATCH] graphics/p5-Image-Size: update to 3.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 5 23:00:19 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127126 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 5 23:19:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF1A21065675; Fri, 5 Sep 2008 23:19:09 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 808558FC18; Fri, 5 Sep 2008 23:19:09 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (beech@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m85NJ9P9031311; Fri, 5 Sep 2008 23:19:09 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m85NJ9u0031307; Fri, 5 Sep 2008 23:19:09 GMT (envelope-from beech) Date: Fri, 5 Sep 2008 23:19:09 GMT Message-Id: <200809052319.m85NJ9u0031307@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/127125: [MAINTAINER] graphics/cuneiform: update to 0.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: Fri, 05 Sep 2008 23:19:09 -0000 Synopsis: [MAINTAINER] graphics/cuneiform: update to 0.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Fri Sep 5 23:18:31 UTC 2008 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=127125 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 00:17:24 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EB79106566C; Sat, 6 Sep 2008 00:17:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D321E8FC17; Sat, 6 Sep 2008 00:17:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m860HNg3036541; Sat, 6 Sep 2008 00:17:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m860HN3k036537; Sat, 6 Sep 2008 00:17:23 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 00:17:23 GMT Message-Id: <200809060017.m860HN3k036537@freefall.freebsd.org> To: michel@graouf.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127123: sysutils/lsof: upgrade to lsof-4.81D,2 hang 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, 06 Sep 2008 00:17:24 -0000 Synopsis: sysutils/lsof: upgrade to lsof-4.81D,2 hang State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 6 00:17:23 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127123 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 00:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB601106564A for ; Sat, 6 Sep 2008 00:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B33CC8FC15 for ; Sat, 6 Sep 2008 00:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m860K2Ij036708 for ; Sat, 6 Sep 2008 00:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m860K2H0036707; Sat, 6 Sep 2008 00:20:02 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 00:20:02 GMT Message-Id: <200809060020.m860K2H0036707@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127123: sysutils/Lsof: upgrade to lsof-4.81D,2 hang 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: Sat, 06 Sep 2008 00:20:02 -0000 The following reply was made to PR ports/127123; it has been noted by GNATS. From: Edwin Groothuis To: ler@lerctr.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/127123: sysutils/Lsof: upgrade to lsof-4.81D,2 hang Date: Sat, 6 Sep 2008 00:17:22 UT Maintainer of sysutils/lsof, Please note that PR ports/127123 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127123 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 00:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00C691065671 for ; Sat, 6 Sep 2008 00:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C2B528FC19 for ; Sat, 6 Sep 2008 00:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m860e2Nl039184 for ; Sat, 6 Sep 2008 00:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m860e2S6039183; Sat, 6 Sep 2008 00:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 00:40:02 GMT Resent-Message-Id: <200809060040.m860e2S6039183@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67DA71065672 for ; Sat, 6 Sep 2008 00:33:29 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 1EDDA8FC18 for ; Sat, 6 Sep 2008 00:33:29 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 76AE12218A25; Sat, 6 Sep 2008 10:33:28 +1000 (EST) Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 37A1F21B5117 for ; Sat, 6 Sep 2008 10:33:28 +1000 (EST) Received: from k7.mavetju (ppp121-44-125-22.lns10.syd6.internode.on.net [121.44.125.22]) by mail5auth.barnet.com.au (Postfix) with ESMTP id E696C2218992 for ; Sat, 6 Sep 2008 10:33:27 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 6020B298; Sat, 6 Sep 2008 10:33:29 +1000 (EST) Message-Id: <20080906003329.6020B298@k7.mavetju> Date: Sat, 6 Sep 2008 10:33:29 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127128: ports-mgmt/portlint - WWW URL can start with https 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: Sat, 06 Sep 2008 00:40:03 -0000 >Number: 127128 >Category: ports >Synopsis: ports-mgmt/portlint - WWW URL can start with https >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 Sep 06 00:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin@k7.mavetju:/usr/src/sys/i386/compile/k7 i386 >Description: The pkg-descr I just commited contains as WWW URL: WWW: https://jogl.dev.java.net/ Portlint complains about it as: [~/cvs/ports/graphics/jogl] edwin@k7>portlint WARN: /usr/home/edwin/cvs/ports/graphics/jogl/pkg-descr: WWW URL, https://jogl.dev.java.net/ should begin with "http://". https:// should be allowed without complaints. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 00:40:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD4BF1065672; Sat, 6 Sep 2008 00:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ACB2F8FC08; Sat, 6 Sep 2008 00:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m860eB0C039336; Sat, 6 Sep 2008 00:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m860eBVw039332; Sat, 6 Sep 2008 00:40:11 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 00:40:11 GMT Message-Id: <200809060040.m860eBVw039332@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127128: ports-mgmt/portlint - WWW URL can start with https 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, 06 Sep 2008 00:40:12 -0000 Synopsis: ports-mgmt/portlint - WWW URL can start with https Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 00:40:11 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127128 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 02:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D28A0106568D for ; Sat, 6 Sep 2008 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A49DA8FC0A for ; Sat, 6 Sep 2008 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m862A2AG046122 for ; Sat, 6 Sep 2008 02:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m862A20W046121; Sat, 6 Sep 2008 02:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 02:10:02 GMT Resent-Message-Id: <200809060210.m862A20W046121@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6F51065673 for ; Sat, 6 Sep 2008 02:00:12 +0000 (UTC) (envelope-from saper@saper.info) Received: from system.pl (ns356865.ovh.net [91.121.143.223]) by mx1.freebsd.org (Postfix) with ESMTP id B92D78FC13 for ; Sat, 6 Sep 2008 02:00:10 +0000 (UTC) (envelope-from saper@saper.info) Received: (qmail 11044 invoked by uid 10); 6 Sep 2008 04:00:08 +0200 Received: from radziecki.saper.info (localhost [127.0.0.1]) by radziecki.saper.info (8.14.2/8.14.2) with ESMTP id m861ti8Q088959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 6 Sep 2008 03:55:44 +0200 (CEST) (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.2/8.14.2/Submit) id m861thG5088946; Sat, 6 Sep 2008 03:55:43 +0200 (CEST) (envelope-from saper) Message-Id: <200809060155.m861thG5088946@radziecki.saper.info> Date: Sat, 6 Sep 2008 03:55:43 +0200 (CEST) From: Marcin Cieslak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: amdmi3@FreeBSD.org, stas@FreeBSD.system.pl Subject: ports/127130: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler [review req] 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, 06 Sep 2008 02:10:02 -0000 >Number: 127130 >Category: ports >Synopsis: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler [review req] >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 Sep 06 02:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 7.0-STABLE amd64 >Organization: http://saper.info >Environment: System: FreeBSD radziecki.saper.info 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed Jul 23 05:06:20 CEST 2008 >Description: MTASC is the first ActionScript 2 Open Source free compiler. It can compile large number of .as class files in a very short time and generate directly the corresponding SWF bytecode without relying on Macromedia Flash or other tools. WWW: http://mtasc.org/ 1. I had to create my own distfiles out of CVS: http://saper.info/distfiles/mtasc-1.14.tar.gz It would be nice if it could be hosted off the FreeBSD local directories. 2. Since I have never had anything to do with OCaml, this port should be reviewed. This compiler should be able to compile graphics/gnash test files. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mtasc-1.14.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: # # mtasc # mtasc/distinfo # mtasc/Makefile # mtasc/pkg-descr # mtasc/files # mtasc/files/patch-basepath # mtasc/pkg-plist # echo c - mtasc mkdir -p mtasc > /dev/null 2>&1 echo x - mtasc/distinfo sed 's/^X//' >mtasc/distinfo << 'dac7aec6bd11e437417cc98a4ae80c05' XMD5 (mtasc-1.14.tar.gz) = a1ffda6f414d443b5c5b380a483710d6 XSHA256 (mtasc-1.14.tar.gz) = 2808f65fe7865399657c058d9abeb04c47903241b8d33523fce52cdaae85537f XSIZE (mtasc-1.14.tar.gz) = 727167 dac7aec6bd11e437417cc98a4ae80c05 echo x - mtasc/Makefile sed 's/^X//' >mtasc/Makefile << '26be653a9224ca2a2932f6420a64f59f' X# New ports collection makefile for: mtasc X# Date created: 2008-09-06 X# Whom: Marcin Cieslak X# X# $FreeBSD$ X# X XPORTNAME= mtasc XPORTVERSION= 1.14 XCATEGORIES= lang www XMASTER_SITES= ${MASTER_SITE_LOCAL} X#MASTER_SITE_SUBDIR= X XMAINTAINER= saper@SYSTEM.PL XCOMMENT= Motion-Twin ActionScript 2 Compiler X XBUILD_DEPENDS= ${OCAML_SITELIBDIR}/extlib/extLib.cmi:${PORTSDIR}/devel/ocaml-extlib \ X ocamlfind:${PORTSDIR}/devel/ocaml-findlib X XWRKSRC= ${WRKDIR}/ocaml XUSE_OCAML= yes X XOCAMLLEX?= ${LOCALBASE}/bin/ocamllex XOCAMLOPT?= ${LOCALBASE}/bin/ocamlopt XOCAML_LIBS?= ${LOCALBASE}/${OCAML_SITELIBDIR} X XZLIB_OPTS= -cclib "${WRKSRC}/extc/extc_stubs.o" -cclib -lz extc.mli extc.ml XSWFLIB_INC= -I ${WRKSRC}/extc -I ${WRKSRC}/swflib XSWFLIB_FILES= as3.mli as3code.ml as3parse.ml swf.ml swfZip.ml actionScript.ml \ X swfParser.ml XMTASC_OBJ= expr.cmx lexer.cmx parser.cmx typer.cmx class.cmx plugin.cmx\ X genSwf.cmx main.cmx X XMAN1= mtasc.1 X X.if !defined(NOPORTDATA) XPORTDATA= std std8 X.endif X X.include X Xdo-build: X (cd ${WRKSRC}/extc && \ X ${OCAMLOPT} ${WRKSRC}/extc/extc_stubs.c && \ X ${OCAMLOPT} -a -o extc.cmxa ${ZLIB_OPTS} ) X (cd ${WRKSRC}/swflib && \ X ${OCAMLFIND} ocamlopt -package extlib \ X -a -o swflib.cmxa ${SWFLIB_INC} ${SWFLIB_FILES} ) X (cd ${WRKSRC}/mtasc && \ X ${OCAMLLEX} lexer.mll && \ X ${OCAMLOPT} -c expr.ml lexer.ml && \ X ${OCAMLOPT} -c -pp camlp4o parser.ml && \ X ${OCAMLFIND} ocamlopt -package extlib -c ${SWFLIB_INC} \ X typer.ml class.ml plugin.ml \ X genSwf.ml main.ml ) X (cd ${WRKSRC}/mtasc && \ X ${OCAMLFIND} ocamlopt -package extlib -linkpkg \ X -o ${WRKSRC}/mtasc-bin \ X ${WRKSRC}/extc/extc.cmxa \ X ${WRKSRC}/swflib/swflib.cmxa \ X ${MTASC_OBJ} ) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/mtasc-bin ${PREFIX}/bin/mtasc X.if !defined(NOPORTDATA) X @${MKDIR} ${DATADIR} X (cd ${WRKSRC}/mtasc && ${FIND} ${PORTDATA} -type f | ${CPIO} -pdmnu ${DATADIR}) X @${FIND} ${DATADIR} -type d -exec ${CHMOD} 555 {} \; X @${FIND} ${DATADIR} -type f -exec ${CHMOD} 444 {} \; X.endif X.if !defined(NO_INSTALL_MANPAGES) X ${INSTALL_MAN} ${WRKSRC}/mtasc/doc/mtasc.1 ${PREFIX}/man/man1 X.endif X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/mtasc/doc/*.txt ${DOCSDIR} X.endif X.if !defined(NOPORTEXAMPLES) X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/mtasc/doc/HelloWorld.as ${EXAMPLESDIR} X.endif X X.include 26be653a9224ca2a2932f6420a64f59f echo x - mtasc/pkg-descr sed 's/^X//' >mtasc/pkg-descr << '1b2e8e4f4e5982a4a34582fbb3929b3a' XMTASC is the first ActionScript 2 Open Source free compiler. X XIt can compile large number of .as class files in a very short time Xand generate directly the corresponding SWF bytecode without relying Xon Macromedia Flash or other tools. X XWWW: http://mtasc.org/ 1b2e8e4f4e5982a4a34582fbb3929b3a echo c - mtasc/files mkdir -p mtasc/files > /dev/null 2>&1 echo x - mtasc/files/patch-basepath sed 's/^X//' >mtasc/files/patch-basepath << 'a90ebbdd20c271fc59e1f84f7d5f1ece' X--- mtasc/main.ml.orig 2008-09-06 03:09:02.176005686 +0200 X+++ mtasc/main.ml 2008-09-06 03:11:37.642045225 +0200 X@@ -113,7 +113,7 @@ X ;; X try X let usage = "Motion-Twin ActionScript2 Compiler 1.14 - (c)2004-2008 Motion-Twin\n Usage : mtasc.exe [options] \n Options :" in X- let base_path = normalize_path (try Extc.executable_path() with _ -> ".") in X+ let base_path = normalize_path (try Extc.executable_path() ^ "/.." with _ -> "..") in X let files = ref [] in X let time = Sys.time() in X Plugin.class_path := [base_path;"";"/"]; X@@ -132,8 +132,8 @@ X ),": use precompiled mx package"); X ] @ !Plugin.options in X Arg.parse args_spec (fun file -> files := file :: !files) usage; X- Plugin.class_path := (base_path ^ "std/") :: !Plugin.class_path; X- if (match !GenSwf.version with Some x -> x >= 8 | None -> false) then Plugin.class_path := (base_path ^ "std8/") :: !Plugin.class_path; X+ Plugin.class_path := (base_path ^ "share/mtasc/std/") :: !Plugin.class_path; X+ if (match !GenSwf.version with Some x -> x >= 8 | None -> false) then Plugin.class_path := (base_path ^ "share/mtasc/std8/") :: !Plugin.class_path; X Hashtbl.remove Lexer.keywords "add"; X Parser.warning := (fun msg pos -> report ~do_exit:false (msg,pos) "Warning" (fun msg -> msg)); X if !files = [] then begin a90ebbdd20c271fc59e1f84f7d5f1ece echo x - mtasc/pkg-plist sed 's/^X//' >mtasc/pkg-plist << '874a16d92f717af47782e752b371d8e1' X@comment $FreeBSD$ Xbin/mtasc X%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt X%%PORTDOCS%%%%DOCSDIR%%/Future.txt X%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt X%%PORTDOCS%%%%DOCSDIR%%/Readme.txt X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HelloWorld.as X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% 874a16d92f717af47782e752b371d8e1 exit --- mtasc-1.14.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 02:55:56 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E68FA1065689; Sat, 6 Sep 2008 02:55:56 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54F718FC13; Sat, 6 Sep 2008 02:55:55 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (chinsan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m862tt7V051098; Sat, 6 Sep 2008 02:55:55 GMT (envelope-from chinsan@freefall.freebsd.org) Received: (from chinsan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m862ttnc051094; Sat, 6 Sep 2008 02:55:55 GMT (envelope-from chinsan) Date: Sat, 6 Sep 2008 02:55:55 GMT Message-Id: <200809060255.m862ttnc051094@freefall.freebsd.org> To: chinsan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: chinsan@FreeBSD.org Cc: Subject: Re: ports/127130: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler [review req] 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, 06 Sep 2008 02:55:57 -0000 Synopsis: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler [review req] Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Sat Sep 6 02:55:54 UTC 2008 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=127130 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 03:10:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9E48106566B for ; Sat, 6 Sep 2008 03:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 951A28FC08 for ; Sat, 6 Sep 2008 03:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m863A6qV051668 for ; Sat, 6 Sep 2008 03:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m863A6WF051667; Sat, 6 Sep 2008 03:10:06 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 03:10:06 GMT Message-Id: <200809060310.m863A6WF051667@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Larry Rosenman Cc: Subject: ports/127123 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 03:10:06 -0000 The following reply was made to PR ports/127123; it has been noted by GNATS. From: Larry Rosenman To: bug-followup@freebsd.org Cc: Michel PASSET Subject: ports/127123 Date: Fri, 5 Sep 2008 22:05:43 -0500 (CDT) Submitter, Please make sure you have done the following: 1) csup to the latest sources in your branch 2) make buildworld 3) make buildkernel 4) make installkernel 5) make insallworld then retry your lsof upgrade. The 00FAQ file in the source tarball explains this. Your error is indicative of the installed source tree and the world that is installed not being consistent. Thanks! Larry Rosenman sysutils/lsof maintainer -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 03:44:48 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BCB31065678; Sat, 6 Sep 2008 03:44:48 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFEC8FC1B; Sat, 6 Sep 2008 03:44:48 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (chinsan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m863imaD056242; Sat, 6 Sep 2008 03:44:48 GMT (envelope-from chinsan@freefall.freebsd.org) Received: (from chinsan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m863ilHG056238; Sat, 6 Sep 2008 03:44:47 GMT (envelope-from chinsan) Date: Sat, 6 Sep 2008 03:44:47 GMT Message-Id: <200809060344.m863ilHG056238@freefall.freebsd.org> To: ler@lerctr.org, michel@graouf.com, chinsan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: chinsan@FreeBSD.org Cc: Subject: Re: ports/127123: sysutils/lsof: upgrade to lsof-4.81D,2 hang 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, 06 Sep 2008 03:44:48 -0000 Synopsis: sysutils/lsof: upgrade to lsof-4.81D,2 hang State-Changed-From-To: feedback->closed State-Changed-By: chinsan State-Changed-When: Sat Sep 6 03:44:47 UTC 2008 State-Changed-Why: sysutils/lsof also builds well on my tinderbox, http://chinsan.info/tb/logs/7.0-FreeBSD/lsof-4.81D,2.log. The submitter maybe not sync kerenl/world with src/ tree http://www.freebsd.org/cgi/query-pr.cgi?pr=127123 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 03:45:59 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C2E81065672; Sat, 6 Sep 2008 03:45:59 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 711908FC0A; Sat, 6 Sep 2008 03:45:59 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from freefall.freebsd.org (chinsan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m863jx8E056320; Sat, 6 Sep 2008 03:45:59 GMT (envelope-from chinsan@freefall.freebsd.org) Received: (from chinsan@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m863jxbD056316; Sat, 6 Sep 2008 03:45:59 GMT (envelope-from chinsan) Date: Sat, 6 Sep 2008 03:45:59 GMT Message-Id: <200809060345.m863jxbD056316@freefall.freebsd.org> To: ler@lerctr.org, chinsan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: chinsan@FreeBSD.org Cc: Subject: Re: ports/127123: sysutils/lsof: upgrade to lsof-4.81D,2 hang 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, 06 Sep 2008 03:45:59 -0000 Synopsis: sysutils/lsof: upgrade to lsof-4.81D,2 hang Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Sat Sep 6 03:45:59 UTC 2008 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=127123 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 05:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA6F71065676 for ; Sat, 6 Sep 2008 05:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89E048FC15 for ; Sat, 6 Sep 2008 05:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m865A27p067857 for ; Sat, 6 Sep 2008 05:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m865A23P067856; Sat, 6 Sep 2008 05:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 05:10:02 GMT Resent-Message-Id: <200809060510.m865A23P067856@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Diekhans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE1051065670 for ; Sat, 6 Sep 2008 05:03:32 +0000 (UTC) (envelope-from markd@kermodei.com) Received: from smtp117.sbc.mail.sp1.yahoo.com (smtp117.sbc.mail.sp1.yahoo.com [69.147.64.90]) by mx1.freebsd.org (Postfix) with SMTP id B4DF48FC17 for ; Sat, 6 Sep 2008 05:03:32 +0000 (UTC) (envelope-from markd@kermodei.com) Received: (qmail 11897 invoked from network); 6 Sep 2008 04:36:52 -0000 Received: from unknown (HELO osprey.kermodei.com) (cowelk@pacbell.net@67.123.80.209 with login) by smtp117.sbc.mail.sp1.yahoo.com with SMTP; 6 Sep 2008 04:36:52 -0000 Received: by osprey.kermodei.com (Postfix, from userid 1000) id B566E95880; Fri, 5 Sep 2008 21:36:51 -0700 (PDT) Message-Id: <20080906043651.B566E95880@osprey.kermodei.com> Date: Fri, 5 Sep 2008 21:36:51 -0700 (PDT) From: Mark Diekhans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127132: main/vm needs updated to version 8.0.* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Diekhans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 05:10:02 -0000 >Number: 127132 >Category: ports >Synopsis: main/vm needs updated to version 8.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: Sat Sep 06 05:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mark Diekhans >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD osprey.kermodei.com 7.0-STABLE FreeBSD 7.0-STABLE #2: Sat Jul 26 18:57:39 PDT 2008 root@osprey.kermodei.com:/usr/src/sys/amd64/compile/OSPREY amd64 >Description: port mail/vm needs updated, lastest version is vm-8.0.11. Development has been moved to a new site: http://www.nongnu.org/viewmail/ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 05:11:22 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC0A1065671; Sat, 6 Sep 2008 05:11:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6AA8FC13; Sat, 6 Sep 2008 05:11:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m865BMME068179; Sat, 6 Sep 2008 05:11:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m865BM1p068175; Sat, 6 Sep 2008 05:11:22 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 05:11:22 GMT Message-Id: <200809060511.m865BM1p068175@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anray@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127132: mail/vm needs updated to version 8.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: Sat, 06 Sep 2008 05:11:22 -0000 Synopsis: mail/vm needs updated to version 8.0.* Responsible-Changed-From-To: freebsd-ports-bugs->anray Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 05:11:21 UTC 2008 Responsible-Changed-Why: anray@ wants this category PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127132 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 05:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01C4C1065674 for ; Sat, 6 Sep 2008 05:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D943A8FC1C for ; Sat, 6 Sep 2008 05:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m865K2JK069711 for ; Sat, 6 Sep 2008 05:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m865K2Fp069710; Sat, 6 Sep 2008 05:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 05:20:02 GMT Resent-Message-Id: <200809060520.m865K2Fp069710@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB96E106566B for ; Sat, 6 Sep 2008 05:12:36 +0000 (UTC) (envelope-from question@closedsrc.org) Received: from dalek.closedsrc.org (dalek.closedsrc.org [72.1.133.20]) by mx1.freebsd.org (Postfix) with ESMTP id C6C1C8FC14 for ; Sat, 6 Sep 2008 05:12:36 +0000 (UTC) (envelope-from question@closedsrc.org) Received: by dalek.closedsrc.org (Postfix, from userid 5000) id 571F9CF0C3; Fri, 5 Sep 2008 22:12:36 -0700 (PDT) Message-Id: <20080906051236.571F9CF0C3@dalek.closedsrc.org> Date: Fri, 5 Sep 2008 22:12:36 -0700 (PDT) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127133: Update Port: security/base to 1.4.1 and Relinquish 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: Sat, 06 Sep 2008 05:20:03 -0000 >Number: 127133 >Category: ports >Synopsis: Update Port: security/base to 1.4.1 and Relinquish Maintainership >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 Sep 06 05:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 6.3-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD dalek.internal.closedsrc.org 6.3-RELEASE-p3 FreeBSD 6.3-RELEASE-p3 #13: Mon Jul 14 09:50:29 PDT 2008 root@dalek.internal.closedsrc.org:/usr/obj/usr/src/sys/DC7700-SMP i386 >Description: Update security/base to 1.4.1, which includes some new features and bugfixes. WRKSRC has been updated to reflect the change in the tarball provided by the project. Also, relinquishing maintainership of the port. >How-To-Repeat: >Fix: --- base-1.4.1.diff begins here --- diff -ruN /usr/ports/security/base/Makefile base/Makefile --- /usr/ports/security/base/Makefile 2008-06-09 07:35:45.000000000 -0700 +++ base/Makefile 2008-09-05 22:08:47.000000000 -0700 @@ -6,17 +6,20 @@ # PORTNAME= base -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas -MAINTAINER= question+fbsdports@closedsrc.org +MAINTAINER= ports@FreeBSD.org COMMENT= Basic Analysis and Security Engine - analyzing Snort alerts RUN_DEPENDS= ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \ - ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph + ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph \ + ${LOCALBASE}/share/pear/Mail.php:${PORTSDIR}/mail/pear-Mail \ + ${LOCALBASE}/share/pear/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime + +WRKSRC= ${WRKDIR}/${PORTNAME}-php4 USE_PHP= gd gettext pcre session zlib diff -ruN /usr/ports/security/base/distinfo base/distinfo --- /usr/ports/security/base/distinfo 2008-04-28 07:33:49.000000000 -0700 +++ base/distinfo 2008-09-05 21:46:30.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (base-1.4.0.tar.gz) = 9fe30fcb2bae39531dfef5c5458eddbd -SHA256 (base-1.4.0.tar.gz) = 6438d020eec493ae4b1c264bc16694cf86a69ba58479ec531ba92f3a76bb3d05 -SIZE (base-1.4.0.tar.gz) = 921006 +MD5 (base-1.4.1.tar.gz) = 288fb19e84c077d1229450291966c047 +SHA256 (base-1.4.1.tar.gz) = 3d5ac560d62610f71fa9978a81ee391e6c4dcd33b5c15316e0eb1b4449a49b54 +SIZE (base-1.4.1.tar.gz) = 954823 --- base-1.4.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 05:30:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FC0D1065679 for ; Sat, 6 Sep 2008 05:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 70C668FC14 for ; Sat, 6 Sep 2008 05:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m865U6FS070375 for ; Sat, 6 Sep 2008 05:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m865U6B6070369; Sat, 6 Sep 2008 05:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 05:30:06 GMT Resent-Message-Id: <200809060530.m865U6B6070369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CF8A106567D for ; Sat, 6 Sep 2008 05:22:56 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id D20E58FC08 for ; Sat, 6 Sep 2008 05:22:55 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m865MsSg036074; Fri, 5 Sep 2008 22:22:54 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m865MrhW036073; Fri, 5 Sep 2008 22:22:53 -0700 (PDT) (envelope-from leeym) Message-Id: <200809060522.m865MrhW036073@cn1.leeym.com> Date: Fri, 5 Sep 2008 22:22:53 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kftseng@iyard.org Subject: ports/127134: [PATCH] security/p5-Crypt-OpenSSL-X509: update to 0.7 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, 06 Sep 2008 05:30:07 -0000 >Number: 127134 >Category: ports >Synopsis: [PATCH] security/p5-Crypt-OpenSSL-X509: update to 0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 05:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.7 Port maintainer (kftseng@iyard.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Crypt-OpenSSL-X509-0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-OpenSSL-X509/Makefile,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 Makefile --- Makefile 17 Apr 2008 14:28:11 -0000 1.2 +++ Makefile 6 Sep 2008 05:22:49 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-OpenSSL-X509 -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,6 @@ MAINTAINER= kftseng@iyard.org COMMENT= Perl extension for OpenSSL X509 API -BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install - PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::X509.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-OpenSSL-X509/distinfo,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 distinfo --- distinfo 11 Jun 2007 09:11:46 -0000 1.1 +++ distinfo 6 Sep 2008 05:22:49 -0000 @@ -1,3 +1,3 @@ -MD5 (Crypt-OpenSSL-X509-0.5.tar.gz) = b32d1e07d851a6e44beb7aec732f25a3 -SHA256 (Crypt-OpenSSL-X509-0.5.tar.gz) = e6c1cb153505655498d1b418032354a5efd9c7252050b8af175044224800e985 -SIZE (Crypt-OpenSSL-X509-0.5.tar.gz) = 6904 +MD5 (Crypt-OpenSSL-X509-0.7.tar.gz) = 49d9481c82e764fa8fdd955a48b6c250 +SHA256 (Crypt-OpenSSL-X509-0.7.tar.gz) = f83d3fc5e758eea19b8fbac54f908e1cdb1ba6fc045a752d3184e00d007ac901 +SIZE (Crypt-OpenSSL-X509-0.7.tar.gz) = 24474 --- p5-Crypt-OpenSSL-X509-0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 05:30:17 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C33D106566B; Sat, 6 Sep 2008 05:30:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47AAF8FC25; Sat, 6 Sep 2008 05:30:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m865UHBU071190; Sat, 6 Sep 2008 05:30:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m865UH55071186; Sat, 6 Sep 2008 05:30:17 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 05:30:17 GMT Message-Id: <200809060530.m865UH55071186@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127134: [PATCH] security/p5-Crypt-OpenSSL-X509: update to 0.7 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, 06 Sep 2008 05:30:17 -0000 Synopsis: [PATCH] security/p5-Crypt-OpenSSL-X509: update to 0.7 Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 05:30:16 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127134 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 06:00:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 761101065684 for ; Sat, 6 Sep 2008 06:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD8B8FC1F for ; Sat, 6 Sep 2008 06:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8660FiY073030 for ; Sat, 6 Sep 2008 06:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8660FdA073029; Sat, 6 Sep 2008 06:00:15 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 06:00:15 GMT Resent-Message-Id: <200809060600.m8660FdA073029@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D38E106564A for ; Sat, 6 Sep 2008 05:59:45 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id B37618FC21 for ; Sat, 6 Sep 2008 05:59:44 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 6AD2CB822; Sat, 6 Sep 2008 14:05:00 +0800 (CST) Message-Id: <20080906060500.6AD2CB822@chinsan.info> Date: Sat, 6 Sep 2008 14:05:00 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: krion@FreeBSD.org Subject: ports/127135: [PATCH] devel/pcre: update to 7.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: Sat, 06 Sep 2008 06:00:15 -0000 >Number: 127135 >Category: ports >Synopsis: [PATCH] devel/pcre: update to 7.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 06:00:14 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 7.8 Removed file(s): - files/patch-Makefile.in - files/patch-pcre__compile.c Port maintainer (krion@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pcre-7.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pcre/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/Makefile --- /usr/ports/devel/pcre/Makefile 2008-08-21 18:06:38.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/Makefile 2008-09-06 13:58:21.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= pcre -PORTVERSION= 7.7 -PORTREVISION= 1 +PORTVERSION= 7.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -50,6 +49,8 @@ @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ ${WRKSRC}/Makefile.in .endif + ${REINPLACE_CMD} -e 's/\(pkgconfigdir = \).*/\1$$\(DESTDIR\)$$\(prefix\)\/libdata\/pkgconfig/' \ + ${WRKSRC}/Makefile.in post-install: @${STRIP_CMD} ${PREFIX}/bin/pcregrep ${PREFIX}/bin/pcretest diff -ruN --exclude=CVS /usr/ports/devel/pcre/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/distinfo --- /usr/ports/devel/pcre/distinfo 2008-05-18 17:42:26.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/distinfo 2008-09-06 13:36:15.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (pcre-7.7.tar.bz2) = 4b2e9cde1f7227448dddba59843efa0b -SHA256 (pcre-7.7.tar.bz2) = bada84f483b428bb45ee68899b62c996f03e8c9422408fc72e60ec854c9df640 -SIZE (pcre-7.7.tar.bz2) = 818897 +MD5 (pcre-7.8.tar.bz2) = 141132d6af14dccc7b08fa797e4fd441 +SHA256 (pcre-7.8.tar.bz2) = 795f3c2ae29339e633a4dac7b596d6cd4d86504befbe951c9d5ff42aca9858ff +SIZE (pcre-7.8.tar.bz2) = 840922 diff -ruN --exclude=CVS /usr/ports/devel/pcre/files/patch-Makefile.in /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-Makefile.in --- /usr/ports/devel/pcre/files/patch-Makefile.in 2007-05-28 20:45:17.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-Makefile.in 1970-01-01 08:00:00.000000000 +0800 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/pcre/files/patch-Makefile.in,v 1.4 2007/05/28 12:45:17 krion Exp $ - ---- Makefile.in.orig -+++ Makefile.in -@@ -502,7 +502,7 @@ - pcredemo_LDADD = libpcre.la - - # We have .pc files for pkg-config users. --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(DESTDIR)$(prefix)/libdata/pkgconfig - pkgconfig_DATA = libpcre.pc $(am__append_7) - dist_man_MANS = \ - doc/pcre.3 \ diff -ruN --exclude=CVS /usr/ports/devel/pcre/files/patch-pcre__compile.c /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-pcre__compile.c --- /usr/ports/devel/pcre/files/patch-pcre__compile.c 2008-08-12 23:48:15.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-pcre__compile.c 1970-01-01 08:00:00.000000000 +0800 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/pcre/files/patch-pcre__compile.c,v 1.1 2008/08/12 15:48:15 krion Exp $ - ---- pcre_compile.c.orig -+++ pcre_compile.c -@@ -4931,7 +4931,7 @@ - (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) - { - cd->external_options = newoptions; -- options = newoptions; -+ options = *optionsptr = newoptions; - } - else - { --- pcre-7.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 06:00:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DAE31065671; Sat, 6 Sep 2008 06:00:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A2458FC15; Sat, 6 Sep 2008 06:00:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8660RHS073145; Sat, 6 Sep 2008 06:00:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8660R3e073141; Sat, 6 Sep 2008 06:00:27 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 06:00:27 GMT Message-Id: <200809060600.m8660R3e073141@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127135: [PATCH] devel/pcre: update to 7.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: Sat, 06 Sep 2008 06:00:27 -0000 Synopsis: [PATCH] devel/pcre: update to 7.8 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 06:00:26 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127135 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 06:30:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 128F1106566B for ; Sat, 6 Sep 2008 06:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EFD028FC1F for ; Sat, 6 Sep 2008 06:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m866U64V075579 for ; Sat, 6 Sep 2008 06:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m866U6tk075576; Sat, 6 Sep 2008 06:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 06:30:06 GMT Resent-Message-Id: <200809060630.m866U6tk075576@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEADE106566B; Sat, 6 Sep 2008 06:28:13 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id DEBB18FC28; Sat, 6 Sep 2008 06:28:13 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 323F1B822; Sat, 6 Sep 2008 14:33:30 +0800 (CST) Message-Id: <20080906063330.323F1B822@chinsan.info> Date: Sat, 6 Sep 2008 14:33:30 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: krion@FreeBSD.org Subject: ports/127137: [PATCH] devel/nasm: update to 2.03 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, 06 Sep 2008 06:30:07 -0000 >Number: 127137 >Category: ports >Synopsis: [PATCH] devel/nasm: update to 2.03 >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 Sep 06 06:30:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 2.03 - Use SF macro Port maintainer (krion@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- nasm-2.03,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/nasm/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/nasm/Makefile --- /usr/ports/devel/nasm/Makefile 2008-04-21 01:33:23.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/nasm/Makefile 2008-09-06 14:33:01.000000000 +0800 @@ -6,11 +6,10 @@ # PORTNAME= nasm -PORTVERSION= 2.02 +PORTVERSION= 2.03 PORTEPOCH= 1 CATEGORIES= devel lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= nasm +MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX} MAINTAINER= krion@FreeBSD.org diff -ruN --exclude=CVS /usr/ports/devel/nasm/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/nasm/distinfo --- /usr/ports/devel/nasm/distinfo 2008-04-21 01:33:23.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/nasm/distinfo 2008-09-06 14:26:46.000000000 +0800 @@ -1,6 +1,6 @@ -MD5 (nasm-2.02.tar.bz2) = 2662a090fb0d31ae27334a2393ef5240 -SHA256 (nasm-2.02.tar.bz2) = 1746c4d0fbe6f1f37c54459143f3a03875c372896ed823e3fa826f14fe72fbd2 -SIZE (nasm-2.02.tar.bz2) = 729602 -MD5 (nasm-2.02-xdoc.tar.bz2) = e9db57c13a76bb588ced26b76db3705e -SHA256 (nasm-2.02-xdoc.tar.bz2) = a4a58d06b97cb5a6a4878668006a53fd0b40d8be4b6418b2252cf4ff0babea05 -SIZE (nasm-2.02-xdoc.tar.bz2) = 581772 +MD5 (nasm-2.03.tar.bz2) = b017d5ac344fa2c0893bc67eddc72459 +SHA256 (nasm-2.03.tar.bz2) = bdeb99c84fcc7bc7655394387d86261c711794e38f87791960636e45bfbd9943 +SIZE (nasm-2.03.tar.bz2) = 765408 +MD5 (nasm-2.03-xdoc.tar.bz2) = 617fbe44de22fc7223d17f48ccef0e2d +SHA256 (nasm-2.03-xdoc.tar.bz2) = 3406fb6c52017c0801682efe1161db2d97646614482e1c41fa068bfbaa9c7b26 +SIZE (nasm-2.03-xdoc.tar.bz2) = 674100 --- nasm-2.03,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 06:30:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AE03106566C; Sat, 6 Sep 2008 06:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 290EB8FC27; Sat, 6 Sep 2008 06:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m866UI5F076249; Sat, 6 Sep 2008 06:30:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m866UHkW076241; Sat, 6 Sep 2008 06:30:17 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 06:30:17 GMT Message-Id: <200809060630.m866UHkW076241@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127137: [PATCH] devel/nasm: update to 2.03 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, 06 Sep 2008 06:30:18 -0000 Synopsis: [PATCH] devel/nasm: update to 2.03 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 06:30:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127137 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 07:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8DEB1065671 for ; Sat, 6 Sep 2008 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 924F88FC1A for ; Sat, 6 Sep 2008 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m867K1Qe082899 for ; Sat, 6 Sep 2008 07:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m867K1Vk082898; Sat, 6 Sep 2008 07:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 07:20:01 GMT Resent-Message-Id: <200809060720.m867K1Vk082898@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F3C9106566C for ; Sat, 6 Sep 2008 07:11:13 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 60E7D8FC13 for ; Sat, 6 Sep 2008 07:11:13 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 867E8B822; Sat, 6 Sep 2008 15:16:28 +0800 (CST) Message-Id: <20080906071628.867E8B822@chinsan.info> Date: Sat, 6 Sep 2008 15:16:28 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: joseph@randomnetworks.com Subject: ports/127138: [PATCH] devel/pear-Text_Diff: update to 1.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: Sat, 06 Sep 2008 07:20:01 -0000 >Number: 127138 >Category: ports >Synopsis: [PATCH] devel/pear-Text_Diff: update to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 07:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 1.0.0 Port maintainer (joseph@randomnetworks.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Text_Diff-1.0.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pear-Text_Diff/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pear-Text_Diff/Makefile --- /usr/ports/devel/pear-Text_Diff/Makefile 2007-05-02 02:16:51.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pear-Text_Diff/Makefile 2008-09-06 15:12:53.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Text_Diff -PORTVERSION= 0.2.1 +PORTVERSION= 1.0.0 CATEGORIES= devel pear MAINTAINER= joseph@randomnetworks.com @@ -16,16 +16,16 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Text -FILES= Diff.php \ - Diff3.php \ - Diff/Renderer.php \ - Diff/Renderer/inline.php \ - Diff/Renderer/unified.php -TESTS= 1.txt \ - 2.txt \ - diff.phpt \ - inline.phpt \ - unified.phpt +FILES= Diff.php Diff/Engine/native.php Diff/Engine/shell.php \ + Diff/Engine/string.php Diff/Engine/xdiff.php \ + Diff/Mapped.php Diff/Renderer.php Diff/Renderer/context.php \ + Diff/Renderer/inline.php Diff/Renderer/unified.php \ + Diff/ThreeWay.php Diff3.php +TESTS= 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt context.patch context.phpt \ + context2.phpt diff.phpt inline.phpt inline2.phpt \ + pear_bug12740.phpt pear_bug4879.phpt pear_bug6251.phpt \ + pear_bug6428.phpt string.phpt unified.patch unified.phpt \ + unified2.phpt EXAMPLES= 1.txt \ 2.txt \ diff.php diff -ruN --exclude=CVS /usr/ports/devel/pear-Text_Diff/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pear-Text_Diff/distinfo --- /usr/ports/devel/pear-Text_Diff/distinfo 2007-05-02 02:16:51.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pear-Text_Diff/distinfo 2008-09-06 15:04:32.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (PEAR/Text_Diff-0.2.1.tgz) = 60aad0df0baf54223d0531c31b2b2d4b -SHA256 (PEAR/Text_Diff-0.2.1.tgz) = 295432e1acde3b9d38fbf14541cb40ce0fd1406545358f5e26739875077d00ae -SIZE (PEAR/Text_Diff-0.2.1.tgz) = 15753 +MD5 (PEAR/Text_Diff-1.0.0.tgz) = 422475dcdbab1c6f037efc32714f40cb +SHA256 (PEAR/Text_Diff-1.0.0.tgz) = 6008c099d9a8c43a1cff6d2ab2f95a6003d3c858e17359121dc22003f5e21344 +SIZE (PEAR/Text_Diff-1.0.0.tgz) = 21212 --- pear-Text_Diff-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 07:20:16 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 032C81065681; Sat, 6 Sep 2008 07:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D727E8FC1A; Sat, 6 Sep 2008 07:20:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m867KFdR083087; Sat, 6 Sep 2008 07:20:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m867KFAU083083; Sat, 6 Sep 2008 07:20:15 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 07:20:15 GMT Message-Id: <200809060720.m867KFAU083083@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127138: [PATCH] devel/pear-Text_Diff: update to 1.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: Sat, 06 Sep 2008 07:20:16 -0000 Synopsis: [PATCH] devel/pear-Text_Diff: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 07:20:15 UTC 2008 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127138 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:15:39 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1782106564A; Sat, 6 Sep 2008 08:15:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A2C948FC23; Sat, 6 Sep 2008 08:15:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868Fd8v011911; Sat, 6 Sep 2008 08:15:39 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868FdJN011907; Sat, 6 Sep 2008 08:15:39 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 08:15:39 GMT Message-Id: <200809060815.m868FdJN011907@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127133: Update Port: security/base to 1.4.1 and Relinquish 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: Sat, 06 Sep 2008 08:15:39 -0000 Synopsis: Update Port: security/base to 1.4.1 and Relinquish Maintainership Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Sep 6 08:15:39 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127133 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED06D1065671 for ; Sat, 6 Sep 2008 08:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5D8D8FC29 for ; Sat, 6 Sep 2008 08:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868K3K4012039 for ; Sat, 6 Sep 2008 08:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868K3NE012032; Sat, 6 Sep 2008 08:20:03 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 08:20:03 GMT Message-Id: <200809060820.m868K3NE012032@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ruben van Staveren Cc: Subject: Re: ports/126040: update sysutils/linux-megacli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruben van Staveren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 08:20:04 -0000 The following reply was made to PR ports/126040; it has been noted by GNATS. From: Ruben van Staveren To: pav@FreeBSD.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/126040: update sysutils/linux-megacli Date: Sat, 6 Sep 2008 10:15:02 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-11--283949637 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi Pav, On 5 Sep 2008, at 17:28, Pav Lucistnik wrote: > Ruben, what's the status on this? Has been a month. Well, holiday period, other things that kept me preoccupied and the strange thing that my patch didn't apply cleanly on a freshly portsnapped tree on a RELENG_6 machine. I'll get that patch up to shape on this Sunday, apologies for the delay... Regards, Ruben > > > -- > Pav Lucistnik > > > In the computer industry, there are three kinds of lies: > lies, damn lies, and benchmarks. --Apple-Mail-11--283949637 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFIwjwHZ88+mcQxRw0RAkNIAJ47p7OASjJtpTDBpuoXKnCpqUx9fgCeLBS/ PZxS+8N1UHcsVZhAKXyZzTY= =09rK -----END PGP SIGNATURE----- --Apple-Mail-11--283949637-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E1771065673 for ; Sat, 6 Sep 2008 08:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 645D68FC12 for ; Sat, 6 Sep 2008 08:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868K4ss012083 for ; Sat, 6 Sep 2008 08:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868K4Ra012082; Sat, 6 Sep 2008 08:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 08:20:04 GMT Resent-Message-Id: <200809060820.m868K4Ra012082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C18DD1065674 for ; Sat, 6 Sep 2008 08:17:07 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id 9AAB28FC12 for ; Sat, 6 Sep 2008 08:17:07 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id 7B9EA1047F8 for ; Sat, 6 Sep 2008 16:17:06 +0800 (CST) Received: (from yzlin@localhost) by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m868H6W9053468; Sat, 6 Sep 2008 16:17:06 +0800 (CST) (envelope-from yzlin) Message-Id: <200809060817.m868H6W9053468@bsd0.cs.nctu.edu.tw> Date: Sat, 6 Sep 2008 16:17:06 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127139: [NEW PORT] www/py25-textile: Textile markup generator written in Python 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, 06 Sep 2008 08:20:04 -0000 >Number: 127139 >Category: ports >Synopsis: [NEW PORT] www/py25-textile: Textile markup generator written in Python >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 Sep 06 08:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep 5 14:56:26 CST >Description: Textile is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. WWW: http://code.google.com/p/pytextile/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-textile-2.0.11.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: # # py-textile # py-textile/pkg-descr # py-textile/Makefile # py-textile/pkg-plist # py-textile/distinfo # echo c - py-textile mkdir -p py-textile > /dev/null 2>&1 echo x - py-textile/pkg-descr sed 's/^X//' >py-textile/pkg-descr << 'END-of-py-textile/pkg-descr' XTextile is a Python implementation of the Textile X(http://textism.com/tools/textile) markup language. X XWWW: http://code.google.com/p/pytextile/ END-of-py-textile/pkg-descr echo x - py-textile/Makefile sed 's/^X//' >py-textile/Makefile << 'END-of-py-textile/Makefile' X# New ports collection makefile for: py-textile X# Date created: 2008-09-05 X# Whom: Yi-Jheng Lin X# X# $FreeBSD$ X# X XPORTNAME= textile XPORTVERSION= 2.0.11 XCATEGORIES= www textproc XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= yzlin@cs.nctu.edu.tw XCOMMENT= Textile markup generator written in Python X XPROJECTHOST= pytextile XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_NOEGGINFO= yes XPLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} X X.include END-of-py-textile/Makefile echo x - py-textile/pkg-plist sed 's/^X//' >py-textile/pkg-plist << 'END-of-py-textile/pkg-plist' X%%PYTHON_SITELIBDIR%%/textile-%%VERSION%%-py%%PYVER%%.egg END-of-py-textile/pkg-plist echo x - py-textile/distinfo sed 's/^X//' >py-textile/distinfo << 'END-of-py-textile/distinfo' XMD5 (textile-2.0.11.tar.gz) = a94aee1f9610aae6605c6e72b6a1f660 XSHA256 (textile-2.0.11.tar.gz) = 8d1f277c541d2638f8be3fa5ebb01762e01ce9d1792ae7bcdca443716964bf59 XSIZE (textile-2.0.11.tar.gz) = 28727 END-of-py-textile/distinfo exit --- py25-textile-2.0.11.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:44:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB5F71065673; Sat, 6 Sep 2008 08:44:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD1188FC16; Sat, 6 Sep 2008 08:44:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868i1Yo015037; Sat, 6 Sep 2008 08:44:01 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868i148015033; Sat, 6 Sep 2008 08:44:01 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 08:44:01 GMT Message-Id: <200809060844.m868i148015033@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127139: [NEW PORT] www/py25-textile: Textile markup generator written in Python 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, 06 Sep 2008 08:44:01 -0000 Synopsis: [NEW PORT] www/py25-textile: Textile markup generator written in Python Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Sep 6 08:44:01 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127139 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D098106566C for ; Sat, 6 Sep 2008 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2431C8FC24 for ; Sat, 6 Sep 2008 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868o06v015119 for ; Sat, 6 Sep 2008 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868o0Dd015118; Sat, 6 Sep 2008 08:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 08:50:00 GMT Resent-Message-Id: <200809060850.m868o0Dd015118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FBC106564A for ; Sat, 6 Sep 2008 08:47:16 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 6B72A8FC16 for ; Sat, 6 Sep 2008 08:47:16 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m868lFtm004646; Sat, 6 Sep 2008 01:47:15 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m868lFhW004645; Sat, 6 Sep 2008 01:47:15 -0700 (PDT) (envelope-from leeym) Message-Id: <200809060847.m868lFhW004645@cn1.leeym.com> Date: Sat, 6 Sep 2008 01:47:15 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ache@FreeBSD.org Subject: ports/127140: [PATCH] textproc/p5-Text-CSV_XS: update to 0.54 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, 06 Sep 2008 08:50:01 -0000 >Number: 127140 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-CSV_XS: update to 0.54 >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 Sep 06 08:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.54 Port maintainer (ache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Text-CSV_XS-0.54.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-CSV_XS/Makefile,v retrieving revision 1.12 diff -u -d -b -w -u -r1.12 Makefile --- Makefile 30 May 2008 17:13:04 -0000 1.12 +++ Makefile 6 Sep 2008 08:47:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-CSV_XS -PORTVERSION= 0.45 +PORTVERSION= 0.54 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-CSV_XS/distinfo,v retrieving revision 1.7 diff -u -d -b -w -u -r1.7 distinfo --- distinfo 30 May 2008 17:13:04 -0000 1.7 +++ distinfo 6 Sep 2008 08:47:06 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-CSV_XS-0.45.tgz) = 4a4db0ab2bd727bd5c54c4ed772e358a -SHA256 (Text-CSV_XS-0.45.tgz) = 9bd9948b7269fb57edc6a2f5ac9ad6598ee4eb72e49ec41c89212e673ee8af1d -SIZE (Text-CSV_XS-0.45.tgz) = 88321 +MD5 (Text-CSV_XS-0.54.tgz) = d490c1d8f37386b980abfdd53a96705b +SHA256 (Text-CSV_XS-0.54.tgz) = 4e6c94397a22b87f2562015a1938262feb63a4f74520307bb97fea310b4871f6 +SIZE (Text-CSV_XS-0.54.tgz) = 90923 --- p5-Text-CSV_XS-0.54.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:50:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC71B106564A; Sat, 6 Sep 2008 08:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE5D78FC13; Sat, 6 Sep 2008 08:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868oAJO015300; Sat, 6 Sep 2008 08:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868oAJq015296; Sat, 6 Sep 2008 08:50:10 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 08:50:10 GMT Message-Id: <200809060850.m868oAJq015296@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127140: [PATCH] textproc/p5-Text-CSV_XS: update to 0.54 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, 06 Sep 2008 08:50:11 -0000 Synopsis: [PATCH] textproc/p5-Text-CSV_XS: update to 0.54 Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 08:50:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127140 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 09:30:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C300106564A for ; Sat, 6 Sep 2008 09:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93BA88FC19 for ; Sat, 6 Sep 2008 09:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m869U5Hl018185 for ; Sat, 6 Sep 2008 09:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m869U5pC018184; Sat, 6 Sep 2008 09:30:05 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 09:30:05 GMT Message-Id: <200809060930.m869U5pC018184@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mij Cc: Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mij List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 09:30:05 -0000 The following reply was made to PR ports/126867; it has been noted by GNATS. From: Mij To: Michael Cc: bug-followup@FreeBSD.org Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins Date: Sat, 6 Sep 2008 11:23:01 +0200 On 5 Sep 2008, at 17:08, Michael wrote: > Plain vanilla standard FreeBSD install (6.3-RELEASE and 7.0- > RELEASE). There is no more context, the system logs only a single > line: > > Sep 5 17:06:17 server sshd[71127]: error: PAM: authentication error > for xyz from 10.1.1.1 > > This is basically what sshguard 1.0 was looking for. > What's your uname -a? > > Also, by the way, because there is only one line of log, as a bonus > syslogd agregates the error messages (last line repeated n times) > which is something sshguard also doesn't handle. The fact you say there is only a single line and "the system logs" make me think you're considering /var/log/messages, there authentication messages do not appear. What about /var/log/ auth.log (or any other destination you set for auth.info)? > > > Mij wrote: >> The PAM log entry you report follows a failed login attempt, but in >> turn should be followed by >> SSHD's own log entry, that looks like >> Sep 4 20:25:46 voodoo sshd[19972]: Failed keyboard-interactive/pam >> for invalid user usrn from 1.2.3.4 port 51196 ssh2 >> this latter is what sshguard is sensitive to. >> If you examine the context around that line in your auth.log, what >> does it look like? > From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 09:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAEE41065679 for ; Sat, 6 Sep 2008 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CAC08FC0A for ; Sat, 6 Sep 2008 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m869e1BG020156 for ; Sat, 6 Sep 2008 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m869e1t8020155; Sat, 6 Sep 2008 09:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 09:40:01 GMT Resent-Message-Id: <200809060940.m869e1t8020155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Matthew D. Fuller" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1E1F1065685 for ; Sat, 6 Sep 2008 09:36:05 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) by mx1.freebsd.org (Postfix) with ESMTP id B382F8FC29 for ; Sat, 6 Sep 2008 09:36:05 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-64-197-185.hsd1.ms.comcast.net [75.64.197.185]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id 3465C37B4FE for ; Sat, 6 Sep 2008 04:36:04 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 0C07661C44; Sat, 6 Sep 2008 04:36:03 -0500 (CDT) Message-Id: <20080906093603.0C07661C44@draco.over-yonder.net> Date: Sat, 6 Sep 2008 04:36:03 -0500 (CDT) From: "Matthew D. Fuller" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127141: [MAINTAINER] Update devel/bazaar-ng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew D. Fuller" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 09:40:01 -0000 >Number: 127141 >Category: ports >Synopsis: [MAINTAINER] Update devel/bazaar-ng >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 09:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Matthew D. Fuller >Release: FreeBSD 7.0-BETA4 i386 >Organization: >Environment: System: FreeBSD draco.over-yonder.net 7.0-BETA4 FreeBSD 7.0-BETA4 #0: Sun Dec 9 18:37:58 CST 2007 root@draco.over-yonder.net:/bsd/obj/bsd/src/sys/DRACO i386 >Description: New upstream release to fix some regressions in previous release. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/devel/bazaar-ng/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 25 Aug 2008 21:24:47 -0000 1.34 +++ Makefile 6 Sep 2008 09:28:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= bazaar-ng -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 CATEGORIES= devel MASTER_SITES= http://bazaar-vcs.org/releases/src/ \ https://launchpad.net/bzr/1.6/${PORTVERSION}/+download/ Index: distinfo =================================================================== RCS file: /usr/cvs/ports/devel/bazaar-ng/distinfo,v retrieving revision 1.27 diff -u -r1.27 distinfo --- distinfo 25 Aug 2008 21:24:47 -0000 1.27 +++ distinfo 6 Sep 2008 09:31:36 -0000 @@ -1,3 +1,3 @@ -MD5 (bzr-1.6.tar.gz) = 28161a7356846aecf485c10950ba8af6 -SHA256 (bzr-1.6.tar.gz) = 912cf6f51e5c3e4c5b6e116453f5d3a4d4a4eadd9e81101769e8e36a06585f1b -SIZE (bzr-1.6.tar.gz) = 3667438 +MD5 (bzr-1.6.1.tar.gz) = 84b73e5b52c6b58887b02987849cdbc9 +SHA256 (bzr-1.6.1.tar.gz) = 3a8715eeaffafb8b09cf5f072037ee19e48015043e894163c5a2c2de94e316ba +SIZE (bzr-1.6.1.tar.gz) = 3671113 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 10:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F8351065680 for ; Sat, 6 Sep 2008 10:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44A3D8FC1A for ; Sat, 6 Sep 2008 10:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86AA3dh021674 for ; Sat, 6 Sep 2008 10:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86AA3YL021673; Sat, 6 Sep 2008 10:10:03 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 10:10:03 GMT Message-Id: <200809061010.m86AA3YL021673@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Cc: Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 10:10:04 -0000 The following reply was made to PR ports/126867; it has been noted by GNATS. From: Michael To: Mij Cc: bug-followup@FreeBSD.org Subject: Re: ports/126867: security/sshguard-pf 1.1 fails to detect attempted logins Date: Sat, 06 Sep 2008 12:04:11 +0200 No, I'm talking about auth.log. Seriously. What about trying it on your own on a fresh install? Mij wrote: > > On 5 Sep 2008, at 17:08, Michael wrote: > >> Plain vanilla standard FreeBSD install (6.3-RELEASE and 7.0-RELEASE). >> There is no more context, the system logs only a single line: >> >> Sep 5 17:06:17 server sshd[71127]: error: PAM: authentication error >> for xyz from 10.1.1.1 >> >> This is basically what sshguard 1.0 was looking for. >> What's your uname -a? >> >> Also, by the way, because there is only one line of log, as a bonus >> syslogd agregates the error messages (last line repeated n times) >> which is something sshguard also doesn't handle. > > The fact you say there is only a single line and "the system logs" make > me think you're considering /var/log/messages, > there authentication messages do not appear. What about > /var/log/auth.log (or any other destination you set for auth.info)? > > >> >> >> Mij wrote: >>> The PAM log entry you report follows a failed login attempt, but in >>> turn should be followed by >>> SSHD's own log entry, that looks like >>> Sep 4 20:25:46 voodoo sshd[19972]: Failed keyboard-interactive/pam >>> for invalid user usrn from 1.2.3.4 port 51196 ssh2 >>> this latter is what sshguard is sensitive to. >>> If you examine the context around that line in your auth.log, what >>> does it look like? >> > From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 10:16:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 074451065684; Sat, 6 Sep 2008 10:16:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9A848FC08; Sat, 6 Sep 2008 10:16:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86AGPEP023364; Sat, 6 Sep 2008 10:16:25 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86AGPbH023360; Sat, 6 Sep 2008 10:16:25 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 10:16:25 GMT Message-Id: <200809061016.m86AGPbH023360@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127141: [MAINTAINER] Update devel/bazaar-ng 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, 06 Sep 2008 10:16:26 -0000 Synopsis: [MAINTAINER] Update devel/bazaar-ng Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Sep 6 10:16:25 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127141 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 10:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B44106564A for ; Sat, 6 Sep 2008 10:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1B08FC18 for ; Sat, 6 Sep 2008 10:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Ao3Pl031903 for ; Sat, 6 Sep 2008 10:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Ao3f2031902; Sat, 6 Sep 2008 10:50:03 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 10:50:03 GMT Message-Id: <200809061050.m86Ao3f2031902@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Max Brazhnikov Cc: Subject: Re: ports/124082: [UPDATE]: audio/qmpdclient Update to new release, 1.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Max Brazhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 10:50:03 -0000 The following reply was made to PR ports/124082; it has been noted by GNATS. From: Max Brazhnikov To: bug-followup@FreeBSD.org, xors@mne.ru, uyamba@gmail.com Cc: Subject: Re: ports/124082: [UPDATE]: audio/qmpdclient Update to new release, 1.0.9 Date: Sat, 6 Sep 2008 14:34:08 +0400 Works fine on 7-stable with qt-4.4.1 (and on 6.3 with qt-4.3.1) Could you check if the problem still persists for you? From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 11:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 890471065673 for ; Sat, 6 Sep 2008 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EFC88FC0A for ; Sat, 6 Sep 2008 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86BU2rj034462 for ; Sat, 6 Sep 2008 11:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86BU2FE034460; Sat, 6 Sep 2008 11:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 11:30:02 GMT Resent-Message-Id: <200809061130.m86BU2FE034460@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C4CF1065679 for ; Sat, 6 Sep 2008 11:24:22 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBA98FC20 for ; Sat, 6 Sep 2008 11:24:22 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 3D162B822; Sat, 6 Sep 2008 19:29:38 +0800 (CST) Message-Id: <20080906112939.3D162B822@chinsan.info> Date: Sat, 6 Sep 2008 19:29:38 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127142: [PATCH] mail/cone: update to 0.77 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, 06 Sep 2008 11:30:02 -0000 >Number: 127142 >Category: ports >Synopsis: [PATCH] mail/cone: update to 0.77 >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 Sep 06 11:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 0.77 Port maintainer (ler@lerctr.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cone-0.77.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/cone/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/mail/cone/Makefile --- /usr/ports/mail/cone/Makefile 2008-08-21 18:07:16.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/mail/cone/Makefile 2008-09-06 15:41:10.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= cone -PORTVERSION= 0.71 -PORTREVISION= 2 +PORTVERSION= 0.77 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ diff -ruN --exclude=CVS /usr/ports/mail/cone/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/mail/cone/distinfo --- /usr/ports/mail/cone/distinfo 2007-09-07 12:06:30.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/mail/cone/distinfo 2008-09-06 15:41:36.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (cone-0.71.tar.bz2) = 9d492c2fd8c34fd1550a88e50c32fdbb -SHA256 (cone-0.71.tar.bz2) = 446fd0f1fdb5e30ae36812e0b9031099d1d590ec0232f48b41f5188a47be7ed7 -SIZE (cone-0.71.tar.bz2) = 4123894 +MD5 (cone-0.77.tar.bz2) = ab277a293ec29ea6a9bc4c3e9e83f818 +SHA256 (cone-0.77.tar.bz2) = f2b022222feea1bccb400c4715be7d0b6d8031e1372b1988e8917fddb80307f0 +SIZE (cone-0.77.tar.bz2) = 4141280 diff -ruN --exclude=CVS /usr/ports/mail/cone/pkg-plist /usr/home/tinderbox/portstrees/FreeBSD/ports/mail/cone/pkg-plist --- /usr/ports/mail/cone/pkg-plist 2007-09-10 19:47:54.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/mail/cone/pkg-plist 2008-09-06 19:07:22.000000000 +0800 @@ -59,9 +59,11 @@ %%DATADIR%%/cone07remoteconfig.html %%DATADIR%%/cone08gpg.html %%DATADIR%%/cone09masterpassword.html -%%DATADIR%%/cone10encryption.html -%%DATADIR%%/cone11filters.html -%%DATADIR%%/cone12addressbook.html +%%DATADIR%%/cone10certificates.html +%%DATADIR%%/cone11encryption.html +%%DATADIR%%/cone12filters.html +%%DATADIR%%/cone13addressbook.html +%%DATADIR%%/cone14ldapaddressbook.html %%DATADIR%%/conn.html %%DATADIR%%/cppnamespace.html %%DATADIR%%/emailaddress.html @@ -144,194 +146,6 @@ %%DATADIR%%/moredocs.html %%DATADIR%%/native.html %%DATADIR%%/README.html -%%DATADIR%%/rootcerts/02b73561.0 -%%DATADIR%%/rootcerts/0481cb65.0 -%%DATADIR%%/rootcerts/052e396b.0 -%%DATADIR%%/rootcerts/0c364b2d.0 -%%DATADIR%%/rootcerts/0dbd0096.0 -%%DATADIR%%/rootcerts/0e82f83a.0 -%%DATADIR%%/rootcerts/11a09b38.0 -%%DATADIR%%/rootcerts/11f154d6.0 -%%DATADIR%%/rootcerts/124bbd54.0 -%%DATADIR%%/rootcerts/128b9c8d.0 -%%DATADIR%%/rootcerts/19899da5.0 -%%DATADIR%%/rootcerts/219d9499.0 -%%DATADIR%%/rootcerts/23f4c490.0 -%%DATADIR%%/rootcerts/256fd83b.0 -%%DATADIR%%/rootcerts/2edf7016.0 -%%DATADIR%%/rootcerts/2fb1850a.0 -%%DATADIR%%/rootcerts/31044350.0 -%%DATADIR%%/rootcerts/3ad48a91.0 -%%DATADIR%%/rootcerts/3c58f906.0 -%%DATADIR%%/rootcerts/3e7271e8.0 -%%DATADIR%%/rootcerts/412bea73.0 -%%DATADIR%%/rootcerts/4166ec0c.0 -%%DATADIR%%/rootcerts/4184de39.0 -%%DATADIR%%/rootcerts/4643210f.0 -%%DATADIR%%/rootcerts/47996b5c.0 -%%DATADIR%%/rootcerts/4d654d1d.0 -%%DATADIR%%/rootcerts/4fbd6bfa.0 -%%DATADIR%%/rootcerts/54edfa5d.0 -%%DATADIR%%/rootcerts/594f1775.0 -%%DATADIR%%/rootcerts/5a5372fc.0 -%%DATADIR%%/rootcerts/5cf9d536.0 -%%DATADIR%%/rootcerts/5f5e5caa.0 -%%DATADIR%%/rootcerts/61f6c934.0 -%%DATADIR%%/rootcerts/635ccfd5.0 -%%DATADIR%%/rootcerts/6c55cf77.0 -%%DATADIR%%/rootcerts/6e8bf996.0 -%%DATADIR%%/rootcerts/6fcc125d.0 -%%DATADIR%%/rootcerts/709afd2b.0 -%%DATADIR%%/rootcerts/72bf6a04.0 -%%DATADIR%%/rootcerts/72fa7371.0 -%%DATADIR%%/rootcerts/74c26bd0.0 -%%DATADIR%%/rootcerts/755f7420.0 -%%DATADIR%%/rootcerts/75680d2e.0 -%%DATADIR%%/rootcerts/7651b327.0 -%%DATADIR%%/rootcerts/76579174.0 -%%DATADIR%%/rootcerts/788c9bfc.0 -%%DATADIR%%/rootcerts/7999be0d.0 -%%DATADIR%%/rootcerts/7d3cd826.0 -%%DATADIR%%/rootcerts/7d453d8f.0 -%%DATADIR%%/rootcerts/8470719d.0 -%%DATADIR%%/rootcerts/86f32474.0 -%%DATADIR%%/rootcerts/8f7b96c4.0 -%%DATADIR%%/rootcerts/8fe643df.0 -%%DATADIR%%/rootcerts/95750816.0 -%%DATADIR%%/rootcerts/97b4211c.0 -%%DATADIR%%/rootcerts/9ec3a561.0 -%%DATADIR%%/rootcerts/a0bc6fbb.0 -%%DATADIR%%/rootcerts/a15b3b6b.0 -%%DATADIR%%/rootcerts/a2df7ad7.0 -%%DATADIR%%/rootcerts/a3896b44.0 -%%DATADIR%%/rootcerts/a6776c69.0 -%%DATADIR%%/rootcerts/a7605362.0 -%%DATADIR%%/rootcerts/aaa-certificate-services.pem -%%DATADIR%%/rootcerts/aaa45464.0 -%%DATADIR%%/rootcerts/aba-ecom-root-ca.pem -%%DATADIR%%/rootcerts/add67345.0 -%%DATADIR%%/rootcerts/addtrust-class-1-ca-root.pem -%%DATADIR%%/rootcerts/addtrust-external-ca-root.pem -%%DATADIR%%/rootcerts/addtrust-public-ca-root.pem -%%DATADIR%%/rootcerts/addtrust-qualified-ca-root.pem -%%DATADIR%%/rootcerts/america-online-root-certification-00.pem -%%DATADIR%%/rootcerts/america-online-root-certification-01.pem -%%DATADIR%%/rootcerts/aol-time-warner-root-certification-00.pem -%%DATADIR%%/rootcerts/aol-time-warner-root-certification-01.pem -%%DATADIR%%/rootcerts/b0f3e76e.0 -%%DATADIR%%/rootcerts/b5f329fa.0 -%%DATADIR%%/rootcerts/baltimore-cybertrust-root.pem -%%DATADIR%%/rootcerts/bcdd5959.0 -%%DATADIR%%/rootcerts/bda4cc84.0 -%%DATADIR%%/rootcerts/betrusted-root-ca-baltimore-implementation.pem -%%DATADIR%%/rootcerts/betrusted-root-ca-entrust-implementation.pem -%%DATADIR%%/rootcerts/betrusted-root-ca-rsa-implementation.pem -%%DATADIR%%/rootcerts/betrusted-root-ca.pem -%%DATADIR%%/rootcerts/bf87590f.0 -%%DATADIR%%/rootcerts/c19d42c7.0 -%%DATADIR%%/rootcerts/c215bc69.0 -%%DATADIR%%/rootcerts/c33a80d4.0 -%%DATADIR%%/rootcerts/c527e4ab.0 -%%DATADIR%%/rootcerts/c9bc75ba.0 -%%DATADIR%%/rootcerts/ccb919f9.0 -%%DATADIR%%/rootcerts/cdaebb72.0 -%%DATADIR%%/rootcerts/certum-ca.pem -%%DATADIR%%/rootcerts/chambers-of-commerce-root.pem -%%DATADIR%%/rootcerts/class-1-public-primary-ocsp-responder.pem -%%DATADIR%%/rootcerts/class-2-public-primary-ocsp-responder.pem -%%DATADIR%%/rootcerts/class-3-public-primary-ocsp-responder.pem -%%DATADIR%%/rootcerts/d2adc77d.0 -%%DATADIR%%/rootcerts/d537fba6.0 -%%DATADIR%%/rootcerts/d78a75c7.0 -%%DATADIR%%/rootcerts/d8274e24.0 -%%DATADIR%%/rootcerts/ddc328ff.0 -%%DATADIR%%/rootcerts/digital-signature-trust-co-dstca-00.pem -%%DATADIR%%/rootcerts/digital-signature-trust-co-dstca-01.pem -%%DATADIR%%/rootcerts/dst-rootca-x1.pem -%%DATADIR%%/rootcerts/dst-rootca-x2.pem -%%DATADIR%%/rootcerts/e268a4c5.0 -%%DATADIR%%/rootcerts/e28f6bbc.0 -%%DATADIR%%/rootcerts/e7b8d656.0 -%%DATADIR%%/rootcerts/ed049835.0 -%%DATADIR%%/rootcerts/ed524cf5.0 -%%DATADIR%%/rootcerts/ed62f4e3.0 -%%DATADIR%%/rootcerts/ee7cd6fb.0 -%%DATADIR%%/rootcerts/entrust-net-certification-authority.pem -%%DATADIR%%/rootcerts/entrust-net-client-certification-00.pem -%%DATADIR%%/rootcerts/entrust-net-client-certification-01.pem -%%DATADIR%%/rootcerts/entrust-net-secure-server-certification-00.pem -%%DATADIR%%/rootcerts/entrust-net-secure-server-certification-01.pem -%%DATADIR%%/rootcerts/equifax-equifax-secure-certificate.pem -%%DATADIR%%/rootcerts/equifax-secure-ebusiness-ca-1.pem -%%DATADIR%%/rootcerts/equifax-secure-equifax-secure-ebusiness.pem -%%DATADIR%%/rootcerts/equifax-secure-global-ebusiness.pem -%%DATADIR%%/rootcerts/f3cf1e8e.0 -%%DATADIR%%/rootcerts/f4996e82.0 -%%DATADIR%%/rootcerts/f64d9715.0 -%%DATADIR%%/rootcerts/f73e89fd.0 -%%DATADIR%%/rootcerts/f950ccc2.0 -%%DATADIR%%/rootcerts/ff783690.0 -%%DATADIR%%/rootcerts/geotrust-global-ca.pem -%%DATADIR%%/rootcerts/global-chambersign-root.pem -%%DATADIR%%/rootcerts/globalsign-root-ca.pem -%%DATADIR%%/rootcerts/gp-root-2.pem -%%DATADIR%%/rootcerts/gte-cybertrust-global-root.pem -%%DATADIR%%/rootcerts/gte-cybertrust-root.pem -%%DATADIR%%/rootcerts/http-www-valicert-com-00.pem -%%DATADIR%%/rootcerts/http-www-valicert-com-01.pem -%%DATADIR%%/rootcerts/http-www-valicert-com-02.pem -%%DATADIR%%/rootcerts/ips-ca-chained-cas-certification.pem -%%DATADIR%%/rootcerts/ips-ca-clase1-certification-authority.pem -%%DATADIR%%/rootcerts/ips-ca-clase3-certification-authority.pem -%%DATADIR%%/rootcerts/ips-ca-clasea1-certification-authority.pem -%%DATADIR%%/rootcerts/ips-ca-clasea3-certification-authority.pem -%%DATADIR%%/rootcerts/ips-ca-timestamping-certification.pem -%%DATADIR%%/rootcerts/ips-servidores.pem -%%DATADIR%%/rootcerts/netlock-expressz-class-c-tanusitvanykiado.pem -%%DATADIR%%/rootcerts/netlock-kozjegyzoi-class-a-tanusitvanykiado.pem -%%DATADIR%%/rootcerts/netlock-uzleti-class-b-tanusitvanykiado.pem -%%DATADIR%%/rootcerts/quovadis-root-certification-authority.pem -%%DATADIR%%/rootcerts/rsa-data-security-inc-secure-server.pem -%%DATADIR%%/rootcerts/rsa-security-inc-rsa-security-1024.pem -%%DATADIR%%/rootcerts/rsa-security-inc-rsa-security-2048.pem -%%DATADIR%%/rootcerts/secom-trust-net-security-communication.pem -%%DATADIR%%/rootcerts/secure-certificate-services.pem -%%DATADIR%%/rootcerts/secure-server-ocsp-responder.pem -%%DATADIR%%/rootcerts/sonera-class1-ca.pem -%%DATADIR%%/rootcerts/sonera-class2-ca.pem -%%DATADIR%%/rootcerts/staat-der-nederlanden-root-ca.pem -%%DATADIR%%/rootcerts/starfield-technologies-inc-starfield.pem -%%DATADIR%%/rootcerts/tc-trustcenter-for-security-in-00.pem -%%DATADIR%%/rootcerts/tc-trustcenter-for-security-in-01.pem -%%DATADIR%%/rootcerts/tdc-internet-tdc-internet-root.pem -%%DATADIR%%/rootcerts/tdc-oces-ca.pem -%%DATADIR%%/rootcerts/thawte-personal-basic-ca.pem -%%DATADIR%%/rootcerts/thawte-personal-freemail-ca.pem -%%DATADIR%%/rootcerts/thawte-personal-premium-ca.pem -%%DATADIR%%/rootcerts/thawte-premium-server-ca.pem -%%DATADIR%%/rootcerts/thawte-server-ca.pem -%%DATADIR%%/rootcerts/thawte-timestamping-ca.pem -%%DATADIR%%/rootcerts/the-go-daddy-group-inc-go-daddy.pem -%%DATADIR%%/rootcerts/trusted-certificate-services.pem -%%DATADIR%%/rootcerts/utn-datacorp-sgc.pem -%%DATADIR%%/rootcerts/utn-userfirst-client-authentication.pem -%%DATADIR%%/rootcerts/utn-userfirst-hardware.pem -%%DATADIR%%/rootcerts/utn-userfirst-network-applications.pem -%%DATADIR%%/rootcerts/utn-userfirst-object.pem -%%DATADIR%%/rootcerts/verisign-class-1-public-primary.pem -%%DATADIR%%/rootcerts/verisign-class-2-public-primary.pem -%%DATADIR%%/rootcerts/verisign-class-3-public-primary.pem -%%DATADIR%%/rootcerts/verisign-class-4-public-primary.pem -%%DATADIR%%/rootcerts/verisign-inc-class-1-public-primary.pem -%%DATADIR%%/rootcerts/verisign-inc-class-2-public-primary.pem -%%DATADIR%%/rootcerts/verisign-inc-class-3-public-primary.pem -%%DATADIR%%/rootcerts/verisign-inc-verisign-trust-network-00.pem -%%DATADIR%%/rootcerts/verisign-inc-verisign-trust-network-01.pem -%%DATADIR%%/rootcerts/verisign-inc-verisign-trust-network-02.pem -%%DATADIR%%/rootcerts/verisign-inc-verisign-trust-network-03.pem -%%DATADIR%%/rootcerts/verisign-time-stamping-authority.pem -%%DATADIR%%/rootcerts/visa-ecommerce-root.pem -%%DATADIR%%/rootcerts/xramp-global-certification-authority.pem %%DATADIR%%/search.html %%DATADIR%%/smap1.html %%DATADIR%%/smapconcurrency.html @@ -345,8 +159,6 @@ %%DATADIR%%/synchronous.html %%DATADIR%%/http.handler %%DATADIR%%/https.handler -%%DATADIR%%/cone13ldapaddressbook.html %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/rootcerts @dirrm %%DATADIR%% --- cone-0.77.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 11:30:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 522E6106564A; Sat, 6 Sep 2008 11:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2FDD68FC12; Sat, 6 Sep 2008 11:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86BUCob035338; Sat, 6 Sep 2008 11:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86BUCSZ035332; Sat, 6 Sep 2008 11:30:12 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 11:30:12 GMT Message-Id: <200809061130.m86BUCSZ035332@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, chinsan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127142: [PATCH] mail/cone: update to 0.77 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, 06 Sep 2008 11:30:12 -0000 Synopsis: [PATCH] mail/cone: update to 0.77 Responsible-Changed-From-To: freebsd-ports-bugs->chinsan Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 11:30:11 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127142 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 12:00:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65AB51065676 for ; Sat, 6 Sep 2008 12:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4771C8FC1D for ; Sat, 6 Sep 2008 12:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86C0971037372 for ; Sat, 6 Sep 2008 12:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86C09aa037371; Sat, 6 Sep 2008 12:00:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 12:00:09 GMT Resent-Message-Id: <200809061200.m86C09aa037371@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F3F9106564A for ; Sat, 6 Sep 2008 11:55:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 03D978FC1B for ; Sat, 6 Sep 2008 11:55:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m86BtKnD052673 for ; Sat, 6 Sep 2008 11:55:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m86BtKr4052654; Sat, 6 Sep 2008 11:55:20 GMT (envelope-from nobody) Message-Id: <200809061155.m86BtKr4052654@www.freebsd.org> Date: Sat, 6 Sep 2008 11:55:20 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127144: flyspray 0.9.9.2_1: FS#1402 - cache.topic datatype mis-match error in postgres 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, 06 Sep 2008 12:00:09 -0000 >Number: 127144 >Category: ports >Synopsis: flyspray 0.9.9.2_1: FS#1402 - cache.topic datatype mis-match error in postgres >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 12:00:08 UTC 2008 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 7.1-PRE/i386 >Organization: FU Berlin >Environment: FreeBSD 7.1-PRE/i386 (last buildworld: 05.09.2008) flyspray-0.9.9.2_1 (Outdated, see notes at www.flyspray.org commiting bug reports prior to 0.9.9.5!!!) lighttpd-1.4.19_1 postgresql-server-8.3.3 Webbrowser: Firefox3, IE 7/IE 6 >Description: Connecting to a fresh installation (from the most recent updated ports) of flyspray results in this error: ===== Query {SELECT p.*, c.content AS pm_instructions, c.last_updated AS cache_update FROM "flyspray_projects" p LEFT JOIN "flyspray_cache" c ON c.topic = p.project_id AND c.type = 'msg' WHERE p.project_id = ?} with params {1} Failed! (ERROR: operator does not exist: character varying = integer LINE 3: ... LEFT JOIN "flyspray_cache" c ON c.topic = p.projec... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.) ===== Obviously ist this error well known, as this bug-report seems to show: http://bugs.flyspray.org/task/1402 FS#1402 - cache.topic datatype mis-match error in postgres The port is hopeless outdated, as this statement on the FlySpray site reveals: "... Do not issue bugs reports against versions earlier than 0.9.9.5" >How-To-Repeat: Use flyspray as taken from the recent ports (06.09.2008) and use backend postgresql 8.3. Then try to connect to the fresh installation for the very first time. >Fix: Fixes seems to exist in bug-fixed versions newer than the outdated version in the ports. See FS#1402 - cache.topic datatype mis-match error in postgres at www.flyspray.org bug reports. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 12:29:59 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D15A106566B; Sat, 6 Sep 2008 12:29:59 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5208FC29; Sat, 6 Sep 2008 12:29:59 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86CTwFb039698; Sat, 6 Sep 2008 12:29:58 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86CTwLq039694; Sat, 6 Sep 2008 12:29:58 GMT (envelope-from gavin) Date: Sat, 6 Sep 2008 12:29:58 GMT Message-Id: <200809061229.m86CTwLq039694@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: ports/127143: devel/flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 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, 06 Sep 2008 12:29:59 -0000 Old Synopsis: flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 3: New Synopsis: devel/flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 3: Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: gavin Responsible-Changed-When: Sat Sep 6 12:29:19 UTC 2008 Responsible-Changed-Why: Ports bug http://www.freebsd.org/cgi/query-pr.cgi?pr=127143 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 12:30:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 350921065697; Sat, 6 Sep 2008 12:30:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1194F8FC1B; Sat, 6 Sep 2008 12:30:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86CUDxt040690; Sat, 6 Sep 2008 12:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86CUDO7040684; Sat, 6 Sep 2008 12:30:13 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 12:30:13 GMT Message-Id: <200809061230.m86CUDO7040684@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127143: devel/flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 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, 06 Sep 2008 12:30:14 -0000 Synopsis: devel/flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 3: State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 6 12:30:13 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127143 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 12:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6836106564A for ; Sat, 6 Sep 2008 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC23F8FC1B for ; Sat, 6 Sep 2008 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Ce3ce042058 for ; Sat, 6 Sep 2008 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Ce30s042056; Sat, 6 Sep 2008 12:40:03 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 12:40:03 GMT Message-Id: <200809061240.m86Ce30s042056@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/127143: devel/flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 3: 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: Sat, 06 Sep 2008 12:40:04 -0000 The following reply was made to PR ports/127143; it has been noted by GNATS. From: Edwin Groothuis To: nick@foobar.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/127143: devel/flyspray 0.9.9.2_1 BUG: ERROR: operator does not exist: character varying = integer LINE 3: Date: Sat, 6 Sep 2008 12:30:10 UT Maintainer of devel/flyspray, Please note that PR ports/127143 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127143 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 12:53:52 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D631065674; Sat, 6 Sep 2008 12:53:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 513858FC1E; Sat, 6 Sep 2008 12:53:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Crqhj042648; Sat, 6 Sep 2008 12:53:52 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Crqml042644; Sat, 6 Sep 2008 12:53:52 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 12:53:52 GMT Message-Id: <200809061253.m86Crqml042644@freefall.freebsd.org> To: ohartman@mail.zedat.fu-berlin.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127144: flyspray 0.9.9.2_1: FS#1402 - cache.topic datatype mis-match error in postgres 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, 06 Sep 2008 12:53:52 -0000 Synopsis: flyspray 0.9.9.2_1: FS#1402 - cache.topic datatype mis-match error in postgres State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Sep 6 12:53:51 UTC 2008 State-Changed-Why: duplicate with 127144 http://www.freebsd.org/cgi/query-pr.cgi?pr=127144 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 13:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A3EE1065674 for ; Sat, 6 Sep 2008 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5AF8FC1F for ; Sat, 6 Sep 2008 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86DK3TT044958 for ; Sat, 6 Sep 2008 13:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86DK3U9044957; Sat, 6 Sep 2008 13:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 13:20:03 GMT Resent-Message-Id: <200809061320.m86DK3U9044957@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7A0106568F for ; Sat, 6 Sep 2008 13:17:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C1F8D8FC39 for ; Sat, 6 Sep 2008 13:17:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m86DHs2H083739 for ; Sat, 6 Sep 2008 13:17:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m86DHstd083738; Sat, 6 Sep 2008 13:17:54 GMT (envelope-from nobody) Message-Id: <200809061317.m86DHstd083738@www.freebsd.org> Date: Sat, 6 Sep 2008 13:17:54 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127147: Update port: textproc/lucene 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, 06 Sep 2008 13:20:04 -0000 >Number: 127147 >Category: ports >Synopsis: Update port: textproc/lucene >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 Sep 06 13:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 7.0-RELEASE >Organization: Beine Computer >Environment: FreeBSD tb.vmware.beine-computer.de 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sun Mar 9 16:13:49 CET 2008 root@tb.vmware.beine-computer.de:/usr/src/sys/i386/compile/VMWARE i386 >Description: Added option to install contrib JARs with the port. Thanks to Mikhail T. >How-To-Repeat: >Fix: diff -Nur /usr/ports/textproc/lucene/Makefile textproc/lucene/Makefile --- /usr/ports/textproc/lucene/Makefile 2008-06-06 16:04:49.000000000 +0200 +++ textproc/lucene/Makefile 2008-09-06 15:07:54.000000000 +0200 @@ -6,7 +6,7 @@ PORTNAME= lucene PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc java devel MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/java,} DISTNAME= lucene-${PORTVERSION} @@ -18,12 +18,37 @@ USE_JAVA= yes JAVA_VERSION= 1.5+ -OPTIONS= DOCS "Install docs & examples" on +OPTIONS= DOCS "Install docs & examples" on \ + CONTRIB "Install contribs" off PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar +CONTRIBS= analyzers \ + ant \ + benchmark \ + highlighter \ + lucli \ + memory \ + misc \ + queries \ + regex \ + similarity \ + snowball \ + spellchecker \ + surround \ + swing \ + wikipedia \ + wordnet \ + xml-query-parser + .include +.if defined(WITH_CONTRIB) +.for f in ${CONTRIBS} +PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar +.endfor +.endif + .if defined(WITHOUT_DOCS) || !defined(WITH_DOCS) NOPORTDOCS= yes .endif @@ -36,6 +61,11 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-core-${PORTVERSION}.jar ${JAVAJARDIR} +.if defined(WITH_CONTRIB) + @${INSTALL_DATA} \ + ${CONTRIBS:C,^(.*$,${WRKSRC}/contrib/\1/${PORTNAME}-\1-${PORTVERSION}.jar,} \ + ${JAVADIR} +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/CHANGES.txt ${DOCSDIR} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 13:20:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C84106566B; Sat, 6 Sep 2008 13:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52A268FC1F; Sat, 6 Sep 2008 13:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86DKDcf045080; Sat, 6 Sep 2008 13:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86DKDTf045076; Sat, 6 Sep 2008 13:20:13 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 13:20:13 GMT Message-Id: <200809061320.m86DKDTf045076@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127147: Update port: textproc/lucene 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, 06 Sep 2008 13:20:13 -0000 Synopsis: Update port: textproc/lucene Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 13:20:12 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127147 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 14:00:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DB711065674 for ; Sat, 6 Sep 2008 14:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 138828FC20 for ; Sat, 6 Sep 2008 14:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86E0AbJ048119 for ; Sat, 6 Sep 2008 14:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86E0AjT048118; Sat, 6 Sep 2008 14:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 14:00:10 GMT Resent-Message-Id: <200809061400.m86E0AjT048118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ari Maniatis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47737106567F for ; Sat, 6 Sep 2008 13:54:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2664E8FC4A for ; Sat, 6 Sep 2008 13:54:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Dsojw067748 for ; Sat, 6 Sep 2008 13:54:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m86DsoN6067737; Sat, 6 Sep 2008 13:54:50 GMT (envelope-from nobody) Message-Id: <200809061354.m86DsoN6067737@www.freebsd.org> Date: Sat, 6 Sep 2008 13:54:50 GMT From: Ari Maniatis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127148: phpLDAPadmin has incorrect Apache config instructions 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, 06 Sep 2008 14:00:11 -0000 >Number: 127148 >Category: ports >Synopsis: phpLDAPadmin has incorrect Apache config instructions >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: Sat Sep 06 14:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ari Maniatis >Release: >Organization: ish >Environment: >Description: /usr/ports/net/phpldapadmin/files/pkg-message.in has the line Alias /phpldapadmin/ "%%WWWDIR%%/htdocs" that should be Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/" note the trailing slash. Without it, the config doesn't work. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 14:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27CBC1065675 for ; Sat, 6 Sep 2008 14:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB278FC1C for ; Sat, 6 Sep 2008 14:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86EK3RO050140 for ; Sat, 6 Sep 2008 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86EK3Am050139; Sat, 6 Sep 2008 14:20:03 GMT (envelope-from gnats) Date: Sat, 6 Sep 2008 14:20:03 GMT Message-Id: <200809061420.m86EK3Am050139@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthew Seaman Cc: Subject: Re: ports/127148: phpLDAPadmin has incorrect Apache config instructions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 14:20:04 -0000 The following reply was made to PR ports/127148; it has been noted by GNATS. From: Matthew Seaman To: Ari Maniatis Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/127148: phpLDAPadmin has incorrect Apache config instructions Date: Sat, 6 Sep 2008 15:19:34 +0100 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 06, 2008 at 01:54:50PM +0000, Ari Maniatis wrote: > /usr/ports/net/phpldapadmin/files/pkg-message.in >=20 > has the line >=20 > Alias /phpldapadmin/ "%%WWWDIR%%/htdocs" >=20 >=20 > that should be >=20 > Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/" >=20 >=20 > note the trailing slash. Without it, the config doesn't work. As port maintainer, I can only say "Ooops." You are entirely correct. Here are some patches: For the net/phpldapadmin port: diff -Nur /usr/ports/net/phpldapadmin/files/pkg-message.in phpldapadmin/fil= es/pkg-message.in --- /usr/ports/net/phpldapadmin/files/pkg-message.in 2008-03-09 04:45:38.00= 0000000 +0000 +++ phpldapadmin/files/pkg-message.in 2008-09-06 15:14:22.000000000 +0100 @@ -8,7 +8,7 @@ To make phpLDAPadmin available through your web site, I suggest that you add something like the following to httpd.conf: =20 - Alias /phpldapadmin/ "%%WWWDIR%%/htdocs" + Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/" =20 Options none For the net/phpldapadmin098 port: diff -Nur /usr/ports/net/phpldapadmin098/files/pkg-message.in phpldapadmin0= 98/files/pkg-message.in --- /usr/ports/net/phpldapadmin098/files/pkg-message.in 2008-03-09 04:45:39= =2E000000000 +0000 +++ phpldapadmin098/files/pkg-message.in 2008-09-06 15:14:46.000000000 +0100 @@ -8,7 +8,7 @@ To make phpLDAPadmin available through your web site, I suggest that you add something like the following to httpd.conf: =20 - Alias /phpldapadmin/ "%%WWWDIR%%/htdocs" + Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/" =20 Options none Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjCkXYACgkQ8Mjk52CukIys7gCfV9LUskQJJGY4YjsOd8bRQeOW POkAoI0e7tm1gDySntBVu65F/aCRngsu =kMOh -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F94C1065677 for ; Sat, 6 Sep 2008 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05AD78FC08 for ; Sat, 6 Sep 2008 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86FA15u053927 for ; Sat, 6 Sep 2008 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86FA1rd053926; Sat, 6 Sep 2008 15:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 15:10:01 GMT Resent-Message-Id: <200809061510.m86FA1rd053926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2490106566B for ; Sat, 6 Sep 2008 15:00:50 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 887768FC12 for ; Sat, 6 Sep 2008 15:00:50 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m86F0nN6075932; Sat, 6 Sep 2008 08:00:49 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m86F0nYk075931; Sat, 6 Sep 2008 08:00:49 -0700 (PDT) (envelope-from leeym) Message-Id: <200809061500.m86F0nYk075931@cn1.leeym.com> Date: Sat, 6 Sep 2008 08:00:49 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: toni.viemero@iki.fi Subject: ports/127149: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.24 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, 06 Sep 2008 15:10:02 -0000 >Number: 127149 >Category: ports >Synopsis: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.24 >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 Sep 06 15:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.24 Port maintainer (toni.viemero@iki.fi) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WebService-Validator-HTML-W3C-0.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/Makefile,v retrieving revision 1.7 diff -u -d -b -w -u -r1.7 Makefile --- Makefile 17 Apr 2008 14:30:26 -0000 1.7 +++ Makefile 6 Sep 2008 15:00:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= WebService-Validator-HTML-W3C -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,10 @@ MAINTAINER= toni.viemero@iki.fi COMMENT= Access to the W3Cs online HTML validator -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/distinfo,v retrieving revision 1.7 diff -u -d -b -w -u -r1.7 distinfo --- distinfo 17 Dec 2007 17:13:56 -0000 1.7 +++ distinfo 6 Sep 2008 15:00:28 -0000 @@ -1,3 +1,3 @@ -MD5 (WebService-Validator-HTML-W3C-0.22.tar.gz) = 0083c2afa6e695e47fee7a8d97283e3d -SHA256 (WebService-Validator-HTML-W3C-0.22.tar.gz) = 6ab73e9d4c57128b2d0eda46fe02e206169d7f22b7337c3a6787f86b5ccd184e -SIZE (WebService-Validator-HTML-W3C-0.22.tar.gz) = 13381 +MD5 (WebService-Validator-HTML-W3C-0.24.tar.gz) = 7c58ebb1df29fdc0b88474217c064f10 +SHA256 (WebService-Validator-HTML-W3C-0.24.tar.gz) = 09d62bc5a2089c792bbba34583d0a13776428c5a8d29f9c0d4f140f5145db09b +SIZE (WebService-Validator-HTML-W3C-0.24.tar.gz) = 14843 --- p5-WebService-Validator-HTML-W3C-0.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:10:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DE481065676; Sat, 6 Sep 2008 15:10:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E74D8FC1E; Sat, 6 Sep 2008 15:10:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86FAARY054106; Sat, 6 Sep 2008 15:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86FAAXO054102; Sat, 6 Sep 2008 15:10:10 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 15:10:10 GMT Message-Id: <200809061510.m86FAAXO054102@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127149: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.24 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, 06 Sep 2008 15:10:11 -0000 Synopsis: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.24 Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 15:10:10 UTC 2008 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127149 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:38:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CDF106566B; Sat, 6 Sep 2008 15:38:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 42E878FC16; Sat, 6 Sep 2008 15:38:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Fc23S059034; Sat, 6 Sep 2008 15:38:02 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Fc2Jw059030; Sat, 6 Sep 2008 15:38:02 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 15:38:02 GMT Message-Id: <200809061538.m86Fc2Jw059030@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127148: net/phpLDAPadmin has incorrect Apache config instructions 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, 06 Sep 2008 15:38:02 -0000 Synopsis: net/phpLDAPadmin has incorrect Apache config instructions Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Sep 6 15:38:01 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127148 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:39:50 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40C7A106567C; Sat, 6 Sep 2008 15:39:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 218E38FC16; Sat, 6 Sep 2008 15:39:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Fdn47059133; Sat, 6 Sep 2008 15:39:49 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86FdnrJ059129; Sat, 6 Sep 2008 15:39:49 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 15:39:49 GMT Message-Id: <200809061539.m86FdnrJ059129@freefall.freebsd.org> To: ksmakoto@dd.iij4u.or.jp, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/126772: palm/pilot-link has broke pilot-link.m4 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, 06 Sep 2008 15:39:50 -0000 Synopsis: palm/pilot-link has broke pilot-link.m4 State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Sat Sep 6 15:39:09 UTC 2008 State-Changed-Why: Could you please test follow patch: http://miwi.homeunix.com/patches/pilot-link.diff Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=126772 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6AB81065670 for ; Sat, 6 Sep 2008 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD2F98FC1E for ; Sat, 6 Sep 2008 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Fe1Wv059167 for ; Sat, 6 Sep 2008 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Fe1eR059166; Sat, 6 Sep 2008 15:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 15:40:01 GMT Resent-Message-Id: <200809061540.m86Fe1eR059166@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08324106564A for ; Sat, 6 Sep 2008 15:37:21 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id D1B458FC12 for ; Sat, 6 Sep 2008 15:37:20 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m86FbKaV030929; Sat, 6 Sep 2008 08:37:20 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m86FbKaP030928; Sat, 6 Sep 2008 08:37:20 -0700 (PDT) (envelope-from leeym) Message-Id: <200809061537.m86FbKaP030928@cn1.leeym.com> Date: Sat, 6 Sep 2008 08:37:20 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gabor@FreeBSD.org Subject: ports/127150: [PATCH] security/p5-Digest-MD5-File: update to 0.07 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, 06 Sep 2008 15:40:02 -0000 >Number: 127150 >Category: ports >Synopsis: [PATCH] security/p5-Digest-MD5-File: update to 0.07 >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 Sep 06 15:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.07 Port maintainer (gabor@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Digest-MD5-File-0.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Digest-MD5-File/Makefile,v retrieving revision 1.7 diff -u -d -b -w -u -r1.7 Makefile --- Makefile 17 Apr 2008 14:28:19 -0000 1.7 +++ Makefile 6 Sep 2008 15:37:15 -0000 @@ -4,7 +4,7 @@ # $FreeBSD: ports/security/p5-Digest-MD5-File/Makefile,v 1.7 2008/04/17 14:28:19 araujo Exp $ PORTNAME= Digest-MD5-File -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,16 @@ MAINTAINER= gabor@FreeBSD.org COMMENT= Perl extension for getting MD5 sums for files and urls +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww + PERL_CONFIGURE= yes MAN3= Digest::MD5::File.3 -.include +.include + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Digest-MD5-File/distinfo,v retrieving revision 1.4 diff -u -d -b -w -u -r1.4 distinfo --- distinfo 19 Dec 2007 20:22:44 -0000 1.4 +++ distinfo 6 Sep 2008 15:37:15 -0000 @@ -1,3 +1,3 @@ -MD5 (Digest-MD5-File-0.06.tar.gz) = f5834686c4e48abd0a405f853e51d7a8 -SHA256 (Digest-MD5-File-0.06.tar.gz) = 54791e960e589f3a367e3b5d317f3e0b2fabb544307f432e467813db4ef544a4 -SIZE (Digest-MD5-File-0.06.tar.gz) = 4948 +MD5 (Digest-MD5-File-0.07.tar.gz) = 1fd9c101fededbdf140f1cedecd4056e +SHA256 (Digest-MD5-File-0.07.tar.gz) = 1282d15451f3eab38603305bc0519777891b63d9d577c8532e07112c815cc1a6 +SIZE (Digest-MD5-File-0.07.tar.gz) = 5122 --- p5-Digest-MD5-File-0.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 15:40:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 007C31065671; Sat, 6 Sep 2008 15:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D56F98FC0A; Sat, 6 Sep 2008 15:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86FeDSe059347; Sat, 6 Sep 2008 15:40:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86FeDEg059343; Sat, 6 Sep 2008 15:40:13 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 15:40:13 GMT Message-Id: <200809061540.m86FeDEg059343@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gabor@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127150: [PATCH] security/p5-Digest-MD5-File: update to 0.07 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, 06 Sep 2008 15:40:14 -0000 Synopsis: [PATCH] security/p5-Digest-MD5-File: update to 0.07 Responsible-Changed-From-To: freebsd-ports-bugs->gabor Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 15:40:13 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127150 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:00:08 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AE41106568C for ; Sat, 6 Sep 2008 16:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60F428FC16 for ; Sat, 6 Sep 2008 16:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86G08sM060409 for ; Sat, 6 Sep 2008 16:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86G08J6060408; Sat, 6 Sep 2008 16:00:08 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 16:00:08 GMT Resent-Message-Id: <200809061600.m86G08J6060408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DFBC1065678 for ; Sat, 6 Sep 2008 15:52:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 16F688FC25 for ; Sat, 6 Sep 2008 15:52:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m86FqBNF015108 for ; Sat, 6 Sep 2008 15:52:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m86FqB4C015107; Sat, 6 Sep 2008 15:52:11 GMT (envelope-from nobody) Message-Id: <200809061552.m86FqB4C015107@www.freebsd.org> Date: Sat, 6 Sep 2008 15:52:11 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127151: [Maintainer Update] www/ilias:update to 3.9.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: Sat, 06 Sep 2008 16:00:08 -0000 >Number: 127151 >Category: ports >Synopsis: [Maintainer Update] www/ilias:update to 3.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 16:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 3.9.6 from 3.9.5 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-09-07 07:05:46.000000000 +0800 +++ Makefile 2008-09-07 07:06:08.000000000 +0800 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/ilias/Makefile,v 1.7 2008/09/03 03:37:20 linimon Exp $ PORTNAME= ilias -PORTVERSION= 3.9.5 +PORTVERSION= 3.9.6 CATEGORIES= www MASTER_SITES= SF @@ -47,7 +47,7 @@ .endif .if defined(WITH_Checker) -RUN_DEPENDS+= ${LOCALBASE}/share/pear/HTTP_Request.php:${PORTSDIR}/www/pear-HTTP_Request +RUN_DEPENDS+= ${LOCALBASE}/share/pear/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif .if defined(WITH_Mail) --- distinfo.orig 2008-08-21 19:12:47.000000000 +0800 +++ distinfo 2008-09-07 07:08:47.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (ilias-3.9.5.tar.gz) = e20a089fd856f57268f633cfd046c3c4 -SHA256 (ilias-3.9.5.tar.gz) = 237b7bb4518427c988a08fbefd8f743f42d5592729b2a58fc5d8e54a6358c0cb -SIZE (ilias-3.9.5.tar.gz) = 46916236 +MD5 (ilias-3.9.6.tar.gz) = 6e8ef3a3b601cfb19d35a872dda69e25 +SHA256 (ilias-3.9.6.tar.gz) = cf27a318cea92d74dbe3fca5bde85c807e97c919a7559cb801e101652ee41873 +SIZE (ilias-3.9.6.tar.gz) = 46919909 --- pkg-plist.orig 2008-09-07 07:05:51.000000000 +0800 +++ pkg-plist 2008-09-07 07:27:39.000000000 +0800 @@ -1079,6 +1079,7 @@ %%WWWDIR%%/Services/AuthShibboleth/README.SHIBBOLETH.txt %%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibboleth.php %%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibbolethWAYF.php +%%WWWDIR%%/Services/Authentication/classes/class.ilAuthDB.php %%WWWDIR%%/Services/Authentication/classes/class.ilAuthInactive.php %%WWWDIR%%/Services/Authentication/classes/class.ilAuthModeDetermination.php %%WWWDIR%%/Services/Authentication/classes/class.ilAuthMultiple.php >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:00:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C48106567C for ; Sat, 6 Sep 2008 16:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 570968FC1A for ; Sat, 6 Sep 2008 16:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86G0B5L060457 for ; Sat, 6 Sep 2008 16:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86G0B4o060456; Sat, 6 Sep 2008 16:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 16:00:11 GMT Resent-Message-Id: <200809061600.m86G0B4o060456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55CB2106568C for ; Sat, 6 Sep 2008 15:55:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4098FC0A for ; Sat, 6 Sep 2008 15:55:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m86FtX4f024399 for ; Sat, 6 Sep 2008 15:55:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m86FtWtH024398; Sat, 6 Sep 2008 15:55:32 GMT (envelope-from nobody) Message-Id: <200809061555.m86FtWtH024398@www.freebsd.org> Date: Sat, 6 Sep 2008 15:55:32 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127152: [Maintainer Update]www/pear-Services_Facebook:update to 0.1.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, 06 Sep 2008 16:00:11 -0000 >Number: 127152 >Category: ports >Synopsis: [Maintainer Update]www/pear-Services_Facebook:update to 0.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 16:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 0.1.4 from 0.1.3 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-09-07 07:34:34.000000000 +0800 +++ Makefile 2008-09-07 07:34:41.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Services_Facebook -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= www pear MAINTAINER= wenheping@gmail.com --- distinfo.orig 2008-09-05 05:25:12.000000000 +0800 +++ distinfo 2008-09-07 07:34:48.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (PEAR/Services_Facebook-0.1.3.tgz) = 1e0dfa486ec5f6e655b06b3da974fd59 -SHA256 (PEAR/Services_Facebook-0.1.3.tgz) = 8923b486dfc3151a44a33052fbb97898fc3ba253b824a6a8c3350a944e3fba68 -SIZE (PEAR/Services_Facebook-0.1.3.tgz) = 388969 +MD5 (PEAR/Services_Facebook-0.1.4.tgz) = e936fadbf35d1fbd12f4f0bae74f603d +SHA256 (PEAR/Services_Facebook-0.1.4.tgz) = d7bc3f3e17895f502ee15306526b253a084112ac8f16a031eb5df1ae8bd64b33 +SIZE (PEAR/Services_Facebook-0.1.4.tgz) = 389592 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:00:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5205B1065671; Sat, 6 Sep 2008 16:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 332828FC17; Sat, 6 Sep 2008 16:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86G0IWt060592; Sat, 6 Sep 2008 16:00:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86G0I3Z060588; Sat, 6 Sep 2008 16:00:18 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 16:00:18 GMT Message-Id: <200809061600.m86G0I3Z060588@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127151: [Maintainer Update] www/ilias:update to 3.9.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: Sat, 06 Sep 2008 16:00:18 -0000 Synopsis: [Maintainer Update] www/ilias:update to 3.9.6 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 16:00:17 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127151 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:00:29 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C02106567E; Sat, 6 Sep 2008 16:00:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 49BC18FC14; Sat, 6 Sep 2008 16:00:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86G0TV9060691; Sat, 6 Sep 2008 16:00:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86G0Ts6060687; Sat, 6 Sep 2008 16:00:29 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 16:00:29 GMT Message-Id: <200809061600.m86G0Ts6060687@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127152: [Maintainer Update]www/pear-Services_Facebook:update to 0.1.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, 06 Sep 2008 16:00:29 -0000 Synopsis: [Maintainer Update]www/pear-Services_Facebook:update to 0.1.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 16:00:28 UTC 2008 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127152 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:30:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38845106567F for ; Sat, 6 Sep 2008 16:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 201778FC28 for ; Sat, 6 Sep 2008 16:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86GU5Sv063459 for ; Sat, 6 Sep 2008 16:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86GU5k5063456; Sat, 6 Sep 2008 16:30:05 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 16:30:05 GMT Resent-Message-Id: <200809061630.m86GU5k5063456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D14F1106567B; Sat, 6 Sep 2008 16:27:22 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id A75628FC18; Sat, 6 Sep 2008 16:27:22 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m86GRMNb038435; Sat, 6 Sep 2008 09:27:22 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m86GRMBG038434; Sat, 6 Sep 2008 09:27:22 -0700 (PDT) (envelope-from leeym) Message-Id: <200809061627.m86GRMBG038434@cn1.leeym.com> Date: Sat, 6 Sep 2008 09:27:22 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/127153: [PATCH] converters/p5-JSON: update to 2.12 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, 06 Sep 2008 16:30:06 -0000 >Number: 127153 >Category: ports >Synopsis: [PATCH] converters/p5-JSON: update to 2.12 >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 Sep 06 16:30:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 2.12 Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-JSON-2.12.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/converters/p5-JSON/Makefile,v retrieving revision 1.13 diff -u -d -b -w -u -r1.13 Makefile --- Makefile 2 Jul 2008 07:46:08 -0000 1.13 +++ Makefile 6 Sep 2008 16:27:18 -0000 @@ -6,7 +6,7 @@ # PORTNAME= JSON -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,6 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert to JSON (JavaScript Object Notation) -RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - CONFLICTS= p5-JSON-1.* PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/converters/p5-JSON/distinfo,v retrieving revision 1.11 diff -u -d -b -w -u -r1.11 distinfo --- distinfo 2 Jul 2008 07:46:08 -0000 1.11 +++ distinfo 6 Sep 2008 16:27:18 -0000 @@ -1,3 +1,3 @@ -MD5 (JSON-2.11.tar.gz) = 80c23fa3332f644274b7ec83cb86cbfd -SHA256 (JSON-2.11.tar.gz) = 9366886f4bd3ed37c4fc238c6c1367ab2dfb3072ba214b9d995f0423a2814c53 -SIZE (JSON-2.11.tar.gz) = 67249 +MD5 (JSON-2.12.tar.gz) = 5719ba98f607003295d99952c2ac2ea7 +SHA256 (JSON-2.12.tar.gz) = 87683a73bd7322b0d174ebbbe7e14b538888cf07ebfe2620281a75ed36777d61 +SIZE (JSON-2.12.tar.gz) = 67580 --- p5-JSON-2.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:30:15 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3801065679; Sat, 6 Sep 2008 16:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B84B8FC19; Sat, 6 Sep 2008 16:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86GUF1F064251; Sat, 6 Sep 2008 16:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86GUF2W064245; Sat, 6 Sep 2008 16:30:15 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 16:30:15 GMT Message-Id: <200809061630.m86GUF2W064245@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127153: [PATCH] converters/p5-JSON: update to 2.12 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, 06 Sep 2008 16:30:15 -0000 Synopsis: [PATCH] converters/p5-JSON: update to 2.12 Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 16:30:15 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127153 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 795721065676 for ; Sat, 6 Sep 2008 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60B6F8FC29 for ; Sat, 6 Sep 2008 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Ge1K4065524 for ; Sat, 6 Sep 2008 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Ge126065523; Sat, 6 Sep 2008 16:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 16:40:01 GMT Resent-Message-Id: <200809061640.m86Ge126065523@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lowell Gilbert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 303241065682 for ; Sat, 6 Sep 2008 16:31:24 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id E430E8FC1E for ; Sat, 6 Sep 2008 16:31:23 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 2298C2842F; Sat, 6 Sep 2008 12:31:21 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id B1C611CC53; Sat, 6 Sep 2008 12:31:20 -0400 (EDT) Message-Id: <20080906163120.B1C611CC53@lowell-desk.lan> Date: Sat, 6 Sep 2008 12:31:20 -0400 (EDT) From: Lowell Gilbert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: danfe@FreeBSD.org Subject: ports/127154: missing dependency for audio/rezound 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, 06 Sep 2008 16:40:01 -0000 >Number: 127154 >Category: ports >Synopsis: missing dependency for audio/rezound >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 16:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Lowell Gilbert >Release: FreeBSD 6.4-PRERELEASE i386 >Organization: FreeBSD Users >Environment: System: FreeBSD lowell-desk.lan 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #48: Sat Aug 30 22:34:27 EDT 2008 root@lowell-desk.lan:/usr/obj/usr/src/sys/DESKLOWELL i386 >Description: rezound defines the soundtouch libraries as a build dependency, but they are actually a run dependency too. >How-To-Repeat: build rezound with soundtouch enabled (which is the default), then remove the soundtouch port. rezound will not run. >Fix: I think the right fix is to change soundtouch from being in BUILD_DEPENDS to being in LIB_DEPENDS. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 16:40:13 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C83B1065671; Sat, 6 Sep 2008 16:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1CB38FC16; Sat, 6 Sep 2008 16:40:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86GeC7o065711; Sat, 6 Sep 2008 16:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86GeChc065707; Sat, 6 Sep 2008 16:40:12 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 16:40:12 GMT Message-Id: <200809061640.m86GeChc065707@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127154: missing dependency for audio/rezound 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, 06 Sep 2008 16:40:13 -0000 Synopsis: missing dependency for audio/rezound Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 16:40:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127154 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 18:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D473C106567F for ; Sat, 6 Sep 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA2DF8FC18 for ; Sat, 6 Sep 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86IA2t0071614 for ; Sat, 6 Sep 2008 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86IA2eV071613; Sat, 6 Sep 2008 18:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 18:10:02 GMT Resent-Message-Id: <200809061810.m86IA2eV071613@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63473106564A for ; Sat, 6 Sep 2008 18:07:09 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4B88FC2A for ; Sat, 6 Sep 2008 18:07:09 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 84AE2B822; Sun, 7 Sep 2008 02:12:27 +0800 (CST) Message-Id: <20080906181227.84AE2B822@chinsan.info> Date: Sun, 7 Sep 2008 02:12:27 +0800 (CST) From: Chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lev@FreeBSD.org Subject: ports/127155: [UPDATE] devel/subversion: update to 1.5.2 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: Sat, 06 Sep 2008 18:10:02 -0000 >Number: 127155 >Category: ports >Synopsis: [UPDATE] devel/subversion: update to 1.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 18:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 root@chinsan.info:/usr/obj/usr/src/sys/DNA i386 >Description: - Update to 1.5.2 >How-To-Repeat: >Fix: --- svn-1.5.2.diff begins here --- ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/devel/subversion/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/subversion/Makefile --- /usr/ports/devel/subversion/Makefile 2008-07-08 06:06:13.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/subversion/Makefile 2008-09-07 02:08:08.000000000 +0800 @@ -10,6 +10,7 @@ CONFLICTS?= subversion-devel-[0-9]* subversion-freebsd-[0-9]* USE_RC_SUBR= svnserve +USE_LDCONFIG= yes MAN1= svn.1 svnadmin.1 svnlook.1 svndumpfilter.1 svnsync.1 svnversion.1 MAN5= svnserve.conf.5 diff -ruN --exclude=CVS /usr/ports/devel/subversion/Makefile.common /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/subversion/Makefile.common --- /usr/ports/devel/subversion/Makefile.common 2008-08-21 18:06:45.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/subversion/Makefile.common 2008-09-07 02:07:26.000000000 +0800 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/subversion/Makefile.common,v 1.8 2008/08/21 06:16:51 rafan Exp $ PORTNAME= subversion -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ diff -ruN --exclude=CVS /usr/ports/devel/subversion/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/subversion/distinfo --- /usr/ports/devel/subversion/distinfo 2008-07-27 06:06:14.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/subversion/distinfo 2008-09-07 01:40:00.000000000 +0800 @@ -1,12 +1,3 @@ -MD5 (subversion/subversion-1.5.1.tar.bz2) = 8dbdaa625d6b18887702885df07fc87e -SHA256 (subversion/subversion-1.5.1.tar.bz2) = daa8fabc24a10e96c79adcd892a16ed4c9dda685049a41e10032e39d49cfb3cb -SIZE (subversion/subversion-1.5.1.tar.bz2) = 4871789 -MD5 (subversion/svn-book-html.tar.bz2) = eda5fa7d7e3aff9473adf063385d3527 -SHA256 (subversion/svn-book-html.tar.bz2) = a73110c724ee7fca4ab0e6090f0a47fdd3a03cfdfbecab799aca90c80824d9e0 -SIZE (subversion/svn-book-html.tar.bz2) = 366277 -MD5 (subversion/svn-book.pdf) = b4f04dfc6cae59212c255322e4fa27a4 -SHA256 (subversion/svn-book.pdf) = d3fffd8191d62faf2a571cfe96bdadc772ff90bd5e32364f888f9b2d7fd81b5d -SIZE (subversion/svn-book.pdf) = 1462807 -MD5 (subversion/svn_hacks_1.1.diff) = c936ad112897d698c6b3c066c8f93606 -SHA256 (subversion/svn_hacks_1.1.diff) = cbc4503e4f6a624ec40d23b8b8444ced84d71482308c4c08e3cce6f3452b64cb -SIZE (subversion/svn_hacks_1.1.diff) = 17813 +MD5 (subversion/subversion-1.5.2.tar.bz2) = 8321d0e1964846090f0174cb6bb18838 +SHA256 (subversion/subversion-1.5.2.tar.bz2) = 7c4c439035cd75722fa3da27433e2c3a4a2dc88694982a5ceb1ce5169982c7f5 +SIZE (subversion/subversion-1.5.2.tar.bz2) = 4902078 ===> Done --- svn-1.5.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 18:10:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC998106564A; Sat, 6 Sep 2008 18:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99B0D8FC0A; Sat, 6 Sep 2008 18:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86IACeT071793; Sat, 6 Sep 2008 18:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86IACI9071789; Sat, 6 Sep 2008 18:10:12 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 18:10:12 GMT Message-Id: <200809061810.m86IACI9071789@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127155: [UPDATE] devel/subversion: update to 1.5.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: Sat, 06 Sep 2008 18:10:12 -0000 Synopsis: [UPDATE] devel/subversion: update to 1.5.2 Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 18:10:12 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127155 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 18:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC44A1065673 for ; Sat, 6 Sep 2008 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE7B58FC23 for ; Sat, 6 Sep 2008 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Io1Kk076316 for ; Sat, 6 Sep 2008 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Io11k076315; Sat, 6 Sep 2008 18:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 18:50:01 GMT Resent-Message-Id: <200809061850.m86Io11k076315@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013991065670 for ; Sat, 6 Sep 2008 18:46:26 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from smtp132.rog.mail.re2.yahoo.com (smtp132.rog.mail.re2.yahoo.com [206.190.53.37]) by mx1.freebsd.org (Postfix) with SMTP id B084A8FC2A for ; Sat, 6 Sep 2008 18:46:25 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: (qmail 15949 invoked from network); 6 Sep 2008 18:46:25 -0000 Received: from unknown (HELO ?HOSTNAME?) (jazzturk@rogers.com@72.138.160.206 with login) by smtp132.rog.mail.re2.yahoo.com with SMTP; 6 Sep 2008 18:46:24 -0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sat, 6 Sep 2008 14:46:24 -0400 Message-Id: <20080906184625.B084A8FC2A@mx1.freebsd.org> Date: Sat, 6 Sep 2008 14:46:24 -0400 From: "James Bailie" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127156: Update Port: www/drood => 1.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 18:50:02 -0000 >Number: 127156 >Category: ports >Synopsis: Update Port: www/drood => 1.33 >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 Sep 06 18:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD localhost 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #3: Sat Sep 6 12:18:54 EDT 2008 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL amd64 >Description: >How-To-Repeat: >Fix: --- drood.diff begins here --- diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile --- /usr/ports/www/drood/Makefile 2008-08-21 20:44:11.000000000 -0400 +++ ./drood/Makefile 2008-09-06 14:44:23.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2008-08-21 20:44:11.000000000 -0400 +++ ./drood/distinfo 2008-09-06 14:22:27.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (drood-1.32.tar.gz) = 168c7083bf0682cdb43dea36e7e216c4 -SHA256 (drood-1.32.tar.gz) = 590f6f3d047ae10e699cbe4bdc92459f395e1485c12e0137a863db59212d4ef9 -SIZE (drood-1.32.tar.gz) = 27790 +MD5 (drood-1.33.tar.gz) = 2c570a550cf6b704a10025986e69505a +SHA256 (drood-1.33.tar.gz) = 332903e61f0328d54e196d81aeefb4aad8b8e893c21d5cf881081d894bada459 +SIZE (drood-1.33.tar.gz) = 27299 diff -ruN /usr/ports/www/drood/pkg-plist ./drood/pkg-plist --- /usr/ports/www/drood/pkg-plist 2008-08-21 20:44:11.000000000 -0400 +++ ./drood/pkg-plist 2008-09-06 13:11:18.000000000 -0400 @@ -1,5 +1,5 @@ bin/drood etc/rc.d/drood -@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -r %D/etc/drood/types.tab; fi +@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -f %D/etc/drood/types.tab; fi etc/drood/types.tab.dist @dirrm /etc/drood --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 18:50:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C83291065677; Sat, 6 Sep 2008 18:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A490A8FC27; Sat, 6 Sep 2008 18:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86IoCeD076501; Sat, 6 Sep 2008 18:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86IoCwo076497; Sat, 6 Sep 2008 18:50:12 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 18:50:12 GMT Message-Id: <200809061850.m86IoCwo076497@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127156: Update Port: www/drood => 1.33 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, 06 Sep 2008 18:50:12 -0000 Synopsis: Update Port: www/drood => 1.33 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 18:50:12 UTC 2008 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127156 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 19:00:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537C31065675 for ; Sat, 6 Sep 2008 19:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF068FC26 for ; Sat, 6 Sep 2008 19:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86J03Uw076755 for ; Sat, 6 Sep 2008 19:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86J03Wt076754; Sat, 6 Sep 2008 19:00:03 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 19:00:03 GMT Resent-Message-Id: <200809061900.m86J03Wt076754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "J. Altman" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA16B106564A for ; Sat, 6 Sep 2008 18:54:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DE3EE8FC0A for ; Sat, 6 Sep 2008 18:54:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m86IsbCH015989 for ; Sat, 6 Sep 2008 18:54:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m86Isbda015937; Sat, 6 Sep 2008 18:54:37 GMT (envelope-from nobody) Message-Id: <200809061854.m86Isbda015937@www.freebsd.org> Date: Sat, 6 Sep 2008 18:54:37 GMT From: "J. Altman" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127157: cinepaint fails to compile 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, 06 Sep 2008 19:00:06 -0000 >Number: 127157 >Category: ports >Synopsis: cinepaint fails to compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 19:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: J. Altman >Release: FreeBSD 7.0-RELEASE-p4 i386 >Organization: N/A >Environment: System: FreeBSD whisperer.chthonixia.net 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Thu Sep 4 07:33:07 EDT 2008 root@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER i386 core2 >Description: cinepaint fails to compile: [snip many other, prior, warnings and/or errors] Compiling icc_profile_tags.cpp ... In file included from icc_profile.h:39, from icc_profile_tags.cpp:38: icc_profile_header.h: In member function 'void ICCheader::set_magic()': icc_profile_header.h:99: warning: deprecated conversion from string constant to 'char*' icc_profile_header.h: In member function 'void ICCheader::set_manufacturer()': icc_profile_header.h:121: warning: deprecated conversion from string constant to 'char*' icc_profile_header.h: In member function 'void ICCheader::set_model()': icc_profile_header.h:127: warning: deprecated conversion from string constant to 'char*' icc_profile_header.h: In member function 'void ICCheader::set_creator()': icc_profile_header.h:167: warning: deprecated conversion from string constant to 'char*' Compiling icc_schnell.cpp ... Compiling icc_speicher.cpp ... Compiling icc_thread_daten.cpp ... Compiling icc_ueber.cpp ... Compiling icc_utils.cpp ... Compiling icc_vrml.cpp ... Compiling icc_vrml_parser.cpp ... Compiling threads.cpp ... Compiling icc_helfer_fltk.cpp ... In file included from icc_profile.h:39, from icc_kette.h:35, from icc_examin.h:35, from icc_helfer_fltk.cpp:219: icc_profile_header.h: In member function 'void ICCheader::set_magic()': icc_profile_header.h:99: warning: deprecated conversion from string constant to 'char*' icc_profile_header.h: In member function 'void ICCheader::set_manufacturer()': icc_profile_header.h:121: warning: deprecated conversion from string constant to 'char*' icc_profile_header.h: In member function 'void ICCheader::set_model()': icc_profile_header.h:127: warning: deprecated conversion from string constant to 'char*' icc_profile_header.h: In member function 'void ICCheader::set_creator()': icc_profile_header.h:167: warning: deprecated conversion from string constant to 'char*' icc_helfer_fltk.cpp: In function 'int icc_examin_ns::awake()': icc_helfer_fltk.cpp:229: error: call of overloaded 'awake(int)' is ambiguous /usr/local/include/Fl/Fl.H:277: note: candidates are: static void Fl::awake(void*) /usr/local/include/Fl/Fl.H:278: note: static int Fl::awake(void (*)(void*), void*) icc_helfer_fltk.cpp: At global scope: icc_helfer_fltk.cpp:235: warning: 'icc_examin_ns::data_mutex_' defined but not used icc_helfer_fltk.cpp:236: warning: 'icc_examin_ns::data_mutex_thread_' defined but not used icc_helfer_fltk.cpp:237: warning: 'icc_examin_ns::data_mutex_threads_' defined but not used *** Error code 1 Stop in /usr/ports/graphics/cinepaint/work/cinepaint-0.22-1/plug-ins/icc_examin/icc_examin. *** Error code 1 Stop in /usr/ports/graphics/cinepaint/work/cinepaint-0.22-1/plug-ins/icc_examin. *** Error code 1 Stop in /usr/ports/graphics/cinepaint/work/cinepaint-0.22-1/plug-ins. *** Error code 1 Stop in /usr/ports/graphics/cinepaint/work/cinepaint-0.22-1. *** Error code 1 Stop in /usr/ports/graphics/cinepaint. *** Error code 1 Stop in /usr/ports/graphics/cinepaint. >How-To-Repeat: type "make install" in the port directory. It fails with both WITH_OPENEXR=true and WITHOUT_OPENEXR=true. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 19:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E514F106567F for ; Sat, 6 Sep 2008 19:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4BAF8FC14 for ; Sat, 6 Sep 2008 19:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86JA3o3077061 for ; Sat, 6 Sep 2008 19:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86JA3nS077060; Sat, 6 Sep 2008 19:10:03 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 19:10:03 GMT Resent-Message-Id: <200809061910.m86JA3nS077060@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0AA41065672 for ; Sat, 6 Sep 2008 19:04:16 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa03b.plala.or.jp (msa03.plala.or.jp [58.93.240.3]) by mx1.freebsd.org (Postfix) with ESMTP id 842ED8FC23 for ; Sat, 6 Sep 2008 19:04:15 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from eupheme.kaumoge.org ([121.112.64.124]) by msa03b.plala.or.jp with ESMTP id <20080906190414.JLRZ11729.msa03b.plala.or.jp@eupheme.kaumoge.org> for ; Sun, 7 Sep 2008 04:04:14 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id m86J4aw8017224 for ; Sun, 7 Sep 2008 04:04:36 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86prnhhz9t.wl%umq@ueo.co.jp> Date: Sun, 07 Sep 2008 04:04:14 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127158: [new port] mail/enma 1.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: Sat, 06 Sep 2008 19:10:04 -0000 >Number: 127158 >Category: ports >Synopsis: [new port] mail/enma 1.0.0 >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 Sep 06 19:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: ENMA is a milter program that checks SPF and SendeID. WWW: https://sourceforge.net/projects/enma/ >How-To-Repeat: N/A >Fix: The skeleton is attached. --Multipart_Sun_Sep__7_04:04:14_2008-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="mail_enma.shar" Content-Transfer-Encoding: 7bit # 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: # # mail/enma/ # mail/enma/Makefile # mail/enma/distinfo # mail/enma/pkg-descr # mail/enma/files # mail/enma/files/milter-enma.sh.in # mail/enma/files/patch-enma_etc_enma.conf.sample # mail/enma/files/patch-build_build_all.sh # echo c - mail/enma/ mkdir -p mail/enma/ > /dev/null 2>&1 echo x - mail/enma/Makefile sed 's/^X//' >mail/enma/Makefile << '404b833ea52f2d1bb487080b1c151bc8' X# New ports collection makefile for: enma X# Date created: 7 Sep 2008 X# Whom: Hirohisa Yamaguchi X# X# $FreeBSD$ X# X XPORTNAME= enma XPORTVERSION= 1.0.0 XCATEGORIES= mail XMASTER_SITES= SF X XMAINTAINER= umq@ueo.co.jp XCOMMENT= A sender authentication milter supporting SPF and Sender ID X XBUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/dns/bind94:fetch \ X ${NONEXISTENT}:${PORTSDIR}/mail/sendmail:fetch X X.if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT) XCONF_SUB= ${REINPLACE_CMD} -e '/milter\.postfix/s/false/true/' ${WRKSRC}/enma/etc/enma.conf.sample X.if defined(WITH_POSTFIX_CURRENT) XRUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current X.else XRUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix X.endif X.endif X XBIND_SRC_CMD= cd ${PORTSDIR}/dns/bind94 && ${MAKE} -V DISTFILES | ${CUT} -d ' ' -f 1 XSENDMAIL_SRC_CMD= cd ${PORTSDIR}/mail/sendmail && make -V DISTFILES X XUSE_RC_SUBR= milter-enma.sh XMAN1= enma.1 XMANCOMPRESSED= no XPLIST_FILES= bin/enma bin/sidfquery etc/enma.conf.sample XPORTDOCS= ChangeLog INSTALL LICENSE README TODO XSUB_FILES= milter-enma.sh X X.include X Xpre-configure: X ${LN} -s ${DISTDIR}/$$(${BIND_SRC_CMD}) ${WRKSRC}/build X ${LN} -s ${DISTDIR}/$$(${SENDMAIL_SRC_CMD}) ${WRKSRC}/build X $$(${CONF_SUB}) X Xdo-build: X cd ${WRKSRC}/build && ./build_all.sh --prefix=${PREFIX} X Xdo-install: X cd ${WRKSRC}/build && ./build_all.sh install X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include 404b833ea52f2d1bb487080b1c151bc8 echo x - mail/enma/distinfo sed 's/^X//' >mail/enma/distinfo << 'fa5cfafc115e8c0d34c2ca8fd9861a62' XMD5 (enma-1.0.0.tar.gz) = d447cb470176cf0f1c7599ade11af404 XSHA256 (enma-1.0.0.tar.gz) = facfb7dcad5d3a8eb1ad33cdb936828b6b4358e2b11cbb5cdbb4224b803ead92 XSIZE (enma-1.0.0.tar.gz) = 161566 fa5cfafc115e8c0d34c2ca8fd9861a62 echo x - mail/enma/pkg-descr sed 's/^X//' >mail/enma/pkg-descr << '5700c74db9095a3dfc42b1209635cd19' XENMA is a milter program for the domain authentication technologies. XIt authenticates sender's address with SPF and Sender ID, then labels Xthe result onto the Authentication-Results: field. X XWWW: http://sourceforge.net/projects/enma/ 5700c74db9095a3dfc42b1209635cd19 echo c - mail/enma/files mkdir -p mail/enma/files > /dev/null 2>&1 echo x - mail/enma/files/milter-enma.sh.in sed 's/^X//' >mail/enma/files/milter-enma.sh.in << '44d86aa24f964c7961a70437113cf329' X#!/bin/sh X# X# $FreeBSD$ X# X X# PROVIDE: milterenma X# REQUIRE: DAEMON X# BEFORE: mail localpkg X# KEYWORD: shutdown X X# Define these milterenma_* variables in one of these files: X# /etc/rc.conf X# /etc/rc.conf.local X# /etc/rc.conf.d/milterenma X# X# milterenma_enable (bool): Set to "NO" by default. X# Set it to "YES" to enable enma X# milterenma_cfgfile (str): Configuration file. X# milterenma_pid (str): Set pid file path. X# milterenma_uid (str): Set username to run milter. X# X# DO NOT CHANGE THESE DEFAULT VALUES HERE X# Xmilterenma_enable=${milterenma_enable:-"NO"} Xmilterenma_cfgfile=${milterenma_cfgfile:-"%%PREFIX%%/etc/enma.conf"} Xmilterenma_pid=${milterenma_pid:-"/var/run/milterenma/enma.pid"} Xmilterenma_uid=${milterenma_uid:-"mailnull"} X X. %%RC_SUBR%% X Xname="milterenma" Xrcvar=`set_rcvar` X Xload_rc_config $name X Xif [ -f "${milterenma_cfgfile}" ];then X milterenma_cfgfile="-c ${milterenma_cfgfile}" Xelse X echo "milterenma_cfgfile is not correctly set" X exit 1 Xfi Xpidfile=${milterenma_pid} Xcommand="%%PREFIX%%/bin/enma" Xcommand_args="${milterenma_cfgfile}" Xstart_precmd="enma_precmd" Xstop_postcmd="enma_postcmd" X_piddir=$(dirname ${pidfile}) X Xenma_precmd () X{ X if [ ! -d ${_piddir} ] ; then X mkdir -p ${_piddir} X fi X if [ -n "${milterenma_uid}" ] ; then X chown ${milterenma_uid} ${_piddir} X fi X} X Xenma_postcmd() X{ X # just if the directory is empty X rmdir ${_piddir} > /dev/null 2>&1 X} X Xrun_rc_command "$1" 44d86aa24f964c7961a70437113cf329 echo x - mail/enma/files/patch-enma_etc_enma.conf.sample sed 's/^X//' >mail/enma/files/patch-enma_etc_enma.conf.sample << 'b545a03bd1521a0825d50f174222b7f2' X--- ./enma/etc/enma.conf.sample.orig 2008-08-08 14:57:14.000000000 +0900 X+++ ./enma/etc/enma.conf.sample 2008-09-07 01:09:31.000000000 +0900 X@@ -6,8 +6,8 @@ X X ## Milter ## X milter.socket: inet:10025@127.0.0.1 X-milter.user: daemon X-milter.pidfile: /var/run/enma/enma.pid X+milter.user: mailnull X+milter.pidfile: /var/run/milterenma/enma.pid X milter.chdir: /var/tmp X milter.timeout: 7210 X milter.loglevel: 0 b545a03bd1521a0825d50f174222b7f2 echo x - mail/enma/files/patch-build_build_all.sh sed 's/^X//' >mail/enma/files/patch-build_build_all.sh << '6777e995fb39d49604bdc258acf757e0' X--- ./build/build_all.sh.orig 2008-08-26 15:14:49.000000000 +0900 X+++ ./build/build_all.sh 2008-09-07 01:09:10.000000000 +0900 X@@ -100,6 +100,7 @@ X ./configure \ X --prefix=${WORK}/tmp_install \ X --enable-threads \ X+ --mandir=${PREFIX}/man \ X ${CONFIGURE_OPTION} && \ X ${MAKE_CMD} && \ X ${MAKE_CMD} install X@@ -135,6 +136,7 @@ X cd ../ && \ X ./configure \ X --prefix=${PREFIX} \ X+ --mandir=${PREFIX}/man \ X --with-libmilter=${WORK}/tmp_install \ X --with-libbind=${WORK}/tmp_install \ X ${CONFIGURE_OPTION} && \ 6777e995fb39d49604bdc258acf757e0 exit --Multipart_Sun_Sep__7_04:04:14_2008-1-- >Release-Note: >Audit-Trail: >Unformatted: --Multipart_Sun_Sep__7_04:04:14_2008-1 Content-Type: text/plain; charset=US-ASCII From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 19:11:54 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F6421065672; Sat, 6 Sep 2008 19:11:54 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F089D8FC18; Sat, 6 Sep 2008 19:11:53 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (beech@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86JBrUl077279; Sat, 6 Sep 2008 19:11:53 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86JBrLV077275; Sat, 6 Sep 2008 19:11:53 GMT (envelope-from beech) Date: Sat, 6 Sep 2008 19:11:53 GMT Message-Id: <200809061911.m86JBrLV077275@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/127157: cinepaint fails to compile 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, 06 Sep 2008 19:11:54 -0000 Synopsis: cinepaint fails to compile Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Sep 6 19:09:01 UTC 2008 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=127157 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 19:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5D51065670 for ; Sat, 6 Sep 2008 19:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 108808FC13 for ; Sat, 6 Sep 2008 19:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86JU3N1079294 for ; Sat, 6 Sep 2008 19:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86JU3ql079291; Sat, 6 Sep 2008 19:30:03 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 19:30:03 GMT Resent-Message-Id: <200809061930.m86JU3ql079291@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59DC61065672 for ; Sat, 6 Sep 2008 19:28:12 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id E51938FC24 for ; Sat, 6 Sep 2008 19:28:11 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id 87CFAB822; Sun, 7 Sep 2008 03:33:28 +0800 (CST) Message-Id: <20080906193329.87CFAB822@chinsan.info> Date: Sun, 7 Sep 2008 03:33:28 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nox@FreeBSD.org Subject: ports/127159: [PATCH] archivers/p7zip: update to 4.58 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, 06 Sep 2008 19:30:04 -0000 >Number: 127159 >Category: ports >Synopsis: [PATCH] archivers/p7zip: update to 4.58 >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 Sep 06 19:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 4.58 Port maintainer (nox@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p7zip-4.58.patch begins here --- diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/Makefile --- /usr/ports/archivers/p7zip/Makefile 2008-04-21 01:30:33.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/Makefile 2008-09-07 02:21:58.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= p7zip -PORTVERSION= 4.57 +PORTVERSION= 4.58 CATEGORIES= archivers MASTER_SITES= SF DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/distinfo --- /usr/ports/archivers/p7zip/distinfo 2008-04-21 01:30:33.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/distinfo 2008-09-07 02:22:08.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (p7zip_4.57_src_all.tar.bz2) = 773f78d8b297eb858626667d4dfa93c7 -SHA256 (p7zip_4.57_src_all.tar.bz2) = 00e923386dd53d532a86331d1694eaeee626783afa503f91edf7370357e05b53 -SIZE (p7zip_4.57_src_all.tar.bz2) = 1473608 +MD5 (p7zip_4.58_src_all.tar.bz2) = 315b184102c17c4956f53218d973222d +SHA256 (p7zip_4.58_src_all.tar.bz2) = 52391559b7782d2bad45b783579ea9825f28670ba6f234fd0d9248af3e82bedd +SIZE (p7zip_4.58_src_all.tar.bz2) = 1948207 diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp --- /usr/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp 2007-09-05 05:44:23.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp 2008-09-07 02:30:38.000000000 +0800 @@ -1,10 +1,11 @@ -Index: CPP/Windows/System.cpp -@@ -35,7 +35,7 @@ - #elif defined (__FreeBSD__) +--- CPP/Windows/System.cpp.orig 2008-09-07 02:29:34.000000000 +0800 ++++ CPP/Windows/System.cpp 2008-09-07 02:30:23.000000000 +0800 +@@ -44,7 +44,7 @@ + #elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__) UInt32 GetNumberOfProcessors() { - int nbcpu = 1; + int nbcpu = 1; - size_t value; -+ int value; ++ int value; size_t len = sizeof(value); if (sysctlbyname("hw.ncpu", &value, &len, NULL, 0) == 0) nbcpu = value; --- p7zip-4.58.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 19:30:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD769106564A; Sat, 6 Sep 2008 19:30:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAA228FC0A; Sat, 6 Sep 2008 19:30:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86JUELN080153; Sat, 6 Sep 2008 19:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86JUEeS080144; Sat, 6 Sep 2008 19:30:14 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 19:30:14 GMT Message-Id: <200809061930.m86JUEeS080144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nox@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127159: [PATCH] archivers/p7zip: update to 4.58 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, 06 Sep 2008 19:30:14 -0000 Synopsis: [PATCH] archivers/p7zip: update to 4.58 Responsible-Changed-From-To: freebsd-ports-bugs->nox Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 19:30:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127159 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 19:31:54 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23A031065670; Sat, 6 Sep 2008 19:31:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00A2A8FC14; Sat, 6 Sep 2008 19:31:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86JVrTT080648; Sat, 6 Sep 2008 19:31:53 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86JVr64080644; Sat, 6 Sep 2008 19:31:53 GMT (envelope-from miwi) Date: Sat, 6 Sep 2008 19:31:53 GMT Message-Id: <200809061931.m86JVr64080644@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/127158: [new port] mail/enma 1.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: Sat, 06 Sep 2008 19:31:54 -0000 Synopsis: [new port] mail/enma 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Sep 6 19:31:53 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127158 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 22:00:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDDB01065684 for ; Sat, 6 Sep 2008 22:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6303F8FC1D for ; Sat, 6 Sep 2008 22:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86M07CE093195 for ; Sat, 6 Sep 2008 22:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86M077S093194; Sat, 6 Sep 2008 22:00:07 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 22:00:07 GMT Resent-Message-Id: <200809062200.m86M077S093194@freefall.freebsd.org> 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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB6D1065670 for ; Sat, 6 Sep 2008 21:52:46 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: from chinsan.info (chinsan.info [72.21.49.42]) by mx1.freebsd.org (Postfix) with ESMTP id BE6BA8FC17 for ; Sat, 6 Sep 2008 21:52:46 +0000 (UTC) (envelope-from chinsan@chinsan.info) Received: by chinsan.info (Postfix, from userid 1001) id A54BBB822; Sun, 7 Sep 2008 05:58:05 +0800 (CST) Message-Id: <20080906215805.A54BBB822@chinsan.info> Date: Sun, 7 Sep 2008 05:58:05 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pav@FreeBSD.org Subject: ports/127160: [PATCH] multimedia/subtitleeditor: update to 0.23.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: Sat, 06 Sep 2008 22:00:11 -0000 >Number: 127160 >Category: ports >Synopsis: [PATCH] multimedia/subtitleeditor: update to 0.23.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 22:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.0-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008 >Description: - Update to 0.23.0 Port maintainer (pav@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- subtitleeditor-0.23.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/subtitleeditor/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/multimedia/subtitleeditor/Makefile --- /usr/ports/multimedia/subtitleeditor/Makefile 2008-08-27 18:07:11.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/multimedia/subtitleeditor/Makefile 2008-09-07 02:46:39.000000000 +0800 @@ -6,9 +6,9 @@ # PORTNAME= subtitleeditor -PORTVERSION= 0.22.3 +PORTVERSION= 0.23.0 CATEGORIES= multimedia -MASTER_SITES= http://download.gna.org/${PORTNAME}/0.22/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/0.23/ MAINTAINER= pav@FreeBSD.org COMMENT= Subtitle editor diff -ruN --exclude=CVS /usr/ports/multimedia/subtitleeditor/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/multimedia/subtitleeditor/distinfo --- /usr/ports/multimedia/subtitleeditor/distinfo 2008-08-27 18:07:11.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/multimedia/subtitleeditor/distinfo 2008-09-07 02:46:58.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (subtitleeditor-0.22.3.tar.gz) = 7406ae75c1a28609f99866c8ff1bd916 -SHA256 (subtitleeditor-0.22.3.tar.gz) = e2e1488cf676cc5ec06c0c6a990c6a32071acb2add43dbba554e146b2ef1fd12 -SIZE (subtitleeditor-0.22.3.tar.gz) = 716573 +MD5 (subtitleeditor-0.23.0.tar.gz) = 3d72969975260857f3dcfb2c68b4008e +SHA256 (subtitleeditor-0.23.0.tar.gz) = a9f4d02614d3b22863395248cc34689d26424c36600bca0cd2bf6e1450b76c7b +SIZE (subtitleeditor-0.23.0.tar.gz) = 752634 --- subtitleeditor-0.23.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 22:00:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DBB106566B; Sat, 6 Sep 2008 22:00:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A4A7E8FC08; Sat, 6 Sep 2008 22:00:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86M0KuZ093340; Sat, 6 Sep 2008 22:00:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86M0KR0093336; Sat, 6 Sep 2008 22:00:20 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 22:00:20 GMT Message-Id: <200809062200.m86M0KR0093336@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127160: [PATCH] multimedia/subtitleeditor: update to 0.23.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: Sat, 06 Sep 2008 22:00:20 -0000 Synopsis: [PATCH] multimedia/subtitleeditor: update to 0.23.0 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 22:00:20 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127160 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F311065671 for ; Sat, 6 Sep 2008 23:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13B478FC12 for ; Sat, 6 Sep 2008 23:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86NA1G1098734 for ; Sat, 6 Sep 2008 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86NA1Ij098733; Sat, 6 Sep 2008 23:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 23:10:01 GMT Resent-Message-Id: <200809062310.m86NA1Ij098733@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, peter.schuller@infidyne.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FB371065673; Sat, 6 Sep 2008 23:00:18 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 26CF88FC18; Sat, 6 Sep 2008 23:00:17 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 481183EA021E40DB; Sun, 7 Sep 2008 01:00:16 +0200 Received: from c-a916e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.169]) by ironport2.bredband.com with ESMTP; 07 Sep 2008 01:00:16 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id 866D32396E0; Sun, 7 Sep 2008 01:00:18 +0200 (CEST) Message-Id: <20080906230018.866D32396E0@prometheus.scode.org> Date: Sun, 7 Sep 2008 01:00:18 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/127161: [PATCH] sysutils/duplicity: update to 0.5.00 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, 06 Sep 2008 23:10:02 -0000 >Number: 127161 >Category: ports >Synopsis: [PATCH] sysutils/duplicity: update to 0.5.00 >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 Sep 06 23:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Sat Sep 6 12:36:03 CEST >Description: - Update to 0.5.00 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- duplicity-0.5.00.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile --- /usr/ports/sysutils/duplicity.orig/Makefile 2008-08-15 03:09:21.000000000 +0200 +++ /usr/ports/sysutils/duplicity/Makefile 2008-09-07 00:42:09.000000000 +0200 @@ -2,11 +2,11 @@ # Date created: Wed Jun 11 19:53:46 CEST 2003 # Whom: Gerhard Häring # -# $FreeBSD: ports/sysutils/duplicity/Makefile,v 1.19 2008/08/15 01:09:21 edwin Exp $ +# $FreeBSD: ports/sysutils/duplicity/Makefile,v 1.18 2008/06/06 14:02:56 edwin Exp $ # PORTNAME= duplicity -PORTVERSION= 0.4.12 +PORTVERSION= 0.5.00 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/ports/sysutils/duplicity/distinfo --- /usr/ports/sysutils/duplicity.orig/distinfo 2008-08-15 03:09:21.000000000 +0200 +++ /usr/ports/sysutils/duplicity/distinfo 2008-09-07 00:42:15.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (duplicity-0.4.12.tar.gz) = 2cec2aba2b0d770c70601862af94f896 -SHA256 (duplicity-0.4.12.tar.gz) = c8d8cc35322867d7deec6dfb8b880e459ab4a6e1b23adfd7ca24ebffa4314668 -SIZE (duplicity-0.4.12.tar.gz) = 126345 +MD5 (duplicity-0.5.00.tar.gz) = 9820270eb87d6cb8d051fcf6caba09e3 +SHA256 (duplicity-0.5.00.tar.gz) = d56f282f7b622471a8405e06c30ddc56c1f20710db4b00686c822560f9a7d502 +SIZE (duplicity-0.5.00.tar.gz) = 137519 diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/pkg-plist /usr/ports/sysutils/duplicity/pkg-plist --- /usr/ports/sysutils/duplicity.orig/pkg-plist 2007-12-12 13:06:43.000000000 +0100 +++ /usr/ports/sysutils/duplicity/pkg-plist 2008-09-07 00:54:55.139252891 +0200 @@ -4,9 +4,36 @@ %%PYTHON_SITELIBDIR%%/duplicity/__init__.pyc %%PYTHON_SITELIBDIR%%/duplicity/__init__.pyo %%PYTHON_SITELIBDIR%%/duplicity/_librsync.so -%%PYTHON_SITELIBDIR%%/duplicity/backends.py -%%PYTHON_SITELIBDIR%%/duplicity/backends.pyc -%%PYTHON_SITELIBDIR%%/duplicity/backends.pyo +%%PYTHON_SITELIBDIR%%/duplicity/asyncscheduler.py +%%PYTHON_SITELIBDIR%%/duplicity/asyncscheduler.pyc +%%PYTHON_SITELIBDIR%%/duplicity/asyncscheduler.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backend.py +%%PYTHON_SITELIBDIR%%/duplicity/backend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/__init__.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/botobackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/localbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/rsyncbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/sshbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/collections.py %%PYTHON_SITELIBDIR%%/duplicity/collections.pyc %%PYTHON_SITELIBDIR%%/duplicity/collections.pyo @@ -19,9 +46,15 @@ %%PYTHON_SITELIBDIR%%/duplicity/dup_temp.py %%PYTHON_SITELIBDIR%%/duplicity/dup_temp.pyc %%PYTHON_SITELIBDIR%%/duplicity/dup_temp.pyo +%%PYTHON_SITELIBDIR%%/duplicity/dup_threading.py +%%PYTHON_SITELIBDIR%%/duplicity/dup_threading.pyc +%%PYTHON_SITELIBDIR%%/duplicity/dup_threading.pyo %%PYTHON_SITELIBDIR%%/duplicity/dup_time.py %%PYTHON_SITELIBDIR%%/duplicity/dup_time.pyc %%PYTHON_SITELIBDIR%%/duplicity/dup_time.pyo +%%PYTHON_SITELIBDIR%%/duplicity/errors.py +%%PYTHON_SITELIBDIR%%/duplicity/errors.pyc +%%PYTHON_SITELIBDIR%%/duplicity/errors.pyo %%PYTHON_SITELIBDIR%%/duplicity/file_naming.py %%PYTHON_SITELIBDIR%%/duplicity/file_naming.pyc %%PYTHON_SITELIBDIR%%/duplicity/file_naming.pyo @@ -73,6 +106,7 @@ %%PYTHON_SITELIBDIR%%/duplicity/urlparse_2_5.py %%PYTHON_SITELIBDIR%%/duplicity/urlparse_2_5.pyc %%PYTHON_SITELIBDIR%%/duplicity/urlparse_2_5.pyo +@dirrm %%PYTHON_SITELIBDIR%%/duplicity/backends @dirrm %%PYTHON_SITELIBDIR%%/duplicity %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/COPYING --- duplicity-0.5.00.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:10:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D94B71065671; Sat, 6 Sep 2008 23:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B81218FC1A; Sat, 6 Sep 2008 23:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86NAAWb098932; Sat, 6 Sep 2008 23:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86NAAwN098928; Sat, 6 Sep 2008 23:10:10 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 23:10:10 GMT Message-Id: <200809062310.m86NAAwN098928@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127161: [PATCH] sysutils/duplicity: update to 0.5.00 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, 06 Sep 2008 23:10:10 -0000 Synopsis: [PATCH] sysutils/duplicity: update to 0.5.00 Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 23:10:10 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127161 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:11:39 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FEF21065672; Sat, 6 Sep 2008 23:11:39 +0000 (UTC) (envelope-from scode@hyperion.scode.org) Received: from hyperion.scode.org (cl-1361.ams-04.nl.sixxs.net [IPv6:2001:960:2:550::2]) by mx1.freebsd.org (Postfix) with ESMTP id DD58D8FC17; Sat, 6 Sep 2008 23:11:38 +0000 (UTC) (envelope-from scode@hyperion.scode.org) Received: by hyperion.scode.org (Postfix, from userid 1001) id F0A6623C457; Sun, 7 Sep 2008 01:11:36 +0200 (CEST) Date: Sun, 7 Sep 2008 01:11:36 +0200 From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@freebsd.org Message-ID: <20080906231136.GA70791@hyperion.scode.org> References: <20080906230018.866D32396E0@prometheus.scode.org> <200809062310.m86NA1nT098727@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <200809062310.m86NA1nT098727@freefall.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: ports/127161: [PATCH] sysutils/duplicity: update to 0.5.00 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, 06 Sep 2008 23:11:39 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I forgot to include the upstream changelog: New in v0.5.00 (2008/09/06) --------------------------- Changes to unit tests: - resolve circular imports after backend reorg - resolve exception error import - now in errors.py - remove need for temp2.tar to be in CVS repository bug #23988: scp destination fails if no username is specified https://savannah.nongnu.org/bugs/index.php?23988 bug #23985: --no-encryption option does not work in 0.4.12 https://savannah.nongnu.org/bugs/index.php?23985 patch #6623: slightly augment tempdir cleanup logging https://savannah.nongnu.org/patch/index.php?6623 patch #6596: re-organize backend module structure https://savannah.nongnu.org/patch/index.php?6596 patch #6589: S3 european bucket support https://savannah.nongnu.org/patch/index.php?6589 patch #6353: Concurrency for volume encryption and upload. https://savannah.nongnu.org/patch/index.php?6353 --=20 / Peter Schuller PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjDDicACgkQDNor2+l1i306MwCg8ZWIWAlBWsd/HMB5PDUX3Hoy DVAAn3G6VLS8sdaf1Pwn2XZRMOhagbDJ =JzE7 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:20:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4293F1065673 for ; Sat, 6 Sep 2008 23:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 263C08FC2D for ; Sat, 6 Sep 2008 23:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86NK5L6000756 for ; Sat, 6 Sep 2008 23:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86NK4oM000755; Sat, 6 Sep 2008 23:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 23:20:04 GMT Resent-Message-Id: <200809062320.m86NK4oM000755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, peter.schuller@infidyne.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B5C6106564A; Sat, 6 Sep 2008 23:15:26 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 1319D8FC0A; Sat, 6 Sep 2008 23:15:25 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 481183EA021E4529; Sun, 7 Sep 2008 01:15:24 +0200 Received: from c-a916e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.169]) by ironport2.bredband.com with ESMTP; 07 Sep 2008 01:15:24 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id C02EF23A28A; Sun, 7 Sep 2008 01:15:27 +0200 (CEST) Message-Id: <20080906231527.C02EF23A28A@prometheus.scode.org> Date: Sun, 7 Sep 2008 01:15:27 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/127163: [PATCH] sysutils/rdiff-backup: 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: Sat, 06 Sep 2008 23:20:05 -0000 >Number: 127163 >Category: ports >Synopsis: [PATCH] sysutils/rdiff-backup: update to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 06 23:20:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Sat Sep 6 12:36:03 CEST >Description: - Update to 1.2.1 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog: New in v1.2.1 (2008/08/24) --------------------------- Produce a new binary for Windows which includes the Python for Windows Extensions. Thanks to Shohn Trojacek for reporting the problem. Disable hardlinks by default when backup source or restore destination is on Windows. (Andrew Ferguson) Properly catch KeyboardInterrupt on Python 2.5. (Andrew Ferguson) Don't crash if a CacheIndexable tries to clear a non-existent cache entry, since the entry must already be cleared. (Andrew Ferguson) >How-To-Repeat: >Fix: --- rdiff-backup-1.2.1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup.orig/Makefile /usr/ports/sysutils/rdiff-backup/Makefile --- /usr/ports/sysutils/rdiff-backup.orig/Makefile 2008-08-15 14:23:00.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup/Makefile 2008-09-07 01:08:11.557528678 +0200 @@ -6,7 +6,7 @@ # PORTNAME= rdiff-backup -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH:S/$/:savannah/} \ diff -ruN --exclude=CVS /usr/ports/sysutils/rdiff-backup.orig/distinfo /usr/ports/sysutils/rdiff-backup/distinfo --- /usr/ports/sysutils/rdiff-backup.orig/distinfo 2008-08-15 14:23:00.000000000 +0200 +++ /usr/ports/sysutils/rdiff-backup/distinfo 2008-09-07 01:09:10.454473122 +0200 @@ -1,3 +1,3 @@ -MD5 (rdiff-backup-1.2.0.tar.gz) = 65597d2d1ce12efe9ab2fa20cd029e0c -SHA256 (rdiff-backup-1.2.0.tar.gz) = 2e9f8485f7dd662ec043e29101db4c80b83a56ef80a349d1f0bc7d73fc4e60fa -SIZE (rdiff-backup-1.2.0.tar.gz) = 187974 +MD5 (rdiff-backup-1.2.1.tar.gz) = 7f71157161e510a9302abe130801c067 +SHA256 (rdiff-backup-1.2.1.tar.gz) = 0dc352eb299a274bca6b606af1314bff6468142d6fe4edccb081b8711aa9975b +SIZE (rdiff-backup-1.2.1.tar.gz) = 189175 --- rdiff-backup-1.2.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:20:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1FD71065684; Sat, 6 Sep 2008 23:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 908048FC1E; Sat, 6 Sep 2008 23:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86NKEjw000882; Sat, 6 Sep 2008 23:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86NKEIB000878; Sat, 6 Sep 2008 23:20:14 GMT (envelope-from edwin) Date: Sat, 6 Sep 2008 23:20:14 GMT Message-Id: <200809062320.m86NKEIB000878@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127163: [PATCH] sysutils/rdiff-backup: 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: Sat, 06 Sep 2008 23:20:14 -0000 Synopsis: [PATCH] sysutils/rdiff-backup: update to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 6 23:20:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127163 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:31:21 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A76D1065674; Sat, 6 Sep 2008 23:31:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 671ED8FC12; Sat, 6 Sep 2008 23:31:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86NVL6W002480; Sat, 6 Sep 2008 23:31:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86NVKeV002474; Sat, 6 Sep 2008 23:31:20 GMT (envelope-from linimon) Date: Sat, 6 Sep 2008 23:31:20 GMT Message-Id: <200809062331.m86NVKeV002474@freefall.freebsd.org> To: amdmi3@amdmi3.ru, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/127146: Re: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler [review req] 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, 06 Sep 2008 23:31:21 -0000 Old Synopsis: Re: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler New Synopsis: Re: [NEW PORT] lang/mtasc: Motion-Twin ActionScript 2 Compiler [review req] State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Sep 6 23:30:35 UTC 2008 State-Changed-Why: Misfiled followup to ports/127130; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Sep 6 23:30:35 UTC 2008 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=127146 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 23:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F376106566B for ; Sat, 6 Sep 2008 23:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10BE48FC17 for ; Sat, 6 Sep 2008 23:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m86Ne2Jv003391 for ; Sat, 6 Sep 2008 23:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m86Ne2dM003390; Sat, 6 Sep 2008 23:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 23:40:02 GMT Resent-Message-Id: <200809062340.m86Ne2dM003390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, peter.schuller@infidyne.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9CC41065674 for ; Sat, 6 Sep 2008 23:35:58 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 817928FC19 for ; Sat, 6 Sep 2008 23:35:58 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.127) id 48118333021F98D2 for FreeBSD-gnats-submit@freebsd.org; Sun, 7 Sep 2008 01:35:56 +0200 Received: from c-a916e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.169]) by ironport2.bredband.com with ESMTP; 07 Sep 2008 01:35:56 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id AEA0096A02; Sun, 7 Sep 2008 01:35:59 +0200 (CEST) Message-Id: <20080906233559.AEA0096A02@prometheus.scode.org> Date: Sun, 7 Sep 2008 01:35:59 +0200 (CEST) From: peter.schuller@infidyne.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127164: [MAINTAINER UPDATE] devel/py25-boto: update to 1.4a 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, 06 Sep 2008 23:40:03 -0000 >Number: 127164 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/py25-boto: update to 1.4a >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 Sep 06 23:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Sat Sep 6 12:36:03 CEST >Description: - Update to 1.4a Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-boto-1.4a.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-boto.orig/Makefile /usr/ports/devel/py-boto/Makefile --- /usr/ports/devel/py-boto.orig/Makefile 2008-08-15 03:02:52.000000000 +0200 +++ /usr/ports/devel/py-boto/Makefile 2008-09-07 01:18:37.988956695 +0200 @@ -6,7 +6,7 @@ # PORTNAME= boto -PORTVERSION= 1.3a +PORTVERSION= 1.4a CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN --exclude=CVS /usr/ports/devel/py-boto.orig/distinfo /usr/ports/devel/py-boto/distinfo --- /usr/ports/devel/py-boto.orig/distinfo 2008-08-15 03:02:52.000000000 +0200 +++ /usr/ports/devel/py-boto/distinfo 2008-09-07 01:18:42.708952672 +0200 @@ -1,3 +1,3 @@ -MD5 (boto-1.3a.tar.gz) = 97274d242ac1c68656ddf88f2346a661 -SHA256 (boto-1.3a.tar.gz) = 5baeeb7115d0b67fb10e812769b329d0a48ea0af8ca627108cb62ea958a4b0c6 -SIZE (boto-1.3a.tar.gz) = 103018 +MD5 (boto-1.4a.tar.gz) = f349767aad47a73455e1e71c356f23be +SHA256 (boto-1.4a.tar.gz) = bee52c9b9896840e82bb70246208008626240df05a6c1080daa7b11b1d1b093a +SIZE (boto-1.4a.tar.gz) = 123754 diff -ruN --exclude=CVS /usr/ports/devel/py-boto.orig/pkg-plist /usr/ports/devel/py-boto/pkg-plist --- /usr/ports/devel/py-boto.orig/pkg-plist 2008-08-15 03:02:52.000000000 +0200 +++ /usr/ports/devel/py-boto/pkg-plist 2008-09-07 01:22:00.391770181 +0200 @@ -34,6 +34,12 @@ %%PYTHON_SITELIBDIR%%/boto/ec2/securitygroup.py %%PYTHON_SITELIBDIR%%/boto/ec2/securitygroup.pyc %%PYTHON_SITELIBDIR%%/boto/ec2/securitygroup.pyo +%%PYTHON_SITELIBDIR%%/boto/ec2/snapshot.py +%%PYTHON_SITELIBDIR%%/boto/ec2/snapshot.pyc +%%PYTHON_SITELIBDIR%%/boto/ec2/snapshot.pyo +%%PYTHON_SITELIBDIR%%/boto/ec2/volume.py +%%PYTHON_SITELIBDIR%%/boto/ec2/volume.pyc +%%PYTHON_SITELIBDIR%%/boto/ec2/volume.pyo %%PYTHON_SITELIBDIR%%/boto/ec2/zone.py %%PYTHON_SITELIBDIR%%/boto/ec2/zone.pyc %%PYTHON_SITELIBDIR%%/boto/ec2/zone.pyo @@ -154,6 +160,30 @@ %%PYTHON_SITELIBDIR%%/boto/sdb/queryresultset.py %%PYTHON_SITELIBDIR%%/boto/sdb/queryresultset.pyc %%PYTHON_SITELIBDIR%%/boto/sdb/queryresultset.pyo +%%PYTHON_SITELIBDIR%%/boto/services/__init__.py +%%PYTHON_SITELIBDIR%%/boto/services/__init__.pyc +%%PYTHON_SITELIBDIR%%/boto/services/__init__.pyo +%%PYTHON_SITELIBDIR%%/boto/services/bs.py +%%PYTHON_SITELIBDIR%%/boto/services/bs.pyc +%%PYTHON_SITELIBDIR%%/boto/services/bs.pyo +%%PYTHON_SITELIBDIR%%/boto/services/message.py +%%PYTHON_SITELIBDIR%%/boto/services/message.pyc +%%PYTHON_SITELIBDIR%%/boto/services/message.pyo +%%PYTHON_SITELIBDIR%%/boto/services/result.py +%%PYTHON_SITELIBDIR%%/boto/services/result.pyc +%%PYTHON_SITELIBDIR%%/boto/services/result.pyo +%%PYTHON_SITELIBDIR%%/boto/services/service.py +%%PYTHON_SITELIBDIR%%/boto/services/service.pyc +%%PYTHON_SITELIBDIR%%/boto/services/service.pyo +%%PYTHON_SITELIBDIR%%/boto/services/servicedef.py +%%PYTHON_SITELIBDIR%%/boto/services/servicedef.pyc +%%PYTHON_SITELIBDIR%%/boto/services/servicedef.pyo +%%PYTHON_SITELIBDIR%%/boto/services/sonofmmm.py +%%PYTHON_SITELIBDIR%%/boto/services/sonofmmm.pyc +%%PYTHON_SITELIBDIR%%/boto/services/sonofmmm.pyo +%%PYTHON_SITELIBDIR%%/boto/services/submit.py +%%PYTHON_SITELIBDIR%%/boto/services/submit.pyc +%%PYTHON_SITELIBDIR%%/boto/services/submit.pyo %%PYTHON_SITELIBDIR%%/boto/sqs/__init__.py %%PYTHON_SITELIBDIR%%/boto/sqs/__init__.pyc %%PYTHON_SITELIBDIR%%/boto/sqs/__init__.pyo @@ -199,6 +229,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/boto/mturk @dirrm %%PYTHON_SITELIBDIR%%/boto/pyami @dirrm %%PYTHON_SITELIBDIR%%/boto/s3 +@dirrm %%PYTHON_SITELIBDIR%%/boto/services @dirrm %%PYTHON_SITELIBDIR%%/boto/sdb/persist @dirrm %%PYTHON_SITELIBDIR%%/boto/sdb @dirrm %%PYTHON_SITELIBDIR%%/boto/sqs --- py25-boto-1.4a.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: