From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 10 21:05:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F0516A5F9 for ; Sat, 10 Jun 2006 21:05:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CB044077 for ; Sat, 10 Jun 2006 20:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5AKeJdi052339 for ; Sat, 10 Jun 2006 20:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5AKeJ2Q052338; Sat, 10 Jun 2006 20:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 10 Jun 2006 20:40:19 GMT Resent-Message-Id: <200606102040.k5AKeJ2Q052338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E9E816A502 for ; Sat, 10 Jun 2006 20:37:14 +0000 (UTC) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: from 82-168-79-254.dsl.ip.tiscali.nl (82-168-74-136.dsl.ip.tiscali.nl [82.168.74.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7A1447AF for ; Sat, 10 Jun 2006 20:24:52 +0000 (GMT) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: from 82-168-79-254.dsl.ip.tiscali.nl (localhost [127.0.0.1]) by 82-168-79-254.dsl.ip.tiscali.nl (8.13.6/8.13.6) with ESMTP id k5AKOnaN008803 for ; Sat, 10 Jun 2006 22:24:50 +0200 (CEST) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: (from rene@localhost) by 82-168-79-254.dsl.ip.tiscali.nl (8.13.6/8.13.6/Submit) id k5AKOnrX008802; Sat, 10 Jun 2006 22:24:49 +0200 (CEST) (envelope-from rene) Message-Id: <200606102024.k5AKOnrX008802@82-168-79-254.dsl.ip.tiscali.nl> Date: Sat, 10 Jun 2006 22:24:49 +0200 (CEST) From: Rene Ladan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Sun, 11 Jun 2006 00:22:54 +0000 Cc: Subject: ports/98791: [MAINTAINER] multimedia/xfce4-media: add metadata editing, fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 21:05:22 -0000 >Number: 98791 >Category: ports >Synopsis: [MAINTAINER] multimedia/xfce4-media: add metadata editing, fix plist >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 Jun 10 20:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD 82-168-79-254.dsl.ip.tiscali.nl 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #3: Thu Jun 1 10:20:16 CEST >Description: - add possibility for metadata editing using taglib - fix plist Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: diff -ruN /usr/ports/multimedia/xfce4-media.orig/Makefile /usr/ports/multimedia/xfce4-media/Makefile --- /usr/ports/multimedia/xfce4-media.orig/Makefile Thu May 25 22:38:05 2006 +++ /usr/ports/multimedia/xfce4-media/Makefile Sat Jun 10 22:12:08 2006 @@ -20,6 +20,8 @@ xine.15:${PORTSDIR}/multimedia/libxine \ exo-0.3.0:${PORTSDIR}/x11/libexo +OPTIONS= TAGLIB "Enable metadata editing" off + USE_BZIP2= yes USE_GETOPT_LONG=yes USE_GETTEXT= yes @@ -33,8 +35,17 @@ INSTALLS_SHLIB= yes +.include + +.if defined(WITH_TAGLIB) +LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib +CONFIGURE_ARGS= --with-taglib +.else +CONFIGURE_ARGS= --without-taglib +.endif + post-patch: @${REINPLACE_CMD} -e "s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" \ ${WRKSRC}/xfmedia/Makefile.in -.include +.include diff -ruN /usr/ports/multimedia/xfce4-media.orig/pkg-plist /usr/ports/multimedia/xfce4-media/pkg-plist --- /usr/ports/multimedia/xfce4-media.orig/pkg-plist Sun Jan 29 22:54:11 2006 +++ /usr/ports/multimedia/xfce4-media/pkg-plist Sat Jun 10 22:12:08 2006 @@ -8,6 +8,8 @@ include/xfmedia/xfmedia-remote-client.h include/xfmedia/xfmedia-remote-common.h include/xfmedia/xfmedia-settings.h +lib/xfmedia/plugins/xfmedia-infopipe.a +lib/xfmedia/plugins/xfmedia-infopipe.la lib/xfmedia/plugins/xfmedia-infopipe.so libdata/pkgconfig/xfmedia-plugin.pc share/applications/xfmedia.desktop >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 02:00:31 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58AE16A418 for ; Sun, 11 Jun 2006 02:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D85C43D49 for ; Sun, 11 Jun 2006 02:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B20SMf068530 for ; Sun, 11 Jun 2006 02:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B20SGO068529; Sun, 11 Jun 2006 02:00:28 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 02:00:28 GMT Message-Id: <200606110200.k5B20SGO068529@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mike Brown Cc: Subject: Re: ports/94011: Mark textproc/py-4suite 1.0b1 as unusable on 64-bit platforms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Brown List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 02:00:31 -0000 The following reply was made to PR ports/94011; it has been noted by GNATS. From: Mike Brown To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/94011: Mark textproc/py-4suite 1.0b1 as unusable on 64-bit platforms Date: Sat, 10 Jun 2006 19:50:57 -0600 (MDT) Regarding http://www.freebsd.org/cgi/query-pr.cgi?pr=94011 I have no way of testing on a 64-bit platform at the moment. However, I would like for the port to be marked as unusable on 64-bit even if it can be built without docs, given that the problem is in the bundled expat (XML parser) and the package being what it is (Python libs for XML processing, heavily depending on that bundled parser). It is likely that people attempting to use this package on *64 archs will sooner or later run into problems like those seen during the documentation build. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 04:30:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1211A16A41A for ; Sun, 11 Jun 2006 04:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A70CA43D78 for ; Sun, 11 Jun 2006 04:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B4UJiJ078795 for ; Sun, 11 Jun 2006 04:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B4UJB5078793; Sun, 11 Jun 2006 04:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 04:30:19 GMT Resent-Message-Id: <200606110430.k5B4UJB5078793@freefall.freebsd.org> 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1D516A41A for ; Sun, 11 Jun 2006 04:21:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA0243D46 for ; Sun, 11 Jun 2006 04:21:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5B4Ljtu060000 for ; Sun, 11 Jun 2006 04:21:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5B4Lj5E059999; Sun, 11 Jun 2006 04:21:45 GMT (envelope-from nobody) Message-Id: <200606110421.k5B4Lj5E059999@www.freebsd.org> Date: Sun, 11 Jun 2006 04:21:45 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98796: Update devel/lasi to version 1.0.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, 11 Jun 2006 04:30:29 -0000 >Number: 98796 >Category: ports >Synopsis: Update devel/lasi to version 1.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 04:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 6.1-Release >Organization: >Environment: FreeBSD etoile.cable.net.co 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Fri May 12 00:18:58 COT 2006 root@etoile.cable.net.co:/usr/src/sys/amd64/compile/DIMENSION amd64 >Description: Update website and make minor changes for the new version. >How-To-Repeat: >Fix: diff -ruN lasi.orig/Makefile lasi/Makefile --- lasi.orig/Makefile Sat Jun 10 23:04:28 2006 +++ lasi/Makefile Sat Jun 10 23:06:11 2006 @@ -6,9 +6,9 @@ # PORTNAME= lasi -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel -MASTER_SITES= http://eyegene.ophthy.med.umich.edu/lasi/download/ +MASTER_SITES= http://www.unifont.org/lasi/download/ MAINTAINER= giffunip@asme.org COMMENT= C++ stream output interface for creating Postscript documents diff -ruN lasi.orig/distinfo lasi/distinfo --- lasi.orig/distinfo Sat Jun 10 23:04:28 2006 +++ lasi/distinfo Sat Jun 10 23:07:02 2006 @@ -1,3 +1,3 @@ -MD5 (lasi-1.0.4.tar.gz) = ed6016995aaa5649fde2bbf7b1224be8 -SHA256 (lasi-1.0.4.tar.gz) = 7cffcdf9d639b3637614c6d24780a4ab2dcc9e8a6573f67d768a6521c3f4dd35 -SIZE (lasi-1.0.4.tar.gz) = 481554 +MD5 (lasi-1.0.5.tar.gz) = b9f766f0b262bd3a5365fa81aea47ed8 +SHA256 (lasi-1.0.5.tar.gz) = 06f0b9b7310fad2a19d7f20c2501c795173799f20a85dc0996c422de80ee0610 +SIZE (lasi-1.0.5.tar.gz) = 465931 diff -ruN lasi.orig/files/patch-Makefile.in lasi/files/patch-Makefile.in --- lasi.orig/files/patch-Makefile.in Sat Jun 10 23:04:28 2006 +++ lasi/files/patch-Makefile.in Sat Jun 10 23:11:06 2006 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Jun 8 00:04:11 2006 -+++ Makefile.in Thu Jun 8 00:05:26 2006 -@@ -140,7 +140,7 @@ +--- Makefile.in.orig Thu May 4 09:23:54 2006 ++++ Makefile.in Sat Jun 10 23:10:22 2006 +@@ -199,7 +199,7 @@ + SUBDIRS = src include_HEADERS = include/LASi.h - -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = ${exec_prefix}/libdata/pkgconfig pkgconfig_DATA = lasi.pc - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + all: all-recursive + diff -ruN lasi.orig/pkg-descr lasi/pkg-descr --- lasi.orig/pkg-descr Sat Jun 10 23:04:28 2006 +++ lasi/pkg-descr Sat Jun 10 23:05:37 2006 @@ -11,4 +11,4 @@ installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part. -WWW: http://eyegene.ophthy.med.umich.edu/lasi/ +WWW: http://www.unifont.org/lasi/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 05:47:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7245816A41A; Sun, 11 Jun 2006 05:47:14 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4EC43D46; Sun, 11 Jun 2006 05:47:14 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from freefall.freebsd.org (itetcu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B5lEoh085744; Sun, 11 Jun 2006 05:47:14 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B5lE9J085740; Sun, 11 Jun 2006 05:47:14 GMT (envelope-from itetcu) Date: Sun, 11 Jun 2006 05:47:14 GMT From: Ion-Mihai Tetcu Message-Id: <200606110547.k5B5lE9J085740@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/98796: Update devel/lasi to version 1.0.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, 11 Jun 2006 05:47:14 -0000 Synopsis: Update devel/lasi to version 1.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jun 11 05:47:13 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98796 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 06:02:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA64716A41A; Sun, 11 Jun 2006 06:02:09 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9332643D45; Sun, 11 Jun 2006 06:02:09 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (novel@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B629TS086673; Sun, 11 Jun 2006 06:02:09 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B6291P086669; Sun, 11 Jun 2006 06:02:09 GMT (envelope-from novel) Date: Sun, 11 Jun 2006 06:02:09 GMT From: Roman Bogorodskiy Message-Id: <200606110602.k5B6291P086669@freefall.freebsd.org> To: novel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/98789: [maintainer update] www/smarty to 2.6.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 06:02:09 -0000 Synopsis: [maintainer update] www/smarty to 2.6.14 Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: novel Responsible-Changed-When: Sun Jun 11 06:02:03 UTC 2006 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98789 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 06:02:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6547C16A41A; Sun, 11 Jun 2006 06:02:21 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B4B43D46; Sun, 11 Jun 2006 06:02:21 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (novel@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B62K9S086745; Sun, 11 Jun 2006 06:02:20 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B62K2q086741; Sun, 11 Jun 2006 06:02:20 GMT (envelope-from novel) Date: Sun, 11 Jun 2006 06:02:20 GMT From: Roman Bogorodskiy Message-Id: <200606110602.k5B62K2q086741@freefall.freebsd.org> To: novel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/98790: [MAINTAINER UPDATE] irc/cgiirc: Update: 0.5.8 -> 0.5.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: Sun, 11 Jun 2006 06:02:21 -0000 Synopsis: [MAINTAINER UPDATE] irc/cgiirc: Update: 0.5.8 -> 0.5.9 Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: novel Responsible-Changed-When: Sun Jun 11 06:02:20 UTC 2006 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98790 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 06:03:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9DF316A41B; Sun, 11 Jun 2006 06:03:21 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766E043D45; Sun, 11 Jun 2006 06:03:21 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (novel@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B63LU0086826; Sun, 11 Jun 2006 06:03:21 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B63K7d086822; Sun, 11 Jun 2006 06:03:21 GMT (envelope-from novel) Date: Sun, 11 Jun 2006 06:03:21 GMT From: Roman Bogorodskiy Message-Id: <200606110603.k5B63K7d086822@freefall.freebsd.org> To: novel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/98795: math/tetgen: Update: 1.4.0 -> 1.4.1; take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 06:03:21 -0000 Synopsis: math/tetgen: Update: 1.4.0 -> 1.4.1; take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: novel Responsible-Changed-When: Sun Jun 11 06:03:19 UTC 2006 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98795 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 06:10:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA8616A41B for ; Sun, 11 Jun 2006 06:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9278F43D46 for ; Sun, 11 Jun 2006 06:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B6AEg5086949 for ; Sun, 11 Jun 2006 06:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B6AEHY086948; Sun, 11 Jun 2006 06:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 06:10:14 GMT Resent-Message-Id: <200606110610.k5B6AEHY086948@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Elisey O. Savateev" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4525416A41B for ; Sun, 11 Jun 2006 06:08:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA33843D46 for ; Sun, 11 Jun 2006 06:08:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5B68VTM085638 for ; Sun, 11 Jun 2006 06:08:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5B68V2m085637; Sun, 11 Jun 2006 06:08:31 GMT (envelope-from nobody) Message-Id: <200606110608.k5B68V2m085637@www.freebsd.org> Date: Sun, 11 Jun 2006 06:08:31 GMT From: "Elisey O. Savateev" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98797: [PATCH] www/c-icap: update to 030606 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 06:10:15 -0000 >Number: 98797 >Category: ports >Synopsis: [PATCH] www/c-icap: update to 030606 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 06:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Elisey O. Savateev >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD beastie 6.1-STABLE FreeBSD 6.1-STABLE #20: Sun Jun 4 21:19:04 YEKST >Description: - Update to 030606 - Minor changes in c_icap.sh and pkg-plist - Contains /usr/ports/UPDATING diff >How-To-Repeat: >Fix: --- c-icap-030606,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/c-icap/Makefile /usr/home/bio3k/my_proj/ports/c-icap/c-icap/Makefile --- /usr/ports/www/c-icap/Makefile Fri Mar 31 07:42:38 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/Makefile Sat Jun 10 22:09:43 2006 @@ -2,12 +2,12 @@ # Date created: 30 January 2006 # Whom: Elisey Savateev # -# $FreeBSD: ports/www/c-icap/Makefile,v 1.2 2006/03/30 16:11:03 sem Exp $ +# $FreeBSD$ # PORTNAME= c-icap -PORTVERSION= 220505 -PORTREVISION= 1 +PORTVERSION= 030606 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bio3k.softboard.ru/uploads/arch/ @@ -26,7 +26,9 @@ SUB_FILES= pkg-install pkg-deinstall -OPTIONS= CLAMAV "With srv_clamav service" on +OPTIONS= CLAMAV "Build with srv_clamav service" on \ + LARGE_FILES "Enable large files support" off \ + IPV6 "Enable IPv6 support" off # PERL "With Perl support" off .include @@ -52,6 +54,18 @@ .else PLIST_SUB+= CLAMAV="@comment " CONFIGURE_ARGS+= --without-clamav +.endif + +.if defined(WITH_LARGE_FILES) +CONFIGURE_ARGS+= --enable-large-files +.else +CONFIGURE_ARGS+= --disable-large-files +.endif + +.if defined(WITH_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 .endif post-extract: diff -ruN --exclude=CVS /usr/ports/www/c-icap/distinfo /usr/home/bio3k/my_proj/ports/c-icap/c-icap/distinfo --- /usr/ports/www/c-icap/distinfo Mon Mar 27 12:40:18 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/distinfo Sat Jun 10 16:57:40 2006 @@ -1,3 +1,3 @@ -MD5 (c_icap-220505.tar.gz) = acccc6a1c4dcae057b5cf5f90fa72fab -SHA256 (c_icap-220505.tar.gz) = cfd83fc0ffaadfa098af1884c296999a51fcee06cebd95fe848b4c4766817ad6 -SIZE (c_icap-220505.tar.gz) = 394175 +MD5 (c_icap-030606.tar.gz) = 539625e3bc95340043761b0c70a98f57 +SHA256 (c_icap-030606.tar.gz) = 554bb95d1d9e26960e8091c7db9796282fd9c116177dc6d6d6cc585dd4a7de3c +SIZE (c_icap-030606.tar.gz) = 413457 diff -ruN --exclude=CVS /usr/ports/www/c-icap/files/c_icap.sh.in /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/c_icap.sh.in --- /usr/ports/www/c-icap/files/c_icap.sh.in Mon Mar 27 12:40:18 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/c_icap.sh.in Sat Jun 10 18:18:45 2006 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: ports/www/c-icap/files/c_icap.sh.in,v 1.1 2006/03/27 06:40:18 sem Exp $ +# $FreeBSD$ # # PROVIDE: c-icap @@ -19,14 +19,17 @@ name="c_icap" rcvar=`set_rcvar` -command="%%PREFIX%%/bin/c-icap" +command="%%PREFIX%%/bin/c-icap" +pidfile="/var/run/c-icap.pid" required_dirs="/var/tmp" required_files="%%PREFIX%%/etc/c-icap.conf" -stop_postcmd="rm -f /var/run/c-icap.pid" -# set default -c_icap_enable=${c_icap_enable:-"NO"} +stop_postcmd="rm -f $pidfile" +# read settings, set default values load_rc_config "$name" +: ${c_icap_enable="NO"} +: ${c_icap_flags=""} + run_rc_command "$1" diff -ruN --exclude=CVS /usr/ports/www/c-icap/files/patch-Makefile.in /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/patch-Makefile.in --- /usr/ports/www/c-icap/files/patch-Makefile.in Mon Mar 27 12:40:18 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/patch-Makefile.in Sat Jun 10 17:31:59 2006 @@ -1,5 +1,5 @@ ---- Makefile.in.bak Fri Feb 3 13:14:20 2006 -+++ Makefile.in Fri Feb 3 13:16:43 2006 +--- Makefile.in.bak Sat Jun 10 17:27:22 2006 ++++ Makefile.in Sat Jun 10 17:31:14 2006 @@ -44,7 +44,7 @@ icap-stretch$(EXEEXT) DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \ @@ -18,27 +18,27 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(pkgincludedir)" libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) -@@ -313,8 +313,8 @@ +@@ -321,8 +321,8 @@ ALL_INCS = $(INCS:%.h=include/%.h) pkginclude_HEADERS = $(ALL_INCS) -sysconf_DATA = c-icap.conf c-icap.magic --EXTRA_DIST = RECONF INSTALL.txt config-w32.h makefile.w32 c-icap.conf c_icap_dll.mak c-icap.conf.in c-icap.magic c_icap.mak c_icap.def contrib/get_file.pl \ +-EXTRA_DIST = RECONF INSTALL.txt config-w32.h makefile.w32 c-icap.conf c_icap_dll.mak c-icap.conf.in c-icap.magic c_icap.mak c_icap.def \ +sysconf_DATA = c-icap.conf.default c-icap.magic.default -+EXTRA_DIST = RECONF INSTALL.txt config-w32.h makefile.w32 c-icap.conf.default c_icap_dll.mak c-icap.conf.default.in c-icap.magic.default c_icap.mak c_icap.def contrib/get_file.pl \ ++EXTRA_DIST = RECONF INSTALL.txt config-w32.h makefile.w32 c-icap.conf.default c_icap_dll.mak c-icap.conf.default.in c-icap.magic.default c_icap.mak c_icap.def \ + contrib/get_file.pl contrib/convert_old_magic.pl \ winnt_server.c os/win32/dll_entry.c os/win32/makefile.w32 os/win32/net_io.c os/win32/proc_mutex.c\ os/win32/shared_mem.c os/win32/threads.c os/win32/utilfunc.c - -@@ -373,7 +373,7 @@ +@@ -382,7 +382,7 @@ distclean-hdr: -rm -f config.h stamp-h1 -c-icap.conf: $(top_builddir)/config.status $(srcdir)/c-icap.conf.in -+c-icap.conf: $(top_builddir)/config.status $(srcdir)/c-icap.conf.default.in ++c-icap.conf.default: $(top_builddir)/config.status $(srcdir)/c-icap.conf.default.in cd $(top_builddir) && $(SHELL) ./config.status $@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) -@@ -1484,7 +1484,7 @@ +@@ -1518,7 +1518,7 @@ info-am: @@ -47,7 +47,7 @@ install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \ install-sysconfDATA -@@ -1530,7 +1530,7 @@ +@@ -1564,7 +1564,7 @@ distclean-recursive distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-data \ @@ -56,7 +56,7 @@ install-exec-am install-info install-info-am \ install-libLTLIBRARIES install-man install-pkgincludeHEADERS \ install-strip install-sysconfDATA installcheck installcheck-am \ -@@ -1544,8 +1544,6 @@ +@@ -1578,8 +1578,6 @@ uninstall-sysconfDATA diff -ruN --exclude=CVS /usr/ports/www/c-icap/files/patch-configure /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/patch-configure --- /usr/ports/www/c-icap/files/patch-configure Mon Mar 27 12:40:18 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/patch-configure Sat Jun 10 17:34:59 2006 @@ -1,15 +1,15 @@ ---- configure.bak Thu Feb 2 10:46:33 2006 -+++ configure Thu Feb 2 10:47:13 2006 -@@ -20614,7 +20614,7 @@ +--- configure.bak Sat Jun 10 17:33:25 2006 ++++ configure Sat Jun 10 17:34:38 2006 +@@ -21574,7 +21574,7 @@ fi -- ac_config_files="$ac_config_files Makefile c-icap.conf services/Makefile services/echo/Makefile services/sguard/Makefile services/clamav/Makefile modules/Makefile" -+ ac_config_files="$ac_config_files Makefile c-icap.conf.default services/Makefile services/echo/Makefile services/sguard/Makefile services/clamav/Makefile modules/Makefile" +- ac_config_files="$ac_config_files Makefile c-icap.conf services/Makefile services/echo/Makefile services/url_check/Makefile services/clamav/Makefile modules/Makefile" ++ ac_config_files="$ac_config_files Makefile c-icap.conf.default services/Makefile services/echo/Makefile services/url_check/Makefile services/clamav/Makefile modules/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure -@@ -21200,7 +21200,7 @@ +@@ -22160,7 +22160,7 @@ case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; @@ -17,4 +17,4 @@ + "c-icap.conf.default" ) CONFIG_FILES="$CONFIG_FILES c-icap.conf.default" ;; "services/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/Makefile" ;; "services/echo/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/echo/Makefile" ;; - "services/sguard/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/sguard/Makefile" ;; + "services/url_check/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/url_check/Makefile" ;; diff -ruN --exclude=CVS /usr/ports/www/c-icap/files/pkg-install.in /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/pkg-install.in --- /usr/ports/www/c-icap/files/pkg-install.in Fri Mar 31 07:42:38 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/files/pkg-install.in Wed Mar 29 08:59:33 2006 @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: ports/www/c-icap/files/pkg-install.in,v 1.2 2006/03/30 16:11:03 sem Exp $ +# $FreeBSD$ CICAP_USER=cicap CICAP_GROUP=cicap diff -ruN --exclude=CVS /usr/ports/www/c-icap/pkg-plist /usr/home/bio3k/my_proj/ports/c-icap/c-icap/pkg-plist --- /usr/ports/www/c-icap/pkg-plist Fri Mar 31 07:42:38 2006 +++ /usr/home/bio3k/my_proj/ports/c-icap/c-icap/pkg-plist Sat Jun 10 19:02:46 2006 @@ -1,4 +1,4 @@ -@comment $FreeBSD: ports/www/c-icap/pkg-plist,v 1.2 2006/03/30 16:11:03 sem Exp $ +@comment $FreeBSD$ bin/c-icap bin/icap-client bin/icap-stretch @@ -8,7 +8,7 @@ @unexec if cmp -s %D/etc/c-icap.magic %D/etc/c-icap.magic.default; then rm -f %D/etc/c-icap.magic; fi etc/c-icap.magic.default @exec [ -f %B/c-icap.magic ] || cp -p %%PREFIX%%/%F %B/c-icap.magic -@unexec if [ -f /var/run/c-icap.pid ]; then %D/etc/rc.d/c_icap stop; fi +@unexec [ ! -f /var/run/c-icap.pid ] || %D/etc/rc.d/c_icap stop include/c_icap/access.h include/c_icap/body.h include/c_icap/c-icap.h @@ -37,18 +37,16 @@ lib/c_icap/srv_echo.a lib/c_icap/srv_echo.la lib/c_icap/srv_echo.so -lib/c_icap/srv_sguard.a -lib/c_icap/srv_sguard.la -lib/c_icap/srv_sguard.so lib/c_icap/sys_logger.a lib/c_icap/sys_logger.la lib/c_icap/sys_logger.so +lib/c_icap/srv_url_check.a +lib/c_icap/srv_url_check.so +lib/c_icap/srv_url_check.la @dirrm lib/c_icap lib/libicapapi.a lib/libicapapi.la lib/libicapapi.so.0 lib/libicapapi.so @cwd / -var/log/c_icap/access.log -var/log/c_icap/server.log -@dirrm var/log/c_icap +@dirrmtry var/log/c_icap --- c-icap-030606,1.patch ends here --- --- UPDATING.patch begins here --- --- /usr/ports/UPDATING Fri Jun 9 08:26:38 2006 +++ UPDATING.new Sun Jun 11 11:56:34 2006 @@ -6,6 +6,14 @@ time you update your ports collection, before attempting any port upgrades. +20060611: + AFFECTS: users of www/c-icap + AUTHOR: b3k@mail.ru + + The format of file c-icap.magic has changed. If you use your own + c-icap.magic file remember to convert it to the new format. It can be done + using the convert_old_magic.pl script located in the contrib directory. + 20060605: AFFECTS: users of net/kdenetwork3 AUTHOR: kde@FreeBSD.org --- UPDATING.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 08:28:52 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA89016A50A; Sun, 11 Jun 2006 08:28:52 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C8843D49; Sun, 11 Jun 2006 08:28:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B8Spho094327; Sun, 11 Jun 2006 08:28:51 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B8Spsa094323; Sun, 11 Jun 2006 08:28:51 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 08:28:51 GMT From: Pav Lucistnik Message-Id: <200606110828.k5B8Spsa094323@freefall.freebsd.org> To: marwan.burelle@lri.fr, mwfp@alfa12.isp-service.biz, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/93270: [PATCH] graphics/ocaml-images: jpeg support not working due to missing library 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: Sun, 11 Jun 2006 08:28:53 -0000 Synopsis: [PATCH] graphics/ocaml-images: jpeg support not working due to missing library path State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 08:28:44 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=93270 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 08:35:49 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D58316A47A; Sun, 11 Jun 2006 08:35:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4993543D48; Sun, 11 Jun 2006 08:35:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B8Znpj096252; Sun, 11 Jun 2006 08:35:49 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B8Zm4P096248; Sun, 11 Jun 2006 08:35:48 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 08:35:48 GMT From: Pav Lucistnik Message-Id: <200606110835.k5B8Zm4P096248@freefall.freebsd.org> To: b3k@mail.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98797: [PATCH] www/c-icap: update to 030606 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 08:35:49 -0000 Synopsis: [PATCH] www/c-icap: update to 030606 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 08:35:42 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=98797 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 08:40:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B268C16A418 for ; Sun, 11 Jun 2006 08:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441D443D49 for ; Sun, 11 Jun 2006 08:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B8eE0V096423 for ; Sun, 11 Jun 2006 08:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B8eEqQ096420; Sun, 11 Jun 2006 08:40:14 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 08:40:14 GMT Message-Id: <200606110840.k5B8eEqQ096420@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Miguel Mendez Cc: Subject: Re: ports/98782: [PATCH] emulators/BasiliskII Upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Miguel Mendez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 08:40:15 -0000 The following reply was made to PR ports/98782; it has been noted by GNATS. From: Miguel Mendez To: bug-followup@FreeBSD.org Cc: edwin@FreeBSD.org Subject: Re: ports/98782: [PATCH] emulators/BasiliskII Upgrade Date: Sun, 11 Jun 2006 10:38:12 +0200 --Signature=_Sun__11_Jun_2006_10_38_12_+0200_nFuXMUoMuW_8gR6v Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 10 Jun 2006 22:55:38 UT Edwin Groothuis wrote: > Maintainer of emulators/basiliskII, >=20 > Please note that PR ports/98782 has just been submitted. >=20 > 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. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/98782 Looks fine to me. --=20 Miguel Mendez =20 http://www.energyhq.be PGP Key: 0xDC8514F1 --Signature=_Sun__11_Jun_2006_10_38_12_+0200_nFuXMUoMuW_8gR6v Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEi9Z3nLctrNyFFPERAoZ3AJkBn7YQar3gyAFCeDL1UJ/xBq3mxwCfXgYY DD1OXD4Qg67l/ISDrlS+M04= =7N6h -----END PGP SIGNATURE----- --Signature=_Sun__11_Jun_2006_10_38_12_+0200_nFuXMUoMuW_8gR6v-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 08:44:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBE216A494; Sun, 11 Jun 2006 08:44:29 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6944543D46; Sun, 11 Jun 2006 08:44:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B8iTcB096588; Sun, 11 Jun 2006 08:44:29 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B8iQuJ096584; Sun, 11 Jun 2006 08:44:26 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 08:44:26 GMT From: Pav Lucistnik Message-Id: <200606110844.k5B8iQuJ096584@freefall.freebsd.org> To: sunpoet@sunpoet.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98099: New port: science/cdo A command-line tool to manipulate and analyze climate model data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 08:44:29 -0000 Synopsis: New port: science/cdo A command-line tool to manipulate and analyze climate model data State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 08:44:19 UTC 2006 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=98099 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:10:31 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5068A16A418; Sun, 11 Jun 2006 09:10:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE3043D53; Sun, 11 Jun 2006 09:10:30 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9ATeF097520; Sun, 11 Jun 2006 09:10:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9AThM097516; Sun, 11 Jun 2006 09:10:29 GMT (envelope-from edwin) Date: Sun, 11 Jun 2006 09:10:29 GMT From: Edwin Groothuis Message-Id: <200606110910.k5B9AThM097516@freefall.freebsd.org> To: bsdmaniak@daemon-tips.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98782: [PATCH] BasiliskII Upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:10:31 -0000 Synopsis: [PATCH] BasiliskII Upgrade State-Changed-From-To: feedback->open State-Changed-By: edwin State-Changed-When: Sun Jun 11 09:10:17 UTC 2006 State-Changed-Why: maintainer approved http://www.freebsd.org/cgi/query-pr.cgi?pr=98782 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:11:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9402016A418 for ; Sun, 11 Jun 2006 09:11:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E07243D49 for ; Sun, 11 Jun 2006 09:11:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k5B9BHn1076114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Jun 2006 11:11:17 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k5B9BEaK076111; Sun, 11 Jun 2006 11:11:14 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Fernan Aguero In-Reply-To: <20060610112755.GB22939@iib.unsam.edu.ar> References: <200606092227.k59MRIQF072889@freefall.freebsd.org> <20060610112755.GB22939@iib.unsam.edu.ar> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-necTuPmK83UlJsKkaCPt" Date: Sun, 11 Jun 2006 11:11:13 +0200 Message-Id: <1150017073.57680.4.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98764: [maintainer-update] update BLAST, add executable for other architectures 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: Sun, 11 Jun 2006 09:11:24 -0000 --=-necTuPmK83UlJsKkaCPt Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Fernan Aguero p=ED=B9e v so 10. 06. 2006 v 08:27 -0300: > I fixed those '.elsif' lines and the port builds fine, as=20 > before (no difference at all). Patch attached. You have a logical flaw in amd64 section, 6.X users get 5.X binary. Try to figure out the mistake :) (I already fixed it here.) --=20 Pav Lucistnik A computer programmer is a device for turning requirements into undocumented features. It runs on cola, pizza and Dilbert cartoons. -- Bram Moolenaar --=-necTuPmK83UlJsKkaCPt 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.3 (FreeBSD) iD8DBQBEi94xntdYP8FOsoIRAqFKAKCYnSaVEhgD5B0VP5sA01HsS/LWTwCfRd3z IMqSACP+/wq/qwby2jgJahE= =BVAt -----END PGP SIGNATURE----- --=-necTuPmK83UlJsKkaCPt-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:33:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4FF816A476; Sun, 11 Jun 2006 09:33:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4978F43D48; Sun, 11 Jun 2006 09:33:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9XOx6099377; Sun, 11 Jun 2006 09:33:24 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9XOql099373; Sun, 11 Jun 2006 09:33:24 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 09:33:24 GMT From: Pav Lucistnik Message-Id: <200606110933.k5B9XOql099373@freefall.freebsd.org> To: bd_subzero@yahoo.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/95799: New Port: net/libeXosip2 eXosip is a GPL library that extend the capability of the oSIP library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:33:24 -0000 Synopsis: New Port: net/libeXosip2 eXosip is a GPL library that extend the capability of the oSIP library. State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 09:33:13 UTC 2006 State-Changed-Why: New port added with fixes. Please consider updating to 2.2.3 http://www.freebsd.org/cgi/query-pr.cgi?pr=95799 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:37:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D531616A41B; Sun, 11 Jun 2006 09:37:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB4543D48; Sun, 11 Jun 2006 09:37:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9bAtA099490; Sun, 11 Jun 2006 09:37:10 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9b9Ms099486; Sun, 11 Jun 2006 09:37:10 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 09:37:10 GMT From: Pav Lucistnik Message-Id: <200606110937.k5B9b9Ms099486@freefall.freebsd.org> To: howells@kde.org, freebsd@unixfreunde.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97840: [patch]net/warppipe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:37:10 -0000 Synopsis: [patch]net/warppipe State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 09:37:03 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=97840 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:42:35 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC0116A597; Sun, 11 Jun 2006 09:42:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC75243D45; Sun, 11 Jun 2006 09:42:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9gYoJ099744; Sun, 11 Jun 2006 09:42:34 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9gYbp099740; Sun, 11 Jun 2006 09:42:34 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 09:42:34 GMT From: Pav Lucistnik Message-Id: <200606110942.k5B9gYbp099740@freefall.freebsd.org> To: ed@fxq.nl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97264: [New port] devel/cobf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:42:35 -0000 Synopsis: [New port] devel/cobf State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 09:42:28 UTC 2006 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=97264 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:45:46 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0976C16A46F; Sun, 11 Jun 2006 09:45:46 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFA843D45; Sun, 11 Jun 2006 09:45:41 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9jeEw099872; Sun, 11 Jun 2006 09:45:40 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9jekR099868; Sun, 11 Jun 2006 09:45:40 GMT (envelope-from erwin) Date: Sun, 11 Jun 2006 09:45:40 GMT From: Erwin Lansing Message-Id: <200606110945.k5B9jekR099868@freefall.freebsd.org> To: dada@pluto.tugraz.at, erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98739: New port: misc/portless get port descriptions w/o much typing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:45:46 -0000 Synopsis: New port: misc/portless get port descriptions w/o much typing State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Sun Jun 11 09:45:35 UTC 2006 State-Changed-Why: Port added, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=98739 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:50:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C10F16A4CA; Sun, 11 Jun 2006 09:50:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B406043D46; Sun, 11 Jun 2006 09:50:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9o793099982; Sun, 11 Jun 2006 09:50:07 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9o7Sw099978; Sun, 11 Jun 2006 09:50:07 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 09:50:07 GMT From: Pav Lucistnik Message-Id: <200606110950.k5B9o7Sw099978@freefall.freebsd.org> To: msciciel@darkzone.ma.cx, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/95992: New port: net/py-dpkt Python module for fast, simple packet creation / parsing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:50:24 -0000 Synopsis: New port: net/py-dpkt Python module for fast, simple packet creation / parsing State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 09:49:56 UTC 2006 State-Changed-Why: New port added with minor modifications, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=95992 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 09:55:06 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D29716A504; Sun, 11 Jun 2006 09:55:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A56F43D49; Sun, 11 Jun 2006 09:55:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5B9t5g3000314; Sun, 11 Jun 2006 09:55:05 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5B9t568000310; Sun, 11 Jun 2006 09:55:05 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 09:55:05 GMT From: Pav Lucistnik Message-Id: <200606110955.k5B9t568000310@freefall.freebsd.org> To: freebsd@unixfreunde.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97722: [patch] irc/ircd-ru X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 09:55:06 -0000 Synopsis: [patch] irc/ircd-ru State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 09:54:59 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=97722 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 10:32:02 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E00216A49A; Sun, 11 Jun 2006 10:32:02 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE8A43D45; Sun, 11 Jun 2006 10:32:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BAW1Tq002549; Sun, 11 Jun 2006 10:32:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BAW1kC002545; Sun, 11 Jun 2006 10:32:01 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 10:32:01 GMT From: Pav Lucistnik Message-Id: <200606111032.k5BAW1kC002545@freefall.freebsd.org> To: acardenas@bsd.org.pe, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/95161: [NEW PORT] editors/zim: WYSIWYG text editor written in Gtk2-Perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 10:32:02 -0000 Synopsis: [NEW PORT] editors/zim: WYSIWYG text editor written in Gtk2-Perl State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 10:31:54 UTC 2006 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=95161 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 10:40:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF7016A41A for ; Sun, 11 Jun 2006 10:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E233943D46 for ; Sun, 11 Jun 2006 10:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BAeBaZ002701 for ; Sun, 11 Jun 2006 10:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BAeBNV002695; Sun, 11 Jun 2006 10:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 10:40:11 GMT Resent-Message-Id: <200606111040.k5BAeBNV002695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Lun Wang (Leland Wang) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5472716A41A for ; Sun, 11 Jun 2006 10:38:50 +0000 (UTC) (envelope-from llwang@infor.ck.tp.edu.tw) Received: from infor.ck.tp.edu.tw (infor.ck.tp.edu.tw [203.64.26.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BF043D46 for ; Sun, 11 Jun 2006 10:38:49 +0000 (GMT) (envelope-from llwang@infor.ck.tp.edu.tw) Received: by infor.ck.tp.edu.tw (Postfix, from userid 1001) id 3C15F170CE; Sun, 11 Jun 2006 18:38:48 +0800 (CST) Message-Id: <20060611103848.3C15F170CE@infor.ck.tp.edu.tw> Date: Sun, 11 Jun 2006 18:38:48 +0800 (CST) From: Li-Lun Wang (Leland Wang) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: toxa@toxahost.ru Subject: ports/98800: Update port: sysutils/graveman to 0.3.12.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Li-Lun Wang \(Leland Wang\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 10:40:12 -0000 >Number: 98800 >Category: ports >Synopsis: Update port: sysutils/graveman to 0.3.12.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 Jun 11 10:40:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Li-Lun Wang (Leland Wang) >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD Athena.infor.org 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #3: Thu Jan 26 23:44:20 CST 2006 root@Athena.infor.org:/usr/obj/usr/src/sys/Athena i386 >Description: * Update to 0.3.12.5 * Define USE_GETTEXT * Port maintainer CC'd Modified files: sysutils/graveman Makefile distinfo sysutils/graveman/files patch-man_Makefile.in >How-To-Repeat: >Fix: diff -urN graveman.orig/Makefile graveman/Makefile --- graveman.orig/Makefile Sun Nov 13 01:52:35 2005 +++ graveman/Makefile Sun Jun 11 05:21:12 2006 @@ -6,10 +6,10 @@ # PORTNAME= graveman -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.12.5 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-4 +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/} MAINTAINER= toxa@toxahost.ru COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= libglade2 intlhack gnomehack gnomeprefix diff -urN graveman.orig/distinfo graveman/distinfo --- graveman.orig/distinfo Sun Nov 13 01:52:35 2005 +++ graveman/distinfo Sun Jun 11 05:04:21 2006 @@ -1,3 +1,3 @@ -MD5 (graveman-0.3.12-4.tar.bz2) = 2b1b807fc60f27ea58d83a5d28a9c6bf -SHA256 (graveman-0.3.12-4.tar.bz2) = bcd6ea50caed63c481d7c6f602966624b4d0290946d9fe15bb7a387bfae5149b -SIZE (graveman-0.3.12-4.tar.bz2) = 775383 +MD5 (graveman-0.3.12-5.tar.bz2) = c9c80782282c6699effa91d1a806723b +SHA256 (graveman-0.3.12-5.tar.bz2) = 35b300d565548a4cab9942a0740b3dd543ed0d4cf53b06f4889f4f1999197d6d +SIZE (graveman-0.3.12-5.tar.bz2) = 780870 diff -urN graveman.orig/files/patch-man_Makefile.in graveman/files/patch-man_Makefile.in --- graveman.orig/files/patch-man_Makefile.in Sat Nov 12 11:34:35 2005 +++ graveman/files/patch-man_Makefile.in Sun Jun 11 05:09:59 2006 @@ -1,6 +1,6 @@ ---- man/Makefile.in.bak Tue May 31 02:08:30 2005 -+++ man/Makefile.in Sat Nov 12 01:53:11 2005 -@@ -329,12 +329,7 @@ +--- man/Makefile.in.orig Mon Jun 5 20:33:45 2006 ++++ man/Makefile.in Sun Jun 11 05:09:22 2006 +@@ -332,12 +332,7 @@ @true install: @@ -10,7 +10,7 @@ - ${INSTALL_DATA} -D "${srcdir}/graveman.$$lang.man" "${DESTDIR}${mandir}/$$lang/${mansubdir}/graveman.1"; \ - done \ - fi -+ ${INSTALL_DATA} graveman.man ${DESTDIR}${mandir}/${mansubdir}/graveman.1 ++ ${BSD_INSTALL_MAN} graveman.man ${DESTDIR}${mandir}/${mansubdir}/graveman.1 ; \ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 10:44:13 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB51D16A41B; Sun, 11 Jun 2006 10:44:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 873D043D46; Sun, 11 Jun 2006 10:44:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BAiDv8002905; Sun, 11 Jun 2006 10:44:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BAiDkD002901; Sun, 11 Jun 2006 10:44:13 GMT (envelope-from edwin) Date: Sun, 11 Jun 2006 10:44:13 GMT From: Edwin Groothuis Message-Id: <200606111044.k5BAiDkD002901@freefall.freebsd.org> To: llwang@infor.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98800: Update port: sysutils/graveman to 0.3.12.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, 11 Jun 2006 10:44:13 -0000 Synopsis: Update port: sysutils/graveman to 0.3.12.5 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 11 10:44:12 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=98800 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 10:58:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B6B16A41F; Sun, 11 Jun 2006 10:58:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46AE43D46; Sun, 11 Jun 2006 10:58:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BAwGpl003488; Sun, 11 Jun 2006 10:58:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BAwGM9003484; Sun, 11 Jun 2006 10:58:16 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 10:58:16 GMT From: Pav Lucistnik Message-Id: <200606111058.k5BAwGM9003484@freefall.freebsd.org> To: acardenas@bsd.org.pe, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/94006: [NEW PORT] emulators/mednafen: Portable multi-system emulator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 10:58:17 -0000 Synopsis: [NEW PORT] emulators/mednafen: Portable multi-system emulator State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 10:58:07 UTC 2006 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=94006 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 11:10:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB1516A420; Sun, 11 Jun 2006 11:10:20 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F04A43D46; Sun, 11 Jun 2006 11:10:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BBAJKA003927; Sun, 11 Jun 2006 11:10:19 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BBAJ7H003920; Sun, 11 Jun 2006 11:10:19 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 11:10:19 GMT From: Pav Lucistnik Message-Id: <200606111110.k5BBAJ7H003920@freefall.freebsd.org> To: ozkan@enderunix.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Cc: Subject: Re: ports/98779: Updating Port: qSheff X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 11:10:20 -0000 Synopsis: Updating Port: qSheff State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sun Jun 11 11:09:48 UTC 2006 State-Changed-Why: Would you update pkg-plist too? And note that clamav must also be in BUILD_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sun Jun 11 11:09:48 UTC 2006 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=98779 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 11:20:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E628F16A418 for ; Sun, 11 Jun 2006 11:20:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4A943D53 for ; Sun, 11 Jun 2006 11:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BBKIna004344 for ; Sun, 11 Jun 2006 11:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BBKIt9004343; Sun, 11 Jun 2006 11:20:18 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 11:20:18 GMT Resent-Message-Id: <200606111120.k5BBKIt9004343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bsdmaniak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8236816A41F for ; Sun, 11 Jun 2006 11:14:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D15A43D45 for ; Sun, 11 Jun 2006 11:14:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5BBEgFD094413 for ; Sun, 11 Jun 2006 11:14:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5BBEgsx094412; Sun, 11 Jun 2006 11:14:42 GMT (envelope-from nobody) Message-Id: <200606111114.k5BBEgsx094412@www.freebsd.org> Date: Sun, 11 Jun 2006 11:14:42 GMT From: bsdmaniak To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 11:20:20 -0000 >Number: 98802 >Category: ports >Synopsis: [PATCH] upgrade emulators/xmame 0.104 to 0.106 >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 Jun 11 11:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: bsdmaniak >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD rohff.daemon-tips.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 3 21:46:16 UTC 2006 root@rohff.daemon-tips.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have upgraded xmame ports >How-To-Repeat: N/A >Fix: --- Makefile.diff begins here --- --- ports/emulators/xmame/Makefile Sun Jun 11 13:06:32 2006 +++ ports/emulators/xmame/Makefile.new Sun Jun 11 11:56:25 2006 @@ -2,11 +2,11 @@ # Date created: 4 Sep 1999 # Whom: Donald Burr # -# $FreeBSD: /repoman/r/pcvs/ports/emulators/xmame/Makefile,v 1.105 2006/04/29 16:31:10 sem Exp $ +# $FreeBSD: ports/emulators/xmame/Makefile,v 1.105 2006/04/29 16:31:10 sem Exp $ # PORTNAME?= xmame -PORTVERSION?= 0.104 +PORTVERSION?= 0.106 CATEGORIES= emulators MASTER_SITES= http://www.franksworld.org/dist/xmame/:xmame \ http://x.mame.net/download/:xmame \ @@ -259,7 +259,7 @@ # png.h conflicts with libpng. .for f in mess/artworkx.c mess/artworkx.h src/artwork.c \ - src/common.c src/png.c src/unix/video-drivers/glexport.c + src/png.c src/unix/video-drivers/glexport.c ${REINPLACE_CMD} -e "s@\"png.h\"@\"mame_png.h\"@g" ${WRKSRC}/${f} --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 11:24:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD39D16A41B; Sun, 11 Jun 2006 11:24:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C1343D46; Sun, 11 Jun 2006 11:24:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BBOEvn004591; Sun, 11 Jun 2006 11:24:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BBOEk4004587; Sun, 11 Jun 2006 11:24:14 GMT (envelope-from edwin) Date: Sun, 11 Jun 2006 11:24:14 GMT From: Edwin Groothuis Message-Id: <200606111124.k5BBOEk4004587@freefall.freebsd.org> To: bsdmaniak@daemon-tips.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 11:24:14 -0000 Synopsis: [PATCH] upgrade emulators/xmame 0.104 to 0.106 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 11 11:24:13 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=98802 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 11:50:11 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA3716A41B for ; Sun, 11 Jun 2006 11:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5DA43D49 for ; Sun, 11 Jun 2006 11:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BBoAuc006408 for ; Sun, 11 Jun 2006 11:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BBoAJp006405; Sun, 11 Jun 2006 11:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 11:50:10 GMT Resent-Message-Id: <200606111150.k5BBoAJp006405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Bjoern A. Zeeb" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DB216A418 for ; Sun, 11 Jun 2006 11:42:20 +0000 (UTC) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3281E43D46 for ; Sun, 11 Jun 2006 11:42:16 +0000 (GMT) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 084351FFAD3 for ; Sun, 11 Jun 2006 13:42:15 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 8F8251FFAD0; Sun, 11 Jun 2006 13:42:11 +0200 (CEST) Received: from storage.int.zabbadoz.net (storage.int.zabbadoz.net [10.111.66.189]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 609D64448D6 for ; Sun, 11 Jun 2006 11:41:37 +0000 (UTC) Received: by storage.int.zabbadoz.net (Postfix, from userid 1060) id E6C36489B53; Sun, 11 Jun 2006 10:34:46 +0000 (UTC) Message-Id: <20060611103446.E6C36489B53@storage.int.zabbadoz.net> Date: Sun, 11 Jun 2006 10:34:46 +0000 (UTC) From: "Bjoern A. Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: "Bjoern A. Zeeb" Subject: ports/98803: [new port] sysutils/amrstat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 11:50:11 -0000 >Number: 98803 >Category: ports >Synopsis: [new port] sysutils/amrstat >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 Jun 11 11:50:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 7.0-CURRENT amd64 >Organization: Zabbadoz.NeT >Environment: System: FreeBSD foo 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Tue Jun 6 19:19:12 UTC 2006 bz@foo:/path/to/HEAD/sys/KERNEL amd64 >Description: new port sysutils/amrstat: This port provides an utility for getting information from LSI Logic's MegaRAID RAID controllers. It also includes a daily periodic script that (optionally) also makes use of sysutils/megarc. >How-To-Repeat: >Fix: The port source is also available as tarball from http://sources.zabbadoz.net/freebsd/ports/experimental/ \ sysutils-amrstat-20060611-01.tar # 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: # # sysutils/amrstat/ # sysutils/amrstat/Makefile # sysutils/amrstat/pkg-descr # sysutils/amrstat/distinfo # sysutils/amrstat/pkg-plist # sysutils/amrstat/files # sysutils/amrstat/files/407.status-amr-raid.in # echo c - sysutils/amrstat/ mkdir -p sysutils/amrstat/ > /dev/null 2>&1 echo x - sysutils/amrstat/Makefile sed 's/^X//' >sysutils/amrstat/Makefile << 'END-of-sysutils/amrstat/Makefile' X# Ports collection makefile for: amrstat X# Date created: 2006-04-11 X# Whom: "Bjoern A. Zeeb" X# X# $FreeBSD$ X# X XPORTNAME= amrstat XPORTVERSION= 20060414 XCATEGORIES= sysutils XMASTER_SITES= http://people.freebsd.org/~jkim/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= bzeeb+freebsd+ports@zabbadoz.net XCOMMENT= Utility for LSI Logic's MegaRAID RAID controllers X XOPTIONS= MEGARC "Also install LSI megarc binary port.." off X X.include X X# We may want this for periodic script and to actually be able X# to fix something in case amrstat reports degraded RAID. X.if defined(WITH_MEGARC) XRUN_DEPENDS= ${LOCALBASE}/sbin/megarc:${PORTSDIR}/sysutils/megarc X.endif X XUSRSRC?= /usr/src XSYSDIR= ${USRSRC}/sys XAMRSRC= ${SYSDIR}/dev/amr X XMAKE_ENV= SYSDIR=${SYSDIR} XALL_TARGET= ${PORTNAME} X XLOCALSRCDIR= ${.CURDIR}/files XPERIODICSCRIPT= 407.status-amr-raid X XNO_WRKSUBDIR= yes X XSUB_FILES+= ${PERIODICSCRIPT} X Xpost-extract: X @if [ ! -d ${AMRSRC} ]; then \ X ${ECHO} "=================================================="; \ X ${ECHO} "You need amr(4) sources in"; \ X ${ECHO} " ${AMRSRC}"; \ X ${ECHO} "to build this port."; \ X ${ECHO} "If your sources are not in ${USRSRC} set USRSRC."; \ X ${ECHO} "=================================================="; \ X exit 1; \ X fi X ${RM} -f ${WRKSRC}/amrstat X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/amrstat ${PREFIX}/sbin X ${INSTALL_SCRIPT} -d ${PREFIX}/etc/periodic/daily X ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${PREFIX}/etc/periodic/daily X X.include END-of-sysutils/amrstat/Makefile echo x - sysutils/amrstat/pkg-descr sed 's/^X//' >sysutils/amrstat/pkg-descr << 'END-of-sysutils/amrstat/pkg-descr' XThis port provides an utility for getting information from XLSI Logic's MegaRAID RAID controllers. X XWWW: http://lists.freebsd.org/pipermail/freebsd-scsi/2006-February/002294.html END-of-sysutils/amrstat/pkg-descr echo x - sysutils/amrstat/distinfo sed 's/^X//' >sysutils/amrstat/distinfo << 'END-of-sysutils/amrstat/distinfo' XMD5 (amrstat-20060414.tar.gz) = 851dc6d87ec2dc9c58c2c209df021a5e XSHA256 (amrstat-20060414.tar.gz) = 2d512aa700c1d965f70826a0acf41fbd2fe40f94bf110c5c4d2aad0887e27556 XSIZE (amrstat-20060414.tar.gz) = 30477 END-of-sysutils/amrstat/distinfo echo x - sysutils/amrstat/pkg-plist sed 's/^X//' >sysutils/amrstat/pkg-plist << 'END-of-sysutils/amrstat/pkg-plist' Xsbin/amrstat Xetc/periodic/daily/407.status-amr-raid X@dirrmtry etc/periodic/daily X@dirrmtry etc/periodic END-of-sysutils/amrstat/pkg-plist echo c - sysutils/amrstat/files mkdir -p sysutils/amrstat/files > /dev/null 2>&1 echo x - sysutils/amrstat/files/407.status-amr-raid.in sed 's/^X//' >sysutils/amrstat/files/407.status-amr-raid.in << 'END-of-sysutils/amrstat/files/407.status-amr-raid.in' X#!/bin/sh X# X# Show status of LSI Logic's MegaRAID RAID controllers. X# X# $FreeBSD$ X# X X# If there is a global system configuration file, suck it in. X# Xif [ -r /etc/defaults/periodic.conf ] Xthen X . /etc/defaults/periodic.conf X source_periodic_confs Xfi X X# Defaults. X: ${daily_status_amr_raid_enable:=NO} X: ${daily_status_amr_raid_megarc_enable:=NO} X Xamrstat=${amrstat:-%%PREFIX%%/sbin/amrstat} Xmegarc=${megarc:-%%PREFIX%%/sbin/megarc} Xlogdir=${logdir:-/var/log} X Xcase "$daily_status_amr_raid_enable" in X [Yy][Ee][Ss]) X echo X echo 'Checking status of amr(4) raid controllers:' X X rc=0 X X # Checking each controller. X for ctrl in `ls -1 /dev/amr[0-9]* | sed -e 's,/dev/amr,,g'` X do X echo "" X echo "Controller ${ctrl}:" X ctrl_log=${logdir}/amr_raid_${ctrl} X if test ! -f ${ctrl_log}.today; then X touch ${ctrl_log}.today X fi X mv -f ${ctrl_log}.today ${ctrl_log}.yesterday X ${amrstat} -c ${ctrl} -g > ${ctrl_log}.today X if test -x ${megarc}; then X case "$daily_status_amr_raid_megarc_enable" in X [Yy][Ee][Ss]) X ${megarc} -dispCfg -a0 | col -b | grep -v Scanning | \ X sed -e '/^A/s/.*/ .../g' >> ${ctrl_log}.today X ;; X *) ;; X esac X fi X lines=`wc -l ${ctrl_log}.today | awk '{ print $1 }'` X diff -u -${lines} ${ctrl_log}.yesterday ${ctrl_log}.today X raid_rc=$? X if test $raid_rc -eq 0; then X cat ${ctrl_log}.today X fi X [ $rc -eq 0 ] && [ $raid_rc -ne 0 ] && rc=3 X X # Checking alarms. X #if test -x ${megarc}; then X #case "$daily_status_amr_raid_megarc_enable" in X # [Yy][Ee][Ss]) X # echo "Alarms:" X # alarms_log=${logdir}/amr_raid_alarms X # ---------------------------------------- X # There seems to be following option but does not seem to X # show anything sor me so I cannot verify that it is what X # I expect: X # ${megarc} -getNVRAMLog -a${ctrl} X # For me IPMI has some logs though: X # DATE sel[1]: X # A Drive - Slot/Connector - Fault - Drive Array - Slot 2 X # ---------------------------------------- X # Keep following commented out until someone confirms that it X # does something useful for him. X # ---------------------------------------- X # if test ! -f ${alarms_log}.today; then X # touch ${alarms_log}.today X # fi X # mv -f ${alarms_log}.today ${alarms_log}.yesterday X # raid_rc=0 X # ${megarc} -getNVRAMLog -a${ctrl} > ${alarms_log}.today X # cmp -zs ${alarms_log}.yesterday ${alarms_log}.today X # raid_rc=$? X # if test $raid_rc -ne 0; then X # diff -u ${alarms_log}.yesterday ${alarms_log}.today X # else X # echo " No new alarms." X # fi X # [ $rc -eq 0 ] && [ $raid_rc -ne 0 ] && rc=3 X # ;; X #*) ;; X #esac X #fi X X done X ;; X X *) rc=0;; Xesac X Xexit $rc X X# end END-of-sysutils/amrstat/files/407.status-amr-raid.in exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 11:50:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1C816A418 for ; Sun, 11 Jun 2006 11:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF1343D48 for ; Sun, 11 Jun 2006 11:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BBoE41006470 for ; Sun, 11 Jun 2006 11:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BBoEgI006468; Sun, 11 Jun 2006 11:50:14 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 11:50:14 GMT Message-Id: <200606111150.k5BBoEgI006468@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Miguel Mendez Cc: Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Miguel Mendez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 11:50:15 -0000 The following reply was made to PR ports/98802; it has been noted by GNATS. From: Miguel Mendez To: bug-followup@FreeBSD.org Cc: edwin@FreeBSD.org, bsdmaniak@daemon-tips.org Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 Date: Sun, 11 Jun 2006 13:45:32 +0200 --Signature=_Sun__11_Jun_2006_13_45_32_+0200_AyMsXts8Hqnx/+61 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 11 Jun 2006 11:24:08 UT Edwin Groothuis wrote: > Maintainer of emulators/xmame, >=20 > Please note that PR ports/98802 has just been submitted. >=20 > 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. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/98802 I have an update to 0.106 here but the reason why I didn't submit it yet is that trying to use Xv scaling kills the X server on amd64. Can the submitter confirm whether it works for him and on what platform? Cheers, --=20 Miguel Mendez =20 http://www.energyhq.be PGP Key: 0xDC8514F1 --Signature=_Sun__11_Jun_2006_13_45_32_+0200_AyMsXts8Hqnx/+61 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjAJfnLctrNyFFPERAo5AAJ9iHd+Pk6y9SqfnC5sTutccVma5sQCeIXG4 fBCEO4DbXuUzyU4KSLIvVzE= =rEcq -----END PGP SIGNATURE----- --Signature=_Sun__11_Jun_2006_13_45_32_+0200_AyMsXts8Hqnx/+61-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 11:56:43 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796E316A476; Sun, 11 Jun 2006 11:56:43 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C9043D46; Sun, 11 Jun 2006 11:56:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BBugNt006692; Sun, 11 Jun 2006 11:56:42 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BBugtA006688; Sun, 11 Jun 2006 11:56:42 GMT (envelope-from erwin) Date: Sun, 11 Jun 2006 11:56:42 GMT From: Erwin Lansing Message-Id: <200606111156.k5BBugtA006688@freefall.freebsd.org> To: erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Cc: Subject: Re: ports/98803: [new port] sysutils/amrstat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 11:56:43 -0000 Synopsis: [new port] sysutils/amrstat Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: erwin Responsible-Changed-When: Sun Jun 11 11:56:42 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98803 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 12:10:05 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FD116A418; Sun, 11 Jun 2006 12:10:05 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DB243D46; Sun, 11 Jun 2006 12:10:04 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from freefall.freebsd.org (vd@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BCA4iH007063; Sun, 11 Jun 2006 12:10:04 GMT (envelope-from vd@freefall.freebsd.org) Received: (from vd@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BCA45L007059; Sun, 11 Jun 2006 12:10:04 GMT (envelope-from vd) Date: Sun, 11 Jun 2006 12:10:04 GMT From: Vasil Dimov Message-Id: <200606111210.k5BCA45L007059@freefall.freebsd.org> To: vd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org Cc: Subject: Re: ports/96898: [PATCH] Update multimedia/quodlibet to 0.20.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, 11 Jun 2006 12:10:05 -0000 Synopsis: [PATCH] Update multimedia/quodlibet to 0.20.1 Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: vd Responsible-Changed-When: Sun Jun 11 12:09:32 UTC 2006 Responsible-Changed-Why: I will take it http://www.freebsd.org/cgi/query-pr.cgi?pr=96898 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 12:10:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D9C16A41B for ; Sun, 11 Jun 2006 12:10:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BA943D46 for ; Sun, 11 Jun 2006 12:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BCAOE6007158 for ; Sun, 11 Jun 2006 12:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BCAOKG007157; Sun, 11 Jun 2006 12:10:24 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 12:10:24 GMT Message-Id: <200606111210.k5BCAOKG007157@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Li-Lun Wang (Leland Wang)" Cc: Subject: Re: ports/98800: Update port: sysutils/graveman to 0.3.12.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Li-Lun Wang \(Leland Wang\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 12:10:25 -0000 The following reply was made to PR ports/98800; it has been noted by GNATS. From: "Li-Lun Wang (Leland Wang)" To: bug-followup@FreeBSD.org Cc: toxa@toxahost.ru Subject: Re: ports/98800: Update port: sysutils/graveman to 0.3.12.5 Date: Sun, 11 Jun 2006 20:02:41 +0800 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please use the following patch instead, which fixes one more bug. Thanks. - - Update to 0.3.12.5 - - Define USE_GETTEXT - - *Fix hang on --scan_drives* - - Port maintainer CC'd Added files: sysutils/graveman/files patch-src_cdrecord.c Modified files: sysutils/graveman Makefile distinfo sysutils/graveman/files patch-man_Makefile.in diff -urN graveman.orig/Makefile graveman/Makefile - --- graveman.orig/Makefile Sun Nov 13 01:52:35 2005 +++ graveman/Makefile Sun Jun 11 05:21:12 2006 @@ -6,10 +6,10 @@ # PORTNAME= graveman - -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.12.5 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ - -DISTNAME= ${PORTNAME}-${PORTVERSION}-4 +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/} MAINTAINER= toxa@toxahost.ru COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= libglade2 intlhack gnomehack gnomeprefix diff -urN graveman.orig/distinfo graveman/distinfo - --- graveman.orig/distinfo Sun Nov 13 01:52:35 2005 +++ graveman/distinfo Sun Jun 11 05:04:21 2006 @@ -1,3 +1,3 @@ - -MD5 (graveman-0.3.12-4.tar.bz2) = 2b1b807fc60f27ea58d83a5d28a9c6bf - -SHA256 (graveman-0.3.12-4.tar.bz2) = bcd6ea50caed63c481d7c6f602966624b4d0290946d9fe15bb7a387bfae5149b - -SIZE (graveman-0.3.12-4.tar.bz2) = 775383 +MD5 (graveman-0.3.12-5.tar.bz2) = c9c80782282c6699effa91d1a806723b +SHA256 (graveman-0.3.12-5.tar.bz2) = 35b300d565548a4cab9942a0740b3dd543ed0d4cf53b06f4889f4f1999197d6d +SIZE (graveman-0.3.12-5.tar.bz2) = 780870 diff -urN graveman.orig/files/patch-man_Makefile.in graveman/files/patch-man_Makefile.in - --- graveman.orig/files/patch-man_Makefile.in Sat Nov 12 11:34:35 2005 +++ graveman/files/patch-man_Makefile.in Sun Jun 11 05:09:59 2006 @@ -1,6 +1,6 @@ - ---- man/Makefile.in.bak Tue May 31 02:08:30 2005 - -+++ man/Makefile.in Sat Nov 12 01:53:11 2005 - -@@ -329,12 +329,7 @@ +--- man/Makefile.in.orig Mon Jun 5 20:33:45 2006 ++++ man/Makefile.in Sun Jun 11 05:09:22 2006 +@@ -332,12 +332,7 @@ @true install: @@ -10,7 +10,7 @@ - ${INSTALL_DATA} -D "${srcdir}/graveman.$$lang.man" "${DESTDIR}${mandir}/$$lang/${mansubdir}/graveman.1"; \ - done \ - fi - -+ ${INSTALL_DATA} graveman.man ${DESTDIR}${mandir}/${mansubdir}/graveman.1 ++ ${BSD_INSTALL_MAN} graveman.man ${DESTDIR}${mandir}/${mansubdir}/graveman.1 ; \ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN graveman.orig/files/patch-src_cdrecord.c graveman/files/patch-src_cdrecord.c - --- graveman.orig/files/patch-src_cdrecord.c Wed Dec 31 18:00:00 1969 +++ graveman/files/patch-src_cdrecord.c Sun Jun 11 06:53:35 2006 @@ -0,0 +1,17 @@ +--- src/cdrecord.c.orig Fri May 27 19:37:14 2005 ++++ src/cdrecord.c Sun Jun 11 06:53:32 2006 +@@ -187,7 +187,13 @@ + } + + Lstatus = g_io_channel_read_line(Astd, &Lbuffer, NULL, NULL, NULL); +- if (!Lbuffer) return TRUE; ++ if (!Lbuffer) { ++ if (Lstatus == G_IO_STATUS_EOF) { ++ *Lcont = 2; ++ return FALSE; ++ } else ++ return TRUE; ++ } + + g_strstrip(Lbuffer); + _DEB("scan lecteur = %s\n", Lbuffer); -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjAZfCQM7t5B2mhARAj3UAJ9r5pT6Coo2t6iF3LSNeQbD3caLPgCfdxgt i1BPTHOgP6Zjl1vRHSqisOo= =ZV3R -----END PGP SIGNATURE----- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CD616A477 for ; Sun, 11 Jun 2006 13:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5673A43D49 for ; Sun, 11 Jun 2006 13:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDAElf011017 for ; Sun, 11 Jun 2006 13:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDAEjf011012; Sun, 11 Jun 2006 13:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:10:14 GMT Resent-Message-Id: <200606111310.k5BDAEjf011012@freefall.freebsd.org> 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 Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F388B16A41A for ; Sun, 11 Jun 2006 13:04:15 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F1243D69 for ; Sun, 11 Jun 2006 13:04:10 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=50525 helo=nexii.panopticon) by mx3.mail.ru with esmtp id 1FpPbq-000O8D-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Jun 2006 17:04:06 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 303A811418 for ; Sun, 11 Jun 2006 17:09:38 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 9FC8C3D5; Sun, 11 Jun 2006 17:05:31 +0400 (MSD) Message-Id: <20060611130531.9FC8C3D5@hades.panopticon> Date: Sun, 11 Jun 2006 17:05:31 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98806: [MAINTAINER] games/fishsupper: Update to 0.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:10:17 -0000 >Number: 98806 >Category: ports >Synopsis: [MAINTAINER] games/fishsupper: Update to 0.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 13:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update to 0.1.3 * Obsoletes ports/97979 >How-To-Repeat: >Fix: --- fishsupper.patch begins here --- diff -ruN fishsupper.orig/Makefile fishsupper/Makefile --- fishsupper.orig/Makefile Sun Jun 11 16:28:11 2006 +++ fishsupper/Makefile Sun Jun 11 16:59:06 2006 @@ -6,7 +6,7 @@ # PORTNAME= fishsupper -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,9 +16,10 @@ USE_GMAKE= yes USE_SDL= sdl image mixer +USE_GCC= 3.4+ ALL_TARGET= fishsupper -WRKSRC= ${WRKDIR}/FishSupper +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src PORTDOCS= README @@ -28,17 +29,18 @@ @${REINPLACE_CMD} -e 's|g++|${CXX} ${CXXFLAGS}|' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/getreadydisplay.cc \ ${WRKSRC}/src/playdisplay.cc ${WRKSRC}/src/playmodel.cc \ - ${WRKSRC}/src/soundengine.cc ${WRKSRC}/src/titlescreendisplay.cc + ${WRKSRC}/src/soundengine.cc ${WRKSRC}/src/titlescreendisplay.cc \ + ${WRKSRC}/src/highscoresdisplay.cc ${WRKSRC}/src/settingsdisplay.cc @${REINPLACE_CMD} -e '/filename/ s|\[[0-9][0-9]*\]|[1024]|' ${WRKSRC}/src/playdisplay.cc \ ${WRKSRC}/src/playmodel.cc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fishsupper ${PREFIX}/bin - ${MKDIR} ${DATADIR} -.for d in images levels sounds - ${MKDIR} ${DATADIR}/${d} - ${INSTALL_DATA} ${WRKSRC}/data/${d}/* ${DATADIR}/${d}/ -.endfor + ${MKDIR} ${DATADIR}/images/settings ${DATADIR}/levels ${DATADIR}/sounds + ${INSTALL_DATA} ${WRKSRC}/data/images/*.png ${DATADIR}/images/ + ${INSTALL_DATA} ${WRKSRC}/data/images/settings/* ${DATADIR}/images/settings/ + ${INSTALL_DATA} ${WRKSRC}/data/levels/* ${DATADIR}/levels/ + ${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff -ruN fishsupper.orig/distinfo fishsupper/distinfo --- fishsupper.orig/distinfo Sun Jun 11 16:28:11 2006 +++ fishsupper/distinfo Sun Jun 11 16:29:33 2006 @@ -1,3 +1,3 @@ -MD5 (fishsupper-0.1.1.tar.gz) = 15ede656a11612c261e4e67a669ae21e -SHA256 (fishsupper-0.1.1.tar.gz) = 8d8ebd84d70bf4546b181f378489ee821f16ecc864fe961881025f89f9bcb653 -SIZE (fishsupper-0.1.1.tar.gz) = 785300 +MD5 (fishsupper-0.1.3.tar.gz) = cf178785a9460c13c5011316bbec9997 +SHA256 (fishsupper-0.1.3.tar.gz) = fae394edbaa9999a4fcf70802d0b76da4cb81e6cb3785d068368ed0bbc795d72 +SIZE (fishsupper-0.1.3.tar.gz) = 1171658 diff -ruN fishsupper.orig/pkg-plist fishsupper/pkg-plist --- fishsupper.orig/pkg-plist Sun Jun 11 16:28:11 2006 +++ fishsupper/pkg-plist Sun Jun 11 17:00:07 2006 @@ -1,4 +1,5 @@ bin/fishsupper +%%DATADIR%%/images/cats_whiskers.png %%DATADIR%%/images/font1.png %%DATADIR%%/images/font2.png %%DATADIR%%/images/fs_image_00.png @@ -28,7 +29,12 @@ %%DATADIR%%/images/fs_image_24.png %%DATADIR%%/images/fs_image_25.png %%DATADIR%%/images/fs_image_26.png +%%DATADIR%%/images/fs_image_27.png +%%DATADIR%%/images/fs_image_28.png +%%DATADIR%%/images/fs_image_29.png %%DATADIR%%/images/get_ready_bg.png +%%DATADIR%%/images/high_scores_font.png +%%DATADIR%%/images/high_scores_font_faint.png %%DATADIR%%/images/hiscores.png %%DATADIR%%/images/hiscores_h.png %%DATADIR%%/images/intro_screen.png @@ -37,16 +43,38 @@ %%DATADIR%%/images/quit.png %%DATADIR%%/images/quit_h.png %%DATADIR%%/images/settings.png +%%DATADIR%%/images/settings/background.png +%%DATADIR%%/images/settings/image_00.png +%%DATADIR%%/images/settings/image_01.png +%%DATADIR%%/images/settings/image_02.png +%%DATADIR%%/images/settings/image_03.png +%%DATADIR%%/images/settings/image_04.png +%%DATADIR%%/images/settings/image_05.png +%%DATADIR%%/images/settings/image_06.png +%%DATADIR%%/images/settings/image_07.png +%%DATADIR%%/images/settings/image_08.png +%%DATADIR%%/images/settings/image_09.png +%%DATADIR%%/images/settings/image_10.png +%%DATADIR%%/images/settings/image_11.png %%DATADIR%%/images/settings_h.png +%%DATADIR%%/images/small_font.png +%%DATADIR%%/images/small_font_faint.png %%DATADIR%%/levels/level_01.fsl %%DATADIR%%/levels/level_02.fsl %%DATADIR%%/levels/level_03.fsl %%DATADIR%%/levels/level_04.fsl +%%DATADIR%%/levels/level_05.fsl +%%DATADIR%%/levels/level_06.fsl +%%DATADIR%%/levels/level_07.fsl +%%DATADIR%%/levels/level_08.fsl +%%DATADIR%%/levels/level_09.fsl +%%DATADIR%%/levels/level_10.fsl %%DATADIR%%/sounds/miaow.wav %%DATADIR%%/sounds/ping.wav %%DATADIR%%/sounds/river.wav %%DATADIR%%/sounds/splash.wav -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/levels @dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/levels +@dirrm %%DATADIR%%/images/settings +@dirrm %%DATADIR%%/images @dirrm %%DATADIR%% --- fishsupper.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC8816A479 for ; Sun, 11 Jun 2006 13:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E08A43D5D for ; Sun, 11 Jun 2006 13:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDAFZq011078 for ; Sun, 11 Jun 2006 13:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDAFNF011077; Sun, 11 Jun 2006 13:10:15 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:10:15 GMT Resent-Message-Id: <200606111310.k5BDAFNF011077@freefall.freebsd.org> 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 Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2969C16A418 for ; Sun, 11 Jun 2006 13:08:34 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAAA43D49 for ; Sun, 11 Jun 2006 13:08:33 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=9247 helo=nexii.panopticon) by mx27.mail.ru with esmtp id 1FpPg8-000CBT-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Jun 2006 17:08:32 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 8D4FA11418 for ; Sun, 11 Jun 2006 17:14:04 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 27E633D5; Sun, 11 Jun 2006 17:09:58 +0400 (MSD) Message-Id: <20060611130958.27E633D5@hades.panopticon> Date: Sun, 11 Jun 2006 17:09:58 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98809: [MAINTAINER] games/zatacka: Update to 0.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:10:17 -0000 >Number: 98809 >Category: ports >Synopsis: [MAINTAINER] games/zatacka: Update to 0.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 13:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update to 0.1.5 >How-To-Repeat: >Fix: --- zatacka.patch begins here --- diff -ruN zatacka.orig/Makefile zatacka/Makefile --- zatacka.orig/Makefile Sun Jun 11 15:37:02 2006 +++ zatacka/Makefile Sun Jun 11 16:27:27 2006 @@ -6,7 +6,7 @@ # PORTNAME= zatacka -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,12 +32,16 @@ ${WRKSRC}/fx.cpp @${REINPLACE_CMD} -e 's|main_screen.jpg|${DATADIR}/main_screen.jpg|' \ ${WRKSRC}/fx.cpp + @${REINPLACE_CMD} -e 's|maps/|${DATADIR}/maps/|' ${WRKSRC}/fx.cpp + @${REINPLACE_CMD} -e '/opendir/ s|maps|${DATADIR}/maps|' ${WRKSRC}/fx.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/main_screen.jpg ${WRKSRC}/barrier.jpg \ ${WRKSRC}/font.ttf ${DATADIR} + ${MKDIR} ${DATADIR}/maps + ${INSTALL_DATA} ${WRKSRC}/maps/*.jpg ${DATADIR}/maps .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff -ruN zatacka.orig/distinfo zatacka/distinfo --- zatacka.orig/distinfo Sun Jun 11 15:37:02 2006 +++ zatacka/distinfo Sun Jun 11 15:37:58 2006 @@ -1,3 +1,3 @@ -MD5 (zatacka-0.1.4_src.tar.gz) = 3c00ea94811eb6886f58c5eac16fc22d -SHA256 (zatacka-0.1.4_src.tar.gz) = 949e96764fbfa5eb1349bd2d1d2cb90dace943090667d117564e0a6cd782cfdb -SIZE (zatacka-0.1.4_src.tar.gz) = 128061 +MD5 (zatacka-0.1.5_src.tar.gz) = 3e8edfdef86c76e5c676abdc38c8f363 +SHA256 (zatacka-0.1.5_src.tar.gz) = 1d9da33201d35970b71a1eb3c0eb38b61a86dab33d9084087bbb36728d22e5b9 +SIZE (zatacka-0.1.5_src.tar.gz) = 150038 diff -ruN zatacka.orig/files/patch-Makefile zatacka/files/patch-Makefile --- zatacka.orig/files/patch-Makefile Sun Jun 11 15:37:02 2006 +++ zatacka/files/patch-Makefile Sun Jun 11 15:43:01 2006 @@ -1,15 +1,15 @@ ---- Makefile.orig Fri Dec 30 17:27:36 2005 -+++ Makefile Mon Mar 27 00:52:59 2006 -@@ -4,7 +4,7 @@ - # Copryright: GNU GPL (http://www.gnu.org/copyleft/gpl.html) - ##---------------------------------------------------------------------------- +--- Makefile.orig Wed Mar 29 00:08:50 2006 ++++ Makefile Sun Jun 11 15:42:44 2006 +@@ -2,7 +2,7 @@ + #Copyright by Mage 2006 rm=/bin/rm -f + ln=/bin/ln -s -CC= g++ +CXX?= g++ DEFS= PROGNAME= zatacka INCLUDES= -I. -@@ -12,7 +12,7 @@ +@@ -13,7 +13,7 @@ DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1 @@ -18,7 +18,7 @@ SRCS = main.cpp fx.cpp SDL_prim.c -@@ -20,12 +20,12 @@ +@@ -21,12 +21,12 @@ .c.o: $(rm) $@ diff -ruN zatacka.orig/pkg-plist zatacka/pkg-plist --- zatacka.orig/pkg-plist Sun Jun 11 15:37:02 2006 +++ zatacka/pkg-plist Sun Jun 11 16:21:29 2006 @@ -2,4 +2,6 @@ %%DATADIR%%/barrier.jpg %%DATADIR%%/font.ttf %%DATADIR%%/main_screen.jpg +%%DATADIR%%/maps/map1.jpg +@dirrm %%DATADIR%%/maps @dirrm %%DATADIR%% --- zatacka.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D0816A478 for ; Sun, 11 Jun 2006 13:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12C643D55 for ; Sun, 11 Jun 2006 13:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDAEd3011052 for ; Sun, 11 Jun 2006 13:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDAE9P011051; Sun, 11 Jun 2006 13:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:10:14 GMT Resent-Message-Id: <200606111310.k5BDAE9P011051@freefall.freebsd.org> 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 Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2CC16A418 for ; Sun, 11 Jun 2006 13:06:30 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C12643D5E for ; Sun, 11 Jun 2006 13:06:24 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=2353 helo=nexii.panopticon) by mx2.mail.ru with esmtp id 1FpPe2-000DUm-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Jun 2006 17:06:22 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 2076411418 for ; Sun, 11 Jun 2006 17:11:51 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id A992F3D5; Sun, 11 Jun 2006 17:07:44 +0400 (MSD) Message-Id: <20060611130744.A992F3D5@hades.panopticon> Date: Sun, 11 Jun 2006 17:07:44 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98807: [MAINTAINER] graphics/pngcrush: Update to 1.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:10:17 -0000 >Number: 98807 >Category: ports >Synopsis: [MAINTAINER] graphics/pngcrush: Update to 1.6.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 13:10:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update to 1.6.4 Change log: Version 1.6.4 (built with libpng-1.2.11beta4 and zlib-1.2.3) Fixed bug in handling of undocumented -trns_a option (Michal Politowski). Fixed bug with "nosave" handling of unknown chunks. >How-To-Repeat: >Fix: --- pngcrush.patch begins here --- diff -ruN pngcrush.orig/Makefile pngcrush/Makefile --- pngcrush.orig/Makefile Sun Jun 11 15:22:23 2006 +++ pngcrush/Makefile Sun Jun 11 15:22:45 2006 @@ -6,7 +6,7 @@ # PORTNAME= pngcrush -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pmt diff -ruN pngcrush.orig/distinfo pngcrush/distinfo --- pngcrush.orig/distinfo Sun Jun 11 15:22:23 2006 +++ pngcrush/distinfo Sun Jun 11 15:23:03 2006 @@ -1,3 +1,3 @@ -MD5 (pngcrush-1.6.3.tar.bz2) = e98121099fd429bc5ff76de286f522ff -SHA256 (pngcrush-1.6.3.tar.bz2) = 3cb021355883671748d226e995b30d7864528c1ae9a7ec7f18e14fd842066bb4 -SIZE (pngcrush-1.6.3.tar.bz2) = 293902 +MD5 (pngcrush-1.6.4.tar.bz2) = bfff75606fa86b96c06b77cc1684ba36 +SHA256 (pngcrush-1.6.4.tar.bz2) = 47a8ad6ce87a86a0a5031a33b124cb9feab2c4b3b5c943805564fe4e2106b2f2 +SIZE (pngcrush-1.6.4.tar.bz2) = 294455 --- pngcrush.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEA916A47A for ; Sun, 11 Jun 2006 13:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3612743D5A for ; Sun, 11 Jun 2006 13:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDAEUE011065 for ; Sun, 11 Jun 2006 13:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDAEaT011064; Sun, 11 Jun 2006 13:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:10:14 GMT Resent-Message-Id: <200606111310.k5BDAEaT011064@freefall.freebsd.org> 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 Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DCA16A41A for ; Sun, 11 Jun 2006 13:07:34 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3D643D45 for ; Sun, 11 Jun 2006 13:07:33 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=57866 helo=nexii.panopticon) by mx27.mail.ru with esmtp id 1FpPfA-000Bn1-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Jun 2006 17:07:32 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id C3BBE11418 for ; Sun, 11 Jun 2006 17:13:03 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 624583D5; Sun, 11 Jun 2006 17:08:57 +0400 (MSD) Message-Id: <20060611130857.624583D5@hades.panopticon> Date: Sun, 11 Jun 2006 17:08:57 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98808: [MAINTAINER] sysutils/qpxtool: update to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:10:17 -0000 >Number: 98808 >Category: ports >Synopsis: [MAINTAINER] sysutils/qpxtool: update to 0.5.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 Jun 11 13:10:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update to 0.5.3 >How-To-Repeat: >Fix: --- qpxtool.patch begins here --- diff -ruN qpxtool.orig/Makefile qpxtool/Makefile --- qpxtool.orig/Makefile Sun Jun 11 14:52:05 2006 +++ qpxtool/Makefile Sun Jun 11 15:09:59 2006 @@ -6,7 +6,7 @@ # PORTNAME= qpxtool -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,9 +22,6 @@ PLIST_FILES= bin/qpxtool PORTDOCS= README ChangeLog - -post-patch: - @${REINPLACE_CMD} 's|};||' ${WRKSRC}/transport.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qpxtool ${PREFIX}/bin diff -ruN qpxtool.orig/distinfo qpxtool/distinfo --- qpxtool.orig/distinfo Sun Jun 11 14:52:05 2006 +++ qpxtool/distinfo Sun Jun 11 14:54:10 2006 @@ -1,3 +1,3 @@ -MD5 (qpxtool-0.5.0.tar.bz2) = 9868d3dc8c1f63028760dac519096712 -SHA256 (qpxtool-0.5.0.tar.bz2) = ac6e7813a17a7d1fd46f5210864ce72df3eb9b222d7bbc8433d16692156ba70c -SIZE (qpxtool-0.5.0.tar.bz2) = 126894 +MD5 (qpxtool-0.5.3.tar.bz2) = be0fd0042c19f9916e3e912193fd8cdf +SHA256 (qpxtool-0.5.3.tar.bz2) = 895bcb2d7903b31c777f39444e4f8c9f4f6f1f12a5281a098e526a815d013101 +SIZE (qpxtool-0.5.3.tar.bz2) = 125485 diff -ruN qpxtool.orig/files/patch-main.cpp qpxtool/files/patch-main.cpp --- qpxtool.orig/files/patch-main.cpp Sun Jun 11 14:52:05 2006 +++ qpxtool/files/patch-main.cpp Thu Jan 1 03:00:00 1970 @@ -1,13 +0,0 @@ ---- main.cpp.orig Tue Mar 14 22:31:43 2006 -+++ main.cpp Thu Mar 23 05:00:58 2006 -@@ -34,8 +34,8 @@ - printf("\n QPxTool-%s\n (c) 2005-2006, Gennady \"ShultZ\" Kozlov",VERSION); - printf("\n________________________________________"); - uname(&sys); -- printf("\nOS name : %s\nnode : %s\nrelease : %s\nversion : %s\nmachine : %s\ndomain : %s", -- sys.sysname, sys.nodename, sys.release, sys.version, sys.machine, sys.domainname); -+ printf("\nOS name : %s\nnode : %s\nrelease : %s\nversion : %s\nmachine : %s", -+ sys.sysname, sys.nodename, sys.release, sys.version, sys.machine); - printf("\n________________________________________\n"); - - QApplication QPT(argc,argv); diff -ruN qpxtool.orig/files/patch-qpx_mmc.h qpxtool/files/patch-qpx_mmc.h --- qpxtool.orig/files/patch-qpx_mmc.h Sun Jun 11 14:52:05 2006 +++ qpxtool/files/patch-qpx_mmc.h Thu Jan 1 03:00:00 1970 @@ -1,46 +0,0 @@ ---- qpx_mmc.h.orig Sat Mar 18 20:28:50 2006 -+++ qpx_mmc.h Thu Mar 23 05:03:22 2006 -@@ -89,26 +89,25 @@ - "<12>","<13>","<14>","" - }; - --const int _devcnt=58; -+const int _devcnt=64; - const str_dev _devtbl[_devcnt]={ -- "/dev/hda\0","/dev/hdb\0","/dev/hdc\0","/dev/hdd\0", -- "/dev/hde\0","/dev/hdf\0","/dev/hdg\0","/dev/hdh\0", -- "/dev/hdi\0","/dev/hdj\0","/dev/hdk\0","/dev/hdl\0", -- "/dev/hdm\0","/dev/hdn\0","/dev/hdo\0","/dev/hdp\0", -- "/dev/hdq\0","/dev/hdr\0","/dev/hds\0","/dev/hdt\0", -- "/dev/hdu\0","/dev/hdv\0","/dev/hdw\0","/dev/hdx\0", -- "/dev/hdy\0","/dev/hdz\0", -- -- "/dev/sr0\0","/dev/sr1\0","/dev/sr2\0","/dev/sr3\0", -- "/dev/sr4\0","/dev/sr5\0","/dev/sr6\0","/dev/sr7\0", -- "/dev/sr8\0","/dev/sr9\0","/dev/sr10\0","/dev/sr11\0", -- "/dev/sr12\0","/dev/sr13\0","/dev/sr14\0","/dev/sr15\0", -- -- "/dev/sr16\0","/dev/sr17\0","/dev/sr18\0","/dev/sr19\0", -- "/dev/sr20\0","/dev/sr21\0","/dev/sr22\0","/dev/sr23\0", -- "/dev/sr24\0","/dev/sr25\0","/dev/sr26\0","/dev/sr27\0", -- "/dev/sr28\0","/dev/sr29\0","/dev/sr30\0","/dev/sr31\0", -+ "/dev/acd0\0","/dev/acd1\0","/dev/acd2\0","/dev/acd3\0", -+ "/dev/acd4\0","/dev/acd5\0","/dev/acd6\0","/dev/acd7\0", -+ "/dev/acd8\0","/dev/acd9\0","/dev/acd10\0","/dev/acd11\0", -+ "/dev/acd12\0","/dev/acd13\0","/dev/acd14\0","/dev/acd15\0", -+ "/dev/acd16\0","/dev/acd17\0","/dev/acd18\0","/dev/acd19\0", -+ "/dev/acd20\0","/dev/acd21\0","/dev/acd22\0","/dev/acd23\0", -+ "/dev/acd24\0","/dev/acd25\0","/dev/acd26\0","/dev/acd27\0", -+ "/dev/acd28\0","/dev/acd29\0","/dev/acd30\0","/dev/acd31\0", - -+ "/dev/cd0\0","/dev/cd1\0","/dev/cd2\0","/dev/cd3\0", -+ "/dev/cd4\0","/dev/cd5\0","/dev/cd6\0","/dev/cd7\0", -+ "/dev/cd8\0","/dev/cd9\0","/dev/cd10\0","/dev/cd11\0", -+ "/dev/cd12\0","/dev/cd13\0","/dev/cd14\0","/dev/cd15\0", -+ "/dev/cd16\0","/dev/cd17\0","/dev/cd18\0","/dev/cd19\0", -+ "/dev/cd20\0","/dev/cd21\0","/dev/cd22\0","/dev/cd23\0", -+ "/dev/cd24\0","/dev/cd25\0","/dev/cd26\0","/dev/cd27\0", -+ "/dev/cd28\0","/dev/cd29\0","/dev/cd30\0","/dev/cd31\0", - /* - "/dev/sr0\0","/dev/sr1\0","/dev/sr2\0","/dev/sr3\0", - "/dev/sr4\0","/dev/sr5\0","/dev/sr6\0","/dev/sr7\0", diff -ruN qpxtool.orig/files/patch-transport.h qpxtool/files/patch-transport.h --- qpxtool.orig/files/patch-transport.h Sun Jun 11 14:52:05 2006 +++ qpxtool/files/patch-transport.h Thu Jan 1 03:00:00 1970 @@ -1,10 +0,0 @@ ---- transport.h.orig Thu Sep 22 10:32:26 2005 -+++ transport.h Thu Mar 23 05:00:16 2006 -@@ -203,6 +203,7 @@ - #elif defined(__FreeBSD__) - - #include -+#include - #include - #include - #include --- qpxtool.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:12:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B89816A473; Sun, 11 Jun 2006 13:12:20 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40B543D5D; Sun, 11 Jun 2006 13:12:19 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDCJ90011228; Sun, 11 Jun 2006 13:12:19 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDCJG7011224; Sun, 11 Jun 2006 13:12:19 GMT (envelope-from erwin) Date: Sun, 11 Jun 2006 13:12:19 GMT From: Erwin Lansing Message-Id: <200606111312.k5BDCJG7011224@freefall.freebsd.org> To: amdmi3@mail.ru, freebsd@unixfreunde.de, erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97979: [PATCH] games/fishsupper: update to 0.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, 11 Jun 2006 13:12:20 -0000 Synopsis: [PATCH] games/fishsupper: update to 0.1.2 State-Changed-From-To: feedback->closed State-Changed-By: erwin State-Changed-When: Sun Jun 11 13:12:07 UTC 2006 State-Changed-Why: Obsoleted by maintainer PR ports/98806 http://www.freebsd.org/cgi/query-pr.cgi?pr=97979 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:19:44 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A982E16A418; Sun, 11 Jun 2006 13:19:44 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 592D843D48; Sun, 11 Jun 2006 13:19:44 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (philip@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDJirJ011421; Sun, 11 Jun 2006 13:19:44 GMT (envelope-from philip@freefall.freebsd.org) Received: (from philip@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDJiOa011417; Sun, 11 Jun 2006 13:19:44 GMT (envelope-from philip) Date: Sun, 11 Jun 2006 13:19:44 GMT From: Philip Paeps Message-Id: <200606111319.k5BDJiOa011417@freefall.freebsd.org> To: philip@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, philip@FreeBSD.org Cc: Subject: Re: ports/98806: [MAINTAINER] games/fishsupper: Update to 0.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: Sun, 11 Jun 2006 13:19:44 -0000 Synopsis: [MAINTAINER] games/fishsupper: Update to 0.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->philip Responsible-Changed-By: philip Responsible-Changed-When: Sun Jun 11 13:19:43 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98806 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:19:50 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE5B516A4AC; Sun, 11 Jun 2006 13:19:50 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A63243D46; Sun, 11 Jun 2006 13:19:50 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (philip@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDJoPS011488; Sun, 11 Jun 2006 13:19:50 GMT (envelope-from philip@freefall.freebsd.org) Received: (from philip@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDJoX0011484; Sun, 11 Jun 2006 13:19:50 GMT (envelope-from philip) Date: Sun, 11 Jun 2006 13:19:50 GMT From: Philip Paeps Message-Id: <200606111319.k5BDJoX0011484@freefall.freebsd.org> To: philip@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, philip@FreeBSD.org Cc: Subject: Re: ports/98807: [MAINTAINER] graphics/pngcrush: Update to 1.6.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: Sun, 11 Jun 2006 13:19:51 -0000 Synopsis: [MAINTAINER] graphics/pngcrush: Update to 1.6.4 Responsible-Changed-From-To: freebsd-ports-bugs->philip Responsible-Changed-By: philip Responsible-Changed-When: Sun Jun 11 13:19:49 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98807 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:19:56 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9CD16A473; Sun, 11 Jun 2006 13:19:56 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE82143D45; Sun, 11 Jun 2006 13:19:55 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (philip@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDJt6o011553; Sun, 11 Jun 2006 13:19:55 GMT (envelope-from philip@freefall.freebsd.org) Received: (from philip@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDJtqA011549; Sun, 11 Jun 2006 13:19:55 GMT (envelope-from philip) Date: Sun, 11 Jun 2006 13:19:55 GMT From: Philip Paeps Message-Id: <200606111319.k5BDJtqA011549@freefall.freebsd.org> To: philip@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, philip@FreeBSD.org Cc: Subject: Re: ports/98808: [MAINTAINER] sysutils/qpxtool: update to 0.5.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, 11 Jun 2006 13:19:56 -0000 Synopsis: [MAINTAINER] sysutils/qpxtool: update to 0.5.3 Responsible-Changed-From-To: freebsd-ports-bugs->philip Responsible-Changed-By: philip Responsible-Changed-When: Sun Jun 11 13:19:54 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98808 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:20:01 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7C316A418; Sun, 11 Jun 2006 13:20:01 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE0A43D46; Sun, 11 Jun 2006 13:20:01 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from freefall.freebsd.org (philip@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDK1wC011626; Sun, 11 Jun 2006 13:20:01 GMT (envelope-from philip@freefall.freebsd.org) Received: (from philip@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDK1dp011622; Sun, 11 Jun 2006 13:20:01 GMT (envelope-from philip) Date: Sun, 11 Jun 2006 13:20:01 GMT From: Philip Paeps Message-Id: <200606111320.k5BDK1dp011622@freefall.freebsd.org> To: philip@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, philip@FreeBSD.org Cc: Subject: Re: ports/98809: [MAINTAINER] games/zatacka: Update to 0.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:20:02 -0000 Synopsis: [MAINTAINER] games/zatacka: Update to 0.1.5 Responsible-Changed-From-To: freebsd-ports-bugs->philip Responsible-Changed-By: philip Responsible-Changed-When: Sun Jun 11 13:20:00 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98809 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:30:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33DA16A4C5 for ; Sun, 11 Jun 2006 13:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461A443D45 for ; Sun, 11 Jun 2006 13:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDUJe5012067 for ; Sun, 11 Jun 2006 13:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDUIDD012064; Sun, 11 Jun 2006 13:30:18 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:30:18 GMT Resent-Message-Id: <200606111330.k5BDUIDD012064@freefall.freebsd.org> 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 Zhuravlev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B7316A41F for ; Sun, 11 Jun 2006 13:27:10 +0000 (UTC) (envelope-from zaa@ulstu.ru) Received: from kernel.ulstu.ru (kernel.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B5543D46 for ; Sun, 11 Jun 2006 13:27:04 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 137DD4AC63; Sun, 11 Jun 2006 17:27:01 +0400 (MSD) Received: from kernel.ulstu.ru ([127.0.0.1]) by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vH75VXPeb5Ir; Sun, 11 Jun 2006 17:26:55 +0400 (MSD) Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 0E4C34AC61 for ; Sun, 11 Jun 2006 17:26:55 +0400 (MSD) Received: by orion.ulstu.ru (Postfix, from userid 3909) id 0D87F1A2E; Sun, 11 Jun 2006 17:26:54 +0400 (MSD) Message-Id: <20060611132654.0D87F1A2E@orion.ulstu.ru> Date: Sun, 11 Jun 2006 17:26:54 +0400 (MSD) From: Alexander Zhuravlev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98810: [maintainer update] www/pecl-pecl_http to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Zhuravlev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:30:19 -0000 >Number: 98810 >Category: ports >Synopsis: [maintainer update] www/pecl-pecl_http to 1.0.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 13:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD orion.ulstu.ru 4.11-STABLE FreeBSD 4.11-STABLE #26: Mon Dec 26 23:56:33 MSK 2005 root@orion.ulstu.ru:/usr/obj/usr/src/sys/ORION i386 >Description: >How-To-Repeat: >Fix: --- pecl-pecl_http.patch begins here --- diff -urbBN pecl-pecl_http.orig/Makefile pecl-pecl_http/Makefile --- pecl-pecl_http.orig/Makefile Wed May 31 10:02:00 2006 +++ pecl-pecl_http/Makefile Sun Jun 11 11:48:01 2006 @@ -6,7 +6,7 @@ # PORTNAME= pecl_http -DISTVERSION= 1.0.0RC4 +DISTVERSION= 1.0.0 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --enable-http OPTIONS= CURL "Enable cURL HTTP requests" on \ - MAGIC_MIME "Enable response content type guessing" off \ + MAGIC_MIME "Enable response content type guessing" on \ ZLIB_COMPRESSION "Enable support for encoded message bodies" off .include @@ -39,8 +39,13 @@ .endif .if defined(WITH_MAGIC_MIME) +. if ${OSVERSION} < 502128 LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file -CONFIGURE_ARGS+=--with-http-magic-mime=${LOCALBASE} +MAGICBASE= ${LOCALBASE} +. else +MAGICBASE= /usr +. endif +CONFIGURE_ARGS+=--with-http-magic-mime=${MAGICBASE} .else CONFIGURE_ARGS+=--without-http-magic-mime .endif diff -urbBN pecl-pecl_http.orig/distinfo pecl-pecl_http/distinfo --- pecl-pecl_http.orig/distinfo Wed May 31 10:02:00 2006 +++ pecl-pecl_http/distinfo Sun Jun 11 11:48:01 2006 @@ -1,3 +1,3 @@ -MD5 (PECL/pecl_http-1.0.0RC4.tgz) = a0e7d18bf9250b8bb5326cbe513d0be5 -SHA256 (PECL/pecl_http-1.0.0RC4.tgz) = f074e97517f97bf12fafab96b8bb92b1f88e32d29306d91b3591a24b78ed0404 -SIZE (PECL/pecl_http-1.0.0RC4.tgz) = 181374 +MD5 (PECL/pecl_http-1.0.0.tgz) = f21c770c8608329256f9c712a9e21319 +SHA256 (PECL/pecl_http-1.0.0.tgz) = e0717ce977164cf37fd9e8d81616546be3f21a3103464208b1e1375fa8abbc93 +SIZE (PECL/pecl_http-1.0.0.tgz) = 185967 diff -urbBN pecl-pecl_http.orig/files/patch-php_http.h pecl-pecl_http/files/patch-php_http.h --- pecl-pecl_http.orig/files/patch-php_http.h Thu Jan 1 03:00:00 1970 +++ pecl-pecl_http/files/patch-php_http.h Sun Jun 11 17:07:37 2006 @@ -0,0 +1,15 @@ +--- php_http.h.orig Fri Jun 9 02:10:44 2006 ++++ php_http.h Sun Jun 11 17:06:51 2006 +@@ -144,7 +144,11 @@ + # define HTTP_G (&http_globals) + #endif + +-#define HTTP_HAVE_EXT(EXT) ((defined(HAVE_##EXT) || defined(HAVE_PHP_##EXT) || defined(HAVE_##EXT##_EXT)) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_##EXT))) ++#if defined(__GNUC__) && (__GNUC__ < 3) ++# define HTTP_HAVE_EXT(EXT) 0 ++#else ++# define HTTP_HAVE_EXT(EXT) ((defined(HAVE_##EXT) || defined(HAVE_PHP_##EXT) || defined(HAVE_##EXT##_EXT)) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_##EXT))) ++#endif + + PHP_FUNCTION(http_test); + PHP_FUNCTION(http_date); --- pecl-pecl_http.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:50:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE4B16A41F for ; Sun, 11 Jun 2006 13:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE71043D4C for ; Sun, 11 Jun 2006 13:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDoDSI014328 for ; Sun, 11 Jun 2006 13:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDoDFx014327; Sun, 11 Jun 2006 13:50:13 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:50:13 GMT Resent-Message-Id: <200606111350.k5BDoDFx014327@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Middleton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2615916A41A for ; Sun, 11 Jun 2006 13:42:38 +0000 (UTC) (envelope-from root@xxvii.net) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id C648C43D45 for ; Sun, 11 Jun 2006 13:42:37 +0000 (GMT) (envelope-from root@xxvii.net) Received: from bee.xxvii.x (H140.C18.B96.tor.eicat.ca [66.96.18.140]) by smaug.vex.net (Postfix) with ESMTP id CF65E26768 for ; Sun, 11 Jun 2006 09:42:35 -0400 (EDT) Received: by bee.xxvii.x (Postfix, from userid 0) id 492FC1CC81; Sun, 11 Jun 2006 09:42:39 -0400 (EDT) Message-Id: <20060611134239.492FC1CC81@bee.xxvii.x> Date: Sun, 11 Jun 2006 09:42:39 -0400 (EDT) From: Tim Middleton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98811: [MAINTAINER] www/zope-zwiki: update to 0.54.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 13:50:14 -0000 >Number: 98811 >Category: ports >Synopsis: [MAINTAINER] www/zope-zwiki: update to 0.54.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 13:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tim Middleton >Release: FreeBSD 6.1-RELEASE amd64 >Organization: Vex.Net >Environment: System: FreeBSD bee.xxvii.x 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Mon May 29 08:39:08 EDT 2006 >Description: - Update to 0.54.0 - see http://zwiki.org/ReleaseNotes for zwiki plone skins upgrade >How-To-Repeat: >Fix: --- zope-zwiki-0.54.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/zope-zwiki/Makefile,v retrieving revision 1.21 diff -c -u -r1.21 Makefile --- Makefile 14 May 2006 20:32:07 -0000 1.21 +++ Makefile 11 Jun 2006 13:40:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zwiki -PORTVERSION= 0.53.0 +PORTVERSION= 0.54.0 CATEGORIES= www zope MASTER_SITES= http://zwiki.org/releases/ PKGNAMEPREFIX= zope- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/zope-zwiki/distinfo,v retrieving revision 1.18 diff -c -u -r1.18 distinfo --- distinfo 14 May 2006 20:32:07 -0000 1.18 +++ distinfo 11 Jun 2006 13:40:38 -0000 @@ -1,3 +1,3 @@ -MD5 (zope/ZWiki-0.53.0.tgz) = 8cb0a5690ca73357837f97d8a6fd141f -SHA256 (zope/ZWiki-0.53.0.tgz) = 04d16d7143b6e90a72dfa8fc5b72a28772f9014ac9df906a4a1c0cfb1caf05f2 -SIZE (zope/ZWiki-0.53.0.tgz) = 467174 +MD5 (zope/ZWiki-0.54.0.tgz) = 2dc927e3f805d7df82e3f0008dfac4ab +SHA256 (zope/ZWiki-0.54.0.tgz) = 409148e7d3832e6a41d2201076b33e5593c02f4727847600667d994c662b466a +SIZE (zope/ZWiki-0.54.0.tgz) = 470704 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/zope-zwiki/pkg-plist,v retrieving revision 1.17 diff -c -u -r1.17 pkg-plist --- pkg-plist 14 May 2006 20:32:07 -0000 1.17 +++ pkg-plist 11 Jun 2006 13:40:39 -0000 @@ -200,41 +200,40 @@ %%ZOPEPRODUCTDIR%%/ZWiki/scripts/print.dtml %%ZOPEPRODUCTDIR%%/ZWiki/scripts/toc.py %%ZOPEPRODUCTDIR%%/ZWiki/scripts/view_source.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_plone/README -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/README -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/RecentChanges.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/SearchPage.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/UserOptions.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/accesskeys.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/addwikiform.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/addwikipageform.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/backlinks.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/badtemplate.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/blank_star.png -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/commentform.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/content.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/contentspage.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/denied.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/diffform.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/editform.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/head.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/hierarchylinks.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/links.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/maintemplate.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/pageheader.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/pagemanagementform.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/recentchanges.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/searchwiki.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/siteheader.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/star.png -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/stylesheet.css -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/subscribeform.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/subtopics_board.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/subtopics_outline.dtml -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/useroptions.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/wikipage.pt -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/wikipage_icon.gif -%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard/wikipage_plone_icon.gif +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/README +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/RecentChanges.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/SearchPage.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/UserOptions.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/accesskeys.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/addwikiform.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/addwikipageform.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/backlinks.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/badtemplate.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/blank_star.png +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/commentform.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/content.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/contentspage.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/denied.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/diffform.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/editform.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/head.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/hierarchylinks.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/links.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/maintemplate.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/pageheader.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/pagemanagementform.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/recentchanges.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/searchwiki.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/siteheader.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/star.png +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/stylesheet.css +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/subscribeform.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/subtopics_board.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/subtopics_outline.dtml +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/useroptions.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/wikipage.pt +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/wikipage_icon.gif +%%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki/wikipage_plone_icon.gif %%ZOPEPRODUCTDIR%%/ZWiki/testsupport.py %%ZOPEPRODUCTDIR%%/ZWiki/testsupport.pyc %%ZOPEPRODUCTDIR%%/ZWiki/tools/README @@ -249,19 +248,17 @@ %%ZOPEPRODUCTDIR%%/ZWiki/wikis/basic/ZWiki.stx %%ZOPEPRODUCTDIR%%/ZWiki/wikis/basic/index_html.dtml %%ZOPEPRODUCTDIR%%/ZWiki/wikis/basic/standard_error_message.dtml -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/pagetypes -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/scripts -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/i18n -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_plone -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki_standard -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/skins @dirrm %%ZOPEPRODUCTDIR%%/ZWiki/Extensions +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/ftests +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/i18n +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/pagetypes @dirrm %%ZOPEPRODUCTDIR%%/ZWiki/plugins/rating @dirrm %%ZOPEPRODUCTDIR%%/ZWiki/plugins/tracker @dirrm %%ZOPEPRODUCTDIR%%/ZWiki/plugins +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/scripts +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/skins/zwiki +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/skins +@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/tools @dirrm %%ZOPEPRODUCTDIR%%/ZWiki/wikis/basic @dirrm %%ZOPEPRODUCTDIR%%/ZWiki/wikis -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/ftests -@dirrm %%ZOPEPRODUCTDIR%%/ZWiki/tools @dirrm %%ZOPEPRODUCTDIR%%/ZWiki -@dirrmtry %%ZOPEPRODUCTDIR%% --- zope-zwiki-0.54.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 13:50:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057FC16A41B for ; Sun, 11 Jun 2006 13:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7280143D58 for ; Sun, 11 Jun 2006 13:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BDoGOr014382 for ; Sun, 11 Jun 2006 13:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BDoGCH014381; Sun, 11 Jun 2006 13:50:16 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 13:50:16 GMT Resent-Message-Id: <200606111350.k5BDoGCH014381@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bsdmaniak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C8E16A41B for ; Sun, 11 Jun 2006 13:46:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5065F43D45 for ; Sun, 11 Jun 2006 13:46:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5BDkngF014922 for ; Sun, 11 Jun 2006 13:46:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5BDknLW014921; Sun, 11 Jun 2006 13:46:49 GMT (envelope-from nobody) Message-Id: <200606111346.k5BDknLW014921@www.freebsd.org> Date: Sun, 11 Jun 2006 13:46:49 GMT From: bsdmaniak To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98812: [UPGRADE] net-p2p/amule to aMule-2.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, 11 Jun 2006 13:50:17 -0000 >Number: 98812 >Category: ports >Synopsis: [UPGRADE] net-p2p/amule to aMule-2.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 Jun 11 13:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: bsdmaniak >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD rohff.daemon-tips.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 3 21:46:16 UTC 2006 root@rohff.daemon-tips.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have upgraded amule-2.1.1 to amule-2.1.2 >How-To-Repeat: N/A >Fix: --- Makefile.diff begins here --- --- Makefile Sun Jun 11 15:33:28 2006 +++ Makefile.old Sun Jun 11 15:41:31 2006 @@ -2,11 +2,11 @@ # Date created: Wed Nov 05 09:30:00 UTC 2003 # Whom: Ganael LAPLANCHE # -# $FreeBSD: ports/net-p2p/amule2/Makefile,v 1.8 2006/03/18 17:12:23 pav Exp $ +# $FreeBSD: /repoman/r/pcvs/ports/net-p2p/amule2/Makefile,v 1.8 2006/03/18 17:12:23 pav Exp $ # PORTNAME= aMule -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.1 CATEGORIES= net-p2p #MASTER_SITES= http://download.berlios.de/amule/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -123,20 +123,20 @@ # fr manpages are still incomplete and can't be managed # by MANLANG. Will be done when pages are complete. .if defined(WITH_AMULECMD) - ${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amulecmd.1 + ${GZIP_CMD} ${PREFIX}/man/fr/man1/amulecmd.1 .endif .if defined(WITH_AMULEWEBSRV) - ${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amuleweb.1 + ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuleweb.1 .endif - ${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amule.1 + ${GZIP_CMD} ${PREFIX}/man/fr/man1/amule.1 .if defined(WITH_AMULEDAEMON) - ${GZIP_CMD} ${PREFIX}/share/man/fr/man1/amuled.1 + ${GZIP_CMD} ${PREFIX}/man/fr/man1/amuled.1 .endif .if defined(WITH_ED2K) - ${GZIP_CMD} ${PREFIX}/share/man/fr/man1/ed2k.1 + ${GZIP_CMD} ${PREFIX}/man/fr/man1/ed2k.1 .endif .if defined(WITH_ALC) - ${GZIP_CMD} ${PREFIX}/share/man/fr/man1/alcc.1 + ${GZIP_CMD} ${PREFIX}/man/fr/man1/alcc.1 .endif .include --- Makefile.diff ends here --- --- Makefile.man.diff begins here --- --- Makefile.man Sun Jun 11 15:40:36 2006 +++ Makefile.man.old Sun Jun 11 15:41:07 2006 @@ -1,7 +1,6 @@ # TODO : Add fr here when pages are complete MANLANG= "" de es hu MANCOMPRESSED= no -MAN1PREFIX= ${PREFIX}/share .if defined(WITH_CAS) MAN1+= cas.1 MAN1+= wxcas.1 --- Makefile.man.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 14:00:36 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E973E16A502 for ; Sun, 11 Jun 2006 14:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7175943D48 for ; Sun, 11 Jun 2006 14:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BE0ZTc014726 for ; Sun, 11 Jun 2006 14:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BE0YPf014725; Sun, 11 Jun 2006 14:00:35 GMT (envelope-from gnats) Date: Sun, 11 Jun 2006 14:00:35 GMT Message-Id: <200606111400.k5BE0YPf014725@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Miguel Mendez Cc: Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Miguel Mendez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 14:00:36 -0000 The following reply was made to PR ports/98802; it has been noted by GNATS. From: Miguel Mendez To: bug-followup@FreeBSD.org Cc: edwin@FreeBSD.org Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 Date: Sun, 11 Jun 2006 15:54:56 +0200 --Signature=_Sun__11_Jun_2006_15_54_56_+0200_jutd+SKLsyp6cJfG Content-Type: multipart/mixed; boundary="Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm" --Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 11 Jun 2006 11:24:08 UT Edwin Groothuis wrote: > Maintainer of emulators/xmame, >=20 > Please note that PR ports/98802 has just been submitted. >=20 > 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. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/98802 Let's commit this trivial change and I'll investigate where the Xv issue comes from on amd64. This patch doesn't seem to update distinfo, does it? We can use my patch th= en. Cheers. --=20 Miguel Mendez =20 http://www.energyhq.be PGP Key: 0xDC8514F1 --Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm Content-Type: text/plain; name="xmame.diff" Content-Disposition: attachment; filename="xmame.diff" Content-Transfer-Encoding: quoted-printable diff -ruN xmame.old/Makefile xmame/Makefile --- xmame.old/Makefile Sat Apr 29 18:31:10 2006 +++ xmame/Makefile Sat Jun 10 19:17:31 2006 @@ -6,7 +6,7 @@ # =20 PORTNAME?=3D xmame -PORTVERSION?=3D 0.104 +PORTVERSION?=3D 0.106 CATEGORIES=3D emulators MASTER_SITES=3D http://www.franksworld.org/dist/xmame/:xmame \ http://x.mame.net/download/:xmame \ @@ -259,7 +259,7 @@ =20 # png.h conflicts with libpng. .for f in mess/artworkx.c mess/artworkx.h src/artwork.c \ - src/common.c src/png.c src/unix/video-drivers/glexport.c + src/romload.c src/video.c src/png.c src/unix/video-drivers/glexport.c =20 ${REINPLACE_CMD} -e "s@\"png.h\"@\"mame_png.h\"@g" ${WRKSRC}/${f} =20 diff -ruN xmame.old/distinfo xmame/distinfo --- xmame.old/distinfo Sat Apr 29 18:31:10 2006 +++ xmame/distinfo Sat Jun 10 19:14:10 2006 @@ -1,6 +1,6 @@ -MD5 (xmame/xmame-0.104.tar.bz2) =3D d75ef4845f3b961ec1bfa6e80fbf9433 -SHA256 (xmame/xmame-0.104.tar.bz2) =3D 2d6bf6f4c18b21778c48c7f16bbdbd8a4a0= 1450d30d71182e8d19db5983df550 -SIZE (xmame/xmame-0.104.tar.bz2) =3D 16249286 +MD5 (xmame/xmame-0.106.tar.bz2) =3D b2b18d32a03ebd4d9c9476fbb93695ca +SHA256 (xmame/xmame-0.106.tar.bz2) =3D a385d86adebc2eb53b560bb522cf569569a= 74c4104605a8e7d61f1caa0f5e4df +SIZE (xmame/xmame-0.106.tar.bz2) =3D 17117298 MD5 (xmame/uhsdat0100.zip) =3D 09480efe7251a508a9f88b512fa22a37 SHA256 (xmame/uhsdat0100.zip) =3D 2ee3fd4d954a88cf72581f1e9b687ff199079b65= 5a22d7c540877994065f2f92 SIZE (xmame/uhsdat0100.zip) =3D 62900 --Multipart=_Sun__11_Jun_2006_15_54_56_+0200_gd6C/JfTU0sieJgm-- --Signature=_Sun__11_Jun_2006_15_54_56_+0200_jutd+SKLsyp6cJfG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEjCCznLctrNyFFPERAvpgAJ9TQsdunTu2uTQB3NmC/AKpIxpb5gCgs+Sz JE1pJGKQqelE7UxcUxPW1Y4= =pbmT -----END PGP SIGNATURE----- --Signature=_Sun__11_Jun_2006_15_54_56_+0200_jutd+SKLsyp6cJfG-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 14:29:43 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9188216A4A5; Sun, 11 Jun 2006 14:29:43 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B97B43D4C; Sun, 11 Jun 2006 14:29:43 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from freefall.freebsd.org (alepulver@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BEThIP015854; Sun, 11 Jun 2006 14:29:43 GMT (envelope-from alepulver@freefall.freebsd.org) Received: (from alepulver@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BEThUF015850; Sun, 11 Jun 2006 14:29:43 GMT (envelope-from alepulver) Date: Sun, 11 Jun 2006 14:29:43 GMT From: Alejandro Pulver Message-Id: <200606111429.k5BEThUF015850@freefall.freebsd.org> To: alepulver@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, alepulver@FreeBSD.org Cc: Subject: Re: ports/93576: [NEW PORT] games/quake3-rq3: Quake III Arena Mod: Reaction Quake 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, 11 Jun 2006 14:29:43 -0000 Synopsis: [NEW PORT] games/quake3-rq3: Quake III Arena Mod: Reaction Quake 3 Responsible-Changed-From-To: freebsd-ports-bugs->alepulver Responsible-Changed-By: alepulver Responsible-Changed-When: Sun Jun 11 14:29:01 UTC 2006 Responsible-Changed-Why: I will take this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=93576 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 14:36:56 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC2E16A41B; Sun, 11 Jun 2006 14:36:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D6543D45; Sun, 11 Jun 2006 14:36:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BEatjs017539; Sun, 11 Jun 2006 14:36:55 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BEatkx017535; Sun, 11 Jun 2006 14:36:55 GMT (envelope-from pav) Date: Sun, 11 Jun 2006 14:36:55 GMT From: Pav Lucistnik Message-Id: <200606111436.k5BEatkx017535@freefall.freebsd.org> To: bsdmaniak@daemon-tips.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98812: [UPGRADE] net-p2p/amule to aMule-2.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, 11 Jun 2006 14:36:56 -0000 Synopsis: [UPGRADE] net-p2p/amule to aMule-2.1.2 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Jun 11 14:36:32 UTC 2006 State-Changed-Why: Duplicate of ports/98076, and the patch is incorrect, anyway. http://www.freebsd.org/cgi/query-pr.cgi?pr=98812 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 15:07:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3465916A418; Sun, 11 Jun 2006 15:07:47 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DF843D49; Sun, 11 Jun 2006 15:07:46 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BF7kpw019782; Sun, 11 Jun 2006 15:07:46 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BF7kEx019778; Sun, 11 Jun 2006 15:07:46 GMT (envelope-from vanilla) Date: Sun, 11 Jun 2006 15:07:46 GMT From: "Vanilla I. Shu" Message-Id: <200606111507.k5BF7kEx019778@freefall.freebsd.org> To: zaa@zaa.pp.ru, vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98810: [maintainer update] www/pecl-pecl_http 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: Sun, 11 Jun 2006 15:07:47 -0000 Synopsis: [maintainer update] www/pecl-pecl_http to 1.0.0 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jun 11 15:07:45 UTC 2006 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=98810 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 15:20:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DFE16A41B for ; Sun, 11 Jun 2006 15:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A6E43D4C for ; Sun, 11 Jun 2006 15:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BFKGWe020552 for ; Sun, 11 Jun 2006 15:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BFKGmv020551; Sun, 11 Jun 2006 15:20:16 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 15:20:16 GMT Resent-Message-Id: <200606111520.k5BFKGmv020551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Langille Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0875216A420 for ; Sun, 11 Jun 2006 15:10:34 +0000 (UTC) (envelope-from dan@xeon.unixathome.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC7E43D49 for ; Sun, 11 Jun 2006 15:10:33 +0000 (GMT) (envelope-from dan@xeon.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id EAEEE56483 for ; Sun, 11 Jun 2006 08:10:30 -0700 (PDT) Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e3nvqMgNL-XQ for ; Sun, 11 Jun 2006 08:10:29 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by havoc.unixathome.org (Postfix) with ESMTP id DF05D56482 for ; Sun, 11 Jun 2006 08:10:28 -0700 (PDT) Received: from xeon.unixathome.org (unknown [10.55.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 53969B822 for ; Sun, 11 Jun 2006 11:10:27 -0400 (EDT) Received: by xeon.unixathome.org (Postfix, from userid 1000) id BC3EB3E87; Sun, 11 Jun 2006 11:10:27 -0400 (EDT) Message-Id: <20060611151027.BC3EB3E87@xeon.unixathome.org> Date: Sun, 11 Jun 2006 11:10:27 -0400 (EDT) From: Dan Langille To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dan Langille Subject: ports/98814: [MAINTAINER-UPDATE] sysutils/bacula-server-devel upgrade to latest beta version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Langille List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:20:19 -0000 >Number: 98814 >Category: ports >Synopsis: [MAINTAINER-UPDATE] sysutils/bacula-server-devel upgrade to latest beta version >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 Jun 11 15:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.9-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386 >Description: >How-To-Repeat: >Fix: - Upgrade to 1.38.10-beta2-20060608 Details: 1 - change distversion to point at latest beta 2 - process pkg-message via SUB_FILES 3 - change $PREFIX to ${PREFIX} because $P does not exist. ;) 4 - update distinfo for latest release 5 - create files/pkg-message.in 6 - remove pkg-message --- bacula.server.devel.patch begins here --- diff -ruN /usr/ports/sysutils/bacula-server-devel/Makefile bacula-server-devel/Makefile --- /usr/ports/sysutils/bacula-server-devel/Makefile Sun Jun 11 10:21:49 2006 +++ bacula-server-devel/Makefile Sun Jun 11 11:04:30 2006 @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 1.38.10-beta1-20060606 +DISTVERSION= 1.38.10-beta2-20060608 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula @@ -21,6 +21,9 @@ USE_RC_SUBR?= bacula-dir.sh bacula-sd.sh +SUB_FILES= pkg-message + + # The user/group IDs below are registered, see # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID # @@ -339,14 +342,16 @@ @${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary" @${ECHO_MSG} "to configure/compile a new kernel!" @${ECHO_MSG} "" - @${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for" + @${ECHO_MSG} "Look at ${PREFIX}/share/bacula/update_bacula_tables for" @${ECHO_MSG} "database update procedure. Details can be found in the" @${ECHO_MSG} "ReleaseNotes" .endif @${ECHO_MSG} "*********************************************************************" + .if !defined(WITH_CLIENT_ONLY) - ${CAT} pkg-message + ${CAT} ${PKGMESSAGE} .endif + .include diff -ruN /usr/ports/sysutils/bacula-server-devel/distinfo bacula-server-devel/distinfo --- /usr/ports/sysutils/bacula-server-devel/distinfo Sun Jun 11 10:21:49 2006 +++ bacula-server-devel/distinfo Sun Jun 11 10:24:31 2006 @@ -1,3 +1,3 @@ -MD5 (bacula-1.38.10-beta1-20060606.tar.gz) = 2b13e72f29b7e266ffc20df53845752c -SHA256 (bacula-1.38.10-beta1-20060606.tar.gz) = cf0edbdbf48ce57890d1e29987b6055e11517ed84af9cc8b9278f1114929c086 -SIZE (bacula-1.38.10-beta1-20060606.tar.gz) = 2071197 +MD5 (bacula-1.38.10-beta2-20060608.tar.gz) = 7da921d00e25702e8153b50d39a70d32 +SHA256 (bacula-1.38.10-beta2-20060608.tar.gz) = 5929eb19965efd0cafbf3265129be6f6f354a5163226c179c45d7ef6f32f1468 +SIZE (bacula-1.38.10-beta2-20060608.tar.gz) = 2071828 diff -ruN /usr/ports/sysutils/bacula-server-devel/files/patch-src-lib-jcr.c bacula-server-devel/files/patch-src-lib-jcr.c --- /usr/ports/sysutils/bacula-server-devel/files/patch-src-lib-jcr.c Wed Mar 22 10:43:26 2006 +++ bacula-server-devel/files/patch-src-lib-jcr.c Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ ---- src/lib/jcr.c.org 14 Mar 2006 21:41:41 -0000 1.75.2.6 -+++ src/lib/jcr.c 21 Mar 2006 11:33:43 -0000 1.75.2.7 -@@ -229,8 +229,8 @@ - jcr->job_end_push.init(1, false); - jcr->sched_time = time(NULL); - jcr->daemon_free_jcr = daemon_free_jcr; /* plug daemon free routine */ -- jcr->inc_use_count(); - jcr->init_mutex(); -+ jcr->inc_use_count(); - jcr->JobStatus = JS_Created; /* ready to run */ - jcr->VolumeName = get_pool_memory(PM_FNAME); - jcr->VolumeName[0] = 0; diff -ruN /usr/ports/sysutils/bacula-server-devel/files/pkg-message.in bacula-server-devel/files/pkg-message.in --- /usr/ports/sysutils/bacula-server-devel/files/pkg-message.in Wed Dec 31 19:00:00 1969 +++ bacula-server-devel/files/pkg-message.in Sun Jun 11 11:00:20 2006 @@ -0,0 +1,17 @@ +################################################################################ + Please read the file + + %%DOCSDIR%%/ReleaseNotes + + for the upgrade procedure! + + IF YOU IGNORE THIS you may !! LOSE DATA !! + + For USB support read the manual. It could be necessary + to configure/compile a new kernel! + + Please note that bacula-server-devel no longer installs the client + and that the documentation could be optional installed with the + client port (see port sysutils/bacula-client-devel)! + +################################################################################ diff -ruN /usr/ports/sysutils/bacula-server-devel/pkg-message bacula-server-devel/pkg-message --- /usr/ports/sysutils/bacula-server-devel/pkg-message Thu Mar 30 16:47:54 2006 +++ bacula-server-devel/pkg-message Wed Dec 31 19:00:00 1969 @@ -1,17 +0,0 @@ -################################################################################ - Please read the file" - - ${DOCSDIR}/ReleaseNotes" - - for the upgrade procedure! - - IF YOU IGNORE THIS you may !! LOSE DATA !! - - For USB support read the manual. It could be necessary - to configure/compile a new kernel! - - Please note that bacula-server-devel no longer installs the client - and that the documentation could be optional installed with the - client port (see port sysutils/bacula-client-devel)! - -################################################################################ diff -ruN /usr/ports/sysutils/bacula-server-devel/pkg-message.in bacula-server-devel/pkg-message.in --- /usr/ports/sysutils/bacula-server-devel/pkg-message.in Wed Dec 31 19:00:00 1969 +++ bacula-server-devel/pkg-message.in Sun Jun 11 11:00:50 2006 @@ -0,0 +1,20 @@ +################################################################################ + Please read this file: + + %%DOCSDIR%%/ReleaseNotes + + for the upgrade procedure! + + IF YOU IGNORE THIS you may !! LOSE DATA !! + + WARNING: That file also contains important information regarding + Windows FD, blackslashes in FileSets, and Scratch Pools. + + For USB support read the manual. It may be necessary + to configure/compile a new kernel. + + Please note that bacula-server no longer installs the client + and that the documentation can be optionally installed with the + client port (sysutils/bacula-client). + +################################################################################ --- bacula.server.devel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 15:50:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0286B16A41A for ; Sun, 11 Jun 2006 15:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E60543D55 for ; Sun, 11 Jun 2006 15:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BFoBjM023374 for ; Sun, 11 Jun 2006 15:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BFoBDA023373; Sun, 11 Jun 2006 15:50:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 15:50:11 GMT Resent-Message-Id: <200606111550.k5BFoBDA023373@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, hideo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ABA616A41F for ; Sun, 11 Jun 2006 15:47:23 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2061043D45 for ; Sun, 11 Jun 2006 15:47:23 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id E311133C20; Sun, 11 Jun 2006 09:47:20 -0600 (MDT) Message-Id: <20060611154720.E311133C20@darwin.lastamericanempire.com> Date: Sun, 11 Jun 2006 09:47:20 -0600 (MDT) From: hideo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98817: [maintainer update] databases/p5-Rose-DB => 0.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hideo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:50:14 -0000 >Number: 98817 >Category: ports >Synopsis: [maintainer update] databases/p5-Rose-DB => 0.70 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 15:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 6 14:10:58 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Update databases/p5-Rose-DB from version 0.673 to 0.70. Bump PORTEPOCH. >How-To-Repeat: >Fix: --- p5-RDB-0.70 begins here --- diff -ruN /usr/ports/databases/p5-Rose-DB/Makefile p5-Rose-DB/Makefile --- /usr/ports/databases/p5-Rose-DB/Makefile Sat Jun 10 04:46:49 2006 +++ p5-Rose-DB/Makefile Sun Jun 11 09:19:57 2006 @@ -6,7 +6,8 @@ # PORTNAME= Rose-DB -PORTVERSION= 0.673 +PORTVERSION= 0.70 +PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Rose diff -ruN /usr/ports/databases/p5-Rose-DB/distinfo p5-Rose-DB/distinfo --- /usr/ports/databases/p5-Rose-DB/distinfo Sat Jun 10 04:46:49 2006 +++ p5-Rose-DB/distinfo Sun Jun 11 09:20:25 2006 @@ -1,3 +1,3 @@ -MD5 (Rose-DB-0.673.tar.gz) = 910625bc6cfff0ed6b82ec3fa2f46e78 -SHA256 (Rose-DB-0.673.tar.gz) = c0d514688fce23b487d1d8ade14ffc33b98c54404b2cb39f80023d1c184c33e6 -SIZE (Rose-DB-0.673.tar.gz) = 65478 +MD5 (Rose-DB-0.70.tar.gz) = 180975fe1517d0464f1e3ac7e1f491f8 +SHA256 (Rose-DB-0.70.tar.gz) = 261c959c7615321c19e5628bba554d8e19439e5dd4bad7e5cdcf1d7b12be0f60 +SIZE (Rose-DB-0.70.tar.gz) = 72567 --- p5-RDB-0.70 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 15:50:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7147516A420 for ; Sun, 11 Jun 2006 15:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC37843D5C for ; Sun, 11 Jun 2006 15:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BFoCf1023387 for ; Sun, 11 Jun 2006 15:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BFoCVV023386; Sun, 11 Jun 2006 15:50:12 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 15:50:12 GMT Resent-Message-Id: <200606111550.k5BFoCVV023386@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, hideo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327C116A41A for ; Sun, 11 Jun 2006 15:49:09 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF5743D45 for ; Sun, 11 Jun 2006 15:49:08 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id F113133C22; Sun, 11 Jun 2006 09:49:08 -0600 (MDT) Message-Id: <20060611154908.F113133C22@darwin.lastamericanempire.com> Date: Sun, 11 Jun 2006 09:49:08 -0600 (MDT) From: hideo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98818: [maintainer update] databases/p5-Rose-DB-Object to 0.73 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hideo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:50:14 -0000 >Number: 98818 >Category: ports >Synopsis: [maintainer update] databases/p5-Rose-DB-Object to 0.73 >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 Jun 11 15:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 6 14:10:58 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Update databases/p5-Rose-DB-Object from version 0.727 to 0.73. Bump PORTEPOCH. >How-To-Repeat: >Fix: --- p5-RDBO-0.73 begins here --- diff -ruN /usr/ports/databases/p5-Rose-DB-Object/Makefile p5-Rose-DB-Object/Makefile --- /usr/ports/databases/p5-Rose-DB-Object/Makefile Sat Jun 10 04:47:38 2006 +++ p5-Rose-DB-Object/Makefile Sun Jun 11 09:25:11 2006 @@ -6,7 +6,8 @@ # PORTNAME= Rose-DB-Object -PORTVERSION= 0.727 +PORTVERSION= 0.73 +PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Rose diff -ruN /usr/ports/databases/p5-Rose-DB-Object/distinfo p5-Rose-DB-Object/distinfo --- /usr/ports/databases/p5-Rose-DB-Object/distinfo Sat Jun 10 04:47:38 2006 +++ p5-Rose-DB-Object/distinfo Sun Jun 11 09:25:23 2006 @@ -1,3 +1,3 @@ -MD5 (Rose-DB-Object-0.727.tar.gz) = ebd0b299ebd429ad22e98d8adf371c33 -SHA256 (Rose-DB-Object-0.727.tar.gz) = 26ece59737a52817cc9d5666d26fa46a069ae80b70acb0eb4cb412c5a77df01e -SIZE (Rose-DB-Object-0.727.tar.gz) = 397567 +MD5 (Rose-DB-Object-0.73.tar.gz) = 83b04b54e7ea5500d2e1303854398642 +SHA256 (Rose-DB-Object-0.73.tar.gz) = 9a975a83c847df8d5eced5ae23baf0a10a0393a7a385db55e7e518af51fa4928 +SIZE (Rose-DB-Object-0.73.tar.gz) = 416140 --- p5-RDBO-0.73 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 15:50:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC3E16A41A for ; Sun, 11 Jun 2006 15:50:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A3543D4C for ; Sun, 11 Jun 2006 15:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BFoB3Z023320 for ; Sun, 11 Jun 2006 15:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BFoBTj023319; Sun, 11 Jun 2006 15:50:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 15:50:11 GMT Resent-Message-Id: <200606111550.k5BFoBTj023319@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Langille Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F1A16A478; Sun, 11 Jun 2006 15:45:34 +0000 (UTC) (envelope-from dan@xeon.unixathome.org) Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7F043D55; Sun, 11 Jun 2006 15:45:33 +0000 (GMT) (envelope-from dan@xeon.unixathome.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 20C4CC39B; Sun, 11 Jun 2006 11:46:32 -0400 (EDT) Received: from m21.unixathome.org ([205.150.199.217]) by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024) with ESMTP id 17889-01; Sun, 11 Jun 2006 11:46:27 -0400 (EDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id 2E2ABC36D; Sun, 11 Jun 2006 11:46:26 -0400 (EDT) Received: from xeon.unixathome.org (unknown [10.55.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 0B0AFB822; Sun, 11 Jun 2006 11:45:27 -0400 (EDT) Received: by xeon.unixathome.org (Postfix, from userid 1000) id 671523E87; Sun, 11 Jun 2006 11:45:27 -0400 (EDT) Message-Id: <20060611154527.671523E87@xeon.unixathome.org> Date: Sun, 11 Jun 2006 11:45:27 -0400 (EDT) From: Dan Langille To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dan Langille , jmelo@FreeBSD.org Subject: ports/98816: benchmarks/siege - update homepage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Langille List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 15:50:18 -0000 >Number: 98816 >Category: ports >Synopsis: benchmarks/siege - update homepage >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 Jun 11 15:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.9-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386 >Description: >How-To-Repeat: >Fix: I noticed that the home page for benchmarks/siege has changed. Update it. --- siege.patch begins here --- diff -ruN /usr/ports/benchmarks/siege/pkg-descr siege/pkg-descr --- /usr/ports/benchmarks/siege/pkg-descr Fri Jun 8 00:18:55 2001 +++ siege/pkg-descr Sun Jun 11 11:41:27 2006 @@ -4,4 +4,4 @@ lets the user hit a web server with a configurable number of concurrent simulated users. -WWW: http://www.joedog.org/siege/ +WWW: http://www.joedog.org/JoeDog/Siege --- siege.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 15:52:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4265616A418; Sun, 11 Jun 2006 15:52:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F300A43D45; Sun, 11 Jun 2006 15:52:20 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BFqKEL023567; Sun, 11 Jun 2006 15:52:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BFqKhw023563; Sun, 11 Jun 2006 15:52:20 GMT (envelope-from edwin) Date: Sun, 11 Jun 2006 15:52:20 GMT From: Edwin Groothuis Message-Id: <200606111552.k5BFqKhw023563@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org Cc: Subject: Re: ports/98816: benchmarks/siege - update homepage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 15:52:21 -0000 Synopsis: benchmarks/siege - update homepage Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 11 15:52:20 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=98816 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:00:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D84116A41B for ; Sun, 11 Jun 2006 16:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77A743D97 for ; Sun, 11 Jun 2006 16:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BG0ZLh024139 for ; Sun, 11 Jun 2006 16:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BG0ZGQ024138; Sun, 11 Jun 2006 16:00:35 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:00:35 GMT Resent-Message-Id: <200606111600.k5BG0ZGQ024138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, hideo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C297B16A418 for ; Sun, 11 Jun 2006 15:50:40 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A3C43D5F for ; Sun, 11 Jun 2006 15:50:39 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id EB03433C3A; Sun, 11 Jun 2006 09:50:39 -0600 (MDT) Message-Id: <20060611155039.EB03433C3A@darwin.lastamericanempire.com> Date: Sun, 11 Jun 2006 09:50:39 -0600 (MDT) From: hideo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98819: [maintainer update] Update devel/p5-Rose-DateTime to 0.53 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hideo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:00:47 -0000 >Number: 98819 >Category: ports >Synopsis: [maintainer update] Update devel/p5-Rose-DateTime to 0.53 >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 Jun 11 16:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 6 14:10:58 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Update devel/p5-Rose-DateTime from version 0.522 to 0.53. Bump PORTEPOCH. >How-To-Repeat: >Fix: --- p5-RDT-0.53 begins here --- diff -ruN /usr/ports/devel/p5-Rose-DateTime/Makefile p5-Rose-DateTime/Makefile --- /usr/ports/devel/p5-Rose-DateTime/Makefile Sat Jun 10 04:46:05 2006 +++ p5-Rose-DateTime/Makefile Sun Jun 11 09:14:56 2006 @@ -6,7 +6,8 @@ # PORTNAME= Rose-DateTime -PORTVERSION= 0.522 +PORTVERSION= 0.53 +PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Rose diff -ruN /usr/ports/devel/p5-Rose-DateTime/distinfo p5-Rose-DateTime/distinfo --- /usr/ports/devel/p5-Rose-DateTime/distinfo Sat Jun 10 04:46:06 2006 +++ p5-Rose-DateTime/distinfo Sun Jun 11 09:12:14 2006 @@ -1,3 +1,3 @@ -MD5 (Rose-DateTime-0.522.tar.gz) = e8851302933f0f74178d7fa85d9654fb -SHA256 (Rose-DateTime-0.522.tar.gz) = a285667854ce5d9070cc7bc56ad28bad6c146674b6bc7c10265a0402cf06d047 -SIZE (Rose-DateTime-0.522.tar.gz) = 11395 +MD5 (Rose-DateTime-0.53.tar.gz) = 73197511802824724bdc66f5e8291923 +SHA256 (Rose-DateTime-0.53.tar.gz) = c84ecb2fe209a84ba2e34addf0bc979598bf91d6696049d9f313b9570981969a +SIZE (Rose-DateTime-0.53.tar.gz) = 11785 --- p5-RDT-0.53 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:00:49 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AA316A41B for ; Sun, 11 Jun 2006 16:00:49 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A35443D9B for ; Sun, 11 Jun 2006 16:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BG0aOq024184 for ; Sun, 11 Jun 2006 16:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BG0ZZ3024171; Sun, 11 Jun 2006 16:00:36 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:00:36 GMT Resent-Message-Id: <200606111600.k5BG0ZZ3024171@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erwin Lansing Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6704316A473 for ; Sun, 11 Jun 2006 15:54:52 +0000 (UTC) (envelope-from erwin@bamse.staff.tdk.net) Received: from bamse.staff.tdk.net (tdk.net [194.239.134.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id E176443D48 for ; Sun, 11 Jun 2006 15:54:51 +0000 (GMT) (envelope-from erwin@bamse.staff.tdk.net) Received: from bamse.staff.tdk.net (localhost [127.0.0.1]) by bamse.staff.tdk.net (8.13.6/8.13.4) with ESMTP id k5BFtBXC009948; Sun, 11 Jun 2006 17:55:11 +0200 (CEST) (envelope-from erwin@bamse.staff.tdk.net) Received: (from erwin@localhost) by bamse.staff.tdk.net (8.13.6/8.13.4/Submit) id k5BFtAFC009947; Sun, 11 Jun 2006 17:55:10 +0200 (CEST) (envelope-from erwin) Message-Id: <200606111555.k5BFtAFC009947@bamse.staff.tdk.net> Date: Sun, 11 Jun 2006 17:55:10 +0200 (CEST) From: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rainer.alves@gmail.com Subject: ports/98820: Fix build on 4.x of audio/rawrec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erwin Lansing List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:00:50 -0000 >Number: 98820 >Category: ports >Synopsis: Fix build on 4.x of audio/rawrec >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 Jun 11 16:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD bamse.staff.tdk.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Mon Apr 3 11:10:31 CEST 2006 root@bamse.staff.tdk.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: GCC is spelled GCC, not CGG, so fix this typo in USE_GCC to fix the build on 4.x >How-To-Repeat: >Fix: --- rawrec.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/rawrec/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 20 May 2006 10:18:59 -0000 1.16 +++ Makefile 11 Jun 2006 15:50:49 -0000 @@ -25,7 +25,7 @@ MAKE_ARGS= CC="${CC}" \ CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}" -USE_CGG= 3.3+ +USE_GCC= 3.3+ MAN1= rawrec.1 MLINKS= rawrec.1 rawplay.1 --- rawrec.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:04:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCB516A41F; Sun, 11 Jun 2006 16:04:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF60343D64; Sun, 11 Jun 2006 16:04:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BG4DCC024453; Sun, 11 Jun 2006 16:04:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BG4Ddi024449; Sun, 11 Jun 2006 16:04:13 GMT (envelope-from edwin) Date: Sun, 11 Jun 2006 16:04:13 GMT From: Edwin Groothuis Message-Id: <200606111604.k5BG4Ddi024449@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Cc: Subject: Re: ports/98820: Fix build on 4.x of audio/rawrec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 16:04:15 -0000 Synopsis: Fix build on 4.x of audio/rawrec Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 11 16:04:13 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=98820 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:06:50 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D3B16A41B; Sun, 11 Jun 2006 16:06:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C512143D46; Sun, 11 Jun 2006 16:06:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BG6nJ4024676; Sun, 11 Jun 2006 16:06:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BG6nKJ024672; Sun, 11 Jun 2006 16:06:49 GMT (envelope-from linimon) Date: Sun, 11 Jun 2006 16:06:49 GMT From: Mark Linimon Message-Id: <200606111606.k5BG6nKJ024672@freefall.freebsd.org> To: bsdmaniak@daemon-tips.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98802: [PATCH] upgrade emulators/xmame 0.104 to 0.106 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 16:06:50 -0000 Synopsis: [PATCH] upgrade emulators/xmame 0.104 to 0.106 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Jun 11 16:06:36 UTC 2006 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=98802 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C2316A41B for ; Sun, 11 Jun 2006 16:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B79A543D49 for ; Sun, 11 Jun 2006 16:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGAAWv024733 for ; Sun, 11 Jun 2006 16:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGAANr024732; Sun, 11 Jun 2006 16:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:10 GMT Resent-Message-Id: <200606111610.k5BGAANr024732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACD616A41F for ; Sun, 11 Jun 2006 16:00:47 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta057.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.8]) by mx1.FreeBSD.org (Postfix) with SMTP id B111843D5D for ; Sun, 11 Jun 2006 16:00:40 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010037722.MA63.832FAC0@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:00:37 +0900 Message-Id: <20060612010007.2cfe40a1.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98821: Update port: devel/oniguruma to 2.5.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: Sun, 11 Jun 2006 16:10:15 -0000 >Number: 98821 >Category: ports >Synopsis: Update port: devel/oniguruma to 2.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 2.5.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/oniguruma/Makefile devel/oniguruma/Makefile --- /usr/ports/devel/oniguruma/Makefile Fri May 5 11:07:24 2006 +++ devel/oniguruma/Makefile Sun Jun 11 20:02:31 2006 @@ -6,7 +6,7 @@ # PORTNAME= oniguruma -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.6 CATEGORIES= devel MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ DISTNAME= onigd${PORTVERSION:S/./_/g} @@ -16,6 +16,8 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_GNOME= gnometarget GNU_CONFIGURE= yes #INSTALLS_SHLIB= yes diff -urN /usr/ports/devel/oniguruma/distinfo devel/oniguruma/distinfo --- /usr/ports/devel/oniguruma/distinfo Sun Jan 15 13:39:25 2006 +++ devel/oniguruma/distinfo Sun Jun 11 20:01:57 2006 @@ -1,3 +1,3 @@ -MD5 (ruby/onigd2_5_2.tar.gz) = b1ef40164cf77328ac767d8a6bba75f5 -SHA256 (ruby/onigd2_5_2.tar.gz) = a856c3352e2ee272565842e5b141470f4cdf2759c389cced68df9e36c45f6655 -SIZE (ruby/onigd2_5_2.tar.gz) = 211823 +MD5 (ruby/onigd2_5_6.tar.gz) = b3de8f1445ea90b220cb9c76dc709fb6 +SHA256 (ruby/onigd2_5_6.tar.gz) = e37bf3ee1a0e2e84f86f07b065513a13df2cc57e202f67845e38aa29a7bca15d +SIZE (ruby/onigd2_5_6.tar.gz) = 212610 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB6E16A41A for ; Sun, 11 Jun 2006 16:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FEB43D55 for ; Sun, 11 Jun 2006 16:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGABJe024800 for ; Sun, 11 Jun 2006 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGABQt024799; Sun, 11 Jun 2006 16:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:11 GMT Resent-Message-Id: <200606111610.k5BGABQt024799@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC60616A474 for ; Sun, 11 Jun 2006 16:00:51 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta053.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 26BE043D66 for ; Sun, 11 Jun 2006 16:00:49 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010047610.MA35.8249E08@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:00:47 +0900 Message-Id: <20060612010012.209eabe4.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98823: Update port: games/kbilliards to 0.8.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, 11 Jun 2006 16:10:15 -0000 >Number: 98823 >Category: ports >Synopsis: Update port: games/kbilliards to 0.8.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 Jun 11 16:10:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 0.8.7 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/kbilliards/Makefile games/kbilliards/Makefile --- /usr/ports/games/kbilliards/Makefile Fri Feb 24 00:38:53 2006 +++ games/kbilliards/Makefile Mon Jun 5 13:52:36 2006 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/kbilliards/Makefile,v 1.15 2006/02/23 10:36:38 ade Exp $ PORTNAME= kbilliards -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 CATEGORIES= games kde MASTER_SITES= http://www.hostnotfound.it/kbilliards/ diff -urN /usr/ports/games/kbilliards/distinfo games/kbilliards/distinfo --- /usr/ports/games/kbilliards/distinfo Mon Dec 19 13:49:21 2005 +++ games/kbilliards/distinfo Mon Jun 5 12:05:59 2006 @@ -1,3 +1,3 @@ -MD5 (kbilliards-0.8.6.tar.bz2) = 43f3cff1cf2806128c7b4f6ba195d41f -SHA256 (kbilliards-0.8.6.tar.bz2) = da8abe8da3d72573a1de3aa63ee438d6fda0209025e8ece1d38b67226c33ae6c -SIZE (kbilliards-0.8.6.tar.bz2) = 2015606 +MD5 (kbilliards-0.8.7.tar.bz2) = e84ce7ba32c8e49ce0843e6f119446f4 +SHA256 (kbilliards-0.8.7.tar.bz2) = 0c9cee249ee98909aa8aaf253fff2e1a98afcf08f2325f7e161717137be533ed +SIZE (kbilliards-0.8.7.tar.bz2) = 2066386 diff -urN /usr/ports/games/kbilliards/pkg-plist games/kbilliards/pkg-plist --- /usr/ports/games/kbilliards/pkg-plist Mon Dec 19 13:49:21 2005 +++ games/kbilliards/pkg-plist Mon Jun 5 13:49:38 2006 @@ -37,6 +37,7 @@ share/apps/kbilliards/kbilliardsui.rc share/apps/kbilliards/leftarrow.png share/apps/kbilliards/maps/kbilliards2004.kbm +share/apps/kbilliards/numbers.png share/apps/kbilliards/rightarrow.png share/apps/kbilliards/sound/applause.wav share/apps/kbilliards/sound/ballinhole.wav @@ -49,8 +50,11 @@ share/doc/HTML/en/kbilliards/index.cache.bz2 share/doc/HTML/en/kbilliards/index.docbook share/icons/hicolor/16x16/apps/kbilliards.png +share/icons/hicolor/22x22/apps/kbilliards.png share/icons/hicolor/32x32/apps/kbilliards.png share/icons/hicolor/48x48/apps/kbilliards.png +share/icons/hicolor/64x64/apps/kbilliards.png +share/icons/hicolor/scalable/apps/kbilliards.svgz share/icons/locolor/16x16/apps/kbilliards.png share/icons/locolor/32x32/apps/kbilliards.png share/locale/cs/LC_MESSAGES/kbilliards.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E4A16A473 for ; Sun, 11 Jun 2006 16:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F6B43D5C for ; Sun, 11 Jun 2006 16:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGABXD024813 for ; Sun, 11 Jun 2006 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGABXc024812; Sun, 11 Jun 2006 16:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:11 GMT Resent-Message-Id: <200606111610.k5BGABXc024812@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD40F16A418 for ; Sun, 11 Jun 2006 16:01:19 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta059.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BEBD43D6A for ; Sun, 11 Jun 2006 16:01:13 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010111701.MA82.819F190@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:01:11 +0900 Message-Id: <20060612010019.14d1a365.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98824: Update port: japanese/eb3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 11 Jun 2006 16:10:15 -0000 >Number: 98824 >Category: ports >Synopsis: Update port: japanese/eb3 >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 Jun 11 16:10:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/eb3/Makefile japanese/eb3/Makefile --- /usr/ports/japanese/eb3/Makefile Thu Apr 6 02:08:03 2006 +++ japanese/eb3/Makefile Sun Jun 11 20:31:44 2006 @@ -10,7 +10,7 @@ PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/ + ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-3.3/ DISTFILES= ${EBFILES} \ ${LISTFILES} \ ${APPENDIXFILES} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D11E16A418 for ; Sun, 11 Jun 2006 16:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD2F43D4C for ; Sun, 11 Jun 2006 16:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGAB34024774 for ; Sun, 11 Jun 2006 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGAB5W024769; Sun, 11 Jun 2006 16:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:11 GMT Resent-Message-Id: <200606111610.k5BGAB5W024769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B424816A46F for ; Sun, 11 Jun 2006 16:00:50 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta053.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 1920843D5C for ; Sun, 11 Jun 2006 16:00:45 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010042414.MA24.82C34F8@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:00:42 +0900 Message-Id: <20060612010010.1df88628.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98822: Update port: games/glchess to 0.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 16:10:17 -0000 >Number: 98822 >Category: ports >Synopsis: Update port: games/glchess to 0.9.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 0.9.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/glchess/Makefile games/glchess/Makefile --- /usr/ports/games/glchess/Makefile Thu Apr 20 15:12:50 2006 +++ games/glchess/Makefile Tue May 30 15:33:05 2006 @@ -6,7 +6,7 @@ # PORTNAME= glchess -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,25 +20,34 @@ USE_PYTHON= yes NO_BUILD= yes -PORTDOCS= ChangeLog README TODO - post-patch: -.for file in glchess ui/gtkui/gtkui.py +.for file in src/scene/builtin_models.py src/scene/new_models.py \ + src/scene/opengl.py src/ui/gtkui/dialogs.py src/ui/gtkui/gtkui.py @${REINPLACE_CMD} -e \ - 's|^python |${PYTHON_CMD} |g ; \ - s|/usr/share/games/glchess|${DATADIR}|g' ${WRKSRC}/${file} + 's|/usr/share/games/glchess|${DATADIR}|g' ${WRKSRC}/${file} .endfor +do-configure: + @${ECHO_CMD} -n > ${WRKSRC}/glchess + @${ECHO_CMD} '#!/bin/sh' >> ${WRKSRC}/glchess + @${ECHO_CMD} 'exec ${PYTHON_CMD} ${DATADIR}/glchess.py' >> ${WRKSRC}/glchess + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/glchess ${PREFIX}/bin @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.py ${DATADIR} - @${MKDIR} ${DATADIR}/gui - ${INSTALL_DATA} ${WRKSRC}/ui/gtkui/*.glade ${DATADIR}/gui + ${INSTALL_DATA} ${WRKSRC}/src/*.py ${DATADIR} + @${MKDIR} ${DATADIR}/chess + ${INSTALL_DATA} ${WRKSRC}/src/chess/*.py ${DATADIR}/chess + @${MKDIR} ${DATADIR}/scene + ${INSTALL_DATA} ${WRKSRC}/src/scene/*.py ${DATADIR}/scene @${MKDIR} ${DATADIR}/ui - ${INSTALL_DATA} ${WRKSRC}/ui/*.py ${DATADIR}/ui + ${INSTALL_DATA} ${WRKSRC}/src/ui/*.py ${DATADIR}/ui @${MKDIR} ${DATADIR}/ui/gtkui - ${INSTALL_DATA} ${WRKSRC}/ui/gtkui/*.py ${DATADIR}/ui/gtkui + ${INSTALL_DATA} ${WRKSRC}/src/ui/gtkui/*.py ${DATADIR}/ui/gtkui + @${MKDIR} ${DATADIR}/gui + ${INSTALL_DATA} ${WRKSRC}/src/ui/gtkui/*.glade ${DATADIR}/gui + @${MKDIR} ${DATADIR}/textures + ${INSTALL_DATA} ${WRKSRC}/textures/*.* ${DATADIR}/textures .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ChangeLog README TODO diff -urN /usr/ports/games/glchess/distinfo games/glchess/distinfo --- /usr/ports/games/glchess/distinfo Thu Apr 20 15:12:50 2006 +++ games/glchess/distinfo Tue May 30 04:02:26 2006 @@ -1,3 +1,3 @@ -MD5 (glchess-0.9.0.tar.gz) = d665b86fb7ea3462e2130eb2d0e3d313 -SHA256 (glchess-0.9.0.tar.gz) = 2f48530cd1f42391cf03edfc8af9415db5a44de54ca093fe606617d79fbf0e6b -SIZE (glchess-0.9.0.tar.gz) = 74712 +MD5 (glchess-0.9.3.tar.gz) = c46d0cac759a7a333802f0e01e2afdc7 +SHA256 (glchess-0.9.3.tar.gz) = ced92039b5e35d66cfc971681ee4d13a57c5eda73bfd25d8a429382f8157e7a1 +SIZE (glchess-0.9.3.tar.gz) = 167871 diff -urN /usr/ports/games/glchess/pkg-plist games/glchess/pkg-plist --- /usr/ports/games/glchess/pkg-plist Thu Apr 20 15:12:51 2006 +++ games/glchess/pkg-plist Tue May 30 15:33:45 2006 @@ -1,13 +1,15 @@ bin/glchess +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO %%DATADIR%%/ai.py -%%DATADIR%%/builtin_models.py %%DATADIR%%/cecp.py -%%DATADIR%%/chess_board.py +%%DATADIR%%/chess/__init__.py +%%DATADIR%%/chess/board.py +%%DATADIR%%/chess/pgn.py +%%DATADIR%%/chess/san.py %%DATADIR%%/game.py %%DATADIR%%/glchess.py -%%DATADIR%%/pgn.py -%%DATADIR%%/san.py -%%DATADIR%%/scene.py %%DATADIR%%/gui/chess_view.glade %%DATADIR%%/gui/error_dialog.glade %%DATADIR%%/gui/glchess.glade @@ -17,11 +19,27 @@ %%DATADIR%%/gui/new_game_simple.glade %%DATADIR%%/gui/save_game.glade %%DATADIR%%/gui/splashscreen.glade +%%DATADIR%%/scene/__init__.py +%%DATADIR%%/scene/builtin_models.py +%%DATADIR%%/scene/new_models.py +%%DATADIR%%/scene/opengl.py +%%DATADIR%%/scene/scene.py +%%DATADIR%%/scene/texture.py +%%DATADIR%%/textures/black_board_texture.jpg +%%DATADIR%%/textures/black_piece_texture.jpg +%%DATADIR%%/textures/white_board_texture.jpg +%%DATADIR%%/textures/white_piece_texture.jpg +%%DATADIR%%/textures/wood_43.jpg %%DATADIR%%/ui/__init__.py -%%DATADIR%%/ui/ui.py -%%DATADIR%%/ui/gtkui/gtkui.py %%DATADIR%%/ui/gtkui/__init__.py +%%DATADIR%%/ui/gtkui/dialogs.py +%%DATADIR%%/ui/gtkui/gtkui.py +%%DATADIR%%/ui/ui.py @dirrm %%DATADIR%%/ui/gtkui @dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/textures +@dirrm %%DATADIR%%/scene @dirrm %%DATADIR%%/gui +@dirrm %%DATADIR%%/chess @dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39F2816A473 for ; Sun, 11 Jun 2006 16:10:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 351D143D46 for ; Sun, 11 Jun 2006 16:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGAE1l024847 for ; Sun, 11 Jun 2006 16:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGAEGP024846; Sun, 11 Jun 2006 16:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:14 GMT Resent-Message-Id: <200606111610.k5BGAEGP024846@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EA216A473 for ; Sun, 11 Jun 2006 16:01:24 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta057.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C0D443D7C for ; Sun, 11 Jun 2006 16:01:17 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010115552.MA68.8495930@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:01:15 +0900 Message-Id: <20060612010022.844bb1f8.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98826: Update port: mail/ifile to 1.3.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, 11 Jun 2006 16:10:19 -0000 >Number: 98826 >Category: ports >Synopsis: Update port: mail/ifile to 1.3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 1.3.8 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/ifile/Makefile mail/ifile/Makefile --- /usr/ports/mail/ifile/Makefile Tue Dec 27 13:36:06 2005 +++ mail/ifile/Makefile Sun Jun 11 21:04:15 2006 @@ -6,7 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.8 CATEGORIES= mail textproc MASTER_SITES= http://people.csail.mit.edu/jrennie/ifile/ @@ -17,6 +17,12 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + MAN1= ifile.1 +PLIST_FILES= bin/ifile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ifile ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ifile.1 ${MANPREFIX}/man/man1 .include diff -urN /usr/ports/mail/ifile/distinfo mail/ifile/distinfo --- /usr/ports/mail/ifile/distinfo Tue Dec 27 13:36:06 2005 +++ mail/ifile/distinfo Sun Jun 11 20:47:37 2006 @@ -1,3 +1,3 @@ -MD5 (ifile-1.3.5.tar.gz) = 0f241a669380448e97cba5280252215b -SHA256 (ifile-1.3.5.tar.gz) = 51c805b0c3f2b2a0c7f23dcb1cbb73889c9dbce3e3a7453a89e84a657efa36fd -SIZE (ifile-1.3.5.tar.gz) = 190149 +MD5 (ifile-1.3.8.tar.gz) = 3821843eabae7886d0246d6a1b9b4381 +SHA256 (ifile-1.3.8.tar.gz) = dba20a05228d9085e7fb762f12757ef1e68ceab94169b175e1c577f7f0833714 +SIZE (ifile-1.3.8.tar.gz) = 190558 diff -urN /usr/ports/mail/ifile/pkg-plist mail/ifile/pkg-plist --- /usr/ports/mail/ifile/pkg-plist Mon Jan 6 16:00:34 2003 +++ mail/ifile/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,2 +0,0 @@ -@comment $FreeBSD: ports/mail/ifile/pkg-plist,v 1.3 2003/01/05 22:18:38 petef Exp $ -bin/ifile >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E4716A418 for ; Sun, 11 Jun 2006 16:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E250143D5F for ; Sun, 11 Jun 2006 16:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGAEjN024870 for ; Sun, 11 Jun 2006 16:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGAEh3024869; Sun, 11 Jun 2006 16:10:14 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:14 GMT Resent-Message-Id: <200606111610.k5BGAEh3024869@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378FF16A420 for ; Sun, 11 Jun 2006 16:01:35 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta05f.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 1ED4D43D5C for ; Sun, 11 Jun 2006 16:01:26 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010119641.MAF6.81407F8@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:01:19 +0900 Message-Id: <20060612010025.56238968.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98827: Update port: math/fityk to 0.7.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: Sun, 11 Jun 2006 16:10:20 -0000 >Number: 98827 >Category: ports >Synopsis: Update port: math/fityk to 0.7.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:10:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 0.7.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/fityk/Makefile math/fityk/Makefile --- /usr/ports/math/fityk/Makefile Thu Apr 20 15:14:32 2006 +++ math/fityk/Makefile Thu Jun 1 13:55:35 2006 @@ -7,7 +7,7 @@ # PORTNAME= fityk -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/math/fityk/distinfo math/fityk/distinfo --- /usr/ports/math/fityk/distinfo Thu Apr 20 15:14:32 2006 +++ math/fityk/distinfo Thu Jun 1 16:11:19 2006 @@ -1,3 +1,3 @@ -MD5 (fityk-0.7.3.tar.bz2) = 6bba97daeb6a69a16ff9e9811b8ebb15 -SHA256 (fityk-0.7.3.tar.bz2) = 9b1fc4fbc181b02e117c81b517425f5f212737f983cb21719c9de24c4fdade46 -SIZE (fityk-0.7.3.tar.bz2) = 971507 +MD5 (fityk-0.7.4.tar.bz2) = 4424655063ec577d9c6f0914c185dfce +SHA256 (fityk-0.7.4.tar.bz2) = 8c22fee225c9ebaf3c33bc28322cd924b6912719d9369cac6a2fb67235329f5f +SIZE (fityk-0.7.4.tar.bz2) = 1036838 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FBF16A41B for ; Sun, 11 Jun 2006 16:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F3643D66 for ; Sun, 11 Jun 2006 16:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGAGjv024912 for ; Sun, 11 Jun 2006 16:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGAGtu024911; Sun, 11 Jun 2006 16:10:16 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:16 GMT Resent-Message-Id: <200606111610.k5BGAGtu024911@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0963716A474 for ; Sun, 11 Jun 2006 16:02:09 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta057.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 641AC43D5D for ; Sun, 11 Jun 2006 16:01:58 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010133274.MA71.82CB928@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:01:33 +0900 Message-Id: <20060612010032.89c425f8.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:32 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98830: Update port: x11-wm/obconf to 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: Sun, 11 Jun 2006 16:10:21 -0000 >Number: 98830 >Category: ports >Synopsis: Update port: x11-wm/obconf to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 1.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/obconf/Makefile x11-wm/obconf/Makefile --- /usr/ports/x11-wm/obconf/Makefile Fri Feb 17 01:57:27 2006 +++ x11-wm/obconf/Makefile Sun Jun 11 15:03:01 2006 @@ -6,52 +6,42 @@ # PORTNAME= obconf -PORTVERSION= 1.5 -PORTREVISION= 5 +PORTVERSION= 1.6 CATEGORIES= x11-wm -MASTER_SITES= http://icculus.org/openbox/obconf/ +MASTER_SITES= http://tr.openmonkey.com/files/obconf/ MAINTAINER= ports@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager -BUILD_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ + obparser.2:${PORTSDIR}/x11-wm/openbox -CONFIGURE_ARGS= --datadir=${PREFIX}/share/openbox --prefix=${PREFIX} \ - --sysconfdir=${PREFIX}/etc/openbox -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -export-dynamic" -DOCS= ABOUT-NLS AUTHORS COPYING README TODO +USE_X_PREFIX= yes +USE_GNOME= gnomehier gnometarget libglade2 +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openbox + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +PORTDOCS= ABOUT-NLS AUTHORS README TODO +PLIST_FILES= bin/obconf \ + share/applications/obconf.desktop \ + %%DATADIR%%/obconf.glade +PLIST_DIRS= %%DATADIR%% PLIST= ${WRKDIR}/pkg-plist -USE_GMAKE= yes -USE_GNOME= gtk20 libglade2 -USE_X_PREFIX= yes pre-install: - ${ECHO_CMD} bin/obconf > ${PLIST} - ${ECHO_CMD} share/openbox/applications/obconf.desktop >> ${PLIST} - ${ECHO_CMD} share/openbox/obconf/obconf.glade >> ${PLIST} -.if !defined(NOPORTDOCS) -.for ii in ${DOCS} - ${ECHO_CMD} share/openbox/obconf/${ii} >> ${PLIST} -.endfor -.endif -.for ii in share/openbox/applications share/openbox/obconf - ${ECHO_CMD} @dirrm ${ii} >> ${PLIST} -.endfor + @${ECHO_CMD} "@dirrmtry shara/applications" > ${PLIST} -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/obconf ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/openbox/applications \ - ${PREFIX}/share/openbox/obconf +post-install: .if !defined(NOPORTDOCS) -.for ii in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${ii} ${PREFIX}/share/openbox/obconf + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif - ${INSTALL_DATA} ${WRKSRC}/obconf.desktop \ - ${PREFIX}/share/openbox/applications - ${INSTALL_DATA} ${WRKSRC}/src/obconf.glade \ - ${PREFIX}/share/openbox/obconf .include diff -urN /usr/ports/x11-wm/obconf/distinfo x11-wm/obconf/distinfo --- /usr/ports/x11-wm/obconf/distinfo Sun Jan 8 15:14:48 2006 +++ x11-wm/obconf/distinfo Sun Jun 11 14:19:40 2006 @@ -1,3 +1,3 @@ -MD5 (obconf-1.5.tar.gz) = a0f0e14db3d889bd67f98f1c00b4a9f7 -SHA256 (obconf-1.5.tar.gz) = d04d6f691d13f399df3f8b6c5c8227e81270f199b821fc9d624857abb9d0a0f4 -SIZE (obconf-1.5.tar.gz) = 163007 +MD5 (obconf-1.6.tar.gz) = aaf62498b11d52dfce7a0b6060867a19 +SHA256 (obconf-1.6.tar.gz) = b491a3dd38185e187a61fef86a3382af684e6bd4fbf07b1704cfc9b0c7579a4b +SIZE (obconf-1.6.tar.gz) = 166214 diff -urN /usr/ports/x11-wm/obconf/pkg-descr x11-wm/obconf/pkg-descr --- /usr/ports/x11-wm/obconf/pkg-descr Tue Oct 14 14:44:27 2003 +++ x11-wm/obconf/pkg-descr Sun Jun 11 14:16:08 2006 @@ -1,3 +1,3 @@ ObConf is a utility for configuring the Openbox window manager. -WWW: http://icculus.org/openbox/obconf/ +WWW: http://tr.openmonkey.com/pages/obconf/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 11 16:10:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2427F16A41F for ; Sun, 11 Jun 2006 16:10:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A022243D53 for ; Sun, 11 Jun 2006 16:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5BGADdQ024826 for ; Sun, 11 Jun 2006 16:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5BGADmk024825; Sun, 11 Jun 2006 16:10:13 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jun 2006 16:10:13 GMT Resent-Message-Id: <200606111610.k5BGADmk024825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21AD16A41F for ; Sun, 11 Jun 2006 16:01:21 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta053.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.4]) by mx1.FreeBSD.org (Postfix) with SMTP id EE14843D67 for ; Sun, 11 Jun 2006 16:01:10 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.223]) by nm05mta.dion.ne.jp id <20060612010051998.MA20.8091320@nm05mta.dion.ne.jp>; Mon, 12 Jun 2006 01:00:51 +0900 Message-Id: <20060612010016.df00bf17.tkato432@yahoo.com> Date: Mon, 12 Jun 2006 01:00:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/98825: Update port: graphics/plotutils 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: Sun, 11 Jun 2006 16:10:21 -0000 >Number: 98825 >Category: ports >Synopsis: Update port: graphics/plotutils to 2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 11 16:10:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p18 i386 >Organization: >Environment: >Description: - Update to version 2.5 Remove file: files/patch-include_plotter.h files/patch-libplot_a__defplot.c files/patch-libplot_b__defplot.c files/patch-libplot_c__defplot.c files/patch-libplot_f__defplot.c files/patch-libplot_g__defplot.c files/patch-libplot_g__write.c files/patch-libplot_h__defplot.c files/patch-libplot_i__defplot.c files/patch-libplot_i__rle.c files/patch-libplot_i__rle.h files/patch-libplot_m__defplot.c files/patch-libplot_m__emit.c files/patch-libplot_n__defplot.c files/patch-libplot_n__write.c files/patch-libplot_p__defplot.c files/patch-libplot_r__defplot.c files/patch-libplot_s__defplot.c files/patch-libplot_t__defplot.c files/patch-libplot_x__defplot.c files/patch-libplot_y__defplot.c files/patch-libplot_z__defplot.c files/patch-libplot_z__write.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/plotutils/Makefile graphics/plotutils/Makefile --- /usr/ports/graphics/plotutils/Makefile Mon May 8 16:18:32 2006 +++ graphics/plotutils/Makefile Sun Jun 11 22:15:45 2006 @@ -6,8 +6,7 @@ # PORTNAME= plotutils -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,21 +16,17 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_GNOME= gnometarget USE_MOTIF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - MOTIFLIB="${MOTIFLIB}" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif INSTALLS_SHLIB= yes MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 +INFO= libxmi plotutils -INFO= libxmi plotutils - -pre-patch: - @${REINPLACE_CMD} -e 's|-lXm |\$$\{MOTIFLIB\} |g ; \ - s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include diff -urN /usr/ports/graphics/plotutils/distinfo graphics/plotutils/distinfo --- /usr/ports/graphics/plotutils/distinfo Sat Nov 26 19:25:23 2005 +++ graphics/plotutils/distinfo Sun Jun 11 22:15:20 2006 @@ -1,3 +1,3 @@ -MD5 (plotutils-2.4.1.tar.gz) = 8da2cc2ed5a837cad0753c7843ef18ee -SHA256 (plotutils-2.4.1.tar.gz) = 117638fb606a2ab56147f7e72bc872f6a65eee492ff2430e1f9d614acae50668 -SIZE (plotutils-2.4.1.tar.gz) = 3316030 +MD5 (plotutils-2.5.tar.gz) = 0d6855cce17832afe2ff75c26a57be49 +SHA256 (plotutils-2.5.tar.gz) = b402546feb34f6762faf26aa7c621c6261f79d2eb4d9a2b26824855203c26826 +SIZE (plotutils-2.5.tar.gz) = 3686955 diff -urN /usr/ports/graphics/plotutils/files/patch-include_plotter.h graphics/plotutils/files/patch-include_plotter.h --- /usr/ports/graphics/plotutils/files/patch-include_plotter.h Sun Aug 10 15:34:37 2003 +++ graphics/plotutils/files/patch-include_plotter.h Thu Jan 1 09:00:00 1970 @@ -1,353 +0,0 @@ - -$FreeBSD: ports/graphics/plotutils/files/patch-include_plotter.h,v 1.1 2003/08/10 06:34:37 krion Exp $ - ---- include/plotter.h.orig Wed Jun 28 06:21:36 2000 -+++ include/plotter.h Thu Aug 7 11:48:12 2003 -@@ -58,8 +58,8 @@ - /* Include iostream, stdio support if this is libplotter rather than - libplot. */ - #ifndef NOT_LIBPLOTTER --#include --#include -+#include -+#include - #endif - - /* THE GLOBAL VARIABLES IN GNU LIBPLOTTER */ -@@ -680,9 +680,9 @@ - FILE *outfp; /* stdio-style output stream if any */ - FILE *errfp; /* stdio-style error stream if any */ - #ifndef NOT_LIBPLOTTER -- istream *instream; /* C++-style input stream if any */ -- ostream *outstream; /* C++-style output stream if any */ -- ostream *errstream; /* C++-style error stream if any */ -+ std::istream *instream; /* C++-style input stream if any */ -+ std::ostream *outstream; /* C++-style output stream if any */ -+ std::ostream *errstream; /* C++-style error stream if any */ - #endif /* not NOT_LIBPLOTTER */ - - /* device driver parameters (i.e., instance copies of class variables) */ -@@ -898,14 +898,15 @@ - /* PLOTTER CTORS (old-style, not thread-safe) */ - Plotter (FILE *infile, FILE *outfile, FILE *errfile); - Plotter (FILE *outfile); -- Plotter (istream& in, ostream& out, ostream& err); -- Plotter (ostream& out); -+ Plotter (std::istream& in, std::ostream& out, std::ostream& err); -+ Plotter (std::ostream& out); - Plotter (); - /* PLOTTER CTORS (new-style, thread-safe) */ - Plotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - Plotter (FILE *outfile, PlotterParams ¶ms); -- Plotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- Plotter (ostream& out, PlotterParams ¶ms); -+ Plotter (std::istream& in, std::ostream& out, std::ostream& err, -+ PlotterParams ¶ms); -+ Plotter (std::ostream& out, PlotterParams ¶ms); - Plotter (PlotterParams ¶ms); - /* PLOTTER DTOR */ - virtual ~Plotter (); -@@ -1487,14 +1488,14 @@ - /* ctors (old-style, not thread-safe) */ - MetaPlotter (FILE *infile, FILE *outfile, FILE *errfile); - MetaPlotter (FILE *outfile); -- MetaPlotter (istream& in, ostream& out, ostream& err); -- MetaPlotter (ostream& out); -+ MetaPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ MetaPlotter (std::ostream& out); - MetaPlotter (); - /* ctors (new-style, thread-safe) */ - MetaPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - MetaPlotter (FILE *outfile, PlotterParams ¶ms); -- MetaPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- MetaPlotter (ostream& out, PlotterParams ¶ms); -+ MetaPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ MetaPlotter (std::ostream& out, PlotterParams ¶ms); - MetaPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~MetaPlotter (); -@@ -1566,14 +1567,14 @@ - /* ctors (old-style, not thread-safe) */ - BitmapPlotter (FILE *infile, FILE *outfile, FILE *errfile); - BitmapPlotter (FILE *outfile); -- BitmapPlotter (istream& in, ostream& out, ostream& err); -- BitmapPlotter (ostream& out); -+ BitmapPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ BitmapPlotter (std::ostream& out); - BitmapPlotter (); - /* ctors (new-style, thread-safe) */ - BitmapPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - BitmapPlotter (FILE *outfile, PlotterParams ¶ms); -- BitmapPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- BitmapPlotter (ostream& out, PlotterParams ¶ms); -+ BitmapPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ BitmapPlotter (std::ostream& out, PlotterParams ¶ms); - BitmapPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~BitmapPlotter (); -@@ -1613,14 +1614,14 @@ - /* ctors (old-style, not thread-safe) */ - TekPlotter (FILE *infile, FILE *outfile, FILE *errfile); - TekPlotter (FILE *outfile); -- TekPlotter (istream& in, ostream& out, ostream& err); -- TekPlotter (ostream& out); -+ TekPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ TekPlotter (std::ostream& out); - TekPlotter (); - /* ctors (new-style, thread-safe) */ - TekPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - TekPlotter (FILE *outfile, PlotterParams ¶ms); -- TekPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- TekPlotter (ostream& out, PlotterParams ¶ms); -+ TekPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ TekPlotter (std::ostream& out, PlotterParams ¶ms); - TekPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~TekPlotter (); -@@ -1665,14 +1666,14 @@ - /* ctors (old-style, not thread-safe) */ - ReGISPlotter (FILE *infile, FILE *outfile, FILE *errfile); - ReGISPlotter (FILE *outfile); -- ReGISPlotter (istream& in, ostream& out, ostream& err); -- ReGISPlotter (ostream& out); -+ ReGISPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ ReGISPlotter (std::ostream& out); - ReGISPlotter (); - /* ctors (new-style, thread-safe) */ - ReGISPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - ReGISPlotter (FILE *outfile, PlotterParams ¶ms); -- ReGISPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- ReGISPlotter (ostream& out, PlotterParams ¶ms); -+ ReGISPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ ReGISPlotter (std::ostream& out, PlotterParams ¶ms); - ReGISPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~ReGISPlotter (); -@@ -1716,14 +1717,14 @@ - /* ctors (old-style, not thread-safe) */ - HPGLPlotter (FILE *infile, FILE *outfile, FILE *errfile); - HPGLPlotter (FILE *outfile); -- HPGLPlotter (istream& in, ostream& out, ostream& err); -- HPGLPlotter (ostream& out); -+ HPGLPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ HPGLPlotter (std::ostream& out); - HPGLPlotter (); - /* ctors (new-style, thread-safe) */ - HPGLPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - HPGLPlotter (FILE *outfile, PlotterParams ¶ms); -- HPGLPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- HPGLPlotter (ostream& out, PlotterParams ¶ms); -+ HPGLPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ HPGLPlotter (std::ostream& out, PlotterParams ¶ms); - HPGLPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~HPGLPlotter (); -@@ -1812,14 +1813,14 @@ - /* ctors (old-style, not thread-safe) */ - PCLPlotter (FILE *infile, FILE *outfile, FILE *errfile); - PCLPlotter (FILE *outfile); -- PCLPlotter (istream& in, ostream& out, ostream& err); -- PCLPlotter (ostream& out); -+ PCLPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ PCLPlotter (std::ostream& out); - PCLPlotter (); - /* ctors (new-style, thread-safe) */ - PCLPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - PCLPlotter (FILE *outfile, PlotterParams ¶ms); -- PCLPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- PCLPlotter (ostream& out, PlotterParams ¶ms); -+ PCLPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ PCLPlotter (std::ostream& out, PlotterParams ¶ms); - PCLPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~PCLPlotter (); -@@ -1843,14 +1844,14 @@ - /* ctors (old-style, not thread-safe) */ - FigPlotter (FILE *infile, FILE *outfile, FILE *errfile); - FigPlotter (FILE *outfile); -- FigPlotter (istream& in, ostream& out, ostream& err); -- FigPlotter (ostream& out); -+ FigPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ FigPlotter (std::ostream& out); - FigPlotter (); - /* ctors (new-style, thread-safe) */ - FigPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - FigPlotter (FILE *outfile, PlotterParams ¶ms); -- FigPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- FigPlotter (ostream& out, PlotterParams ¶ms); -+ FigPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ FigPlotter (std::ostream& out, PlotterParams ¶ms); - FigPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~FigPlotter (); -@@ -1893,14 +1894,14 @@ - /* ctors (old-style, not thread-safe) */ - CGMPlotter (FILE *infile, FILE *outfile, FILE *errfile); - CGMPlotter (FILE *outfile); -- CGMPlotter (istream& in, ostream& out, ostream& err); -- CGMPlotter (ostream& out); -+ CGMPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ CGMPlotter (std::ostream& out); - CGMPlotter (); - /* ctors (new-style, thread-safe) */ - CGMPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - CGMPlotter (FILE *outfile, PlotterParams ¶ms); -- CGMPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- CGMPlotter (ostream& out, PlotterParams ¶ms); -+ CGMPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ CGMPlotter (std::ostream& out, PlotterParams ¶ms); - CGMPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~CGMPlotter (); -@@ -1978,14 +1979,14 @@ - /* ctors (old-style, not thread-safe) */ - PSPlotter (FILE *infile, FILE *outfile, FILE *errfile); - PSPlotter (FILE *outfile); -- PSPlotter (istream& in, ostream& out, ostream& err); -- PSPlotter (ostream& out); -+ PSPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ PSPlotter (std::ostream& out); - PSPlotter (); - /* ctors (new-style, thread-safe) */ - PSPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - PSPlotter (FILE *outfile, PlotterParams ¶ms); -- PSPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- PSPlotter (ostream& out, PlotterParams ¶ms); -+ PSPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ PSPlotter (std::ostream& out, PlotterParams ¶ms); - PSPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~PSPlotter (); -@@ -2019,14 +2020,14 @@ - /* ctors (old-style, not thread-safe) */ - AIPlotter (FILE *infile, FILE *outfile, FILE *errfile); - AIPlotter (FILE *outfile); -- AIPlotter (istream& in, ostream& out, ostream& err); -- AIPlotter (ostream& out); -+ AIPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ AIPlotter (std::ostream& out); - AIPlotter (); - /* ctors (new-style, thread-safe) */ - AIPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - AIPlotter (FILE *outfile, PlotterParams ¶ms); -- AIPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- AIPlotter (ostream& out, PlotterParams ¶ms); -+ AIPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ AIPlotter (std::ostream& out, PlotterParams ¶ms); - AIPlotter (PlotterParams ¶ms); - /* dtor */ - virtual ~AIPlotter (); -@@ -2078,14 +2079,14 @@ - /* ctors (old-style, not thread-safe) */ - SVGPlotter (FILE *infile, FILE *outfile, FILE *errfile); - SVGPlotter (FILE *outfile); -- SVGPlotter (istream& in, ostream& out, ostream& err); -- SVGPlotter (ostream& out); -+ SVGPlotter (std::istream& in, std::ostream& out, std::ostream& err); -+ SVGPlotter (std::ostream& out); - SVGPlotter (); - /* ctors (new-style, thread-safe) */ - SVGPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶ms); - SVGPlotter (FILE *outfile, PlotterParams ¶ms); -- SVGPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶ms); -- SVGPlotter (ostream& out, PlotterParams ¶ms); -+ SVGPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶ms); -+ SVGPlotter (std::ostream& out, PlotterParams ¶ms); - SVG