From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 00: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 E58F816A415 for ; Sun, 2 Jul 2006 00:50:16 +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 3F86943D48 for ; Sun, 2 Jul 2006 00: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 k620oGoS035900 for ; Sun, 2 Jul 2006 00: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 k620oGmK035896; Sun, 2 Jul 2006 00:50:16 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 00:50:16 GMT Resent-Message-Id: <200607020050.k620oGmK035896@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7973816A40F; Sun, 2 Jul 2006 00:43:29 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr35.hinet.net (msr35.hinet.net [168.95.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178AA43D48; Sun, 2 Jul 2006 00:43:05 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr35.hinet.net (8.9.3/8.9.3) with ESMTP id IAA13171; Sun, 2 Jul 2006 08:43:03 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 257FBB2A01B; Sun, 2 Jul 2006 08:43:03 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hK00sAKDpxSw; Sun, 2 Jul 2006 08:42:57 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 0275DB2A01A; Sun, 2 Jul 2006 08:42:57 +0800 (CST) Message-Id: <20060702004257.0275DB2A01A@utopia.leeym.com> Date: Sun, 2 Jul 2006 08:42:57 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/99703: [PATCH] mail/p5-Mail-DomainKeys: update to 0.82 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 00:50:17 -0000 >Number: 99703 >Category: ports >Synopsis: [PATCH] mail/p5-Mail-DomainKeys: update to 0.82 >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 Jul 02 00:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006 >Description: - Update to 0.82 Note: Makefile.PL says that it requires Mail::Address, but in fact it requires Email::Address, so please ignore the dummy warning message. Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-DomainKeys-0.82.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/p5-Mail-DomainKeys/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 30 Dec 2005 20:52:53 -0000 1.6 +++ Makefile 2 Jul 2006 00:41:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Mail-DomainKeys -PORTVERSION= 0.80 +PORTVERSION= 0.82 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA RUN_DEPENDS= ${BUILD_DEPENDS} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/p5-Mail-DomainKeys/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 22 Jan 2006 12:50:36 -0000 1.5 +++ distinfo 2 Jul 2006 00:41:59 -0000 @@ -1,3 +1,3 @@ -MD5 (Mail-DomainKeys-0.80.tar.gz) = e3da32a3bfa06b56d151093a194f2904 -SHA256 (Mail-DomainKeys-0.80.tar.gz) = 3a48cdd02aea73468cf9b6d705d17f5a932bc20e2424fd17ec43a2e5ac06de1f -SIZE (Mail-DomainKeys-0.80.tar.gz) = 7941 +MD5 (Mail-DomainKeys-0.82.tar.gz) = 55153dae35c57bc374f6e2cca2131031 +SHA256 (Mail-DomainKeys-0.82.tar.gz) = a18ad65683e6d1d4852295aa5ff71354a4bca8d2dd978170a7f0b14e5664f963 +SIZE (Mail-DomainKeys-0.82.tar.gz) = 9117 --- p5-Mail-DomainKeys-0.82.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 00:50:23 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 8CD7816A407; Sun, 2 Jul 2006 00:50:23 +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 4E71743D46; Sun, 2 Jul 2006 00:50:23 +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 k620oNbT036045; Sun, 2 Jul 2006 00:50:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k620oNUK036041; Sun, 2 Jul 2006 00:50:23 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 00:50:23 GMT From: Edwin Groothuis Message-Id: <200607020050.k620oNUK036041@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org Cc: Subject: Re: ports/99703: [PATCH] mail/p5-Mail-DomainKeys: update to 0.82 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 00:50:23 -0000 Synopsis: [PATCH] mail/p5-Mail-DomainKeys: update to 0.82 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 2 00:50:22 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99703 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 01:40: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 8D2E416A417 for ; Sun, 2 Jul 2006 01:40: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 C52D245259 for ; Sun, 2 Jul 2006 01:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k621eJbS039672 for ; Sun, 2 Jul 2006 01:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k621eJdN039671; Sun, 2 Jul 2006 01:40:19 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 01:40:19 GMT Resent-Message-Id: <200607020140.k621eJdN039671@freefall.freebsd.org> 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 Logvinov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9FA16A412 for ; Sun, 2 Jul 2006 01:34:56 +0000 (UTC) (envelope-from user@blg.akavia.ru) Received: from blg.akavia.ru (blg.akavia.ru [62.33.174.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 95B0345257 for ; Sun, 2 Jul 2006 01:34:54 +0000 (GMT) (envelope-from user@blg.akavia.ru) Received: (qmail 56484 invoked by uid 0); 2 Jul 2006 11:34:51 +1000 Message-Id: <20060702013451.56483.qmail@blg.akavia.ru> Date: 2 Jul 2006 11:34:51 +1000 From: Alexander Logvinov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99704: [new port] mail/mdpop3d A simple and small POP3 daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Logvinov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:40:20 -0000 >Number: 99704 >Category: ports >Synopsis: [new port] mail/mdpop3d A simple and small POP3 daemon >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 Jul 02 01:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: >Description: A simple and small POP3 daemon implementation with Maildir support >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mdpop3d # mdpop3d/Makefile # mdpop3d/files # mdpop3d/files/patch-01 # mdpop3d/distinfo # mdpop3d/pkg-descr # mdpop3d/pkg-plist # echo c - mdpop3d mkdir -p mdpop3d > /dev/null 2>&1 echo x - mdpop3d/Makefile sed 's/^X//' >mdpop3d/Makefile << 'END-of-mdpop3d/Makefile' X# New ports collection makefile for: mdpop3d X# Date created: 2 July 2006 X# Whom: Alexander Logvinov X# X# $FreeBSD$ X XPORTNAME= mdpop3d XPORTVERSION= 0.97 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.corpit.ru/home/mjt/mdpop3d/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= lightsquid@logvinov.com XCOMMENT= A simple and small POP3 daemon implementation with Maildir support X XMAN8= mdpop3d.8 XMANCOMPRESSED= no X XOPTIONS= PAM "Build with PAM support" off \ X APOP "Build with APOP command support (requires PAM)" off X X.include X Xpost-patch: X @${REINPLACE_CMD} -e 's|LIBS = -lpam -ldl|LIBS = -lpam|' \ X ${WRKSRC}/Makefile X.if defined(WITHOUT_PAM) X @${REINPLACE_CMD} -e 's|LIBS = -lpam|LIBS = -lcrypt|' \ X ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's|DEFS = -DUSE_PAM|#DEFS = -DUSE_PAM|' \ X ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's|OPTS = -DUSE_APOP|#OPTS = -DUSE_APOP|' \ X ${WRKSRC}/Makefile X.endif X X.if defined(WITHOUT_APOP) X @${REINPLACE_CMD} -e 's|OPTS = -DUSE_APOP|#OPTS = -DUSE_APOP|' \ X ${WRKSRC}/Makefile X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec X ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${PREFIX}/man/man8 X X.include END-of-mdpop3d/Makefile echo c - mdpop3d/files mkdir -p mdpop3d/files > /dev/null 2>&1 echo x - mdpop3d/files/patch-01 sed 's/^X//' >mdpop3d/files/patch-01 << 'END-of-mdpop3d/files/patch-01' X--- mdpop3d.c.orig Tue Feb 27 00:12:50 2001 X+++ mdpop3d.c Sun Jul 2 10:31:40 2006 X@@ -67,8 +67,8 @@ X #ifdef USE_APOP X # error APOP requires PAM X #endif X-#include X-#include X+#include X+#include X #endif X X static const char *rhost; /* = NULL; remote host/addr for logging */ X@@ -258,7 +258,7 @@ X } X X static void info() { X- putline(OK "maildir: %d message(s) %ld octet(s)", cmsg, msgsz); X+ putline(OK "maildir: %d message(s) %ld octet(s)", cmsg, (long int)msgsz); X } X X static char *msgfn(int n) { X@@ -397,7 +397,8 @@ X int r; X struct popdata d; X const char *u = NULL; X- X+ const char **ptr_u = &u; X+ X d.pass = pass; X d.msg = NULL; X convstruct.appdata_ptr = &d; X@@ -416,7 +417,7 @@ X PAMOK(pam_set_item(pamh, PAM_RHOST, rhost)) && X PAMOK(pam_authenticate(pamh, 0)) && X PAMOK(pam_acct_mgmt(pamh, 0)) && X- PAMOK(pam_get_item(pamh, PAM_USER, (const void **)&u))) { X+ PAMOK(pam_get_item(pamh, PAM_USER, (const void **)ptr_u))) { X pw = getpwnam(u && *u ? u : user); /* use username from pam if any */ X if (!maildir) /* try to get MAILDIR from PAM */ X maildir = pam_getenv(pamh, maildirenv); X@@ -450,22 +451,17 @@ X return NULL; X X #else /* !USE_PAM */ X- X- char *p; X- if ((pw = getpwnam(user)) != NULL) { X- p = pw->pw_passwd; X- if (!p || !strcmp(p, "x")) { X- struct spwd *sp = getspnam(user); X- p = sp ? sp->sp_pwdp : NULL; X- endspent(); X- } X- if (p && strcmp(crypt(pass, p), p) == 0) X+ X+ pw = getpwnam(user); X+ endpwent(); X+ if (pw != NULL) X+ { X+ if (pw->pw_passwd && strcmp(crypt(pass, pw->pw_passwd), pw->pw_passwd) == 0) X return pw; X syslog(LOG_INFO, "[%s] login incorrect for [%s]", rhost, user); X } X else X syslog(LOG_INFO, "[%s] user unknown: [%s]", rhost, user); X- sleep(3); X putline(ERR "login incorrect"); X return NULL; X X@@ -565,7 +561,7 @@ X *s = ':'; X } X else X- putmline("%s%d %ld", code, n+1, msgp[n]->size); X+ putmline("%s%d %ld", code, n+1, (long int)msgp[n]->size); X } X X static void finalupdate() { X@@ -621,7 +617,7 @@ X X static void finallog(const char *why) { X syslog(LOG_INFO, "[%s][%s] %s (%d/%ld msgs/bytes left, %d/%ld deleted)", X- rhost, user, why, cmsg, msgsz, o_nmsg - cmsg, o_msgsz - msgsz); X+ rhost, user, why, cmsg, (long int)msgsz, o_nmsg - cmsg, (long int)o_msgsz - (long int)msgsz); X } X X static void die(const char *why) { X@@ -932,7 +928,7 @@ X else if (a) X extraarg(), --junk; X else X- putline(OK "%d %ld", cmsg, msgsz); X+ putline(OK "%d %ld", cmsg, (long int)msgsz); X } X X else if (!strcmp(line, "top") || !strcmp(line, "retr")) { END-of-mdpop3d/files/patch-01 echo x - mdpop3d/distinfo sed 's/^X//' >mdpop3d/distinfo << 'END-of-mdpop3d/distinfo' XMD5 (mdpop3d-0.97.tar.gz) = 57f6da1c5db5e3bf3fa98c3ecbdb5fa9 XSHA256 (mdpop3d-0.97.tar.gz) = 8202012c82d0880e1362e44cdfbbb69d0ed589087b468eda7b0466c49ade39fc XSIZE (mdpop3d-0.97.tar.gz) = 17110 END-of-mdpop3d/distinfo echo x - mdpop3d/pkg-descr sed 's/^X//' >mdpop3d/pkg-descr << 'END-of-mdpop3d/pkg-descr' XThis is a simple and small POP3 daemon implementation designed for XMaildir support. It have direct support for authenticating regular Xunix users, has UIDL command support, can access maildirs in Xnon-default location, and have support for external (pre-)authenticators. X XAuthor: Michael Tokarev END-of-mdpop3d/pkg-descr echo x - mdpop3d/pkg-plist sed 's/^X//' >mdpop3d/pkg-plist << 'END-of-mdpop3d/pkg-plist' Xlibexec/mdpop3d END-of-mdpop3d/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 02:30: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 A774916A417 for ; Sun, 2 Jul 2006 02:30: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 0D3B743D53 for ; Sun, 2 Jul 2006 02:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k622UJ0V041120 for ; Sun, 2 Jul 2006 02: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 k622UJFZ041119; Sun, 2 Jul 2006 02:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 02:30:19 GMT Resent-Message-Id: <200607020230.k622UJFZ041119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Fosburgh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535FB16A40F for ; Sun, 2 Jul 2006 02:23:58 +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 238DF43D48 for ; Sun, 2 Jul 2006 02:23:58 +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 k622NvjH087073 for ; Sun, 2 Jul 2006 02:23:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k622NvFu087072; Sun, 2 Jul 2006 02:23:57 GMT (envelope-from nobody) Message-Id: <200607020223.k622NvFu087072@www.freebsd.org> Date: Sun, 2 Jul 2006 02:23:57 GMT From: Jonathan Fosburgh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99707: CUPS in ports can't print raw data using application/octet-stream X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 02:30:20 -0000 >Number: 99707 >Category: ports >Synopsis: CUPS in ports can't print raw data using application/octet-stream >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 02:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jonathan Fosburgh >Release: 6.1-STABLE >Organization: >Environment: FreeBSD gw.fosburgh.org 6.1-STABLE FreeBSD 6.1-STABLE #6: Fri Jun 30 22:01:19 CDT 2006 root@gw.fosburgh.org:/usr/obj/usr/src/sys/vmbsd amd64 >Description: CUPS version 1.2.0 contains a bug (#1667) that breaks automatic raw data printing using the application/octet stream mime type. This is fixed in 1.2.1, or via patch to the current version. The following error is in /var/log/cups/error_log: Print-Job client-error-document-format-not-supported: Unsupported format 'application/octet-stream'! Even if the application/octet-stream entries are uncommented in /usr/local/etc/cups/mime.types and mime.convs. Also, it appears that the port clobbers the mime.convs file when it is installed. >How-To-Repeat: This is most often encountered when printing to CUPs printers from a Windows client with the windows driver. Especially if you are not using samba (instead using IPP). Samba has a workaround for this, apparently. Otherwise, try to print raw data without passing -oraw to the command. >Fix: Upgrade to 1.2.1, or apply patch str1667.patch from following location: http://www.cups.org/str.php?L1667 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 02:37:26 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 DD08616A4A0 for ; Sun, 2 Jul 2006 02:37:26 +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 DD87D44248 for ; Sun, 2 Jul 2006 02:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6220axf040224 for ; Sun, 2 Jul 2006 02: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 k6220aEV040220; Sun, 2 Jul 2006 02:00:36 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 02:00:36 GMT Resent-Message-Id: <200607020200.k6220aEV040220@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 339B016A510 for ; Sun, 2 Jul 2006 01:57:20 +0000 (UTC) (envelope-from sem@ciam.ru) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3977244275 for ; Sat, 1 Jul 2006 15:07:54 +0000 (GMT) (envelope-from sem@ciam.ru) Received: from [87.240.16.199] (helo=pandor.sem-home.ciam.ru) by mail.ciam.ru with esmtpa (Exim 4.x) id 1Fwh4b-000LMM-DH for FreeBSD-gnats-submit@freebsd.org; Sat, 01 Jul 2006 19:07:53 +0400 Received: from sem by pandor.sem-home.ciam.ru with local (Exim 4.52 (FreeBSD)) id 1Fwh4q-0008UD-9h for FreeBSD-gnats-submit@freebsd.org; Sat, 01 Jul 2006 19:08:08 +0400 Message-Id: Date: Sat, 01 Jul 2006 19:08:08 +0400 From: Sergey Matveychuk Sender: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99706: [patch] databases/ruby-bdb links with a wrong bdb port is there are more than one X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 02:37:27 -0000 >Number: 99706 >Category: ports >Synopsis: [patch] databases/ruby-bdb links with a wrong bdb port is there are more than one >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 02:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD pandor.sem-home.ciam.ru 6.1-STABLE FreeBSD 6.1-STABLE #32: Sat May 27 19:09:48 MSD 2006 root@pandor.sem-home.ciam.ru:/usr/obj/usr/src/sys/CURRENT i386 >Description: databases/ruby-bdb port links with highest db* port it found. and if WITH_BDB_VER points not this port, ruby-bdb will not work. >How-To-Repeat: >Fix: --- ruby-bdb.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/ruby-bdb/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 7 Jun 2006 05:57:47 -0000 1.49 +++ Makefile 1 Jul 2006 15:01:54 -0000 @@ -7,6 +7,7 @@ PORTNAME= bdb PORTVERSION= 0.5.9 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -24,7 +25,8 @@ USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes -CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \ +CONFIGURE_ARGS= --with-db-version=-${_BDB_VER:C/([0-9])([0-9])/\1.\2/} \ + --with-db-include=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} INSTALL_TARGET= site-install --- ruby-bdb.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 02:37:30 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 1E0E216A541; Sun, 2 Jul 2006 02:37:30 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D6F45218; Sun, 2 Jul 2006 01:31:18 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from freefall.freebsd.org (cperciva@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k621VIkC038655; Sun, 2 Jul 2006 01:31:18 GMT (envelope-from cperciva@freefall.freebsd.org) Received: (from cperciva@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k621VIJZ038651; Sun, 2 Jul 2006 01:31:18 GMT (envelope-from cperciva) Date: Sun, 2 Jul 2006 01:31:18 GMT From: Colin Percival Message-Id: <200607020131.k621VIJZ038651@freefall.freebsd.org> To: timur@gnu.org, john_m_cooper@yahoo.com, cperciva@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99612: net/samba3 requires that cupsd start before samba.sh, but the starting order is reversed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 02:37:30 -0000 Synopsis: net/samba3 requires that cupsd start before samba.sh, but the starting order is reversed State-Changed-From-To: feedback->closed State-Changed-By: cperciva State-Changed-When: Sun Jul 2 01:30:41 UTC 2006 State-Changed-Why: Maintainer says that this will be fixed in the next version of the port. http://www.freebsd.org/cgi/query-pr.cgi?pr=99612 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 02:37: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 2B7D116A4DE; Sun, 2 Jul 2006 02:37:50 +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 DCD7343D46; Sun, 2 Jul 2006 02:37:49 +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 k622bnvD042535; Sun, 2 Jul 2006 02:37:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k622bnDq042531; Sun, 2 Jul 2006 02:37:49 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 02:37:49 GMT From: Edwin Groothuis Message-Id: <200607020237.k622bnDq042531@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Cc: Subject: Re: ports/99706: [patch] databases/ruby-bdb links with a wrong bdb port is there are more than one X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 02:37:50 -0000 Synopsis: [patch] databases/ruby-bdb links with a wrong bdb port is there are more than one Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 2 02:37:49 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99706 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 04:54:34 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 E54F716A407; Sun, 2 Jul 2006 04:54:34 +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 A0D8843D45; Sun, 2 Jul 2006 04:54:34 +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 k624sYZS053535; Sun, 2 Jul 2006 04:54:34 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k624sYwu053531; Sun, 2 Jul 2006 04:54:34 GMT (envelope-from novel) Date: Sun, 2 Jul 2006 04:54:34 GMT From: Roman Bogorodskiy Message-Id: <200607020454.k624sYwu053531@freefall.freebsd.org> To: novel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/99704: [new port] mail/mdpop3d A simple and small POP3 daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 04:54:35 -0000 Synopsis: [new port] mail/mdpop3d A simple and small POP3 daemon Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: novel Responsible-Changed-When: Sun Jul 2 04:54:33 UTC 2006 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99704 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 06:20: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 8450D16A415 for ; Sun, 2 Jul 2006 06: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 A7D0043D46 for ; Sun, 2 Jul 2006 06:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k626KH4C057347 for ; Sun, 2 Jul 2006 06:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k626KH5m057346; Sun, 2 Jul 2006 06:20:17 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 06:20:17 GMT Resent-Message-Id: <200607020620.k626KH5m057346@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Josic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C4516A403 for ; Sun, 2 Jul 2006 06:13:15 +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 E102044413 for ; Sun, 2 Jul 2006 06:13:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k626DEF3013281 for ; Sun, 2 Jul 2006 06:13:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k626DEdQ013273; Sun, 2 Jul 2006 06:13:14 GMT (envelope-from nobody) Message-Id: <200607020613.k626DEdQ013273@www.freebsd.org> Date: Sun, 2 Jul 2006 06:13:14 GMT From: Michael Josic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99709: Updated port: solid-ircd from 3.4.7a to 3.4.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, 02 Jul 2006 06:20:18 -0000 >Number: 99709 >Category: ports >Synopsis: Updated port: solid-ircd from 3.4.7a to 3.4.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 06:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Josic >Release: >Organization: >Environment: >Description: Update from version 3.4.7a to 3.4.8 and change of my electronic mail address. >How-To-Repeat: >Fix: diff -ruN solid-ircd.bak/Makefile solid-ircd/Makefile --- solid-ircd.bak/Makefile Mon Apr 17 06:31:01 2006 +++ solid-ircd/Makefile Sun Jul 2 07:50:13 2006 @@ -1,19 +1,18 @@ # Ports collection makefile for: Solid-IRCd # Date created: 26 May 2005 -# Whom: mj +# Whom: mj # # $FreeBSD: ports/irc/solid-ircd/Makefile,v 1.3 2006/04/16 11:54:05 oliver Exp $ # PORTNAME= solid-ircd -PORTVERSION= 3.4.7a -PORTREVISION= 1 +PORTVERSION= 3.4.8 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=solidircd -DISTNAME= solid3.4.7stablea +DISTNAME= solidircd-stable3.4.8 -MAINTAINER= freebsd@nsacenter.com +MAINTAINER= systemoperator@gmail.com COMMENT= Solid Internet Relay Chat Daemon based on bahamut IRCd WRKSRC= ${WRKDIR}/solidircd-stable diff -ruN solid-ircd.bak/distinfo solid-ircd/distinfo --- solid-ircd.bak/distinfo Thu Apr 13 06:31:01 2006 +++ solid-ircd/distinfo Sun Jul 2 07:59:30 2006 @@ -1,3 +1,3 @@ -MD5 (solid3.4.7stablea.tar.gz) = ca28aa85779e8da069bb2a279ccd5836 -SHA256 (solid3.4.7stablea.tar.gz) = c653a360581a8736bb5d9559f1d4a923e717a4c6686bd7f5e6beb2d5f47414b3 -SIZE (solid3.4.7stablea.tar.gz) = 802440 +MD5 (solidircd-stable3.4.8.tar.gz) = 45841450d6f13ad470a8dcd7da23c21b +SHA256 (solidircd-stable3.4.8.tar.gz) = e26a44b3cad800d78af1779e05967a63ee27af801c694706ee73346f4f44158c +SIZE (solidircd-stable3.4.8.tar.gz) = 806483 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 06:51:00 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 651FC16A407; Sun, 2 Jul 2006 06:51:00 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E928143D53; Sun, 2 Jul 2006 06:50:59 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (stefan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k626ox75059745; Sun, 2 Jul 2006 06:50:59 GMT (envelope-from stefan@freefall.freebsd.org) Received: (from stefan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k626oxWx059741; Sun, 2 Jul 2006 06:50:59 GMT (envelope-from stefan) Date: Sun, 2 Jul 2006 06:50:59 GMT From: Stefan Walter Message-Id: <200607020650.k626oxWx059741@freefall.freebsd.org> To: stefan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stefan@FreeBSD.org Cc: Subject: Re: ports/99634: graphics/gnash dependencies not updated after gtkglext version bump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 06:51:00 -0000 Synopsis: graphics/gnash dependencies not updated after gtkglext version bump Responsible-Changed-From-To: freebsd-ports-bugs->stefan Responsible-Changed-By: stefan Responsible-Changed-When: Sun Jul 2 06:50:43 UTC 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=99634 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 06:54: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 1A95C16A403; Sun, 2 Jul 2006 06:54:29 +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 C78E943D48; Sun, 2 Jul 2006 06:54:28 +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 k626sSfO059848; Sun, 2 Jul 2006 06:54:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k626sSsD059844; Sun, 2 Jul 2006 06:54:28 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 06:54:28 GMT From: Edwin Groothuis Message-Id: <200607020654.k626sSsD059844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99709: Updated port: solid-ircd from 3.4.7a to 3.4.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, 02 Jul 2006 06:54:29 -0000 Synopsis: Updated port: solid-ircd from 3.4.7a to 3.4.8 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Jul 2 06:54:28 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99709 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 06:54: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 7FAD116A416; Sun, 2 Jul 2006 06:54:35 +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 0CDB543D53; Sun, 2 Jul 2006 06:54:35 +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 k626sYMt059923; Sun, 2 Jul 2006 06:54:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k626sYRw059917; Sun, 2 Jul 2006 06:54:34 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 06:54:34 GMT From: Edwin Groothuis Message-Id: <200607020654.k626sYRw059917@freefall.freebsd.org> To: systemoperator@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99709: Updated port: solid-ircd from 3.4.7a to 3.4.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, 02 Jul 2006 06:54:35 -0000 Synopsis: Updated port: solid-ircd from 3.4.7a to 3.4.8 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 06:54:34 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99709 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 06:55: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 D337D16A416; Sun, 2 Jul 2006 06:55:24 +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 8B89F43D45; Sun, 2 Jul 2006 06:55:24 +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 k626tO9r060067; Sun, 2 Jul 2006 06:55:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k626tOpN060063; Sun, 2 Jul 2006 06:55:24 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 06:55:24 GMT From: Edwin Groothuis Message-Id: <200607020655.k626tOpN060063@freefall.freebsd.org> To: jonathan@fosburgh.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99707: CUPS in ports can't print raw data using application/octet-stream X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 06:55:24 -0000 Synopsis: CUPS in ports can't print raw data using application/octet-stream State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 06:55:23 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99707 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 07:00:48 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 67D0616A40F for ; Sun, 2 Jul 2006 07:00:48 +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 EA97843D46 for ; Sun, 2 Jul 2006 07:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6270l4X060287 for ; Sun, 2 Jul 2006 07:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6270lkk060285; Sun, 2 Jul 2006 07:00:47 GMT (envelope-from gnats) Date: Sun, 2 Jul 2006 07:00:47 GMT Message-Id: <200607020700.k6270lkk060285@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Josic Cc: Subject: Re: ports/99709: Updated port: irc/solid-ircd from 3.4.7a to 3.4.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Josic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 07:00:48 -0000 The following reply was made to PR ports/99709; it has been noted by GNATS. From: Michael Josic To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/99709: Updated port: irc/solid-ircd from 3.4.7a to 3.4.8 Date: Sun, 02 Jul 2006 09:00:22 +0200 Hi, On 02.07.2006 08:54, Edwin Groothuis wrote: > Please note that PR ports/99709 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. yes, I agree, because I've submitted it including the change of my electronic mail address. Thanks. Michael From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 07:21:38 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 7C22316A40F; Sun, 2 Jul 2006 07:21:38 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3648344532; Sun, 2 Jul 2006 07:21:38 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (stefan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k627LcTl061398; Sun, 2 Jul 2006 07:21:38 GMT (envelope-from stefan@freefall.freebsd.org) Received: (from stefan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k627LcgO061394; Sun, 2 Jul 2006 07:21:38 GMT (envelope-from stefan) Date: Sun, 2 Jul 2006 07:21:38 GMT From: Stefan Walter Message-Id: <200607020721.k627LcgO061394@freefall.freebsd.org> To: stefan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stefan@FreeBSD.org Cc: Subject: Re: ports/94036: Minor graphics/mesagl update to 5.0.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, 02 Jul 2006 07:21:38 -0000 Synopsis: Minor graphics/mesagl update to 5.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->stefan Responsible-Changed-By: stefan Responsible-Changed-When: Sun Jul 2 07:21:30 UTC 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=94036 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 07:43:07 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 2A0FB16A40F; Sun, 2 Jul 2006 07:43:07 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F6E44036; Sun, 2 Jul 2006 07:43:06 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (stefan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k627h65h063535; Sun, 2 Jul 2006 07:43:06 GMT (envelope-from stefan@freefall.freebsd.org) Received: (from stefan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k627h6xF063531; Sun, 2 Jul 2006 07:43:06 GMT (envelope-from stefan) Date: Sun, 2 Jul 2006 07:43:06 GMT From: Stefan Walter Message-Id: <200607020743.k627h6xF063531@freefall.freebsd.org> To: stefan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stefan@FreeBSD.org Cc: Subject: Re: ports/93032: LPRng uses incorrect paths to config files when compiled with PORT_REPLACES_BASE_LPR=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 07:43:07 -0000 Synopsis: LPRng uses incorrect paths to config files when compiled with PORT_REPLACES_BASE_LPR=yes Responsible-Changed-From-To: freebsd-ports-bugs->stefan Responsible-Changed-By: stefan Responsible-Changed-When: Sun Jul 2 07:43:06 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=93032 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 07: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 5B60016A40F for ; Sun, 2 Jul 2006 07: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 CC72243D4C for ; Sun, 2 Jul 2006 07: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 k627oG5I063724 for ; Sun, 2 Jul 2006 07: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 k627oGB8063720; Sun, 2 Jul 2006 07:50:16 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 07:50:16 GMT Resent-Message-Id: <200607020750.k627oGB8063720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C4C16A403 for ; Sun, 2 Jul 2006 07:40:32 +0000 (UTC) (envelope-from h.eichmann@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 349A244172 for ; Sun, 2 Jul 2006 07:40:07 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: (qmail invoked by alias); 02 Jul 2006 07:40:05 -0000 Received: from p548244A2.dip.t-dialin.net (EHLO 7of9) [84.130.68.162] by mail.gmx.net (mp010) with SMTP; 02 Jul 2006 09:40:05 +0200 Message-Id: <200607020945.32276.h.eichmann@gmx.de> Date: Sun, 2 Jul 2006 09:45:31 +0200 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/99710: Port upgrade: sysutils/k3b to 0.12.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 07:50:17 -0000 >Number: 99710 >Category: ports >Synopsis: Port upgrade: sysutils/k3b to 0.12.16 >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 Jul 02 07:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann >Release: FreeBSD 5.5-RELEASE >Organization: Sirius Cybernetics Corp. >Environment: FreeBSD 7of9.unimatrix-zero.borg 5.5-RELEASE-p1 FreeBSD 5.5-RELEASE-p1 #0: Mon Jun 5 10:58:47 CEST 2006 root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Upgrade to 0.12.16 >How-To-Repeat: >Fix: Apply the patch. Afterwards the files directory should contain patch-core-k3bglobals.cpp only! --Boundary-00=_cm3pESgpOyB+d1k Content-Type: text/x-diff; charset="iso-8859-1"; name="k3b.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="k3b.diff" diff -urN ../../sysutils/k3b/Makefile ./Makefile --- ../../sysutils/k3b/Makefile Mon May 15 20:20:14 2006 +++ ./Makefile Fri Jun 23 19:01:39 2006 @@ -6,7 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 0.12.15 +PORTVERSION= 0.12.16 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN ../../sysutils/k3b/distinfo ./distinfo --- ../../sysutils/k3b/distinfo Mon May 15 20:20:14 2006 +++ ./distinfo Fri Jun 23 19:04:07 2006 @@ -1,3 +1,3 @@ -MD5 (k3b-0.12.15.tar.bz2) = 246607f9d63b94c7f91ac86c108efdc2 -SHA256 (k3b-0.12.15.tar.bz2) = 5e6cb62f38dcb17c5296e53df89d7bb709f0d336b6a41db9be1b464d4638f32a -SIZE (k3b-0.12.15.tar.bz2) = 4000389 +MD5 (k3b-0.12.16.tar.bz2) = cac9b8230295c1756581399b3bbd0687 +SHA256 (k3b-0.12.16.tar.bz2) = bc686f6e596df32f2c305a1f4948ceddbbfb067045e6b9b314af615319d11fe6 +SIZE (k3b-0.12.16.tar.bz2) = 4004784 diff -urN ../../sysutils/k3b/files/patch-core-k3bglobals.cpp ./files/patch-core-k3bglobals.cpp --- ../../sysutils/k3b/files/patch-core-k3bglobals.cpp Thu Jan 1 01:00:00 1970 +++ ./files/patch-core-k3bglobals.cpp Fri Jun 23 22:40:38 2006 @@ -0,0 +1,28 @@ +--- libk3b/core/k3bglobals.cpp.orig Fri Jun 23 19:31:55 2006 ++++ libk3b/core/k3bglobals.cpp Fri Jun 23 22:39:36 2006 +@@ -41,16 +41,16 @@ + + #include + #if defined(__FreeBSD__) || defined(__NetBSD__) +-#include +-#include +-#else +-# ifdef HAVE_SYS_STATVFS_H +-# include +-# endif +-# ifdef HAVE_SYS_STATFS_H +-# include +-# endif ++# include ++# include + #endif ++#ifdef HAVE_SYS_STATVFS_H ++# include ++#endif ++#ifdef HAVE_SYS_STATFS_H ++# include ++#endif ++ + + + diff -urN ../../sysutils/k3b/files/patch-libk3b-core-k3bglobals.h ./files/patch-libk3b-core-k3bglobals.h --- ../../sysutils/k3b/files/patch-libk3b-core-k3bglobals.h Sun Dec 25 11:46:50 2005 +++ ./files/patch-libk3b-core-k3bglobals.h Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- libk3b/core/k3bglobals.h.orig Mon Dec 12 10:33:27 2005 -+++ libk3b/core/k3bglobals.h Wed Dec 14 23:57:17 2005 -@@ -21,6 +21,10 @@ - #include - #include - #include -+#ifdef Q_OS_FREEBSD -+#define stat64 stat -+#define lstat64 lstat -+#endif - - class KConfig; - class K3bVersion; diff -urN ../../sysutils/k3b/files/patch-libk3bdevice-k3bdevice.h ./files/patch-libk3bdevice-k3bdevice.h --- ../../sysutils/k3b/files/patch-libk3bdevice-k3bdevice.h Sun Dec 25 11:46:50 2005 +++ ./files/patch-libk3bdevice-k3bdevice.h Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- libk3bdevice/k3bdevice.h.orig Mon Dec 12 10:32:59 2005 -+++ libk3bdevice/k3bdevice.h Wed Dec 14 23:49:42 2005 -@@ -28,6 +28,7 @@ - - #ifdef Q_OS_FREEBSD - struct cam_device; -+#define stat64 stat - #endif - - namespace K3bDevice diff -urN ../../sysutils/k3b/pkg-plist ./pkg-plist --- ../../sysutils/k3b/pkg-plist Mon Apr 3 20:42:43 2006 +++ ./pkg-plist Sun Jun 25 13:20:51 2006 @@ -104,6 +104,12 @@ lib/kde3/libk3bartsoutputplugin.a lib/kde3/libk3bartsoutputplugin.la lib/kde3/libk3bartsoutputplugin.so +lib/kde3/libk3baudiometainforenamerplugin.a +lib/kde3/libk3baudiometainforenamerplugin.la +lib/kde3/libk3baudiometainforenamerplugin.so +lib/kde3/libk3baudioprojectcddbplugin.a +lib/kde3/libk3baudioprojectcddbplugin.la +lib/kde3/libk3baudioprojectcddbplugin.so lib/kde3/libk3bexternalencoder.a lib/kde3/libk3bexternalencoder.la lib/kde3/libk3bexternalencoder.so @@ -141,12 +147,6 @@ lib/libk3b.la lib/libk3b.so lib/libk3b.so.2 -lib/libk3baudiometainforenamerplugin.a -lib/libk3baudiometainforenamerplugin.la -lib/libk3baudiometainforenamerplugin.so -lib/libk3baudioprojectcddbplugin.a -lib/libk3baudioprojectcddbplugin.la -lib/libk3baudioprojectcddbplugin.so lib/libk3bdevice.a lib/libk3bdevice.la lib/libk3bdevice.so --Boundary-00=_cm3pESgpOyB+d1k-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_cm3pESgpOyB+d1k Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-send-pr-version: send-pr 3.113 X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 08:05: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 770AF16A492; Sun, 2 Jul 2006 08:05:17 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA62843D5A; Sun, 2 Jul 2006 08:05:11 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from freefall.freebsd.org (stefan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6285BtQ065001; Sun, 2 Jul 2006 08:05:11 GMT (envelope-from stefan@freefall.freebsd.org) Received: (from stefan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6285BR8064997; Sun, 2 Jul 2006 08:05:11 GMT (envelope-from stefan) Date: Sun, 2 Jul 2006 08:05:11 GMT From: Stefan Walter Message-Id: <200607020805.k6285BR8064997@freefall.freebsd.org> To: stefan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, stefan@FreeBSD.org Cc: Subject: Re: ports/99619: security/fragroute package not including dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 08:05:17 -0000 Synopsis: security/fragroute package not including dependencies Responsible-Changed-From-To: freebsd-ports-bugs->stefan Responsible-Changed-By: stefan Responsible-Changed-When: Sun Jul 2 08:04:48 UTC 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=99619 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 10:29: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 039B316A40F; Sun, 2 Jul 2006 10:29:02 +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 AC20C43D48; Sun, 2 Jul 2006 10:29:01 +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 k62AT1Ce072968; Sun, 2 Jul 2006 10:29:01 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62AT1os072964; Sun, 2 Jul 2006 10:29:01 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 10:29:01 GMT From: Ion-Mihai Tetcu Message-Id: <200607021029.k62AT1os072964@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/98113: [new port] devel/libleaftag - Leaftag is a library for tagging files on the desktop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 10:29:02 -0000 Synopsis: [new port] devel/libleaftag - Leaftag is a library for tagging files on the desktop Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 10:29:01 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98113 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 10:29:42 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 6F97516A412; Sun, 2 Jul 2006 10:29:42 +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 255CF43D48; Sun, 2 Jul 2006 10:29:42 +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 k62ATgmX073063; Sun, 2 Jul 2006 10:29:42 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62ATfmZ073059; Sun, 2 Jul 2006 10:29:41 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 10:29:41 GMT From: Ion-Mihai Tetcu Message-Id: <200607021029.k62ATfmZ073059@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/98118: [new port] deskutils/tagutils : tagutils is a command line tool for tagging files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 10:29:42 -0000 Synopsis: [new port] deskutils/tagutils : tagutils is a command line tool for tagging files Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 10:29:41 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=98118 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 12:10: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 0B8FB16A494 for ; Sun, 2 Jul 2006 12:10:36 +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 D3EB043D45 for ; Sun, 2 Jul 2006 12:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62CALTs078830 for ; Sun, 2 Jul 2006 12:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62CALMj078829; Sun, 2 Jul 2006 12:10:21 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 12:10:21 GMT Resent-Message-Id: <200607021210.k62CALMj078829@freefall.freebsd.org> 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 E85FA16A47C for ; Sun, 2 Jul 2006 12:03:13 +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 B02BD43D49 for ; Sun, 2 Jul 2006 12:03:12 +0000 (GMT) (envelope-from dan@xeon.unixathome.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 158CFC372 for ; Sun, 2 Jul 2006 08:09:10 -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 07355-10 for ; Sun, 2 Jul 2006 08:09:08 -0400 (EDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id 10ABDBFA9 for ; Sun, 2 Jul 2006 08:09:07 -0400 (EDT) Received: from xeon.unixathome.org (unknown [10.55.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 6EBAAB822 for ; Sun, 2 Jul 2006 08:03:09 -0400 (EDT) Received: by xeon.unixathome.org (Postfix, from userid 1000) id 123EC3E88; Sun, 2 Jul 2006 08:03:09 -0400 (EDT) Message-Id: <20060702120309.123EC3E88@xeon.unixathome.org> Date: Sun, 2 Jul 2006 08:03:09 -0400 (EDT) From: Dan Langille To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dan Langille Subject: ports/99713: [MAINTAINER-UPDATE] sysutils/bacula-server include latest doc release 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, 02 Jul 2006 12:10:36 -0000 >Number: 99713 >Category: ports >Synopsis: [MAINTAINER-UPDATE] sysutils/bacula-server include latest doc release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 12:10:21 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: --- bacula.server.patch begins here --- diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile --- /usr/ports/sysutils/bacula-server/Makefile Fri Jun 30 05:25:24 2006 +++ bacula-server/Makefile Sun Jul 2 07:58:18 2006 @@ -7,7 +7,7 @@ PORTNAME= bacula DISTVERSION= 1.38.11 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula @@ -93,7 +93,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz .if defined(WITH_DOCS) -DISTFILES+= ${PORTNAME}-docs-${PORTVERSION}.tar.gz +DISTFILES+= ${PORTNAME}-docs-${PORTVERSION}-1.tar.gz .endif .if defined(WITH_DOCS) @@ -259,12 +259,12 @@ .if defined(WITH_DOCS) for na in manual bacula-web; do \ ${MKDIR} ${DOCSDIR}/$$na ;\ - cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION} && ${FIND} $$na | \ + cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}-1 && ${FIND} $$na | \ ${CPIO} -pdm -L -R root:wheel ${DOCSDIR}; \ done ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ReleaseNotes ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manual/bacula.pdf ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/developers/developers.pdf ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}-1/manual/bacula.pdf ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}-1/developers/developers.pdf ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kernstodo ${DOCSDIR} .endif diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo --- /usr/ports/sysutils/bacula-server/distinfo Fri Jun 30 05:25:24 2006 +++ bacula-server/distinfo Sun Jul 2 07:54:15 2006 @@ -1,6 +1,6 @@ MD5 (bacula-1.38.11.tar.gz) = 0d6d6614afdc468d214de4e66f9f5a26 SHA256 (bacula-1.38.11.tar.gz) = d095165d256771c918b80f836feaf837aedc1362b2d67171013d3ab7ac5ee47f SIZE (bacula-1.38.11.tar.gz) = 2078095 -MD5 (bacula-docs-1.38.11.tar.gz) = 712db3658bb8bbc22acd1513812c967f -SHA256 (bacula-docs-1.38.11.tar.gz) = 812ac22b00b1c3e28814833b658f11d21fbb03220113f97c414f17023b9f6e48 -SIZE (bacula-docs-1.38.11.tar.gz) = 23930235 +MD5 (bacula-docs-1.38.11-1.tar.gz) = ea827e52b24787edcb04bfd073434501 +SHA256 (bacula-docs-1.38.11-1.tar.gz) = f38ab74f782425c1a8ee30c63e0fc4af6101849deba12adf719f4c93af2c66fd +SIZE (bacula-docs-1.38.11-1.tar.gz) = 24774751 --- bacula.server.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 12:10:37 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 0851F16A49E for ; Sun, 2 Jul 2006 12:10:37 +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 5EE5F43D5E for ; Sun, 2 Jul 2006 12:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62CAL2X078804 for ; Sun, 2 Jul 2006 12:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62CALdY078801; Sun, 2 Jul 2006 12:10:21 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 12:10:21 GMT Resent-Message-Id: <200607021210.k62CALdY078801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF9B816A40F for ; Sun, 2 Jul 2006 12:01:19 +0000 (UTC) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from krusty.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A673B43D46 for ; Sun, 2 Jul 2006 12:01:18 +0000 (GMT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 8F0B885E295 for ; Sun, 2 Jul 2006 14:01:17 +0200 (CEST) Received: from krusty.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09791-08 for ; Sun, 2 Jul 2006 14:01:15 +0200 (CEST) Received: from m2a2.dyndns.org (p50911A32.dip0.t-ipconnect.de [80.145.26.50]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 9E8FD85E294 for ; Sun, 2 Jul 2006 14:01:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id EE842200993; Sun, 2 Jul 2006 14:01:10 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08726-16; Sun, 2 Jul 2006 14:01:09 +0200 (CEST) Received: from rho.emma.line.org (rho.emma.line.org [192.168.0.3]) by merlin.emma.line.org (Postfix) with ESMTP id 6F065200991; Sun, 2 Jul 2006 14:01:09 +0200 (CEST) Received: by rho.emma.line.org (Postfix, from userid 500) id C32315EEF; Sun, 2 Jul 2006 14:03:02 +0200 (CEST) Message-Id: <20060702120302.C32315EEF@rho.emma.line.org> Date: Sun, 2 Jul 2006 14:03:02 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99712: [MAINTAINER] sysutils/e2fsprogs: update & document fsck_ext2fs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 12:10:37 -0000 >Number: 99712 >Category: ports >Synopsis: [MAINTAINER] sysutils/e2fsprogs: update & document fsck_ext2fs >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 Jul 02 12:10:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD rho.emma.line.org 6.1-STABLE FreeBSD 6.1-STABLE #23: Thu Jun 29 13:56:02 CEST 2006 >Description: 2006-07-02 Matthias Andree * fsck_ext2fs.8 (1.3): Reformat long lines. * fsck_ext2fs.8 (1.2): Add copyright notice and license. Change - to \- where appropriate. Add Id and FreeBSD keywords for ident. * fsck_ext2fs.c (1.6): Update license. * fsck_ext2fs.8 (1.1): Add a manual page. * fsck_ext2fs.c (1.5): When run with -F, do not report 'unknown option'. Added file(s): - files/fsck_ext2fs.8 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- e2fsprogs-1.39_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/e2fsprogs/Makefile /usr/home/emma/ports/sysutils/e2fsprogs/Makefile --- /usr/ports/sysutils/e2fsprogs/Makefile Mon Jun 12 14:13:08 2006 +++ /usr/home/emma/ports/sysutils/e2fsprogs/Makefile Sun Jul 2 13:35:32 2006 @@ -7,7 +7,7 @@ PORTNAME= e2fsprogs PORTVERSION= 1.39 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,7 +41,7 @@ MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 \ mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 \ fsck.ext2.8 fsck.ext3.8 mkfs.ext2.8 mkfs.ext3.8 \ - findfs.8 blkid.8 logsave.8 + findfs.8 blkid.8 logsave.8 fsck_ext2fs.8 pre-build: @${ECHO_CMD} "-------------------------------------------------------------" @@ -89,6 +89,7 @@ ${RM} ${PREFIX}/man/man8/filefrag.8 ${RM} ${PREFIX}/info/libext2fs.info.gz ${INSTALL_PROGRAM} ${WRKSRC}/fsck_ext2fs ${PREFIX}/sbin/ + ${INSTALL_MAN} ${FILESDIR}/fsck_ext2fs.8 ${PREFIX}/man/man8/ [ -f ${PREFIX}/etc/mke2fs.conf ] || \ ${CP} -p ${PREFIX}/etc/mke2fs.conf.dist ${PREFIX}/etc/mke2fs.conf @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff -ruN --exclude=CVS /usr/ports/sysutils/e2fsprogs/files/fsck_ext2fs.8 /usr/home/emma/ports/sysutils/e2fsprogs/files/fsck_ext2fs.8 --- /usr/ports/sysutils/e2fsprogs/files/fsck_ext2fs.8 Thu Jan 1 01:00:00 1970 +++ /usr/home/emma/ports/sysutils/e2fsprogs/files/fsck_ext2fs.8 Sun Jul 2 13:58:03 2006 @@ -0,0 +1,96 @@ +.TH fsck_ext2fs 8 2006-07-02 "Matthias Andree" "FreeBSD Ports" +.\" +.\" fsck_ext2fs.8 - manual page for fsck_ext2fs wrapper +.\" +.\" (C) Copyright 2006 by Matthias Andree +.\" +.\" License: This file may be redistributed in accordance with the terms +.\" of the GNU General Public License v2. +.\" +.\" Upstream $Id: fsck_ext2fs.8,v 1.3 2006/07/02 11:45:21 emma Exp $ +.\" $FreeBSD$ +.\" +.SH NAME +.B fsck_ext2fs +\- compatibility wrapper for e2fsck +.SH SYNOPSIS +.P +.B fsck_ext2fs +[\fB\-Fpfnyv\fR] [\fB\-b\fR \fIblock\fR] +.SH DESCRIPTION +.P +\fBfsck_ext2fs\fR maps the traditional FreeBSD \fBfsck_ffs\fR options to +options with the same functionality for \fBe2fsck,\fR runs \fBe2fsck\fR +and then maps its exit status to values that FreeBSD understands. +\fBe2fsck\fR is a utility to check and repair ext2 and ext3 file +systems. + +.SH OPTIONS +.IP \fB\-F\fR +(check foreground mode required) Immediately exits with status 1 to tell +\fBfsck\fR that ext2fs cannot be checked in the background. \fBfsck\fR +usually runs \fBfsck_*\fR programs twice, first with \fB\-F\fR to find +out if they can do background checking, then either immediately without +\fB\-F\fR for foreground checking or deferred in the background with +\fB\-B\fR. +.IP \fB\-p\fR +(preen mode) This option suppresses adding the \fB\-f\fR option (unless +\fB\-f\fR is also given) and adds the \fB\-p\fR option to the +\fBe2fsck\fR command line. This causes \fBe2fsck\fR to automatically fix +any filesystem problems that can safely be fixed without operator +intervention. Without this option given, \fBe2fsck\fR will be run with +the \fB\-f\fR option to force a check, since interactive scan and repair +mode is the default on FreeBSD, but not on Linux where \fBe2fsck\fR +comes from. +.IP \fB\-f\fR +(force check) This option forces the check of a clean file system while +preening and is passed to \fBe2fsck\fR verbatim. +.IP \fB\-n\fR +("no" mode) This option causes the file system to be opened in read-only +mode and assume "no" as answer to all questions. This is the only way to +safely run \fBfsck\fR on a mounted ext2 or ext3 file system. This option +is passed to \fBe2fsck\fR verbatim. +.IP \fB\-y\fR +("yes" mode) This option is passed verbatim to \fBe2fsck\fR and causes +it to assume "yes" as answer to all questions. This allows the +non-interactive use of e2fsck but is rather aggressive. Use with care. +.IP \fB\-v\fR +(verbose output) This option is passed verbatim to \fBe2fsck\fR and +causes it to verbosely report its progress. +.IP "\fB\-b\fR \fIblock\fR" +(use alternate super block) This option is passed verbatim to +\fBe2fsck\fR and selects an alternate super block, for use when the +primary super block has been damaged. Please see the \fBe2fsck\fR(8) +manual page for details. + +.SH EXIT STATUS +If errors remain after \fBe2fsck\fR, an invalid option or too many +options have been specified, \fBe2fsck\fR was killed with a signal or +the \fIfork\fB system call failed, \fBfsck_ext2fs\fR exits with status +EXIT_FAILURE (usually 1). If \fBe2fsck\fR cannot be started, exits with +status 127. If the file system is clean after \fBe2fsck\fR operation, +exits with status EXIT_SUCCESS (0). + +.SH NOTES +.P +This utility is merely meant as an adaptor so that \fBe2fsck\fR can be +run during the boot process, it does not support all options that +\fBe2fsck\fR offers. If you need one of its advanced options, please run +\fBe2fsck\fR directly. + +.SH FILES +.TP +.I /sbin/e2fsck +is the location of the \fBe2fsck\fR program to run. + +.SH AUTHOR +.P +Matthias Andree wrote the program and this +manual page. +.SH CONFORMING TO +The FreeBSD 6.1 command line interface for \fBfsck_ufs\fR(8). +.SH SEE ALSO +.BR fsck (8), +.BR e2fsck (8) +and +.BR fsck_ufs (8). diff -ruN --exclude=CVS /usr/ports/sysutils/e2fsprogs/files/fsck_ext2fs.c /usr/home/emma/ports/sysutils/e2fsprogs/files/fsck_ext2fs.c --- /usr/ports/sysutils/e2fsprogs/files/fsck_ext2fs.c Fri Mar 26 09:43:20 2004 +++ /usr/home/emma/ports/sysutils/e2fsprogs/files/fsck_ext2fs.c Sun Jul 2 13:45:10 2006 @@ -1,12 +1,12 @@ /* * fsck_ext2fs - wrapper for e2fsck on FreeBSD - * Copyright (C) 2004 Matthias Andree + * Copyright (C) 2004,2006 Matthias Andree * redistributable in accordance with the * GNU General Public License v2 * * $FreeBSD: ports/sysutils/e2fsprogs/files/fsck_ext2fs.c,v 1.4 2004/03/26 08:43:20 krion Exp $ * - * Upstream: $Id: fsck_ext2fs.c,v 1.4 2004/03/20 15:51:01 emma Exp $ + * Upstream: $Id: fsck_ext2fs.c,v 1.6 2006/07/02 11:37:49 emma Exp $ * * format: gindent -kr */ @@ -57,8 +57,12 @@ case 'v': verbose++; break; - case 'B': case 'F': + /* e2fsck does not support background checking, + * hence exit with nonzero status to force + * the foreground check. */ + exit(1); + case 'B': default: fprintf(stderr, "%s: unknown option -%c\n", argv[0], optopt); --- e2fsprogs-1.39_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 12:20: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 8E97516A412 for ; Sun, 2 Jul 2006 12:20:24 +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 0E6FA43D45 for ; Sun, 2 Jul 2006 12:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62CKNP1079192 for ; Sun, 2 Jul 2006 12:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62CKN9F079191; Sun, 2 Jul 2006 12:20:23 GMT (envelope-from gnats) Date: Sun, 2 Jul 2006 12:20:23 GMT Message-Id: <200607021220.k62CKN9F079191@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Michael Scheidell" Cc: Subject: Re: ports/99688: Patch to update amavisd-new to 2.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Scheidell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 12:20:24 -0000 The following reply was made to PR ports/99688; it has been noted by GNATS. From: "Michael Scheidell" To: Cc: Subject: Re: ports/99688: Patch to update amavisd-new to 2.4.2 Date: Sun, 2 Jul 2006 08:19:00 -0400 This is a multi-part message in MIME format. ------=_NextPart_000_0002_01C69DB0.2C39D3B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If you are working on rc script maybe think about adding this for = fbsd5+? looks for amavisd_ram variable defined in rs scripts, attempts to assign = and mount $AMAVISDTMP as ram disk. (of course, only on systems with lots of ram) there has been some debate that modern filesystems (like ufs2 with = softupdates) doesn't really gain anything from this and I really don't = have any conclusive evidence that it does. (nut using memory disk for = amavistemp is one of the speed up enhancements documented for = amavisd-new) start_precmd() { rm -rf /var/amavis/tmp/* /var/amavis/tmp/.* 2>/dev/null || true if [ ${amavisd_ram} ];then df /var/amavis/tmp | grep '^/dev/md' > /dev/null if [ $? -eq 1 ];then mdmfs -M -s ${amavisd_ram} md1 /var/amavis/tmp || true chown vscan:vscan /var/amavis/tmp || true fi fi } ------=_NextPart_000_0002_01C69DB0.2C39D3B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
If you are working on rc script maybe = think about=20 adding this for fbsd5+?
 
looks for amavisd_ram variable defined = in rs=20 scripts, attempts to assign and mount $AMAVISDTMP as ram = disk.
(of course, only on systems with lots = of=20 ram)
 
there has been some debate that modern = filesystems=20 (like ufs2 with softupdates) doesn't really gain anything from this and = I really=20 don't have any conclusive evidence that it does. (nut using memory disk = for=20 amavistemp is one of the speed up enhancements documented for=20 amavisd-new)
 
 
start_precmd()
{
rm -rf = /var/amavis/tmp/*=20 /var/amavis/tmp/.* 2>/dev/null || true
if [ ${amavisd_ram}=20 ];then
  df /var/amavis/tmp |  grep '^/dev/md' >=20 /dev/null
  if [ $? -eq 1 ];then
   mdmfs -M -s=20 ${amavisd_ram} md1 /var/amavis/tmp || true
   chown = vscan:vscan=20 /var/amavis/tmp || true
  fi
fi
}
 
------=_NextPart_000_0002_01C69DB0.2C39D3B0-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 13:15:15 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 05D1C16A4A7; Sun, 2 Jul 2006 13:15:15 +0000 (UTC) (envelope-from kay_lehmann@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240EF43D60; Sun, 2 Jul 2006 13:15:13 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id D18D261FA12; Sun, 2 Jul 2006 15:15:12 +0200 (CEST) Received: from [217.197.85.240] (helo=[192.168.1.3]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fx1my-0001Ip-00; Sun, 02 Jul 2006 15:15:06 +0200 Message-ID: <44A7C84B.6030806@web.de> Date: Sun, 02 Jul 2006 15:21:15 +0200 From: Kay Lehmann User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200606271007.k5RA763F050091@freefall.freebsd.org> In-Reply-To: <200606271007.k5RA763F050091@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------010909070000010405060500" Sender: kay_lehmann@web.de X-Sender: kay_lehmann@web.de Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99401: [Maintainer Update] sysutils/lineakd: Update to version 0.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, 02 Jul 2006 13:15:15 -0000 This is a multi-part message in MIME format. --------------010909070000010405060500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ion-Mihai Tetcu wrote: > Synopsis: [Maintainer Update] sysutils/lineakd: Update to version 0.9 > > State-Changed-From-To: open->feedback > State-Changed-By: itetcu > State-Changed-When: Tue Jun 27 10:07:05 UTC 2006 > State-Changed-Why: > Ask for submitter fix. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99401 Sorry about that. I did not recognize the changes. --------------010909070000010405060500 Content-Type: text/plain; name="patch-lineakd-0.8.3-0.9" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-lineakd-0.8.3-0.9" diff -urN -x .svn lineakd.orig/Makefile lineakd/Makefile --- lineakd.orig/Makefile Sun Jul 2 14:24:41 2006 +++ lineakd/Makefile Sun Jul 2 14:24:02 2006 @@ -6,8 +6,7 @@ # PORTNAME= lineakd -PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=lineak @@ -28,7 +27,7 @@ PORTDOCS= README TODO AUTHORS MAN1= lineakd.1 -MANCOMPRESSED= yes +#MANCOMPRESSED= yes .include diff -urN -x .svn lineakd.orig/distinfo lineakd/distinfo --- lineakd.orig/distinfo Sun Jul 2 14:24:41 2006 +++ lineakd/distinfo Thu May 25 18:59:54 2006 @@ -1,3 +1,3 @@ -MD5 (lineak/lineakd-0.8.3.tar.gz) = fc1d3add18afbb8e61b8277b89c525c6 -SHA256 (lineak/lineakd-0.8.3.tar.gz) = cfde4a06df9fb4f26f8629d4ed3320ea813ba05a25217ec4ff55bbe5da04f504 -SIZE (lineak/lineakd-0.8.3.tar.gz) = 852158 +MD5 (lineak/lineakd-0.9.tar.gz) = 8a45672a6cea666873398ecc36a5070c +SHA256 (lineak/lineakd-0.9.tar.gz) = 39fd34f8df4d31d16adacce1191b34cef5e510b536701120906ec708be21010b +SIZE (lineak/lineakd-0.9.tar.gz) = 991376 diff -urN -x .svn lineakd.orig/files/patch-Makefile.in lineakd/files/patch-Makefile.in --- lineakd.orig/files/patch-Makefile.in Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-Makefile.in Fri May 26 14:55:36 2006 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Apr 2 18:31:49 2005 -+++ Makefile.in Sat Apr 2 18:32:05 2005 -@@ -267,7 +267,7 @@ +--- Makefile.in.orig Fri May 26 14:44:53 2006 ++++ Makefile.in Fri May 26 14:45:14 2006 +@@ -224,7 +224,7 @@ + COMPILE_FIRST = lineak COMPILE_LAST = lineakd - ####### kdevelop will overwrite this part!!! (begin)########## --SUBDIRS = lineak lineakd utils +-SUBDIRS = lineak utils lineakd +SUBDIRS = lineak lineakd - EXTRA_DIST = lineakd.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO lineakd.lsm lineakd.spec lineakd-noarch.spec README_LINEAK_LIBRARY DIRECTIVES + ####### kdevelop will overwrite this part!!! (end)############ diff -urN -x .svn lineakd.orig/files/patch-lineak__cdromctrl.cpp lineakd/files/patch-lineak__cdromctrl.cpp --- lineakd.orig/files/patch-lineak__cdromctrl.cpp Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineak__cdromctrl.cpp Fri May 26 14:56:29 2006 @@ -1,19 +1,23 @@ ---- lineak/cdromctrl.cpp.orig Thu Oct 28 17:04:06 2004 -+++ lineak/cdromctrl.cpp Sat Jan 15 11:28:04 2005 -@@ -26,6 +26,12 @@ +--- lineak/cdromctrl.cpp.orig Fri May 26 14:34:03 2006 ++++ lineak/cdromctrl.cpp Fri May 26 14:39:48 2006 +@@ -21,7 +21,7 @@ + extern "C" { + #include + #include +-#if defined (__FreeBSD_kernel__) || defined(__FreeBSD_kernel__) ++#if defined (__FreeBSD__) || defined(__FreeBSD__) + # include # define CDROMEJECT CDIOCEJECT /*_IO('c', 107)*/ # define CDROMCLOSETRAY CDIOCCLOSE - #else +@@ -37,6 +37,7 @@ + # include + # include + # include +# include -+ -+# include -+# include -+# include -+ - # include - # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70) - typedef unsigned char u8; -@@ -37,16 +43,11 @@ + #endif + #if defined (__CYGWIN__) + # include +@@ -47,7 +48,6 @@ #include #include @@ -21,30 +25,3 @@ #include #include - #include - --#include --#include --#include -- - } - #include - -@@ -141,6 +142,9 @@ - } - /** OPen the tray for a scsi device */ - void cdromCtrl::openTrayScsi(){ -+ #if defined (__FreeBSD__) -+ cdromCtrl::openTray(); -+ #else - /* do we have a CD-ROM device configured? (extra check, not really nescessary) */ - if ( cdromdev != snull && initialized) { - lineak_core_functions::msg("... ejecting the SCSI CD-ROM tray"); -@@ -196,6 +200,7 @@ - status = ioctl(fp, BLKRRPART); - // return (status == 0); - } -+#endif - } - /** Set or disable the auto-eject mode. If auto-eject mode is enabled, the cdrom device - will eject when we issue a close(fp); */ diff -urN -x .svn lineakd.orig/files/patch-lineakd__Makefile.am lineakd/files/patch-lineakd__Makefile.am --- lineakd.orig/files/patch-lineakd__Makefile.am Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__Makefile.am Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- lineakd/Makefile.am.orig Wed Dec 29 12:07:27 2004 -+++ lineakd/Makefile.am Wed Dec 29 12:07:41 2004 -@@ -5,7 +5,7 @@ - ## INCLUDES were found outside kdevelop specific part - - lineakd_SOURCES = lineakd_core_functions.cpp cmdprefs.cpp main.cpp --lineakd_LDADD = -lpthread -llineak -lXext -lX11 -ldl -+lineakd_LDADD = -lpthread -llineak -lXext -lX11 - - EXTRA_DIST = main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def lineakd.1.bz2 OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp - #man_MANS = lineakd.1.gz diff -urN -x .svn lineakd.orig/files/patch-lineakd__Makefile.in lineakd/files/patch-lineakd__Makefile.in --- lineakd.orig/files/patch-lineakd__Makefile.in Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__Makefile.in Mon Jun 5 17:07:41 2006 @@ -1,47 +1,46 @@ ---- lineakd/Makefile.in.orig Sat Jan 15 11:20:25 2005 -+++ lineakd/Makefile.in Sat Jan 15 11:23:02 2005 -@@ -269,7 +269,7 @@ +--- lineakd/Makefile.in.orig Wed May 24 17:26:52 2006 ++++ lineakd/Makefile.in Mon Jun 5 17:07:33 2006 +@@ -239,9 +239,9 @@ + unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ + unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ lineakd_SOURCES = lineakd_core_functions.cpp cmdprefs.cpp main.cpp - lineakd_LDADD = -llineak -lXext -lX11 - +-lineakd_LDADD = -lpthread -llineak -lXext -lX11 -ldl ++lineakd_LDADD = -llineak -lXext -lX11 + lineakd_LDFLAGS = -rdynamic -L../lineak $(all_libraries) @X_LIBS@ @X_PRE_LIBS@ -EXTRA_DIST = main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def lineakd.1.bz2 OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp +EXTRA_DIST = main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def lineakd.1.gz OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp - - ####### kdevelop will overwrite this part!!! (end)############ - # set the include path found by configure -@@ -574,10 +574,10 @@ - uninstall-local + INCLUDES = $(all_includes) -I$(top_srcdir)/lineak -I. -I.. + AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lineak -I$(top_srcdir)/lineakd -I. -I.. $(all_includes) + #>- all: all-am +@@ -544,10 +544,10 @@ #man_MANS = lineakd.1.gz + -lineakd.1.bz2: - bzip2 -c lineakd.1 > lineakd.1.bz2 +lineakd.1.gz: -+ gzip lineakd.1 ++ gzip -c lineakd.1 > lineakd.1.gz -install-data-local: lineakd.1.bz2 +install-data-local: lineakd.1.gz - #>- $(mkinstalldirs) $(sysconfdir)/ + #>- $(mkinstalldirs) ${DESTDIR}$(sysconfdir)/ #>+ 1 - $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/ -@@ -590,17 +590,17 @@ - #>- $(INSTALL_DATA) $(srcdir)/lineakkb.def $(sysconfdir)/lineakkb.def - #>+ 1 - $(INSTALL_DATA) $(srcdir)/lineakkb.def $(DESTDIR)$(sysconfdir)/lineakkb.def --#>- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 $(mandir)/man1/lineakd.1.bz2 -+#>- $(INSTALL_DATA) $(srcdir)/lineakd.1.gz $(mandir)/man1/lineakd.1.gz - #>+ 1 -- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 $(DESTDIR)$(mandir)/man1/lineakd.1.bz2 -+ $(INSTALL_DATA) $(srcdir)/lineakd.1.gz $(DESTDIR)$(mandir)/man1/lineakd.1.gz - - uninstall-local: - #>- -rm -f $(sysconfdir)/lineakkb.def + $(mkinstalldirs) $(DESTDIR)${DESTDIR}$(sysconfdir)/ +@@ -562,7 +562,7 @@ + $(INSTALL_DATA) $(srcdir)/lineakkb.def $(DESTDIR)${DESTDIR}$(sysconfdir)/lineakkb.def + #>- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 ${DESTDIR}$(mandir)/man1/lineakd.1.bz2 #>+ 1 - -rm -f $(DESTDIR)$(sysconfdir)/lineakkb.def --#>- -rm -f $(mandir)/man1/lineakd.1.bz2 -+#>- -rm -f $(mandir)/man1/lineakd.1.gz +- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 $(DESTDIR)${DESTDIR}$(mandir)/man1/lineakd.1.bz2 ++ $(INSTALL_DATA) $(srcdir)/lineakd.1.gz $(DESTDIR)${DESTDIR}$(mandir)/man1/lineakd.1.gz + if test "$(SETKEYCODES_SUID)" != "no" ; then \ + chown root `which setkeycodes` ; \ + chmod +s `which setkeycodes` ; \ +@@ -574,7 +574,7 @@ + -rm -f $(DESTDIR)${DESTDIR}$(sysconfdir)/lineakkb.def + #>- -rm -f ${DESTDIR}$(mandir)/man1/lineakd.1.bz2 #>+ 1 -- -rm -f $(DESTDIR)$(mandir)/man1/lineakd.1.bz2 -+ -rm -f $(DESTDIR)$(mandir)/man1/lineakd.1.gz +- -rm -f $(DESTDIR)${DESTDIR}$(mandir)/man1/lineakd.1.bz2 ++ -rm -f $(DESTDIR)${DESTDIR}$(mandir)/man1/lineakd.1.gz # 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 -x .svn lineakd.orig/files/patch-lineakd__lineakd_core_functions.cpp lineakd/files/patch-lineakd__lineakd_core_functions.cpp --- lineakd.orig/files/patch-lineakd__lineakd_core_functions.cpp Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__lineakd_core_functions.cpp Fri May 26 14:57:20 2006 @@ -1,14 +1,6 @@ ---- lineakd/lineakd_core_functions.cpp.orig Wed Mar 2 13:15:38 2005 -+++ lineakd/lineakd_core_functions.cpp Sat Apr 2 18:13:06 2005 -@@ -46,6 +46,7 @@ - #include - } - -+#include - #include - #include - #include -@@ -256,7 +257,7 @@ +--- lineakd/lineakd_core_functions.cpp.orig Fri May 26 14:49:04 2006 ++++ lineakd/lineakd_core_functions.cpp Fri May 26 14:51:07 2006 +@@ -261,7 +261,7 @@ sigprocmask(SIG_SETMASK, &mask_set, &old_set); /* now do some cleaning... */ @@ -17,7 +9,7 @@ /* Clean up X */ if (X != 0) { X->cleanup(myKbd); -@@ -270,12 +271,12 @@ +@@ -275,12 +275,12 @@ if (!plugincleanup) { plugincleanup = true; if ( plugins != NULL) { @@ -33,7 +25,7 @@ } } -@@ -283,13 +284,13 @@ +@@ -288,13 +288,13 @@ //sigprocmask(SIG_SETMASK, &old_set, NULL); /* Remove the message queue */ @@ -49,7 +41,7 @@ lockCtrl lock("lineakd"); lock.unlock(); // exit(true); -@@ -321,16 +322,16 @@ +@@ -326,16 +326,16 @@ sigprocmask(SIG_SETMASK, &mask_set, &old_set); //bool verbose = cmdprefs.getVerbose(); @@ -70,7 +62,7 @@ /** Load the plugins */ plugins->loadPlugins(pluginlist); /** Define the list of macros we support */ -@@ -370,34 +371,34 @@ +@@ -375,37 +375,37 @@ cmdprefs.setDefaults(dnd); /* reload .conf and .def file */ @@ -109,6 +101,10 @@ - msg("*** Restarting On Screen Display..."); + lineak_core_functions::msg("*** Restarting On Screen Display..."); - myDisplay->init(myConfig); + myDisplay = plugins->getDisplay(myConfig); + //myDisplay->init(myConfig); +- msg("*** InitializePluginsDisplay..."); ++ lineak_core_functions::msg("*** InitializePluginsDisplay..."); plugins->initializePluginsDisplay(*myDisplay); + donehup=false; diff -urN -x .svn lineakd.orig/files/patch-lineakd__main.cpp lineakd/files/patch-lineakd__main.cpp --- lineakd.orig/files/patch-lineakd__main.cpp Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__main.cpp Fri May 26 14:57:40 2006 @@ -1,6 +1,6 @@ ---- lineakd/main.cpp.orig Mon Feb 21 20:26:38 2005 -+++ lineakd/main.cpp Sat Apr 2 18:20:50 2005 -@@ -134,19 +134,19 @@ +--- lineakd/main.cpp.orig Fri May 26 14:51:44 2006 ++++ lineakd/main.cpp Fri May 26 14:53:46 2006 +@@ -136,19 +136,19 @@ /** Load the plugins */ plugins->loadPlugins(pluginlist); if (verbose) { @@ -26,7 +26,7 @@ plugins->defineDirectivesLists(); //if (verbose) plugins->listPlugins(); /** Get a list of macros we support so that we can inform other classes */ -@@ -307,7 +307,7 @@ +@@ -318,7 +318,7 @@ watch_messages(); /* init X/Xkb with our EAK keycodes/keysyms */ @@ -35,7 +35,7 @@ if (!X->initialize(myKbd)) { cerr << "Could not initialize all keys. Retrying.\n"; -@@ -329,7 +329,7 @@ +@@ -340,7 +340,7 @@ myDisplay = new displayCtrl(myConfig); myDisplay->init(); } @@ -44,7 +44,7 @@ plugins->initializePluginsDisplay(*myDisplay); /* alright, we're going to loop forever now. only signals can interrupt us. */ -@@ -362,23 +362,23 @@ +@@ -375,23 +375,23 @@ // like VMWare. if (xev.type == MappingNotify) { // if (!X->xkbRemapped()) { @@ -73,8 +73,8 @@ + lineak_core_functions::msg("Restarting the OSD."); myDisplay = plugins->getDisplay(myConfig); if (myDisplay != NULL) { - if (very_verbose) cout << "Reiniting plugin provided On Screen Display" << endl; -@@ -390,7 +390,7 @@ + //if (very_verbose) cout << "Reiniting plugin provided On Screen Display" << endl; +@@ -405,7 +405,7 @@ myDisplay->init(); } // Initialize the plugin displays again. @@ -83,38 +83,21 @@ plugins->initializePluginsDisplay(*myDisplay); // set exec.setDisplayCtrl(myDisplay) again. exec.setDisplayCtrl(myDisplay); -@@ -414,7 +414,7 @@ - } +@@ -433,7 +433,7 @@ if (obj != NULL) { -- msg("Got an object!"); -+ lineak_core_functions::msg("Got an object!"); + vmsg("Got an object!"); +- msg("Looking for SYM and PRESS"); ++ lineak_core_functions::msg("Looking for SYM and PRESS"); if (obj->getType() == SYM && obj->getEventType() == PRESS) { - cout << "xev.xkey.keycode = " << xev.xkey.keycode << endl; - cout << "obj->getKeyCode() = " << obj->getKeyCode() << endl; -@@ -435,21 +435,21 @@ + if (verbose) { + cout << "xev.xkey.keycode = " << xev.xkey.keycode << endl; +@@ -451,7 +451,7 @@ } } else { -- msg("Looking for CODE and PRESS"); -+ lineak_core_functions::msg("Looking for CODE and PRESS"); - +- msg("Looking for CODE and PRESS"); ++ lineak_core_functions::msg("Looking for CODE and PRESS"); if (obj->getType() == CODE && obj->getEventType() == PRESS) { - if (verbose) cout << xev.xkey.keycode << " = " << obj->getKeyCode() << endl; - - if (obj->hasModifier(xev.xkey.state)) -- msg("true"); -+ lineak_core_functions::msg("true"); - else -- msg("false"); -+ lineak_core_functions::msg("false"); - - if ((int)xev.xkey.keycode == obj->getKeyCode() - && obj->hasModifier((int)xev.xkey.state)) - { -- msg("getting to the right place!"); -+ lineak_core_functions::msg("getting to the right place!"); - execute = plugins->exec(obj,xev); - if (execute != NULL) - execute(obj,xev); + if (very_verbose) cout << xev.xkey.keycode << " = " << obj->getKeyCode() << endl; --------------010909070000010405060500-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 13:25:18 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 9E3F116A412; Sun, 2 Jul 2006 13:25:18 +0000 (UTC) (envelope-from kay_lehmann@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8997B43D46; Sun, 2 Jul 2006 13:25:17 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 316235A5320; Sun, 2 Jul 2006 15:25:16 +0200 (CEST) Received: from [217.197.85.240] (helo=[192.168.1.3]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fx1wo-0004xY-00; Sun, 02 Jul 2006 15:25:15 +0200 Message-ID: <44A7CAB2.6060406@web.de> Date: Sun, 02 Jul 2006 15:31:30 +0200 From: Kay Lehmann User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200606271009.k5RA9mpw050549@freefall.freebsd.org> In-Reply-To: <200606271009.k5RA9mpw050549@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------010005020209090909080802" Sender: kay_lehmann@web.de X-Sender: kay_lehmann@web.de Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99403: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.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, 02 Jul 2006 13:25:18 -0000 This is a multi-part message in MIME format. --------------010005020209090909080802 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ion-Mihai Tetcu wrote: > Synopsis: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.9 > > State-Changed-From-To: open->feedback > State-Changed-By: itetcu > State-Changed-When: Tue Jun 27 10:09:48 UTC 2006 > State-Changed-Why: > Ask for submitter fix. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99403 Sorry about that. --------------010005020209090909080802 Content-Type: text/plain; name="patch-lineak_xosdplugin-0.8.3-0.9" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-lineak_xosdplugin-0.8.3-0.9" diff -urN -x .svn lineak_xosdplugin.orig/Makefile lineak_xosdplugin/Makefile --- lineak_xosdplugin.orig/Makefile Sun Jul 2 15:24:15 2006 +++ lineak_xosdplugin/Makefile Sun Jul 2 15:28:45 2006 @@ -6,12 +6,12 @@ # PORTNAME= lineak_xosdplugin -PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTVERSION= 0.9 CATEGORIES= sysutils deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=lineak DIST_SUBDIR= lineak +DISTFILES= lineak-xosdplugin-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= kay_lehmann@web.de COMMENT= Xosd-plugin for lineakd @@ -27,6 +27,7 @@ INSTALLS_SHLIB= yes MAN1= lineak_xosdplugin.1 +MAN_COMPRESSED= yes PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ lib/lineakd/plugins/xosdplugin.so diff -urN -x .svn lineak_xosdplugin.orig/distinfo lineak_xosdplugin/distinfo --- lineak_xosdplugin.orig/distinfo Sun Jul 2 15:24:15 2006 +++ lineak_xosdplugin/distinfo Sat Jun 24 08:37:09 2006 @@ -1,3 +1,3 @@ -MD5 (lineak/lineak_xosdplugin-0.8.3.tar.gz) = 837e417b80632c994294d13d0879fed6 -SHA256 (lineak/lineak_xosdplugin-0.8.3.tar.gz) = b52cf74aa4599bedb6f95c21dfca6bcf21e6c7ac408e31fc60f8dbdf1a2b1bf9 -SIZE (lineak/lineak_xosdplugin-0.8.3.tar.gz) = 722345 +MD5 (lineak/lineak-xosdplugin-0.9.tar.gz) = 295bba616b3b74264385b14b242947a4 +SHA256 (lineak/lineak-xosdplugin-0.9.tar.gz) = ba83d8e6abc2fd1ddbfb0c4837d9a9b2db82e5f3e9732db546147f520ba1c2af +SIZE (lineak/lineak-xosdplugin-0.9.tar.gz) = 802367 --------------010005020209090909080802-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 14:24:26 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 A388916A47B; Sun, 2 Jul 2006 14:24:26 +0000 (UTC) (envelope-from kay_lehmann@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6EDD44401; Sun, 2 Jul 2006 14:24:25 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id A80BC5E2AAE; Sun, 2 Jul 2006 16:24:24 +0200 (CEST) Received: from [217.197.85.240] (helo=[192.168.1.3]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1Fx2s3-0002hP-00; Sun, 02 Jul 2006 16:24:24 +0200 Message-ID: <44A7D88F.1060605@web.de> Date: Sun, 02 Jul 2006 16:30:39 +0200 From: Kay Lehmann User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200606271010.k5RAA32v050653@freefall.freebsd.org> In-Reply-To: <200606271010.k5RAA32v050653@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------030507030904030902050205" Sender: kay_lehmann@web.de X-Sender: kay_lehmann@web.de Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99404: [Maintainer Update] sysutils/lineak_kdeplugins: update to version 0.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, 02 Jul 2006 14:24:26 -0000 This is a multi-part message in MIME format. --------------030507030904030902050205 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ion-Mihai Tetcu wrote: > Synopsis: [Maintainer Update] sysutils/lineak_kdeplugins: update to version 0.9 > > State-Changed-From-To: open->feedback > State-Changed-By: itetcu > State-Changed-When: Tue Jun 27 10:10:02 UTC 2006 > State-Changed-Why: > Ask for submitter fix. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99404 sorry about that. --------------030507030904030902050205 Content-Type: text/plain; name="patch-lineak_kdeplugins-0.8.3-0.9" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-lineak_kdeplugins-0.8.3-0.9" diff -urN -x .svn lineak_kdeplugins.org/Makefile lineak_kdeplugins/Makefile --- lineak_kdeplugins.org/Makefile Mon Jun 5 17:56:53 2006 +++ lineak_kdeplugins/Makefile Sun Jul 2 16:28:56 2006 @@ -6,12 +6,12 @@ # PORTNAME= lineak_kdeplugins -PORTVERSION= 0.8.3 -PORTREVISION= 3 +PORTVERSION= 0.9 CATEGORIES= sysutils deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lineak DIST_SUBDIR= lineak +DISTFILES= lineak-kdeplugins-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= kay_lehmann@web.de COMMENT= KDE plugins for lineakd @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --program-prefix='' MAN1= lineak_kdeplugins.1 +#MANCOMPRESSED= yes .include diff -urN -x .svn lineak_kdeplugins.org/distinfo lineak_kdeplugins/distinfo --- lineak_kdeplugins.org/distinfo Mon Jun 5 17:56:53 2006 +++ lineak_kdeplugins/distinfo Sat Jun 24 08:38:57 2006 @@ -1,3 +1,3 @@ -MD5 (lineak/lineak_kdeplugins-0.8.3.tar.gz) = dd0c1bf35adf280025b895c4618a331a -SHA256 (lineak/lineak_kdeplugins-0.8.3.tar.gz) = 3c023c30791c2851c70add41b6f041f169465c91d01e4f31fda6cdfce874ba5e -SIZE (lineak/lineak_kdeplugins-0.8.3.tar.gz) = 862043 +MD5 (lineak/lineak-kdeplugins-0.9.tar.gz) = 8046d3f2a199dc5745e512a2c1cff8ae +SHA256 (lineak/lineak-kdeplugins-0.9.tar.gz) = c03f0ab9f6c4a099773f6965cbcad96343e063133f1d7c02505492f3d3e8d83b +SIZE (lineak/lineak-kdeplugins-0.9.tar.gz) = 1016749 --------------030507030904030902050205-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 14:34:00 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 4107716A595 for ; Sun, 2 Jul 2006 14:34:00 +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 E26F343D53 for ; Sun, 2 Jul 2006 14:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62E0Wj0086015 for ; Sun, 2 Jul 2006 14:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62E0Wb3086009; Sun, 2 Jul 2006 14:00:32 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 14:00:32 GMT Resent-Message-Id: <200607021400.k62E0Wb3086009@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emil Mikulic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6F216A415 for ; Sun, 2 Jul 2006 13:59:11 +0000 (UTC) (envelope-from emil@dmr.ath.cx) Received: from ppp162-186.static.internode.on.net (ppp162-186.static.internode.on.net [150.101.162.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FCB43D48 for ; Sun, 2 Jul 2006 13:59:10 +0000 (GMT) (envelope-from emil@dmr.ath.cx) Received: by ppp162-186.static.internode.on.net (Poofix, from userid 1001) id 5C988405F; Sun, 2 Jul 2006 23:59:09 +1000 (EST) Message-Id: <20060702135909.5C988405F@ppp162-186.static.internode.on.net> Date: Sun, 2 Jul 2006 23:59:09 +1000 (EST) From: Emil Mikulic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99714: [maintainer] net-mgmt/darkstat update to 3.0.524 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 14:34:00 -0000 >Number: 99714 >Category: ports >Synopsis: [maintainer] net-mgmt/darkstat update to 3.0.524 >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 Jul 02 14:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Emil Mikulic >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: darkstat 3 is almost a complete rewrite of v2 and greatly improves speed, features, and reliability. >How-To-Repeat: >Fix: diff -Nur /usr/ports/net-mgmt/darkstat/Makefile darkstat/Makefile --- /usr/ports/net-mgmt/darkstat/Makefile Tue Apr 12 13:26:19 2005 +++ darkstat/Makefile Sun Jul 2 23:37:52 2006 @@ -6,29 +6,19 @@ # PORTNAME= darkstat -PORTVERSION= 2.6 -PORTREVISION= 1 +PORTVERSION= 3.0.524 CATEGORIES= net-mgmt -MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \ - http://yallara.cs.rmit.edu.au/~emikulic/_/ +MASTER_SITES= http://dmr.ath.cx/net/darkstat/ -MAINTAINER= emikulic@cs.rmit.edu.au -COMMENT= Network statistics gatherer, similar to ntop +MAINTAINER= emil@cs.rmit.edu.au +COMMENT= Network statistics gatherer and reporter -USE_GETTEXT= yes +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " -.else -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} -PLIST_SUB= NLS="" -.endif - MAN1= darkstat.1 -DOCS= AUTHORS ChangeLog INSTALL ISSUES README +DOCS= AUTHORS INSTALL README THANKS .if !defined(NOPORTDOCS) post-install: diff -Nur /usr/ports/net-mgmt/darkstat/distinfo darkstat/distinfo --- /usr/ports/net-mgmt/darkstat/distinfo Wed Feb 1 12:08:03 2006 +++ darkstat/distinfo Sun Jul 2 23:36:47 2006 @@ -1,3 +1,3 @@ -MD5 (darkstat-2.6.tar.gz) = 0a1a407acb6f9b35a46d64885c30d08d -SHA256 (darkstat-2.6.tar.gz) = de84a7a9ef1f8abdc8eecd3faeb562fd4bf72f6fb605129fa1b1254a4f4573b0 -SIZE (darkstat-2.6.tar.gz) = 230950 +MD5 (darkstat-3.0.524.tar.bz2) = f4a18ccb9c77c3d2317c1a041519a21e +SHA256 (darkstat-3.0.524.tar.bz2) = 767b27882ff26ac041517a951c366e49c18cea92bf3d4a0e779136a5dcbe9ee2 +SIZE (darkstat-3.0.524.tar.bz2) = 74605 diff -Nur /usr/ports/net-mgmt/darkstat/pkg-descr darkstat/pkg-descr --- /usr/ports/net-mgmt/darkstat/pkg-descr Mon Jul 15 09:10:13 2002 +++ darkstat/pkg-descr Sun Jul 2 23:38:53 2006 @@ -4,6 +4,6 @@ protocol. It also has a neat bandwidth usage graph. WWW: http://purl.org/net/darkstat -Author: Emil Mikulic +Author: Emil Mikulic -- Anders Nordby diff -Nur /usr/ports/net-mgmt/darkstat/pkg-plist darkstat/pkg-plist --- /usr/ports/net-mgmt/darkstat/pkg-plist Sat Nov 8 04:23:40 2003 +++ darkstat/pkg-plist Sun Jul 2 23:39:55 2006 @@ -1,26 +1,7 @@ @comment $FreeBSD: ports/net-mgmt/darkstat/pkg-plist,v 1.6 2003/11/07 17:23:40 sergei Exp $ sbin/darkstat -%%NLS%%share/locale/bg/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/da/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/es/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/fr/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/ga/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/hr/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/hu/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/id/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/lt/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/ms/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/nl/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/ro/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/sk/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/sr/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/sv/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/darkstat.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/darkstat.mo %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/ISSUES %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 14:34:26 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 795F616A7F0; Sun, 2 Jul 2006 14:34:26 +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 2EF6243D6E; Sun, 2 Jul 2006 14:34:26 +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 k62EYQTH088255; Sun, 2 Jul 2006 14:34:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62EYQCG088251; Sun, 2 Jul 2006 14:34:26 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 14:34:26 GMT From: Edwin Groothuis Message-Id: <200607021434.k62EYQCG088251@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99714: [maintainer] net-mgmt/darkstat update to 3.0.524 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 14:34:26 -0000 Synopsis: [maintainer] net-mgmt/darkstat update to 3.0.524 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Jul 2 14:34:25 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99714 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 14:34:32 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 A6B5216A407; Sun, 2 Jul 2006 14:34:32 +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 2ED9343E46; Sun, 2 Jul 2006 14:34:32 +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 k62EYWh0088328; Sun, 2 Jul 2006 14:34:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62EYVWv088324; Sun, 2 Jul 2006 14:34:31 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 14:34:31 GMT From: Edwin Groothuis Message-Id: <200607021434.k62EYVWv088324@freefall.freebsd.org> To: emil@cs.rmit.edu.au, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99714: [maintainer] net-mgmt/darkstat update to 3.0.524 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 14:34:32 -0000 Synopsis: [maintainer] net-mgmt/darkstat update to 3.0.524 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 14:34:31 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99714 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 15:20: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 84AEC16A416 for ; Sun, 2 Jul 2006 15:20: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 5041C43D45 for ; Sun, 2 Jul 2006 15:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62FKATw089525 for ; Sun, 2 Jul 2006 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62FKAx0089524; Sun, 2 Jul 2006 15:20:10 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 15:20:10 GMT Resent-Message-Id: <200607021520.k62FKAx0089524@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michiel Boland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4192E16A407 for ; Sun, 2 Jul 2006 15:12:26 +0000 (UTC) (envelope-from michiel@boland.org) Received: from neerbosch.nijmegen.internl.net (neerbosch.nijmegen.internl.net [217.149.193.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A525C43D46 for ; Sun, 2 Jul 2006 15:12:25 +0000 (GMT) (envelope-from michiel@boland.org) Received: from brakkenstein.nijmegen.internl.net by neerbosch.nijmegen.internl.net via brakkenstein.nijmegen.internl.net [217.149.193.41] with ESMTP for id k62FCOCo025630 (8.13.4/1.4); Sun, 2 Jul 2006 17:12:24 +0200 (MEST) Received: from localhost by brakkenstein.nijmegen.internl.net via mboland@localhost with ESMTP for id k62FCODS027174 (8.13.2/2.02); Sun, 2 Jul 2006 17:12:24 +0200 (MEST) Message-Id: Date: Sun, 2 Jul 2006 17:12:24 +0200 (MEST) From: Michiel Boland To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/99716: update of gmake to 3.81 breaks mozilla build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:20:11 -0000 >Number: 99716 >Category: ports >Synopsis: update of gmake to 3.81 breaks mozilla build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 15:20:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michiel Boland >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD leefnet.office.internl.net 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Thu Jun 29 16:50:50 CEST 2006 root@leefnet.office.internl.net:/usr/obj/usr/src/sys/LEEFNET i386 >Description: The www/mozilla ports does not build with gmake 3.81. >How-To-Repeat: Build www/mozilla with gmake 3.81 >Fix: The makefiles (or Makefile.in's) need to be corrected like this: (I take extensions/p3p/Makefile.in as an example since this is the one file where the build breaks. This is not a complete fix, there are many more places where an extra space is needed, but I got bored looking for them.) --- extensions/p3p/Makefile.in.orig Thu Dec 4 19:20:16 2003 +++ extensions/p3p/Makefile.in Sun Jul 2 15:35:57 2006 @@ -62,7 +62,7 @@ p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \ - -DHAS_TMPL_RETENTION\ + -DHAS_TMPL_RETENTION \ $< > $@ An alternative fix would be to downgrade gmake back to 3.80. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 15:20: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 AA99516A417 for ; Sun, 2 Jul 2006 15:20: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 D4CDD43D48 for ; Sun, 2 Jul 2006 15:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62FKAun089578 for ; Sun, 2 Jul 2006 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62FKAwo089569; Sun, 2 Jul 2006 15:20:10 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 15:20:10 GMT Resent-Message-Id: <200607021520.k62FKAwo089569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBF116A412 for ; Sun, 2 Jul 2006 15:19:44 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id A930443D5C for ; Sun, 2 Jul 2006 15:19:43 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id B04C17E903 for ; Sun, 2 Jul 2006 23:21:17 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OfI0YHaSIjtK for ; Sun, 2 Jul 2006 23:21:16 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id B931A7E993; Sun, 2 Jul 2006 23:21:16 +0800 (CST) Message-Id: <20060702152116.B931A7E993@FreeBSD.csie.nctu.edu.tw> Date: Sun, 2 Jul 2006 23:21:16 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99717: [patch] clean up WANT_PHP_PEAR knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cheng-Lung Sung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:20:11 -0000 >Number: 99717 >Category: ports >Synopsis: [patch] clean up WANT_PHP_PEAR knob >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 Jul 02 15:20:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #7: Thu Apr 13 03:20:20 CST 2006 root@FreeBSD.csie.nctu.edu.tw:/home/usr.obj/usr/src/sys/FREEBSD i386 >Description: WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.php.mk.diff?r1=1.20&r2=1.21&f=h But lots of ports still defined them. >How-To-Repeat: >Fix: Index: devel/php5-phing/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/php5-phing/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/php5-phing/Makefile 9 Apr 2006 13:54:16 -0000 1.1 +++ devel/php5-phing/Makefile 2 Jul 2006 15:16:00 -0000 @@ -18,7 +18,6 @@ USE_PHP= yes DEFAULT_PHP_VER=5 WANT_PHP_CLI= yes -WANT_PHP_PEAR= yes NO_BUILD= yes do-install: Index: dns/poweradmin/Makefile =================================================================== RCS file: /home/pcvs/ports/dns/poweradmin/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- dns/poweradmin/Makefile 20 Jan 2005 16:49:51 -0000 1.1 +++ dns/poweradmin/Makefile 2 Jul 2006 15:16:00 -0000 @@ -18,7 +18,6 @@ USE_PHP= mysql WANT_PHP_WEB= yes -WANT_PHP_PEAR= yes NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= INSTALLDIR=${INSTALLDIR} Index: mail/postfixadmin/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/postfixadmin/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- mail/postfixadmin/Makefile 20 Jun 2006 10:29:55 -0000 1.20 +++ mail/postfixadmin/Makefile 2 Jul 2006 15:16:00 -0000 @@ -27,7 +27,6 @@ .include USE_APACHE= 1.3+ -WANT_PHP_PEAR= yes USE_PHP= pcre session .ifndef(WITHOUT_MYSQL) Index: mail/squirrelmail-devel/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/squirrelmail-devel/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- mail/squirrelmail-devel/Makefile 20 Mar 2006 16:17:46 -0000 1.1 +++ mail/squirrelmail-devel/Makefile 2 Jul 2006 15:16:00 -0000 @@ -24,7 +24,6 @@ USE_BZIP2= yes .ifdef WITH_DATABASE -WANT_PHP_PEAR= yes RUN_DEPENDS+= ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif Index: mail/squirrelmail/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/squirrelmail/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- mail/squirrelmail/Makefile 6 Jun 2006 10:30:47 -0000 1.42 +++ mail/squirrelmail/Makefile 2 Jul 2006 15:16:00 -0000 @@ -24,7 +24,6 @@ USE_BZIP2= yes .ifdef WITH_DATABASE -WANT_PHP_PEAR= yes RUN_DEPENDS+= ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif Index: misc/instant-tinderbox/Makefile =================================================================== RCS file: /home/pcvs/ports/misc/instant-tinderbox/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- misc/instant-tinderbox/Makefile 7 Mar 2006 08:26:53 -0000 1.3 +++ misc/instant-tinderbox/Makefile 2 Jul 2006 15:16:00 -0000 @@ -34,7 +34,6 @@ USE_APACHE= yes -WANT_PHP_PEAR= yes USE_PHP= yes USE_TCL= yes Index: security/pear-Text_Password/Makefile =================================================================== RCS file: /home/pcvs/ports/security/pear-Text_Password/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- security/pear-Text_Password/Makefile 5 Apr 2006 21:04:28 -0000 1.8 +++ security/pear-Text_Password/Makefile 2 Jul 2006 15:16:00 -0000 @@ -13,7 +13,6 @@ COMMENT= PEAR random password creator USE_PHP= yes -WANT_PHP_PEAR= yes CATEGORY= Text FILES= Password.php >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 15:20:59 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 5775916A47B; Sun, 2 Jul 2006 15:20:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026EA43D60; Sun, 2 Jul 2006 15:20:56 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62FKuMe089732; Sun, 2 Jul 2006 15:20:56 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62FKuh8089728; Sun, 2 Jul 2006 15:20:56 GMT (envelope-from clsung) Date: Sun, 2 Jul 2006 15:20:56 GMT From: Cheng-Lung Sung Message-Id: <200607021520.k62FKuh8089728@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99717: [patch] clean up WANT_PHP_PEAR knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 15:20:59 -0000 Synopsis: [patch] clean up WANT_PHP_PEAR knob Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Sun Jul 2 15:20:56 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99717 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 15:57: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 B5E2616A50A; Sun, 2 Jul 2006 15:57:13 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89004432C; Sun, 2 Jul 2006 15:36:47 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62FalgP091364; Sun, 2 Jul 2006 15:36:47 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62FalYS091360; Sun, 2 Jul 2006 15:36:47 GMT (envelope-from arved) Date: Sun, 2 Jul 2006 15:36:47 GMT From: Tilman Linneweh Message-Id: <200607021536.k62FalYS091360@freefall.freebsd.org> To: supraexpress@globaleyes.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99466: GPA fails to sign newly imported GPG key ("GPGME library returned an unexpected error") X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:57:13 -0000 Synopsis: GPA fails to sign newly imported GPG key ("GPGME library returned an unexpected error") State-Changed-From-To: open->suspended State-Changed-By: arved State-Changed-When: Sun Jul 2 15:35:30 UTC 2006 State-Changed-Why: New version of gpa requires gpgme 1.1.x http://www.freebsd.org/cgi/query-pr.cgi?pr=99466 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 15:57: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 3366316A523; Sun, 2 Jul 2006 15:57:14 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E1E044364; Sun, 2 Jul 2006 15:38:37 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62FcbJT091426; Sun, 2 Jul 2006 15:38:37 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62FcbTf091422; Sun, 2 Jul 2006 15:38:37 GMT (envelope-from arved) Date: Sun, 2 Jul 2006 15:38:37 GMT From: Tilman Linneweh Message-Id: <200607021538.k62FcbTf091422@freefall.freebsd.org> To: supraexpress@globaleyes.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99518: security/gpa crashes when attempting to encrypt multiple files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 15:57:14 -0000 Synopsis: security/gpa crashes when attempting to encrypt multiple files State-Changed-From-To: open->suspended State-Changed-By: arved State-Changed-When: Sun Jul 2 15:37:26 UTC 2006 State-Changed-Why: New version of gpa requires gpgme 1.1.x http://www.freebsd.org/cgi/query-pr.cgi?pr=99518 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 15:57: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 258C116A524; Sun, 2 Jul 2006 15:57:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505343D45; Sun, 2 Jul 2006 15:24:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62FO3ve089884; Sun, 2 Jul 2006 15:24:03 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62FO3IU089880; Sun, 2 Jul 2006 15:24:03 GMT (envelope-from clsung) Date: Sun, 2 Jul 2006 15:24:03 GMT From: Cheng-Lung Sung Message-Id: <200607021524.k62FO3IU089880@freefall.freebsd.org> To: emikulic@cs.rmit.edu.au, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99714: [maintainer] net-mgmt/darkstat update to 3.0.524 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 15:57:16 -0000 Synopsis: [maintainer] net-mgmt/darkstat update to 3.0.524 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Sun Jul 2 15:24:02 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99714 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 17:50:26 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 EE87A16A40F for ; Sun, 2 Jul 2006 17:50: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 82D4543FED for ; Sun, 2 Jul 2006 17:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62HoLuY098075 for ; Sun, 2 Jul 2006 17:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62HoLRG098074; Sun, 2 Jul 2006 17:50:21 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 17:50:21 GMT Resent-Message-Id: <200607021750.k62HoLRG098074@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Udo Schweigert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C6E16A40F for ; Sun, 2 Jul 2006 17:48:55 +0000 (UTC) (envelope-from udo.schweigert@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD6543D46 for ; Sun, 2 Jul 2006 17:48:54 +0000 (GMT) (envelope-from udo.schweigert@siemens.com) Received: from mail1.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id k62HmqBq026302 for ; Sun, 2 Jul 2006 19:48:52 +0200 Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9]) by mail1.siemens.de (8.12.6/8.12.6) with ESMTP id k62HmmA9016563 for ; Sun, 2 Jul 2006 19:48:48 +0200 Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) by mars.cert.siemens.com (8.13.7/8.13.7/$SiemensCERT: mail/cert.mc.pre, v 1.68 2006/06/21 05:37:51 mailadm Exp $) with ESMTP id k62HmmCj057017 for ; Sun, 2 Jul 2006 19:48:48 +0200 (CEST) Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) by alaska.cert.siemens.com (8.13.7/8.13.7/$Ust: hosts/alaska/mail/config.mc, v 1.20 2006/06/21 05:39:02 ust Exp $) with ESMTP id k62HmmLI084727 for ; Sun, 2 Jul 2006 19:48:48 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.com) Received: (from ust@localhost) by alaska.cert.siemens.com (8.13.7/8.13.7/$Ust: hosts/alaska/mail/submit.mc,v 1.6 2004/08/29 16:18:57 ust Exp $) id k62HmmTb077947; Sun, 2 Jul 2006 19:48:48 +0200 (CEST) (envelope-from ust) Message-Id: <200607021748.k62HmmTb077947@alaska.cert.siemens.com> Date: Sun, 2 Jul 2006 19:48:48 +0200 (CEST) From: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99719: maintainer-update of mail/mutt-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Udo Schweigert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:50:26 -0000 >Number: 99719 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 17:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: >Description: Maintainer update of mail/mutt-devel: - Fix the WITH_MUTT_CYRUS_SASL2 knob. >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Sat Jul 1 06:07:58 2006 +++ ./Makefile Sun Jul 2 19:47:00 2006 @@ -362,7 +362,7 @@ CONFIGURE_ARGS+= --with-slang=${LOCALBASE} .endif .if defined(WITH_MUTT_CYRUS_SASL2) -CONFIGURE_ARGS+= --with-sasl2=${LOCALBASE} +CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18:00:40 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 D10B816A4D1 for ; Sun, 2 Jul 2006 18:00:40 +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 862594400B for ; Sun, 2 Jul 2006 18: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 k62I0b50098360 for ; Sun, 2 Jul 2006 18:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62I0bnl098359; Sun, 2 Jul 2006 18:00:37 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 18:00:37 GMT Resent-Message-Id: <200607021800.k62I0bnl098359@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Soeren Straarup Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F5F16A40F for ; Sun, 2 Jul 2006 17:55:32 +0000 (UTC) (envelope-from root@beacon.x12.dk) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4E743D4C for ; Sun, 2 Jul 2006 17:55:30 +0000 (GMT) (envelope-from root@beacon.x12.dk) Received: from x12.dk ([83.72.97.237] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 224488362 for FreeBSD-gnats-submit@freebsd.org; Sun, 02 Jul 2006 19:55:28 +0200 Received: from localhost (localhost [127.0.0.1]) by x12.dk (Postfix) with SMTP id 5763A50839 for ; Sun, 2 Jul 2006 19:55:26 +0200 (CEST) Received: from beacon.x12.dk (beacon.lan [10.40.61.30]) by x12.dk (Postfix) with ESMTP id AB7175082A; Sun, 2 Jul 2006 19:55:25 +0200 (CEST) Received: by beacon.x12.dk (Postfix, from userid 0) id 64C5C44EC; Sun, 2 Jul 2006 19:55:25 +0200 (CEST) Message-Id: <20060702175525.64C5C44EC@beacon.x12.dk> Date: Sun, 2 Jul 2006 19:55:25 +0200 (CEST) From: Soeren Straarup To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bd_subzero@yahoo.com Subject: ports/99720: [PATCH] net/libeXosip2: update to 2.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:00:40 -0000 >Number: 99720 >Category: ports >Synopsis: [PATCH] net/libeXosip2: update to 2.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 18:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Soeren Straarup >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Feb 7 20:11:22 CET >Description: - Update to 2.2.3 Removed file(s): - files/patch-josua-Makefile.in Port maintainer (bd_subzero@yahoo.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libeXosip2-2.2.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/libeXosip2/Makefile /space/portstrees/FreeBSD/ports/net/libexosip2/Makefile --- /usr/ports/net/libeXosip2/Makefile Sun Jul 2 19:53:27 2006 +++ /space/portstrees/FreeBSD/ports/net/libexosip2/Makefile Sun Jul 2 18:52:19 2006 @@ -6,7 +6,7 @@ # PORTNAME= libeXosip2 -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= exosip diff -ruN --exclude=CVS /usr/ports/net/libeXosip2/distinfo /space/portstrees/FreeBSD/ports/net/libexosip2/distinfo --- /usr/ports/net/libeXosip2/distinfo Sun Jul 2 19:53:27 2006 +++ /space/portstrees/FreeBSD/ports/net/libexosip2/distinfo Sun Jul 2 19:09:36 2006 @@ -1,3 +1,3 @@ -MD5 (libeXosip2-2.2.2.tar.gz) = 3434df493dc780b4bae76467ce29d689 -SHA256 (libeXosip2-2.2.2.tar.gz) = 9642a33ffb50b256a1c2dc92f0dd0ecfb7af246c5b1295b41e75ab51ff89a5dd -SIZE (libeXosip2-2.2.2.tar.gz) = 492317 +MD5 (libeXosip2-2.2.3.tar.gz) = 837a35f085890eac3328ac402b24383b +SHA256 (libeXosip2-2.2.3.tar.gz) = a09e97847f3983431c5453bf2f3de1629e629c1b4ea9ddc5e3aa6caaf7417b05 +SIZE (libeXosip2-2.2.3.tar.gz) = 499517 diff -ruN --exclude=CVS /usr/ports/net/libeXosip2/files/patch-josua-Makefile.in /space/portstrees/FreeBSD/ports/net/libexosip2/files/patch-josua-Makefile.in --- /usr/ports/net/libeXosip2/files/patch-josua-Makefile.in Sun Jul 2 19:53:24 2006 +++ /space/portstrees/FreeBSD/ports/net/libexosip2/files/patch-josua-Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,27 +0,0 @@ -*** josua/Makefile.in Thu Nov 24 17:26:35 2005 ---- josua/Makefile.in Thu Apr 13 01:21:29 2006 -*************** -*** 281,291 **** - @GLIB_SUPPORT_TRUE@josua_LDFLAGS = -O @EXOSIP_LIB@ @PTHREAD_LIBS@ @JOSUA_LIB@ `pkg-config --libs glib-2.0` - @MEDIASTREAMER_SUPPORT_TRUE@@ORTP_SUPPORT_FALSE@@UCL_SUPPORT_FALSE@MORE_MYADD = -lortp -lm -lmediastreamer -lmsspeex - @ORTP_SUPPORT_TRUE@@UCL_SUPPORT_FALSE@MORE_MYADD = -L$(libdir) -lortp -lm -! @UCL_SUPPORT_TRUE@MORE_MYADD = /usr/local/lib/libuclmmbase.a - @MEDIASTREAMER_SUPPORT_TRUE@@ORTP_SUPPORT_FALSE@@UCL_SUPPORT_FALSE@MORE_INCLUDES = -I$(includedir)/mediastreamer -I$(includedir)/ortp - @ORTP_SUPPORT_TRUE@@UCL_SUPPORT_FALSE@MORE_INCLUDES = -I$(includedir)/ortp - @UCL_SUPPORT_TRUE@MORE_INCLUDES = -I/ucl -! josua_LDADD = $(top_builddir)/src/libeXosip2.la libjosua.la $(libdir)/libosip2.la $(libdir)/libosipparser2.la -lrt $(MORE_MYADD) - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(includedir) $(MORE_INCLUDES) - libjosua_la_LIBADD = $(top_builddir)/src/libeXosip2.la $(libdir)/libosip2.la $(libdir)/libosipparser2.la $(MORE_MYADD) - all: all-am ---- 281,291 ---- - @GLIB_SUPPORT_TRUE@josua_LDFLAGS = -O @EXOSIP_LIB@ @PTHREAD_LIBS@ @JOSUA_LIB@ `pkg-config --libs glib-2.0` - @MEDIASTREAMER_SUPPORT_TRUE@@ORTP_SUPPORT_FALSE@@UCL_SUPPORT_FALSE@MORE_MYADD = -lortp -lm -lmediastreamer -lmsspeex - @ORTP_SUPPORT_TRUE@@UCL_SUPPORT_FALSE@MORE_MYADD = -L$(libdir) -lortp -lm -! @UCL_SUPPORT_TRUE@MORE_MYADD = uclmmbase - @MEDIASTREAMER_SUPPORT_TRUE@@ORTP_SUPPORT_FALSE@@UCL_SUPPORT_FALSE@MORE_INCLUDES = -I$(includedir)/mediastreamer -I$(includedir)/ortp - @ORTP_SUPPORT_TRUE@@UCL_SUPPORT_FALSE@MORE_INCLUDES = -I$(includedir)/ortp - @UCL_SUPPORT_TRUE@MORE_INCLUDES = -I/ucl -! josua_LDADD = $(top_builddir)/src/libeXosip2.la libjosua.la $(libdir)/libosip2.la $(libdir)/libosipparser2.la -l$(MORE_MYADD) - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(includedir) $(MORE_INCLUDES) - libjosua_la_LIBADD = $(top_builddir)/src/libeXosip2.la $(libdir)/libosip2.la $(libdir)/libosipparser2.la $(MORE_MYADD) - all: all-am --- libeXosip2-2.2.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18: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 62A7D16A417; Sun, 2 Jul 2006 18:00:47 +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 1752943D46; Sun, 2 Jul 2006 18:00:47 +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 k62I0kND098472; Sun, 2 Jul 2006 18:00:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62I0kfc098466; Sun, 2 Jul 2006 18:00:46 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 18:00:46 GMT From: Edwin Groothuis Message-Id: <200607021800.k62I0kfc098466@freefall.freebsd.org> To: xride@x12.dk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99720: [PATCH] net/libeXosip2: update to 2.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:00:47 -0000 Synopsis: [PATCH] net/libeXosip2: update to 2.2.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 18:00:46 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99720 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18: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 C3F4A16A492; Sun, 2 Jul 2006 18:44:13 +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 9228144374; Sun, 2 Jul 2006 18:24:13 +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 k62IODrX000956; Sun, 2 Jul 2006 18:24:13 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62IODgp000952; Sun, 2 Jul 2006 18:24:13 GMT (envelope-from novel) Date: Sun, 2 Jul 2006 18:24:13 GMT From: Roman Bogorodskiy Message-Id: <200607021824.k62IODgp000952@freefall.freebsd.org> To: novel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/99713: [MAINTAINER-UPDATE] sysutils/bacula-server include latest doc release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:44:13 -0000 Synopsis: [MAINTAINER-UPDATE] sysutils/bacula-server include latest doc release Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: novel Responsible-Changed-When: Sun Jul 2 18:24:12 UTC 2006 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99713 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18:44: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 EF2CD16A5F0; Sun, 2 Jul 2006 18:44:20 +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 2FF4C44234; Sun, 2 Jul 2006 18:20:12 +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 k62IKC66099168; Sun, 2 Jul 2006 18:20:12 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62IKBPd099164; Sun, 2 Jul 2006 18:20:11 GMT (envelope-from novel) Date: Sun, 2 Jul 2006 18:20:11 GMT From: Roman Bogorodskiy Message-Id: <200607021820.k62IKBPd099164@freefall.freebsd.org> To: novel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/99719: maintainer-update of mail/mutt-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:44:21 -0000 Synopsis: maintainer-update of mail/mutt-devel Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: novel Responsible-Changed-When: Sun Jul 2 18:20:11 UTC 2006 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99719 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18:50: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 C7C7916A403 for ; Sun, 2 Jul 2006 18:50: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 7458443D5C for ; Sun, 2 Jul 2006 18:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62IoPdR002803 for ; Sun, 2 Jul 2006 18:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62IoPk4002802; Sun, 2 Jul 2006 18:50:25 GMT (envelope-from gnats) Date: Sun, 2 Jul 2006 18:50:25 GMT Message-Id: <200607021850.k62IoPk4002802@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Zhuravlev Cc: Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed 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, 02 Jul 2006 18:50:29 -0000 The following reply was made to PR ports/99699; it has been noted by GNATS. From: Alexander Zhuravlev To: bug-followup@FreeBSD.org Cc: beckman@purplecow.com Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed Date: Sun, 2 Jul 2006 22:22:13 +0400 Generally, yes, smarty can work with any PHP SAPI, however in your case the issue is not connected to a bug in the port specification. Please try to perform the following operations 1. deinstall php ports 2. cd /usr/ports/lang/php5/ && make config && make clean install clean 3. cd /usr/ports/www/smarty && make clean install clean -- Alexander Zhuravlev From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18:53: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 30BF616A416; Sun, 2 Jul 2006 18:53:06 +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 D96F743D45; Sun, 2 Jul 2006 18:53:05 +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 k62Ir5tI003252; Sun, 2 Jul 2006 18:53:05 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62Ir5tA003248; Sun, 2 Jul 2006 18:53:05 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 18:53:05 GMT From: Ion-Mihai Tetcu Message-Id: <200607021853.k62Ir5tA003248@freefall.freebsd.org> To: hannes.hauswedell@gmail.com, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99653: New Port: sysutils/kports (error in the last one) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 18:53:06 -0000 Synopsis: New Port: sysutils/kports (error in the last one) State-Changed-From-To: open->feedback State-Changed-By: itetcu State-Changed-When: Sun Jul 2 18:53:05 UTC 2006 State-Changed-Why: Build errors: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=961 http://www.freebsd.org/cgi/query-pr.cgi?pr=99653 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18:53: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 23E7D16A407; Sun, 2 Jul 2006 18:53:20 +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 CD9AA43D46; Sun, 2 Jul 2006 18:53:19 +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 k62IrJqO003348; Sun, 2 Jul 2006 18:53:19 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62IrJDM003344; Sun, 2 Jul 2006 18:53:19 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 18:53:19 GMT From: Ion-Mihai Tetcu Message-Id: <200607021853.k62IrJDM003344@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99653: New Port: sysutils/kports (error in the last one) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 18:53:20 -0000 Synopsis: New Port: sysutils/kports (error in the last one) Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 18:53:19 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99653 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 18:58: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 E109916A412; Sun, 2 Jul 2006 18:58:49 +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 956B443D53; Sun, 2 Jul 2006 18:58:49 +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 k62IwnFY003487; Sun, 2 Jul 2006 18:58:49 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62IwmrU003483; Sun, 2 Jul 2006 18:58:48 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 18:58:48 GMT From: Ion-Mihai Tetcu Message-Id: <200607021858.k62IwmrU003483@freefall.freebsd.org> To: kay_lehmann@web.de, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99404: [Maintainer Update] sysutils/lineak_kdeplugins: update to version 0.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, 02 Jul 2006 18:58:50 -0000 Synopsis: [Maintainer Update] sysutils/lineak_kdeplugins: update to version 0.9 State-Changed-From-To: feedback->open State-Changed-By: itetcu State-Changed-When: Sun Jul 2 18:58:48 UTC 2006 State-Changed-Why: new patch received http://www.freebsd.org/cgi/query-pr.cgi?pr=99404 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 19:00: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 E114816A417; Sun, 2 Jul 2006 19:00:24 +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 E6A7A43D45; Sun, 2 Jul 2006 19:00:23 +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 k62J0Nbx003584; Sun, 2 Jul 2006 19:00:23 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62J0NHF003580; Sun, 2 Jul 2006 19:00:23 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 19:00:23 GMT From: Ion-Mihai Tetcu Message-Id: <200607021900.k62J0NHF003580@freefall.freebsd.org> To: kay_lehmann@web.de, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99403: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.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, 02 Jul 2006 19:00:25 -0000 Synopsis: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.9 State-Changed-From-To: feedback->open State-Changed-By: itetcu State-Changed-When: Sun Jul 2 19:00:22 UTC 2006 State-Changed-Why: new patch received http://www.freebsd.org/cgi/query-pr.cgi?pr=99403 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 19:00:39 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 9980316A576; Sun, 2 Jul 2006 19:00:39 +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 153DC43D49; Sun, 2 Jul 2006 19:00:39 +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 k62J0c0u003742; Sun, 2 Jul 2006 19:00:38 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62J0cEb003732; Sun, 2 Jul 2006 19:00:38 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 19:00:38 GMT From: Ion-Mihai Tetcu Message-Id: <200607021900.k62J0cEb003732@freefall.freebsd.org> To: kay_lehmann@web.de, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99401: [Maintainer Update] sysutils/lineakd: Update to version 0.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, 02 Jul 2006 19:00:39 -0000 Synopsis: [Maintainer Update] sysutils/lineakd: Update to version 0.9 State-Changed-From-To: feedback->open State-Changed-By: itetcu State-Changed-When: Sun Jul 2 19:00:37 UTC 2006 State-Changed-Why: new patch received http://www.freebsd.org/cgi/query-pr.cgi?pr=99401 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 19:00:42 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 0ECB916A57F for ; Sun, 2 Jul 2006 19:00:42 +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 8113F43D53 for ; Sun, 2 Jul 2006 19:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62J0fDE003763 for ; Sun, 2 Jul 2006 19:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62J0fTa003762; Sun, 2 Jul 2006 19:00:41 GMT (envelope-from gnats) Date: Sun, 2 Jul 2006 19:00:41 GMT Message-Id: <200607021900.k62J0fTa003762@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Peter Beckman Cc: Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Beckman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 19:00:42 -0000 The following reply was made to PR ports/99699; it has been noted by GNATS. From: Peter Beckman To: Alexander Zhuravlev Cc: bug-followup@FreeBSD.org Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed Date: Sun, 2 Jul 2006 14:55:46 -0400 (EDT) On Sun, 2 Jul 2006, Alexander Zhuravlev wrote: > Generally, yes, smarty can work with any PHP SAPI, however in your case > the issue is not connected to a bug in the port specification. > Please try to perform the following operations > > 1. deinstall php ports > 2. cd /usr/ports/lang/php5/ && make config && make clean install clean > 3. cd /usr/ports/www/smarty && make clean install clean --> more /usr/local/etc/php.conf PHP_VER=5 PHP_VERSION=5.1.2 PHP_PORT=${PORTSDIR}/lang/php5 PHP_SAPI=full Wouldn't simply changing this file fix it? Seems like overkill to deinstall and reinstall an entire port just to update a simple config file. Also, shouldn't the bsd.php.mk be updated to handle the backwards compatibility of a very recent port? Seems like fixing the bsd.php.mk file to handle older but valid installations of PHP would be a better fix than re-upgrading to upgrade smarty... If you agree, I'll open a change request for the .mk file rather than smarty. Beckman --------------------------------------------------------------------------- Peter Beckman Internet Guy beckman@purplecow.com http://www.purplecow.com/ --------------------------------------------------------------------------- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 20:07: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 B6F4816A52D; Sun, 2 Jul 2006 20:07:17 +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 8BF7F443B9; Sun, 2 Jul 2006 19:43:18 +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 k62JhIkt006388; Sun, 2 Jul 2006 19:43:18 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62JhIlc006384; Sun, 2 Jul 2006 19:43:18 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 19:43:18 GMT From: Ion-Mihai Tetcu Message-Id: <200607021943.k62JhIlc006384@freefall.freebsd.org> To: aren.tyr@gawab.com, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/96828: New port: sysutils/cdcat A QT based tool for offline CD/DVD/disk catalogs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 20:07:17 -0000 Synopsis: New port: sysutils/cdcat A QT based tool for offline CD/DVD/disk catalogs State-Changed-From-To: open->feedback State-Changed-By: itetcu State-Changed-When: Sun Jul 2 19:43:17 UTC 2006 State-Changed-Why: Doesn't build: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=965 http://www.freebsd.org/cgi/query-pr.cgi?pr=96828 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 20:07: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 B8E7016A6FC; Sun, 2 Jul 2006 20:07:25 +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 C3B83443D2; Sun, 2 Jul 2006 19:43:34 +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 k62JhYv4006480; Sun, 2 Jul 2006 19:43:34 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62JhYb2006476; Sun, 2 Jul 2006 19:43:34 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 19:43:34 GMT From: Ion-Mihai Tetcu Message-Id: <200607021943.k62JhYb2006476@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/96828: New port: sysutils/cdcat A QT based tool for offline CD/DVD/disk catalogs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 20:07:25 -0000 Synopsis: New port: sysutils/cdcat A QT based tool for offline CD/DVD/disk catalogs Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 19:43:34 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=96828 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 20: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 E726816A417 for ; Sun, 2 Jul 2006 20: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 61B7A43D49 for ; Sun, 2 Jul 2006 20:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62KAIN3007581 for ; Sun, 2 Jul 2006 20:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62KAIei007580; Sun, 2 Jul 2006 20:10:18 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 20:10:18 GMT Resent-Message-Id: <200607022010.k62KAIei007580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tarasov Alexey Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16C5916A54B for ; Sun, 2 Jul 2006 20:07:24 +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 E3C0A4463C for ; Sun, 2 Jul 2006 19:49:05 +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 k62Jn5so044369 for ; Sun, 2 Jul 2006 19:49:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k62Jn5R7044366; Sun, 2 Jul 2006 19:49:05 GMT (envelope-from nobody) Message-Id: <200607021949.k62Jn5R7044366@www.freebsd.org> Date: Sun, 2 Jul 2006 19:49:05 GMT From: Tarasov Alexey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99722: NEW PORT: devel/monotone-viz (GUI tool to view Monotone VCS revisions history) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 20:10:20 -0000 >Number: 99722 >Category: ports >Synopsis: NEW PORT: devel/monotone-viz (GUI tool to view Monotone VCS revisions history) >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 20:10:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tarasov Alexey >Release: FreeBSD 7.0-Current >Organization: >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/devel/monotone-viz # /usr/ports/devel/monotone-viz/files # /usr/ports/devel/monotone-viz/files/patch-configure # /usr/ports/devel/monotone-viz/Makefile # /usr/ports/devel/monotone-viz/pkg-descr # /usr/ports/devel/monotone-viz/pkg-plist # /usr/ports/devel/monotone-viz/distinfo # echo c - /usr/ports/devel/monotone-viz mkdir -p /usr/ports/devel/monotone-viz > /dev/null 2>&1 echo c - /usr/ports/devel/monotone-viz/files mkdir -p /usr/ports/devel/monotone-viz/files > /dev/null 2>&1 echo x - /usr/ports/devel/monotone-viz/files/patch-configure sed 's/^X//' >/usr/ports/devel/monotone-viz/files/patch-configure << 'END-of-/usr/ports/devel/monotone-viz/files/patch-configure' X--- configure.orig Sun Jul 2 23:13:24 2006 X+++ configure Sun Jul 2 23:13:39 2006 X@@ -2199,9 +2199,6 @@ X option." >&2;} X { (exit 1); exit 1; }; } X fi X- if test "${MONOTONE_DIR:0:1}" != "/" ; then X- MONOTONE_DIR="$(pwd)/$MONOTONE_DIR" X- fi X fi X X END-of-/usr/ports/devel/monotone-viz/files/patch-configure echo x - /usr/ports/devel/monotone-viz/Makefile sed 's/^X//' >/usr/ports/devel/monotone-viz/Makefile << 'END-of-/usr/ports/devel/monotone-viz/Makefile' X# New ports collection makefile for: monotone-viz X# # Date created: 2 July 2006 X# # Whom: Tarasov Alexey X# # X# # $FreeBSD$ X# # X XPORTNAME= monotone-viz XPORTVERSION= 0.14 XCATEGORIES= devel XMASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ XCOMMENT= Visual interface for Monotone VCS with revision graphs. X XMAINTAINER= master@preved.cn X XBUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ X lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \ X dot:${PORTSDIR}/graphics/graphviz \ X mtn:${PORTSDIR}/devel/monotone \ X sqlite3:${PORTSDIR}/databases/sqlite3 X XGNU_CONFIGURE= YES XUSE_GMAKE= YES X XALL_TARGET= X X.include END-of-/usr/ports/devel/monotone-viz/Makefile echo x - /usr/ports/devel/monotone-viz/pkg-descr sed 's/^X//' >/usr/ports/devel/monotone-viz/pkg-descr << 'END-of-/usr/ports/devel/monotone-viz/pkg-descr' XMonotone-viz is a small GTK+ application that visualizes monotone ancestry graphs. Monotone is a free distributed version control system. Monotone-viz is developed in the Objective Caml language, using the GTK+ and libgnomecanvas libraries (via LablGTK, an OCaml binding for GTK+), and it uses the dot program from the Graphviz package. X XWWW: http://oandrieu.nerim.net/monotone-viz/ X X- Tarasov Alexey Xmaster@preved.cn END-of-/usr/ports/devel/monotone-viz/pkg-descr echo x - /usr/ports/devel/monotone-viz/pkg-plist sed 's/^X//' >/usr/ports/devel/monotone-viz/pkg-plist << 'END-of-/usr/ports/devel/monotone-viz/pkg-plist' Xbin/monotone-viz END-of-/usr/ports/devel/monotone-viz/pkg-plist echo x - /usr/ports/devel/monotone-viz/distinfo sed 's/^X//' >/usr/ports/devel/monotone-viz/distinfo << 'END-of-/usr/ports/devel/monotone-viz/distinfo' XMD5 (monotone-viz-0.14.tar.gz) = 163f592b25cceb31db257e10ba8dc9c1 XSHA256 (monotone-viz-0.14.tar.gz) = 9a563417a0a5a72ac54c494ee19545ed634ed3f13ed1cf79b29cc4f4ca5e50dc XSIZE (monotone-viz-0.14.tar.gz) = 504439 END-of-/usr/ports/devel/monotone-viz/distinfo exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 20:29: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 4B95916A415; Sun, 2 Jul 2006 20:29:18 +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 066F143D46; Sun, 2 Jul 2006 20:29:18 +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 k62KTHFL008201; Sun, 2 Jul 2006 20:29:17 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62KTH8u008197; Sun, 2 Jul 2006 20:29:17 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 20:29:17 GMT From: Ion-Mihai Tetcu Message-Id: <200607022029.k62KTH8u008197@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/96199: new port java/jdic: The JDesktop Integration Components (JDIC) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 20:29:18 -0000 Synopsis: new port java/jdic: The JDesktop Integration Components (JDIC) Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 20:29:17 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=96199 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:30: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 1C40816A40F for ; Sun, 2 Jul 2006 21:30: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 C3D45444CF for ; Sun, 2 Jul 2006 21: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 k62LUJei011504 for ; Sun, 2 Jul 2006 21: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 k62LUJ6s011503; Sun, 2 Jul 2006 21:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 21:30:19 GMT Resent-Message-Id: <200607022130.k62LUJ6s011503@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F2B16A412 for ; Sun, 2 Jul 2006 21:28:17 +0000 (UTC) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (xdsl-10260.wroclaw.dialog.net.pl [84.40.242.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9476444B3 for ; Sun, 2 Jul 2006 21:28:14 +0000 (GMT) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (smmsp@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.13.6/8.13.6) with ESMTP id k62LS9tb095582; Sun, 2 Jul 2006 23:28:10 +0200 (CEST) (envelope-from marcin@ghost.pnet.one.pl) Received: (from root@localhost) by ghost.pnet.one.pl (8.13.6/8.13.6/Submit) id k62LS8MG095581; Sun, 2 Jul 2006 23:28:08 +0200 (CEST) (envelope-from marcin) Message-Id: <200607022128.k62LS8MG095581@ghost.pnet.one.pl> Date: Sun, 2 Jul 2006 23:28:08 +0200 (CEST) From: Marcin Wisnicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alex@bsdguru.org Subject: ports/99725: [PATCH] polish/ekg: file conflicts with polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:30:21 -0000 >Number: 99725 >Category: ports >Synopsis: [PATCH] polish/ekg: file conflicts with polish/libgadu >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 Jul 02 21:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 24 06:58:43 CEST 2006 >Description: This port installs its own copy of libgadu.so that conflicts with libgadu port. Because setting CONFLICTS on both ports is undesirable, polish/ekg should instead not install libgadu.so and use the one provided with polish/libgadu. Following patch adds dependency on libgadu and hacks configure to allow building with external library. Unnecessary parts of port were removed (MAKE_ENV, mandir) I am also going to submit a pr against polish/libgadu that sets conflict with older versions of polish/ekg. As a consequence, upgrading ekg with portupgrade if libgadu is already installed will be broken. If this patch is going to be commited, something like this should be added to UPDATING: If you have installed both ekg-1.6,2 and libgadu-20051229_1 then you should first deinstall them and install polish/ekg after that, eg: pkg_deinstall -f pl-ekg-\* pl-libgadu-\* portinstall polish/ekg Port maintainer (alex@bsdguru.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pl-ekg-1.6_1,2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/polish/ekg.orig/Makefile /usr/ports/polish/ekg/Makefile --- /usr/ports/polish/ekg.orig/Makefile Mon Nov 14 17:09:05 2005 +++ /usr/ports/polish/ekg/Makefile Sun Jul 2 21:29:28 2006 @@ -6,6 +6,7 @@ PORTNAME= ekg PORTVERSION= 1.6 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= polish net-im MASTER_SITES= http://dev.null.pl/ekg/ @@ -13,22 +14,19 @@ MAINTAINER= alex@bsdguru.org COMMENT= Text-mode Gadu-Gadu client -LIB_DEPENDS= aspell.16:${PORTSDIR}/polish/aspell +LIB_DEPENDS= aspell.16:${PORTSDIR}/polish/aspell \ + gadu.3:${PORTSDIR}/polish/libgadu USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig -CONFIGURE_ARGS+= --enable-shared \ +CONFIGURE_ARGS+= --disable-shared \ --disable-static \ --enable-dynamic \ - --enable-aspell \ - --mandir=${PREFIX}/man + --enable-aspell CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" INSTALLS_SHLIB= yes @@ -38,8 +36,5 @@ post-install: ${STRIP_CMD} ${PREFIX}/bin/ekg - ${RM} ${PREFIX}/lib/libgadu.so ${PREFIX}/lib/libgadu.so.3 - ${MV} ${PREFIX}/lib/libgadu.so.3.3 ${PREFIX}/lib/libgadu.so.3 - ${LN} -s ${PREFIX}/lib/libgadu.so.3 ${PREFIX}/lib/libgadu.so .include diff -ruN --exclude=CVS /usr/ports/polish/ekg.orig/files/patch-configure /usr/ports/polish/ekg/files/patch-configure --- /usr/ports/polish/ekg.orig/files/patch-configure Wed Jul 21 23:36:45 2004 +++ /usr/ports/polish/ekg/files/patch-configure Sun Jul 2 17:26:06 2006 @@ -1,6 +1,19 @@ ---- configure Mon Jun 28 22:13:05 2004 -+++ configure Sat Jul 17 10:12:27 2004 -@@ -4554,7 +4554,6 @@ +--- configure.orig Sun Jul 2 17:24:39 2006 ++++ configure Sun Jul 2 17:25:50 2006 +@@ -3813,12 +3813,6 @@ + lib_static_enabled=no + fi + +-if test "x$enable_static" = "xno" -a "x$enable_shared" != "xyes"; then +- { { echo "$as_me:$LINENO: error: You must choose either static or shared version of libgadu." >&5 +-echo "$as_me: error: You must choose either static or shared version of libgadu." >&2;} +- { (exit 1); exit 1; }; } +-fi +- + # Check whether --enable-dynamic or --disable-dynamic was given. + if test "${enable_dynamic+set}" = set; then + enableval="$enable_dynamic" +@@ -4770,7 +4764,6 @@ LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS" CFLAGS="$CFLAGS $OPENSSL_INCLUDES" CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES" diff -ruN --exclude=CVS /usr/ports/polish/ekg.orig/pkg-plist /usr/ports/polish/ekg/pkg-plist --- /usr/ports/polish/ekg.orig/pkg-plist Thu Jan 26 06:16:28 2006 +++ /usr/ports/polish/ekg/pkg-plist Sun Jul 2 21:38:12 2006 @@ -1,9 +1,4 @@ bin/ekg -include/libgadu-config.h -include/libgadu.h -lib/libgadu.so -lib/libgadu.so.3 -libdata/pkgconfig/libgadu.pc %%DATADIR%%/themes/arim.theme %%DATADIR%%/themes/dj.theme %%DATADIR%%/themes/eileen.theme --- pl-ekg-1.6_1,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21: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 ECA8B16A415; Sun, 2 Jul 2006 21:30:29 +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 A9DB0444CB; Sun, 2 Jul 2006 21:30:29 +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 k62LUTRq011911; Sun, 2 Jul 2006 21:30:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LUTk0011907; Sun, 2 Jul 2006 21:30:29 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 21:30:29 GMT From: Edwin Groothuis Message-Id: <200607022130.k62LUTk0011907@freefall.freebsd.org> To: mwisnicki+freebsd@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99725: [PATCH] polish/ekg: file conflicts with polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:30:30 -0000 Synopsis: [PATCH] polish/ekg: file conflicts with polish/libgadu State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 21:30:29 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99725 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:30:42 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 9854116A6C4 for ; Sun, 2 Jul 2006 21:30:42 +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 3F70F44048 for ; Sun, 2 Jul 2006 21:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62L0Zra010654 for ; Sun, 2 Jul 2006 21: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 k62L0Zfq010652; Sun, 2 Jul 2006 21:00:35 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 21:00:35 GMT Resent-Message-Id: <200607022100.k62L0Zfq010652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C7716A47E for ; Sun, 2 Jul 2006 20:52:06 +0000 (UTC) (envelope-from sem@ciam.ru) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4A843D7C for ; Sun, 2 Jul 2006 20:51:56 +0000 (GMT) (envelope-from sem@ciam.ru) Received: from [87.240.16.199] (helo=pandor.sem-home.ciam.ru) by mail.ciam.ru with esmtpa (Exim 4.x) id 1Fx8v4-0000k3-UW for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jul 2006 00:51:55 +0400 Received: from sem by pandor.sem-home.ciam.ru with local (Exim 4.52 (FreeBSD)) id 1Fx8vN-0009zs-7R for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jul 2006 00:52:13 +0400 Message-Id: Date: Mon, 03 Jul 2006 00:52:13 +0400 From: Sergey Matveychuk Sender: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99724: bsd.ports.mk: get rid of DEPENDS. We don't need it now. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:30:43 -0000 >Number: 99724 >Category: ports >Synopsis: bsd.ports.mk: get rid of DEPENDS. We don't need it now. >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 Jul 02 21:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD pandor.sem-home.ciam.ru 6.1-STABLE FreeBSD 6.1-STABLE #32: Sat May 27 19:09:48 MSD 2006 root@pandor.sem-home.ciam.ru:/usr/obj/usr/src/sys/CURRENT i386 >Description: There is nothing now what we can't do with *_DEPENDS. Unconditional DEPENDS is obsoleted now. A patch for bsd.ports.mk and for three ports that use DEPENDS included. >How-To-Repeat: >Fix: --- get-rid-of-depends.patch begins here --- Index: Mk/bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.535 diff -u -r1.535 bsd.port.mk --- Mk/bsd.port.mk 26 Jun 2006 23:39:09 -0000 1.535 +++ Mk/bsd.port.mk 2 Jul 2006 20:18:17 -0000 @@ -265,12 +265,6 @@ # package depends on. "lib" is the name of a shared library. # make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. -# DEPENDS - A list of "dir[:target]" tuples of other ports this -# package depends on being made first. Use this only for -# things that don't fall into the above four categories. -# If the second field ("target") exists, it will be used -# instead of ${DEPENDS_TARGET}. -# # DEPENDS_TARGET # - The default target to execute when a port is calling a # dependency. @@ -2696,8 +2690,8 @@ SCRIPTS_ENV+= CURDIR=${MASTERDIR} DISTDIR=${DISTDIR} \ WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \ SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \ - PORTSDIR=${PORTSDIR} DEPENDS="${DEPENDS}" \ - PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} + PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} \ + X11BASE=${X11BASE} .if defined(BATCH) SCRIPTS_ENV+= BATCH=yes @@ -2971,9 +2965,8 @@ DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} \ PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \ FILESDIR=${FILESDIR} PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} \ - DEPENDS="${DEPENDS}" BUILD_DEPENDS="${BUILD_DEPENDS}" \ - RUN_DEPENDS="${RUN_DEPENDS}" X11BASE=${X11BASE} \ - CONFLICTS="${CONFLICTS}" \ + BUILD_DEPENDS="${BUILD_DEPENDS}" RUN_DEPENDS="${RUN_DEPENDS}" \ + X11BASE=${X11BASE} CONFLICTS="${CONFLICTS}" \ ${ALL_HOOK} .endif @@ -2991,12 +2984,6 @@ DEPENDS_TARGET+= clean DEPENDS_ARGS+= NOCLEANDEPENDS=yes .endif -.else -DEPENDS_ARGS+= FORCE_PKG_REGISTER=yes -.endif -.if defined(DEPENDS) -# pretty much guarantees overwrite of existing installation -.MAKEFLAGS: FORCE_PKG_REGISTER=yes .endif ################################################################ @@ -3864,7 +3851,7 @@ _PATCH_SEQ= patch-message patch-depends patch-dos2unix pre-patch \ pre-patch-script do-patch post-patch post-patch-script _CONFIGURE_DEP= patch -_CONFIGURE_SEQ= build-depends lib-depends misc-depends configure-message \ +_CONFIGURE_SEQ= build-depends lib-depends configure-message \ pre-configure pre-configure-script \ run-autotools do-configure post-configure post-configure-script _BUILD_DEP= configure @@ -4464,7 +4451,7 @@ ################################################################ .if !target(depends) -depends: extract-depends patch-depends lib-depends misc-depends fetch-depends build-depends run-depends +depends: extract-depends patch-depends lib-depends fetch-depends build-depends run-depends .if defined(ALWAYS_BUILD_DEPENDS) _DEPEND_ALWAYS= 1 @@ -4620,37 +4607,12 @@ done .endif -misc-depends: -.if defined(DEPENDS) -.if !defined(NO_DEPENDS) - @for dir in ${DEPENDS}; do \ - if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ - target=`${ECHO_CMD} $$dir | ${SED} -e 's/.*://'`; \ - dir=`${ECHO_CMD} $$dir | ${SED} -e 's/:.*//'`; \ - else \ - target="${DEPENDS_TARGET}"; \ - depends_args="${DEPENDS_ARGS}"; \ - fi; \ - ${ECHO_MSG} "===> ${PKGNAME} depends on: $$dir"; \ - ${ECHO_MSG} "===> Verifying $$target for $$dir"; \ - if [ ! -d $$dir ]; then \ - ${ECHO_MSG} " => No directory for $$dir. Skipping.."; \ - else \ - (cd $$dir; ${MAKE} $$target $$depends_args) ; \ - fi \ - done - @${ECHO_MSG} "===> Returning to build of ${PKGNAME}" -.endif -.else - @${DO_NADA} -.endif - .endif # Dependency lists: both build and runtime, recursive. Print out directory names. _UNIFIED_DEPENDS=${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS} -_DEPEND_DIRS= ${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*).*$,\1,} ${DEPENDS:C,:.*,,} +_DEPEND_DIRS= ${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*).*$,\1,} all-depends-list: @${ALL-DEPENDS-LIST} @@ -4783,12 +4745,12 @@ # Dependency lists: build and runtime. Print out directory names. build-depends-list: -.if defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) || defined(DEPENDS) +.if defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) @${BUILD-DEPENDS-LIST} .endif BUILD-DEPENDS-LIST= \ - for dir in $$(${ECHO_CMD} "${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//' | ${SORT} -u) $$(${ECHO_CMD} ${DEPENDS} | ${TR} '\040' '\012' | ${SED} -e 's/:.*//' | ${SORT} -u); do \ + for dir in $$(${ECHO_CMD} "${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//' | ${SORT} -u); do \ if [ -d $$dir ]; then \ ${ECHO_CMD} $$dir; \ else \ @@ -4797,12 +4759,12 @@ done | ${SORT} -u run-depends-list: -.if defined(LIB_DEPENDS) || defined(RUN_DEPENDS) || defined(DEPENDS) +.if defined(LIB_DEPENDS) || defined(RUN_DEPENDS) @${RUN-DEPENDS-LIST} .endif RUN-DEPENDS-LIST= \ - for dir in $$(${ECHO_CMD} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${SED} -e 'y/ /\n/' | ${CUT} -f 2 -d ':' | ${SORT} -u) $$(${ECHO_CMD} ${DEPENDS} | ${SED} -e 'y/ /\n/' | ${CUT} -f 1 -d ':' | ${SORT} -u); do \ + for dir in $$(${ECHO_CMD} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${SED} -e 'y/ /\n/' | ${CUT} -f 2 -d ':' | ${SORT} -u); do \ if [ -d $$dir ]; then \ ${ECHO_CMD} $$dir; \ else \ @@ -4814,7 +4776,7 @@ # and package names. package-depends-list: -.if defined(CHILD_DEPENDS) || defined(LIB_DEPENDS) || defined(RUN_DEPENDS) || defined(DEPENDS) +.if defined(CHILD_DEPENDS) || defined(LIB_DEPENDS) || defined(RUN_DEPENDS) @${PACKAGE-DEPENDS-LIST} .endif @@ -4833,7 +4795,7 @@ done; \ fi; \ checked="${PARENT_CHECKED}"; \ - for dir in $$(${ECHO_CMD} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${SED} -e 'y/ /\n/' | ${CUT} -f 2 -d ':') $$(${ECHO_CMD} ${DEPENDS} | ${SED} -e 'y/ /\n/' | ${CUT} -f 1 -d ':'); do \ + for dir in $$(${ECHO_CMD} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${SED} -e 'y/ /\n/' | ${CUT} -f 2 -d ':'); do \ dir=$$(${REALPATH} $$dir); \ if [ -d $$dir ]; then \ if (${ECHO_CMD} $$checked | ${GREP} -qwv "$$dir"); then \ @@ -4899,7 +4861,6 @@ @fdirs = map((split /:/)[1], split(q{ }, q{${FETCH_DEPENDS}})); \ @bdirs = map((split /:/)[1], split(q{ }, q{${BUILD_DEPENDS}})); \ @rdirs = map((split /:/)[1], split(q{ }, q{${RUN_DEPENDS}})); \ - @ddirs = map((split /:/)[0], split(q{ }, q{${DEPENDS}})); \ @ldirs = map((split /:/)[1], split(q{ }, q{${LIB_DEPENDS}})); \ for my $$i (\@edirs, \@pdirs, \@fdirs, \@bdirs, \@rdirs, \@ddirs, \@ldirs) { \ my @dirs = @$$i; \ @@ -5001,16 +4962,14 @@ .if !target(pretty-print-build-depends-list) pretty-print-build-depends-list: .if defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || \ - defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || \ - defined(LIB_DEPENDS) || defined(DEPENDS) + defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) @${_PRETTY_PRINT_DEPENDS_LIST} .endif .endif .if !target(pretty-print-run-depends-list) pretty-print-run-depends-list: -.if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) || \ - defined(DEPENDS) +.if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) @${_PRETTY_PRINT_DEPENDS_LIST} .endif .endif Index: audio/klira/Makefile =================================================================== RCS file: /home/pcvs/ports/audio/klira/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- audio/klira/Makefile 29 Apr 2006 23:02:49 -0000 1.7 +++ audio/klira/Makefile 2 Jul 2006 20:18:17 -0000 @@ -15,7 +15,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A gstreamer based audio converter for KDE -DEPENDS= ${PORTSDIR}/misc/kdehier +RUN_DEPENDS= kdehier>0:${PORTSDIR}/misc/kdehier LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib USE_BZIP2= yes Index: www/caudium12/Makefile =================================================================== RCS file: /home/pcvs/ports/www/caudium12/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- www/caudium12/Makefile 14 Apr 2006 13:39:40 -0000 1.7 +++ www/caudium12/Makefile 2 Jul 2006 20:18:17 -0000 @@ -15,10 +15,11 @@ MAINTAINER= kiwi@oav.net COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base -BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ +BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ \ + pexts>0:${PORTSDIR}/lang/pexts/ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/ -DEPENDS= ${PORTSDIR}/lang/pexts/ +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/ \ + pexts>0:${PORTSDIR}/lang/pexts/ WRKSRC= ${WRKDIR}/${DISTNAME} Index: x11/kdelibs3/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/kdelibs3/Makefile,v retrieving revision 1.199 diff -u -r1.199 Makefile --- x11/kdelibs3/Makefile 5 Jun 2006 19:24:25 -0000 1.199 +++ x11/kdelibs3/Makefile 2 Jul 2006 20:18:17 -0000 @@ -17,7 +17,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs -DEPENDS= ${PORTSDIR}/misc/kdehier BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ @@ -31,7 +30,8 @@ tiff.4:${PORTSDIR}/graphics/tiff \ xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt -RUN_DEPENDS= iceauth:${X_CLIENTS_PORT} \ +RUN_DEPENDS= kdehier>0:${PORTSDIR}/misc/kdehier \ + iceauth:${X_CLIENTS_PORT} \ ${FONTSCALE}:${X_FONTS_TTF_PORT} \ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} --- get-rid-of-depends.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:31:43 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 61D9616A517; Sun, 2 Jul 2006 21:31:43 +0000 (UTC) (envelope-from supraexpress@globaleyes.net) Received: from MX1.ll.net (mail.globaleyes.net [209.131.230.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F9343D46; Sun, 2 Jul 2006 21:31:42 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from [10.0.0.5] (unverified [209.131.254.184]) by MX1.ll.net (Vircom SMTPRS 4.3.459.0) with ESMTP id ; Sun, 2 Jul 2006 16:31:42 -0500 X-Modus-BlackList: 209.131.254.184=OK;supraexpress@globaleyes.net=OK X-Modus-RBL: 209.131.254.184=Excluded X-Modus-Trusted: 209.131.254.184=NO Message-ID: <44A83B37.3090508@globaleyes.net> Date: Sun, 02 Jul 2006 16:31:35 -0500 From: User1001 User-Agent: Thunderbird 1.5 (X11/20060416) MIME-Version: 1.0 To: "seahorse (bugzilla.gnome.org)" References: <20060702201102.0290A6CC0F8@window.gnome.org> In-Reply-To: <20060702201102.0290A6CC0F8@window.gnome.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: [Bug 346257] fails to sign an imported key - resulting in a "sign_transit" error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:31:43 -0000 I will attempt to do more testing. I don't remember seeing any ".asc" directory. "seahorse-0.8.4" is the FreeBSD "ports" version (FreeBSD fixes) applied to the base seahorse-0.8.1. seahorse (bugzilla.gnome.org) wrote: > Do not reply to this via email (we are currently unable to handle email > responses and they get discarded). You can add comments to this bug at > http://bugzilla.gnome.org/show_bug.cgi?id=346257 > seahorse | general | Ver: 0.8.x > > > Adam Schreiber changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |sadam@clemson.edu > Status|UNCONFIRMED |RESOLVED > Resolution| |DUPLICATE > > > > > ------- Comment #1 from Adam Schreiber 2006-07-02 20:11 UTC ------- > I think this is a duplicate of #319409. I can't tell because I have no idea > what version seahorse-0.8_4 is. Seahorse-0.8.1 is the latest stable version > and has a fix for this bug. Please reopen the bug if this is not the case. > > *** This bug has been marked as a duplicate of 319409 *** > > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:33: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 EC6B916A415; Sun, 2 Jul 2006 21:33:36 +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 25FC143D4C; Sun, 2 Jul 2006 21:33:36 +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 k62LXZqF014294; Sun, 2 Jul 2006 21:33:35 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LXZ1c014290; Sun, 2 Jul 2006 21:33:35 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 21:33:35 GMT From: Ion-Mihai Tetcu Message-Id: <200607022133.k62LXZ1c014290@freefall.freebsd.org> To: alex@bsdguru.org, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99725: [PATCH] polish/ekg: file conflicts with polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:33:37 -0000 Synopsis: [PATCH] polish/ekg: file conflicts with polish/libgadu Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 21:33:35 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99725 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:40:30 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 84F6816A4A0 for ; Sun, 2 Jul 2006 21:40:30 +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 504DF43D5F for ; Sun, 2 Jul 2006 21:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62LeOUV014470 for ; Sun, 2 Jul 2006 21:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LeOaM014469; Sun, 2 Jul 2006 21:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 21:40:24 GMT Resent-Message-Id: <200607022140.k62LeOaM014469@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Schweikle Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38A716A5B5 for ; Sun, 2 Jul 2006 21:30:37 +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 90094442CC for ; Sun, 2 Jul 2006 21:10:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k62LA72P049648 for ; Sun, 2 Jul 2006 21:10:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k62LA7L1049647; Sun, 2 Jul 2006 21:10:07 GMT (envelope-from nobody) Message-Id: <200607022110.k62LA7L1049647@www.freebsd.org> Date: Sun, 2 Jul 2006 21:10:07 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99726: SciTE does not link cleanly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:40:30 -0000 >Number: 99726 >Category: ports >Synopsis: SciTE does not link cleanly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 21:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: FreeBSD 6.1-STABLE >Organization: >Environment: FreeBSD hazel.tps 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 23:37:31 CEST 2006 screen@hazel.tps:/usr/obj/usr/src/sys/HAZEL i386 >Description: ===> Building for scite-gtk2-1.70 c++ `pkg-config --libs gtk+-2.0 gthread-2.0` -lscintilla -lscintilla_lexers \ `` -DGTK SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o LuaExtension.o IFaceTable.o lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o -o ../bin/SciTE /usr/bin/ld: warning: libz.so.2, needed by /usr/local/lib/libfreetype.so, may conflict with libz.so.3 /usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libpng.so.5, may conflict with libm.so.4 LuaExtension.o(.text+0x26d): In function `clone_table(lua_State*, int, bool)': : undefined reference to `lua_createtable' LuaExtension.o(.text+0x34d): In function `cf_scite_constname(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0x6cb): In function `cf_pane_insert(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0x822): In function `cf_pane_findtext(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0x846): In function `cf_pane_findtext(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0x886): In function `cf_pane_findtext(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0x9e7): In function `cf_match_replace(lua_State*)': : undefined reference to `lua_objlen' LuaExtension.o(.text+0xa95): In function `cf_match_metatable_index(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0xcb8): In function `cf_pane_match(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0xccb): In function `cf_pane_match(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0xdb7): In function `cf_pane_match_generator(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0xf2b): In function `cf_props_metatable_index(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0xfd2): In function `cf_props_metatable_newindex(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0xfe6): In function `cf_props_metatable_newindex(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x10c4): In function `cf_global_print(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x1105): more undefined references to `lua_tolstring' follow LuaExtension.o(.text+0x1342): In function `cf_global_dostring(lua_State*)': : undefined reference to `lua_objlen' LuaExtension.o(.text+0x1629): In function `iface_function_helper(lua_State*, IFaceFunction const&)': : undefined reference to `lua_objlen' LuaExtension.o(.text+0x1641): In function `iface_function_helper(lua_State*, IFaceFunction const&)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x16b5): In function `iface_function_helper(lua_State*, IFaceFunction const&)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x18ac): In function `cf_scite_send(lua_State*)': : undefined reference to `luaL_checkinteger' LuaExtension.o(.text+0x1e8d): In function `cf_pane_metatable_index(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x2218): In function `cf_pane_metatable_newindex(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x23d4): In function `cf_global_metatable_index(lua_State*)': : undefined reference to `lua_tolstring' LuaExtension.o(.text+0x25f0): In function `PublishGlobalBufferData()': : undefined reference to `lua_createtable' LuaExtension.o(.text+0x2671): In function `PublishGlobalBufferData()': : undefined reference to `lua_createtable' LuaExtension.o(.text+0x2828): In function `InitGlobalScope(bool, bool)': : undefined reference to `luaL_newstate' LuaExtension.o(.text+0x28e0): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x290d): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x293a): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x2967): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x2994): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x2b02): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_createtable' gmake: *** [../bin/SciTE] Error 1 *** Error code 2 Stop in /usr/ports/editors/scite. >How-To-Repeat: Just try to install /usr/ports/editors/scite >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:40: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 8DD8316A492 for ; Sun, 2 Jul 2006 21:40: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 3E04E43D4C for ; Sun, 2 Jul 2006 21:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62LeSLb014486 for ; Sun, 2 Jul 2006 21:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LeS6U014485; Sun, 2 Jul 2006 21:40:28 GMT (envelope-from gnats) Date: Sun, 2 Jul 2006 21:40:28 GMT Message-Id: <200607022140.k62LeS6U014485@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcin Wisnicki Cc: Subject: Re: ports/99707: CUPS in ports can't print raw data using application/octet-stream X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Wisnicki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:40:31 -0000 The following reply was made to PR ports/99707; it has been noted by GNATS. From: Marcin Wisnicki To: bug-followup@FreeBSD.org, jonathan@fosburgh.org Cc: Subject: Re: ports/99707: CUPS in ports can't print raw data using application/octet-stream Date: Sun, 02 Jul 2006 23:34:18 +0200 Update to 1.2.1 provided in http://www.freebsd.org/cgi/query-pr.cgi?pr=99624 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:50:27 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 D03D416A51E; Sun, 2 Jul 2006 21:50:27 +0000 (UTC) (envelope-from supraexpress@globaleyes.net) Received: from MX1.ll.net (mail.globaleyes.net [209.131.230.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC0443FF5; Sun, 2 Jul 2006 21:50:18 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from [10.0.0.5] (unverified [209.131.254.184]) by MX1.ll.net (Vircom SMTPRS 4.3.459.0) with ESMTP id ; Sun, 2 Jul 2006 16:50:18 -0500 X-Modus-BlackList: 209.131.254.184=OK;supraexpress@globaleyes.net=OK X-Modus-RBL: 209.131.254.184=Excluded X-Modus-Trusted: 209.131.254.184=NO Message-ID: <44A83F94.7000205@globaleyes.net> Date: Sun, 02 Jul 2006 16:50:12 -0500 From: User1001 User-Agent: Thunderbird 1.5 (X11/20060416) MIME-Version: 1.0 To: "seahorse (bugzilla.gnome.org)" References: <20060702203622.ADAB96CC0BE@window.gnome.org> In-Reply-To: <20060702203622.ADAB96CC0BE@window.gnome.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: [Bug 346255] Seahorse extension for Nautilus encrypt (+zip) folder produces unecrypted files in a zip archive X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:50:27 -0000 You are correct - TWO files are created: .zip, .zip.asc. I would like to request that the .zip file be deleted after the encrypted ".asc" file is created. There is no real need to keep it around, and it confuses the issue of 'encrypting an entire directory', when the original directory is not removed. seahorse (bugzilla.gnome.org) wrote: > Do not reply to this via email (we are currently unable to handle email > responses and they get discarded). You can add comments to this bug at > http://bugzilla.gnome.org/show_bug.cgi?id=346255 > seahorse | general | Ver: unspecified > > > Adam Schreiber changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |sadam@clemson.edu > Status|UNCONFIRMED |RESOLVED > Resolution| |NOTABUG > > > > > ------- Comment #1 from Adam Schreiber 2006-07-02 20:36 UTC ------- > I couldn't replicate this, I followed your instructions and did get an > unencrypted zip file. I also found a .zip.asc file. > This is the encrypted archive. Due to changes in the mime handling, it may > need to be renamed to .pgp from .asc. > > Note: CVS HEAD doesn't use the problematic .asc extension. > > Please reopen the bug if this is not the case. > > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:50:34 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 1FFD116A519 for ; Sun, 2 Jul 2006 21:50:34 +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 B0AF643FED for ; Sun, 2 Jul 2006 21:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62LoHLd014671 for ; Sun, 2 Jul 2006 21:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LoHTA014670; Sun, 2 Jul 2006 21:50:17 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 21:50:17 GMT Resent-Message-Id: <200607022150.k62LoHTA014670@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B6FE16A49E for ; Sun, 2 Jul 2006 21:50:06 +0000 (UTC) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (xdsl-10260.wroclaw.dialog.net.pl [84.40.242.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4337843D46 for ; Sun, 2 Jul 2006 21:50:05 +0000 (GMT) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (smmsp@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.13.6/8.13.6) with ESMTP id k62Lo38G097324 for ; Sun, 2 Jul 2006 23:50:03 +0200 (CEST) (envelope-from marcin@ghost.pnet.one.pl) Received: (from root@localhost) by ghost.pnet.one.pl (8.13.6/8.13.6/Submit) id k62Lo3Ct097323; Sun, 2 Jul 2006 23:50:03 +0200 (CEST) (envelope-from marcin) Message-Id: <200607022150.k62Lo3Ct097323@ghost.pnet.one.pl> Date: Sun, 2 Jul 2006 23:50:03 +0200 (CEST) From: Marcin Wisnicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99728: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:50:34 -0000 >Number: 99728 >Category: ports >Synopsis: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu >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 Jul 02 21:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 24 06:58:43 CEST 2006 >Description: Set correct dependency on libgadu. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pl-kadu-0.4.3_1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/polish/kadu.orig/Makefile /usr/ports/polish/kadu/Makefile --- /usr/ports/polish/kadu.orig/Makefile Thu Dec 15 11:38:56 2005 +++ /usr/ports/polish/kadu/Makefile Sun Jul 2 23:46:12 2006 @@ -7,6 +7,7 @@ PORTNAME= kadu PORTVERSION= 0.4.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://www.kadu.net/download/stable/ @@ -15,7 +16,7 @@ MAINTAINER= mwisnicki+freebsd@gmail.com COMMENT= QT Gadu-Gadu client -LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/ekg\ +LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu\ sndfile.1:${PORTSDIR}/audio/libsndfile USE_BZIP2= yes --- pl-kadu-0.4.3_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:50:42 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 2292D16A519 for ; Sun, 2 Jul 2006 21:50:42 +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 5903443FF2 for ; Sun, 2 Jul 2006 21:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62LoGVS014656 for ; Sun, 2 Jul 2006 21: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 k62LoGMg014654; Sun, 2 Jul 2006 21:50:16 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 21:50:16 GMT Resent-Message-Id: <200607022150.k62LoGMg014654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D7116A47B for ; Sun, 2 Jul 2006 21:44:00 +0000 (UTC) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (xdsl-10260.wroclaw.dialog.net.pl [84.40.242.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8B943FD9 for ; Sun, 2 Jul 2006 21:43:57 +0000 (GMT) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (smmsp@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.13.6/8.13.6) with ESMTP id k62LhmmQ096592; Sun, 2 Jul 2006 23:43:48 +0200 (CEST) (envelope-from marcin@ghost.pnet.one.pl) Received: (from root@localhost) by ghost.pnet.one.pl (8.13.6/8.13.6/Submit) id k62LhmXo096591; Sun, 2 Jul 2006 23:43:48 +0200 (CEST) (envelope-from marcin) Message-Id: <200607022143.k62LhmXo096591@ghost.pnet.one.pl> Date: Sun, 2 Jul 2006 23:43:48 +0200 (CEST) From: Marcin Wisnicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alex@BSDGuru.org Subject: ports/99727: [PATCH] polish/libgadu: file conflicts with polish/ekg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:50:42 -0000 >Number: 99727 >Category: ports >Synopsis: [PATCH] polish/libgadu: file conflicts with polish/ekg >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 Jul 02 21:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 24 06:58:43 CEST 2006 >Description: This is related to bug http://www.freebsd.org/cgi/query-pr.cgi?pr=99725 Following patch adds conflict with older versions of ekg to prevent overwrite of libgadu.so. It is assumed that ports/99725 will be applied. Additionally I hacked Makefile to install correct files instead of playing with them in post-install stage. Added file(s): - files/patch-Makefile.in Port maintainer (alex@BSDGuru.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pl-libgadu-20051229_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/polish/libgadu.orig/Makefile /usr/ports/polish/libgadu/Makefile --- /usr/ports/polish/libgadu.orig/Makefile Sat May 13 03:03:09 2006 +++ /usr/ports/polish/libgadu/Makefile Sun Jul 2 21:05:43 2006 @@ -2,17 +2,19 @@ # Date created: 29 December 2005 # Whom: Aleksander Fafula # -# $FreeBSD: /repoman/r/pcvs/ports/polish/libgadu/Makefile,v 1.3 2006/05/13 01:03:09 edwin Exp $ +# $FreeBSD: ports/polish/libgadu/Makefile,v 1.3 2006/05/13 01:03:09 edwin Exp $ PORTNAME= libgadu PORTVERSION= 20051229 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= polish net MASTER_SITES= http://bsdguru.org/distfiles/ MAINTAINER= alex@BSDGuru.org COMMENT= This library is used by many IMs with Gadu-Gadu support +CONFLICTS= pl-ekg-1.[0-5]* pl-ekg-1.6,2 + USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= aclocal:15 autoheader:259 autoconf:259 @@ -21,10 +23,5 @@ CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl INSTALLS_SHLIB= yes - -post-install: - ${RM} ${PREFIX}/lib/libgadu.so ${PREFIX}/lib/libgadu.so.3 - ${MV} ${PREFIX}/lib/libgadu.so.3.3 ${PREFIX}/lib/libgadu.so.3 - ${LN} -s ${PREFIX}/lib/libgadu.so.3 ${PREFIX}/lib/libgadu.so .include diff -ruN --exclude=CVS /usr/ports/polish/libgadu.orig/files/patch-Makefile.in /usr/ports/polish/libgadu/files/patch-Makefile.in --- /usr/ports/polish/libgadu.orig/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 +++ /usr/ports/polish/libgadu/files/patch-Makefile.in Sun Jul 2 19:41:31 2006 @@ -0,0 +1,27 @@ +--- lib/Makefile.in.orig Sat Jun 25 08:41:07 2005 ++++ lib/Makefile.in Sun Jul 2 19:41:00 2006 +@@ -27,7 +27,7 @@ + + SHAREDMM = libgadu.so + SHAREDM = $(SHAREDMM).$(VERSION_MAJOR) +-SHARED = $(SHAREDM).$(VERSION_MINOR) ++SHARED = $(SHAREDM) + STATIC = libgadu.a + + all: @static@ @shared@ +@@ -57,7 +57,6 @@ + + $(SHARED): $(LOBJS) + $(CC) -shared -Wl,-soname,libgadu.so.$(VERSION_MAJOR) -o $(SHARED) $(LOBJS) $(LIBS) -lc +- $(LN_S) -f $(SHARED) $(SHAREDM) + $(LN_S) -f $(SHARED) $(SHAREDMM) + + # +@@ -82,7 +81,6 @@ + + install-shared: install-common @strip_libgadu_so@ + $(INSTALL) -m 755 $(SHARED) $(DESTDIR)$(libdir) +- cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) + cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM) + + install-static: install-common --- pl-libgadu-20051229_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:50: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 15BED16A40F; Sun, 2 Jul 2006 21:50:52 +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 5514943FE1; Sun, 2 Jul 2006 21:50:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62Lod0g014849; Sun, 2 Jul 2006 21:50:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62Lodpq014845; Sun, 2 Jul 2006 21:50:39 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 21:50:39 GMT From: Edwin Groothuis Message-Id: <200607022150.k62Lodpq014845@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99728: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:50:52 -0000 Synopsis: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Jul 2 21:50:39 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99728 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:50:53 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 ECF7416A494; Sun, 2 Jul 2006 21:50:53 +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 EBB5A43D48; Sun, 2 Jul 2006 21:50:45 +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 k62LojdJ014923; Sun, 2 Jul 2006 21:50:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LojQo014919; Sun, 2 Jul 2006 21:50:45 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 21:50:45 GMT From: Edwin Groothuis Message-Id: <200607022150.k62LojQo014919@freefall.freebsd.org> To: mwisnicki+freebsd@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99728: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:50:54 -0000 Synopsis: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 21:50:45 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99728 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:51: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 B598916A47C; Sun, 2 Jul 2006 21:51:06 +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 9ECD243FF2; Sun, 2 Jul 2006 21:50:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62Lowie015048; Sun, 2 Jul 2006 21:50:58 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LowWe015044; Sun, 2 Jul 2006 21:50:58 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 21:50:58 GMT From: Edwin Groothuis Message-Id: <200607022150.k62LowWe015044@freefall.freebsd.org> To: mwisnicki+freebsd@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99727: [PATCH] polish/libgadu: file conflicts with polish/ekg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:51:06 -0000 Synopsis: [PATCH] polish/libgadu: file conflicts with polish/ekg State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 2 21:50:57 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99727 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:54:05 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 F065816A562 for ; Sun, 2 Jul 2006 21:54:05 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B4144015 for ; Sun, 2 Jul 2006 21:53:32 +0000 (GMT) (envelope-from mwisnicki@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so764338ugf for ; Sun, 02 Jul 2006 14:53:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gaDcjWsNAlAegnfKE/YCL5GImNvDm7jbfdfYWATHxqNaK7lvj5y/fDE8L38eXJNGvS7MD4pPUgatlsmHyK9nBbBctvONTFzUAu8H936hDGyH4HY02pYl4EBxAPdcYl2/ZXMVQvB9v1U/YjZ/1uaIDNpxEDTYjbvQTBlrdMjWikQ= Received: by 10.78.160.2 with SMTP id i2mr737833hue; Sun, 02 Jul 2006 14:53:30 -0700 (PDT) Received: by 10.78.157.12 with HTTP; Sun, 2 Jul 2006 14:53:30 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 23:53:30 +0200 From: "Marcin Wisnicki" To: "Edwin Groothuis" In-Reply-To: <200607022150.k62LojQo014919@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607022150.k62LojQo014919@freefall.freebsd.org> Cc: freebsd-ports-bugs@freebsd.org, mwisnicki+freebsd@gmail.com Subject: Re: ports/99728: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:54:06 -0000 On 7/2/06, Edwin Groothuis wrote: > Synopsis: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Sun Jul 2 21:50:45 UTC 2006 > State-Changed-Why: > Awaiting maintainers feedback I am maintainer of this port ;-) > http://www.freebsd.org/cgi/query-pr.cgi?pr=99728 > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:56:04 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 5E18D16A415; Sun, 2 Jul 2006 21:56:04 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0897843FD3; Sun, 2 Jul 2006 21:56:00 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62Lu0lb018652; Sun, 2 Jul 2006 21:56:00 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62Lu0mF018648; Sun, 2 Jul 2006 21:56:00 GMT (envelope-from sem) Date: Sun, 2 Jul 2006 21:56:00 GMT From: Sergey Matveychuk Message-Id: <200607022156.k62Lu0mF018648@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Cc: Subject: Re: ports/99724: bsd.ports.mk: get rid of DEPENDS. We don't need it now. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:56:04 -0000 Synopsis: bsd.ports.mk: get rid of DEPENDS. We don't need it now. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: sem Responsible-Changed-When: Sun Jul 2 21:55:31 UTC 2006 Responsible-Changed-Why: bsd.port.mk related http://www.freebsd.org/cgi/query-pr.cgi?pr=99724 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:58:32 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 AED1216A403; Sun, 2 Jul 2006 21:58:32 +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 A88A643D5F; Sun, 2 Jul 2006 21:58:10 +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 k62LwAaN018754; Sun, 2 Jul 2006 21:58:10 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LwAAw018750; Sun, 2 Jul 2006 21:58:10 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 21:58:10 GMT From: Ion-Mihai Tetcu Message-Id: <200607022158.k62LwAAw018750@freefall.freebsd.org> To: alex@BSDGuru.org, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99727: [PATCH] polish/libgadu: file conflicts with polish/ekg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:58:32 -0000 Synopsis: [PATCH] polish/libgadu: file conflicts with polish/ekg Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 21:58:10 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99727 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 21:58:33 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 38F1616A4E6; Sun, 2 Jul 2006 21:58:33 +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 EA6E943FE5; Sun, 2 Jul 2006 21:58:19 +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 k62LwJUN018842; Sun, 2 Jul 2006 21:58:19 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62LwJ4s018838; Sun, 2 Jul 2006 21:58:19 GMT (envelope-from itetcu) Date: Sun, 2 Jul 2006 21:58:19 GMT From: Ion-Mihai Tetcu Message-Id: <200607022158.k62LwJ4s018838@freefall.freebsd.org> To: alex@BSDGuru.org, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99728: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 21:58:33 -0000 Synopsis: [MAINTAINER] polish/pl-kadu: switch dependency to polish/libgadu Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sun Jul 2 21:58:19 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99728 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 22:54: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 174CD16A503; Sun, 2 Jul 2006 22:54: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 CDA9943D45; Sun, 2 Jul 2006 22:54: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 k62MsK3m021597; Sun, 2 Jul 2006 22:54:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62MsKAV021593; Sun, 2 Jul 2006 22:54:20 GMT (envelope-from edwin) Date: Sun, 2 Jul 2006 22:54:20 GMT From: Edwin Groothuis Message-Id: <200607022254.k62MsKAV021593@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/99716: update of gmake to 3.81 breaks mozilla build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 22:54:21 -0000 Synopsis: update of gmake to 3.81 breaks mozilla build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 2 22:54:20 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99716 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 23:40:23 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 7558616A403 for ; Sun, 2 Jul 2006 23:40:23 +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 2696543D46 for ; Sun, 2 Jul 2006 23:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62NeL1L024185 for ; Sun, 2 Jul 2006 23:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62NeLxR024184; Sun, 2 Jul 2006 23:40:21 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jul 2006 23:40:21 GMT Resent-Message-Id: <200607022340.k62NeLxR024184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF8D116A40F for ; Sun, 2 Jul 2006 23:35:37 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CAA243D49 for ; Sun, 2 Jul 2006 23:35:36 +0000 (GMT) (envelope-from stas@310.ru) Received: from [83.237.234.112] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FxBS1-00056s-VP for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jul 2006 03:34:06 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k62NZ9dr071267 for ; Mon, 3 Jul 2006 03:35:10 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k62NZ88G071266; Mon, 3 Jul 2006 03:35:08 +0400 (MSD) (envelope-from stas) Message-Id: <200607022335.k62NZ88G071266@fonon.realnet> Date: Mon, 3 Jul 2006 03:35:08 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99732: [MAINTAINIER UPDATE] x11-themes/e17-theme-cthulhain X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Jul 2006 23:40:23 -0000 >Number: 99732 >Category: ports >Synopsis: [MAINTAINIER UPDATE] x11-themes/e17-theme-cthulhain >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 Jul 02 23:40:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Update of e17-theme-cthulhain theme port. >How-To-Repeat: >Fix: --- cth.diff begins here --- diff -ruN e17-theme-cthulhain.orig/Makefile e17-theme-cthulhain/Makefile --- e17-theme-cthulhain.orig/Makefile Mon Jul 3 03:25:09 2006 +++ e17-theme-cthulhain/Makefile Mon Jul 3 03:31:41 2006 @@ -6,12 +6,12 @@ # PORTNAME= cthulhain -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.2 CATEGORIES= x11-themes MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-theme- -DISTNAME= cthulhain-0.2.1 +DISTNAME= cthulhain-0.3pre2 EXTRACT_SUFX= .edj MAINTAINER= ssedov@mbsd.msk.ru diff -ruN e17-theme-cthulhain.orig/distinfo e17-theme-cthulhain/distinfo --- e17-theme-cthulhain.orig/distinfo Mon Jul 3 03:25:09 2006 +++ e17-theme-cthulhain/distinfo Mon Jul 3 03:27:33 2006 @@ -1,3 +1,3 @@ -MD5 (cthulhain-0.2.1.edj) = ac1cc491ce2889ac760f4c421fcddba9 -SHA256 (cthulhain-0.2.1.edj) = 7b246875fd9a582a593e377990551070c5ec9f93a8ef30e687c907b490f5fdc6 -SIZE (cthulhain-0.2.1.edj) = 2137200 +MD5 (cthulhain-0.3pre2.edj) = 1ab3c816e9d607118371bcb9d30e9433 +SHA256 (cthulhain-0.3pre2.edj) = e70e4477bc778ed589a89fc9d523ce89f03889eab31b2d13911e9ff020356b25 +SIZE (cthulhain-0.3pre2.edj) = 2061793 diff -ruN e17-theme-cthulhain.orig/pkg-plist e17-theme-cthulhain/pkg-plist --- e17-theme-cthulhain.orig/pkg-plist Mon Jul 3 03:25:09 2006 +++ e17-theme-cthulhain/pkg-plist Mon Jul 3 03:29:04 2006 @@ -1 +1 @@ -share/enlightenment/data/themes/cthulhain-0.2.1.edj +share/enlightenment/data/themes/cthulhain-0.3pre2.edj --- cth.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 23:42: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 3462B16A407; Sun, 2 Jul 2006 23:42:46 +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 0860643D46; Sun, 2 Jul 2006 23:42:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62NgjfO024306; Sun, 2 Jul 2006 23:42:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62Ngjfj024302; Sun, 2 Jul 2006 23:42:45 GMT (envelope-from linimon) Date: Sun, 2 Jul 2006 23:42:45 GMT From: Mark Linimon Message-Id: <200607022342.k62Ngjfj024302@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99730: devel/p5-Filesys-Df needs to be updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:42:46 -0000 Old Synopsis: ports for p5-Filesys-Df needs to be updated New Synopsis: devel/p5-Filesys-Df needs to be updated Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jul 2 23:34:19 UTC 2006 Responsible-Changed-Why: Please help us out here. First, this needs to be a ports PR (not misc). Second, it is most helpful if the category/portname appears in the Synopsis. With over 15,000 ports, you may know to which port your PR applies, but a casual reader might not. Third, the best thing to do is contact the maintainer before filing a PR so that he or she knows about it. At the very least, once you get your email confirmation of the PR, forward that to the maintainer. I'll go ahead and do that. Thanks for trying to help us committers out. There have been a number of ports PRs that I've needed to reclassify out of 'misc' recently. http://www.freebsd.org/cgi/query-pr.cgi?pr=99730 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 2 23:43:47 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 D5FD316A412 for ; Sun, 2 Jul 2006 23:43:47 +0000 (UTC) (envelope-from gardnermj@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7455C43D45 for ; Sun, 2 Jul 2006 23:43:47 +0000 (GMT) (envelope-from gardnermj@gmail.com) Received: by py-out-1112.google.com with SMTP id c63so908340pyc for ; Sun, 02 Jul 2006 16:43:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=F95lcLesqxLLQAurlDjsihUdQribSZ1JHDsIZAr8o2DxzbUJKBquvNtdS9nXMfhW9rNOH1/wdtPUvnsBdvl4lK6hLi/HC6HpHjFALrFXUR0i/Bs9vPDJHCozV/LC4kI5nPDckzKB/WJ6D3RSzi8t0hk4qMIED77GOCrX80/GKFE= Received: by 10.35.134.12 with SMTP id l12mr515537pyn; Sun, 02 Jul 2006 16:43:46 -0700 (PDT) Received: by 10.35.21.18 with HTTP; Sun, 2 Jul 2006 16:43:46 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 18:43:46 -0500 From: "Michael Gardner" To: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: www/neon sees ghost version of GCC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:43:47 -0000 I was trying to install www/neon, and the configuration failed with: configure: error: C++ preprocessor "/lib/cpp" fails sanity check The first strange thing about that is that there is no such file (/lib/cpp) on my system. The second strange thing is that in /usr/ports/www/neon/work/neon-0.25.5/config.log, I found this: configure:4106: c++ --version &5 c++ (GCC) 3.2.3 I should only have GCC 3.4.4 and 4.1.2 installed, and indeed running "c++ --version" tells me I have version 3.4.4, not 3.2.3. I'm running FreeBSD 6.1, upgraded from 5.4 through 6.0. As far as I know, no other ports have displayed this behavior on my machine. Where could configure be getting the idea that I have GCC 3.2.3? My apologies if this was the wrong list for the question, by the way. Michael From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 00:17: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 0721D16A6E0; Mon, 3 Jul 2006 00:17:24 +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 F1687443EF; Mon, 3 Jul 2006 00:00:28 +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 k6300Sx7024742; Mon, 3 Jul 2006 00:00:28 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6300Swh024738; Mon, 3 Jul 2006 00:00:28 GMT (envelope-from itetcu) Date: Mon, 3 Jul 2006 00:00:28 GMT From: Ion-Mihai Tetcu Message-Id: <200607030000.k6300Swh024738@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99732: [MAINTAINIER UPDATE] x11-themes/e17-theme-cthulhain X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:17:24 -0000 Synopsis: [MAINTAINIER UPDATE] x11-themes/e17-theme-cthulhain Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Mon Jul 3 00:00:27 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99732 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 00:17: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 0DB9116A6E3; Mon, 3 Jul 2006 00:17:24 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7C443D45; Mon, 3 Jul 2006 00:17:21 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from freefall.freebsd.org (shaun@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k630HLBt025270; Mon, 3 Jul 2006 00:17:21 GMT (envelope-from shaun@freefall.freebsd.org) Received: (from shaun@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k630HK4l025266; Mon, 3 Jul 2006 00:17:20 GMT (envelope-from shaun) Date: Mon, 3 Jul 2006 00:17:20 GMT From: Shaun Amott Message-Id: <200607030017.k630HK4l025266@freefall.freebsd.org> To: tonymaher@optusnet.com.au, anthony.maher@uts.edu.au, shaun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, shaun@FreeBSD.org Cc: Subject: Re: ports/95447: net/generic-nqs maintainer update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:17:25 -0000 Synopsis: net/generic-nqs maintainer update State-Changed-From-To: feedback->open State-Changed-By: shaun State-Changed-When: Mon Jul 3 00:16:09 UTC 2006 State-Changed-Why: Submitter is maintainer. Responsible-Changed-From-To: freebsd-ports-bugs->shaun Responsible-Changed-By: shaun Responsible-Changed-When: Mon Jul 3 00:16:09 UTC 2006 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=95447 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 01:40:40 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 4AAFB16A56A for ; Mon, 3 Jul 2006 01:40:40 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id E627E44018 for ; Mon, 3 Jul 2006 01:09:54 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1482952uge for ; Sun, 02 Jul 2006 18:09:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nT+mQ2UIBHkKWIcbnpKv/pcZ79Gs00Fv07gG18reGWUNNzflQ3N8rO35fvEI+tLtNJdnjiyLZBSUo0tDo/DcuYo83OlnFSzkVoVkB0xDQPrNeQ34thDZ/20FWYKnl3MomMQQnmk53aw8r0wg6/Y2XQvkabs82ICYi8mecxgUgHk= Received: by 10.67.26.7 with SMTP id d7mr5252180ugj; Sun, 02 Jul 2006 18:09:53 -0700 (PDT) Received: by 10.66.222.20 with HTTP; Sun, 2 Jul 2006 18:09:53 -0700 (PDT) Message-ID: <1f27304c0607021809x5ac34d32q736b47c63d875bd3@mail.gmail.com> Date: Sun, 2 Jul 2006 18:09:53 -0700 From: chinsan To: "Cheng-Lung Sung" In-Reply-To: <200607010811.k618Bn5U073024@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607010811.k618Bn5U073024@freefall.freebsd.org> Cc: freebsd-ports-bugs@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/99674: [PATCH] audio/soundgrab: update to 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 01:40:40 -0000 2006/7/1, Cheng-Lung Sung : > Synopsis: [PATCH] audio/soundgrab: update to 0.9.0 > > Responsible-Changed-From-To: freebsd-ports-bugs->clsung > Responsible-Changed-By: clsung > Responsible-Changed-When: Sat Jul 1 08:11:48 UTC 2006 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99674 Hi: Here's the news patch: http://chinsan2.twbbs.org/soundgrab.diff Thanks. :p chinsan From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 03: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 20AE316A417 for ; Mon, 3 Jul 2006 03: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 B9AB2440F8 for ; Mon, 3 Jul 2006 03:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k633UHUS037553 for ; Mon, 3 Jul 2006 03:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k633UHZ4037552; Mon, 3 Jul 2006 03:30:17 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 03:30:17 GMT Resent-Message-Id: <200607030330.k633UHZ4037552@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A1C416A403; Mon, 3 Jul 2006 03:26:49 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62A3440A2; Mon, 3 Jul 2006 03:26:48 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 315247E915; Mon, 3 Jul 2006 11:28:24 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cyNy9Daw3-ys; Mon, 3 Jul 2006 11:28:23 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id 947337E9AF; Mon, 3 Jul 2006 11:28:23 +0800 (CST) Message-Id: <20060703032823.947337E9AF@FreeBSD.csie.nctu.edu.tw> Date: Mon, 3 Jul 2006 11:28:23 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/99736: [PATCH] audio/p5-MP3-Info: remove p5-Test-Simple in BUILD_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:30:19 -0000 >Number: 99736 >Category: ports >Synopsis: [PATCH] audio/p5-MP3-Info: remove p5-Test-Simple in BUILD_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 03:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006 >Description: - last commit remove RUN_DEPENDS, but it will result in two ports' broken. and since Test::More does not neccesary required, it should also be removed. Ref: http://tb.newzilla.org/errors/6.1-FreeBSD/mp3burn-0.4.0.log Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-MP3-Info-1.20.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/p5-MP3-Info/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 1 Jun 2006 10:27:52 -0000 1.11 +++ Makefile 3 Jul 2006 03:24:09 -0000 @@ -15,8 +15,6 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Manipulate / fetch info from MP3 audio files -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MAN3= MP3::Info.3 --- p5-MP3-Info-1.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 03:30:27 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 91A4E16A407; Mon, 3 Jul 2006 03:30:27 +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 86EB5440F6; Mon, 3 Jul 2006 03:30:25 +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 k633UPZo037770; Mon, 3 Jul 2006 03:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k633UPUd037766; Mon, 3 Jul 2006 03:30:25 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 03:30:25 GMT From: Edwin Groothuis Message-Id: <200607030330.k633UPUd037766@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org Cc: Subject: Re: ports/99736: [PATCH] audio/p5-MP3-Info: remove p5-Test-Simple in BUILD_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:30:27 -0000 Synopsis: [PATCH] audio/p5-MP3-Info: remove p5-Test-Simple in BUILD_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 3 03:30:24 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99736 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 08:10:23 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 4820216A416 for ; Mon, 3 Jul 2006 08:10:23 +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 3643943DEF for ; Mon, 3 Jul 2006 08:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k638ALNM058037 for ; Mon, 3 Jul 2006 08:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k638AL0F058034; Mon, 3 Jul 2006 08:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 08:10:21 GMT Resent-Message-Id: <200607030810.k638AL0F058034@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshisato YANAGISAWA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E12E16A403 for ; Mon, 3 Jul 2006 08:10:16 +0000 (UTC) (envelope-from yanagisawa@frodo.csg.is.titech.ac.jp) Received: from frodo.csg.is.titech.ac.jp (frodo.csg.is.titech.ac.jp [131.112.40.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F8643D46 for ; Mon, 3 Jul 2006 08:10:15 +0000 (GMT) (envelope-from yanagisawa@frodo.csg.is.titech.ac.jp) Received: from frodo.csg.is.titech.ac.jp (localhost [127.0.0.1]) by frodo.csg.is.titech.ac.jp (8.13.6/8.13.6) with ESMTP id k638ADLo075723 for ; Mon, 3 Jul 2006 17:10:13 +0900 (JST) (envelope-from yanagisawa@frodo.csg.is.titech.ac.jp) Received: (from yanagisawa@localhost) by frodo.csg.is.titech.ac.jp (8.13.6/8.13.6/Submit) id k638AD6e075722; Mon, 3 Jul 2006 17:10:13 +0900 (JST) (envelope-from yanagisawa) Message-Id: <200607030810.k638AD6e075722@frodo.csg.is.titech.ac.jp> Date: Mon, 3 Jul 2006 17:10:13 +0900 (JST) From: Yoshisato YANAGISAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99737: Failed to compile japanese/p5-nkf after an update of nkf 2.07. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshisato YANAGISAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:10:23 -0000 >Number: 99737 >Category: ports >Synopsis: Failed to compile japanese/p5-nkf after an update of nkf 2.07. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 08:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshisato YANAGISAWA >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: Tokyo Institute of Technology. >Environment: System: FreeBSD frodo.csg.is.titech.ac.jp 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #90: Fri Jun 2 20:33:54 JST 2006 yanagisawa@frodo.csg.is.titech.ac.jp:/usr/obj/usr/src/sys/FRODO i386 >Description: Since japanese/p5-nkf is a slave port of japanese/nkf, japanese/p5-nkf is very much depend on japanese/nkf. Applying a patch for nkf.c and a perl module source fails after an update for nkf 2.07. That is because nkf.c and a name of a directory where perl module sources exist are changed. >How-To-Repeat: Just install japanese/p5-nkf. >Fix: A following patch will fix the problem. The patch correct the name where perl module sources exist and remove a patch for nkf.c. diff -ruN p5-nkf.bak/Makefile p5-nkf/Makefile --- p5-nkf.bak/Makefile Mon Jul 3 16:37:46 2006 +++ p5-nkf/Makefile Mon Jul 3 16:38:31 2006 @@ -14,7 +14,7 @@ PLIST= ${.CURDIR}/pkg-plist PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/./-/}/NKF.mod +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/.//}/NKF.mod PATCHDIR= ${.CURDIR}/files MAN3= NKF.3 diff -ruN p5-nkf.bak/files/patch-nkf.c p5-nkf/files/patch-nkf.c --- p5-nkf.bak/files/patch-nkf.c Mon Jul 3 16:37:46 2006 +++ p5-nkf/files/patch-nkf.c Thu Jan 1 09:00:00 1970 @@ -1,43 +0,0 @@ ---- ../nkf.c.orig Mon Mar 27 21:46:58 2006 -+++ ../nkf.c Sun May 7 22:37:16 2006 -@@ -3323,9 +3323,9 @@ - void (*f)PROTO((int c2,int c1)); - int c; - { -+ int shift = 20; - const char *hex = "0123456789ABCDEF"; - c &= 0x00FFFFFF; -- int shift = 20; - while(shift >= 0){ - if(c >= 1<= 0){ -@@ -3417,6 +3417,7 @@ - c = unicode_subchar; - (*oconv)((c>>8)&0xFF, c&0xFF); - return; -+#if 0 - int shift = 16; - while(shift >= 0){ - if(c >= 1<Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 08:10:33 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 22CFA16A415; Mon, 3 Jul 2006 08:10:33 +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 CFCC143D48; Mon, 3 Jul 2006 08:10:32 +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 k638AWfc058187; Mon, 3 Jul 2006 08:10:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k638AV5Y058161; Mon, 3 Jul 2006 08:10:32 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 08:10:32 GMT From: Edwin Groothuis Message-Id: <200607030810.k638AV5Y058161@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Cc: Subject: Re: ports/99737: Failed to compile japanese/p5-nkf after an update of nkf 2.07. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:10:33 -0000 Synopsis: Failed to compile japanese/p5-nkf after an update of nkf 2.07. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 3 08:10:29 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99737 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:30:28 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 0E69616A417 for ; Mon, 3 Jul 2006 10:30:28 +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 4CF49449FE for ; Mon, 3 Jul 2006 10: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 k63AULSR066082 for ; Mon, 3 Jul 2006 10:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AUL88066081; Mon, 3 Jul 2006 10:30:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:30:21 GMT Resent-Message-Id: <200607031030.k63AUL88066081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E2C16A40F for ; Mon, 3 Jul 2006 10:23:40 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7374449F5 for ; Mon, 3 Jul 2006 10:23:36 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 18327 invoked from network); 3 Jul 2006 14:53:34 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 14:53:34 +0430 Message-Id: <1151922213.69678@starfish.datak.net> Date: Mon, 3 Jul 2006 13:53:33 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99738: [update port] games/phpua-engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:30:28 -0000 >Number: 99738 >Category: ports >Synopsis: [update port] games/phpua-engine >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:30:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - fixed plist - www/data -> www - bumped portrevision - take maintainership >How-To-Repeat: >Fix: --- phpua-engine.patch begins here --- diff -ruN phpua-engine.orig/Makefile phpua-engine/Makefile --- phpua-engine.orig/Makefile Mon Jul 3 12:56:48 2006 +++ phpua-engine/Makefile Mon Jul 3 12:58:37 2006 @@ -7,12 +7,12 @@ PORTNAME= phpua-engine PORTVERSION= 1.1.0b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Game server monitor & admin tool NO_BUILD= yes @@ -22,7 +22,7 @@ PLIST_SUB+= PHPUADIR=${PHPUADIR} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP} # Dynamic custom variables -WWWDOC?= www/data +WWWDOC?= www PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} APPNAME?= phpua diff -ruN phpua-engine.orig/pkg-plist phpua-engine/pkg-plist --- phpua-engine.orig/pkg-plist Mon Jul 3 12:56:48 2006 +++ phpua-engine/pkg-plist Mon Jul 3 13:44:36 2006 @@ -1,15 +1,10 @@ -%%PHPUADIR%%/index.php -%%PHPUADIR%%/install.php -%%PHPUADIR%%/phpua.cfg.php -%%PHPUADIR%%/phpua.log.php -%%PHPUADIR%%/rss.php %%PHPUADIR%%/doc/CHANGELOG.txt %%PHPUADIR%%/doc/COPYING.txt -%%PHPUADIR%%/doc/index.html %%PHPUADIR%%/doc/INSTALL.txt %%PHPUADIR%%/doc/ISO-3166.txt %%PHPUADIR%%/doc/ISO-639.txt %%PHPUADIR%%/doc/RFC-1766.txt +%%PHPUADIR%%/doc/index.html %%PHPUADIR%%/images/templates/default/header.gif %%PHPUADIR%%/images/templates/default/header_tile.gif %%PHPUADIR%%/images/templates/default/offline.png @@ -34,11 +29,19 @@ %%PHPUADIR%%/includes/engine/plugins.inc %%PHPUADIR%%/includes/engine/smarty.inc %%PHPUADIR%%/includes/smarty/BUGS -%%PHPUADIR%%/includes/smarty/cache/empty.txt +%%PHPUADIR%%/includes/smarty/COPYING.lib %%PHPUADIR%%/includes/smarty/ChangeLog -%%PHPUADIR%%/includes/smarty/configs/empty.txt %%PHPUADIR%%/includes/smarty/Config_File.class.php -%%PHPUADIR%%/includes/smarty/COPYING.lib +%%PHPUADIR%%/includes/smarty/FAQ +%%PHPUADIR%%/includes/smarty/INSTALL +%%PHPUADIR%%/includes/smarty/NEWS +%%PHPUADIR%%/includes/smarty/README +%%PHPUADIR%%/includes/smarty/RELEASE_NOTES +%%PHPUADIR%%/includes/smarty/Smarty.class.php +%%PHPUADIR%%/includes/smarty/Smarty_Compiler.class.php +%%PHPUADIR%%/includes/smarty/TODO +%%PHPUADIR%%/includes/smarty/cache/empty.txt +%%PHPUADIR%%/includes/smarty/configs/empty.txt %%PHPUADIR%%/includes/smarty/core/core.assemble_plugin_filepath.php %%PHPUADIR%%/includes/smarty/core/core.assign_smarty_interface.php %%PHPUADIR%%/includes/smarty/core/core.create_dir_structure.php @@ -53,8 +56,8 @@ %%PHPUADIR%%/includes/smarty/core/core.process_cached_inserts.php %%PHPUADIR%%/includes/smarty/core/core.process_compiled_include.php %%PHPUADIR%%/includes/smarty/core/core.read_cache_file.php -%%PHPUADIR%%/includes/smarty/core/core.rmdir.php %%PHPUADIR%%/includes/smarty/core/core.rm_auto.php +%%PHPUADIR%%/includes/smarty/core/core.rmdir.php %%PHPUADIR%%/includes/smarty/core/core.run_insert_handler.php %%PHPUADIR%%/includes/smarty/core/core.smarty_include_php.php %%PHPUADIR%%/includes/smarty/core/core.write_cache_file.php @@ -62,9 +65,6 @@ %%PHPUADIR%%/includes/smarty/core/core.write_compiled_resource.php %%PHPUADIR%%/includes/smarty/core/core.write_file.php %%PHPUADIR%%/includes/smarty/debug.tpl -%%PHPUADIR%%/includes/smarty/FAQ -%%PHPUADIR%%/includes/smarty/INSTALL -%%PHPUADIR%%/includes/smarty/NEWS %%PHPUADIR%%/includes/smarty/plugins/block.textformat.php %%PHPUADIR%%/includes/smarty/plugins/compiler.assign.php %%PHPUADIR%%/includes/smarty/plugins/function.assign_debug_info.php @@ -110,15 +110,15 @@ %%PHPUADIR%%/includes/smarty/plugins/outputfilter.trimwhitespace.php %%PHPUADIR%%/includes/smarty/plugins/shared.escape_special_chars.php %%PHPUADIR%%/includes/smarty/plugins/shared.make_timestamp.php -%%PHPUADIR%%/includes/smarty/README -%%PHPUADIR%%/includes/smarty/RELEASE_NOTES -%%PHPUADIR%%/includes/smarty/Smarty.class.php -%%PHPUADIR%%/includes/smarty/Smarty_Compiler.class.php %%PHPUADIR%%/includes/smarty/templates_c/empty.txt -%%PHPUADIR%%/includes/smarty/TODO +%%PHPUADIR%%/index.php +%%PHPUADIR%%/install.php %%PHPUADIR%%/languages/lang_en-us.inc +%%PHPUADIR%%/phpua.cfg.php +%%PHPUADIR%%/phpua.log.php %%PHPUADIR%%/plugins/shared/plugin_gs_query.inc %%PHPUADIR%%/plugins/shared/plugin_q3_query.inc +%%PHPUADIR%%/rss.php %%PHPUADIR%%/templates/default/admin/log.tpl %%PHPUADIR%%/templates/default/admin/manageadmin.tpl %%PHPUADIR%%/templates/default/admin/manageplugins.tpl @@ -164,30 +164,27 @@ %%PHPUADIR%%/templates/wap/index_offline.tpl %%PHPUADIR%%/templates/wap/index_online.tpl %%PHPUADIR%%/wap/index.php -@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUADIR%% - -@dirrm %%PHPUADIR%%/doc -@dirrm %%PHPUADIR%%/images/templates/default -@dirrm %%PHPUADIR%%/images/templates -@dirrm %%PHPUADIR%%/images -@dirrm %%PHPUADIR%%/includes/content -@dirrm %%PHPUADIR%%/includes/engine -@dirrm %%PHPUADIR%%/includes/smarty/cache -@dirrm %%PHPUADIR%%/includes/smarty/configs -@dirrm %%PHPUADIR%%/includes/smarty/core -@dirrm %%PHPUADIR%%/includes/smarty/plugins -@dirrm %%PHPUADIR%%/includes/smarty/templates_c -@dirrm %%PHPUADIR%%/includes/smarty -@dirrm %%PHPUADIR%%/includes -@dirrm %%PHPUADIR%%/languages -@dirrm %%PHPUADIR%%/plugins/shared -@dirrm %%PHPUADIR%%/plugins +@dirrm %%PHPUADIR%%/wap +@dirrm %%PHPUADIR%%/templates/wap +@dirrm %%PHPUADIR%%/templates/rss +@dirrm %%PHPUADIR%%/templates/javascript @dirrm %%PHPUADIR%%/templates/default/admin @dirrm %%PHPUADIR%%/templates/default -@dirrm %%PHPUADIR%%/templates/javascript -@dirrm %%PHPUADIR%%/templates/rss -@dirrm %%PHPUADIR%%/templates/wap @dirrm %%PHPUADIR%%/templates -@dirrm %%PHPUADIR%%/wap +@dirrm %%PHPUADIR%%/plugins/shared +@dirrm %%PHPUADIR%%/plugins +@dirrm %%PHPUADIR%%/languages +@dirrm %%PHPUADIR%%/includes/smarty/templates_c +@dirrm %%PHPUADIR%%/includes/smarty/plugins +@dirrm %%PHPUADIR%%/includes/smarty/core +@dirrm %%PHPUADIR%%/includes/smarty/configs +@dirrm %%PHPUADIR%%/includes/smarty/cache +@dirrm %%PHPUADIR%%/includes/smarty +@dirrm %%PHPUADIR%%/includes/engine +@dirrm %%PHPUADIR%%/includes/content +@dirrm %%PHPUADIR%%/includes +@dirrm %%PHPUADIR%%/images/templates/default +@dirrm %%PHPUADIR%%/images/templates +@dirrm %%PHPUADIR%%/images +@dirrm %%PHPUADIR%%/doc @dirrm %%PHPUADIR%% -@dirrmtry www/data --- phpua-engine.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:30:28 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 B641A16A47E for ; Mon, 3 Jul 2006 10:30:28 +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 62EFE449F6 for ; Mon, 3 Jul 2006 10:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AUMVr066113 for ; Mon, 3 Jul 2006 10:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AULBp066111; Mon, 3 Jul 2006 10:30:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:30:21 GMT Resent-Message-Id: <200607031030.k63AULBp066111@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530CF16A407 for ; Mon, 3 Jul 2006 10:28:36 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C5E4499B for ; Mon, 3 Jul 2006 10:28:34 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 19259 invoked from network); 3 Jul 2006 14:58:32 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 14:58:31 +0430 Message-Id: <1151922511.70233@starfish.datak.net> Date: Mon, 3 Jul 2006 13:58:31 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99739: [update port] games/phpua-hl - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:30:28 -0000 >Number: 99739 >Category: ports >Synopsis: [update port] games/phpua-hl - UnBROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - www/data/phpua -> www/phpua - UnBROKEN - Take maintainership >How-To-Repeat: >Fix: --- phpua-hl.patch begins here --- diff -ruN phpua-hl.orig/Makefile phpua-hl/Makefile --- phpua-hl.orig/Makefile Mon Jul 3 12:41:04 2006 +++ phpua-hl/Makefile Mon Jul 3 12:54:04 2006 @@ -11,17 +11,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A Half-Life plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 - # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} --- phpua-hl.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:40: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 4FA2916A50B for ; Mon, 3 Jul 2006 10:40: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 45F8B43D8C for ; Mon, 3 Jul 2006 10: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 k63AeF1P067522 for ; Mon, 3 Jul 2006 10:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AeFeC067521; Mon, 3 Jul 2006 10:40:15 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:40:15 GMT Resent-Message-Id: <200607031040.k63AeFeC067521@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292A716A407 for ; Mon, 3 Jul 2006 10:31:16 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22670449F7 for ; Mon, 3 Jul 2006 10:31:12 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 19402 invoked from network); 3 Jul 2006 15:01:11 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 15:01:10 +0430 Message-Id: <1151922669.70287@starfish.datak.net> Date: Mon, 3 Jul 2006 14:01:09 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99740: [update port] games/phpua-bf - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:40:19 -0000 >Number: 99740 >Category: ports >Synopsis: [update port] games/phpua-bf - UnBROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - www/data/phpua -> www/phpua - UnBROKEN - Take maintainership >How-To-Repeat: >Fix: --- phpua-bf.patch begins here --- diff -ruN phpua-bf.orig/Makefile phpua-bf/Makefile --- phpua-bf.orig/Makefile Mon Jul 3 13:59:07 2006 +++ phpua-bf/Makefile Mon Jul 3 13:59:29 2006 @@ -11,17 +11,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A Battlefield 1942 plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 - # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} --- phpua-bf.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:40: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 56F2416A50C for ; Mon, 3 Jul 2006 10:40: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 D3EBA43D8E for ; Mon, 3 Jul 2006 10: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 k63AeF00067576 for ; Mon, 3 Jul 2006 10:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AeFmE067572; Mon, 3 Jul 2006 10:40:15 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:40:15 GMT Resent-Message-Id: <200607031040.k63AeFmE067572@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4A416A4C8 for ; Mon, 3 Jul 2006 10:33:05 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084E144A0F for ; Mon, 3 Jul 2006 10:33:01 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 19550 invoked from network); 3 Jul 2006 15:02:59 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 15:02:59 +0430 Message-Id: <1151922778.70310@starfish.datak.net> Date: Mon, 3 Jul 2006 14:02:58 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99741: [update port] games/phpua-cod - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:40:19 -0000 >Number: 99741 >Category: ports >Synopsis: [update port] games/phpua-cod - UnBROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - www/data/phpua -> www/phpua - UnBROKEN - Take maintainership >How-To-Repeat: >Fix: --- phpua-cod.patch begins here --- diff -ruN phpua-cod.orig/Makefile phpua-cod/Makefile --- phpua-cod.orig/Makefile Mon Jul 3 14:01:25 2006 +++ phpua-cod/Makefile Mon Jul 3 14:01:41 2006 @@ -11,17 +11,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A Call of Duty plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 - # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} --- phpua-cod.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:40:23 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 4B2A516A529 for ; Mon, 3 Jul 2006 10:40:23 +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 8CC2443D4C for ; Mon, 3 Jul 2006 10:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AeLjv067618 for ; Mon, 3 Jul 2006 10:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AeL3v067617; Mon, 3 Jul 2006 10:40:21 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:40:21 GMT Resent-Message-Id: <200607031040.k63AeL3v067617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111FB16A50C for ; Mon, 3 Jul 2006 10:35:35 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973E943D45 for ; Mon, 3 Jul 2006 10:35:33 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 19698 invoked from network); 3 Jul 2006 15:05:30 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 15:05:30 +0430 Message-Id: <1151922929.70338@starfish.datak.net> Date: Mon, 3 Jul 2006 14:05:29 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99742: [update port] games/phpua-q3 - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:40:23 -0000 >Number: 99742 >Category: ports >Synopsis: [update port] games/phpua-q3 - UnBROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:40:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - www/data/phpua -> www/phpua - UnBROKEN - Take maintainership >How-To-Repeat: >Fix: --- phpua-q3.patch begins here --- diff -ruN phpua-q3.orig/Makefile phpua-q3/Makefile --- phpua-q3.orig/Makefile Mon Jul 3 14:03:27 2006 +++ phpua-q3/Makefile Mon Jul 3 14:03:50 2006 @@ -11,17 +11,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A Quake 3 plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 - # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} --- phpua-q3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:40: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 6959316A54C for ; Mon, 3 Jul 2006 10:40: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 E183B43D46 for ; Mon, 3 Jul 2006 10:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AeO0K067632 for ; Mon, 3 Jul 2006 10:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AeOAe067631; Mon, 3 Jul 2006 10:40:24 GMT (envelope-from gnats) Date: Mon, 3 Jul 2006 10:40:24 GMT Message-Id: <200607031040.k63AeOAe067631@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: linimon@lonesome.com (Mark Linimon) Cc: Subject: Re: ports/99739: [update port] games/phpua-hl - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:40:25 -0000 The following reply was made to PR ports/99739; it has been noted by GNATS. From: linimon@lonesome.com (Mark Linimon) To: Babak Farrokhi Cc: FreeBSD gnats submit Subject: Re: ports/99739: [update port] games/phpua-hl - UnBROKEN Date: Mon, 3 Jul 2006 05:36:30 -0500 If this is the same fix for all the other phpua-* ports, just send a followup to this PR saying so, rather than the 6 different PRs, and I'll take care of it. Thanks. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:40:27 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 368E916A504 for ; Mon, 3 Jul 2006 10:40:27 +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 5A8EC43D46 for ; Mon, 3 Jul 2006 10:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AeQrm067650 for ; Mon, 3 Jul 2006 10:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AeQMd067648; Mon, 3 Jul 2006 10:40:26 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:40:26 GMT Resent-Message-Id: <200607031040.k63AeQMd067648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B833D16A403 for ; Mon, 3 Jul 2006 10:37:52 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDFA43D46 for ; Mon, 3 Jul 2006 10:37:50 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 19890 invoked from network); 3 Jul 2006 15:07:48 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 15:07:48 +0430 Message-Id: <1151923067.70346@starfish.datak.net> Date: Mon, 3 Jul 2006 14:07:47 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99743: [update port] games/phpua-ut - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:40:27 -0000 >Number: 99743 >Category: ports >Synopsis: [update port] games/phpua-ut - UnBROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:40:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - www/data/phpua -> www/phpua - UnBROKEN - Take maintainership >How-To-Repeat: >Fix: --- phpua-ut.patch begins here --- diff -ruN phpua-ut.orig/Makefile phpua-ut/Makefile --- phpua-ut.orig/Makefile Mon Jul 3 14:05:59 2006 +++ phpua-ut/Makefile Mon Jul 3 14:06:21 2006 @@ -11,17 +11,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= An Unreal Tournament plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 - # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} --- phpua-ut.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10: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 CB30016A561 for ; Mon, 3 Jul 2006 10: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 467AC43D49 for ; Mon, 3 Jul 2006 10:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AoIos067912 for ; Mon, 3 Jul 2006 10:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AoIO2067911; Mon, 3 Jul 2006 10:50:18 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 10:50:18 GMT Resent-Message-Id: <200607031050.k63AoIO2067911@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0895416A4E6 for ; Mon, 3 Jul 2006 10:40:19 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D6143D7B for ; Mon, 3 Jul 2006 10:40:11 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 20028 invoked from network); 3 Jul 2006 15:10:09 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jul 2006 15:10:09 +0430 Message-Id: <1151923208.70357@starfish.datak.net> Date: Mon, 3 Jul 2006 14:10:08 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99744: [update port] games/phpua-ut2003 - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:50:18 -0000 >Number: 99744 >Category: ports >Synopsis: [update port] games/phpua-ut2003 - UnBROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 10:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - www/data/phpua -> www/phpua - UnBROKEN - Take maintainership >How-To-Repeat: >Fix: --- phpua-ut2003.patch begins here --- diff -ruN phpua-ut2003.orig/Makefile phpua-ut2003/Makefile --- phpua-ut2003.orig/Makefile Mon Jul 3 14:08:26 2006 +++ phpua-ut2003/Makefile Mon Jul 3 14:08:45 2006 @@ -11,17 +11,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpua -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= An Unreal Tournament 2003 plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -BROKEN= does not install due to dependency problem in games/phpua-engine -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-09-03 - # Some variables you can change -PHPUA?= www/data/phpua +PHPUA?= www/phpua PHPUA_USER?= ${WWWOWN} PHPUA_GROUP?= ${WWWGRP} --- phpua-ut2003.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:51:34 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 9C6B916A403; Mon, 3 Jul 2006 10:51:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579D343D49; Mon, 3 Jul 2006 10:51:34 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63ApYbR068110; Mon, 3 Jul 2006 10:51:34 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63ApYfD068106; Mon, 3 Jul 2006 10:51:34 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 10:51:34 GMT From: Martin Wilke Message-Id: <200607031051.k63ApYfD068106@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99738: [update port] games/phpua-engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:51:34 -0000 Synopsis: [update port] games/phpua-engine Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 10:51:33 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99738 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:51: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 D6D7916A407; Mon, 3 Jul 2006 10:51:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D92843D4C; Mon, 3 Jul 2006 10:51:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63Apku8068197; Mon, 3 Jul 2006 10:51:46 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63ApkIM068193; Mon, 3 Jul 2006 10:51:46 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 10:51:46 GMT From: Martin Wilke Message-Id: <200607031051.k63ApkIM068193@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99739: [update port] games/phpua-hl - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:51:46 -0000 Synopsis: [update port] games/phpua-hl - UnBROKEN Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 10:51:45 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99739 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:51: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 1820A16A403; Mon, 3 Jul 2006 10:51:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916D243D45; Mon, 3 Jul 2006 10:51:55 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AptEG068285; Mon, 3 Jul 2006 10:51:55 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AptOH068281; Mon, 3 Jul 2006 10:51:55 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 10:51:55 GMT From: Martin Wilke Message-Id: <200607031051.k63AptOH068281@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99740: [update port] games/phpua-bf - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:51:56 -0000 Synopsis: [update port] games/phpua-bf - UnBROKEN Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 10:51:54 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99740 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:52: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 31E4316A403; Mon, 3 Jul 2006 10:52:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C9C43D48; Mon, 3 Jul 2006 10:52:04 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63Aq4J5068373; Mon, 3 Jul 2006 10:52:04 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63Aq4Ta068368; Mon, 3 Jul 2006 10:52:04 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 10:52:04 GMT From: Martin Wilke Message-Id: <200607031052.k63Aq4Ta068368@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99741: [update port] games/phpua-cod - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:52:05 -0000 Synopsis: [update port] games/phpua-cod - UnBROKEN Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 10:52:04 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99741 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:52: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 082F516A403; Mon, 3 Jul 2006 10:52:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78F043D48; Mon, 3 Jul 2006 10:52:13 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AqDbJ068463; Mon, 3 Jul 2006 10:52:13 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AqDDs068459; Mon, 3 Jul 2006 10:52:13 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 10:52:13 GMT From: Martin Wilke Message-Id: <200607031052.k63AqDDs068459@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99742: [update port] games/phpua-q3 - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:52:14 -0000 Synopsis: [update port] games/phpua-q3 - UnBROKEN Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 10:52:13 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99742 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 10:52: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 4987016A403; Mon, 3 Jul 2006 10:52:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0279143D49; Mon, 3 Jul 2006 10:52:22 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63AqLit068551; Mon, 3 Jul 2006 10:52:21 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63AqLt7068547; Mon, 3 Jul 2006 10:52:21 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 10:52:21 GMT From: Martin Wilke Message-Id: <200607031052.k63AqLt7068547@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99743: [update port] games/phpua-ut - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:52:22 -0000 Synopsis: [update port] games/phpua-ut - UnBROKEN Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 10:52:21 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99743 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 11:22:08 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 B138116A40F; Mon, 3 Jul 2006 11:22:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6469A43D76; Mon, 3 Jul 2006 11:22:08 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63BM8ed073657; Mon, 3 Jul 2006 11:22:08 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63BM834073653; Mon, 3 Jul 2006 11:22:08 GMT (envelope-from miwi) Date: Mon, 3 Jul 2006 11:22:08 GMT From: Martin Wilke Message-Id: <200607031122.k63BM834073653@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99744: [update port] games/phpua-ut2003 - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:22:08 -0000 Synopsis: [update port] games/phpua-ut2003 - UnBROKEN Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 3 11:22:07 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99744 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 12:41: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 4069316A415 for ; Mon, 3 Jul 2006 12:41:02 +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 5C56F43E34 for ; Mon, 3 Jul 2006 12:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63Ce9NR079431 for ; Mon, 3 Jul 2006 12:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63Ce9no079430; Mon, 3 Jul 2006 12:40:09 GMT (envelope-from gnats) Date: Mon, 3 Jul 2006 12:40:09 GMT Message-Id: <200607031240.k63Ce9no079430@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jonathan Fosburgh Cc: Subject: Re: ports/99707: CUPS in ports can't print raw data using application/octet-stream X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonathan Fosburgh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:41:02 -0000 The following reply was made to PR ports/99707; it has been noted by GNATS. From: Jonathan Fosburgh To: Marcin Wisnicki Cc: bug-followup@freebsd.org Subject: Re: ports/99707: CUPS in ports can't print raw data using application/octet-stream Date: Mon, 3 Jul 2006 07:38:01 -0500 --nextPart3341102.bn4G9RZT7G Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 02 July 2006 16:34, Marcin Wisnicki wrote: > Update to 1.2.1 provided in > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D99624 Cool. I was also going to bring up the permission problems ... I noticed I= =20 now have to change permissions on /dev/ulpt in order to print. Looks like= =20 this PR seeks to address that. =2D-=20 Jonathan Fosburgh AIX and Storage Administrator UT MD Anderson Cancer Center Houston, TX --nextPart3341102.bn4G9RZT7G Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBEqQ+uqUvQmqp7omYRAhuEAJ49jssX6cyVWb0jZlDu+FOU2bXsZgCfR1rM YF8sXgZob9rw28tckID2vlM= =+Epg -----END PGP SIGNATURE----- --nextPart3341102.bn4G9RZT7G-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 12:41: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 8BC1C16A513 for ; Mon, 3 Jul 2006 12:41:05 +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 EA3BF43E2B for ; Mon, 3 Jul 2006 12:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63Ce4EI079396 for ; Mon, 3 Jul 2006 12:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63Ce4Gi079390; Mon, 3 Jul 2006 12:40:04 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 12:40:04 GMT Resent-Message-Id: <200607031240.k63Ce4Gi079390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Osamu Hasegawa Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C769D16A407 for ; Mon, 3 Jul 2006 12:34:19 +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 9042843D46 for ; Mon, 3 Jul 2006 12:34:19 +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 k63CYJlC017764 for ; Mon, 3 Jul 2006 12:34:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k63CYJRl017763; Mon, 3 Jul 2006 12:34:19 GMT (envelope-from nobody) Message-Id: <200607031234.k63CYJRl017763@www.freebsd.org> Date: Mon, 3 Jul 2006 12:34:19 GMT From: Osamu Hasegawa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99745: print/cups: CUPS 1.2.0_x: Unable to open parallel port device file "/dev/lpt0": Permission denied X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:41:05 -0000 >Number: 99745 >Category: ports >Synopsis: print/cups: CUPS 1.2.0_x: Unable to open parallel port device file "/dev/lpt0": Permission denied >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 12:40:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Osamu Hasegawa >Release: FreeBSD 6.1-RELEASE >Organization: >Environment: FreeBSD 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed Jun 28 11:21:26 JST 2006 root@minami.fls.jp:/usr/obj/usr/src/sys/GENERIC i386 >Description: CUPS 1.2.0 with parallel port printer has a same issue as ports/99460. /usr/local/etc/cups/printers.conf is as follows. ------ Info MJ-800C DeviceURI parallel:/dev/lpt0 State Idle StateTime 1151906919 Accepting Yes Shared No JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy stop-printer ------ The following error is found in /var/log/cups/error_log. "Unable to open parallel port device file "/dev/lpt0": Permission denied" >How-To-Repeat: >Fix: Similar to ports/99460 ports/99624/. Add following lines to /etc/devfs.rules: [system=10] add path 'lpt*' mode 0660 group cups And following to /etc/rc.conf: devfs_system_ruleset="system" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 12:41:34 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 EFD8716A4C8; Mon, 3 Jul 2006 12:41:34 +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 5D91243DB8; Mon, 3 Jul 2006 12:41:11 +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 k63CfB37079556; Mon, 3 Jul 2006 12:41:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63CfBDB079552; Mon, 3 Jul 2006 12:41:11 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 12:41:11 GMT From: Edwin Groothuis Message-Id: <200607031241.k63CfBDB079552@freefall.freebsd.org> To: kdn_pc215hqj11010@mbr.nifty.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99745: print/cups: CUPS 1.2.0_x: Unable to open parallel port device file "/dev/lpt0": Permission denied X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:41:35 -0000 Synopsis: print/cups: CUPS 1.2.0_x: Unable to open parallel port device file "/dev/lpt0": Permission denied State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jul 3 12:41:10 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99745 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 13:50: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 3C1D916A412 for ; Mon, 3 Jul 2006 13:50:13 +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 A373C43D46 for ; Mon, 3 Jul 2006 13: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 k63DoCl0083165 for ; Mon, 3 Jul 2006 13: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 k63DoC8i083164; Mon, 3 Jul 2006 13:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 13:50:12 GMT Resent-Message-Id: <200607031350.k63DoC8i083164@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8DA16A415 for ; Mon, 3 Jul 2006 13:42:54 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1745443D45 for ; Mon, 3 Jul 2006 13:42:54 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 803C57E91D; Mon, 3 Jul 2006 21:44:30 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dqd2eH+-IJ4E; Mon, 3 Jul 2006 21:44:29 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id E1E857E9B5; Mon, 3 Jul 2006 21:44:29 +0800 (CST) Message-Id: <20060703134429.E1E857E9B5@FreeBSD.csie.nctu.edu.tw> Date: Mon, 3 Jul 2006 21:44:29 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: snowfly@yuntech.edu.tw Subject: ports/99746: [PATCH] devel/p5-Module-Compile: update to 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:50:13 -0000 >Number: 99746 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Compile: update to 0.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 13:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006 >Description: - Update to 0.17 Port maintainer (snowfly@yuntech.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Compile-0.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Compile/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 27 Jun 2006 14:36:23 -0000 1.5 +++ Makefile 3 Jul 2006 13:42:35 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Module-Compile -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -22,7 +22,8 @@ MAN3= Module::Compile.3 \ Module::Install::Admin::PMC.3 \ - Module::Install::PMC.3 + Module::Install::PMC.3\ + Module::Optimize.3 .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Compile/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 27 Jun 2006 14:36:23 -0000 1.2 +++ distinfo 3 Jul 2006 13:42:35 -0000 @@ -1,3 +1,3 @@ -MD5 (Module-Compile-0.16.tar.gz) = 39301d7fe77954609fb506c24d718c0b -SHA256 (Module-Compile-0.16.tar.gz) = 1e22afef4dc0f18101828e8b56b51b2f4b452853a551698d6f5c628e3fd06e73 -SIZE (Module-Compile-0.16.tar.gz) = 43561 +MD5 (Module-Compile-0.17.tar.gz) = 0cae6275b35ebb8514b25a8b4961e6ed +SHA256 (Module-Compile-0.17.tar.gz) = 5678f58f68cb282bb4d650cbb88671afdc7af262313ad509ae3b3d5caa12ddc9 +SIZE (Module-Compile-0.17.tar.gz) = 44144 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Compile/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 25 Jun 2006 11:08:05 -0000 1.3 +++ pkg-plist 3 Jul 2006 13:42:35 -0000 @@ -2,6 +2,7 @@ %%SITE_PERL%%/Module/Compile.pm %%SITE_PERL%%/Module/Install/Admin/PMC.pm %%SITE_PERL%%/Module/Install/PMC.pm +%%SITE_PERL%%/Module/Optimize.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module --- p5-Module-Compile-0.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 13: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 41CEA16A412; Mon, 3 Jul 2006 13:50:24 +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 E9F3643D48; Mon, 3 Jul 2006 13:50:23 +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 k63DoN6x083341; Mon, 3 Jul 2006 13:50:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63DoN9I083337; Mon, 3 Jul 2006 13:50:23 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 13:50:23 GMT From: Edwin Groothuis Message-Id: <200607031350.k63DoN9I083337@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99746: [PATCH] devel/p5-Module-Compile: update to 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:50:24 -0000 Synopsis: [PATCH] devel/p5-Module-Compile: update to 0.17 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 3 13:50:23 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99746 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 13:59:08 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 4CDEC16A417; Mon, 3 Jul 2006 13:59:08 +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 F3DA243D48; Mon, 3 Jul 2006 13:59:07 +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 k63Dx7wW083738; Mon, 3 Jul 2006 13:59:07 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63Dx7nS083734; Mon, 3 Jul 2006 13:59:07 GMT (envelope-from itetcu) Date: Mon, 3 Jul 2006 13:59:07 GMT From: Ion-Mihai Tetcu Message-Id: <200607031359.k63Dx7nS083734@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99745: print/cups: CUPS 1.2.0_x: Unable to open parallel port device file "/dev/lpt0": Permission denied X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:59:08 -0000 Synopsis: print/cups: CUPS 1.2.0_x: Unable to open parallel port device file "/dev/lpt0": Permission denied Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Mon Jul 3 13:59:07 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99745 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 14:28:31 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 951CA16A407 for ; Mon, 3 Jul 2006 14:28:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11F544462 for ; Mon, 3 Jul 2006 14:28:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id 8FB7E507F7; Mon, 3 Jul 2006 16:28:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D3E40.dip0.t-ipconnect.de [84.141.62.64]) by unixfreunde.net (Postfix) with ESMTP id 3F2DC507F2 for ; Mon, 3 Jul 2006 16:28:29 +0200 (CEST) Date: Mon, 3 Jul 2006 16:28:26 +0200 From: Martin Wilke To: freebsd-ports-bugs@freebsd.org Message-ID: <20060703162826.0cd37388@mwilke.ath.cx> In-Reply-To: <1151922929.70338@starfish.datak.net> References: <1151922929.70338@starfish.datak.net> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.9.4; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports/99742: [update port] games/phpua-q3 - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 14:28:31 -0000 Hello Babak There are problems with pkg plist. http://miwibox.org/tb/index.php?action=describe_port&id=347 Can you it please fixes and me a new patch to send? - Martin From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 14:30:25 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 6B3BC16A407 for ; Mon, 3 Jul 2006 14:30:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id F281544453 for ; Mon, 3 Jul 2006 14:30:24 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id BA8B6507F7; Mon, 3 Jul 2006 16:30:25 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D3E40.dip0.t-ipconnect.de [84.141.62.64]) by unixfreunde.net (Postfix) with ESMTP id 722B4507F2 for ; Mon, 3 Jul 2006 16:30:25 +0200 (CEST) Date: Mon, 3 Jul 2006 16:30:23 +0200 From: Martin Wilke To: freebsd-ports-bugs@freebsd.org Message-ID: <20060703163023.092548e3@mwilke.ath.cx> In-Reply-To: <1151923067.70346@starfish.datak.net> References: <1151923067.70346@starfish.datak.net> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.9.4; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports/99743: [update port] games/phpua-ut - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 14:30:25 -0000 Hello Babak There are problems with pkg plist. http://miwibox.org/tb/index.php?action=describe_port&id=348 Can you it please fixes and me a new patch to send? - Martin From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 14:38:14 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 3A65F16A4CA for ; Mon, 3 Jul 2006 14:38:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4801743FDC for ; Mon, 3 Jul 2006 14:17:17 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id 00ADF507F3; Mon, 3 Jul 2006 16:17:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D3E40.dip0.t-ipconnect.de [84.141.62.64]) by unixfreunde.net (Postfix) with ESMTP id ACCD9507C4 for ; Mon, 3 Jul 2006 16:17:17 +0200 (CEST) Date: Mon, 3 Jul 2006 16:17:15 +0200 From: Martin Wilke To: freebsd-ports-bugs@freebsd.org Message-ID: <20060703161715.7113391f@mwilke.ath.cx> In-Reply-To: <1151922778.70310@starfish.datak.net> References: <1151922778.70310@starfish.datak.net> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.9.4; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports/99741: [update port] games/phpua-cod - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 14:38:14 -0000 Hello Babak There are problems with pkg plist. http://miwibox.org/tb/index.php?action=describe_port&id=346 Can you it please fixes and me a new patch to send? - Martin From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 14:38:22 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 69C5F16A51F for ; Mon, 3 Jul 2006 14:38:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D35443FB0 for ; Mon, 3 Jul 2006 14:16:27 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id 97437507F3; Mon, 3 Jul 2006 16:16:27 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D3E40.dip0.t-ipconnect.de [84.141.62.64]) by unixfreunde.net (Postfix) with ESMTP id 16968507C4 for ; Mon, 3 Jul 2006 16:16:27 +0200 (CEST) Date: Mon, 3 Jul 2006 16:16:25 +0200 From: Martin Wilke To: freebsd-ports-bugs@freebsd.org Message-ID: <20060703161625.7f5603f8@mwilke.ath.cx> In-Reply-To: <1151922669.70287@starfish.datak.net> References: <1151922669.70287@starfish.datak.net> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.9.4; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports/99740: [update port] games/phpua-bf - UnBROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 14:38:22 -0000 Hello Babak There are problems with pkg plist. http://miwibox.org/tb/index.php?action=describe_port&id=345 Can you it please fixes and me a new patch to send? - Martin From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 15:00: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 5B8BA16A511 for ; Mon, 3 Jul 2006 15:00:44 +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 D525C43D70 for ; Mon, 3 Jul 2006 15:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63F0XV2087035 for ; Mon, 3 Jul 2006 15:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63F0XNY087031; Mon, 3 Jul 2006 15:00:33 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 15:00:33 GMT Resent-Message-Id: <200607031500.k63F0XNY087031@freefall.freebsd.org> 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 D338D16A403 for ; Mon, 3 Jul 2006 14:57:41 +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 87317445EB for ; Mon, 3 Jul 2006 14:57:41 +0000 (GMT) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id 2825A33C30; Mon, 3 Jul 2006 08:57:41 -0600 (MDT) Message-Id: <20060703145741.2825A33C30@darwin.lastamericanempire.com> Date: Mon, 3 Jul 2006 08:57:41 -0600 (MDT) From: hideo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99747: [maintainer update] www/p5-HTML-Template-Compiled -> 0.69 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: Mon, 03 Jul 2006 15:00:44 -0000 >Number: 99747 >Category: ports >Synopsis: [maintainer update] www/p5-HTML-Template-Compiled -> 0.69 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 15:00:33 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: Wed Jun 21 07:18:10 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Update www/p5-HTML-Template-Compiled from version 0.68 to 0.69 >How-To-Repeat: >Fix: --- p5-htc-0.69 begins here --- diff -ruN /usr/ports/www/p5-HTML-Template-Compiled/Makefile p5-HTML-Template-Compiled/Makefile --- /usr/ports/www/p5-HTML-Template-Compiled/Makefile Thu Jun 22 07:07:48 2006 +++ p5-HTML-Template-Compiled/Makefile Mon Jul 3 08:53:03 2006 @@ -6,7 +6,7 @@ # PORTNAME= HTML-Template-Compiled -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -30,7 +30,8 @@ HTML::Template::Compiled::Utils.3 \ HTML::Template::Compiled::Expression.3 \ HTML::Template::Compiled::Reference.3 \ - HTML::Template::Compiled::Parser.3 + HTML::Template::Compiled::Parser.3 \ + HTML::Template::Compiled::Classic.3 .include diff -ruN /usr/ports/www/p5-HTML-Template-Compiled/distinfo p5-HTML-Template-Compiled/distinfo --- /usr/ports/www/p5-HTML-Template-Compiled/distinfo Thu Jun 22 07:07:48 2006 +++ p5-HTML-Template-Compiled/distinfo Mon Jul 3 08:50:18 2006 @@ -1,3 +1,3 @@ -MD5 (HTML-Template-Compiled-0.68.tar.gz) = 2a70d90868c84afa4973a614240e2cc5 -SHA256 (HTML-Template-Compiled-0.68.tar.gz) = ae79e1f5300d89980d2b70e04aad320a6369119cb067175e3571d70c992c5014 -SIZE (HTML-Template-Compiled-0.68.tar.gz) = 47254 +MD5 (HTML-Template-Compiled-0.69.tar.gz) = e69e2c148132637bfb06f72e8ae027c7 +SHA256 (HTML-Template-Compiled-0.69.tar.gz) = f9167c1631b3beb0763f56b855373f588f127653d72d2673bc24aabd5d8ff8b9 +SIZE (HTML-Template-Compiled-0.69.tar.gz) = 48420 diff -ruN /usr/ports/www/p5-HTML-Template-Compiled/pkg-plist p5-HTML-Template-Compiled/pkg-plist --- /usr/ports/www/p5-HTML-Template-Compiled/pkg-plist Thu Jun 22 07:07:48 2006 +++ p5-HTML-Template-Compiled/pkg-plist Mon Jul 3 08:53:37 2006 @@ -4,6 +4,7 @@ %%SITE_PERL%%/HTML/Template/Compiled/Utils.pm %%SITE_PERL%%/HTML/Template/Compiled/Filter.pm %%SITE_PERL%%/HTML/Template/Compiled/Parser.pm +%%SITE_PERL%%/HTML/Template/Compiled/Classic.pm %%SITE_PERL%%/HTML/Template/Compiled/Expression/Conditional.pm %%SITE_PERL%%/HTML/Template/Compiled/Expression/Expressions.pm %%SITE_PERL%%/HTML/Template/Compiled/Expression/Function.pm --- p5-htc-0.69 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 15:07: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 B7BB316A407; Mon, 3 Jul 2006 15:07:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F8143D45; Mon, 3 Jul 2006 15:07:24 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63F7ORs087392; Mon, 3 Jul 2006 15:07:24 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63F7Oev087388; Mon, 3 Jul 2006 15:07:24 GMT (envelope-from clsung) Date: Mon, 3 Jul 2006 15:07:24 GMT From: Cheng-Lung Sung Message-Id: <200607031507.k63F7Oev087388@freefall.freebsd.org> To: hideo@lastamericanempire.com, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99747: [maintainer update] www/p5-HTML-Template-Compiled -> 0.69 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:07:24 -0000 Synopsis: [maintainer update] www/p5-HTML-Template-Compiled -> 0.69 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Mon Jul 3 15:07:23 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=99747 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 17:40: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 DA6B416A407 for ; Mon, 3 Jul 2006 17:40: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 2188243D9E for ; Mon, 3 Jul 2006 17:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63HeMop002936 for ; Mon, 3 Jul 2006 17:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63HeMxp002935; Mon, 3 Jul 2006 17:40:22 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 17:40:22 GMT Resent-Message-Id: <200607031740.k63HeMxp002935@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Siml Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4277616A58F for ; Mon, 3 Jul 2006 17:31:02 +0000 (UTC) (envelope-from jan@eris.jules.de) Received: from smtp.jules.de (smtp.jules.de [81.16.50.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2578344C0F for ; Mon, 3 Jul 2006 16:32:50 +0000 (GMT) (envelope-from jan@eris.jules.de) Received: from localhost (smtp.jules.de [81.16.50.54]) by smtp.jules.de (Postfix) with ESMTP id 12192AEE39 for ; Mon, 3 Jul 2006 18:32:56 +0200 (CEST) Received: from smtp.jules.de ([81.16.50.54]) by localhost (smtp.jules.de [81.16.50.54]) (amavisd-new, port 10024) with LMTP id jv9yBbj9KPVT for ; Mon, 3 Jul 2006 18:32:53 +0200 (CEST) Received: from eris.jules.de (smtp.jules.de [81.16.50.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.jules.de (Postfix) with ESMTP id 51421ACA0A for ; Mon, 3 Jul 2006 18:32:53 +0200 (CEST) Received: (from root@localhost) by eris.jules.de (8.13.6/8.13.6/Submit) id k63GWqGl017038; Mon, 3 Jul 2006 18:32:52 +0200 (CEST) (envelope-from jan) Message-Id: <200607031632.k63GWqGl017038@eris.jules.de> Date: Mon, 3 Jul 2006 18:32:52 +0200 (CEST) From: Jan Siml To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99749: [MAINTAINER] devel/rth: update to 1.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: Mon, 03 Jul 2006 17:40:26 -0000 >Number: 99749 >Category: ports >Synopsis: [MAINTAINER] devel/rth: update to 1.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 17:40:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jan Siml >Release: FreeBSD 6.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD eris.jules.de 6.1-RELEASE FreeBSD 6.1-RELEASE #19: Sat May 20 18:30:25 CEST 2006 >Description: - Update to 1.5.6 >How-To-Repeat: >Fix: --- rth-1.5.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/rth/Makefile /home/jan/ports/rth/Makefile --- /usr/ports/devel/rth/Makefile Thu Jun 29 19:50:20 2006 +++ /home/jan/ports/rth/Makefile Mon Jul 3 11:27:32 2006 @@ -6,14 +6,14 @@ # PORTNAME= rth -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rth DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jsi@jules.de -COMMENT= Web-based tool to manage requirements and tests +COMMENT= Web-based requirement, test and bugtracking system NO_BUILD= yes USE_PHP= mysql gd diff -ruN --exclude=CVS /usr/ports/devel/rth/distinfo /home/jan/ports/rth/distinfo --- /usr/ports/devel/rth/distinfo Thu Jun 29 19:50:20 2006 +++ /home/jan/ports/rth/distinfo Mon Jul 3 11:20:31 2006 @@ -1,3 +1,3 @@ -MD5 (rth_1.5.5.zip) = 387317d607d668530d5ac9f295246940 -SHA256 (rth_1.5.5.zip) = bd03310fa379a4f705b8146aa13576d9fe2a9b6316f3954d84be801c02a36a70 -SIZE (rth_1.5.5.zip) = 5419630 +MD5 (rth_1.5.6.zip) = 5fb9b8da7450bc58b38fcf1927d02efa +SHA256 (rth_1.5.6.zip) = a3fb4cf35bd0a9ed75630bc0b6a16094cdbc1287773189d090644189531491c0 +SIZE (rth_1.5.6.zip) = 5423926 diff -ruN --exclude=CVS /usr/ports/devel/rth/pkg-plist /home/jan/ports/rth/pkg-plist --- /usr/ports/devel/rth/pkg-plist Wed Jun 21 23:32:54 2006 +++ /home/jan/ports/rth/pkg-plist Mon Jul 3 13:09:18 2006 @@ -31,6 +31,7 @@ www/rth/api/timer_api.php www/rth/api/user_api.php www/rth/api/admin_api.php +www/rth/api/.#error_api.php.1.1.1.1 www/rth/lang/strings_english.txt www/rth/jpgraph-1.8/src/utils/misc/adjimg.php www/rth/jpgraph-1.8/src/utils/misc/gencolorchart.php --- rth-1.5.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 18:01: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 B150616A47B for ; Mon, 3 Jul 2006 18:01:01 +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 1FB8E43D99 for ; Mon, 3 Jul 2006 18:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63I0bpM003445 for ; Mon, 3 Jul 2006 18:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63I0bul003444; Mon, 3 Jul 2006 18:00:37 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 18:00:37 GMT Resent-Message-Id: <200607031800.k63I0bul003444@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3495D16A40F for ; Mon, 3 Jul 2006 17:55:27 +0000 (UTC) (envelope-from tmseck@netcologne.de) Received: from smtp4.netcologne.de (smtp4.netcologne.de [194.8.194.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB2343DA5 for ; Mon, 3 Jul 2006 17:55:15 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-81-173-228-55.netcologne.de [81.173.228.55]) by smtp4.netcologne.de (Postfix) with SMTP id B18D0DA592 for ; Mon, 3 Jul 2006 19:55:06 +0200 (CEST) Received: (qmail 1818 invoked from network); 3 Jul 2006 17:55:05 -0000 Received: from unknown (HELO hardy.tmseck.homedns.org) (192.168.1.2) by 0 with SMTP; 3 Jul 2006 17:55:05 -0000 Received: from hardy.tmseck.homedns.org (localhost [127.0.0.1]) by hardy.tmseck.homedns.org (8.13.6/8.13.6) with ESMTP id k63Ht4V4070756; Mon, 3 Jul 2006 19:55:04 +0200 (CEST) (envelope-from tmseck@netcologne.de) Received: (from thomas@localhost) by hardy.tmseck.homedns.org (8.13.6/8.13.6/Submit) id k63HswIk070723; Mon, 3 Jul 2006 19:54:58 +0200 (CEST) (envelope-from tmseck@netcologne.de) Message-Id: <200607031754.k63HswIk070723@hardy.tmseck.homedns.org> Date: Mon, 3 Jul 2006 19:54:58 +0200 (CEST) From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99750: New port/repocopy request: www/squid26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 18:01:01 -0000 >Number: 99750 >Category: ports >Synopsis: New port/repocopy request: www/squid26 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 18:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 6.1-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of July 3, 2006. >Description: The squid developers have just released 2.6.STABLE1 as the new stable Squid release. I would like to keep www/squid at 2.5 for now because of the large amount of changes between 2.5 and 2.6 and introduce 2.6 as www/squid26. As I understand it, it is preferred to repocopy www/squid to www/squid26 and then update it via a patch. Since this patch is quite impressive (see below), I can also submit a shar archive of the new port if needed to have it added from scratch. If the preamble in the Makefile needs to be unchanged, feel free to revert my changes there. Functional changes: New OPTIONS: - WITH_/WITHOUT_SQUID_KQUEUE: use kqueue(2) support (defaults to yes) - WITH_/WITHOUT_SQUID_WCCPV2: enable WCCPv2 support (defaults to no) - WITH_/WITHOUT_SQUID_REFERER_LOG: enable referer-header logging (default no) - make WITH_DEBUG a synonym for WITH_SQUID_STACKTRACES Removed OPTIONS: - WITH_SQUID_CUSTOM_LOG: the code is now part of mainline squid and can be configured via squid.conf - WITH_/WITHOUT_SQUID_UNDERSCORES: no longer configurable - WITH_/WITHOUT_SQUID_CHECK_HOSTNAME: no longer configurable - WITH_/WITHOUT_SQUID_RCNG: the start script is now rc.d only Changed default: - CARP support is enabled by default in squid 2.6 and needs to be explicitly disabled defining WITHOUT_SQUID_CARP Port infrastructural changes: - no longer check for invalid user/group id; this problem should no longer be an issue (if it ever was one, but you never know) and remove the 'changeuser:' target - use files/squid.in instead of files/squid.sh.in as template - remove ancient information about Harvest from pkg-descr, tighten COMMENT - add some HTTP mirror sites taken from as additional PATCH_SITES (thanks to Robert Backhaus for the initial submission) - ICAP support is not yet available, the squid-devel CVS is not synchronized with mainline squid as I write this so mark WITH_SQUID_ICAP as IGNORE for now. I'll add the necessary patches ASAP. - spell "squid" as "Squid" when referring to the project as this seems to be the spelling the Squid project prefers - some cosmetic changes in macro definitions Removed files: files/customlog-2.5.patch files/follow_xff-2.5.patch files/follow_xff--configure.patch files/icap-2.5-bootstrap.patch files/icap-2.5-core.patch files/squid.sh.in New files: files/patch-tools-Makefile.in files/squid.in >How-To-Repeat: >Fix: Copy www/squid to www/squid26 and apply this patch to www/squid26: Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 934) +++ Makefile (.../local/squid26) (revision 934) @@ -1,23 +1,19 @@ -# New ports collection makefile for: squid24 -# Date created: Tue Mar 27 14:56:08 CEST 2001 -# Whom: Adrian Chadd +# New ports collection makefile for: squid26 +# Date created: 2006-06-01 +# Whom: Thomas-Martin Seck # -# $FreeBSD: ports/www/squid/Makefile,v 1.188 2006/06/05 22:00:46 jmelo Exp $ +# $FreeBSD$ # # Tunables not (yet) configurable via 'make config': # SQUID_{U,G}ID -# Which user/group squid should run as (default: squid/squid). +# Which user/group Squid should run as (default: squid/squid). # The user and group will be created if they do not already exist using # a uid:gid of 100:100. -# NOTE: before version 2.5.4_6, these settings defaulted to -# nobody/nogroup. -# If you wish to keep these settings, please define SQUID_UID=nobody and -# SQUID_GID=nogroup in your make environment before you start the update. -# NOTE2: -# Before version 2.5.4_11 the numerical id chosen for SQUID_UID (and -# SQUID_GID respectively) was the first free id greater than or equal 3128. -# If you wish to move your squid user to id 100:100, run "make changeuser", -# please see the changeuser target's definition for further information. +# NOTE: older versions of Squid defaulted to nobody/nogroup. +# If you wish to run Squid as "nobody" (which is not recommended), please +# define SQUID_UID=nobody and SQUID_GID=nogroup in your make environment +# before you start the update or installation of this port. +# # SQUID_LANGUAGES # A list of languages for which error page files should be installed # (default: all) @@ -39,7 +35,7 @@ # `make SQUID_CONFIGURE_ARGS="--enable-dlmalloc --enable-truncate" install' # # The list below may be incomplete, please see the configure script -# in the squid source distribution for the complete list of additional +# in the Squid source distribution for the complete list of additional # options. # Note that you probably do not need to worry about these options in most # cases, they are included in case you want to experiment with them. @@ -47,11 +43,10 @@ # --enable-dlmalloc # Compile and use the malloc package from Doug Lea # --enable-gnuregex -# Compile and use the supplied GNUregex routines instead of BSD regex. +# Compile and use the supplied GNUregex routines instead of BSD regex +# (not recommended). # --enable-xmalloc-statistics # Show malloc statistics in status page -# --enable-time-hack -# Optimize time updates to one per second rather than calling gettimeofday() # --enable-cachemgr-hostname=some.hostname # Set an explicit hostname in cachemgr.cgi # --enable-truncate @@ -68,15 +63,23 @@ # of filedescriptors the resulting binary is expected to support. # --enable-ntlm-fail-open # Enable NTLM fail open, where a helper that fails one of the -# Authentication steps can allow squid to still authenticate the user -# +# Authentication steps can allow Squid to still authenticate the user +# --enable-x-accelerator-vary +# Enable support for the X-Accelerator-Vary HTTP header. Can be used +# to indicate variance within an accelerator setup. Typically used +# together with other code that adds custom HTTP headers to the +# requests. +# --enable-auth-on-acceleration +# Enable authentication in accelerators. +# --enable-forward-log +# Enable experimental forward_log directive. +# --enable-multicast-miss +# Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.5.14 -PORTREVISION= 1 +PORTVERSION= 2.6.1 CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://archive.progeny.com/squid/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ @@ -86,20 +89,32 @@ ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE14 -DIST_SUBDIR= squid2.5 +DISTNAME= squid-2.6.STABLE1 +DIST_SUBDIR= squid2.6 -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE14-httpReplyDestroy.patch +PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ + http://www2.us.squid-cache.org/%SUBDIR%/ \ + http://www3.us.squid-cache.org/%SUBDIR%/ \ + http://www1.at.squid-cache.org/%SUBDIR%/ \ + http://www2.nl.squid-cache.org/%SUBDIR%/ \ + http://www1.ru.squid-cache.org/%SUBDIR%/ \ + http://www1.uk.squid-cache.org/%SUBDIR%/ \ + http://www1.jp.squid-cache.org/%SUBDIR%/ \ + http://www1.tw.squid-cache.org/%SUBDIR%/ +PATCH_SITE_SUBDIR= Versions/v2/2.6/bugs +PATCHFILES= PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de -COMMENT= The successful WWW proxy cache and accelerator +COMMENT= HTTP Caching Proxy -CONFLICTS= squid-2.[^5]* +LATEST_LINK= squid26 + +CONFLICTS= squid-2.[^6]* GNU_CONFIGURE= yes USE_BZIP2= yes USE_PERL5= yes +USE_RC_SUBR= squid SQUID_UID?= squid SQUID_GID?= squid @@ -114,20 +129,19 @@ SQUID_SASL_AUTH "Install SASL authentication helpers" off \ SQUID_DELAY_POOLS "Enable delay pools" off \ SQUID_SNMP "Enable SNMP support" off \ - SQUID_CARP "Enable CARP support" off \ + SQUID_CARP "Enable CARP support" on \ SQUID_SSL "Enable SSL support for reverse proxies" off \ SQUID_PINGER "Install the icmp helper" off \ SQUID_DNS_HELPER "Use the old 'dnsserver' helper" off \ SQUID_HTCP "Enable HTCP support" off \ SQUID_VIA_DB "Enable forward/via database" off \ SQUID_CACHE_DIGESTS "Enable cache digests" off \ - SQUID_WCCP "Enable Web Cache Coordination Protocol" on \ - SQUID_UNDERSCORES "Allow underscores in hostnames" on \ - SQUID_CHECK_HOSTNAME "Do hostname checking" on \ + SQUID_WCCP "Enable Web Cache Coordination Prot. v1" on \ + SQUID_WCCPV2 "Enable Web Cache Coordination Prot. v2" off \ SQUID_STRICT_HTTP "Be strictly HTTP compliant" off \ SQUID_IDENT "Enable ident (RFC 931) lookups" on \ + SQUID_REFERER_LOG "Enable Referer-header logging" off \ SQUID_USERAGENT_LOG "Enable User-Agent-header logging" off \ - SQUID_CUSTOM_LOG "Enable custom log format" off \ SQUID_ARP_ACL "Enable ACLs based on ethernet address" off \ SQUID_PF "Enable transparent proxying with PF" off \ SQUID_IPFILTER "Enable transp. proxying with IPFilter" off \ @@ -135,9 +149,9 @@ SQUID_ICAP "Enable ICAP client functionality" off \ SQUID_AUFS "Enable the aufs storage scheme" off \ SQUID_COSS "Enable the COSS storage scheme" off \ + SQUID_KQUEUE "Use kqueue(2) instead of poll(2)" on \ SQUID_LARGEFILE "Support log and cache files >2GB" off \ - SQUID_STACKTRACES "Create backtraces on fatal errors" off \ - SQUID_RCNG "Install an rc.d style startup script" on + SQUID_STACKTRACES "Create backtraces on fatal errors" off etc_files= squid/cachemgr.conf.default \ squid/mib.txt squid/mime.conf.default \ @@ -165,37 +179,44 @@ ERR_SOCKET_FAILURE ERR_TOO_BIG ERR_UNSUP_REQ \ ERR_URN_RESOLVE ERR_WRITE_ERROR ERR_ZERO_SIZE_OBJECT -libexec= cachemgr.cgi digest_pw_auth diskd ip_user_check \ +libexec= cachemgr.cgi digest_pw_auth diskd-daemon ip_user_check \ msnt_auth ncsa_auth ntlm_auth \ - pam_auth smb_auth smb_auth.sh squid_unix_group \ - wb_auth wb_group wb_ntlmauth wbinfo_group.pl + pam_auth smb_auth smb_auth.sh squid_session squid_unix_group \ + wbinfo_group.pl .if !defined(SQUID_CONFIGURE_ARGS) || ${SQUID_CONFIGURE_ARGS:M*--disable-unlinkd*} == "" libexec+= unlinkd .endif -sbin= RunAccel RunCache squidclient squid +sbin= RunCache squidclient squid -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ +CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ + --sbindir=${PREFIX}/sbin \ --datadir=${PREFIX}/etc/squid \ --libexecdir=${PREFIX}/libexec/squid \ --localstatedir=${PREFIX}/squid \ - --enable-removal-policies="lru heap" + --sysconfdir=${PREFIX}/etc/squid \ + --enable-removal-policies="lru heap" \ + --disable-linux-netfilter \ + --disable-linux-tproxy \ + --disable-epoll .include # Authentication methods and modules: -basic_auth= NCSA PAM MSNT SMB winbind -external_acl= ip_user unix_group wbinfo_group winbind_group -MAN8+= pam_auth.8 squid_unix_group.8 +basic_auth= NCSA PAM MSNT SMB +digest_auth= password +external_acl= ip_user session unix_group wbinfo_group +MAN8+= ncsa_auth.8 pam_auth.8 squid_session.8 squid_unix_group.8 .if defined(WITH_SQUID_LDAP_AUTH) USE_OPENLDAP= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN8+= squid_ldap_auth.8 squid_ldap_group.8 basic_auth+= LDAP +digest_auth+= ldap external_acl+= ldap_group -libexec+= squid_ldap_auth squid_ldap_group +libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group .endif .if defined(WITH_SQUID_SASL_AUTH) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 @@ -211,11 +232,11 @@ .endif CONFIGURE_ARGS+= --enable-auth="basic ntlm digest" \ --enable-basic-auth-helpers="${basic_auth}" \ - --enable-digest-auth-helpers="password" \ + --enable-digest-auth-helpers="${digest_auth}" \ --enable-external-acl-helpers="${external_acl}" \ - --enable-ntlm-auth-helpers="SMB winbind" + --enable-ntlm-auth-helpers="SMB" -# Selection of storage schemes: +# Storage schemes: storage_schemes= ufs diskd null .if defined(WITH_SQUID_AUFS) @@ -227,7 +248,7 @@ .endif .if defined(WITH_SQUID_COSS) storage_schemes+= coss -CONFIGURE_ARGS+= --with-aio +CONFIGURE_ARGS+= --enable-coss-aio-ops .endif CONFIGURE_ARGS+= --enable-storeio="${storage_schemes}" @@ -239,13 +260,14 @@ .if defined(WITH_SQUID_SNMP) CONFIGURE_ARGS+= --enable-snmp .endif -.if defined(WITH_SQUID_CARP) -CONFIGURE_ARGS+= --enable-carp +.if defined(WITHOUT_SQUID_CARP) +CONFIGURE_ARGS+= --disable-carp .endif .if defined(WITH_SQUID_SSL) -# we need to .include bsd.openssl.mk manually here because USE_OPENSSL only -# works when it is defined before bsd.port{.pre}.mk is .included and this is -# not possible when using OPTIONS +# we need to .include bsd.openssl.mk manually here.because USE_OPENSSL only +# works when it is defined before bsd.port{.pre}.mk is .included. +# This makes it currently impossible to combine this macro with OPTIONS to +# conditionally include OpenSSL support. .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --enable-ssl \ --with-openssl="${OPENSSLBASE}" @@ -272,24 +294,21 @@ .if defined(WITHOUT_SQUID_WCCP) CONFIGURE_ARGS+= --disable-wccp .endif -.if !defined(WITHOUT_SQUID_UNDERSCORES) -CONFIGURE_ARGS+= --enable-underscores +.if defined(WITH_SQUID_WCCPV2) +CONFIGURE_ARGS+= --enable-wccpv2 .endif -.if defined(WITHOUT_SQUID_CHECK_HOSTNAME) -CONFIGURE_ARGS+= --disable-hostname-checks -.endif .if defined(WITH_SQUID_STRICT_HTTP) CONFIGURE_ARGS+= --disable-http-violations .endif .if defined(WITHOUT_SQUID_IDENT) CONFIGURE_ARGS+= --disable-ident-lookups .endif +.if defined(WITH_SQUID_REFERER_LOG) +CONFIGURE_ARGS+= --enable-referer-log +.endif .if defined(WITH_SQUID_USERAGENT_LOG) CONFIGURE_ARGS+= --enable-useragent-log .endif -.if defined(WITH_SQUID_CUSTOM_LOG) -EXTRA_PATCHES+= ${PATCHDIR}/customlog-2.5.patch -.endif .if defined(WITH_SQUID_ARP_ACL) CONFIGURE_ARGS+= --enable-arp-acl .endif @@ -313,45 +332,39 @@ .endif .endif .if defined(WITH_SQUID_FOLLOW_XFF) -EXTRA_PATCHES+= ${PATCHDIR}/follow_xff-2.5.patch \ - ${PATCHDIR}/follow_xff-configure.patch CONFIGURE_ARGS+= --enable-follow-x-forwarded-for .endif .if defined(WITH_SQUID_ICAP) -EXTRA_PATCHES+= ${PATCHDIR}/icap-2.5-core.patch \ - ${PATCHDIR}/icap-2.5-bootstrap.patch -CONFIGURE_ARGS+= --enable-icap-support -error_files+= ERR_ICAP_FAILURE +IGNORE= patches for ICAP support are not yet updated +EXTRA_PATCHES+= +#CONFIGURE_ARGS+= --enable-icap-support +#error_files+= ERR_ICAP_FAILURE .endif +.if !defined(WITHOUT_SQUID_KQUEUE) +CONFIGURE_ARGS+= --enable-kqueue +.else +CONFIGURE_ARGS+= --disable-kqueue +.endif .if defined(WITH_SQUID_LARGEFILE) CONFIGURE_ARGS+= --with-large-files --enable-large-cache-files .endif -.if defined(WITH_SQUID_STACKTRACES) +.if defined(WITH_SQUID_STACKTRACES) || defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-stacktraces CFLAGS+= -g STRIP= "" .endif -.if !defined(WITHOUT_SQUID_RCNG) -USE_RC_SUBR= squid.sh -rc_del= rcold -rc_state= rcng -.else -SUB_FILES+= squid.sh -etc_files+= rc.d/squid.sh -rc_del= rcng -rc_state= rcold -.endif # Languages: # # If you do not define SQUID_LANGUAGES yourself, all available language files # will be installed; the default language will be English. -SQUID_LANGUAGES?= \ - Azerbaijani Bulgarian Catalan Czech Danish Dutch English Estonian Finnish \ - French German Greek Hebrew Hungarian Italian Japanese Korean Lithuanian \ - Polish Portuguese Romanian Russian-1251 Russian-koi8-r Serbian \ - Simplify_Chinese Slovak Spanish Swedish Traditional_Chinese Turkish +SQUID_LANGUAGES?= Azerbaijani Bulgarian Catalan Czech Danish Dutch \ + English Estonian Finnish French German Greek Hebrew \ + Hungarian Italian Japanese Korean Lithuanian \ + Polish Portuguese Romanian Russian-1251 Russian-koi8-r \ + Serbian Simplify_Chinese Slovak Spanish Swedish \ + Traditional_Chinese Turkish SQUID_DEFAULT_LANG?= English CONFIGURE_ARGS+= --enable-err-languages="${SQUID_LANGUAGES}" \ --enable-default-err-language=${SQUID_DEFAULT_LANG} @@ -385,31 +398,16 @@ # Prevent installation of .orig files by deleting them. @${FIND} ${WRKSRC} -name '*.bak' -delete @${FIND} ${WRKSRC} -name '*.orig' -delete -# create the start script: - @${REINPLACE_CMD} \ - -e '/--begin ${rc_del}/,/--end ${rc_del}/d' \ - -e '/--.*${rc_state}/d' ${WRKDIR}/squid.sh -# create variable information in pkg-message: - @${REINPLACE_CMD} \ - -e '/--begin ${rc_del}/,/--end ${rc_del}/d' \ - -e '/--.*${rc_state}/d' ${PKGMESSAGE} pre-su-install: @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: -# Create cachemgr.conf.default manually since squid's install routine -# unfortunately fails to do so: - ${INSTALL_DATA} ${WRKSRC}/src/cachemgr.conf \ - ${PREFIX}/etc/squid/cachemgr.conf.default .if defined(WITH_SQUID_PINGER) ${CHMOD} 4510 ${PREFIX}/libexec/squid/pinger; \ ${CHGRP} ${SQUID_GID} ${PREFIX}/libexec/squid/pinger .endif -.if defined(WITHOUT_SQUID_RCNG) - ${INSTALL_SCRIPT} ${WRKDIR}/squid.sh ${PREFIX}/etc/rc.d/ -.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${docs} ${DOCSDIR} @@ -421,50 +419,5 @@ @${ECHO_CMD} "" @${CAT} ${PKGMESSAGE} @${ECHO_CMD} "" -changeuser: -# Recover from the problem that earlier versions of this port created the -# squid pseudo-user with an id greater than 999 which is not allowed in -# FreeBSD's ports system. The port now uses id 100:100. -# NOTE: -# This target assumes that SQUID_GID is the primary group of SQUID_UID. If you -# have a different setup, do not run this target! -.if ${SQUID_UID:L} == nobody - @${ECHO_CMD} "'nobody' is a system user, you do not need to execute"; \ - ${ECHO_CMD} "this target!" - ${FALSE} -.endif - @if [ `${ID} -u` -ne 0 ]; \ - then ${ECHO_CMD} "Sorry, you must be root to use this target."; ${FALSE}; fi; \ - current_uid=`id -u ${SQUID_UID}`; \ - current_gid=`pw groupshow ${SQUID_GID}|cut -f 3 -d :`; \ - ${ECHO_CMD} "I will remove this user:"; \ - ${ID} -P $${current_uid}; \ - ${ECHO_CMD} "and this group:"; \ - pw groupshow ${SQUID_GID}; \ - ${ECHO_CMD} "I will then re-create them with a user and group id of 100."; \ - ${ECHO_CMD} "Then all files and directories under ${PREFIX} and /var that"; \ - ${ECHO_CMD} "are owned by uid $${current_uid} will be chown(1)'ed."; \ - ${ECHO_CMD} "After that, all files and directories that were accessible"; \ - ${ECHO_CMD} "by group $${current_gid} will chgrp(1)'ed respectively."; \ - ${ECHO_CMD} "Note that this assumes group '${SQUID_GID}' to be the primary"; \ - ${ECHO_CMD} "group of user '${SQUID_UID}'. If you have a different setup"; \ - ${ECHO_CMD} "please abort this target now."; \ - read -p "Press RETURN to continue or CTRL-C to abort:" dummy ; \ - ${ECHO_CMD} "OK, here we go:"; \ - ${ECHO_CMD} "deleting user $${current_uid} and his primary group..."; \ - pw userdel -u $${current_uid}; \ - ${ECHO_CMD} "adding user ${SQUID_UID} with id 100..."; \ - pw groupadd -n ${SQUID_GID} -g 100; \ - pw useradd -n ${SQUID_UID} -u 100 -c "squid caching-proxy pseudo user" \ - -d ${PREFIX}/squid -s /sbin/nologin -h - ; \ - ${ECHO_CMD} "chown(1)'ing everything under ${PREFIX} from $${current_uid} to 100..."; \ - ${FIND} -H ${PREFIX} -user $${current_uid} -exec ${CHOWN} 100 {} \; ; \ - ${ECHO_CMD} "chgrp(1)'ing everything under ${PREFIX} from $${current_gid} to 100..."; \ - ${FIND} -H ${PREFIX} -group $${current_gid} -exec ${CHOWN} :100 {} \; ; \ - ${ECHO_CMD} "chown(1)'ing everything under /var from $${current_uid} to 100..."; \ - ${FIND} -H /var -user $${current_uid} -exec ${CHOWN} 100 {} \; ; \ - ${ECHO_CMD} "chgrp(1)'ing everything under /var from $${current_gid} to 100..."; \ - ${FIND} -H /var -group $${current_gid} -exec ${CHOWN} :100 {} \; ; \ - ${ECHO_CMD} "Finished." .include Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 934) +++ distinfo (.../local/squid26) (revision 934) @@ -1,6 +1,3 @@ -MD5 (squid2.5/squid-2.5.STABLE14.tar.bz2) = f413e0b887a5f9b2a75350243ed5564c -SHA256 (squid2.5/squid-2.5.STABLE14.tar.bz2) = c4eaee0e5ee42f46060217df9a88d628d244c0a543feab8296e44269e57ec7bd -SIZE (squid2.5/squid-2.5.STABLE14.tar.bz2) = 1073745 -MD5 (squid2.5/squid-2.5.STABLE14-httpReplyDestroy.patch) = 1529f8b0170e24b26353578778435bd4 -SHA256 (squid2.5/squid-2.5.STABLE14-httpReplyDestroy.patch) = 9e99132b8efb07e3465d5e33749aa450daecfa3acde73755b6a3589d09d19285 -SIZE (squid2.5/squid-2.5.STABLE14-httpReplyDestroy.patch) = 1277 +MD5 (squid2.6/squid-2.6.STABLE1.tar.bz2) = d6bb23a67b0475cca11d4af8d574d054 +SHA256 (squid2.6/squid-2.6.STABLE1.tar.bz2) = a9efea26f1c3966dff69f80c271a73562afed5c65929d69dab713308dd402ba9 +SIZE (squid2.6/squid-2.6.STABLE1.tar.bz2) = 1212556 Index: pkg-descr =================================================================== --- pkg-descr (.../www/squid) (revision 934) +++ pkg-descr (.../local/squid26) (revision 934) @@ -1,15 +1,10 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. +Squid is a high-performance proxy caching server for web clients, +supporting FTP, gopher, and HTTP data objects. Unlike traditional +caching software, Squid handles all requests in a single, non-blocking, +I/O-driven process. -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. +Squid supports SSL, extensive access controls, and full request logging. +By using the lightweight Internet Cache Protocol, Squid caches can be +arranged in a hierarchy or mesh for additional bandwidth savings. -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -This port provides many configuration options, most of which are -available via 'make config'. - WWW: http://www.squid-cache.org/ Index: files/pkg-deinstall.in =================================================================== --- files/pkg-deinstall.in (.../www/squid) (revision 934) +++ files/pkg-deinstall.in (.../local/squid26) (revision 934) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: ports/www/squid/files/pkg-deinstall.in,v 1.1 2006/03/18 17:11:13 pav Exp $ +# $FreeBSD$ # PATH=/bin:/usr/bin:/usr/sbin @@ -16,20 +16,19 @@ echo "===> post-deinstallation information for $1:" echo "" echo " Note:" - echo " squid related user accounts and groups were not removed." + echo " Squid related user accounts and groups were not removed." echo "" echo " To remove the '%%SQUID_UID%%' user and the '%%SQUID_GID%%' group which were" echo " created by a default installation of this package, run" echo "" - echo " pw userdel -r -n %%SQUID_UID%% -u 100" - echo "" + echo " pw userdel -n %%SQUID_UID%% -u 100" if [ -d ${PKG_PREFIX}/squid -o -d ${PKG_PREFIX}/etc/squid ] ; then echo "" - echo " To ease updates, the cache and log directories and" - echo " all configuration files modified by you were preserved." + echo " In order to ease updates the cache and log directories" + echo " and all configuration files modified by you were preserved." echo "" echo " Please remove them manually if you do not want to use" - echo " squid any longer." + echo " Squid any longer." fi echo "" ;; Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (.../www/squid) (revision 934) +++ files/pkg-message.in (.../local/squid26) (revision 934) @@ -1,9 +1,9 @@ o You can find the configuration files for this package in the directory %%PREFIX%%/etc/squid. - + o A cache directory has been created in %%PREFIX%%/squid/cache. Log files will be written to %%PREFIX%%/squid/logs. - + Note: You must initialize new cache directories before you can start squid. Do this by running "squid -z" as 'root' or '%%SQUID_UID%%'. @@ -13,12 +13,19 @@ o The default configuration will deny everyone access to the proxy service. Edit the "http_access" directives in %%PREFIX%%/etc/squid.conf to suit your needs. ---begin rcng - Please note that the squid start script is an rc.d style script. - This means that squid will not start automatically at boot time. + Please note that the Squid start script is an rc.d style script. + This means that Squid will not start automatically at boot + time unless it is explicitly enabled. - To enable squid, set squid_enable=yes in either + To enable Squid, set squid_enable=yes in either /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid Please see %%PREFIX%%/etc/rc.d/squid(.sh) for further details. ---end rcng + + Note: + If you just updated your Squid installation from 2.5 or earlier, + make sure to check your Squid configuration against the 2.6 default + configuration file %%PREFIX%%/etc/squid/squid.conf.default. + + Additionally, you should check your configuration by calling + 'squid -f /path/to/squid.conf -k parse' before starting Squid. Index: files/pkg-install.in =================================================================== --- files/pkg-install.in (.../www/squid) (revision 934) +++ files/pkg-install.in (.../local/squid26) (revision 934) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: ports/www/squid/files/pkg-install.in,v 1.1 2006/03/18 17:11:13 pav Exp $ +# $FreeBSD$ # PATH=/bin:/usr/bin:/usr/sbin @@ -16,18 +16,11 @@ squid_group="%%SQUID_GID%%" squid_gid=100 squid_uid=100 -# Try to catch the case where the $squid_user might have been created with an -# id greater than or equal 3128. The valid exception is "nobody". -nobody_uid=65534 -nobody_gid=65534 -squid_oldgid=3128 -squid_olduid=3128 -unset wrong_id case $2 in PRE-INSTALL) echo "===> Pre-installation configuration for ${pkgname}" if ! pw groupshow ${squid_group} -q >/dev/null ; then - echo "There is no group '${squid_group}' on this system, so I will try to create it:" + echo "There is no group '${squid_group}' on this system, so I will try to create it (using group id ${squid_gid}):" if ! pw groupadd ${squid_group} -g ${squid_gid} -q ; then echo "Failed to create group \"${squid_group}\"!" >&2 echo "Please create it manually." >&2 @@ -37,16 +30,11 @@ fi else echo "I will use the existing group '${squid_group}':" - current_gid=`pw groupshow ${squid_group}|cut -f 3 -d :` - if [ ${current_gid} -ge ${squid_oldgid} \ - -a ${current_gid} -ne ${nobody_gid} ]; then - wrong_id=1 - fi fi pw groupshow ${squid_group} if ! pw usershow ${squid_user} -q >/dev/null ; then - echo "There is no account '${squid_user}' on this system, so I will try to create it:" + echo "There is no account '${squid_user}' on this system, so I will try to create it (using user id ${squid_uid}):" if ! pw useradd -q -n ${squid_user} \ -u ${squid_uid} -g ${squid_group} \ -c "squid caching-proxy pseudo user" \ @@ -60,53 +48,8 @@ fi else echo "I will use the existing user '${squid_user}':" - current_uid=`id -u ${squid_user}` - if [ ${current_uid} -ge ${squid_olduid} \ - -a ${current_uid} -ne ${nobody_uid} ]; - then - wrong_id=1 - fi fi pw usershow ${squid_user} - if [ "${wrong_id}" ]; then - echo "" - echo " * NOTICE *" - echo "" - echo "The squid pseudo-user's uid and/or gid have been found" - echo "to be greater than or equal 3128." - echo "" - echo "This is not a problem as such, but violates the FreeBSD" - echo "ports' principle that a ports must not claim a uid greater" - echo "than 999." - echo "" - echo "Since version 2.5.4_11, the squid user is thus created" - echo "with an id of ${squid_uid}:${squid_gid} while earlier versions of this" - echo "port used the first unused uid/gid greater than or" - echo "equal 3128." - echo "" - echo "If you want to change the existing squid user's id, run" - echo "'make changeuser' after the installation has completed." - echo "If you installed this port via a package, issue the" - echo "following commands as root:" - echo "" - echo "pw userdel -u ${current_uid}" - echo "pw groupadd -n ${squid_group} -g ${squid_gid}" - echo "pw useradd -n ${squid_user} -u ${squid_uid} \\" - echo " -c \"squid caching-proxy pseudo user\" \\" - echo " -g ${squid_group} -d ${squid_base} -s /sbin/nologin \\" - echo " -h -" - echo "find -H ${PKG_PREFIX} -user ${current_uid} -exec chown ${squid_user} {} \\;" - echo "find -H ${PKG_PREFIX} -group ${current_gid} -exec chgrp ${squid_group} {} \\;" - echo "" - echo "In case you have installed third party software for squid" - echo "like squidGuard, you should additionally run:" - echo "find -H /var -user ${current_uid} -exec chown ${squid_user} {} \\;" - echo "find -H /var -group ${current_gid} -exec chgrp ${squid_group} {} \\;" - echo "" - if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then - sleep 30 - fi - fi for dir in cache logs; do if [ ! -d ${squid_base}/${dir} ]; then echo "Creating ${squid_base}/${dir}..." Index: files/squid.in =================================================================== --- files/squid.in (.../www/squid) (revision 0) +++ files/squid.in (.../local/squid26) (revision 934) @@ -0,0 +1,52 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: squid +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Note: +# Set "squid_enable=yes" in either /etc/rc.conf, /etc/rc.conf.local or +# /etc/rc.conf.d/squid to make this script actually do something. There +# you can also set squid_chdir, squid_user, and squid_flags. +# +# Please see squid(8), rc.conf(5) and rc(8) for further details. +# + +squid_stop() { + ${command} -k shutdown + run_rc_command poll +} + +. %%RC_SUBR%% + +name=squid +rcvar=${name}_enable + +command=%%PREFIX%%/sbin/squid +extra_commands=reload +reload_cmd="${command} -k reconfigure" +stop_cmd="squid_stop" + +load_rc_config ${name} + +squid_chdir=${squid_chdir:-%%PREFIX%%/squid/logs} +squid_enable=${squid_enable:-"NO"} +squid_flags=${squid_flags-"-D"} +squid_user=${squid_user:-%%SQUID_UID%%} +default_config=%%PREFIX%%/etc/squid/squid.conf + +required_dirs=${squid_chdir} + +# squid(8) will not start if ${default_config} is not present so try +# to catch that beforehand via ${required_files} rather than make +# squid(8) crash. +# If you remove the default configuration file make sure to add +# '-f /path/to/your/squid.conf' to squid_flags + +if [ -z "${squid_flags}" ]; then + required_files=${default_config} +fi + +run_rc_command "$1" Index: files/patch-tools-Makefile.in =================================================================== --- files/patch-tools-Makefile.in (.../www/squid) (revision 0) +++ files/patch-tools-Makefile.in (.../local/squid26) (revision 934) @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig Sun May 14 18:30:04 2006 ++++ tools/Makefile.in Sun May 14 18:31:02 2006 +@@ -297,7 +297,7 @@ + EXTRA_DIST = \ + cachemgr.conf + +-DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf ++DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf.default + + # Don't automatically uninstall config files + # @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \ Index: files/squid.sh.in =================================================================== --- files/squid.sh.in (.../www/squid) (revision 934) +++ files/squid.sh.in (.../local/squid26) (revision 934) @@ -1,87 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/www/squid/files/squid.sh.in,v 1.1 2006/03/18 17:11:13 pav Exp $ -# -# --begin rcng -# PROVIDE: squid -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Note: -# Set "squid_enable=yes" in either /etc/rc.conf, /etc/rc.conf.local or -# /etc/rc.conf.d/squid to make this script actually do something. There -# you can also set squid_chdir, squid_user, and squid_flags. -# -# Please see squid(8), rc.conf(5) and rc(8) for further details. -# -# --end rcng - -name=squid -command=%%PREFIX%%/sbin/squid -# --begin rcng -extra_commands=reload -reload_cmd="${command} -k reconfigure" -# --end rcng -stop_cmd="squid_stop" -squid_chdir=${squid_chdir:-%%PREFIX%%/squid/logs} -# --begin rcng -squid_enable=${squid_enable:-"NO"} -# --end rcng -squid_flags=${squid_flags-"-D"} -squid_user=${squid_user:-%%SQUID_UID%%} -default_config=%%PREFIX%%/etc/squid/squid.conf - -# --begin rcold -squid_stop() { - echo -n " ${name}" - ${command} -k shutdown - while ps -xcU ${squid_user} | grep -q squid; do - sleep 2 - done -} - -# --end rcold -# --begin rcng -squid_stop() { - ${command} -k shutdown - run_rc_command poll -} - -. %%RC_SUBR%% -rcvar=`set_rcvar` -load_rc_config ${name} - -# squid(8) will not start if ${default_config} is not present so try -# to catch that beforehand via ${required_files} rather than make -# squid(8) crash. -# If you remove the default configuration file make sure to add -# '-f /path/to/your/squid.conf' to squid_flags - -if [ -z "${squid_flags}" ]; then - required_files=${default_config} -fi -required_dirs=${squid_chdir} -run_rc_command "$1" -# --end rcng -# --begin rcold -case $1 in -start) - if [ -x "${command}" -a \ - \( -f "${default_config}" -o "${squid_flags}" \) ]; then - echo -n " ${name}" - (cd ${squid_chdir} && exec su -fm ${squid_user} -c \ - "${command} ${squid_flags}") - fi - ;; -stop) - if [ -x "${command}" ]; then - ${stop_cmd} - fi - ;; -*) - echo "usage: ${0##*/} {start|stop}" >&2 - exit 64 - ;; -esac -exit 0 -# --end rcold Index: files/follow_xff-configure.patch =================================================================== --- files/follow_xff-configure.patch (.../www/squid) (revision 934) +++ files/follow_xff-configure.patch (.../local/squid26) (revision 934) @@ -1,65 +0,0 @@ -!Simulate the autotools bootstrap of the follow-x-forwarded-for patchset. -! -!Beware that all line number informations in configure.log greater -!than 2972 are offset by at least -29 (correcting all line numbers would have -!bloated the patch by 92kB!) ---- include/autoconf.h.in.orig Sat Jan 18 02:46:11 2003 -+++ include/autoconf.h.in Thu Jun 24 13:19:07 2004 -@@ -291,6 +291,12 @@ - #define USE_IDENT 1 - - /* -+ * Compile in support for following X-Forwarded-For headers? -+ * Enabled by default. -+ */ -+#define FOLLOW_X_FORWARDED_FOR 1 -+ -+/* - * If your system has statvfs(), and if it actually works! - */ - #undef HAVE_STATVFS ---- configure.orig Thu Sep 22 10:16:26 2005 -+++ configure Thu Sep 22 17:29:01 2005 -@@ -249,6 +249,12 @@ - if you build as another user who is not privileged - to use the number of filedescriptors you want the - resulting binary to support" -+ac_help="$ac_help -+ --enable-follow-x-forwarded-for -+ Enable support for following the X-Forwarded-For -+ HTTP header to try to find the IP address of the -+ original or indirect client when a request has -+ been forwarded through other proxies." - - # Initialize some variables set by options. - # The variables have the same names as the options, with -@@ -3255,6 +3261,29 @@ - - fi - -+ -+follow_xff=1 -+# Check whether --enable-follow-x-forwarded-for or --disable-follow-x-forwarded-for was given. -+if test "${enable_follow_x_forwarded_for+set}" = set; then -+ enableval="$enable_follow_x_forwarded_for" -+ if test "$enableval" = "yes" ; then -+ echo "follow X-Forwarded-For enabled" -+ follow_xff=1 -+ fi -+ -+fi -+ -+if test $follow_xff = 1; then -+ cat >> confdefs.h <<\EOF -+#define FOLLOW_X_FORWARDED_FOR 1 -+EOF -+ -+else -+ cat >> confdefs.h <<\EOF -+#define FOLLOW_X_FORWARDED_FOR 0 -+EOF -+ -+fi - - # Force some compilers to use ANSI features - # Index: files/icap-2.5-core.patch =================================================================== --- files/icap-2.5-core.patch (.../www/squid) (revision 934) +++ files/icap-2.5-core.patch (.../local/squid26) (revision 934) @@ -1,7137 +0,0 @@ -Patch 1 of 2 to integrate the icap-2_5 branch into the FreeBSD squid port. - -Created by Thomas-Martin Seck . - -This patch only contains the parts of the original patchset that -actually implement the ICAP client functionality. The updates to -the build infrastructure are omitted to avoid the need to run an -autotools bootstrap. Instead, we simulate said bootstrapping with -a second patch, icap-2.5-bootstrap.patch. - -The patchset was pulled from the project's CVS repository -at cvs.devel.squid-cache.org using - -cvs diff -u -b -N -kk -rs2_5 -ricap-2_5 - -See also - -for the "official" auto-generated patchset. - -See http://devel.squid-cache.org/icap/ for further information -about the ICAP client project. - -Patch last updated: 2006-06-01 - -Index: errors/Azerbaijani/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Azerbaijani/ERR_ICAP_FAILURE -diff -N errors/Azerbaijani/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Azerbaijani/ERR_ICAP_FAILURE 8 Dec 2003 12:30:56 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Bulgarian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Bulgarian/ERR_ICAP_FAILURE -diff -N errors/Bulgarian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Bulgarian/ERR_ICAP_FAILURE 8 Dec 2003 12:30:56 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Catalan/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Catalan/ERR_ICAP_FAILURE -diff -N errors/Catalan/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Catalan/ERR_ICAP_FAILURE 8 Dec 2003 12:30:57 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Czech/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Czech/ERR_ICAP_FAILURE -diff -N errors/Czech/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Czech/ERR_ICAP_FAILURE 8 Dec 2003 12:30:57 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Danish/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Danish/ERR_ICAP_FAILURE -diff -N errors/Danish/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Danish/ERR_ICAP_FAILURE 8 Dec 2003 12:30:57 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Dutch/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Dutch/ERR_ICAP_FAILURE -diff -N errors/Dutch/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Dutch/ERR_ICAP_FAILURE 8 Dec 2003 12:30:57 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/English/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/English/ERR_ICAP_FAILURE -diff -N errors/English/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/English/ERR_ICAP_FAILURE 8 Dec 2003 12:30:57 -0000 1.1.2.2 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Estonian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Estonian/ERR_ICAP_FAILURE -diff -N errors/Estonian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Estonian/ERR_ICAP_FAILURE 8 Dec 2003 12:30:58 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Finnish/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Finnish/ERR_ICAP_FAILURE -diff -N errors/Finnish/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Finnish/ERR_ICAP_FAILURE 8 Dec 2003 12:30:58 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/French/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/French/ERR_ICAP_FAILURE -diff -N errors/French/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/French/ERR_ICAP_FAILURE 8 Dec 2003 12:30:58 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/German/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/German/ERR_ICAP_FAILURE -diff -N errors/German/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/German/ERR_ICAP_FAILURE 23 Mar 2004 08:20:05 -0000 1.1.2.2 -@@ -0,0 +1,33 @@ -+ -+ -+FEHLER: Der angeforderte URL konnte nicht geholt werden -+ -+ -+

FEHLER

-+

Der angeforderte URL konnte nicht geholt werden

-+
-+

-+Während des Versuches, den URL
-+%U -+ -+
-+zu laden, trat der folgende Fehler auf: -+

    -+
  • -+ -+ICAP-Protokollfehler -+ -+
-+ -+

-+

-+Es trat ein Problem bei der ICAP-Kommunikation auf. Mögliche Gründe: -+

    -+
  • Nicht erreichbarer ICAP-Server -+
  • Ungültige Antwort vom ICAP-Server -+ -+
-+

-+ -+

Ihr Cache Administrator ist %w. -+ -Index: errors/Greek/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Greek/ERR_ICAP_FAILURE -diff -N errors/Greek/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Greek/ERR_ICAP_FAILURE 24 Sep 2005 10:31:00 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Hebrew/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Hebrew/ERR_ICAP_FAILURE -diff -N errors/Hebrew/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Hebrew/ERR_ICAP_FAILURE 8 Dec 2003 12:30:59 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Hungarian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Hungarian/ERR_ICAP_FAILURE -diff -N errors/Hungarian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Hungarian/ERR_ICAP_FAILURE 8 Dec 2003 12:30:59 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Italian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Italian/ERR_ICAP_FAILURE -diff -N errors/Italian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Italian/ERR_ICAP_FAILURE 8 Dec 2003 12:31:00 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Japanese/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Japanese/ERR_ICAP_FAILURE -diff -N errors/Japanese/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Japanese/ERR_ICAP_FAILURE 8 Dec 2003 12:31:00 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Korean/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Korean/ERR_ICAP_FAILURE -diff -N errors/Korean/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Korean/ERR_ICAP_FAILURE 8 Dec 2003 12:31:00 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Lithuanian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Lithuanian/ERR_ICAP_FAILURE -diff -N errors/Lithuanian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Lithuanian/ERR_ICAP_FAILURE 8 Dec 2003 12:31:00 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Polish/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Polish/ERR_ICAP_FAILURE -diff -N errors/Polish/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Polish/ERR_ICAP_FAILURE 8 Dec 2003 12:31:00 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Portuguese/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Portuguese/ERR_ICAP_FAILURE -diff -N errors/Portuguese/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Portuguese/ERR_ICAP_FAILURE 8 Dec 2003 12:31:01 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Romanian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Romanian/ERR_ICAP_FAILURE -diff -N errors/Romanian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Romanian/ERR_ICAP_FAILURE 8 Dec 2003 12:31:01 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Russian-1251/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Russian-1251/ERR_ICAP_FAILURE -diff -N errors/Russian-1251/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Russian-1251/ERR_ICAP_FAILURE 8 Dec 2003 12:31:02 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Russian-koi8-r/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Russian-koi8-r/ERR_ICAP_FAILURE -diff -N errors/Russian-koi8-r/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Russian-koi8-r/ERR_ICAP_FAILURE 8 Dec 2003 12:31:02 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Serbian/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Serbian/ERR_ICAP_FAILURE -diff -N errors/Serbian/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Serbian/ERR_ICAP_FAILURE 8 Dec 2003 12:31:02 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Simplify_Chinese/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Simplify_Chinese/ERR_ICAP_FAILURE -diff -N errors/Simplify_Chinese/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Simplify_Chinese/ERR_ICAP_FAILURE 8 Dec 2003 12:31:02 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Slovak/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Slovak/ERR_ICAP_FAILURE -diff -N errors/Slovak/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Slovak/ERR_ICAP_FAILURE 8 Dec 2003 12:31:03 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Spanish/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Spanish/ERR_ICAP_FAILURE -diff -N errors/Spanish/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Spanish/ERR_ICAP_FAILURE 8 Dec 2003 12:31:03 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Swedish/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Swedish/ERR_ICAP_FAILURE -diff -N errors/Swedish/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Swedish/ERR_ICAP_FAILURE 8 Dec 2003 12:31:03 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Traditional_Chinese/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Traditional_Chinese/ERR_ICAP_FAILURE -diff -N errors/Traditional_Chinese/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Traditional_Chinese/ERR_ICAP_FAILURE 8 Dec 2003 12:31:03 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: errors/Turkish/ERR_ICAP_FAILURE -=================================================================== -RCS file: errors/Turkish/ERR_ICAP_FAILURE -diff -N errors/Turkish/ERR_ICAP_FAILURE ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ errors/Turkish/ERR_ICAP_FAILURE 8 Dec 2003 12:31:04 -0000 1.1.2.1 -@@ -0,0 +1,31 @@ -+ -+ -+ERROR: The requested URL could not be retrieved -+ -+ -+

ERROR

-+

The requested URL could not be retrieved

-+
-+

-+While attempting to retrieve the URL: -+%U -+

-+the following error was encountered: -+

    -+
  • -+ -+ICAP protocol error. -+ -+
-+ -+

-+

-+Some aspect of the ICAP communication failed. Possible problems: -+

    -+
  • ICAP server is not reachable. -+
  • Illegal response from ICAP server. -+
-+

-+ -+

Your cache administrator is %w. -+ -Index: include/util.h -=================================================================== -RCS file: /cvsroot/squid/squid/include/util.h,v -retrieving revision 1.10.6.1 -retrieving revision 1.10.30.3 -diff -p -u -b -r1.10.6.1 -r1.10.30.3 ---- include/util.h 12 May 2006 16:51:32 -0000 1.10.6.1 -+++ include/util.h 16 May 2006 17:56:57 -0000 1.10.30.3 -@@ -123,4 +123,12 @@ double drand48(void); - */ - int statMemoryAccounted(void); - -+#ifndef HAVE_STRNSTR -+extern char *strnstr(const char *haystack, const char *needle, size_t haystacklen); -+#endif -+ -+#ifndef HAVE_STRCASESTR -+extern char *strcasestr(const char *haystack, const char *needle); -+#endif -+ - #endif /* SQUID_UTIL_H */ -Index: lib/strcasestr.c -=================================================================== -RCS file: lib/strcasestr.c -diff -N lib/strcasestr.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ lib/strcasestr.c 6 Apr 2004 13:04:38 -0000 1.1.2.1 -@@ -0,0 +1,126 @@ -+/* Return the offset of one string within another. -+ Copyright (C) 1994,1996,1997,1998,1999,2000 Free Software Foundation, Inc. -+ This file is part of the GNU C Library. -+ -+ The GNU C Library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Lesser General Public -+ License as published by the Free Software Foundation; either -+ version 2.1 of the License, or (at your option) any later version. -+ -+ The GNU C Library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Lesser General Public License for more details. -+ -+ You should have received a copy of the GNU Lesser General Public -+ License along with the GNU C Library; if not, write to the Free -+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -+ 02111-1307 USA. */ -+ -+/* -+ * My personal strstr() implementation that beats most other algorithms. -+ * Until someone tells me otherwise, I assume that this is the -+ * fastest implementation of strstr() in C. -+ * I deliberately chose not to comment it. You should have at least -+ * as much fun trying to understand it, as I had to write it :-). -+ * -+ * Stephen R. van den Berg, berg@pool.informatik.rwth-aachen.de */ -+ -+/* -+ * modified to work outside of glibc (rhorstmann, 06/04/2004) -+ */ -+ -+#include "config.h" -+#ifndef HAVE_STRCASESTR -+#include -+ -+typedef unsigned chartype; -+ -+char * -+strcasestr (phaystack, pneedle) -+ const char *phaystack; -+ const char *pneedle; -+{ -+ register const unsigned char *haystack, *needle; -+ register chartype b, c; -+ -+ haystack = (const unsigned char *) phaystack; -+ needle = (const unsigned char *) pneedle; -+ -+ b = tolower (*needle); -+ if (b != '\0') -+ { -+ haystack--; /* possible ANSI violation */ -+ do -+ { -+ c = *++haystack; -+ if (c == '\0') -+ goto ret0; -+ } -+ while (tolower (c) != (int) b); -+ -+ c = tolower (*++needle); -+ if (c == '\0') -+ goto foundneedle; -+ ++needle; -+ goto jin; -+ -+ for (;;) -+ { -+ register chartype a; -+ register const unsigned char *rhaystack, *rneedle; -+ -+ do -+ { -+ a = *++haystack; -+ if (a == '\0') -+ goto ret0; -+ if (tolower (a) == (int) b) -+ break; -+ a = *++haystack; -+ if (a == '\0') -+ goto ret0; -+shloop: -+ ; -+ } -+ while (tolower (a) != (int) b); -+ -+jin: a = *++haystack; -+ if (a == '\0') -+ goto ret0; -+ -+ if (tolower (a) != (int) c) -+ goto shloop; -+ -+ rhaystack = haystack-- + 1; -+ rneedle = needle; -+ a = tolower (*rneedle); -+ -+ if (tolower (*rhaystack) == (int) a) -+ do -+ { -+ if (a == '\0') -+ goto foundneedle; -+ ++rhaystack; -+ a = tolower (*++needle); -+ if (tolower (*rhaystack) != (int) a) -+ break; -+ if (a == '\0') -+ goto foundneedle; -+ ++rhaystack; -+ a = tolower (*++needle); -+ } -+ while (tolower (*rhaystack) == (int) a); -+ -+ needle = rneedle; /* took the register-poor approach */ -+ -+ if (a == '\0') -+ break; -+ } -+ } -+foundneedle: -+ return (char*) haystack; -+ret0: -+ return 0; -+} -+#endif -Index: lib/strnstr.c -=================================================================== -RCS file: lib/strnstr.c -diff -N lib/strnstr.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ lib/strnstr.c 16 May 2005 20:52:40 -0000 1.1.2.2 -@@ -0,0 +1,52 @@ -+/* -+ * Copyright (C) 2003 Nikos Mavroyanopoulos -+ * -+ * This file is part of GNUTLS. -+ * -+ * The GNUTLS library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU Lesser General Public -+ * License as published by the Free Software Foundation; either -+ * version 2.1 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * Lesser General Public License for more details. -+ * -+ * You should have received a copy of the GNU Lesser General Public -+ * License along with this library; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -+ * -+ */ -+ -+ /* -+ * DW 2003/10/17: -+ * Changed 'ssize_t' types to 'size_t' -+ */ -+ -+#include "config.h" -+#ifndef HAVE_STRNSTR -+#include -+#include -+ -+char *strnstr(const char *haystack, const char *needle, size_t haystacklen) -+{ -+ char *p; -+ size_t plen; -+ size_t len = strlen(needle); -+ -+ if (*needle == '\0') /* everything matches empty string */ -+ return (char*) haystack; -+ -+ plen = haystacklen; -+ for (p = (char*) haystack; p != NULL; p = memchr(p + 1, *needle, plen-1)) { -+ plen = haystacklen - (p - haystack); -+ -+ if (plen < len) return NULL; -+ -+ if (strncmp(p, needle, len) == 0) -+ return (p); -+ } -+ return NULL; -+} -+#endif -Index: src/MemBuf.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/MemBuf.c,v -retrieving revision 1.5.30.3 -retrieving revision 1.5.44.8 -diff -p -u -b -r1.5.30.3 -r1.5.44.8 ---- src/MemBuf.c 26 Mar 2005 03:15:54 -0000 1.5.30.3 -+++ src/MemBuf.c 28 Mar 2005 18:02:04 -0000 1.5.44.8 -@@ -386,3 +386,15 @@ memBufReport(MemBuf * mb) - assert(mb); - memBufPrintf(mb, "memBufReport is not yet implemented @?@\n"); - } -+ -+int -+memBufRead(int fd, MemBuf * mb) -+{ -+ int len; -+ if (mb->capacity == mb->size) -+ memBufGrow(mb, SQUID_TCP_SO_RCVBUF); -+ len = FD_READ_METHOD(fd, mb->buf + mb->size, mb->capacity - mb->size); -+ if (len) -+ mb->size += len; -+ return len; -+} -Index: src/cache_cf.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/cache_cf.c,v -retrieving revision 1.38.6.29 -retrieving revision 1.38.6.11.2.22 -diff -p -u -b -r1.38.6.29 -r1.38.6.11.2.22 ---- src/cache_cf.c 27 Oct 2005 02:13:24 -0000 1.38.6.29 -+++ src/cache_cf.c 23 Nov 2005 20:38:56 -0000 1.38.6.11.2.22 -@@ -2198,6 +2198,587 @@ check_null_body_size_t(dlink_list bodyli - return bodylist.head == NULL; - } - -+#ifdef HS_FEAT_ICAP -+ -+/*************************************************** -+ * prototypes -+ */ -+static int icap_service_process(icap_service * s); -+static void icap_service_init(icap_service * s); -+static void icap_service_destroy(icap_service * s); -+icap_service *icap_service_lookup(char *name); -+static int icap_class_process(icap_class * c); -+static void icap_class_destroy(icap_class * c); -+static void icap_access_destroy(icap_access * a); -+static void dump_wordlist(StoreEntry * entry, const char *name, wordlist * list); -+static void icap_class_add(icap_class * c); -+ -+/*************************************************** -+ * icap_service -+ */ -+ -+/* -+ * example: -+ * icap_service reqmode_precache 0 icap://192.168.0.1:1344/respmod -+ */ -+ -+static void -+parse_icap_service_type(IcapConfig * cfg) -+{ -+ char *token; -+ icap_service *A = NULL; -+ icap_service *B = NULL; -+ icap_service **T = NULL; -+ -+ A = cbdataAlloc(icap_service); -+ icap_service_init(A); -+ parse_string(&A->name); -+ parse_string(&A->type_name); -+ parse_ushort(&A->bypass); -+ parse_string(&A->uri); -+ while ((token = strtok(NULL, w_space))) { -+ if (strcasecmp(token, "no-keep-alive") == 0) { -+ A->keep_alive = 0; -+ } else { -+ debug(3, 0) ("parse_peer: token='%s'\n", token); -+ self_destruct(); -+ } -+ } -+ debug(3, 5) ("parse_icap_service_type (line %d): %s %s %d %s\n", config_lineno, A->name, A->type_name, A->bypass, A->name); -+ if (icap_service_process(A)) { -+ /* put into linked list */ -+ for (B = cfg->service_head, T = &cfg->service_head; B; T = &B->next, B = B->next); -+ *T = A; -+ } else { -+ /* clean up structure */ -+ debug(3, 0) ("parse_icap_service_type (line %d): skipping %s\n", config_lineno, A->name); -+ icap_service_destroy(A); -+ cbdataFree(A); -+ } -+ -+} -+ -+static void -+dump_icap_service_type(StoreEntry * e, const char *name, IcapConfig cfg) -+{ -+ icap_service *current_node = NULL; -+ -+ if (!cfg.service_head) { -+ storeAppendPrintf(e, "%s 0\n", name); -+ return; -+ } -+ current_node = cfg.service_head; -+ -+ while (current_node) { -+ storeAppendPrintf(e, "%s %s %s %d %s", name, current_node->name, current_node->type_name, current_node->bypass, current_node->uri); -+ if (current_node->keep_alive == 0) { -+ storeAppendPrintf(e, " no-keep-alive"); -+ } -+ storeAppendPrintf(e, "\n"); -+ current_node = current_node->next; -+ } -+ -+} -+ -+static void -+free_icap_service_type(IcapConfig * cfg) -+{ -+ while (cfg->service_head) { -+ icap_service *current_node = cfg->service_head; -+ cfg->service_head = current_node->next; -+ icap_service_destroy(current_node); -+ cbdataFree(current_node); -+ } -+} -+ -+/* -+ * parse the raw string and cache some parts that are needed later -+ * returns 1 if everything was ok -+ */ -+static int -+icap_service_process(icap_service * s) -+{ -+ char *start, *end, *tempEnd; -+ char *tailp; -+ unsigned int len; -+ int port_in_uri, resource_in_uri = 0; -+ s->type = icapServiceToType(s->type_name); -+ if (s->type >= ICAP_SERVICE_MAX) { -+ debug(3, 0) ("icap_service_process (line %d): wrong service type %s\n", config_lineno, s->type_name); -+ return 0; -+ } -+ if (s->type == ICAP_SERVICE_REQMOD_PRECACHE) -+ s->method = ICAP_METHOD_REQMOD; -+ else if (s->type == ICAP_SERVICE_REQMOD_PRECACHE) -+ s->method = ICAP_METHOD_REQMOD; -+ else if (s->type == ICAP_SERVICE_REQMOD_POSTCACHE) -+ s->method = ICAP_METHOD_REQMOD; -+ else if (s->type == ICAP_SERVICE_RESPMOD_PRECACHE) -+ s->method = ICAP_METHOD_RESPMOD; -+ else if (s->type == ICAP_SERVICE_RESPMOD_POSTCACHE) -+ s->method = ICAP_METHOD_RESPMOD; -+ debug(3, 5) ("icap_service_process (line %d): type=%s\n", config_lineno, icapServiceToStr(s->type)); -+ if (strncmp(s->uri, "icap://", 7) != 0) { -+ debug(3, 0) ("icap_service_process (line %d): wrong uri: %s\n", config_lineno, s->uri); -+ return 0; -+ } -+ start = s->uri + 7; -+ if ((end = strchr(start, ':')) != NULL) { -+ /* ok */ -+ port_in_uri = 1; -+ debug(3, 5) ("icap_service_process (line %d): port given\n", config_lineno); -+ } else { -+ /* ok */ -+ port_in_uri = 0; -+ debug(3, 5) ("icap_service_process (line %d): no port given\n", config_lineno); -+ } -+ -+ if ((tempEnd = strchr(start, '/')) != NULL) { -+ /* ok */ -+ resource_in_uri = 1; -+ debug(3, 5) ("icap_service_process (line %d): resource given\n", config_lineno); -+ if (end == '\0') { -+ end = tempEnd; -+ } -+ } else { -+ /* ok */ -+ resource_in_uri = 0; -+ debug(3, 5) ("icap_service_process (line %d): no resource given\n", config_lineno); -+ } -+ -+ tempEnd = strchr(start, '\0'); -+ if (end == '\0') { -+ end = tempEnd; -+ } -+ len = end - start; -+ s->hostname = xstrndup(start, len + 1); -+ s->hostname[len] = 0; -+ debug(3, 5) ("icap_service_process (line %d): hostname=%s\n", config_lineno, s->hostname); -+ start = end; -+ -+ if (port_in_uri) { -+ start++; /* skip ':' */ -+ if (resource_in_uri) -+ end = strchr(start, '/'); -+ else -+ end = strchr(start, '\0'); -+ s->port = strtoul(start, &tailp, 0) % 65536; -+ if (tailp != end) { -+ debug(3, 0) ("icap_service_process (line %d): wrong service uri (port could not be parsed): %s\n", config_lineno, s->uri); -+ return 0; -+ } -+ debug(3, 5) ("icap_service_process (line %d): port=%d\n", config_lineno, s->port); -+ start = end; -+ } else { -+ /* no explicit ICAP port; first ask by getservbyname or default to -+ * hardwired port 1344 per ICAP specification section 4.2 */ -+ struct servent *serv = getservbyname("icap", "tcp"); -+ if (serv) { -+ s->port = htons(serv->s_port); -+ debug(3, 5) ("icap_service_process (line %d): default port=%d getservbyname(icap,tcp)\n", config_lineno, s->port); -+ } else { -+ s->port = 1344; -+ debug(3, 5) ("icap_service_process (line %d): default hardwired port=%d\n", config_lineno, s->port); -+ } -+ } -+ -+ if (resource_in_uri) { -+ start++; /* skip '/' */ -+ /* the rest is resource name */ -+ end = strchr(start, '\0'); -+ len = end - start; -+ if (len > 1024) { -+ debug(3, 0) ("icap_service_process (line %d): long resource name (>1024), probably wrong\n", config_lineno); -+ } -+ s->resource = xstrndup(start, len + 1); -+ s->resource[len] = 0; -+ debug(3, 5) ("icap_service_process (line %d): service=%s\n", config_lineno, s->resource); -+ } -+ /* check bypass */ -+ if ((s->bypass != 0) && (s->bypass != 1)) { -+ debug(3, 0) ("icap_service_process (line %d): invalid bypass value\n", config_lineno); -+ return 0; -+ } -+ return 1; -+} -+ -+/* -+ * constructor -+ */ -+static void -+icap_service_init(icap_service * s) -+{ -+ s->type = ICAP_SERVICE_MAX; /* means undefined */ -+ s->preview = Config.icapcfg.preview_size; -+ s->opt = 0; -+ s->keep_alive = 1; -+ s->istag = StringNull; -+ s->transfer_preview = StringNull; -+ s->transfer_ignore = StringNull; -+ s->transfer_complete = StringNull; -+} -+ -+/* -+ * destructor -+ * frees only strings, but don't touch the linked list -+ */ -+static void -+icap_service_destroy(icap_service * s) -+{ -+ xfree(s->name); -+ xfree(s->uri); -+ xfree(s->type_name); -+ xfree(s->hostname); -+ xfree(s->resource); -+ assert(s->opt == 0); /* there should be no opt request running now */ -+ stringClean(&s->istag); -+ stringClean(&s->transfer_preview); -+ stringClean(&s->transfer_ignore); -+ stringClean(&s->transfer_complete); -+} -+ -+icap_service * -+icap_service_lookup(char *name) -+{ -+ icap_service *iter; -+ for (iter = Config.icapcfg.service_head; iter; iter = iter->next) { -+ if (!strcmp(name, iter->name)) { -+ return iter; -+ } -+ } -+ return NULL; -+} -+ -+/*************************************************** -+ * icap_service_list -+ */ -+ -+static void -+icap_service_list_add(icap_service_list ** isl, char *service_name) -+{ -+ icap_service_list **iter; -+ icap_service_list *new; -+ icap_service *gbl_service; -+ int i; -+ int max_services; -+ -+ new = memAllocate(MEM_ICAP_SERVICE_LIST); -+ /* Found all services with that name, and add to the array */ -+ max_services = sizeof(new->services) / sizeof(icap_service *); -+ gbl_service = Config.icapcfg.service_head; -+ i = 0; -+ while (gbl_service && i < max_services) { -+ if (!strcmp(service_name, gbl_service->name)) -+ new->services[i++] = gbl_service; -+ gbl_service = gbl_service->next; -+ } -+ new->nservices = i; -+ -+ if (*isl) { -+ iter = isl; -+ while ((*iter)->next) -+ iter = &((*iter)->next); -+ (*iter)->next = new; -+ } else { -+ *isl = new; -+ } -+} -+ -+/* -+ * free the linked list without touching references icap_service -+ */ -+static void -+icap_service_list_destroy(icap_service_list * isl) -+{ -+ icap_service_list *current; -+ icap_service_list *next; -+ -+ current = isl; -+ while (current) { -+ next = current->next; -+ memFree(current, MEM_ICAP_SERVICE_LIST); -+ current = next; -+ } -+} -+ -+/*************************************************** -+ * icap_class -+ */ -+static void -+parse_icap_class_type(IcapConfig * cfg) -+{ -+ icap_class *s = NULL; -+ -+ s = memAllocate(MEM_ICAP_CLASS); -+ parse_string(&s->name); -+ parse_wordlist(&s->services); -+ -+ if (icap_class_process(s)) { -+ /* if ok, put into linked list */ -+ icap_class_add(s); -+ } else { -+ /* clean up structure */ -+ debug(3, 0) ("parse_icap_class_type (line %d): skipping %s\n", config_lineno, s->name); -+ icap_class_destroy(s); -+ memFree(s, MEM_ICAP_CLASS); -+ } -+} -+ -+static void -+dump_icap_class_type(StoreEntry * e, const char *name, IcapConfig cfg) -+{ -+ icap_class *current_node = NULL; -+ LOCAL_ARRAY(char, nom, 64); -+ -+ if (!cfg.class_head) { -+ storeAppendPrintf(e, "%s 0\n", name); -+ return; -+ } -+ current_node = cfg.class_head; -+ -+ while (current_node) { -+ snprintf(nom, 64, "%s %s", name, current_node->name); -+ dump_wordlist(e, nom, current_node->services); -+ current_node = current_node->next; -+ } -+} -+ -+static void -+free_icap_class_type(IcapConfig * cfg) -+{ -+ while (cfg->class_head) { -+ icap_class *current_node = cfg->class_head; -+ cfg->class_head = current_node->next; -+ icap_class_destroy(current_node); -+ memFree(current_node, MEM_ICAP_CLASS); -+ } -+} -+ -+/* -+ * process services list, return 1, if at least one service was found -+ */ -+static int -+icap_class_process(icap_class * c) -+{ -+ icap_service_list *isl = NULL; -+ wordlist *iter; -+ icap_service *service; -+ /* take services list and build icap_service_list from it */ -+ for (iter = c->services; iter; iter = iter->next) { -+ service = icap_service_lookup(iter->key); -+ if (service) { -+ icap_service_list_add(&isl, iter->key); -+ } else { -+ debug(3, 0) ("icap_class_process (line %d): skipping service %s in class %s\n", config_lineno, iter->key, c->name); -+ } -+ } -+ -+ if (isl) { -+ c->isl = isl; -+ return 1; -+ } -+ return 0; -+} -+ -+/* -+ * search for an icap_class in the global IcapConfig -+ * classes with hidden-flag are skipped -+ */ -+static icap_class * -+icap_class_lookup(char *name) -+{ -+ icap_class *iter; -+ for (iter = Config.icapcfg.class_head; iter; iter = iter->next) { -+ if ((!strcmp(name, iter->name)) && (!iter->hidden)) { -+ return iter; -+ } -+ } -+ return NULL; -+} -+ -+/* -+ * adds an icap_class to the global IcapConfig -+ */ -+static void -+icap_class_add(icap_class * c) -+{ -+ icap_class *cp = NULL; -+ icap_class **t = NULL; -+ IcapConfig *cfg = &Config.icapcfg; -+ if (c) { -+ for (cp = cfg->class_head, t = &cfg->class_head; cp; t = &cp->next, cp = cp->next); -+ *t = c; -+ } -+} -+ -+/* -+ * free allocated memory inside icap_class -+ */ -+static void -+icap_class_destroy(icap_class * c) -+{ -+ xfree(c->name); -+ wordlistDestroy(&c->services); -+ icap_service_list_destroy(c->isl); -+} -+ -+/*************************************************** -+ * icap_access -+ */ -+ -+/* format: icap_access {allow|deny} acl, ... */ -+static void -+parse_icap_access_type(IcapConfig * cfg) -+{ -+ icap_access *A = NULL; -+ icap_access *B = NULL; -+ icap_access **T = NULL; -+ icap_service *s = NULL; -+ icap_class *c = NULL; -+ ushort no_class = 0; -+ -+ A = memAllocate(MEM_ICAP_ACCESS); -+ parse_string(&A->service_name); -+ -+ /* -+ * try to find a class with the given name first. if not found, search -+ * the services. if a service is found, create a new hidden class with -+ * only this service. this is for backward compatibility. -+ * -+ * the special classname All is allowed only in deny rules, because -+ * the class is not used there. -+ */ -+ if (!strcmp(A->service_name, "None")) { -+ no_class = 1; -+ } else { -+ A->class = icap_class_lookup(A->service_name); -+ if (!A->class) { -+ s = icap_service_lookup(A->service_name); -+ if (s) { -+ c = memAllocate(MEM_ICAP_CLASS); -+ c->name = xstrdup("(hidden)"); -+ c->hidden = 1; -+ wordlistAdd(&c->services, A->service_name); -+ c->isl = memAllocate(MEM_ICAP_SERVICE_LIST); -+ /* FIXME:luc: check what access do */ -+ c->isl->services[0] = s; -+ c->isl->nservices = 1; -+ icap_class_add(c); -+ A->class = c; -+ } else { -+ debug(3, 0) ("parse_icap_access_type (line %d): servicename %s not found. skipping.\n", config_lineno, A->service_name); -+ memFree(A, MEM_ICAP_ACCESS); -+ return; -+ } -+ } -+ } -+ -+ aclParseAccessLine(&(A->access)); -+ debug(3, 5) ("parse_icap_access_type (line %d): %s\n", config_lineno, A->service_name); -+ -+ /* check that All class is only used in deny rule */ -+ if (no_class && A->access->allow) { -+ memFree(A, MEM_ICAP_ACCESS); -+ debug(3, 0) ("parse_icap_access (line %d): special class 'None' only allowed in deny rule. skipping.\n", config_lineno); -+ return; -+ } -+ if (A->access) { -+ for (B = cfg->access_head, T = &cfg->access_head; B; T = &B->next, B = B->next); -+ *T = A; -+ } else { -+ debug(3, 0) ("parse_icap_access_type (line %d): invalid line skipped\n", config_lineno); -+ memFree(A, MEM_ICAP_ACCESS); -+ } -+} -+ -+static void -+dump_icap_access_type(StoreEntry * e, const char *name, IcapConfig cfg) -+{ -+ icap_access *current_node = NULL; -+ LOCAL_ARRAY(char, nom, 64); -+ -+ if (!cfg.access_head) { -+ storeAppendPrintf(e, "%s 0\n", name); -+ return; -+ } -+ current_node = cfg.access_head; -+ -+ while (current_node) { -+ snprintf(nom, 64, "%s %s", name, current_node->service_name); -+ dump_acl_access(e, nom, current_node->access); -+ current_node = current_node->next; -+ } -+} -+ -+static void -+free_icap_access_type(IcapConfig * cfg) -+{ -+ while (cfg->access_head) { -+ icap_access *current_node = cfg->access_head; -+ cfg->access_head = current_node->next; -+ icap_access_destroy(current_node); -+ memFree(current_node, MEM_ICAP_ACCESS); -+ } -+} -+ -+/* -+ * destructor -+ * frees everything but the linked list -+ */ -+static void -+icap_access_destroy(icap_access * a) -+{ -+ xfree(a->service_name); -+ aclDestroyAccessList(&a->access); -+} -+ -+/*************************************************** -+ * for debugging purposes only -+ */ -+void -+dump_icap_config(IcapConfig * cfg) -+{ -+ icap_service *s_iter; -+ icap_class *c_iter; -+ icap_access *a_iter; -+ icap_service_list *isl_iter; -+ acl_list *l; -+ debug(3, 0) ("IcapConfig: onoff = %d\n", cfg->onoff); -+ debug(3, 0) ("IcapConfig: service_head = %d\n", (int) cfg->service_head); -+ debug(3, 0) ("IcapConfig: class_head = %d\n", (int) cfg->class_head); -+ debug(3, 0) ("IcapConfig: access_head = %d\n", (int) cfg->access_head); -+ -+ debug(3, 0) ("IcapConfig: services =\n"); -+ for (s_iter = cfg->service_head; s_iter; s_iter = s_iter->next) { -+ printf(" %s: \n", s_iter->name); -+ printf(" bypass = %d\n", s_iter->bypass); -+ printf(" hostname = %s\n", s_iter->hostname); -+ printf(" port = %d\n", s_iter->port); -+ printf(" resource = %s\n", s_iter->resource); -+ } -+ debug(3, 0) ("IcapConfig: classes =\n"); -+ for (c_iter = cfg->class_head; c_iter; c_iter = c_iter->next) { -+ printf(" %s: \n", c_iter->name); -+ printf(" services = \n"); -+ for (isl_iter = c_iter->isl; isl_iter; isl_iter = isl_iter->next) { -+ int i; -+ for (i = 0; i < isl_iter->nservices; i++) -+ printf(" %s\n", isl_iter->services[i]->name); -+ } -+ } -+ debug(3, 0) ("IcapConfig: access =\n"); -+ for (a_iter = cfg->access_head; a_iter; a_iter = a_iter->next) { -+ printf(" service_name = %s\n", a_iter->service_name); -+ printf(" access = %s", a_iter->access->allow ? "allow" : "deny"); -+ for (l = a_iter->access->acl_list; l != NULL; l = l->next) { -+ printf(" %s%s", -+ l->op ? null_string : "!", -+ l->acl->name); -+ } -+ printf("\n"); -+ } -+} -+#endif /* HS_FEAT_ICAP */ - - static void - parse_kb_size_t(squid_off_t * var) -Index: src/cbdata.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/cbdata.c,v -retrieving revision 1.14.6.1 -retrieving revision 1.14.32.2 -diff -p -u -b -r1.14.6.1 -r1.14.32.2 ---- src/cbdata.c 17 Jul 2003 02:13:28 -0000 1.14.6.1 -+++ src/cbdata.c 14 Sep 2003 01:36:26 -0000 1.14.32.2 -@@ -144,6 +144,10 @@ cbdataInit(void) - CREATE_CBDATA(statefulhelper); - CREATE_CBDATA(helper_stateful_server); - CREATE_CBDATA(HttpStateData); -+#ifdef HS_FEAT_ICAP -+ CREATE_CBDATA(IcapStateData); -+ CREATE_CBDATA(icap_service); -+#endif - CREATE_CBDATA_FREE(peer, peerDestroy); - CREATE_CBDATA(ps_state); - CREATE_CBDATA(RemovalPolicy); -Index: src/cf.data.pre -=================================================================== -RCS file: /cvsroot/squid/squid/src/cf.data.pre,v -retrieving revision 1.49.2.86 -retrieving revision 1.49.2.33.2.34 -diff -p -u -b -r1.49.2.86 -r1.49.2.33.2.34 ---- src/cf.data.pre 26 Feb 2006 03:13:57 -0000 1.49.2.86 -+++ src/cf.data.pre 16 May 2006 17:56:57 -0000 1.49.2.33.2.34 -@@ -2397,7 +2397,6 @@ DOC_START - ensure correct results it is best to set server_persisten_connections - to off when using this directive in such configurations. - DOC_END -- - NAME: reply_header_max_size - COMMENT: (KB) - TYPE: b_size_t -@@ -2716,6 +2715,187 @@ DOC_START - DOC_END - - COMMENT_START -+ ICAP OPTIONS -+ ----------------------------------------------------------------------------- -+COMMENT_END -+ -+NAME: icap_enable -+TYPE: onoff -+IFDEF: HS_FEAT_ICAP -+COMMENT: on|off -+LOC: Config.icapcfg.onoff -+DEFAULT: off -+DOC_START -+ If you want to enable the ICAP client module, set this to on. -+DOC_END -+ -+NAME: icap_preview_enable -+TYPE: onoff -+IFDEF: HS_FEAT_ICAP -+COMMENT: on|off -+LOC: Config.icapcfg.preview_enable -+DEFAULT: off -+DOC_START -+ Set this to 'on' if you want to enable the ICAP preview -+ feature in Squid. -+DOC_END -+ -+NAME: icap_preview_size -+TYPE: int -+IFDEF: HS_FEAT_ICAP -+LOC: Config.icapcfg.preview_size -+DEFAULT: -1 -+DOC_START -+ The default size of preview data to be sent to the ICAP server. -+ -1 means no preview. This value might be overwritten on a per server -+ basis by OPTIONS requests. -+DOC_END -+ -+NAME: icap_check_interval -+TYPE: int -+IFDEF: HS_FEAT_ICAP -+LOC: Config.icapcfg.check_interval -+DEFAULT: 300 -+DOC_START -+ If an ICAP server does not respond, it gets marked as unreachable. Squid -+ will try again to reach it after this time. -+DOC_END -+ -+NAME: icap_send_client_ip -+TYPE: onoff -+IFDEF: HS_FEAT_ICAP -+COMMENT: on|off -+LOC: Config.icapcfg.send_client_ip -+DEFAULT: off -+DOC_START -+ Allows Squid to add the "X-Client-IP" header if requested by -+ an ICAP service in it's response to OPTIONS. -+DOC_END -+ -+NAME: icap_send_server_ip -+TYPE: onoff -+IFDEF: HS_FEAT_ICAP -+COMMENT: on|off -+LOC: Config.icapcfg.send_server_ip -+DEFAULT: off -+DOC_START -+ Allows Squid to add the "X-Server-IP" header if requested by -+ an ICAP service in it's response to OPTIONS. -+DOC_END -+ -+NAME: icap_send_auth_user -+TYPE: onoff -+IFDEF: HS_FEAT_ICAP -+COMMENT: on|off -+LOC: Config.icapcfg.send_auth_user -+DEFAULT: off -+DOC_START -+ Allows Squid to add the "X-Authenticated-User" header if requested -+ by an ICAP service in it's response to OPTIONS. -+DOC_END -+ -+NAME: icap_auth_scheme -+TYPE: string -+IFDEF: HS_FEAT_ICAP -+LOC: Config.icapcfg.auth_scheme -+DEFAULT: Local://%u -+DOC_START -+ Authentification scheme to pass to ICAP requests if -+ icap_send_auth_user is enabled. The first occurence of "%u" -+ is replaced by the authentified user name. If no "%u" is found, -+ the username is added at the end of the scheme. -+ -+ See http://www.ietf.org/internet-drafts/draft-stecher-icap-subid-00.txt, -+ section 3.4 for details on this. -+ -+ Examples: -+ -+ icap_auth_scheme Local://%u -+ icap_auth_scheme LDAP://ldap-server/cn=%u,dc=company,dc=com -+ icap_auth_scheme WinNT://nt-domain/%u -+ icap_auth_scheme Radius://radius-server/%u -+DOC_END -+ -+NAME: icap_service -+TYPE: icap_service_type -+IFDEF: HS_FEAT_ICAP -+LOC: Config.icapcfg -+DEFAULT: none -+DOC_START -+ Defines a single ICAP service -+ -+ icap_service servicename vectoring_point bypass service_url [options ...] -+ -+ vectoring_point = reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache -+ This specifies at which point of request processing the ICAP -+ service should be plugged in. -+ bypass = 1|0 -+ If set to 1 and the ICAP server cannot be reached, the request will go -+ through without being processed by an ICAP server -+ service_url = icap://servername:port/service -+ -+ Options: -+ -+ no-keep-alive To always close the connection to icap server -+ after the transaction completes -+ -+ -+ Note: reqmod_precache and respmod_postcache is not yet implemented -+ -+ Load-balancing and high availability: -+ You can obtain load-balancing and high availability by defining a -+ named service with different definitions. Then, the client -+ loops through the different entities of the service providing -+ load-balancing. If an entity is marked as unreachable, the client goes -+ one step further to the next entity: you have the high-availability. -+ See the service_1 definition below -+ -+Example: -+icap_service service_1 reqmod_precache 0 icap://icap1.mydomain.net:1344/reqmod -+icap_service service_1 reqmod_precache 0 icap://icap2.mydomain.net:1344/reqmod no-keep-alive -+icap_service service_2 respmod_precache 0 icap://icap3.mydomain.net:1344/respmod -+DOC_END -+ -+NAME: icap_class -+TYPE: icap_class_type -+IFDEF: HS_FEAT_ICAP -+LOC: Config.icapcfg -+DEFAULT: none -+DOC_START -+ Defines an ICAP service chain. If there are multiple services per -+ vectoring point, they are processed in the specified order. -+ -+ icap_class classname servicename... -+ -+Example: -+icap_class class_1 service_1 service_2 -+icap class class_2 service_1 service_3 -+DOC_END -+ -+NAME: icap_access -+TYPE: icap_access_type -+IFDEF: HS_FEAT_ICAP -+LOC: Config.icapcfg -+DEFAULT: none -+DOC_START -+ Redirects a request through an ICAP service class, depending -+ on given acls -+ -+ icap_access classname allow|deny [!]aclname... -+ -+ The icap_access statements are processed in the order they appear in -+ this configuration file. If an access list matches, the processing stops. -+ For an "allow" rule, the specified class is used for the request. A "deny" -+ rule simply stops processing without using the class. You can also use the -+ special classname "None". -+ -+ For backward compatibility, it is also possible to use services -+ directly here. -+Example: -+icap_access class_1 allow all -+DOC_END -+ -+COMMENT_START - MISCELLANEOUS - ----------------------------------------------------------------------------- - COMMENT_END -Index: src/cf_gen_defines -=================================================================== -RCS file: /cvsroot/squid/squid/src/cf_gen_defines,v -retrieving revision 1.5 -retrieving revision 1.5.48.3 -diff -p -u -b -r1.5 -r1.5.48.3 ---- src/cf_gen_defines 3 Dec 2001 08:03:21 -0000 1.5 -+++ src/cf_gen_defines 13 Mar 2005 17:58:44 -0000 1.5.48.3 -@@ -18,12 +18,13 @@ BEGIN { - define["USE_UNLINKD"]="--enable-unlinkd" - define["USE_USERAGENT_LOG"]="--enable-useragent-log" - define["USE_WCCP"]="--enable-wccp" -+ define["HS_FEAT_ICAP"]="--enable-icap-support" - } - /^IFDEF:/ { - if (define[$2] != "") -- DEFINE=define[$2] -+ DEFINE = define[$2] - else -- DEFINE="-D" $2 -+ DEFINE = "-D" $2 - print "{\"" $2 "\", \"" DEFINE "\", " - print "#if " $2 - print "1" -Index: src/client_side.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/client_side.c,v -retrieving revision 1.47.2.76 -retrieving revision 1.47.2.28.2.41 -diff -p -u -b -r1.47.2.76 -r1.47.2.28.2.41 ---- src/client_side.c 11 Mar 2006 03:16:31 -0000 1.47.2.76 -+++ src/client_side.c 16 May 2006 17:56:58 -0000 1.47.2.28.2.41 -@@ -109,7 +109,7 @@ static const char *const crlf = "\r\n"; - static CWCB clientWriteComplete; - static CWCB clientWriteBodyComplete; - static PF clientReadRequest; --static PF connStateFree; -+PF connStateFree; - static PF requestTimeout; - static PF clientLifetimeTimeout; - static int clientCheckTransferDone(clientHttpRequest *); -@@ -136,20 +136,23 @@ static void clientSetKeepaliveFlag(clien - static void clientPackRangeHdr(const HttpReply * rep, const HttpHdrRangeSpec * spec, String boundary, MemBuf * mb); - static void clientPackTermBound(String boundary, MemBuf * mb); - static void clientInterpretRequestHeaders(clientHttpRequest *); --static void clientProcessRequest(clientHttpRequest *); -+void clientProcessRequest(clientHttpRequest *); - static void clientProcessExpired(void *data); - static void clientProcessOnlyIfCachedMiss(clientHttpRequest * http); --static int clientCachable(clientHttpRequest * http); --static int clientHierarchical(clientHttpRequest * http); --static int clientCheckContentLength(request_t * r); -+int clientCachable(clientHttpRequest * http); -+int clientHierarchical(clientHttpRequest * http); -+int clientCheckContentLength(request_t * r); - static DEFER httpAcceptDefer; - static log_type clientProcessRequest2(clientHttpRequest * http); - static int clientReplyBodyTooLarge(clientHttpRequest *, squid_off_t clen); - static int clientRequestBodyTooLarge(squid_off_t clen); - static void clientProcessBody(ConnStateData * conn); - static void clientEatRequestBody(clientHttpRequest *); --static BODY_HANDLER clientReadBody; -+BODY_HANDLER clientReadBody; - static void clientAbortBody(request_t * req); -+#if HS_FEAT_ICAP -+static int clientIcapReqMod(clientHttpRequest * http); -+#endif - - static int - checkAccelOnly(clientHttpRequest * http) -@@ -392,6 +395,10 @@ clientRedirectDone(void *data, char *res - http->request = requestLink(new_request); - } - clientInterpretRequestHeaders(http); -+#if HS_FEAT_ICAP -+ if (Config.icapcfg.onoff) -+ icapCheckAcl(http); -+#endif - #if HEADERS_LOG - headersLog(0, 1, request->method, request); - #endif -@@ -936,11 +943,22 @@ httpRequestFree(void *data) - *H = http->next; - http->next = NULL; - dlinkDelete(&http->active, &ClientActiveRequests); -+#if HS_FEAT_ICAP -+ /*In the case that the upload of data breaks, we need this code here .... */ -+ if (NULL != http->icap_reqmod) { -+ if (cbdataValid(http->icap_reqmod)) -+ if (http->icap_reqmod->icap_fd > -1) { -+ comm_close(http->icap_reqmod->icap_fd); -+ } -+ cbdataUnlock(http->icap_reqmod); -+ http->icap_reqmod = NULL; -+ } -+#endif - cbdataFree(http); - } - - /* This is a handler normally called by comm_close() */ --static void -+void - connStateFree(int fd, void *data) - { - ConnStateData *connState = data; -@@ -963,7 +981,6 @@ connStateFree(int fd, void *data) - } else - safe_free(connState->in.buf); - /* XXX account connState->in.buf */ -- pconnHistCount(0, connState->nrequests); - cbdataFree(connState); - #ifdef _SQUID_LINUX_ - /* prevent those nasty RST packets */ -@@ -1108,7 +1125,7 @@ clientSetKeepaliveFlag(clientHttpRequest - } - } - --static int -+int - clientCheckContentLength(request_t * r) - { - switch (r->method) { -@@ -1127,7 +1144,7 @@ clientCheckContentLength(request_t * r) - /* NOT REACHED */ - } - --static int -+int - clientCachable(clientHttpRequest * http) - { - request_t *req = http->request; -@@ -1153,7 +1170,7 @@ clientCachable(clientHttpRequest * http) - } - - /* Return true if we can query our neighbors for this object */ --static int -+int - clientHierarchical(clientHttpRequest * http) - { - const char *url = http->uri; -@@ -2447,7 +2464,7 @@ clientProcessRequest2(clientHttpRequest - return LOG_TCP_HIT; - } - --static void -+void - clientProcessRequest(clientHttpRequest * http) - { - char *url = http->uri; -@@ -2457,6 +2474,11 @@ clientProcessRequest(clientHttpRequest * - debug(33, 4) ("clientProcessRequest: %s '%s'\n", - RequestMethodStr[r->method], - url); -+#if HS_FEAT_ICAP -+ if (clientIcapReqMod(http)) { -+ return; -+ } -+#endif - if (r->method == METHOD_CONNECT && !http->redirect.status) { - http->log_type = LOG_TCP_MISS; - sslStart(http, &http->out.size, &http->al.http.code); -@@ -3001,6 +3023,20 @@ clientReadRequest(int fd, void *data) - (long) conn->in.offset, (long) conn->in.size); - len = conn->in.size - conn->in.offset - 1; - } -+#if HS_FEAT_ICAP -+ /* -+ * This check exists because ICAP doesn't always work well -+ * with persistent (reused) connections. One version of the -+ * REQMOD code creates a fake ConnStateData, which doesn't have -+ * an in.buf. We want to make sure that the fake ConnStateData -+ * doesn't get used here. -+ */ -+ if (NULL == conn->in.buf) { -+ debug(33, 1) ("clientReadRequest: FD %d aborted; conn->in.buf is NULL\n", fd); -+ comm_close(fd); -+ return; -+ } -+#endif - statCounter.syscalls.sock.reads++; - size = FD_READ_METHOD(fd, conn->in.buf + conn->in.offset, len); - if (size > 0) { -@@ -3104,7 +3140,8 @@ clientReadRequest(int fd, void *data) - /* add to the client request queue */ - for (H = &conn->chr; *H; H = &(*H)->next); - *H = http; -- conn->nrequests++; -+ F->pconn.uses++; -+ F->pconn.type = 0; - /* - * I wanted to lock 'http' here since its callback data for - * clientLifetimeTimeout(), but there's no logical place to -@@ -3274,7 +3311,7 @@ clientReadRequest(int fd, void *data) - } - - /* file_read like function, for reading body content */ --static void -+void - clientReadBody(request_t * request, char *buf, size_t size, CBCB * callback, void *cbdata) - { - ConnStateData *conn = request->body_reader_data; -@@ -3398,7 +3435,7 @@ clientProcessBody(ConnStateData * conn) - } - - /* Abort a body request */ --static void -+void - clientAbortBody(request_t * request) - { - ConnStateData *conn = request->body_reader_data; -@@ -3440,7 +3477,7 @@ requestTimeout(int fd, void *data) - * Some data has been sent to the client, just close the FD - */ - comm_close(fd); -- } else if (conn->nrequests) { -+ } else if (fd_table[fd].pconn.uses) { - /* - * assume its a persistent connection; just close it - */ -@@ -3956,3 +3993,49 @@ varyEvaluateMatch(StoreEntry * entry, re - } - } - } -+ -+#if HS_FEAT_ICAP -+static int -+clientIcapReqMod(clientHttpRequest * http) -+{ -+ ErrorState *err; -+ icap_service *service; -+ if (http->flags.did_icap_reqmod) -+ return 0; -+ if (NULL == (service = icapService(ICAP_SERVICE_REQMOD_PRECACHE, http->request))) -+ return 0; -+ debug(33, 3) ("clientIcapReqMod: calling icapReqModStart for %p\n", http); -+ /* -+ * Note, we pass 'start' and 'log_addr' to ICAP so the access.log -+ * entry comes out right. The 'clientHttpRequest' created by -+ * the ICAP side is the one that gets logged. The first -+ * 'clientHttpRequest' does not get logged because its out.size -+ * is zero and log_type is unset. -+ */ -+ http->icap_reqmod = icapReqModStart(service, -+ http->uri, -+ http->request, -+ http->conn->fd, -+ http->start, -+ http->conn->log_addr, -+ (void *) http->conn); -+ if (NULL == http->icap_reqmod) { -+ return 0; -+ } else if (-1 == (int) http->icap_reqmod) { -+ /* produce error */ -+ http->icap_reqmod = NULL; -+ debug(33, 2) ("clientIcapReqMod: icap told us to send an error\n"); -+ http->log_type = LOG_TCP_DENIED; -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->xerrno = ETIMEDOUT; -+ err->request = requestLink(http->request); -+ err->src_addr = http->conn->peer.sin_addr; -+ http->entry = clientCreateStoreEntry(http, http->request->method, null_request_flags); -+ errorAppendEntry(http->entry, err); -+ return 1; -+ } -+ cbdataLock(http->icap_reqmod); -+ http->flags.did_icap_reqmod = 1; -+ return 1; -+} -+#endif -Index: src/comm.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/comm.c,v -retrieving revision 1.18.6.6 -retrieving revision 1.18.6.2.12.9 -diff -p -u -b -r1.18.6.6 -r1.18.6.2.12.9 ---- src/comm.c 11 Sep 2005 02:13:22 -0000 1.18.6.6 -+++ src/comm.c 23 Nov 2005 20:33:06 -0000 1.18.6.2.12.9 -@@ -653,8 +653,8 @@ comm_close(int fd) - #endif - CommWriteStateCallbackAndFree(fd, COMM_ERR_CLOSING); - commCallCloseHandlers(fd); -- if (F->uses) /* assume persistent connect count */ -- pconnHistCount(1, F->uses); -+ if (F->pconn.uses) -+ pconnHistCount(F->pconn.type, F->pconn.uses); - #if USE_SSL - if (F->ssl) { - SSL_free(F->ssl); -Index: src/enums.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/enums.h,v -retrieving revision 1.29.2.18 -retrieving revision 1.29.2.8.2.17 -diff -p -u -b -r1.29.2.18 -r1.29.2.8.2.17 ---- src/enums.h 12 Nov 2005 03:13:48 -0000 1.29.2.18 -+++ src/enums.h 23 Nov 2005 20:38:56 -0000 1.29.2.8.2.17 -@@ -93,6 +93,7 @@ typedef enum { - ERR_ONLY_IF_CACHED_MISS, /* failure to satisfy only-if-cached request */ - ERR_TOO_BIG, - TCP_RESET, -+ ERR_ICAP_FAILURE, - ERR_INVALID_RESP, - ERR_MAX - } err_type; -@@ -438,6 +439,9 @@ typedef enum { - PROTO_WHOIS, - PROTO_INTERNAL, - PROTO_HTTPS, -+#if HS_FEAT_ICAP -+ PROTO_ICAP, -+#endif - PROTO_MAX - } protocol_t; - -@@ -610,6 +614,12 @@ typedef enum { - MEM_TLV, - MEM_SWAP_LOG_DATA, - MEM_CLIENT_REQ_BUF, -+#if HS_FEAT_ICAP -+ MEM_ICAP_OPT_DATA, -+ MEM_ICAP_SERVICE_LIST, -+ MEM_ICAP_CLASS, -+ MEM_ICAP_ACCESS, -+#endif - MEM_MAX - } mem_type; - -@@ -709,9 +719,14 @@ typedef enum { - CBDATA_RemovalPolicyWalker, - CBDATA_RemovalPurgeWalker, - CBDATA_store_client, -+#ifdef HS_FEAT_ICAP -+ CBDATA_IcapStateData, -+ CBDATA_icap_service, -+#endif - CBDATA_FIRST_CUSTOM_TYPE = 1000 - } cbdata_type; - -+ - /* - * Return codes from checkVary(request) - */ -@@ -742,4 +757,68 @@ enum { - - #endif - -+#if HS_FEAT_ICAP -+typedef enum { -+ ICAP_STATUS_NONE = 0, -+ ICAP_STATUS_CONTINUE = 100, -+ ICAP_STATUS_SWITCHING_PROTOCOLS = 101, -+ ICAP_STATUS_STATUS_OK = 200, -+ ICAP_CREATED = 201, -+ ICAP_STATUS_ACCEPTED = 202, -+ ICAP_STATUS_NON_AUTHORITATIVE_INFORMATION = 203, -+ ICAP_STATUS_NO_MODIFICATION_NEEDED = 204, -+ ICAP_STATUS_RESET_CONTENT = 205, -+ ICAP_STATUS_PARTIAL_CONTENT = 206, -+ ICAP_STATUS_MULTIPLE_CHOICES = 300, -+ ICAP_STATUS_MOVED_PERMANENTLY = 301, -+ ICAP_STATUS_MOVED_TEMPORARILY = 302, -+ ICAP_STATUS_SEE_OTHER = 303, -+ ICAP_STATUS_NOT_MODIFIED = 304, -+ ICAP_STATUS_USE_PROXY = 305, -+ ICAP_STATUS_BAD_REQUEST = 400, -+ ICAP_STATUS_UNAUTHORIZED = 401, -+ ICAP_STATUS_PAYMENT_REQUIRED = 402, -+ ICAP_STATUS_FORBIDDEN = 403, -+ ICAP_STATUS_SERVICE_NOT_FOUND = 404, -+ ICAP_STATUS_METHOD_NOT_ALLOWED = 405, -+ ICAP_STATUS_NOT_ACCEPTABLE = 406, -+ ICAP_STATUS_PROXY_AUTHENTICATION_REQUIRED = 407, -+ ICAP_STATUS_REQUEST_TIMEOUT = 408, -+ ICAP_STATUS_CONFLICT = 409, -+ ICAP_STATUS_GONE = 410, -+ ICAP_STATUS_LENGTH_REQUIRED = 411, -+ ICAP_STATUS_PRECONDITION_FAILED = 412, -+ ICAP_STATUS_REQUEST_ENTITY_TOO_LARGE = 413, -+ ICAP_STATUS_REQUEST_URI_TOO_LARGE = 414, -+ ICAP_STATUS_UNSUPPORTED_MEDIA_TYPE = 415, -+ ICAP_STATUS_INTERNAL_SERVER_ERROR = 500, -+ ICAP_STATUS_NOT_IMPLEMENTED = 501, -+ ICAP_STATUS_BAD_GATEWAY = 502, -+ ICAP_STATUS_SERVICE_OVERLOADED = 503, -+ ICAP_STATUS_GATEWAY_TIMEOUT = 504, -+ ICAP_STATUS_ICAP_VERSION_NOT_SUPPORTED = 505, -+ ICAP_STATUS_INVALID_HEADER = 600 -+} icap_status; -+ -+/* -+ * these values are used as index in an array, so it seems to be better to -+ * assign some numbers -+ */ -+typedef enum { -+ ICAP_SERVICE_REQMOD_PRECACHE = 0, -+ ICAP_SERVICE_REQMOD_POSTCACHE = 1, -+ ICAP_SERVICE_RESPMOD_PRECACHE = 2, -+ ICAP_SERVICE_RESPMOD_POSTCACHE = 3, -+ ICAP_SERVICE_MAX = 4 -+} icap_service_t; -+ -+typedef enum { -+ ICAP_METHOD_NONE, -+ ICAP_METHOD_OPTION, -+ ICAP_METHOD_REQMOD, -+ ICAP_METHOD_RESPMOD -+} icap_method_t; -+ -+#endif /* HS_FEAT_ICAP */ -+ - #endif /* SQUID_ENUMS_H */ -Index: src/forward.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/forward.c,v -retrieving revision 1.13.6.16 -retrieving revision 1.13.6.3.2.16 -diff -p -u -b -r1.13.6.16 -r1.13.6.3.2.16 ---- src/forward.c 11 Mar 2006 03:16:31 -0000 1.13.6.16 -+++ src/forward.c 16 May 2006 17:56:58 -0000 1.13.6.3.2.16 -@@ -251,7 +251,8 @@ fwdConnectDone(int server_fd, int status - } else { - debug(17, 3) ("fwdConnectDone: FD %d: '%s'\n", server_fd, storeUrl(fwdState->entry)); - fd_note(server_fd, storeUrl(fwdState->entry)); -- fd_table[server_fd].uses++; -+ fd_table[server_fd].pconn.uses++; -+ fd_table[server_fd].pconn.type = 1; - if (fs->peer) - peerConnectSucceded(fs->peer); - fwdDispatch(fwdState); -@@ -700,6 +701,8 @@ fwdCheckDeferRead(int fd, void *data) - void - fwdFail(FwdState * fwdState, ErrorState * errorState) - { -+ if (NULL == fwdState) -+ return; - debug(17, 3) ("fwdFail: %s \"%s\"\n\t%s\n", - err_type_str[errorState->type], - httpStatusString(errorState->http_status), -@@ -738,6 +741,8 @@ fwdPeerClosed(int fd, void *data) - void - fwdUnregister(int fd, FwdState * fwdState) - { -+ if (NULL == fwdState) -+ return; - debug(17, 3) ("fwdUnregister: %s\n", storeUrl(fwdState->entry)); - assert(fd == fwdState->server_fd); - assert(fd > -1); -@@ -754,7 +759,10 @@ fwdUnregister(int fd, FwdState * fwdStat - void - fwdComplete(FwdState * fwdState) - { -- StoreEntry *e = fwdState->entry; -+ StoreEntry *e; -+ if (NULL == fwdState) -+ return; -+ e = fwdState->entry; - assert(e->store_status == STORE_PENDING); - debug(17, 3) ("fwdComplete: %s\n\tstatus %d\n", storeUrl(e), - e->mem_obj->reply->sline.status); -Index: src/globals.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/globals.h,v -retrieving revision 1.14.6.7 -retrieving revision 1.14.6.3.2.5 -diff -p -u -b -r1.14.6.7 -r1.14.6.3.2.5 ---- src/globals.h 14 Jun 2005 02:15:00 -0000 1.14.6.7 -+++ src/globals.h 12 Sep 2005 18:34:41 -0000 1.14.6.3.2.5 -@@ -165,6 +165,9 @@ extern char *WIN32_OS_string; /* NULL */ - #if HAVE_SBRK - extern void *sbrk_start; /* 0 */ - #endif -+#if HS_FEAT_ICAP -+extern char *icap_service_type_str[]; -+#endif - extern int opt_send_signal; /* -1 */ - extern int opt_no_daemon; /* 0 */ - -Index: src/http.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/http.c,v -retrieving revision 1.17.6.32 -retrieving revision 1.17.6.3.6.40 -diff -p -u -b -r1.17.6.32 -r1.17.6.3.6.40 ---- src/http.c 19 Oct 2005 02:13:21 -0000 1.17.6.32 -+++ src/http.c 17 Feb 2006 12:45:21 -0000 1.17.6.3.6.40 -@@ -47,7 +47,7 @@ static CWCB httpSendRequestEntry; - - static PF httpReadReply; - static void httpSendRequest(HttpStateData *); --static PF httpStateFree; -+PF httpStateFree; - static PF httpTimeout; - static void httpCacheNegatively(StoreEntry *); - static void httpMakePrivate(StoreEntry *); -@@ -55,11 +55,12 @@ static void httpMakePublic(StoreEntry *) - static int httpCachableReply(HttpStateData *); - static void httpMaybeRemovePublic(StoreEntry *, http_status); - --static void -+void - httpStateFree(int fd, void *data) - { - HttpStateData *httpState = data; - #if DELAY_POOLS -+ if (fd >= 0) - delayClearNoDelay(fd); - #endif - if (httpState == NULL) -@@ -79,6 +80,9 @@ httpStateFree(int fd, void *data) - requestUnlink(httpState->orig_request); - httpState->request = NULL; - httpState->orig_request = NULL; -+#if HS_FEAT_ICAP -+ cbdataUnlock(httpState->icap_writer); -+#endif - cbdataFree(httpState); - } - -@@ -392,7 +396,7 @@ httpMakeVaryMark(request_t * request, Ht - } - - /* rewrite this later using new interfaces @?@ */ --static void -+void - httpProcessReplyHeader(HttpStateData * httpState, const char *buf, int size) - { - StoreEntry *entry = httpState->entry; -@@ -527,24 +531,35 @@ httpPconnTransferDone(HttpStateData * ht - MemObject *mem = httpState->entry->mem_obj; - HttpReply *reply = mem->reply; - squid_off_t clen; -+ squid_off_t content_bytes_read; - debug(11, 3) ("httpPconnTransferDone: FD %d\n", httpState->fd); - debug(11, 5) ("httpPconnTransferDone: content_length=%" PRINTF_OFF_T "\n", - reply->content_length); - /* If we haven't seen the end of reply headers, we are not done */ -- if (httpState->reply_hdr_state < 2) -+ if (httpState->reply_hdr_state < 2) { -+ debug(11, 3) ("httpPconnTransferDone: reply_hdr_state=%d, returning 0\n", -+ httpState->reply_hdr_state); - return 0; -+ } - clen = httpReplyBodySize(httpState->request->method, reply); -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ content_bytes_read = httpState->icap_writer->fake_content_length; -+ debug(11, 3) ("using fake conten length %" PRINTF_OFF_T "\n", content_bytes_read); -+ } else -+#endif -+ content_bytes_read = mem->inmem_hi; - /* If the body size is unknown we must wait for EOF */ - if (clen < 0) - return 0; - /* Barf if we got more than we asked for */ -- if (mem->inmem_hi > clen + reply->hdr_sz) -+ if (content_bytes_read > clen + reply->hdr_sz) - return -1; - /* If there is no message body, we can be persistent */ - if (0 == clen) - return 1; - /* If the body size is known, we must wait until we've gotten all of it. */ -- if (mem->inmem_hi < clen + reply->hdr_sz) -+ if (content_bytes_read < clen + reply->hdr_sz) - return 0; - /* We got it all */ - return 1; -@@ -568,6 +583,17 @@ httpReadReply(int fd, void *data) - delay_id delay_id; - #endif - -+#if HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ if (!httpState->icap_writer->respmod.entry) { -+ debug(11, 3) ("httpReadReply: FD: %d: icap respmod aborded!\n", fd); -+ comm_close(fd); -+ return; -+ } -+ /*The folowing entry can not be marked as aborted. -+ * The StoreEntry icap_writer->respmod.entry used when the icap_write used...... */ -+ } else -+#endif - if (EBIT_TEST(entry->flags, ENTRY_ABORTED)) { - comm_close(fd); - return; -@@ -579,6 +605,37 @@ httpReadReply(int fd, void *data) - else - delay_id = delayMostBytesAllowed(entry->mem_obj, &read_sz); - #endif -+ -+#if HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ IcapStateData *icap = httpState->icap_writer; -+ /* -+ * Ok we have a received a response from the web server, so try to -+ * connect the icap server if it's the first attemps. If we try -+ * to connect to the icap server, defer this request (do not read -+ * the buffer), and defer until icapConnectOver() is not called. -+ */ -+ if (icap->flags.connect_requested == 0) { -+ debug(81, 2) ("icapSendRespMod: Create a new connection to icap server\n"); -+ if (!icapConnect(icap, icapConnectOver)) { -+ debug(81, 2) ("icapSendRespMod: Something strange while creating a socket to icap server\n"); -+ commSetSelect(fd, COMM_SELECT_READ, httpReadReply, httpState, 0); -+ return; -+ } -+ debug(81, 2) ("icapSendRespMod: new connection to icap server (using FD=%d)\n", icap->icap_fd); -+ icap->flags.connect_requested = 1; -+ /* Wait for more data or EOF condition */ -+ commSetTimeout(fd, httpState->flags.keepalive_broken ? 10 : Config.Timeout.read, NULL, NULL); -+ commSetSelect(fd, COMM_SELECT_READ, httpReadReply, httpState, 0); -+ return; -+ } -+ -+ if(icap->flags.no_content == 1) { -+ commSetDefer(fd, fwdCheckDeferRead, icap->respmod.entry); -+ } -+ } -+#endif -+ - errno = 0; - statCounter.syscalls.sock.reads++; - len = FD_READ_METHOD(fd, buf, read_sz); -@@ -595,7 +652,13 @@ httpReadReply(int fd, void *data) - clen >>= 1; - IOStats.Http.read_hist[bin]++; - } -- if (!httpState->reply_hdr.size && len > 0 && fd_table[fd].uses > 1) { -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) -+ (void) 0; -+ else -+#endif -+ -+ if (!httpState->reply_hdr.size && len > 0 && fd_table[fd].pconn.uses > 1) { - /* Skip whitespace */ - while (len > 0 && xisspace(*buf)) - xmemmove(buf, buf + 1, len--); -@@ -625,6 +688,12 @@ httpReadReply(int fd, void *data) - } else if (len == 0) { - /* Connection closed; retrieval done. */ - httpState->eof = 1; -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer && cbdataValid(httpState->icap_writer)) { -+ debug(81, 3) ("httpReadReply: EOF for ICAP writer\n"); -+ icapSendRespMod(httpState->icap_writer, buf, len, 1); -+ } -+#endif - if (httpState->reply_hdr_state < 2) - /* - * Yes Henrik, there is a point to doing this. When we -@@ -677,7 +746,28 @@ httpReadReply(int fd, void *data) - EBIT_CLR(entry->flags, ENTRY_FWD_HDR_WAIT); - } - } -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ debug(81, 5) ("calling icapSendRespMod from %s:%d\n", __FILE__, __LINE__); -+ if (cbdataValid(httpState->icap_writer)) { -+ icapSendRespMod(httpState->icap_writer, buf, len, 0); -+ httpState->icap_writer->fake_content_length += len; -+ } -+ } else -+#endif - storeAppend(entry, buf, len); -+ -+ -+ debug(11, 5) ("httpReadReply: after storeAppend FD %d read %d\n", fd, len); -+#if HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ if (!httpState->icap_writer->respmod.entry) { -+ debug(11, 3) ("httpReadReply: FD: %d: icap respmod aborded!\n", fd); -+ comm_close(fd); -+ return; -+ } -+ } else -+#endif - if (EBIT_TEST(entry->flags, ENTRY_ABORTED)) { - /* - * the above storeAppend() call could ABORT this entry, -@@ -724,10 +814,21 @@ httpReadReply(int fd, void *data) - ("httpReadReply: Excess data from \"%s %s\"\n", - RequestMethodStr[httpState->orig_request->method], - storeUrl(entry)); -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ debug(81, 5) ("calling icapSendRespMod from %s:%d\n", __FILE__, __LINE__); -+ icapSendRespMod(httpState->icap_writer, buf, len, 0); -+ httpState->icap_writer->fake_content_length += len; -+ } else -+#endif - storeAppend(entry, buf, len); - keep_alive = 0; - } - } -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) -+ icapSendRespMod(httpState->icap_writer, NULL, 0, 1); -+#endif - if (keep_alive) { - /* yes we have to clear all these! */ - commSetDefer(fd, NULL, NULL); -@@ -766,6 +867,10 @@ httpReadReply(int fd, void *data) - ("httpReadReply: Excess data from \"%s %s\"\n", - RequestMethodStr[httpState->orig_request->method], - storeUrl(entry)); -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) -+ icapSendRespMod(httpState->icap_writer, NULL, 0, 1); -+#endif - fwdComplete(httpState->fwd); - comm_close(fd); - return; -@@ -776,6 +881,34 @@ httpReadReply(int fd, void *data) - } - } - -+#ifdef HS_FEAT_ICAP -+static int -+httpReadReplyWaitForIcap(int fd, void *data) -+{ -+ HttpStateData *httpState = data; -+ if (NULL == httpState->icap_writer) -+ return 0; -+ /* -+ * Do not defer when we are not connected to the icap server. -+ * Defer when the icap server connection is not established but pending -+ * Defer when the icap server is busy (writing on the socket) -+ */ -+ debug(11, 5) ("httpReadReplyWaitForIcap: FD %d, connect_requested=%d\n", -+ fd, httpState->icap_writer->flags.connect_requested); -+ if (!httpState->icap_writer->flags.connect_requested) -+ return 0; -+ debug(11, 5) ("httpReadReplyWaitForIcap: FD %d, connect_pending=%d\n", -+ fd, httpState->icap_writer->flags.connect_pending); -+ if (httpState->icap_writer->flags.connect_pending) -+ return 1; -+ debug(11, 5) ("httpReadReplyWaitForIcap: FD %d, write_pending=%d\n", -+ fd, httpState->icap_writer->flags.write_pending); -+ if (httpState->icap_writer->flags.write_pending) -+ return 1; -+ return 0; -+} -+#endif -+ - /* This will be called when request write is complete. Schedule read of - * reply. */ - static void -@@ -803,6 +936,63 @@ httpSendComplete(int fd, char *bufnotuse - comm_close(fd); - return; - } else { -+ /* Schedule read reply. */ -+#ifdef HS_FEAT_ICAP -+ if (icapService(ICAP_SERVICE_RESPMOD_PRECACHE, httpState->orig_request)) { -+ httpState->icap_writer = icapRespModStart( -+ ICAP_SERVICE_RESPMOD_PRECACHE, -+ httpState->orig_request, httpState->entry, httpState->flags); -+ if (-1 == (int) httpState->icap_writer) { -+ /* TODO: send error here and exit */ -+ ErrorState *err; -+ httpState->icap_writer = 0; -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->xerrno = errno; -+ err->request = requestLink(httpState->orig_request); -+ errorAppendEntry(entry, err); -+ comm_close(fd); -+ return; -+ } else if (httpState->icap_writer) { -+ request_flags fake_flags = httpState->orig_request->flags; -+ method_t fake_method = entry->mem_obj->method; -+ const char *fake_msg = "this is a fake entry for " -+ " response sent to an ICAP RESPMOD server"; -+ cbdataLock(httpState->icap_writer); -+ /* -+ * this httpState will give the data it reads to -+ * the icap server, rather than put it into -+ * a StoreEntry -+ */ -+ storeUnlockObject(httpState->entry); -+ storeUnregisterAbort(httpState->entry); -+ /* -+ * create a bogus entry because the code assumes one is -+ * always there. -+ */ -+ fake_flags.cachable = 0; -+ fake_flags.hierarchical = 0; /* force private key */ -+ httpState->entry = storeCreateEntry("fake", "fake", fake_flags, fake_method); -+ storeAppend(httpState->entry, fake_msg, strlen(fake_msg)); -+ /* -+ * pull a switcheroo on fwdState->entry. -+ */ -+ storeUnlockObject(httpState->fwd->entry); -+ httpState->fwd->entry = httpState->entry; -+ storeLockObject(httpState->fwd->entry); -+ /* -+ * Note that we leave fwdState connected to httpState, -+ * but we changed the entry. So when fwdComplete -+ * or whatever is called it does no harm -- its -+ * just the fake entry. -+ */ -+ } else { -+ /* -+ * failed to open connection to ICAP server. -+ * But bypass request, so just continue here. -+ */ -+ } -+ } -+#endif - /* - * Set the read timeout here because it hasn't been set yet. - * We only set the read timeout after the request has been -@@ -811,8 +1001,18 @@ httpSendComplete(int fd, char *bufnotuse - * the timeout for POST/PUT requests that have very large - * request bodies. - */ -+ -+ /* removed in stable5: -+ * commSetSelect(fd, COMM_SELECT_READ, httpReadReply, httpState, 0); -+ */ - commSetTimeout(fd, Config.Timeout.read, httpTimeout, httpState); -- commSetDefer(fd, fwdCheckDeferRead, entry); -+#ifdef HS_FEAT_ICAP -+ if (httpState->icap_writer) { -+ debug(11, 5) ("FD %d, setting httpReadReplyWaitForIcap\n", httpState->fd); -+ commSetDefer(httpState->fd, httpReadReplyWaitForIcap, httpState); -+ } else -+#endif -+ commSetDefer(httpState->fd, fwdCheckDeferRead, entry); - } - httpState->flags.request_sent = 1; - } -@@ -1010,8 +1210,11 @@ httpBuildRequestHeader(request_t * reque - if (!EBIT_TEST(cc->mask, CC_MAX_AGE)) { - const char *url = entry ? storeUrl(entry) : urlCanonical(orig_request); - httpHdrCcSetMaxAge(cc, getMaxAge(url)); -+#ifndef HS_FEAT_ICAP -+ /* Don;t bother - if the url you want to cache is redirected? */ - if (strLen(request->urlpath)) - assert(strstr(url, strBuf(request->urlpath))); -+#endif - } - /* Set no-cache if determined needed but not found */ - if (orig_request->flags.nocache && !httpHeaderHas(hdr_in, HDR_PRAGMA)) -@@ -1119,6 +1322,7 @@ httpStart(FwdState * fwd) - int fd = fwd->server_fd; - HttpStateData *httpState; - request_t *proxy_req; -+ /* ErrorState *err; */ - request_t *orig_req = fwd->request; - debug(11, 3) ("httpStart: \"%s %s\"\n", - RequestMethodStr[orig_req->method], -@@ -1156,12 +1360,22 @@ httpStart(FwdState * fwd) - httpState->request = requestLink(orig_req); - httpState->orig_request = requestLink(orig_req); - } -+#ifdef HS_FEAT_ICAP -+ if (icapService(ICAP_SERVICE_REQMOD_POSTCACHE, httpState->orig_request)) { -+ httpState->icap_writer = icapRespModStart(ICAP_SERVICE_REQMOD_POSTCACHE, -+ httpState->orig_request, httpState->entry, httpState->flags); -+ if (httpState->icap_writer) { -+ return; -+ } -+ } -+#endif - /* - * register the handler to free HTTP state data when the FD closes - */ - comm_add_close_handler(fd, httpStateFree, httpState); - statCounter.server.all.requests++; - statCounter.server.http.requests++; -+ - httpSendRequest(httpState); - /* - * We used to set the read timeout here, but not any more. -Index: src/icap_common.c -=================================================================== -RCS file: src/icap_common.c -diff -N src/icap_common.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ src/icap_common.c 16 Feb 2006 17:21:45 -0000 1.1.2.40 -@@ -0,0 +1,817 @@ -+/* -+ * $Id$ -+ * -+ * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client -+ * AUTHOR: Geetha Manjunath, Hewlett Packard Company -+ * -+ * SQUID Web Proxy Cache http://www.squid-cache.org/ -+ * ---------------------------------------------------------- -+ * -+ * Squid is the result of efforts by numerous individuals from -+ * the Internet community; see the CONTRIBUTORS file for full -+ * details. Many organizations have provided support for Squid's -+ * development; see the SPONSORS file for full details. Squid is -+ * Copyrighted (C) 2001 by the Regents of the University of -+ * California; see the COPYRIGHT file for full details. Squid -+ * incorporates software developed and/or copyrighted by other -+ * sources; see the CREDITS file for full details. -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. -+ * -+ */ -+ -+/* _GNU_SOURCE is required for strcasestr */ -+#define _GNU_SOURCE 1 -+ -+#include "squid.h" -+#include "util.h" -+ -+extern PF httpStateFree; -+ -+#define EXPECTED_ICAP_HEADER_LEN 256 -+#define ICAP_OPTIONS_REQUEST -+ -+ -+void -+icapInit() -+{ -+#ifdef ICAP_OPTIONS_REQUEST -+ if (Config.icapcfg.onoff) { -+ icapOptInit(); -+ } -+#endif -+} -+ -+void -+icapClose() -+{ -+ icapOptShutdown(); -+} -+ -+/* -+ * search for a HTTP-like header in the buffer. -+ * Note, buf must be 0-terminated -+ * -+ * This function is not very good. It should probably look for -+ * header tokens only at the start of a line, not just anywhere in -+ * the buffer. -+ */ -+int -+icapFindHeader(const char *buf, const char *hdr, const char **Start, -+ const char **End) -+{ -+ const char *start = NULL; -+ const char *end = NULL; -+ start = strcasestr(buf, hdr); -+ if (NULL == start) -+ return 0; -+ end = start + strcspn(start, "\r\n"); -+ if (start == end) -+ return 0; -+ *Start = start; -+ *End = end; -+ return 1; -+} -+ -+/* -+ * parse the contents of the encapsulated header (buffer between enc_start -+ * and enc_end) and put the result into IcapStateData -+ */ -+void -+icapParseEncapsulated(IcapStateData * icap, const char *enc_start, -+ const char *enc_end) -+{ -+ char *current, *end; -+ -+ assert(icap); -+ assert(enc_start); -+ assert(enc_end); -+ -+ current = strchr(enc_start, ':'); -+ current++; -+ while (current < enc_end) { -+ while (isspace(*current)) -+ current++; -+ if (!strncmp(current, "res-hdr=", 8)) { -+ current += 8; -+ icap->enc.res_hdr = strtol(current, &end, 10); -+ } else if (!strncmp(current, "req-hdr=", 8)) { -+ current += 8; -+ icap->enc.req_hdr = strtol(current, &end, 10); -+ } else if (!strncmp(current, "null-body=", 10)) { -+ current += 10; -+ icap->enc.null_body = strtol(current, &end, 10); -+ } else if (!strncmp(current, "res-body=", 9)) { -+ current += 9; -+ icap->enc.res_body = strtol(current, &end, 10); -+ } else if (!strncmp(current, "req-body=", 9)) { -+ current += 9; -+ icap->enc.req_body = strtol(current, &end, 10); -+ } else if (!strncmp(current, "opt-body=", 9)) { -+ current += 9; -+ icap->enc.opt_body = strtol(current, &end, 10); -+ } else { -+ /* invalid header */ -+ debug(81, 5) ("icapParseEncapsulated: error in: %s\n", current); -+ return; -+ } -+ current = end; -+ current = strchr(current, ','); -+ if (current == NULL) -+ break; -+ else -+ current++; /* skip ',' */ -+ } -+ debug(81, -+ 3) ("icapParseEncapsulated: res-hdr=%d, req-hdr=%d, null-body=%d, " -+ "res-body=%d, req-body=%d, opt-body=%d\n", icap->enc.res_hdr, -+ icap->enc.req_hdr, icap->enc.null_body, icap->enc.res_body, -+ icap->enc.req_body, icap->enc.opt_body); -+ -+} -+ -+icap_service * -+icapService(icap_service_t type, request_t * r) -+{ -+ icap_service_list *isl_iter; -+ int is_iter; -+ int nb_unreachable = 0; -+ icap_service *unreachable_one = NULL; -+ -+ debug(81, 8) ("icapService: type=%s\n", icapServiceToStr(type)); -+ if (NULL == r) { -+ debug(81, 8) ("icapService: no request_t\n"); -+ return NULL; -+ } -+ if (NULL == r->class) { -+ debug(81, 8) ("icapService: no class\n"); -+ return NULL; -+ } -+ for (isl_iter = r->class->isl; isl_iter; isl_iter = isl_iter->next) { -+ /* TODO:luc: Do a round-robin, choose a random value ? -+ * For now, we use a simple round robin with checking is the -+ * icap server is available */ -+ is_iter = isl_iter->last_service_used; -+ do { -+ is_iter = (is_iter + 1) % isl_iter->nservices; -+ debug(81, 8) ("icapService: checking service %s/id=%d\n", -+ isl_iter->services[is_iter]->name, is_iter); -+ if (type == isl_iter->services[is_iter]->type) { -+ if (!isl_iter->services[is_iter]->unreachable) { -+ debug(81, 8) ("icapService: found service %s/id=%d\n", -+ isl_iter->services[is_iter]->name, is_iter); -+ isl_iter->last_service_used = is_iter; -+ return isl_iter->services[is_iter]; -+ } -+ debug(81, -+ 8) -+ ("icapService: found service %s/id=%d, but it's unreachable. I don't want to use it\n", -+ isl_iter->services[is_iter]->name, is_iter); -+ unreachable_one = isl_iter->services[is_iter]; -+ nb_unreachable++; -+ /* FIXME:luc: in response mod, if we return an NULL pointer, user can bypass -+ * the filter, is it normal ? */ -+ } -+ } while (is_iter != isl_iter->last_service_used); -+ } -+ debug(81, 8) ("icapService: no service found\n"); -+ isl_iter = r->class->isl; -+ -+ if (nb_unreachable > 0) { -+ debug(81, -+ 8) -+ ("All the services are unreachable, returning an unreachable one\n"); -+ return unreachable_one; -+ } else { -+ return NULL; -+ } -+} -+ -+int -+icapConnect(IcapStateData * icap, CNCB * theCallback) -+{ -+ int rc; -+ icap->icap_fd = pconnPop(icap->current_service->hostname, -+ icap->current_service->port); -+ if (icap->icap_fd >= 0) { -+ debug(81, 3) ("icapConnect: reused pconn FD %d\n", icap->icap_fd); -+ fd_note(icap->icap_fd, icap->current_service->uri); -+ comm_add_close_handler(icap->icap_fd, icapStateFree, icap); -+ theCallback(icap->icap_fd, 0, icap); -+ return 1; -+ } -+ icap->icap_fd = comm_open(SOCK_STREAM, 0, getOutgoingAddr(NULL), 0, -+ COMM_NONBLOCKING, icap->current_service->uri); -+ debug(81, 5) ("icapConnect: new socket, FD %d, local address %s\n", -+ icap->icap_fd, inet_ntoa(getOutgoingAddr(NULL))); -+ if (icap->icap_fd < 0) { -+ icapStateFree(-1, icap); /* XXX test */ -+ return 0; -+ } -+ icap->flags.connect_pending = 1; -+ /* -+ * Configure timeout and close handler before calling -+ * connect because commConnectStart() might get an error -+ * immediately and close the descriptor before it returns. -+ */ -+ commSetTimeout(icap->icap_fd, Config.Timeout.connect, -+ icapConnectTimeout, icap); -+ comm_add_close_handler(icap->icap_fd, icapStateFree, icap); -+ /* -+ * This sucks. commConnectStart() may fail before returning, -+ * so lets lock the data and check its validity afterwards. -+ */ -+ cbdataLock(icap); -+ commConnectStart(icap->icap_fd, -+ icap->current_service->hostname, -+ icap->current_service->port, theCallback, icap); -+ rc = cbdataValid(icap); -+ cbdataUnlock(icap); -+ debug(81, 3) ("icapConnect: returning %d\n", rc); -+ return rc; -+} -+ -+IcapStateData * -+icapAllocate(void) -+{ -+ IcapStateData *icap; -+ -+ if (!Config.icapcfg.onoff) -+ return 0; -+ -+ icap = cbdataAlloc(IcapStateData); -+ icap->icap_fd = -1; -+ icap->enc.res_hdr = -1; -+ icap->enc.res_body = -1; -+ icap->enc.req_hdr = -1; -+ icap->enc.req_body = -1; -+ icap->enc.opt_body = -1; -+ icap->enc.null_body = -1; -+ icap->chunk_size = -1; -+ memBufDefInit(&icap->icap_hdr); -+ -+ debug(81, 3) ("New ICAP state\n"); -+ return icap; -+} -+ -+void -+icapStateFree(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ debug(81, 3) ("icapStateFree: FD %d, icap %p\n", fd, icap); -+ assert(icap); -+ assert(-1 == fd || fd == icap->icap_fd); -+ if (icap->respmod.entry) { -+ /* -+ * If we got some error on this side (like ECONNRESET) -+ * we must signal the other side(s) with a storeAbort() -+ * call. -+ */ -+ if (icap->respmod.entry->store_status != STORE_OK) -+ storeAbort(icap->respmod.entry); -+ storeUnlockObject(icap->respmod.entry); -+ icap->respmod.entry = NULL; -+ } -+ requestUnlink(icap->request); -+ icap->request = NULL; -+ if (!memBufIsNull(&icap->icap_hdr)) -+ memBufClean(&icap->icap_hdr); -+ if (!memBufIsNull(&icap->respmod.buffer)) -+ memBufClean(&icap->respmod.buffer); -+ if (!memBufIsNull(&icap->respmod.req_hdr_copy)) -+ memBufClean(&icap->respmod.req_hdr_copy); -+ if (!memBufIsNull(&icap->respmod.resp_copy)) -+ memBufClean(&icap->respmod.resp_copy); -+ if (!memBufIsNull(&icap->reqmod.hdr_buf)) -+ memBufClean(&icap->reqmod.hdr_buf); -+ if (!memBufIsNull(&icap->reqmod.http_entity.buf)) -+ memBufClean(&icap->reqmod.http_entity.buf); -+ if (!memBufIsNull(&icap->chunk_buf)) -+ memBufClean(&icap->chunk_buf); -+ if (icap->httpState) -+ httpStateFree(-1, icap->httpState); -+ cbdataUnlock(icap->reqmod.client_cookie); -+ cbdataFree(icap); -+} -+ -+void -+icapConnectTimeout(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ debug(81, 3) ("icapConnectTimeout: FD %d, unreachable=1\n", fd); -+ assert(fd == icap->icap_fd); -+ icapOptSetUnreachable(icap->current_service); -+ comm_close(fd); -+} -+ -+void -+icapReadTimeout(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ assert(fd == icap->icap_fd); -+ if (icap->flags.wait_for_preview_reply || icap->flags.http_server_eof) { -+ debug(81, 3) ("icapReadTimeout: FD %d, unreachable=1\n", fd); -+ icapOptSetUnreachable(icap->current_service); -+ } else -+ debug(81, 3) ("icapReadTimeout: FD %d, still reachable\n", fd); -+ comm_close(fd); -+} -+ -+icap_service_t -+icapServiceToType(const char *s) -+{ -+ if (!strcmp(s, "reqmod_precache")) -+ return ICAP_SERVICE_REQMOD_PRECACHE; -+ if (!strcmp(s, "reqmod_postcache")) -+ return ICAP_SERVICE_REQMOD_POSTCACHE; -+ if (!strcmp(s, "respmod_precache")) -+ return ICAP_SERVICE_RESPMOD_PRECACHE; -+ if (!strcmp(s, "respmod_postcache")) -+ return ICAP_SERVICE_RESPMOD_POSTCACHE; -+ return ICAP_SERVICE_MAX; -+} -+ -+const char * -+icapServiceToStr(const icap_service_t type) -+{ -+ if (type >= 0 && type < ICAP_SERVICE_MAX) -+ return icap_service_type_str[type]; -+ else -+ return "error"; -+} -+ -+ -+/* copied from clientAclChecklistCreate */ -+static aclCheck_t * -+icapAclChecklistCreate(const acl_access * acl, const clientHttpRequest * http) -+{ -+ aclCheck_t *ch; -+ ConnStateData *conn = http->conn; -+ ch = aclChecklistCreate(acl, http->request, 0); -+ ch->conn = conn; -+ cbdataLock(ch->conn); -+ return ch; -+} -+ -+/* -+ * check wether we do icap for a request -+ */ -+int -+icapCheckAcl(clientHttpRequest * http) -+{ -+ icap_access *iter; -+ aclCheck_t *icapChecklist; -+ -+ for (iter = Config.icapcfg.access_head; iter; iter = iter->next) { -+ acl_access *A = iter->access; -+ icapChecklist = icapAclChecklistCreate(A, http); -+ if (aclMatchAclList(A->acl_list, icapChecklist)) { -+ debug(81, 5) ("icapCheckAcl: match for class=%s\n", -+ iter->class->name); -+ if (A->allow) { -+ /* allow rule, do icap and use associated class */ -+ http->request->class = iter->class; -+ aclChecklistFree(icapChecklist); -+ return 1; -+ } else { -+ /* deny rule, stop processing */ -+ aclChecklistFree(icapChecklist); -+ return 0; -+ } -+ } -+ aclChecklistFree(icapChecklist); -+ } -+ return 0; -+} -+ -+/* icapLineLength -+ * -+ * returns the amount of data until lineending ( \r\n ) -+ * This function is NOT tolerant of variations of \r\n. -+ */ -+size_t -+icapLineLength(const char *start, int len) -+{ -+ size_t lineLen = 0; -+ char *end = (char *) memchr(start, '\r', len); -+ if (NULL == end) -+ return 0; -+ end++; /* advance to where '\n' should be */ -+ lineLen = end - start + 1; -+ if (lineLen > len) { -+ debug(0, 0) ("icapLineLength: warning lineLen (%d) > len (%d)\n", -+ lineLen, len); -+ return 0; -+ } -+ if (*end != '\n') { -+ debug(0, 0) ("icapLineLength: warning *end (%x) != '\\n'\n", *end); -+ return 0; -+ } -+ debug(81, 7) ("icapLineLength: returning %d\n", lineLen); -+ return lineLen; -+} -+ -+/* -+ * return: -+ * -1 if EOF before getting end of ICAP header -+ * 0 if we don't have the entire ICAP header yet -+ * 1 if we got the whole header -+ */ -+int -+icapReadHeader(int fd, IcapStateData * icap, int *isIcap) -+{ -+ int headlen = 0; -+ int len = 0; -+ int peek_sz = EXPECTED_ICAP_HEADER_LEN; -+ int read_sz = 0; -+ LOCAL_ARRAY(char, tmpbuf, SQUID_TCP_SO_RCVBUF); -+ for (;;) { -+ len = recv(fd, tmpbuf, peek_sz, MSG_PEEK); -+ debug(81, 5) ("recv(FD %d, ..., MSG_PEEK) ret %d\n", fd, len); -+ if (len < 0) { -+ debug(81, 1) ("icapReadHeader: FD %d recv error: %s\n", fd, -+ xstrerror()); -+ return -1; -+ } -+ if (len == 0) { -+ debug(81, 2) ("icapReadHeader: FD %d recv EOF\n", fd); -+ return -1; -+ } -+ headlen = headersEnd(tmpbuf, len); -+ debug(81, 3) ("headlen=%d\n", headlen); -+ /* -+ * break if we now know where the ICAP headers end -+ */ -+ if (headlen) -+ break; -+ /* -+ * break if we know there is no more data to read -+ */ -+ if (len < peek_sz) -+ break; -+ /* -+ * The ICAP header is larger than (or equal to) our read -+ * buffer, so double it and try to peek again. -+ */ -+ peek_sz *= 2; -+ if (peek_sz >= SQUID_TCP_SO_RCVBUF) { -+ debug(81, -+ 1) ("icapReadHeader: Failed to find end of ICAP header\n"); -+ debug(81, 1) ("\twithin first %d bytes of response\n", -+ SQUID_TCP_SO_RCVBUF); -+ debug(81, 1) ("\tpossible persistent connection bug/confusion\n"); -+ return -1; -+ } -+ } -+ /* -+ * Now actually read the data from the kernel -+ */ -+ if (headlen) -+ read_sz = headlen; -+ else -+ read_sz = len; -+ len = FD_READ_METHOD(fd, tmpbuf, read_sz); -+ assert(len == read_sz); -+ fd_bytes(fd, len, FD_READ); -+ memBufAppend(&icap->icap_hdr, tmpbuf, len); -+ if (headlen) { -+ /* End of ICAP header found */ -+ if (icap->icap_hdr.size < 4) -+ *isIcap = 0; -+ else if (0 == strncmp(icap->icap_hdr.buf, "ICAP", 4)) -+ *isIcap = 1; -+ else -+ *isIcap = 0; -+ return 1; -+ } -+ /* -+ * We don't have all the headers yet -+ */ -+ return 0; -+} -+ -+static int -+icapParseConnectionClose(const IcapStateData * icap, const char *s, -+ const char *e) -+{ -+ char *t; -+ char *q; -+ /* -+ * s points to the start of the line "Connection: ... " -+ * e points to *after* the last character on the line -+ */ -+ s += 11; /* skip past Connection: */ -+ while (s < e && isspace(*s)) -+ s++; -+ if (e - s < 5) -+ return 0; -+ /* -+ * create a buffer that we can use strtok on -+ */ -+ t = xmalloc(e - s + 1); -+ strncpy(t, s, e - s); -+ *(t + (e - s)) = '\0'; -+ for (q = strtok(t, ","); q; q = strtok(NULL, ",")) { -+ if (0 == strcasecmp(q, "close")) { -+ xfree(t); -+ return 1; -+ } -+ } -+ xfree(t); -+ return 0; -+} -+ -+/* returns icap status, version and subversion extracted from status line or -1 on parsing failure -+ * The str_status pointr points to the text returned from the icap server. -+ * sline probably is NOT terminated with '\0' -+ */ -+int -+icapParseStatusLine(const char *sline, int slinesize, int *version_major, -+ int *version_minor, const char **str_status) -+{ -+ char *sp, *stmp, *ep = (char *) sline + slinesize; -+ int status; -+ if (slinesize < 14) /*The format of this line is: "ICAP/x.x xxx[ msg....]\r\n" */ -+ return -1; -+ -+ if (strncmp(sline, "ICAP/", 5) != 0) -+ return -1; -+ if (sscanf(sline + 5, "%d.%d", version_major, version_minor) != 2) -+ return -1; -+ -+ if (!(sp = memchr(sline, ' ', slinesize))) -+ return -1; -+ -+ while (sp < ep && xisspace(*++sp)); -+ -+ if (!xisdigit(*sp) || sp >= ep) -+ return -1; -+ -+ if ((status = strtol(sp, &stmp, 10)) <= 0) -+ return -1; -+ sp = stmp; -+ -+ while (sp < ep && xisspace(*++sp)); -+ *str_status = sp; -+ /*Must add a test for "\r\n" end headers .... */ -+ return status; -+} -+ -+ -+void -+icapSetKeepAlive(IcapStateData * icap, const char *hdrs) -+{ -+ const char *start; -+ const char *end; -+ if (0 == icap->flags.keep_alive) -+ return; -+ if (0 == icapFindHeader(hdrs, "Connection:", &start, &end)) { -+ icap->flags.keep_alive = 1; -+ return; -+ } -+ if (icapParseConnectionClose(icap, start, end)) -+ icap->flags.keep_alive = 0; -+ else -+ icap->flags.keep_alive = 1; -+} -+ -+/* -+ * icapParseChunkSize -+ * -+ * Returns the offset where the next chunk starts -+ * return parameter chunk_size; -+ */ -+static int -+icapParseChunkSize(const char *buf, int len, int *chunk_size) -+{ -+ int chunkSize = 0; -+ char c; -+ size_t start; -+ size_t end; -+ size_t nextStart = 0; -+ debug(81, 3) ("icapParseChunkSize: buf=%p, len=%d\n", buf, len); -+ do { -+ start = nextStart; -+ debug(81, 3) ("icapParseChunkSize: start=%d\n", start); -+ if (len <= start) { -+ /* -+ * end of buffer, so far no lines or only empty lines, -+ * wait for more data. read chunk size with next buffer. -+ */ -+ *chunk_size = 0; -+ return 0; -+ } -+ end = start + icapLineLength(buf + start, len - start); -+ nextStart = end; -+ if (end <= start) { -+ /* -+ * no line found, need more code here, now we are in -+ * deep trouble, buffer stops with half a chunk size -+ * line. For now stop here. -+ */ -+ debug(81, 1) ("icapParseChunkSize: WARNING in mid-line, ret 0\n"); -+ *chunk_size = 0; -+ return 0; -+ } -+ while (start < end) { -+ if (NULL == strchr(w_space, buf[start])) -+ break; -+ start++; -+ } -+ while (start < end) { -+ if (NULL == strchr(w_space, buf[end - 1])) -+ break; -+ end--; -+ } -+ /* -+ * if now end <= start we got an empty line. The previous -+ * chunk data should stop with a CRLF. In case that the -+ * other end does not follow the specs and sends no CRLF -+ * or too many empty lines, just continue till we have a -+ * non-empty line. -+ */ -+ } while (end <= start); -+ debug(81, 3) ("icapParseChunkSize: start=%d, end=%d\n", start, end); -+ -+ /* Non-empty line: Parse the chunk size */ -+ while (start < end) { -+ c = buf[start++]; -+ if (c >= 'a' && c <= 'f') { -+ chunkSize = chunkSize * 16 + c - 'a' + 10; -+ } else if (c >= 'A' && c <= 'F') { -+ chunkSize = chunkSize * 16 + c - 'A' + 10; -+ } else if (c >= '0' && c <= '9') { -+ chunkSize = chunkSize * 16 + c - '0'; -+ } else { -+ if (!(c == ';' || c == ' ' || c == '\t')) { -+ /*Syntax error: Chunksize expected. */ -+ *chunk_size = -2; /* we are done */ -+ return nextStart; -+ } -+ /* Next comes a chunk extension */ -+ break; -+ } -+ } -+ /* -+ * if we read a zero chunk, we reached the end. Mark this for -+ * icapPconnTransferDone -+ */ -+ *chunk_size = (chunkSize > 0) ? chunkSize : -2; -+ debug(81, 3) ("icapParseChunkSize: return nextStart=%d\n", nextStart); -+ return nextStart; -+} -+ -+/* -+ * icapParseChunkedBody -+ * -+ * De-chunk an HTTP entity received from the ICAP server. -+ * The 'store' function pointer is storeAppend() or memBufAppend(). -+ */ -+size_t -+icapParseChunkedBody(IcapStateData * icap, STRCB * store, void *store_data) -+{ -+ int bufOffset = 0; -+ size_t bw = 0; -+ MemBuf *cb = &icap->chunk_buf; -+ const char *buf = cb->buf; -+ int len = cb->size; -+ -+ if (icap->chunk_size == -2) { -+ debug(81, 3) ("zero end chunk reached\n"); -+ return 0; -+ } -+ debug(81, 3) ("%s:%d: chunk_size=%d\n", __FILE__, __LINE__, -+ icap->chunk_size); -+ if (icap->chunk_size < 0) { -+ store(store_data, buf, len); -+ cb->size = 0; -+ return (size_t) len; -+ } -+ debug(81, 3) ("%s:%d: bufOffset=%d, len=%d\n", __FILE__, __LINE__, -+ bufOffset, len); -+ while (bufOffset < len) { -+ debug(81, 3) ("%s:%d: bufOffset=%d, len=%d\n", __FILE__, __LINE__, -+ bufOffset, len); -+ if (icap->chunk_size == 0) { -+ int x; -+ x = icapParseChunkSize(buf + bufOffset, -+ len - bufOffset, &icap->chunk_size); -+ if (x < 1) { -+ /* didn't find a valid chunk spec */ -+ break; -+ } -+ bufOffset += x; -+ debug(81, 3) ("got chunksize %d, new offset %d\n", -+ icap->chunk_size, bufOffset); -+ if (icap->chunk_size == -2) { -+ debug(81, 3) ("zero end chunk reached\n"); -+ break; -+ } -+ } -+ debug(81, 3) ("%s:%d: X\n", __FILE__, __LINE__); -+ if (icap->chunk_size > 0) { -+ if (icap->chunk_size >= len - bufOffset) { -+ store(store_data, buf + bufOffset, len - bufOffset); -+ bw += (len - bufOffset); -+ icap->chunk_size -= (len - bufOffset); -+ bufOffset = len; -+ } else { -+ store(store_data, buf + bufOffset, icap->chunk_size); -+ bufOffset += icap->chunk_size; -+ bw += icap->chunk_size; -+ icap->chunk_size = 0; -+ } -+ } -+ } -+ if (0 == bufOffset) { -+ (void) 0; -+ } else if (bufOffset == cb->size) { -+ cb->size = 0; -+ } else { -+ assert(bufOffset <= cb->size); -+ xmemmove(cb->buf, cb->buf + bufOffset, cb->size - bufOffset); -+ cb->size -= bufOffset; -+ } -+ return bw; -+} -+ -+/* -+ * icapAddAuthUserHeader -+ * -+ * Builds and adds the X-Authenticated-User header to an ICAP request headers. -+ */ -+void -+icapAddAuthUserHeader(MemBuf * mb, auth_user_request_t * auth_user_request) -+{ -+ char *user = authenticateUserRequestUsername(auth_user_request); -+ char *authuser; -+ size_t len, userlen, schemelen, userofslen; -+ char *userofs; -+ -+ if (user == NULL) { -+ debug(81, 5) ("icapAddAuthUserHeader: NULL username\n"); -+ return; -+ } -+ userlen = strlen(user); -+ schemelen = strlen(Config.icapcfg.auth_scheme); -+ len = userlen + schemelen + 1; -+ authuser = xcalloc(len, 1); -+ -+ if ((userofs = strstr(Config.icapcfg.auth_scheme, "%u")) == NULL) { -+ /* simply add user at end of string */ -+ snprintf(authuser, len, "%s%s", Config.icapcfg.auth_scheme, user); -+ } else { -+ userofslen = userofs - Config.icapcfg.auth_scheme; -+ xmemcpy(authuser, Config.icapcfg.auth_scheme, userofslen); -+ xmemcpy(authuser + userofslen, user, userlen); -+ xmemcpy(authuser + userofslen + userlen, -+ userofs + 2, schemelen - (userofslen + 2) + 1); -+ } -+ -+ memBufPrintf(mb, "X-Authenticated-User: %s\r\n", base64_encode(authuser)); -+ xfree(authuser); -+} -+ -+/* -+ * icapAddOriginIP -+ * -+ * Builds and adds the X-Server-IP header to an ICAP request headers. -+ */ -+void -+icapAddOriginIP(MemBuf *mb, const char *host) -+{ -+ const ipcache_addrs *addrs; -+ struct in_addr s; -+ -+ if (host == NULL) { -+ debug(81, 5)("icapAddOriginIP: NULL host\n"); -+ return; -+ } -+ -+ addrs = ipcache_gethostbyname(host, IP_LOOKUP_IF_MISS); -+ if (addrs == NULL) { -+ /* -+ * http://www.i-cap.org/spec/draft-stecher-icap-subid-00.txt : -+ * -+ * [...] If the meta information for some header is not available, -+ * the header field MUST be omitted. -+ */ -+ debug(81, 5)("icapAddOriginIP: can't tell IP address\n"); -+ return; -+ } -+ -+ s = addrs->in_addrs[0]; -+ memBufPrintf(mb, "X-Server-IP: %s\r\n", inet_ntoa(s)); -+} -Index: src/icap_opt.c -=================================================================== -RCS file: src/icap_opt.c -diff -N src/icap_opt.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ src/icap_opt.c 16 Feb 2006 17:21:45 -0000 1.1.2.18 -@@ -0,0 +1,523 @@ -+ -+/* -+ * $Id$ -+ * -+ * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client OPTIONS -+ * AUTHOR: Ralf Horstmann -+ * -+ * SQUID Web Proxy Cache http://www.squid-cache.org/ -+ * ---------------------------------------------------------- -+ * -+ * Squid is the result of efforts by numerous individuals from -+ * the Internet community; see the CONTRIBUTORS file for full -+ * details. Many organizations have provided support for Squid's -+ * development; see the SPONSORS file for full details. Squid is -+ * Copyrighted (C) 2001 by the Regents of the University of -+ * California; see the COPYRIGHT file for full details. Squid -+ * incorporates software developed and/or copyrighted by other -+ * sources; see the CREDITS file for full details. -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. -+ * -+ */ -+ -+#include "squid.h" -+ -+/*************************************************************/ -+ -+/* -+ * network related functions for OPTIONS request -+ */ -+static void icapOptStart(void *data); -+static void icapOptTimeout(int fd, void *data); -+static void icapOptConnectDone(int server_fd, int status, void *data); -+static void icapOptWriteComplete(int fd, char *bufnotused, size_t size, int errflag, void *data); -+static void icapOptReadReply(int fd, void *data); -+ -+/* -+ * reply parsing functions -+ */ -+static int icapOptParseReply(icap_service * s, IcapOptData * i); -+static void icapOptParseEntry(icap_service * s, const char *blk_start, const char *blk_end); -+static int icapIsolateLine(const char **parse_start, const char **blk_start, const char **blk_end); -+ -+/* -+ * helper functions -+ */ -+static void icapOptDataInit(IcapOptData * i); -+static void icapOptDataFree(IcapOptData * i); -+ -+/*************************************************************/ -+ -+#define TIMEOUT 10 -+ -+void -+icapOptInit() -+{ -+ icap_service *s; -+ -+ /* iterate over configured services */ -+ s = Config.icapcfg.service_head; -+ while (s) { -+ eventAdd("icapOptStart", icapOptStart, s, 5.0, 1); -+ s = s->next; -+ } -+} -+ -+void -+icapOptShutdown() -+{ -+ icap_service *s; -+ -+ s = Config.icapcfg.service_head; -+ while (s) { -+ if (eventFind(icapOptStart, s)) { -+ eventDelete(icapOptStart, s); -+ } -+ s = s->next; -+ } -+} -+ -+/* -+ * mark a service as unreachable -+ */ -+void -+icapOptSetUnreachable(icap_service * s) -+{ -+ s->unreachable = 1; -+ debug(81, 5) ("icapOptSetUnreachable: got called for %s\n", s->uri); -+ /* -+ * if there is an options request scheduled, delete it and add -+ * it again to reset the time to the default check_interval. -+ */ -+ if (eventFind(icapOptStart, s)) { -+ eventDelete(icapOptStart, s); -+ eventAdd("icapOptStart", icapOptStart, s, Config.icapcfg.check_interval, 1); -+ } -+} -+ -+static void -+icapOptStart(void *data) -+{ -+ icap_service *s = data; -+ int fd; -+ int ctimeout = TIMEOUT; -+ const char *host = s->hostname; -+ unsigned short port = s->port; -+ debug(81, 3) ("icapOptStart: starting OPTIONS request for %s (%s)\n", s->name, s->uri); -+ fd = comm_open(SOCK_STREAM, -+ 0, -+ getOutgoingAddr(NULL), -+ 0, -+ COMM_NONBLOCKING, -+ "ICAP OPTIONS connection"); -+ if (fd < 0) { -+ debug(81, 4) ("icapConnectStart: %s\n", xstrerror()); -+ eventAdd("icapOptStart", icapOptStart, s, Config.icapcfg.check_interval, 1); -+ return; -+ } -+ assert(s->opt == NULL); /* if not null, another options request might be running, which should not happen */ -+ s->opt = memAllocate(MEM_ICAP_OPT_DATA); -+ icapOptDataInit(s->opt); -+ cbdataLock(s); -+ commSetTimeout(fd, ctimeout, icapOptTimeout, s); -+ commConnectStart(fd, host, port, icapOptConnectDone, s); -+} -+ -+static void -+icapOptTimeout(int fd, void *data) -+{ -+ icap_service *s = data; -+ IcapOptData *i = s->opt; -+ int valid; -+ -+ debug(81, 4) ("icapOptConnectTimeout: fd=%d, service=%s\n", fd, s->uri); -+ -+ comm_close(fd); -+ valid = cbdataValid(s); -+ cbdataUnlock(s); -+ if (!valid) { -+ icapOptDataFree(i); -+ s->opt = NULL; -+ return; -+ } -+ /* try again later */ -+ icapOptDataFree(i); -+ s->opt = NULL; -+ s->unreachable = 1; -+ debug(81, 3) ("icapOptConnectTimeout: unreachable=1, service=%s\n", s->uri); -+ eventAdd("icapOptStart", icapOptStart, s, Config.icapcfg.check_interval, 1); -+ -+} -+ -+static void -+icapOptConnectDone(int server_fd, int status, void *data) -+{ -+ icap_service *s = data; -+ IcapOptData *i = s->opt; -+ MemBuf request; -+ int valid; -+ -+ valid = cbdataValid(s); -+ cbdataUnlock(s); -+ if (!valid) { -+ comm_close(server_fd); -+ icapOptDataFree(i); -+ s->opt = NULL; -+ return; -+ } -+ if (status != COMM_OK) { -+ debug(81, 3) ("icapOptConnectDone: unreachable=1, service=%s\n", s->uri); -+ comm_close(server_fd); -+ icapOptDataFree(i); -+ s->opt = NULL; -+ s->unreachable = 1; -+ eventAdd("icapOptStart", icapOptStart, s, Config.icapcfg.check_interval, 1); -+ return; -+ } -+ debug(81, 3) ("icapOptConnectDone: Connection ok. Sending Options request for %s\n", s->name); -+ memBufDefInit(&request); -+ memBufPrintf(&request, "OPTIONS %s ICAP/1.0\r\n", s->uri); -+ memBufPrintf(&request, "Host: %s\r\n", s->hostname); -+ memBufPrintf(&request, "Connection: close\r\n"); -+ memBufPrintf(&request, "User-Agent: ICAP-Client-Squid/1.2\r\n"); -+ memBufPrintf(&request, "\r\n"); -+ cbdataLock(s); -+ commSetTimeout(server_fd, TIMEOUT, icapOptTimeout, s); -+ comm_write_mbuf(server_fd, request, icapOptWriteComplete, s); -+} -+ -+static void -+icapOptWriteComplete(int fd, char *bufnotused, size_t size, int errflag, void *data) -+{ -+ icap_service *s = data; -+ IcapOptData *i = s->opt; -+ int valid; -+ -+ valid = cbdataValid(s); -+ cbdataUnlock(s); -+ if (!valid) { -+ comm_close(fd); -+ icapOptDataFree(i); -+ s->opt = NULL; -+ return; -+ } -+ debug(81, 5) ("icapOptWriteComplete: FD %d: size %d: errflag %d.\n", -+ fd, size, errflag); -+ if (size > 0) { -+ fd_bytes(fd, size, FD_WRITE); -+ kb_incr(&statCounter.icap.all.kbytes_out, size); -+ } -+ if (errflag) { -+ /* cancel this for now */ -+ debug(81, 3) ("icapOptWriteComplete: unreachable=1, service=%s\n", s->uri); -+ icapOptDataFree(i); -+ s->opt = NULL; -+ s->unreachable = 1; -+ eventAdd("icapOptStart", icapOptStart, s, Config.icapcfg.check_interval, 1); -+ comm_close(fd); -+ return; -+ } -+ cbdataLock(s); -+ commSetSelect(fd, COMM_SELECT_READ, icapOptReadReply, s, 0); -+} -+ -+static void -+icapOptReadReply(int fd, void *data) -+{ -+ icap_service *s = data; -+ IcapOptData *i = s->opt; -+ int size; -+ int len = i->size - i->offset - 1; -+ int valid; -+ -+ valid = cbdataValid(s); -+ cbdataUnlock(s); -+ if (!valid) { -+ comm_close(fd); -+ icapOptDataFree(i); -+ s->opt = NULL; -+ return; -+ } -+ if (len == 0) { -+ /* Grow the request memory area to accomodate for a large request */ -+ printf("PANIC: not enough memory\n"); -+#if 0 -+ i->buf = memReallocBuf(i->buf, i->size * 2, &i->size); -+ debug(81, 2) ("icapoptReadReply: growing reply buffer: offset=%ld size=%ld\n", -+ (long) i->offset, (long) i->size); -+ len = i->size - i->offset - 1; -+#endif -+ } -+ size = FD_READ_METHOD(fd, i->buf + i->offset, len); -+ i->offset += size; -+ debug(81, 3) ("icapOptReadReply: Got %d bytes of data\n", size); -+ if (size > 0) { -+ /* do some statistics */ -+ fd_bytes(fd, size, FD_READ); -+ kb_incr(&statCounter.icap.all.kbytes_in, size); -+ -+ /* -+ * some icap servers seem to ignore the "Connection: close" header. so -+ * after getting the complete option reply we close the connection -+ * ourself. -+ */ -+ if ((i->headlen = headersEnd(i->buf, i->offset))) { -+ debug(81, 3) ("icapOptReadReply: EndOfResponse\n"); -+ size = 0; -+ } -+ } -+ if (size < 0) { -+ debug(81, 3) ("icapOptReadReply: FD %d: read failure: %s.\n", fd, xstrerror()); -+ debug(81, 3) ("icapOptReadReply: unreachable=1, service=%s.\n", s->uri); -+ s->unreachable = 1; -+ icapOptDataFree(i); -+ s->opt = NULL; -+ eventAdd("icapOptStart", icapOptStart, s, Config.icapcfg.check_interval, 1); -+ comm_close(fd); -+ } else if (size == 0) { -+ /* no more data, now we can parse the reply */ -+ debug(81, 3) ("icapOptReadReply: FD %d: connection closed\n", fd); -+ i->buf[i->offset] = '\0'; /* for string functions */ -+ debug(81, 3) ("icapOptReadReply: unreachable=0, service=%s\n", s->uri); -+ -+ if (!icapOptParseReply(s, i)) { -+ debug(81, 3) ("icapOptReadReply: OPTIONS request not successful. scheduling again in %d seconds\n", Config.icapcfg.check_interval); -+ s->unreachable = 1; -+ } else -+ s->unreachable = 0; -+ -+ if (s->options_ttl <= 0) -+ s->options_ttl = Config.icapcfg.check_interval; -+ eventAdd("icapOptStart", icapOptStart, s, s->options_ttl, 1); -+ -+ icapOptDataFree(i); -+ s->opt = NULL; -+ comm_close(fd); -+ } else { -+ /* data received */ -+ /* commSetSelect(fd, Type, handler, client_data, timeout) */ -+ cbdataLock(s); -+ commSetSelect(fd, COMM_SELECT_READ, icapOptReadReply, data, 0); -+ } -+} -+ -+static int -+icapIsolateLine(const char **parse_start, const char **blk_start, const char **blk_end) -+{ -+ int slen = strcspn(*parse_start, "\r\n"); -+ -+ if (!(*parse_start)[slen]) /* no crlf */ -+ return 0; -+ -+ if (slen == 0) /* empty line */ -+ return 0; -+ -+ *blk_start = *parse_start; -+ *blk_end = *blk_start + slen; -+ -+ /* set it to the beginning of next line */ -+ *parse_start = *blk_end; -+ while (**parse_start == '\r') /* CR */ -+ (*parse_start)++; -+ if (**parse_start == '\n') /* LF */ -+ (*parse_start)++; -+ return 1; -+} -+ -+/* process a single header entry between blk_start and blk_end */ -+static void -+icapOptParseEntry(icap_service * s, const char *blk_start, const char *blk_end) -+{ -+ const char *name_end = strchr(blk_start, ':'); -+ const int name_len = name_end ? name_end - blk_start : 0; -+ const char *value_start = blk_start + name_len + 1; /* skip ':' */ -+ int value_len; -+ int new; -+ -+ if (!name_len || name_end > blk_end) { -+ debug(81, 5) ("icapOptParseEntry: strange header. skipping\n"); -+ return; -+ } -+ if (name_len > 65536) { -+ debug(81, 5) ("icapOptParseEntry: unusual long header item. skipping.\n"); -+ return; -+ } -+ while (xisspace(*value_start) && value_start < blk_end) { -+ value_start++; -+ } -+ if (value_start >= blk_end) { -+ debug(81, 5) ("icapOptParseEntry: no value found\n"); -+ return; -+ } -+ value_len = blk_end - value_start; -+ -+ -+ /* extract information */ -+ if (!strncasecmp("Allow", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Allow\n"); -+ if (!strncmp("204", value_start, 3)) { -+ s->flags.allow_204 = 1; -+ } else { -+ debug(81, 3) ("icapOptParseEntry: Allow value unknown"); -+ } -+ } else if (!strncasecmp("Connection", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Connection\n"); -+ } else if (!strncasecmp("Encapsulated", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Encapsulated\n"); -+ } else if (!strncasecmp("ISTAG", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found ISTAG\n"); -+ stringClean(&s->istag); -+ stringLimitInit(&s->istag, value_start, value_len); -+ } else if (!strncasecmp("Max-Connections", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Max-Connections\n"); -+ errno = 0; -+ new = strtol(value_start, NULL, 10); -+ if (errno) { -+ debug(81, 5) ("icapOptParseEntry: Max-Connections: could not parse value\n"); -+ } else { -+ debug(81, 5) ("icapOptParseEntry: Max-Connections: new value=%d\n", new); -+ s->max_connections = new; -+ } -+ } else if (!strncasecmp("Methods", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Methods\n"); -+ } else if (!strncasecmp("Options-TTL", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Options-TTL\n"); -+ errno = 0; -+ new = strtol(value_start, NULL, 10); -+ if (errno) { -+ debug(81, 5) ("icapOptParseEntry: Options-TTL: could not parse value\n"); -+ } else { -+ debug(81, 5) ("icapOptParseEntry: Options-TTL: new value=%d\n", new); -+ s->options_ttl = new; -+ } -+ } else if (!strncasecmp("Preview", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Preview\n"); -+ errno = 0; -+ new = strtol(value_start, NULL, 10); -+ if (errno) { -+ debug(81, 5) ("icapOptParseEntry: Preview: could not parse value\n"); -+ } else { -+ debug(81, 5) ("icapOptParseEntry: Preview: new value=%d\n", new); -+ s->preview = new; -+ } -+ } else if (!strncasecmp("Service", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Service\n"); -+ } else if (!strncasecmp("Service-ID", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Service-ID\n"); -+ } else if (!strncasecmp("Transfer-Preview", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Transfer-Preview\n"); -+ stringClean(&s->transfer_preview); -+ stringLimitInit(&s->transfer_preview, value_start, value_len); -+ } else if (!strncasecmp("Transfer-Ignore", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Transfer-Ignore\n"); -+ stringClean(&s->transfer_ignore); -+ stringLimitInit(&s->transfer_ignore, value_start, value_len); -+ } else if (!strncasecmp("Transfer-Complete", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found Transfer-Complete\n"); -+ stringClean(&s->transfer_complete); -+ stringLimitInit(&s->transfer_complete, value_start, value_len); -+ } else if (!strncasecmp("X-Include", blk_start, name_len)) { -+ debug(81, 5) ("icapOptParseEntry: found X-Include\n"); -+ if (strstr(value_start, "X-Client-IP")) { -+ debug(81, 5) ("icapOptParseEntry: X-Include: found X-Client-IP\n"); -+ s->flags.need_x_client_ip = 1; -+ } -+ if (strstr(value_start, "X-Server-IP")) { -+ debug(81, 5) ("icapOptParseEntry: X-Include: found X-Server-IP\n"); -+ s->flags.need_x_server_ip = 1; -+ } -+ if (strstr(value_start, "X-Authenticated-User")) { -+ debug(81, 5) ("icapOptParseEntry: X-Include: found X-Authenticated-User\n"); -+ s->flags.need_x_authenticated_user = 1; -+ } -+ } else { -+ debug(81, 5) ("icapOptParseEntry: unknown options header\n"); -+ } -+} -+ -+/* parse OPTIONS reply */ -+static int -+icapOptParseReply(icap_service * s, IcapOptData * i) -+{ -+ int version_major, version_minor; -+ const char *str_status; -+ int status; -+ const char *buf = i->buf; -+ const char *parse_start; -+ const char *head_end; -+ const char *blk_start; -+ const char *blk_end; -+ -+ if ((status = -+ icapParseStatusLine(i->buf, i->offset, -+ &version_major, &version_minor, &str_status)) < 0) { -+ debug(81, 2) ("icapOptParseReply: bad status line <%s>\n", i->buf); -+ return 0; -+ } -+ debug(81, 3) ("icapOptParseReply: got reply: \n", version_major, version_minor, status, str_status); -+ -+ if (status != 200) { -+ debug(81, 3) ("icapOptParseReply: status = %d != 200\n", status); -+ return 0; -+ } -+ parse_start = buf; -+ if (i->headlen == 0) -+ i->headlen = headersEnd(parse_start, s->opt->offset); -+ -+ if (!i->headlen) { -+ debug(81, 2) ("icapOptParseReply: end of headers could not be found\n"); -+ return 0; -+ } -+ head_end = parse_start + i->headlen - 1; -+ while (*(head_end - 1) == '\r') -+ head_end--; -+ assert(*(head_end - 1) == '\n'); -+ if (*head_end != '\r' && *head_end != '\n') -+ return 0; /* failure */ -+ -+ /* skip status line */ -+ if (!icapIsolateLine(&parse_start, &blk_start, &blk_end)) { -+ debug(81, 3) ("icapOptParseReply: failure in isolating status line\n"); -+ return 0; -+ -+ } -+ /* now we might start real parsing */ -+ while (icapIsolateLine(&parse_start, &blk_start, &blk_end)) { -+ if (blk_end > head_end || blk_start > head_end || blk_start >= blk_end) { -+ debug(81, 3) ("icapOptParseReply: header limit exceeded. finished.\n"); -+ break; -+ } -+ icapOptParseEntry(s, blk_start, blk_end); -+ } -+ return 1; -+} -+ -+static void -+icapOptDataInit(IcapOptData * i) -+{ -+ i->buf = memAllocBuf(HTTP_REPLY_BUF_SZ, &i->size); -+ i->offset = 0; -+ i->headlen = 0; -+} -+ -+static void -+icapOptDataFree(IcapOptData * i) -+{ -+ if (i) { -+ memFreeBuf(i->size, i->buf); -+ memFree(i, MEM_ICAP_OPT_DATA); -+ } -+} -Index: src/icap_reqmod.c -=================================================================== -RCS file: src/icap_reqmod.c -diff -N src/icap_reqmod.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ src/icap_reqmod.c 17 Feb 2006 12:50:52 -0000 1.1.2.60 -@@ -0,0 +1,981 @@ -+ -+/* -+ * $Id$ -+ * -+ * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client -+ * AUTHOR: Geetha Manjunath, Hewlett Packard Company -+ * -+ * SQUID Web Proxy Cache http://www.squid-cache.org/ -+ * ---------------------------------------------------------- -+ * -+ * Squid is the result of efforts by numerous individuals from -+ * the Internet community; see the CONTRIBUTORS file for full -+ * details. Many organizations have provided support for Squid's -+ * development; see the SPONSORS file for full details. Squid is -+ * Copyrighted (C) 2001 by the Regents of the University of -+ * California; see the COPYRIGHT file for full details. Squid -+ * incorporates software developed and/or copyrighted by other -+ * sources; see the CREDITS file for full details. -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. -+ * -+ */ -+ -+#include "squid.h" -+ -+#define ICAP_PROXY_KEEP_ALIVE 0 -+ -+/* -+ * These once-static functions are required to be global for ICAP -+ */ -+ -+PF clientReadRequest; -+PF connStateFree; -+int clientReadDefer(int fd, void *data); -+int clientCheckContentLength(request_t * r); -+void clientProcessRequest(clientHttpRequest *); -+int clientCachable(clientHttpRequest *); -+int clientHierarchical(clientHttpRequest *); -+void clientReadBody(request_t * request, char *buf, size_t size, -+ CBCB * callback, void *cbdata); -+static void icapReqModPassHttpBody(IcapStateData * icap, char *buf, size_t size, -+ CBCB * callback, void *cbdata); -+ -+static PF icapReqModReadHttpHdrs; -+static PF icapReqModReadHttpBody; -+static CWCB icapReqModSendBodyChunk; -+static CBCB icapReqModBodyHandler; -+static BODY_HANDLER icapReqModBodyReader; -+static STRCB icapReqModMemBufAppend; -+ -+#define EXPECTED_ICAP_HEADER_LEN 256 -+static const char *crlf = "\r\n"; -+ -+/* -+ * icapExpectedHttpReqHdrSize -+ * -+ * calculate the size of the HTTP headers that we expect -+ * to read from the ICAP server. -+ */ -+static int -+icapExpectedHttpReqHdrSize(IcapStateData * icap) -+{ -+ if (icap->enc.req_body > -1 && icap->enc.req_hdr > -1) -+ return (icap->enc.req_body - icap->enc.req_hdr); -+ if (icap->enc.null_body > -1) -+ return icap->enc.null_body; -+ fatal("icapExpectedHttpReqHdrSize: unexpected case"); -+ return 0; -+} -+ -+/* -+ * icapReqModCreateClientState -+ * -+ * Creates fake client_side data structures so we can use -+ * that module to read/parse the HTTP request that we read -+ * from the ICAP server. -+ */ -+static clientHttpRequest * -+icapReqModCreateClientState(IcapStateData * icap, request_t * request) -+{ -+ clientHttpRequest *http; -+ if (!cbdataValid(icap->reqmod.client_cookie)) { -+ debug(81, 3) ("Whups, client cookie invalid\n"); -+ icap->reqmod.client_fd = -1; -+ return NULL; -+ } -+ http = cbdataAlloc(clientHttpRequest); -+ /* -+ * use our own urlCanonicalClean here, because urlCanonicalClean -+ * may strip everything after a question-mark. As http->uri -+ * is used when doing a request to a parent proxy, we need the full -+ * url here. -+ */ -+ http->uri = xstrdup(urlCanonical(icap->request)); -+ http->log_uri = xstrndup(http->uri, MAX_URL); -+ http->range_iter.boundary = StringNull; -+ http->request = requestLink(request ? request : icap->request); -+ http->flags.did_icap_reqmod = 1; -+ http->start = icap->reqmod.start; -+#if ICAP_PROXY_KEEP_ALIVE -+ /* -+ * Here it is possible becouse we are using as client_cookie the original http->conn -+ * if we will keep this code we must declare an icap->conn field........ -+ * Will work if pipeline_prefetch is not enabled -+ * We are using a dummy ConnStateData structure, just to free -+ * old clientHttpRequest :-( -+ * OK,all this code is a hack and possibly must not exists in cvs ...... -+ */ -+ -+ http->conn = icap->reqmod.client_cookie; -+ assert(http->conn->chr->next == NULL); -+ { -+ ConnStateData *dummyconn; -+ dummyconn = cbdataAlloc(ConnStateData); -+ dummyconn->fd = icap->reqmod.client_fd; -+ dummyconn->chr = http->conn->chr; -+ dummyconn->chr->conn = dummyconn; -+ comm_add_close_handler(dummyconn->fd, connStateFree, dummyconn); -+ } -+ -+ http->conn->chr = http; -+ -+#else -+ http->conn = cbdataAlloc(ConnStateData); -+ http->conn->fd = icap->reqmod.client_fd; -+ http->conn->in.size = 0; -+ http->conn->in.buf = NULL; -+ http->conn->log_addr = icap->reqmod.log_addr; -+ http->conn->chr = http; -+ comm_add_close_handler(http->conn->fd, connStateFree, http->conn); -+#endif -+ http->icap_reqmod = NULL; -+ return http; -+} -+ -+/* -+ * icapReqModInterpretHttpRequest -+ * -+ * Interpret an HTTP request that we read from the ICAP server. -+ * Create some "fake" clientHttpRequest and ConnStateData structures -+ * so we can pass this new request off to the routines in -+ * client_side.c. -+ */ -+static void -+icapReqModInterpretHttpRequest(IcapStateData * icap, request_t * request) -+{ -+ clientHttpRequest *http = icapReqModCreateClientState(icap, request); -+ if (NULL == http) -+ return; -+ /* -+ * bits from clientReadRequest -+ */ -+ request->content_length = httpHeaderGetSize(&request->header, -+ HDR_CONTENT_LENGTH); -+ if (!urlCheckRequest(request) || -+ httpHeaderHas(&request->header, HDR_TRANSFER_ENCODING)) { -+ ErrorState *err; -+ err = errorCon(ERR_UNSUP_REQ, HTTP_NOT_IMPLEMENTED); -+ err->request = requestLink(request); -+ request->flags.proxy_keepalive = 0; -+ http->entry = -+ clientCreateStoreEntry(http, request->method, null_request_flags); -+ errorAppendEntry(http->entry, err); -+ return; -+ } -+ if (!clientCheckContentLength(request)) { -+ ErrorState *err; -+ err = errorCon(ERR_INVALID_REQ, HTTP_LENGTH_REQUIRED); -+ err->request = requestLink(request); -+ http->entry = -+ clientCreateStoreEntry(http, request->method, null_request_flags); -+ errorAppendEntry(http->entry, err); -+ return; -+ } -+ /* Do we expect a request-body? */ -+ if (request->content_length > 0) { -+ debug(81, 5) ("handing request bodies in ICAP REQMOD\n"); -+ if (request->body_reader_data) -+ cbdataUnlock(request->body_reader_data); -+ request->body_reader = icapReqModBodyReader; -+ request->body_reader_data = icap; /* XXX cbdataLock? */ -+ cbdataLock(icap); /*Yes sure ..... */ -+ memBufDefInit(&icap->reqmod.http_entity.buf); -+ } -+ if (clientCachable(http)) -+ request->flags.cachable = 1; -+ if (clientHierarchical(http)) -+ request->flags.hierarchical = 1; -+ clientProcessRequest(http); -+} -+ -+/* -+ * icapReqModParseHttpError -+ * -+ * Handle an error when parsing the new HTTP request we read -+ * from the ICAP server. -+ */ -+static void -+icapReqModParseHttpError(IcapStateData * icap, const char *reason) -+{ -+ debug(81, 1) ("icapReqModParseHttpError: %s\n", reason); -+} -+ -+/* -+ * icapEntryError -+ * -+ * A wrapper for errorCon() and errorAppendEntry(). -+ */ -+static void -+icapEntryError(IcapStateData * icap, err_type et, http_status hs, int xerrno) -+{ -+ ErrorState *err; -+ clientHttpRequest *http = icapReqModCreateClientState(icap, NULL); -+ if (NULL == http) -+ return; -+ http->entry = clientCreateStoreEntry(http, -+ icap->request->method, null_request_flags); -+ err = errorCon(et, hs); -+ err->xerrno = xerrno; -+ err->request = requestLink(icap->request); -+ errorAppendEntry(http->entry, err); -+} -+ -+/* -+ * icapReqModParseHttpRequest -+ * -+ * Parse the HTTP request that we read from the ICAP server. -+ * Creates and fills in the request_t structure. -+ */ -+static void -+icapReqModParseHttpRequest(IcapStateData * icap) -+{ -+ char *mstr; -+ char *uri; -+ char *inbuf; -+ char *t; -+ char *token; -+ char *headers; -+ method_t method; -+ request_t *request; -+ http_version_t http_ver; -+ int reqlen = icap->reqmod.hdr_buf.size; -+ int hdrlen; -+ -+ /* -+ * Lazy, make a copy of the buf so I can chop it up with strtok() -+ */ -+ inbuf = xcalloc(reqlen + 1, 1); -+ memcpy(inbuf, icap->reqmod.hdr_buf.buf, reqlen); -+ -+ if ((mstr = strtok(inbuf, "\t ")) == NULL) { -+ debug(81, 1) ("icapReqModParseHttpRequest: Can't get request method\n"); -+ icapReqModParseHttpError(icap, "error:invalid-request-method"); -+ xfree(inbuf); -+ return; -+ } -+ method = urlParseMethod(mstr); -+ if (method == METHOD_NONE) { -+ debug(81, 1) ("icapReqModParseHttpRequest: Unsupported method '%s'\n", -+ mstr); -+ icapReqModParseHttpError(icap, "error:unsupported-request-method"); -+ xfree(inbuf); -+ return; -+ } -+ /* look for URL+HTTP/x.x */ -+ if ((uri = strtok(NULL, "\n")) == NULL) { -+ debug(81, 1) ("icapReqModParseHttpRequest: Missing URI\n"); -+ icapReqModParseHttpError(icap, "error:missing-url"); -+ xfree(inbuf); -+ return; -+ } -+ while (xisspace(*uri)) -+ uri++; -+ t = uri + strlen(uri); -+ assert(*t == '\0'); -+ token = NULL; -+ while (t > uri) { -+ t--; -+ if (xisspace(*t) && !strncmp(t + 1, "HTTP/", 5)) { -+ token = t + 1; -+ break; -+ } -+ } -+ while (t > uri && xisspace(*t)) -+ *(t--) = '\0'; -+ debug(81, 5) ("icapReqModParseHttpRequest: URI is '%s'\n", uri); -+ if (token == NULL) { -+ debug(81, 3) ("icapReqModParseHttpRequest: Missing HTTP identifier\n"); -+ icapReqModParseHttpError(icap, "error:missing-http-ident"); -+ xfree(inbuf); -+ return; -+ } -+ if (sscanf(token + 5, "%d.%d", &http_ver.major, &http_ver.minor) != 2) { -+ debug(81, 3) ("icapReqModParseHttpRequest: Invalid HTTP identifier.\n"); -+ icapReqModParseHttpError(icap, "error:invalid-http-ident"); -+ xfree(inbuf); -+ return; -+ } -+ debug(81, 6) ("icapReqModParseHttpRequest: Client HTTP version %d.%d.\n", -+ http_ver.major, http_ver.minor); -+ -+ headers = strtok(NULL, null_string); -+ hdrlen = inbuf + reqlen - headers; -+ -+ if ((request = urlParse(method, uri)) == NULL) { -+ debug(81, 3) ("Invalid URL: %s at %s:%d\n", uri, __FILE__, __LINE__); -+ icapEntryError(icap, ERR_INVALID_URL, HTTP_BAD_REQUEST, 0); -+ xfree(inbuf); -+ return; -+ } -+ /* compile headers */ -+ if (!httpHeaderParse(&request->header, headers, headers + hdrlen)) { -+ debug(81, 3) ("Failed to parse HTTP headers for: %s at %s:%d", -+ uri, __FILE__, __LINE__); -+ icapEntryError(icap, ERR_INVALID_REQ, HTTP_BAD_REQUEST, 0); -+ xfree(inbuf); -+ return; -+ } -+ debug(81, -+ 3) -+ ("icapReqModParseHttpRequest: successfully parsed the HTTP request\n"); -+ request->http_ver = http_ver; -+ request->client_addr = icap->request->client_addr; -+ request->my_addr = icap->request->my_addr; -+ request->my_port = icap->request->my_port; -+ request->class = icap->request->class; -+ if (icap->request->auth_user_request != NULL) { -+ /* Copy authentification info in new request */ -+ request->auth_user_request = icap->request->auth_user_request; -+ authenticateAuthUserRequestLock(request->auth_user_request); -+ } -+#if ICAP_PROXY_KEEP_ALIVE -+ /* -+ * Copy the proxy_keepalive flag from the original request -+ */ -+ request->flags.proxy_keepalive = icap->request->flags.proxy_keepalive; -+ /* -+ * If proxy_keepalive was set for the original request, make -+ * sure that the adapated request also has the necessary headers -+ * for keepalive -+ */ -+ if (request->flags.proxy_keepalive) { -+ if (!httpMsgIsPersistent(http_ver, &request->header)) -+ request->flags.proxy_keepalive = 0; -+ } -+#endif -+ icapReqModInterpretHttpRequest(icap, request); -+ xfree(inbuf); -+} -+ -+/* -+ * icapReqModHandoffRespMod -+ * -+ * Handles the case where a REQMOD request results in an HTTP REPLY -+ * (instead of an ICAP REPLY that contains a new HTTP REQUEST). We -+ * prepare the IcapStateData for passing off to the icap_reqmod -+ * code, where we have functions for reading HTTP replies in ICAP -+ * messages. -+ */ -+static void -+icapReqModHandoffRespMod(IcapStateData * icap) -+{ -+ extern PF icapReadReply; -+ clientHttpRequest *http = icapReqModCreateClientState(icap, NULL); -+ if (NULL == http) -+ return; -+ assert(icap->request); -+ -+ http->entry = clientCreateStoreEntry(http, -+ icap->request->method, icap->request->flags); -+ icap->respmod.entry = http->entry; -+ storeLockObject(icap->respmod.entry); -+ -+ /* icap->http_flags = ? */ -+ memBufDefInit(&icap->respmod.buffer); -+ memBufDefInit(&icap->chunk_buf); -+ assert(icap->current_service); -+ icapReadReply(icap->icap_fd, icap); -+} -+ -+/* -+ * icapReqModKeepAliveOrClose -+ * -+ * Called when we are done reading from the ICAP server. -+ * Either close the connection or keep it open for a future -+ * transaction. -+ */ -+static void -+icapReqModKeepAliveOrClose(IcapStateData * icap) -+{ -+ int fd = icap->icap_fd; -+ debug(81, 3) ("%s:%d FD %d\n", __FILE__, __LINE__, fd); -+ if (fd < 0) -+ return; -+ if (!icap->flags.keep_alive) { -+ debug(81, 3) ("%s:%d keep_alive not set, closing\n", __FILE__, -+ __LINE__); -+ comm_close(fd); -+ return; -+ } -+ if (icap->request->content_length < 0) { -+ /* no message body */ -+ debug(81, 3) ("%s:%d no message body\n", __FILE__, __LINE__); -+ if (1 != icap->reqmod.hdr_state) { -+ /* didn't get to end of HTTP headers */ -+ debug(81, 3) ("%s:%d didnt find end of headers, closing\n", -+ __FILE__, __LINE__); -+ comm_close(fd); -+ return; -+ } -+ } else if (icap->reqmod.http_entity.bytes_read != -+ icap->request->content_length) { -+ debug(81, 3) ("%s:%d bytes_read (%" PRINTF_OFF_T ") != content_length (%" PRINTF_OFF_T ")\n", -+ __FILE__, __LINE__, icap->reqmod.http_entity.bytes_read, -+ icap->request->content_length); -+ /* an error */ -+ comm_close(fd); -+ return; -+ } -+ debug(81, 3) ("%s:%d looks good, keeping alive\n", __FILE__, __LINE__); -+ commSetDefer(fd, NULL, NULL); -+ commSetTimeout(fd, -1, NULL, NULL); -+ commSetSelect(fd, COMM_SELECT_READ, NULL, NULL, 0); -+ comm_remove_close_handler(fd, icapStateFree, icap); -+ pconnPush(fd, icap->current_service->hostname, icap->current_service->port); -+ icap->icap_fd = -1; -+ icapStateFree(-1, icap); -+} -+ -+/* -+ * icapReqModReadHttpHdrs -+ * -+ * Read the HTTP reply from the ICAP server. Uses the values -+ * from the ICAP Encapsulation header to know how many bytes -+ * to read. -+ */ -+static void -+icapReqModReadHttpHdrs(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ LOCAL_ARRAY(char, tmpbuf, SQUID_TCP_SO_RCVBUF); -+ int rl; -+ debug(81, 3) ("icapReqModReadHttpHdrs:\n"); -+ assert(fd == icap->icap_fd); -+ assert(icap->enc.req_hdr == 0); -+ if (0 == icap->reqmod.hdr_state) { -+ int expect = icapExpectedHttpReqHdrSize(icap); -+ int so_far = icap->http_header_bytes_read_so_far; -+ int needed = expect - so_far; -+ debug(81, 3) ("expect=%d\n", expect); -+ debug(81, 3) ("so_far=%d\n", so_far); -+ debug(81, 3) ("needed=%d\n", needed); -+ assert(needed >= 0); -+ if (0 == expect) { -+ fatalf("unexpected condition in %s:%d", __FILE__, __LINE__); -+ } -+ rl = FD_READ_METHOD(fd, tmpbuf, needed); -+ debug(81, 3) ("icapReqModReadHttpHdrs: read %d bytes\n", rl); -+ if (rl < 0) { -+ fatalf("need to handle read error at %s:%d", __FILE__, __LINE__); -+ } -+ fd_bytes(fd, rl, FD_READ); -+ kb_incr(&statCounter.icap.all.kbytes_in, rl); -+ memBufAppend(&icap->reqmod.hdr_buf, tmpbuf, rl); -+ icap->http_header_bytes_read_so_far += rl; -+ if (rl != needed) { -+ /* still more header data to read */ -+ commSetSelect(fd, COMM_SELECT_READ, icapReqModReadHttpHdrs, icap, -+ 0); -+ return; -+ } -+ icap->reqmod.hdr_state = 1; -+ } -+ assert(1 == icap->reqmod.hdr_state); -+ debug(81, 3) ("icapReqModReadHttpHdrs: read the entire request headers\n"); -+ icapReqModParseHttpRequest(icap); -+ if (-1 == icap->reqmod.client_fd) { -+ /* we detected that the original client_side went away */ -+ icapReqModKeepAliveOrClose(icap); -+ } else if (icap->enc.req_body > -1) { -+ icap->chunk_size = 0; -+ memBufDefInit(&icap->chunk_buf); -+ commSetSelect(fd, COMM_SELECT_READ, icapReqModReadHttpBody, icap, 0); -+ } else { -+ icapReqModKeepAliveOrClose(icap); -+ } -+} -+ -+ -+/* -+ * icapReqModReadIcapPart -+ * -+ * Read the ICAP reply header. -+ */ -+static void -+icapReqModReadIcapPart(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ int version_major, version_minor; -+ const char *str_status; -+ int x; -+ const char *start; -+ const char *end; -+ int status; -+ int isIcap = 0; -+ int directResponse = 0; -+ -+ debug(81, 5) ("icapReqModReadIcapPart: FD %d httpState = %p\n", fd, data); -+ statCounter.syscalls.sock.reads++; -+ -+ x = icapReadHeader(fd, icap, &isIcap); -+ if (x < 0) { -+ /* Did not find a proper ICAP response */ -+ debug(81, 3) ("ICAP : Error path!\n"); -+ icapEntryError(icap, ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR, -+ errno); -+ comm_close(fd); -+ return; -+ } -+ if (x == 0) { -+ /* -+ * Waiting for more headers. Schedule new read hander, but -+ * don't reset timeout. -+ */ -+ commSetSelect(fd, COMM_SELECT_READ, icapReqModReadIcapPart, icap, 0); -+ return; -+ } -+ /* -+ * Parse the ICAP header -+ */ -+ assert(icap->icap_hdr.size); -+ debug(81, 3) ("Read icap header : <%s>\n", icap->icap_hdr.buf); -+ if ((status = -+ icapParseStatusLine(icap->icap_hdr.buf, icap->icap_hdr.size, -+ &version_major, &version_minor, &str_status)) < 0) { -+ debug(81, 1) ("BAD ICAP status line <%s>\n", icap->icap_hdr.buf); -+ /* is this correct in case of ICAP protocol error? */ -+ icapEntryError(icap, ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR, -+ errno); -+ comm_close(fd); -+ return; -+ }; -+ if (200 != status && 201 != status) { -+ debug(81, 1) ("Unsupported status '%d' from ICAP server\n", status); -+ icapEntryError(icap, ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR, -+ errno); -+ comm_close(fd); -+ return; -+ } -+ icapSetKeepAlive(icap, icap->icap_hdr.buf); -+ if (icapFindHeader(icap->icap_hdr.buf, "Encapsulated:", &start, &end)) { -+ icapParseEncapsulated(icap, start, end); -+ } else { -+ debug(81, -+ 1) -+ ("WARNING: icapReqModReadIcapPart() did not find 'Encapsulated' header\n"); -+ } -+ if (icap->enc.res_hdr > -1) -+ directResponse = 1; -+ else if (icap->enc.res_body > -1) -+ directResponse = 1; -+ else -+ directResponse = 0; -+ debug(81, 3) ("icapReqModReadIcapPart: directResponse=%d\n", -+ directResponse); -+ -+ /* Check whether it is a direct reply - if so over to http part */ -+ if (directResponse) { -+ debug(81, -+ 3) -+ ("icapReqModReadIcapPart: FD %d, processing HTTP response for REQMOD!\n", -+ fd); -+ /* got the reply, no need to come here again */ -+ icap->flags.wait_for_reply = 0; -+ icap->flags.got_reply = 1; -+ icapReqModHandoffRespMod(icap); -+ return; -+ } -+ memBufDefInit(&icap->reqmod.hdr_buf); -+ commSetSelect(fd, COMM_SELECT_READ, icapReqModReadHttpHdrs, icap, 0); -+ return; -+} -+ -+/* -+ * icapSendReqModDone -+ * -+ * Called after we've sent the ICAP request. Checks for errors -+ * and installs the handler functions for the next step. -+ */ -+static void -+icapSendReqModDone(int fd, char *bufnotused, size_t size, int errflag, -+ void *data) -+{ -+ IcapStateData *icap = data; -+ -+ debug(81, 5) ("icapSendReqModDone: FD %d: size %d: errflag %d.\n", -+ fd, size, errflag); -+ if (size > 0) { -+ fd_bytes(fd, size, FD_WRITE); -+ kb_incr(&statCounter.icap.all.kbytes_out, size); -+ } -+ if (errflag == COMM_ERR_CLOSING) -+ return; -+ if (errflag) { -+ debug(81, 3) ("icapSendReqModDone: unreachable=1, service=%s\n", -+ icap->current_service->uri); -+ icapOptSetUnreachable(icap->current_service); -+ icapEntryError(icap, ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR, -+ errno); -+ comm_close(fd); -+ return; -+ } -+ /* Schedule read reply. */ -+ commSetSelect(fd, COMM_SELECT_READ, icapReqModReadIcapPart, icap, 0); -+ /* -+ * Set the read timeout here because it hasn't been set yet. -+ * We only set the read timeout after the request has been -+ * fully written to the server-side. If we start the timeout -+ * after connection establishment, then we are likely to hit -+ * the timeout for POST/PUT requests that have very large -+ * request bodies. -+ */ -+ commSetTimeout(fd, Config.Timeout.read, icapConnectTimeout, icap); -+} -+ -+ -+/* -+ * icapSendReqMod -+ * -+ * Send the ICAP request, including HTTP request, to the ICAP server -+ * after connection has been established. -+ */ -+static void -+icapSendReqMod(int fd, int status, void *data) -+{ -+ MemBuf mb; -+ MemBuf mb_hdr; -+ Packer p; -+ IcapStateData *icap = data; -+ char *client_addr; -+ int icap_fd = icap->icap_fd; -+ icap_service *service; -+ CWCB *theCallback; -+ -+ debug(81, 5) ("icapSendReqMod FD %d, status %d\n", fd, status); -+ icap->flags.connect_pending = 0; -+ -+ if (COMM_OK != status) { -+ debug(81, 1) ("Could not connect to ICAP server %s:%d: %s\n", -+ icap->current_service->hostname, -+ icap->current_service->port, xstrerror()); -+ debug(81, 3) ("icapSendReqMod: unreachable=1, service=%s\n", -+ icap->current_service->uri); -+ icapOptSetUnreachable(icap->current_service); -+ icapEntryError(icap, ERR_ICAP_FAILURE, HTTP_SERVICE_UNAVAILABLE, errno); -+ comm_close(fd); -+ return; -+ } -+ fd_table[fd].pconn.uses++; -+ fd_table[fd].pconn.type = 2; -+ if (icap->request->content_length > 0) -+ theCallback = icapReqModSendBodyChunk; -+ else -+ theCallback = icapSendReqModDone; -+ -+ memBufDefInit(&mb); -+ memBufDefInit(&mb_hdr); -+ memBufPrintf(&mb_hdr, "%s %s HTTP/%d.%d\r\n", -+ RequestMethodStr[icap->request->method], -+ icap->reqmod.uri, -+ icap->request->http_ver.major, icap->request->http_ver.minor); -+ packerToMemInit(&p, &mb_hdr); -+ httpHeaderPackInto(&icap->request->header, &p); -+ packerClean(&p); -+ memBufAppend(&mb_hdr, crlf, 2); -+ service = icap->current_service; -+ assert(service); -+ client_addr = inet_ntoa(icap->request->client_addr); -+ -+ memBufPrintf(&mb, "REQMOD %s ICAP/1.0\r\n", service->uri); -+ memBufPrintf(&mb, "Encapsulated: req-hdr=0"); -+ /* TODO: Change the offset using 'request' if needed */ -+ if (icap->request->content_length > 0) -+ memBufPrintf(&mb, ", req-body=%d", mb_hdr.size); -+ else -+ memBufPrintf(&mb, ", null-body=%d", mb_hdr.size); -+ memBufAppend(&mb, crlf, 2); -+ -+ if (service->flags.need_x_client_ip && Config.icapcfg.send_client_ip) -+ memBufPrintf(&mb, "X-Client-IP: %s\r\n", client_addr); -+ -+ if (service->flags.need_x_server_ip && Config.icapcfg.send_server_ip) -+ icapAddOriginIP(&mb, icap->request->host); -+ -+ if ((service->flags.need_x_authenticated_user -+ && Config.icapcfg.send_auth_user) -+ && (icap->request->auth_user_request != NULL)) -+ icapAddAuthUserHeader(&mb, icap->request->auth_user_request); -+ if (service->keep_alive) { -+ icap->flags.keep_alive = 1; -+ } else { -+ icap->flags.keep_alive = 0; -+ memBufAppend(&mb, "Connection: close\r\n", 19); -+ } -+ memBufAppend(&mb, crlf, 2); -+ memBufAppend(&mb, mb_hdr.buf, mb_hdr.size); -+ memBufClean(&mb_hdr); -+ -+ debug(81, 5) ("icapSendReqMod: FD %d writing {%s}\n", icap->icap_fd, -+ mb.buf); -+ comm_write_mbuf(icap_fd, mb, theCallback, icap); -+} -+ -+/* -+ * icapReqModStart -+ * -+ * Initiate an ICAP REQMOD transaction. Create and fill in IcapStateData -+ * structure and request a TCP connection to the server. -+ */ -+IcapStateData * -+icapReqModStart(icap_service *service, const char *uri, request_t * request, -+ int fd, struct timeval start, struct in_addr log_addr, void *cookie) -+{ -+ IcapStateData *icap = NULL; -+ -+ debug(81, 3) ("icapReqModStart: type=%d\n", (int) service->type); -+ -+ switch (service->type) { -+ case ICAP_SERVICE_REQMOD_PRECACHE: -+ break; -+ default: -+ fatalf("icapReqModStart: unsupported service type '%s'\n", -+ icap_service_type_str[service->type]); -+ break; -+ } -+ -+ if (service->unreachable) { -+ if (service->bypass) { -+ debug(81, -+ 5) ("icapReqModStart: BYPASS because service unreachable: %s\n", -+ service->uri); -+ return NULL; -+ } else { -+ debug(81, -+ 5) ("icapReqModStart: ERROR because service unreachable: %s\n", -+ service->uri); -+ return (IcapStateData *) - 1; -+ } -+ } -+ icap = icapAllocate(); -+ if (!icap) { -+ debug(81, 3) ("icapReqModStart: icapAllocate() failed\n"); -+ return NULL; -+ } -+ icap->current_service = service; -+ icap->preview_size = service->preview; -+ icap->reqmod.uri = uri; /* XXX should be xstrdup? */ -+ icap->reqmod.start = start; -+ icap->reqmod.log_addr = log_addr; -+ icap->request = requestLink(request); -+ icap->reqmod.hdr_state = 0; -+ icap->reqmod.client_fd = fd; -+ icap->reqmod.client_cookie = cookie; -+ cbdataLock(icap->reqmod.client_cookie); -+ -+ if (!icapConnect(icap, icapSendReqMod)) -+ return NULL; -+ -+ statCounter.icap.all.requests++; -+ debug(81, 3) ("icapReqModStart: returning %p\n", icap); -+ return icap; -+} -+ -+/* -+ * icapReqModSendBodyChunk -+ * -+ * A "comm_write" callback. This is called after comm_write() does -+ * its job to let us know how things went. If there are no errors, -+ * get another chunk of the body from client_side. -+ */ -+static void -+icapReqModSendBodyChunk(int fd, char *bufnotused, size_t size, int errflag, -+ void *data) -+{ -+ IcapStateData *icap = data; -+ debug(81, 3) ("icapReqModSendBodyChunk: FD %d wrote %d errflag %d.\n", -+ fd, (int) size, errflag); -+ if (errflag == COMM_ERR_CLOSING) -+ return; -+ if (errflag) { -+ icapEntryError(icap, ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR, -+ errno); -+ comm_close(fd); -+ return; -+ } -+ clientReadBody(icap->request, -+ memAllocate(MEM_8K_BUF), 8192, icapReqModBodyHandler, icap); -+} -+ -+/* -+ * icapReqModBodyHandler -+ * -+ * Called after Squid gets a chunk of the request entity from the -+ * client side. The body is chunkified and passed to comm_write. -+ * The comm_write callback depends on whether or not this is the -+ * last chunk. -+ */ -+static void -+icapReqModBodyHandler(char *buf, ssize_t size, void *data) -+{ -+ IcapStateData *icap = data; -+ MemBuf mb; -+ CWCB *theCallback = icapReqModSendBodyChunk; -+ if (size < 0) { -+ debug(81, 1) ("icapReqModBodyHandler: %s\n", xstrerror()); -+ memFree8K(buf); -+ return; -+ } -+ memBufDefInit(&mb); -+ debug(81, 3) ("icapReqModBodyHandler: writing chunk size %d\n", size); -+ memBufPrintf(&mb, "%x\r\n", size); -+ if (size) -+ memBufAppend(&mb, buf, size); -+ else -+ theCallback = icapSendReqModDone; -+ memBufAppend(&mb, crlf, 2); -+ memFree8K(buf); -+ comm_write_mbuf(icap->icap_fd, mb, theCallback, icap); -+} -+ -+/* -+ * icapReqModReadHttpBody -+ * -+ * The read handler for the client's HTTP connection when reading -+ * message bodies. Called by comm_select(). -+ */ -+static void -+icapReqModReadHttpBody(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ int len; -+ debug(81, 3) ("icapReqModReadHttpBody: FD %d called\n", fd); -+ len = memBufRead(fd, &icap->chunk_buf); -+ debug(81, 3) ("icapReqModReadHttpBody: read returns %d\n", len); -+ if (len < 0) { -+ debug(81, 3) ("icapReqModReadHttpBody: FD %d %s\n", fd, xstrerror()); -+ if (!ignoreErrno(errno)) -+ icap->flags.reqmod_http_entity_eof = 1; -+ } else if (0 == len) { -+ debug(81, 3) ("icapReqModReadHttpBody: FD %d EOF\n", fd); -+ icap->flags.reqmod_http_entity_eof = 1; -+ } else { -+ fd_bytes(fd, len, FD_READ); -+ kb_incr(&statCounter.icap.all.kbytes_in, len); -+ icap->reqmod.http_entity.bytes_read += -+ icapParseChunkedBody(icap, -+ icapReqModMemBufAppend, &icap->reqmod.http_entity.buf); -+ } -+ if (icap->reqmod.http_entity.bytes_read >= icap->request->content_length) -+ icap->flags.reqmod_http_entity_eof = 1; -+ -+ if (!icap->flags.reqmod_http_entity_eof) -+ commSetSelect(fd, COMM_SELECT_READ, icapReqModReadHttpBody, icap, 0); -+ /* -+ * Notify the other side if it is waiting for data from us -+ */ -+ debug(81, 3) ("%s:%d http_entity.callback=%p\n", __FILE__, __LINE__, -+ icap->reqmod.http_entity.callback); -+ debug(81, 3) ("%s:%d http_entity.buf.size=%d\n", __FILE__, __LINE__, -+ icap->reqmod.http_entity.buf.size); -+ if (icap->reqmod.http_entity.callback && icap->reqmod.http_entity.buf.size) { -+ icapReqModPassHttpBody(icap, -+ icap->reqmod.http_entity.callback_buf, -+ icap->reqmod.http_entity.callback_bufsize, -+ icap->reqmod.http_entity.callback, -+ icap->reqmod.http_entity.callback_data); -+ icap->reqmod.http_entity.callback = NULL; -+ cbdataUnlock(icap->reqmod.http_entity.callback_data); -+ -+ } -+} -+ -+/* -+ * icapReqModPassHttpBody -+ * -+ * Called from http.c after request headers have been sent. -+ * This function feeds the http.c module chunks of the request -+ * body that were stored in the http_entity.buf MemBuf. -+ */ -+static void -+icapReqModPassHttpBody(IcapStateData * icap, char *buf, size_t size, -+ CBCB * callback, void *cbdata) -+{ -+ debug(81, 3) ("icapReqModPassHttpBody: called\n"); -+ if (!buf) { -+ debug(81, 1) ("icapReqModPassHttpBody: FD %d called with %p, %d, %p (request aborted)\n", -+ icap->icap_fd, buf, (int) size, cbdata); -+ comm_close(icap->icap_fd); -+ return; -+ } -+ if (!cbdataValid(cbdata)) { -+ debug(81, -+ 1) -+ ("icapReqModPassHttpBody: FD %d callback data invalid, closing\n", -+ icap->icap_fd); -+ comm_close(icap->icap_fd); /*It is better to be sure that the connection will be closed..... */ -+ /*icapReqModKeepAliveOrClose(icap); */ -+ return; -+ } -+ debug(81, 3) ("icapReqModPassHttpBody: entity buf size = %d\n", -+ icap->reqmod.http_entity.buf.size); -+ if (icap->reqmod.http_entity.buf.size) { -+ int copy_sz = icap->reqmod.http_entity.buf.size; -+ if (copy_sz > size) -+ copy_sz = size; -+ xmemcpy(buf, icap->reqmod.http_entity.buf.buf, copy_sz); -+ /* XXX don't let Alex see this ugliness */ -+ xmemmove(icap->reqmod.http_entity.buf.buf, -+ icap->reqmod.http_entity.buf.buf + copy_sz, -+ icap->reqmod.http_entity.buf.size - copy_sz); -+ icap->reqmod.http_entity.buf.size -= copy_sz; -+ debug(81, 3) ("icapReqModPassHttpBody: giving %d bytes to other side\n", -+ copy_sz); -+ callback(buf, copy_sz, cbdata); -+ debug(81, 3) ("icapReqModPassHttpBody: entity buf size now = %d\n", -+ icap->reqmod.http_entity.buf.size); -+ return; -+ } -+ if (icap->flags.reqmod_http_entity_eof) { -+ debug(81, 3) ("icapReqModPassHttpBody: signalling EOF\n"); -+ callback(buf, 0, cbdata); -+ icapReqModKeepAliveOrClose(icap); -+ return; -+ } -+ /* -+ * We have no data for the other side at this point. Save all -+ * these values and use them when we do have data. -+ */ -+ assert(NULL == icap->reqmod.http_entity.callback); -+ icap->reqmod.http_entity.callback = callback; -+ icap->reqmod.http_entity.callback_data = cbdata; -+ icap->reqmod.http_entity.callback_buf = buf; -+ icap->reqmod.http_entity.callback_bufsize = size; -+ cbdataLock(icap->reqmod.http_entity.callback_data); -+} -+ -+/* -+ * Body reader handler for use with request->body_reader function -+ * Simple a wrapper for icapReqModPassHttpBody function -+ */ -+ -+static void -+icapReqModBodyReader(request_t * request, char *buf, size_t size, -+ CBCB * callback, void *cbdata) -+{ -+ IcapStateData *icap = request->body_reader_data; -+ icapReqModPassHttpBody(icap, buf, size, callback, cbdata); -+} -+ -+/* -+ * icapReqModMemBufAppend -+ * -+ * stupid wrapper to eliminate compiler warnings -+ */ -+static void -+icapReqModMemBufAppend(void *data, const char *buf, ssize_t size) -+{ -+ memBufAppend(data, buf, size); -+} -Index: src/icap_respmod.c -=================================================================== -RCS file: src/icap_respmod.c -diff -N src/icap_respmod.c ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ src/icap_respmod.c 25 May 2006 16:04:55 -0000 1.1.2.65 -@@ -0,0 +1,1055 @@ -+ -+/* -+ * $Id$ -+ * -+ * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client -+ * AUTHOR: Geetha Manjunath, Hewlett Packard Company -+ * -+ * SQUID Web Proxy Cache http://www.squid-cache.org/ -+ * ---------------------------------------------------------- -+ * -+ * Squid is the result of efforts by numerous individuals from -+ * the Internet community; see the CONTRIBUTORS file for full -+ * details. Many organizations have provided support for Squid's -+ * development; see the SPONSORS file for full details. Squid is -+ * Copyrighted (C) 2001 by the Regents of the University of -+ * California; see the COPYRIGHT file for full details. Squid -+ * incorporates software developed and/or copyrighted by other -+ * sources; see the CREDITS file for full details. -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. -+ * -+ */ -+ -+#include "squid.h" -+ -+static CWCB icapSendRespModDone; -+static PF icapRespModGobble; -+extern PF icapReadReply; -+static PF icapRespModReadReply; -+static int icapReadReply2(IcapStateData * icap); -+static void icapReadReply3(IcapStateData * icap); -+ -+#define EXPECTED_ICAP_HEADER_LEN 256 -+const char *crlf = "\r\n"; -+ -+static void -+getICAPRespModString(MemBuf * mb, int o1, int o2, int o3, -+ const char *client_addr, IcapStateData * icap, const icap_service * service) -+{ -+ memBufPrintf(mb, "RESPMOD %s ICAP/1.0\r\nEncapsulated:", service->uri); -+ if (o1 >= 0) -+ memBufPrintf(mb, " req-hdr=%1d", o1); -+ if (o2 >= 0) -+ memBufPrintf(mb, ", res-hdr=%1d", o2); -+ if (o3 >= 0) -+ memBufPrintf(mb, ", res-body=%1d", o3); -+ else -+ memBufPrintf(mb, ", null-body=%1d", -o3); -+ memBufPrintf(mb, crlf); -+ -+ if (service->flags.need_x_client_ip && Config.icapcfg.send_client_ip) { -+ memBufPrintf(mb, "X-Client-IP: %s\r\n", client_addr); -+ } -+ -+ if (service->flags.need_x_server_ip && Config.icapcfg.send_server_ip) -+ icapAddOriginIP(mb, icap->request->host); -+ -+ if ((service->flags.need_x_authenticated_user -+ && Config.icapcfg.send_auth_user) -+ && (icap->request->auth_user_request != NULL)) { -+ icapAddAuthUserHeader(mb, icap->request->auth_user_request); -+ } -+#if NOT_YET_FINISHED -+ if (Config.icapcfg.trailers) { -+ memBufPrintf(mb, "X-TE: trailers\r\n"); -+ } -+#endif -+} -+ -+static int -+buildRespModHeader(MemBuf * mb, IcapStateData * icap, char *buf, -+ ssize_t len, int theEnd) -+{ -+ MemBuf mb_hdr; -+ char *client_addr; -+ int o2 = 0; -+ int o3 = 0; -+ int hlen; -+ int consumed; -+ icap_service *service; -+ HttpReply *r; -+ -+ if (memBufIsNull(&icap->respmod.req_hdr_copy)) -+ memBufDefInit(&icap->respmod.req_hdr_copy); -+ -+ memBufAppend(&icap->respmod.req_hdr_copy, buf, len); -+ -+ if (icap->respmod.req_hdr_copy.size > 4 && strncmp(icap->respmod.req_hdr_copy.buf, "HTTP/", 5)) { -+ debug(81, 3) ("buildRespModHeader: Non-HTTP-compliant header: '%s'\n", buf); -+ /* -+ *Possible we can consider that we did not have http responce headers -+ *(maybe HTTP 0.9 protocol), lets returning -1... -+ */ -+ consumed = -1; -+ o2 = -1; -+ memBufDefInit(&mb_hdr); -+ httpBuildRequestPrefix(icap->request, icap->request, -+ icap->respmod.entry, &mb_hdr, icap->http_flags); -+ o3 = mb_hdr.size; -+ } else { -+ -+ hlen = headersEnd(icap->respmod.req_hdr_copy.buf, -+ icap->respmod.req_hdr_copy.size); -+ debug(81, 3) ("buildRespModHeader: headersEnd = %d(%s)\n", hlen, buf); -+ if (0 == hlen) -+ return 0; -+ -+ /* -+ * calc how many bytes from this 'buf' went towards the -+ * reply header. -+ */ -+ consumed = hlen - (icap->respmod.req_hdr_copy.size - len); -+ debug(81, 3) ("buildRespModHeader: consumed = %d\n", consumed); -+ -+ -+ /* -+ * now, truncate our req_hdr_copy at the header end. -+ * this 'if' statement might be unncessary? -+ */ -+ if (hlen < icap->respmod.req_hdr_copy.size) -+ icap->respmod.req_hdr_copy.size = hlen; -+ -+ /* Copy request header */ -+ memBufDefInit(&mb_hdr); -+ httpBuildRequestPrefix(icap->request, icap->request, -+ icap->respmod.entry, &mb_hdr, icap->http_flags); -+ o2 = mb_hdr.size; -+ -+ /* Copy response header - Append to request header mbuffer */ -+ memBufAppend(&mb_hdr, -+ icap->respmod.req_hdr_copy.buf, icap->respmod.req_hdr_copy.size); -+ o3 = mb_hdr.size; -+ } -+ -+ service = icap->current_service; -+ assert(service); -+ client_addr = inet_ntoa(icap->request->client_addr); -+ -+ r = httpReplyCreate(); -+ httpReplyParse(r, icap->respmod.req_hdr_copy.buf, -+ icap->respmod.req_hdr_copy.size); -+ icap->respmod.res_body_sz = httpReplyBodySize(icap->request->method, r); -+ httpReplyDestroy(r); -+ if (icap->respmod.res_body_sz) -+ getICAPRespModString(mb, 0, o2, o3, client_addr, icap, service); -+ else -+ getICAPRespModString(mb, 0, o2, -o3, client_addr, icap, service); -+ if (Config.icapcfg.preview_enable) -+ if (icap->preview_size >= 0) { -+ memBufPrintf(mb, "Preview: %d\r\n", icap->preview_size); -+ icap->flags.preview_done = 0; -+ } -+ if (service->keep_alive) { -+ icap->flags.keep_alive = 1; -+ memBufAppend(mb, "Connection: keep-alive\r\n", 24); -+ } else { -+ icap->flags.keep_alive = 0; -+ memBufAppend(mb, "Connection: close\r\n", 19); -+ } -+ memBufAppend(mb, crlf, 2); -+ memBufAppend(mb, mb_hdr.buf, mb_hdr.size); -+ memBufClean(&mb_hdr); -+ -+ -+ return consumed; -+} -+ -+ -+void -+icapSendRespMod(IcapStateData * icap, char *buf, int len, int theEnd) -+{ -+ MemBuf mb; -+#if ICAP_PREVIEW -+ int size; -+ const int preview_size = icap->preview_size; -+#endif -+ debug(81, 5) ("icapSendRespMod: FD %d, len %d, theEnd %d\n", -+ icap->icap_fd, len, theEnd); -+ -+ if (icap->flags.no_content) { -+ /* -+ * ICAP server said there are no modifications to make, so -+ * just append this data to the StoreEntry -+ */ -+ if (icap->respmod.resp_copy.size) { -+ /* -+ * first copy the data that we already sent to the ICAP server -+ */ -+ memBufAppend(&icap->chunk_buf, -+ icap->respmod.resp_copy.buf, icap->respmod.resp_copy.size); -+ icap->respmod.resp_copy.size = 0; -+ } -+ debug(81, 5) ("icapSendRepMod: len=%d theEnd=%d write_pending=%d\n", -+ len, theEnd, icap->flags.write_pending); -+ if (len) { -+ /* -+ * also copy any new data from the HTTP side -+ */ -+ memBufAppend(&icap->chunk_buf, buf, len); -+ } -+ (void) icapReadReply2(icap); -+ return; -+ } -+ if (theEnd) { -+ if (icap->respmod.res_body_sz) -+ icap->flags.send_zero_chunk = 1; -+ icap->flags.http_server_eof = 1; -+ } -+ /* -+ * httpReadReply is going to call us with a chunk and then -+ * right away again with an EOF if httpPconnTransferDone() is true. -+ * Since the first write is already dispatched, we'll have to -+ * hack this in somehow. -+ */ -+ if (icap->flags.write_pending) { -+ debug(81, 3) ("icapSendRespMod: oops, write_pending=1\n"); -+ assert(theEnd); -+ assert(len == 0); -+ return; -+ } -+ if (!cbdataValid(icap)) { -+ debug(81, 3) ("icapSendRespMod: failed to establish connection?\n"); -+ return; -+ } -+ memBufDefInit(&mb); -+ -+#if SUPPORT_ICAP_204 || ICAP_PREVIEW -+ /* -+ * make a copy of the response in case ICAP server gives us a 204 -+ */ -+ /* -+ * This piece of code is problematic for 204 responces outside preview. -+ * The icap->respmod.resp_copy continues to filled until we had responce -+ * If the icap server waits to gets all data before sends its responce -+ * then we are puting all downloading object to the main system memory. -+ * My opinion is that 204 responces outside preview must be disabled ..... -+ * /chtsanti -+ */ -+ -+ if (len && icap->flags.copy_response) { -+ if (memBufIsNull(&icap->respmod.resp_copy)) -+ memBufDefInit(&icap->respmod.resp_copy); -+ memBufAppend(&icap->respmod.resp_copy, buf, len); -+ } -+#endif -+ -+ if (icap->sc == 0) { -+ // http connection has been closed without sending us anything -+ if(len == 0 && theEnd == 1) { -+ ErrorState *err; -+ err = errorCon(ERR_INVALID_RESP, HTTP_BAD_GATEWAY); -+ err->request = requestLink(icap->request); -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(icap->icap_fd); -+ return; -+ } -+ -+ /* No data sent yet. Start with headers */ -+ if ((icap->sc = buildRespModHeader(&mb, icap, buf, len, theEnd)) > 0) { -+ buf += icap->sc; -+ len -= icap->sc; -+ } -+ /* -+ * Then we do not have http responce headers. All data (previous and those in buf) -+ * now are exist to icap->respmod.req_hdr_copy. Lets get them back....... -+ */ -+ if (icap->sc < 0) { -+ memBufAppend(&icap->respmod.buffer, -+ icap->respmod.req_hdr_copy.buf, -+ icap->respmod.req_hdr_copy.size); -+ icap->sc = icap->respmod.req_hdr_copy.size; -+ icap->respmod.req_hdr_copy.size = 0; -+ buf = NULL; -+ len = 0; -+ } -+ } -+ if (0 == icap->sc) { -+ /* check again; bail if we're not ready to send ICAP/HTTP hdrs */ -+ debug(81, 5) ("icapSendRespMod: dont have full HTTP response hdrs\n"); -+ memBufClean(&mb); -+ return; -+ } -+#if ICAP_PREVIEW -+ if (preview_size < 0 || !Config.icapcfg.preview_enable) /* preview feature off */ -+ icap->flags.preview_done = 1; -+ -+ if (!icap->flags.preview_done) { -+ /* preview not yet sent */ -+ if (icap->sc > 0 && icap->respmod.buffer.size <= preview_size -+ && len > 0) { -+ /* Try to collect at least preview_size+1 bytes */ -+ /* By collecting one more byte than needed for preview we know best */ -+ /* whether we have to send the ieof chunk extension */ -+ size = icap->respmod.buffer.size + len; -+ if (size > preview_size + 1) -+ size = preview_size + 1; -+ size -= icap->respmod.buffer.size; -+ debug(81, -+ 3) -+ ("icapSendRespMod: FD %d: copy %d more bytes to preview buffer.\n", -+ icap->icap_fd, size); -+ memBufAppend(&icap->respmod.buffer, buf, size); -+ buf = ((char *) buf) + size; -+ len -= size; -+ } -+ if (icap->respmod.buffer.size > preview_size || theEnd) { -+ /* we got enough bytes for preview or this is the last call */ -+ /* add preview preview now */ -+ if (icap->respmod.buffer.size > 0) { -+ size = icap->respmod.buffer.size; -+ if (size > preview_size) -+ size = preview_size; -+ memBufPrintf(&mb, "%x\r\n", size); -+ memBufAppend(&mb, icap->respmod.buffer.buf, size); -+ memBufAppend(&mb, crlf, 2); -+ icap->sc += size; -+ } -+ if (icap->respmod.buffer.size <= preview_size) { -+ /* content length is less than preview size+1 */ -+ if (icap->respmod.res_body_sz) -+ memBufAppend(&mb, "0; ieof\r\n\r\n", 11); -+ memBufReset(&icap->respmod.buffer); /* will now be used for other data */ -+ } else { -+ char ch; -+ memBufAppend(&mb, "0\r\n\r\n", 5); -+ /* end of preview, wait for continue or 204 signal */ -+ /* copy the extra byte and all other data to the icap buffer */ -+ /* so that it can be handled next time */ -+ ch = icap->respmod.buffer.buf[preview_size]; -+ memBufReset(&icap->respmod.buffer); /* will now be used for other data */ -+ memBufAppend(&icap->respmod.buffer, &ch, 1); -+ debug(81, -+ 3) -+ ("icapSendRespMod: FD %d: sending preview and keeping %d bytes in internal buf.\n", -+ icap->icap_fd, len + 1); -+ if (len > 0) -+ memBufAppend(&icap->respmod.buffer, buf, len); -+ } -+ icap->flags.preview_done = 1; -+ icap->flags.wait_for_preview_reply = 1; -+ } -+ } else if (icap->flags.wait_for_preview_reply) { -+ /* received new data while waiting for preview response */ -+ /* add data to internal buffer and send later */ -+ debug(81, -+ 3) -+ ("icapSendRespMod: FD %d: add %d more bytes to internal buf while waiting for preview-response.\n", -+ icap->icap_fd, len); -+ if (len > 0) -+ memBufAppend(&icap->respmod.buffer, buf, len); -+ /* do not send any data now while waiting for preview response */ -+ /* but prepare for read more data on the HTTP connection */ -+ memBufClean(&mb); -+ return; -+ } else -+#endif -+ { -+ /* after preview completed and ICAP preview response received */ -+ /* there may still be some data in the buffer */ -+ if (icap->respmod.buffer.size > 0) { -+ memBufPrintf(&mb, "%x\r\n", icap->respmod.buffer.size); -+ memBufAppend(&mb, icap->respmod.buffer.buf, -+ icap->respmod.buffer.size); -+ memBufAppend(&mb, crlf, 2); -+ icap->sc += icap->respmod.buffer.size; -+ memBufReset(&icap->respmod.buffer); -+ } -+ if (len > 0) { -+ memBufPrintf(&mb, "%x\r\n", len); -+ memBufAppend(&mb, buf, len); -+ memBufAppend(&mb, crlf, 2); -+ icap->sc += len; -+ } -+ if (icap->flags.send_zero_chunk) { -+ /* send zero end chunk */ -+ icap->flags.send_zero_chunk = 0; -+ icap->flags.http_server_eof = 1; -+ memBufAppend(&mb, "0\r\n\r\n", 5); -+ } -+ /* wait for data coming from ICAP server as soon as we sent something */ -+ /* but of course only until we got the response header */ -+ if (!icap->flags.got_reply) -+ icap->flags.wait_for_reply = 1; -+ } -+ commSetTimeout(icap->icap_fd, -1, NULL, NULL); -+ -+ if (!mb.size) { -+ memBufClean(&mb); -+ return; -+ } -+ debug(81, 5) ("icapSendRespMod: FD %d writing {%s}\n", icap->icap_fd, -+ mb.buf); -+ icap->flags.write_pending = 1; -+ comm_write_mbuf(icap->icap_fd, mb, icapSendRespModDone, icap); -+} -+ -+static void -+icapRespModReadReply(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ int version_major, version_minor; -+ const char *str_status; -+ int x; -+ int status = 0; -+ int isIcap = 0; -+ int directResponse = 0; -+ ErrorState *err; -+ const char *start; -+ const char *end; -+ -+ debug(81, 5) ("icapRespModReadReply: FD %d data = %p\n", fd, data); -+ statCounter.syscalls.sock.reads++; -+ -+ x = icapReadHeader(fd, icap, &isIcap); -+ if (x < 0) { -+ /* Did not find a proper ICAP response */ -+ debug(81, 3) ("ICAP : Error path!\n"); -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->request = requestLink(icap->request); -+ err->xerrno = errno; -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(fd); -+ return; -+ } -+ if (x == 0) { -+ /* -+ * Waiting for more headers. Schedule new read hander, but -+ * don't reset timeout. -+ */ -+ commSetSelect(fd, COMM_SELECT_READ, icapRespModReadReply, icap, 0); -+ return; -+ } -+ /* -+ * Parse the ICAP header -+ */ -+ assert(icap->icap_hdr.size); -+ debug(81, 3) ("Parse icap header : <%s>\n", icap->icap_hdr.buf); -+ if ((status = -+ icapParseStatusLine(icap->icap_hdr.buf, icap->icap_hdr.size, -+ &version_major, &version_minor, &str_status)) < 0) { -+ debug(81, 1) ("BAD ICAP status line <%s>\n", icap->icap_hdr.buf); -+ /* is this correct in case of ICAP protocol error? */ -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->request = requestLink(icap->request); -+ err->xerrno = errno; -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(fd); -+ return; -+ }; -+ /* OK here we have responce. Lets stop filling the -+ * icap->respmod.resp_copy buffer .... -+ */ -+ icap->flags.copy_response = 0; -+ -+ icapSetKeepAlive(icap, icap->icap_hdr.buf); -+#if ICAP_PREVIEW -+ if (icap->flags.wait_for_preview_reply) { -+ if (100 == status) { -+ debug(81, 5) ("icapRespModReadReply: 100 Continue received\n"); -+ icap->flags.wait_for_preview_reply = 0; -+ /* if http_server_eof -+ * call again icapSendRespMod to handle data that -+ * was received while waiting for this ICAP response -+ * else let http to call icapSendRespMod when new data arrived -+ */ -+ if (icap->flags.http_server_eof) -+ icapSendRespMod(icap, NULL, 0, 0); -+ /* -+ * reset the header to send the rest of the preview -+ */ -+ if (!memBufIsNull(&icap->icap_hdr)) -+ memBufReset(&icap->icap_hdr); -+ -+ /*We do n't need it any more ....... */ -+ if (!memBufIsNull(&icap->respmod.resp_copy)) -+ memBufClean(&icap->respmod.resp_copy); -+ -+ return; -+ } -+ if (204 == status) { -+ debug(81, -+ 5) ("icapRespModReadReply: 204 No modification received\n"); -+ icap->flags.wait_for_preview_reply = 0; -+ } -+ } -+#endif /*ICAP_PREVIEW */ -+ -+#if SUPPORT_ICAP_204 || ICAP_PREVIEW -+ if (204 == status) { -+ debug(81, 3) ("got 204 status from ICAP server\n"); -+ debug(81, 3) ("setting icap->flags.no_content\n"); -+ icap->flags.no_content = 1; -+ /* -+ * copy the response already written to the ICAP server -+ */ -+ debug(81, 3) ("copying %d bytes from resp_copy to chunk_buf\n", -+ icap->respmod.resp_copy.size); -+ memBufAppend(&icap->chunk_buf, -+ icap->respmod.resp_copy.buf, icap->respmod.resp_copy.size); -+ icap->respmod.resp_copy.size = 0; -+ if (icapReadReply2(icap) < 0) -+ comm_close(fd); -+ /* -+ * XXX ideally want to clean icap->respmod.resp_copy here -+ * XXX ideally want to "close" ICAP server connection here -+ * OK do it.... -+ */ -+ if (!memBufIsNull(&icap->respmod.resp_copy)) -+ memBufClean(&icap->respmod.resp_copy); -+ return; -+ } -+#endif -+ if (200 != status && 201 != status) { -+ debug(81, 1) ("Unsupported status '%d' from ICAP server\n", status); -+ /* Did not find a proper ICAP response */ -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->request = requestLink(icap->request); -+ err->xerrno = errno; -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(fd); -+ return; -+ } -+ if (icapFindHeader(icap->icap_hdr.buf, "Encapsulated:", &start, &end)) { -+ icapParseEncapsulated(icap, start, end); -+ } else { -+ debug(81, -+ 1) -+ ("WARNING: icapRespModReadReply() did not find 'Encapsulated' header\n"); -+ } -+ if (icap->enc.res_hdr > -1) -+ directResponse = 1; -+ else if (icap->enc.res_body > -1) -+ directResponse = 1; -+ else -+ directResponse = 0; -+ -+ /* -+ * "directResponse" is the normal case here. If we don't have -+ * a response header or body, it is an error. -+ */ -+ if (!directResponse) { -+ /* Did not find a proper ICAP response */ -+ debug(81, 3) ("ICAP : Error path!\n"); -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->request = requestLink(icap->request); -+ err->xerrno = errno; -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(fd); -+ return; -+ } -+ /* got the reply, no need to come here again */ -+ icap->flags.wait_for_reply = 0; -+ icap->flags.got_reply = 1; -+ /* Next, gobble any data before the HTTP response starts */ -+ if (icap->enc.res_hdr > -1) -+ icap->bytes_to_gobble = icap->enc.res_hdr; -+ commSetSelect(fd, COMM_SELECT_READ, icapRespModGobble, icap, 0); -+} -+ -+ -+/* -+ * Gobble up (read) some bytes until we get to the start of the body -+ */ -+static void -+icapRespModGobble(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ int len; -+ LOCAL_ARRAY(char, junk, SQUID_TCP_SO_RCVBUF); -+ debug(81, 3) ("icapRespModGobble: FD %d gobbling %d bytes\n", fd, -+ icap->bytes_to_gobble); -+ len = FD_READ_METHOD(fd, junk, icap->bytes_to_gobble); -+ debug(81, 3) ("icapRespModGobble: gobbled %d bytes\n", len); -+ if (len < 0) { -+ /* XXX error */ -+ abort(); -+ } -+ icap->bytes_to_gobble -= len; -+ if (icap->bytes_to_gobble) -+ commSetSelect(fd, COMM_SELECT_READ, icapRespModGobble, icap, 0); -+ else -+ icapReadReply(fd, icap); -+} -+ -+ -+static void -+icapSendRespModDone(int fd, char *bufnotused, size_t size, int errflag, -+ void *data) -+{ -+ IcapStateData *icap = data; -+ ErrorState *err; -+ -+ icap->flags.write_pending = 0; -+ debug(81, 5) ("icapSendRespModDone: FD %d: size %d: errflag %d.\n", -+ fd, size, errflag); -+ if (size > 0) { -+ fd_bytes(fd, size, FD_WRITE); -+ kb_incr(&statCounter.icap.all.kbytes_out, size); -+ } -+ if (errflag == COMM_ERR_CLOSING) -+ return; -+ if (errflag) { -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->xerrno = errno; -+ if (cbdataValid(icap)) -+ err->request = requestLink(icap->request); -+ storeEntryReset(icap->respmod.entry); -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(fd); -+ return; -+ } -+ if (EBIT_TEST(icap->respmod.entry->flags, ENTRY_ABORTED)) { -+ debug(81, 3) ("icapSendRespModDone: Entry Aborded\n"); -+ comm_close(fd); -+ return; -+ } -+ if (icap->flags.send_zero_chunk) { -+ debug(81, -+ 3) ("icapSendRespModDone: I'm supposed to send zero chunk now\n"); -+ icap->flags.send_zero_chunk = 0; -+ icapSendRespMod(icap, NULL, 0, 1); -+ return; -+ } -+ if (icap->flags.wait_for_preview_reply || icap->flags.wait_for_reply) { -+ /* Schedule reading the ICAP response */ -+ debug(81, -+ 3) -+ ("icapSendRespModDone: FD %d: commSetSelect on read icapRespModReadReply.\n", -+ fd); -+ commSetSelect(fd, COMM_SELECT_READ, icapRespModReadReply, icap, 0); -+#if 1 -+ commSetTimeout(fd, Config.Timeout.read, icapReadTimeout, icap); -+ commSetDefer(fd, fwdCheckDeferRead, icap->respmod.entry); -+#else -+ if (icap->flags.wait_for_preview_reply || icap->flags.http_server_eof) { -+ /* -+ * Set the read timeout only after all data has been sent -+ * or we are waiting for a preview response -+ * If the ICAP server does not return any data till all data -+ * has been sent, we are likely to hit the timeout for large -+ * HTTP bodies -+ */ -+ commSetTimeout(fd, Config.Timeout.read, icapReadTimeout, icap); -+ } -+#endif -+ } -+} -+ -+void -+icapConnectOver(int fd, int status, void *data) -+{ -+ ErrorState *err; -+ IcapStateData *icap = data; -+ debug(81, 3) ("icapConnectOver: FD %d, status=%d\n", fd, status); -+ icap->flags.connect_pending = 0; -+ if (status < 0) { -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->xerrno = errno; -+ err->request = requestLink(icap->request); -+ errorAppendEntry(icap->respmod.entry, err); -+ comm_close(fd); -+ debug(81, 3) ("icapConnectOver: status < 0, unreachable=1\n"); -+ icapOptSetUnreachable(icap->current_service); -+ return; -+ } -+ fd_table[fd].pconn.uses++; -+ fd_table[fd].pconn.type = 2; -+ commSetSelect(fd, COMM_SELECT_READ, icapRespModReadReply, icap, 0); -+} -+ -+ -+ -+IcapStateData * -+icapRespModStart(icap_service_t type, request_t * request, StoreEntry * entry, -+ http_state_flags http_flags) -+{ -+ IcapStateData *icap = NULL; -+ CNCB *theCallback = NULL; -+ icap_service *service = NULL; -+ -+ debug(81, 3) ("icapRespModStart: type=%d\n", (int) type); -+ assert(type >= 0 && type < ICAP_SERVICE_MAX); -+ -+ service = icapService(type, request); -+ if (!service) { -+ debug(81, 3) ("icapRespModStart: no service found\n"); -+ return NULL; /* no service found */ -+ } -+ if (service->unreachable) { -+ if (service->bypass) { -+ debug(81, -+ 5) -+ ("icapRespModStart: BYPASS because service unreachable: %s\n", -+ service->uri); -+ return NULL; -+ } else { -+ debug(81, -+ 5) -+ ("icapRespModStart: ERROR because service unreachable: %s\n", -+ service->uri); -+ return (IcapStateData *) - 1; -+ } -+ } -+ switch (type) { -+ /* TODO: When we support more than ICAP_SERVICE_RESPMOD_PRECACHE, we needs to change -+ * this switch, because callbacks isn't keep */ -+ case ICAP_SERVICE_RESPMOD_PRECACHE: -+ theCallback = icapConnectOver; -+ break; -+ default: -+ fatalf("icapRespModStart: unsupported service type '%s'\n", -+ icap_service_type_str[type]); -+ break; -+ } -+ -+ icap = icapAllocate(); -+ if (!icap) { -+ debug(81, 3) ("icapRespModStart: icapAllocate() failed\n"); -+ return NULL; -+ } -+ icap->request = requestLink(request); -+ icap->respmod.entry = entry; -+ if (entry) -+ storeLockObject(entry); -+ icap->http_flags = http_flags; -+ memBufDefInit(&icap->respmod.buffer); -+ memBufDefInit(&icap->chunk_buf); -+ -+ icap->current_service = service; -+ icap->preview_size = service->preview; -+ -+ /* -+ * Don't create socket to the icap server now, but only for the first -+ * packet receive from the http server. This will resolve all timeout -+ * between the web server and icap server. -+ */ -+ debug(81, 3) ("icapRespModStart: setting connect_requested to 0\n"); -+ icap->flags.connect_requested = 0; -+ -+ /* -+ * make a copy the HTTP response that we send to the ICAP server in -+ * case it turns out to be a 204 -+ */ -+#ifdef SUPPORT_ICAP_204 -+ icap->flags.copy_response = 1; -+#elif ICAP_PREVIEW -+ if (preview_size < 0 || !Config.icapcfg.preview_enable) -+ icap->flags.copy_response = 0; -+ else -+ icap->flags.copy_response = 1; -+#else -+ icap->flags.copy_response = 0; -+#endif -+ -+ statCounter.icap.all.requests++; -+ debug(81, 3) ("icapRespModStart: returning %p\n", icap); -+ return icap; -+} -+ -+static int -+icapHttpReplyHdrState(IcapStateData * icap) -+{ -+ assert(icap); -+ if (NULL == icap->httpState) -+ return 0; -+ return icap->httpState->reply_hdr_state; -+} -+ -+static void -+icapProcessHttpReplyHeader(IcapStateData * icap, const char *buf, int size) -+{ -+ if (NULL == icap->httpState) { -+ icap->httpState = cbdataAlloc(HttpStateData); -+ icap->httpState->request = requestLink(icap->request); -+ icap->httpState->orig_request = requestLink(icap->request); -+ icap->httpState->entry = icap->respmod.entry; -+ storeLockObject(icap->httpState->entry); /* lock it */ -+ } -+ httpProcessReplyHeader(icap->httpState, buf, size); -+ if (2 == icap->httpState->reply_hdr_state) -+ EBIT_CLR(icap->httpState->entry->flags, ENTRY_FWD_HDR_WAIT); -+} -+ -+/* -+ * icapRespModKeepAliveOrClose -+ * -+ * Called when we are done reading from the ICAP server. -+ * Either close the connection or keep it open for a future -+ * transaction. -+ */ -+static void -+icapRespModKeepAliveOrClose(IcapStateData * icap) -+{ -+ int fd = icap->icap_fd; -+ if (fd < 0) -+ return; -+ if (!icap->flags.keep_alive) { -+ debug(81, 3) ("%s:%d keep_alive not set, closing\n", __FILE__, -+ __LINE__); -+ comm_close(fd); -+ return; -+ } -+ debug(81, 3) ("%s:%d FD %d looks good, keeping alive\n", __FILE__, __LINE__, -+ fd); -+ commSetDefer(fd, NULL, NULL); -+ commSetTimeout(fd, -1, NULL, NULL); -+ commSetSelect(fd, COMM_SELECT_READ, NULL, NULL, 0); -+ comm_remove_close_handler(fd, icapStateFree, icap); -+ pconnPush(fd, icap->current_service->hostname, icap->current_service->port); -+ icap->icap_fd = -1; -+ icapStateFree(-1, icap); -+} -+ -+ -+ -+/* -+ * copied from httpPconnTransferDone -+ * -+ */ -+static int -+icapPconnTransferDone(int fd, IcapStateData * icap) -+{ -+ debug(81, 3) ("icapPconnTransferDone: FD %d\n", fd); -+ /* -+ * Be careful with 204 responses. Normally we are done when we -+ * see the zero-end chunk, but that won't happen for 204s, so we -+ * use an EOF indicator on the HTTP side instead. -+ */ -+ if (icap->flags.no_content && icap->flags.http_server_eof) { -+ debug(81, 5) ("icapPconnTransferDone: no content, ret 1\n"); -+ return 1; -+ } -+ if (icapHttpReplyHdrState(icap) != 2) { -+ debug(81, -+ 5) ("icapPconnTransferDone: didn't see end of HTTP hdrs, ret 0\n"); -+ return 0; -+ } -+ if (icap->enc.null_body > -1) { -+ debug(81, 5) ("icapPconnTransferDone: no message body, ret 1\n"); -+ return 1; -+ } -+ if (icap->chunk_size == -2) { //AI: was != -2 ; and change content with bottom -+ /* zero end chunk reached */ -+ debug(81, 5) ("icapPconnTransferDone: got zero end chunk\n"); -+ return 1; -+ } -+ debug(81, 5) ("icapPconnTransferDone: didnt get zero end chunk yet\n"); //AI: change with second top condition -+ -+ return 0; -+} -+ -+static int -+icapExpectedHttpReplyHdrSize(IcapStateData * icap) -+{ -+ if (icap->enc.res_body > -1 && icap->enc.res_hdr > -1) -+ return (icap->enc.res_body - icap->enc.res_hdr); -+ if (icap->enc.null_body > -1 && icap->enc.res_hdr > -1) -+ return icap->enc.null_body - icap->enc.res_hdr; -+ /*The case we did not get res_hdr ..... */ -+ if (icap->enc.res_body > -1) -+ return icap->enc.res_body; -+ if (icap->enc.null_body > -1) -+ return icap->enc.null_body; -+ return -1; -+} -+ -+/* -+ * copied from httpReadReply() -+ * -+ * by the time this is called, the ICAP headers have already -+ * been read. -+ */ -+void -+icapReadReply(int fd, void *data) -+{ -+ IcapStateData *icap = data; -+ StoreEntry *entry = icap->respmod.entry; -+ const request_t *request = icap->request; -+ int len; -+ debug(81, 5) ("icapReadReply: FD %d: icap %p.\n", fd, data); -+ if (icap->flags.no_content && !icap->flags.http_server_eof) { //AI -+ -+ return; -+ } -+ if (EBIT_TEST(entry->flags, ENTRY_ABORTED)) { -+ comm_close(fd); -+ return; -+ } -+ errno = 0; -+ statCounter.syscalls.sock.reads++; -+ len = memBufRead(fd, &icap->chunk_buf); -+ debug(81, 5) ("icapReadReply: FD %d: len %d.\n", fd, len); -+ if (len > 0) { -+ fd_bytes(fd, len, FD_READ); -+ kb_incr(&statCounter.icap.all.kbytes_in, len); -+ commSetTimeout(fd, Config.Timeout.read, icapReadTimeout, icap); -+ if (icap->chunk_buf.size < icap->chunk_buf.capacity) { -+ *(icap->chunk_buf.buf + icap->chunk_buf.size) = '\0'; -+ debug(81, 9) ("{%s}\n", icap->chunk_buf.buf); -+ } -+ } -+ if (len <= 0) { -+ debug(81, 2) ("icapReadReply: FD %d: read failure: %s.\n", -+ fd, xstrerror()); -+ if (ignoreErrno(errno)) { -+ debug(81, 2) ("icapReadReply: FD %d: ignored errno\n", fd); -+ commSetSelect(fd, COMM_SELECT_READ, icapReadReply, icap, 0); -+ } else if (entry->mem_obj->inmem_hi == 0) { -+ ErrorState *err; -+ debug(81, 2) ("icapReadReply: FD %d: generating error page\n", fd); -+ err = errorCon(ERR_ICAP_FAILURE, HTTP_INTERNAL_SERVER_ERROR); -+ err->request = requestLink((request_t *) request); -+ err->xerrno = errno; -+ errorAppendEntry(entry, err); -+ comm_close(fd); -+ } else { -+ debug(81, 2) ("icapReadReply: FD %d: just calling comm_close()\n", -+ fd); -+ comm_close(fd); -+ } -+ return; -+ } -+ if (icapReadReply2(icap) < 0) -+ comm_close(fd); -+} -+ -+static int -+icapReadReply2(IcapStateData * icap) -+{ -+ StoreEntry *entry = icap->respmod.entry; -+ const request_t *request = icap->request; -+ debug(81, 3) ("icapReadReply2\n"); -+ if (icap->chunk_buf.size == 0 && entry->mem_obj->inmem_hi == 0) { -+ ErrorState *err; -+ err = errorCon(ERR_ZERO_SIZE_OBJECT, HTTP_SERVICE_UNAVAILABLE); -+ err->xerrno = errno; -+ err->request = requestLink((request_t *) request); -+ errorAppendEntry(entry, err); -+ icap->flags.http_server_eof = 1; -+ return -1; -+ } -+ if (icap->chunk_buf.size == 0) { -+ /* Retrieval done. */ -+ if (icapHttpReplyHdrState(icap) < 2) -+ icapProcessHttpReplyHeader(icap, icap->chunk_buf.buf, -+ icap->chunk_buf.size); -+ icap->flags.http_server_eof = 1; -+ icapReadReply3(icap); -+ return 0; -+ } -+ if (icapHttpReplyHdrState(icap) == 0) { -+ int expect = icapExpectedHttpReplyHdrSize(icap); -+ int so_far = icap->http_header_bytes_read_so_far; -+ int needed = expect - so_far; -+ debug(81, 3) ("expect=%d\n", expect); -+ debug(81, 3) ("so_far=%d\n", so_far); -+ debug(81, 3) ("needed=%d\n", needed); -+ assert(needed < 0 || needed >= 0); -+ if (0 > expect) { -+ icapProcessHttpReplyHeader(icap, -+ icap->chunk_buf.buf, icap->chunk_buf.size); -+ } else if (0 == expect) { -+ /* -+ * this icap reply doesn't give us new HTTP headers -+ * so we must copy them from our copy -+ */ -+ debug(81, 1) ("WARNING: untested code at %s:%d\n", __FILE__, -+ __LINE__); -+ if (icap->respmod.req_hdr_copy.size) { /*For HTTP 0.9 we do not have headers */ -+ storeAppend(entry, -+ icap->respmod.req_hdr_copy.buf, -+ icap->respmod.req_hdr_copy.size); -+ } -+ icapProcessHttpReplyHeader(icap, icap->chunk_buf.buf, -+ icap->chunk_buf.size); -+ assert(icapHttpReplyHdrState(icap) == 2); -+ icap->chunk_size = 0; /*we are ready to read chunks of data now.... */ -+ } else if (needed) { -+ icapProcessHttpReplyHeader(icap, -+ icap->chunk_buf.buf, icap->chunk_buf.size); -+ if (icap->chunk_buf.size >= needed) { -+ storeAppend(entry, icap->chunk_buf.buf, needed); -+ so_far += needed; -+ xmemmove(icap->chunk_buf.buf, -+ icap->chunk_buf.buf + needed, -+ icap->chunk_buf.size - needed); -+ icap->chunk_buf.size -= needed; -+ assert(icapHttpReplyHdrState(icap) == 2); -+ icap->chunk_size = 0; -+ } else { -+ /* -+ * We don't have the full HTTP reply headers yet, so keep -+ * the partial reply buffered in 'chunk_buf' and wait -+ * for more. -+ */ -+ debug(81, 3) ("We don't have full Http headers.Schedule a new read\n"); -+ commSetSelect(icap->icap_fd, COMM_SELECT_READ, icapReadReply, icap, 0); -+ } -+ } -+ icap->http_header_bytes_read_so_far = so_far; -+ } -+ debug(81, 3) ("%s:%d: icap->chunk_buf.size=%d\n", __FILE__, __LINE__, -+ (int) icap->chunk_buf.size); -+ debug(81, 3) ("%s:%d: flags.no_content=%d\n", __FILE__, __LINE__, -+ icap->flags.no_content); -+ if (icap->flags.no_content) { -+ /* data from http.c is not chunked */ -+ if (!EBIT_TEST(entry->flags, ENTRY_ABORTED)) { -+ debug(81, 3) ("copying %d bytes from chunk_buf to entry\n", -+ icap->chunk_buf.size); -+ storeAppend(entry, icap->chunk_buf.buf, icap->chunk_buf.size); -+ icap->chunk_buf.size = 0; -+ } -+ } else if (2 == icapHttpReplyHdrState(icap)) { -+ if (icap->chunk_buf.size) -+ icapParseChunkedBody(icap, (STRCB *) storeAppend, entry); -+ } -+ icapReadReply3(icap); -+ return 0; -+} -+ -+static void -+icapReadReply3(IcapStateData * icap) -+{ -+ StoreEntry *entry = icap->respmod.entry; -+ int fd = icap->icap_fd; -+ debug(81, 3) ("icapReadReply3\n"); -+ if (EBIT_TEST(entry->flags, ENTRY_ABORTED)) { -+ debug(81, 3) ("icapReadReply3: Entry Aborded\n"); -+ comm_close(fd); -+ } else if (icapPconnTransferDone(fd, icap)) { -+ storeComplete(entry); -+ icapRespModKeepAliveOrClose(icap); -+ } else if (!icap->flags.no_content) { -+ /* Wait for EOF condition */ -+ commSetSelect(fd, COMM_SELECT_READ, icapReadReply, icap, 0); -+ debug(81, -+ 3) -+ ("icapReadReply3: Going to read mode data throught icapReadReply\n"); -+ } else { -+ debug(81, 3) ("icapReadReply3: Nothing\n"); -+ } -+} -Index: src/main.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/main.c,v -retrieving revision 1.28.6.25 -retrieving revision 1.28.6.8.2.11 -diff -p -u -b -r1.28.6.25 -r1.28.6.8.2.11 ---- src/main.c 28 Jun 2005 02:16:51 -0000 1.28.6.25 -+++ src/main.c 12 Sep 2005 18:34:41 -0000 1.28.6.8.2.11 -@@ -350,6 +350,9 @@ mainReconfigure(void) - #else - idnsShutdown(); - #endif -+#ifdef HS_FEAT_ICAP -+ icapClose(); -+#endif - redirectShutdown(); - authenticateShutdown(); - externalAclShutdown(); -@@ -378,6 +381,9 @@ mainReconfigure(void) - idnsInit(); - #endif - redirectInit(); -+#ifdef HS_FEAT_ICAP -+ icapInit(); -+#endif - authenticateInit(&Config.authConfig); - externalAclInit(); - #if USE_WCCP -@@ -507,6 +513,9 @@ mainInitialize(void) - idnsInit(); - #endif - redirectInit(); -+#ifdef HS_FEAT_ICAP -+ icapInit(); -+#endif - authenticateInit(&Config.authConfig); - externalAclInit(); - useragentOpenLog(); -Index: src/mem.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/mem.c,v -retrieving revision 1.13 -retrieving revision 1.13.28.2 -diff -p -u -b -r1.13 -r1.13.28.2 ---- src/mem.c 7 Sep 2001 23:55:49 -0000 1.13 -+++ src/mem.c 27 Jun 2003 01:15:18 -0000 1.13.28.2 -@@ -243,6 +243,13 @@ memInit(void) - memDataInit(MEM_CLIENT_REQ_BUF, "clientRequestBuffer", CLIENT_REQ_BUF_SZ, 0); - memDataInit(MEM_SWAP_LOG_DATA, "storeSwapLogData", sizeof(storeSwapLogData), 0); - -+#ifdef HS_FEAT_ICAP -+ memDataInit(MEM_ICAP_OPT_DATA, "IcapOptData", sizeof(IcapOptData), 0); -+ memDataInit(MEM_ICAP_SERVICE_LIST, "icap_service_list", sizeof(icap_service_list), 0); -+ memDataInit(MEM_ICAP_CLASS, "icap_class", sizeof(icap_class), 0); -+ memDataInit(MEM_ICAP_ACCESS, "icap_access", sizeof(icap_access), 0); -+#endif -+ - /* init string pools */ - for (i = 0; i < mem_str_pool_count; i++) { - StrPools[i].pool = memPoolCreate(StrPoolsAttrs[i].name, StrPoolsAttrs[i].obj_size); -Index: src/mk-string-arrays.pl -=================================================================== -RCS file: /cvsroot/squid/squid/src/mk-string-arrays.pl,v -retrieving revision 1.2 -retrieving revision 1.2.140.1 -diff -p -u -b -r1.2 -r1.2.140.1 ---- src/mk-string-arrays.pl 23 Oct 2000 15:04:21 -0000 1.2 -+++ src/mk-string-arrays.pl 4 Apr 2003 16:55:44 -0000 1.2.140.1 -@@ -16,6 +16,7 @@ $pat{'err_type'} = "err_type_str"; - $pat{'icp_opcode'} = "icp_opcode_str"; - $pat{'swap_log_op'} = "swap_log_op_str"; - $pat{'lookup_t'} = "lookup_t_str"; -+$pat{'icap_service_t'} = "icap_service_type_str"; - - $state = 0; # start state - while (<>) { -Index: src/pconn.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/pconn.c,v -retrieving revision 1.6.38.2 -retrieving revision 1.6.60.2 -diff -p -u -b -r1.6.38.2 -r1.6.60.2 ---- src/pconn.c 16 Dec 2003 03:13:59 -0000 1.6.38.2 -+++ src/pconn.c 23 Nov 2005 20:33:07 -0000 1.6.60.2 -@@ -46,6 +46,9 @@ struct _pconn { - #define PCONN_HIST_SZ (1<<16) - int client_pconn_hist[PCONN_HIST_SZ]; - int server_pconn_hist[PCONN_HIST_SZ]; -+#ifdef HS_FEAT_ICAP -+int icap_server_pconn_hist[PCONN_HIST_SZ]; -+#endif - - static PF pconnRead; - static PF pconnTimeout; -@@ -159,6 +162,20 @@ pconnHistDump(StoreEntry * e) - continue; - storeAppendPrintf(e, "\t%4d %9d\n", i, server_pconn_hist[i]); - } -+#ifdef HS_FEAT_ICAP -+ storeAppendPrintf(e, -+ "\n" -+ "ICAP-server persistent connection counts:\n" -+ "\n" -+ "\treq/\n" -+ "\tconn count\n" -+ "\t---- ---------\n"); -+ for (i = 0; i < PCONN_HIST_SZ; i++) { -+ if (icap_server_pconn_hist[i] == 0) -+ continue; -+ storeAppendPrintf(e, "\t%4d %9d\n", i, icap_server_pconn_hist[i]); -+ } -+#endif - } - - /* ========== PUBLIC FUNCTIONS ============================================ */ -@@ -173,6 +190,9 @@ pconnInit(void) - for (i = 0; i < PCONN_HIST_SZ; i++) { - client_pconn_hist[i] = 0; - server_pconn_hist[i] = 0; -+#ifdef HS_FEAT_ICAP -+ icap_server_pconn_hist[i] = 0; -+#endif - } - pconn_data_pool = memPoolCreate("pconn_data", sizeof(struct _pconn)); - pconn_fds_pool = memPoolCreate("pconn_fds", PCONN_FDS_SZ * sizeof(int)); -@@ -248,11 +268,15 @@ pconnHistCount(int what, int i) - { - if (i >= PCONN_HIST_SZ) - i = PCONN_HIST_SZ - 1; -- /* what == 0 for client, 1 for server */ -+ /* what == 0 for client, 1 for server, 2 for ICAP server */ - if (what == 0) - client_pconn_hist[i]++; - else if (what == 1) - server_pconn_hist[i]++; -+#ifdef HS_FEAT_ICAP -+ else if (what == 2) -+ icap_server_pconn_hist[i]++; -+#endif - else - assert(0); - } -Index: src/protos.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/protos.h,v -retrieving revision 1.41.6.34 -retrieving revision 1.41.6.13.2.39 -diff -p -u -b -r1.41.6.34 -r1.41.6.13.2.39 ---- src/protos.h 26 Feb 2006 03:13:57 -0000 1.41.6.34 -+++ src/protos.h 16 May 2006 17:56:59 -0000 1.41.6.13.2.39 -@@ -292,6 +292,8 @@ extern void whoisStart(FwdState *); - /* http.c */ - extern int httpCachable(method_t); - extern void httpStart(FwdState *); -+extern void httpParseReplyHeaders(const char *, http_reply *); -+extern void httpProcessReplyHeader(HttpStateData *, const char *, int); - extern int httpBuildRequestPrefix(request_t * request, - request_t * orig_request, - StoreEntry * entry, -@@ -614,6 +616,7 @@ extern void memBufVPrintf(MemBuf * mb, c - extern FREE *memBufFreeFunc(MemBuf * mb); - /* puts report on MemBuf _module_ usage into mb */ - extern void memBufReport(MemBuf * mb); -+extern int memBufRead(int fd, MemBuf * mb); - - extern char *mime_get_header(const char *mime, const char *header); - extern char *mime_get_header_field(const char *mime, const char *name, const char *prefix); -@@ -1341,4 +1344,53 @@ extern void externalAclShutdown(void); - extern int externalAclRequiresAuth(void *acl_data); - extern char *strtokFile(void); - -+#ifdef HS_FEAT_ICAP -+/* -+ * icap_common.c -+ */ -+void icapInit(void); -+void icapClose(void); -+void icapParseEncapsulated(IcapStateData *, const char *, const char *); -+icap_service *icapService(icap_service_t, request_t *); -+int icapConnect(IcapStateData *, CNCB *); -+IcapStateData *icapAllocate(void); -+PF icapStateFree; -+PF icapConnectTimeout; -+PF icapReadTimeout; -+icap_service_t icapServiceToType(const char *); -+const char *icapServiceToStr(const icap_service_t); -+int icapCheckAcl(clientHttpRequest *); -+size_t icapLineLength(const char *, int); -+int icapReadHeader(int, IcapStateData *, int *); -+int icapFindHeader(const char *, const char *, const char **, const char **); -+int icapParseKeepAlive(const IcapStateData *, const char *, const char *); -+void icapSetKeepAlive(IcapStateData * icap, const char *hdrs); -+size_t icapParseChunkedBody(IcapStateData *, STRCB *, void *); -+void icapAddAuthUserHeader(MemBuf *, auth_user_request_t *); -+int icapParseStatusLine(const char *, int, int *, int *, const char **); -+ -+/* -+ * icap_respmod.c -+ */ -+IcapStateData *icapRespModStart(icap_service_t, request_t *, StoreEntry *, http_state_flags); -+void icapSendRespMod(IcapStateData *, char *, int, int); -+CNCB icapConnectOver; -+ -+/* -+ * icap_reqmod.c -+ */ -+IcapStateData *icapReqModStart(icap_service*, const char *, request_t *, int, struct timeval, struct in_addr, void *); -+ -+/* icap_opt.c */ -+void icapOptInit(void); -+void icapOptShutdown(void); -+void icapOptSetUnreachable(icap_service * s); -+ -+/* X-Server-IP support */ -+void icapAddOriginIP(MemBuf *, const char *); -+ -+/* for debugging purposes only */ -+void dump_icap_config(IcapConfig * cfg); -+#endif -+ - #endif /* SQUID_PROTOS_H */ -Index: src/squid.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/squid.h,v -retrieving revision 1.13.6.9 -retrieving revision 1.13.6.6.2.12 -diff -p -u -b -r1.13.6.9 -r1.13.6.6.2.12 ---- src/squid.h 11 Mar 2006 03:16:31 -0000 1.13.6.9 -+++ src/squid.h 16 May 2006 17:56:59 -0000 1.13.6.6.2.12 -@@ -38,6 +38,14 @@ - #include "config.h" - - /* -+ * experimental defines for ICAP -+ */ -+#ifdef HS_FEAT_ICAP -+#define ICAP_PREVIEW 1 -+#define SUPPORT_ICAP_204 0 -+#endif -+ -+/* - * On some systems, FD_SETSIZE is set to something lower than the - * actual number of files which can be opened. IRIX is one case, - * NetBSD is another. So here we increase FD_SETSIZE to our -Index: src/stat.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/stat.c,v -retrieving revision 1.13.6.14 -retrieving revision 1.13.6.7.2.7 -diff -p -u -b -r1.13.6.14 -r1.13.6.7.2.7 ---- src/stat.c 30 Mar 2005 02:17:46 -0000 1.13.6.14 -+++ src/stat.c 23 Nov 2005 20:33:07 -0000 1.13.6.7.2.7 -@@ -775,6 +775,17 @@ statAvgDump(StoreEntry * sentry, int min - storeAppendPrintf(sentry, "server.other.kbytes_out = %f/sec\n", - XAVG(server.other.kbytes_out.kb)); - -+#ifdef HS_FEAT_ICAP -+ storeAppendPrintf(sentry, "icap.all.requests = %f/sec\n", -+ XAVG(icap.all.requests)); -+ storeAppendPrintf(sentry, "icap.all.errors = %f/sec\n", -+ XAVG(icap.all.errors)); -+ storeAppendPrintf(sentry, "icap.all.kbytes_in = %f/sec\n", -+ XAVG(icap.all.kbytes_in.kb)); -+ storeAppendPrintf(sentry, "icap.all.kbytes_out = %f/sec\n", -+ XAVG(icap.all.kbytes_out.kb)); -+#endif -+ - storeAppendPrintf(sentry, "icp.pkts_sent = %f/sec\n", - XAVG(icp.pkts_sent)); - storeAppendPrintf(sentry, "icp.pkts_recv = %f/sec\n", -@@ -1160,6 +1171,17 @@ statCountersDump(StoreEntry * sentry) - storeAppendPrintf(sentry, "server.other.kbytes_out = %d\n", - (int) f->server.other.kbytes_out.kb); - -+#if HS_FEAT_ICAP -+ storeAppendPrintf(sentry, "icap.all.requests = %d\n", -+ (int) f->icap.all.requests); -+ storeAppendPrintf(sentry, "icap.all.errors = %d\n", -+ (int) f->icap.all.errors); -+ storeAppendPrintf(sentry, "icap.all.kbytes_in = %d\n", -+ (int) f->icap.all.kbytes_in.kb); -+ storeAppendPrintf(sentry, "icap.all.kbytes_out = %d\n", -+ (int) f->icap.all.kbytes_out.kb); -+#endif -+ - storeAppendPrintf(sentry, "icp.pkts_sent = %d\n", - f->icp.pkts_sent); - storeAppendPrintf(sentry, "icp.pkts_recv = %d\n", -@@ -1459,8 +1481,6 @@ statClientRequests(StoreEntry * s) - storeAppendPrintf(s, "\tme: %s:%d\n", - inet_ntoa(conn->me.sin_addr), - ntohs(conn->me.sin_port)); -- storeAppendPrintf(s, "\tnrequests: %d\n", -- conn->nrequests); - storeAppendPrintf(s, "\tdefer: n %d, until %ld\n", - conn->defer.n, (long int) conn->defer.until); - } -Index: src/store.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/store.c,v -retrieving revision 1.16.6.9 -retrieving revision 1.16.6.2.2.8 -diff -p -u -b -r1.16.6.9 -r1.16.6.2.2.8 ---- src/store.c 2 Sep 2005 02:13:43 -0000 1.16.6.9 -+++ src/store.c 12 Sep 2005 18:34:41 -0000 1.16.6.2.2.8 -@@ -520,7 +520,16 @@ storeAppend(StoreEntry * e, const char * - MemObject *mem = e->mem_obj; - assert(mem != NULL); - assert(len >= 0); -- assert(e->store_status == STORE_PENDING); -+ debug(20, 3) ("storeAppend: '%s'\n", storeKeyText(e->hash.key)); -+ if (e->store_status != STORE_PENDING) { -+ /* -+ * if we're not STORE_PENDING, then probably we got aborted -+ * and there should be NO clients on this entry -+ */ -+ assert(EBIT_TEST(e->flags, ENTRY_ABORTED)); -+ assert(e->mem_obj->nclients == 0); -+ return; -+ } - if (len) { - debug(20, 5) ("storeAppend: appending %d bytes for '%s'\n", - len, -Index: src/structs.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/structs.h,v -retrieving revision 1.48.2.46 -retrieving revision 1.48.2.9.2.50 -diff -p -u -b -r1.48.2.46 -r1.48.2.9.2.50 ---- src/structs.h 11 Mar 2006 03:16:31 -0000 1.48.2.46 -+++ src/structs.h 16 May 2006 17:56:59 -0000 1.48.2.9.2.50 -@@ -384,6 +384,23 @@ struct _RemovalPolicySettings { - wordlist *args; - }; - -+#if HS_FEAT_ICAP -+struct _IcapConfig { -+ int onoff; -+ int preview_enable; -+ icap_service *service_head; -+ icap_class *class_head; -+ icap_access *access_head; -+ int preview_size; -+ int check_interval; -+ int send_client_ip; -+ int send_server_ip; -+ int send_auth_user; -+ char *auth_scheme; -+}; -+ -+#endif /* HS_FEAT_ICAP */ -+ - struct _SquidConfig { - struct { - squid_off_t maxSize; -@@ -715,6 +732,9 @@ struct _SquidConfig { - char *store_dir_select_algorithm; - int sleep_after_fork; /* microseconds */ - external_acl *externalAclHelperList; -+#ifdef HS_FEAT_ICAP -+ IcapConfig icapcfg; -+#endif - }; - - struct _SquidConfig2 { -@@ -788,7 +808,10 @@ struct _fde { - } flags; - squid_off_t bytes_read; - squid_off_t bytes_written; -- int uses; /* ie # req's over persistent conn */ -+ struct { -+ int uses; -+ int type; -+ } pconn; - struct _fde_disk { - DWCB *wrt_handle; - void *wrt_handle_data; -@@ -983,6 +1006,131 @@ struct _http_state_flags { - unsigned int request_sent:1; - }; - -+#ifdef HS_FEAT_ICAP -+struct _IcapStateData { -+ request_t *request; -+ http_state_flags http_flags; -+ HttpStateData *httpState; /* needed to parse HTTP headers only */ -+ int icap_fd; -+ int sc; -+ icap_service *current_service; -+ MemBuf icap_hdr; -+ struct { -+ int res_hdr; -+ int res_body; -+ int req_hdr; -+ int req_body; -+ int opt_body; -+ int null_body; -+ } enc; -+ int bytes_to_gobble; -+ int chunk_size; -+ MemBuf chunk_buf; -+ int preview_size; -+ squid_off_t fake_content_length; -+ int http_header_bytes_read_so_far; -+ struct { -+ const char *uri; /* URI for REQMODs */ -+ int client_fd; -+ struct timeval start; /* for logging */ -+ struct in_addr log_addr; /* for logging */ -+ int hdr_state; -+ MemBuf hdr_buf; -+ void *client_cookie; -+ struct { -+ MemBuf buf; -+ CBCB *callback; -+ void *callback_data; -+ char *callback_buf; -+ size_t callback_bufsize; -+ squid_off_t bytes_read; -+ } http_entity; -+ } reqmod; -+ struct { -+ StoreEntry *entry; -+ MemBuf buffer; -+ MemBuf req_hdr_copy; /* XXX barf */ -+ MemBuf resp_copy; /* XXX barf^max */ -+ squid_off_t res_body_sz; -+ } respmod; -+ struct { -+ unsigned int connect_requested:1; -+ unsigned int connect_pending:1; -+ unsigned int write_pending:1; -+ unsigned int keep_alive:1; -+ unsigned int http_server_eof:1; -+ unsigned int send_zero_chunk:1; -+ unsigned int got_reply:1; -+ unsigned int wait_for_reply:1; -+ unsigned int wait_for_preview_reply:1; -+ unsigned int preview_done:1; -+ unsigned int copy_response:1; -+ unsigned int no_content:1; -+ unsigned int reqmod_http_entity_eof:1; -+ } flags; -+}; -+ -+struct _icap_service { -+ icap_service *next; -+ char *name; /* name to be used when referencing ths service */ -+ char *uri; /* uri of server/service to use */ -+ char *type_name; /* {req|resp}mod_{pre|post}cache */ -+ -+ char *hostname; -+ unsigned short int port; -+ char *resource; -+ icap_service_t type; /* parsed type */ -+ icap_method_t method; -+ ushort bypass; /* flag: bypass allowed */ -+ ushort unreachable; /* flag: set to 1 if options request fails */ -+ IcapOptData *opt; /* temp data needed during opt request */ -+ struct { -+ unsigned int allow_204:1; -+ unsigned int need_x_client_ip:1; -+ unsigned int need_x_server_ip:1; -+ unsigned int need_x_authenticated_user:1; -+ } flags; -+ int preview; -+ String istag; -+ String transfer_preview; -+ String transfer_ignore; -+ String transfer_complete; -+ int max_connections; -+ int options_ttl; -+ int keep_alive; -+}; -+ -+struct _icap_service_list { -+ icap_service_list *next; -+ icap_service *services[16]; -+ int nservices; /* Number of services already used */ -+ int last_service_used; /* Last services used, use to do a round robin */ -+}; -+ -+struct _icap_class { -+ icap_class *next; -+ char *name; -+ wordlist *services; -+ icap_service_list *isl; -+ ushort hidden; /* for unnamed classes */ -+}; -+ -+struct _icap_access { -+ icap_access *next; -+ char *service_name; -+ icap_class *class; -+ acl_access *access; -+}; -+ -+struct _IcapOptData { -+ char *buf; -+ off_t offset; -+ size_t size; -+ off_t headlen; -+}; -+ -+#endif -+ - struct _HttpStateData { - StoreEntry *entry; - request_t *request; -@@ -994,10 +1142,14 @@ struct _HttpStateData { - int fd; - http_state_flags flags; - FwdState *fwd; -+#ifdef HS_FEAT_ICAP -+ struct _IcapStateData *icap_writer; -+#endif - char *body_buf; - int body_buf_sz; - }; - -+ - struct _icpUdpData { - struct sockaddr_in address; - void *msg; -@@ -1099,6 +1251,7 @@ struct _clientHttpRequest { - unsigned int internal:1; - unsigned int done_copying:1; - unsigned int purging:1; -+ unsigned int did_icap_reqmod:1; - unsigned int hit:1; - } flags; - struct { -@@ -1107,6 +1260,9 @@ struct _clientHttpRequest { - } redirect; - dlink_node active; - squid_off_t maxBodySize; -+#if HS_FEAT_ICAP -+ IcapStateData *icap_reqmod; -+#endif - }; - - struct _ConnStateData { -@@ -1134,7 +1290,6 @@ struct _ConnStateData { - struct sockaddr_in me; - struct in_addr log_addr; - char rfc931[USER_IDENT_SZ]; -- int nrequests; - struct { - int n; - time_t until; -@@ -1685,6 +1840,9 @@ struct _request_t { - char *peer_login; /* Configured peer login:password */ - time_t lastmod; /* Used on refreshes */ - const char *vary_headers; /* Used when varying entities are detected. Changes how the store key is calculated */ -+#if HS_FEAT_ICAP -+ icap_class *class; -+#endif - BODY_HANDLER *body_reader; - void *body_reader_data; - }; -@@ -1790,7 +1948,11 @@ struct _StatCounters { - kb_t kbytes_in; - kb_t kbytes_out; - } all , http, ftp, other; -- } server; -+ } -+#if HS_FEAT_ICAP -+ icap, -+#endif -+ server; - struct { - int pkts_sent; - int queries_sent; -Index: src/typedefs.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/typedefs.h,v -retrieving revision 1.25.6.8 -retrieving revision 1.25.6.1.6.13 -diff -p -u -b -r1.25.6.8 -r1.25.6.1.6.13 ---- src/typedefs.h 27 Mar 2005 02:16:17 -0000 1.25.6.8 -+++ src/typedefs.h 28 Mar 2005 18:05:08 -0000 1.25.6.1.6.13 -@@ -131,6 +131,15 @@ typedef struct _HttpHeaderStat HttpHeade - typedef struct _HttpBody HttpBody; - typedef struct _HttpReply HttpReply; - typedef struct _HttpStateData HttpStateData; -+#ifdef HS_FEAT_ICAP -+typedef struct _IcapStateData IcapStateData; -+typedef struct _IcapConfig IcapConfig; -+typedef struct _icap_service icap_service; -+typedef struct _icap_service_list icap_service_list; -+typedef struct _icap_class icap_class; -+typedef struct _icap_access icap_access; -+typedef struct _IcapOptData IcapOptData; -+#endif - typedef struct _icpUdpData icpUdpData; - typedef struct _clientHttpRequest clientHttpRequest; - typedef struct _ConnStateData ConnStateData; -Index: src/url.c -=================================================================== -RCS file: /cvsroot/squid/squid/src/url.c,v -retrieving revision 1.7.6.7 -retrieving revision 1.7.6.5.2.3 -diff -p -u -b -r1.7.6.7 -r1.7.6.5.2.3 ---- src/url.c 11 Mar 2006 03:16:31 -0000 1.7.6.7 -+++ src/url.c 16 May 2006 17:56:59 -0000 1.7.6.5.2.3 -@@ -103,6 +103,9 @@ const char *ProtocolStr[] = - "whois", - "internal", - "https", -+#ifdef HS_FEAT_ICAP -+ "icap", -+#endif - "TOTAL" - }; - -@@ -221,6 +224,10 @@ urlParseProtocol(const char *s) - return PROTO_WHOIS; - if (strcasecmp(s, "internal") == 0) - return PROTO_INTERNAL; -+#ifdef HS_FEAT_ICAP -+ if (strcasecmp(s, "icap") == 0) -+ return PROTO_ICAP; -+#endif - return PROTO_NONE; - } - -@@ -244,6 +251,10 @@ urlDefaultPort(protocol_t p) - return CACHE_HTTP_PORT; - case PROTO_WHOIS: - return 43; -+#ifdef HS_FEAT_ICAP -+ case PROTO_ICAP: -+ return 1344; -+#endif - default: - return 0; - } Index: files/follow_xff-2.5.patch =================================================================== --- files/follow_xff-2.5.patch (.../www/squid) (revision 934) +++ files/follow_xff-2.5.patch (.../local/squid26) (revision 934) @@ -1,411 +0,0 @@ -! This is a reduced part of the original follow-XFF patchset from -! devel.squid-cache.org for use with the FreeBSD squid-2.5 port. -Index: src/acl.c ---- src/acl.c 13 May 2003 02:14:12 -0000 1.43.2.16 -+++ src/acl.c 23 Nov 2003 14:20:12 -0000 -@@ -2001,6 +2001,11 @@ - cbdataLock(A); - if (request != NULL) { - checklist->request = requestLink(request); -+#if FOLLOW_X_FORWARDED_FOR -+ if (Config.onoff.acl_uses_indirect_client) { -+ checklist->src_addr = request->indirect_client_addr; -+ } else -+#endif /* FOLLOW_X_FORWARDED_FOR */ - checklist->src_addr = request->client_addr; - checklist->my_addr = request->my_addr; - checklist->my_port = request->my_port; -Index: src/cf.data.pre ---- src/cf.data.pre 7 Nov 2003 03:14:30 -0000 1.49.2.46 -+++ src/cf.data.pre 23 Nov 2003 14:20:17 -0000 -@@ -2065,6 +2065,92 @@ - NOCOMMENT_END - DOC_END - -+NAME: follow_x_forwarded_for -+TYPE: acl_access -+IFDEF: FOLLOW_X_FORWARDED_FOR -+LOC: Config.accessList.followXFF -+DEFAULT: none -+DEFAULT_IF_NONE: deny all -+DOC_START -+ Allowing or Denying the X-Forwarded-For header to be followed to -+ find the original source of a request. -+ -+ Requests may pass through a chain of several other proxies -+ before reaching us. The X-Forwarded-For header will contain a -+ comma-separated list of the IP addresses in the chain, with the -+ rightmost address being the most recent. -+ -+ If a request reaches us from a source that is allowed by this -+ configuration item, then we consult the X-Forwarded-For header -+ to see where that host received the request from. If the -+ X-Forwarded-For header contains multiple addresses, and if -+ acl_uses_indirect_client is on, then we continue backtracking -+ until we reach an address for which we are not allowed to -+ follow the X-Forwarded-For header, or until we reach the first -+ address in the list. (If acl_uses_indirect_client is off, then -+ it's impossible to backtrack through more than one level of -+ X-Forwarded-For addresses.) -+ -+ The end result of this process is an IP address that we will -+ refer to as the indirect client address. This address may -+ be treated as the client address for access control, delay -+ pools and logging, depending on the acl_uses_indirect_client, -+ delay_pool_uses_indirect_client and log_uses_indirect_client -+ options. -+ -+ SECURITY CONSIDERATIONS: -+ -+ Any host for which we follow the X-Forwarded-For header -+ can place incorrect information in the header, and Squid -+ will use the incorrect information as if it were the -+ source address of the request. This may enable remote -+ hosts to bypass any access control restrictions that are -+ based on the client's source addresses. -+ -+ For example: -+ -+ acl localhost src 127.0.0.1 -+ acl my_other_proxy srcdomain .proxy.example.com -+ follow_x_forwarded_for allow localhost -+ follow_x_forwarded_for allow my_other_proxy -+DOC_END -+ -+NAME: acl_uses_indirect_client -+COMMENT: on|off -+TYPE: onoff -+IFDEF: FOLLOW_X_FORWARDED_FOR -+DEFAULT: on -+LOC: Config.onoff.acl_uses_indirect_client -+DOC_START -+ Controls whether the indirect client address -+ (see follow_x_forwarded_for) is used instead of the -+ direct client address in acl matching. -+DOC_END -+ -+NAME: delay_pool_uses_indirect_client -+COMMENT: on|off -+TYPE: onoff -+IFDEF: FOLLOW_X_FORWARDED_FOR && DELAY_POOLS -+DEFAULT: on -+LOC: Config.onoff.delay_pool_uses_indirect_client -+DOC_START -+ Controls whether the indirect client address -+ (see follow_x_forwarded_for) is used instead of the -+ direct client address in delay pools. -+DOC_END -+ -+NAME: log_uses_indirect_client -+COMMENT: on|off -+TYPE: onoff -+IFDEF: FOLLOW_X_FORWARDED_FOR -+DEFAULT: on -+LOC: Config.onoff.log_uses_indirect_client -+DOC_START -+ Controls whether the indirect client address -+ (see follow_x_forwarded_for) is used instead of the -+ direct client address in the access log. -+DOC_END -+ - NAME: http_access - TYPE: acl_access - LOC: Config.accessList.http -Index: src/client_side.c ---- src/client_side.c 2 Sep 2003 02:13:45 -0000 1.47.2.39 -+++ src/client_side.c 23 Nov 2003 14:20:22 -0000 -@@ -109,6 +109,11 @@ - #if USE_IDENT - static IDCB clientIdentDone; - #endif -+#if FOLLOW_X_FORWARDED_FOR -+static void clientFollowXForwardedForStart(void *data); -+static void clientFollowXForwardedForNext(void *data); -+static void clientFollowXForwardedForDone(int answer, void *data); -+#endif /* FOLLOW_X_FORWARDED_FOR */ - static int clientOnlyIfCached(clientHttpRequest * http); - static STCB clientSendMoreData; - static STCB clientCacheHit; -@@ -177,10 +182,179 @@ - return ch; - } - -+#if FOLLOW_X_FORWARDED_FOR -+/* -+ * clientFollowXForwardedForStart() copies the X-Forwarded-For -+ * header into x_forwarded_for_iterator and passes control to -+ * clientFollowXForwardedForNext(). -+ * -+ * clientFollowXForwardedForNext() checks the indirect_client_addr -+ * against the followXFF ACL and passes the result to -+ * clientFollowXForwardedForDone(). -+ * -+ * clientFollowXForwardedForDone() either grabs the next address -+ * from the tail of x_forwarded_for_iterator and loops back to -+ * clientFollowXForwardedForNext(), or cleans up and passes control to -+ * clientAccessCheck(). -+ */ -+ -+static void -+clientFollowXForwardedForStart(void *data) -+{ -+ clientHttpRequest *http = data; -+ request_t *request = http->request; -+ if (Config.accessList.followXFF -+ && httpHeaderHas(&request->header, HDR_X_FORWARDED_FOR)) -+ { -+ request->x_forwarded_for_iterator = httpHeaderGetList( -+ &request->header, HDR_X_FORWARDED_FOR); -+ debug(33, 5) ("clientFollowXForwardedForStart: indirect_client_addr=%s XFF='%s'\n", -+ inet_ntoa(request->indirect_client_addr), -+ strBuf(request->x_forwarded_for_iterator)); -+ clientFollowXForwardedForNext(http); -+ } else { -+ /* not configured to follow X-Forwarded-For, or nothing to follow */ -+ debug(33, 5) ("clientFollowXForwardedForStart: nothing to do\n"); -+ clientFollowXForwardedForDone(-1, http); -+ } -+} -+ -+static void -+clientFollowXForwardedForNext(void *data) -+{ -+ clientHttpRequest *http = data; -+ request_t *request = http->request; -+ debug(33, 5) ("clientFollowXForwardedForNext: indirect_client_addr=%s XFF='%s'\n", -+ inet_ntoa(request->indirect_client_addr), -+ strBuf(request->x_forwarded_for_iterator)); -+ if (strLen(request->x_forwarded_for_iterator) != 0) { -+ /* check the acl to see whether to believe the X-Forwarded-For header */ -+ http->acl_checklist = clientAclChecklistCreate( -+ Config.accessList.followXFF, http); -+ aclNBCheck(http->acl_checklist, clientFollowXForwardedForDone, http); -+ } else { -+ /* nothing left to follow */ -+ debug(33, 5) ("clientFollowXForwardedForNext: nothing more to do\n"); -+ clientFollowXForwardedForDone(-1, http); -+ } -+} -+ -+static void -+clientFollowXForwardedForDone(int answer, void *data) -+{ -+ clientHttpRequest *http = data; -+ request_t *request = http->request; -+ /* -+ * answer should be be ACCESS_ALLOWED or ACCESS_DENIED if we are -+ * called as a result of ACL checks, or -1 if we are called when -+ * there's nothing left to do. -+ */ -+ if (answer == ACCESS_ALLOWED) { -+ /* -+ * The IP address currently in request->indirect_client_addr -+ * is trusted to use X-Forwarded-For. Remove the last -+ * comma-delimited element from x_forwarded_for_iterator and use -+ * it to to replace indirect_client_addr, then repeat the cycle. -+ */ -+ const char *p; -+ const char *asciiaddr; -+ int l; -+ struct in_addr addr; -+ debug(33, 5) ("clientFollowXForwardedForDone: indirect_client_addr=%s is trusted\n", -+ inet_ntoa(request->indirect_client_addr)); -+ p = strBuf(request->x_forwarded_for_iterator); -+ l = strLen(request->x_forwarded_for_iterator); -+ -+ /* -+ * XXX x_forwarded_for_iterator should really be a list of -+ * IP addresses, but it's a String instead. We have to -+ * walk backwards through the String, biting off the last -+ * comma-delimited part each time. As long as the data is in -+ * a String, we should probably implement and use a variant of -+ * strListGetItem() that walks backwards instead of forwards -+ * through a comma-separated list. But we don't even do that; -+ * we just do the work in-line here. -+ */ -+ /* skip trailing space and commas */ -+ while (l > 0 && (p[l-1] == ',' || xisspace(p[l-1]))) -+ l--; -+ strCut(request->x_forwarded_for_iterator, l); -+ /* look for start of last item in list */ -+ while (l > 0 && ! (p[l-1] == ',' || xisspace(p[l-1]))) -+ l--; -+ asciiaddr = p+l; -+ if (inet_aton(asciiaddr, &addr) == 0) { -+ /* the address is not well formed; do not use it */ -+ debug(33, 3) ("clientFollowXForwardedForDone: malformed address '%s'\n", -+ asciiaddr); -+ goto done; -+ } -+ debug(33, 3) ("clientFollowXForwardedForDone: changing indirect_client_addr from %s to '%s'\n", -+ inet_ntoa(request->indirect_client_addr), -+ asciiaddr); -+ request->indirect_client_addr = addr; -+ strCut(request->x_forwarded_for_iterator, l); -+ if (! Config.onoff.acl_uses_indirect_client) { -+ /* -+ * If acl_uses_indirect_client is off, then it's impossible -+ * to follow more than one level of X-Forwarded-For. -+ */ -+ goto done; -+ } -+ clientFollowXForwardedForNext(http); -+ return; -+ } else if (answer == ACCESS_DENIED) { -+ debug(33, 5) ("clientFollowXForwardedForDone: indirect_client_addr=%s not trusted\n", -+ inet_ntoa(request->indirect_client_addr)); -+ } else { -+ debug(33, 5) ("clientFollowXForwardedForDone: indirect_client_addr=%s nothing more to do\n", -+ inet_ntoa(request->indirect_client_addr)); -+ } -+done: -+ /* clean up, and pass control to clientAccessCheck */ -+ debug(33, 6) ("clientFollowXForwardedForDone: cleanup\n"); -+ if (Config.onoff.log_uses_indirect_client) { -+ /* -+ * Ensure that the access log shows the indirect client -+ * instead of the direct client. -+ */ -+ ConnStateData *conn = http->conn; -+ conn->log_addr = request->indirect_client_addr; -+ conn->log_addr.s_addr &= Config.Addrs.client_netmask.s_addr; -+ debug(33, 3) ("clientFollowXForwardedForDone: setting log_addr=%s\n", -+ inet_ntoa(conn->log_addr)); -+ } -+ stringClean(&request->x_forwarded_for_iterator); -+ request->flags.done_follow_x_forwarded_for = 1; -+ http->acl_checklist = NULL; /* XXX do we need to aclChecklistFree() ? */ -+ clientAccessCheck(http); -+} -+#endif /* FOLLOW_X_FORWARDED_FOR */ -+ - void - clientAccessCheck(void *data) - { - clientHttpRequest *http = data; -+#if FOLLOW_X_FORWARDED_FOR -+ if (! http->request->flags.done_follow_x_forwarded_for -+ && httpHeaderHas(&http->request->header, HDR_X_FORWARDED_FOR)) -+ { -+ /* -+ * There's an X-ForwardedFor header and we haven't yet tried -+ * to follow it to find the indirect_client_addr. Follow it now. -+ * clientFollowXForwardedForDone() will eventually pass control -+ * back to us. -+ * -+ * XXX perhaps our caller should have called -+ * clientFollowXForwardedForStart instead. Then we wouldn't -+ * need to do this little dance transferring control over -+ * there and then back here, and we wouldn't need the -+ * done_follow_x_forwarded_for flag. -+ */ -+ clientFollowXForwardedForStart(data); -+ return; -+ } -+#endif /* FOLLOW_X_FORWARDED_FOR */ - if (checkAccelOnly(http)) { - /* deny proxy requests in accel_only mode */ - debug(33, 1) ("clientAccessCheck: proxy request denied in accel_only mode\n"); -@@ -325,6 +499,9 @@ - new_request->http_ver = old_request->http_ver; - httpHeaderAppend(&new_request->header, &old_request->header); - new_request->client_addr = old_request->client_addr; -+#if FOLLOW_X_FORWARDED_FOR -+ new_request->indirect_client_addr = old_request->indirect_client_addr; -+#endif /* FOLLOW_X_FORWARDED_FOR */ - new_request->my_addr = old_request->my_addr; - new_request->my_port = old_request->my_port; - new_request->flags.redirected = 1; -@@ -3051,6 +3228,9 @@ - safe_free(http->log_uri); - http->log_uri = xstrdup(urlCanonicalClean(request)); - request->client_addr = conn->peer.sin_addr; -+#if FOLLOW_X_FORWARDED_FOR -+ request->indirect_client_addr = request->client_addr; -+#endif /* FOLLOW_X_FORWARDED_FOR */ - request->my_addr = conn->me.sin_addr; - request->my_port = ntohs(conn->me.sin_port); - request->http_ver = http->http_ver; -Index: src/delay_pools.c ---- src/delay_pools.c 19 Jun 2003 02:13:57 -0000 1.5.54.6 -+++ src/delay_pools.c 23 Nov 2003 14:20:23 -0000 -@@ -318,6 +318,11 @@ - r = http->request; - - memset(&ch, '\0', sizeof(ch)); -+#if FOLLOW_X_FORWARDED_FOR -+ if (Config.onoff.delay_pool_uses_indirect_client) { -+ ch.src_addr = r->indirect_client_addr; -+ } else -+#endif /* FOLLOW_X_FORWARDED_FOR */ - ch.src_addr = r->client_addr; - ch.my_addr = r->my_addr; - ch.my_port = r->my_port; -*** src/structs.h.orig Sun Jun 26 12:45:58 2005 ---- src/structs.h Sun Jun 26 12:48:45 2005 -*************** -*** 610,615 **** ---- 610,620 ---- - int accel_uses_host_header; - int accel_no_pmtu_disc; - int global_internal_static; -+ #if FOLLOW_X_FORWARDED_FOR -+ int acl_uses_indirect_client; -+ int delay_pool_uses_indirect_client; -+ int log_uses_indirect_client; -+ #endif /* FOLLOW_X_FORWARDED_FOR */ - } onoff; - acl *aclList; - struct { -*************** -*** 631,636 **** ---- 636,644 ---- - acl_access *reply; - acl_address *outgoing_address; - acl_tos *outgoing_tos; -+ #if FOLLOW_X_FORWARDED_FOR -+ acl_access *followXFF; -+ #endif /* FOLLOW_X_FORWARDED_FOR */ - } accessList; - acl_deny_info_list *denyInfoList; - struct _authConfig { -*************** -*** 1623,1628 **** ---- 1631,1641 ---- - unsigned int body_sent:1; - unsigned int reset_tcp:1; - unsigned int must_keepalive:1; -+ #if FOLLOW_X_FORWARDED_FOR -+ /* XXX this flag could be eliminated; -+ * see comments in clientAccessCheck */ -+ unsigned int done_follow_x_forwarded_for; -+ #endif /* FOLLOW_X_FORWARDED_FOR */ - }; - - struct _link_list { -*************** -*** 1666,1671 **** ---- 1679,1687 ---- - int max_forwards; - /* these in_addr's could probably be sockaddr_in's */ - struct in_addr client_addr; -+ #if FOLLOW_X_FORWARDED_FOR -+ struct in_addr indirect_client_addr; /* after following X-Forwarded-For */ -+ #endif /* FOLLOW_X_FORWARDED_FOR */ - struct in_addr my_addr; - unsigned short my_port; - HttpHeader header; -*************** -*** 1677,1682 **** ---- 1693,1703 ---- - const char *vary_headers; /* Used when varying entities are detected. Changes how the store key is calculated */ - BODY_HANDLER *body_reader; - void *body_reader_data; -+ #if FOLLOW_X_FORWARDED_FOR -+ /* XXX a list of IP addresses would be a better data structure -+ * than this String */ -+ String x_forwarded_for_iterator; -+ #endif /* FOLLOW_X_FORWARDED_FOR */ - }; - - struct _cachemgr_passwd { Index: files/icap-2.5-bootstrap.patch =================================================================== --- files/icap-2.5-bootstrap.patch (.../www/squid) (revision 934) +++ files/icap-2.5-bootstrap.patch (.../local/squid26) (revision 934) @@ -1,422 +0,0 @@ -Patch 2 of 2 to integrate the icap-2_5 branch into the FreeBSD squid port. - -Created by Thomas-Martin Seck . - -This patch simulates the autotools bootstrap necessary after applying the -ICAP patchset. - -Please see icap-2.5-core.patch for further information. - -Patch last updated: 2005-12-17 - ---- configure.orig Sat Oct 22 11:56:01 2005 -+++ configure Sat Dec 17 17:45:21 2005 -@@ -70,6 +70,8 @@ - ac_help="$ac_help - --enable-delay-pools Enable delay pools to limit bandwidth usage" - ac_help="$ac_help -+ --enable-icap-support Enable iCAP client capability" -+ac_help="$ac_help - --enable-useragent-log Enable logging of User-Agent header" - ac_help="$ac_help - --enable-referer-log Enable logging of Referer header" -@@ -2170,6 +2172,38 @@ - - - -+ -+if false; then -+ USE_ICAP_TRUE= -+ USE_ICAP_FALSE='#' -+else -+ USE_ICAP_TRUE='#' -+ USE_ICAP_FALSE= -+fi -+# Check whether --enable-icap-support or --disable-icap-support was given. -+if test "${enable_icap_support+set}" = set; then -+ enableval="$enable_icap_support" -+ if test "$enableval" = "yes" ; then -+ echo "ICAP support enabled" -+ cat >> confdefs.h <<\EOF -+#define HS_FEAT_ICAP 1 -+EOF -+ -+ -+ -+if true; then -+ USE_ICAP_TRUE= -+ USE_ICAP_FALSE='#' -+else -+ USE_ICAP_TRUE='#' -+ USE_ICAP_FALSE= -+fi -+ fi -+ -+fi -+ -+ -+ - # Check whether --enable-useragent-log or --disable-useragent-log was given. - if test "${enable_useragent_log+set}" = set; then - enableval="$enable_useragent_log" -@@ -7428,14 +7462,14 @@ - fi - ;; - esac -- echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6 --echo "configure:7433: checking for main in -lpthread" >&5 -+ echo $ac_n "checking for main in -pthread""... $ac_c" 1>&6 -+echo "configure:7433: checking for main in -pthread" >&5 - ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" -+LIBS="-pthread $LIBS" - cat > conftest.$ac_ext <&6 -@@ -7769,6 +7803,8 @@ - srand48 \ - srandom \ - statfs \ -+ strnstr \ -+ strcasestr \ - strtoll \ - sysconf \ - syslog \ -@@ -7898,6 +7934,50 @@ - fi - fi - -+ -+if false; then -+ NEED_OWN_STRNSTR_TRUE= -+ NEED_OWN_STRNSTR_FALSE='#' -+else -+ NEED_OWN_STRNSTR_TRUE='#' -+ NEED_OWN_STRNSTR_FALSE= -+fi -+if test "$ac_cv_func_strnstr" = "no" || test "$ac_cv_func_vstrnstr" = "no" ; then -+ -+ -+if true; then -+ NEED_OWN_STRNSTR_TRUE= -+ NEED_OWN_STRNSTR_FALSE='#' -+else -+ NEED_OWN_STRNSTR_TRUE='#' -+ NEED_OWN_STRNSTR_FALSE= -+fi -+fi -+ -+ -+ -+if false; then -+ NEED_OWN_STRCASESTR_TRUE= -+ NEED_OWN_STRCASESTR_FALSE='#' -+else -+ NEED_OWN_STRCASESTR_TRUE='#' -+ NEED_OWN_STRCASESTR_FALSE= -+fi -+if test "$ac_cv_func_strcasestr" = "no" || test "$ac_cv_func_vstrcasestr" = "no"; then -+ -+ -+if true; then -+ NEED_OWN_STRCASESTR_TRUE= -+ NEED_OWN_STRCASESTR_FALSE='#' -+else -+ NEED_OWN_STRCASESTR_TRUE='#' -+ NEED_OWN_STRCASESTR_FALSE= -+fi -+fi -+ -+ -+ -+ - echo $ac_n "checking if va_copy is implemented""... $ac_c" 1>&6 - echo "configure:7903: checking if va_copy is implemented" >&5 - if eval "test \"`echo '$''{'ac_cv_func_va_copy'+set}'`\" = set"; then -@@ -9072,6 +9152,8 @@ - s%@ENABLE_PINGER_FALSE@%$ENABLE_PINGER_FALSE%g - s%@USE_DELAY_POOLS_TRUE@%$USE_DELAY_POOLS_TRUE%g - s%@USE_DELAY_POOLS_FALSE@%$USE_DELAY_POOLS_FALSE%g -+s%@USE_ICAP_TRUE@%$USE_ICAP_TRUE%g -+s%@USE_ICAP_FALSE@%$USE_ICAP_FALSE%g - s%@USE_SNMP_TRUE@%$USE_SNMP_TRUE%g - s%@USE_SNMP_FALSE@%$USE_SNMP_FALSE%g - s%@SNMPLIB@%$SNMPLIB%g -@@ -9118,6 +9200,10 @@ - s%@LIB_LBER@%$LIB_LBER%g - s%@NEED_OWN_SNPRINTF_TRUE@%$NEED_OWN_SNPRINTF_TRUE%g - s%@NEED_OWN_SNPRINTF_FALSE@%$NEED_OWN_SNPRINTF_FALSE%g -+s%@NEED_OWN_STRNSTR_TRUE@%$NEED_OWN_STRNSTR_TRUE%g -+s%@NEED_OWN_STRNSTR_FALSE@%$NEED_OWN_STRNSTR_FALSE%g -+s%@NEED_OWN_STRCASESTR_TRUE@%$NEED_OWN_STRCASESTR_TRUE%g -+s%@NEED_OWN_STRCASESTR_FALSE@%$NEED_OWN_STRCASESTR_FALSE%g - s%@REGEXLIB@%$REGEXLIB%g - s%@LIBREGEX@%$LIBREGEX%g - s%@LIBOBJS@%$LIBOBJS%g ---- include/autoconf.h.in.orig Tue Sep 13 02:12:34 2005 -+++ include/autoconf.h.in Sat Dec 17 17:45:21 2005 -@@ -124,6 +124,11 @@ - */ - #undef DELAY_POOLS - -+/* -+ * ICAP - Internet Content Adaptation Protocol -+ */ -+#undef HS_FEAT_ICAP -+ - /* - * If you want to log User-Agent request header values, define this. - * By default, they are written to useragent.log in the Squid log -@@ -574,6 +579,12 @@ - - /* Define if you have the statfs function. */ - #undef HAVE_STATFS -+ -+/* Define if you have the strcasestr function. */ -+#undef HAVE_STRCASESTR -+ -+/* Define if you have the strnstr function. */ -+#undef HAVE_STRNSTR - - /* Define if you have the strerror function. */ - #undef HAVE_STRERROR ---- lib/Makefile.in.orig Wed Sep 28 22:57:20 2005 -+++ lib/Makefile.in Sat Dec 17 17:45:21 2005 -@@ -123,6 +123,13 @@ - - @NEED_OWN_SNPRINTF_TRUE@SNPRINTFSOURCE = snprintf.c - @NEED_OWN_SNPRINTF_FALSE@SNPRINTFSOURCE = -+ -+@NEED_OWN_STRNSTR_TRUE@STRNSTRSOURCE = strnstr.c -+@NEED_OWN_STRNSTR_FALSE@STRNSTRSOURCE = -+ -+@NEED_OWN_STRCASESTR_TRUE@STRCASESTRSOURCE = strcasestr.c -+@NEED_OWN_STRCASESTR_FALSE@STRCASESTRSOURCE = -+ - @NEED_OWN_MD5_TRUE@MD5SOURCE = md5.c - @NEED_OWN_MD5_FALSE@MD5SOURCE = - -@@ -158,6 +165,8 @@ - $(SNPRINTFSOURCE) \ - splay.c \ - Stack.c \ -+ $(STRNSTRSOURCE) \ -+ $(STRCASESTRSOURCE) \ - stub_memaccount.c \ - util.c \ - uudecode.c -@@ -196,13 +205,18 @@ - @NEED_OWN_MD5_FALSE@am__objects_1 = - @NEED_OWN_SNPRINTF_FALSE@am__objects_2 = - @NEED_OWN_SNPRINTF_TRUE@am__objects_2 = snprintf.$(OBJEXT) -+@NEED_OWN_STRNSTR_FALSE@am__objects_3 = -+@NEED_OWN_STRNSTR_TRUE@am__objects_3 = strnstr.$(OBJEXT) -+@NEED_OWN_STRCASESTR_TRUE@am__objects_4 = strcasestr.$(OBJEXT) -+@NEED_OWN_STRCASESTR_FALSE@am__objects_4 = - am_libmiscutil_a_OBJECTS = Array.$(OBJEXT) base64.$(OBJEXT) \ - getfullhostname.$(OBJEXT) hash.$(OBJEXT) heap.$(OBJEXT) \ - html_quote.$(OBJEXT) iso3307.$(OBJEXT) $(am__objects_1) \ - radix.$(OBJEXT) rfc1035.$(OBJEXT) rfc1123.$(OBJEXT) \ - rfc1738.$(OBJEXT) rfc2617.$(OBJEXT) safe_inet_addr.$(OBJEXT) \ - $(am__objects_2) splay.$(OBJEXT) Stack.$(OBJEXT) \ -- stub_memaccount.$(OBJEXT) util.$(OBJEXT) uudecode.$(OBJEXT) -+ $(am__objects_3) $(am__objects_4) stub_memaccount.$(OBJEXT) \ -+ util.$(OBJEXT) uudecode.$(OBJEXT) - libmiscutil_a_OBJECTS = $(am_libmiscutil_a_OBJECTS) - libntlmauth_a_AR = $(AR) cru - libntlmauth_a_DEPENDENCIES = @LIBOBJS@ -@@ -224,15 +238,16 @@ - @AMDEP_TRUE@ $(DEPDIR)/dlmalloc.Po $(DEPDIR)/drand48.Po \ - @AMDEP_TRUE@ $(DEPDIR)/getfullhostname.Po $(DEPDIR)/hash.Po \ - @AMDEP_TRUE@ $(DEPDIR)/heap.Po $(DEPDIR)/html_quote.Po \ --@AMDEP_TRUE@ $(DEPDIR)/inet_ntoa.Po $(DEPDIR)/initgroups.Po \ --@AMDEP_TRUE@ $(DEPDIR)/iso3307.Po $(DEPDIR)/md5.Po \ --@AMDEP_TRUE@ $(DEPDIR)/ntlmauth.Po $(DEPDIR)/radix.Po \ --@AMDEP_TRUE@ $(DEPDIR)/rfc1035.Po $(DEPDIR)/rfc1123.Po \ --@AMDEP_TRUE@ $(DEPDIR)/rfc1738.Po $(DEPDIR)/rfc2617.Po \ --@AMDEP_TRUE@ $(DEPDIR)/safe_inet_addr.Po $(DEPDIR)/snprintf.Po \ --@AMDEP_TRUE@ $(DEPDIR)/splay.Po $(DEPDIR)/strerror.Po \ --@AMDEP_TRUE@ $(DEPDIR)/stub_memaccount.Po $(DEPDIR)/tempnam.Po \ --@AMDEP_TRUE@ $(DEPDIR)/util.Po $(DEPDIR)/uudecode.Po -+@AMDEP_TRUE@ $(DEPDIR)/inet_ntoa.Po $(DEPDIR)/iso3307.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/md5.Po $(DEPDIR)/ntlmauth.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/radix.Po $(DEPDIR)/rfc1035.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/rfc1123.Po $(DEPDIR)/rfc1738.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/rfc2617.Po $(DEPDIR)/safe_inet_addr.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/snprintf.Po $(DEPDIR)/splay.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/strcasestr.Po $(DEPDIR)/strerror.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/strnstr.Po $(DEPDIR)/stub_memaccount.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/tempnam.Po $(DEPDIR)/util.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/uudecode.Po - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) -@@ -241,8 +256,8 @@ - DIST_SOURCES = $(libdlmalloc_a_SOURCES) $(libmiscutil_a_SOURCES) \ - $(EXTRA_libmiscutil_a_SOURCES) $(libntlmauth_a_SOURCES) \ - $(libregex_a_SOURCES) --DIST_COMMON = Makefile.am Makefile.in drand48.c inet_ntoa.c \ -- initgroups.c strerror.c tempnam.c -+DIST_COMMON = Makefile.am Makefile.in drand48.c inet_ntoa.c strerror.c \ -+ tempnam.c - SOURCES = $(libdlmalloc_a_SOURCES) $(libmiscutil_a_SOURCES) $(EXTRA_libmiscutil_a_SOURCES) $(libntlmauth_a_SOURCES) $(libregex_a_SOURCES) - - all: all-am -@@ -295,7 +310,6 @@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/heap.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/html_quote.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntoa.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/initgroups.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/iso3307.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/md5.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ntlmauth.Po@am__quote@ -@@ -307,7 +321,9 @@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/safe_inet_addr.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splay.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasestr.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnstr.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stub_memaccount.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempnam.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Po@am__quote@ ---- src/Makefile.in.orig Wed Sep 28 22:57:21 2005 -+++ src/Makefile.in Sat Dec 17 17:45:21 2005 -@@ -125,6 +125,9 @@ - install_sh = @install_sh@ - makesnmplib = @makesnmplib@ - -+@USE_ICAP_TRUE@ICAPSOURCE = icap_common.c icap_reqmod.c icap_respmod.c icap_opt.c -+@USE_ICAP_FALSE@ICAPSOURCE = -+ - @USE_DNSSERVER_TRUE@DNSSOURCE = dns.c - @USE_DNSSERVER_FALSE@DNSSOURCE = dns_internal.c - @USE_DNSSERVER_TRUE@DNSSERVER = dnsserver -@@ -249,6 +252,7 @@ - HttpMsg.c \ - HttpReply.c \ - HttpRequest.c \ -+ $(ICAPSOURCE) \ - icmp.c \ - icp_v2.c \ - icp_v3.c \ -@@ -468,54 +472,58 @@ - pinger_LDADD = $(LDADD) - pinger_DEPENDENCIES = - pinger_LDFLAGS = --@USE_DELAY_POOLS_TRUE@am__objects_3 = delay_pools.$(OBJEXT) --@USE_DELAY_POOLS_FALSE@am__objects_3 = --@USE_DNSSERVER_FALSE@am__objects_4 = dns_internal.$(OBJEXT) --@USE_DNSSERVER_TRUE@am__objects_4 = dns.$(OBJEXT) --@ENABLE_HTCP_TRUE@am__objects_5 = htcp.$(OBJEXT) --@MAKE_LEAKFINDER_FALSE@am__objects_6 = --@MAKE_LEAKFINDER_TRUE@am__objects_6 = leakfinder.$(OBJEXT) --@USE_SNMP_TRUE@am__objects_7 = snmp_core.$(OBJEXT) snmp_agent.$(OBJEXT) --@USE_SNMP_FALSE@am__objects_7 = --@ENABLE_SSL_TRUE@am__objects_8 = ssl_support.$(OBJEXT) --@ENABLE_SSL_FALSE@am__objects_8 = --@ENABLE_UNLINKD_FALSE@am__objects_9 = --@ENABLE_UNLINKD_TRUE@am__objects_9 = unlinkd.$(OBJEXT) --@ENABLE_WIN32SPECIFIC_TRUE@am__objects_10 = win32.$(OBJEXT) --@ENABLE_WIN32SPECIFIC_FALSE@am__objects_10 = -+@USE_DELAY_POOLS_FALSE@am__objects_5 = -+@USE_DELAY_POOLS_TRUE@am__objects_5 = delay_pools.$(OBJEXT) -+@USE_DNSSERVER_FALSE@am__objects_6 = dns_internal.$(OBJEXT) -+@USE_DNSSERVER_TRUE@am__objects_6 = dns.$(OBJEXT) -+@ENABLE_HTCP_TRUE@am__objects_7 = htcp.$(OBJEXT) -+@USE_ICAP_TRUE@am__objects_8 = icap_common.$(OBJEXT) \ -+@USE_ICAP_TRUE@ icap_reqmod.$(OBJEXT) icap_respmod.$(OBJEXT) \ -+@USE_ICAP_TRUE@ icap_opt.$(OBJEXT) -+@USE_ICAP_FALSE@am__objects_8 = -+@MAKE_LEAKFINDER_TRUE@am__objects_9 = leakfinder.$(OBJEXT) -+@MAKE_LEAKFINDER_FALSE@am__objects_9 = -+@USE_SNMP_TRUE@am__objects_10 = snmp_core.$(OBJEXT) snmp_agent.$(OBJEXT) -+@USE_SNMP_FALSE@am__objects_10 = -+@ENABLE_SSL_FALSE@am__objects_11 = -+@ENABLE_SSL_TRUE@am__objects_11 = ssl_support.$(OBJEXT) -+@ENABLE_UNLINKD_TRUE@am__objects_12 = unlinkd.$(OBJEXT) -+@ENABLE_UNLINKD_FALSE@am__objects_12 = -+@ENABLE_WIN32SPECIFIC_FALSE@am__objects_13 = -+@ENABLE_WIN32SPECIFIC_TRUE@am__objects_13 = win32.$(OBJEXT) - am_squid_OBJECTS = access_log.$(OBJEXT) acl.$(OBJEXT) asn.$(OBJEXT) \ - authenticate.$(OBJEXT) cache_cf.$(OBJEXT) CacheDigest.$(OBJEXT) \ - cache_manager.$(OBJEXT) carp.$(OBJEXT) cbdata.$(OBJEXT) \ - client_db.$(OBJEXT) client_side.$(OBJEXT) comm.$(OBJEXT) \ -- comm_select.$(OBJEXT) debug.$(OBJEXT) $(am__objects_3) \ -- disk.$(OBJEXT) $(am__objects_4) errorpage.$(OBJEXT) \ -+ comm_select.$(OBJEXT) debug.$(OBJEXT) $(am__objects_5) \ -+ disk.$(OBJEXT) $(am__objects_6) errorpage.$(OBJEXT) \ - ETag.$(OBJEXT) event.$(OBJEXT) external_acl.$(OBJEXT) \ - fd.$(OBJEXT) filemap.$(OBJEXT) forward.$(OBJEXT) \ - fqdncache.$(OBJEXT) ftp.$(OBJEXT) gopher.$(OBJEXT) \ -- helper.$(OBJEXT) $(am__objects_5) http.$(OBJEXT) \ -+ helper.$(OBJEXT) $(am__objects_7) http.$(OBJEXT) \ - HttpStatusLine.$(OBJEXT) HttpHdrCc.$(OBJEXT) \ - HttpHdrRange.$(OBJEXT) HttpHdrContRange.$(OBJEXT) \ - HttpHeader.$(OBJEXT) HttpHeaderTools.$(OBJEXT) \ - HttpBody.$(OBJEXT) HttpMsg.$(OBJEXT) HttpReply.$(OBJEXT) \ -- HttpRequest.$(OBJEXT) icmp.$(OBJEXT) icp_v2.$(OBJEXT) \ -- icp_v3.$(OBJEXT) ident.$(OBJEXT) internal.$(OBJEXT) \ -- ipc.$(OBJEXT) ipcache.$(OBJEXT) $(am__objects_6) \ -- logfile.$(OBJEXT) main.$(OBJEXT) mem.$(OBJEXT) \ -+ HttpRequest.$(OBJEXT) $(am__objects_8) icmp.$(OBJEXT) \ -+ icp_v2.$(OBJEXT) icp_v3.$(OBJEXT) ident.$(OBJEXT) \ -+ internal.$(OBJEXT) ipc.$(OBJEXT) ipcache.$(OBJEXT) \ -+ $(am__objects_9) logfile.$(OBJEXT) main.$(OBJEXT) mem.$(OBJEXT) \ - MemPool.$(OBJEXT) MemBuf.$(OBJEXT) mime.$(OBJEXT) \ - multicast.$(OBJEXT) neighbors.$(OBJEXT) net_db.$(OBJEXT) \ - Packer.$(OBJEXT) pconn.$(OBJEXT) peer_digest.$(OBJEXT) \ - peer_select.$(OBJEXT) redirect.$(OBJEXT) referer.$(OBJEXT) \ -- refresh.$(OBJEXT) send-announce.$(OBJEXT) $(am__objects_7) \ -- ssl.$(OBJEXT) $(am__objects_8) stat.$(OBJEXT) \ -+ refresh.$(OBJEXT) send-announce.$(OBJEXT) $(am__objects_10) \ -+ ssl.$(OBJEXT) $(am__objects_11) stat.$(OBJEXT) \ - StatHist.$(OBJEXT) String.$(OBJEXT) stmem.$(OBJEXT) \ - store.$(OBJEXT) store_io.$(OBJEXT) store_client.$(OBJEXT) \ - store_digest.$(OBJEXT) store_dir.$(OBJEXT) \ - store_key_md5.$(OBJEXT) store_log.$(OBJEXT) \ - store_rebuild.$(OBJEXT) store_swapin.$(OBJEXT) \ - store_swapmeta.$(OBJEXT) store_swapout.$(OBJEXT) \ -- tools.$(OBJEXT) $(am__objects_9) url.$(OBJEXT) urn.$(OBJEXT) \ -+ tools.$(OBJEXT) $(am__objects_12) url.$(OBJEXT) urn.$(OBJEXT) \ - useragent.$(OBJEXT) wais.$(OBJEXT) wccp.$(OBJEXT) \ -- whois.$(OBJEXT) $(am__objects_10) -+ whois.$(OBJEXT) $(am__objects_13) - nodist_squid_OBJECTS = repl_modules.$(OBJEXT) auth_modules.$(OBJEXT) \ - store_modules.$(OBJEXT) globals.$(OBJEXT) \ - string_arrays.$(OBJEXT) -@@ -563,7 +571,9 @@ - @AMDEP_TRUE@ $(DEPDIR)/fqdncache.Po $(DEPDIR)/ftp.Po \ - @AMDEP_TRUE@ $(DEPDIR)/globals.Po $(DEPDIR)/gopher.Po \ - @AMDEP_TRUE@ $(DEPDIR)/helper.Po $(DEPDIR)/htcp.Po \ --@AMDEP_TRUE@ $(DEPDIR)/http.Po $(DEPDIR)/icmp.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/http.Po $(DEPDIR)/icap_common.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/icap_opt.Po $(DEPDIR)/icap_reqmod.Po \ -+@AMDEP_TRUE@ $(DEPDIR)/icap_respmod.Po $(DEPDIR)/icmp.Po \ - @AMDEP_TRUE@ $(DEPDIR)/icp_v2.Po $(DEPDIR)/icp_v3.Po \ - @AMDEP_TRUE@ $(DEPDIR)/ident.Po $(DEPDIR)/internal.Po \ - @AMDEP_TRUE@ $(DEPDIR)/ipc.Po $(DEPDIR)/ipcache.Po \ -@@ -777,6 +787,10 @@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/helper.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/htcp.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/http.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icap_common.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icap_opt.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icap_reqmod.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icap_respmod.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icmp.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icp_v2.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/icp_v3.Po@am__quote@ Index: files/customlog-2.5.patch =================================================================== --- files/customlog-2.5.patch (.../www/squid) (revision 934) +++ files/customlog-2.5.patch (.../local/squid26) (revision 934) @@ -1,1597 +0,0 @@ -! This patch is sourced from http://devel.squid-cache.org/customlog/ -! Modified diff paths to apply cleanly - -Index: src/access_log.c -diff -u src/access_log.c:1.15.6.8 src/access_log.c:1.15.6.3.2.15 ---- src/access_log.c:1.15.6.8 Tue Mar 29 18:17:46 2005 -+++ src/access_log.c Mon May 15 03:58:22 2006 -@@ -36,9 +36,6 @@ - - #include "squid.h" - --static void accessLogSquid(AccessLogEntry * al); --static void accessLogCommon(AccessLogEntry * al); --static Logfile *logfile = NULL; - #if HEADERS_LOG - static Logfile *headerslog = NULL; - #endif -@@ -234,8 +231,768 @@ - return username_quote(name); - } - -+static char * -+log_quoted_string(const char *str) -+{ -+ char *out = xmalloc(strlen(str) * 2 + 1); -+ char *p = out; -+ while (*str) { -+ int l = strcspn(str, "\"\\\r\n\t"); -+ memcpy(p, str, l); -+ str += l; -+ p += l; -+ switch (*str) { -+ case '\0': -+ break; -+ case '\r': -+ *p++ = '\\'; -+ *p++ = 'r'; -+ str++; -+ break; -+ case '\n': -+ *p++ = '\\'; -+ *p++ = 'n'; -+ str++; -+ break; -+ case '\t': -+ *p++ = '\\'; -+ *p++ = 't'; -+ str++; -+ break; -+ default: -+ *p++ = '\\'; -+ *p++ = *str; -+ str++; -+ break; -+ } -+ } -+ *p++ = '\0'; -+ return out; -+} -+ -+/* -+ * Bytecodes for the configureable logformat stuff -+ */ -+typedef enum { -+ LFT_NONE, /* dummy */ -+ LFT_STRING, -+ -+ LFT_CLIENT_IP_ADDRESS, -+ LFT_CLIENT_FQDN, -+/*LFT_CLIENT_PORT, */ -+ -+/*LFT_SERVER_IP_ADDRESS, */ -+ LFT_SERVER_IP_OR_PEER_NAME, -+/*LFT_SERVER_PORT, */ -+ -+ LFT_LOCAL_IP, -+ LFT_LOCAL_PORT, -+/*LFT_LOCAL_NAME, */ -+ -+ LFT_TIME_SECONDS_SINCE_EPOCH, -+ LFT_TIME_SUBSECOND, -+ LFT_TIME_LOCALTIME, -+ LFT_TIME_GMT, -+ LFT_TIME_TO_HANDLE_REQUEST, -+ -+ LFT_REQUEST_HEADER, -+ LFT_REQUEST_HEADER_ELEM, -+ LFT_REQUEST_ALL_HEADERS, -+ -+ LFT_REPLY_HEADER, -+ LFT_REPLY_HEADER_ELEM, -+ LFT_REPLY_ALL_HEADERS, -+ -+ LFT_USER_NAME, -+ LFT_USER_LOGIN, -+ LFT_USER_IDENT, -+/*LFT_USER_REALM, */ -+/*LFT_USER_SCHEME, */ -+ -+ LFT_HTTP_CODE, -+/*LFT_HTTP_STATUS, */ -+ -+ LFT_SQUID_STATUS, -+/*LFT_SQUID_ERROR, */ -+ LFT_SQUID_HIERARCHY, -+ -+ LFT_MIME_TYPE, -+ -+ LFT_REQUEST_METHOD, -+ LFT_REQUEST_URI, -+/*LFT_REQUEST_QUERY, * // * this is not needed. see strip_query_terms */ -+ LFT_REQUEST_VERSION, -+ -+/*LFT_REQUEST_SIZE_TOTAL, */ -+/*LFT_REQUEST_SIZE_LINE, */ -+/*LFT_REQUEST_SIZE_HEADERS, */ -+/*LFT_REQUEST_SIZE_BODY, */ -+/*LFT_REQUEST_SIZE_BODY_NO_TE, */ -+ -+ LFT_REPLY_SIZE_TOTAL, -+/*LFT_REPLY_SIZE_LINE, */ -+/*LFT_REPLY_SIZE_HEADERS, */ -+/*LFT_REPLY_SIZE_BODY, */ -+/*LFT_REPLY_SIZE_BODY_NO_TE, */ -+ -+#ifdef HAVE_EXTACL_LOG -+ LFT_EXT_LOG, -+#endif -+ -+ LFT_PERCENT /* special string cases for escaped chars */ -+} logformat_bcode_t; -+ -+enum log_quote { -+ LOG_QUOTE_NONE = 0, -+ LOG_QUOTE_QUOTES, -+ LOG_QUOTE_BRAKETS, -+ LOG_QUOTE_URL, -+ LOG_QUOTE_RAW -+}; -+struct _logformat_token { -+ logformat_bcode_t type; -+ union { -+ char *string; -+ struct { -+ char *header; -+ char *element; -+ char separator; -+ } header; -+ char *timespec; -+ } data; -+ unsigned char width; -+ unsigned char precision; -+ enum log_quote quote:3; -+ unsigned int left:1; -+ unsigned int space:1; -+ unsigned int zero:1; -+ int divisor; -+ logformat_token *next; /* todo: move from linked list to array */ -+}; -+ -+struct logformat_token_table_entry { -+ const char *config; -+ logformat_bcode_t token_type; -+ int options; -+}; -+ -+struct logformat_token_table_entry logformat_token_table[] = -+{ -+ -+ {">a", LFT_CLIENT_IP_ADDRESS}, -+/*{ ">p", LFT_CLIENT_PORT}, */ -+ {">A", LFT_CLIENT_FQDN}, -+ -+/*{ "h", LFT_REQUEST_HEADER}, -+ {"v", LFT_REQUEST_VERSION}, -+ {"rv", LFT_REQUEST_VERSION}, -+ -+/*{ ">st", LFT_REQUEST_SIZE_TOTAL }, */ -+/*{ ">sl", LFT_REQUEST_SIZE_LINE }, * / / * the request line "GET ... " */ -+/*{ ">sh", LFT_REQUEST_SIZE_HEADERS }, */ -+/*{ ">sb", LFT_REQUEST_SIZE_BODY }, */ -+/*{ ">sB", LFT_REQUEST_SIZE_BODY_NO_TE }, */ -+ -+ {"logFormat; -+ logfile = log->logfile; -+ for (fmt = lf->format; fmt != NULL; fmt = fmt->next) { /* for each token */ -+ const char *out = NULL; -+ int quote = 0; -+ long int outint = 0; -+ int doint = 0; -+ int dofree = 0; -+ switch (fmt->type) { -+ case LFT_NONE: -+ out = ""; -+ break; -+ case LFT_STRING: -+ out = fmt->data.string; -+ break; -+ case LFT_CLIENT_IP_ADDRESS: -+ out = inet_ntoa(al->cache.caddr); -+ break; -+ -+ case LFT_CLIENT_FQDN: -+ out = fqdncache_gethostbyaddr(al->cache.caddr, FQDN_LOOKUP_IF_MISS); -+ if (!out) -+ out = inet_ntoa(al->cache.caddr); -+ break; -+ -+ /* case LFT_CLIENT_PORT: */ -+ -+ /* case LFT_SERVER_IP_ADDRESS: */ -+ -+ case LFT_SERVER_IP_OR_PEER_NAME: -+ out = al->hier.host; -+ break; -+ -+ /* case LFT_SERVER_PORT: */ -+ -+ case LFT_LOCAL_IP: -+ if (al->request) -+ out = inet_ntoa(al->request->my_addr); -+ break; -+ -+ case LFT_LOCAL_PORT: -+ if (al->request) { -+ outint = al->request->my_port; -+ doint = 1; -+ } -+ break; -+ -+ case LFT_TIME_SECONDS_SINCE_EPOCH: -+ outint = current_time.tv_sec; -+ doint = 1; -+ break; -+ -+ case LFT_TIME_SUBSECOND: -+ outint = current_time.tv_usec / fmt->divisor; -+ doint = 1; -+ break; -+ -+ -+ case LFT_TIME_LOCALTIME: -+ case LFT_TIME_GMT: -+ { -+ const char *spec; -+ struct tm *t; -+ spec = fmt->data.timespec; -+ if (!spec) -+ spec = "%d/%b/%Y:%H:%M:%S %z"; -+ if (fmt->type == LFT_TIME_LOCALTIME) -+ t = localtime(&squid_curtime); -+ else -+ t = gmtime(&squid_curtime); -+ strftime(tmp, sizeof(tmp), spec, t); -+ out = tmp; -+ } -+ break; -+ -+ case LFT_TIME_TO_HANDLE_REQUEST: -+ outint = al->cache.msec; -+ doint = 1; -+ break; -+ -+ case LFT_REQUEST_HEADER: -+ if (al->request) -+ sb = httpHeaderGetByName(&al->request->header, fmt->data.header.header); -+ out = strBuf(sb); -+ quote = 1; -+ break; -+ -+ case LFT_REPLY_HEADER: -+ if (al->reply) -+ sb = httpHeaderGetByName(&al->reply->header, fmt->data.header.header); -+ out = strBuf(sb); -+ quote = 1; -+ break; -+ -+ case LFT_REQUEST_HEADER_ELEM: -+ if (al->request) -+ sb = httpHeaderGetByNameListMember(&al->request->header, fmt->data.header.header, fmt->data.header.element, fmt->data.header.separator); -+ out = strBuf(sb); -+ quote = 1; -+ break; -+ -+ case LFT_REPLY_HEADER_ELEM: -+ if (al->reply) -+ sb = httpHeaderGetByNameListMember(&al->reply->header, fmt->data.header.header, fmt->data.header.element, fmt->data.header.separator); -+ out = strBuf(sb); -+ quote = 1; -+ break; -+ -+ case LFT_REQUEST_ALL_HEADERS: -+ out = al->headers.request; -+ quote = 1; -+ break; -+ -+ case LFT_REPLY_ALL_HEADERS: -+ out = al->headers.reply; -+ quote = 1; -+ break; -+ -+ case LFT_USER_NAME: -+ out = accessLogFormatName(al->cache.authuser ? -+ al->cache.authuser : al->cache.rfc931); -+ dofree = 1; -+ break; -+ -+ case LFT_USER_LOGIN: -+ out = accessLogFormatName(al->cache.authuser); -+ dofree = 1; -+ break; -+ -+ case LFT_USER_IDENT: -+ out = accessLogFormatName(al->cache.rfc931); -+ dofree = 1; -+ break; -+ -+ /* case LFT_USER_REALM: */ -+ /* case LFT_USER_SCHEME: */ -+ -+ case LFT_HTTP_CODE: -+ outint = al->http.code; -+ doint = 1; -+ break; -+ -+ /* case LFT_HTTP_STATUS: -+ * out = statusline->text; -+ * quote = 1; -+ * break; -+ */ -+ -+ case LFT_SQUID_STATUS: -+ out = log_tags[al->cache.code]; -+ break; -+ -+ /* case LFT_SQUID_ERROR: */ -+ -+ case LFT_SQUID_HIERARCHY: -+ if (al->hier.ping.timedout) -+ memBufAppend(&mb, "TIMEOUT_", 8); -+ out = hier_strings[al->hier.code]; -+ break; -+ -+ case LFT_MIME_TYPE: -+ out = al->http.content_type; -+ break; -+ -+ case LFT_REQUEST_METHOD: -+ out = al->private.method_str; -+ break; -+ -+ case LFT_REQUEST_URI: -+ out = al->url; -+ break; -+ -+ case LFT_REQUEST_VERSION: -+ snprintf(tmp, sizeof(tmp), "%d.%d", (int) al->http.version.major, (int) al->http.version.minor); -+ out = tmp; -+ break; -+ -+ /*case LFT_REQUEST_SIZE_TOTAL: */ -+ /*case LFT_REQUEST_SIZE_LINE: */ -+ /*case LFT_REQUEST_SIZE_HEADERS: */ -+ /*case LFT_REQUEST_SIZE_BODY: */ -+ /*case LFT_REQUEST_SIZE_BODY_NO_TE: */ -+ -+ case LFT_REPLY_SIZE_TOTAL: -+ outint = al->cache.size; -+ doint = 1; -+ break; -+ -+ /*case LFT_REPLY_SIZE_LINE: */ -+ /*case LFT_REPLY_SIZE_HEADERS: */ -+ /*case LFT_REPLY_SIZE_BODY: */ -+ /*case LFT_REPLY_SIZE_BODY_NO_TE: */ -+ -+#ifdef HAVE_EXTACL_LOG -+ case LFT_EXT_LOG: -+ if (al->request) -+ out = strBuf(al->request->extacl_log); -+ -+ quote = 1; -+ break; -+#endif -+ -+ case LFT_PERCENT: -+ out = "%"; -+ break; -+ } -+ -+ if (doint) { -+ snprintf(tmp, sizeof(tmp), "%0*ld", fmt->zero ? (int) fmt->width : 0, outint); -+ out = tmp; -+ } -+ if (out && *out) { -+ if (quote || fmt->quote != LOG_QUOTE_NONE) { -+ char *newout = NULL; -+ int newfree = 0; -+ switch (fmt->quote) { -+ case LOG_QUOTE_NONE: -+ newout = rfc1738_escape_unescaped(out); -+ break; -+ case LOG_QUOTE_QUOTES: -+ newout = log_quoted_string(out); -+ newfree = 1; -+ break; -+ case LOG_QUOTE_BRAKETS: -+ newout = log_quote(out); -+ newfree = 1; -+ break; -+ case LOG_QUOTE_URL: -+ newout = rfc1738_escape(out); -+ break; -+ case LOG_QUOTE_RAW: -+ break; -+ } -+ if (newout) { -+ if (dofree) -+ safe_free(out); -+ out = newout; -+ dofree = newfree; -+ } -+ } -+ if (fmt->width) { -+ if (fmt->left) -+ memBufPrintf(&mb, "%-*s", (int) fmt->width, out); -+ else -+ memBufPrintf(&mb, "%*s", (int) fmt->width, out); -+ } else -+ memBufAppend(&mb, out, strlen(out)); -+ } else { -+ memBufAppend(&mb, "-", 1); -+ } -+ if (fmt->space) -+ memBufAppend(&mb, " ", 1); -+ stringClean(&sb); -+ if (dofree) -+ safe_free(out); -+ } -+ logfilePrintf(logfile, "%s\n", mb.buf); -+} -+ -+/* parses a single token. Returns the token length in characters, -+ * and fills in the lt item with the token information. -+ * def is for sure null-terminated -+ */ -+static int -+accessLogGetNewLogFormatToken(logformat_token * lt, char *def, enum log_quote *quote) -+{ -+ char *cur = def; -+ struct logformat_token_table_entry *lte; -+ int l; -+ -+ memset(lt, 0, sizeof(*lt)); -+ l = strcspn(cur, "%"); -+ if (l > 0) { -+ char *cp; -+ /* it's a string for sure, until \0 or the next % */ -+ cp = xmalloc(l + 1); -+ xstrncpy(cp, cur, l + 1); -+ lt->type = LFT_STRING; -+ lt->data.string = cp; -+ while (l > 0) { -+ switch (*cur) { -+ case '"': -+ if (*quote == LOG_QUOTE_NONE) -+ *quote = LOG_QUOTE_QUOTES; -+ else if (*quote == LOG_QUOTE_QUOTES) -+ *quote = LOG_QUOTE_NONE; -+ break; -+ case '[': -+ if (*quote == LOG_QUOTE_NONE) -+ *quote = LOG_QUOTE_BRAKETS; -+ break; -+ case ']': -+ if (*quote == LOG_QUOTE_BRAKETS) -+ *quote = LOG_QUOTE_NONE; -+ break; -+ } -+ cur++; -+ l--; -+ } -+ goto done; -+ } -+ if (!*cur) -+ goto done; -+ cur++; -+ switch (*cur) { -+ case '"': -+ lt->quote = LOG_QUOTE_QUOTES; -+ cur++; -+ break; -+ case '\'': -+ lt->quote = LOG_QUOTE_RAW; -+ cur++; -+ break; -+ case '[': -+ lt->quote = LOG_QUOTE_BRAKETS; -+ cur++; -+ break; -+ case '#': -+ lt->quote = LOG_QUOTE_URL; -+ cur++; -+ break; -+ default: -+ lt->quote = *quote; -+ break; -+ } -+ if (*cur == '-') { -+ lt->left = 1; -+ cur++; -+ } -+ if (*cur == '0') { -+ lt->zero = 1; -+ cur++; -+ } -+ if (isdigit(*cur)) -+ lt->width = strtol(cur, &cur, 10); -+ if (*cur == '.') -+ lt->precision = strtol(cur + 1, &cur, 10); -+ if (*cur == '{') { -+ char *cp; -+ cur++; -+ l = strcspn(cur, "}"); -+ cp = xmalloc(l + 1); -+ xstrncpy(cp, cur, l + 1); -+ lt->data.string = cp; -+ cur += l; -+ if (*cur == '}') -+ cur++; -+ } -+ lt->type = LFT_NONE; -+ for (lte = logformat_token_table; lte->config != NULL; lte++) { -+ if (strncmp(lte->config, cur, strlen(lte->config)) == 0) { -+ lt->type = lte->token_type; -+ cur += strlen(lte->config); -+ break; -+ } -+ } -+ if (lt->type == LFT_NONE) { -+ fatalf("Can't parse configuration token: '%s'\n", -+ def); -+ } -+ if (*cur == ' ') { -+ lt->space = 1; -+ cur++; -+ } -+ done: -+ switch (lt->type) { -+ case LFT_REQUEST_HEADER: -+ case LFT_REPLY_HEADER: -+ if (lt->data.string) { -+ char *header = lt->data.string; -+ char *cp = strchr(header, ':'); -+ if (cp) { -+ *cp++ = '\0'; -+ if (*cp == ',' || *cp == ';' || *cp == ':') -+ lt->data.header.separator = *cp++; -+ else -+ lt->data.header.separator = ','; -+ lt->data.header.element = cp; -+ lt->type = (lt->type == LFT_REQUEST_HEADER) ? -+ LFT_REQUEST_HEADER_ELEM : -+ LFT_REPLY_HEADER_ELEM; -+ } -+ lt->data.header.header = header; -+ } else { -+ lt->type = (lt->type == LFT_REQUEST_HEADER) ? -+ LFT_REQUEST_ALL_HEADERS : -+ LFT_REPLY_ALL_HEADERS; -+ Config.onoff.log_mime_hdrs = 1; -+ } -+ break; -+ case LFT_CLIENT_FQDN: -+ Config.onoff.log_fqdn = 1; -+ break; -+ case LFT_TIME_SUBSECOND: -+ lt->divisor = 1000; -+ if (lt->precision) { -+ int i; -+ lt->divisor = 1000000; -+ for (i = lt->precision; i > 1; i--) -+ lt->divisor /= 10; -+ if (!lt->divisor) -+ lt->divisor = 0; -+ } -+ break; -+ default: -+ break; -+ } -+ return (cur - def); -+} -+ -+int -+accessLogParseLogFormat(logformat_token ** fmt, char *def) -+{ -+ char *cur, *eos; -+ logformat_token *new_lt, *last_lt; -+ enum log_quote quote = LOG_QUOTE_NONE; -+ -+ debug(46, 1) ("accessLogParseLogFormat: got definition '%s'\n", def); -+ -+ /* very inefficent parser, but who cares, this needs to be simple */ -+ /* First off, let's tokenize, we'll optimize in a second pass. -+ * A token can either be a %-prefixed sequence (usually a dynamic -+ * token but it can be an escaped sequence), or a string. */ -+ cur = def; -+ eos = def + strlen(def); -+ *fmt = new_lt = last_lt = xmalloc(sizeof(logformat_token)); -+ cur += accessLogGetNewLogFormatToken(new_lt, cur, "e); -+ while (cur < eos) { -+ new_lt = xmalloc(sizeof(logformat_token)); -+ last_lt->next = new_lt; -+ last_lt = new_lt; -+ cur += accessLogGetNewLogFormatToken(new_lt, cur, "e); -+ } -+ return 1; -+} -+ -+void -+accessLogDumpLogFormat(StoreEntry * entry, const char *name, logformat * definitions) -+{ -+ logformat_token *t; -+ logformat *format; -+ struct logformat_token_table_entry *te; -+ debug(46, 0) ("accessLogDumpLogFormat called\n"); -+ -+ for (format = definitions; format; format = format->next) { -+ debug(46, 0) ("Dumping logformat definition for %s\n", format->name); -+ storeAppendPrintf(entry, "logformat %s ", format->name); -+ for (t = format->format; t; t = t->next) { -+ if (t->type == LFT_STRING) -+ storeAppendPrintf(entry, "%s", t->data.string); -+ else { -+ char argbuf[256]; -+ char *arg = NULL; -+ logformat_bcode_t type = t->type; -+ -+ switch (type) { -+ /* special cases */ -+ case LFT_STRING: -+ break; -+ case LFT_REQUEST_HEADER_ELEM: -+ case LFT_REPLY_HEADER_ELEM: -+ if (t->data.header.separator != ',') -+ snprintf(argbuf, sizeof(argbuf), "%s:%c%s", t->data.header.header, t->data.header.separator, t->data.header.element); -+ else -+ snprintf(argbuf, sizeof(argbuf), "%s:%s", t->data.header.header, t->data.header.element); -+ -+ arg = argbuf; -+ type = (type == LFT_REQUEST_HEADER_ELEM) ? -+ LFT_REQUEST_HEADER : -+ LFT_REPLY_HEADER; -+ break; -+ -+ case LFT_REQUEST_ALL_HEADERS: -+ case LFT_REPLY_ALL_HEADERS: -+ type = (type == LFT_REQUEST_ALL_HEADERS) ? -+ LFT_REQUEST_HEADER : -+ LFT_REPLY_HEADER; -+ break; -+ -+ default: -+ if (t->data.string) -+ arg = t->data.string; -+ break; -+ } -+ storeAppend(entry, "%", 1); -+ switch (t->quote) { -+ case LOG_QUOTE_QUOTES: -+ storeAppend(entry, "\"", 1); -+ break; -+ case LOG_QUOTE_BRAKETS: -+ storeAppend(entry, "[", 1); -+ break; -+ case LOG_QUOTE_URL: -+ storeAppend(entry, "#", 1); -+ break; -+ case LOG_QUOTE_RAW: -+ storeAppend(entry, "'", 1); -+ break; -+ case LOG_QUOTE_NONE: -+ break; -+ } -+ if (t->left) -+ storeAppend(entry, "-", 1); -+ if (t->zero) -+ storeAppend(entry, "0", 1); -+ if (t->width) -+ storeAppendPrintf(entry, "%d", (int) t->width); -+ if (t->precision) -+ storeAppendPrintf(entry, ".%d", (int) t->precision); -+ if (arg) -+ storeAppendPrintf(entry, "{%s}", arg); -+ for (te = logformat_token_table; te->config != NULL; te++) { -+ if (te->token_type == t->type) { -+ storeAppendPrintf(entry, "%s", te->config); -+ break; -+ } -+ } -+ if (t->space) -+ storeAppend(entry, " ", 1); -+ assert(te->config != NULL); -+ } -+ } -+ } -+ storeAppend(entry, "\n", 1); -+} -+ -+void -+accessLogFreeLogFormat(logformat_token ** tokens) -+{ -+ while (*tokens) { -+ logformat_token *token = *tokens; -+ *tokens = token->next; -+ safe_free(token->data.string); -+ xfree(token); -+ } -+} -+ - static void --accessLogSquid(AccessLogEntry * al) -+accessLogSquid(AccessLogEntry * al, Logfile * logfile) - { - const char *client = NULL; - char *user = NULL; -@@ -261,10 +1018,19 @@ - al->hier.host, - al->http.content_type); - safe_free(user); -+ if (Config.onoff.log_mime_hdrs) { -+ char *ereq = log_quote(al->headers.request); -+ char *erep = log_quote(al->headers.reply); -+ logfilePrintf(logfile, " [%s] [%s]\n", ereq, erep); -+ safe_free(ereq); -+ safe_free(erep); -+ } else { -+ logfilePrintf(logfile, "\n"); -+ } - } - - static void --accessLogCommon(AccessLogEntry * al) -+accessLogCommon(AccessLogEntry * al, Logfile * logfile) - { - const char *client = NULL; - char *user1 = NULL, *user2 = NULL; -@@ -288,11 +1054,21 @@ - hier_strings[al->hier.code]); - safe_free(user1); - safe_free(user2); -+ if (Config.onoff.log_mime_hdrs) { -+ char *ereq = log_quote(al->headers.request); -+ char *erep = log_quote(al->headers.reply); -+ logfilePrintf(logfile, " [%s] [%s]\n", ereq, erep); -+ safe_free(ereq); -+ safe_free(erep); -+ } else { -+ logfilePrintf(logfile, "\n"); -+ } - } - - void --accessLogLog(AccessLogEntry * al) -+accessLogLog(AccessLogEntry * al, aclCheck_t * checklist) - { -+ customlog *log; - if (LogfileStatus != LOG_ENABLE) - return; - if (al->url == NULL) -@@ -306,20 +1082,38 @@ - if (al->hier.host[0] == '\0') - xstrncpy(al->hier.host, dash_str, SQUIDHOSTNAMELEN); - -- if (Config.onoff.common_log) -- accessLogCommon(al); -- else -- accessLogSquid(al); -- if (Config.onoff.log_mime_hdrs) { -- char *ereq = log_quote(al->headers.request); -- char *erep = log_quote(al->headers.reply); -- logfilePrintf(logfile, " [%s] [%s]\n", ereq, erep); -- safe_free(ereq); -- safe_free(erep); -- } else { -- logfilePrintf(logfile, "\n"); -+ for (log = Config.Log.accesslogs; log; log = log->next) { -+ if (checklist && log->aclList && aclMatchAclList(log->aclList, checklist) != 1) -+ continue; -+ switch (log->type) { -+ case CLF_AUTO: -+ if (Config.onoff.common_log) -+ accessLogCommon(al, log->logfile); -+ else -+ accessLogSquid(al, log->logfile); -+ break; -+ case CLF_SQUID: -+ accessLogSquid(al, log->logfile); -+ break; -+ case CLF_COMMON: -+ accessLogCommon(al, log->logfile); -+ break; -+ case CLF_CUSTOM: -+ accessLogCustom(al, log); -+ break; -+ case CLF_NONE: -+ goto last; -+ default: -+ fatalf("Unknown log format %d\n", log->type); -+ break; -+ } -+ logfileFlush(log->logfile); -+ if (!checklist) -+ break; - } -- logfileFlush(logfile); -+ last: -+ (void) 0; /* NULL statement for label */ -+ - #if MULTICAST_MISS_STREAM - if (al->cache.code != LOG_TCP_MISS) - (void) 0; -@@ -346,12 +1140,15 @@ - void - accessLogRotate(void) - { -+ customlog *log; - #if FORW_VIA_DB - fvdbClear(); - #endif -- if (NULL == logfile) -- return; -- logfileRotate(logfile); -+ for (log = Config.Log.accesslogs; log; log = log->next) { -+ if (log->logfile) { -+ logfileRotate(log->logfile); -+ } -+ } - #if HEADERS_LOG - logfileRotate(headerslog); - #endif -@@ -360,10 +1157,13 @@ - void - accessLogClose(void) - { -- if (NULL == logfile) -- return; -- logfileClose(logfile); -- logfile = NULL; -+ customlog *log; -+ for (log = Config.Log.accesslogs; log; log = log->next) { -+ if (log->logfile) { -+ logfileClose(log->logfile); -+ log->logfile = NULL; -+ } -+ } - #if HEADERS_LOG - logfileClose(headerslog); - headerslog = NULL; -@@ -383,11 +1183,14 @@ - void - accessLogInit(void) - { -+ customlog *log; - assert(sizeof(log_tags) == (LOG_TYPE_MAX + 1) * sizeof(char *)); -- if (strcasecmp(Config.Log.access, "none") == 0) -- return; -- logfile = logfileOpen(Config.Log.access, MAX_URL << 1, 1); -- LogfileStatus = LOG_ENABLE; -+ for (log = Config.Log.accesslogs; log; log = log->next) { -+ if (log->type == CLF_NONE) -+ continue; -+ log->logfile = logfileOpen(log->filename, MAX_URL << 1, 1); -+ LogfileStatus = LOG_ENABLE; -+ } - #if HEADERS_LOG - headerslog = logfileOpen("/usr/local/squid/logs/headers.log", MAX_URL << 1, 0); - assert(NULL != headerslog); -Index: src/cache_cf.c -diff -u src/cache_cf.c:1.38.6.29 src/cache_cf.c:1.38.6.11.4.10 ---- src/cache_cf.c:1.38.6.29 Wed Oct 26 19:13:24 2005 -+++ src/cache_cf.c Fri Mar 3 18:27:50 2006 -@@ -60,6 +60,14 @@ - static void dump_cachedir_option_readonly(StoreEntry * e, const char *option, SwapDir * sd); - static void parse_cachedir_option_maxsize(SwapDir * sd, const char *option, const char *value, int reconfiguring); - static void dump_cachedir_option_maxsize(StoreEntry * e, const char *option, SwapDir * sd); -+static void parse_logformat(logformat ** logformat_definitions); -+static void parse_access_log(customlog ** customlog_definitions); -+static void dump_logformat(StoreEntry * entry, const char *name, logformat * definitions); -+static void dump_access_log(StoreEntry * entry, const char *name, customlog * definitions); -+static void free_logformat(logformat ** definitions); -+static void free_access_log(customlog ** definitions); -+ -+ - static struct cache_dir_option common_cachedir_options[] = - { - {"read-only", parse_cachedir_option_readonly, dump_cachedir_option_readonly}, -@@ -2625,3 +2633,144 @@ - return t; - } - } -+ -+static void -+parse_logformat(logformat ** logformat_definitions) -+{ -+ logformat *nlf; -+ char *name, *def; -+ -+ if ((name = strtok(NULL, w_space)) == NULL) -+ self_destruct(); -+ if ((def = strtok(NULL, "\r\n")) == NULL) -+ self_destruct(); -+ -+ debug(3, 1) ("Logformat for '%s' is '%s'\n", name, def); -+ -+ nlf = xcalloc(1, sizeof(logformat)); -+ nlf->name = xstrdup(name); -+ if (!accessLogParseLogFormat(&nlf->format, def)) -+ self_destruct(); -+ nlf->next = *logformat_definitions; -+ *logformat_definitions = nlf; -+} -+ -+static void -+parse_access_log(customlog ** logs) -+{ -+ const char *filename, *logdef_name; -+ customlog *cl; -+ logformat *lf; -+ -+ cl = xcalloc(1, sizeof(*cl)); -+ -+ if ((filename = strtok(NULL, w_space)) == NULL) -+ self_destruct(); -+ -+ if (strcmp(filename, "none") == 0) { -+ cl->type = CLF_NONE; -+ goto done; -+ } -+ if ((logdef_name = strtok(NULL, w_space)) == NULL) -+ logdef_name = "auto"; -+ -+ debug(3, 9) ("Log definition name '%s' file '%s'\n", logdef_name, filename); -+ -+ cl->filename = xstrdup(filename); -+ -+ /* look for the definition pointer corresponding to this name */ -+ lf = Config.Log.logformats; -+ while (lf != NULL) { -+ debug(3, 9) ("Comparing against '%s'\n", lf->name); -+ if (strcmp(lf->name, logdef_name) == 0) -+ break; -+ lf = lf->next; -+ } -+ if (lf != NULL) { -+ cl->type = CLF_CUSTOM; -+ cl->logFormat = lf; -+ } else if (strcmp(logdef_name, "auto") == 0) { -+ cl->type = CLF_AUTO; -+ } else if (strcmp(logdef_name, "squid") == 0) { -+ cl->type = CLF_SQUID; -+ } else if (strcmp(logdef_name, "common") == 0) { -+ cl->type = CLF_COMMON; -+ } else { -+ debug(3, 0) ("Log format '%s' is not defined\n", logdef_name); -+ self_destruct(); -+ } -+ -+ done: -+ aclParseAclList(&cl->aclList); -+ -+ while (*logs) -+ logs = &(*logs)->next; -+ *logs = cl; -+} -+ -+static void -+dump_logformat(StoreEntry * entry, const char *name, logformat * definitions) -+{ -+ accessLogDumpLogFormat(entry, name, definitions); -+} -+ -+static void -+dump_access_log(StoreEntry * entry, const char *name, customlog * logs) -+{ -+ customlog *log; -+ for (log = logs; log; log = log->next) { -+ storeAppendPrintf(entry, "%s ", name); -+ switch (log->type) { -+ case CLF_CUSTOM: -+ storeAppendPrintf(entry, "%s %s", log->filename, log->logFormat->name); -+ break; -+ case CLF_NONE: -+ storeAppendPrintf(entry, "none"); -+ break; -+ case CLF_SQUID: -+ storeAppendPrintf(entry, "%s squid", log->filename); -+ break; -+ case CLF_COMMON: -+ storeAppendPrintf(entry, "%s squid", log->filename); -+ break; -+ case CLF_AUTO: -+ if (log->aclList) -+ storeAppendPrintf(entry, "%s auto", log->filename); -+ else -+ storeAppendPrintf(entry, "%s", log->filename); -+ break; -+ case CLF_UNKNOWN: -+ break; -+ } -+ if (log->aclList) -+ dump_acl_list(entry, log->aclList); -+ storeAppendPrintf(entry, "\n"); -+ } -+} -+ -+static void -+free_logformat(logformat ** definitions) -+{ -+ while (*definitions) { -+ logformat *format = *definitions; -+ *definitions = format->next; -+ accessLogFreeLogFormat(&format->format); -+ xfree(format); -+ } -+} -+ -+static void -+free_access_log(customlog ** definitions) -+{ -+ while (*definitions) { -+ customlog *log = *definitions; -+ *definitions = log->next; -+ -+ log->logFormat = NULL; -+ log->type = CLF_UNKNOWN; -+ if (log->aclList) -+ aclDestroyAclList(&log->aclList); -+ safe_free(log->filename); -+ xfree(log); -+ } -+} -Index: src/cf.data.pre -diff -u src/cf.data.pre:1.49.2.86 src/cf.data.pre:1.49.2.40.2.18 ---- src/cf.data.pre:1.49.2.86 Sat Feb 25 19:13:57 2006 -+++ src/cf.data.pre Fri Mar 3 18:27:50 2006 -@@ -834,16 +834,97 @@ - (hard coded at 1 MB). - DOC_END - -- --NAME: cache_access_log --TYPE: string --DEFAULT: @DEFAULT_ACCESS_LOG@ --LOC: Config.Log.access -+NAME: logformat -+TYPE: logformat -+LOC: Config.Log.logformats -+DEFAULT: none - DOC_START -- Logs the client request activity. Contains an entry for -- every HTTP and ICP queries received. To disable, enter "none". --DOC_END -+ Usage: -+ -+ logformat -+ -+ Defines an access log format. -+ -+ The is a string with embedded % format codes -+ -+ % format codes all follow the same basic structure where all but -+ the formatcode is optional. Output strings are automatically escaped -+ as required according to their context and the output format -+ modifiers are usually not needed, but can be specified if an explicit -+ output format is desired. -+ -+ % ["|[|'|#] [-] [[0]width] [{argument}] formatcode -+ -+ " output in quoted string format -+ [ output in squid text log format as used by log_mime_hdrs -+ # output in URL quoted format -+ ' output as-is -+ -+ - left aligned -+ width field width. If starting with 0 then the -+ output is zero padded -+ {arg} argument such as header name etc -+ -+ Format codes: -+ -+ >a Client source IP address -+ >A Client FQDN -+ h Request header. Optional header name argument -+ on the format header[:[separator]element] -+ h -+ un User name -+ ul User login -+ ui User ident -+ Hs HTTP status code -+ Ss Squid request status (TCP_MISS etc) -+ Sh Squid hierarchy status (DEFAULT_PARENT etc) -+ mt MIME content type -+ rm Request method (GET/POST etc) -+ ru Request URL -+ rv Request protocol version -+ ea Log string returned by external acl -+ a %Ss/%03Hs %a %Ss/%03Hs %h] [%a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %h" "%{User-Agent}>h" %Ss:%Sh -+DOC_END -+ -+NAME: access_log cache_access_log -+TYPE: access_log -+LOC: Config.Log.accesslogs -+DEFAULT: none -+DOC_START -+ These files log client request activities. Has a line every HTTP or -+ ICP request. The format is: -+ access_log [ [acl acl ...]] -+ -+ Will log to the specified file using the specified format (which -+ must be defined in a logformat directive) those entries which match -+ ALL the acl's specified (which must be defined in acl clauses). -+ If no acl is specified, all requests will be logged to this file. -+ -+ To disable logging of a request use the filepath "none", in which case -+ a logformat name should not be specified. - -+ To log the request via syslog specify a filepath of "syslog" -+NOCOMMENT_START -+access_log @DEFAULT_ACCESS_LOG@ squid -+NOCOMMENT_END -+DOC_END - - NAME: cache_log - TYPE: string -@@ -2440,6 +2521,17 @@ - no limit imposed. - DOC_END - -+NAME: log_access -+TYPE: acl_access -+LOC: Config.accessList.log -+DEFAULT: none -+COMMENT: allow|deny acl acl... -+DOC_START -+ This options allows you to control which requests gets logged -+ to access.log (see cache_access_log directive). Requests denied -+ for logging will also not be accounted for in performance counters. -+DOC_END -+ - COMMENT_START - ADMINISTRATIVE PARAMETERS - ----------------------------------------------------------------------------- -Index: src/client_side.c -diff -u src/client_side.c:1.47.2.76 src/client_side.c:1.47.2.31.2.15 ---- src/client_side.c:1.47.2.76 Fri Mar 10 19:16:31 2006 -+++ src/client_side.c Mon Apr 24 08:22:33 2006 -@@ -871,14 +871,18 @@ - http->al.cache.code = http->log_type; - http->al.cache.msec = tvSubMsec(http->start, current_time); - if (request) { -- Packer p; -- MemBuf mb; -- memBufDefInit(&mb); -- packerToMemInit(&p, &mb); -- httpHeaderPackInto(&request->header, &p); -+ if (Config.onoff.log_mime_hdrs) { -+ Packer p; -+ MemBuf mb; -+ memBufDefInit(&mb); -+ packerToMemInit(&p, &mb); -+ httpHeaderPackInto(&request->header, &p); -+ http->al.headers.request = xstrdup(mb.buf); -+ packerClean(&p); -+ memBufClean(&mb); -+ } - http->al.http.method = request->method; - http->al.http.version = request->http_ver; -- http->al.headers.request = xstrdup(mb.buf); - http->al.hier = request->hier; - if (request->auth_user_request) { - if (authenticateUserRequestUsername(request->auth_user_request)) -@@ -888,12 +892,17 @@ - } - if (conn->rfc931[0]) - http->al.cache.rfc931 = conn->rfc931; -- packerClean(&p); -- memBufClean(&mb); - } -- accessLogLog(&http->al); -- clientUpdateCounters(http); -- clientdbUpdate(conn->peer.sin_addr, http->log_type, PROTO_HTTP, http->out.size); -+ http->al.request = request; -+ if (!http->acl_checklist) -+ http->acl_checklist = clientAclChecklistCreate(Config.accessList.http, http); -+ http->acl_checklist->reply = http->reply; -+ if (!Config.accessList.log || aclCheckFast(Config.accessList.log, http->acl_checklist)) { -+ http->al.reply = http->reply; -+ accessLogLog(&http->al, http->acl_checklist); -+ clientUpdateCounters(http); -+ clientdbUpdate(conn->peer.sin_addr, http->log_type, PROTO_HTTP, http->out.size); -+ } - } - if (http->acl_checklist) - aclChecklistFree(http->acl_checklist); -@@ -904,6 +913,7 @@ - safe_free(http->al.headers.request); - safe_free(http->al.headers.reply); - safe_free(http->al.cache.authuser); -+ http->al.request = NULL; - safe_free(http->redirect.location); - stringClean(&http->range_iter.boundary); - if ((e = http->entry)) { -Index: src/icp_v2.c -diff -u src/icp_v2.c:1.5 src/icp_v2.c:1.5.60.1 ---- src/icp_v2.c:1.5 Fri May 4 06:39:12 2001 -+++ src/icp_v2.c Sat Jun 21 05:45:26 2003 -@@ -63,7 +63,7 @@ - al.cache.size = len; - al.cache.code = logcode; - al.cache.msec = delay; -- accessLogLog(&al); -+ accessLogLog(&al, NULL); - } - - void -Index: src/logfile.c -diff -u src/logfile.c:1.5.38.3 src/logfile.c:1.5.38.3.4.4 ---- src/logfile.c:1.5.38.3 Mon Jan 20 19:15:11 2003 -+++ src/logfile.c Sun May 21 16:56:52 2006 -@@ -36,36 +36,127 @@ - - static void logfileWriteWrapper(Logfile * lf, const void *buf, size_t len); - -+#if HAVE_SYSLOG -+typedef struct { -+ const char *name; -+ int value; -+}syslog_symbol_t; -+ -+static int -+syslog_ntoa(const char *s) -+{ -+#define syslog_symbol(a) #a, a -+ static syslog_symbol_t symbols[] = -+ { -+#ifdef LOG_AUTHPRIV -+ {syslog_symbol(LOG_AUTHPRIV)}, -+#endif -+#ifdef LOG_DAEMON -+ {syslog_symbol(LOG_DAEMON)}, -+#endif -+#ifdef LOG_LOCAL0 -+ {syslog_symbol(LOG_LOCAL0)}, -+#endif -+#ifdef LOG_LOCAL1 -+ {syslog_symbol(LOG_LOCAL1)}, -+#endif -+#ifdef LOG_LOCAL2 -+ {syslog_symbol(LOG_LOCAL2)}, -+#endif -+#ifdef LOG_LOCAL3 -+ {syslog_symbol(LOG_LOCAL3)}, -+#endif -+#ifdef LOG_LOCAL4 -+ {syslog_symbol(LOG_LOCAL4)}, -+#endif -+#ifdef LOG_LOCAL5 -+ {syslog_symbol(LOG_LOCAL5)}, -+#endif -+#ifdef LOG_LOCAL6 -+ {syslog_symbol(LOG_LOCAL6)}, -+#endif -+#ifdef LOG_LOCAL7 -+ {syslog_symbol(LOG_LOCAL7)}, -+#endif -+#ifdef LOG_USER -+ {syslog_symbol(LOG_USER)}, -+#endif -+#ifdef LOG_ERR -+ {syslog_symbol(LOG_ERR)}, -+#endif -+#ifdef LOG_WARNING -+ {syslog_symbol(LOG_WARNING)}, -+#endif -+#ifdef LOG_NOTICE -+ {syslog_symbol(LOG_NOTICE)}, -+#endif -+#ifdef LOG_INFO -+ {syslog_symbol(LOG_INFO)}, -+#endif -+#ifdef LOG_DEBUG -+ {syslog_symbol(LOG_DEBUG)}, -+#endif -+ {NULL, 0} -+ }; -+ syslog_symbol_t *p; -+ -+ for (p = symbols; p->name != NULL; ++p) -+ if (!strcmp(s, p->name) || !strcmp(s, p->name + 4)) -+ return p->value; -+ return 0; -+} -+ -+#define PRIORITY_MASK (LOG_ERR | LOG_WARNING | LOG_NOTICE | LOG_INFO | LOG_DEBUG) -+#endif /* HAVE_SYSLOG */ -+ - Logfile * - logfileOpen(const char *path, size_t bufsz, int fatal_flag) - { -- int fd; -- Logfile *lf; -- fd = file_open(path, O_WRONLY | O_CREAT | O_TEXT); -- if (DISK_ERROR == fd) { -- if (ENOENT == errno && fatal_flag) { -- fatalf("Cannot open '%s' because\n" -- "\tthe parent directory does not exist.\n" -- "\tPlease create the directory.\n", path); -- } else if (EACCES == errno && fatal_flag) { -- fatalf("Cannot open '%s' for writing.\n" -- "\tThe parent directory must be writeable by the\n" -- "\tuser '%s', which is the cache_effective_user\n" -- "\tset in squid.conf.", path, Config.effectiveUser); -- } else { -- debug(50, 1) ("logfileOpen: %s: %s\n", path, xstrerror()); -- return NULL; -+ Logfile *lf = xcalloc(1, sizeof(*lf)); -+ xstrncpy(lf->path, path, MAXPATHLEN); -+#if HAVE_SYSLOG -+ if (strcmp(path, "syslog") == 0 || strncmp(path, "syslog:", 7) == 0) { -+ lf->flags.syslog = 1; -+ lf->fd = -1; -+ if (path[6] != '\0') { -+ const char *priority = path + 7; -+ char *facility = strchr(priority, '|'); -+ if (facility) { -+ *facility++ = '\0'; -+ lf->syslog_priority |= syslog_ntoa(facility); -+ } -+ lf->syslog_priority |= syslog_ntoa(priority); -+ } -+ if ((lf->syslog_priority & PRIORITY_MASK) == 0) -+ lf->syslog_priority |= LOG_INFO; -+ } else -+#endif -+ { -+ int fd = file_open(path, O_WRONLY | O_CREAT | O_TEXT); -+ if (DISK_ERROR == fd) { -+ if (ENOENT == errno && fatal_flag) { -+ fatalf("Cannot open '%s' because\n" -+ "\tthe parent directory does not exist.\n" -+ "\tPlease create the directory.\n", path); -+ } else if (EACCES == errno && fatal_flag) { -+ fatalf("Cannot open '%s' for writing.\n" -+ "\tThe parent directory must be writeable by the\n" -+ "\tuser '%s', which is the cache_effective_user\n" -+ "\tset in squid.conf.", path, Config.effectiveUser); -+ } else { -+ debug(50, 1) ("logfileOpen: %s: %s\n", path, xstrerror()); -+ safe_free(lf); -+ return NULL; -+ } -+ } -+ lf->fd = fd; -+ if (bufsz > 0) { -+ lf->buf = xmalloc(bufsz); -+ lf->bufsz = bufsz; - } - } -- lf = xcalloc(1, sizeof(*lf)); -- lf->fd = fd; - if (fatal_flag) - lf->flags.fatal = 1; -- xstrncpy(lf->path, path, MAXPATHLEN); -- if (bufsz > 0) { -- lf->buf = xmalloc(bufsz); -- lf->bufsz = bufsz; -- } - return lf; - } - -@@ -73,7 +164,8 @@ - logfileClose(Logfile * lf) - { - logfileFlush(lf); -- file_close(lf->fd); -+ if (lf->fd >= 0) -+ file_close(lf->fd); - if (lf->buf) - xfree(lf->buf); - xfree(lf); -@@ -89,6 +181,8 @@ - char from[MAXPATHLEN]; - char to[MAXPATHLEN]; - assert(lf->path); -+ if (lf->flags.syslog) -+ return; - #ifdef S_ISREG - if (stat(lf->path, &sb) == 0) - if (S_ISREG(sb.st_mode) == 0) -@@ -120,6 +214,12 @@ - void - logfileWrite(Logfile * lf, void *buf, size_t len) - { -+#if HAVE_SYSLOG -+ if (lf->flags.syslog) { -+ syslog(lf->syslog_priority, "%s", (char *) buf); -+ return; -+ } -+#endif - if (0 == lf->bufsz) { - /* buffering disabled */ - logfileWriteWrapper(lf, buf, len); -Index: src/protos.h -diff -u src/protos.h:1.41.6.34 src/protos.h:1.41.6.14.2.10 ---- src/protos.h:1.41.6.34 Sat Feb 25 19:13:57 2006 -+++ src/protos.h Fri Mar 3 18:27:52 2006 -@@ -34,11 +34,14 @@ - #ifndef SQUID_PROTOS_H - #define SQUID_PROTOS_H - --extern void accessLogLog(AccessLogEntry *); -+extern void accessLogLog(AccessLogEntry *, aclCheck_t * checklist); - extern void accessLogRotate(void); - extern void accessLogClose(void); - extern void accessLogInit(void); - extern const char *accessLogTime(time_t); -+extern int accessLogParseLogFormat(logformat_token ** fmt, char *def); -+extern void accessLogDumpLogFormat(StoreEntry * entry, const char *name, logformat * definitions); -+extern void accessLogFreeLogFormat(logformat_token ** fmt); - extern void hierarchyNote(HierarchyLogEntry *, hier_code, const char *); - #if FORW_VIA_DB - extern void fvdbCountVia(const char *key); -Index: src/structs.h -diff -u src/structs.h:1.48.2.46 src/structs.h:1.48.2.11.2.14 ---- src/structs.h:1.48.2.46 Fri Mar 10 19:16:31 2006 -+++ src/structs.h Mon Apr 24 08:22:34 2006 -@@ -465,7 +465,6 @@ - char *as_whois_server; - struct { - char *log; -- char *access; - char *store; - char *swap; - #if USE_USERAGENT_LOG -@@ -477,6 +476,8 @@ - #if WIP_FWD_LOG - char *forward; - #endif -+ logformat *logformats; -+ customlog *accesslogs; - int rotateNumber; - } Log; - char *adminEmail; -@@ -623,6 +624,7 @@ - acl_access *AlwaysDirect; - acl_access *ASlists; - acl_access *noCache; -+ acl_access *log; - #if SQUID_SNMP - acl_access *snmp; - #endif -@@ -1061,6 +1063,8 @@ - const char *method_str; - } private; - HierarchyLogEntry hier; -+ HttpReply *reply; -+ request_t *request; - }; - - struct _clientHttpRequest { -@@ -2210,8 +2214,32 @@ - size_t bufsz; - ssize_t offset; - struct { -- unsigned int fatal:1; -+ unsigned int fatal; -+ unsigned int syslog; - } flags; -+ int syslog_priority; -+}; -+ -+struct _logformat { -+ char *name; -+ logformat_token *format; -+ logformat *next; -+}; -+ -+struct _customlog { -+ char *filename; -+ acl_list *aclList; -+ logformat *logFormat; -+ Logfile *logfile; -+ customlog *next; -+ enum { -+ CLF_UNKNOWN, -+ CLF_AUTO, -+ CLF_CUSTOM, -+ CLF_SQUID, -+ CLF_COMMON, -+ CLF_NONE -+ } type; - }; - - struct cache_dir_option { -Index: src/typedefs.h -diff -u src/typedefs.h:1.25.6.8 src/typedefs.h:1.25.6.2.2.6 ---- src/typedefs.h:1.25.6.8 Sat Mar 26 18:16:17 2005 -+++ src/typedefs.h Thu May 26 21:34:16 2005 -@@ -209,6 +209,9 @@ - typedef struct _storerepl_entry storerepl_entry_t; - typedef struct _diskd_queue diskd_queue; - typedef struct _Logfile Logfile; -+typedef struct _logformat_token logformat_token; -+typedef struct _logformat logformat; -+typedef struct _customlog customlog; - typedef struct _RemovalPolicy RemovalPolicy; - typedef struct _RemovalPolicyWalker RemovalPolicyWalker; - typedef struct _RemovalPurgeWalker RemovalPurgeWalker; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 19:00:45 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 7F2F816A47C for ; Mon, 3 Jul 2006 19:00:45 +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 2883D43D78 for ; Mon, 3 Jul 2006 19:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63J0hqV006262 for ; Mon, 3 Jul 2006 19:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63J0hUw006260; Mon, 3 Jul 2006 19:00:43 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 19:00:43 GMT Resent-Message-Id: <200607031900.k63J0hUw006260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael LAPLANCHE Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6CA16A403 for ; Mon, 3 Jul 2006 18:57:49 +0000 (UTC) (envelope-from martymac@martymac.com) Received: from martymac.com (home.martymac.com [82.224.94.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A594C43D80 for ; Mon, 3 Jul 2006 18:57:48 +0000 (GMT) (envelope-from martymac@martymac.com) Received: from martymac.com (localhost.martymac.com [127.0.0.1]) by martymac.com (8.13.6/8.13.6) with ESMTP id k63IvpSh001014 for ; Mon, 3 Jul 2006 20:57:51 +0200 (CEST) (envelope-from martymac@martymac.com) Received: (from martymac@localhost) by martymac.com (8.13.6/8.13.6/Submit) id k63IvpjD001013; Mon, 3 Jul 2006 20:57:51 +0200 (CEST) (envelope-from martymac) Message-Id: <200607031857.k63IvpjD001013@martymac.com> Date: Mon, 3 Jul 2006 20:57:51 +0200 (CEST) From: Ganael LAPLANCHE To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99753: [PORT UPDATES] Cannot maintain net-p2p/amule1 and net-p2p/amule2 anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ganael LAPLANCHE List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:00:45 -0000 >Number: 99753 >Category: ports >Synopsis: [PORT UPDATES] Cannot maintain net-p2p/amule1 and net-p2p/amule2 anymore >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 19:00:43 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ganael LAPLANCHE >Release: FreeBSD 5.4-STABLE amd64 >Organization: http://contribs.martymac.com >Environment: System: FreeBSD www.martymac.com FreeBSD 5.4-STABLE >Description: Due to the new French DADVSI law, I cannot maintain the aMule ports anymore. Changed maintainers to ports@FreeBSD.org. I hope someone will be able to do the job. Sorry... >How-To-Repeat: >Fix: --------------- Patch starts here --------------- diff -aur amule1.orig/Makefile amule1/Makefile --- amule1.orig/Makefile Mon Jul 3 20:48:11 2006 +++ amule1/Makefile Mon Jul 3 20:52:22 2006 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ports@FreeBSD.org COMMENT= The all-platform eMule p2p client LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ diff -aur amule2.orig/Makefile amule2/Makefile --- amule2.orig/Makefile Mon Jul 3 20:48:17 2006 +++ amule2/Makefile Mon Jul 3 20:51:52 2006 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ports@FreeBSD.org COMMENT= The all-platform eMule p2p client LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ diff -aur amule2.orig/files/amuled.sh.in amule2/files/amuled.sh.in --- amule2.orig/files/amuled.sh.in Mon Jul 3 20:48:17 2006 +++ amule2/files/amuled.sh.in Mon Jul 3 20:49:44 2006 @@ -2,7 +2,6 @@ # # aMule RCng startup script # Ogirinal work from Gabriele Cecchetti (amule.org forum) -# Modified by Ganaël LAPLANCHE (ganael.laplanche@martymac.com) # # PROVIDE: amuled Only in amule2.orig/files: patch-amuleDlg.cpp --------------- Patch ends here --------------- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 19:20:26 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 88A3D16A407 for ; Mon, 3 Jul 2006 19:20:26 +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 D9C1043D53 for ; Mon, 3 Jul 2006 19:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63JKOJx006833 for ; Mon, 3 Jul 2006 19:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63JKO6l006832; Mon, 3 Jul 2006 19:20:24 GMT (envelope-from gnats) Date: Mon, 3 Jul 2006 19:20:24 GMT Message-Id: <200607031920.k63JKO6l006832@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ulrich Spoerlein Cc: Subject: Re: ports/83264: [PATCH] emulators/linux_base-suse-9.2: Add freetype2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ulrich Spoerlein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:20:26 -0000 The following reply was made to PR ports/83264; it has been noted by GNATS. From: Ulrich Spoerlein To: bug-followup@FreeBSD.org, netchild@FreeBSD.org Cc: Subject: Re: ports/83264: [PATCH] emulators/linux_base-suse-9.2: Add freetype2 Date: Sun, 2 Jul 2006 17:16:59 +0200 Please close this PR, SuSE 9.2 is already very old ... Ulrich Spoerlein From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 19:49: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 925C416A415; Mon, 3 Jul 2006 19:49:36 +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 182CE44801; Mon, 3 Jul 2006 19:49:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63JnZ6F008832; Mon, 3 Jul 2006 19:49:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63JnZeu008828; Mon, 3 Jul 2006 19:49:35 GMT (envelope-from linimon) Date: Mon, 3 Jul 2006 19:49:35 GMT From: Mark Linimon Message-Id: <200607031949.k63JnZeu008828@freefall.freebsd.org> To: q@galgenberg.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/83264: [PATCH] emulators/linux_base-suse-9.2: Add freetype2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:49:36 -0000 Synopsis: [PATCH] emulators/linux_base-suse-9.2: Add freetype2 State-Changed-From-To: analyzed->closed State-Changed-By: linimon State-Changed-When: Mon Jul 3 19:49:02 UTC 2006 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=83264 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 19:50: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 D6C1316A47E; Mon, 3 Jul 2006 19:50:49 +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 84D4E447E0; Mon, 3 Jul 2006 19:50: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 k63JonBr009033; Mon, 3 Jul 2006 19:50:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63Jonw4009029; Mon, 3 Jul 2006 19:50:49 GMT (envelope-from linimon) Date: Mon, 3 Jul 2006 19:50:49 GMT From: Mark Linimon Message-Id: <200607031950.k63Jonw4009029@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org Cc: Subject: Re: ports/99753: [PORT UPDATES] Cannot maintain net-p2p/amule1 and net-p2p/amule2 anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:50:49 -0000 Synopsis: [PORT UPDATES] Cannot maintain net-p2p/amule1 and net-p2p/amule2 anymore Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 3 19:50:40 UTC 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=99753 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 20:10:33 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 5C57E16A403 for ; Mon, 3 Jul 2006 20:10:33 +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 EFD5243D4C for ; Mon, 3 Jul 2006 20:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63KAQmO009653 for ; Mon, 3 Jul 2006 20:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63KAQqm009652; Mon, 3 Jul 2006 20:10:26 GMT (envelope-from gnats) Date: Mon, 3 Jul 2006 20:10:26 GMT Message-Id: <200607032010.k63KAQqm009652@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Zhuravlev Cc: Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed 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: Mon, 03 Jul 2006 20:10:33 -0000 The following reply was made to PR ports/99699; it has been noted by GNATS. From: Alexander Zhuravlev To: bug-followup@FreeBSD.org Cc: Peter Beckman Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed Date: Mon, 3 Jul 2006 23:41:03 +0400 > --> more /usr/local/etc/php.conf > PHP_VER=5 > PHP_VERSION=5.1.2 > PHP_PORT=${PORTSDIR}/lang/php5 > PHP_SAPI=full > > Wouldn't simply changing this file fix it? Seems like overkill to > deinstall and reinstall an entire port just to update a simple config file. Direct chnage of the file is not a good thing. It should be updated by php ports build scripts. > > Also, shouldn't the bsd.php.mk be updated to handle the backwards > compatibility of a very recent port? Seems like fixing the bsd.php.mk file > to handle older but valid installations of PHP would be a better fix than > re-upgrading to upgrade smarty... Sometimes FreeBSD ports are changed in such a way that total rebuild of the ports is required. So usually it is OK to just rebuild the ports. -- Alexander Zhuravlev From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 21:30: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 11BB316A415 for ; Mon, 3 Jul 2006 21:30:24 +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 A2ECC43D4C for ; Mon, 3 Jul 2006 21:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63LUI17014567 for ; Mon, 3 Jul 2006 21:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63LUIPO014566; Mon, 3 Jul 2006 21:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 21:30:18 GMT Resent-Message-Id: <200607032130.k63LUIPO014566@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Anish Mistry" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D6DA16A765 for ; Mon, 3 Jul 2006 21:25:35 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from smtp2.fuse.net (mail-out2.fuse.net [216.68.8.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B042444E7 for ; Mon, 3 Jul 2006 21:00:20 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from gx6.fuse.net ([69.61.164.22]) by smtp2.fuse.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060703210018.IWMM23063.smtp2.fuse.net@gx6.fuse.net> for ; Mon, 3 Jul 2006 17:00:18 -0400 Received: from bigguy.am-productions.biz ([69.61.164.22]) by gx6.fuse.net (InterMail vG.1.02.00.02 201-2136-104-102-20041210) with ESMTP id <20060703210017.BENB24896.gx6.fuse.net@bigguy.am-productions.biz> for ; Mon, 3 Jul 2006 17:00:17 -0400 Message-Id: <1151960456.14334@bigguy.am-productions.biz> Date: Mon, 3 Jul 2006 17:00:56 -0400 From: "Anish Mistry" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99754: Update science/gramps to 2.0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 21:30:24 -0000 >Number: 99754 >Category: ports >Synopsis: Update science/gramps to 2.0.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 21:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: AM Productions >Environment: System: FreeBSD 6.1-RELEASE-p1 #0: Thu Jun 1 21:16:20 EDT 2006 amistry@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY >Description: Update science/gramps to 2.0.11 bumping the version number seems to work fine. >How-To-Repeat: >Fix: --- gramps-2.0.11.patch begins here --- --- Makefile.orig Mon Jul 3 16:37:50 2006 +++ Makefile Mon Jul 3 16:32:48 2006 @@ -6,7 +6,7 @@ # PORTNAME= gramps -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= science gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gramps --- gramps-2.0.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 22:08:42 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 859B116A52D; Mon, 3 Jul 2006 22:08:42 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352764477C; Mon, 3 Jul 2006 16:04:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63G4fRp095839; Mon, 3 Jul 2006 16:04:41 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63G4e6M095835; Mon, 3 Jul 2006 16:04:40 GMT (envelope-from arved) Date: Mon, 3 Jul 2006 16:04:40 GMT From: Tilman Linneweh Message-Id: <200607031604.k63G4e6M095835@freefall.freebsd.org> To: h.eichmann@gmx.de, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99710: Port upgrade: sysutils/k3b to 0.12.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:08:42 -0000 Synopsis: Port upgrade: sysutils/k3b to 0.12.16 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Jul 3 16:04:35 UTC 2006 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=99710 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 22:17: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 AF6DE16A510; Mon, 3 Jul 2006 22:17:01 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09ADC453E8; Thu, 29 Jun 2006 21:41:57 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from freefall.freebsd.org (shaun@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5TLfurJ099334; Thu, 29 Jun 2006 21:41:56 GMT (envelope-from shaun@freefall.freebsd.org) Received: (from shaun@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5TLfuUd099330; Thu, 29 Jun 2006 21:41:56 GMT (envelope-from shaun) Date: Thu, 29 Jun 2006 21:41:56 GMT From: Shaun Amott Message-Id: <200606292141.k5TLfuUd099330@freefall.freebsd.org> To: shaun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, shaun@FreeBSD.org Cc: Subject: Re: ports/99614: maintainer-update of mail/mutt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:17:01 -0000 Synopsis: maintainer-update of mail/mutt Responsible-Changed-From-To: freebsd-ports-bugs->shaun Responsible-Changed-By: shaun Responsible-Changed-When: Thu Jun 29 21:41:38 UTC 2006 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99614 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 22:17: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 B500316A513; Mon, 3 Jul 2006 22:17:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F09744277; Sat, 1 Jul 2006 12:30:58 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k61CUvXe090521; Sat, 1 Jul 2006 12:30:57 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k61CUvpn090517; Sat, 1 Jul 2006 12:30:57 GMT (envelope-from clsung) Date: Sat, 1 Jul 2006 12:30:57 GMT From: Cheng-Lung Sung Message-Id: <200607011230.k61CUvpn090517@freefall.freebsd.org> To: gerrit.beine@gmx.de, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99681: Update port: net/pear-Net_Server (maintainer-update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:17:01 -0000 Synopsis: Update port: net/pear-Net_Server (maintainer-update) State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Sat Jul 1 12:30:57 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=99681 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23: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 5507116A4E7 for ; Mon, 3 Jul 2006 23: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 7C91343D53 for ; Mon, 3 Jul 2006 23: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 k63NAGpx019753 for ; Mon, 3 Jul 2006 23: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 k63NAGxS019752; Mon, 3 Jul 2006 23:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 23:10:16 GMT Resent-Message-Id: <200607032310.k63NAGxS019752@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Giorgos Keramidas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C9016A4DD for ; Mon, 3 Jul 2006 23:01:43 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F57943D5E for ; Mon, 3 Jul 2006 23:01:35 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k63N0rNN020311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 4 Jul 2006 02:00:54 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k63N0msY089958; Tue, 4 Jul 2006 02:00:48 +0300 (EEST) (envelope-from giorgos@gothmog.pc) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k63N0l1l089957; Tue, 4 Jul 2006 02:00:47 +0300 (EEST) (envelope-from giorgos) Message-Id: <200607032300.k63N0l1l089957@gothmog.pc> Date: Tue, 4 Jul 2006 02:00:47 +0300 (EEST) From: Giorgos Keramidas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Andrey Slusar Subject: ports/99755: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:10:17 -0000 >Number: 99755 >Category: ports >Synopsis: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 23:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD gothmog.pc 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jun 29 13:10:42 EEST 2006 build@gothmog.pc:/home/build/obj/home/build/src/sys/GOTHMOG i386 >Description: The `make install' target of editors/emacs-devel reuses the `emacs' binary from ${WRKSRC}/src/emacs, but this means that the internal version of the generated Emacs binary is bumped every time the user runs `make install' in ports/editors/emacs-devel. The attached patch cleans the ${WRKSRC}/src/emacs* binaries before running `make install' and rebuilds them with an internal Emacs version number of 22.0.50.1. Then the build of Emacs runs make-docfile twice, thus installing `etc/DOC', `etc/DOC-22.0.50.1' and `22.0.50.2'. By rebuilding the src/emacs* binaries right before we install, we make sure that these are the only DOC* files and adding them to the pkg-plist fixes the recent problems reported to me by Mark Linimon. >How-To-Repeat: * Run `make install' in ports/editors/emacs-devel. * Run it once again. * Run `make deinstall' and when the warnings about non-empty dirs are printed, look at `/usr/local/share/emacs/22.0.50/etc' for files named `DOC*': $ find /usr/local/share/emacs/22.0.50/etc -name DOC\* /usr/local/share/emacs/22.0.50/etc/DOC-22.0.50.3 /usr/local/share/emacs/22.0.50/etc/DOC-22.0.50.4 [...] * Every time you re-run `make install' without removing the `work' directory of the port a new stale file is left behind with the documentation strings of an internal Emacs version that have not been recorded to the pkg-plist. >Fix: --- emacs-devel.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs-devel/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 29 May 2006 10:46:39 -0000 1.4 +++ Makefile 3 Jul 2006 22:11:17 -0000 @@ -74,7 +74,26 @@ EXTRA_PATCHES+= ${FILESDIR}/extrapatch-texinfo .endif +pre-everything:: +.if !defined(WITHOUT_X11) && !defined(WITHOUT_GTK) + @${ECHO_MSG} "====>" + @${ECHO_MSG} "====> To disable GTK+ interface support, define WITHOUT_X11 or WITHOUT_GTK" + @${ECHO_MSG} "====>" +.endif +.if !defined(WITHOUT_X11) && !defined(WITHOUT_XIM) + @${ECHO_MSG} "====>" + @${ECHO_MSG} "====> To disable X11 Input Method support, define WITHOUT_XIM" + @${ECHO_MSG} "====>" +.endif + pre-build: (cd ${WRKSRC} ; make bootstrap) +pre-install: + (cd ${WRKSRC}/lisp ; \ + ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} recompile ; \ + ${RM} ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VER}.[0-9]* ; \ + cd ${WRKSRC}/src ; \ + ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) + .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/emacs-devel/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 29 May 2006 10:46:39 -0000 1.3 +++ pkg-plist 3 Jul 2006 21:58:40 -0000 @@ -25,6 +25,7 @@ %%DATADIR%%/%%EMACS_VER%%/etc/DEBUG %%DATADIR%%/%%EMACS_VER%%/etc/DISTRIB %%DATADIR%%/%%EMACS_VER%%/etc/DOC-%%EMACS_VER%%.1 +%%DATADIR%%/%%EMACS_VER%%/etc/DOC-%%EMACS_VER%%.2 %%DATADIR%%/%%EMACS_VER%%/etc/ERC-NEWS %%DATADIR%%/%%EMACS_VER%%/etc/ETAGS.EBNF %%DATADIR%%/%%EMACS_VER%%/etc/FTP --- emacs-devel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:10: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 8332E16A4E0; Mon, 3 Jul 2006 23:10:24 +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 3C43E43D46; Mon, 3 Jul 2006 23:10:24 +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 k63NAOFK019891; Mon, 3 Jul 2006 23:10:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NAO1c019887; Mon, 3 Jul 2006 23:10:24 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 23:10:24 GMT From: Edwin Groothuis Message-Id: <200607032310.k63NAO1c019887@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99755: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:10:24 -0000 Synopsis: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Mon Jul 3 23:10:23 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99755 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23: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 ED38216A4DD; Mon, 3 Jul 2006 23: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 A952643D45; Mon, 3 Jul 2006 23:10:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63NAVZ3020001; Mon, 3 Jul 2006 23:10:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NAVYi019997; Mon, 3 Jul 2006 23:10:31 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 23:10:31 GMT From: Edwin Groothuis Message-Id: <200607032310.k63NAVYi019997@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, keramida@FreeBSD.org Cc: Subject: Re: ports/99755: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:10:32 -0000 Synopsis: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs Responsible-Changed-From-To: freebsd-ports-bugs->keramida Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 3 23:10:30 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99755 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:17: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 1189716A4E1; Mon, 3 Jul 2006 23:17:49 +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 39E7E43D60; Mon, 3 Jul 2006 23:17:45 +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 k63NHjmT020378; Mon, 3 Jul 2006 23:17:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NHjud020374; Mon, 3 Jul 2006 23:17:45 GMT (envelope-from linimon) Date: Mon, 3 Jul 2006 23:17:45 GMT From: Mark Linimon Message-Id: <200607032317.k63NHjud020374@freefall.freebsd.org> To: keramida@ceid.upatras.gr, linimon@FreeBSD.org, keramida@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99755: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:17:49 -0000 Synopsis: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs Responsible-Changed-From-To: keramida->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 3 23:17:26 UTC 2006 Responsible-Changed-Why: Submitter is not ports committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=99755 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:30: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 E2ED016A4DA for ; Mon, 3 Jul 2006 23:30:23 +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 7530E43D4C for ; Mon, 3 Jul 2006 23:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63NUIuK020732 for ; Mon, 3 Jul 2006 23:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NUI8J020731; Mon, 3 Jul 2006 23:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jul 2006 23:30:18 GMT Resent-Message-Id: <200607032330.k63NUI8J020731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Loren M. Lang" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B17E16A4DD for ; Mon, 3 Jul 2006 23:20:56 +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 D182143D46 for ; Mon, 3 Jul 2006 23:20:55 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k63NKtDh033419 for ; Mon, 3 Jul 2006 23:20:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k63NKtZf033418; Mon, 3 Jul 2006 23:20:55 GMT (envelope-from nobody) Message-Id: <200607032320.k63NKtZf033418@www.freebsd.org> Date: Mon, 3 Jul 2006 23:20:55 GMT From: "Loren M. Lang" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99756: Update Port: net/x11vnc Update to version 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:30:24 -0000 >Number: 99756 >Category: ports >Synopsis: Update Port: net/x11vnc Update to version 0.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 03 23:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Loren M. Lang >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD fbsd.ddns.alzatex.cc 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: As the original 0.8 version no longer exists, it is a symlink to 0.8.1 currently, this patch updates the port to use version 0.8.1, the latest stable version. This also addes a few things like native SSL support. This also updates my e-mail address to lorenl@north-winds.org. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/x11vnc/Makefile x11vnc/Makefile --- /usr/ports/net/x11vnc/Makefile Thu Jun 8 16:30:57 2006 +++ x11vnc/Makefile Fri Jun 9 11:33:43 2006 @@ -6,12 +6,12 @@ # PORTNAME= x11vnc -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR=libvncserver -MAINTAINER= lorenl@alzatex.com +MAINTAINER= lorenl@north-winds.org COMMENT= VNC server for use with real X displays LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg diff -ruN /usr/ports/net/x11vnc/distinfo x11vnc/distinfo --- /usr/ports/net/x11vnc/distinfo Thu Jun 8 16:30:57 2006 +++ x11vnc/distinfo Fri Jun 9 11:22:44 2006 @@ -1,3 +1,3 @@ -MD5 (x11vnc-0.8.tar.gz) = 9a8ea2d9c6face2c3da0bdbce852ebbd -SHA256 (x11vnc-0.8.tar.gz) = c8bad000d50cd4beb534fe61d32d6811b53a9ba61da808b2f804f381ecdaeeb7 -SIZE (x11vnc-0.8.tar.gz) = 960697 +MD5 (x11vnc-0.8.1.tar.gz) = b66a77736fa9fbcb70ab960d61fde6e5 +SHA256 (x11vnc-0.8.1.tar.gz) = 77eb505eafc337d9d9255c543c0d4321cf7b91e74da9b5e4a826eae5df9fc95f +SIZE (x11vnc-0.8.1.tar.gz) = 1314234 diff -ruN /usr/ports/net/x11vnc/pkg-plist x11vnc/pkg-plist --- /usr/ports/net/x11vnc/pkg-plist Tue Jun 14 18:04:35 2005 +++ x11vnc/pkg-plist Fri Jun 9 11:21:32 2006 @@ -1,4 +1,12 @@ bin/x11vnc +%%DATADIR%%/classes/ssl/VncViewer.jar +%%DATADIR%%/classes/ssl/index.vnc +%%DATADIR%%/classes/ssl/SignedVncViewer.jar +%%DATADIR%%/classes/ssl/proxy.vnc +%%DATADIR%%/classes/ssl/ssl_vncviewer +%%DATADIR%%/classes/ssl/README +%%DATADIR%%/classes/VncViewer.jar +%%DATADIR%%/classes/index.vnc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -6,8 +14,7 @@ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.LibVNCServer %%PORTDOCS%%%%DOCSDIR%%/TODO -%%DATADIR%%/classes/VncViewer.jar -%%DATADIR%%/classes/index.vnc +@dirrm %%DATADIR%%/classes/ssl @dirrm %%DATADIR%%/classes @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:30:37 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 709EE16A4E2; Mon, 3 Jul 2006 23:30:37 +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 074AA43D4C; Mon, 3 Jul 2006 23:30:37 +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 k63NUa1b021221; Mon, 3 Jul 2006 23:30:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NUaRE021215; Mon, 3 Jul 2006 23:30:36 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 23:30:36 GMT From: Edwin Groothuis Message-Id: <200607032330.k63NUaRE021215@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99756: Update Port: net/x11vnc Update to version 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:30:37 -0000 Synopsis: Update Port: net/x11vnc Update to version 0.8.1 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Mon Jul 3 23:30:36 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99756 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:30:45 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 18DF316A4E7; Mon, 3 Jul 2006 23:30:45 +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 CDDA843D45; Mon, 3 Jul 2006 23:30:44 +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 k63NUip2021447; Mon, 3 Jul 2006 23:30:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NUi69021438; Mon, 3 Jul 2006 23:30:44 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 23:30:44 GMT From: Edwin Groothuis Message-Id: <200607032330.k63NUi69021438@freefall.freebsd.org> To: lorenl@north-winds.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99756: Update Port: net/x11vnc Update to version 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:30:45 -0000 Synopsis: Update Port: net/x11vnc Update to version 0.8.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jul 3 23:30:43 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99756 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:38: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 B55C216A4E6; Mon, 3 Jul 2006 23:38:06 +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 714E743D53; Mon, 3 Jul 2006 23:38:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63Nc6Yi041915; Mon, 3 Jul 2006 23:38:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63Nc6uU041911; Mon, 3 Jul 2006 23:38:06 GMT (envelope-from edwin) Date: Mon, 3 Jul 2006 23:38:06 GMT From: Edwin Groothuis Message-Id: <200607032338.k63Nc6uU041911@freefall.freebsd.org> To: lorenl@north-winds.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99756: Update Port: net/x11vnc Update to version 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:38:06 -0000 Synopsis: Update Port: net/x11vnc Update to version 0.8.1 State-Changed-From-To: feedback->open State-Changed-By: edwin State-Changed-When: Mon Jul 3 23:37:54 UTC 2006 State-Changed-Why: Submitter is maintainer (please use correct email address next time to speed up the process) Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Mon Jul 3 23:37:54 UTC 2006 Class-Changed-Why: Submitter is maintainer (please use correct email address next time to speed up the process) http://www.freebsd.org/cgi/query-pr.cgi?pr=99756 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 23:53: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 B09E316A4E6; Mon, 3 Jul 2006 23:53:36 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655D343D7B; Mon, 3 Jul 2006 23:53:13 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (ehaupt@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63NrDLa042428; Mon, 3 Jul 2006 23:53:13 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63NrDwj042424; Tue, 4 Jul 2006 01:53:13 +0200 (CEST) (envelope-from ehaupt) Date: Tue, 4 Jul 2006 01:53:13 +0200 (CEST) From: Emanuel Haupt Message-Id: <200607032353.k63NrDwj042424@freefall.freebsd.org> To: ehaupt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org Cc: Subject: Re: ports/99730: devel/p5-Filesys-Df needs to be updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:53:36 -0000 Synopsis: devel/p5-Filesys-Df needs to be updated Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: ehaupt Responsible-Changed-When: Tue Jul 4 01:53:12 CEST 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=99730 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 00:11:00 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 6B9ED16A4E5; Tue, 4 Jul 2006 00:11:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C0643D76; Tue, 4 Jul 2006 00:10:57 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (ehaupt@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k640AvOe043046; Tue, 4 Jul 2006 00:10:57 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k640AvFw043042; Tue, 4 Jul 2006 02:10:57 +0200 (CEST) (envelope-from ehaupt) Date: Tue, 4 Jul 2006 02:10:57 +0200 (CEST) From: Emanuel Haupt Message-Id: <200607040010.k640AvFw043042@freefall.freebsd.org> To: systemoperator@gmail.com, ehaupt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99709: Updated port: solid-ircd from 3.4.7a to 3.4.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:11:00 -0000 Synopsis: Updated port: solid-ircd from 3.4.7a to 3.4.8 State-Changed-From-To: feedback->open State-Changed-By: ehaupt State-Changed-When: Tue Jul 4 02:10:56 CEST 2006 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=99709 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 00:11: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 3E00716A4E5; Tue, 4 Jul 2006 00:11:05 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A60F43D60; Tue, 4 Jul 2006 00:11:04 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (ehaupt@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k640B4x2043133; Tue, 4 Jul 2006 00:11:04 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k640B4Se043129; Tue, 4 Jul 2006 02:11:04 +0200 (CEST) (envelope-from ehaupt) Date: Tue, 4 Jul 2006 02:11:04 +0200 (CEST) From: Emanuel Haupt Message-Id: <200607040011.k640B4Se043129@freefall.freebsd.org> To: ehaupt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org Cc: Subject: Re: ports/99709: Updated port: solid-ircd from 3.4.7a to 3.4.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 00:11:05 -0000 Synopsis: Updated port: solid-ircd from 3.4.7a to 3.4.8 Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: ehaupt Responsible-Changed-When: Tue Jul 4 02:11:03 CEST 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=99709 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:00: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 2346116A4DD for ; Tue, 4 Jul 2006 02:00:28 +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 72AB343D4C for ; Tue, 4 Jul 2006 02:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6420SVp049532 for ; Tue, 4 Jul 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 k6420SoL049529; Tue, 4 Jul 2006 02:00:28 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 02:00:28 GMT Resent-Message-Id: <200607040200.k6420SoL049529@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, tjs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA6716A4DF for ; Tue, 4 Jul 2006 01:52:27 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C802443D58 for ; Tue, 4 Jul 2006 01:52:26 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k641qGTI018811 for ; Tue, 4 Jul 2006 09:52:17 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k641qGkv018810; Tue, 4 Jul 2006 09:52:16 +0800 (CST) (envelope-from tjs) Message-Id: <200607040152.k641qGkv018810@Pluto.CDPA.nsysu.edu.tw> Date: Tue, 4 Jul 2006 09:52:16 +0800 (CST) From: tjs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99757: ports/biology/mopac tarball in wrong download dir. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tjs List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:00:29 -0000 >Number: 99757 >Category: ports >Synopsis: ports/biology/mopac tarball in wrong download dir. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 02:00:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 09:36:49 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386 >Description: ports/biology/mopac tarball in wrong download dir. >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- Makefile.orig Tue Jul 4 09:41:22 2006 +++ Makefile Tue Jul 4 09:41:43 2006 @@ -10,7 +10,7 @@ PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mpqc7 +MASTER_SITE_SUBDIR= mopac7 DISTNAME= mopac7-${MOPAC_SUBVERSION} EXTRACT_SUFX= .tgz --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:38:48 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 BAEC416A4DF; Tue, 4 Jul 2006 02:38:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 859FC43D45; Tue, 4 Jul 2006 02:38:48 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k642cmwg051919; Tue, 4 Jul 2006 02:38:48 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k642cmS5051915; Tue, 4 Jul 2006 02:38:48 GMT (envelope-from rafan) Date: Tue, 4 Jul 2006 02:38:48 GMT From: Rong-En Fan Message-Id: <200607040238.k642cmS5051915@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99756: Update Port: net/x11vnc Update to version 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:38:48 -0000 Synopsis: Update Port: net/x11vnc Update to version 0.8.1 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Tue Jul 4 02:38:27 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99756 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:40: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 F006E16A4DD; Tue, 4 Jul 2006 02:40:04 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A762343D46; Tue, 4 Jul 2006 02:40:04 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k642e4X3051982; Tue, 4 Jul 2006 02:40:04 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k642e4fU051978; Tue, 4 Jul 2006 02:40:04 GMT (envelope-from rafan) Date: Tue, 4 Jul 2006 02:40:04 GMT From: Rong-En Fan Message-Id: <200607040240.k642e4fU051978@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99757: ports/biology/mopac tarball in wrong download dir. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:40:05 -0000 Synopsis: ports/biology/mopac tarball in wrong download dir. Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Tue Jul 4 02:39:56 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99757 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:50: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 7B70616A4E8 for ; Tue, 4 Jul 2006 02:50: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 8A57843D5A for ; Tue, 4 Jul 2006 02: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 k642oGIr052349 for ; Tue, 4 Jul 2006 02: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 k642oGPJ052348; Tue, 4 Jul 2006 02:50:16 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 02:50:16 GMT Resent-Message-Id: <200607040250.k642oGPJ052348@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B9CA16A4E6 for ; Tue, 4 Jul 2006 02:43:41 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EEC43D53 for ; Tue, 4 Jul 2006 02:43:40 +0000 (GMT) (envelope-from bsdkaffee@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so476886wri for ; Mon, 03 Jul 2006 19:43:40 -0700 (PDT) Received: by 10.54.138.7 with SMTP id l7mr1314510wrd; Mon, 03 Jul 2006 19:43:39 -0700 (PDT) Received: from ?192.168.0.106? ( [24.3.133.137]) by mx.gmail.com with ESMTP id 65sm3506480wra.2006.07.03.19.43.39; Mon, 03 Jul 2006 19:43:39 -0700 (PDT) Message-Id: <44a9d5db.0fccf74d.0682.2cb5@mx.gmail.com> Date: Mon, 03 Jul 2006 19:43:39 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99760: [MAINTAINER] audio/py-musicbrainz: Update to 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:50:20 -0000 >Number: 99760 >Category: ports >Synopsis: [MAINTAINER] audio/py-musicbrainz: Update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 02:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 6.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD black.attbi.com 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Tue May 9 14:40:50 EDT 2006 Jason@black.attbi.com:/usr/obj/usr/src/sys/BLACK i386 >Description: Update audio/py-musicbrainz to version 2.1.3 and update MASTER_SITES. Changelog can be found here: http://blog.musicbrainz.org/archives/2006/07/libmusicbrainz_3.html >How-To-Repeat: diff is attached Files to be removed: files/patch-musicbrainz.py (new version improves library loading) files/ (no more patches) Note: this port will break if not updated simultaneously with audio/libmusicbrainz >Fix: --- 2006-07-03-py-musicbrainz.diff begins here --- diff -ruN py-musicbrainz.orig/Makefile py-musicbrainz/Makefile --- py-musicbrainz.orig/Makefile Mon Jul 3 20:11:04 2006 +++ py-musicbrainz/Makefile Mon Jul 3 21:59:43 2006 @@ -6,19 +6,18 @@ # PORTNAME= musicbrainz -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 PORTEPOCH= 1 CATEGORIES= audio python MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ - ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ + http://uk.musicbrainz.org/pub/musicbrainz/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= libmusicbrainz-${PORTVERSION} MAINTAINER= bsdkaffee@gmail.com COMMENT= MusicBrainz bindings for Python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} diff -ruN py-musicbrainz.orig/files/patch-musicbrainz.py py-musicbrainz/files/patch-musicbrainz.py --- py-musicbrainz.orig/files/patch-musicbrainz.py Mon Jul 3 20:11:04 2006 +++ py-musicbrainz/files/patch-musicbrainz.py Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ ---- musicbrainz.py.orig Tue Aug 17 08:44:54 2004 -+++ musicbrainz.py Sat Jan 14 14:04:01 2006 -@@ -28,15 +28,7 @@ - Error = MusicBrainzError - - def findLibrary(): -- -- if sys.platform == "darwin": -- lib = "libmusicbrainz.4.dylib" -- else: -- if sys.platform == "linux2": -- lib = "libmusicbrainz.so.4" -- else: -- raise MusicBrainzError, "Unknown platform: " + sys.platform -- -+ lib = "libmusicbrainz.so.4" - path = "/usr/lib/" + lib - if os.access(path, os.F_OK): - return path; --- 2006-07-03-py-musicbrainz.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:50: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 ABC7D16A4EA for ; Tue, 4 Jul 2006 02:50: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 2283A43D58 for ; Tue, 4 Jul 2006 02: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 k642oFu7052336 for ; Tue, 4 Jul 2006 02:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k642oFof052335; Tue, 4 Jul 2006 02:50:15 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 02:50:15 GMT Resent-Message-Id: <200607040250.k642oFof052335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3824016A4E0 for ; Tue, 4 Jul 2006 02:43:40 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id C745E43D46 for ; Tue, 4 Jul 2006 02:43:39 +0000 (GMT) (envelope-from bsdkaffee@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so476884wri for ; Mon, 03 Jul 2006 19:43:39 -0700 (PDT) Received: by 10.54.94.10 with SMTP id r10mr3645606wrb; Mon, 03 Jul 2006 19:43:39 -0700 (PDT) Received: from ?192.168.0.106? ( [24.3.133.137]) by mx.gmail.com with ESMTP id 65sm3506480wra.2006.07.03.19.43.39; Mon, 03 Jul 2006 19:43:39 -0700 (PDT) Message-Id: <44a9d5db.2d28e3a5.0682.2cb3@mx.gmail.com> Date: Mon, 03 Jul 2006 19:43:39 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99759: [MAINTAINER] audio/libmusicbrainz: Update to 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:50:20 -0000 >Number: 99759 >Category: ports >Synopsis: [MAINTAINER] audio/libmusicbrainz: Update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 02:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 6.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD black.attbi.com 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Tue May 9 14:40:50 EDT 2006 Jason@black.attbi.com:/usr/obj/usr/src/sys/BLACK i386 >Description: Update audio/libmusicbrainz to version 2.1.3 and update MASTER_SITES. Changelog can be found here: http://blog.musicbrainz.org/archives/2006/07/libmusicbrainz_3.html >How-To-Repeat: diff is attached Note: the committer taking this PR must also take the PR for audio/py-musicbrainz they both need to be updated together so that audio/py-musicbrainz does not break >Fix: --- 2006-07-03-libmusicbrainz.diff begins here --- diff -ruN libmusicbrainz.orig/Makefile libmusicbrainz/Makefile --- libmusicbrainz.orig/Makefile Mon Jul 3 20:07:26 2006 +++ libmusicbrainz/Makefile Mon Jul 3 20:18:54 2006 @@ -6,11 +6,10 @@ # PORTNAME= libmusicbrainz -PORTVERSION= 2.1.2 -PORTREVISION= 2 +PORTVERSION= 2.1.3 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ - ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ + http://uk.musicbrainz.org/pub/musicbrainz/ MAINTAINER= bsdkaffee@gmail.com COMMENT= 2nd generation incarnation of the CD Index - audio metadata diff -ruN libmusicbrainz.orig/distinfo libmusicbrainz/distinfo --- libmusicbrainz.orig/distinfo Mon Jul 3 20:07:26 2006 +++ libmusicbrainz/distinfo Mon Jul 3 20:38:19 2006 @@ -1,3 +1,3 @@ -MD5 (libmusicbrainz-2.1.2.tar.gz) = 88d35af903665fecbdee77eb6d5e6cdd -SHA256 (libmusicbrainz-2.1.2.tar.gz) = f40f0318e8c8f7eee802de91ee8a9b5673c0f28a15527883bd20826e74dff54c -SIZE (libmusicbrainz-2.1.2.tar.gz) = 504432 +MD5 (libmusicbrainz-2.1.3.tar.gz) = 330cb7e3da57d7a4800bdc22e4608c51 +SHA256 (libmusicbrainz-2.1.3.tar.gz) = e9e3f157c5c75acef702da9b41c17daa7ea7bb8d0952e6c6960f26980497477e +SIZE (libmusicbrainz-2.1.3.tar.gz) = 519352 --- 2006-07-03-libmusicbrainz.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:54: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 3CE7F16A4DA; Tue, 4 Jul 2006 02:54:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA18643D46; Tue, 4 Jul 2006 02:54:34 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k642sYd1052551; Tue, 4 Jul 2006 02:54:34 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k642sYqV052547; Tue, 4 Jul 2006 02:54:34 GMT (envelope-from clsung) Date: Tue, 4 Jul 2006 02:54:34 GMT From: Cheng-Lung Sung Message-Id: <200607040254.k642sYqV052547@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99759: [MAINTAINER] audio/libmusicbrainz: Update to 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:54:35 -0000 Synopsis: [MAINTAINER] audio/libmusicbrainz: Update to 2.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Tue Jul 4 02:54:34 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99759 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 02:54:45 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 B641316A4DD; Tue, 4 Jul 2006 02:54:45 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4A043D4C; Tue, 4 Jul 2006 02:54:45 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k642sj9t052650; Tue, 4 Jul 2006 02:54:45 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k642sjtT052646; Tue, 4 Jul 2006 02:54:45 GMT (envelope-from clsung) Date: Tue, 4 Jul 2006 02:54:45 GMT From: Cheng-Lung Sung Message-Id: <200607040254.k642sjtT052646@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99760: [MAINTAINER] audio/py-musicbrainz: Update to 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 02:54:45 -0000 Synopsis: [MAINTAINER] audio/py-musicbrainz: Update to 2.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Tue Jul 4 02:54:44 UTC 2006 Responsible-Changed-Why: take also. http://www.freebsd.org/cgi/query-pr.cgi?pr=99760 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 03:20: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 ECB0D16A4E1 for ; Tue, 4 Jul 2006 03:20:22 +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 89D0043D45 for ; Tue, 4 Jul 2006 03:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k643KMv2053781 for ; Tue, 4 Jul 2006 03:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k643KMmW053780; Tue, 4 Jul 2006 03:20:22 GMT (envelope-from gnats) Date: Tue, 4 Jul 2006 03:20:22 GMT Message-Id: <200607040320.k643KMmW053780@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jason E. Hale" Cc: Subject: Re: ports/99710: Port upgrade: sysutils/k3b to 0.12.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:20:23 -0000 The following reply was made to PR ports/99710; it has been noted by GNATS. From: "Jason E. Hale" To: bug-followup@freebsd.org, h.eichmann@gmx.de, arved@freebsd.org Cc: Subject: Re: ports/99710: Port upgrade: sysutils/k3b to 0.12.16 Date: Mon, 3 Jul 2006 23:15:45 -0400 This port fails to build. Apparently the patch-core-k3bglobals.cpp file was not included in the commit. It does build and install correctly once the patch file is in place. Regards, Jason E. Hale From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 03:20: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 1633416A4ED for ; Tue, 4 Jul 2006 03:20: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 9E0E743D4C for ; Tue, 4 Jul 2006 03:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k643KNNQ053797 for ; Tue, 4 Jul 2006 03:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k643KNxM053793; Tue, 4 Jul 2006 03:20:23 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 03:20:23 GMT Resent-Message-Id: <200607040320.k643KNxM053793@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6026216A4DD for ; Tue, 4 Jul 2006 03:15:54 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0588F43D45 for ; Tue, 4 Jul 2006 03:15:51 +0000 (GMT) (envelope-from bsdkaffee@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so480073wri for ; Mon, 03 Jul 2006 20:15:51 -0700 (PDT) Received: by 10.54.93.12 with SMTP id q12mr1320444wrb; Mon, 03 Jul 2006 20:15:51 -0700 (PDT) Received: from ?192.168.0.106? ( [24.3.133.137]) by mx.gmail.com with ESMTP id 13sm7490230wrl.2006.07.03.20.15.48; Mon, 03 Jul 2006 20:15:48 -0700 (PDT) Message-Id: <44a9dd64.50ddc504.4d55.2a89@mx.gmail.com> Date: Mon, 03 Jul 2006 20:15:48 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mich@FreeBSD.org Subject: ports/99761: audio/amarok: install fails when GPOD options is off X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:20:25 -0000 >Number: 99761 >Category: ports >Synopsis: audio/amarok: install fails when GPOD options is off >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 03:20:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 6.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD black.attbi.com 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Tue May 9 14:40:50 EDT 2006 Jason@black.attbi.com:/usr/obj/usr/src/sys/BLACK i386 >Description: audio/amarok version 1.4.0a fails to install if the GPOD OPTION is OFF, >How-To-Repeat: Try to install audio/amarok with the GPOD OPTION OFF. >Fix: It is a mere typo...a diff is attached. --- 2006-07-03-amarok.diff begins here --- diff -ruN amarok.orig/Makefile amarok/Makefile --- amarok.orig/Makefile Mon Jul 3 22:54:52 2006 +++ amarok/Makefile Mon Jul 3 22:55:20 2006 @@ -51,7 +51,7 @@ .endif .if !defined(WITH_GPOD) -PLIST_SUB+= GPOD="@comment" +PLIST_SUB+= GPOD="@comment " .else LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod --- 2006-07-03-amarok.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 03:20:33 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 646F916A4DD; Tue, 4 Jul 2006 03:20:33 +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 F305543D49; Tue, 4 Jul 2006 03:20:32 +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 k643KWBn053948; Tue, 4 Jul 2006 03:20:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k643KV7h053943; Tue, 4 Jul 2006 03:20:31 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 03:20:31 GMT From: Edwin Groothuis Message-Id: <200607040320.k643KV7h053943@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mich@FreeBSD.org Cc: Subject: Re: ports/99761: audio/amarok: install fails when GPOD options is off X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:20:33 -0000 Synopsis: audio/amarok: install fails when GPOD options is off Responsible-Changed-From-To: freebsd-ports-bugs->mich Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 03:20:30 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99761 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 04:19:00 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 E0E7116A4DD; Tue, 4 Jul 2006 04:19:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A394C43D55; Tue, 4 Jul 2006 04:19:00 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k644J0R6060866; Tue, 4 Jul 2006 04:19:00 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k644J06E060862; Tue, 4 Jul 2006 04:19:00 GMT (envelope-from rafan) Date: Tue, 4 Jul 2006 04:19:00 GMT From: Rong-En Fan Message-Id: <200607040419.k644J06E060862@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99754: Update science/gramps to 2.0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 04:19:01 -0000 Synopsis: Update science/gramps to 2.0.11 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Tue Jul 4 04:18:41 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99754 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 05:40: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 1918C16A4E0 for ; Tue, 4 Jul 2006 05:40: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 81CC943D49 for ; Tue, 4 Jul 2006 05:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k645eG3K066098 for ; Tue, 4 Jul 2006 05:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k645eGuQ066097; Tue, 4 Jul 2006 05:40:16 GMT (envelope-from gnats) Date: Tue, 4 Jul 2006 05:40:16 GMT Message-Id: <200607040540.k645eGuQ066097@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tilman Linneweh Cc: Subject: Re: ports/99710: Port upgrade: sysutils/k3b to 0.12.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tilman Linneweh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 05:40:17 -0000 The following reply was made to PR ports/99710; it has been noted by GNATS. From: Tilman Linneweh To: "Jason E. Hale" Cc: Tilman Linneweh , bug-followup@freebsd.org, h.eichmann@gmx.de Subject: Re: ports/99710: Port upgrade: sysutils/k3b to 0.12.16 Date: Tue, 4 Jul 2006 07:39:14 +0200 On Jul 4, 2006, at 5:15 AM, Jason E. Hale wrote: > This port fails to build. Apparently the patch-core-k3bglobals.cpp > file was > not included in the commit. It does build and install correctly > once the > patch file is in place. You are right, thanks for the report, sorry should be fixed now. regards tilman From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 05:50: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 8D20016A4E6 for ; Tue, 4 Jul 2006 05:50:22 +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 CABB243D46 for ; Tue, 4 Jul 2006 05:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k645oLUZ066381 for ; Tue, 4 Jul 2006 05:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k645oLVX066379; Tue, 4 Jul 2006 05:50:21 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 05:50:21 GMT Resent-Message-Id: <200607040550.k645oLVX066379@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan Bergs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F2916A4DD for ; Tue, 4 Jul 2006 05:47:35 +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 5BC2B43D46 for ; Tue, 4 Jul 2006 05:47:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k645lYQk069172 for ; Tue, 4 Jul 2006 05:47:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k645lY32069171; Tue, 4 Jul 2006 05:47:34 GMT (envelope-from nobody) Message-Id: <200607040547.k645lY32069171@www.freebsd.org> Date: Tue, 4 Jul 2006 05:47:34 GMT From: Johan Bergs To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99763: adns upgrade does not install libadns.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 05:50:22 -0000 >Number: 99763 >Category: ports >Synopsis: adns upgrade does not install libadns.so >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 05:50:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johan Bergs >Release: Freebsd 6.1-STABLE >Organization: University of Antwerp >Environment: FreeBSD ares 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jun 18 19:53:24 CEST 2006 root@ares:/usr/obj/usr/src/sys/ARES i386 >Description: In the last upgrade to adns-1.3, libadns.so is not installed properly. The following files can be found in /usr/local/lib, after the upgrade: -rw-r--r-- 1 root wheel 87K Jul 4 07:41 libadns.a lrwxr-xr-x 1 root wheel 12B Jul 4 07:41 libadns.so -> libadns.so.1 lrwxr-xr-x 1 root wheel 12B Jul 4 07:41 libadns.so.1 -> libadns.so.1 As can be seen, libadns.so.1 is a soft link to itself in stead of to the actual libadns.so binary, which does not seem to be installed. The result of this is that ethereal is unable to run, since it requires libadns.so.1. >How-To-Repeat: Upgrade adns to the latest version >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 05:58: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 E5B9616A4DF; Tue, 4 Jul 2006 05:58:43 +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 5B30F43D45; Tue, 4 Jul 2006 05:58:43 +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 k645whlt066632; Tue, 4 Jul 2006 05:58:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k645whOX066628; Tue, 4 Jul 2006 05:58:43 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 05:58:43 GMT From: Edwin Groothuis Message-Id: <200607040558.k645whOX066628@freefall.freebsd.org> To: johan.bergs@ua.ac.be, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99763: adns upgrade does not install libadns.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 05:58:44 -0000 Synopsis: adns upgrade does not install libadns.so State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jul 4 05:58:42 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99763 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 07:35:30 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 454C116A4E1; Tue, 4 Jul 2006 07:35:30 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (chilled.skew.org [70.90.116.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CA643D46; Tue, 4 Jul 2006 07:35:29 +0000 (GMT) (envelope-from mike@skew.org) Received: from chilled.skew.org (localhost.skew.org [127.0.0.1]) by chilled.skew.org (8.13.6/8.13.6) with ESMTP id k647ZSK2035502; Tue, 4 Jul 2006 01:35:28 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.13.6/8.13.6/Submit) id k647ZRbh035501; Tue, 4 Jul 2006 01:35:27 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <200607040735.k647ZRbh035501@chilled.skew.org> In-Reply-To: <200606230920.k5N9KDLN044097@freefall.freebsd.org> To: Pav Lucistnik Date: Tue, 4 Jul 2006 01:35:27 -0600 (MDT) X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL122g (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Cc: freebsd-ports-bugs@FreeBSD.org 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:35:30 -0000 http://people.freebsd.org/~fenner/errorlogs/mike@skew.org.html is no longer showing any errors, and I haven't changed anything in the port. I don't know what's going on. If you don't get any segmentation faults when running the XML test suite (as root: cd $PREFIX/lib/4Suite/tests; python test.py -v Xml ) then perhaps it's fine. Pav Lucistnik wrote: > Synopsis: Mark textproc/py-4suite 1.0b1 as unusable on 64-bit platforms > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Fri Jun 23 09:19:54 UTC 2006 > State-Changed-Why: > This port currently builds on my amd64. > > Is this PR still valid? > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Fri Jun 23 09:19:54 UTC 2006 > Responsible-Changed-Why: > Take > > http://www.freebsd.org/cgi/query-pr.cgi?pr=94011 > From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 07:50:40 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 43D5616A52F for ; Tue, 4 Jul 2006 07:50:40 +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 CF5A643D8D for ; Tue, 4 Jul 2006 07: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 k647oFQn072184 for ; Tue, 4 Jul 2006 07:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k647oFOh072179; Tue, 4 Jul 2006 07:50:15 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 07:50:15 GMT Resent-Message-Id: <200607040750.k647oFOh072179@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Baptiste Quenot Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6839B16A4DD for ; Tue, 4 Jul 2006 07:41:35 +0000 (UTC) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEB543D4C for ; Tue, 4 Jul 2006 07:41:34 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id DEB086132 for ; Tue, 4 Jul 2006 09:41:32 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 1021) id 996E8642E; Tue, 4 Jul 2006 09:41:33 +0200 (CEST) Message-Id: <20060704074133.996E8642E@vision.anyware> Date: Tue, 4 Jul 2006 09:41:33 +0200 (CEST) From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Baptiste Quenot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:50:40 -0000 >Number: 99764 >Category: ports >Synopsis: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 07:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jean-Baptiste Quenot >Release: FreeBSD 5.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD vision.anyware 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Thu Mar 9 19:20:53 CET 2006 jbq@vision.anyware:/usr/obj/usr/src/sys/VISION i386 >Description: This is an update of net/ekiga and net/opal. Requires the latest update to pwlib (FreeBSD port is uptodate since one week). This update also incorporates a new user-contributed patch, see Bug 345308 - Keypad does not work properly at http://bugzilla.gnome.org/show_bug.cgi?id=345308 >How-To-Repeat: >Fix: diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/ekiga/Makefile ./Makefile --- /usr/ports/net/ekiga/Makefile Tue Jun 27 00:08:51 2006 +++ ./Makefile Thu Jun 22 10:34:22 2006 @@ -6,8 +6,7 @@ # PORTNAME= ekiga -PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -33,8 +32,6 @@ GCONF_SCHEMAS= ekiga.schemas MAN1= ekiga.1 - -IGNORE= requires update for new pwlib .include diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/ekiga/distinfo ./distinfo --- /usr/ports/net/ekiga/distinfo Fri Apr 7 00:09:33 2006 +++ ./distinfo Tue Jun 20 14:52:44 2006 @@ -1,3 +1,3 @@ -MD5 (ekiga-2.0.1.tar.bz2) = abf6c3351a64a7ed9028929ad5a17729 -SHA256 (ekiga-2.0.1.tar.bz2) = ce7e91b6ac4fd1b4c6c4d15a3ae8c57f312c38cee7ea652a1b3432b6ad41b3bc -SIZE (ekiga-2.0.1.tar.bz2) = 4320671 +MD5 (ekiga-2.0.2.tar.bz2) = d593da6ac49dce495ef4c6ada06b54b6 +SHA256 (ekiga-2.0.2.tar.bz2) = 49cb294dde936850bdec15f1d9621f04eacc827055a1d7d5c2004949906a0fe7 +SIZE (ekiga-2.0.2.tar.bz2) = 4808008 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/ekiga/files/patch-src::gui::main.cpp ./files/patch-src::gui::main.cpp --- /usr/ports/net/ekiga/files/patch-src::gui::main.cpp Thu Jan 1 01:00:00 1970 +++ ./files/patch-src::gui::main.cpp Thu Jun 22 10:03:34 2006 @@ -0,0 +1,11 @@ +--- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006 ++++ src/gui/main.cpp Thu Jun 22 10:03:18 2006 +@@ -1282,7 +1282,7 @@ + gtk_container_set_border_width (GTK_CONTAINER (button), 0); + gtk_container_add (GTK_CONTAINER (button), box); + +- gtk_widget_add_accelerator (button, "activate", ++ gtk_widget_add_accelerator (button, "clicked", + mw->accel, key_kp [i], + (GdkModifierType) 0, (GtkAccelFlags) 0); + diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/Makefile ./Makefile --- /usr/ports/net/opal/Makefile Sat Apr 22 00:11:19 2006 +++ ./Makefile Tue Jul 4 09:32:31 2006 @@ -6,8 +6,7 @@ # PORTNAME= opal -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- @@ -18,7 +17,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib -WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} +WRKSRC= ${WRKDIR}/${PORTNAME}_Phobos_release2 # In opal's Makefile the default make's target is optshared ALL_TARGET= optshared @@ -30,6 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +PLIST_SUB= PORTVERSION=${PORTVERSION} .include @@ -37,8 +37,8 @@ BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER} .endif -# Avoid build error on amd64: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC -.if (${ARCH} == "amd64") +# Avoid build error on 64-bit architectures +.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64") CFLAGS+= -fPIC .endif diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/distinfo ./distinfo --- /usr/ports/net/opal/distinfo Thu Apr 6 00:23:15 2006 +++ ./distinfo Wed Jun 21 11:26:05 2006 @@ -1,3 +1,3 @@ -MD5 (opal-v2_2_1-src-tar.gz) = a98f5e3b975215a2059582095d5c22d0 -SHA256 (opal-v2_2_1-src-tar.gz) = 4c35efa7cc3b8315cf4639629615de80f7aee709c5caf60064f92274e229eead -SIZE (opal-v2_2_1-src-tar.gz) = 4091526 +MD5 (opal-v2_2_2-src-tar.gz) = 71e42bcfeaec6dd830c88f7482fe9d41 +SHA256 (opal-v2_2_2-src-tar.gz) = 49215c952a82ffda859785f1259c557880ac9889ad2a4c7a554f9525ccdb9a7c +SIZE (opal-v2_2_2-src-tar.gz) = 4096984 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/net/opal/files/patch-Makefile.in Fri Apr 28 18:19:28 2006 +++ ./files/patch-Makefile.in Thu Jun 22 09:41:40 2006 @@ -1,13 +1,13 @@ ---- Makefile.in.orig Tue Apr 11 14:19:57 2006 -+++ Makefile.in Tue Apr 11 14:20:39 2006 -@@ -419,10 +419,6 @@ +--- Makefile.in.orig Sat Apr 22 16:06:54 2006 ++++ Makefile.in Thu Jun 22 09:39:04 2006 +@@ -427,10 +427,6 @@ SOURCES += $(OPAL_SRCDIR)/lids/vpblid.cxx endif - + -ifdef HAS_SANGOMA -SOURCES += $(OPAL_SRCDIR)/lids/sangomalid.cxx -endif - - + ################## # Software codecs diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/files/patch-libspeex ./files/patch-libspeex --- /usr/ports/net/opal/files/patch-libspeex Thu Apr 6 00:23:15 2006 +++ ./files/patch-libspeex Thu Jun 22 09:57:14 2006 @@ -1,10 +1,10 @@ ---- src/codec/speex/libspeex/kiss_fft.h.orig Tue Apr 4 10:58:34 2006 -+++ src/codec/speex/libspeex/kiss_fft.h Tue Apr 4 10:58:57 2006 +--- src/codec/speex/libspeex/kiss_fft.h.orig Thu Jun 22 09:56:34 2006 ++++ src/codec/speex/libspeex/kiss_fft.h Thu Jun 22 09:56:53 2006 @@ -6,10 +6,6 @@ #include #include --#ifndef P_MACOSX +-#if !(defined(P_MACOSX) || defined(P_FREEBSD)) -#include // RMF -#endif - diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.swp --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/pkg-plist ./pkg-plist --- /usr/ports/net/opal/pkg-plist Sun Apr 9 00:06:08 2006 +++ ./pkg-plist Thu Jun 22 09:31:02 2006 @@ -111,7 +111,7 @@ lib/libopal_r.so lib/libopal_r.so.2 lib/libopal_r.so.2.2 -lib/libopal_r.so.2.2.1 +lib/libopal_r.so.%%PORTVERSION%% share/opal/opal_inc.mak @dirrm share/opal @dirrm include/opal/t38 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 07:50: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 8E0EC16A4DA; Tue, 4 Jul 2006 07:50:52 +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 6E84D43D76; Tue, 4 Jul 2006 07:50:49 +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 k647oms1072353; Tue, 4 Jul 2006 07:50:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k647om3T072349; Tue, 4 Jul 2006 07:50:48 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 07:50:48 GMT From: Edwin Groothuis Message-Id: <200607040750.k647om3T072349@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:50:52 -0000 Synopsis: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Jul 4 07:50:48 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99764 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 07:50: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 5771016A5DE; Tue, 4 Jul 2006 07:50:56 +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 5D91243D7B; Tue, 4 Jul 2006 07:50:55 +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 k647otaM072426; Tue, 4 Jul 2006 07:50:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k647osMG072422; Tue, 4 Jul 2006 07:50:54 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 07:50:54 GMT From: Edwin Groothuis Message-Id: <200607040750.k647osMG072422@freefall.freebsd.org> To: jbq@anyware-tech.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:50:56 -0000 Synopsis: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jul 4 07:50:54 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99764 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 07:52:52 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 CC2A816A4DD; Tue, 4 Jul 2006 07:52:52 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2025643D82; Tue, 4 Jul 2006 07:52:43 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 0DBD441A4; Tue, 4 Jul 2006 02:52:42 -0500 (CDT) Date: Tue, 4 Jul 2006 02:52:42 -0500 To: Mike Brown Message-ID: <20060704075242.GA30671@soaustin.net> References: <200606230920.k5N9KDLN044097@freefall.freebsd.org> <200607040735.k647ZRbh035501@chilled.skew.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607040735.k647ZRbh035501@chilled.skew.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports-bugs@FreeBSD.org, Pav Lucistnik 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:52:52 -0000 On Tue, Jul 04, 2006 at 01:35:27AM -0600, Mike Brown wrote: > http://people.freebsd.org/~fenner/errorlogs/mike@skew.org.html is no longer > showing any errors, and I haven't changed anything in the port. I don't know > what's going on. fenner's survey only shows whether the port fetches or not, and has nothing to do with either a) the port's build status or b) whether or not the port actually works once it is installed. portsmon.freebsd.org can help you with the former, but only checking the PRs, or using the port itself, can indicate the latter. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:00:45 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 65E3416A4E6 for ; Tue, 4 Jul 2006 08:00:45 +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 C4CB643D49 for ; Tue, 4 Jul 2006 08:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6480ifM072767 for ; Tue, 4 Jul 2006 08:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6480iZV072766; Tue, 4 Jul 2006 08:00:44 GMT (envelope-from gnats) Date: Tue, 4 Jul 2006 08:00:44 GMT Message-Id: <200607040800.k6480iZV072766@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Baptiste Quenot Cc: Subject: Re: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Baptiste Quenot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:00:45 -0000 The following reply was made to PR ports/99764; it has been noted by GNATS. From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 Date: Tue, 4 Jul 2006 10:00:30 +0200 Sorry I forgot to edit the email field in the PR. I am the maintainer! -- Jean-Baptiste Quenot Solutions et Technologies ANYWARE TECHNOLOGIES Tel : +33 (0)56 1000 666 Fax : +33 (0)56 1005 146 http://www.anyware-tech.com/ From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:20:23 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 405E916A4DE for ; Tue, 4 Jul 2006 08:20:23 +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 0D9B543D45 for ; Tue, 4 Jul 2006 08:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648KMXO073406 for ; Tue, 4 Jul 2006 08:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648KMwY073401; Tue, 4 Jul 2006 08:20:22 GMT (envelope-from gnats) Date: Tue, 4 Jul 2006 08:20:22 GMT Message-Id: <200607040820.k648KMwY073401@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Babak Farrokhi" Cc: Subject: Re: ports/99763: adns upgrade does not install libadns.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Babak Farrokhi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:20:23 -0000 The following reply was made to PR ports/99763; it has been noted by GNATS. From: "Babak Farrokhi" To: , Cc: Subject: Re: ports/99763: adns upgrade does not install libadns.so Date: Tue, 4 Jul 2006 11:44:29 +0330 Hello, Thanks for the report. Please find following patch (tested and worked) to solved the issue: Description: - Fixed symlink issue - bump PORTREVISION --- adns.patch begins here --- diff -ruN adns.orig/Makefile adns/Makefile --- adns.orig/Makefile Tue Jul 4 11:28:49 2006 +++ adns/Makefile Tue Jul 4 11:38:07 2006 @@ -7,6 +7,7 @@ PORTNAME= adns PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \ http://www.chiark.greenend.org.uk/~ian/adns/ftp/ diff -ruN adns.orig/files/patch-dynamic-Makefile.in adns/files/patch-dynamic-Makefile.in --- adns.orig/files/patch-dynamic-Makefile.in Thu Jan 1 03:30:00 1970 +++ adns/files/patch-dynamic-Makefile.in Tue Jul 4 11:35:49 2006 @@ -0,0 +1,10 @@ +--- dynamic/Makefile.in.orig Tue Jul 4 11:34:55 2006 ++++ dynamic/Makefile.in Tue Jul 4 11:35:05 2006 +@@ -32,7 +32,6 @@ + install: + mkdir -p $(libdir) + $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE) +- ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME) + ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK) + + uninstall: --- adns.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:28:39 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 75D2F16A4DA for ; Tue, 4 Jul 2006 08:28:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id C05CD43D46 for ; Tue, 4 Jul 2006 08:28:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.6/8.13.6) with ESMTP id k648SZj2022961; Tue, 4 Jul 2006 10:28:35 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.6/8.13.6/Submit) id k648SYrb022960; Tue, 4 Jul 2006 10:28:35 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Mike Brown In-Reply-To: <200607040735.k647ZRbh035501@chilled.skew.org> References: <200607040735.k647ZRbh035501@chilled.skew.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SJh9hjuuUdvjSF2s86GP" Date: Tue, 04 Jul 2006 10:28:34 +0200 Message-Id: <1152001714.10845.0.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: freebsd-ports-bugs@FreeBSD.org 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: pav@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:28:39 -0000 --=-SJh9hjuuUdvjSF2s86GP Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Mike Brown p=ED=B9e v =FAt 04. 07. 2006 v 01:35 -0600: > http://people.freebsd.org/~fenner/errorlogs/mike@skew.org.html is no long= er > showing any errors, and I haven't changed anything in the port. I don't k= now > what's going on. =20 >=20 > If you don't get any segmentation faults when running the XML test suite > (as root: cd $PREFIX/lib/4Suite/tests; python test.py -v Xml ) > then perhaps it's fine. It fails some tests - I can get you the output, if you want. I'll mark the port ONLY_FOR_ARCHS=3Di386 now. --=20 Pav Lucistnik Two sausages are in a frying pan. One says, "Geez, it's hot in here isn't i= t?" And the other one says, "Aaaaaah! A talking sausage!" --=-SJh9hjuuUdvjSF2s86GP 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.4 (FreeBSD) iD8DBQBEqiayntdYP8FOsoIRAhNQAJ4x6BhmGrGE+tBRtILS+FnqwbdXZwCeNm85 m5Flsz8F7nO4wjhMZguwu7I= =4X1m -----END PGP SIGNATURE----- --=-SJh9hjuuUdvjSF2s86GP-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:32: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 B7F1016A4DF; Tue, 4 Jul 2006 08:32:31 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5495B43D68; Tue, 4 Jul 2006 08:32:29 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648WTXj075442; Tue, 4 Jul 2006 08:32:29 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648WSnm075434; Tue, 4 Jul 2006 08:32:28 GMT (envelope-from sem) Date: Tue, 4 Jul 2006 08:32:28 GMT From: Sergey Matveychuk Message-Id: <200607040832.k648WSnm075434@freefall.freebsd.org> To: tmseck@netcologne.de, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Cc: Subject: Re: ports/99750: New port/repocopy request: www/squid26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:32:31 -0000 Synopsis: New port/repocopy request: www/squid26 State-Changed-From-To: open->repocopy State-Changed-By: sem State-Changed-When: Tue Jul 4 08:31:25 UTC 2006 State-Changed-Why: Repocopy request: www/squid -> www/squid26 Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: sem Responsible-Changed-When: Tue Jul 4 08:31:25 UTC 2006 Responsible-Changed-Why: Repocopy request: www/squid -> www/squid26 http://www.freebsd.org/cgi/query-pr.cgi?pr=99750 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:36: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 1218116A4E5; Tue, 4 Jul 2006 08:36:19 +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 9C21043D49; Tue, 4 Jul 2006 08:36:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648aIhl075974; Tue, 4 Jul 2006 08:36:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648aINH075970; Tue, 4 Jul 2006 08:36:18 GMT (envelope-from linimon) Date: Tue, 4 Jul 2006 08:36:18 GMT From: Mark Linimon Message-Id: <200607040836.k648aINH075970@freefall.freebsd.org> To: jbq@caraldi.com, jbq@anyware-tech.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:36:19 -0000 Synopsis: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Jul 4 08:35:57 UTC 2006 State-Changed-Why: Submitter is maintainer using a different email address. http://www.freebsd.org/cgi/query-pr.cgi?pr=99764 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08: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 0B12D16A4E6; Tue, 4 Jul 2006 08:37:10 +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 BAFE743D45; Tue, 4 Jul 2006 08:37:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648b9ki076029; Tue, 4 Jul 2006 08:37:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648b9pN076025; Tue, 4 Jul 2006 08:37:09 GMT (envelope-from linimon) Date: Tue, 4 Jul 2006 08:37:09 GMT From: Mark Linimon Message-Id: <200607040837.k648b9pN076025@freefall.freebsd.org> To: johan.bergs@ua.ac.be, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99763: adns upgrade does not install libadns.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:37:10 -0000 Synopsis: adns upgrade does not install libadns.so State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Jul 4 08:36:37 UTC 2006 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=99763 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:38:26 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 638BE16A4DE; Tue, 4 Jul 2006 08:38:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC70C43D49; Tue, 4 Jul 2006 08:38:25 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648cPxc076129; Tue, 4 Jul 2006 08:38:25 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648cPOT076125; Tue, 4 Jul 2006 08:38:25 GMT (envelope-from clsung) Date: Tue, 4 Jul 2006 08:38:25 GMT From: Cheng-Lung Sung Message-Id: <200607040838.k648cPOT076125@freefall.freebsd.org> To: jbq@caraldi.com, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99764: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:38:26 -0000 Synopsis: Maintainer update: net/ekiga 2.0.2 and opal 2.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Tue Jul 4 08:38:25 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99764 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:40:26 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 CCA7516A4E7 for ; Tue, 4 Jul 2006 08:40:26 +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 3A0CF43D45 for ; Tue, 4 Jul 2006 08:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648eOWN076205 for ; Tue, 4 Jul 2006 08:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648eOAn076204; Tue, 4 Jul 2006 08:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 08:40:24 GMT Resent-Message-Id: <200607040840.k648eOAn076204@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joerg Pulz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997AC16A4DA; Tue, 4 Jul 2006 08:32:19 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BAC43D5F; Tue, 4 Jul 2006 08:32:15 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k648WEKF056737; Tue, 4 Jul 2006 10:32:14 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k648WCfu056733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 4 Jul 2006 10:32:12 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.6/8.13.6) with ESMTP id k648WC0g054669; Tue, 4 Jul 2006 10:32:12 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.6/8.13.6/Submit) id k648WCsx054668; Tue, 4 Jul 2006 10:32:12 +0200 (CEST) (envelope-from jpulz) Message-Id: <200607040832.k648WCsx054668@hades.admin.frm2> Date: Tue, 4 Jul 2006 10:32:12 +0200 (CEST) From: Joerg Pulz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Mark Linimon Subject: ports/99766: net/ohphone: mark BROKEN on sparc64 < 700003 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joerg Pulz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:40:27 -0000 >Number: 99766 >Category: ports >Synopsis: net/ohphone: mark BROKEN on sparc64 < 700003 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 08:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 6.1-STABLE-jpulz-001 i386 >Organization: TU-Munich / ZWE FRM-II >Environment: System: FreeBSD hades.admin.frm2 6.1-STABLE-jpulz-001 FreeBSD 6.1-STABLE-jpulz-001 #0: Thu Jun 1 11:46:30 CEST 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: As already done for other devel/pwlib and net/openh323 dependant ports, mark this port BROKEN on sparc64 < 700003. The problem is caused by a missing symbol in the default thread library on this ARCH. Reported-by: portsmon (linimon mail) >How-To-Repeat: >Fix: - apply the patch --- net_ohphone.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ohphone/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 7 May 2006 13:13:28 -0000 1.27 +++ Makefile 4 Jul 2006 07:53:28 -0000 @@ -33,6 +33,10 @@ .include +.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 +BROKEN= does not link due to missing symbol in default thread library +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obj_r/ohphone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1 --- net_ohphone.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 08:40:27 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 E949216A4E8 for ; Tue, 4 Jul 2006 08:40:26 +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 C9C3A43D58 for ; Tue, 4 Jul 2006 08:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k648eOTb076259 for ; Tue, 4 Jul 2006 08:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k648eOil076243; Tue, 4 Jul 2006 08:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 08:40:24 GMT Resent-Message-Id: <200607040840.k648eOil076243@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joerg Pulz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A9C16A4E0; Tue, 4 Jul 2006 08:32:29 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F1943D68; Tue, 4 Jul 2006 08:32:22 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k648WL4Z056744; Tue, 4 Jul 2006 10:32:21 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k648WJhX056740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 4 Jul 2006 10:32:19 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.6/8.13.6) with ESMTP id k648WJ25054700; Tue, 4 Jul 2006 10:32:19 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.6/8.13.6/Submit) id k648WJu4054699; Tue, 4 Jul 2006 10:32:19 +0200 (CEST) (envelope-from jpulz) Message-Id: <200607040832.k648WJu4054699@hades.admin.frm2> Date: Tue, 4 Jul 2006 10:32:19 +0200 (CEST) From: Joerg Pulz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Mark Linimon Subject: ports/99767: net/cphone: mark BROKEN on sparc64 < 700003 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joerg Pulz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:40:27 -0000 >Number: 99767 >Category: ports >Synopsis: net/cphone: mark BROKEN on sparc64 < 700003 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 08:40:24 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 6.1-STABLE-jpulz-001 i386 >Organization: TU-Munich / ZWE FRM-II >Environment: System: FreeBSD hades.admin.frm2 6.1-STABLE-jpulz-001 FreeBSD 6.1-STABLE-jpulz-001 #0: Thu Jun 1 11:46:30 CEST 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: As already done for other devel/pwlib and net/openh323 dependant ports, mark this port BROKEN on sparc64 < 700003. The problem is caused by a missing symbol in the default thread library on this ARCH. Reported-by: portsmon >How-To-Repeat: >Fix: - apply the patch --- net_cphone.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/cphone/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2 May 2006 20:51:17 -0000 1.15 +++ Makefile 4 Jul 2006 08:19:59 -0000 @@ -31,6 +31,10 @@ .include +.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 +BROKEN= does not link due to missing symbol in default thread library +.endif + post-patch: @${REINPLACE_CMD} -e '/graphdisplay.h/d' -e '/videodisplay.h/d' \ -e '/labeldisplay.h/d' ${WRKSRC}/mainwindow.ui \ --- net_cphone.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 10:20: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 6704B16A576 for ; Tue, 4 Jul 2006 10:20: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 094B543D5C for ; Tue, 4 Jul 2006 10: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 k64AKFqI081413 for ; Tue, 4 Jul 2006 10:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64AKFFL081412; Tue, 4 Jul 2006 10:20:15 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 10:20:15 GMT Resent-Message-Id: <200607041020.k64AKFFL081412@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brandon Cash Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB2216A4DA for ; Tue, 4 Jul 2006 10:17:13 +0000 (UTC) (envelope-from brandoncash@gmail.com) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DB843D45 for ; Tue, 4 Jul 2006 10:17:12 +0000 (GMT) (envelope-from brandoncash@gmail.com) Received: from bellerophon ([70.173.243.50]) by centrmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20060704101712.VPRF12772.centrmmtao02.cox.net@bellerophon> for ; Tue, 4 Jul 2006 06:17:12 -0400 Received: by bellerophon (sSMTP sendmail emulation); Tue, 4 Jul 2006 05:17:11 -0500 Message-Id: <20060704101712.VPRF12772.centrmmtao02.cox.net@bellerophon> Date: Tue, 4 Jul 2006 05:17:11 -0500 From: "Brandon Cash" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99769: New port: x11-themes/rezlooks A GTK+2 theme engine based on Clearlooks CVS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brandon Cash List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:20:20 -0000 >Number: 99769 >Category: ports >Synopsis: New port: x11-themes/rezlooks A GTK+2 theme engine based on Clearlooks CVS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 10:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Brandon Cash >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD bellerophon.home 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Wed Jun 28 07:22:34 CDT 2006 cai@bellerophon.home:/usr/obj/usr/src/sys/BELLEROPHON i386 >Description: Rezlooks is a GTK+2 theme engine based on the Cairo enabled Clearlooks CVS code. >How-To-Repeat: >Fix: --- rezlooks.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # x11-themes/rezlooks/ # x11-themes/rezlooks/Makefile # x11-themes/rezlooks/distinfo # x11-themes/rezlooks/pkg-descr # x11-themes/rezlooks/pkg-plist # echo c - x11-themes/rezlooks/ mkdir -p x11-themes/rezlooks/ > /dev/null 2>&1 echo x - x11-themes/rezlooks/Makefile sed 's/^X//' >x11-themes/rezlooks/Makefile << 'END-of-x11-themes/rezlooks/Makefile' X# New ports collection makefile for: rezlooks X# Date created: 2006-07-02 X# Whom: brandoncash@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= rezlooks XPORTVERSION= 0.6 XCATEGORIES= x11-themes XMASTER_SITES= http://www.gnome-look.org/content/files/ XDISTNAME= 39179-rezlooks-${PORTVERSION} X XMAINTAINER= brandoncash@gmail.com XCOMMENT= GTK+ 2.x engine based on Clearlooks X XLIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo X XWRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION} X XGNU_CONFIGURE= yes XUSE_GNOME= gtk20 XUSE_X_PREFIX= yes X XOPTIONS+= ANIMATION "Animation support" On X X.include X X.if !defined(WITHOUT_ANIMATION) XCONFIGURE_ARGS+= --enable-animation X.endif X X.include END-of-x11-themes/rezlooks/Makefile echo x - x11-themes/rezlooks/distinfo sed 's/^X//' >x11-themes/rezlooks/distinfo << 'END-of-x11-themes/rezlooks/distinfo' XMD5 (39179-rezlooks-0.6.tar.gz) = 87b768eb372dd5065f9e36bf10245ac7 XSHA256 (39179-rezlooks-0.6.tar.gz) = a7dbc45ba32b8f1f40a097d7bafbdff595464c4af16a5bbb9febf63d15cab699 XSIZE (39179-rezlooks-0.6.tar.gz) = 290016 END-of-x11-themes/rezlooks/distinfo echo x - x11-themes/rezlooks/pkg-descr sed 's/^X//' >x11-themes/rezlooks/pkg-descr << 'END-of-x11-themes/rezlooks/pkg-descr' XRezlooks is a GTK+2 theme engine based on the Cairo-enabled CVS Clearlooks Xengine code. X XWWW: http://www.gnome-look.org/content/show.php?content=39179 END-of-x11-themes/rezlooks/pkg-descr echo x - x11-themes/rezlooks/pkg-plist sed 's/^X//' >x11-themes/rezlooks/pkg-plist << 'END-of-x11-themes/rezlooks/pkg-plist' Xlib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.la Xlib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so X END-of-x11-themes/rezlooks/pkg-plist exit --- rezlooks.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 10:37:03 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 06BD216A4E2; Tue, 4 Jul 2006 10:37:03 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 658DD43D46; Tue, 4 Jul 2006 10:37:02 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from freefall.freebsd.org (anray@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Ab2fm083113; Tue, 4 Jul 2006 10:37:02 GMT (envelope-from anray@freefall.freebsd.org) Received: (from anray@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64AaxQW083109; Tue, 4 Jul 2006 10:36:59 GMT (envelope-from anray) Date: Tue, 4 Jul 2006 10:36:59 GMT From: Andrey Slusar Message-Id: <200607041036.k64AaxQW083109@freefall.freebsd.org> To: keramida@ceid.upatras.gr, anray@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anray@FreeBSD.org Cc: Subject: Re: ports/99755: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:37:03 -0000 Synopsis: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs Responsible-Changed-From-To: freebsd-ports-bugs->anray Responsible-Changed-By: anray Responsible-Changed-When: Tue Jul 4 10:36:58 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99755 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:30: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 C66FC16A4E0 for ; Tue, 4 Jul 2006 11:30:16 +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 9AEFD43D45 for ; Tue, 4 Jul 2006 11:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64BUFrS085013 for ; Tue, 4 Jul 2006 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BUFsD085012; Tue, 4 Jul 2006 11:30:15 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 11:30:15 GMT Resent-Message-Id: <200607041130.k64BUFsD085012@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0068416A4DA; Tue, 4 Jul 2006 11:22:36 +0000 (UTC) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (c1.mediastation.ru [83.97.110.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC8943D4C; Tue, 4 Jul 2006 11:22:36 +0000 (GMT) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (localhost.310.ru [127.0.0.1]) by c1.mediastation.ru (8.13.6/8.13.4) with ESMTP id k64BM7pD090580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 15:22:07 +0400 (MSD) (envelope-from stas@c1.mediastation.ru) Received: (from stas@localhost) by c1.mediastation.ru (8.13.6/8.13.4/Submit) id k64BM1Pa090579; Tue, 4 Jul 2006 15:22:01 +0400 (MSD) (envelope-from stas) Message-Id: <200607041122.k64BM1Pa090579@c1.mediastation.ru> Date: Tue, 4 Jul 2006 15:22:01 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: ports/99770: [UPDATE] devel/eet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:30:16 -0000 >Number: 99770 >Category: ports >Synopsis: [UPDATE] devel/eet >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 11:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD c1.mediastation.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat Apr 1 16:16:56 MSD 2006 stas@c1.mediastation.ru:/usr/src/sys/i386/compile/RADUGA i386 >Description: Update for slightly outdated devel/eet port. A copy was sent to maintainier. >How-To-Repeat: >Fix: --- eet.diff begins here --- diff -ruN eet.orig/Makefile eet/Makefile --- eet.orig/Makefile Tue Jul 4 14:44:20 2006 +++ eet/Makefile Tue Jul 4 14:45:13 2006 @@ -6,7 +6,7 @@ # PORTNAME= eet -PORTVERSION= 0.9.10.027 +PORTVERSION= 0.9.10.029 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff -ruN eet.orig/distinfo eet/distinfo --- eet.orig/distinfo Tue Jul 4 14:44:20 2006 +++ eet/distinfo Tue Jul 4 14:45:29 2006 @@ -1,3 +1,3 @@ -MD5 (eet-0.9.10.027.tar.gz) = 7f9a67db2b0f90da859fc479eb331c46 -SHA256 (eet-0.9.10.027.tar.gz) = d285facd55fac67782887037dc85e5eb09b1d636c12e61c910cbd611f3e1a979 -SIZE (eet-0.9.10.027.tar.gz) = 352749 +MD5 (eet-0.9.10.029.tar.gz) = bc51544489ea109f6efc5df6dafc95de +SHA256 (eet-0.9.10.029.tar.gz) = 65f77e6ff93e731baf369d98cc3d91eba0448f7469ddbc18140a4901bde92525 +SIZE (eet-0.9.10.029.tar.gz) = 358002 --- eet.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:30: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 2FAA116A4E6 for ; Tue, 4 Jul 2006 11:30: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 2A4C743D4C for ; Tue, 4 Jul 2006 11:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64BUFEa085060 for ; Tue, 4 Jul 2006 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BUFDH085056; Tue, 4 Jul 2006 11:30:15 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 11:30:15 GMT Resent-Message-Id: <200607041130.k64BUFDH085056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E759516A4DD; Tue, 4 Jul 2006 11:28:01 +0000 (UTC) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (c1.mediastation.ru [83.97.110.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7761643D58; Tue, 4 Jul 2006 11:28:00 +0000 (GMT) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (localhost.310.ru [127.0.0.1]) by c1.mediastation.ru (8.13.6/8.13.4) with ESMTP id k64BRXTY090674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 15:27:33 +0400 (MSD) (envelope-from stas@c1.mediastation.ru) Received: (from stas@localhost) by c1.mediastation.ru (8.13.6/8.13.4/Submit) id k64BRSUk090673; Tue, 4 Jul 2006 15:27:28 +0400 (MSD) (envelope-from stas) Message-Id: <200607041127.k64BRSUk090673@c1.mediastation.ru> Date: Tue, 4 Jul 2006 15:27:28 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: ports/99771: [UPDATE] graphics/evas X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:30:17 -0000 >Number: 99771 >Category: ports >Synopsis: [UPDATE] graphics/evas >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 11:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Update for slightly outdated evas package. Also, I suppose we don't need to pass --enable-mmx explicitly, since it's always enabled by configure on amd64 and i386 plafforms. This also depends on "[UPDATE] devel/eet" pr. Copy of this messages was sent to maintainier. >How-To-Repeat: >Fix: --- evas.diff begins here --- diff -ruN evas.orig/Makefile evas/Makefile --- evas.orig/Makefile Tue Jul 4 14:51:42 2006 +++ evas/Makefile Tue Jul 4 14:54:28 2006 @@ -6,7 +6,7 @@ # PORTNAME= evas -PORTVERSION= 0.9.9.027 +PORTVERSION= 0.9.9.029 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -27,9 +27,5 @@ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" .include - -.if defined(WITH_MMX) && (${ARCH} == "i386") -CONFIGURE_ARGS+= --enable-mmx -.endif .include diff -ruN evas.orig/distinfo evas/distinfo --- evas.orig/distinfo Tue Jul 4 14:51:42 2006 +++ evas/distinfo Tue Jul 4 14:55:03 2006 @@ -1,3 +1,3 @@ -MD5 (evas-0.9.9.027.tar.gz) = baebd90d7d4f58a2cc288dba8272098b -SHA256 (evas-0.9.9.027.tar.gz) = ba47414496a82900d2fae2ccaccbd9429be934618e0832e5e7acd5bedfd48546 -SIZE (evas-0.9.9.027.tar.gz) = 1688702 +MD5 (evas-0.9.9.029.tar.gz) = 734eba6985237ebfe19ce8aaa4f98bd4 +SHA256 (evas-0.9.9.029.tar.gz) = 0691b85f88960116be55f70b2173374061b11e61aa1961d78f96adcf70ce5d3f +SIZE (evas-0.9.9.029.tar.gz) = 1728509 diff -ruN evas.orig/files/patch-configure evas/files/patch-configure --- evas.orig/files/patch-configure Tue Jul 4 14:51:42 2006 +++ evas/files/patch-configure Tue Jul 4 14:56:23 2006 @@ -1,6 +1,6 @@ ---- configure.orig Thu Mar 16 14:51:32 2006 -+++ configure Thu Mar 16 14:51:47 2006 -@@ -20148,7 +20148,7 @@ +--- configure.orig Tue Jul 4 14:55:32 2006 ++++ configure Tue Jul 4 14:55:50 2006 +@@ -22388,7 +22388,7 @@ fi --- evas.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:30:23 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 D831716A4E7; Tue, 4 Jul 2006 11:30:23 +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 96E0343D55; Tue, 4 Jul 2006 11:30:23 +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 k64BUNlT085184; Tue, 4 Jul 2006 11:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BUNlr085180; Tue, 4 Jul 2006 11:30:23 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 11:30:23 GMT From: Edwin Groothuis Message-Id: <200607041130.k64BUNlr085180@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Cc: Subject: Re: ports/99770: [UPDATE] devel/eet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:30:23 -0000 Synopsis: [UPDATE] devel/eet Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 11:30:22 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99770 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:30:33 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 AEC5E16A4E2; Tue, 4 Jul 2006 11:30:33 +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 5511343D5A; Tue, 4 Jul 2006 11:30:32 +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 k64BUWgB085427; Tue, 4 Jul 2006 11:30:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BUWiR085417; Tue, 4 Jul 2006 11:30:32 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 11:30:32 GMT From: Edwin Groothuis Message-Id: <200607041130.k64BUWiR085417@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Cc: Subject: Re: ports/99771: [UPDATE] graphics/evas X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:30:33 -0000 Synopsis: [UPDATE] graphics/evas Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 11:30:31 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99771 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:40: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 6262916A4EF for ; Tue, 4 Jul 2006 11:40: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 ABB9143D58 for ; Tue, 4 Jul 2006 11:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64BeILP086618 for ; Tue, 4 Jul 2006 11:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BeIZY086617; Tue, 4 Jul 2006 11:40:18 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 11:40:18 GMT Resent-Message-Id: <200607041140.k64BeIZY086617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961D416A4E7; Tue, 4 Jul 2006 11:35:38 +0000 (UTC) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (c1.mediastation.ru [83.97.110.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC6143D70; Tue, 4 Jul 2006 11:35:32 +0000 (GMT) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (localhost.310.ru [127.0.0.1]) by c1.mediastation.ru (8.13.6/8.13.4) with ESMTP id k64BZ5OR090800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 15:35:05 +0400 (MSD) (envelope-from stas@c1.mediastation.ru) Received: (from stas@localhost) by c1.mediastation.ru (8.13.6/8.13.4/Submit) id k64BZ0p0090799; Tue, 4 Jul 2006 15:35:00 +0400 (MSD) (envelope-from stas) Message-Id: <200607041135.k64BZ0p0090799@c1.mediastation.ru> Date: Tue, 4 Jul 2006 15:35:00 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: ports/99772: [UPDATE] x11/ecore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:40:20 -0000 >Number: 99772 >Category: ports >Synopsis: [UPDATE] x11/ecore >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 11:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD c1.mediastation.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat Apr 1 16:16:56 MSD 2006 stas@c1.mediastation.ru:/usr/src/sys/i386/compile/RADUGA i386 >Description: Update for slightly outdated ecore library. Copy of this message was sent to maintainier. >How-To-Repeat: >Fix: --- ecore.diff begins here --- diff -ruN ecore.orig/Makefile ecore/Makefile --- ecore.orig/Makefile Tue Jul 4 15:28:45 2006 +++ ecore/Makefile Tue Jul 4 15:28:59 2006 @@ -6,7 +6,7 @@ # PORTNAME= ecore -PORTVERSION= 0.9.9.027 +PORTVERSION= 0.9.9.029 PORTREVISION= 0 CATEGORIES= x11 MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff -ruN ecore.orig/distinfo ecore/distinfo --- ecore.orig/distinfo Tue Jul 4 15:28:45 2006 +++ ecore/distinfo Tue Jul 4 15:29:31 2006 @@ -1,3 +1,3 @@ -MD5 (ecore-0.9.9.027.tar.gz) = 399a948e4321f353514163a56ac28e10 -SHA256 (ecore-0.9.9.027.tar.gz) = 878b17db399be1ed539f7d77b362d39675129c96febed70f1b5555d8f328b81a -SIZE (ecore-0.9.9.027.tar.gz) = 1187157 +MD5 (ecore-0.9.9.029.tar.gz) = cbec0764ae6c10c9be5e6ff28f48b8a9 +SHA256 (ecore-0.9.9.029.tar.gz) = d041a4842848edae3c9f75ad21bbdc80cc3dfe428224143f76f081ff677d6394 +SIZE (ecore-0.9.9.029.tar.gz) = 1206650 --- ecore.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:41: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 DE1E916A4DA; Tue, 4 Jul 2006 11:41:50 +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 A167E43D46; Tue, 4 Jul 2006 11:41:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Bfo5B086814; Tue, 4 Jul 2006 11:41:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BfodC086810; Tue, 4 Jul 2006 11:41:50 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 11:41:50 GMT From: Edwin Groothuis Message-Id: <200607041141.k64BfodC086810@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Cc: Subject: Re: ports/99772: [UPDATE] x11/ecore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:41:51 -0000 Synopsis: [UPDATE] x11/ecore Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 11:41:49 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99772 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:49:48 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 0F07316A4E9; Tue, 4 Jul 2006 11:49:48 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E347143D5A; Tue, 4 Jul 2006 11:49:46 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Bnk4e086956; Tue, 4 Jul 2006 11:49:46 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Bnk6s086952; Tue, 4 Jul 2006 11:49:46 GMT (envelope-from ahze) Date: Tue, 4 Jul 2006 11:49:46 GMT From: Michael Johnson Message-Id: <200607041149.k64Bnk6s086952@freefall.freebsd.org> To: ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Cc: Subject: Re: ports/99769: New port: x11-themes/rezlooks A GTK+2 theme engine based on Clearlooks CVS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:49:48 -0000 Synopsis: New port: x11-themes/rezlooks A GTK+2 theme engine based on Clearlooks CVS Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: ahze Responsible-Changed-When: Tue Jul 4 11:49:33 UTC 2006 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=99769 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:50: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 6D50A16A4E8 for ; Tue, 4 Jul 2006 11:50: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 85CD543D6A for ; Tue, 4 Jul 2006 11: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 k64BoGQD087001 for ; Tue, 4 Jul 2006 11: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 k64BoGPH087000; Tue, 4 Jul 2006 11:50:16 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 11:50:16 GMT Resent-Message-Id: <200607041150.k64BoGPH087000@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D397E16A4E5; Tue, 4 Jul 2006 11:42:03 +0000 (UTC) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (c1.mediastation.ru [83.97.110.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D78443D45; Tue, 4 Jul 2006 11:42:02 +0000 (GMT) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (localhost.310.ru [127.0.0.1]) by c1.mediastation.ru (8.13.6/8.13.4) with ESMTP id k64BfZRY090913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 15:41:35 +0400 (MSD) (envelope-from stas@c1.mediastation.ru) Received: (from stas@localhost) by c1.mediastation.ru (8.13.6/8.13.4/Submit) id k64BfUka090912; Tue, 4 Jul 2006 15:41:30 +0400 (MSD) (envelope-from stas) Message-Id: <200607041141.k64BfUka090912@c1.mediastation.ru> Date: Tue, 4 Jul 2006 15:41:30 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: ports/99774: [UPDATE] graphics/edje X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:50:20 -0000 >Number: 99774 >Category: ports >Synopsis: [UPDATE] graphics/edje >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 11:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD c1.mediastation.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat Apr 1 16:16:56 MSD 2006 stas@c1.mediastation.ru:/usr/src/sys/i386/compile/RADUGA i386 >Description: Update for slightly outdated evas library. Copy of this message was sent to maintainier. >How-To-Repeat: >Fix: --- edje.diff begins here --- diff -ruN edje.orig/Makefile edje/Makefile --- edje.orig/Makefile Tue Jul 4 15:35:57 2006 +++ edje/Makefile Tue Jul 4 15:36:11 2006 @@ -6,7 +6,7 @@ # PORTNAME= edje -PORTVERSION= 0.5.0.027 +PORTVERSION= 0.5.0.029 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff -ruN edje.orig/distinfo edje/distinfo --- edje.orig/distinfo Tue Jul 4 15:35:57 2006 +++ edje/distinfo Tue Jul 4 15:36:37 2006 @@ -1,3 +1,3 @@ -MD5 (edje-0.5.0.027.tar.gz) = 43089969884f28ed306d95d7fa780dd7 -SHA256 (edje-0.5.0.027.tar.gz) = 2468dd35848d81e1f22d5847862174467aa4da2f8a929a41d219803a5ff88e2e -SIZE (edje-0.5.0.027.tar.gz) = 2137862 +MD5 (edje-0.5.0.029.tar.gz) = 3285b600bb58b527feb98c7190a1d690 +SHA256 (edje-0.5.0.029.tar.gz) = 28dd1fc541690bff6c082fc67a3fa0f7c05d260f7174e0d1176ff27b57623bd6 +SIZE (edje-0.5.0.029.tar.gz) = 2144826 --- edje.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:50: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 8409716A4E6 for ; Tue, 4 Jul 2006 11:50:22 +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 0F79A43D73 for ; Tue, 4 Jul 2006 11:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64BoGop087055 for ; Tue, 4 Jul 2006 11: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 k64BoGPq087054; Tue, 4 Jul 2006 11:50:16 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 11:50:16 GMT Resent-Message-Id: <200607041150.k64BoGPq087054@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B03416A4DA; Tue, 4 Jul 2006 11:46:26 +0000 (UTC) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (c1.mediastation.ru [83.97.110.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030D243D72; Tue, 4 Jul 2006 11:46:20 +0000 (GMT) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (localhost.310.ru [127.0.0.1]) by c1.mediastation.ru (8.13.6/8.13.4) with ESMTP id k64Bjr2B091019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 15:45:53 +0400 (MSD) (envelope-from stas@c1.mediastation.ru) Received: (from stas@localhost) by c1.mediastation.ru (8.13.6/8.13.4/Submit) id k64BjmBJ091018; Tue, 4 Jul 2006 15:45:48 +0400 (MSD) (envelope-from stas) Message-Id: <200607041145.k64BjmBJ091018@c1.mediastation.ru> Date: Tue, 4 Jul 2006 15:45:48 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: ports/99775: [UPDATE] lang/embryo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:50:22 -0000 >Number: 99775 >Category: ports >Synopsis: [UPDATE] lang/embryo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 11:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD c1.mediastation.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat Apr 1 16:16:56 MSD 2006 stas@c1.mediastation.ru:/usr/src/sys/i386/compile/RADUGA i386 >Description: Update for slightly outdated embryou package. Copy of this message was sent to maintainier. >How-To-Repeat: >Fix: --- embr.diff begins here --- diff -ruN embryo.orig/Makefile embryo/Makefile --- embryo.orig/Makefile Tue Jul 4 15:42:36 2006 +++ embryo/Makefile Tue Jul 4 15:42:45 2006 @@ -6,7 +6,7 @@ # PORTNAME= embryo -PORTVERSION= 0.9.1.027 +PORTVERSION= 0.9.1.029 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff -ruN embryo.orig/distinfo embryo/distinfo --- embryo.orig/distinfo Tue Jul 4 15:42:36 2006 +++ embryo/distinfo Tue Jul 4 15:42:56 2006 @@ -1,3 +1,3 @@ -MD5 (embryo-0.9.1.027.tar.gz) = a1127975ce39de9ff91fd3fddd69701d -SHA256 (embryo-0.9.1.027.tar.gz) = f5b4367628842c960b0fc8eceacba41945ce4b07a78a055cc25007cc7bdfb9ce -SIZE (embryo-0.9.1.027.tar.gz) = 467410 +MD5 (embryo-0.9.1.029.tar.gz) = 93161a9101d7ef8534b6d5ee967a6793 +SHA256 (embryo-0.9.1.029.tar.gz) = 6c813b5a28d308d2d7aa692d215d5bf259f470f9ab3dd81b35eaa8329d446ab5 +SIZE (embryo-0.9.1.029.tar.gz) = 474615 --- embr.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:50:26 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 DEAD716A4E0; Tue, 4 Jul 2006 11:50:26 +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 A0B1F43D53; Tue, 4 Jul 2006 11:50:26 +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 k64BoQA1087151; Tue, 4 Jul 2006 11:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BoQuF087147; Tue, 4 Jul 2006 11:50:26 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 11:50:26 GMT From: Edwin Groothuis Message-Id: <200607041150.k64BoQuF087147@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Cc: Subject: Re: ports/99774: [UPDATE] graphics/edje X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:50:27 -0000 Synopsis: [UPDATE] graphics/edje Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 11:50:25 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99774 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 11:50: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 7B32916A4E5; Tue, 4 Jul 2006 11:50:36 +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 367B643D49; Tue, 4 Jul 2006 11:50:36 +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 k64BoaB1087272; Tue, 4 Jul 2006 11:50:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64BoaNl087268; Tue, 4 Jul 2006 11:50:36 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 11:50:36 GMT From: Edwin Groothuis Message-Id: <200607041150.k64BoaNl087268@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Cc: Subject: Re: ports/99775: [UPDATE] lang/embryo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:50:36 -0000 Synopsis: [UPDATE] lang/embryo Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 11:50:35 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99775 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 12:00:34 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 1B44916A4EF for ; Tue, 4 Jul 2006 12:00:34 +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 3FDB543D53 for ; Tue, 4 Jul 2006 12:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64C0XTG087597 for ; Tue, 4 Jul 2006 12:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64C0Xf1087596; Tue, 4 Jul 2006 12:00:33 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 12:00:33 GMT Resent-Message-Id: <200607041200.k64C0Xf1087596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D9C16A4DD; Tue, 4 Jul 2006 11:56:42 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8734243D4C; Tue, 4 Jul 2006 11:56:41 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k64BueZJ019214; Tue, 4 Jul 2006 19:56:40 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k64Buen7019213; Tue, 4 Jul 2006 19:56:40 +0800 (CST) (envelope-from rafan) Message-Id: <200607041156.k64Buen7019213@svm.csie.ntu.edu.tw> Date: Tue, 4 Jul 2006 19:56:40 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: des@FreeBSD.org Subject: ports/99777: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:00:34 -0000 >Number: 99777 >Category: ports >Synopsis: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 12:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.1-RELEASE i386 >Organization: NTU CSIE >Environment: >Description: - pkg-plist fix, lost in previous update - use ${RMDIR} to pet portlint(1) Port maintainer (des@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- docbook-xsl-1.70.1.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/docbook-xsl/Makefile,v retrieving revision 1.38 diff -u -u -r1.38 Makefile --- Makefile 30 Jun 2006 12:53:39 -0000 1.38 +++ Makefile 4 Jul 2006 11:55:07 -0000 @@ -58,8 +58,8 @@ ${TAR} -xf - -C${PINSTDIR}) post-install: - rmdir ${PREFIX}/share/xsl/docbook/extensions/build - rmdir ${PREFIX}/share/xsl/docbook/extensions/build2 + ${RMDIR} ${PREFIX}/share/xsl/docbook/extensions/build + ${RMDIR} ${PREFIX}/share/xsl/docbook/extensions/build2 @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Index: pkg-plist =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/docbook-xsl/pkg-plist,v retrieving revision 1.31 diff -u -u -r1.31 pkg-plist --- pkg-plist 23 Jun 2006 09:10:47 -0000 1.31 +++ pkg-plist 4 Jul 2006 11:55:07 -0000 @@ -1883,6 +1883,7 @@ @dirrm share/xsl/docbook/extensions @dirrm share/xsl/docbook/common @dirrm share/xsl/docbook +@dirrmtry share/xsl @dirrm %%PORTDOCS%%%%DOCSDIR%%/wordml @dirrm %%PORTDOCS%%%%DOCSDIR%%/website @dirrm %%PORTDOCS%%%%DOCSDIR%%/template --- docbook-xsl-1.70.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 12:00:40 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 6A78D16A57F; Tue, 4 Jul 2006 12:00:40 +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 1036B43D46; Tue, 4 Jul 2006 12:00:40 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64C0dJq087702; Tue, 4 Jul 2006 12:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64C0dr9087698; Tue, 4 Jul 2006 12:00:39 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 12:00:39 GMT From: Edwin Groothuis Message-Id: <200607041200.k64C0dr9087698@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: ports/99777: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:00:40 -0000 Synopsis: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1) Responsible-Changed-From-To: freebsd-ports-bugs->des Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 12:00:39 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99777 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 12:10:33 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 353E116A4DD for ; Tue, 4 Jul 2006 12:10:33 +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 8395443D5A for ; Tue, 4 Jul 2006 12:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64CAK52087949 for ; Tue, 4 Jul 2006 12:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64CAKI2087948; Tue, 4 Jul 2006 12:10:20 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 12:10:20 GMT Resent-Message-Id: <200607041210.k64CAKI2087948@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2103016A4DD; Tue, 4 Jul 2006 12:09:32 +0000 (UTC) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (c1.mediastation.ru [83.97.110.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E1143D73; Tue, 4 Jul 2006 12:09:26 +0000 (GMT) (envelope-from stas@c1.mediastation.ru) Received: from c1.mediastation.ru (localhost.310.ru [127.0.0.1]) by c1.mediastation.ru (8.13.6/8.13.4) with ESMTP id k64C8t0x091194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 16:08:55 +0400 (MSD) (envelope-from stas@c1.mediastation.ru) Received: (from stas@localhost) by c1.mediastation.ru (8.13.6/8.13.4/Submit) id k64C8oOq091193; Tue, 4 Jul 2006 16:08:50 +0400 (MSD) (envelope-from stas) Message-Id: <200607041208.k64C8oOq091193@c1.mediastation.ru> Date: Tue, 4 Jul 2006 16:08:50 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: ports/99778: [UPDATE] x11-wm/enlightenment-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:10:33 -0000 >Number: 99778 >Category: ports >Synopsis: [UPDATE] x11-wm/enlightenment-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 12:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD c1.mediastation.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat Apr 1 16:16:56 MSD 2006 stas@c1.mediastation.ru:/usr/src/sys/i386/compile/RADUGA i386 >Description: Update for enlightenment-devel. Copy of this message was sent to maintainier. Note: I've added additional patchfile patch-data_themes_default_icons.edc >How-To-Repeat: >Fix: --- e.diff begins here --- diff -ruN enlightenment-devel.orig/Makefile enlightenment-devel/Makefile --- enlightenment-devel.orig/Makefile Tue Jul 4 15:46:58 2006 +++ enlightenment-devel/Makefile Tue Jul 4 15:47:17 2006 @@ -6,7 +6,7 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.999.027 +PORTVERSION= 0.16.999.029 PORTREVISION= 0 CATEGORIES= x11-wm MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff -ruN enlightenment-devel.orig/distinfo enlightenment-devel/distinfo --- enlightenment-devel.orig/distinfo Tue Jul 4 15:46:58 2006 +++ enlightenment-devel/distinfo Tue Jul 4 15:53:36 2006 @@ -1,3 +1,3 @@ -MD5 (enlightenment-0.16.999.027.tar.gz) = eea5afd55b1a363c7e059e8a4180db7f -SHA256 (enlightenment-0.16.999.027.tar.gz) = 2b86565c5b48448beceba8211dce38fc259eacb4bd93480846772c6a4c97cbff -SIZE (enlightenment-0.16.999.027.tar.gz) = 29747954 +MD5 (enlightenment-0.16.999.029.tar.gz) = 96699aea25f0ad0bfc4ad1123488e244 +SHA256 (enlightenment-0.16.999.029.tar.gz) = 3afd3b63f471862407142d7779897cd18dfd4b1a43f4eb702e7feaf33178f219 +SIZE (enlightenment-0.16.999.029.tar.gz) = 29878149 diff -ruN enlightenment-devel.orig/files/patch-data_themes_default_icons.edc enlightenment-devel/files/patch-data_themes_default_icons.edc --- enlightenment-devel.orig/files/patch-data_themes_default_icons.edc Thu Jan 1 03:00:00 1970 +++ enlightenment-devel/files/patch-data_themes_default_icons.edc Tue Jul 4 16:00:07 2006 @@ -0,0 +1,19 @@ +--- data/themes/default_icons.edc.orig Tue Jul 4 15:57:45 2006 ++++ data/themes/default_icons.edc Tue Jul 4 15:58:45 2006 +@@ -26,7 +26,6 @@ + image: "e17_icon_run.png" LOSSY 90; + + image: "e17_icon_font.png" LOSSY 90; +- image: "e17_icon_background.png" LOSSY 90; + + image: "e17_pager_window.png" COMP; + +@@ -582,7 +581,7 @@ + aspect: 1.0 1.0; + max: 64 64; + image { +- normal: "e17_icon_background.png"; ++ normal: "e17_icon_desktop.png"; + } + } + } diff -ruN enlightenment-devel.orig/pkg-plist enlightenment-devel/pkg-plist --- enlightenment-devel.orig/pkg-plist Tue Jul 4 15:46:58 2006 +++ enlightenment-devel/pkg-plist Tue Jul 4 16:05:54 2006 @@ -6,7 +6,6 @@ bin/enlightenment_remote bin/enlightenment_start include/E_Lib.h -include/enlightenment/e_widget_config_list.h include/enlightenment/e.h include/enlightenment/e_about.h include/enlightenment/e_actions.h @@ -24,6 +23,7 @@ include/enlightenment/e_config.h include/enlightenment/e_config_dialog.h include/enlightenment/e_configure.h +include/enlightenment/e_confirm_dialog.h include/enlightenment/e_container.h include/enlightenment/e_datastore.h include/enlightenment/e_desk.h @@ -33,6 +33,7 @@ include/enlightenment/e_dnd.h include/enlightenment/e_eap_editor.h include/enlightenment/e_entry.h +include/enlightenment/e_entry_dialog.h include/enlightenment/e_error.h include/enlightenment/e_exebuf.h include/enlightenment/e_exehist.h @@ -59,6 +60,7 @@ include/enlightenment/e_int_border_border.h include/enlightenment/e_int_border_locks.h include/enlightenment/e_int_border_menu.h +include/enlightenment/e_int_border_prop.h include/enlightenment/e_int_border_remember.h include/enlightenment/e_int_config_background.h include/enlightenment/e_int_config_background_import.h @@ -72,12 +74,12 @@ include/enlightenment/e_int_config_fonts.h include/enlightenment/e_int_config_hinting.h include/enlightenment/e_int_config_keybindings.h -include/enlightenment/e_int_config_startup.h include/enlightenment/e_int_config_menus.h include/enlightenment/e_int_config_modules.h include/enlightenment/e_int_config_paths.h include/enlightenment/e_int_config_performance.h include/enlightenment/e_int_config_shelf.h +include/enlightenment/e_int_config_startup.h include/enlightenment/e_int_config_theme.h include/enlightenment/e_int_config_window_display.h include/enlightenment/e_int_config_window_manipulation.h @@ -125,6 +127,7 @@ include/enlightenment/e_widget.h include/enlightenment/e_widget_button.h include/enlightenment/e_widget_check.h +include/enlightenment/e_widget_config_list.h include/enlightenment/e_widget_entry.h include/enlightenment/e_widget_fileman.h include/enlightenment/e_widget_framelist.h @@ -148,61 +151,39 @@ lib/enlightenment/modules/battery/module.eap lib/enlightenment/modules/battery/module.la lib/enlightenment/modules/battery/module.so -lib/enlightenment/modules/battery/module_icon.png lib/enlightenment/modules/clock/module.a lib/enlightenment/modules/clock/module.eap lib/enlightenment/modules/clock/module.la lib/enlightenment/modules/clock/module.so -lib/enlightenment/modules/clock/module_icon.png lib/enlightenment/modules/cpufreq/freqset lib/enlightenment/modules/cpufreq/module.a lib/enlightenment/modules/cpufreq/module.eap lib/enlightenment/modules/cpufreq/module.la lib/enlightenment/modules/cpufreq/module.so -lib/enlightenment/modules/cpufreq/module_icon.png -lib/enlightenment/modules/dropshadow/menu_icon_close.png -lib/enlightenment/modules/dropshadow/menu_icon_dark.png -lib/enlightenment/modules/dropshadow/menu_icon_far.png -lib/enlightenment/modules/dropshadow/menu_icon_fuzzy.png -lib/enlightenment/modules/dropshadow/menu_icon_light.png -lib/enlightenment/modules/dropshadow/menu_icon_medium.png -lib/enlightenment/modules/dropshadow/menu_icon_sharp.png -lib/enlightenment/modules/dropshadow/menu_icon_underneath.png -lib/enlightenment/modules/dropshadow/menu_icon_very_dark.png -lib/enlightenment/modules/dropshadow/menu_icon_very_far.png -lib/enlightenment/modules/dropshadow/menu_icon_very_fuzzy.png -lib/enlightenment/modules/dropshadow/menu_icon_very_light.png -lib/enlightenment/modules/dropshadow/menu_icon_very_sharp.png lib/enlightenment/modules/dropshadow/module.a lib/enlightenment/modules/dropshadow/module.eap lib/enlightenment/modules/dropshadow/module.la lib/enlightenment/modules/dropshadow/module.so -lib/enlightenment/modules/dropshadow/module_icon.png lib/enlightenment/modules/ibar/module.a lib/enlightenment/modules/ibar/module.eap lib/enlightenment/modules/ibar/module.la lib/enlightenment/modules/ibar/module.so -lib/enlightenment/modules/ibar/module_icon.png lib/enlightenment/modules/ibox/module.a lib/enlightenment/modules/ibox/module.eap lib/enlightenment/modules/ibox/module.la lib/enlightenment/modules/ibox/module.so -lib/enlightenment/modules/ibox/module_icon.png lib/enlightenment/modules/pager/module.a lib/enlightenment/modules/pager/module.eap lib/enlightenment/modules/pager/module.la lib/enlightenment/modules/pager/module.so -lib/enlightenment/modules/pager/module_icon.png lib/enlightenment/modules/start/module.a lib/enlightenment/modules/start/module.eap lib/enlightenment/modules/start/module.la lib/enlightenment/modules/start/module.so -lib/enlightenment/modules/start/module_icon.png lib/enlightenment/modules/temperature/module.a lib/enlightenment/modules/temperature/module.eap lib/enlightenment/modules/temperature/module.la lib/enlightenment/modules/temperature/module.so -lib/enlightenment/modules/temperature/module_icon.png lib/enlightenment/preload/e_hack.a lib/enlightenment/preload/e_hack.la lib/enlightenment/preload/e_hack.so @@ -232,10 +213,10 @@ %%DATADIR%%/data/images/test.edj %%DATADIR%%/data/images/test.jpg %%DATADIR%%/data/images/test.png +%%DATADIR%%/data/init/init.edj %%DATADIR%%/data/input_methods/iiimf.imc %%DATADIR%%/data/input_methods/scim.imc %%DATADIR%%/data/input_methods/uim.imc -%%DATADIR%%/data/init/init.edj %%DATADIR%%/data/other/applications.tar.gz %%DATADIR%%/data/other/icon_example.tar.gz %%DATADIR%%/data/themes/default.edj @@ -245,6 +226,7 @@ share/locale/cs/LC_MESSAGES/enlightenment.mo share/locale/da/LC_MESSAGES/enlightenment.mo share/locale/de/LC_MESSAGES/enlightenment.mo +share/locale/eo/LC_MESSAGES/enlightenment.mo share/locale/es/LC_MESSAGES/enlightenment.mo share/locale/fi/LC_MESSAGES/enlightenment.mo share/locale/fr/LC_MESSAGES/enlightenment.mo --- e.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 12:10: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 49CED16A4E5; Tue, 4 Jul 2006 12:10:47 +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 273E243D46; Tue, 4 Jul 2006 12:10:43 +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 k64CAgXv088103; Tue, 4 Jul 2006 12:10:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64CAg0k088099; Tue, 4 Jul 2006 12:10:42 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 12:10:42 GMT From: Edwin Groothuis Message-Id: <200607041210.k64CAg0k088099@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Cc: Subject: Re: ports/99778: [UPDATE] x11-wm/enlightenment-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:10:47 -0000 Synopsis: [UPDATE] x11-wm/enlightenment-devel Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 12:10:42 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99778 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 12:30: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 A1B8C16A4E0 for ; Tue, 4 Jul 2006 12:30:22 +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 D565943D5F for ; Tue, 4 Jul 2006 12:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64CUKcl089056 for ; Tue, 4 Jul 2006 12:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64CUKmT089055; Tue, 4 Jul 2006 12:30:20 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 12:30:20 GMT Resent-Message-Id: <200607041230.k64CUKmT089055@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A990616A4DA for ; Tue, 4 Jul 2006 12:24:02 +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 3486243D6D for ; Tue, 4 Jul 2006 12:23:55 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k64CNtI4020497 for ; Tue, 4 Jul 2006 12:23:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k64CNtYO020496; Tue, 4 Jul 2006 12:23:55 GMT (envelope-from nobody) Message-Id: <200607041223.k64CNtYO020496@www.freebsd.org> Date: Tue, 4 Jul 2006 12:23:55 GMT From: Denis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99780: Not make gnome2 (problem with ghostscript) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:30:22 -0000 >Number: 99780 >Category: ports >Synopsis: Not make gnome2 (problem with ghostscript) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 12:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Denis >Release: 6.1-RELEASE-i386 >Organization: OIT ELTI TPU >Environment: FreeBSD diver 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I 'make install' gnome2 and on make ghostscript-gnu-7.07_15 appear error! ===> Building for ghostscript-gnu-7.07_15 >How-To-Repeat: install gnome2 on my pc:( >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> in pre-build ... >>> creating directories for compilation ... >>> building gimp-print library ... gmake all-recursive ---that block 'already compiled'--- gmake[1]: Leaving directory `/usr/ports/print/ghostscript-gnu/work/ghostscript-7.07/gimp-print -4.2.7' >>> creating symlinks for gimp-print ... >>> creating symlinks for md2k ... >>> creating symlinks for alps ... >>> creating symlinks for bj10v ... >>> creating symlinks for bjc250 ... >>> creating symlinks for lips ... >>> building epag utility ... gmake: `ert' is up to date. >>> creating symlinks for epag ... >>> creating symlinks for eplaser ... >>> creating symlinks for mjc ... >>> creating symlinks for lxm3200 ... >>> creating symlinks for lex7000 ... ......this block warnings....... ./obj/echogs -w ./obj/ldt.tr -n - cc -L./gimp-print -L/usr/local/lib -o ./bin/gs ./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s cat ./obj/ld.tr >>./obj/ldt.tr ./obj/echogs -a ./obj/ldt.tr -s - -lm if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ /bin/sh <./obj/ldt.tr ./obj/gdevespg.o(.text+0x160): In function 'escape_image_out': : undefined reference to 'lips_mode3format_encode' gmake: *** [bin/gs] Error 1 *** Error code 2 Stop in /usr/ports/print/ghostscript-gnu. I cvsup ports and portupgrade today. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 13:10:34 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 5F3BD16A4E5 for ; Tue, 4 Jul 2006 13:10:34 +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 4A70E43D72 for ; Tue, 4 Jul 2006 13:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64DAOFe093370 for ; Tue, 4 Jul 2006 13: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 k64DAO3n093369; Tue, 4 Jul 2006 13:10:24 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 13:10:24 GMT Resent-Message-Id: <200607041310.k64DAO3n093369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Norbert Koch Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2226E16A4E9 for ; Tue, 4 Jul 2006 13:05:02 +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 DCFDC43D45 for ; Tue, 4 Jul 2006 13:05:01 +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 k64D51ba037271 for ; Tue, 4 Jul 2006 13:05:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k64D515r037270; Tue, 4 Jul 2006 13:05:01 GMT (envelope-from nobody) Message-Id: <200607041305.k64D515r037270@www.freebsd.org> Date: Tue, 4 Jul 2006 13:05:01 GMT From: Norbert Koch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99781: portupgrade p5-BerkeleyDB fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:10:34 -0000 >Number: 99781 >Category: ports >Synopsis: portupgrade p5-BerkeleyDB fails >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 13:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Norbert Koch >Release: 4.11 >Organization: >Environment: FreeBSD firewall.demig 4.11-STABLE FreeBSD 4.11-STABLE #4: Wed Jun 15 08:59:34 CEST 2005 root@firewall.demig:/usr/obj/usr/src/sys/FIREWALL i386 >Description: BerkeleyDB.xs: In function `XS_BerkeleyDB__Common_compact': BerkeleyDB.xs:3565: syntax error before `end_key' BerkeleyDB.c:5170: `end_key' undeclared (first use in this function) BerkeleyDB.c:5170: (Each undeclared identifier is reported only once BerkeleyDB.c:5170: for each function it appears in.) *** Error code 1 Stop in /usr/ports/databases/p5-BerkeleyDB/work/BerkeleyDB-0.29. *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 13:18: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 9D5BB16A4DD; Tue, 4 Jul 2006 13:18:52 +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 5AAB743D49; Tue, 4 Jul 2006 13:18:52 +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 k64DIq5b093831; Tue, 4 Jul 2006 13:18:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64DIqu5093827; Tue, 4 Jul 2006 13:18:52 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 13:18:52 GMT From: Edwin Groothuis Message-Id: <200607041318.k64DIqu5093827@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99781: portupgrade p5-BerkeleyDB fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:18:52 -0000 Synopsis: portupgrade p5-BerkeleyDB fails Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 13:18:51 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99781 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 13:53:08 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 54C5F16A4E0; Tue, 4 Jul 2006 13:53:08 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1127643D45; Tue, 4 Jul 2006 13:53:08 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Dr7mX096361; Tue, 4 Jul 2006 13:53:07 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Dr7Xf096357; Tue, 4 Jul 2006 13:53:07 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 13:53:07 GMT From: Renato Botelho Message-Id: <200607041353.k64Dr7Xf096357@freefall.freebsd.org> To: Joerg.Pulz@frm2.tum.de, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99766: net/ohphone: mark BROKEN on sparc64 < 700003 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:53:08 -0000 Synopsis: net/ohphone: mark BROKEN on sparc64 < 700003 State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 13:53:06 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99766 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 13:53: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 93EFC16A4DF; Tue, 4 Jul 2006 13:53:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AC543D53; Tue, 4 Jul 2006 13:53:13 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64DrCHY096425; Tue, 4 Jul 2006 13:53:12 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64DrCdp096421; Tue, 4 Jul 2006 13:53:12 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 13:53:12 GMT From: Renato Botelho Message-Id: <200607041353.k64DrCdp096421@freefall.freebsd.org> To: Joerg.Pulz@frm2.tum.de, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99767: net/cphone: mark BROKEN on sparc64 < 700003 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:53:13 -0000 Synopsis: net/cphone: mark BROKEN on sparc64 < 700003 State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 13:53:12 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99767 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 14:20: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 ACA2616A4DF for ; Tue, 4 Jul 2006 14:20:24 +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 1110D43D53 for ; Tue, 4 Jul 2006 14:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64EKIfq097899 for ; Tue, 4 Jul 2006 14: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 k64EKIwr097894; Tue, 4 Jul 2006 14:20:18 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 14:20:18 GMT Resent-Message-Id: <200607041420.k64EKIwr097894@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Schmidbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A510116A4DF for ; Tue, 4 Jul 2006 14:19:41 +0000 (UTC) (envelope-from pinhead@stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD6D43D49 for ; Tue, 4 Jul 2006 14:19:40 +0000 (GMT) (envelope-from pinhead@stderror.at) Received: by murus.stderror.at (Postfix, from userid 1001) id 7CA785C5C; Tue, 4 Jul 2006 16:23:50 +0200 (CEST) Message-Id: <20060704142350.7CA785C5C@murus.stderror.at> Date: Tue, 4 Jul 2006 16:23:50 +0200 (CEST) From: Toni Schmidbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99782: [update] net/tramp 2.1.4 to 2.1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Toni Schmidbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 14:20:24 -0000 >Number: 99782 >Category: ports >Synopsis: [update] net/tramp 2.1.4 to 2.1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 14:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Schmidbauer >Release: FreeBSD 6.1-RELEASE i386 >Organization: stderror.at >Environment: System: FreeBSD skunk.user.lan.at 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 15 13:11:40 CEST 2006 root@skunk.user.lan.at:/usr/obj2/usr/src/sys/GENERIC i386 >Description: update port net/tramp version 2.1.4 to version 2.1.6 >How-To-Repeat: >Fix: diff -Nur tramp.orig/Makefile tramp/Makefile --- tramp.orig/Makefile Sat Jan 28 03:11:32 2006 +++ tramp/Makefile Tue Jul 4 14:50:04 2006 @@ -6,7 +6,7 @@ # PORTNAME= tramp -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.6 CATEGORIES= net elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff -Nur tramp.orig/distinfo tramp/distinfo --- tramp.orig/distinfo Fri Nov 25 17:48:27 2005 +++ tramp/distinfo Tue Jul 4 14:50:04 2006 @@ -1,3 +1,3 @@ -MD5 (tramp-2.1.4.tar.gz) = 748a8e287a4bc6e6dfb66dd2b6da974a -SHA256 (tramp-2.1.4.tar.gz) = 121d481dba0228448dbbc240510f6c2f8dfc5d7897eb400af8b21b42f8e91222 -SIZE (tramp-2.1.4.tar.gz) = 305356 +MD5 (tramp-2.1.6.tar.gz) = 63f2c39ef0ecc6d064d7db704851abac +SHA256 (tramp-2.1.6.tar.gz) = 700c5eda7e63a70182940fc12719b9295b0a5347934443abfbd9ebe911a08c1c +SIZE (tramp-2.1.6.tar.gz) = 283556 diff -Nur tramp.orig/files/patch-texi-Makefile.in tramp/files/patch-texi-Makefile.in --- tramp.orig/files/patch-texi-Makefile.in Wed Nov 2 22:42:33 2005 +++ tramp/files/patch-texi-Makefile.in Tue Jul 4 15:03:55 2006 @@ -1,30 +1,33 @@ ---- texi/Makefile.in.orig Sun Jul 10 19:36:08 2005 -+++ texi/Makefile.in Wed Nov 2 22:25:01 2005 -@@ -60,7 +60,8 @@ - all: tramp dvi html +--- texi/Makefile.in.orig Tue Mar 14 22:27:20 2006 ++++ texi/Makefile.in Tue Jul 4 15:03:31 2006 +@@ -50,10 +50,10 @@ + TEXI_FILES = tramp.texi trampver.texi \ + $(if $(findstring yes, @INSTALL_CHAPTER@), trampinst.texi) + JA_TEXI_FILES = $(if $(findstring yes, @JA_MANUAL@), tramp_ja.texi) +-INFO_FILES = $(localinfodir)/tramp \ +- $(if $(JA_TEXI_FILES), $(localinfodir)/tramp_ja) +-INSTALL_FILES = $(DESTDIR)$(infodir)/tramp \ +- $(if $(JA_TEXI_FILES), $(DESTDIR)$(infodir)/tramp_ja) ++INFO_FILES = $(localinfodir)/tramp.info \ ++ $(if $(JA_TEXI_FILES), $(localinfodir)/tramp_ja.info) ++INSTALL_FILES = $(DESTDIR)$(infodir)/tramp.info \ ++ $(if $(JA_TEXI_FILES), $(DESTDIR)$(infodir)/tramp_ja.info) + CLEAN_FILES = @TRAMP_CLEAN_FILES@ $(wildcard $(localinfodir)/*) - install: tramp $(infodir)/dir -- $(INSTALL) $(INFO_FILES) $(infodir) -+ $(foreach file, $(INFO_FILES), \ -+ $(INSTALL) $(file).info $(infodir)/$(file).info; ) + # To be used by maintainer only +@@ -73,12 +73,12 @@ - clean: - $(RM) $(CLEAN_FILES) -@@ -71,7 +72,7 @@ + distclean: clean - $(localinfodir)/%: $(TEXI_FILES) $(JA_TEXI_FILES) +-$(localinfodir)/tramp $(localinfodir)/tramp_ja: $(TEXI_FILES) $(JA_TEXI_FILES) ++$(localinfodir)/%.info: $(TEXI_FILES) $(JA_TEXI_FILES) + $(MKDIR) $(dir $@) $(MAKEINFO) --footnote-style=end -D $(EMACS_INFO) -D $(JA_MANUAL) \ -- -D $(INSTALL_CHAPTER) -o $@ $*.texi -+ -D $(INSTALL_CHAPTER) -o $@.info $*.texi +- -D $(INSTALL_CHAPTER) -o $@ $(notdir $@).texi ++ -D $(INSTALL_CHAPTER) -o $@ $*.texi - # don't call install-info if it failed in configure - $(localinfodir)/dir $(infodir)/dir: -@@ -80,7 +81,7 @@ - $(if $(findstring no, $(INSTALL_INFO)),, \ - $(foreach file, $(INFO_FILES), \ - $(if $(shell grep "($(notdir $(file)))\." $@),, \ -- $(INSTALL_INFO) --info-dir=$(dir $@) $(file);))) -+ $(INSTALL_INFO) --info-dir=$(dir $@) $(file).info;))) - - dvi: tramp.dvi $(if $(JA_TEXI_FILES), tramp_ja.dvi) +-$(DESTDIR)$(infodir)/tramp $(DESTDIR)$(infodir)/tramp_ja: ++$(DESTDIR)$(infodir)/tramp.info $(DESTDIR)$(infodir)/tramp_ja.info: + $(MKDIR) $(dir $@) + $(INSTALL) $(INFO_FILES) $(DESTDIR)$(infodir) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 14:20: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 AD38916A4E1; Tue, 4 Jul 2006 14:20: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 6718343D4C; Tue, 4 Jul 2006 14:20:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64EKVGm098024; Tue, 4 Jul 2006 14:20:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64EKVsf098020; Tue, 4 Jul 2006 14:20:31 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 14:20:31 GMT From: Edwin Groothuis Message-Id: <200607041420.k64EKVsf098020@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anray@FreeBSD.org Cc: Subject: Re: ports/99782: [update] net/tramp 2.1.4 to 2.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: Tue, 04 Jul 2006 14:20:31 -0000 Synopsis: [update] net/tramp 2.1.4 to 2.1.6 Responsible-Changed-From-To: freebsd-ports-bugs->anray Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 14:20:30 UTC 2006 Responsible-Changed-Why: anray@ wants to have elisp PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99782 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 15: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 477AD16A4E8 for ; Tue, 4 Jul 2006 15: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 94A7243D53 for ; Tue, 4 Jul 2006 15:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64FAIAS001338 for ; Tue, 4 Jul 2006 15:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64FAI3u001337; Tue, 4 Jul 2006 15:10:18 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 15:10:18 GMT Resent-Message-Id: <200607041510.k64FAI3u001337@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, tjs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBAE16A4DA for ; Tue, 4 Jul 2006 15:05:45 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BA143D6A for ; Tue, 4 Jul 2006 15:05:32 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k64F5Hpk025046 for ; Tue, 4 Jul 2006 23:05:17 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k64F5HaU025045; Tue, 4 Jul 2006 23:05:17 +0800 (CST) (envelope-from tjs) Message-Id: <200607041505.k64F5HaU025045@Pluto.CDPA.nsysu.edu.tw> Date: Tue, 4 Jul 2006 23:05:17 +0800 (CST) From: tjs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99783: ports/security/tripwire12 update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tjs List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:10:19 -0000 >Number: 99783 >Category: ports >Synopsis: ports/security/tripwire12 update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 15:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 09:36:49 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386 >Description: The tarball download dir has gone and update to new one. >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- Makefile.orig Tue Jul 4 22:56:52 2006 +++ Makefile Tue Jul 4 22:59:18 2006 @@ -8,7 +8,7 @@ PORTNAME= tripwire PORTVERSION= 1.2 CATEGORIES= security -MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/tripwire/old/ +MASTER_SITES= http://www.mirrors.wiretapped.net/security/host-intrusion-detection/tripwire/old/ EXTRACT_SUFX= .tar.gz MAINTAINER= jgreco@ns.sol.net --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 15:10:26 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 0510E16A4E1; Tue, 4 Jul 2006 15:10:26 +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 B323843D45; Tue, 4 Jul 2006 15:10:25 +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 k64FAPwu001477; Tue, 4 Jul 2006 15:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64FAPlf001473; Tue, 4 Jul 2006 15:10:25 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 15:10:25 GMT From: Edwin Groothuis Message-Id: <200607041510.k64FAPlf001473@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org Cc: Subject: Re: ports/99783: ports/security/tripwire12 update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:10:26 -0000 Synopsis: ports/security/tripwire12 update MASTER_SITES Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 15:10:25 UTC 2006 Responsible-Changed-Why: jmelo@ wants to have WWW and MASTER_SITES PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99783 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 15:31:53 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 A4CA816A4E1; Tue, 4 Jul 2006 15:31:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 584D943D53; Tue, 4 Jul 2006 15:31:53 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64FVrUp003618; Tue, 4 Jul 2006 15:31:53 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64FVmsH003613; Tue, 4 Jul 2006 15:31:48 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 15:31:48 GMT From: Renato Botelho Message-Id: <200607041531.k64FVmsH003613@freefall.freebsd.org> To: ssedov@mbsd.msk.ru, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99564: [NEW PORT] cad/geda-examples: The gEDA's examples X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:31:53 -0000 Synopsis: [NEW PORT] cad/geda-examples: The gEDA's examples State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 15:31:47 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99564 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 15:32: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 E762D16A4F1; Tue, 4 Jul 2006 15:32:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7755143D53; Tue, 4 Jul 2006 15:32:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64FW1pl003682; Tue, 4 Jul 2006 15:32:01 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64FW1R4003678; Tue, 4 Jul 2006 15:32:01 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 15:32:01 GMT From: Renato Botelho Message-Id: <200607041532.k64FW1R4003678@freefall.freebsd.org> To: ssedov@mbsd.msk.ru, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99565: [NEW PORT] cad/geda-docs: The gEDA's documentation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:32:02 -0000 Synopsis: [NEW PORT] cad/geda-docs: The gEDA's documentation State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 15:32:00 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99565 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 15:48:08 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 72A3416A4E0; Tue, 4 Jul 2006 15:48:08 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C48D43D60; Tue, 4 Jul 2006 15:48:08 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Fm8Ji004235; Tue, 4 Jul 2006 15:48:08 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Fm7q1004231; Tue, 4 Jul 2006 15:48:07 GMT (envelope-from leeym) Date: Tue, 4 Jul 2006 15:48:07 GMT From: Yen-Ming Lee Message-Id: <200607041548.k64Fm7q1004231@freefall.freebsd.org> To: matthias.andree@gmx.de, leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99712: [MAINTAINER] sysutils/e2fsprogs: update & document fsck_ext2fs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:48:08 -0000 Synopsis: [MAINTAINER] sysutils/e2fsprogs: update & document fsck_ext2fs State-Changed-From-To: open->closed State-Changed-By: leeym State-Changed-When: Tue Jul 4 15:48:07 UTC 2006 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=99712 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 16:00:40 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 8AC2416A4E0 for ; Tue, 4 Jul 2006 16:00:40 +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 C4C2543D60 for ; Tue, 4 Jul 2006 16:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64G0aU4004585 for ; Tue, 4 Jul 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 k64G0aSJ004584; Tue, 4 Jul 2006 16:00:36 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 16:00:36 GMT Resent-Message-Id: <200607041600.k64G0aSJ004584@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Conor McDermottroe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C666616A5A5 for ; Tue, 4 Jul 2006 15:50:24 +0000 (UTC) (envelope-from conor@platinum.office.edgespace.net) Received: from bigben2.bytemark.co.uk (bigben2.bytemark.co.uk [80.68.81.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CA143D6B for ; Tue, 4 Jul 2006 15:50:18 +0000 (GMT) (envelope-from conor@platinum.office.edgespace.net) Received: from edgespace.vm.bytemark.co.uk ([80.68.90.21]) by bigben2.bytemark.co.uk with esmtp (Exim 4.52) id 1FxnAH-00063V-MR for FreeBSD-gnats-submit@freebsd.org; Tue, 04 Jul 2006 15:50:17 +0000 Received: from localhost ([127.0.0.1] helo=platinum.office.edgespace.net) by edgespace.vm.bytemark.co.uk with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.35 #1 (Debian)) id 1FxnIX-0005eR-00 for ; Tue, 04 Jul 2006 16:58:49 +0100 Received: (from conor@localhost) by platinum.office.edgespace.net (8.13.6/8.13.6/Submit) id k64FncNL078826; Tue, 4 Jul 2006 16:49:38 +0100 (IST) (envelope-from conor) Message-Id: <200607041549.k64FncNL078826@platinum.office.edgespace.net> Date: Tue, 4 Jul 2006 16:49:38 +0100 (IST) From: Conor McDermottroe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99784: [NEW PORT] lang/phc A PHP compiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Conor McDermottroe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:00:40 -0000 >Number: 99784 >Category: ports >Synopsis: [NEW PORT] lang/phc A PHP compiler >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 16:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Conor McDermottroe >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD platinum.office.edgespace.net 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #4: Tue Jun 20 17:03:05 IST 2006 root@platinum.office.edgespace.net:/usr/obj/usr/src/sys/PLATINUM i386 >Description: A new port, lang/phc, a framework for static analysis of PHP scripts, PHP source to source transformations, and (in the future) compiling PHP scripts down to native machine code. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/lang/phc # /usr/ports/lang/phc/pkg-plist # /usr/ports/lang/phc/pkg-descr # /usr/ports/lang/phc/distinfo # /usr/ports/lang/phc/Makefile # echo c - /usr/ports/lang/phc mkdir -p /usr/ports/lang/phc > /dev/null 2>&1 echo x - /usr/ports/lang/phc/pkg-plist sed 's/^X//' >/usr/ports/lang/phc/pkg-plist << 'END-of-/usr/ports/lang/phc/pkg-plist' Xbin/phc END-of-/usr/ports/lang/phc/pkg-plist echo x - /usr/ports/lang/phc/pkg-descr sed 's/^X//' >/usr/ports/lang/phc/pkg-descr << 'END-of-/usr/ports/lang/phc/pkg-descr' Xphc is a framework for static analysis of PHP scripts, PHP source to source Xtransformations, and ultimately compiling PHP scripts down to native machine Xcode. X XThe current release does not yet compile PHP and is therefore not yet useful Xfor end-users. It is however useful for writing tools that operate on PHP Xscripts, such as refactoring tools, aspect weavers, or obfuscators. See the Xwebsite to get an idea of what is planned for coming releases of phc. X XWWW: http://www.phpcompiler.org/ END-of-/usr/ports/lang/phc/pkg-descr echo x - /usr/ports/lang/phc/distinfo sed 's/^X//' >/usr/ports/lang/phc/distinfo << 'END-of-/usr/ports/lang/phc/distinfo' XMD5 (phc-0.1.6rc1.tar.gz) = 79f53d24b56a981963dc6ed1e67a9ce0 XSHA256 (phc-0.1.6rc1.tar.gz) = a4516336179fa2bcc29b9ae7e3c8fc62ab03a2064a633a6290141d6d19c2699a XSIZE (phc-0.1.6rc1.tar.gz) = 271874 END-of-/usr/ports/lang/phc/distinfo echo x - /usr/ports/lang/phc/Makefile sed 's/^X//' >/usr/ports/lang/phc/Makefile << 'END-of-/usr/ports/lang/phc/Makefile' X# New ports collection makefile for: phc X# Date created: July 4th, 2006 X# Whom: Conor McDermottroe X# ex:ts=8 X# X# $FreeBSD$ X# X XPORTNAME= phc XDISTVERSION= 0.1.6rc1 XCATEGORIES= lang XMASTER_SITES= http://www.phpcompiler.org/src/archive/ X XMAINTAINER= ports@mcdermottroe.com XCOMMENT= A compiler for the PHP language X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include END-of-/usr/ports/lang/phc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 16: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 2205A16A4F0 for ; Tue, 4 Jul 2006 16: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 13FCB43D49 for ; Tue, 4 Jul 2006 16:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64GKHlU005186 for ; Tue, 4 Jul 2006 16:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64GKHEX005181; Tue, 4 Jul 2006 16:20:17 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 16:20:17 GMT Resent-Message-Id: <200607041620.k64GKHEX005181@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A867416A50C for ; Tue, 4 Jul 2006 16:10:21 +0000 (UTC) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F80A43D73 for ; Tue, 4 Jul 2006 16:10:13 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id D2C1E99A467; Tue, 4 Jul 2006 18:10:10 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Nl7QruNiaVmJ; Tue, 4 Jul 2006 18:10:03 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 0) id C5F2A99A4E7; Tue, 4 Jul 2006 14:47:15 +0200 (CEST) Message-Id: <20060704124715.C5F2A99A4E7@server.t-hosting.hu> Date: Tue, 4 Jul 2006 14:47:15 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/99785: [maintainer update] security/amavisd-new X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:20:19 -0000 >Number: 99785 >Category: ports >Synopsis: [maintainer update] security/amavisd-new >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 16:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p25 amd64 >Organization: n/a >Environment: >Description: - Update to 2.4.2 >How-To-Repeat: >Fix: --- amavisd-new.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/security/amavisd-new/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 26 May 2006 15:41:47 -0000 1.37 +++ Makefile 28 Jun 2006 20:22:35 -0000 @@ -7,8 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ Index: distinfo =================================================================== RCS file: /usr/cvs/ports/security/amavisd-new/distinfo,v retrieving revision 1.25 diff -u -r1.25 distinfo --- distinfo 12 May 2006 02:30:43 -0000 1.25 +++ distinfo 28 Jun 2006 20:23:29 -0000 @@ -1,3 +1,3 @@ -MD5 (amavisd-new-2.4.1.tar.gz) = bf770a3c7eee8a9c93932a04485e6a35 -SHA256 (amavisd-new-2.4.1.tar.gz) = c067cbae60ccff3932574fcaf7971c04b118f6b2e9fe6db772d33538b53b0a54 -SIZE (amavisd-new-2.4.1.tar.gz) = 841988 +MD5 (amavisd-new-2.4.2.tar.gz) = d750176de7481498ebd1011e08a488da +SHA256 (amavisd-new-2.4.2.tar.gz) = 80023cc0397560d082dd4152c96b7efc49d3cc2695b4d578ed01b08c3af2bb9a +SIZE (amavisd-new-2.4.2.tar.gz) = 854326 Index: files/patch-LDAP.schema =================================================================== RCS file: files/patch-LDAP.schema diff -N files/patch-LDAP.schema --- files/patch-LDAP.schema 12 May 2006 02:30:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- LDAP.schema.orig Thu May 11 12:49:37 2006 -+++ LDAP.schema Thu May 11 12:50:50 2006 -@@ -406,7 +406,7 @@ - amavisWarnBadHeaderRecip $ amavisVirusAdmin $ amavisNewVirusAdmin $ - amavisSpamAdmin $ amavisBannedAdmin $ amavisBadHeaderAdmin $ - amavisBannedRuleNames $ -- amavisSpamDsnCutoffLevel $ amavisSpamSubjectTag $ -+ amavisSpamDsnCutoffLevel $ amavisSpamQuarantineCutoffLevel $ - amavisSpamSubjectTag $ amavisSpamSubjectTag2 $ - cn $ description ) ) - Index: files/patch-amavisd-sample.conf =================================================================== RCS file: files/patch-amavisd-sample.conf diff -N files/patch-amavisd-sample.conf --- files/patch-amavisd-sample.conf 16 Aug 2004 17:19:16 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,40 +0,0 @@ ---- amavisd.conf-sample.orig Mon Aug 16 03:03:09 2004 -+++ amavisd.conf-sample Mon Aug 16 10:47:54 2004 -@@ -58,7 +58,7 @@ - # $MYHOME serves as a quick default for some other configuration settings. - # More refined control is available with each individual setting further down. - # $MYHOME is not used directly by the program. No trailing slash! --#$MYHOME = '/var/lib/amavis'; # (default is '/var/amavis') -+$MYHOME = '%%AMAVISDIR%%'; # (default is '/var/amavis') - - # $mydomain serves as a quick default for some other configuration settings. - # More refined control is available with each individual setting further down. -@@ -69,8 +69,8 @@ - - # Set the user and group to which the daemon will change if started as root - # (otherwise just keeps the UID unchanged, and these settings have no effect): --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis or sweep) -+$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis) -+$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis or sweep) - - # Runtime working directory (cwd), and a place where - # temporary directories for unpacking mail are created. -@@ -284,7 +284,7 @@ - # 3: server, client - # 4: decompose parts - # 5: more debug details --$log_level = 2; # (defaults to 0) -+$log_level = 0; # (defaults to 0) - - # Customizable template for the most interesting log file entry (e.g. with - # $log_level=0) (take care to properly quote Perl special characters like '\') -@@ -567,7 +567,7 @@ - # or a directory (no trailing slash) - # (the default value is undef, meaning no quarantine) - # --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = '%%AMAVISQUARANTINE%%'; - - #$virus_quarantine_method = 'local:virus-%i-%n'; # default - #$spam_quarantine_method = 'local:spam-%b-%i-%n'; # default Index: files/patch-amavisd.conf =================================================================== RCS file: /usr/cvs/ports/security/amavisd-new/files/patch-amavisd.conf,v retrieving revision 1.12 diff -u -r1.12 patch-amavisd.conf --- files/patch-amavisd.conf 25 Apr 2005 14:51:44 -0000 1.12 +++ files/patch-amavisd.conf 4 Jul 2006 09:20:41 -0000 @@ -1,22 +1,22 @@ ---- amavisd.conf.orig Mon Apr 25 01:23:26 2005 -+++ amavisd.conf Mon Apr 25 09:58:07 2005 +--- amavisd.conf.orig Tue Jul 4 11:13:34 2006 ++++ amavisd.conf Tue Jul 4 11:17:15 2006 @@ -14,15 +14,15 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis) -+$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis), -u ++$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '%%AMAVISDIR%%'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++# $MYHOME = '%%AMAVISDIR%%'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = '%%AMAVISQUARANTINE%%'; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = '%%AMAVISQUARANTINE%%'; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R Index: files/patch-amavisd.conf-sample =================================================================== RCS file: files/patch-amavisd.conf-sample diff -N files/patch-amavisd.conf-sample --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-amavisd.conf-sample 4 Jul 2006 09:09:36 -0000 @@ -0,0 +1,40 @@ +--- amavisd.conf-sample.orig Tue Jul 4 11:06:53 2006 ++++ amavisd.conf-sample Tue Jul 4 11:09:07 2006 +@@ -63,7 +63,7 @@ + # $MYHOME serves as a quick default for some other configuration settings. + # More refined control is available with each individual setting further down. + # $MYHOME is not used directly by the program. No trailing slash! +-#$MYHOME = '/var/lib/amavis'; # (default is '/var/amavis'), -H ++#$MYHOME = '%%AMAVISDIR%%'; # (default is '/var/amavis'), -H + + # $mydomain serves as a quick default for some other configuration settings. + # More refined control is available with each individual setting further down. +@@ -74,8 +74,8 @@ + + # Set the user and group to which the daemon will change if started as root + # (otherwise just keeps the UID unchanged, and these settings have no effect): +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis), -u ++$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis), -g + + # Runtime working directory (cwd), and a place where + # temporary directories for unpacking mail are created. +@@ -310,7 +310,7 @@ + # 3: server, client + # 4: decompose parts + # 5: more debug details +-$log_level = 2; # (defaults to 0), -d ++$log_level = 0; # (defaults to 0), -d + + # Customizable template for the most interesting log file entry (e.g. with + # $log_level=0) (take care to properly quote Perl special characters like '\') +@@ -684,7 +684,7 @@ + # or a directory (no trailing slash) + # (the default value is undef, meaning no quarantine) + # +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = '%%AMAVISQUARANTINE%%'; # -Q + + #$quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine + --- amavisd-new.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 16:20: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 AD6F616A4DE; Tue, 4 Jul 2006 16:20:25 +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 6902843D49; Tue, 4 Jul 2006 16:20:25 +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 k64GKPmQ005305; Tue, 4 Jul 2006 16:20:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64GKP1i005301; Tue, 4 Jul 2006 16:20:25 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 16:20:25 GMT From: Edwin Groothuis Message-Id: <200607041620.k64GKP1i005301@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Cc: Subject: Re: ports/99785: [maintainer update] security/amavisd-new X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:20:25 -0000 Synopsis: [maintainer update] security/amavisd-new Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 16:20:24 UTC 2006 Responsible-Changed-Why: erwin@ wants to his PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99785 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 16:35: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 C8F7416A4DD; Tue, 4 Jul 2006 16:35:36 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE3E43D4C; Tue, 4 Jul 2006 16:35:36 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from freefall.freebsd.org (shaun@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64GZa0P006916; Tue, 4 Jul 2006 16:35:36 GMT (envelope-from shaun@freefall.freebsd.org) Received: (from shaun@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64GZaJg006912; Tue, 4 Jul 2006 16:35:36 GMT (envelope-from shaun) Date: Tue, 4 Jul 2006 16:35:36 GMT From: Shaun Amott Message-Id: <200607041635.k64GZaJg006912@freefall.freebsd.org> To: shaun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, shaun@FreeBSD.org Cc: Subject: Re: ports/99784: [NEW PORT] lang/phc A PHP compiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:35:36 -0000 Synopsis: [NEW PORT] lang/phc A PHP compiler Responsible-Changed-From-To: freebsd-ports-bugs->shaun Responsible-Changed-By: shaun Responsible-Changed-When: Tue Jul 4 16:34:40 UTC 2006 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99784 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 16:40: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 1F11916A504 for ; Tue, 4 Jul 2006 16:40: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 7BAC843D5C for ; Tue, 4 Jul 2006 16:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64GeGrC007125 for ; Tue, 4 Jul 2006 16:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64GeG8c007122; Tue, 4 Jul 2006 16:40:16 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 16:40:16 GMT Resent-Message-Id: <200607041640.k64GeG8c007122@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Harald Schmalzbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3E516A4E1 for ; Tue, 4 Jul 2006 16:37:42 +0000 (UTC) (envelope-from kaeptn@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C1A43D5C for ; Tue, 4 Jul 2006 16:37:34 +0000 (GMT) (envelope-from kaeptn@omnisec.de) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnisec.de (8.13.7/8.13.7) with ESMTP id k64GbX8B009492 for ; Tue, 4 Jul 2006 18:37:33 +0200 (CEST) (envelope-from kaeptn@tek.flintsbach.schmalzbauer.de) Received: from tek.flintsbach.schmalzbauer.de (localhost [127.0.0.1]) by tek.flintsbach.schmalzbauer.de (8.13.6/8.13.6) with ESMTP id k64GbXPE039547 for ; Tue, 4 Jul 2006 18:37:33 +0200 (CEST) (envelope-from kaeptn@tek.flintsbach.schmalzbauer.de) Received: (from root@localhost) by tek.flintsbach.schmalzbauer.de (8.13.6/8.13.6/Submit) id k64GbWgU039546; Tue, 4 Jul 2006 18:37:32 +0200 (CEST) (envelope-from kaeptn) Message-Id: <200607041637.k64GbWgU039546@tek.flintsbach.schmalzbauer.de> Date: Tue, 4 Jul 2006 18:37:32 +0200 (CEST) From: Harald Schmalzbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99786: cups-base OPTIONS don't work and 1.2.1 has been released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Schmalzbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:40:18 -0000 >Number: 99786 >Category: ports >Synopsis: cups-base OPTIONS don't work and 1.2.1 has been released >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 16:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Harald Schmalzbauer >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD tek.flintsbach.schmalzbauer.de 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 16 15:40:20 CEST 2006 compilator@cale.flintsbach.schmalzbauer.de:/usr/obj/FlashBSD/i686/usr/src/sys/i686.intern-tek i386 >Description: Defining OPTIONS with make config has no effect since bsd.port.pre.mki is not .included. At the end of May cups 1.2.1 appeard as bugfix release >How-To-Repeat: Change the default OPTIONS during regular "make" and see that there's no configure difference, also no libpaper dependency even if selected >Fix: Note that I also changed the default OPTIONS, I personally prerfere that one. Please review! --- print/cups-base/Makefile.old Tue Jul 4 18:25:44 2006 +++ print/cups-base/Makefile Tue Jul 4 18:27:01 2006 @@ -6,8 +6,7 @@ # PORTNAME= cups-base -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= print MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${PORTVERSION}/ \ @@ -19,6 +18,7 @@ MAINTAINER= asa@agava.com COMMENT= The Common UNIX Printing System + INSTALLS_SHLIB= yes @@ -28,10 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ -OPTIONS= GNUTLS "Build with GNUTLS library" on \ +OPTIONS= GNUTLS "Build with GNUTLS library" off \ PHP "Build PHP support" off \ PYTHON "Build PYTHON support" off \ - LIBPAPER "Build with libpaper support" off + LIBPAPER "Build with libpaper support" on + +.include CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups @@ -62,7 +64,7 @@ --with-rcdir=${CUPS_RCDIR} \ --with-domainsocket=${CUPS_SOCKET} -.if !defined(WITHOUT_GNUTLS) +.if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls .endif @@ -162,4 +164,4 @@ ${CHMOD} -R g+w ${CUPS_SPOOLDIR} @${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE} @@ -1,3 +1,3 @@ -SIZE (cups-1.2.0-source.tar.bz2) = 3456476 +SIZE (cups-1.2.1-source.tar.bz2) = 3475342 --- print/cups-base/files/patch-Makefile.old Tue Jul 4 18:26:15 2006 +++ print/cups-base/files/patch-Makefile Tue Jul 4 17:46:14 2006 @@ -1,11 +1,11 @@ ---- Makefile.orig Thu May 18 13:38:50 2006 -+++ Makefile Thu May 18 13:40:07 2006 -@@ -99,56 +99,11 @@ +--- Makefile.orig Tue Jul 4 17:43:24 2006 ++++ Makefile Tue Jul 4 17:45:14 2006 +@@ -99,57 +99,10 @@ echo Installing cups-config script... $(INSTALL_DIR) -m 755 $(BINDIR) $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config -- echo Installing startup script... - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \ @@ -20,13 +20,16 @@ - if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \ - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \ - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ +- echo Installing StartupItems files...; \ - $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ - $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ - elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \ +- echo Installing LaunchDaemons configuration file...; \ - $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \ - else \ +- echo Installing RC script...; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ - fi \ - fi @@ -34,7 +37,7 @@ echo Installing cups.conf in $(DBUSDIR)...;\ $(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \ $(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \ - fi +- fi - if test "x$(XINETD)" != x; then \ - echo Installing xinetd configuration file for cups-lpd...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \ @@ -52,8 +55,6 @@ - $(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \ - $(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \ -- fi -- + fi + - # - # Install source and header files... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 16:55:59 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 CD0AC16A4E2; Tue, 4 Jul 2006 16:55:59 +0000 (UTC) (envelope-from harry@schmalzbauer.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71A943D46; Tue, 4 Jul 2006 16:55:58 +0000 (GMT) (envelope-from harry@schmalzbauer.de) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnisec.de (8.13.7/8.13.7) with ESMTP id k64GtvuG010720; Tue, 4 Jul 2006 18:55:57 +0200 (CEST) (envelope-from harry@schmalzbauer.de) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.222]) by tek.flintsbach.schmalzbauer.de (8.13.6/8.13.6) with ESMTP id k64GtvnZ001703; Tue, 4 Jul 2006 18:55:57 +0200 (CEST) (envelope-from harry@schmalzbauer.de) Received: from localhost (localhost [[UNIX: localhost]]) by cale.flintsbach.schmalzbauer.de (8.13.6/8.13.6/Submit) id k64Gtu3s033729; Tue, 4 Jul 2006 18:55:56 +0200 (CEST) (envelope-from harry@schmalzbauer.de) X-Authentication-Warning: cale.flintsbach.schmalzbauer.de: harry set sender to harry@schmalzbauer.de using -f From: Harald Schmalzbauer To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Date: Tue, 4 Jul 2006 18:55:56 +0200 User-Agent: KMail/1.9.1 References: <200607041640.k64GeFv0007101@freefall.freebsd.org> In-Reply-To: <200607041640.k64GeFv0007101@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_c2pqEHviQFDiBS7" Message-Id: <200607041855.56792.harry@schmalzbauer.de> Cc: Subject: Re: ports/99786: cups-base OPTIONS don't work and 1.2.1 has been released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:55:59 -0000 --Boundary-00=_c2pqEHviQFDiBS7 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Am Dienstag, 4. Juli 2006 18:40 schrieb FreeBSD-gnats-submit@freebsd.org: > Thank you very much for your problem report. > It has the internal identification `ports/99786'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99786 There were problems with the pasted patch. Please find it attached. > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: cups-base OPTIONS don't work and 1.2.1 has been released > >Arrival-Date: Tue Jul 04 16:40:15 GMT 2006 --Boundary-00=_c2pqEHviQFDiBS7 Content-Type: text/x-diff; charset="iso-8859-15"; name="cups-base.upgrade" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cups-base.upgrade" --- print/cups-base/Makefile.old Tue Jul 4 18:25:44 2006 +++ print/cups-base/Makefile Tue Jul 4 18:27:01 2006 @@ -6,8 +6,7 @@ # PORTNAME= cups-base -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= print MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${PORTVERSION}/ \ @@ -19,6 +18,7 @@ MAINTAINER= asa@agava.com COMMENT= The Common UNIX Printing System + INSTALLS_SHLIB= yes USE_BZIP2= yes USE_GMAKE= yes @@ -28,10 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS= GNUTLS "Build with GNUTLS library" on \ +OPTIONS= GNUTLS "Build with GNUTLS library" off \ PHP "Build PHP support" off \ PYTHON "Build PYTHON support" off \ - LIBPAPER "Build with libpaper support" off + LIBPAPER "Build with libpaper support" on + +.include CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups @@ -62,7 +64,7 @@ --with-rcdir=${CUPS_RCDIR} \ --with-domainsocket=${CUPS_SOCKET} -.if !defined(WITHOUT_GNUTLS) +.if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls .endif @@ -162,4 +164,4 @@ ${CHMOD} -R g+w ${CUPS_SPOOLDIR} @${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE} -.include +.include --- print/cups-base/distinfo.old Tue Jul 4 18:26:01 2006 +++ print/cups-base/distinfo Tue Jul 4 17:19:02 2006 @@ -1,3 +1,3 @@ -MD5 (cups-1.2.0-source.tar.bz2) = a168b0b1c8bb946060e659e1df2927c5 -SHA256 (cups-1.2.0-source.tar.bz2) = 893a91d96e68de51f767d97d36d2d321320b3611b7178ea9a9d17ad2777f5f9f -SIZE (cups-1.2.0-source.tar.bz2) = 3456476 +MD5 (cups-1.2.1-source.tar.bz2) = f804995e3f469bdefedc033510f6e6a5 +SHA256 (cups-1.2.1-source.tar.bz2) = 10fb273b8118858fdce795608065860865432b2d9f1016b53fff1eb340385e45 +SIZE (cups-1.2.1-source.tar.bz2) = 3475342 --- print/cups-base/files/patch-Makefile.old Tue Jul 4 18:26:15 2006 +++ print/cups-base/files/patch-Makefile Tue Jul 4 17:46:14 2006 @@ -1,11 +1,11 @@ ---- Makefile.orig Thu May 18 13:38:50 2006 -+++ Makefile Thu May 18 13:40:07 2006 -@@ -99,56 +99,11 @@ +--- Makefile.orig Tue Jul 4 17:43:24 2006 ++++ Makefile Tue Jul 4 17:45:14 2006 +@@ -99,57 +99,10 @@ echo Installing cups-config script... $(INSTALL_DIR) -m 755 $(BINDIR) $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config -- echo Installing startup script... - if test "x$(INITDIR)" != x; then \ +- echo Installing init scripts...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \ @@ -20,13 +20,16 @@ - if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \ - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \ - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ +- echo Installing StartupItems files...; \ - $(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \ - $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ - $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ - elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \ +- echo Installing LaunchDaemons configuration file...; \ - $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \ - else \ +- echo Installing RC script...; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ - fi \ - fi @@ -34,7 +37,7 @@ echo Installing cups.conf in $(DBUSDIR)...;\ $(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \ $(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \ - fi +- fi - if test "x$(XINETD)" != x; then \ - echo Installing xinetd configuration file for cups-lpd...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \ @@ -52,8 +55,6 @@ - $(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \ - $(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \ -- fi -- + fi + - # - # Install source and header files... --Boundary-00=_c2pqEHviQFDiBS7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 17:00:40 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 7D0A316A4DF for ; Tue, 4 Jul 2006 17:00:40 +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 076E043D46 for ; Tue, 4 Jul 2006 17:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64H0dHx007870 for ; Tue, 4 Jul 2006 17:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64H0d85007868; Tue, 4 Jul 2006 17:00:39 GMT (envelope-from gnats) Date: Tue, 4 Jul 2006 17:00:39 GMT Message-Id: <200607041700.k64H0d85007868@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Harald Schmalzbauer Cc: Subject: Re: ports/99786: cups-base OPTIONS don't work and 1.2.1 has been released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Schmalzbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 17:00:40 -0000 The following reply was made to PR ports/99786; it has been noted by GNATS. From: Harald Schmalzbauer To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/99786: cups-base OPTIONS don't work and 1.2.1 has been released Date: Tue, 4 Jul 2006 18:55:56 +0200 --Boundary-00=_c2pqEHviQFDiBS7 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Am Dienstag, 4. Juli 2006 18:40 schrieb FreeBSD-gnats-submit@freebsd.org: > Thank you very much for your problem report. > It has the internal identification `ports/99786'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99786 There were problems with the pasted patch. Please find it attached. > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: cups-base OPTIONS don't work and 1.2.1 has been released > >Arrival-Date: Tue Jul 04 16:40:15 GMT 2006 --Boundary-00=_c2pqEHviQFDiBS7 Content-Type: text/x-diff; charset="iso-8859-15"; name="cups-base.upgrade" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cups-base.upgrade" --- print/cups-base/Makefile.old Tue Jul 4 18:25:44 2006 +++ print/cups-base/Makefile Tue Jul 4 18:27:01 2006 @@ -6,8 +6,7 @@ # PORTNAME= cups-base -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= print MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${PORTVERSION}/ \ @@ -19,6 +18,7 @@ MAINTAINER= asa@agava.com COMMENT= The Common UNIX Printing System + INSTALLS_SHLIB= yes USE_BZIP2= yes USE_GMAKE= yes @@ -28,10 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS= GNUTLS "Build with GNUTLS library" on \ +OPTIONS= GNUTLS "Build with GNUTLS library" off \ PHP "Build PHP support" off \ PYTHON "Build PYTHON support" off \ - LIBPAPER "Build with libpaper support" off + LIBPAPER "Build with libpaper support" on + +.include CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups @@ -62,7 +64,7 @@ --with-rcdir=${CUPS_RCDIR} \ --with-domainsocket=${CUPS_SOCKET} -.if !defined(WITHOUT_GNUTLS) +.if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls --disable-openssl LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls .endif @@ -162,4 +164,4 @@ ${CHMOD} -R g+w ${CUPS_SPOOLDIR} @${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE} -.include +.include --- print/cups-base/distinfo.old Tue Jul 4 18:26:01 2006 +++ print/cups-base/distinfo Tue Jul 4 17:19:02 2006 @@ -1,3 +1,3 @@ -MD5 (cups-1.2.0-source.tar.bz2) = a168b0b1c8bb946060e659e1df2927c5 -SHA256 (cups-1.2.0-source.tar.bz2) = 893a91d96e68de51f767d97d36d2d321320b3611b7178ea9a9d17ad2777f5f9f -SIZE (cups-1.2.0-source.tar.bz2) = 3456476 +MD5 (cups-1.2.1-source.tar.bz2) = f804995e3f469bdefedc033510f6e6a5 +SHA256 (cups-1.2.1-source.tar.bz2) = 10fb273b8118858fdce795608065860865432b2d9f1016b53fff1eb340385e45 +SIZE (cups-1.2.1-source.tar.bz2) = 3475342 --- print/cups-base/files/patch-Makefile.old Tue Jul 4 18:26:15 2006 +++ print/cups-base/files/patch-Makefile Tue Jul 4 17:46:14 2006 @@ -1,11 +1,11 @@ ---- Makefile.orig Thu May 18 13:38:50 2006 -+++ Makefile Thu May 18 13:40:07 2006 -@@ -99,56 +99,11 @@ +--- Makefile.orig Tue Jul 4 17:43:24 2006 ++++ Makefile Tue Jul 4 17:45:14 2006 +@@ -99,57 +99,10 @@ echo Installing cups-config script... $(INSTALL_DIR) -m 755 $(BINDIR) $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config -- echo Installing startup script... - if test "x$(INITDIR)" != x; then \ +- echo Installing init scripts...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \ @@ -20,13 +20,16 @@ - if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \ - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \ - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ +- echo Installing StartupItems files...; \ - $(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \ - $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ - $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ - elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \ +- echo Installing LaunchDaemons configuration file...; \ - $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \ - else \ +- echo Installing RC script...; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ - fi \ - fi @@ -34,7 +37,7 @@ echo Installing cups.conf in $(DBUSDIR)...;\ $(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \ $(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \ - fi +- fi - if test "x$(XINETD)" != x; then \ - echo Installing xinetd configuration file for cups-lpd...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \ @@ -52,8 +55,6 @@ - $(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \ - $(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \ -- fi -- + fi + - # - # Install source and header files... --Boundary-00=_c2pqEHviQFDiBS7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 17: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 538E916A4E9 for ; Tue, 4 Jul 2006 17: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 9647443D60 for ; Tue, 4 Jul 2006 17: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 k64HAEdh008080 for ; Tue, 4 Jul 2006 17: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 k64HAENG008079; Tue, 4 Jul 2006 17:10:14 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 17:10:14 GMT Resent-Message-Id: <200607041710.k64HAENG008079@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gyorgy Teubel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E0E16A4DF for ; Tue, 4 Jul 2006 17:07: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 5C35D43D46 for ; Tue, 4 Jul 2006 17:07: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 k64H7fCM096997 for ; Tue, 4 Jul 2006 17:07:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k64H7fET096996; Tue, 4 Jul 2006 17:07:41 GMT (envelope-from nobody) Message-Id: <200607041707.k64H7fET096996@www.freebsd.org> Date: Tue, 4 Jul 2006 17:07:41 GMT From: Gyorgy Teubel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99787: deskutils/bmp-docklet: it should not depend on gmake after build time X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 17:10:21 -0000 >Number: 99787 >Category: ports >Synopsis: deskutils/bmp-docklet: it should not depend on gmake after build time >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 17:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gyorgy Teubel >Release: >Organization: >Environment: >Description: If USE_GMAKE is defined, it will be in BUILD_DEPENDS. The program doesn't require it after build, but because in the makefile the RUN_DEPENDS variable is ${BUILD_DEPENDS}, therefore gmake is among the dependencies of the package bmp-docklet. >How-To-Repeat: >Fix: diff -u -r /usr/ports/deskutils/bmp-docklet/Makefile bmp-docklet/Makefile --- /usr/ports/deskutils/bmp-docklet/Makefile Fri Feb 24 01:04:04 2006 +++ bmp-docklet/Makefile Tue Jul 4 18:36:39 2006 @@ -17,7 +17,7 @@ COMMENT= System tray controller for beep-media-player BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player USE_BZIP2= yes USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 17:10:28 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 4072116A4E1; Tue, 4 Jul 2006 17:10:28 +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 C4E7E43D49; Tue, 4 Jul 2006 17:10:27 +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 k64HARjh008255; Tue, 4 Jul 2006 17:10:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64HAR4V008251; Tue, 4 Jul 2006 17:10:27 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 17:10:27 GMT From: Edwin Groothuis Message-Id: <200607041710.k64HAR4V008251@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org Cc: Subject: Re: ports/99787: deskutils/bmp-docklet: it should not depend on gmake after build time X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 17:10:28 -0000 Synopsis: deskutils/bmp-docklet: it should not depend on gmake after build time Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 17:10:27 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99787 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 17:52:58 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 A837C16A4E0; Tue, 4 Jul 2006 17:52:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340A543D45; Tue, 4 Jul 2006 17:52:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64HqwaF013362; Tue, 4 Jul 2006 17:52:58 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64HqwVf013358; Tue, 4 Jul 2006 17:52:58 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 17:52:58 GMT From: Renato Botelho Message-Id: <200607041752.k64HqwVf013358@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/99749: [MAINTAINER] devel/rth: update to 1.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: Tue, 04 Jul 2006 17:52:58 -0000 Synopsis: [MAINTAINER] devel/rth: update to 1.5.6 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Tue Jul 4 17:52:56 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99749 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 18:56: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 5658916A4E2; Tue, 4 Jul 2006 18:56:05 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F3F43D45; Tue, 4 Jul 2006 18:56:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Iu30g016464; Tue, 4 Jul 2006 18:56:03 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Iu3fT016460; Tue, 4 Jul 2006 18:56:03 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 18:56:03 GMT From: Renato Botelho Message-Id: <200607041856.k64Iu3fT016460@freefall.freebsd.org> To: r.c.ladan@gmail.com, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99648: [NEW PORT] misc/biosfont-demos: Demos for the biosfont kernel module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:56:05 -0000 Synopsis: [NEW PORT] misc/biosfont-demos: Demos for the biosfont kernel module State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 18:56:02 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99648 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 18:56: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 C642016A4E5; Tue, 4 Jul 2006 18:56:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301BB43D46; Tue, 4 Jul 2006 18:56:09 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Iu9pH016528; Tue, 4 Jul 2006 18:56:09 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Iu8JD016524; Tue, 4 Jul 2006 18:56:08 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 18:56:08 GMT From: Renato Botelho Message-Id: <200607041856.k64Iu8JD016524@freefall.freebsd.org> To: r.c.ladan@gmail.com, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97106: [NEW PORT] sysutils/biosfont: Kernel module to retrieve bitmap fonts from BIOS memory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:56:09 -0000 Synopsis: [NEW PORT] sysutils/biosfont: Kernel module to retrieve bitmap fonts from BIOS memory State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 18:56:08 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=97106 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 19:07: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 4FF8616A4E2; Tue, 4 Jul 2006 19:07:49 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F5143D46; Tue, 4 Jul 2006 19:07:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64J7mJP017029; Tue, 4 Jul 2006 19:07:48 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64J7lNq017024; Tue, 4 Jul 2006 19:07:47 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 19:07:47 GMT From: Renato Botelho Message-Id: <200607041907.k64J7lNq017024@freefall.freebsd.org> To: gugod@gugod.org, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/99586: [UPDATE PORT] x11-fonts/terminus-font X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 19:07:49 -0000 Synopsis: [UPDATE PORT] x11-fonts/terminus-font Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Tue Jul 4 19:07:47 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99586 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 20:10: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 E55B616A4E2 for ; Tue, 4 Jul 2006 20:10: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 C289643D45 for ; Tue, 4 Jul 2006 20:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64KADSS020103 for ; Tue, 4 Jul 2006 20: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 k64KADj2020102; Tue, 4 Jul 2006 20:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 20:10:13 GMT Resent-Message-Id: <200607042010.k64KADj2020102@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Knight Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13DA716A4DD for ; Tue, 4 Jul 2006 20:07:23 +0000 (UTC) (envelope-from markk@knigma.org) Received: from shrewd.pub.knigma.org (shrewd.pub.knigma.org [81.2.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1979C43D5C for ; Tue, 4 Jul 2006 20:07:21 +0000 (GMT) (envelope-from markk@knigma.org) Received: from shrewd.pub.knigma.org (localhost [127.0.0.1]) by shrewd.pub.knigma.org (8.13.6/8.13.6) with ESMTP id k64K7JoG021896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 4 Jul 2006 21:07:20 +0100 (BST) (envelope-from mkn@shrewd.pub.knigma.org) Received: (from mkn@localhost) by shrewd.pub.knigma.org (8.13.6/8.13.6/Submit) id k64K7JRb021895; Tue, 4 Jul 2006 21:07:19 +0100 (BST) (envelope-from mkn) Message-Id: <200607042007.k64K7JRb021895@shrewd.pub.knigma.org> Date: Tue, 4 Jul 2006 21:07:19 +0100 (BST) From: Mark Knight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99789: Update port: audio/slimserver Update to 6.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Knight List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:10:15 -0000 >Number: 99789 >Category: ports >Synopsis: Update port: audio/slimserver Update to 6.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 20:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mark Knight >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD shrewd.pub.knigma.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 02:09:20 BST 2006 root@shrewd.pub.knigma.org:/usr/obj/usr/src/sys/SHREWD i386 >Description: Update slimserver from 6.2.2 to 6.3.0 >How-To-Repeat: >Fix: diff -ruN slimserver.orig/Makefile slimserver/Makefile --- slimserver.orig/Makefile Sat May 6 05:14:42 2006 +++ slimserver/Makefile Tue Jul 4 18:24:30 2006 @@ -6,8 +6,7 @@ # PORTNAME= slimserver -PORTVERSION= 6.2.2 -PORTREVISION= 1 +PORTVERSION= 6.3.0 CATEGORIES= audio MASTER_SITES= http://www.slimdevices.com/downloads/SlimServer_v${PORTVERSION}/ DISTNAME= SlimServer_v${PORTVERSION}.no-cpan-arch @@ -43,7 +42,8 @@ HTML-Parser-3.45.tar.gz \ Template-Toolkit-2.13.tar.gz \ Time-HiRes-1.66.tar.gz \ - XML-Parser-2.34.tar.gz + XML-Parser-2.34.tar.gz \ + Digest-SHA1-2.11.tar.gz ALLFILES= ${DISTFILES} ${SLIMCPANPKGS} diff -ruN slimserver.orig/distinfo slimserver/distinfo --- slimserver.orig/distinfo Fri May 5 06:45:13 2006 +++ slimserver/distinfo Tue Jul 4 18:05:13 2006 @@ -1,6 +1,6 @@ -MD5 (slimserver/SlimServer_v6.2.2.no-cpan-arch.tar.gz) = 001bbb6d0a804653e9ce284ac77d40f9 -SHA256 (slimserver/SlimServer_v6.2.2.no-cpan-arch.tar.gz) = 4d749e4717734d605a5a5d3dba98efedc92b1c629ce0b3b8b0c9d23840ec176c -SIZE (slimserver/SlimServer_v6.2.2.no-cpan-arch.tar.gz) = 11103542 +MD5 (slimserver/SlimServer_v6.3.0.no-cpan-arch.tar.gz) = 4efe31e3b84df7c25d8aa0f232b2b4c7 +SHA256 (slimserver/SlimServer_v6.3.0.no-cpan-arch.tar.gz) = 37258090c792b202c72c92d3555321e802244bbb136cec54c376f3d124671573 +SIZE (slimserver/SlimServer_v6.3.0.no-cpan-arch.tar.gz) = 11290799 MD5 (slimserver/Compress-Zlib-1.33.tar.gz) = 724552bde7f380e8c8a9da00a9bbc3d2 SHA256 (slimserver/Compress-Zlib-1.33.tar.gz) = 3def6cb52c566e8668dead15ab21193d2f38d923512ea4fc12a9f47136b0a456 SIZE (slimserver/Compress-Zlib-1.33.tar.gz) = 113859 @@ -22,3 +22,6 @@ MD5 (slimserver/XML-Parser-2.34.tar.gz) = 2e44f9e6e6ed730e28b056d55e48413f SHA256 (slimserver/XML-Parser-2.34.tar.gz) = c81099114908da2e91377f8351f406a48542f8f0a767985b0c565d782ea5ae01 SIZE (slimserver/XML-Parser-2.34.tar.gz) = 230102 +MD5 (slimserver/Digest-SHA1-2.11.tar.gz) = 2449bfe21d6589c96eebf94dae24df6b +SHA256 (slimserver/Digest-SHA1-2.11.tar.gz) = 3cebe0a6894daee3bfa5d9619fc90e7619cb6a77ac1b04d027341cd6033ae989 +SIZE (slimserver/Digest-SHA1-2.11.tar.gz) = 38723 diff -ruN slimserver.orig/files/patch-slimserver.pl slimserver/files/patch-slimserver.pl --- slimserver.orig/files/patch-slimserver.pl Thu Jan 1 01:00:00 1970 +++ slimserver/files/patch-slimserver.pl Tue Jul 4 18:00:22 2006 @@ -0,0 +1,10 @@ +--- slimserver.pl Tue Jun 27 20:25:06 2006 ++++ /usr/local/slimserver/slimserver.pl Sun Jul 2 18:31:38 2006 +@@ -193,6 +193,7 @@ + catdir($Bin,'CPAN','arch',$Config::Config{'archname'}), + catdir($Bin,'lib'), + catdir($Bin,'CPAN'), ++ catdir($Bin,''), + ); + + $d_startup && printf("Got \@INC containing:\n%s\n\n", join("\n", @INC)); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 20:10: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 23D8616A4DD; Tue, 4 Jul 2006 20:10:29 +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 3722443D45; Tue, 4 Jul 2006 20:10:22 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64KAMha020244; Tue, 4 Jul 2006 20:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64KAMcB020239; Tue, 4 Jul 2006 20:10:22 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 20:10:22 GMT From: Edwin Groothuis Message-Id: <200607042010.k64KAMcB020239@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brooks@FreeBSD.org Cc: Subject: Re: ports/99789: Update port: audio/slimserver Update to 6.3.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: Tue, 04 Jul 2006 20:10:29 -0000 Synopsis: Update port: audio/slimserver Update to 6.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->brooks Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 20:10:22 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99789 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 21:30: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 BA0FE16A4EA for ; Tue, 4 Jul 2006 21:30: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 185A343D58 for ; Tue, 4 Jul 2006 21:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64LUHFZ025233 for ; Tue, 4 Jul 2006 21:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64LUHD2025232; Tue, 4 Jul 2006 21:30:17 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 21:30:17 GMT Resent-Message-Id: <200607042130.k64LUHD2025232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Leif Pedersen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F4016A4DA for ; Tue, 4 Jul 2006 21:30:15 +0000 (UTC) (envelope-from pedersen@meridian-enviro.com) Received: from newman.meridian-enviro.com (newman.meridian-enviro.com [207.109.235.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FAE43D45 for ; Tue, 4 Jul 2006 21:30:14 +0000 (GMT) (envelope-from pedersen@meridian-enviro.com) Received: from orion.meridian-enviro.com (orion.meridian-enviro.com [10.10.10.51]) by newman.meridian-enviro.com (8.13.1/8.13.1) with ESMTP id k64LUCMt099100 for ; Tue, 4 Jul 2006 16:30:12 -0500 (CDT) (envelope-from pedersen@meridian-enviro.com) Message-Id: <20060704162245.X987@orion.meridian-enviro.com> Date: Tue, 4 Jul 2006 16:30:12 -0500 (CDT) From: Leif Pedersen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/99791: cups-base clobbers LPRng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 21:30:18 -0000 >Number: 99791 >Category: ports >Synopsis: cups-base clobbers LPRng >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 21:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Leif Pedersen >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD orion.meridian-enviro.com 6.1-RELEASE FreeBSD 6.1-RELEASE #3: Tue May 9 14:05:25 CDT 2006 pedersen@deneb.meridian-enviro.com:/usr/obj/usr/src/sy >Description: Installing cups after LPRng causes /usr/local/bin/lp* to be clobbered. This is a serious problem, as cups is easily installed by accident as a dependency. >How-To-Repeat: Install LPRng, then install cups-base. To get LPRng working again, it must be reinstalled. >Fix: Cups and LPRng should be marked as conflicting with each other. >Release-Note: >Audit-Trail: >Unformatted: X-send-pr-version: 3.113 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 22: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 37D0616A4E1 for ; Tue, 4 Jul 2006 22: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 263B143D53 for ; Tue, 4 Jul 2006 22:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64MAHIl027544 for ; Tue, 4 Jul 2006 22:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64MAH3f027543; Tue, 4 Jul 2006 22:10:17 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 22:10:17 GMT Resent-Message-Id: <200607042210.k64MAH3f027543@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Barkas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C8A16A4E5 for ; Tue, 4 Jul 2006 22:06:43 +0000 (UTC) (envelope-from snb@smtp.earth.threerings.net) Received: from smtp.earth.threerings.net (mail.threerings.net [64.127.109.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA06143D49 for ; Tue, 4 Jul 2006 22:06:42 +0000 (GMT) (envelope-from snb@smtp.earth.threerings.net) Received: by smtp.earth.threerings.net (Postfix, from userid 1004) id 333C5651E; Tue, 4 Jul 2006 15:06:42 -0700 (PDT) Message-Id: <20060704220642.333C5651E@smtp.earth.threerings.net> Date: Tue, 4 Jul 2006 15:06:42 -0700 (PDT) From: Nick Barkas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99792: New Port: www/otrs Open Ticket Request System X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Barkas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:10:19 -0000 >Number: 99792 >Category: ports >Synopsis: New Port: www/otrs Open Ticket Request System >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 22:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nick Barkas >Release: FreeBSD 5.4-RELEASE-p13 i386 >Organization: Three Rings Design >Environment: System: FreeBSD mail.earth.threerings.net 5.4-RELEASE-p13 FreeBSD 5.4-RELEASE-p13 #10: Wed Apr 5 22:48:55 PDT 2006 root@mail.earth.threerings.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries. WWW: http://otrs.org/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # otrs/ # otrs/distinfo # otrs/files # otrs/files/patch-bin-SetPermissions.sh # otrs/files/pkg-install.in # otrs/Makefile # otrs/pkg-descr # otrs/pkg-message # otrs/pkg-plist # echo c - otrs/ mkdir -p otrs/ > /dev/null 2>&1 echo x - otrs/distinfo sed 's/^X//' >otrs/distinfo << 'END-of-otrs/distinfo' XMD5 (otrs-2.0.4-01.tar.gz) = 8ac570f1b0ff6c0a6c7604d409d7b225 XSHA256 (otrs-2.0.4-01.tar.gz) = 3173df395bc10b6badf08562626f1f376dda65f0cf1b1c6a0a6c50844749221b XSIZE (otrs-2.0.4-01.tar.gz) = 11800464 END-of-otrs/distinfo echo c - otrs/files mkdir -p otrs/files > /dev/null 2>&1 echo x - otrs/files/patch-bin-SetPermissions.sh sed 's/^X//' >otrs/files/patch-bin-SetPermissions.sh << 'END-of-otrs/files/patch-bin-SetPermissions.sh' X--- bin/SetPermissions.sh Tue Jul 4 13:47:02 2006 X+++ bin/SetPermissions.sh Tue Jul 4 13:49:39 2006 X@@ -108,10 +108,11 @@ X chown -R $WEBUSER:$WEBGROUP $OTRSDEST/var/sessions/ X X # set the var/log/TicketCounter.log file to OTRS and webserver user X-echo "touch && chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log" X-touch $OTRSDEST/var/log/TicketCounter.log X-chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log X-chmod 664 $OTRSDEST/var/log/TicketCounter.log X+if test -e $OTRSDEST/var/log/TicketCounter.log; then X+ echo "chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log" X+ chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log X+ chmod 664 $OTRSDEST/var/log/TicketCounter.log X+fi X X # -- X # bin/* END-of-otrs/files/patch-bin-SetPermissions.sh echo x - otrs/files/pkg-install.in sed 's/^X//' >otrs/files/pkg-install.in << 'END-of-otrs/files/pkg-install.in' X#!/bin/sh X# vi:ts=8:sw=8:noexpandtab: X Xotrsuser=%%OTRSUSER%% Xotrsuid=%%OTRSUID%% Xwwwuser=%%WWWUSER%% Xwwwgroup=%%WWWGROUP%% Xotrshome=%%OTRSHOME%% X Xif [ "$2" != "POST-INSTALL" ]; then X exit 0 Xfi X Xif ! pw user show -n $wwwuser >/dev/null; then X echo "User $wwwuser does not exist. Please create it and try again." X exit 1 Xfi X Xif ! pw group show -n $wwwgroup >/dev/null; then X echo "Group $wwwgroup does not exist. Please create it and try again." X exit 1 Xfi X Xif pw user show -n $otrsuser >/dev/null; then X if [ `pw user show -n $otrsuser | cut -f9 -d:` != $otrshome ]; then X echo "User $otrsuser exists, but its home directory is not $otrshome." X echo "Please change $otrsuser's home directory and try again." X exit 1 X else X echo "User $otrsuser already exists. Using existing account." X $otrshome/bin/SetPermissions.sh $otrshome $otrsuser $wwwuser $otrsgroup $wwwgroup X fi Xelse X if pw user show -u $otrsuid >/dev/null; then X echo "UID $otrsuid is already in use, but not for user $otrsuser." X echo "Please free this UID, or set \$OTRSUID to an available UID and rebuild the port." X else X if pw useradd $otrsuser -u $otrsuid -g $wwwgroup -h - \ X -d $otrshome -s /sbin/nologin -c "OTRS User" X then X echo "Added user $otrsuser." X $otrshome/bin/SetPermissions.sh $otrshome $otrsuser $wwwuser $otrsgroup $wwwgroup X else X echo "Error adding $otrsuser. Please create the account then try again." X fi X fi Xfi X END-of-otrs/files/pkg-install.in echo x - otrs/Makefile sed 's/^X//' >otrs/Makefile << 'END-of-otrs/Makefile' X# vi: ts=8:sw=8:noexpandtab: X# New ports collection makefile for: otrs X# Date created: 29 June 2006 X# Whom: Nick Barkas X# X# $FreeBSD$ X# X XPORTNAME= otrs XPORTVERSION= 2.0.4 XCATEGORIES= www XMASTER_SITES= ftp://ftp.otrs.org/pub/otrs/ \ X ftp://ftp.gwdg.de/pub/misc/otrs/ \ X ftp://ftp.samurai.com/pub/otrs/ \ X http://mirror.xaranet.de/otrs/ \ X http://otrs.mirror.netmonic.com/ \ X http://www.linuxshop.us/otrs/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-01 X XMAINTAINER= snb@threerings.net XCOMMENT= Open Ticket Request System X XRUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ X ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ X ${SITE_PERL}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \ X ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ X ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ X ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ X ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ X ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL X XUSE_PERL5= yes XNO_BUILD= yes XWRKSRC= ${WRKDIR}/${PORTNAME} XPKGMESSAGE= ${WRKDIR}/pkg-message X XOTRSUSER?= otrs XOTRSUID?= 117 XWWWUSER?= www XWWWGROUP?= www XOTRSDIR?= www/otrs XOTRSHOME= ${PREFIX}/${OTRSDIR} XSUB_FILES= pkg-install XSUB_LIST+= OTRSUSER=${OTRSUSER} OTRSUID=${OTRSUID} OTRSHOME=${OTRSHOME} \ X WWWUSER=${WWWUSER} WWWGROUP=${WWWGROUP} XPLIST_SUB= OTRSDIR=${OTRSDIR} X XOPTIONS= MYSQL "MySQL database support" on \ X PGSQL "PostgreSQL database support" off \ X LDAP "LDAP support" on \ X STATS "Statistics support" on X X.if !defined(WITHOUT_MYSQL) XUSE_MYSQL= yes XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql X.endif X X.if defined(WITH_PGSQL) XUSE_PGSQL= yes XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg X.endif X X.if !defined(WITHOUT_LDAP) XUSE_OPENLDAP= yes XRUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap X.endif X X.if !defined(WITHOUT_STATS) XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ X ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ X ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph X.endif X Xdo-install: X ${MKDIR} ${OTRSHOME} X ${CP} -R ${WRKSRC}/Kernel ${OTRSHOME} X ${RM} -f ${WRKSRC}/bin/SetPermissions.sh.orig X ${CP} -R ${WRKSRC}/bin ${OTRSHOME} X ${CP} -R ${WRKSRC}/scripts ${OTRSHOME} X ${CP} -R ${WRKSRC}/var ${OTRSHOME} X ${INSTALL_DATA} ${WRKSRC}/.fetchmailrc.dist ${OTRSHOME} X ${INSTALL_DATA} ${WRKSRC}/.mailfilter.dist ${OTRSHOME} X ${INSTALL_DATA} ${WRKSRC}/.procmailrc.dist ${OTRSHOME} X @if [ ! -f ${OTRSHOME}/Kernel/Config.pm ]; then ${CP} -p \ X ${OTRSHOME}/Kernel/Config.pm.dist ${OTRSHOME}/Kernel/Config.pm; fi X @if [ ! -f ${OTRSHOME}/Kernel/Config/GenericAgent.pm ]; then ${CP} -p \ X ${OTRSHOME}/Kernel/Config/GenericAgent.pm.dist \ X ${OTRSHOME}/Kernel/Config/GenericAgent.pm; fi X @if [ ! -f ${OTRSHOME}/.procmailrc ]; then ${CP} -p \ X ${OTRSHOME}/.procmailrc.dist ${OTRSHOME}/.procmailrc; fi X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/RELEASE ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DOCSDIR} X.endif X Xpost-install: X @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X @${SED} -e 's|%%OTRSHOME%%|${OTRSHOME}|g' -e \ X 's|%%DOCSDIR%%|${DOCSDIR}|g' -e 's|%%OTRSUSER%%|${OTRSUSER}|g' \ X -e 's|%%WWWGROUP%%|${WWWGROUP}|g' < ${PKGDIR}/pkg-message | \ X fmt 75 79 > ${PKGMESSAGE} X @${CAT} ${PKGMESSAGE} X X.include END-of-otrs/Makefile echo x - otrs/pkg-descr sed 's/^X//' >otrs/pkg-descr << 'END-of-otrs/pkg-descr' XOTRS is an Open source Ticket Request System (also well known as trouble ticket Xsystem) with many features to manage customer telephone calls and e-mails. The Xsystem is built to allow your support, sales, pre-sales, billing, internal IT, Xhelpdesk, etc. department to react quickly to inbound inquiries. X XWWW: http://otrs.org/ END-of-otrs/pkg-descr echo x - otrs/pkg-message sed 's/^X//' >otrs/pkg-message << 'END-of-otrs/pkg-message' X XAdditional configuration is necessary before you can use OTRS. X XTo configure your web server to use OTRS, see %%DOCSDIR%%/README.webserver. Note Xthat the example paths and usernames given in that file likely don't match up Xwith what this port installed. For example, the OTRS user and group are X%%OTRSUSER%% and %%WWWGROUP%%, and instead of being installed in /opt/otrs, OTRS Xis installed in %%OTRSHOME%%. X XIf you use MySQL for your database backend, you can use the Web-Installer at Xhttp://yourhost/otrs/installer.pl after setting up your web server. If not, see X%%DOCSDIR%%/README.database. X XTo enable OTRS cron jobs, rename the .dist files in %%OTRSHOME%%/var/cron so Xthey no longer have the .dist extension and edit if necessary. Then, use X%%OTRSHOME%%/bin/Cron.sh start|stop|restart as the %%OTRSUSER%% user to start or Xstop the cron jobs. X END-of-otrs/pkg-message echo x - otrs/pkg-plist sed 's/^X//' >otrs/pkg-plist << 'END-of-otrs/pkg-plist' X%%OTRSDIR%%/.fetchmailrc.dist X%%OTRSDIR%%/.mailfilter.dist X@unexec if cmp -s %D/%%OTRSDIR%%/.procmailrc.dist %D/%%OTRSDIR%%/.procmailrc; then rm -f %D/%%OTRSDIR%%/.procmailrc; fi X%%OTRSDIR%%/.procmailrc.dist X@exec if [ ! -f %D/%%OTRSDIR%%/.procmailrc ]; then cp -p %D/%%OTRSDIR%%/.procmailrc.dist %D/%%OTRSDIR%%/.procmailrc; fi X%%OTRSDIR%%/Kernel/Config/Files/Ticket.pm X%%OTRSDIR%%/Kernel/Config/Files/FAQ.pm X%%OTRSDIR%%/Kernel/Config/Files/FAQ.xml X%%OTRSDIR%%/Kernel/Config/Files/Framework.xml X%%OTRSDIR%%/Kernel/Config/Files/Ticket.xml X%%OTRSDIR%%/Kernel/Config/Files/TicketPostMaster.pm X%%OTRSDIR%%/Kernel/Config/Defaults.pm X@unexec if cmp -s %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.dist %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm; then rm -f %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm; fi X%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.dist X@exec if [ ! -f %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm ]; then cp -p %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.dist %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm; fi X%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.examples X@unexec if cmp -s %D/%%OTRSDIR%%/Kernel/Config.pm.dist %D/%%OTRSDIR%%/Kernel/Config.pm; then rm -f %D/%%OTRSDIR%%/Kernel/Config.pm; fi X%%OTRSDIR%%/Kernel/Config.pm.dist X@exec if [ ! -f %D/%%OTRSDIR%%/Kernel/Config.pm ]; then cp -p %D/%%OTRSDIR%%/Kernel/Config.pm.dist %D/%%OTRSDIR%%/Kernel/Config.pm; fi X%%OTRSDIR%%/Kernel/Language.pm X%%OTRSDIR%%/Kernel/Language/nb_NO.pm X%%OTRSDIR%%/Kernel/Language/bb.pm X%%OTRSDIR%%/Kernel/Language/bg.pm X%%OTRSDIR%%/Kernel/Language/cz.pm X%%OTRSDIR%%/Kernel/Language/de.pm X%%OTRSDIR%%/Kernel/Language/en.pm X%%OTRSDIR%%/Kernel/Language/es.pm X%%OTRSDIR%%/Kernel/Language/fi.pm X%%OTRSDIR%%/Kernel/Language/fr.pm X%%OTRSDIR%%/Kernel/Language/hu.pm X%%OTRSDIR%%/Kernel/Language/it.pm X%%OTRSDIR%%/Kernel/Language/pt_BR.pm X%%OTRSDIR%%/Kernel/Language/nl.pm X%%OTRSDIR%%/Kernel/Language/pl.pm X%%OTRSDIR%%/Kernel/Language/pt.pm X%%OTRSDIR%%/Kernel/Language/xx_Custom.pm X%%OTRSDIR%%/Kernel/Language/ru.pm X%%OTRSDIR%%/Kernel/Language/sv.pm X%%OTRSDIR%%/Kernel/Language/xx_AgentZoom.pm X%%OTRSDIR%%/Kernel/Language/zh_CN.pm X%%OTRSDIR%%/Kernel/Modules/Admin.pm X%%OTRSDIR%%/Kernel/Modules/AdminAttachment.pm X%%OTRSDIR%%/Kernel/Modules/AdminAutoResponse.pm X%%OTRSDIR%%/Kernel/Modules/AdminCustomerUser.pm X%%OTRSDIR%%/Kernel/Modules/AdminCustomerUserGroup.pm X%%OTRSDIR%%/Kernel/Modules/AdminEmail.pm X%%OTRSDIR%%/Kernel/Modules/AdminGenericAgent.pm X%%OTRSDIR%%/Kernel/Modules/AdminGroup.pm X%%OTRSDIR%%/Kernel/Modules/AdminLog.pm X%%OTRSDIR%%/Kernel/Modules/AdminNotification.pm X%%OTRSDIR%%/Kernel/Modules/AdminPGP.pm X%%OTRSDIR%%/Kernel/Modules/AdminPOP3.pm X%%OTRSDIR%%/Kernel/Modules/AdminPackageManager.pm X%%OTRSDIR%%/Kernel/Modules/AdminPostMasterFilter.pm X%%OTRSDIR%%/Kernel/Modules/AdminQueue.pm X%%OTRSDIR%%/Kernel/Modules/AdminQueueAutoResponse.pm X%%OTRSDIR%%/Kernel/Modules/AdminQueueResponses.pm X%%OTRSDIR%%/Kernel/Modules/AdminResponse.pm X%%OTRSDIR%%/Kernel/Modules/AdminResponseAttachment.pm X%%OTRSDIR%%/Kernel/Modules/AdminRole.pm X%%OTRSDIR%%/Kernel/Modules/AdminRoleGroup.pm X%%OTRSDIR%%/Kernel/Modules/AdminRoleUser.pm X%%OTRSDIR%%/Kernel/Modules/AdminSMIME.pm X%%OTRSDIR%%/Kernel/Modules/AdminSalutation.pm X%%OTRSDIR%%/Kernel/Modules/AdminSelectBox.pm X%%OTRSDIR%%/Kernel/Modules/AdminSession.pm X%%OTRSDIR%%/Kernel/Modules/AdminSignature.pm X%%OTRSDIR%%/Kernel/Modules/AdminState.pm X%%OTRSDIR%%/Kernel/Modules/AdminSysConfig.pm X%%OTRSDIR%%/Kernel/Modules/AdminSystemAddress.pm X%%OTRSDIR%%/Kernel/Modules/AdminUser.pm X%%OTRSDIR%%/Kernel/Modules/AdminUserGroup.pm X%%OTRSDIR%%/Kernel/Modules/AgentBook.pm X%%OTRSDIR%%/Kernel/Modules/AgentCalendarSmall.pm X%%OTRSDIR%%/Kernel/Modules/AgentInfo.pm X%%OTRSDIR%%/Kernel/Modules/FAQ.pm X%%OTRSDIR%%/Kernel/Modules/AgentLinkObject.pm X%%OTRSDIR%%/Kernel/Modules/AgentLookup.pm X%%OTRSDIR%%/Kernel/Modules/AgentPreferences.pm X%%OTRSDIR%%/Kernel/Modules/AgentSpelling.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketAttachment.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketBounce.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketBulk.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketClose.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketCompose.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketCustomer.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketCustomerFollowUp.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketEmail.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketForward.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketFreeText.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketHistory.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketLock.pm X%%OTRSDIR%%/Kernel/Modules/AgentZoom.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketMailbox.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketMerge.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketMove.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketNote.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketOwner.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketPending.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketPhone.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketPlain.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketPrint.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketPriority.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketQueue.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketSearch.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketStatusView.pm X%%OTRSDIR%%/Kernel/Modules/AgentTicketZoom.pm X%%OTRSDIR%%/Kernel/Modules/CustomerAccept.pm X%%OTRSDIR%%/Kernel/Modules/CustomerCalendarSmall.pm X%%OTRSDIR%%/Kernel/Modules/CustomerFAQ.pm X%%OTRSDIR%%/Kernel/Modules/CustomerPreferences.pm X%%OTRSDIR%%/Kernel/Modules/CustomerTicketAttachment.pm X%%OTRSDIR%%/Kernel/Modules/CustomerTicketMessage.pm X%%OTRSDIR%%/Kernel/Modules/CustomerTicketOverView.pm X%%OTRSDIR%%/Kernel/Modules/CustomerTicketSearch.pm X%%OTRSDIR%%/Kernel/Modules/CustomerTicketZoom.pm X%%OTRSDIR%%/Kernel/Modules/CustomerZoom.pm X%%OTRSDIR%%/Kernel/Modules/FAQCategory.pm X%%OTRSDIR%%/Kernel/Modules/FAQLanguage.pm X%%OTRSDIR%%/Kernel/Modules/Installer.pm X%%OTRSDIR%%/Kernel/Modules/PublicFAQ.pm X%%OTRSDIR%%/Kernel/Modules/SystemStats.pm X%%OTRSDIR%%/Kernel/Modules/Test.pm X%%OTRSDIR%%/Kernel/Output/HTML/Lite/AgentNavigationBar.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/AgentTicketQueue.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Copyright.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Footer.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/FooterSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Header.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/HeaderSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Login.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Motd.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Notify.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/Warning.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/css.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Lite/customer-css.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Agent.pm X%%OTRSDIR%%/Kernel/Output/HTML/ArticleAttachmentDownload.pm X%%OTRSDIR%%/Kernel/Output/HTML/ArticleAttachmentHTMLViewer.pm X%%OTRSDIR%%/Kernel/Output/HTML/ArticleCheckPGP.pm X%%OTRSDIR%%/Kernel/Output/HTML/ArticleCheckSMIME.pm X%%OTRSDIR%%/Kernel/Output/HTML/ArticleComposeCrypt.pm X%%OTRSDIR%%/Kernel/Output/HTML/ArticleComposeSign.pm X%%OTRSDIR%%/Kernel/Output/HTML/Customer.pm X%%OTRSDIR%%/Kernel/Output/HTML/CustomerNewTicketQueueSelectionGeneric.pm X%%OTRSDIR%%/Kernel/Output/HTML/Generic.pm X%%OTRSDIR%%/Kernel/Output/HTML/NavBarLockedTickets.pm X%%OTRSDIR%%/Kernel/Output/HTML/NavBarModuleAdmin.pm X%%OTRSDIR%%/Kernel/Output/HTML/NavBarTicketBulkAction.pm X%%OTRSDIR%%/Kernel/Output/HTML/NotificationAgentOnline.pm X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAABase.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAAMonth.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAANavBar.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAAPreferences.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAATicket.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAAWeekDay.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminAttachmentForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminAutoResponseForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminCustomerUserForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminCustomerUserGroupChangeForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminCustomerUserGroupForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminEmail.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminGenericAgent.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminGroupForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminLog.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminNavigationBar.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPGPForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPOP3Form.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPackageManager.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueAutoResponseForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueResponsesChangeForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueResponsesForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminResponseAttachmentChangeForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminResponseAttachmentForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminResponseForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleGroupChangeForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/FAQ.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleGroupForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleUserChangeForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleUserForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSMIMEForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSalutationForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSelectBoxForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSession.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSignatureForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminStateForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSysConfig.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSysConfigEdit.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSystemAddressForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminUserForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminUserGroupChangeForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminUserGroupForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentBook.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentCalendarSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentCalendarSmallIcon.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentCustomerTableView.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentInfo.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentLinkObject.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentLookup.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentNavigationBar.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentPreferencesForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentSpelling.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketBounce.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketBulk.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketClose.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketCustomer.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketCustomerMessage.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketForward.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketFreeText.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketHistory.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketLocked.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketMailbox.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketMerge.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketMove.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketNote.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketOwner.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPending.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPhoneNew.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPlain.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPrint.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPriority.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketQueue.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketQueueTicketView.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketQueueTicketViewLite.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearch.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearchResult.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearchResultShort.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketStatusView.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketZoomStatus.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentWindowTabStart.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentWindowTabStop.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Copyright.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerAccept.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerCalendarSmallIcon.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/css.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerError.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerFAQ.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerFooter.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerFooterSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerHeader.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerHeaderSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerLogin.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerNavigationBar.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerPreferencesForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerStatusView.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketMessageNew.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearch.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearchResultCSV.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearchResultPrint.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerWarning.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Error.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/FAQCategoryForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/FAQLanguageForm.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Footer.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/FooterSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Header.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/HeaderSmall.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Installer.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Login.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Motd.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/NoPermission.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Notify.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/PrintFooter.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/PrintHeader.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Redirect.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/SystemStats.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Test.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/Warning.dtl X%%OTRSDIR%%/Kernel/Output/HTML/Standard/customer-css.dtl X%%OTRSDIR%%/Kernel/Output/HTML/NotificationAgentTicket.pm X%%OTRSDIR%%/Kernel/Output/HTML/NotificationAgentTicketSeen.pm X%%OTRSDIR%%/Kernel/Output/HTML/NotificationCharsetCheck.pm X%%OTRSDIR%%/Kernel/Output/HTML/NotificationCustomerOnline.pm X%%OTRSDIR%%/Kernel/Output/HTML/NotificationUIDCheck.pm X%%OTRSDIR%%/Kernel/Output/HTML/OutputFilterActiveElement.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesCustomQueue.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesGeneric.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesLanguage.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesPGP.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesPassword.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesSMIME.pm X%%OTRSDIR%%/Kernel/Output/HTML/PreferencesTheme.pm X%%OTRSDIR%%/Kernel/Output/HTML/TicketMenuGeneric.pm X%%OTRSDIR%%/Kernel/Output/HTML/TicketMenuLock.pm X%%OTRSDIR%%/Kernel/System/CheckItem.pm X%%OTRSDIR%%/Kernel/System/Auth.pm X%%OTRSDIR%%/Kernel/System/Auth/Radius.pm X%%OTRSDIR%%/Kernel/System/Auth/DB.pm X%%OTRSDIR%%/Kernel/System/Auth/LDAP.pm X%%OTRSDIR%%/Kernel/System/Auth/HTTPBasicAuth.pm X%%OTRSDIR%%/Kernel/System/DB/maxdb.pm X%%OTRSDIR%%/Kernel/System/DB/db2.pm X%%OTRSDIR%%/Kernel/System/DB/mysql.pm X%%OTRSDIR%%/Kernel/System/DB/oracle.pm X%%OTRSDIR%%/Kernel/System/DB/postgresql.pm X%%OTRSDIR%%/Kernel/System/AuthSession.pm X%%OTRSDIR%%/Kernel/System/AutoResponse.pm X%%OTRSDIR%%/Kernel/System/Config.pm X%%OTRSDIR%%/Kernel/System/Crypt.pm X%%OTRSDIR%%/Kernel/System/CustomerAuth.pm X%%OTRSDIR%%/Kernel/System/CustomerGroup.pm X%%OTRSDIR%%/Kernel/System/CustomerUser.pm X%%OTRSDIR%%/Kernel/System/DB.pm X%%OTRSDIR%%/Kernel/System/Email.pm X%%OTRSDIR%%/Kernel/System/EmailParser.pm X%%OTRSDIR%%/Kernel/System/Encode.pm X%%OTRSDIR%%/Kernel/System/FAQ.pm X%%OTRSDIR%%/Kernel/System/FileTemp.pm X%%OTRSDIR%%/Kernel/System/GenericAgent.pm X%%OTRSDIR%%/Kernel/System/Group.pm X%%OTRSDIR%%/Kernel/System/LinkObject.pm X%%OTRSDIR%%/Kernel/System/Lock.pm X%%OTRSDIR%%/Kernel/System/Log.pm X%%OTRSDIR%%/Kernel/System/Main.pm X%%OTRSDIR%%/Kernel/System/Notification.pm X%%OTRSDIR%%/Kernel/System/PID.pm X%%OTRSDIR%%/Kernel/System/POP3Account.pm X%%OTRSDIR%%/Kernel/System/Package.pm X%%OTRSDIR%%/Kernel/System/Permission.pm X%%OTRSDIR%%/Kernel/System/PostMaster.pm X%%OTRSDIR%%/Kernel/System/Priority.pm X%%OTRSDIR%%/Kernel/System/Queue.pm X%%OTRSDIR%%/Kernel/System/SearchProfile.pm X%%OTRSDIR%%/Kernel/System/Spelling.pm X%%OTRSDIR%%/Kernel/System/State.pm X%%OTRSDIR%%/Kernel/System/StdAttachment.pm X%%OTRSDIR%%/Kernel/System/StdResponse.pm X%%OTRSDIR%%/Kernel/System/SystemAddress.pm X%%OTRSDIR%%/Kernel/System/Ticket.pm X%%OTRSDIR%%/Kernel/System/Time.pm X%%OTRSDIR%%/Kernel/System/User.pm X%%OTRSDIR%%/Kernel/System/XML.pm X%%OTRSDIR%%/Kernel/System/XMLMaster.pm X%%OTRSDIR%%/Kernel/System/AuthSession/DB.pm X%%OTRSDIR%%/Kernel/System/AuthSession/FS.pm X%%OTRSDIR%%/Kernel/System/AuthSession/IPC.pm X%%OTRSDIR%%/Kernel/System/Crypt/SMIME.pm X%%OTRSDIR%%/Kernel/System/Crypt/PGP.pm X%%OTRSDIR%%/Kernel/System/CustomerAuth/Radius.pm X%%OTRSDIR%%/Kernel/System/CustomerAuth/DB.pm X%%OTRSDIR%%/Kernel/System/CustomerAuth/LDAP.pm X%%OTRSDIR%%/Kernel/System/CustomerAuth/HTTPBasicAuth.pm X%%OTRSDIR%%/Kernel/System/CustomerUser/Preferences/DB.pm X%%OTRSDIR%%/Kernel/System/CustomerUser/DB.pm X%%OTRSDIR%%/Kernel/System/CustomerUser/LDAP.pm X%%OTRSDIR%%/Kernel/System/Email/Sendmail.pm X%%OTRSDIR%%/Kernel/System/Email/SMTP.pm X%%OTRSDIR%%/Kernel/System/GenericAgent/AutoPriorityIncrease.pm X%%OTRSDIR%%/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm X%%OTRSDIR%%/Kernel/System/LinkObject/Ticket.pm X%%OTRSDIR%%/Kernel/System/LinkObject/FAQ.pm X%%OTRSDIR%%/Kernel/System/Log/SysLog.pm X%%OTRSDIR%%/Kernel/System/Log/File.pm X%%OTRSDIR%%/Kernel/System/PostMaster/Filter/AgentInterface.pm X%%OTRSDIR%%/Kernel/System/PostMaster/Filter/CMD.pm X%%OTRSDIR%%/Kernel/System/PostMaster/Filter/Match.pm X%%OTRSDIR%%/Kernel/System/PostMaster/Filter/MatchDBSource.pm X%%OTRSDIR%%/Kernel/System/PostMaster/DestQueue.pm X%%OTRSDIR%%/Kernel/System/PostMaster/Filter.pm X%%OTRSDIR%%/Kernel/System/PostMaster/FollowUp.pm X%%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection.pm X%%OTRSDIR%%/Kernel/System/PostMaster/NewTicket.pm X%%OTRSDIR%%/Kernel/System/PostMaster/Reject.pm X%%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection/DB.pm X%%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection/FS.pm X%%OTRSDIR%%/Kernel/System/Stats/AccountedTime.pm X%%OTRSDIR%%/Kernel/System/Stats/NewTickets.pm X%%OTRSDIR%%/Kernel/System/Stats/StateAction.pm X%%OTRSDIR%%/Kernel/System/Stats/TicketOverview.pm X%%OTRSDIR%%/Kernel/System/Ticket/Article.pm X%%OTRSDIR%%/Kernel/System/Ticket/ArticleStorageDB.pm X%%OTRSDIR%%/Kernel/System/Ticket/ArticleStorageFS.pm X%%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission/CustomerIDCheck.pm X%%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission/CustomerUserIDCheck.pm X%%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm X%%OTRSDIR%%/Kernel/System/Ticket/Event/Test.pm X%%OTRSDIR%%/Kernel/System/Ticket/IndexAccelerator/RuntimeDB.pm X%%OTRSDIR%%/Kernel/System/Ticket/IndexAccelerator/StaticDB.pm X%%OTRSDIR%%/Kernel/System/Ticket/Number/AutoIncrement.pm X%%OTRSDIR%%/Kernel/System/Ticket/Number/Date.pm X%%OTRSDIR%%/Kernel/System/Ticket/Number/DateChecksum.pm X%%OTRSDIR%%/Kernel/System/Ticket/Number/Random.pm X%%OTRSDIR%%/Kernel/System/Ticket/Permission/GroupCheck.pm X%%OTRSDIR%%/Kernel/System/Ticket/Permission/OwnerCheck.pm X%%OTRSDIR%%/Kernel/System/User/Preferences/DB.pm X%%OTRSDIR%%/Kernel/System/Web/UploadCache/DB.pm X%%OTRSDIR%%/Kernel/System/Web/UploadCache/FS.pm X%%OTRSDIR%%/Kernel/System/Web/InterfaceAgent.pm X%%OTRSDIR%%/Kernel/System/Web/InterfaceCustomer.pm X%%OTRSDIR%%/Kernel/System/Web/InterfacePublic.pm X%%OTRSDIR%%/Kernel/System/Web/Request.pm X%%OTRSDIR%%/Kernel/System/Web/UploadCache.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL.pod X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/ANONYMOUS.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/CRAM_MD5.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/EXTERNAL.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/LOGIN.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/PLAIN.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/CRAM_MD5.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/EXTERNAL.pm X%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl.pm X%%OTRSDIR%%/Kernel/cpan-lib/Date/Pcalc.pm X%%OTRSDIR%%/Kernel/cpan-lib/HTML/Safe.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/AtomicFile.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/InnerFile.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/Lines.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/Scalar.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/ScalarArray.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/Stringy.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/Wrap.pm X%%OTRSDIR%%/Kernel/cpan-lib/IO/WrapTie.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Body.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/Base64.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/BinHex.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/Binary.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/Gzip64.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/NBit.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/QuotedPrint.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/UU.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Entity.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Head.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Tools.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/WordDecoder.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Words.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ConTraEnc.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ContDisp.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ContType.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ParamVal.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser/Filer.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser/Reader.pm X%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser/Results.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Field/AddrList.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Field/Date.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Address.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Cap.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Field.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Filter.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Header.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Internet.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Send.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Util.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/qmail.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/rfc822.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/sendmail.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/smtp.pm X%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/test.pm X%%OTRSDIR%%/Kernel/cpan-lib/XML/Parser/Lite.pm X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/_prephdr.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/add_signature.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/autosplit.ix X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/escape_from.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/nntppost.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/reply.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/send.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/sign.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/smtpsend.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/unescape_from.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/autosplit.ix X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/mailaddress.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/maildomain.al X%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/read_mbox.al X%%OTRSDIR%%/bin/cgi-bin/customer.pl X%%OTRSDIR%%/bin/cgi-bin/faq.pl X%%OTRSDIR%%/bin/cgi-bin/index.pl X%%OTRSDIR%%/bin/cgi-bin/installer.pl X%%OTRSDIR%%/bin/cgi-bin/public.pl X%%OTRSDIR%%/bin/CheckDB.pl X%%OTRSDIR%%/bin/CleanUp.pl X%%OTRSDIR%%/bin/Cron.sh X%%OTRSDIR%%/bin/Cron4Win32.pl X%%OTRSDIR%%/bin/CryptPassword.pl X%%OTRSDIR%%/bin/DeleteSessionIDs.pl X%%OTRSDIR%%/bin/GenericAgent.pl X%%OTRSDIR%%/bin/PendingJobs.pl X%%OTRSDIR%%/bin/PostMaster.pl X%%OTRSDIR%%/bin/PostMasterClient.pl X%%OTRSDIR%%/bin/PostMasterDaemon.pl X%%OTRSDIR%%/bin/PostMasterPOP3.pl X%%OTRSDIR%%/bin/RebuildTicketIndex.pl X%%OTRSDIR%%/bin/SetPermissions.sh X%%OTRSDIR%%/bin/UnlockTickets.pl X%%OTRSDIR%%/bin/XMLMaster.pl X%%OTRSDIR%%/bin/mkStats.pl X%%OTRSDIR%%/bin/opm.pl X%%OTRSDIR%%/bin/otrs.addGroup X%%OTRSDIR%%/bin/otrs.CreateNewTranslationFile X%%OTRSDIR%%/bin/otrs.addQueue X%%OTRSDIR%%/bin/otrs.addStdResponse2Queue X%%OTRSDIR%%/bin/otrs.addUser X%%OTRSDIR%%/bin/otrs.addUser2Group X%%OTRSDIR%%/bin/otrs.checkModules X%%OTRSDIR%%/bin/otrs.cleanup X%%OTRSDIR%%/bin/otrs.getConfig X%%OTRSDIR%%/bin/otrs.getGroupID X%%OTRSDIR%%/bin/otrs.getTicketThread X%%OTRSDIR%%/bin/otrs.getUserID X%%OTRSDIR%%/bin/otrs.setPassword X%%OTRSDIR%%/bin/xml2sql.pl X%%OTRSDIR%%/bin/fcgi-bin/customer.fpl X%%OTRSDIR%%/bin/fcgi-bin/faq.fpl X%%OTRSDIR%%/bin/fcgi-bin/index.fpl X%%OTRSDIR%%/bin/fcgi-bin/public.fpl X%%OTRSDIR%%/scripts/auto_build/description.txt X%%OTRSDIR%%/scripts/auto_build/docbuild.sh X%%OTRSDIR%%/scripts/auto_build/files.txt X%%OTRSDIR%%/scripts/auto_build/xml2docbook.pl X%%OTRSDIR%%/scripts/DBUpdate-to-1.0.mysql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.0.postgresql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.1.mysql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.1.postgresql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.2.mysql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.2.postgresql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.3.mysql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-1.3.postgresql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-2.0.mysql.sql X%%OTRSDIR%%/scripts/DBUpdate-to-2.0.postgresql.sql X%%OTRSDIR%%/scripts/SystemStatsGeneric.pm X%%OTRSDIR%%/scripts/apache-httpd.conf X%%OTRSDIR%%/scripts/auto_build.sh X%%OTRSDIR%%/scripts/apache-httpd.include.conf X%%OTRSDIR%%/scripts/apache-perl-startup.pl X%%OTRSDIR%%/scripts/apache2-httpd-new.include.conf X%%OTRSDIR%%/scripts/apache2-httpd.include.conf X%%OTRSDIR%%/scripts/apache2-perl-startup.pl X%%OTRSDIR%%/scripts/auto_docbuild.sh X%%OTRSDIR%%/scripts/backup.pl X%%OTRSDIR%%/scripts/login.php X%%OTRSDIR%%/scripts/login.pl X%%OTRSDIR%%/scripts/redhat-otrs-7.3.spec X%%OTRSDIR%%/scripts/redhat-otrs-8.0.spec X%%OTRSDIR%%/scripts/redhat-rcotrs X%%OTRSDIR%%/scripts/redhat-rcotrs-config X%%OTRSDIR%%/scripts/redhat-rpmmacros X%%OTRSDIR%%/scripts/restore.pl X%%OTRSDIR%%/scripts/suse-fillup-template-rc.config.otrs X%%OTRSDIR%%/scripts/suse-otrs-7.3.spec X%%OTRSDIR%%/scripts/suse-otrs-8.0.spec X%%OTRSDIR%%/scripts/suse-otrs-9.0.spec X%%OTRSDIR%%/scripts/suse-otrs-9.1.spec X%%OTRSDIR%%/scripts/suse-rcotrs X%%OTRSDIR%%/scripts/suse-rcotrs-config X%%OTRSDIR%%/scripts/sync_node.sh X%%OTRSDIR%%/scripts/syncuser_csv2otrs.pl X%%OTRSDIR%%/scripts/webform.pl X%%OTRSDIR%%/scripts/database/initial_insert.sapdb.sql X%%OTRSDIR%%/scripts/database/initial_insert.sql X%%OTRSDIR%%/scripts/database/otrs-schema-post.db2.sql X%%OTRSDIR%%/scripts/database/otrs-schema-post.maxdb.sql X%%OTRSDIR%%/scripts/database/otrs-schema-post.mysql.sql X%%OTRSDIR%%/scripts/database/otrs-schema-post.oracle.sql X%%OTRSDIR%%/scripts/database/otrs-schema-post.postgresql.sql X%%OTRSDIR%%/scripts/database/otrs-schema.db2.sql X%%OTRSDIR%%/scripts/database/otrs-schema.maxdb.sql X%%OTRSDIR%%/scripts/database/otrs-schema.mysql.sql X%%OTRSDIR%%/scripts/database/otrs-schema.oracle.sql X%%OTRSDIR%%/scripts/database/otrs-schema.postgresql.sql X%%OTRSDIR%%/scripts/database/otrs-schema.xml X%%OTRSDIR%%/scripts/test/CreateTickerNumber.pl X%%OTRSDIR%%/scripts/test/CustomerBackend.pl X%%OTRSDIR%%/scripts/test/CustomerUserAuth.pl X%%OTRSDIR%%/scripts/test/TicketHistoryState.pl X%%OTRSDIR%%/scripts/test/Time.pl X%%OTRSDIR%%/scripts/test/UserAuth.pl X%%OTRSDIR%%/scripts/test/XML.pl X%%OTRSDIR%%/scripts/tools/base64.pl X%%OTRSDIR%%/scripts/tools/charset-convert.pl X%%OTRSDIR%%/scripts/tools/compress-mail.pl X%%OTRSDIR%%/scripts/tools/sync-ldap2db.pl X%%OTRSDIR%%/scripts/tools/xml2html.pl X%%OTRSDIR%%/var/cron/aaa_base.dist X%%OTRSDIR%%/var/cron/fetchmail.dist X%%OTRSDIR%%/var/cron/generic_agent-database.dist X%%OTRSDIR%%/var/cron/generic_agent.dist X%%OTRSDIR%%/var/cron/pending_jobs.dist X%%OTRSDIR%%/var/cron/postmaster.dist X%%OTRSDIR%%/var/cron/postmaster_pop3.dist X%%OTRSDIR%%/var/cron/rebuild_ticket_index.dist X%%OTRSDIR%%/var/cron/session.dist X%%OTRSDIR%%/var/cron/unlock.dist X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/admin.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/attach-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/attach.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/back.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/calendar-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/checkbox_arrow_left_up.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/close.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/contents.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/desktop.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/disk-s.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/disk.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/down-big.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/down-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/down.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/edit.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/edittrash.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/error.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/exit.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/fileopen.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_green.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_grey.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_yellow-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_yellow.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/forward.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/group-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/group.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/h-line.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/help-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/help.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/history.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/home.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/import-s.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/import-sw-s.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/import.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer1.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer2.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer3.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer4.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/kcmpartitions.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/left-big.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/list.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/left-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/lock.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/mail_new.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/misc.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/module_setting.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/network.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/network_local.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/new-message.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/new.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/note.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/notready.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/overview.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/personal.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/phone-new.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/phppg.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/prefer.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/print.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/priority.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/ready.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/reporting.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/right-big.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/right-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/up.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/screen-s.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/screen.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/search.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/spell.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/stats.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/stop.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/ticket.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/tickets.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/unknown.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/unlock.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/up-big.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/up-small.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/warning.png X%%OTRSDIR%%/var/httpd/htdocs/images/Standard/zoom.png X%%OTRSDIR%%/var/httpd/htdocs/index.html X@dirrm %%OTRSDIR%%/Kernel/Config/Files X@dirrm %%OTRSDIR%%/Kernel/Config X@dirrm %%OTRSDIR%%/Kernel/Language X@dirrm %%OTRSDIR%%/Kernel/Modules X@dirrm %%OTRSDIR%%/Kernel/Output/ASCII X@dirrm %%OTRSDIR%%/Kernel/Output/HTML/Lite X@dirrm %%OTRSDIR%%/Kernel/Output/HTML/Standard X@dirrm %%OTRSDIR%%/Kernel/Output/HTML X@dirrm %%OTRSDIR%%/Kernel/Output/XML X@dirrm %%OTRSDIR%%/Kernel/Output X@dirrm %%OTRSDIR%%/Kernel/System/Auth X@dirrm %%OTRSDIR%%/Kernel/System/DB X@dirrm %%OTRSDIR%%/Kernel/System/AuthSession X@dirrm %%OTRSDIR%%/Kernel/System/Crypt X@dirrm %%OTRSDIR%%/Kernel/System/CustomerAuth X@dirrm %%OTRSDIR%%/Kernel/System/CustomerUser/Preferences X@dirrm %%OTRSDIR%%/Kernel/System/CustomerUser X@dirrm %%OTRSDIR%%/Kernel/System/Email X@dirrm %%OTRSDIR%%/Kernel/System/GenericAgent X@dirrm %%OTRSDIR%%/Kernel/System/LinkObject X@dirrm %%OTRSDIR%%/Kernel/System/Log X@dirrm %%OTRSDIR%%/Kernel/System/PostMaster/Filter X@dirrm %%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection X@dirrm %%OTRSDIR%%/Kernel/System/PostMaster X@dirrm %%OTRSDIR%%/Kernel/System/Stats X@dirrm %%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission X@dirrm %%OTRSDIR%%/Kernel/System/Ticket/Event X@dirrm %%OTRSDIR%%/Kernel/System/Ticket/IndexAccelerator X@dirrm %%OTRSDIR%%/Kernel/System/Ticket/Number X@dirrm %%OTRSDIR%%/Kernel/System/Ticket/Permission X@dirrm %%OTRSDIR%%/Kernel/System/Ticket X@dirrm %%OTRSDIR%%/Kernel/System/User/Preferences X@dirrm %%OTRSDIR%%/Kernel/System/User X@dirrm %%OTRSDIR%%/Kernel/System/Web/UploadCache X@dirrm %%OTRSDIR%%/Kernel/System/Web X@dirrm %%OTRSDIR%%/Kernel/System/XMLMaster X@dirrm %%OTRSDIR%%/Kernel/System X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Authen X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Date X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Email X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/HTML X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/IO X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME/Field X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Mail/Field X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Mail X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/XML/Parser X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/XML X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto/Mail X@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto X@dirrm %%OTRSDIR%%/Kernel/cpan-lib X@dirrm %%OTRSDIR%%/Kernel X@dirrm %%OTRSDIR%%/bin/cgi-bin/cpanel X@dirrm %%OTRSDIR%%/bin/cgi-bin X@dirrm %%OTRSDIR%%/bin/fcgi-bin X@dirrm %%OTRSDIR%%/bin X@dirrm %%OTRSDIR%%/scripts/auto_build X@dirrm %%OTRSDIR%%/scripts/database X@dirrm %%OTRSDIR%%/scripts/test X@dirrm %%OTRSDIR%%/scripts/tools X@dirrm %%OTRSDIR%%/scripts X@dirrm %%OTRSDIR%%/var/article X@dirrm %%OTRSDIR%%/var/cron X@dirrm %%OTRSDIR%%/var/httpd/htdocs/images/Standard X@dirrm %%OTRSDIR%%/var/httpd/htdocs/images X@dirrm %%OTRSDIR%%/var/httpd/htdocs X@dirrm %%OTRSDIR%%/var/httpd X@dirrm %%OTRSDIR%%/var/log X@dirrm %%OTRSDIR%%/var/pics/images X@dirrm %%OTRSDIR%%/var/pics/stats X@dirrm %%OTRSDIR%%/var/pics X@dirrm %%OTRSDIR%%/var/sessions X@dirrm %%OTRSDIR%%/var/spool X@dirrm %%OTRSDIR%%/var/tmp X@dirrm %%OTRSDIR%%/var X@dirrm %%OTRSDIR%% X%%PORTDOCS%%%%DOCSDIR%%/manual/de/pdf/otrs_admin_book.pdf X%%PORTDOCS%%%%DOCSDIR%%/manual/en/pdf/otrs_admin_book.pdf X%%PORTDOCS%%%%DOCSDIR%%/X-OTRS-Headers.txt X%%PORTDOCS%%%%DOCSDIR%%/otrs-database.dia X%%PORTDOCS%%%%DOCSDIR%%/test-email-1.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-10-ks_c_5601-1987.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-2.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-3.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-4-html.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-5-iso-8859-1.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-6-euro-utf-8.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-7-euro-iso-8859-15.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-8-bulgarian-cp1251.box X%%PORTDOCS%%%%DOCSDIR%%/test-email-9-html-multicharset.box X%%PORTDOCS%%%%DOCSDIR%%/CHANGES X%%PORTDOCS%%%%DOCSDIR%%/COPYING X%%PORTDOCS%%%%DOCSDIR%%/CREDITS X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/README.database X%%PORTDOCS%%%%DOCSDIR%%/README.dtl X%%PORTDOCS%%%%DOCSDIR%%/README.webserver X%%PORTDOCS%%%%DOCSDIR%%/RELEASE X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%DOCSDIR%%/UPGRADING X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de/pdf X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en/pdf X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-otrs/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 22:45: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 C6F6316A4E1; Tue, 4 Jul 2006 22:45:50 +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 5A99B43D45; Tue, 4 Jul 2006 22:45:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Mjop2029919; Tue, 4 Jul 2006 22:45:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Mjo0Z029915; Tue, 4 Jul 2006 22:45:50 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 22:45:50 GMT From: Edwin Groothuis Message-Id: <200607042245.k64Mjo0Z029915@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99786: cups-base OPTIONS don't work and 1.2.1 has been released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:45:50 -0000 Synopsis: cups-base OPTIONS don't work and 1.2.1 has been released Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 4 22:45:49 UTC 2006 Responsible-Changed-Why: itetcu@ wants to have OPTIONS PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99786 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 22:46: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 0D94316A4EF; Tue, 4 Jul 2006 22:46:10 +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 BE23943D45; Tue, 4 Jul 2006 22:46:09 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Mk9oR030119; Tue, 4 Jul 2006 22:46:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Mk9Ru030115; Tue, 4 Jul 2006 22:46:09 GMT (envelope-from edwin) Date: Tue, 4 Jul 2006 22:46:09 GMT From: Edwin Groothuis Message-Id: <200607042246.k64Mk9Ru030115@freefall.freebsd.org> To: pedersen@meridian-enviro.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99791: cups-base clobbers LPRng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:46:10 -0000 Synopsis: cups-base clobbers LPRng State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jul 4 22:46:09 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99791 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 22:47:37 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 057BD16A4E1; Tue, 4 Jul 2006 22:47:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931A643D46; Tue, 4 Jul 2006 22:47:36 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64Mla1N030250; Tue, 4 Jul 2006 22:47:36 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64Mla2U030246; Tue, 4 Jul 2006 22:47:36 GMT (envelope-from clsung) Date: Tue, 4 Jul 2006 22:47:36 GMT From: Cheng-Lung Sung Message-Id: <200607042247.k64Mla2U030246@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99792: New Port: www/otrs Open Ticket Request System X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:47:37 -0000 Synopsis: New Port: www/otrs Open Ticket Request System Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Tue Jul 4 22:47:35 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99792 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 23:07: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 90E3516A4ED; Tue, 4 Jul 2006 23:07:05 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB24143D5C; Tue, 4 Jul 2006 23:07:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64N74F4030816; Tue, 4 Jul 2006 23:07:04 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64N74HC030812; Tue, 4 Jul 2006 23:07:04 GMT (envelope-from garga) Date: Tue, 4 Jul 2006 23:07:04 GMT From: Renato Botelho Message-Id: <200607042307.k64N74HC030812@freefall.freebsd.org> To: thomas@goodking.ca, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99563: [NEW PORT] mail/squirrelmail-pupdate-plugin: Checks for plugin updates by parsing the SM site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:07:05 -0000 Synopsis: [NEW PORT] mail/squirrelmail-pupdate-plugin: Checks for plugin updates by parsing the SM site State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Tue Jul 4 23:07:03 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99563 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 23:21: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 76EB116A4DA; Tue, 4 Jul 2006 23:21:11 +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 3500243D49; Tue, 4 Jul 2006 23:21:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64NLBVG031684; Tue, 4 Jul 2006 23:21:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64NLBeE031680; Tue, 4 Jul 2006 23:21:11 GMT (envelope-from linimon) Date: Tue, 4 Jul 2006 23:21:11 GMT From: Mark Linimon Message-Id: <200607042321.k64NLBeE031680@freefall.freebsd.org> To: linimon@FreeBSD.org, tjr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/87204: [UPDATE PATCH] net/coda6_server & dependencies port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 23:21:11 -0000 Synopsis: [UPDATE PATCH] net/coda6_server & dependencies port update Responsible-Changed-From-To: tjr->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jul 4 23:20:53 UTC 2006 Responsible-Changed-Why: Maintainer was reset. http://www.freebsd.org/cgi/query-pr.cgi?pr=87204 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 4 23:30: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 AE9BB16A4DE for ; Tue, 4 Jul 2006 23:30: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 231EA43D46 for ; Tue, 4 Jul 2006 23:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k64NUHMX032238 for ; Tue, 4 Jul 2006 23:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k64NUHd3032233; Tue, 4 Jul 2006 23:30:17 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jul 2006 23:30:17 GMT Resent-Message-Id: <200607042330.k64NUHd3032233@freefall.freebsd.org> 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 8628916A4E5 for ; Tue, 4 Jul 2006 23:22:46 +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 0A1FE43D45 for ; Tue, 4 Jul 2006 23:22:43 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 471BD4ACC5; Wed, 5 Jul 2006 03:22:38 +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 EfDasjLC6nr1; Wed, 5 Jul 2006 03:22:32 +0400 (MSD) Received: from wave.zaa.local (zaa.ulstu.ru [62.76.34.17]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 86B784AC64 for ; Wed, 5 Jul 2006 03:22:31 +0400 (MSD) Received: by wave.zaa.local (Postfix, from userid 3909) id 0436FB81F; Wed, 5 Jul 2006 03:22:30 +0400 (MSD) Message-Id: <20060704232231.0436FB81F@wave.zaa.local> Date: Wed, 5 Jul 2006 03:22:30 +0400 (MSD) From: Alexander Zhuravlev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99793: [maintainer update] www/pecl-pecl_http to 1.0.1 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: Tue, 04 Jul 2006 23:30:18 -0000 >Number: 99793 >Category: ports >Synopsis: [maintainer update] www/pecl-pecl_http to 1.0.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 23:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD wave.zaa.local 6.1-STABLE FreeBSD 6.1-STABLE #26: Mon Jun 12 15:04:34 MSD 2006 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386 >Description: >How-To-Repeat: >Fix: --- pecl-pecl_http.patch begins here --- diff -urbBNp pecl-pecl_http.orig/Makefile pecl-pecl_http/Makefile --- pecl-pecl_http.orig/Makefile Sun Jun 11 19:05:16 2006 +++ pecl-pecl_http/Makefile Wed Jul 5 03:03:24 2006 @@ -6,7 +6,7 @@ # PORTNAME= pecl_http -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -urbBNp pecl-pecl_http.orig/distinfo pecl-pecl_http/distinfo --- pecl-pecl_http.orig/distinfo Sun Jun 11 11:14:03 2006 +++ pecl-pecl_http/distinfo Wed Jul 5 03:03:27 2006 @@ -1,3 +1,3 @@ -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 +MD5 (PECL/pecl_http-1.0.1.tgz) = 3246a4a1fb9297f91abd8585ee98ae7d +SHA256 (PECL/pecl_http-1.0.1.tgz) = 39b2e1c6fe87f18bf1786d4dcbbac7117290eb2ecf1fbf1cc3898c68d137a1eb +SIZE (PECL/pecl_http-1.0.1.tgz) = 185893 diff -urbBNp 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 Sun Jun 11 19:05:16 2006 +++ pecl-pecl_http/files/patch-php_http.h Thu Jan 1 03:00:00 1970 @@ -1,15 +0,0 @@ ---- 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 Wed Jul 5 00:14: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 2332016A4DA; Wed, 5 Jul 2006 00:14:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB6743D49; Wed, 5 Jul 2006 00:14:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k650E8E2034841; Wed, 5 Jul 2006 00:14:08 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k650E87B034837; Wed, 5 Jul 2006 00:14:08 GMT (envelope-from clsung) Date: Wed, 5 Jul 2006 00:14:08 GMT From: Cheng-Lung Sung Message-Id: <200607050014.k650E87B034837@freefall.freebsd.org> To: zaa@zaa.pp.ru, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99793: [maintainer update] www/pecl-pecl_http to 1.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:14:09 -0000 Synopsis: [maintainer update] www/pecl-pecl_http to 1.0.1 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Jul 5 00:14:08 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=99793 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 00:50: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 88CD916A4DA for ; Wed, 5 Jul 2006 00:50: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 5432843D60 for ; Wed, 5 Jul 2006 00:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k650oJs5038227 for ; Wed, 5 Jul 2006 00:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k650oJF0038226; Wed, 5 Jul 2006 00:50:19 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 00:50:19 GMT Resent-Message-Id: <200607050050.k650oJF0038226@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marshal Newrock Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 864CC16A4DE for ; Wed, 5 Jul 2006 00:43:43 +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 598A943D49 for ; Wed, 5 Jul 2006 00:43:43 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k650hhlp069692 for ; Wed, 5 Jul 2006 00:43:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k650hgCN069690; Wed, 5 Jul 2006 00:43:43 GMT (envelope-from nobody) Message-Id: <200607050043.k650hgCN069690@www.freebsd.org> Date: Wed, 5 Jul 2006 00:43:43 GMT From: Marshal Newrock To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99794: rc script for spampd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:50:20 -0000 >Number: 99794 >Category: ports >Synopsis: rc script for spampd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 00:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marshal Newrock >Release: 6.1 >Organization: Ideal Solution >Environment: FreeBSD sa1.freedombi.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: spampd currently has an old-style rc script, which requires editing the script to change options. Attached is a new script. >How-To-Repeat: >Fix: #!/bin/sh # # PROVIDE: spampd # # Add the fellowing line to /etc/rc.conf to enable spampd: # # spampd_enable (bool): Set it to "YES" to enable spampd # Default is "NO" # spampd_flags . /etc/rc.subr name="spampd" rcvar=`set_rcvar` : ${spampd_enable="NO"} : ${spampd_pidfile="/var/run/spamd/spampd.pid"} : ${spampd_flags="--user=spamd --group=spamd --host 127.0.0.1:10024 --relayhost=127.0.0.1:10025 --dose --tagall --auto-whitelist"} load_rc_config $name command=/usr/local/sbin/$name command_args="${spampd_flags} --pid=${spampd_pidfile}" pidfile=${spampd_pidfile} sig_stop=-KILL run_rc_command $1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 01:29:04 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 E2F7916A4DE; Wed, 5 Jul 2006 01:29:04 +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 A495343D45; Wed, 5 Jul 2006 01:29:04 +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 k651T47c040221; Wed, 5 Jul 2006 01:29:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k651T4cO040217; Wed, 5 Jul 2006 01:29:04 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 01:29:04 GMT From: Edwin Groothuis Message-Id: <200607050129.k651T4cO040217@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/99794: rc script for spampd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 01:29:05 -0000 Synopsis: rc script for spampd Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 01:29:04 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99794 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 05:40: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 A67C916A4DA for ; Wed, 5 Jul 2006 05:40:16 +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 B33FB43D46 for ; Wed, 5 Jul 2006 05: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 k655eFYQ060746 for ; Wed, 5 Jul 2006 05:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k655eFPw060745; Wed, 5 Jul 2006 05:40:15 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 05:40:15 GMT Resent-Message-Id: <200607050540.k655eFPw060745@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E89B816A4DD for ; Wed, 5 Jul 2006 05:36:59 +0000 (UTC) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (polymer3.scphys.kyoto-u.ac.jp [130.54.55.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CD143D45 for ; Wed, 5 Jul 2006 05:36:59 +0000 (GMT) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (localhost [127.0.0.1]) by polymer3.scphys.kyoto-u.ac.jp (8.13.6/8.13.6/20060227-1) with ESMTP id k655apWK022789; Wed, 5 Jul 2006 14:36:51 +0900 (JST) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: (from turutani@localhost) by polymer3.scphys.kyoto-u.ac.jp (8.13.6/8.13.6/Submit) id k655aoJD022788; Wed, 5 Jul 2006 14:36:50 +0900 (JST) (envelope-from turutani) Message-Id: <200607050536.k655aoJD022788@polymer3.scphys.kyoto-u.ac.jp> Date: Wed, 5 Jul 2006 14:36:50 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99798: print/cups-base makes symbolic links without entity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 05:40:16 -0000 >Number: 99798 >Category: ports >Synopsis: print/cups-base makes symbolic links without entity >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 05:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue May 30 06:56:45 JST 2006 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: print/cups-base installs ${PREFIX}/man/man8/reject.8 and ${PREFIX}/man/man8/cupsdisable.8, both as symbolic link file. but their entity do not exist. >How-To-Repeat: % cd /usr/ports/print/cups-base % make install >Fix: link should be done to compressed man file if the target is compressed. this can often happen. add next patches: --- Makefile.orig Fri Jun 30 04:32:04 2006 +++ Makefile Wed Jul 5 14:07:01 2006 @@ -129,6 +129,9 @@ lpmove.$(MAN8EXT) \ lpc.$(MAN8EXT) \ +MLINKS= cupsenable.$(MAN8EXT) cupsdisable.$(MAN8EXT) \ + accept.$(MAN8EXT) reject.$(MAN8EXT) + pre-configure:: @${ECHO_MSG} Configuring CUPS with options: @${ECHO_MSG} ${CONFIGURE_ARGS} | fmt --- pkg-plist.orig Fri Jun 30 04:32:05 2006 +++ pkg-plist Wed Jul 5 13:05:19 2006 @@ -43,9 +43,6 @@ lib/libcups.so.2 lib/libcupsimage.so lib/libcupsimage.so.2 -@comment Put man links here -man/man8/reject.8 -man/man8/cupsdisable.8 sbin/cupsdisable sbin/cupsenable sbin/reject and use next patch file as files/patch-man-Makefile: --- Makefile.orig Mon May 1 01:27:50 2006 +++ Makefile Wed Jul 5 13:04:49 2006 @@ -124,10 +124,10 @@ echo Installing $$file in $(AMANDIR)/man$(MAN8DIR)...; \ $(INSTALL_MAN) $$file $(AMANDIR)/man$(MAN8DIR); \ done - $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) - $(LN) accept.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) - $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) - $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) +# $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) +# $(LN) accept.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) +# $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) +# $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) # @@ -150,8 +150,8 @@ for file in $(MAN8); do \ $(RM) $(AMANDIR)/man$(MAN8DIR)/$$file; \ done - $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) - $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) +# $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) +# $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) -$(RMDIR) $(AMANDIR)/man$(MAN8DIR) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 05:40:23 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 EC3F316A4E2; Wed, 5 Jul 2006 05:40:23 +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 AA20243D45; Wed, 5 Jul 2006 05:40:23 +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 k655eNss060839; Wed, 5 Jul 2006 05:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k655eNJm060835; Wed, 5 Jul 2006 05:40:23 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 05:40:23 GMT From: Edwin Groothuis Message-Id: <200607050540.k655eNJm060835@freefall.freebsd.org> To: turutani@scphys.kyoto-u.ac.jp, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99798: print/cups-base makes symbolic links without entity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 05:40:24 -0000 Synopsis: print/cups-base makes symbolic links without entity State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 5 05:40:23 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99798 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 09:30: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 E91C516A4EA for ; Wed, 5 Jul 2006 09:30:23 +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 1487243D4C for ; Wed, 5 Jul 2006 09: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 k659UKWC072829 for ; Wed, 5 Jul 2006 09:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k659UKmH072825; Wed, 5 Jul 2006 09:30:20 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 09:30:20 GMT Resent-Message-Id: <200607050930.k659UKmH072825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Dick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A8116A4DA for ; Wed, 5 Jul 2006 09:29:00 +0000 (UTC) (envelope-from simond@home.irrelevant.org) Received: from home.irrelevant.org (89-145-208-31.xdsl.murphx.net [89.145.208.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1D343D53 for ; Wed, 5 Jul 2006 09:28:58 +0000 (GMT) (envelope-from simond@home.irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fy3gv-0004zp-3n for FreeBSD-gnats-submit@freebsd.org; Wed, 05 Jul 2006 10:29:05 +0100 Message-Id: Date: Wed, 05 Jul 2006 10:29:05 +0100 From: Simon Dick Sender: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99799: Maintainer port update: mail/squirrelmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simon Dick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 09:30:24 -0000 >Number: 99799 >Category: ports >Synopsis: Maintainer port update: mail/squirrelmail >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 09:30:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 6.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD amd64.irrelevant.org 6.1-RELEASE FreeBSD 6.1-RELEASE #3: Tue May 9 10:53:21 BST 2006 root@amd64.irrelevant.org:/usr/obj/usr/src/sys/HOME amd64 >Description: Update mail/squirrelmail to 1.4.7 >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/squirrelmail/Makefile squirrelmail/Makefile --- /usr/ports/mail/squirrelmail/Makefile Tue Jun 6 11:30:47 2006 +++ squirrelmail/Makefile Wed Jul 5 09:55:56 2006 @@ -6,13 +6,12 @@ # PORTNAME= squirrelmail -PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTVERSION= 1.4.7 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - all_locales-${PORTVERSION}-20060221${EXTRACT_SUFX} + all_locales-${PORTVERSION}-20060702${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= simond@irrelevant.org diff -ruN /usr/ports/mail/squirrelmail/distinfo squirrelmail/distinfo --- /usr/ports/mail/squirrelmail/distinfo Wed Mar 1 20:23:17 2006 +++ squirrelmail/distinfo Wed Jul 5 09:56:15 2006 @@ -1,6 +1,6 @@ -MD5 (squirrelmail/squirrelmail-1.4.6.tar.bz2) = 300ddcf66b7907a61b6e9404840e35de -SHA256 (squirrelmail/squirrelmail-1.4.6.tar.bz2) = 8694412708eeb1f4029a4850e69f4a6891b0959e6315572013f4db9d3addc9d3 -SIZE (squirrelmail/squirrelmail-1.4.6.tar.bz2) = 484099 -MD5 (squirrelmail/all_locales-1.4.6-20060221.tar.bz2) = 29dfec2e0f71fba368a89c36c51881c2 -SHA256 (squirrelmail/all_locales-1.4.6-20060221.tar.bz2) = e29b017deb84e7a3656ed846b2387911e4c7275e88fd3d6761528dbaa7510ac4 -SIZE (squirrelmail/all_locales-1.4.6-20060221.tar.bz2) = 2448102 +MD5 (squirrelmail/squirrelmail-1.4.7.tar.bz2) = 08301f14d71e4452e93f21b5e6747a4a +SHA256 (squirrelmail/squirrelmail-1.4.7.tar.bz2) = b3d241ab9cee852b92881a7bc9857e63e0b3d04be0a01b4280aa108aa0c8d6da +SIZE (squirrelmail/squirrelmail-1.4.7.tar.bz2) = 496925 +MD5 (squirrelmail/all_locales-1.4.7-20060702.tar.bz2) = 4b78f4612ef0a68e5a81a818a113497c +SHA256 (squirrelmail/all_locales-1.4.7-20060702.tar.bz2) = 7d60b79397f7d55dc5fc06e421e923e0cecdeb115f3d64e85d49a2a89f3b353a +SIZE (squirrelmail/all_locales-1.4.7-20060702.tar.bz2) = 2614000 diff -ruN /usr/ports/mail/squirrelmail/pkg-plist squirrelmail/pkg-plist --- /usr/ports/mail/squirrelmail/pkg-plist Mon Mar 20 16:24:33 2006 +++ squirrelmail/pkg-plist Wed Jul 5 10:15:31 2006 @@ -342,6 +342,15 @@ %%SQUIRRELDIR%%/help/th_TH/options.hlp %%SQUIRRELDIR%%/help/th_TH/read_mail.hlp %%SQUIRRELDIR%%/help/th_TH/search.hlp +%%SQUIRRELDIR%%/help/uk_UA/addresses.hlp +%%SQUIRRELDIR%%/help/uk_UA/basic.hlp +%%SQUIRRELDIR%%/help/uk_UA/compose.hlp +%%SQUIRRELDIR%%/help/uk_UA/FAQ.hlp +%%SQUIRRELDIR%%/help/uk_UA/folders.hlp +%%SQUIRRELDIR%%/help/uk_UA/main_folder.hlp +%%SQUIRRELDIR%%/help/uk_UA/options.hlp +%%SQUIRRELDIR%%/help/uk_UA/read_mail.hlp +%%SQUIRRELDIR%%/help/uk_UA/search.hlp %%SQUIRRELDIR%%/help/zh_CN/FAQ.hlp %%SQUIRRELDIR%%/help/zh_CN/addresses.hlp %%SQUIRRELDIR%%/help/zh_CN/basic.hlp @@ -390,6 +399,7 @@ %%SQUIRRELDIR%%/images/sec_remove_sr_YU.png %%SQUIRRELDIR%%/images/sec_remove_sv_SE.png %%SQUIRRELDIR%%/images/sec_remove_tr_TR.png +%%SQUIRRELDIR%%/images/sec_remove_uk_UA.png %%SQUIRRELDIR%%/images/sec_remove_ug.png %%SQUIRRELDIR%%/images/senti.png %%SQUIRRELDIR%%/images/sm_logo.png @@ -449,6 +459,8 @@ %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/expire.mo %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/expire.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/folder_sizes.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.mo %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/limit_languages.mo @@ -457,6 +469,8 @@ %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/naguser.mo %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/newuser_wiz.mo +%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/newuser_wiz.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/reply_buttons.mo %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/reply_buttons.po %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.mo @@ -558,6 +572,8 @@ %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.po %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.mo %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.po +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/folder_sizes.po %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/id_ID/setup.php @@ -569,6 +585,10 @@ %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/archive_mail.po %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/calendar.mo %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/calendar.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/html_mail.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/html_mail.po +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/newuser_wiz.mo +%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/newuser_wiz.po %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/vacation_local.mo @@ -619,6 +639,8 @@ %%SQUIRRELDIR%%/locale/ko_KR/setup.php %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/abook_import_export.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/abook_import_export.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/advanced_settings.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/advanced_settings.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.mo @@ -639,6 +661,12 @@ %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/debugger.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/expire.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/expire.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_settings.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_settings.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_sizes.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/html_mail.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/html_mail.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.mo @@ -649,8 +677,12 @@ %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/mini.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/mini.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/multilogin.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/multilogin.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/newuser_wiz.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/newuser_wiz.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/qmailadmin_login.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/qmailadmin_login.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/reply_buttons.mo @@ -681,6 +713,8 @@ %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vacation_local.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/verify_reply_to.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/verify_reply_to.po +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/web_search.mo +%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/web_search.po %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.mo %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.po %%SQUIRRELDIR%%/locale/lt_LT/setup.php @@ -698,6 +732,8 @@ %%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/calendar.po %%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/vacation_local.mo +%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/vacation_local.po %%SQUIRRELDIR%%/locale/nl_NL/setup.php %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/abook_import_export.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/abook_import_export.po @@ -721,6 +757,12 @@ %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/debugger.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/expire.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/expire.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_settings.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_settings.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_sizes.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/html_mail.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/html_mail.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.mo @@ -729,8 +771,14 @@ %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/limit_languages.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/mini.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/mini.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/multilogin.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/multilogin.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/proon.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/proon.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/qmailadmin_login.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/qmailadmin_login.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/reply_buttons.mo @@ -739,6 +787,8 @@ %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/select_language.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/select_language.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_ssl_link.mo @@ -753,10 +803,14 @@ %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/templates.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/templates.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/unsafe_image_rules.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/unsafe_image_rules.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/vacation_local.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/vacation_local.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/verify_reply_to.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/verify_reply_to.po +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/web_search.mo +%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/web_search.po %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/yelp.mo %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/yelp.po %%SQUIRRELDIR%%/locale/nn_NO/setup.php @@ -820,6 +874,12 @@ %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/debugger.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.mo %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/expire.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/expire.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_settings.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_settings.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_sizes.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/html_mail.mo %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/html_mail.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/limit_languages.mo @@ -832,6 +892,8 @@ %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/multilogin.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.mo %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.po +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/newuser_wiz.mo +%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/newuser_wiz.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.mo %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.po %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/reply_buttons.mo @@ -874,6 +936,43 @@ %%SQUIRRELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/ug/setup.php +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/abook_import_export.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/abook_import_export.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/archive_mail.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/archive_mail.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/askuserinfo.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/askuserinfo.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/calendar.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/calendar.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/compatibility.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/compatibility.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/custom_charset.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/custom_charset.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/folder_sizes.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/folder_sizes.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/html_mail.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/html_mail.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/mini.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/mini.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/newuser_wiz.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/newuser_wiz.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/sasql.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/sasql.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/serversidefilter.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/serversidefilter.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/smallcal.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/smallcal.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/templates.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/templates.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/vacation_local.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/vacation_local.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/web_search.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/web_search.po +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/yelp.mo +%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/yelp.po +%%SQUIRRELDIR%%/locale/uk_UA/setup.php %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.mo %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.po %%SQUIRRELDIR%%/locale/zh_CN/setup.php @@ -1025,12 +1124,17 @@ %%SQUIRRELDIR%%/src/view_text.php %%SQUIRRELDIR%%/src/webmail.php %%SQUIRRELDIR%%/themes/alien_glow.php +%%SQUIRRELDIR%%/themes/autumn.php +%%SQUIRRELDIR%%/themes/autumn2.php %%SQUIRRELDIR%%/themes/black_bean_burrito_theme.php %%SQUIRRELDIR%%/themes/blue_grey_theme.php +%%SQUIRRELDIR%%/themes/blue_on_blue.php %%SQUIRRELDIR%%/themes/bluesnews_theme.php %%SQUIRRELDIR%%/themes/bluesome.php %%SQUIRRELDIR%%/themes/bluesteel_theme.php %%SQUIRRELDIR%%/themes/christmas.php +%%SQUIRRELDIR%%/themes/classic_blue.php +%%SQUIRRELDIR%%/themes/classic_blue2.php %%SQUIRRELDIR%%/themes/css/comic-sans-08.css %%SQUIRRELDIR%%/themes/css/comic-sans-10.css %%SQUIRRELDIR%%/themes/css/comic-sans-12.css @@ -1068,6 +1172,7 @@ %%SQUIRRELDIR%%/themes/netstyle_theme.php %%SQUIRRELDIR%%/themes/penguin.php %%SQUIRRELDIR%%/themes/plain_blue_theme.php +%%SQUIRRELDIR%%/themes/powder_blue.php %%SQUIRRELDIR%%/themes/purple_theme.php %%SQUIRRELDIR%%/themes/random.php %%SQUIRRELDIR%%/themes/redmond.php @@ -1083,6 +1188,8 @@ %%SQUIRRELDIR%%/themes/spice_of_life.php %%SQUIRRELDIR%%/themes/spice_of_life_dark.php %%SQUIRRELDIR%%/themes/spice_of_life_lite.php +%%SQUIRRELDIR%%/themes/techno_blue.php +%%SQUIRRELDIR%%/themes/turquoise.php %%SQUIRRELDIR%%/themes/wood_theme.php @dirrmtry etc/periodic/daily @dirrmtry etc/periodic @@ -1115,6 +1222,8 @@ @dirrm %%SQUIRRELDIR%%/locale/zh_TW @dirrm %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES @dirrm %%SQUIRRELDIR%%/locale/zh_CN +@dirrm %%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%SQUIRRELDIR%%/locale/uk_UA @dirrm %%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES @dirrm %%SQUIRRELDIR%%/locale/tr_TR @dirrm %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES @@ -1204,6 +1313,7 @@ @dirrm %%SQUIRRELDIR%%/include @dirrm %%SQUIRRELDIR%%/images @dirrm %%SQUIRRELDIR%%/help/zh_CN +@dirrm %%SQUIRRELDIR%%/help/uk_UA @dirrm %%SQUIRRELDIR%%/help/th_TH @dirrm %%SQUIRRELDIR%%/help/sv_SE @dirrm %%SQUIRRELDIR%%/help/sr_YU >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 12:20: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 4461116A4F4 for ; Wed, 5 Jul 2006 12:20: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 8842643D58 for ; Wed, 5 Jul 2006 12:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65CKJum081778 for ; Wed, 5 Jul 2006 12:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65CKJZE081777; Wed, 5 Jul 2006 12:20:19 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 12:20:19 GMT Resent-Message-Id: <200607051220.k65CKJZE081777@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D64C16A4DA for ; Wed, 5 Jul 2006 12:16:58 +0000 (UTC) (envelope-from babak@farrokhi.net) Received: from Plesk.datak.net (plesk.datak-telecom.net [81.91.129.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C68743D70 for ; Wed, 5 Jul 2006 12:16:55 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: (qmail 76817 invoked from network); 5 Jul 2006 16:46:52 +0430 Received: from unknown (HELO starfish.datak.net) (81.91.130.217) by 81.91.129.125 with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Jul 2006 16:46:52 +0430 Message-Id: <1152101812.19438@starfish.datak.net> Date: Wed, 5 Jul 2006 15:46:52 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/99801: [Maintainer Update] net/pathneck - update MASTERSITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:20:21 -0000 >Number: 99801 >Category: ports >Synopsis: [Maintainer Update] net/pathneck - update MASTERSITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 12:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #1: Tue Jul 4 17:22:31 IRST 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/SMP >Description: - update MASTERSITES and WWW due to author's request >How-To-Repeat: >Fix: --- pathneck.patch begins here --- diff -ruN pathneck.orig/Makefile pathneck/Makefile --- pathneck.orig/Makefile Wed Jul 5 15:41:21 2006 +++ pathneck/Makefile Wed Jul 5 15:41:45 2006 @@ -8,7 +8,8 @@ PORTNAME= pathneck PORTVERSION= 1.3 CATEGORIES= net -MASTER_SITES= http://gs274.sp.cs.cmu.edu/www/pathneck/ \ +MASTER_SITES= http://www.cs.cmu.edu/~hnn/pathneck/ \ + http://gs274.sp.cs.cmu.edu/www/pathneck/ \ http://www.unixified.net/distfiles/ EXTRACT_SUFX= .tgz diff -ruN pathneck.orig/pkg-descr pathneck/pkg-descr --- pathneck.orig/pkg-descr Wed Jul 5 15:41:21 2006 +++ pathneck/pkg-descr Wed Jul 5 15:41:56 2006 @@ -3,4 +3,4 @@ It only needs single end control, and has relatively small probing overhead (33.6KB for one probing in the default setting). -WWW: http://gs274.sp.cs.cmu.edu/www/pathneck/ +WWW: http://www.cs.cmu.edu/~hnn/pathneck/ --- pathneck.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 12:20: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 1C86116A4E1; Wed, 5 Jul 2006 12:20:29 +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 CC98843D69; Wed, 5 Jul 2006 12:20:28 +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 k65CKSbe081921; Wed, 5 Jul 2006 12:20:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65CKS6u081916; Wed, 5 Jul 2006 12:20:28 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 12:20:28 GMT From: Edwin Groothuis Message-Id: <200607051220.k65CKS6u081916@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org Cc: Subject: Re: ports/99801: [Maintainer Update] net/pathneck - update MASTERSITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:20:29 -0000 Synopsis: [Maintainer Update] net/pathneck - update MASTERSITES Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 12:20:27 UTC 2006 Responsible-Changed-Why: jmelo@ wants to have WWW and MASTER_SITES PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99801 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 14: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 ECE5B16A4EA for ; Wed, 5 Jul 2006 14: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 7528643D5F for ; Wed, 5 Jul 2006 14:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65EAJlC089271 for ; Wed, 5 Jul 2006 14:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65EAJ0r089270; Wed, 5 Jul 2006 14:10:19 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 14:10:19 GMT Resent-Message-Id: <200607051410.k65EAJ0r089270@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368AE16A4DA for ; Wed, 5 Jul 2006 14:06:16 +0000 (UTC) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07F343D45 for ; Wed, 5 Jul 2006 14:06:15 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 6162C1CEBA; Wed, 5 Jul 2006 09:09:18 -0500 (CDT) Message-Id: <20060705140918.6162C1CEBA@phoenix.smluc.org> Date: Wed, 5 Jul 2006 09:09:18 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/99802: x11-toolkits/gauche-gtk - fix for broken amd64 build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:10:22 -0000 >Number: 99802 >Category: ports >Synopsis: x11-toolkits/gauche-gtk - fix for broken amd64 build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 14:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD fenris 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 14:38:02 EDT 2006 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: Building on amd64 fails due to non-relocatable symbols. This patch forces -fPIC onto the CFLAGS allowing it to build and function on non-x86 arch's. Tested on athlon and opteron, but I would imagine that ppc, sparc, etc would also be fixed by this patch... Thanks! >How-To-Repeat: >Fix: --- x11-toolkits_gauche-gtk.patch begins here --- Index: x11-toolkits/gauche-gtk/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- x11-toolkits/gauche-gtk/Makefile 11 Dec 2005 23:47:05 -0000 1.28 +++ x11-toolkits/gauche-gtk/Makefile 5 Jul 2006 14:00:56 -0000 @@ -7,7 +7,7 @@ PORTNAME= gauche PORTVERSION= 0.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche @@ -27,6 +27,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk PLIST_SUB= VERSION="`gauche-config -V`" \ TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}" +CFLAGS+= -fPIC .if defined(WITH_GTKGLEXT) LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext --- x11-toolkits_gauche-gtk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 14:14: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 7970616A4DF; Wed, 5 Jul 2006 14:14:14 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB2643D46; Wed, 5 Jul 2006 14:14:14 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65EEEUu089438; Wed, 5 Jul 2006 14:14:14 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65EEDn1089434; Wed, 5 Jul 2006 14:14:13 GMT (envelope-from arved) Date: Wed, 5 Jul 2006 14:14:13 GMT From: Tilman Linneweh Message-Id: <200607051414.k65EEDn1089434@freefall.freebsd.org> To: fulda@seznam.cz, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97302: graphics/spcaview - freebsd port not working with PAC207 cameras X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:14:14 -0000 Synopsis: graphics/spcaview - freebsd port not working with PAC207 cameras State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Wed Jul 5 14:13:16 UTC 2006 State-Changed-Why: If i understood correctly, your problem has been addressed by 0.6a (PR 98862). If i am wrong please follow up. http://www.freebsd.org/cgi/query-pr.cgi?pr=97302 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 14:35: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 53C3E16A4E1; Wed, 5 Jul 2006 14:35:09 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27B243D4C; Wed, 5 Jul 2006 14:35:08 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65EZ8iM091271; Wed, 5 Jul 2006 14:35:08 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65EZ8d9091267; Wed, 5 Jul 2006 14:35:08 GMT (envelope-from rafan) Date: Wed, 5 Jul 2006 14:35:08 GMT From: Rong-En Fan Message-Id: <200607051435.k65EZ8d9091267@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99799: Maintainer port update: mail/squirrelmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:35:09 -0000 Synopsis: Maintainer port update: mail/squirrelmail Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Wed Jul 5 14:34:56 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99799 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 15:31:38 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 2124F16A4EA; Wed, 5 Jul 2006 15:31:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C827F43D5C; Wed, 5 Jul 2006 15:31:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65FVbJO094901; Wed, 5 Jul 2006 15:31:37 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65FVbOO094897; Wed, 5 Jul 2006 15:31:37 GMT (envelope-from garga) Date: Wed, 5 Jul 2006 15:31:37 GMT From: Renato Botelho Message-Id: <200607051531.k65FVbOO094897@freefall.freebsd.org> To: takeda@takeda.tk, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98768: [NEW PORT] net-im/jabber-pyaim-transport: Python AIM-Transport for Jabber X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:31:38 -0000 Synopsis: [NEW PORT] net-im/jabber-pyaim-transport: Python AIM-Transport for Jabber State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Wed Jul 5 15:31:37 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=98768 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 16:10: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 7928316A4E1 for ; Wed, 5 Jul 2006 16:10:22 +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 D0EDD43D49 for ; Wed, 5 Jul 2006 16:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65GALGF095974 for ; Wed, 5 Jul 2006 16:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65GALq9095970; Wed, 5 Jul 2006 16:10:21 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 16:10:21 GMT Resent-Message-Id: <200607051610.k65GALq9095970@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nivit@email.it (Nicola Vitale) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4928316A4DA for ; Wed, 5 Jul 2006 16:01:34 +0000 (UTC) (envelope-from nivit@email.it) Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F90043DE7 for ; Wed, 5 Jul 2006 16:00:38 +0000 (GMT) (envelope-from nivit@email.it) Received: from localhost (87.8.164.109) by vsmtp2.tin.it (7.2.072.1) id 44A4D31300B172E5 for FreeBSD-gnats-submit@freebsd.org; Wed, 5 Jul 2006 18:00:37 +0200 Received: (qmail 1771 invoked by uid 0); 5 Jul 2006 15:59:06 -0000 Message-Id: <20060705155906.1770.qmail@arancino> Date: 5 Jul 2006 15:59:06 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99805: [MAINTAINER] multimedia/tunapie: update to 1.0.r2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:10:22 -0000 >Number: 99805 >Category: ports >Synopsis: [MAINTAINER] multimedia/tunapie: update to 1.0.r2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 16:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD arancino.domo.sva 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 23 09:15:24 CEST 2006 >Description: - Update to 1.0.r2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tunapie-1.0.r2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/Makefile /usr/ports/multimedia/tunapie.update-1.0.r2/Makefile --- /usr/ports/multimedia/tunapie/Makefile Wed Jun 7 08:36:51 2006 +++ /usr/ports/multimedia/tunapie.update-1.0.r2/Makefile Wed Jul 5 17:56:11 2006 @@ -6,11 +6,11 @@ # PORTNAME= tunapie -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.r2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION:S|.r2|_rc2|} MAINTAINER= nivit@email.it COMMENT= Tuner for streaming internet radio and TV @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ ${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26 \ streamripper:${PORTSDIR}/audio/streamripper \ - mplayer:${PORTSDIR}/multimedia/mplayer \ + xine:${PORTSDIR}/multimedia/xine \ xmms:${PORTSDIR}/multimedia/xmms NO_BUILD= yes diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/distinfo /usr/ports/multimedia/tunapie.update-1.0.r2/distinfo --- /usr/ports/multimedia/tunapie/distinfo Wed Jun 7 08:36:51 2006 +++ /usr/ports/multimedia/tunapie.update-1.0.r2/distinfo Wed Jul 5 17:56:11 2006 @@ -1,3 +1,3 @@ -MD5 (tunapie_0.9.9.tar.gz) = e67de4978036beea03eb349f8b0d14a9 -SHA256 (tunapie_0.9.9.tar.gz) = f01d2ece51063dbe9695fb57c3431e3074fcdd38b562f9bf3cc7baead5ed5dcc -SIZE (tunapie_0.9.9.tar.gz) = 37727 +MD5 (tunapie_1.0_rc2.tar.gz) = 2b479e78e2c3474e43a17d7b668af52d +SHA256 (tunapie_1.0_rc2.tar.gz) = e1f3942d9be93b6c4736770f1c33075f760e309a55f729259fd5fb04abfb6f6a +SIZE (tunapie_1.0_rc2.tar.gz) = 39034 diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/files/patch-install.sh /usr/ports/multimedia/tunapie.update-1.0.r2/files/patch-install.sh --- /usr/ports/multimedia/tunapie/files/patch-install.sh Wed Jun 7 08:36:51 2006 +++ /usr/ports/multimedia/tunapie.update-1.0.r2/files/patch-install.sh Wed Jul 5 17:56:11 2006 @@ -1,6 +1,5 @@ -$FreeBSD: ports/multimedia/tunapie/files/patch-install.sh,v 1.1 2006/06/07 06:36:51 clsung Exp $ ---- install.sh Sat Apr 1 23:21:08 2006 -+++ install.sh.port Mon Apr 3 14:06:04 2006 +--- install.sh Sun Jul 2 10:49:31 2006 ++++ install.sh.port Tue Jul 4 14:10:42 2006 @@ -3,7 +3,7 @@ else cp src/tunersafe.py src/tuner.py fi @@ -10,6 +9,6 @@ -mkdir /usr/local/share/tunapie -cp src/*.py src/*.pyc src/*.jpg /usr/local/share/tunapie +cp tunapie %%PREFIX%%/bin -+#rm -rf %%DATADIR%% ++#rm -rf /usr/local/share/tunapie +mkdir %%DATADIR%% +cp src/*.py src/*.pyc src/*.jpg %%DATADIR%% diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/files/patch-src-TunerFrame1.py /usr/ports/multimedia/tunapie.update-1.0.r2/files/patch-src-TunerFrame1.py --- /usr/ports/multimedia/tunapie/files/patch-src-TunerFrame1.py Wed Jun 7 08:36:51 2006 +++ /usr/ports/multimedia/tunapie.update-1.0.r2/files/patch-src-TunerFrame1.py Wed Jul 5 17:56:11 2006 @@ -1,18 +1,17 @@ -$FreeBSD: ports/multimedia/tunapie/files/patch-src-TunerFrame1.py,v 1.1 2006/06/07 06:36:51 clsung Exp $ ---- src/TunerFrame1.py Tue May 9 23:17:31 2006 -+++ src/TunerFrame1.py.port Wed May 10 11:38:29 2006 -@@ -352,10 +352,10 @@ +--- src/TunerFrame1.py Sun Jul 2 20:16:55 2006 ++++ src/TunerFrame1.py.port Tue Jul 4 15:07:01 2006 +@@ -422,10 +422,10 @@ for name in self.favname: self.favorites.Append(name) self.name=[] - self.mediaplayer='/usr/bin/xmms' -- self.videoplayer='/usr/bin/mplayer -nojoystick' +- self.videoplayer='/usr/bin/totem' - self.term='/usr/bin/x-terminal-emulator' - self.ripper='/usr/bin/streamripper -t -u winamp2 -o never' + self.mediaplayer='%%X11BASE%%/bin/xmms' -+ self.videoplayer='%%LOCALBASE%%/bin/mplayer -nojoystick' ++ self.videoplayer='%%X11BASE%%/bin/xine' + self.term='%%X11BASE%%/bin/xterm' + self.ripper='%%LOCALBASE%%/bin/streamripper -t -u winamp2 -o never' self.rdir=self.home+'/.tunapie/streamripper' self.shoutice=1 #0 is icecast server 1 is shoutcast - self.mediaplayer,self.videoplayer,self.term,self.ripper,self.rdir,self.shoutice=\ + self.maxd=100 diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/files/patch-src-TunerPrefs.py /usr/ports/multimedia/tunapie.update-1.0.r2/files/patch-src-TunerPrefs.py --- /usr/ports/multimedia/tunapie/files/patch-src-TunerPrefs.py Wed Jun 7 08:36:51 2006 +++ /usr/ports/multimedia/tunapie.update-1.0.r2/files/patch-src-TunerPrefs.py Wed Jul 5 17:56:11 2006 @@ -1,7 +1,6 @@ -$FreeBSD: ports/multimedia/tunapie/files/patch-src-TunerPrefs.py,v 1.1 2006/06/07 06:36:51 clsung Exp $ ---- src/TunerPrefs.py Wed May 24 23:10:23 2006 -+++ src/TunerPrefs.py.port Sat May 27 10:59:16 2006 -@@ -74,7 +74,7 @@ +--- src/TunerPrefs.py Sun Jul 2 10:49:31 2006 ++++ src/TunerPrefs.py.port Tue Jul 4 15:11:29 2006 +@@ -77,7 +77,7 @@ self.audiopath = wx.TextCtrl(id=wxID_PREFERENCESAUDIOPATH, name='audiopath', parent=self, pos=wx.Point(160, 16), @@ -10,16 +9,16 @@ self.audiopath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False, u'Sans')) self.audiopath.SetBackgroundColour(wx.Colour(255, 253, 239)) -@@ -82,7 +82,7 @@ +@@ -85,7 +85,7 @@ self.videopath = wx.TextCtrl(id=wxID_PREFERENCESVIDEOPATH, name='videopath', parent=self, pos=wx.Point(160, 48), - size=wx.Size(208, 22), style=0, value='/usr/bin/mplayer') -+ size=wx.Size(208, 22), style=0, value='%%LOCALBASE%%/bin/mplayer') ++ size=wx.Size(208, 22), style=0, value='%%X11BASE%%/bin/xine') self.videopath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False, u'Sans')) self.videopath.SetBackgroundColour(wx.Colour(255, 253, 239)) -@@ -110,7 +110,7 @@ +@@ -113,7 +113,7 @@ self.termpath = wx.TextCtrl(id=wxID_PREFERENCESTERMPATH, name='termpath', parent=self, pos=wx.Point(160, 80), size=wx.Size(208, 22), style=0, @@ -28,7 +27,7 @@ self.termpath.SetFont(wx.Font(7, wx.SWISS, wx.NORMAL, wx.NORMAL, False, u'Sans')) self.termpath.SetBackgroundColour(wx.Colour(255, 253, 239)) -@@ -118,7 +118,7 @@ +@@ -121,7 +121,7 @@ self.rippath = wx.TextCtrl(id=wxID_PREFERENCESRIPPATH, name='rippath', parent=self, pos=wx.Point(160, 112), size=wx.Size(208, 22), --- tunapie-1.0.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 16:20: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 95F3916A4DF for ; Wed, 5 Jul 2006 16:20:22 +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 1BFF743D53 for ; Wed, 5 Jul 2006 16:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65GKGwL096301 for ; Wed, 5 Jul 2006 16: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 k65GKGmh096300; Wed, 5 Jul 2006 16:20:16 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 16:20:16 GMT Resent-Message-Id: <200607051620.k65GKGmh096300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10FD16A4F4 for ; Wed, 5 Jul 2006 16:18:18 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8369043D49 for ; Wed, 5 Jul 2006 16:18:18 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 190E130205 for ; Thu, 6 Jul 2006 00:18:19 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 00:07:59 +0800 Message-Id: <20060705161819.190E130205@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 00:07:59 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99806: [PATCH] textproc/bib2html: Upgrade to 4.3-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:20:22 -0000 >Number: 99806 >Category: ports >Synopsis: [PATCH] textproc/bib2html: Upgrade to 4.3-1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 16:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Upgrade to 4.3-1 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- bib2html-4.3.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/bib2html/Makefile /usr/home/chinsan/project/bib2html/Makefile --- /usr/ports/textproc/bib2html/Makefile Mon May 15 18:26:38 2006 +++ /usr/home/chinsan/project/bib2html/Makefile Wed Jul 5 23:30:57 2006 @@ -7,7 +7,7 @@ # PORTNAME= bib2html -DISTVERSION= 4.2-1 +DISTVERSION= 4.3-1 CATEGORIES= textproc print MASTER_SITES= http://www.arakhne.org/IMG/gz/ \ http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The BibTeX to HTML Translator -WRKSRC= ${WRKDIR}/${PORTNAME}-4.2/src +WRKSRC= ${WRKDIR}/${PORTNAME}-4.3/src USE_PERL5_RUN= yes NO_BUILD= yes diff -ruN --exclude=CVS /usr/ports/textproc/bib2html/distinfo /usr/home/chinsan/project/bib2html/distinfo --- /usr/ports/textproc/bib2html/distinfo Mon May 15 18:26:38 2006 +++ /usr/home/chinsan/project/bib2html/distinfo Wed Jul 5 23:25:27 2006 @@ -1,3 +1,3 @@ -MD5 (bib2html_4.2-1.tar.gz) = 64a0744db06057b043f2319f628d330a -SHA256 (bib2html_4.2-1.tar.gz) = e7bc1331046ea20ed659b30c4df1c0b2bb30e90e53455ced30f942db1c1b16fa -SIZE (bib2html_4.2-1.tar.gz) = 555406 +MD5 (bib2html_4.3-1.tar.gz) = 65767b2cc853ad0aca51ba3e8d9cb53c +SHA256 (bib2html_4.3-1.tar.gz) = 0eb988fc314c47ad3e7778efd0ae915e639c49edd47f4ef0e10358e84feb5283 +SIZE (bib2html_4.3-1.tar.gz) = 555665 --- bib2html-4.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 16:36:38 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 AD9A116A4DD; Wed, 5 Jul 2006 16:36:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F26A43D46; Wed, 5 Jul 2006 16:36:38 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65GacM7098751; Wed, 5 Jul 2006 16:36:38 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65GacO6098747; Wed, 5 Jul 2006 16:36:38 GMT (envelope-from miwi) Date: Wed, 5 Jul 2006 16:36:38 GMT From: Martin Wilke Message-Id: <200607051636.k65GacO6098747@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99806: [PATCH] textproc/bib2html: Upgrade to 4.3-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:36:38 -0000 Synopsis: [PATCH] textproc/bib2html: Upgrade to 4.3-1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Jul 5 16:36:37 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99806 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 16:50: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 80CC716A4E2 for ; Wed, 5 Jul 2006 16:50:16 +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 CA6A943D55 for ; Wed, 5 Jul 2006 16:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65GoF6q099181 for ; Wed, 5 Jul 2006 16:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65GoFFB099180; Wed, 5 Jul 2006 16:50:15 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 16:50:15 GMT Resent-Message-Id: <200607051650.k65GoFFB099180@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D70A916A4DE; Wed, 5 Jul 2006 16:45:28 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1F943D45; Wed, 5 Jul 2006 16:45:28 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 8202B30205; Thu, 6 Jul 2006 00:45:29 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 00:35:08 +0800 Message-Id: <20060705164529.8202B30205@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 00:35:08 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jmelo@FreeBSD.org Subject: ports/99808: [PATCH] benchmarks/siege: update to 2.65 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:50:16 -0000 >Number: 99808 >Category: ports >Synopsis: [PATCH] benchmarks/siege: update to 2.65 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 16:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Update to 2.65 Added file(s): - files/patch-src-sock.c Removed file(s): - files/patch-src::sock.c Port maintainer (jmelo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- siege-2.65.patch begins here --- diff -ruN --exclude=CVS /usr/ports/benchmarks/siege/Makefile /usr/home/chinsan/project/siege/Makefile --- /usr/ports/benchmarks/siege/Makefile Tue Apr 11 08:59:00 2006 +++ /usr/home/chinsan/project/siege/Makefile Thu Jul 6 00:26:36 2006 @@ -6,7 +6,7 @@ # PORTNAME= siege -PORTVERSION= 2.64 +PORTVERSION= 2.65 CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ @@ -18,8 +18,9 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared -MAN1= siege.1 siege.config.1 layingsiege.1 urls_txt.1 bombardment.1 \ - siege2csv.1 +MAN1= siege.1 siege.config.1 bombardment.1 siege2csv.1 +MAN5= urls_txt.5 +MAN7= layingsiege.7 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin @@ -28,6 +29,8 @@ .for F in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/doc/${F} ${MAN1PREFIX}/man/man1 .endfor + @${INSTALL_MAN} ${WRKSRC}/doc/${MAN5} ${MAN1PREFIX}/man/man5 + @${INSTALL_MAN} ${WRKSRC}/doc/${MAN7} ${MAN1PREFIX}/man/man7 @${MKDIR} ${DATADIR} @${INSTALL_DATA} ${WRKSRC}/doc/siegerc ${DATADIR} @${SED} -e "s,%%DATADIR%%,${DATADIR}," ${FILESDIR}/siege.config.in > ${PREFIX}/bin/siege.config diff -ruN --exclude=CVS /usr/ports/benchmarks/siege/distinfo /usr/home/chinsan/project/siege/distinfo --- /usr/ports/benchmarks/siege/distinfo Sat Dec 31 05:36:37 2005 +++ /usr/home/chinsan/project/siege/distinfo Thu Jul 6 00:19:59 2006 @@ -1,3 +1,3 @@ -MD5 (siege-2.64.tar.gz) = 9ee08da6e242a96945732af231074793 -SHA256 (siege-2.64.tar.gz) = 063888555b2fbf362440496397da6e0ccf724fed9b990135231dec5b8bb5f47e -SIZE (siege-2.64.tar.gz) = 480612 +MD5 (siege-2.65.tar.gz) = 90c6c1519cc65b081efcdf3a7207a93f +SHA256 (siege-2.65.tar.gz) = 5595ee6789c7fc603a5cac326922de1a4bd0d09a79c7e44ddc927cc5ea382e9e +SIZE (siege-2.65.tar.gz) = 472720 diff -ruN --exclude=CVS /usr/ports/benchmarks/siege/files/patch-src-sock.c /usr/home/chinsan/project/siege/files/patch-src-sock.c --- /usr/ports/benchmarks/siege/files/patch-src-sock.c Thu Jan 1 08:00:00 1970 +++ /usr/home/chinsan/project/siege/files/patch-src-sock.c Thu Jul 6 00:18:26 2006 @@ -0,0 +1,12 @@ +--- src/sock.c.ORIG Sun Aug 29 13:39:37 2004 ++++ src/sock.c Sun Aug 29 13:38:01 2004 +@@ -132,7 +132,7 @@ + if((gethostbyname_r( hn, &hent, hbf, sizeof(hbf), &hp, &herrno ) < 0)){ + hp = NULL; + } +-#elif defined(sun) ++#elif defined(sun) || defined(__FreeBSD__) + # ifdef HAVE_GETIPNODEBYNAME + hp = getipnodebyname( hn, AF_INET, 0, &herrno ); + # else /* default use gethostbyname_r*/ + diff -ruN --exclude=CVS /usr/ports/benchmarks/siege/files/patch-src::sock.c /usr/home/chinsan/project/siege/files/patch-src::sock.c --- /usr/ports/benchmarks/siege/files/patch-src::sock.c Tue Sep 14 01:47:20 2004 +++ /usr/home/chinsan/project/siege/files/patch-src::sock.c Thu Jan 1 08:00:00 1970 @@ -1,12 +0,0 @@ ---- src/sock.c.ORIG Sun Aug 29 13:39:37 2004 -+++ src/sock.c Sun Aug 29 13:38:01 2004 -@@ -132,7 +132,7 @@ - if((gethostbyname_r( hn, &hent, hbf, sizeof(hbf), &hp, &herrno ) < 0)){ - hp = NULL; - } --#elif defined(sun) -+#elif defined(sun) || defined(__FreeBSD__) - # ifdef HAVE_GETIPNODEBYNAME - hp = getipnodebyname( hn, AF_INET, 0, &herrno ); - # else /* default use gethostbyname_r*/ - --- siege-2.65.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 16:50:26 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 7D6EF16A4E2; Wed, 5 Jul 2006 16:50:26 +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 314C343D46; Wed, 5 Jul 2006 16:50:26 +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 k65GoQRR099330; Wed, 5 Jul 2006 16:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65GoQ6J099326; Wed, 5 Jul 2006 16:50:26 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 16:50:26 GMT From: Edwin Groothuis Message-Id: <200607051650.k65GoQ6J099326@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org Cc: Subject: Re: ports/99808: [PATCH] benchmarks/siege: update to 2.65 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:50:26 -0000 Synopsis: [PATCH] benchmarks/siege: update to 2.65 Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 16:50:25 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99808 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 17: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 A2CDF16A4DA for ; Wed, 5 Jul 2006 17: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 5A92243D5F for ; Wed, 5 Jul 2006 17: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 k65HKISq002581 for ; Wed, 5 Jul 2006 17: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 k65HKHan002580; Wed, 5 Jul 2006 17:20:18 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 17:20:18 GMT Resent-Message-Id: <200607051720.k65HKHan002580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47EE016A4E7 for ; Wed, 5 Jul 2006 17:12:20 +0000 (UTC) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9415C43D7F for ; Wed, 5 Jul 2006 17:12:15 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 542281CEBA; Wed, 5 Jul 2006 12:15:18 -0500 (CDT) Message-Id: <20060705171518.542281CEBA@phoenix.smluc.org> Date: Wed, 5 Jul 2006 12:15:18 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/99809: audio/openal - patch to fix build error for x86/CPUTYPE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:20:19 -0000 >Number: 99809 >Category: ports >Synopsis: audio/openal - patch to fix build error for x86/CPUTYPE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 17:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD fenris 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 14:38:02 EDT 2006 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: When the CPUTYPE is set on an x86 box, and nasm happens to be installed, audio/openal tries to use nasm and causes "bad objects" in archive files (as the "-f elf" flag is not set), causing the build to fail. The reason is because the 'type' flag is only set for linux... This patch changes that *linux*) to *bsd*) allowing the build to succeed (with the optimized asm version being used). This has been tested on p4-xeon, amd32-athlon, and amd64-opteron, both with CPUTYPE unset and set. I seem to have forgotten my password to the creative repo (or users weren't migrated when they changed from CVS to SVN), so I have not committed my fix there, but will as soon as I get access. Thanks! >How-To-Repeat: >Fix: --- audio_openal.patch begins here --- Index: audio/openal/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/openal/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- audio/openal/Makefile 1 Jul 2006 23:47:49 -0000 1.38 +++ audio/openal/Makefile 5 Jul 2006 16:01:21 -0000 @@ -78,7 +78,7 @@ post-patch: @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/; \ s/x86_64\*/amd64\* | \*ia64\*/g; \ - /CPPFLAGS=/ d' ${WRKSRC}/configure + /CPPFLAGS=/ d; s/ \*linux\*)/ \*bsd\*)/' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/#include/ s|SDL/||' \ ${WRKSRC}/src/extensions/al_ext_mp3.c @${REINPLACE_CMD} -e 's|"mixaudio16_mmx_prk.h"|"arch/i386/mixaudio16_mmx_prk.h"|' \ --- audio_openal.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 17:20: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 DE8F816A4DE for ; Wed, 5 Jul 2006 17: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 2258143D5D for ; Wed, 5 Jul 2006 17:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65HKIxR002635 for ; Wed, 5 Jul 2006 17: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 k65HKIOV002634; Wed, 5 Jul 2006 17:20:18 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 17:20:18 GMT Resent-Message-Id: <200607051720.k65HKIOV002634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pawel Pekala" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A160E16A4DD for ; Wed, 5 Jul 2006 17:12:31 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF9643D62 for ; Wed, 5 Jul 2006 17:12:19 +0000 (GMT) (envelope-from c0rn@o2.pl) Received: from blaviken.slowicza.org (aboe18.neoplus.adsl.tpnet.pl [83.8.20.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id BA4E85806A; Wed, 5 Jul 2006 19:12:17 +0200 (CEST) Message-Id: <1152119557.36905@blaviken.slowicza.org> Date: Wed, 5 Jul 2006 19:12:37 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: v.velox@vvelox.net Subject: ports/99810: [PATCH] mail/sylpheed-claws-rssyl update to 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: Wed, 05 Jul 2006 17:20:20 -0000 >Number: 99810 >Category: ports >Synopsis: [PATCH] mail/sylpheed-claws-rssyl update to 0.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: Wed Jul 05 17:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.5-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.5-RELEASE #5: Mon May 29 17:57:41 CEST 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: - update to 0.5 - install gettext translation files >How-To-Repeat: >Fix: --- sc-rssyl.diff begins here --- diff -ur /usr/ports/mail/sylpheed-claws-rssyl/Makefile sylpheed-claws-rssyl/Makefile --- /usr/ports/mail/sylpheed-claws-rssyl/Makefile Mon Jul 3 18:03:35 2006 +++ sylpheed-claws-rssyl/Makefile Wed Jul 5 19:02:39 2006 @@ -6,8 +6,7 @@ # PORTNAME= rssyl -DISTVERSION= 0.4cvs6 -PORTEPOCH= 1 +PORTVERSION= 0.5 CATEGORIES= mail MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ PKGNAMEPREFIX= sylpheed-claws- @@ -21,6 +20,11 @@ USE_X_PREFIX= yes USE_AUTOTOOLS= autoconf:259 +USE_GETTEXT= yes +USE_ICONV= yes + +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} post-patch: @${REINPLACE_CMD} -e 's/100\.93/100/' ${WRKSRC}/configure.ac diff -ur /usr/ports/mail/sylpheed-claws-rssyl/distinfo sylpheed-claws-rssyl/distinfo --- /usr/ports/mail/sylpheed-claws-rssyl/distinfo Fri Apr 28 06:19:16 2006 +++ sylpheed-claws-rssyl/distinfo Wed Jul 5 18:41:57 2006 @@ -1,3 +1,3 @@ -MD5 (rssyl-0.4cvs6.tar.gz) = c730bd5aa9ff3924f747aa5e048b973d -SHA256 (rssyl-0.4cvs6.tar.gz) = 8237bf8eeaa16189e2dc32428a28940557469968aca531b025a5f742001614d9 -SIZE (rssyl-0.4cvs6.tar.gz) = 419293 +MD5 (rssyl-0.5.tar.gz) = bc5d3fe0e9c23e89f168b4502cad5aaf +SHA256 (rssyl-0.5.tar.gz) = 36da0556cef9cac9c2e56bf35efc6689bfaf33ab0ff9e82763dc65150123a648 +SIZE (rssyl-0.5.tar.gz) = 426606 diff -ur /usr/ports/mail/sylpheed-claws-rssyl/pkg-plist sylpheed-claws-rssyl/pkg-plist --- /usr/ports/mail/sylpheed-claws-rssyl/pkg-plist Sat Dec 31 19:42:57 2005 +++ sylpheed-claws-rssyl/pkg-plist Wed Jul 5 19:05:50 2006 @@ -1,3 +1,14 @@ lib/sylpheed-claws/plugins/rssyl.a lib/sylpheed-claws/plugins/rssyl.la lib/sylpheed-claws/plugins/rssyl.so +share/locale/de/LC_MESSAGES/rssyl.mo +share/locale/es/LC_MESSAGES/rssyl.mo +share/locale/fi/LC_MESSAGES/rssyl.mo +share/locale/fr/LC_MESSAGES/rssyl.mo +share/locale/it/LC_MESSAGES/rssyl.mo +share/locale/pl/LC_MESSAGES/rssyl.mo +share/locale/pt_BR/LC_MESSAGES/rssyl.mo +share/locale/sk/LC_MESSAGES/rssyl.mo +share/locale/sr/LC_MESSAGES/rssyl.mo +share/locale/sv/LC_MESSAGES/rssyl.mo +share/locale/zh_CN/LC_MESSAGES/rssyl.mo --- sc-rssyl.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 17:20: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 96D0516A4E7 for ; Wed, 5 Jul 2006 17:20:22 +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 100AF43D5A for ; Wed, 5 Jul 2006 17:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65HKKOl002653 for ; Wed, 5 Jul 2006 17:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65HKKMu002649; Wed, 5 Jul 2006 17:20:20 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 17:20:20 GMT Resent-Message-Id: <200607051720.k65HKKMu002649@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9034716A4DA; Wed, 5 Jul 2006 17:15:53 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33FF843D5F; Wed, 5 Jul 2006 17:15:53 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id F26CE2E970; Thu, 6 Jul 2006 01:15:51 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 01:05:37 +0800 Message-Id: <20060705171551.F26CE2E970@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 01:05:37 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jmelo@FreeBSD.org Subject: ports/99811: [PATCH] devel/prepstools: update to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:20:22 -0000 >Number: 99811 >Category: ports >Synopsis: [PATCH] devel/prepstools: update to 2.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 17:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Update to 2.1.0 Port maintainer (jmelo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- prepstools-2.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/prepstools/Makefile /usr/home/chinsan/project/prepstools/Makefile --- /usr/ports/devel/prepstools/Makefile Fri May 5 09:09:44 2006 +++ /usr/home/chinsan/project/prepstools/Makefile Thu Jul 6 00:42:05 2006 @@ -6,8 +6,7 @@ # PORTNAME= prepstools -PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTVERSION= 2.1.0 CATEGORIES= devel MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/ diff -ruN --exclude=CVS /usr/ports/devel/prepstools/distinfo /usr/home/chinsan/project/prepstools/distinfo --- /usr/ports/devel/prepstools/distinfo Sat Dec 31 05:36:37 2005 +++ /usr/home/chinsan/project/prepstools/distinfo Thu Jul 6 00:42:28 2006 @@ -1,3 +1,3 @@ -MD5 (prepstools-2.0.2.tar.gz) = e700b2971560b5d4a05ed08e6f504201 -SHA256 (prepstools-2.0.2.tar.gz) = 0b60850d711cf2e2bddd415c73b1d0f56a945c703bb2f4657434ad07ac25d02d -SIZE (prepstools-2.0.2.tar.gz) = 391857 +MD5 (prepstools-2.1.0.tar.gz) = 0a90b7a1cac475ae7368bd1522c79509 +SHA256 (prepstools-2.1.0.tar.gz) = c98ff1b3a8c449ac04e29a8123ec34ece85e7ce36568d4fa754685dec7e70956 +SIZE (prepstools-2.1.0.tar.gz) = 419175 --- prepstools-2.1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 17:20:28 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 08C0916A4DE; Wed, 5 Jul 2006 17:20:28 +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 471C843D5D; Wed, 5 Jul 2006 17:20:27 +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 k65HKRUN002741; Wed, 5 Jul 2006 17:20:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65HKRF4002737; Wed, 5 Jul 2006 17:20:27 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 17:20:27 GMT From: Edwin Groothuis Message-Id: <200607051720.k65HKRF4002737@freefall.freebsd.org> To: c0rn@o2.pl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99810: [PATCH] mail/sylpheed-claws-rssyl update to 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: Wed, 05 Jul 2006 17:20:28 -0000 Synopsis: [PATCH] mail/sylpheed-claws-rssyl update to 0.5 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 5 17:20:26 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99810 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 17:20: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 D083D16A4E2; Wed, 5 Jul 2006 17:20:43 +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 386E443D76; Wed, 5 Jul 2006 17:20:41 +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 k65HKfDs002910; Wed, 5 Jul 2006 17:20:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65HKfl6002906; Wed, 5 Jul 2006 17:20:41 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 17:20:41 GMT From: Edwin Groothuis Message-Id: <200607051720.k65HKfl6002906@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org Cc: Subject: Re: ports/99811: [PATCH] devel/prepstools: update to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:20:43 -0000 Synopsis: [PATCH] devel/prepstools: update to 2.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 17:20:40 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99811 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 17:54: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 DEA9F16A582; Wed, 5 Jul 2006 17:54:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA8743D46; Wed, 5 Jul 2006 17:54:44 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65HsiwG005882; Wed, 5 Jul 2006 17:54:44 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65HsiOt005878; Wed, 5 Jul 2006 17:54:44 GMT (envelope-from rafan) Date: Wed, 5 Jul 2006 17:54:44 GMT From: Rong-En Fan Message-Id: <200607051754.k65HsiOt005878@freefall.freebsd.org> To: erik@smluc.org, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99809: audio/openal - patch to fix build error for x86/CPUTYPE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:54:45 -0000 Synopsis: audio/openal - patch to fix build error for x86/CPUTYPE State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Wed Jul 5 17:54:27 UTC 2006 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=99809 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:02:57 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 5DF6A16A51C for ; Wed, 5 Jul 2006 18:02:57 +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 9F10043E74 for ; Wed, 5 Jul 2006 18:01: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 k65I0bQN006032 for ; Wed, 5 Jul 2006 18:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65I0a7R006030; Wed, 5 Jul 2006 18:00:36 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 18:00:36 GMT Resent-Message-Id: <200607051800.k65I0a7R006030@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB6A16A51F; Wed, 5 Jul 2006 17:53:01 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA4943D6B; Wed, 5 Jul 2006 17:52:55 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 443802E970; Thu, 6 Jul 2006 01:52:54 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 01:42:40 +0800 Message-Id: <20060705175254.443802E970@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 01:42:40 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jmelo@FreeBSD.org Subject: ports/99812: [PATCH] devel/preps-gui: update to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:02:57 -0000 >Number: 99812 >Category: ports >Synopsis: [PATCH] devel/preps-gui: update to 2.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 18:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Update to 2.1.0 Port maintainer (jmelo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- preps-gui-2.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/preps-gui/Makefile /usr/home/chinsan/project/preps-gui/Makefile --- /usr/ports/devel/preps-gui/Makefile Tue Apr 11 08:59:21 2006 +++ /usr/home/chinsan/project/preps-gui/Makefile Thu Jul 6 00:41:10 2006 @@ -6,8 +6,7 @@ # PORTNAME= preps -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/ PKGNAMESUFFIX= -gui diff -ruN --exclude=CVS /usr/ports/devel/preps-gui/distinfo /usr/home/chinsan/project/preps-gui/distinfo --- /usr/ports/devel/preps-gui/distinfo Sat Dec 31 05:36:37 2005 +++ /usr/home/chinsan/project/preps-gui/distinfo Thu Jul 6 00:41:38 2006 @@ -1,3 +1,3 @@ -MD5 (prep/preps-2.0.4.tar.gz) = 9e004ae5449c4352d1b6a0ce73287e62 -SHA256 (prep/preps-2.0.4.tar.gz) = af04db1d10ccefc3324c02f38845edcfae2e4fee95eadc29375c4bdf9c6ccab8 -SIZE (prep/preps-2.0.4.tar.gz) = 1017121 +MD5 (prep/preps-2.1.0.tar.gz) = 2fadf870b25b7374527706dc95845470 +SHA256 (prep/preps-2.1.0.tar.gz) = c89021404697120db7e44503d1029c89c681c5facc6ee4bbe749bb639624a376 +SIZE (prep/preps-2.1.0.tar.gz) = 1000536 --- preps-gui-2.1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:02:58 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 EA4F816A524 for ; Wed, 5 Jul 2006 18:02:57 +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 AF1AB43D73 for ; Wed, 5 Jul 2006 18:01: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 k65I0bvM006059 for ; Wed, 5 Jul 2006 18:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65I0bux006056; Wed, 5 Jul 2006 18:00:37 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 18:00:37 GMT Resent-Message-Id: <200607051800.k65I0bux006056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pawel Pekala" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F8E16A4DF; Wed, 5 Jul 2006 17:57:03 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DED43D8B; Wed, 5 Jul 2006 17:56:55 +0000 (GMT) (envelope-from c0rn@o2.pl) Received: from blaviken.slowicza.org (aboe18.neoplus.adsl.tpnet.pl [83.8.20.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 21784580C5; Wed, 5 Jul 2006 19:56:54 +0200 (CEST) Message-Id: <1152122233.28764@blaviken.slowicza.org> Date: Wed, 5 Jul 2006 19:57:13 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: netchild@FreeBSD.org Subject: ports/99813: [PATCH] mail/sylpheed-claws add WITH_DILLO knob, fix WITH_DEBUG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:02:58 -0000 >Number: 99813 >Category: ports >Synopsis: [PATCH] mail/sylpheed-claws add WITH_DILLO knob, fix WITH_DEBUG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 18:00:37 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.5-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.5-RELEASE #5: Mon May 29 17:57:41 CEST 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: - add WITH_DILLO knob and optionally depend on www/dillo - don`t strip binaries when building with WITH_DEBUG >How-To-Repeat: >Fix: --- claws.diff begins here --- diff -ur /usr/ports/mail/sylpheed-claws/Makefile sylpheed-claws/Makefile --- /usr/ports/mail/sylpheed-claws/Makefile Mon Jul 3 18:03:34 2006 +++ sylpheed-claws/Makefile Wed Jul 5 19:52:05 2006 @@ -52,6 +52,7 @@ CLAMAV "Enable virus-checking support." off \ COMPFACE "Enable X-Face support." on \ DEBUG "Enable debug support." off \ + DILLO "Enable Dillo HTML viewer." off \ GNOMEPRINT "Enable extended print support (GNOME)." off \ GPGME "Enable PGP/GnuPG support using GPGME." off \ JPILOT "Enable JPilot support." off \ @@ -145,6 +146,14 @@ .endif .if defined(WITH_DEBUG) || defined(WITH_ALL) CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog +STRIP= '' +.endif +.if defined(WITH_DILLO) || defined(WITH_ALL) +PLIST_SUB+= DILLO="" +RUN_DEPENDS+= dillo:${PORTSDIR}/www/dillo +.else +PLIST_SUB+= DILLO="@comment " +CONFIGURE_ARGS+= --disable-dillo-viewer-plugin .endif post-extract: diff -ur /usr/ports/mail/sylpheed-claws/pkg-plist sylpheed-claws/pkg-plist --- /usr/ports/mail/sylpheed-claws/pkg-plist Mon Jul 3 18:03:34 2006 +++ sylpheed-claws/pkg-plist Wed Jul 5 19:41:15 2006 @@ -201,9 +201,9 @@ %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.a %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.la %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so -lib/sylpheed-claws/plugins/dillo_viewer.a -lib/sylpheed-claws/plugins/dillo_viewer.la -lib/sylpheed-claws/plugins/dillo_viewer.so +%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.a +%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.la +%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.so %%GPGME%%lib/sylpheed-claws/plugins/pgpcore.a %%GPGME%%lib/sylpheed-claws/plugins/pgpcore.la %%GPGME%%lib/sylpheed-claws/plugins/pgpcore.so --- claws.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:03:03 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 A13FF16A4E7; Wed, 5 Jul 2006 18:03:03 +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 411F243D5D; Wed, 5 Jul 2006 18:03:03 +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 k65I33se006284; Wed, 5 Jul 2006 18:03:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65I33G9006280; Wed, 5 Jul 2006 18:03:03 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 18:03:03 GMT From: Edwin Groothuis Message-Id: <200607051803.k65I33G9006280@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmelo@FreeBSD.org Cc: Subject: Re: ports/99812: [PATCH] devel/preps-gui: update to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:03:03 -0000 Synopsis: [PATCH] devel/preps-gui: update to 2.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->jmelo Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 18:03:02 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99812 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:03: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 DF9F716A4DA; Wed, 5 Jul 2006 18:03:12 +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 8150643D55; Wed, 5 Jul 2006 18:03:09 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65I39nl006365; Wed, 5 Jul 2006 18:03:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65I39of006361; Wed, 5 Jul 2006 18:03:09 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 18:03:09 GMT From: Edwin Groothuis Message-Id: <200607051803.k65I39of006361@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, netchild@FreeBSD.org Cc: Subject: Re: ports/99813: [PATCH] mail/sylpheed-claws add WITH_DILLO knob, fix WITH_DEBUG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:03:13 -0000 Synopsis: [PATCH] mail/sylpheed-claws add WITH_DILLO knob, fix WITH_DEBUG Responsible-Changed-From-To: freebsd-ports-bugs->netchild Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 18:03:08 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99813 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:20:34 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 AD5E016A4EA for ; Wed, 5 Jul 2006 18:20:34 +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 2A5F443D88 for ; Wed, 5 Jul 2006 18:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65IKEGu006782 for ; Wed, 5 Jul 2006 18:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65IKEjO006781; Wed, 5 Jul 2006 18:20:14 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 18:20:14 GMT Resent-Message-Id: <200607051820.k65IKEjO006781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Nielsen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBAC16A4E6 for ; Wed, 5 Jul 2006 18:15:33 +0000 (UTC) (envelope-from john@stealth.jnielsen.net) Received: from stealth.jnielsen.net (c-68-59-28-54.hsd1.sc.comcast.net [68.59.28.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0458043D6D for ; Wed, 5 Jul 2006 18:15:32 +0000 (GMT) (envelope-from john@stealth.jnielsen.net) Received: from stealth.jnielsen.net (jn@localhost [127.0.0.1]) by stealth.jnielsen.net (8.13.6/8.13.6) with ESMTP id k65IFVJq090256 for ; Wed, 5 Jul 2006 14:15:31 -0400 (EDT) (envelope-from john@stealth.jnielsen.net) Received: (from john@localhost) by stealth.jnielsen.net (8.13.6/8.13.6/Submit) id k65IFV87090255; Wed, 5 Jul 2006 14:15:31 -0400 (EDT) (envelope-from john) Message-Id: <200607051815.k65IFV87090255@stealth.jnielsen.net> Date: Wed, 5 Jul 2006 14:15:31 -0400 (EDT) From: John Nielsen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99814: [MAINTAINER] deskutils/autocutsel: update to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:20:34 -0000 >Number: 99814 >Category: ports >Synopsis: [MAINTAINER] deskutils/autocutsel: update to 0.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 18:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: John Nielsen >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD stealth.jnielsen.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jun 25 15:06:24 EDT 2006 >Description: - Update to 0.8.1 - Use PLIST_FILES instead of pkg-plist Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- autocutsel-0.8.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/deskutils/autocutsel/Makefile /usr/home/john/autocutsel/Makefile --- /usr/ports/deskutils/autocutsel/Makefile Sat Feb 19 02:55:50 2005 +++ /usr/home/john/autocutsel/Makefile Wed Jul 5 13:57:09 2006 @@ -6,7 +6,7 @@ # PORTNAME= autocutsel -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= autocutsel @@ -17,5 +17,8 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes + +PLIST_FILES= bin/autocutsel \ + bin/cutsel .include diff -ruN --exclude=CVS /usr/ports/deskutils/autocutsel/distinfo /usr/home/john/autocutsel/distinfo --- /usr/ports/deskutils/autocutsel/distinfo Sun Jan 22 03:24:29 2006 +++ /usr/home/john/autocutsel/distinfo Wed Jul 5 13:45:12 2006 @@ -1,3 +1,3 @@ -MD5 (autocutsel-0.8.0.tar.gz) = b5bba239a53394204aa12bb382e206c5 -SHA256 (autocutsel-0.8.0.tar.gz) = c99088c070396a1e8945dec35e9f3f8fa51b5cf314d90e3b25674d0dbf1b6c88 -SIZE (autocutsel-0.8.0.tar.gz) = 88460 +MD5 (autocutsel-0.8.1.tar.gz) = c33e54649d80abec59db95c11e4269a2 +SHA256 (autocutsel-0.8.1.tar.gz) = b110d400ae1bc8a66a84fcad09484c7b281a5d2fe119f1fe19ec41adb19b6134 +SIZE (autocutsel-0.8.1.tar.gz) = 282044 diff -ruN --exclude=CVS /usr/ports/deskutils/autocutsel/files/patch-Makefile.in /usr/home/john/autocutsel/files/patch-Makefile.in --- /usr/ports/deskutils/autocutsel/files/patch-Makefile.in Sat Feb 19 02:55:51 2005 +++ /usr/home/john/autocutsel/files/patch-Makefile.in Wed Jul 5 13:50:52 2006 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Feb 18 23:24:18 2005 -+++ Makefile.in Fri Feb 18 23:25:07 2005 -@@ -100,7 +100,7 @@ +--- Makefile.in.orig Wed Jul 5 13:49:11 2006 ++++ Makefile.in Wed Jul 5 13:50:04 2006 +@@ -118,7 +118,7 @@ cutsel_DEPENDENCIES = cutsel_LDFLAGS = CFLAGS = @CFLAGS@ -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(X_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) - LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ - DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ + LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ diff -ruN --exclude=CVS /usr/ports/deskutils/autocutsel/pkg-plist /usr/home/john/autocutsel/pkg-plist --- /usr/ports/deskutils/autocutsel/pkg-plist Thu Nov 13 19:07:01 2003 +++ /usr/home/john/autocutsel/pkg-plist Wed Dec 31 19:00:00 1969 @@ -1,2 +0,0 @@ -bin/autocutsel -bin/cutsel --- autocutsel-0.8.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:20:41 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 D01BA16A4DE for ; Wed, 5 Jul 2006 18:20:41 +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 E89B743D99 for ; Wed, 5 Jul 2006 18:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65IKFqD006836 for ; Wed, 5 Jul 2006 18:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65IKFKd006835; Wed, 5 Jul 2006 18:20:15 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 18:20:15 GMT Resent-Message-Id: <200607051820.k65IKFKd006835@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BDF16A500 for ; Wed, 5 Jul 2006 18:19:16 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D4843D53 for ; Wed, 5 Jul 2006 18:19:16 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k65IJF9e033826; Thu, 6 Jul 2006 02:19:15 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k65IJFXQ033825; Thu, 6 Jul 2006 02:19:15 +0800 (CST) (envelope-from rafan) Message-Id: <200607051819.k65IJFXQ033825@svm.csie.ntu.edu.tw> Date: Thu, 6 Jul 2006 02:19:15 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yinjieh@csie.nctu.edu.tw Subject: ports/99815: [PATCH] chinese/zh-autoconvert: update to 0.3.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: Wed, 05 Jul 2006 18:20:41 -0000 >Number: 99815 >Category: ports >Synopsis: [PATCH] chinese/zh-autoconvert: update to 0.3.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 18:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.1-RELEASE i386 >Organization: NTU CSIE >Environment: >Description: - Update to 0.3.14 Removed file(s): - files/patch-autogb.c Port maintainer (yinjieh@csie.nctu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- zh-autoconvert-0.3.14.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/chinese/autoconvert/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 3 May 2006 23:38:30 -0000 1.18 +++ Makefile 5 Jul 2006 18:18:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= autoconvert -PORTVERSION= 0.3.13 +PORTVERSION= 0.3.14 CATEGORIES= chinese MASTER_SITES= ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/ Index: distinfo =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/chinese/autoconvert/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 22 Jan 2006 08:21:01 -0000 1.8 +++ distinfo 5 Jul 2006 18:18:45 -0000 @@ -1,3 +1,3 @@ -MD5 (autoconvert-0.3.13.tar.gz) = 43d8d1bb012c72ec7bb7157cec5c63ad -SHA256 (autoconvert-0.3.13.tar.gz) = bab47949ef73926ea4738dd495f8099b49b5f8df8c257059439634a82e3efa6c -SIZE (autoconvert-0.3.13.tar.gz) = 464081 +MD5 (autoconvert-0.3.14.tar.gz) = 3023068ab9cc7aaa25b8b294698c4b39 +SHA256 (autoconvert-0.3.14.tar.gz) = a246b403f21cf45c97eeccd0f3eb63ced8ec0b4c7c267a0ddafbf7e39214aa53 +SIZE (autoconvert-0.3.14.tar.gz) = 464192 Index: files/patch-autogb.c =================================================================== RCS file: files/patch-autogb.c diff -N files/patch-autogb.c --- files/patch-autogb.c 16 Oct 2003 08:41:33 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ ---- autogb.c.orig Mon Apr 23 22:18:06 2001 -+++ autogb.c Wed Oct 15 17:28:48 2003 -@@ -34,15 +34,14 @@ - void print_help(char* filename){ - printf("\nUsage: %s [-OPTION] < input > output\n", filename); - puts( --"Now autoconvert can only judge gb/big5/hz encoding, so if you want to --do other conversion, you must set the option --input. Without --input, --the program will guess the encoding of the input. --OPTION is one of (case insensitive): -- -i encoding, --input encoding: Set the input encoding -- -o encoding, --output encoding: Set the output encoding -- -- The encoding should be gb, big5, hz, uni, utf7 or utf8. -- "); -+"Now autoconvert can only judge gb/big5/hz encoding, so if you want to " -+"do other conversion, you must set the option --input. Without --input," -+"the program will guess the encoding of the input." -+"OPTION is one of (case insensitive):" -+" -i encoding, --input encoding: Set the input encoding" -+" -o encoding, --output encoding: Set the output encoding" -+" The encoding should be gb, big5, hz, uni, utf7 or utf8." -+" "); - - exit(0); - } --- zh-autoconvert-0.3.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:27:51 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 E9B9916A4E7; Wed, 5 Jul 2006 18:27:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5EA43D58; Wed, 5 Jul 2006 18:27:51 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65IRpqW007329; Wed, 5 Jul 2006 18:27:51 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65IRpnA007325; Wed, 5 Jul 2006 18:27:51 GMT (envelope-from rafan) Date: Wed, 5 Jul 2006 18:27:51 GMT From: Rong-En Fan Message-Id: <200607051827.k65IRpnA007325@freefall.freebsd.org> To: john@jnielsen.net, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99814: [MAINTAINER] deskutils/autocutsel: update to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:27:52 -0000 Synopsis: [MAINTAINER] deskutils/autocutsel: update to 0.8.1 State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Wed Jul 5 18:27:39 UTC 2006 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=99814 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 18:34:00 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 0A92416A4DE; Wed, 5 Jul 2006 18:34:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3F343D45; Wed, 5 Jul 2006 18:33:59 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65IXxum008784; Wed, 5 Jul 2006 18:33:59 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65IXx6Z008780; Wed, 5 Jul 2006 18:33:59 GMT (envelope-from garga) Date: Wed, 5 Jul 2006 18:33:59 GMT From: Renato Botelho Message-Id: <200607051833.k65IXx6Z008780@freefall.freebsd.org> To: ports@mcdermottroe.com, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98916: [NEW PORT] comms/o2sms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:34:00 -0000 Synopsis: [NEW PORT] comms/o2sms State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Wed Jul 5 18:33:59 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=98916 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:00:57 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 52B9C16A4DA for ; Wed, 5 Jul 2006 19:00:57 +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 4034143D7B for ; Wed, 5 Jul 2006 19:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65J0kNb010106 for ; Wed, 5 Jul 2006 19:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65J0k4I010105; Wed, 5 Jul 2006 19:00:46 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 19:00:46 GMT Resent-Message-Id: <200607051900.k65J0k4I010105@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2C616A4E9 for ; Wed, 5 Jul 2006 18:53:07 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469E843D49 for ; Wed, 5 Jul 2006 18:53:01 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 0B21D2E970 for ; Thu, 6 Jul 2006 02:52:59 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 02:42:47 +0800 Message-Id: <20060705185300.0B21D2E970@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 02:42:47 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99816: [PATCH] graphics/qcomicbook: update to 0.2.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: Wed, 05 Jul 2006 19:00:57 -0000 >Number: 99816 >Category: ports >Synopsis: [PATCH] graphics/qcomicbook: update to 0.2.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 19:00:44 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Update to 0.2.8 Removed file(s): - files/patch-src-imgarchivesink.cpp Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- qcomicbook-0.2.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/Makefile /usr/home/chinsan/project/qcomicbook/Makefile --- /usr/ports/graphics/qcomicbook/Makefile Sun Mar 19 05:07:58 2006 +++ /usr/home/chinsan/project/qcomicbook/Makefile Thu Jul 6 01:43:04 2006 @@ -6,7 +6,7 @@ # PORTNAME= qcomicbook -PORTVERSION= 0.2.7 +PORTVERSION= 0.2.8 CATEGORIES= graphics MASTER_SITES= http://linux.bydg.org/~yogin/ diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/distinfo /usr/home/chinsan/project/qcomicbook/distinfo --- /usr/ports/graphics/qcomicbook/distinfo Sun Mar 19 05:07:58 2006 +++ /usr/home/chinsan/project/qcomicbook/distinfo Thu Jul 6 01:43:23 2006 @@ -1,3 +1,3 @@ -MD5 (qcomicbook-0.2.7.tar.gz) = db0de3bd0de31e124e30fa71ccd5dfa9 -SHA256 (qcomicbook-0.2.7.tar.gz) = c7e2be0cf83d369534bf2489f61953d421c7f5eb49f9fa3f2c1bfe98f1b17fe1 -SIZE (qcomicbook-0.2.7.tar.gz) = 387384 +MD5 (qcomicbook-0.2.8.tar.gz) = 8ea6eb8d395dea29305a6a52ad9b78e3 +SHA256 (qcomicbook-0.2.8.tar.gz) = d09500c308801f13dc2bb8e6ba1f50071883acd3b2d9854ed0f192d44e449b91 +SIZE (qcomicbook-0.2.8.tar.gz) = 388902 diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/files/patch-configure /usr/home/chinsan/project/qcomicbook/files/patch-configure --- /usr/ports/graphics/qcomicbook/files/patch-configure Tue Aug 30 11:08:08 2005 +++ /usr/home/chinsan/project/qcomicbook/files/patch-configure Thu Jul 6 01:53:37 2006 @@ -1,15 +1,15 @@ ---- configure.orig Thu Aug 4 05:30:42 2005 -+++ configure Fri Aug 5 21:55:54 2005 -@@ -5598,7 +5598,7 @@ +--- configure.orig Thu Jul 6 01:52:40 2006 ++++ configure Thu Jul 6 01:53:18 2006 +@@ -5822,7 +5822,7 @@ } EOF - bnv_cv_qt_test_result="failure" + bnv_cv_qt_test_result="" - bnv_try_1="$QT_MOC bnv_qt_test.h -o moc_bnv_qt_test.$ac_ext >/dev/null 2>bnv_qt_test_1.out" + bnv_try_1="$QT_MOC bnv_qt_test.h -o moc_bnv_qt_test.$ac_ext >/dev/null 2>/dev/null" { (eval echo "$as_me:$LINENO: \"$bnv_try_1\"") >&5 (eval $bnv_try_1) 2>&5 -@@ -5702,7 +5702,8 @@ +@@ -5921,7 +5921,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/files/patch-src-imgarchivesink.cpp /usr/home/chinsan/project/qcomicbook/files/patch-src-imgarchivesink.cpp --- /usr/ports/graphics/qcomicbook/files/patch-src-imgarchivesink.cpp Sat May 28 05:38:42 2005 +++ /usr/home/chinsan/project/qcomicbook/files/patch-src-imgarchivesink.cpp Thu Jan 1 08:00:00 1970 @@ -1,10 +0,0 @@ ---- src/imgarchivesink.cpp.orig Mon May 16 00:16:43 2005 -+++ src/imgarchivesink.cpp Fri May 20 00:41:12 2005 -@@ -18,6 +18,7 @@ - #include - #include - #include -+#include - #include - #include - diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/pkg-plist /usr/home/chinsan/project/qcomicbook/pkg-plist --- /usr/ports/graphics/qcomicbook/pkg-plist Sat Nov 19 07:23:05 2005 +++ /usr/home/chinsan/project/qcomicbook/pkg-plist Thu Jul 6 01:44:21 2006 @@ -1,32 +1,32 @@ bin/qcomicbook -share/qcomicbook/bestfit.png -share/qcomicbook/bookmark.png -share/qcomicbook/fbackward.png -share/qcomicbook/fforward.png -share/qcomicbook/fitheight.png -share/qcomicbook/fitwidth.png -share/qcomicbook/help/en/index.html -share/qcomicbook/help/en/internals.html -share/qcomicbook/help/en/intro.html -share/qcomicbook/help/en/keyboard.html -share/qcomicbook/help/en/menu.html -share/qcomicbook/info.png -share/qcomicbook/japanese.png -share/qcomicbook/nextpage.png -share/qcomicbook/openarch.png -share/qcomicbook/opendir.png -share/qcomicbook/orgsize.png -share/qcomicbook/pagebottom.png -share/qcomicbook/pagetop.png -share/qcomicbook/prevpage.png -share/qcomicbook/qcomicbook-splash.png -share/qcomicbook/qcomicbook.png -share/qcomicbook/rleft.png -share/qcomicbook/rright.png -share/qcomicbook/settings.png -share/qcomicbook/thumbnails.png -share/qcomicbook/twopages.png -share/qcomicbook/wholepage.png -@dirrm share/qcomicbook/help/en -@dirrm share/qcomicbook/help -@dirrm share/qcomicbook +%%DATADIR%%/bestfit.png +%%DATADIR%%/bookmark.png +%%DATADIR%%/fbackward.png +%%DATADIR%%/fforward.png +%%DATADIR%%/fitheight.png +%%DATADIR%%/fitwidth.png +%%DATADIR%%/help/en/index.html +%%DATADIR%%/help/en/internals.html +%%DATADIR%%/help/en/intro.html +%%DATADIR%%/help/en/keyboard.html +%%DATADIR%%/help/en/menu.html +%%DATADIR%%/info.png +%%DATADIR%%/japanese.png +%%DATADIR%%/nextpage.png +%%DATADIR%%/openarch.png +%%DATADIR%%/opendir.png +%%DATADIR%%/orgsize.png +%%DATADIR%%/pagebottom.png +%%DATADIR%%/pagetop.png +%%DATADIR%%/prevpage.png +%%DATADIR%%/qcomicbook-splash.png +%%DATADIR%%/qcomicbook.png +%%DATADIR%%/rleft.png +%%DATADIR%%/rright.png +%%DATADIR%%/settings.png +%%DATADIR%%/thumbnails.png +%%DATADIR%%/twopages.png +%%DATADIR%%/wholepage.png +@dirrm %%DATADIR%%/help/en +@dirrm %%DATADIR%%/help +@dirrm %%DATADIR%% --- qcomicbook-0.2.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19: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 B720516A4E5 for ; Wed, 5 Jul 2006 19: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 3E16243D46 for ; Wed, 5 Jul 2006 19:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65JAL8B010646 for ; Wed, 5 Jul 2006 19:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65JALtn010645; Wed, 5 Jul 2006 19:10:21 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 19:10:21 GMT Resent-Message-Id: <200607051910.k65JALtn010645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D10616A4E8; Wed, 5 Jul 2006 19:06:36 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B6A43D66; Wed, 5 Jul 2006 19:06:34 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id A062D2E970; Thu, 6 Jul 2006 03:06:33 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 02:56:20 +0800 Message-Id: <20060705190633.A062D2E970@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 02:56:20 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/99817: [PATCH] devel/p5-Tree-Simple: update to 1.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:10:21 -0000 >Number: 99817 >Category: ports >Synopsis: [PATCH] devel/p5-Tree-Simple: update to 1.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 19:10:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: - Update to 1.16 Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Tree-Simple-1.16.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Tree-Simple/Makefile /usr/home/chinsan/project/p5-Tree-Simple/Makefile --- /usr/ports/devel/p5-Tree-Simple/Makefile Mon Oct 10 20:07:18 2005 +++ /usr/home/chinsan/project/p5-Tree-Simple/Makefile Thu Jul 6 02:55:53 2006 @@ -6,7 +6,7 @@ # PORTNAME= Tree-Simple -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tree @@ -26,7 +26,7 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} .endif .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again .endif .include diff -ruN --exclude=CVS /usr/ports/devel/p5-Tree-Simple/distinfo /usr/home/chinsan/project/p5-Tree-Simple/distinfo --- /usr/ports/devel/p5-Tree-Simple/distinfo Sun Jan 22 16:29:38 2006 +++ /usr/home/chinsan/project/p5-Tree-Simple/distinfo Thu Jul 6 02:52:27 2006 @@ -1,3 +1,3 @@ -MD5 (Tree-Simple-1.15.tar.gz) = f4bb1afd402186952ea0b87ceeb3bc41 -SHA256 (Tree-Simple-1.15.tar.gz) = 0107a9f0c6f752ac4922df3f763b33ac794fdbe90036af4b1b2a34e9971d8f95 -SIZE (Tree-Simple-1.15.tar.gz) = 31204 +MD5 (Tree-Simple-1.16.tar.gz) = 7f003a9af1aea6a9931c3de8fc49b3ab +SHA256 (Tree-Simple-1.16.tar.gz) = df91e18d313021cabace2a3ed9d84038d986e5c6f07cc414b57aee96d16a8e77 +SIZE (Tree-Simple-1.16.tar.gz) = 32104 --- p5-Tree-Simple-1.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:10: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 8D74516A4DA; Wed, 5 Jul 2006 19:10:29 +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 2E49843D46; Wed, 5 Jul 2006 19:10:29 +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 k65JATRn010783; Wed, 5 Jul 2006 19: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 k65JAT8F010779; Wed, 5 Jul 2006 19:10:29 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 19:10:29 GMT From: Edwin Groothuis Message-Id: <200607051910.k65JAT8F010779@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org Cc: Subject: Re: ports/99817: [PATCH] devel/p5-Tree-Simple: update to 1.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:10:29 -0000 Synopsis: [PATCH] devel/p5-Tree-Simple: update to 1.16 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 19:10:28 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99817 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:24: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 EBCC116A5EF; Wed, 5 Jul 2006 19:24:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA14943D45; Wed, 5 Jul 2006 19:24:29 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65JOTr9011268; Wed, 5 Jul 2006 19:24:29 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65JOT3c011264; Wed, 5 Jul 2006 19:24:29 GMT (envelope-from rafan) Date: Wed, 5 Jul 2006 19:24:29 GMT From: Rong-En Fan Message-Id: <200607051924.k65JOT3c011264@freefall.freebsd.org> To: rafan@freebsd.org, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99815: [PATCH] chinese/zh-autoconvert: update to 0.3.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: Wed, 05 Jul 2006 19:24:30 -0000 Synopsis: [PATCH] chinese/zh-autoconvert: update to 0.3.14 State-Changed-From-To: open->feedback State-Changed-By: rafan State-Changed-When: Wed Jul 5 19:23:51 UTC 2006 State-Changed-Why: Awaiting maintainer feedback. Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Wed Jul 5 19:23:51 UTC 2006 Responsible-Changed-Why: My PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=99815 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:30: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 8067E16A50E for ; Wed, 5 Jul 2006 19:30: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 F36D343D4C for ; Wed, 5 Jul 2006 19:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65JUIgI011490 for ; Wed, 5 Jul 2006 19:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65JUI8L011489; Wed, 5 Jul 2006 19:30:18 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 19:30:18 GMT Resent-Message-Id: <200607051930.k65JUI8L011489@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EDB416A4F3 for ; Wed, 5 Jul 2006 19:20:20 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD4843D5A for ; Wed, 5 Jul 2006 19:20:10 +0000 (GMT) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id F087E17093; Thu, 6 Jul 2006 03:15:03 +0800 (CST) Message-Id: <20060705192009.F087E17093@sunpoet.net> Date: Thu, 6 Jul 2006 03:15:03 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:30:20 -0000 >Number: 99818 >Category: ports >Synopsis: Duplicated ports (ports/devel/otrs and ports/www/otrs) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 19:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 6.1-STABLE i386 >Organization: SUNPOET.net >Environment: System: FreeBSD IRIS.sunpoet.net 6.1-STABLE FreeBSD 6.1-STABLE #9: Sun Jun 18 22:55:40 CST 2006 sunpoet@IRIS.sunpoet.net:/usr/obj/usr/src/sys/sunpoet i386 >Description: Two new ports (ports/devel/otrs and ports/www/otrs) were added to ports tree but obviously they are the same. >How-To-Repeat: >Fix: Remove one from ports tree. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:30:26 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 C0AC616A4E5; Wed, 5 Jul 2006 19:30:26 +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 372FE43D53; Wed, 5 Jul 2006 19:30:26 +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 k65JUQhW011661; Wed, 5 Jul 2006 19:30:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65JUQ4c011657; Wed, 5 Jul 2006 19:30:26 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 19:30:26 GMT From: Edwin Groothuis Message-Id: <200607051930.k65JUQ4c011657@freefall.freebsd.org> To: sunpoet@sunpoet.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:30:26 -0000 Synopsis: Duplicated ports (ports/devel/otrs and ports/www/otrs) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 5 19:30:25 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99818 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:40:59 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 2C7AC16A530; Wed, 5 Jul 2006 19:40:59 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B9C43DAB; Wed, 5 Jul 2006 19:40:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65JeNd8013177; Wed, 5 Jul 2006 19:40:23 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65JeN0v013173; Wed, 5 Jul 2006 19:40:23 GMT (envelope-from garga) Date: Wed, 5 Jul 2006 19:40:23 GMT From: Renato Botelho Message-Id: <200607051940.k65JeN0v013173@freefall.freebsd.org> To: chinsan.tw@gmail.com, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/96836: [NEW PORT] textproc/sdcv: A text-based utility for work with dictionaries in StarDict's format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:40:59 -0000 Synopsis: [NEW PORT] textproc/sdcv: A text-based utility for work with dictionaries in StarDict's format State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Wed Jul 5 19:40:22 UTC 2006 State-Changed-Why: New port added, with changes. Marked it as BROKEN on 4.x and on amd64 and ia64. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=96836 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 19:41:00 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 4D05816A54F for ; Wed, 5 Jul 2006 19:41:00 +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 1784C43D92 for ; Wed, 5 Jul 2006 19:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65JeGLY013040 for ; Wed, 5 Jul 2006 19:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65JeGmD013039; Wed, 5 Jul 2006 19:40:16 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 19:40:16 GMT Resent-Message-Id: <200607051940.k65JeGmD013039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DC4816A4DA for ; Wed, 5 Jul 2006 19:31:55 +0000 (UTC) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21F443D4C for ; Wed, 5 Jul 2006 19:31:54 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 816E71CEBA; Wed, 5 Jul 2006 14:34:57 -0500 (CDT) Message-Id: <20060705193457.816E71CEBA@phoenix.smluc.org> Date: Wed, 5 Jul 2006 14:34:57 -0500 (CDT) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu, erikg@arl.army.mil Subject: ports/99819: [Maintainer Update] cad/brlcad 7.8.0 -> 7.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:41:00 -0000 >Number: 99819 >Category: ports >Synopsis: [Maintainer Update] cad/brlcad 7.8.0 -> 7.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 19:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 6.1-RELEASE i386 >Organization: US Army Research Laboratory >Environment: System: FreeBSD fenris 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 14:38:02 EDT 2006 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: Freshmeat blurb: This release has several notable enhancements, including the addition of a new example geometry model of a toy vehicle. The DXF converter received considerable attention with the addition of support for most of the formerly unsupported 2D entities. Several bugs were identified and fixed in mged, g2asc, g_diff, and asc-nmg. Documentation was improved for dbupgrade and dxf-g, and a new g-var tool was created to facilitate conversion of models for purposes directly related to OpenGL display lists. Finally, the new archer modeling tool received support for multi-select and cut-n-paste. Also changed the optimization knob to be an OPTIONS= Additionally, I tried to roll in as many changes from ports/98182 as possible, so I THINK that one can be closed? Tested on p4 fbsd61 and amd64 61 >How-To-Repeat: >Fix: --- cad_brlcad.patch begins here --- Index: cad/brlcad/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- cad/brlcad/Makefile 14 Apr 2006 17:15:27 -0000 1.15 +++ cad/brlcad/Makefile 5 Jul 2006 19:26:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= brlcad -PORTVERSION= 7.8.0 +PORTVERSION= 7.8.2 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= brlcad @@ -42,35 +42,35 @@ bwhist.1 bwhisteq.1 bwmod.1 bwrect.1 bwrot.1 bwscale.1 bwshrink.1 \ bwstat.1 bwthresh.1 cad_boundp.1 cad_parea.1 cat-fb.1 cell-fb.1 \ chan_mult.1 chan_permute.1 cmap-fb.1 comgeom-g.1 conv-vg2g.1 cv.1 \ - cy-g.1 dbclean.1 dbcp.1 decimate.1 dpix-pix.1 dunncolor.1 dunnsnap.1 \ - dxf-g.1 enf-g.1 euclid-g.1 fast4-g.1 fb-bw.1 fb-cmap.1 fb-fb.1 \ - fb-orle.1 fb-pix.1 fb-png.1 fb-rle.1 fbanim.1 fbcbars.1 fbclear.1 \ - fbcmap.1 fbcmrot.1 fbcolor.1 fbed.1 fbfade.1 fbframe.1 fbfree.1 \ - fbgamma.1 fbgrid.1 fbhelp.1 fblabel.1 fbline.1 fbpoint.1 fbscanplot.1 \ - fbserv.1 fbstretch.1 fbzoom.1 firpass.1 g-acad.1 g-dxf.1 g-euclid.1 \ - g-iges.1 g-nff.1 g-nmg.1 g-obj.1 g-shell.rect.1 g-stl.1 g-tankill.1 \ - g-vrml.1 g-x3d.1 g2asc.1 g_diff.1 g_lint.1 g_qa.1 gencolor.1 gif-fb.1 \ - gif2fb.1 halftone.1 hd.1 iges-g.1 imgdims.1 ir-X.1 ir-sgi.1 irdisp.1 \ - lgt.1 loop.1 mac-pix.1 mged.1 mk_bolt.1 mk_gastank.1 mk_handle.1 \ - mk_window.1 mk_winfrm.1 mk_wire.1 morphedit.1 nastran-g.1 nirt.1 \ - nmg-bot.1 nmg-rib.1 op-bw.1 orle-fb.1 orle-pix.1 patch-g.1 pcd-pix.1 \ - picket_fence.1 pix-alias.1 pix-bw.1 pix-bw3.1 pix-fb.1 pix-orle.1 \ - pix-png.1 pix-ps.1 pix-rle.1 pix-sun.1 pix2asc.1 pixautosize.1 \ - pixbackgnd.1 pixbgstrip.1 pixblend.1 pixborder.1 pixbustup.1 \ - pixclump.1 pixcolors.1 pixcut.1 pixdiff.1 pixdsplit.1 pixfade.1 \ - pixfilter.1 pixhalve.1 pixhist.1 pixhist3d-pl.1 pixhist3d.1 \ + cy-g.1 dbclean.1 dbcp.1 dbupgrade.1 decimate.1 dpix-pix.1 dunncolor.1 \ + dunnsnap.1 dxf-g.1 enf-g.1 euclid-g.1 fast4-g.1 fb-bw.1 fb-cmap.1 \ + fb-fb.1 fb-orle.1 fb-pix.1 fb-png.1 fb-rle.1 fbanim.1 fbcbars.1 \ + fbclear.1 fbcmap.1 fbcmrot.1 fbcolor.1 fbed.1 fbfade.1 fbframe.1 \ + fbfree.1 fbgamma.1 fbgrid.1 fbhelp.1 fblabel.1 fbline.1 fbpoint.1 \ + fbscanplot.1 fbserv.1 fbstretch.1 fbzoom.1 firpass.1 g-acad.1 g-dxf.1 \ + g-euclid.1 g-iges.1 g-nff.1 g-nmg.1 g-obj.1 g-shell.rect.1 g-stl.1 \ + g-tankill.1 g-var.1 g-vrml.1 g-x3d.1 g2asc.1 g_diff.1 g_lint.1 g_qa.1 \ + gencolor.1 gif-fb.1 gif2fb.1 halftone.1 hd.1 iges-g.1 imgdims.1 ir-X.1 \ + ir-sgi.1 irdisp.1 lgt.1 loop.1 mac-pix.1 mged.1 mk_bolt.1 mk_gastank.1 \ + mk_handle.1 mk_window.1 mk_winfrm.1 mk_wire.1 morphedit.1 nastran-g.1 \ + nirt.1 nmg-bot.1 nmg-rib.1 op-bw.1 orle-fb.1 orle-pix.1 patch-g.1 \ + pcd-pix.1 picket_fence.1 pix-alias.1 pix-bw.1 pix-bw3.1 pix-fb.1 \ + pix-orle.1 pix-png.1 pix-ps.1 pix-rle.1 pix-sun.1 pix2asc.1 \ + pixautosize.1 pixbackgnd.1 pixbgstrip.1 pixblend.1 pixborder.1 \ + pixbustup.1 pixclump.1 pixcolors.1 pixcut.1 pixdiff.1 pixdsplit.1 \ + pixfade.1 pixfilter.1 pixhalve.1 pixhist.1 pixhist3d-pl.1 pixhist3d.1 \ pixinterp2x.1 pixmatte.1 pixmerge.1 pixmorph.1 pixrect.1 pixrot.1 \ pixsaturate.1 pixscale.1 pixshrink.1 pixstat.1 pixsubst.1 pixtile.1 \ - pixuntile.1 pl-X.1 pl-X10.1 pl-asc.1 pl-fb.1 pl-hpgl.1 pl-pl.1 \ - pl-ps.1 pl-sgi.1 pl-starbase.1 pl-tek.1 plcolor.1 pldebug.1 \ - plgetframe.1 plline2.1 plrot.1 ply-g.1 png-bw.1 png-fb.1 png-pix.1 \ - png_info.1 polar-fb.1 poly-bot.1 pp-fb.1 proe-g.1 query.1 remrt.1 \ - rle-fb.1 rle-pix.1 rpatch.1 rt.1 rt_bot_faces.1 rtarea.1 rtcheck.1 \ - rtedge.1 rtg3.1 rthide.1 rtpp.1 rtrange.1 rtray.1 rtregis.1 rtscale.1 \ - rtshot.1 rttherm.1 rtwalk.1 rtweight.1 rtxray.1 scriptsort.1 \ - secpass.1 shapefact.1 showshot.1 showtherm.1 ssamp-bw.1 stl-g.1 \ - sun-pix.1 tabinterp.1 tabsub.1 tankill-g.1 tclsh.1 terrain.1 ug-g.1 \ - vas4.1 vdeck.1 viewpoint-g.1 wavelet.1 wish.1 + pixuntile.1 pl-X.1 pl-X10.1 pl-asc.1 pl-fb.1 pl-hpgl.1 pl-pl.1 pl-ps.1 \ + pl-sgi.1 pl-starbase.1 pl-tek.1 plcolor.1 pldebug.1 plgetframe.1 \ + plline2.1 plrot.1 ply-g.1 png-bw.1 png-fb.1 png-pix.1 png_info.1 \ + polar-fb.1 poly-bot.1 pp-fb.1 proe-g.1 query.1 remrt.1 rle-fb.1 \ + rle-pix.1 rpatch.1 rt.1 rt_bot_faces.1 rtarea.1 rtcheck.1 rtedge.1 \ + rtg3.1 rthide.1 rtpp.1 rtrange.1 rtray.1 rtregis.1 rtscale.1 rtshot.1 \ + rttherm.1 rtwalk.1 rtweight.1 rtxray.1 scriptsort.1 secpass.1 \ + shapefact.1 showshot.1 showtherm.1 ssamp-bw.1 stl-g.1 sun-pix.1 \ + tabinterp.1 tabsub.1 tankill-g.1 tclsh.1 terrain.1 ug-g.1 vas4.1 \ + vdeck.1 viewpoint-g.1 wavelet.1 wish.1 MAN3= 3DBorder.3 Access.3 AddErrInfo.3 AddOption.3 Alloc.3 AllowExc.3 \ AppInit.3 AssocData.3 Async.3 BackgdErr.3 Backslash.3 BindTable.3 \ @@ -154,34 +154,22 @@ tkwait.n toplevel.n trace.n unknown.n unset.n update.n uplevel.n \ upvar.n usual.n variable.n vwait.n while.n winfo.n wm.n +OPTIONS= OPTIMIZATION "Try building with optimizations" on + .include +# we only run on i386 and amd64 release 5+ .if ${OSVERSION} < 500000 -LDFLAGS+= ${PTHREAD_LIBS} BROKEN= Does not compile on FreeBSD-${OSREL} -.endif - -.if !(${ARCH} == i386 || ${ARCH} == amd64) +.elif !(${ARCH} == i386 || ${ARCH} == amd64) IGNORE= dumps core on ${ARCH} .endif -.ifndef WITHOUT_OPTIMIZATION +.ifdef WITH_OPTIMIZATION CONFIGURE_ARGS+= --disable-debug -#.if !(${ARCH} == alpha || ${ARCH} == sparc64 || ${ARCH} == amd64) -.if !(${ARCH} == alpha || ${ARCH} == sparc64) +.if (${ARCH} == i386 || ${ARCH} == amd64) CONFIGURE_ARGS+= --enable-optimized .endif -.else -CONFIGURE_ARGS+= --disable-dependency-tracking --disable-libtool-lock -.endif - -.ifndef (WITHOUT_OPTIMIZATION) -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} Hit CTRL+C now and build an unoptimized version of brlcad by - @${ECHO_MSG} specifying -DWITHOUT_OPTIMIZATION at the command line! - @${ECHO_MSG} - @sleep 2 .endif pre-install: @@ -189,7 +177,17 @@ ${REINPLACE_CMD} -e 's+%%BRLCAD_ROOT%%+${PREFIX}+g;' \ ${WRKSRC}/mged.sh +# note that installing outside of PREFIX wigs out package stuff... :/ post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mged.sh ${LOCALBASE}/bin/mged.sh + ${INSTALL_SCRIPT} ${WRKSRC}/mged.sh ${PREFIX}/bin/mged.sh + ${LN} -s ${PREFIX}/bin/mged.sh ${LOCALBASE}/bin/mged.sh +.if defined(WITH_OPTIMIZATION) && !(${ARCH} == i386 || ${ARCH} == amd64) + @echo "Optimization does not work here, but we went ahead and turned off debugging" +.endif + +.if defined(WITH_OPTIMIZATION) && !(${ARCH} == i386 || ${ARCH} == amd64) +post-build: + @echo "Optimization does not work here, but we went ahead and turned off debugging" +.endif .include Index: cad/brlcad/distinfo =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- cad/brlcad/distinfo 14 Apr 2006 17:15:27 -0000 1.10 +++ cad/brlcad/distinfo 5 Jul 2006 19:26:06 -0000 @@ -1,3 +1,3 @@ -MD5 (brlcad-7.8.0.tar.bz2) = bb4c5fd83ae1dd1b5dd84384f7894fc8 -SHA256 (brlcad-7.8.0.tar.bz2) = 7db5b30074d3b44d17dcf2b79961d4b899a61c5f67662308b83de1892b15f4ca -SIZE (brlcad-7.8.0.tar.bz2) = 20000408 +MD5 (brlcad-7.8.2.tar.bz2) = 38854509545cb4a1b037d1ac47aac731 +SHA256 (brlcad-7.8.2.tar.bz2) = 6e7d17f57383ba8830aedf126a205bed46f4bbbc857118eb8021f706720711c6 +SIZE (brlcad-7.8.2.tar.bz2) = 19955186 Index: cad/brlcad/pkg-plist =================================================================== RCS file: /home/ncvs/ports/cad/brlcad/pkg-plist,v retrieving revision 1.11 diff -u -r1.11 pkg-plist --- cad/brlcad/pkg-plist 14 Apr 2006 17:15:27 -0000 1.11 +++ cad/brlcad/pkg-plist 5 Jul 2006 19:26:06 -0000 @@ -1,6 +1,5 @@ -@unexec rm -f %%LOCALBASE%%/bin/mged @unexec rm -f %%LOCALBASE%%/bin/mged.sh -@exec ln -s %D/%F %%LOCALBASE%%/bin/mged +@exec ln -s %%PREFIX%%/bin/mged.sh %%LOCALBASE%%/bin/mged.sh bin/a-d bin/alias-pix bin/all_sf @@ -155,6 +154,7 @@ bin/g-shell.rect bin/g-stl bin/g-tankill +bin/g-var bin/g-vrml bin/g-x3d bin/g2asc @@ -185,6 +185,7 @@ bin/loop bin/mac-pix bin/mged +bin/mged.sh bin/mk_bolt bin/mk_gastank bin/mk_handle @@ -1027,6 +1028,7 @@ %%DATADIR%%/%%PORTVERSION%%/db/tank_car.g %%DATADIR%%/%%PORTVERSION%%/db/terra.g %%DATADIR%%/%%PORTVERSION%%/db/truck.g +%%DATADIR%%/%%PORTVERSION%%/db/toyjeep.g %%DATADIR%%/%%PORTVERSION%%/db/wave.g %%DATADIR%%/%%PORTVERSION%%/db/woodsman.g %%DATADIR%%/%%PORTVERSION%%/db/world.g @@ -1415,6 +1417,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/bug.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/closeall.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/combination.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/command.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/configure.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_copy.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_cut.png @@ -1425,9 +1428,13 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_translate.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/file_new.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/file_text_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/file_text_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/find.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_closed_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_closed_small_disabled.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/open.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/option_text.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/option_tree.png @@ -1469,6 +1476,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/bug.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/closeall.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/combination.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/command.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/configure.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_copy.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_cut.png @@ -1479,9 +1487,12 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/edit_translate.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/file_new.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/file_text_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/file_text_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/find.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_closed_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_closed_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_open_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/folder_open_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/open.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/option_text.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal_Large/option_tree.png Index: cad/brlcad/files/patch-configure =================================================================== RCS file: cad/brlcad/files/patch-configure diff -N cad/brlcad/files/patch-configure --- cad/brlcad/files/patch-configure 14 Apr 2006 17:15:27 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- configure.orig Tue Apr 11 13:11:45 2006 -+++ configure Tue Apr 11 13:12:18 2006 -@@ -45156,6 +45156,8 @@ - build_brlcad_jove=no - if test "x$bc_build_jove" = "xyes" ; then - build_brlcad_jove=yes -+elif test "x$bc_build_jove" = "xno" ; then -+ build_brlcad_jove=no # damnit - else - # enable jove if no suitable system emacs/jove was found - if test "x$BCEDITOR" = "x" ; then --- cad_brlcad.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 20:00: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 AC17116A509 for ; Wed, 5 Jul 2006 20: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 0027E43D72 for ; Wed, 5 Jul 2006 20:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65K0RQ5013621 for ; Wed, 5 Jul 2006 20:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65K0Rda013616; Wed, 5 Jul 2006 20:00:27 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 20:00:27 GMT Resent-Message-Id: <200607052000.k65K0Rda013616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Anderson S. Ferreira" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C388716A4E1 for ; Wed, 5 Jul 2006 19:55:52 +0000 (UTC) (envelope-from anderson@cnpm.embrapa.br) Received: from inga.cnpm.embrapa.br (inga.cnpm.embrapa.br [200.136.111.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF3DD43D53 for ; Wed, 5 Jul 2006 19:55:49 +0000 (GMT) (envelope-from anderson@cnpm.embrapa.br) Received: from localhost (localhost [127.0.0.1]) by inga.cnpm.embrapa.br (Postfix) with ESMTP id 18F998A02E for ; Wed, 5 Jul 2006 16:55:15 -0300 (BRT) Received: by inga.cnpm.embrapa.br (Postfix, from userid 1100) id 2A4458A02D; Wed, 5 Jul 2006 16:55:13 -0300 (BRT) Message-Id: <20060705195513.2A4458A02D@inga.cnpm.embrapa.br> Date: Wed, 5 Jul 2006 16:55:13 -0300 (BRT) From: "Anderson S. Ferreira" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99820: [maintainer-update] databases/postgis - Upgrade to 1.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Anderson S. Ferreira" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:00:35 -0000 >Number: 99820 >Category: ports >Synopsis: [maintainer-update] databases/postgis - Upgrade to 1.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: Wed Jul 05 20:00:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Anderson S. Ferreira >Release: FreeBSD 6.1-STABLE i386 >Organization: Embrapa Monitoramento por Satélite >Environment: System: FreeBSD inga.cnpm.embrapa.br 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue Jul 4 08:27:25 BRT 2006 root@inga.cnpm.embrapa.br:/usr/src/sys/i386/compile/INGA i386 >Description: Upgrade from 1.1.2 to 1.1.3 >How-To-Repeat: >Fix: --- postgis.patch begins here --- diff -ruN postgis.bak/Makefile postgis/Makefile --- postgis.bak/Makefile Wed Jul 5 16:26:44 2006 +++ postgis/Makefile Wed Jul 5 16:27:04 2006 @@ -6,7 +6,7 @@ # PORTNAME= postgis -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= databases MASTER_SITES= http://postgis.refractions.net/download/ diff -ruN postgis.bak/distinfo postgis/distinfo --- postgis.bak/distinfo Wed Jul 5 16:26:44 2006 +++ postgis/distinfo Wed Jul 5 16:44:03 2006 @@ -1,3 +1,4 @@ -MD5 (postgis-1.1.2.tar.gz) = 4b170cc30d9b7fec493fe779e46aa50c -SHA256 (postgis-1.1.2.tar.gz) = 5d63b1875e6dd8610001ad89d97351eaaf1c3205fc6ec57365e2bb9f6b990fb5 -SIZE (postgis-1.1.2.tar.gz) = 1547680 +SIZE (postgis-1.1.3.tar.gz) = 1619568 +MD5 (postgis-1.1.3.tar.gz) = 555d00f3d96738dd53574aecad4d9a9f +SHA256 (postgis-1.1.3.tar.gz) = 0fde3d9eff68f3b19b002d60c8236f2ee1ec88d583ca4294956a6570e855db07 + diff -ruN postgis.bak/files/patch-lwgeom postgis/files/patch-lwgeom --- postgis.bak/files/patch-lwgeom Wed Jul 5 16:26:44 2006 +++ postgis/files/patch-lwgeom Wed Jul 5 16:29:48 2006 @@ -1,11 +1,11 @@ ---- lwgeom/Makefile Wed Dec 28 17:39:49 2005 -+++ lwgeom/Makefile Wed Dec 28 17:41:22 2005 -@@ -128,7 +128,7 @@ +--- lwgeom/Makefile Sun Jun 25 20:59:32 2006 ++++ lwgeom/Makefile Wed Jul 5 16:29:07 2006 +@@ -129,7 +129,7 @@ $(PERL) ../utils/postgis_proc_upgrade.pl ../lwpostgis.sql > ../lwpostgis_upgrade.sql - ../lwpostgis.sql: lwpostgis.sql.in + ../lwpostgis.sql: lwpostgis.sql.in long_xact.sql - cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's:@MODULE_FILENAME@:$(MODULE_FILENAME):g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ + cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's:@MODULE_FILENAME@:$$libdir/liblwgeom.so.1:g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ - install: all install-lib-shared install-lwgeom-scripts - + ../regress/lwpostgis.sql: lwpostgis.sql.in long_xact.sql + cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's#@MODULE_FILENAME@#$(REGRESS_MODULE_FILENAME)#g;s#@POSTGIS_VERSION@#$(POSTGIS_VERSION)#g;s#@POSTGIS_SCRIPTS_VERSION@#$(SCRIPTS_VERSION)#g;s/@POSTGIS_BUILD_DATE@/$(POSTGIS_BUILD_DATE)/g' | grep -v '^#' > $@ --- postgis.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 20:10:39 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 AB80E16A4DE for ; Wed, 5 Jul 2006 20:10:39 +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 3C0E143D5F for ; Wed, 5 Jul 2006 20: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 k65KAEFW013901 for ; Wed, 5 Jul 2006 20: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 k65KAERG013900; Wed, 5 Jul 2006 20:10:14 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 20:10:14 GMT Resent-Message-Id: <200607052010.k65KAERG013900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE61416A4DA for ; Wed, 5 Jul 2006 20:03:08 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3172E43D49 for ; Wed, 5 Jul 2006 20:03:08 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k65K36cL048829; Thu, 6 Jul 2006 04:03:06 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k65K36Uo048828; Thu, 6 Jul 2006 04:03:06 +0800 (CST) (envelope-from rafan) Message-Id: <200607052003.k65K36Uo048828@svm.csie.ntu.edu.tw> Date: Thu, 6 Jul 2006 04:03:06 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yinjieh@csie.nctu.edu.tw Subject: ports/99821: [PATCH] lang/stklos: update to 0.72 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:10:39 -0000 >Number: 99821 >Category: ports >Synopsis: [PATCH] lang/stklos: update to 0.72 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 20:10:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.1-RELEASE i386 >Organization: NTU CSIE >Environment: >Description: - Update to 0.72 Port maintainer (yinjieh@csie.nctu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- stklos-0.72.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/lang/stklos/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 10 May 2006 14:46:43 -0000 1.9 +++ Makefile 5 Jul 2006 20:02:57 -0000 @@ -6,8 +6,7 @@ # PORTNAME= stklos -PORTVERSION= 0.71 -PORTREVISION= 1 +PORTVERSION= 0.72 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/lang/stklos/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 4 Dec 2005 10:52:17 -0000 1.6 +++ distinfo 5 Jul 2006 20:02:57 -0000 @@ -1,3 +1,3 @@ -MD5 (stklos-0.71.tar.gz) = 603d9ff70ba7cd7fb3a0f06d838cb698 -SHA256 (stklos-0.71.tar.gz) = fdc4762124e5615c1f0c47ec7d7331b14665bef96c91194776da1113c4dee71b -SIZE (stklos-0.71.tar.gz) = 3595328 +MD5 (stklos-0.72.tar.gz) = e2f34a581a91a02c0cbfbba61e79ac46 +SHA256 (stklos-0.72.tar.gz) = 60f3fc5b0ffe6fa0b077055c37ff9bee4bf1d9618287eed46520122b04a41e6d +SIZE (stklos-0.72.tar.gz) = 3530412 Index: pkg-plist =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/lang/stklos/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 4 Dec 2005 10:52:17 -0000 1.5 +++ pkg-plist 5 Jul 2006 20:02:57 -0000 @@ -91,6 +91,8 @@ %%DATADIR%%/%%VERSION%%/srfi-48.stk %%DATADIR%%/%%VERSION%%/srfi-60.ostk %%DATADIR%%/%%VERSION%%/srfi-60.stk +%%DATADIR%%/%%VERSION%%/srfi-66.ostk +%%DATADIR%%/%%VERSION%%/srfi-66.stk %%DATADIR%%/%%VERSION%%/srfi-7.ostk %%DATADIR%%/%%VERSION%%/srfi-7.stk %%DATADIR%%/%%VERSION%%/srfi-70.ostk --- stklos-0.72.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 20:10:55 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 409C216A4E7; Wed, 5 Jul 2006 20:10:55 +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 15A0E43D73; Wed, 5 Jul 2006 20:10:46 +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 k65KAkKj014095; Wed, 5 Jul 2006 20:10:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65KAkLN014091; Wed, 5 Jul 2006 20:10:46 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 20:10:46 GMT From: Edwin Groothuis Message-Id: <200607052010.k65KAkLN014091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99821: [PATCH] lang/stklos: update to 0.72 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:10:55 -0000 Synopsis: [PATCH] lang/stklos: update to 0.72 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 5 20:10:46 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99821 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 20:13:00 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 E259116A4DD; Wed, 5 Jul 2006 20:13:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898D443D45; Wed, 5 Jul 2006 20:13:00 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65KD0Lf014346; Wed, 5 Jul 2006 20:13:00 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65KD0bI014342; Wed, 5 Jul 2006 20:13:00 GMT (envelope-from rafan) Date: Wed, 5 Jul 2006 20:13:00 GMT From: Rong-En Fan Message-Id: <200607052013.k65KD0bI014342@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99820: [maintainer-update] databases/postgis - Upgrade to 1.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: Wed, 05 Jul 2006 20:13:01 -0000 Synopsis: [maintainer-update] databases/postgis - Upgrade to 1.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Wed Jul 5 20:12:48 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99820 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 20:50:23 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 84B9E16A4DD for ; Wed, 5 Jul 2006 20:50:23 +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 5B9DE43D5C for ; Wed, 5 Jul 2006 20:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65KoM2j017440 for ; Wed, 5 Jul 2006 20:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65KoMBJ017437; Wed, 5 Jul 2006 20:50:22 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 20:50:22 GMT Resent-Message-Id: <200607052050.k65KoMBJ017437@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Schmidbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C79516A4DA for ; Wed, 5 Jul 2006 20:47:54 +0000 (UTC) (envelope-from pinhead@steve.stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id B664E43D4C for ; Wed, 5 Jul 2006 20:47:53 +0000 (GMT) (envelope-from pinhead@steve.stderror.at) Received: from steve.stderror.at (steve.stderror.at [83.65.196.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by murus.stderror.at (Postfix) with ESMTP id E33405C32 for ; Wed, 5 Jul 2006 22:52:08 +0200 (CEST) Received: from steve.stderror.at (localhost [127.0.0.1]) by steve.stderror.at (8.13.1/8.13.1) with ESMTP id k65Kw1ZD070062 for ; Wed, 5 Jul 2006 22:58:01 +0200 (CEST) (envelope-from pinhead@steve.stderror.at) Received: (from pinhead@localhost) by steve.stderror.at (8.13.1/8.13.1/Submit) id k65Kw05f070061; Wed, 5 Jul 2006 22:58:00 +0200 (CEST) (envelope-from pinhead) Message-Id: <200607052058.k65Kw05f070061@steve.stderror.at> Date: Wed, 5 Jul 2006 22:58:00 +0200 (CEST) From: Toni Schmidbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99822: editors/emacs-devel fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Toni Schmidbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:50:23 -0000 >Number: 99822 >Category: ports >Synopsis: editors/emacs-devel fails to install >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 20:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Schmidbauer >Release: FreeBSD 6.1-STABLE amd64 >Organization: stderror.at >Environment: System: FreeBSD steve.stderror.at 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jun 7 22:02:58 CEST 2006 root@steve.stderror.at:/usr/obj/usr/src/sys/STEVE amd64 >Description: make install fails with Compressing *.el ... chmod -R a+r /usr/local/share/emacs/22.0.50/leim cd lib-src; make maybe-blessmail MAKE='make' archlibdir='/usr/local/libexec/emacs/22.0.50/amd64-freebsd' install-info --quiet /usr/local/info/ada-mode.info /usr/local/info/dir install-info --quiet /usr/local/info/autotype.info /usr/local/info/dir install-info --quiet /usr/local/info/calc.info /usr/local/info/dir install-info --quiet /usr/local/info/ccmode.info /usr/local/info/dir install-info --quiet /usr/local/info/cl.info /usr/local/info/dir install-info --quiet /usr/local/info/dired-x.info /usr/local/info/dir install-info --quiet /usr/local/info/ebrowse.info /usr/local/info/dir install-info --quiet /usr/local/info/ediff.info /usr/local/info/dir install-info --quiet /usr/local/info/efaq.info /usr/local/info/dir install-info --quiet /usr/local/info/eintr.info /usr/local/info/dir install-info --quiet /usr/local/info/elisp.info /usr/local/info/dir install-info --quiet /usr/local/info/emacs.info /usr/local/info/dir install-info --quiet /usr/local/info/emacs-mime.info /usr/local/info/dir install-info --quiet /usr/local/info/emacs-xtra.info /usr/local/info/dir install-info: No such file or directory for /usr/local/info/emacs-xtra.info *** Error code 1 Stop in /usr/ports/editors/emacs-devel. >How-To-Repeat: cd /usr/ports/editors/emacs-devel && make install >Fix: diff -Nur emacs-devel.orig/Makefile emacs-devel/Makefile --- emacs-devel.orig/Makefile Wed Jul 5 13:43:12 2006 +++ emacs-devel/Makefile Wed Jul 5 22:24:14 2006 @@ -61,7 +61,7 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \ - efaq eintr elisp emacs emacs-mime emacs-xtra eshell eudc \ + efaq eintr elisp emacs emacs-mime eshell eudc \ flymake forms gnus idlwave info message mh-e newsticker \ org pcl-cvs pgg reftex sc ses sieve smtpmail speedbar tramp \ url vip viper widget woman rcirc erc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 20:50: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 DFBE716A4E5; Wed, 5 Jul 2006 20:50:29 +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 9967F43D45; Wed, 5 Jul 2006 20:50:29 +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 k65KoTE6017566; Wed, 5 Jul 2006 20:50:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65KoTtZ017562; Wed, 5 Jul 2006 20:50:29 GMT (envelope-from edwin) Date: Wed, 5 Jul 2006 20:50:29 GMT From: Edwin Groothuis Message-Id: <200607052050.k65KoTtZ017562@freefall.freebsd.org> To: toni@stderror.at, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99822: editors/emacs-devel fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:50:30 -0000 Synopsis: editors/emacs-devel fails to install State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 5 20:50:29 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99822 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 22:30:40 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 51ABD16A4DD for ; Wed, 5 Jul 2006 22:30:40 +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 3667243D69 for ; Wed, 5 Jul 2006 22:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65MUQ2G022145 for ; Wed, 5 Jul 2006 22:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65MUQ5W022144; Wed, 5 Jul 2006 22:30:26 GMT (envelope-from gnats) Date: Wed, 5 Jul 2006 22:30:26 GMT Message-Id: <200607052230.k65MUQ5W022144@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: ports/99822: editors/emacs-devel fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:30:40 -0000 The following reply was made to PR ports/99822; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/99822: editors/emacs-devel fails to install Date: Thu, 6 Jul 2006 01:26:34 +0300 On 2006-07-05 20:50, Edwin Groothuis wrote: > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/99822 This patch is not complete yet. There was a mismatch between the last version of the port I tested and the one we finally committed, probably because I wasn't very specific in the emails we exchanged with anray@, who has been extremely helpful so far. I've posted an updated patch to anray@ for a review and include it here too, for anyone who sees the port broken today: %%% Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs-devel/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 5 Jul 2006 11:43:12 -0000 1.6 +++ Makefile 5 Jul 2006 22:22:20 -0000 @@ -61,10 +61,10 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \ - efaq eintr elisp emacs emacs-mime emacs-xtra eshell eudc \ + efaq eintr elisp emacs emacs-mime erc eshell eudc \ flymake forms gnus idlwave info message mh-e newsticker \ - org pcl-cvs pgg reftex sc ses sieve smtpmail speedbar tramp \ - url vip viper widget woman rcirc erc + org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \ + tramp url vip viper widget woman LATEST_LINK= emacs22 @@ -89,7 +89,7 @@ pre-build: (cd ${WRKSRC} ; ${MAKE} bootstrap) -post-build: +pre-install: (cd ${WRKSRC}/lisp ; \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} recompile ; \ ${RM} ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VER}.[0-9]* ; \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/editors/emacs-devel/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 4 Jul 2006 23:55:36 -0000 1.4 +++ pkg-plist 4 Jul 2006 21:35:29 -0000 @@ -17,7 +17,6 @@ libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/sorted-doc libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/update-game-score libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/vcdiff -libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/yow %%DATADIR%%/%%EMACS_VER%%/etc/BABYL %%DATADIR%%/%%EMACS_VER%%/etc/CENSORSHIP %%DATADIR%%/%%EMACS_VER%%/etc/COOKIES @@ -25,6 +24,7 @@ %%DATADIR%%/%%EMACS_VER%%/etc/DEBUG %%DATADIR%%/%%EMACS_VER%%/etc/DISTRIB %%DATADIR%%/%%EMACS_VER%%/etc/DOC-%%EMACS_VER%%.1 +%%DATADIR%%/%%EMACS_VER%%/etc/DOC-%%EMACS_VER%%.2 %%DATADIR%%/%%EMACS_VER%%/etc/ERC-NEWS %%DATADIR%%/%%EMACS_VER%%/etc/ETAGS.EBNF %%DATADIR%%/%%EMACS_VER%%/etc/FTP @@ -33,20 +33,18 @@ %%DATADIR%%/%%EMACS_VER%%/etc/HELLO %%DATADIR%%/%%EMACS_VER%%/etc/INTERVIEW %%DATADIR%%/%%EMACS_VER%%/etc/JOKES -%%DATADIR%%/%%EMACS_VER%%/etc/LEDIT %%DATADIR%%/%%EMACS_VER%%/etc/LINUX-GNU -%%DATADIR%%/%%EMACS_VER%%/etc/LPF %%DATADIR%%/%%EMACS_VER%%/etc/MACHINES %%DATADIR%%/%%EMACS_VER%%/etc/MAILINGLISTS %%DATADIR%%/%%EMACS_VER%%/etc/MH-E-NEWS %%DATADIR%%/%%EMACS_VER%%/etc/MORE.STUFF %%DATADIR%%/%%EMACS_VER%%/etc/MOTIVATION %%DATADIR%%/%%EMACS_VER%%/etc/NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/ONEWS -%%DATADIR%%/%%EMACS_VER%%/etc/ONEWS.1 -%%DATADIR%%/%%EMACS_VER%%/etc/ONEWS.2 -%%DATADIR%%/%%EMACS_VER%%/etc/ONEWS.3 -%%DATADIR%%/%%EMACS_VER%%/etc/ONEWS.4 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.1-17 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.18 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.19 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.20 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.21 %%DATADIR%%/%%EMACS_VER%%/etc/ORDERS %%DATADIR%%/%%EMACS_VER%%/etc/OTHER.EMACSES %%DATADIR%%/%%EMACS_VER%%/etc/PROBLEMS @@ -409,7 +407,6 @@ %%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-in.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-out.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-out.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/ledit.l %%DATADIR%%/%%EMACS_VER%%/etc/letter.pbm %%DATADIR%%/%%EMACS_VER%%/etc/letter.xpm %%DATADIR%%/%%EMACS_VER%%/etc/ms-7bkermit @@ -420,6 +417,8 @@ %%DATADIR%%/%%EMACS_VER%%/etc/pl-refcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/ps-prin0.ps %%DATADIR%%/%%EMACS_VER%%/etc/ps-prin1.ps +%%DATADIR%%/%%EMACS_VER%%/etc/pt-br-refcard.ps +%%DATADIR%%/%%EMACS_VER%%/etc/pt-br-refcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/refcard.ps %%DATADIR%%/%%EMACS_VER%%/etc/refcard.tex %%DATADIR%%/%%EMACS_VER%%/etc/rgb.txt @@ -2639,9 +2638,9 @@ @dirrm %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes @dirrm %%DATADIR%%/%%EMACS_VER%%/lisp/url @dirrm %%DATADIR%%/%%EMACS_VER%%/lisp -@dirrmtry %%DATADIR%%/site-lisp @dirrmtry %%DATADIR%%/%%EMACS_VER%%/site-lisp @dirrmtry %%DATADIR%%/%%EMACS_VER%% +@dirrmtry %%DATADIR%%/site-lisp @dirrmtry %%DATADIR%% @dirrmtry var/games/emacs @dirrmtry var/games %%% From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 22:46:58 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 CBDAD16A4DF; Wed, 5 Jul 2006 22:46:58 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8043C43D49; Wed, 5 Jul 2006 22:46:58 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from freefall.freebsd.org (anray@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65MkwSx023787; Wed, 5 Jul 2006 22:46:58 GMT (envelope-from anray@freefall.freebsd.org) Received: (from anray@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65MkwQZ023783; Wed, 5 Jul 2006 22:46:58 GMT (envelope-from anray) Date: Wed, 5 Jul 2006 22:46:58 GMT From: Andrey Slusar Message-Id: <200607052246.k65MkwQZ023783@freefall.freebsd.org> To: keramida@ceid.upatras.gr, toni@stderror.at, anray@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99822: editors/emacs-devel fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:46:58 -0000 Synopsis: editors/emacs-devel fails to install State-Changed-From-To: feedback->closed State-Changed-By: anray State-Changed-When: Wed Jul 5 22:46:56 UTC 2006 State-Changed-Why: Fix from maintainer is committed with changes. http://www.freebsd.org/cgi/query-pr.cgi?pr=99822 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 22:50:55 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 DA3C416A4F8 for ; Wed, 5 Jul 2006 22:50:55 +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 4033D43D5C for ; Wed, 5 Jul 2006 22:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65MoKuK023844 for ; Wed, 5 Jul 2006 22:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65MoKmX023843; Wed, 5 Jul 2006 22:50:20 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 22:50:20 GMT Resent-Message-Id: <200607052250.k65MoKmX023843@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9683E16A4E0 for ; Wed, 5 Jul 2006 22:42:04 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1D143D5D for ; Wed, 5 Jul 2006 22:42:02 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k65Mg0KT057225; Thu, 6 Jul 2006 06:42:01 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k65Mg03h057224; Thu, 6 Jul 2006 06:42:00 +0800 (CST) (envelope-from rafan) Message-Id: <200607052242.k65Mg03h057224@svm.csie.ntu.edu.tw> Date: Thu, 6 Jul 2006 06:42:00 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yinjieh@csie.nctu.edu.tw Subject: ports/99823: [PATCH] www/py24-xist: update to 2.14.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:50:55 -0000 >Number: 99823 >Category: ports >Synopsis: [PATCH] www/py24-xist: update to 2.14.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 22:50:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.1-RELEASE i386 >Organization: NTU CSIE >Environment: >Description: - Update to 2.14.1 Port maintainer (yinjieh@csie.nctu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-xist-2.14.1.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/www/xist/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 1 Dec 2005 15:48:09 -0000 1.12 +++ Makefile 5 Jul 2006 22:41:38 -0000 @@ -7,7 +7,7 @@ # PORTNAME= xist -PORTVERSION= 2.13 +PORTVERSION= 2.14.1 CATEGORIES= www python MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/xist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/www/xist/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 1 Dec 2005 15:48:09 -0000 1.7 +++ distinfo 5 Jul 2006 22:41:38 -0000 @@ -1,3 +1,3 @@ -MD5 (ll-xist-2.13.tar.bz2) = 54d10742adcf64488af301791ce40523 -SHA256 (ll-xist-2.13.tar.bz2) = 332abfb453a11593f05303d10e4c1e66c11c6f8435b9fedd1b5e61e39f1beaeb -SIZE (ll-xist-2.13.tar.bz2) = 262220 +MD5 (ll-xist-2.14.1.tar.bz2) = c655992a23dcfcf639ac9ab207fbdeb8 +SHA256 (ll-xist-2.14.1.tar.bz2) = d08f9ac00cebbe63c11bd9f81d8fa708f1f79c5df69bfd14331d9f8b6ffb67e0 +SIZE (ll-xist-2.14.1.tar.bz2) = 278563 Index: pkg-plist =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/www/xist/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 1 Dec 2005 15:48:09 -0000 1.6 +++ pkg-plist 5 Jul 2006 22:41:38 -0000 @@ -19,6 +19,9 @@ %%PYTHON_SITELIBDIR%%/ll/xist/ns/abbr.py %%PYTHON_SITELIBDIR%%/ll/xist/ns/abbr.pyc %%PYTHON_SITELIBDIR%%/ll/xist/ns/abbr.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/ns/atom.py +%%PYTHON_SITELIBDIR%%/ll/xist/ns/atom.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/ns/atom.pyo %%PYTHON_SITELIBDIR%%/ll/xist/ns/chars.py %%PYTHON_SITELIBDIR%%/ll/xist/ns/chars.pyc %%PYTHON_SITELIBDIR%%/ll/xist/ns/chars.pyo @@ -28,6 +31,9 @@ %%PYTHON_SITELIBDIR%%/ll/xist/ns/cond.py %%PYTHON_SITELIBDIR%%/ll/xist/ns/cond.pyc %%PYTHON_SITELIBDIR%%/ll/xist/ns/cond.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/ns/detox.py +%%PYTHON_SITELIBDIR%%/ll/xist/ns/detox.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/ns/detox.pyo %%PYTHON_SITELIBDIR%%/ll/xist/ns/doc.py %%PYTHON_SITELIBDIR%%/ll/xist/ns/doc.pyc %%PYTHON_SITELIBDIR%%/ll/xist/ns/doc.pyo @@ -67,6 +73,12 @@ %%PYTHON_SITELIBDIR%%/ll/xist/ns/rng.py %%PYTHON_SITELIBDIR%%/ll/xist/ns/rng.pyc %%PYTHON_SITELIBDIR%%/ll/xist/ns/rng.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/ns/rss091.py +%%PYTHON_SITELIBDIR%%/ll/xist/ns/rss091.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/ns/rss091.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/ns/rss20.py +%%PYTHON_SITELIBDIR%%/ll/xist/ns/rss20.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/ns/rss20.pyo %%PYTHON_SITELIBDIR%%/ll/xist/ns/ruby.py %%PYTHON_SITELIBDIR%%/ll/xist/ns/ruby.pyc %%PYTHON_SITELIBDIR%%/ll/xist/ns/ruby.pyo @@ -112,6 +124,18 @@ %%PYTHON_SITELIBDIR%%/ll/xist/publishers.py %%PYTHON_SITELIBDIR%%/ll/xist/publishers.pyc %%PYTHON_SITELIBDIR%%/ll/xist/publishers.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/doc2txt.py +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/doc2txt.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/doc2txt.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/dtd2xsc.py +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/dtd2xsc.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/dtd2xsc.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/tld2xsc.py +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/tld2xsc.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/tld2xsc.pyo +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/xml2xsc.py +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/xml2xsc.pyc +%%PYTHON_SITELIBDIR%%/ll/xist/scripts/xml2xsc.pyo %%PYTHON_SITELIBDIR%%/ll/xist/sims.py %%PYTHON_SITELIBDIR%%/ll/xist/sims.pyc %%PYTHON_SITELIBDIR%%/ll/xist/sims.pyo @@ -127,5 +151,6 @@ %%PYTHON_SITELIBDIR%%/ll/xist/xsc.py %%PYTHON_SITELIBDIR%%/ll/xist/xsc.pyc %%PYTHON_SITELIBDIR%%/ll/xist/xsc.pyo +@dirrm %%PYTHON_SITELIBDIR%%/ll/xist/scripts @dirrm %%PYTHON_SITELIBDIR%%/ll/xist/ns @dirrm %%PYTHON_SITELIBDIR%%/ll/xist --- py24-xist-2.14.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 23:04:40 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 C186716A4DF; Wed, 5 Jul 2006 23:04:40 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7649343D46; Wed, 5 Jul 2006 23:04:40 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65N4eum024289; Wed, 5 Jul 2006 23:04:40 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65N4eA1024285; Wed, 5 Jul 2006 23:04:40 GMT (envelope-from rafan) Date: Wed, 5 Jul 2006 23:04:40 GMT From: Rong-En Fan Message-Id: <200607052304.k65N4eA1024285@freefall.freebsd.org> To: rafan@freebsd.org, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99823: [PATCH] www/py24-xist: update to 2.14.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:04:40 -0000 Synopsis: [PATCH] www/py24-xist: update to 2.14.1 State-Changed-From-To: open->feedback State-Changed-By: rafan State-Changed-When: Wed Jul 5 23:04:15 UTC 2006 State-Changed-Why: Awaiting maintainer feedback. Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Wed Jul 5 23:04:15 UTC 2006 Responsible-Changed-Why: My PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=99823 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 23:42:47 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 47A1B16A4DD; Wed, 5 Jul 2006 23:42:47 +0000 (UTC) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from www.takamatsu-nct.ac.jp (www.takamatsu-nct.ac.jp [210.137.227.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5269C43D49; Wed, 5 Jul 2006 23:42:45 +0000 (GMT) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from takamatsu-nct.ac.jp (ataka.takamatsu-nct.ac.jp [192.168.17.100]) by www.takamatsu-nct.ac.jp (8.12.11/3.7W) with ESMTP id k65NikpD001050; Thu, 6 Jul 2006 08:44:46 +0900 Received: from localhost.takamatsu-nct.ac.jp ([192.168.111.25]) by takamatsu-nct.ac.jp (8.11.6/3.7W) with ESMTP id k65N93726703; Thu, 6 Jul 2006 08:09:03 +0900 Received: from roddy.c3922.takamatsu-nct.ac.jp.takamatsu-nct.ac.jp (localhost [IPv6:::1]) by localhost.takamatsu-nct.ac.jp (8.13.7/8.13.7) with ESMTP id k65NgdUk044915; Thu, 6 Jul 2006 08:42:40 +0900 (JST) (envelope-from nakaji@takamatsu-nct.ac.jp) Sender: nakaji@takamatsu-nct.ac.jp From: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@freebsd.org References: <200606220010.k5M0AM26012123@freefall.freebsd.org> Date: Thu, 06 Jul 2006 08:42:39 +0900 In-Reply-To: <200606220010.k5M0AM26012123@freefall.freebsd.org> (FreeBSD-gnats-submit@freebsd.org's message of "Thu, 22 Jun 2006 00:10:22 GMT") Message-ID: <87fyhfty8g.fsf@roddy.c3922.takamatsu-nct.ac.jp> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Cc: Nakata Maho , freebsd-ports-bugs@freebsd.org Subject: Re: ports/99284: openoffice.org-2.0 fails on current because of the addition of gethostbyname_r to libc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:42:47 -0000 Success! I had to remove /usr/lib/libc_r.* which causes c++'s -pedantic bug. After removing them, "portupgrade ja-openoffice.org" was successful with this patch (I had already sent). Index: files/patch-i65512 =================================================================== RCS file: /home/ncvs/ports/editors/openoffice.org-2.0/files/patch-i65512,v retrieving revision 1.2 diff -u -r1.2 patch-i65512 --- files/patch-i65512 3 Jun 2006 11:39:21 -0000 1.2 +++ files/patch-i65512 21 Jun 2006 23:46:36 -0000 @@ -41,3 +41,21 @@ #endif #endif /* __OSL_SYSTEM_H__ */ +--- moz/mozilla-source-1.7.5.patch.orig Wed Jun 21 23:50:14 2006 ++++ moz/mozilla-source-1.7.5.patch Thu Jun 22 00:00:08 2006 +@@ -7697,3 +7697,15 @@ + + # Force applications to be built non-statically + # when building the mozcomps meta component ++--- misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c.orig Thu Sep 2 08:44:37 2004 +++++ misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c Wed Jun 21 23:58:12 2006 ++@@ -105,7 +105,8 @@ ++ #define _PR_HAVE_GETPROTO_R_INT ++ #endif ++ ++-#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) +++#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) || \ +++ (defined(__FreeBSD__) && __FreeBSD_version > 700016) ++ #define _PR_HAVE_GETPROTO_R ++ #define _PR_HAVE_5_ARG_GETPROTO_R ++ #endif Note: I sent JCA to OOo, and I'm waiting I'll be listed. -- NAKAJI Hiroyuki From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 00:10:41 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 6281216A4DA for ; Thu, 6 Jul 2006 00:10:41 +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 42EAB43D55 for ; Thu, 6 Jul 2006 00:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k660AHHh027257 for ; Thu, 6 Jul 2006 00:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k660AHVt027252; Thu, 6 Jul 2006 00:10:17 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 00:10:17 GMT Resent-Message-Id: <200607060010.k660AHVt027252@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rick van der Zwet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C09816A4DA for ; Thu, 6 Jul 2006 00:08:24 +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 5606843D46 for ; Thu, 6 Jul 2006 00:08:24 +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 k6608N6v031898 for ; Thu, 6 Jul 2006 00:08:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k6608NAM031897; Thu, 6 Jul 2006 00:08:23 GMT (envelope-from nobody) Message-Id: <200607060008.k6608NAM031897@www.freebsd.org> Date: Thu, 6 Jul 2006 00:08:23 GMT From: Rick van der Zwet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99824: Update port: www/moinmoin 1.5.3 -> 1.5.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: Thu, 06 Jul 2006 00:10:41 -0000 >Number: 99824 >Category: ports >Synopsis: Update port: www/moinmoin 1.5.3 -> 1.5.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 00:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rick van der Zwet >Release: 6.0 >Organization: Stichting Wireless Leiden >Environment: >Description: version upgrade >How-To-Repeat: >Fix: diff -ur moinmoin/Makefile moinmoin_new/Makefile --- moinmoin/Makefile Sun Apr 30 00:10:23 2006 +++ moinmoin_new/Makefile Thu Jul 6 01:57:24 2006 @@ -6,7 +6,7 @@ # PORTNAME= moinmoin -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= moin diff -ur moinmoin/distinfo moinmoin_new/distinfo --- moinmoin/distinfo Sun Apr 30 00:10:23 2006 +++ moinmoin_new/distinfo Thu Jul 6 01:57:24 2006 @@ -1,3 +1,2 @@ -MD5 (moin-1.5.3.tar.gz) = e95ec46ee8de9527a39793108de22f7d -SHA256 (moin-1.5.3.tar.gz) = 57a2b779ac53f42d77ab5788d1274a8122a12763fe479fb1aa97de5861094e57 -SIZE (moin-1.5.3.tar.gz) = 4187091 +MD5 (moin-1.5.4.tar.gz) = dcb85c72126c2fe39de66ef781a7dd39 +SIZE (moin-1.5.4.tar.gz) = 4329975 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 00:51:48 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 707E616A4E5; Thu, 6 Jul 2006 00:51:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB36A43D69; Thu, 6 Jul 2006 00:51:44 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k660piXQ033902; Thu, 6 Jul 2006 00:51:44 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k660piOs033898; Thu, 6 Jul 2006 00:51:44 GMT (envelope-from clsung) Date: Thu, 6 Jul 2006 00:51:44 GMT From: Cheng-Lung Sung Message-Id: <200607060051.k660piOs033898@freefall.freebsd.org> To: rick@wzoeterwoude.net, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99824: Update port: www/moinmoin 1.5.3 -> 1.5.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: Thu, 06 Jul 2006 00:51:48 -0000 Synopsis: Update port: www/moinmoin 1.5.3 -> 1.5.4 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Thu Jul 6 00:51:43 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=99824 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 03:11: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 40A8916A4DF; Thu, 6 Jul 2006 03:11:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA1443D45; Thu, 6 Jul 2006 03:11:42 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k663Bg2L043608; Thu, 6 Jul 2006 03:11:42 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k663BgJK043604; Thu, 6 Jul 2006 03:11:42 GMT (envelope-from miwi) Date: Thu, 6 Jul 2006 03:11:42 GMT From: Martin Wilke Message-Id: <200607060311.k663BgJK043604@freefall.freebsd.org> To: v.velox@vvelox.net, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99810: [PATCH] mail/sylpheed-claws-rssyl update to 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: Thu, 06 Jul 2006 03:11:43 -0000 Synopsis: [PATCH] mail/sylpheed-claws-rssyl update to 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Jul 6 03:11:42 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99810 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 05:30: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 BA7C716A4DF for ; Thu, 6 Jul 2006 05:30: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 9D10243D93 for ; Thu, 6 Jul 2006 05:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k665UFvB056965 for ; Thu, 6 Jul 2006 05:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k665UFDa056963; Thu, 6 Jul 2006 05:30:15 GMT (envelope-from gnats) Date: Thu, 6 Jul 2006 05:30:15 GMT Message-Id: <200607060530.k665UFDa056963@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai "IOnut" Tetcu Cc: Subject: Re: ports/99401: [Maintainer Update] sysutils/lineakd: Update to version 0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ion-Mihai IOnut Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:30:35 -0000 The following reply was made to PR ports/99401; it has been noted by GNATS. From: Ion-Mihai "IOnut" Tetcu To: "FreeBSD gnats submit" Cc: Subject: Re: ports/99401: [Maintainer Update] sysutils/lineakd: Update to version 0.9 Date: Thu, 6 Jul 2006 08:23:14 +0300 --Sig_c.lvBmu8hnesB4pEP3BoWXc Content-Type: multipart/mixed; boundary=MP_Z_xElUu9LBqHo78D7B2pF.P --MP_Z_xElUu9LBqHo78D7B2pF.P Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The new patch wasn't send to gnats also, so forward here the new patch. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #104: backup tape overwritten with copy of system manager's favourite CD --MP_Z_xElUu9LBqHo78D7B2pF.P Content-Type: text/x-patch; name=patch-lineakd-0.8.3-0.9 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=patch-lineakd-0.8.3-0.9 diff -urN -x .svn lineakd.orig/Makefile lineakd/Makefile --- lineakd.orig/Makefile Sun Jul 2 14:24:41 2006 +++ lineakd/Makefile Sun Jul 2 14:24:02 2006 @@ -6,8 +6,7 @@ # =20 PORTNAME=3D lineakd -PORTVERSION=3D 0.8.3 -PORTREVISION=3D 1 +PORTVERSION=3D 0.9 CATEGORIES=3D sysutils MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=3Dlineak @@ -28,7 +27,7 @@ PORTDOCS=3D README TODO AUTHORS =20 MAN1=3D lineakd.1 -MANCOMPRESSED=3D yes +#MANCOMPRESSED=3D yes =20 .include =20 diff -urN -x .svn lineakd.orig/distinfo lineakd/distinfo --- lineakd.orig/distinfo Sun Jul 2 14:24:41 2006 +++ lineakd/distinfo Thu May 25 18:59:54 2006 @@ -1,3 +1,3 @@ -MD5 (lineak/lineakd-0.8.3.tar.gz) =3D fc1d3add18afbb8e61b8277b89c525c6 -SHA256 (lineak/lineakd-0.8.3.tar.gz) =3D cfde4a06df9fb4f26f8629d4ed3320ea8= 13ba05a25217ec4ff55bbe5da04f504 -SIZE (lineak/lineakd-0.8.3.tar.gz) =3D 852158 +MD5 (lineak/lineakd-0.9.tar.gz) =3D 8a45672a6cea666873398ecc36a5070c +SHA256 (lineak/lineakd-0.9.tar.gz) =3D 39fd34f8df4d31d16adacce1191b34cef5e= 510b536701120906ec708be21010b +SIZE (lineak/lineakd-0.9.tar.gz) =3D 991376 diff -urN -x .svn lineakd.orig/files/patch-Makefile.in lineakd/files/patch-= Makefile.in --- lineakd.orig/files/patch-Makefile.in Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-Makefile.in Fri May 26 14:55:36 2006 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Apr 2 18:31:49 2005 -+++ Makefile.in Sat Apr 2 18:32:05 2005 -@@ -267,7 +267,7 @@ +--- Makefile.in.orig Fri May 26 14:44:53 2006 ++++ Makefile.in Fri May 26 14:45:14 2006 +@@ -224,7 +224,7 @@ + COMPILE_FIRST =3D lineak COMPILE_LAST =3D lineakd -=20 ####### kdevelop will overwrite this part!!! (begin)########## --SUBDIRS =3D lineak lineakd utils +-SUBDIRS =3D lineak utils lineakd +SUBDIRS =3D lineak lineakd -=20 EXTRA_DIST =3D lineakd.kdevprj admin AUTHORS COPYING ChangeLog INSTALL RE= ADME TODO lineakd.lsm lineakd.spec lineakd-noarch.spec README_LINEAK_LIBRAR= Y DIRECTIVES=20 =20 + ####### kdevelop will overwrite this part!!! (end)############ diff -urN -x .svn lineakd.orig/files/patch-lineak__cdromctrl.cpp lineakd/fi= les/patch-lineak__cdromctrl.cpp --- lineakd.orig/files/patch-lineak__cdromctrl.cpp Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineak__cdromctrl.cpp Fri May 26 14:56:29 2006 @@ -1,19 +1,23 @@ ---- lineak/cdromctrl.cpp.orig Thu Oct 28 17:04:06 2004 -+++ lineak/cdromctrl.cpp Sat Jan 15 11:28:04 2005 -@@ -26,6 +26,12 @@ +--- lineak/cdromctrl.cpp.orig Fri May 26 14:34:03 2006 ++++ lineak/cdromctrl.cpp Fri May 26 14:39:48 2006 +@@ -21,7 +21,7 @@ + extern "C" { + #include + #include +-#if defined (__FreeBSD_kernel__) || defined(__FreeBSD_kernel__) ++#if defined (__FreeBSD__) || defined(__FreeBSD__) + # include # define CDROMEJECT CDIOCEJECT /*_IO('c', 107)*/ # define CDROMCLOSETRAY CDIOCCLOSE - #else +@@ -37,6 +37,7 @@ + # include + # include + # include +# include -+ -+# include -+# include -+# include -+ - # include - # if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,5,70) - typedef unsigned char u8; -@@ -37,16 +43,11 @@ + #endif + #if defined (__CYGWIN__) + # include +@@ -47,7 +48,6 @@ =20 #include #include @@ -21,30 +25,3 @@ =20 #include #include - #include -=20 --#include --#include --#include -- - } - #include -=20 -@@ -141,6 +142,9 @@ - } - /** OPen the tray for a scsi device */ - void cdromCtrl::openTrayScsi(){ -+ #if defined (__FreeBSD__) -+ cdromCtrl::openTray(); -+ #else - /* do we have a CD-ROM device configured? (extra check, not really ne= scessary) */ - if ( cdromdev !=3D snull && initialized) { - lineak_core_functions::msg("... ejecting the SCSI CD-ROM tray"); -@@ -196,6 +200,7 @@ - status =3D ioctl(fp, BLKRRPART); - // return (status =3D=3D 0); - } -+#endif - } - /** Set or disable the auto-eject mode. If auto-eject mode is enabled, th= e cdrom device - will eject when we issue a close(fp); */ diff -urN -x .svn lineakd.orig/files/patch-lineakd__Makefile.am lineakd/fil= es/patch-lineakd__Makefile.am --- lineakd.orig/files/patch-lineakd__Makefile.am Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__Makefile.am Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- lineakd/Makefile.am.orig Wed Dec 29 12:07:27 2004 -+++ lineakd/Makefile.am Wed Dec 29 12:07:41 2004 -@@ -5,7 +5,7 @@ - ## INCLUDES were found outside kdevelop specific part -=20 - lineakd_SOURCES =3D lineakd_core_functions.cpp cmdprefs.cpp main.cpp=20 --lineakd_LDADD =3D -lpthread -llineak -lXext -lX11 -ldl -+lineakd_LDADD =3D -lpthread -llineak -lXext -lX11 -=20 - EXTRA_DIST =3D main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def l= ineakd.1.bz2 OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp=20 - #man_MANS =3D lineakd.1.gz diff -urN -x .svn lineakd.orig/files/patch-lineakd__Makefile.in lineakd/fil= es/patch-lineakd__Makefile.in --- lineakd.orig/files/patch-lineakd__Makefile.in Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__Makefile.in Mon Jun 5 17:07:41 2006 @@ -1,47 +1,46 @@ ---- lineakd/Makefile.in.orig Sat Jan 15 11:20:25 2005 -+++ lineakd/Makefile.in Sat Jan 15 11:23:02 2005 -@@ -269,7 +269,7 @@ +--- lineakd/Makefile.in.orig Wed May 24 17:26:52 2006 ++++ lineakd/Makefile.in Mon Jun 5 17:07:33 2006 +@@ -239,9 +239,9 @@ + unsermake_enable_pch_FALSE =3D @unsermake_enable_pch_FALSE@ + unsermake_enable_pch_TRUE =3D @unsermake_enable_pch_TRUE@ lineakd_SOURCES =3D lineakd_core_functions.cpp cmdprefs.cpp main.cpp=20 - lineakd_LDADD =3D -llineak -lXext -lX11=20 -=20 +-lineakd_LDADD =3D -lpthread -llineak -lXext -lX11 -ldl ++lineakd_LDADD =3D -llineak -lXext -lX11=20 + lineakd_LDFLAGS =3D -rdynamic -L../lineak $(all_libraries) @X_LIBS@ @X_PR= E_LIBS@ -EXTRA_DIST =3D main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def l= ineakd.1.bz2 OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp=20 +EXTRA_DIST =3D main.cpp eakprocs.h cmdprefs.cpp cmdprefs.h lineakkb.def l= ineakd.1.gz OLDCODE lineakd_core_functions.h lineakd_core_functions.cpp=20 -=20 - ####### kdevelop will overwrite this part!!! (end)############ - # set the include path found by configure -@@ -574,10 +574,10 @@ - uninstall-local + INCLUDES =3D $(all_includes) -I$(top_srcdir)/lineak -I. -I.. + AM_CPPFLAGS =3D -I$(top_srcdir) -I$(top_srcdir)/lineak -I$(top_srcdir)/li= neakd -I. -I.. $(all_includes)=20 + #>- all: all-am +@@ -544,10 +544,10 @@ =20 #man_MANS =3D lineakd.1.gz +=20 -lineakd.1.bz2: - bzip2 -c lineakd.1 > lineakd.1.bz2 +lineakd.1.gz: -+ gzip lineakd.1 ++ gzip -c lineakd.1 > lineakd.1.gz =20 -install-data-local: lineakd.1.bz2 +install-data-local: lineakd.1.gz - #>- $(mkinstalldirs) $(sysconfdir)/ + #>- $(mkinstalldirs) ${DESTDIR}$(sysconfdir)/ #>+ 1 - $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/ -@@ -590,17 +590,17 @@ - #>- $(INSTALL_DATA) $(srcdir)/lineakkb.def $(sysconfdir)/lineakkb.def - #>+ 1 - $(INSTALL_DATA) $(srcdir)/lineakkb.def $(DESTDIR)$(sysconfdir)/lineakkb.= def --#>- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 $(mandir)/man1/lineakd.1.bz2 -+#>- $(INSTALL_DATA) $(srcdir)/lineakd.1.gz $(mandir)/man1/lineakd.1.gz - #>+ 1 -- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 $(DESTDIR)$(mandir)/man1/lineakd= .1.bz2 -+ $(INSTALL_DATA) $(srcdir)/lineakd.1.gz $(DESTDIR)$(mandir)/man1/lineakd.= 1.gz -=20 - uninstall-local: - #>- -rm -f $(sysconfdir)/lineakkb.def + $(mkinstalldirs) $(DESTDIR)${DESTDIR}$(sysconfdir)/ +@@ -562,7 +562,7 @@ + $(INSTALL_DATA) $(srcdir)/lineakkb.def $(DESTDIR)${DESTDIR}$(sysconfdir)= /lineakkb.def + #>- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 ${DESTDIR}$(mandir)/man1/lin= eakd.1.bz2 #>+ 1 - -rm -f $(DESTDIR)$(sysconfdir)/lineakkb.def --#>- -rm -f $(mandir)/man1/lineakd.1.bz2 -+#>- -rm -f $(mandir)/man1/lineakd.1.gz +- $(INSTALL_DATA) $(srcdir)/lineakd.1.bz2 $(DESTDIR)${DESTDIR}$(mandir)/ma= n1/lineakd.1.bz2 ++ $(INSTALL_DATA) $(srcdir)/lineakd.1.gz $(DESTDIR)${DESTDIR}$(mandir)/man= 1/lineakd.1.gz + if test "$(SETKEYCODES_SUID)" !=3D "no" ; then \ + chown root `which setkeycodes` ; \ + chmod +s `which setkeycodes` ; \ +@@ -574,7 +574,7 @@ + -rm -f $(DESTDIR)${DESTDIR}$(sysconfdir)/lineakkb.def + #>- -rm -f ${DESTDIR}$(mandir)/man1/lineakd.1.bz2 #>+ 1 -- -rm -f $(DESTDIR)$(mandir)/man1/lineakd.1.bz2 -+ -rm -f $(DESTDIR)$(mandir)/man1/lineakd.1.gz +- -rm -f $(DESTDIR)${DESTDIR}$(mandir)/man1/lineakd.1.bz2 ++ -rm -f $(DESTDIR)${DESTDIR}$(mandir)/man1/lineakd.1.gz # 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 -x .svn lineakd.orig/files/patch-lineakd__lineakd_core_functions.= cpp lineakd/files/patch-lineakd__lineakd_core_functions.cpp --- lineakd.orig/files/patch-lineakd__lineakd_core_functions.cpp Sun Jul 2= 14:24:41 2006 +++ lineakd/files/patch-lineakd__lineakd_core_functions.cpp Fri May 26 14:5= 7:20 2006 @@ -1,14 +1,6 @@ ---- lineakd/lineakd_core_functions.cpp.orig Wed Mar 2 13:15:38 2005 -+++ lineakd/lineakd_core_functions.cpp Sat Apr 2 18:13:06 2005 -@@ -46,6 +46,7 @@ - #include - } -=20 -+#include - #include - #include - #include -@@ -256,7 +257,7 @@ +--- lineakd/lineakd_core_functions.cpp.orig Fri May 26 14:49:04 2006 ++++ lineakd/lineakd_core_functions.cpp Fri May 26 14:51:07 2006 +@@ -261,7 +261,7 @@ sigprocmask(SIG_SETMASK, &mask_set, &old_set); =20 /* now do some cleaning... */ @@ -17,7 +9,7 @@ /* Clean up X */ if (X !=3D 0) { X->cleanup(myKbd); -@@ -270,12 +271,12 @@ +@@ -275,12 +275,12 @@ if (!plugincleanup) { plugincleanup =3D true; if ( plugins !=3D NULL) { @@ -33,7 +25,7 @@ } } =20 -@@ -283,13 +284,13 @@ +@@ -288,13 +288,13 @@ //sigprocmask(SIG_SETMASK, &old_set, NULL); =20 /* Remove the message queue */ @@ -49,7 +41,7 @@ lockCtrl lock("lineakd"); lock.unlock(); // exit(true); -@@ -321,16 +322,16 @@ +@@ -326,16 +326,16 @@ sigprocmask(SIG_SETMASK, &mask_set, &old_set); //bool verbose =3D cmdprefs.getVerbose(); =20 @@ -70,7 +62,7 @@ /** Load the plugins */ plugins->loadPlugins(pluginlist); /** Define the list of macros we support */ -@@ -370,34 +371,34 @@ +@@ -375,37 +375,37 @@ cmdprefs.setDefaults(dnd); =20 /* reload .conf and .def file */ @@ -109,6 +101,10 @@ =20 - msg("*** Restarting On Screen Display..."); + lineak_core_functions::msg("*** Restarting On Screen Display..."); - myDisplay->init(myConfig); + myDisplay =3D plugins->getDisplay(myConfig); + //myDisplay->init(myConfig); +- msg("*** InitializePluginsDisplay..."); ++ lineak_core_functions::msg("*** InitializePluginsDisplay..."); plugins->initializePluginsDisplay(*myDisplay); =20 + donehup=3Dfalse; diff -urN -x .svn lineakd.orig/files/patch-lineakd__main.cpp lineakd/files/= patch-lineakd__main.cpp --- lineakd.orig/files/patch-lineakd__main.cpp Sun Jul 2 14:24:41 2006 +++ lineakd/files/patch-lineakd__main.cpp Fri May 26 14:57:40 2006 @@ -1,6 +1,6 @@ ---- lineakd/main.cpp.orig Mon Feb 21 20:26:38 2005 -+++ lineakd/main.cpp Sat Apr 2 18:20:50 2005 -@@ -134,19 +134,19 @@ +--- lineakd/main.cpp.orig Fri May 26 14:51:44 2006 ++++ lineakd/main.cpp Fri May 26 14:53:46 2006 +@@ -136,19 +136,19 @@ /** Load the plugins */ plugins->loadPlugins(pluginlist); if (verbose) { @@ -26,7 +26,7 @@ plugins->defineDirectivesLists(); //if (verbose) plugins->listPlugins(); /** Get a list of macros we support so that we can inform other classe= s */ -@@ -307,7 +307,7 @@ +@@ -318,7 +318,7 @@ watch_messages(); =20 /* init X/Xkb with our EAK keycodes/keysyms */ @@ -35,7 +35,7 @@ =20 if (!X->initialize(myKbd)) { cerr << "Could not initialize all keys. Retrying.\n"; -@@ -329,7 +329,7 @@ +@@ -340,7 +340,7 @@ myDisplay =3D new displayCtrl(myConfig); myDisplay->init(); } @@ -44,7 +44,7 @@ plugins->initializePluginsDisplay(*myDisplay); =20 /* alright, we're going to loop forever now. only signals can interrupt= us. */ -@@ -362,23 +362,23 @@ +@@ -375,23 +375,23 @@ // like VMWare. if (xev.type =3D=3D MappingNotify) { // if (!X->xkbRemapped()) { @@ -73,8 +73,8 @@ + lineak_core_functions::msg("Restarting the OSD."); myDisplay =3D plugins->getDisplay(myConfig); if (myDisplay !=3D NULL) { - if (very_verbose) cout << "Reiniting plugin provided On Screen Di= splay" << endl; -@@ -390,7 +390,7 @@ + //if (very_verbose) cout << "Reiniting plugin provided On Screen = Display" << endl; +@@ -405,7 +405,7 @@ myDisplay->init(); } // Initialize the plugin displays again. @@ -83,38 +83,21 @@ plugins->initializePluginsDisplay(*myDisplay); // set exec.setDisplayCtrl(myDisplay) again. exec.setDisplayCtrl(myDisplay); -@@ -414,7 +414,7 @@ - }=20 +@@ -433,7 +433,7 @@ =20 if (obj !=3D NULL) { -- msg("Got an object!"); -+ lineak_core_functions::msg("Got an object!"); + vmsg("Got an object!"); +- msg("Looking for SYM and PRESS"); ++ lineak_core_functions::msg("Looking for SYM and PRESS= "); if (obj->getType() =3D=3D SYM && obj->getEventType() =3D=3D = PRESS) { - cout << "xev.xkey.keycode =3D " << xev.xkey.keycode << endl; - cout << "obj->getKeyCode() =3D " << obj->getKeyCode() << endl; -@@ -435,21 +435,21 @@ + if (verbose) { + cout << "xev.xkey.keycode =3D " << xev.xkey.keycode << endl; +@@ -451,7 +451,7 @@ } } else { -- msg("Looking for CODE and PRESS"); -+ lineak_core_functions::msg("Looking for CODE and PRESS"); - =09 +- msg("Looking for CODE and PRESS"); ++ lineak_core_functions::msg("Looking for CODE and PRESS"); if (obj->getType() =3D=3D CODE && obj->getEventType() =3D= =3D PRESS) { - if (verbose) cout << xev.xkey.keycode << " =3D " << obj->getK= eyCode() << endl; - =20 - if (obj->hasModifier(xev.xkey.state)) -- msg("true"); -+ lineak_core_functions::msg("true"); - else -- msg("false"); -+ lineak_core_functions::msg("false"); - =20 - if ((int)xev.xkey.keycode =3D=3D obj->getKeyCode() - && obj->hasModifier((int)xev.xkey.state)) - { -- msg("getting to the right place!"); -+ lineak_core_functions::msg("getting to the right place!"); - execute =3D plugins->exec(obj,xev); - if (execute !=3D NULL) - execute(obj,xev); + if (very_verbose) cout << xev.xkey.keycode << " =3D " << obj-= >getKeyCode() << endl; --MP_Z_xElUu9LBqHo78D7B2pF.P-- --Sig_c.lvBmu8hnesB4pEP3BoWXc Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFErJ5DBX6fi0k6KXsRApKGAJsHc0Zfyrld3GjwXPvoGQACVJU72gCgiTB7 xzJQbjYJkf9U5M+lf2cU/yg= =5ePJ -----END PGP SIGNATURE----- --Sig_c.lvBmu8hnesB4pEP3BoWXc-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 05:57: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 7532316A4DE; Thu, 6 Jul 2006 05:57:17 +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 C8BEB43D55; Thu, 6 Jul 2006 05:57:16 +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 k665vGUb059091; Thu, 6 Jul 2006 05:57:16 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k665vGBH059087; Thu, 6 Jul 2006 05:57:16 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 05:57:16 GMT From: Ion-Mihai Tetcu Message-Id: <200607060557.k665vGBH059087@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99602: CUPS relaying fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:57:17 -0000 Synopsis: CUPS relaying fails Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 05:57:16 UTC 2006 Responsible-Changed-Why: Take all cups PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=99602 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 05:57: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 61C1716A4DE; Thu, 6 Jul 2006 05:57:52 +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 196D843D46; Thu, 6 Jul 2006 05:57:52 +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 k665vpYI059182; Thu, 6 Jul 2006 05:57:51 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k665vp9A059178; Thu, 6 Jul 2006 05:57:51 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 05:57:51 GMT From: Ion-Mihai Tetcu Message-Id: <200607060557.k665vp9A059178@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99707: CUPS in ports can't print raw data using application/octet-stream X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:57:52 -0000 Synopsis: CUPS in ports can't print raw data using application/octet-stream Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 05:57:51 UTC 2006 Responsible-Changed-Why: Take all cups PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=99707 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 05: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 0CC8516A4DD; Thu, 6 Jul 2006 05:58:16 +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 BC34443D58; Thu, 6 Jul 2006 05:58:15 +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 k665wFFH059272; Thu, 6 Jul 2006 05:58:15 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k665wFpd059268; Thu, 6 Jul 2006 05:58:15 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 05:58:15 GMT From: Ion-Mihai Tetcu Message-Id: <200607060558.k665wFpd059268@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99791: cups-base clobbers LPRng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:58:16 -0000 Synopsis: cups-base clobbers LPRng Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 05:58:15 UTC 2006 Responsible-Changed-Why: Take all cups PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=99791 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 05:58:27 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 E818A16A4DE; Thu, 6 Jul 2006 05:58:27 +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 84BD243D58; Thu, 6 Jul 2006 05:58:27 +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 k665wRuW059362; Thu, 6 Jul 2006 05:58:27 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k665wQRJ059358; Thu, 6 Jul 2006 05:58:26 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 05:58:26 GMT From: Ion-Mihai Tetcu Message-Id: <200607060558.k665wQRJ059358@freefall.freebsd.org> To: asa@agava.com, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99798: print/cups-base makes symbolic links without entity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 05:58:28 -0000 Synopsis: print/cups-base makes symbolic links without entity Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 05:58:25 UTC 2006 Responsible-Changed-Why: Take all cups PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=99798 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 06:00: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 D1BA816A4DA for ; Thu, 6 Jul 2006 06:00:46 +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 DB53B43D6E for ; Thu, 6 Jul 2006 06:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6660i4n059522 for ; Thu, 6 Jul 2006 06:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6660ihZ059521; Thu, 6 Jul 2006 06:00:44 GMT (envelope-from gnats) Date: Thu, 6 Jul 2006 06:00:44 GMT Message-Id: <200607060600.k6660ihZ059521@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nick Barkas Cc: Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Barkas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:00:46 -0000 The following reply was made to PR ports/99818; it has been noted by GNATS. From: Nick Barkas To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) Date: Wed, 05 Jul 2006 22:53:45 -0700 Wow, how very odd that two people created the same port at the same time. I've looked over the devel/otrs port briefly and it appears to be fairly similar, though does things somewhat differently, to my own www/otrs port. I think www is a better category for the port, but don't really care if my port or the other one is kept (or if they're somehow merged together). Nick Edwin Groothuis wrote: > Maintainer of www/otrs, > > Please note that PR ports/99818 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/99818 > From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 06:33:56 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 0F28216A4DA for ; Thu, 6 Jul 2006 06:33:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id B894C43D67 for ; Thu, 6 Jul 2006 06:33:49 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 9CD0E2085 for ; Thu, 6 Jul 2006 08:33:43 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 2CE6B2083 for ; Thu, 6 Jul 2006 08:33:43 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 0C7A8B8D7; Thu, 6 Jul 2006 08:33:43 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: freebsd-ports-bugs@FreeBSD.org References: <200607041200.k64C0dr9087698@freefall.freebsd.org> Date: Thu, 06 Jul 2006 08:33:42 +0200 In-Reply-To: <200607041200.k64C0dr9087698@freefall.freebsd.org> (Edwin Groothuis's message of "Tue, 4 Jul 2006 12:00:39 GMT") Message-ID: <86k66ri6nt.fsf@dwp.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: ports/99777: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 06:33:56 -0000 Thank you, feel free to commit your patch. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 07:10:34 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 3453716A4DE; Thu, 6 Jul 2006 07:10:34 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22A343D49; Thu, 6 Jul 2006 07:10:33 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k667AX4H063727; Thu, 6 Jul 2006 07:10:33 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k667AXIR063723; Thu, 6 Jul 2006 07:10:33 GMT (envelope-from sem) Date: Thu, 6 Jul 2006 07:10:33 GMT From: Sergey Matveychuk Message-Id: <200607060710.k667AXIR063723@freefall.freebsd.org> To: snb@threerings.net, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org Cc: Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 07:10:34 -0000 Synopsis: Duplicated ports (ports/devel/otrs and ports/www/otrs) Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: sem Responsible-Changed-When: Thu Jul 6 07:10:33 UTC 2006 Responsible-Changed-Why: Port collision. http://www.freebsd.org/cgi/query-pr.cgi?pr=99818 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 07:14:09 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 DEF0716A4DF; Thu, 6 Jul 2006 07:14:09 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDF543D53; Thu, 6 Jul 2006 07:14:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-er5.mbrd.ru with esmtpa (Exim 4.x) id 1FyO3k-000IIe-Kt; Thu, 06 Jul 2006 11:14:00 +0400 Message-ID: <44ACB83A.5020605@FreeBSD.org> Date: Thu, 06 Jul 2006 11:14:02 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Nick Barkas References: <200607060600.k6660ihZ059521@freefall.freebsd.org> In-Reply-To: <200607060600.k6660ihZ059521@freefall.freebsd.org> X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, Sergey Skvortsov Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 07:14:10 -0000 Nick Barkas wrote: > The following reply was made to PR ports/99818; it has been noted by GNATS. > > From: Nick Barkas > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) > Date: Wed, 05 Jul 2006 22:53:45 -0700 > > Wow, how very odd that two people created the same port at the same > time. I've looked over the devel/otrs port briefly and it appears to be > fairly similar, though does things somewhat differently, to my own > www/otrs port. I think www is a better category for the port, but don't > really care if my port or the other one is kept (or if they're somehow > merged together). But you was first. I've assigned the PR to skv who is an author of devel/otrs. Please coordinate with him what port will stay. -- Dixi. Sem. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 08:40: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 0917D16A4DE for ; Thu, 6 Jul 2006 08:40:24 +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 4793C43D66 for ; Thu, 6 Jul 2006 08:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k668eH4K070664 for ; Thu, 6 Jul 2006 08:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k668eHWI070657; Thu, 6 Jul 2006 08:40:17 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 08:40:17 GMT Resent-Message-Id: <200607060840.k668eHWI070657@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, tjs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F3216A4DF for ; Thu, 6 Jul 2006 08:32:11 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F0543D49 for ; Thu, 6 Jul 2006 08:32:10 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k668W1Lc041023 for ; Thu, 6 Jul 2006 16:32:01 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k668W1An041022; Thu, 6 Jul 2006 16:32:01 +0800 (CST) (envelope-from tjs) Message-Id: <200607060832.k668W1An041022@Pluto.CDPA.nsysu.edu.tw> Date: Thu, 6 Jul 2006 16:32:01 +0800 (CST) From: tjs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99833: Update port: security/nmap 4.10 -> 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tjs List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 08:40:24 -0000 >Number: 99833 >Category: ports >Synopsis: Update port: security/nmap 4.10 -> 4.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 08:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 09:36:49 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386 >Description: update to 4.11 >How-To-Repeat: >Fix: --- patch begins here --- --- Makefile.orig Thu Jul 6 15:36:58 2006 +++ Makefile Thu Jul 6 15:37:35 2006 @@ -17,7 +17,7 @@ MAINTAINER= daniel@roe.ch COMMENT?= Port scanning utility for large networks -DISTVERSION= 4.10 +DISTVERSION= 4.11 USE_BZIP2= yes USE_GMAKE= yes --- distinfo.orig Thu Jul 6 15:37:02 2006 +++ distinfo Thu Jul 6 16:28:18 2006 @@ -1,3 +1,3 @@ -MD5 (nmap-4.10.tar.bz2) = 4c3fc7d227034892ade86892d8306b2a -SHA256 (nmap-4.10.tar.bz2) = b90411a0030a188580de26ec3fd791fee590a946e4d0ecc5a9eff6a1aa29427b -SIZE (nmap-4.10.tar.bz2) = 2130202 +MD5 (nmap-4.11.tar.bz2) = 69bdaa9995f32247b5da7c6b6c41df9b +SHA256 (nmap-4.11.tar.bz2) = 780b770c011afabb2eaf88b375940b5d3dbb742837dacb144ccc3cfa8cb0907e +SIZE (nmap-4.11.tar.bz2) = 2130457 --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 08:40:27 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 48B4116A4E2 for ; Thu, 6 Jul 2006 08:40:27 +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 BC36D43D5A for ; Thu, 6 Jul 2006 08:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k668eHjm070708 for ; Thu, 6 Jul 2006 08:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k668eHBE070707; Thu, 6 Jul 2006 08:40:17 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 08:40:17 GMT Resent-Message-Id: <200607060840.k668eHBE070707@freefall.freebsd.org> 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 Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F4316A4DA for ; Thu, 6 Jul 2006 08:38:17 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69A443D45 for ; Thu, 6 Jul 2006 08:38:16 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm67aec.bellsouth.net ([68.209.153.178]) by imf22aec.mail.bellsouth.net with ESMTP id <20060706083816.XYDO4943.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net> for ; Thu, 6 Jul 2006 04:38:16 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm67aec.bellsouth.net with ESMTP id <20060706083810.RTCG29258.ibm67aec.bellsouth.net@Laptop.mine.box> for ; Thu, 6 Jul 2006 04:38:10 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k668bTlW062294 for ; Thu, 6 Jul 2006 03:37:32 -0500 (CDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k668bRTh062293; Thu, 6 Jul 2006 03:37:27 -0500 (CDT) (envelope-from alex) Message-Id: <200607060837.k668bRTh062293@Laptop.mine.box> Date: Thu, 6 Jul 2006 03:37:27 -0500 (CDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99834: [PATCH] audio/libofa: update 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: Thu, 06 Jul 2006 08:40:27 -0000 >Number: 99834 >Category: ports >Synopsis: [PATCH] audio/libofa: update to 0.9.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 08:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Update to 0.9.3 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libofa-0.9.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/libofa/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 11 May 2006 15:12:04 -0000 1.4 +++ Makefile 6 Jul 2006 08:37:15 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libofa -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= audio MASTER_SITES= http://www.musicdns.org/themes/musicdns_org/downloads/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/libofa/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 1 Apr 2006 12:12:08 -0000 1.1 +++ distinfo 6 Jul 2006 08:37:15 -0000 @@ -1,3 +1,3 @@ -MD5 (libofa-0.9.1.tar.gz) = ec552f265b87455749ef098370923574 -SHA256 (libofa-0.9.1.tar.gz) = 42e7a4927475b9443704fa727c8c69e303b40441a1758ca45090015ecb64fe1d -SIZE (libofa-0.9.1.tar.gz) = 390333 +MD5 (libofa-0.9.3.tar.gz) = 51507d2c4b432bd2755f48d58471696e +SHA256 (libofa-0.9.3.tar.gz) = 0216466153e92058c5202dea03390ddc7601d916b983f71ce4f4d034405590a0 +SIZE (libofa-0.9.3.tar.gz) = 384043 --- libofa-0.9.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 08:40:33 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 29E7716A4ED; Thu, 6 Jul 2006 08:40:33 +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 3F6C543D58; Thu, 6 Jul 2006 08:40: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 k668eU8I070841; Thu, 6 Jul 2006 08:40:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k668eU0m070837; Thu, 6 Jul 2006 08:40:30 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 08:40:30 GMT From: Edwin Groothuis Message-Id: <200607060840.k668eU0m070837@freefall.freebsd.org> To: tjs@cdpa.nsysu.edu.tw, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99833: Update port: security/nmap 4.10 -> 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 08:40:33 -0000 Synopsis: Update port: security/nmap 4.10 -> 4.11 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jul 6 08:40:29 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99833 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 09:03:32 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 AAB7216A4DE; Thu, 6 Jul 2006 09:03:32 +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 657B043D45; Thu, 6 Jul 2006 09:03:32 +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 k6693Wls071902; Thu, 6 Jul 2006 09:03:32 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6693W33071898; Thu, 6 Jul 2006 09:03:32 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 09:03:32 GMT From: Ion-Mihai Tetcu Message-Id: <200607060903.k6693W33071898@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99834: [PATCH] audio/libofa: update 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: Thu, 06 Jul 2006 09:03:32 -0000 Synopsis: [PATCH] audio/libofa: update to 0.9.3 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 09:03:31 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99834 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 09:30:28 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 3C10B16A4DD; Thu, 6 Jul 2006 09:30:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E3043D4C; Thu, 6 Jul 2006 09:30:27 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k669URR3073310; Thu, 6 Jul 2006 09:30:27 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k669UQ02073293; Thu, 6 Jul 2006 09:30:26 GMT (envelope-from clsung) Date: Thu, 6 Jul 2006 09:30:26 GMT From: Cheng-Lung Sung Message-Id: <200607060930.k669UQ02073293@freefall.freebsd.org> To: daniel@roe.ch, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99833: Update port: security/nmap 4.10 -> 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 09:30:28 -0000 Synopsis: Update port: security/nmap 4.10 -> 4.11 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Thu Jul 6 09:30:24 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99833 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 10:42: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 6DC4416A4E6; Thu, 6 Jul 2006 10:42:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A0443D4C; Thu, 6 Jul 2006 10:42:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66Ag2D4077916; Thu, 6 Jul 2006 10:42:02 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Ag1B4077912; Thu, 6 Jul 2006 10:42:01 GMT (envelope-from garga) Date: Thu, 6 Jul 2006 10:42:01 GMT From: Renato Botelho Message-Id: <200607061042.k66Ag1B4077912@freefall.freebsd.org> To: giffunip@asme.org, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98182: cad/brlcad is not installing the mged script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:42:02 -0000 Synopsis: cad/brlcad is not installing the mged script State-Changed-From-To: feedback->closed State-Changed-By: garga State-Changed-When: Thu Jul 6 10:42:00 UTC 2006 State-Changed-Why: Superseded by 99819 http://www.freebsd.org/cgi/query-pr.cgi?pr=98182 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 10:45:27 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 BDAFF16A4DA; Thu, 6 Jul 2006 10:45:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7999F43D45; Thu, 6 Jul 2006 10:45:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66AjReN078096; Thu, 6 Jul 2006 10:45:27 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66AjRsh078092; Thu, 6 Jul 2006 10:45:27 GMT (envelope-from garga) Date: Thu, 6 Jul 2006 10:45:27 GMT From: Renato Botelho Message-Id: <200607061045.k66AjRsh078092@freefall.freebsd.org> To: garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org Cc: Subject: Re: ports/99819: [Maintainer Update] cad/brlcad 7.8.0 -> 7.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:45:27 -0000 Synopsis: [Maintainer Update] cad/brlcad 7.8.0 -> 7.8.2 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: garga Responsible-Changed-When: Thu Jul 6 10:45:26 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99819 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 10: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 897DF16A4E0 for ; Thu, 6 Jul 2006 10: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 D322E43D53 for ; Thu, 6 Jul 2006 10: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 k66AoGIu078185 for ; Thu, 6 Jul 2006 10: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 k66AoGbg078184; Thu, 6 Jul 2006 10:50:16 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 10:50:16 GMT Resent-Message-Id: <200607061050.k66AoGbg078184@freefall.freebsd.org> 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 Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D040616A4DF for ; Thu, 6 Jul 2006 10:46:55 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5620743D49 for ; Thu, 6 Jul 2006 10:46:55 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm63aec.bellsouth.net ([68.209.153.178]) by imf21aec.mail.bellsouth.net with ESMTP id <20060706104654.CUKW22787.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net> for ; Thu, 6 Jul 2006 06:46:54 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm63aec.bellsouth.net with ESMTP id <20060706104646.WYVF12841.ibm63aec.bellsouth.net@Laptop.mine.box>; Thu, 6 Jul 2006 06:46:46 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k66Ak0ic034986; Thu, 6 Jul 2006 05:46:04 -0500 (CDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k66AjvGl034985; Thu, 6 Jul 2006 05:45:57 -0500 (CDT) (envelope-from alex) Message-Id: <200607061045.k66AjvGl034985@Laptop.mine.box> Date: Thu, 6 Jul 2006 05:45:57 -0500 (CDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lauri@kde.org Subject: ports/99836: [PATCH] audio/libtunepimp: update to 0.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:50:17 -0000 >Number: 99836 >Category: ports >Synopsis: [PATCH] audio/libtunepimp: update to 0.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 10:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Update to 0.5.0 Removed file(s): - files/patch-configure Port maintainer (lauri@kde.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libtunepimp-0.5.0,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/libtunepimp/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 10 Apr 2006 10:49:40 -0000 1.12 +++ Makefile 6 Jul 2006 10:45:48 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libtunepimp -PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTVERSION= 0.5.0 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \ @@ -23,7 +22,8 @@ musicbrainz:${PORTSDIR}/audio/libmusicbrainz \ ogg:${PORTSDIR}/audio/libogg \ tag:${PORTSDIR}/audio/taglib \ - vorbis:${PORTSDIR}/audio/libvorbis + vorbis:${PORTSDIR}/audio/libvorbis \ + ofa:${PORTSDIR}/audio/libofa CONFLICTS= trm-0* USE_GMAKE= yes @@ -42,5 +42,7 @@ post-configure: @${REINPLACE_CMD} -e 's|\(^LDFLAGS =.*\)|\1 ${PTHREAD_LIBS} -liconv|g' \ ${WRKSRC}/examples/Makefile + @${REINPLACE_CMD} -e 's|plugins/wv|plugins/tta|' \ + ${WRKSRC}/plugins/tta/Makefile .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/libtunepimp/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 6 Apr 2006 11:33:45 -0000 1.5 +++ distinfo 6 Jul 2006 10:45:48 -0000 @@ -1,3 +1,3 @@ -MD5 (libtunepimp-0.4.2.tar.gz) = 10b9e4a2f1930aed78ef7ddaebbe0fde -SHA256 (libtunepimp-0.4.2.tar.gz) = d3e0f66a92b9c54a388b9a55bcdcc98601e3f918e966f3362c3bd3b45f3936e4 -SIZE (libtunepimp-0.4.2.tar.gz) = 1019995 +MD5 (libtunepimp-0.5.0.tar.gz) = 2f303ff4fadcf51840e0f5e0e083d146 +SHA256 (libtunepimp-0.5.0.tar.gz) = 480fd5b4b3dd1aa31d52f3525e01da0c57d8ba4e413d88c0759c95e21ac723b2 +SIZE (libtunepimp-0.5.0.tar.gz) = 1075791 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/libtunepimp/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 10 Apr 2006 10:08:48 -0000 1.6 +++ pkg-plist 6 Jul 2006 10:45:48 -0000 @@ -1,24 +1,29 @@ -bin/tp_tagger -bin/trm -include/tunepimp/context.h -include/tunepimp/decode_plugin.h -include/tunepimp/defs.h -include/tunepimp/fileio.h -include/tunepimp/metadata_plugin.h +bin/puid include/tunepimp/tp_c.h -include/tunepimp/track.h -include/tunepimp/tunepimp.h +include/tunepimp/defs.h +include/tunepimp-0.5/context.h +include/tunepimp-0.5/decode_plugin.h +include/tunepimp-0.5/defs.h +include/tunepimp-0.5/fileio.h +include/tunepimp-0.5/metadata_plugin.h +include/tunepimp-0.5/tp_c.h +include/tunepimp-0.5/track.h +include/tunepimp-0.5/tunepimp.h lib/libtunepimp.a lib/libtunepimp.la lib/libtunepimp.so -lib/libtunepimp.so.3 +lib/libtunepimp.so.5 lib/tunepimp/plugins/flac.tpp lib/tunepimp/plugins/mp3.tpp lib/tunepimp/plugins/mp4.tpp lib/tunepimp/plugins/mpc.tpp +lib/tunepimp/plugins/speex.tpp +lib/tunepimp/plugins/tta.tpp lib/tunepimp/plugins/vorbis.tpp lib/tunepimp/plugins/wav.tpp lib/tunepimp/plugins/wma.tpp +lib/tunepimp/plugins/wv.tpp @dirrm lib/tunepimp/plugins @dirrm lib/tunepimp @dirrm include/tunepimp +@dirrm include/tunepimp-0.5 Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- files/patch-configure 10 Apr 2006 10:08:48 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- configure.orig Mon Apr 10 10:52:03 2006 -+++ configure Mon Apr 10 10:54:14 2006 -@@ -20506,7 +20506,7 @@ - TAGLIB_VERSION=`$TAGLIB_CONFIG --version` - echo "$as_me:$LINENO: checking for taglib >= 1.4.0" >&5 - echo $ECHO_N "checking for taglib >= 1.4.0... $ECHO_C" >&6 -- VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4.0` -+ VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4` - if test "$VERSION_CHECK" = "1" ; then - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 --- libtunepimp-0.5.0,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 10:50:23 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 EE8BE16A4DF; Thu, 6 Jul 2006 10:50:23 +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 A926343D46; Thu, 6 Jul 2006 10:50:23 +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 k66AoN9P078318; Thu, 6 Jul 2006 10:50:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66AoNMn078314; Thu, 6 Jul 2006 10:50:23 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 10:50:23 GMT From: Edwin Groothuis Message-Id: <200607061050.k66AoNMn078314@freefall.freebsd.org> To: alex@foxybanana.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99836: [PATCH] audio/libtunepimp: update to 0.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:50:24 -0000 Synopsis: [PATCH] audio/libtunepimp: update to 0.5.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jul 6 10:50:23 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99836 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 11:14:55 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 72E1F16A4FB; Thu, 6 Jul 2006 11:14:55 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB29F43D96; Thu, 6 Jul 2006 11:14:53 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BErfN079166; Thu, 6 Jul 2006 11:14:53 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BErRj079162; Thu, 6 Jul 2006 11:14:53 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:14:53 GMT From: Tilman Linneweh Message-Id: <200607061114.k66BErRj079162@freefall.freebsd.org> To: chinsan.tw@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99816: [PATCH] graphics/qcomicbook: update to 0.2.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: Thu, 06 Jul 2006 11:14:55 -0000 Synopsis: [PATCH] graphics/qcomicbook: update to 0.2.8 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:14:48 UTC 2006 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=99816 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 11:20: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 D155B16A4DD for ; Thu, 6 Jul 2006 11:20: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 3811643D49 for ; Thu, 6 Jul 2006 11:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BKJVA079358 for ; Thu, 6 Jul 2006 11:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BKJ5p079357; Thu, 6 Jul 2006 11:20:19 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 11:20:19 GMT Resent-Message-Id: <200607061120.k66BKJ5p079357@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tobias Roth Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B4716A4E1 for ; Thu, 6 Jul 2006 11:11:43 +0000 (UTC) (envelope-from roth@secure.socket.ch) Received: from secure.socket.ch (secure.socket.ch [212.103.70.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B7D43D46 for ; Thu, 6 Jul 2006 11:11:42 +0000 (GMT) (envelope-from roth@secure.socket.ch) Received: from localhost ([127.0.0.1] helo=secure.socket.ch) by secure.socket.ch with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FyRla-000Dmr-Lw for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 13:11:36 +0200 Received: (from roth@localhost) by secure.socket.ch (8.13.3/8.13.1/Submit) id k66BBTjc053000; Thu, 6 Jul 2006 13:11:29 +0200 (CEST) (envelope-from roth) Message-Id: <200607061111.k66BBTjc053000@secure.socket.ch> Date: Thu, 6 Jul 2006 13:11:29 +0200 (CEST) From: Tobias Roth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99837: [MAINTAINER] deskutils/treeline: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:20:21 -0000 >Number: 99837 >Category: ports >Synopsis: [MAINTAINER] deskutils/treeline: update to 1.0.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: Thu Jul 06 11:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tobias Roth >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD localhost 6.1-STABLE FreeBSD 6.1-STABLE #9: Fri May 19 17:29:59 CEST 2006 >Description: - Update to 1.0.0 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- treeline-1.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/treeline/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 21 Feb 2006 16:43:46 -0000 1.13 +++ Makefile 6 Jul 2006 11:10:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= treeline -PORTVERSION= 0.14.1 +PORTVERSION= 1.0.0 CATEGORIES= deskutils python MASTER_SITES= http://www.bellz.org/treeline/ \ http://depot.fsck.ch/mirror/distfiles/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/deskutils/treeline/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 21 Feb 2006 16:43:46 -0000 1.10 +++ distinfo 6 Jul 2006 11:10:30 -0000 @@ -1,6 +1,6 @@ -MD5 (treeline-0.14.1.tar.gz) = 7a6ad92d4b9fe686383df2a9320d86d3 -SHA256 (treeline-0.14.1.tar.gz) = 257fa9e146ede623e727a04fdd65df6567860113ae7c183cffcdc15c3de5a3dc -SIZE (treeline-0.14.1.tar.gz) = 330393 +MD5 (treeline-1.0.0.tar.gz) = dbfd250aa07924011aeeec4dd59efd90 +SHA256 (treeline-1.0.0.tar.gz) = 522b95a5fc4119e0a9edac3d05f85aaa50b0f0b7509e673c7406ec5053b69803 +SIZE (treeline-1.0.0.tar.gz) = 331039 MD5 (httpload.py) = 9680667db5496366c9fc040edab44618 SHA256 (httpload.py) = f3da52451a415d4f445ba9179f54ddf73175bdc583d892f70ed0db4b6e897922 SIZE (httpload.py) = 1735 --- treeline-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 11:37:27 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 0925816A4DF; Thu, 6 Jul 2006 11:37:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE34343D53; Thu, 6 Jul 2006 11:37:26 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BbQ9V081443; Thu, 6 Jul 2006 11:37:26 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BbQWH081439; Thu, 6 Jul 2006 11:37:26 GMT (envelope-from miwi) Date: Thu, 6 Jul 2006 11:37:26 GMT From: Martin Wilke Message-Id: <200607061137.k66BbQWH081439@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99837: [MAINTAINER] deskutils/treeline: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:37:27 -0000 Synopsis: [MAINTAINER] deskutils/treeline: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Jul 6 11:37:26 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99837 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 11:43: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 B3FEF16A4DE; Thu, 6 Jul 2006 11:43:10 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A8643D53; Thu, 6 Jul 2006 11:43:10 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BhAqH081736; Thu, 6 Jul 2006 11:43:10 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BhAP4081732; Thu, 6 Jul 2006 11:43:10 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:43:10 GMT From: Tilman Linneweh Message-Id: <200607061143.k66BhAP4081732@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:43:10 -0000 Synopsis: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: arved Responsible-Changed-When: Thu Jul 6 11:42:33 UTC 2006 Responsible-Changed-Why: Make this a ports bug, so the workaround can be committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=98893 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 10:04:08 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 EA3D716A4E2; Thu, 6 Jul 2006 10:04:08 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from mx.3wgraphics.com (mx.3wgraphics.com [62.5.244.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5014143D53; Thu, 6 Jul 2006 10:04:08 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from authorized location by mx.3wgraphics.com with esmtpsa (TLSv1:AES256-SHA:256) id 1FyQiM-000KTa-8B; Thu, 06 Jul 2006 14:04:06 +0400 Message-ID: <44ACE015.4000208@FreeBSD.org> Date: Thu, 06 Jul 2006 14:04:05 +0400 From: Sergey Skvortsov MIME-Version: 1.0 To: Sergey Matveychuk References: <200607060600.k6660ihZ059521@freefall.freebsd.org> <44ACB83A.5020605@FreeBSD.org> In-Reply-To: <44ACB83A.5020605@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 06 Jul 2006 11:55:11 +0000 Cc: freebsd-ports-bugs@FreeBSD.org, Cheng-Lung Sung , Pav Lucistnik , Nick Barkas Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:04:09 -0000 Sergey Matveychuk wrote: > Nick Barkas wrote: >> The following reply was made to PR ports/99818; it has been noted by GNATS. >> >> From: Nick Barkas >> To: bug-followup@FreeBSD.org >> Cc: >> Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) >> Date: Wed, 05 Jul 2006 22:53:45 -0700 >> >> Wow, how very odd that two people created the same port at the same >> time. I've looked over the devel/otrs port briefly and it appears to be >> fairly similar, though does things somewhat differently, to my own >> www/otrs port. I think www is a better category for the port, but don't >> really care if my port or the other one is kept (or if they're somehow >> merged together). > > But you was first. > I've assigned the PR to skv who is an author of devel/otrs. > Please coordinate with him what port will stay. Sorry for my inadvertence :( Of course I ready to delete devel/otrs (I respect historical precedence). But there are some notes: 1. I suppose "devel" category is better than "www" because Bugzilla is placed inside "devel". Maybe it is not a good reason. Frankly, we need some new category like "www-apps" (like in Gentoo). 2. I'm not happy with "www/otrs"'s Makefile. First of all, this port was not even audited carefully before committing, for example: * to make OPTIONS really working you need wrap section with WITH/WITHOUT conditions with ".include " and ".include " * many modules inside Kernel/cpan-lib/ should be cleaned out, because they can conflict with installed from ports tree * port's files was not patched to replace "/opt" with correct "${PREFIX}". I suppose my port is a little bit cleaner but my option can not be very objective ;) As a solution, I see two ways: 1. I remove "www/otrs" 2. I can pass mainainership of "devel/otrs" to snb@threerings.net 3. Nick will merge all good features from "www/otrs" or 1. I remove "devel/otrs" 2. Nick merge all good features (if any) from "devel/otrs" into "www/otrs". So, I wait for your suggestions/opinions. Anyway, I ready to review any changes/patches from Nick to "otrs" port and commit them immediately. -- Sergey Skvortsov mailto: skv@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:21:08 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 BB06116A4E8 for ; Thu, 6 Jul 2006 12:21:08 +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 24D2343D9F for ; Thu, 6 Jul 2006 12:20: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 k66CKJrm083127 for ; Thu, 6 Jul 2006 12:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CKJUK083124; Thu, 6 Jul 2006 12:20:19 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 12:20:19 GMT Resent-Message-Id: <200607061220.k66CKJUK083124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Davide Cittaro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37ECE16A4E0 for ; Thu, 6 Jul 2006 12:15:56 +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 44FB443D72 for ; Thu, 6 Jul 2006 12:15:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k66CFp3i054294 for ; Thu, 6 Jul 2006 12:15:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k66CFpUu054292; Thu, 6 Jul 2006 12:15:51 GMT (envelope-from nobody) Message-Id: <200607061215.k66CFpUu054292@www.freebsd.org> Date: Thu, 6 Jul 2006 12:15:51 GMT From: Davide Cittaro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99839: [sysutils/sge] patch to ensure correct support of berkeleydb spooling in sun grid engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:21:08 -0000 >Number: 99839 >Category: ports >Synopsis: [sysutils/sge] patch to ensure correct support of berkeleydb spooling in sun grid engine >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 12:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Davide Cittaro >Release: 5.4 >Organization: IFOM >Environment: FreeBSD host12.bioinfo3.servers.ifom-ieo-campus.it 5.4-RELEASE-p12 FreeBSD 5.4-RELEASE-p12 #0: Thu Mar 2 12:57:38 CET 2006 root@master.bioinfo3.servers.ifom-ieo-campus.it:/usr/obj/usr/src/sys/ALCATRAZ i386 >Description: If one installs sun grid engine 6 (6.0u7 at time of writing) with ports (sysutils/sge), it is impossible to use berkeleydb support for spooling database, as one gets this error during the installation: creating directory: /usr/local/sge/campus/spool/spooldb Dumping bootstrapping information Initializing spooling database critical error: Profiling array is not initialized! Abort trap (core dumped) Command failed: ./utilbin/fbsd-i386/spoolinit berkeleydb libspoolb /usr/local/sge/campus/spool/spooldb init Probably a permission problem. Please check file access permissions. Check read/write permission. Check if SGE daemons are running. So that one has to use only classic spooling method. >How-To-Repeat: Install sge with BDB support cd /usr/ports/sysutils/sge make WITH_BDB=yes install After installation move to $SGE_ROOT directory (default /usr/local/sge) and install the qmaster: ./install_qmaster The error is given during the assisted installation, once choosen the spooling directory >Fix: A way to fix this is adding "-export-dynamic" value to LFLAGS and SHARED_LFLAGS in aimk file (gridengine/source/aimk). Since aimk is patched if sge is installed with ports, I suggest to modify the patch-aimk file (/usr/ports/sysutils/sge/files/patch-aimk) with the one pasted below: $ cat patch-aimk.new --- aimk.orig Tue Oct 25 19:48:15 2005 +++ aimk Thu Jul 6 13:46:28 2006 @@ -397,7 +397,7 @@ if ( $?SGE_INPUT_CFLAGS ) then set INP_CFLAGS = "$SGE_INPUT_CFLAGS" else - set INP_CFLAGS = "" + set INP_CFLAGS = "%%CFLAGS%%" endif # Default build targets for which we have seperate make files @@ -437,7 +437,7 @@ set DRMAA_TARGET = "ALL" set PROTECTED = 0 -set LFLAGS = "-L." +set LFLAGS = "-export-dynamic -L." set XLFLAGS = "" set XLIBS = "" set LIBS = "-lm -lpthread" @@ -453,7 +453,7 @@ set SHAREDEXT = ".so" set SHAREDLD = "" set SHARED_CFLAGS = "" -set SHARED_LFLAGS = "" +set SHARED_LFLAGS = "-export-dynamic" # Flags for man page creation, copyright stuff and adoc set BUILDMAN = 0 @@ -1180,8 +1180,8 @@ set MAKE = gmake set OFLAG = "-O" set ARFLAGS = rcv - set CC = gcc - set CXX = g++ + set CC = %%CC%% + set CXX = %%CXX%%++ set DLLIB = "" set DEPEND_FLAGS = "$CFLAGS $XMTINCD" set PTHRDSFLAGS = "-D_REENTRANT -D__USE_REENTRANT" @@ -1200,7 +1200,7 @@ set XLFLAGS = "$XLIBD" set XLIBS = " -Xlinker -lXm -Xlinker -Bdynamic -lXpm -lXt -lXext -lX11 -lSM -lICE -lXp" set RM = "rm -f" - set JAVA_ARCH = "" + set JAVA_ARCH = "freebsd" breaksw case NETBSD_*: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:21: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 35A7116A4E0; Thu, 6 Jul 2006 12:21:29 +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 CBA0043D78; Thu, 6 Jul 2006 12:21:17 +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 k66CLEEi083357; Thu, 6 Jul 2006 12:21:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CLErO083353; Thu, 6 Jul 2006 12:21:14 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 12:21:14 GMT From: Edwin Groothuis Message-Id: <200607061221.k66CLErO083353@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brooks@FreeBSD.org Cc: Subject: Re: ports/99839: [sysutils/sge] patch to ensure correct support of berkeleydb spooling in sun grid engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:21:29 -0000 Synopsis: [sysutils/sge] patch to ensure correct support of berkeleydb spooling in sun grid engine Responsible-Changed-From-To: freebsd-ports-bugs->brooks Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 6 12:21:14 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99839 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:50: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 D00F016A4DA for ; Thu, 6 Jul 2006 12:50: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 BD25943D49 for ; Thu, 6 Jul 2006 12:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CoB3a088222 for ; Thu, 6 Jul 2006 12: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 k66CoBvW088217; Thu, 6 Jul 2006 12:50:11 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 12:50:11 GMT Resent-Message-Id: <200607061250.k66CoBvW088217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei.Vyshenski.svysh@cryptocom.ru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB5416A4DD for ; Thu, 6 Jul 2006 12:46:15 +0000 (UTC) (envelope-from svysh@cryptocom.ru) Received: from mx.cryptocom.ru (mx.cryptocom.ru [194.85.185.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DA043D46 for ; Thu, 6 Jul 2006 12:46:14 +0000 (GMT) (envelope-from svysh@cryptocom.ru) Received: by mx.cryptocom.ru (Postfix, from userid 500) id CB077F460; Thu, 6 Jul 2006 16:46:13 +0400 (MSD) Received: from panther1.lan.cryptocom.ru (panther1.lan.cryptocom.ru [10.51.17.214]) by mx.cryptocom.ru (Postfix) with ESMTP id B99A2F416 for ; Thu, 6 Jul 2006 16:46:13 +0400 (MSD) Received: from panther1.lan.cryptocom.ru (panther1.lan.cryptocom.ru [10.51.17.214]) by panther1.lan.cryptocom.ru (8.13.6/8.13.6) with ESMTP id k66CkEGt023797 for ; Thu, 6 Jul 2006 16:46:14 +0400 (MSD) (envelope-from svysh@panther1.lan.cryptocom.ru) Received: (from svysh@localhost) by panther1.lan.cryptocom.ru (8.13.6/8.13.6/Submit) id k66CkEAj023796; Thu, 6 Jul 2006 16:46:14 +0400 (MSD) (envelope-from svysh) Message-Id: <200607061246.k66CkEAj023796@panther1.lan.cryptocom.ru> Date: Thu, 6 Jul 2006 16:46:14 +0400 (MSD) From: Sergei.Vyshenski.svysh@cryptocom.ru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99841: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergei.Vyshenski.svysh@cryptocom.ru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:50:13 -0000 >Number: 99841 >Category: ports >Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 12:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 6.1-STABLE amd64 >Organization: >Environment: System: FreeBSD panther.lan.cryptocom.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 22 20:45:44 MSD 2006 root@panther.lan.cryptocom.ru:/usr/obj/usr/src/sys/PANTHER amd64 >Description: Fixed dependency on shared lib, which was not portable around different versions of FreeBSD, as reported by package build log: http://portsmon.freebsd.org/portoverview.py?category=security&portname=p5-openxpki >How-To-Repeat: >Fix: --- p5-openxpki.patch begins here --- --- /usr/ports/security/p5-openxpki/Makefile Wed Jun 28 16:52:48 2006 +++ Makefile Thu Jul 6 14:54:42 2006 @@ -7,6 +7,7 @@ PORTNAME= openxpki PORTVERSION= 0.9.342 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -146,7 +147,6 @@ USE_GMAKE= yes USE_OPENSSL= yes WITH_OPENSSL_BETA= yes -OPENSSL_SHLIBVER= 5 SERVER_DIRS= perl-modules CLIENT_DIRS= clients/perl/OpenXPKI-Client \ --- p5-openxpki.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:50: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 186D316A4DA for ; Thu, 6 Jul 2006 12:50: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 4F1C443D4C for ; Thu, 6 Jul 2006 12:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CoBHp088168 for ; Thu, 6 Jul 2006 12: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 k66CoAM5088167; Thu, 6 Jul 2006 12:50:11 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 12:50:11 GMT Resent-Message-Id: <200607061250.k66CoAM5088167@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei.Vyshenski.svysh@cryptocom.ru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E1A16A4DE for ; Thu, 6 Jul 2006 12:45:30 +0000 (UTC) (envelope-from svysh@cryptocom.ru) Received: from mx.cryptocom.ru (mx.cryptocom.ru [194.85.185.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE38043D45 for ; Thu, 6 Jul 2006 12:45:29 +0000 (GMT) (envelope-from svysh@cryptocom.ru) Received: by mx.cryptocom.ru (Postfix, from userid 500) id 3BA3AF42F; Thu, 6 Jul 2006 16:45:27 +0400 (MSD) Received: from panther1.lan.cryptocom.ru (panther1.lan.cryptocom.ru [10.51.17.214]) by mx.cryptocom.ru (Postfix) with ESMTP id 31C30F416 for ; Thu, 6 Jul 2006 16:45:27 +0400 (MSD) Received: from panther1.lan.cryptocom.ru (panther1.lan.cryptocom.ru [10.51.17.214]) by panther1.lan.cryptocom.ru (8.13.6/8.13.6) with ESMTP id k66CXooV023545 for ; Thu, 6 Jul 2006 16:33:50 +0400 (MSD) (envelope-from svysh@panther1.lan.cryptocom.ru) Received: (from svysh@localhost) by panther1.lan.cryptocom.ru (8.13.6/8.13.6/Submit) id k66CXouf023544; Thu, 6 Jul 2006 16:33:50 +0400 (MSD) (envelope-from svysh) Message-Id: <200607061233.k66CXouf023544@panther1.lan.cryptocom.ru> Date: Thu, 6 Jul 2006 16:33:50 +0400 (MSD) From: Sergei.Vyshenski.svysh@cryptocom.ru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99840: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergei.Vyshenski.svysh@cryptocom.ru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:50:20 -0000 >Number: 99840 >Category: ports >Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 12:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 6.1-STABLE amd64 >Organization: >Environment: System: FreeBSD panther.lan.cryptocom.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 22 20:45:44 MSD 2006 root@panther.lan.cryptocom.ru:/usr/obj/usr/src/sys/PANTHER amd64 >Description: Fixed dependency on shared lib, which was not portable around different versions of FreeBSD, as reported by package build log: http://portsmon.freebsd.org/portoverview.py?category=security&portname=p5-openxpki >How-To-Repeat: >Fix: --- p5-openxpki.patch begins here --- --- /usr/ports/security/p5-openxpki/Makefile Wed Jun 28 16:52:48 2006 +++ Makefile Thu Jul 6 14:54:42 2006 @@ -7,6 +7,7 @@ PORTNAME= openxpki PORTVERSION= 0.9.342 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -146,7 +147,6 @@ USE_GMAKE= yes USE_OPENSSL= yes WITH_OPENSSL_BETA= yes -OPENSSL_SHLIBVER= 5 SERVER_DIRS= perl-modules CLIENT_DIRS= clients/perl/OpenXPKI-Client \ --- p5-openxpki.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12: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 DA56416A4E1; Thu, 6 Jul 2006 12:50:24 +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 9448D43D4C; Thu, 6 Jul 2006 12:50:24 +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 k66CoOn1088349; Thu, 6 Jul 2006 12:50:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CoOkB088341; Thu, 6 Jul 2006 12:50:24 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 12:50:24 GMT From: Edwin Groothuis Message-Id: <200607061250.k66CoOkB088341@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99841: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:50:24 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Thu Jul 6 12:50:23 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99841 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:50: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 C60D716A4E2; Thu, 6 Jul 2006 12:50: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 790D743D53; Thu, 6 Jul 2006 12:50:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CoVea088435; Thu, 6 Jul 2006 12:50:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CoVKb088431; Thu, 6 Jul 2006 12:50:31 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 12:50:31 GMT From: Edwin Groothuis Message-Id: <200607061250.k66CoVKb088431@freefall.freebsd.org> To: Sergei.Vyshenski.svysh@cryptocom.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99841: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:50:31 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jul 6 12:50:30 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99841 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:50: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 6C36916A4E2; Thu, 6 Jul 2006 12:50:43 +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 0624343D53; Thu, 6 Jul 2006 12:50:43 +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 k66CogOG088561; Thu, 6 Jul 2006 12:50:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CogSP088557; Thu, 6 Jul 2006 12:50:42 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 12:50:42 GMT From: Edwin Groothuis Message-Id: <200607061250.k66CogSP088557@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99840: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:50:43 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Thu Jul 6 12:50:42 UTC 2006 Class-Changed-Why: Fix category (submitter is not maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99840 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:50: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 CE79616A4E2; Thu, 6 Jul 2006 12:50:49 +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 1F44043D5C; Thu, 6 Jul 2006 12:50:49 +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 k66Comm2088635; Thu, 6 Jul 2006 12:50:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Comu4088631; Thu, 6 Jul 2006 12:50:48 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 12:50:48 GMT From: Edwin Groothuis Message-Id: <200607061250.k66Comu4088631@freefall.freebsd.org> To: Sergei.Vyshenski.svysh@cryptocom.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99840: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:50:49 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jul 6 12:50:48 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99840 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:54:53 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 06E7816A4E0; Thu, 6 Jul 2006 12:54:53 +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 3ED6143D45; Thu, 6 Jul 2006 12:54:50 +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 k66CsoGw088770; Thu, 6 Jul 2006 12:54:50 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Cso8W088766; Thu, 6 Jul 2006 12:54:50 GMT (envelope-from erwin) Date: Thu, 6 Jul 2006 12:54:50 GMT From: Erwin Lansing Message-Id: <200607061254.k66Cso8W088766@freefall.freebsd.org> To: svysh@cryptocom.ru, Sergei.Vyshenski.svysh@cryptocom.ru, erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99841: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:54:53 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency State-Changed-From-To: feedback->closed State-Changed-By: erwin State-Changed-When: Thu Jul 6 12:54:38 UTC 2006 State-Changed-Why: Duplicate of ports/99840 http://www.freebsd.org/cgi/query-pr.cgi?pr=99841 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 12:56: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 777D016A4DE; Thu, 6 Jul 2006 12:56:05 +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 2C20F43D45; Thu, 6 Jul 2006 12:56:05 +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 k66Cu5cl088853; Thu, 6 Jul 2006 12:56:05 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Cu4Dv088849; Thu, 6 Jul 2006 12:56:04 GMT (envelope-from erwin) Date: Thu, 6 Jul 2006 12:56:04 GMT From: Erwin Lansing Message-Id: <200607061256.k66Cu4Dv088849@freefall.freebsd.org> To: svysh@cryptocom.ru, Sergei.Vyshenski.svysh@cryptocom.ru, erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99840: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:56:05 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency State-Changed-From-To: feedback->open State-Changed-By: erwin State-Changed-When: Thu Jul 6 12:55:29 UTC 2006 State-Changed-Why: Change back to maintainer-update. Submitter is maintainer from a different address. Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: erwin Class-Changed-When: Thu Jul 6 12:55:29 UTC 2006 Class-Changed-Why: Change back to maintainer-update. Submitter is maintainer from a different address. http://www.freebsd.org/cgi/query-pr.cgi?pr=99840 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 13:50: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 C0C4316A56E for ; Thu, 6 Jul 2006 13:50: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 C8D2A43D55 for ; Thu, 6 Jul 2006 13:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66DoIOn091992 for ; Thu, 6 Jul 2006 13:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66DoITP091991; Thu, 6 Jul 2006 13:50:18 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 13:50:18 GMT Resent-Message-Id: <200607061350.k66DoITP091991@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA3116A4DA for ; Thu, 6 Jul 2006 13:46:19 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A4F343D46 for ; Thu, 6 Jul 2006 13:46:19 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 14C3A30206 for ; Thu, 6 Jul 2006 21:46:19 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 6 Jul 2006 21:35:40 +0800 Message-Id: <20060706134620.14C3A30206@smtp2.bc.hgc.com.tw> Date: Thu, 6 Jul 2006 21:35:40 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99843: [NEW PORT] graphics/epdfview: A lightweight PDF document viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:50:19 -0000 >Number: 99843 >Category: ports >Synopsis: [NEW PORT] graphics/epdfview: A lightweight PDF document viewer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 13:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: ePDFView is a free lightweight PDF document viewer using Poppler and GTK+ libraries. The aim of ePDFView is to make a simple PDF document viewer, in the lines of Evince but without using the Gnome libraries. WWW: http://www.emma-soft.com/projects/epdfview/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- epdfview-0.1.5.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # epdfview # epdfview/Makefile # epdfview/distinfo # epdfview/pkg-descr # epdfview/pkg-plist # echo c - epdfview mkdir -p epdfview > /dev/null 2>&1 echo x - epdfview/Makefile sed 's/^X//' >epdfview/Makefile << 'END-of-epdfview/Makefile' X# New ports collection makefile for: epdfview X# Date created: 2006/06/01 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= epdfview XPORTVERSION= 0.1.5 XCATEGORIES= graphics print gnome XMASTER_SITES= http://www.emma-soft.com/projects/epdfview/chrome/site/releases/ X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= A lightweight PDF document viewer X XLIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \ X poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XINSTALLS_ICONS= yes XUSE_ICONV= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 intlhack XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" X.else XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS="@comment " X.endif X Xpost-install: X ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps X ${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.desktop ${PREFIX}/share/applications/ X @-update-desktop-database X X.include END-of-epdfview/Makefile echo x - epdfview/distinfo sed 's/^X//' >epdfview/distinfo << 'END-of-epdfview/distinfo' XMD5 (epdfview-0.1.5.tar.bz2) = 70b4c5c36781b6e1d5d2ed30a79db9c5 XSHA256 (epdfview-0.1.5.tar.bz2) = d437b49f40f61e3ba5a3ed8edad783895dcbdfc3cd4cbe6ef37a56f7eea59573 XSIZE (epdfview-0.1.5.tar.bz2) = 392460 END-of-epdfview/distinfo echo x - epdfview/pkg-descr sed 's/^X//' >epdfview/pkg-descr << 'END-of-epdfview/pkg-descr' XePDFView is a free lightweight PDF document viewer using Poppler and GTK+ Xlibraries. X XThe aim of ePDFView is to make a simple PDF document viewer, in the lines of XEvince but without using the Gnome libraries. X XWWW: http://www.emma-soft.com/projects/epdfview/ END-of-epdfview/pkg-descr echo x - epdfview/pkg-plist sed 's/^X//' >epdfview/pkg-plist << 'END-of-epdfview/pkg-plist' Xbin/epdfview X%%NLS%%share/locale/ca/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/de/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/es/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/fr/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/vi/LC_MESSAGES/epdfview.mo Xshare/applications/epdfview.desktop X%%DATADIR%%/pixmaps/icon_epdfview-24.png X%%DATADIR%%/pixmaps/icon_epdfview-32.png X%%DATADIR%%/pixmaps/icon_epdfview-48.png X%%DATADIR%%/pixmaps/stock_find_next_24.png X%%DATADIR%%/pixmaps/stock_find_previous_24.png X%%DATADIR%%/pixmaps/stock_rotate-90.png X%%DATADIR%%/pixmaps/stock_rotate-270.png X%%DATADIR%%/pixmaps/stock_zoom-page-width.png X%%DATADIR%%/ui/epdfview-ui-print.xml X%%DATADIR%%/ui/epdfview-ui.xml X@dirrmtry share/applications X@dirrmtry %%DATADIR%%/pixmaps X@dirrmtry %%DATADIR%%/ui X@dirrmtry %%DATADIR%% END-of-epdfview/pkg-plist exit --- epdfview-0.1.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 14:16:23 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 6A24416A4DF; Thu, 6 Jul 2006 14:16:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE7443D45; Thu, 6 Jul 2006 14:16:23 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66EGMMe092939; Thu, 6 Jul 2006 14:16:22 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66EGMvh092935; Thu, 6 Jul 2006 14:16:22 GMT (envelope-from rafan) Date: Thu, 6 Jul 2006 14:16:22 GMT From: Rong-En Fan Message-Id: <200607061416.k66EGMvh092935@freefall.freebsd.org> To: svysh@cryptocom.ru, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99840: Maintainer update: security/p5-openxpki : fixed non-portable dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 14:16:23 -0000 Synopsis: Maintainer update: security/p5-openxpki : fixed non-portable dependency Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Thu Jul 6 14:16:09 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99840 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 14:18:04 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 92BE316A4DE; Thu, 6 Jul 2006 14:18:04 +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 4BA9343D46; Thu, 6 Jul 2006 14:18:04 +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 k66EI4TC093051; Thu, 6 Jul 2006 14:18:04 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66EI4il093047; Thu, 6 Jul 2006 14:18:04 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 14:18:04 GMT From: Ion-Mihai Tetcu Message-Id: <200607061418.k66EI4il093047@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99843: [NEW PORT] graphics/epdfview: A lightweight PDF document viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 14:18:04 -0000 Synopsis: [NEW PORT] graphics/epdfview: A lightweight PDF document viewer Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 14:18:03 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99843 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 14:30: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 1405F16A4DD for ; Thu, 6 Jul 2006 14:30:22 +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 BEAFA43D4C for ; Thu, 6 Jul 2006 14: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 k66EULnO093523 for ; Thu, 6 Jul 2006 14:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66EULR2093521; Thu, 6 Jul 2006 14:30:21 GMT (envelope-from gnats) Date: Thu, 6 Jul 2006 14:30:21 GMT Message-Id: <200607061430.k66EULR2093521@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Cc: Subject: Re: ports/93958: New port: cad/jspice3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pfgshield-freebsd@yahoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 14:30:22 -0000 The following reply was made to PR ports/93958; it has been noted by GNATS. From: To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/93958: New port: cad/jspice3 Date: Thu, 6 Jul 2006 16:29:52 +0200 (CEST) Please note I won't be able to maintain this port when/if it's committed as my computer was stolen. Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 14:44:08 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 6FCF916A4DE; Thu, 6 Jul 2006 14:44:08 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2655C43D45; Thu, 6 Jul 2006 14:44:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66Ei8tY095137; Thu, 6 Jul 2006 14:44:08 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Ei7rG095133; Thu, 6 Jul 2006 14:44:07 GMT (envelope-from clsung) Date: Thu, 6 Jul 2006 14:44:07 GMT From: Cheng-Lung Sung Message-Id: <200607061444.k66Ei7rG095133@freefall.freebsd.org> To: lauri@kde.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99836: [PATCH] audio/libtunepimp: update to 0.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 14:44:08 -0000 Synopsis: [PATCH] audio/libtunepimp: update to 0.5.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Thu Jul 6 14:44:07 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99836 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 17:57:28 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 C057A16A4E5; Thu, 6 Jul 2006 17:57:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8FF43D96; Thu, 6 Jul 2006 17:57:18 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66HvIhX009371; Thu, 6 Jul 2006 17:57:18 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66HvIK2009367; Thu, 6 Jul 2006 17:57:18 GMT (envelope-from rafan) Date: Thu, 6 Jul 2006 17:57:18 GMT From: Rong-En Fan Message-Id: <200607061757.k66HvIK2009367@freefall.freebsd.org> To: amistry@am-productions.biz, chinsan.tw@gmail.com, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99261: [PATCH] sysutils/fusefs-libs: update to 2.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: Thu, 06 Jul 2006 17:57:28 -0000 Synopsis: [PATCH] sysutils/fusefs-libs: update to 2.5.3 State-Changed-From-To: feedback->closed State-Changed-By: rafan State-Changed-When: Thu Jul 6 17:56:04 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99261 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:04: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 2759D16A4DE; Thu, 6 Jul 2006 18:04:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86D343D5E; Thu, 6 Jul 2006 18:04:28 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66I4Swb009801; Thu, 6 Jul 2006 18:04:28 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66I4SJ7009797; Thu, 6 Jul 2006 18:04:28 GMT (envelope-from garga) Date: Thu, 6 Jul 2006 18:04:28 GMT From: Renato Botelho Message-Id: <200607061804.k66I4SJ7009797@freefall.freebsd.org> To: nivit@email.it, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/93397: [NEW PORT] print/easylatex: Perl script which transforms "pseudo-LaTeX" into proper LaTeX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:04:29 -0000 Synopsis: [NEW PORT] print/easylatex: Perl script which transforms "pseudo-LaTeX" into proper LaTeX State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Thu Jul 6 18:04:28 UTC 2006 State-Changed-Why: New port added, with some changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=93397 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:05:27 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 5BBA716A4DD; Thu, 6 Jul 2006 18:05:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1882D43D46; Thu, 6 Jul 2006 18:05:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66I5QMN009932; Thu, 6 Jul 2006 18:05:26 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66I5Qtb009928; Thu, 6 Jul 2006 18:05:26 GMT (envelope-from garga) Date: Thu, 6 Jul 2006 18:05:26 GMT From: Renato Botelho Message-Id: <200607061805.k66I5Qtb009928@freefall.freebsd.org> To: ocaml-ounit-port@kotka.de, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/93957: New port: devel/ocaml-ounit Unit test framework for OCaml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:05:27 -0000 Synopsis: New port: devel/ocaml-ounit Unit test framework for OCaml State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Thu Jul 6 18:05:25 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=93957 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:05: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 D037516A4E0; Thu, 6 Jul 2006 18:05:44 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E45E43D45; Thu, 6 Jul 2006 18:05:44 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from freefall.freebsd.org (garga@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66I5gsC010022; Thu, 6 Jul 2006 18:05:43 GMT (envelope-from garga@freefall.freebsd.org) Received: (from garga@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66I5WD5009997; Thu, 6 Jul 2006 18:05:32 GMT (envelope-from garga) Date: Thu, 6 Jul 2006 18:05:32 GMT From: Renato Botelho Message-Id: <200607061805.k66I5WD5009997@freefall.freebsd.org> To: raj@pandora.csub.edu, garga@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/95361: New port: deskutils/wyrd curses front end to remind X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:05:44 -0000 Synopsis: New port: deskutils/wyrd curses front end to remind State-Changed-From-To: open->closed State-Changed-By: garga State-Changed-When: Thu Jul 6 18:05:32 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=95361 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:20: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 4D3F516A4E1 for ; Thu, 6 Jul 2006 18:20:43 +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 BF03A43D81 for ; Thu, 6 Jul 2006 18:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66IKM1x010548 for ; Thu, 6 Jul 2006 18:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IKMKs010547; Thu, 6 Jul 2006 18:20:22 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 18:20:22 GMT Resent-Message-Id: <200607061820.k66IKMKs010547@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FDC16A4DD; Thu, 6 Jul 2006 18:17:30 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr38.hinet.net (msr38.hinet.net [168.95.4.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776E943D7C; Thu, 6 Jul 2006 18:17:20 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr38.hinet.net (8.9.3/8.9.3) with ESMTP id CAA12463; Fri, 7 Jul 2006 02:17:18 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id BBD37B29CD3; Fri, 7 Jul 2006 02:17:17 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id raMxCfd5pLdJ; Fri, 7 Jul 2006 02:17:11 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 5BF3EB29CCD; Fri, 7 Jul 2006 02:17:11 +0800 (CST) Message-Id: <20060706181711.5BF3EB29CCD@utopia.leeym.com> Date: Fri, 7 Jul 2006 02:17:11 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/99847: [PATCH] archivers/p5-Compress-Zlib: update to 1.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:20:43 -0000 >Number: 99847 >Category: ports >Synopsis: [PATCH] archivers/p5-Compress-Zlib: update to 1.42 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 18:20:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006 >Description: - Update to 1.42 Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Compress-Zlib-1.42.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/p5-Compress-Zlib/Makefile,v retrieving revision 1.40 diff -u -u -r1.40 Makefile --- Makefile 10 Oct 2005 12:33:08 -0000 1.40 +++ Makefile 6 Jul 2006 18:17:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.41 +PORTVERSION= 1.42 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress Index: distinfo =================================================================== RCS file: /home/pcvs/ports/archivers/p5-Compress-Zlib/distinfo,v retrieving revision 1.22 diff -u -u -r1.22 distinfo --- distinfo 22 Jan 2006 06:58:28 -0000 1.22 +++ distinfo 6 Jul 2006 18:17:02 -0000 @@ -1,3 +1,3 @@ -MD5 (Compress-Zlib-1.41.tar.gz) = ac135b84a03e814734496777cf5e5722 -SHA256 (Compress-Zlib-1.41.tar.gz) = 3ec80ba4a43dc6462e5fa4da2e9773b3934c0b502a1648b553b09766046000c3 -SIZE (Compress-Zlib-1.41.tar.gz) = 151972 +MD5 (Compress-Zlib-1.42.tar.gz) = 1ab76bfd6731d80f6abbd1643c90cabd +SHA256 (Compress-Zlib-1.42.tar.gz) = 7794d91711e8c9e526431da72c53bb08e14790f326d0e330d9e9d651f3f6fc6c +SIZE (Compress-Zlib-1.42.tar.gz) = 152085 --- p5-Compress-Zlib-1.42.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:20: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 CF0FC16A4DA; Thu, 6 Jul 2006 18:20:52 +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 0456843D70; Thu, 6 Jul 2006 18:20:49 +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 k66IKmUB010743; Thu, 6 Jul 2006 18:20:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IKmcF010739; Thu, 6 Jul 2006 18:20:48 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 18:20:48 GMT From: Edwin Groothuis Message-Id: <200607061820.k66IKmcF010739@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org Cc: Subject: Re: ports/99847: [PATCH] archivers/p5-Compress-Zlib: update to 1.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:20:52 -0000 Synopsis: [PATCH] archivers/p5-Compress-Zlib: update to 1.42 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 6 18:20:48 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99847 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:30: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 92D1F16A55C for ; Thu, 6 Jul 2006 18:30:24 +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 717A443D55 for ; Thu, 6 Jul 2006 18: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 k66IUJSS010931 for ; Thu, 6 Jul 2006 18: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 k66IUJUx010929; Thu, 6 Jul 2006 18:30:19 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 18:30:19 GMT Resent-Message-Id: <200607061830.k66IUJUx010929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jo Rhett Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6134F16A4DA for ; Thu, 6 Jul 2006 18:26:38 +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 4DEDF43D5F for ; Thu, 6 Jul 2006 18:26:37 +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 k66IQaFd067538 for ; Thu, 6 Jul 2006 18:26:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k66IQaJ8067537; Thu, 6 Jul 2006 18:26:36 GMT (envelope-from nobody) Message-Id: <200607061826.k66IQaJ8067537@www.freebsd.org> Date: Thu, 6 Jul 2006 18:26:36 GMT From: Jo Rhett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99848: www/apache22 doesn't need python to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:30:24 -0000 >Number: 99848 >Category: ports >Synopsis: www/apache22 doesn't need python to compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 18:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jo Rhett >Release: 6.0 >Organization: svcolo >Environment: FreeBSD arran 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Fri Nov 11 13:29:33 PST 2005 root@barrel.svcolo.com:/usr/obj/usr/src/sys/MEERMINIMAL i386 >Description: This port requires Python for reasons unclear to me. This requirement is based on the execution of buildconf in the Makefile, which is also not required for any reason I can understand. >How-To-Repeat: make :-) >Fix: --- Makefile_orig Thu Jul 6 11:25:35 2006 +++ Makefile Thu Jul 6 11:26:01 2006 @@ -22,7 +22,6 @@ COMMENT?= Version 2.2 of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -BUILD_DEPENDS= python:${PORTSDIR}/lang/python LATEST_LINK= apache22 @@ -178,7 +177,6 @@ @${INSTALL_DATA} ${WRKSRC}/NOTICE ${WRKSRC}/docs/manual pre-configure: - @cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ./buildconf post-configure: @FTPUSERS=`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:30:37 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 AEB6216A4E7; Thu, 6 Jul 2006 18:30:37 +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 3966343D58; Thu, 6 Jul 2006 18:30:37 +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 k66IUa8f011497; Thu, 6 Jul 2006 18:30:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IUaJs011493; Thu, 6 Jul 2006 18:30:36 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 18:30:36 GMT From: Edwin Groothuis Message-Id: <200607061830.k66IUaJs011493@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clement@FreeBSD.org Cc: Subject: Re: ports/99848: www/apache22 doesn't need python to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:30:37 -0000 Synopsis: www/apache22 doesn't need python to compile Responsible-Changed-From-To: freebsd-ports-bugs->clement Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 6 18:30:36 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99848 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:35: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 D37A616A4DD; Thu, 6 Jul 2006 18:35:47 +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 334FF43D66; Thu, 6 Jul 2006 18:35:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66IZlUS012431; Thu, 6 Jul 2006 18:35:47 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IZkj3012427; Thu, 6 Jul 2006 18:35:46 GMT (envelope-from pav) Date: Thu, 6 Jul 2006 18:35:46 GMT From: Pav Lucistnik Message-Id: <200607061835.k66IZkj3012427@freefall.freebsd.org> To: tps@vr-web.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99726: SciTE does not link cleanly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:35:47 -0000 Synopsis: SciTE does not link cleanly State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Jul 6 18:35:08 UTC 2006 State-Changed-Why: First, fix your computer, you have several versions of shared libraries in use. Second, this was already reported as ports/99726. We don't know the cause of the problem. If you can figure out anything, please let us know! http://www.freebsd.org/cgi/query-pr.cgi?pr=99726 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:40: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 AB4E916A4DD for ; Thu, 6 Jul 2006 18:40: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 9DC2243D46 for ; Thu, 6 Jul 2006 18:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66IeII8012969 for ; Thu, 6 Jul 2006 18:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IeIer012968; Thu, 6 Jul 2006 18:40:18 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 18:40:18 GMT Resent-Message-Id: <200607061840.k66IeIer012968@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Sturdee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6624B16A504 for ; Thu, 6 Jul 2006 18:35:51 +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 3841143D4C for ; Thu, 6 Jul 2006 18:35:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k66IZoKC073185 for ; Thu, 6 Jul 2006 18:35:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k66IZnS0073184; Thu, 6 Jul 2006 18:35:49 GMT (envelope-from nobody) Message-Id: <200607061835.k66IZnS0073184@www.freebsd.org> Date: Thu, 6 Jul 2006 18:35:49 GMT From: Mike Sturdee To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99849: [PATCH] mail/dovecot: update to 1.0rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:40:19 -0000 >Number: 99849 >Category: ports >Synopsis: [PATCH] mail/dovecot: update to 1.0rc2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 18:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mike Sturdee >Release: 6.1-STABLE >Organization: Pathway Internet >Environment: FreeBSD oz.pathwaynet.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jul 6 11:12:25 EDT 2006 sturdee@oz.pathwaynet.com:/usr/obj/usr/src/sys/OZ i386 >Description: Update to 1.0 rc2 - Removed 2 patches that have been put in dovecot src - Updated dovecot-example.conf Also added IPV6 option for easy disable >How-To-Repeat: >Fix: --- dovecot.orig/Makefile Mon Jun 19 12:19:24 2006 +++ dovecot/Makefile Thu Jul 6 14:03:50 2006 @@ -7,7 +7,7 @@ # PORTNAME= dovecot -DISTVERSION= 1.0.beta9 +DISTVERSION= 1.0.rc2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ @@ -41,7 +41,8 @@ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ MYSQL "MySQL support" off \ - SQLITE "SQLite support" off + SQLITE "SQLite support" off \ + IPV6 "Enable ipv6 support" on .include @@ -102,6 +103,10 @@ .if defined(WITH_SQLITE) USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite +.endif + +.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6) +CONFIGURE_ARGS+=--disable-ipv6 .endif post-build: diff -ruN dovecot.orig/distinfo dovecot/distinfo --- dovecot.orig/distinfo Mon Jun 19 12:19:24 2006 +++ dovecot/distinfo Thu Jul 6 13:59:36 2006 @@ -1,3 +1,3 @@ -MD5 (dovecot-1.0.beta9.tar.gz) = 5c19a21afb8a02c95f3f62fa37d8e1ed -SHA256 (dovecot-1.0.beta9.tar.gz) = 1bc44e2ab23ac8863aea42ce4ea5045d5f6ee2375804e432d8e7f918c14379b8 -SIZE (dovecot-1.0.beta9.tar.gz) = 1245601 +MD5 (dovecot-1.0.rc2.tar.gz) = e27a248b2ee224e4618aa2f020150041 +SHA256 (dovecot-1.0.rc2.tar.gz) = 594b38c099a4576e22d8a33673fd1461332c09a1e2c715792f6c2ff656b1bf6e +SIZE (dovecot-1.0.rc2.ar.gz) = 1257435 diff -ruN dovecot.orig/files/patch-dovecot-example.conf dovecot/files/patch-dovecot-example.conf --- dovecot.orig/files/patch-dovecot-example.conf Mon Jun 19 12:19:25 2006 +++ dovecot/files/patch-dovecot-example.conf Thu Jul 6 14:16:31 2006 @@ -1,5 +1,5 @@ ---- dovecot-example.conf.orig Sun Jun 18 20:56:27 2006 -+++ dovecot-example.conf Sun Jun 18 21:15:43 2006 +--- dovecot-example.conf.orig Thu Jul 6 14:10:50 2006 ++++ dovecot-example.conf Thu Jul 6 14:14:54 2006 @@ -9,7 +9,7 @@ # Default values are shown after each value, it's not required to uncomment # any of the lines. Exception to this are paths, they're just examples @@ -111,7 +111,7 @@ # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -576,6 +583,7 @@ +@@ -577,6 +584,7 @@ # installations. # #pop3_uidl_format = @@ -119,7 +119,7 @@ # POP3 logout format string: # %t - number of TOP commands -@@ -590,7 +598,7 @@ +@@ -591,7 +599,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -128,7 +128,7 @@ # Workarounds for various client bugs: # outlook-no-nuls: -@@ -601,6 +609,7 @@ +@@ -602,6 +610,7 @@ # missing. This option simply sends it if it's missing. # The list is space-separated. #pop3_client_workarounds = @@ -136,12 +136,12 @@ } ## -@@ -618,10 +627,11 @@ +@@ -619,10 +628,11 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = -- #mail_plugin_dir = /usr/lib/dovecot/imap -+ #mail_plugin_dir = %%PREFIX%%/lib/dovecot/imap +- #mail_plugin_dir = /usr/lib/dovecot/lda ++ #mail_plugin_dir = %%PREFIX%%/lib/dovecot/lda # Binary to use for sending mails. #sendmail_path = /usr/lib/sendmail @@ -149,7 +149,7 @@ # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -632,7 +642,7 @@ +@@ -633,7 +643,7 @@ ## # Executable location diff -ruN dovecot.orig/files/patch-src_lib_module-dir.c dovecot/files/patch-src_lib_module-dir.c --- dovecot.orig/files/patch-src_lib_module-dir.c Mon Jun 19 12:19:25 2006 +++ dovecot/files/patch-src_lib_module-dir.c Wed Dec 31 19:00:00 1969 @@ -1,27 +0,0 @@ ---- src/lib/module-dir.c.orig 5 May 2006 14:21:22 -0000 1.19 -+++ src/lib/module-dir.c 16 Jun 2006 10:15:56 -0000 1.20 -@@ -24,14 +24,18 @@ - const char *error; - void *ret; - -+ /* clear out old errors */ -+ (void)dlerror(); -+ - /* get our init func */ - ret = dlsym(module->handle, symbol); -- -- error = dlerror(); -- if (error != NULL) { -- i_error("module %s: dlsym(%s) failed: %s", -- module->path, symbol, error); -- ret = NULL; -+ if (ret == NULL) { -+ error = dlerror(); -+ if (error != NULL) { -+ i_error("module %s: dlsym(%s) failed: %s", -+ module->path, symbol, error); -+ ret = NULL; -+ } - } - - return ret; diff -ruN dovecot.orig/files/patch-src_master_main.c dovecot/files/patch-src_master_main.c --- dovecot.orig/files/patch-src_master_main.c Mon Jun 19 12:19:25 2006 +++ dovecot/files/patch-src_master_main.c Wed Dec 31 19:00:00 1969 @@ -1,13 +0,0 @@ ---- src/master/main.c 11 Jun 2006 17:44:25 -0000 1.80.2.2 -+++ src/master/main.c 16 Jun 2006 10:11:07 -0000 1.80.2.3 -@@ -355,7 +355,9 @@ - resolve_ip(set->listen, &set->listen_ip, &set->listen_port); - resolve_ip(set->ssl_listen, &set->ssl_listen_ip, &set->ssl_listen_port); - -- if (set->ssl_listen_ip.family == 0 && set->ssl_listen == NULL) -+ /* if ssl_listen wasn't explicitly set in the config file, -+ use the non-ssl IP settings for the ssl listener, too. */ -+ if (set->ssl_listen_ip.family == 0 && *set->ssl_listen == '\0') - set->ssl_listen_ip = set->listen_ip; - - /* register wanted protocols */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:40: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 DACE816A4E2; Thu, 6 Jul 2006 18:40:25 +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 9AF3343D45; Thu, 6 Jul 2006 18:40:25 +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 k66IeP7O013102; Thu, 6 Jul 2006 18:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IePu5013098; Thu, 6 Jul 2006 18:40:25 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 18:40:25 GMT From: Edwin Groothuis Message-Id: <200607061840.k66IePu5013098@freefall.freebsd.org> To: sturdee@pathwaynet.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99849: [PATCH] mail/dovecot: update to 1.0rc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:40:25 -0000 Synopsis: [PATCH] mail/dovecot: update to 1.0rc2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jul 6 18:40:24 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99849 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:43:41 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 636FD16A4DD; Thu, 6 Jul 2006 18:43:41 +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 1E2B543D5F; Thu, 6 Jul 2006 18:43:41 +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 k66IhfU5013317; Thu, 6 Jul 2006 18:43:41 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IheVj013313; Thu, 6 Jul 2006 18:43:40 GMT (envelope-from pav) Date: Thu, 6 Jul 2006 18:43:40 GMT From: Pav Lucistnik Message-Id: <200607061843.k66IheVj013313@freefall.freebsd.org> To: cokane@FreeBSD.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Cc: Subject: Re: ports/98063: ImageMagick is out of date and old packages no longer are available. Need to upgrade from v6.2.7.7 to 6.2.7.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:43:41 -0000 Synopsis: ImageMagick is out of date and old packages no longer are available. Need to upgrade from v6.2.7.7 to 6.2.7.8 State-Changed-From-To: feedback->open State-Changed-By: pav State-Changed-When: Thu Jul 6 18:43:28 UTC 2006 State-Changed-Why: Maintainer timeout Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Thu Jul 6 18:43:28 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=98063 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:53: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 2F44016A4E2; Thu, 6 Jul 2006 18:53:52 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF8943D77; Thu, 6 Jul 2006 18:53:50 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66Iro4n013826; Thu, 6 Jul 2006 18:53:50 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IroWV013822; Thu, 6 Jul 2006 18:53:50 GMT (envelope-from rafan) Date: Thu, 6 Jul 2006 18:53:50 GMT From: Rong-En Fan Message-Id: <200607061853.k66IroWV013822@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99401: [Maintainer Update] sysutils/lineakd: Update to version 0.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: Thu, 06 Jul 2006 18:53:52 -0000 Synopsis: [Maintainer Update] sysutils/lineakd: Update to version 0.9 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Thu Jul 6 18:53:20 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99401 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:54: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 C52AD16A4DF; Thu, 6 Jul 2006 18:54:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F5743D6E; Thu, 6 Jul 2006 18:54:05 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66Is5IE013885; Thu, 6 Jul 2006 18:54:05 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Is5Fi013881; Thu, 6 Jul 2006 18:54:05 GMT (envelope-from rafan) Date: Thu, 6 Jul 2006 18:54:05 GMT From: Rong-En Fan Message-Id: <200607061854.k66Is5Fi013881@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99402: [Maintainer Update] sysutils/lineak_defaultplugin: update to version 0.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: Thu, 06 Jul 2006 18:54:05 -0000 Synopsis: [Maintainer Update] sysutils/lineak_defaultplugin: update to version 0.9 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Thu Jul 6 18:53:54 UTC 2006 Responsible-Changed-Why: Eat http://www.freebsd.org/cgi/query-pr.cgi?pr=99402 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:55: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 71DA816A4DD; Thu, 6 Jul 2006 18:55: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 186D043D45; Thu, 6 Jul 2006 18:55: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 k66ItN82013968; Thu, 6 Jul 2006 18:55:23 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66ItNJh013964; Thu, 6 Jul 2006 18:55:23 GMT (envelope-from pav) Date: Thu, 6 Jul 2006 18:55:23 GMT From: Pav Lucistnik Message-Id: <200607061855.k66ItNJh013964@freefall.freebsd.org> To: jylefort@FreeBSD.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97061: Remove port: x11-toolkits/gtk20-apireference X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:55:24 -0000 Synopsis: Remove port: x11-toolkits/gtk20-apireference State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Thu Jul 6 18:55:16 UTC 2006 State-Changed-Why: Looks like the port is gone for a month now. http://www.freebsd.org/cgi/query-pr.cgi?pr=97061 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:56:00 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 7797916A512; Thu, 6 Jul 2006 18:56:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3490943D45; Thu, 6 Jul 2006 18:56:00 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66Iu08p014028; Thu, 6 Jul 2006 18:56:00 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Iu044014024; Thu, 6 Jul 2006 18:56:00 GMT (envelope-from rafan) Date: Thu, 6 Jul 2006 18:56:00 GMT From: Rong-En Fan Message-Id: <200607061856.k66Iu044014024@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99403: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.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: Thu, 06 Jul 2006 18:56:00 -0000 Synopsis: [Maintainer Update] sysutils/lineak_xosdplugin: update to version 0.9 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Thu Jul 6 18:54:44 UTC 2006 Responsible-Changed-Why: Eat http://www.freebsd.org/cgi/query-pr.cgi?pr=99403 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 18:56:32 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 DF11216A4DA; Thu, 6 Jul 2006 18:56:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06B543D66; Thu, 6 Jul 2006 18:56:29 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66IuTGq014092; Thu, 6 Jul 2006 18:56:29 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66IuTA4014088; Thu, 6 Jul 2006 18:56:29 GMT (envelope-from rafan) Date: Thu, 6 Jul 2006 18:56:29 GMT From: Rong-En Fan Message-Id: <200607061856.k66IuTA4014088@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99404: [Maintainer Update] sysutils/lineak_kdeplugins: update to version 0.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: Thu, 06 Jul 2006 18:56:33 -0000 Synopsis: [Maintainer Update] sysutils/lineak_kdeplugins: update to version 0.9 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Thu Jul 6 18:56:13 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99404 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 19:33:28 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 831AA16A4DF; Thu, 6 Jul 2006 19:33:28 +0000 (UTC) (envelope-from snb@threerings.net) Received: from smtp.earth.threerings.net (mail.threerings.net [64.127.109.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBBF43D70; Thu, 6 Jul 2006 19:33:23 +0000 (GMT) (envelope-from snb@threerings.net) Received: from localhost.localdomain (japan.sea.earth.threerings.net [192.168.54.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.earth.threerings.net (Postfix) with ESMTP id 4A441662F; Thu, 6 Jul 2006 12:33:23 -0700 (PDT) Date: Thu, 6 Jul 2006 12:33:18 -0700 From: Nick Barkas To: Sergey Skvortsov Message-Id: <20060706123318.71b27a8c.snb@threerings.net> In-Reply-To: <44ACE015.4000208@FreeBSD.org> References: <200607060600.k6660ihZ059521@freefall.freebsd.org> <44ACB83A.5020605@FreeBSD.org> <44ACE015.4000208@FreeBSD.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__6_Jul_2006_12_33_18_-0700_OuQm07peFLvnx0Z7" Cc: freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org, pav@FreeBSD.org, sem@FreeBSD.org Subject: Re: ports/99818: Duplicated ports (ports/devel/otrs and ports/www/otrs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:33:28 -0000 --Signature=_Thu__6_Jul_2006_12_33_18_-0700_OuQm07peFLvnx0Z7 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 06 Jul 2006 14:04:05 +0400 Sergey Skvortsov wrote: > Sorry for my inadvertence :( >=20 > Of course I ready to delete devel/otrs (I respect historical precedence). >=20 > But there are some notes: >=20 > 1. I suppose "devel" category is better than "www" because Bugzilla is > placed inside "devel". Maybe it is not a good reason. Frankly, we need > some new category like "www-apps" (like in Gentoo). That makes sense. I noticed Bugzilla was in devel in the past, and thought that was a little strange, too. At my job we use OTRS for customer support, so being in devel didn't occur to me. If it is used for bug tracking, or general issue tracking with developers, I suppose it belongs in devel as much as Bugzilla does. > 2. I'm not happy with "www/otrs"'s Makefile. First of all, this port was > not even audited carefully before committing, for example: Yes, I think your Makefile is better. I am very new to making ports (this is only the third one I've worked on, and it is definitely the most complex), so I made lots of mistakes. > * to make OPTIONS really working you need wrap section with WITH/WITHOUT > conditions with ".include " and ".include > " >=20 > * many modules inside Kernel/cpan-lib/ should be cleaned out, because > they can conflict with installed from ports tree >=20 > * port's files was not patched to replace "/opt" with correct "${PREFIX}". >=20 > I suppose my port is a little bit cleaner but my option can not be very > objective ;) All three of these I agree with. I overlooked all of these problems when making my port. Now I should not make the same mistakes next time :) > As a solution, I see two ways: >=20 > 1. I remove "www/otrs" > 2. I can pass mainainership of "devel/otrs" to snb@threerings.net > 3. Nick will merge all good features from "www/otrs" >=20 > or >=20 > 1. I remove "devel/otrs" > 2. Nick merge all good features (if any) from "devel/otrs" into "www/otrs= ". I think your devel/otrs port is probably what should be kept, and my port can be removed. However, I have a couple of suggestions for your port: First, it would be nice if the pkg-install script created the otrs user with a fixed UID (I used 117, because it does not appear to be taken by other ports in this list: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-uid-= and-gids.html). The otrs user should be ok to just be put in the default www group (80), I think, or should have a dedicated GID <1000 assigned, too. When I installed devel/otrs on one of my systems to look at it, the UID and GID assigned were over 10000, in a range that we use for LDAP user and groups. Anyone using LDAP or NIS might have problems if an otrs user/group ends up clashing with a LDAP/NIS user or group that is created after the local otrs user with the same numeric UID or GID. My pkg-install script also checks to make sure the reserved UID isn't in use by a different user, and that its home directory is set correctly if it has already been created. If a specific UID and/or GID is used, a committer should probably update that list of reserved numbers, too :) Second, the pkg-message in devel/otrs points out that the user needs to configure Apache, but it does not mention more about the need to set up a database, email, cron jobs, and possibly other things. It might be nice to note these in the pkg-message, or direct the user to the documentation installed in /usr/local/share/doc/otrs about the additional post-install configuration needed. > So, I wait for your suggestions/opinions. >=20 > Anyway, I ready to review any changes/patches from Nick to "otrs" port > and commit them immediately. >=20 > --=20 > Sergey Skvortsov > mailto: skv@FreeBSD.org >=20 Nick --Signature=_Thu__6_Jul_2006_12_33_18_-0700_OuQm07peFLvnx0Z7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFErWWC44NxFgGs4RMRAgz7AKDlU26o/MnPEgy1wTw4bsQicnf8MQCffeKQ /LEj0oSsW+rHCvBQC0aPqgE= =t37G -----END PGP SIGNATURE----- --Signature=_Thu__6_Jul_2006_12_33_18_-0700_OuQm07peFLvnx0Z7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00:37 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 94EDD16A4DE for ; Thu, 6 Jul 2006 20:00:37 +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 5861943D46 for ; Thu, 6 Jul 2006 20:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66K0aQh017690 for ; Thu, 6 Jul 2006 20: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 k66K0aUK017689; Thu, 6 Jul 2006 20:00:36 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 20:00:36 GMT Resent-Message-Id: <200607062000.k66K0aUK017689@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B99B016A4DD for ; Thu, 6 Jul 2006 19:51:12 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D5943D53 for ; Thu, 6 Jul 2006 19:51:10 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FyZqu-0000wZ-Bl for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 23:49:37 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k66JoVam041453 for ; Thu, 6 Jul 2006 23:50:33 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k66JlFHS041364; Thu, 6 Jul 2006 23:47:15 +0400 (MSD) (envelope-from stas) Message-Id: <200607061947.k66JlFHS041364@fonon.realnet> Date: Thu, 6 Jul 2006 23:47:15 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99852: sysutils/e17-module-devian repocopy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:37 -0000 >Number: 99852 >Category: ports >Synopsis: sysutils/e17-module-devian repocopy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Please, perform a repocopy of sysutils/e17-module-devian to x11/e17-module-devian. x11 is more appropriate category for this port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00:37 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 9FA1E16A4E2 for ; Thu, 6 Jul 2006 20:00:37 +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 BE0C443D4C for ; Thu, 6 Jul 2006 20:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66K0aYv017703 for ; Thu, 6 Jul 2006 20: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 k66K0avO017702; Thu, 6 Jul 2006 20:00:36 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 20:00:36 GMT Resent-Message-Id: <200607062000.k66K0avO017702@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85EB16A4E6 for ; Thu, 6 Jul 2006 19:51:12 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F2143D55 for ; Thu, 6 Jul 2006 19:51:10 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FyZqu-0000ws-Ex for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 23:49:39 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k66JoVau041453 for ; Thu, 6 Jul 2006 23:50:35 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k66IrW0B086138; Thu, 6 Jul 2006 22:53:32 +0400 (MSD) (envelope-from stas) Message-Id: <200607061853.k66IrW0B086138@fonon.realnet> Date: Thu, 6 Jul 2006 22:53:32 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99853: [MAINTAINIER UPDATE] x11/e17-module-mem patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:37 -0000 >Number: 99853 >Category: ports >Synopsis: [MAINTAINIER UPDATE] x11/e17-module-mem patch >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Make it work with recent snapshot of enlightenment. Note: I've added additional file files/patch-e_mod_main.c. >How-To-Repeat: >Fix: --- mem.diff begins here --- diff -ruN e17-module-mem.orig/Makefile e17-module-mem/Makefile --- e17-module-mem.orig/Makefile Thu Jul 6 22:43:42 2006 +++ e17-module-mem/Makefile Thu Jul 6 22:47:14 2006 @@ -7,6 +7,7 @@ PORTNAME= mem PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-mem.orig/files/patch-e_mod_main.c e17-module-mem/files/patch-e_mod_main.c --- e17-module-mem.orig/files/patch-e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-mem/files/patch-e_mod_main.c Thu Jul 6 22:44:14 2006 @@ -0,0 +1,11 @@ +--- e_mod_main.c.orig Thu Jul 6 22:43:05 2006 ++++ e_mod_main.c Thu Jul 6 22:43:18 2006 +@@ -339,7 +339,7 @@ + EAPI int + e_modapi_about(E_Module *m) + { +- e_module_dialog_show(D_("Enlightenment Mem Monitor Module"), ++ e_module_dialog_show(m, D_("Enlightenment Mem Monitor Module"), + D_("This module is used to monitor memory.")); + return 1; + } --- mem.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00: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 99E0716A4DE; Thu, 6 Jul 2006 20:00:44 +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 5695543D6E; Thu, 6 Jul 2006 20:00:44 +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 k66K0iXU017956; Thu, 6 Jul 2006 20:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66K0iFv017951; Thu, 6 Jul 2006 20:00:44 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 20:00:44 GMT From: Edwin Groothuis Message-Id: <200607062000.k66K0iFv017951@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99852: sysutils/e17-module-devian repocopy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:44 -0000 Synopsis: sysutils/e17-module-devian repocopy Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Jul 6 20:00:43 UTC 2006 Class-Changed-Why: Fix category (submitter is maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99852 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00:45 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 BC1F916A4E6 for ; Thu, 6 Jul 2006 20:00:45 +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 4764A43D6D for ; Thu, 6 Jul 2006 20:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66K0eAM017807 for ; Thu, 6 Jul 2006 20:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66K0eAw017806; Thu, 6 Jul 2006 20:00:40 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 20:00:40 GMT Resent-Message-Id: <200607062000.k66K0eAw017806@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6125216A4E0 for ; Thu, 6 Jul 2006 19:51:13 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4209143D5A for ; Thu, 6 Jul 2006 19:51:10 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FyZqu-0000we-D3 for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 23:49:39 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k66JoVaq041453 for ; Thu, 6 Jul 2006 23:50:35 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k66J9EQ9005778; Thu, 6 Jul 2006 23:09:14 +0400 (MSD) (envelope-from stas) Message-Id: <200607061909.k66J9EQ9005778@fonon.realnet> Date: Thu, 6 Jul 2006 23:09:14 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99856: [MAINTAINER UPDATE] x11/e17-module-weather doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:45 -0000 >Number: 99856 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/e17-module-weather doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Make it work with recent version of enlightenment. Note: I've added additional patchfile. >How-To-Repeat: >Fix: --- weather.diff begins here --- diff -ruN e17-module-weather.orig/Makefile e17-module-weather/Makefile --- e17-module-weather.orig/Makefile Thu Jul 6 23:04:36 2006 +++ e17-module-weather/Makefile Thu Jul 6 23:06:03 2006 @@ -7,6 +7,7 @@ PORTNAME= weather PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-weather.orig/files/patch-e_mod_main.c e17-module-weather/files/patch-e_mod_main.c --- e17-module-weather.orig/files/patch-e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-weather/files/patch-e_mod_main.c Thu Jul 6 23:05:42 2006 @@ -0,0 +1,12 @@ +--- e_mod_main.c.orig Thu Jul 6 23:05:04 2006 ++++ e_mod_main.c Thu Jul 6 23:05:19 2006 +@@ -354,7 +354,8 @@ + EAPI int + e_modapi_about(E_Module *m) + { +- e_module_dialog_show(D_("Enlightenment Weather Module"), D_("A weather forecast module for Enlightenment")); ++ e_module_dialog_show(m, D_("Enlightenment Weather Module"), ++ D_("A weather forecast module for Enlightenment")); + return 1; + } + --- weather.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00:45 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 D0EC516A4E7 for ; Thu, 6 Jul 2006 20:00:45 +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 52DA343D4C for ; Thu, 6 Jul 2006 20:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66K0cdj017753 for ; Thu, 6 Jul 2006 20:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66K0c6m017752; Thu, 6 Jul 2006 20:00:38 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 20:00:38 GMT Resent-Message-Id: <200607062000.k66K0c6m017752@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E202C16A4DE for ; Thu, 6 Jul 2006 19:51:12 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410EF43D58 for ; Thu, 6 Jul 2006 19:51:11 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FyZqu-0000wt-Fd for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 23:49:39 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k66JoVaw041453 for ; Thu, 6 Jul 2006 23:50:35 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k66J4AU6098190; Thu, 6 Jul 2006 23:04:10 +0400 (MSD) (envelope-from stas) Message-Id: <200607061904.k66J4AU6098190@fonon.realnet> Date: Thu, 6 Jul 2006 23:04:10 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99854: [MAINTAINER UPDATE] x11/e17-module-moon patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:46 -0000 >Number: 99854 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/e17-module-moon patch >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Make it compile with recent version of enlightenment. Note: additional patchfile was added. >How-To-Repeat: >Fix: --- moon.diff begins here --- diff -ruN e17-module-moon.orig/Makefile e17-module-moon/Makefile --- e17-module-moon.orig/Makefile Thu Jul 6 22:59:46 2006 +++ e17-module-moon/Makefile Thu Jul 6 23:00:13 2006 @@ -7,6 +7,7 @@ PORTNAME= moon PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-moon.orig/files/patch-src::e_mod_main.c e17-module-moon/files/patch-src::e_mod_main.c --- e17-module-moon.orig/files/patch-src::e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-moon/files/patch-src::e_mod_main.c Thu Jul 6 23:01:24 2006 @@ -0,0 +1,11 @@ +--- src/e_mod_main.c.orig Sat Jun 3 12:35:27 2006 ++++ src/e_mod_main.c Thu Jul 6 23:01:10 2006 +@@ -124,7 +124,7 @@ + + snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"), + PACKAGE_VERSION); +- e_module_dialog_show(title, ++ e_module_dialog_show(module, title, + D_("Display current phase of the moon ala e16 E-MoonClock")); + return 1; + } --- moon.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00:51 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 0A85E16A4E1 for ; Thu, 6 Jul 2006 20:00:51 +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 CA39D43D6B for ; Thu, 6 Jul 2006 20:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66K0dvO017778 for ; Thu, 6 Jul 2006 20:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66K0dRr017773; Thu, 6 Jul 2006 20:00:39 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 20:00:39 GMT Resent-Message-Id: <200607062000.k66K0dRr017773@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F2A16A4DF for ; Thu, 6 Jul 2006 19:51:13 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BD043D4C for ; Thu, 6 Jul 2006 19:51:10 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FyZqu-0000wr-EL for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 23:49:39 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k66JoVas041453 for ; Thu, 6 Jul 2006 23:50:35 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k66JKd8e014237; Thu, 6 Jul 2006 23:20:39 +0400 (MSD) (envelope-from stas) Message-Id: <200607061920.k66JKd8e014237@fonon.realnet> Date: Thu, 6 Jul 2006 23:20:39 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99855: [MAINTAINER UPDATE] x11/e17-module-calendar doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:51 -0000 >Number: 99855 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/e17-module-calendar doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Make it work with recent snapshot of e17. Note: additional patchfile have been added. >How-To-Repeat: >Fix: --- cal.diff begins here --- diff -ruN e17-module-calendar.orig/Makefile e17-module-calendar/Makefile --- e17-module-calendar.orig/Makefile Thu Jul 6 23:10:55 2006 +++ e17-module-calendar/Makefile Thu Jul 6 23:11:16 2006 @@ -7,6 +7,7 @@ PORTNAME= calendar PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-calendar.orig/files/patch-src::e_mod_main.c e17-module-calendar/files/patch-src::e_mod_main.c --- e17-module-calendar.orig/files/patch-src::e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-calendar/files/patch-src::e_mod_main.c Thu Jul 6 23:14:02 2006 @@ -0,0 +1,20 @@ +--- src/e_mod_main.c.orig Thu Jul 6 23:11:37 2006 ++++ src/e_mod_main.c Thu Jul 6 23:13:48 2006 +@@ -47,7 +47,7 @@ + + { + e_error_dialog_show +- ("Module API Error", "Error initializing Module: calendar\n" ++ (module, "Module API Error", "Error initializing Module: calendar\n" + "It requires a minimum module API version of: %i.\n" + "The module API advertized by Enlightenment is: %i.\n" + "Aborting module.", E_MODULE_API_VERSION, module->api->version); +@@ -102,7 +102,7 @@ + EAPI int + e_modapi_about(E_Module *module) + { +- e_error_dialog_show(D_("Enlightenment calendar Module"), D_("A simple module to give E17 a desktop calendar ")); ++ e_error_dialog_show(module, D_("Enlightenment calendar Module"), D_("A simple module to give E17 a desktop calendar ")); + return 1; + } + --- cal.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:00:57 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 BE75C16A4EC for ; Thu, 6 Jul 2006 20:00:57 +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 E087443D49 for ; Thu, 6 Jul 2006 20:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66K0eEW017825 for ; Thu, 6 Jul 2006 20:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66K0eXk017824; Thu, 6 Jul 2006 20:00:40 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 20:00:40 GMT Resent-Message-Id: <200607062000.k66K0eXk017824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC3B16A4E8 for ; Thu, 6 Jul 2006 19:51:15 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFCB43D45 for ; Thu, 6 Jul 2006 19:51:14 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FyZqu-0000wc-CQ for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Jul 2006 23:49:42 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k66JoVao041453 for ; Thu, 6 Jul 2006 23:50:35 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k66Jifeg041285; Thu, 6 Jul 2006 23:44:41 +0400 (MSD) (envelope-from stas) Message-Id: <200607061944.k66Jifeg041285@fonon.realnet> Date: Thu, 6 Jul 2006 23:44:41 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99857: [MAINTAINER UPDATE] sysutils/e17-module-devian doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:00:57 -0000 >Number: 99857 >Category: ports >Synopsis: [MAINTAINER UPDATE] sysutils/e17-module-devian doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:40 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Make it work with current version of enlightenment. Note: a lot of new patchfiles has been added. >How-To-Repeat: >Fix: --- devian.diff begins here --- diff -ruN e17-module-devian.orig/Makefile e17-module-devian/Makefile --- e17-module-devian.orig/Makefile Thu Jul 6 23:21:06 2006 +++ e17-module-devian/Makefile Thu Jul 6 23:21:41 2006 @@ -7,6 +7,7 @@ PORTNAME= devian PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_config.c e17-module-devian/files/patch-src::module::e_mod_config.c --- e17-module-devian.orig/files/patch-src::module::e_mod_config.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_config.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,20 @@ +--- src/module/e_mod_config.c.orig Thu Jul 6 23:32:07 2006 ++++ src/module/e_mod_config.c Thu Jul 6 23:32:25 2006 +@@ -100,7 +100,7 @@ + "has been upgraded
" + "Your settings were removed
" + "Sorry for the inconvenience

" "(%d -> %d)"), cfg_main->conf_version, CONFIG_VERSION); +- e_module_dialog_show(_(MODULE_NAME " Module version " MODULE_VERSION), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module version " MODULE_VERSION), buf); + + cfg_main = NULL; + } +@@ -116,7 +116,7 @@ + "has been downgraded
" + "Your settings were removed
" + "Sorry for the inconvenience

" "(%d ->%d)"), cfg_main->conf_version, CONFIG_VERSION); +- e_module_dialog_show(_(MODULE_NAME " Module version " MODULE_VERSION), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module version " MODULE_VERSION), buf); + cfg_main = NULL; + } + } diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_config_dialog_devian.c e17-module-devian/files/patch-src::module::e_mod_config_dialog_devian.c --- e17-module-devian.orig/files/patch-src::module::e_mod_config_dialog_devian.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_config_dialog_devian.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,11 @@ +--- src/module/e_mod_config_dialog_devian.c.orig Thu Jul 6 23:32:48 2006 ++++ src/module/e_mod_config_dialog_devian.c Thu Jul 6 23:33:02 2006 +@@ -789,7 +789,7 @@ + snprintf(buf, sizeof(buf), + _("Rss '%s' is in use !

" + "You can't delete it while its in use.

" "Owner is %s"), doc->name, doc->user->source->devian->id); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + } + } + #endif diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_config_dialog_theme.c e17-module-devian/files/patch-src::module::e_mod_config_dialog_theme.c --- e17-module-devian.orig/files/patch-src::module::e_mod_config_dialog_theme.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_config_dialog_theme.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,27 @@ +--- src/module/e_mod_config_dialog_theme.c.orig Thu Jul 6 23:33:17 2006 ++++ src/module/e_mod_config_dialog_theme.c Thu Jul 6 23:33:33 2006 +@@ -636,7 +636,7 @@ + if (!ecore_file_is_dir(themes_path)) + { + snprintf(buf, sizeof(buf), _("Directory %s doesnt exists.

" "No themes found !!!"), themes_path); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return NULL; + } + +@@ -644,7 +644,7 @@ + if (ecore_list_is_empty(list) || !list) + { + snprintf(buf, sizeof(buf), _("Directory %s is empty !

" "No themes found !!!"), themes_path); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return NULL; + } + +@@ -701,5 +701,5 @@ + snprintf(buf, sizeof(buf), + _("Invalid theme

" + "You have selected an invalid theme.
" "A valid theme has a dEvian icon in front of it.")); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + } diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_container.c e17-module-devian/files/patch-src::module::e_mod_container.c --- e17-module-devian.orig/files/patch-src::module::e_mod_container.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_container.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,20 @@ +--- src/module/e_mod_container.c.orig Thu Jul 6 23:33:42 2006 ++++ src/module/e_mod_container.c Thu Jul 6 23:33:53 2006 +@@ -248,7 +248,7 @@ + char buf[4096]; + + snprintf(buf, sizeof(buf), _("Invalid theme !

" "Failed to switch to %s theme"), *theme); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + evas_stringshare_del(*theme); + *theme = evas_stringshare_add(DEVIAN_THEME_DEFAULT); + DEVIANF(container_change) (devian, devian->conf->container_type); +@@ -272,7 +272,7 @@ + + snprintf(buf, sizeof(buf), + _("Invalid theme !

" "Failed to switch to %s theme"), *theme); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + evas_stringshare_del(*theme); + *theme = evas_stringshare_add(DEVIAN_THEME_DEFAULT); + DEVIANF(container_change) (devian, devian->conf->container_type); diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_data_file.c e17-module-devian/files/patch-src::module::e_mod_data_file.c --- e17-module-devian.orig/files/patch-src::module::e_mod_data_file.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_data_file.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,11 @@ +--- src/module/e_mod_data_file.c.orig Thu Jul 6 23:30:59 2006 ++++ src/module/e_mod_data_file.c Thu Jul 6 23:31:07 2006 +@@ -33,7 +33,7 @@ + snprintf(buf, sizeof(buf), + _("Can't open file %s

" + "You can change the file in the dEvian's config panel"), source->devian->conf->file_path); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + } + + /* create the textblock */ diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_data_picture.c e17-module-devian/files/patch-src::module::e_mod_data_picture.c --- e17-module-devian.orig/files/patch-src::module::e_mod_data_picture.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_data_picture.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,20 @@ +--- src/module/e_mod_data_picture.c.orig Thu Jul 6 23:30:33 2006 ++++ src/module/e_mod_data_picture.c Thu Jul 6 23:30:56 2006 +@@ -402,7 +402,7 @@ + "They can be jpeg or png

" + "After import, if you can remove these files and the pictures still can
" + "be viewed, but you wont be able to set them as wallpaper anymore

"), dir); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + +@@ -1199,7 +1199,7 @@ + DEVIANM->conf->sources_picture_data_import_thumbs_warn) + { + DEVIANM->conf->sources_picture_data_import_thumbs_warn = 0; +- e_module_dialog_show(_(MODULE_NAME " Module Information"), ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Information"), + _("Creating thumbs

" + "Some pictures are being thumbed in a background task.
" + "It can take a while, but after, loading will be faster :)

" diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_data_rss.c e17-module-devian/files/patch-src::module::e_mod_data_rss.c --- e17-module-devian.orig/files/patch-src::module::e_mod_data_rss.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_data_rss.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,47 @@ +--- src/module/e_mod_data_rss.c.orig Thu Jul 6 23:30:02 2006 ++++ src/module/e_mod_data_rss.c Thu Jul 6 23:30:29 2006 +@@ -280,7 +280,7 @@ + snprintf(buf, sizeof(buf), + _("Rss '%s' is aready in use !

" + "You can't set a rss document to more than one dEvian

" "Url: %s"), doc->name, doc->url); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return -1; + } + +@@ -561,7 +561,7 @@ + "Url : %s
" + "Begining of the document dEvian get :
%100.100s"), + doc->name, doc->url, feed->buffer); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + } + else + { +@@ -572,7 +572,7 @@ + "Url : %s
" + "Begining of the document dEvian get :
%100.100s
" + "%100.100s"), doc->name, doc->url, feed->buffer, p); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + } + } + DEVIANF(container_loading_state_change) (feed->source->devian, 0); +@@ -1009,7 +1009,7 @@ + { + snprintf(buf, sizeof(buf), + _("Unable to open link

" "Article '%s' has no link associated !"), article->title); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return; + } + +@@ -1029,7 +1029,7 @@ + _("Viewer %s not found !

" + "You can change the viewer for http in dEvian configuration panel\ + (Advanced view)"), DEVIANM->conf->viewer_http); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return; + } + diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_devian.c e17-module-devian/files/patch-src::module::e_mod_devian.c --- e17-module-devian.orig/files/patch-src::module::e_mod_devian.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_devian.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,11 @@ +--- src/module/e_mod_devian.c.orig Thu Jul 6 23:34:34 2006 ++++ src/module/e_mod_devian.c Thu Jul 6 23:34:41 2006 +@@ -443,7 +443,7 @@ + + snprintf(buf, sizeof(buf), + _("Error !
" "Did not find theme %s group %s"), path, part); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return NULL; + } + DMAIN(("Edje loaded %s group %s", path, part)); diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_main.c e17-module-devian/files/patch-src::module::e_mod_main.c --- e17-module-devian.orig/files/patch-src::module::e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_main.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,11 @@ +--- src/module/e_mod_main.c.orig Thu Jul 6 23:28:34 2006 ++++ src/module/e_mod_main.c Thu Jul 6 23:28:50 2006 +@@ -48,7 +48,7 @@ + char buf[4096]; + + snprintf(buf, sizeof(buf), _("Enlightenment %s Module - version " MODULE_VERSION), MODULE_NAME); +- e_module_dialog_show(buf, _( ++ e_module_dialog_show(m, buf, _( + #ifndef HAVE_ALL + "This module is part of dEvian module

" + #ifdef HAVE_PICTURE diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_source_file.c e17-module-devian/files/patch-src::module::e_mod_source_file.c --- e17-module-devian.orig/files/patch-src::module::e_mod_source_file.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_source_file.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,11 @@ +--- src/module/e_mod_source_file.c.orig Thu Jul 6 23:29:46 2006 ++++ src/module/e_mod_source_file.c Thu Jul 6 23:29:54 2006 +@@ -24,7 +24,7 @@ + snprintf(buf, sizeof(buf), + _("dEvian's Log feature isn't stable yet !

" + "It's disabled for now")); +- e_module_dialog_show(_(MODULE_NAME " Module error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module error"), buf); + return 0; + } + #endif diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_source_picture.c e17-module-devian/files/patch-src::module::e_mod_source_picture.c --- e17-module-devian.orig/files/patch-src::module::e_mod_source_picture.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_source_picture.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,38 @@ +--- src/module/e_mod_source_picture.c.orig Thu Jul 6 23:29:20 2006 ++++ src/module/e_mod_source_picture.c Thu Jul 6 23:29:41 2006 +@@ -174,7 +174,7 @@ + _("File %s doesnt exists.

" + "This file is in dEvian's picture list, but it seems you removed it from the disk
" + "It cant be set as background, sorry."), file); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + +@@ -201,7 +201,7 @@ + "%s is not an edje file !
" + "dEvian need e17setroot util from e_utils package to set you're picture as background" + "Please install it and try again"), file); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + } +@@ -261,7 +261,7 @@ + _("File %s doesnt exists !

" + "This file is in dEvian's picture list, but it seems you removed it from the disk.
" + "It cant be set opened in a viewer, sorry."), file); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + +@@ -281,7 +281,7 @@ + _("Viewer %s not found !

" + "You can change the viewer for images in dEvian configuration panel (Advanced view)"), + DEVIANM->conf->viewer_image); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + diff -ruN e17-module-devian.orig/files/patch-src::module::e_mod_source_rss.c e17-module-devian/files/patch-src::module::e_mod_source_rss.c --- e17-module-devian.orig/files/patch-src::module::e_mod_source_rss.c Thu Jan 1 03:00:00 1970 +++ e17-module-devian/files/patch-src::module::e_mod_source_rss.c Thu Jul 6 23:39:21 2006 @@ -0,0 +1,20 @@ +--- src/module/e_mod_source_rss.c.orig Thu Jul 6 23:28:58 2006 ++++ src/module/e_mod_source_rss.c Thu Jul 6 23:29:14 2006 +@@ -108,7 +108,7 @@ + snprintf(buf, sizeof(buf), + _("Unable to open link

" + "Feed '%s' has no link associated !"), source->devian->conf->rss_doc->name); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + +@@ -128,7 +128,7 @@ + _("Viewer %s not found !

" + "You can change the viewer for http in DEVIANN configuration panel (Advanced view)"), + DEVIANM->conf->viewer_http); +- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); ++ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); + return 0; + } + --- devian.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:25:57 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 17F3C16A4DE; Thu, 6 Jul 2006 20:25:57 +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 CAF6643D49; Thu, 6 Jul 2006 20:25:56 +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 k66KPunS018971; Thu, 6 Jul 2006 20:25:56 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66KPuYn018967; Thu, 6 Jul 2006 20:25:56 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 20:25:56 GMT From: Ion-Mihai Tetcu Message-Id: <200607062025.k66KPuYn018967@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99853: [MAINTAINIER UPDATE] x11/e17-module-mem patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:25:57 -0000 Synopsis: [MAINTAINIER UPDATE] x11/e17-module-mem patch Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 20:25:54 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99853 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:26:07 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 AD3D416A4E1; Thu, 6 Jul 2006 20:26:07 +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 6E2EC43D49; Thu, 6 Jul 2006 20:26:07 +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 k66KQ79j019036; Thu, 6 Jul 2006 20:26:07 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66KQ7Z3019032; Thu, 6 Jul 2006 20:26:07 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 20:26:07 GMT From: Ion-Mihai Tetcu Message-Id: <200607062026.k66KQ7Z3019032@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99854: [MAINTAINER UPDATE] x11/e17-module-moon patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:26:07 -0000 Synopsis: [MAINTAINER UPDATE] x11/e17-module-moon patch Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 20:26:05 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99854 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:26: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 36FA616A4DF; Thu, 6 Jul 2006 20:26:17 +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 C8B1743D5A; Thu, 6 Jul 2006 20:26:16 +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 k66KQGVG019128; Thu, 6 Jul 2006 20:26:16 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66KQGmB019124; Thu, 6 Jul 2006 20:26:16 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 20:26:16 GMT From: Ion-Mihai Tetcu Message-Id: <200607062026.k66KQGmB019124@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99855: [MAINTAINER UPDATE] x11/e17-module-calendar doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:26:17 -0000 Synopsis: [MAINTAINER UPDATE] x11/e17-module-calendar doesn't compile Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 20:26:16 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99855 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:26: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 C128516A4E5; Thu, 6 Jul 2006 20:26:22 +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 75C3D43D45; Thu, 6 Jul 2006 20:26:22 +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 k66KQMcH019193; Thu, 6 Jul 2006 20:26:22 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66KQMMO019189; Thu, 6 Jul 2006 20:26:22 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 20:26:22 GMT From: Ion-Mihai Tetcu Message-Id: <200607062026.k66KQMMO019189@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99857: [MAINTAINER UPDATE] sysutils/e17-module-devian doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:26:22 -0000 Synopsis: [MAINTAINER UPDATE] sysutils/e17-module-devian doesn't compile Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 20:26:21 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99857 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 20:26:27 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 E288516A4E0; Thu, 6 Jul 2006 20:26:27 +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 793CA43D46; Thu, 6 Jul 2006 20:26:27 +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 k66KQRHv019258; Thu, 6 Jul 2006 20:26:27 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66KQRS9019254; Thu, 6 Jul 2006 20:26:27 GMT (envelope-from itetcu) Date: Thu, 6 Jul 2006 20:26:27 GMT From: Ion-Mihai Tetcu Message-Id: <200607062026.k66KQRS9019254@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99852: sysutils/e17-module-devian repocopy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:26:28 -0000 Synopsis: sysutils/e17-module-devian repocopy Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Thu Jul 6 20:26:26 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99852 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 21:00:37 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 F3E7D16A4DF for ; Thu, 6 Jul 2006 21:00:36 +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 B09E543D45 for ; Thu, 6 Jul 2006 21: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 k66L0ZgO022517 for ; Thu, 6 Jul 2006 21: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 k66L0Zpj022516; Thu, 6 Jul 2006 21:00:35 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 21:00:35 GMT Resent-Message-Id: <200607062100.k66L0Zpj022516@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Neil Darlow Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8854416A4DD for ; Thu, 6 Jul 2006 20:58:10 +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 43DA243D46 for ; Thu, 6 Jul 2006 20:58:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k66Kw9IO099789 for ; Thu, 6 Jul 2006 20:58:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k66Kw9xc099788; Thu, 6 Jul 2006 20:58:09 GMT (envelope-from nobody) Message-Id: <200607062058.k66Kw9xc099788@www.freebsd.org> Date: Thu, 6 Jul 2006 20:58:09 GMT From: Neil Darlow To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99858: smbldap-tools-0.9.2 needs p5-Unicode-MapUTF8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:00:37 -0000 >Number: 99858 >Category: ports >Synopsis: smbldap-tools-0.9.2 needs p5-Unicode-MapUTF8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 21:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Neil Darlow >Release: RELENG_6_1 >Organization: >Environment: FreeBSD router.darlow.co.uk 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Thu Jun 15 13:30:55 BST 2006 root@router.darlow.co.uk:/usr/obj/usr/src/sys/ROUTER i386 >Description: smbldap-tools-0.9.2 will fail in smbldap-populate if Unicode-MapUTF8.pm cannot be found at runtime. It works when converters/p5-Unicode-MapUTF8 is installed. I suggest adding this port to DEPENDS or RDEPENDS. Regards, Neil Darlow >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 21:26:38 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 2D5E616A4DD; Thu, 6 Jul 2006 21:26:38 +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 E38C943D45; Thu, 6 Jul 2006 21:26:37 +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 k66LQbj8023582; Thu, 6 Jul 2006 21:26:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66LQbtB023578; Thu, 6 Jul 2006 21:26:37 GMT (envelope-from edwin) Date: Thu, 6 Jul 2006 21:26:37 GMT From: Edwin Groothuis Message-Id: <200607062126.k66LQbtB023578@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99858: smbldap-tools-0.9.2 needs p5-Unicode-MapUTF8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:26:38 -0000 Synopsis: smbldap-tools-0.9.2 needs p5-Unicode-MapUTF8 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 6 21:26:37 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99858 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 22:10: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 6B66316A4E0 for ; Thu, 6 Jul 2006 22:10:16 +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 7055B43D49 for ; Thu, 6 Jul 2006 22: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 k66MAFVF026301 for ; Thu, 6 Jul 2006 22: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 k66MAFq4026300; Thu, 6 Jul 2006 22:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 22:10:15 GMT Resent-Message-Id: <200607062210.k66MAFq4026300@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Benjamin Black Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A83816A4DD for ; Thu, 6 Jul 2006 22:03:46 +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 C1BEC43D45 for ; Thu, 6 Jul 2006 22:03: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 k66M3j1e029789 for ; Thu, 6 Jul 2006 22:03:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k66M3jhZ029787; Thu, 6 Jul 2006 22:03:45 GMT (envelope-from nobody) Message-Id: <200607062203.k66M3jhZ029787@www.freebsd.org> Date: Thu, 6 Jul 2006 22:03:45 GMT From: Benjamin Black To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99859: New port submission: xorp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:10:16 -0000 >Number: 99859 >Category: ports >Synopsis: New port submission: xorp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 22:10:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Benjamin Black >Release: 4.11 >Organization: >Environment: FreeBSD elf.layer8.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jun 12 09:45:06 PDT 2006 ben@elf.layer8.net:/usr/src/sys/compile/ELF_PROD_4_11_20060612 i386 >Description: # 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: # # xorp # xorp/distinfo # xorp/files # xorp/files/patch-configure # xorp/files/patch-configure-in # xorp/files/patch-mibs-configure # xorp/files/xorp.in # xorp/Makefile # xorp/pkg-deinstall # xorp/pkg-descr # xorp/pkg-plist # echo c - xorp mkdir -p xorp > /dev/null 2>&1 echo x - xorp/distinfo sed 's/^X//' >xorp/distinfo << 'END-of-xorp/distinfo' XMD5 (xorp-1.2.tar.gz) = 077cf64839fa0a177e6b6e6393f1c660 XSHA256 (xorp-1.2.tar.gz) = 7e727c3500a6a74ff00114431ef556b2312e3e7e81b1a52c61a7e46093fd3999 XSIZE (xorp-1.2.tar.gz) = 8765558 END-of-xorp/distinfo echo c - xorp/files mkdir -p xorp/files > /dev/null 2>&1 echo x - xorp/files/patch-configure sed 's/^X//' >xorp/files/patch-configure << 'END-of-xorp/files/patch-configure' X--- configure.orig Tue Jul 4 22:25:12 2006 X+++ configure Tue Jul 4 22:25:58 2006 X@@ -15438,8 +15438,6 @@ X X X case "${host_os}" in X- *bsd*) FLOWER_MALLOC=flower_malloc ;; X- linux*) FLOWER_MALLOC=flower_malloc ;; X *) ;; X esac X X@@ -16135,7 +16133,7 @@ X X X X-ac_config_files="$ac_config_files Makefile MakefileRootCheck bgp/Makefile bgp/harness/Makefile bgp/tools/Makefile cli/Makefile cli/tools/Makefile contrib/Makefile docs/Makefile docs/bgp/Makefile docs/design_arch/Makefile docs/fea/Makefile docs/libxipc/Makefile docs/libxorp/Makefile docs/mfea/Makefile docs/mld6igmp/Makefile docs/multicast/Makefile docs/pim/Makefile docs/pim_testsuite/Makefile docs/rib/Makefile docs/rtrmgr/Makefile docs/slides/Makefile docs/slides/status_2004_02/Makefile docs/snmp/Makefile docs/test_harness/Makefile docs/user_manual/Makefile docs/xorpdev_101/Makefile etc/Makefile etc/templates/Makefile fea/Makefile fea/MakefileRootCheck fea/tools/Makefile fib2mrib/Makefile libcomm/Makefile libfeaclient/Makefile libproto/Makefile libxipc/Makefile libxorp/Makefile mld6igmp/Makefile mrt/Makefile ospf/Makefile ospf/tools/Makefile pim/Makefile policy/Makefile policy/backend/Makefile policy/common/Makefile policy/test/Makefile rib/Makefile rib/tools/Makefile rip/Ma kefile rip/tools/Makefile rtrmgr/Makefile static_routes/Makefile utils/Makefile utils/flower_malloc/Makefile xrl/Makefile xrl/interfaces/Makefile xrl/targets/Makefile xrl/tests/Makefile" X+ac_config_files="$ac_config_files Makefile MakefileRootCheck bgp/Makefile bgp/harness/Makefile bgp/tools/Makefile cli/Makefile cli/tools/Makefile contrib/Makefile docs/Makefile docs/bgp/Makefile docs/design_arch/Makefile docs/fea/Makefile docs/libxipc/Makefile docs/libxorp/Makefile docs/mfea/Makefile docs/mld6igmp/Makefile docs/multicast/Makefile docs/pim/Makefile docs/pim_testsuite/Makefile docs/rib/Makefile docs/rtrmgr/Makefile docs/slides/Makefile docs/slides/status_2004_02/Makefile docs/snmp/Makefile docs/test_harness/Makefile docs/user_manual/Makefile docs/xorpdev_101/Makefile etc/Makefile etc/templates/Makefile fea/Makefile fea/MakefileRootCheck fea/tools/Makefile fib2mrib/Makefile libcomm/Makefile libfeaclient/Makefile libproto/Makefile libxipc/Makefile libxorp/Makefile mld6igmp/Makefile mrt/Makefile ospf/Makefile ospf/tools/Makefile pim/Makefile policy/Makefile policy/backend/Makefile policy/common/Makefile policy/test/Makefile rib/Makefile rib/tools/Makefile rip/Ma kefile rip/tools/Makefile rtrmgr/Makefile static_routes/Makefile utils/Makefile xrl/Makefile xrl/interfaces/Makefile xrl/targets/Makefile xrl/tests/Makefile" X ac_config_commands="$ac_config_commands default" X cat >confcache <<\_ACEOF X # This file is a shell script that caches the results of configure X@@ -16673,7 +16671,6 @@ X "rtrmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES rtrmgr/Makefile" ;; X "static_routes/Makefile" ) CONFIG_FILES="$CONFIG_FILES static_routes/Makefile" ;; X "utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;; X- "utils/flower_malloc/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/flower_malloc/Makefile" ;; X "xrl/Makefile" ) CONFIG_FILES="$CONFIG_FILES xrl/Makefile" ;; X "xrl/interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES xrl/interfaces/Makefile" ;; X "xrl/targets/Makefile" ) CONFIG_FILES="$CONFIG_FILES xrl/targets/Makefile" ;; END-of-xorp/files/patch-configure echo x - xorp/files/patch-configure-in sed 's/^X//' >xorp/files/patch-configure-in << 'END-of-xorp/files/patch-configure-in' X--- configure.in.orig Tue Jul 4 22:25:21 2006 X+++ configure.in Tue Jul 4 22:26:40 2006 X@@ -807,14 +807,9 @@ X dnl utils/flower_malloc related X dnl --------------------------------------------------------------------------- X X-dnl flower_malloc in utils is an interposer and is only known to X-dnl work on systems supporting -shared. AFAICT this needs some work for X-dnl a real test. As a stop gap, we assume that if we are on *BSD or Linux X-dnl things work okay. Only known failure case is OS X. X+dnl disabled in FreeBSD 6.1 port X X case "${host_os}" in X- *bsd*) FLOWER_MALLOC=flower_malloc ;; X- linux*) FLOWER_MALLOC=flower_malloc ;; X *) ;; X esac X AC_SUBST(FLOWER_MALLOC) END-of-xorp/files/patch-configure-in echo x - xorp/files/patch-mibs-configure sed 's/^X//' >xorp/files/patch-mibs-configure << 'END-of-xorp/files/patch-mibs-configure' X--- mibs/configure.orig Tue Jul 4 16:53:56 2006 X+++ mibs/configure Tue Jul 4 16:54:09 2006 X@@ -5003,7 +5003,7 @@ X # MIB support. dummy MIB modules will only generate warnings X echo 'dlmod dummy doubledummy' > conftestsnmp.conf X test_ports='51510 51520 51530 51540 51550' X- snmpd_base_args="-f -r -l conftestsnmp.log -c conftestsnmp.conf" X+ snmpd_base_args="-f -r -Lf conftestsnmp.log -c conftestsnmp.conf" X # On Linux snmpd seems to need the "-p" flag. X for args in "" "-p" X do END-of-xorp/files/patch-mibs-configure echo x - xorp/files/xorp.in sed 's/^X//' >xorp/files/xorp.in << 'END-of-xorp/files/xorp.in' X#!/bin/sh X# X# $FreeBSD$ X# X# PROVIDE: xorp X# REQUIRE: netif routing mountcritlocal X# BEFORE: NETWORKING X X# Add the following lines to /etc/rc.conf to run xorp: X# X# xorp_enable (bool): Set it to "YES" to enable xorp. X# Default is "NO". X# xorp_config (file): Set configuration file for xorp. X# Default is "%%PREFIX%%/etc/xorp.conf". X# X X. /etc/rc.subr X Xname="xorp" Xrcvar=${name}_enable X Xload_rc_config ${name} X X: ${xorp_enable="NO"} X: ${xorp_config="%%PREFIX%%/etc/xorp.conf"} X Xcommand=%%PREFIX%%/bin/xorp_rtrmgr Xcommand_args="-b ${xorp_config}" X Xrun_rc_command "$1" END-of-xorp/files/xorp.in echo x - xorp/Makefile sed 's/^X//' >xorp/Makefile << 'END-of-xorp/Makefile' X# New ports collection makefile for: xorp X# Date created: 25 June 2006 X# Whom: bb X# X# $FreeBSD$ X# X XPORTNAME= xorp XPORTVERSION= 1.2 XCATEGORIES= net XMASTER_SITES= http://www.xorp.org/releases/1.2/ X XMAINTAINER= ben@layer8.net XCOMMENT= Open source routing protocol suite X XHAS_CONFIGURE= yes XUSE_GMAKE= yes X XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS= --prefix=${PREFIX} \ X ${CONFIGURE_TARGET} \ X --with-comment='FreeBSD port: ${PKGNAME}' \ X --enable-shared X XOPTIONS= OPENSSL "Enable SSL" off \ X SNMP "Enable SNMP" off \ X IPV6 "Enable IPv6 support" off X X.include X XXORP_GROUP= xorp XUSE_RC_SUBR= xorp X X.if defined(WITH_OPENSSL) XCONFIGURE_ARGS+=--with-openssl=/usr X.endif X.if defined(WITHOUT_IPV6) XCONFIGURE_ARGS+=--disable-ipv6 X.endif X.if defined(WITH_SNMP) XCONFIGURE_ARGS+= --with-snmp XBUILD_DEPENDS+= snmpd:${PORTSDIR}/net-mgmt/net-snmp \ X net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp XPLIST_SUB+= XORP_SNMP="" X.else XPLIST_SUB+= XORP_SNMP="@comment " X.endif X Xpost-install: X @if [ ! -f ${PREFIX}/etc/xorp.conf.sample ]; then \ X ${CP} ${WRKSRC}/rtrmgr/config.boot.sample ${PREFIX}/etc/xorp.conf.sample; \ X fi X @if pw group show "${XORP_GROUP}" 2>/dev/null; then \ X ${ECHO} "You already have a group \"${XORP_GROUP}\", so I will use it."; \ X else \ X ${ECHO} "Adding group \"${XORP_GROUP}\"."; \ X pw groupadd -n ${XORP_GROUP} 2>/dev/null; \ X fi X @${ECHO} "" X @${ECHO} "Add the following lines to /etc/rc.conf to enable xorp:" X @${ECHO} "" X @${ECHO} "defaultrouter=\"NO\"" X @${ECHO} "xorp_enable=\"YES\"" X @${ECHO} "" X @${ECHO} "A sample configuration has been installed at" X @${ECHO} "${PREFIX}/etc/xorp.conf.sample. Copy it to ${PREFIX}/etc/xorp.conf" X @${ECHO} "before editing. It MUST be edited before use." X @${ECHO} "" X @${ECHO} "Users who will be changing the xorp configuration via xorpsh" X @${ECHO} "must be members of the group xorp." X @${ECHO} "" X X.include END-of-xorp/Makefile echo x - xorp/pkg-deinstall sed 's/^X//' >xorp/pkg-deinstall << 'END-of-xorp/pkg-deinstall' X#!/bin/sh X XPATH=/bin:/usr/sbin X Xif [ -z "${XORP_GROUP}" ]; then X XORP_GROUP=xorp Xfi X Xcase $2 in X POST-DEINSTALL) X if pw group show ${XORP_GROUP} 2>/dev/null X then X echo "Deleting group ${XORP_GROUP}..." X pw groupdel -n ${XORP_GROUP} 2>/dev/null X else X echo "Group ${XORP_GROUP} not found!" X fi X ;; Xesac END-of-xorp/pkg-deinstall echo x - xorp/pkg-descr sed 's/^X//' >xorp/pkg-descr << 'END-of-xorp/pkg-descr' XFrom the website: X XXORP is the eXtensible Open Router Platform. X XOur goal is to develop an open source software Xrouter platform that is stable and fully featured Xenough for production use, and flexible and Xextensible enough to enable network research. XCurrently XORP implements routing protocols for IPv4 Xand IPv6 and a unified means to configure them. XIn future, we would also like to support custom Xhardware and software forwarding architectures. X XXORP is free. It is covered by a BSD-style license Xand is publicly available for research, development, Xand use. X XThe core team is based at the International Computer XScience Institute in Berkeley, California, but Xcontributors come from around the world. X XWWW: http://www.xorp.org/ END-of-xorp/pkg-descr echo x - xorp/pkg-plist sed 's/^X//' >xorp/pkg-plist << 'END-of-xorp/pkg-plist' Xbgp/tools/xorpsh_print_peers Xbgp/tools/xorpsh_print_routes Xbgp/xorp_bgp Xbin/call_xrl Xbin/xorp_profiler Xbin/xorp_rtrmgr Xbin/xorpsh Xcli/tools/send_cli_processor_xrl Xetc/xorp.conf.sample Xetc/templates/bgp.cmds Xetc/templates/bgp.tp Xetc/templates/fea.cmds Xetc/templates/fea.tp Xetc/templates/fib2mrib.tp Xetc/templates/host.cmds Xetc/templates/igmp.cmds Xetc/templates/igmp.tp Xetc/templates/interfaces.tp Xetc/templates/mfea.cmds Xetc/templates/mfea4.tp Xetc/templates/mfea6.cmds Xetc/templates/mfea6.tp Xetc/templates/misc.cmds Xetc/templates/mld.cmds Xetc/templates/mld.tp Xetc/templates/ospfv2.cmds Xetc/templates/ospfv2.tp Xetc/templates/pim.cmds Xetc/templates/pim6.cmds Xetc/templates/pimsm4.tp Xetc/templates/pimsm6.tp Xetc/templates/plumbing.tp Xetc/templates/policy.tp Xetc/templates/protocols.tp Xetc/templates/rib.cmds Xetc/templates/rib.tp Xetc/templates/rip.cmds Xetc/templates/rip.tp Xetc/templates/ripng.tp Xetc/templates/rtrmgr.tp Xetc/templates/snmp.tp Xetc/templates/static_routes.tp Xetc/templates/xorpsh.cmds Xfea/tools/show_interfaces Xfea/xorp_fea Xfea/xorp_fea_click_config_generator Xfea/xorp_fea_dummy Xfib2mrib/xorp_fib2mrib Xlibxipc/xorp_finder Xmld6igmp/xorp_igmp Xmld6igmp/xorp_mld Xospf/tools/print_lsas Xospf/tools/print_neighbours Xospf/xorp_ospfv2 Xospf/xorp_ospfv3 Xpim/xorp_pimsm4 Xpim/xorp_pimsm6 Xpolicy/xorp_policy Xrib/tools/show_routes Xrib/xorp_rib Xrip/tools/show_peer_stats Xrip/tools/show_stats Xrip/xorp_rip Xrip/xorp_ripng Xstatic_routes/xorp_static_routes Xxrl/targets/bgp.xrls Xxrl/targets/bgp4_mib.xrls Xxrl/targets/cli.xrls Xxrl/targets/coord.xrls Xxrl/targets/demo_fea_ifmgr_client.xrls Xxrl/targets/fea.xrls Xxrl/targets/fea_ifmgr_mirror.xrls Xxrl/targets/fib2mrib.xrls Xxrl/targets/finder.xrls Xxrl/targets/finder_client.xrls Xxrl/targets/mfea.xrls Xxrl/targets/mld6igmp.xrls Xxrl/targets/ospf.xrls Xxrl/targets/ospfv2.xrls Xxrl/targets/ospfv3.xrls Xxrl/targets/packet_acl.xrls Xxrl/targets/pim.xrls Xxrl/targets/policy.xrls Xxrl/targets/profiler.xrls Xxrl/targets/rib.xrls Xxrl/targets/ribclient.xrls Xxrl/targets/rip.xrls Xxrl/targets/ripng.xrls Xxrl/targets/rtrmgr.xrls Xxrl/targets/show_routes.xrls Xxrl/targets/socket_server.xrls Xxrl/targets/static_routes.xrls Xxrl/targets/test.xrls Xxrl/targets/test_fea_ifmgr_mirror.xrls Xxrl/targets/test_finder_events.xrls Xxrl/targets/test_peer.xrls Xxrl/targets/test_socket4.xrls Xxrl/targets/test_socket6.xrls Xxrl/targets/test_xrls.xrls Xxrl/targets/xorp_if_mib.xrls Xxrl/targets/xorpsh.xrls X%%XORP_SNMP%%mibs/bgp4_mib_1657.la X%%XORP_SNMP%%mibs/bgp4_mib_1657.so X%%XORP_SNMP%%mibs/libnetsnmpxorp.la X%%XORP_SNMP%%mibs/libnetsnmpxorp.so X%%XORP_SNMP%%mibs/ospf_mib_1850.la X%%XORP_SNMP%%mibs/ospf_mib_1850.so X%%XORP_SNMP%%mibs/xorp_if_mib_module.la X%%XORP_SNMP%%mibs/xorp_if_mib_module.so X%%XORP_SNMP%%mibs/snmpdscripts/getbgppeertable X%%XORP_SNMP%%mibs/snmpdscripts/getbgpversion X%%XORP_SNMP%%mibs/snmpdscripts/startsnmp X%%XORP_SNMP%%mibs/snmpdscripts/stopsnmp X@dirrm xrl/targets X@dirrm xrl X@dirrm static_routes X@dirrm rip/tools X@dirrm rip X@dirrm rib/tools X@dirrm rib X@dirrm policy X@dirrm pim X@dirrm ospf/tools X@dirrm ospf X@dirrm mld6igmp X%%XORP_SNMP%%@dirrm mibs/snmpdscripts X%%XORP_SNMP%%@dirrm mibs X@dirrm libxipc X@dirrm fib2mrib X@dirrm fea/tools X@dirrm fea X@dirrmtry etc/templates X@dirrmtry etc/rc.d X@dirrmtry etc X@dirrm cli/tools X@dirrm cli X@dirrmtry bin X@dirrm bgp/tools X@dirrm bgp END-of-xorp/pkg-plist exit >How-To-Repeat: New port submission: xorp >Fix: New port submission: xorp shar included above. archive can also be found at http://layer8.net/~ben/code/xorp.tar.gz . >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 22:14: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 697C516A4E1; Thu, 6 Jul 2006 22:14:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB2343D4C; Thu, 6 Jul 2006 22:14:09 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (ehaupt@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66ME9Tv026615; Thu, 6 Jul 2006 22:14:09 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66ME8W2026611; Fri, 7 Jul 2006 00:14:09 +0200 (CEST) (envelope-from ehaupt) Date: Fri, 7 Jul 2006 00:14:09 +0200 (CEST) From: Emanuel Haupt Message-Id: <200607062214.k66ME8W2026611@freefall.freebsd.org> To: ehaupt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org Cc: Subject: Re: ports/97497: audio/libtunepimp: libtunepimp.so neglects to link libiconv.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:14:09 -0000 Synopsis: audio/libtunepimp: libtunepimp.so neglects to link libiconv.so Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: ehaupt Responsible-Changed-When: Fri Jul 7 00:14:07 CEST 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=97497 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 22: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 D4FF516A4E5 for ; Thu, 6 Jul 2006 22: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 EEEF243D55 for ; Thu, 6 Jul 2006 22:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66MURk4027193 for ; Thu, 6 Jul 2006 22:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66MURHA027192; Thu, 6 Jul 2006 22:30:27 GMT (envelope-from gnats) Date: Thu, 6 Jul 2006 22:30:27 GMT Message-Id: <200607062230.k66MURHA027192@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai "IOnut" Tetcu Cc: Subject: Re: ports/99859: New port submission: xorp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ion-Mihai IOnut Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:30:29 -0000 The following reply was made to PR ports/99859; it has been noted by GNATS. From: Ion-Mihai "IOnut" Tetcu To: Benjamin Black Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/99859: New port submission: xorp Date: Fri, 7 Jul 2006 01:20:25 +0300 --Sig_qox4/iyYNj9aI.1jlz6j8a6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 6 Jul 2006 22:03:45 GMT Benjamin Black wrote: >=20 > >Number: 99859 > >Category: ports > >Synopsis: New port submission: xorp > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports-bugs > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Thu Jul 06 22:10:14 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Benjamin Black > >Release: 4.11 > >Organization: > >Environment: > FreeBSD elf.layer8.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jun 12 09:= 45:06 PDT 2006 ben@elf.layer8.net:/usr/src/sys/compile/ELF_PROD_4_11_20= 060612 i386 >=20 > >Description: > # 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: > # > # xorp > # xorp/distinfo > # xorp/files > # xorp/files/patch-configure > # xorp/files/patch-configure-in > # xorp/files/patch-mibs-configure > # xorp/files/xorp.in > # xorp/Makefile > # xorp/pkg-deinstall > # xorp/pkg-descr > # xorp/pkg-plist > # > echo c - xorp > mkdir -p xorp > /dev/null 2>&1 > echo x - xorp/distinfo > sed 's/^X//' >xorp/distinfo << 'END-of-xorp/distinfo' > XMD5 (xorp-1.2.tar.gz) =3D 077cf64839fa0a177e6b6e6393f1c660 > XSHA256 (xorp-1.2.tar.gz) =3D 7e727c3500a6a74ff00114431ef556b2312e3e7e81b= 1a52c61a7e46093fd3999 > XSIZE (xorp-1.2.tar.gz) =3D 8765558 > END-of-xorp/distinfo > echo c - xorp/files > mkdir -p xorp/files > /dev/null 2>&1 > echo x - xorp/files/patch-configure > sed 's/^X//' >xorp/files/patch-configure << 'END-of-xorp/files/patch-conf= igure' > X--- configure.orig Tue Jul 4 22:25:12 2006 > X+++ configure Tue Jul 4 22:25:58 2006 > X@@ -15438,8 +15438,6 @@ > X=20 > X=20 > X case "${host_os}" in > X- *bsd*) FLOWER_MALLOC=3Dflower_malloc ;; > X- linux*) FLOWER_MALLOC=3Dflower_malloc ;; > X *) ;; > X esac > X=20 > X@@ -16135,7 +16133,7 @@ > X=20 > X=20 > X=20 > X-ac_config_files=3D"$ac_config_files Makefile MakefileRootCheck bgp/Make= file bgp/harness/Makefile bgp/tools/Makefile cli/Makefile cli/tools/Makefil= e contrib/Makefile docs/Makefile docs/bgp/Makefile docs/design_arch/Makefil= e docs/fea/Makefile docs/libxipc/Makefile docs/libxorp/Makefile docs/mfea/M= akefile docs/mld6igmp/Makefile docs/multicast/Makefile docs/pim/Makefile do= cs/pim_testsuite/Makefile docs/rib/Makefile docs/rtrmgr/Makefile docs/slide= s/Makefile docs/slides/status_2004_02/Makefile docs/snmp/Makefile docs/test= _harness/Makefile docs/user_manual/Makefile docs/xorpdev_101/Makefile etc/M= akefile etc/templates/Makefile fea/Makefile fea/MakefileRootCheck fea/tools= /Makefile fib2mrib/Makefile libcomm/Makefile libfeaclient/Makefile libproto= /Makefile libxipc/Makefile libxorp/Makefile mld6igmp/Makefile mrt/Makefile = ospf/Makefile ospf/tools/Makefile pim/Makefile policy/Makefile policy/backe= nd/Makefile policy/common/Makefile policy/test/Makefile rib/Makefile rib/to= ols/Makefile rip/Ma > kefile rip/tools/Makefile rtrmgr/Makefile static_routes/Makefile utils/M= akefile utils/flower_malloc/Makefile xrl/Makefile xrl/interfaces/Makefile x= rl/targets/Makefile xrl/tests/Makefile" > X+ac_config_files=3D"$ac_config_files Makefile MakefileRootCheck bgp/Make= file bgp/harness/Makefile bgp/tools/Makefile cli/Makefile cli/tools/Makefil= e contrib/Makefile docs/Makefile docs/bgp/Makefile docs/design_arch/Makefil= e docs/fea/Makefile docs/libxipc/Makefile docs/libxorp/Makefile docs/mfea/M= akefile docs/mld6igmp/Makefile docs/multicast/Makefile docs/pim/Makefile do= cs/pim_testsuite/Makefile docs/rib/Makefile docs/rtrmgr/Makefile docs/slide= s/Makefile docs/slides/status_2004_02/Makefile docs/snmp/Makefile docs/test= _harness/Makefile docs/user_manual/Makefile docs/xorpdev_101/Makefile etc/M= akefile etc/templates/Makefile fea/Makefile fea/MakefileRootCheck fea/tools= /Makefile fib2mrib/Makefile libcomm/Makefile libfeaclient/Makefile libproto= /Makefile libxipc/Makefile libxorp/Makefile mld6igmp/Makefile mrt/Makefile = ospf/Makefile ospf/tools/Makefile pim/Makefile policy/Makefile policy/backe= nd/Makefile policy/common/Makefile policy/test/Makefile rib/Makefile rib/to= ols/Makefile rip/Ma > kefile rip/tools/Makefile rtrmgr/Makefile static_routes/Makefile utils/M= akefile xrl/Makefile xrl/interfaces/Makefile xrl/targets/Makefile xrl/tests= /Makefile" > X ac_config_commands=3D"$ac_config_commands default" > X cat >confcache <<\_ACEOF > X # This file is a shell script that caches the results of configure > X@@ -16673,7 +16671,6 @@ > X "rtrmgr/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES rtrmgr/Makefile" ;; > X "static_routes/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES static_route= s/Makefile" ;; > X "utils/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES utils/Makefile" ;; > X- "utils/flower_malloc/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES utils/= flower_malloc/Makefile" ;; > X "xrl/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES xrl/Makefile" ;; > X "xrl/interfaces/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES xrl/interfa= ces/Makefile" ;; > X "xrl/targets/Makefile" ) CONFIG_FILES=3D"$CONFIG_FILES xrl/targets/Ma= kefile" ;; > END-of-xorp/files/patch-configure > echo x - xorp/files/patch-configure-in > sed 's/^X//' >xorp/files/patch-configure-in << 'END-of-xorp/files/patch-c= onfigure-in' > X--- configure.in.orig Tue Jul 4 22:25:21 2006 > X+++ configure.in Tue Jul 4 22:26:40 2006 > X@@ -807,14 +807,9 @@ > X dnl utils/flower_malloc related > X dnl -------------------------------------------------------------------= -------- > X=20 > X-dnl flower_malloc in utils is an interposer and is only known to > X-dnl work on systems supporting -shared. AFAICT this needs some work for > X-dnl a real test. As a stop gap, we assume that if we are on *BSD or Li= nux > X-dnl things work okay. Only known failure case is OS X. > X+dnl disabled in FreeBSD 6.1 port > X=20 > X case "${host_os}" in > X- *bsd*) FLOWER_MALLOC=3Dflower_malloc ;; > X- linux*) FLOWER_MALLOC=3Dflower_malloc ;; > X *) ;; > X esac > X AC_SUBST(FLOWER_MALLOC) > END-of-xorp/files/patch-configure-in > echo x - xorp/files/patch-mibs-configure > sed 's/^X//' >xorp/files/patch-mibs-configure << 'END-of-xorp/files/patch= -mibs-configure' > X--- mibs/configure.orig Tue Jul 4 16:53:56 2006 > X+++ mibs/configure Tue Jul 4 16:54:09 2006 > X@@ -5003,7 +5003,7 @@ > X # MIB support. dummy MIB modules will only generate warnings > X echo 'dlmod dummy doubledummy' > conftestsnmp.conf > X test_ports=3D'51510 51520 51530 51540 51550' > X- snmpd_base_args=3D"-f -r -l conftestsnmp.log -c conftestsnmp.conf" > X+ snmpd_base_args=3D"-f -r -Lf conftestsnmp.log -c conftestsnmp.conf" > X # On Linux snmpd seems to need the "-p" flag. > X for args in "" "-p" > X do > END-of-xorp/files/patch-mibs-configure > echo x - xorp/files/xorp.in > sed 's/^X//' >xorp/files/xorp.in << 'END-of-xorp/files/xorp.in' > X#!/bin/sh > X# > X# $FreeBSD$ > X# > X# PROVIDE: xorp > X# REQUIRE: netif routing mountcritlocal > X# BEFORE: NETWORKING > X > X# Add the following lines to /etc/rc.conf to run xorp: > X# > X# xorp_enable (bool): Set it to "YES" to enable xorp. > X# Default is "NO". > X# xorp_config (file): Set configuration file for xorp. > X# Default is "%%PREFIX%%/etc/xorp.conf". > X# > X > X. /etc/rc.subr > X > Xname=3D"xorp" > Xrcvar=3D${name}_enable > X > Xload_rc_config ${name} > X > X: ${xorp_enable=3D"NO"} > X: ${xorp_config=3D"%%PREFIX%%/etc/xorp.conf"} > X > Xcommand=3D%%PREFIX%%/bin/xorp_rtrmgr > Xcommand_args=3D"-b ${xorp_config}" > X > Xrun_rc_command "$1" > END-of-xorp/files/xorp.in Please check this against the example in Porters Handbook. > echo x - xorp/Makefile > sed 's/^X//' >xorp/Makefile << 'END-of-xorp/Makefile' > X# New ports collection makefile for: xorp > X# Date created: 25 June 2006 > X# Whom: bb > X# > X# $FreeBSD$ > X# > X > XPORTNAME=3D xorp > XPORTVERSION=3D 1.2 > XCATEGORIES=3D net > XMASTER_SITES=3D http://www.xorp.org/releases/1.2/ > X > XMAINTAINER=3D ben@layer8.net > XCOMMENT=3D Open source routing protocol suite > X > XHAS_CONFIGURE=3D yes > XUSE_GMAKE=3D yes > X > XCONFIGURE_TARGET=3D --build=3D${MACHINE_ARCH}-portbld-freebsd${OSRE= L} > XCONFIGURE_ARGS=3D --prefix=3D${PREFIX} \ > X ${CONFIGURE_TARGET} \ > X --with-comment=3D'FreeBSD port: ${PKGNAME}' \ > X --enable-shared > X > XOPTIONS=3D OPENSSL "Enable SSL" off \ > X SNMP "Enable SNMP" off \ > X IPV6 "Enable IPv6 support" off > X > X.include > X > XXORP_GROUP=3D xorp > XUSE_RC_SUBR=3D xorp > X > X.if defined(WITH_OPENSSL) > XCONFIGURE_ARGS+=3D--with-openssl=3D/usr > X.endif > X.if defined(WITHOUT_IPV6) > XCONFIGURE_ARGS+=3D--disable-ipv6 > X.endif > X.if defined(WITH_SNMP) > XCONFIGURE_ARGS+=3D --with-snmp > XBUILD_DEPENDS+=3D snmpd:${PORTSDIR}/net-mgmt/net-snmp \ > X net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp > XPLIST_SUB+=3D XORP_SNMP=3D"" > X.else > XPLIST_SUB+=3D XORP_SNMP=3D"@comment " > X.endif Please fix the way you check the OPTIONS (see PH chapter on this). > X > Xpost-install: > X @if [ ! -f ${PREFIX}/etc/xorp.conf.sample ]; then \ > X ${CP} ${WRKSRC}/rtrmgr/config.boot.sample ${PREFIX}/etc/x= orp.conf.sample; \ > X fi > X @if pw group show "${XORP_GROUP}" 2>/dev/null; then \ > X ${ECHO} "You already have a group \"${XORP_GROUP}\", so = I will use it."; \ > X else \ > X ${ECHO} "Adding group \"${XORP_GROUP}\"."; \ > X pw groupadd -n ${XORP_GROUP} 2>/dev/null; \ > X fi You need to do this in pkg_install and call pkg-install here instead (else the package will be broken). --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #384: it's an ID-10-T error --Sig_qox4/iyYNj9aI.1jlz6j8a6 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFErYyqBX6fi0k6KXsRAqSEAJ0WIzVnnonlDphdmlFwRh6gXA5mzQCeKnJo /sjVzDhtyuPzsgn58FktncA= =HpZI -----END PGP SIGNATURE----- --Sig_qox4/iyYNj9aI.1jlz6j8a6-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 23:14:03 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 91F3C16A4DF; Thu, 6 Jul 2006 23:14:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E01143D46; Thu, 6 Jul 2006 23:14:03 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (ehaupt@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66NE3v9029804; Thu, 6 Jul 2006 23:14:03 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66NDxlU029794; Fri, 7 Jul 2006 01:13:59 +0200 (CEST) (envelope-from ehaupt) Date: Fri, 7 Jul 2006 01:13:59 +0200 (CEST) From: Emanuel Haupt Message-Id: <200607062313.k66NDxlU029794@freefall.freebsd.org> To: flynn@energyhq.es.eu.org, ehaupt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org Cc: Subject: Re: ports/96971: [patch] graphics/xv incorrectly handles xwd files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 23:14:03 -0000 Synopsis: [patch] graphics/xv incorrectly handles xwd files Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: ehaupt Responsible-Changed-When: Fri Jul 7 01:13:57 CEST 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=96971 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 6 23:40: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 AA74F16A4E0 for ; Thu, 6 Jul 2006 23:40:16 +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 27C3443D53 for ; Thu, 6 Jul 2006 23:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66NeFpl031664 for ; Thu, 6 Jul 2006 23:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66NeFlV031663; Thu, 6 Jul 2006 23:40:15 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jul 2006 23:40:15 GMT Resent-Message-Id: <200607062340.k66NeFlV031663@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 409BB16A4DD for ; Thu, 6 Jul 2006 23:39:47 +0000 (UTC) (envelope-from question@closedsrc.org) Received: from q.closedsrc.org (q.closedsrc.org [72.1.133.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id D66C343D53 for ; Thu, 6 Jul 2006 23:39:46 +0000 (GMT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id CB46845021; Thu, 6 Jul 2006 16:39:45 -0700 (PDT) Message-Id: <20060706233945.CB46845021@q.closedsrc.org> Date: Thu, 6 Jul 2006 16:39:45 -0700 (PDT) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99861: Update port editors/jedit-devel to 4.3.p5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 23:40:16 -0000 >Number: 99861 >Category: ports >Synopsis: Update port editors/jedit-devel to 4.3.p5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 23:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #10: Mon Jun 19 16:12:03 PDT 2006 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: Update editors/jedit-devel to 4.3.p5, which includes some bugfixes and feature updates. >How-To-Repeat: >Fix: --- jedit-devel-4.3.p5.diff begins here --- diff -ruN /usr/ports/editors/jedit-devel/Makefile ./jedit-devel/Makefile --- /usr/ports/editors/jedit-devel/Makefile Wed May 17 10:08:24 2006 +++ ./jedit-devel/Makefile Wed Jul 5 21:18:25 2006 @@ -6,11 +6,11 @@ # PORTNAME= jedit -PORTVERSION= 4.3.p4 +PORTVERSION= 4.3.p5 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}${PORTVERSION:S/.p/pre/}install +DISTNAME= ${PORTNAME:S/e/E/}${PORTVERSION:S/.p/pre/}install1 EXTRACT_SUFX= .jar EXTRACT_ONLY= diff -ruN /usr/ports/editors/jedit-devel/distinfo ./jedit-devel/distinfo --- /usr/ports/editors/jedit-devel/distinfo Wed May 17 10:08:24 2006 +++ ./jedit-devel/distinfo Wed Jul 5 21:19:24 2006 @@ -1,3 +1,3 @@ -MD5 (jedit4.3pre4install.jar) = 0f0031c06fd73d2f99fa42a807dc68b0 -SHA256 (jedit4.3pre4install.jar) = e87fd6ebb0d76278335fc56bd36b0636efa58aa5c63851df405f94de94679607 -SIZE (jedit4.3pre4install.jar) = 1822364 +MD5 (jEdit4.3pre5install1.jar) = 50a755e987d17f9576458977bcabb97c +SHA256 (jEdit4.3pre5install1.jar) = 128e1df7efc2594114f8bba0a4bb9c0c7098306fd7cc32ded53c82b9bbd6f0f2 +SIZE (jEdit4.3pre5install1.jar) = 7414037 --- jedit-devel-4.3.p5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 00:04:55 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 79E9316A4DD; Fri, 7 Jul 2006 00:04:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBCA43D45; Fri, 7 Jul 2006 00:04:55 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6704tlO032822; Fri, 7 Jul 2006 00:04:55 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6704tDC032818; Fri, 7 Jul 2006 00:04:55 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 00:04:55 GMT From: Rong-En Fan Message-Id: <200607070004.k6704tDC032818@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, closed@FreeBSD.org Cc: Subject: Re: ports/99861: Update port editors/jedit-devel to 4.3.p5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:04:55 -0000 Synopsis: Update port editors/jedit-devel to 4.3.p5 Responsible-Changed-From-To: freebsd-ports-bugs->closed Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 00:04:43 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99861 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 00:50: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 5262B16A4DD for ; Fri, 7 Jul 2006 00:50: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 B134843D4C for ; Fri, 7 Jul 2006 00:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k670oJVB035701 for ; Fri, 7 Jul 2006 00:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k670oJVA035700; Fri, 7 Jul 2006 00:50:19 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 00:50:19 GMT Resent-Message-Id: <200607070050.k670oJVA035700@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DD916A4DA; Fri, 7 Jul 2006 00:49:46 +0000 (UTC) (envelope-from question@closedsrc.org) Received: from q.closedsrc.org (q.closedsrc.org [72.1.133.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4597D43D49; Fri, 7 Jul 2006 00:49:46 +0000 (GMT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id 95C4E45021; Thu, 6 Jul 2006 17:49:45 -0700 (PDT) Message-Id: <20060707004945.95C4E45021@q.closedsrc.org> Date: Thu, 6 Jul 2006 17:49:45 -0700 (PDT) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sergei@FreeBSD.org Subject: ports/99862: Update port security/snort to 2.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:50:20 -0000 >Number: 99862 >Category: ports >Synopsis: Update port security/snort to 2.6.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: Fri Jul 07 00:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #10: Mon Jun 19 16:12:03 PDT 2006 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: Update security/snort to 2.6.0 as 2.4.5 is the end of the line for the 2.4.x branch. Snort 2.6.0 includes support for dynamic plugins and preprocessors, which I added an OPTION knob for and set to On as default. In case someone disables the OPTION, a message is displayed with a warning as the default snort.conf makes references to dynamic preprocessors and errors can be thrown if Snort is not configured with the option enabled. Since the default is On, I used WITHOUT_DYNAMIC to handle the necessary tweaks. Pre-emptively added OPTION knob for FLEXRESP2, though default is Off and if enabled, set BROKEN flag. The patch for FLEXRESP2 doesn't incorporate cleanly against Snort 2.6.0, though a newer version may become available later. Also changed the behavior of post-install to install the config files into CONFIG_DIR using the default filenames since the *-sample files are already installed in EXAMPLESDIR. Felt that it was redundant and increased the amount of steps required to get a clean install of Snort up and running. >How-To-Repeat: >Fix: --- snort-2.6.0.diff begins here --- diff -ruN /usr/ports/security/snort/Makefile ./snort/Makefile --- /usr/ports/security/snort/Makefile Sat Jun 10 13:26:30 2006 +++ ./snort/Makefile Thu Jul 6 17:34:13 2006 @@ -6,7 +6,7 @@ # PORTNAME= snort -PORTVERSION= 2.4.5 +PORTVERSION= 2.6.0 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -15,7 +15,12 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre -OPTIONS= FLEXRESP "Flexible response to events" off \ +CONFLICTS?= snort-1.* snort-2.0.* snort-2.1.* snort-2.2.* snort-2.3.* \ + snort-2.4.* + +OPTIONS= DYNAMIC "Enable dynamic plugin support" on \ + FLEXRESP "Flexible response to events" off \ + FLEXRESP2 "Flexible response to events (version 2)" off \ MYSQL "Enable MySQL support" off \ ODBC "Enable ODBC support" off \ POSTGRESQL "Enable PostgreSQL support" off \ @@ -33,7 +38,7 @@ CONFIG_FILES= classification.config gen-msg.map generators reference.config \ sid sid-msg.map snort.conf threshold.conf unicode.map RULES_DIR= ${PREFIX}/etc/snort/rules -LOGS_DIR= /var/log/snort +LOGS_DIR= ${DESTDIR}/var/log/snort MAN8= snort.8 DOCS= RELEASE.NOTES doc/AUTHORS doc/BUGS doc/CREDITS \ @@ -41,13 +46,32 @@ .include +.if !defined(WITHOUT_DYNAMIC) +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS+= --enable-dynamicplugin +.endif + .if defined(WITH_FLEXRESP) +.if defined(WITH_FLEXRESP2) +IGNORE= options FLEXRESP and FLEXRESP2 are mutually exclusive +.endif BUILD_DEPENDS+= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 CONFIGURE_ARGS+= --enable-flexresp \ --with-libnet-includes=${LOCALBASE}/include \ --with-libnet-libraries=${LOCALBASE}/lib .endif +.if defined(WITH_FLEXRESP2) +BROKEN= FLEXRESP2 patch file does not incorporate cleanly +PATCH_SITES+= http://cerberus.sourcefire.com/~jeff/archives/snort/sp_respond2/ +PATCHFILES+= sp_respond2.diff.gz +BUILD_DEPENDS+= libnet*>=1.1.2.1,1:${PORTSDIR}/net/libnet \ + libdnet*>=1.10_1:${PORTSDIR}/net/libdnet +CONFIGURE_ARGS+= --enable-flexresp2 \ + --with-libnet-includes=${LOCALBASE}/include \ + --with-libnet-libraries=${LOCALBASE}/lib +.endif + .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} @@ -86,13 +110,22 @@ ${REINPLACE_CMD} "s,/etc/snort.conf,${CONFIG_DIR}/snort.conf," \ ${WRKSRC}/src/snort.c ${WRKSRC}/snort.8 +pre-configure: +.if defined(WITHOUT_DYNAMIC) + @${CAT} pkg-message,dynamicplugin + @sleep 5 +.endif + post-install: +.if !defined(WITH_DYNAMIC) + @${LIBTOOL} --finish ${LOCALBASE}/snort_dynamicpreprocessor +.endif [ -d ${CONFIG_DIR} ] || ${MKDIR} ${CONFIG_DIR} [ -d ${EXAMPLESDIR} ] || ${MKDIR} ${EXAMPLESDIR} [ -d ${RULES_DIR} ] || ${MKDIR} ${RULES_DIR} [ -d ${LOGS_DIR} ] || ${MKDIR} ${LOGS_DIR} .for f in ${CONFIG_FILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${CONFIG_DIR}/${f}.default + ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${CONFIG_DIR} ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${EXAMPLESDIR}/${f}-sample .endfor ${INSTALL_DATA} ${WRKSRC}/schemas/create* ${EXAMPLESDIR} diff -ruN /usr/ports/security/snort/distinfo ./snort/distinfo --- /usr/ports/security/snort/distinfo Sat Jun 10 13:26:30 2006 +++ ./snort/distinfo Mon Jun 12 17:03:32 2006 @@ -1,6 +1,9 @@ -MD5 (snort-2.4.5.tar.gz) = 108b3c20dcbaf3cdb17ea9203342eaaa -SHA256 (snort-2.4.5.tar.gz) = 84eb84da542d23e9f1c29b8eb319614c509fb19a745f1fa2a88d07c740645184 -SIZE (snort-2.4.5.tar.gz) = 2817837 -MD5 (snort-2.4.5.tar.gz.sig) = c2baa96bfbdfab407aa1e0dbf84414fb -SHA256 (snort-2.4.5.tar.gz.sig) = df263b8853292d2f581de044ca407a2f9e715d9c54795e6c7a00571e27f504dd -SIZE (snort-2.4.5.tar.gz.sig) = 65 +MD5 (snort-2.6.0.tar.gz) = 88bb7f628e5bf1edc6409fbb126eaed0 +SHA256 (snort-2.6.0.tar.gz) = 0acbfedf728df3d63ed075a56259b81ab5e26099051ceb5808e0c87329fe588d +SIZE (snort-2.6.0.tar.gz) = 3322826 +MD5 (snort-2.6.0.tar.gz.sig) = bc867f80d02cd31b6ffe73e74aa83e77 +SHA256 (snort-2.6.0.tar.gz.sig) = 86010b715ea3ee4a384f4e87261d9e634766306edac49a79bfcb7bbf14e55015 +SIZE (snort-2.6.0.tar.gz.sig) = 65 +MD5 (sp_respond2.diff.gz) = ebf5985b3baef3be2e99d11074f06ada +SHA256 (sp_respond2.diff.gz) = 14902da7779524801ff8130ac77bc2d95467f446e30050aba3db0ebdb17cee27 +SIZE (sp_response2.diff.gz) = 13452 diff -ruN /usr/ports/security/snort/pkg-message,dynamicplugin ./snort/pkg-message,dynamicplugin --- /usr/ports/security/snort/pkg-message,dynamicplugin Wed Dec 31 16:00:00 1969 +++ ./snort/pkg-message,dynamicplugin Thu Jul 6 17:03:54 2006 @@ -0,0 +1,12 @@ +========================================================================= +NOTE: The port has been configured without support for dynamic plugins. + It is recommended that you enable dynamic plugins by pressing + Ctrl-C now, run 'make config' and enable the DYNAMIC option. + + If you choose not to enable dynamic plugins, the default Snort + configuration file may reference some dynamic plugins and + preprocessors that may cause Snort to not work properly or throw + errors. Please read the Snort documentation for more information + regarding dynamic plugins and which configuration directives + are affected. +========================================================================= diff -ruN /usr/ports/security/snort/pkg-plist ./snort/pkg-plist --- /usr/ports/security/snort/pkg-plist Sat Jun 10 13:26:30 2006 +++ ./snort/pkg-plist Thu Jul 6 17:33:06 2006 @@ -1,14 +1,5 @@ @comment $FreeBSD: ports/security/snort/pkg-plist,v 1.23 2006/06/10 11:34:06 pav Exp $ bin/snort -etc/snort/classification.config.default -etc/snort/gen-msg.map.default -etc/snort/generators.default -etc/snort/reference.config.default -etc/snort/sid.default -etc/snort/sid-msg.map.default -etc/snort/snort.conf.default -etc/snort/threshold.conf.default -etc/snort/unicode.map.default @dirrmtry etc/snort/rules @dirrmtry etc/snort %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -16,8 +7,11 @@ %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.FLEXRESP +%%PORTDOCS%%%%DOCSDIR%%/README.FLEXRESP2 %%PORTDOCS%%%%DOCSDIR%%/README.INLINE %%PORTDOCS%%%%DOCSDIR%%/README.PLUGINS +%%PORTDOCS%%%%DOCSDIR%%/README.PerfProfiling +%%PORTDOCS%%%%DOCSDIR%%/README.SMTP %%PORTDOCS%%%%DOCSDIR%%/README.UNSOCK %%PORTDOCS%%%%DOCSDIR%%/README.WIN32 %%PORTDOCS%%%%DOCSDIR%%/README.alert_order @@ -29,6 +23,7 @@ %%PORTDOCS%%%%DOCSDIR%%/README.flowbits %%PORTDOCS%%%%DOCSDIR%%/README.flow-portscan %%PORTDOCS%%%%DOCSDIR%%/README.frag3 +%%PORTDOCS%%%%DOCSDIR%%/README.ftptelnet %%PORTDOCS%%%%DOCSDIR%%/README.http_inspect %%PORTDOCS%%%%DOCSDIR%%/README.sfportscan %%PORTDOCS%%%%DOCSDIR%%/README.thresholding --- snort-2.6.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 01:35: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 6BD8C16A4DE; Fri, 7 Jul 2006 01:35:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BFC43D45; Fri, 7 Jul 2006 01:35:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k671Z9qD038763; Fri, 7 Jul 2006 01:35:09 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k671Z9gS038759; Fri, 7 Jul 2006 01:35:09 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 01:35:09 GMT From: Cheng-Lung Sung Message-Id: <200607070135.k671Z9gS038759@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99862: Update port security/snort to 2.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 01:35:10 -0000 Synopsis: Update port security/snort to 2.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 01:35:09 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99862 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 02:30:23 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 0D60A16A4E1 for ; Fri, 7 Jul 2006 02: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 0121943D4C for ; Fri, 7 Jul 2006 02:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k672UIti040380 for ; Fri, 7 Jul 2006 02:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k672UI69040379; Fri, 7 Jul 2006 02:30:18 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 02:30:18 GMT Resent-Message-Id: <200607070230.k672UI69040379@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julian Elischer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B0516A4E0 for ; Fri, 7 Jul 2006 02:28:19 +0000 (UTC) (envelope-from julian@pan.ironport.com) Received: from pan.ironport.com (pan.ironport.com [63.251.108.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE3C43D70 for ; Fri, 7 Jul 2006 02:28:18 +0000 (GMT) (envelope-from julian@pan.ironport.com) Received: from pan.ironport.com (localhost [127.0.0.1]) by pan.ironport.com (8.13.1/8.13.1) with ESMTP id k672SIHo047111 for ; Thu, 6 Jul 2006 19:28:18 -0700 (PDT) (envelope-from julian@pan.ironport.com) Received: (from julian@localhost) by pan.ironport.com (8.13.1/8.13.1/Submit) id k672SD3e047110; Thu, 6 Jul 2006 19:28:13 -0700 (PDT) (envelope-from julian) Message-Id: <200607070228.k672SD3e047110@pan.ironport.com> Date: Thu, 6 Jul 2006 19:28:13 -0700 (PDT) From: Julian Elischer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99863: added patch file for www/libwww X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julian Elischer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:30:23 -0000 >Number: 99863 >Category: ports >Synopsis: added patch file for www/libwww >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 02:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Julian Elischer >Release: FreeBSD 6.1-RELEASE i386 >Organization: Ironport Inc. >Environment: System: FreeBSD pan.ironport.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Fri Jan 28 18:05:03 PST 2005 root@new-pan.ironport.com:/usr/obj/usr/src/sys/SMPno386 i386 >Description: libwww doesn't install it's stuff correctly without the following patch file: >How-To-Repeat: install libwww with --with-ssl then try compile net/xmlrpc-c with --with-www-ssl >Fix: Add the following file as patch.ab sorry about the wrap.. it's a long line. I'll put it in ~julian on freefall as 'patch.ab' This is from the libwww CVS tree but they never released a new version. --- libwww-config.in.orig Thu Jul 6 18:48:21 2006 +++ libwww-config.in Thu Jul 6 18:49:01 2006 @@ -48,7 +48,7 @@ echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ ;; --libs) - echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwca che -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@ + echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ @LWWWSSL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwd ir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@ ;; *) echo "${usage}" 1>&2 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 03: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 84C7816A4DA for ; Fri, 7 Jul 2006 03: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 C03A043D45 for ; Fri, 7 Jul 2006 03: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 k673oGMt045275 for ; Fri, 7 Jul 2006 03: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 k673oGP1045274; Fri, 7 Jul 2006 03:50:16 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 03:50:16 GMT Resent-Message-Id: <200607070350.k673oGP1045274@freefall.freebsd.org> 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 Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05ED16A4DE for ; Fri, 7 Jul 2006 03:40:32 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf25aec.mail.bellsouth.net (imf25aec.mail.bellsouth.net [205.152.59.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30B143D4C for ; Fri, 7 Jul 2006 03:40:29 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm69aec.bellsouth.net ([68.209.153.178]) by imf25aec.mail.bellsouth.net with ESMTP id <20060707034028.RJQK18093.imf25aec.mail.bellsouth.net@ibm69aec.bellsouth.net> for ; Thu, 6 Jul 2006 23:40:28 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm69aec.bellsouth.net with ESMTP id <20060707034024.WHUS21533.ibm69aec.bellsouth.net@Laptop.mine.box>; Thu, 6 Jul 2006 23:40:24 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k673dx6j020104; Thu, 6 Jul 2006 22:40:00 -0500 (CDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k673dviv020103; Thu, 6 Jul 2006 22:39:57 -0500 (CDT) (envelope-from alex) Message-Id: <200607070339.k673dviv020103@Laptop.mine.box> Date: Thu, 6 Jul 2006 22:39:57 -0500 (CDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alex@foxybanana.com Subject: ports/99864: [PATCH] audio/xmms2: update to 0.2DrEvil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:50:17 -0000 >Number: 99864 >Category: ports >Synopsis: [PATCH] audio/xmms2: update to 0.2DrEvil >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 03:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Update to 0.2.d.5 - Use the OPTIONS framework - Use bsd.scons.mk Many patches removed because we merged them into XMMS2 HEAD Checkout the release notes at: http://wiki.xmms2.xmms.se/index.php/Release:DrEvil Added file(s): - files/patch-src_plugins_sid_Plugin Removed file(s): - files/patch-src_clients_lib_java_callbacks.c - files/patch-src_clients_lib_java_include_callbacks.h - files/patch-src_clients_lib_java_include_misc.h - files/patch-src_clients_lib_java_misc.c - files/patch-src_clients_lib_python_xmmsclient.pyx - files/patch-src_clients_sdl-vis_sdl-vis.c - files/patch-src_plugins_faad_Plugin - files/patch-src_xmms_ipc.c >How-To-Repeat: >Fix: --- xmms2-0.2.d.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 25 Jun 2006 03:06:20 -0000 1.12 +++ Makefile 7 Jul 2006 03:37:02 -0000 @@ -5,20 +5,16 @@ # $FreeBSD: ports/audio/xmms2/Makefile,v 1.12 2006/06/25 03:06:20 itetcu Exp $ # -PORTNAME= xmms2 -PORTVERSION= 0.2.d.4 -PORTREVISION= 5 -CATEGORIES= audio +PORTNAME?= xmms2 +PORTVERSION= 0.2.d.5 +CATEGORIES?= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-0.2DrDolittle +DISTNAME= ${PORTNAME}-0.2DrEvil MAINTAINER= alex@foxybanana.com -.if !defined(XMMS2_SLAVE) -COMMENT= Rewrite of xmms as a client/server system (developer release) -.endif +COMMENT?= Rewrite of xmms as a client/server system (developer release) -BUILD_DEPENDS+= scons:${PORTSDIR}/devel/scons .if !defined(XMMS2_SLAVE) LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ vorbis.3:${PORTSDIR}/audio/libvorbis @@ -28,23 +24,55 @@ USE_PYTHON_BUILD= yes USE_BZIP2= yes +USE_SCONS= yes +SCONS_ARGS= EXCLUDE="${EXCLUDE}" .if !defined(XMMS2_SLAVE) USE_GNOME= glib20 USE_SQLITE= 3 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .endif .if !defined(XMMS2_SLAVE) -MAN1= xmms2.1 +MAN1= xmms2.1 xmms2-et.1 MAN8= xmms2d.8 MANCOMPRESSED= yes .endif -SCONS_TARGET?= +OPTIONS= FAAD "Support to playback AAC files" on \ + FLAC "Support to playback FLAC files" on \ + MODPLUG "Support to playback MOD files" off \ + MUSEPACK "Support to playback MPC files" off \ + SID "Support to playback SID files" off \ + WMA "Support to playback WMA files" off \ + CURL "Support to playback files via HTTP" on \ + GNOMEVFS "Support to playback files via GnomeVFS" off \ + MMS "Support to playback streams via MMS" off \ + SAMBA "Support to playback files via SMB" off \ + FAM "Support to update Media Library on file change" off \ + MDNS "Support to announce XMMS2d via mDNS" off #\ +# SDL "Support for visualization" on \ +# JACK "Support to output via the Jack output server" off + +.include + +.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "python" +EXCLUDE+= ruby java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" +EXCLUDE+= python java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" +EXCLUDE+= python java xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" +EXCLUDE+= ruby python xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "cpp" +EXCLUDE+= ruby python java xmmsclient-ecore +.elif !defined(XMMS2_SLAVE) +EXCLUDE+= python ruby java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.endif -.if defined(WITH_CURL) +.if !defined(XMMS2_SLAVE) +.if !defined(WITHOUT_CURL) LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else @@ -53,36 +81,14 @@ .endif .if defined(WITH_SID) -LIB_DEPENDS+= resid.[0-9]:${PORTSDIR}/audio/resid \ - sidplay2.[0-9]:${PORTSDIR}/audio/libsidplay2 +LIB_DEPENDS+= sidplay2.[0-9]:${PORTSDIR}/audio/libsidplay2 PLIST_SUB+= SID="" .else EXCLUDE+= sid PLIST_SUB+= SID="@comment " .endif -.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "python" -EXCLUDE+= ruby java -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" -EXCLUDE+= python java -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" -EXCLUDE+= python java -WITH_ECORE= yes -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" -EXCLUDE+= ruby python -.elif !defined(XMMS2_SLAVE) -EXCLUDE+= python ruby java -.endif - -.if defined(WITH_ECORE) -LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore -PLIST_SUB+= ECORE="" -.else -EXCLUDE+= xmmsclient-ecore -PLIST_SUB+= ECORE="@comment " -.endif - -.if defined(WITH_FLAC) +.if !defined(WITHOUT_FLAC) LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .else @@ -90,16 +96,24 @@ PLIST_SUB+= FLAC="@comment " .endif -.if defined(WITH_FAAD) +.if !defined(WITHOUT_FAAD) LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad PLIST_SUB+= FAAD="" -#EXTRA_PATCHES+= ${FILESDIR}/extraPatch-src::clients::faad::Plugin .else EXCLUDE+= faad PLIST_SUB+= FAAD="@comment " .endif -.if defined(WITH_SDL) +.if defined(WITH_WMA) +LIB_DEPENDS+= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel +PLIST_SUB+= WMA="" +.else +EXCLUDE+= wma +PLIST_SUB+= WMA="@comment " +.endif + +.if !defined(WITHOUT_SDL) && defined(UNDEFINED) +IGNORE= visualization has not been updated to the Transforms API USE_SDL= sdl ttf PLIST_SUB+= SDL="" #EXTRA_PATCHES+= ${FILESDIR}/extraPatch-src::clients::sdl-vis::Program @@ -117,6 +131,7 @@ .endif .if defined(WITH_JACK) +IGNORE= the Jack plugin has not been updated to the Transforms API LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack PLIST_SUB+= JACK="" .else @@ -148,6 +163,14 @@ PLIST_SUB+= GNOMEVFS="@comment " .endif +.if defined(WITH_MMS) +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms +PLIST_SUB+= MMS="" +.else +EXCLUDE+= mms +PLIST_SUB+= MMS="@comment " +.endif + .if defined(WITH_FAM) USE_FAM= yes WANT_FAM_SYSTEM=gamin @@ -164,42 +187,12 @@ EXCLUDE+= mdns PLIST_SUB+= MDNS="@comment " .endif - -.include +.endif .if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} != "java" .if ${OSVERSION} < 500000 -BROKEN= Broken on FreeBSD 4.x +IGNORE= broken on FreeBSD 4.x .endif .endif -pre-everything:: -.if defined(WITH_SAMBA) - @${ECHO_MSG} "WARNING: Samba plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif -.if defined(WITH_GNOMEVFS) - @${ECHO_MSG} "WARNING: Gnome VFS plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif -.if defined(WITH_FAM) - @${ECHO_MSG} "WARNING: Fam plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif - -# Nasty fulhack here to deal with java port. We're dealing with this issue -# in xmms2 upstream land, so it hopefully won't be a problem next release. - -do-build: - cd ${WRKSRC} && \ - ${SETENV} JAVA_HOME=${JAVA_HOME} scons CC=${CC} LINKFLAGS="${LDFLAGS}" CCFLAGS="${CFLAGS}" \ - LIBPATH=${LOCALBASE}/lib CPPPATH=${LOCALBASE}/include \ - PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig EXCLUDE="${EXCLUDE}" \ - PREFIX="${PREFIX}" ${SCONS_TARGET} - -.if !defined(XMMS2_SLAVE) -do-install: - @cd ${WRKSRC} && scons install -.endif - .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 1 Apr 2006 03:48:17 -0000 1.4 +++ distinfo 7 Jul 2006 03:37:02 -0000 @@ -1,3 +1,3 @@ -SHA256 (xmms2-0.2DrDolittle.tar.bz2) = 896b3a63a2c0141c278a8ab0203f11ce8594e64e3bea9129db52388c00672535 -MD5 (xmms2-0.2DrDolittle.tar.bz2) = 93daf53d21d198d8e05bf4de37976d7a -SIZE (xmms2-0.2DrDolittle.tar.bz2) = 965031 +MD5 (xmms2-0.2DrEvil.tar.bz2) = 110e1b5d3d5d89e64c2099cec4d0402b +SHA256 (xmms2-0.2DrEvil.tar.bz2) = 1059fe1b6a03a40f8b680055c64e6475d769298983804f88ff6d38d88d514f28 +SIZE (xmms2-0.2DrEvil.tar.bz2) = 1012538 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 5 Apr 2006 02:50:22 -0000 1.6 +++ pkg-plist 7 Jul 2006 03:37:04 -0000 @@ -5,8 +5,6 @@ %%MDNS%%bin/xmms2-mdns-avahi bin/xmms2d include/xmms2/xmms/xmms_config.h -include/xmms2/xmms/xmms_decoder.h -include/xmms2/xmms/xmms_decoderplugin.h include/xmms2/xmms/xmms_defs.h include/xmms2/xmms/xmms_effect.h include/xmms2/xmms/xmms_effectplugin.h @@ -15,13 +13,12 @@ include/xmms2/xmms/xmms_log.h include/xmms2/xmms/xmms_medialib.h include/xmms2/xmms/xmms_object.h -include/xmms2/xmms/xmms_output.h include/xmms2/xmms/xmms_outputplugin.h include/xmms2/xmms/xmms_plsplugins.h include/xmms2/xmms/xmms_plugin.h include/xmms2/xmms/xmms_sample.h -include/xmms2/xmms/xmms_transport.h -include/xmms2/xmms/xmms_transportplugin.h +include/xmms2/xmms/xmms_streamtype.h +include/xmms2/xmms/xmms_xformplugin.h include/xmms2/xmmsc/xmmsc_asyncns.h include/xmms2/xmmsc/xmmsc_errorcodes.h include/xmms2/xmmsc/xmmsc_idnumbers.h @@ -34,39 +31,56 @@ include/xmms2/xmmsc/xmmsc_stringport.h include/xmms2/xmmsc/xmmsc_unistd.h include/xmms2/xmmsc/xmmsc_util.h +include/xmms2/xmmsclient/xmmsclient++/client.h +include/xmms2/xmmsclient/xmmsclient++/config.h +include/xmms2/xmmsclient/xmmsclient++/dict.h +include/xmms2/xmmsclient/xmmsclient++/exceptions.h +include/xmms2/xmmsclient/xmmsclient++/helpers.h +include/xmms2/xmmsclient/xmmsclient++/list.h +include/xmms2/xmmsclient/xmmsclient++/listener.h +include/xmms2/xmmsclient/xmmsclient++/mainloop.h +include/xmms2/xmmsclient/xmmsclient++/medialib.h +include/xmms2/xmmsclient/xmmsclient++/playback.h +include/xmms2/xmmsclient/xmmsclient++/playlist.h +include/xmms2/xmmsclient/xmmsclient++/signal.h +include/xmms2/xmmsclient/xmmsclient++/stats.h +include/xmms2/xmmsclient/xmmsclient++/typedefs.h +include/xmms2/xmmsclient/xmmsclient++-glib.h +include/xmms2/xmmsclient/xmmsclient++.h include/xmms2/xmmsclient/xmmsclient-cf.h include/xmms2/xmmsclient/xmmsclient-ecore.h include/xmms2/xmmsclient/xmmsclient-glib.h include/xmms2/xmmsclient/xmmsclient-qt.h include/xmms2/xmmsclient/xmmsclient.h -%%ECORE%%lib/libxmmsclient-ecore.a -%%ECORE%%lib/libxmmsclient-ecore.so lib/libxmmsclient-glib.a lib/libxmmsclient-glib.so lib/libxmmsclient.a lib/libxmmsclient.so %%CURL%%lib/xmms2/libxmms_curl_http.so lib/xmms2/libxmms_diskwrite.so -lib/xmms2/libxmms_eq.so +lib/xmms2/libxmms_equalizer.so %%FAAD%%lib/xmms2/libxmms_faad.so %%FLAC%%lib/xmms2/libxmms_flac.so lib/xmms2/libxmms_file.so %%GNOMEVFS%%lib/xmms2/libxmms_gnomevfs.so -lib/xmms2/libxmms_html.so +lib/xmms2/libxmms_icymetaint.so +lib/xmms2/libxmms_id3v2.so %%JACK%%lib/xmms2/libxmms_jack.so -lib/xmms2/libxmms_m3u.so lib/xmms2/libxmms_mad.so +%%MMS%%lib/xmms2/libxmms_mms.so %%MODPLUG%%lib/xmms2/libxmms_modplug.so %%MUSEPACK%%lib/xmms2/libxmms_musepack.so lib/xmms2/libxmms_null.so +lib/xmms2/libxmms_nulstripper.so lib/xmms2/libxmms_oss.so -lib/xmms2/libxmms_pls.so lib/xmms2/libxmms_replaygain.so %%SAMBA%%lib/xmms2/libxmms_samba.so %%SID%%lib/xmms2/libxmms_sid.so lib/xmms2/libxmms_vorbisfile.so lib/xmms2/libxmms_wave.so +%%WMA%%lib/xmms2/libxmms_wma.so libdata/pkgconfig/xmms2-client-cpp.pc +libdata/pkgconfig/xmms2-client-cpp-glib.pc libdata/pkgconfig/xmms2-client-ecore.pc libdata/pkgconfig/xmms2-client-glib.pc libdata/pkgconfig/xmms2-client.pc @@ -78,6 +92,7 @@ @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%% @dirrm lib/xmms2 +@dirrm include/xmms2/xmmsclient/xmmsclient++ @dirrm include/xmms2/xmmsclient @dirrm include/xmms2/xmmsc @dirrm include/xmms2/xmms Index: files/patch-src_clients_lib_java_callbacks.c =================================================================== RCS file: files/patch-src_clients_lib_java_callbacks.c diff -N files/patch-src_clients_lib_java_callbacks.c --- files/patch-src_clients_lib_java_callbacks.c 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,77 +0,0 @@ ---- src/clients/lib/java/callbacks.c.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/callbacks.c Sat Apr 8 00:27:56 2006 -@@ -38,11 +38,12 @@ - } - - void io_want_out_callback(int val, void *error){ -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalMainloopObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalMainloopObj); - if (io_want_out_mid == 0) - return; - -@@ -117,6 +118,7 @@ - void callback_dict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, void *user_data){ - jint jres_val = 0; - jstring jkey, jvalue; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - - if (key == NULL || value == NULL) return; -@@ -124,7 +126,7 @@ - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (dict_foreach_mid == 0) - return; - -@@ -138,13 +140,14 @@ - void callback_propdict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, const char *source, void *user_data){ - jint jres_val = 0; - jstring jkey, jvalue, jsource; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - if (environment == NULL) - return; - - if (key == NULL || value == NULL) return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (propdict_foreach_mid == 0) - return; - -@@ -173,12 +176,13 @@ - - void run_java_callback_result_void(xmmsc_result_t *res, jmethodID mid, void *user_data){ - jlong jresult = 0; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (mid == 0) - return; - -@@ -188,10 +192,11 @@ - - void run_java_callback_void(void *v, jmethodID mid){ - JNIEnv *environment = checkEnv(); -+ jobject callbackObject; - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (mid == 0) - return; - Index: files/patch-src_clients_lib_java_include_callbacks.h =================================================================== RCS file: files/patch-src_clients_lib_java_include_callbacks.h diff -N files/patch-src_clients_lib_java_include_callbacks.h --- files/patch-src_clients_lib_java_include_callbacks.h 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ ---- src/clients/lib/java/include/callbacks.h.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/include/callbacks.h Sat Apr 8 00:27:56 2006 -@@ -14,6 +14,13 @@ - * Lesser General Public License for more details. - */ - -+#ifndef __CALLBACKS_H__ -+#define __CALLBACKS_H__ -+ -+#ifdef __cplusplus -+{ -+#endif -+ - #include - #include - -@@ -67,3 +74,8 @@ - extern void callback_dict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, void *user_data); - extern void callback_propdict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, const char *source, void *user_data); - -+#ifdef __cplusplus -+} -+#endif -+ -+#endif Index: files/patch-src_clients_lib_java_include_misc.h =================================================================== RCS file: files/patch-src_clients_lib_java_include_misc.h diff -N files/patch-src_clients_lib_java_include_misc.h --- files/patch-src_clients_lib_java_include_misc.h 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- src/clients/lib/java/include/misc.h.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/include/misc.h Sat Apr 8 00:27:56 2006 -@@ -14,8 +14,21 @@ - * Lesser General Public License for more details. - */ - -+#ifndef __MISC_H__ -+#define __MISC_H__ -+ -+#ifdef __cplusplus -+{ -+#endif -+ - #include - #include - - extern xmmsc_result_t* getResultFromPointer(jlong val); - extern jlong getPointerToConnection(xmmsc_connection_t *c); -+ -+#ifdef __cplusplus -+} -+#endif -+ -+#endif Index: files/patch-src_clients_lib_java_misc.c =================================================================== RCS file: files/patch-src_clients_lib_java_misc.c diff -N files/patch-src_clients_lib_java_misc.c --- files/patch-src_clients_lib_java_misc.c 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ ---- src/clients/lib/java/misc.c.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/misc.c Sat Apr 8 00:27:56 2006 -@@ -37,11 +37,12 @@ - } - - JNIEXPORT void JNICALL Java_org_xmms2_SpecialJNI_setENV(JNIEnv *jenv, jclass cls, jobject myobject){ -+ jclass clazz; - globalObj = (*jenv)->NewGlobalRef(jenv, myobject); - if (jvm == NULL) - (*jenv)->GetJavaVM(jenv,&jvm); - -- jclass clazz = (*jenv)->GetObjectClass(jenv, myobject); -+ clazz = (*jenv)->GetObjectClass(jenv, myobject); - disconnect_mid = get_method_id("callbackDisconnect", "(I)V", jenv, clazz); - lock_mid = get_method_id("lockFunction", "(I)V", jenv, clazz); - unlock_mid = get_method_id("unlockFunction", "(I)V", jenv, clazz); -@@ -71,13 +72,14 @@ - - JNIEXPORT void JNICALL Java_org_xmms2_SpecialJNI_setupMainloop(JNIEnv *jenv, jclass cls, jobject myobject, jlong jarg1){ - xmmsc_connection_t *conn_ptr = (xmmsc_connection_t *) 0; -+ jclass clazz; - conn_ptr = *(xmmsc_connection_t **)(void *)&jarg1; - globalMainloopObj = (*jenv)->NewGlobalRef(jenv, myobject); - - if (jvm == NULL) - (*jenv)->GetJavaVM(jenv,&jvm); - -- jclass clazz = (*jenv)->GetObjectClass(jenv, myobject); -+ clazz = (*jenv)->GetObjectClass(jenv, myobject); - io_want_out_mid = get_method_id("callbackIOWantOut", "(II)V", jenv, clazz); - - //xmmsc_io_need_out_callback_set(conn_ptr, io_want_out_callback, 0); Index: files/patch-src_clients_lib_python_xmmsclient.pyx =================================================================== RCS file: files/patch-src_clients_lib_python_xmmsclient.pyx diff -N files/patch-src_clients_lib_python_xmmsclient.pyx --- files/patch-src_clients_lib_python_xmmsclient.pyx 24 May 2006 22:07:58 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- src/clients/lib/python/xmmsclient.pyx.orig Tue May 23 01:02:46 2006 -+++ src/clients/lib/python/xmmsclient.pyx Tue May 23 01:03:14 2006 -@@ -273,7 +273,8 @@ - if k[1] == item: - return v - try: -- return dict.__getitem__(self, (src, item)) -+ x = dict.__getitem__(self, (src, item)) -+ return x - except KeyError: - pass - raise KeyError, item Index: files/patch-src_clients_sdl-vis_sdl-vis.c =================================================================== RCS file: files/patch-src_clients_sdl-vis_sdl-vis.c diff -N files/patch-src_clients_sdl-vis_sdl-vis.c --- files/patch-src_clients_sdl-vis_sdl-vis.c 2 Apr 2006 06:55:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- src/clients/sdl-vis/sdl-vis.c Mon Mar 27 11:34:45 2006 -+++ src/clients/sdl-vis/sdl-vis.c.orig Sat Apr 1 18:21:01 2006 -@@ -27,8 +27,8 @@ - #define FFT_BITS 10 - #define FFT_LEN (1< --#include -+#include -+#include - #include - #include - #include Index: files/patch-src_plugins_faad_Plugin =================================================================== RCS file: files/patch-src_plugins_faad_Plugin diff -N files/patch-src_plugins_faad_Plugin --- files/patch-src_plugins_faad_Plugin 21 Dec 2005 09:50:39 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ ---- src/plugins/faad/Plugin.orig Tue Dec 20 01:09:13 2005 -+++ src/plugins/faad/Plugin Tue Dec 20 01:09:48 2005 -@@ -12,12 +12,7 @@ - This function should return True if this module - is to be built otherwise False - """ -- try: -- env.checklib("faad", "faacDecInit2") -- except ConfigError: -- env.checklib("faad", "NeAACDecInit2") -- except ConfigError: -- raise ConfigError("Could not find libfaad") -+ env.Append (LIBS=["faad"]) - - env.Append (CCFLAGS = '-DUSE_TAGGING') - Index: files/patch-src_plugins_sid_Plugin =================================================================== RCS file: files/patch-src_plugins_sid_Plugin diff -N files/patch-src_plugins_sid_Plugin --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_plugins_sid_Plugin 7 Jul 2006 03:37:04 -0000 @@ -0,0 +1,9 @@ +--- src/plugins/sid/Plugin.orig Thu Jul 6 22:25:16 2006 ++++ src/plugins/sid/Plugin Thu Jul 6 22:27:29 2006 +@@ -6,4 +6,5 @@ + builder_path = env.run("pkg-config libsidplay2 --variable=builders").strip() + if builder_path: + env.Append(LIBPATH=["-L%s" % builder_path]) +- env.checklib("resid-builder", "resid_version_string") ++ env.Append(LINKFLAGS=['-rpath=%s' % builder_path]) ++ env.Append(LIBS=["resid-builder"]) Index: files/patch-src_xmms_Program =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/files/patch-src_xmms_Program,v retrieving revision 1.1 diff -u -r1.1 patch-src_xmms_Program --- files/patch-src_xmms_Program 2 Apr 2006 06:55:41 -0000 1.1 +++ files/patch-src_xmms_Program 7 Jul 2006 03:37:04 -0000 @@ -1,5 +1,5 @@ ---- src/xmms/Program.orig Sat Apr 1 17:55:42 2006 -+++ src/xmms/Program Sat Apr 1 17:55:56 2006 +--- src/xmms/Program.orig Thu Jul 6 15:35:55 2006 ++++ src/xmms/Program Thu Jul 6 17:36:50 2006 @@ -29,10 +29,10 @@ env.Append(LIBS=['xmmsipc']) env.Append(LIBS=["xmmssocket"]) @@ -12,6 +12,6 @@ + env.pkgconfig("gmodule-2.0") + env.pkgconfig("gthread-2.0") + env.pkgconfig("sqlite3") - + if env.platform != 'win32': env.checklib("m", "sin", fail=True) Index: files/patch-src_xmms_ipc.c =================================================================== RCS file: files/patch-src_xmms_ipc.c diff -N files/patch-src_xmms_ipc.c --- files/patch-src_xmms_ipc.c 5 Apr 2006 02:50:22 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- src/xmms/ipc.c.orig Sat Apr 1 23:59:54 2006 -+++ src/xmms/ipc.c Sun Apr 2 00:00:09 2006 -@@ -795,8 +795,8 @@ - xmms_ipc_shutdown_server(xmms_ipc_t *ipc) - { - GList *c; -- if(!ipc) return; - xmms_ipc_client_t *co; -+ if(!ipc) return; - - g_mutex_lock (ipc->mutex_lock); - g_source_remove_poll (ipc->source, ipc->pollfd); --- xmms2-0.2.d.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 03: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 BF98316A4DE for ; Fri, 7 Jul 2006 03: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 D9EFF43D45 for ; Fri, 7 Jul 2006 03:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k673oHFo045332 for ; Fri, 7 Jul 2006 03:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k673oHgN045331; Fri, 7 Jul 2006 03:50:17 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 03:50:17 GMT Resent-Message-Id: <200607070350.k673oHgN045331@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6507E16A4DD; Fri, 7 Jul 2006 03:45:41 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr43.hinet.net (msr43.hinet.net [168.95.4.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968AC43D45; Fri, 7 Jul 2006 03:45:40 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr43.hinet.net (8.9.3/8.9.3) with ESMTP id LAA12422; Fri, 7 Jul 2006 11:45:38 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id A5F6AB29F0B; Fri, 7 Jul 2006 11:45:37 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5fwz5y+yhGVa; Fri, 7 Jul 2006 11:45:28 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id E9E86B29F08; Fri, 7 Jul 2006 11:45:25 +0800 (CST) Message-Id: <20060707034525.E9E86B29F08@utopia.leeym.com> Date: Fri, 7 Jul 2006 11:45:25 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/99865: [PATCH] textproc/p5-YAML: update to 0.62 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:50:18 -0000 >Number: 99865 >Category: ports >Synopsis: [PATCH] textproc/p5-YAML: update to 0.62 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 03:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006 >Description: - Update to 0.62 Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-YAML-0.62.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-YAML/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 16 Feb 2006 13:01:36 -0000 1.11 +++ Makefile 7 Jul 2006 03:44:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= YAML -PORTVERSION= 0.58 +PORTVERSION= 0.62 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= YAML Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-YAML/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 16 Feb 2006 13:01:36 -0000 1.10 +++ distinfo 7 Jul 2006 03:44:58 -0000 @@ -1,3 +1,3 @@ -MD5 (YAML-0.58.tar.gz) = aa5ac653057914ca995dd74de8212ebc -SHA256 (YAML-0.58.tar.gz) = 212d071ddeec7e397c5bc62a99356fb94f8d2e3b4bbeebb5ba0d1d65ce6ff45a -SIZE (YAML-0.58.tar.gz) = 89913 +MD5 (YAML-0.62.tar.gz) = 4be042a043ec520074b0ab6f7ca0bded +SHA256 (YAML-0.62.tar.gz) = fa668e8f01fe43fdddb33f0c5e294698818f37519000b9f782f504ece071c740 +SIZE (YAML-0.62.tar.gz) = 97878 --- p5-YAML-0.62.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 03:50: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 25D4416A4E6 for ; Fri, 7 Jul 2006 03:50: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 9157043D45 for ; Fri, 7 Jul 2006 03:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k673oJnm045347 for ; Fri, 7 Jul 2006 03:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k673oJIW045344; Fri, 7 Jul 2006 03:50:19 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 03:50:19 GMT Resent-Message-Id: <200607070350.k673oJIW045344@freefall.freebsd.org> 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 Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F2716A4DF for ; Fri, 7 Jul 2006 03:45:41 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F78443D53 for ; Fri, 7 Jul 2006 03:45:41 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm67aec.bellsouth.net ([68.209.153.178]) by imf22aec.mail.bellsouth.net with ESMTP id <20060707034536.JCJF4943.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net> for ; Thu, 6 Jul 2006 23:45:36 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm67aec.bellsouth.net with ESMTP id <20060707034534.IQUB29258.ibm67aec.bellsouth.net@Laptop.mine.box>; Thu, 6 Jul 2006 23:45:34 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k673j6S8021926; Thu, 6 Jul 2006 22:45:07 -0500 (CDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k673j5Q4021925; Thu, 6 Jul 2006 22:45:05 -0500 (CDT) (envelope-from alex) Message-Id: <200607070345.k673j5Q4021925@Laptop.mine.box> Date: Thu, 6 Jul 2006 22:45:05 -0500 (CDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alex@foxybanana.com Subject: ports/99866: [PATCH] audio/ruby18-xmms2-ecore: update to 0.2DrEvil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:50:21 -0000 >Number: 99866 >Category: ports >Synopsis: [PATCH] audio/ruby18-xmms2-ecore: update to 0.2DrEvil >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 03:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Update to 0.2DrEvil >How-To-Repeat: >Fix: --- ruby18-xmms2-ecore-0.2.d.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ruby-xmms2-ecore/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 25 Jun 2006 11:14:38 -0000 1.1 +++ Makefile 7 Jul 2006 03:44:39 -0000 @@ -14,6 +14,7 @@ BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 +LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore MASTERDIR= ${.CURDIR}/../xmms2 @@ -33,6 +34,9 @@ ${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \ - ${LOCALBASE}/lib/libxmmsclient-ecore.so + ${PREFIX}/lib/libxmmsclient-ecore.so + @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ + src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.a \ + ${PREFIX}/lib/libxmmsclient-ecore.a .include "${MASTERDIR}/Makefile" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/ruby-xmms2-ecore/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 25 Jun 2006 11:14:38 -0000 1.1 +++ pkg-plist 7 Jul 2006 03:44:40 -0000 @@ -1,2 +1,3 @@ %%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so +lib/libxmmsclient-ecore.a lib/libxmmsclient-ecore.so --- ruby18-xmms2-ecore-0.2.d.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 03:50: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 9875416A504 for ; Fri, 7 Jul 2006 03:50: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 1345843D4C for ; Fri, 7 Jul 2006 03:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k673oJ1X045372 for ; Fri, 7 Jul 2006 03:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k673oJM8045369; Fri, 7 Jul 2006 03:50:19 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 03:50:19 GMT Resent-Message-Id: <200607070350.k673oJM8045369@freefall.freebsd.org> 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 Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D2816A4DF for ; Fri, 7 Jul 2006 03:46:35 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23F243D53 for ; Fri, 7 Jul 2006 03:46:34 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm67aec.bellsouth.net ([68.209.153.178]) by imf22aec.mail.bellsouth.net with ESMTP id <20060707034634.JEEG4943.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net> for ; Thu, 6 Jul 2006 23:46:34 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm67aec.bellsouth.net with ESMTP id <20060707034633.IQYA29258.ibm67aec.bellsouth.net@Laptop.mine.box> for ; Thu, 6 Jul 2006 23:46:33 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k673jxuK022485 for ; Thu, 6 Jul 2006 22:46:05 -0500 (CDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k673jw3G022484; Thu, 6 Jul 2006 22:45:58 -0500 (CDT) (envelope-from alex) Message-Id: <200607070345.k673jw3G022484@Laptop.mine.box> Date: Thu, 6 Jul 2006 22:45:58 -0500 (CDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99867: [NEW PORT] audio/cpp-xmms2: C++ Bindings for XMMS2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:50:21 -0000 >Number: 99867 >Category: ports >Synopsis: [NEW PORT] audio/cpp-xmms2: C++ Bindings for XMMS2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 03:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Slave of audio/xmms2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cpp-xmms2-0.2.d.5.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cpp-xmms2 # cpp-xmms2/Makefile # cpp-xmms2/pkg-plist # echo c - cpp-xmms2 mkdir -p cpp-xmms2 > /dev/null 2>&1 echo x - cpp-xmms2/Makefile sed 's/^X//' >cpp-xmms2/Makefile << 'END-of-cpp-xmms2/Makefile' X# New ports collection makefile for: cpp-xmms2 X# Date created: 06 Jul 2006 X# Whom: Alexander Botero-Lowry X# X# $FreeBSD$ X# X XCATEGORIES= audio XPKGNAMEPREFIX= cpp- X XMAINTAINER= alex@foxybanana.com XCOMMENT= C++ Bindings for XMMS2 X XLIB_DEPENDS= boost_signals.3:${PORTSDIR}/devel/boost XBUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 XRUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 X XMASTERDIR= ${.CURDIR}/../xmms2 XUSE_LDCONFIG= yes X XPLIST= ${.CURDIR}/pkg-plist X XSCONS_TARGET= src/clients/lib/xmmsclient++/libxmmsclient++.so \ X src/clients/lib/xmmsclient++-glib//libxmmsclient++-glib.so XXMMS2_SLAVE= cpp X Xdo-install: X @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ X src/clients/lib/xmmsclient++/libxmmsclient++.so \ X ${PREFIX}/lib/libxmmsclient++.so X @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ X src/clients/lib/xmmsclient++-glib/libxmmsclient++-glib.so \ X ${PREFIX}/lib/libxmmsclient++-glib.so X X.include "${MASTERDIR}/Makefile" END-of-cpp-xmms2/Makefile echo x - cpp-xmms2/pkg-plist sed 's/^X//' >cpp-xmms2/pkg-plist << 'END-of-cpp-xmms2/pkg-plist' Xlib/libxmmsclient++.so Xlib/libxmmsclient++-glib.so END-of-cpp-xmms2/pkg-plist exit --- cpp-xmms2-0.2.d.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 03:50:27 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 5FF1816A4E0; Fri, 7 Jul 2006 03:50:27 +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 1A57A43D46; Fri, 7 Jul 2006 03:50:27 +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 k673oQxc045461; Fri, 7 Jul 2006 03:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k673oQht045457; Fri, 7 Jul 2006 03:50:26 GMT (envelope-from edwin) Date: Fri, 7 Jul 2006 03:50:26 GMT From: Edwin Groothuis Message-Id: <200607070350.k673oQht045457@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tobez@FreeBSD.org Cc: Subject: Re: ports/99865: [PATCH] textproc/p5-YAML: update to 0.62 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:50:27 -0000 Synopsis: [PATCH] textproc/p5-YAML: update to 0.62 Responsible-Changed-From-To: freebsd-ports-bugs->tobez Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 7 03:50:26 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99865 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 03:52:12 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 280D316A4DF; Fri, 7 Jul 2006 03:52:12 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332EA43D46; Fri, 7 Jul 2006 03:52:11 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm67aec.bellsouth.net ([68.209.153.178]) by imf22aec.mail.bellsouth.net with ESMTP id <20060707035210.JPDQ4943.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net>; Thu, 6 Jul 2006 23:52:10 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm67aec.bellsouth.net with ESMTP id <20060707035205.IRTW29258.ibm67aec.bellsouth.net@Laptop.mine.box>; Thu, 6 Jul 2006 23:52:05 -0400 Received: from localhost (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with SMTP id k673pYjf022584; Thu, 6 Jul 2006 22:51:35 -0500 (CDT) (envelope-from alex@foxybanana.com) Date: Thu, 6 Jul 2006 22:51:34 -0500 From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-Id: <20060706225134.d6c21c61.alex@foxybanana.com> In-Reply-To: <200607070350.k673oGCw045268@freefall.freebsd.org> References: <200607070339.k673dviv020103@Laptop.mine.box> <200607070350.k673oGCw045268@freefall.freebsd.org> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E" Cc: Subject: Re: ports/99864: [PATCH] audio/xmms2: update to 0.2DrEvil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 03:52:12 -0000 This is a multi-part message in MIME format. --Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Attached is a patch that cleans up portlint for the slave ports. This should be used instead of the one submitted with the PR. Alex On Fri, 7 Jul 2006 03:50:16 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/99864'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99864 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] audio/xmms2: update to 0.2DrEvil > >Arrival-Date: Fri Jul 07 03:50:15 GMT 2006 > > !DSPAM:4,44add9fa62284455914760! > > --Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E Content-Type: text/plain; name="xmms2-proper.diff" Content-Disposition: attachment; filename="xmms2-proper.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 25 Jun 2006 03:06:20 -0000 1.12 +++ Makefile 7 Jul 2006 03:49:22 -0000 @@ -5,20 +5,16 @@ # $FreeBSD: ports/audio/xmms2/Makefile,v 1.12 2006/06/25 03:06:20 itetcu Exp $ # -PORTNAME= xmms2 -PORTVERSION= 0.2.d.4 -PORTREVISION= 5 -CATEGORIES= audio +PORTNAME?= xmms2 +PORTVERSION= 0.2.d.5 +CATEGORIES?= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-0.2DrDolittle +DISTNAME= ${PORTNAME}-0.2DrEvil MAINTAINER= alex@foxybanana.com -.if !defined(XMMS2_SLAVE) -COMMENT= Rewrite of xmms as a client/server system (developer release) -.endif +COMMENT?= Rewrite of xmms as a client/server system (developer release) -BUILD_DEPENDS+= scons:${PORTSDIR}/devel/scons .if !defined(XMMS2_SLAVE) LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ vorbis.3:${PORTSDIR}/audio/libvorbis @@ -28,23 +24,55 @@ USE_PYTHON_BUILD= yes USE_BZIP2= yes +USE_SCONS= yes +SCONS_ARGS= EXCLUDE="${EXCLUDE}" .if !defined(XMMS2_SLAVE) USE_GNOME= glib20 USE_SQLITE= 3 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .endif .if !defined(XMMS2_SLAVE) -MAN1= xmms2.1 +MAN1= xmms2.1 xmms2-et.1 MAN8= xmms2d.8 MANCOMPRESSED= yes + +OPTIONS= FAAD "Support to playback AAC files" on \ + FLAC "Support to playback FLAC files" on \ + MODPLUG "Support to playback MOD files" off \ + MUSEPACK "Support to playback MPC files" off \ + SID "Support to playback SID files" off \ + WMA "Support to playback WMA files" off \ + CURL "Support to playback files via HTTP" on \ + GNOMEVFS "Support to playback files via GnomeVFS" off \ + MMS "Support to playback streams via MMS" off \ + SAMBA "Support to playback files via SMB" off \ + FAM "Support to update Media Library on file change" off \ + MDNS "Support to announce XMMS2d via mDNS" off #\ +# SDL "Support for visualization" on \ +# JACK "Support to output via the Jack output server" off .endif -SCONS_TARGET?= +.include + +.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "python" +EXCLUDE+= ruby java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" +EXCLUDE+= python java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" +EXCLUDE+= python java xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" +EXCLUDE+= ruby python xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "cpp" +EXCLUDE+= ruby python java xmmsclient-ecore +.elif !defined(XMMS2_SLAVE) +EXCLUDE+= python ruby java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.endif -.if defined(WITH_CURL) +.if !defined(XMMS2_SLAVE) +.if !defined(WITHOUT_CURL) LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else @@ -53,36 +81,14 @@ .endif .if defined(WITH_SID) -LIB_DEPENDS+= resid.[0-9]:${PORTSDIR}/audio/resid \ - sidplay2.[0-9]:${PORTSDIR}/audio/libsidplay2 +LIB_DEPENDS+= sidplay2.[0-9]:${PORTSDIR}/audio/libsidplay2 PLIST_SUB+= SID="" .else EXCLUDE+= sid PLIST_SUB+= SID="@comment " .endif -.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "python" -EXCLUDE+= ruby java -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" -EXCLUDE+= python java -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" -EXCLUDE+= python java -WITH_ECORE= yes -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" -EXCLUDE+= ruby python -.elif !defined(XMMS2_SLAVE) -EXCLUDE+= python ruby java -.endif - -.if defined(WITH_ECORE) -LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore -PLIST_SUB+= ECORE="" -.else -EXCLUDE+= xmmsclient-ecore -PLIST_SUB+= ECORE="@comment " -.endif - -.if defined(WITH_FLAC) +.if !defined(WITHOUT_FLAC) LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .else @@ -90,16 +96,24 @@ PLIST_SUB+= FLAC="@comment " .endif -.if defined(WITH_FAAD) +.if !defined(WITHOUT_FAAD) LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad PLIST_SUB+= FAAD="" -#EXTRA_PATCHES+= ${FILESDIR}/extraPatch-src::clients::faad::Plugin .else EXCLUDE+= faad PLIST_SUB+= FAAD="@comment " .endif -.if defined(WITH_SDL) +.if defined(WITH_WMA) +LIB_DEPENDS+= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel +PLIST_SUB+= WMA="" +.else +EXCLUDE+= wma +PLIST_SUB+= WMA="@comment " +.endif + +.if !defined(WITHOUT_SDL) && defined(UNDEFINED) +IGNORE= visualization has not been updated to the Transforms API USE_SDL= sdl ttf PLIST_SUB+= SDL="" #EXTRA_PATCHES+= ${FILESDIR}/extraPatch-src::clients::sdl-vis::Program @@ -117,6 +131,7 @@ .endif .if defined(WITH_JACK) +IGNORE= the Jack plugin has not been updated to the Transforms API LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack PLIST_SUB+= JACK="" .else @@ -148,6 +163,14 @@ PLIST_SUB+= GNOMEVFS="@comment " .endif +.if defined(WITH_MMS) +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms +PLIST_SUB+= MMS="" +.else +EXCLUDE+= mms +PLIST_SUB+= MMS="@comment " +.endif + .if defined(WITH_FAM) USE_FAM= yes WANT_FAM_SYSTEM=gamin @@ -164,42 +187,12 @@ EXCLUDE+= mdns PLIST_SUB+= MDNS="@comment " .endif - -.include +.endif .if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} != "java" .if ${OSVERSION} < 500000 -BROKEN= Broken on FreeBSD 4.x +IGNORE= broken on FreeBSD 4.x .endif .endif -pre-everything:: -.if defined(WITH_SAMBA) - @${ECHO_MSG} "WARNING: Samba plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif -.if defined(WITH_GNOMEVFS) - @${ECHO_MSG} "WARNING: Gnome VFS plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif -.if defined(WITH_FAM) - @${ECHO_MSG} "WARNING: Fam plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif - -# Nasty fulhack here to deal with java port. We're dealing with this issue -# in xmms2 upstream land, so it hopefully won't be a problem next release. - -do-build: - cd ${WRKSRC} && \ - ${SETENV} JAVA_HOME=${JAVA_HOME} scons CC=${CC} LINKFLAGS="${LDFLAGS}" CCFLAGS="${CFLAGS}" \ - LIBPATH=${LOCALBASE}/lib CPPPATH=${LOCALBASE}/include \ - PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig EXCLUDE="${EXCLUDE}" \ - PREFIX="${PREFIX}" ${SCONS_TARGET} - -.if !defined(XMMS2_SLAVE) -do-install: - @cd ${WRKSRC} && scons install -.endif - .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 1 Apr 2006 03:48:17 -0000 1.4 +++ distinfo 7 Jul 2006 03:49:22 -0000 @@ -1,3 +1,3 @@ -SHA256 (xmms2-0.2DrDolittle.tar.bz2) = 896b3a63a2c0141c278a8ab0203f11ce8594e64e3bea9129db52388c00672535 -MD5 (xmms2-0.2DrDolittle.tar.bz2) = 93daf53d21d198d8e05bf4de37976d7a -SIZE (xmms2-0.2DrDolittle.tar.bz2) = 965031 +MD5 (xmms2-0.2DrEvil.tar.bz2) = 110e1b5d3d5d89e64c2099cec4d0402b +SHA256 (xmms2-0.2DrEvil.tar.bz2) = 1059fe1b6a03a40f8b680055c64e6475d769298983804f88ff6d38d88d514f28 +SIZE (xmms2-0.2DrEvil.tar.bz2) = 1012538 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 5 Apr 2006 02:50:22 -0000 1.6 +++ pkg-plist 7 Jul 2006 03:49:22 -0000 @@ -5,8 +5,6 @@ %%MDNS%%bin/xmms2-mdns-avahi bin/xmms2d include/xmms2/xmms/xmms_config.h -include/xmms2/xmms/xmms_decoder.h -include/xmms2/xmms/xmms_decoderplugin.h include/xmms2/xmms/xmms_defs.h include/xmms2/xmms/xmms_effect.h include/xmms2/xmms/xmms_effectplugin.h @@ -15,13 +13,12 @@ include/xmms2/xmms/xmms_log.h include/xmms2/xmms/xmms_medialib.h include/xmms2/xmms/xmms_object.h -include/xmms2/xmms/xmms_output.h include/xmms2/xmms/xmms_outputplugin.h include/xmms2/xmms/xmms_plsplugins.h include/xmms2/xmms/xmms_plugin.h include/xmms2/xmms/xmms_sample.h -include/xmms2/xmms/xmms_transport.h -include/xmms2/xmms/xmms_transportplugin.h +include/xmms2/xmms/xmms_streamtype.h +include/xmms2/xmms/xmms_xformplugin.h include/xmms2/xmmsc/xmmsc_asyncns.h include/xmms2/xmmsc/xmmsc_errorcodes.h include/xmms2/xmmsc/xmmsc_idnumbers.h @@ -34,39 +31,56 @@ include/xmms2/xmmsc/xmmsc_stringport.h include/xmms2/xmmsc/xmmsc_unistd.h include/xmms2/xmmsc/xmmsc_util.h +include/xmms2/xmmsclient/xmmsclient++/client.h +include/xmms2/xmmsclient/xmmsclient++/config.h +include/xmms2/xmmsclient/xmmsclient++/dict.h +include/xmms2/xmmsclient/xmmsclient++/exceptions.h +include/xmms2/xmmsclient/xmmsclient++/helpers.h +include/xmms2/xmmsclient/xmmsclient++/list.h +include/xmms2/xmmsclient/xmmsclient++/listener.h +include/xmms2/xmmsclient/xmmsclient++/mainloop.h +include/xmms2/xmmsclient/xmmsclient++/medialib.h +include/xmms2/xmmsclient/xmmsclient++/playback.h +include/xmms2/xmmsclient/xmmsclient++/playlist.h +include/xmms2/xmmsclient/xmmsclient++/signal.h +include/xmms2/xmmsclient/xmmsclient++/stats.h +include/xmms2/xmmsclient/xmmsclient++/typedefs.h +include/xmms2/xmmsclient/xmmsclient++-glib.h +include/xmms2/xmmsclient/xmmsclient++.h include/xmms2/xmmsclient/xmmsclient-cf.h include/xmms2/xmmsclient/xmmsclient-ecore.h include/xmms2/xmmsclient/xmmsclient-glib.h include/xmms2/xmmsclient/xmmsclient-qt.h include/xmms2/xmmsclient/xmmsclient.h -%%ECORE%%lib/libxmmsclient-ecore.a -%%ECORE%%lib/libxmmsclient-ecore.so lib/libxmmsclient-glib.a lib/libxmmsclient-glib.so lib/libxmmsclient.a lib/libxmmsclient.so %%CURL%%lib/xmms2/libxmms_curl_http.so lib/xmms2/libxmms_diskwrite.so -lib/xmms2/libxmms_eq.so +lib/xmms2/libxmms_equalizer.so %%FAAD%%lib/xmms2/libxmms_faad.so %%FLAC%%lib/xmms2/libxmms_flac.so lib/xmms2/libxmms_file.so %%GNOMEVFS%%lib/xmms2/libxmms_gnomevfs.so -lib/xmms2/libxmms_html.so +lib/xmms2/libxmms_icymetaint.so +lib/xmms2/libxmms_id3v2.so %%JACK%%lib/xmms2/libxmms_jack.so -lib/xmms2/libxmms_m3u.so lib/xmms2/libxmms_mad.so +%%MMS%%lib/xmms2/libxmms_mms.so %%MODPLUG%%lib/xmms2/libxmms_modplug.so %%MUSEPACK%%lib/xmms2/libxmms_musepack.so lib/xmms2/libxmms_null.so +lib/xmms2/libxmms_nulstripper.so lib/xmms2/libxmms_oss.so -lib/xmms2/libxmms_pls.so lib/xmms2/libxmms_replaygain.so %%SAMBA%%lib/xmms2/libxmms_samba.so %%SID%%lib/xmms2/libxmms_sid.so lib/xmms2/libxmms_vorbisfile.so lib/xmms2/libxmms_wave.so +%%WMA%%lib/xmms2/libxmms_wma.so libdata/pkgconfig/xmms2-client-cpp.pc +libdata/pkgconfig/xmms2-client-cpp-glib.pc libdata/pkgconfig/xmms2-client-ecore.pc libdata/pkgconfig/xmms2-client-glib.pc libdata/pkgconfig/xmms2-client.pc @@ -78,6 +92,7 @@ @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%% @dirrm lib/xmms2 +@dirrm include/xmms2/xmmsclient/xmmsclient++ @dirrm include/xmms2/xmmsclient @dirrm include/xmms2/xmmsc @dirrm include/xmms2/xmms Index: files/patch-src_clients_lib_java_callbacks.c =================================================================== RCS file: files/patch-src_clients_lib_java_callbacks.c diff -N files/patch-src_clients_lib_java_callbacks.c --- files/patch-src_clients_lib_java_callbacks.c 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,77 +0,0 @@ ---- src/clients/lib/java/callbacks.c.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/callbacks.c Sat Apr 8 00:27:56 2006 -@@ -38,11 +38,12 @@ - } - - void io_want_out_callback(int val, void *error){ -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalMainloopObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalMainloopObj); - if (io_want_out_mid == 0) - return; - -@@ -117,6 +118,7 @@ - void callback_dict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, void *user_data){ - jint jres_val = 0; - jstring jkey, jvalue; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - - if (key == NULL || value == NULL) return; -@@ -124,7 +126,7 @@ - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (dict_foreach_mid == 0) - return; - -@@ -138,13 +140,14 @@ - void callback_propdict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, const char *source, void *user_data){ - jint jres_val = 0; - jstring jkey, jvalue, jsource; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - if (environment == NULL) - return; - - if (key == NULL || value == NULL) return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (propdict_foreach_mid == 0) - return; - -@@ -173,12 +176,13 @@ - - void run_java_callback_result_void(xmmsc_result_t *res, jmethodID mid, void *user_data){ - jlong jresult = 0; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (mid == 0) - return; - -@@ -188,10 +192,11 @@ - - void run_java_callback_void(void *v, jmethodID mid){ - JNIEnv *environment = checkEnv(); -+ jobject callbackObject; - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (mid == 0) - return; - Index: files/patch-src_clients_lib_java_include_callbacks.h =================================================================== RCS file: files/patch-src_clients_lib_java_include_callbacks.h diff -N files/patch-src_clients_lib_java_include_callbacks.h --- files/patch-src_clients_lib_java_include_callbacks.h 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ ---- src/clients/lib/java/include/callbacks.h.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/include/callbacks.h Sat Apr 8 00:27:56 2006 -@@ -14,6 +14,13 @@ - * Lesser General Public License for more details. - */ - -+#ifndef __CALLBACKS_H__ -+#define __CALLBACKS_H__ -+ -+#ifdef __cplusplus -+{ -+#endif -+ - #include - #include - -@@ -67,3 +74,8 @@ - extern void callback_dict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, void *user_data); - extern void callback_propdict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, const char *source, void *user_data); - -+#ifdef __cplusplus -+} -+#endif -+ -+#endif Index: files/patch-src_clients_lib_java_include_misc.h =================================================================== RCS file: files/patch-src_clients_lib_java_include_misc.h diff -N files/patch-src_clients_lib_java_include_misc.h --- files/patch-src_clients_lib_java_include_misc.h 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- src/clients/lib/java/include/misc.h.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/include/misc.h Sat Apr 8 00:27:56 2006 -@@ -14,8 +14,21 @@ - * Lesser General Public License for more details. - */ - -+#ifndef __MISC_H__ -+#define __MISC_H__ -+ -+#ifdef __cplusplus -+{ -+#endif -+ - #include - #include - - extern xmmsc_result_t* getResultFromPointer(jlong val); - extern jlong getPointerToConnection(xmmsc_connection_t *c); -+ -+#ifdef __cplusplus -+} -+#endif -+ -+#endif Index: files/patch-src_clients_lib_java_misc.c =================================================================== RCS file: files/patch-src_clients_lib_java_misc.c diff -N files/patch-src_clients_lib_java_misc.c --- files/patch-src_clients_lib_java_misc.c 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ ---- src/clients/lib/java/misc.c.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/misc.c Sat Apr 8 00:27:56 2006 -@@ -37,11 +37,12 @@ - } - - JNIEXPORT void JNICALL Java_org_xmms2_SpecialJNI_setENV(JNIEnv *jenv, jclass cls, jobject myobject){ -+ jclass clazz; - globalObj = (*jenv)->NewGlobalRef(jenv, myobject); - if (jvm == NULL) - (*jenv)->GetJavaVM(jenv,&jvm); - -- jclass clazz = (*jenv)->GetObjectClass(jenv, myobject); -+ clazz = (*jenv)->GetObjectClass(jenv, myobject); - disconnect_mid = get_method_id("callbackDisconnect", "(I)V", jenv, clazz); - lock_mid = get_method_id("lockFunction", "(I)V", jenv, clazz); - unlock_mid = get_method_id("unlockFunction", "(I)V", jenv, clazz); -@@ -71,13 +72,14 @@ - - JNIEXPORT void JNICALL Java_org_xmms2_SpecialJNI_setupMainloop(JNIEnv *jenv, jclass cls, jobject myobject, jlong jarg1){ - xmmsc_connection_t *conn_ptr = (xmmsc_connection_t *) 0; -+ jclass clazz; - conn_ptr = *(xmmsc_connection_t **)(void *)&jarg1; - globalMainloopObj = (*jenv)->NewGlobalRef(jenv, myobject); - - if (jvm == NULL) - (*jenv)->GetJavaVM(jenv,&jvm); - -- jclass clazz = (*jenv)->GetObjectClass(jenv, myobject); -+ clazz = (*jenv)->GetObjectClass(jenv, myobject); - io_want_out_mid = get_method_id("callbackIOWantOut", "(II)V", jenv, clazz); - - //xmmsc_io_need_out_callback_set(conn_ptr, io_want_out_callback, 0); Index: files/patch-src_clients_lib_python_xmmsclient.pyx =================================================================== RCS file: files/patch-src_clients_lib_python_xmmsclient.pyx diff -N files/patch-src_clients_lib_python_xmmsclient.pyx --- files/patch-src_clients_lib_python_xmmsclient.pyx 24 May 2006 22:07:58 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- src/clients/lib/python/xmmsclient.pyx.orig Tue May 23 01:02:46 2006 -+++ src/clients/lib/python/xmmsclient.pyx Tue May 23 01:03:14 2006 -@@ -273,7 +273,8 @@ - if k[1] == item: - return v - try: -- return dict.__getitem__(self, (src, item)) -+ x = dict.__getitem__(self, (src, item)) -+ return x - except KeyError: - pass - raise KeyError, item Index: files/patch-src_clients_sdl-vis_sdl-vis.c =================================================================== RCS file: files/patch-src_clients_sdl-vis_sdl-vis.c diff -N files/patch-src_clients_sdl-vis_sdl-vis.c --- files/patch-src_clients_sdl-vis_sdl-vis.c 2 Apr 2006 06:55:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- src/clients/sdl-vis/sdl-vis.c Mon Mar 27 11:34:45 2006 -+++ src/clients/sdl-vis/sdl-vis.c.orig Sat Apr 1 18:21:01 2006 -@@ -27,8 +27,8 @@ - #define FFT_BITS 10 - #define FFT_LEN (1< --#include -+#include -+#include - #include - #include - #include Index: files/patch-src_plugins_faad_Plugin =================================================================== RCS file: files/patch-src_plugins_faad_Plugin diff -N files/patch-src_plugins_faad_Plugin --- files/patch-src_plugins_faad_Plugin 21 Dec 2005 09:50:39 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ ---- src/plugins/faad/Plugin.orig Tue Dec 20 01:09:13 2005 -+++ src/plugins/faad/Plugin Tue Dec 20 01:09:48 2005 -@@ -12,12 +12,7 @@ - This function should return True if this module - is to be built otherwise False - """ -- try: -- env.checklib("faad", "faacDecInit2") -- except ConfigError: -- env.checklib("faad", "NeAACDecInit2") -- except ConfigError: -- raise ConfigError("Could not find libfaad") -+ env.Append (LIBS=["faad"]) - - env.Append (CCFLAGS = '-DUSE_TAGGING') - Index: files/patch-src_plugins_sid_Plugin =================================================================== RCS file: files/patch-src_plugins_sid_Plugin diff -N files/patch-src_plugins_sid_Plugin --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_plugins_sid_Plugin 7 Jul 2006 03:49:22 -0000 @@ -0,0 +1,9 @@ +--- src/plugins/sid/Plugin.orig Thu Jul 6 22:25:16 2006 ++++ src/plugins/sid/Plugin Thu Jul 6 22:27:29 2006 +@@ -6,4 +6,5 @@ + builder_path = env.run("pkg-config libsidplay2 --variable=builders").strip() + if builder_path: + env.Append(LIBPATH=["-L%s" % builder_path]) +- env.checklib("resid-builder", "resid_version_string") ++ env.Append(LINKFLAGS=['-rpath=%s' % builder_path]) ++ env.Append(LIBS=["resid-builder"]) Index: files/patch-src_xmms_Program =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/files/patch-src_xmms_Program,v retrieving revision 1.1 diff -u -r1.1 patch-src_xmms_Program --- files/patch-src_xmms_Program 2 Apr 2006 06:55:41 -0000 1.1 +++ files/patch-src_xmms_Program 7 Jul 2006 03:49:22 -0000 @@ -1,5 +1,5 @@ ---- src/xmms/Program.orig Sat Apr 1 17:55:42 2006 -+++ src/xmms/Program Sat Apr 1 17:55:56 2006 +--- src/xmms/Program.orig Thu Jul 6 15:35:55 2006 ++++ src/xmms/Program Thu Jul 6 17:36:50 2006 @@ -29,10 +29,10 @@ env.Append(LIBS=['xmmsipc']) env.Append(LIBS=["xmmssocket"]) @@ -12,6 +12,6 @@ + env.pkgconfig("gmodule-2.0") + env.pkgconfig("gthread-2.0") + env.pkgconfig("sqlite3") - + if env.platform != 'win32': env.checklib("m", "sin", fail=True) Index: files/patch-src_xmms_ipc.c =================================================================== RCS file: files/patch-src_xmms_ipc.c diff -N files/patch-src_xmms_ipc.c --- files/patch-src_xmms_ipc.c 5 Apr 2006 02:50:22 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- src/xmms/ipc.c.orig Sat Apr 1 23:59:54 2006 -+++ src/xmms/ipc.c Sun Apr 2 00:00:09 2006 -@@ -795,8 +795,8 @@ - xmms_ipc_shutdown_server(xmms_ipc_t *ipc) - { - GList *c; -- if(!ipc) return; - xmms_ipc_client_t *co; -+ if(!ipc) return; - - g_mutex_lock (ipc->mutex_lock); - g_source_remove_poll (ipc->source, ipc->pollfd); --Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 04:00:45 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 1DE2816A4DA for ; Fri, 7 Jul 2006 04:00:45 +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 AB83643D46 for ; Fri, 7 Jul 2006 04:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6740iJf045955 for ; Fri, 7 Jul 2006 04:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6740iqK045884; Fri, 7 Jul 2006 04:00:44 GMT (envelope-from gnats) Date: Fri, 7 Jul 2006 04:00:44 GMT Message-Id: <200607070400.k6740iqK045884@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Botero-Lowry Cc: Subject: Re: ports/99864: [PATCH] audio/xmms2: update to 0.2DrEvil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Botero-Lowry List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:00:45 -0000 The following reply was made to PR ports/99864; it has been noted by GNATS. From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99864: [PATCH] audio/xmms2: update to 0.2DrEvil Date: Thu, 6 Jul 2006 22:51:34 -0500 This is a multi-part message in MIME format. --Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Attached is a patch that cleans up portlint for the slave ports. This should be used instead of the one submitted with the PR. Alex On Fri, 7 Jul 2006 03:50:16 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/99864'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99864 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] audio/xmms2: update to 0.2DrEvil > >Arrival-Date: Fri Jul 07 03:50:15 GMT 2006 > > !DSPAM:4,44add9fa62284455914760! > > --Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E Content-Type: text/plain; name="xmms2-proper.diff" Content-Disposition: attachment; filename="xmms2-proper.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 25 Jun 2006 03:06:20 -0000 1.12 +++ Makefile 7 Jul 2006 03:49:22 -0000 @@ -5,20 +5,16 @@ # $FreeBSD: ports/audio/xmms2/Makefile,v 1.12 2006/06/25 03:06:20 itetcu Exp $ # -PORTNAME= xmms2 -PORTVERSION= 0.2.d.4 -PORTREVISION= 5 -CATEGORIES= audio +PORTNAME?= xmms2 +PORTVERSION= 0.2.d.5 +CATEGORIES?= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-0.2DrDolittle +DISTNAME= ${PORTNAME}-0.2DrEvil MAINTAINER= alex@foxybanana.com -.if !defined(XMMS2_SLAVE) -COMMENT= Rewrite of xmms as a client/server system (developer release) -.endif +COMMENT?= Rewrite of xmms as a client/server system (developer release) -BUILD_DEPENDS+= scons:${PORTSDIR}/devel/scons .if !defined(XMMS2_SLAVE) LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ vorbis.3:${PORTSDIR}/audio/libvorbis @@ -28,23 +24,55 @@ USE_PYTHON_BUILD= yes USE_BZIP2= yes +USE_SCONS= yes +SCONS_ARGS= EXCLUDE="${EXCLUDE}" .if !defined(XMMS2_SLAVE) USE_GNOME= glib20 USE_SQLITE= 3 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .endif .if !defined(XMMS2_SLAVE) -MAN1= xmms2.1 +MAN1= xmms2.1 xmms2-et.1 MAN8= xmms2d.8 MANCOMPRESSED= yes + +OPTIONS= FAAD "Support to playback AAC files" on \ + FLAC "Support to playback FLAC files" on \ + MODPLUG "Support to playback MOD files" off \ + MUSEPACK "Support to playback MPC files" off \ + SID "Support to playback SID files" off \ + WMA "Support to playback WMA files" off \ + CURL "Support to playback files via HTTP" on \ + GNOMEVFS "Support to playback files via GnomeVFS" off \ + MMS "Support to playback streams via MMS" off \ + SAMBA "Support to playback files via SMB" off \ + FAM "Support to update Media Library on file change" off \ + MDNS "Support to announce XMMS2d via mDNS" off #\ +# SDL "Support for visualization" on \ +# JACK "Support to output via the Jack output server" off .endif -SCONS_TARGET?= +.include + +.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "python" +EXCLUDE+= ruby java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" +EXCLUDE+= python java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" +EXCLUDE+= python java xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" +EXCLUDE+= ruby python xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "cpp" +EXCLUDE+= ruby python java xmmsclient-ecore +.elif !defined(XMMS2_SLAVE) +EXCLUDE+= python ruby java xmmsclient-ecore xmmsclient++ xmmsclient++-glib +.endif -.if defined(WITH_CURL) +.if !defined(XMMS2_SLAVE) +.if !defined(WITHOUT_CURL) LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else @@ -53,36 +81,14 @@ .endif .if defined(WITH_SID) -LIB_DEPENDS+= resid.[0-9]:${PORTSDIR}/audio/resid \ - sidplay2.[0-9]:${PORTSDIR}/audio/libsidplay2 +LIB_DEPENDS+= sidplay2.[0-9]:${PORTSDIR}/audio/libsidplay2 PLIST_SUB+= SID="" .else EXCLUDE+= sid PLIST_SUB+= SID="@comment " .endif -.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "python" -EXCLUDE+= ruby java -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" -EXCLUDE+= python java -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" -EXCLUDE+= python java -WITH_ECORE= yes -.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" -EXCLUDE+= ruby python -.elif !defined(XMMS2_SLAVE) -EXCLUDE+= python ruby java -.endif - -.if defined(WITH_ECORE) -LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore -PLIST_SUB+= ECORE="" -.else -EXCLUDE+= xmmsclient-ecore -PLIST_SUB+= ECORE="@comment " -.endif - -.if defined(WITH_FLAC) +.if !defined(WITHOUT_FLAC) LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .else @@ -90,16 +96,24 @@ PLIST_SUB+= FLAC="@comment " .endif -.if defined(WITH_FAAD) +.if !defined(WITHOUT_FAAD) LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad PLIST_SUB+= FAAD="" -#EXTRA_PATCHES+= ${FILESDIR}/extraPatch-src::clients::faad::Plugin .else EXCLUDE+= faad PLIST_SUB+= FAAD="@comment " .endif -.if defined(WITH_SDL) +.if defined(WITH_WMA) +LIB_DEPENDS+= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel +PLIST_SUB+= WMA="" +.else +EXCLUDE+= wma +PLIST_SUB+= WMA="@comment " +.endif + +.if !defined(WITHOUT_SDL) && defined(UNDEFINED) +IGNORE= visualization has not been updated to the Transforms API USE_SDL= sdl ttf PLIST_SUB+= SDL="" #EXTRA_PATCHES+= ${FILESDIR}/extraPatch-src::clients::sdl-vis::Program @@ -117,6 +131,7 @@ .endif .if defined(WITH_JACK) +IGNORE= the Jack plugin has not been updated to the Transforms API LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack PLIST_SUB+= JACK="" .else @@ -148,6 +163,14 @@ PLIST_SUB+= GNOMEVFS="@comment " .endif +.if defined(WITH_MMS) +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms +PLIST_SUB+= MMS="" +.else +EXCLUDE+= mms +PLIST_SUB+= MMS="@comment " +.endif + .if defined(WITH_FAM) USE_FAM= yes WANT_FAM_SYSTEM=gamin @@ -164,42 +187,12 @@ EXCLUDE+= mdns PLIST_SUB+= MDNS="@comment " .endif - -.include +.endif .if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} != "java" .if ${OSVERSION} < 500000 -BROKEN= Broken on FreeBSD 4.x +IGNORE= broken on FreeBSD 4.x .endif .endif -pre-everything:: -.if defined(WITH_SAMBA) - @${ECHO_MSG} "WARNING: Samba plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif -.if defined(WITH_GNOMEVFS) - @${ECHO_MSG} "WARNING: Gnome VFS plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif -.if defined(WITH_FAM) - @${ECHO_MSG} "WARNING: Fam plugin is experimental and not fully working" - @${ECHO_MSG} "" -.endif - -# Nasty fulhack here to deal with java port. We're dealing with this issue -# in xmms2 upstream land, so it hopefully won't be a problem next release. - -do-build: - cd ${WRKSRC} && \ - ${SETENV} JAVA_HOME=${JAVA_HOME} scons CC=${CC} LINKFLAGS="${LDFLAGS}" CCFLAGS="${CFLAGS}" \ - LIBPATH=${LOCALBASE}/lib CPPPATH=${LOCALBASE}/include \ - PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig EXCLUDE="${EXCLUDE}" \ - PREFIX="${PREFIX}" ${SCONS_TARGET} - -.if !defined(XMMS2_SLAVE) -do-install: - @cd ${WRKSRC} && scons install -.endif - .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 1 Apr 2006 03:48:17 -0000 1.4 +++ distinfo 7 Jul 2006 03:49:22 -0000 @@ -1,3 +1,3 @@ -SHA256 (xmms2-0.2DrDolittle.tar.bz2) = 896b3a63a2c0141c278a8ab0203f11ce8594e64e3bea9129db52388c00672535 -MD5 (xmms2-0.2DrDolittle.tar.bz2) = 93daf53d21d198d8e05bf4de37976d7a -SIZE (xmms2-0.2DrDolittle.tar.bz2) = 965031 +MD5 (xmms2-0.2DrEvil.tar.bz2) = 110e1b5d3d5d89e64c2099cec4d0402b +SHA256 (xmms2-0.2DrEvil.tar.bz2) = 1059fe1b6a03a40f8b680055c64e6475d769298983804f88ff6d38d88d514f28 +SIZE (xmms2-0.2DrEvil.tar.bz2) = 1012538 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 5 Apr 2006 02:50:22 -0000 1.6 +++ pkg-plist 7 Jul 2006 03:49:22 -0000 @@ -5,8 +5,6 @@ %%MDNS%%bin/xmms2-mdns-avahi bin/xmms2d include/xmms2/xmms/xmms_config.h -include/xmms2/xmms/xmms_decoder.h -include/xmms2/xmms/xmms_decoderplugin.h include/xmms2/xmms/xmms_defs.h include/xmms2/xmms/xmms_effect.h include/xmms2/xmms/xmms_effectplugin.h @@ -15,13 +13,12 @@ include/xmms2/xmms/xmms_log.h include/xmms2/xmms/xmms_medialib.h include/xmms2/xmms/xmms_object.h -include/xmms2/xmms/xmms_output.h include/xmms2/xmms/xmms_outputplugin.h include/xmms2/xmms/xmms_plsplugins.h include/xmms2/xmms/xmms_plugin.h include/xmms2/xmms/xmms_sample.h -include/xmms2/xmms/xmms_transport.h -include/xmms2/xmms/xmms_transportplugin.h +include/xmms2/xmms/xmms_streamtype.h +include/xmms2/xmms/xmms_xformplugin.h include/xmms2/xmmsc/xmmsc_asyncns.h include/xmms2/xmmsc/xmmsc_errorcodes.h include/xmms2/xmmsc/xmmsc_idnumbers.h @@ -34,39 +31,56 @@ include/xmms2/xmmsc/xmmsc_stringport.h include/xmms2/xmmsc/xmmsc_unistd.h include/xmms2/xmmsc/xmmsc_util.h +include/xmms2/xmmsclient/xmmsclient++/client.h +include/xmms2/xmmsclient/xmmsclient++/config.h +include/xmms2/xmmsclient/xmmsclient++/dict.h +include/xmms2/xmmsclient/xmmsclient++/exceptions.h +include/xmms2/xmmsclient/xmmsclient++/helpers.h +include/xmms2/xmmsclient/xmmsclient++/list.h +include/xmms2/xmmsclient/xmmsclient++/listener.h +include/xmms2/xmmsclient/xmmsclient++/mainloop.h +include/xmms2/xmmsclient/xmmsclient++/medialib.h +include/xmms2/xmmsclient/xmmsclient++/playback.h +include/xmms2/xmmsclient/xmmsclient++/playlist.h +include/xmms2/xmmsclient/xmmsclient++/signal.h +include/xmms2/xmmsclient/xmmsclient++/stats.h +include/xmms2/xmmsclient/xmmsclient++/typedefs.h +include/xmms2/xmmsclient/xmmsclient++-glib.h +include/xmms2/xmmsclient/xmmsclient++.h include/xmms2/xmmsclient/xmmsclient-cf.h include/xmms2/xmmsclient/xmmsclient-ecore.h include/xmms2/xmmsclient/xmmsclient-glib.h include/xmms2/xmmsclient/xmmsclient-qt.h include/xmms2/xmmsclient/xmmsclient.h -%%ECORE%%lib/libxmmsclient-ecore.a -%%ECORE%%lib/libxmmsclient-ecore.so lib/libxmmsclient-glib.a lib/libxmmsclient-glib.so lib/libxmmsclient.a lib/libxmmsclient.so %%CURL%%lib/xmms2/libxmms_curl_http.so lib/xmms2/libxmms_diskwrite.so -lib/xmms2/libxmms_eq.so +lib/xmms2/libxmms_equalizer.so %%FAAD%%lib/xmms2/libxmms_faad.so %%FLAC%%lib/xmms2/libxmms_flac.so lib/xmms2/libxmms_file.so %%GNOMEVFS%%lib/xmms2/libxmms_gnomevfs.so -lib/xmms2/libxmms_html.so +lib/xmms2/libxmms_icymetaint.so +lib/xmms2/libxmms_id3v2.so %%JACK%%lib/xmms2/libxmms_jack.so -lib/xmms2/libxmms_m3u.so lib/xmms2/libxmms_mad.so +%%MMS%%lib/xmms2/libxmms_mms.so %%MODPLUG%%lib/xmms2/libxmms_modplug.so %%MUSEPACK%%lib/xmms2/libxmms_musepack.so lib/xmms2/libxmms_null.so +lib/xmms2/libxmms_nulstripper.so lib/xmms2/libxmms_oss.so -lib/xmms2/libxmms_pls.so lib/xmms2/libxmms_replaygain.so %%SAMBA%%lib/xmms2/libxmms_samba.so %%SID%%lib/xmms2/libxmms_sid.so lib/xmms2/libxmms_vorbisfile.so lib/xmms2/libxmms_wave.so +%%WMA%%lib/xmms2/libxmms_wma.so libdata/pkgconfig/xmms2-client-cpp.pc +libdata/pkgconfig/xmms2-client-cpp-glib.pc libdata/pkgconfig/xmms2-client-ecore.pc libdata/pkgconfig/xmms2-client-glib.pc libdata/pkgconfig/xmms2-client.pc @@ -78,6 +92,7 @@ @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%% @dirrm lib/xmms2 +@dirrm include/xmms2/xmmsclient/xmmsclient++ @dirrm include/xmms2/xmmsclient @dirrm include/xmms2/xmmsc @dirrm include/xmms2/xmms Index: files/patch-src_clients_lib_java_callbacks.c =================================================================== RCS file: files/patch-src_clients_lib_java_callbacks.c diff -N files/patch-src_clients_lib_java_callbacks.c --- files/patch-src_clients_lib_java_callbacks.c 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,77 +0,0 @@ ---- src/clients/lib/java/callbacks.c.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/callbacks.c Sat Apr 8 00:27:56 2006 -@@ -38,11 +38,12 @@ - } - - void io_want_out_callback(int val, void *error){ -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalMainloopObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalMainloopObj); - if (io_want_out_mid == 0) - return; - -@@ -117,6 +118,7 @@ - void callback_dict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, void *user_data){ - jint jres_val = 0; - jstring jkey, jvalue; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - - if (key == NULL || value == NULL) return; -@@ -124,7 +126,7 @@ - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (dict_foreach_mid == 0) - return; - -@@ -138,13 +140,14 @@ - void callback_propdict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, const char *source, void *user_data){ - jint jres_val = 0; - jstring jkey, jvalue, jsource; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - if (environment == NULL) - return; - - if (key == NULL || value == NULL) return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (propdict_foreach_mid == 0) - return; - -@@ -173,12 +176,13 @@ - - void run_java_callback_result_void(xmmsc_result_t *res, jmethodID mid, void *user_data){ - jlong jresult = 0; -+ jobject callbackObject; - JNIEnv *environment = checkEnv(); - - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (mid == 0) - return; - -@@ -188,10 +192,11 @@ - - void run_java_callback_void(void *v, jmethodID mid){ - JNIEnv *environment = checkEnv(); -+ jobject callbackObject; - if (environment == NULL) - return; - -- jobject callbackObject = (*environment)->NewLocalRef(environment, globalObj); -+ callbackObject = (*environment)->NewLocalRef(environment, globalObj); - if (mid == 0) - return; - Index: files/patch-src_clients_lib_java_include_callbacks.h =================================================================== RCS file: files/patch-src_clients_lib_java_include_callbacks.h diff -N files/patch-src_clients_lib_java_include_callbacks.h --- files/patch-src_clients_lib_java_include_callbacks.h 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ ---- src/clients/lib/java/include/callbacks.h.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/include/callbacks.h Sat Apr 8 00:27:56 2006 -@@ -14,6 +14,13 @@ - * Lesser General Public License for more details. - */ - -+#ifndef __CALLBACKS_H__ -+#define __CALLBACKS_H__ -+ -+#ifdef __cplusplus -+{ -+#endif -+ - #include - #include - -@@ -67,3 +74,8 @@ - extern void callback_dict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, void *user_data); - extern void callback_propdict_foreach_function(const void *key, xmmsc_result_value_type_t type, const void *value, const char *source, void *user_data); - -+#ifdef __cplusplus -+} -+#endif -+ -+#endif Index: files/patch-src_clients_lib_java_include_misc.h =================================================================== RCS file: files/patch-src_clients_lib_java_include_misc.h diff -N files/patch-src_clients_lib_java_include_misc.h --- files/patch-src_clients_lib_java_include_misc.h 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- src/clients/lib/java/include/misc.h.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/include/misc.h Sat Apr 8 00:27:56 2006 -@@ -14,8 +14,21 @@ - * Lesser General Public License for more details. - */ - -+#ifndef __MISC_H__ -+#define __MISC_H__ -+ -+#ifdef __cplusplus -+{ -+#endif -+ - #include - #include - - extern xmmsc_result_t* getResultFromPointer(jlong val); - extern jlong getPointerToConnection(xmmsc_connection_t *c); -+ -+#ifdef __cplusplus -+} -+#endif -+ -+#endif Index: files/patch-src_clients_lib_java_misc.c =================================================================== RCS file: files/patch-src_clients_lib_java_misc.c diff -N files/patch-src_clients_lib_java_misc.c --- files/patch-src_clients_lib_java_misc.c 9 Apr 2006 11:02:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ ---- src/clients/lib/java/misc.c.orig Mon Mar 27 11:34:45 2006 -+++ src/clients/lib/java/misc.c Sat Apr 8 00:27:56 2006 -@@ -37,11 +37,12 @@ - } - - JNIEXPORT void JNICALL Java_org_xmms2_SpecialJNI_setENV(JNIEnv *jenv, jclass cls, jobject myobject){ -+ jclass clazz; - globalObj = (*jenv)->NewGlobalRef(jenv, myobject); - if (jvm == NULL) - (*jenv)->GetJavaVM(jenv,&jvm); - -- jclass clazz = (*jenv)->GetObjectClass(jenv, myobject); -+ clazz = (*jenv)->GetObjectClass(jenv, myobject); - disconnect_mid = get_method_id("callbackDisconnect", "(I)V", jenv, clazz); - lock_mid = get_method_id("lockFunction", "(I)V", jenv, clazz); - unlock_mid = get_method_id("unlockFunction", "(I)V", jenv, clazz); -@@ -71,13 +72,14 @@ - - JNIEXPORT void JNICALL Java_org_xmms2_SpecialJNI_setupMainloop(JNIEnv *jenv, jclass cls, jobject myobject, jlong jarg1){ - xmmsc_connection_t *conn_ptr = (xmmsc_connection_t *) 0; -+ jclass clazz; - conn_ptr = *(xmmsc_connection_t **)(void *)&jarg1; - globalMainloopObj = (*jenv)->NewGlobalRef(jenv, myobject); - - if (jvm == NULL) - (*jenv)->GetJavaVM(jenv,&jvm); - -- jclass clazz = (*jenv)->GetObjectClass(jenv, myobject); -+ clazz = (*jenv)->GetObjectClass(jenv, myobject); - io_want_out_mid = get_method_id("callbackIOWantOut", "(II)V", jenv, clazz); - - //xmmsc_io_need_out_callback_set(conn_ptr, io_want_out_callback, 0); Index: files/patch-src_clients_lib_python_xmmsclient.pyx =================================================================== RCS file: files/patch-src_clients_lib_python_xmmsclient.pyx diff -N files/patch-src_clients_lib_python_xmmsclient.pyx --- files/patch-src_clients_lib_python_xmmsclient.pyx 24 May 2006 22:07:58 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- src/clients/lib/python/xmmsclient.pyx.orig Tue May 23 01:02:46 2006 -+++ src/clients/lib/python/xmmsclient.pyx Tue May 23 01:03:14 2006 -@@ -273,7 +273,8 @@ - if k[1] == item: - return v - try: -- return dict.__getitem__(self, (src, item)) -+ x = dict.__getitem__(self, (src, item)) -+ return x - except KeyError: - pass - raise KeyError, item Index: files/patch-src_clients_sdl-vis_sdl-vis.c =================================================================== RCS file: files/patch-src_clients_sdl-vis_sdl-vis.c diff -N files/patch-src_clients_sdl-vis_sdl-vis.c --- files/patch-src_clients_sdl-vis_sdl-vis.c 2 Apr 2006 06:55:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- src/clients/sdl-vis/sdl-vis.c Mon Mar 27 11:34:45 2006 -+++ src/clients/sdl-vis/sdl-vis.c.orig Sat Apr 1 18:21:01 2006 -@@ -27,8 +27,8 @@ - #define FFT_BITS 10 - #define FFT_LEN (1< --#include -+#include -+#include - #include - #include - #include Index: files/patch-src_plugins_faad_Plugin =================================================================== RCS file: files/patch-src_plugins_faad_Plugin diff -N files/patch-src_plugins_faad_Plugin --- files/patch-src_plugins_faad_Plugin 21 Dec 2005 09:50:39 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ ---- src/plugins/faad/Plugin.orig Tue Dec 20 01:09:13 2005 -+++ src/plugins/faad/Plugin Tue Dec 20 01:09:48 2005 -@@ -12,12 +12,7 @@ - This function should return True if this module - is to be built otherwise False - """ -- try: -- env.checklib("faad", "faacDecInit2") -- except ConfigError: -- env.checklib("faad", "NeAACDecInit2") -- except ConfigError: -- raise ConfigError("Could not find libfaad") -+ env.Append (LIBS=["faad"]) - - env.Append (CCFLAGS = '-DUSE_TAGGING') - Index: files/patch-src_plugins_sid_Plugin =================================================================== RCS file: files/patch-src_plugins_sid_Plugin diff -N files/patch-src_plugins_sid_Plugin --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_plugins_sid_Plugin 7 Jul 2006 03:49:22 -0000 @@ -0,0 +1,9 @@ +--- src/plugins/sid/Plugin.orig Thu Jul 6 22:25:16 2006 ++++ src/plugins/sid/Plugin Thu Jul 6 22:27:29 2006 +@@ -6,4 +6,5 @@ + builder_path = env.run("pkg-config libsidplay2 --variable=builders").strip() + if builder_path: + env.Append(LIBPATH=["-L%s" % builder_path]) +- env.checklib("resid-builder", "resid_version_string") ++ env.Append(LINKFLAGS=['-rpath=%s' % builder_path]) ++ env.Append(LIBS=["resid-builder"]) Index: files/patch-src_xmms_Program =================================================================== RCS file: /home/ncvs/ports/audio/xmms2/files/patch-src_xmms_Program,v retrieving revision 1.1 diff -u -r1.1 patch-src_xmms_Program --- files/patch-src_xmms_Program 2 Apr 2006 06:55:41 -0000 1.1 +++ files/patch-src_xmms_Program 7 Jul 2006 03:49:22 -0000 @@ -1,5 +1,5 @@ ---- src/xmms/Program.orig Sat Apr 1 17:55:42 2006 -+++ src/xmms/Program Sat Apr 1 17:55:56 2006 +--- src/xmms/Program.orig Thu Jul 6 15:35:55 2006 ++++ src/xmms/Program Thu Jul 6 17:36:50 2006 @@ -29,10 +29,10 @@ env.Append(LIBS=['xmmsipc']) env.Append(LIBS=["xmmssocket"]) @@ -12,6 +12,6 @@ + env.pkgconfig("gmodule-2.0") + env.pkgconfig("gthread-2.0") + env.pkgconfig("sqlite3") - + if env.platform != 'win32': env.checklib("m", "sin", fail=True) Index: files/patch-src_xmms_ipc.c =================================================================== RCS file: files/patch-src_xmms_ipc.c diff -N files/patch-src_xmms_ipc.c --- files/patch-src_xmms_ipc.c 5 Apr 2006 02:50:22 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- src/xmms/ipc.c.orig Sat Apr 1 23:59:54 2006 -+++ src/xmms/ipc.c Sun Apr 2 00:00:09 2006 -@@ -795,8 +795,8 @@ - xmms_ipc_shutdown_server(xmms_ipc_t *ipc) - { - GList *c; -- if(!ipc) return; - xmms_ipc_client_t *co; -+ if(!ipc) return; - - g_mutex_lock (ipc->mutex_lock); - g_source_remove_poll (ipc->source, ipc->pollfd); --Multipart=_Thu__6_Jul_2006_22_51_34_-0500_AHK01RXBGtW/Q85E-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 04: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 F019D16A4E0 for ; Fri, 7 Jul 2006 04:10:24 +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 4108543D49 for ; Fri, 7 Jul 2006 04:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k674ANC0049946 for ; Fri, 7 Jul 2006 04:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k674AMUC049939; Fri, 7 Jul 2006 04:10:22 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 04:10:22 GMT Resent-Message-Id: <200607070410.k674AMUC049939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rod Taylor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FFC16A4DD for ; Fri, 7 Jul 2006 04:03:48 +0000 (UTC) (envelope-from rbt@home.rbt.ca) Received: from home.rbt.ca (209-161-223-37.dsl.look.ca [209.161.223.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2966943D58 for ; Fri, 7 Jul 2006 04:03:42 +0000 (GMT) (envelope-from rbt@home.rbt.ca) Received: from home.rbt.ca (localhost [127.0.0.1]) by home.rbt.ca (8.13.6/8.13.6) with ESMTP id k67418YL007020 for ; Fri, 7 Jul 2006 00:01:08 -0400 (EDT) (envelope-from rbt@home.rbt.ca) Received: (from rbt@localhost) by home.rbt.ca (8.13.6/8.13.6/Submit) id k67418re007019; Fri, 7 Jul 2006 00:01:08 -0400 (EDT) (envelope-from rbt) Message-Id: <200607070401.k67418re007019@home.rbt.ca> Date: Fri, 7 Jul 2006 00:01:08 -0400 (EDT) From: Rod Taylor To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99868: [maintainer-update] www/bricolage to 1.10.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rod Taylor List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:10:25 -0000 >Number: 99868 >Category: ports >Synopsis: [maintainer-update] www/bricolage to 1.10.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 04:10:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: FreeBSD 6.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD home 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 14:28:16 EDT 2006 root@home:/usr/obj/usr/src/sys/HOME amd64 >Description: Upgrade from 1.10.1 to 1.10.2. Many improvements including the application of a few patches from files/. Full details: http://www.bricolage.cc/news/announce/changes/bricolage-1.10.2/ >How-To-Repeat: >Fix: --- bricolage_1_10_2.patch begins here --- Binary files bricolage.orig/.pkg-plist.swp and bricolage/.pkg-plist.swp differ diff -urN bricolage.orig/Makefile bricolage/Makefile --- bricolage.orig/Makefile Sun Apr 2 11:03:25 2006 +++ bricolage/Makefile Thu Jul 6 23:01:58 2006 @@ -2,11 +2,11 @@ # Date created: May 20, 2004 # Whom: Rod Taylor ports@rbt.ca # -# $FreeBSD: ports/www/bricolage/Makefile,v 1.15 2006/04/02 15:03:25 pav Exp $ +# $FreeBSD: ports/www/bricolage/Makefile,v 1.16 2006/05/27 17:51:11 pav Exp $ # PORTNAME= bricolage -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bricolage @@ -64,7 +64,7 @@ # in the same order as found within inst/versions.txt # # Skip 1.8.5 -PREVIOUS_VERSIONS= 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.10.0 1.10.1 +PREVIOUS_VERSIONS= 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.10.0 1.10.1 1.10.2 PERL_CONFIGURE= yes PKGMESSAGE= ${WRKDIR}/pkg-message @@ -92,7 +92,7 @@ .if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500800 .if exists(${SITE_PERL}/Encode/compat.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat +BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat .endif .endif diff -urN bricolage.orig/bricolage/Makefile bricolage/bricolage/Makefile --- bricolage.orig/bricolage/Makefile Sun May 28 22:51:59 2006 +++ bricolage/bricolage/Makefile Wed Dec 31 19:00:00 1969 @@ -1,271 +0,0 @@ -# New ports collection makefile for: bricolage -# Date created: May 20, 2004 -# Whom: Rod Taylor ports@rbt.ca -# -# $FreeBSD: ports/www/bricolage/Makefile,v 1.16 2006/05/27 17:51:11 pav Exp $ -# - -PORTNAME= bricolage -PORTVERSION= 1.10.1 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= bricolage - -MAINTAINER= ports@rbt.ca -COMMENT= A full-featured, open-source content-management and publishing system - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ - ${SITE_PERL}/${PERL_ARCH}/Cache/Mmap.pm:${PORTSDIR}/devel/p5-Cache-Mmap \ - ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ - ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext \ - ${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPassword \ - ${SITE_PERL}/${PERL_ARCH}/Text/LevenshteinXS.pm:${PORTSDIR}/devel/p5-Text-LevenshteinXS \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class \ - ${SITE_PERL}/Test/File/Contents.pm:${PORTSDIR}/devel/p5-Test-File-Contents \ - ${SITE_PERL}/Test/MockModule.pm:${PORTSDIR}/devel/p5-Test-MockModule \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ - ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/Text/Diff/HTML.pm:${PORTSDIR}/textproc/p5-Text-Diff-HTML \ - ${SITE_PERL}/Text/WordDiff.pm:${PORTSDIR}/textproc/p5-Text-WordDiff \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/MasonX/Interp/WithCallbacks.pm:${PORTSDIR}/www/p5-MasonX-Interp-WithCallbacks \ - ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ - ${SITE_PERL}/HTTP/BrowserDetect.pm:${PORTSDIR}/www/p5-HTTP-BrowserDetect -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${BUILD_DEPENDS} - -APXS?= ${LOCALBASE}/sbin/apxs - -MAKE_ENV+= INSTALL_VERBOSITY="QUIET" -MAKE_ENV+= USE_DEFAULTS=freebsd - -# Used to determine which versions have perl scripts -# that need to run for an upgrade. These should be listed -# in the same order as found within inst/versions.txt -# -# Skip 1.8.5 -PREVIOUS_VERSIONS= 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.10.0 1.10.1 - -PERL_CONFIGURE= yes -PKGMESSAGE= ${WRKDIR}/pkg-message - -INSTALL_TARGET= install_files - -.include - -# Needs perl 5.8.x or later for decent unicode support -# Easier to make this a requirement than deal with issues -# for unicode users -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again -.endif - -# Optional dependencies. Use them if they're installed. -.if exists(${SITE_PERL}/HTML/Template/Expr.pm) -BUILD_DEPENDS+= ${SITE_PERL}/HTML/Template/Expr.pm:${PORTSDIR}/www/p5-HTML-Template-Expr -# HTML::Template::Expr depends on HTML::Template -.endif - -.if exists(${SITE_PERL}/${PERL_ARCH}/Template.pm) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit -.endif - -.if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500800 -.if exists(${SITE_PERL}/Encode/compat.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat -.endif -.endif - -.if exists(${SITE_PERL}/Test/Pod.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod -# Test::Pod depends on Pod::Simple -.endif - -.if exists(${SITE_PERL}/Devel/Profiler.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Devel/Profiler.pm:${PORTSDIR}/devel/p5-Devel-Profiler -.endif - -.if exists(${SITE_PERL}/Net/FTPServer/RO/Server.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Net/FTPServer/RO/Server.pm:${PORTSDIR}/ftp/p5-Net-FTPServer -.endif - -.if exists(${SITE_PERL}/Net/SFTP.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Net/SFTP.pm:${PORTSDIR}/net/p5-Net-SFTP -.endif - -.if exists(${SITE_PERL}/HTTP/DAV.pm) -BUILD_DEPENDS+= ${SITE_PERL}/HTTP/DAV.pm:${PORTSDIR}/www/p5-HTTP-DAV -.endif - -.if exists(${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay -.endif - -.if exists(${SITE_PERL}/${PERL_ARCH}/Imager.pm) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager -.endif - -.if exists(${SITE_PERL}/XML/DOM.pm) -BUILD_DEPENDS+= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM -.endif - -MAN1= bric_queued.1 bric_dbprof.1 bric_republish.1 bric_dev_sync.1 \ - bric_pgimport.1 bric_ftpd.1 bric_clean_tmp.1 bric_dist_mon.1 \ - bric_apachectl.1 bric_soap.1 - -MAN3= Bric.3 Bric::Admin.3 Bric::AdvTemplates.3 Bric::Alert.3 \ - Bric::App::AccessHandler.3 Bric::App::ApacheConfig.3 \ - Bric::App::ApacheHandler.3 Bric::App::ApacheStartup.3 Bric::App::Auth.3 \ - Bric::App::Authz.3 Bric::App::Cache.3 Bric::App::Callback.3 \ - Bric::App::Callback::Profile.3 Bric::App::Callback::Profile::Action.3 \ - Bric::App::Callback::Util::Contact.3 \ - Bric::App::CleanupHandler.3 \ - Bric::App::Event.3 Bric::App::Handler.3 Bric::App::MediaFunc.3 \ - Bric::App::PreviewHandler.3 Bric::App::Session.3 Bric::App::Util.3 \ - Bric::AssetEditing.3 Bric::Biz::ATType.3 Bric::Biz::Asset.3 \ - Bric::Biz::Asset::Template.3 \ - Bric::Biz::Asset::Business.3 Bric::Biz::Asset::Business::Media.3 \ - Bric::Biz::Asset::Business::Media::Audio.3 \ - Bric::Biz::Asset::Business::Media::Image.3 \ - Bric::Biz::Asset::Business::Media::Video.3 \ - Bric::Biz::Asset::Business::Parts::Tile.3 \ - Bric::Biz::Asset::Business::Parts::Tile::Container.3 \ - Bric::Biz::Asset::Business::Parts::Tile::Data.3 \ - Bric::Biz::Asset::Business::Story.3 Bric::Biz::Asset::Formatting.3 \ - Bric::Biz::AssetType.3 Bric::Biz::AssetType::Parts::Data.3 \ - Bric::Biz::Category.3 Bric::Biz::Contact.3 Bric::Biz::Element.3 \ - Bric::Biz::Element::Container.3 Bric::Biz::Element::Field.3 \ - Bric::Biz::ElementType.3 Bric::Biz::ElementType::Parts::FieldType.3 \ - Bric::Biz::Keyword.3 Bric::Biz::Org.3 Bric::Biz::Org::Parts::Addr.3 \ - Bric::Biz::Org::Person.3 Bric::Biz::Org::Source.3 Bric::Biz::OutputChannel.3 \ - Bric::Biz::OutputChannel::Element.3 Bric::Biz::Person.3 \ - Bric::Biz::Person::User.3 Bric::Biz::Site.3 Bric::Biz::Workflow.3 \ - Bric::Biz::Workflow::Parts::Desk.3 Bric::Changes.3 Bric::Config.3 \ - Bric::DBA.3 Bric::Dist::Action.3 Bric::Dist::Action::Akamaize.3 \ - Bric::Dist::Action::DTDValidate.3 Bric::Dist::Action::Email.3 \ - Bric::Dist::Action::HTMLClean.3 Bric::Dist::Action::Mover.3 \ - Bric::Dist::ActionType.3 Bric::Dist::Client.3 Bric::Dist::Handler.3 \ - Bric::Dist::Resource.3 Bric::Dist::Server.3 Bric::Dist::ServerType.3 \ - Bric::ElementAdmin.3 Bric::FAQ.3 Bric::HTMLTemplate.3 Bric::Hacker.3 \ - Bric::License.3 Bric::SOAP.3 Bric::SOAP::Asset.3 Bric::SOAP::Auth.3 \ - Bric::SOAP::ATType.3 Bric::SOAP::Category.3 Bric::SOAP::ContribType.3 \ - Bric::SOAP::Destination.3 Bric::SOAP::Desk.3 \ - Bric::SOAP::ElementType.3 Bric::SOAP::Handler.3 Bric::SOAP::Keyword.3 \ - Bric::SOAP::Media.3 Bric::SOAP::MediaType.3 Bric::SOAP::OutputChannel.3 \ - Bric::SOAP::Preference.3 Bric::SOAP::Site.3 Bric::SOAP::Story.3 Bric::SOAP::Template.3 \ - Bric::SOAP::User.3 Bric::SOAP::Util.3 Bric::SOAP::Workflow.3 \ - Bric::Security.3 Bric::Templates.3 Bric::ToDo.3 \ - Bric::Util::Alert.3 Bric::Util::AlertType.3 \ - Bric::Util::AlertType::Parts::Rule.3 Bric::Util::Alerted.3 \ - Bric::Util::Alerted::Parts::Sent.3 \ - Bric::Util::Attribute.3 Bric::Util::Attribute::Action.3 \ - Bric::Util::Attribute::Category.3 Bric::Util::Attribute::ElementType.3 \ - Bric::Util::Attribute::FieldType.3 Bric::Util::Attribute::Grp.3 \ - Bric::Util::Attribute::Member.3 Bric::Util::AuthInternal.3 \ - Bric::Util::AuthLDAP.3 Bric::Util::Burner.3 Bric::Util::Burner::Mason.3 \ - Bric::Util::Burner::PHP.3 \ - Bric::Util::Burner::Template.3 Bric::Util::Burner::TemplateToolkit.3 \ - Bric::Util::CharTrans.3 Bric::Util::Class.3 Bric::Util::Coll.3 \ - Bric::Util::Coll::Action.3 Bric::Util::Coll::Addr.3 \ - Bric::Util::Coll::Addr::Person.3 Bric::Util::Coll::Contact.3 \ - Bric::Util::Coll::Keyword.3 Bric::Util::Coll::Member.3 \ - Bric::Util::Coll::OCElement.3 Bric::Util::Coll::OCInclude.3 \ - Bric::Util::Coll::OutputChannel.3 Bric::Util::Coll::Priv.3 \ - Bric::Util::Coll::Resource.3 Bric::Util::Coll::Rule.3 \ - Bric::Util::Coll::Server.3 Bric::Util::Coll::ServerType.3 \ - Bric::Util::Coll::Site.3 Bric::Util::DBD::Oracle.3 Bric::Util::DBD::Pg.3 \ - Bric::Util::DBD::mysql.3 Bric::Util::DBI.3 Bric::Util::Event.3 \ - Bric::Util::EventType.3 Bric::Util::FTP::DirHandle.3 \ - Bric::Util::FTP::FileHandle.3 Bric::Util::FTP::Server.3 \ - Bric::Util::Fault.3 Bric::Util::Fault::Exception.3 \ - Bric::Util::Fault::Exception::AP.3 Bric::Util::Fault::Exception::DA.3 \ - Bric::Util::Fault::Exception::DP.3 Bric::Util::Fault::Exception::GEN.3 \ - Bric::Util::Fault::Exception::MNI.3 Bric::Util::Grp.3 \ - Bric::Util::Grp::AlertType.3 Bric::Util::Grp::Asset.3 \ - Bric::Util::Grp::AssetLanguage.3 Bric::Util::Grp::AssetVersion.3 \ - Bric::Util::Grp::ATType.3 Bric::Util::Grp::CategorySet.3 \ - Bric::Util::Grp::ContribType.3 Bric::Util::Grp::Desk.3 \ - Bric::Util::Grp::Dest.3 \ - Bric::Util::Grp::ElementType.3 Bric::Util::Grp::Event.3 \ - Bric::Util::Grp::Grp.3 \ - Bric::Util::Grp::Job.3 Bric::Util::Grp::Keyword.3 \ - Bric::Util::Grp::Media.3 Bric::Util::Grp::MediaType.3 \ - Bric::Util::Grp::Org.3 Bric::Util::Grp::OutputChannel.3 \ - Bric::Util::Grp::SubelementType.3 Bric::Util::Grp::Template.3 \ - Bric::Util::Grp::Parts::Member.3 \ - Bric::Util::Grp::Parts::Member::Contrib.3 Bric::Util::Grp::Person.3 \ - Bric::Util::Grp::Pref.3 Bric::Util::Grp::Site.3 Bric::Util::Grp::Source.3 \ - Bric::Util::Grp::Story.3 Bric::Util::Grp::User.3 \ - Bric::Util::Grp::Workflow.3 Bric::Util::Job.3 Bric::Util::Job::Dist.3 \ - Bric::Util::Job::Pub.3 Bric::Util::Language.3 Bric::Util::Language::bo.3 \ - Bric::Util::Language::de_de.3 Bric::Util::Language::en_us.3 \ - Bric::Util::Language::it_it.3 Bric::Util::Language::km.3 \ - Bric::Util::Language::ko_ko.3 Bric::Util::Language::lo.3 \ - Bric::Util::Language::my.3 Bric::Util::Language::pt_pt.3 \ - Bric::Util::Language::ru_ru.3 \ - Bric::Util::Language::ug.3 Bric::Util::Language::vi_vn.3 \ - Bric::Util::Language::zh_cn.3 Bric::Util::Language::zh_hk.3 \ - Bric::Util::Language::zh_tw.3 Bric::Util::MediaType.3 \ - Bric::Util::Pref.3 Bric::Util::Priv.3 Bric::Util::Priv::Parts::Const.3 \ - Bric::Util::Time.3 Bric::Util::Trans::FS.3 Bric::Util::Trans::FTP.3 \ - Bric::Util::Trans::Jabber.3 Bric::Util::Trans::Mail.3 \ - Bric::Util::Trans::SFTP.3 Bric::Util::Trans::WebDAV.3 \ - Bric::Util::UserPref.3 - -SQLDIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} -UPGRADEDIR= ${PREFIX}/bricolage/upgrade - -# Setup for $PREFIX and $SQLDIR -post-patch: - @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${SED} -e "s,%%PREFIX%%,${PREFIX},g" \ - -e "s,%%PORTVERSION%%,${PORTVERSION},g" \ - ${FILESDIR}/bric_upgrade.sh > ${WRKSRC}/bric_upgrade - @${REINPLACE_CMD} -e "s,%%SQLDIR%%,${SQLDIR},g" ${WRKSRC}/bin/bric_pgimport - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" \ - -e "s,%%SITE_PERL_REL%%,${SITE_PERL_REL},g" \ - -e "s,%%MAN3PREFIX%%,${MAN3PREFIX},g" \ - -e "s,%%MAN1PREFIX%%,${MAN1PREFIX},g" ${WRKSRC}/inst/config.pl - -post-configure: - @cd ${WRKSRC}/ && \ - ${PERL5} -pi -e 's/ install$$/ all pure_install/' Makefile - -# Install SQL file, upgrade files, and display pkg-message -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bric_upgrade ${PREFIX}/bin - @${MKDIR} ${SQLDIR} - ${INSTALL_DATA} ${WRKSRC}/inst/Pg.sql ${SQLDIR} - @${MKDIR} ${UPGRADEDIR} - ${INSTALL_DATA} ${WRKSRC}/inst/versions.txt ${UPGRADEDIR} - @${MKDIR} ${UPGRADEDIR}/lib - ${INSTALL_DATA} ${WRKSRC}/inst/upgrade/lib/bric_upgrade.pm ${UPGRADEDIR}/lib - @for ver in ${PREVIOUS_VERSIONS} ; do \ - ${MKDIR} ${UPGRADEDIR}/$${ver} ; \ - done - for ver in ${PREVIOUS_VERSIONS} ; do \ - ${INSTALL_SCRIPT} ${WRKSRC}/inst/upgrade/$${ver}/*.pl ${UPGRADEDIR}/$${ver} ; \ - done - @${CAT} ${PKGMESSAGE} - -.include diff -urN bricolage.orig/bricolage/distinfo bricolage/bricolage/distinfo --- bricolage.orig/bricolage/distinfo Fri Mar 31 18:30:36 2006 +++ bricolage/bricolage/distinfo Wed Dec 31 19:00:00 1969 @@ -1,3 +0,0 @@ -MD5 (bricolage-1.10.1.tar.gz) = 530150a73a2b42f4e635400099d97913 -SHA256 (bricolage-1.10.1.tar.gz) = c9947a8b033b217b7ff181471cc0345d035543e1b8c1ddfc8572ba95ded3ba0b -SIZE (bricolage-1.10.1.tar.gz) = 2697406 diff -urN bricolage.orig/bricolage/files/bric_upgrade.sh bricolage/bricolage/files/bric_upgrade.sh --- bricolage.orig/bricolage/files/bric_upgrade.sh Fri Mar 31 19:48:06 2006 +++ bricolage/bricolage/files/bric_upgrade.sh Wed Dec 31 19:00:00 1969 @@ -1,46 +0,0 @@ -#!/bin/sh - -BRICUPGRADE=%%PREFIX%%/bricolage/upgrade -NEWVERSION=%%PORTVERSION%% - -# Ensure the version exists -if [ "X" = "X${NEWVERSION}" ] -then - echo "New version not supplied (port bug)" - exit 1 -fi - -# Ensure the old version exists at the end of the argument list -OLDVERSION=`echo "$*" | sed -e "s/^.* \([^ ]*\)/\1/"` -VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[0]$/OKAY/'` -if [ "${VTEST}" != "OKAY" ] -then - echo "Version $OLDVERSION unknown." - echo "The final argument should be the old version of the port." - echo "" - echo " $0 [options] " - exit 1 -fi - -HAS_VERSION=`grep ${OLDVERSION} ${BRICUPGRADE}/versions.txt` -if [ "${HAS_VERSION}" = "" ] -then - echo "Version ${OLDVERSION} could not be found in the ${BRICUPGRADE}/versions.txt file" - echo "There are no components to upgrade" - exit 0 -fi - -# Now try to upgrade it -for ver in `grep -A 1000 ${OLDVERSION} ${BRICUPGRADE}/versions.txt | tail -n +2` -do - if [ -d ${BRICUPGRADE}/${ver} ] - then - for file in `ls ${BRICUPGRADE}/${ver}` - do - ${BRICUPGRADE}/${ver}/${file} $@ # Run with our args - done - fi -done - -echo "Upgrade complete" -exit 0 diff -urN bricolage.orig/bricolage/files/patch-Makefile bricolage/bricolage/files/patch-Makefile --- bricolage.orig/bricolage/files/patch-Makefile Fri Mar 31 18:35:55 2006 +++ bricolage/bricolage/files/patch-Makefile Wed Dec 31 19:00:00 1969 @@ -1,62 +0,0 @@ -*** Makefile.orig Fri Mar 17 19:26:34 2006 ---- Makefile Fri Mar 31 18:35:33 2006 -*************** -*** 19,25 **** - # - - # Set the location of Perl. -! PERL = /usr/bin/perl - - # Blank by default, but set to QUIET to ask essential questions only - INSTALL_VERBOSITY?= STANDARD ---- 19,25 ---- - # - - # Set the location of Perl. -! PERL = /usr/local/bin/perl - - # Blank by default, but set to QUIET to ask essential questions only - INSTALL_VERBOSITY?= STANDARD -*************** -*** 184,203 **** - - lib : - -rm -f lib/Makefile -! cd lib; $(PERL) Makefile.PL; $(MAKE) install - - bin : - -rm -f bin/Makefile -! cd bin; $(PERL) Makefile.PL; $(MAKE) install - - files : config.db bconf/bricolage.conf - $(PERL) inst/files.pl - - db : inst/db.pl postgres.db -! $(PERL) inst/db.pl - - db_grant : inst/db.pl postgres.db -! $(PERL) inst/db_grant.pl - - done : bconf/bricolage.conf db files bin lib cpan - $(PERL) inst/done.pl ---- 184,203 ---- - - lib : - -rm -f lib/Makefile -! cd lib; $(PERL) Makefile.PL; $(MAKE) all pure_install - - bin : - -rm -f bin/Makefile -! cd bin; $(PERL) Makefile.PL; $(MAKE) all pure_install - - files : config.db bconf/bricolage.conf - $(PERL) inst/files.pl - - db : inst/db.pl postgres.db -! # $(PERL) inst/db.pl - - db_grant : inst/db.pl postgres.db -! # $(PERL) inst/db_grant.pl - - done : bconf/bricolage.conf db files bin lib cpan - $(PERL) inst/done.pl diff -urN bricolage.orig/bricolage/files/patch-bin::Makefile.PL bricolage/bricolage/files/patch-bin::Makefile.PL --- bricolage.orig/bricolage/files/patch-bin::Makefile.PL Wed Jun 16 09:34:30 2004 +++ bricolage/bricolage/files/patch-bin::Makefile.PL Wed Dec 31 19:00:00 1969 @@ -1,21 +0,0 @@ ---- bin/Makefile.PL.orig Mon May 24 00:10:06 2004 -+++ bin/Makefile.PL Mon May 24 00:10:24 2004 -@@ -32,16 +32,6 @@ - - # Write out the Makefile - WriteMakefile(NAME => 'bric_bin', -- EXE_FILES => \@EXE, -- ( exists $CONFIG->{MODULE_DIR} ? -- ( INSTALLSITELIB => $CONFIG->{MODULE_DIR} ) : -- ()), -- ( exists $CONFIG->{BIN_DIR} ? -- ( INSTALLSCRIPT => $CONFIG->{BIN_DIR}, -- INSTALLSITEBIN => $CONFIG->{BIN_DIR} ) : -- ()), -- ( exists $CONFIG->{MAN_DIR} ? -- ( INSTALLMAN1DIR => "$CONFIG->{MAN_DIR}/man1", -- INSTALLSITEMAN1DIR => "$CONFIG->{MAN_DIR}/man1") : -- ())); -+ EXE_FILES => \@EXE -+ ); - diff -urN bricolage.orig/bricolage/files/patch-bin::bric_pgimport bricolage/bricolage/files/patch-bin::bric_pgimport --- bricolage.orig/bricolage/files/patch-bin::bric_pgimport Fri Aug 20 19:33:39 2004 +++ bricolage/bricolage/files/patch-bin::bric_pgimport Wed Dec 31 19:00:00 1969 @@ -1,59 +0,0 @@ -*** bin/bric_pgimport.orig Tue Jun 8 22:22:34 2004 ---- bin/bric_pgimport Wed Aug 18 18:00:40 2004 -*************** -*** 35,41 **** - - The directory with the Subversion SQL files. Defaults to lib subdirectory of - BRICOLAGE_ROOT environment variable, which itself defaults to -! F. - - =item -u - ---- 35,41 ---- - - The directory with the Subversion SQL files. Defaults to lib subdirectory of - BRICOLAGE_ROOT environment variable, which itself defaults to -! F<%%SQLDIR%%>. - - =item -u - -*************** -*** 189,198 **** - - if ($opt_w) { - # Add on the location of the SQL. -! $opt_w = catdir($opt_w, 'sql', DBD); - } else { -! $ENV{BRICOLAGE_ROOT} ||= '/usr/local/bricolage'; -! $opt_w = catdir($ENV{BRICOLAGE_ROOT}, 'sql', DBD); - } - - # Print a usage message unless all required args are included or if -h has ---- 189,198 ---- - - if ($opt_w) { - # Add on the location of the SQL. -! $opt_w = catdir($opt_w); - } else { -! $ENV{BRICOLAGE_ROOT} ||= '%%SQLDIR%%'; -! $opt_w = catdir($ENV{BRICOLAGE_ROOT}); - } - - # Print a usage message unless all required args are included or if -h has -*************** -*** 252,258 **** - This should work if psql is in your path. - -w The directory with the Subversion SQL files. Defaults to lib subdirectory - of BRICOLAGE_ROOT environment variable, which itself defaults to -! /usr/local/bricolage. - -u Database user login. Defaults to PGUSER environment variable. - -p Database user password. Defaults to PGPASSWORD environment variable. - -d Database name. Defaults to PGDATABASE environment variable. ---- 252,258 ---- - This should work if psql is in your path. - -w The directory with the Subversion SQL files. Defaults to lib subdirectory - of BRICOLAGE_ROOT environment variable, which itself defaults to -! %%SQLDIR%%. - -u Database user login. Defaults to PGUSER environment variable. - -p Database user password. Defaults to PGPASSWORD environment variable. - -d Database name. Defaults to PGDATABASE environment variable. diff -urN bricolage.orig/bricolage/files/patch-inst::config.pl bricolage/bricolage/files/patch-inst::config.pl --- bricolage.orig/bricolage/files/patch-inst::config.pl Sat Feb 11 16:50:01 2006 +++ bricolage/bricolage/files/patch-inst::config.pl Wed Dec 31 19:00:00 1969 @@ -1,29 +0,0 @@ -*** inst/config.pl.bak Sun Jul 24 16:44:16 2005 ---- inst/config.pl Tue Jan 31 23:06:03 2006 -*************** -*** 156,167 **** - - - # make sure this directory doesn't already house a Bricolage install -! if (-e $CONFIG{BRICOLAGE_ROOT} and -! -e catfile($CONFIG{BRICOLAGE_ROOT}, "conf", "bricolage.conf")) { -! print "That directory already contains a Bricolage installation.\n"; -! print "Consider running `make upgrade`, instead.\n"; -! exit 1 unless ask_yesno("Continue and overwrite existing installation?", 0); -! } - - # some prefs are based on BRICOLAGE_ROOT, need to eval them now - foreach (qw(TEMP_DIR MODULE_DIR BIN_DIR MAN_DIR LOG_DIR PID_FILE ---- 156,167 ---- - - - # make sure this directory doesn't already house a Bricolage install -! # if (-e $CONFIG{BRICOLAGE_ROOT} and -! # -e catfile($CONFIG{BRICOLAGE_ROOT}, "conf", "bricolage.conf")) { -! # print "That directory already contains a Bricolage installation.\n"; -! # print "Consider running `make upgrade`, instead.\n"; -! # exit 1 unless ask_yesno("Continue and overwrite existing installation?", 0); -! # } - - # some prefs are based on BRICOLAGE_ROOT, need to eval them now - foreach (qw(TEMP_DIR MODULE_DIR BIN_DIR MAN_DIR LOG_DIR PID_FILE diff -urN bricolage.orig/bricolage/files/patch-inst_postgres.pl bricolage/bricolage/files/patch-inst_postgres.pl --- bricolage.orig/bricolage/files/patch-inst_postgres.pl Sun Apr 2 10:29:20 2006 +++ bricolage/bricolage/files/patch-inst_postgres.pl Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** inst/postgres.pl.orig Sun Apr 2 10:26:59 2006 ---- inst/postgres.pl Sun Apr 2 10:27:55 2006 -*************** -*** 135,141 **** - - unless ($PG{host_name}) { - $PG{system_user} = $PG{root_user}; -! while(1) { - ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET); - $PG{system_user_uid} = (getpwnam($PG{system_user}))[2]; - last if defined $PG{system_user_uid}; ---- 135,141 ---- - - unless ($PG{host_name}) { - $PG{system_user} = $PG{root_user}; -! while(!$QUIET) { - ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET); - $PG{system_user_uid} = (getpwnam($PG{system_user}))[2]; - last if defined $PG{system_user_uid}; diff -urN bricolage.orig/bricolage/files/patch-lib::Makefile.PL bricolage/bricolage/files/patch-lib::Makefile.PL --- bricolage.orig/bricolage/files/patch-lib::Makefile.PL Wed Jun 16 09:34:30 2004 +++ bricolage/bricolage/files/patch-lib::Makefile.PL Wed Dec 31 19:00:00 1969 @@ -1,16 +0,0 @@ ---- lib/Makefile.PL.orig Mon May 24 00:10:13 2004 -+++ lib/Makefile.PL Mon May 24 00:11:37 2004 -@@ -36,11 +36,5 @@ - - # Write out the Makefile - WriteMakefile(NAME => 'Bric', -- PM => \%PM, -- ( exists $CONFIG->{MODULE_DIR} ? -- ( INSTALLSITELIB => $CONFIG->{MODULE_DIR} ) : -- ()), -- ( exists $CONFIG->{MAN_DIR} ? -- ( INSTALLMAN3DIR => "$CONFIG->{MAN_DIR}/man3", -- INSTALLSITEMAN3DIR => "$CONFIG->{MAN_DIR}/man3") : -- ())); -+ PM => \%PM -+ ); diff -urN bricolage.orig/bricolage/pkg-descr bricolage/bricolage/pkg-descr --- bricolage.orig/bricolage/pkg-descr Wed Jun 16 09:34:30 2004 +++ bricolage/bricolage/pkg-descr Wed Dec 31 19:00:00 1969 @@ -1,6 +0,0 @@ -Bricolage is a full-featured, open-source content-management and publishing -system. Features include intuitive and highly configurable administration, -workflow, permissions, templating, server-neutral output, distribution, and -document management. - -WWW: http://www.bricolage.cc/ diff -urN bricolage.orig/bricolage/pkg-message bricolage/bricolage/pkg-message --- bricolage.orig/bricolage/pkg-message Fri Aug 27 06:48:17 2004 +++ bricolage/bricolage/pkg-message Wed Dec 31 19:00:00 1969 @@ -1,70 +0,0 @@ -************************************************************ -NEW INSTALL: - -The Bricolage software has now been installed, but there are -number of steps remaining to make it usable. - -You must: 1) Import the database - 2) Edit your apache.conf file - 3) Change the Bricolage admin user password - -1) If the database for Bricolage does not already exist, you - must create it now using %%PREFIX%%/bin/bric_pgimport. - -Common Supported Options: - -u Database user login. - -p Database user password. - -d Database name. - -c Create the database first. - -m Make a new user. Pass in the user name - and password separated by a colon. - -Example: - - %%PREFIX%%/bin/bric_pgimport -u pgsql -d bric -c -m bric:password - -For additional options, see: - - %%PREFIX%%/bin/bric_pgimport --help - -Edit %%PREFIX%%/bricolage/conf/bricolage.conf -to reflect the database, username and password chosen -for the bricolage database. - - -2) Add the below lines to %%PREFIX%%/etc/apache/httpd.conf. - - PerlPassEnv BRICOLAGE_ROOT - PerlModule Bric::App::ApacheConfig - -NOTE: Bricolage will take over the entire namespace of the - host it is associated to within Apache. If you are - serving content other than Bricolage from this - webserver, add those lines to a Bricolage specific - Virtual Host. - -3) The default login and password for the Bricolage web - interface is (without quotes): - - Login: "admin" - Password: "change me now!" - -************************************************************ -UPGRADE: - -If you are upgrading from one version of the www/bricolage port to -another, skip the above installation related items and instead -run the following upgrade command after making backups of -the %%PREFIX%%/bricolage path and the bric database: - - bric_upgrade [options] - -Common Supported Options: - -u Database user login. - -p Database user password. - -Example: - - %%PREFIX%%/bin/bric_upgrade -u pgsql 1.8.0 - -************************************************************ diff -urN bricolage.orig/bricolage/pkg-plist bricolage/bricolage/pkg-plist --- bricolage.orig/bricolage/pkg-plist Sun Apr 2 11:03:25 2006 +++ bricolage/bricolage/pkg-plist Wed Dec 31 19:00:00 1969 @@ -1,3232 +0,0 @@ -bin/bric_queued -bin/bric_dbprof -bin/bric_republish -bin/bric_dev_sync -bin/bric_pgimport -bin/bric_ftpd -bin/bric_clean_tmp -bin/bric_dist_mon -bin/bric_apachectl -bin/bric_soap -bin/bric_upgrade -bricolage/upgrade/versions.txt -bricolage/upgrade/lib/bric_upgrade.pm -bricolage/upgrade/1.8.0/new_lang_pref_options.pl -bricolage/upgrade/1.8.1/contrib_type_secret.pl -bricolage/upgrade/1.8.1/fix_orphan_assets.pl -bricolage/upgrade/1.8.1/grp_grp_name.pl -bricolage/upgrade/1.8.2/add_missing_job_constraints.pl -bricolage/upgrade/1.8.2/add_missing_job_fks.pl -bricolage/upgrade/1.8.2/default_media_type.pl -bricolage/upgrade/1.8.2/delete_old_jobs.pl -bricolage/upgrade/1.8.2/delete_template_obj_files.pl -bricolage/upgrade/1.8.2/job_text_columns.pl -bricolage/upgrade/1.8.2/media_type_not_null.pl -bricolage/upgrade/1.8.3/add_ru_ru.pl -bricolage/upgrade/1.8.3/asset_fks_restrict.pl -bricolage/upgrade/1.8.3/cleanup_job_members.pl -bricolage/upgrade/1.8.3/element__site_pk.pl -bricolage/upgrade/1.8.3/event_attr_pk.pl -bricolage/upgrade/1.8.3/fix_all_preferences_group_spelling.pl -bricolage/upgrade/1.8.3/fix_event_sequence.pl -bricolage/upgrade/1.8.3/media_uri_pk.pl -bricolage/upgrade/1.8.3/story_uri_pk.pl -bricolage/upgrade/1.8.3/worfkow_type_ck.pl -bricolage/upgrade/1.8.4/replace_action_media_types.pl -bricolage/upgrade/1.8.6/fix_autopopulateds.pl -bricolage/upgrade/1.8.6/fix_published_version.pl -bricolage/upgrade/1.8.6/fix_resource_idx.pl -bricolage/upgrade/1.8.6/fix_story_category_seq.pl -bricolage/upgrade/1.8.7/add_expire_event_types.pl -bricolage/upgrade/1.8.7/fix_media.pl -bricolage/upgrade/1.8.7/fix_media2.pl -bricolage/upgrade/1.8.7/job_partial_index.pl -bricolage/upgrade/1.8.7/move_media.pl -bricolage/upgrade/1.8.7/move_media2.pl -bricolage/upgrade/1.8.7/postgresql_8.1_fixes.pl -bricolage/upgrade/1.8.8/fix_media_expire.pl -bricolage/upgrade/1.8.8/fix_media_resources.pl -bricolage/upgrade/1.8.9/add_element_member_fks.pl -bricolage/upgrade/1.8.9/add_keyword_fks.pl -bricolage/upgrade/1.8.9/add_media_contributor_fks.pl -bricolage/upgrade/1.8.9/fix_publish_status.pl -bricolage/upgrade/1.8.9/rename_keyword_pks.pl -bricolage/upgrade/1.8.9/update_publish_status_check.pl -bricolage/upgrade/1.9.0/add_alpha_search_pref.pl -bricolage/upgrade/1.9.0/add_media_del_file.pl -bricolage/upgrade/1.9.0/add_uuid1.pl -bricolage/upgrade/1.9.0/add_uuid2.pl -bricolage/upgrade/1.9.0/delete_old_desk_component.pl -bricolage/upgrade/1.9.0/flexible_uri_formats.pl -bricolage/upgrade/1.9.0/log_user_override.pl -bricolage/upgrade/1.9.0/new_strftime_prefs.pl -bricolage/upgrade/1.9.0/no_more_numeric.pl -bricolage/upgrade/1.9.0/source_privs.pl -bricolage/upgrade/1.9.1/add_job_reset_event.pl -bricolage/upgrade/1.9.1/add_subelement_type_events.pl -bricolage/upgrade/1.9.1/add_uri_slash.pl -bricolage/upgrade/1.9.1/add_windows_encodings.pl -bricolage/upgrade/1.9.1/delete_old_stuff.pl -bricolage/upgrade/1.9.1/delete_super_bulk_edit.pl -bricolage/upgrade/1.9.1/move_notes.pl -bricolage/upgrade/1.9.1/normalize_elements.pl -bricolage/upgrade/1.9.1/normalize_et_data.pl -bricolage/upgrade/1.9.1/rename_element_grps.pl -bricolage/upgrade/1.9.1/rename_element_table.pl -bricolage/upgrade/1.9.1/rename_element_type.pl -bricolage/upgrade/1.9.1/rename_field_table.pl -bricolage/upgrade/1.9.1/rename_field_type.pl -bricolage/upgrade/1.9.1/rename_indexes.pl -bricolage/upgrade/1.9.1/rename_instance_column.pl -bricolage/upgrade/1.9.1/rename_tile_tables.pl -bricolage/upgrade/1.9.1/update_element_classes.pl -bricolage/upgrade/1.9.1/xtract_attype.pl -bricolage/upgrade/1.9.1/xtract_attype2.pl -bricolage/upgrade/1.9.1/xtricate_map_type_id.pl -bricolage/upgrade/1.9.1/zap_doc_dates.pl -bricolage/upgrade/1.9.1/zap_et_burner.pl -bricolage/upgrade/1.9.1/zap_formatting.pl -bricolage/upgrade/1.9.1/zap_oc_prefix_suffix.pl -bricolage/upgrade/1.9.1/ze_job_iz_versioned.pl -bricolage/upgrade/1.10.0/delete_old_stuff.pl -bricolage/upgrade/1.10.0/rm_old_sort_prefs.pl -bricolage/upgrade/1.10.0/update_publish_status_check.pl -bricolage/upgrade/1.10.1/fix_media_related_story_fk.pl -bricolage/upgrade/1.10.1/fix_reverted_docs.pl -bricolage/upgrade/1.10.1/textify_field_type.pl -bricolage/comp/admin/alerts/dhandler -bricolage/comp/admin/alerts/recip -bricolage/comp/admin/control/publish/category.html -bricolage/comp/admin/control/publish/dhandler -bricolage/comp/admin/events/dhandler -bricolage/comp/admin/manager/dhandler -bricolage/comp/admin/manager/element_type/dhandler -bricolage/comp/admin/profile/action/dhandler -bricolage/comp/admin/profile/alert_type/dhandler -bricolage/comp/admin/profile/alert_type/recip -bricolage/comp/admin/profile/autohandler -bricolage/comp/admin/profile/category/dhandler -bricolage/comp/admin/profile/category/edit.html -bricolage/comp/admin/profile/category/new.html -bricolage/comp/admin/profile/contrib/dhandler -bricolage/comp/admin/profile/contrib_type/dhandler -bricolage/comp/admin/profile/desk/dhandler -bricolage/comp/admin/profile/dest/dhandler -bricolage/comp/admin/profile/dest/edit.html -bricolage/comp/admin/profile/dest/new.html -bricolage/comp/admin/profile/element_type/dhandler -bricolage/comp/admin/profile/field_type/dhandler -bricolage/comp/admin/profile/grp/dhandler -bricolage/comp/admin/profile/grp/perm -bricolage/comp/admin/profile/job/dhandler -bricolage/comp/admin/profile/keyword/dhandler -bricolage/comp/admin/profile/media_type/dhandler -bricolage/comp/admin/profile/org/dhandler -bricolage/comp/admin/profile/output_channel/dhandler -bricolage/comp/admin/profile/pref/dhandler -bricolage/comp/admin/profile/server/dhandler -bricolage/comp/admin/profile/site/dhandler -bricolage/comp/admin/profile/source/dhandler -bricolage/comp/admin/profile/user/dhandler -bricolage/comp/admin/profile/user_pref/dhandler -bricolage/comp/admin/profile/workflow/dhandler -bricolage/comp/autohandler -bricolage/comp/dhandler -bricolage/comp/errors/403.mc -bricolage/comp/errors/404.mc -bricolage/comp/errors/500.mc -bricolage/comp/help/autohandler -bricolage/comp/help/bo/about.html -bricolage/comp/help/bo/admin/control/change_user.html -bricolage/comp/help/bo/admin/events/dhandler -bricolage/comp/help/bo/admin/manager/alert_type.html -bricolage/comp/help/bo/admin/manager/category.html -bricolage/comp/help/bo/admin/manager/contrib.html -bricolage/comp/help/bo/admin/manager/contrib_type.html -bricolage/comp/help/bo/admin/manager/dest.html -bricolage/comp/help/bo/admin/manager/element.html -bricolage/comp/help/bo/admin/manager/element_type.html -bricolage/comp/help/bo/admin/manager/grp.html -bricolage/comp/help/bo/admin/manager/job.html -bricolage/comp/help/bo/admin/manager/keyword.html -bricolage/comp/help/bo/admin/manager/media_type.html -bricolage/comp/help/bo/admin/manager/output_channel.html -bricolage/comp/help/bo/admin/manager/pref.html -bricolage/comp/help/bo/admin/manager/site.html -bricolage/comp/help/bo/admin/manager/source.html -bricolage/comp/help/bo/admin/manager/user.html -bricolage/comp/help/bo/admin/manager/workflow.html -bricolage/comp/help/bo/admin/profile/action.html -bricolage/comp/help/bo/admin/profile/alert_type.html -bricolage/comp/help/bo/admin/profile/alert_type/recip.html -bricolage/comp/help/bo/admin/profile/category.html -bricolage/comp/help/bo/admin/profile/contrib.html -bricolage/comp/help/bo/admin/profile/contrib/edit.html -bricolage/comp/help/bo/admin/profile/contrib/extend.html -bricolage/comp/help/bo/admin/profile/desk.html -bricolage/comp/help/bo/admin/profile/dest.html -bricolage/comp/help/bo/admin/profile/element_type.html -bricolage/comp/help/bo/admin/profile/grp.html -bricolage/comp/help/bo/admin/profile/grp/perm.html -bricolage/comp/help/bo/admin/profile/keyword.html -bricolage/comp/help/bo/admin/profile/media_type.html -bricolage/comp/help/bo/admin/profile/output_channel.html -bricolage/comp/help/bo/admin/profile/server.html -bricolage/comp/help/bo/admin/profile/site.html -bricolage/comp/help/bo/admin/profile/source.html -bricolage/comp/help/bo/admin/profile/user.html -bricolage/comp/help/bo/admin/profile/workflow.html -bricolage/comp/help/bo/admin/profile/field_type.html -bricolage/comp/help/bo/admin/profile/pref.html -bricolage/comp/help/bo/workflow/active/media.html -bricolage/comp/help/bo/workflow/active/story.html -bricolage/comp/help/bo/workflow/events/dhandler -bricolage/comp/help/bo/workflow/manager/media.html -bricolage/comp/help/bo/workflow/manager/story.html -bricolage/comp/help/bo/workflow/profile/alerts.html -bricolage/comp/help/bo/workflow/profile/alias/media.html -bricolage/comp/help/bo/workflow/profile/alias/story.html -bricolage/comp/help/bo/workflow/profile/desk.html -bricolage/comp/help/bo/workflow/profile/media.html -bricolage/comp/help/bo/workflow/profile/media/category.html -bricolage/comp/help/bo/workflow/profile/media/contributor_role.html -bricolage/comp/help/bo/workflow/profile/media/contributors.html -bricolage/comp/help/bo/workflow/profile/media/keywords.html -bricolage/comp/help/bo/workflow/profile/media/new.html -bricolage/comp/help/bo/workflow/profile/story.html -bricolage/comp/help/bo/workflow/profile/story/actions.html -bricolage/comp/help/bo/workflow/profile/story/category.html -bricolage/comp/help/bo/workflow/profile/story/contributor_role.html -bricolage/comp/help/bo/workflow/profile/story/contributors.html -bricolage/comp/help/bo/workflow/profile/story/desks.html -bricolage/comp/help/bo/workflow/profile/story/keywords.html -bricolage/comp/help/bo/workflow/profile/template.html -bricolage/comp/help/bo/workflow/profile/story/new.html -bricolage/comp/help/bo/workflow/profile/workspace.html -bricolage/comp/help/bo/workflow/trail/dhandler -bricolage/comp/help/de_de/about.html -bricolage/comp/help/de_de/admin/control/change_user.html -bricolage/comp/help/de_de/admin/events/dhandler -bricolage/comp/help/de_de/admin/manager/alert_type.html -bricolage/comp/help/de_de/admin/manager/category.html -bricolage/comp/help/de_de/admin/manager/contrib.html -bricolage/comp/help/de_de/admin/manager/contrib_type.html -bricolage/comp/help/de_de/admin/manager/dest.html -bricolage/comp/help/de_de/admin/manager/element.html -bricolage/comp/help/de_de/admin/manager/element_type.html -bricolage/comp/help/de_de/admin/manager/grp.html -bricolage/comp/help/de_de/admin/manager/job.html -bricolage/comp/help/de_de/admin/manager/keyword.html -bricolage/comp/help/de_de/admin/manager/media_type.html -bricolage/comp/help/de_de/admin/manager/output_channel.html -bricolage/comp/help/de_de/admin/manager/pref.html -bricolage/comp/help/de_de/admin/manager/site.html -bricolage/comp/help/de_de/admin/manager/source.html -bricolage/comp/help/de_de/admin/manager/user.html -bricolage/comp/help/de_de/admin/manager/workflow.html -bricolage/comp/help/de_de/admin/profile/action.html -bricolage/comp/help/de_de/admin/profile/alert_type.html -bricolage/comp/help/de_de/admin/profile/alert_type/recip.html -bricolage/comp/help/de_de/admin/profile/category.html -bricolage/comp/help/de_de/admin/profile/contrib.html -bricolage/comp/help/de_de/admin/profile/contrib/edit.html -bricolage/comp/help/de_de/admin/profile/contrib/extend.html -bricolage/comp/help/de_de/admin/profile/desk.html -bricolage/comp/help/de_de/admin/profile/dest.html -bricolage/comp/help/de_de/admin/profile/element_type.html -bricolage/comp/help/de_de/admin/profile/grp.html -bricolage/comp/help/de_de/admin/profile/grp/perm.html -bricolage/comp/help/de_de/admin/profile/keyword.html -bricolage/comp/help/de_de/admin/profile/media_type.html -bricolage/comp/help/de_de/admin/profile/output_channel.html -bricolage/comp/help/de_de/admin/profile/server.html -bricolage/comp/help/de_de/admin/profile/site.html -bricolage/comp/help/de_de/admin/profile/source.html -bricolage/comp/help/de_de/admin/profile/user.html -bricolage/comp/help/de_de/admin/profile/workflow.html -bricolage/comp/help/de_de/workflow/active/media.html -bricolage/comp/help/de_de/workflow/active/story.html -bricolage/comp/help/de_de/workflow/events/dhandler -bricolage/comp/help/de_de/workflow/manager/media.html -bricolage/comp/help/de_de/workflow/manager/story.html -bricolage/comp/help/de_de/workflow/profile/alerts.html -bricolage/comp/help/de_de/workflow/profile/alias/media.html -bricolage/comp/help/de_de/workflow/profile/alias/story.html -bricolage/comp/help/de_de/workflow/profile/desk.html -bricolage/comp/help/de_de/workflow/profile/media.html -bricolage/comp/help/de_de/workflow/profile/media/category.html -bricolage/comp/help/de_de/workflow/profile/media/contributor_role.html -bricolage/comp/help/de_de/workflow/profile/media/contributors.html -bricolage/comp/help/de_de/workflow/profile/media/keywords.html -bricolage/comp/help/de_de/workflow/profile/media/new.html -bricolage/comp/help/de_de/workflow/profile/publish.html -bricolage/comp/help/de_de/workflow/profile/story.html -bricolage/comp/help/de_de/workflow/profile/story/actions.html -bricolage/comp/help/de_de/workflow/profile/story/category.html -bricolage/comp/help/de_de/workflow/profile/story/contributor_role.html -bricolage/comp/help/de_de/workflow/profile/story/contributors.html -bricolage/comp/help/de_de/workflow/profile/story/desks.html -bricolage/comp/help/de_de/workflow/profile/story/keywords.html -bricolage/comp/help/de_de/workflow/profile/story/new.html -bricolage/comp/help/de_de/workflow/profile/template.html -bricolage/comp/help/de_de/workflow/profile/workspace.html -bricolage/comp/help/de_de/workflow/trail/dhandler -bricolage/comp/help/dhandler -bricolage/comp/help/en_us/about.html -bricolage/comp/help/en_us/admin/control/change_user.html -bricolage/comp/help/en_us/admin/control/publish.html -bricolage/comp/help/en_us/admin/events/dhandler -bricolage/comp/help/en_us/admin/manager/alert_type.html -bricolage/comp/help/en_us/admin/manager/category.html -bricolage/comp/help/en_us/admin/manager/contrib.html -bricolage/comp/help/en_us/admin/manager/contrib_type.html -bricolage/comp/help/en_us/admin/manager/dest.html -bricolage/comp/help/en_us/admin/manager/element_type.html -bricolage/comp/help/en_us/admin/manager/grp.html -bricolage/comp/help/en_us/admin/manager/job.html -bricolage/comp/help/en_us/admin/manager/keyword.html -bricolage/comp/help/en_us/admin/manager/media_type.html -bricolage/comp/help/en_us/admin/manager/output_channel.html -bricolage/comp/help/en_us/admin/manager/pref.html -bricolage/comp/help/en_us/admin/manager/site.html -bricolage/comp/help/en_us/admin/manager/source.html -bricolage/comp/help/en_us/admin/manager/user.html -bricolage/comp/help/en_us/admin/manager/workflow.html -bricolage/comp/help/en_us/admin/profile/action.html -bricolage/comp/help/en_us/admin/profile/alert_type.html -bricolage/comp/help/en_us/admin/profile/alert_type/recip.html -bricolage/comp/help/en_us/admin/profile/category.html -bricolage/comp/help/en_us/admin/profile/contrib.html -bricolage/comp/help/en_us/admin/profile/contrib/edit.html -bricolage/comp/help/en_us/admin/profile/contrib/extend.html -bricolage/comp/help/en_us/admin/profile/desk.html -bricolage/comp/help/en_us/admin/profile/dest.html -bricolage/comp/help/en_us/admin/profile/element_type.html -bricolage/comp/help/en_us/admin/profile/grp.html -bricolage/comp/help/en_us/admin/profile/grp/perm.html -bricolage/comp/help/en_us/admin/profile/keyword.html -bricolage/comp/help/en_us/admin/profile/media_type.html -bricolage/comp/help/en_us/admin/profile/output_channel.html -bricolage/comp/help/en_us/admin/profile/server.html -bricolage/comp/help/en_us/admin/profile/site.html -bricolage/comp/help/en_us/admin/profile/source.html -bricolage/comp/help/en_us/admin/profile/user.html -bricolage/comp/help/en_us/admin/profile/workflow.html -bricolage/comp/help/en_us/workflow/active/media.html -bricolage/comp/help/en_us/workflow/active/story.html -bricolage/comp/help/en_us/workflow/events/dhandler -bricolage/comp/help/en_us/workflow/manager/media.html -bricolage/comp/help/en_us/workflow/manager/story.html -bricolage/comp/help/en_us/workflow/profile/alerts.html -bricolage/comp/help/en_us/workflow/profile/alias/media.html -bricolage/comp/help/en_us/workflow/profile/alias/story.html -bricolage/comp/help/en_us/workflow/profile/desk.html -bricolage/comp/help/en_us/workflow/profile/media.html -bricolage/comp/help/en_us/workflow/profile/media/category.html -bricolage/comp/help/en_us/workflow/profile/media/contributor_role.html -bricolage/comp/help/en_us/workflow/profile/media/contributors.html -bricolage/comp/help/en_us/workflow/profile/media/keywords.html -bricolage/comp/help/en_us/workflow/profile/media/new.html -bricolage/comp/help/en_us/workflow/profile/publish.html -bricolage/comp/help/en_us/workflow/profile/story.html -bricolage/comp/help/en_us/workflow/profile/story/actions.html -bricolage/comp/help/en_us/workflow/profile/story/category.html -bricolage/comp/help/en_us/workflow/profile/story/contributor_role.html -bricolage/comp/help/en_us/workflow/profile/story/contributors.html -bricolage/comp/help/en_us/workflow/profile/story/desks.html -bricolage/comp/help/en_us/workflow/profile/story/keywords.html -bricolage/comp/help/en_us/workflow/profile/story/new.html -bricolage/comp/help/en_us/workflow/profile/template.html -bricolage/comp/help/en_us/workflow/profile/workspace.html -bricolage/comp/help/en_us/workflow/trail/dhandler -bricolage/comp/help/it_it/about.html -bricolage/comp/help/it_it/admin/control/change_user.html -bricolage/comp/help/it_it/admin/events/dhandler -bricolage/comp/help/it_it/admin/manager/alert_type.html -bricolage/comp/help/it_it/admin/manager/category.html -bricolage/comp/help/it_it/admin/manager/contrib.html -bricolage/comp/help/it_it/admin/manager/contrib_type.html -bricolage/comp/help/it_it/admin/manager/grp.html -bricolage/comp/help/it_it/admin/manager/output_channel.html -bricolage/comp/help/it_it/admin/manager/pref.html -bricolage/comp/help/it_it/admin/manager/source.html -bricolage/comp/help/it_it/admin/manager/user.html -bricolage/comp/help/it_it/admin/manager/workflow.html -bricolage/comp/help/it_it/admin/profile/action.html -bricolage/comp/help/it_it/admin/profile/category.html -bricolage/comp/help/it_it/admin/profile/contrib.html -bricolage/comp/help/it_it/admin/profile/desk.html -bricolage/comp/help/it_it/admin/profile/dest.html -bricolage/comp/help/it_it/admin/profile/grp.html -bricolage/comp/help/it_it/admin/profile/output_channel.html -bricolage/comp/help/it_it/admin/profile/server.html -bricolage/comp/help/it_it/admin/profile/source.html -bricolage/comp/help/it_it/admin/profile/user.html -bricolage/comp/help/it_it/admin/profile/workflow.html -bricolage/comp/help/it_it/workflow/active/media.html -bricolage/comp/help/it_it/workflow/active/story.html -bricolage/comp/help/it_it/workflow/events/dhandler -bricolage/comp/help/it_it/workflow/manager/media.html -bricolage/comp/help/it_it/workflow/manager/story.html -bricolage/comp/help/it_it/workflow/profile/desk.html -bricolage/comp/help/it_it/workflow/profile/media.html -bricolage/comp/help/it_it/workflow/profile/media/new.html -bricolage/comp/help/it_it/workflow/profile/story.html -bricolage/comp/help/it_it/workflow/profile/story/actions.html -bricolage/comp/help/it_it/workflow/profile/story/desks.html -bricolage/comp/help/it_it/workflow/profile/story/new.html -bricolage/comp/help/it_it/workflow/profile/workspace.html -bricolage/comp/help/it_it/workflow/trail/dhandler -bricolage/comp/help/km/about.html -bricolage/comp/help/km/admin/control/change_user.html -bricolage/comp/help/km/admin/events/dhandler -bricolage/comp/help/km/admin/manager/alert_type.html -bricolage/comp/help/km/admin/manager/category.html -bricolage/comp/help/km/admin/manager/contrib.html -bricolage/comp/help/km/admin/manager/contrib_type.html -bricolage/comp/help/km/admin/manager/dest.html -bricolage/comp/help/km/admin/manager/element.html -bricolage/comp/help/km/admin/manager/element_type.html -bricolage/comp/help/km/admin/manager/grp.html -bricolage/comp/help/km/admin/manager/job.html -bricolage/comp/help/km/admin/manager/keyword.html -bricolage/comp/help/km/admin/manager/media_type.html -bricolage/comp/help/km/admin/manager/output_channel.html -bricolage/comp/help/km/admin/manager/pref.html -bricolage/comp/help/km/admin/manager/site.html -bricolage/comp/help/km/admin/manager/source.html -bricolage/comp/help/km/admin/manager/user.html -bricolage/comp/help/km/admin/manager/workflow.html -bricolage/comp/help/km/admin/profile/action.html -bricolage/comp/help/km/admin/profile/alert_type.html -bricolage/comp/help/km/admin/profile/alert_type/recip.html -bricolage/comp/help/km/admin/profile/category.html -bricolage/comp/help/km/admin/profile/contrib.html -bricolage/comp/help/km/admin/profile/contrib/edit.html -bricolage/comp/help/km/admin/profile/contrib/extend.html -bricolage/comp/help/km/admin/profile/desk.html -bricolage/comp/help/km/admin/profile/dest.html -bricolage/comp/help/km/admin/profile/element_type.html -bricolage/comp/help/km/admin/profile/grp.html -bricolage/comp/help/km/admin/profile/grp/perm.html -bricolage/comp/help/km/admin/profile/keyword.html -bricolage/comp/help/km/admin/profile/media_type.html -bricolage/comp/help/km/admin/profile/output_channel.html -bricolage/comp/help/km/admin/profile/server.html -bricolage/comp/help/km/admin/profile/site.html -bricolage/comp/help/km/admin/profile/source.html -bricolage/comp/help/km/admin/profile/user.html -bricolage/comp/help/km/admin/profile/workflow.html -bricolage/comp/help/km/workflow/active/media.html -bricolage/comp/help/km/workflow/active/story.html -bricolage/comp/help/km/workflow/events/dhandler -bricolage/comp/help/km/workflow/manager/media.html -bricolage/comp/help/km/workflow/manager/story.html -bricolage/comp/help/km/workflow/profile/alerts.html -bricolage/comp/help/km/workflow/profile/alias/media.html -bricolage/comp/help/km/workflow/profile/alias/story.html -bricolage/comp/help/km/workflow/profile/desk.html -bricolage/comp/help/km/workflow/profile/media.html -bricolage/comp/help/km/workflow/profile/media/category.html -bricolage/comp/help/km/workflow/profile/media/contributor_role.html -bricolage/comp/help/km/workflow/profile/media/contributors.html -bricolage/comp/help/km/workflow/profile/media/keywords.html -bricolage/comp/help/km/workflow/profile/media/new.html -bricolage/comp/help/km/workflow/profile/story.html -bricolage/comp/help/km/workflow/profile/story/actions.html -bricolage/comp/help/km/workflow/profile/story/category.html -bricolage/comp/help/km/workflow/profile/story/contributor_role.html -bricolage/comp/help/km/workflow/profile/story/contributors.html -bricolage/comp/help/km/workflow/profile/story/desks.html -bricolage/comp/help/km/workflow/profile/story/keywords.html -bricolage/comp/help/km/workflow/profile/story/new.html -bricolage/comp/help/km/workflow/profile/template.html -bricolage/comp/help/km/workflow/profile/workspace.html -bricolage/comp/help/km/workflow/trail/dhandler -bricolage/comp/help/ko_ko/about.html -bricolage/comp/help/ko_ko/admin/control/change_user.html -bricolage/comp/help/ko_ko/admin/events/dhandler -bricolage/comp/help/ko_ko/admin/manager/alert_type.html -bricolage/comp/help/ko_ko/admin/manager/category.html -bricolage/comp/help/ko_ko/admin/manager/contrib.html -bricolage/comp/help/ko_ko/admin/manager/contrib_type.html -bricolage/comp/help/ko_ko/admin/manager/dest.html -bricolage/comp/help/ko_ko/admin/manager/element.html -bricolage/comp/help/ko_ko/admin/manager/element_type.html -bricolage/comp/help/ko_ko/admin/manager/grp.html -bricolage/comp/help/ko_ko/admin/manager/job.html -bricolage/comp/help/ko_ko/admin/manager/keyword.html -bricolage/comp/help/ko_ko/admin/manager/media_type.html -bricolage/comp/help/ko_ko/admin/manager/output_channel.html -bricolage/comp/help/ko_ko/admin/manager/pref.html -bricolage/comp/help/ko_ko/admin/manager/site.html -bricolage/comp/help/ko_ko/admin/manager/source.html -bricolage/comp/help/ko_ko/admin/manager/user.html -bricolage/comp/help/ko_ko/admin/manager/workflow.html -bricolage/comp/help/ko_ko/admin/profile/action.html -bricolage/comp/help/ko_ko/admin/profile/alert_type.html -bricolage/comp/help/ko_ko/admin/profile/alert_type/recip.html -bricolage/comp/help/ko_ko/admin/profile/category.html -bricolage/comp/help/ko_ko/admin/profile/contrib.html -bricolage/comp/help/ko_ko/admin/profile/contrib/edit.html -bricolage/comp/help/ko_ko/admin/profile/contrib/extend.html -bricolage/comp/help/ko_ko/admin/profile/desk.html -bricolage/comp/help/ko_ko/admin/profile/dest.html -bricolage/comp/help/ko_ko/admin/profile/element_type.html -bricolage/comp/help/ko_ko/admin/profile/grp.html -bricolage/comp/help/ko_ko/admin/profile/grp/perm.html -bricolage/comp/help/ko_ko/admin/profile/keyword.html -bricolage/comp/help/ko_ko/admin/profile/media_type.html -bricolage/comp/help/ko_ko/admin/profile/output_channel.html -bricolage/comp/help/ko_ko/admin/profile/server.html -bricolage/comp/help/ko_ko/admin/profile/site.html -bricolage/comp/help/ko_ko/admin/profile/source.html -bricolage/comp/help/ko_ko/admin/profile/user.html -bricolage/comp/help/ko_ko/admin/profile/workflow.html -bricolage/comp/help/ko_ko/workflow/active/media.html -bricolage/comp/help/ko_ko/workflow/active/story.html -bricolage/comp/help/ko_ko/workflow/events/dhandler -bricolage/comp/help/ko_ko/workflow/manager/media.html -bricolage/comp/help/ko_ko/workflow/manager/story.html -bricolage/comp/help/ko_ko/workflow/profile/alerts.html -bricolage/comp/help/ko_ko/workflow/profile/alias/media.html -bricolage/comp/help/ko_ko/workflow/profile/alias/story.html -bricolage/comp/help/ko_ko/workflow/profile/desk.html -bricolage/comp/help/ko_ko/workflow/profile/media.html -bricolage/comp/help/ko_ko/workflow/profile/media/category.html -bricolage/comp/help/ko_ko/workflow/profile/media/contributor_role.html -bricolage/comp/help/ko_ko/workflow/profile/media/contributors.html -bricolage/comp/help/ko_ko/workflow/profile/media/keywords.html -bricolage/comp/help/ko_ko/workflow/profile/media/new.html -bricolage/comp/help/ko_ko/workflow/profile/story.html -bricolage/comp/help/ko_ko/workflow/profile/story/actions.html -bricolage/comp/help/ko_ko/workflow/profile/story/category.html -bricolage/comp/help/ko_ko/workflow/profile/story/contributor_role.html -bricolage/comp/help/ko_ko/workflow/profile/story/contributors.html -bricolage/comp/help/ko_ko/workflow/profile/story/desks.html -bricolage/comp/help/ko_ko/workflow/profile/story/keywords.html -bricolage/comp/help/ko_ko/workflow/profile/story/new.html -bricolage/comp/help/ko_ko/workflow/profile/template.html -bricolage/comp/help/ko_ko/workflow/profile/workspace.html -bricolage/comp/help/ko_ko/workflow/trail/dhandler -bricolage/comp/help/lo/about.html -bricolage/comp/help/lo/admin/control/change_user.html -bricolage/comp/help/lo/admin/events/dhandler -bricolage/comp/help/lo/admin/manager/alert_type.html -bricolage/comp/help/lo/admin/manager/category.html -bricolage/comp/help/lo/admin/manager/contrib.html -bricolage/comp/help/lo/admin/manager/contrib_type.html -bricolage/comp/help/lo/admin/manager/dest.html -bricolage/comp/help/lo/admin/manager/element.html -bricolage/comp/help/lo/admin/manager/element_type.html -bricolage/comp/help/lo/admin/manager/grp.html -bricolage/comp/help/lo/admin/manager/job.html -bricolage/comp/help/lo/admin/manager/keyword.html -bricolage/comp/help/lo/admin/manager/media_type.html -bricolage/comp/help/lo/admin/manager/output_channel.html -bricolage/comp/help/lo/admin/manager/pref.html -bricolage/comp/help/lo/admin/manager/site.html -bricolage/comp/help/lo/admin/manager/source.html -bricolage/comp/help/lo/admin/manager/user.html -bricolage/comp/help/lo/admin/manager/workflow.html -bricolage/comp/help/lo/admin/profile/action.html -bricolage/comp/help/lo/admin/profile/alert_type.html -bricolage/comp/help/lo/admin/profile/alert_type/recip.html -bricolage/comp/help/lo/admin/profile/category.html -bricolage/comp/help/lo/admin/profile/contrib.html -bricolage/comp/help/lo/admin/profile/contrib/edit.html -bricolage/comp/help/lo/admin/profile/contrib/extend.html -bricolage/comp/help/lo/admin/profile/desk.html -bricolage/comp/help/lo/admin/profile/dest.html -bricolage/comp/help/lo/admin/profile/element_type.html -bricolage/comp/help/lo/admin/profile/grp.html -bricolage/comp/help/lo/admin/profile/grp/perm.html -bricolage/comp/help/lo/admin/profile/keyword.html -bricolage/comp/help/lo/admin/profile/media_type.html -bricolage/comp/help/lo/admin/profile/output_channel.html -bricolage/comp/help/lo/admin/profile/server.html -bricolage/comp/help/lo/admin/profile/site.html -bricolage/comp/help/lo/admin/profile/source.html -bricolage/comp/help/lo/admin/profile/user.html -bricolage/comp/help/lo/admin/profile/workflow.html -bricolage/comp/help/lo/workflow/active/media.html -bricolage/comp/help/lo/workflow/active/story.html -bricolage/comp/help/lo/workflow/events/dhandler -bricolage/comp/help/lo/workflow/manager/media.html -bricolage/comp/help/lo/workflow/manager/story.html -bricolage/comp/help/lo/workflow/profile/alerts.html -bricolage/comp/help/lo/workflow/profile/alias/media.html -bricolage/comp/help/lo/workflow/profile/alias/story.html -bricolage/comp/help/lo/workflow/profile/desk.html -bricolage/comp/help/lo/workflow/profile/media.html -bricolage/comp/help/lo/workflow/profile/media/category.html -bricolage/comp/help/lo/workflow/profile/media/contributor_role.html -bricolage/comp/help/lo/workflow/profile/media/contributors.html -bricolage/comp/help/lo/workflow/profile/media/keywords.html -bricolage/comp/help/lo/workflow/profile/media/new.html -bricolage/comp/help/lo/workflow/profile/story.html -bricolage/comp/help/lo/workflow/profile/story/actions.html -bricolage/comp/help/lo/workflow/profile/story/category.html -bricolage/comp/help/lo/workflow/profile/story/contributor_role.html -bricolage/comp/help/lo/workflow/profile/story/contributors.html -bricolage/comp/help/lo/workflow/profile/story/desks.html -bricolage/comp/help/lo/workflow/profile/story/keywords.html -bricolage/comp/help/lo/workflow/profile/story/new.html -bricolage/comp/help/lo/workflow/profile/template.html -bricolage/comp/help/lo/workflow/profile/workspace.html -bricolage/comp/help/lo/workflow/trail/dhandler -bricolage/comp/help/my/about.html -bricolage/comp/help/my/admin/control/change_user.html -bricolage/comp/help/my/admin/events/dhandler -bricolage/comp/help/my/admin/manager/alert_type.html -bricolage/comp/help/my/admin/manager/category.html -bricolage/comp/help/my/admin/manager/contrib.html -bricolage/comp/help/my/admin/manager/contrib_type.html -bricolage/comp/help/my/admin/manager/dest.html -bricolage/comp/help/my/admin/manager/element.html -bricolage/comp/help/my/admin/manager/element_type.html -bricolage/comp/help/my/admin/manager/grp.html -bricolage/comp/help/my/admin/manager/job.html -bricolage/comp/help/my/admin/manager/keyword.html -bricolage/comp/help/my/admin/manager/media_type.html -bricolage/comp/help/my/admin/manager/output_channel.html -bricolage/comp/help/my/admin/manager/pref.html -bricolage/comp/help/my/admin/manager/site.html -bricolage/comp/help/my/admin/manager/source.html -bricolage/comp/help/my/admin/manager/user.html -bricolage/comp/help/my/admin/manager/workflow.html -bricolage/comp/help/my/admin/profile/action.html -bricolage/comp/help/my/admin/profile/alert_type.html -bricolage/comp/help/my/admin/profile/alert_type/recip.html -bricolage/comp/help/my/admin/profile/category.html -bricolage/comp/help/my/admin/profile/contrib.html -bricolage/comp/help/my/admin/profile/contrib/edit.html -bricolage/comp/help/my/admin/profile/contrib/extend.html -bricolage/comp/help/my/admin/profile/desk.html -bricolage/comp/help/my/admin/profile/dest.html -bricolage/comp/help/my/admin/profile/element_type.html -bricolage/comp/help/my/admin/profile/grp.html -bricolage/comp/help/my/admin/profile/grp/perm.html -bricolage/comp/help/my/admin/profile/keyword.html -bricolage/comp/help/my/admin/profile/media_type.html -bricolage/comp/help/my/admin/profile/output_channel.html -bricolage/comp/help/my/admin/profile/server.html -bricolage/comp/help/my/admin/profile/site.html -bricolage/comp/help/my/admin/profile/source.html -bricolage/comp/help/my/admin/profile/user.html -bricolage/comp/help/my/admin/profile/workflow.html -bricolage/comp/help/my/workflow/active/media.html -bricolage/comp/help/my/workflow/active/story.html -bricolage/comp/help/my/workflow/events/dhandler -bricolage/comp/help/my/workflow/manager/media.html -bricolage/comp/help/my/workflow/manager/story.html -bricolage/comp/help/my/workflow/profile/alerts.html -bricolage/comp/help/my/workflow/profile/alias/media.html -bricolage/comp/help/my/workflow/profile/alias/story.html -bricolage/comp/help/my/workflow/profile/desk.html -bricolage/comp/help/my/workflow/profile/media.html -bricolage/comp/help/my/workflow/profile/media/category.html -bricolage/comp/help/my/workflow/profile/media/contributor_role.html -bricolage/comp/help/my/workflow/profile/media/contributors.html -bricolage/comp/help/my/workflow/profile/media/keywords.html -bricolage/comp/help/my/workflow/profile/media/new.html -bricolage/comp/help/my/workflow/profile/story.html -bricolage/comp/help/my/workflow/profile/story/actions.html -bricolage/comp/help/my/workflow/profile/story/category.html -bricolage/comp/help/my/workflow/profile/story/contributor_role.html -bricolage/comp/help/my/workflow/profile/story/contributors.html -bricolage/comp/help/my/workflow/profile/story/desks.html -bricolage/comp/help/my/workflow/profile/story/keywords.html -bricolage/comp/help/my/workflow/profile/story/new.html -bricolage/comp/help/my/workflow/profile/template.html -bricolage/comp/help/my/workflow/profile/workspace.html -bricolage/comp/help/my/workflow/trail/dhandler -bricolage/comp/help/pt_pt/about.html -bricolage/comp/help/pt_pt/admin/control/change_user.html -bricolage/comp/help/pt_pt/admin/events/dhandler -bricolage/comp/help/pt_pt/admin/manager/alert_type.html -bricolage/comp/help/pt_pt/admin/manager/category.html -bricolage/comp/help/pt_pt/admin/manager/contrib.html -bricolage/comp/help/pt_pt/admin/manager/contrib_type.html -bricolage/comp/help/pt_pt/admin/manager/grp.html -bricolage/comp/help/pt_pt/admin/manager/output_channel.html -bricolage/comp/help/pt_pt/admin/manager/pref.html -bricolage/comp/help/pt_pt/admin/manager/source.html -bricolage/comp/help/pt_pt/admin/manager/user.html -bricolage/comp/help/pt_pt/admin/manager/workflow.html -bricolage/comp/help/pt_pt/admin/profile/action.html -bricolage/comp/help/pt_pt/admin/profile/category.html -bricolage/comp/help/pt_pt/admin/profile/contrib.html -bricolage/comp/help/pt_pt/admin/profile/desk.html -bricolage/comp/help/pt_pt/admin/profile/dest.html -bricolage/comp/help/pt_pt/admin/profile/grp.html -bricolage/comp/help/pt_pt/admin/profile/output_channel.html -bricolage/comp/help/pt_pt/admin/profile/server.html -bricolage/comp/help/pt_pt/admin/profile/source.html -bricolage/comp/help/pt_pt/admin/profile/user.html -bricolage/comp/help/pt_pt/admin/profile/workflow.html -bricolage/comp/help/pt_pt/workflow/active/media.html -bricolage/comp/help/pt_pt/workflow/active/story.html -bricolage/comp/help/pt_pt/workflow/events/dhandler -bricolage/comp/help/pt_pt/workflow/manager/media.html -bricolage/comp/help/pt_pt/workflow/manager/story.html -bricolage/comp/help/pt_pt/workflow/profile/desk.html -bricolage/comp/help/pt_pt/workflow/profile/media.html -bricolage/comp/help/pt_pt/workflow/profile/media/new.html -bricolage/comp/help/pt_pt/workflow/profile/story.html -bricolage/comp/help/pt_pt/workflow/profile/story/actions.html -bricolage/comp/help/pt_pt/workflow/profile/story/desks.html -bricolage/comp/help/pt_pt/workflow/profile/story/new.html -bricolage/comp/help/pt_pt/workflow/profile/workspace.html -bricolage/comp/help/pt_pt/workflow/trail/dhandler -bricolage/comp/help/ru_ru/about.html -bricolage/comp/help/ru_ru/admin/control/change_user.html -bricolage/comp/help/ru_ru/admin/events/dhandler -bricolage/comp/help/ru_ru/admin/manager/alert_type.html -bricolage/comp/help/ru_ru/admin/manager/category.html -bricolage/comp/help/ru_ru/admin/manager/contrib.html -bricolage/comp/help/ru_ru/admin/manager/contrib_type.html -bricolage/comp/help/ru_ru/admin/manager/dest.html -bricolage/comp/help/ru_ru/admin/manager/element.html -bricolage/comp/help/ru_ru/admin/manager/element_type.html -bricolage/comp/help/ru_ru/admin/manager/grp.html -bricolage/comp/help/ru_ru/admin/manager/job.html -bricolage/comp/help/ru_ru/admin/manager/keyword.html -bricolage/comp/help/ru_ru/admin/manager/media_type.html -bricolage/comp/help/ru_ru/admin/manager/output_channel.html -bricolage/comp/help/ru_ru/admin/manager/pref.html -bricolage/comp/help/ru_ru/admin/manager/site.html -bricolage/comp/help/ru_ru/admin/manager/source.html -bricolage/comp/help/ru_ru/admin/manager/user.html -bricolage/comp/help/ru_ru/admin/manager/workflow.html -bricolage/comp/help/ru_ru/admin/profile/action.html -bricolage/comp/help/ru_ru/admin/profile/alert_type.html -bricolage/comp/help/ru_ru/admin/profile/category.html -bricolage/comp/help/ru_ru/admin/profile/contrib.html -bricolage/comp/help/ru_ru/admin/profile/desk.html -bricolage/comp/help/ru_ru/admin/profile/dest.html -bricolage/comp/help/ru_ru/admin/profile/element_type.html -bricolage/comp/help/ru_ru/admin/profile/grp.html -bricolage/comp/help/ru_ru/admin/profile/keyword.html -bricolage/comp/help/ru_ru/admin/profile/media_type.html -bricolage/comp/help/ru_ru/admin/profile/output_channel.html -bricolage/comp/help/ru_ru/admin/profile/server.html -bricolage/comp/help/ru_ru/admin/profile/site.html -bricolage/comp/help/ru_ru/admin/profile/source.html -bricolage/comp/help/ru_ru/admin/profile/user.html -bricolage/comp/help/ru_ru/admin/profile/workflow.html -bricolage/comp/help/ru_ru/admin/profile/alert_type/recip.html -bricolage/comp/help/ru_ru/admin/profile/contrib/edit.html -bricolage/comp/help/ru_ru/admin/profile/contrib/extend.html -bricolage/comp/help/ru_ru/admin/profile/grp/perm.html -bricolage/comp/help/ru_ru/workflow/active/media.html -bricolage/comp/help/ru_ru/workflow/active/story.html -bricolage/comp/help/ru_ru/workflow/events/dhandler -bricolage/comp/help/ru_ru/workflow/manager/media.html -bricolage/comp/help/ru_ru/workflow/manager/story.html -bricolage/comp/help/ru_ru/workflow/profile/alerts.html -bricolage/comp/help/ru_ru/workflow/profile/desk.html -bricolage/comp/help/ru_ru/workflow/profile/media.html -bricolage/comp/help/ru_ru/workflow/profile/publish.html -bricolage/comp/help/ru_ru/workflow/profile/story.html -bricolage/comp/help/ru_ru/workflow/profile/workspace.html -bricolage/comp/help/ru_ru/workflow/profile/alias/media.html -bricolage/comp/help/ru_ru/workflow/profile/alias/story.html -bricolage/comp/help/ru_ru/workflow/profile/media/category.html -bricolage/comp/help/ru_ru/workflow/profile/media/contributor_role.html -bricolage/comp/help/ru_ru/workflow/profile/media/contributors.html -bricolage/comp/help/ru_ru/workflow/profile/media/keywords.html -bricolage/comp/help/ru_ru/workflow/profile/media/new.html -bricolage/comp/help/ru_ru/workflow/profile/story/actions.html -bricolage/comp/help/ru_ru/workflow/profile/story/category.html -bricolage/comp/help/ru_ru/workflow/profile/story/contributor_role.html -bricolage/comp/help/ru_ru/workflow/profile/story/contributors.html -bricolage/comp/help/ru_ru/workflow/profile/story/desks.html -bricolage/comp/help/ru_ru/workflow/profile/story/keywords.html -bricolage/comp/help/ru_ru/workflow/profile/story/new.html -bricolage/comp/help/ru_ru/workflow/profile/template.html -bricolage/comp/help/ru_ru/workflow/trail/dhandler -bricolage/comp/help/ug/about.html -bricolage/comp/help/ug/admin/control/change_user.html -bricolage/comp/help/ug/admin/events/dhandler -bricolage/comp/help/ug/admin/manager/alert_type.html -bricolage/comp/help/ug/admin/manager/category.html -bricolage/comp/help/ug/admin/manager/contrib.html -bricolage/comp/help/ug/admin/manager/contrib_type.html -bricolage/comp/help/ug/admin/manager/dest.html -bricolage/comp/help/ug/admin/manager/element.html -bricolage/comp/help/ug/admin/manager/element_type.html -bricolage/comp/help/ug/admin/manager/grp.html -bricolage/comp/help/ug/admin/manager/job.html -bricolage/comp/help/ug/admin/manager/keyword.html -bricolage/comp/help/ug/admin/manager/media_type.html -bricolage/comp/help/ug/admin/manager/output_channel.html -bricolage/comp/help/ug/admin/manager/pref.html -bricolage/comp/help/ug/admin/manager/site.html -bricolage/comp/help/ug/admin/manager/source.html -bricolage/comp/help/ug/admin/manager/user.html -bricolage/comp/help/ug/admin/manager/workflow.html -bricolage/comp/help/ug/admin/profile/action.html -bricolage/comp/help/ug/admin/profile/alert_type.html -bricolage/comp/help/ug/admin/profile/alert_type/recip.html -bricolage/comp/help/ug/admin/profile/category.html -bricolage/comp/help/ug/admin/profile/contrib.html -bricolage/comp/help/ug/admin/profile/contrib/edit.html -bricolage/comp/help/ug/admin/profile/contrib/extend.html -bricolage/comp/help/ug/admin/profile/desk.html -bricolage/comp/help/ug/admin/profile/dest.html -bricolage/comp/help/ug/admin/profile/element_type.html -bricolage/comp/help/ug/admin/profile/grp.html -bricolage/comp/help/ug/admin/profile/grp/perm.html -bricolage/comp/help/ug/admin/profile/keyword.html -bricolage/comp/help/ug/admin/profile/media_type.html -bricolage/comp/help/ug/admin/profile/output_channel.html -bricolage/comp/help/ug/admin/profile/server.html -bricolage/comp/help/ug/admin/profile/site.html -bricolage/comp/help/ug/admin/profile/source.html -bricolage/comp/help/ug/admin/profile/user.html -bricolage/comp/help/ug/admin/profile/workflow.html -bricolage/comp/help/ug/workflow/active/media.html -bricolage/comp/help/ug/workflow/active/story.html -bricolage/comp/help/ug/workflow/events/dhandler -bricolage/comp/help/ug/workflow/manager/media.html -bricolage/comp/help/ug/workflow/manager/story.html -bricolage/comp/help/ug/workflow/profile/alerts.html -bricolage/comp/help/ug/workflow/profile/alias/media.html -bricolage/comp/help/ug/workflow/profile/alias/story.html -bricolage/comp/help/ug/workflow/profile/desk.html -bricolage/comp/help/ug/workflow/profile/media.html -bricolage/comp/help/ug/workflow/profile/media/category.html -bricolage/comp/help/ug/workflow/profile/media/contributor_role.html -bricolage/comp/help/ug/workflow/profile/media/contributors.html -bricolage/comp/help/ug/workflow/profile/media/keywords.html -bricolage/comp/help/ug/workflow/profile/media/new.html -bricolage/comp/help/ug/workflow/profile/story.html -bricolage/comp/help/ug/workflow/profile/story/actions.html -bricolage/comp/help/ug/workflow/profile/story/category.html -bricolage/comp/help/ug/workflow/profile/story/contributor_role.html -bricolage/comp/help/ug/workflow/profile/story/contributors.html -bricolage/comp/help/ug/workflow/profile/story/desks.html -bricolage/comp/help/ug/workflow/profile/story/keywords.html -bricolage/comp/help/ug/workflow/profile/story/new.html -bricolage/comp/help/ug/workflow/profile/template.html -bricolage/comp/help/ug/workflow/profile/workspace.html -bricolage/comp/help/ug/workflow/trail/dhandler -bricolage/comp/help/vi_vn/about.html -bricolage/comp/help/vi_vn/admin/control/change_user.html -bricolage/comp/help/vi_vn/admin/events/dhandler -bricolage/comp/help/vi_vn/admin/manager/alert_type.html -bricolage/comp/help/vi_vn/admin/manager/category.html -bricolage/comp/help/vi_vn/admin/manager/contrib.html -bricolage/comp/help/vi_vn/admin/manager/contrib_type.html -bricolage/comp/help/vi_vn/admin/manager/dest.html -bricolage/comp/help/vi_vn/admin/manager/element.html -bricolage/comp/help/vi_vn/admin/manager/element_type.html -bricolage/comp/help/vi_vn/admin/manager/grp.html -bricolage/comp/help/vi_vn/admin/manager/job.html -bricolage/comp/help/vi_vn/admin/manager/keyword.html -bricolage/comp/help/vi_vn/admin/manager/media_type.html -bricolage/comp/help/vi_vn/admin/manager/output_channel.html -bricolage/comp/help/vi_vn/admin/manager/pref.html -bricolage/comp/help/vi_vn/admin/manager/site.html -bricolage/comp/help/vi_vn/admin/manager/source.html -bricolage/comp/help/vi_vn/admin/manager/user.html -bricolage/comp/help/vi_vn/admin/manager/workflow.html -bricolage/comp/help/vi_vn/admin/profile/action.html -bricolage/comp/help/vi_vn/admin/profile/alert_type.html -bricolage/comp/help/vi_vn/admin/profile/alert_type/recip.html -bricolage/comp/help/vi_vn/admin/profile/category.html -bricolage/comp/help/vi_vn/admin/profile/contrib.html -bricolage/comp/help/vi_vn/admin/profile/contrib/edit.html -bricolage/comp/help/vi_vn/admin/profile/contrib/extend.html -bricolage/comp/help/vi_vn/admin/profile/desk.html -bricolage/comp/help/vi_vn/admin/profile/dest.html -bricolage/comp/help/vi_vn/admin/profile/element_type.html -bricolage/comp/help/vi_vn/admin/profile/grp.html -bricolage/comp/help/vi_vn/admin/profile/grp/perm.html -bricolage/comp/help/vi_vn/admin/profile/keyword.html -bricolage/comp/help/vi_vn/admin/profile/media_type.html -bricolage/comp/help/vi_vn/admin/profile/output_channel.html -bricolage/comp/help/vi_vn/admin/profile/server.html -bricolage/comp/help/vi_vn/admin/profile/site.html -bricolage/comp/help/vi_vn/admin/profile/source.html -bricolage/comp/help/vi_vn/admin/profile/user.html -bricolage/comp/help/vi_vn/admin/profile/workflow.html -bricolage/comp/help/vi_vn/workflow/active/media.html -bricolage/comp/help/vi_vn/workflow/active/story.html -bricolage/comp/help/vi_vn/workflow/events/dhandler -bricolage/comp/help/vi_vn/workflow/manager/media.html -bricolage/comp/help/vi_vn/workflow/manager/story.html -bricolage/comp/help/vi_vn/workflow/profile/alerts.html -bricolage/comp/help/vi_vn/workflow/profile/alias/media.html -bricolage/comp/help/vi_vn/workflow/profile/alias/story.html -bricolage/comp/help/vi_vn/workflow/profile/desk.html -bricolage/comp/help/vi_vn/workflow/profile/media.html -bricolage/comp/help/vi_vn/workflow/profile/media/category.html -bricolage/comp/help/vi_vn/workflow/profile/media/contributor_role.html -bricolage/comp/help/vi_vn/workflow/profile/media/contributors.html -bricolage/comp/help/vi_vn/workflow/profile/media/keywords.html -bricolage/comp/help/vi_vn/workflow/profile/media/new.html -bricolage/comp/help/vi_vn/workflow/profile/story.html -bricolage/comp/help/vi_vn/workflow/profile/story/actions.html -bricolage/comp/help/vi_vn/workflow/profile/story/category.html -bricolage/comp/help/vi_vn/workflow/profile/story/contributor_role.html -bricolage/comp/help/vi_vn/workflow/profile/story/contributors.html -bricolage/comp/help/vi_vn/workflow/profile/story/desks.html -bricolage/comp/help/vi_vn/workflow/profile/story/keywords.html -bricolage/comp/help/vi_vn/workflow/profile/story/new.html -bricolage/comp/help/vi_vn/workflow/profile/template.html -bricolage/comp/help/vi_vn/workflow/profile/workspace.html -bricolage/comp/help/vi_vn/workflow/trail/dhandler -bricolage/comp/help/zh_cn/about.html -bricolage/comp/help/zh_cn/admin/control/change_user.html -bricolage/comp/help/zh_cn/admin/events/dhandler -bricolage/comp/help/zh_cn/admin/manager/alert_type.html -bricolage/comp/help/zh_cn/admin/manager/category.html -bricolage/comp/help/zh_cn/admin/manager/contrib.html -bricolage/comp/help/zh_cn/admin/manager/contrib_type.html -bricolage/comp/help/zh_cn/admin/manager/dest.html -bricolage/comp/help/zh_cn/admin/manager/element.html -bricolage/comp/help/zh_cn/admin/manager/element_type.html -bricolage/comp/help/zh_cn/admin/manager/grp.html -bricolage/comp/help/zh_cn/admin/manager/job.html -bricolage/comp/help/zh_cn/admin/manager/keyword.html -bricolage/comp/help/zh_cn/admin/manager/media_type.html -bricolage/comp/help/zh_cn/admin/manager/output_channel.html -bricolage/comp/help/zh_cn/admin/manager/pref.html -bricolage/comp/help/zh_cn/admin/manager/site.html -bricolage/comp/help/zh_cn/admin/manager/source.html -bricolage/comp/help/zh_cn/admin/manager/user.html -bricolage/comp/help/zh_cn/admin/manager/workflow.html -bricolage/comp/help/zh_cn/admin/profile/action.html -bricolage/comp/help/zh_cn/admin/profile/alert_type.html -bricolage/comp/help/zh_cn/admin/profile/alert_type/recip.html -bricolage/comp/help/zh_cn/admin/profile/category.html -bricolage/comp/help/zh_cn/admin/profile/contrib.html -bricolage/comp/help/zh_cn/admin/profile/contrib/edit.html -bricolage/comp/help/zh_cn/admin/profile/contrib/extend.html -bricolage/comp/help/zh_cn/admin/profile/desk.html -bricolage/comp/help/zh_cn/admin/profile/dest.html -bricolage/comp/help/zh_cn/admin/profile/element_type.html -bricolage/comp/help/zh_cn/admin/profile/grp.html -bricolage/comp/help/zh_cn/admin/profile/grp/perm.html -bricolage/comp/help/zh_cn/admin/profile/keyword.html -bricolage/comp/help/zh_cn/admin/profile/media_type.html -bricolage/comp/help/zh_cn/admin/profile/output_channel.html -bricolage/comp/help/zh_cn/admin/profile/server.html -bricolage/comp/help/zh_cn/admin/profile/site.html -bricolage/comp/help/zh_cn/admin/profile/source.html -bricolage/comp/help/zh_cn/admin/profile/user.html -bricolage/comp/help/zh_cn/admin/profile/workflow.html -bricolage/comp/help/zh_cn/workflow/active/media.html -bricolage/comp/help/zh_cn/workflow/active/story.html -bricolage/comp/help/zh_cn/workflow/events/dhandler -bricolage/comp/help/zh_cn/workflow/manager/media.html -bricolage/comp/help/zh_cn/workflow/manager/story.html -bricolage/comp/help/zh_cn/workflow/profile/alerts.html -bricolage/comp/help/zh_cn/workflow/profile/alias/media.html -bricolage/comp/help/zh_cn/workflow/profile/alias/story.html -bricolage/comp/help/zh_cn/workflow/profile/desk.html -bricolage/comp/help/zh_cn/workflow/profile/media.html -bricolage/comp/help/zh_cn/workflow/profile/media/category.html -bricolage/comp/help/zh_cn/workflow/profile/media/contributor_role.html -bricolage/comp/help/zh_cn/workflow/profile/media/contributors.html -bricolage/comp/help/zh_cn/workflow/profile/media/keywords.html -bricolage/comp/help/zh_cn/workflow/profile/media/new.html -bricolage/comp/help/zh_cn/workflow/profile/story.html -bricolage/comp/help/zh_cn/workflow/profile/story/actions.html -bricolage/comp/help/zh_cn/workflow/profile/story/category.html -bricolage/comp/help/zh_cn/workflow/profile/story/contributor_role.html -bricolage/comp/help/zh_cn/workflow/profile/story/contributors.html -bricolage/comp/help/zh_cn/workflow/profile/story/desks.html -bricolage/comp/help/zh_cn/workflow/profile/story/keywords.html -bricolage/comp/help/zh_cn/workflow/profile/story/new.html -bricolage/comp/help/zh_cn/workflow/profile/template.html -bricolage/comp/help/zh_cn/workflow/trail/dhandler -bricolage/comp/help/zh_hk/about.html -bricolage/comp/help/zh_hk/admin/control/change_user.html -bricolage/comp/help/zh_hk/admin/events/dhandler.html -bricolage/comp/help/zh_hk/admin/manager/alert_type.html -bricolage/comp/help/zh_hk/admin/manager/category.html -bricolage/comp/help/zh_hk/admin/manager/contrib.html -bricolage/comp/help/zh_hk/admin/manager/contrib_type.html -bricolage/comp/help/zh_hk/admin/manager/grp.html -bricolage/comp/help/zh_hk/admin/manager/output_channel.html -bricolage/comp/help/zh_hk/admin/manager/pref.html -bricolage/comp/help/zh_hk/admin/manager/source.html -bricolage/comp/help/zh_hk/admin/manager/user.html -bricolage/comp/help/zh_hk/admin/manager/workflow.html -bricolage/comp/help/zh_hk/admin/profile/action.html -bricolage/comp/help/zh_hk/admin/profile/category.html -bricolage/comp/help/zh_hk/admin/profile/contrib.html -bricolage/comp/help/zh_hk/admin/profile/desk.html -bricolage/comp/help/zh_hk/admin/profile/dest.html -bricolage/comp/help/zh_hk/admin/profile/grp.html -bricolage/comp/help/zh_hk/admin/profile/output_channel.html -bricolage/comp/help/zh_hk/admin/profile/server.html -bricolage/comp/help/zh_hk/admin/profile/source.html -bricolage/comp/help/zh_hk/admin/profile/user.html -bricolage/comp/help/zh_hk/admin/profile/workflow.html -bricolage/comp/help/zh_hk/workflow/active/media.html -bricolage/comp/help/zh_hk/workflow/active/story.html -bricolage/comp/help/zh_hk/workflow/events/dhandler -bricolage/comp/help/zh_hk/workflow/manager/media.html -bricolage/comp/help/zh_hk/workflow/manager/story.html -bricolage/comp/help/zh_hk/workflow/profile/desk.html -bricolage/comp/help/zh_hk/workflow/profile/media.html -bricolage/comp/help/zh_hk/workflow/profile/media/new.html -bricolage/comp/help/zh_hk/workflow/profile/story.html -bricolage/comp/help/zh_hk/workflow/profile/story/actions.html -bricolage/comp/help/zh_hk/workflow/profile/story/desks.html -bricolage/comp/help/zh_hk/workflow/profile/story/new.html -bricolage/comp/help/zh_hk/workflow/profile/workspace.html -bricolage/comp/help/zh_hk/workflow/trail/dhandler -bricolage/comp/help/zh_tw/about.html -bricolage/comp/help/zh_tw/admin/control/change_user.html -bricolage/comp/help/zh_tw/admin/events/dhandler.html -bricolage/comp/help/zh_tw/admin/manager/alert_type.html -bricolage/comp/help/zh_tw/admin/manager/category.html -bricolage/comp/help/zh_tw/admin/manager/contrib.html -bricolage/comp/help/zh_tw/admin/manager/contrib_type.html -bricolage/comp/help/zh_tw/admin/manager/grp.html -bricolage/comp/help/zh_tw/admin/manager/output_channel.html -bricolage/comp/help/zh_tw/admin/manager/pref.html -bricolage/comp/help/zh_tw/admin/manager/source.html -bricolage/comp/help/zh_tw/admin/manager/user.html -bricolage/comp/help/zh_tw/admin/manager/workflow.html -bricolage/comp/help/zh_tw/admin/profile/action.html -bricolage/comp/help/zh_tw/admin/profile/category.html -bricolage/comp/help/zh_tw/admin/profile/contrib.html -bricolage/comp/help/zh_tw/admin/profile/desk.html -bricolage/comp/help/zh_tw/admin/profile/dest.html -bricolage/comp/help/zh_tw/admin/profile/grp.html -bricolage/comp/help/zh_tw/admin/profile/output_channel.html -bricolage/comp/help/zh_tw/admin/profile/server.html -bricolage/comp/help/zh_tw/admin/profile/source.html -bricolage/comp/help/zh_tw/admin/profile/user.html -bricolage/comp/help/zh_tw/admin/profile/workflow.html -bricolage/comp/help/zh_tw/workflow/active/media.html -bricolage/comp/help/zh_tw/workflow/active/story.html -bricolage/comp/help/zh_tw/workflow/events/dhandler -bricolage/comp/help/zh_tw/workflow/manager/media.html -bricolage/comp/help/zh_tw/workflow/manager/story.html -bricolage/comp/help/zh_tw/workflow/profile/desk.html -bricolage/comp/help/zh_tw/workflow/profile/media.html -bricolage/comp/help/zh_tw/workflow/profile/media/new.html -bricolage/comp/help/zh_tw/workflow/profile/story.html -bricolage/comp/help/zh_tw/workflow/profile/story/actions.html -bricolage/comp/help/zh_tw/workflow/profile/story/desks.html -bricolage/comp/help/zh_tw/workflow/profile/story/new.html -bricolage/comp/help/zh_tw/workflow/profile/workspace.html -bricolage/comp/help/zh_tw/workflow/trail/dhandler -bricolage/comp/lib/util/back_button.mc -bricolage/comp/lib/util/clear.mc -bricolage/comp/lib/util/dumpArray.mc -bricolage/comp/lib/util/getAuthLevel.mc -bricolage/comp/lib/util/getList.mc -bricolage/comp/lib/util/in_array -bricolage/comp/lib/util/search.mc -bricolage/comp/lib/util/sortArrayOfHashes.mc -bricolage/comp/lib/util/status_msg.mc -bricolage/comp/login/dhandler -bricolage/comp/login/welcome.html -bricolage/comp/media/css/bo.css -bricolage/comp/media/css/de_de.css -bricolage/comp/media/css/en_us.css -bricolage/comp/media/css/it_it.css -bricolage/comp/media/css/km.css -bricolage/comp/media/css/ko_ko.css -bricolage/comp/media/css/lo.css -bricolage/comp/media/css/my.css -bricolage/comp/media/css/pt_pt.css -bricolage/comp/media/css/style.css -bricolage/comp/media/css/style-nav.css -bricolage/comp/media/css/ug.css -bricolage/comp/media/css/vi_vn.css -bricolage/comp/media/css/zh_cn.css -bricolage/comp/media/css/zh_hk.css -bricolage/comp/media/css/zh_tw.css -bricolage/comp/media/images/bang_red.gif -bricolage/comp/media/images/bo/acknowledge_all_red.gif -bricolage/comp/media/images/bo/acknowledge_checked_red.gif -bricolage/comp/media/images/bo/add_category_lgreen.gif -bricolage/comp/media/images/bo/add_component_lgreen.gif -bricolage/comp/media/images/bo/add_element_lgreen.gif -bricolage/comp/media/images/bo/add_elements_lgreen.gif -bricolage/comp/media/images/bo/add_more_lgreen.gif -bricolage/comp/media/images/bo/add_notes_lgreen.gif -bricolage/comp/media/images/bo/add_sub_element_lgreen.gif -bricolage/comp/media/images/bo/add_sub_elements_lgreen.gif -bricolage/comp/media/images/bo/add_template_code_lgreen.gif -bricolage/comp/media/images/bo/add_to_form_lgreen.gif -bricolage/comp/media/images/bo/add_to_list_lgreen.gif -bricolage/comp/media/images/bo/bulk_edit_lgreen.gif -bricolage/comp/media/images/bo/cancel_check_out_lgreen.gif -bricolage/comp/media/images/bo/cancel_checked_red.gif -bricolage/comp/media/images/bo/cancel_lgreen.gif -bricolage/comp/media/images/bo/cancel_red.gif -bricolage/comp/media/images/bo/change_red.gif -bricolage/comp/media/images/bo/check_in_dgreen.gif -bricolage/comp/media/images/bo/checkin_assets_red.gif -bricolage/comp/media/images/bo/checkout_red.gif -bricolage/comp/media/images/bo/clear_all_red.gif -bricolage/comp/media/images/bo/clear_values_lgreen.gif -bricolage/comp/media/images/bo/close.gif -bricolage/comp/media/images/bo/contributors_dgreen.gif -bricolage/comp/media/images/bo/create_red.gif -bricolage/comp/media/images/bo/delete_categories_red.gif -bricolage/comp/media/images/bo/delete_checked_red.gif -bricolage/comp/media/images/bo/delete_red.gif -bricolage/comp/media/images/bo/deploy_checked_red.gif -bricolage/comp/media/images/bo/edit_lgreen.gif -bricolage/comp/media/images/bo/edit_notes_lgreen.gif -bricolage/comp/media/images/bo/edit_template_code_lgreen.gif -bricolage/comp/media/images/bo/help.gif -bricolage/comp/media/images/bo/keywords_dgreen.gif -bricolage/comp/media/images/bo/login.gif -bricolage/comp/media/images/bo/logout.gif -bricolage/comp/media/images/bo/media_dgreen.gif -bricolage/comp/media/images/bo/move_assets_lgreen.gif -bricolage/comp/media/images/bo/my_alerts_orange.gif -bricolage/comp/media/images/bo/my_workspace_off.gif -bricolage/comp/media/images/bo/my_workspace_on.gif -bricolage/comp/media/images/bo/new_desk_red.gif -bricolage/comp/media/images/bo/new_organization_lgreen.gif -bricolage/comp/media/images/bo/next_dkgreen.gif -bricolage/comp/media/images/bo/permissions_dgreen.gif -bricolage/comp/media/images/bo/preview_lgreen.gif -bricolage/comp/media/images/bo/publish_assets_red.gif -bricolage/comp/media/images/bo/publish_checked_red.gif -bricolage/comp/media/images/bo/related_stories_dgreen.gif -bricolage/comp/media/images/bo/remove_from_list_red.gif -bricolage/comp/media/images/bo/reorder_lgreen.gif -bricolage/comp/media/images/bo/resize_lgreen.gif -bricolage/comp/media/images/bo/return_dgreen.gif -bricolage/comp/media/images/bo/revert_dgreen.gif -bricolage/comp/media/images/bo/save_and_stay_lgreen.gif -bricolage/comp/media/images/bo/save_lgreen.gif -bricolage/comp/media/images/bo/save_red.gif -bricolage/comp/media/images/bo/search_green.gif -bricolage/comp/media/images/bo/search_lgreen.gif -bricolage/comp/media/images/bo/search_red.gif -bricolage/comp/media/images/bo/select_all_lgreen.gif -bricolage/comp/media/images/bo/stories_dgreen.gif -bricolage/comp/media/images/bo/templates_dgreen.gif -bricolage/comp/media/images/bo/upload_red.gif -bricolage/comp/media/images/bo/use_this_role_lgreen.gif -bricolage/comp/media/images/bo/view_diff.gif -bricolage/comp/media/images/bo/view_dgreen.gif -bricolage/comp/media/images/bo/view_trail_dgreen.gif -bricolage/comp/media/images/bo/view_trail_teal.gif -bricolage/comp/media/images/bo/workflow_admin.gif -bricolage/comp/media/images/bo/workflow_workflow.gif -bricolage/comp/media/images/bricicon.ico -bricolage/comp/media/images/de_de/acknowledge_all_red.gif -bricolage/comp/media/images/de_de/acknowledge_checked_red.gif -bricolage/comp/media/images/de_de/add_category_lgreen.gif -bricolage/comp/media/images/de_de/add_component_lgreen.gif -bricolage/comp/media/images/de_de/add_element_lgreen.gif -bricolage/comp/media/images/de_de/add_elements_lgreen.gif -bricolage/comp/media/images/de_de/add_more_lgreen.gif -bricolage/comp/media/images/de_de/add_notes_lgreen.gif -bricolage/comp/media/images/de_de/add_sub_element_lgreen.gif -bricolage/comp/media/images/de_de/add_sub_elements_lgreen.gif -bricolage/comp/media/images/de_de/add_template_code_lgreen.gif -bricolage/comp/media/images/de_de/add_to_form_lgreen.gif -bricolage/comp/media/images/de_de/add_to_list_lgreen.gif -bricolage/comp/media/images/de_de/bulk_edit_lgreen.gif -bricolage/comp/media/images/de_de/cancel_check_out_lgreen.gif -bricolage/comp/media/images/de_de/cancel_checked_red.gif -bricolage/comp/media/images/de_de/cancel_lgreen.gif -bricolage/comp/media/images/de_de/cancel_red.gif -bricolage/comp/media/images/de_de/change_red.gif -bricolage/comp/media/images/de_de/check_in_dgreen.gif -bricolage/comp/media/images/de_de/checkin_assets_red.gif -bricolage/comp/media/images/de_de/checkout_red.gif -bricolage/comp/media/images/de_de/clear_all_red.gif -bricolage/comp/media/images/de_de/clear_values_lgreen.gif -bricolage/comp/media/images/de_de/close.gif -bricolage/comp/media/images/de_de/contributors_dgreen.gif -bricolage/comp/media/images/de_de/create_red.gif -bricolage/comp/media/images/de_de/delete_categories_red.gif -bricolage/comp/media/images/de_de/delete_checked_red.gif -bricolage/comp/media/images/de_de/delete_red.gif -bricolage/comp/media/images/de_de/deploy_checked_red.gif -bricolage/comp/media/images/de_de/edit_lgreen.gif -bricolage/comp/media/images/de_de/edit_notes_lgreen.gif -bricolage/comp/media/images/de_de/edit_template_code_lgreen.gif -bricolage/comp/media/images/de_de/help.gif -bricolage/comp/media/images/de_de/keywords_dgreen.gif -bricolage/comp/media/images/de_de/login.gif -bricolage/comp/media/images/de_de/logout.gif -bricolage/comp/media/images/de_de/media_dgreen.gif -bricolage/comp/media/images/de_de/move_assets_lgreen.gif -bricolage/comp/media/images/de_de/my_alerts_orange.gif -bricolage/comp/media/images/de_de/my_workspace_off.gif -bricolage/comp/media/images/de_de/my_workspace_on.gif -bricolage/comp/media/images/de_de/new_desk_red.gif -bricolage/comp/media/images/de_de/new_organization_lgreen.gif -bricolage/comp/media/images/de_de/next_dgreen.gif -bricolage/comp/media/images/de_de/next_dkgreen.gif -bricolage/comp/media/images/de_de/permissions_dgreen.gif -bricolage/comp/media/images/de_de/preview_lgreen.gif -bricolage/comp/media/images/de_de/publish_assets_red.gif -bricolage/comp/media/images/de_de/publish_checked_red.gif -bricolage/comp/media/images/de_de/related_stories_dgreen.gif -bricolage/comp/media/images/de_de/remove_from_list_red.gif -bricolage/comp/media/images/de_de/reorder_lgreen.gif -bricolage/comp/media/images/de_de/resize_lgreen.gif -bricolage/comp/media/images/de_de/return_dgreen.gif -bricolage/comp/media/images/de_de/revert_dgreen.gif -bricolage/comp/media/images/de_de/save_and_stay_lgreen.gif -bricolage/comp/media/images/de_de/save_lgreen.gif -bricolage/comp/media/images/de_de/save_red.gif -bricolage/comp/media/images/de_de/search_dgreen.gif -bricolage/comp/media/images/de_de/search_green.gif -bricolage/comp/media/images/de_de/search_lgreen.gif -bricolage/comp/media/images/de_de/search_red.gif -bricolage/comp/media/images/de_de/select_all_lgreen.gif -bricolage/comp/media/images/de_de/stories_dgreen.gif -bricolage/comp/media/images/de_de/templates_dgreen.gif -bricolage/comp/media/images/de_de/upload_red.gif -bricolage/comp/media/images/de_de/use_this_role_lgreen.gif -bricolage/comp/media/images/de_de/view_dgreen.gif -bricolage/comp/media/images/de_de/view_diff.gif -bricolage/comp/media/images/de_de/view_trail_dgreen.gif -bricolage/comp/media/images/de_de/view_trail_teal.gif -bricolage/comp/media/images/de_de/workflow_admin.gif -bricolage/comp/media/images/de_de/workflow_workflow.gif -bricolage/comp/media/images/dkgreen_arrow_open.gif -bricolage/comp/media/images/en_us/acknowledge_all_red.gif -bricolage/comp/media/images/en_us/acknowledge_checked_red.gif -bricolage/comp/media/images/en_us/add_category_lgreen.gif -bricolage/comp/media/images/en_us/add_component_lgreen.gif -bricolage/comp/media/images/en_us/add_element_lgreen.gif -bricolage/comp/media/images/en_us/add_elements_lgreen.gif -bricolage/comp/media/images/en_us/add_more_lgreen.gif -bricolage/comp/media/images/en_us/add_notes_lgreen.gif -bricolage/comp/media/images/en_us/add_sub_element_lgreen.gif -bricolage/comp/media/images/en_us/add_sub_elements_lgreen.gif -bricolage/comp/media/images/en_us/add_template_code_lgreen.gif -bricolage/comp/media/images/en_us/add_to_form_lgreen.gif -bricolage/comp/media/images/en_us/add_to_list_lgreen.gif -bricolage/comp/media/images/en_us/bulk_edit_lgreen.gif -bricolage/comp/media/images/en_us/cancel_check_out_lgreen.gif -bricolage/comp/media/images/en_us/cancel_checked_red.gif -bricolage/comp/media/images/en_us/cancel_lgreen.gif -bricolage/comp/media/images/en_us/cancel_red.gif -bricolage/comp/media/images/en_us/change_red.gif -bricolage/comp/media/images/en_us/check_in_dgreen.gif -bricolage/comp/media/images/en_us/checkin_assets_red.gif -bricolage/comp/media/images/en_us/checkout_red.gif -bricolage/comp/media/images/en_us/clear_all_red.gif -bricolage/comp/media/images/en_us/clear_values_lgreen.gif -bricolage/comp/media/images/en_us/close.gif -bricolage/comp/media/images/en_us/contributors_dgreen.gif -bricolage/comp/media/images/en_us/create_red.gif -bricolage/comp/media/images/en_us/delete_categories_red.gif -bricolage/comp/media/images/en_us/delete_checked_red.gif -bricolage/comp/media/images/en_us/delete_red.gif -bricolage/comp/media/images/en_us/deploy_checked_red.gif -bricolage/comp/media/images/en_us/edit_lgreen.gif -bricolage/comp/media/images/en_us/edit_notes_lgreen.gif -bricolage/comp/media/images/en_us/edit_template_code_lgreen.gif -bricolage/comp/media/images/en_us/help.gif -bricolage/comp/media/images/en_us/keywords_dgreen.gif -bricolage/comp/media/images/en_us/login.gif -bricolage/comp/media/images/en_us/logout.gif -bricolage/comp/media/images/en_us/media_dgreen.gif -bricolage/comp/media/images/en_us/move_assets_lgreen.gif -bricolage/comp/media/images/en_us/my_alerts_orange.gif -bricolage/comp/media/images/en_us/my_workspace_off.gif -bricolage/comp/media/images/en_us/my_workspace_on.gif -bricolage/comp/media/images/en_us/new_desk_red.gif -bricolage/comp/media/images/en_us/new_organization_lgreen.gif -bricolage/comp/media/images/en_us/next_dkgreen.gif -bricolage/comp/media/images/en_us/permissions_dgreen.gif -bricolage/comp/media/images/en_us/preview_lgreen.gif -bricolage/comp/media/images/en_us/publish_assets_red.gif -bricolage/comp/media/images/en_us/publish_checked_red.gif -bricolage/comp/media/images/en_us/related_stories_dgreen.gif -bricolage/comp/media/images/en_us/remove_from_list_red.gif -bricolage/comp/media/images/en_us/reorder_lgreen.gif -bricolage/comp/media/images/en_us/resize_lgreen.gif -bricolage/comp/media/images/en_us/return_dgreen.gif -bricolage/comp/media/images/en_us/revert_dgreen.gif -bricolage/comp/media/images/en_us/save_and_stay_lgreen.gif -bricolage/comp/media/images/en_us/save_lgreen.gif -bricolage/comp/media/images/en_us/save_red.gif -bricolage/comp/media/images/en_us/search_green.gif -bricolage/comp/media/images/en_us/search_lgreen.gif -bricolage/comp/media/images/en_us/search_red.gif -bricolage/comp/media/images/en_us/select_all_lgreen.gif -bricolage/comp/media/images/en_us/stories_dgreen.gif -bricolage/comp/media/images/en_us/templates_dgreen.gif -bricolage/comp/media/images/en_us/upload_red.gif -bricolage/comp/media/images/en_us/use_this_role_lgreen.gif -bricolage/comp/media/images/en_us/view_dgreen.gif -bricolage/comp/media/images/en_us/view_diff.gif -bricolage/comp/media/images/en_us/view_trail_dgreen.gif -bricolage/comp/media/images/en_us/view_trail_teal.gif -bricolage/comp/media/images/en_us/workflow_admin.gif -bricolage/comp/media/images/en_us/workflow_workflow.gif -bricolage/comp/media/images/it_it/acknowledge_all_red.gif -bricolage/comp/media/images/it_it/acknowledge_checked_red.gif -bricolage/comp/media/images/it_it/add_category_lgreen.gif -bricolage/comp/media/images/it_it/add_component_lgreen.gif -bricolage/comp/media/images/it_it/add_element_lgreen.gif -bricolage/comp/media/images/it_it/add_elements_lgreen.gif -bricolage/comp/media/images/it_it/add_more_lgreen.gif -bricolage/comp/media/images/it_it/add_notes_lgreen.gif -bricolage/comp/media/images/it_it/add_sub_element_lgreen.gif -bricolage/comp/media/images/it_it/add_sub_elements_lgreen.gif -bricolage/comp/media/images/it_it/add_template_code_lgreen.gif -bricolage/comp/media/images/it_it/add_to_form_lgreen.gif -bricolage/comp/media/images/it_it/add_to_list_lgreen.gif -bricolage/comp/media/images/it_it/bulk_edit_lgreen.gif -bricolage/comp/media/images/it_it/cancel_check_out_lgreen.gif -bricolage/comp/media/images/it_it/cancel_checked_red.gif -bricolage/comp/media/images/it_it/cancel_lgreen.gif -bricolage/comp/media/images/it_it/cancel_red.gif -bricolage/comp/media/images/it_it/change_red.gif -bricolage/comp/media/images/it_it/check_in_dgreen.gif -bricolage/comp/media/images/it_it/checkin_assets_red.gif -bricolage/comp/media/images/it_it/checkout_red.gif -bricolage/comp/media/images/it_it/clear_all_red.gif -bricolage/comp/media/images/it_it/clear_values_lgreen.gif -bricolage/comp/media/images/it_it/close.gif -bricolage/comp/media/images/it_it/contributors_dgreen.gif -bricolage/comp/media/images/it_it/create_red.gif -bricolage/comp/media/images/it_it/delete_categories_red.gif -bricolage/comp/media/images/it_it/delete_checked_red.gif -bricolage/comp/media/images/it_it/delete_red.gif -bricolage/comp/media/images/it_it/deploy_checked_red.gif -bricolage/comp/media/images/it_it/edit_lgreen.gif -bricolage/comp/media/images/it_it/edit_notes_lgreen.gif -bricolage/comp/media/images/it_it/edit_template_code_lgreen.gif -bricolage/comp/media/images/it_it/help.gif -bricolage/comp/media/images/it_it/keywords_dgreen.gif -bricolage/comp/media/images/it_it/login.gif -bricolage/comp/media/images/it_it/logout.gif -bricolage/comp/media/images/it_it/media_dgreen.gif -bricolage/comp/media/images/it_it/move_assets_lgreen.gif -bricolage/comp/media/images/it_it/my_alerts_orange.gif -bricolage/comp/media/images/it_it/my_workspace_off.gif -bricolage/comp/media/images/it_it/my_workspace_on.gif -bricolage/comp/media/images/it_it/new_desk_red.gif -bricolage/comp/media/images/it_it/new_organization_lgreen.gif -bricolage/comp/media/images/it_it/next_dkgreen.gif -bricolage/comp/media/images/it_it/permissions_dgreen.gif -bricolage/comp/media/images/it_it/preview_lgreen.gif -bricolage/comp/media/images/it_it/publish_assets_red.gif -bricolage/comp/media/images/it_it/publish_checked_red.gif -bricolage/comp/media/images/it_it/related_stories_dgreen.gif -bricolage/comp/media/images/it_it/remove_from_list_red.gif -bricolage/comp/media/images/it_it/reorder_lgreen.gif -bricolage/comp/media/images/it_it/resize_lgreen.gif -bricolage/comp/media/images/it_it/return_dgreen.gif -bricolage/comp/media/images/it_it/revert_dgreen.gif -bricolage/comp/media/images/it_it/save_and_stay_lgreen.gif -bricolage/comp/media/images/it_it/save_lgreen.gif -bricolage/comp/media/images/it_it/save_red.gif -bricolage/comp/media/images/it_it/search_green.gif -bricolage/comp/media/images/it_it/search_lgreen.gif -bricolage/comp/media/images/it_it/search_red.gif -bricolage/comp/media/images/it_it/select_all_lgreen.gif -bricolage/comp/media/images/it_it/stories_dgreen.gif -bricolage/comp/media/images/it_it/templates_dgreen.gif -bricolage/comp/media/images/it_it/upload_red.gif -bricolage/comp/media/images/it_it/use_this_role_lgreen.gif -bricolage/comp/media/images/it_it/view_dgreen.gif -bricolage/comp/media/images/it_it/view_diff.gif -bricolage/comp/media/images/it_it/view_trail_dgreen.gif -bricolage/comp/media/images/it_it/view_trail_teal.gif -bricolage/comp/media/images/it_it/workflow_admin.gif -bricolage/comp/media/images/it_it/workflow_workflow.gif -bricolage/comp/media/images/km/acknowledge_all_red.gif -bricolage/comp/media/images/km/acknowledge_checked_red.gif -bricolage/comp/media/images/km/add_category_lgreen.gif -bricolage/comp/media/images/km/add_component_lgreen.gif -bricolage/comp/media/images/km/add_element_lgreen.gif -bricolage/comp/media/images/km/add_elements_lgreen.gif -bricolage/comp/media/images/km/add_more_lgreen.gif -bricolage/comp/media/images/km/add_notes_lgreen.gif -bricolage/comp/media/images/km/add_sub_element_lgreen.gif -bricolage/comp/media/images/km/add_sub_elements_lgreen.gif -bricolage/comp/media/images/km/add_template_code_lgreen.gif -bricolage/comp/media/images/km/add_to_form_lgreen.gif -bricolage/comp/media/images/km/add_to_list_lgreen.gif -bricolage/comp/media/images/km/bulk_edit_lgreen.gif -bricolage/comp/media/images/km/cancel_check_out_lgreen.gif -bricolage/comp/media/images/km/cancel_checked_red.gif -bricolage/comp/media/images/km/cancel_lgreen.gif -bricolage/comp/media/images/km/cancel_red.gif -bricolage/comp/media/images/km/change_red.gif -bricolage/comp/media/images/km/check_in_dgreen.gif -bricolage/comp/media/images/km/checkin_assets_red.gif -bricolage/comp/media/images/km/checkout_red.gif -bricolage/comp/media/images/km/clear_all_red.gif -bricolage/comp/media/images/km/clear_values_lgreen.gif -bricolage/comp/media/images/km/close.gif -bricolage/comp/media/images/km/contributors_dgreen.gif -bricolage/comp/media/images/km/create_red.gif -bricolage/comp/media/images/km/delete_categories_red.gif -bricolage/comp/media/images/km/delete_checked_red.gif -bricolage/comp/media/images/km/delete_red.gif -bricolage/comp/media/images/km/deploy_checked_red.gif -bricolage/comp/media/images/km/edit_lgreen.gif -bricolage/comp/media/images/km/edit_notes_lgreen.gif -bricolage/comp/media/images/km/edit_template_code_lgreen.gif -bricolage/comp/media/images/km/help.gif -bricolage/comp/media/images/km/keywords_dgreen.gif -bricolage/comp/media/images/km/login.gif -bricolage/comp/media/images/km/logout.gif -bricolage/comp/media/images/km/media_dgreen.gif -bricolage/comp/media/images/km/move_assets_lgreen.gif -bricolage/comp/media/images/km/my_alerts_orange.gif -bricolage/comp/media/images/km/my_workspace_off.gif -bricolage/comp/media/images/km/my_workspace_on.gif -bricolage/comp/media/images/km/new_desk_red.gif -bricolage/comp/media/images/km/new_organization_lgreen.gif -bricolage/comp/media/images/km/next_dkgreen.gif -bricolage/comp/media/images/km/permissions_dgreen.gif -bricolage/comp/media/images/km/preview_lgreen.gif -bricolage/comp/media/images/km/publish_assets_red.gif -bricolage/comp/media/images/km/publish_checked_red.gif -bricolage/comp/media/images/km/related_stories_dgreen.gif -bricolage/comp/media/images/km/remove_from_list_red.gif -bricolage/comp/media/images/km/reorder_lgreen.gif -bricolage/comp/media/images/km/resize_lgreen.gif -bricolage/comp/media/images/km/return_dgreen.gif -bricolage/comp/media/images/km/revert_dgreen.gif -bricolage/comp/media/images/km/save_and_stay_lgreen.gif -bricolage/comp/media/images/km/save_lgreen.gif -bricolage/comp/media/images/km/save_red.gif -bricolage/comp/media/images/km/search_green.gif -bricolage/comp/media/images/km/search_lgreen.gif -bricolage/comp/media/images/km/search_red.gif -bricolage/comp/media/images/km/select_all_lgreen.gif -bricolage/comp/media/images/km/stories_dgreen.gif -bricolage/comp/media/images/km/templates_dgreen.gif -bricolage/comp/media/images/km/upload_red.gif -bricolage/comp/media/images/km/use_this_role_lgreen.gif -bricolage/comp/media/images/km/view_dgreen.gif -bricolage/comp/media/images/km/view_diff.gif -bricolage/comp/media/images/km/view_trail_dgreen.gif -bricolage/comp/media/images/km/view_trail_teal.gif -bricolage/comp/media/images/km/workflow_admin.gif -bricolage/comp/media/images/km/workflow_workflow.gif -bricolage/comp/media/images/ko_ko/acknowledge_all_red.gif -bricolage/comp/media/images/ko_ko/acknowledge_checked_red.gif -bricolage/comp/media/images/ko_ko/add_category_lgreen.gif -bricolage/comp/media/images/ko_ko/add_component_lgreen.gif -bricolage/comp/media/images/ko_ko/add_element_lgreen.gif -bricolage/comp/media/images/ko_ko/add_elements_lgreen.gif -bricolage/comp/media/images/ko_ko/add_more_lgreen.gif -bricolage/comp/media/images/ko_ko/add_notes_lgreen.gif -bricolage/comp/media/images/ko_ko/add_sub_element_lgreen.gif -bricolage/comp/media/images/ko_ko/add_sub_elements_lgreen.gif -bricolage/comp/media/images/ko_ko/add_template_code_lgreen.gif -bricolage/comp/media/images/ko_ko/add_to_form_lgreen.gif -bricolage/comp/media/images/ko_ko/add_to_list_lgreen.gif -bricolage/comp/media/images/ko_ko/bulk_edit_lgreen.gif -bricolage/comp/media/images/ko_ko/cancel_check_out_lgreen.gif -bricolage/comp/media/images/ko_ko/cancel_checked_red.gif -bricolage/comp/media/images/ko_ko/cancel_lgreen.gif -bricolage/comp/media/images/ko_ko/cancel_red.gif -bricolage/comp/media/images/ko_ko/change_red.gif -bricolage/comp/media/images/ko_ko/check_in_dgreen.gif -bricolage/comp/media/images/ko_ko/checkin_assets_red.gif -bricolage/comp/media/images/ko_ko/checkout_red.gif -bricolage/comp/media/images/ko_ko/clear_all_red.gif -bricolage/comp/media/images/ko_ko/clear_values_lgreen.gif -bricolage/comp/media/images/ko_ko/close.gif -bricolage/comp/media/images/ko_ko/contributors_dgreen.gif -bricolage/comp/media/images/ko_ko/create_red.gif -bricolage/comp/media/images/ko_ko/delete_categories_red.gif -bricolage/comp/media/images/ko_ko/delete_checked_red.gif -bricolage/comp/media/images/ko_ko/delete_red.gif -bricolage/comp/media/images/ko_ko/deploy_checked_red.gif -bricolage/comp/media/images/ko_ko/edit_lgreen.gif -bricolage/comp/media/images/ko_ko/edit_notes_lgreen.gif -bricolage/comp/media/images/ko_ko/edit_template_code_lgreen.gif -bricolage/comp/media/images/ko_ko/help.gif -bricolage/comp/media/images/ko_ko/keywords_dgreen.gif -bricolage/comp/media/images/ko_ko/login.gif -bricolage/comp/media/images/ko_ko/logout.gif -bricolage/comp/media/images/ko_ko/media_dgreen.gif -bricolage/comp/media/images/ko_ko/move_assets_lgreen.gif -bricolage/comp/media/images/ko_ko/my_alerts_orange.gif -bricolage/comp/media/images/ko_ko/my_workspace_off.gif -bricolage/comp/media/images/ko_ko/my_workspace_on.gif -bricolage/comp/media/images/ko_ko/new_desk_red.gif -bricolage/comp/media/images/ko_ko/new_organization_lgreen.gif -bricolage/comp/media/images/ko_ko/next_dkgreen.gif -bricolage/comp/media/images/ko_ko/permissions_dgreen.gif -bricolage/comp/media/images/ko_ko/preview_lgreen.gif -bricolage/comp/media/images/ko_ko/publish_assets_red.gif -bricolage/comp/media/images/ko_ko/publish_checked_red.gif -bricolage/comp/media/images/ko_ko/related_stories_dgreen.gif -bricolage/comp/media/images/ko_ko/remove_from_list_red.gif -bricolage/comp/media/images/ko_ko/reorder_lgreen.gif -bricolage/comp/media/images/ko_ko/resize_lgreen.gif -bricolage/comp/media/images/ko_ko/return_dgreen.gif -bricolage/comp/media/images/ko_ko/revert_dgreen.gif -bricolage/comp/media/images/ko_ko/save_and_stay_lgreen.gif -bricolage/comp/media/images/ko_ko/save_lgreen.gif -bricolage/comp/media/images/ko_ko/save_red.gif -bricolage/comp/media/images/ko_ko/search_green.gif -bricolage/comp/media/images/ko_ko/search_lgreen.gif -bricolage/comp/media/images/ko_ko/search_red.gif -bricolage/comp/media/images/ko_ko/select_all_lgreen.gif -bricolage/comp/media/images/ko_ko/stories_dgreen.gif -bricolage/comp/media/images/ko_ko/templates_dgreen.gif -bricolage/comp/media/images/ko_ko/upload_red.gif -bricolage/comp/media/images/ko_ko/use_this_role_lgreen.gif -bricolage/comp/media/images/ko_ko/view_dgreen.gif -bricolage/comp/media/images/ko_ko/view_diff.gif -bricolage/comp/media/images/ko_ko/view_trail_dgreen.gif -bricolage/comp/media/images/ko_ko/view_trail_teal.gif -bricolage/comp/media/images/ko_ko/workflow_admin.gif -bricolage/comp/media/images/ko_ko/workflow_workflow.gif -bricolage/comp/media/images/listsort_down_red.gif -bricolage/comp/media/images/listsort_down_teal.gif -bricolage/comp/media/images/listsort_up_red.gif -bricolage/comp/media/images/listsort_up_teal.gif -bricolage/comp/media/images/lo/acknowledge_all_red.gif -bricolage/comp/media/images/lo/acknowledge_checked_red.gif -bricolage/comp/media/images/lo/add_category_lgreen.gif -bricolage/comp/media/images/lo/add_component_lgreen.gif -bricolage/comp/media/images/lo/add_element_lgreen.gif -bricolage/comp/media/images/lo/add_elements_lgreen.gif -bricolage/comp/media/images/lo/add_more_lgreen.gif -bricolage/comp/media/images/lo/add_notes_lgreen.gif -bricolage/comp/media/images/lo/add_sub_element_lgreen.gif -bricolage/comp/media/images/lo/add_sub_elements_lgreen.gif -bricolage/comp/media/images/lo/add_template_code_lgreen.gif -bricolage/comp/media/images/lo/add_to_form_lgreen.gif -bricolage/comp/media/images/lo/add_to_list_lgreen.gif -bricolage/comp/media/images/lo/bulk_edit_lgreen.gif -bricolage/comp/media/images/lo/cancel_check_out_lgreen.gif -bricolage/comp/media/images/lo/cancel_checked_red.gif -bricolage/comp/media/images/lo/cancel_lgreen.gif -bricolage/comp/media/images/lo/cancel_red.gif -bricolage/comp/media/images/lo/change_red.gif -bricolage/comp/media/images/lo/check_in_dgreen.gif -bricolage/comp/media/images/lo/checkin_assets_red.gif -bricolage/comp/media/images/lo/checkout_red.gif -bricolage/comp/media/images/lo/clear_all_red.gif -bricolage/comp/media/images/lo/clear_values_lgreen.gif -bricolage/comp/media/images/lo/close.gif -bricolage/comp/media/images/lo/contributors_dgreen.gif -bricolage/comp/media/images/lo/create_red.gif -bricolage/comp/media/images/lo/delete_categories_red.gif -bricolage/comp/media/images/lo/delete_checked_red.gif -bricolage/comp/media/images/lo/delete_red.gif -bricolage/comp/media/images/lo/deploy_checked_red.gif -bricolage/comp/media/images/lo/edit_lgreen.gif -bricolage/comp/media/images/lo/edit_notes_lgreen.gif -bricolage/comp/media/images/lo/edit_template_code_lgreen.gif -bricolage/comp/media/images/lo/help.gif -bricolage/comp/media/images/lo/keywords_dgreen.gif -bricolage/comp/media/images/lo/login.gif -bricolage/comp/media/images/lo/logout.gif -bricolage/comp/media/images/lo/media_dgreen.gif -bricolage/comp/media/images/lo/move_assets_lgreen.gif -bricolage/comp/media/images/lo/my_alerts_orange.gif -bricolage/comp/media/images/lo/my_workspace_off.gif -bricolage/comp/media/images/lo/my_workspace_on.gif -bricolage/comp/media/images/lo/new_desk_red.gif -bricolage/comp/media/images/lo/new_organization_lgreen.gif -bricolage/comp/media/images/lo/next_dkgreen.gif -bricolage/comp/media/images/lo/permissions_dgreen.gif -bricolage/comp/media/images/lo/preview_lgreen.gif -bricolage/comp/media/images/lo/publish_assets_red.gif -bricolage/comp/media/images/lo/publish_checked_red.gif -bricolage/comp/media/images/lo/related_stories_dgreen.gif -bricolage/comp/media/images/lo/remove_from_list_red.gif -bricolage/comp/media/images/lo/reorder_lgreen.gif -bricolage/comp/media/images/lo/resize_lgreen.gif -bricolage/comp/media/images/lo/return_dgreen.gif -bricolage/comp/media/images/lo/revert_dgreen.gif -bricolage/comp/media/images/lo/save_and_stay_lgreen.gif -bricolage/comp/media/images/lo/save_lgreen.gif -bricolage/comp/media/images/lo/save_red.gif -bricolage/comp/media/images/lo/search_green.gif -bricolage/comp/media/images/lo/search_lgreen.gif -bricolage/comp/media/images/lo/search_red.gif -bricolage/comp/media/images/lo/select_all_lgreen.gif -bricolage/comp/media/images/lo/stories_dgreen.gif -bricolage/comp/media/images/lo/templates_dgreen.gif -bricolage/comp/media/images/lo/upload_red.gif -bricolage/comp/media/images/lo/use_this_role_lgreen.gif -bricolage/comp/media/images/lo/view_dgreen.gif -bricolage/comp/media/images/lo/view_diff.gif -bricolage/comp/media/images/lo/view_trail_dgreen.gif -bricolage/comp/media/images/lo/view_trail_teal.gif -bricolage/comp/media/images/lo/workflow_admin.gif -bricolage/comp/media/images/lo/workflow_workflow.gif -bricolage/comp/media/images/mdgreen_arrow_closed.gif -bricolage/comp/media/images/my/acknowledge_all_red.gif -bricolage/comp/media/images/my/acknowledge_checked_red.gif -bricolage/comp/media/images/my/add_category_lgreen.gif -bricolage/comp/media/images/my/add_component_lgreen.gif -bricolage/comp/media/images/my/add_element_lgreen.gif -bricolage/comp/media/images/my/add_elements_lgreen.gif -bricolage/comp/media/images/my/add_more_lgreen.gif -bricolage/comp/media/images/my/add_notes_lgreen.gif -bricolage/comp/media/images/my/add_sub_element_lgreen.gif -bricolage/comp/media/images/my/add_sub_elements_lgreen.gif -bricolage/comp/media/images/my/add_template_code_lgreen.gif -bricolage/comp/media/images/my/add_to_form_lgreen.gif -bricolage/comp/media/images/my/add_to_list_lgreen.gif -bricolage/comp/media/images/my/bulk_edit_lgreen.gif -bricolage/comp/media/images/my/cancel_check_out_lgreen.gif -bricolage/comp/media/images/my/cancel_checked_red.gif -bricolage/comp/media/images/my/cancel_lgreen.gif -bricolage/comp/media/images/my/cancel_red.gif -bricolage/comp/media/images/my/change_red.gif -bricolage/comp/media/images/my/check_in_dgreen.gif -bricolage/comp/media/images/my/checkin_assets_red.gif -bricolage/comp/media/images/my/checkout_red.gif -bricolage/comp/media/images/my/clear_all_red.gif -bricolage/comp/media/images/my/clear_values_lgreen.gif -bricolage/comp/media/images/my/close.gif -bricolage/comp/media/images/my/contributors_dgreen.gif -bricolage/comp/media/images/my/create_red.gif -bricolage/comp/media/images/my/delete_categories_red.gif -bricolage/comp/media/images/my/delete_checked_red.gif -bricolage/comp/media/images/my/delete_red.gif -bricolage/comp/media/images/my/deploy_checked_red.gif -bricolage/comp/media/images/my/edit_lgreen.gif -bricolage/comp/media/images/my/edit_notes_lgreen.gif -bricolage/comp/media/images/my/edit_template_code_lgreen.gif -bricolage/comp/media/images/my/help.gif -bricolage/comp/media/images/my/keywords_dgreen.gif -bricolage/comp/media/images/my/login.gif -bricolage/comp/media/images/my/logout.gif -bricolage/comp/media/images/my/media_dgreen.gif -bricolage/comp/media/images/my/move_assets_lgreen.gif -bricolage/comp/media/images/my/my_alerts_orange.gif -bricolage/comp/media/images/my/my_workspace_off.gif -bricolage/comp/media/images/my/my_workspace_on.gif -bricolage/comp/media/images/my/new_desk_red.gif -bricolage/comp/media/images/my/new_organization_lgreen.gif -bricolage/comp/media/images/my/next_dkgreen.gif -bricolage/comp/media/images/my/permissions_dgreen.gif -bricolage/comp/media/images/my/preview_lgreen.gif -bricolage/comp/media/images/my/publish_assets_red.gif -bricolage/comp/media/images/my/publish_checked_red.gif -bricolage/comp/media/images/my/related_stories_dgreen.gif -bricolage/comp/media/images/my/remove_from_list_red.gif -bricolage/comp/media/images/my/reorder_lgreen.gif -bricolage/comp/media/images/my/resize_lgreen.gif -bricolage/comp/media/images/my/return_dgreen.gif -bricolage/comp/media/images/my/revert_dgreen.gif -bricolage/comp/media/images/my/save_and_stay_lgreen.gif -bricolage/comp/media/images/my/save_lgreen.gif -bricolage/comp/media/images/my/save_red.gif -bricolage/comp/media/images/my/search_green.gif -bricolage/comp/media/images/my/search_lgreen.gif -bricolage/comp/media/images/my/search_red.gif -bricolage/comp/media/images/my/select_all_lgreen.gif -bricolage/comp/media/images/my/stories_dgreen.gif -bricolage/comp/media/images/my/templates_dgreen.gif -bricolage/comp/media/images/my/upload_red.gif -bricolage/comp/media/images/my/use_this_role_lgreen.gif -bricolage/comp/media/images/my/view_dgreen.gif -bricolage/comp/media/images/my/view_diff.gif -bricolage/comp/media/images/my/view_trail_dgreen.gif -bricolage/comp/media/images/my/view_trail_teal.gif -bricolage/comp/media/images/my/workflow_admin.gif -bricolage/comp/media/images/my/workflow_workflow.gif -bricolage/comp/media/images/nav_background.gif -bricolage/comp/media/images/note.gif -bricolage/comp/media/images/note_fill.gif -bricolage/comp/media/images/pt_pt/acknowledge_all_red.gif -bricolage/comp/media/images/pt_pt/acknowledge_checked_red.gif -bricolage/comp/media/images/pt_pt/add_category_lgreen.gif -bricolage/comp/media/images/pt_pt/add_component_lgreen.gif -bricolage/comp/media/images/pt_pt/add_element_lgreen.gif -bricolage/comp/media/images/pt_pt/add_elements_lgreen.gif -bricolage/comp/media/images/pt_pt/add_more_lgreen.gif -bricolage/comp/media/images/pt_pt/add_notes_lgreen.gif -bricolage/comp/media/images/pt_pt/add_sub_element_lgreen.gif -bricolage/comp/media/images/pt_pt/add_sub_elements_lgreen.gif -bricolage/comp/media/images/pt_pt/add_template_code_lgreen.gif -bricolage/comp/media/images/pt_pt/add_to_form_lgreen.gif -bricolage/comp/media/images/pt_pt/add_to_list_lgreen.gif -bricolage/comp/media/images/pt_pt/bulk_edit_lgreen.gif -bricolage/comp/media/images/pt_pt/cancel_check_out_lgreen.gif -bricolage/comp/media/images/pt_pt/cancel_checked_red.gif -bricolage/comp/media/images/pt_pt/cancel_lgreen.gif -bricolage/comp/media/images/pt_pt/cancel_red.gif -bricolage/comp/media/images/pt_pt/change_red.gif -bricolage/comp/media/images/pt_pt/check_in_dgreen.gif -bricolage/comp/media/images/pt_pt/checkin_assets_red.gif -bricolage/comp/media/images/pt_pt/checkout_red.gif -bricolage/comp/media/images/pt_pt/clear_all_red.gif -bricolage/comp/media/images/pt_pt/clear_values_lgreen.gif -bricolage/comp/media/images/pt_pt/close.gif -bricolage/comp/media/images/pt_pt/contributors_dgreen.gif -bricolage/comp/media/images/pt_pt/create_red.gif -bricolage/comp/media/images/pt_pt/delete_categories_red.gif -bricolage/comp/media/images/pt_pt/delete_checked_red.gif -bricolage/comp/media/images/pt_pt/delete_red.gif -bricolage/comp/media/images/pt_pt/deploy_checked_red.gif -bricolage/comp/media/images/pt_pt/edit_lgreen.gif -bricolage/comp/media/images/pt_pt/edit_notes_lgreen.gif -bricolage/comp/media/images/pt_pt/edit_template_code_lgreen.gif -bricolage/comp/media/images/pt_pt/help.gif -bricolage/comp/media/images/pt_pt/keywords_dgreen.gif -bricolage/comp/media/images/pt_pt/login.gif -bricolage/comp/media/images/pt_pt/logout.gif -bricolage/comp/media/images/pt_pt/media_dgreen.gif -bricolage/comp/media/images/pt_pt/move_assets_lgreen.gif -bricolage/comp/media/images/pt_pt/my_alerts_orange.gif -bricolage/comp/media/images/pt_pt/my_workspace_off.gif -bricolage/comp/media/images/pt_pt/my_workspace_on.gif -bricolage/comp/media/images/pt_pt/new_desk_red.gif -bricolage/comp/media/images/pt_pt/new_organization_lgreen.gif -bricolage/comp/media/images/pt_pt/next_dkgreen.gif -bricolage/comp/media/images/pt_pt/permissions_dgreen.gif -bricolage/comp/media/images/pt_pt/preview_lgreen.gif -bricolage/comp/media/images/pt_pt/publish_assets_red.gif -bricolage/comp/media/images/pt_pt/publish_checked_red.gif -bricolage/comp/media/images/pt_pt/related_stories_dgreen.gif -bricolage/comp/media/images/pt_pt/remove_from_list_red.gif -bricolage/comp/media/images/pt_pt/reorder_lgreen.gif -bricolage/comp/media/images/pt_pt/resize_lgreen.gif -bricolage/comp/media/images/pt_pt/return_dgreen.gif -bricolage/comp/media/images/pt_pt/revert_dgreen.gif -bricolage/comp/media/images/pt_pt/save_and_stay_lgreen.gif -bricolage/comp/media/images/pt_pt/save_lgreen.gif -bricolage/comp/media/images/pt_pt/save_red.gif -bricolage/comp/media/images/pt_pt/search_green.gif -bricolage/comp/media/images/pt_pt/search_lgreen.gif -bricolage/comp/media/images/pt_pt/search_red.gif -bricolage/comp/media/images/pt_pt/select_all_lgreen.gif -bricolage/comp/media/images/pt_pt/stories_dgreen.gif -bricolage/comp/media/images/pt_pt/templates_dgreen.gif -bricolage/comp/media/images/pt_pt/upload_red.gif -bricolage/comp/media/images/pt_pt/use_this_role_lgreen.gif -bricolage/comp/media/images/pt_pt/view_dgreen.gif -bricolage/comp/media/images/pt_pt/view_diff.gif -bricolage/comp/media/images/pt_pt/view_trail_dgreen.gif -bricolage/comp/media/images/pt_pt/view_trail_teal.gif -bricolage/comp/media/images/pt_pt/workflow_admin.gif -bricolage/comp/media/images/pt_pt/workflow_workflow.gif -bricolage/comp/media/images/ru_ru/Thumbs.db -bricolage/comp/media/images/ru_ru/acknowledge_all_red.gif -bricolage/comp/media/images/ru_ru/acknowledge_checked_red.gif -bricolage/comp/media/images/ru_ru/add_category_lgreen.gif -bricolage/comp/media/images/ru_ru/add_component_lgreen.gif -bricolage/comp/media/images/ru_ru/add_element_lgreen.gif -bricolage/comp/media/images/ru_ru/add_elements_lgreen.gif -bricolage/comp/media/images/ru_ru/add_more_lgreen.gif -bricolage/comp/media/images/ru_ru/add_notes_lgreen.gif -bricolage/comp/media/images/ru_ru/add_sub_element_lgreen.gif -bricolage/comp/media/images/ru_ru/add_sub_elements_lgreen.gif -bricolage/comp/media/images/ru_ru/add_template_code_lgreen.gif -bricolage/comp/media/images/ru_ru/add_to_form_lgreen.gif -bricolage/comp/media/images/ru_ru/add_to_list_lgreen.gif -bricolage/comp/media/images/ru_ru/bulk_edit_lgreen.gif -bricolage/comp/media/images/ru_ru/cancel_check_out_lgreen.gif -bricolage/comp/media/images/ru_ru/cancel_checked_red.gif -bricolage/comp/media/images/ru_ru/cancel_lgreen.gif -bricolage/comp/media/images/ru_ru/cancel_red.gif -bricolage/comp/media/images/ru_ru/change_red.gif -bricolage/comp/media/images/ru_ru/check_in_dgreen.gif -bricolage/comp/media/images/ru_ru/checkin_assets_red.gif -bricolage/comp/media/images/ru_ru/checkout_red.gif -bricolage/comp/media/images/ru_ru/clear_all_red.gif -bricolage/comp/media/images/ru_ru/clear_values_lgreen.gif -bricolage/comp/media/images/ru_ru/close.gif -bricolage/comp/media/images/ru_ru/contributors_dgreen.gif -bricolage/comp/media/images/ru_ru/create_red.gif -bricolage/comp/media/images/ru_ru/delete_categories_red.gif -bricolage/comp/media/images/ru_ru/delete_checked_red.gif -bricolage/comp/media/images/ru_ru/delete_red.gif -bricolage/comp/media/images/ru_ru/deploy_checked_red.gif -bricolage/comp/media/images/ru_ru/edit_lgreen.gif -bricolage/comp/media/images/ru_ru/edit_notes_lgreen.gif -bricolage/comp/media/images/ru_ru/edit_template_code_lgreen.gif -bricolage/comp/media/images/ru_ru/help.gif -bricolage/comp/media/images/ru_ru/keywords_dgreen.gif -bricolage/comp/media/images/ru_ru/login.gif -bricolage/comp/media/images/ru_ru/logout.gif -bricolage/comp/media/images/ru_ru/media_dgreen.gif -bricolage/comp/media/images/ru_ru/move_assets_lgreen.gif -bricolage/comp/media/images/ru_ru/my_alerts_orange.gif -bricolage/comp/media/images/ru_ru/my_workspace_off.gif -bricolage/comp/media/images/ru_ru/my_workspace_on.gif -bricolage/comp/media/images/ru_ru/new_desk_red.gif -bricolage/comp/media/images/ru_ru/new_organization_lgreen.gif -bricolage/comp/media/images/ru_ru/next_dkgreen.gif -bricolage/comp/media/images/ru_ru/permissions_dgreen.gif -bricolage/comp/media/images/ru_ru/preview_lgreen.gif -bricolage/comp/media/images/ru_ru/publish_assets_red.gif -bricolage/comp/media/images/ru_ru/publish_checked_red.gif -bricolage/comp/media/images/ru_ru/related_stories_dgreen.gif -bricolage/comp/media/images/ru_ru/remove_from_list_red.gif -bricolage/comp/media/images/ru_ru/reorder_lgreen.gif -bricolage/comp/media/images/ru_ru/resize_lgreen.gif -bricolage/comp/media/images/ru_ru/return_dgreen.gif -bricolage/comp/media/images/ru_ru/revert_dgreen.gif -bricolage/comp/media/images/ru_ru/save_and_stay_lgreen.gif -bricolage/comp/media/images/ru_ru/save_lgreen.gif -bricolage/comp/media/images/ru_ru/save_red.gif -bricolage/comp/media/images/ru_ru/search_green.gif -bricolage/comp/media/images/ru_ru/search_lgreen.gif -bricolage/comp/media/images/ru_ru/search_red.gif -bricolage/comp/media/images/ru_ru/select_all_lgreen.gif -bricolage/comp/media/images/ru_ru/stories_dgreen.gif -bricolage/comp/media/images/ru_ru/templates_dgreen.gif -bricolage/comp/media/images/ru_ru/upload_red.gif -bricolage/comp/media/images/ru_ru/use_this_role_lgreen.gif -bricolage/comp/media/images/ru_ru/view_dgreen.gif -bricolage/comp/media/images/ru_ru/view_diff.gif -bricolage/comp/media/images/ru_ru/view_trail_dgreen.gif -bricolage/comp/media/images/ru_ru/view_trail_teal.gif -bricolage/comp/media/images/ru_ru/workflow_admin.gif -bricolage/comp/media/images/ru_ru/workflow_workflow.gif -bricolage/comp/media/images/spacer.gif -bricolage/comp/media/images/ug/acknowledge_all_red.gif -bricolage/comp/media/images/ug/acknowledge_checked_red.gif -bricolage/comp/media/images/ug/add_category_lgreen.gif -bricolage/comp/media/images/ug/add_component_lgreen.gif -bricolage/comp/media/images/ug/add_element_lgreen.gif -bricolage/comp/media/images/ug/add_elements_lgreen.gif -bricolage/comp/media/images/ug/add_more_lgreen.gif -bricolage/comp/media/images/ug/add_notes_lgreen.gif -bricolage/comp/media/images/ug/add_sub_element_lgreen.gif -bricolage/comp/media/images/ug/add_sub_elements_lgreen.gif -bricolage/comp/media/images/ug/add_template_code_lgreen.gif -bricolage/comp/media/images/ug/add_to_form_lgreen.gif -bricolage/comp/media/images/ug/add_to_list_lgreen.gif -bricolage/comp/media/images/ug/bulk_edit_lgreen.gif -bricolage/comp/media/images/ug/cancel_check_out_lgreen.gif -bricolage/comp/media/images/ug/cancel_checked_red.gif -bricolage/comp/media/images/ug/cancel_lgreen.gif -bricolage/comp/media/images/ug/cancel_red.gif -bricolage/comp/media/images/ug/change_red.gif -bricolage/comp/media/images/ug/check_in_dgreen.gif -bricolage/comp/media/images/ug/checkin_assets_red.gif -bricolage/comp/media/images/ug/checkout_red.gif -bricolage/comp/media/images/ug/clear_all_red.gif -bricolage/comp/media/images/ug/clear_values_lgreen.gif -bricolage/comp/media/images/ug/close.gif -bricolage/comp/media/images/ug/contributors_dgreen.gif -bricolage/comp/media/images/ug/create_red.gif -bricolage/comp/media/images/ug/delete_categories_red.gif -bricolage/comp/media/images/ug/delete_checked_red.gif -bricolage/comp/media/images/ug/delete_red.gif -bricolage/comp/media/images/ug/deploy_checked_red.gif -bricolage/comp/media/images/ug/edit_lgreen.gif -bricolage/comp/media/images/ug/edit_notes_lgreen.gif -bricolage/comp/media/images/ug/edit_template_code_lgreen.gif -bricolage/comp/media/images/ug/help.gif -bricolage/comp/media/images/ug/keywords_dgreen.gif -bricolage/comp/media/images/ug/login.gif -bricolage/comp/media/images/ug/logout.gif -bricolage/comp/media/images/ug/media_dgreen.gif -bricolage/comp/media/images/ug/move_assets_lgreen.gif -bricolage/comp/media/images/ug/my_alerts_orange.gif -bricolage/comp/media/images/ug/my_workspace_off.gif -bricolage/comp/media/images/ug/my_workspace_on.gif -bricolage/comp/media/images/ug/new_desk_red.gif -bricolage/comp/media/images/ug/new_organization_lgreen.gif -bricolage/comp/media/images/ug/next_dkgreen.gif -bricolage/comp/media/images/ug/permissions_dgreen.gif -bricolage/comp/media/images/ug/preview_lgreen.gif -bricolage/comp/media/images/ug/publish_assets_red.gif -bricolage/comp/media/images/ug/publish_checked_red.gif -bricolage/comp/media/images/ug/related_stories_dgreen.gif -bricolage/comp/media/images/ug/remove_from_list_red.gif -bricolage/comp/media/images/ug/reorder_lgreen.gif -bricolage/comp/media/images/ug/resize_lgreen.gif -bricolage/comp/media/images/ug/return_dgreen.gif -bricolage/comp/media/images/ug/revert_dgreen.gif -bricolage/comp/media/images/ug/save_and_stay_lgreen.gif -bricolage/comp/media/images/ug/save_lgreen.gif -bricolage/comp/media/images/ug/save_red.gif -bricolage/comp/media/images/ug/search_green.gif -bricolage/comp/media/images/ug/search_lgreen.gif -bricolage/comp/media/images/ug/search_red.gif -bricolage/comp/media/images/ug/select_all_lgreen.gif -bricolage/comp/media/images/ug/stories_dgreen.gif -bricolage/comp/media/images/ug/templates_dgreen.gif -bricolage/comp/media/images/ug/upload_red.gif -bricolage/comp/media/images/ug/use_this_role_lgreen.gif -bricolage/comp/media/images/ug/view_dgreen.gif -bricolage/comp/media/images/ug/view_diff.gif -bricolage/comp/media/images/ug/view_trail_dgreen.gif -bricolage/comp/media/images/ug/view_trail_teal.gif -bricolage/comp/media/images/ug/workflow_admin.gif -bricolage/comp/media/images/ug/workflow_workflow.gif -bricolage/comp/media/images/vi_vn/acknowledge_all_red.gif -bricolage/comp/media/images/vi_vn/acknowledge_checked_red.gif -bricolage/comp/media/images/vi_vn/add_category_lgreen.gif -bricolage/comp/media/images/vi_vn/add_component_lgreen.gif -bricolage/comp/media/images/vi_vn/add_element_lgreen.gif -bricolage/comp/media/images/vi_vn/add_elements_lgreen.gif -bricolage/comp/media/images/vi_vn/add_more_lgreen.gif -bricolage/comp/media/images/vi_vn/add_notes_lgreen.gif -bricolage/comp/media/images/vi_vn/add_sub_element_lgreen.gif -bricolage/comp/media/images/vi_vn/add_sub_elements_lgreen.gif -bricolage/comp/media/images/vi_vn/add_template_code_lgreen.gif -bricolage/comp/media/images/vi_vn/add_to_form_lgreen.gif -bricolage/comp/media/images/vi_vn/add_to_list_lgreen.gif -bricolage/comp/media/images/vi_vn/bulk_edit_lgreen.gif -bricolage/comp/media/images/vi_vn/cancel_check_out_lgreen.gif -bricolage/comp/media/images/vi_vn/cancel_checked_red.gif -bricolage/comp/media/images/vi_vn/cancel_lgreen.gif -bricolage/comp/media/images/vi_vn/cancel_red.gif -bricolage/comp/media/images/vi_vn/change_red.gif -bricolage/comp/media/images/vi_vn/check_in_dgreen.gif -bricolage/comp/media/images/vi_vn/checkin_assets_red.gif -bricolage/comp/media/images/vi_vn/checkout_red.gif -bricolage/comp/media/images/vi_vn/clear_all_red.gif -bricolage/comp/media/images/vi_vn/clear_values_lgreen.gif -bricolage/comp/media/images/vi_vn/close.gif -bricolage/comp/media/images/vi_vn/contributors_dgreen.gif -bricolage/comp/media/images/vi_vn/create_red.gif -bricolage/comp/media/images/vi_vn/delete_categories_red.gif -bricolage/comp/media/images/vi_vn/delete_checked_red.gif -bricolage/comp/media/images/vi_vn/delete_red.gif -bricolage/comp/media/images/vi_vn/deploy_checked_red.gif -bricolage/comp/media/images/vi_vn/edit_lgreen.gif -bricolage/comp/media/images/vi_vn/edit_notes_lgreen.gif -bricolage/comp/media/images/vi_vn/edit_template_code_lgreen.gif -bricolage/comp/media/images/vi_vn/help.gif -bricolage/comp/media/images/vi_vn/keywords_dgreen.gif -bricolage/comp/media/images/vi_vn/login.gif -bricolage/comp/media/images/vi_vn/logout.gif -bricolage/comp/media/images/vi_vn/media_dgreen.gif -bricolage/comp/media/images/vi_vn/move_assets_lgreen.gif -bricolage/comp/media/images/vi_vn/my_alerts_orange.gif -bricolage/comp/media/images/vi_vn/my_workspace_off.gif -bricolage/comp/media/images/vi_vn/my_workspace_on.gif -bricolage/comp/media/images/vi_vn/new_desk_red.gif -bricolage/comp/media/images/vi_vn/new_organization_lgreen.gif -bricolage/comp/media/images/vi_vn/next_dkgreen.gif -bricolage/comp/media/images/vi_vn/permissions_dgreen.gif -bricolage/comp/media/images/vi_vn/preview_lgreen.gif -bricolage/comp/media/images/vi_vn/publish_assets_red.gif -bricolage/comp/media/images/vi_vn/publish_checked_red.gif -bricolage/comp/media/images/vi_vn/related_stories_dgreen.gif -bricolage/comp/media/images/vi_vn/remove_from_list_red.gif -bricolage/comp/media/images/vi_vn/reorder_lgreen.gif -bricolage/comp/media/images/vi_vn/resize_lgreen.gif -bricolage/comp/media/images/vi_vn/return_dgreen.gif -bricolage/comp/media/images/vi_vn/revert_dgreen.gif -bricolage/comp/media/images/vi_vn/save_and_stay_lgreen.gif -bricolage/comp/media/images/vi_vn/save_lgreen.gif -bricolage/comp/media/images/vi_vn/save_red.gif -bricolage/comp/media/images/vi_vn/search_green.gif -bricolage/comp/media/images/vi_vn/search_lgreen.gif -bricolage/comp/media/images/vi_vn/search_red.gif -bricolage/comp/media/images/vi_vn/select_all_lgreen.gif -bricolage/comp/media/images/vi_vn/stories_dgreen.gif -bricolage/comp/media/images/vi_vn/templates_dgreen.gif -bricolage/comp/media/images/vi_vn/upload_red.gif -bricolage/comp/media/images/vi_vn/use_this_role_lgreen.gif -bricolage/comp/media/images/vi_vn/view_trail_dgreen.gif -bricolage/comp/media/images/vi_vn/view_dgreen.gif -bricolage/comp/media/images/vi_vn/view_diff.gif -bricolage/comp/media/images/vi_vn/view_trail_teal.gif -bricolage/comp/media/images/vi_vn/workflow_admin.gif -bricolage/comp/media/images/vi_vn/workflow_workflow.gif -bricolage/comp/media/images/white_arrow_closed.gif -bricolage/comp/media/images/zh_cn/acknowledge_all_red.gif -bricolage/comp/media/images/zh_cn/acknowledge_checked_red.gif -bricolage/comp/media/images/zh_cn/add_category_lgreen.gif -bricolage/comp/media/images/zh_cn/add_component_lgreen.gif -bricolage/comp/media/images/zh_cn/add_element_lgreen.gif -bricolage/comp/media/images/zh_cn/add_elements_lgreen.gif -bricolage/comp/media/images/zh_cn/add_more_lgreen.gif -bricolage/comp/media/images/zh_cn/add_notes_lgreen.gif -bricolage/comp/media/images/zh_cn/add_sub_element_lgreen.gif -bricolage/comp/media/images/zh_cn/add_sub_elements_lgreen.gif -bricolage/comp/media/images/zh_cn/add_template_code_lgreen.gif -bricolage/comp/media/images/zh_cn/add_to_form_lgreen.gif -bricolage/comp/media/images/zh_cn/add_to_list_lgreen.gif -bricolage/comp/media/images/zh_cn/bulk_edit_lgreen.gif -bricolage/comp/media/images/zh_cn/cancel_check_out_lgreen.gif -bricolage/comp/media/images/zh_cn/cancel_checked_red.gif -bricolage/comp/media/images/zh_cn/cancel_lgreen.gif -bricolage/comp/media/images/zh_cn/cancel_red.gif -bricolage/comp/media/images/zh_cn/change_red.gif -bricolage/comp/media/images/zh_cn/check_in_dgreen.gif -bricolage/comp/media/images/zh_cn/checkin_assets_red.gif -bricolage/comp/media/images/zh_cn/checkout_red.gif -bricolage/comp/media/images/zh_cn/clear_all_red.gif -bricolage/comp/media/images/zh_cn/clear_values_lgreen.gif -bricolage/comp/media/images/zh_cn/close.gif -bricolage/comp/media/images/zh_cn/contributors_dgreen.gif -bricolage/comp/media/images/zh_cn/create_red.gif -bricolage/comp/media/images/zh_cn/delete_categories_red.gif -bricolage/comp/media/images/zh_cn/delete_checked_red.gif -bricolage/comp/media/images/zh_cn/delete_red.gif -bricolage/comp/media/images/zh_cn/deploy_checked_red.gif -bricolage/comp/media/images/zh_cn/edit_lgreen.gif -bricolage/comp/media/images/zh_cn/edit_notes_lgreen.gif -bricolage/comp/media/images/zh_cn/edit_template_code_lgreen.gif -bricolage/comp/media/images/zh_cn/help.gif -bricolage/comp/media/images/zh_cn/keywords_dgreen.gif -bricolage/comp/media/images/zh_cn/login.gif -bricolage/comp/media/images/zh_cn/logout.gif -bricolage/comp/media/images/zh_cn/media_dgreen.gif -bricolage/comp/media/images/zh_cn/move_assets_lgreen.gif -bricolage/comp/media/images/zh_cn/my_alerts_orange.gif -bricolage/comp/media/images/zh_cn/my_workspace_off.gif -bricolage/comp/media/images/zh_cn/my_workspace_on.gif -bricolage/comp/media/images/zh_cn/new_desk_red.gif -bricolage/comp/media/images/zh_cn/new_organization_lgreen.gif -bricolage/comp/media/images/zh_cn/next_dkgreen.gif -bricolage/comp/media/images/zh_cn/permissions_dgreen.gif -bricolage/comp/media/images/zh_cn/preview_lgreen.gif -bricolage/comp/media/images/zh_cn/publish_assets_red.gif -bricolage/comp/media/images/zh_cn/publish_checked_red.gif -bricolage/comp/media/images/zh_cn/related_stories_dgreen.gif -bricolage/comp/media/images/zh_cn/remove_from_list_red.gif -bricolage/comp/media/images/zh_cn/reorder_lgreen.gif -bricolage/comp/media/images/zh_cn/resize_lgreen.gif -bricolage/comp/media/images/zh_cn/return_dgreen.gif -bricolage/comp/media/images/zh_cn/revert_dgreen.gif -bricolage/comp/media/images/zh_cn/save_and_stay_lgreen.gif -bricolage/comp/media/images/zh_cn/save_lgreen.gif -bricolage/comp/media/images/zh_cn/save_red.gif -bricolage/comp/media/images/zh_cn/search_green.gif -bricolage/comp/media/images/zh_cn/search_lgreen.gif -bricolage/comp/media/images/zh_cn/search_red.gif -bricolage/comp/media/images/zh_cn/select_all_lgreen.gif -bricolage/comp/media/images/zh_cn/stories_dgreen.gif -bricolage/comp/media/images/zh_cn/templates_dgreen.gif -bricolage/comp/media/images/zh_cn/upload_red.gif -bricolage/comp/media/images/zh_cn/use_this_role_lgreen.gif -bricolage/comp/media/images/zh_cn/view_trail_dgreen.gif -bricolage/comp/media/images/zh_cn/view_dgreen.gif -bricolage/comp/media/images/zh_cn/view_diff.gif -bricolage/comp/media/images/zh_cn/view_trail_teal.gif -bricolage/comp/media/images/zh_cn/workflow_admin.gif -bricolage/comp/media/images/zh_cn/workflow_workflow.gif -bricolage/comp/media/images/zh_hk/acknowledge_all_red.gif -bricolage/comp/media/images/zh_hk/acknowledge_checked_red.gif -bricolage/comp/media/images/zh_hk/add_category_lgreen.gif -bricolage/comp/media/images/zh_hk/add_component_lgreen.gif -bricolage/comp/media/images/zh_hk/add_element_lgreen.gif -bricolage/comp/media/images/zh_hk/add_elements_lgreen.gif -bricolage/comp/media/images/zh_hk/add_more_lgreen.gif -bricolage/comp/media/images/zh_hk/add_notes_lgreen.gif -bricolage/comp/media/images/zh_hk/add_sub_element_lgreen.gif -bricolage/comp/media/images/zh_hk/add_sub_elements_lgreen.gif -bricolage/comp/media/images/zh_hk/add_template_code_lgreen.gif -bricolage/comp/media/images/zh_hk/add_to_form_lgreen.gif -bricolage/comp/media/images/zh_hk/add_to_list_lgreen.gif -bricolage/comp/media/images/zh_hk/bulk_edit_lgreen.gif -bricolage/comp/media/images/zh_hk/cancel_check_out_lgreen.gif -bricolage/comp/media/images/zh_hk/cancel_checked_red.gif -bricolage/comp/media/images/zh_hk/cancel_lgreen.gif -bricolage/comp/media/images/zh_hk/cancel_red.gif -bricolage/comp/media/images/zh_hk/change_red.gif -bricolage/comp/media/images/zh_hk/check_in_dgreen.gif -bricolage/comp/media/images/zh_hk/checkin_assets_red.gif -bricolage/comp/media/images/zh_hk/checkout_red.gif -bricolage/comp/media/images/zh_hk/clear_all_red.gif -bricolage/comp/media/images/zh_hk/clear_values_lgreen.gif -bricolage/comp/media/images/zh_hk/close.gif -bricolage/comp/media/images/zh_hk/contributors_dgreen.gif -bricolage/comp/media/images/zh_hk/create_red.gif -bricolage/comp/media/images/zh_hk/delete_categories_red.gif -bricolage/comp/media/images/zh_hk/delete_checked_red.gif -bricolage/comp/media/images/zh_hk/delete_red.gif -bricolage/comp/media/images/zh_hk/deploy_checked_red.gif -bricolage/comp/media/images/zh_hk/edit_lgreen.gif -bricolage/comp/media/images/zh_hk/edit_notes_lgreen.gif -bricolage/comp/media/images/zh_hk/edit_template_code_lgreen.gif -bricolage/comp/media/images/zh_hk/help.gif -bricolage/comp/media/images/zh_hk/keywords_dgreen.gif -bricolage/comp/media/images/zh_hk/login.gif -bricolage/comp/media/images/zh_hk/logout.gif -bricolage/comp/media/images/zh_hk/media_dgreen.gif -bricolage/comp/media/images/zh_hk/move_assets_lgreen.gif -bricolage/comp/media/images/zh_hk/my_alerts_orange.gif -bricolage/comp/media/images/zh_hk/my_workspace_off.gif -bricolage/comp/media/images/zh_hk/my_workspace_on.gif -bricolage/comp/media/images/zh_hk/new_desk_red.gif -bricolage/comp/media/images/zh_hk/new_organization_lgreen.gif -bricolage/comp/media/images/zh_hk/next_dkgreen.gif -bricolage/comp/media/images/zh_hk/permissions_dgreen.gif -bricolage/comp/media/images/zh_hk/preview_lgreen.gif -bricolage/comp/media/images/zh_hk/publish_assets_red.gif -bricolage/comp/media/images/zh_hk/publish_checked_red.gif -bricolage/comp/media/images/zh_hk/related_stories_dgreen.gif -bricolage/comp/media/images/zh_hk/remove_from_list_red.gif -bricolage/comp/media/images/zh_hk/reorder_lgreen.gif -bricolage/comp/media/images/zh_hk/resize_lgreen.gif -bricolage/comp/media/images/zh_hk/return_dgreen.gif -bricolage/comp/media/images/zh_hk/revert_dgreen.gif -bricolage/comp/media/images/zh_hk/save_and_stay_lgreen.gif -bricolage/comp/media/images/zh_hk/save_lgreen.gif -bricolage/comp/media/images/zh_hk/save_red.gif -bricolage/comp/media/images/zh_hk/search_green.gif -bricolage/comp/media/images/zh_hk/search_lgreen.gif -bricolage/comp/media/images/zh_hk/search_red.gif -bricolage/comp/media/images/zh_hk/select_all_lgreen.gif -bricolage/comp/media/images/zh_hk/stories_dgreen.gif -bricolage/comp/media/images/zh_hk/templates_dgreen.gif -bricolage/comp/media/images/zh_hk/upload_red.gif -bricolage/comp/media/images/zh_hk/use_this_role_lgreen.gif -bricolage/comp/media/images/zh_hk/view_dgreen.gif -bricolage/comp/media/images/zh_hk/view_diff.gif -bricolage/comp/media/images/zh_hk/view_trail_dgreen.gif -bricolage/comp/media/images/zh_hk/view_trail_teal.gif -bricolage/comp/media/images/zh_hk/workflow_admin.gif -bricolage/comp/media/images/zh_hk/workflow_workflow.gif -bricolage/comp/media/images/zh_tw/acknowledge_all_red.gif -bricolage/comp/media/images/zh_tw/acknowledge_checked_red.gif -bricolage/comp/media/images/zh_tw/add_category_lgreen.gif -bricolage/comp/media/images/zh_tw/add_component_lgreen.gif -bricolage/comp/media/images/zh_tw/add_element_lgreen.gif -bricolage/comp/media/images/zh_tw/add_elements_lgreen.gif -bricolage/comp/media/images/zh_tw/add_more_lgreen.gif -bricolage/comp/media/images/zh_tw/add_notes_lgreen.gif -bricolage/comp/media/images/zh_tw/add_sub_element_lgreen.gif -bricolage/comp/media/images/zh_tw/add_sub_elements_lgreen.gif -bricolage/comp/media/images/zh_tw/add_template_code_lgreen.gif -bricolage/comp/media/images/zh_tw/add_to_form_lgreen.gif -bricolage/comp/media/images/zh_tw/add_to_list_lgreen.gif -bricolage/comp/media/images/zh_tw/bulk_edit_lgreen.gif -bricolage/comp/media/images/zh_tw/cancel_check_out_lgreen.gif -bricolage/comp/media/images/zh_tw/cancel_checked_red.gif -bricolage/comp/media/images/zh_tw/cancel_lgreen.gif -bricolage/comp/media/images/zh_tw/cancel_red.gif -bricolage/comp/media/images/zh_tw/change_red.gif -bricolage/comp/media/images/zh_tw/check_in_dgreen.gif -bricolage/comp/media/images/zh_tw/checkin_assets_red.gif -bricolage/comp/media/images/zh_tw/checkout_red.gif -bricolage/comp/media/images/zh_tw/clear_all_red.gif -bricolage/comp/media/images/zh_tw/clear_values_lgreen.gif -bricolage/comp/media/images/zh_tw/close.gif -bricolage/comp/media/images/zh_tw/contributors_dgreen.gif -bricolage/comp/media/images/zh_tw/create_red.gif -bricolage/comp/media/images/zh_tw/delete_categories_red.gif -bricolage/comp/media/images/zh_tw/delete_checked_red.gif -bricolage/comp/media/images/zh_tw/delete_red.gif -bricolage/comp/media/images/zh_tw/deploy_checked_red.gif -bricolage/comp/media/images/zh_tw/edit_lgreen.gif -bricolage/comp/media/images/zh_tw/edit_notes_lgreen.gif -bricolage/comp/media/images/zh_tw/edit_template_code_lgreen.gif -bricolage/comp/media/images/zh_tw/help.gif -bricolage/comp/media/images/zh_tw/keywords_dgreen.gif -bricolage/comp/media/images/zh_tw/login.gif -bricolage/comp/media/images/zh_tw/logout.gif -bricolage/comp/media/images/zh_tw/media_dgreen.gif -bricolage/comp/media/images/zh_tw/move_assets_lgreen.gif -bricolage/comp/media/images/zh_tw/my_alerts_orange.gif -bricolage/comp/media/images/zh_tw/my_workspace_off.gif -bricolage/comp/media/images/zh_tw/my_workspace_on.gif -bricolage/comp/media/images/zh_tw/new_desk_red.gif -bricolage/comp/media/images/zh_tw/new_organization_lgreen.gif -bricolage/comp/media/images/zh_tw/next_dkgreen.gif -bricolage/comp/media/images/zh_tw/permissions_dgreen.gif -bricolage/comp/media/images/zh_tw/preview_lgreen.gif -bricolage/comp/media/images/zh_tw/publish_assets_red.gif -bricolage/comp/media/images/zh_tw/publish_checked_red.gif -bricolage/comp/media/images/zh_tw/related_stories_dgreen.gif -bricolage/comp/media/images/zh_tw/remove_from_list_red.gif -bricolage/comp/media/images/zh_tw/reorder_lgreen.gif -bricolage/comp/media/images/zh_tw/resize_lgreen.gif -bricolage/comp/media/images/zh_tw/return_dgreen.gif -bricolage/comp/media/images/zh_tw/revert_dgreen.gif -bricolage/comp/media/images/zh_tw/save_and_stay_lgreen.gif -bricolage/comp/media/images/zh_tw/save_lgreen.gif -bricolage/comp/media/images/zh_tw/save_red.gif -bricolage/comp/media/images/zh_tw/search_green.gif -bricolage/comp/media/images/zh_tw/search_lgreen.gif -bricolage/comp/media/images/zh_tw/search_red.gif -bricolage/comp/media/images/zh_tw/select_all_lgreen.gif -bricolage/comp/media/images/zh_tw/stories_dgreen.gif -bricolage/comp/media/images/zh_tw/templates_dgreen.gif -bricolage/comp/media/images/zh_tw/upload_red.gif -bricolage/comp/media/images/zh_tw/use_this_role_lgreen.gif -bricolage/comp/media/images/zh_tw/view_dgreen.gif -bricolage/comp/media/images/zh_tw/view_diff.gif -bricolage/comp/media/images/zh_tw/view_trail_dgreen.gif -bricolage/comp/media/images/zh_tw/view_trail_teal.gif -bricolage/comp/media/images/zh_tw/workflow_admin.gif -bricolage/comp/media/images/zh_tw/workflow_workflow.gif -bricolage/comp/media/js/bo_messages.js -bricolage/comp/media/js/de_de_messages.js -bricolage/comp/media/js/en_us_messages.js -bricolage/comp/media/js/it_it_messages.js -bricolage/comp/media/js/km_messages.js -bricolage/comp/media/js/ko_ko_messages.js -bricolage/comp/media/js/lib.js -bricolage/comp/media/js/lo_messages.js -bricolage/comp/media/js/my_messages.js -bricolage/comp/media/js/pt_pt_messages.js -bricolage/comp/media/js/ru_ru_messages.js -bricolage/comp/media/js/ug_messages.js -bricolage/comp/media/js/vi_vn_messages.js -bricolage/comp/media/js/zh_cn_messages.js -bricolage/comp/media/js/zh_hk_messages.js -bricolage/comp/media/js/zh_tw_messages.js -bricolage/comp/media/mime/none.png -bricolage/comp/widgets/add_more/add_more.mc -bricolage/comp/widgets/add_more/index.html -bricolage/comp/widgets/alertList/alertList.mc -bricolage/comp/widgets/alertList/index.html -bricolage/comp/widgets/alias/alias.mc -bricolage/comp/widgets/alias/find_alias.html -bricolage/comp/widgets/asset_meta/asset_meta.mc -bricolage/comp/widgets/asset_meta/edit_notes.html -bricolage/comp/widgets/asset_meta/index.html -bricolage/comp/widgets/asset_meta/view_notes.html -bricolage/comp/widgets/container_prof/container_prof.mc -bricolage/comp/widgets/container_prof/edit.html -bricolage/comp/widgets/container_prof/edit_bulk.html -bricolage/comp/widgets/container_prof/edit_related_media.html -bricolage/comp/widgets/container_prof/edit_related_story.html -bricolage/comp/widgets/container_prof/view.html -bricolage/comp/widgets/debug/data.mc -bricolage/comp/widgets/debug/debug.mc -bricolage/comp/widgets/debug/dump.mc -bricolage/comp/widgets/desk/category.html -bricolage/comp/widgets/desk/desk.mc -bricolage/comp/widgets/desk/desk_bottom.html -bricolage/comp/widgets/desk/desk_item.html -bricolage/comp/widgets/desk/desk_top.html -bricolage/comp/widgets/desk/index.html -bricolage/comp/widgets/desk/publish_status.mc -bricolage/comp/widgets/desk/publish_status_span.mc -bricolage/comp/widgets/doubleListManager/doubleListManager.mc -bricolage/comp/widgets/eventList/eventList.mc -bricolage/comp/widgets/eventList/index.html -bricolage/comp/widgets/file_upload/file_upload.mc -bricolage/comp/widgets/file_upload/no_file.html -bricolage/comp/widgets/formBuilder/formBuilder.mc -bricolage/comp/widgets/grp_membership/grp_membership.mc -bricolage/comp/widgets/help/creators.html -bricolage/comp/widgets/help/debuggers.html -bricolage/comp/widgets/help/developers.html -bricolage/comp/widgets/help/emeriti.html -bricolage/comp/widgets/help/help_writers.html -bricolage/comp/widgets/help/maintainers.html -bricolage/comp/widgets/help/others.html -bricolage/comp/widgets/help/patchers.html -bricolage/comp/widgets/help/translators.html -bricolage/comp/widgets/listManager/full_list.mc -bricolage/comp/widgets/listManager/listManager.mc -bricolage/comp/widgets/login/index.html -bricolage/comp/widgets/login/loggedout.html -bricolage/comp/widgets/login/login.mc -bricolage/comp/widgets/media_prof/edit_category.html -bricolage/comp/widgets/media_prof/edit_contributor_role.html -bricolage/comp/widgets/media_prof/edit_contributors.html -bricolage/comp/widgets/media_prof/edit_keyword.html -bricolage/comp/widgets/media_prof/edit_meta.html -bricolage/comp/widgets/media_prof/edit_new.html -bricolage/comp/widgets/media_prof/file_section.mc -bricolage/comp/widgets/media_prof/media_prof.mc -bricolage/comp/widgets/media_prof/view_meta.html -bricolage/comp/widgets/perm/display.html -bricolage/comp/widgets/perm/perm.mc -bricolage/comp/widgets/profile/asset_ocs.mc -bricolage/comp/widgets/profile/button.mc -bricolage/comp/widgets/profile/buttonBar.mc -bricolage/comp/widgets/profile/checkbox.mc -bricolage/comp/widgets/profile/date.mc -bricolage/comp/widgets/profile/displayAttrs.mc -bricolage/comp/widgets/profile/displayFormElement.mc -bricolage/comp/widgets/profile/dumpRemainingFields.mc -bricolage/comp/widgets/profile/formButtons.mc -bricolage/comp/widgets/profile/hidden.mc -bricolage/comp/widgets/profile/imageSubmit.mc -bricolage/comp/widgets/profile/index.html -bricolage/comp/widgets/profile/media_upload.mc -bricolage/comp/widgets/profile/password.mc -bricolage/comp/widgets/profile/preview_link.mc -bricolage/comp/widgets/profile/radio.mc -bricolage/comp/widgets/profile/select.mc -bricolage/comp/widgets/profile/text.mc -bricolage/comp/widgets/profile/textarea.mc -bricolage/comp/widgets/publish/publish.mc -bricolage/comp/widgets/search/alpha.html -bricolage/comp/widgets/search/dual.html -bricolage/comp/widgets/search/index.html -bricolage/comp/widgets/search/media.html -bricolage/comp/widgets/search/search.mc -bricolage/comp/widgets/search/singular.html -bricolage/comp/widgets/search/story.html -bricolage/comp/widgets/search/substr.html -bricolage/comp/widgets/search/template.html -bricolage/comp/widgets/search/triple.html -bricolage/comp/widgets/select_object/dropdown.html -bricolage/comp/widgets/select_object/select_object.mc -bricolage/comp/widgets/select_time/inline.html -bricolage/comp/widgets/select_time/inline_ro.html -bricolage/comp/widgets/select_time/select_time.mc -bricolage/comp/widgets/site_context/site_context.mc -bricolage/comp/widgets/story_prof/edit_categories.html -bricolage/comp/widgets/story_prof/edit_clone.html -bricolage/comp/widgets/story_prof/edit_contributor_role.html -bricolage/comp/widgets/story_prof/edit_contributors.html -bricolage/comp/widgets/story_prof/edit_keyword.html -bricolage/comp/widgets/story_prof/edit_meta.html -bricolage/comp/widgets/story_prof/edit_new.html -bricolage/comp/widgets/story_prof/index.html -bricolage/comp/widgets/story_prof/story_prof.mc -bricolage/comp/widgets/story_prof/view_meta.html -bricolage/comp/widgets/summary/index.html -bricolage/comp/widgets/summary/media_meta.html -bricolage/comp/widgets/summary/story_meta.html -bricolage/comp/widgets/summary/summary.mc -bricolage/comp/widgets/tmpl_prof/edit_meta.html -bricolage/comp/widgets/tmpl_prof/edit_new.html -bricolage/comp/widgets/tmpl_prof/tmpl_prof.mc -bricolage/comp/widgets/tmpl_prof/view_meta.html -bricolage/comp/widgets/wrappers/index.html -bricolage/comp/widgets/wrappers/sharky/footer.mc -bricolage/comp/widgets/wrappers/sharky/header.mc -bricolage/comp/widgets/wrappers/sharky/login.html -bricolage/comp/widgets/wrappers/sharky/sideNav.mc -bricolage/comp/widgets/wrappers/sharky/table_bottom.mc -bricolage/comp/widgets/wrappers/sharky/table_top.mc -bricolage/comp/workflow/active/dhandler -bricolage/comp/workflow/alerts/dhandler -bricolage/comp/workflow/alerts/recip -bricolage/comp/workflow/events/dhandler -bricolage/comp/workflow/manager/autohandler -bricolage/comp/workflow/manager/dhandler -bricolage/comp/workflow/profile/alerts/dhandler -bricolage/comp/workflow/profile/alias/dhandler -bricolage/comp/workflow/profile/alias/pick_cats.html -bricolage/comp/workflow/profile/desk/dhandler -bricolage/comp/workflow/profile/media/category.html -bricolage/comp/workflow/profile/media/container/dhandler -bricolage/comp/workflow/profile/media/container/edit.html -bricolage/comp/workflow/profile/media/container/edit_bulk.html -bricolage/comp/workflow/profile/media/container/edit_related_media.html -bricolage/comp/workflow/profile/media/container/edit_related_story.html -bricolage/comp/workflow/profile/media/contributor_role.html -bricolage/comp/workflow/profile/media/contributors.html -bricolage/comp/workflow/profile/media/dhandler -bricolage/comp/workflow/profile/media/edit_notes.html -bricolage/comp/workflow/profile/media/keywords.html -bricolage/comp/workflow/profile/media/new/dhandler -bricolage/comp/workflow/profile/media/view_notes.html -bricolage/comp/workflow/profile/preview/dhandler -bricolage/comp/workflow/profile/preview/control/control.html -bricolage/comp/workflow/profile/preview/control/dhandler -bricolage/comp/workflow/profile/publish/dhandler -bricolage/comp/workflow/profile/story/categories.html -bricolage/comp/workflow/profile/story/container/dhandler -bricolage/comp/workflow/profile/story/container/edit.html -bricolage/comp/workflow/profile/story/container/edit_bulk.html -bricolage/comp/workflow/profile/story/container/edit_related_media.html -bricolage/comp/workflow/profile/story/container/edit_related_story.html -bricolage/comp/workflow/profile/story/contributor_role.html -bricolage/comp/workflow/profile/story/contributors.html -bricolage/comp/workflow/profile/story/dhandler -bricolage/comp/workflow/profile/story/edit_notes.html -bricolage/comp/workflow/profile/story/keywords.html -bricolage/comp/workflow/profile/story/new/dhandler -bricolage/comp/workflow/profile/story/view_notes.html -bricolage/comp/workflow/profile/workspace/clone/dhandler -bricolage/comp/workflow/profile/workspace/dhandler -bricolage/comp/workflow/trail/dhandler -bricolage/comp/help/bo/workflow/active/template.html -bricolage/comp/help/bo/workflow/manager/template.html -bricolage/comp/help/bo/workflow/profile/container/edit.html -bricolage/comp/help/bo/workflow/profile/container/edit_bulk.html -bricolage/comp/help/bo/workflow/profile/template/new.html -bricolage/comp/help/de_de/admin/profile/field_type.html -bricolage/comp/help/de_de/admin/profile/pref.html -bricolage/comp/help/de_de/workflow/active/template.html -bricolage/comp/help/de_de/workflow/manager/template.html -bricolage/comp/help/de_de/workflow/profile/container/edit.html -bricolage/comp/help/de_de/workflow/profile/container/edit_bulk.html -bricolage/comp/help/de_de/workflow/profile/template/new.html -bricolage/comp/help/en_us/admin/profile/field_type.html -bricolage/comp/help/en_us/admin/profile/pref.html -bricolage/comp/help/en_us/workflow/active/template.html -bricolage/comp/help/en_us/workflow/manager/template.html -bricolage/comp/help/en_us/workflow/profile/container/edit.html -bricolage/comp/help/en_us/workflow/profile/container/edit_bulk.html -bricolage/comp/help/en_us/workflow/profile/template/new.html -bricolage/comp/help/it_it/admin/profile/element_type.html -bricolage/comp/help/it_it/admin/profile/field_type.html -bricolage/comp/help/it_it/admin/profile/pref.html -bricolage/comp/help/it_it/workflow/active/template.html -bricolage/comp/help/it_it/workflow/manager/template.html -bricolage/comp/help/it_it/workflow/profile/template.html -bricolage/comp/help/it_it/workflow/profile/container/edit.html -bricolage/comp/help/it_it/workflow/profile/container/edit_bulk.html -bricolage/comp/help/it_it/workflow/profile/template/new.html -bricolage/comp/help/km/admin/profile/field_type.html -bricolage/comp/help/km/admin/profile/pref.html -bricolage/comp/help/km/workflow/active/template.html -bricolage/comp/help/km/workflow/manager/template.html -bricolage/comp/help/km/workflow/profile/container/edit.html -bricolage/comp/help/km/workflow/profile/container/edit_bulk.html -bricolage/comp/help/km/workflow/profile/template/new.html -bricolage/comp/help/ko_ko/admin/profile/field_type.html -bricolage/comp/help/ko_ko/admin/profile/pref.html -bricolage/comp/help/ko_ko/workflow/active/template.html -bricolage/comp/help/ko_ko/workflow/manager/template.html -bricolage/comp/help/ko_ko/workflow/profile/container/edit.html -bricolage/comp/help/ko_ko/workflow/profile/container/edit_bulk.html -bricolage/comp/help/ko_ko/workflow/profile/template/new.html -bricolage/comp/help/lo/admin/profile/field_type.html -bricolage/comp/help/lo/admin/profile/pref.html -bricolage/comp/help/lo/workflow/active/template.html -bricolage/comp/help/lo/workflow/manager/template.html -bricolage/comp/help/lo/workflow/profile/container/edit.html -bricolage/comp/help/lo/workflow/profile/container/edit_bulk.html -bricolage/comp/help/lo/workflow/profile/template/new.html -bricolage/comp/help/my/admin/profile/field_type.html -bricolage/comp/help/my/admin/profile/pref.html -bricolage/comp/help/my/workflow/active/template.html -bricolage/comp/help/my/workflow/manager/template.html -bricolage/comp/help/my/workflow/profile/container/edit.html -bricolage/comp/help/my/workflow/profile/container/edit_bulk.html -bricolage/comp/help/my/workflow/profile/template/new.html -bricolage/comp/help/pt_pt/admin/profile/element_type.html -bricolage/comp/help/pt_pt/admin/profile/field_type.html -bricolage/comp/help/pt_pt/admin/profile/pref.html -bricolage/comp/help/pt_pt/workflow/active/template.html -bricolage/comp/help/pt_pt/workflow/manager/template.html -bricolage/comp/help/pt_pt/workflow/profile/template.html -bricolage/comp/help/pt_pt/workflow/profile/container/edit.html -bricolage/comp/help/pt_pt/workflow/profile/container/edit_bulk.html -bricolage/comp/help/pt_pt/workflow/profile/template/new.html -bricolage/comp/help/ru_ru/admin/profile/field_type.html -bricolage/comp/help/ru_ru/admin/profile/pref.html -bricolage/comp/help/ru_ru/workflow/active/template.html -bricolage/comp/help/ru_ru/workflow/manager/template.html -bricolage/comp/help/ru_ru/workflow/profile/container/edit.html -bricolage/comp/help/ru_ru/workflow/profile/container/edit_bulk.html -bricolage/comp/help/ru_ru/workflow/profile/template/new.html -bricolage/comp/help/ug/admin/profile/field_type.html -bricolage/comp/help/ug/admin/profile/pref.html -bricolage/comp/help/ug/workflow/active/template.html -bricolage/comp/help/ug/workflow/manager/template.html -bricolage/comp/help/ug/workflow/profile/container/edit.html -bricolage/comp/help/ug/workflow/profile/container/edit_bulk.html -bricolage/comp/help/ug/workflow/profile/template/new.html -bricolage/comp/help/vi_vn/admin/profile/field_type.html -bricolage/comp/help/vi_vn/admin/profile/pref.html -bricolage/comp/help/vi_vn/workflow/active/template.html -bricolage/comp/help/vi_vn/workflow/manager/template.html -bricolage/comp/help/vi_vn/workflow/profile/container/edit.html -bricolage/comp/help/vi_vn/workflow/profile/container/edit_bulk.html -bricolage/comp/help/vi_vn/workflow/profile/template/new.html -bricolage/comp/help/zh_cn/admin/profile/field_type.html -bricolage/comp/help/zh_cn/admin/profile/pref.html -bricolage/comp/help/zh_cn/workflow/active/template.html -bricolage/comp/help/zh_cn/workflow/manager/template.html -bricolage/comp/help/zh_cn/workflow/profile/container/edit.html -bricolage/comp/help/zh_cn/workflow/profile/container/edit_bulk.html -bricolage/comp/help/zh_cn/workflow/profile/template/new.html -bricolage/comp/help/zh_cn/workflow/profile/workspace.html -bricolage/comp/help/zh_hk/admin/profile/element_type.html -bricolage/comp/help/zh_hk/admin/profile/field_type.html -bricolage/comp/help/zh_hk/admin/profile/pref.html -bricolage/comp/help/zh_hk/workflow/active/template.html -bricolage/comp/help/zh_hk/workflow/manager/template.html -bricolage/comp/help/zh_hk/workflow/profile/template.html -bricolage/comp/help/zh_hk/workflow/profile/container/edit.html -bricolage/comp/help/zh_hk/workflow/profile/container/edit_bulk.html -bricolage/comp/help/zh_hk/workflow/profile/template/new.html -bricolage/comp/help/zh_tw/admin/profile/element_type.html -bricolage/comp/help/zh_tw/admin/profile/field_type.html -bricolage/comp/help/zh_tw/admin/profile/pref.html -bricolage/comp/help/zh_tw/workflow/active/template.html -bricolage/comp/help/zh_tw/workflow/manager/template.html -bricolage/comp/help/zh_tw/workflow/profile/template.html -bricolage/comp/help/zh_tw/workflow/profile/container/edit.html -bricolage/comp/help/zh_tw/workflow/profile/container/edit_bulk.html -bricolage/comp/help/zh_tw/workflow/profile/template/new.html -bricolage/comp/media/images/bricolage.gif -bricolage/comp/media/images/curve_left.gif -bricolage/comp/media/images/curve_right.gif -bricolage/comp/media/images/my_workspace.gif -bricolage/comp/media/images/pencil.gif -bricolage/comp/media/images/white_arrow_open.gif -bricolage/comp/widgets/buttons/back.mc -bricolage/comp/widgets/buttons/help.mc -bricolage/comp/widgets/buttons/submit.mc -bricolage/comp/widgets/dialog_box/dialog_box.mc -bricolage/comp/widgets/dialog_box/find.mc -bricolage/comp/widgets/field_type/field_type.mc -bricolage/comp/widgets/summary/template_meta.html -bricolage/comp/widgets/wysiwyg/htmlarea.html -bricolage/comp/widgets/wysiwyg/load.mc -bricolage/comp/widgets/wysiwyg/xinha.html -bricolage/comp/workflow/profile/template/comments.html -bricolage/comp/workflow/profile/template/dhandler -bricolage/comp/workflow/profile/template/edit_comments.html -bricolage/comp/workflow/profile/template/edit_notes.html -bricolage/comp/workflow/profile/template/trail.html -bricolage/comp/workflow/profile/template/view_notes.html -bricolage/comp/workflow/profile/template/new/dhandler -bricolage/conf/bricolage.conf -bricolage/conf/bricolage.conf.def -bricolage/conf/httpd.conf -bricolage/conf/httpd.conf.def -bricolage/conf/install.db -bricolage/data/burn/comp/oc_1/autohandler -bricolage/data/burn/comp/oc_1/book_profile.mc -bricolage/data/burn/comp/oc_1/book_review.mc -bricolage/data/burn/comp/oc_1/column.mc -bricolage/data/burn/comp/oc_1/cover.mc -bricolage/data/burn/comp/oc_1/inset.mc -bricolage/data/burn/comp/oc_1/page.mc -bricolage/data/burn/comp/oc_1/pull_quote.mc -bricolage/data/burn/comp/oc_1/related_media.mc -bricolage/data/burn/comp/oc_1/related_stories.mc -bricolage/data/burn/comp/oc_1/related_story.mc -bricolage/data/burn/comp/oc_1/story.mc -%%SITE_PERL%%/Bric.pm -%%SITE_PERL%%/Bric/Admin.pod -%%SITE_PERL%%/Bric/AdvTemplates.pod -%%SITE_PERL%%/Bric/Alert.pod -%%SITE_PERL%%/Bric/App/AccessHandler.pm -%%SITE_PERL%%/Bric/App/ApacheConfig.pm -%%SITE_PERL%%/Bric/App/ApacheHandler.pm -%%SITE_PERL%%/Bric/App/ApacheStartup.pm -%%SITE_PERL%%/Bric/App/Auth.pm -%%SITE_PERL%%/Bric/App/Authz.pm -%%SITE_PERL%%/Bric/App/Cache.pm -%%SITE_PERL%%/Bric/App/Callback.pm -%%SITE_PERL%%/Bric/App/Callback/AddMore.pm -%%SITE_PERL%%/Bric/App/Callback/Alert.pm -%%SITE_PERL%%/Bric/App/Callback/Alias.pm -%%SITE_PERL%%/Bric/App/Callback/AssetMeta.pm -%%SITE_PERL%%/Bric/App/Callback/BulkPublish.pm -%%SITE_PERL%%/Bric/App/Callback/CharTrans.pm -%%SITE_PERL%%/Bric/App/Callback/ContainerProf.pm -%%SITE_PERL%%/Bric/App/Callback/Desk.pm -%%SITE_PERL%%/Bric/App/Callback/Event.pm -%%SITE_PERL%%/Bric/App/Callback/ListManager.pm -%%SITE_PERL%%/Bric/App/Callback/Login.pm -%%SITE_PERL%%/Bric/App/Callback/Nav.pm -%%SITE_PERL%%/Bric/App/Callback/Perm.pm -%%SITE_PERL%%/Bric/App/Callback/Profile.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Action.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/AlertType.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Category.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Contrib.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Desk.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Dest.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/ElementType.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/FieldType.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/FormBuilder.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Grp.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Job.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Keyword.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Media.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/MediaType.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Org.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/OutputChannel.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Pref.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Server.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Site.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Source.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Story.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Template.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/User.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/UserPref.pm -%%SITE_PERL%%/Bric/App/Callback/Profile/Workflow.pm -%%SITE_PERL%%/Bric/App/Callback/Publish.pm -%%SITE_PERL%%/Bric/App/Callback/Request.pm -%%SITE_PERL%%/Bric/App/Callback/Search.pm -%%SITE_PERL%%/Bric/App/Callback/SelectObject.pm -%%SITE_PERL%%/Bric/App/Callback/SelectTime.pm -%%SITE_PERL%%/Bric/App/Callback/SiteContext.pm -%%SITE_PERL%%/Bric/App/Callback/Util/Contact.pm -%%SITE_PERL%%/Bric/App/Callback/Workspace.pm -%%SITE_PERL%%/Bric/App/CleanupHandler.pm -%%SITE_PERL%%/Bric/App/Event.pm -%%SITE_PERL%%/Bric/App/Handler.pm -%%SITE_PERL%%/Bric/App/MediaFunc.pm -%%SITE_PERL%%/Bric/App/PreviewHandler.pm -%%SITE_PERL%%/Bric/App/Session.pm -%%SITE_PERL%%/Bric/App/Util.pm -%%SITE_PERL%%/Bric/AssetEditing.pod -%%SITE_PERL%%/Bric/Biz/ATType.pm -%%SITE_PERL%%/Bric/Biz/Asset.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Media.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Media/Audio.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Media/Image.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Media/Video.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Parts/Tile.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Parts/Tile/Container.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Parts/Tile/Data.pm -%%SITE_PERL%%/Bric/Biz/Asset/Business/Story.pm -%%SITE_PERL%%/Bric/Biz/Asset/Formatting.pm -%%SITE_PERL%%/Bric/Biz/Asset/Template.pm -%%SITE_PERL%%/Bric/Biz/AssetType.pm -%%SITE_PERL%%/Bric/Biz/AssetType/Parts/Data.pm -%%SITE_PERL%%/Bric/Biz/Category.pm -%%SITE_PERL%%/Bric/Biz/Contact.pm -%%SITE_PERL%%/Bric/Biz/Element.pm -%%SITE_PERL%%/Bric/Biz/Element/Container.pm -%%SITE_PERL%%/Bric/Biz/Element/Field.pm -%%SITE_PERL%%/Bric/Biz/ElementType.pm -%%SITE_PERL%%/Bric/Biz/ElementType/Parts/FieldType.pm -%%SITE_PERL%%/Bric/Biz/Keyword.pm -%%SITE_PERL%%/Bric/Biz/Org.pm -%%SITE_PERL%%/Bric/Biz/Org/Parts/Addr.pm -%%SITE_PERL%%/Bric/Biz/Org/Person.pm -%%SITE_PERL%%/Bric/Biz/Org/Source.pm -%%SITE_PERL%%/Bric/Biz/OutputChannel.pm -%%SITE_PERL%%/Bric/Biz/OutputChannel/Element.pm -%%SITE_PERL%%/Bric/Biz/Person.pm -%%SITE_PERL%%/Bric/Biz/Person/User.pm -%%SITE_PERL%%/Bric/Biz/Site.pm -%%SITE_PERL%%/Bric/Biz/Workflow.pm -%%SITE_PERL%%/Bric/Biz/Workflow/Parts/Desk.pm -%%SITE_PERL%%/Bric/Changes.pod -%%SITE_PERL%%/Bric/Config.pm -%%SITE_PERL%%/Bric/DBA.pod -%%SITE_PERL%%/Bric/Dist/Action.pm -%%SITE_PERL%%/Bric/Dist/Action/Akamaize.pm -%%SITE_PERL%%/Bric/Dist/Action/DTDValidate.pm -%%SITE_PERL%%/Bric/Dist/Action/Email.pm -%%SITE_PERL%%/Bric/Dist/Action/HTMLClean.pm -%%SITE_PERL%%/Bric/Dist/Action/Mover.pm -%%SITE_PERL%%/Bric/Dist/ActionType.pm -%%SITE_PERL%%/Bric/Dist/Client.pm -%%SITE_PERL%%/Bric/Dist/Handler.pm -%%SITE_PERL%%/Bric/Dist/Resource.pm -%%SITE_PERL%%/Bric/Dist/Server.pm -%%SITE_PERL%%/Bric/Dist/ServerType.pm -%%SITE_PERL%%/Bric/ElementAdmin.pod -%%SITE_PERL%%/Bric/FAQ.pod -%%SITE_PERL%%/Bric/HTMLTemplate.pod -%%SITE_PERL%%/Bric/Hacker.pod -%%SITE_PERL%%/Bric/License.pod -%%SITE_PERL%%/Bric/SOAP.pm -%%SITE_PERL%%/Bric/SOAP/Asset.pm -%%SITE_PERL%%/Bric/SOAP/ATType.pm -%%SITE_PERL%%/Bric/SOAP/Auth.pm -%%SITE_PERL%%/Bric/SOAP/Category.pm -%%SITE_PERL%%/Bric/SOAP/ContribType.pm -%%SITE_PERL%%/Bric/SOAP/Desk.pm -%%SITE_PERL%%/Bric/SOAP/Destination.pm -%%SITE_PERL%%/Bric/SOAP/ElementType.pm -%%SITE_PERL%%/Bric/SOAP/Handler.pm -%%SITE_PERL%%/Bric/SOAP/Keyword.pm -%%SITE_PERL%%/Bric/SOAP/Media.pm -%%SITE_PERL%%/Bric/SOAP/MediaType.pm -%%SITE_PERL%%/Bric/SOAP/OutputChannel.pm -%%SITE_PERL%%/Bric/SOAP/Preference.pm -%%SITE_PERL%%/Bric/SOAP/Site.pm -%%SITE_PERL%%/Bric/SOAP/Story.pm -%%SITE_PERL%%/Bric/SOAP/Template.pm -%%SITE_PERL%%/Bric/SOAP/User.pm -%%SITE_PERL%%/Bric/SOAP/Util.pm -%%SITE_PERL%%/Bric/SOAP/Workflow.pm -%%SITE_PERL%%/Bric/Security.pod -%%SITE_PERL%%/Bric/Templates.pod -%%SITE_PERL%%/Bric/ToDo.pod -%%SITE_PERL%%/Bric/Util/Alert.pm -%%SITE_PERL%%/Bric/Util/AlertType.pm -%%SITE_PERL%%/Bric/Util/AlertType/Parts/Rule.pm -%%SITE_PERL%%/Bric/Util/Alerted.pm -%%SITE_PERL%%/Bric/Util/Alerted/Parts/Sent.pm -%%SITE_PERL%%/Bric/Util/Attribute.pm -%%SITE_PERL%%/Bric/Util/Attribute/Action.pm -%%SITE_PERL%%/Bric/Util/Attribute/Category.pm -%%SITE_PERL%%/Bric/Util/Attribute/ElementType.pm -%%SITE_PERL%%/Bric/Util/Attribute/FieldType.pm -%%SITE_PERL%%/Bric/Util/Attribute/Grp.pm -%%SITE_PERL%%/Bric/Util/Attribute/Member.pm -%%SITE_PERL%%/Bric/Util/AuthInternal.pm -%%SITE_PERL%%/Bric/Util/AuthLDAP.pm -%%SITE_PERL%%/Bric/Util/Burner.pm -%%SITE_PERL%%/Bric/Util/Burner/Mason.pm -%%SITE_PERL%%/Bric/Util/Burner/PHP.pm -%%SITE_PERL%%/Bric/Util/Burner/Template.pm -%%SITE_PERL%%/Bric/Util/Burner/TemplateToolkit.pm -%%SITE_PERL%%/Bric/Util/CharTrans.pm -%%SITE_PERL%%/Bric/Util/Class.pm -%%SITE_PERL%%/Bric/Util/Coll.pm -%%SITE_PERL%%/Bric/Util/Coll/Action.pm -%%SITE_PERL%%/Bric/Util/Coll/Addr.pm -%%SITE_PERL%%/Bric/Util/Coll/Addr/Person.pm -%%SITE_PERL%%/Bric/Util/Coll/Contact.pm -%%SITE_PERL%%/Bric/Util/Coll/Keyword.pm -%%SITE_PERL%%/Bric/Util/Coll/Member.pm -%%SITE_PERL%%/Bric/Util/Coll/OCElement.pm -%%SITE_PERL%%/Bric/Util/Coll/OCInclude.pm -%%SITE_PERL%%/Bric/Util/Coll/OutputChannel.pm -%%SITE_PERL%%/Bric/Util/Coll/Priv.pm -%%SITE_PERL%%/Bric/Util/Coll/Resource.pm -%%SITE_PERL%%/Bric/Util/Coll/Rule.pm -%%SITE_PERL%%/Bric/Util/Coll/Server.pm -%%SITE_PERL%%/Bric/Util/Coll/ServerType.pm -%%SITE_PERL%%/Bric/Util/Coll/Site.pm -%%SITE_PERL%%/Bric/Util/DBD/Oracle.pm -%%SITE_PERL%%/Bric/Util/DBD/Pg.pm -%%SITE_PERL%%/Bric/Util/DBD/mysql.pm -%%SITE_PERL%%/Bric/Util/DBI.pm -%%SITE_PERL%%/Bric/Util/Event.pm -%%SITE_PERL%%/Bric/Util/EventType.pm -%%SITE_PERL%%/Bric/Util/FTP/DirHandle.pm -%%SITE_PERL%%/Bric/Util/FTP/FileHandle.pm -%%SITE_PERL%%/Bric/Util/FTP/Server.pm -%%SITE_PERL%%/Bric/Util/Fault.pm -%%SITE_PERL%%/Bric/Util/Fault/Exception.pm -%%SITE_PERL%%/Bric/Util/Fault/Exception/AP.pm -%%SITE_PERL%%/Bric/Util/Fault/Exception/DA.pm -%%SITE_PERL%%/Bric/Util/Fault/Exception/DP.pm -%%SITE_PERL%%/Bric/Util/Fault/Exception/GEN.pm -%%SITE_PERL%%/Bric/Util/Fault/Exception/MNI.pm -%%SITE_PERL%%/Bric/Util/Grp.pm -%%SITE_PERL%%/Bric/Util/Grp/AlertType.pm -%%SITE_PERL%%/Bric/Util/Grp/Asset.pm -%%SITE_PERL%%/Bric/Util/Grp/AssetLanguage.pm -%%SITE_PERL%%/Bric/Util/Grp/AssetVersion.pm -%%SITE_PERL%%/Bric/Util/Grp/ATType.pm -%%SITE_PERL%%/Bric/Util/Grp/CategorySet.pm -%%SITE_PERL%%/Bric/Util/Grp/ContribType.pm -%%SITE_PERL%%/Bric/Util/Grp/Desk.pm -%%SITE_PERL%%/Bric/Util/Grp/Dest.pm -%%SITE_PERL%%/Bric/Util/Grp/ElementType.pm -%%SITE_PERL%%/Bric/Util/Grp/Event.pm -%%SITE_PERL%%/Bric/Util/Grp/Grp.pm -%%SITE_PERL%%/Bric/Util/Grp/Job.pm -%%SITE_PERL%%/Bric/Util/Grp/Keyword.pm -%%SITE_PERL%%/Bric/Util/Grp/Media.pm -%%SITE_PERL%%/Bric/Util/Grp/MediaType.pm -%%SITE_PERL%%/Bric/Util/Grp/Org.pm -%%SITE_PERL%%/Bric/Util/Grp/OutputChannel.pm -%%SITE_PERL%%/Bric/Util/Grp/Parts/Member.pm -%%SITE_PERL%%/Bric/Util/Grp/Parts/Member/Contrib.pm -%%SITE_PERL%%/Bric/Util/Grp/Person.pm -%%SITE_PERL%%/Bric/Util/Grp/Pref.pm -%%SITE_PERL%%/Bric/Util/Grp/Site.pm -%%SITE_PERL%%/Bric/Util/Grp/Source.pm -%%SITE_PERL%%/Bric/Util/Grp/Story.pm -%%SITE_PERL%%/Bric/Util/Grp/SubelementType.pm -%%SITE_PERL%%/Bric/Util/Grp/Template.pm -%%SITE_PERL%%/Bric/Util/Grp/User.pm -%%SITE_PERL%%/Bric/Util/Grp/Workflow.pm -%%SITE_PERL%%/Bric/Util/Job.pm -%%SITE_PERL%%/Bric/Util/Job/Dist.pm -%%SITE_PERL%%/Bric/Util/Job/Pub.pm -%%SITE_PERL%%/Bric/Util/Language.pm -%%SITE_PERL%%/Bric/Util/Language/bo.pm -%%SITE_PERL%%/Bric/Util/Language/de_de.pm -%%SITE_PERL%%/Bric/Util/Language/en_us.pm -%%SITE_PERL%%/Bric/Util/Language/it_it.pm -%%SITE_PERL%%/Bric/Util/Language/km.pm -%%SITE_PERL%%/Bric/Util/Language/ko_ko.pm -%%SITE_PERL%%/Bric/Util/Language/lo.pm -%%SITE_PERL%%/Bric/Util/Language/my.pm -%%SITE_PERL%%/Bric/Util/Language/pt_pt.pm -%%SITE_PERL%%/Bric/Util/Language/ru_ru.pm -%%SITE_PERL%%/Bric/Util/Language/ug.pm -%%SITE_PERL%%/Bric/Util/Language/vi_vn.pm -%%SITE_PERL%%/Bric/Util/Language/zh_cn.pm -%%SITE_PERL%%/Bric/Util/Language/zh_hk.pm -%%SITE_PERL%%/Bric/Util/Language/zh_tw.pm -%%SITE_PERL%%/Bric/Util/MediaType.pm -%%SITE_PERL%%/Bric/Util/Pref.pm -%%SITE_PERL%%/Bric/Util/Priv.pm -%%SITE_PERL%%/Bric/Util/Priv/Parts/Const.pm -%%SITE_PERL%%/Bric/Util/Time.pm -%%SITE_PERL%%/Bric/Util/Trans/FS.pm -%%SITE_PERL%%/Bric/Util/Trans/FTP.pm -%%SITE_PERL%%/Bric/Util/Trans/Jabber.pm -%%SITE_PERL%%/Bric/Util/Trans/Mail.pm -%%SITE_PERL%%/Bric/Util/Trans/SFTP.pm -%%SITE_PERL%%/Bric/Util/Trans/WebDAV.pm -%%SITE_PERL%%/Bric/Util/UserPref.pm -%%SITE_PERL%%/mach/auto/Bric/.packlist -%%SITE_PERL%%/mach/auto/bric_bin/.packlist -share/bricolage/Pg.sql - -@dirrm share/bricolage -@dirrm %%SITE_PERL%%/Bric/Util/Trans -@dirrm %%SITE_PERL%%/Bric/Util/Priv/Parts -@dirrm %%SITE_PERL%%/Bric/Util/Priv -@dirrm %%SITE_PERL%%/Bric/Util/Language -@dirrm %%SITE_PERL%%/Bric/Util/Job -@dirrm %%SITE_PERL%%/Bric/Util/Grp/Parts/Member -@dirrm %%SITE_PERL%%/Bric/Util/Grp/Parts -@dirrm %%SITE_PERL%%/Bric/Util/Grp -@dirrm %%SITE_PERL%%/Bric/Util/Fault/Exception -@dirrm %%SITE_PERL%%/Bric/Util/Fault -@dirrm %%SITE_PERL%%/Bric/Util/FTP -@dirrm %%SITE_PERL%%/Bric/Util/DBD -@dirrm %%SITE_PERL%%/Bric/Util/Coll/Addr -@dirrm %%SITE_PERL%%/Bric/Util/Coll -@dirrm %%SITE_PERL%%/Bric/Util/Burner -@dirrm %%SITE_PERL%%/Bric/Util/Attribute -@dirrm %%SITE_PERL%%/Bric/Util/Alerted/Parts -@dirrm %%SITE_PERL%%/Bric/Util/Alerted -@dirrm %%SITE_PERL%%/Bric/Util/AlertType/Parts -@dirrm %%SITE_PERL%%/Bric/Util/AlertType -@dirrm %%SITE_PERL%%/Bric/Util -@dirrm %%SITE_PERL%%/Bric/SOAP -@dirrm %%SITE_PERL%%/Bric/Dist/Action -@dirrm %%SITE_PERL%%/Bric/Dist -@dirrm %%SITE_PERL%%/Bric/Biz/Workflow/Parts -@dirrm %%SITE_PERL%%/Bric/Biz/Workflow -@dirrm %%SITE_PERL%%/Bric/Biz/Person -@dirrm %%SITE_PERL%%/Bric/Biz/OutputChannel -@dirrm %%SITE_PERL%%/Bric/Biz/Org/Parts -@dirrm %%SITE_PERL%%/Bric/Biz/Org -@dirrm %%SITE_PERL%%/Bric/Biz/ElementType/Parts -@dirrm %%SITE_PERL%%/Bric/Biz/ElementType -@dirrm %%SITE_PERL%%/Bric/Biz/Element -@dirrm %%SITE_PERL%%/Bric/Biz/AssetType/Parts -@dirrm %%SITE_PERL%%/Bric/Biz/AssetType -@dirrm %%SITE_PERL%%/Bric/Biz/Asset/Business/Parts/Tile -@dirrm %%SITE_PERL%%/Bric/Biz/Asset/Business/Parts -@dirrm %%SITE_PERL%%/Bric/Biz/Asset/Business/Media -@dirrm %%SITE_PERL%%/Bric/Biz/Asset/Business -@dirrm %%SITE_PERL%%/Bric/Biz/Asset -@dirrm %%SITE_PERL%%/Bric/Biz -@dirrm %%SITE_PERL%%/Bric/App/Callback/Util -@dirrm %%SITE_PERL%%/Bric/App/Callback/Profile -@dirrm %%SITE_PERL%%/Bric/App/Callback -@dirrm %%SITE_PERL%%/Bric/App -@dirrm %%SITE_PERL%%/Bric -@dirrm %%SITE_PERL%%/mach/auto/Bric -@dirrm %%SITE_PERL%%/mach/auto/bric_bin -@dirrm bricolage/upgrade/1.10.1 -@dirrm bricolage/upgrade/1.10.0 -@dirrm bricolage/upgrade/1.9.1 -@dirrm bricolage/upgrade/1.9.0 -@dirrm bricolage/upgrade/1.8.9 -@dirrm bricolage/upgrade/1.8.8 -@dirrm bricolage/upgrade/1.8.7 -@dirrm bricolage/upgrade/1.8.6 -@dirrm bricolage/upgrade/1.8.4 -@dirrm bricolage/upgrade/1.8.3 -@dirrm bricolage/upgrade/1.8.2 -@dirrm bricolage/upgrade/1.8.1 -@dirrm bricolage/upgrade/1.8.0 -@dirrm bricolage/upgrade/lib -@dirrm bricolage/upgrade -@exec [ -d %D/bricolage/tmp ] || (mkdir -p %D/bricolage/tmp && chown www:www %D/bricolage/tmp) -@exec [ -d %D/bricolage/tmp/bricolage ] || (mkdir -p %D/bricolage/tmp/bricolage && chown www:www %D/bricolage/tmp/bricolage) -@dirrm bricolage/tmp/bricolage -@dirrm bricolage/tmp -@exec [ -d %D/bricolage/log ] || (mkdir -p %D/bricolage/log && chown www:www %D/bricolage/log) -@dirrm bricolage/log -@dirrm bricolage/data/burn/comp/oc_1 -@dirrm bricolage/data/burn/comp -@dirrm bricolage/data/burn -@dirrm bricolage/data -@dirrm bricolage/conf -@dirrm bricolage/comp/workflow/trail -@dirrm bricolage/comp/workflow/profile/workspace/clone -@dirrm bricolage/comp/workflow/profile/workspace -@dirrm bricolage/comp/workflow/profile/template/new -@dirrm bricolage/comp/workflow/profile/template -@dirrm bricolage/comp/workflow/profile/story/new -@dirrm bricolage/comp/workflow/profile/story/container -@dirrm bricolage/comp/workflow/profile/story -@dirrm bricolage/comp/workflow/profile/publish -@dirrm bricolage/comp/workflow/profile/preview/control -@dirrm bricolage/comp/workflow/profile/preview -@dirrm bricolage/comp/workflow/profile/media/new -@dirrm bricolage/comp/workflow/profile/media/container -@dirrm bricolage/comp/workflow/profile/media -@dirrm bricolage/comp/workflow/profile/desk -@dirrm bricolage/comp/workflow/profile/alias -@dirrm bricolage/comp/workflow/profile/alerts -@dirrm bricolage/comp/workflow/profile -@dirrm bricolage/comp/workflow/manager -@dirrm bricolage/comp/workflow/events -@dirrm bricolage/comp/workflow/alerts -@dirrm bricolage/comp/workflow/active -@dirrm bricolage/comp/workflow -@dirrm bricolage/comp/widgets/buttons -@dirrm bricolage/comp/widgets/dialog_box -@dirrm bricolage/comp/widgets/field_type -@dirrm bricolage/comp/widgets/wysiwyg -@dirrm bricolage/comp/widgets/wrappers/sharky -@dirrm bricolage/comp/widgets/wrappers -@dirrm bricolage/comp/widgets/tmpl_prof -@dirrm bricolage/comp/widgets/summary -@dirrm bricolage/comp/widgets/story_prof -@dirrm bricolage/comp/widgets/site_context -@dirrm bricolage/comp/widgets/select_time -@dirrm bricolage/comp/widgets/select_object -@dirrm bricolage/comp/widgets/search -@dirrm bricolage/comp/widgets/publish -@dirrm bricolage/comp/widgets/profile -@dirrm bricolage/comp/widgets/perm -@dirrm bricolage/comp/widgets/media_prof -@dirrm bricolage/comp/widgets/login -@dirrm bricolage/comp/widgets/listManager -@exec [ -d %D/bricolage/comp/widgets/htmlarea ] || (mkdir -p %D/bricolage/comp/widgets/htmlarea && chown www:www %D/bricolage/comp/widgets/htmlarea) -@dirrm bricolage/comp/widgets/htmlarea -@dirrm bricolage/comp/widgets/help -@dirrm bricolage/comp/widgets/grp_membership -@dirrm bricolage/comp/widgets/formBuilder -@dirrm bricolage/comp/widgets/file_upload -@dirrm bricolage/comp/widgets/eventList -@dirrm bricolage/comp/widgets/doubleListManager -@dirrm bricolage/comp/widgets/desk -@dirrm bricolage/comp/widgets/debug -@dirrm bricolage/comp/widgets/container_prof -@dirrm bricolage/comp/widgets/asset_meta -@dirrm bricolage/comp/widgets/alias -@dirrm bricolage/comp/widgets/alertList -@dirrm bricolage/comp/widgets/add_more -@dirrm bricolage/comp/widgets -@exec [ -d %D/bricolage/comp/media/wysiwyg ] || (mkdir -p %D/bricolage/comp/media/wysiwyg && chown www:www %D/bricolage/comp/media/wysiwyg) -@dirrm bricolage/comp/media/wysiwyg -@dirrm bricolage/comp/media/mime -@dirrm bricolage/comp/media/js -@dirrm bricolage/comp/media/images/zh_tw -@dirrm bricolage/comp/media/images/zh_hk -@dirrm bricolage/comp/media/images/zh_cn -@dirrm bricolage/comp/media/images/vi_vn -@dirrm bricolage/comp/media/images/ug -@dirrm bricolage/comp/media/images/pt_pt -@dirrm bricolage/comp/media/images/ru_ru -@dirrm bricolage/comp/media/images/my -@dirrm bricolage/comp/media/images/lo -@dirrm bricolage/comp/media/images/ko_ko -@dirrm bricolage/comp/media/images/km -@dirrm bricolage/comp/media/images/it_it -@dirrm bricolage/comp/media/images/en_us -@dirrm bricolage/comp/media/images/de_de -@dirrm bricolage/comp/media/images/bo -@dirrm bricolage/comp/media/images -@dirrm bricolage/comp/media/css -@dirrm bricolage/comp/media -@dirrm bricolage/comp/login -@dirrm bricolage/comp/lib/util -@dirrm bricolage/comp/lib -@dirrm bricolage/comp/help/zh_tw/workflow/trail -@dirrm bricolage/comp/help/zh_tw/workflow/profile/template -@dirrm bricolage/comp/help/zh_tw/workflow/profile/story -@dirrm bricolage/comp/help/zh_tw/workflow/profile/media -@dirrm bricolage/comp/help/zh_tw/workflow/profile/container -@dirrm bricolage/comp/help/zh_tw/workflow/profile -@dirrm bricolage/comp/help/zh_tw/workflow/manager -@dirrm bricolage/comp/help/zh_tw/workflow/events -@dirrm bricolage/comp/help/zh_tw/workflow/active -@dirrm bricolage/comp/help/zh_tw/workflow -@dirrm bricolage/comp/help/zh_tw/admin/profile -@dirrm bricolage/comp/help/zh_tw/admin/manager -@dirrm bricolage/comp/help/zh_tw/admin/events -@dirrm bricolage/comp/help/zh_tw/admin/control -@dirrm bricolage/comp/help/zh_tw/admin -@dirrm bricolage/comp/help/zh_tw -@dirrm bricolage/comp/help/zh_hk/workflow/trail -@dirrm bricolage/comp/help/zh_hk/workflow/profile/template -@dirrm bricolage/comp/help/zh_hk/workflow/profile/story -@dirrm bricolage/comp/help/zh_hk/workflow/profile/media -@dirrm bricolage/comp/help/zh_hk/workflow/profile/container -@dirrm bricolage/comp/help/zh_hk/workflow/profile -@dirrm bricolage/comp/help/zh_hk/workflow/manager -@dirrm bricolage/comp/help/zh_hk/workflow/events -@dirrm bricolage/comp/help/zh_hk/workflow/active -@dirrm bricolage/comp/help/zh_hk/workflow -@dirrm bricolage/comp/help/zh_hk/admin/profile -@dirrm bricolage/comp/help/zh_hk/admin/manager -@dirrm bricolage/comp/help/zh_hk/admin/events -@dirrm bricolage/comp/help/zh_hk/admin/control -@dirrm bricolage/comp/help/zh_hk/admin -@dirrm bricolage/comp/help/zh_hk -@dirrm bricolage/comp/help/zh_cn/workflow/trail -@dirrm bricolage/comp/help/zh_cn/workflow/profile/template -@dirrm bricolage/comp/help/zh_cn/workflow/profile/story -@dirrm bricolage/comp/help/zh_cn/workflow/profile/media -@dirrm bricolage/comp/help/zh_cn/workflow/profile/container -@dirrm bricolage/comp/help/zh_cn/workflow/profile/alias -@dirrm bricolage/comp/help/zh_cn/workflow/profile -@dirrm bricolage/comp/help/zh_cn/workflow/manager -@dirrm bricolage/comp/help/zh_cn/workflow/events -@dirrm bricolage/comp/help/zh_cn/workflow/active -@dirrm bricolage/comp/help/zh_cn/workflow -@dirrm bricolage/comp/help/zh_cn/admin/profile/grp -@dirrm bricolage/comp/help/zh_cn/admin/profile/contrib -@dirrm bricolage/comp/help/zh_cn/admin/profile/alert_type -@dirrm bricolage/comp/help/zh_cn/admin/profile -@dirrm bricolage/comp/help/zh_cn/admin/manager -@dirrm bricolage/comp/help/zh_cn/admin/events -@dirrm bricolage/comp/help/zh_cn/admin/control -@dirrm bricolage/comp/help/zh_cn/admin -@dirrm bricolage/comp/help/zh_cn -@dirrm bricolage/comp/help/vi_vn/workflow/trail -@dirrm bricolage/comp/help/vi_vn/workflow/profile/template -@dirrm bricolage/comp/help/vi_vn/workflow/profile/story -@dirrm bricolage/comp/help/vi_vn/workflow/profile/media -@dirrm bricolage/comp/help/vi_vn/workflow/profile/container -@dirrm bricolage/comp/help/vi_vn/workflow/profile/alias -@dirrm bricolage/comp/help/vi_vn/workflow/profile -@dirrm bricolage/comp/help/vi_vn/workflow/manager -@dirrm bricolage/comp/help/vi_vn/workflow/events -@dirrm bricolage/comp/help/vi_vn/workflow/active -@dirrm bricolage/comp/help/vi_vn/workflow -@dirrm bricolage/comp/help/vi_vn/admin/profile/grp -@dirrm bricolage/comp/help/vi_vn/admin/profile/contrib -@dirrm bricolage/comp/help/vi_vn/admin/profile/alert_type -@dirrm bricolage/comp/help/vi_vn/admin/profile -@dirrm bricolage/comp/help/vi_vn/admin/manager -@dirrm bricolage/comp/help/vi_vn/admin/events -@dirrm bricolage/comp/help/vi_vn/admin/control -@dirrm bricolage/comp/help/vi_vn/admin -@dirrm bricolage/comp/help/vi_vn -@dirrm bricolage/comp/help/ug/workflow/trail -@dirrm bricolage/comp/help/ug/workflow/profile/template -@dirrm bricolage/comp/help/ug/workflow/profile/story -@dirrm bricolage/comp/help/ug/workflow/profile/media -@dirrm bricolage/comp/help/ug/workflow/profile/container -@dirrm bricolage/comp/help/ug/workflow/profile/alias -@dirrm bricolage/comp/help/ug/workflow/profile -@dirrm bricolage/comp/help/ug/workflow/manager -@dirrm bricolage/comp/help/ug/workflow/events -@dirrm bricolage/comp/help/ug/workflow/active -@dirrm bricolage/comp/help/ug/workflow -@dirrm bricolage/comp/help/ug/admin/profile/grp -@dirrm bricolage/comp/help/ug/admin/profile/contrib -@dirrm bricolage/comp/help/ug/admin/profile/alert_type -@dirrm bricolage/comp/help/ug/admin/profile -@dirrm bricolage/comp/help/ug/admin/manager -@dirrm bricolage/comp/help/ug/admin/events -@dirrm bricolage/comp/help/ug/admin/control -@dirrm bricolage/comp/help/ug/admin -@dirrm bricolage/comp/help/ug -@dirrm bricolage/comp/help/ru_ru/workflow/trail -@dirrm bricolage/comp/help/ru_ru/workflow/profile/template -@dirrm bricolage/comp/help/ru_ru/workflow/profile/story -@dirrm bricolage/comp/help/ru_ru/workflow/profile/media -@dirrm bricolage/comp/help/ru_ru/workflow/profile/container -@dirrm bricolage/comp/help/ru_ru/workflow/profile/alias -@dirrm bricolage/comp/help/ru_ru/workflow/profile -@dirrm bricolage/comp/help/ru_ru/workflow/manager -@dirrm bricolage/comp/help/ru_ru/workflow/events -@dirrm bricolage/comp/help/ru_ru/workflow/active -@dirrm bricolage/comp/help/ru_ru/workflow -@dirrm bricolage/comp/help/ru_ru/admin/profile/alert_type -@dirrm bricolage/comp/help/ru_ru/admin/profile/contrib -@dirrm bricolage/comp/help/ru_ru/admin/profile/grp -@dirrm bricolage/comp/help/ru_ru/admin/profile -@dirrm bricolage/comp/help/ru_ru/admin/manager -@dirrm bricolage/comp/help/ru_ru/admin/events -@dirrm bricolage/comp/help/ru_ru/admin/control -@dirrm bricolage/comp/help/ru_ru/admin -@dirrm bricolage/comp/help/ru_ru -@dirrm bricolage/comp/help/pt_pt/workflow/trail -@dirrm bricolage/comp/help/pt_pt/workflow/profile/template -@dirrm bricolage/comp/help/pt_pt/workflow/profile/story -@dirrm bricolage/comp/help/pt_pt/workflow/profile/media -@dirrm bricolage/comp/help/pt_pt/workflow/profile/container -@dirrm bricolage/comp/help/pt_pt/workflow/profile -@dirrm bricolage/comp/help/pt_pt/workflow/manager -@dirrm bricolage/comp/help/pt_pt/workflow/events -@dirrm bricolage/comp/help/pt_pt/workflow/active -@dirrm bricolage/comp/help/pt_pt/workflow -@dirrm bricolage/comp/help/pt_pt/admin/profile -@dirrm bricolage/comp/help/pt_pt/admin/manager -@dirrm bricolage/comp/help/pt_pt/admin/events -@dirrm bricolage/comp/help/pt_pt/admin/control -@dirrm bricolage/comp/help/pt_pt/admin -@dirrm bricolage/comp/help/pt_pt -@dirrm bricolage/comp/help/my/workflow/trail -@dirrm bricolage/comp/help/my/workflow/profile/template -@dirrm bricolage/comp/help/my/workflow/profile/story -@dirrm bricolage/comp/help/my/workflow/profile/media -@dirrm bricolage/comp/help/my/workflow/profile/container -@dirrm bricolage/comp/help/my/workflow/profile/alias -@dirrm bricolage/comp/help/my/workflow/profile -@dirrm bricolage/comp/help/my/workflow/manager -@dirrm bricolage/comp/help/my/workflow/events -@dirrm bricolage/comp/help/my/workflow/active -@dirrm bricolage/comp/help/my/workflow -@dirrm bricolage/comp/help/my/admin/profile/grp -@dirrm bricolage/comp/help/my/admin/profile/contrib -@dirrm bricolage/comp/help/my/admin/profile/alert_type -@dirrm bricolage/comp/help/my/admin/profile -@dirrm bricolage/comp/help/my/admin/manager -@dirrm bricolage/comp/help/my/admin/events -@dirrm bricolage/comp/help/my/admin/control -@dirrm bricolage/comp/help/my/admin -@dirrm bricolage/comp/help/my -@dirrm bricolage/comp/help/lo/workflow/trail -@dirrm bricolage/comp/help/lo/workflow/profile/template -@dirrm bricolage/comp/help/lo/workflow/profile/story -@dirrm bricolage/comp/help/lo/workflow/profile/media -@dirrm bricolage/comp/help/lo/workflow/profile/container -@dirrm bricolage/comp/help/lo/workflow/profile/alias -@dirrm bricolage/comp/help/lo/workflow/profile -@dirrm bricolage/comp/help/lo/workflow/manager -@dirrm bricolage/comp/help/lo/workflow/events -@dirrm bricolage/comp/help/lo/workflow/active -@dirrm bricolage/comp/help/lo/workflow -@dirrm bricolage/comp/help/lo/admin/profile/grp -@dirrm bricolage/comp/help/lo/admin/profile/contrib -@dirrm bricolage/comp/help/lo/admin/profile/alert_type -@dirrm bricolage/comp/help/lo/admin/profile -@dirrm bricolage/comp/help/lo/admin/manager -@dirrm bricolage/comp/help/lo/admin/events -@dirrm bricolage/comp/help/lo/admin/control -@dirrm bricolage/comp/help/lo/admin -@dirrm bricolage/comp/help/lo -@dirrm bricolage/comp/help/ko_ko/workflow/trail -@dirrm bricolage/comp/help/ko_ko/workflow/profile/template -@dirrm bricolage/comp/help/ko_ko/workflow/profile/story -@dirrm bricolage/comp/help/ko_ko/workflow/profile/media -@dirrm bricolage/comp/help/ko_ko/workflow/profile/container -@dirrm bricolage/comp/help/ko_ko/workflow/profile/alias -@dirrm bricolage/comp/help/ko_ko/workflow/profile -@dirrm bricolage/comp/help/ko_ko/workflow/manager -@dirrm bricolage/comp/help/ko_ko/workflow/events -@dirrm bricolage/comp/help/ko_ko/workflow/active -@dirrm bricolage/comp/help/ko_ko/workflow -@dirrm bricolage/comp/help/ko_ko/admin/profile/grp -@dirrm bricolage/comp/help/ko_ko/admin/profile/contrib -@dirrm bricolage/comp/help/ko_ko/admin/profile/alert_type -@dirrm bricolage/comp/help/ko_ko/admin/profile -@dirrm bricolage/comp/help/ko_ko/admin/manager -@dirrm bricolage/comp/help/ko_ko/admin/events -@dirrm bricolage/comp/help/ko_ko/admin/control -@dirrm bricolage/comp/help/ko_ko/admin -@dirrm bricolage/comp/help/ko_ko -@dirrm bricolage/comp/help/km/workflow/trail -@dirrm bricolage/comp/help/km/workflow/profile/template -@dirrm bricolage/comp/help/km/workflow/profile/story -@dirrm bricolage/comp/help/km/workflow/profile/media -@dirrm bricolage/comp/help/km/workflow/profile/container -@dirrm bricolage/comp/help/km/workflow/profile/alias -@dirrm bricolage/comp/help/km/workflow/profile -@dirrm bricolage/comp/help/km/workflow/manager -@dirrm bricolage/comp/help/km/workflow/events -@dirrm bricolage/comp/help/km/workflow/active -@dirrm bricolage/comp/help/km/workflow -@dirrm bricolage/comp/help/km/admin/profile/grp -@dirrm bricolage/comp/help/km/admin/profile/contrib -@dirrm bricolage/comp/help/km/admin/profile/alert_type -@dirrm bricolage/comp/help/km/admin/profile -@dirrm bricolage/comp/help/km/admin/manager -@dirrm bricolage/comp/help/km/admin/events -@dirrm bricolage/comp/help/km/admin/control -@dirrm bricolage/comp/help/km/admin -@dirrm bricolage/comp/help/km -@dirrm bricolage/comp/help/it_it/workflow/trail -@dirrm bricolage/comp/help/it_it/workflow/profile/template -@dirrm bricolage/comp/help/it_it/workflow/profile/story -@dirrm bricolage/comp/help/it_it/workflow/profile/media -@dirrm bricolage/comp/help/it_it/workflow/profile/container -@dirrm bricolage/comp/help/it_it/workflow/profile -@dirrm bricolage/comp/help/it_it/workflow/manager -@dirrm bricolage/comp/help/it_it/workflow/events -@dirrm bricolage/comp/help/it_it/workflow/active -@dirrm bricolage/comp/help/it_it/workflow -@dirrm bricolage/comp/help/it_it/admin/profile -@dirrm bricolage/comp/help/it_it/admin/manager -@dirrm bricolage/comp/help/it_it/admin/events -@dirrm bricolage/comp/help/it_it/admin/control -@dirrm bricolage/comp/help/it_it/admin -@dirrm bricolage/comp/help/it_it -@dirrm bricolage/comp/help/en_us/workflow/trail -@dirrm bricolage/comp/help/en_us/workflow/profile/template -@dirrm bricolage/comp/help/en_us/workflow/profile/story -@dirrm bricolage/comp/help/en_us/workflow/profile/media -@dirrm bricolage/comp/help/en_us/workflow/profile/container -@dirrm bricolage/comp/help/en_us/workflow/profile/alias -@dirrm bricolage/comp/help/en_us/workflow/profile -@dirrm bricolage/comp/help/en_us/workflow/manager -@dirrm bricolage/comp/help/en_us/workflow/events -@dirrm bricolage/comp/help/en_us/workflow/active -@dirrm bricolage/comp/help/en_us/workflow -@dirrm bricolage/comp/help/en_us/admin/profile/grp -@dirrm bricolage/comp/help/en_us/admin/profile/contrib -@dirrm bricolage/comp/help/en_us/admin/profile/alert_type -@dirrm bricolage/comp/help/en_us/admin/profile -@dirrm bricolage/comp/help/en_us/admin/manager -@dirrm bricolage/comp/help/en_us/admin/events -@dirrm bricolage/comp/help/en_us/admin/control -@dirrm bricolage/comp/help/en_us/admin -@dirrm bricolage/comp/help/en_us -@dirrm bricolage/comp/help/de_de/workflow/trail -@dirrm bricolage/comp/help/de_de/workflow/profile/template -@dirrm bricolage/comp/help/de_de/workflow/profile/story -@dirrm bricolage/comp/help/de_de/workflow/profile/media -@dirrm bricolage/comp/help/de_de/workflow/profile/container -@dirrm bricolage/comp/help/de_de/workflow/profile/alias -@dirrm bricolage/comp/help/de_de/workflow/profile -@dirrm bricolage/comp/help/de_de/workflow/manager -@dirrm bricolage/comp/help/de_de/workflow/events -@dirrm bricolage/comp/help/de_de/workflow/active -@dirrm bricolage/comp/help/de_de/workflow -@dirrm bricolage/comp/help/de_de/admin/profile/grp -@dirrm bricolage/comp/help/de_de/admin/profile/contrib -@dirrm bricolage/comp/help/de_de/admin/profile/alert_type -@dirrm bricolage/comp/help/de_de/admin/profile -@dirrm bricolage/comp/help/de_de/admin/manager -@dirrm bricolage/comp/help/de_de/admin/events -@dirrm bricolage/comp/help/de_de/admin/control -@dirrm bricolage/comp/help/de_de/admin -@dirrm bricolage/comp/help/de_de -@dirrm bricolage/comp/help/bo/workflow/trail -@dirrm bricolage/comp/help/bo/workflow/profile/template -@dirrm bricolage/comp/help/bo/workflow/profile/story -@dirrm bricolage/comp/help/bo/workflow/profile/media -@dirrm bricolage/comp/help/bo/workflow/profile/container -@dirrm bricolage/comp/help/bo/workflow/profile/alias -@dirrm bricolage/comp/help/bo/workflow/profile -@dirrm bricolage/comp/help/bo/workflow/manager -@dirrm bricolage/comp/help/bo/workflow/events -@dirrm bricolage/comp/help/bo/workflow/active -@dirrm bricolage/comp/help/bo/workflow -@dirrm bricolage/comp/help/bo/admin/profile/grp -@dirrm bricolage/comp/help/bo/admin/profile/contrib -@dirrm bricolage/comp/help/bo/admin/profile/alert_type -@dirrm bricolage/comp/help/bo/admin/profile -@dirrm bricolage/comp/help/bo/admin/manager -@dirrm bricolage/comp/help/bo/admin/events -@dirrm bricolage/comp/help/bo/admin/control -@dirrm bricolage/comp/help/bo/admin -@dirrm bricolage/comp/help/bo -@dirrm bricolage/comp/help -@dirrm bricolage/comp/errors -@exec [ -d %D/bricolage/comp/data ] || (mkdir -p %D/bricolage/comp/data && chown www:www %D/bricolage/comp/data) -@dirrm bricolage/comp/data -@dirrm bricolage/comp/admin/profile/workflow -@dirrm bricolage/comp/admin/profile/user_pref -@dirrm bricolage/comp/admin/profile/user -@dirrm bricolage/comp/admin/profile/source -@dirrm bricolage/comp/admin/profile/site -@dirrm bricolage/comp/admin/profile/server -@dirrm bricolage/comp/admin/profile/pref -@dirrm bricolage/comp/admin/profile/output_channel -@dirrm bricolage/comp/admin/profile/org -@dirrm bricolage/comp/admin/profile/media_type -@dirrm bricolage/comp/admin/profile/keyword -@dirrm bricolage/comp/admin/profile/job -@dirrm bricolage/comp/admin/profile/grp -@dirrm bricolage/comp/admin/profile/field_type -@dirrm bricolage/comp/admin/profile/element_type -@dirrm bricolage/comp/admin/profile/dest -@dirrm bricolage/comp/admin/profile/desk -@dirrm bricolage/comp/admin/profile/contrib_type -@dirrm bricolage/comp/admin/profile/contrib -@dirrm bricolage/comp/admin/profile/category -@dirrm bricolage/comp/admin/profile/alert_type -@dirrm bricolage/comp/admin/profile/action -@dirrm bricolage/comp/admin/profile -@dirrm bricolage/comp/admin/manager/element_type -@dirrm bricolage/comp/admin/manager -@dirrm bricolage/comp/admin/events -@dirrm bricolage/comp/admin/control/publish -@dirrm bricolage/comp/admin/control -@dirrm bricolage/comp/admin/alerts -@dirrm bricolage/comp/admin -@dirrm bricolage/comp -@dirrm bricolage diff -urN bricolage.orig/distinfo bricolage/distinfo --- bricolage.orig/distinfo Fri Mar 31 18:30:36 2006 +++ bricolage/distinfo Thu Jul 6 23:03:40 2006 @@ -1,3 +1,3 @@ -MD5 (bricolage-1.10.1.tar.gz) = 530150a73a2b42f4e635400099d97913 -SHA256 (bricolage-1.10.1.tar.gz) = c9947a8b033b217b7ff181471cc0345d035543e1b8c1ddfc8572ba95ded3ba0b -SIZE (bricolage-1.10.1.tar.gz) = 2697406 +MD5 (bricolage-1.10.2.tar.gz) = 04e26c62c002c1bf3b20ebf069d53b9a +SHA256 (bricolage-1.10.2.tar.gz) = 949eb7ec779be97aecff293ea9ed03ee944c038e0f205698b6da9c1b8edda7af +SIZE (bricolage-1.10.2.tar.gz) = 2791306 diff -urN bricolage.orig/files/bric_upgrade.sh bricolage/files/bric_upgrade.sh --- bricolage.orig/files/bric_upgrade.sh Fri Mar 31 19:48:06 2006 +++ bricolage/files/bric_upgrade.sh Thu Jul 6 23:02:20 2006 @@ -12,7 +12,7 @@ # Ensure the old version exists at the end of the argument list OLDVERSION=`echo "$*" | sed -e "s/^.* \([^ ]*\)/\1/"` -VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[0]$/OKAY/'` +VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[01]$/OKAY/'` if [ "${VTEST}" != "OKAY" ] then echo "Version $OLDVERSION unknown." diff -urN bricolage.orig/files/patch-inst_postgres.pl bricolage/files/patch-inst_postgres.pl --- bricolage.orig/files/patch-inst_postgres.pl Sun Apr 2 10:29:20 2006 +++ bricolage/files/patch-inst_postgres.pl Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** inst/postgres.pl.orig Sun Apr 2 10:26:59 2006 ---- inst/postgres.pl Sun Apr 2 10:27:55 2006 -*************** -*** 135,141 **** - - unless ($PG{host_name}) { - $PG{system_user} = $PG{root_user}; -! while(1) { - ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET); - $PG{system_user_uid} = (getpwnam($PG{system_user}))[2]; - last if defined $PG{system_user_uid}; ---- 135,141 ---- - - unless ($PG{host_name}) { - $PG{system_user} = $PG{root_user}; -! while(!$QUIET) { - ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET); - $PG{system_user_uid} = (getpwnam($PG{system_user}))[2]; - last if defined $PG{system_user_uid}; diff -urN bricolage.orig/pkg-plist bricolage/pkg-plist --- bricolage.orig/pkg-plist Sun Apr 2 11:03:25 2006 +++ bricolage/pkg-plist Thu Jul 6 23:34:36 2006 @@ -94,6 +94,10 @@ bricolage/upgrade/1.10.1/fix_media_related_story_fk.pl bricolage/upgrade/1.10.1/fix_reverted_docs.pl bricolage/upgrade/1.10.1/textify_field_type.pl +bricolage/upgrade/1.10.2/add_asset_counts.pl +bricolage/upgrade/1.10.2/add_ja.pl +bricolage/upgrade/1.10.2/deleted_moved_js.pl +bricolage/upgrade/1.10.2/fix_reverted_docs.pl bricolage/comp/admin/alerts/dhandler bricolage/comp/admin/alerts/recip bricolage/comp/admin/control/publish/category.html @@ -377,6 +381,80 @@ bricolage/comp/help/it_it/workflow/profile/story/new.html bricolage/comp/help/it_it/workflow/profile/workspace.html bricolage/comp/help/it_it/workflow/trail/dhandler +bricolage/comp/help/ja/about.html +bricolage/comp/help/ja/admin/control/change_user.html +bricolage/comp/help/ja/admin/control/publish.html +bricolage/comp/help/ja/admin/events/dhandler +bricolage/comp/help/ja/admin/manager/alert_type.html +bricolage/comp/help/ja/admin/manager/category.html +bricolage/comp/help/ja/admin/manager/contrib.html +bricolage/comp/help/ja/admin/manager/contrib_type.html +bricolage/comp/help/ja/admin/manager/dest.html +bricolage/comp/help/ja/admin/manager/element_type.html +bricolage/comp/help/ja/admin/manager/grp.html +bricolage/comp/help/ja/admin/manager/job.html +bricolage/comp/help/ja/admin/manager/keyword.html +bricolage/comp/help/ja/admin/manager/media_type.html +bricolage/comp/help/ja/admin/manager/output_channel.html +bricolage/comp/help/ja/admin/manager/pref.html +bricolage/comp/help/ja/admin/manager/site.html +bricolage/comp/help/ja/admin/manager/source.html +bricolage/comp/help/ja/admin/manager/user.html +bricolage/comp/help/ja/admin/manager/workflow.html +bricolage/comp/help/ja/admin/profile/action.html +bricolage/comp/help/ja/admin/profile/alert_type.html +bricolage/comp/help/ja/admin/profile/alert_type/recip.html +bricolage/comp/help/ja/admin/profile/category.html +bricolage/comp/help/ja/admin/profile/contrib.html +bricolage/comp/help/ja/admin/profile/contrib/edit.html +bricolage/comp/help/ja/admin/profile/contrib/extend.html +bricolage/comp/help/ja/admin/profile/desk.html +bricolage/comp/help/ja/admin/profile/dest.html +bricolage/comp/help/ja/admin/profile/element_type.html +bricolage/comp/help/ja/admin/profile/field_type.html +bricolage/comp/help/ja/admin/profile/grp.html +bricolage/comp/help/ja/admin/profile/grp/perm.html +bricolage/comp/help/ja/admin/profile/keyword.html +bricolage/comp/help/ja/admin/profile/media_type.html +bricolage/comp/help/ja/admin/profile/output_channel.html +bricolage/comp/help/ja/admin/profile/pref.html +bricolage/comp/help/ja/admin/profile/server.html +bricolage/comp/help/ja/admin/profile/site.html +bricolage/comp/help/ja/admin/profile/source.html +bricolage/comp/help/ja/admin/profile/user.html +bricolage/comp/help/ja/admin/profile/workflow.html +bricolage/comp/help/ja/workflow/active/media.html +bricolage/comp/help/ja/workflow/active/story.html +bricolage/comp/help/ja/workflow/active/template.html +bricolage/comp/help/ja/workflow/events/dhandler +bricolage/comp/help/ja/workflow/manager/media.html +bricolage/comp/help/ja/workflow/manager/story.html +bricolage/comp/help/ja/workflow/manager/template.html +bricolage/comp/help/ja/workflow/profile/alerts.html +bricolage/comp/help/ja/workflow/profile/alias/media.html +bricolage/comp/help/ja/workflow/profile/alias/story.html +bricolage/comp/help/ja/workflow/profile/container/edit.html +bricolage/comp/help/ja/workflow/profile/container/edit_bulk.html +bricolage/comp/help/ja/workflow/profile/desk.html +bricolage/comp/help/ja/workflow/profile/media.html +bricolage/comp/help/ja/workflow/profile/media/category.html +bricolage/comp/help/ja/workflow/profile/media/contributor_role.html +bricolage/comp/help/ja/workflow/profile/media/contributors.html +bricolage/comp/help/ja/workflow/profile/media/keywords.html +bricolage/comp/help/ja/workflow/profile/media/new.html +bricolage/comp/help/ja/workflow/profile/publish.html +bricolage/comp/help/ja/workflow/profile/story.html +bricolage/comp/help/ja/workflow/profile/story/actions.html +bricolage/comp/help/ja/workflow/profile/story/category.html +bricolage/comp/help/ja/workflow/profile/story/contributor_role.html +bricolage/comp/help/ja/workflow/profile/story/contributors.html +bricolage/comp/help/ja/workflow/profile/story/desks.html +bricolage/comp/help/ja/workflow/profile/story/keywords.html +bricolage/comp/help/ja/workflow/profile/story/new.html +bricolage/comp/help/ja/workflow/profile/template/new.html +bricolage/comp/help/ja/workflow/profile/template.html +bricolage/comp/help/ja/workflow/profile/workspace.html +bricolage/comp/help/ja/workflow/trail/dhandler bricolage/comp/help/km/about.html bricolage/comp/help/km/admin/control/change_user.html bricolage/comp/help/km/admin/events/dhandler @@ -1030,22 +1108,24 @@ bricolage/comp/lib/util/status_msg.mc bricolage/comp/login/dhandler bricolage/comp/login/welcome.html -bricolage/comp/media/css/bo.css -bricolage/comp/media/css/de_de.css -bricolage/comp/media/css/en_us.css -bricolage/comp/media/css/it_it.css -bricolage/comp/media/css/km.css -bricolage/comp/media/css/ko_ko.css -bricolage/comp/media/css/lo.css -bricolage/comp/media/css/my.css -bricolage/comp/media/css/pt_pt.css +bricolage/comp/media/css/i18n/bo.css +bricolage/comp/media/css/i18n/de_de.css +bricolage/comp/media/css/i18n/en_us.css +bricolage/comp/media/css/i18n/it_it.css +bricolage/comp/media/css/i18n/ja.css +bricolage/comp/media/css/i18n/km.css +bricolage/comp/media/css/i18n/ko_ko.css +bricolage/comp/media/css/i18n/lo.css +bricolage/comp/media/css/i18n/my.css +bricolage/comp/media/css/i18n/pt_pt.css +bricolage/comp/media/css/i18n/ug.css +bricolage/comp/media/css/i18n/vi_vn.css +bricolage/comp/media/css/i18n/zh_cn.css +bricolage/comp/media/css/i18n/zh_hk.css +bricolage/comp/media/css/i18n/zh_tw.css bricolage/comp/media/css/style.css bricolage/comp/media/css/style-nav.css -bricolage/comp/media/css/ug.css -bricolage/comp/media/css/vi_vn.css -bricolage/comp/media/css/zh_cn.css -bricolage/comp/media/css/zh_hk.css -bricolage/comp/media/css/zh_tw.css +bricolage/comp/media/images/link.png bricolage/comp/media/images/bang_red.gif bricolage/comp/media/images/bo/acknowledge_all_red.gif bricolage/comp/media/images/bo/acknowledge_checked_red.gif @@ -1343,6 +1423,79 @@ bricolage/comp/media/images/it_it/view_trail_teal.gif bricolage/comp/media/images/it_it/workflow_admin.gif bricolage/comp/media/images/it_it/workflow_workflow.gif +bricolage/comp/media/images/ja/acknowledge_all_red.gif +bricolage/comp/media/images/ja/acknowledge_checked_red.gif +bricolage/comp/media/images/ja/add_category_lgreen.gif +bricolage/comp/media/images/ja/add_component_lgreen.gif +bricolage/comp/media/images/ja/add_element_lgreen.gif +bricolage/comp/media/images/ja/add_elements_lgreen.gif +bricolage/comp/media/images/ja/add_more_lgreen.gif +bricolage/comp/media/images/ja/add_notes_lgreen.gif +bricolage/comp/media/images/ja/add_sub_element_lgreen.gif +bricolage/comp/media/images/ja/add_sub_elements_lgreen.gif +bricolage/comp/media/images/ja/add_template_code_lgreen.gif +bricolage/comp/media/images/ja/add_to_form_lgreen.gif +bricolage/comp/media/images/ja/add_to_list_lgreen.gif +bricolage/comp/media/images/ja/bulk_edit_lgreen.gif +bricolage/comp/media/images/ja/cancel_check_out_lgreen.gif +bricolage/comp/media/images/ja/cancel_checked_red.gif +bricolage/comp/media/images/ja/cancel_lgreen.gif +bricolage/comp/media/images/ja/cancel_red.gif +bricolage/comp/media/images/ja/change_red.gif +bricolage/comp/media/images/ja/check_in_dgreen.gif +bricolage/comp/media/images/ja/checkin_assets_red.gif +bricolage/comp/media/images/ja/checkout_red.gif +bricolage/comp/media/images/ja/clear_all_red.gif +bricolage/comp/media/images/ja/clear_values_lgreen.gif +bricolage/comp/media/images/ja/close.gif +bricolage/comp/media/images/ja/contributors_dgreen.gif +bricolage/comp/media/images/ja/create_red.gif +bricolage/comp/media/images/ja/delete_categories_red.gif +bricolage/comp/media/images/ja/delete_checked_red.gif +bricolage/comp/media/images/ja/delete_red.gif +bricolage/comp/media/images/ja/deploy_checked_red.gif +bricolage/comp/media/images/ja/edit_lgreen.gif +bricolage/comp/media/images/ja/edit_notes_lgreen.gif +bricolage/comp/media/images/ja/edit_template_code_lgreen.gif +bricolage/comp/media/images/ja/help.gif +bricolage/comp/media/images/ja/keywords_dgreen.gif +bricolage/comp/media/images/ja/login.gif +bricolage/comp/media/images/ja/logout.gif +bricolage/comp/media/images/ja/media_dgreen.gif +bricolage/comp/media/images/ja/move_assets_lgreen.gif +bricolage/comp/media/images/ja/my_alerts_orange.gif +bricolage/comp/media/images/ja/my_workspace_off.gif +bricolage/comp/media/images/ja/my_workspace_on.gif +bricolage/comp/media/images/ja/new_desk_red.gif +bricolage/comp/media/images/ja/new_organization_lgreen.gif +bricolage/comp/media/images/ja/next_dkgreen.gif +bricolage/comp/media/images/ja/permissions_dgreen.gif +bricolage/comp/media/images/ja/preview_lgreen.gif +bricolage/comp/media/images/ja/publish_assets_red.gif +bricolage/comp/media/images/ja/publish_checked_red.gif +bricolage/comp/media/images/ja/related_stories_dgreen.gif +bricolage/comp/media/images/ja/remove_from_list_red.gif +bricolage/comp/media/images/ja/reorder_lgreen.gif +bricolage/comp/media/images/ja/resize_lgreen.gif +bricolage/comp/media/images/ja/return_dgreen.gif +bricolage/comp/media/images/ja/revert_dgreen.gif +bricolage/comp/media/images/ja/save_and_stay_lgreen.gif +bricolage/comp/media/images/ja/save_lgreen.gif +bricolage/comp/media/images/ja/save_red.gif +bricolage/comp/media/images/ja/search_green.gif +bricolage/comp/media/images/ja/search_lgreen.gif +bricolage/comp/media/images/ja/search_red.gif +bricolage/comp/media/images/ja/select_all_lgreen.gif +bricolage/comp/media/images/ja/stories_dgreen.gif +bricolage/comp/media/images/ja/templates_dgreen.gif +bricolage/comp/media/images/ja/upload_red.gif +bricolage/comp/media/images/ja/use_this_role_lgreen.gif +bricolage/comp/media/images/ja/view_dgreen.gif +bricolage/comp/media/images/ja/view_diff.gif +bricolage/comp/media/images/ja/view_trail_dgreen.gif +bricolage/comp/media/images/ja/view_trail_teal.gif +bricolage/comp/media/images/ja/workflow_admin.gif +bricolage/comp/media/images/ja/workflow_workflow.gif bricolage/comp/media/images/km/acknowledge_all_red.gif bricolage/comp/media/images/km/acknowledge_checked_red.gif bricolage/comp/media/images/km/add_category_lgreen.gif @@ -2157,22 +2310,23 @@ bricolage/comp/media/images/zh_tw/view_trail_teal.gif bricolage/comp/media/images/zh_tw/workflow_admin.gif bricolage/comp/media/images/zh_tw/workflow_workflow.gif -bricolage/comp/media/js/bo_messages.js -bricolage/comp/media/js/de_de_messages.js -bricolage/comp/media/js/en_us_messages.js -bricolage/comp/media/js/it_it_messages.js -bricolage/comp/media/js/km_messages.js -bricolage/comp/media/js/ko_ko_messages.js +bricolage/comp/media/js/i18n/bo_messages.js +bricolage/comp/media/js/i18n/de_de_messages.js +bricolage/comp/media/js/i18n/en_us_messages.js +bricolage/comp/media/js/i18n/it_it_messages.js +bricolage/comp/media/js/i18n/ja_messages.js +bricolage/comp/media/js/i18n/km_messages.js +bricolage/comp/media/js/i18n/ko_ko_messages.js +bricolage/comp/media/js/i18n/lo_messages.js +bricolage/comp/media/js/i18n/my_messages.js +bricolage/comp/media/js/i18n/pt_pt_messages.js +bricolage/comp/media/js/i18n/ru_ru_messages.js +bricolage/comp/media/js/i18n/ug_messages.js +bricolage/comp/media/js/i18n/vi_vn_messages.js +bricolage/comp/media/js/i18n/zh_cn_messages.js +bricolage/comp/media/js/i18n/zh_hk_messages.js +bricolage/comp/media/js/i18n/zh_tw_messages.js bricolage/comp/media/js/lib.js -bricolage/comp/media/js/lo_messages.js -bricolage/comp/media/js/my_messages.js -bricolage/comp/media/js/pt_pt_messages.js -bricolage/comp/media/js/ru_ru_messages.js -bricolage/comp/media/js/ug_messages.js -bricolage/comp/media/js/vi_vn_messages.js -bricolage/comp/media/js/zh_cn_messages.js -bricolage/comp/media/js/zh_hk_messages.js -bricolage/comp/media/js/zh_tw_messages.js bricolage/comp/media/mime/none.png bricolage/comp/widgets/add_more/add_more.mc bricolage/comp/widgets/add_more/index.html @@ -2728,6 +2882,7 @@ %%SITE_PERL%%/Bric/Util/Language/km.pm %%SITE_PERL%%/Bric/Util/Language/ko_ko.pm %%SITE_PERL%%/Bric/Util/Language/lo.pm +%%SITE_PERL%%/Bric/Util/Language/ja.pm %%SITE_PERL%%/Bric/Util/Language/my.pm %%SITE_PERL%%/Bric/Util/Language/pt_pt.pm %%SITE_PERL%%/Bric/Util/Language/ru_ru.pm @@ -2801,6 +2956,7 @@ @dirrm %%SITE_PERL%%/Bric @dirrm %%SITE_PERL%%/mach/auto/Bric @dirrm %%SITE_PERL%%/mach/auto/bric_bin +@dirrm bricolage/upgrade/1.10.2 @dirrm bricolage/upgrade/1.10.1 @dirrm bricolage/upgrade/1.10.0 @dirrm bricolage/upgrade/1.9.1 @@ -2888,6 +3044,7 @@ @exec [ -d %D/bricolage/comp/media/wysiwyg ] || (mkdir -p %D/bricolage/comp/media/wysiwyg && chown www:www %D/bricolage/comp/media/wysiwyg) @dirrm bricolage/comp/media/wysiwyg @dirrm bricolage/comp/media/mime +@dirrm bricolage/comp/media/js/i18n @dirrm bricolage/comp/media/js @dirrm bricolage/comp/media/images/zh_tw @dirrm bricolage/comp/media/images/zh_hk @@ -2900,11 +3057,13 @@ @dirrm bricolage/comp/media/images/lo @dirrm bricolage/comp/media/images/ko_ko @dirrm bricolage/comp/media/images/km +@dirrm bricolage/comp/media/images/ja @dirrm bricolage/comp/media/images/it_it @dirrm bricolage/comp/media/images/en_us @dirrm bricolage/comp/media/images/de_de @dirrm bricolage/comp/media/images/bo @dirrm bricolage/comp/media/images +@dirrm bricolage/comp/media/css/i18n @dirrm bricolage/comp/media/css @dirrm bricolage/comp/media @dirrm bricolage/comp/login @@ -3118,6 +3277,26 @@ @dirrm bricolage/comp/help/km/admin/control @dirrm bricolage/comp/help/km/admin @dirrm bricolage/comp/help/km +@dirrm bricolage/comp/help/ja/workflow/trail +@dirrm bricolage/comp/help/ja/workflow/profile/template +@dirrm bricolage/comp/help/ja/workflow/profile/story +@dirrm bricolage/comp/help/ja/workflow/profile/media +@dirrm bricolage/comp/help/ja/workflow/profile/container +@dirrm bricolage/comp/help/ja/workflow/profile/alias +@dirrm bricolage/comp/help/ja/workflow/profile +@dirrm bricolage/comp/help/ja/workflow/manager +@dirrm bricolage/comp/help/ja/workflow/events +@dirrm bricolage/comp/help/ja/workflow/active +@dirrm bricolage/comp/help/ja/workflow +@dirrm bricolage/comp/help/ja/admin/profile/grp +@dirrm bricolage/comp/help/ja/admin/profile/contrib +@dirrm bricolage/comp/help/ja/admin/profile/alert_type +@dirrm bricolage/comp/help/ja/admin/profile +@dirrm bricolage/comp/help/ja/admin/manager +@dirrm bricolage/comp/help/ja/admin/events +@dirrm bricolage/comp/help/ja/admin/control +@dirrm bricolage/comp/help/ja/admin +@dirrm bricolage/comp/help/ja @dirrm bricolage/comp/help/it_it/workflow/trail @dirrm bricolage/comp/help/it_it/workflow/profile/template @dirrm bricolage/comp/help/it_it/workflow/profile/story --- bricolage_1_10_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 04: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 EC46716A4DF for ; Fri, 7 Jul 2006 04:10:24 +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 5268843D46 for ; Fri, 7 Jul 2006 04:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k674AOZq049987 for ; Fri, 7 Jul 2006 04: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 k674AO2v049986; Fri, 7 Jul 2006 04:10:24 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 04:10:24 GMT Resent-Message-Id: <200607070410.k674AO2v049986@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jukka A. Ukkonen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A157C16A4DD for ; Fri, 7 Jul 2006 04:04:38 +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 1686843D46 for ; Fri, 7 Jul 2006 04:04:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6744bmp082255 for ; Fri, 7 Jul 2006 04:04:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k6744bdt082254; Fri, 7 Jul 2006 04:04:37 GMT (envelope-from nobody) Message-Id: <200607070404.k6744bdt082254@www.freebsd.org> Date: Fri, 7 Jul 2006 04:04:37 GMT From: "Jukka A. Ukkonen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99869: Yersinia 0.7 does not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:10:25 -0000 >Number: 99869 >Category: ports >Synopsis: Yersinia 0.7 does not compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 04:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jukka A. Ukkonen >Release: 6.1-STABLE >Organization: --- >Environment: FreeBSD mjolnir 6.1-STABLE FreeBSD 6.1-STABLE #2: Thu Jul 6 09:51:02 EET DST 2006 root@mjolnir:/usr/obj/usr/src/sys/Mjolnir i386 >Description: When you have the ports version of pcap installed in addition to the system default pcap configuring yersinia fails and thus the whole install/upgrade. After launching make in /usr/ports/security/yersinia you see this... ===> Extracting for yersinia-0.7 => MD5 Checksum OK for yersinia-0.7.tar.gz. => SHA256 Checksum OK for yersinia-0.7.tar.gz. ===> Patching for yersinia-0.7 ===> Applying FreeBSD patches for yersinia-0.7 ===> yersinia-0.7 depends on package: libnet*>=1.1.2,1 - found ===> Configuring for yersinia-0.7 configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd6.1 checking host system type... i386-portbld-freebsd6.1 checking target system type... i386-portbld-freebsd6.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i386-portbld-freebsd6.1-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for makedepend... /usr/X11R6/bin/makedepend AC_LBL_UNALIGNED_ACCESS: not found checking for main in -lsocket... no checking for main in -lresolv... no checking for main in -lnsl... no checking for main in -lrt... no checking for a complete set of pcap headers... more than one set found in: /usr/local/include /usr/include please wipe out all unused pcap installations ===> Building for yersinia-0.7 make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/security/yersinia. >How-To-Repeat: Make sure you have both system default libpcap and the ports version installed and run make in /usr/ports/security/yersinia. >Fix: None known yet. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 04:33:59 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 400B616A4DD; Fri, 7 Jul 2006 04:33:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECBB043D58; Fri, 7 Jul 2006 04:33:58 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k674XwKN052443; Fri, 7 Jul 2006 04:33:58 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k674Xwun052439; Fri, 7 Jul 2006 04:33:58 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 04:33:58 GMT From: Rong-En Fan Message-Id: <200607070433.k674Xwun052439@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99868: [maintainer-update] www/bricolage to 1.10.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: Fri, 07 Jul 2006 04:33:59 -0000 Synopsis: [maintainer-update] www/bricolage to 1.10.2 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 04:33:49 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99868 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 04:36:28 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 5173D16A4DD; Fri, 7 Jul 2006 04:36:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0583B43D4C; Fri, 7 Jul 2006 04:36:28 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k674aRa8052503; Fri, 7 Jul 2006 04:36:27 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k674aRMs052499; Fri, 7 Jul 2006 04:36:27 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 04:36:27 GMT From: Rong-En Fan Message-Id: <200607070436.k674aRMs052499@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, se@FreeBSD.org Cc: Subject: Re: ports/99869: Yersinia 0.7 does not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:36:28 -0000 Synopsis: Yersinia 0.7 does not compile Responsible-Changed-From-To: freebsd-ports-bugs->se Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 04:36:14 UTC 2006 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=99869 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 07:04: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 1B27E16A4DE; Fri, 7 Jul 2006 07:04:05 +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 95F2743D4C; Fri, 7 Jul 2006 07:04:04 +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 k67744iR060743; Fri, 7 Jul 2006 07:04:04 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67744Wd060739; Fri, 7 Jul 2006 07:04:04 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 07:04:04 GMT From: Ion-Mihai Tetcu Message-Id: <200607070704.k67744Wd060739@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99867: [NEW PORT] audio/cpp-xmms2: C++ Bindings for XMMS2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:04:05 -0000 Synopsis: [NEW PORT] audio/cpp-xmms2: C++ Bindings for XMMS2 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 07:04:03 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99867 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 07:04: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 434DE16A4DA; Fri, 7 Jul 2006 07:04:10 +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 E799343D58; Fri, 7 Jul 2006 07:04:09 +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 k677492Y060808; Fri, 7 Jul 2006 07:04:09 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67749gH060804; Fri, 7 Jul 2006 07:04:09 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 07:04:09 GMT From: Ion-Mihai Tetcu Message-Id: <200607070704.k67749gH060804@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99866: [PATCH] audio/ruby18-xmms2-ecore: update to 0.2DrEvil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:04:10 -0000 Synopsis: [PATCH] audio/ruby18-xmms2-ecore: update to 0.2DrEvil Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 07:04:09 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99866 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 07:04: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 CE8CA16A4DD; Fri, 7 Jul 2006 07:04:16 +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 EAA0643D5E; Fri, 7 Jul 2006 07:04:15 +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 k6774FCG060873; Fri, 7 Jul 2006 07:04:15 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6774FZ3060869; Fri, 7 Jul 2006 07:04:15 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 07:04:15 GMT From: Ion-Mihai Tetcu Message-Id: <200607070704.k6774FZ3060869@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99864: [PATCH] audio/xmms2: update to 0.2DrEvil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 07:04:16 -0000 Synopsis: [PATCH] audio/xmms2: update to 0.2DrEvil Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 07:04:15 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99864 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 08:00:53 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 53B7E16A4DF for ; Fri, 7 Jul 2006 08:00:53 +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 67D6943D58 for ; Fri, 7 Jul 2006 08:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6780d7Y064019 for ; Fri, 7 Jul 2006 08:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6780dZZ064016; Fri, 7 Jul 2006 08:00:39 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 08:00:39 GMT Resent-Message-Id: <200607070800.k6780dZZ064016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Thomas E. Zander" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A722D16A4DD for ; Fri, 7 Jul 2006 07:53:27 +0000 (UTC) (envelope-from riggs@riggiland.dyndns.org) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574B543D45 for ; Fri, 7 Jul 2006 07:53:26 +0000 (GMT) (envelope-from riggs@riggiland.dyndns.org) Received: from mail01.m-online.net (svr21.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 0B594982E9; Fri, 7 Jul 2006 09:53:25 +0200 (CEST) Received: from riggiland.dyndns.org (ppp-82-135-0-21.dynamic.mnet-online.de [82.135.0.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.m-online.net (Postfix) with ESMTP id 3B02491172; Fri, 7 Jul 2006 09:53:23 +0200 (CEST) Received: from marvin.riggiland.au (localhost [127.0.0.1]) by riggiland.dyndns.org (8.13.6/8.13.6) with ESMTP id k677rLCK042125; Fri, 7 Jul 2006 09:53:21 +0200 (CEST) (envelope-from riggs@marvin.riggiland.au) Received: (from riggs@localhost) by marvin.riggiland.au (8.13.6/8.13.6/Submit) id k677rL1B042124; Fri, 7 Jul 2006 09:53:21 +0200 (CEST) (envelope-from riggs) Message-Id: <200607070753.k677rL1B042124@marvin.riggiland.au> Date: Fri, 7 Jul 2006 09:53:21 +0200 (CEST) From: "Thomas E. Zander" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99871: [Maintainer-update] Update of ports/mplayer to the current release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:00:53 -0000 >Number: 99871 >Category: ports >Synopsis: [Maintainer-update] Update of ports/mplayer to the current release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 08:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE >Description: The attached patch updates our port to the latest mplayer release, 1.0pre8. Also it introduces this port to the OPTIONS framework. Due to some changes in the official developent tree, some of our local patches became obsolete: files/patch-CVE-2006-1502 files/patch-TOOLS-cpuinfo.c files/patch-libavcodec-bswap.h files/patch-libdha-pci_freebsd.c files/patch-libmpcodecs_ve_x264.c files/patch-libmpdemux_demux_mov.c files/patch-libmpdemux_demuxer.h files/patch-libmpdvdkit2-dvd_reader.c >How-To-Repeat: >Fix: cvs diff of multimedia/mplayer: Index: Makefile =================================================================== RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/Makefile,v retrieving revision 1.137 diff -u -r1.137 Makefile --- Makefile 12 Jun 2006 06:36:46 -0000 1.137 +++ Makefile 6 Jul 2006 20:55:12 -0000 @@ -4,12 +4,9 @@ # with lots of help from Vladimir Kushnir # $FreeBSD: ports/multimedia/mplayer/Makefile,v 1.137 2006/06/12 06:36:46 itetcu Exp $ # -# There are many knobs to tune mplayer towards your specific wishes -# and preferences. -# You can activate a knob by typing something like -# "make -DKNOB" or "make KNOB=yes" instead of just "make" # -# A description of the several possibilities is available here: +# Some of the knobs are not tunable by the OPTIONS framework. These are +# explained here in detail. # # Core funcionality: # @@ -19,75 +16,13 @@ # preferences. # If you want to build a generic package with certain fixed options, # suitable for any CPU within ${ARCH}, define this knob. -# Note: The following knobs will have no effect in this case! -# -# WITH_OPTIMIZED_CFLAGS -# default: undefined -# define if you want to enable -O3 -ffast-math -fomit-frame-pointer -# on gcc build commands. This will improve speed on most machines. -# -# WITHOUT_RUNTIME_CPUDETECTION -# default: undefined -# by default, mplayer is built with support for changing the used cpu -# instruction set while playing. This is necessary for package building. -# If you want to compile a specific version of mplayer working faster -# but only on your cpu type, then define this knob. -# If you define this, there are several additional knobs to explicitly -# disable some possible CPU features. See below. -# -# WITH_NVIDIA -# default: disabled -# Enable nvidia XVMC support for nvidia video cards -# Note: This is highly experimental at the moment and works only for -# MPEG1/2 using -vo xvmc -vc ffmpeg12mc on FreeBSD-5 -# -# WITHOUT_MENCODER -# default: undefined -# the default is to build mplayer with mencoder. If you're sure that you -# don't want to encode or recode any media file, then define this. -# -# WITHOUT_X11 -# default: undefined -# the default is to build mplayer with X11 support because of its capabilities -# as a video player. If you don't want to install any X11 environment and use -# mplayer as a multi-format audio-only player, this one is for you. -# -# WITH_GTK1|WITH_GTK2 -# default: autodetect GTK1 -# if you want mplayer to have gui abilities, you can use this knob to define -# which graphical toolkit set mplayer is built with. -# It defaults to detect and use GTK1 if it finds a working installation on the -# system. This can be overridden by choosing WITH_GTK2 or disable graphical -# user interface by defining WITHOUT_GUI -# Note: If you define WITH_GTK* *and* WITHOUT_GUI, mplayer will be built without -# gui capabilities. -# The GTK2 patches are not official ones, so they should be considered -# as experimental. -# -# WITHOUT_GUI -# default: undefined -# normally mplayer comes with gmplayer if gtk is installed on the system. -# If you want to force mplayer to disable the graphical user interface and -# build without gui ability, define this. -# -# WITHOUT_SKINS -# default: undefined -# removes the run dependency on the mplayer-skins port, _even if_ built with -# GUI. This is useful e.g. if you don't want the skins installed system-wide. -# Please note that 'gmplayer' *must* have at least one default skin to run. -# -# WITHOUT_FREETYPE -# default: undefined -# since freetype is installed on almost any system people might want -# to run mplayer on, this port now defaults to freetype unless not -# defined otherwise -# +# Note: Other knobs and especially OPTIONS # # CPU features: # -# The following is only of interest if you have enabled -# WITHOUT_RUNTIME_CPUDETECTION -# Further, the correct instruction set of your processor is normally +# The following is only of interest if you haven't enabled +# RTCPU in your OPTIONS selection. +# The correct instruction set of your processor is normally # auto-detected, so there is probably no necessity to change them. # # WITHOUT_MMX @@ -106,19 +41,13 @@ # default: autodetected # disables all mmx2 and sse/sse2 code # CAUTION: There are some Athlon CPUs which claim to be sse-able but -# they aren't. If you have strange problems on this subject, try +# aren't. If you encounter strange problems on such a CPU, try # to build mplayer with this knob and report the problem # NOTE: SSE is available only if "options CPU_ENABLE_SSE" in your -# kernel config. This is standard for 5.x systems on I686_CPU and above. -# 4.x users will have to define this explicitly. -# -# WITH_RTC -# default: undefined -# This option enables support for real time clock timing instead of -# defaulting to usleep() timing. This can improve cpu load as well -# as run-time accuracy. +# kernel config. This is standard for 5.x and newer systems on I686_CPU +# and later. 4.x users will have to define this explicitly. # -# WITH_KERN_HZ +# WITH_KERN_HZ= # default: 1024 # This option allows you to control the default kern.hz when using RTC support. # If you have a older/slower processor you may want to lower the default level. @@ -126,12 +55,8 @@ # CAUTION: lower than 512 may produce jerky video. # # Feature options: -# These options influence, which libraries mplayer is linked to. -# Note: The libraries are needed to play the particular files under -# particular circumstances. -# ("autodetect" in this sections means: If the ports system finds -# the libary on your system, it is used, otherwise not. -# If you define it, it will be built and installed as dependency.) +# These options influence some general behaviour of mplayer. Most of the featues, +# for example all the codecs, are selected via the OPTIONS framework. # # WITH_DVD_DEVICE=/path/to/desired/device # default 5.x: /dev/acd0 @@ -144,122 +69,10 @@ # default 4.x: /dev/acd0c # This option changes the default cdrom device, maybe useful for VCDs # -# WITH_LIBDVDNAV -# default: autodetect -# NOTE: This is disabled in the development tree at the moment -# because it simply doesn't work, so defining it has no -# effect until it works again. -# -# WITH_LIBUNGIF -# default: autodetect -# -# WITH_ARTS -# default: autodetect -# Note: arts audio output cannot work together with mplayer's gtk1-gui -# because of conflicting glib versions, so it it is disabled if -# mplayer is built with gtk1 graphical user interface -# -# WITHOUT_ARTS -# default: undefined -# By setting this option you can explicitly override WITH_ARTS or -# autodetection if arts is found. Some configurations experienced -# problems with arts, so this knob is provided to manually exclude -# it from build. -# -# WITH_FRIBIDI -# default: autodetect -# -# WITH_CDPARANOIA -# default: autodetect -# -# WITH_LIBCACA -# default: autodetect -# -# WITH_LIBDV -# default: autodetect -# -# WITH_LIRC -# default: autodetect -# -# WITH_MAD -# default: autodetect -# -# WITH_SVGALIB -# default: autodetect -# -# WITH_AALIB -# default: autodetect -# -# WITH_THEORA -# default: autodetect -# -# WITH_X264 -# default: autodetect -# -# WITH_TREMOR -# default: autodetect -# By setting this option mplayer will use libtremor (integer only vorbis -# decoding lib) instead of libvorbis even if libvorbis is installed. -# Note: This is disabled at the moment due to unresolved build problems -# -# WITH_SDL -# default: autodetect -# (implies WITH_AALIB) -# -# WITH_ESOUND -# default: autodetect -# -# WITHOUT_ESOUND -# default: undefined -# By setting this option you can explicitly override WITH_ESOUND or -# autodetection if esound is found. Some configurations experienced -# problems with esound, so this knob is provided to manually exclude -# it from build. -# -# WITH_VORBIS -# default: autodetect -# If vorbis libs are not available on the system, mplayer includes -# an internal vorbis codec based on tremor. If the libs are present -# or this knob is defined, mplayer links to the shared system-wide -# installation of ogg/vorbis. -# -# WITH_XANIM -# default: autodetect -# -# WITH_REALPLAYER -# default: autodetect -# -# WITH_LIVEMEDIA -# default: autodetect -# -# WITH_MATROSKA -# default: autodetect -# -# WITH_XVID -# default: autodetect -# -# WITH_LZO -# default: autodetect -# -# WITH_XMMS -# default: autodetect -# -# WITH_DTS -# default: autodetect -# -# WITH_LANG +# WITH_LANG= # default: en # Enables language support bg, cz, de, dk, en, es, fr, gr, hu, it, ko, nl, no, pl, pt_BR, ro, ru, sk, tr, uk, zh # -# WITHOUT_WIN32_CODECS -# default: undefined -# By default, mplayer depends on and uses the win32-codecs collection. -# Of course, thanks to Microsoft's very cool hyper-super-multi-platform -# support, this is only available on x86 architecture. -# If you're working on x86 and want to disable using of the windows codecs, -# define this knob. -# -# # Additional knobs: # # NOPORTDOCS @@ -268,13 +81,10 @@ # documentation. If you define this, only the manpage is going # to be installed. # -# WITHOUT_IPV6 -# default: undefined -# This knob disables mplayer's ipv6 protocol family capabilities. PORTNAME= mplayer -PORTVERSION= 0.99.7 -PORTREVISION= 14 +PORTVERSION= 0.99.8 +PORTREVISION= 0 CATEGORIES= multimedia audio MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ @@ -286,15 +96,11 @@ ftp://ftp.lug.udel.edu/MPlayer/releases/ \ ftp://mirrors.xmission.com/MPlayer/releases/ \ http://www.rrr.de/~riggs/mplayer/ -DISTNAME= MPlayer-1.0pre7try2 +DISTNAME= MPlayer-1.0pre8 MAINTAINER= riggs@rrr.de COMMENT= High performance media player/encoder supporting many formats -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= tmclaugh -PATCH_DIST_STRIP= -p1 - LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes @@ -312,50 +118,64 @@ --enable-menu \ --disable-libfame \ --disable-external-faad \ - --disable-tv-v4l + --disable-tv-v4l \ + --disable-liblzo \ + --disable-libcdio -.if !defined(MPLAYER_GENERIC_BUILD) -.if defined(WITHOUT_X11) -WITHOUT_GUI= yes -BUILD_DEPENDS+= imake:${X_IMAKE_PORT} -CONFIGURE_ARGS+=--disable-x11 -.else -USE_XLIB= yes -CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \ - --with-x11incdir=${X11BASE}/include -.endif +OPTIONS= DEBUG "Include debug symbols in mplayer's binary files" off -.if defined(WITH_LANG) -CONFIGURE_ARGS+=--language=${WITH_LANG} +#Collect OPTIONS menu +.if !defined(MPLAYER_GENERIC_BUILD) +OPTIONS+= RTCPU "Let mplayer dynamically check for CPU features" on +OPTIONS+= OCFLAGS "Use optimized compiler flags" on +OPTIONS+= MENCODER "Support encoding of multimedia files" on +OPTIONS+= IPV6 "Include inet6 network support" on +OPTIONS+= X11 "Enable X11 support for mplayer's video output" on +OPTIONS+= GUI "Enable GTK2 graphical user interface with X11" on +OPTIONS+= SDL "Enable SDL video output" off +OPTIONS+= NVIDIA "Enable experimental nvidia xvmc driver" off +OPTIONS+= SKINS "Force dependency on mplayer-skins" on +OPTIONS+= FREETYPE "Use freetype for OSD fonts (TrueType!)" on +OPTIONS+= RTC "Add support for kernel real time clock timing" off +OPTIONS+= ARTS "Enable KDE sound system support" off +OPTIONS+= ESOUND "Enable GNOME esound support" off +OPTIONS+= LIBUNGIF "Enable gif support" on +OPTIONS+= AALIB "Enable aalib support" off +OPTIONS+= LIBCACA "Enable libcaca support" off +OPTIONS+= SVGALIB "Enable svgalib support" off +OPTIONS+= LIBDV "Enable libdv support" off +OPTIONS+= MAD "Enable mad MPEG audio engine support" off +OPTIONS+= DTS "Enable DTS audio codec support" on +OPTIONS+= TREMOR "Use built-in tremor instead of libvorbis" off +OPTIONS+= XMMS "Enable XMMS plugin support" off +OPTIONS+= THEORA "Enable ogg theora video support" off +OPTIONS+= WIN32 "Enable win32 codec set on the IA32 arch" on +OPTIONS+= X264 "Enable x264 (H.264) video codec support" off +OPTIONS+= XANIM "Enable xanim DLL support" off +OPTIONS+= XVID "Enable XVID video codec support" on +OPTIONS+= REALPLAYER "Enable real player plugin" off +OPTIONS+= LIVEMEDIA "Enable LIVE555 streaming support" off +OPTIONS+= FRIBIDI "Enable FriBiDi support" off +OPTIONS+= LIRC "Enable lirc support" off +OPTIONS+= CDPARANOIA "Enable cdparanoia support" off .endif -.else -USE_XLIB= yes -CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \ - --with-x11incdir=${X11BASE}/include -.endif #MPLAYER_GENERIC_BUILD WANT_GNOME= yes WANT_SDL= yes MAN1= mplayer.1 MANCOMPRESSED= no -CONFFILES= example.conf input.conf menu.conf -TOOLFILES= calcbpp.pl countquant.pl \ - dvd2divxscript.pl menc2pass \ - mencvcd mp.pl sws-test w32codec_dl.pl \ - x2mpsub.sh +CONFFILES= example.conf input.conf menu.conf dvb-menu.conf +TOOLFILES= calcbpp.pl countquant.pl dvd2divxscript.pl \ + menc2pass mencvcd mp.pl subedit.pl subsearch.sh \ + sws-test w32codec_dl.pl wma2ogg.pl x2mpsub.sh .include -# Can't run mplayer/nvidia-driver WITH_NVIDIA on FreeBSD 4.X now -.if ${OSVERSION} < 500000 && defined(WITH_NVIDIA) -IGNORE= does not run on 4.x when WITH_NVIDIA is defined -.endif - #Building of vidix dependent shared libs is only possible #on i386 at the moment. .if ${ARCH} == "i386" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/mplayer/vidix PLIST_SUB+= VIDIX="" .else @@ -363,111 +183,6 @@ PLIST_SUB+= VIDIX="@comment " .endif -#.if exists(${LOCALBASE}/modules/rtc.ko) -#WITH_RTC= yes -#.endif - -#.if exists(${X11BASE}/lib/libXvMCNVIDIA.so.1) -#WITH_NVIDIA= yes -#.endif - -.if exists(${LOCALBASE}/lib/libfribidi.so.0) -WITH_FRIBIDI= yes -.endif - -.if !defined(WITHOUT_ARTS) && exists(${LOCALBASE}/lib/libartsc.so.0) -WITH_ARTS= yes -.endif - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.so) -WITH_CDPARANOIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libcaca.a) -WITH_LIBCACA= yes -.endif - -.if exists(${LOCALBASE}/lib/libdv.so.4) -WITH_LIBDV= yes -.endif - -.if exists(${LOCALBASE}/lib/libungif.so.5) -WITH_LIBUNGIF= yes -.endif - -.if exists(${LOCALBASE}/lib/liblirc_client.so.0) -WITH_LIRC= yes -.endif - -.if exists(${LOCALBASE}/lib/libmad.so.2) -WITH_MAD= yes -.endif - -.if exists(${LOCALBASE}/lib/libvga.so.1) -WITH_SVGALIB= yes -.endif - -.if exists(${LOCALBASE}/lib/libtheora.so.2) -WITH_THEORA= yes -.endif - -.if exists(${LOCALBASE}/lib/libx264.so.47) -WITH_X264= yes -.endif - -.if exists(${LOCALBASE}/lib/libaa.so.1) -WITH_AALIB= yes -.endif - -.if ${HAVE_SDL:Msdl}!="" -WITH_SDL= yes -WITH_AALIB= yes -.endif - -.if !defined(WITHOUT_ESOUND) && ${HAVE_GNOME:Mesound}!="" -WITH_ESOUND= yes -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so.3) -WITH_VORBIS= yes -.endif - -.if exists(${LOCALBASE}/lib/libjpeg.so.9) -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -.endif - -.if exists(${X11BASE}/bin/xanim) -WITH_XANIM= yes -.endif - -.if exists(${X11BASE}/lib/RealPlayer/realplay.bin) -WITH_REALPLAYER= yes -.endif - -.if exists(${LOCALBASE}/live/liveMedia/libliveMedia.a) -WITH_LIVEMEDIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libxvidcore.so) -WITH_XVID= yes -.endif - -.if exists(${X11BASE}/lib/libxmms.so) -WITH_XMMS= yes -.endif - -.if exists(${LOCALBASE}/lib/libdts.a) -WITH_DTS= yes -.endif - -.if exists(${LOCALBASE}/lib/liblzo.so) -WITH_LZO= yes -.endif - -.if exists(${LOCALBASE}/lib/libfreetype.so.9) && !defined(WITHOUT_FREETYPE) -WITH_FREETYPE= yes -.endif - # Esablish de-facto dependencies for either building generic mplayer # binary-suitable package or custom build @@ -478,12 +193,9 @@ CFLAGS= #let mplayer decide on this CONFIGURE_ARGS+=--enable-runtime-cpudetection #GUI -USE_GNOME+= gtk12 -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gtk -.else -PKGNAMESUFFIX= -gtk -.endif +USE_GNOME+= gtk20 +PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gtk2 + CONFIGURE_ARGS+= --enable-gui PLIST_SUB+= GMPLAYER="" RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/Skin:${PORTSDIR}/multimedia/mplayer-skins @@ -495,65 +207,41 @@ MLINKS+= mplayer.1 mencoder.1 PLIST_SUB+= MENCODER="" #ARTS -CONFIGURE_ARGS+= --disable-arts -#Fribidi -CONFIGURE_ARGS+= --disable-fribidi -#Cdparanoia -CONFIGURE_ARGS+= --disable-cdparanoia -#Caca -CONFIGURE_ARGS+= --disable-caca -#Libungif -CONFIGURE_ARGS+= --disable-gif -#Libdv -CONFIGURE_ARGS+= --disable-libdv -#Mad -CONFIGURE_ARGS+= --disable-mad -#Theora -CONFIGURE_ARGS+= --disable-theora -#x264 -CONFIGURE_ARGS+= --disable-x264 -#Svgalib -LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib -#Aalib -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -#SDL -USE_SDL= sdl -#Esound -CONFIGURE_ARGS+= --disable-esd -#Vorbis -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -#Live media -CONFIGURE_ARGS+= --disable-live -#XviD -CONFIGURE_ARGS+= --enable-xvid -LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid -#LZO -CONFIGURE_ARGS+= --disable-liblzo -#Freetype -CONFIGURE_ARGS+= --with-extraincdir=${LOCALBASE}/include/freetype2 \ - --enable-freetype -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 -#XAnim codecs -BUILD_DEPENDS+= xanim:${PORTSDIR}/multimedia/xanim -CONFIGURE_ARGS+= --enable-xanim \ - --with-xanimlibdir=${X11BASE}/lib/X11/xanim -#Optical drive descriptors -.if ${OSVERSION} < 500000 -DEFAULT_DVD_DEVICE=/dev/acd0c -DEFAULT_CDROM_DEVICE=/dev/acd0c -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -DEFAULT_CDROM_DEVICE=/dev/acd0 -.endif + +.for module in ARTS FRIBIDI CDPARANOIA LIBCACA LIBUNGIF LIBDV MAD THEORA X264 FRIBIDI LIVEMEDIA ESOUND OCFLAGS RTC MENCODER NVIDIA LIRC XMMS +WITHOUT_${module}=yes +.undef(WITH_${module}) +.endfor + +.for module in GUI SVGALIB AALIB SDL XVID FREETYPE XANIM WITH_RTCPU WIN32 X11 +WITH_${module}=yes +.undef(WITHOUT_${module}) +.endfor + +.undef(WITH_DVD_DEVICE) +.undef(WITH_CDROM_DEVICE) +.undef(WITH_LANG) + #Kernel granularity DEFAULT_KERN_HZ=1024 -.else #MPLAYER_GENERIC_BUILD CFLAGS+= -fno-force-addr -.if defined(DEBUG) -CONFIGURE_ARGS+= --enable-debug +.endif #MPLAYER_GENERIC_BUILD + +.if defined(WITHOUT_X11) +WITHOUT_GUI= yes +BUILD_DEPENDS+= imake:${X_IMAKE_PORT} +CONFIGURE_ARGS+=--disable-x11 +.else +USE_XLIB= yes +CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \ + --with-x11incdir=${X11BASE}/include .endif -.if defined(WITH_OPTIMIZED_CFLAGS) +.if defined(WITH_LANG) +CONFIGURE_ARGS+=--language=${WITH_LANG} +.endif + +.if !defined(WITHOUT_OCFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif @@ -563,51 +251,32 @@ CATEGORIES+= ipv6 .endif -.if ${HAVE_GNOME:Mgtk12}!="" && !defined(WITH_GTK2) && !defined(WITHOUT_GUI) -WITH_GTK1= yes -.endif - -.if !defined(WITHOUT_GUI) +.if !defined(WITHOUT_GUI) PLIST_SUB+= GMPLAYER="" .if !defined(WITHOUT_SKINS) RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/Skin:${PORTSDIR}/multimedia/mplayer-skins .endif -.else -PLIST_SUB+= GMPLAYER="@comment " -.endif -.if defined(WITH_GTK2) && !defined(WITH_GTK1) && !defined(WITHOUT_GUI) .if ( ${OSVERSION} < 500000 ) USE_GCC= 3.4 .endif + USE_GNOME+= gtk20 -PATCHFILES+= MPlayer-1.0pre7try2-gtk2.patch -.if defined(PKGNAMESUFFIX) +CONFIGURE_ARGS+= --enable-gui + PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gtk2 -.else -PKGNAMESUFFIX= -gtk2 -.endif -CONFIGURE_ARGS+= --enable-gui --enable-gtk2 + + .if defined(WITH_LANG) WITH_LANG= "" .endif -.endif -.if defined(WITH_GTK1) && !defined(WITH_GTK2) && !defined(WITHOUT_GUI) -USE_GNOME+= gtk12 -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gtk .else -PKGNAMESUFFIX= -gtk -.endif -CONFIGURE_ARGS+= --enable-gui -.endif - -.if defined(WITHOUT_GUI) -CONFIGURE_ARGS+= --disable-gui +PLIST_SUB+= GMPLAYER="@comment " +#GUI building?!! .endif -.if defined(WITH_RTC) +.if !defined(WITHOUT_RTC) BUILD_DEPENDS+= ${LOCALBASE}/modules/rtc.ko:${PORTSDIR}/emulators/rtc RUN_DEPENDS+= ${LOCALBASE}/modules/rtc.ko:${PORTSDIR}/emulators/rtc CONFIGURE_ARGS+= --enable-rtc @@ -625,47 +294,46 @@ PLIST_SUB+= MENCODER="@comment " .endif -.if defined(WITH_NVIDIA) +.if !defined(WITHOUT_NVIDIA) LIB_DEPENDS+= XvMCNVIDIA.1:${PORTSDIR}/x11/nvidia-driver CONFIGURE_ARGS+= --enable-xvmc \ --enable-xvmclib=XvMCNVIDIA .endif -.if defined(WITH_ARTS) && !defined(WITHOUT_ARTS) && !defined(WITH_GTK1) +.if !defined(WITHOUT_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts - CONFIGURE_ARGS+= --enable-arts .else CONFIGURE_ARGS+= --disable-arts .endif -.if defined(WITH_FRIBIDI) +.if !defined(WITHOUT_FRIBIDI) LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi CONFIGURE_ARGS+= --enable-fribidi .else CONFIGURE_ARGS+= --disable-fribidi .endif -.if defined(WITH_CDPARANOIA) +.if !defined(WITHOUT_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia .else CONFIGURE_ARGS+= --disable-cdparanoia .endif -.if defined(WITH_LIBCACA) +.if !defined(WITHOUT_LIBCACA) BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca .else CONFIGURE_ARGS+= --disable-caca .endif -.if defined(WITH_LIBUNGIF) +.if !defined(WITHOUT_LIBUNGIF) LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif #CONFIGURE_ARGS+= --enable-gif .else CONFIGURE_ARGS+= --disable-gif .endif -.if defined(WITH_LIBDV) +.if !defined(WITHOUT_LIBDV) LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv CONFIGURE_ARGS+= --enable-libdv @@ -673,14 +341,14 @@ CONFIGURE_ARGS+= --disable-libdv .endif -.if defined(WITH_LIRC) +.if !defined(WITHOUT_LIRC) LIB_DEPENDS+= lirc_client.0:${PORTSDIR}/comms/lirc CONFIGURE_ARGS+= --enable-lirc .else CONFIGURE_ARGS+= --disable-lirc .endif -.if defined(WITH_MAD) +.if !defined(WITHOUT_MAD) LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+= --enable-mad \ @@ -689,38 +357,41 @@ CONFIGURE_ARGS+= --disable-mad .endif -.if defined(WITH_SVGALIB) +.if !defined(WITHOUT_SDL) +USE_SDL= sdl +WITH_AALIB= yes +.undef(WITHOUT_AALIB) +WITH_SVGALIB= yes +.undef(WITHOUT_SVGALIB) +.else +CONFIGURE_ARGS+= --disable-sdl +.endif + +.if !defined(WITHOUT_SVGALIB) LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib +.else +CONFIGURE_ARGS+= --disable-svga .endif -.if defined(WITH_AALIB) +.if !defined(WITHOUT_AALIB) LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib +.else +CONFIGURE_ARGS+= --disable-aa .endif -.if defined(WITH_THEORA) +.if !defined(WITHOUT_THEORA) LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora .else CONFIGURE_ARGS+= --disable-theora .endif -.if defined(WITH_X264) +.if !defined(WITHOUT_X264) LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 .else CONFIGURE_ARGS+= --disable-x264 .endif -#.if defined(WITH_TREMOR) -#LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor -#CONFIGURE_ARGS+= --enable-tremor -#.else -#CONFIGURE_ARGS+= --disable-tremor -#.endif - -.if defined(WITH_SDL) -USE_SDL= sdl -.endif - -.if defined(WITH_ESOUND) && !defined(WITHOUT_ESOUND) +.if !defined(WITHOUT_ESOUND) USE_GNOME+= esound .if defined(PKGNAMESUFFIX) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound @@ -731,19 +402,21 @@ CONFIGURE_ARGS+= --disable-esd .endif -.if defined(WITH_VORBIS) +.if defined(WITHOUT_TREMOR) CONFIGURE_ARGS+= --disable-internal-tremor LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .endif -.if defined(WITH_REALPLAYER) +.if !defined(WITHOUT_REALPLAYER) CONFIGURE_ARGS+= --enable-real \ --with-reallibdir=${X11BASE}/lib/RealPlayer/codecs RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer +.else +CONFIGURE_ARGS+= --disable-real .endif -.if defined(WITH_LIVEMEDIA) +.if !defined(WITHOUT_LIVEMEDIA) CONFIGURE_ARGS+= --enable-live \ --with-livelibdir=${LOCALBASE}/live RUN_DEPENDS+= ${LOCALBASE}/live/liveMedia/libliveMedia.a:${PORTSDIR}/net/liveMedia @@ -752,28 +425,28 @@ CONFIGURE_ARGS+= --disable-live .endif -.if defined(WITH_XVID) +.if !defined(WITHOUT_XVID) CONFIGURE_ARGS+= --enable-xvid LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid -.endif - -.if defined(WITH_LZO) -LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo .else -CONFIGURE_ARGS+= --disable-liblzo +CONFIGURE_ARGS+= --disable-xvid .endif -.if defined(WITH_XMMS) +.if !defined(WITHOUT_XMMS) CONFIGURE_ARGS+= --enable-xmms LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +.else +CONFIGURE_ARGS+= --disable-xmms .endif -.if defined(WITH_DTS) +.if !defined(WITHOUT_DTS) CONFIGURE_ARGS+= --enable-libdts BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts.a:${PORTSDIR}/multimedia/libdts +.else +CONFIGURE_ARGS+= --disable-libdts .endif -.if defined(WITH_FREETYPE) +.if !defined(WITHOUT_FREETYPE) CONFIGURE_ARGS+= --with-extraincdir=${LOCALBASE}/include/freetype2 \ --enable-freetype LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 @@ -782,14 +455,14 @@ CONFIGURE_ARGS+= --disable-freetype .endif -.if defined(WITH_XANIM) +.if !defined(WITHOUT_XANIM) BUILD_DEPENDS+= xanim:${PORTSDIR}/multimedia/xanim CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim .else CONFIGURE_ARGS+=--disable-xanim .endif -.if defined(WITH_DVD_DEVICE) +.if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else .if ${OSVERSION} < 500000 @@ -817,9 +490,9 @@ # "enable" build for other archs .if ${ARCH} == "i386" -.if !defined(WITHOUT_RUNTIME_CPUDETECTION) +.if !defined(WITHOUT_RTCPU) CONFIGURE_ARGS+=--enable-runtime-cpudetection -.else #WITHOUT_RUNTIME_CPUDETECTION +.else #WITH_RTCPU .if defined(WITHOUT_MMX) CONFIGURE_ARGS+=--disable-mmx .endif @@ -830,26 +503,12 @@ CONFIGURE_ARGS+=--disable-3dnowex .endif .if defined(WITHOUT_SSE) -CONFIGURE_ARGS+=--disable-mmx2 --disable-sse -.endif -.endif #WITHOUT_RUNTIME_CPUDETECTION -.if !defined(WITH_SVGALIB) -CONFIGURE_ARGS+=--disable-svga -.endif -.if !defined(WITH_AALIB) -CONFIGURE_ARGS+=--disable-aa -.endif -.if !defined(WITH_SDL) -CONFIGURE_ARGS+=--disable-sdl +CONFIGURE_ARGS+=--disable-mmx2 --disable-sse --disable-sse2 .endif -.if !defined(WITH_VORBIS) -CONFIGURE_ARGS+=--disable-vorbis -.endif -.if !defined(WITHOUT_WIN32_CODECS) +.endif #WITH_RTCPU +.if !defined(WITHOUT_WIN32) RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} - CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 - CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .else @@ -857,16 +516,13 @@ --disable-qtx-codecs .endif .endif # ARCH == i386 -.endif #MPLAYER_GENERIC_BUILD pre-everything:: @${ECHO_MSG} "N - O - T - E" @${ECHO_MSG} "" - @${ECHO_MSG} "Take a careful look into the Makefile in order" - @${ECHO_MSG} "to learn how to tune mplayer towards you personal preferences!" - @${ECHO_MSG} "For example," - @${ECHO_MSG} "make WITH_GTK1" - @${ECHO_MSG} "builds MPlayer with GTK1-GUI support." + @${ECHO_MSG} "There are some knobs which *can* *not* be selected via the" + @${ECHO_MSG} "OPTIONS framework. You might want to check the Makefile in" + @${ECHO_MSG} "order to learn more about them." .if !defined(WITHOUT_GUI) @${ECHO_MSG} "If you want to use the GUI, you can either install" @@ -875,14 +531,6 @@ @${ECHO_MSG} "http://www.mplayerhq.hu/homepage/dload.html" .endif -#.if defined(WITH_GTK2) && !defined(WITHOUT_GUI) -# @${ECHO_MSG} "=====================> <======================" -# @${ECHO_MSG} "GTK2 and UTF8 language options cannot peacefully coexist" -# @${ECHO_MSG} "If you have defined WITH_LANG= and WITH_GTK2" -# @${ECHO_MSG} "your language options are ignored." -# @${ECHO_MSG} "====================> <======================" -#.endif - post-patch: @${REINPLACE_CMD} -e \ 's|libxmms.so.1|libxmms.so|' \ @@ -910,7 +558,11 @@ .endif .if defined(MPLAYER_GENERIC_BUILD) @${REINPLACE_CMD} -e \ - 's|1.0pre7|1.0pre7-FreeBSD-generic|' \ +.if defined(WITH_DEBUG) + 's|1.0pre8|1.0pre8-FreeBSD-generic-debug|' \ +.else + 's|1.0pre8|1.0pre8-FreeBSD-generic|' \ +.endif ${WRKSRC}/version.sh .endif Index: distinfo =================================================================== RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/distinfo,v retrieving revision 1.32 diff -u -r1.32 distinfo --- distinfo 17 Apr 2006 03:10:41 -0000 1.32 +++ distinfo 13 Jun 2006 16:23:14 -0000 @@ -1,6 +1,3 @@ -MD5 (MPlayer-1.0pre7try2.tar.bz2) = aaca4fd327176c1afb463f0f047ef6f4 -SHA256 (MPlayer-1.0pre7try2.tar.bz2) = 006da26e16bd1b1a8aec5d59b72b0b2ae7716f4e7634859a3e88b6fbbec4d89a -SIZE (MPlayer-1.0pre7try2.tar.bz2) = 6868786 -MD5 (MPlayer-1.0pre7try2-gtk2.patch) = aa7ae259b66f3a88d4dff39faeea7354 -SHA256 (MPlayer-1.0pre7try2-gtk2.patch) = 15f13b741b0ed8ec5726e5c68d03d559c32582a3e2d1e3014685531c69a47ab2 -SIZE (MPlayer-1.0pre7try2-gtk2.patch) = 6177 +MD5 (MPlayer-1.0pre8.tar.bz2) = f82bb2bc51b6cd5e5dd96f88f6f98582 +SHA256 (MPlayer-1.0pre8.tar.bz2) = 4e611138efb3709e650e3770bb3f33609f3fd04047932c830e52a02e0e97efcc +SIZE (MPlayer-1.0pre8.tar.bz2) = 8166628 Index: pkg-descr =================================================================== RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 22 Jan 2003 16:53:06 -0000 1.4 +++ pkg-descr 15 Jun 2006 12:14:35 -0000 @@ -1,10 +1,8 @@ -This is the port of mplayer, a project which has the effort -to become a very stable and useful movie player and encoder. - -It is based on the windows codec compilation and -provides the ability to play many formats -in a very good quality without much CPU comsumption. - -Support for ffmpeg, quicktime and DVD are also included. +MPlayer is a multimedia player and encoder suite which runs on many +platforms. It plays a terrific number of different file formats +and codecs including popular DivX, XviD, H.264 streams as well as +DVD and SVCDs along with many popular audio codecs. +On the i386 platform it also supports some Windows DLL codec +families which allow playing of e.g. QuickTime movies. WWW: http://www.mplayerhq.hu/ Index: pkg-message =================================================================== RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/pkg-message,v retrieving revision 1.9 diff -u -r1.9 pkg-message --- pkg-message 11 Jun 2004 18:08:50 -0000 1.9 +++ pkg-message 15 Jun 2006 12:05:44 -0000 @@ -9,7 +9,3 @@ Please take a look at docs in /usr/local/share/doc/mplayer - -If you encounter strange problems, please have a look at -http://www.rrr.de/~riggs/mplayer/faq_en.html -before throwing stones at me :-) Index: pkg-plist =================================================================== RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/pkg-plist,v retrieving revision 1.19 diff -u -r1.19 pkg-plist --- pkg-plist 22 Jan 2006 02:29:58 -0000 1.19 +++ pkg-plist 6 Jul 2006 20:54:28 -0000 @@ -1,40 +1,45 @@ bin/mplayer %%MENCODER%%bin/mencoder %%GMPLAYER%%bin/gmplayer -%%PORTDOCS%%%%DOCSDIR%%/amiga.html +%%PORTDOCS%%%%DOCSDIR%%/advaudio.html %%PORTDOCS%%%%DOCSDIR%%/aspect.html +%%PORTDOCS%%%%DOCSDIR%%/audio-codecs.html +%%PORTDOCS%%%%DOCSDIR%%/audio-formats.html %%PORTDOCS%%%%DOCSDIR%%/audio.html %%PORTDOCS%%%%DOCSDIR%%/bsd.html %%PORTDOCS%%%%DOCSDIR%%/bugreports.html %%PORTDOCS%%%%DOCSDIR%%/bugreports_advusers.html %%PORTDOCS%%%%DOCSDIR%%/bugreports_fix.html +%%PORTDOCS%%%%DOCSDIR%%/bugreports_regression_test.html %%PORTDOCS%%%%DOCSDIR%%/bugreports_report.html +%%PORTDOCS%%%%DOCSDIR%%/bugreports_security.html %%PORTDOCS%%%%DOCSDIR%%/bugreports_what.html %%PORTDOCS%%%%DOCSDIR%%/bugreports_where.html %%PORTDOCS%%%%DOCSDIR%%/bugs-audio.html %%PORTDOCS%%%%DOCSDIR%%/bugs-special.html %%PORTDOCS%%%%DOCSDIR%%/bugs.html %%PORTDOCS%%%%DOCSDIR%%/cd-dvd.html +%%PORTDOCS%%%%DOCSDIR%%/codec-importing.html %%PORTDOCS%%%%DOCSDIR%%/codecs.html %%PORTDOCS%%%%DOCSDIR%%/commandline.html +%%PORTDOCS%%%%DOCSDIR%%/containers.html %%PORTDOCS%%%%DOCSDIR%%/control.html -%%PORTDOCS%%%%DOCSDIR%%/custommatrices.html %%PORTDOCS%%%%DOCSDIR%%/default.css %%PORTDOCS%%%%DOCSDIR%%/drives.html %%PORTDOCS%%%%DOCSDIR%%/dvd.html %%PORTDOCS%%%%DOCSDIR%%/edl.html +%%PORTDOCS%%%%DOCSDIR%%/encoding-guide.html +%%PORTDOCS%%%%DOCSDIR%%/exotic_platforms.html %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/features.html -%%PORTDOCS%%%%DOCSDIR%%/formats.html %%PORTDOCS%%%%DOCSDIR%%/gcc-296.html %%PORTDOCS%%%%DOCSDIR%%/gui.html %%PORTDOCS%%%%DOCSDIR%%/history.html %%PORTDOCS%%%%DOCSDIR%%/howtoread.html -%%PORTDOCS%%%%DOCSDIR%%/hp-ux.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%%%DOCSDIR%%/installation_codecs.html %%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/irix.html %%PORTDOCS%%%%DOCSDIR%%/joe-barr.html %%PORTDOCS%%%%DOCSDIR%%/linux.html %%PORTDOCS%%%%DOCSDIR%%/macos.html @@ -42,32 +47,50 @@ %%PORTDOCS%%%%DOCSDIR%%/menc-feat-dvd-mpeg4.html %%PORTDOCS%%%%DOCSDIR%%/menc-feat-enc-images.html %%PORTDOCS%%%%DOCSDIR%%/menc-feat-enc-libavcodec.html -%%PORTDOCS%%%%DOCSDIR%%/menc-feat-telecine.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-extractsub.html %%PORTDOCS%%%%DOCSDIR%%/menc-feat-mpeg.html %%PORTDOCS%%%%DOCSDIR%%/menc-feat-mpeg4.html -%%PORTDOCS%%%%DOCSDIR%%/menc-feat-extractsub.html %%PORTDOCS%%%%DOCSDIR%%/menc-feat-rescale.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-selecting-codec.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-selecting-input.html %%PORTDOCS%%%%DOCSDIR%%/menc-feat-streamcopy.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-telecine.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-vcd-dvd.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-video-for-windows.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-x264.html +%%PORTDOCS%%%%DOCSDIR%%/menc-feat-xvid.html %%PORTDOCS%%%%DOCSDIR%%/mencoder.html +%%PORTDOCS%%%%DOCSDIR%%/mpeg_decoders.html %%PORTDOCS%%%%DOCSDIR%%/mplayer-binary.html %%PORTDOCS%%%%DOCSDIR%%/mpst.html +%%PORTDOCS%%%%DOCSDIR%%/mtrr.html %%PORTDOCS%%%%DOCSDIR%%/nvidia-opinions.html -%%PORTDOCS%%%%DOCSDIR%%/patches.html +%%PORTDOCS%%%%DOCSDIR%%/other.html +%%PORTDOCS%%%%DOCSDIR%%/output-trad.html %%PORTDOCS%%%%DOCSDIR%%/ports.html -%%PORTDOCS%%%%DOCSDIR%%/qnx.html %%PORTDOCS%%%%DOCSDIR%%/rtc.html -%%PORTDOCS%%%%DOCSDIR%%/skin.html %%PORTDOCS%%%%DOCSDIR%%/skin-file.html %%PORTDOCS%%%%DOCSDIR%%/skin-fonts.html %%PORTDOCS%%%%DOCSDIR%%/skin-gui.html %%PORTDOCS%%%%DOCSDIR%%/skin-overview.html -%%PORTDOCS%%%%DOCSDIR%%/solaris.html +%%PORTDOCS%%%%DOCSDIR%%/skin-quality.html +%%PORTDOCS%%%%DOCSDIR%%/skin.html +%%PORTDOCS%%%%DOCSDIR%%/softreq.html +%%PORTDOCS%%%%DOCSDIR%%/sound-cards.html %%PORTDOCS%%%%DOCSDIR%%/streaming.html %%PORTDOCS%%%%DOCSDIR%%/subosd.html +%%PORTDOCS%%%%DOCSDIR%%/sync.html +%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/tv-input.html +%%PORTDOCS%%%%DOCSDIR%%/tv.html +%%PORTDOCS%%%%DOCSDIR%%/tvout.html +%%PORTDOCS%%%%DOCSDIR%%/unix.html %%PORTDOCS%%%%DOCSDIR%%/usage.html %%PORTDOCS%%%%DOCSDIR%%/users-vs-dev.html %%PORTDOCS%%%%DOCSDIR%%/vcd.html +%%PORTDOCS%%%%DOCSDIR%%/video-cards.html +%%PORTDOCS%%%%DOCSDIR%%/video-codecs.html +%%PORTDOCS%%%%DOCSDIR%%/video-formats.html %%PORTDOCS%%%%DOCSDIR%%/video.html %%PORTDOCS%%%%DOCSDIR%%/windows.html %%VIDIX%%lib/libdha.so.1 @@ -89,12 +112,16 @@ %%DATADIR%%/tools/menc2pass %%DATADIR%%/tools/mencvcd %%DATADIR%%/tools/mp.pl +%%DATADIR%%/tools/subedit.pl +%%DATADIR%%/tools/subsearch.sh %%DATADIR%%/tools/sws-test %%DATADIR%%/tools/w32codec_dl.pl +%%DATADIR%%/tools/wma2ogg.pl %%DATADIR%%/tools/x2mpsub.sh %%DATADIR%%/example.conf %%DATADIR%%/input.conf %%DATADIR%%/menu.conf +%%DATADIR%%/dvb-menu.conf @dirrm %%DATADIR%%/tools @dirrmtry %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% Index: files/patch-ad =================================================================== RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/files/patch-ad,v retrieving revision 1.27 diff -u -r1.27 patch-ad --- files/patch-ad 9 Nov 2005 20:17:44 -0000 1.27 +++ files/patch-ad 15 Jun 2006 08:18:59 -0000 @@ -1,32 +1,41 @@ ---- configure.orig Wed Apr 13 13:46:35 2005 -+++ configure Wed Nov 9 19:52:06 2005 -@@ -29,9 +29,9 @@ +--- configure.orig Thu Jun 15 09:35:04 2006 ++++ configure Thu Jun 15 10:18:55 2006 +@@ -35,7 +35,7 @@ + # else + # _def_feature='#undef HAVE_FEATURE' + # fi +-# echores "$_feature" ++ echores "$_feature" + # + # Furthermore you need to add the variable _feature to the list of default + # settings and set it to one of yes/no/auto. Also add appropriate +@@ -61,9 +61,9 @@ echo >> "$TMPLOG" - cat "$TMPC" >> "$TMPLOG" + cat "$1" >> "$TMPLOG" echo >> "$TMPLOG" -- echo "$_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG" -+ echo "$_cc $CFLAGS -fno-fast-math $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG" +- echo "$_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra -o $TMPO $@" >> "$TMPLOG" ++ echo "$_cc $CFLAGS -fno-fast-math $_inc_extra $_ld_static $_ld_extra -o $TMPO $@" >> "$TMPLOG" rm -f "$TMPO" -- ( $_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1 -+ ( $_cc $CFLAGS -fno-fast-math $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1 +- $_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra -o "$TMPO" "$@" >> "$TMPLOG" 2>&1 ++ $_cc $CFLAGS -fno-fast-math $_inc_extra $_ld_static $_ld_extra -o "$TMPO" "$@" >> "$TMPLOG" 2>&1 TMP="$?" echo >> "$TMPLOG" echo "ldd $TMPO" >> "$TMPLOG" -@@ -369,7 +369,7 @@ - - - # 1st pass checking for vital options +@@ -453,7 +453,7 @@ + _sse=auto + _sse2=auto + _mtrr=auto -_install=install +_install=@${BSD_INSTALL_PROGRAM} _ranlib=ranlib _cc=cc test "$CC" && _cc="$CC" -@@ -471,14 +471,7 @@ - case "`( uname -m ) 2>&1`" in +@@ -574,14 +574,7 @@ + case "`uname -m 2>&1`" in i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686|BePC) host_arch=i386 ;; ia64) host_arch=ia64 ;; - x86_64|amd64) -- if [ "`$_cc -dumpmachine | grep x86_64 | cut -d- -f1`" = "x86_64" -a \ +- if [ -n "`$_cc -dumpmachine | sed -n '/^x86_64-/p;/^amd64-/p'`" -a \ - -z "`echo $CFLAGS | grep -- -m32`" ]; then - host_arch=x86_64 - else @@ -34,10 +43,10 @@ - fi - ;; + x86_64|amd64) host_arch=x86_64 ;; - macppc|ppc) host_arch=ppc ;; + macppc|ppc|ppc64) host_arch=ppc ;; alpha) host_arch=alpha ;; sparc) host_arch=sparc ;; -@@ -691,22 +684,10 @@ +@@ -806,25 +799,10 @@ _cpuinfo="echo" # Cygwin has /proc/cpuinfo, but only supports Intel CPUs # FIXME: Remove the cygwin check once AMD CPUs are supported @@ -48,9 +57,12 @@ - # FreeBSD with Linux emulation /proc mounted, - # extract CPU information from it - _cpuinfo="cat /compat/linux/proc/cpuinfo" --elif darwin ; then +-elif darwin && not x86 ; then - # use hostinfo on Darwin - _cpuinfo="hostinfo" +-elif aix; then +- # use 'lsattr' on AIX +- _cpuinfo="lsattr -E -l proc0 -a type" -elif x86; then # all other OSes try to extract CPU information from a small helper # program TOOLS/cpuinfo instead @@ -58,29 +70,28 @@ _cpuinfo="TOOLS/cpuinfo" -fi - x86_exts_check() - { -@@ -1878,8 +1859,8 @@ + if x86 || x86_64 ; then + # gather more CPU information +@@ -1526,7 +1504,7 @@ + fi + _stripbinaries=no + elif test -z "$CFLAGS" ; then +- CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" ++ CFLAGS="-O $_pipe" + else + _warn_CFLAGS=yes + fi +@@ -2177,8 +2155,7 @@ ;; *) - echo "Unknown parameter: $ac_option" - exit 1 -+ echo -n "Unknown parameter: $ac_option" -+ echo " (ignoring)." ++ echo "Unknown parameter: $ac_option (ignoring)..." ;; esac -@@ -1889,7 +1870,7 @@ - test -z "$_bindir" && _bindir="$_prefix/bin" - test -z "$_datadir" && _datadir="$_prefix/share/mplayer" - test -z "$_mandir" && _mandir="$_prefix/man" --test -z "$_confdir" && _confdir="$_prefix/etc/mplayer" -+test -z "$_confdir" && _confdir="$_prefix/share/mplayer" - test -z "$_libdir" && _libdir="$_prefix/lib" - test -z "$_mlibdir" && _mlibdir="$MLIBHOME" - -@@ -2591,13 +2572,7 @@ +@@ -2826,13 +2803,7 @@ echocheck "memalign()" @@ -94,74 +105,40 @@ if test "$_memalign" = yes ; then _def_memalign='#define HAVE_MEMALIGN 1' else -@@ -2699,47 +2674,11 @@ +@@ -2931,20 +2902,8 @@ _def_threads='#undef HAVE_THREADS' echocheck "pthread" +-if test "$_pthreads" != no ; then -cat > $TMPC << EOF -#include -void* func(void *arg) { return arg; } -int main(void) { pthread_t tid; return pthread_create (&tid, 0, func, 0) == 0 ? 0 : 1; } -EOF --if mingw32 ; then -- _ld_pthread='' --elif hpux ; then -- _ld_pthread='' --elif ( cc_check && $TMPO ) ; then # QNX -- _ld_pthread=' ' # _ld_pthread='' would disable pthreads, but the test worked --elif ( cc_check -lpthread && $TMPO ) ; then -- _ld_pthread='-lpthread' --elif ( cc_check -pthread && $TMPO ) ; then -- _ld_pthread='-pthread' --else -- if test "$_ld_static" ; then +-_pthreads=no +-if not hpux ; then +- for _ld_tmp in "-lpthreadGC2" "" "-lpthread" "-pthread" ; do - # for crosscompilation, we cannot execute the program, be happy if we can link statically -- if ( cc_check -lpthread ) ; then -- _ld_pthread='-lpthread' -- elif ( cc_check -pthread ) ; then -- _ld_pthread='-pthread' -- else -- echores "no static pthread found (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, Win32 loader disabled)" -- _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no -- fi -- else -- echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)" -- _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no -- fi +- cc_check $_ld_tmp && (tmp_run || test "$_ld_static") && _ld_pthread="$_ld_tmp" && _pthreads=yes && break +- done +-fi -fi --if test "$_ld_pthread" != '' ; then ++_pthreads=yes +_ld_pthread="${PTHREAD_LIBS}" - echores "yes (using $_ld_pthread)" - _pthreads='yes' + if test "$_pthreads" = yes ; then + _res_comment="using $_ld_pthread" _def_pthreads='#define HAVE_PTHREADS 1' - _def_threads='#define HAVE_THREADS 1' --else -- echores "no" -- _pthreads='' -- _def_pthreads='#undef HAVE_PTHREADS' --fi - - - echocheck "sys/soundcard.h" -@@ -5323,7 +5262,7 @@ - if test "$_faad_internal" = auto ; then - # the faad check needs a config.h file - if not test -f "config.h" ; then -- > config.h -+ echo "$_def_lrintf" > config.h - fi - # internal faad: check if our dear gcc is able to compile it... - cp "`pwd`/libfaad2/cfft.c" $TMPC -@@ -5935,7 +5874,7 @@ - cat > $TMPC << EOF - #include - #include --#if X264_BUILD < 22 -+#if X264_BUILD < 29 - #error We do not support old versions of x264. Get the latest from SVN. +@@ -6529,7 +6488,8 @@ #endif int main(void) { x264_encoder_open((void*)0); return 0; } -@@ -6115,8 +6054,11 @@ + EOF +-_ld_x264="$_ld_x264 -lx264 $_ld_pthread" ++_ld_x264pc=`pkg-config x264 --libs 2>/dev/null` ++_ld_x264="$_ld_x264 $_ld_x264pc $_ld_pthread" + if test "$_x264" != no ; then + _x264=no + if cc_check $_inc_x264 $_ld_x264 $_ld_lm ; then +@@ -6723,8 +6683,11 @@ if test "$_tv" = yes ; then cat > $TMPC < @@ -173,26 +150,7 @@ #else #include #endif -@@ -6477,7 +6419,7 @@ - fi - _stripbinaries=no - elif test -z "$CFLAGS" ; then -- CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" -+ CFLAGS="-O $_pipe" - # always compile with '-g' if .developer: - if test -f ".developer" ; then - CFLAGS="-g $CFLAGS" -@@ -6487,6 +6429,9 @@ - _stripbinaries=no - fi - else -+ if test "$_runtime_cpudetection" = no ; then -+ CFLAGS="$CFLAGS $_march $_mcpu" -+ fi - cat <Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 08:04:03 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 6C4C116A4DD; Fri, 7 Jul 2006 08:04:03 +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 07D6543D6B; Fri, 7 Jul 2006 08:04:03 +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 k67842hQ064274; Fri, 7 Jul 2006 08:04:02 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67842Wq064270; Fri, 7 Jul 2006 08:04:02 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 08:04:02 GMT From: Ion-Mihai Tetcu Message-Id: <200607070804.k67842Wq064270@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99871: [Maintainer-update] Update of ports/mplayer to the current release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:04:03 -0000 Synopsis: [Maintainer-update] Update of ports/mplayer to the current release Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 08:04:02 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99871 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 08: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 2ED3A16A4DE for ; Fri, 7 Jul 2006 08: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 EDF0843D64 for ; Fri, 7 Jul 2006 08:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k678ALJY064442 for ; Fri, 7 Jul 2006 08:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k678ALVg064439; Fri, 7 Jul 2006 08:10:21 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 08:10:21 GMT Resent-Message-Id: <200607070810.k678ALVg064439@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nivit@email.it (Nicola Vitale) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA43416A4EA for ; Fri, 7 Jul 2006 08:08:05 +0000 (UTC) (envelope-from nivit@email.it) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C8443D45 for ; Fri, 7 Jul 2006 08:08:05 +0000 (GMT) (envelope-from nivit@email.it) Received: from localhost (87.8.166.232) by vsmtp14.tin.it (7.2.072.1) id 4496D3DA0176D6B2 for FreeBSD-gnats-submit@freebsd.org; Fri, 7 Jul 2006 10:09:29 +0200 Received: (qmail 25868 invoked by uid 0); 7 Jul 2006 08:07:17 -0000 Message-Id: <20060707080717.25867.qmail@arancino> Date: 7 Jul 2006 08:07:17 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99872: [MAINTAINER] www/eyeOS: update to 0.9.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:10:25 -0000 >Number: 99872 >Category: ports >Synopsis: [MAINTAINER] www/eyeOS: update to 0.9.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 08:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD arancino.domo.sva 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 23 09:15:24 CEST 2006 >Description: - Update to 0.9.0.4 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- eyeos-0.9.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/eyeos/Makefile /usr/ports/www/eyeos.update-0.9.0.4/Makefile --- /usr/ports/www/eyeos/Makefile Wed Jun 14 17:32:32 2006 +++ /usr/ports/www/eyeos.update-0.9.0.4/Makefile Wed Jul 5 20:37:00 2006 @@ -6,7 +6,7 @@ # PORTNAME= eyeOS -DISTVERSION= 0.9.0-3 +DISTVERSION= 0.9.0-4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} diff -ruN --exclude=CVS /usr/ports/www/eyeos/distinfo /usr/ports/www/eyeos.update-0.9.0.4/distinfo --- /usr/ports/www/eyeos/distinfo Wed Jun 14 17:32:32 2006 +++ /usr/ports/www/eyeos.update-0.9.0.4/distinfo Wed Jul 5 20:36:00 2006 @@ -1,3 +1,3 @@ -MD5 (eyeOS-0.9.0-3.tar.gz) = 1fb194fefcbea5456fb1ac84a9da9561 -SHA256 (eyeOS-0.9.0-3.tar.gz) = 6b07e4b76f0c4b6ff951c1b60df68f670cf542b10cbc843526c0ee1cf3806113 -SIZE (eyeOS-0.9.0-3.tar.gz) = 955268 +MD5 (eyeOS-0.9.0-4.tar.gz) = f8c73f78bfb82b229b307b20586ad03d +SHA256 (eyeOS-0.9.0-4.tar.gz) = 7df3bb53e9ba7d687f37b9a6d2ffe44b1d09fd1484578b8ad9a547d84c162344 +SIZE (eyeOS-0.9.0-4.tar.gz) = 958361 diff -ruN --exclude=CVS /usr/ports/www/eyeos/pkg-plist /usr/ports/www/eyeos.update-0.9.0.4/pkg-plist --- /usr/ports/www/eyeos/pkg-plist Wed Jun 14 17:32:32 2006 +++ /usr/ports/www/eyeos.update-0.9.0.4/pkg-plist Thu Jul 6 15:01:00 2006 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%PORTDOCS%%%%DOCSDIR%%/QUICK INSTALL MANUAL %%PORTDOCS%%%%DOCSDIR%%/QUICK UPGRADE MANUAL %%PORTDOCS%%%%DOCSDIR%%/SECURITY MANUAL @@ -509,7 +510,9 @@ %%EYEDIR%%/system/gfx/btn/sortUp.png %%EYEDIR%%/system/gfx/btn/upload.png %%EYEDIR%%/system/gfx/btn/view.png +%%EYEDIR%%/system/gfx/icon.gif %%EYEDIR%%/system/gfx/logo.png +%%EYEDIR%%/system/gfx/support.png %%EYEDIR%%/system/ilang.php %%EYEDIR%%/system/install.php %%EYEDIR%%/system/lang.php @@ -734,6 +737,8 @@ @dirrm %%EYEDIR%%/apps/eyeRSS.eyeapp @dirrm %%EYEDIR%%/apps/eyeTrash.eyeapp @dirrm %%EYEDIR%%/apps +@dirrmtry %%EYEDIR%%/etc +@dirrmtry %%EYEDIR%%/home @dirrm %%EYEDIR%%/login @dirrm %%EYEDIR%%/system/css @dirrm %%EYEDIR%%/system/gfx/btn @@ -765,7 +770,5 @@ @dirrm %%EYEDIR%%/system/themes/default @dirrmtry %%EYEDIR%%/system/themes @dirrmtry %%EYEDIR%%/system -@dirrmtry %%EYEDIR%%/etc -@dirrmtry %%EYEDIR%%/home @dirrmtry %%EYEDIR%%/usr @dirrmtry %%EYEDIR%% --- eyeos-0.9.0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 08:50: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 BBA2C16A4E0 for ; Fri, 7 Jul 2006 08:50:16 +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 378B843D53 for ; Fri, 7 Jul 2006 08: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 k678oGsl068416 for ; Fri, 7 Jul 2006 08: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 k678oGjo068412; Fri, 7 Jul 2006 08:50:16 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 08:50:16 GMT Resent-Message-Id: <200607070850.k678oGjo068412@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E94616A4DA for ; Fri, 7 Jul 2006 08:44:23 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7154243D5C for ; Fri, 7 Jul 2006 08:44:22 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.6/8.13.6) id k678iICP004979; Fri, 7 Jul 2006 10:44:18 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200607070844.k678iICP004979@scone.ki.iif.hu> Date: Fri, 7 Jul 2006 10:44:18 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99874: [MAINTAINER] net/netwib: update to 5.34.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:50:16 -0000 >Number: 99874 >Category: ports >Synopsis: [MAINTAINER] net/netwib: update to 5.34.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 08:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 6.1-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 6.1-STABLE FreeBSD 6.1-STABLE #13: Sun Jun 18 16:01:43 CEST 2006 >Description: Maintainer Update to net/netwib to version 5.34.0 Original package changes: - New functions netwib_buf_casecmp(), netwib_buf_cmp_str() and netwib_buf_casecmp_str() - bug fixes Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- netwib-5.34.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/netwib.orig/Makefile /usr/ports/net/netwib/Makefile --- /usr/ports/net/netwib.orig/Makefile Thu May 25 09:57:48 2006 +++ /usr/ports/net/netwib/Makefile Fri Jul 7 10:39:18 2006 @@ -6,7 +6,7 @@ # PORTNAME= netwib -PORTVERSION= 5.33.0 +PORTVERSION= 5.34.0 CATEGORIES= net devel ipv6 MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwib/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/netwib/download/v5/ \ diff -ruN --exclude=CVS /usr/ports/net/netwib.orig/distinfo /usr/ports/net/netwib/distinfo --- /usr/ports/net/netwib.orig/distinfo Mon Jan 9 09:28:33 2006 +++ /usr/ports/net/netwib/distinfo Fri Jul 7 10:39:25 2006 @@ -1,6 +1,6 @@ -MD5 (netwib-5.33.0-src.tgz) = adfc432c98961b5e8893ef2e572e40a0 -SHA256 (netwib-5.33.0-src.tgz) = 41a7bc5d045e8d34e84ba4d28de9a99ce396f054cbf7d5c278c36e7f11f7cdd1 -SIZE (netwib-5.33.0-src.tgz) = 608712 -MD5 (netwib-5.33.0-doc_html.tgz) = a46abb9771f3a86a9ea4596663c556af -SHA256 (netwib-5.33.0-doc_html.tgz) = b9b9db26d2a804818dd8c10fc78b8817aefcf409cf3ad6619fe5b6705bb89608 -SIZE (netwib-5.33.0-doc_html.tgz) = 134548 +MD5 (netwib-5.34.0-src.tgz) = d0e483fb92c5a2c9c5e5be207e8c3a7c +SHA256 (netwib-5.34.0-src.tgz) = 3d16134e27512a217cf426ce042714142803dd8db564c8f478f68b674fda7a2c +SIZE (netwib-5.34.0-src.tgz) = 614737 +MD5 (netwib-5.34.0-doc_html.tgz) = debf297a3225b5edcdd99bb282e3042f +SHA256 (netwib-5.34.0-doc_html.tgz) = 2cdab5edf9bc5ceb037c394446e865265491a60b7c19863ed2f5d1c6c4953fac +SIZE (netwib-5.34.0-doc_html.tgz) = 134652 --- netwib-5.34.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:00:32 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 D0EE616A4E0 for ; Fri, 7 Jul 2006 09: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 2BC6A43D46 for ; Fri, 7 Jul 2006 09: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 k6790Vd8068677 for ; Fri, 7 Jul 2006 09:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6790UDe068676; Fri, 7 Jul 2006 09:00:30 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 09:00:30 GMT Resent-Message-Id: <200607070900.k6790UDe068676@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C2816A4E0 for ; Fri, 7 Jul 2006 08:54:26 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163E843D45 for ; Fri, 7 Jul 2006 08:54:25 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.6/8.13.6) id k678sNUb010659; Fri, 7 Jul 2006 10:54:23 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200607070854.k678sNUb010659@scone.ki.iif.hu> Date: Fri, 7 Jul 2006 10:54:23 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99875: [MAINTAINER] net-mgmt/netwox: update to 5.34.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:00:32 -0000 >Number: 99875 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/netwox: update to 5.34.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 09:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 6.1-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 6.1-STABLE FreeBSD 6.1-STABLE #13: Sun Jun 18 16:01:43 CEST 2006 >Description: Maintainer Update to net-mgmt/netwox to version 5.34.0 Original pakage changes: minot bugfixes Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- netwox-5.34.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwox.orig/Makefile /usr/ports/net-mgmt/netwox/Makefile --- /usr/ports/net-mgmt/netwox.orig/Makefile Thu May 25 09:58:14 2006 +++ /usr/ports/net-mgmt/netwox/Makefile Fri Jul 7 10:49:03 2006 @@ -6,7 +6,7 @@ # PORTNAME= netwox -PORTVERSION= 5.33.0 +PORTVERSION= 5.34.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \ diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwox.orig/distinfo /usr/ports/net-mgmt/netwox/distinfo --- /usr/ports/net-mgmt/netwox.orig/distinfo Mon Jan 9 09:28:34 2006 +++ /usr/ports/net-mgmt/netwox/distinfo Fri Jul 7 10:49:07 2006 @@ -1,6 +1,6 @@ -MD5 (netwox-5.33.0-src.tgz) = 63366bbc77ac6ec6dba453caddad558c -SHA256 (netwox-5.33.0-src.tgz) = 337b9962482ed8af90025b0de742d0ac285270e53aba1f97495e09e2f42a72bc -SIZE (netwox-5.33.0-src.tgz) = 620596 -MD5 (netwox-5.33.0-doc_html.tgz) = b4715733bcb6d33252e7f2a867c4d6b2 -SHA256 (netwox-5.33.0-doc_html.tgz) = 518d3da1c77c4e2fb1ae6f56d0fd0ae2dc76107c23779619c539c1a2765def42 -SIZE (netwox-5.33.0-doc_html.tgz) = 114926 +MD5 (netwox-5.34.0-src.tgz) = ce8dda6eb6e809f5d7ed5186d28284be +SHA256 (netwox-5.34.0-src.tgz) = c9db2bb583150d6a643b347e1a19a5529c9d14b474ed709090edc579236309db +SIZE (netwox-5.34.0-src.tgz) = 620222 +MD5 (netwox-5.34.0-doc_html.tgz) = e7d183b3ef4c51860f83c84372fe9298 +SHA256 (netwox-5.34.0-doc_html.tgz) = be7d5f95dc2f8406bfb462fa4045d076cbaa3114ca44eabf80dff67860445bff +SIZE (netwox-5.34.0-doc_html.tgz) = 114922 --- netwox-5.34.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:10: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 3661916A4DE for ; Fri, 7 Jul 2006 09:10:09 +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 649C443D4C for ; Fri, 7 Jul 2006 09:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679A8bu069059 for ; Fri, 7 Jul 2006 09:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679A8XH069055; Fri, 7 Jul 2006 09:10:08 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 09:10:08 GMT Resent-Message-Id: <200607070910.k679A8XH069055@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ECB516A4DA for ; Fri, 7 Jul 2006 09:09:59 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26DD43D53 for ; Fri, 7 Jul 2006 09:09:58 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.6/8.13.6) id k6799tTM018224; Fri, 7 Jul 2006 11:09:55 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200607070909.k6799tTM018224@scone.ki.iif.hu> Date: Fri, 7 Jul 2006 11:09:55 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99877: [MAINTAINER] net-mgmt/netwag: update to 5.34.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:10:09 -0000 >Number: 99877 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/netwag: update to 5.34.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 09:10:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 6.1-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 6.1-STABLE FreeBSD 6.1-STABLE #13: Sun Jun 18 16:01:43 CEST 2006 >Description: Maintainer Update to net-mgmt/netwag to version 5.34.0 Changes: minor bugfixes Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- netwag-5.34.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwag.orig/Makefile /usr/ports/net-mgmt/netwag/Makefile --- /usr/ports/net-mgmt/netwag.orig/Makefile Thu May 25 09:58:14 2006 +++ /usr/ports/net-mgmt/netwag/Makefile Fri Jul 7 11:00:47 2006 @@ -6,7 +6,7 @@ # PORTNAME= netwag -PORTVERSION= 5.30.0 +PORTVERSION= 5.34.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.laurentconstantin.com/common/netw/${PORTNAME}/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/${PORTNAME}/download/v5/ \ diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwag.orig/distinfo /usr/ports/net-mgmt/netwag/distinfo --- /usr/ports/net-mgmt/netwag.orig/distinfo Tue Jan 24 09:19:54 2006 +++ /usr/ports/net-mgmt/netwag/distinfo Fri Jul 7 11:00:56 2006 @@ -1,6 +1,6 @@ -MD5 (netwag-5.30.0-src.tgz) = af47cdfad4d705bafaaa047909422afb -SHA256 (netwag-5.30.0-src.tgz) = ca53ceef811246048966df38f2f5e121399e861793424211e098722a067f1bbd -SIZE (netwag-5.30.0-src.tgz) = 74740 -MD5 (netwag-5.30.0-doc_html.tgz) = c6c754608780edcd7a33cd1106d9ae5d -SHA256 (netwag-5.30.0-doc_html.tgz) = 18315f7444784fcf1049c3fdd86239dddd09b7eae322f51d289495922d1cad2a -SIZE (netwag-5.30.0-doc_html.tgz) = 46135 +MD5 (netwag-5.34.0-src.tgz) = 1e51f82f0bfb09273692acf2e9b7b16a +SHA256 (netwag-5.34.0-src.tgz) = ae269809e2126e6372c85d1493df07023339c8aa1c6de5ce759d10526df3ea4d +SIZE (netwag-5.34.0-src.tgz) = 75032 +MD5 (netwag-5.34.0-doc_html.tgz) = 6bade37b9529ddd0229474e4bf84cb24 +SHA256 (netwag-5.34.0-doc_html.tgz) = cd31fe5f9faeb007d482cfb0ca977cb36c5daeeb1338231f7c8239c76b570cfa +SIZE (netwag-5.34.0-doc_html.tgz) = 46132 --- netwag-5.34.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:10: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 5317D16A4E0 for ; Fri, 7 Jul 2006 09:10:09 +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 B6F5D43D53 for ; Fri, 7 Jul 2006 09:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679A7NJ069005 for ; Fri, 7 Jul 2006 09:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679A7q0069004; Fri, 7 Jul 2006 09:10:07 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 09:10:07 GMT Resent-Message-Id: <200607070910.k679A7q0069004@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Bell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87C716A4E7 for ; Fri, 7 Jul 2006 09:02:20 +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 85ADC43D46 for ; Fri, 7 Jul 2006 09:02:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6792Kf9072124 for ; Fri, 7 Jul 2006 09:02:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k6792KoB072123; Fri, 7 Jul 2006 09:02:20 GMT (envelope-from nobody) Message-Id: <200607070902.k6792KoB072123@www.freebsd.org> Date: Fri, 7 Jul 2006 09:02:20 GMT From: Shane Bell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99876: [UPDATE PORT]: x11/yakuake update to 2.7.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: Fri, 07 Jul 2006 09:10:09 -0000 >Number: 99876 >Category: ports >Synopsis: [UPDATE PORT]: x11/yakuake update to 2.7.5 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 09:10:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shane Bell >Release: >Organization: >Environment: >Description: Update to 2.7.5 >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11/yakuake/Makefile yakuake/Makefile --- /usr/ports/x11/yakuake/Makefile Fri Jul 7 19:21:21 2006 +++ yakuake/Makefile Fri Jul 7 20:58:57 2006 @@ -2,11 +2,11 @@ # Date created: 1st November, 2005 # Whom: decept # -# $FreeBSD: ports/x11/yakuake/Makefile,v 1.1 2006/07/07 07:21:21 itetcu Exp $ +# $FreeBSD$ # PORTNAME= yakuake -PORTVERSION= 2.7.4 +PORTVERSION= 2.7.5 CATEGORIES= x11 kde MASTER_SITES= http://www.kde-look.org/content/files/ DISTNAME= 29153-${PORTNAME}-${PORTVERSION} diff -ruN /usr/ports/x11/yakuake/distinfo yakuake/distinfo --- /usr/ports/x11/yakuake/distinfo Fri Jul 7 19:21:21 2006 +++ yakuake/distinfo Wed Mar 22 10:04:50 2006 @@ -1,3 +1,3 @@ -MD5 (29153-yakuake-2.7.4.tar.bz2) = 607370615c543825f098baad3684eb50 -SHA256 (29153-yakuake-2.7.4.tar.bz2) = cc66b12f6a317f81950b0f8da8e40c7afd2479e13ef395a21c262fcae73bfeb3 -SIZE (29153-yakuake-2.7.4.tar.bz2) = 424235 +MD5 (29153-yakuake-2.7.5.tar.bz2) = 6905f9a6d448c7bfc818cd2d7c88cab4 +SHA256 (29153-yakuake-2.7.5.tar.bz2) = 7bac6bf093762ef9e4c9c6021de154a7fc004461a9ad2312cd24e5131978e06d +SIZE (29153-yakuake-2.7.5.tar.bz2) = 443073 diff -ruN /usr/ports/x11/yakuake/pkg-plist yakuake/pkg-plist --- /usr/ports/x11/yakuake/pkg-plist Fri Jul 7 19:21:21 2006 +++ yakuake/pkg-plist Wed Mar 22 10:10:50 2006 @@ -33,10 +33,13 @@ share/apps/yakuake/default/title/right.png share/icons/hicolor/16x16/apps/yakuake.png share/icons/hicolor/32x32/apps/yakuake.png +share/locale/da/LC_MESSAGES/yakuake.mo share/locale/de/LC_MESSAGES/yakuake.mo -share/locale/ga/LC_MESSAGES/yakuake.mo share/locale/pt/LC_MESSAGES/yakuake.mo +share/locale/pt_BR/LC_MESSAGES/yakuake.mo +share/locale/ru/LC_MESSAGES/yakuake.mo share/locale/sv/LC_MESSAGES/yakuake.mo +share/locale/tr/LC_MESSAGES/yakuake.mo @dirrm share/apps/yakuake/default/title @dirrm share/apps/yakuake/default/tabs @dirrm share/apps/yakuake/default >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:16:28 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 B923C16A4DD; Fri, 7 Jul 2006 09:16:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F09B43D45; Fri, 7 Jul 2006 09:16:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679GSfV069390; Fri, 7 Jul 2006 09:16:28 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679GSwG069386; Fri, 7 Jul 2006 09:16:28 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 09:16:28 GMT From: Cheng-Lung Sung Message-Id: <200607070916.k679GSwG069386@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99874: [MAINTAINER] net/netwib: update to 5.34.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:16:28 -0000 Synopsis: [MAINTAINER] net/netwib: update to 5.34.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 09:16:27 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99874 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:16:37 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 2DEE716A4DD; Fri, 7 Jul 2006 09:16:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C2E43D45; Fri, 7 Jul 2006 09:16:36 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679GaEv069482; Fri, 7 Jul 2006 09:16:36 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679Ga6R069478; Fri, 7 Jul 2006 09:16:36 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 09:16:36 GMT From: Cheng-Lung Sung Message-Id: <200607070916.k679Ga6R069478@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99875: [MAINTAINER] net-mgmt/netwox: update to 5.34.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:16:37 -0000 Synopsis: [MAINTAINER] net-mgmt/netwox: update to 5.34.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 09:16:36 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99875 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:17:03 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 6477516A4DA; Fri, 7 Jul 2006 09:17:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB6E43D45; Fri, 7 Jul 2006 09:17:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679H34A069595; Fri, 7 Jul 2006 09:17:03 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679H2RO069591; Fri, 7 Jul 2006 09:17:02 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 09:17:02 GMT From: Cheng-Lung Sung Message-Id: <200607070917.k679H2RO069591@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99877: [MAINTAINER] net-mgmt/netwag: update to 5.34.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:17:03 -0000 Synopsis: [MAINTAINER] net-mgmt/netwag: update to 5.34.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 09:17:02 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99877 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:20: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 64FA816A4E5 for ; Fri, 7 Jul 2006 09:20: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 D83C043D46 for ; Fri, 7 Jul 2006 09:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679KCjH069665 for ; Fri, 7 Jul 2006 09:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679KC80069664; Fri, 7 Jul 2006 09:20:12 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 09:20:12 GMT Resent-Message-Id: <200607070920.k679KC80069664@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BF816A4DA for ; Fri, 7 Jul 2006 09:14:53 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D9043D45 for ; Fri, 7 Jul 2006 09:14:53 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.6/8.13.6) id k679Enca019257; Fri, 7 Jul 2006 11:14:49 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200607070914.k679Enca019257@scone.ki.iif.hu> Date: Fri, 7 Jul 2006 11:14:49 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99878: [MAINTAINER] www/bozohttpd: update to 20060517 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:20:14 -0000 >Number: 99878 >Category: ports >Synopsis: [MAINTAINER] www/bozohttpd: update to 20060517 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 09:20:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 6.1-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 6.1-STABLE FreeBSD 6.1-STABLE #13: Sun Jun 18 16:01:43 CEST 2006 >Description: Maintainer Update to www/bozohttpd to version 20060517 Original package changes: * make directory indexing mode not look so ugly * build a text version of the manual page * make "make clean" work properly Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bozohttpd-20060517.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/bozohttpd.orig/Makefile /usr/ports/www/bozohttpd/Makefile --- /usr/ports/www/bozohttpd.orig/Makefile Sat Jun 17 21:00:50 2006 +++ /usr/ports/www/bozohttpd/Makefile Fri Jul 7 11:12:34 2006 @@ -6,7 +6,7 @@ # PORTNAME= bozohttpd -PORTVERSION= 20050410 +PORTVERSION= 20060517 CATEGORIES= www ipv6 MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \ ${MASTER_SITE_NETBSD} diff -ruN --exclude=CVS /usr/ports/www/bozohttpd.orig/distinfo /usr/ports/www/bozohttpd/distinfo --- /usr/ports/www/bozohttpd.orig/distinfo Sat Jun 17 21:00:50 2006 +++ /usr/ports/www/bozohttpd/distinfo Fri Jul 7 11:12:42 2006 @@ -1,3 +1,3 @@ -MD5 (bozohttpd-20050410.tar.bz2) = 124e3d7e42aeb9d195e234da6a82ce0c -SHA256 (bozohttpd-20050410.tar.bz2) = 166311c81563b6f0f5f4cce94a47f2b4cb0f568c32eca18090fe624d85853408 -SIZE (bozohttpd-20050410.tar.bz2) = 36882 +MD5 (bozohttpd-20060517.tar.bz2) = 75b9b57bb56ecdbfac2f5d024080b226 +SHA256 (bozohttpd-20060517.tar.bz2) = 6b87c6d762f0100e0c32eb5fbd7ac33ab174ee7646a9b6787b9a79bf1f739bff +SIZE (bozohttpd-20060517.tar.bz2) = 33032 --- bozohttpd-20060517.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:20: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 BA2BA16A4F2 for ; Fri, 7 Jul 2006 09:20:22 +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 9054043D4C for ; Fri, 7 Jul 2006 09:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k679KHHX069727 for ; Fri, 7 Jul 2006 09:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679KHP5069726; Fri, 7 Jul 2006 09:20:17 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 09:20:17 GMT Resent-Message-Id: <200607070920.k679KHP5069726@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C2016A4DA for ; Fri, 7 Jul 2006 09:20:04 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A038B43D46 for ; Fri, 7 Jul 2006 09:20:03 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id D70452E970 for ; Fri, 7 Jul 2006 17:20:03 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Fri, 7 Jul 2006 17:09:03 +0800 Message-Id: <20060707092003.D70452E970@smtp2.bc.hgc.com.tw> Date: Fri, 7 Jul 2006 17:09:03 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99879: [NEW PORT] chinese/sdcv-dict-zh_TW: English-Chinese(T)/Chinese(T)-English dictionaries for SDCV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:20:22 -0000 >Number: 99879 >Category: ports >Synopsis: [NEW PORT] chinese/sdcv-dict-zh_TW: English-Chinese(T)/Chinese(T)-English dictionaries for SDCV >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 09:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: English-Chinese/Chinese-English dictionaries(StarDict format) for SDCV. Traditional Chinese (a.k.a. Big5 code) encoded. WWW: http://stardict.sourceforge.net/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sdcv-dict-zh_TW-2.4.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sdcv-dict-zh_TW # sdcv-dict-zh_TW/Makefile # sdcv-dict-zh_TW/distinfo # sdcv-dict-zh_TW/pkg-descr # sdcv-dict-zh_TW/pkg-plist # echo c - sdcv-dict-zh_TW mkdir -p sdcv-dict-zh_TW > /dev/null 2>&1 echo x - sdcv-dict-zh_TW/Makefile sed 's/^X//' >sdcv-dict-zh_TW/Makefile << 'END-of-sdcv-dict-zh_TW/Makefile' X# Ports collection makefile for: sdcv-dict-zh_TW X# Date created: 2005/07/07 X# Whom: chinsan X# $FreeBSD$ X# X XPORTNAME= sdcv-dict-zh_TW XPORTVERSION= 2.4.2 XCATEGORIES= chinese textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= stardict XDISTFILES= stardict-cdict-big5-${PORTVERSION}.tar.bz2 \ X stardict-cedict-big5-${PORTVERSION}.tar.bz2 \ X stardict-langdao-ce-big5-${PORTVERSION}.tar.bz2 \ X stardict-langdao-ec-big5-${PORTVERSION}.tar.bz2 \ X stardict-oxford-big5-${PORTVERSION}.tar.bz2 \ X stardict-xdict-ce-big5-${PORTVERSION}.tar.bz2 \ X stardict-xdict-ec-big5-${PORTVERSION}.tar.bz2 XDIST_SUBDIR= stardict X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= English-Chinese(T)/Chinese(T)-English dictionaries for SDCV X XRUN_DEPENDS= sdcv:${PORTSDIR}/textproc/sdcv X XNO_BUILD= yes XUSE_BZIP2= yes X Xdo-install: X ${MKDIR} ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-cdict-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-cedict-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-langdao-ce-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-langdao-ec-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-oxford-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X X.include END-of-sdcv-dict-zh_TW/Makefile echo x - sdcv-dict-zh_TW/distinfo sed 's/^X//' >sdcv-dict-zh_TW/distinfo << 'END-of-sdcv-dict-zh_TW/distinfo' XMD5 (stardict/stardict-cdict-big5-2.4.2.tar.bz2) = 0349198b9dfcecd9a0f505512bb21d8b XSHA256 (stardict/stardict-cdict-big5-2.4.2.tar.bz2) = af4c672520436e088d957875a612398ba9f1b710e1accbb8d3b1165c57bc8860 XSIZE (stardict/stardict-cdict-big5-2.4.2.tar.bz2) = 4489767 XMD5 (stardict/stardict-cedict-big5-2.4.2.tar.bz2) = d684a77cea41b011d8a7c7112f16775e XSHA256 (stardict/stardict-cedict-big5-2.4.2.tar.bz2) = 8099080fb88280231cdd525028e3f3dbd513e66c318caab5210096d01bd66357 XSIZE (stardict/stardict-cedict-big5-2.4.2.tar.bz2) = 548514 XMD5 (stardict/stardict-langdao-ce-big5-2.4.2.tar.bz2) = 50b9423fa578988b5b0544c5b663058a XSHA256 (stardict/stardict-langdao-ce-big5-2.4.2.tar.bz2) = 06e54778b9847503325a646eee46faadfdb76b8fa8f15cb03d1355fecf2c525d XSIZE (stardict/stardict-langdao-ce-big5-2.4.2.tar.bz2) = 7183037 XMD5 (stardict/stardict-langdao-ec-big5-2.4.2.tar.bz2) = 61ceeec1b056a171645af723d3e956fe XSHA256 (stardict/stardict-langdao-ec-big5-2.4.2.tar.bz2) = a030aad118180b307220a86c9cc2f955622185f627f652b93db10e2394bab5e3 XSIZE (stardict/stardict-langdao-ec-big5-2.4.2.tar.bz2) = 8497133 XMD5 (stardict/stardict-oxford-big5-2.4.2.tar.bz2) = e54da1d0759ce59f8fbddff7979e9300 XSHA256 (stardict/stardict-oxford-big5-2.4.2.tar.bz2) = 6a538f12258b7e390e2495a2e6dac52d333cb9d7ff60dbbfa165a99969823a7a XSIZE (stardict/stardict-oxford-big5-2.4.2.tar.bz2) = 7669212 XMD5 (stardict/stardict-xdict-ce-big5-2.4.2.tar.bz2) = 5a1866fd879c9b02c45d5eab18d5c356 XSHA256 (stardict/stardict-xdict-ce-big5-2.4.2.tar.bz2) = ffb5285c8925dec645973f2ad5678c3bda05b082c55196da734446825de72d9a XSIZE (stardict/stardict-xdict-ce-big5-2.4.2.tar.bz2) = 2397897 XMD5 (stardict/stardict-xdict-ec-big5-2.4.2.tar.bz2) = ab714bb56eb0901357704ef9ec796047 XSHA256 (stardict/stardict-xdict-ec-big5-2.4.2.tar.bz2) = 2918f129f0d67f49708292d1f8eba189c6efcbd1b55a69edc819f13dec3ec841 XSIZE (stardict/stardict-xdict-ec-big5-2.4.2.tar.bz2) = 3565145 END-of-sdcv-dict-zh_TW/distinfo echo x - sdcv-dict-zh_TW/pkg-descr sed 's/^X//' >sdcv-dict-zh_TW/pkg-descr << 'END-of-sdcv-dict-zh_TW/pkg-descr' XEnglish-Chinese/Chinese-English dictionaries(StarDict format) for SDCV. XTraditional Chinese (a.k.a. Big5 code) encoded. X XWWW: http://stardict.sourceforge.net/ END-of-sdcv-dict-zh_TW/pkg-descr echo x - sdcv-dict-zh_TW/pkg-plist sed 's/^X//' >sdcv-dict-zh_TW/pkg-plist << 'END-of-sdcv-dict-zh_TW/pkg-plist' Xshare/stardict/dic/cdict-big5.dict.dz Xshare/stardict/dic/cdict-big5.idx Xshare/stardict/dic/cdict-big5.ifo Xshare/stardict/dic/cedict-big5.dict.dz Xshare/stardict/dic/cedict-big5.idx Xshare/stardict/dic/cedict-big5.ifo Xshare/stardict/dic/langdao-ce-big5.dict.dz Xshare/stardict/dic/langdao-ce-big5.idx Xshare/stardict/dic/langdao-ce-big5.ifo Xshare/stardict/dic/langdao-ec-big5.dict.dz Xshare/stardict/dic/langdao-ec-big5.idx Xshare/stardict/dic/langdao-ec-big5.ifo Xshare/stardict/dic/oxford-big5.dict.dz Xshare/stardict/dic/oxford-big5.idx Xshare/stardict/dic/oxford-big5.ifo Xshare/stardict/dic/xdict-ce-big5.dict.dz Xshare/stardict/dic/xdict-ce-big5.idx Xshare/stardict/dic/xdict-ce-big5.ifo Xshare/stardict/dic/xdict-ec-big5.dict.dz Xshare/stardict/dic/xdict-ec-big5.idx Xshare/stardict/dic/xdict-ec-big5.ifo X@dirrmtry share/stardict/dic X@dirrmtry share/stardict END-of-sdcv-dict-zh_TW/pkg-plist exit --- sdcv-dict-zh_TW-2.4.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 09:30: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 71E2716A4DD; Fri, 7 Jul 2006 09:30:47 +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 2746743D45; Fri, 7 Jul 2006 09:30:47 +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 k679UlbR071181; Fri, 7 Jul 2006 09:30:47 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k679Ulrh071177; Fri, 7 Jul 2006 09:30:47 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 09:30:47 GMT From: Ion-Mihai Tetcu Message-Id: <200607070930.k679Ulrh071177@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99876: [UPDATE PORT]: x11/yakuake update to 2.7.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: Fri, 07 Jul 2006 09:30:47 -0000 Synopsis: [UPDATE PORT]: x11/yakuake update to 2.7.5 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 09:30:46 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99876 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 10:50:26 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 0AD6E16A4E0 for ; Fri, 7 Jul 2006 10:50:26 +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 9C40D43D6A for ; Fri, 7 Jul 2006 10:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67AoHIU075551 for ; Fri, 7 Jul 2006 10:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67AoHnu075550; Fri, 7 Jul 2006 10:50:17 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 10:50:17 GMT Resent-Message-Id: <200607071050.k67AoHnu075550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Norbert Koch Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D537616A4DD for ; Fri, 7 Jul 2006 10:41:53 +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 990E543D45 for ; Fri, 7 Jul 2006 10:41:53 +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 k67AfqvQ055412 for ; Fri, 7 Jul 2006 10:41:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k67Afqek055411; Fri, 7 Jul 2006 10:41:52 GMT (envelope-from nobody) Message-Id: <200607071041.k67Afqek055411@www.freebsd.org> Date: Fri, 7 Jul 2006 10:41:52 GMT From: Norbert Koch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99880: deskutils/egroupware: checksum mismatch / bad bz2-file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:50:26 -0000 >Number: 99880 >Category: ports >Synopsis: deskutils/egroupware: checksum mismatch / bad bz2-file >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 10:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Norbert Koch >Release: 4.11 >Organization: >Environment: FreeBSD entw-pr.demig 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Sep 5 08:51:16 CEST 2005 root@entw-pr.demig:/usr/obj/usr/src/sys/ENTW-PR i386 >Description: "cd /usr/ports/deskutils/egroupware && make": ===> Extracting for eGroupWare-1.2_1 => MD5 Checksum mismatch for eGroupWare-1.2-102.tar.bz2. ===> Refetch for 1 more times files: eGroupWare-1.2-102.tar.bz2 => eGroupWare-1.2-102.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/egroupware/. fetch: http://heanet.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-1.2-102.tar.bz2: Not Found => Attempting to fetch from http://nchc.dl.sourceforge.net/sourceforge/egroupware/. fetch: http://nchc.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-1.2-102.tar.bz2: size unknown fetch: http://nchc.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-1.2-102.tar.bz2: size of remote file is not known eGroupWare-1.2-102.tar.bz2 0 B 0 Bps eGroupWare-1.2-102.tar.bz2 12 kB 31 kBps => MD5 Checksum mismatch for eGroupWare-1.2-102.tar.bz2. ===> Giving up on fetching files: eGroupWare-1.2-102.tar.bz2 Make sure the Makefile and distinfo file (/usr/ports/deskutils/egroupware/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/deskutils/egroupware. *** Error code 1 Stop in /usr/ports/deskutils/egroupware. "cd /usr/ports/deskutils/egroupware && make NO_CHECKSUM=yes": ===> Extracting for eGroupWare-1.2_1 bzip2: /usr/ports/distfiles//eGroupWare-1.2-102.tar.bz2 is not a bzip2 file. find: /usr/ports/deskutils/egroupware/work/egroupware: No such file or directory ===> Patching for eGroupWare-1.2_1 ===> Configuring for eGroupWare-1.2_1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 10:50:33 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 EED5616A4DE; Fri, 7 Jul 2006 10:50:33 +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 5147F43D5F; Fri, 7 Jul 2006 10:50:32 +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 k67AoWCV075689; Fri, 7 Jul 2006 10:50:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67AoW6Y075685; Fri, 7 Jul 2006 10:50:32 GMT (envelope-from edwin) Date: Fri, 7 Jul 2006 10:50:32 GMT From: Edwin Groothuis Message-Id: <200607071050.k67AoW6Y075685@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org Cc: Subject: Re: ports/99880: deskutils/egroupware: checksum mismatch / bad bz2-file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:50:34 -0000 Synopsis: deskutils/egroupware: checksum mismatch / bad bz2-file Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 7 10:50:31 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99880 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 10:57: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 0727016A4DF; Fri, 7 Jul 2006 10:57:13 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13AD43D46; Fri, 7 Jul 2006 10:57:12 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67AvCWu075943; Fri, 7 Jul 2006 10:57:12 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67AvCa9075939; Fri, 7 Jul 2006 10:57:12 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 10:57:12 GMT From: Cheng-Lung Sung Message-Id: <200607071057.k67AvCa9075939@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99878: [MAINTAINER] www/bozohttpd: update to 20060517 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:57:13 -0000 Synopsis: [MAINTAINER] www/bozohttpd: update to 20060517 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 10:57:12 UTC 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=99878 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 10:57:41 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 2A3C516A4DD; Fri, 7 Jul 2006 10:57:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C3443D45; Fri, 7 Jul 2006 10:57:40 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67AveDO076042; Fri, 7 Jul 2006 10:57:40 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67Ave4r076038; Fri, 7 Jul 2006 10:57:40 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 10:57:40 GMT From: Cheng-Lung Sung Message-Id: <200607071057.k67Ave4r076038@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99879: [NEW PORT] chinese/sdcv-dict-zh_TW: English-Chinese(T)/Chinese(T)-English dictionaries for SDCV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:57:41 -0000 Synopsis: [NEW PORT] chinese/sdcv-dict-zh_TW: English-Chinese(T)/Chinese(T)-English dictionaries for SDCV Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 10:57:39 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99879 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 11:00: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 6284516A4DA for ; Fri, 7 Jul 2006 11:00:24 +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 CEBE543D49 for ; Fri, 7 Jul 2006 11:00:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67B0Nfg076151 for ; Fri, 7 Jul 2006 11:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67B0NFp076147; Fri, 7 Jul 2006 11:00:23 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 11:00:23 GMT Resent-Message-Id: <200607071100.k67B0NFp076147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C750716A4E0 for ; Fri, 7 Jul 2006 10:54:58 +0000 (UTC) (envelope-from nivit@email.it) Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B3D43D49 for ; Fri, 7 Jul 2006 10:54:58 +0000 (GMT) (envelope-from nivit@email.it) Received: from fabula (87.8.166.232) by vsmtp2.tin.it (7.2.072.1) id 44AD03FD0022177E for FreeBSD-gnats-submit@freebsd.org; Fri, 7 Jul 2006 12:54:57 +0200 Received: (qmail 69575 invoked by uid 0); 7 Jul 2006 10:32:16 -0000 Message-Id: <20060707103216.69574.qmail@fabula> Date: 7 Jul 2006 10:32:16 -0000 From: Nicola Vitale To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99881: [MAINTAINER] math/asymptote: update to 1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 11:00:24 -0000 >Number: 99881 >Category: ports >Synopsis: [MAINTAINER] math/asymptote: update to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 11:00:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.1-BETA3 i386 >Organization: >Environment: System: FreeBSD fabula.domo.sva 6.1-BETA3 FreeBSD 6.1-BETA3 #0: Thu Mar 2 11:03:41 UTC >Description: - Update to 1.11 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- asymptote-1.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-1.11/Makefile --- /usr/ports/math/asymptote/Makefile Sun Jul 2 14:45:15 2006 +++ /usr/ports/math/asymptote.update-1.11/Makefile Fri Jul 7 11:59:52 2006 @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/math/asymptote/distinfo /usr/ports/math/asymptote.update-1.11/distinfo --- /usr/ports/math/asymptote/distinfo Sun Jul 2 14:45:15 2006 +++ /usr/ports/math/asymptote.update-1.11/distinfo Fri Jul 7 12:31:48 2006 @@ -1,3 +1,3 @@ -MD5 (asymptote-1.10.tar.gz) = 6ac50472278f83ca7c86a70726592a93 -SHA256 (asymptote-1.10.tar.gz) = 46d4fa6b73764023b290ab323e615ae2600be4d3113243d554a83a6c3182cedc -SIZE (asymptote-1.10.tar.gz) = 713171 +MD5 (asymptote-1.11.tar.gz) = e4fe386fcd87a8738f30ebc168d8a507 +SHA256 (asymptote-1.11.tar.gz) = 6c151a7c5ffdf07e31ed45b960aa2ced2774de7564528dc90a6c092d3ec2c3bd +SIZE (asymptote-1.11.tar.gz) = 718660 diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-1.11/pkg-plist --- /usr/ports/math/asymptote/pkg-plist Sun Jul 2 14:45:15 2006 +++ /usr/ports/math/asymptote.update-1.11/pkg-plist Fri Jul 7 12:30:08 2006 @@ -13,6 +13,7 @@ %%DATADIR%%/boxes.asy %%DATADIR%%/constants.asy %%DATADIR%%/contour.asy +%%DATADIR%%/debugger.asy %%DATADIR%%/drawtree.asy %%DATADIR%%/embed.asy %%DATADIR%%/featpost3D.asy @@ -58,6 +59,7 @@ %%EXAMPLESDIR%%/Sierpinski.asy %%EXAMPLESDIR%%/advection.asy %%EXAMPLESDIR%%/animations/cube.asy +%%EXAMPLESDIR%%/animations/embeddedmovie.asy %%EXAMPLESDIR%%/animations/wheel.asy %%EXAMPLESDIR%%/axis3.asy %%EXAMPLESDIR%%/bezier.asy --- asymptote-1.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 11: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 1288A16A4E1 for ; Fri, 7 Jul 2006 11: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 4370F43D55 for ; Fri, 7 Jul 2006 11: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 k67BAGw1076413 for ; Fri, 7 Jul 2006 11: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 k67BAGf2076412; Fri, 7 Jul 2006 11:10:16 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 11:10:16 GMT Resent-Message-Id: <200607071110.k67BAGf2076412@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EA816A4DA for ; Fri, 7 Jul 2006 11:03:27 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3202443D46 for ; Fri, 7 Jul 2006 11:03:27 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id A09452FFEC for ; Fri, 7 Jul 2006 19:03:27 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Fri, 7 Jul 2006 18:52:26 +0800 Message-Id: <20060707110327.A09452FFEC@smtp2.bc.hgc.com.tw> Date: Fri, 7 Jul 2006 18:52:26 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99882: [NEW PORT] chinese/sdcv-dict-zh_CN: English-Chinese(S)/Chinese(S)-English dictionaries for SDCV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 11:10:17 -0000 >Number: 99882 >Category: ports >Synopsis: [NEW PORT] chinese/sdcv-dict-zh_CN: English-Chinese(S)/Chinese(S)-English dictionaries for SDCV >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 11:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun 9 14:02:41 CST >Description: English-Chinese/Chinese-English dictionaries(StarDict format) for SDCV. Simplified Chinese (a.k.a. GB code) encoded. WWW: http://stardict.sourceforge.net/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sdcv-dict-zh_CN-2.4.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sdcv-dict-zh_CN # sdcv-dict-zh_CN/Makefile # sdcv-dict-zh_CN/distinfo # sdcv-dict-zh_CN/pkg-descr # sdcv-dict-zh_CN/pkg-plist # echo c - sdcv-dict-zh_CN mkdir -p sdcv-dict-zh_CN > /dev/null 2>&1 echo x - sdcv-dict-zh_CN/Makefile sed 's/^X//' >sdcv-dict-zh_CN/Makefile << 'END-of-sdcv-dict-zh_CN/Makefile' X# Ports collection makefile for: sdcv-dict-zh_CN X# Date created: 2006/07/07 X# Whom: chinsan X# $FreeBSD$ X# X XPORTNAME= sdcv-dict-zh_CN XPORTVERSION= 2.4.2 XCATEGORIES= chinese textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= stardict XDISTFILES= stardict-cdict-gb-${PORTVERSION}.tar.bz2 \ X stardict-cedict-gb-${PORTVERSION}.tar.bz2 \ X stardict-oxford-gb-${PORTVERSION}.tar.bz2 \ X stardict-stardict1.3-${PORTVERSION}.tar.bz2 \ X stardict-xdict-ce-gb-${PORTVERSION}.tar.bz2 \ X stardict-xdict-ec-gb-${PORTVERSION}.tar.bz2 XDIST_SUBDIR= stardict X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= English-Chinese(S)/Chinese(S)-English dictionaries for SDCV X XRUN_DEPENDS= sdcv:${PORTSDIR}/textproc/sdcv X XNO_BUILD= yes XUSE_BZIP2= yes X Xdo-install: X ${MKDIR} ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-cdict-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-cedict-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-oxford-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-stardict1.3-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ X X.include END-of-sdcv-dict-zh_CN/Makefile echo x - sdcv-dict-zh_CN/distinfo sed 's/^X//' >sdcv-dict-zh_CN/distinfo << 'END-of-sdcv-dict-zh_CN/distinfo' XMD5 (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = 68e539f362de416490b78fed97aba780 XSHA256 (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = a08fafb0d2c27a6fc826a05d686bb33a7b919b57a2c16058f5ab63c6e8887e70 XSIZE (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = 4483233 XMD5 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 95a190a0d1bce3b858d7f2f7411e3755 XSHA256 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 2d4d1604cc9f88b54c70deafc7ce4fb7a2d0bf192e48fd2c11513d315aafdf99 XSIZE (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 520907 XMD5 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = d242032dd873ca26ef75018c803bb1e4 XSHA256 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = cf3714c0eda82f1d0b7426c2b6589dd75b5d15a1918fdbe9679077c00f9d43cd XSIZE (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = 7673526 XMD5 (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 4467d7941f9388f0e01ee3025c400b5c XSHA256 (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 7cea3a1d2c1d1f5bb376474c73068064fae35e9d98cecc4c767f3a9c5fdff8b5 XSIZE (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 1126933 XMD5 (stardict/stardict-xdict-ce-gb-2.4.2.tar.bz2) = 745727367e22ab9740256ceaf16cb83d XSHA256 (stardict/stardict-xdict-ce-gb-2.4.2.tar.bz2) = 2c27c87d428cf43f4824b738649f18c95aeceecdf82b67b41e30ffd4cc3fb4e6 XSIZE (stardict/stardict-xdict-ce-gb-2.4.2.tar.bz2) = 2438365 XMD5 (stardict/stardict-xdict-ec-gb-2.4.2.tar.bz2) = 364bcecc126d6d8560728dc487ea9eaf XSHA256 (stardict/stardict-xdict-ec-gb-2.4.2.tar.bz2) = cd6c3c3d7472e5f058d7cdd8817b833b196c0da6101b1e5089dda9efaed499b6 XSIZE (stardict/stardict-xdict-ec-gb-2.4.2.tar.bz2) = 3588346 END-of-sdcv-dict-zh_CN/distinfo echo x - sdcv-dict-zh_CN/pkg-descr sed 's/^X//' >sdcv-dict-zh_CN/pkg-descr << 'END-of-sdcv-dict-zh_CN/pkg-descr' XEnglish-Chinese/Chinese-English dictionaries(StarDict format) for SDCV. XSimplified Chinese (a.k.a. GB code) encoded. X XWWW: http://stardict.sourceforge.net/ END-of-sdcv-dict-zh_CN/pkg-descr echo x - sdcv-dict-zh_CN/pkg-plist sed 's/^X//' >sdcv-dict-zh_CN/pkg-plist << 'END-of-sdcv-dict-zh_CN/pkg-plist' Xshare/stardict/dic/cdict-gb.dict.dz Xshare/stardict/dic/cdict-gb.idx Xshare/stardict/dic/cdict-gb.ifo Xshare/stardict/dic/cedict-gb.dict.dz Xshare/stardict/dic/cedict-gb.idx Xshare/stardict/dic/cedict-gb.ifo Xshare/stardict/dic/oxford-gb.dict.dz Xshare/stardict/dic/oxford-gb.idx Xshare/stardict/dic/oxford-gb.ifo Xshare/stardict/dic/stardict1.3.dict.dz Xshare/stardict/dic/stardict1.3.idx Xshare/stardict/dic/stardict1.3.ifo Xshare/stardict/dic/xdict-ce-gb.dict.dz Xshare/stardict/dic/xdict-ce-gb.idx Xshare/stardict/dic/xdict-ce-gb.ifo Xshare/stardict/dic/xdict-ec-gb.dict.dz Xshare/stardict/dic/xdict-ec-gb.idx Xshare/stardict/dic/xdict-ec-gb.ifo X@dirrmtry share/stardict/dic X@dirrmtry share/stardict END-of-sdcv-dict-zh_CN/pkg-plist exit --- sdcv-dict-zh_CN-2.4.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 11:45:11 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 CE65016A4E5 for ; Fri, 7 Jul 2006 11:45:11 +0000 (UTC) (envelope-from kuriyama@imgsrc.co.jp) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE9743D45 for ; Fri, 7 Jul 2006 11:45:09 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id 2F2A250E51; Fri, 7 Jul 2006 20:45:08 +0900 (JST) Received: from pink.imgsrc.co.jp (pink.imgsrc.co.jp [210.226.20.36]) by black.imgsrc.co.jp (Postfix) with ESMTP id 91A0E50E4E; Fri, 7 Jul 2006 20:45:05 +0900 (JST) Date: Fri, 07 Jul 2006 20:45:05 +0900 Message-ID: <7m3bddtz9a.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: freebsd-ports-bugs@FreeBSD.org, Norbert Koch In-Reply-To: <200607071050.k67AoW6Y075685@freefall.freebsd.org> References: <200607071050.k67AoW6Y075685@freefall.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 Cc: Subject: Re: ports/99880: deskutils/egroupware: checksum mismatch / bad bz2-file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 11:45:11 -0000 It seems not all of SF mirrors carry egroupware distfiles yet. From my environment: => eGroupWare-1.2-102.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/egroupware/. fetch: http://heanet.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-1.2-102.tar.bz2: Not Found => Attempting to fetch from http://nchc.dl.sourceforge.net/sourceforge/egroupware/. fetch: http://nchc.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-1.2-102.tar.bz2: Moved Temporarily => Attempting to fetch from http://kent.dl.sourceforge.net/sourceforge/egroupware/. eGroupWare-1.2-102.tar.bz2 100% of 15 MB 118 kBps 00m00s I'm not sure why my "make fetch" trying to next master site even with "-A" option of fetch(1). Can you try with this?: # make FETCH_CMD='/usr/bin/fetch -aRr' fetch From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 12:10: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 C27A816A4DF for ; Fri, 7 Jul 2006 12:10:24 +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 37A3143D4C for ; Fri, 7 Jul 2006 12:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67CAOQx079868 for ; Fri, 7 Jul 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 k67CANnq079863; Fri, 7 Jul 2006 12:10:23 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 12:10:23 GMT Resent-Message-Id: <200607071210.k67CANnq079863@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Øyvind Møll Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E262A16A4E6 for ; Fri, 7 Jul 2006 12:09:15 +0000 (UTC) (envelope-from oyvindmo@tilt.idi.ntnu.no) Received: from pil.idi.ntnu.no (pil.idi.ntnu.no [129.241.107.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD4843D46 for ; Fri, 7 Jul 2006 12:09:14 +0000 (GMT) (envelope-from oyvindmo@tilt.idi.ntnu.no) Received: from tilt.idi.ntnu.no (tilt.idi.ntnu.no [129.241.110.47]) by pil.idi.ntnu.no (8.13.6/8.13.1) with ESMTP id k67C9C8g018905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 7 Jul 2006 14:09:12 +0200 (MEST) Received: (from oyvindmo@localhost) by tilt.idi.ntnu.no (8.13.6/8.13.6/Submit) id k67C8oJj098181; Fri, 7 Jul 2006 14:08:50 +0200 (CEST) (envelope-from oyvindmo) Message-Id: <200607071208.k67C8oJj098181@tilt.idi.ntnu.no> Date: Fri, 7 Jul 2006 14:08:50 +0200 (CEST) From: Øyvind Møll To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: oyvind@moll.no Subject: ports/99883: audio/ripit: update to 3.5.1 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Øyvind Møll List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:10:25 -0000 >Number: 99883 >Category: ports >Synopsis: audio/ripit: update to 3.5.1 [PATCH] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 12:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Øyvind Møll >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD tilt.idi.ntnu.no 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 2 10:29:08 CEST 2006 root@tilt.idi.ntnu.no:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch updates audio/ripit from 3.4 to 3.5.1, and fixes an unfetchable distfile error. I've also removed Perl as a build dependency. >How-To-Repeat: >Fix: Apply the patch to audio/ripit. --- ripit.diff begins here --- diff -uNr ripit.old/Makefile ripit/Makefile --- ripit.old/Makefile Fri Jul 7 14:01:40 2006 +++ ripit/Makefile Fri Jul 7 13:50:38 2006 @@ -6,8 +6,7 @@ # PORTNAME= ripit -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5.1 CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ @@ -21,18 +20,24 @@ NO_BUILD= yes PLIST_FILES= bin/ripit.pl \ - bin/ripit -USE_PERL5= yes + bin/ripit \ + share/examples/ripit/config +PLIST_DIRS= share/examples/ripit +MAN1= ripit.1 +USE_PERL5_RUN= yes USE_BZIP2= yes post-patch: - @ ${PERL} -pi -ne "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl + @ ${REINPLACE_CMD} -e "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit do-install: - @ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ripit ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1 + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config post-install: - @ ${LN} -s ${PREFIX}/bin/ripit.pl ${PREFIX}/bin/ripit + @ ${LN} -s ${PREFIX}/bin/ripit ${PREFIX}/bin/ripit.pl @ ${CAT} ${PKGMESSAGE} .include diff -uNr ripit.old/distinfo ripit/distinfo --- ripit.old/distinfo Tue Dec 6 15:28:32 2005 +++ ripit/distinfo Fri Jul 7 13:02:20 2006 @@ -1,3 +1,3 @@ -MD5 (ripit-3.4.tar.bz2) = 12ae5ecdbb88dce00ccd10f2b51b2b4e -SHA256 (ripit-3.4.tar.bz2) = 56857b13823c9eb507575b5c93486fe4b67a8ec04ea902017a7207a8af73b691 -SIZE (ripit-3.4.tar.bz2) = 44290 +MD5 (ripit-3.5.1.tar.bz2) = 56026c18dd8ddf985326fc1f37ffaa3f +SHA256 (ripit-3.5.1.tar.bz2) = d24b6ceeccfd52038eaad9a20553adf039ad7dbf00f2a0289e2b0ba322f4dedb +SIZE (ripit-3.5.1.tar.bz2) = 52715 --- ripit.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 12:31: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 D32D316A4E2; Fri, 7 Jul 2006 12:31:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9451743D53; Fri, 7 Jul 2006 12:31:55 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67CVtah082156; Fri, 7 Jul 2006 12:31:55 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67CVtTs082152; Fri, 7 Jul 2006 12:31:55 GMT (envelope-from clsung) Date: Fri, 7 Jul 2006 12:31:55 GMT From: Cheng-Lung Sung Message-Id: <200607071231.k67CVtTs082152@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99882: [NEW PORT] chinese/sdcv-dict-zh_CN: English-Chinese(S)/Chinese(S)-English dictionaries for SDCV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:31:56 -0000 Synopsis: [NEW PORT] chinese/sdcv-dict-zh_CN: English-Chinese(S)/Chinese(S)-English dictionaries for SDCV Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 12:31:53 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99882 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 14:40: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 EBA3416A4E2 for ; Fri, 7 Jul 2006 14:40:24 +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 E0B7843D62 for ; Fri, 7 Jul 2006 14:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67EeMeo091695 for ; Fri, 7 Jul 2006 14:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67EeMRs091694; Fri, 7 Jul 2006 14:40:22 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 14:40:22 GMT Resent-Message-Id: <200607071440.k67EeMRs091694@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scott Walker Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 262CF16A4E0 for ; Fri, 7 Jul 2006 14:34: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 DDFBC43D53 for ; Fri, 7 Jul 2006 14:34:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k67EYmb2099564 for ; Fri, 7 Jul 2006 14:34:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k67EYm8W099563; Fri, 7 Jul 2006 14:34:48 GMT (envelope-from nobody) Message-Id: <200607071434.k67EYm8W099563@www.freebsd.org> Date: Fri, 7 Jul 2006 14:34:48 GMT From: Scott Walker To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99885: Net-snmp dies when using proxy token X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:40:25 -0000 >Number: 99885 >Category: ports >Synopsis: Net-snmp dies when using proxy token >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 14:40:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Scott Walker >Release: 6.1-STABLE >Organization: N/A >Environment: FreeBSD cerberus.crimson.ws 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jun 28 21:19:59 ADT 2006 root@cerberus.crimson.ws:/usr/obj/usr/src/sys/CERBERUS i386 >Description: I'm setting up a snmp proxy so that I can get proper header info out of the squid snmp port to properly pull the stats into cacti. proxy -m /usr/local/etc/squid/mib.txt -v 1 -c public 127.0.0.1:3401 .1.3.6.1.4.1.3495.1 This is the proxy line I have and it works fine, accept when you snmpwalk it snmpwalk -c public -v1 cerberus.crimson.ws:161 .1.3.6.1.4.1.3495.1 It displays the walk of the tree, and the does this.... iso.3.6.1.4.1.3495.1.5.2.1.9.127.0.0.1 = Counter32: 0 Timeout: No Response from cerberus.crimson.ws:161 At which point snmpd on cerberus is now dead. Running snmpd in debug mode it looks fine till it gets to the 127.0.0.1 interface (noted above) And I see this.... trace: snmp_parse_var_op(): snmp.c, 166: dumph_recv: Name dumpx_recv: 06 10 2B 06 01 04 01 9B 27 01 05 02 01 09 7F 00 00 01 dumpv_recv: ObjID: SNMPv2-SMI::enterprises.3495.1.5.2.1.9.127.0.0.1 trace: snmp_pdu_parse(): snmp_api.c, 4375: dumph_recv: Value trace: proxy_got_response(): ucd-snmp/proxy.c, 514: proxy: got error response (2) trace: proxy_got_response(): ucd-snmp/proxy.c, 517: proxy: ignoring error response If I run snmpwalk against the squid snmp daemon itself, It works fine. and display the proper info. iso.3.6.1.4.1.3495.1.5.2.1.9.127.0.0.1 = Counter32: 0 End of MIB It looks like after walking the entire squid OID, it kills snmpd. >How-To-Repeat: proxy using net-snmp and then walk it. When you get to the last OID snmpd will die. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 14:40:27 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 02E4516A504 for ; Fri, 7 Jul 2006 14:40:27 +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 4BDF143D5D for ; Fri, 7 Jul 2006 14:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67EeMd8091657 for ; Fri, 7 Jul 2006 14:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67EeMHU091653; Fri, 7 Jul 2006 14:40:22 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 14:40:22 GMT Resent-Message-Id: <200607071440.k67EeMHU091653@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2CC16A4DA for ; Fri, 7 Jul 2006 14:30:44 +0000 (UTC) (envelope-from tabthorpe@stthomasanglican.org) Received: from tbaytel.net (front3-nwconx.tbaytel.net [216.211.26.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E0543D5C for ; Fri, 7 Jul 2006 14:30:42 +0000 (GMT) (envelope-from tabthorpe@stthomasanglican.org) Received: from stjames.stthomasanglican.org ([216.211.71.95] verified) by front3.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 25647503 for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jul 2006 10:30:41 -0400 Received: from stjames.stthomasanglican.org (localhost [127.0.0.1]) by stjames.stthomasanglican.org (8.13.7/8.13.7) with ESMTP id k67ETfHH000452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Jul 2006 10:29:42 -0400 (EDT) (envelope-from tabthorpe@stjames.stthomasanglican.org) Received: (from tabthorpe@localhost) by stjames.stthomasanglican.org (8.13.7/8.13.7/Submit) id k67ETfpY000451; Fri, 7 Jul 2006 10:29:41 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200607071429.k67ETfpY000451@stjames.stthomasanglican.org> Date: Fri, 7 Jul 2006 10:29:41 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99884: [PATCH] net-mgmt/arpwatch: update to 2.1.a14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:40:27 -0000 >Number: 99884 >Category: ports >Synopsis: [PATCH] net-mgmt/arpwatch: update to 2.1.a14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 14:40:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #27: Sat Jun 24 23:38:22 EDT 2006 >Description: - Update to 2.1.a14 - Assume maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- arpwatch-2.1.a14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- Makefile 1 Apr 2006 22:51:08 -0000 1.39 +++ Makefile 7 Jul 2006 14:27:42 -0000 @@ -6,13 +6,12 @@ # PORTNAME= arpwatch -PORTVERSION= 2.1.a13 -PORTREVISION= 2 +PORTVERSION= 2.1.a14 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ee.lbl.gov/ -DISTNAME= arpwatch-2.1a13 +DISTNAME= ${PORTNAME}-2.1a14 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tabthorpe@goodking.ca COMMENT= Monitor arp & rarp requests CONFLICTS= arpwatch-devel-2.* @@ -36,8 +35,8 @@ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat - for file in ethercodes.dat d.awk e.awk p.awk; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch; \ + for files in ethercodes.dat d.awk e.awk p.awk; do \ + ${INSTALL_DATA} ${WRKSRC}/$$files ${PREFIX}/arpwatch; \ done ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 25 Nov 2005 16:56:00 -0000 1.10 +++ distinfo 7 Jul 2006 14:27:42 -0000 @@ -1,3 +1,3 @@ -MD5 (arpwatch-2.1a13.tar.gz) = b9ff9739cdd2c0e9807b2d05860e4811 -SHA256 (arpwatch-2.1a13.tar.gz) = 57025d5d1c883961ad7bbe53e5f0d73fa4b55659c28ee7722dddfc9c1512ee76 -SIZE (arpwatch-2.1a13.tar.gz) = 152779 +MD5 (arpwatch-2.1a14.tar.gz) = a80f26ba58012755dbb9fd99fb3af660 +SHA256 (arpwatch-2.1a14.tar.gz) = c709b4020fc9c7e8c3f7ea913c8f1f30b7fed33455112e157b1b09f090ba700b +SIZE (arpwatch-2.1a14.tar.gz) = 201311 Index: files/patch-ae =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/files/patch-ae,v retrieving revision 1.3 diff -u -r1.3 patch-ae --- files/patch-ae 21 Nov 2000 22:11:43 -0000 1.3 +++ files/patch-ae 7 Jul 2006 14:27:42 -0000 @@ -1,18 +1,18 @@ ---- configure.orig Thu Jun 15 01:37:53 2000 -+++ configure Tue Sep 5 02:57:33 2000 -@@ -649,7 +649,7 @@ - : - fi +--- configure.orig Wed Jun 21 16:32:38 2006 ++++ configure Fri Jul 7 09:57:50 2006 +@@ -1419,7 +1419,7 @@ + withval="$with_gcc" + fi; - V_CCOPT="-O" +# V_CCOPT="-O" V_INCLS="" if test "${srcdir}" != "." ; then V_INCLS="-I\$\(srcdir\)" -@@ -2599,7 +2599,7 @@ +@@ -5299,7 +5299,7 @@ fi V_CCOPT="$V_CCOPT -Wall" - if test $ac_cv_lbl_gcc_vers -gt 1 ; then + if test "$ac_cv_lbl_gcc_vers" -gt 1 ; then - V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes" +# V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes" fi Index: files/patch-aj =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/files/patch-aj,v retrieving revision 1.1 diff -u -r1.1 patch-aj --- files/patch-aj 22 Feb 2001 22:56:40 -0000 1.1 +++ files/patch-aj 7 Jul 2006 14:27:42 -0000 @@ -1,5 +1,5 @@ ---- arpwatch.8.orig Sun Oct 8 21:31:28 2000 -+++ arpwatch.8 Thu Feb 22 22:47:29 2001 +--- arpwatch.8.orig Sun Oct 8 16:31:28 2000 ++++ arpwatch.8 Fri Jul 7 10:03:53 2006 @@ -38,6 +38,9 @@ .br .ti +8 @@ -10,16 +10,25 @@ .B -n .IR net [/ width ]] [ -@@ -69,6 +72,12 @@ - The - .B -i +@@ -71,6 +74,12 @@ flag is used to override the default interface. -+.LP -+The + .LP + The +.B -m +flag specifies the address that will receive the emails. +The default is +.IR root . - .LP - The ++.LP ++The .B -n + flag specifies additional local networks. This can be useful to + avoid "bogon" warnings when there is more than one network running +@@ -152,7 +161,7 @@ + .na + .nh + .nf +-/usr/operator/arpwatch - default directory ++/usr/local/arpwatch - default directory + arp.dat - ethernet/ip address database + ethercodes.dat - vendor ethernet block list + .ad Index: files/patch-ak =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/files/patch-ak,v retrieving revision 1.1 diff -u -r1.1 patch-ak --- files/patch-ak 22 Feb 2001 22:56:40 -0000 1.1 +++ files/patch-ak 7 Jul 2006 14:27:42 -0000 @@ -1,5 +1,5 @@ ---- arpsnmp.8.orig Sun Sep 17 21:34:48 2000 -+++ arpsnmp.8 Thu Feb 22 22:47:29 2001 +--- arpsnmp.8.orig Sun Sep 17 16:34:48 2000 ++++ arpsnmp.8 Fri Jul 7 10:07:53 2006 @@ -30,6 +30,9 @@ ] [ .B -f @@ -10,16 +10,25 @@ ] .I file [ -@@ -54,6 +57,12 @@ - flag is used to set the ethernet/ip address database filename. +@@ -55,6 +58,12 @@ The default is .IR arp.dat . -+.LP + .LP +The +.B -m +flag specifies the address that will receive the emails. +The default is +.IR root . - .LP ++.LP Note that an empty .I arp.dat + file must be created before the first time you run +@@ -69,7 +78,7 @@ + .na + .nh + .nf +-/usr/operator/arpwatch - default directory ++/usr/local/arpwatch - default directory + arp.dat - ethernet/ip address database + ethercodes.dat - vendor ethernet block list + .ad --- arpwatch-2.1.a14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 14:46:33 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 079DF16A4E2; Fri, 7 Jul 2006 14:46:33 +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 B14A043D45; Fri, 7 Jul 2006 14:46:32 +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 k67EkWKp091930; Fri, 7 Jul 2006 14:46:32 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67EkWwH091926; Fri, 7 Jul 2006 14:46:32 GMT (envelope-from erwin) Date: Fri, 7 Jul 2006 14:46:32 GMT From: Erwin Lansing Message-Id: <200607071446.k67EkWwH091926@freefall.freebsd.org> To: erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org Cc: Subject: Re: ports/99885: Net-snmp dies when using proxy token X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:46:33 -0000 Synopsis: Net-snmp dies when using proxy token Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: erwin Responsible-Changed-When: Fri Jul 7 14:46:17 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99885 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 15:00:48 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 C71A716A4DD for ; Fri, 7 Jul 2006 15:00:48 +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 CDF7F43D53 for ; Fri, 7 Jul 2006 15:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67F0kiH092422 for ; Fri, 7 Jul 2006 15:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67F0kVk092421; Fri, 7 Jul 2006 15:00:46 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 15:00:46 GMT Resent-Message-Id: <200607071500.k67F0kVk092421@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Gawriloff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7586C16A4E2 for ; Fri, 7 Jul 2006 14:59:13 +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 917BF43D4C for ; Fri, 7 Jul 2006 14:59:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k67ExASs006474 for ; Fri, 7 Jul 2006 14:59:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k67ExA2L006473; Fri, 7 Jul 2006 14:59:10 GMT (envelope-from nobody) Message-Id: <200607071459.k67ExA2L006473@www.freebsd.org> Date: Fri, 7 Jul 2006 14:59:10 GMT From: Oleg Gawriloff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99886: amavis-stats port does not work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:00:49 -0000 >Number: 99886 >Category: ports >Synopsis: amavis-stats port does not work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 15:00:46 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Oleg Gawriloff >Release: 5.4 >Organization: Atlant Telecom >Environment: FreeBSD albatros.telecom.by 5.4-RELEASE-p13 FreeBSD 5.4-RELEASE-p13 #1: Mon Jun 5 14:04:54 EEST 2006 root@albatros.telecom.by:/usr/src/sys/i386/compile/ALBATROS i386 >Description: After installing amavis-stats port, when we try to execute /usr/local/sbin/amavis-stats we see following errors: syntax error at ./amavis-stats line 215, near "err" syntax error at ./amavis-stats line 223, near "}" Execution of ./amavis-stats aborted due to compilation errors. >How-To-Repeat: >Fix: --- amavis-stats Fri Jul 7 17:39:25 2006 +++ /usr/local/sbin/amavis-stats Fri Jul 7 17:54:33 2006 @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!/usr/bin/perl -w # # amavis-stats -- generate rrds from amavis log output # @@ -28,6 +28,7 @@ # ######################################################################## use strict; use warnings; +use diagnostics; use Getopt::Std; use Time::localtime; use Time::Local; @@ -212,7 +213,7 @@ sub semlock { open (LOCKF, ">$lockfile") or do_exit(1, "Could not open $lockfile: $!"); unless (flock(LOCKF, LOCK_EX | LOCK_NB)) { - err("warning: Could not lock $lockfile: $!"); + print_err("warning: Could not lock $lockfile: $!"); sleep 2; unless (flock(LOCKF, LOCK_EX | LOCK_NB)) { do_exit(1, "Could not lock $lockfile: $!"); @@ -680,8 +681,8 @@ if (defined($rotlogfile)) { parseFile ($rotlogfile, $spos, (stat $rotlogfile)[7]); } else { - err("Could not open rotated logfile."); - err(" Tried extentions .0, .1, .01, -$today, -$yesterday"); + print_err("Could not open rotated logfile."); + print_err(" Tried extentions .0, .1, .01, -$today, -$yesterday"); do_exit(1); } } @@ -707,7 +708,7 @@ my $err = RRDs::error; if ($err) { - err("createRRD: $err"); + print_err("createRRD: $err"); return -1; } @@ -736,7 +737,7 @@ $last = RRDs::last($rrdfile); $err = RRDs::error; if ($err) { - err("updateRRD: $err"); + print_err("updateRRD: $err"); return -1; } @@ -750,8 +751,8 @@ $err = RRDs::error; if ($err) { - err("updateRRD: $err"); - err("Attempted to update $rrdfile at $epoch count $count"); + print_err("updateRRD: $err"); + print_err("Attempted to update $rrdfile at $epoch count $count"); return -1; } } @@ -769,7 +770,8 @@ print "$me: @_\n" if ($verbose); } -sub err { +sub print_err +{ print STDERR "$me: error: @_\n"; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 16:06:34 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 C34A316A4E0 for ; Fri, 7 Jul 2006 16:06:34 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B20943D4C for ; Fri, 7 Jul 2006 16:06:32 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so795382uge for ; Fri, 07 Jul 2006 09:06:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rmaQeKyWdf2R0KLayOEwDzZzlYAnGFemSGMnGQRhrndyU9kIAv6lNCHmUGvGZPOKdD7N2yKR6WRAyuUxrCFF3yqeKL3atcwqLOWMxoNufzGlpmozTveLESHHq94fCnnbXSow6ihERNgBdL8mN6Qa0SZHsKq5U3sP+QXkVtWjHS0= Received: by 10.67.29.12 with SMTP id g12mr2199106ugj; Fri, 07 Jul 2006 09:06:31 -0700 (PDT) Received: by 10.66.222.20 with HTTP; Fri, 7 Jul 2006 09:06:31 -0700 (PDT) Message-ID: <1f27304c0607070906i3a3f3dc1y4a15b68c6279cddf@mail.gmail.com> Date: Sat, 8 Jul 2006 00:06:31 +0800 From: chinsan To: "Cheng-Lung Sung" In-Reply-To: <200607071231.k67CVtTs082152@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607071231.k67CVtTs082152@freefall.freebsd.org> Cc: freebsd-ports-bugs@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/99882: [NEW PORT] chinese/sdcv-dict-zh_CN: English-Chinese(S)/Chinese(S)-English dictionaries for SDCV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 16:06:34 -0000 2006/7/7, Cheng-Lung Sung : > Synopsis: [NEW PORT] chinese/sdcv-dict-zh_CN: English-Chinese(S)/Chinese(S)-English dictionaries for SDCV > Hi, Due to the confusing Lincence issue, please close this PR(ports/99882) . Thanks. chinsan From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 17:18:59 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 75F6916A4DF; Fri, 7 Jul 2006 17:18:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5C043D46; Fri, 7 Jul 2006 17:18:59 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67HIxkU000522; Fri, 7 Jul 2006 17:18:59 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67HIwh3000518; Fri, 7 Jul 2006 17:18:59 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 17:18:59 GMT From: Rong-En Fan Message-Id: <200607071718.k67HIwh3000518@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99884: [PATCH] net-mgmt/arpwatch: update to 2.1.a14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 17:18:59 -0000 Synopsis: [PATCH] net-mgmt/arpwatch: update to 2.1.a14 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 17:18:47 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99884 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 17:29: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 5362416A4DE; Fri, 7 Jul 2006 17:29:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9A743D45; Fri, 7 Jul 2006 17:29:56 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67HTtwF000961; Fri, 7 Jul 2006 17:29:55 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67HTt0v000957; Fri, 7 Jul 2006 17:29:55 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 17:29:55 GMT From: Rong-En Fan Message-Id: <200607071729.k67HTt0v000957@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99883: audio/ripit: update to 3.5.1 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 17:29:56 -0000 Synopsis: audio/ripit: update to 3.5.1 [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 17:29:45 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99883 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 18:20: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 214FC16A4DD for ; Fri, 7 Jul 2006 18:20:22 +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 795FB43D46 for ; Fri, 7 Jul 2006 18:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67IKK6P004005 for ; Fri, 7 Jul 2006 18:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67IKKhj004004; Fri, 7 Jul 2006 18:20:20 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 18:20:20 GMT Resent-Message-Id: <200607071820.k67IKKhj004004@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2C216A4DE for ; Fri, 7 Jul 2006 18:15:21 +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 D488143D45 for ; Fri, 7 Jul 2006 18:15:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67IFJCx003809 for ; Fri, 7 Jul 2006 18:15:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67IFJZ3003808; Fri, 7 Jul 2006 18:15:19 GMT (envelope-from linimon) Message-Id: <200607071815.k67IFJZ3003808@freefall.freebsd.org> Date: Fri, 7 Jul 2006 18:15:19 GMT From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99889: [MAINTAINER UPDATE] x11-themes/e17-theme-winter update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:20:22 -0000 >Number: 99889 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11-themes/e17-theme-winter update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 18:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Update the theme. >How-To-Repeat: >Fix: --- winter.diff begins here --- diff -ruN e17-theme-winter.orig/Makefile e17-theme-winter/Makefile --- e17-theme-winter.orig/Makefile Fri Jul 7 13:39:10 2006 +++ e17-theme-winter/Makefile Fri Jul 7 13:39:37 2006 @@ -6,7 +6,7 @@ # PORTNAME= winter -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11-themes MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ http://mbsd.msk.ru/dist/ diff -ruN e17-theme-winter.orig/distinfo e17-theme-winter/distinfo --- e17-theme-winter.orig/distinfo Fri Jul 7 13:39:10 2006 +++ e17-theme-winter/distinfo Fri Jul 7 13:40:39 2006 @@ -1,3 +1,3 @@ -MD5 (winter-e17.edj) = 5ebde0be60bc24ab9fb5cf0d0df48186 -SHA256 (winter-e17.edj) = 11a9c84d0996850efd30c5784c4820668a044131ffa4faa4271a115fd8f96413 -SIZE (winter-e17.edj) = 765857 +MD5 (winter-e17.edj) = 54aca01ef02cab2888c703fb2aea67cc +SHA256 (winter-e17.edj) = 3afb2967bde7dbf605dadf7bf736423a281327924597e021ebfd6c3818baa3d2 +SIZE (winter-e17.edj) = 946323 --- winter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 18:20: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 3C2BC16A4DF for ; Fri, 7 Jul 2006 18:20:22 +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 1CB2943D53 for ; Fri, 7 Jul 2006 18:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67IKKJH004057 for ; Fri, 7 Jul 2006 18:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67IKKEw004056; Fri, 7 Jul 2006 18:20:20 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 18:20:20 GMT Resent-Message-Id: <200607071820.k67IKKEw004056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2908B16A4E2 for ; Fri, 7 Jul 2006 18:16:03 +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 CA4BD43D6A for ; Fri, 7 Jul 2006 18:15:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67IFv8O003899 for ; Fri, 7 Jul 2006 18:15:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67IFvY7003898; Fri, 7 Jul 2006 18:15:57 GMT (envelope-from linimon) Message-Id: <200607071815.k67IFvY7003898@freefall.freebsd.org> Date: Fri, 7 Jul 2006 18:15:57 GMT From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99890: [MAINTAINER UPDATE] x11-themes/e17-theme-gant update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:20:22 -0000 >Number: 99890 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11-themes/e17-theme-gant update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 18:20:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Update to recent version. >How-To-Repeat: >Fix: --- gant.diff begins here --- diff -ruN e17-theme-gant.orig/Makefile e17-theme-gant/Makefile --- e17-theme-gant.orig/Makefile Fri Jul 7 13:44:27 2006 +++ e17-theme-gant/Makefile Fri Jul 7 13:44:38 2006 @@ -6,7 +6,7 @@ # PORTNAME= gant -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11-themes MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ http://mbsd.msk.ru/dist/ diff -ruN e17-theme-gant.orig/distinfo e17-theme-gant/distinfo --- e17-theme-gant.orig/distinfo Fri Jul 7 13:44:27 2006 +++ e17-theme-gant/distinfo Fri Jul 7 13:44:56 2006 @@ -1,3 +1,3 @@ -MD5 (gant.edj) = 6e7531ddfbc0301104c929c8e76b7626 -SHA256 (gant.edj) = 7de6ea3dd2bd04e8bc928ce1a26f534d8e3cc0aa2f173a39842a76037bbd176e -SIZE (gant.edj) = 1820409 +MD5 (gant.edj) = c6366a421149afb79058b6e4e32e7e3b +SHA256 (gant.edj) = 1ad1592ff6dcbc8bdda1da2b29d05850997c9a74be06dd0e824f6f3f2cbbb722 +SIZE (gant.edj) = 2126337 --- gant.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 18:35: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 2415716A4E7; Fri, 7 Jul 2006 18:35:31 +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 B9CEE43D6A; Fri, 7 Jul 2006 18:35:30 +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 k67IZUKs005923; Fri, 7 Jul 2006 18:35:30 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67IZUor005918; Fri, 7 Jul 2006 18:35:30 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 18:35:30 GMT From: Ion-Mihai Tetcu Message-Id: <200607071835.k67IZUor005918@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99890: [MAINTAINER UPDATE] x11-themes/e17-theme-gant update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:35:31 -0000 Synopsis: [MAINTAINER UPDATE] x11-themes/e17-theme-gant update Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 18:35:30 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99890 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 18:35: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 73A2A16A4DF; Fri, 7 Jul 2006 18:35:36 +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 2868943D6E; Fri, 7 Jul 2006 18:35:36 +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 k67IZabc005989; Fri, 7 Jul 2006 18:35:36 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67IZaCW005985; Fri, 7 Jul 2006 18:35:36 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 18:35:36 GMT From: Ion-Mihai Tetcu Message-Id: <200607071835.k67IZaCW005985@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99889: [MAINTAINER UPDATE] x11-themes/e17-theme-winter update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:35:36 -0000 Synopsis: [MAINTAINER UPDATE] x11-themes/e17-theme-winter update Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 18:35:35 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99889 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 19:20:27 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 572CA16A4DE for ; Fri, 7 Jul 2006 19:20:27 +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 5E42843D49 for ; Fri, 7 Jul 2006 19:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67JKQkx007833 for ; Fri, 7 Jul 2006 19:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67JKQ66007832; Fri, 7 Jul 2006 19:20:26 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 19:20:26 GMT Resent-Message-Id: <200607071920.k67JKQ66007832@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4353F16A4DE for ; Fri, 7 Jul 2006 19:18:49 +0000 (UTC) (envelope-from tabthorpe@stthomasanglican.org) Received: from tbaytel.net (front2-nwconx.tbaytel.net [216.211.26.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691E043D45 for ; Fri, 7 Jul 2006 19:18:48 +0000 (GMT) (envelope-from tabthorpe@stthomasanglican.org) Received: from stjames.stthomasanglican.org ([216.211.71.95] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 53608096 for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jul 2006 15:18:46 -0400 Received: from stjames.stthomasanglican.org (localhost [127.0.0.1]) by stjames.stthomasanglican.org (8.13.7/8.13.7) with ESMTP id k67JGU38024175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Jul 2006 15:16:32 -0400 (EDT) (envelope-from tabthorpe@stjames.stthomasanglican.org) Received: (from tabthorpe@localhost) by stjames.stthomasanglican.org (8.13.7/8.13.7/Submit) id k67JGTKs024174; Fri, 7 Jul 2006 15:16:29 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200607071916.k67JGTKs024174@stjames.stthomasanglican.org> Date: Fri, 7 Jul 2006 15:16:29 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99892: [NEW PORT] mail/squirrelmail-timeout_user-plugin: Automatically logs a user out if they're idle for a set amount of time X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:20:27 -0000 >Number: 99892 >Category: ports >Synopsis: [NEW PORT] mail/squirrelmail-timeout_user-plugin: Automatically logs a user out if they're idle for a set amount of time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 19:20:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #27: Sat Jun 24 23:38:22 EDT 2006 >Description: This automatically logs a user out if they're idle for a set amount of time. We define 'idle' as having not refreshed the right-hand frame. The administrator can set a standard time for all users or allow users to set their own timeout values. WWW: http://www.squirrelmail.org/plugin_view.php?id=38 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- squirrelmail-timeout_user-plugin-1.1.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # squirrelmail-timeout_user-plugin # squirrelmail-timeout_user-plugin/pkg-descr # squirrelmail-timeout_user-plugin/Makefile # squirrelmail-timeout_user-plugin/pkg-plist # squirrelmail-timeout_user-plugin/distinfo # echo c - squirrelmail-timeout_user-plugin mkdir -p squirrelmail-timeout_user-plugin > /dev/null 2>&1 echo x - squirrelmail-timeout_user-plugin/pkg-descr sed 's/^X//' >squirrelmail-timeout_user-plugin/pkg-descr << 'END-of-squirrelmail-timeout_user-plugin/pkg-descr' XThis automatically logs a user out if they're idle for a set amount Xof time. We define 'idle' as having not refreshed the right-hand Xframe. The administrator can set a standard time for all users or Xallow users to set their own timeout values. X XWWW: http://www.squirrelmail.org/plugin_view.php?id=38 END-of-squirrelmail-timeout_user-plugin/pkg-descr echo x - squirrelmail-timeout_user-plugin/Makefile sed 's/^X//' >squirrelmail-timeout_user-plugin/Makefile << 'END-of-squirrelmail-timeout_user-plugin/Makefile' X# New ports collection makefile for: squirrelmail-timeout_user-plugin X# Date created: 2006-07-07 X# Whom: Thomas Abthorpe X# X# $FreeBSD$ X# X XPORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin XPORTVERSION= 1.1.1 XCATEGORIES= mail www XMASTER_SITES= http://www.squirrelmail.org/plugins/ XDISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-0.5 XDIST_SUBDIR= squirrelmail X XMAINTAINER= thomas@goodking.ca XCOMMENT= Automatically logs a user out if they're idle for a set amount of time X XRUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \ X ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin X XSQUIRREL_PLUGIN_NAME= timeout_user X X.ifdef SQUIRRELDIR XPLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR} XSUB_LIST+= "SQUIRRELDIR=${SQUIRRELDIR}" X.else X.ifndef WITHOUT_WWWDIR XSQUIRRELDIR= ${PREFIX}/www/squirrelmail XPLIST_SUB+= SQUIRRELDIR=www/squirrelmail XSUB_LIST+= "SQUIRRELDIR=www/squirrelmail" X.else XSQUIRRELDIR= ${PREFIX}/squirrelmail XPLIST_SUB+= SQUIRRELDIR=squirrelmail XSUB_LIST+= "SQUIRRELDIR=squirrelmail" X.endif X.endif X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_PERL5_BUILD= yes XUSE_PHP= yes XWANT_PHP_WEB= yes X Xpre-everything:: X @${ECHO} "" X.ifndef WITHOUT_ACTIVATE X @${ECHO} "Activating plug-in in SquirrelMail after installation." X @${ECHO} "If you don't want to automatically activate the plug-in set" X @${ECHO} "WITHOUT_ACTIVATE=yes" X.else X @${ECHO} "NOT Activating plug-in in SquirrelMail after installation." X @${ECHO} "If you want to automatically activate the plug-in unset" X @${ECHO} "WITHOUT_ACTIVATE" X.endif X @${ECHO} "" X Xdo-install: X ${CP} -rp ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} ${SQUIRRELDIR}/plugins X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME} X Xpost-install: X.ifndef WITHOUT_ACTIVATE X.if exists( ${SQUIRRELDIR}/config/config.php ) X @${ECHO} "Activating plug-in in SquirrelMail" X ${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME} X.endif X.else X @${ECHO} "To activate the plug-in in SquirrelMail use" X @${ECHO} "${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}" X.endif X @${ECHO} "" X X.include END-of-squirrelmail-timeout_user-plugin/Makefile echo x - squirrelmail-timeout_user-plugin/pkg-plist sed 's/^X//' >squirrelmail-timeout_user-plugin/pkg-plist << 'END-of-squirrelmail-timeout_user-plugin/pkg-plist' X@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin pupdate; fi X%%SQUIRRELDIR%%/plugins/timeout_user/version X%%SQUIRRELDIR%%/plugins/timeout_user/README X%%SQUIRRELDIR%%/plugins/timeout_user/index.php X%%SQUIRRELDIR%%/plugins/timeout_user/setup.php X%%SQUIRRELDIR%%/plugins/timeout_user/INSTALL X%%SQUIRRELDIR%%/plugins/timeout_user/functions.php X%%SQUIRRELDIR%%/plugins/timeout_user/config.php X@dirrm %%SQUIRRELDIR%%/plugins/timeout_user X@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin pupdate; fi END-of-squirrelmail-timeout_user-plugin/pkg-plist echo x - squirrelmail-timeout_user-plugin/distinfo sed 's/^X//' >squirrelmail-timeout_user-plugin/distinfo << 'END-of-squirrelmail-timeout_user-plugin/distinfo' XMD5 (squirrelmail/timeout_user-1.1.1-0.5.tar.gz) = 43bf06a6f07da5354e87701681c5eba7 XSHA256 (squirrelmail/timeout_user-1.1.1-0.5.tar.gz) = 086486fbcad56bdd52067c6b95ac73fdfa8bfd47c467af0ceabeb4bd04142bc8 XSIZE (squirrelmail/timeout_user-1.1.1-0.5.tar.gz) = 4101 END-of-squirrelmail-timeout_user-plugin/distinfo exit --- squirrelmail-timeout_user-plugin-1.1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 19:27: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 0B12616A4DE; Fri, 7 Jul 2006 19:27:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B471743D70; Fri, 7 Jul 2006 19:27:42 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67JRgGX008163; Fri, 7 Jul 2006 19:27:42 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67JRgHf008159; Fri, 7 Jul 2006 19:27:42 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 19:27:42 GMT From: Rong-En Fan Message-Id: <200607071927.k67JRgHf008159@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99872: [MAINTAINER] www/eyeOS: update to 0.9.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:27:43 -0000 Synopsis: [MAINTAINER] www/eyeOS: update to 0.9.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 19:27:29 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99872 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 19:28: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 8B68316A4E6; Fri, 7 Jul 2006 19:28:01 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6D043D49; Fri, 7 Jul 2006 19:28:00 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67JS0iI008226; Fri, 7 Jul 2006 19:28:00 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67JS0PQ008220; Fri, 7 Jul 2006 19:28:00 GMT (envelope-from rafan) Date: Fri, 7 Jul 2006 19:28:00 GMT From: Rong-En Fan Message-Id: <200607071928.k67JS0PQ008220@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99881: [MAINTAINER] math/asymptote: update to 1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:28:01 -0000 Synopsis: [MAINTAINER] math/asymptote: update to 1.11 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Fri Jul 7 19:27:50 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99881 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 19:31:32 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 E78FD16A4DF; Fri, 7 Jul 2006 19:31:32 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B74E43D6A; Fri, 7 Jul 2006 19:31:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67JVWh9009670; Fri, 7 Jul 2006 19:31:32 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67JVVDd009666; Fri, 7 Jul 2006 19:31:31 GMT (envelope-from arved) Date: Fri, 7 Jul 2006 19:31:31 GMT From: Tilman Linneweh Message-Id: <200607071931.k67JVVDd009666@freefall.freebsd.org> To: johan.bergs@ua.ac.be, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99763: adns upgrade does not install libadns.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:31:33 -0000 Synopsis: adns upgrade does not install libadns.so State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Fri Jul 7 19:31:16 UTC 2006 State-Changed-Why: Thanks for the report. This should be fixed now http://www.freebsd.org/cgi/query-pr.cgi?pr=99763 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 19:44:58 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 5B78A16A4DA; Fri, 7 Jul 2006 19:44:58 +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 00E8843D49; Fri, 7 Jul 2006 19:44:57 +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 k67JivUd010104; Fri, 7 Jul 2006 19:44:57 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67Jiv3c010100; Fri, 7 Jul 2006 19:44:57 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 19:44:57 GMT From: Ion-Mihai Tetcu Message-Id: <200607071944.k67Jiv3c010100@freefall.freebsd.org> To: itetcu@FreeBSD.org, itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99508: [PATCH][OPTIONS]audio/snd options fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 19:44:58 -0000 Synopsis: [PATCH][OPTIONS]audio/snd options fixes Responsible-Changed-From-To: itetcu->freebsd-ports-bugs Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 19:43:32 UTC 2006 Responsible-Changed-Why: While itetcu likes OPTIONS he doesn't want to spen endless time because of malformated patches. Give it back to the pool, maybe someone else is more lucky. http://www.freebsd.org/cgi/query-pr.cgi?pr=99508 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 20:00:42 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 3190A16A58D for ; Fri, 7 Jul 2006 20:00:42 +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 D2B2743D69 for ; Fri, 7 Jul 2006 20:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67K0d2n011308 for ; Fri, 7 Jul 2006 20:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67K0dZj011307; Fri, 7 Jul 2006 20:00:39 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 20:00:39 GMT Resent-Message-Id: <200607072000.k67K0dZj011307@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Simon Olofsson" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF8CD16A4DE for ; Fri, 7 Jul 2006 19:54:11 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id C003543D5D for ; Fri, 7 Jul 2006 19:54:10 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 1B14D1FED2D; Fri, 7 Jul 2006 21:54:09 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 0CD7E27A5BF; Fri, 7 Jul 2006 21:54:09 +0200 (CEST) Received: from gul.lan.gath3n.de (dslb-084-060-152-236.pools.arcor-ip.net [84.60.152.236]) by mail-in-07.arcor-online.net (Postfix) with SMTP id 95194189CA9; Fri, 7 Jul 2006 21:54:08 +0200 (CEST) Received: by gul.lan.gath3n.de (sSMTP sendmail emulation); Fri, 7 Jul 2006 21:54:08 +0200 Message-Id: <20060707195408.95194189CA9@mail-in-07.arcor-online.net> Date: Fri, 7 Jul 2006 21:54:08 +0200 From: "Simon Olofsson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fm@cross-road.org.ua Subject: ports/99893: [PATCH] ftp/lftp: update to 3.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 20:00:42 -0000 >Number: 99893 >Category: ports >Synopsis: [PATCH] ftp/lftp: update to 3.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 20:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #26: Tue Jul 4 09:47:53 CEST >Description: - Update to 3.5.1 - I think some of the patches in files/ could be integrated in lftp. I'll ask on their Mailinglist, if you're ok with it!? Port maintainer (fm@cross-road.org.ua) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lftp-3.5.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ftp/lftp/Makefile /usr/home/simon/src/ports/ftp/lftp/Makefile --- /usr/ports/ftp/lftp/Makefile Sat Jun 3 02:32:54 2006 +++ /usr/home/simon/src/ports/ftp/lftp/Makefile Fri Jul 7 18:56:10 2006 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.4.7 +PORTVERSION= 3.5.1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ diff -ruN --exclude=CVS /usr/ports/ftp/lftp/distinfo /usr/home/simon/src/ports/ftp/lftp/distinfo --- /usr/ports/ftp/lftp/distinfo Sat Jun 3 02:32:54 2006 +++ /usr/home/simon/src/ports/ftp/lftp/distinfo Fri Jul 7 19:01:45 2006 @@ -1,6 +1,6 @@ -MD5 (lftp-3.4.7.tar.bz2) = a6f566c8260c4d5940cb509d10637b73 -SHA256 (lftp-3.4.7.tar.bz2) = 1f8388b1fee4942fe27f4c24f27373e734907ec99c5bab2d34c5374d532d28db -SIZE (lftp-3.4.7.tar.bz2) = 1272856 -MD5 (lftp-3.4.7.tar.bz2.asc) = a8ccef5456638eaf82c35e9025cc6b5b -SHA256 (lftp-3.4.7.tar.bz2.asc) = 811385d01da326b42f46e107db40efb2ebad6f40909618580df837d83c01c5c1 -SIZE (lftp-3.4.7.tar.bz2.asc) = 185 +MD5 (lftp-3.5.1.tar.bz2) = c6d48782cdad4759000bf7cd24555723 +SHA256 (lftp-3.5.1.tar.bz2) = 463f0b46ce3a0fc09ef9ad7a5429959034d50a1eadbed5dfeae36c25dca31130 +SIZE (lftp-3.5.1.tar.bz2) = 1275924 +MD5 (lftp-3.5.1.tar.bz2.asc) = 9d100fb13104494146f07ac8722564bc +SHA256 (lftp-3.5.1.tar.bz2.asc) = fc8939ac75e3f27aac77637a6e4a82ef5293cb78dad591272bc037279a31a6b3 +SIZE (lftp-3.5.1.tar.bz2.asc) = 185 --- lftp-3.5.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 20: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 9B13D16A582; Fri, 7 Jul 2006 20:00:49 +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 53B3A43D45; Fri, 7 Jul 2006 20:00:49 +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 k67K0nBR011411; Fri, 7 Jul 2006 20:00:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67K0nvT011407; Fri, 7 Jul 2006 20:00:49 GMT (envelope-from edwin) Date: Fri, 7 Jul 2006 20:00:49 GMT From: Edwin Groothuis Message-Id: <200607072000.k67K0nvT011407@freefall.freebsd.org> To: simon@olofsson.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99893: [PATCH] ftp/lftp: update to 3.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 20:00:49 -0000 Synopsis: [PATCH] ftp/lftp: update to 3.5.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Jul 7 20:00:48 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99893 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 21:36:42 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 0709416A4DF; Fri, 7 Jul 2006 21:36:42 +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 B418743D45; Fri, 7 Jul 2006 21:36:41 +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 k67LafAT018222; Fri, 7 Jul 2006 21:36:41 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67LafqJ018218; Fri, 7 Jul 2006 21:36:41 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 21:36:41 GMT From: Ion-Mihai Tetcu Message-Id: <200607072136.k67LafqJ018218@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99856: [MAINTAINER UPDATE] x11/e17-module-weather doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 21:36:42 -0000 Synopsis: [MAINTAINER UPDATE] x11/e17-module-weather doesn't compile Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 21:36:41 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99856 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 21:43: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 1F90816A4E0; Fri, 7 Jul 2006 21:43:43 +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 DB2B643D7D; Fri, 7 Jul 2006 21:43:41 +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 k67Lhfr7018506; Fri, 7 Jul 2006 21:43:41 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67LhfYr018502; Fri, 7 Jul 2006 21:43:41 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 21:43:41 GMT From: Ion-Mihai Tetcu Message-Id: <200607072143.k67LhfYr018502@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tmclaugh@FreeBSD.org Cc: Subject: Re: ports/75130: [NEW PORT] www/mono-xsp: A light-weight web server written in C# X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 21:43:43 -0000 Synopsis: [NEW PORT] www/mono-xsp: A light-weight web server written in C# Responsible-Changed-From-To: freebsd-ports-bugs->tmclaugh Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 21:43:34 UTC 2006 Responsible-Changed-Why: Give to mono wizard. http://www.freebsd.org/cgi/query-pr.cgi?pr=75130 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 22:10: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 C415216A4DF for ; Fri, 7 Jul 2006 22:10:24 +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 4BA0643D4C for ; Fri, 7 Jul 2006 22:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67MAOkC019451 for ; Fri, 7 Jul 2006 22: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 k67MAOFi019450; Fri, 7 Jul 2006 22:10:24 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 22:10:24 GMT Resent-Message-Id: <200607072210.k67MAOFi019450@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diane Bruce Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650A616A4DA for ; Fri, 7 Jul 2006 22:04:12 +0000 (UTC) (envelope-from db@db.net) Received: from heceta.db.net (heceta.db.net [142.46.199.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C1F43D45 for ; Fri, 7 Jul 2006 22:04:12 +0000 (GMT) (envelope-from db@db.net) Received: from db by heceta.db.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FyyQk-0007QT-KX for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jul 2006 18:04:10 -0400 Message-Id: Date: Fri, 07 Jul 2006 18:04:10 -0400 From: Diane Bruce Sender: Diane Bruce To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99894: [PATCH] devel/pwlib152: [unbreak compile] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:10:24 -0000 >Number: 99894 >Category: ports >Synopsis: [PATCH] devel/pwlib152: [unbreak compile] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 22:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 4.11-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 >Description: A bit of a quick hack, but pwlib152 is deprecated as well. Added file(s): - files/patch-include_ptclib_pldap.h Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pwlib152-1.5.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pwlib152/files/patch-include_ptclib_pldap.h /usr/home/db/pwlib152/files/patch-include_ptclib_pldap.h --- /usr/ports/devel/pwlib152/files/patch-include_ptclib_pldap.h Wed Dec 31 19:00:00 1969 +++ /usr/home/db/pwlib152/files/patch-include_ptclib_pldap.h Fri Jul 7 17:39:35 2006 @@ -0,0 +1,7 @@ +--- include/ptclib/pldap.h.orig Fri Jul 7 17:21:28 2006 ++++ include/ptclib/pldap.h Fri Jul 7 17:39:18 2006 +@@ -1,3 +1,4 @@ ++#define LDAP_DEPRECATED 1 + /* + * pldap.h + * --- pwlib152-1.5.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 22:20: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 95C6F16A4DA; Fri, 7 Jul 2006 22:20:35 +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 4E49543D46; Fri, 7 Jul 2006 22:20:35 +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 k67MKZfJ019905; Fri, 7 Jul 2006 22:20:35 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67MKZgM019901; Fri, 7 Jul 2006 22:20:35 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 22:20:35 GMT From: Ion-Mihai Tetcu Message-Id: <200607072220.k67MKZgM019901@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/97275: New port: databases/mysqlwrapped, sane C++ wrapper for MySQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:20:35 -0000 Synopsis: New port: databases/mysqlwrapped, sane C++ wrapper for MySQL Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 22:20:34 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=97275 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 22:40: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 C126D16A4DF for ; Fri, 7 Jul 2006 22:40:22 +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 94CF543D45 for ; Fri, 7 Jul 2006 22:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67MeKCR021680 for ; Fri, 7 Jul 2006 22: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 k67MeKwk021679; Fri, 7 Jul 2006 22:40:20 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jul 2006 22:40:20 GMT Resent-Message-Id: <200607072240.k67MeKwk021679@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diane Bruce Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD1A16A4DA for ; Fri, 7 Jul 2006 22:33:41 +0000 (UTC) (envelope-from db@db.net) Received: from heceta.db.net (heceta.db.net [142.46.199.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFA043D68 for ; Fri, 7 Jul 2006 22:33:39 +0000 (GMT) (envelope-from db@db.net) Received: from db by heceta.db.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FyytG-0007c1-RP for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jul 2006 18:33:38 -0400 Message-Id: Date: Fri, 07 Jul 2006 18:33:38 -0400 From: Diane Bruce To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99895: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:40:22 -0000 >Number: 99895 >Category: ports >Synopsis: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 22:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 4.11-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD heceta.db.net 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #4: Tue May 17 16:07:52 EDT 2005 >Description: This library package provides several forward error correction (FEC) decoders and accelerated primitives useful in digital signal processing (DSP). Except for the Reed-Solomon codecs, these functions take full advantage of the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors and the Altivec/VMX/Velocity Engine SIMD instruction set on the G4 and G5 PowerPC. The library includes Viterbi decoders for the following convolutional codes: rate 1/2 k=7 rate 1/2 k=9 rate 1/6 k=15 ("Cassini") plus two Reed-Solomon encoder-decoders: one optimized for the (255,223) CCSDS standard code a general purpose encoder/decoder for arbitrary RS codes and three low-level 16-bit DSP support routines: signed dot product peak detection sum-of-squares (energy) computation This library is licensed under the "lesser" GNU General Public License. WWW: http://www.ka9q.net/code/fec/ - Diane Bruce, VA3DB db@db.net Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- fec-2.1.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fec # fec/pkg-plist # fec/pkg-descr # fec/distinfo # fec/Makefile # echo c - fec mkdir -p fec > /dev/null 2>&1 echo x - fec/pkg-plist sed 's/^X//' >fec/pkg-plist << 'END-of-fec/pkg-plist' Xlib/libfec.so Xlib/libfec.a END-of-fec/pkg-plist echo x - fec/pkg-descr sed 's/^X//' >fec/pkg-descr << 'END-of-fec/pkg-descr' XThis library package provides several forward error correction (FEC) decoders Xand accelerated primitives useful in digital signal processing (DSP). XExcept for the Reed-Solomon codecs, these functions take full advantage of Xthe MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors Xand the Altivec/VMX/Velocity Engine SIMD instruction set on the XG4 and G5 PowerPC. XThe library includes Viterbi decoders for the following convolutional codes: Xrate 1/2 k=7 Xrate 1/2 k=9 Xrate 1/6 k=15 ("Cassini") Xplus two Reed-Solomon encoder-decoders: Xone optimized for the (255,223) CCSDS standard code Xa general purpose encoder/decoder for arbitrary RS codes Xand three low-level 16-bit DSP support routines: Xsigned dot product Xpeak detection Xsum-of-squares (energy) computation XThis library is licensed under the "lesser" GNU General Public License. X XWWW: http://www.ka9q.net/code/fec/ X X- Diane Bruce, VA3DB Xdb@db.net END-of-fec/pkg-descr echo x - fec/distinfo sed 's/^X//' >fec/distinfo << 'END-of-fec/distinfo' XMD5 (fec-2.1.1.tar.bz2) = 3dca8111b8ce46809a7ea51b9d9df746 XSHA256 (fec-2.1.1.tar.bz2) = 4984ff33ed7609189c50f216e0a20eef1c72b72b031cdc0afbed80066073e99e XSIZE (fec-2.1.1.tar.bz2) = 85871 END-of-fec/distinfo echo x - fec/Makefile sed 's/^X//' >fec/Makefile << 'END-of-fec/Makefile' X# ports collection makefile for: fec X# Date created: 7 July 2006 X# Whom: db X# X# $FreeBSD$ X XPORTNAME= fec XPORTVERSION= 2.1.1 XCATEGORIES= comms astro hamradio XMASTER_SITES= http://www.ka9q.net/code/fec/ X XMAINTAINER= db@db.net XCOMMENT= Several forward error correction (FEC) decoders X XMAKEFILE= makefile XMAN3= simd-viterbi.3 rs.3 dsp.3 X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X X.include END-of-fec/Makefile exit --- fec-2.1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 22: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 3710416A4DD; Fri, 7 Jul 2006 22:42:35 +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 E6EE343D6D; Fri, 7 Jul 2006 22:42:34 +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 k67MgYd8021886; Fri, 7 Jul 2006 22:42:34 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67MgY8E021882; Fri, 7 Jul 2006 22:42:34 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 22:42:34 GMT From: Ion-Mihai Tetcu Message-Id: <200607072242.k67MgY8E021882@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99894: [PATCH] devel/pwlib152: [unbreak compile] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:42:35 -0000 Synopsis: [PATCH] devel/pwlib152: [unbreak compile] Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 22:42:34 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99894 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 7 22:43:53 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 27FF516A4DE; Fri, 7 Jul 2006 22:43:53 +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 D79A143D45; Fri, 7 Jul 2006 22:43:52 +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 k67Mhqsc021982; Fri, 7 Jul 2006 22:43:52 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67Mhqc6021978; Fri, 7 Jul 2006 22:43:52 GMT (envelope-from itetcu) Date: Fri, 7 Jul 2006 22:43:52 GMT From: Ion-Mihai Tetcu Message-Id: <200607072243.k67Mhqc6021978@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99895: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 22:43:53 -0000 Synopsis: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Fri Jul 7 22:43:51 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99895 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00:20: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 E61CB16A4E2 for ; Sat, 8 Jul 2006 00:20: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 A7E6943D4C for ; Sat, 8 Jul 2006 00:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k680KJWs026043 for ; Sat, 8 Jul 2006 00:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k680KJ4W026042; Sat, 8 Jul 2006 00:20:19 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 00:20:19 GMT Resent-Message-Id: <200607080020.k680KJ4W026042@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E3D16A4DA for ; Sat, 8 Jul 2006 00:17:59 +0000 (UTC) (envelope-from ahze@blueherron.ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283C643D46 for ; Sat, 8 Jul 2006 00:17:58 +0000 (GMT) (envelope-from ahze@blueherron.ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20060708001758.SOAS4943.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Fri, 7 Jul 2006 20:17:58 -0400 Received: from blueherron.ahze.net ([68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20060708001755.NYQK15119.ibm65aec.bellsouth.net@blueherron.ahze.net>; Fri, 7 Jul 2006 20:17:55 -0400 Received: (from root@localhost) by blueherron.ahze.net (8.13.6/8.13.6/Submit) id k67KK4Sx096926; Fri, 7 Jul 2006 20:20:04 GMT (envelope-from ahze) Message-Id: <200607072020.k67KK4Sx096926@blueherron.ahze.net> Date: Fri, 7 Jul 2006 20:20:04 GMT From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dyeske@yahoo.com Subject: ports/99897: [PATCH] graphics/blender-devel: [fix build on sparc64] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 00:20:21 -0000 >Number: 99897 >Category: ports >Synopsis: [PATCH] graphics/blender-devel: [fix build on sparc64] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 00:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: - Fix build on sparc64 Added file(s): - files/patch-source_blender_blenlib_intern_storage.c Port maintainer (dyeske@yahoo.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- blender-devel-2.40.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/blender-devel/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 7 May 2006 23:45:51 -0000 1.21 +++ Makefile 7 Jul 2006 20:13:05 -0000 @@ -33,10 +33,6 @@ .include -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - pre-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can enable additional compilation optimizations" Index: files/patch-source_blender_blenlib_intern_storage.c =================================================================== RCS file: files/patch-source_blender_blenlib_intern_storage.c diff -N files/patch-source_blender_blenlib_intern_storage.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-source_blender_blenlib_intern_storage.c 7 Jul 2006 20:13:05 -0000 @@ -0,0 +1,20 @@ +--- source/blender/blenlib/intern/storage.c.orig Fri Jul 7 14:15:04 2006 ++++ source/blender/blenlib/intern/storage.c Fri Jul 7 14:17:47 2006 +@@ -50,7 +50,7 @@ + #include + #include + +-#if !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) ++#if !defined(__FreeBSD__) && !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) + #include + #endif + +@@ -194,7 +194,7 @@ + #ifdef __BeOS + return -1; + #endif +-#if !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__)) ++#if !defined(__FreeBSD__) && !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__)) + + if (statfs(name, &disk, sizeof(struct statfs), 0)){ + /* printf("diskfree: Couldn't get information about %s.\n",dir); */ --- blender-devel-2.40.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00:20: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 1CA9A16A4E5 for ; Sat, 8 Jul 2006 00:20: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 39A6043D45 for ; Sat, 8 Jul 2006 00:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k680KKlQ026090 for ; Sat, 8 Jul 2006 00:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k680KJlD026084; Sat, 8 Jul 2006 00:20:20 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 00:20:20 GMT Resent-Message-Id: <200607080020.k680KJlD026084@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D32216A4DF; Sat, 8 Jul 2006 00:20:02 +0000 (UTC) (envelope-from ahze@blueherron.ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD1243D55; Sat, 8 Jul 2006 00:20:00 +0000 (GMT) (envelope-from ahze@blueherron.ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20060708002000.SSTJ4943.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net>; Fri, 7 Jul 2006 20:20:00 -0400 Received: from blueherron.ahze.net ([68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20060708001959.NZTN15119.ibm65aec.bellsouth.net@blueherron.ahze.net>; Fri, 7 Jul 2006 20:19:59 -0400 Received: (from root@localhost) by blueherron.ahze.net (8.13.6/8.13.6/Submit) id k67KMFoJ097428; Fri, 7 Jul 2006 20:22:15 GMT (envelope-from ahze) Message-Id: <200607072022.k67KMFoJ097428@blueherron.ahze.net> Date: Fri, 7 Jul 2006 20:22:15 GMT From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dinoex@FreeBSD.org Subject: ports/99898: [PATCH] devel/ffcall: [fix build on sparc64] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 00:20:21 -0000 >Number: 99898 >Category: ports >Synopsis: [PATCH] devel/ffcall: [fix build on sparc64] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 00:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: - Fix build on sparc64 Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >Description: >How-To-Repeat: >Fix: --- ffcall-1.10_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ffcall/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 23 Feb 2006 10:35:36 -0000 1.21 +++ Makefile 7 Jul 2006 20:20:50 -0000 @@ -18,7 +18,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -NOT_FOR_ARCHS= sparc64 MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 MANCOMPRESSED= no Index: files/patch-avcall_avcall-sparc64.S =================================================================== RCS file: files/patch-avcall_avcall-sparc64.S diff -N files/patch-avcall_avcall-sparc64.S --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-avcall_avcall-sparc64.S 7 Jul 2006 20:20:50 -0000 @@ -0,0 +1,231 @@ +--- avcall/avcall-sparc64.S.orig Fri Nov 26 15:28:33 1999 ++++ avcall/avcall-sparc64.S Thu Jul 6 21:53:11 2006 +@@ -24,98 +24,98 @@ + cmp %g3, 0 + be,pn %icc, .LL161 + and %o7, 2, %g3 +- ld 72(%i0),%f1 ++ ld [72+%i0],%f1 + and %o7, 2, %g3 + .LL161: + cmp %g3, 0 + be,pn %icc, .LL162 + and %o7, 4, %g3 +- ld 80(%i0),%f3 ++ ld [80+%i0],%f3 + and %o7, 4, %g3 + .LL162: + cmp %g3, 0 + be,pn %icc, .LL163 + and %o7, 8, %g3 +- ld 88(%i0),%f5 ++ ld [88+%i0],%f5 + and %o7, 8, %g3 + .LL163: + cmp %g3, 0 + be,pn %icc, .LL164 + and %o7, 16, %g3 +- ld 96(%i0),%f7 ++ ld [96+%i0],%f7 + and %o7, 16, %g3 + .LL164: + cmp %g3, 0 + be,pn %icc, .LL165 + and %o7, 32, %g3 +- ld 104(%i0),%f9 ++ ld [104+%i0],%f9 + and %o7, 32, %g3 + .LL165: + cmp %g3, 0 + be,pn %icc, .LL166 + and %o7, 64, %g3 +- ld 112(%i0),%f11 ++ ld [112+%i0],%f11 + and %o7, 64, %g3 + .LL166: + cmp %g3, 0 + be,pn %icc, .LL167 + and %o7, 128, %g3 +- ld 120(%i0),%f13 ++ ld [120+%i0],%f13 + and %o7, 128, %g3 + .LL167: + cmp %g3, 0 + be,pn %icc, .LL168 + and %o7, 256, %g3 +- ld 128(%i0),%f15 ++ ld [128+%i0],%f15 + and %o7, 256, %g3 + .LL168: + cmp %g3, 0 + be,pn %icc, .LL169 + and %o7, 512, %g3 +- ld 136(%i0),%f17 ++ ld [136+%i0],%f17 + and %o7, 512, %g3 + .LL169: + cmp %g3, 0 + be,a,pn %icc, .LL170 + ld [%i0+60], %o7 +- ld 144(%i0),%f19 ++ ld [144+%i0],%f19 + ld [%i0+60], %o7 + .LL170: + and %o7, 1024, %g3 + cmp %g3, 0 + be,pn %icc, .LL171 + and %o7, 2048, %g3 +- ld 152(%i0),%f21 ++ ld [152+%i0],%f21 + and %o7, 2048, %g3 + .LL171: + cmp %g3, 0 + be,pn %icc, .LL172 + sethi %hi(4096), %g3 +- ld 160(%i0),%f23 ++ ld [160+%i0],%f23 + sethi %hi(4096), %g3 + .LL172: + andcc %o7, %g3, %g0 + be,pn %icc, .LL173 + sethi %hi(8192), %g3 +- ld 168(%i0),%f25 ++ ld [168+%i0],%f25 + sethi %hi(8192), %g3 + .LL173: + andcc %o7, %g3, %g0 + be,pn %icc, .LL174 + sethi %hi(16384), %g3 +- ld 176(%i0),%f27 ++ ld [176+%i0],%f27 + sethi %hi(16384), %g3 + .LL174: + andcc %o7, %g3, %g0 + be,pn %icc, .LL175 + sethi %hi(32768), %g3 +- ld 184(%i0),%f29 ++ ld [184+%i0],%f29 + sethi %hi(32768), %g3 + .LL175: + andcc %o7, %g3, %g0 + be,a,pn %icc, .LL176 + ld [%i0+64], %g3 +- ld 192(%i0),%f31 ++ ld [192+%i0],%f31 + .LL3: + ld [%i0+64], %g3 + .LL176: +@@ -126,97 +126,97 @@ + cmp %g3, 0 + be,pn %icc, .LL177 + and %o7, 2, %g3 +- ldd 72(%i0),%f0 ++ ldd [72+%i0],%f0 + and %o7, 2, %g3 + .LL177: + cmp %g3, 0 + be,pn %icc, .LL178 + and %o7, 4, %g3 +- ldd 80(%i0),%f2 ++ ldd [80+%i0],%f2 + and %o7, 4, %g3 + .LL178: + cmp %g3, 0 + be,pn %icc, .LL179 + and %o7, 8, %g3 +- ldd 88(%i0),%f4 ++ ldd [88+%i0],%f4 + and %o7, 8, %g3 + .LL179: + cmp %g3, 0 + be,pn %icc, .LL180 + and %o7, 16, %g3 +- ldd 96(%i0),%f6 ++ ldd [96+%i0],%f6 + and %o7, 16, %g3 + .LL180: + cmp %g3, 0 + be,pn %icc, .LL181 + and %o7, 32, %g3 +- ldd 104(%i0),%f8 ++ ldd [104+%i0],%f8 + and %o7, 32, %g3 + .LL181: + cmp %g3, 0 + be,pn %icc, .LL182 + and %o7, 64, %g3 +- ldd 112(%i0),%f10 ++ ldd [112+%i0],%f10 + and %o7, 64, %g3 + .LL182: + cmp %g3, 0 + be,pn %icc, .LL183 + and %o7, 128, %g3 +- ldd 120(%i0),%f12 ++ ldd [120+%i0],%f12 + and %o7, 128, %g3 + .LL183: + cmp %g3, 0 + be,pn %icc, .LL184 + and %o7, 256, %g3 +- ldd 128(%i0),%f14 ++ ldd [128+%i0],%f14 + and %o7, 256, %g3 + .LL184: + cmp %g3, 0 + be,pn %icc, .LL185 + and %o7, 512, %g3 +- ldd 136(%i0),%f16 ++ ldd [136+%i0],%f16 + and %o7, 512, %g3 + .LL185: + cmp %g3, 0 + be,pn %icc, .LL186 + and %o7, 1024, %g3 +- ldd 144(%i0),%f18 ++ ldd [144+%i0],%f18 + and %o7, 1024, %g3 + .LL186: + cmp %g3, 0 + be,pn %icc, .LL187 + and %o7, 2048, %g3 +- ldd 152(%i0),%f20 ++ ldd [152+%i0],%f20 + and %o7, 2048, %g3 + .LL187: + cmp %g3, 0 + be,pn %icc, .LL188 + sethi %hi(4096), %g3 +- ldd 160(%i0),%f22 ++ ldd [160+%i0],%f22 + sethi %hi(4096), %g3 + .LL188: + andcc %o7, %g3, %g0 + be,pn %icc, .LL189 + sethi %hi(8192), %g3 +- ldd 168(%i0),%f24 ++ ldd [168+%i0],%f24 + sethi %hi(8192), %g3 + .LL189: + andcc %o7, %g3, %g0 + be,pn %icc, .LL190 + sethi %hi(16384), %g3 +- ldd 176(%i0),%f26 ++ ldd [176+%i0],%f26 + sethi %hi(16384), %g3 + .LL190: + andcc %o7, %g3, %g0 + be,pn %icc, .LL191 + sethi %hi(32768), %g3 +- ldd 184(%i0),%f28 ++ ldd [184+%i0],%f28 + sethi %hi(32768), %g3 + .LL191: + andcc %o7, %g3, %g0 + be,pn %icc, .LL192 + mov 6, %l1 +- ldd 192(%i0),%f30 ++ ldd [192+%i0],%f30 + .LL20: + mov 6, %l1 + .LL192: --- ffcall-1.10_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00:20:28 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 67FF016A4DE; Sat, 8 Jul 2006 00:20:28 +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 229CC43D45; Sat, 8 Jul 2006 00:20:28 +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 k680KRwD026193; Sat, 8 Jul 2006 00:20:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k680KRO1026189; Sat, 8 Jul 2006 00:20:27 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 00:20:27 GMT From: Edwin Groothuis Message-Id: <200607080020.k680KRO1026189@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Cc: Subject: Re: ports/99897: [PATCH] graphics/blender-devel: [fix build on sparc64] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 00:20:28 -0000 Synopsis: [PATCH] graphics/blender-devel: [fix build on sparc64] Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 00:20:27 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99897 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00:20: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 B02A616A4DE; Sat, 8 Jul 2006 00:20:50 +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 2F3D443D46; Sat, 8 Jul 2006 00:20:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k680KoPi026445; Sat, 8 Jul 2006 00:20:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k680KnAU026441; Sat, 8 Jul 2006 00:20:49 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 00:20:49 GMT From: Edwin Groothuis Message-Id: <200607080020.k680KnAU026441@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Cc: Subject: Re: ports/99898: [PATCH] devel/ffcall: [fix build on sparc64] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 00:20:50 -0000 Synopsis: [PATCH] devel/ffcall: [fix build on sparc64] Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 00:20:49 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99898 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00: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 2FB3116A4DA for ; Sat, 8 Jul 2006 00: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 6C94D43D49 for ; Sat, 8 Jul 2006 00: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 k680UJo1026838 for ; Sat, 8 Jul 2006 00: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 k680UJcN026837; Sat, 8 Jul 2006 00:30:19 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 00:30:19 GMT Resent-Message-Id: <200607080030.k680UJcN026837@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5D916A4DA; Sat, 8 Jul 2006 00:25:25 +0000 (UTC) (envelope-from ahze@blueherron.ahze.net) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E8DD43D58; Sat, 8 Jul 2006 00:25:23 +0000 (GMT) (envelope-from ahze@blueherron.ahze.net) Received: from ibm66aec.bellsouth.net ([68.209.163.3]) by imf23aec.mail.bellsouth.net with ESMTP id <20060708002523.ZBBD28176.imf23aec.mail.bellsouth.net@ibm66aec.bellsouth.net>; Fri, 7 Jul 2006 20:25:23 -0400 Received: from blueherron.ahze.net ([68.209.163.3]) by ibm66aec.bellsouth.net with ESMTP id <20060708002518.IKER29014.ibm66aec.bellsouth.net@blueherron.ahze.net>; Fri, 7 Jul 2006 20:25:18 -0400 Received: (from root@localhost) by blueherron.ahze.net (8.13.6/8.13.6/Submit) id k67KRYBS097763; Fri, 7 Jul 2006 20:27:34 GMT (envelope-from ahze) Message-Id: <200607072027.k67KRYBS097763@blueherron.ahze.net> Date: Fri, 7 Jul 2006 20:27:34 GMT From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lioux@FreeBSD.org Subject: ports/99899: [PATCH] multimedia/mkvtoolnix: this version now builds on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 00:30:29 -0000 >Number: 99899 >Category: ports >Synopsis: [PATCH] multimedia/mkvtoolnix: this version now builds on sparc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 00:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: This version of mkvtoolnix builds on sparc64 Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mkvtoolnix-1.6.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/mkvtoolnix/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 10 May 2006 22:37:33 -0000 1.29 +++ Makefile 7 Jul 2006 20:26:47 -0000 @@ -73,10 +73,6 @@ PLIST_FILES+= bin/mmg .endif -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" CFLAGS+= -DNO_WSTRING --- mkvtoolnix-1.6.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00:30:40 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 A4EA216A4E7; Sat, 8 Jul 2006 00:30:40 +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 5D8DB43D5D; Sat, 8 Jul 2006 00:30:36 +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 k680Ua55027505; Sat, 8 Jul 2006 00:30:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k680Uaev027501; Sat, 8 Jul 2006 00:30:36 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 00:30:36 GMT From: Edwin Groothuis Message-Id: <200607080030.k680Uaev027501@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Cc: Subject: Re: ports/99899: [PATCH] multimedia/mkvtoolnix: this version now builds on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 00:30:40 -0000 Synopsis: [PATCH] multimedia/mkvtoolnix: this version now builds on sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 00:30:35 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99899 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 00:40: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 B7BE316A4E7 for ; Sat, 8 Jul 2006 00:40: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 C72A043D49 for ; Sat, 8 Jul 2006 00:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k680eIjH028934 for ; Sat, 8 Jul 2006 00:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k680eIVX028933; Sat, 8 Jul 2006 00:40:18 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 00:40:18 GMT Resent-Message-Id: <200607080040.k680eIVX028933@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, eol1@yahoo.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68AD516A4EA for ; Sat, 8 Jul 2006 00:30:19 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: from web51901.mail.yahoo.com (web51901.mail.yahoo.com [206.190.48.64]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E69243D5D for ; Sat, 8 Jul 2006 00:30:12 +0000 (GMT) (envelope-from peter.thoenen@yahoo.com) Received: (qmail 40302 invoked by uid 60001); 8 Jul 2006 00:30:11 -0000 Received: from [70.94.6.214] by web51901.mail.yahoo.com via HTTP; Fri, 07 Jul 2006 17:30:11 PDT Message-Id: <20060708003011.40300.qmail@web51901.mail.yahoo.com> Date: Fri, 7 Jul 2006 17:30:11 -0700 (PDT) From: Peter Thoenen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/99900: [UPDATE] security/tor-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eol1@yahoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 00:40:20 -0000 >Number: 99900 >Category: ports >Synopsis: update security/tor-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 00:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Peter Thoenen >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: >Environment: >Description: Update to current release. Fix some minor bugs while I am at it with my rc.substr . --0-33696730-1152318611=:38901 Content-Type: application/octet-stream; name="tor-devel.diff.orig" Content-Transfer-Encoding: base64 Content-Description: 430434759-tor-devel.diff.orig Content-Disposition: attachment; filename="tor-devel.diff.orig" ZGlmZiAtcnVOIHRvci1kZXZlbC5vcmlnL01ha2VmaWxlIHRvci1kZXZlbC9N YWtlZmlsZQotLS0gdG9yLWRldmVsLm9yaWcvTWFrZWZpbGUJVGh1IEp1bCAg NiAwNjo1MDoyMyAyMDA2CisrKyB0b3ItZGV2ZWwvTWFrZWZpbGUJVGh1IEp1 bCAgNiAwNjo1MDozMiAyMDA2CkBAIC02LDcgKzYsNyBAQAogIwogCiBQT1JU TkFNRT0JdG9yCi1QT1JUVkVSU0lPTj0JMC4xLjEuMjEKK1BPUlRWRVJTSU9O PQkwLjEuMS4yMgogQ0FURUdPUklFUz0Jc2VjdXJpdHkgbmV0CiBNQVNURVJf U0lURVM9CWh0dHA6Ly90b3IuZWZmLm9yZy9kaXN0LyBcCiAJCWh0dHA6Ly9t aXJyb3Iub25pb25sYW5kLm9yZy9kaXN0LwpkaWZmIC1ydU4gdG9yLWRldmVs Lm9yaWcvZGlzdGluZm8gdG9yLWRldmVsL2Rpc3RpbmZvCi0tLSB0b3ItZGV2 ZWwub3JpZy9kaXN0aW5mbwlUaHUgSnVsICA2IDA2OjUwOjIzIDIwMDYKKysr IHRvci1kZXZlbC9kaXN0aW5mbwlUaHUgSnVsICA2IDA2OjUwOjUwIDIwMDYK QEAgLTEsMyArMSwzIEBACi1NRDUgKHRvci0wLjEuMS4yMS50YXIuZ3opID0g N2VlYThkYmIyMTVkNzcxZDI3NWZiNDJhMDZmMzhlNzYKLVNIQTI1NiAodG9y LTAuMS4xLjIxLnRhci5neikgPSAzYjg0NDljMTQ4OGVmODI4NTdiNDIxNDRj ZjkxOWEzYzZjZjFhYWNkMTY1MDY1OTA0ZDhlNjJiYzlhOGI0NDM3Ci1TSVpF ICh0b3ItMC4xLjEuMjEudGFyLmd6KSA9IDgzMzgzOQorTUQ1ICh0b3ItMC4x LjEuMjIudGFyLmd6KSA9IGMxNzA2ZjQ2YTk2Y2M3NDkxZmY0OGU0MWJlM2Mz ZDBhCitTSEEyNTYgKHRvci0wLjEuMS4yMi50YXIuZ3opID0gY2IxNWYxNTJj Y2MxZjkzOWE3YzBlYWM0MjQxMTA5MGYzMzllMzNiMzA1NjNkMTZlMGRlN2Qz ZjNiODRjZTAxMQorU0laRSAodG9yLTAuMS4xLjIyLnRhci5neikgPSA4NDEy OTYKZGlmZiAtcnVOIHRvci1kZXZlbC5vcmlnL2ZpbGVzL3Rvci5pbiB0b3It ZGV2ZWwvZmlsZXMvdG9yLmluCi0tLSB0b3ItZGV2ZWwub3JpZy9maWxlcy90 b3IuaW4JVGh1IEp1bCAgNiAwNjo1MDoyMyAyMDA2CisrKyB0b3ItZGV2ZWwv ZmlsZXMvdG9yLmluCUZyaSBKdWwgIDcgMTE6NDc6MTcgMjAwNgpAQCAtNiw3 ICs2LDkgQEAKICMgUkVRVUlSRTogTkVUV09SS0lORyBTRVJWRVJTIFVTUgog IyBCRUZPUkU6IExPR0lOCiAjCi0jIEFkZCB0aGUgZm9sbG93aW5nIGxpbmVz IHRvIC9ldGMvcmMuY29uZiB0byBlbmFibGUgdG9yCisjIEFkZCB0aGUgZm9s bG93aW5nIGxpbmVzIHRvIC9ldGMvcmMuY29uZiB0byBlbmFibGUgdG9yLgor IyBBbGwgdGhlc2Ugb3B0aW9ucyB3aWxsIG92ZXJpZGUgYW55IHNldHRpbmdz IGluIHlvdXIgbG9jYWwgdG9ycmMgYXMKKyMgdGhleSBhcmUgY29tbWFuZCBs aW5lIG9wdGlvbnMuCiAjCiAjIHRvcl9lbmFibGUgKGJvb2wpOglTZXQgdG8g Ik5PIiBieSBkZWZhdWx0CiAjCQkJU2V0IGl0IHRvICJZRVMiIHRvIGVuYWJs ZSB0b3IKQEAgLTE1LDggKzE3LDcgQEAKICMgdG9yX3VzZXIgKHN0cik6CVRv ciBEYWVtb24gdXNlci4gRGVmYXVsdCBfdG9yCiAjIHRvcl9ncm91cCAoc3Ry KToJVG9yIERhZW1vbiBncm91cC4gRGVmYXVsdCBfdG9yCiAjIHRvcl9kYXRh ZGlyIChzdHIpOglUb3IgRGF0YURpci4gIERlZmF1bHRzIC92YXIvZGIvdG9y Ci0jIAkJCVRoaXMgd2lsbCBvdmVyaWRlIHlvdXIgdG9ycmMgYXMgaXQgaXMK LSMgCQkJYSBjb21tYW5kIGxpbmUgb3B0aW9uLgorIyB0b3JfbG9nZmlsZSAo c3RyKToJVG9yIExvZyBGaWxlLiAgRGVmYXVsdHMgL3Zhci9sb2cvdG9yCiAj CiAKIC4gJSVSQ19TVUJSJSUKQEAgLTM2LDggKzM3LDkgQEAKIAogcmVxdWly ZWRfZmlsZXM9JHt0b3JfY29uZn0KIHJlcXVpcmVkX2RpcnM9JHt0b3JfZGF0 YWRpcn0KK3BpZGZpbGU9JHt0b3JfcGlkZmlsZX0KIGNvbW1hbmQ9IiUlUFJF RklYJSUvYmluLyR7bmFtZX0iCi1jb21tYW5kX2FyZ3M9Ii1mICR7dG9yX2Nv bmZ9IC0tcGlkZmlsZSAke3Rvcl9waWRmaWxlfSAtLXJ1bmFzZGFlbW9uIDEg LS1kYXRhZGlyZWN0b3J5ICR7dG9yX2RhdGFkaXJ9IC0tdXNlciAke3Rvcl91 c2VyfSAtLWdyb3VwICR7dG9yX2dyb3VwfSIKK2NvbW1hbmRfYXJncz0iLWYg JHt0b3JfY29uZn0gLS1waWRmaWxlICR7dG9yX3BpZGZpbGV9IC0tcnVuYXNk YWVtb24gMSAtLWRhdGFkaXJlY3RvcnkgJHt0b3JfZGF0YWRpcn0gLS11c2Vy ICR7dG9yX3VzZXJ9IC0tZ3JvdXAgJHt0b3JfZ3JvdXB9IC0tbG9nICdub3Rp Y2UgZmlsZSAke3Rvcl9sb2dmaWxlfSciCiBleHRyYV9jb21tYW5kcz0ibG9n IgogbG9nX2NtZD0iJHtuYW1lfV9sb2ciCiAK --0-33696730-1152318611=:38901-- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: --0-33696730-1152318611=:38901 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 01:00:38 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 96A6516A514 for ; Sat, 8 Jul 2006 01:00:38 +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 71D8143D4C for ; Sat, 8 Jul 2006 01: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 k6810bJb029721 for ; Sat, 8 Jul 2006 01:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6810bpw029720; Sat, 8 Jul 2006 01:00:37 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 01:00:37 GMT Resent-Message-Id: <200607080100.k6810bpw029720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scott Flatman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CCDD16A4DF for ; Sat, 8 Jul 2006 00:54:09 +0000 (UTC) (envelope-from sf@slappy.org) Received: from slappy.org (w170.z064220053.nyc-ny.dsl.cnc.net [64.220.53.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB7643D45 for ; Sat, 8 Jul 2006 00:54:08 +0000 (GMT) (envelope-from sf@slappy.org) Received: from pool-71-111-148-76.ptldor.dsl-w.verizon.net ([71.111.148.76] helo=[192.168.1.2]) by slappy.org with asmtp (Exim 3.35 #1) id 1Fz14u-0006fh-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Jul 2006 17:53:48 -0700 Message-Id: <44AF020F.1050507@slappy.org> Date: Fri, 07 Jul 2006 17:53:35 -0700 From: Scott Flatman To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/99901: Maintainer Update: biology/avida X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 01:00:38 -0000 >Number: 99901 >Category: ports >Synopsis: Adopt port. Update 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: Sat Jul 08 01:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD emerald.foo.kom 6.1-STABLE FreeBSD 6.1-STABLE #28: Sat Jul 1 17:22:41 PDT 2006 sf@emerald.foo.kom:/home/obj/home/src6s/sys/EMERALD12 i386 >Description: Adopt port. Update version. >How-To-Repeat: >Fix: -*- avida patch begins here -*- diff -ruN avida.orig/Makefile avida/Makefile --- avida.orig/Makefile Sun May 28 12:07:36 2006 +++ avida/Makefile Fri Jul 7 17:43:10 2006 @@ -6,50 +6,47 @@ # PORTNAME= avida -PORTVERSION= 2.0b7 +PORTVERSION= 2.4.3 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sf@slappy.org COMMENT= Avida is an auto-adaptive genetic system designed for ALife research -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-standard-prefix --datadir=${DATADIR} --enable-viewer -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_PERL5_BUILD= yes - -.if !defined(WITHOUT_QT) -BUILD_DEPENDS+= qmake:${PORTSDIR}/devel/qmake -USE_QT_VER= 3 -CONFIGURE_ARGS+= --enable-qt-viewer -CONFIGURE_ENV+= QTDIR="${LOCALBASE}" -MAKE_ENV+= QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" \ - QTDIR="${X11BASE}" -PLIST_SUB= QT="" -.else -PLIST_SUB= QT="@comment " -.endif - -DIR2FIX= source/main/functional_testsuites/default.md5sum/genesis \ - source/main/functional_testsuites/default.tail/genesis \ - source/main/functional_testsuites/tedious.tail/genesis \ - source/qt-viewer/setup_genesis.cc source/support/genesis \ - source/support/genesis.4stack source/main/config.cc source/defs.hh - -pre-configure: -.for src in ${DIR2FIX} - @${REINPLACE_CMD} -e "s|../work/|${DATADIR}/|" ${WRKSRC}/${src} -.endfor -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e "s|SUBDIRS = source doc|SUBDIRS = source|" \ - ${WRKSRC}/Makefile.in -.endif +BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake + +CMAKE_ARGS= -DPROJECT_BINARY_DIR=${WRKSRC}/build/work \ + -DAVD_CONSISTENCY_TEST_PRIMITIVE:BOOL=OFF \ + -DAVD_GUI_NCURSES:BOOL=ON \ + -DAVD_PRIMITIVE:BOOL=ON \ + -DAVD_UNIT_TESTS:BOOL=OFF\ + -DCMAKE_BUILD_TYPE:STRING=Release + +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-build: + @(cd ${BUILD_WRKSRC}; \ + mkdir -p build build/work; \ + cd build; \ + cmake ${CMAKE_ARGS} ..; \ + make) + +do-install: + @(cd ${BUILD_WRKSRC}; \ + cd build; \ + make install) -.if !defined(WITHOUT_QT) post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/work/qt-viewer ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/${PORTNAME} + (cd ${WRKSRC}/build/work/work; \ + ${INSTALL_PROGRAM} AvidaConsole ${PREFIX}/bin; \ + ${INSTALL_PROGRAM} task_event_gen ${PREFIX}/bin; \ + ${INSTALL_DATA} analyze.cfg environment.cfg events.cfg genesis genesis.4stack inst_set.4stack inst_set.default organism.default ${PREFIX}/share/${PORTNAME} ) +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + (cp -RP ${WRKSRC}/documentation/ ${PREFIX}/share/doc/${PORTNAME}) .endif .include diff -ruN avida.orig/distinfo avida/distinfo --- avida.orig/distinfo Fri Dec 9 20:57:33 2005 +++ avida/distinfo Fri Jul 7 17:43:10 2006 @@ -1,3 +1,3 @@ -MD5 (avida-2.0b7.tar.gz) = 908985c3f54e19e003e6e744a941b3cb -SHA256 (avida-2.0b7.tar.gz) = f8a7ff62f4cc6cbd34833785b7bf8af591ece7a9c595ede211ed5745ad776a6f -SIZE (avida-2.0b7.tar.gz) = 829131 +MD5 (avida-src-2.4.3.tar.gz) = 44c3f1df0fe5d62a08cb0a64dc9c5ac2 +SHA256 (avida-src-2.4.3.tar.gz) = 4a883138d9da57c99defe521de96e7851f453e1a003c978a6dbb178c8a51ba11 +SIZE (avida-src-2.4.3.tar.gz) = 1725948 diff -ruN avida.orig/files/patch-ab avida/files/patch-ab --- avida.orig/files/patch-ab Sat Apr 20 08:17:46 2002 +++ avida/files/patch-ab Wed Dec 31 16:00:00 1969 @@ -1,10 +0,0 @@ ---- source/main/fitness_matrix.hh.orig Thu Apr 18 08:54:04 2002 -+++ source/main/fitness_matrix.hh Thu Apr 18 08:54:15 2002 -@@ -7,6 +7,7 @@ - #include - #include - #include -+#include - #include - - #include "../cpu/cpu.hh" diff -ruN avida.orig/files/patch-configure avida/files/patch-configure --- avida.orig/files/patch-configure Fri May 21 06:24:56 2004 +++ avida/files/patch-configure Wed Dec 31 16:00:00 1969 @@ -1,20 +0,0 @@ ---- configure.orig Thu Oct 16 19:31:57 2003 -+++ configure Sun May 9 09:54:12 2004 -@@ -3488,7 +3488,7 @@ - enableval="$enable_debug" - CPPFLAGS="-g -Wall -pedantic -DDEBUG"; qmake_debug="debug" - else -- CPPFLAGS="-O3 -ffast-math"; qmake_debug="release" -+ CPPFLAGS+="-ffast-math"; qmake_debug="release" - fi; - - # Check whether --enable-gnu-debug or --disable-gnu-debug was given. -@@ -3545,7 +3545,7 @@ - CPPFLAGS="${CPPFLAGS} -pedantic" - fi; - --htmldir='${datadir}/doc_html' -+htmldir='${prefix}/share/doc/avida' - HTMLDIR=${htmldir} - - # Check whether --enable-primitive or --disable-primitive was given. diff -ruN avida.orig/files/patch-source::main::config.cc avida/files/patch-source::main::config.cc --- avida.orig/files/patch-source::main::config.cc Fri May 21 06:24:56 2004 +++ avida/files/patch-source::main::config.cc Wed Dec 31 16:00:00 1969 @@ -1,23 +0,0 @@ ---- ./source/main/config.cc.orig Thu Oct 16 18:15:17 2003 -+++ ./source/main/config.cc Mon May 10 20:39:45 2004 -@@ -132,15 +132,15 @@ - - file_group->Add(default_dir, DEFAULT_DIR, "DEFAULT_DIR", - "Directory in which config files are found"); -- file_group->Add(inst_filename, "inst_set.default", "INST_SET", -+ file_group->Add(inst_filename, "../work/inst_set.default", "INST_SET", - "File containing instruction set"); -- file_group->Add(event_filename, "events.cfg", "EVENT_FILE", -+ file_group->Add(event_filename, "../work/events.cfg", "EVENT_FILE", - "File containing list of events during run"); -- file_group->Add(analyze_filename, "analyze.cfg", "ANALYZE_FILE", -+ file_group->Add(analyze_filename, "../work/analyze.cfg", "ANALYZE_FILE", - "File used for analysis mode"); -- file_group->Add(env_filename, "environment.cfg", "ENVIRONMENT_FILE", -+ file_group->Add(env_filename, "../work/environment.cfg", "ENVIRONMENT_FILE", - "File that describes the environment"); -- file_group->Add(start_creature, "organism.default", "START_CREATURE", -+ file_group->Add(start_creature, "../work/organism.default", "START_CREATURE", - "Organism to seed the soup"); - - // Reproduction group. diff -ruN avida.orig/files/patch-source::support::genesis avida/files/patch-source::support::genesis --- avida.orig/files/patch-source::support::genesis Fri May 21 06:24:56 2004 +++ avida/files/patch-source::support::genesis Wed Dec 31 16:00:00 1969 @@ -1,19 +0,0 @@ ---- source/support/genesis.orig Thu Oct 16 02:45:16 2003 -+++ source/support/genesis Sun May 9 23:40:24 2004 -@@ -22,11 +22,11 @@ - - ### Configuration Files ### - DEFAULT_DIR ../work/ # Directory in which config files are found --INST_SET inst_set.default # File containing instruction set --EVENT_FILE events.cfg # File containing list of events during run --ANALYZE_FILE analyze.cfg # File used for analysis mode --ENVIRONMENT_FILE environment.cfg # File that describes the environment --START_CREATURE organism.default # Organism to seed the soup -+INST_SET ../work/inst_set.default # File containing instruction set -+EVENT_FILE ../work/events.cfg # File containing list of events during run -+ANALYZE_FILE ../work/analyze.cfg # File used for analysis mode -+ENVIRONMENT_FILE ../work/environment.cfg # File that describes the environment -+START_CREATURE ../work/organism.default # Organism to seed the soup - - ### Reproduction ### - BIRTH_METHOD 4 # 0 = Replace random organism in neighborhood diff -ruN avida.orig/files/patch-source::tools::data_entry.hh avida/files/patch-source::tools::data_entry.hh --- avida.orig/files/patch-source::tools::data_entry.hh Sat Sep 18 01:12:28 2004 +++ avida/files/patch-source::tools::data_entry.hh Wed Dec 31 16:00:00 1969 @@ -1,44 +0,0 @@ ---- source/tools/data_entry.hh.orig Fri Sep 17 16:43:13 2004 -+++ source/tools/data_entry.hh Fri Sep 17 16:45:30 2004 -@@ -94,19 +94,19 @@ - DataSet(_funS), DataCompare(_funC) { ; } - - bool Print(std::ostream & fp) const { -- if (target == NULL) return false; -- fp << (target->*DataRetrieval)(); -+ if (this->target == NULL) return false; -+ fp << (this->target->*DataRetrieval)(); - return true; - } - - //int Compare(T * other) const { return (target->*DataCompare)(other); } - int Compare(T * other) const { -- return (DataCompare)?((target->*DataCompare)(other)):(0); -+ return (DataCompare)?((this->target->*DataCompare)(other)):(0); - } - bool Set(const cString & value) { - OUT new_value(0); - if (DataSet == 0) return false; -- (target->*DataSet)( cStringUtil::Convert(value, new_value) ); -+ (this->target->*DataSet)( cStringUtil::Convert(value, new_value) ); - return true; - } - }; -@@ -128,14 +128,14 @@ - DataRetrieval(_funR), DataCompare(_funC), arg(_arg) { ; } - - bool Print(std::ostream & fp) const { -- if (target == NULL) return false; -- fp << (target->*DataRetrieval)(arg); -+ if (this->target == NULL) return false; -+ fp << (this->target->*DataRetrieval)(arg); - return true; - } - - //int Compare(T * other) const { return (target->*DataCompare)(other, arg); } - int Compare(T * other) const { -- return (DataCompare)?((target->*DataCompare)(other, arg)):(0); -+ return (DataCompare)?((this->target->*DataCompare)(other, arg)):(0); - } - }; - diff -ruN avida.orig/pkg-plist avida/pkg-plist --- avida.orig/pkg-plist Mon May 10 12:26:42 2004 +++ avida/pkg-plist Fri Jul 7 17:43:10 2006 @@ -1,79 +1,6 @@ -bin/primitive -%%QT%%bin/qt-viewer -bin/viewer +bin/AvidaConsole +bin/task_event_gen %%DATADIR%%/analyze.cfg -%%PORTDOCS%%%%DOCSDIR%%/analyze_mode.html -%%PORTDOCS%%%%DOCSDIR%%/analyze_samples.html -%%PORTDOCS%%%%DOCSDIR%%/code_c++_intro.html -%%PORTDOCS%%%%DOCSDIR%%/code_death_birth.html -%%PORTDOCS%%%%DOCSDIR%%/code_environment.html -%%PORTDOCS%%%%DOCSDIR%%/code_events.html -%%PORTDOCS%%%%DOCSDIR%%/code_genesis.html -%%PORTDOCS%%%%DOCSDIR%%/code_genome.html -%%PORTDOCS%%%%DOCSDIR%%/code_init_file.html -%%PORTDOCS%%%%DOCSDIR%%/code_instruction.html -%%PORTDOCS%%%%DOCSDIR%%/code_life_cycle.html -%%PORTDOCS%%%%DOCSDIR%%/code_task.html -%%PORTDOCS%%%%DOCSDIR%%/cpu2.gif -%%PORTDOCS%%%%DOCSDIR%%/cpu_tour.html -%%PORTDOCS%%%%DOCSDIR%%/cvs.html -%%PORTDOCS%%%%DOCSDIR%%/devel.html -%%PORTDOCS%%%%DOCSDIR%%/environment.html -%%PORTDOCS%%%%DOCSDIR%%/events.html -%%PORTDOCS%%%%DOCSDIR%%/genesis.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/components.help -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Bitwise.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.CPU-cycle.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.CPU.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Complement-Template.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Genome.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Genotype.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Heads.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.IO.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Input-Output.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Instruction.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Logic.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Memory.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Mutation.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Nop-Head-Notation.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Nop-Register-Notation.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Organism.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Population.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Registers.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Stack.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Tasks.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.Template.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.add.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.dec.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.h-alloc.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.h-copy.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.h-divide.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.h-search.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.if-label.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.if-less.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.if-n-equ.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.inc.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.jmp-head.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.mov-head.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.nand.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.nop-instructions.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.pop.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.push.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.set-flow.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.shift-l.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.shift-r.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.sub.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.swap-stk.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/help.swap.html -%%PORTDOCS%%%%DOCSDIR%%/glossary/inst.help -%%PORTDOCS%%%%DOCSDIR%%/glossary/notations.help -%%PORTDOCS%%%%DOCSDIR%%/glossary/todo.help -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/inst_set.html -%%PORTDOCS%%%%DOCSDIR%%/level_map.html -%%PORTDOCS%%%%DOCSDIR%%/print_data.html -%%PORTDOCS%%%%DOCSDIR%%/screen.html -%%PORTDOCS%%%%DOCSDIR%%/structure.html %%DATADIR%%/environment.cfg %%DATADIR%%/events.cfg %%DATADIR%%/genesis @@ -81,10 +8,115 @@ %%DATADIR%%/inst_set.4stack %%DATADIR%%/inst_set.default %%DATADIR%%/organism.default -%%DATADIR%%/preset_organisms/dummy -%%DATADIR%%/preset_organisms/organism.4stack -%%DATADIR%%/preset_organisms/organism.parasite -@dirrm %%DATADIR%%/preset_organisms -%%PORTDOCS%%@dirrm %%DOCSDIR%%/glossary -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/content/using/CMakeLists.txt +%%PORTDOCS%%%%DOCSDIR%%/content/using/analyze_mode.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/analyze_samples.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_c++_intro.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_death_birth.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_environment.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_events.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_genesis.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_genome.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_init_file.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_instruction.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_life_cycle.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/code_task.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/cpu2.gif +%%PORTDOCS%%%%DOCSDIR%%/content/using/cpu_tour.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/cvs.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/devel.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/environment.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/events.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/genesis.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/CMakeLists.txt +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/components.help +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Bitwise.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.CPU-cycle.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.CPU.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Complement-Template.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Genome.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Genotype.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Heads.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.IO.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Input-Output.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Instruction.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Logic.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Memory.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Mutation.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Nop-Head-Notation.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Nop-Register-Notation.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Organism.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Population.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Registers.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Stack.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Tasks.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.Template.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.add.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.dec.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.h-alloc.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.h-copy.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.h-divide.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.h-search.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.if-label.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.if-less.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.if-n-equ.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.inc.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.jmp-head.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.mov-head.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.nand.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.nop-instructions.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.pop.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.push.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.set-flow.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.shift-l.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.shift-r.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.sub.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.swap-stk.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/help.swap.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/inst.help +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/notations.help +%%PORTDOCS%%%%DOCSDIR%%/content/using/glossary/todo.help +%%PORTDOCS%%%%DOCSDIR%%/content/using/index.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/inst_set.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/level_map.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/print_data.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/screen.html +%%PORTDOCS%%%%DOCSDIR%%/content/using/structure.html +%%PORTDOCS%%%%DOCSDIR%%/forrest/README.txt +%%PORTDOCS%%%%DOCSDIR%%/forrest/classes/CatalogManager.properties +%%PORTDOCS%%%%DOCSDIR%%/forrest/skinconf.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/langcode.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/languages_en.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/languages_es.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_af.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_de.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_es.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_it.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_no.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_ru.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/menu_sk.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/tabs.xml +%%PORTDOCS%%%%DOCSDIR%%/forrest/translations/tabs_es.xml +%%PORTDOCS%%%%DOCSDIR%%/xdocs/admin/index.xml +%%PORTDOCS%%%%DOCSDIR%%/xdocs/admin/third-party-osx.xml +%%PORTDOCS%%%%DOCSDIR%%/xdocs/admin/third-party-win32.xml +%%PORTDOCS%%%%DOCSDIR%%/xdocs/images/group-logo.gif +%%PORTDOCS%%%%DOCSDIR%%/xdocs/images/group.svg +%%PORTDOCS%%%%DOCSDIR%%/xdocs/images/icon.png +%%PORTDOCS%%%%DOCSDIR%%/xdocs/images/project-logo.gif +%%PORTDOCS%%%%DOCSDIR%%/xdocs/images/project.svg +%%PORTDOCS%%%%DOCSDIR%%/xdocs/index.xml +%%PORTDOCS%%%%DOCSDIR%%/xdocs/site.xml +%%PORTDOCS%%%%DOCSDIR%%/xdocs/tabs.xml +@dirrm %%PORTDOCS%%%%DOCSDIR%%/xdocs/images +@dirrm %%PORTDOCS%%%%DOCSDIR%%/xdocs/admin +@dirrm %%PORTDOCS%%%%DOCSDIR%%/xdocs +@dirrm %%PORTDOCS%%%%DOCSDIR%%/forrest/translations +@dirrm %%PORTDOCS%%%%DOCSDIR%%/forrest/classes +@dirrm %%PORTDOCS%%%%DOCSDIR%%/forrest +@dirrm %%PORTDOCS%%%%DOCSDIR%%/content/using/glossary +@dirrm %%PORTDOCS%%%%DOCSDIR%%/content/using +@dirrm %%PORTDOCS%%%%DOCSDIR%%/content +@dirrm %%PORTDOCS%%%%DOCSDIR%% @dirrm %%DATADIR%% -*- avida patch ends here -*- --------------080703020500020304020709-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------080703020500020304020709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------080703020500020304020709 Content-Type: text/plain; name="avida" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="avida" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 01:40:23 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 AF0E516A4DA for ; Sat, 8 Jul 2006 01:40:23 +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 65C3743D45 for ; Sat, 8 Jul 2006 01:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k681eNYR032369 for ; Sat, 8 Jul 2006 01:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k681eNcB032368; Sat, 8 Jul 2006 01:40:23 GMT (envelope-from gnats) Date: Sat, 8 Jul 2006 01:40:23 GMT Message-Id: <200607080140.k681eNcB032368@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Thomas Abthorpe" Cc: Subject: Re: ports/97958: update to net-mgmt/arpwatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Abthorpe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 01:40:23 -0000 The following reply was made to PR ports/97958; it has been noted by GNATS. From: "Thomas Abthorpe" To: , Cc: Subject: Re: ports/97958: update to net-mgmt/arpwatch Date: Fri, 7 Jul 2006 21:34:33 -0400 This PR can be closed. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 01:45:53 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 14C9C16A4DF; Sat, 8 Jul 2006 01:45:53 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C179E43D45; Sat, 8 Jul 2006 01:45:52 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k681jq1v032533; Sat, 8 Jul 2006 01:45:52 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k681jqNw032529; Sat, 8 Jul 2006 01:45:52 GMT (envelope-from clsung) Date: Sat, 8 Jul 2006 01:45:52 GMT From: Cheng-Lung Sung Message-Id: <200607080145.k681jqNw032529@freefall.freebsd.org> To: vs@FreeBSD.org, matt@efs.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/97958: update to net-mgmt/arpwatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 01:45:53 -0000 Synopsis: update to net-mgmt/arpwatch State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Sat Jul 8 01:44:59 UTC 2006 State-Changed-Why: Superceded by ports/99884. http://www.freebsd.org/cgi/query-pr.cgi?pr=97958 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 02:00:38 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 9230A16A4DE for ; Sat, 8 Jul 2006 02:00:38 +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 3544343D45 for ; Sat, 8 Jul 2006 02: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 k6820aWf032919 for ; Sat, 8 Jul 2006 02: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 k6820a9o032913; Sat, 8 Jul 2006 02:00:36 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 02:00:36 GMT Resent-Message-Id: <200607080200.k6820a9o032913@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9917816A4DA for ; Sat, 8 Jul 2006 01:50:38 +0000 (UTC) (envelope-from tabthorpe@stthomasanglican.org) Received: from tbaytel.net (front2-nwconx.tbaytel.net [216.211.26.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B3E43D4C for ; Sat, 8 Jul 2006 01:50:37 +0000 (GMT) (envelope-from tabthorpe@stthomasanglican.org) Received: from stjames.stthomasanglican.org ([216.211.70.197] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 53623542; Fri, 07 Jul 2006 21:50:36 -0400 Received: from stjames.stthomasanglican.org (localhost [127.0.0.1]) by stjames.stthomasanglican.org (8.13.7/8.13.7) with ESMTP id k681nuiT030409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Jul 2006 21:49:57 -0400 (EDT) (envelope-from tabthorpe@stjames.stthomasanglican.org) Received: (from tabthorpe@localhost) by stjames.stthomasanglican.org (8.13.7/8.13.7/Submit) id k681nu9J030408; Fri, 7 Jul 2006 21:49:56 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200607080149.k681nu9J030408@stjames.stthomasanglican.org> Date: Fri, 7 Jul 2006 21:49:56 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tabthorpe@goodking.ca Subject: ports/99902: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 02:00:38 -0000 >Number: 99902 >Category: ports >Synopsis: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 02:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #27: Sat Jun 24 23:38:22 EDT 2006 >Description: - change pkg-descr - add mirror site - set prefered maintainer address. Port maintainer (tabthorpe@goodking.ca) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- arpwatch-2.1.a14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 7 Jul 2006 17:51:28 -0000 1.41 +++ Makefile 8 Jul 2006 01:46:38 -0000 @@ -8,10 +8,11 @@ PORTNAME= arpwatch PORTVERSION= 2.1.a14 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.ee.lbl.gov/ +MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ + http://www.goodking.ca/pub/files/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/\1/} -MAINTAINER= tabthorpe@goodking.ca +MAINTAINER= thomas@goodking.ca COMMENT= Monitor arp & rarp requests CONFLICTS= arpwatch-devel-2.* Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net-mgmt/arpwatch/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 6 Apr 2001 23:35:47 -0000 1.3 +++ pkg-descr 8 Jul 2006 01:46:38 -0000 @@ -1,21 +1,5 @@ -ARPWATCH 2.0 -Lawrence Berkeley National Laboratory -Network Research Group -arpwatch@ee.lbl.gov -ftp://ftp.ee.lbl.gov/arpwatch.tar.Z +The package contains tools that monitors ethernet activity and +maintains a database of ethernet/ip address pairings. It also reports +certain changes via email. -This directory contains source code for arpwatch and arpsnmp, tools -that monitors ethernet activity and maintain a database of ethernet/ip -address pairings. It also reports certain changes via email. - -Arpsnmp has the same database features of arpwatch but relies on an -external agent to collect the arp data. This distribution contains a -script, arpfetch, that uses snmpwalk from the CMU SNMP package. This -package is available from: - - ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z - -It should be trivial to adaptive the output of any snmp query program -for use with arpsnmp. - -Please send bugs and comments to arpwatch@ee.lbl.gov. +Author: arpwatch@ee.lbl.gov WWW: http://ee.lbl.gov/ --- arpwatch-2.1.a14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 02:00: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 2FEED16A4DE; Sat, 8 Jul 2006 02:00:46 +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 C0B4D43D49; Sat, 8 Jul 2006 02:00:45 +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 k6820jX9033056; Sat, 8 Jul 2006 02:00:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6820jRs033052; Sat, 8 Jul 2006 02:00:45 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 02:00:45 GMT From: Edwin Groothuis Message-Id: <200607080200.k6820jRs033052@freefall.freebsd.org> To: thomas@goodking.ca, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99902: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 02:00:46 -0000 Synopsis: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jul 8 02:00:45 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99902 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 02:11:08 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 5AFE616A4DE; Sat, 8 Jul 2006 02:11:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E2043D49; Sat, 8 Jul 2006 02:11:08 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k682B7Pb033438; Sat, 8 Jul 2006 02:11:07 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k682B7I9033434; Sat, 8 Jul 2006 02:11:07 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 02:11:07 GMT From: Rong-En Fan Message-Id: <200607080211.k682B7I9033434@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99901: Adopt port. Update version. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 02:11:08 -0000 Synopsis: Adopt port. Update version. Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 02:10:58 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99901 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 02:11:57 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 F2C6216A4E1; Sat, 8 Jul 2006 02:11:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB29843D45; Sat, 8 Jul 2006 02:11:56 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k682Bu30033484; Sat, 8 Jul 2006 02:11:56 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k682BuDU033480; Sat, 8 Jul 2006 02:11:56 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 02:11:56 GMT From: Rong-En Fan Message-Id: <200607080211.k682BuDU033480@freefall.freebsd.org> To: tabthorpe@goodking.ca, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99902: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 02:11:57 -0000 Synopsis: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 02:11:11 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99902 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 04: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 43E6D16A4E0 for ; Sat, 8 Jul 2006 04: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 6B9DF43D5C for ; Sat, 8 Jul 2006 04:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k684AHuB044631 for ; Sat, 8 Jul 2006 04:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k684AHYM044630; Sat, 8 Jul 2006 04:10:17 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 04:10:17 GMT Resent-Message-Id: <200607080410.k684AHYM044630@freefall.freebsd.org> 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 Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC4816A4E2 for ; Sat, 8 Jul 2006 04:09:35 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79ADB43D5D for ; Sat, 8 Jul 2006 04:09:25 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm68aec.bellsouth.net ([68.209.153.178]) by imf24aec.mail.bellsouth.net with ESMTP id <20060708040925.FLAS4320.imf24aec.mail.bellsouth.net@ibm68aec.bellsouth.net> for ; Sat, 8 Jul 2006 00:09:25 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm68aec.bellsouth.net with ESMTP id <20060708040919.IOQA19712.ibm68aec.bellsouth.net@Laptop.mine.box>; Sat, 8 Jul 2006 00:09:19 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k67MeEqR000980; Fri, 7 Jul 2006 17:44:44 -0500 (CDT) (envelope-from alex@localhost.my.domain) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k67MeBGf000979; Fri, 7 Jul 2006 17:40:11 -0500 (CDT) (envelope-from alex) Message-Id: <200607072240.k67MeBGf000979@Laptop.mine.box> Date: Fri, 7 Jul 2006 17:40:11 -0500 (CDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alex@foxybanana.com Subject: ports/99904: [PATCH] audio/gxmms2: update to 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 04:10:20 -0000 >Number: 99904 >Category: ports >Synopsis: [PATCH] audio/gxmms2: update to 0.6.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: Sat Jul 08 04:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Update to 0.6.3 >How-To-Repeat: >Fix: --- gxmms2-0.6.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/gxmms2/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 26 Apr 2006 07:25:42 -0000 1.5 +++ Makefile 7 Jul 2006 22:40:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gxmms2 -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= audio MASTER_SITES= http://wejp.k.vu/projects/xmms2/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/gxmms2/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 1 Apr 2006 03:57:54 -0000 1.2 +++ distinfo 7 Jul 2006 22:40:08 -0000 @@ -1,3 +1,3 @@ -MD5 (gxmms2-0.6.2.tar.gz) = 90dc746423db201b40a7d9a950a6d000 -SHA256 (gxmms2-0.6.2.tar.gz) = fb12772dc8a4de9d715161923490774b2842514ee88735b1c661185bb52bd1fc -SIZE (gxmms2-0.6.2.tar.gz) = 71874 +MD5 (gxmms2-0.6.3.tar.gz) = 5f31e1624559ee89ad5ab79550c995b0 +SHA256 (gxmms2-0.6.3.tar.gz) = c72043f576f727cb67bba1747e3f4ae65f876a94ab76c7cc5c15f012d379e36b +SIZE (gxmms2-0.6.3.tar.gz) = 75117 --- gxmms2-0.6.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 04:36:48 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 49DD316A4E0; Sat, 8 Jul 2006 04:36:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06BC243D45; Sat, 8 Jul 2006 04:36:48 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k684alGS047566; Sat, 8 Jul 2006 04:36:47 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k684alGV047562; Sat, 8 Jul 2006 04:36:47 GMT (envelope-from clsung) Date: Sat, 8 Jul 2006 04:36:47 GMT From: Cheng-Lung Sung Message-Id: <200607080436.k684alGV047562@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99904: [PATCH] audio/gxmms2: update to 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 04:36:48 -0000 Synopsis: [PATCH] audio/gxmms2: update to 0.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Sat Jul 8 04:36:47 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99904 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 05:20: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 C4B4616A4DE for ; Sat, 8 Jul 2006 05:20: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 4B01A43D4C for ; Sat, 8 Jul 2006 05:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k685KGKR049460 for ; Sat, 8 Jul 2006 05: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 k685KGkn049459; Sat, 8 Jul 2006 05:20:16 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 05:20:16 GMT Resent-Message-Id: <200607080520.k685KGkn049459@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F99616A4DA; Sat, 8 Jul 2006 05:16:34 +0000 (UTC) (envelope-from ahze@blueherron.ahze.net) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 909BE43D46; Sat, 8 Jul 2006 05:16:33 +0000 (GMT) (envelope-from ahze@blueherron.ahze.net) Received: from ibm70aec.bellsouth.net ([68.209.163.3]) by imf24aec.mail.bellsouth.net with ESMTP id <20060708051628.IDUL4320.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net>; Sat, 8 Jul 2006 01:16:28 -0400 Received: from blueherron.ahze.net ([68.209.163.3]) by ibm70aec.bellsouth.net with ESMTP id <20060708051453.ABK17578.ibm70aec.bellsouth.net@blueherron.ahze.net>; Sat, 8 Jul 2006 01:14:53 -0400 Received: (from root@localhost) by blueherron.ahze.net (8.13.6/8.13.6/Submit) id k681H7aq099599; Sat, 8 Jul 2006 01:17:07 GMT (envelope-from ahze) Message-Id: <200607080117.k681H7aq099599@blueherron.ahze.net> Date: Sat, 8 Jul 2006 01:17:07 GMT From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: maho@FreeBSD.org Subject: ports/99905: [PATCH] graphics/libEMF: fix build on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 05:20:17 -0000 >Number: 99905 >Category: ports >Synopsis: [PATCH] graphics/libEMF: fix build on sparc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 05:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: Fix build on sparc64 Port maintainer (maho@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libEMF-1.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/libemf/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 24 Nov 2004 01:56:23 -0000 1.5 +++ Makefile 8 Jul 2006 01:15:03 -0000 @@ -17,10 +17,6 @@ .include -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Index: files/patch-include+wine+winnt.h =================================================================== RCS file: /home/ncvs/ports/graphics/libemf/files/patch-include+wine+winnt.h,v retrieving revision 1.1 diff -u -r1.1 patch-include+wine+winnt.h --- files/patch-include+wine+winnt.h 17 Mar 2004 11:09:40 -0000 1.1 +++ files/patch-include+wine+winnt.h 8 Jul 2006 01:15:03 -0000 @@ -42,7 +42,7 @@ #endif /* __sparc__ */ + -+#if defined(__amd64__) || defined(__ia64__) || defined(__sparc64__) ++#if defined(__amd64__) || defined(__ia64__) +#define CONTEXT_FULL 1 +typedef struct _CONTEXT CONTEXT; +#endif --- libEMF-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 05:20: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 4895A16A4DA; Sat, 8 Jul 2006 05:20:24 +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 06D3443D46; Sat, 8 Jul 2006 05:20:24 +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 k685KNQ3049597; Sat, 8 Jul 2006 05:20:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k685KN8E049593; Sat, 8 Jul 2006 05:20:23 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 05:20:23 GMT From: Edwin Groothuis Message-Id: <200607080520.k685KN8E049593@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Cc: Subject: Re: ports/99905: [PATCH] graphics/libEMF: fix build on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 05:20:24 -0000 Synopsis: [PATCH] graphics/libEMF: fix build on sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 05:20:23 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99905 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 06:30: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 AD8D916A4DA for ; Sat, 8 Jul 2006 06:30: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 D0B3043D45 for ; Sat, 8 Jul 2006 06:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k686UEYq054255 for ; Sat, 8 Jul 2006 06:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k686UEWH054253; Sat, 8 Jul 2006 06:30:14 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 06:30:14 GMT Resent-Message-Id: <200607080630.k686UEWH054253@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takamichi Tateoka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 279CA16A4E7 for ; Sat, 8 Jul 2006 06:23:42 +0000 (UTC) (envelope-from tate@tateoka.org) Received: from leaf.mobile.tateoka.org (nat.tateoka.org [210.196.145.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5568443D70 for ; Sat, 8 Jul 2006 06:23:39 +0000 (GMT) (envelope-from tate@tateoka.org) Received: by leaf.mobile.tateoka.org (Postfix, from userid 9623) id 1A1B01549C5; Sat, 8 Jul 2006 15:07:34 +0900 (JST) Message-Id: <20060708060734.1A1B01549C5@leaf.mobile.tateoka.org> Date: Sat, 8 Jul 2006 15:07:34 +0900 (JST) From: Takamichi Tateoka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99906: namazu2 cannot work because MeCab.pm is not installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takamichi Tateoka List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 06:30:15 -0000 >Number: 99906 >Category: ports >Synopsis: namazu2 cannot work because MeCab.pm is not installed >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 06:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Takamichi Tateoka >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: none >Environment: System: FreeBSD leaf 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Fri Jul 7 00:03:00 JST 2006 root@:/usr/obj/usr/src/sys/GENERIC i386 Ports tree cvsupped at 2006/7/7 japanese/mecab and japanese/mecab-ipadic is already installed. >Description: mknmz command of ports/japanese/namazu2 stops because of lack of MeCab.pm >How-To-Repeat: % mknmz --indexing-lang=ja /some/directory Can't locate MeCab.pm in @INC (@INC contains: /usr/local/share/namazu/filter /usr/local/share/namazu/pl . /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8) at /usr/local/bin/mknmz line 958. % >Fix: MeCab.pm is distributed separated package mecab-perl-0.90.tar.gz, so it should be in ports tree or installed in namazu2. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08: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 49CBB16A50A for ; Sat, 8 Jul 2006 08: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 88A2443D77 for ; Sat, 8 Jul 2006 08:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6880mOi060141 for ; Sat, 8 Jul 2006 08:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6880mi7060140; Sat, 8 Jul 2006 08:00:48 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 08:00:48 GMT Resent-Message-Id: <200607080800.k6880mi7060140@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Varju Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61AB916A4DA for ; Sat, 8 Jul 2006 07:57:25 +0000 (UTC) (envelope-from Alex.Varju@webct.com) Received: from asterix.webct.com (asterix.webct.com [209.87.17.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D1C43D53 for ; Sat, 8 Jul 2006 07:57:24 +0000 (GMT) (envelope-from Alex.Varju@webct.com) Received: from snapple.webct.com ([10.1.0.45]) by asterix.webct.com over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Sat, 8 Jul 2006 00:57:24 -0700 Received: from snapple.webct.com (localhost [127.0.0.1]) by snapple.webct.com (8.13.1/8.13.1) with ESMTP id k687vI7H004545 for ; Sat, 8 Jul 2006 00:57:18 -0700 (PDT) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.13.1/8.13.1/Submit) id k687vIBh004544; Sat, 8 Jul 2006 00:57:18 -0700 (PDT) (envelope-from varju) Message-Id: <200607080757.k687vIBh004544@snapple.webct.com> Date: Sat, 8 Jul 2006 00:57:18 -0700 (PDT) From: Alex Varju To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99907: [NEW PORT] devel/pmd: Static analysis tool for Java source code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:00:49 -0000 >Number: 99907 >Category: ports >Synopsis: [NEW PORT] devel/pmd: Static analysis tool for Java source code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 08:00:47 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD snapple.webct.com 5.3-STABLE FreeBSD 5.3-STABLE #13: Wed Nov 3 11:31:28 PST >Description: PMD scans Java source code and looks for potential problems like: * Possible bugs - empty try/catch/finally/switch statements * Dead code - unused local variables, parameters and private methods * Suboptimal code - wasteful String/StringBuffer usage * Overcomplicated expressions - unnecessary if statements, for loops that could be while loops * Duplicate code - copied/pasted code means copied/pasted bugs WWW: http://pmd.sourceforge.net/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pmd-3.7.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pmd # pmd/files # pmd/files/patch-bin::bgastviewer.sh # pmd/files/patch-bin::cpd.sh # pmd/files/patch-bin::pmd.sh # pmd/files/patch-bin::designer.sh # pmd/Makefile # pmd/distinfo # pmd/pkg-plist # pmd/pkg-descr # echo c - pmd mkdir -p pmd > /dev/null 2>&1 echo c - pmd/files mkdir -p pmd/files > /dev/null 2>&1 echo x - pmd/files/patch-bin::bgastviewer.sh sed 's/^X//' >pmd/files/patch-bin::bgastviewer.sh << 'END-of-pmd/files/patch-bin::bgastviewer.sh' X--- bin/bgastviewer.sh.orig Fri May 26 05:37:58 2006 X+++ bin/bgastviewer.sh Fri Jul 7 21:46:32 2006 X@@ -1 +1,9 @@ X-java -cp ../build:../lib/jakarta-oro-2.0.8.jar:../lib/pmd-3.7.jar:../lib/xercesImpl-2.6.2.jar:../lib/xmlParserAPIs-2.6.2.jar:../lib/jaxen-1.1-beta-7.jar net.sourceforge.pmd.util.viewer.Viewer X+#!/bin/sh X+ X+JARS=`/bin/ls -1 JAVAJARDIR/pmd/*jar` X+CLASSPATH="" X+for jar in $JARS; do X+ CLASSPATH="$CLASSPATH:$jar" X+done X+ X+java -cp $CLASSPATH net.sourceforge.pmd.util.viewer.Viewer END-of-pmd/files/patch-bin::bgastviewer.sh echo x - pmd/files/patch-bin::cpd.sh sed 's/^X//' >pmd/files/patch-bin::cpd.sh << 'END-of-pmd/files/patch-bin::cpd.sh' X--- bin/cpd.sh.orig Sat Jul 8 00:08:24 2006 X+++ bin/cpd.sh Sat Jul 8 00:12:41 2006 X@@ -20,26 +20,8 @@ X exit 1 X fi X X- X-SCRIPT_DIR=`dirname $0` X-CWD="$PWD" X- X-cd "$SCRIPT_DIR/../lib" X-LIB_DIR=`pwd -P` X- X classpath=$CLASSPATH X- X-build_dir="$SCRIPT_DIR/../build" X- X-if [ -d "$build_dir" ]; then X- cd "$build_dir" X- build_dir=`pwd -P` X- classpath=$classpath:$build_dir X-fi X- X-cd "$CWD" X- X-for jarfile in `ls $LIB_DIR/*.jar`; do X+for jarfile in `ls JAVAJARDIR/pmd/*.jar`; do X classpath=$classpath:$jarfile X done X END-of-pmd/files/patch-bin::cpd.sh echo x - pmd/files/patch-bin::pmd.sh sed 's/^X//' >pmd/files/patch-bin::pmd.sh << 'END-of-pmd/files/patch-bin::pmd.sh' X--- bin/pmd.sh.orig Sat Jul 8 00:08:24 2006 X+++ bin/pmd.sh Sat Jul 8 00:14:39 2006 X@@ -7,25 +7,8 @@ X exit 1 X fi X X-SCRIPT_DIR=`dirname $0` X-CWD="$PWD" X- X-cd "$SCRIPT_DIR/../lib" X-LIB_DIR=`pwd -P` X- X classpath=$CLASSPATH X- X-build_dir="$SCRIPT_DIR/../build" X- X-if [ -d "$build_dir" ]; then X- cd "$build_dir" X- build_dir=`pwd -P` X- classpath=$classpath:$build_dir X-fi X- X-cd "$CWD" X- X-for jarfile in `ls $LIB_DIR/*.jar`; do X+for jarfile in `ls JAVAJARDIR/pmd/*.jar`; do X classpath=$classpath:$jarfile X done X END-of-pmd/files/patch-bin::pmd.sh echo x - pmd/files/patch-bin::designer.sh sed 's/^X//' >pmd/files/patch-bin::designer.sh << 'END-of-pmd/files/patch-bin::designer.sh' X--- bin/designer.sh.bak Fri Jan 28 08:13:49 2005 X+++ bin/designer.sh Sat Jul 8 00:15:27 2006 X@@ -1,24 +1,7 @@ X #!/bin/bash X X-SCRIPT_DIR=`dirname $0` X-CWD="$PWD" X- X-cd "$SCRIPT_DIR/../lib" X-LIB_DIR=`pwd -P` X- X classpath=$CLASSPATH X- X-build_dir="$SCRIPT_DIR/../build" X- X-if [ -d "$build_dir" ]; then X- cd "$build_dir" X- build_dir=`pwd -P` X- classpath=$classpath:$build_dir X-fi X- X-cd "$CWD" X- X-for jarfile in `ls $LIB_DIR/*.jar`; do X+for jarfile in `ls JAVAJARDIR/pmd/*.jar`; do X classpath=$classpath:$jarfile X done X END-of-pmd/files/patch-bin::designer.sh echo x - pmd/Makefile sed 's/^X//' >pmd/Makefile << 'END-of-pmd/Makefile' X# New ports collection makefile for: pmd X# Date created: 2006-06-07 X# Whom: Alex Varju X# X# $FreeBSD$ X# X XPORTNAME= pmd XPORTVERSION= 3.7 XCATEGORIES= devel java XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= pmd XDISTNAME= ${PORTNAME}-src-${PORTVERSION} X XMAINTAINER= freebsd-ports@varju.ca XCOMMENT= Static analysis tool for Java source code X XBUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit X XUSE_ZIP= yes XUSE_JAVA= yes XUSE_ANT= yes X XMAKE_ARGS= -cp ${JAVALIBDIR}/junit.jar X X.include X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XBUILD_WRKSRC= ${WRKSRC}/bin X X.if !defined(NOPORTDOCS) XPORTDOCS= * X.endif X Xdo-install: X.for script in bgastviewer.sh cpd.sh designer.sh pmd.sh X ${REINPLACE_CMD} -e "s|JAVAJARDIR|${JAVAJARDIR}|" ${INSTALL_WRKSRC}/bin/${script} X.endfor X ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/bin/bgastviewer.sh ${PREFIX}/bin/bgastviewer X ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/bin/cpd.sh ${PREFIX}/bin/cpd X ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/bin/designer.sh ${PREFIX}/bin/pmd_designer X ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/bin/pmd.sh ${PREFIX}/bin/pmd X ${MKDIR} ${JAVAJARDIR}/pmd X cd ${INSTALL_WRKSRC}/lib \ X && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${JAVAJARDIR}/pmd/ \; X.if !defined(NOPORTDOCS) X cd ${INSTALL_WRKSRC}/docs \ X && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ X && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; X.endif X X.include END-of-pmd/Makefile echo x - pmd/distinfo sed 's/^X//' >pmd/distinfo << 'END-of-pmd/distinfo' XMD5 (pmd-src-3.7.zip) = 0d4390017f2467345ca7b91b1437fef9 XSHA256 (pmd-src-3.7.zip) = a35de76cd8049fd91b3c4e2031b7b03f849e03e2facba1e32ea1cb27cacdb5ff XSIZE (pmd-src-3.7.zip) = 10756798 END-of-pmd/distinfo echo x - pmd/pkg-plist sed 's/^X//' >pmd/pkg-plist << 'END-of-pmd/pkg-plist' Xbin/bgastviewer Xbin/cpd Xbin/pmd Xbin/pmd_designer Xshare/java/classes/pmd/jakarta-oro-2.0.8.jar Xshare/java/classes/pmd/jaxen-1.1-beta-7.jar Xshare/java/classes/pmd/pmd-3.7.jar Xshare/java/classes/pmd/pmd-src-3.7.jar Xshare/java/classes/pmd/xercesImpl-2.6.2.jar Xshare/java/classes/pmd/xmlParserAPIs-2.6.2.jar X@dirrm share/java/classes/pmd END-of-pmd/pkg-plist echo x - pmd/pkg-descr sed 's/^X//' >pmd/pkg-descr << 'END-of-pmd/pkg-descr' XPMD scans Java source code and looks for potential problems like: X X * Possible bugs - empty try/catch/finally/switch statements X * Dead code - unused local variables, parameters and private methods X * Suboptimal code - wasteful String/StringBuffer usage X * Overcomplicated expressions - unnecessary if statements, for loops X that could be while loops X * Duplicate code - copied/pasted code means copied/pasted bugs X XWWW: http://pmd.sourceforge.net/ END-of-pmd/pkg-descr exit --- pmd-3.7.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:20:26 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 B6EFB16A4E8 for ; Sat, 8 Jul 2006 08:20:26 +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 4D2FC43D46 for ; Sat, 8 Jul 2006 08:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k688KQjq060780 for ; Sat, 8 Jul 2006 08:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k688KQdM060779; Sat, 8 Jul 2006 08:20:26 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 08:20:26 GMT Resent-Message-Id: <200607080820.k688KQdM060779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mahlon E. Smith" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8662216A4DD for ; Sat, 8 Jul 2006 08:10:56 +0000 (UTC) (envelope-from root@happymaggot.stinkymeat.net) Received: from happymaggot.stinkymeat.net (c-24-20-225-100.hsd1.mn.comcast.net [24.20.225.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 3185143D49 for ; Sat, 8 Jul 2006 08:10:56 +0000 (GMT) (envelope-from root@happymaggot.stinkymeat.net) Received: (qmail 63456 invoked by uid 0); 8 Jul 2006 08:10:55 -0000 Message-Id: <20060708081055.63455.qmail@happymaggot.stinkymeat.net> Date: 8 Jul 2006 08:10:55 -0000 From: "Mahlon E. Smith" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mahlon@martini.nu, ged@faeriemud.org Subject: ports/99908: [NEW PORT] net/shelldap: A shell-like environment for LDAP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:20:26 -0000 >Number: 99908 >Category: ports >Synopsis: [NEW PORT] net/shelldap: A shell-like environment for LDAP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 08:20:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mahlon E. Smith >Release: FreeBSD 6.1-BETA4 i386 >Organization: >Environment: System: FreeBSD happymaggot.stinkymeat.net 6.1-BETA4 FreeBSD 6.1-BETA4 #0: Fri Apr 7 19:01:27 PDT >Description: This is shelldap, a handy shell-like interface for browsing LDAP servers and editing their content. Among its features: - history - sane autocompletes - credential caching - site-wide and individual config - it's in perl - it's fun to say! shelldap! shelldap! shelldap! For more info, 'perldoc' the script. Author: Mahlon E. Smith Generated with FreeBSD Port Tools 0.75 >How-To-Repeat: >Fix: --- shelldap-0.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # shelldap # shelldap/pkg-descr # shelldap/Makefile # shelldap/pkg-plist # shelldap/distinfo # echo c - shelldap mkdir -p shelldap > /dev/null 2>&1 echo x - shelldap/pkg-descr sed 's/^X//' >shelldap/pkg-descr << 'END-of-shelldap/pkg-descr' XThis is shelldap, a handy shell-like interface for browsing XLDAP servers and editing their content. X XAmong its features: X X - history X - sane autocompletes X - credential caching X - site-wide and individual config X - it's in perl X - it's fun to say! shelldap! shelldap! shelldap! X XFor more info, 'perldoc' the script. X XAuthor: Mahlon E. Smith END-of-shelldap/pkg-descr echo x - shelldap/Makefile sed 's/^X//' >shelldap/Makefile << 'END-of-shelldap/Makefile' X# New ports collection makefile for: shelldap X# Date created: 2006-07-07 X# Whom: Mahlon E. Smith X# X# $FreeBSD$ X# X XPORTNAME= shelldap XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= http://www.martini.nu/misc/ X XMAINTAINER= mahlon@martini.nu XCOMMENT= A shell-like environment for LDAP X XEXTRACT_DEPENDS=\ X ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ X ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ X ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ X ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ X ${SITE_PERL}/mach/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ X ${SITE_PERL}/mach/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck X XMAN1= shelldap.1 XSTRIP= XNO_BUILD= X Xpost-extract: X ${MKDIR} ${WRKSRC}/man/man1 X ${PREFIX}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/man/man1/shelldap.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/man/man1/shelldap.1 ${MANPREFIX}/man/man1 X ${INSTALL_PROGRAM} ${WRKSRC}/shelldap ${PREFIX}/bin X X.include END-of-shelldap/Makefile echo x - shelldap/pkg-plist sed 's/^X//' >shelldap/pkg-plist << 'END-of-shelldap/pkg-plist' Xbin/shelldap END-of-shelldap/pkg-plist echo x - shelldap/distinfo sed 's/^X//' >shelldap/distinfo << 'END-of-shelldap/distinfo' XMD5 (shelldap-0.1.tar.gz) = a283288b657ca0a307f12031c9e97371 XSHA256 (shelldap-0.1.tar.gz) = 41344c5a474124a0ddbff1b2086ec3a0d15b4fcc475db993c4ad71782ae3cc7a XSIZE (shelldap-0.1.tar.gz) = 12179 END-of-shelldap/distinfo exit --- shelldap-0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:20:28 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 43B0816A4E2 for ; Sat, 8 Jul 2006 08:20:28 +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 BF5C743D49 for ; Sat, 8 Jul 2006 08:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k688KRcn060834 for ; Sat, 8 Jul 2006 08:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k688KRWk060833; Sat, 8 Jul 2006 08:20:27 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 08:20:27 GMT Resent-Message-Id: <200607080820.k688KRWk060833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuan-Chung Hsiao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C57F16A4DA for ; Sat, 8 Jul 2006 08:14:14 +0000 (UTC) (envelope-from root@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [210.71.23.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FC743D4C for ; Sat, 8 Jul 2006 08:14:13 +0000 (GMT) (envelope-from root@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (localhost.stu.edu.tw [127.0.0.1]) by FreeBSD.stu.edu.tw (Postfix) with ESMTP id E6AFE67861 for ; Sat, 8 Jul 2006 16:14:09 +0800 (CST) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 0) id 067836785D; Sat, 8 Jul 2006 16:14:09 +0800 (CST) Message-Id: <20060708081409.067836785D@FreeBSD.stu.edu.tw> Date: Sat, 8 Jul 2006 16:14:09 +0800 (CST) From: Yuan-Chung Hsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99909: [MAINTAINER] net-mgmt/p5-NetAddr-IP-Lite: update to 1.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:20:28 -0000 >Number: 99909 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/p5-NetAddr-IP-Lite: update to 1.01 >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 Jul 08 08:20:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yuan-Chung Hsiao >Release: FreeBSD 6.1-STABLE i386 >Organization: Computer Center, Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 20 12:06:28 CST 2006 >Description: - Update to 1.01 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-NetAddr-IP-Lite-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/p5-NetAddr-IP-Lite/Makefile /home/ychsiao/project/bsd/p5-NetAddr-IP-Lite/Makefile --- /usr/ports/net-mgmt/p5-NetAddr-IP-Lite/Makefile Fri Jun 16 12:07:48 2006 +++ /home/ychsiao/project/bsd/p5-NetAddr-IP-Lite/Makefile Sat Jul 8 16:10:08 2006 @@ -6,7 +6,7 @@ # PORTNAME= NetAddr-IP-Lite -PORTVERSION= 0.09 +PORTVERSION= 1.01 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= NetAddr diff -ruN --exclude=CVS /usr/ports/net-mgmt/p5-NetAddr-IP-Lite/distinfo /home/ychsiao/project/bsd/p5-NetAddr-IP-Lite/distinfo --- /usr/ports/net-mgmt/p5-NetAddr-IP-Lite/distinfo Sat Jun 10 10:09:17 2006 +++ /home/ychsiao/project/bsd/p5-NetAddr-IP-Lite/distinfo Sat Jul 8 16:10:17 2006 @@ -1,3 +1,3 @@ -MD5 (NetAddr-IP-Lite-0.09.tar.gz) = c0be8f6af73e2d7884b23c08051dbeb8 -SHA256 (NetAddr-IP-Lite-0.09.tar.gz) = ccdbd685a1af1cdcda72991db74606be09b66c3a09f681d5dd5b3687622e4afe -SIZE (NetAddr-IP-Lite-0.09.tar.gz) = 61321 +MD5 (NetAddr-IP-Lite-1.01.tar.gz) = 6c0f86e9845f77d45c74dfa2757b778c +SHA256 (NetAddr-IP-Lite-1.01.tar.gz) = 088dc7918ac1acdeacdab5d0579b041a2a68b12f19aa85bd822bcf8bf89d9783 +SIZE (NetAddr-IP-Lite-1.01.tar.gz) = 76459 --- p5-NetAddr-IP-Lite-1.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:23:00 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 99B8416A4DA for ; Sat, 8 Jul 2006 08:23:00 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CE943D45 for ; Sat, 8 Jul 2006 08:23:00 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 8E63F22CDA; Sat, 8 Jul 2006 10:22:58 +0200 (CEST) Date: Sat, 8 Jul 2006 10:22:58 +0200 From: Erwin Lansing To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20060708082258.GO20915@droso.net> Mail-Followup-To: freebsd-ports-bugs@FreeBSD.org References: <200605292000.k4TK0HBY076883@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200605292000.k4TK0HBY076883@freefall.freebsd.org> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.11 Cc: Subject: Re: ports/98105: [patch] new feature: IA32_BINARY_PORT macro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:23:00 -0000 A sysctl section was added to the porters handbook today. After this change, that should be updated to reflect the new ${SYSCTL} variable. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:24: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 6583C16A4DA; Sat, 8 Jul 2006 08:24:52 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2196443D46; Sat, 8 Jul 2006 08:24:52 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k688OqGB061107; Sat, 8 Jul 2006 08:24:52 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k688Opk6061103; Sat, 8 Jul 2006 08:24:51 GMT (envelope-from clsung) Date: Sat, 8 Jul 2006 08:24:51 GMT From: Cheng-Lung Sung Message-Id: <200607080824.k688Opk6061103@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Cc: Subject: Re: ports/99909: [MAINTAINER] net-mgmt/p5-NetAddr-IP-Lite: update to 1.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:24:52 -0000 Synopsis: [MAINTAINER] net-mgmt/p5-NetAddr-IP-Lite: update to 1.01 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Sat Jul 8 08:24:51 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99909 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:50: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 8651916A4DD for ; Sat, 8 Jul 2006 08:50: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 97B2143D46 for ; Sat, 8 Jul 2006 08:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k688oIGg063417 for ; Sat, 8 Jul 2006 08:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k688oIDr063416; Sat, 8 Jul 2006 08:50:18 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 08:50:18 GMT Resent-Message-Id: <200607080850.k688oIDr063416@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A54016A4DD for ; Sat, 8 Jul 2006 08:45:49 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (p5091010D.dip0.t-ipconnect.de [80.145.1.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA38243D46 for ; Sat, 8 Jul 2006 08:45:48 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: by merlin.emma.line.org (Postfix, from userid 1001) id 33C36C4B0; Sat, 8 Jul 2006 10:45:47 +0200 (CEST) Message-Id: <20060708084547.33C36C4B0@merlin.emma.line.org> Date: Sat, 8 Jul 2006 10:45:47 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: anarcat@anarcat.ath.cx Subject: ports/99910: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:50:25 -0000 >Number: 99910 >Category: ports >Synopsis: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 08:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD merlin.emma.line.org 6.1-STABLE FreeBSD 6.1-STABLE #5: Fri Jun 30 14:26:17 CEST 2006 >Description: This patch avoids cluttered screen in >How-To-Repeat: >Fix: --- worldtools-1.3.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/worldtools/Makefile /usr/home/emma/ports/sysutils/worldtools/Makefile --- /usr/ports/sysutils/worldtools/Makefile Thu Dec 11 01:35:45 2003 +++ /usr/home/emma/ports/sysutils/worldtools/Makefile Sat Jul 8 10:41:40 2006 @@ -7,6 +7,7 @@ PORTNAME= worldtools PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://anarcat.ath.cx/software/distfiles/ diff -ruN --exclude=CVS /usr/ports/sysutils/worldtools/files/patch-witw /usr/home/emma/ports/sysutils/worldtools/files/patch-witw --- /usr/ports/sysutils/worldtools/files/patch-witw Thu Jan 1 01:00:00 1970 +++ /usr/home/emma/ports/sysutils/worldtools/files/patch-witw Sat Jul 8 10:41:27 2006 @@ -0,0 +1,12 @@ +--- whereintheworld.orig Tue Dec 9 23:25:14 2003 ++++ whereintheworld Sat Jul 8 10:39:45 2006 +@@ -25,7 +25,8 @@ + next; + } + if ($inside && /^>>>/) { +- print; ++ chomp; ++ printf "%-70.70s\n", $_; + $lastwasdash = 0; + next; + } --- worldtools-1.3.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: >>> stage 1.2: bootstrap tools like lines now that the Makefile targets such as (obj,depend,all) are on the ===> lines. (Note that the upstream cvsweb interface seems offline.) Added file(s): - files/patch-witw Port maintainer (anarcat@anarcat.ath.cx) is cc'd. Generated with FreeBSD Port Tools 0.77 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 08:50: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 9FE8D16A4E7; Sat, 8 Jul 2006 08:50:35 +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 B6B9943D6D; Sat, 8 Jul 2006 08:50:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k688oVsL063559; Sat, 8 Jul 2006 08:50:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k688oVet063555; Sat, 8 Jul 2006 08:50:31 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 08:50:31 GMT From: Edwin Groothuis Message-Id: <200607080850.k688oVet063555@freefall.freebsd.org> To: matthias.andree@gmx.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99910: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 08:50:35 -0000 Synopsis: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Jul 8 08:50:30 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=99910 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 09:40: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 6258216A4DF for ; Sat, 8 Jul 2006 09:40: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 CF1E543D46 for ; Sat, 8 Jul 2006 09:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k689eI64066377 for ; Sat, 8 Jul 2006 09:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k689eI7J066374; Sat, 8 Jul 2006 09:40:18 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 09:40:18 GMT Resent-Message-Id: <200607080940.k689eI7J066374@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Wilke Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAC116A4DA for ; Sat, 8 Jul 2006 09:39:39 +0000 (UTC) (envelope-from miwi@mwilke.ath.cx) Received: from mwilke.ath.cx (p548D33B4.dip0.t-ipconnect.de [84.141.51.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210DF43D49 for ; Sat, 8 Jul 2006 09:39:38 +0000 (GMT) (envelope-from miwi@mwilke.ath.cx) Received: from mwilke.ath.cx (localhost [127.0.0.1]) by mwilke.ath.cx (8.13.4/8.13.4) with ESMTP id k689dWqr049846; Sat, 8 Jul 2006 11:39:32 +0200 (CEST) (envelope-from miwi@mwilke.ath.cx) Received: (from root@localhost) by mwilke.ath.cx (8.13.4/8.13.4/Submit) id k689dViA049844; Sat, 8 Jul 2006 11:39:31 +0200 (CEST) (envelope-from miwi) Message-Id: <200607080939.k689dViA049844@mwilke.ath.cx> Date: Sat, 8 Jul 2006 11:39:31 +0200 (CEST) From: Martin Wilke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: peter@dataloss.nl Subject: ports/99911: [update] irc/bitlbee: update to 1.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 09:40:19 -0000 >Number: 99911 >Category: ports >Synopsis: [update] irc/bitlbee: update to 1.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 09:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mwilke.ath.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #153: Fri Jul 7 13:52:58 CEST >Description: - Update to 1.0.3 - Tinderbox checked http://miwibox.org/tb/index.php?action=describe_port&id=399 Port maintainer (peter@dataloss.nl) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- bitlbee-1.0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/bitlbee/Makefile,v retrieving revision 1.25 diff -u -u -r1.25 Makefile --- Makefile 6 Jul 2006 17:41:19 -0000 1.25 +++ Makefile 8 Jul 2006 08:39:15 -0000 @@ -6,8 +6,7 @@ # PORTNAME= bitlbee -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/irc/bitlbee/distinfo,v retrieving revision 1.16 diff -u -u -r1.16 distinfo --- distinfo 11 May 2006 09:56:55 -0000 1.16 +++ distinfo 8 Jul 2006 08:39:30 -0000 @@ -1,9 +1,3 @@ -MD5 (bitlbee-1.0.2.tar.gz) = ead4433fca9444cb61d478f1af2a79dd -SHA256 (bitlbee-1.0.2.tar.gz) = f168d0ff692f27a6d860249c038ebf1c65b704414fa218868869c03d43cb69c7 -SIZE (bitlbee-1.0.2.tar.gz) = 448459 -MD5 (bitlbee-1.0.2-msn6-akke.diff) = fe36dd4006ab969c144510771f6348fc -SHA256 (bitlbee-1.0.2-msn6-akke.diff) = 49dcf3927cf497bae64d79c1a7edecf7b589adc9dbb6a0782dc755813025018c -SIZE (bitlbee-1.0.2-msn6-akke.diff) = 86762 -MD5 (bitlbee-1.0-ldap.diff) = f6641ed9b36ca2ceae292370200452fb -SHA256 (bitlbee-1.0-ldap.diff) = 2da18c740b1c1ff6851f3a52ab0100cec251d9e1683c281a306cbbc21e6847f5 -SIZE (bitlbee-1.0-ldap.diff) = 7240 +MD5 (bitlbee-1.0.3.tar.gz) = e46682d54cbd6265dd4436b3b6838d63 +SHA256 (bitlbee-1.0.3.tar.gz) = 1d272c8712ee279ee8ac305562e7b8591e634fae69664a5a2d43301cb1d6277d +SIZE (bitlbee-1.0.3.tar.gz) = 455344 --- bitlbee-1.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 09:40:26 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 D81C416A4DF; Sat, 8 Jul 2006 09:40:26 +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 6A86D43D53; Sat, 8 Jul 2006 09:40:26 +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 k689eQkY066515; Sat, 8 Jul 2006 09:40:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k689eQK9066511; Sat, 8 Jul 2006 09:40:26 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 09:40:26 GMT From: Edwin Groothuis Message-Id: <200607080940.k689eQK9066511@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/99911: [update] irc/bitlbee: update to 1.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 09:40:26 -0000 Synopsis: [update] irc/bitlbee: update to 1.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 09:40:25 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99911 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 12:40:53 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 1A1C216A4E0; Sat, 8 Jul 2006 12:40:53 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9709E43D4C; Sat, 8 Jul 2006 12:40:52 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68CeqOC077156; Sat, 8 Jul 2006 12:40:52 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68CepTs077152; Sat, 8 Jul 2006 12:40:51 GMT (envelope-from arved) Date: Sat, 8 Jul 2006 12:40:51 GMT From: Tilman Linneweh Message-Id: <200607081240.k68CepTs077152@freefall.freebsd.org> To: andrew-freebsd@areilly.bpc-users.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 12:40:53 -0000 Synopsis: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sat Jul 8 12:39:45 UTC 2006 State-Changed-Why: I tried on CURRENT, and it does not seem to be a problem. Can you perhaps try to reproduce it on CURRENT? http://www.freebsd.org/cgi/query-pr.cgi?pr=98893 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 12:50:53 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 C51ED16A4DE; Sat, 8 Jul 2006 12:50:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8245D43D45; Sat, 8 Jul 2006 12:50:53 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68CorC4077495; Sat, 8 Jul 2006 12:50:53 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68Cor7s077491; Sat, 8 Jul 2006 12:50:53 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 12:50:53 GMT From: Rong-En Fan Message-Id: <200607081250.k68Cor7s077491@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99908: [NEW PORT] net/shelldap: A shell-like environment for LDAP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 12:50:53 -0000 Synopsis: [NEW PORT] net/shelldap: A shell-like environment for LDAP Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 12:50:11 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99908 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 12:53: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 74D1A16A4DE; Sat, 8 Jul 2006 12:53:12 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C6043D46; Sat, 8 Jul 2006 12:53:12 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68CrB0J077551; Sat, 8 Jul 2006 12:53:11 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68CrB3c077547; Sat, 8 Jul 2006 12:53:11 GMT (envelope-from arved) Date: Sat, 8 Jul 2006 12:53:11 GMT From: Tilman Linneweh Message-Id: <200607081253.k68CrB3c077547@freefall.freebsd.org> To: filippo.natali@gmail.com, wes@bogon.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/95969: net/gastman doesn't compile with newest net/asterisk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 12:53:12 -0000 Synopsis: net/gastman doesn't compile with newest net/asterisk State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sat Jul 8 12:52:04 UTC 2006 State-Changed-Why: The port has no dependency on asterisk and builds fine without asterisk installed, so i think a CONFLICT would be more appropriate. Maintainer OK? http://www.freebsd.org/cgi/query-pr.cgi?pr=95969 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 13:31:21 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 14D3216A4DD; Sat, 8 Jul 2006 13:31:21 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from tbaytel.net (front2-nwconx.tbaytel.net [216.211.26.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BEC743D45; Sat, 8 Jul 2006 13:31:20 +0000 (GMT) (envelope-from thomas@goodking.ca) Received: from goodking.goodking.ca ([216.211.48.113] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 53640632; Sat, 08 Jul 2006 09:31:18 -0400 Received: from thomaspc (thomaspc.goodking.ca [172.16.1.50]) (authenticated bits=0) by goodking.goodking.ca (8.13.7/8.13.7) with ESMTP id k68DUngc090529 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 8 Jul 2006 09:30:50 -0400 (EDT) (envelope-from thomas@goodking.ca) Message-ID: <003201c6a292$7904f210$320110ac@thomaspc> From: "Thomas Abthorpe" To: , , References: <200607080211.k682BuDU033480@freefall.freebsd.org> Date: Sat, 8 Jul 2006 09:28:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-GoodKing_dot_CA-MailScanner-Information: Please contact support@goodking.ca for more information X-GoodKing_dot_CA-MailScanner: Found to be clean X-GoodKing_dot_CA-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.561, required 5, autolearn=not spam, AWL 0.04, BAYES_00 -2.60) X-GoodKing_dot_CA-MailScanner-From: thomas@goodking.ca Cc: Subject: Re: ports/99902: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 13:31:21 -0000 Thanks for picking this up. When I assumed maintainership yesterday, I had a touch of an identity crisis and put in my wrong maintainer address. tabthorpe is my work related email, I use thomas for home based purposes. Thomas ----- Original Message ----- From: "Rong-En Fan" To: ; ; ; Sent: Friday, July 07, 2006 10:11 PM Subject: Re: ports/99902: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and set prefered maintainer address > Synopsis: [PATCH] net-mgmt/arpwatch: change pkg-descr, add mirror site and > set prefered maintainer address > > Responsible-Changed-From-To: freebsd-ports-bugs->rafan > Responsible-Changed-By: rafan > Responsible-Changed-When: Sat Jul 8 02:11:11 UTC 2006 > Responsible-Changed-Why: > Eat. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99902 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:20: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 4D4E816A4E2 for ; Sat, 8 Jul 2006 15:20: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 910B643D4C for ; Sat, 8 Jul 2006 15:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68FKEC5085012 for ; Sat, 8 Jul 2006 15:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68FKEi6085011; Sat, 8 Jul 2006 15:20:14 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 15:20:14 GMT Resent-Message-Id: <200607081520.k68FKEi6085011@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EAD16A4DA for ; Sat, 8 Jul 2006 15:11:55 +0000 (UTC) (envelope-from garga@srv1.galle.com.br) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDC143D45 for ; Sat, 8 Jul 2006 15:11:53 +0000 (GMT) (envelope-from garga@srv1.galle.com.br) Received: (qmail 34913 invoked by uid 1001); 8 Jul 2006 12:11:52 -0300 Message-Id: <20060708151152.34912.qmail@srv1.galle.com.br> Date: 8 Jul 2006 12:11:52 -0300 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: roam@FreeBSD.org Subject: ports/99914: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 15:20:15 -0000 >Number: 99914 >Category: ports >Synopsis: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 15:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD srv1.galle.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 23 18:08:29 BRST 2006 >Description: Vpopmail doesn't work if /var/qmail/control/locals doesn't exist, so, create it automatically on installation time. Since i'm here, silent a bit portlint. Port maintainer (roam@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vpopmail-5.4.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/vpopmail/Makefile,v retrieving revision 1.63 diff -u -u -r1.63 Makefile --- Makefile 16 Jun 2006 13:00:56 -0000 1.63 +++ Makefile 8 Jul 2006 15:10:14 -0000 @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp + USE_QMAIL= yes CONFLICTS= vpopmail-devel-5.* @@ -221,7 +222,7 @@ .endif .if defined(WITH_APOP) -BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work" +BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work .endif .if defined(WITH_VALIAS) @@ -286,7 +287,7 @@ #BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin #CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ # --enable-spam-threshold=${SPAM_THRESHOLD} -IGNORE= The SpamAssassin patch is not yet ready for the slightly reorganized vpopmail code +IGNORE= the SpamAssassin patch is not yet ready for the slightly reorganized vpopmail code .endif # @@ -372,5 +373,6 @@ .if defined(WITH_SUID_VCHKPW) ${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw .endif + @${TOUCH} ${QMAIL_PREFIX}/control/locals .include --- vpopmail-5.4.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:20: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 8552616A4DD; Sat, 8 Jul 2006 15:20:22 +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 3FC1943D45; Sat, 8 Jul 2006 15:20:22 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68FKMF1085149; Sat, 8 Jul 2006 15:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68FKMOr085145; Sat, 8 Jul 2006 15:20:22 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 15:20:22 GMT From: Edwin Groothuis Message-Id: <200607081520.k68FKMOr085145@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, roam@FreeBSD.org Cc: Subject: Re: ports/99914: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 15:20:22 -0000 Synopsis: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically Responsible-Changed-From-To: freebsd-ports-bugs->roam Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 15:20:21 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99914 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:40: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 C264516A4DA for ; Sat, 8 Jul 2006 15:40:16 +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 F343643D72 for ; Sat, 8 Jul 2006 15: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 k68FeFaS087068 for ; Sat, 8 Jul 2006 15:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68FeFPW087063; Sat, 8 Jul 2006 15:40:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 15:40:15 GMT Resent-Message-Id: <200607081540.k68FeFPW087063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Schmidbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7631B16A4DA for ; Sat, 8 Jul 2006 15:32:49 +0000 (UTC) (envelope-from pinhead@stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id C854A43D62 for ; Sat, 8 Jul 2006 15:32:42 +0000 (GMT) (envelope-from pinhead@stderror.at) Received: by murus.stderror.at (Postfix, from userid 1001) id 01EA85C63; Sat, 8 Jul 2006 17:37:08 +0200 (CEST) Message-Id: <20060708153709.01EA85C63@murus.stderror.at> Date: Sat, 8 Jul 2006 17:37:08 +0200 (CEST) From: Toni Schmidbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99915: make mail/wanderlust emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Toni Schmidbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:40:16 -0000 >Number: 99915 >Category: ports >Synopsis: make mail/wanderlust emacs22 aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 15:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Schmidbauer >Release: FreeBSD 6.1-RC2 i386 >Organization: stderror.at >Environment: System: FreeBSD murus 6.1-RC2 FreeBSD 6.1-RC2 #1: Sun Apr 30 21:28:40 CEST 2006 root@murus:/usr/obj/usr/src/sys/MURUS i386 >Description: mail/wanderlust cannot be installed if emacs-devel (emacs22) is in use >How-To-Repeat: portinstall editors/emacs-devel && portinstall mail/wanderlust >Fix: diff -Nur wanderlust.orig/files/wanderlust-startup.emacs22.el.tmpl wanderlust/files/wanderlust-startup.emacs22.el.tmpl --- wanderlust.orig/files/wanderlust-startup.emacs22.el.tmpl Thu Jan 1 01:00:00 1970 +++ wanderlust/files/wanderlust-startup.emacs22.el.tmpl Thu Jul 6 17:18:47 2006 @@ -0,0 +1,4 @@ +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) +(load "mime-setup") +(provide 'wanderlust-startup) diff -Nur wanderlust.orig/pkg-plist.emacs22 wanderlust/pkg-plist.emacs22 --- wanderlust.orig/pkg-plist.emacs22 Thu Jan 1 01:00:00 1970 +++ wanderlust/pkg-plist.emacs22 Thu Jul 6 17:17:57 2006 @@ -0,0 +1,267 @@ +@unexec install-info --section="%%DIRSECTION%%" --delete %D/info/wl.info %D/info/dir +info/wl.info +@exec install-info --section="%%DIRSECTION%%" %D/info/wl.info %D/info/dir +@unexec install-info --section="%%DIRSECTION%%" --delete %D/info/wl-ja.info %D/info/dir +info/wl-ja.info +@exec install-info --section="%%DIRSECTION%%" %D/info/wl-ja.info %D/info/dir +share/doc/ja/wanderlust/NEWS.ja +share/doc/ja/wanderlust/README.ja +share/doc/ja/wanderlust/wl-ja.texi +share/doc/wanderlust/NEWS +share/doc/wanderlust/README +share/doc/wanderlust/wl.texi +%%WL_LISPDIR%%/acap.el +%%WL_LISPDIR%%/acap.elc +%%WL_LISPDIR%%/bbdb-wl.el +@unexec rm -f %D/%%WL_LISPDIR%%/bbdb-wl.elc +%%WL_LISPDIR%%/elmo-access.el +%%WL_LISPDIR%%/elmo-access.elc +%%WL_LISPDIR%%/elmo-archive.el +%%WL_LISPDIR%%/elmo-archive.elc +%%WL_LISPDIR%%/elmo-cache.el +%%WL_LISPDIR%%/elmo-cache.elc +%%WL_LISPDIR%%/elmo-date.el +%%WL_LISPDIR%%/elmo-date.elc +%%WL_LISPDIR%%/elmo-dop.el +%%WL_LISPDIR%%/elmo-dop.elc +%%WL_LISPDIR%%/elmo-file.el +%%WL_LISPDIR%%/elmo-file.elc +%%WL_LISPDIR%%/elmo-filter.el +%%WL_LISPDIR%%/elmo-filter.elc +%%WL_LISPDIR%%/elmo-flag.el +%%WL_LISPDIR%%/elmo-flag.elc +%%WL_LISPDIR%%/elmo-imap4.el +%%WL_LISPDIR%%/elmo-imap4.elc +%%WL_LISPDIR%%/elmo-internal.el +%%WL_LISPDIR%%/elmo-internal.elc +%%WL_LISPDIR%%/elmo-localdir.el +%%WL_LISPDIR%%/elmo-localdir.elc +%%WL_LISPDIR%%/elmo-localnews.el +%%WL_LISPDIR%%/elmo-localnews.elc +%%WL_LISPDIR%%/elmo-maildir.el +%%WL_LISPDIR%%/elmo-maildir.elc +%%WL_LISPDIR%%/elmo-map.el +%%WL_LISPDIR%%/elmo-map.elc +%%WL_LISPDIR%%/elmo-mime.el +%%WL_LISPDIR%%/elmo-mime.elc +%%WL_LISPDIR%%/elmo-msgdb.el +%%WL_LISPDIR%%/elmo-msgdb.elc +%%WL_LISPDIR%%/elmo-multi.el +%%WL_LISPDIR%%/elmo-multi.elc +%%WL_LISPDIR%%/elmo-net.el +%%WL_LISPDIR%%/elmo-net.elc +%%WL_LISPDIR%%/elmo-nmz.el +%%WL_LISPDIR%%/elmo-nmz.elc +%%WL_LISPDIR%%/elmo-nntp.el +%%WL_LISPDIR%%/elmo-nntp.elc +%%WL_LISPDIR%%/elmo-null.el +%%WL_LISPDIR%%/elmo-null.elc +%%WL_LISPDIR%%/elmo-pipe.el +%%WL_LISPDIR%%/elmo-pipe.elc +%%WL_LISPDIR%%/elmo-pop3.el +%%WL_LISPDIR%%/elmo-pop3.elc +%%WL_LISPDIR%%/elmo-sendlog.el +%%WL_LISPDIR%%/elmo-sendlog.elc +%%WL_LISPDIR%%/elmo-shimbun.el +%%SHIMBUN%%%%WL_LISPDIR%%/elmo-shimbun.elc +%%WL_LISPDIR%%/elmo-signal.el +%%WL_LISPDIR%%/elmo-signal.elc +%%WL_LISPDIR%%/elmo-spam.el +%%WL_LISPDIR%%/elmo-spam.elc +%%WL_LISPDIR%%/elmo-split.el +%%WL_LISPDIR%%/elmo-split.elc +%%WL_LISPDIR%%/elmo-util.el +%%WL_LISPDIR%%/elmo-util.elc +%%WL_LISPDIR%%/elmo-vars.el +%%WL_LISPDIR%%/elmo-vars.elc +%%WL_LISPDIR%%/elmo-version.el +%%WL_LISPDIR%%/elmo-version.elc +%%WL_LISPDIR%%/elmo.el +%%WL_LISPDIR%%/elmo.elc +%%WL_LISPDIR%%/elsp-bogofilter.el +%%WL_LISPDIR%%/elsp-bogofilter.elc +%%WL_LISPDIR%%/elsp-bsfilter.el +%%WL_LISPDIR%%/elsp-bsfilter.elc +%%WL_LISPDIR%%/elsp-sa.el +%%WL_LISPDIR%%/elsp-sa.elc +%%WL_LISPDIR%%/elsp-spamoracle.el +%%WL_LISPDIR%%/elsp-spamoracle.elc +%%WL_LISPDIR%%/im-wl.el +@unexec rm -f %D/%%WL_LISPDIR%%/im-wl.elc +%%WL_LISPDIR%%/modb-entity.el +%%WL_LISPDIR%%/modb-entity.elc +%%WL_LISPDIR%%/modb-legacy.el +%%WL_LISPDIR%%/modb-legacy.elc +%%WL_LISPDIR%%/modb-standard.el +%%WL_LISPDIR%%/modb-standard.elc +%%WL_LISPDIR%%/modb.el +%%WL_LISPDIR%%/modb.elc +%%WL_LISPDIR%%/mmimap.el +%%WL_LISPDIR%%/mmimap.elc +%%WL_LISPDIR%%/pldap.el +%%WL_LISPDIR%%/pldap.elc +%%WL_LISPDIR%%/rfc2368.el +%%WL_LISPDIR%%/rfc2368.elc +%%WL_LISPDIR%%/slp.el +%%WL_LISPDIR%%/slp.elc +%%WL_LISPDIR%%/ssl.el +%%WL_LISPDIR%%/ssl.elc +%%WL_LISPDIR%%/utf7.el +%%WL_LISPDIR%%/utf7.elc +%%WL_LISPDIR%%/wl-acap.el +%%WL_LISPDIR%%/wl-acap.elc +%%WL_LISPDIR%%/wl-action.el +%%WL_LISPDIR%%/wl-action.elc +%%WL_LISPDIR%%/wl-addrbook.el +%%WL_LISPDIR%%/wl-addrbook.elc +%%WL_LISPDIR%%/wl-address.el +%%WL_LISPDIR%%/wl-address.elc +%%WL_LISPDIR%%/wl-addrmgr.el +%%WL_LISPDIR%%/wl-addrmgr.elc +%%WL_LISPDIR%%/wl-batch.el +%%WL_LISPDIR%%/wl-batch.elc +%%WL_LISPDIR%%/wl-complete.el +%%WL_LISPDIR%%/wl-complete.elc +%%WL_LISPDIR%%/wl-demo.el +%%WL_LISPDIR%%/wl-demo.elc +%%WL_LISPDIR%%/wl-draft.el +%%WL_LISPDIR%%/wl-draft.elc +%%WL_LISPDIR%%/wl-e21.el +%%WL_LISPDIR%%/wl-e21.elc +%%WL_LISPDIR%%/wl-expire.el +%%WL_LISPDIR%%/wl-expire.elc +%%WL_LISPDIR%%/wl-fldmgr.el +%%WL_LISPDIR%%/wl-fldmgr.elc +%%WL_LISPDIR%%/wl-folder.el +%%WL_LISPDIR%%/wl-folder.elc +%%WL_LISPDIR%%/wl-highlight.el +%%WL_LISPDIR%%/wl-highlight.elc +%%WL_LISPDIR%%/wl-mailto.el +%%WL_LISPDIR%%/wl-mailto.elc +%%WL_LISPDIR%%/wl-message.el +%%WL_LISPDIR%%/wl-message.elc +%%WL_LISPDIR%%/wl-mime.el +%%WL_LISPDIR%%/wl-mime.elc +%%WL_LISPDIR%%/wl-news.el +%%WL_LISPDIR%%/wl-news.elc +%%WL_LISPDIR%%/wl-refile.el +%%WL_LISPDIR%%/wl-refile.elc +%%WL_LISPDIR%%/wl-score.el +%%WL_LISPDIR%%/wl-score.elc +%%WL_LISPDIR%%/wl-spam.el +%%WL_LISPDIR%%/wl-spam.elc +%%WL_LISPDIR%%/wl-summary.el +%%WL_LISPDIR%%/wl-summary.elc +%%WL_LISPDIR%%/wl-template.el +%%WL_LISPDIR%%/wl-template.elc +%%WL_LISPDIR%%/wl-thread.el +%%WL_LISPDIR%%/wl-thread.elc +%%WL_LISPDIR%%/wl-util.el +%%WL_LISPDIR%%/wl-util.elc +%%WL_LISPDIR%%/wl-vars.el +%%WL_LISPDIR%%/wl-vars.elc +%%WL_LISPDIR%%/wl-version.el +%%WL_LISPDIR%%/wl-version.elc +%%WL_LISPDIR%%/wl.el +%%WL_LISPDIR%%/wl.elc +%%STARTUPDIR%%/wanderlust-startup.el +%%WL_ICONDIR%%/access.xpm +%%WL_ICONDIR%%/archive.xpm +%%WL_ICONDIR%%/closed.xpm +%%WL_ICONDIR%%/draft.xpm +%%WL_ICONDIR%%/elmo.xpm +%%WL_ICONDIR%%/file.xpm +%%WL_ICONDIR%%/filter.xpm +%%WL_ICONDIR%%/imap.xpm +%%WL_ICONDIR%%/internal.xpm +%%WL_ICONDIR%%/letter.xpm +%%WL_ICONDIR%%/local.xpm +%%WL_ICONDIR%%/localnews.xpm +%%WL_ICONDIR%%/maildir.xpm +%%WL_ICONDIR%%/multi.xpm +%%WL_ICONDIR%%/news.xpm +%%WL_ICONDIR%%/nmz.xpm +%%WL_ICONDIR%%/no-letter.xpm +%%WL_ICONDIR%%/opened.xpm +%%WL_ICONDIR%%/pipe.xpm +%%WL_ICONDIR%%/plugged.xpm +%%WL_ICONDIR%%/pop.xpm +%%WL_ICONDIR%%/queue.xpm +%%WL_ICONDIR%%/shimbun.xpm +%%WL_ICONDIR%%/trash-e.xpm +%%WL_ICONDIR%%/trash.xpm +%%WL_ICONDIR%%/unplugged.xpm +%%WL_ICONDIR%%/wl-alpha-logo.img +%%WL_ICONDIR%%/wl-alpha-logo.xbm +%%WL_ICONDIR%%/wl-alpha-logo.xpm +%%WL_ICONDIR%%/wl-alpha-xmas-logo.img +%%WL_ICONDIR%%/wl-alpha-xmas-logo.xbm +%%WL_ICONDIR%%/wl-alpha-xmas-logo.xpm +%%WL_ICONDIR%%/wl-beta-logo.img +%%WL_ICONDIR%%/wl-beta-logo.xbm +%%WL_ICONDIR%%/wl-beta-logo.xpm +%%WL_ICONDIR%%/wl-beta-xmas-logo.img +%%WL_ICONDIR%%/wl-beta-xmas-logo.xbm +%%WL_ICONDIR%%/wl-beta-xmas-logo.xpm +%%WL_ICONDIR%%/wl-draft-insert-signature-up.xpm +%%WL_ICONDIR%%/wl-draft-kill-up.xpm +%%WL_ICONDIR%%/wl-draft-save-and-exit-up.xpm +%%WL_ICONDIR%%/wl-draft-send-from-toolbar-down.xpm +%%WL_ICONDIR%%/wl-draft-send-from-toolbar-up.xpm +%%WL_ICONDIR%%/wl-draft-up.xpm +%%WL_ICONDIR%%/wl-draft-yank-original-up.xpm +%%WL_ICONDIR%%/wl-exit-up.xpm +%%WL_ICONDIR%%/wl-folder-check-current-entity-up.xpm +%%WL_ICONDIR%%/wl-folder-empty-trash-up.xpm +%%WL_ICONDIR%%/wl-folder-goto-draft-folder-up.xpm +%%WL_ICONDIR%%/wl-folder-jump-to-current-entity-no-sync-up.xpm +%%WL_ICONDIR%%/wl-folder-jump-to-current-entity-up.xpm +%%WL_ICONDIR%%/wl-folder-next-entity-up.xpm +%%WL_ICONDIR%%/wl-folder-prev-entity-up.xpm +%%WL_ICONDIR%%/wl-folder-read-up.xpm +%%WL_ICONDIR%%/wl-folder-select-entity-up.xpm +%%WL_ICONDIR%%/wl-folder-sync-current-entity-up.xpm +%%WL_ICONDIR%%/wl-folder-zoom-entity-up.xpm +%%WL_ICONDIR%%/wl-message-extract-content-up.xpm +%%WL_ICONDIR%%/wl-message-next-content-up.xpm +%%WL_ICONDIR%%/wl-message-play-content-up.xpm +%%WL_ICONDIR%%/wl-message-prev-content-up.xpm +%%WL_ICONDIR%%/wl-message-quit-up.xpm +%%WL_ICONDIR%%/wl-message-read-up.xpm +%%WL_ICONDIR%%/wl-stable-logo.img +%%WL_ICONDIR%%/wl-stable-logo.xbm +%%WL_ICONDIR%%/wl-stable-logo.xpm +%%WL_ICONDIR%%/wl-stable-xmas-logo.img +%%WL_ICONDIR%%/wl-stable-xmas-logo.xbm +%%WL_ICONDIR%%/wl-stable-xmas-logo.xpm +%%WL_ICONDIR%%/wl-summary-delete-up.xpm +%%WL_ICONDIR%%/wl-summary-dispose-up.xpm +%%WL_ICONDIR%%/wl-summary-exit-up.xpm +%%WL_ICONDIR%%/wl-summary-forward-up.xpm +%%WL_ICONDIR%%/wl-summary-jump-to-current-message-up.xpm +%%WL_ICONDIR%%/wl-summary-next-page-up.xpm +%%WL_ICONDIR%%/wl-summary-next-up.xpm +%%WL_ICONDIR%%/wl-summary-prev-page-up.xpm +%%WL_ICONDIR%%/wl-summary-prev-up.xpm +%%WL_ICONDIR%%/wl-summary-read-up.xpm +%%WL_ICONDIR%%/wl-summary-reply-up.xpm +%%WL_ICONDIR%%/wl-summary-reply-with-citation-up.xpm +%%WL_ICONDIR%%/wl-summary-set-flags-up.xpm +%%WL_ICONDIR%%/wl-summary-sync-force-update-up.xpm +%%WL_ICONDIR%%/wl-write-current-folder-up.xpm +share/examples/wanderlust/en/dot.addresses +share/examples/wanderlust/en/dot.folders +share/examples/wanderlust/en/dot.wl +share/examples/wanderlust/ja/dot.addresses +share/examples/wanderlust/ja/dot.folders +share/examples/wanderlust/ja/dot.wl +share/wanderlust/ja.Emacs +@dirrm %%WL_LISPDIR%% +@dirrm share/doc/ja/wanderlust +@dirrm share/doc/wanderlust +@dirrm %%WL_ICONDIR%% +@dirrm %%EMACS_LIBDIR_WITH_VER%%/etc/wl +@dirrm share/examples/wanderlust/en +@dirrm share/examples/wanderlust/ja +@dirrm share/examples/wanderlust +@dirrm share/wanderlust >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:40: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 EF10916A4DD; Sat, 8 Jul 2006 15:40:22 +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 8C70443D6B; Sat, 8 Jul 2006 15:40:22 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68FeMP0087187; Sat, 8 Jul 2006 15:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68FeMME087183; Sat, 8 Jul 2006 15:40:22 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 15:40:22 GMT From: Edwin Groothuis Message-Id: <200607081540.k68FeMME087183@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nobutaka@FreeBSD.org Cc: Subject: Re: ports/99915: make mail/wanderlust emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 15:40:23 -0000 Synopsis: make mail/wanderlust emacs22 aware Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 15:40:21 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99915 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:47:34 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 908C616A4E2 for ; Sat, 8 Jul 2006 15:47:34 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta05ps.mx.bigpond.com (omta05ps.mx.bigpond.com [144.140.83.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D1943D72 for ; Sat, 8 Jul 2006 15:47:31 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from areilly.bpa.nu ([141.168.7.22]) by omta05ps.mx.bigpond.com with ESMTP id <20060708154729.FGWY16234.omta05ps.mx.bigpond.com@areilly.bpa.nu> for ; Sat, 8 Jul 2006 15:47:29 +0000 Received: (qmail 2361 invoked by uid 501); 8 Jul 2006 15:47:31 -0000 Date: Sun, 9 Jul 2006 01:47:31 +1000 From: Andrew Reilly To: Tilman Linneweh Message-ID: <20060708154731.GA2291@duncan.reilly.home> References: <200607081240.k68CepTs077152@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607081240.k68CepTs077152@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 15:47:34 -0000 On Sat, Jul 08, 2006 at 12:40:51PM +0000, Tilman Linneweh wrote: > Synopsis: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Sat Jul 8 12:39:45 UTC 2006 > State-Changed-Why: > I tried on CURRENT, and it does not seem to be a problem. > > Can you perhaps try to reproduce it on CURRENT? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=98893 Not easily. We'll see. Maybe I'll give it a go soon. What version of GCC is cc on CURRENT? The problem seems to be restricted to -O2 in 3.4.4 (20050518). Works fine at -O2 in GCC 4.1, or -O in 3.4.4, which is how I'm running it now. I did try, for a while, to produce a simple test case that demonstrated the same fault, but failed. The simple test cases that I produced all worked as expected. There must be something non-obvious going on with tcpserver as a whole (or at least a largeish chunk of it.) Sorry I can't be of more immediate use. Cheers, -- Andrew From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 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 4CB3B16A4E0 for ; Sat, 8 Jul 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 958BC43D4C for ; Sat, 8 Jul 2006 15: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 k68FoDNY087398 for ; Sat, 8 Jul 2006 15: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 k68FoDws087397; Sat, 8 Jul 2006 15:50:13 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 15:50:13 GMT Resent-Message-Id: <200607081550.k68FoDws087397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Schmidbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB8416A4DF for ; Sat, 8 Jul 2006 15:48:28 +0000 (UTC) (envelope-from pinhead@stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F8BC43D49 for ; Sat, 8 Jul 2006 15:48:27 +0000 (GMT) (envelope-from pinhead@stderror.at) Received: by murus.stderror.at (Postfix, from userid 1001) id 4CB8E5C64; Sat, 8 Jul 2006 17:52:54 +0200 (CEST) Message-Id: <20060708155254.4CB8E5C64@murus.stderror.at> Date: Sat, 8 Jul 2006 17:52:54 +0200 (CEST) From: Toni Schmidbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99916: make editors/semi emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Toni Schmidbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:50:14 -0000 >Number: 99916 >Category: ports >Synopsis: make editors/semi emacs22 aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 15:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Schmidbauer >Release: FreeBSD 6.1-RC2 i386 >Organization: stderror.at >Environment: System: FreeBSD murus 6.1-RC2 FreeBSD 6.1-RC2 #1: Sun Apr 30 21:28:40 CEST 2006 root@murus:/usr/obj/usr/src/sys/MURUS i386 >Description: editors/semi cannot be installed if emacs-devel (emacs22) is in use >How-To-Repeat: portinstall editors/emacs-devel && portinstall editors/semi >Fix: diff -Nur semi.orig/pkg-descr.emacs22 semi/pkg-descr.emacs22 --- semi.orig/pkg-descr.emacs22 Thu Jan 1 01:00:00 1970 +++ semi/pkg-descr.emacs22 Thu Jul 6 17:15:14 2006 @@ -0,0 +1,24 @@ +SEMI, Library of MIME feature for GNU Emacs for emacs21. + + SEMI is a library to provide MIME feature for GNU Emacs. MIME is a + proposed internet standard for including content and headers other + than (ASCII) plain text in messages. + + SEMI has the following features: + - MIME message viewer (mime-view-mode) (RFC 2045 .. 2049) + - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049) + MIME message viewer and composer also support following features: + - filename handling by Content-Disposition field (RFC 1806) + - PGP/MIME security Multiparts (RFC 2015) + - application/pgp (draft-kazu-pgp-mime-00.txt; obsolete) + - text/richtext (RFC 1521; obsolete; preview only) + - text/enriched (RFC 1896) + - External method configuration by mailcap (RFC 1524) + + Notice that this package does not contain MIME extender for any + MUAs. They are released as separated packages. + + SEMI is installed the following directory tree: + ${LOCALBASE}/share/emacs/22.0.50/site-lisp/semi/ + +Ported by shige@FreeBSD.ORG diff -Nur semi.orig/pkg-plist.emacs22 semi/pkg-plist.emacs22 --- semi.orig/pkg-plist.emacs22 Thu Jan 1 01:00:00 1970 +++ semi/pkg-plist.emacs22 Thu Jul 6 17:11:54 2006 @@ -0,0 +1,58 @@ +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mail-mime-setup.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mail-mime-setup.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-bbdb.el +@unexec /bin/rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-bbdb.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-edit.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-edit.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-image.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-image.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-partial.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-partial.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-pgp.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-pgp.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-play.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-play.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-setup.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-setup.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-view.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-view.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-w3.el +@unexec /bin/rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-w3.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-def.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-def.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-gpg.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-gpg.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-parse.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-parse.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-pgp.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-pgp.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-pgp5.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-pgp5.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/postpet.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/postpet.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/semi-def.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/semi-def.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/semi-setup.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/semi-setup.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/signature.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/signature.elc +%%EMACS_VERSION_SITE_LISPDIR%%/semi/smime.el +%%EMACS_VERSION_SITE_LISPDIR%%/semi/smime.elc +@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/semi +%%SEMIDOCDIR%%/ChangeLog +%%SEMIDOCDIR%%/NEWS +%%SEMIDOCDIR%%/README.en +%%SEMIDOCDIR%%/README.ja +%%SEMIDOCDIR%%/TODO +%%SEMIDOCDIR%%/VERSION +@dirrm %%SEMIDOCDIR%% +@unexec install-info --delete %D/info/mime-ui-en.info %D/info/dir +info/mime-ui-en.info +@exec install-info %D/info/mime-ui-en.info %D/info/dir +@unexec install-info --delete %D/info/mime-ui-ja.info %D/info/dir +info/mime-ui-ja.info +@exec install-info %D/info/mime-ui-ja.info %D/info/dir +share/semi/%%SEMI_COOKIE%% +@unexec /bin/rmdir %D/share/semi || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:50: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 5F5D416A4DA; Sat, 8 Jul 2006 15:50:20 +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 1CEFE43D46; Sat, 8 Jul 2006 15:50: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 k68FoJFJ087535; Sat, 8 Jul 2006 15:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68FoJZ6087531; Sat, 8 Jul 2006 15:50:19 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 15:50:19 GMT From: Edwin Groothuis Message-Id: <200607081550.k68FoJZ6087531@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anray@FreeBSD.org Cc: Subject: Re: ports/99916: make editors/semi emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 15:50:20 -0000 Synopsis: make editors/semi emacs22 aware Responsible-Changed-From-To: freebsd-ports-bugs->anray Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 15:50:19 UTC 2006 Responsible-Changed-Why: anray@ wants to have elisp PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99916 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 16:00:30 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 8BDBC16A4EC for ; Sat, 8 Jul 2006 16:00:30 +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 5855343D66 for ; Sat, 8 Jul 2006 16:00:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68G0QVO087763 for ; Sat, 8 Jul 2006 16:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68G0Qqm087762; Sat, 8 Jul 2006 16:00:26 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 16:00:26 GMT Resent-Message-Id: <200607081600.k68G0Qqm087762@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Schmidbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4152B16A4E5 for ; Sat, 8 Jul 2006 15:53:36 +0000 (UTC) (envelope-from pinhead@stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188B943D64 for ; Sat, 8 Jul 2006 15:53:35 +0000 (GMT) (envelope-from pinhead@stderror.at) Received: by murus.stderror.at (Postfix, from userid 1001) id BAB865C63; Sat, 8 Jul 2006 17:58:02 +0200 (CEST) Message-Id: <20060708155802.BAB865C63@murus.stderror.at> Date: Sat, 8 Jul 2006 17:58:02 +0200 (CEST) From: Toni Schmidbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99917: make editors/flim emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Toni Schmidbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:00:30 -0000 >Number: 99917 >Category: ports >Synopsis: make editors/flim emacs22 aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 16:00:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Schmidbauer >Release: FreeBSD 6.1-RC2 i386 >Organization: stderror.at >Environment: System: FreeBSD murus 6.1-RC2 FreeBSD 6.1-RC2 #1: Sun Apr 30 21:28:40 CEST 2006 root@murus:/usr/obj/usr/src/sys/MURUS i386 >Description: editors/flim cannot be installed if emacs22 is in use >How-To-Repeat: portinstall editors/emacs-devel && portinstall editors/flim >Fix: diff -Nur flim.orig/pkg-descr.emacs22 flim/pkg-descr.emacs22 --- flim.orig/pkg-descr.emacs22 Thu Jan 1 01:00:00 1970 +++ flim/pkg-descr.emacs22 Thu Jul 6 17:08:45 2006 @@ -0,0 +1,13 @@ +FLIM, message representation or encoding emacs lisp library for emacs22. + + FLIM is a library to provide basic features about message + representation or encoding. It consists of following + modules: + - STD 11 (RFC 822) parser and utility + - MIME library + - mailcap parser and utility + + FLIM is installed the following directory tree: + ${LOCALBASE}/share/emacs/22.0.50/site-lisp/flim + +Ported by shige@FreeBSD.ORG diff -Nur flim.orig/pkg-plist.emacs22 flim/pkg-plist.emacs22 --- flim.orig/pkg-plist.emacs22 Thu Jan 1 01:00:00 1970 +++ flim/pkg-plist.emacs22 Thu Jul 6 17:12:22 2006 @@ -0,0 +1,87 @@ +%%EMACS_VERSION_SITE_LISPDIR%%/flim/eword-decode.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/eword-decode.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/eword-encode.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/eword-encode.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hex-util.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hex-util.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hmac-def.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hmac-def.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hmac-md5.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hmac-md5.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hmac-sha1.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/hmac-sha1.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/luna.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/luna.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/lunit.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/lunit.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/md4.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/md4.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/md5.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/md5.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-b-ccl.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-b-ccl.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-b-el.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-b-el.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-g.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-g.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-q-ccl.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-q-ccl.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-q.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-q.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-u.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel-u.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mel.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime-conf.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime-conf.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime-def.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime-def.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime-parse.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime-parse.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mime.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmbuffer.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmbuffer.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmcooked.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmcooked.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmexternal.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmexternal.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmgeneric.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/mmgeneric.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/ntlm.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/ntlm.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/qmtp.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/qmtp.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-cram.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-cram.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-digest.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-digest.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-ntlm.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-ntlm.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-scram.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-scram.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1-el.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1-el.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/smtp.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/smtp.elc +%%EMACS_VERSION_SITE_LISPDIR%%/flim/std11.el +%%EMACS_VERSION_SITE_LISPDIR%%/flim/std11.elc +@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/flim +%%FLIMDOCDIR%%/ChangeLog +%%FLIMDOCDIR%%/NEWS +%%FLIMDOCDIR%%/README.en +%%FLIMDOCDIR%%/README.ja +%%FLIMDOCDIR%%/VERSION +@dirrm %%FLIMDOCDIR%% +@unexec install-info --delete %D/info/mime-en.info %D/info/dir +info/mime-en.info +@exec install-info %D/info/mime-en.info %D/info/dir +@unexec install-info --delete %D/info/mime-ja.info %D/info/dir +info/mime-ja.info +@exec install-info %D/info/mime-ja.info %D/info/dir +share/flim/%%FLIM_COOKIE%% +@unexec /bin/rmdir %D/share/flim || true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 16:00:30 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 902CB16A4ED for ; Sat, 8 Jul 2006 16:00:30 +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 5DF1043D69 for ; Sat, 8 Jul 2006 16:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68G0Ron087797 for ; Sat, 8 Jul 2006 16:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68G0RMM087796; Sat, 8 Jul 2006 16:00:27 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 16:00:27 GMT Resent-Message-Id: <200607081600.k68G0RMM087796@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Schmidbauer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DC016A4DA for ; Sat, 8 Jul 2006 15:57:32 +0000 (UTC) (envelope-from pinhead@stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561A343D46 for ; Sat, 8 Jul 2006 15:57:32 +0000 (GMT) (envelope-from pinhead@stderror.at) Received: by murus.stderror.at (Postfix, from userid 1001) id 02F1C5C63; Sat, 8 Jul 2006 18:01:59 +0200 (CEST) Message-Id: <20060708160200.02F1C5C63@murus.stderror.at> Date: Sat, 8 Jul 2006 18:01:59 +0200 (CEST) From: Toni Schmidbauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99918: make editors/apel emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Toni Schmidbauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:00:30 -0000 >Number: 99918 >Category: ports >Synopsis: make editors/apel emacs22 aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 16:00:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Toni Schmidbauer >Release: FreeBSD 6.1-RC2 i386 >Organization: stderror.at >Environment: System: FreeBSD murus 6.1-RC2 FreeBSD 6.1-RC2 #1: Sun Apr 30 21:28:40 CEST 2006 root@murus:/usr/obj/usr/src/sys/MURUS i386 >Description: editors/apel cannot be installed if emacs22 is in use >How-To-Repeat: portinstall editors/emacs-devel && portinstall editors/apel >Fix: diff -Nur apel.orig/pkg-plist.emacs22 apel/pkg-plist.emacs22 --- apel.orig/pkg-plist.emacs22 Thu Jan 1 01:00:00 1970 +++ apel/pkg-plist.emacs22 Thu Jul 6 18:15:47 2006 @@ -0,0 +1,62 @@ +%%EMACS_VERSION_SITE_LISPDIR%%/apel/alist.el +%%EMACS_VERSION_SITE_LISPDIR%%/apel/alist.elc +%%EMACS_VERSION_SITE_LISPDIR%%/apel/calist.el +%%EMACS_VERSION_SITE_LISPDIR%%/apel/calist.elc +%%EMACS_VERSION_SITE_LISPDIR%%/apel/filename.el +%%EMACS_VERSION_SITE_LISPDIR%%/apel/filename.elc +%%EMACS_VERSION_SITE_LISPDIR%%/apel/install.el +%%EMACS_VERSION_SITE_LISPDIR%%/apel/install.elc +%%EMACS_VERSION_SITE_LISPDIR%%/apel/path-util.el +%%EMACS_VERSION_SITE_LISPDIR%%/apel/path-util.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/apel-ver.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/apel-ver.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/broken.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/broken.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/emu.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/emu.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/inv-19.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/inv-19.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/invisible.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/invisible.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mcharset.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mcharset.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mcs-20.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mcs-20.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mcs-e20.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mcs-e20.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mule-caesar.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/mule-caesar.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pccl.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pccl.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pccl-20.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pccl-20.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pces.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pces.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pces-20.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pces-20.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pces-e20.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pces-e20.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pcustom.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pcustom.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poe.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poe.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poem.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poem.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poem-e20.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poem-e20.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poem-e20_3.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/poem-e20_3.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/product.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/product.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pym.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/pym.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/richtext.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/richtext.elc +%%EMACS_VERSION_SITE_LISPDIR%%/emu/static.el +%%EMACS_VERSION_SITE_LISPDIR%%/emu/static.elc +@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/apel +@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/emu +%%APELDOCDIR%%/ChangeLog +%%APELDOCDIR%%/README.en +%%APELDOCDIR%%/README.ja +@dirrm %%APELDOCDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 16: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 4BA0216A4DD; Sat, 8 Jul 2006 16:00:36 +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 E815343D53; Sat, 8 Jul 2006 16:00:35 +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 k68G0ZrC087928; Sat, 8 Jul 2006 16:00:35 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68G0ZND087924; Sat, 8 Jul 2006 16:00:35 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 16:00:35 GMT From: Edwin Groothuis Message-Id: <200607081600.k68G0ZND087924@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anray@FreeBSD.org Cc: Subject: Re: ports/99917: make editors/flim emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 16:00:36 -0000 Synopsis: make editors/flim emacs22 aware Responsible-Changed-From-To: freebsd-ports-bugs->anray Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 16:00:35 UTC 2006 Responsible-Changed-Why: anray@ wants to have elisp PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99917 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 16:00: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 88B1316A4DE; Sat, 8 Jul 2006 16:00:44 +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 4596743D45; Sat, 8 Jul 2006 16:00:44 +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 k68G0ixt088049; Sat, 8 Jul 2006 16:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68G0icI088045; Sat, 8 Jul 2006 16:00:44 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 16:00:44 GMT From: Edwin Groothuis Message-Id: <200607081600.k68G0icI088045@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anray@FreeBSD.org Cc: Subject: Re: ports/99918: make editors/apel emacs22 aware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 16:00:44 -0000 Synopsis: make editors/apel emacs22 aware Responsible-Changed-From-To: freebsd-ports-bugs->anray Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 16:00:43 UTC 2006 Responsible-Changed-Why: anray@ wants to have elisp PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=99918 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 16:58: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 A032A16A4DE; Sat, 8 Jul 2006 16:58:06 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5753443D45; Sat, 8 Jul 2006 16:58:06 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68Gw6rW091298; Sat, 8 Jul 2006 16:58:06 GMT (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68Gw5D3091294; Sat, 8 Jul 2006 16:58:05 GMT (envelope-from nobutaka) Date: Sat, 8 Jul 2006 16:58:05 GMT From: MANTANI Nobutaka Message-Id: <200607081658.k68Gw5D3091294@freefall.freebsd.org> To: tate@tateoka.org, nobutaka@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99906: namazu2 cannot work because MeCab.pm is not installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:58:06 -0000 Synopsis: namazu2 cannot work because MeCab.pm is not installed State-Changed-From-To: open->closed State-Changed-By: nobutaka State-Changed-When: Sat Jul 8 16:57:34 UTC 2006 State-Changed-Why: Fixed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99906 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 17: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 01FD016A4DE for ; Sat, 8 Jul 2006 17: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 273C343D4C for ; Sat, 8 Jul 2006 17: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 k68HoFsl094129 for ; Sat, 8 Jul 2006 17: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 k68HoFhb094127; Sat, 8 Jul 2006 17:50:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 17:50:15 GMT Resent-Message-Id: <200607081750.k68HoFhb094127@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D19C16A4E0 for ; Sat, 8 Jul 2006 17:44:40 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0ECA243D4C for ; Sat, 8 Jul 2006 17:44:38 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 08 Jul 2006 17:44:37 -0000 Received: from p5091010D.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.1.13] by mail.gmx.net (mp012) with SMTP; 08 Jul 2006 19:44:37 +0200 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id ADEEC200B17; Sat, 8 Jul 2006 19:44:36 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24755-17; Sat, 8 Jul 2006 19:44:35 +0200 (CEST) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2]) by merlin.emma.line.org (Postfix) with ESMTP id 1DDC4200A9C; Sat, 8 Jul 2006 19:44:35 +0200 (CEST) Received: by libertas.emma.line.org (Postfix, from userid 1001) id 979BA51; Sat, 8 Jul 2006 19:44:34 +0200 (CEST) Message-Id: <20060708174434.979BA51@libertas.emma.line.org> Date: Sat, 8 Jul 2006 19:44:34 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@FreeBSD.org, knu@FreeBSD.org Subject: ports/99919: [PATCH][IMPORTANT] databases/ruby-bdb: fix compilation with multiple db4* installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 17:50:17 -0000 >Number: 99919 >Category: ports >Synopsis: [PATCH][IMPORTANT] databases/ruby-bdb: fix compilation with multiple db4* installed >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 17:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #12: Thu Jun 15 20:09:12 CEST 2006 >Description: Pass the BDB_LIB_NAME to the extconf.rb script so it checks ONLY the db library that the ports system configured and will list as dependency. This should get rid of the many "db_version*" and missing libdb* problems observed with this port. Port maintainer (knu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ruby18-bdb-0.5.9_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/ruby-bdb/Makefile /usr/home/emma/ports/databases/ruby-bdb/Makefile --- /usr/ports/databases/ruby-bdb/Makefile Sat Jul 8 19:20:27 2006 +++ /usr/home/emma/ports/databases/ruby-bdb/Makefile Sat Jul 8 19:32:29 2006 @@ -7,6 +7,7 @@ PORTNAME= bdb PORTVERSION= 0.5.9 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -25,7 +26,8 @@ USE_RUBY_RDOC= yes CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \ - --with-db-lib=${BDB_LIB_DIR} + --with-db-lib=${BDB_LIB_DIR} \ + --with-db-version=${BDB_LIB_NAME:S/^db//} INSTALL_TARGET= site-install DOCS= Changes \ --- ruby18-bdb-0.5.9_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 17:50:23 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 79DC916A4DE; Sat, 8 Jul 2006 17:50:23 +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 1102B43D45; Sat, 8 Jul 2006 17:50:23 +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 k68HoMXe094266; Sat, 8 Jul 2006 17:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68HoMpF094262; Sat, 8 Jul 2006 17:50:22 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 17:50:22 GMT From: Edwin Groothuis Message-Id: <200607081750.k68HoMpF094262@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Cc: Subject: Re: ports/99919: [PATCH][IMPORTANT] databases/ruby-bdb: fix compilation with multiple db4* installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 17:50:23 -0000 Synopsis: [PATCH][IMPORTANT] databases/ruby-bdb: fix compilation with multiple db4* installed Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 17:50:22 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99919 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 19:00:41 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 842BC16A4E2 for ; Sat, 8 Jul 2006 19:00:41 +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 5E66543D73 for ; Sat, 8 Jul 2006 19:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68J0Ug4097528 for ; Sat, 8 Jul 2006 19:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68J0ULw097527; Sat, 8 Jul 2006 19:00:30 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 19:00:30 GMT Resent-Message-Id: <200607081900.k68J0ULw097527@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Darren Pilgrim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8CE16A4DD for ; Sat, 8 Jul 2006 18:52:51 +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 948E543D62 for ; Sat, 8 Jul 2006 18:52:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k68IqmwI017274 for ; Sat, 8 Jul 2006 18:52:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k68IqmIL017236; Sat, 8 Jul 2006 18:52:48 GMT (envelope-from nobody) Message-Id: <200607081852.k68IqmIL017236@www.freebsd.org> Date: Sat, 8 Jul 2006 18:52:48 GMT From: Darren Pilgrim To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/99922: [mail/postifxadmin] Change request to 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: Sat, 08 Jul 2006 19:00:41 -0000 >Number: 99922 >Category: ports >Synopsis: [mail/postifxadmin] Change request to take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 19:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Darren Pilgrim >Release: n/a >Organization: >Environment: n/a >Description: After discussion with the current maintainer (Ion-Mihai "IOnut" Tetcu ), I'm volunteering for maintainer of the mail/postfixadmin port. The following diff changes MAINTAINER to my email address: --- Makefile.orig Fri Jul 7 13:56:48 2006 +++ Makefile Sat Jul 8 11:39:53 2006 @@ -13,7 +13,7 @@ http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ EXTRACT_SUFX= .tgz -MAINTAINER= itetcu@FreeBSD.org +MAINTAINER= darren.pilgrim@bitfreak.org COMMENT= PHP web-based management tool for Postfix virtual domains and users NO_BUILD= yes >How-To-Repeat: n/a >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 19:30: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 28F1816A4EB for ; Sat, 8 Jul 2006 19:30: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 8D2AE43D4C for ; Sat, 8 Jul 2006 19:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68JUGAp098420 for ; Sat, 8 Jul 2006 19:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68JUGxx098419; Sat, 8 Jul 2006 19:30:16 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 19:30:16 GMT Resent-Message-Id: <200607081930.k68JUGxx098419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420AE16A4DA for ; Sat, 8 Jul 2006 19:24:22 +0000 (UTC) (envelope-from ahze@blueherron.ahze.net) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC51843D49 for ; Sat, 8 Jul 2006 19:24:21 +0000 (GMT) (envelope-from ahze@blueherron.ahze.net) Received: from ibm66aec.bellsouth.net ([68.209.163.3]) by imf23aec.mail.bellsouth.net with ESMTP id <20060708192420.EVLN28176.imf23aec.mail.bellsouth.net@ibm66aec.bellsouth.net> for ; Sat, 8 Jul 2006 15:24:20 -0400 Received: from blueherron.ahze.net ([68.209.163.3]) by ibm66aec.bellsouth.net with ESMTP id <20060708192411.DLEA18054.ibm66aec.bellsouth.net@blueherron.ahze.net>; Sat, 8 Jul 2006 15:24:11 -0400 Received: (from root@localhost) by blueherron.ahze.net (8.13.6/8.13.6/Submit) id k68FQROO018798; Sat, 8 Jul 2006 15:26:27 GMT (envelope-from ahze) Message-Id: <200607081526.k68FQROO018798@blueherron.ahze.net> Date: Sat, 8 Jul 2006 15:26:27 GMT From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: r.c.ladan@gmail.com Subject: ports/99923: [PATCH] audio/xmms-wma: fix build on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 19:30:17 -0000 >Number: 99923 >Category: ports >Synopsis: [PATCH] audio/xmms-wma: fix build on sparc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 19:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: - Fix build on sparc64 Port maintainer (r.c.ladan@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xmms-wma-1.0.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmms-wma/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 25 May 2006 20:57:32 -0000 1.22 +++ Makefile 8 Jul 2006 14:44:42 -0000 @@ -18,9 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -CFLAGS+= -fpic -DPIC - -ONLY_FOR_ARCHS= i386 amd64 +CFLAGS+= -fPIC -DPIC PLIST_FILES= lib/xmms/Input/libwma.so @@ -29,6 +27,8 @@ USE_ICONV= yes .endif +.include + pre-everything:: .if !defined(WITH_ICONV) @${ECHO_MSG} "You may specify the following on the command line:" @@ -41,5 +41,9 @@ @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile.inc @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/ffmpeg-strip-wma/config.mak @${REINPLACE_CMD} -e 's|CFLAGS :=|CFLAGS := ${CFLAGS}|g' ${WRKSRC}/Makefile.inc +.if ${ARCH}=="sparc64" + @${REINPLACE_CMD} -e 's|X86|SPARC64|' ${WRKSRC}/ffmpeg-strip-wma/config.mak + @${REINPLACE_CMD} -e 's|#define ARCH_X86 1|#define ARCH_SPARC64 1|' ${WRKSRC}/ffmpeg-strip-wma/config.h +.endif -.include +.include --- xmms-wma-1.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 19:30:26 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 C11E016A4DA; Sat, 8 Jul 2006 19:30:26 +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 3E55F43D4C; Sat, 8 Jul 2006 19:30:26 +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 k68JUQ2o098611; Sat, 8 Jul 2006 19:30:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68JUPS2098607; Sat, 8 Jul 2006 19:30:26 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 19:30:26 GMT From: Edwin Groothuis Message-Id: <200607081930.k68JUPS2098607@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Cc: Subject: Re: ports/99923: [PATCH] audio/xmms-wma: fix build on sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 19:30:26 -0000 Synopsis: [PATCH] audio/xmms-wma: fix build on sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 19:30:25 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99923 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:00:47 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 1F4DB16A4DD; Sat, 8 Jul 2006 20:00:47 +0000 (UTC) (envelope-from sjr@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA1643D45; Sat, 8 Jul 2006 20:00:46 +0000 (GMT) (envelope-from sjr@comcast.net) Received: from istari.comcast.net (c-69-139-159-113.hsd1.md.comcast.net[69.139.159.113](misconfigured sender)) by comcast.net (sccrmhc13) with ESMTP id <2006070820004501300k0ncle>; Sat, 8 Jul 2006 20:00:45 +0000 Received: from istari.comcast.net (localhost [127.0.0.1]) by istari.comcast.net (8.13.6/8.13.6) with ESMTP id k68K0bmJ002909; Sat, 8 Jul 2006 16:00:41 -0400 (EDT) (envelope-from sjr@istari.comcast.net) Message-Id: <200607082000.k68K0bmJ002909@istari.comcast.net> Date: Sat, 8 Jul 2006 16:00:37 -0400 (EDT) From: "Stephen J. Roznowski" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200605291650.k4TGoFQc061829@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: ehaupt@FreeBSD.org Subject: Re: ports/98100: [Changing MAINTAINER] Taking ownership of 4 ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:00:47 -0000 Additional change after "portlint -A": --- tkrat2/Makefile.orig Sat Jul 8 15:56:09 2006 +++ tkrat2/Makefile Sat Jul 8 15:56:16 2006 @@ -33,7 +33,7 @@ .include .if ${ARCH} == "sparc64" -BROKEN= "Build fails on sparc64" +BROKEN= Build fails on sparc64 .endif post-install: -- Stephen J. Roznowski (sjr@comcast.net) From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20: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 9481C16A4DA for ; Sat, 8 Jul 2006 20: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 5383043D53 for ; Sat, 8 Jul 2006 20:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KAHI1001080 for ; Sat, 8 Jul 2006 20:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KAHB1001079; Sat, 8 Jul 2006 20:10:17 GMT (envelope-from gnats) Date: Sat, 8 Jul 2006 20:10:17 GMT Message-Id: <200607082010.k68KAHB1001079@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Stephen J. Roznowski" Cc: Subject: Re: ports/98100: [Changing MAINTAINER] Taking ownership of 4 ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Stephen J. Roznowski" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:10:17 -0000 The following reply was made to PR ports/98100; it has been noted by GNATS. From: "Stephen J. Roznowski" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: ehaupt@FreeBSD.org Subject: Re: ports/98100: [Changing MAINTAINER] Taking ownership of 4 ports Date: Sat, 8 Jul 2006 16:00:37 -0400 (EDT) Additional change after "portlint -A": --- tkrat2/Makefile.orig Sat Jul 8 15:56:09 2006 +++ tkrat2/Makefile Sat Jul 8 15:56:16 2006 @@ -33,7 +33,7 @@ .include .if ${ARCH} == "sparc64" -BROKEN= "Build fails on sparc64" +BROKEN= Build fails on sparc64 .endif post-install: -- Stephen J. Roznowski (sjr@comcast.net) From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:20: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 6C1E616A4DA for ; Sat, 8 Jul 2006 20:20: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 A42A843D46 for ; Sat, 8 Jul 2006 20:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KKKxB001447 for ; Sat, 8 Jul 2006 20:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KKKv0001446; Sat, 8 Jul 2006 20:20:20 GMT (envelope-from gnats) Date: Sat, 8 Jul 2006 20:20:20 GMT Message-Id: <200607082020.k68KKKv0001446@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Stephen J. Roznowski" Cc: Subject: Re: ports/98100: [Changing MAINTAINER] Taking ownership of 4 ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Stephen J. Roznowski" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:20:21 -0000 The following reply was made to PR ports/98100; it has been noted by GNATS. From: "Stephen J. Roznowski" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/98100: [Changing MAINTAINER] Taking ownership of 4 ports Date: Sat, 8 Jul 2006 16:12:23 -0400 (EDT) Additional change after "portlint -A": --- tkrat2/Makefile.orig Sat Jul 8 15:56:09 2006 +++ tkrat2/Makefile Sat Jul 8 15:56:16 2006 @@ -33,7 +33,7 @@ .include .if ${ARCH} == "sparc64" -BROKEN= "Build fails on sparc64" +BROKEN= Build fails on sparc64 .endif post-install: -- Stephen J. Roznowski (sjr@comcast.net) From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:30: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 D0F3D16A51F for ; Sat, 8 Jul 2006 20:30:22 +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 9396343D5C for ; Sat, 8 Jul 2006 20:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KUIcZ001783 for ; Sat, 8 Jul 2006 20:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KUIZf001778; Sat, 8 Jul 2006 20:30:18 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:30:18 GMT Resent-Message-Id: <200607082030.k68KUIZf001778@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEABB16A4DF for ; Sat, 8 Jul 2006 20:22:51 +0000 (UTC) (envelope-from root@marcus.grupos.com.br) Received: from corp.grupos.com.br (corp.grupos.com.br [200.193.29.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1E143D45 for ; Sat, 8 Jul 2006 20:22:51 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from marcus.grupos.com.br (marcus.grupos.com.br [192.168.10.10]) by corp.grupos.com.br (Postfix) with ESMTP id EE5EB5D48 for ; Sat, 8 Jul 2006 17:22:49 -0300 (BRT) Received: by marcus.grupos.com.br (Postfix, from userid 0) id D728128439; Sat, 8 Jul 2006 17:22:49 -0300 (BRT) Message-Id: <20060708202249.D728128439@marcus.grupos.com.br> Date: Sat, 8 Jul 2006 17:22:49 -0300 (BRT) From: Marcus Alves Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99925: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:30:22 -0000 >Number: 99925 >Category: ports >Synopsis: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 20:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marcus Alves Grando >Release: FreeBSD 6.1-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD marcus.grupos.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jul 7 13:57:18 BRT 2006 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 >Description: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:30:37 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 0541716A505; Sat, 8 Jul 2006 20:30:37 +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 3721E43D55; Sat, 8 Jul 2006 20:30:33 +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 k68KUXm3001974; Sat, 8 Jul 2006 20:30:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KUX8N001970; Sat, 8 Jul 2006 20:30:33 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 20:30:33 GMT From: Edwin Groothuis Message-Id: <200607082030.k68KUX8N001970@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99925: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 20:30:37 -0000 Synopsis: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sat Jul 8 20:30:30 UTC 2006 Class-Changed-Why: Fix category (submitter is maintainer) http://www.freebsd.org/cgi/query-pr.cgi?pr=99925 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:30:51 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 422F616A4E2; Sat, 8 Jul 2006 20:30:51 +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 9715D43D70; Sat, 8 Jul 2006 20:30:48 +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 k68KUmsp002433; Sat, 8 Jul 2006 20:30:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KUmrk002429; Sat, 8 Jul 2006 20:30:48 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 20:30:48 GMT From: Edwin Groothuis Message-Id: <200607082030.k68KUmrk002429@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mnag@FreeBSD.org Cc: Subject: Re: ports/99925: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 20:30:51 -0000 Synopsis: Repocopy: databases/py-pysqlite22 -> databases/py-pysqlite23 Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 20:30:47 UTC 2006 Responsible-Changed-Why: Submitter is maintainer and has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=99925 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:34: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 42A9D16A4ED; Sat, 8 Jul 2006 20:34:47 +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 F11C143D45; Sat, 8 Jul 2006 20:34:46 +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 k68KYkLi003386; Sat, 8 Jul 2006 20:34:46 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KYknM003382; Sat, 8 Jul 2006 20:34:46 GMT (envelope-from itetcu) Date: Sat, 8 Jul 2006 20:34:46 GMT From: Ion-Mihai Tetcu Message-Id: <200607082034.k68KYknM003382@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99922: [mail/postifxadmin] Change request to 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: Sat, 08 Jul 2006 20:34:47 -0000 Synopsis: [mail/postifxadmin] Change request to take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sat Jul 8 20:34:45 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99922 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20: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 987AC16A4E2 for ; Sat, 8 Jul 2006 20: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 15D8F43D46 for ; Sat, 8 Jul 2006 20:40: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 k68KeCiN003644 for ; Sat, 8 Jul 2006 20:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeCYx003643; Sat, 8 Jul 2006 20:40:12 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:12 GMT Resent-Message-Id: <200607082040.k68KeCYx003643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F75716A4DE for ; Sat, 8 Jul 2006 20:33:33 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 157FF43D4C for ; Sat, 8 Jul 2006 20:33:32 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008IZ-IX for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:00 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJF031984 for ; Sun, 9 Jul 2006 00:33:02 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSurr030702; Sun, 9 Jul 2006 00:28:56 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSurr030702@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:56 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99928: [MAINTAINER PATCH] x11-themes/e17-theme-winter eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:15 -0000 >Number: 99928 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-winter eliminate pkg-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 Jul 08 20:40:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-winter.diff begins here --- diff -ruN e17-theme-winter.orig/Makefile e17-theme-winter/Makefile --- e17-theme-winter.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-winter/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/winter-e17.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-winter.orig/pkg-plist e17-theme-winter/pkg-plist --- e17-theme-winter.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-winter/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/winter-e17.edj --- e17-theme-winter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40: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 DBD2916A4DE for ; Sat, 8 Jul 2006 20:40: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 7CC7F43D49 for ; Sat, 8 Jul 2006 20:40: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 k68KeD3K003657 for ; Sat, 8 Jul 2006 20:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeDpi003656; Sat, 8 Jul 2006 20:40:13 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:13 GMT Resent-Message-Id: <200607082040.k68KeDpi003656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AB716A4DF for ; Sat, 8 Jul 2006 20:33:33 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1563643D49 for ; Sat, 8 Jul 2006 20:33:31 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSy-0008IX-Ss for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:31:58 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJB031984 for ; Sun, 9 Jul 2006 00:33:01 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSsRn030405; Sun, 9 Jul 2006 00:28:54 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSsRn030405@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:54 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99929: [MAINTAINER PATCH] x11-themes/e17-theme-gant eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:18 -0000 >Number: 99929 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-gant eliminate pkg-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 Jul 08 20:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-gant.diff begins here --- diff -ruN e17-theme-gant.orig/Makefile e17-theme-gant/Makefile --- e17-theme-gant.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-gant/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/gant.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-gant.orig/pkg-plist e17-theme-gant/pkg-plist --- e17-theme-gant.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-gant/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/gant.edj --- e17-theme-gant.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40: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 1DF3816A505 for ; Sat, 8 Jul 2006 20:40: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 E15E343D45 for ; Sat, 8 Jul 2006 20:40: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 k68KeD8i003670 for ; Sat, 8 Jul 2006 20:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeDc5003669; Sat, 8 Jul 2006 20:40:13 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:13 GMT Resent-Message-Id: <200607082040.k68KeDc5003669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8199716A4E0 for ; Sat, 8 Jul 2006 20:33:33 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 154A743D46 for ; Sat, 8 Jul 2006 20:33:31 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSy-0008IY-UA for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:00 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJD031984 for ; Sun, 9 Jul 2006 00:33:02 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSt6i030552; Sun, 9 Jul 2006 00:28:55 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSt6i030552@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:55 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99930: [MAINTAINER PATCH] x11-themes/e17-theme-milky eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:21 -0000 >Number: 99930 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-milky eliminate pkg-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 Jul 08 20:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-milky.diff begins here --- diff -ruN e17-theme-milky.orig/Makefile e17-theme-milky/Makefile --- e17-theme-milky.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-milky/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/Milky.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-milky.orig/pkg-plist e17-theme-milky/pkg-plist --- e17-theme-milky.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-milky/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/Milky.edj --- e17-theme-milky.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:23 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 C729116A4FF for ; Sat, 8 Jul 2006 20:40:23 +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 CFD1243D58 for ; Sat, 8 Jul 2006 20:40: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 k68KeEkq003683 for ; Sat, 8 Jul 2006 20: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 k68KeEHT003682; Sat, 8 Jul 2006 20:40:14 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:14 GMT Resent-Message-Id: <200607082040.k68KeEHT003682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A6316A4DA for ; Sat, 8 Jul 2006 20:33:34 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1B843D45 for ; Sat, 8 Jul 2006 20:33:34 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008Ia-Jq for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:02 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJH031984 for ; Sun, 9 Jul 2006 00:33:02 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KStVr030603; Sun, 9 Jul 2006 00:28:55 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KStVr030603@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:55 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99931: [MAINTAINER PATCH] x11-themes/e17-theme-neptun eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:23 -0000 >Number: 99931 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-neptun eliminate pkg-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 Jul 08 20:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-neptun.diff begins here --- diff -ruN e17-theme-neptun.orig/Makefile e17-theme-neptun/Makefile --- e17-theme-neptun.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-neptun/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/neptune-0.5.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-neptun.orig/pkg-plist e17-theme-neptun/pkg-plist --- e17-theme-neptun.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-neptun/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/neptune-0.5.edj --- e17-theme-neptun.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40: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 1C4A416A500 for ; Sat, 8 Jul 2006 20:40:24 +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 1DC6E43D5A for ; Sat, 8 Jul 2006 20:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeGbt003749 for ; Sat, 8 Jul 2006 20:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeGDp003748; Sat, 8 Jul 2006 20:40:16 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:16 GMT Resent-Message-Id: <200607082040.k68KeGDp003748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B8716A4E5 for ; Sat, 8 Jul 2006 20:33:37 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A41D943D46 for ; Sat, 8 Jul 2006 20:33:36 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008Id-MO for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:04 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJN031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSsfZ030503; Sun, 9 Jul 2006 00:28:54 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSsfZ030503@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:54 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99935: [MAINTAINER PATCH] x11-themes/e17-theme-mclaren eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:24 -0000 >Number: 99935 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-mclaren eliminate pkg-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 Jul 08 20:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-mclaren.diff begins here --- diff -ruN e17-theme-mclaren.orig/Makefile e17-theme-mclaren/Makefile --- e17-theme-mclaren.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-mclaren/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/McLaren-0.1.0.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-mclaren.orig/pkg-plist e17-theme-mclaren/pkg-plist --- e17-theme-mclaren.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-mclaren/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/McLaren-0.1.0.edj --- e17-theme-mclaren.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40: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 4E0F816A504 for ; Sat, 8 Jul 2006 20:40:24 +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 87D7F43D5C for ; Sat, 8 Jul 2006 20: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 k68KeFE0003696 for ; Sat, 8 Jul 2006 20:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeEt4003695; Sat, 8 Jul 2006 20:40:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:15 GMT Resent-Message-Id: <200607082040.k68KeEt4003695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA7316A4DD for ; Sat, 8 Jul 2006 20:33:35 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728AE43D46 for ; Sat, 8 Jul 2006 20:33:34 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008Ib-KU for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:02 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJJ031984 for ; Sun, 9 Jul 2006 00:33:02 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSsjl030356; Sun, 9 Jul 2006 00:28:54 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSsjl030356@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:54 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99932: [MAINTAINER PATCH] x11-themes/e17-theme-detour eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:24 -0000 >Number: 99932 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-detour eliminate pkg-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 Jul 08 20:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-detour.diff begins here --- diff -ruN e17-theme-detour.orig/Makefile e17-theme-detour/Makefile --- e17-theme-detour.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-detour/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/detour-pre4.2.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-detour.orig/pkg-plist e17-theme-detour/pkg-plist --- e17-theme-detour.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-detour/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/detour-pre4.2.edj --- e17-theme-detour.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40: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 E767816A4DA for ; Sat, 8 Jul 2006 20:40:24 +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 0B13343D60 for ; Sat, 8 Jul 2006 20:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeGEp003730 for ; Sat, 8 Jul 2006 20:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeGva003729; Sat, 8 Jul 2006 20:40:16 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:16 GMT Resent-Message-Id: <200607082040.k68KeGva003729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1CF16A4E1 for ; Sat, 8 Jul 2006 20:33:36 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F3A43D45 for ; Sat, 8 Jul 2006 20:33:36 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008Ie-Lk for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:04 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJP031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSswL030454; Sun, 9 Jul 2006 00:28:54 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSswL030454@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:54 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99934: [MAINTAINER PATCH] x11-themes/e17-theme-japan2007 eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:25 -0000 >Number: 99934 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-japan2007 eliminate pkg-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 Jul 08 20:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-japan2007.diff begins here --- diff -ruN e17-theme-japan2007.orig/Makefile e17-theme-japan2007/Makefile --- e17-theme-japan2007.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-japan2007/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/japan2007.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-japan2007.orig/pkg-plist e17-theme-japan2007/pkg-plist --- e17-theme-japan2007.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-japan2007/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/japan2007.edj --- e17-theme-japan2007.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:26 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 010FC16A4E1 for ; Sat, 8 Jul 2006 20:40:26 +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 F2FD443D46 for ; Sat, 8 Jul 2006 20: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 k68KeFhj003711 for ; Sat, 8 Jul 2006 20:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeFoQ003710; Sat, 8 Jul 2006 20:40:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:15 GMT Resent-Message-Id: <200607082040.k68KeFoQ003710@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7201416A4E2 for ; Sat, 8 Jul 2006 20:33:35 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CDD43D49 for ; Sat, 8 Jul 2006 20:33:34 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008Ic-L7 for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:03 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJL031984 for ; Sun, 9 Jul 2006 00:33:02 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSqhc030111; Sun, 9 Jul 2006 00:28:52 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSqhc030111@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:52 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99933: [MAINTAINER PATCH] x11-themes/e17-theme-blokkie eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:26 -0000 >Number: 99933 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-blokkie eliminate pkg-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 Jul 08 20:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-blokkie.diff begins here --- diff -ruN e17-theme-blokkie.orig/Makefile e17-theme-blokkie/Makefile --- e17-theme-blokkie.orig/Makefile Sun Jul 9 00:19:35 2006 +++ e17-theme-blokkie/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/blokkie.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-blokkie.orig/pkg-plist e17-theme-blokkie/pkg-plist --- e17-theme-blokkie.orig/pkg-plist Sun Jul 9 00:19:35 2006 +++ e17-theme-blokkie/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/blokkie.edj --- e17-theme-blokkie.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:26 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 6A8B416A4E2 for ; Sat, 8 Jul 2006 20:40:26 +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 CC68943D5D for ; Sat, 8 Jul 2006 20:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeHY9003779 for ; Sat, 8 Jul 2006 20:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeHnb003778; Sat, 8 Jul 2006 20:40:17 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:17 GMT Resent-Message-Id: <200607082040.k68KeHnb003778@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 412C216A4DF for ; Sat, 8 Jul 2006 20:33:38 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF26443D46 for ; Sat, 8 Jul 2006 20:33:37 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJT0-0008Ig-9V for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:06 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJT031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSrg7030209; Sun, 9 Jul 2006 00:28:53 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSrg7030209@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:53 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99937: [MAINTAINER PATCH] x11-themes/e17-theme-blue_eyed eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:26 -0000 >Number: 99937 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-blue_eyed eliminate pkg-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 Jul 08 20:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-blue_eyed.diff begins here --- diff -ruN e17-theme-blue_eyed.orig/Makefile e17-theme-blue_eyed/Makefile --- e17-theme-blue_eyed.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-blue_eyed/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/blue_eyed_0.6.5.g_c.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-blue_eyed.orig/pkg-plist e17-theme-blue_eyed/pkg-plist --- e17-theme-blue_eyed.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-blue_eyed/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/blue_eyed_0.6.5.g_c.edj --- e17-theme-blue_eyed.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:26 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 6D68316A4E5 for ; Sat, 8 Jul 2006 20:40:26 +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 4A19043D64 for ; Sat, 8 Jul 2006 20:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeH7h003766 for ; Sat, 8 Jul 2006 20:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeHTM003765; Sat, 8 Jul 2006 20:40:17 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:17 GMT Resent-Message-Id: <200607082040.k68KeHTM003765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69E716A4DE for ; Sat, 8 Jul 2006 20:33:37 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3140B43D46 for ; Sat, 8 Jul 2006 20:33:37 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJSz-0008If-N3 for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:05 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJR031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSrUF030307; Sun, 9 Jul 2006 00:28:53 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSrUF030307@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:53 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99936: [MAINTAINER PATCH] x11-themes/e17-theme-cthulhain eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:26 -0000 >Number: 99936 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-cthulhain eliminate pkg-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 Jul 08 20:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-cthulhain.diff begins here --- diff -ruN e17-theme-cthulhain.orig/Makefile e17-theme-cthulhain/Makefile --- e17-theme-cthulhain.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-cthulhain/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/cthulhain-0.3pre2.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-cthulhain.orig/pkg-plist e17-theme-cthulhain/pkg-plist --- e17-theme-cthulhain.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-cthulhain/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/cthulhain-0.3pre2.edj --- e17-theme-cthulhain.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:26 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 8888916A4E8 for ; Sat, 8 Jul 2006 20:40:26 +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 1B9CD43D5E for ; Sat, 8 Jul 2006 20:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeI2g003792 for ; Sat, 8 Jul 2006 20:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeHqI003791; Sat, 8 Jul 2006 20:40:17 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:17 GMT Resent-Message-Id: <200607082040.k68KeHqI003791@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8367516A4E6 for ; Sat, 8 Jul 2006 20:33:38 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E6243D49 for ; Sat, 8 Jul 2006 20:33:37 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJT0-0008Ih-A9 for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:06 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJV031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSrCA030258; Sun, 9 Jul 2006 00:28:53 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSrCA030258@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:53 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99938: [MAINTAINER PATCH] x11-themes/e17-theme-carbon eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:26 -0000 >Number: 99938 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-carbon eliminate pkg-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 Jul 08 20:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-carbon.diff begins here --- diff -ruN e17-theme-carbon.orig/Makefile e17-theme-carbon/Makefile --- e17-theme-carbon.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-carbon/Makefile Sun Jul 9 00:19:36 2006 @@ -24,6 +24,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/Carbon-14.edj + do-install: ${MKDIR} ${PREFIX}/share/enlightenment/data/themes ${INSTALL_DATA} ${WRKSRC}/carbon_themes_pack/e17/Carbon-14.edj \ diff -ruN e17-theme-carbon.orig/pkg-plist e17-theme-carbon/pkg-plist --- e17-theme-carbon.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-carbon/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/Carbon-14.edj --- e17-theme-carbon.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:27 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 EA48A16A517 for ; Sat, 8 Jul 2006 20:40:26 +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 B6F9143D67 for ; Sat, 8 Jul 2006 20:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeIOe003805 for ; Sat, 8 Jul 2006 20:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeIZx003804; Sat, 8 Jul 2006 20:40:18 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:18 GMT Resent-Message-Id: <200607082040.k68KeIZx003804@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C513E16A4E0 for ; Sat, 8 Jul 2006 20:33:38 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5E843D46 for ; Sat, 8 Jul 2006 20:33:38 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJT0-0008Ii-Ar for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:06 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJX031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KSqTZ030160; Sun, 9 Jul 2006 00:28:52 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KSqTZ030160@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:52 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99939: [MAINTAINER PATCH] x11-themes/e17-theme-blue_default eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:27 -0000 >Number: 99939 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-blue_default eliminate pkg-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 Jul 08 20:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-blue_default.diff begins here --- diff -ruN e17-theme-blue_default.orig/Makefile e17-theme-blue_default/Makefile --- e17-theme-blue_default.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-blue_default/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/bluedefault-1.0.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-blue_default.orig/pkg-plist e17-theme-blue_default/pkg-plist --- e17-theme-blue_default.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-blue_default/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/bluedefault-1.0.edj --- e17-theme-blue_default.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:27 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 00E8316A51A for ; Sat, 8 Jul 2006 20:40:26 +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 1721643D6B for ; Sat, 8 Jul 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 k68KeJpb003818 for ; Sat, 8 Jul 2006 20:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeJnp003817; Sat, 8 Jul 2006 20:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:19 GMT Resent-Message-Id: <200607082040.k68KeJnp003817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E1316A4E7 for ; Sat, 8 Jul 2006 20:33:39 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A832E43D49 for ; Sat, 8 Jul 2006 20:33:38 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJT0-0008Ij-C8 for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:06 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJZ031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68KStfk030653; Sun, 9 Jul 2006 00:28:55 +0400 (MSD) (envelope-from stas) Message-Id: <200607082028.k68KStfk030653@fonon.realnet> Date: Sun, 9 Jul 2006 00:28:55 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99940: [MAINTAINER PATCH] x11-themes/e17-theme-simply_white eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:40:27 -0000 >Number: 99940 >Category: ports >Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-simply_white eliminate pkg-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 Jul 08 20:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Move pkg-plist elements to Makefile (using PLIST_FILES). Note: pkg-plist file has been deleted. >How-To-Repeat: >Fix: --- e17-theme-simply_white.diff begins here --- diff -ruN e17-theme-simply_white.orig/Makefile e17-theme-simply_white/Makefile --- e17-theme-simply_white.orig/Makefile Sun Jul 9 00:19:36 2006 +++ e17-theme-simply_white/Makefile Sun Jul 9 00:19:36 2006 @@ -23,6 +23,8 @@ NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= share/enlightenment/data/themes/Simply-white-0.3.edj + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff -ruN e17-theme-simply_white.orig/pkg-plist e17-theme-simply_white/pkg-plist --- e17-theme-simply_white.orig/pkg-plist Sun Jul 9 00:19:36 2006 +++ e17-theme-simply_white/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1 +0,0 @@ -share/enlightenment/data/themes/Simply-white-0.3.edj --- e17-theme-simply_white.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:27 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 78FB416A53E for ; Sat, 8 Jul 2006 20:40:27 +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 0E0A043D6A for ; Sat, 8 Jul 2006 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeJmL003831 for ; Sat, 8 Jul 2006 20:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeJwi003830; Sat, 8 Jul 2006 20:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:19 GMT Resent-Message-Id: <200607082040.k68KeJwi003830@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B8816A4E8 for ; Sat, 8 Jul 2006 20:33:39 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85B843D46 for ; Sat, 8 Jul 2006 20:33:38 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJT0-0008Ik-Cj for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:07 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJb031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68JYeFZ028167; Sat, 8 Jul 2006 23:34:40 +0400 (MSD) (envelope-from stas) Message-Id: <200607081934.k68JYeFZ028167@fonon.realnet> Date: Sat, 8 Jul 2006 23:34:40 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99941: [MAINTAINER PATCH] cad/tclspice fix typo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 20:40:27 -0000 >Number: 99941 >Category: ports >Synopsis: [MAINTAINER PATCH] cad/tclspice fix typo >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 Jul 08 20:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Fix typo in Makefile. >How-To-Repeat: >Fix: --- tclspice.diff begins here --- diff -ruN tclspice.orig/Makefile tclspice/Makefile --- tclspice.orig/Makefile Sat Jul 8 23:32:09 2006 +++ tclspice/Makefile Sat Jul 8 23:32:48 2006 @@ -29,7 +29,7 @@ SUB_FILES= pkg-message OPTIONS= EXPERIMENTAL "Enable experimental features" on \ - EXAMPLES "Install sample scrips" on + EXAMPLES "Install sample scripts" on CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS} -fPIC" \ --- tclspice.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:27 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 9CEA416A53F for ; Sat, 8 Jul 2006 20:40:27 +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 8328A43D45 for ; Sat, 8 Jul 2006 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KeJYR003847 for ; Sat, 8 Jul 2006 20:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KeJa9003846; Sat, 8 Jul 2006 20:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 20:40:19 GMT Resent-Message-Id: <200607082040.k68KeJa9003846@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF22316A4E1 for ; Sat, 8 Jul 2006 20:33:44 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3371E43D45 for ; Sat, 8 Jul 2006 20:33:44 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzJT0-0008Il-DQ for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 00:32:12 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68KWwJd031984 for ; Sun, 9 Jul 2006 00:33:03 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68JVtv8028069; Sat, 8 Jul 2006 23:31:55 +0400 (MSD) (envelope-from stas) Message-Id: <200607081931.k68JVtv8028069@fonon.realnet> Date: Sat, 8 Jul 2006 23:31:55 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99942: [UPDATE] cad/pcb update to 20060414 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 20:40:27 -0000 >Number: 99942 >Category: ports >Synopsis: [UPDATE] cad/pcb update to 20060414 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 20:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Update GEDA pcb package to recent version. Additionally, Motif gui support has been added. Note: I've removed all patchfiles and added new one. >How-To-Repeat: >Fix: --- pcb.diff begins here --- diff -ruN pcb.orig/Makefile pcb/Makefile --- pcb.orig/Makefile Sat Jul 8 22:44:13 2006 +++ pcb/Makefile Sat Jul 8 23:25:48 2006 @@ -6,8 +6,7 @@ # PORTNAME= pcb -PORTVERSION= 20050609 -PORTREVISION= 1 +PORTVERSION= 20060414 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,18 +14,26 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= ${BUILD_DEPENDS} +.if defined(WITH_MOTIF_GUI) +USE_MOTIF= yes +CONFIGURE_ARGS+= --with-gui=lesstif +.else USE_GNOME= gtk20 +.endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-rpath - -INFO= pcb +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I/usr/X11R6/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L/usr/X11R6/lib" .if !defined(NOPORTDOCS) -pre-install: - ${INSTALL_DATA} ${WRKSRC}/doc/pcb.info ${PREFIX}/info +INFO= pcb +MAN1= pcb.1 +.else +CONFIGURE_ARGS= --disable-doc .endif .include diff -ruN pcb.orig/distinfo pcb/distinfo --- pcb.orig/distinfo Sat Jul 8 22:44:13 2006 +++ pcb/distinfo Sat Jul 8 22:49:48 2006 @@ -1,3 +1,3 @@ -MD5 (pcb-20050609.tar.gz) = a09473705c80eaf4f796617263d9f8fe -SHA256 (pcb-20050609.tar.gz) = 42e1d985b6737b5a6f4fda0c2233997126f5d673cf718bd9266bd39a0f3252ff -SIZE (pcb-20050609.tar.gz) = 2371793 +MD5 (pcb-20060414.tar.gz) = 5e471a7b80f1b5ebf21be22c9b7a2e8e +SHA256 (pcb-20060414.tar.gz) = 2077019a0b78514b57b9aeda778396b43dd8d9400c47ca8138b8bbf651b37819 +SIZE (pcb-20060414.tar.gz) = 3097668 diff -ruN pcb.orig/files/patch-Makefile.in pcb/files/patch-Makefile.in --- pcb.orig/files/patch-Makefile.in Thu Jan 1 03:00:00 1970 +++ pcb/files/patch-Makefile.in Sat Jul 8 23:15:08 2006 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Jul 8 23:14:41 2006 ++++ Makefile.in Sat Jul 8 23:14:48 2006 +@@ -209,7 +209,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-DIRS = win32 src lib newlib example tools tutorial README_FILES ++DIRS = src lib newlib example tools tutorial README_FILES + SUBDIRS = ${DIRS} @DOC@ + DIST_SUBDIRS = ${DIRS} doc + EXTRA_DIST = autogen.sh globalconst.h README.cvs README.win32 diff -ruN pcb.orig/files/patch-configure pcb/files/patch-configure --- pcb.orig/files/patch-configure Sat Jul 8 22:44:13 2006 +++ pcb/files/patch-configure Thu Jan 1 03:00:00 1970 @@ -1,16 +0,0 @@ ---- configure.orig Tue Jun 14 02:38:35 2005 -+++ configure Tue Jun 14 02:41:54 2005 -@@ -3612,13 +3612,6 @@ - done - test -n "$WISH" || WISH="none" - --if test "X$WISH" = "Xnone" ; then -- { { echo "$as_me:$LINENO: error: Did not find the wish executible. You need to make sure -- that tcl is installed on your system and that wish is in your path" >&5 --echo "$as_me: error: Did not find the wish executible. You need to make sure -- that tcl is installed on your system and that wish is in your path" >&2;} -- { (exit 1); exit 1; }; } --fi - - - cat >>confdefs.h <<_ACEOF diff -ruN pcb.orig/files/patch-nodoc pcb/files/patch-nodoc --- pcb.orig/files/patch-nodoc Sat Jul 8 22:44:13 2006 +++ pcb/files/patch-nodoc Thu Jan 1 03:00:00 1970 @@ -1,22 +0,0 @@ ---- Makefile.am.orig Sat Jun 11 14:45:54 2005 -+++ Makefile.am Sat Jun 11 14:46:08 2005 -@@ -2,7 +2,7 @@ - ## - ## Top level automake file for PCB - --SUBDIRS= src lib newlib doc example tools tutorial README_FILES -+SUBDIRS= src lib newlib example tools tutorial README_FILES - - EXTRA_DIST= autogen.sh globalconst.h README.cvs - ---- Makefile.in.orig Sat Jun 11 14:46:00 2005 -+++ Makefile.in Sat Jun 11 14:46:06 2005 -@@ -169,7 +169,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = src lib newlib doc example tools tutorial README_FILES -+SUBDIRS = src lib newlib example tools tutorial README_FILES - EXTRA_DIST = autogen.sh globalconst.h README.cvs - DISTCLEANFILES = configure.lineno - all: config.h diff -ruN pcb.orig/files/patch-src-gui-netlist-window.c pcb/files/patch-src-gui-netlist-window.c --- pcb.orig/files/patch-src-gui-netlist-window.c Sat Jul 8 22:44:13 2006 +++ pcb/files/patch-src-gui-netlist-window.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gui-netlist-window.c.orig Tue Mar 1 14:33:01 2005 -+++ src/gui-netlist-window.c Mon Jun 13 09:04:32 2005 -@@ -692,7 +692,7 @@ - { - GtkTreePath *path; - GtkTreeIter iter; -- LibraryMenuType *net;; -+ LibraryMenuType *net; - gchar *name; - - if (!node_name) diff -ruN pcb.orig/files/patch-src-vendor.c pcb/files/patch-src-vendor.c --- pcb.orig/files/patch-src-vendor.c Sat Jul 8 22:44:13 2006 +++ pcb/files/patch-src-vendor.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/vendor.c.orig Mon Jun 13 09:05:39 2005 -+++ src/vendor.c Mon Jun 13 09:05:55 2005 -@@ -26,6 +26,8 @@ - #include "config.h" - #endif - -+#include -+ - #include - #include - #include diff -ruN pcb.orig/pkg-plist pcb/pkg-plist --- pcb.orig/pkg-plist Sat Jul 8 22:44:13 2006 +++ pcb/pkg-plist Sat Jul 8 23:22:53 2006 @@ -1,4 +1,8 @@ @comment $FreeBSD: ports/cad/pcb/pkg-plist,v 1.16 2005/06/14 16:18:01 hrs Exp $ +bin/MergePCBPS +bin/Merge_dimPCBPS +bin/pcb +bin/pcb-bin %%DATADIR%%/CreateLibrary.sh %%DATADIR%%/CreateLibraryContents.sh %%DATADIR%%/ListLibraryContents.sh @@ -38,9 +42,6 @@ %%DATADIR%%/m4/geda.m4 %%DATADIR%%/m4/generic.list %%DATADIR%%/m4/generic.m4 -%%DATADIR%%/m4/genericsmt.inc -%%DATADIR%%/m4/genericsmt.list -%%DATADIR%%/m4/genericsmt.m4 %%DATADIR%%/m4/gtag.list %%DATADIR%%/m4/gtag.m4 %%DATADIR%%/m4/jerry.list @@ -144,11 +145,24 @@ %%DATADIR%%/newlib/tests/TO99fromLED %%DATADIR%%/newlib/tests/UART %%DATADIR%%/newlib/tests/monoblock_small +%%PORTDOCS%%%%DATADIR%%/pad.eps +%%PORTDOCS%%%%DATADIR%%/pad.gif +%%PORTDOCS%%%%DATADIR%%/pad.pdf +%%PORTDOCS%%%%DATADIR%%/pad.png %%DATADIR%%/pcb-menu.res +%%PORTDOCS%%%%DATADIR%%/pcb.html +%%PORTDOCS%%%%DATADIR%%/pcb.pdf +%%PORTDOCS%%%%DATADIR%%/pcb.ps %%DATADIR%%/pcblib %%DATADIR%%/pcblib.contents %%DATADIR%%/qfp-ui %%DATADIR%%/qfp.dat +%%PORTDOCS%%%%DATADIR%%/refcard.pdf +%%PORTDOCS%%%%DATADIR%%/refcard.ps +%%PORTDOCS%%%%DATADIR%%/thermal.eps +%%PORTDOCS%%%%DATADIR%%/thermal.gif +%%PORTDOCS%%%%DATADIR%%/thermal.pdf +%%PORTDOCS%%%%DATADIR%%/thermal.png %%DATADIR%%/tools/MergePCBPS %%DATADIR%%/tools/Merge_dimPCBPS %%DATADIR%%/tools/PCB2HPGL @@ -157,10 +171,6 @@ %%DATADIR%%/tools/pcb2ncap.tgz %%DATADIR%%/tools/tgo2pcb.tcl %%DATADIR%%/tutorial/tut1.pcb -bin/MergePCBPS -bin/Merge_dimPCBPS -bin/pcb -bin/pcb-bin @exec /bin/mkdir -p %D/%%DATADIR%%/newlib/toko @exec /bin/mkdir -p %D/%%DATADIR%%/newlib/sockets @exec /bin/mkdir -p %D/%%DATADIR%%/newlib/cypress --- pcb.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:40:41 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 D166D16A500; Sat, 8 Jul 2006 20:40:41 +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 5EE2643D49; Sat, 8 Jul 2006 20:40:41 +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 k68Kefb4003970; Sat, 8 Jul 2006 20:40:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KefDo003966; Sat, 8 Jul 2006 20:40:41 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 20:40:41 GMT From: Edwin Groothuis Message-Id: <200607082040.k68KefDo003966@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org Cc: Subject: Re: ports/99942: [UPDATE] cad/pcb update to 20060414 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 20:40:41 -0000 Synopsis: [UPDATE] cad/pcb update to 20060414 Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 20:40:40 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99942 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:55: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 2905B16A4DD; Sat, 8 Jul 2006 20:55:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D644D43D45; Sat, 8 Jul 2006 20:55:34 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KtYic004399; Sat, 8 Jul 2006 20:55:34 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KtY7N004395; Sat, 8 Jul 2006 20:55:34 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:55:34 GMT From: Rong-En Fan Message-Id: <200607082055.k68KtY7N004395@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99933: [MAINTAINER PATCH] x11-themes/e17-theme-blokkie eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:55:35 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-blokkie eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:55:07 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99933 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:55: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 CFE3B16A4E1; Sat, 8 Jul 2006 20:55:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D77143D46; Sat, 8 Jul 2006 20:55:49 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KtnIp004444; Sat, 8 Jul 2006 20:55:49 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KtncA004440; Sat, 8 Jul 2006 20:55:49 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:55:49 GMT From: Rong-En Fan Message-Id: <200607082055.k68KtncA004440@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99939: [MAINTAINER PATCH] x11-themes/e17-theme-blue_default eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:55:49 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-blue_default eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:55:38 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99939 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:56:03 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 4521D16A4DA; Sat, 8 Jul 2006 20:56:03 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E123043D46; Sat, 8 Jul 2006 20:56:02 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68Ku2an004497; Sat, 8 Jul 2006 20:56:02 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68Ku2PO004493; Sat, 8 Jul 2006 20:56:02 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:56:02 GMT From: Rong-En Fan Message-Id: <200607082056.k68Ku2PO004493@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99937: [MAINTAINER PATCH] x11-themes/e17-theme-blue_eyed eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:56:03 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-blue_eyed eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:55:52 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99937 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:56: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 BFF6D16A4E1; Sat, 8 Jul 2006 20:56:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC9643D45; Sat, 8 Jul 2006 20:56:20 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KuKlw004542; Sat, 8 Jul 2006 20:56:20 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KuKUf004538; Sat, 8 Jul 2006 20:56:20 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:56:20 GMT From: Rong-En Fan Message-Id: <200607082056.k68KuKUf004538@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99936: [MAINTAINER PATCH] x11-themes/e17-theme-cthulhain eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:56:20 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-cthulhain eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:56:08 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99936 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:56: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 48A0616A4DE; Sat, 8 Jul 2006 20:56:36 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F118243D53; Sat, 8 Jul 2006 20:56:35 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KuZml004587; Sat, 8 Jul 2006 20:56:35 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KuZbW004583; Sat, 8 Jul 2006 20:56:35 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:56:35 GMT From: Rong-En Fan Message-Id: <200607082056.k68KuZbW004583@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99938: [MAINTAINER PATCH] x11-themes/e17-theme-carbon eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:56:36 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-carbon eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:56:23 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99938 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:56: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 1EB9D16A4DA; Sat, 8 Jul 2006 20:56:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED8443D49; Sat, 8 Jul 2006 20:56:48 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KumjY004632; Sat, 8 Jul 2006 20:56:48 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KumMZ004628; Sat, 8 Jul 2006 20:56:48 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:56:48 GMT From: Rong-En Fan Message-Id: <200607082056.k68KumMZ004628@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99929: [MAINTAINER PATCH] x11-themes/e17-theme-gant eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:56:49 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-gant eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:56:39 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99929 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:57: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 4D51A16A4DA; Sat, 8 Jul 2006 20:57:06 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086EC43D45; Sat, 8 Jul 2006 20:57:06 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68Kv5aB004680; Sat, 8 Jul 2006 20:57:05 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68Kv563004676; Sat, 8 Jul 2006 20:57:05 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:57:05 GMT From: Rong-En Fan Message-Id: <200607082057.k68Kv563004676@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99935: [MAINTAINER PATCH] x11-themes/e17-theme-mclaren eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:57:06 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-mclaren eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:56:51 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99935 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:57: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 86E4B16A4DD; Sat, 8 Jul 2006 20:57:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40B4643D46; Sat, 8 Jul 2006 20:57:18 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KvIZe004727; Sat, 8 Jul 2006 20:57:18 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KvIwa004723; Sat, 8 Jul 2006 20:57:18 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:57:18 GMT From: Rong-En Fan Message-Id: <200607082057.k68KvIwa004723@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99932: [MAINTAINER PATCH] x11-themes/e17-theme-detour eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:57:18 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-detour eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:57:09 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99932 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:57: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 38ABD16A4DE; Sat, 8 Jul 2006 20:57:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A747443D5C; Sat, 8 Jul 2006 20:57:28 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KvSME004774; Sat, 8 Jul 2006 20:57:28 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KvS0D004770; Sat, 8 Jul 2006 20:57:28 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:57:28 GMT From: Rong-En Fan Message-Id: <200607082057.k68KvS0D004770@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99934: [MAINTAINER PATCH] x11-themes/e17-theme-japan2007 eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:57:29 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-japan2007 eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:57:21 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99934 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:57: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 025BD16A4DA; Sat, 8 Jul 2006 20:57:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6646D43D4C; Sat, 8 Jul 2006 20:57:42 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68Kvga3004822; Sat, 8 Jul 2006 20:57:42 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KvgYm004818; Sat, 8 Jul 2006 20:57:42 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:57:42 GMT From: Rong-En Fan Message-Id: <200607082057.k68KvgYm004818@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99930: [MAINTAINER PATCH] x11-themes/e17-theme-milky eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:57:43 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-milky eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:57:32 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99930 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:57:57 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 EF6AB16A4DE; Sat, 8 Jul 2006 20:57:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C5443D58; Sat, 8 Jul 2006 20:57:57 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68Kvv1n004867; Sat, 8 Jul 2006 20:57:57 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KvvI4004863; Sat, 8 Jul 2006 20:57:57 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:57:57 GMT From: Rong-En Fan Message-Id: <200607082057.k68KvvI4004863@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99931: [MAINTAINER PATCH] x11-themes/e17-theme-neptun eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:57:58 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-neptun eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:57:45 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99931 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:58:08 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 19EE716A4E1; Sat, 8 Jul 2006 20:58:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C76E43D5C; Sat, 8 Jul 2006 20:58:07 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68Kw7pp004912; Sat, 8 Jul 2006 20:58:07 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68Kw7Q7004908; Sat, 8 Jul 2006 20:58:07 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:58:07 GMT From: Rong-En Fan Message-Id: <200607082058.k68Kw7Q7004908@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99940: [MAINTAINER PATCH] x11-themes/e17-theme-simply_white eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:58:08 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-simply_white eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:58:00 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99940 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 20:58: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 65B9216A4E5; Sat, 8 Jul 2006 20:58:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F41243D45; Sat, 8 Jul 2006 20:58:18 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68KwH0t004957; Sat, 8 Jul 2006 20:58:18 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68KwHrG004953; Sat, 8 Jul 2006 20:58:17 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 20:58:17 GMT From: Rong-En Fan Message-Id: <200607082058.k68KwHrG004953@freefall.freebsd.org> To: rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org Cc: Subject: Re: ports/99928: [MAINTAINER PATCH] x11-themes/e17-theme-winter eliminate pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:58:18 -0000 Synopsis: [MAINTAINER PATCH] x11-themes/e17-theme-winter eliminate pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: rafan Responsible-Changed-When: Sat Jul 8 20:58:10 UTC 2006 Responsible-Changed-Why: Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=99928 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 21:01: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 0280C16A4E2; Sat, 8 Jul 2006 21:01:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B127843D45; Sat, 8 Jul 2006 21:01:04 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68L14Ge005194; Sat, 8 Jul 2006 21:01:04 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68L14AT005190; Sat, 8 Jul 2006 21:01:04 GMT (envelope-from rafan) Date: Sat, 8 Jul 2006 21:01:04 GMT From: Rong-En Fan Message-Id: <200607082101.k68L14AT005190@freefall.freebsd.org> To: ssedov@mbsd.msk.ru, rafan@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99941: [MAINTAINER PATCH] cad/tclspice fix typo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 21:01:05 -0000 Synopsis: [MAINTAINER PATCH] cad/tclspice fix typo State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Sat Jul 8 21:00:52 UTC 2006 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=99941 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 21:10: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 2C1F316A4DA for ; Sat, 8 Jul 2006 21:10: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 DE7C743D45 for ; Sat, 8 Jul 2006 21:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68LAHTi005662 for ; Sat, 8 Jul 2006 21:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68LAHtt005661; Sat, 8 Jul 2006 21:10:17 GMT (envelope-from gnats) Date: Sat, 8 Jul 2006 21:10:17 GMT Message-Id: <200607082110.k68LAHtt005661@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tilman Linneweh Cc: Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tilman Linneweh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:10:18 -0000 The following reply was made to PR ports/98893; it has been noted by GNATS. From: Tilman Linneweh To: Andrew Reilly Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp Date: Sat, 8 Jul 2006 23:06:04 +0200 * Andrew Reilly [Saturday, 8. July 2006 17:47 ]: > > I tried on CURRENT, and it does not seem to be a problem. > > > > Can you perhaps try to reproduce it on CURRENT? > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=98893 > > Not easily. We'll see. Maybe I'll give it a go soon. What > version of GCC is cc on CURRENT? The problem seems to be > restricted to -O2 in 3.4.4 (20050518). Works fine at -O2 in GCC > 4.1, or -O in 3.4.4, which is how I'm running it now. It is the same version on CURRENT. I tried on two machines, and on both it did work. That's why i am wondering why it is failing for you. > I did try, for a while, to produce a simple test case that > demonstrated the same fault, but failed. The simple test cases > that I produced all worked as expected. There must be something > non-obvious going on with tcpserver as a whole (or at least a > largeish chunk of it.) > > Sorry I can't be of more immediate use. > > Cheers, From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 21:20: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 7EC5616A506 for ; Sat, 8 Jul 2006 21:20:16 +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 B834243D49 for ; Sat, 8 Jul 2006 21:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68LKFbR006084 for ; Sat, 8 Jul 2006 21:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68LKFJX006083; Sat, 8 Jul 2006 21:20:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 21:20:15 GMT Resent-Message-Id: <200607082120.k68LKFJX006083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637EC16A4E1 for ; Sat, 8 Jul 2006 21:16:40 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0FA43D46 for ; Sat, 8 Jul 2006 21:16:38 +0000 (GMT) (envelope-from stas@310.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzK8W-0004EM-AO for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Jul 2006 01:15:05 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k68LFv1K005354 for ; Sun, 9 Jul 2006 01:15:59 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k68LFJux005312; Sun, 9 Jul 2006 01:15:19 +0400 (MSD) (envelope-from stas) Message-Id: <200607082115.k68LFJux005312@fonon.realnet> Date: Sun, 9 Jul 2006 01:15:19 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99943: [UPDATE] devel/sdl12 update to 1.2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 21:20:16 -0000 >Number: 99943 >Category: ports >Synopsis: [UPDATE] devel/sdl12 update to 1.2.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 21:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Update for sdl library to 1.2.11 version. This versions provides a lot of new features and bugfixes over 1.2.9. Additionally, I've added support for DirectFB and GGI. Note: files files/patch-ac files/patch-ag files/patch-ah files/patch-ai files/patch-aj files/patch-ak files/patch-src_hermes_HeadMMX.h files/patch-src_hermes_HeadX86.h files/patch-src_video_SDL__yuv__mmx.c have been deleted. I've added: files/patch-Makefile.in files/patch-configure files/patch-sdl-config.in files/patch-src_joystick_bsd_SDL__sysjoystick.c >How-To-Repeat: >Fix: --- sdl12.diff begins here --- diff -ruN sdl12.orig/Makefile sdl12/Makefile --- sdl12.orig/Makefile Sun Jul 9 01:09:27 2006 +++ sdl12/Makefile Sun Jul 9 00:50:31 2006 @@ -6,8 +6,7 @@ # PORTNAME= sdl -PORTVERSION= 1.2.9 -PORTREVISION= 2 +PORTVERSION= 1.2.11 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ @@ -39,7 +38,9 @@ .endif OPTIONS= NAS "Include support for the Network Audio System" Off \ - GL "Include support for OpenGL" On + GL "Include support for OpenGL" On \ + DIRFB "Include support for DirectFB" Off \ + GGI "Include support for GGI" Off .include @@ -58,6 +59,20 @@ CONFIGURE_ARGS+=--disable-nas .endif +.if defined(WITH_DIRECTFB) +LIB_DEPENDS+= directfb-0.9.16:${PORTSDIR}/devel/directfb +CONFIGURE_ARGS+=--enable-video-directfb +.else +CONFIGURE_ARGS+=--disable-video-directfb +.endif + +.if defined(WITH_GGI) +LIB_DEPENDS+= ggi.2:${PORTSDIR}/graphics/libggi +CONFIGURE_ARGS+=--enable-video-ggi +.else +CONFIGURE_ARGS+=--disable-video-ggi +.endif + .if defined(WITHOUT_GL) CONFIGURE_ARGS+=--disable-video-opengl .else @@ -95,21 +110,9 @@ CONFIGURE_ARGS+=--disable-arts .endif -post-patch: - @${REINPLACE_CMD} 's|sdl-config|sdl11-config|g' \ - ${WRKSRC}/test/configure - @${RM} ${WRKSRC}/test/configure.bak - pre-configure: @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${TOUCH} -post-configure: - @cd ${WRKSRC} && \ - ${CP} sdl-config sdl11-config && \ - ${CP} sdl.m4 sdl11.m4 - @${REINPLACE_CMD} 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test/* ${EXAMPLESDIR} @@ -121,8 +124,7 @@ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - @cd ${WRKSRC}/docs; ${TAR} cf - `${ECHO_CMD} [^Mm]*` | \ - (cd ${DOCSDIR}/docs; ${TAR} --unlink -xf - ) + @cd ${WRKSRC}/docs; ${PAX} -rwl `${ECHO_CMD} [^Mm]*` ${DOCSDIR}/docs .endif @${DISPLAY_MSG} diff -ruN sdl12.orig/distinfo sdl12/distinfo --- sdl12.orig/distinfo Sun Jul 9 01:09:27 2006 +++ sdl12/distinfo Wed Jul 5 00:42:02 2006 @@ -1,3 +1,3 @@ -MD5 (SDL-1.2.9.tar.gz) = 80919ef556425ff82a8555ff40a579a0 -SHA256 (SDL-1.2.9.tar.gz) = d5a168968051536641ab5a3ba5fc234383511c77a8bc5ceb8bed619bdd42e5f9 -SIZE (SDL-1.2.9.tar.gz) = 2688179 +MD5 (SDL-1.2.11.tar.gz) = dbe82ff408bccfd6992b4cf162538595 +SHA256 (SDL-1.2.11.tar.gz) = c3f0e9b016368601697495dcdaed010ab0ee4b541d0052910f829ce318d90a2b +SIZE (SDL-1.2.11.tar.gz) = 2796143 diff -ruN sdl12.orig/files/patch-Makefile.in sdl12/files/patch-Makefile.in --- sdl12.orig/files/patch-Makefile.in Thu Jan 1 03:00:00 1970 +++ sdl12/files/patch-Makefile.in Wed Jul 5 01:15:03 2006 @@ -0,0 +1,67 @@ +--- Makefile.in.orig Wed Jul 5 00:58:18 2006 ++++ Makefile.in Wed Jul 5 01:06:48 2006 +@@ -30,11 +30,11 @@ + AR = @AR@ + RANLIB = @RANLIB@ + +-TARGET = libSDL.la ++TARGET = libSDL-1.1.la + SOURCES = @SOURCES@ + OBJECTS = @OBJECTS@ + +-SDLMAIN_TARGET = libSDLmain.a ++SDLMAIN_TARGET = libSDLmain-1.1.a + SDLMAIN_SOURCES = @SDLMAIN_SOURCES@ + SDLMAIN_OBJECTS = @SDLMAIN_OBJECTS@ + +@@ -44,7 +44,7 @@ + LT_CURRENT = @LT_CURRENT@ + LT_RELEASE = @LT_RELEASE@ + LT_REVISION = @LT_REVISION@ +-LT_LDFLAGS = -no-undefined -rpath $(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) ++LT_LDFLAGS = -no-undefined -rpath $(libdir) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + + all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) + +@@ -81,14 +81,14 @@ + install: all install-bin install-hdrs install-lib install-data install-man + install-bin: + $(SHELL) $(auxdir)/mkinstalldirs $(bindir) +- $(INSTALL) -m 755 sdl-config $(bindir)/sdl-config ++ $(INSTALL) -m 755 sdl-config $(bindir)/sdl11-config + install-hdrs: +- $(SHELL) $(auxdir)/mkinstalldirs $(includedir)/SDL ++ $(SHELL) $(auxdir)/mkinstalldirs $(includedir)/SDL11 + for src in $(srcdir)/include/*.h; do \ + file=`echo $$src | sed -e 's|^.*/||'`; \ +- $(INSTALL) -m 644 $$src $(includedir)/SDL/$$file; \ ++ $(INSTALL) -m 644 $$src $(includedir)/SDL11/$$file; \ + done +- $(INSTALL) -m 644 include/SDL_config.h $(includedir)/SDL/SDL_config.h ++ $(INSTALL) -m 644 include/SDL_config.h $(includedir)/SDL11/SDL_config.h + install-lib: + $(SHELL) $(auxdir)/mkinstalldirs $(libdir) + $(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET) +@@ -96,7 +96,7 @@ + $(RANLIB) $(libdir)/$(SDLMAIN_TARGET) + install-data: + $(SHELL) $(auxdir)/mkinstalldirs $(datadir)/aclocal +- $(INSTALL) -m 644 $(srcdir)/sdl.m4 $(datadir)/aclocal/sdl.m4 ++ $(INSTALL) -m 644 $(srcdir)/sdl.m4 $(datadir)/aclocal/sdl11.m4 + $(SHELL) $(auxdir)/mkinstalldirs $(libdir)/pkgconfig + $(INSTALL) -m 644 $(srcdir)/sdl.pc $(libdir)/pkgconfig + install-man: +@@ -112,10 +112,10 @@ + uninstall-hdrs: + for src in $(srcdir)/include/*.h; do \ + file=`echo $$src | sed -e 's|^.*/||'`; \ +- rm -f $(includedir)/SDL/$$file; \ ++ rm -f $(includedir)/SDL11/$$file; \ + done +- rm -f $(includedir)/SDL/SDL_config.h +- -rmdir $(includedir)/SDL ++ rm -f $(includedir)/SDL11/SDL_config.h ++ -rmdir $(includedir)/SDL11 + uninstall-lib: + $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(TARGET) + rm -f $(libdir)/$(SDLMAIN_TARGET) diff -ruN sdl12.orig/files/patch-ac sdl12/files/patch-ac --- sdl12.orig/files/patch-ac Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-ac Thu Jan 1 03:00:00 1970 @@ -1,39 +0,0 @@ ---- configure.orig Mon Feb 23 06:32:33 2004 -+++ configure Wed Mar 17 19:23:24 2004 -@@ -21171,7 +21171,7 @@ - - - SDL_CFLAGS="" --SDL_LIBS="-lSDL" -+SDL_LIBS="-lSDL-1.1" - - - case "$target" in -@@ -25926,8 +25926,8 @@ - # pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" - ;; - *-*-freebsd*) -- pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" -- pthread_lib="-pthread" -+ pthread_cflags="-D_REENTRANT ${PTHREAD_CFLAGS}" -+ pthread_lib="${PTHREAD_LIBS}" - ;; - *-*-netbsd*) - pthread_cflags="-I/usr/pkg/include -D_REENTRANT" -@@ -28394,14 +28394,13 @@ - fi - - -- if test x$have_usb_h = xyes; then -- CFLAGS="$CFLAGS -DHAVE_USB_H" -- fi - if test x$have_usbhid_h = xyes; then - CFLAGS="$CFLAGS -DHAVE_USBHID_H" - fi - if test x$have_libusb_h = xyes; then -+ if test x$have_libusbhid_h = xno; then - CFLAGS="$CFLAGS -DHAVE_LIBUSB_H" -+ fi - fi - if test x$have_libusbhid_h = xyes; then - CFLAGS="$CFLAGS -DHAVE_LIBUSBHID_H" diff -ruN sdl12.orig/files/patch-ag sdl12/files/patch-ag --- sdl12.orig/files/patch-ag Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-ag Thu Jan 1 03:00:00 1970 @@ -1,26 +0,0 @@ ---- src/Makefile.in.orig Mon Feb 23 08:32:05 2004 -+++ src/Makefile.in Mon Mar 8 18:41:14 2004 -@@ -296,12 +296,12 @@ - DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_SUBDIRS) - - # The SDL library target --lib_LTLIBRARIES = libSDL.la -+lib_LTLIBRARIES = libSDL-1.1.la - libSDL_la_SOURCES = $(GENERAL_SRCS) - libSDL_la_LDFLAGS = \ - -no-undefined \ -- -release $(LT_RELEASE) \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+# -release $(LT_RELEASE) \ - - libSDL_la_LIBADD = \ - main/libarch.la \ -@@ -383,7 +383,7 @@ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done --libSDL.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) -+libSDL-1.1.la: $(libSDL_la_OBJECTS) $(libSDL_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libSDL_la_LDFLAGS) $(libSDL_la_OBJECTS) $(libSDL_la_LIBADD) $(LIBS) - - mostlyclean-compile: diff -ruN sdl12.orig/files/patch-ah sdl12/files/patch-ah --- sdl12.orig/files/patch-ah Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-ah Thu Jan 1 03:00:00 1970 @@ -1,26 +0,0 @@ ---- src/main/Makefile.in.orig Mon Feb 23 08:32:20 2004 -+++ src/main/Makefile.in Mon Mar 8 15:59:18 2004 -@@ -319,7 +319,7 @@ - - - # Build a separate library containing the main() entry point. --lib_LIBRARIES = libSDLmain.a -+lib_LIBRARIES = libSDLmain-1.1.a - @TARGET_MACOSX_FALSE@@TARGET_QTOPIA_FALSE@@TARGET_WIN32_FALSE@MAINLIB_ARCH_SRCS = dummy/SDL_dummy_main.c - @TARGET_MACOSX_FALSE@@TARGET_QTOPIA_TRUE@@TARGET_WIN32_FALSE@MAINLIB_ARCH_SRCS = qtopia/SDL_qtopia_main.cc - @TARGET_MACOSX_TRUE@@TARGET_WIN32_FALSE@MAINLIB_ARCH_SRCS = macosx/SDLMain.m macosx/SDLMain.h -@@ -393,10 +393,10 @@ - - clean-libLIBRARIES: - -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) --libSDLmain.a: $(libSDLmain_a_OBJECTS) $(libSDLmain_a_DEPENDENCIES) -- -rm -f libSDLmain.a -- $(libSDLmain_a_AR) libSDLmain.a $(libSDLmain_a_OBJECTS) $(libSDLmain_a_LIBADD) -- $(RANLIB) libSDLmain.a -+libSDLmain-1.1.a: $(libSDLmain_a_OBJECTS) $(libSDLmain_a_DEPENDENCIES) -+ -rm -f libSDLmain-1.1.a -+ $(libSDLmain_a_AR) libSDLmain-1.1.a $(libSDLmain_a_OBJECTS) $(libSDLmain_a_LIBADD) -+ $(RANLIB) libSDLmain-1.1.a - - clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) diff -ruN sdl12.orig/files/patch-ai sdl12/files/patch-ai --- sdl12.orig/files/patch-ai Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-ai Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- include/Makefile.in.orig Mon Feb 23 08:32:04 2004 -+++ include/Makefile.in Mon Mar 8 16:00:11 2004 -@@ -256,7 +256,7 @@ - target_vendor = @target_vendor@ - - # The directory where the include files will be installed --libSDLincludedir = $(includedir)/SDL -+libSDLincludedir = $(includedir)/SDL11 - - # Which header files to install - libSDLinclude_HEADERS = \ diff -ruN sdl12.orig/files/patch-aj sdl12/files/patch-aj --- sdl12.orig/files/patch-aj Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-aj Thu Jan 1 03:00:00 1970 @@ -1,60 +0,0 @@ ---- Makefile.in.orig Mon Feb 23 08:32:04 2004 -+++ Makefile.in Mon Mar 8 16:01:47 2004 -@@ -81,7 +81,7 @@ - GZIP_ENV = --best - distuninstallcheck_listfiles = find . -type f -print - distcleancheck_listfiles = find . -type f -print --ACLOCAL = @ACLOCAL@ -+ACLOCAL = #@ACLOCAL@ - ALLOCA = @ALLOCA@ - AMDEP_FALSE = @AMDEP_FALSE@ - AMDEP_TRUE = @AMDEP_TRUE@ -@@ -93,9 +93,9 @@ - ASFLAGS = @ASFLAGS@ - AUDIO_DRIVERS = @AUDIO_DRIVERS@ - AUDIO_SUBDIRS = @AUDIO_SUBDIRS@ --AUTOCONF = @AUTOCONF@ --AUTOHEADER = @AUTOHEADER@ --AUTOMAKE = @AUTOMAKE@ -+AUTOCONF = #@AUTOCONF@ -+AUTOHEADER = #@AUTOHEADER@ -+AUTOMAKE = #@AUTOMAKE@ - AWK = @AWK@ - CC = @CC@ - CCAS = @CCAS@ -@@ -285,7 +285,7 @@ - DIST_SUBDIRS = $(SUBDIRS) - - # SDL runtime configuration script --bin_SCRIPTS = sdl-config -+bin_SCRIPTS = sdl11-config - - # All the rest of the distributed files - EXTRA_DIST = \ -@@ -321,7 +321,7 @@ - EpocBuildFiles.zip \ - WhatsNew \ - docs.html \ -- sdl.m4 \ -+ sdl11.m4 \ - SDL.spec \ - autogen.sh \ - strip_fPIC.sh -@@ -329,7 +329,7 @@ - - # M4 macro file for inclusion with autoconf - m4datadir = $(datadir)/aclocal --m4data_DATA = sdl.m4 -+m4data_DATA = sdl11.m4 - - # Create a CVS snapshot that people can run update -d on - CVSROOT = :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs -@@ -369,7 +369,7 @@ - cd $(srcdir) && $(AUTOCONF) - $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) --sdl-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in -+sdl11-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in - cd $(top_builddir) && $(SHELL) ./config.status $@ - SDL.spec: $(top_builddir)/config.status $(srcdir)/SDL.spec.in - cd $(top_builddir) && $(SHELL) ./config.status $@ diff -ruN sdl12.orig/files/patch-ak sdl12/files/patch-ak --- sdl12.orig/files/patch-ak Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-ak Thu Jan 1 03:00:00 1970 @@ -1,23 +0,0 @@ - -$FreeBSD: ports/devel/sdl12/files/patch-ak,v 1.6 2003/01/03 08:53:56 sobomax Exp $ - ---- sdl-config.in.orig Mon Sep 9 08:28:06 2002 -+++ sdl-config.in Fri Jan 3 10:43:28 2003 -@@ -5,7 +5,7 @@ - exec_prefix_set=no - - usage="\ --Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" -+Usage: sdl11-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" - - if test $# -eq 0; then - echo "${usage}" 1>&2 -@@ -39,7 +39,7 @@ - echo @SDL_VERSION@ - ;; - --cflags) -- echo -I@includedir@/SDL @SDL_CFLAGS@ -+ echo -I@includedir@/SDL11 -I@includedir@ @SDL_CFLAGS@ - - # The portable way of including SDL is #include "SDL.h" - #if test @includedir@ != /usr/include ; then diff -ruN sdl12.orig/files/patch-configure sdl12/files/patch-configure --- sdl12.orig/files/patch-configure Thu Jan 1 03:00:00 1970 +++ sdl12/files/patch-configure Sun Jul 9 00:59:11 2006 @@ -0,0 +1,31 @@ +--- configure.orig Wed Jul 5 00:52:15 2006 ++++ configure Wed Jul 5 01:01:28 2006 +@@ -2915,7 +2915,7 @@ + # fi + #done + SDL_CFLAGS="$BASE_CFLAGS" +-SDL_LIBS="-lSDL $BASE_LDFLAGS" ++SDL_LIBS="-lSDL-1.1 $BASE_LDFLAGS" + CPPFLAGS="$CPPFLAGS $EXTRA_CFLAGS" + CFLAGS="$CFLAGS $EXTRA_CFLAGS" + LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS" +@@ -29772,8 +29772,8 @@ + # pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" + ;; + *-*-freebsd*|*-*-dragonfly*) +- pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" +- pthread_lib="-pthread" ++ pthread_cflags="-D_REENTRANT ${PTHREAD_CFLAGS}" ++ pthread_lib="${PTHREAD_LIBS}" + ;; + *-*-netbsd*) + pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" +@@ -33188,7 +33190,7 @@ + SDL_LIBS="$SDL_LIBS -Wl,-framework,Carbon" + fi + # Evil hack to allow static linking on Mac OS X +- SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDLmain.a \${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" ++ SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDLmain-1.1.a \${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" + ;; + *) + SDL_STATIC_LIBS="$SDL_LIBS" diff -ruN sdl12.orig/files/patch-sdl-config.in sdl12/files/patch-sdl-config.in --- sdl12.orig/files/patch-sdl-config.in Thu Jan 1 03:00:00 1970 +++ sdl12/files/patch-sdl-config.in Wed Jul 5 01:17:31 2006 @@ -0,0 +1,23 @@ +--- sdl-config.in.orig Wed Jul 5 01:16:58 2006 ++++ sdl-config.in Wed Jul 5 01:17:16 2006 +@@ -5,9 +5,9 @@ + exec_prefix_set=no + + @ENABLE_STATIC_FALSE@usage="\ +-@ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" ++@ENABLE_STATIC_FALSE@Usage: sdl11-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" + @ENABLE_STATIC_TRUE@usage="\ +-@ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" ++@ENABLE_STATIC_TRUE@Usage: sdl11-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" + + if test $# -eq 0; then + echo "${usage}" 1>&2 +@@ -41,7 +41,7 @@ + echo @SDL_VERSION@ + ;; + --cflags) +- echo -I@includedir@/SDL @SDL_CFLAGS@ ++ echo -I@includedir@/SDL11 @SDL_CFLAGS@ + ;; + @ENABLE_SHARED_TRUE@ --libs) + @ENABLE_SHARED_TRUE@ echo -L@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ diff -ruN sdl12.orig/files/patch-src_hermes_HeadMMX.h sdl12/files/patch-src_hermes_HeadMMX.h --- sdl12.orig/files/patch-src_hermes_HeadMMX.h Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-src_hermes_HeadMMX.h Thu Jan 1 03:00:00 1970 @@ -1,39 +0,0 @@ - -$FreeBSD: ports/devel/sdl12/files/patch-src_hermes_HeadMMX.h,v 1.1 2006/03/16 19:55:21 krion Exp $ - ---- src/hermes/HeadMMX.h.orig -+++ src/hermes/HeadMMX.h -@@ -50,21 +50,19 @@ - extern "C" { - #endif - -- void ConvertMMX(HermesConverterInterface *) __attribute__ ((alias ("_ConvertMMX"))); --#if 0 -- void ClearMMX_32(HermesClearInterface *) __attribute__ ((alias ("_ClearMMX_32"))); -- void ClearMMX_24(HermesClearInterface *) __attribute__ ((alias ("_ClearMMX_24"))); -- void ClearMMX_16(HermesClearInterface *) __attribute__ ((alias ("_ClearMMX_16"))); -- void ClearMMX_8(HermesClearInterface *) __attribute__ ((alias ("_ClearMMX_8"))); -- -- void ConvertMMXp32_16RGB555() __attribute__ ((alias ("_ConvertMMXp32_16RGB555"))); --#endif -+ extern void _ConvertMMX(HermesConverterInterface *); -+ extern void _ConvertMMXpII32_24RGB888(); -+ extern void _ConvertMMXpII32_16RGB565(); -+ extern void _ConvertMMXpII32_16BGR565(); -+ extern void _ConvertMMXpII32_16RGB555(); -+ extern void _ConvertMMXpII32_16BGR555(); - -- void ConvertMMXpII32_24RGB888() __attribute__ ((alias ("_ConvertMMXpII32_24RGB888"))); -- void ConvertMMXpII32_16RGB565() __attribute__ ((alias ("_ConvertMMXpII32_16RGB565"))); -- void ConvertMMXpII32_16BGR565() __attribute__ ((alias ("_ConvertMMXpII32_16BGR565"))); -- void ConvertMMXpII32_16RGB555() __attribute__ ((alias ("_ConvertMMXpII32_16RGB555"))); -- void ConvertMMXpII32_16BGR555() __attribute__ ((alias ("_ConvertMMXpII32_16BGR555"))); -+ #define ConvertMMX _ConvertMMX -+ #define ConvertMMXpII32_24RGB888 _ConvertMMXpII32_24RGB888 -+ #define ConvertMMXpII32_16RGB565 _ConvertMMXpII32_16RGB565 -+ #define ConvertMMXpII32_16BGR565 _ConvertMMXpII32_16BGR565 -+ #define ConvertMMXpII32_16RGB555 _ConvertMMXpII32_16RGB555 -+ #define ConvertMMXpII32_16BGR555 _ConvertMMXpII32_16BGR555 - - #ifdef __cplusplus - } diff -ruN sdl12.orig/files/patch-src_hermes_HeadX86.h sdl12/files/patch-src_hermes_HeadX86.h --- sdl12.orig/files/patch-src_hermes_HeadX86.h Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-src_hermes_HeadX86.h Thu Jan 1 03:00:00 1970 @@ -1,96 +0,0 @@ - -$FreeBSD: ports/devel/sdl12/files/patch-src_hermes_HeadX86.h,v 1.1 2006/03/16 19:55:21 krion Exp $ - ---- src/hermes/HeadX86.h.orig -+++ src/hermes/HeadX86.h -@@ -79,56 +79,47 @@ - extern "C" { - #endif - -- int Hermes_X86_CPU() __attribute__ ((alias ("_Hermes_X86_CPU"))); -+ extern int _Hermes_X86_CPU(); - -- void ConvertX86(HermesConverterInterface *) __attribute__ ((alias ("_ConvertX86"))); -+ extern void _ConvertX86(HermesConverterInterface *); - --#if 0 -- void ClearX86_32(HermesClearInterface *) __attribute__ ((alias ("_ClearX86_32"))); -- void ClearX86_24(HermesClearInterface *) __attribute__ ((alias ("_ClearX86_24"))); -- void ClearX86_16(HermesClearInterface *) __attribute__ ((alias ("_ClearX86_16"))); -- void ClearX86_8(HermesClearInterface *) __attribute__ ((alias ("_ClearX86_8"))); --#endif -+ extern void _ConvertX86p32_32BGR888(); -+ extern void _ConvertX86p32_32RGBA888(); -+ extern void _ConvertX86p32_32BGRA888(); -+ extern void _ConvertX86p32_24RGB888(); -+ extern void _ConvertX86p32_24BGR888(); -+ extern void _ConvertX86p32_16RGB565(); -+ extern void _ConvertX86p32_16BGR565(); -+ extern void _ConvertX86p32_16RGB555(); -+ extern void _ConvertX86p32_16BGR555(); -+ extern void _ConvertX86p32_8RGB332(); - -- void ConvertX86p32_32BGR888() __attribute__ ((alias ("_ConvertX86p32_32BGR888"))); -- void ConvertX86p32_32RGBA888() __attribute__ ((alias ("_ConvertX86p32_32RGBA888"))); -- void ConvertX86p32_32BGRA888() __attribute__ ((alias ("_ConvertX86p32_32BGRA888"))); -- void ConvertX86p32_24RGB888() __attribute__ ((alias ("_ConvertX86p32_24RGB888"))); -- void ConvertX86p32_24BGR888() __attribute__ ((alias ("_ConvertX86p32_24BGR888"))); -- void ConvertX86p32_16RGB565() __attribute__ ((alias ("_ConvertX86p32_16RGB565"))); -- void ConvertX86p32_16BGR565() __attribute__ ((alias ("_ConvertX86p32_16BGR565"))); -- void ConvertX86p32_16RGB555() __attribute__ ((alias ("_ConvertX86p32_16RGB555"))); -- void ConvertX86p32_16BGR555() __attribute__ ((alias ("_ConvertX86p32_16BGR555"))); -- void ConvertX86p32_8RGB332() __attribute__ ((alias ("_ConvertX86p32_8RGB332"))); -+ extern void _ConvertX86p16_16BGR565(); -+ extern void _ConvertX86p16_16RGB555(); -+ extern void _ConvertX86p16_16BGR555(); -+ extern void _ConvertX86p16_8RGB332(); - --#if 0 -- void ConvertX86p16_32RGB888() __attribute__ ((alias ("_ConvertX86p16_32RGB888"))); -- void ConvertX86p16_32BGR888() __attribute__ ((alias ("_ConvertX86p16_32BGR888"))); -- void ConvertX86p16_32RGBA888() __attribute__ ((alias ("_ConvertX86p16_32RGBA888"))); -- void ConvertX86p16_32BGRA888() __attribute__ ((alias ("_ConvertX86p16_32BGRA888"))); -- void ConvertX86p16_24RGB888() __attribute__ ((alias ("_ConvertX86p16_24RGB888"))); -- void ConvertX86p16_24BGR888() __attribute__ ((alias ("_ConvertX86p16_24BGR888"))); --#endif -- void ConvertX86p16_16BGR565() __attribute__ ((alias ("_ConvertX86p16_16BGR565"))); -- void ConvertX86p16_16RGB555() __attribute__ ((alias ("_ConvertX86p16_16RGB555"))); -- void ConvertX86p16_16BGR555() __attribute__ ((alias ("_ConvertX86p16_16BGR555"))); -- void ConvertX86p16_8RGB332() __attribute__ ((alias ("_ConvertX86p16_8RGB332"))); - --#if 0 -- void CopyX86p_4byte() __attribute__ ((alias ("_CopyX86p_4byte"))); -- void CopyX86p_3byte() __attribute__ ((alias ("_CopyX86p_3byte"))); -- void CopyX86p_2byte() __attribute__ ((alias ("_CopyX86p_2byte"))); -- void CopyX86p_1byte() __attribute__ ((alias ("_CopyX86p_1byte"))); -+ #define Hermes_X86_CPU _Hermes_X86_CPU - -- void ConvertX86pI8_32() __attribute__ ((alias ("_ConvertX86pI8_32"))); -- void ConvertX86pI8_24() __attribute__ ((alias ("_ConvertX86pI8_24"))); -- void ConvertX86pI8_16() __attribute__ ((alias ("_ConvertX86pI8_16"))); -+ #define ConvertX86 _ConvertX86 -+ -+ #define ConvertX86p32_32BGR888 _ConvertX86p32_32BGR888 -+ #define ConvertX86p32_32RGBA888 _ConvertX86p32_32RGBA888 -+ #define ConvertX86p32_32BGRA888 _ConvertX86p32_32BGRA888 -+ #define ConvertX86p32_24RGB888 _ConvertX86p32_24RGB888 -+ #define ConvertX86p32_24BGR888 _ConvertX86p32_24BGR888 -+ #define ConvertX86p32_16RGB565 _ConvertX86p32_16RGB565 -+ #define ConvertX86p32_16BGR565 _ConvertX86p32_16BGR565 -+ #define ConvertX86p32_16RGB555 _ConvertX86p32_16RGB555 -+ #define ConvertX86p32_16BGR555 _ConvertX86p32_16BGR555 -+ #define ConvertX86p32_8RGB332 _ConvertX86p32_8RGB332 -+ -+ #define ConvertX86p16_16BGR565 _ConvertX86p16_16BGR565 -+ #define ConvertX86p16_16RGB555 _ConvertX86p16_16RGB555 -+ #define ConvertX86p16_16BGR555 _ConvertX86p16_16BGR555 -+ #define ConvertX86p16_8RGB332 _ConvertX86p16_8RGB332 - -- extern int ConvertX86p16_32RGB888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGB888_LUT_X86"))); -- extern int ConvertX86p16_32BGR888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGR888_LUT_X86"))); -- extern int ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86"))); -- extern int ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86"))); --#endif - - #ifdef __cplusplus - } diff -ruN sdl12.orig/files/patch-src_joystick_bsd_SDL__sysjoystick.c sdl12/files/patch-src_joystick_bsd_SDL__sysjoystick.c --- sdl12.orig/files/patch-src_joystick_bsd_SDL__sysjoystick.c Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-src_joystick_bsd_SDL__sysjoystick.c Wed Jul 5 01:12:32 2006 @@ -1,6 +1,6 @@ ---- src/joystick/bsd/SDL_sysjoystick.c.orig Fri Nov 12 22:24:46 2004 -+++ src/joystick/bsd/SDL_sysjoystick.c Tue Nov 8 20:19:38 2005 -@@ -122,6 +122,12 @@ +--- src/joystick/bsd/SDL_sysjoystick.c.orig Mon May 1 12:02:40 2006 ++++ src/joystick/bsd/SDL_sysjoystick.c Wed Jul 5 01:11:57 2006 +@@ -123,6 +123,12 @@ struct report_desc *repdesc; struct report inreport; int axis_map[JOYAXE_count]; /* map present JOYAXE_* to 0,1,..*/ @@ -13,7 +13,7 @@ }; static char *joynames[MAX_JOYS]; -@@ -255,6 +261,12 @@ +@@ -257,6 +263,12 @@ joy->hwdata = hw; hw->fd = fd; hw->path = strdup(path); @@ -23,12 +23,12 @@ + hw->ymin = 0xffff; + hw->xmax = 0; + hw->ymax = 0; - if (! strncmp(path, "/dev/joy", 8)) { + if (! SDL_strncmp(path, "/dev/joy", 8)) { hw->type = BSDJOY_JOY; joy->naxes = 2; -@@ -372,43 +384,42 @@ +@@ -380,43 +392,42 @@ - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) + #if defined(__FREEBSD__) || SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H struct joystick gameport; - static int x, y, xmin = 0xffff, ymin = 0xffff, xmax = 0, ymax = 0; diff -ruN sdl12.orig/files/patch-src_video_SDL__yuv__mmx.c sdl12/files/patch-src_video_SDL__yuv__mmx.c --- sdl12.orig/files/patch-src_video_SDL__yuv__mmx.c Sun Jul 9 01:09:27 2006 +++ sdl12/files/patch-src_video_SDL__yuv__mmx.c Thu Jan 1 03:00:00 1970 @@ -1,324 +0,0 @@ - -$FreeBSD: ports/devel/sdl12/files/patch-src_video_SDL__yuv__mmx.c,v 1.4 2006/03/16 19:55:21 krion Exp $ - ---- src/video/SDL_yuv_mmx.c.orig -+++ src/video/SDL_yuv_mmx.c -@@ -30,42 +30,31 @@ - - #include "SDL_types.h" - --#if __GNUC__ > 2 --# undef GCC2_HACK --#else --# define GCC2_HACK --#endif -- -- --#if defined(GCC2_HACK) && defined (__ELF__) --#define ASM_VAR(X) _##X --#else --#define ASM_VAR(X) X --#endif -+#define ASM_ARRAY(x) x[] __asm__("_" #x) __attribute__((used)) - --static volatile unsigned int ASM_VAR(MMX_0080w)[] = {0x00800080, 0x00800080}; --static volatile unsigned int ASM_VAR(MMX_00FFw)[] = {0x00ff00ff, 0x00ff00ff}; --static volatile unsigned int ASM_VAR(MMX_FF00w)[] = {0xff00ff00, 0xff00ff00}; -+static unsigned int ASM_ARRAY(MMX_0080w) = {0x00800080, 0x00800080}; -+static unsigned int ASM_ARRAY(MMX_00FFw) = {0x00ff00ff, 0x00ff00ff}; -+static unsigned int ASM_ARRAY(MMX_FF00w) = {0xff00ff00, 0xff00ff00}; - --static volatile unsigned short ASM_VAR(MMX_Ycoeff)[] = {0x004a, 0x004a, 0x004a, 0x004a}; -+static unsigned short ASM_ARRAY(MMX_Ycoeff) = {0x004a, 0x004a, 0x004a, 0x004a}; - --static volatile unsigned short ASM_VAR(MMX_UbluRGB)[] = {0x0072, 0x0072, 0x0072, 0x0072}; --static volatile unsigned short ASM_VAR(MMX_VredRGB)[] = {0x0059, 0x0059, 0x0059, 0x0059}; --static volatile unsigned short ASM_VAR(MMX_UgrnRGB)[] = {0xffea, 0xffea, 0xffea, 0xffea}; --static volatile unsigned short ASM_VAR(MMX_VgrnRGB)[] = {0xffd2, 0xffd2, 0xffd2, 0xffd2}; -+static unsigned short ASM_ARRAY(MMX_UbluRGB) = {0x0072, 0x0072, 0x0072, 0x0072}; -+static unsigned short ASM_ARRAY(MMX_VredRGB) = {0x0059, 0x0059, 0x0059, 0x0059}; -+static unsigned short ASM_ARRAY(MMX_UgrnRGB) = {0xffea, 0xffea, 0xffea, 0xffea}; -+static unsigned short ASM_ARRAY(MMX_VgrnRGB) = {0xffd2, 0xffd2, 0xffd2, 0xffd2}; - --static volatile unsigned short ASM_VAR(MMX_Ublu5x5)[] = {0x0081, 0x0081, 0x0081, 0x0081}; --static volatile unsigned short ASM_VAR(MMX_Vred5x5)[] = {0x0066, 0x0066, 0x0066, 0x0066}; --static volatile unsigned short ASM_VAR(MMX_Ugrn555)[] = {0xffe7, 0xffe7, 0xffe7, 0xffe7}; --static volatile unsigned short ASM_VAR(MMX_Vgrn555)[] = {0xffcc, 0xffcc, 0xffcc, 0xffcc}; --static volatile unsigned short ASM_VAR(MMX_Ugrn565)[] = {0xffe8, 0xffe8, 0xffe8, 0xffe8}; --static volatile unsigned short ASM_VAR(MMX_Vgrn565)[] = {0xffcd, 0xffcd, 0xffcd, 0xffcd}; -+static unsigned short ASM_ARRAY(MMX_Ublu5x5) = {0x0081, 0x0081, 0x0081, 0x0081}; -+static unsigned short ASM_ARRAY(MMX_Vred5x5) = {0x0066, 0x0066, 0x0066, 0x0066}; -+static unsigned short ASM_ARRAY(MMX_Ugrn555) = {0xffe7, 0xffe7, 0xffe7, 0xffe7}; -+static unsigned short ASM_ARRAY(MMX_Vgrn555) = {0xffcc, 0xffcc, 0xffcc, 0xffcc}; -+static unsigned short ASM_ARRAY(MMX_Ugrn565) = {0xffe8, 0xffe8, 0xffe8, 0xffe8}; -+static unsigned short ASM_ARRAY(MMX_Vgrn565) = {0xffcd, 0xffcd, 0xffcd, 0xffcd}; - --static volatile unsigned short ASM_VAR(MMX_red555)[] = {0x7c00, 0x7c00, 0x7c00, 0x7c00}; --static volatile unsigned short ASM_VAR(MMX_red565)[] = {0xf800, 0xf800, 0xf800, 0xf800}; --static volatile unsigned short ASM_VAR(MMX_grn555)[] = {0x03e0, 0x03e0, 0x03e0, 0x03e0}; --static volatile unsigned short ASM_VAR(MMX_grn565)[] = {0x07e0, 0x07e0, 0x07e0, 0x07e0}; --static volatile unsigned short ASM_VAR(MMX_blu5x5)[] = {0x001f, 0x001f, 0x001f, 0x001f}; -+static unsigned short ASM_ARRAY(MMX_red555) = {0x7c00, 0x7c00, 0x7c00, 0x7c00}; -+static unsigned short ASM_ARRAY(MMX_red565) = {0xf800, 0xf800, 0xf800, 0xf800}; -+static unsigned short ASM_ARRAY(MMX_grn555) = {0x03e0, 0x03e0, 0x03e0, 0x03e0}; -+static unsigned short ASM_ARRAY(MMX_grn565) = {0x07e0, 0x07e0, 0x07e0, 0x07e0}; -+static unsigned short ASM_ARRAY(MMX_blu5x5) = {0x001f, 0x001f, 0x001f, 0x001f}; - - /** - This MMX assembler is my first assembler/MMX program ever. -@@ -127,21 +116,12 @@ - "movd (%2), %%mm2\n" // 0 0 0 0 l3 l2 l1 l0 - "punpcklbw %%mm7,%%mm1\n" // 0 v3 0 v2 00 v1 00 v0 - "punpckldq %%mm1,%%mm1\n" // 00 v1 00 v0 00 v1 00 v0 --#ifdef GCC2_HACK - "psubw _MMX_0080w,%%mm1\n" // mm1-128:r1 r1 r0 r0 r1 r1 r0 r0 --#else -- "psubw %[_MMX_0080w],%%mm1\n" // mm1-128:r1 r1 r0 r0 r1 r1 r0 r0 --#endif - - // create Cr_g (result in mm0) - "movq %%mm1,%%mm0\n" // r1 r1 r0 r0 r1 r1 r0 r0 --#ifdef GCC2_HACK - "pmullw _MMX_VgrnRGB,%%mm0\n"// red*-46dec=0.7136*64 - "pmullw _MMX_VredRGB,%%mm1\n"// red*89dec=1.4013*64 --#else -- "pmullw %[_MMX_VgrnRGB],%%mm0\n"// red*-46dec=0.7136*64 -- "pmullw %[_MMX_VredRGB],%%mm1\n"// red*89dec=1.4013*64 --#endif - "psraw $6, %%mm0\n" // red=red/64 - "psraw $6, %%mm1\n" // red=red/64 - -@@ -150,13 +130,8 @@ - "movq (%2,%4),%%mm3\n" // 0 0 0 0 L3 L2 L1 L0 - "punpckldq %%mm3,%%mm2\n" // L3 L2 L1 L0 l3 l2 l1 l0 - "movq %%mm2,%%mm4\n" // L3 L2 L1 L0 l3 l2 l1 l0 --#ifdef GCC2_HACK - "pand _MMX_FF00w,%%mm2\n" // L3 0 L1 0 l3 0 l1 0 - "pand _MMX_00FFw,%%mm4\n" // 0 L2 0 L0 0 l2 0 l0 --#else -- "pand %[_MMX_FF00w],%%mm2\n" // L3 0 L1 0 l3 0 l1 0 -- "pand %[_MMX_00FFw],%%mm4\n" // 0 L2 0 L0 0 l2 0 l0 --#endif - "psrlw $8,%%mm2\n" // 0 L3 0 L1 0 l3 0 l1 - - // create R (result in mm6) -@@ -173,20 +148,11 @@ - "movd (%1), %%mm1\n" // 0 0 0 0 u3 u2 u1 u0 - "punpcklbw %%mm7,%%mm1\n" // 0 u3 0 u2 00 u1 00 u0 - "punpckldq %%mm1,%%mm1\n" // 00 u1 00 u0 00 u1 00 u0 --#ifdef GCC2_HACK - "psubw _MMX_0080w,%%mm1\n" // mm1-128:u1 u1 u0 u0 u1 u1 u0 u0 --#else -- "psubw %[_MMX_0080w],%%mm1\n" // mm1-128:u1 u1 u0 u0 u1 u1 u0 u0 --#endif - // create Cb_g (result in mm5) - "movq %%mm1,%%mm5\n" // u1 u1 u0 u0 u1 u1 u0 u0 --#ifdef GCC2_HACK - "pmullw _MMX_UgrnRGB,%%mm5\n" // blue*-109dec=1.7129*64 - "pmullw _MMX_UbluRGB,%%mm1\n" // blue*114dec=1.78125*64 --#else -- "pmullw %[_MMX_UgrnRGB],%%mm5\n" // blue*-109dec=1.7129*64 -- "pmullw %[_MMX_UbluRGB],%%mm1\n" // blue*114dec=1.78125*64 --#endif - "psraw $6, %%mm5\n" // blue=red/64 - "psraw $6, %%mm1\n" // blue=blue/64 - -@@ -268,17 +234,7 @@ - "popl %%ebx\n" - : - : "m" (cr), "r"(cb),"r"(lum), -- "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod) --#ifndef GCC2_HACK -- ,[_MMX_0080w] "m" (*MMX_0080w), -- [_MMX_00FFw] "m" (*MMX_00FFw), -- [_MMX_FF00w] "m" (*MMX_FF00w), -- [_MMX_VgrnRGB] "m" (*MMX_VgrnRGB), -- [_MMX_VredRGB] "m" (*MMX_VredRGB), -- [_MMX_UgrnRGB] "m" (*MMX_UgrnRGB), -- [_MMX_UbluRGB] "m" (*MMX_UbluRGB) --#endif -- ); -+ "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod)); - } - - void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix, -@@ -307,48 +263,21 @@ - "movd (%%ebx), %%mm1\n" // 4 Cr 0 0 0 0 v3 v2 v1 v0 - "punpcklbw %%mm7, %%mm0\n" // 4 W cb 0 u3 0 u2 0 u1 0 u0 - "punpcklbw %%mm7, %%mm1\n" // 4 W cr 0 v3 0 v2 0 v1 0 v0 --#ifdef GCC2_HACK - "psubw _MMX_0080w, %%mm0\n" - "psubw _MMX_0080w, %%mm1\n" --#else -- "psubw %[_MMX_0080w], %%mm0\n" -- "psubw %[_MMX_0080w], %%mm1\n" --#endif - "movq %%mm0, %%mm2\n" // Cb 0 u3 0 u2 0 u1 0 u0 - "movq %%mm1, %%mm3\n" // Cr --#ifdef GCC2_HACK - "pmullw _MMX_Ugrn565, %%mm2\n" // Cb2green 0 R3 0 R2 0 R1 0 R0 --#else -- "pmullw %[_MMX_Ugrn565], %%mm2\n" // Cb2green 0 R3 0 R2 0 R1 0 R0 --#endif - "movq (%2), %%mm6\n" // L1 l7 L6 L5 L4 L3 L2 L1 L0 --#ifdef GCC2_HACK - "pmullw _MMX_Ublu5x5, %%mm0\n" // Cb2blue - "pand _MMX_00FFw, %%mm6\n" // L1 00 L6 00 L4 00 L2 00 L0 - "pmullw _MMX_Vgrn565, %%mm3\n" // Cr2green --#else -- "pmullw %[_MMX_Ublu5x5], %%mm0\n" // Cb2blue -- "pand %[_MMX_00FFw], %%mm6\n" // L1 00 L6 00 L4 00 L2 00 L0 -- "pmullw %[_MMX_Vgrn565], %%mm3\n" // Cr2green --#endif - "movq (%2), %%mm7\n" // L2 --#ifdef GCC2_HACK - "pmullw _MMX_Vred5x5, %%mm1\n" // Cr2red --#else -- "pmullw %[_MMX_Vred5x5], %%mm1\n" // Cr2red --#endif - "psrlw $8, %%mm7\n" // L2 00 L7 00 L5 00 L3 00 L1 --#ifdef GCC2_HACK - "pmullw _MMX_Ycoeff, %%mm6\n" // lum1 --#else -- "pmullw %[_MMX_Ycoeff], %%mm6\n" // lum1 --#endif - "paddw %%mm3, %%mm2\n" // Cb2green + Cr2green == green --#ifdef GCC2_HACK - "pmullw _MMX_Ycoeff, %%mm7\n" // lum2 --#else -- "pmullw %[_MMX_Ycoeff], %%mm7\n" // lum2 --#endif - - "movq %%mm6, %%mm4\n" // lum1 - "paddw %%mm0, %%mm6\n" // lum1 +blue 00 B6 00 B4 00 B2 00 B0 -@@ -366,20 +295,11 @@ - "punpcklbw %%mm4, %%mm4\n" - "punpcklbw %%mm5, %%mm5\n" - --#ifdef GCC2_HACK - "pand _MMX_red565, %%mm4\n" --#else -- "pand %[_MMX_red565], %%mm4\n" --#endif - "psllw $3, %%mm5\n" // GREEN 1 - "punpcklbw %%mm6, %%mm6\n" --#ifdef GCC2_HACK - "pand _MMX_grn565, %%mm5\n" - "pand _MMX_red565, %%mm6\n" --#else -- "pand %[_MMX_grn565], %%mm5\n" -- "pand %[_MMX_red565], %%mm6\n" --#endif - "por %%mm5, %%mm4\n" // - "psrlw $11, %%mm6\n" // BLUE 1 - "movq %%mm3, %%mm5\n" // lum2 -@@ -393,44 +313,23 @@ - "packuswb %%mm3, %%mm3\n" - "packuswb %%mm5, %%mm5\n" - "packuswb %%mm7, %%mm7\n" --#ifdef GCC2_HACK - "pand _MMX_00FFw, %%mm6\n" // L3 --#else -- "pand %[_MMX_00FFw], %%mm6\n" // L3 --#endif - "punpcklbw %%mm3, %%mm3\n" - "punpcklbw %%mm5, %%mm5\n" --#ifdef GCC2_HACK - "pmullw _MMX_Ycoeff, %%mm6\n" // lum3 --#else -- "pmullw %[_MMX_Ycoeff], %%mm6\n" // lum3 --#endif - "punpcklbw %%mm7, %%mm7\n" - "psllw $3, %%mm5\n" // GREEN 2 --#ifdef GCC2_HACK - "pand _MMX_red565, %%mm7\n" - "pand _MMX_red565, %%mm3\n" --#else -- "pand %[_MMX_red565], %%mm7\n" -- "pand %[_MMX_red565], %%mm3\n" --#endif - "psrlw $11, %%mm7\n" // BLUE 2 --#ifdef GCC2_HACK - "pand _MMX_grn565, %%mm5\n" --#else -- "pand %[_MMX_grn565], %%mm5\n" --#endif - "por %%mm7, %%mm3\n" - "movq (%2,%4), %%mm7\n" // L4 load lum2 - "por %%mm5, %%mm3\n" // - "psrlw $8, %%mm7\n" // L4 - "movq %%mm4, %%mm5\n" - "punpcklwd %%mm3, %%mm4\n" --#ifdef GCC2_HACK - "pmullw _MMX_Ycoeff, %%mm7\n" // lum4 --#else -- "pmullw %[_MMX_Ycoeff], %%mm7\n" // lum4 --#endif - "punpckhwd %%mm3, %%mm5\n" - - "movq %%mm4, (%3)\n" // write row1 -@@ -457,20 +356,11 @@ - "punpcklbw %%mm5, %%mm5\n" - "punpcklbw %%mm6, %%mm6\n" - "psllw $3, %%mm5\n" // GREEN 3 --#ifdef GCC2_HACK - "pand _MMX_red565, %%mm4\n" --#else -- "pand %[_MMX_red565], %%mm4\n" --#endif - "psraw $6, %%mm3\n" // psr 6 - "psraw $6, %%mm0\n" --#ifdef GCC2_HACK - "pand _MMX_red565, %%mm6\n" // BLUE - "pand _MMX_grn565, %%mm5\n" --#else -- "pand %[_MMX_red565], %%mm6\n" // BLUE -- "pand %[_MMX_grn565], %%mm5\n" --#endif - "psrlw $11, %%mm6\n" // BLUE 3 - "por %%mm5, %%mm4\n" - "psraw $6, %%mm7\n" -@@ -481,20 +371,11 @@ - "punpcklbw %%mm3, %%mm3\n" - "punpcklbw %%mm0, %%mm0\n" - "punpcklbw %%mm7, %%mm7\n" --#ifdef GCC2_HACK - "pand _MMX_red565, %%mm3\n" - "pand _MMX_red565, %%mm7\n" // BLUE --#else -- "pand %[_MMX_red565], %%mm3\n" -- "pand %[_MMX_red565], %%mm7\n" // BLUE --#endif - "psllw $3, %%mm0\n" // GREEN 4 - "psrlw $11, %%mm7\n" --#ifdef GCC2_HACK - "pand _MMX_grn565, %%mm0\n" --#else -- "pand %[_MMX_grn565], %%mm0\n" --#endif - "por %%mm7, %%mm3\n" - "por %%mm0, %%mm3\n" - -@@ -526,21 +407,7 @@ - "popl %%ebx\n" - : - :"m" (cr), "r"(cb),"r"(lum), -- "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod) --#ifndef GCC2_HACK -- ,[_MMX_0080w] "m" (*MMX_0080w), -- [_MMX_Ugrn565] "m" (*MMX_Ugrn565), -- [_MMX_Ublu5x5] "m" (*MMX_Ublu5x5), -- [_MMX_00FFw] "m" (*MMX_00FFw), -- [_MMX_Vgrn565] "m" (*MMX_Vgrn565), -- [_MMX_Vred5x5] "m" (*MMX_Vred5x5), -- [_MMX_Ycoeff] "m" (*MMX_Ycoeff), -- [_MMX_red565] "m" (*MMX_red565), -- [_MMX_grn565] "m" (*MMX_grn565) --#endif -- ); -+ "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod)); - } -- --#undef GCC2_HACK - - #endif /* GCC i386 inline assembly */ diff -ruN sdl12.orig/pkg-plist sdl12/pkg-plist --- sdl12.orig/pkg-plist Sun Jul 9 01:09:27 2006 +++ sdl12/pkg-plist Wed Jul 5 01:31:45 2006 @@ -4,6 +4,14 @@ include/SDL11/SDL_audio.h include/SDL11/SDL_byteorder.h include/SDL11/SDL_cdrom.h +include/SDL11/SDL_config.h +include/SDL11/SDL_config_amiga.h +include/SDL11/SDL_config_dreamcast.h +include/SDL11/SDL_config_macos.h +include/SDL11/SDL_config_macosx.h +include/SDL11/SDL_config_minimal.h +include/SDL11/SDL_config_os2.h +include/SDL11/SDL_config_win32.h include/SDL11/SDL_copying.h include/SDL11/SDL_cpuinfo.h include/SDL11/SDL_endian.h @@ -19,8 +27,10 @@ include/SDL11/SDL_mutex.h include/SDL11/SDL_name.h include/SDL11/SDL_opengl.h +include/SDL11/SDL_platform.h include/SDL11/SDL_quit.h include/SDL11/SDL_rwops.h +include/SDL11/SDL_stdinc.h include/SDL11/SDL_syswm.h include/SDL11/SDL_thread.h include/SDL11/SDL_timer.h @@ -32,11 +42,11 @@ lib/libSDL-1.1.a lib/libSDL-1.1.la lib/libSDL-1.1.so -lib/libSDL-1.1.so.7 +lib/libSDL-1.1.so.11 lib/libSDLmain-1.1.a +lib/pkgconfig/sdl.pc share/aclocal/sdl11.m4 %%EXAMPLESDIR%%/COPYING -%%EXAMPLESDIR%%/Makefile.am %%EXAMPLESDIR%%/Makefile.in %%EXAMPLESDIR%%/README %%EXAMPLESDIR%%/acinclude.m4 @@ -45,10 +55,10 @@ %%EXAMPLESDIR%%/checkkeys.c %%EXAMPLESDIR%%/configure %%EXAMPLESDIR%%/configure.in +%%EXAMPLESDIR%%/gcc-fat.sh %%EXAMPLESDIR%%/graywin.c %%EXAMPLESDIR%%/icon.bmp %%EXAMPLESDIR%%/loopwave.c -%%EXAMPLESDIR%%/missing %%EXAMPLESDIR%%/moose.dat %%EXAMPLESDIR%%/picture.xbm %%EXAMPLESDIR%%/sail.bmp @@ -58,28 +68,30 @@ %%EXAMPLESDIR%%/testbitmap.c %%EXAMPLESDIR%%/testblitspeed.c %%EXAMPLESDIR%%/testcdrom.c -%%EXAMPLESDIR%%/testcpuinfo.c +%%EXAMPLESDIR%%/testcursor.c %%EXAMPLESDIR%%/testdyngl.c -%%EXAMPLESDIR%%/testendian.c %%EXAMPLESDIR%%/testerror.c +%%EXAMPLESDIR%%/testfile.c %%EXAMPLESDIR%%/testgamma.c %%EXAMPLESDIR%%/testgl.c %%EXAMPLESDIR%%/testhread.c +%%EXAMPLESDIR%%/testiconv.c %%EXAMPLESDIR%%/testjoystick.c %%EXAMPLESDIR%%/testkeys.c %%EXAMPLESDIR%%/testlock.c %%EXAMPLESDIR%%/testoverlay.c %%EXAMPLESDIR%%/testoverlay2.c %%EXAMPLESDIR%%/testpalette.c +%%EXAMPLESDIR%%/testplatform.c %%EXAMPLESDIR%%/testsem.c %%EXAMPLESDIR%%/testsprite.c %%EXAMPLESDIR%%/testtimer.c -%%EXAMPLESDIR%%/testtypes.c %%EXAMPLESDIR%%/testver.c %%EXAMPLESDIR%%/testvidinfo.c %%EXAMPLESDIR%%/testwin.c %%EXAMPLESDIR%%/testwm.c %%EXAMPLESDIR%%/threadwin.c %%EXAMPLESDIR%%/torturethread.c +%%EXAMPLESDIR%%/utf8.txt @dirrm %%EXAMPLESDIR%% @dirrmtry include/SDL11 --- sdl12.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 21:20:30 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 8ABC516A4F3; Sat, 8 Jul 2006 21:20:30 +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 475AE43D49; Sat, 8 Jul 2006 21:20: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 k68LKUKd006189; Sat, 8 Jul 2006 21:20:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68LKTEH006185; Sat, 8 Jul 2006 21:20:29 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 21:20:29 GMT From: Edwin Groothuis Message-Id: <200607082120.k68LKTEH006185@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, krion@FreeBSD.org Cc: Subject: Re: ports/99943: [UPDATE] devel/sdl12 update to 1.2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 21:20:30 -0000 Synopsis: [UPDATE] devel/sdl12 update to 1.2.11 Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 21:20:28 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99943 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 21:34: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 9E19B16A4E1; Sat, 8 Jul 2006 21:34:50 +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 594B743D58; Sat, 8 Jul 2006 21:34:50 +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 k68LYoBK009169; Sat, 8 Jul 2006 21:34:50 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68LYoIS009165; Sat, 8 Jul 2006 21:34:50 GMT (envelope-from itetcu) Date: Sat, 8 Jul 2006 21:34:50 GMT From: Ion-Mihai Tetcu Message-Id: <200607082134.k68LYoIS009165@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/99805: [MAINTAINER] multimedia/tunapie: update to 1.0.r2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 21:34:50 -0000 Synopsis: [MAINTAINER] multimedia/tunapie: update to 1.0.r2 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sat Jul 8 21:34:49 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99805 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 21:36:33 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 1D9B716A4DF; Sat, 8 Jul 2006 21:36:33 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8FE43D77; Sat, 8 Jul 2006 21:36:28 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68LaSGq009227; Sat, 8 Jul 2006 21:36:28 GMT (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68LaR9g009223; Sat, 8 Jul 2006 21:36:27 GMT (envelope-from nobutaka) Date: Sat, 8 Jul 2006 21:36:27 GMT From: MANTANI Nobutaka Message-Id: <200607082136.k68LaR9g009223@freefall.freebsd.org> To: erik@smluc.org, nobutaka@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/99802: x11-toolkits/gauche-gtk - fix for broken amd64 build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 21:36:33 -0000 Synopsis: x11-toolkits/gauche-gtk - fix for broken amd64 build State-Changed-From-To: open->closed State-Changed-By: nobutaka State-Changed-When: Sat Jul 8 21:36:08 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=99802 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 22:30: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 9780016A4E0 for ; Sat, 8 Jul 2006 22:30: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 DBE8543D53 for ; Sat, 8 Jul 2006 22:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68MUER9010920 for ; Sat, 8 Jul 2006 22:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68MUEqV010919; Sat, 8 Jul 2006 22:30:14 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 22:30:14 GMT Resent-Message-Id: <200607082230.k68MUEqV010919@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9729916A4DD; Sat, 8 Jul 2006 22:20:53 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr37.hinet.net (msr37.hinet.net [168.95.4.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC47143D45; Sat, 8 Jul 2006 22:20:52 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr37.hinet.net (8.9.3/8.9.3) with ESMTP id GAA19230; Sun, 9 Jul 2006 06:20:50 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id B8D83B2A004; Sun, 9 Jul 2006 06:20:48 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qausfjQPhMQz; Sun, 9 Jul 2006 06:20:42 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 42341B2A003; Sun, 9 Jul 2006 06:20:42 +0800 (CST) Message-Id: <20060708222042.42341B2A003@utopia.leeym.com> Date: Sun, 9 Jul 2006 06:20:42 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: DougB@FreeBSD.org Subject: ports/99944: [PATCH] dns/p5-Net-DNS: update to 0.58 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:30:15 -0000 >Number: 99944 >Category: ports >Synopsis: [PATCH] dns/p5-Net-DNS: update to 0.58 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 22:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006 >Description: - Update to 0.58 Port maintainer (DougB@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-DNS-0.58.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS/Makefile,v retrieving revision 1.64 diff -u -u -r1.64 Makefile --- Makefile 18 Apr 2006 22:16:45 -0000 1.64 +++ Makefile 8 Jul 2006 22:17:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.57 +PORTVERSION= 0.58 CATEGORIES= dns net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net Index: distinfo =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS/distinfo,v retrieving revision 1.38 diff -u -u -r1.38 distinfo --- distinfo 18 Apr 2006 22:16:45 -0000 1.38 +++ distinfo 8 Jul 2006 22:17:31 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-DNS-0.57.tar.gz) = 9511a7052e553f2a29a5bae32c20bc44 -SHA256 (Net-DNS-0.57.tar.gz) = 5411ca2713c206315a3302b6e95bdb1096fc46d00a4e5697faede4d6202e23df -SIZE (Net-DNS-0.57.tar.gz) = 131596 +MD5 (Net-DNS-0.58.tar.gz) = eddc33ef5ab2fc17a1c2239177360c01 +SHA256 (Net-DNS-0.58.tar.gz) = 3475f20eb094ca5e5b7018a215f1a74863e014ca0d24a9f38b4968b62ea31241 +SIZE (Net-DNS-0.58.tar.gz) = 136609 --- p5-Net-DNS-0.58.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 22:30: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 3824B16A4DF; Sat, 8 Jul 2006 22:30:22 +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 E99EA43D4C; Sat, 8 Jul 2006 22:30:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68MULwV011094; Sat, 8 Jul 2006 22:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68MULts011090; Sat, 8 Jul 2006 22:30:21 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 22:30:21 GMT From: Edwin Groothuis Message-Id: <200607082230.k68MULts011090@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org Cc: Subject: Re: ports/99944: [PATCH] dns/p5-Net-DNS: update to 0.58 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:30:22 -0000 Synopsis: [PATCH] dns/p5-Net-DNS: update to 0.58 Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 22:30:21 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99944 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 22:40: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 9A2AF16A4E1 for ; Sat, 8 Jul 2006 22:40: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 21B6F43D45 for ; Sat, 8 Jul 2006 22:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68MeK3E012444 for ; Sat, 8 Jul 2006 22: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 k68MeK3K012443; Sat, 8 Jul 2006 22:40:20 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 22:40:20 GMT Resent-Message-Id: <200607082240.k68MeK3K012443@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08C916A4E0; Sat, 8 Jul 2006 22:39:11 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr32.hinet.net (msr32.hinet.net [168.95.4.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE2B243D5F; Sat, 8 Jul 2006 22:39:07 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr32.hinet.net (8.9.3/8.9.3) with ESMTP id GAA08374; Sun, 9 Jul 2006 06:39:05 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id C21C2B2A01A; Sun, 9 Jul 2006 06:39:03 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n09QdUAcEreg; Sun, 9 Jul 2006 06:38:56 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 1F0DAB2A019; Sun, 9 Jul 2006 06:38:56 +0800 (CST) Message-Id: <20060708223856.1F0DAB2A019@utopia.leeym.com> Date: Sun, 9 Jul 2006 06:38:56 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/99945: [PATCH] converters/p5-Unicode-RecursiveDowngrade: update to 0.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:40:21 -0000 >Number: 99945 >Category: ports >Synopsis: [PATCH] converters/p5-Unicode-RecursiveDowngrade: update to 0.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 22:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006 >Description: - Update to 0.03 Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Unicode-RecursiveDowngrade-0.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/converters/p5-Unicode-RecursiveDowngrade/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 4 Nov 2005 09:35:58 -0000 1.1 +++ Makefile 8 Jul 2006 22:38:49 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Unicode-RecursiveDowngrade -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TA/TANIGUCHI @@ -15,6 +15,8 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to turn off UTF-8 flags inside of comprex variable +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes MAN3= Unicode::RecursiveDowngrade.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/converters/p5-Unicode-RecursiveDowngrade/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 22 Jan 2006 08:22:32 -0000 1.2 +++ distinfo 8 Jul 2006 22:38:49 -0000 @@ -1,3 +1,3 @@ -MD5 (Unicode-RecursiveDowngrade-0.02.tar.gz) = af468e3642346b620def094b250aee8f -SHA256 (Unicode-RecursiveDowngrade-0.02.tar.gz) = 0ead767d1e42aafad0a4e1b32c0b929733bb980f981602c8dde76e39b137db9a -SIZE (Unicode-RecursiveDowngrade-0.02.tar.gz) = 4254 +MD5 (Unicode-RecursiveDowngrade-0.03.tar.gz) = a3e0f955e101f8f2ed3cf8875e877334 +SHA256 (Unicode-RecursiveDowngrade-0.03.tar.gz) = 0507994d347415026dc06f2bad6f4a6d694eab22512e877a4a84ccf58b365ed9 +SIZE (Unicode-RecursiveDowngrade-0.03.tar.gz) = 4392 --- p5-Unicode-RecursiveDowngrade-0.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 22:40:45 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 C216816A4DD; Sat, 8 Jul 2006 22:40:45 +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 5982343D58; Sat, 8 Jul 2006 22:40:45 +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 k68Mej4x012582; Sat, 8 Jul 2006 22:40:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68Mejpq012578; Sat, 8 Jul 2006 22:40:45 GMT (envelope-from edwin) Date: Sat, 8 Jul 2006 22:40:45 GMT From: Edwin Groothuis Message-Id: <200607082240.k68Mejpq012578@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org Cc: Subject: Re: ports/99945: [PATCH] converters/p5-Unicode-RecursiveDowngrade: update to 0.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:40:45 -0000 Synopsis: [PATCH] converters/p5-Unicode-RecursiveDowngrade: update to 0.03 Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jul 8 22:40:44 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99945 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 23:54: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 C536516A4DA; Sat, 8 Jul 2006 23:54:20 +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 8246543D45; Sat, 8 Jul 2006 23:54:20 +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 k68NsKP7016576; Sat, 8 Jul 2006 23:54:20 GMT (envelope-from itetcu@freefall.freebsd.org) Received: (from itetcu@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68NsKXI016572; Sat, 8 Jul 2006 23:54:20 GMT (envelope-from itetcu) Date: Sat, 8 Jul 2006 23:54:20 GMT From: Ion-Mihai Tetcu Message-Id: <200607082354.k68NsKXI016572@freefall.freebsd.org> To: itetcu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org Cc: Subject: Re: ports/93781: [NEW PORT] comms/ktrack: Amateur Radio satellite tracking and prediction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 08 Jul 2006 23:54:20 -0000 Synopsis: [NEW PORT] comms/ktrack: Amateur Radio satellite tracking and prediction Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: itetcu Responsible-Changed-When: Sat Jul 8 23:54:19 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=93781