From owner-freebsd-ports Sun May 12 0:30:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A38FB37B404 for ; Sun, 12 May 2002 00:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4C7U1J35023; Sun, 12 May 2002 00:30:01 -0700 (PDT) (envelope-from gnats) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by hub.freebsd.org (Postfix) with ESMTP id C09E637B407 for ; Sun, 12 May 2002 00:21:45 -0700 (PDT) Received: from sz.homedns.org ([218.46.1.125]) by t-mta2.odn.ne.jp with ESMTP id <20020512072144339.DHAY.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Sun, 12 May 2002 16:21:44 +0900 Received: by sz.homedns.org (Postfix, from userid 1001) id 8284599BF6; Sun, 12 May 2002 16:21:41 +0900 (JST) Message-Id: <20020512072141.8284599BF6@sz.homedns.org> Date: Sun, 12 May 2002 16:21:41 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37982: New port: devel/p5-Date-ICal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37982 >Category: ports >Synopsis: New port: devel/p5-Date-ICal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 00:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD sz.homedns.org 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #11: Tue Apr 23 11:04:54 JST 2002 root@sz.homedns.org:/sack/obj/usr/src/sys/NS i386 >Description: Date::ICal talks the ICal date format, and is intended to be a base class for other date/calendar modules that know about ICal time format also. WWW: http://reefknot.org/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Date-ICal # p5-Date-ICal/Makefile # p5-Date-ICal/distinfo # p5-Date-ICal/pkg-comment # p5-Date-ICal/pkg-descr # p5-Date-ICal/pkg-plist # echo c - p5-Date-ICal mkdir -p p5-Date-ICal > /dev/null 2>&1 echo x - p5-Date-ICal/Makefile sed 's/^X//' >p5-Date-ICal/Makefile << 'END-of-p5-Date-ICal/Makefile' X# New ports collection makefile for: p5-Date-ICal X# Date created: 12 May 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= Date-ICal XPORTVERSION= 1.69 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Date XPKGNAMEPREFIX= p5- X XMAINTAINER= fuyuki@mj.0038.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Date::ICal.3 Date::ICal::Duration.3 X X.include END-of-p5-Date-ICal/Makefile echo x - p5-Date-ICal/distinfo sed 's/^X//' >p5-Date-ICal/distinfo << 'END-of-p5-Date-ICal/distinfo' XMD5 (Date-ICal-1.69.tar.gz) = 08ca6666294aa78095059c0dfd0619ce END-of-p5-Date-ICal/distinfo echo x - p5-Date-ICal/pkg-comment sed 's/^X//' >p5-Date-ICal/pkg-comment << 'END-of-p5-Date-ICal/pkg-comment' XPerl extension for ICalendar date objects END-of-p5-Date-ICal/pkg-comment echo x - p5-Date-ICal/pkg-descr sed 's/^X//' >p5-Date-ICal/pkg-descr << 'END-of-p5-Date-ICal/pkg-descr' XDate::ICal talks the ICal date format, and is intended to be a base Xclass for other date/calendar modules that know about ICal time format Xalso. X XWWW: http://reefknot.org/ X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-p5-Date-ICal/pkg-descr echo x - p5-Date-ICal/pkg-plist sed 's/^X//' >p5-Date-ICal/pkg-plist << 'END-of-p5-Date-ICal/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Date/ICal/Duration.pm Xlib/perl5/site_perl/%%PERL_VER%%/Date/ICal.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ICal/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/ICal X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ICal X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true END-of-p5-Date-ICal/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 3:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC19137B409 for ; Sun, 12 May 2002 03:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CAe2g57029; Sun, 12 May 2002 03:40:02 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 3F4EC37B401 for ; Sun, 12 May 2002 03:30:22 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g4CA03t16019 for ; Sun, 12 May 2002 12:00:04 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 13F4F5A548 for ; Sun, 12 May 2002 12:00:02 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id A0C9A5A547; Sun, 12 May 2002 12:00:00 +0200 (CEST) Message-Id: <20020512100000.A0C9A5A547@nemesis.informatik.unibw-muenchen.de> Date: Sun, 12 May 2002 12:00:00 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37987: Fix build on -current: x11-toolkits/xview --- bento error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37987 >Category: ports >Synopsis: Fix build on -current: x11-toolkits/xview --- bento error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 12 03:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: Fix declaration of sys_nerr. Regards, Olli >How-To-Repeat: >Fix: diff -ruN xview.old/files/patch-li xview/files/patch-li --- xview.old/files/patch-li Thu Jan 20 03:38:24 2000 +++ xview/files/patch-li Sun May 12 11:43:18 2002 @@ -130,7 +130,7 @@ *** 18,27 **** /* Unix system error variables */ - extern int sys_nerr; +! extern int sys_nerr; extern char *sys_errlist[]; extern int errno; @@ -141,7 +141,7 @@ --- 19,32 ---- /* Unix system error variables */ - extern int sys_nerr; +! extern const int sys_nerr; + #if (defined(BSD) && (BSD >= 199306)) + extern const char *const sys_errlist[]; + #else @@ -1847,15 +1847,26 @@ *** ../old/xview3.2p1-X11R6/lib/libxview/textsw/es_file.c Tue Jun 29 01:17:34 1993 --- ./lib/libxview/textsw/es_file.c Sun Nov 20 13:39:11 1994 *************** -*** 110,117 **** ---- 110,122 ---- +*** 109,117 **** + #include - extern int errno, sys_nerr; -+ #if (defined(BSD) && (BSD >= 199306)) -+ extern const char *const sys_err_list[]; -+ extern off_t lseek(); -+ #else +! extern int errno, sys_nerr; + extern char *sys_errlist[]; + extern long lseek(); + + static void update_read_buf(); /* update the read buf if overlaps write buf */ + static Es_status es_file_commit(); +--- 109,123 ---- + #include + + +! extern int errno; +! extern const sys_nerr; +! #if (defined(BSD) && (BSD >= 199306)) +! extern const char *const sys_err_list[]; +! extern off_t lseek(); +! #else extern char *sys_errlist[]; extern long lseek(); + #endif @@ -2054,14 +2065,24 @@ *** ../old/xview3.2p1-X11R6/lib/libxview/textsw/txt_file.c Tue Jun 29 01:17:48 1993 --- ./lib/libxview/textsw/txt_file.c Sun Nov 20 13:39:12 1994 *************** -*** 51,57 **** ---- 51,61 ---- +*** 50,57 **** + #else extern char *getwd(); #endif /* SVR4 */ - extern int errno, sys_nerr; -+ #if (defined(BSD) && (BSD >= 199306)) -+ extern const char *const sys_errlist[]; -+ #else +! extern int errno, sys_nerr; + extern char *sys_errlist[]; + + Pkg_private int textsw_change_directory(); + Pkg_private void textsw_display(), textsw_display_view_margins(); +--- 50,62 ---- + #else + extern char *getwd(); + #endif /* SVR4 */ +! extern int errno; +! extern const int sys_nerr; +! #if (defined(BSD) && (BSD >= 199306)) +! extern const char *const sys_errlist[]; +! #else extern char *sys_errlist[]; + #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 4:50:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 482CA37B404 for ; Sun, 12 May 2002 04:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CBo1S68183; Sun, 12 May 2002 04:50:01 -0700 (PDT) (envelope-from gnats) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by hub.freebsd.org (Postfix) with ESMTP id D3D5837B401 for ; Sun, 12 May 2002 04:47:04 -0700 (PDT) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g4CBkmIS040381 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Sun, 12 May 2002 13:46:48 +0200 (CEST) (envelope-from vs@lambda.foldr.org) Received: (from vs@localhost) by lambda.foldr.org (8.12.3/8.11.6/Submit) id g4CBklnK040369; Sun, 12 May 2002 13:46:47 +0200 (CEST) (envelope-from vs) Message-Id: <200205121146.g4CBklnK040369@lambda.foldr.org> Date: Sun, 12 May 2002 13:46:47 +0200 (CEST) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: vs@lambda.foldr.org X-Send-Pr-Version: 3.113 Subject: ports/37989: [PATCH] Fix Utils.java in textproc/cocoon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37989 >Category: ports >Synopsis: [PATCH] Fix Utils.java in textproc/cocoon >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 12 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.5-RELEASE i386 >Organization: Lambda Core Research Facility >Environment: System: FreeBSD lambda.foldr.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Fri May 3 00:26:26 PDT 2002 user@jail2.johncompanies.com:/usr/src/sys/compile/6300 i386 >Description: Cocoon-1.8.2 needs an important fix which somehow never made it into the tarball. This patch (obtained from http://www.mail-archive.com/cocoon-users@xml.apache.org/msg05651/Utils.java) fixes the annoying issue when running the Cocoon samples in Tomcat: "Error loading logicsheet at resource://org/apache/cocoon/processor/xsp/library/java/util.xsl" >How-To-Repeat: - install tomcat/jakarta - install cocoon - install samples from cocoon-tarball into tomcat, try to view the samples (*.xml): you get the Java error above. >Fix: Put the following patch into textproc/cocoon/files/patch-ac: --- src/org/apache/cocoon/Utils.java.orig Sun May 12 13:30:49 2002 +++ src/org/apache/cocoon/Utils.java Sun May 12 13:30:58 2002 @@ -75,7 +75,7 @@ throws UnsupportedEncodingException { return (encoding == null) ? s.getBytes () : s.getBytes (encoding); } - + /** * This method returns a vector of PI nodes based on the PI target name. */ @@ -151,7 +151,7 @@ while (nodes.hasMoreElements()) { ProcessingInstruction pi = (ProcessingInstruction) nodes.nextElement(); addPIPseudoAttributes(pi, attributes); - } + } return attributes; } @@ -181,13 +181,13 @@ String key = st.nextToken(); // attribute name and '=' String token = st.nextToken(); // exact attribute value key = key.replace('=',' ').trim(); // remove whitespace and '=' - attributes.put(key, token); + attributes.put(key, token); } } catch (NoSuchElementException nsee) { // ignore white-space at the end of pseudo-list } } - + /** * Encodes the given request into a string using the format * protocol://serverName:serverPort/requestURI?query @@ -257,7 +257,7 @@ */ public static final String getBasename(HttpServletRequest request, Object context) { String path; - + try { // detect if the engine supports at least Servlet API 2.2 request.getClass ().getMethod ("getContextPath", null); @@ -310,11 +310,11 @@ */ public static final String getRootpath(HttpServletRequest request, Object context) { // FIXME (SM): I have _no_absolute_idea_ how much this is portable. The whole - // architecture should be based on URL rather than Files to allow the + // architecture should be based on URL rather than Files to allow the // use of Servlet 2.2 getResource() to void calling such nasty methods // but for now, well, it's the best I can do :( return request.getRealPath("/"); - } + } /* * Returns the stack trace as a string @@ -331,16 +331,20 @@ */ public static final Object getLocationResource(String location) throws MalformedURLException { Object resource = null; - + if (location.indexOf("://") < 0) { resource = new File(location); } else if (location.startsWith("resource://")) { // FIXME (SM): this should _not_ be system resource, but rather a resource of current classloader - resource = ClassLoader.getSystemResource(location.substring("resource://".length())); +// resource = ClassLoader.getSystemResource(location.substring("resource://".length())); + + // The Fix! + Dummy classloadrefernce = new Dummy(); + resource = classloadrefernce.getClass().getClassLoader().getResource(location.substring("resource://".length())); } else { resource = new URL(location); } - + return resource; } @@ -349,7 +353,7 @@ */ public static final Object getLocationResource(String location, HttpServletRequest request, ServletContext context) throws Exception { Object resource = null; - + if (location.indexOf("://") < 0) { if (location.charAt(0) == '/') { // Location is relative to webserver's root @@ -362,11 +366,20 @@ resource = new File(location); } else if (location.startsWith("resource://")) { // FIXME (SM): this should _not_ be system resource, but rather a resource of current classloader - resource = ClassLoader.getSystemResource(location.substring("resource://".length())); +// resource = ClassLoader.getSystemResource(location.substring("resource://".length())); + + // The Fix! + Dummy classloadrefernce = new Dummy(); + resource = classloadrefernce.getClass().getClassLoader().getResource(location.substring("resource://".length())); } else { resource = new URL(location); } - + return resource; } + +} + +class Dummy { + String why = "to provide a classloader ref"; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 5:47:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D221A37B404; Sun, 12 May 2002 05:47:08 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CCl8n78317; Sun, 12 May 2002 05:47:08 -0700 (PDT) (envelope-from mita) Date: Sun, 12 May 2002 05:47:08 -0700 (PDT) From: Message-Id: <200205121247.g4CCl8n78317@freefall.freebsd.org> To: gibbon@cocoa.freemail.ne.jp, mita@FreeBSD.org, freebsd-ports@FreeBSD.org, mita@FreeBSD.org Subject: Re: ports/37960: port : print/ghostscript-gnu-cjk is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port : print/ghostscript-gnu-cjk is broken State-Changed-From-To: open->analyzed State-Changed-By: mita State-Changed-When: Sun May 12 05:37:12 PDT 2002 State-Changed-Why: I(maintainer as well as committer) know that currently ghostscript-gnu-cjk is broken. We have already solutions. I am ready to commit the new cool ghostscript-gnu-cjk solution. In this solution, there is no more ghostscript-gnu-cjk. They will be replaced by ghostscript-gnu-*font ports. To do this, I am waiting for repository copies to be performed: ports/print/ghostscript-gnu-cjk -> ports/print/ghostscript-gnu-commfont ports/japanese/ghostscript-gnu-cjk -> ports/japanese/ghostscript-gnu-jpnfont ports/korean/ghostscript-gnu-cjk -> ports/korean/ghostscript-gnu-korfont So, the reported problems will disappear before long. Thank you for the report. Responsible-Changed-From-To: freebsd-ports->mita Responsible-Changed-By: mita Responsible-Changed-When: Sun May 12 05:37:12 PDT 2002 Responsible-Changed-Why: I(maintainer as well as committer) know that currently ghostscript-gnu-cjk is broken. We have already solutions. I am ready to commit the new cool ghostscript-gnu-cjk solution. In this solution, there is no more ghostscript-gnu-cjk. They will be replaced by ghostscript-gnu-*font ports. To do this, I am waiting for repository copies to be performed: ports/print/ghostscript-gnu-cjk -> ports/print/ghostscript-gnu-commfont ports/japanese/ghostscript-gnu-cjk -> ports/japanese/ghostscript-gnu-jpnfont ports/korean/ghostscript-gnu-cjk -> ports/korean/ghostscript-gnu-korfont So, the reported problems will disappear before long. Thank you for the report. http://www.freebsd.org/cgi/query-pr.cgi?pr=37960 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 6:50:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CBFE37B404 for ; Sun, 12 May 2002 06:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDo1D96696; Sun, 12 May 2002 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 2EAE437B409 for ; Sun, 12 May 2002 06:46:07 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4CDjxhG013679 for ; Sun, 12 May 2002 06:45:59 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4CDjxeI013678; Sun, 12 May 2002 06:45:59 -0700 (PDT) Message-Id: <200205121345.g4CDjxeI013678@www.freebsd.org> Date: Sun, 12 May 2002 06:45:59 -0700 (PDT) From: Dan Naumov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/37991: Evolution gets "stuck" on startup if exited while being in "Summary". Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37991 >Category: ports >Synopsis: Evolution gets "stuck" on startup if exited while being in "Summary". >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 12 06:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Naumov >Release: FreeBSD 4.5-STABLE >Organization: none, home user >Environment: FreeBSD localhost.localdomain 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Apr 26 16:11:20 EEST 2002 jago@localhost.localdomain:/usr/obj/usr/src/sys/JAGO i386 >Description: This problem has been happening to me since Evolution 1.0.3 and apparently it is still present in 1.0.5. It can be activated by starting Evolution, going to the summary part of the suite and then closing Evolution. Now if you start Evolution again, it will start-up in the "Summary", but clicking anywhere else (like Inbox, VFolders, etc) will not transfer you to that part of the suite, but rather, you get "stuck" in the Summary. This does not happen always, although often enough to annoy the user quite a lot. This seems to be a FreeBSD-specific problem, seeing as this never happens with Evolution 1.0.3 under Linux. XFree 4.2.0 was used in both cases. >How-To-Repeat: 1) Start Evolution. 2) Go to Summary. 3) Close Evolution. 4) Start Evolution again. 5) Click on Inbox or VFolders. This bug is best seen if you use the Folder Bar and not the Shortcut Bar. >Fix: No fix known. The only workaround for this problem seems to be to not close Evolution while in Summary, but rather open up the Inbox before closing the suite. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 7:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B987237B400 for ; Sun, 12 May 2002 07:10:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CEA8p02190; Sun, 12 May 2002 07:10:08 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 May 2002 07:10:08 -0700 (PDT) Message-Id: <200205121410.g4CEA8p02190@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dan Naumov Subject: RE: ports/37991: Evolution gets "stuck" on startup if exited while being in "Summary". Reply-To: Dan Naumov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/37991; it has been noted by GNATS. From: Dan Naumov To: bug-followup@freebsd.org Cc: gnome@freebsd.org Subject: RE: ports/37991: Evolution gets "stuck" on startup if exited while being in "Summary". Date: Sun, 12 May 2002 07:03:59 -0700 (PDT) Apparently, as of now (1.0.5), you can get "stuck" in Inbox as well as pretty much every folder you have. After tinkering around for about 20 minutes, I got Evolution to stuck in Inbox twice as well as once in my "FreeBSD Ports" folder, which is a subfolder of Inbox :( Sincerely, Dan Naumov aka Jago P.S: When replying, please CC jago@telefragged.com __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 7:40: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD3337B40A for ; Sun, 12 May 2002 07:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CEe3L04411; Sun, 12 May 2002 07:40:03 -0700 (PDT) (envelope-from gnats) Received: from mile.nevermind.kiev.ua (freebsddiary.org.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id 8E90E37B406 for ; Sun, 12 May 2002 07:38:09 -0700 (PDT) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.2) with ESMTP id g4CEc19e000546 for ; Sun, 12 May 2002 17:38:02 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g4CEc0Ef000545; Sun, 12 May 2002 17:38:00 +0300 (EEST) Message-Id: <200205121438.g4CEc0Ef000545@mile.nevermind.kiev.ua> Date: Sun, 12 May 2002 17:38:00 +0300 (EEST) From: Alexandr Kovalenko Reply-To: Alexandr Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37992: emulators/rtc: cannot start automatically on boot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37992 >Category: ports >Synopsis: emulators/rtc: cannot start automatically on boot >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 12 07:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Net.Style Ltd. >Environment: System: FreeBSD mile.nevermind.kiev.ua 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 16:40:29 EEST 2002 root@mile.nevermind.kiev.ua:/usr/obj/usr/src/sys/mile i386 Latest ports. >Description: While starting FreeBSD /usr/local/etc/rc.d/rtc.sh cannot correctly kldload rtc.ko. This is printed on console: rtcmodule_register: module linuxelf already exists! linker_file_sysinit "linux.ko" failed to register! 17 kldload: can't load /usr/local/modules/rtc.ko: Exec format error >How-To-Repeat: Install ports/emulators/rtc, reboot system. >Fix: Workaround: Start /usr/local/etc/rc.d/rtc.sh after boot. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 8:14: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from tenchi.dreamlabs.com (tenchi.dreamlabs.com [216.220.37.61]) by hub.freebsd.org (Postfix) with ESMTP id 1D13237B407; Sun, 12 May 2002 08:13:56 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by tenchi.dreamlabs.com (Postfix) with ESMTP id B661C390B5C; Sun, 12 May 2002 11:13:49 -0400 (EDT) Received: from shadow (empire.branchmedia.com [216.129.214.34]) by tenchi.dreamlabs.com (Postfix) with ESMTP id 8810A390B53; Sun, 12 May 2002 11:13:47 -0400 (EDT) Message-ID: <000d01c1f9c7$996e8610$e700a8c0@shadow> From: "Mit Rowe" To: , Subject: Apache-modssl & suexec Date: Sun, 12 May 2002 11:13:37 -0400 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0009_01C1F9A6.10727B30" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C1F9A6.10727B30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hey there! I was wondering... does anyone have any plans to migrate the suexec patches used in the apache13 port into the apache+mod_ssl port? -Mit ------=_NextPart_000_0009_01C1F9A6.10727B30 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII9TCCAoQw ggHtoAMCAQICAwc8QjANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAw MC44LjMwMB4XDTAyMDQxNTE2MTIxMVoXDTAzMDQxNTE2MTIxMVowRzEfMB0GA1UEAxMWVGhhd3Rl IEZyZWVtYWlsIE1lbWJlcjEkMCIGCSqGSIb3DQEJARYVbWl0YXlhaUBkcmVhbWxhYnMuY29tMIGf MA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpoYLGX/RSLaQ86x/Gw0PtcobVciVUTcHRjKbOGJHn SqKKMrT7VN2zCNwIfRpxb0akiQDvb67ihrEInvNfLJO96n6R17l93B3GdS6ANDWkikfI/gM+nK4X sQ3r064T9Ub0iyqZQnpBTO0a6gIiibUXC9bF2Uc79VViIW3MUoALwwIDAQABozIwMDAgBgNVHREE GTAXgRVtaXRheWFpQGRyZWFtbGFicy5jb20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOB gQAqodLtPJ/ppQ62Y711a8ZGu4zcJGJJ850J87eAYXtJBlY1CCLjhwDGxmvGXZgLFI8G7la4pkE7 kBaMZRJdaKvPUo3T/vx6Ty24m8iqFQd1Tjwbut6urNs1YZiPaJoNeLj4HRweGeYLqZKYGXXynYfw suU7N1RPf7tvmJ4/09cwYTCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UE ChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2 aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJ ARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEyMzEy MzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlD YXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0 aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg Q0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJKoZI hvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUodDpCLGMn n5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11uenwM pUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQFMAMB Af8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7qEqW ih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8jJgmR gHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM4MIICoaADAgECAhBmRXK3zHT1 z2N2RYTQLpEBMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVy biBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgw JgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUg UGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRo YXd0ZS5jb20wHhcNMDAwODMwMDAwMDAwWhcNMDQwODI3MjM1OTU5WjCBkjELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3 dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVl bWFpbCBSU0EgMjAwMC44LjMwMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMzKmY8cJJUU+ 0m54J2eBxdqIGYKXDuNEKYpjNSptcDz63K737nRvMLwzkH/5NHGgo22Y8cNPomXbDfpL8dbdYaX5 hc1VmjUanZJ1qCeu2HL5ugL217CR3hzpq+AYA6h8Q0JQUYeDPPA5tJtUihOH/7ObnUlmAC0JieyU a+mhaQIDAQABo04wTDApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVsMS0yOTcw EgYDVR0TAQH/BAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQEEBQADgYEAMbFLR135 AXHl9VNsXXnWPZjAJhNigSKnEvgilegbSbcnewQ5uvzm8iTrkfq97A0qOPdQVahs9w2tTBu8A/S1 66JHn2yiDFiNMUIJEWywGmnRKxKyQF1q+XnQ6i4l3Yrk/NsNH50C81rbyjz2ROomaYd/SJ7OpZ/n hNjJYmKtBcYxggH+MIIB+gIBATCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4g Q2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMw AgMHPEIwCQYFKw4DAhoFAKCBujAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJ BTEPFw0wMjA1MTIxNTEzMzdaMCMGCSqGSIb3DQEJBDEWBBRfpw5EKRQOn5l+sFb2GXa36zkArzBb BgkqhkiG9w0BCQ8xTjBMMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIB QDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDAHBgUrDgMCHTANBgkqhkiG9w0BAQEFAASBgBexH84a itAHMNoOnvWUeQ+S3vPbzwnDQdzMbIayz3jjHhkihCfO9wApKlZyLCiqd76Rf+bjhzuodwrme+wa fvApmFnKarzbQP41iaIaZX0fwMC1+TaCnd1WHOs4XrX8gIPjimSjnFdfGrFZ+44QFEuOKzNFMIjE /V1OVmkvSd/iAAAAAAAA ------=_NextPart_000_0009_01C1F9A6.10727B30-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 8:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4508E37B408 for ; Sun, 12 May 2002 08:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFK1r10909; Sun, 12 May 2002 08:20:01 -0700 (PDT) (envelope-from gnats) Received: from infomath.math.nctu.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119]) by hub.freebsd.org (Postfix) with ESMTP id C711C37B40A for ; Sun, 12 May 2002 08:17:52 -0700 (PDT) Received: from 127.0.0.1 (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with SMTP id AE70C3DF6; Sun, 12 May 2002 23:17:14 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 5FEB93D8D; Sun, 12 May 2002 23:17:14 +0800 (CST) Message-Id: <20020512151714.5FEB93D8D@infomath.math.nctu.edu.tw> Date: Sun, 12 May 2002 23:17:14 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/37993: New port: security/amavisd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37993 >Category: ports >Synopsis: New port: security/amavisd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 08:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #7: Tue Apr 23 04:15:27 CST 2002 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: amavisd is the daemonized version of amavis-perl Note that the installation is different than the original package, and the integration into your MTA can be different, so please read the README and INSTALL files very carefully. WWW: http://www.amavis.org/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # amavisd # amavisd/Makefile # amavisd/pkg-comment # amavisd/pkg-descr # amavisd/distinfo # amavisd/pkg-plist # amavisd/files # amavisd/files/amavisd.sh.sample # echo c - amavisd mkdir -p amavisd > /dev/null 2>&1 echo x - amavisd/Makefile sed 's/^X//' >amavisd/Makefile << 'END-of-amavisd/Makefile' X# New ports collection makefile for: amavisd X# Date created: 13 May 2002 X# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= amavisd XPORTVERSION= 20020300 XCATEGORIES= security XMASTER_SITES= http://www.amavis.org/dist/perl/ XDISTNAME= ${PORTNAME}-snapshot-${PORTVERSION} X XMAINTAINER= gslin@ccca.nctu.edu.tw X XRUN_DEPENDS= ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc \ X ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \ X ${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj \ X ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \ X ${LOCALBASE}/bin/zoo:${PORTSDIR}/archivers/zoo \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Convert/UUlib.pm:${PORTSDIR}/converters/p5-Convert-UUlib \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/AtomicFile.pm:${PORTSDIR}/devel/p5-IO-stringy \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools X XGNU_CONFIGURE= yes X XAMAVISUSER?= root X XCONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc --with-amavisuser=${AMAVISUSER} X X.if defined(WITH_POSTFIX) XCONFIGURE_ARGS+= --enable-postfix XRUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix XMTA?= postfix X.elif defined(WITH_POSTFIX_CURRENT) XCONFIGURE_ARGS+= --enable-postfix XRUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current XMTA?= postfix X.elif defined(WITH_QMAIL) XCONFIGURE_ARGS+= --enable-qmail XRUN_DEPENDS+= ${LOCALBASE}/bin/qmail-smtpd:${PORTSDIR}/mail/qmail XMTA?= qmail X.else XCONFIGURE_ARGS+= --enable-sendmail XMTA?= sendmail X.endif X Xpost-patch: X @${SED} "s,%%AMAVISUSER%%,${AMAVISUSER}," ${FILESDIR}/amavisd.sh.sample > ${WRKSRC}/amavisd.sh.sample X Xpost-install: X ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.sh.sample ${PREFIX}/etc/rc.d X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for FILE in FAQ INSTALL README README.exim README.milter README.postfix README.qmail README.scanners README.sendmail doc/amavis.html doc/amavis.m4 doc/amavis.png doc/amavis.txt X ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X @${ECHO} "Please read ${DOCSDIR}/README.${MTA}" X.endif X X.include END-of-amavisd/Makefile echo x - amavisd/pkg-comment sed 's/^X//' >amavisd/pkg-comment << 'END-of-amavisd/pkg-comment' XThe daemonized version of amavis-perl END-of-amavisd/pkg-comment echo x - amavisd/pkg-descr sed 's/^X//' >amavisd/pkg-descr << 'END-of-amavisd/pkg-descr' Xamavisd is the daemonized version of amavis-perl X XNote that the installation is different than the original package, and the Xintegration into your MTA can be different, so please read the README and XINSTALL files very carefully. X XWWW: http://www.amavis.org/ END-of-amavisd/pkg-descr echo x - amavisd/distinfo sed 's/^X//' >amavisd/distinfo << 'END-of-amavisd/distinfo' XMD5 (amavisd-snapshot-20020300.tar.gz) = f8823fa5b3a11e7c7067e65660e274f9 END-of-amavisd/distinfo echo x - amavisd/pkg-plist sed 's/^X//' >amavisd/pkg-plist << 'END-of-amavisd/pkg-plist' X%%PORTDOCS%%share/doc/amavisd/FAQ X%%PORTDOCS%%share/doc/amavisd/INSTALL X%%PORTDOCS%%share/doc/amavisd/README X%%PORTDOCS%%share/doc/amavisd/README.exim X%%PORTDOCS%%share/doc/amavisd/README.milter X%%PORTDOCS%%share/doc/amavisd/README.postfix X%%PORTDOCS%%share/doc/amavisd/README.qmail X%%PORTDOCS%%share/doc/amavisd/README.scanners X%%PORTDOCS%%share/doc/amavisd/README.sendmail X%%PORTDOCS%%share/doc/amavisd/amavis.html X%%PORTDOCS%%share/doc/amavisd/amavis.m4 X%%PORTDOCS%%share/doc/amavisd/amavis.png X%%PORTDOCS%%share/doc/amavisd/amavis.txt X%%PORTDOCS%%@dirrm share/doc/amavisd Xetc/amavisd.conf Xetc/rc.d/amavisd.sh.sample Xsbin/amavis Xsbin/amavisd END-of-amavisd/pkg-plist echo c - amavisd/files mkdir -p amavisd/files > /dev/null 2>&1 echo x - amavisd/files/amavisd.sh.sample sed 's/^X//' >amavisd/files/amavisd.sh.sample << 'END-of-amavisd/files/amavisd.sh.sample' X#!/bin/sh X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then X echo "$0: Cannot determine the PREFIX" >&2 X exit 1 Xfi X Xcase "$1" in Xstart) X [ -x ${PREFIX}/amavisd ] && su - %%AMAVISUSER%% -c ${PREFIX}/amavisd > /dev/null 2>&1 && echo -n ' amavisd' X ;; Xstop) X echo -n ' amavisd' X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-amavisd/files/amavisd.sh.sample exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 8:40:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 912CE37B401 for ; Sun, 12 May 2002 08:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFe1j12412; Sun, 12 May 2002 08:40:01 -0700 (PDT) (envelope-from gnats) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id EC1E337B404 for ; Sun, 12 May 2002 08:32:43 -0700 (PDT) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id XAA69069; Sun, 12 May 2002 23:32:39 +0800 (WST) Message-Id: <200205121532.XAA69069@mail.wa.apana.org.au> Date: Sun, 12 May 2002 23:32:39 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37994: New Port: net/firedns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37994 >Category: ports >Synopsis: New Port: net/firedns >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 08:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.5-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Apr 20 17:14:31 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Library for handling asynchronous DNS requests >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: # # firedns # firedns/Makefile # firedns/distinfo # firedns/pkg-comment # firedns/pkg-plist # firedns/pkg-descr # firedns/files # echo c - firedns mkdir -p firedns > /dev/null 2>&1 echo x - firedns/Makefile sed 's/^X//' >firedns/Makefile << 'END-of-firedns/Makefile' X# New ports collection makefile for: firedns X# Date created: Sun 12 May 22:30:00 WST 2002 X# Whom: Dean Hollister X# X# $FreeBSD$ X# X XPORTNAME= firedns XPORTVERSION= 0.1.17 XCATEGORIES= net XMASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ X http://www.wa.apana.org.au/~dean/sources/ \ X ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ XDISTNAME= firedns XEXTRACT_SUFX= -0.1.17.tar.gz X XMAN3= firedns_aton4.3 firedns_aton6.3 firedns_getip4.3 \ X firedns_getip6.3 firedns_getmx.3 firedns_getname4.3 \ X firedns_getname6.3 firedns_getresult.3 firedns_gettxt.3 \ X firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \ X firedns_resolveip6.3 firedns_resolvemx.3 \ X firedns_resolvename4.3 firedns_resolvename6.3 \ X firedns_resolvetxt.3 libfiredns.3 X XMAINTAINER= dean@odyssey.apana.org.au X X.include END-of-firedns/Makefile echo x - firedns/distinfo sed 's/^X//' >firedns/distinfo << 'END-of-firedns/distinfo' XMD5 (firedns-0.1.17.tar.gz) = 99584b358995d34dc95a814f9a634730 END-of-firedns/distinfo echo x - firedns/pkg-comment sed 's/^X//' >firedns/pkg-comment << 'END-of-firedns/pkg-comment' XLibrary for handling asynchronous DNS requests END-of-firedns/pkg-comment echo x - firedns/pkg-plist sed 's/^X//' >firedns/pkg-plist << 'END-of-firedns/pkg-plist' Xinclude/firedns.h Xlib/libfiredns.so Xlib/libfiredns.a END-of-firedns/pkg-plist echo x - firedns/pkg-descr sed 's/^X//' >firedns/pkg-descr << 'END-of-firedns/pkg-descr' XFrom libfiredns(3): X Xlibfiredns is a library for handling asynchronous DNS Xrequests. It provides a very simple interface for sending Xrequests and parsing reponses, as well as low-timeout Xblocking functions. It can also be compiled to override Xthe BIND/LIBC functions with its alternative implementations. Xlibfiredns functions have much lower timeouts than the stock Xfunctions and tend to be faster because they send requests Xto all configured system nameservers at the same time. X XWWW: http://ares.penguinhosting.net/~ian/ X X- Dean X Xdean@odyssey.apana.org.au END-of-firedns/pkg-descr echo c - firedns/files mkdir -p firedns/files > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 8:46:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from laptop.tenebras.com (laptop.tenebras.com [66.92.188.18]) by hub.freebsd.org (Postfix) with SMTP id BEF2237B405 for ; Sun, 12 May 2002 08:46:29 -0700 (PDT) Received: (qmail 60093 invoked from network); 12 May 2002 15:46:28 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (66.92.188.241) by 0 with SMTP; 12 May 2002 15:46:28 -0000 Message-ID: <3CDE8E53.9060504@tenebras.com> Date: Sun, 12 May 2002 08:46:27 -0700 From: Michael Sierchio Reply-To: kudzu@tenebras.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020427 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org, security-officer@FreeBSD.org Subject: FreeBSD Port: mozilla-1.0.rc1,1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org My friendly Mozilla-RC1 browser suggests: Warning! Your copy of Mozilla is vulnerable to a security bug. You should upgrade to Mozilla 1.0 Release Candidate 2 to fix this problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 8:50:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA34637B408 for ; Sun, 12 May 2002 08:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFo1T13091; Sun, 12 May 2002 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id DDF1537B403 for ; Sun, 12 May 2002 08:44:30 -0700 (PDT) Received: from horsetail.bogs.org (horsetail.bogs.org [198.137.203.50]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id IAA92462 for ; Sun, 12 May 2002 08:44:24 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: (from greg@localhost) by horsetail.bogs.org (8.11.6/8.11.6) id g4CFioN65973; Sun, 12 May 2002 08:44:50 -0700 (PDT) (envelope-from greg) Message-Id: <200205121544.g4CFioN65973@horsetail.bogs.org> Date: Sun, 12 May 2002 08:44:50 -0700 (PDT) From: Greg Shenaut Reply-To: Greg Shenaut To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37995: lilypond port will not build due to bison/make-rule interaction Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37995 >Category: ports >Synopsis: lilypond port will not build due to bison/make-rule interaction >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 12 08:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Greg Shenaut >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD horsetail.bogs.org 4.5-RELEASE FreeBSD 4.5-RELEASE #2: Fri Mar 1 16:14:02 PST 2002 root@horsetail.bogs.org:/usr/src/sys/compile/HORSETAIL i386 >Description: I'm trying to build the lilypond port and it's failing when make trys to rename the output of bison. It looks like the problem is with the rules in stepmake/stepmake for "bison -d"--the rules assume the wrong filenames (the correct names seem to be "parser.tab.{cc,c,hh,h}" but I may not have figured it out correctly. (As far as I can tell, the bison manual page doesn't give the correct filenames either.) >How-To-Repeat: cd /usr/ports/print/lilypond ; make >Fix: I think that all will work correctly if the rules for bison are fixed in the stepmake/stepmake directory--I didn't notice any other problems. However, I haven't been able to make it work yet. >Release-Note: >Audit-Trail: >Unformatted: non-critical medium sw-bug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 9: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C78D37B406 for ; Sun, 12 May 2002 09:00:14 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CG0EE13999; Sun, 12 May 2002 09:00:14 -0700 (PDT) (envelope-from gnats) Received: from cheer.mahoroba.org (flets19-004.kamome.or.jp [218.45.19.4]) by hub.freebsd.org (Postfix) with ESMTP id F190B37B400; Sun, 12 May 2002 08:55:27 -0700 (PDT) Received: from cheer.mahoroba.org (IDENT:zbAdUaCE/wgqeirxhQbUbWrXmcsiuFRkav52VlxPrjTF2h04x5jo2tHrkgEh7+3+@localhost [IPv6:::1]) by cheer.mahoroba.org (8.12.3/8.12.3) with ESMTP/inet6 id g4CFtOLS061514 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 13 May 2002 00:55:24 +0900 (JST) (envelope-from ume@mahoroba.org) Received: (from ume@localhost) by cheer.mahoroba.org (8.12.3/8.12.3/Submit) id g4CFtMrc017328; Mon, 13 May 2002 00:55:22 +0900 (JST) (envelope-from ume) Message-Id: <200205121555.g4CFtMrc017328@cheer.mahoroba.org> Date: Mon, 13 May 2002 00:55:22 +0900 (JST) From: Hajimu UMEMOTO Reply-To: Hajimu UMEMOTO To: FreeBSD-gnats-submit@FreeBSD.org Cc: joe@tao.org.uk, ume@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37996: Add ospf6d support to zebractl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37996 >Category: ports >Synopsis: Add ospf6d support to zebractl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 09:00:14 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hajimu UMEMOTO >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD cheer.mahoroba.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 22 23:33:33 JST 2002 root@cheer.mahoroba.org:/usr/obj/usr/src/sys/CHEER i386 >Description: Current zebractl of ports/net/zebra doesn't support opsf6d. >How-To-Repeat: Even if you provide /usr/local/etc/zebra/ospf6d.conf, ospf6d wouldn't start. >Fix: Here is a patch: Index: zebra/files/zebractl.sh diff -u zebra/files/zebractl.sh.orig zebra/files/zebractl.sh --- zebra/files/zebractl.sh.orig Mon Sep 10 02:23:55 2001 +++ zebra/files/zebractl.sh Mon May 6 01:25:23 2002 @@ -31,6 +31,8 @@ && !!PREFIX!!/sbin/ripngd -d && echo -n ' ripngd' [ -f !!PREFIX!!/etc/zebra/ospfd.conf ] \ && !!PREFIX!!/sbin/ospfd -d && echo -n ' ospfd' + [ -f !!PREFIX!!/etc/zebra/ospf6d.conf ] \ + && !!PREFIX!!/sbin/ospf6d -d && echo -n ' ospf6d' [ -f !!PREFIX!!/etc/zebra/bgpd.conf ] \ && !!PREFIX!!/sbin/bgpd -d && echo -n ' bgpd' ;; @@ -39,6 +41,7 @@ [ -f !!PREFIX!!/etc/zebra/ripd.conf ] && killall ripd [ -f !!PREFIX!!/etc/zebra/ripngd.conf ] && killall ripngd [ -f !!PREFIX!!/etc/zebra/ospfd.conf ] && killall ospfd + [ -f !!PREFIX!!/etc/zebra/ospf6d.conf ] && killall ospf6d [ -f !!PREFIX!!/etc/zebra/bgpd.conf ] && killall bgpd [ -f !!PREFIX!!/etc/zebra/zebra.conf ] && killall zebra ;; Index: zebra/Makefile diff -u zebra/Makefile.orig zebra/Makefile --- zebra/Makefile.orig Tue Mar 26 09:31:46 2002 +++ zebra/Makefile Mon May 6 01:34:34 2002 @@ -7,7 +7,7 @@ PORTNAME= zebra PORTVERSION= 0.92a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \ -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 9:10:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C968737B405 for ; Sun, 12 May 2002 09:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CGA1S19654; Sun, 12 May 2002 09:10:01 -0700 (PDT) (envelope-from gnats) Received: from mistral.imasy.or.jp (Q127097.ppp.dion.ne.jp [61.204.127.97]) by hub.freebsd.org (Postfix) with ESMTP id 508DD37B404 for ; Sun, 12 May 2002 09:07:30 -0700 (PDT) Received: from mistral.imasy.or.jp (localhost [IPv6:::1]) by mistral.imasy.or.jp (8.12.3/8.12.3/mistral) with ESMTP id g4CG6x9W046865 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 13 May 2002 01:07:01 +0900 (JST) (envelope-from mistral@imasy.or.jp) Received: (from sarumaru@localhost) by mistral.imasy.or.jp (8.12.3/8.12.2/Submit) id g4CG6rmA046864; Mon, 13 May 2002 01:06:53 +0900 (JST) (envelope-from sarumaru) Message-Id: <200205121606.g4CG6rmA046864@mistral.imasy.or.jp> Date: Mon, 13 May 2002 01:06:53 +0900 (JST) From: Yoshihiko Sarumaru Reply-To: Yoshihiko Sarumaru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37997: port update: patch for locale change ja_JP.EUC -> ja_JP.eucJP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37997 >Category: ports >Synopsis: port update: patch for locale change ja_JP.EUC -> ja_JP.eucJP >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 12 09:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Internet Mutual Aid Society Yokohama >Environment: System: FreeBSD mistral.imasy.or.jp 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #4: Wed May 8 01:01:48 JST 2002 sarumaru@mistral.imasy.or.jp:/usr/obj/usr/src/sys/Z505VRK i386 >Description: Before 4.6-RELEASE, locale name for Japanese EUC is ja_JP.EUC, but it was changed to ja_JP.eucJP from 4.6-RELEASE. This patch changes install directory for locale dependent files to ja_JP.eucJP, but remains symlink in ja_JP.EUC. Suggested by: motoyuki@FreeBSD.org >How-To-Repeat: apply this patch. >Fix: Makefile: bump PORTREVISION patch-ad: change Imakefile diff -ur xcalendar.orig/Makefile xcalendar/Makefile --- xcalendar.orig/Makefile Sun Dec 30 01:49:51 2001 +++ xcalendar/Makefile Sun May 12 23:52:35 2002 @@ -7,6 +7,7 @@ PORTNAME= xcalendar PORTVERSION= 4.0.2002 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ DISTNAME= ${PORTNAME}-4.0+i18n diff -ur xcalendar.orig/files/patch-ad xcalendar/files/patch-ad --- xcalendar.orig/files/patch-ad Fri Jan 4 20:21:17 2002 +++ xcalendar/files/patch-ad Mon May 13 00:55:51 2002 @@ -1,12 +1,15 @@ ---- Imakefile.orig Sun Oct 1 12:19:17 1995 -+++ Imakefile Mon Mar 12 20:54:39 2001 -@@ -1,4 +1,5 @@ +--- /usr/ports/deskutils/xcalendar.orig/work/xcalendar/Imakefile Sun Oct 1 12:19:17 1995 ++++ Imakefile Mon May 13 00:55:07 2002 +@@ -1,4 +1,8 @@ XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar -+XCALENDAR_JP_LIBDIR = $(LIBDIR)/ja_JP.EUC/xcalendar ++XCALENDAR_JP_LIBDIR_EUCJP = $(LIBDIR)/ja_JP.eucJP/xcalendar ++XCALENDAR_JP_LIBDIR_EUC = $(LIBDIR)/ja_JP.EUC/xcalendar ++XCALENDAR_JP_APPDEFAULTS_EUCJP = $(LIBDIR)/ja_JP.eucJP/app-defaults ++XCALENDAR_JP_APPDEFAULTS_EUC = $(LIBDIR)/ja_JP.EUC/app-defaults LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp # Comment out the following two lines for the Motif version LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -@@ -12,7 +13,7 @@ +@@ -12,7 +16,7 @@ # # for Internationalization # @@ -15,29 +18,41 @@ ##if !SharedLibXwchar # _UseCat($(USRLIBDIR),$(CONTRIBSRC)/lib/Xwchar,/libXwchar.a) # XWCHARLIB = LoaderLibPrefix _Use(-lXwchar,$(DEPXWCHARLIB)) -@@ -40,12 +41,26 @@ +@@ -40,12 +44,36 @@ # for Internationalization # XCal-uj.ad: XCal-uj.sed - sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_LIBDIR);'\ -+ sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_JP_LIBDIR);'\ ++ sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_JP_LIBDIR_EUCJP);'\ + < $? \ + > $@ +xcalendar-uj.hlp: $(FILESDIR)/xcalendar-uj.hlp.sed -+ sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_JP_LIBDIR);'\ ++ sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_JP_LIBDIR_EUCJP);'\ + < $? \ + > $@ +xcalendar-uj.man: $(FILESDIR)/xcalendar-uj.man.sed -+ sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_JP_LIBDIR);'\ ++ sed 's;%%XCALENDAR_LIBDIR%%;$(XCALENDAR_JP_LIBDIR_EUCJP);'\ < $? \ > $@ -install:: XCal-uj.ad +- MakeDir($(LIBDIR)/ja_JP.EUC/app-defaults) +- $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.EUC/app-defaults/XCalendar +install:: - MakeDir($(LIBDIR)/ja_JP.EUC/app-defaults) - $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.EUC/app-defaults/XCalendar -+ MakeDir($(XCALENDAR_JP_LIBDIR)) -+ $(INSTALL) -c $(INSTAPPFLAGS) $(FILESDIR)/xcalendar-uj.hol $(XCALENDAR_JP_LIBDIR)/xcalendar.hol -+ $(INSTALL) -c $(INSTAPPFLAGS) xcalendar-uj.hlp $(XCALENDAR_JP_LIBDIR)/xcalendar.hlp ++ MakeDir($(XCALENDAR_JP_APPDEFAULTS_EUCJP)) ++ $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad \ ++ $(XCALENDAR_JP_APPDEFAULTS_EUCJP)/XCalendar ++ MakeDir($(XCALENDAR_JP_APPDEFAULTS_EUC)) ++ $(LN) $(XCALENDAR_JP_APPDEFAULTS_EUCJP)/XCalendar \ ++ $(XCALENDAR_JP_APPDEFAULTS_EUC)/ ++ ++ MakeDir($(XCALENDAR_JP_LIBDIR_EUCJP)) ++ $(INSTALL) -c $(INSTAPPFLAGS) $(FILESDIR)/xcalendar-uj.hol \ ++ $(XCALENDAR_JP_LIBDIR_EUCJP)/xcalendar.hol ++ $(INSTALL) -c $(INSTAPPFLAGS) xcalendar-uj.hlp \ ++ $(XCALENDAR_JP_LIBDIR_EUCJP)/xcalendar.hlp ++ $(LN) $(XCALENDAR_JP_LIBDIR_EUCJP) \ ++ $(XCALENDAR_JP_LIBDIR_EUC) ++ + $(INSTALL) -c $(INSTMANFLAGS) xcalendar-uj.man \ + $(MANPATH)/ja/man1/xcalendar.1 + $(COMPRESSMANCMD) $(MANPATH)/ja/man1/xcalendar.1 diff -ur xcalendar.orig/pkg-plist xcalendar/pkg-plist --- xcalendar.orig/pkg-plist Fri Jun 22 18:53:55 2001 +++ xcalendar/pkg-plist Mon May 13 00:48:01 2002 @@ -1,14 +1,17 @@ bin/xcalendar lib/X11/app-defaults/XCalendar +lib/X11/ja_JP.eucJP/app-defaults/XCalendar +lib/X11/ja_JP.eucJP/xcalendar/xcalendar.hol +lib/X11/ja_JP.eucJP/xcalendar/xcalendar.hlp lib/X11/ja_JP.EUC/app-defaults/XCalendar -lib/X11/ja_JP.EUC/xcalendar/xcalendar.hol -lib/X11/ja_JP.EUC/xcalendar/xcalendar.hlp +lib/X11/ja_JP.EUC/xcalendar lib/X11/xcalendar/larrow.xbm lib/X11/xcalendar/qmark.xbm lib/X11/xcalendar/quit.xbm lib/X11/xcalendar/rarrow.xbm lib/X11/xcalendar/xcalendar.hlp @dirrm lib/X11/xcalendar -@dirrm lib/X11/ja_JP.EUC/xcalendar -@unexec rmdir %D/lib/X11/ja_JP.EUC/app-defaults 2>/dev/null || true -@unexec rmdir %D/lib/X11/ja_JP.EUC 2>/dev/null || true +@dirrm lib/X11/ja_JP.eucJP/xcalendar +@unexec rmdir %D/lib/X11/ja_JP.eucJP/app-defaults 2>/dev/null || true +@unexec rmdir %D/lib/X11/ja_JP.eucJP 2>/dev/null || true +@unexec rm %D/lib/X11/ja_JP.EUC 2>/dev/null || true Only in xcalendar.orig/: work >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 10:12:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0587F37B405; Sun, 12 May 2002 10:12:47 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CHCk527698; Sun, 12 May 2002 10:12:46 -0700 (PDT) (envelope-from mi) Date: Sun, 12 May 2002 10:12:46 -0700 (PDT) From: Message-Id: <200205121712.g4CHCk527698@freefall.freebsd.org> To: andrey@mgul.ac.ru, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37958: pam-pgsql-0.5.2_2 port makes wrong SQL quires Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pam-pgsql-0.5.2_2 port makes wrong SQL quires State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Sun May 12 10:11:59 PDT 2002 State-Changed-Why: The port is upgraded and its maintainership is transferred to the PR's originator. http://www.freebsd.org/cgi/query-pr.cgi?pr=37958 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 10:14:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E04F37B405; Sun, 12 May 2002 10:14:56 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CHEuV27809; Sun, 12 May 2002 10:14:56 -0700 (PDT) (envelope-from mi) Date: Sun, 12 May 2002 10:14:56 -0700 (PDT) From: Message-Id: <200205121714.g4CHEuV27809@freefall.freebsd.org> To: andrey@mgul.ac.ru, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37628: Documentation bug in pam-pgsql-0.5.2_2 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Documentation bug in pam-pgsql-0.5.2_2 port State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Sun May 12 10:13:26 PDT 2002 State-Changed-Why: The port is upgraded to the version where this is fixed, and the maintainership is transferred to the originator of this PR, to keep him busy -- apparently, he actually uses this software. http://www.freebsd.org/cgi/query-pr.cgi?pr=37628 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 10:27:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [63.167.241.66]) by hub.freebsd.org (Postfix) with ESMTP id C65D037B404 for ; Sun, 12 May 2002 10:27:47 -0700 (PDT) Received: (from str@localhost) by giganda.komkon.org (8.11.3/8.11.3) id g4CHRkj63855 for ports@freebsd.org; Sun, 12 May 2002 13:27:46 -0400 (EDT) (envelope-from str) Date: Sun, 12 May 2002 13:27:46 -0400 (EDT) From: Igor Roshchin Message-Id: <200205121727.g4CHRkj63855@giganda.komkon.org> To: ports@freebsd.org Subject: micq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! Whoever is in charge for the net/micq port: This port doesn't seem to be fully operational (at least under 4.3-R) as compiled from the ports collection (e.g. incoming messages are displayed as a hex dump), but there is a slim chance that it is related to the OS version. In any case, this is to inform that the newest version of micq (micq-0.4.8.pl9) available from micq.org works just fine, compiled "out of the box". Maybe somebody can update that port. Thanks. Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 10:43:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id B1A2A37B400; Sun, 12 May 2002 10:43:21 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.3/8.12.2) with ESMTP id g4CHekwD028833; Sun, 12 May 2002 13:40:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: mozilla-1.0.rc1,1 From: Joe Marcus Clarke To: kudzu@tenebras.com Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG, security-officer@FreeBSD.ORG In-Reply-To: <3CDE8E53.9060504@tenebras.com> References: <3CDE8E53.9060504@tenebras.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qPdxsQGjVsHrofXQ4Eqo" X-Mailer: Ximian Evolution 1.0.3 Date: 12 May 2002 13:43:40 -0400 Message-Id: <1021225421.18139.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-qPdxsQGjVsHrofXQ4Eqo Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-05-12 at 12:46, Michael Sierchio wrote: >=20 > My friendly Mozilla-RC1 browser suggests: >=20 > Warning! Your copy of Mozilla is vulnerable to a security bug. > You should upgrade to Mozilla 1.0 Release Candidate 2 to fix this proble= m. I will do the update as soon as Mozilla posts the RC 2 source tarballs.=20 However, If you have the PORTREVISION 3 of the FreeBSD RC 1 port, then all the security holes are patched. Joe >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-qPdxsQGjVsHrofXQ4Eqo Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA83qnMb2iPiv4Uz4cRAu1hAJ4rXFVR4j+QZGmUNPMlcqEQyQL/vQCfctGs HJF6gJ8hmEYprS7h7ifs2eA= =68Gr -----END PGP SIGNATURE----- --=-qPdxsQGjVsHrofXQ4Eqo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 12:39: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 11F0C37B400 for ; Sun, 12 May 2002 12:39:01 -0700 (PDT) Received: from user-1121e5p.dsl.mindspring.com ([66.32.184.185] helo=brandybuck.home) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 176zBJ-0003ty-00 for freebsd-ports@FreeBSD.org; Sun, 12 May 2002 15:38:57 -0400 Content-Type: text/plain; charset="us-ascii" From: David Johnson Organization: Usermode To: freebsd-ports@FreeBSD.org Subject: Problem Report ports/37776 Date: Sun, 12 May 2002 12:38:55 -0700 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205121238.55355.david@usermode.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I submitted a PR to upgrade the qbrew port on May 5th. Nothing has happened since then. Is there a problem with the submission? Is it not building? Is the qt30 stuff problematic? Is everyone just busy? Thanks, -- David Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 13:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6F7B37B405 for ; Sun, 12 May 2002 13:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKU1w55349; Sun, 12 May 2002 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 4BE1C37B40A for ; Sun, 12 May 2002 13:23:58 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4CKNvhG053289 for ; Sun, 12 May 2002 13:23:57 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4CKNvBn053288; Sun, 12 May 2002 13:23:57 -0700 (PDT) Message-Id: <200205122023.g4CKNvBn053288@www.freebsd.org> Date: Sun, 12 May 2002 13:23:57 -0700 (PDT) From: Pierre-Paul Lavoie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38001: [PATCH] games/editss segfaults if ~/.xpilotrc is not present Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38001 >Category: ports >Synopsis: [PATCH] games/editss segfaults if ~/.xpilotrc is not present >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 12 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Pierre-Paul Lavoie >Release: 4.5 >Organization: >Environment: FreeBSD ip01018008658.nbtel.net 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Mon Mar 4 15:41:39 AST 2002 root@ip01018008658.nbtel.net:/usr/obj/usr/src/sys/BLOODAXIS i386 >Description: Fix some warning about value.h. Make sure that it doesn't attempt to fclose a NULL pointer if ~/.xpilotrc is not present. >How-To-Repeat: run editss without a ~/.xpilotrc >Fix: http://bloodaxis.dyndns.org/~ppl/patch/editss.diff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 14: 0:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA5E237B407; Sun, 12 May 2002 14:00:28 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CL0SO57651; Sun, 12 May 2002 14:00:28 -0700 (PDT) (envelope-from des) Date: Sun, 12 May 2002 14:00:28 -0700 (PDT) From: Message-Id: <200205122100.g4CL0SO57651@freefall.freebsd.org> To: nunotex@pt-quorum.com, des@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34215: New port: abuse-sdl - port of the classic game Abuse to the SDL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: abuse-sdl - port of the classic game Abuse to the SDL State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Sun May 12 14:00:25 PDT 2002 State-Changed-Why: Closed at originator's request http://www.freebsd.org/cgi/query-pr.cgi?pr=34215 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 15:15:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 59E1237B408 for ; Sun, 12 May 2002 15:15:30 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.3/8.12.2) with ESMTP id g4CMCrwD038569; Sun, 12 May 2002 18:12:54 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: midnight commander build failure From: Joe Marcus Clarke To: Lanny Baron Cc: ports@FreeBSD.ORG In-Reply-To: <20020506055958.0C4EE37B404@hub.freebsd.org> References: <20020506055958.0C4EE37B404@hub.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HhjGPwGc2t7MffoMoiyG" X-Mailer: Ximian Evolution 1.0.5 Date: 12 May 2002 18:15:49 -0400 Message-Id: <1021241750.62950.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-HhjGPwGc2t7MffoMoiyG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-05-06 at 01:59, Lanny Baron wrote: > Hi, > While running the make for midnight commander, it dies with the=20 > compiler not being able to create executables.=20 >=20 > checking for gcc... cc > checking whether the C compiler (cc -O -pipe ) works... no > configure: error: installation or configuration problem: C compiler=20 > cannot create executables. > =3D=3D=3D> Script "configure" failed unexpectedly. >=20 > Do you know if or how this can be fixed? Another thought if you haven't resolved this yet is to install /usr/ports/converters/libiconv, then rebuild mc. Joe >=20 > Thanks, > --=20 > +~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~ > Lanny Baron > Proud to be 100% FreeBSD > FreeBSD Systems, Inc > http://www.FreeBSDsystems.COM > 1.877.963.1900 > +~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~ >=20 > And your daily fortune is: >=20 > Don't kiss an elephant on the lips today. >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message >=20 --=-HhjGPwGc2t7MffoMoiyG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA83umVb2iPiv4Uz4cRAlNjAKCsFc4XlwUWYuBO9OxaF3JK+JNthwCgqhIs EBuJrLIMS5omsy9k0IdvJos= =DAuh -----END PGP SIGNATURE----- --=-HhjGPwGc2t7MffoMoiyG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 15:33:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6510037B401; Sun, 12 May 2002 15:33:33 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMXXH72223; Sun, 12 May 2002 15:33:33 -0700 (PDT) (envelope-from demon) Date: Sun, 12 May 2002 15:33:33 -0700 (PDT) From: Message-Id: <200205122233.g4CMXXH72223@freefall.freebsd.org> To: demon@FreeBSD.org, freebsd-ports@FreeBSD.org, joe@FreeBSD.org Subject: Re: ports/37996: Add ospf6d support to zebractl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add ospf6d support to zebractl Responsible-Changed-From-To: freebsd-ports->joe Responsible-Changed-By: demon Responsible-Changed-When: Sun May 12 15:32:49 PDT 2002 Responsible-Changed-Why: Over to MAINTAINER (please change MAINTAINER line to your @FreeBSD.org address). http://www.freebsd.org/cgi/query-pr.cgi?pr=37996 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 15:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F19A37B405 for ; Sun, 12 May 2002 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMe1772492; Sun, 12 May 2002 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 47DC037B416 for ; Sun, 12 May 2002 15:32:58 -0700 (PDT) Received: (qmail 54394 invoked by uid 85); 12 May 2002 22:32:49 -0000 Received: from needo@arthur.tacni.net by pendragon.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 1.19852 secs); 12 May 2002 22:32:49 -0000 Received: from unknown (HELO superhero.org) (216.201.213.69) by pendragon.tacni.net with SMTP; 12 May 2002 22:32:47 -0000 Received: (qmail 15592 invoked by uid 1000); 12 May 2002 22:04:24 -0000 Message-Id: <20020512220424.15591.qmail@arthur.tacni.net> Date: 12 May 2002 22:04:24 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38002: ftp/kwebget upgrade 0.7 -> 0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38002 >Category: ports >Synopsis: ftp/kwebget upgrade 0.7 -> 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 15:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 12:59:48 CDT 2002 root@cerebro.superhero.org:/usr/src/sys/compile/CEREBRO i386 >Description: Upgrade kwebget from 0.7 to 0.8 --- ftp/kwebget.orig/Makefile Fri Dec 21 13:47:27 2001 +++ ftp/kwebget/Makefile Sun May 12 16:28:17 2002 @@ -6,19 +6,22 @@ # PORTNAME= kwebget -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= ftp kde MASTER_SITES= http://www.kpage.de/download/ DIST_SUBDIR= KDE +WRKSRC= work/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erich@tacni.net RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kwebget/Makefile.in diff -ruN ftp/kwebget.orig/distinfo ftp/kwebget/distinfo --- ftp/kwebget.orig/distinfo Fri Dec 21 13:47:27 2001 +++ ftp/kwebget/distinfo Sun May 12 12:14:19 2002 @@ -1 +1 @@ -MD5 (KDE/kwebget-0.7.tar.bz2) = 9c6574aaf69a8ff01fe874acd5e78041 +MD5 (KDE/kwebget-0.8.tar.bz2) = f42b25b7db438ddd88f2323b51eec9d3 diff -ruN ftp/kwebget.orig/pkg-plist ftp/kwebget/pkg-plist --- ftp/kwebget.orig/pkg-plist Fri Dec 21 13:47:28 2001 +++ ftp/kwebget/pkg-plist Sun May 12 16:39:24 2002 @@ -1,22 +1,10 @@ bin/kwebget -share/applnk/Internet/kwebget.desktop -share/doc/HTML/de/kwebget/index-1.html -share/doc/HTML/de/kwebget/index-2.html -share/doc/HTML/de/kwebget/index-3.html -share/doc/HTML/de/kwebget/index-4.html -share/doc/HTML/de/kwebget/index-5.html -share/doc/HTML/de/kwebget/index.html -share/doc/HTML/de/kwebget/logotp3.gif -share/doc/HTML/en/kwebget/index-1.html -share/doc/HTML/en/kwebget/index-2.html -share/doc/HTML/en/kwebget/index-3.html -share/doc/HTML/en/kwebget/index-4.html -share/doc/HTML/en/kwebget/index-5.html -share/doc/HTML/en/kwebget/index.html -share/doc/HTML/en/kwebget/logotp3.gif -share/icons/hicolor/32x32/apps/kwebget.png -share/icons/locolor/16x16/apps/mini-kwebget.png -share/locale/de/LC_MESSAGES/kwebget.mo -share/locale/fr/LC_MESSAGES/kwebget.mo -@dirrm share/doc/HTML/de/kwebget +share/doc/HTML/en/kwebget/index.docbook +share/doc/HTML/en/kwebget/index.cache.bz2 +share/doc/HTML/en/kwebget/common +share/applnk/Applications/kwebget.desktop +share/icons/locolor/32x32/apps/kwebget.png +share/icons/locolor/16x16/apps/kwebget.png @dirrm share/doc/HTML/en/kwebget +@dirrm share/doc/HTML/en +@dirrm share/applnk/Applications >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 15:40:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7A0237B409 for ; Sun, 12 May 2002 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMe1V72503; Sun, 12 May 2002 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 4851737B400 for ; Sun, 12 May 2002 15:33:20 -0700 (PDT) Received: (qmail 54427 invoked by uid 85); 12 May 2002 22:33:20 -0000 Received: from needo@arthur.tacni.net by pendragon.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 31.613481 secs); 12 May 2002 22:33:20 -0000 Received: from unknown (HELO superhero.org) (216.201.213.69) by pendragon.tacni.net with SMTP; 12 May 2002 22:32:47 -0000 Received: (qmail 18960 invoked by uid 1000); 12 May 2002 22:09:28 -0000 Message-Id: <20020512220928.18959.qmail@arthur.tacni.net> Date: 12 May 2002 22:09:28 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38003: net/gabber upgrade 0.8.6 -> 0.8.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38003 >Category: ports >Synopsis: net/gabber upgrade 0.8.6 -> 0.8.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 15:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 12:59:48 CDT 2002 root@cerebro.superhero.org:/usr/src/sys/compile/CEREBRO i386 >Description: net/gabber upgrade 0.8.6 -> 0.8.7 --- net/gabber.orig/Makefile Mon Apr 15 19:21:06 2002 +++ net/gabber/Makefile Sun May 12 15:51:26 2002 @@ -6,8 +6,7 @@ # PORTNAME= gabber -PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTVERSION= 0.8.7 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN net/gabber.orig/distinfo net/gabber/distinfo --- net/gabber.orig/distinfo Mon Jan 14 09:03:11 2002 +++ net/gabber/distinfo Sun May 12 15:51:52 2002 @@ -1 +1 @@ -MD5 (gabber-0.8.6.tar.gz) = 45c2db56a577808731c52afd9651f6c7 +MD5 (gabber-0.8.7.tar.gz) = afd0c258b27dfb386e7ec668a9d371aa diff -ruN net/gabber.orig/files/patch-am net/gabber/files/patch-am --- net/gabber.orig/files/patch-am Mon Apr 8 11:42:41 2002 +++ net/gabber/files/patch-am Sun May 12 15:59:55 2002 @@ -1,12 +1,9 @@ - -$FreeBSD: ports/net/gabber/files/patch-am,v 1.4 2002/04/08 11:22:46 sobomax Exp $ - ---- src/Makefile.in 2002/01/14 13:22:27 1.1 -+++ src/Makefile.in 2002/01/14 13:21:55 -@@ -220,7 +220,7 @@ +--- src/Makefile.in.orig Sun May 12 15:59:07 2002 ++++ src/Makefile.in Sun May 12 15:59:17 2002 +@@ -223,7 +223,7 @@ gabber_LDADD = @EXTRA_GNOME_LIBS@ @XMMS_LIBS@ @SSL_LIBS@ @XSS_LIBS@ @GABBER_STATIC_LIBS@ \ ../jabberoo/src/libjabberoo.a \ - ../jabberoo/expat/libexpat.a \ + ../jabberoo/libjudo/src/libjudo.la \ - -lxml + -lxml -liconv diff -ruN net/gabber.orig/files/patch-an net/gabber/files/patch-an --- net/gabber.orig/files/patch-an Tue Jan 30 08:06:56 2001 +++ net/gabber/files/patch-an Sun May 12 16:03:33 2002 @@ -1,11 +1,11 @@ ---- src/TCPTransmitter.cc.orig Thu Jan 18 15:08:39 2001 -+++ src/TCPTransmitter.cc Thu Jan 18 15:09:13 2001 -@@ -33,6 +33,8 @@ - #include - #include - +--- src/TCPTransmitter.cc.orig Sun May 12 16:02:43 2002 ++++ src/TCPTransmitter.cc Sun May 12 16:03:01 2002 +@@ -48,6 +48,8 @@ + #include + #include + +#define TRANSMITTER_DEBUG + using namespace std; - - + + #ifdef HAVE_GETHOSTBYNAME_R_GLIB_MUTEX diff -ruN net/gabber.orig/files/patch-jabberoo::configure net/gabber/files/patch-jabberoo::configure --- net/gabber.orig/files/patch-jabberoo::configure Mon Jan 14 09:03:11 2002 +++ net/gabber/files/patch-jabberoo::configure Sun May 12 16:08:33 2002 @@ -1,9 +1,6 @@ - -$FreeBSD: ports/net/gabber/files/patch-jabberoo::configure,v 1.1 2002/01/14 15:03:11 sobomax Exp $ - ---- jabberoo/configure 2002/01/14 13:30:11 1.1 -+++ jabberoo/configure 2002/01/14 13:31:00 -@@ -1532,8 +1532,8 @@ +--- jabberoo/configure.orig Sun May 12 16:05:25 2002 ++++ jabberoo/configure Sun May 12 16:07:58 2002 +@@ -7598,8 +7598,8 @@ CFLAGS="$CFLAGS -g" CXXFLAGS="$CXXFLAGS -g" else @@ -11,6 +8,6 @@ - CXXFLAGS="$CXXFLAGS -O2" + CFLAGS="$CFLAGS" + CXXFLAGS="$CXXFLAGS" - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 fi - diff -ruN net/gabber.orig/pkg-plist net/gabber/pkg-plist --- net/gabber.orig/pkg-plist Mon Jan 14 09:03:11 2002 +++ net/gabber/pkg-plist Sun May 12 16:35:16 2002 @@ -1,6 +1,7 @@ bin/gabber etc/sound/events/gabber.soundlist -share/gnome/apps/Internet/gabber.desktop +man/man1/gabber.1.gz +share/gnome/gabber/gabber-logs.css share/gnome/gabber/AUDruid_win.glade share/gnome/gabber/AgentBrowser_dlg.glade share/gnome/gabber/Autoupdate_dlg.glade @@ -8,11 +9,11 @@ share/gnome/gabber/ContactRecv_dlg.glade share/gnome/gabber/ContactSend_dlg.glade share/gnome/gabber/EditGroups_dlg.glade +share/gnome/gabber/FilterList_dlg.glade +share/gnome/gabber/Filter_dlg.glade share/gnome/gabber/FTRecv_dlg.glade share/gnome/gabber/FTSend_dlg.glade share/gnome/gabber/FTTransfer_dlg.glade -share/gnome/gabber/FilterList_dlg.glade -share/gnome/gabber/Filter_dlg.glade share/gnome/gabber/GCIRecv_dlg.glade share/gnome/gabber/GCI_dlg.glade share/gnome/gabber/GCJoin_dlg.glade @@ -20,8 +21,8 @@ share/gnome/gabber/GPGInfo_dlg.glade share/gnome/gabber/GPGPass_dlg.glade share/gnome/gabber/Gabber_win.glade -share/gnome/gabber/IgnoreAdd_dlg.glade share/gnome/gabber/Ignore_dlg.glade +share/gnome/gabber/IgnoreAdd_dlg.glade share/gnome/gabber/Login_dlg.glade share/gnome/gabber/MessageRecv_win.glade share/gnome/gabber/MessageSend_win.glade @@ -33,110 +34,113 @@ share/gnome/gabber/Status_dlg.glade share/gnome/gabber/SubscriptionRequest_dlg.glade share/gnome/gabber/TransInfo_dlg.glade +share/gnome/gabber/gnome-info.png share/gnome/gabber/URLRecv_dlg.glade share/gnome/gabber/Welcome_win.glade -share/gnome/gabber/connected-ssl.xpm -share/gnome/gabber/connected.xpm -share/gnome/gabber/disconnected.xpm -share/gnome/gabber/gabber-logs.css -share/gnome/gabber/glade-add-group-menu.xpm -share/gnome/gabber/glade-alert.xpm -share/gnome/gabber/glade-blank.xpm -share/gnome/gabber/glade-contact.xpm -share/gnome/gabber/glade-delete-user-menu.xpm -share/gnome/gabber/glade-delete-user.xpm -share/gnome/gabber/glade-edit-group-menu.xpm -share/gnome/gabber/glade-edit-user-menu.xpm -share/gnome/gabber/glade-edit-user.xpm -share/gnome/gabber/glade-file.xpm +share/gnome/gabber/gnome-locksreen.png +share/gnome/gabber/gnome-globe.png +share/gnome/gabber/gnome-modem.png +share/gnome/gabber/gnome-question.png share/gnome/gabber/glade-gabber-logo.png -share/gnome/gabber/glade-gabber-sideways.png -share/gnome/gabber/glade-gci.xpm -share/gnome/gabber/glade-group.xpm -share/gnome/gabber/glade-groupchat-menu.xpm -share/gnome/gabber/glade-groupchat.xpm share/gnome/gabber/glade-message.xpm -share/gnome/gabber/glade-new-user-menu.xpm -share/gnome/gabber/glade-new-user.xpm -share/gnome/gabber/glade-noclose.xpm share/gnome/gabber/glade-ooochat.xpm -share/gnome/gabber/glade-receive-file.xpm +share/gnome/gabber/glade-blank.xpm share/gnome/gabber/glade-s10n.xpm -share/gnome/gabber/glade-send-contact-menu.xpm -share/gnome/gabber/glade-send-file-menu.xpm -share/gnome/gabber/glade-send-file.xpm -share/gnome/gabber/glade-send-gci.xpm -share/gnome/gabber/glade-sendasnormal.xpm -share/gnome/gabber/glade-sendasooo.xpm -share/gnome/gabber/glade-unlock-key.xpm +share/gnome/gabber/glade-new-user.xpm +share/gnome/gabber/glade-new-user-menu.xpm +share/gnome/gabber/glade-add-group-menu.xpm +share/gnome/gabber/glade-edit-user.xpm +share/gnome/gabber/glade-edit-user-menu.xpm +share/gnome/gabber/glade-edit-group-menu.xpm +share/gnome/gabber/offline.xpm +share/gnome/gabber/glade-delete-user.xpm +share/gnome/gabber/glade-delete-user-menu.xpm +share/gnome/gabber/glade-groupchat.xpm +share/gnome/gabber/glade-groupchat-menu.xpm share/gnome/gabber/glade-users.xpm -share/gnome/gabber/gnome-globe.png -share/gnome/gabber/gnome-info.png -share/gnome/gabber/gnome-locksreen.png -share/gnome/gabber/gnome-modem.png -share/gnome/gabber/gnome-question.png -share/gnome/gabber/gpg-badsigned.xpm +share/gnome/gabber/glade-sendasooo.xpm +share/gnome/gabber/glade-sendasnormal.xpm +share/gnome/gabber/glade-noclose.xpm +share/gnome/gabber/glade-gabber-sideways.png share/gnome/gabber/gpg-encrypted.xpm -share/gnome/gabber/gpg-signed.xpm share/gnome/gabber/gpg-unencrypted.xpm +share/gnome/gabber/gpg-signed.xpm +share/gnome/gabber/gpg-badsigned.xpm share/gnome/gabber/gpg-unsigned.xpm -share/gnome/gabber/offline.xpm -share/gnome/help/gabber/C/first.html -share/gnome/help/gabber/C/first.png -share/gnome/help/gabber/C/gabber.sgml -share/gnome/help/gabber/C/index.html -share/gnome/help/gabber/C/intro.html -share/gnome/help/gabber/C/legalnotice.html -share/gnome/help/gabber/C/login.png -share/gnome/help/gabber/C/main-menubar.html -share/gnome/help/gabber/C/main-status.html -share/gnome/help/gabber/C/main-toolbar.html -share/gnome/help/gabber/C/main.html -share/gnome/help/gabber/C/main.png -share/gnome/help/gabber/C/msg-normal.png -share/gnome/help/gabber/C/msg-ooo.png -share/gnome/help/gabber/C/stylesheet-images/caution.gif -share/gnome/help/gabber/C/stylesheet-images/home.gif -share/gnome/help/gabber/C/stylesheet-images/important.gif -share/gnome/help/gabber/C/stylesheet-images/next.gif -share/gnome/help/gabber/C/stylesheet-images/note.gif -share/gnome/help/gabber/C/stylesheet-images/prev.gif -share/gnome/help/gabber/C/stylesheet-images/tip.gif -share/gnome/help/gabber/C/stylesheet-images/toc-blank.gif -share/gnome/help/gabber/C/stylesheet-images/toc-minus.gif -share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif -share/gnome/help/gabber/C/stylesheet-images/up.gif -share/gnome/help/gabber/C/stylesheet-images/warning.gif -share/gnome/help/gabber/C/topic.dat -share/gnome/omf/gabber/gabber-C.omf +share/gnome/gabber/glade-alert.xpm +share/gnome/gabber/glade-unlock-key.xpm +share/gnome/gabber/glade-send-contact-menu.xpm +share/gnome/gabber/glade-send-file-menu.xpm +share/gnome/gabber/glade-send-file.xpm +share/gnome/gabber/glade-receive-file.xpm +share/gnome/gabber/glade-send-gci.xpm +share/gnome/gabber/glade-contact.xpm +share/gnome/gabber/glade-file.xpm +share/gnome/gabber/glade-gci.xpm +share/gnome/gabber/glade-group.xpm +share/gnome/gabber/connected.xpm +share/gnome/gabber/connected-ssl.xpm +share/gnome/gabber/disconnected.xpm share/gnome/pixmaps/gabber.png share/gnome/pixmaps/gabber/away.xpm share/gnome/pixmaps/gabber/chat.xpm share/gnome/pixmaps/gabber/dnd.xpm -share/gnome/pixmaps/gabber/gabber-about.png -share/gnome/pixmaps/gabber/gnome-editgroups.xpm +share/gnome/pixmaps/gabber/invisible.xpm +share/gnome/pixmaps/gabber/offline.xpm +share/gnome/pixmaps/gabber/online.xpm +share/gnome/pixmaps/gabber/stalker.xpm +share/gnome/pixmaps/gabber/xa.xpm share/gnome/pixmaps/gabber/gnome-gabber.xpm -share/gnome/pixmaps/gabber/gnome-gpg.xpm -share/gnome/pixmaps/gabber/gnome-groupchat.xpm share/gnome/pixmaps/gabber/gnome-message.xpm share/gnome/pixmaps/gabber/gnome-ooochat.xpm +share/gnome/pixmaps/gabber/gnome-groupchat.xpm share/gnome/pixmaps/gabber/gnome-s10n.xpm +share/gnome/pixmaps/gabber/gnome-editgroups.xpm share/gnome/pixmaps/gabber/gnome-userinfo.xpm -share/gnome/pixmaps/gabber/offline.xpm -share/gnome/pixmaps/gabber/online.xpm -share/gnome/pixmaps/gabber/stalker.xpm -share/gnome/pixmaps/gabber/xa.xpm +share/gnome/pixmaps/gabber/gnome-gpg.xpm +share/gnome/pixmaps/gabber/gabber-about.png share/gnome/pixmaps/gabber/xmms.xpm -share/gnome/sounds/gabber/gabber_connected.wav -share/gnome/sounds/gabber/gabber_encrypted.wav +share/gnome/pixmaps/gabber/xmms_paused.xpm +share/gnome/pixmaps/gabber/xmms_stopped.xpm share/gnome/sounds/gabber/gabber_message_queue.wav share/gnome/sounds/gabber/gabber_message_recv.wav -share/gnome/sounds/gabber/gabber_offline.wav -share/gnome/sounds/gabber/gabber_online.wav share/gnome/sounds/gabber/gabber_ooochat_queue.wav share/gnome/sounds/gabber/gabber_ooochat_recv.wav -share/gnome/sounds/gabber/gabber_startup.wav +share/gnome/sounds/gabber/gabber_online.wav +share/gnome/sounds/gabber/gabber_offline.wav +share/gnome/sounds/gabber/gabber_encrypted.wav share/gnome/sounds/gabber/gabber_subrequest.wav +share/gnome/sounds/gabber/gabber_startup.wav +share/gnome/sounds/gabber/gabber_connected.wav +share/gnome/help/gabber/C/stylesheet-images/caution.gif +share/gnome/help/gabber/C/stylesheet-images/home.gif +share/gnome/help/gabber/C/stylesheet-images/important.gif +share/gnome/help/gabber/C/stylesheet-images/next.gif +share/gnome/help/gabber/C/stylesheet-images/note.gif +share/gnome/help/gabber/C/stylesheet-images/prev.gif +share/gnome/help/gabber/C/stylesheet-images/tip.gif +share/gnome/help/gabber/C/stylesheet-images/toc-blank.gif +share/gnome/help/gabber/C/stylesheet-images/toc-minus.gif +share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif +share/gnome/help/gabber/C/stylesheet-images/up.gif +share/gnome/help/gabber/C/stylesheet-images/warning.gif +share/gnome/help/gabber/C/gabber.sgml +share/gnome/help/gabber/C/first.html +share/gnome/help/gabber/C/index.html +share/gnome/help/gabber/C/intro.html +share/gnome/help/gabber/C/legalnotice.html +share/gnome/help/gabber/C/main-menubar.html +share/gnome/help/gabber/C/main-status.html +share/gnome/help/gabber/C/main-toolbar.html +share/gnome/help/gabber/C/main.html +share/gnome/help/gabber/C/first.png +share/gnome/help/gabber/C/login.png +share/gnome/help/gabber/C/main.png +share/gnome/help/gabber/C/msg-normal.png +share/gnome/help/gabber/C/msg-ooo.png +share/gnome/help/gabber/C/topic.dat +share/gnome/omf/gabber/gabber-C.omf +share/gnome/apps/Internet/gabber.desktop share/locale/az/LC_MESSAGES/gabber.mo share/locale/ca/LC_MESSAGES/gabber.mo share/locale/da/LC_MESSAGES/gabber.mo @@ -151,6 +155,7 @@ share/locale/ms/LC_MESSAGES/gabber.mo share/locale/nl/LC_MESSAGES/gabber.mo share/locale/no/LC_MESSAGES/gabber.mo +share/locale/pl/LC_MESSAGES/gabber.mo share/locale/pt/LC_MESSAGES/gabber.mo share/locale/ro/LC_MESSAGES/gabber.mo share/locale/ru/LC_MESSAGES/gabber.mo @@ -159,10 +164,19 @@ share/locale/tr/LC_MESSAGES/gabber.mo share/locale/uk/LC_MESSAGES/gabber.mo share/locale/zh_TW/LC_MESSAGES/gabber.mo -@dirrm share/gnome/sounds/gabber +@dirrm share/gnome/gabber @dirrm share/gnome/pixmaps/gabber -@dirrm share/gnome/omf/gabber +@dirrm share/gnome/pixmaps +@dirrm share/gnome/sounds/gabber +@dirrm share/gnome/sounds @dirrm share/gnome/help/gabber/C/stylesheet-images @dirrm share/gnome/help/gabber/C @dirrm share/gnome/help/gabber -@dirrm share/gnome/gabber +@dirrm share/gnome/help +@dirrm share/gnome/omf/gabber +@dirrm share/gnome/omf +@dirrm share/gnome/scrollkeeper/TOC +@dirrm share/gnome/scrollkeeper +@dirrm share/gnome/apps/Internet +@dirrm share/gnome/apps +@dirrm share/gnome >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 15:54:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C3CB37B407; Sun, 12 May 2002 15:54:07 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMs7773628; Sun, 12 May 2002 15:54:07 -0700 (PDT) (envelope-from marcus) Date: Sun, 12 May 2002 15:54:07 -0700 (PDT) From: Message-Id: <200205122254.g4CMs7773628@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/38003: net/gabber upgrade 0.8.6 -> 0.8.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net/gabber upgrade 0.8.6 -> 0.8.7 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Sun May 12 15:53:48 PDT 2002 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=38003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 16: 0:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 661B937B406 for ; Sun, 12 May 2002 16:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CN06H74003; Sun, 12 May 2002 16:00:06 -0700 (PDT) (envelope-from gnats) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by hub.freebsd.org (Postfix) with ESMTP id 3E7F137B404 for ; Sun, 12 May 2002 15:57:46 -0700 (PDT) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.11.6/8.11.6) with ESMTP id g4CMxXX71353 for ; Mon, 13 May 2002 00:59:33 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.11.6/8.11.6) id g4CMvh723654; Mon, 13 May 2002 00:57:43 +0200 (CEST) (envelope-from tilman) Message-Id: <200205122257.g4CMvh723654@sauna.arved.de> Date: Mon, 13 May 2002 00:57:43 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/38005: New Port audio/swh-plugins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38005 >Category: ports >Synopsis: New Port audio/swh-plugins >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 16:00:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Another Collection of LADSPA plugins >How-To-Repeat: >Fix: --- swh-plugins.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # swh-plugins # swh-plugins/pkg-plist # swh-plugins/pkg-descr # swh-plugins/pkg-comment # swh-plugins/Makefile # swh-plugins/distinfo # swh-plugins/files # swh-plugins/files/patch-configure.in # swh-plugins/files/patch-configure # swh-plugins/files/patch-aclocal.m4 # echo c - swh-plugins mkdir -p swh-plugins > /dev/null 2>&1 echo x - swh-plugins/pkg-plist sed 's/^X//' >swh-plugins/pkg-plist << 'END-of-swh-plugins/pkg-plist' Xlib/ladspa/alias_1407.so Xlib/ladspa/amp_1181.so Xlib/ladspa/comb_1190.so Xlib/ladspa/crossover_dist_1404.so Xlib/ladspa/dc_remove_1207.so Xlib/ladspa/debug_1184.so Xlib/ladspa/decimator_1202.so Xlib/ladspa/declip_1195.so Xlib/ladspa/delayorama_1402.so Xlib/ladspa/diode_1185.so Xlib/ladspa/divider_1186.so Xlib/ladspa/dyson_compress_1403.so Xlib/ladspa/fad_delay_1192.so Xlib/ladspa/flanger_1191.so Xlib/ladspa/foldover_1213.so Xlib/ladspa/foverdrive_1196.so Xlib/ladspa/gate_1410.so Xlib/ladspa/gsm_1215.so Xlib/ladspa/gverb_1216.so Xlib/ladspa/harmonic_gen_1220.so Xlib/ladspa/hermes_filter_1200.so Xlib/ladspa/karaoke_1409.so Xlib/ladspa/multivoice_chorus_1201.so Xlib/ladspa/phasers_1217.so Xlib/ladspa/retro_flange_1208.so Xlib/ladspa/ringmod_1188.so Xlib/ladspa/satan_maximiser_1408.so Xlib/ladspa/shaper_1187.so Xlib/ladspa/sifter_1210.so Xlib/ladspa/single_para_1203.so Xlib/ladspa/sinus_wavewrapper_1198.so Xlib/ladspa/split_1406.so Xlib/ladspa/step_muxer_1212.so Xlib/ladspa/surround_encoder_1401.so Xlib/ladspa/svf_1214.so Xlib/ladspa/tape_delay_1211.so Xlib/ladspa/transient_1206.so Xlib/ladspa/triple_para_1204.so Xlib/ladspa/valve_1209.so Xlib/ladspa/valve_rect_1405.so END-of-swh-plugins/pkg-plist echo x - swh-plugins/pkg-descr sed 's/^X//' >swh-plugins/pkg-descr << 'END-of-swh-plugins/pkg-descr' XThis is Steve Harris' LADSPA-Plugin Collection. X XAuthor: Steve Harris XWWW: http://www.plugin.org.uk END-of-swh-plugins/pkg-descr echo x - swh-plugins/pkg-comment sed 's/^X//' >swh-plugins/pkg-comment << 'END-of-swh-plugins/pkg-comment' XThis is Steve Harris' huge Collection of LADSPA Plugins END-of-swh-plugins/pkg-comment echo x - swh-plugins/Makefile sed 's/^X//' >swh-plugins/Makefile << 'END-of-swh-plugins/Makefile' X# New ports collection Makefile for: swh-plugins X# Date created: 12 May 2002 X# Whom: Tilman Linneweh END-of-swh-plugins/Makefile echo x - swh-plugins/distinfo sed 's/^X//' >swh-plugins/distinfo << 'END-of-swh-plugins/distinfo' XMD5 (swh-plugins-0.2.5.tar.gz) = b781a203281091aa715f00ba127615b5 END-of-swh-plugins/distinfo echo c - swh-plugins/files mkdir -p swh-plugins/files > /dev/null 2>&1 echo x - swh-plugins/files/patch-configure.in sed 's/^X//' >swh-plugins/files/patch-configure.in << 'END-of-swh-plugins/files/patch-configure.in' X--- configure.in.orig Fri Apr 5 00:27:56 2002 X+++ configure.in Mon May 13 00:15:24 2002 X@@ -12,9 +12,6 @@ X AC_LANG_C X AC_PROG_CC X AC_REQUIRE_CPP X-AC_CHECK_HEADER(ladspa.h, [], [AC_MSG_ERROR([Cannot find ladspa.h, please install the LADSPA_SDK, or put ladspa.h somewhere it can be found]);]) X- X-CFLAGS="-lm" X X AC_CHECK_LIB(sfftw,fftw_one, X [ X@@ -39,7 +36,7 @@ X X dnl For gcc use: X UNAME_MACHINE=`uname -m` X-CFLAGS="-Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC -mcpu=${UNAME_MACHINE} -march=${UNAME_MACHINE}" X+CFLAGS+="-Wall" X X dnl For Intel's C compiler use: X dnl CC="icc" END-of-swh-plugins/files/patch-configure.in echo x - swh-plugins/files/patch-configure sed 's/^X//' >swh-plugins/files/patch-configure << 'END-of-swh-plugins/files/patch-configure' X--- configure.orig Sun May 12 20:00:28 2002 X+++ configure Sun May 12 20:01:54 2002 X@@ -1282,42 +1282,6 @@ X fi X echo "$ac_t""$CPP" 1>&6 X X- X-ac_safe=`echo "ladspa.h" | sed 'y%./+-%__p_%'` X-echo $ac_n "checking for ladspa.h""... $ac_c" 1>&6 X-echo "configure:1289: checking for ladspa.h" >&5 X-if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then X- echo $ac_n "(cached) $ac_c" 1>&6 X-else X- cat > conftest.$ac_ext < X-EOF X-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X-{ (eval echo configure:1299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } X-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` X-if test -z "$ac_err"; then X- rm -rf conftest* X- eval "ac_cv_header_$ac_safe=yes" X-else X- echo "$ac_err" >&5 X- echo "configure: failed program was:" >&5 X- cat conftest.$ac_ext >&5 X- rm -rf conftest* X- eval "ac_cv_header_$ac_safe=no" X-fi X-rm -f conftest* X-fi X-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then X- echo "$ac_t""yes" 1>&6 X- : X-else X- echo "$ac_t""no" 1>&6 X-{ echo "configure: error: Cannot find ladspa.h, please install the LADSPA_SDK, or put ladspa.h somewhere it can be found" 1>&2; exit 1; }; X-fi X- X- X CFLAGS="-lm" X X echo $ac_n "checking for fftw_one in -lsfftw""... $ac_c" 1>&6 END-of-swh-plugins/files/patch-configure echo x - swh-plugins/files/patch-aclocal.m4 sed 's/^X//' >swh-plugins/files/patch-aclocal.m4 << 'END-of-swh-plugins/files/patch-aclocal.m4' X--- aclocal.m4.orig Mon May 13 00:01:38 2002 X+++ aclocal.m4 Mon May 13 00:06:09 2002 X@@ -61,7 +61,7 @@ X missing_dir=`cd $ac_aux_dir && pwd` X AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) X AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) X-AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) X+AM_MISSING_PROG(AUTOMAKE, automake14, $missing_dir) X AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) X AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) X AC_REQUIRE([AC_PROG_MAKE_SET])]) END-of-swh-plugins/files/patch-aclocal.m4 exit --- swh-plugins.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 16:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB15837B407 for ; Sun, 12 May 2002 16:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNU1g80283; Sun, 12 May 2002 16:30:01 -0700 (PDT) (envelope-from gnats) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [61.211.150.156]) by hub.freebsd.org (Postfix) with ESMTP id E242D37B405 for ; Sun, 12 May 2002 16:26:28 -0700 (PDT) Received: from kappa.allnet.ne.jp (localhost [127.0.0.1]) by kappa.allnet.ne.jp (8.12.3/8.12.3) with ESMTP id g4CNQR2c001356; Mon, 13 May 2002 08:26:27 +0900 (JST) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.12.3/8.12.3/Submit) id g4CNQRZT001355; Mon, 13 May 2002 08:26:27 +0900 (JST) Message-Id: <200205122326.g4CNQRZT001355@kappa.allnet.ne.jp> Date: Mon, 13 May 2002 08:26:27 +0900 (JST) From: KANOU Hiroki Reply-To: kanou@mil.allnet.ne.jp To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@mil.allnet.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/38007: maintainer-update: print/pfaedit to 20020507 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38007 >Category: ports >Synopsis: maintainer-update: print/pfaedit to 20020507 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 12 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD kappa.allnet.ne.jp 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sat May 11 20:59:35 JST 2002 kanou@kappa.allnet.ne.jp:/usr/obj/usr/src/sys/GENERIC i386 >Description: Maintainer-update of print/pfaedit port. Updated to version 2002-05-07, changed to strip binaries according to advices by KOMATSU Shinichiro . 1 new file: files/patch-Makefile.in 1 distfile MD5 changed: cidmaps.tgz >How-To-Repeat: >Fix: diff -uNr pfaedit.orig/Makefile pfaedit/Makefile --- pfaedit.orig/Makefile Sun Mar 31 17:49:46 2002 +++ pfaedit/Makefile Sun May 12 18:14:58 2002 @@ -32,57 +32,20 @@ MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 020312 +DIST_VER= 020507 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) -DOC_VER= 020214 +DOC_VER= 020416 DOCFILE= ${PORTNAME}_htdocs-${DOC_VER}.tgz -DOCFILES= AA-Comparison.html HotKeys.html MetaFont.html \ - Problems-MacOSX.html accented.html bezier.html bitmapview.html \ - charview.html cidmenu.html cliargs.html corpchar.html \ - diffs.html editexample.html editmenu.html elementmenu.html \ - errrecovery.html faq.html faqFS.html faqFrame.html \ - filemenu.html fontinfo.html fontview.html future.html \ - getinfo.html helpmenu.html hinting.html hintsmenu.html \ - index.html license.html locale.html macformats.html \ - metricsmenu.html metricsview.html oldchangelog.html \ - otherlinks.html overview.html pcf-format.html pointmenu.html \ - print.html problems.html scripting.html sfd.html \ - sfdformat.html splinefont.html src.html transform.html \ - viewmenu.html views.html windowmenu.html xres.html \ - corpchar.txt AmbrosiaFV-bm.png AmbrosiaFV.png BitmapView.png \ - C1.png C10.png C2.png C3.png C4.png C5.png C6.png C7.png \ - C8.png C9.png CaslonOriginality.png CharPrint.png \ - CharView.png Constrain1_1.png Constrain1_2.png \ - Constrain2_1.png Constrain2_2.png CyrilItalicComp.png \ - Eback.png EbackTtf.png Efore.png EforeTtf.png \ - Ehinted.png EhintedTtf.png FontDisplay.png FontSample.png \ - GridFitM.png H-bm.png H-gm.png HI.hints.png HI.nohints.png \ - HebrewMetrics.png Hints.png ItalicCompCaslon.png \ - ItalicCompGalliard.png MetricsView.png NoPointHint.png \ - PageSetup.png Print.png ReviewHints.png Spacem_1.png Spacem_2.png \ - aacutebase.png aacutemid.png acenter.png ahighest.png autokern.png \ - autowidth.png bitmapchar.png bitmapsavail.png bvlayers.png \ - bvtools.png charinfo.png charview-vert.png charview2.png cpodd.png \ - expandedlines.png expandstroke.png findprobs.png fontinfo-cid.png \ - fontinfo-comment.png fontinfo-encoding.png fontinfo-panose.png \ - fontinfo-private.png fontinfo-ps.png fontinfo-ttfname.png \ - fontinfo-ttfvals.png fontinfo.png fontview-cid.png \ - fontview.fr.png fontview.ru.png hexley.png kanjichar.png \ - kanjifont.png layers.png newfont.png outlinechar.png \ - overlappedlines.png phi-hints-filled.png phi-hints-outline.png \ - phi-nohints-filled.png phi-nohints-outline.png pointinfo.png \ - privatekey.png privatekeymenu.png serif.png serif2.png \ - setwidth.png splash.png strokechar.png tools.png transform.png \ - twolines.png bezier.gif pnts.gif splines.gif Encodings.ps.gz \ - document.nvd .endif .if !defined(NOPORTDOCS) post-extract: - ${MKDIR} ${WRKDIR}/html + ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE} + ${RM} ${WRKDIR}/html/cidmaps.tgz + ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap .endif post-patch: @@ -98,11 +61,10 @@ ${WRKSRC}/*/[mM]akefile.* post-install: - ${INSTALL_DATA} ${WRKDIR}/*.cidmap ${DATADIR} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .if !defined(NOPORTDOCS) - (cd ${WRKDIR}/html; ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}) + ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR} .endif .include diff -uNr pfaedit.orig/distinfo pfaedit/distinfo --- pfaedit.orig/distinfo Sun Mar 31 17:49:46 2002 +++ pfaedit/distinfo Sun May 12 17:58:38 2002 @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-020312.tgz) = 1352e863091ec1c7981072f72fddcd7e -MD5 (cidmaps.tgz) = 888b70dd745242ba1f0f39015c3e8c88 -MD5 (pfaedit_htdocs-020214.tgz) = 4d05e14c3ad4a25edb3a5da93dcbbf83 +MD5 (pfaedit_full-020507.tgz) = 965f86da97b33051cdc526f9acc28502 +MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f +MD5 (pfaedit_htdocs-020416.tgz) = df31ad47fbbab26642550bc91ab52478 diff -uNr pfaedit.orig/files/patch-Makefile.in pfaedit/files/patch-Makefile.in --- pfaedit.orig/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ pfaedit/files/patch-Makefile.in Sun May 12 18:09:23 2002 @@ -0,0 +1,24 @@ +--- Makefile.in.orig Sat Mar 16 08:43:35 2002 ++++ Makefile.in Sun May 12 18:02:27 2002 +@@ -37,15 +37,15 @@ + mkdir -p $(bindir) + mkdir -p $(mandir)/man1 + mkdir -p $(sharedir) +- cp pfaedit/pfaedit $(bindir) +- cp pfaedit/sfddiff $(bindir) +- cp pfaedit/pfaedit.*.ui $(sharedir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_DATA} pfaedit/pfaedit.*.ui $(sharedir) + #The next line will fail for most installs. If you have downloaded the cidmaps + # this will install them. If you haven't it won't. You only need the cidmaps + # if you are editing CID keyed files (and even then you can live without them +- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 +- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 +- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 ++ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) ++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 ++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 + + uninstall: + -rm $(bindir)/pfaedit diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist --- pfaedit.orig/pkg-plist Tue Mar 12 10:24:13 2002 +++ pfaedit/pkg-plist Mon May 13 00:10:09 2002 @@ -3,6 +3,8 @@ %%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png +%%PORTDOCS%%share/doc/pfaedit/Anna.gif +%%PORTDOCS%%share/doc/pfaedit/Antigone.gif %%PORTDOCS%%share/doc/pfaedit/BitmapView.png %%PORTDOCS%%share/doc/pfaedit/C1.png %%PORTDOCS%%share/doc/pfaedit/C10.png @@ -134,11 +136,13 @@ %%PORTDOCS%%share/doc/pfaedit/privatekey.png %%PORTDOCS%%share/doc/pfaedit/privatekeymenu.png %%PORTDOCS%%share/doc/pfaedit/problems.html +%%PORTDOCS%%share/doc/pfaedit/quotations.html %%PORTDOCS%%share/doc/pfaedit/scripting.html %%PORTDOCS%%share/doc/pfaedit/serif.png %%PORTDOCS%%share/doc/pfaedit/serif2.png %%PORTDOCS%%share/doc/pfaedit/setwidth.png %%PORTDOCS%%share/doc/pfaedit/sfd.html +%%PORTDOCS%%share/doc/pfaedit/sfddiff.html %%PORTDOCS%%share/doc/pfaedit/sfdformat.html %%PORTDOCS%%share/doc/pfaedit/splash.png %%PORTDOCS%%share/doc/pfaedit/splinefont.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 16:35:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id 2B98437B400; Sun, 12 May 2002 16:35:12 -0700 (PDT) Received: from thistle.bogs.org (thistle.bogs.org [198.137.203.61]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id QAA93651; Sun, 12 May 2002 16:35:04 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: from thistle.bogs.org (localhost [127.0.0.1]) by thistle.bogs.org (8.11.3/8.11.3) with ESMTP id g4CNcB955613; Sun, 12 May 2002 16:38:12 -0700 (PDT) (envelope-from greg@thistle.bogs.org) Message-Id: <200205122338.g4CNcB955613@thistle.bogs.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37995: lilypond port will not build due to bison/make-rule interaction In-reply-to: Your message of "Sun, 12 May 2002 08:50:01 PDT." <200205121550.g4CFo1K13087@freefall.freebsd.org> Reply-To: gkshenaut@ucdavis.edu Date: Sun, 12 May 2002 16:38:11 -0700 From: Greg Shenaut Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here are some c*-rules.make files that seem to work, but see below for an additional problem with this port... -----------c++-rules.make-------------- # title C++ rules # file make/C++_rules.make .SUFFIXES: .cc .o .hh .yy .ll .dep # compile rules: # $(outdir)/%.o: %.cc $(DO_CXX_COMPILE) $(outdir)/%.o: $(outdir)/%.cc $(DO_CXX_COMPILE) $(outdir)/%.cc: %.yy $(BISON) $< mv parser.tab.cc $@ # mv $<.tab.c $@ $(outdir)/%.hh: %.yy $(BISON) -d $< mv parser.tab.hh $@ rm parser.tab.cc # mv $<.tab.h $@ # rm $<.tab.c # if this happens in the wrong order it triggers recompile of the .cc file $(outdir)/%.cc: %.ll $(FLEX) -Cfe -p -p -t $< > $@ -------------c-rules.make----------------- # stepmake/C_rules.make .SUFFIXES: .c .o .h .y .l .dep $(outdir)/%.o: %.c $(DO_C_COMPILE) $(outdir)/%.o: $(outdir)/%.c $(DO_C_COMPILE) $(outdir)/%.c: %.y $(BISON) $< # mv $<.tab.c $@ mv parser.tab.c $@ $(outdir)/%.h: %.y $(BISON) -d $< # mv $<.tab.h $@ mv parser.tab.h $@ mv parser.tab.c $(basename $@).c $(outdir)/%.c: %.l $(FLEX) -Cfe -p -p -t $< > $@ # could be faster: # $(FLEX) -8 -Cf -t $< > $@ ------------------end of rules files------------ Using the above c*-rules.make files, I no longer get errors from bison, but I now get the following error, which is really confusing: gmake[1]: Entering directory `/usr/ports/print/lilypond/work/lilypond-1.3.131/mf' mf "\mode:=laserjet; nonstopmode; input feta-braces11.mf;" This is METAFONT, Version 2.718 (Web2C 7.2) I can't find the base file `mf.base'! gmake[1]: *** [out/feta-braces11.tfm] Error 1 Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 16:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB37537B401 for ; Sun, 12 May 2002 16:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNe3T80989; Sun, 12 May 2002 16:40:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 May 2002 16:40:03 -0700 (PDT) Message-Id: <200205122340.g4CNe3T80989@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Greg Shenaut Subject: Re: ports/37995: lilypond port will not build due to bison/make-rule interaction Reply-To: Greg Shenaut Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/37995; it has been noted by GNATS. From: Greg Shenaut To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/37995: lilypond port will not build due to bison/make-rule interaction Date: Sun, 12 May 2002 16:38:11 -0700 Here are some c*-rules.make files that seem to work, but see below for an additional problem with this port... -----------c++-rules.make-------------- # title C++ rules # file make/C++_rules.make .SUFFIXES: .cc .o .hh .yy .ll .dep # compile rules: # $(outdir)/%.o: %.cc $(DO_CXX_COMPILE) $(outdir)/%.o: $(outdir)/%.cc $(DO_CXX_COMPILE) $(outdir)/%.cc: %.yy $(BISON) $< mv parser.tab.cc $@ # mv $<.tab.c $@ $(outdir)/%.hh: %.yy $(BISON) -d $< mv parser.tab.hh $@ rm parser.tab.cc # mv $<.tab.h $@ # rm $<.tab.c # if this happens in the wrong order it triggers recompile of the .cc file $(outdir)/%.cc: %.ll $(FLEX) -Cfe -p -p -t $< > $@ -------------c-rules.make----------------- # stepmake/C_rules.make .SUFFIXES: .c .o .h .y .l .dep $(outdir)/%.o: %.c $(DO_C_COMPILE) $(outdir)/%.o: $(outdir)/%.c $(DO_C_COMPILE) $(outdir)/%.c: %.y $(BISON) $< # mv $<.tab.c $@ mv parser.tab.c $@ $(outdir)/%.h: %.y $(BISON) -d $< # mv $<.tab.h $@ mv parser.tab.h $@ mv parser.tab.c $(basename $@).c $(outdir)/%.c: %.l $(FLEX) -Cfe -p -p -t $< > $@ # could be faster: # $(FLEX) -8 -Cf -t $< > $@ ------------------end of rules files------------ Using the above c*-rules.make files, I no longer get errors from bison, but I now get the following error, which is really confusing: gmake[1]: Entering directory `/usr/ports/print/lilypond/work/lilypond-1.3.131/mf' mf "\mode:=laserjet; nonstopmode; input feta-braces11.mf;" This is METAFONT, Version 2.718 (Web2C 7.2) I can't find the base file `mf.base'! gmake[1]: *** [out/feta-braces11.tfm] Error 1 Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 16:40:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DA1E37B405 for ; Sun, 12 May 2002 16:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNe2E80983; Sun, 12 May 2002 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by hub.freebsd.org (Postfix) with ESMTP id AD81337B403 for ; Sun, 12 May 2002 16:34:13 -0700 (PDT) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.11.6/8.11.6) with ESMTP id g4CNa6X71513 for ; Mon, 13 May 2002 01:36:06 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.11.6/8.11.6) id g4CNYGJ25830; Mon, 13 May 2002 01:34:16 +0200 (CEST) (envelope-from tilman) Message-Id: <200205122334.g4CNYGJ25830@sauna.arved.de> Date: Mon, 13 May 2002 01:34:16 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/38008: New Port audio/alienwah Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38008 >Category: ports >Synopsis: New Port audio/alienwah >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 16:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Yet another LADPA Plugin >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: # # alienwah/ # alienwah/Makefile # alienwah/distinfo # alienwah/files # alienwah/files/patch-Makefile # alienwah/pkg-comment # alienwah/pkg-plist # alienwah/pkg-descr # echo c - alienwah/ mkdir -p alienwah/ > /dev/null 2>&1 echo x - alienwah/Makefile sed 's/^X//' >alienwah/Makefile << 'END-of-alienwah/Makefile' X# New ports collection Makefile for: alienwah X# Date created: 13 May 2002 X# Whom: Tilman Linneweh END-of-alienwah/Makefile echo x - alienwah/distinfo sed 's/^X//' >alienwah/distinfo << 'END-of-alienwah/distinfo' XMD5 (alienwah-1.13.tar.gz) = 29ed06ae0975da8ae2bec40ae7a7d111 END-of-alienwah/distinfo echo c - alienwah/files mkdir -p alienwah/files > /dev/null 2>&1 echo x - alienwah/files/patch-Makefile sed 's/^X//' >alienwah/files/patch-Makefile << 'END-of-alienwah/files/patch-Makefile' X--- Makefile.orig Sun Jan 6 18:34:24 2002 X+++ Makefile Mon May 13 01:20:42 2002 X@@ -1,25 +1,16 @@ X # parts taken from ladspa-sdk src/makefile X X-INCLUDES = -I/usr/local/include X-#LIBRARIES = -ldl -lm X-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC X-CXXFLAGS = $(CFLAGS) X+CXXFLAGS += -I${LOCALBASE}/include X PLUGINS = aw.so X-CC = cc X-CPP = c++ X X ############################################################################### X # X # RULES TO BUILD PLUGINS FROM C OR C++ CODE X # X X-%.so: %.c X- $(CC) $(CFLAGS) -c $*.c X- $(LD) -o $*.so $*.o -shared X- X %.so: %.cpp X- $(CPP) $(CXXFLAGS) -c $*.cpp X- $(CPP) -o $*.so $*.o -shared X+ $(CXX) $(CXXFLAGS) -c $*.cpp X+ $(CXX) -o $*.so $*.o -shared X X ############################################################################### X # X@@ -29,7 +20,7 @@ X all: $(PLUGINS) X X install: X- cp aw.so /usr/local/lib/ladspa/ X+ cp aw.so ${LOCALBASE}/lib/ladspa/ X X clean: X -rm -f *.o *.so END-of-alienwah/files/patch-Makefile echo x - alienwah/pkg-comment sed 's/^X//' >alienwah/pkg-comment << 'END-of-alienwah/pkg-comment' XPaul Nasca's AlienWah LADSPA Plugin END-of-alienwah/pkg-comment echo x - alienwah/pkg-plist sed 's/^X//' >alienwah/pkg-plist << 'END-of-alienwah/pkg-plist' Xlib/ladspa/aw.so END-of-alienwah/pkg-plist echo x - alienwah/pkg-descr sed 's/^X//' >alienwah/pkg-descr << 'END-of-alienwah/pkg-descr' XPaul Nasca's AlienWah LADSPA Plugin. The DSP code for the plugin was written Xby Paul Nasca and the conversion to LADSPA was done by Paul Thompson. X XAuthor: Paul Nasca XWWW: http://plugin.org.uk/releases/alienwah/ X X- Tilman Linneweh Xfreebsdports@arved.de END-of-alienwah/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 16:45:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail500.nifty.com (mail500.nifty.com [202.248.37.208]) by hub.freebsd.org (Postfix) with ESMTP id 85FED37B407 for ; Sun, 12 May 2002 16:45:47 -0700 (PDT) Received: from mail.oikumene.gcd.org by mail500.nifty.com (8.12.3/3.7W-02/25/02) with SMTP id g4CNjfL8010911 for ; Mon, 13 May 2002 08:45:41 +0900 Received: (qmail 24081 invoked from network); 12 May 2002 23:45:41 -0000 Received: from mail.oikumene.gcd.org (HELO chrysanthe.oikumene.gcd.org) (192.168.0.2) by mail.oikumene.gcd.org with SMTP; 12 May 2002 23:45:41 -0000 Date: Mon, 13 May 2002 08:45:40 +0900 Message-ID: <86g00xrkuz.wl@chrysanthe.oikumene.gcd.org> From: Hiroo Ono To: ports@freebsd.org Cc: Igor Roshchin Subject: Re: micq In-Reply-To: <200205121727.g4CHRkj63855@giganda.komkon.org> References: <200205121727.g4CHRkj63855@giganda.komkon.org> User-Agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello. > This port doesn't seem to be fully operational (at least under 4.3-R) Yes, I know. It was the newest that supported v8 connection at that time. > In any case, this is to inform that the newest version of micq > (micq-0.4.8.pl9) available from micq.org works just fine, compiled > "out of the box". It is already sent to PR database. See PR:37950. http://www.freebsd.org/cgi/query-pr.cgi?pr=37950 I do not know who wrote patch-lang::ru.i18n, but can I send it to micq developers to commit it in micq? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 18: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37A2E37B403 for ; Sun, 12 May 2002 18:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D106A92799; Sun, 12 May 2002 18:00:06 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 71E9237B404 for ; Sun, 12 May 2002 17:51:38 -0700 (PDT) Received: (qmail 60849 invoked by uid 85); 13 May 2002 00:51:32 -0000 Received: from needo@superhero.org by pendragon.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 1.599051 secs); 13 May 2002 00:51:32 -0000 Received: from unknown (HELO superhero.org) (216.201.213.69) by pendragon.tacni.net with SMTP; 13 May 2002 00:51:30 -0000 Received: (qmail 24403 invoked by uid 1000); 13 May 2002 00:51:28 -0000 Message-Id: <20020513005128.24402.qmail@superhero.org> Date: 13 May 2002 00:51:28 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38010: New Port net/p5-Net-SCP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38010 >Category: ports >Synopsis: New Port net/p5-Net-SCP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 12 18:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 12:59:48 CDT 2002 root@cerebro.superhero.org:/usr/src/sys/compile/CEREBRO i386 >Description: New port net/p5-Net-SCP # shar net/p5-Net-SCP/* # 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: # # net/p5-Net-SCP/Makefile # net/p5-Net-SCP/distinfo # net/p5-Net-SCP/pkg-comment # net/p5-Net-SCP/pkg-descr # net/p5-Net-SCP/pkg-plist # echo x - net/p5-Net-SCP/Makefile sed 's/^X//' >net/p5-Net-SCP/Makefile << 'END-of-net/p5-Net-SCP/Makefile' X# New ports collection makefile for: p5-Net-SCP X# Date created: 12 May 2002 X# Whom: Erich Zigler X XPORTNAME= Net-SCP XPORTVERSION= 0.06 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= erich@tacni.net X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote X XPERL_CONFIGURE= yes X XMAN3= Net::SCP.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-net/p5-Net-SCP/Makefile echo x - net/p5-Net-SCP/distinfo sed 's/^X//' >net/p5-Net-SCP/distinfo << 'END-of-net/p5-Net-SCP/distinfo' XMD5 (Net-SCP-0.06.tar.gz) = 3404c8013df8eb19e08a3d179b30a4a7 END-of-net/p5-Net-SCP/distinfo echo x - net/p5-Net-SCP/pkg-comment sed 's/^X//' >net/p5-Net-SCP/pkg-comment << 'END-of-net/p5-Net-SCP/pkg-comment' XPerl5 module to access and use scp protocol END-of-net/p5-Net-SCP/pkg-comment echo x - net/p5-Net-SCP/pkg-descr sed 's/^X//' >net/p5-Net-SCP/pkg-descr << 'END-of-net/p5-Net-SCP/pkg-descr' X Description X ----------- X X It's not here yet. END-of-net/p5-Net-SCP/pkg-descr echo x - net/p5-Net-SCP/pkg-plist sed 's/^X//' >net/p5-Net-SCP/pkg-plist << 'END-of-net/p5-Net-SCP/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/SCP.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SCP/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SCP X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true END-of-net/p5-Net-SCP/pkg-plist exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 18:31:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB5A937B415; Sun, 12 May 2002 18:30:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1UtN03622; Sun, 12 May 2002 18:30:55 -0700 (PDT) (envelope-from ijliao) Date: Sun, 12 May 2002 18:30:55 -0700 (PDT) From: Message-Id: <200205130130.g4D1UtN03622@freefall.freebsd.org> To: gslin@infomath.math.nctu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37993: New port: security/amavisd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/amavisd State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun May 12 18:30:47 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=37993 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 18:38:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D15A37B408; Sun, 12 May 2002 18:38:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1cLn04254; Sun, 12 May 2002 18:38:21 -0700 (PDT) (envelope-from ijliao) Date: Sun, 12 May 2002 18:38:21 -0700 (PDT) From: Message-Id: <200205130138.g4D1cLn04254@freefall.freebsd.org> To: erich@tacni.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38002: ftp/kwebget upgrade 0.7 -> 0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ftp/kwebget upgrade 0.7 -> 0.8 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun May 12 18:38:11 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 18:51:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CD0637B400; Sun, 12 May 2002 18:51:31 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1pVV05153; Sun, 12 May 2002 18:51:31 -0700 (PDT) (envelope-from trevor) Date: Sun, 12 May 2002 18:51:31 -0700 (PDT) From: Message-Id: <200205130151.g4D1pVV05153@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/37995: lilypond port will not build due to bison/make-rule interaction Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lilypond port will not build due to bison/make-rule interaction Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: trevor Responsible-Changed-When: Sun May 12 18:51:13 PDT 2002 Responsible-Changed-Why: to lilypond maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=37995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 20: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BD0837B405 for ; Sun, 12 May 2002 20:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D306E16876; Sun, 12 May 2002 20:00:06 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 6649B37B403 for ; Sun, 12 May 2002 19:55:51 -0700 (PDT) Received: (qmail 66319 invoked by uid 85); 13 May 2002 02:55:46 -0000 Received: from needo@superhero.org by pendragon.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 3.519075 secs); 13 May 2002 02:55:46 -0000 Received: from unknown (HELO superhero.org) (216.201.213.69) by pendragon.tacni.net with SMTP; 13 May 2002 02:55:42 -0000 Received: (qmail 30438 invoked by uid 1000); 13 May 2002 02:55:41 -0000 Message-Id: <20020513025541.30437.qmail@superhero.org> Date: 13 May 2002 02:55:41 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38013: New Port: databases/p5-DBIx-DBSchema Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38013 >Category: ports >Synopsis: New Port: databases/p5-DBIx-DBSchema >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 20:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 12:59:48 CDT 2002 root@cerebro.superhero.org:/usr/src/sys/compile/CEREBRO i386 >Description: New port databases/p5-DBIx-DBSchema # shar databases/p5-DBIx-DBSchema/* # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # databases/p5-DBIx-DBSchema/Makefile # databases/p5-DBIx-DBSchema/distinfo # databases/p5-DBIx-DBSchema/pkg-comment # databases/p5-DBIx-DBSchema/pkg-descr # databases/p5-DBIx-DBSchema/pkg-plist # echo x - databases/p5-DBIx-DBSchema/Makefile sed 's/^X//' >databases/p5-DBIx-DBSchema/Makefile << 'END-of-databases/p5-DBIx-DBSchema/Makefile' X# New ports collection makefile for: p5-DBIx-DBSchema X# Date created: 12 May 2002 X# Whom: Erich Zigler X XPORTNAME= DBIx-DBSchema XPORTVERSION= 0.20 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBIx XPKGNAMEPREFIX= p5- X XMAINTAINER= erich@tacni.net X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PO RTSDIR}/devel/p5-FreezeThaw \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm :${PORTSDIR}/databases/p5-DBI X XPERL_CONFIGURE= yes X XMAN3= DBIx::DBSchema::DBD.3 \ X DBIx::DBSchema.3 \ X DBIx::DBSchema::DBD::Pg.3 \ X DBIx::DBSchema::ColGroup.3 \ X DBIx::DBSchema::DBD::Sybase.3 \ X DBIx::DBSchema::ColGroup::Index.3 \ X DBIx::DBSchema::DBD::mysql.3 \ X DBIx::DBSchema::ColGroup::Unique.3 \ X DBIx::DBSchema::Table.3 \ X DBIx::DBSchema::Column.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-databases/p5-DBIx-DBSchema/Makefile echo x - databases/p5-DBIx-DBSchema/distinfo sed 's/^X//' >databases/p5-DBIx-DBSchema/distinfo << 'END-of-databases/p5-DBIx-D BSchema/distinfo' XMD5 (DBIx-DBSchema-0.20.tar.gz) = 1d0e286055dbb15a29a4e1e25f111c56 END-of-databases/p5-DBIx-DBSchema/distinfo echo x - databases/p5-DBIx-DBSchema/pkg-comment sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-comment << 'END-of-databases/p5-DBI x-DBSchema/pkg-comment' XPerl5 module to access and use scp protocol END-of-databases/p5-DBIx-DBSchema/pkg-comment echo x - databases/p5-DBIx-DBSchema/pkg-descr sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-descr << 'END-of-databases/p5-DBIx- DBSchema/pkg-descr' X Description X ----------- X X It's not here yet. END-of-databases/p5-DBIx-DBSchema/pkg-descr echo x - databases/p5-DBIx-DBSchema/pkg-plist sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-plist << 'END-of-databases/p5-DBIx- DBSchema/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup/Index.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup/Unique.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/Column.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD/Pg.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD/Sybase.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD/mysql.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/Table.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DBSchema/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DBSchema/ X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/de v/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true END-of-databases/p5-DBIx-DBSchema/pkg-plist exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 20:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EDE137B401 for ; Sun, 12 May 2002 20:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3U3w22892; Sun, 12 May 2002 20:30:03 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 36FC737B400 for ; Sun, 12 May 2002 20:20:16 -0700 (PDT) Received: (qmail 67542 invoked by uid 85); 13 May 2002 03:20:11 -0000 Received: from needo@superhero.org by pendragon.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 1.502529 secs); 13 May 2002 03:20:11 -0000 Received: from unknown (HELO superhero.org) (216.201.213.69) by pendragon.tacni.net with SMTP; 13 May 2002 03:20:09 -0000 Received: (qmail 31743 invoked by uid 1000); 13 May 2002 03:20:08 -0000 Message-Id: <20020513032008.31742.qmail@superhero.org> Date: 13 May 2002 03:20:08 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38014: New Port: devel/p5-Time-Duration Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38014 >Category: ports >Synopsis: New Port: devel/p5-Time-Duration >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 20:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 12:59:48 CDT 2002 root@cerebro.superhero.org:/usr/src/sys/compile/CEREBRO i386 >Description: New port: devel/p5-Time-Duration # shar devel/p5-Time-Duration/* # 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: # # devel/p5-Time-Duration/Makefile # devel/p5-Time-Duration/distinfo # devel/p5-Time-Duration/pkg-comment # devel/p5-Time-Duration/pkg-descr # devel/p5-Time-Duration/pkg-plist # echo x - devel/p5-Time-Duration/Makefile sed 's/^X//' >devel/p5-Time-Duration/Makefile << 'END-of-devel/p5-Time-Duration/Makefile' X# New ports collection makefile for: p5-Time-Duration X# Date created: May 13, 2002 X# Whom: Erich Zigler X XPORTNAME= Time-Duration XPORTVERSION= 1.01 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Time XPKGNAMEPREFIX= p5- X XMAINTAINER= erich@tacni.net X XPERL_CONFIGURE= YES X X.include END-of-devel/p5-Time-Duration/Makefile echo x - devel/p5-Time-Duration/distinfo sed 's/^X//' >devel/p5-Time-Duration/distinfo << 'END-of-devel/p5-Time-Duration/distinfo' XMD5 (Time-Duration-1.01.tar.gz) = 67eabef761860fddd39ea68b70736fa3 END-of-devel/p5-Time-Duration/distinfo echo x - devel/p5-Time-Duration/pkg-comment sed 's/^X//' >devel/p5-Time-Duration/pkg-comment << 'END-of-devel/p5-Time-Duration/pkg-comment' XRounded or exact English expression of durations END-of-devel/p5-Time-Duration/pkg-comment echo x - devel/p5-Time-Duration/pkg-descr sed 's/^X//' >devel/p5-Time-Duration/pkg-descr << 'END-of-devel/p5-Time-Duration/pkg-descr' XThis package contains the following perl5 modules: X XTime::Duration.pm END-of-devel/p5-Time-Duration/pkg-descr echo x - devel/p5-Time-Duration/pkg-plist sed 's/^X//' >devel/p5-Time-Duration/pkg-plist << 'END-of-devel/p5-Time-Duration/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Time/Duration.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/Duration/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time/Duration X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Time 2>/dev/null || true END-of-devel/p5-Time-Duration/pkg-plist exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 22:30:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03FB737B403 for ; Sun, 12 May 2002 22:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D5U1k39189; Sun, 12 May 2002 22:30:01 -0700 (PDT) (envelope-from gnats) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by hub.freebsd.org (Postfix) with ESMTP id 256EE37B404 for ; Sun, 12 May 2002 22:24:15 -0700 (PDT) Received: from sz.homedns.org ([218.46.1.125]) by t-mta2.odn.ne.jp with ESMTP id <20020513052412909.JEHR.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Mon, 13 May 2002 14:24:12 +0900 Received: by sz.homedns.org (Postfix, from userid 1001) id C547A99BF6; Mon, 13 May 2002 14:24:10 +0900 (JST) Message-Id: <20020513052410.C547A99BF6@sz.homedns.org> Date: Mon, 13 May 2002 14:24:10 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38017: New port: devel/p5-Date-ISO Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38017 >Category: ports >Synopsis: New port: devel/p5-Date-ISO >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 22:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD sz.homedns.org 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #11: Tue Apr 23 11:04:54 JST 2002 root@sz.homedns.org:/sack/obj/usr/src/sys/NS i386 >Description: Date::ISO is a perl extension for converting dates between ISO and Gregorian formats. WWW: http://search.cpan.org/search?dist=Date-ISO >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Date-ISO # p5-Date-ISO/Makefile # p5-Date-ISO/distinfo # p5-Date-ISO/pkg-comment # p5-Date-ISO/pkg-descr # p5-Date-ISO/pkg-plist # echo c - p5-Date-ISO mkdir -p p5-Date-ISO > /dev/null 2>&1 echo x - p5-Date-ISO/Makefile sed 's/^X//' >p5-Date-ISO/Makefile << 'END-of-p5-Date-ISO/Makefile' X# New ports collection makefile for: p5-Date-ISO X# Date created: 13 May 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= Date-ISO XPORTVERSION= 1.28 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Date XPKGNAMEPREFIX= p5- X XMAINTAINER= fuyuki@mj.0038.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/ICal.pm:${PORTSDIR}/devel/p5-Date-ICal \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Date::ISO.3 X X.include END-of-p5-Date-ISO/Makefile echo x - p5-Date-ISO/distinfo sed 's/^X//' >p5-Date-ISO/distinfo << 'END-of-p5-Date-ISO/distinfo' XMD5 (Date-ISO-1.28.tar.gz) = 083ace464cd4e686137c6f0e97bdbb2f END-of-p5-Date-ISO/distinfo echo x - p5-Date-ISO/pkg-comment sed 's/^X//' >p5-Date-ISO/pkg-comment << 'END-of-p5-Date-ISO/pkg-comment' XConverts dates between ISO and Gregorian formats END-of-p5-Date-ISO/pkg-comment echo x - p5-Date-ISO/pkg-descr sed 's/^X//' >p5-Date-ISO/pkg-descr << 'END-of-p5-Date-ISO/pkg-descr' XDate::ISO is a perl extension for converting dates between ISO and XGregorian formats. X XWWW: http://search.cpan.org/search?dist=Date-ISO X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-p5-Date-ISO/pkg-descr echo x - p5-Date-ISO/pkg-plist sed 's/^X//' >p5-Date-ISO/pkg-plist << 'END-of-p5-Date-ISO/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Date/ISO.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ISO/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ISO X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true END-of-p5-Date-ISO/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 23: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 496F537B404 for ; Sun, 12 May 2002 23:00:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D607k41081; Sun, 12 May 2002 23:00:07 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 9233D37B400 for ; Sun, 12 May 2002 22:56:31 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4D5uPhG031122 for ; Sun, 12 May 2002 22:56:25 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4D5uPBi031120; Sun, 12 May 2002 22:56:25 -0700 (PDT) Message-Id: <200205130556.g4D5uPBi031120@www.freebsd.org> Date: Sun, 12 May 2002 22:56:25 -0700 (PDT) From: Ari Suutari To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38018: ports/www/jakarta-tomcat4: make passing of JVM arguments possible Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38018 >Category: ports >Synopsis: ports/www/jakarta-tomcat4: make passing of JVM arguments possible >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 23:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: 4.5-STABLE >Organization: Syncron Tech Oy >Environment: FreeBSD pommac.syncrontech.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 12 12:12:39 EET 2002 root@pommac.syncrontech.com:/usr/src/sys/compile/POMMAC i386 >Description: When tomcat is installed with ports/www/jakarta-tomcat4 port, it is not possible to pass JVM arguments (like -Xmx512m) to process. >How-To-Repeat: >Fix: I suggest modifying daemonctl.c so that it passes argments to JVM being started somehow. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 12 23:10:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0645037B404 for ; Sun, 12 May 2002 23:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D6A0245620; Sun, 12 May 2002 23:10:00 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 9DDD737B404 for ; Sun, 12 May 2002 23:04:09 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4D649hG031798 for ; Sun, 12 May 2002 23:04:09 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4D649rI031797; Sun, 12 May 2002 23:04:09 -0700 (PDT) Message-Id: <200205130604.g4D649rI031797@www.freebsd.org> Date: Sun, 12 May 2002 23:04:09 -0700 (PDT) From: Ari Suutari To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38020: ports/www/jakarta-tomcat4: stop tomcat via java -jar bootstrap.jar stop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38020 >Category: ports >Synopsis: ports/www/jakarta-tomcat4: stop tomcat via java -jar bootstrap.jar stop >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 23:10:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: 4.5-STABLE >Organization: Syncron Tech Oy >Environment: FreeBSD pommac.syncrontech.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 12 12:12:39 EET 2002 root@pommac.syncrontech.com:/usr/src/sys/compile/POMMAC i386 >Description: When tomcat is installed with ports/www/jakarta-tomcat4 port, it uses daemonctl.c to manage execution of JVM. When daemonctl is used to stop currently executing tomcat, it does this by issuing kill -SIGTERM to tomcat process. This causes tomcat to stop immediately, without normal shutdown activities, like unloading servlets etc. >How-To-Repeat: Install tomcat4 via www/jakarta-tomcat4 port, start it and then stop it. >Fix: The shutdown should be handled by issuing command "java -Dcatalina.home=path-to-catalina-home -jar bin/bootstrap.jar stop". This causes tomcat to unload servlets gracefully and then stop. Maybe the current "stop" command of daemonctl.c could be renamed to "kill" or "abort" and "stop" could execute the command above. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 0: 6:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 1FF2137B406 for ; Mon, 13 May 2002 00:06:23 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g4D76Lf0004769 for ; Mon, 13 May 2002 19:06:21 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g4D76L4p004768 for freebsd-ports@freebsd.org; Mon, 13 May 2002 19:06:21 +1200 (NZST) Date: Mon, 13 May 2002 19:06:21 +1200 From: Jonathan Chen To: freebsd-ports@freebsd.org Subject: make fetch errors Message-ID: <20020513190621.A4627@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Ever since a cvsup about a week ago (and again just now), make fetches tend to give the following awk-related error: 1:mozilla,6:42pm# make fetch >> mozilla-source-1.0.rc1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. awk: cmd. line:2: (END OF FILE) awk: cmd. line:2: syntax error >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. It doesn't affect the actual fetch and build, but the error grates. I've removed ports/Mk and refetched everything in there, but it doesn't make any difference. I'm running FreeBSD 4.6-PRERELEASE. Anyone else seen this? -- Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 0:21: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E092037B428 for ; Mon, 13 May 2002 00:20:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7K4763776; Mon, 13 May 2002 00:20:04 -0700 (PDT) (envelope-from gnats) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id 6470737B433 for ; Mon, 13 May 2002 00:09:34 -0700 (PDT) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id PAA91188; Mon, 13 May 2002 15:09:32 +0800 (WST) Message-Id: <200205130709.PAA91188@mail.wa.apana.org.au> Date: Mon, 13 May 2002 15:09:32 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38023: New Port: databases/fireprofile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38023 >Category: ports >Synopsis: New Port: databases/fireprofile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 00:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.5-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Apr 20 17:14:31 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Library to help profiling where programs are using MySQL >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: # # fireprofile # fireprofile/pkg-comment # fireprofile/pkg-descr # fireprofile/Makefile # fireprofile/distinfo # fireprofile/files # fireprofile/files/patch-Makefile # fireprofile/files/patch-aa # fireprofile/pkg-plist # echo c - fireprofile mkdir -p fireprofile > /dev/null 2>&1 echo x - fireprofile/pkg-comment sed 's/^X//' >fireprofile/pkg-comment << 'END-of-fireprofile/pkg-comment' XLibrary to help profiling where programs are using MySQL END-of-fireprofile/pkg-comment echo x - fireprofile/pkg-descr sed 's/^X//' >fireprofile/pkg-descr << 'END-of-fireprofile/pkg-descr' XFrom libfireprofile(3): X Xlibfireprofile is a library to help profiling where programs Xusing MySQL are spending their time. It intercepts MySQL queries Xand provides EXPLAIN data about each query, as well as total Xtime spent on each query. X XWWW: http://ares.penguinhosting.net/~ian/ X X- Dean X Xdean@odyssey.apana.org.au END-of-fireprofile/pkg-descr echo x - fireprofile/Makefile sed 's/^X//' >fireprofile/Makefile << 'END-of-fireprofile/Makefile' X# New ports collection makefile for: fireprofile X# Date created: Mon 13 May 15:00:00 WST 2002 X# Whom: Dean Hollister X# X# $FreeBSD$ X# X XPORTNAME= fireprofile XPORTVERSION= 0.1.2 XCATEGORIES= databases XMASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ X http://www.wa.apana.org.au/~dean/sources/ \ X ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ XDISTNAME= fireprofile XEXTRACT_SUFX= -0.1.2.tar.gz X XMAINTAINER= dean@odyssey.apana.org.au X XBUILD_DEPENDS= ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql323-server X XMAN3= libfireprofile.3 X X.include END-of-fireprofile/Makefile echo x - fireprofile/distinfo sed 's/^X//' >fireprofile/distinfo << 'END-of-fireprofile/distinfo' XMD5 (fireprofile-0.1.2.tar.gz) = 7c7e59e7efe839116e7a0ce1fd245cee END-of-fireprofile/distinfo echo c - fireprofile/files mkdir -p fireprofile/files > /dev/null 2>&1 echo x - fireprofile/files/patch-Makefile sed 's/^X//' >fireprofile/files/patch-Makefile << 'END-of-fireprofile/files/patch-Makefile' X--- Makefile.orig Mon May 13 14:41:50 2002 X+++ Makefile Mon May 13 14:41:04 2002 X@@ -4,7 +4,7 @@ X CC ?= cc X INCFLAGS = X INLDFLAGS = -nostdlib X-INLIBS = -ldl X+#INLIBS = -ldl X X .PHONY: all install shared clean distclean install-shared install-man3 X END-of-fireprofile/files/patch-Makefile echo x - fireprofile/files/patch-aa sed 's/^X//' >fireprofile/files/patch-aa << 'END-of-fireprofile/files/patch-aa' X--- fireprofile.orig Mon May 13 14:42:59 2002 X+++ fireprofile.c Mon May 13 14:40:46 2002 X@@ -21,7 +21,7 @@ X #include X #include X #include X-#include X+#include X #include X #define __USE_GNU X #include END-of-fireprofile/files/patch-aa echo x - fireprofile/pkg-plist sed 's/^X//' >fireprofile/pkg-plist << 'END-of-fireprofile/pkg-plist' Xlib/libfireprofile.so END-of-fireprofile/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 0:21:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABB4637B44B for ; Mon, 13 May 2002 00:20:21 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7KLr63832; Mon, 13 May 2002 00:20:21 -0700 (PDT) (envelope-from gnats) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id BE4D237B409 for ; Mon, 13 May 2002 00:19:07 -0700 (PDT) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id PAA93171; Mon, 13 May 2002 15:19:05 +0800 (WST) Message-Id: <200205130719.PAA93171@mail.wa.apana.org.au> Date: Mon, 13 May 2002 15:19:05 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38025: New Port: misc/firestring Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38025 >Category: ports >Synopsis: New Port: misc/firestring >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 00:20:21 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.5-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Apr 20 17:14:31 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: String handling library that provides maximum length aware string handling functions to programs >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: # # firestring # firestring/Makefile # firestring/distinfo # firestring/pkg-comment # firestring/pkg-descr # firestring/pkg-plist # firestring/files # echo c - firestring mkdir -p firestring > /dev/null 2>&1 echo x - firestring/Makefile sed 's/^X//' >firestring/Makefile << 'END-of-firestring/Makefile' X# New ports collection makefile for: firestring X# Date created: Mon 13 May 14:30:00 WST 2002 X# Whom: Dean Hollister X# X# $FreeBSD$ X# X XPORTNAME= firestring XPORTVERSION= 0.1.9 XCATEGORIES= misc XMASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ X http://www.wa.apana.org.au/~dean/sources/ \ X ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ XDISTNAME= firestring XEXTRACT_SUFX= -0.1.9.tar.gz X XMAINTAINER= dean@odyssey.apana.org.au X XMAN3= firestring_chomp.3 firestring_chug.3 \ X firestring_concat.3 firestring_conf_add.3 \ X firestring_conf_find.3 firestring_conf_find_next.3 \ X firestring_conf_free.3 firestring_conf_parse.3 \ X firestring_malloc.3 firestring_realloc.3 \ X firestring_snprintf.3 firestring_strcasecmp.3 \ X firestring_strdup.3 firestring_strncasecmp.3 \ X firestring_strncat.3 firestring_strncpy.3 \ X libfirestring.3 X X.include END-of-firestring/Makefile echo x - firestring/distinfo sed 's/^X//' >firestring/distinfo << 'END-of-firestring/distinfo' XMD5 (firestring-0.1.9.tar.gz) = 77eceb12bc3466840db1b46c43738ee1 END-of-firestring/distinfo echo x - firestring/pkg-comment sed 's/^X//' >firestring/pkg-comment << 'END-of-firestring/pkg-comment' XString handling library that provides maximum length aware string handling functions to programs END-of-firestring/pkg-comment echo x - firestring/pkg-descr sed 's/^X//' >firestring/pkg-descr << 'END-of-firestring/pkg-descr' XFrom libfirestring(3): X X"libfirestring is a string handling library that provides Xmaximum length aware string handling functions to programs. XSeveral functions provide saner interfaces than the standard Xlibc functions. libfirestring also provides functions that Xare in most libc's but not provided for by POSIX, enabling Xprogrammers to write POSIX-compliant code while using such Xsafe functions (strcasecmp, strncasecmp, snprintf). X X"libfirestring also includes functions for dealing with Xreading configuration files in an easy to program fashion." X XWWW: http://ares.penguinhosting.net/~ian/ X X- Dean X Xdean@odyssey.apana.org.au END-of-firestring/pkg-descr echo x - firestring/pkg-plist sed 's/^X//' >firestring/pkg-plist << 'END-of-firestring/pkg-plist' Xlib/libfirestring.so Xlib/libfirestring.a Xinclude/firestring.h END-of-firestring/pkg-plist echo c - firestring/files mkdir -p firestring/files > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 0:25:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 77C6137B403; Mon, 13 May 2002 00:25:41 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZNC4; Mon, 13 May 2002 10:27:26 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4D7Q5179110; Mon, 13 May 2002 10:26:05 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CDF6B0D.F877B9BF@FreeBSD.org> Date: Mon, 13 May 2002 10:28:13 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: Mozilla update to 1.0rc2 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just a quick FYI that I'm already working on updating mozilla to 1.0rc2, so that keep your hands out of it if you want to avoid duplicate efforts. :) Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 0:26:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id C3E0E37B403; Mon, 13 May 2002 00:26:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4D7PY5K093971; Mon, 13 May 2002 03:25:34 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla update to 1.0rc2 From: Joe Marcus Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <3CDF6B0D.F877B9BF@FreeBSD.org> References: <3CDF6B0D.F877B9BF@FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 13 May 2002 03:25:34 -0400 Message-Id: <1021274734.93876.2.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 2002-05-13 at 03:28, Maxim Sobolev wrote: > Just a quick FYI that I'm already working on updating mozilla to > 1.0rc2, so that keep your hands out of it if you want to avoid > duplicate efforts. :) I just committed it. Joe > > Thanks! > > -Maxim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key: http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 0:27:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 046EC37B404; Mon, 13 May 2002 00:27:32 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZNCX; Mon, 13 May 2002 10:29:17 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4D7Rq179137; Mon, 13 May 2002 10:27:52 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CDF6B78.6FD4C1A0@FreeBSD.org> Date: Mon, 13 May 2002 10:30:00 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Mozilla update to 1.0rc2 References: <3CDF6B0D.F877B9BF@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Maxim Sobolev wrote: > > Just a quick FYI that I'm already working on updating mozilla to > 1.0rc2, so that keep your hands out of it if you want to avoid > duplicate efforts. :) > > Thanks! OOPS, seems like marcus already did the job. Please disregard the above. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 1:16: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mile.nevermind.kiev.ua (freebsddiary.org.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id 2EBBF37B400; Mon, 13 May 2002 01:15:59 -0700 (PDT) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.2) with ESMTP id g4D8Fo9e098749; Mon, 13 May 2002 11:15:51 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g4D8FoSE098748; Mon, 13 May 2002 11:15:50 +0300 (EEST) Date: Mon, 13 May 2002 11:15:50 +0300 From: Alexandr Kovalenko To: freebsd-ports@FreeBSD.Org Cc: gnome@FreeBSD.Org Subject: www/mozilla: why there is --disable-optimize in CONFIGURE_ARGS? Message-ID: <20020513081549.GB88702@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Is there any reasons to put this configure setting into configure arguments, and what does it exactly mean for mozilla? Thank you! -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 1:40:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 275C537B407 for ; Mon, 13 May 2002 01:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D8e2t73694; Mon, 13 May 2002 01:40:02 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 3896C37B400 for ; Mon, 13 May 2002 01:39:10 -0700 (PDT) Received: (qmail 75482 invoked by uid 85); 13 May 2002 06:52:25 -0000 Received: from needo@superhero.org by pendragon.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 4.459195 secs); 13 May 2002 06:52:25 -0000 Received: from unknown (HELO superhero.org) (216.201.213.69) by pendragon.tacni.net with SMTP; 13 May 2002 06:52:20 -0000 Received: (qmail 33640 invoked by uid 1000); 13 May 2002 06:52:17 -0000 Message-Id: <20020513065217.33639.qmail@superhero.org> Date: 13 May 2002 06:52:17 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38026: New Port: www/p5-HTML-Widgets-SelectLayers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38026 >Category: ports >Synopsis: New Port: www/p5-HTML-Widgets-SelectLayers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 01:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 12:59:48 CDT 2002 root@cerebro.superhero.org:/usr/src/sys/compile/CEREBRO i386 >Description: New Port: www/p5-HTML-Widgets-SelectLayers # shar www/p5-HTML-Widgets-SelectLayers/* # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/p5-HTML-Widgets-SelectLayers/Makefile # www/p5-HTML-Widgets-SelectLayers/distinfo # www/p5-HTML-Widgets-SelectLayers/pkg-comment # www/p5-HTML-Widgets-SelectLayers/pkg-descr # www/p5-HTML-Widgets-SelectLayers/pkg-plist # echo x - www/p5-HTML-Widgets-SelectLayers/Makefile sed 's/^X//' >www/p5-HTML-Widgets-SelectLayers/Makefile << 'END-of-www/p5-HTML-Widgets-SelectLayers/Makefile' X# New ports collection makefile for: p5-HTML-Widgets-SelectLayers X# Date created: May 13th 2002 X# Whom: Erich Zigler X XPORTNAME= HTML-Widgets-SelectLayers XPORTVERSION= 0.02 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTML XPKGNAMEPREFIX= p5- X XMAINTAINER= erich@tacni.net X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= HTML::Widgets::SelectLayers.3 X X.include END-of-www/p5-HTML-Widgets-SelectLayers/Makefile echo x - www/p5-HTML-Widgets-SelectLayers/distinfo sed 's/^X//' >www/p5-HTML-Widgets-SelectLayers/distinfo << 'END-of-www/p5-HTML-Widgets-SelectLayers/distinfo' XMD5 (HTML-Widgets-SelectLayers-0.02.tar.gz) = 20a5f7ff0e0543aecc6c8c95a91f2c56 END-of-www/p5-HTML-Widgets-SelectLayers/distinfo echo x - www/p5-HTML-Widgets-SelectLayers/pkg-comment sed 's/^X//' >www/p5-HTML-Widgets-SelectLayers/pkg-comment << 'END-of-www/p5-HTML-Widgets-SelectLayers/pkg-comment' XA perl5 module for selectable HTML layers END-of-www/p5-HTML-Widgets-SelectLayers/pkg-comment echo x - www/p5-HTML-Widgets-SelectLayers/pkg-descr sed 's/^X//' >www/p5-HTML-Widgets-SelectLayers/pkg-descr << 'END-of-www/p5-HTML-Widgets-SelectLayers/pkg-descr' XHTML::Widgets::SelectLayers - Perl extension for selectable HTML layers END-of-www/p5-HTML-Widgets-SelectLayers/pkg-descr echo x - www/p5-HTML-Widgets-SelectLayers/pkg-plist sed 's/^X//' >www/p5-HTML-Widgets-SelectLayers/pkg-plist << 'END-of-www/p5-HTML-Widgets-SelectLayers/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Widgets/SelectLayers.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Widgets/homepage.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Widgets/SelectLayers/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Widgets/SelectLayers X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Widgets X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Widgets X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true END-of-www/p5-HTML-Widgets-SelectLayers/pkg-plist exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 2:16:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id DAE5E37B408; Mon, 13 May 2002 02:16:19 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZNP2; Mon, 13 May 2002 12:18:04 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4D9Gh179349; Mon, 13 May 2002 12:16:43 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CDF84FA.EECE28F6@FreeBSD.org> Date: Mon, 13 May 2002 12:18:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Alexandr Kovalenko Cc: freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: www/mozilla: why there is --disable-optimize in CONFIGURE_ARGS? References: <20020513081549.GB88702@nevermind.kiev.ua> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alexandr Kovalenko wrote: > > Hello, > > Is there any reasons to put this configure setting into configure > arguments, and what does it exactly mean for mozilla? To make it using compiler optimisation settings from system-wide CFLAGS and not insert its own, often bogus, -OX. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 2:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F31D837B403 for ; Mon, 13 May 2002 02:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D9o1h82849; Mon, 13 May 2002 02:50:01 -0700 (PDT) (envelope-from gnats) Received: from host217-41-47-151.in-addr.btopenworld.com (host217-41-47-151.in-addr.btopenworld.com [217.41.47.151]) by hub.freebsd.org (Postfix) with ESMTP id DD5D737B400 for ; Mon, 13 May 2002 02:41:56 -0700 (PDT) Received: by host217-41-47-151.in-addr.btopenworld.com (Postfix, from userid 1001) id 763577AD; Mon, 13 May 2002 10:41:48 +0100 (BST) Message-Id: <20020513094148.763577AD@host217-41-47-151.in-addr.btopenworld.com> Date: Mon, 13 May 2002 10:41:48 +0100 (BST) From: Dominic Marks Reply-To: Dominic Marks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38028: Maintainer Update: devel/ccache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38028 >Category: ports >Synopsis: Maintainer Update: devel/ccache >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 13 02:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Student >Environment: System: FreeBSD gallium 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #2: Thu May 2 19:01:45 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386 >Description: ccache 1.8 -> 1.9 >How-To-Repeat: NA. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ccache/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2002/04/29 19:44:26 1.6 +++ Makefile 2002/05/13 09:41:16 @@ -6,7 +6,7 @@ # PORTNAME= ccache -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= http://ccache.samba.org/ftp/ccache/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/ccache/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 2002/04/29 19:44:26 1.6 +++ distinfo 2002/05/13 09:41:16 @@ -1 +1 @@ -MD5 (ccache-1.8.tar.gz) = 043d592b23753d8beb85e6a228b74c16 +MD5 (ccache-1.9.tar.gz) = 8e73f607accc13da52934303140d555e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 3:15:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mile.nevermind.kiev.ua (freebsddiary.org.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id 9EC8937B407; Mon, 13 May 2002 03:15:49 -0700 (PDT) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.2) with ESMTP id g4DAFj9e099612; Mon, 13 May 2002 13:15:45 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g4DAFjLJ099611; Mon, 13 May 2002 13:15:45 +0300 (EEST) Date: Mon, 13 May 2002 13:15:45 +0300 From: Alexandr Kovalenko To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: www/mozilla: why there is --disable-optimize in CONFIGURE_ARGS? Message-ID: <20020513101545.GC99077@nevermind.kiev.ua> References: <20020513081549.GB88702@nevermind.kiev.ua> <3CDF84FA.EECE28F6@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <3CDF84FA.EECE28F6@FreeBSD.org> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Maxim Sobolev! On Mon, May 13, 2002 at 12:18:50PM +0300, you wrote: > > Is there any reasons to put this configure setting into configure > > arguments, and what does it exactly mean for mozilla? > > To make it using compiler optimisation settings from system-wide > CFLAGS and not insert its own, often bogus, -OX. Thank you for clarification! And a very-very-very big thanks for all Gnome, Mozilla and all packages you (Maxim && gnome@) support! You've done good job! 2 Maxim: I'd like to tap you a beer in any place in Kiev :) -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 3:49:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id B66F237B406; Mon, 13 May 2002 03:49:19 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZNW3; Mon, 13 May 2002 13:51:05 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4DAnj180369; Mon, 13 May 2002 13:49:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CDF9AC6.C28FE319@FreeBSD.org> Date: Mon, 13 May 2002 13:51:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Alexandr Kovalenko Cc: freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: www/mozilla: why there is --disable-optimize in CONFIGURE_ARGS? References: <20020513081549.GB88702@nevermind.kiev.ua> <3CDF84FA.EECE28F6@FreeBSD.org> <20020513101545.GC99077@nevermind.kiev.ua> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alexandr Kovalenko wrote: > > Hello, Maxim Sobolev! > > On Mon, May 13, 2002 at 12:18:50PM +0300, you wrote: > > > > Is there any reasons to put this configure setting into configure > > > arguments, and what does it exactly mean for mozilla? > > > > To make it using compiler optimisation settings from system-wide > > CFLAGS and not insert its own, often bogus, -OX. > Thank you for clarification! > And a very-very-very big thanks for all Gnome, Mozilla and all packages > you (Maxim && gnome@) support! > You've done good job! > > 2 Maxim: I'd like to tap you a beer in any place in Kiev :) I do not see any problems with that. :))) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 6: 0:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F5C737B405 for ; Mon, 13 May 2002 06:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DD03t13659; Mon, 13 May 2002 06:00:03 -0700 (PDT) (envelope-from gnats) Received: from eagle.plab.ku.dk (eagle.plab.ku.dk [130.225.107.63]) by hub.freebsd.org (Postfix) with ESMTP id 8D45C37B403 for ; Mon, 13 May 2002 05:53:25 -0700 (PDT) Received: (from root@localhost) by eagle.plab.ku.dk (8.11.6/8.11.6) id g4DCrOi91446; Mon, 13 May 2002 14:53:24 +0200 (CEST) (envelope-from tolid) Message-Id: <200205131253.g4DCrOi91446@eagle.plab.ku.dk> Date: Mon, 13 May 2002 14:53:24 +0200 (CEST) From: Anatoliy Dmytriyev Reply-To: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38030: New port: PERL library for fast and easy cyrillic text manipulation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38030 >Category: ports >Synopsis: New port: PERL library for fast and easy cyrillic text manipulation >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 06:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD eagle.plab.ku.dk 4.5-STABLE FreeBSD 4.5-STABLE #7: Mon Apr 29 08:44:06 CEST 2002 root@eagle.plab.ku.dk:/usr/obj/usr/src/sys/eagle i386 >Description: This module includes cyrillic string converting functions from one and to another charset, to upper and to lower case without locale switching. Also included single-byte charsets detection routine. It is easy to add new code pages. For this purpose it is necessary only to add appropriate string of a code page. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-cyrillic # p5-cyrillic/distinfo # p5-cyrillic/Makefile # p5-cyrillic/pkg-descr # p5-cyrillic/pkg-plist # p5-cyrillic/pkg-comment # echo c - p5-cyrillic mkdir -p p5-cyrillic > /dev/null 2>&1 echo x - p5-cyrillic/distinfo sed 's/^X//' >p5-cyrillic/distinfo << 'END-of-p5-cyrillic/distinfo' XMD5 (cyrillic-2.09.tar.gz) = f076afb741137ef92f7fe558b3f4db86 END-of-p5-cyrillic/distinfo echo x - p5-cyrillic/Makefile sed 's/^X//' >p5-cyrillic/Makefile << 'END-of-p5-cyrillic/Makefile' X# New ports collection makefile for: p5-cyrillic X# Date created: 13 May 2002 X# Whom: Anatoliy Dmytriyev X# X# $FreeBSD$ X# X XPORTNAME= cyrillic XPORTVERSION= 2.09 XCATEGORIES= russian converters perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Unicode/AMICHAUER XPKGNAMEPREFIX= p5- X XMAINTAINER= tolid@plab.ku.dk X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= cyrillic.3 X X.include END-of-p5-cyrillic/Makefile echo x - p5-cyrillic/pkg-descr sed 's/^X//' >p5-cyrillic/pkg-descr << 'END-of-p5-cyrillic/pkg-descr' XThis module includes cyrillic string converting functions from one and to Xanother charset, to upper and to lower case without locale switching. Also Xincluded single-byte charsets detection routine. It is easy to add new code Xpages. For this purpose it is necessary only to add appropriate string of a Xcode page. END-of-p5-cyrillic/pkg-descr echo x - p5-cyrillic/pkg-plist sed 's/^X//' >p5-cyrillic/pkg-plist << 'END-of-p5-cyrillic/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/cyrillic.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cyrillic/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cyrillic END-of-p5-cyrillic/pkg-plist echo x - p5-cyrillic/pkg-comment sed 's/^X//' >p5-cyrillic/pkg-comment << 'END-of-p5-cyrillic/pkg-comment' XLibrary for fast and easy cyrillic text manipulation END-of-p5-cyrillic/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 6:20:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 397BF37B409 for ; Mon, 13 May 2002 06:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DDK2g19760; Mon, 13 May 2002 06:20:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 9D69B37B401 for ; Mon, 13 May 2002 06:18:22 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DDIMhG086587 for ; Mon, 13 May 2002 06:18:22 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DDIM8Z086586; Mon, 13 May 2002 06:18:22 -0700 (PDT) Message-Id: <200205131318.g4DDIM8Z086586@www.freebsd.org> Date: Mon, 13 May 2002 06:18:22 -0700 (PDT) From: Hendrik Scholz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38032: MASTER_SITE_THEMES is gone Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38032 >Category: ports >Synopsis: MASTER_SITE_THEMES is gone >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 13 06:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: 5.0 -current x86 >Organization: NetUSE AG >Environment: FreeBSD deimos.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Sun Mar 17 19:26:49 EST 2002 hscholz@deimos.raisdorf.net:/usr/src/sys/i386/compile/DEIMOS5 i386 >Description: MASTER_SITE_THEMES aka ftp.themes.org is gone. themes.org moved to themes.freshmeat.net and the FTP server does not respond. The following ports are thus broken right now: x11-toolkits/buffy/Makefile x11-toolkits/clean-theme-gtk/Makefile x11-toolkits/colorstep/Makefile x11-toolkits/engradient/Makefile x11-toolkits/gtk-Mac2-theme/Makefile x11-toolkits/gtk-flat-theme/Makefile x11-toolkits/gtk-qn-x11-theme/Makefile x11-toolkits/gtk-zenith-theme/Makefile x11-toolkits/gtkbe/Makefile x11-toolkits/gtkstep-pastel/Makefile x11-toolkits/notif2/Makefile x11-toolkits/thinice/Makefile x11-toolkits/whistlerk/Makefile x11-toolkits/xenophilia/Makefile x11-toolkits/xenostep/Makefile >How-To-Repeat: Try to reach ftp.themes.org >Fix: No known fix. I'm looking for mirrors and sites which have the tarballs so I could create a new download site. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 6:44:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from alpha.dante.org.uk (alpha.dante.org.uk [193.63.211.19]) by hub.freebsd.org (Postfix) with ESMTP id 31BD837B406; Mon, 13 May 2002 06:44:39 -0700 (PDT) Received: from moscow.dante.org.uk ([193.63.211.69]) by alpha.dante.org.uk with esmtp (Exim 3.12 #4) id 177G7x-0000yR-00; Mon, 13 May 2002 14:44:37 +0100 Message-Id: <5.1.0.14.0.20020513105531.024651f0@mail.dante.org.uk> X-Sender: janos@mail.dante.org.uk X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 13 May 2002 14:38:36 +0100 To: , janos.mohacsi@bsd.hu, ade@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org From: Janos Mohacsi Subject: Re: ports/37576: Opening new port category hungarian In-Reply-To: <200205061927.g46JRQb08686@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Port Managers. Sorry for the long delay. Currently only one possible pending application exist. I started porting Hungarian menu system of Ted editor. But I am not very convinced about whether it is useful or not since there is no such a port exist for other languages. Also if I have time I can make a metaport port of kde2-i18n and koffice-i18n and finally there is a hungarian port kde3-i18n-hu that you might consider "moving" to hungarian category. But testing the earlier would take time, since I have GNOME installed on my computer, but not much space to install KDE also. Currently pending hungarian category related ports: pr=ports/37449 : magyarispell - soon I will rename hu-ispell to follow the convention. pr=ports/37409 : English-Hungarian dictionary plugin for jdictionary pr=ports/37446 : English-Hungarian expression dictionary plugin for jdictionary pr=ports/37447 : German-Hungarian dictionary plugin for jdictionary I am also working some hungarian related port, they are long way off, since I have to make them first ready to publish. Best Regards, Janos Mohacsi At 12:27 PM 5/6/02 -0700, ade@FreeBSD.org wrote: >Synopsis: Opening new port category hungarian > >State-Changed-From-To: open->analyzed >State-Changed-By: ade >State-Changed-When: Mon May 6 12:23:28 PDT 2002 >State-Changed-Why: >General consensus is that there must be at least 5 ports (preferably >more) before a new category directory is created. Do you have any >further ports in the pipe, so that everything could be done at once? > > >Responsible-Changed-From-To: freebsd-ports->portmgr >Responsible-Changed-By: ade >Responsible-Changed-When: Mon May 6 12:23:28 PDT 2002 >Responsible-Changed-Why: >New port category == portmgr territory. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=37576 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 7: 7:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A13F37B408; Mon, 13 May 2002 07:07:39 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DE7dg27554; Mon, 13 May 2002 07:07:39 -0700 (PDT) (envelope-from sada) Date: Mon, 13 May 2002 07:07:39 -0700 (PDT) From: Message-Id: <200205131407.g4DE7dg27554@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36255: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-1.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-1.4) State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon May 13 07:07:18 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 7:14: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from phobos.raisdorf.net (phobos.raisdorf.net [195.244.235.251]) by hub.freebsd.org (Postfix) with ESMTP id BB64A37B412; Mon, 13 May 2002 07:13:54 -0700 (PDT) Received: (from netadmin@localhost) by phobos.raisdorf.net (8.11.6/8.11.6) with UUCP id g4DDsau01797; Mon, 13 May 2002 15:54:36 +0200 (CEST) X-Authentication-Warning: phobos.raisdorf.net: netadmin set sender to hscholz@deimos.raisdorf.net using -f Received: from deimos.raisdorf.net (hscholz@localhost [127.0.0.1]) by deimos.raisdorf.net (8.12.2/8.12.2) with ESMTP id g4DDuT2F025542; Mon, 13 May 2002 23:56:29 +1000 (EST) (envelope-from hscholz@deimos.raisdorf.net) Received: (from hscholz@localhost) by deimos.raisdorf.net (8.12.2/8.12.2/Submit) id g4DDu2vE025528; Mon, 13 May 2002 23:56:02 +1000 (EST) Date: Mon, 13 May 2002 23:56:02 +1000 From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38032: MASTER_SITE_THEMES is gone Message-ID: <20020513235602.A25504@deimos.raisdorf.net> Reply-To: hendrik@scholz.net References: <200205131318.g4DDIM8Z086586@www.freebsd.org> <200205131320.g4DDK2C19756@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205131320.g4DDK2C19756@freefall.freebsd.org>; from FreeBSD-gnats-submit@FreeBSD.org on Mon, May 13, 2002 at 06:20:02AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! http://download.freshmeat.net/themes/ seems to have at least some files. I tested the gtk-qn-x11-engine port and there are some minor changes that have to be done due to the fact that filenames have changes. I will commit a large patch tomorrow which fixes the problems. MASTER_SITE_THEMES has to be set to http://download.freshmeat.net/themes :) Hendrik -- Hendrik Scholz - - http://raisdorf.net/ drag me, drop me - treat me like an object To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 7:20:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D81B637B40D for ; Mon, 13 May 2002 07:20:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEK5n28672; Mon, 13 May 2002 07:20:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 May 2002 07:20:05 -0700 (PDT) Message-Id: <200205131420.g4DEK5n28672@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hendrik Scholz Subject: Re: ports/38032: MASTER_SITE_THEMES is gone Reply-To: Hendrik Scholz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/38032; it has been noted by GNATS. From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/38032: MASTER_SITE_THEMES is gone Date: Mon, 13 May 2002 23:56:02 +1000 Hi! http://download.freshmeat.net/themes/ seems to have at least some files. I tested the gtk-qn-x11-engine port and there are some minor changes that have to be done due to the fact that filenames have changes. I will commit a large patch tomorrow which fixes the problems. MASTER_SITE_THEMES has to be set to http://download.freshmeat.net/themes :) Hendrik -- Hendrik Scholz - - http://raisdorf.net/ drag me, drop me - treat me like an object To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 7:22:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.mail.yahoo.co.jp (smtp11.mail.yahoo.co.jp [211.14.15.32]) by hub.freebsd.org (Postfix) with SMTP id 1F02D37B400 for ; Mon, 13 May 2002 07:22:13 -0700 (PDT) Received: from yahoobb219058004106.bbtec.net (HELO amd-athlon) (219.58.4.106) by smtp11.mail.yahoo.co.jp with SMTP; 13 May 2002 14:22:10 -0000 X-Apparently-From: Date: Mon, 13 May 2002 23:27:40 +0900 From: Matsubayashi Yukio Subject: ja-samba-2.2.2.j1.1_1 =?ISO-2022-JP?B?GyRCJE4bKEI=?= libc.so.5 =?ISO-2022-JP?B?GyRCJE8bKEI=?= ? To: ports@FreeBSD.org X-Mailer: Datula version 1.51.09 for Windows Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Message-Id: <20020513142213.1F02D37B400@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org $B>>NS$H?=$7$^$9!#(B ja-samba-2.2.2.j1.1_1.tgz$B$r(Bpackage$B$G%$%s%9%H!<%k$7$F$_$^$7$?$,(B $B!!(B/usr/libexec/ld-elf.so/1: Shared object "libc.so.5" not found $B$H=P$F; Mon, 13 May 2002 07:30:42 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEURf29436; Mon, 13 May 2002 07:30:27 -0700 (PDT) (envelope-from gnats) Received: from mx-00.sil.at (mx-00.sil.at [62.116.68.196]) by hub.freebsd.org (Postfix) with ESMTP id C42F937B40E for ; Mon, 13 May 2002 07:20:56 -0700 (PDT) Received: (qmail-ldap/ctrl 86420 invoked from network); 13 May 2002 14:20:53 -0000 Received: from unknown (HELO satanii.enemy.org) ([62.116.11.3]) (envelope-sender ) by mx-00.sil.at (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 May 2002 14:20:53 -0000 Received: (from cjm@localhost) by satanii.enemy.org (8.11.6/8.11.6) id g4DEKuf37053; Mon, 13 May 2002 16:20:56 +0200 (CEST) (envelope-from cjm) Message-Id: <200205131420.g4DEKuf37053@satanii.enemy.org> Date: Mon, 13 May 2002 16:20:56 +0200 (CEST) From: "Chris J. Mutter" Reply-To: "Chris J. Mutter" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38034: compaq-cc (under linux-emu) installes manpages in /usr/man Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38034 >Category: ports >Synopsis: compaq-cc (under linux-emu) installes manpages in /usr/man >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 13 07:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris J. Mutter >Release: FreeBSD 4.5-RELEASE-p4 alpha >Organization: Enemy.ORG Productions >Environment: System: FreeBSD satanii.enemy.org 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #3: Wed May 1 01:47:09 CEST 2002 root@satanii.enemy.org:/usr/obj/usr/src/sys/S2 alpha >Description: If installing compaq-cc under freebsd/alpha it installs the manual pages (ccc.1, protect_headers_setup.8) as symlinks in /usr/man/man[1|8] which is per default not in the manpath and as no other programs use /usr/man it is created during installation of compaq-cc. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 7:54:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F73B37B96A for ; Mon, 13 May 2002 07:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEo2431148; Mon, 13 May 2002 07:50:02 -0700 (PDT) (envelope-from gnats) Received: from ns.ulstu.ru (ns.ulstu.ru [62.76.34.36]) by hub.freebsd.org (Postfix) with ESMTP id 8A57837B8AE for ; Mon, 13 May 2002 07:40:34 -0700 (PDT) Received: from omega.ulstu.ru (omega.ulstu.ru [62.76.34.34]) by ns.ulstu.ru (Postfix-ULSTU) with ESMTP id F18F0107879 for ; Mon, 13 May 2002 18:39:43 +0400 (MSD) Received: by omega.ulstu.ru (Postfix, from userid 3909) id 4463421055; Mon, 13 May 2002 18:42:17 +0400 (MSD) Message-Id: <20020513144217.4463421055@omega.ulstu.ru> Date: Mon, 13 May 2002 18:42:17 +0400 (MSD) From: zhuravlev alexander Reply-To: zhuravlev alexander To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38035: /usr/ports/security/drweb port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38035 >Category: ports >Synopsis: /usr/ports/security/drweb port broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 13 07:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: zhuravlev alexander >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD omega.ulstu.ru 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Apr 26 16:11:55 MSD 2002 zaa@omega.ulstu.ru:/usr/obj/usr/src/sys/OMEGA i386 >Description: [omega:/usr/ports/security/drweb]#>env -i make >How-To-Repeat: cd /usr/ports/security/drweb make >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> drweb-4.28-freebsd4.tgz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://drweb.spb.ru/download/unix/. Receiving drweb-4.28-freebsd4.tgz (1442969 bytes): 100% 1442969 bytes transferred in 421.8 seconds (3.34 kBps) ===> Extracting for drweb-4.28 >> Checksum mismatch for drweb-4.28-freebsd4.tgz. Make sure the Makefile and distinfo file (/usr/ports/security/drweb/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/security/drweb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 8: 9:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63F3E37B400; Mon, 13 May 2002 08:09:33 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DF9X736440; Mon, 13 May 2002 08:09:33 -0700 (PDT) (envelope-from ache) Date: Mon, 13 May 2002 08:09:33 -0700 (PDT) From: Message-Id: <200205131509.g4DF9X736440@freefall.freebsd.org> To: zaa@ulstu.ru, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38035: /usr/ports/security/drweb port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/ports/security/drweb port broken State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Mon May 13 08:09:15 PDT 2002 State-Changed-Why: Fixed http://www.freebsd.org/cgi/query-pr.cgi?pr=38035 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 8:30:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CC7937B407 for ; Mon, 13 May 2002 08:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFU3e38402; Mon, 13 May 2002 08:30:03 -0700 (PDT) (envelope-from gnats) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.130.34.35]) by hub.freebsd.org (Postfix) with ESMTP id 74BC137B400; Mon, 13 May 2002 08:29:54 -0700 (PDT) Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1]) by tl.kom.tuwien.ac.at (8.12.2/8.12.2) with ESMTP id g4DFZ8Tc060732; Mon, 13 May 2002 17:35:08 +0200 (CEST) (envelope-from tilman@tl.kom.tuwien.ac.at) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.12.2/8.12.2/Submit) id g4DFZ7jX060731; Mon, 13 May 2002 17:35:07 +0200 (CEST) Message-Id: <200205131535.g4DFZ7jX060731@tl.kom.tuwien.ac.at> Date: Mon, 13 May 2002 17:35:07 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: kde@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38036: New Port audio/ladspatoy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38036 >Category: ports >Synopsis: New Port audio/ladspatoy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 08:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Fri May 3 16:38:54 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: ladspatoy is a small QT Application, to form a linear chain of LADSPA-plugins for Audio processing. >How-To-Repeat: >Fix: --- ladspatoy.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./files # ./files/patch-Makefile # ./files/patch-plugins-native-Makefile # ./files/patch-plugins-native-ossdsp.h # ./files/patch-myplay.c # ./files/patch-plugins-LADSPA-Makefile # ./pkg-plist # ./pkg-comment # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection Makefile for: ladspatoy X# Date created: 13 May 2002 X# Whom: Tilman Linneweh END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (ladspaToy-17.12.00.tgz) = 0578b030d67deba98bdf33e3e536adba END-of-./distinfo echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-Makefile sed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile' X--- Makefile.orig Mon May 13 15:54:34 2002 X+++ Makefile Mon May 13 16:18:10 2002 X@@ -5,22 +5,19 @@ X # Template: app X ############################################################################# X X-QTDIR= /usr/lib/qt-2.2.2 X-LADSPADIR = /usr/local/lib/ladspa X-NATIVEDIR = /usr/local/lib/ladspaToy X-BINDIR = /usr/local/bin X+#QTDIR= /usr/lib/qt-2.2.2 X+LADSPADIR = ${LOCALBASE}/lib/ladspa X+NATIVEDIR = ${LOCALBASE}/lib/ladspaToy X+BINDIR = ${LOCALBASE}/usr/local/bin X X ####### Compiler, tools and options X X-CXX = g++ X-CXXFLAGS= -pipe -Wall -W -O2 -fno-strength-reduce -D_REENTRANT \ X- -mcpu=i686 \ X- -DLADSPADIR=\"$(LADSPADIR)\" -DNATIVEDIR=\"$(NATIVEDIR)\" \ X- -ffast-math X+CXXFLAGS+= -DLADSPADIR=\"$(LADSPADIR)\" -DNATIVEDIR=\"$(NATIVEDIR)\" X+ X INCPATH = -I$(QTDIR)/include -I. X-LINK = g++ X-LFLAGS = -rdynamic X-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11 -lXext -ldl -lpthread X+#LINK = g++ X+LDFLAGS = -rdynamic X+LIBS = -L$(QTDIR)/lib -lqt-mt -L/usr/X11R6/lib -lX11 -lXext -pthread X MOC = $(QTDIR)/bin/moc X X TAR = tar -cf X@@ -144,7 +141,7 @@ X all: native ladspa blip myplay $(TARGET) X X $(TARGET): $(OBJECTS) $(OBJMOC) X- $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) X+ $(CXX) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) X X moc: $(SRCMOC) X END-of-./files/patch-Makefile echo x - ./files/patch-plugins-native-Makefile sed 's/^X//' >./files/patch-plugins-native-Makefile << 'END-of-./files/patch-plugins-native-Makefile' X--- plugins/native/Makefile.orig Mon May 13 16:02:35 2002 X+++ plugins/native/Makefile Mon May 13 16:05:58 2002 X@@ -1,10 +1,6 @@ X # QTDIR = /usr/lib/qt-2.1.0 X # The flags needed to compile all X-CXXFLAGS = -I$(QTDIR)/include -fPIC -O2 -mcpu=i686 X- X-# we need to link in the dll handling library X- X-LDLIBS = -ldl X+CXXFLAGS += -I$(QTDIR)/include X X X all : Limiter.so Freewire.so OssDsp.so Recorder.so END-of-./files/patch-plugins-native-Makefile echo x - ./files/patch-plugins-native-ossdsp.h sed 's/^X//' >./files/patch-plugins-native-ossdsp.h << 'END-of-./files/patch-plugins-native-ossdsp.h' X--- plugins/native/ossdsp.h.orig Mon May 13 16:07:50 2002 X+++ plugins/native/ossdsp.h Mon May 13 16:07:52 2002 X@@ -3,7 +3,7 @@ X #include X #include X #include X-#include X+#include X #include "../../plugin.h" X #include "../../sample.h" X END-of-./files/patch-plugins-native-ossdsp.h echo x - ./files/patch-myplay.c sed 's/^X//' >./files/patch-myplay.c << 'END-of-./files/patch-myplay.c' X--- myplay.c.orig Mon May 13 16:11:46 2002 X+++ myplay.c Mon May 13 16:12:23 2002 X@@ -3,7 +3,7 @@ X #include X #include X #include X-#include X+#include X X #define BUFSIZE 1024 X END-of-./files/patch-myplay.c echo x - ./files/patch-plugins-LADSPA-Makefile sed 's/^X//' >./files/patch-plugins-LADSPA-Makefile << 'END-of-./files/patch-plugins-LADSPA-Makefile' X--- plugins/LADSPA/Makefile.orig Mon May 13 16:14:25 2002 X+++ plugins/LADSPA/Makefile Mon May 13 16:14:51 2002 X@@ -1,12 +1,9 @@ X X # The flags needed to compile all X X-CFLAGS = -fPIC -O2 -mcpu=i686 -I../../ X+CFLAGS += -I../../ X X # we need to link in the dll handling library X- X-LDLIBS = -ldl X- X X all : lp4pole.so X END-of-./files/patch-plugins-LADSPA-Makefile echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/blip Xbin/master Xbin/myplay Xlib/ladspa/lp4pole.so Xlib/ladspaToy/Freewire.so Xlib/ladspaToy/Limiter.so Xlib/ladspaToy/OssDsp.so Xlib/ladspaToy/Recorder.so X@dirrm lib/ladspaToy X@dirrm lib/ladspa END-of-./pkg-plist echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XProgram to form a linear chain of plugins for audio processing END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XladspaToy is a simple program to form a linear chain of plugins Xfor audio processing. It has been written by Reiner Klenk Xpdq808@t-online.de . XIt supports dynamic loading of native as well as LADSPA plugins. A 4 Xpole lowpass filter with adjustable resonance is included as example XLADSPA plugin. The ladspaToy code is lousy and the performance sucks. XladspaToy can blow up your speakers and damage your ears. You have Xbeen warned. X XAuthor: Reiner Klenk XWWW: http://home.t-online.de/home/pdq808/ X X- Tilman Linneweh Xfreebsdports@arved.de END-of-./pkg-descr exit --- ladspatoy.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 8:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8870D37B407 for ; Mon, 13 May 2002 08:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFo1i40691; Mon, 13 May 2002 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from al.xdsl.ne.jp (al.xdsl.ne.jp [211.15.33.145]) by hub.freebsd.org (Postfix) with ESMTP id 0791337B400 for ; Mon, 13 May 2002 08:40:46 -0700 (PDT) Received: from akia.my.domain (xdsl130184.210143.metallic.ne.jp [210.143.130.184]) by al.xdsl.ne.jp (Postfix) with ESMTP id 9ECF016B58 for ; Tue, 14 May 2002 00:40:44 +0900 (JST) Received: by akia.my.domain (Postfix, from userid 1001) id E9DF32301E; Tue, 14 May 2002 00:40:25 +0900 (JST) Message-Id: <20020513154025.E9DF32301E@akia.my.domain> Date: Tue, 14 May 2002 00:40:25 +0900 (JST) From: IWASHITA Yoji Reply-To: IWASHITA Yoji To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38037: Update: japanese/libslang 1.4.5.j0 -> 1.4.5.j2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38037 >Category: ports >Synopsis: Update: japanese/libslang 1.4.5.j0 -> 1.4.5.j2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 13 08:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: personal >Environment: System: FreeBSD akia.my.domain 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Fri May 10 01:11:58 JST 2002 shuna@akia.my.domain:/usr/obj/usr/src/sys/AKIA i386 >Description: Update: japanese/libslang 1.4.5.j0 -> 1.4.5.j2 Maintainer change: mega@minz.org -> shuna@pop16.odn.ne.jp I could not communicate with mega@minz.org, last few year. Without a way, I updated ports of japanese/libslang. But, I could communicate with mega@minz.org, yesterday. He accepted a change of maintainer. >How-To-Repeat: >Fix: diff -uNr libslang.old/Makefile libslang/Makefile --- libslang.old/Makefile Mon May 13 23:29:47 2002 +++ libslang/Makefile Mon May 13 23:38:53 2002 @@ -8,19 +8,14 @@ PORTNAME= libslang PORTVERSION= ${VERSION}.j${JP_VERSION} CATEGORIES= japanese devel -MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ -DISTNAME= slang-${VERSION} +MASTER_SITES= http://www.actweb.ne.jp/k-yosino/ +DISTNAME= slang-${VERSION}jp${JP_VERSION} -PATCH_SITES= http://www.asmnet.ne.jp/~matubara/src/ -PATCHFILES= slang-${VERSION}jp${JP_VERSION}.patch.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= mega@minz.org +MAINTAINER= shuna@pop16.odn.ne.jp VERSION= 1.4.5 -JP_VERSION= 0 +JP_VERSION= 2 -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/slang ALL_TARGET= all elf diff -uNr libslang.old/distinfo libslang/distinfo --- libslang.old/distinfo Mon May 13 23:29:47 2002 +++ libslang/distinfo Mon May 13 23:30:11 2002 @@ -1,2 +1 @@ -MD5 (slang-1.4.5.tar.bz2) = 380f5d0c306b70125a110f54814e26a3 -MD5 (slang-1.4.5jp0.patch.gz) = c000d16a895a695663d9f573ea7a383f +MD5 (slang-1.4.5jp2.tar.gz) = 17ece81aff09c0c38369c6952d829985 diff -uNr libslang.old/files/patch-aa libslang/files/patch-aa --- libslang.old/files/patch-aa Mon May 13 23:29:47 2002 +++ libslang/files/patch-aa Mon May 13 23:30:11 2002 @@ -1,33 +1,59 @@ ---- configure.orig Sun Feb 10 16:39:19 2002 -+++ configure Mon Feb 25 01:10:52 2002 -@@ -2032,6 +2032,26 @@ +--- configure.orig Thu Feb 21 20:10:02 2002 ++++ configure Tue May 7 00:40:04 2002 +@@ -1832,8 +1832,8 @@ + #define HAVE_DLFCN_H 1 + EOF + +- echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 +-echo "configure:1837: checking for dlopen in -ldl" >&5 ++ echo $ac_n "checking for dlopen""... $ac_c" 1>&6 ++echo "configure:1837: checking for dlopen" >&5 + ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -1868,7 +1868,7 @@ + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + +- DYNAMIC_LINK_LIB="-ldl" ++ DYNAMIC_LINK_LIB="" + cat >> confdefs.h <<\EOF + #define HAVE_DLOPEN 1 + EOF +@@ -1943,7 +1943,11 @@ + + ELFLIB="lib\$(THIS_LIB).so" + ELFLIB_MAJOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)" +-ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION)" ++if test $PORTOBJFORMAT = elf; then ++ ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)" ++else ++ ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION)" ++fi + + case "$host_os" in + *linux* ) +@@ -2032,6 +2036,19 @@ ELFLIB_MAJOR="lib$(THIS_LIB).$(ELF_MAJOR_VERSION).dylib" ELFLIB_MAJOR_MINOR="lib$(THIS_LIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION).dylib" ;; + *freebsd* ) -+ if [ "$PORTOBJFORMAT" = elf ]; then -+ DYNAMIC_LINK_FLAGS="-Wl,-export-dynamic" ++ if [ $PORTOBJFORMAT = elf ]; then + ELF_CC="\$(CC)" + ELF_CFLAGS="\$(CFLAGS) -fPIC" -+ ELF_LINK="\$(CC) -shared -Wl,-soname#" -+ ELF_LINK_CMD="\$(ELF_LINK),\$(ELFLIB_MAJOR)" -+ ELF_DEP_LIBS="\$(DL_LIB) -lm -lc" -+ CC_SHARED="\$(CC) \$(CFLAGS) -shared -fPIC" ++ ELF_LINK="\$(CC) -shared -Wl,-soname,\$(ELFLIB_MAJOR)" ++ ELF_LINK_CMD="\$(ELF_LINK)" + else -+ # aout format is not tested -+ DYNAMIC_LINK_FLAGS="" + ELF_CC="\$(CC)" -+ ELF_CFLAGS="\$(CFLAGS) -fpic -DPIC" ++ ELF_CFLAGS="\$(CFLAGS) -fPIC" + ELF_LINK="ld -Bshareable -x" + ELF_LINK_CMD="\$(ELF_LINK)" -+ ELF_DEP_LIBS="\$(DL_LIB) -lm -lc" -+ CC_SHARED="\$(CC) \$(CFLAGS) -fpic -DPIC" + fi + ;; * ) echo "Note: ELF compiler for host_os=$host_os may be wrong" ELF_CC="$CC" -@@ -2432,16 +2452,16 @@ +@@ -2432,16 +2449,8 @@ echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6 echo "configure:2435: checking SLANG_VERSION" >&5 @@ -41,38 +67,8 @@ - awk '{ print ($1 - $2*10000 - $3*100) }'` - -slang_minor_version="$slang_minor_version.$slang_mminor_version" -+#slang_version=`grep "^#define *SLANG_VERSION " $srcdir/src/slang.h | -+# awk '{ print $3 }'` -+#slang_major_version=`echo $slang_version | -+# awk '{ print int($1/10000) }'` -+#slang_minor_version=`echo $slang_version $slang_major_version | -+# awk '{ print int(($1 - $2*10000)/100) }'` -+#slang_mminor_version=`echo $slang_version $slang_major_version $slang_minor_version | -+# awk '{ print ($1 - $2*10000 - $3*100) }'` +slang_major_version=2 +slang_minor_version=5 slang_version="$slang_major_version.$slang_minor_version" echo "$ac_t""$slang_version" 1>&6 -@@ -2970,21 +2990,3 @@ - - - echo "" --echo "Configuration complete. You may need to edit src/Makefile." --echo "You are compiling SLANG with the following compiler configuration:" --echo " CC =" "$CC" --echo " CFLAGS =" "$CFLAGS" --echo " LDFLAGS =" "$LDFLAGS $DYNAMIC_LINK_FLAGS" --echo "" --echo " ELF_CC =" "$ELF_CC" --echo " ELF_LINK =" "$ELF_LINK" --echo "ELF_CFLAGS=" "$ELF_CFLAGS" --echo "" --echo " prefix:" "$prefix" --echo " exec_prefix:" "$exec_prefix" --echo " Installation Lib Dir:" "$libdir" --echo "Installation Include Dir:" "$includedir" --echo "" --echo "See also src/sl-feat.h for various features." --echo "Type 'make' to build normal library." --echo "On ELF systems, type 'make elf' to create ELF shared library." diff -uNr libslang.old/files/patch-ac libslang/files/patch-ac --- libslang.old/files/patch-ac Mon May 13 23:29:47 2002 +++ libslang/files/patch-ac Mon May 13 23:30:11 2002 @@ -1,14 +1,15 @@ ---- autoconf/Makefile.in.orig Sun Feb 24 19:03:54 2002 -+++ autoconf/Makefile.in Sun Feb 24 19:07:01 2002 -@@ -10,7 +10,6 @@ +--- autoconf/Makefile.in.orig Thu Feb 21 20:10:02 2002 ++++ autoconf/Makefile.in Tue May 7 00:56:06 2002 +@@ -10,7 +10,7 @@ cd src; $(MAKE) all elf: cd src; $(MAKE) elf - @echo Use make install-elf to install it. ++ runtests: cd src; $(MAKE) runtests demos: -@@ -23,15 +22,8 @@ +@@ -23,15 +23,7 @@ cd src; $(MAKE) install install-elf: cd src; $(MAKE) install-elf @@ -16,11 +17,12 @@ - @echo "Although not required, consider doing 'make install-links' to extra links" - @echo "On some systems, e.g., linux, you will also have to run ldconfig." - @echo "" - install-links: - cd src; $(MAKE) install-links +-install-links: +- cd src; $(MAKE) install-links - @echo "" - @echo "You may also have to run ldconfig to complete the installation." - @echo "" ++ # distclean: /bin/rm -f *~ Makefile config.status config.log config.cache files.pck diff -uNr libslang.old/files/patch-ad libslang/files/patch-ad --- libslang.old/files/patch-ad Mon May 13 23:29:47 2002 +++ libslang/files/patch-ad Mon May 13 23:30:11 2002 @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig2 Mon Feb 25 00:59:08 2002 -+++ src/Makefile.in Mon Feb 25 01:06:27 2002 +--- src/Makefile.in.orig Tue May 7 00:20:07 2002 ++++ src/Makefile.in Tue May 7 00:21:34 2002 @@ -38,7 +38,7 @@ exec_prefix = @exec_prefix@ install_lib_dir = @libdir@ @@ -9,23 +9,3 @@ DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt MODULE_INSTALL_DIR = @libdir@/slang/modules #--------------------------------------------------------------------------- -@@ -88,7 +88,11 @@ - # ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)# - ELFLIB = @ELFLIB@ - ELFLIB_MAJOR = @ELFLIB_MAJOR@ -+.if ( ${PORTOBJFORMAT} == "aout" ) - ELFLIB_MAJOR_MINOR = @ELFLIB_MAJOR_MINOR@ -+.else -+ELFLIB_MAJOR_MINOR = @ELFLIB_MAJOR@ -+.endif - - ELFDIR_ELF_LIB = $(ELFDIR)/$(ELFLIB_MAJOR_MINOR)# - -@@ -125,6 +129,7 @@ - $(ELFDIR_ELF_LIB): $(ELFDIR) $(CONFIG_H) $(ELFOBJS) - -$(RM) $(ELFDIR_ELF_LIB) - cd $(ELFDIR); $(ELF_LINK_CMD) -o $(ELFLIB_MAJOR_MINOR) $(OFILES) $(ELF_DEP_LIBS) -+ cd $(ELFDIR); strip $(ELFLIB_MAJOR_MINOR) - cd $(ELFDIR); $(RM) $(ELFLIB); $(LN) $(ELFLIB_MAJOR_MINOR) $(ELFLIB) - @echo "" - @echo $(ELFLIB_MAJOR_MINOR) created in $(ELFDIR). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 10:26:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp02.iafrica.com (smtp02.iafrica.com [196.7.0.140]) by hub.freebsd.org (Postfix) with ESMTP id BEECC37B406; Mon, 13 May 2002 10:26:34 -0700 (PDT) Received: from [196.31.94.4] (helo=galileo.writeclick.co.za) by smtp02.iafrica.com with esmtp (Exim 3.20 #1) id 177Jag-000EwC-00; Mon, 13 May 2002 19:26:31 +0200 Received: from [192.168.0.3] (helo=davinci.writeclick.co.za) by galileo.writeclick.co.za with esmtp (Exim 3.34 #1) id 177HGV-0009aI-00; Mon, 13 May 2002 16:57:31 +0200 Received: from marcus by davinci.writeclick.co.za with local (Exim 4.03) id 177HGU-0009UI-00; Mon, 13 May 2002 16:57:30 +0200 Date: Mon, 13 May 2002 16:57:30 +0200 From: Marcus Collins To: freebsd-ports@FreeBSD.org Subject: Vulnerability in mail/imap-uw [was: [m.fodor@mail.datanet.hu: wu-imap buffer overflow condition] (fwd)] Message-ID: <20020513145729.GF512@davinci.writeclick.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Organisation: writeclick productions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I came across this posting to the BugTraq list earlier. The security warning that used to be displayed for this port was removed in rev 1.64 of the port's Makefile, as no vulnerabilities had been uncovered in some time: The current version in the ports collection, 2001a, is the same as 2001.315, which is identified as vulnerable if compiled with RFC1730 support [this appears *not* to be the default in the FreeBSD port]. The port maintainer, , is not presently able to commit the fix or a warning, and suggested I follow up to -ports. hth, -- Marcus ----- Forwarded message from Marcell Fodor ----- > Date: 10 May 2002 15:27:13 -0000 > From: Marcell Fodor > To: bugtraq@securityfocus.com > Subject: wu-imap buffer overflow condition > List-Id: > X-Mailer: MIME-tools 5.411 (Entity 5.404) > > > > 10.05.2002 > SECURITY BUG REPORT > > > Affected version: > > * WU-IMAP 2000.283 default install > * WU-IMAP 2000.284 default install > * WU-IMAP 2000.287 default install > * WU-IMAP 2001.315 compiled with RFC 1730 support > > Overview: > > Wu-imapd is an easy to set-up IMAP daemon created and > distributed by Washington University. Malicious user is able > to construct a malformed request which will overflow an > internal buffer, and run code on the server with uid/gid of > the e-mail owner. The vulnerability mainly affects free > e-mail providers/mail servers where the user has no shell > access to the system. > > Description: > > The bug in imapd.c code leads to internal buffer overflow. > It may happen when the user ask for fetching partial mailbox > attributes. > > request will cause server to SIG11 : A0666 PARTIAL 1 > BODY[AAA...1052bytes..AAA] 1 1 > > imapd.c > ------- > int main (int argc,char *argv[]) > { > unsigned long i,uid; > long f; > char *s,*t,*u,*v,tmp[MAILTMPLEN]; > . > . > . > > else if (!strncmp (t,"BODY[",5) && (v = strchr(t+5,']')) && > !v[1]){ > strncpy (tmp,t+5,i = v - (t+5)); > . > . > . > else if (!strncmp (t,"BODY.PEEK[",10) && > (v = strchr (t+10,']')) && !v[1]) { > strncpy (tmp,t+10,i = v - (t+10)); > . > . > . > ------- > > The bug is very similar to the one found in Kerberos4 ftp > client. No bound check prior moving user supplied data. > Since the attacker overwrites the server's main stack, > overflow will occur when the user logs out. > > > > > > Marcell Fodor > ------------- > e-mail: m.fodor@mail.datanet.hu > web: http://mantra.freeweb.hu > > > > > > > > > ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 10:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B21137B406 for ; Mon, 13 May 2002 10:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DHe2Z57694; Mon, 13 May 2002 10:40:02 -0700 (PDT) (envelope-from gnats) Received: from kartoffel.salatschuessel.net (pD9E213EB.dip.t-dialin.net [217.226.19.235]) by hub.freebsd.org (Postfix) with ESMTP id 2264937B403 for ; Mon, 13 May 2002 10:32:13 -0700 (PDT) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.11.6/8.11.5) id g4DHW7A09224; Mon, 13 May 2002 19:32:07 +0200 (CEST) (envelope-from olivleh1) Message-Id: <200205131732.g4DHW7A09224@kartoffel.salatschuessel.net> Date: Mon, 13 May 2002 19:32:07 +0200 (CEST) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/38038: update-port: mail/sylpheed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38038 >Category: ports >Synopsis: update-port: mail/sylpheed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 13 10:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 10 22:28:35 CET 2002 olivleh1@bert.sesamestreet.net:/usr/obj/i386/usr/src/sys/SINA i386 >Description: update sylpheed-port to 0.7.6 >How-To-Repeat: >Fix: diff -ruN sylpheed.old/Makefile /usr/ports/mail/sylpheed/Makefile --- sylpheed.old/Makefile Mon May 13 19:11:47 2002 +++ /usr/ports/mail/sylpheed/Makefile Mon May 13 19:11:54 2002 @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ diff -ruN sylpheed.old/distinfo /usr/ports/mail/sylpheed/distinfo --- sylpheed.old/distinfo Mon May 13 19:11:47 2002 +++ /usr/ports/mail/sylpheed/distinfo Mon May 13 19:31:31 2002 @@ -1 +1 @@ -MD5 (sylpheed-0.7.5.tar.bz2) = 6a471e8b0569f03d1c6a3dcfb0e27896 +MD5 (sylpheed-0.7.6.tar.bz2) = eb1bc2b5740f6cad5bb69a489a5a2a24 diff -ruN sylpheed.old/pkg-plist /usr/ports/mail/sylpheed/pkg-plist --- sylpheed.old/pkg-plist Mon May 13 19:11:47 2002 +++ /usr/ports/mail/sylpheed/pkg-plist Mon May 13 19:27:34 2002 @@ -30,6 +30,10 @@ share/locale/tr/LC_MESSAGES/sylpheed.mo share/locale/zh_CN/LC_MESSAGES/sylpheed.mo share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo +share/sylpheed/faq/de/sylpheed-faq-1.html +share/sylpheed/faq/de/sylpheed-faq-2.html +share/sylpheed/faq/de/sylpheed-faq-3.html +share/sylpheed/faq/de/sylpheed-faq.html share/sylpheed/faq/en/sylpheed-faq-1.html share/sylpheed/faq/en/sylpheed-faq-2.html share/sylpheed/faq/en/sylpheed-faq-3.html @@ -42,6 +46,10 @@ share/sylpheed/faq/fr/sylpheed-faq-2.html share/sylpheed/faq/fr/sylpheed-faq-3.html share/sylpheed/faq/fr/sylpheed-faq.html +share/sylpheed/faq/it/sylpheed-faq-1.html +share/sylpheed/faq/it/sylpheed-faq-2.html +share/sylpheed/faq/it/sylpheed-faq-3.html +share/sylpheed/faq/it/sylpheed-faq.html share/sylpheed/manual/en/sylpheed-1.html share/sylpheed/manual/en/sylpheed-10.html share/sylpheed/manual/en/sylpheed-11.html @@ -52,7 +60,9 @@ share/sylpheed/manual/en/sylpheed-16.html share/sylpheed/manual/en/sylpheed-17.html share/sylpheed/manual/en/sylpheed-18.html +share/sylpheed/manual/en/sylpheed-19.html share/sylpheed/manual/en/sylpheed-2.html +share/sylpheed/manual/en/sylpheed-20.html share/sylpheed/manual/en/sylpheed-3.html share/sylpheed/manual/en/sylpheed-4.html share/sylpheed/manual/en/sylpheed-5.html @@ -70,7 +80,10 @@ share/sylpheed/manual/ja/sylpheed-15.html share/sylpheed/manual/ja/sylpheed-16.html share/sylpheed/manual/ja/sylpheed-17.html +share/sylpheed/manual/ja/sylpheed-18.html +share/sylpheed/manual/ja/sylpheed-19.html share/sylpheed/manual/ja/sylpheed-2.html +share/sylpheed/manual/ja/sylpheed-20.html share/sylpheed/manual/ja/sylpheed-3.html share/sylpheed/manual/ja/sylpheed-4.html share/sylpheed/manual/ja/sylpheed-5.html @@ -83,9 +96,11 @@ @dirrm share/sylpheed/manual/ja @dirrm share/sylpheed/manual/en @dirrm share/sylpheed/manual +@dirrm share/sylpheed/faq/de @dirrm share/sylpheed/faq/en @dirrm share/sylpheed/faq/es @dirrm share/sylpheed/faq/fr +@dirrm share/sylpheed/faq/it @dirrm share/sylpheed/faq @dirrm share/sylpheed %%PORTDOCS%%@dirrm share/doc/sylpheed >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 11: 3:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2854537B401 for ; Mon, 13 May 2002 11:00:42 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DI0fN59282 for freebsd-ports@freebsd.org; Mon, 13 May 2002 11:00:41 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 May 2002 11:00:41 -0700 (PDT) Message-Id: <200205131800.g4DI0fN59282@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/04/17] ports/37186 ports Dbview contains an error, because of whic o [2002/04/18] ports/37241 ports character ranges in regular expressions i o [2002/04/22] ports/37336 ports gettext-0.10.35_2 missing libintl.so.1 & 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/08/14] ports/29704 ports Imagemagick Identify utility crashes when o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/18] ports/31352 ports Netsaint check_by_ssh: fcntl(0, F_SETFL, o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/12/03] ports/32471 ports amavis-perl only usable for sendmail o [2001/12/16] ports/32903 ports Kernel panic when returning from single m o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2002/01/13] ports/33848 ports CUPS doesn't find parallel port o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/18] ports/34056 ports vmware2 complains of missing file o [2002/01/26] ports/34308 ports perl build fails due to locales (*.ISO885 o [2002/02/07] ports/34691 ports new port for sfs - the self-certifying fi o [2002/02/08] ports/34730 ports new port qmail-scanner - a virus-scanning o [2002/02/14] ports/34943 ports ports/mail/ecartis o [2002/02/22] ports/35218 ports WRKDIRPREFIX while /usr/obj exists o [2002/02/23] ports/35237 ports empty manpage installed by trafcount port o [2002/02/24] ports/35288 ports ports/afterstep has resources leak o [2002/02/25] ports/35325 ports gtk_set_locale patch for ports/x11-fonts/ o [2002/02/26] ports/35364 ports cdb port forgets uint32.h o [2002/02/27] ports/35386 ports doxygen port will not configure o [2002/02/27] ports/35388 ports xsane_create_secure_file fails if file ex o [2002/02/28] ports/35434 ports Apache 1.3.23 + mod_ssl 2.8.7 and PHP 4.1 o [2002/03/03] ports/35517 ports New port: MySQL 4.0 o [2002/03/05] ports/35570 ports aureal-kmod ports has invalid Makefile o [2002/03/05] ports/35579 ports New port: phpsysinfo o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani o [2002/03/07] ports/35632 ports linux-realplayer RPM files location o [2002/03/08] ports/35690 ports patch: sort master sites for x11-servers o [2002/03/11] ports/35778 ports www/linux-netscape47-navigator does not i o [2002/03/11] ports/35780 ports Update port: russian/fortuneru o [2002/03/12] ports/35822 ports gnu-radius path fixes o [2002/03/20] ports/36144 ports New port: pinepgp-0.17.3 o [2002/03/21] ports/36159 ports under XFree 4.2 + FreeBSD 4.5-STABLE , en o [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/03/27] ports/36387 ports BitchX-gnome-1.0c18 fails to build due to o [2002/03/29] ports/36484 ports Windowmaker 0.80.0 should be marked with o [2002/03/29] ports/36526 ports xfce help file images not shown o [2002/03/31] ports/36565 ports x11/XFree86-4-libraries doesn't install e o [2002/04/02] ports/36653 ports [PATCH] x11/gdkxft compile failure o [2002/04/03] ports/36711 ports Configure Bug: cyrus-sasl-1.5.27_2 / krb s [2002/04/04] ports/36772 ports smtpd incompatible with newest sendmail o [2002/04/05] ports/36800 ports tvision 0.8 port upgrade breaks libh o [2002/04/05] ports/36804 ports portupgrade of apache13+modssl causes cer o [2002/04/06] ports/36811 ports XFree86-4-libraries cannot find version.d o [2002/04/06] ports/36819 ports /usr/ports/x11/XFree86-4 compilation trou o [2002/04/06] ports/36820 ports Security: upgrade www/horde and mail/imp o [2002/04/06] ports/36826 ports x11-servers/XFree86-4-Server: xf86cfg -te o [2002/04/07] ports/36838 ports MICO update to 2.3.7 o [2002/04/07] ports/36846 ports fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] ports/36851 ports print/lyx hangs when pasting a big text f o [2002/04/08] ports/36879 ports emulators/vmware2 freezes and reboots sys o [2002/04/08] ports/36880 ports nethack3-gnome missing gnome includes / l o [2002/04/08] ports/36882 ports nethack3-gnome missing gnome includes / l o [2002/04/08] ports/36883 ports nethack3-gnome missing gnome includes / l o [2002/04/08] ports/36910 ports netpbm port: URTLIB_DIR should be defined o [2002/04/09] ports/36954 ports PostgreSQL daylight savings fix... o [2002/04/14] ports/37085 ports apsfilter/ghostscript don't work with hpi f [2002/04/15] ports/37114 ports New version of KMymoney + bugfix o [2002/04/16] ports/37162 ports Powershell does not even configure anymor o [2002/04/16] ports/37165 ports port print/lyx does not build on 4-STABLE o [2002/04/16] ports/37170 ports "openbsd28_3.1.patch" on ftp.freebsd.org o [2002/04/17] ports/37194 ports www/quanta fails build o [2002/04/19] ports/37251 ports ports seem to have to hardwire numeric us o [2002/04/19] ports/37262 ports gphoto2 fails to find supported USB digit o [2002/04/20] ports/37297 ports Problem with DPMS* functions in avifile b o [2002/04/21] ports/37314 ports [Patch] textproc/aspell (Makefile cleanup o [2002/04/21] ports/37319 ports [Patch] textproc/pspell-ispell (Makefile o [2002/04/22] ports/37358 ports xawtv generates sigalrm with bktr o [2002/04/23] ports/37377 ports Test bug report (please ignore) o [2002/04/23] ports/37400 ports The cosmo game contains unchecked buffers o [2002/04/24] ports/37440 ports nessus(1) port broken for pre-4.5 version o [2002/04/25] ports/37455 ports [Patch Port] graphics/gd2 (various fixes o [2002/04/25] bin/37468 ports mpeg_play compiled on current/DP1 does no o [2002/04/27] ports/37512 ports New Port: tuxpuck a Shufflepuck Clone o [2002/04/27] ports/37513 ports Crimson Fields update to 0.2.2 o [2002/04/28] ports/37525 ports [Update Port] devel/zziplib (from 0.10.11 o [2002/04/28] ports/37537 ports trafcount causes reboot at 3AM every nigh o [2002/04/28] ports/37538 ports update port: chinese/telnet o [2002/04/29] ports/37582 ports python port has no distfile defined o [2002/04/30] ports/37610 ports XFree86-4 x86emu needs update for new BIO o [2002/04/30] ports/37612 ports [New Port] PHP Development version openmotif2.2 o [2002/02/17] ports/35037 ports New port: sysutils/cfengine-devel o [2002/02/17] ports/35038 ports cleanup pkg-plist for x11-toolkits/Xaw3d o [2002/02/17] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/17] ports/35062 ports New Port: audio/xmms-mailnotify 0.2.0 o [2002/02/18] ports/35090 ports stuffit-5.2.0.611 fails to register man p o [2002/02/18] ports/35092 ports Xterm termcap should have color capabilit o [2002/02/18] ports/35102 ports New port: Ultima IV engine o [2002/02/18] ports/35106 ports Update port: mail/p5-MIME-Lite to 2.117 o [2002/02/19] ports/35117 ports Undefined symbol "ldap_get_dn" when tryin o [2002/02/19] ports/35131 ports New port: unittest framework for c o [2002/02/20] ports/35146 ports New port: A Unit testing framework for Ad o [2002/02/20] ports/35165 ports New port: textproc/smart an information r o [2002/02/20] ports/35170 ports New port: p5-PDA-Pilot: experimental Perl o [2002/02/21] ports/35187 ports New port: xmlada - an xml processing libr o [2002/02/21] ports/35190 ports New Port: autoproject o [2002/02/21] ports/35193 ports New port: astro/nightfall o [2002/02/21] ports/35199 ports New ports: japanese/phpgroupware o [2002/02/22] ports/35205 ports New port: russian/mtc - Multifile text En o [2002/02/23] ports/35244 ports proper fix for x11-fm/endeavour's strcase o [2002/02/23] ports/35249 ports no man page for latex2html o [2002/02/23] ports/35270 ports converters/p5-Convert-TNEF has wrong pkg- o [2002/02/24] ports/35285 ports New port textproc/prosper: a LaTeX class o [2002/02/24] ports/35286 ports new port: misc/ncdialog (new cdialog by T o [2002/02/24] ports/35298 ports New port: biology/primer3 o [2002/02/24] ports/35303 ports New port: gimp-print, print drivers for C o [2002/02/25] ports/35328 ports emulators/bochs doesn't compile on -curre o [2002/02/25] ports/35330 ports New port: biology/wise o [2002/02/25] ports/35332 ports New port: biology/flip o [2002/02/25] ports/35334 ports Please add md2k driver to print/ghostscri o [2002/02/26] ports/35355 ports New port: databases/gbib o [2002/02/26] ports/35362 ports x11-fonts/tkfont: use tk83 o [2002/02/26] ports/35368 ports New port: devel/p5-VCS f [2002/02/27] ports/35372 ports pgp6 ports fails to compile on alpha plat o [2002/02/27] ports/35383 ports new port DarwinStreamingServer o [2002/02/27] ports/35385 ports port update: security/ssh2 a [2002/02/28] ports/35406 ports New port submission o [2002/02/28] ports/35438 ports new port: net/driftnet o [2002/03/01] ports/35447 ports Update port: databases/p5-SQL-Statement t o [2002/03/01] ports/35448 ports Update port: databases/p5-DBD-CSV to 0.20 s [2002/03/01] ports/35459 ports portupgrade doesn't clean up dependencies o [2002/03/02] ports/35476 ports port version upgrade and ogg library fix o [2002/03/02] ports/35479 ports New Port: A small stand-alone program for o [2002/03/02] ports/35481 ports New port: console text editor looks like o [2002/03/02] ports/35487 ports New port: gtkgrepmail (A gtk front-end to o [2002/03/03] ports/35516 ports ports/irc/ninja tar-file on master site n o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra o [2002/03/03] ports/35522 ports xhtml port uses SGMLDECL in catalog chain o [2002/03/03] ports/35525 ports update-port: graphics/jpeg2ps-letter o [2002/03/04] ports/35547 ports [patch] www/links: add -width option o [2002/03/04] ports/35549 ports new port editors/texmacs doesn't build on o [2002/03/05] ports/35566 ports new ports: Lire a multiple log files anal o [2002/03/05] ports/35567 ports update port: databases/dbconnect o [2002/03/05] ports/35578 ports mail/faces: make NAS default since xfaces o [2002/03/05] ports/35580 ports Starup script in /usr/local/etc/rc.d is i o [2002/03/06] ports/35588 ports audio/ripit patch to make use of new acdX o [2002/03/06] ports/35589 ports New port: security/p5-Digest o [2002/03/06] ports/35594 ports Bug: misc/kwatch fails to build if autoco o [2002/03/06] ports/35617 ports mail/faces: add USE_SOX, WITHOUT_AUDIO kn o [2002/03/07] ports/35634 ports audio/rplay: install daemon startup as rc o [2002/03/07] ports/35639 ports executable name conflicts: ploticus and s o [2002/03/07] ports/35661 ports new port: mycb o [2002/03/08] ports/35667 ports net/pppload patch so it doesn't show wron o [2002/03/08] ports/35668 ports Link sqsh with readline o [2002/03/08] ports/35670 ports /usr/ports/databases/sqsh - bogus depende o [2002/03/08] ports/35682 ports apache13-ssl needs update o [2002/03/08] ports/35694 ports Port of scons is way out of date o [2002/03/09] ports/35708 ports New port: audio/abcmidi utilities for abc o [2002/03/10] ports/35737 ports New port: audio/abcselect - extract part o [2002/03/10] ports/35740 ports Maintainer update of mail/imp: chasing ne o [2002/03/10] ports/35748 ports new port: www/smarty o [2002/03/10] ports/35753 ports New Port: biology/act o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud o [2002/03/11] ports/35766 ports New Port: emulators/hercules o [2002/03/11] ports/35784 ports reposting pic2fig port as a diff against o [2002/03/12] ports/35833 ports ports/chinese/arphicttf and CJK depend on o [2002/03/12] ports/35841 ports pkgdep missing from pptpclient o [2002/03/13] ports/35856 ports Repo copy print/gnomeprint to print/libgn o [2002/03/13] ports/35859 ports New port: Network traffic accounting daem o [2002/03/13] ports/35864 ports ports with invalid dependencies to glib13 o [2002/03/13] ports/35882 ports Perl Expect module send_slow hangs on EOF o [2002/03/14] ports/35897 ports upgrading the linux_base port runs into t f [2002/03/14] ports/35901 ports [SHAR] New port: editors/scribus. This PR o [2002/03/14] ports/35913 ports New port: The high perfomance Python adap o [2002/03/14] ports/35919 ports CompuPic 5.1.1016 o [2002/03/15] ports/35937 ports New port: taipan-0.9 o [2002/03/15] ports/35946 ports The /usr/local/lib/RealPlayer8/postinstal o [2002/03/16] ports/35995 ports New port: ophoto o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/18] ports/36061 ports New port: net/jmsn o [2002/03/18] ports/36066 ports New Port: slash, metalist and dependencie o [2002/03/19] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip o [2002/03/19] ports/36096 ports New port mail/mimedefang o [2002/03/19] ports/36121 ports Removes installed sys requirement (and dr o [2002/03/20] ports/36129 ports Update Port:databases/libiodbc(support pt o [2002/03/20] ports/36142 ports New port: magyarispell 0.65 o [2002/03/21] ports/36162 ports New Port: p5-IO-Socket-Multicast o [2002/03/21] ports/36178 ports New Port: bozohttpd-0.59 o [2002/03/21] ports/36179 ports Update glide3 port fixing compiling and s o [2002/03/21] ports/36187 ports graphics/glide3: add PKGNAMESUFFIX, depen o [2002/03/24] ports/36248 ports Update Port:textproc/xerces-c(to 1.7.0) o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler o [2002/03/26] ports/36332 ports update from geda port. from version 20010 o [2002/03/26] ports/36336 ports port of ccmalloc o [2002/03/26] ports/36345 ports New port: unrtf - converter from RTF to H o [2002/03/26] ports/36355 ports xmcd port uses CDDB instead of FreeDB o [2002/03/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails o [2002/03/27] ports/36367 ports New port: graphics/sinek / this supersede o [2002/03/27] ports/36380 ports new port: emulators/grustibus s [2002/03/28] ports/36452 ports Update port: security/fwlogwatch to 0.7 o [2002/03/29] ports/36490 ports Update port mail/smail to 3.2.0.112 o [2002/03/29] ports/36493 ports www/frontpage-zh: NO_FP_LCID_SUB not defi o [2002/03/29] ports/36496 ports [MAINTAINER UPDATE] for editors/texmacs o [2002/03/29] ports/36503 ports several files conflict in ports/databases o [2002/03/29] ports/36527 ports New port: textproc/aft: text to [x]html,d f [2002/03/30] ports/36531 ports let eterm with chinese support o [2002/03/30] ports/36543 ports New port: noip updater v1.6 o [2002/03/30] ports/36545 ports mwrite is an absolute symbolic link to /u o [2002/03/30] ports/36557 ports Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 ports bug fix for the eperl package o [2002/03/31] ports/36576 ports Update port: games/nethack3-gnome/games/n o [2002/03/31] ports/36585 ports Update port: news/yencode o [2002/03/31] ports/36587 ports news/inn{-stable} do not install when --e o [2002/04/01] ports/36619 ports A gtk SMB share browser o [2002/04/01] ports/36644 ports new port -- gtkspell o [2002/04/01] ports/36648 ports new port: mail/archivemail: archive/compr o [2002/04/02] ports/36655 ports new port: www/smarty (The PHP compiling t o [2002/04/02] ports/36659 ports Portupgrade WindowMaker 0.80 configuratio o [2002/04/02] ports/36681 ports New port: streamtuner, a Perl/GTK+ SHOUTc o [2002/04/02] ports/36684 ports patch for http://www.freebsd.org/cgi/quer o [2002/04/02] ports/36685 ports annoying warnings from mc with tcsh in ho o [2002/04/03] ports/36691 ports ports/devel/libformat has a checksum erro o [2002/04/03] ports/36697 ports Additional Mastersite for x11-wm/9menu o [2002/04/03] ports/36698 ports Maintainerupdate graphics/vcdimager o [2002/04/03] ports/36705 ports Fix Build on CURRENT: databases/dbview o [2002/04/04] ports/36734 ports security/vlog minor description issue o [2002/04/04] ports/36752 ports Update port: print/ghostscript-afpl o [2002/04/04] ports/36763 ports [MAINTAINER UPDATE] Update for port devel o [2002/04/04] ports/36766 ports Incompatibility between autoconf, automak o [2002/04/04] ports/36775 ports [PATCH] Fix build of x11/gdkxft with late o [2002/04/04] ports/36780 ports ports/shells/scsh tries to fetch a nonexi o [2002/04/05] ports/36791 ports New port: devel/py-logging o [2002/04/05] ports/36792 ports Fix pkg-plist of shells/perlsh o [2002/04/05] ports/36794 ports mkcatalog help shows wrong default for -c o [2002/04/05] ports/36795 ports DocBook DSSSL stylesheets should install o [2002/04/05] ports/36801 ports Update port: misc/compat3x o [2002/04/05] ports/36802 ports Update port: misc/compat4x o [2002/04/05] ports/36807 ports portupgrade port not working o [2002/04/06] ports/36810 ports unbreak converters/libiconv when built by o [2002/04/06] ports/36812 ports update games/gracer for -current (unteste o [2002/04/06] ports/36815 ports new port: net/p5-Spread-Session o [2002/04/06] ports/36830 ports /usr/ports/games/vamos slightly broken o [2002/04/06] ports/36832 ports apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] ports/36842 ports irc/bitchx port needs update (c18 -> c19) o [2002/04/07] ports/36856 ports Maintainer Update: Fix some issues in lan o [2002/04/07] ports/36860 ports Maintainer Update: misc/tuxcards o [2002/04/07] ports/36862 ports port/math/spin update to 3.4.14 o [2002/04/07] ports/36865 ports the g-wrap-1.1.9 port is missing a requir o [2002/04/07] ports/36868 ports new port: net/py-spreadmodule o [2002/04/08] ports/36875 ports Unbreak portinstall o [2002/04/08] ports/36903 ports www/horde2: upgrade to Horde 2.1 RC2. o [2002/04/08] ports/36904 ports mail/turba: upgrade from 1.0 to 1.1 RC2. o [2002/04/08] ports/36906 ports mail/imp3: upgrade from 3.0 to 3.1 RC2. o [2002/04/08] ports/36908 ports New port: deskutils/nag - Horde's task li o [2002/04/08] ports/36913 ports New port: devel/ruby-rbprof o [2002/04/09] ports/36918 ports Update to ports/misc/uf-view o [2002/04/09] ports/36919 ports Update to ports/misc/uf-view o [2002/04/09] ports/36931 ports New port converters/p5-Unicode-Map o [2002/04/09] ports/36932 ports New Port: scmxx 0.6.0 (Data Exchange util o [2002/04/09] ports/36939 ports New Port: devel/popenhs -- A popen-like l o [2002/04/09] ports/36940 ports Port update acid-0.9.6b20 to acid-0.9.6b2 o [2002/04/09] ports/36945 ports new ports of libsigc++12 and gtkmm o [2002/04/09] ports/36947 ports New Port: lcrzo network library Fixed o [2002/04/09] ports/36948 ports New Port: lcrzoex, network testing toolbo o [2002/04/10] ports/36956 ports linux-dri doesn't reflect the change to X o [2002/04/10] ports/36957 ports math/grace to 5.1.7 o [2002/04/10] ports/36959 ports New port: Gnewtellium is yet another new o [2002/04/10] ports/36962 ports new version of news/aub o [2002/04/10] ports/36967 ports New port: news/slrnface o [2002/04/10] ports/36971 ports New port: news/cleanscore o [2002/04/10] ports/36982 ports Update Port: (graphics/gliv) to 1.5.1 fol o [2002/04/10] ports/36987 ports Update Port: robocode to 1.0 follow ups p o [2002/04/10] ports/36989 ports Update Port: (ports/graphics/gdal) to 1.1 o [2002/04/11] ports/36994 ports New port: textproc/py-plex o [2002/04/11] ports/36995 ports New port: devel/pyrex o [2002/04/11] ports/37000 ports New Port: agqt 0.9.1 (Audiogalaxy query t o [2002/04/11] ports/37001 ports New port: openag version 1.1 (Open source o [2002/04/11] ports/37002 ports Port Update: (security/fwlogwatch) from 0 o [2002/04/11] ports/37003 ports new port: misc/susv2 (Single UNIX Specifi o [2002/04/11] ports/37004 ports new port: misc/susv3 (Single UNIX Specifi o [2002/04/12] ports/37016 ports update of xerces-c port o [2002/04/12] ports/37019 ports New port: poink 1.5 (Nosuid, secure ping o [2002/04/12] ports/37020 ports New port: www/muwi o [2002/04/12] ports/37027 ports New port: lookout-1.1 (Outlook 97 address o [2002/04/12] ports/37028 ports New port: www/scgi o [2002/04/13] ports/37044 ports lesstif needs an update o [2002/04/13] ports/37050 ports New port: audio/py-id3 o [2002/04/14] ports/37054 ports Problem report: (misc/flexbackup) doesnt o [2002/04/14] ports/37055 ports new port: irc/rbot o [2002/04/14] ports/37059 ports New port: gtk-iminc o [2002/04/14] ports/37062 ports New port: textproc/pocketreader o [2002/04/14] ports/37066 ports ports/databases/postgresql-tcltk is not u o [2002/04/14] ports/37070 ports ports/devel/p5-POE-Component-Client-UserA o [2002/04/15] ports/37095 ports ports/net/p5-Net-SSH-Perl already builds o [2002/04/15] ports/37100 ports Maintainer update: textproc/dico (portsur o [2002/04/15] ports/37101 ports Maintainer update: x11-toolkits/fl_editor o [2002/04/15] ports/37102 ports Maintainer update: databases/mysql-gui (p o [2002/04/15] ports/37110 ports New port: www/scout o [2002/04/15] ports/37111 ports new port: net/ccmsn o [2002/04/15] ports/37112 ports Maintainer update: security/op (cflags pa o [2002/04/15] ports/37118 ports New port: devel/libdnet o [2002/04/15] ports/37123 ports New port: net/arpd o [2002/04/15] ports/37124 ports New port: net/honeyd o [2002/04/15] ports/37128 ports New port: www/sarg, formerly known as www o [2002/04/15] ports/37129 ports New port: games/xrick o [2002/04/16] ports/37139 ports ports/graphics/miniscrib is not found on o [2002/04/16] ports/37145 ports sysutils/star miscategorised o [2002/04/16] ports/37149 ports games/nethack4-gnome can't find gnome.h o [2002/04/17] ports/37182 ports maintainer-update: print/pfaedit to 20020 o [2002/04/17] ports/37185 ports New Port: nrpep (netsaint remote plugin e o [2002/04/17] ports/37187 ports ports/japanese/vfghostscript font-2.6.2 f o [2002/04/17] ports/37195 ports New port: deskutils/mencal o [2002/04/17] ports/37196 ports editors/edith: add USE_X_PREFIX to makefi o [2002/04/17] ports/37199 ports Maintainer update port: net/dhisd Update o [2002/04/17] ports/37215 ports LablGL port: An OpenGL interface for Obje o [2002/04/17] ports/37216 ports new LablGTK port: A GTK+ interface for Ob o [2002/04/18] ports/37226 ports ports/japanese/vfghostscript5 doesn't fin o [2002/04/18] ports/37232 ports New port: sysutils/py-quota o [2002/04/19] misc/37244 ports c2lib port includes vector.h which appare o [2002/04/19] ports/37252 ports upgrade-request: moscow_ml port to 2.0 o [2002/04/19] ports/37255 ports New port: chinese/cce o [2002/04/19] ports/37275 ports Update port: graphics/jbigkit to 1.4 o [2002/04/20] ports/37290 ports New port: tool for setting the title of x o [2002/04/20] ports/37298 ports New port: security/cp2fwb o [2002/04/21] ports/37312 ports new port net/p5-Net-Whois-Raw o [2002/04/22] ports/37338 ports incorrect permissions for ${PREFIX}/share o [2002/04/22] ports/37339 ports NEW PORT: astro/gpsdrive: a GPS navigatio o [2002/04/22] ports/37341 ports ports/sysutils/socket install ignores ${D o [2002/04/22] ports/37342 ports ports/misc/airoflash fetches source every o [2002/04/22] ports/37345 ports Port Update Request: mail/imp: 2.2.7 -> 2 o [2002/04/22] ports/37354 ports New port: Perl-compatible regexp for Ocam o [2002/04/22] ports/37359 ports New port: games/bsp - A node builder for o [2002/04/22] ports/37362 ports The Ted port is incompatible with FreeBSD o [2002/04/22] ports/37364 ports New Port: GeekLog o [2002/04/23] ports/37367 ports palm/plucker: fix build problem when late o [2002/04/23] ports/37386 ports update port: security/amavis-perl o [2002/04/23] ports/37389 ports Port Update o [2002/04/24] ports/37411 ports [MAINTAINER UPDATE] Update port: mail/vm o [2002/04/24] ports/37412 ports kdebase2 port package does not create /us o [2002/04/24] ports/37418 ports New port: nload, network load monitor on o [2002/04/24] ports/37422 ports port upgrade news/diablo 3.0 -> 4.1 o [2002/04/25] ports/37449 ports New port: magyarispell 0.71 - Hungarian i o [2002/04/25] ports/37452 ports New port: devel/publib: Modular library o o [2002/04/25] ports/37459 ports Patch for ocaml-pcre port (PR 37354) o [2002/04/25] ports/37469 ports new port: otc o [2002/04/25] ports/37474 ports freeamp doesn't build on -current o [2002/04/25] ports/37476 ports Updating the port of biology/molden o [2002/04/26] ports/37491 ports new port mail/py-milter o [2002/04/26] ports/37492 ports imagemagick tools fail to run after libic o [2002/04/26] ports/37496 ports Checksum mismatch for ghostscript/gdevdj9 o [2002/04/27] ports/37511 ports ports/net/jabber-conference dist changed o [2002/04/28] ports/37521 ports new port: security/autossh o [2002/04/28] ports/37527 ports New Port: sysutil/rcorder o [2002/04/28] ports/37536 ports New port: games/doomlegacy o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/29] ports/37574 ports ports/print/pips-sc20 file not found on m o [2002/04/29] ports/37577 ports New port: mail/spamass-milter o [2002/04/30] ports/37593 ports New Port: sysutil/rclean o [2002/04/30] ports/37594 ports Update port misc/mango to 0.11 (SUPERCEED o [2002/04/30] ports/37595 ports New port: math/py-numarray o [2002/04/30] ports/37596 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports aureal-kmod-1.5_3 fails to build o [2002/04/30] ports/37599 ports pnet port has incorrect dependency o [2002/04/30] ports/37605 ports Perl 5.6.1 needs libiconv dependency o [2002/04/30] ports/37607 ports cyrus-sasl's Sendmail.README is wrong abo o [2002/04/30] ports/37613 ports Smokeping port need more run dependencies o [2002/04/30] ports/37619 ports [patch] many xerces-c port problems, buil o [2002/05/01] ports/37620 ports Update port: textproc/dictionary to 1.8.1 o [2002/05/01] ports/37623 ports ltmdm port needs update for Intel AC97 Mo o [2002/05/01] ports/37632 ports new port: pstack o [2002/05/01] ports/37636 ports New port: devel/haddock (A Haskell Docume o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/01] ports/37640 ports Update gimp-print to 4.2.1 o [2002/05/01] ports/37645 ports [NEW PORT] gpsdrive: a GPS navigation sys o [2002/05/01] ports/37654 ports Update textproc/xml4j to 4.0.1 1.4 o [2002/05/13] ports/38038 ports update-port: mail/sylpheed 541 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 11:21:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from web13405.mail.yahoo.com (web13405.mail.yahoo.com [216.136.175.63]) by hub.freebsd.org (Postfix) with SMTP id 8E1FE37B404 for ; Mon, 13 May 2002 11:20:59 -0700 (PDT) Message-ID: <20020513182059.28142.qmail@web13405.mail.yahoo.com> Received: from [128.111.214.65] by web13405.mail.yahoo.com via HTTP; Mon, 13 May 2002 11:20:59 PDT Date: Mon, 13 May 2002 11:20:59 -0700 (PDT) From: Chris Dempsey Subject: Error in Portupgrade To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org, knu@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I rm -rf /usr/ports/sysutils/portupgrade, cvsup'd, and successfully make install clean portupgrade. portupgrade-20020429 = up-to-date with port Problem is, when I use it, I get: usr/ports/sysutils/portupgrade # portupgrade -a ** Error occured reading /usr/local/etc/pkgtools.conf: undefined method `+' for nil When I run: /usr/local/bin/ruby /usr/local/etc/pkgtools.conf /usr/local/etc/pkgtools.conf:89: undefined method `+' for nil (NameError) Thanks, Chris Dempsey ===== Christopher P Dempsey --------------------- chrisdempsey@yahoo.com __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 11:22:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from host217-41-47-151.in-addr.btopenworld.com (host217-41-47-151.in-addr.btopenworld.com [217.41.47.151]) by hub.freebsd.org (Postfix) with ESMTP id A301A37B400 for ; Mon, 13 May 2002 11:22:38 -0700 (PDT) Received: by host217-41-47-151.in-addr.btopenworld.com (Postfix, from userid 1001) id 21DD67AD; Mon, 13 May 2002 19:22:35 +0100 (BST) Date: Mon, 13 May 2002 19:22:34 +0100 From: Dominic Marks To: freebsd-ports@freebsd.org Subject: Port Comment Requests Message-ID: <20020513192234.A29136@host217-41-47-151.in-addr.btope> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey, I have a number of open ports PRs, here is a summary of what they are and what sort of state they are in. All of these PRs have a shar of diff file within them. PR: ports/37020 New port www/muwi Perl / CGI interface to the Gnutella client, mutella. (net/mutella). PR: ports/37107 Port update: www/siege A WWW benchmarking tool. This is assigned to markp@ (maintainer) but I haven't heard anything from him. It's now almost a month since I submitted this, maintainer timeout? PR: ports/37110 New port: www/scout Program which builds a file of URLs of all the objects linked from a website. Useful with WWW benchmarking tools. PR: ports/37118 New port: devel/libdnet Library which allows easy access to low level networking functions. PR: ports/37123 New port: net/arpd A userland arp daemon. PR: ports/37124 New port: net/honeyd A tool for impersonating other types of machines. Useful when constructing honey pots. PR: ports/37948 Port update: mail/dkimap IMAP daemon. ** Update fixes a security hole ** Also, claim port maintainership from ports@ PR: ports/38028 Port update: devel/ccache A compiler cache. A managed to mess up a few of the shars first time, libdnet and honeyd in particular. Read down through the followups, in both cases the latest replies contain shars of commit-able quality (IMO). Thanks! -- Dominic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 11:55:55 2002 Delivered-To: freebsd-ports@freebsd.org Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by hub.freebsd.org (Postfix) with ESMTP id D7E6037B407; Mon, 13 May 2002 11:55:49 -0700 (PDT) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id GQF37091; Mon, 13 May 2002 11:55:48 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 0B6545D06; Mon, 13 May 2002 11:55:48 -0700 (PDT) To: Chris Dempsey Cc: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org, knu@freebsd.org Subject: Re: Error in Portupgrade In-reply-to: Your message of "Mon, 13 May 2002 11:20:59 PDT." <20020513182059.28142.qmail@web13405.mail.yahoo.com> Date: Mon, 13 May 2002 11:55:48 -0700 From: "Kevin Oberman" Message-Id: <20020513185548.0B6545D06@ptavv.es.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Date: Mon, 13 May 2002 11:20:59 -0700 (PDT) > From: Chris Dempsey > Sender: owner-freebsd-stable@FreeBSD.ORG > > I rm -rf /usr/ports/sysutils/portupgrade, cvsup'd, and > successfully make install clean portupgrade. > > portupgrade-20020429 = up-to-date with port > > Problem is, when I use it, I get: > > usr/ports/sysutils/portupgrade # portupgrade -a > ** Error occured reading /usr/local/etc/pkgtools.conf: > undefined method `+' for nil > > When I run: > /usr/local/bin/ruby /usr/local/etc/pkgtools.conf > /usr/local/etc/pkgtools.conf:89: undefined method `+' > for nil (NameError) Edit /usr/local/etc/pkgtools.conf to: @@ -86,6 +86,8 @@ # ENV['PKG_FETCH'] = 'false' # never fetch packages from a remote site # ENV['PACKAGEROOT'] = 'ftp://ftpN.XX.FreeBSD.org' + ENV['PORTSDIR'] ||= '/usr/ports' + ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages' ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All' # SANITY_CHECK: boolean (default: true) You can see this in pgktools.conf.sample. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:20:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A472A37B40C for ; Mon, 13 May 2002 13:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKK4884123; Mon, 13 May 2002 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 8DE2637B403 for ; Mon, 13 May 2002 13:17:30 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKHUhG047101 for ; Mon, 13 May 2002 13:17:30 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKHULW047100; Mon, 13 May 2002 13:17:30 -0700 (PDT) Message-Id: <200205132017.g4DKHULW047100@www.freebsd.org> Date: Mon, 13 May 2002 13:17:30 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38042: Update port: games/xemeraldia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38042 >Category: ports >Synopsis: Update port: games/xemeraldia >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xemeraldia/Makefile games/xemeraldia/Makefile --- /usr/ports/games/xemeraldia/Makefile Wed Jan 10 02:27:33 2001 +++ games/xemeraldia/Makefile Tue May 14 03:17:36 2002 @@ -8,10 +8,10 @@ PORTNAME= xemeraldia PORTVERSION= 0.31 CATEGORIES= games -MASTER_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/ +MASTER_SITES= http://www.rarf.riken.go.jp/archives/Linux/jg/JG-1.0/other-sources/jp/ DISTNAME= xemeraldia-0.3 -PATCH_SITES= http://gluon.ph.sophia.ac.jp/~ftp/UNIX/src/games/ +PATCH_SITES= ${MASTER_SITES} PATCHFILES= xemeraldia-0.3to0.31.patch.gz PATCH_DIST_STRIP= -p1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:20:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73E3C37B40B for ; Mon, 13 May 2002 13:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKK4X84114; Mon, 13 May 2002 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 2029C37B404 for ; Mon, 13 May 2002 13:16:57 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKGuhG046982 for ; Mon, 13 May 2002 13:16:57 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKGuxe046981; Mon, 13 May 2002 13:16:56 -0700 (PDT) Message-Id: <200205132016.g4DKGuxe046981@www.freebsd.org> Date: Mon, 13 May 2002 13:16:56 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38041: Update port: emulators/bochs to 1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38041 >Category: ports >Synopsis: Update port: emulators/bochs to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/bochs/Makefile emulators/bochs/Makefile --- /usr/ports/emulators/bochs/Makefile Wed Jan 9 19:32:19 2002 +++ emulators/bochs/Makefile Thu May 9 02:39:17 2002 @@ -7,8 +7,7 @@ # PORTNAME= bochs -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -28,12 +27,15 @@ # USE_XLIB= yes -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-cdrom \ --disable-split-hd -CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer + +CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer \ + -I${X11BASE}/include # PREFIX isn't honored. force it w/ prefix. MAKE_ARGS= prefix=${PREFIX} diff -urN /usr/ports/emulators/bochs/distinfo emulators/bochs/distinfo --- /usr/ports/emulators/bochs/distinfo Wed Jan 9 19:32:19 2002 +++ emulators/bochs/distinfo Wed May 8 03:42:29 2002 @@ -1 +1 @@ -MD5 (bochs-1.3.tar.gz) = 80b0f88c64d564a461aa3f48bf5024a6 +MD5 (bochs-1.4.tar.gz) = e8a6ad67f78c63423545806886f8c66a diff -urN /usr/ports/emulators/bochs/pkg-plist emulators/bochs/pkg-plist --- /usr/ports/emulators/bochs/pkg-plist Wed Jan 9 19:32:19 2002 +++ emulators/bochs/pkg-plist Thu May 9 02:38:50 2002 @@ -5,10 +5,10 @@ share/bochs/bios/BIOS-bochs-2-processors share/bochs/bios/BIOS-bochs-4-processors share/bochs/bios/BIOS-bochs-latest -share/bochs/bios/VGABIOS-cbothamy-0.2a -share/bochs/bios/VGABIOS-cbothamy-0.2a-README share/bochs/bios/VGABIOS-elpin-2.40 share/bochs/bios/VGABIOS-elpin-LICENSE +share/bochs/bios/VGABIOS-lgpl-0.3a +share/bochs/bios/VGABIOS-lgpl-README share/bochs/bochsrc.sample share/bochs/font/fonts.dir share/bochs/font/vga.pcf.gz @@ -32,8 +32,8 @@ %%PORTDOCS%%share/doc/bochs/html/guestNT.html %%PORTDOCS%%share/doc/bochs/html/index.html %%PORTDOCS%%share/doc/bochs/html/install.html -%%PORTDOCS%%share/doc/bochs/html/iodebug.html %%PORTDOCS%%share/doc/bochs/html/instrumentation.html +%%PORTDOCS%%share/doc/bochs/html/iodebug.html %%PORTDOCS%%share/doc/bochs/html/mtools.html %%PORTDOCS%%share/doc/bochs/html/smp-simulation.html %%PORTDOCS%%share/doc/bochs/html/sound.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:20:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD4A137B40E for ; Mon, 13 May 2002 13:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKK4c84134; Mon, 13 May 2002 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id C335537B405 for ; Mon, 13 May 2002 13:17:59 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKHxhG047160 for ; Mon, 13 May 2002 13:17:59 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKHxhV047159; Mon, 13 May 2002 13:17:59 -0700 (PDT) Message-Id: <200205132017.g4DKHxhV047159@www.freebsd.org> Date: Mon, 13 May 2002 13:17:59 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38043: Update port: games/xjump to 2.7.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38043 >Category: ports >Synopsis: Update port: games/xjump to 2.7.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.7.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xjump/Makefile games/xjump/Makefile --- /usr/ports/games/xjump/Makefile Tue Sep 25 23:08:34 2001 +++ games/xjump/Makefile Tue May 14 05:11:27 2002 @@ -6,15 +6,14 @@ # PORTNAME= xjump -PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTVERSION= 2.7.5 CATEGORIES= games MASTER_SITES= ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \ ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian/%SUBDIR%/ \ ftp://ftp.debian.org/debian/%SUBDIR%/ MASTER_SITE_SUBDIR= pool/main/x/xjump -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/games/xjump/distinfo games/xjump/distinfo --- /usr/ports/games/xjump/distinfo Wed Mar 7 02:19:18 2001 +++ games/xjump/distinfo Tue May 14 05:06:57 2002 @@ -1 +1 @@ -MD5 (xjump_2.7.3.tar.gz) = f8f492d4f1f8a9d8dcf8e4c60d5c520c +MD5 (xjump_2.7.5.orig.tar.gz) = 3e8d09c6b8162b7e4380f8a77eb595dc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:20:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C83737B409 for ; Mon, 13 May 2002 13:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKK4D84104; Mon, 13 May 2002 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 2B7F937B401 for ; Mon, 13 May 2002 13:16:20 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKGKhG046898 for ; Mon, 13 May 2002 13:16:20 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKGKq9046897; Mon, 13 May 2002 13:16:20 -0700 (PDT) Message-Id: <200205132016.g4DKGKq9046897@www.freebsd.org> Date: Mon, 13 May 2002 13:16:20 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38040: Update port: audio/easytag to 0.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38040 >Category: ports >Synopsis: Update port: audio/easytag to 0.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.20 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/easytag/Makefile audio/easytag/Makefile --- /usr/ports/audio/easytag/Makefile Fri May 3 08:53:33 2002 +++ audio/easytag/Makefile Sat May 11 00:48:46 2002 @@ -7,7 +7,7 @@ # PORTNAME= easytag -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/audio/easytag/distinfo audio/easytag/distinfo --- /usr/ports/audio/easytag/distinfo Fri May 3 08:53:34 2002 +++ audio/easytag/distinfo Sat May 11 00:51:23 2002 @@ -1 +1 @@ -MD5 (easytag-0.19.tar.gz) = ec4a97d84facf61ed091500150522c72 +MD5 (easytag-0.20.tar.gz) = f0e1c34e9c48eb002fd7a03d504c5d54 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:21:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A71937B401 for ; Mon, 13 May 2002 13:20:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKKAV84156; Mon, 13 May 2002 13:20:10 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id EA3EA37B409 for ; Mon, 13 May 2002 13:19:22 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKJMhG047386 for ; Mon, 13 May 2002 13:19:22 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKJMaQ047385; Mon, 13 May 2002 13:19:22 -0700 (PDT) Message-Id: <200205132019.g4DKJMaQ047385@www.freebsd.org> Date: Mon, 13 May 2002 13:19:22 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38045: Update port: graphics/gphoto2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38045 >Category: ports >Synopsis: Update port: graphics/gphoto2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Add MASTER_SITE_SOURCEFORGE to MASTER_SITES - Add missic USE_GLIB - Fix install path of libgphoto2.pc - Utilize NOPORTDOCS >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gphoto2/Makefile graphics/gphoto2/Makefile --- /usr/ports/graphics/gphoto2/Makefile Sat Apr 13 12:54:53 2002 +++ graphics/gphoto2/Makefile Sat May 11 07:24:30 2002 @@ -7,26 +7,28 @@ PORTNAME= gphoto2 PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= http://www.gphoto.net/dist/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.gphoto.net/dist/ +MASTER_SITE_SUBDIR= gphoto MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ usb-0.1.5:${PORTSDIR}/devel/libusb \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ exif.5:${PORTSDIR}/graphics/libexif -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +USE_GLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --without-cdk --without-fig2dev \ - --with-doc-dir=${DOCSDIR} +CONFIGURE_ARGS= --without-cdk --without-fig2dev INSTALLS_SHLIB= yes MAN1= gphoto2.1 @@ -39,6 +41,17 @@ .endfor @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ 's|\@INSTALL\@|${INSTALL_CMD}|g ; \ - s|AUTHORS COPYING README|AUTHORS README|g' + s| install-docDATA||g ; \ + s| install-figureDATA||g ; \ + s|`glib-config|`\$$\(GLIB_CONFIG\)|g ; \ + s|\$$\(libdir\)/pkgconfig|\$$\(prefix\)/libdata/pkgconfig|g' + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS NEWS README doc/FAQ doc/gphoto2-cli.txt doc/gphoto2.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif .include diff -urN /usr/ports/graphics/gphoto2/pkg-plist graphics/gphoto2/pkg-plist --- /usr/ports/graphics/gphoto2/pkg-plist Fri Mar 8 19:12:32 2002 +++ graphics/gphoto2/pkg-plist Fri May 10 21:49:37 2002 @@ -53,15 +53,13 @@ lib/libgphoto2_port.a lib/libgphoto2_port.so lib/libgphoto2_port.so.0 -lib/pkgconfig/libgphoto2.pc -share/doc/gphoto2/AUTHORS -share/doc/gphoto2/FAQ -share/doc/gphoto2/NEWS -share/doc/gphoto2/README -share/doc/gphoto2/gphoto2-cli.txt -share/doc/gphoto2/gphoto2.txt -share/doc/gphoto2/linux-hotplug/usbcam.console -share/doc/gphoto2/linux-hotplug/usbcam.group +libdata/pkgconfig/libgphoto2.pc +%%PORTDOCS%%share/doc/gphoto2/AUTHORS +%%PORTDOCS%%share/doc/gphoto2/FAQ +%%PORTDOCS%%share/doc/gphoto2/NEWS +%%PORTDOCS%%share/doc/gphoto2/README +%%PORTDOCS%%share/doc/gphoto2/gphoto2-cli.txt +%%PORTDOCS%%share/doc/gphoto2/gphoto2.txt share/gphoto2/konica/english share/gphoto2/konica/french share/gphoto2/konica/german @@ -92,10 +90,7 @@ share/locale/zh_CN/LC_MESSAGES/libgphoto2_port.mo @dirrm share/gphoto2/konica @dirrm share/gphoto2 -@dirrm share/doc/gphoto2/linux-hotplug -@dirrm share/doc/gphoto2/html/figures -@dirrm share/doc/gphoto2/html -@dirrm share/doc/gphoto2 +%%PORTDOCS%%@dirrm share/doc/gphoto2 @dirrm lib/gphoto2_port/0.0.4 @dirrm lib/gphoto2_port @dirrm lib/gphoto2/2.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:21:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3754F37B410 for ; Mon, 13 May 2002 13:20:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKK4w84143; Mon, 13 May 2002 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id B97EA37B415 for ; Mon, 13 May 2002 13:18:32 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKIWhG047241 for ; Mon, 13 May 2002 13:18:32 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKIWxs047240; Mon, 13 May 2002 13:18:32 -0700 (PDT) Message-Id: <200205132018.g4DKIWxs047240@www.freebsd.org> Date: Mon, 13 May 2002 13:18:32 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38044: Update port: graphics/claraocr to 0.9.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38044 >Category: ports >Synopsis: Update port: graphics/claraocr to 0.9.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.9.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/claraocr/Makefile graphics/claraocr/Makefile --- /usr/ports/graphics/claraocr/Makefile Sun Dec 9 07:09:29 2001 +++ graphics/claraocr/Makefile Wed May 8 00:59:45 2002 @@ -6,7 +6,7 @@ # PORTNAME= claraocr -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= graphics MASTER_SITES= ftp://carroll.cac.psu.edu/pub/linux/distributions/mandrake-devel/projects/claraocr/ \ ftp://ftp.wtfo.com/pub/linux/Mandrake-devel/projects/claraocr/ \ @@ -24,7 +24,8 @@ MAN1= clara-adv.1 clara-dev.1 clara.1 post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},g' ${WRKSRC}/clara.pl \ - ${WRKSRC}/mkdoc.pl ${WRKSRC}/selthresh.pl +.for file in clara.pl mkdoc.pl selthresh.pl + @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|g' ${WRKSRC}/${file} +.endfor .include diff -urN /usr/ports/graphics/claraocr/distinfo graphics/claraocr/distinfo --- /usr/ports/graphics/claraocr/distinfo Tue Nov 6 16:45:31 2001 +++ graphics/claraocr/distinfo Tue May 14 03:07:20 2002 @@ -1 +1 @@ -MD5 (clara-0.9.8.tar.gz) = ffdb2c3a419c76635d3c653af8914615 +MD5 (clara-0.9.9.tar.gz) = 00d92f2caeb0a4759638c5e808307529 diff -urN /usr/ports/graphics/claraocr/files/patch-Makefile graphics/claraocr/files/patch-Makefile --- /usr/ports/graphics/claraocr/files/patch-Makefile Sun Dec 9 07:09:30 2001 +++ graphics/claraocr/files/patch-Makefile Wed May 8 00:58:12 2002 @@ -1,23 +1,22 @@ ---- Makefile.orig Sun Oct 21 07:16:38 2001 -+++ Makefile Sat Dec 8 10:42:09 2001 -@@ -28,13 +28,13 @@ - # +--- Makefile.orig Sat May 4 10:45:07 2002 ++++ Makefile Wed May 8 00:58:04 2002 +@@ -29,22 +29,22 @@ # Configure the destination directories: # --BINDIR=/usr/local/bin + #BINDIR=/usr/local/bin +-BINDIR=/usr/bin +BINDIR=${PREFIX}/bin - #BINDIR=/usr/bin --MANDIR=/usr/local/man/man1 + #MANDIR=/usr/local/man/man1 +-MANDIR=/usr/man/man1 +MANDIR=${PREFIX}/man/man1 - #MANDIR=/usr/man/man1 --DOCDIR=/usr/local/doc/clara -+DOCDIR=${PREFIX}/share/doc/clara + #DOCDIR=/usr/local/doc/clara #DOCDIR=/usr/doc/clara #DOCDIR=/usr/doc/clara-$(VERSION) - #DOCDIR=/usr/share/doc/clara -@@ -42,9 +42,9 @@ +-DOCDIR=/usr/share/doc/clara ++DOCDIR=${PREFIX}/share/doc/clara + # # Configure these variables accordingly to your system: # @@ -30,15 +29,16 @@ # # Now choose the Clara OCR compilation options: -@@ -83,14 +83,14 @@ +@@ -85,7 +85,7 @@ # # Add or remove flags if necessary: # --CFLAGS = $(INCLUDE) -g -O2 -Wall $(COPTS) +-CFLAGS = $(INCLUDE) -g -Wall $(COPTS) +CFLAGS += $(INCLUDE) $(COPTS) + #CFLAGS = $(INCLUDE) -g -O2 -Wall $(COPTS) #CFLAGS = $(INCLUDE) -g -O2 -pedantic $(COPTS) #CFLAGS = $(INCLUDE) -g -O2 $(COPTS) - +@@ -93,7 +93,7 @@ # # Add or remove flags if necessary: # @@ -47,7 +47,7 @@ # # If your system requires additional libs, please add them: -@@ -153,13 +153,15 @@ +@@ -175,13 +175,15 @@ ./clara -p 2 install: all @@ -69,4 +69,4 @@ +.endif clean: - rm -f clara sclara $(OBJS) doc/clara-*.1 doc/clara-*.html doc/FAQ + rm -f clara sclara $(OBJS) doc/clara*.1 doc/clara*.html doc/FAQ diff -urN /usr/ports/graphics/claraocr/pkg-plist graphics/claraocr/pkg-plist --- /usr/ports/graphics/claraocr/pkg-plist Tue Nov 6 16:45:31 2001 +++ graphics/claraocr/pkg-plist Wed May 8 01:26:34 2002 @@ -6,5 +6,6 @@ %%PORTDOCS%%share/doc/clara/clara-adv.html %%PORTDOCS%%share/doc/clara/clara-dev.html %%PORTDOCS%%share/doc/clara/clara-faq.html +%%PORTDOCS%%share/doc/clara/clara-glo.html %%PORTDOCS%%share/doc/clara/clara-tut.html %%PORTDOCS%%@dirrm share/doc/clara >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:30:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF8F337B408 for ; Mon, 13 May 2002 13:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKU1D84961; Mon, 13 May 2002 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id E14DA37B406 for ; Mon, 13 May 2002 13:21:16 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKLGhG047710 for ; Mon, 13 May 2002 13:21:16 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKLGlG047707; Mon, 13 May 2002 13:21:16 -0700 (PDT) Message-Id: <200205132021.g4DKLGlG047707@www.freebsd.org> Date: Mon, 13 May 2002 13:21:16 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38048: Update port: net/maradns to 0.9.28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38048 >Category: ports >Synopsis: Update port: net/maradns to 0.9.28 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.9.28 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/maradns/Makefile net/maradns/Makefile --- /usr/ports/net/maradns/Makefile Mon Apr 22 19:09:40 2002 +++ net/maradns/Makefile Tue May 14 02:14:40 2002 @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 0.9.19 +PORTVERSION= 0.9.28 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ diff -urN /usr/ports/net/maradns/distinfo net/maradns/distinfo --- /usr/ports/net/maradns/distinfo Mon Apr 22 19:09:41 2002 +++ net/maradns/distinfo Tue May 14 02:16:24 2002 @@ -1 +1 @@ -MD5 (maradns-0.9.19.tar.bz2) = 4079f24971acf4f645c7f8cbe070f725 +MD5 (maradns-0.9.28.tar.bz2) = c432248942480b3bc36fe6ad1fbb1868 diff -urN /usr/ports/net/maradns/pkg-plist net/maradns/pkg-plist --- /usr/ports/net/maradns/pkg-plist Mon Apr 22 19:09:41 2002 +++ net/maradns/pkg-plist Thu May 9 02:13:30 2002 @@ -7,6 +7,7 @@ %%PORTDOCS%%share/doc/maradns/TODO.done %%PORTDOCS%%share/doc/maradns/TODO.first %%PORTDOCS%%share/doc/maradns/TODO.second +%%PORTDOCS%%share/doc/maradns/TODO.third %%PORTDOCS%%share/doc/maradns/en/QuickStart %%PORTDOCS%%share/doc/maradns/en/README %%PORTDOCS%%share/doc/maradns/en/examples/example_authoritative_mararc.txt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 13 13:30:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5938A37B404 for ; Mon, 13 May 2002 13:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKU1084942; Mon, 13 May 2002 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 3863037B411 for ; Mon, 13 May 2002 13:20:05 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4DKK4hG047567 for ; Mon, 13 May 2002 13:20:04 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKK4DJ047566; Mon, 13 May 2002 13:20:04 -0700 (PDT) Message-Id: <200205132020.g4DKK4DJ047566@www.freebsd.org> Date: Mon, 13 May 2002 13:20:04 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38046: Update port: misc/patchutils to 0.2.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38046 >Category: ports >Synopsis: Update port: misc/patchutils to 0.2.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.13 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/patchutils/Makefile misc/patchutils/Makefile --- /usr/ports/misc/patchutils/Makefile Fri Mar 15 21:08:57 2002 +++ misc/patchutils/Makefile Fri May 10 01:44:23 2002 @@ -7,7 +7,7 @@ # PORTNAME= patchutils -PORTVERSION= 0.2.11 +PORTVERSION= 0.2.13 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ @@ -15,11 +15,13 @@ LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt +USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" -MAN1= combinediff.1 filterdiff.1 fixcvsdiff.1 grepdiff.1 interdiff.1 \ - lsdiff.1 rediff.1 splitdiff.1 +MAN1= combinediff.1 editdiff.1 filterdiff.1 fixcvsdiff.1 grepdiff.1 \ + interdiff.1 lsdiff.1 rediff.1 splitdiff.1 .include diff -urN /usr/ports/misc/patchutils/distinfo misc/patchutils/distinfo --- /usr/ports/misc/patchutils/distinfo Fri Mar 15 21:08:58 2002 +++ misc/patchutils/distinfo Thu May 9 22:00:28 2002 @@ -1 +1 @@ -MD5 (patchutils-0.2.11.tar.gz) = a98c16aaf087faee9cd3fd49f7a561b8 +MD5 (patchutils-0.2.13.tar.bz2) = b24bfa0f79defd53350c988c5a3fe8a6 diff -urN /usr/ports/misc/patchutils/files/patch-filterdiff.c misc/patchutils/files/patch-filterdiff.c --- /usr/ports/misc/patchutils/files/patch-filterdiff.c Fri Mar 15 21:08:59 2002 +++ misc/patchutils/files/patch-filterdiff.c Thu May 9 22:03:47 2002 @@ -1,5 +1,5 @@ ---- filterdiff.c.orig Fri Mar 15 17:51:27 2002 -+++ filterdiff.