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 k62LhmmQ096