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.c Fri Mar 15 17:52:32 2002 +--- src/filterdiff.c.orig Thu May 9 01:50:58 2002 ++++ src/filterdiff.c Thu May 9 22:03:24 2002 @@ -24,12 +24,12 @@ #include "config.h" #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 Mon May 13 13:31: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 EB13037B40B for ; Mon, 13 May 2002 13:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKU1L84970; 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 61CBB37B412 for ; Mon, 13 May 2002 13:21:47 -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 g4DKLlhG047756 for ; Mon, 13 May 2002 13:21:47 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKLlkm047755; Mon, 13 May 2002 13:21:47 -0700 (PDT) Message-Id: <200205132021.g4DKLlkm047755@www.freebsd.org> Date: Mon, 13 May 2002 13:21:47 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38049: Update port: x11-wm/icewm (fix ports/36297) 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: 38049 >Category: ports >Synopsis: Update port: x11-wm/icewm (fix ports/36297) >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: - Append distfile's revision number to PORTVERSION - Unbreak - Fix remaining places where giconv used instead of iconv This PR supersedes ports/36297. >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/icewm/Makefile x11-wm/icewm/Makefile --- /usr/ports/x11-wm/icewm/Makefile Sat Apr 13 13:06:27 2002 +++ x11-wm/icewm/Makefile Tue May 14 03:12:36 2002 @@ -6,30 +6,27 @@ # PORTNAME= icewm -PORTVERSION= 1.0.9 -PORTREVISION= 5 +PORTVERSION= 1.0.9.2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}-2 +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} WANT_GNOME= yes WANT_ESOUND= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -#USE_AUTOCONF_VER=213 -USE_AUTOCONF_VER=252 -AUTOCONF= autoconf -AUTOCONF_DIR= ${LOCALBASE}/share/autoconf +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-i18n --enable-nls \ --with-cfgdir=${PREFIX}/share/icewm \ --with-libdir=${PREFIX}/share/icewm \ @@ -56,10 +53,13 @@ PLIST_SUB+= ESOUND="@comment " .endif +post-patch: + @cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf + post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${DATADIR}/taskbar .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/icewm + @${MKDIR} ${DOCSDIR} .for file in CHANGES FAQ INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor diff -urN /usr/ports/x11-wm/icewm/files/patch-ap x11-wm/icewm/files/patch-ap --- /usr/ports/x11-wm/icewm/files/patch-ap Wed Feb 20 18:45:10 2002 +++ x11-wm/icewm/files/patch-ap Sat Mar 23 13:46:13 2002 @@ -1,13 +1,12 @@ --- aclocal.m4.orig Tue Oct 9 23:54:02 2001 -+++ aclocal.m4 Wed Feb 20 14:18:56 2002 ++++ aclocal.m4 Sat Mar 23 13:46:01 2002 @@ -103,11 +103,15 @@ dnl AC_DEFUN(ICE_CHECK_CONVERSION, [ AC_MSG_CHECKING([whether iconv converts from $1 to $2]) -+ LIBS="-lgiconv $LIBS" ++ LIBS="-liconv $LIBS" AC_TRY_RUN([ -- #include -+ #include + #include + #include int main() { diff -urN /usr/ports/x11-wm/icewm/files/patch-configure.in x11-wm/icewm/files/patch-configure.in --- /usr/ports/x11-wm/icewm/files/patch-configure.in Fri Feb 22 23:13:42 2002 +++ x11-wm/icewm/files/patch-configure.in Sat Mar 23 13:51:44 2002 @@ -1,5 +1,5 @@ --- configure.in.orig Tue Oct 9 23:54:02 2001 -+++ configure.in Tue Feb 19 16:22:42 2002 ++++ configure.in Sat Mar 23 13:51:21 2002 @@ -83,7 +83,7 @@ AC_FUNC_SELECT_ARGTYPES @@ -52,45 +52,7 @@ fi ice_nl_codesets="${ice_nl_codesets} 0" -@@ -136,20 +137,20 @@ - - ice_iconv_cxxflags="${CXXFLAGS}" - -- AC_CHECK_HEADERS(iconv.h,, -- [ AC_MSG_ERROR([I18N support has been requested but iconv.h wasnt found. -+ AC_CHECK_HEADERS(giconv.h,, -+ [ AC_MSG_ERROR([I18N support has been requested but giconv.h wasnt found. - *** Check your installation. Upgrade your C library or install GNU libiconv - *** available at ftp://ftp.gnu.org/pub/gnu/libiconv/.])]) - - AC_CHECK_DECL(_libiconv_version, -- [ AC_MSG_RESULT(assuming iconv.h belongs to GNU libiconv) -- AC_CHECK_LIB(iconv, iconv, -- AC_CHECK_LIB(iconv, iconv_open, -- AC_CHECK_LIB(iconv, iconv_close, -- CXXFLAGS="${CXXFLAGS} -liconv" -- CORE_LIBS="${CORE_LIBS} -liconv" -- AC_DEFINE(CONFIG_LIBICONV, 1, Define when using libiconv), -- AC_MSG_ERROR([iconv.h appears to be part of libiconv but linking failed. -+ [ AC_MSG_RESULT(assuming giconv.h belongs to GNU libiconv) -+ AC_CHECK_LIB(giconv, iconv, -+ AC_CHECK_LIB(giconv, iconv_open, -+ AC_CHECK_LIB(giconv, iconv_close, -+ CXXFLAGS="${CXXFLAGS} -lgiconv" -+ CORE_LIBS="${CORE_LIBS} -lgiconv" -+ AC_DEFINE(CONFIG_LIBICONV, 1, Define when using libgiconv), -+ AC_MSG_ERROR([giconv.h appears to be part of libiconv but linking failed. - *** Check your installation. Upgrade your C library (glibc 2.2) or install - *** GNU libiconv available at ftp://ftp.gnu.org/pub/gnu/libiconv/.]))))], - -@@ -158,13 +159,13 @@ - AC_MSG_ERROR([iconv.h appears to be part of libc but linking failed. - *** Check your installation. Upgrade your C library (glibc 2.2) or install - *** GNU libiconv available at ftp://ftp.gnu.org/pub/gnu/libiconv/.]))], -- [#include ]) -+ [#include ]) - - AC_ARG_WITH(unicode-set, +@@ -164,7 +165,7 @@ [ --unicode-set=CODESET your iconv's unicode set in machine endian encoding (e.g. WCHAR_T, UCS-4-INTERNAL, UCS-4LE, UCS-4BE)], AC_DEFINE_UNQUOTED(CONFIG_UNICODE_SET, "$with_unicode_set"), diff -urN /usr/ports/x11-wm/icewm/files/patch-sysdep.in x11-wm/icewm/files/patch-sysdep.in --- /usr/ports/x11-wm/icewm/files/patch-sysdep.in Tue Mar 27 08:26:59 2001 +++ x11-wm/icewm/files/patch-sysdep.in Sat Mar 23 15:48:57 2002 @@ -1,11 +1,13 @@ ---- sysdep.in.orig Sat Mar 17 06:17:36 2001 -+++ sysdep.in Mon Mar 26 20:56:29 2001 -@@ -2,7 +2,7 @@ - LD = @CXX_LINK@ - +--- sysdep.in.orig Tue Oct 9 23:54:02 2001 ++++ sysdep.in Sat Mar 23 15:48:48 2002 +@@ -4,8 +4,8 @@ SYS_CFLAGS = \ -- @DEBUG@ @CXXFLAGS@ @DEFS@ \ -+ @DEBUG@ @CXXFLAGS@ @CPPFLAGS@ @DEFS@ \ + @DEBUG@ @CXXFLAGS@ @DEFS@ \ @CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ @GNOME_CFLAGS@ - SYS_INCDIRS = - SYS_LIBDIRS = +-SYS_INCDIRS = +-SYS_LIBDIRS = ++SYS_INCDIRS = @CPPFLAGS@ ++SYS_LIBDIRS = @LDFLAGS@ + SYS_LIBS = @LIBS@ + + CORE_LIBS = @CORE_LIBS@ >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:31: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 70DD537B406 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 g4DKU1584952; 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 75D5537B417 for ; Mon, 13 May 2002 13:20:42 -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 g4DKKghG047637 for ; Mon, 13 May 2002 13:20:42 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4DKKgZR047636; Mon, 13 May 2002 13:20:42 -0700 (PDT) Message-Id: <200205132020.g4DKKgZR047636@www.freebsd.org> Date: Mon, 13 May 2002 13:20:42 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38047: Update port: misc/quantlib to 0.30 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: 38047 >Category: ports >Synopsis: Update port: misc/quantlib to 0.30 >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.30 New file: files/patch-configure Remove file: files/patch-config::ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/quantlib/Makefile misc/quantlib/Makefile --- /usr/ports/misc/quantlib/Makefile Sun Mar 3 22:54:38 2002 +++ misc/quantlib/Makefile Fri May 10 01:36:38 2002 @@ -7,7 +7,7 @@ # PORTNAME= quantlib -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,15 +18,18 @@ WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes MAN1= DiscreteHedging.1 EuropeanOption.1 SwapValuation.1 \ quantlib-config.1 -post-patch: - @${PERL} -pi -e 's|-g -Wall -O2|\$$CXXFLAGS|g' ${WRKSRC}/configure - @find ${WRKSRC}/Examples -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|-g -O2 -Wall|\@CXXFLAGS\@ -O0|g' +pre-patch: + @${PERL} -pi -e 's|-g -O3|\$$CXXFLAGS|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | \ + ${XARGS} ${PERL} -pi -e 's|-g -O.|\@CXXFLAGS\@|g' + @${FIND} ${WRKSRC}/Examples -name "Makefile.in" | \ + ${XARGS} ${PERL} -pi -e 's|-pedantic -Wall|-O0|g' .include diff -urN /usr/ports/misc/quantlib/distinfo misc/quantlib/distinfo --- /usr/ports/misc/quantlib/distinfo Sun Mar 3 22:54:38 2002 +++ misc/quantlib/distinfo Wed May 8 01:06:15 2002 @@ -1 +1 @@ -MD5 (QuantLib-0.2.1-src.tar.bz2) = d8b9a949c5742703395ae285bcab9214 +MD5 (QuantLib-0.3.0-src.tar.bz2) = 171d615792d1c22e7d21a364537d6ef0 diff -urN /usr/ports/misc/quantlib/files/patch-config::ltmain.sh misc/quantlib/files/patch-config::ltmain.sh --- /usr/ports/misc/quantlib/files/patch-config::ltmain.sh Sun Mar 3 16:18:22 2002 +++ misc/quantlib/files/patch-config::ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,41 +0,0 @@ ---- config/ltmain.sh.orig Thu Sep 13 22:10:25 2001 -+++ config/ltmain.sh Sat Mar 2 16:21:45 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/misc/quantlib/files/patch-configure misc/quantlib/files/patch-configure --- /usr/ports/misc/quantlib/files/patch-configure Thu Jan 1 09:00:00 1970 +++ misc/quantlib/files/patch-configure Wed May 8 01:08:01 2002 @@ -0,0 +1,10 @@ +--- configure.orig Fri May 3 00:14:20 2002 ++++ configure Wed May 8 01:07:45 2002 +@@ -7014,6 +7014,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/misc/quantlib/pkg-plist misc/quantlib/pkg-plist --- /usr/ports/misc/quantlib/pkg-plist Sun Mar 3 22:54:39 2002 +++ misc/quantlib/pkg-plist Fri May 10 01:07:56 2002 @@ -1,24 +1,31 @@ +bin/BermudanSwaption bin/DiscreteHedging bin/EuropeanOption bin/SwapValuation bin/quantlib-config include/ql/Calendars/frankfurt.hpp include/ql/Calendars/helsinki.hpp +include/ql/Calendars/johannesburg.hpp include/ql/Calendars/london.hpp include/ql/Calendars/milan.hpp include/ql/Calendars/newyork.hpp +include/ql/Calendars/sydney.hpp include/ql/Calendars/target.hpp +include/ql/Calendars/tokyo.hpp +include/ql/Calendars/toronto.hpp include/ql/Calendars/wellington.hpp include/ql/Calendars/zurich.hpp include/ql/CashFlows/cashflowvectors.hpp include/ql/CashFlows/coupon.hpp include/ql/CashFlows/fixedratecoupon.hpp include/ql/CashFlows/floatingratecoupon.hpp +include/ql/CashFlows/shortfloatingcoupon.hpp include/ql/CashFlows/simplecashflow.hpp include/ql/DayCounters/actual360.hpp include/ql/DayCounters/actual365.hpp include/ql/DayCounters/actualactual.hpp include/ql/DayCounters/thirty360.hpp +include/ql/FiniteDifferences/americancondition.hpp include/ql/FiniteDifferences/boundarycondition.hpp include/ql/FiniteDifferences/bsmoperator.hpp include/ql/FiniteDifferences/cranknicolson.hpp @@ -30,20 +37,40 @@ include/ql/FiniteDifferences/fdtypedefs.hpp include/ql/FiniteDifferences/finitedifferencemodel.hpp include/ql/FiniteDifferences/impliciteuler.hpp +include/ql/FiniteDifferences/mixedscheme.hpp +include/ql/FiniteDifferences/onefactoroperator.hpp +include/ql/FiniteDifferences/shoutcondition.hpp include/ql/FiniteDifferences/stepcondition.hpp include/ql/FiniteDifferences/tridiagonaloperator.hpp include/ql/FiniteDifferences/valueatcenter.hpp +include/ql/Indexes/audlibor.hpp +include/ql/Indexes/cadlibor.hpp +include/ql/Indexes/chflibor.hpp include/ql/Indexes/euribor.hpp include/ql/Indexes/gbplibor.hpp +include/ql/Indexes/jpylibor.hpp include/ql/Indexes/usdlibor.hpp include/ql/Indexes/xibor.hpp include/ql/Indexes/xibormanager.hpp +include/ql/Indexes/zarlibor.hpp +include/ql/Instruments/capfloor.hpp include/ql/Instruments/plainoption.hpp include/ql/Instruments/simpleswap.hpp include/ql/Instruments/stock.hpp include/ql/Instruments/swap.hpp +include/ql/Instruments/swaption.hpp +include/ql/Lattices/binomialtree.hpp +include/ql/Lattices/bsmlattice.hpp +include/ql/Lattices/lattice.hpp +include/ql/Lattices/lattice2d.hpp +include/ql/Lattices/tree.hpp +include/ql/Lattices/trinomialtree.hpp +include/ql/Math/bilinearinterpolation.hpp +include/ql/Math/chisquaredistribution.hpp include/ql/Math/cubicspline.hpp +include/ql/Math/gammadistribution.hpp include/ql/Math/interpolation.hpp +include/ql/Math/interpolation2D.hpp include/ql/Math/lexicographicalview.hpp include/ql/Math/linearinterpolation.hpp include/ql/Math/matrix.hpp @@ -73,25 +100,43 @@ include/ql/MonteCarlo/pathgenerator.hpp include/ql/MonteCarlo/pathpricer.hpp include/ql/MonteCarlo/sample.hpp -include/ql/Patterns/factory.hpp +include/ql/Optimization/armijo.hpp +include/ql/Optimization/conjugategradient.hpp +include/ql/Optimization/constraint.hpp +include/ql/Optimization/costfunction.hpp +include/ql/Optimization/criteria.hpp +include/ql/Optimization/leastsquare.hpp +include/ql/Optimization/linesearch.hpp +include/ql/Optimization/method.hpp +include/ql/Optimization/problem.hpp +include/ql/Optimization/simplex.hpp +include/ql/Optimization/steepestdescent.hpp include/ql/Patterns/observable.hpp -include/ql/Pricers/americancondition.hpp -include/ql/Pricers/americanoption.hpp +include/ql/Pricers/analyticalcapfloor.hpp include/ql/Pricers/barrieroption.hpp -include/ql/Pricers/bermudanoption.hpp include/ql/Pricers/binaryoption.hpp -include/ql/Pricers/bsmnumericaloption.hpp +include/ql/Pricers/binomialplainoption.hpp +include/ql/Pricers/blackcapfloor.hpp +include/ql/Pricers/blackswaption.hpp +include/ql/Pricers/capfloorpricer.hpp include/ql/Pricers/cliquetoption.hpp include/ql/Pricers/continuousgeometricapo.hpp include/ql/Pricers/discretegeometricapo.hpp include/ql/Pricers/discretegeometricaso.hpp -include/ql/Pricers/dividendamericanoption.hpp -include/ql/Pricers/dividendeuropeanoption.hpp -include/ql/Pricers/dividendoption.hpp -include/ql/Pricers/dividendshoutoption.hpp include/ql/Pricers/europeanengine.hpp include/ql/Pricers/europeanoption.hpp -include/ql/Pricers/finitedifferenceeuropean.hpp +include/ql/Pricers/fdamericanoption.hpp +include/ql/Pricers/fdbermudanoption.hpp +include/ql/Pricers/fdbsmoption.hpp +include/ql/Pricers/fddividendamericanoption.hpp +include/ql/Pricers/fddividendeuropeanoption.hpp +include/ql/Pricers/fddividendoption.hpp +include/ql/Pricers/fddividendshoutoption.hpp +include/ql/Pricers/fdeuropean.hpp +include/ql/Pricers/fdmultiperiodoption.hpp +include/ql/Pricers/fdshoutoption.hpp +include/ql/Pricers/fdstepconditionoption.hpp +include/ql/Pricers/jamshidianswaption.hpp include/ql/Pricers/mcbasket.hpp include/ql/Pricers/mcdiscretearithmeticapo.hpp include/ql/Pricers/mcdiscretearithmeticaso.hpp @@ -101,18 +146,30 @@ include/ql/Pricers/mcmaxbasket.hpp include/ql/Pricers/mcpagoda.hpp include/ql/Pricers/mcpricer.hpp -include/ql/Pricers/multiperiodoption.hpp -include/ql/Pricers/shoutcondition.hpp -include/ql/Pricers/shoutoption.hpp include/ql/Pricers/singleassetoption.hpp -include/ql/Pricers/stepconditionoption.hpp +include/ql/Pricers/swaptionpricer.hpp +include/ql/Pricers/treecapfloor.hpp +include/ql/Pricers/treeswaption.hpp include/ql/RandomNumbers/boxmullergaussianrng.hpp include/ql/RandomNumbers/centrallimitgaussianrng.hpp -include/ql/RandomNumbers/inversecumulativegaussianrng.hpp +include/ql/RandomNumbers/inversecumgaussianrng.hpp include/ql/RandomNumbers/knuthuniformrng.hpp include/ql/RandomNumbers/lecuyeruniformrng.hpp include/ql/RandomNumbers/randomarraygenerator.hpp include/ql/RandomNumbers/rngtypedefs.hpp +include/ql/ShortRateModels/CalibrationHelpers/caphelper.hpp +include/ql/ShortRateModels/CalibrationHelpers/swaptionhelper.hpp +include/ql/ShortRateModels/OneFactorModels/blackkarasinski.hpp +include/ql/ShortRateModels/OneFactorModels/coxingersollross.hpp +include/ql/ShortRateModels/OneFactorModels/extendedcoxingersollross.hpp +include/ql/ShortRateModels/OneFactorModels/hullwhite.hpp +include/ql/ShortRateModels/OneFactorModels/vasicek.hpp +include/ql/ShortRateModels/TwoFactorModels/g2.hpp +include/ql/ShortRateModels/calibrationhelper.hpp +include/ql/ShortRateModels/model.hpp +include/ql/ShortRateModels/onefactormodel.hpp +include/ql/ShortRateModels/parameter.hpp +include/ql/ShortRateModels/twofactormodel.hpp include/ql/Solvers1D/bisection.hpp include/ql/Solvers1D/brent.hpp include/ql/Solvers1D/falseposition.hpp @@ -120,6 +177,7 @@ include/ql/Solvers1D/newtonsafe.hpp include/ql/Solvers1D/ridder.hpp include/ql/Solvers1D/secant.hpp +include/ql/TermStructures/affinetermstructure.hpp include/ql/TermStructures/flatforward.hpp include/ql/TermStructures/piecewiseflatforward.hpp include/ql/TermStructures/ratehelpers.hpp @@ -129,24 +187,33 @@ include/ql/Utilities/iteratorcategories.hpp include/ql/Utilities/processingiterator.hpp include/ql/Utilities/steppingiterator.hpp +include/ql/Volatilities/capflatvolvector.hpp +include/ql/Volatilities/swaptionvolmatrix.hpp include/ql/argsandresults.hpp include/ql/array.hpp +include/ql/blackmodel.hpp include/ql/calendar.hpp +include/ql/capvolstructures.hpp include/ql/cashflow.hpp include/ql/config.hpp include/ql/currency.hpp include/ql/dataformatters.hpp include/ql/date.hpp include/ql/daycounter.hpp +include/ql/diffusionprocess.hpp include/ql/errors.hpp +include/ql/exercise.hpp include/ql/expressiontemplates.hpp -include/ql/forwardvolsurface.hpp +include/ql/functions/daycounters.hpp +include/ql/functions/mathf.hpp +include/ql/grid.hpp include/ql/handle.hpp include/ql/history.hpp include/ql/index.hpp include/ql/instrument.hpp include/ql/marketelement.hpp include/ql/null.hpp +include/ql/numericalmethod.hpp include/ql/option.hpp include/ql/qldefines.hpp include/ql/quantlib.hpp @@ -154,21 +221,29 @@ include/ql/riskstatistics.hpp include/ql/scheduler.hpp include/ql/solver1d.hpp -include/ql/swaptionvolsurface.hpp +include/ql/swaptionvolstructure.hpp include/ql/termstructure.hpp include/ql/types.hpp lib/libQuantLib.a lib/libQuantLib.so lib/libQuantLib.so.0 share/aclocal/quantlib.m4 +@dirrm include/ql/functions +@dirrm include/ql/Volatilities @dirrm include/ql/Utilities @dirrm include/ql/TermStructures @dirrm include/ql/Solvers1D +@dirrm include/ql/ShortRateModels/TwoFactorModels +@dirrm include/ql/ShortRateModels/OneFactorModels +@dirrm include/ql/ShortRateModels/CalibrationHelpers +@dirrm include/ql/ShortRateModels @dirrm include/ql/RandomNumbers @dirrm include/ql/Pricers @dirrm include/ql/Patterns +@dirrm include/ql/Optimization @dirrm include/ql/MonteCarlo @dirrm include/ql/Math +@dirrm include/ql/Lattices @dirrm include/ql/Instruments @dirrm include/ql/Indexes @dirrm include/ql/FiniteDifferences >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:33:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from web13404.mail.yahoo.com (web13404.mail.yahoo.com [216.136.175.62]) by hub.freebsd.org (Postfix) with SMTP id D5B5837B415 for ; Mon, 13 May 2002 13:33:05 -0700 (PDT) Message-ID: <20020513203305.62322.qmail@web13404.mail.yahoo.com> Received: from [128.111.214.65] by web13404.mail.yahoo.com via HTTP; Mon, 13 May 2002 13:33:05 PDT Date: Mon, 13 May 2002 13:33:05 -0700 (PDT) From: Chris Dempsey Subject: Re: Error in Portupgrade To: Kevin Oberman , peter.kadau@tuebingen.mpg.de Cc: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org, knu@freebsd.org In-Reply-To: <20020513185548.0B6545D06@ptavv.es.net> 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 Thanks! Chris --- Kevin Oberman wrote: > > 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-stable" in the body of the message ===== 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 14:10: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 D985A37B407 for ; Mon, 13 May 2002 14:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLA1i91638; Mon, 13 May 2002 14:10:01 -0700 (PDT) (envelope-from gnats) Received: from CoolRat.org (bgp431251bgs.union01.nj.comcast.net [68.36.218.89]) by hub.freebsd.org (Postfix) with ESMTP id 57C5E37B403 for ; Mon, 13 May 2002 14:07:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by CoolRat.org with local; Mon, 13 May 2002 17:07:53 -0400 Message-Id: Date: Mon, 13 May 2002 17:07:53 -0400 From: Yarema Reply-To: Yarema To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38050: MAINTAINER-UPDATE: mail/mulberry 2.2 -> 2.2.1 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: 38050 >Category: ports >Synopsis: MAINTAINER-UPDATE: mail/mulberry 2.2 -> 2.2.1 >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 14:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: CoolRat.org >Environment: System: FreeBSD volyn.coolrat.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Wed May 8 11:46:45 EDT 2002 root@volyn.coolrat.org:/usr/obj/usr/src/sys/TIGER100 i386 >Description: Mulberry Change History (Unix) v2.2.1 : 07-May-2002 Fixes *Fixed bug with forward caption preferences not including cc by default. *Fixed bug with binhex/uu encoding causing freezes on send. *Fixed bug with hidden files appearing in local mailbox lists. *Fixed bug with occasional corrupt local copies of attachments. *Fixed bug with failure to update mailbox status when it is copied to. *Fixed bug with handling broken Applefile attachments. *Fixed bug causing occasional crashes when message window is open while connection loss occurs. *Fixed bug parsing compose file to get multi-key combinations for accented character typing. >How-To-Repeat: cd /usr/ports/mail/mulberry/ && make install >Fix: diff -ruN mulberry-2.2/Makefile mulberry/Makefile --- mulberry-2.2/Makefile Tue May 7 03:18:53 2002 +++ mulberry/Makefile Mon May 13 16:54:09 2002 @@ -6,7 +6,7 @@ # PORTNAME= mulberry -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/ DIST_SUBDIR= ${PORTNAME} @@ -38,17 +38,18 @@ PLIST_SUB+= CRYPTO="@comment " .endif +INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 PLUGINSDIR= ${PREFIX}/lib/${PORTNAME}/Plug-ins PIXMAPSDIR= ${PREFIX}/share/pixmaps do-install: - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${PLUGINSDIR} - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${PIXMAPSDIR} + ${INSTALL_DIR} ${PLUGINSDIR} + ${INSTALL_DIR} ${PIXMAPSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/Plug-ins/* ${PLUGINSDIR} ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/icons/* ${PIXMAPSDIR} .if !defined(NOPORTDOCS) - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${DOCSDIR} + ${INSTALL_DIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/CHANGES* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Mulberry_License ${DOCSDIR} .endif diff -ruN mulberry-2.2/distinfo mulberry/distinfo --- mulberry-2.2/distinfo Tue May 7 03:18:53 2002 +++ mulberry/distinfo Mon May 13 16:51:29 2002 @@ -1,2 +1,2 @@ -MD5 (mulberry/mulberry-2_2-rh6.tgz) = bba47d92a5b678e191340bded542faf8 -MD5 (mulberry/MulberryS.tgz) = e11f353c58981d16c798feb7d689367b +MD5 (mulberry/mulberry-2_2_1-rh6.tgz) = 0fde1747c3f30ea3fcddb27575204087 +MD5 (mulberry/MulberryS.tgz) = 14e1b7477b7bdcb3bce8643282fa811b >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 14:11:50 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 42E8237B404; Mon, 13 May 2002 14:11:48 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLBlj91889; Mon, 13 May 2002 14:11:47 -0700 (PDT) (envelope-from billf) Date: Mon, 13 May 2002 14:11:47 -0700 (PDT) From: Message-Id: <200205132111.g4DLBlj91889@freefall.freebsd.org> To: billf@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38027: Re: databases/db3: download URL has changed 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: Re: databases/db3: download URL has changed Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 13 14:11:26 PDT 2002 Responsible-Changed-Why: ports pr http://www.freebsd.org/cgi/query-pr.cgi?pr=38027 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 14:13: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 6690137B403; Mon, 13 May 2002 14:13:15 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLDFl92089; Mon, 13 May 2002 14:13:15 -0700 (PDT) (envelope-from billf) Date: Mon, 13 May 2002 14:13:15 -0700 (PDT) From: Message-Id: <200205132113.g4DLDFl92089@freefall.freebsd.org> To: jah4007@cs.rit.edu, billf@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38004: Re: cupsd.sh prints 'cupsd ' iso ' cupsd' 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: Re: cupsd.sh prints 'cupsd ' iso ' cupsd' State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon May 13 14:12:46 PDT 2002 State-Changed-Why: misplaced reply Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Mon May 13 14:12:46 PDT 2002 Responsible-Changed-Why: ports pr http://www.freebsd.org/cgi/query-pr.cgi?pr=38004 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 14: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 CCB4137B406 for ; Mon, 13 May 2002 14:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLK1V92474; Mon, 13 May 2002 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from web.cs.mcgill.ca (web.CS.McGill.CA [132.206.2.30]) by hub.freebsd.org (Postfix) with ESMTP id 3BABB37B41E for ; Mon, 13 May 2002 14:17:44 -0700 (PDT) Received: (from root@localhost) by web.cs.mcgill.ca (8.11.6/8.11.6) id g4DLHei68347; Mon, 13 May 2002 17:17:40 -0400 (EDT) (envelope-from root) Message-Id: <200205132117.g4DLHei68347@web.cs.mcgill.ca> Date: Mon, 13 May 2002 17:17:40 -0400 (EDT) From: abatko@cs.mcgill.ca Reply-To: abatko@cs.mcgill.ca To: FreeBSD-gnats-submit@FreeBSD.org Cc: abatko@cs.mcgill.ca X-Send-Pr-Version: 3.113 Subject: ports/38051: suexec is NOT being called by Apache 2.0.36 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: 38051 >Category: ports >Synopsis: suexec is NOT being called by Apache 2.0.36 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 13 14:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: abatko@cs.mcgill.ca >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD web.cs.mcgill.ca 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #1: Wed Apr 24 14:56:05 EDT 2002 root@web.cs.mcgill.ca:/usr/obj/usr/src/sys/WEB i386 >Description: Please note that I've sent this report to the Apache Bug DB as well. suexec is NOT being called by Apache 2.0.36. I've built apache both from /usr/ports on FreeBSD (4.5-RELEASE-p4) and from the latest source downloaded from the apache website. In both cases, upon start of apache, the following notice arrives in apache's error logfile, indicating that suexec has been loaded: [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin) However in both cases, the suexec logfile is never modified. Just to try figure out what's going on, I modified suexec's main() function by adding the following function call to send a message to suexec's logfile: log_err("testing... entered suexec\n"); This message never arrives when a cgi script is called; however it does arrive if suexec is called manually from the shell. I have also temporarily replaced the suexec program with the following shell script to see if there would be any difference: #!/bin/sh DATE=`/bin/date` cat >> /tmp/fake_suexec << EOF $DATE $* EOF Again, when a cgi script is called from a web browser, suexec is not executed because in this case, /tmp/fake_suexec is not modified. On the other hand, when this shell script is executed from the command line, it of course works. The compiled-in modules are: core.c prefork.c http_core.c mod_so.c And the additional loaded modules are: mod_access.so mod_alias.so mod_autoindex.so mod_cgi.so mod_cgid.so mod_dir.so mod_include.so mod_log_config.so mod_mime.so mod_negotiation.so mod_setenvif.so mod_status.so mod_suexec.so mod_userdir.so The suexec-related bugs i found in the apache bug database are not related to what i'm reporting: 7810 suexec + userdir non-functional in httpd 2.0.35 7992 Core dump when restarting daemon with mod_suexec 8291 mod_include + mod_suexec has bug 7862 suexec never log a group name 7791 mod_suexec problem 8789 SuExec Log File does not get created by default when suexec Running apache with 'LogLevel debug' did not reveal anything insightful. >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 14:27: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 179C037B403; Mon, 13 May 2002 14:27:52 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLRqb93272; Mon, 13 May 2002 14:27:52 -0700 (PDT) (envelope-from billf) Date: Mon, 13 May 2002 14:27:52 -0700 (PDT) From: Message-Id: <200205132127.g4DLRqb93272@freefall.freebsd.org> To: osa@FreeBSD.org.ru, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38027: Re: databases/db3: download URL has changed 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: Re: databases/db3: download URL has changed State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon May 13 14:27:30 PDT 2002 State-Changed-Why: see pr #37978 http://www.freebsd.org/cgi/query-pr.cgi?pr=38027 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 14:30: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 A741E37B404 for ; Mon, 13 May 2002 14:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLU1V93451; Mon, 13 May 2002 14:30:01 -0700 (PDT) (envelope-from gnats) Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id E3F0137B401 for ; Mon, 13 May 2002 14:21:14 -0700 (PDT) Received: (qmail 4727 invoked by uid 100); 13 May 2002 21:21:10 -0000 Message-Id: <20020513212110.4726.qmail@mired.org> Date: 13 May 2002 21:21:10 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38052: [PATCH] tmda port is out of daet 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: 38052 >Category: ports >Synopsis: [PATCH] tmda port is out of daet >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: Mon May 13 14:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #8: Sun May 12 04:06:35 CDT 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: The tmda port is at 0.54, but the latest release is 0.55. >How-To-Repeat: Check the ports and the tmda site at sourceforge. >Fix: Apply the attached patch. diff -ru tmda-orig/Makefile tmda/Makefile --- tmda-orig/Makefile Mon May 13 16:15:43 2002 +++ tmda/Makefile Mon May 13 16:16:08 2002 @@ -6,7 +6,7 @@ # PORTNAME= tmda -PORTVERSION= 0.54 +PORTVERSION= 0.55 CATEGORIES= mail python MASTER_SITES= http://software.libertine.org/tmda/releases/ \ http://software.libertine.org/tmda/releases/old/ diff -ru tmda-orig/distinfo tmda/distinfo --- tmda-orig/distinfo Mon May 13 16:15:43 2002 +++ tmda/distinfo Mon May 13 16:16:25 2002 @@ -1 +1 @@ -MD5 (tmda-0.54.tgz) = bd77c3395f2144b7d5e0086f940072f8 +MD5 (tmda-0.55.tgz) = d1bac533697e787b6b74537cd0ec1c79 >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 15: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 262A937B408 for ; Mon, 13 May 2002 15:10:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DMA7f99934; Mon, 13 May 2002 15:10:07 -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 3255137B407 for ; Mon, 13 May 2002 15:01:29 -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 g4DM6bTc057311; Tue, 14 May 2002 00:06:37 +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 g4DM6aXf057310; Tue, 14 May 2002 00:06:36 +0200 (CEST) Message-Id: <200205132206.g4DM6aXf057310@tl.kom.tuwien.ac.at> Date: Tue, 14 May 2002 00:06:36 +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/38054: New Port audio/terminatorx 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: 38054 >Category: ports >Synopsis: New Port audio/terminatorx >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 15:10:01 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: terminatorX is a realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs scratch on vinyl records Another port which uses the flexible LADSPA Plugins(ports/37965). >How-To-Repeat: >Fix: --- terminatorx.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: # # terminatorx # terminatorx/Makefile # terminatorx/files # terminatorx/files/patch-configure # terminatorx/files/patch-src-tX-audiofile.h # terminatorx/files/patch-src-Makefile.in # terminatorx/files/patch-src-Makefile.am # terminatorx/pkg-plist # terminatorx/distinfo # terminatorx/pkg-comment # terminatorx/pkg-descr # echo c - terminatorx mkdir -p terminatorx > /dev/null 2>&1 echo x - terminatorx/Makefile sed 's/^X//' >terminatorx/Makefile << 'END-of-terminatorx/Makefile' X# New ports collection Makefile for: terminatorx X# Date created: 13 May 2002 X# Whom: Tilman Linneweh ${WRKSRC}/src/$i X ${RM} ${WRKSRC}/src/$i.sed X.endfor X X.include END-of-terminatorx/Makefile echo c - terminatorx/files mkdir -p terminatorx/files > /dev/null 2>&1 echo x - terminatorx/files/patch-configure sed 's/^X//' >terminatorx/files/patch-configure << 'END-of-terminatorx/files/patch-configure' X--- configure.orig Mon May 13 20:02:09 2002 X+++ configure Mon May 13 20:07:07 2002 X@@ -1436,7 +1436,7 @@ X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread $LIBS" X cat > conftest.$ac_ext <&6 X@@ -1983,7 +1983,7 @@ X #include "confdefs.h" X #include <$ac_hdr> X EOF X-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X+ac_try="$ac_cpp -I/usr/local/include conftest.$ac_ext >/dev/null 2>conftest.out" X { (eval echo configure:1988: \"$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 END-of-terminatorx/files/patch-configure echo x - terminatorx/files/patch-src-tX-audiofile.h sed 's/^X//' >terminatorx/files/patch-src-tX-audiofile.h << 'END-of-terminatorx/files/patch-src-tX-audiofile.h' X--- src/tX_audiofile.h.orig Mon May 13 21:30:21 2002 X+++ src/tX_audiofile.h Mon May 13 21:30:45 2002 X@@ -71,7 +71,7 @@ X #define TX_FILE_MPG123 2 X #define TX_FILE_OGG123 3 X X-#include X+#include X #include "tX_types.h" X #include X END-of-terminatorx/files/patch-src-tX-audiofile.h echo x - terminatorx/files/patch-src-Makefile.in sed 's/^X//' >terminatorx/files/patch-src-Makefile.in << 'END-of-terminatorx/files/patch-src-Makefile.in' X--- src/Makefile.in.orig Mon May 13 22:08:37 2002 X+++ src/Makefile.in Mon May 13 22:08:50 2002 X@@ -78,7 +78,7 @@ X X_PRE_LIBS = @X_PRE_LIBS@ X x_libraries = @x_libraries@ X X-LIBS = @GTK_LIBS@ -lXi -lXxf86dga -lpthread X+LIBS = @GTK_LIBS@ -lXi -lXxf86dga -pthread X X SUBDIRS = gui_icons smallknob X END-of-terminatorx/files/patch-src-Makefile.in echo x - terminatorx/files/patch-src-Makefile.am sed 's/^X//' >terminatorx/files/patch-src-Makefile.am << 'END-of-terminatorx/files/patch-src-Makefile.am' X--- src/Makefile.am.orig Mon May 13 22:19:10 2002 X+++ src/Makefile.am Mon May 13 22:19:41 2002 X@@ -1,4 +1,4 @@ X-LIBS=@GTK_LIBS@ -lXi -lXxf86dga -lpthread X+LIBS=@GTK_LIBS@ -lXi -lXxf86dga -pthread X X SUBDIRS = gui_icons smallknob X END-of-terminatorx/files/patch-src-Makefile.am echo x - terminatorx/pkg-plist sed 's/^X//' >terminatorx/pkg-plist << 'END-of-terminatorx/pkg-plist' Xbin/terminatorX END-of-terminatorx/pkg-plist echo x - terminatorx/distinfo sed 's/^X//' >terminatorx/distinfo << 'END-of-terminatorx/distinfo' XMD5 (terminatorX-3.72.tar.gz) = 85453df5c69ab2ecc6913a2b2226c197 END-of-terminatorx/distinfo echo x - terminatorx/pkg-comment sed 's/^X//' >terminatorx/pkg-comment << 'END-of-terminatorx/pkg-comment' XRealtime audio synthesizer that allows you to "scratch" on audio data END-of-terminatorx/pkg-comment echo x - terminatorx/pkg-descr sed 's/^X//' >terminatorx/pkg-descr << 'END-of-terminatorx/pkg-descr' XterminatorX is a realtime audio synthesizer that allows you to "scratch" on Xdigitally sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs Xscratch on vinyl records. X XIt features multiple turntables, realtime Xeffects (buit-in as well as LADSPA plugin effects), a sequencer and Xan easy-to- use gtk+ GUI. X XAuthor: Alexander Koenig XWWW: http://www.terminatorx.cx X X-- Tilman Linneweh Xfreebsdports@arved.de END-of-terminatorx/pkg-descr exit --- terminatorx.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 15:49: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 9DAC037B405; Mon, 13 May 2002 15:49:35 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DMnZr02571; Mon, 13 May 2002 15:49:35 -0700 (PDT) (envelope-from billf) Date: Mon, 13 May 2002 15:49:35 -0700 (PDT) From: Message-Id: <200205132249.g4DMnZr02571@freefall.freebsd.org> To: ports@geeksrus.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/37978: databases/db3: download URL has changed 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: databases/db3: download URL has changed State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon May 13 15:46:10 PDT 2002 State-Changed-Why: committed to ports/databases/db3/Makefile:1.39 Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Mon May 13 15:46:10 PDT 2002 Responsible-Changed-Why: committed, followups to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=37978 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 17:51: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 7ED7E37B406; Mon, 13 May 2002 17:51:15 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0pFW23158; Mon, 13 May 2002 17:51:15 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 17:51:15 -0700 (PDT) From: Message-Id: <200205140051.g4E0pFW23158@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/37615: Break in x11-toolkits/qt23 build from Tue Apr 30 16:24:04 PDT 2002 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: Break in x11-toolkits/qt23 build from Tue Apr 30 16:24:04 PDT 2002 Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: trevor Responsible-Changed-When: Mon May 13 17:50:38 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=37615 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 17:52:56 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 9385037B404; Mon, 13 May 2002 17:52:54 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0qnU23281; Mon, 13 May 2002 17:52:49 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 17:52:49 -0700 (PDT) From: Message-Id: <200205140052.g4E0qnU23281@freefall.freebsd.org> To: dej@ox.org, trevor@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37811: Change required to SourceForge FTP site 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: Change required to SourceForge FTP site State-Changed-From-To: feedback->closed State-Changed-By: trevor State-Changed-When: Mon May 13 17:51:35 PDT 2002 State-Changed-Why: The problem has been fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=37811 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 17:54: 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 CE55637B404; Mon, 13 May 2002 17:54:06 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0s6U23466; Mon, 13 May 2002 17:54:06 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 17:54:06 -0700 (PDT) From: Message-Id: <200205140054.g4E0s6U23466@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: 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 Synopsis: Evolution gets "stuck" on startup if exited while being in "Summary". Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: trevor Responsible-Changed-When: Mon May 13 17:53:03 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=37991 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 18: 4: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 D57F837B404; Mon, 13 May 2002 18:04:52 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E14qk24529; Mon, 13 May 2002 18:04:52 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 18:04:52 -0700 (PDT) From: Message-Id: <200205140104.g4E14qk24529@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/37942: KDE 3.0 konsole terminal keyboard table update for better FreeBSD compatibility 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: KDE 3.0 konsole terminal keyboard table update for better FreeBSD compatibility Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: trevor Responsible-Changed-When: Mon May 13 18:04:11 PDT 2002 Responsible-Changed-Why: to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=37942 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 18: 8: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 E862737B40B; Mon, 13 May 2002 18:08:38 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E18co28820; Mon, 13 May 2002 18:08:38 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 18:08:38 -0700 (PDT) From: Message-Id: <200205140108.g4E18co28820@freefall.freebsd.org> To: dominic_marks@btinternet.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Maintainer Update: devel/ccache State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 18:08:29 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38028 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 18:12:39 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 0437637B403; Mon, 13 May 2002 18:12:37 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1Ca229403; Mon, 13 May 2002 18:12:36 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 18:12:36 -0700 (PDT) From: Message-Id: <200205140112.g4E1Ca229403@freefall.freebsd.org> To: trevor@FreeBSD.org, obrien@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32664: open-motif-devel-2.1.30 registers itself as openmotif-devel-2.1.30-4-MIL 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: open-motif-devel-2.1.30 registers itself as openmotif-devel-2.1.30-4-MIL Responsible-Changed-From-To: obrien->freebsd-ports Responsible-Changed-By: trevor Responsible-Changed-When: Mon May 13 18:11:30 PDT 2002 Responsible-Changed-Why: maintainer resigned http://www.freebsd.org/cgi/query-pr.cgi?pr=32664 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 18:13:28 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 7F21F37B401; Mon, 13 May 2002 18:13:25 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1DPZ29529; Mon, 13 May 2002 18:13:25 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 18:13:25 -0700 (PDT) From: Message-Id: <200205140113.g4E1DPZ29529@freefall.freebsd.org> To: mwm@mired.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38052: [PATCH] tmda port is out of daet 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: [PATCH] tmda port is out of daet State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 18:13:07 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38052 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 18:14: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 A43CE37B404; Mon, 13 May 2002 18:14:24 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1EOj29645; Mon, 13 May 2002 18:14:24 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 18:14:24 -0700 (PDT) From: Message-Id: <200205140114.g4E1EOj29645@freefall.freebsd.org> To: trevor@FreeBSD.org, obrien@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36398: x11-toolkits/open-motif-devel: make errors on install 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: x11-toolkits/open-motif-devel: make errors on install Responsible-Changed-From-To: obrien->freebsd-ports Responsible-Changed-By: trevor Responsible-Changed-When: Mon May 13 18:14:00 PDT 2002 Responsible-Changed-Why: The maintainer resigned. http://www.freebsd.org/cgi/query-pr.cgi?pr=36398 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 18:16:36 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 9C42037B411; Mon, 13 May 2002 18:16:30 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1GUW29839; Mon, 13 May 2002 18:16:30 -0700 (PDT) (envelope-from trevor) Date: Mon, 13 May 2002 18:16:30 -0700 (PDT) From: Message-Id: <200205140116.g4E1GUW29839@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/38049: Update port: x11-wm/icewm (fix ports/36297) 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: Update port: x11-wm/icewm (fix ports/36297) Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: trevor Responsible-Changed-When: Mon May 13 18:16:16 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38049 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 18:36: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 90F5237B40E; Mon, 13 May 2002 18:36:07 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1a7A31366; Mon, 13 May 2002 18:36:07 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 18:36:07 -0700 (PDT) From: Message-Id: <200205140136.g4E1a7A31366@freefall.freebsd.org> To: yds@CoolRat.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38050: MAINTAINER-UPDATE: mail/mulberry 2.2 -> 2.2.1 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: mail/mulberry 2.2 -> 2.2.1 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 18:35:58 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38050 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 19:11: 0 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 7E16837B403; Mon, 13 May 2002 19:10:55 -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 TAA01139; Mon, 13 May 2002 19:10:48 -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 g4E2Dx972618; Mon, 13 May 2002 19:14:00 -0700 (PDT) (envelope-from greg@thistle.bogs.org) Message-Id: <200205140214.g4E2Dx972618@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: Mon, 13 May 2002 19:13:59 -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 As a follow-up, I found the files "mf.base" and "mfplain.mp" on another machine, and copied them into the lilypond work/mf directory; this allowed everything to compile and install. So, basically the port appears to be mostly OK, but there are a few details that are wrong plus some dependency problems; these will have to be fixed before the usual "cd /usr/ports/print/lilypond; make install" approach will work again. (Since I am on a slow modem like, I installed some of the required dependencies from packages on the 4.5 cdrom set rather than downloading the source (e.g., "hugelatex")--this may be why there were missing files???) Greg Shenaut 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 19:14: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 872BA37B414; Mon, 13 May 2002 19:14:17 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2EHW38293; Mon, 13 May 2002 19:14:17 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 19:14:17 -0700 (PDT) From: Message-Id: <200205140214.g4E2EHW38293@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: maintainer-update: print/pfaedit to 20020507 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 19:14:07 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38007 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 19:29: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 AF73837B404; Mon, 13 May 2002 19:29:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2T2i39570; Mon, 13 May 2002 19:29:02 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 19:29:02 -0700 (PDT) From: Message-Id: <200205140229.g4E2T2i39570@freefall.freebsd.org> To: stijn@pcwin002.win.tue.nl, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37816: [MAINTAINER UPDATE]: x11-wm/bbkeys 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]: x11-wm/bbkeys State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 19:28:47 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37816 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 19:32: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 0F60737B401; Mon, 13 May 2002 19:32:38 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2WcU40246; Mon, 13 May 2002 19:32:38 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 19:32:38 -0700 (PDT) From: Message-Id: <200205140232.g4E2WcU40246@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37182: maintainer-update: print/pfaedit to 20020416 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: print/pfaedit to 20020416 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 19:31:51 PDT 2002 State-Changed-Why: Superseded by PR ports/38007 http://www.freebsd.org/cgi/query-pr.cgi?pr=37182 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 19:34:59 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 89C6837B405; Mon, 13 May 2002 19:34:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2Yt540568; Mon, 13 May 2002 19:34:55 -0700 (PDT) (envelope-from ijliao) Date: Mon, 13 May 2002 19:34:55 -0700 (PDT) From: Message-Id: <200205140234.g4E2Yt540568@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: audio/easytag to 0.20 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon May 13 19:34:47 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38040 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 19:35: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 11DEA37B405; Mon, 13 May 2002 19:35:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2ZI840678; Mon, 13 May 2002 19:35:18 -0700 (PDT) (envelope-from ijliao) Date: Mon, 13 May 2002 19:35:18 -0700 (PDT) From: Message-Id: <200205140235.g4E2ZI840678@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: games/xemeraldia State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon May 13 19:35:01 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38042 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 19:35:36 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 F23D237B405; Mon, 13 May 2002 19:35:30 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2ZU440732; Mon, 13 May 2002 19:35:30 -0700 (PDT) (envelope-from ijliao) Date: Mon, 13 May 2002 19:35:30 -0700 (PDT) From: Message-Id: <200205140235.g4E2ZU440732@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: misc/patchutils to 0.2.13 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon May 13 19:35:23 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38046 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 19:35:45 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 2659D37B401; Mon, 13 May 2002 19:35:43 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2Zhn40774; Mon, 13 May 2002 19:35:43 -0700 (PDT) (envelope-from ijliao) Date: Mon, 13 May 2002 19:35:43 -0700 (PDT) From: Message-Id: <200205140235.g4E2Zhn40774@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38047: Update port: misc/quantlib to 0.30 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: Update port: misc/quantlib to 0.30 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon May 13 19:35:35 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38047 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 19:35:59 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 5AB3037B400; Mon, 13 May 2002 19:35:57 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2Zvc40824; Mon, 13 May 2002 19:35:57 -0700 (PDT) (envelope-from ijliao) Date: Mon, 13 May 2002 19:35:57 -0700 (PDT) From: Message-Id: <200205140235.g4E2Zvc40824@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: graphics/gphoto2 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon May 13 19:35:50 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38045 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 19:37: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 0951437B405; Mon, 13 May 2002 19:37:41 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2bfY40972; Mon, 13 May 2002 19:37:41 -0700 (PDT) (envelope-from dinoex) Date: Mon, 13 May 2002 19:37:41 -0700 (PDT) From: Message-Id: <200205140237.g4E2bfY40972@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/37607: cyrus-sasl's Sendmail.README is wrong about confDONT_BLAME_SENDMAIL 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: cyrus-sasl's Sendmail.README is wrong about confDONT_BLAME_SENDMAIL Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Mon May 13 19:37:03 PDT 2002 Responsible-Changed-Why: I will take care for it. http://www.freebsd.org/cgi/query-pr.cgi?pr=37607 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 19:40:21 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 5A51437B406; Mon, 13 May 2002 19:40:16 -0700 (PDT) Received: (from netadmin@localhost) by phobos.raisdorf.net (8.11.6/8.11.6) with UUCP id g4E2Kv510292; Tue, 14 May 2002 04:20:57 +0200 (CEST) X-Authentication-Warning: phobos.raisdorf.net: netadmin set sender to hscholz@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 SMTP id g4E2cNxn052881; Tue, 14 May 2002 12:38:23 +1000 (EST) (envelope-from hscholz@raisdorf.net) Message-Id: <200205140238.g4E2cNxn052881@deimos.raisdorf.net> Date: Tue, 14 May 2002 12:38:22 +1000 From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38032: MASTER_SITE_THEMES is gone In-Reply-To: <200205131320.g4DDK2C19756@freefall.freebsd.org> References: <200205131318.g4DDIM8Z086586@www.freebsd.org> <200205131320.g4DDK2C19756@freefall.freebsd.org> Organization: no X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Hi! I created a patch for the following ports: - x11-toolkits/buffy - x11-toolkits/clean-theme-gtk - x11-toolkits/colorstep - x11-toolkits/engradient - x11-toolkits/gtk-Mac2-theme - x11-toolkits/gtk-flat-theme - x11-toolkits/gtk-qn-x11-theme - x11-toolkits/gtk-zenith-theme - x11-toolkits/gtkbe - x11-toolkits/gtkstep-pastel - x11-toolkits/notif2 - x11-toolkits/thinice - x11-toolkits/whistlerk - x11-toolkits/xenophilia - x11-toolkits/xenostep These are all ports that have the MASTER_SITE_THEMES in any file. MASTER_SITE_THEMES has to be set to http://download.freshmeat.net/themes The patch for the ports tree can be downloaded from http://www.raisdorf.net/files/FreeBSD/gtk-themes.patch Most of the ports have a string like 20020101 as version. Where possible I set this to the real version number in the tarball. Freshmeat stores the themes with a different naming convention on their server so this makes more sense to me. 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 19:44: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 3C68B37B40C; Mon, 13 May 2002 19:44:11 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2iBQ41835; Mon, 13 May 2002 19:44:11 -0700 (PDT) (envelope-from dinoex) Date: Mon, 13 May 2002 19:44:11 -0700 (PDT) From: Message-Id: <200205140244.g4E2iBQ41835@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/37913: security/cyrus-sasl: Fix sourceforge download problem 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: security/cyrus-sasl: Fix sourceforge download problem Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Mon May 13 19:37:58 PDT 2002 Responsible-Changed-Why: I will take care of it. The port does not build with this patch, It looks like files/patch-lib::checkpw.c is obsolte now. Please check and send me feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=37913 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 19:46: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 1D48137B41D; Mon, 13 May 2002 19:46:15 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2kFx42040; Mon, 13 May 2002 19:46:15 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 19:46:15 -0700 (PDT) From: Message-Id: <200205140246.g4E2kFx42040@freefall.freebsd.org> To: ports@geeksrus.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37979: databases/db: download URL has changed 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: databases/db: download URL has changed State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 19:46:05 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37979 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 19:50: 8 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 4808937B401 for ; Mon, 13 May 2002 19:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2o3w42406; Mon, 13 May 2002 19:50:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 May 2002 19:50:03 -0700 (PDT) Message-Id: <200205140250.g4E2o3w42406@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: Tue, 14 May 2002 12:38:22 +1000 Hi! I created a patch for the following ports: - x11-toolkits/buffy - x11-toolkits/clean-theme-gtk - x11-toolkits/colorstep - x11-toolkits/engradient - x11-toolkits/gtk-Mac2-theme - x11-toolkits/gtk-flat-theme - x11-toolkits/gtk-qn-x11-theme - x11-toolkits/gtk-zenith-theme - x11-toolkits/gtkbe - x11-toolkits/gtkstep-pastel - x11-toolkits/notif2 - x11-toolkits/thinice - x11-toolkits/whistlerk - x11-toolkits/xenophilia - x11-toolkits/xenostep These are all ports that have the MASTER_SITE_THEMES in any file. MASTER_SITE_THEMES has to be set to http://download.freshmeat.net/themes The patch for the ports tree can be downloaded from http://www.raisdorf.net/files/FreeBSD/gtk-themes.patch Most of the ports have a string like 20020101 as version. Where possible I set this to the real version number in the tarball. Freshmeat stores the themes with a different naming convention on their server so this makes more sense to me. 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 19:50: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 551C037B40A; Mon, 13 May 2002 19:50:43 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2oh042563; Mon, 13 May 2002 19:50:43 -0700 (PDT) (envelope-from sada) Date: Mon, 13 May 2002 19:50:43 -0700 (PDT) From: Message-Id: <200205140250.g4E2oh042563@freefall.freebsd.org> To: lapo@lapo.it, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37527: New Port: sysutil/rcorder 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: sysutil/rcorder State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon May 13 19:49:49 PDT 2002 State-Changed-Why: Superseded by PR ports/37593. http://www.freebsd.org/cgi/query-pr.cgi?pr=37527 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 19:52: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 2CCEA37B410; Mon, 13 May 2002 19:52:10 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2qA242748; Mon, 13 May 2002 19:52:10 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 19:52:10 -0700 (PDT) From: Message-Id: <200205140252.g4E2qA242748@freefall.freebsd.org> To: stijn@win.tue.nl, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37787: [MAINTAINER UPDATE]: emulators/xmame 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]: emulators/xmame State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 19:51:59 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37787 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 19:57: 2 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 55C4237B401; Mon, 13 May 2002 19:56:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2upY43191; Mon, 13 May 2002 19:56:51 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 19:56:51 -0700 (PDT) From: Message-Id: <200205140256.g4E2upY43191@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: net/maradns to 0.9.28 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 19:56:40 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38048 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 20: 7:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.redlinenetworks.com (mail.redlinenetworks.com [216.136.145.172]) by hub.freebsd.org (Postfix) with ESMTP id 0569337B403 for ; Mon, 13 May 2002 20:07:17 -0700 (PDT) Received: from redlinenetworks.com (melkor.redlinenetworks.com [192.168.0.8]) by mail.redlinenetworks.com (8.11.6/8.11.1) with ESMTP id g4E37Gq63830; Mon, 13 May 2002 20:07:16 -0700 (PDT) (envelope-from scott@redlinenetworks.com) Message-ID: <3CE0809B.7000608@redlinenetworks.com> Date: Mon, 13 May 2002 20:12:27 -0700 From: Scott Sewall Organization: Redline Networks, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@FreeBSD.org Cc: sewall@Ix.netcom.com Subject: Building gnome-- fails 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 I'm trying to build the gnome-- port, but it fails when building gnomemm-1.2.2. I cvsup'd my ports tree earlier today. I'm running 4.5-RELEASE. Here's the compile error message: >===> Building for gnomemm-1.2.2 >gmake all-recursive >gmake[1]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' >Making all in src >gmake[2]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' >Making all in build_sources >gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' >Making all in gnome-- >gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >Making all in private >gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' >gmake[4]: Nothing to be done for `all'. >gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' >gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include `gnome-config gnomeui --cflags` -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc >rm -f .libs/procbar.lo >c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc -fPIC -DPIC -o .libs/procbar.lo >procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector > &, gint (*)(void *))': >procbar.cc:23: ANSI C++ prohibits conversion from `(void *)' to `(...)' >gmake[4]: *** [procbar.lo] Error 1 >gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >gmake[3]: *** [all-recursive] Error 1 >gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >gmake[2]: *** [all-recursive] Error 1 >gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' >gmake[1]: *** [all-recursive] Error 1 >gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' >gmake: *** [all-recursive-am] Error 2 >*** Error code 2 > >Stop in /usr/ports/x11-toolkits/gnome--. > Any ideas? -- Scott 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 20:10: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 1C9C437B401; Mon, 13 May 2002 20:10:25 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3APU47929; Mon, 13 May 2002 20:10:25 -0700 (PDT) (envelope-from pat) Date: Mon, 13 May 2002 20:10:25 -0700 (PDT) From: Message-Id: <200205140310.g4E3APU47929@freefall.freebsd.org> To: lehmann@ans-netz.de, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: update-port: mail/sylpheed State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon May 13 20:10:10 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38038 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 20:16: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 29DA537B401; Mon, 13 May 2002 20:16:14 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3GEB48560; Mon, 13 May 2002 20:16:14 -0700 (PDT) (envelope-from sada) Date: Mon, 13 May 2002 20:16:14 -0700 (PDT) From: Message-Id: <200205140316.g4E3GEB48560@freefall.freebsd.org> To: lapo@lapo.it, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37593: New Port: sysutil/rclean 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: sysutil/rclean State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon May 13 20:15:57 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37593 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 21:22:53 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 D356437B403 for ; Mon, 13 May 2002 21:22:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4E4MN1D000468; Tue, 14 May 2002 00:22:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Building gnome-- fails From: Joe Marcus Clarke To: Scott Sewall Cc: ports@FreeBSD.ORG, sewall@Ix.netcom.com In-Reply-To: <3CE0809B.7000608@redlinenetworks.com> References: <3CE0809B.7000608@redlinenetworks.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 14 May 2002 00:22:23 -0400 Message-Id: <1021350144.279.0.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 23:12, Scott Sewall wrote: > > I'm trying to build the gnome-- port, but it fails when building > gnomemm-1.2.2. > > I cvsup'd my ports tree earlier today. I'm running 4.5-RELEASE. Please make sure you have the latest gnomecore, then try to rebuild gnome--. Joe > > Here's the compile error message: > > >===> Building for gnomemm-1.2.2 > >gmake all-recursive > >gmake[1]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' > >Making all in src > >gmake[2]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' > >Making all in build_sources > >gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' > >gmake[3]: Nothing to be done for `all'. > >gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' > >Making all in gnome-- > >gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >Making all in private > >gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' > >gmake[4]: Nothing to be done for `all'. > >gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' > >gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include `gnome-config gnomeui --cflags` -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc > >rm -f .libs/procbar.lo > >c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc -fPIC -DPIC -o .libs/procbar.lo > >procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector > &, gint (*)(void *))': > >procbar.cc:23: ANSI C++ prohibits conversion from `(void *)' to `(...)' > >gmake[4]: *** [procbar.lo] Error 1 > >gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >gmake[3]: *** [all-recursive] Error 1 > >gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >gmake[2]: *** [all-recursive] Error 1 > >gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' > >gmake[1]: *** [all-recursive] Error 1 > >gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' > >gmake: *** [all-recursive-am] Error 2 > >*** Error code 2 > > > >Stop in /usr/ports/x11-toolkits/gnome--. > > > Any ideas? > > -- Scott > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" 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 21: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 0028637B40E for ; Mon, 13 May 2002 21:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E4U1957332; Mon, 13 May 2002 21: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 2295137B403 for ; Mon, 13 May 2002 21:24: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 g4E4OJhG089718 for ; Mon, 13 May 2002 21:24:19 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4E4OJ3k089717; Mon, 13 May 2002 21:24:19 -0700 (PDT) Message-Id: <200205140424.g4E4OJ3k089717@www.freebsd.org> Date: Mon, 13 May 2002 21:24:19 -0700 (PDT) From: "Andrew P. Lentvorski" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38062: Galeon 1.2.1 port fails to build as of May 13, 2002 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: 38062 >Category: ports >Synopsis: Galeon 1.2.1 port fails to build as of May 13, 2002 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 13 21:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrew P. Lentvorski >Release: FreeBSD 4.5-STABLE #1: Fri Apr 26 02:15:49 PDT 2002 >Organization: >Environment: FreeBSD elmer.pacbell.net 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Apr 26 02:15:49 PDT 2002 root@elmer.pacbell.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Subject says it all -- Galeon 1.2.1 port fails to build >How-To-Repeat: Create new system. Go into /usr/ports/www/galeon and type make install. Fly to Columbia for coffee. Fly back and observer error messages. mozilla.cpp: In function `gboolean mozilla_save_url(GaleonEmbed *, const char *, char *, DownloadAction, void **)': mozilla.cpp:369: cannot allocate an object of type `GProgressListener2' mozilla.cpp:369: since the following virtual functions are abstract: /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:58: nsresult nsIDownload::Init(nsIURI *, nsILocalFile *, const PRUnichar *, const PRUnichar *, long long int, nsIWebBrowserPersist *) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:64: nsresult nsIDownload::GetSource(nsIURI **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:70: nsresult nsIDownload::GetTarget(nsILocalFile **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:80: nsresult nsIDownload::GetPersist(nsIWebBrowserPersist **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:86: nsresult nsIDownload::GetPercentComplete(PRInt32 *) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:92: nsresult nsIDownload::GetDisplayName(PRUnichar **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:93: nsresult nsIDownload::SetDisplayName(const PRUnichar *) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:99: nsresult nsIDownload::GetStartTime(PRInt64 *) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:106: nsresult nsIDownload::GetOpeningWith(PRUnichar **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:113: nsresult nsIDownload::GetListener(nsIWebProgressListener **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:114: nsresult nsIDownload::SetListener(nsIWebProgressListener *) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:121: nsresult nsIDownload::GetObserver(nsIObserver **) /usr/X11R6/include/mozilla/uriloader/nsIDownload.h:122: nsresult nsIDownload::SetObserver(nsIObserver *) >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 22:38:37 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 EC6E337B407; Mon, 13 May 2002 22:38:29 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E55BI64931; Mon, 13 May 2002 22:05:11 -0700 (PDT) (envelope-from marcus) Date: Mon, 13 May 2002 22:05:11 -0700 (PDT) From: Message-Id: <200205140505.g4E55BI64931@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/38062: Galeon 1.2.1 port fails to build as of May 13, 2002 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: Galeon 1.2.1 port fails to build as of May 13, 2002 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Mon May 13 22:04:26 PDT 2002 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=38062 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 23: 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 8C0A637B408 for ; Mon, 13 May 2002 23:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E602w76973; Mon, 13 May 2002 23:00:02 -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 1ECCF37B400 for ; Mon, 13 May 2002 22:58:36 -0700 (PDT) Received: from sz.homedns.org ([218.46.1.125]) by t-mta2.odn.ne.jp with ESMTP id <20020514055833884.QZOQ.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Tue, 14 May 2002 14:58:33 +0900 Received: by sz.homedns.org (Postfix, from userid 1001) id 5145299BF6; Tue, 14 May 2002 14:58:30 +0900 (JST) Message-Id: <20020514055830.5145299BF6@sz.homedns.org> Date: Tue, 14 May 2002 14:58:30 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38063: New port: net/beepcore-java - a beep implementation in java 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: 38063 >Category: ports >Synopsis: New port: net/beepcore-java - a beep implementation in java >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 23:00:02 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: This release includes a Java implementation of beep core RFC 3080 and beep mapping for TCP RFC 3081. WWW: http://sourceforge.net/projects/beepcore-java >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: # # beepcore-java # beepcore-java/Makefile # beepcore-java/distinfo # beepcore-java/pkg-comment # beepcore-java/pkg-descr # beepcore-java/pkg-plist # echo c - beepcore-java mkdir -p beepcore-java > /dev/null 2>&1 echo x - beepcore-java/Makefile sed 's/^X//' >beepcore-java/Makefile << 'END-of-beepcore-java/Makefile' X# New ports collection makefile for: beepcore-java X# Date created: 14 May 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= beepcore-java XPORTVERSION= 0.9.06 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= beepcore-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= fuyuki@mj.0038.net X XRUN_DEPENDS= ${LOCALBASE}/share/java/classes/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j X XUSE_JAVA= 1.2+ XNO_BUILD= yes X XNO_BUILD_DEPENDS_JAVA= yes XJAVALIBDIR= ${PREFIX}/share/java/classes X Xdo-install: X ${MKDIR} ${JAVALIBDIR} X ${INSTALL_DATA} ${WRKSRC}/lib/beep*.jar ${JAVALIBDIR} X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/lib/example.jar ${EXAMPLESDIR} X ${CP} -R ${WRKSRC}/example/* ${EXAMPLESDIR} X Xpost-install: X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/*.txt ${WRKSRC}/*.htm ${DOCSDIR} X.if !defined(NOPORTDOCS) X ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} X.endif X X.include END-of-beepcore-java/Makefile echo x - beepcore-java/distinfo sed 's/^X//' >beepcore-java/distinfo << 'END-of-beepcore-java/distinfo' XMD5 (beepcore-0.9.06.tgz) = 4bf61e54d00d48a0fc640613f4130e23 END-of-beepcore-java/distinfo echo x - beepcore-java/pkg-comment sed 's/^X//' >beepcore-java/pkg-comment << 'END-of-beepcore-java/pkg-comment' XAn implementation of BEEP core and BEEP mapping for TCP in Java END-of-beepcore-java/pkg-comment echo x - beepcore-java/pkg-descr sed 's/^X//' >beepcore-java/pkg-descr << 'END-of-beepcore-java/pkg-descr' XThis release includes a Java implementation of beep core RFC 3080 and Xbeep mapping for TCP RFC 3081. X XWWW: http://sourceforge.net/projects/beepcore-java X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-beepcore-java/pkg-descr echo x - beepcore-java/pkg-plist sed 's/^X//' >beepcore-java/pkg-plist << 'END-of-beepcore-java/pkg-plist' Xshare/java/classes/beepcore.jar Xshare/java/classes/beepsasl.jar Xshare/java/classes/beeptls-jsse.jar Xshare/java/classes/beeptls-ptls.jar Xshare/examples/beepcore-java/example.jar Xshare/examples/beepcore-java/org/beepcore/beep/example/Beepd.java Xshare/examples/beepcore-java/org/beepcore/beep/example/Bing.java Xshare/examples/beepcore-java/org/beepcore/beep/example/beepd-config.xml X@dirrm share/examples/beepcore-java/org/beepcore/beep/example X@dirrm share/examples/beepcore-java/org/beepcore/beep X@dirrm share/examples/beepcore-java/org/beepcore X@dirrm share/examples/beepcore-java/org X@dirrm share/examples/beepcore-java Xshare/doc/beepcore-java/GettingStarted.txt Xshare/doc/beepcore-java/LICENSE.txt Xshare/doc/beepcore-java/README.txt Xshare/doc/beepcore-java/README_SASL.htm X%%PORTDOCS%%share/doc/beepcore-java/core/allclasses-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/deprecated-list.html X%%PORTDOCS%%share/doc/beepcore-java/core/help-doc.html X%%PORTDOCS%%share/doc/beepcore-java/core/index-all.html X%%PORTDOCS%%share/doc/beepcore-java/core/index.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/AbortChannelException.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/BEEPError.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/BEEPException.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/BEEPInterruptedException.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/ByteDataStream.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/Channel.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/CloseChannelException.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/DataListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/DataStream.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/FileDataStream.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/Frame.BufferSegment.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/Frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/FrameDataStream.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/FrameListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/InputStreamDataStream.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/Message.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/MessageListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/MessageStatus.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/ProfileRegistry.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/ReplyListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/Session.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/SessionCredential.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/SessionEvent.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/SessionEventListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/SessionTuningProperties.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/StartChannelException.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/StartChannelListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/StartChannelProfile.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/StringDataStream.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/TuningProfile.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/TuningResetException.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/core/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/ChannelPool.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/MessageQueue.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/NullReplyListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/Reply.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/SharedChannel.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/lib/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/Profile.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/ProfileConfiguration.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/echo/EchoProfile.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/echo/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/echo/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/echo/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/tls/TLSProfile.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/tls/TLSProfileHandshakeCompletedListener.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/tls/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/tls/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/profile/tls/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp/AutomatedTCPSessionCreator.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp/TCPSession.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp/TCPSessionCreator.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/util/ConsoleLog.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/util/Log.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/util/LogService.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/util/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/util/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/org/beepcore/beep/util/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/overview-frame.html X%%PORTDOCS%%share/doc/beepcore-java/core/overview-summary.html X%%PORTDOCS%%share/doc/beepcore-java/core/overview-tree.html X%%PORTDOCS%%share/doc/beepcore-java/core/package-list X%%PORTDOCS%%share/doc/beepcore-java/core/packages.html X%%PORTDOCS%%share/doc/beepcore-java/core/serialized-form.html X%%PORTDOCS%%share/doc/beepcore-java/core/stylesheet.css X%%PORTDOCS%%share/doc/beepcore-java/sasl/allclasses-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/deprecated-list.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/help-doc.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/index-all.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/index.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/AuthenticationFailureException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/Blob.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/ConfigurationException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/InvalidParameterException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/PeerAbortException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/SASLException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/SASLProfile.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/SASLSessionTable.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/anonymous/SASLAnonymousProfile.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/anonymous/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/anonymous/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/anonymous/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/IllegalOTPStateException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/OTPDictionary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/OTPGenerator.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/SASLOTPProfile.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/SequenceZeroFailure.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/Algorithm.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/AlgorithmImpl.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/md5/MD5.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/md5/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/md5/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/md5/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/sha1/SHA1.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/sha1/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/sha1/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/sha1/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/NoMorePasswordsException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/UserDBNotFoundException.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/UserDatabase.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/UserDatabaseImpl.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/UserDatabaseManager.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/UserDatabasePool.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/overview-frame.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/overview-summary.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/overview-tree.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/package-list X%%PORTDOCS%%share/doc/beepcore-java/sasl/packages.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/serialized-form.html X%%PORTDOCS%%share/doc/beepcore-java/sasl/stylesheet.css X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/allclasses-frame.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/deprecated-list.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/help-doc.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/index-all.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/index.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls/jsse/TLSProfileJSSE.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls/jsse/TLSProfileJSSEHandshakeCompletedLis X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls/jsse/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls/jsse/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls/jsse/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/overview-tree.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/package-list X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/packages.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/serialized-form.html X%%PORTDOCS%%share/doc/beepcore-java/tls-jsse/stylesheet.css X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/allclasses-frame.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/deprecated-list.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/help-doc.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/index-all.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/index.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls/TLSProfilePureTLS.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls/TLSProfilePureTLSHandshakeCompleted X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls/TLSProfilePureTLSPemInit.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls/package-frame.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls/package-summary.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls/package-tree.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/overview-tree.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/package-list X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/packages.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/serialized-form.html X%%PORTDOCS%%share/doc/beepcore-java/tls-ptls/stylesheet.css X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls/ptls X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile/tls X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls/org/beepcore/beep/profile X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls/org/beepcore/beep X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls/org/beepcore X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls/org X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-ptls X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls/jsse X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile/tls X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse/org/beepcore/beep/profile X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse/org/beepcore/beep X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse/org/beepcore X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse/org X%%PORTDOCS%%@dirrm share/doc/beepcore-java/tls-jsse X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/database X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/sha1 X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm/md5 X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp/algorithm X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/otp X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl/anonymous X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile/sasl X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep/profile X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore/beep X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org/beepcore X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl/org X%%PORTDOCS%%@dirrm share/doc/beepcore-java/sasl X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/util X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/transport/tcp X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/transport X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/profile/tls X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/profile/echo X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/profile X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/lib X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep/core X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore/beep X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org/beepcore X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core/org X%%PORTDOCS%%@dirrm share/doc/beepcore-java/core X@dirrm share/doc/beepcore-java END-of-beepcore-java/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 23:22:29 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 2128637B407 for ; Mon, 13 May 2002 23:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6K3J82893; Mon, 13 May 2002 23:20:04 -0700 (PDT) (envelope-from gnats) Received: from CPE0030ab0ef2bb.cpe.net.cable.rogers.com (CPE0030ab0ef2bb.cpe.net.cable.rogers.com [24.101.108.107]) by hub.freebsd.org (Postfix) with ESMTP id 9045C37B400 for ; Mon, 13 May 2002 23:17:25 -0700 (PDT) Received: by CPE0030ab0ef2bb.cpe.net.cable.rogers.com (Postfix, from userid 1001) id F1C587F3; Tue, 14 May 2002 02:14:42 -0400 (EDT) Message-Id: <20020514061442.F1C587F3@CPE0030ab0ef2bb.cpe.net.cable.rogers.com> Date: Tue, 14 May 2002 02:14:42 -0400 (EDT) From: Munish Reply-To: Munish To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38064: New port: awstats, a httpd log file analyzer 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: 38064 >Category: ports >Synopsis: New port: awstats, a httpd log file analyzer >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 23:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Munish >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD CPE0030ab0ef2bb.cpe.net.cable.rogers.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Mar 19 00:29:32 EST 2002 munish@rn-re116a13.uwaterloo.ca:/usr/obj/usr/src/sys/ARCADIA i386 >Description: Free real-time logfile analyzer to get advanced web statistics. >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: # # awstats # awstats/Makefile # awstats/distinfo # awstats/pkg-descr # awstats/pkg-comment # awstats/pkg-plist # echo c - awstats mkdir -p awstats > /dev/null 2>&1 echo x - awstats/Makefile sed 's/^X//' >awstats/Makefile << 'END-of-awstats/Makefile' X# New ports collection makefile for: awstats X# Date created: May 13, 2002 X# Whom: Munish Chopra X# X# $FreeBSD$ X# X XPORTNAME= awstats XPORTVERSION= 4.0 XCATEGORIES= www XEXTRACT_SUFX= .tgz XMASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/awstats/ \ X http://unc.dl.sourceforge.net/sourceforge/awstats/ \ X http://belnet.dl.sourceforge.net/sourceforge/awstats/ \ X XMAINTAINER= mchopra@engmail.uwaterloo.ca X XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${PREFIX}/share/doc/awstats && ${CHMOD} a+rx ${PREFIX}/share/doc/awstats X @${MKDIR} ${PREFIX}/share/doc/awstats/images && ${CHMOD} a+rx ${PREFIX}/share/doc/awstats/images X @${MKDIR} ${PREFIX}/www/cgi-bin/db X @${MKDIR} ${PREFIX}/www/cgi-bin/lang X @${MKDIR} ${PREFIX}/www/icons/browser X @${MKDIR} ${PREFIX}/www/icons/clock X @${MKDIR} ${PREFIX}/www/icons/cpu X @${MKDIR} ${PREFIX}/www/icons/flags X @${MKDIR} ${PREFIX}/www/icons/os X @${MKDIR} ${PREFIX}/www/icons/other X ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf ${PREFIX}/www/cgi-bin/awstats.model.conf X ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awstats.pl ${PREFIX}/www/cgi-bin/awstats.pl X ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/db/* ${PREFIX}/www/cgi-bin/db X ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/* ${PREFIX}/www/cgi-bin/lang X ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/browser/* ${PREFIX}/www/icons/browser X ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/clock/* ${PREFIX}/www/icons/clock X ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/cpu/* ${PREFIX}/www/icons/cpu X ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/flags/* ${PREFIX}/www/icons/flags X ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/os/* ${PREFIX}/www/icons/os X ${INSTALL_DATA} ${WRKSRC}/wwwroot/icon/other/* ${PREFIX}/www/icons/other X ${INSTALL_DATA} ${WRKSRC}/docs/*.* ${PREFIX}/share/doc/awstats X ${INSTALL_DATA} ${WRKSRC}/docs/images/* ${PREFIX}/share/doc/awstats/images X @${ECHO} "" X @${ECHO} "* Rename ${PREFIX}/www/cgi-bin/awstats.model.conf to awstats.conf to set up AWStats" X @${ECHO} "* Documentation has been installed in ${PREFIX}/share/doc/awstats" X X.include END-of-awstats/Makefile echo x - awstats/distinfo sed 's/^X//' >awstats/distinfo << 'END-of-awstats/distinfo' XMD5 (awstats-4.0.tgz) = 96ffd8fc7c4d55857053a8c3542a65e0 END-of-awstats/distinfo echo x - awstats/pkg-descr sed 's/^X//' >awstats/pkg-descr << 'END-of-awstats/pkg-descr' XAWStats is a short for Advanced Web Statistics. It's a free tool that Xgenerates advanced web server access statistics graphically. X XThis web server log analyzer works as a CGI or from command line and Xshows you all possible information your log contains, in few graphical Xweb pages. It uses a partial information file to be able to process Xlarge log files, often and quickly. X XIt can analyze log files from IIS (W3C log format), Apache log files X(NCSA combined/XLF/ELF log format or common/CLF log format), WebStar Xand some other web, proxy or WAP servers (and even some FTP servers). X XWWW: http://awstats.sourceforge.net X X- Munish Chopra Xmchopra@engmail.uwaterloo.ca END-of-awstats/pkg-descr echo x - awstats/pkg-comment sed 's/^X//' >awstats/pkg-comment << 'END-of-awstats/pkg-comment' XFree real-time logfile analyzer to get advanced web statistics END-of-awstats/pkg-comment echo x - awstats/pkg-plist sed 's/^X//' >awstats/pkg-plist << 'END-of-awstats/pkg-plist' Xshare/doc/awstats/images/awstats.ico Xshare/doc/awstats/images/awstats_logo1.gif Xshare/doc/awstats/images/awstats_logo1.png Xshare/doc/awstats/images/awstats_logo2.gif Xshare/doc/awstats/images/awstats_logo2.png Xshare/doc/awstats/images/awstats_logo3.gif Xshare/doc/awstats/images/awstats_logo3.png Xshare/doc/awstats/images/awstats_logo4.gif Xshare/doc/awstats/images/awstats_logo4.png Xshare/doc/awstats/images/license_chart.png Xshare/doc/awstats/images/screen_shot_1.jpg Xshare/doc/awstats/images/screen_shot_1.png Xshare/doc/awstats/images/screen_shot_2.png Xshare/doc/awstats/images/screen_shot_3.gif Xshare/doc/awstats/images/screen_shot_3.png Xshare/doc/awstats/images/screen_shot_4.png Xshare/doc/awstats/COPYING.TXT Xshare/doc/awstats/LICENSE.TXT Xshare/doc/awstats/awstats.htm Xshare/doc/awstats/awstats.pdf Xshare/doc/awstats/awstats.xml Xshare/doc/awstats/awstats_benchmark.html Xshare/doc/awstats/awstats_changelog.txt Xshare/doc/awstats/awstats_compare.html Xshare/doc/awstats/awstats_config.html Xshare/doc/awstats/awstats_faq.html Xshare/doc/awstats/awstats_license.html Xshare/doc/awstats/awstats_security.html Xshare/doc/awstats/awstats_setup.html Xshare/doc/awstats/awstats_what.html Xshare/doc/awstats/index.html Xshare/doc/awstats/styles.css Xwww/cgi-bin/awstats.model.conf Xwww/cgi-bin/awstats.pl Xwww/cgi-bin/db/browsers.pl Xwww/cgi-bin/db/domains.pl Xwww/cgi-bin/db/operating_systems.pl Xwww/cgi-bin/db/robots.pl Xwww/cgi-bin/db/search_engines.pl Xwww/cgi-bin/lang/awstats-ba.txt Xwww/cgi-bin/lang/awstats-br.txt Xwww/cgi-bin/lang/awstats-cn.txt Xwww/cgi-bin/lang/awstats-cz.txt Xwww/cgi-bin/lang/awstats-de.txt Xwww/cgi-bin/lang/awstats-dk.txt Xwww/cgi-bin/lang/awstats-en.txt Xwww/cgi-bin/lang/awstats-es.txt Xwww/cgi-bin/lang/awstats-fr.txt Xwww/cgi-bin/lang/awstats-gr.txt Xwww/cgi-bin/lang/awstats-hu.txt Xwww/cgi-bin/lang/awstats-id.txt Xwww/cgi-bin/lang/awstats-it.txt Xwww/cgi-bin/lang/awstats-jp.txt Xwww/cgi-bin/lang/awstats-kr.txt Xwww/cgi-bin/lang/awstats-lv.txt Xwww/cgi-bin/lang/awstats-nb.txt Xwww/cgi-bin/lang/awstats-nl.txt Xwww/cgi-bin/lang/awstats-nn.txt Xwww/cgi-bin/lang/awstats-pl.txt Xwww/cgi-bin/lang/awstats-pt.txt Xwww/cgi-bin/lang/awstats-ro.txt Xwww/cgi-bin/lang/awstats-ru.txt Xwww/cgi-bin/lang/awstats-se.txt Xwww/cgi-bin/lang/awstats-tr.txt Xwww/cgi-bin/lang/awstats-tt-ba.txt Xwww/cgi-bin/lang/awstats-tt-cn.txt Xwww/cgi-bin/lang/awstats-tt-cz.txt Xwww/cgi-bin/lang/awstats-tt-de.txt Xwww/cgi-bin/lang/awstats-tt-en.txt Xwww/cgi-bin/lang/awstats-tt-es.txt Xwww/cgi-bin/lang/awstats-tt-fr.txt Xwww/cgi-bin/lang/awstats-tt-hu.txt Xwww/cgi-bin/lang/awstats-tt-it.txt Xwww/cgi-bin/lang/awstats-tt-jp.txt Xwww/cgi-bin/lang/awstats-tt-kr.txt Xwww/cgi-bin/lang/awstats-tt-nb.txt Xwww/cgi-bin/lang/awstats-tt-nl.txt Xwww/cgi-bin/lang/awstats-tt-nn.txt Xwww/cgi-bin/lang/awstats-tt-pl.txt Xwww/cgi-bin/lang/awstats-tt-ru.txt Xwww/cgi-bin/lang/awstats-tt-se.txt Xwww/cgi-bin/lang/awstats-tt-tr.txt Xwww/cgi-bin/lang/awstats-tt-tw.txt Xwww/cgi-bin/lang/awstats-tt-ua.txt Xwww/cgi-bin/lang/awstats-tw.txt Xwww/cgi-bin/lang/awstats-ua.txt Xwww/icons/browser/netscape.png Xwww/icons/browser/msie_large.png Xwww/icons/browser/netscape_large.png Xwww/icons/browser/konqueror.png Xwww/icons/browser/webtv.png Xwww/icons/browser/unknown.png Xwww/icons/browser/msie.png Xwww/icons/browser/omniweb.png Xwww/icons/browser/dreamcast.png Xwww/icons/browser/mediaplayer.png Xwww/icons/browser/lynx.png Xwww/icons/browser/notavailable.png Xwww/icons/browser/pdaphone.png Xwww/icons/browser/amaya.png Xwww/icons/browser/opera.png Xwww/icons/browser/adobe.png Xwww/icons/browser/staroffice.png Xwww/icons/browser/da.png Xwww/icons/browser/webzip.png Xwww/icons/browser/getright.png Xwww/icons/browser/gozilla.png Xwww/icons/browser/teleport.png Xwww/icons/browser/webcopier.png Xwww/icons/browser/icab.png Xwww/icons/clock/hr1.png Xwww/icons/clock/hr10.png Xwww/icons/clock/hr11.png Xwww/icons/clock/hr12.png Xwww/icons/clock/hr2.png Xwww/icons/clock/hr3.png Xwww/icons/clock/hr4.png Xwww/icons/clock/hr5.png Xwww/icons/clock/hr6.png Xwww/icons/clock/hr7.png Xwww/icons/clock/hr8.png Xwww/icons/clock/hr9.png Xwww/icons/cpu/digital.png Xwww/icons/cpu/hp.png Xwww/icons/cpu/ibm.png Xwww/icons/cpu/intel.png Xwww/icons/cpu/java.png Xwww/icons/cpu/mips.png Xwww/icons/cpu/motorola.png Xwww/icons/cpu/sun.png Xwww/icons/cpu/unknown.png Xwww/icons/flags/unknown.png Xwww/icons/flags/us.png Xwww/icons/flags/ad.png Xwww/icons/flags/nu.png Xwww/icons/flags/nz.png Xwww/icons/flags/ae.png Xwww/icons/flags/om.png Xwww/icons/flags/org.png Xwww/icons/flags/aero.png Xwww/icons/flags/pa.png Xwww/icons/flags/pe.png Xwww/icons/flags/af.png Xwww/icons/flags/pf.png Xwww/icons/flags/ph.png Xwww/icons/flags/ag.png Xwww/icons/flags/pk.png Xwww/icons/flags/pl.png Xwww/icons/flags/ai.png Xwww/icons/flags/pro.png Xwww/icons/flags/pt.png Xwww/icons/flags/al.png Xwww/icons/flags/py.png Xwww/icons/flags/qa.png Xwww/icons/flags/am.png Xwww/icons/flags/ro.png Xwww/icons/flags/ru.png Xwww/icons/flags/an.png Xwww/icons/flags/rw.png Xwww/icons/flags/sa.png Xwww/icons/flags/ao.png Xwww/icons/flags/sb.png Xwww/icons/flags/se.png Xwww/icons/flags/aq.png Xwww/icons/flags/sg.png Xwww/icons/flags/si.png Xwww/icons/flags/ar.png Xwww/icons/flags/sk.png Xwww/icons/flags/sm.png Xwww/icons/flags/arpa.png Xwww/icons/flags/sn.png Xwww/icons/flags/su.png Xwww/icons/flags/as.png Xwww/icons/flags/sv.png Xwww/icons/flags/sy.png Xwww/icons/flags/at.png Xwww/icons/flags/sz.png Xwww/icons/flags/tc.png Xwww/icons/flags/au.png Xwww/icons/flags/td.png Xwww/icons/flags/tf.png Xwww/icons/flags/aw.png Xwww/icons/flags/tg.png Xwww/icons/flags/th.png Xwww/icons/flags/az.png Xwww/icons/flags/tk.png Xwww/icons/flags/tm.png Xwww/icons/flags/ba.png Xwww/icons/flags/tn.png Xwww/icons/flags/to.png Xwww/icons/flags/bb.png Xwww/icons/flags/tr.png Xwww/icons/flags/tt.png Xwww/icons/flags/bd.png Xwww/icons/flags/tv.png Xwww/icons/flags/tw.png Xwww/icons/flags/be.png Xwww/icons/flags/tz.png Xwww/icons/flags/ua.png Xwww/icons/flags/bf.png Xwww/icons/flags/ug.png Xwww/icons/flags/uk.png Xwww/icons/flags/bg.png Xwww/icons/flags/um.png Xwww/icons/flags/uy.png Xwww/icons/flags/bh.png Xwww/icons/flags/vu.png Xwww/icons/flags/pg.png Xwww/icons/flags/bi.png Xwww/icons/flags/uz.png Xwww/icons/flags/va.png Xwww/icons/flags/biz.png Xwww/icons/flags/vc.png Xwww/icons/flags/ve.png Xwww/icons/flags/bj.png Xwww/icons/flags/vg.png Xwww/icons/flags/vi.png Xwww/icons/flags/bm.png Xwww/icons/flags/vn.png Xwww/icons/flags/wf.png Xwww/icons/flags/bn.png Xwww/icons/flags/ws.png Xwww/icons/flags/ye.png Xwww/icons/flags/bo.png Xwww/icons/flags/yt.png Xwww/icons/flags/yu.png Xwww/icons/flags/br.png Xwww/icons/flags/za.png Xwww/icons/flags/ze.png Xwww/icons/flags/bs.png Xwww/icons/flags/zm.png Xwww/icons/flags/zw.png Xwww/icons/flags/bt.png Xwww/icons/flags/bv.png Xwww/icons/flags/bw.png Xwww/icons/flags/by.png Xwww/icons/flags/mo.png Xwww/icons/flags/bz.png Xwww/icons/flags/ca.png Xwww/icons/flags/cc.png Xwww/icons/flags/cd.png Xwww/icons/flags/cf.png Xwww/icons/flags/cg.png Xwww/icons/flags/ch.png Xwww/icons/flags/ci.png Xwww/icons/flags/ck.png Xwww/icons/flags/cl.png Xwww/icons/flags/cm.png Xwww/icons/flags/cn.png Xwww/icons/flags/co.png Xwww/icons/flags/com.png Xwww/icons/flags/coop.png Xwww/icons/flags/cr.png Xwww/icons/flags/cs.png Xwww/icons/flags/cu.png Xwww/icons/flags/cv.png Xwww/icons/flags/cx.png Xwww/icons/flags/cy.png Xwww/icons/flags/cz.png Xwww/icons/flags/de.png Xwww/icons/flags/dj.png Xwww/icons/flags/dk.png Xwww/icons/flags/dm.png Xwww/icons/flags/do.png Xwww/icons/flags/dz.png Xwww/icons/flags/ec.png Xwww/icons/flags/edu.png Xwww/icons/flags/ee.png Xwww/icons/flags/eg.png Xwww/icons/flags/eh.png Xwww/icons/flags/en.png Xwww/icons/flags/er.png Xwww/icons/flags/es.png Xwww/icons/flags/et.png Xwww/icons/flags/fi.png Xwww/icons/flags/fj.png Xwww/icons/flags/fk.png Xwww/icons/flags/fm.png Xwww/icons/flags/fo.png Xwww/icons/flags/fr.png Xwww/icons/flags/fx.png Xwww/icons/flags/ga.png Xwww/icons/flags/gb.png Xwww/icons/flags/gd.png Xwww/icons/flags/ge.png Xwww/icons/flags/gf.png Xwww/icons/flags/gh.png Xwww/icons/flags/gi.png Xwww/icons/flags/gl.png Xwww/icons/flags/gm.png Xwww/icons/flags/gn.png Xwww/icons/flags/gov.png Xwww/icons/flags/gp.png Xwww/icons/flags/gq.png Xwww/icons/flags/gr.png Xwww/icons/flags/gs.png Xwww/icons/flags/gt.png Xwww/icons/flags/gu.png Xwww/icons/flags/gw.png Xwww/icons/flags/gy.png Xwww/icons/flags/hk.png Xwww/icons/flags/hm.png Xwww/icons/flags/hn.png Xwww/icons/flags/hr.png Xwww/icons/flags/ht.png Xwww/icons/flags/hu.png Xwww/icons/flags/id.png Xwww/icons/flags/ie.png Xwww/icons/flags/il.png Xwww/icons/flags/in.png Xwww/icons/flags/info.png Xwww/icons/flags/int.png Xwww/icons/flags/io.png Xwww/icons/flags/ip.png Xwww/icons/flags/iq.png Xwww/icons/flags/ir.png Xwww/icons/flags/is.png Xwww/icons/flags/it.png Xwww/icons/flags/jm.png Xwww/icons/flags/jo.png Xwww/icons/flags/jp.png Xwww/icons/flags/ke.png Xwww/icons/flags/kg.png Xwww/icons/flags/kh.png Xwww/icons/flags/ki.png Xwww/icons/flags/km.png Xwww/icons/flags/kn.png Xwww/icons/flags/kp.png Xwww/icons/flags/kr.png Xwww/icons/flags/kw.png Xwww/icons/flags/ky.png Xwww/icons/flags/kz.png Xwww/icons/flags/la.png Xwww/icons/flags/lb.png Xwww/icons/flags/lc.png Xwww/icons/flags/li.png Xwww/icons/flags/lk.png Xwww/icons/flags/lr.png Xwww/icons/flags/ls.png Xwww/icons/flags/lt.png Xwww/icons/flags/lu.png Xwww/icons/flags/lv.png Xwww/icons/flags/ly.png Xwww/icons/flags/ma.png Xwww/icons/flags/mc.png Xwww/icons/flags/md.png Xwww/icons/flags/mg.png Xwww/icons/flags/mil.png Xwww/icons/flags/mk.png Xwww/icons/flags/mn.png Xwww/icons/flags/mq.png Xwww/icons/flags/mr.png Xwww/icons/flags/mt.png Xwww/icons/flags/mu.png Xwww/icons/flags/museum.png Xwww/icons/flags/mv.png Xwww/icons/flags/mx.png Xwww/icons/flags/my.png Xwww/icons/flags/na.png Xwww/icons/flags/name.png Xwww/icons/flags/nato.png Xwww/icons/flags/nc.png Xwww/icons/flags/ne.png Xwww/icons/flags/net.png Xwww/icons/flags/ng.png Xwww/icons/flags/ni.png Xwww/icons/flags/nl.png Xwww/icons/flags/no.png Xwww/icons/flags/np.png Xwww/icons/flags/nt.png Xwww/icons/flags/nb.png Xwww/icons/flags/nn.png Xwww/icons/os/acorn.png Xwww/icons/os/aix.png Xwww/icons/os/amigaos.png Xwww/icons/os/apple.png Xwww/icons/os/beos.png Xwww/icons/os/bsdi.png Xwww/icons/os/cpm.png Xwww/icons/os/digital.png Xwww/icons/os/dos.png Xwww/icons/os/dreamcast.png Xwww/icons/os/freebsd.png Xwww/icons/os/hp.png Xwww/icons/os/ibm.png Xwww/icons/os/irix.png Xwww/icons/os/java.png Xwww/icons/os/mac.png Xwww/icons/os/netbsd.png Xwww/icons/os/netware.png Xwww/icons/os/next.png Xwww/icons/os/openbsd.png Xwww/icons/os/osf.png Xwww/icons/os/qnx.png Xwww/icons/os/sco.png Xwww/icons/os/sun.png Xwww/icons/os/unknown.png Xwww/icons/os/vms.png Xwww/icons/os/warp.png Xwww/icons/os/webtv.png Xwww/icons/os/windows.png Xwww/icons/os/linux.png Xwww/icons/other/awstats_logo1.png Xwww/icons/other/awstats_logo2.png Xwww/icons/other/barrehe.png Xwww/icons/other/barrehh.png Xwww/icons/other/barrehk.png Xwww/icons/other/barrehp.png Xwww/icons/other/barrevh.png Xwww/icons/other/barrevk.png Xwww/icons/other/barrevp.png Xwww/icons/other/barrevu.png Xwww/icons/other/barrevv.png X@dirrm share/doc/awstats/images X@dirrm share/doc/awstats X@dirrm www/cgi-bin/db X@dirrm www/cgi-bin/lang X@dirrm www/icons/browser X@dirrm www/icons/clock X@dirrm www/icons/cpu X@dirrm www/icons/flags X@dirrm www/icons/os X@dirrm www/icons/other END-of-awstats/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 Tue May 14 0: 9: 2 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 1673F37B425; Tue, 14 May 2002 00:08:39 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E78dd91942; Tue, 14 May 2002 00:08:39 -0700 (PDT) (envelope-from ijliao) Date: Tue, 14 May 2002 00:08:39 -0700 (PDT) From: Message-Id: <200205140708.g4E78dd91942@freefall.freebsd.org> To: mchopra@engmail.uwaterloo.ca, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38064: New port: awstats, a httpd log file analyzer 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: awstats, a httpd log file analyzer State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 14 00:08:26 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 0:10: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 11D2E37B40E for ; Tue, 14 May 2002 00:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7A2a92111; Tue, 14 May 2002 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from web.cs.mcgill.ca (web.CS.McGill.CA [132.206.2.30]) by hub.freebsd.org (Postfix) with ESMTP id 9E54B37B403 for ; Tue, 14 May 2002 00:04:21 -0700 (PDT) Received: (from root@localhost) by web.cs.mcgill.ca (8.11.6/8.11.6) id g4DLETC68263; Mon, 13 May 2002 17:14:29 -0400 (EDT) (envelope-from root) Message-Id: <200205132114.g4DLETC68263@web.cs.mcgill.ca> Date: Mon, 13 May 2002 17:14:29 -0400 (EDT) From: "Alex Batko"@FreeBSD.org, abatko@cs.mcgill.ca Reply-To: "Alex Batko"@FreeBSD.org, abatko@cs.mcgill.ca To: FreeBSD-gnats-submit@FreeBSD.org Cc: "Alex Batko"@web.cs.mcgill.ca, abatko@cs.mcgill.ca X-Send-Pr-Version: 3.113 Subject: ports/38065: suexec is NOT being called by Apache 2.0.36 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: 38065 >Category: ports >Synopsis: suexec is NOT being called by Apache 2.0.36 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 00:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: "Alex Batko" abatko@cs.mcgill.ca >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD web.cs.mcgill.ca 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #1: Wed Apr 24 14:56:05 EDT 2002 root@web.cs.mcgill.ca:/usr/obj/usr/src/sys/WEB i386 >Description: Please note that I've sent this report to the Apache Bug DB as well. suexec is NOT being called by Apache 2.0.36. I've built apache both from /usr/ports on FreeBSD (4.5-RELEASE-p4) and from the latest source downloaded from the apache website. In both cases, upon start of apache, the following notice arrives in apache's error logfile, indicating that suexec has been loaded: [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin) However in both cases, the suexec logfile is never modified. Just to try figure out what's going on, I modified suexec's main() function by adding the following function call to send a message to suexec's logfile: log_err("testing... entered suexec\n"); This message never arrives when a cgi script is called; however it does arrive if suexec is called manually from the shell. I have also temporarily replaced the suexec program with the following shell script to see if there would be any difference: #!/bin/sh DATE=`/bin/date` cat >> /tmp/fake_suexec << EOF $DATE $* EOF Again, when a cgi script is called from a web browser, suexec is not executed because in this case, /tmp/fake_suexec is not modified. On the other hand, when this shell script is executed from the command line, it of course works. The compiled-in modules are: core.c prefork.c http_core.c mod_so.c And the additional loaded modules are: mod_access.so mod_alias.so mod_autoindex.so mod_cgi.so mod_cgid.so mod_dir.so mod_include.so mod_log_config.so mod_mime.so mod_negotiation.so mod_setenvif.so mod_status.so mod_suexec.so mod_userdir.so The suexec-related bugs i found in the apache bug database are not related to what i'm reporting: 7810 suexec + userdir non-functional in httpd 2.0.35 7992 Core dump when restarting daemon with mod_suexec 8291 mod_include + mod_suexec has bug 7862 suexec never log a group name 7791 mod_suexec problem 8789 SuExec Log File does not get created by default when suexec Running apache with 'LogLevel debug' did not reveal anything insightful. >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 Tue May 14 0:22:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.nrw.net (mail2.nrw.net [194.245.103.15]) by hub.freebsd.org (Postfix) with ESMTP id D3D3637B40A for ; Tue, 14 May 2002 00:21:34 -0700 (PDT) Received: (qmail 15063 invoked from network); 14 May 2002 07:21:09 -0000 Received: from unknown (HELO fileserver.ITinhaus.de) (194.176.6.50) by mail2.nrw.net with SMTP; 14 May 2002 07:21:09 -0000 Received: by FILESERVER with Internet Mail Service (5.5.2650.21) id ; Tue, 14 May 2002 09:18:25 +0200 Message-ID: <81F901A447CCD31182B900508B7160EC0BB250@FILESERVER> From: Benedikt Niehues To: "'info@linWare.de'" Subject: Newsletter LinWare, Mai 2002 Date: Tue, 14 May 2002 09:18:06 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 Sehr geehrte Damen und Herren, Nach dem erfolgreichen Start von LinThin im vergangenen Jahr wurde auch LinWare auf der Cebit mit gro=DFer Begeisterung aufgenommen. LinWare "macht einen PC zum Thin Client": geringe Betriebskosten eines = Thin Clients auf beliebiger PC - Hardware. Eine Demoversion erhalten Sie bei autorisierten Vertriebspartnern (http://www.linware.de/partner.html).=20 Mit freundlichen Gr=FC=DFen aus Aachen, Benedikt Niehues SojusIT http://www.linware.de=20 Themen heute:=20 + LINWARE: Nutzen Sie die Vorteile eines Thin Client auf Ihrem PC + LINTHIN 1.5: Program-Neigbourhood auf dem PC + THIN CLIENT MARKT: 35% Wachstum im Jahr 2002 -------------------------------------------------------------- LINWARE: Nutzen Sie die Vorteile eines Thin Client auf Ihrem PC http://www.linware.de/produkte_linware.html Wenn Sie die Vorteile von Thin Clients nutzen und dabei PC Hardware verwenden m=F6chten, ist LinWare die L=F6sung.=20 Es entstehen keine zus=E4tzliche Kosten f=FCr ein Windows - = Betriebsystem. Mit LinWare k=F6nnen Sie auf Windows 2000, Citrix- und Unix Server und = Hostsysteme zugreifen.=20 Beim Umstieg auf einen LinThin Thin Client werden die erworbenen LinWare-Lizenzen angerechnet.=20 LINTHIN 1.5: Program-Neigbourhood auf dem PC http://www.linware.de/produkte_linthin.html Die Vorteile von Program-Neighbourhood wei=DF jeder Administrator zu = sch=E4tzen. In Verbindung mit dem kostenfreien NFuse von Citrix erh=E4lt jeder = LinThin - Benutzer Zugriff auf das Program-Neighbourhood. Dann m=FCssen keine Anwendungen mehr lokal konfiguriert werden und die lokale = Benutzerverwaltung entf=E4llt.=20 Bei LinThin kann die =C4nderung der Anwendungskonfiguration f=FCr = hunderte von Benutzern auf einen Knopfdruck erfolgen, ohne das ein einziger Thin = Client konfiguriert werden muss.=20 THIN CLIENT MARKT: 35% Wachstum im Jahr 2002 http://www.gartner.com/DisplayDocument?id=3D350667 Nach einen Bericht der Gartner Group geh=F6rt der Thin Client Markt = auch dieses Jahr wieder zu den M=E4rkten mit den h=F6chsten Zuwachszahlen.=20 Bis zu 35 % Zuwachs erwarten die Analysten f=FCr dieses Jahr, = begr=FCndet durch die hohen Einsparpotentiale.=20 Den vollst=E4ndigen Bericht erhalten Sie =FCber die Homepage der = Gartner Group (http://www.gartner.com)=20 NEWSLETTER bestellen / abmelden Wenn Sie jemanden kennen, der diesen Newsletter auch erhalten sollte, =20 schicken Sie bitte eine Antwortmail mit dem Betreff: ADD [emailadresse] Wenn Sie zuk=FCnftig keine weiteren Nachrichten von uns erhalten m=F6chten, schicken Sie bitte eine Antwortmail mit dem Betreff: REMOVE=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 0:32:59 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 6A02637B403; Tue, 14 May 2002 00:32:57 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7Wq294115; Tue, 14 May 2002 00:32:52 -0700 (PDT) (envelope-from nork) Date: Tue, 14 May 2002 00:32:52 -0700 (PDT) From: Message-Id: <200205140732.g4E7Wq294115@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/37661: [New Ports] A Load Balacing System (Director + Monitor) 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 Ports] A Load Balacing System (Director + Monitor) State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Tue May 14 00:29:52 PDT 2002 State-Changed-Why: I'll handle these. Responsible-Changed-From-To: freebsd-ports->nork Responsible-Changed-By: nork Responsible-Changed-When: Tue May 14 00:29:52 PDT 2002 Responsible-Changed-Why: I'll handle these. http://www.freebsd.org/cgi/query-pr.cgi?pr=37661 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 0: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 49FC237B40D for ; Tue, 14 May 2002 00:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7e3g94499; Tue, 14 May 2002 00:40:03 -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 71EE737B403 for ; Tue, 14 May 2002 00:30:25 -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 g4E7TZw26137 for ; Tue, 14 May 2002 09:29:36 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 382CE5A548 for ; Tue, 14 May 2002 09:29:35 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id B5D0D5A547; Tue, 14 May 2002 09:29:33 +0200 (CEST) Message-Id: <20020514072933.B5D0D5A547@nemesis.informatik.unibw-muenchen.de> Date: Tue, 14 May 2002 09:29:33 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38066: [MAINTAINER UPDATE] x11/xbindkeys -> 1.5.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: 38066 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/xbindkeys -> 1.5.4 >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: Tue May 14 00: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: Update from 1.5.2 to 1.5.4. There were two new releases on approx. one day. 1.5.3 fixed a bug 1.5.4 added a warning Regards, Olli >How-To-Repeat: >Fix: diff -ruN xbindkeys.old/Makefile xbindkeys/Makefile --- xbindkeys.old/Makefile Thu May 9 04:09:25 2002 +++ xbindkeys/Makefile Tue May 14 09:07:58 2002 @@ -7,7 +7,7 @@ # PORTNAME= xbindkeys -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.4 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ diff -ruN xbindkeys.old/distinfo xbindkeys/distinfo --- xbindkeys.old/distinfo Thu May 9 04:09:25 2002 +++ xbindkeys/distinfo Tue May 14 09:08:01 2002 @@ -1 +1 @@ -MD5 (xbindkeys-1.5.2.tar.gz) = 8788e65181ca36d0df8a18f2248b00e9 +MD5 (xbindkeys-1.5.4.tar.gz) = 31919f5e8cc796070b0ec7f0c6ea9902 >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 Tue May 14 1: 0:22 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 2559D37B407 for ; Tue, 14 May 2002 01:00:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E809S96068; Tue, 14 May 2002 01:00:09 -0700 (PDT) (envelope-from gnats) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by hub.freebsd.org (Postfix) with ESMTP id 8C0C537B400 for ; Tue, 14 May 2002 00:50:27 -0700 (PDT) Received: from kapkan.domain (kapkan.domain [192.168.1.103]) by relay2.agava.net.ru (Postfix) with ESMTP id 815D566BEC for ; Tue, 14 May 2002 11:49:59 +0400 (MSD) Received: from kapkan.domain (kappa@localhost [127.0.0.1]) by kapkan.domain (8.12.3/8.12.3) with ESMTP id g4E7rIjh010384 for ; Tue, 14 May 2002 11:53:18 +0400 (MSD) (envelope-from kappa@kapkan.domain) Received: (from kappa@localhost) by kapkan.domain (8.12.3/8.12.2/Submit) id g4E7rICR010383; Tue, 14 May 2002 11:53:18 +0400 (MSD) Message-Id: <200205140753.g4E7rICR010383@kapkan.domain> Date: Tue, 14 May 2002 11:53:18 +0400 (MSD) From: Alex Kapranoff Reply-To: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38067: p5-PDFLib needs pdflib at build time 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: 38067 >Category: ports >Synopsis: p5-PDFLib needs pdflib at build time >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 01:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 4.5-STABLE i386 >Organization: AGAVA Software >Environment: System: FreeBSD kapkan.domain 4.5-STABLE FreeBSD 4.5-STABLE #2: Wed Apr 24 10:23:52 MSD 2002 root@kapkan.domain:/usr/src/sys/compile/KAPKAN i386 >Description: >How-To-Repeat: >Fix: This patch just adds a BUILD_DEPENDS on pdflib in addition to RUN_DEPENDS. diff -ur /usr/ports/print/p5-PDFLib/Makefile p5-PDFLib/Makefile --- /usr/ports/print/p5-PDFLib/Makefile Mon May 13 20:49:05 2002 +++ p5-PDFLib/Makefile Tue May 14 11:50:59 2002 @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib USE_PERL5= yes >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 Tue May 14 1:20: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 5A4D637B416 for ; Tue, 14 May 2002 01:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E8K2v02092; Tue, 14 May 2002 01:20:02 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id EA1FF37B403 for ; Tue, 14 May 2002 01:16:39 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id 8FDBE2BE; Tue, 14 May 2002 12:16:30 +0400 (MSD) Message-Id: <20020514081630.8FDBE2BE@freebsd.org.ru> Date: Tue, 14 May 2002 12:16:30 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38068: databases/db4 distro URL changed 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: 38068 >Category: ports >Synopsis: databases/db4 distro URL changed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 14 01:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.5-STABLE i386 >Organization: n/a >Environment: FreeBSD 4.5-STABLE i386 >Description: databases/db4 distro URL changed. Please commit right URL. >How-To-Repeat: >Fix: diff -ruN db4.old/Makefile db4/Makefile --- db4.old/Makefile Tue May 14 12:11:59 2002 +++ db4/Makefile Tue May 14 12:12:38 2002 @@ -10,7 +10,7 @@ #PORTREVISION= 2 #PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ +MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb >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 Tue May 14 2: 9:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mbox.ki.se (mbox.ki.se [130.237.98.110]) by hub.freebsd.org (Postfix) with ESMTP id 81AB737B422 for ; Tue, 14 May 2002 02:08:35 -0700 (PDT) Received: from localhost (lawmay@localhost) by mbox.ki.se (8.9.3/8.9.3) with ESMTP id LAA11510 for ; Tue, 14 May 2002 11:08:33 +0200 (MET DST) Date: Tue, 14 May 2002 11:08:33 +0200 (MET DST) From: Lawrence Mayer dsg To: ports@FreeBSD.org Subject: alternative desktop environments Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE 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, Thank you for your GNUstep and UDE ports. A. The following 2 programs are also part of the GNUstep desktop environment. Could you please PORT them? 1. GWorkspace-0.3.4 released April 09 2002 www.gnustep.it/enrico/gworkspace/gworkspace-0.3.4.tar.gz According to gnustep.org/experience/apps.html "GWorkspace is the official GNUstep workspace manager. It is a clone of NeXT's workspace manager and already ready for daily usage. GWorkspace is probably one of the most useful and usable workspace managers available on any platform, owing to its well-designed interface and the natural, consistent design that it inherits from the GNUstep framework." 2. Preferences.app-1.1.0 released Feb 12 2002 According to its homepage prefsapp.sourceforge.net/about.php "Preferences.app is, functionally, a clone of NeXTstep/OPENSTEP tool of the same name. Just like the original program, it's a simple application for setting preferences for the GNUstep system, with a friendly interface. The program is simple, but powerful -- people can create new modules, called "bundles", that add new things to the program that its original developers did not think of or even intend -- that don't require recompiling the main program. For more information on what bundles can do, see StepWise. They are a very powerful tool." B. The following are new, stable GNUstep releases. Could you please UPDATE your ports accordingly? 1. GNUMail-1.0.1 released April 26 2002 According to its release note www.collaboration-world.com/cgi-bin/collaboration-world/news.cgi?id=3D30 v1.0.1 contains significant feature enhancements, including new drag and drop support. According to the homepage www.collaboration-world.com/gnumail/ "The current version of GNUMail.app is 1.0.1. This release is quite stable and rich in functionalities and will work well for a day-to-day MUA use." 2. gnustep-objc-1.2.2 released May 03 2002 3. gnustep-guile-1.0.3 released March 14 2002 4. pantomime-1.0.3 released April 26 2002 5. projectcenter.app-0.2.6 C. After two years of beta status, the desktop environment UDE FINALLY made a stable release! On Feb 17 2002, UDE-0.2.8 STABLE was released! According to its homepage udeproject.sourceforge.net/ "A new version of UDE has been released since its last release in March of 2000! The new version is supposed to be very stable and has been finally removed from the beta status in which it has been since the first release." Could you please UPDATE your UDE port accordingly? D. On May 9, I wrote to Yukihiro Nakai asking him to update the port of the desktop environment XFce (and possibly the window manager ICEwm). A copy of that letter is attached below. I have received no reply from Yukihiro. Is Yukihiro still the port maintainer for XFce and ICEwm? Is there someone else I should write to, given that Yukihiro doesn't answer my letter? There is time value here: please read the letter attached below. E. I believe that FreeBSD should consider expanding its port collection of the ROX desktop environment. I plan to write soon to the ROX port maintainer, Jimmy Olgeni , about that. I can re: you a copy when I do. Is the ports tree still open pending the June 1 deadline for FreeBSD 4.6-RELEASE? If so, and if you agree with my above suggestions (A)-(E), do you have the time and resources to implement (A)-(E) before the ports tree closes? If so, then UP-TO-DATE precompiled packages of the GNUstep (A)-(B), UDE (C), XFce (D), and ROX (E) desktop environments could be bundled (on the extra CD) with FreeBSD 4.6-RELEASE. Most of the world's population (and many churches, schools, and other nonprofit organizations) can't afford modern computer hardware. For FreeBSD users with older, low-resource hardware, a KDE or GNOME desktop environment is probably not an option. But XFce, ROX, UDE, and GNUstep may be excellent options (see for example the discussion following http://www.linuxjournal.com/article.php?sid=3D5818). Imagine that FreeBSD 4.6-RELEASE offered out-of-the-box (via sysinstall(8)) UP-TO-DATE, precompiled packages of GNUstep, UDE, XFce, and ROX. What a rich choice of alternative desktop environments! Wouldn't that be a great feature, and a great service to FreeBSD users? Sincerely, Lawrence Mayer Ume=E5, Sweden P.S. Here is the letter that Yukihiro has not answered (see (D) above): ---------- Forwarded message ---------- Date: Thu, 9 May 2002 16:46:58 +0200 (MET DST) From: Lawrence Mayer dsg To: nakai@FreeBSD.org Subject: XFce and icewm ports Respected Yukihiro Nakai, I am writing to you about two FreeBSD ports, which I understand you maintain. 1. XFce 3.8.x Thank you for porting XFce 3.8.14c to FreeBSD. However, XFce 3.8.16 was released 2002-04-16. As far as I can tell, XFce 3.8.16 is a stable, production release. According to the change log http://www.xfce.org/archive/ChangeLog, there were numerous bug fixes and some feature enhancements from the older version 3.8.14c (which was released 2002-01-22). Could you please update the port and precompiled package of XFce to the current version 3.8.16? 2. icewm 1.0.9-x Thank you for porting icewm 1.0.9 to FreeBSD. However, icewm 1.0.9-2 was released 2001-10-08. According to the Release Notes http://sourceforge.net/forum/forum.php?forum_id=3D116670 "Some serious bugs in IceWM 1.0.9 made it necessary to create this bugfix release (1.0.9-2)." Which version did you port to FreeBSD, 1.0.9 or 1.0.9-2 ? If the former, could you please update the port of icewm to the bugfix release 1.0.9-2? Also, could you please post a precompiled package of icewm 1.0.9-2 ? (As far as I can tell, no version of icewm is currently posted as a precompiled package.) I greatly appreciate that you maintain the ports and packages of XFce and icewm. They are two top choices for light-weight, full-featured window managers. They are very important for those using low-resource or older hardware. As such, XFce and icewm are very important resources for FreeBSD. Since XFce and icewm are so important, it is important that their ports and packages are kept up to date. The timing is especially important now, because FreeBSD 4.6-RELEASE is scheduled to ship on June 1. It would be very good if the extra CD's due to ship (June 1) with FreeBSD 4.6-RELEASE contain the UP-TO-DATE versions XFce 3.8.16 and icewm 1.0.9-2 as precompiled packages. That would be a big advantage to anyone who wants to install FreeBSD 4.6-RELEASE on low-resource or older hardware. To make that possible, could you please update your ports/packages to XFce 3.8.16 and icewm 1.0.9-2 as soon as possible? Respectfully Yours, Lawrence Mayer Ume=E5, Sweden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 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 9930337B407 for ; Tue, 14 May 2002 02:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E9o1E14010; Tue, 14 May 2002 02:50:01 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 7BD6237B400 for ; Tue, 14 May 2002 02:41:45 -0700 (PDT) Received: from ait0fd01.aims.private (ait0fd01.aims.private [192.168.10.254]) by postoffice.aims.com.au with ESMTP id g4E9fhd77857 for ; Tue, 14 May 2002 19:41:43 +1000 (EST) (envelope-from chris@aims.com.au) Received: (from chris@localhost) by ait0fd01.aims.private (8.11.6/8.11.6) id g4E9fgw15988; Tue, 14 May 2002 19:41:42 +1000 (EST) (envelope-from chris@aims.com.au) Message-Id: <200205140941.g4E9fgw15988@ait0fd01.aims.private> Date: Tue, 14 May 2002 19:41:42 +1000 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38069: java/jboss2 doesn't start up 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: 38069 >Category: ports >Synopsis: java/jboss2 doesn't start up >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 02:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.5-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.5-RELEASE FreeBSD 4.5-RELEASE #6: Wed Apr 3 06:33:37 EST 2002 root@:/usr/src/sys/compile/THINKPAD i386 >Description: The JBoss port doesn't start up correctly. The control program jbossctl is looking for /usr/local/jboss2.4.4/jboss.jar, which isn't present. symlinking bin/run.jar to jboss.jar doesn't work. >How-To-Repeat: cd /usr/ports/java/jboss make install /usr/local/etc/rc.d/020.jboss.sh >Fix: Haven't worked one out yet. >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 Tue May 14 3: 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 2F53137B420 for ; Tue, 14 May 2002 03:00:17 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EA0He14674; Tue, 14 May 2002 03:00:17 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 May 2002 03:00:17 -0700 (PDT) Message-Id: <200205141000.g4EA0He14674@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex Dupre Subject: Re: ports/37612: [New Port] PHP Development version 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/37612; it has been noted by GNATS. From: Alex Dupre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/37612: [New Port] PHP Development version; Tue, 14 May 2002 03:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EAA2F19123; Tue, 14 May 2002 03:10:02 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 7B3E337B401 for ; Tue, 14 May 2002 03:04:20 -0700 (PDT) Received: (qmail 25113441 invoked by uid 0); 14 May 2002 10:04:18 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.230.194]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with SMTP for ; 14 May 2002 10:04:18 -0000 Received: from gits.gits.dyndns.org (xluariqsuqkdyi6e@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.3/8.12.3) with ESMTP id g4EA4HKj015335; Tue, 14 May 2002 12:04:18 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.3/8.12.3/Submit) id g4EA4HWI015334; Tue, 14 May 2002 12:04:17 +0200 (CEST) (envelope-from root) Message-Id: <200205141004.g4EA4HWI015334@gits.gits.dyndns.org> Date: Tue, 14 May 2002 12:04:17 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org Cc: tg@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38071: Update: shells/pdksh (5.2.14.2) 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: 38071 >Category: ports >Synopsis: Update: shells/pdksh (5.2.14.2) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 14 03:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #5: Tue May 14 02:10:24 CEST 2002 root@:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped DISTNAME, PATCH_* added post-patch added (to add patchlevel to version) files/patch-aa deleted distinfo updated >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/shells/pdksh/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 29 Jan 2002 11:58:43 -0000 1.24 +++ Makefile 14 May 2002 09:37:43 -0000 @@ -6,19 +6,28 @@ # PORTNAME= pdksh -PORTVERSION= 5.2.14 +PORTVERSION= 5.2.14.p2 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ ftp://ftp.demon.net/pub/mirrors/pdksh/ \ ftp://ftp.rge.com/pub/shells/pdksh/ +DISTNAME= ${PORTNAME}-${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${DISTNAME}-patches.1 ${DISTNAME}-patches.2 +PATCH_DIST_STRIP= -p2 MAINTAINER= tg@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= LDSTATIC=-static MAN1= ksh.1 + +post-patch: + @${PERL} -pi.fbsd -e \ + 's/v${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} /v${PORTVERSION:S/p//} /' \ + ${WRKSRC}/version.c post-install: @${ECHO} "Updating /etc/shells" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/shells/pdksh/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 16 Jul 1999 06:20:31 -0000 1.12 +++ distinfo 14 May 2002 08:49:45 -0000 @@ -1 +1,3 @@ MD5 (pdksh-5.2.14.tar.gz) = 871106b3bd937e1afba9f2ef7c43aef3 +MD5 (pdksh-5.2.14-patches.1) = c91364eb3de43a052c53d263000fe14c +MD5 (pdksh-5.2.14-patches.2) = 77d7e089e9fe9ca396d520c728f25136 >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 Tue May 14 4: 3:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (oe25.pav2.hotmail.com [64.4.36.82]) by hub.freebsd.org (Postfix) with ESMTP id 7522237B400 for ; Tue, 14 May 2002 04:03:33 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 14 May 2002 04:03:33 -0700 X-Originating-IP: [195.29.54.106] From: "Annihilator" To: Cc: Subject: FreeBSD Port: apache-2.0.36 Date: Tue, 14 May 2002 11:35:34 +0200 Organization: SawMan's Consortium MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit 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 Message-ID: X-OriginalArrivalTime: 14 May 2002 11:03:33.0301 (UTC) FILETIME=[FCE8DE50:01C1FB36] 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've discovered several problems with the latest ports of public Apache releases. 1) When I compile apache-worker, 'make package' fails with the message that it can't find "mod_cgi.so". Of course it can't, for "mod_cgid.so" is used with the worker MPM. 2) When apache-worker is started with 'apachectl start' for the first time, it won't serve web content until it's HUP-ed (apachectl restart). It then commences normal operation. 3) When CGI/SSI processes finish executing, zombie interpreters which were used to interpret the scripts remain indefinitely in the process table (or at least until the apache process is HUP-ed). I can't tell if the two latter problems are apache related or FreeBSD related, so I'm leaving it up to you to conduct further analysis. Regards, Annihilator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 5: 8: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 955BD37B409; Tue, 14 May 2002 05:07:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EC7tx38207; Tue, 14 May 2002 05:07:55 -0700 (PDT) (envelope-from ijliao) Date: Tue, 14 May 2002 05:07:55 -0700 (PDT) From: Message-Id: <200205141207.g4EC7tx38207@freefall.freebsd.org> To: kappa@agava.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38067: p5-PDFLib needs pdflib at build time 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: p5-PDFLib needs pdflib at build time State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 14 05:07:46 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38067 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 5: 9: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 3998637B407; Tue, 14 May 2002 05:09:17 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EC9Ha38328; Tue, 14 May 2002 05:09:17 -0700 (PDT) (envelope-from ijliao) Date: Tue, 14 May 2002 05:09:17 -0700 (PDT) From: Message-Id: <200205141209.g4EC9Ha38328@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/38071: Update: shells/pdksh (5.2.14.2) 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: Update: shells/pdksh (5.2.14.2) Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 14 05:09:06 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 5:42:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 11BD437B403 for ; Tue, 14 May 2002 05:42:35 -0700 (PDT) Received: from compsoc.umu.man.ac.uk ([130.88.22.5] helo=mrtall.compsoc.man.ac.uk) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 177bdE-000KYE-00; Tue, 14 May 2002 13:42:20 +0100 Received: from cow by mrtall.compsoc.man.ac.uk with local (Exim 3.33 #1) id 177bdB-000G9T-00; Tue, 14 May 2002 13:42:17 +0100 Date: Tue, 14 May 2002 13:42:17 +0100 From: Jonathan Wakely To: jeremy@external.org Cc: ports@freebsd.org Subject: FreeBSD Port: dmalloc-4.8.1 Message-ID: <20020514134217.A61288@compsoc.man.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Url: http://www.compsoc.man.ac.uk/~cow/klf/ 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 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is only confirmed by inspection, but I believe this port should be patched with the attached file. This installs the unthreaded C++ libraries alongside the ones for C, C w/threads and C++ w/threads. (Please ignore me if these were omitted for a good reason that I've missed) Jon -- "A foolish consistency is the hobgoblin of little minds..." - Ralph Waldo Emerson --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="dmalloc-4.8.1.patch" diff -Naur dmalloc/Makefile dmalloc.fix/Makefile --- dmalloc/Makefile Tue May 14 13:36:24 2002 +++ dmalloc.fix/Makefile Tue May 14 13:36:38 2002 @@ -34,6 +34,9 @@ ${INSTALL_DATA} ${WRKSRC}/libdmallocth.so ${PREFIX}/lib/libdmallocth.so.1 @${LN} -sf ${PREFIX}/lib/libdmallocth.so.1 ${PREFIX}/lib/libdmallocth.so ${INSTALL_DATA} ${WRKSRC}/libdmallocth.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libdmallocxx.so ${PREFIX}/lib/libdmallocxx.so.1 + @${LN} -sf ${PREFIX}/lib/libdmallocxx.so.1 ${PREFIX}/lib/libdmallocxx.so + ${INSTALL_DATA} ${WRKSRC}/libdmallocxx.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libdmalloc.so ${PREFIX}/lib/libdmalloc.so.1 @${LN} -sf ${PREFIX}/lib/libdmalloc.so.1 ${PREFIX}/lib/libdmalloc.so ${INSTALL_DATA} ${WRKSRC}/libdmalloc.a ${PREFIX}/lib diff -Naur dmalloc/pkg-plist dmalloc.fix/pkg-plist --- dmalloc/pkg-plist Tue May 14 13:36:24 2002 +++ dmalloc.fix/pkg-plist Tue May 14 13:36:38 2002 @@ -6,6 +6,9 @@ lib/libdmalloc.a lib/libdmalloc.so lib/libdmalloc.so.1 +lib/libdmallocxx.a +lib/libdmallocxx.so +lib/libdmallocxx.so.1 lib/libdmalloclp.a lib/libdmallocth.a lib/libdmallocth.so --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 5:53:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 5860837B401; Tue, 14 May 2002 05:51:49 -0700 (PDT) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g4ECodO15100; Tue, 14 May 2002 14:50:39 +0200 (SAT) (envelope-from reg) Date: Tue, 14 May 2002 14:50:39 +0200 From: Jeremy Lea To: Mark Murray , "Bruce A. Mah" Cc: current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] Message-ID: <20020514145039.B13083@shale.csir.co.za> References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205091933.g49JXMjV041629@grimreaper.grondar.org>; from mark@grondar.za on Thu, May 09, 2002 at 08:33:22PM +0100 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 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Thu, May 09, 2002 at 08:33:22PM +0100, Mark Murray wrote: > /usr/sbin/pkg_version Jeremy Lea - re OK, the first revision is attached. It appears to work for me... It needs some spit and polish, and probably a few more people to test. I've not implemented the -d flag since it sort of became unneeded, and it's not really the way things are done in the rest of pkg_*. I've also not implemented -c. There were enough warnings that it wasn't really useful, and portupgrade does a much better job... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pkg_version.diff" Index: lib/lib.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/lib/lib.h,v retrieving revision 1.43 diff -u -r1.43 lib.h --- lib/lib.h 5 May 2002 21:03:25 -0000 1.43 +++ lib/lib.h 14 May 2002 12:41:41 -0000 @@ -201,6 +201,8 @@ /* Version */ int verscmp(Package *, int, int); +const char *version_of(const char *, int *, int *); +int version_cmp(const char *, const char *); /* Externs */ extern Boolean Verbose; Index: lib/version.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/lib/version.c,v retrieving revision 1.2 diff -u -r1.2 version.c --- lib/version.c 1 Apr 2002 09:39:07 -0000 1.2 +++ lib/version.c 14 May 2002 12:41:41 -0000 @@ -14,6 +14,15 @@ * Maxim Sobolev * 31 July 2001 * + */ + +#include +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/version.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); + +#include "lib.h" +#include + +/* * Routines to assist with PLIST_FMT_VER numbers in the packing * lists. * @@ -23,13 +32,6 @@ * value insted of the hash of an object this links points to. * */ - -#include -__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/version.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); - -#include "lib.h" -#include - int verscmp(Package *pkg, int major, int minor) { @@ -43,4 +45,123 @@ rval = 1; return rval; +} + +/* + * version_of(pkgname, epoch, revision) returns a pointer to the version + * portion of a package name and the two special components. + * + * Jeremy D. Lea. + */ +const char * +version_of(const char *pkgname, int *epoch, int *revision) +{ + char *ch; + + if (pkgname == NULL) + errx(2, "%s: Passed NULL pkgname.", __func__); + if (epoch != NULL) { + if ((ch = strrchr(pkgname, ',')) == NULL) + *epoch = 0; + else + *epoch = atoi(&ch[1]); + } + if (revision != NULL) { + if ((ch = strrchr(pkgname, '_')) == NULL) + *revision = 0; + else + *revision = atoi(&ch[1]); + } + /* Cheat if we are just passed a version, not a valid package name */ + if ((ch = strrchr(pkgname, '-')) == NULL) + return pkgname; + else + return &ch[1]; +} + +/* + * version_cmp(pkg1, pkg2) returns -1, 0 or 1 depending on if the version + * components of pkg1 is less than, equal to or greater than pkg2. No + * comparision of the basenames is done. + * + * The port verison is defined by: + * ${PORTVERSION}[_${PORTREVISION}][,${PORTEPOCH}] + * ${PORTEPOCH} supercedes ${PORTVERSION} supercedes ${PORTREVISION}. + * See the commit log for revision 1.349 of ports/Mk/bsd.port.mk + * for more information. + * + * The epoch and revision are defined to be a single number, while the rest + * of the version should conform to the porting guidelines. It can contain + * multiple components, seperated by a period, including letters. + * + * The tests below allow for significantly more latitude in the version + * numbers than is allowed in the guidelines. No point in wasting user's + * time enforcing them here. That's what flamewars are for. + * + * Jeremy D. Lea. + */ +int +version_cmp(const char *pkg1, const char *pkg2) +{ + const char *c1, *c2, *v1, *v2; + char *t1, *t2; + int e1, e2, r1, r2, n1, n2; + + v1 = version_of(pkg1, &e1, &r1); + v2 = version_of(pkg2, &e2, &r2); + /* Minor optimisation. */ + if (strcmp(v1, v2) == 0) + return 0; + /* First compare epoch. */ + if (e1 != e2) + return (e1 < e2 ? -1 : 1); + else { + /* We walk down the versions, trying to convert to numbers. + * We terminate when we reach an underscore, a comma or the + * string terminator, thanks to a nasty trick with strchr(). + * + * strtol() conveniently gobbles up the chars it converts. + */ + c1 = strchr("_,", v1[0]); + c2 = strchr("_,", v2[0]); + while (c1 == NULL && c2 == NULL) { + n1 = strtol(v1, &t1, 10); + n2 = strtol(v2, &t2, 10); + if (n1 != n2) + return (n1 < n2 ? -1 : 1); + /* The numbers are equal, check for letters. They're letters + purely because strtol() didn't chomp them. */ + c1 = strchr("_,.", t1[0]); + c2 = strchr("_,.", t2[0]); + if (c1 == NULL && c2 == NULL) { + /* Both have letters. Compare them. */ + if (t1[0] != t2[0]) + return (t1[0] < t2[0] ? -1 : 1); + /* Boring. The letters are equal. Carry on. */ + v1 = &t1[1], v2 = &t2[1]; + } else if (c1 == NULL) { + /* Letters are strange. After a number, a letter counts + as greater, but after a period it's less. */ + return (isdigit(v1[0]) ? 1 : -1); + } else if (c2 == NULL) { + return (isdigit(v2[0]) ? -1 : 1); + } else { + /* Neither were letters. Advance over the period. */ + v1 = (t1[0] == '.' ? &t1[1] : t1); + v2 = (t2[0] == '.' ? &t2[1] : t2); + } + c1 = strchr("_,", v1[0]); + c2 = strchr("_,", v2[0]); + } + /* If we got here, check if one version has something left. */ + if (c1 == NULL) + return (isdigit(v1[0]) ? 1 : -1); + if (c2 == NULL) + return (isdigit(v2[0]) ? -1 : 1); + /* We've run out of version. Try the revision... */ + if (r1 != r2) + return (r1 < r2 ? -1 : 1); + else + return 0; + } } Index: version/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- version/Makefile 18 Sep 2001 17:58:10 -0000 1.10 +++ version/Makefile 14 May 2002 12:41:41 -0000 @@ -1,7 +1,14 @@ # $FreeBSD: src/usr.sbin/pkg_install/version/Makefile,v 1.10 2001/09/18 17:58:10 bmah Exp $ -SCRIPTS= pkg_version.pl -MAN= pkg_version.1 +PROG= pkg_version +SRCS= main.c perform.c + +CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib + +WARNS?= 2 + +DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD} +LDADD= ${LIBINSTALL} -lfetch -lmd test: ./test-pkg_version.sh Index: version/main.c =================================================================== RCS file: version/main.c diff -N version/main.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ version/main.c 14 May 2002 12:41:41 -0000 @@ -0,0 +1,90 @@ +/* + * + * FreeBSD install - a package for the installation and maintainance + * of non-core utilities. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * Jeremy D. Lea + * 11 May 2002 + * + * This is the version module. Based on pkg_version.pl by Bruce A. Mah. + * + */ + +#include +__FBSDID("$FreeBSD$"); + +#include "lib.h" +#include "version.h" +#include + +static char Options[] = "dhl:L:s:tv"; + +char *LimitChars = NULL; +char *PreventChars = NULL; +char *MatchName = NULL; + +static void usage __P((void)); + +int +main(int argc, char **argv) +{ + int ch, cmp = 0; + + if (argc == 4 && !strcmp(argv[1], "-t")) { + cmp = version_cmp(argv[2], argv[3]); + printf(cmp > 0 ? ">\n" : (cmp < 0 ? "<\n" : "=\n")); + exit(0); + } + else while ((ch = getopt(argc, argv, Options)) != -1) { + switch(ch) { + case 'v': + Verbose = TRUE; + break; + + case 'l': + LimitChars = optarg; + break; + + case 'L': + PreventChars = optarg; + break; + + case 's': + MatchName = optarg; + break; + + case 't': + errx(2, "Invalid -t usage."); + break; + + case 'h': + case '?': + default: + usage(); + break; + } + } + + argc -= optind; + argv += optind; + + return pkg_perform(argv); +} + +static void +usage() +{ + fprintf(stderr, "%s\n%s\n", + "usage: pkg_version [-chv] [-l limchar] [-L limchar] [-s string] index", + " pkg_info -t v1 v2"); + exit(1); +} Index: version/perform.c =================================================================== RCS file: version/perform.c diff -N version/perform.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ version/perform.c 14 May 2002 12:41:41 -0000 @@ -0,0 +1,298 @@ +/* + * FreeBSD install - a package for the installation and maintainance + * of non-core utilities. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * Jeremy D. Lea + * 11 May 2002 + * + * This is the version module. Based on pkg_version.pl by Bruce A. Mah. + * + */ + +#include +__FBSDID("$FreeBSD$"); + +#include "lib.h" +#include "version.h" +#include +#include +#include +#include + +FILE *IndexFile; +struct index_head Index = SLIST_HEAD_INITIALIZER(Index); + +static int pkg_do(char *); +static void show_version(const char *, const char *, const char *); +static int fname_cmp(const FTSENT **, const FTSENT **); + +/* + * This is the traditional pkg_perform, except that the argument is _not_ + * a list of packages. It is the index file from the command line. + * + * We loop over the installed packages, matching them with the -s flag + * if needed and calling pkg_do(). Before hand we set up a few things, + * and after we tear them down... + * + * Jeremy D. Lea. + */ +int +pkg_perform(char **indexarg) +{ + const char *paths[2] = {LOG_DIR, NULL}; + char tmp[PATH_MAX]; + struct index_entry *ie; + int err_cnt = 0; + FTS *ftsp; + FTSENT *f; + + if (!isdir(paths[0])) + errx(2, "Unable to find package database directory"); + + if (*indexarg == NULL) { + strlcpy(tmp, PORTS_DIR, PATH_MAX); + strlcat(tmp, "/INDEX", PATH_MAX); + } else + strlcpy(tmp, *indexarg, PATH_MAX); + if (isURL(tmp)) + IndexFile = fetchGetURL(tmp, ""); + else + IndexFile = fopen(tmp, "r"); + + ftsp = fts_open((char * const *)(uintptr_t)paths, FTS_LOGICAL | FTS_NOCHDIR | FTS_NOSTAT, fname_cmp); + if (ftsp != NULL) { + while ((f = fts_read(ftsp)) != NULL) { + if (f->fts_info == FTS_D && f->fts_level == 1) { + fts_set(ftsp, f, FTS_SKIP); + if (MatchName == NULL || strstr(f->fts_name, MatchName)) + err_cnt += pkg_do(f->fts_name); + } + } + fts_close(ftsp); + } + + while (!SLIST_EMPTY(&Index)) { + ie = SLIST_FIRST(&Index); + SLIST_REMOVE_HEAD(&Index, next); + free(ie); + } + if (IndexFile != NULL) + fclose(IndexFile); + + return err_cnt; +} + +/* + * Traditional pkg_do(). We take the package name we are passed and + * first slurp in the CONTENTS file, getting name and origin, then + * we look for it's corresponding Makefile. If that fails we pull in + * the INDEX, and check there. + * + * Jeremy D. Lea. + */ +static int +pkg_do(char *pkg) +{ + char *ch, tmp[PATH_MAX], *latest = NULL; + Package plist; + struct index_entry *ie; + FILE *fp; + size_t len; + + /* Suck in the contents list */ + plist.head = plist.tail = NULL; + plist.name = plist.origin = NULL; + strlcpy(tmp, LOG_DIR, PATH_MAX); + strlcat(tmp, "/", PATH_MAX); + strlcat(tmp, pkg, PATH_MAX); + strlcat(tmp, "/", PATH_MAX); + strlcat(tmp, CONTENTS_FNAME, PATH_MAX); + fp = fopen(tmp, "r"); + if (!fp) { + warnx("unable to open %s file", CONTENTS_FNAME); + return 1; + } + read_plist(&plist, fp); + fclose(fp); + + if (plist.origin != NULL) { + strlcpy(tmp, PORTS_DIR, PATH_MAX); + strlcat(tmp, "/", PATH_MAX); + strlcat(tmp, plist.origin, PATH_MAX); + if (isdir(tmp) && chdir(tmp) != FAIL && isfile("Makefile")) { + if ((latest = vpipe("make -V PKGNAME", tmp)) == NULL) { + warnx("Failed to get PKGNAME from %s/Makefile!", tmp); + return 1; + } + show_version(plist.name, latest, "port"); + } + } + if (latest == NULL) { + /* We only pull in the INDEX once. */ + if (SLIST_EMPTY(&Index)) { + if (!IndexFile) { + warnx("Unable to open INDEX."); + return 1; + } + while ((ch = fgetln(IndexFile, &len)) != NULL) { + strlcpy(tmp, ch, MIN(len, PATH_MAX)); + /* The INDEX has pkgname|portdir|... */ + if ((ch = strchr(tmp, '|')) == NULL) + goto funny; + ch[0] = '\0'; + if ((ch = strchr(&ch[1], '|')) == NULL) + goto funny; + ch[0] = '\0'; + /* Look backwards for the last two dirs = origin */ + while (*--ch != '/') + if (ch[0] == '\0') + goto funny; + while (*--ch != '/') + if (ch[0] == '\0') + goto funny; + if ((ie = malloc(sizeof(struct index_entry))) == NULL) { + warnx("Unable to allocate memory."); + return 1; + } + strlcpy(ie->name, tmp, PATH_MAX); + strlcpy(ie->origin, &ch[1], PATH_MAX); + SLIST_INSERT_HEAD(&Index, ie, next); + } + } + /* Now that we've slurped in the INDEX... */ + SLIST_FOREACH(ie, &Index, next) { + if (plist.origin != NULL) { + if (strcmp(plist.origin, ie->origin) == 0) + latest = strdup(ie->name); + } else { + strlcpy(tmp, ie->name, PATH_MAX); + if ((ch = strrchr(tmp, '-')) == NULL) + goto funny; + ch[0] = '\0'; + if (strstr(plist.name, tmp)) { + if (latest != NULL) { + /* Multiple matches */ + strlcpy(tmp, latest, PATH_MAX); + strlcat(tmp, "|", PATH_MAX); + strlcat(tmp, ie->name, PATH_MAX); + free(latest); + latest = strdup(tmp); + } else + latest = strdup(ie->name); + } + } + } + if (latest == NULL) + show_version(plist.name, NULL, plist.origin); + else + show_version(plist.name, latest, "index"); + } + if (latest != NULL) + free(latest); + free_plist(&plist); + return 0; + + funny: + warnx("This is a very funny looking INDEX!"); + return 1; +} + +#define LIMIT(c) ((PreventChars != NULL && !strchr(PreventChars, (c))) || \ + (LimitChars != NULL && strchr(LimitChars, (c))) || \ + (PreventChars == NULL && LimitChars == NULL)) + +/* + * Do the work of comparing and outputing. Ugly, but well that's what + * You get when you try to match perl output in C ;-). The limit characters + * flags don't make any sense to me. + * + * Jeremy D. Lea. + */ +void +show_version(const char *installed, const char *latest, const char *source) +{ + char *ch, tmp[PATH_MAX]; + const char *ver; + int cmp = 0; + + if (!installed || strlen(installed) == 0) + return; + strlcpy(tmp, installed, PATH_MAX); + if (!Verbose) { + if ((ch = strrchr(tmp, '-')) != NULL) + ch[0] = '\0'; + } + if (latest == NULL) { + if (source == NULL && LIMIT('!')) { + printf("%-34s !", tmp); + if (Verbose) + printf(" Comparison failed"); + printf("\n"); + } else if (source != NULL && LIMIT('?')) { + printf("%-34s ?", tmp); + if (Verbose) + printf(" orphaned: %s", source); + printf("\n"); + } + return; + } + if (strchr(latest,'|') != NULL) { + if (LIMIT('*')) { + printf("%-34s *", tmp); + if (Verbose) { + strlcpy(tmp, latest, PATH_MAX); + ch = strchr(tmp, '|'); + ch[0] = '\0'; + ver = version_of(tmp, NULL, NULL); + printf(" multiple versions (index has %s", ver); + do { + ver = version_of(&ch[1], NULL, NULL); + printf(", %s", ver); + } while ((ch = strchr(&ch[1], '|')) != NULL); + printf(")"); + } + printf("\n"); + } + return; + } + cmp = version_cmp(installed, latest); + ver = version_of(latest, NULL, NULL); + if (cmp < 0 && LIMIT('<')) { + printf("%-34s <", tmp); + if (Verbose) + printf(" needs updating (%s has %s)", source, ver); + printf("\n"); + } else if (cmp == 0 && LIMIT('=')) { + printf("%-34s =", tmp); + if (Verbose) + printf(" up-to-date with %s", source); + printf("\n"); + } else if (cmp > 0 && LIMIT('>')) { + printf("%-34s >", tmp); + if (Verbose) + printf(" succeeds %s (%s has %s)", source, source, ver); + printf("\n"); + } +} + +void +cleanup(int sig) +{ + if (sig) + exit(1); +} + +static int +fname_cmp(const FTSENT **a, const FTSENT **b) +{ + return strcmp((*a)->fts_name, (*b)->fts_name); +} Index: version/pkg_version.1 =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/pkg_version.1,v retrieving revision 1.21 diff -u -r1.21 pkg_version.1 --- version/pkg_version.1 20 Apr 2002 12:27:02 -0000 1.21 +++ version/pkg_version.1 14 May 2002 12:41:41 -0000 @@ -32,7 +32,7 @@ .Nd summarize installed versions of packages .Sh SYNOPSIS .Nm -.Op Fl cdhv +.Op Fl hv .Op Fl l Ar limchar .Op Fl L Ar limchar .Op Fl s Ar string @@ -110,23 +110,6 @@ .Nm utility supports several command-line arguments: .Bl -tag -width indent -.It Fl c -Enable commands output. Commands output includes the commands you should -type to update your installed packages to the latest versions in the ports -system. -This feature does -.Bf Em -not -.Ef -constitute an automated packages updating system. -The output of this command -.Bf Em -must -.Ef -be edited, in order to avoid destroying dependencies between installed -packages. -.It Fl d -Enable debugging output. .It Fl h Print help message. .It Fl l @@ -201,42 +184,15 @@ .Pp .Dl % pkg_version ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports/INDEX .Pp -The command below generates a file of commands to run to update the installed -files. -These commands must -.Bf Em -not -.Ef -be run without suitable editing. -They should be treated as suggestions, and may need to be reordered -to account for dependencies between installed packages, or may need to -be disregarded if multiple versions of an installed package can coexist. -Blindly running the output of this command may leave a system in an -unusable state. -.Pp -.Dl % pkg_version -c > do_update -.Pp The following command compares two package version strings: .Pp .Dl % pkg_version -t 1.5 1.5.1 .Sh AUTHORS -.An Bruce A. Mah Aq bmah@FreeBSD.org +.An Bruce A. Mah Aq bmah@FreeBSD.org . Converted to C by +.An Jeremy D. Lea Aq reg@FreeBSD.org .Sh CONTRIBUTORS .An Nik Clayton Aq nik@FreeBSD.org , .An Dominic Mitchell Aq dom@palmerharvey.co.uk , .An Mark Ovens Aq marko@FreeBSD.org , .An Doug Barton Aq DougB@gorean.org , .An Akinori MUSHA Aq knu@FreeBSD.org -.Sh BUGS -The commands output feature is -.Bf Em -not -.Ef -an automated ports/packages updating system. -It does not even attempt to handle dependencies between installed -packages correctly, and can produce incorrect results if multiple -versions of a package can coexist on a system. -.Pp -Commands output assumes you install new software using the ports system, -rather than using -.Xr pkg_add 1 . Index: version/pkg_version.pl =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/pkg_version.pl,v retrieving revision 1.24 diff -u -r1.24 pkg_version.pl --- version/pkg_version.pl 18 Sep 2001 17:56:44 -0000 1.24 +++ version/pkg_version.pl 14 May 2002 12:41:41 -0000 @@ -1,599 +0,0 @@ -#! /usr/bin/perl -# -# Copyright 1998 Bruce A. Mah -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# pkg_version.pl -# -# A package version-checking utility for FreeBSD. -# -# $FreeBSD: src/usr.sbin/pkg_install/version/pkg_version.pl,v 1.24 2001/09/18 17:56:44 bmah Exp $ -# - -use Cwd; -use Getopt::Std; - -# -# Configuration global variables -# -$AllCurrentPackagesCommand = '/usr/sbin/pkg_info -aI'; -$SelectedCurrentPackagesCommand = '/usr/sbin/pkg_info -I'; -$CatProgram = "cat "; -$FetchProgram = "fetch -o - "; -$OriginCommand = '/usr/sbin/pkg_info -qo'; -$GetPkgNameCommand = 'make -V PKGNAME'; - -#$IndexFile = "ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/INDEX"; -$PortsDirectory = $ENV{PORTSDIR} || '/usr/ports'; -$IndexFile = "$PortsDirectory/INDEX"; -$ShowCommandsFlag = 0; -$DebugFlag = 0; -$VerboseFlag = 0; -$CommentChar = "#"; -$LimitFlag = ""; -$PreventFlag = ""; - -# -# CompareNumbers -# -# Try to figure out the relationship between two program version numbers. -# Detecting equality is easy, but determining order is a little difficult. -# This function returns -1, 0, or 1, in the same manner as <=> or cmp. -# -sub CompareNumbers { - my ($v1, $v2) = @_; - - # Short-cut in case of equality - if ($v1 eq $v2) { - return 0; - } - - # Loop over different components (the parts separated by dots). - # If any component differs, we have the basis for an inequality. - my @s1 = split(/\./, $v1); - my @s2 = split(/\./, $v2); - my ($c1, $c2); - do { - last unless @s1 || @s2; - $c1 = shift @s1; - $c2 = shift @s2; - } while ($c1 eq $c2); - - # Look at the first components of the arrays that are left. - # These will determine the result of the comparison. - # Note that if either version doesn't have any components left, - # it's implicitly treated as a "0". - - # Our next set of checks looks to see if either component has a - # leading letter (there should be at most one leading letter per - # component, so that "4.0b1" is allowed, but "4.0beta1" is not). - if ($c1 =~ /^\D/) { - if ($c2 =~ /^\D/) { - - # Both have a leading letter, so do an alpha comparison - # on the letters. This isn't ideal, since we're assuming - # that "1.0.b4" > "1.0.a2". But it's about the best we can do, - # without encoding some explicit policy. - my ($letter1, $letter2); - $letter1 = substr($c1, 0, 1); - $letter2 = substr($c2, 0, 1); - - if ($letter1 ne $letter2) { - return $letter1 cmp $letter2; - } - else { - # The letters matched equally. Delete the leading - # letters and invoke ourselves on the remainining - # characters, which according to the Porters Handbook - # must be digits, so for example, "1.0.a9" < "1.0.a10". - substr($c1, 0, 1) = ""; - substr($c2, 0, 1) = ""; - return &CompareNumbers($c1, $c2); - } - - } - else { - # $c1 begins with a letter, but $c2 doesn't. Let $c2 - # win the comparison, so that "1.0.b1" < "1.0.1". - return -1; - } - } - else { - if ($c2 =~ /^\D/) { - # $c2 begins with a letter but $c1 doesn't. Let $c1 - # win the comparison, as above. - return 1; - } - else { - # Neither component begins with a leading letter. - # Check for numeric inequality. We assume here that (for example) - # "3.09" < "3.10", and that we aren't going to be asked to - # decide between "3.010" and "3.10". - if ($c1 != $c2) { - return $c1 <=> $c2; - } - - # String comparison, given numeric equality. This - # handles comparisons of the form "3.4j" < "3.4k". This form - # technically isn't allowed by the Porter's Handbook, but a - # number of ports in the FreeBSD Ports Collection as of this - # writing use it (graphics/jpeg and graphics/xv). So we need - # to support it. - # - # What we actually do is to strip off the leading digits and - # invoke ourselves on the remainder. This allows us to handle - # comparisons of the form "1.1p1" < "1.1p2". Again, not - # technically allowed by the Porters Handbook, but lots of ports - # use it. - else { - $c1 =~ s/\d+//; - $c2 =~ s/\d+//; - if ($c1 eq $c2) { - return 0; - } - elsif ($c1 eq "") { - return -1; - } - elsif ($c2 eq "") { - return 1; - } - else { - return &CompareNumbers($c1, $c2); - } - } - } - } -} - -# -# CompareVersions -# -# Try to figure out the relationship between two program "full -# versions", which is defined as the -# ${PORTVERSION}[_${PORTREVISION}][,${PORTEPOCH}] -# part of a package's name. -# -# Key points: ${PORTEPOCH} supercedes ${PORTVERSION} -# supercedes ${PORTREVISION}. See the commit log for revision -# 1.349 of ports/Mk/bsd.port.mk for more information. -# -sub CompareVersions { - local($fv1, $fv2, $v1, $v2, $r1, $r2, $e1, $e2, $rc); - - $fv1 = $_[0]; - $fv2 = $_[1]; - - # Shortcut check for equality before invoking the parsing - # routines. - if ($fv1 eq $fv2) { - return 0; - } - else { - ($v1, $r1, $e1) = &GetVersionComponents($fv1); - ($v2, $r2, $e2) = &GetVersionComponents($fv2); - - # Check epoch, port version, and port revision, in that - # order. - $rc = &CompareNumbers($e1, $e2); - if ($rc == 0) { - $rc = &CompareNumbers($v1, $v2); - if ($rc == 0) { - $rc = &CompareNumbers($r1, $r2); - } - } - - return $rc; - } -} - -# -# GetVersionComponents -# -# Parse out the version number, revision number, and epoch number -# of a port's version string and return them as a three-element array. -# -# Syntax is: ${PORTVERSION}[_${PORTREVISION}][,${PORTEPOCH}] -# -sub GetVersionComponents { - local ($fullversion, $version, $revision, $epoch); - - $fullversion = $_[0]; - - $fullversion =~ /([^_,]+)/; - $version = $1; - - if ($fullversion =~ /_([^_,]+)/) { - $revision = $1; - } - - if ($fullversion =~ /,([^_,]+)/) { - $epoch = $1; - } - - return($version, $revision, $epoch); -} - -# -# GetNameAndVersion -# -# Get the name and version number of a package. Returns a two element -# array, first element is name, second element is full version string., -# -sub GetNameAndVersion { - local($fullname, $name, $fullversion); - $fullname = $_[0]; - - # If no hyphens then no version numbers - return ($fullname, "", "", "", "") if $fullname !~ /-/; - - # Match (and group) everything after hyphen(s). Because the - # regexp is 'greedy', the first .* will try and match everything up - # to (but not including) the last hyphen - $fullname =~ /(.+)-(.+)/; - $name = $1; - $fullversion = $2; - - return ($name, $fullversion); -} - -# -# PrintHelp -# -# Print usage information -# -sub PrintHelp { - print <<"EOF" -Usage: pkg_version [-c] [-d] [-h] [-l limchar] [-L limchar] [-s string] - [-v] [index] - pkg_version [-d debug] -t v1 v2 --c Show commands to update installed packages --d Enable debugging output --h Help (this message) --l limchar Limit output to status flags that match --L limchar Limit output to status flags that DON\'T match --s string Limit output to packages matching a string --v Verbose output -index URL or filename of index file - (Default is $IndexFile) - --t v1 v2 Test two version strings -EOF -} - -# -# Parse command-line arguments, deal with them -# -if (!getopts('cdhl:L:s:tv') || ($opt_h)) { - &PrintHelp(); - exit; -} -if ($opt_c) { - $ShowCommandsFlag = $opt_c; - $LimitFlag = "= 0) { - if ($TestFlag) { - ($test1, $test2) = @ARGV; - } - else { - $IndexFile = $ARGV[0]; - } -} - -# Handle test flag now -if ($TestFlag) { - my $cmp = CompareVersions($test1, $test2); - if ($cmp < 0) { - print "<\n"; - } - elsif ($cmp == 0) { - print "=\n"; - } - else { - print ">\n"; - } - exit(0); -} - -# Determine what command to use to retrieve the index file. -if ($IndexFile =~ m-^((http|ftp)://|file:/)-) { - $IndexPackagesCommand = $FetchProgram . $IndexFile; -} -else { - $IndexPackagesCommand = $CatProgram . $IndexFile; -} - -# -# Get the current list of installed packages -# -if ($StringFlag) { - if ($DebugFlag) { - print STDERR "$SelectedCurrentPackagesCommand *$StringFlag*\n"; - } - open CURRENT, "$SelectedCurrentPackagesCommand \\*$StringFlag\\*|"; -} else { - if ($DebugFlag) { - print STDERR "$AllCurrentPackagesCommand\n"; - } - open CURRENT, "$AllCurrentPackagesCommand|"; -} -while () { - ($packageString, $rest) = split; - - ($packageName, $packageFullversion) = &GetNameAndVersion($packageString); - $currentPackages{$packageString}{'name'} = $packageName; - $currentPackages{$packageString}{'fullversion'} = $packageFullversion; -} -close CURRENT; - -# -# Iterate over installed packages, get origin directory (if it -# exists) and PORTVERSION -# -$dir = cwd(); -foreach $packageString (sort keys %currentPackages) { - - open ORIGIN, "$OriginCommand $packageString|"; - $origin = ; - close ORIGIN; - - # If there is an origin variable for this package, then store it. - if ($origin ne "") { - chomp $origin; - - # Try to get the version out of the makefile. - # The chdir needs to be successful or our make -V invocation - # will fail. - unless (chdir "$PortsDirectory/$origin" and -r "Makefile") { - $currentPackages{$packageString}->{orphaned} = $origin; - next; - } - - open PKGNAME, "$GetPkgNameCommand|"; - $pkgname = ; - close PKGNAME; - - if ($pkgname ne "") { - chomp $pkgname; - - $pkgname =~ /(.+)-(.+)/; - $portversion = $2; - - $currentPackages{$packageString}{'origin'} = $origin; - $currentPackages{$packageString}{'portversion'} = $portversion; - } - } -} -chdir "$dir"; - -# -# Slurp in the index file -# -if ($DebugFlag) { - print STDERR "$IndexPackagesCommand\n"; -} - -open INDEX, "$IndexPackagesCommand|"; -while () { - ($packageString, $packagePath, $rest) = split(/\|/); - - ($packageName, $packageFullversion) = &GetNameAndVersion($packageString); - $indexPackages{$packageName}{'name'} = $packageName; - $indexPackages{$packageName}{'path'} = $packagePath; - if (defined $indexPackages{$packageName}{'fullversion'}) { - $indexPackages{$packageName}{'fullversion'} .= "|" . $packageFullversion; - } - else { - $indexPackages{$packageName}{'fullversion'} = $packageFullversion; - } - $indexPackages{$packageName}{'refcount'}++; -} -close INDEX; - -# -# If we're doing commands output, cripple the output so that users -# can't just pipe the output to sh(1) and expect this to work. -# -if ($ShowCommandsFlag) { - print<{orphaned}) { - - next if $ShowCommandsFlag; - $versionCode = "?"; - $Comment = "orphaned: $currentPackages{$packageString}->{orphaned}"; - - } elsif (defined $currentPackages{$packageString}{'portversion'}) { - - $portVersion = $currentPackages{$packageString}{'portversion'}; - - $portPath = "$PortsDirectory/$currentPackages{$packageString}{'origin'}"; - - # Do the comparison - $rc = &CompareVersions($currentVersion, $portVersion); - - if ($rc == 0) { - $versionCode = "="; - $Comment = "up-to-date with port"; - } - elsif ($rc < 0) { - $versionCode = "<"; - $Comment = "needs updating (port has $portVersion)"; - } - elsif ($rc > 0) { - $versionCode = ">"; - $Comment = "succeeds port (port has $portVersion)"; - } - else { - $versionCode = "!"; - $Comment = "Comparison failed"; - } - } - - elsif (defined $indexPackages{$packageName}{'fullversion'}) { - - $indexVersion = $indexPackages{$packageName}{'fullversion'}; - $indexRefcount = $indexPackages{$packageName}{'refcount'}; - - $portPath = $indexPackages{$packageName}{'path'}; - - if ($indexRefcount > 1) { - $versionCode = "*"; - $Comment = "multiple versions (index has $indexVersion)"; - $Comment =~ s/\|/,/g; - } - else { - - # Do the comparison - $rc = - &CompareVersions($currentVersion, $indexVersion); - - if ($rc == 0) { - $versionCode = "="; - $Comment = "up-to-date with index"; - } - elsif ($rc < 0) { - $versionCode = "<"; - $Comment = "needs updating (index has $indexVersion)" - } - elsif ($rc > 0) { - $versionCode = ">"; - $Comment = "succeeds index (index has $indexVersion)"; - } - else { - $versionCode = "!"; - $Comment = "Comparison failed"; - } - } - } - else { - next if $ShowCommandsFlag; - $versionCode = "?"; - $Comment = "unknown in index"; - } - - # Having figured out what to print, now determine, based on the - # $LimitFlag and $PreventFlag variables, if we should print or not. - if ((not $LimitFlag) and (not $PreventFlag)) { - write; - } elsif ($PreventFlag) { - if ($versionCode !~ m/[$PreventFlag]/o) { - if (not $LimitFlag) { - write; - } else { - write if $versionCode =~ m/[$LimitFlag]/o; - } - } - } else { - # Must mean that there is a LimitFlag - write if $versionCode =~ m/[$LimitFlag]/o; - } -} - -exit 0; - -# -# Formats -# -# $CommentChar is in the formats because you can't put a literal '#' in -# a format specification - -# General report (no output flags) -format STDOUT = -@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @< -$packageName, $versionCode -. - ; - -# Verbose report (-v flag) -format STDOUT_VERBOSE = -@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -$packageNameVer, $versionCode, $Comment -. - ; - -# Report that includes commands to update program (-c flag) -format STDOUT_COMMANDS = -@< -$CommentChar -@< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -$CommentChar, $packageName -@< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -$CommentChar, $Comment -@< -$CommentChar -cd @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -$portPath -make clean && make && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - $packageNameVer -make install clean - -. - ; Index: version/test-pkg_version.sh =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/test-pkg_version.sh,v retrieving revision 1.2 diff -u -r1.2 test-pkg_version.sh --- version/test-pkg_version.sh 19 Apr 2001 22:17:07 -0000 1.2 +++ version/test-pkg_version.sh 14 May 2002 12:41:41 -0000 @@ -33,7 +33,7 @@ # ECHO=echo -PKG_VERSION=./pkg_version.pl +PKG_VERSION=./pkg_version test-pv ( ) { \ setvar v1 $1 Index: version/version.h =================================================================== RCS file: version/version.h diff -N version/version.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ version/version.h 14 May 2002 12:41:41 -0000 @@ -0,0 +1,44 @@ +/* $FreeBSD$ */ + +/* + * FreeBSD install - a package for the installation and maintainance + * of non-core utilities. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * Jeremy D. Lea + * 11 May 2002 + * + * This is the version module. Based on pkg_version.pl by Bruce A. Mah. + * + */ + +#ifndef _INST_VERSION_H_INCLUDE +#define _INST_VERSION_H_INCLUDE + +/* Where the ports lives by default */ +#define DEF_PORTS_DIR "/usr/ports" +/* just in case we change the environment variable name */ +#define PORTSDIR "PORTSDIR" +/* macro to get name of directory where we put logging information */ +#define PORTS_DIR (getenv(PORTSDIR) ? getenv(PORTSDIR) : DEF_PORTS_DIR) + +struct index_entry { + SLIST_ENTRY(index_entry) next; + char name[PATH_MAX]; + char origin[PATH_MAX]; +}; +SLIST_HEAD(index_head, index_entry); + +extern char *LimitChars; +extern char *PreventChars; +extern char *MatchName; + +#endif /* _INST_VERSION_H_INCLUDE */ --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 6:10: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 811A937B405 for ; Tue, 14 May 2002 06:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDA1e51462; Tue, 14 May 2002 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id B0D2637B409 for ; Tue, 14 May 2002 06:06:58 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 177c0d-0007Eg-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 14 May 2002 20:06:31 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 177c0d-0007EJ-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 14 May 2002 20:06:31 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4ED6qw18002; Tue, 14 May 2002 20:06:52 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205141306.g4ED6qw18002@regency.nsu.ru> Date: Tue, 14 May 2002 20:06:52 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38073: NEW PORT: sysutils/wmmemload 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: 38073 >Category: ports >Synopsis: NEW PORT: sysutils/wmmemload >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 14 06:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is a port based on well-known WindowMaker dockapps WMMemMon WMCPULoad, but missing in the ports tree for some reason. As for maintainer, since Patrick Li currently maintains both metioned ports already, I think I would just assume he would like to maintain this one as well (I'm ged your pardon if this is not the case though). >How-To-Repeat: N/A >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: # # . # ./Makefile # ./distinfo # ./pkg-comment # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmmemload X# Date created: 14 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/sysutils/wmcpuload/Makefile,v 1.12 2002/03/23 23:16:13 pat Exp $ X# X XPORTNAME= wmmemload XPORTVERSION= 0.1.3 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://www.markstaggs.net/wmmemload/ X XMAINTAINER= pat@FreeBSD.org X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_XPM= yes X XMAN1= wmmemload.1 X Xpre-patch: X.for dir in src doc . X @${PERL} -pi -e 's|\@program_transform_name\@||' \ X ${WRKSRC}/${dir}/Makefile.in X.endfor X Xpre-build: X @${RM} ${WRKSRC}/src/*.o X Xpost-install: X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/ChangeLog \ X ${DOCSDIR} X.endif # !NOPORTDOCS X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmmemload-0.1.3.tar.gz) = 2348c48889d2613d45b4a9e4d5dd1d9f END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XAn dockapp for windowmaker, which displays the current mem/swap usage END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is a port of wmmemload, which displays the current mem/swap usage in Xa simulated lcd-display, which supports background lighting. X XWWW: http://www.markstaggs.net/ XAuthor: Mark Staggs X XBased largely on work on WMMemMon and WMCPULoad done by: XSeiichi SATO END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmmemload X%%PORTDOCS%%share/doc/wmmemload/ChangeLog X%%PORTDOCS%%@dirrm share/doc/wmmemload END-of-./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 Tue May 14 6:10: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 C019737B407 for ; Tue, 14 May 2002 06:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDA1251451; Tue, 14 May 2002 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id 258AA37B403 for ; Tue, 14 May 2002 06:00:37 -0700 (PDT) Received: by energyhq.homeip.net (Postfix, from userid 1001) id 0AA583FC58; Tue, 14 May 2002 15:00:37 +0200 (CEST) Message-Id: <20020514130037.0AA583FC58@energyhq.homeip.net> Date: Tue, 14 May 2002 15:00:37 +0200 (CEST) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38072: [Maintainer Update] games/scummvm to 0.2.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 >Number: 38072 >Category: ports >Synopsis: [Maintainer Update] games/scummvm to 0.2.0 >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: Tue May 14 06:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD energyhq.homeip.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 22:23:19 CEST 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386 >Description: The ScummVM team today announced version 0.2.0 of ScummVM, a modern interpreter for LucasFilm/LucasArts adventures. ScummVM allows you to replay the 'classics', such as Loom, Monkey Island, Day of the Tentacle, etc on many modern platforms - Linux, *BSD, Windows 98-XP, PocketPCs like the iPaq, and many more - even on your Dreamcast! The 0.2.0 release of scummvm includes the usual bugfixes and new features, as well as support for the rare 256 color fmTowns version of Zak McKracken, the CD version of Loom and (although it's not from LucasArts), Simon The Sorcerer. The ScummVM team now plans to complete the (currently experimental in 0.2.0) support for Full Throttle and The Dig, before moving on to games like Maniac Mansion. >How-To-Repeat: >Fix: --- scummvm.diff begins here --- diff -ruN scummvm.old/Makefile scummvm/Makefile --- scummvm.old/Makefile Wed Apr 17 14:37:57 2002 +++ scummvm/Makefile Tue May 14 14:54:37 2002 @@ -6,19 +6,22 @@ # PORTNAME= scummvm -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}b +DISTNAME= ${PORTNAME}_${PORTVERSION}-src MAINTAINER= flynn@energyhq.homeip.net -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +EXTRACT_SUFX= .tgz -USE_ZIP= yes +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 USE_GMAKE= yes -NO_WRKSUBDIR= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +#MAKEFILE= Makefile.x11 pre-patch: @${FIND} -E ${WRKSRC} -type f -iregex ".*\.(cpp|h|txt)" \ diff -ruN scummvm.old/distinfo scummvm/distinfo --- scummvm.old/distinfo Tue Mar 26 20:28:45 2002 +++ scummvm/distinfo Tue May 14 13:53:23 2002 @@ -1 +1 @@ -MD5 (scummvm-0.1.0b.zip) = 890866eadd9bb577294c8cc08ea67261 +MD5 (scummvm_0.2.0-src.tgz) = faba7c1541c1e656813adeb65cc5fe72 diff -ruN scummvm.old/files/patch-Makefile scummvm/files/patch-Makefile --- scummvm.old/files/patch-Makefile Tue Mar 26 20:28:47 2002 +++ scummvm/files/patch-Makefile Tue May 14 14:14:01 2002 @@ -1,32 +1,20 @@ ---- Makefile.orig Tue Jan 15 08:06:24 2002 -+++ Makefile Tue Mar 26 13:17:48 2002 -@@ -1,12 +1,10 @@ - # $Header: /cvsroot/scummvm/scummvm/Makefile,v 1.19 2002/01/13 19:48:30 strigeus Exp $ - --CC = gcc --CFLAGS = -g -Wno-multichar - DEFINES = -DUNIX -DUSE_ADLIB +--- Makefile.orig Tue May 14 13:56:04 2002 ++++ Makefile Tue May 14 13:59:12 2002 +@@ -1,14 +1,14 @@ + # $Header: /cvsroot/scummvm/scummvm/Makefile,v 1.41 2002/04/27 16:58:28 ender Exp $ + + CC = g++ +-CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar ++CFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar + DEFINES = -DUNIX LDFLAGS := -INCLUDES:= `sdl-config --cflags` -I./ -I./sound --CPPFLAGS= $(DEFINES) $(INCLUDES) --LIBS = `sdl-config --libs` -lreadline -lncurses -lhistory -lm +INCLUDES:= `sdl11-config --cflags` -I./ -I./sound -+CPPFLAGS+= $(DEFINES) $(INCLUDES) -+LIBS = `sdl11-config --libs` -lreadline -lncurses -lhistory -lm - ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip - - INCS = scumm.h scummsys.h stdafx.h -@@ -22,12 +20,12 @@ - scummvm.dsp scummvm.dsw sound/fmopl.h gui.h sound.h - - .cpp.o: -- $(CC) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o -+ $(CXX) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o + CPPFLAGS= $(DEFINES) $(INCLUDES) - all: scummvm + # Add -lmad for -DCOMPRESSED_SOUND_FILE +-LIBS = `sdl-config --libs` -lncurses ++LIBS = `sdl11-config --libs` -lncurses - scummvm: $(OBJS) -- $(CC) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS) -+ $(CXX) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS) + OBJS = sdl.o - $(OBJS): Makefile diff -ruN scummvm.old/files/patch-Makefile.x11 scummvm/files/patch-Makefile.x11 --- scummvm.old/files/patch-Makefile.x11 Thu Jan 1 01:00:00 1970 +++ scummvm/files/patch-Makefile.x11 Tue May 14 14:11:59 2002 @@ -0,0 +1,21 @@ +--- Makefile.x11.orig Tue May 14 13:56:11 2002 ++++ Makefile.x11 Tue May 14 14:01:06 2002 +@@ -1,14 +1,14 @@ + # $Header: /cvsroot/scummvm/scummvm/Makefile.x11,v 1.4 2002/04/27 11:06:27 fingolfin Exp $ + + CC = gcc +-CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -DCOMPRESSED_SOUND_FILE ++CFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -DCOMPRESSED_SOUND_FILE + DEFINES = -DUNIX_X11 +-LDFLAGS := -L/usr/X11R6/lib -L/usr/local/lib +-INCLUDES:= -I/usr/X11R6/include -I./ -I./sound -I/usr/local/include ++LDFLAGS := -L${X11BASE}/lib -L${LOCALBASE}/lib ++INCLUDES:= -I${X11BASE}/include -I./ -I./sound -I/usr/local/include + CPPFLAGS= $(DEFINES) $(INCLUDES) + + # Add -lmad for -DCOMPRESSED_SOUND_FILE +-LIBS = -lXext -lX11 -lncurses -lm -lmad -lpthread ++LIBS = -lXext -lX11 -lncurses -lm -lmad ${PTHREAD_LIBS} + + OBJS = x11.o + --- scummvm.diff 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 Tue May 14 6:15:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 921D037B40E; Tue, 14 May 2002 06:15:31 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.2/8.12.2) with ESMTP id g4EDFU5o054829; Tue, 14 May 2002 14:15:30 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.2/8.12.2/Submit) with UUCP id g4EDFUgB054828; Tue, 14 May 2002 14:15:30 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4EDBDj1000953; Tue, 14 May 2002 14:11:13 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205141311.g4EDBDj1000953@grimreaper.grondar.org> To: Jeremy Lea Cc: "Bruce A. Mah" , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] References: <20020514145039.B13083@shale.csir.co.za> In-Reply-To: <20020514145039.B13083@shale.csir.co.za> ; from Jeremy Lea "Tue, 14 May 2002 14:50:39 +0200." Date: Tue, 14 May 2002 14:11:13 +0100 From: Mark Murray 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 > OK, the first revision is attached. It appears to work for me... It > needs some spit and polish, and probably a few more people to test. > > I've not implemented the -d flag since it sort of became unneeded, and > it's not really the way things are done in the rest of pkg_*. I've also > not implemented -c. There were enough warnings that it wasn't really > useful, and portupgrade does a much better job... > > Regards, > -Jeremy No need to wait for me on this one. If folks are happy, this is good for me! M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 6:17:12 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 9324B37B401; Tue, 14 May 2002 06:16:58 -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 J9KHZPWH; Tue, 14 May 2002 16:18:44 +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 g4EDGp184595; Tue, 14 May 2002 16:16:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE10EE1.27F9718@FreeBSD.org> Date: Tue, 14 May 2002 16:19:29 +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: Jeremy Lea Cc: Mark Murray , "Bruce A. Mah" , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> <20020514145039.B13083@shale.csir.co.za> 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 Jeremy Lea wrote: > > Hi, > > On Thu, May 09, 2002 at 08:33:22PM +0100, Mark Murray wrote: > > /usr/sbin/pkg_version Jeremy Lea - re > > OK, the first revision is attached. It appears to work for me... It > needs some spit and polish, and probably a few more people to test. > > I've not implemented the -d flag since it sort of became unneeded, and > it's not really the way things are done in the rest of pkg_*. I've also > not implemented -c. There were enough warnings that it wasn't really > useful, and portupgrade does a much better job... Cool! Few notes: +++ version/perform.c 14 May 2002 12:41:41 -0000 [...] + strlcpy(tmp, PORTS_DIR, PATH_MAX); + strlcat(tmp, "/INDEX", PATH_MAX); I'd suggest snprintf(3) [...] + ftsp = fts_open((char * const *)(uintptr_t)paths, FTS_LOGICAL | FTS_NOCHDIR | FTS_NOSTAT, fname_cmp); + if (ftsp != NULL) { + while ((f = fts_read(ftsp)) != NULL) { + if (f->fts_info == FTS_D && f->fts_level == 1) { + fts_set(ftsp, f, FTS_SKIP); + if (MatchName == NULL || strstr(f->fts_name, MatchName)) + err_cnt += pkg_do(f->fts_name); + } + } + fts_close(ftsp); + } Why noy use matchinstalled() which do something similar? [...] + strlcpy(tmp, LOG_DIR, PATH_MAX); + strlcat(tmp, "/", PATH_MAX); + strlcat(tmp, pkg, PATH_MAX); + strlcat(tmp, "/", PATH_MAX); + strlcat(tmp, CONTENTS_FNAME, PATH_MAX); I'd suggest snprintf(3) [...] + strlcpy(tmp, PORTS_DIR, PATH_MAX); + strlcat(tmp, "/", PATH_MAX); + strlcat(tmp, plist.origin, PATH_MAX); snprintf(3) [...] + funny: + warnx("This is a very funny looking INDEX!"); + return 1; I don't think this is a good choice for an error message. [...] +static int +fname_cmp(const FTSENT **a, const FTSENT **b) +{ + return strcmp((*a)->fts_name, (*b)->fts_name); +} Could be routed to /dev/null if matchinstalled() is used. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7: 7:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id D816D37B403; Tue, 14 May 2002 07:07:35 -0700 (PDT) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g4EE7El15811; Tue, 14 May 2002 16:07:14 +0200 (SAT) (envelope-from reg) Date: Tue, 14 May 2002 16:07:14 +0200 From: Jeremy Lea To: Maxim Sobolev Cc: "Bruce A. Mah" , current@FreeBSD.org, ports@FreeBSD.org Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] Message-ID: <20020514160714.D13083@shale.csir.co.za> References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> <20020514145039.B13083@shale.csir.co.za> <3CE10EE1.27F9718@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: <3CE10EE1.27F9718@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, May 14, 2002 at 04:19:29PM +0300 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, On Tue, May 14, 2002 at 04:19:29PM +0300, Maxim Sobolev wrote: > > +++ version/perform.c 14 May 2002 12:41:41 -0000 > [...] > + strlcpy(tmp, PORTS_DIR, PATH_MAX); > + strlcat(tmp, "/INDEX", PATH_MAX); > > I'd suggest snprintf(3) Yeah. Like I said, it needs a bit of polishing. I tend to do things this way while I'm developing because I find it easier to keep track of what's going where in the string. There's also a bunch of places where the 'l' versions aren't needed... > Why noy use matchinstalled() which do something similar? I looked at it, but it was taking more code to make it work than to duplicate it because the -s flag is not a regex or a globing pattern. It's a poorly designed interface... Now that it's working I'll look at it again and see if I can get it to do the right thing. Simplifying working code is a lot easier than building it. > + funny: > + warnx("This is a very funny looking INDEX!"); > + return 1; > > I don't think this is a good choice for an error message. ;-) Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:18:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.x9media.com (gwd.kluth.de [62.138.175.130]) by hub.freebsd.org (Postfix) with ESMTP id 39B6937B40C for ; Tue, 14 May 2002 07:18:32 -0700 (PDT) Received: from notebook (217.226.46.90) by mail.x9media.com with MERCUR Mailserver (v4.01.11 NzgtMjMwNi00NjIw) for ; Tue, 14 May 2002 16:17:30 +0200 From: "thomas may" To: Subject: VPN with freebsd ! Date: Tue, 14 May 2002 16:17:59 +0200 Message-ID: <000001c1fb52$2ba88900$5a2ee2d9@notebook> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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, Iam looking for a simple howto to install an vpn between two private networks over the internet. 192.168.0.0/24 ---- VPN Gateway1 --------------------- VPN Gateway2 -------- 192.168.1.0/24 (Internettunnel) I hope ist easy possible with freebsd Best regards thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:23:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id E6DA637B401 for ; Tue, 14 May 2002 07:23:39 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 74434319938; Tue, 14 May 2002 09:23:36 -0500 (CDT) Date: Tue, 14 May 2002 09:23:36 -0500 From: "David W. Chapman Jr." To: thomas may Cc: ports@FreeBSD.org Subject: Re: VPN with freebsd ! Message-ID: <20020514142336.GA69146@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: thomas may , ports@FreeBSD.org References: <000001c1fb52$2ba88900$5a2ee2d9@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c1fb52$2ba88900$5a2ee2d9@notebook> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 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 Tue, May 14, 2002 at 04:17:59PM +0200, thomas may wrote: > Hi, > > Iam looking for a simple howto to install an vpn between two private > networks over the internet. > > > 192.168.0.0/24 ---- VPN Gateway1 --------------------- VPN Gateway2 > -------- 192.168.1.0/24 > (Internettunnel) www.kame.net has a simple tutorial I believe, also www.freebsddiary.org has one You want a gif tunnel and ipsec encryption on that tunnel. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:31:47 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 9E56F37B408; Tue, 14 May 2002 07:31:25 -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 J9KHZP5K; Tue, 14 May 2002 17:33:12 +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 g4EEVJ184806; Tue, 14 May 2002 17:31:19 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE12055.A4C17E0E@FreeBSD.org> Date: Tue, 14 May 2002 17:33:57 +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: Jeremy Lea Cc: "Bruce A. Mah" , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> <20020514145039.B13083@shale.csir.co.za> <3CE10EE1.27F9718@FreeBSD.org> <20020514160714.D13083@shale.csir.co.za> 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 Jeremy Lea wrote: > > Hi, > > On Tue, May 14, 2002 at 04:19:29PM +0300, Maxim Sobolev wrote: > > > > +++ version/perform.c 14 May 2002 12:41:41 -0000 > > [...] > > + strlcpy(tmp, PORTS_DIR, PATH_MAX); > > + strlcat(tmp, "/INDEX", PATH_MAX); > > > > I'd suggest snprintf(3) > > Yeah. Like I said, it needs a bit of polishing. I tend to do things > this way while I'm developing because I find it easier to keep track of > what's going where in the string. There's also a bunch of places where > the 'l' versions aren't needed... Tastes differ, granted, but your version is inconsistent with the existing coding style of pkg_install, where snprintf's are used in such cases. > > > Why noy use matchinstalled() which do something similar? > > I looked at it, but it was taking more code to make it work than to > duplicate it because the -s flag is not a regex or a globing pattern. > It's a poorly designed interface... Now that it's working I'll look at > it again and see if I can get it to do the right thing. Simplifying > working code is a lot easier than building it. In this case you just need to call matchinstalled(MATCH_ALL, NULL, NULL) and iterate over results, just like you do with your fts_read() loop. This should make code a bit cleaner and more compact. > > + funny: > > + warnx("This is a very funny looking INDEX!"); > > + return 1; > > > > I don't think this is a good choice for an error message. > > ;-) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:39:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from pobox.cs.mcgill.ca (pobox.CS.McGill.CA [132.206.51.249]) by hub.freebsd.org (Postfix) with ESMTP id 309EA37B40A; Tue, 14 May 2002 07:37:38 -0700 (PDT) Received: from skinner.cs.mcgill.ca (skinner.CS.McGill.CA [132.206.51.196]) by pobox.cs.mcgill.ca (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id KAA08440; Tue, 14 May 2002 10:37:33 -0400 Date: Tue, 14 May 2002 10:34:41 -0400 (EDT) From: Alex BATKO To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38065: suexec is NOT being called by Apache 2.0.36 In-Reply-To: <200205140710.g4E7A1T92105@freefall.freebsd.org> Message-ID: 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 Please delete this PR (ports/38065) from the PR database, as it is a duplicate of ports/38051. I don't know why two reports were submitted since i got only one successfull confirmation from send-pr. I also want to point out that the send-pr header states that anything between '<' and '>' will be treated as a comment and removed. The only way I know of including a name and email address in the mail header field is by doing something like: First Last . How should I enter my name and email address in the 'From' field in order for the address not to be automatically removed by send-pr ? I apologize if i'm sending this comment and question to an inappropriate address - i simply said 'yes' to 'use reply-to address instead of from address'. On Tue, 14 May 2002 FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/38065'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38065 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: suexec is NOT being called by Apache 2.0.36 > >Arrival-Date: Tue May 14 00:10:01 PDT 2002 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:41: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 B034237B409 for ; Tue, 14 May 2002 07:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EEe3M75911; Tue, 14 May 2002 07:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 May 2002 07:40:03 -0700 (PDT) Message-Id: <200205141440.g4EEe3M75911@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex BATKO Subject: Re: ports/38065: suexec is NOT being called by Apache 2.0.36 Reply-To: Alex BATKO 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/38065; it has been noted by GNATS. From: Alex BATKO To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/38065: suexec is NOT being called by Apache 2.0.36 Date: Tue, 14 May 2002 10:34:41 -0400 (EDT) Please delete this PR (ports/38065) from the PR database, as it is a duplicate of ports/38051. I don't know why two reports were submitted since i got only one successfull confirmation from send-pr. I also want to point out that the send-pr header states that anything between '<' and '>' will be treated as a comment and removed. The only way I know of including a name and email address in the mail header field is by doing something like: First Last . How should I enter my name and email address in the 'From' field in order for the address not to be automatically removed by send-pr ? I apologize if i'm sending this comment and question to an inappropriate address - i simply said 'yes' to 'use reply-to address instead of from address'. On Tue, 14 May 2002 FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/38065'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38065 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: suexec is NOT being called by Apache 2.0.36 > >Arrival-Date: Tue May 14 00:10:01 PDT 2002 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:41:30 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 28B1937B480 for ; Tue, 14 May 2002 07:41:00 -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 J9KHZP56; Tue, 14 May 2002 17:42:47 +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 g4EEet184902; Tue, 14 May 2002 17:40:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE12294.92672A9C@FreeBSD.org> Date: Tue, 14 May 2002 17:43:32 +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: "David W. Chapman Jr." Cc: thomas may , ports@FreeBSD.ORG Subject: Re: VPN with freebsd ! References: <000001c1fb52$2ba88900$5a2ee2d9@notebook> <20020514142336.GA69146@leviathan.inethouston.net> 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 "David W. Chapman Jr." wrote: > > On Tue, May 14, 2002 at 04:17:59PM +0200, thomas may wrote: > > Hi, > > > > Iam looking for a simple howto to install an vpn between two private > > networks over the internet. > > > > > > 192.168.0.0/24 ---- VPN Gateway1 --------------------- VPN Gateway2 > > -------- 192.168.1.0/24 > > (Internettunnel) > > www.kame.net has a simple tutorial I believe, also > www.freebsddiary.org has one > > You want a gif tunnel and ipsec encryption on that tunnel. Or just ppp over ssl. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:41:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mbox.ki.se (mbox.ki.se [130.237.98.110]) by hub.freebsd.org (Postfix) with ESMTP id 0933A37B477; Tue, 14 May 2002 07:40:43 -0700 (PDT) Received: from localhost (lawmay@localhost) by mbox.ki.se (8.9.3/8.9.3) with ESMTP id QAA15236; Tue, 14 May 2002 16:40:40 +0200 (MET DST) Date: Tue, 14 May 2002 16:40:39 +0200 (MET DST) From: Lawrence Mayer dsg To: Jimmy Olgeni , Cc: ports@FreeBSD.org Subject: ROX ports Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE 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 Jimmy, Thank you for porting ROX to FreeBSD. 1. ROX-Filer-1.3.0 was released on 2002-04-13. ROX-Session-0.1.14 was released on 2002-03-12 Both of these new releases require GTK+-2.0. Could you please port these 2 new ROX releases to FreeBSD? Why? Because: a. For Gtk+-2.0 users, ROX author Thomas Leonard recommends ROX-Filer-1.3.0 instead of ROX-Filer-1.2.0. ROX-Session-0.1.14 is the ONLY Session version that runs on Gtk+-2.0 (ROX-Session-0.1.13 requires Gtk+-1.2). b. In addition to better Gtk+-2.0 support, ROX-Filer-1.3.0 contains numerous improvements and bug fixes over v1.2.0. Although ROX-Filer-1.3.0 is a development release, author Thomas Leonard wrote me today that "There are no known important bugs in 1.3.0." GTK+-2.0 is not backward compatible with Gtk+-1.2, so many programs still require Gtk+-1.2. For the sake of FreeBSD users still running Gtk+-1.2, I recommend that you continue to port ROX-Filer-1.2.0 and ROX-Session-0.1.13. FreeBSD ports GTK+-2.0 (current stable release) side-by-side with Gtk+-1.2 (previous stable release). By porting ROX-Filer-1.3.0/ROX-Session-0.1.14 side-by-side with ROX-Filer-1.2.0/ROX-Session-0.1.13, we would be doing the same thing: e.g. giving FreeBSD users the CHOICE of running GTK+-2.0 (more features) or Gtk+-1.2 (compatible with older programs). Please note: there has been a documentation error in the FreeBSD ports of GTK+-2.0 and GLib-2.0. They were both mistakenly labeled "unstable development versions". This error is in the process of being corrected. In fact, GTK+-2.0 and GLib-2.0 are both stable releases, and their new port documentation explicitly says so. 2. Most of the world's population (and many churches, schools, and other nonprofit organizations) can't afford modern computer hardware. For FreeBSD users with older, low-resource hardware, a KDE or GNOME desktop environment is probably not an option. So I see a great need for a user-friendly Unix desktop environment, which is a lean alternative to KDE and GNOME. That is exactly what ROX strives for. In addition to ROX-Filer/ROX-Session, the ROX desktop environment currently includes the following 7 components: ROX-Lib-0.1.4, Archive-0.1.2, Edit-0.1.2, Memo-1.0.0, System-0.1.2, Wallpaper-0.1.1, and Wrappers-1.0.2 . Could you please port these additional 7 components? That would provide FreeBSD users with a more complete desktop environment. Note: Archive-0.1.2, Edit-0.1.2, Memo-1.0.0, System-0.1.2, and Wallpaper-0.1.1 require GTK+-1.2. The author plans to convert them over to GTK+-2.0 as soon as possible. Author Thomas Leonard wrote me today that "The python bindings for Gtk+-2.0 conflict with those for 1.2. Once this is fixed (specifically, the module needs to be renamed from 'gtk' to 'gtk2'), I'll port the other applications (Archive, Edit, Memo, System, and Wallpaper) across (to Gtk+-2.0)." Wrappers-1.0.2 is not a program at all but rather an "archive containing a collection of wrapper applications which make normal applications behave like ROX ones". I recommend porting it to FreeBSD. Is the ports tree still open pending the June 1 deadline for FreeBSD 4.6-RELEASE? If so, it would be very good if the extra CD's due to ship (June 1) with FreeBSD 4.6-RELEASE contain the ports (1)-(2) above as precompiled packages. That would allow FreeBSD 4.6-RELEASE to install out-of-the-box (via sysinstall(8)) with an up-to-date, complete ROX desktop environment. What an advantage that would be to anyone installing FreeBSD 4.6-RELEASE on low-resource or older hardware! To make that possible (if the ports tree is still open), if you have the time, could you please commit the above ports (1)-(2) as soon as possible, before the ports tree closes? Friendly Greetings, Lawrence Mayer Ume=E5, Sweden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:42:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 2A86137B403; Tue, 14 May 2002 07:42:14 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id E721C319937; Tue, 14 May 2002 09:42:15 -0500 (CDT) Date: Tue, 14 May 2002 09:42:15 -0500 From: "David W. Chapman Jr." To: Maxim Sobolev Cc: "David W. Chapman Jr." , thomas may , ports@FreeBSD.ORG Subject: Re: VPN with freebsd ! Message-ID: <20020514144215.GA70176@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Maxim Sobolev , "David W. Chapman Jr." , thomas may , ports@FreeBSD.ORG References: <000001c1fb52$2ba88900$5a2ee2d9@notebook> <20020514142336.GA69146@leviathan.inethouston.net> <3CE12294.92672A9C@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CE12294.92672A9C@FreeBSD.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 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 Tue, May 14, 2002 at 05:43:32PM +0300, Maxim Sobolev wrote: > "David W. Chapman Jr." wrote: > > > > On Tue, May 14, 2002 at 04:17:59PM +0200, thomas may wrote: > > > Hi, > > > > > > Iam looking for a simple howto to install an vpn between two private > > > networks over the internet. > > > > > > > > > 192.168.0.0/24 ---- VPN Gateway1 --------------------- VPN Gateway2 > > > -------- 192.168.1.0/24 > > > (Internettunnel) > > > > www.kame.net has a simple tutorial I believe, also > > www.freebsddiary.org has one > > > > You want a gif tunnel and ipsec encryption on that tunnel. > > Or just ppp over ssl. That's also a good option, although I don't know where the faq's/tutorials are for that one. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 7:55:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from totem.fix.no (totem.fix.no [80.91.32.29]) by hub.freebsd.org (Postfix) with ESMTP id 8208337B408 for ; Tue, 14 May 2002 07:55:42 -0700 (PDT) Received: by totem.fix.no (Postfix, from userid 1000) id 36B3320320; Tue, 14 May 2002 16:56:16 +0200 (CEST) Date: Tue, 14 May 2002 16:56:16 +0200 From: Anders Nordby To: ports@FreeBSD.org Subject: Re: VPN with freebsd ! Message-ID: <20020514145616.GA21864@totem.fix.no> Mail-Followup-To: Anders Nordby , ports@FreeBSD.org References: <000001c1fb52$2ba88900$5a2ee2d9@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c1fb52$2ba88900$5a2ee2d9@notebook> User-Agent: Mutt/1.3.27i X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 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, On Tue, May 14, 2002 at 04:17:59PM +0200, thomas may wrote: > Iam looking for a simple howto to install an vpn between two private > networks over the internet. > > > 192.168.0.0/24 ---- VPN Gateway1 --------------------- VPN Gateway2 > -------- 192.168.1.0/24 > (Internettunnel) > > I hope ist easy possible with freebsd I always found vpnd easy to use (in FreeBSD ports: security/vpnd). There is a small howto (quite Linux focused, but may still be of use) on: http://www.zelow.no/floppyfw/download/HOWTOS/VPND-HOWTO.txt. There is some documentation with the port. Particularly read the README. :) Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 8:40: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 3F54E37B404 for ; Tue, 14 May 2002 08:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFe5386540; Tue, 14 May 2002 08:40:05 -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 5F7EF37B401 for ; Tue, 14 May 2002 08:31:15 -0700 (PDT) Received: (qmail-ldap/ctrl 34174 invoked from network); 14 May 2002 15:31:09 -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 ; 14 May 2002 15:31:09 -0000 Received: (from cjm@localhost) by satanii.enemy.org (8.11.6/8.11.6) id g4EFVFb55599; Tue, 14 May 2002 17:31:15 +0200 (CEST) (envelope-from cjm) Message-Id: <200205141531.g4EFVFb55599@satanii.enemy.org> Date: Tue, 14 May 2002 17:31:15 +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/38075: zombies during portupgrade/pkgdb 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: 38075 >Category: ports >Synopsis: zombies during portupgrade/pkgdb >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: Tue May 14 08:40: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 Alphaserver 400 "Avanti", ev4 >Description: when running ``portupgrade -a'' zombie processes are generated. i tested on different platforms (also 2 i386 boxes with -p4 and -STABLE) and they come when starting ``portupgrade''. (verified with top). after portupgrade finishes the zombies are also die away. i.e. during a run: (cjm@satanii.enemy.org:[/u1/cjm] 27)--> ps -auxw|grep Z USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 52176 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) root 52177 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) [17 lines snipped] root 52171 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) cjm 55270 0.0 0.5 1720 960 pk S+ 5:09PM 0:00.05 grep Z root 52172 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) root 52173 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) root 52174 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) root 52175 0.0 0.0 0 0 p4 Z+ 5:04PM 0:00.00 (grep) addidional zombie-processes are generated if running ``pkgdb -F'' if more packages installed on a system then more zombies keep hanging around. (i noticed the problem cause ``portupgrade -a -n'' runs quite long on the alpha box). >How-To-Repeat: each time portupgrade/pkgdb is running. >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 Tue May 14 8:50: 7 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 3F74437B400 for ; Tue, 14 May 2002 08:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFo4187589; Tue, 14 May 2002 08:50:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 May 2002 08:50:04 -0700 (PDT) Message-Id: <200205141550.g4EFo4187589@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris J. Mutter" Subject: Re: ports/38075: zombies during portupgrade/pkgdb Reply-To: "Chris J. Mutter" 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/38075; it has been noted by GNATS. From: "Chris J. Mutter" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/38075: zombies during portupgrade/pkgdb Date: Tue, 14 May 2002 17:48:12 +0200 sorry. forget to mention the pkg_versions i have installed: pkg_tarup-1.2_3 Generates binary package from installed package pkgconfig-0.12.0 An utility used to retrieve information about installed lib portupgrade-20020429 Very powerful FreeBSD ports/packages upgrading tool and mor ruby-1.6.7.2002.05.02p An object-oriented interpreted scripting language ruby-bdb1-0.1.7 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-fnmatch-1.1b_1 A Ruby module which provides File::fnmatch and File::FNM_* ruby-optparse-0.8.6 Yet another command line option parser for Ruby later, cjm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 9: 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 B89D337B406 for ; Tue, 14 May 2002 09:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EG05S88434; Tue, 14 May 2002 09:00:05 -0700 (PDT) (envelope-from gnats) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by hub.freebsd.org (Postfix) with ESMTP id B92B937B401 for ; Tue, 14 May 2002 08:56:57 -0700 (PDT) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.2/8.12.2) with ESMTP id g4EG6m0c004798 for ; Tue, 14 May 2002 18:06:48 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.2/8.12.2/Submit) id g4EG6kgq004797; Tue, 14 May 2002 18:06:46 +0200 (CEST) Message-Id: <200205141606.g4EG6kgq004797@vaio.alexdupre.com> Date: Tue, 14 May 2002 18:06:46 +0200 (CEST) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38076: [Update Port] devel/motor (to 3.2.2) 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: 38076 >Category: ports >Synopsis: [Update Port] devel/motor (to 3.2.2) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 14 09:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Update to latest release. Remove libgnugetopt dependency Add ncurses dependency Install some docs Remove (now useless) patches >How-To-Repeat: >Fix: --- motor.diff begins here --- diff -ruN motor.orig/Makefile motor/Makefile --- motor.orig/Makefile Tue May 14 13:38:05 2002 +++ motor/Makefile Tue May 14 13:40:34 2002 @@ -6,23 +6,30 @@ # PORTNAME= motor -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.2.2 CATEGORIES= devel -MASTER_SITES= http://konst.org.ua/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sobomax +MASTER_SITES= http://konst.org.ua/download/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl -lgnugetopt" MAN1= motor.1 -.include +.include + +.if ${OSVERSION} < 400010 +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR}) +.endif + +.include + diff -ruN motor.orig/distinfo motor/distinfo --- motor.orig/distinfo Tue May 14 13:38:05 2002 +++ motor/distinfo Tue May 14 13:40:49 2002 @@ -1 +1 @@ -MD5 (motor-3.2.0.tar.gz) = 893d55c9fe7748aa6e2614b8c801ff1f +MD5 (motor-3.2.2.tar.gz) = 2f3a95b4fe0955cb88568d48df1d2342 diff -ruN motor.orig/files/patch-src::Makefile.in motor/files/patch-src::Makefile.in --- motor.orig/files/patch-src::Makefile.in Tue May 14 13:38:05 2002 +++ motor/files/patch-src::Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- src/Makefile.in.orig Thu Jun 7 10:50:20 2001 -+++ src/Makefile.in Fri Aug 3 11:55:15 2001 -@@ -61,6 +61,7 @@ - CATOBJEXT = @CATOBJEXT@ - CC = @CC@ - CXX = @CXX@ -+CPPFLAGS = @CPPFLAGS@ - DATADIRNAME = @DATADIRNAME@ - GENCAT = @GENCAT@ - GMOFILES = @GMOFILES@ -@@ -87,7 +88,7 @@ - INCLUDES = -I../include -I../kkstrtext -I../kkconsui/include -I../kksystr/include -I../parser/include -I$(top_srcdir)/intl - - --CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" -+CPPFLAGS += -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" - - bin_PROGRAMS = motor - diff -ruN motor.orig/files/patch-src::configuration::Makefile.in motor/files/patch-src::configuration::Makefile.in --- motor.orig/files/patch-src::configuration::Makefile.in Tue May 14 13:38:05 2002 +++ motor/files/patch-src::configuration::Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/motor/files/patch-src::configuration::Makefile.in,v 1.1 2001/10/08 13:50:54 sobomax Exp $ - ---- src/configuration/Makefile.in 2001/10/08 13:16:39 1.1 -+++ src/configuration/Makefile.in 2001/10/08 13:17:10 -@@ -89,7 +89,7 @@ - INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/ui -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/src -I$(top_srcdir)/parser/include - - --CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" -+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" - - libconfiguration_a_SOURCES = motorconfiguration.cc extkey.cc - diff -ruN motor.orig/files/patch-src::manager::Makefile.in motor/files/patch-src::manager::Makefile.in --- motor.orig/files/patch-src::manager::Makefile.in Tue May 14 13:38:05 2002 +++ motor/files/patch-src::manager::Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/motor/files/patch-src::manager::Makefile.in,v 1.1 2001/10/08 13:50:54 sobomax Exp $ - ---- src/manager/Makefile.in 2001/10/08 13:19:11 1.1 -+++ src/manager/Makefile.in 2001/10/08 13:19:28 -@@ -89,7 +89,7 @@ - INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/configuration -I$(top_srcdir)/src -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/parser/include - - --CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" -+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" - - libmanager_a_SOURCES = motormanager.cc - diff -ruN motor.orig/pkg-plist motor/pkg-plist --- motor.orig/pkg-plist Tue May 14 13:38:05 2002 +++ motor/pkg-plist Tue May 14 13:53:12 2002 @@ -56,3 +56,6 @@ @dirrm share/motor/templates/library @dirrm share/motor/templates @dirrm share/motor +%%PORTDOCS%%share/doc/motor/FAQ +%%PORTDOCS%%share/doc/motor/README +%%PORTDOCS%%@dirrm share/doc/motor --- motor.diff 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 Tue May 14 9:27: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 BA97437B405; Tue, 14 May 2002 09:27:51 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGRpG94602; Tue, 14 May 2002 09:27:51 -0700 (PDT) (envelope-from znerd) Date: Tue, 14 May 2002 09:27:51 -0700 (PDT) From: Message-Id: <200205141627.g4EGRpG94602@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/38069: java/jboss2 doesn't start up 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: java/jboss2 doesn't start up Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Tue May 14 09:27:38 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=38069 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 9:40:29 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 3AB3B37B404 for ; Tue, 14 May 2002 09:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGe2295619; Tue, 14 May 2002 09:40:02 -0700 (PDT) (envelope-from gnats) Received: from ns1.mgul.ac.ru (ns1.mgul.ac.ru [193.233.63.19]) by hub.freebsd.org (Postfix) with ESMTP id 0BFC137B401 for ; Tue, 14 May 2002 09:32:27 -0700 (PDT) Received: from ns1.mgul.ac.ru (localhost [IPv6:::1]) by ns1.mgul.ac.ru (8.12.3/8.12.3) with ESMTP id g4EGWOOY077638 for ; Tue, 14 May 2002 20:32:24 +0400 (MSD) Received: (from andrey@localhost) by ns1.mgul.ac.ru (8.12.3/8.12.3/Submit) id g4EGWNAO077637; Tue, 14 May 2002 20:32:23 +0400 (MSD) Message-Id: <200205141632.g4EGWNAO077637@ns1.mgul.ac.ru> Date: Tue, 14 May 2002 20:32:23 +0400 (MSD) From: "Andrey V. Pevnev" Reply-To: "Andrey V. Pevnev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38077: New port: mail/mimedefang-2.11 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: 38077 >Category: ports >Synopsis: New port: mail/mimedefang-2.11 >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: Tue May 14 09:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrey V. Pevnev >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: Moscow State Forestry University >Environment: System: FreeBSD ns1.mgul.ac.ru 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #0: Thu Apr 25 19:08:55 MSD 2002 andrey@ns1.mgul.ac.ru:/usr/obj/usr/src/sys/NS1 i386 >Description: MIMEDefang is a program for inspecting and modifying e-mail messages as they pass through your mail relay. MIMEDefang is written in Perl, and its filter actions are expressed in Perl, so it's highly flexible. Note: commiting this port will also close ports/36096 (older version) >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: # # mimedefang # mimedefang/Makefile # mimedefang/files # mimedefang/files/mimedefang.sh # mimedefang/distinfo # mimedefang/pkg-plist # mimedefang/pkg-descr # mimedefang/pkg-comment # mimedefang/pkg-message # mimedefang/pkg-install # echo c - mimedefang mkdir -p mimedefang > /dev/null 2>&1 echo x - mimedefang/Makefile sed 's/^X//' >mimedefang/Makefile << 'END-of-mimedefang/Makefile' X# New ports collection makefile for: mimedefang X# Date created: 13 May 2002 X# Whom: Andrey V. Pevnev X# X# $FreeBSD$ X# X XPORTNAME= mimedefang XPORTVERSION= 2.11 XCATEGORIES= mail XMASTER_SITES= http://www.roaringpenguin.com/mimedefang/ X XMAINTAINER= andrey@mgul.ac.ru X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin X XGNU_CONFIGURE= yes XUSE_PERL5= yes X XMAN5= mimedefang-filter.5 XMAN7= mimedefang-protocol.7 XMAN8= mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8 X X.if !exists( /usr/include/libmilter/mfapi.h ) XIGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD" X.endif X Xpost-install: X ${INSTALL} -m 755 ${FILESDIR}/mimedefang.sh ${PREFIX}/etc/rc.d/mimedefang.sh X ${MKDIR} ${PREFIX}/share/examples/mimedefang X ${MKDIR} ${PREFIX}/share/doc/mimedefang X ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/mimedefang X ${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/mimedefang X ${CHOWN} mailnull:mailnull /var/spool/MIMEDefang X ${CHMOD} 700 /var/spool/MIMEDefang X ${CAT} pkg-message X X.include END-of-mimedefang/Makefile echo c - mimedefang/files mkdir -p mimedefang/files > /dev/null 2>&1 echo x - mimedefang/files/mimedefang.sh sed 's/^X//' >mimedefang/files/mimedefang.sh << 'END-of-mimedefang/files/mimedefang.sh' X#!/bin/sh - X# X# initialization/shutdown script for DrWeb daemon and DrWeb mail filter X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then X echo "$0: Cannot determine the PREFIX" >&2 X exit 1 Xfi X X# Sool directory XSPOOLDIR=/var/spool/MIMEDefang X X# Limit number of concurrent filters to 10 XMAX_SLAVES=10 XMIN_SLAVES=2 XBUSY_TIMEOUT=240 XIDLE_TIMEOUT=3600 X X# Uncomment next line to log statistics X# STATS_LOG="-t ${SPOOLDIR}/md-stats" X X# Uncomment next line to flush stats file after each write X# FLUSH_STATS=-u X# Comment next line out if you do not want multiplexor to log messages. X# DO_LOGGING=-l X XRETVAL=0 X XMIMEDEFANG=${PREFIX}/bin/mimedefang XMULTIPLEX=${PREFIX}/bin/mimedefang-multiplexor X X# MIMEDefang socket XSOCK=${SPOOLDIR}/mimedefang.sock X X# MIMEDefang-multiplexor socket XMXSOCK=${SPOOLDIR}/mdefang-mx.sock X X# PID file location XPIDFILE=${SPOOLDIR}/mimedefang.pid X X# MIMEDefang owner XUSER=mailnull X X[ -x $MIMEDEFANG ] || exit 1 X[ -x $MULTIPLEX ] || exit 1 X X# See how we were called. Xcase "$1" in X start) X # Clean spool directory X su -m ${USER} -c "rm -f ${PIDFILE} ${SOCK} ${MXSOCK}" X # Start daemons. X # Start multiplexor X su -m ${USER} -c "$MULTIPLEX -x $MAX_SLAVES -m $MIN_SLAVES -b $BUSY_TIMEOUT -i $IDLE_TIMEOUT $DO_LOGGING $STATS_LOG $FLUSH_STATS -s ${MXSOCK}" X RETVAL=$? X [ $RETVAL -ne 0 ] && exit 1 X echo -n " mimedefang-multiplexor" X X su -m ${USER} -c "$MIMEDEFANG -m ${MXSOCK} -p ${SOCK} -P ${PIDFILE}" X RETVAL=$? X [ $RETVAL -ne 0 ] && exit 1 X echo -n " mimedefang" X ;; X stop) X # Stop daemons. X kill `cat ${PIDFILE}` X echo -n " mimedefang" X kill `ps ax | grep mimedefang-multiplexor | grep -v grep | grep -v sh | awk '{print $1}'` X su -m ${USER} -c "rm -f ${PIDFILE} ${SOCK} ${MXSOCK}" X echo -n " mimedefang-multiplexor" X ;; X restart) X $0 stop X sleep 5 X $0 start X ;; X *) X echo "usage: `basename $0` {start|stop|restart}" >&2 X ;; Xesac END-of-mimedefang/files/mimedefang.sh echo x - mimedefang/distinfo sed 's/^X//' >mimedefang/distinfo << 'END-of-mimedefang/distinfo' XMD5 (mimedefang-2.11.tar.gz) = 1b4b37bcf536336ef6cbebd2f631f327 END-of-mimedefang/distinfo echo x - mimedefang/pkg-plist sed 's/^X//' >mimedefang/pkg-plist << 'END-of-mimedefang/pkg-plist' Xbin/mimedefang-multiplexor Xbin/mimedefang Xbin/mimedefang.pl Xetc/rc.d/mimedefang.sh Xshare/doc/mimedefang/README Xshare/doc/mimedefang/README.ANOMY Xshare/doc/mimedefang/README.SPAMASSASSIN Xshare/examples/mimedefang/suggested-minimum-filter-for-windows-clients Xshare/examples/mimedefang/README Xshare/examples/mimedefang/redhat-logrotate-file Xshare/examples/mimedefang/redhat-sendmail-init-script Xshare/examples/mimedefang/redhat-sendmail-init-script-with-multiplexor Xshare/examples/mimedefang/stream-by-domain-filter X@dirrm share/doc/mimedefang X@dirrm share/examples/mimedefang X@cwd /var/spool X@dirrm MIMEDefang X@cwd /etc Xmail/mimedefang-filter.example Xmail/spamassassin/sa-mimedefang.cf.example END-of-mimedefang/pkg-plist echo x - mimedefang/pkg-descr sed 's/^X//' >mimedefang/pkg-descr << 'END-of-mimedefang/pkg-descr' XMIMEDefang is a program for inspecting and modifying e-mail messages as Xthey pass through your mail relay. MIMEDefang is written in Perl, and its Xfilter actions are expressed in Perl, so it's highly flexible. Here are some Xthings that you can do very easily with MIMEDefang: X X Delete or alter attachments based on file name, contents, results of a X virus scan, attachment size, etc. X X Replace large attachments with links to a centrally-stored copy to ease X the burden on POP3 users with slow modem links. X X Add boilerplate text to e-mail messages. X X Customize filter rules based on domain, user-name, relay machine, etc. X X Reject unacceptable messages, where you define what "unacceptable" means. X X Add or delete recipients for a message. X XWWW: http://www.roaringpenguin.com/mimedefang/ X X- Andrey V. Pevnev Xandrey@mgul.ac.ru END-of-mimedefang/pkg-descr echo x - mimedefang/pkg-comment sed 's/^X//' >mimedefang/pkg-comment << 'END-of-mimedefang/pkg-comment' XMilter based anti-spam and anti-virus filtering program END-of-mimedefang/pkg-comment echo x - mimedefang/pkg-message sed 's/^X//' >mimedefang/pkg-message << 'END-of-mimedefang/pkg-message' XTo finish installation please reconfigure sendmail to use X MIMEDefang filter, for example add this lines to your sendmail.mc X X MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=C:15m;S:4m;R:4m;E:10m')dnl X define(`confINPUT_MAIL_FILTERS', `mimedefang')dnl END-of-mimedefang/pkg-message echo x - mimedefang/pkg-install sed 's/^X//' >mimedefang/pkg-install << 'END-of-mimedefang/pkg-install' X#!/bin/sh X X[ $# != 2 ] && exit 1 X[ -z "${PKG_PREFIX}" ] && exit 1 X[ -n "${BATCH}" ] && exit 0 X XPKG_NAME=$1 XPKG_ACTION=$2 XSPOOLDIR=/var/spool/MIMEDefang X Xcase "$PKG_ACTION" in XPOST-INSTALL) X if [ ! -d ${SPOOLDIR} ]; then X mkdir -p ${SPOOLDIR} X chown mailnull:mailnull ${SPOOLDIR} X chmod 700 ${SPOOLDIR} X fi X ;; X XPRE-INSTALL|POST-DEINSTALL|DEINSTALL) X ;; X X*) Xecho "usage: $0 {PRE-INSTALL|POST-INSTALL|DEINSTALL|POST-DEINSTALL}" >&2 X exit 1 X ;; Xesac X Xexit 0 END-of-mimedefang/pkg-install 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 Tue May 14 10: 0:14 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 79E5937B407 for ; Tue, 14 May 2002 10:00:06 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EH06h97557 for ports@freebsd.org; Tue, 14 May 2002 10:00:06 -0700 (PDT) (envelope-from fenner) Date: Tue, 14 May 2002 10:00:06 -0700 (PDT) From: Message-Id: <200205141700.g4EH06h97557@freefall.freebsd.org> To: ports@freebsd.org Subject: Possibly unbuildable ports reminder 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 porters, This is just a reminder to please periodically check the list of unbuildable ports at http://bento.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 10: 0: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 1898A37B406 for ; Tue, 14 May 2002 10:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EH05F97552; Tue, 14 May 2002 10:00:05 -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 B924B37B408 for ; Tue, 14 May 2002 09:59:04 -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 g4EGx4hG092200 for ; Tue, 14 May 2002 09:59: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 g4EGx4ah092199; Tue, 14 May 2002 09:59:04 -0700 (PDT) Message-Id: <200205141659.g4EGx4ah092199@www.freebsd.org> Date: Tue, 14 May 2002 09:59:04 -0700 (PDT) From: Rainer Goellner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38078: ports/net/ymessenger needs the old gettext library 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: 38078 >Category: ports >Synopsis: ports/net/ymessenger needs the old gettext library >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 14 10:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Rainer Goellner >Release: 4.6 PRERELEASE >Organization: private >Environment: Doesn't matter >Description: ports/net/ymessenger tries to load libintl.so.1, while ports/devel/gettext installs libintl.so.2. ports/devel/gettext-old used to install libintl.so.1, until the "De-orbit burn sequence" was initiated. >How-To-Repeat: Install and run ymessenger on a system with recent ports. >Fix: Probably it suffices to recompile ymessenger, if possible. >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 Tue May 14 10:10: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 9699137B401 for ; Tue, 14 May 2002 10:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EHA4n02098; Tue, 14 May 2002 10:10:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 May 2002 10:10:04 -0700 (PDT) Message-Id: <200205141710.g4EHA4n02098@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/38076: [Update Port] devel/motor (to 3.2.2) Reply-To: Maxim Sobolev 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/38076; it has been noted by GNATS. From: Maxim Sobolev To: Alex Dupre Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/38076: [Update Port] devel/motor (to 3.2.2) Date: Tue, 14 May 2002 20:03:35 +0300 Great, I'll take a look at it tomorrow. BTW, do you care enough to take over maintainership for this port? I'll be glad to give it to somebody who wants it. -Maxim Alex Dupre wrote: > > >Number: 38076 > >Category: ports > >Synopsis: [Update Port] devel/motor (to 3.2.2) > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: update > >Submitter-Id: current-users > >Arrival-Date: Tue May 14 09:00:05 PDT 2002 > >Closed-Date: > >Last-Modified: > >Originator: Alex Dupre > >Release: FreeBSD 4.5-ALEXDUPRE i386 > >Organization: > >Environment: > System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 10:38:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.redlinenetworks.com (mail.redlinenetworks.com [216.136.145.172]) by hub.freebsd.org (Postfix) with ESMTP id 257D637B400 for ; Tue, 14 May 2002 10:38:15 -0700 (PDT) Received: from redlinenetworks.com (melkor.redlinenetworks.com [192.168.0.8]) by mail.redlinenetworks.com (8.11.6/8.11.1) with ESMTP id g4EHcDq80122; Tue, 14 May 2002 10:38:13 -0700 (PDT) (envelope-from scott@redlinenetworks.com) Message-ID: <3CE14CBC.80001@redlinenetworks.com> Date: Tue, 14 May 2002 10:43:24 -0700 From: Scott Sewall Organization: Redline Networks, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Joe Marcus Clarke Cc: ports@FreeBSD.ORG, sewall@Ix.netcom.com Subject: Re: Building gnome-- fails References: <3CE0809B.7000608@redlinenetworks.com> <1021350144.279.0.camel@gyros.marcuscom.com> Content-Type: multipart/alternative; boundary="------------090507050305050400010808" 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 --------------090507050305050400010808 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I have gnomecore-1.4.0.8_1 installed. I believe this is the latest. -- Scott Joe Marcus Clarke wrote: >On Mon, 2002-05-13 at 23:12, Scott Sewall wrote: > >>I'm trying to build the gnome-- port, but it fails when building >>gnomemm-1.2.2. >> >>I cvsup'd my ports tree earlier today. I'm running 4.5-RELEASE. >> > >Please make sure you have the latest gnomecore, then try to rebuild >gnome--. > >Joe > >>Here's the compile error message: >> >>>===> Building for gnomemm-1.2.2 >>>gmake all-recursive >>>gmake[1]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' >>>Making all in src >>>gmake[2]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' >>>Making all in build_sources >>>gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' >>>gmake[3]: Nothing to be done for `all'. >>>gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' >>>Making all in gnome-- >>>gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >>>Making all in private >>>gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' >>>gmake[4]: Nothing to be done for `all'. >>>gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' >>>gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >>>/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include `gnome-config gnomeui --cflags` -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc >>>rm -f .libs/procbar.lo >>>c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc -fPIC -DPIC -o .libs/procbar.lo >>>procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector > &, gint (*)(void *))': >>>procbar.cc:23: ANSI C++ prohibits conversion from `(void *)' to `(...)' >>>gmake[4]: *** [procbar.lo] Error 1 >>>gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >>>gmake[3]: *** [all-recursive] Error 1 >>>gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' >>>gmake[2]: *** [all-recursive] Error 1 >>>gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' >>>gmake[1]: *** [all-recursive] Error 1 >>>gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' >>>gmake: *** [all-recursive-am] Error 2 >>>*** Error code 2 >>> >>>Stop in /usr/ports/x11-toolkits/gnome--. >>> >>Any ideas? >> >>-- Scott >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-ports" in the body of the message >> --------------090507050305050400010808 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
I have gnomecore-1.4.0.8_1 installed.

I believe this is the latest.

-- Scott


Joe Marcus Clarke wrote:
On Mon, 2002-05-13 at 23:12, Scott Sewall wrote:
I'm trying to build the gnome-- port, but it fails when building 
gnomemm-1.2.2.

I cvsup'd my ports tree earlier today. I'm running 4.5-RELEASE.

Please make sure you have the latest gnomecore, then try to rebuild
gnome--.

Joe

Here's the compile error message:

===>  Building for gnomemm-1.2.2
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2'
Making all in src
gmake[2]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src'
Making all in build_sources
gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources'
Making all in gnome--
gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--'
Making all in private
gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private'
gmake[4]: Entering directory `/u sr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include `gnome-config gnomeui --cflags` -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc
rm -f .libs/procbar.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/ gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc -fPIC -DPIC -o .libs/procbar.lo
procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector<Gdk_Color *,allocator<Gdk_Color *> > &, gint (*)(void *))':
procbar.cc:23: ANSI C++ prohibits conversion from `(void *)' to `(...)'
gmake[4]: *** [procbar.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Le aving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gnome--.

Any ideas?

-- Scott



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


--------------090507050305050400010808-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 10:43:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from iraun2.uka.de (iraun2.uka.de [129.13.10.91]) by hub.freebsd.org (Postfix) with ESMTP id BB69837B408 for ; Tue, 14 May 2002 10:43:02 -0700 (PDT) Received: from i30nb20.ira.uka.de ([129.13.30.70]) by iraun2.uka.de with esmtp (Exim 3.30 #7 (Debian)) id 177gJZ-0006ln-00; Tue, 14 May 2002 19:42:21 +0200 Received: (from esk@localhost) by i30nb20.ira.uka.de (8.11.6/8.11.6) id g4EHflj10695; Tue, 14 May 2002 19:41:47 +0200 (CEST) (envelope-from esk) From: Espen Skoglund MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15585.19547.534570.696009@i30nb20.ira.uka.de> Date: Tue, 14 May 2002 19:41:47 +0200 To: Alan E Cc: Cy Schubert - CITS Open Systems Group , Richard Arends , ports@FreeBSD.ORG, esk@ira.uka.de Subject: Re: xmms port does not build In-Reply-To: <20020510133549.GA52737@wwweasel.geeksrus.net> References: <20020510141954.E67492-100000@mail.unixguru.nl> <200205101303.g4AD3rmC019974@cwsys.cwsent.com> <20020510133549.GA52737@wwweasel.geeksrus.net> X-Mailer: VM 6.95 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 [Alan E] > That's not the problem. Notice the lack of -lintl on the link line? > Xmms builds fine with libintl.so.2. I'm running it here. > I think he should clear out his gettext ports and reinstall them. > Something's mucked up there. Shouldn't gtk stuff always be linked together with libintl? If so "gtk12-config --libs" would include the appropriate -lintl. Are these assumptions wrong? eSk PS! I'm not a ports@ subscriber, so don't un'CC me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 10:50:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-55.cisco.com [64.102.60.55]) by hub.freebsd.org (Postfix) with ESMTP id 5D34137B405 for ; Tue, 14 May 2002 10:50:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4EHoH5O000872; Tue, 14 May 2002 13:50:17 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: Building gnome-- fails From: Joe Marcus Clarke To: Scott Sewall Cc: ports@FreeBSD.ORG, sewall@Ix.netcom.com In-Reply-To: <3CE14CBC.80001@redlinenetworks.com> References: <3CE0809B.7000608@redlinenetworks.com> <1021350144.279.0.camel@gyros.marcuscom.com> <3CE14CBC.80001@redlinenetworks.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 14 May 2002 13:50:17 -0400 Message-Id: <1021398617.298.43.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 Tue, 2002-05-14 at 13:43, Scott Sewall wrote: > > I have gnomecore-1.4.0.8_1 installed. > > I believe this is the latest. Sorry, I meant gnomelibs. You need to have gnomelibs-1.4.1.6_1. Joe > > -- Scott > > > Joe Marcus Clarke wrote: > > >On Mon, 2002-05-13 at 23:12, Scott Sewall wrote: > > > >>I'm trying to build the gnome-- port, but it fails when building > >>gnomemm-1.2.2. > >> > >>I cvsup'd my ports tree earlier today. I'm running 4.5-RELEASE. > >> > > > >Please make sure you have the latest gnomecore, then try to rebuild > >gnome--. > > > >Joe > > > >>Here's the compile error message: > >> > >>>===> Building for gnomemm-1.2.2 > >>>gmake all-recursive > >>>gmake[1]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' > >>>Making all in src > >>>gmake[2]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' > >>>Making all in build_sources > >>>gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' > >>>gmake[3]: Nothing to be done for `all'. > >>>gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' > >>>Making all in gnome-- > >>>gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >>>Making all in private > >>>gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' > >>>gmake[4]: Nothing to be done for `all'. > >>>gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' > >>>gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >>>/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include `gnome-config gnomeui --cflags` -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc > >>>rm -f .libs/procbar.lo > >>>c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc -fPIC -DPIC -o .libs/procbar.lo > >>>procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector > &, gint (*)(void *))': > >>>procbar.cc:23: ANSI C++ prohibits conversion from `(void *)' to `(...)' > >>>gmake[4]: *** [procbar.lo] Error 1 > >>>gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >>>gmake[3]: *** [all-recursive] Error 1 > >>>gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > >>>gmake[2]: *** [all-recursive] Error 1 > >>>gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' > >>>gmake[1]: *** [all-recursive] Error 1 > >>>gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' > >>>gmake: *** [all-recursive-am] Error 2 > >>>*** Error code 2 > >>> > >>>Stop in /usr/ports/x11-toolkits/gnome--. > >>> > >>Any ideas? > >> > >>-- Scott > >> > >> > >> > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > >>with "unsubscribe freebsd-ports" 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 Tue May 14 11:52:45 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 0A23337B405; Tue, 14 May 2002 11:52:41 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EIqfZ15860; Tue, 14 May 2002 11:52:41 -0700 (PDT) (envelope-from okazaki) Date: Tue, 14 May 2002 11:52:41 -0700 (PDT) From: Message-Id: <200205141852.g4EIqfZ15860@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/36810: unbreak converters/libiconv when built by non-root user 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: unbreak converters/libiconv when built by non-root user Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: okazaki Responsible-Changed-When: Tue May 14 11:51:25 PDT 2002 Responsible-Changed-Why: Over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=36810 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 12: 0:29 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 D132A37B407 for ; Tue, 14 May 2002 12:00:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJ09V16269; Tue, 14 May 2002 12:00:09 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 1D7C537B404 for ; Tue, 14 May 2002 11:57:39 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 7AF83217B2 for ; Tue, 14 May 2002 14:57:38 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id A69373D0C; Tue, 14 May 2002 14:57:37 -0400 (EDT) Message-Id: <20020514185737.A69373D0C@onceler.kciLink.com> Date: Tue, 14 May 2002 14:57:37 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38079: update of postfix-current 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: 38079 >Category: ports >Synopsis: update of postfix-current >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: Tue May 14 12:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 1 12:31:02 EST 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: update postfix-current to 1.1.9-20020513 make the SASL and PCRE libs dynamically linked >How-To-Repeat: >Fix: begin 644 postfix-current.patch M9&EF9B`M4')U('!O2`@.2`Q-CHS-SHS,"`R,#`R"BLK*R!P;W-T9FEX+6-U'!E2`@.2`Q M-CHS-SHS,"`R,#`R"BLK*R!P;W-T9FEX+6-U"]P;W-T9FEX+3$N,2XX+3(P,#(P-3`U+G1ABD@/2`W M9CDU,V-F8CBD@/2!A,#`V-39E M-&4W9F0Q930X,C=C,V4X,#4W.3ED,C,U.0HM340U("AP;W-T9FEX+W!OBD@/2`Y-38T93AE,64S9&1F8C@X-6)B M,69F86%F-S5C-C"TQ+C$N.2MI<'8V+G!A=&-H+F=Z M*2`](#9A8S-B,V4R,#%D,F0S,60R.#4T,F$S8C5A9#%D,#DV"B!-1#4@*'!O M"UP9RYP;W-T9FEX+3$N,2XX+G!A=&-H*2`](&4P9C1D M.3$P839D-C8T.&0Y8C0X93(R-#1F,C"!P;W-T9FEX+6-U M"UC=7)R96YT+6YE=R]S8W)I M<'1S+V-O;F9I9W5R92YP;W-T9FEX"51U92!-87D@,30@,30Z-#(Z,C$@,C`P M,@I`0"`M-3,L,38@*S4S+#$V($!`"B!W:&EL92!;("(D,2(@73L@9&\*(`EC M87-E("0Q(&EN"B`)"5PB4$-215PB*0HM"0D)96-H;R`B0E5)3$1?1$5014Y$ M4RL]"5PD>TQ/0T%,0D%317TO;&EB+VQI8G!CU!/4E131$E2?2]D979E;"]P8W)E(@H@"0D)96-H;R`B4$]35$9)6%]#0T%2 M1U,K/0DM1$A!4U]00U)%("U)7"1[3$]#04Q"05-%?2]I;F-L=61E(@HM"0D) M96-H;R`B4$]35$9)6%]!55A,24)3*ST)7"1[3$]#04Q"05-%?2]L:6(O;&EB M<&-R92YA(@HK"0D)96-H;R`B4$]35$9)6%]!55A,24)3*ST)+4Q<)'M,3T-! M3$)!4T5]+VQI8B`M;'!CU!/4E131$E2?2]S96-U2]C>7)UTQ/0T%,0D%317TO:6YC;'5D92(*+0D)"65C:&\@ M(E!/4U1&25A?05583$E"4RL]"5PD>TQ/0T%,0D%317TO;&EB+VQI8G-A7!T(@HK"0D)96-H;R`B4$]35$9)6%]!55A,24)3*ST) M+4Q<)'M,3T-!3$)!4T5]+VQI8B`M;'-AU!2149) M6'TO;&EB+VQI8G-A7-Q;%]V97)I9GE?<&%S M&ET(#$* M(`D)"69I"B`)"0EE8VAO(")0051#2%]3251%4RL]"6AT='`Z+R]W=WB(**PD)"65C:&\@(E!! M5$-(1DE,15,K/0EP;W-T9FEX+3$N,2XY*VEP=C8N<&%T8V@N9WHB"B`)"0EE M8VAO(")0051#2%]$25-47U-44DE0/2`M<#$B"B`)"0EE8VAO("))4'8V7U-5 91D9)6#T)*VEP=C8B"B`)"0EE8VAO("(B"@`` ` end >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 Tue May 14 12: 7:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 6220437B404 for ; Tue, 14 May 2002 12:07:33 -0700 (PDT) Received: (qmail 1948 invoked from network); 14 May 2002 19:07:32 -0000 Received: from userfg112.dsl.pipex.com (HELO dsl.pipex.com) (62.190.126.112) by smtp-2.dial.pipex.com with SMTP; 14 May 2002 19:07:32 -0000 Received: by dsl.pipex.com (Postfix, from userid 1001) id BD633211CF; Tue, 14 May 2002 20:05:53 +0100 (BST) Date: Tue, 14 May 2002 20:05:53 +0100 From: Aleksandar Simic To: freebsd-ports@FreeBSD.org Subject: New pkg_vrfy tool Message-ID: <20020514200553.A26176@myname.my.domain> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, the ports collection is great, but it isn't perfect, thats why I wrote this little tool pkg_vrfy. When you run it, it reports which ports have some, if not all, of their components missing. Thanks, --Alex P.S. the tool isn't perfect, so if you can improve it, please do so. --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pkg_vrfy #!/bin/sh # NAME # pkg_vrfy - a utility for verifying the components of a installed # package # # SYNOPSIS # pkg_vrfy [-a] [-h] [-t] package-name # # DESCRIPTION # The pkg_vrfy command checks the package database for all the files # listed as installed and prints out any that aren't. # # OPTIONS # # -a summary of all the installed packages # with missing files printed # # -h help # # -t total number of packages installed # # EXAMPLES # pkg_vrfy emacs-21.1 - to list all the files installed by # emacs-21.1 package # # # EXIT STATUS # 0 On success # 1 On failure # # FILES # /var/db/pkg//+CONTENTS # # RESTRICTIONS / BUGS # For now the utility just checks the /var/db/pkg database in order # to determine the installed components. A better version should be # able to check for installed components when invoked in directory # of a port (eg. /usr/ports/editors/emacs/) without using package's # name in the database, but that would involve guessing the name # of the package under which it was registered in /var/db/pkg . # # SEE ALSO # pkg_add(1), pkg_create(1), pkg_delete(1), pkg_info(1), # pkg_version(1) # # AUTHOR # Aleksandar Simic # # DDMMYY Name Version # ======= ==== ====== # 270102 pkg_vrfy Initial version. # 020202 pkg_vrfy 1.0 # 050202 pkg_vrfy 1.3 # 030302 pkg_vrfy 1.4 # 140302 pkg_vrfy 1.5 # 140502 pkg_vrfy 1.6 CUT=/usr/bin/cut GREP=/usr/bin/grep HEAD=/usr/bin/head LS=/bin/ls SED=/usr/bin/sed BASENAME=/usr/bin/basename PWD=/bin/pwd PKGDB=/var/db/pkg CONTENTS=./+CONTENTS list () { # gets the name of the directory the package resides in DIR=`$GREP @cwd $CONTENTS| $HEAD -n 1 | $CUT -d ' ' -f2` if [ $DIR != / ]; then DIR=$DIR/ ; fi # for i in `$grep -v "@" $contents` for i in `$SED -e 's/^@.*//g' -e 's/^+.*//g' $CONTENTS` do if [ ! -e `printf "$DIR$i\n"` ]; then printf "Not found: $DIR$i\n" 2>&1 ; fi done } total () { # this only works provided that directories no other # than those of packages are in $PKGDB printf "Total number of packages installed:\ `cd $PKGDB && $LS -l | $HEAD -n 1 | $CUT -d ' ' -f2`\n" ; } usage () { printf "usage: `$BASENAME $0` [-a] [-h] [-t]\n" 1>&2 ; printf " `$BASENAME $0` package-name\n" 1>&2 ; } if [ $# -lt 1 ] ; then usage ; exit 1 ; fi case "$1" in -a) # echo "Option broken"; exit 1 shift ; cd $PKGDB ; for i in `$LS -A`; do if [ -d $i ]; then printf "====> $i\n" cd $PKGDB/$i; if [ ! -e $CONTENTS ] ; then printf " has missing '+CONTENTS' file\n" 1>&2 ; cd .. ; else list && cd .. ; fi fi done ;; -h) usage break ;; -t) total ;; -?) printf "`$BASENAME $0`: illegal option\n" 1>&2 ; usage break ;; "") usage break ;; *) if [ -d $PKGDB/$1 ]; then cd $PKGDB/$1 if [ ! -e $CONTENTS ] ; then printf "`$BASENAME $1` has missing '+CONTENTS' file\n" 1>&2 ; printf "can't proceed, exiting\n" 1>&2 ; exit 1 ; else list ; fi; else printf "`$BASENAME $0`: package not found\n" 1>&2; usage ; fi ;; esac --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 12: 8: 5 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 518E137B406; Tue, 14 May 2002 12:08:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJ81P20549; Tue, 14 May 2002 12:08:01 -0700 (PDT) (envelope-from knu) Date: Tue, 14 May 2002 12:08:01 -0700 (PDT) From: Message-Id: <200205141908.g4EJ81P20549@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/36576: Update port: games/nethack3-gnome/games/nethack-qt|games/nethack3-tty|games/nethack3 to 3.4.0 (fix ports/36216) 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: Update port: games/nethack3-gnome/games/nethack-qt|games/nethack3-tty|games/nethack3 to 3.4.0 (fix ports/36216) Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Wed May 15 04:07:48 JST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36576 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 12:20:22 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 7DCBF37B406 for ; Tue, 14 May 2002 12:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJK1O21381; Tue, 14 May 2002 12:20:01 -0700 (PDT) (envelope-from gnats) Received: from oksala.org (modemcable044.179-200-24.timi.mc.videotron.ca [24.200.179.44]) by hub.freebsd.org (Postfix) with ESMTP id 726C837B403 for ; Tue, 14 May 2002 12:10:18 -0700 (PDT) Received: from oksala.org (localhost [127.0.0.1]) by oksala.org (8.11.6/8.11.1) with ESMTP id g4EJAFP89734 for ; Tue, 14 May 2002 15:10:17 -0400 (EDT) (envelope-from silence@oksala.org) Received: (from silence@localhost) by oksala.org (8.12.3/8.12.3/Submit) id g4EJAEBG089732; Tue, 14 May 2002 15:10:14 -0400 (EDT) Message-Id: <200205141910.g4EJAEBG089732@oksala.org> Date: Tue, 14 May 2002 15:10:14 -0400 (EDT) From: Pierre-Luc Lespйrance Reply-To: Pierre-Luc Lespйrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: pending/38080: New port www/cherokee 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: 38080 >Category: pending >Synopsis: New port www/cherokee >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: Tue May 14 12:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: silence >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD silence 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #7: Mon May 6 15:40:51 EDT 2002 root@silence:/usr/src/sys/compile/oksala i386 >Description: Cherokee is an extremely fast and tiny web server. >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: # # cherokee # cherokee/Makefile # cherokee/files # cherokee/files/patch-aa # cherokee/distinfo # cherokee/pkg-comment # cherokee/pkg-descr # cherokee/pkg-plist # echo c - cherokee mkdir -p cherokee > /dev/null 2>&1 echo x - cherokee/Makefile sed 's/^X//' >cherokee/Makefile << 'END-of-cherokee/Makefile' XPORTNAME= Cherokee XPORTVERSION= 0.2.8 XCATEGORIES= www XMASTER_SITES= http://www.alobbs.com/cherokee/ XMAINTAINER= oksala@videotron.ca X XHAS_CONFIGURE= yes XPREFIX=/usr/local X X# X# User Configuration X# This may seem a littre overloaded X# But there is not configuration files or getopt options X# X X#Dir for your html files X.if defined(HTDOCS) XHTDOCS=${HTDOCS} X.else XHTDOCS=${PREFIX}/share/cherokee X.endif X X#Process UID X.if defined(UID) XUID=${UID} X.else XUID=65534 #nobody X.endif X X#Process GID X.if defined(GID) XGID=${GID} X.else XGID=65534 #nobody X.endif X X#inet port X.if defined(PORT) XPORT=${PORT} X.else XPORT=80 X.endif X X#index files X.if defined(INDEX) XINDEX=${INDEX} X.else XINDEX=index.html X.endif X Xpre-configure: X @${ECHO} "" X @${ECHO} "" X @${ECHO} "==================================" X @${ECHO} "Current configuration :" X @${ECHO} "Working directory : /usr/local/share/cherokee (HTDOCS)" X @${ECHO} "Process id : 65534:nobody (UID)" X @${ECHO} "Process gid : 65534:nobody (GID)" X @${ECHO} "Inet port : 80 (PORT)" X @${ECHO} "Index files : index.html (INDEX)" X @${ECHO} "==================================" X @${ECHO} "" X @${ECHO} "" X XCONFIGURE_ARGS+= \ X --prefix=${PREFIX} \ X --enable-daemon\ X --enable-warnings\ X --with-htdocs=${HTDOCS}\ X --with-uid=${UID} \ X --with-gid=${GID} \ X --with-port=${PORT} \ X --with-index=${INDEX} X Xpre-install: X @if [ ! -f ${PREFIX}/share ]; then \ X ${MKDIR} ${PREFIX}/share;\ X fi X @if [ ! -f ${HTDOCS} ] ; then \ X ${MKDIR} ${HTDOCS};\ X fi X.include END-of-cherokee/Makefile echo c - cherokee/files mkdir -p cherokee/files > /dev/null 2>&1 echo x - cherokee/files/patch-aa sed 's/^X//' >cherokee/files/patch-aa << 'END-of-cherokee/files/patch-aa' X--- src/cherokee.h.old Fri Dec 28 07:39:11 2001 X+++ src/cherokee.h Tue May 14 14:49:35 2002 X@@ -28,11 +28,11 @@ X #include X #include X #include X+#include X #include X #include X #include X #include X-#include X #include X #include X #include X--- src/server.h.old Fri Dec 28 07:25:54 2001 X+++ src/server.h Tue May 14 14:49:35 2002 X@@ -26,9 +26,9 @@ X X #include X #include X-#include X-#include X #include X+#include X+#include X X #include "configuration.h" X X--- src/socket.h.old Thu Dec 27 05:49:07 2001 X+++ src/socket.h Tue May 14 14:49:35 2002 X@@ -26,8 +26,11 @@ X X #include X #include X+#include X+#include X #include X #include X+#include X X int __inline socket_ready_to_read (int socket); X END-of-cherokee/files/patch-aa echo x - cherokee/distinfo sed 's/^X//' >cherokee/distinfo << 'END-of-cherokee/distinfo' XMD5 (Cherokee-0.2.8.tar.gz) = ffefd914d7d242c2e52fc85b3ecc221a END-of-cherokee/distinfo echo x - cherokee/pkg-comment sed 's/^X//' >cherokee/pkg-comment << 'END-of-cherokee/pkg-comment' XCherokee is an extremely fast and tiny web server. END-of-cherokee/pkg-comment echo x - cherokee/pkg-descr sed 's/^X//' >cherokee/pkg-descr << 'END-of-cherokee/pkg-descr' XCherokee is a tiny, ultrafast, lightweight Web server. It is implemented Xentirely in C, and has no dependencies beyond a standard C library. It Xprovides only the most basic HTTP functionality, but is extremely fast and Xsmall. X XWWW: http://www.alobbs.com/cherokee END-of-cherokee/pkg-descr echo x - cherokee/pkg-plist sed 's/^X//' >cherokee/pkg-plist << 'END-of-cherokee/pkg-plist' Xbin/cherokee X@dirrm share/cherokee/ END-of-cherokee/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 Tue May 14 12:30: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 4CADB37B408 for ; Tue, 14 May 2002 12:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJU1m22265; Tue, 14 May 2002 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 0FE0937B416 for ; Tue, 14 May 2002 12:20:26 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 78F15217B5 for ; Tue, 14 May 2002 15:20:25 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id C6C143D11; Tue, 14 May 2002 15:20:24 -0400 (EDT) Message-Id: <20020514192024.C6C143D11@onceler.kciLink.com> Date: Tue, 14 May 2002 15:20:24 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38081: update postfix 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 >Number: 38081 >Category: ports >Synopsis: update postfix port >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: Tue May 14 12:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 1 12:31:02 EST 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: update postfix to version 1.1.9 make PCRE and SASL libs dynamically linked >How-To-Repeat: >Fix: begin 644 postfix.patch M9&EF9B`M4')U('!O"UN972`@."`Q,#HU-#HQ-"`R M,#`R"BLK*R!P;W-T9FEX+6YE=R]-86ME9FEL90E4=64@36%Y(#$T(#$T.C4X M.C0S(#(P,#(*0$`@+38L-R`K-BPW($!`"B`C"B`*(%!/4E1.04U%/0EP;W-T M9FEX"BU03U)45D524TE/3CT),2XQ+C@**U!/4E1615)324]./0DQ+C$N.0H@ M4$]25$503T-(/0DQ"B!#051%1T]22453/0EM86EL(&EP=C8*($U!4U1%4E]3 M251%4ST)9G1P.B\O9G1P+G!O"UN972`@.2`Q-CHS-SHS,"`R,#`R"BLK*R!P;W-T9FEX+6YE=R]D:7-T M:6YF;PE4=64@36%Y(#$T(#$U.C`U.C,V(#(P,#(*0$`@+3$L-"`K,2PT($!` M"BU-1#4@*'!O"TQ+C$N."YT87(N9WHI(#T@,V(P-V$U M.64X8F1B-#9A9CAC,60X,F8P.#5A-C)D-S,*+4U$-2`H<&]S=&9I>"]P9FEX M=&QS+3`N."XW+3$N,2XW+3`N.2XV8RYT87(N9WHI(#T@83`P-C4V931E-V9D M,64T.#(W8S-E.#`U-SDY9#(S-3D*+4U$-2`H<&]S=&9I>"]P;W-T9FEX+3$N M,2XW*VEP=C8N<&%T8V@N9WHI(#T@.34V-&4X93%E,V1D9F(X.#5B8C%F9F%A M9C"]P;W-T9FEX+3$N,2XY+G1ABD@ M/2`T9CEE,&0Q-SDR9&0P.#5D.6,V-&,P,#0U9F(R.3=D9@HK340U("AP;W-T M9FEX+W!F:7AT;',M,"XX+CDM,2XQ+CDM,"XY+C9D+G1ABD@/2!E.3`U M,F9D,F8Y83$W-F$U-&9A8V)A9#$S,30T,C,X-@HK340U("AP;W-T9FEX+W!O MBD@/2`V86,S8C-E,C`Q9#)D,S%D M,C@U-#)A,V(U860Q9#`Y-@H@340U("AP;W-T9FEX+W!O"TQ+C$N."YP871C:"D@/2!E,&8T9#DQ,&$V9#8V-#AD.6(T.&4R,C0T M9C(W-C1B80ID:69F("U0"]S8W)I<'1S+V-O;F9I9W5R92YP M;W-T9FEX('!O`E4:'4@36%Y M("`Y(#$V.C,W.C,P(#(P,#(**RLK('!O2`Q-"`Q-3HP.3HS,2`R,#`R"D!`("TU M,RPQ-B`K-3,L,38@0$`*('=H:6QE(%L@(B0Q(B!=.R!D;PH@"6-AU!/4E131$E2?2]D979E;"]P M8W)E(@HK"0D)96-H;R`B3$E"7T1%4$5.1%,K/0EP8W)E+C`Z7"1[4$]25%-$ M25)]+V1E=F5L+W!CTQ/0T%,0D%317TO M;&EB("UL<&-R92(*(`D)"65C:&\@(E!#4D5?4U5&1DE8/0DK<&-R92(*(`D) M"5-50E]00U)%/2(B"B`)"0D[.PH@"0E<(E-!4TQ<(BD*+0D)"65C:&\@(D)5 M24Q$7T1%4$5.1%,K/0E<)'M,3T-!3$)!4T5]+VQI8B]L:6)S87-L+F$Z7"1[ M4$]25%-$25)]+W-E8W5R:71Y+V-YTQ/ M0T%,0D%317TO;&EB("UL7!T(@H@"0D)96-H;R`B M4T%33%]3549&25@]"2MS87-L(@H@"0D):68@6R`M9B`D>U!2149)6'TO;&EB M+VQI8G-A5]P87-S=V]R9"([ M('1H96X*0$`@+3@R+#@@*S@R+#@@0$`*(`D)"65C:&\@(DU!3C@K/0D)=&QS M;6=R+C@B"B`)"0EE8VAO(")03U-41DE87T-#05)'4RL]"2U$2$%37U-33"`M M22]UB(*+0D)"65C:&\@(D585%)!7U!!5$-(15,K/0E<)'M74DM$25)] M+W!F:7AT;',M,"XX+CT1)4U1.04U%?2YT87(N9WH@<&9I>'1L MU=22T1)4GTO<&9I>'1L'1L&ET(#$*(`D)"69I"B`)"0EE8VAO M(")0051#2%]3251%4RL]"6AT='`Z+R]W=WB(**PD)"65C:&\@(E!!5$-(1DE,15,K/0EP;W-T M9FEX+3$N,2XY*VEP=C8N<&%T8V@N9WHB"B`)"0EE8VAO(")0051#2%]$25-4 M7U-44DE0/2`M<#$B"B`)"0EE8VAO("))4'8V7U-51D9)6#T)*VEP=C8B"B`) *"0EE8VAO("(B"@`` ` end >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 Tue May 14 12:39:39 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 3D91637B405; Tue, 14 May 2002 12:39:21 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJdL123320; Tue, 14 May 2002 12:39:21 -0700 (PDT) (envelope-from dwcjr) Date: Tue, 14 May 2002 12:39:21 -0700 (PDT) From: Message-Id: <200205141939.g4EJdL123320@freefall.freebsd.org> To: khera@kciLink.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38079: update of postfix-current 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: update of postfix-current State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Tue May 14 12:39:11 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38079 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 12:39: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 A35D637B421; Tue, 14 May 2002 12:39:31 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJdVP23353; Tue, 14 May 2002 12:39:31 -0700 (PDT) (envelope-from dwcjr) Date: Tue, 14 May 2002 12:39:31 -0700 (PDT) From: Message-Id: <200205141939.g4EJdVP23353@freefall.freebsd.org> To: khera@kciLink.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38081: update postfix 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: update postfix port State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Tue May 14 12:39:11 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38079 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Tue May 14 12:39:11 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38081 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 13: 4: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 B88C737B405; Tue, 14 May 2002 13:04:15 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EK4FC32052; Tue, 14 May 2002 13:04:15 -0700 (PDT) (envelope-from knu) Date: Tue, 14 May 2002 13:04:15 -0700 (PDT) From: Message-Id: <200205142004.g4EK4FC32052@freefall.freebsd.org> To: Jan.Stocker@t-online.de, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36880: nethack3-gnome missing gnome includes / library 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: nethack3-gnome missing gnome includes / library State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Wed May 15 05:03:24 JST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36880 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 13:34:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id F052B37B404; Tue, 14 May 2002 13:34:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3BEFB66DC8; Tue, 14 May 2002 13:34:25 -0700 (PDT) Date: Tue, 14 May 2002 13:34:25 -0700 From: Kris Kennaway To: Jeroen Ruigrok/asmodai Cc: kris@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ghostscript 7.05 build problem Message-ID: <20020514133425.A54884@xor.obsecurity.org> References: <20020509195402.GD4291@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020509195402.GD4291@daemon.ninth-circle.org>; from asmodai@wxs.nl on Thu, May 09, 2002 at 09:54:02PM +0200 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 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 09, 2002 at 09:54:02PM +0200, Jeroen Ruigrok/asmodai wrote: > >> Checksum mismatch for ghostscript/gdevdj9.c.gz. >=20 > I am ready to hit the sack and just noticed this. >=20 > Could someone pick it up? [Otherwise I will tomorrow.] You sure it's not a stale local file? Kris --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84XTRWry0BWjoQKURAvebAJ9Nrqpc8gDwVhGE6hMFr3KjMFHENQCeMNFQ BQym0gtKpVOO2VU10F9aO/8= =L2rh -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 13:36:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id A287437B405 for ; Tue, 14 May 2002 13:36:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 41F5066DC8; Tue, 14 May 2002 13:36:53 -0700 (PDT) Date: Tue, 14 May 2002 13:36:53 -0700 From: Kris Kennaway To: "Kevin G. Eliuk" Cc: ports@FreeBSD.ORG Subject: Re: /usr/ports/x11-toolkits/open-motif-devel Message-ID: <20020514133653.B54884@xor.obsecurity.org> References: <3CDCC719.2070203@dccnet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CDCC719.2070203@dccnet.com>; from kg@dccnet.com on Sat, May 11, 2002 at 12:24:09AM -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 --l76fUT7nc3MelDdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 11, 2002 at 12:24:09AM -0700, Kevin G. Eliuk wrote: > I have successfully completed the install of /usr/ports/java/jdk13,=20 > /usr/ports/www/mozilla and all the dependancies. >=20 > I did have to edit the /usr/ports/x11-toolkits/open-motif-devel/Makefile= =20 > because of version inconsistancy with=20 > /usr/ports/x11-toolkits/open-motif-devel/distinfo. This was fixed already. Kris --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84XVkWry0BWjoQKURAl2RAJ45fo8kBQy4GVXzQPlk3k5ueaVARQCgiVU+ 3UBCzuwZml0QohQYHxa30Yw= =4+4f -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 13:39: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id BF4FA37B400; Tue, 14 May 2002 13:39:03 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5E45F66DF8; Tue, 14 May 2002 13:39:03 -0700 (PDT) Date: Tue, 14 May 2002 13:39:03 -0700 From: Kris Kennaway To: Jeremy Lea Cc: Mark Murray , "Bruce A. Mah" , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] Message-ID: <20020514133903.C54884@xor.obsecurity.org> References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> <20020514145039.B13083@shale.csir.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="da4uJneut+ArUgXk" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020514145039.B13083@shale.csir.co.za>; from reg@FreeBSD.ORG on Tue, May 14, 2002 at 02:50:39PM +0200 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 --da4uJneut+ArUgXk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 14, 2002 at 02:50:39PM +0200, Jeremy Lea wrote: > Hi, >=20 > On Thu, May 09, 2002 at 08:33:22PM +0100, Mark Murray wrote: > > /usr/sbin/pkg_version Jeremy Lea - re >=20 > OK, the first revision is attached. It appears to work for me... It > needs some spit and polish, and probably a few more people to test. Thanks for doing this. Kris --da4uJneut+ArUgXk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84XXmWry0BWjoQKURAi2NAKCD2cY8Uyq/4wirOcTAR53+pnYZwgCdHH+F MaYgW9A9v444pSo/i7GXTBU= =Mlzt -----END PGP SIGNATURE----- --da4uJneut+ArUgXk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 13:40:29 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 6E94137B404 for ; Tue, 14 May 2002 13:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKe2961912; Tue, 14 May 2002 13:40:02 -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 990E637B403 for ; Tue, 14 May 2002 13:30:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id CC6A43E1F; Wed, 15 May 2002 04:30:03 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 041063E17; Wed, 15 May 2002 04:30:02 +0800 (CST) Message-Id: <20020514203002.041063E17@infomath.math.nctu.edu.tw> Date: Wed, 15 May 2002 04:30:02 +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/38084: Update 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: 38084 >Category: ports >Synopsis: Update port: security/amavisd >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: Tue May 14 13:40:02 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: Fix some problem. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/amavisd/Makefile amavisd/Makefile --- /usr/ports/security/amavisd/Makefile Mon May 13 09:30:40 2002 +++ amavisd/Makefile Wed May 15 04:21:27 2002 @@ -7,13 +7,14 @@ PORTNAME= amavisd PORTVERSION= 20020300 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.amavis.org/dist/perl/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION} MAINTAINER= gslin@ccca.nctu.edu.tw -RUN_DEPENDS= ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc \ +BUILD_DEPENDS= ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc \ ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \ ${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj \ ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \ @@ -27,42 +28,46 @@ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/AtomicFile.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet +RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -AMAVISUSER?= root +AMAVISUSER?= vscan +AMAVISGROUP?= vscan -CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc --with-amavisuser=${AMAVISUSER} +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc --with-amavisuser=${AMAVISUSER}:${AMAVISGROUP} .if defined(WITH_POSTFIX) CONFIGURE_ARGS+= --enable-postfix -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix MTA?= postfix +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix .elif defined(WITH_POSTFIX_CURRENT) CONFIGURE_ARGS+= --enable-postfix -RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current MTA?= postfix -.elif defined(WITH_QMAIL) -CONFIGURE_ARGS+= --enable-qmail -RUN_DEPENDS+= ${LOCALBASE}/bin/qmail-smtpd:${PORTSDIR}/mail/qmail -MTA?= qmail +RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:${PORTSDIR}/mail/postfix-current .else CONFIGURE_ARGS+= --enable-sendmail MTA?= sendmail .endif post-patch: - @${SED} "s,%%AMAVISUSER%%,${AMAVISUSER}," ${FILESDIR}/amavisd.sh.sample > ${WRKSRC}/amavisd.sh.sample + @${SED} 's,%%AMAVISUSER%%,${AMAVISUSER},g' ${FILESDIR}/amavisd.sh > ${WRKSRC}/amavisd.sh + +pre-install: + @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${AMAVISUSER} ${AMAVISGROUP} post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.sh.sample ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKSRC}/amavisd.sh ${PREFIX}/etc/rc.d .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .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 ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor + @${ECHO} "===============================================================================" @${ECHO} "Please read ${DOCSDIR}/README.${MTA}" + @${ECHO} "===============================================================================" .endif .include diff -ruN /usr/ports/security/amavisd/files/amavisd.sh amavisd/files/amavisd.sh --- /usr/ports/security/amavisd/files/amavisd.sh Thu Jan 1 08:00:00 1970 +++ amavisd/files/amavisd.sh Tue May 14 03:57:20 2002 @@ -0,0 +1,20 @@ +#!/bin/sh + +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then + echo "$0: Cannot determine the PREFIX" >&2 + exit 1 +fi + +case "$1" in +start) + [ -x ${PREFIX}/sbin/amavisd ] && su - %%AMAVISUSER%% -c ${PREFIX}/sbin/amavisd > /dev/null 2>&1 && echo -n ' amavisd' + ;; +stop) + echo -n ' amavisd' + ;; +*) + echo "Usage: `basename $0` {start|stop}" >&2 + ;; +esac + +exit 0 diff -ruN /usr/ports/security/amavisd/files/amavisd.sh.sample amavisd/files/amavisd.sh.sample --- /usr/ports/security/amavisd/files/amavisd.sh.sample Mon May 13 09:30:40 2002 +++ amavisd/files/amavisd.sh.sample Thu Jan 1 08:00:00 1970 @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/amavisd ] && su - %%AMAVISUSER%% -c ${PREFIX}/amavisd > /dev/null 2>&1 && echo -n ' amavisd' - ;; -stop) - echo -n ' amavisd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff -ruN /usr/ports/security/amavisd/pkg-install amavisd/pkg-install --- /usr/ports/security/amavisd/pkg-install Thu Jan 1 08:00:00 1970 +++ amavisd/pkg-install Wed May 15 04:24:07 2002 @@ -0,0 +1,39 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +PKG_PREFIX=${PKG_PREFIX:=/usr/local} +BATCH=${BATCH:=no} + +USER=$1 +GROUP=$2 + +if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then + echo "You already have a group \"${GROUP}\", so I will use it." +else + if /usr/sbin/pw groupadd ${GROUP} -h - + then + echo "Added group \"${GROUP}\"." + else + echo "Adding group \"${GROUP}\" failed..." + echo "Please create it, and try again." + exit 1 + fi +fi + +if /usr/sbin/pw user show "${USER}" 2>/dev/null; then + echo "You already have a user \"${USER}\", so I will use it." +else + if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ + -d /var/amavis \ + -s /bin/sh \ + -c "Scanning Virus Account" + then + echo "Added user \"${USER}\"." + else + echo "Adding user \"${USER}\" failed..." + echo "Please create it, and try again." + exit 1 + fi +fi diff -ruN /usr/ports/security/amavisd/pkg-plist amavisd/pkg-plist --- /usr/ports/security/amavisd/pkg-plist Mon May 13 09:30:40 2002 +++ amavisd/pkg-plist Tue May 14 03:59:15 2002 @@ -13,6 +13,6 @@ %%PORTDOCS%%share/doc/amavisd/amavis.txt %%PORTDOCS%%@dirrm share/doc/amavisd etc/amavisd.conf -etc/rc.d/amavisd.sh.sample +etc/rc.d/amavisd.sh sbin/amavis sbin/amavisd >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 Tue May 14 14: 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 81D6137B407 for ; Tue, 14 May 2002 14:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EL03e63752; Tue, 14 May 2002 14:00:03 -0700 (PDT) (envelope-from gnats) Received: from home.fifteen.hu (home.fifteen.hu [212.108.199.82]) by hub.freebsd.org (Postfix) with ESMTP id 0E3CF37B404 for ; Tue, 14 May 2002 13:55:43 -0700 (PDT) Received: from home.fifteen.hu (home.fifteen.hu [212.108.199.82] (may be forged)) by home.fifteen.hu (8.12.3/8.12.3) with ESMTP id g4EKtdDn018022 for ; Tue, 14 May 2002 22:55:39 +0200 (CEST) (envelope-from fifteen@home.fifteen.hu) Received: (from root@localhost) by home.fifteen.hu (8.12.3/8.12.3/Submit) id g4EKtch0018021; Tue, 14 May 2002 22:55:38 +0200 (CEST) Message-Id: <200205142055.g4EKtch0018021@home.fifteen.hu> Date: Tue, 14 May 2002 22:55:38 +0200 (CEST) From: Peter Hollaubek Reply-To: Peter Hollaubek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38085: New port: sentinel 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: 38085 >Category: ports >Synopsis: New port: sentinel >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: Tue May 14 14:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Peter Hollaubek >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD home.fifteen.hu 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #4: Fri May 3 23:20:59 CEST 2002 root@home.fifteen.hu:/usr/obj/usr/src/sys/FIF i386 >Description: Sentinel is a simple, but flexible milter for sendmail. (a fixed sourceforge server for the first site, because on the http based one, the first server in bsd.ports.mk, now it needs to choose on a webform) >How-To-Repeat: >Fix: --- sentinel 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: # # sentinel # sentinel/Makefile # sentinel/distinfo # sentinel/pkg-comment # sentinel/pkg-descr # sentinel/pkg-plist # sentinel/files # sentinel/files/patch-aa # sentinel/files/patch-ac # sentinel/files/000.sentinel.sh # echo c - sentinel mkdir -p sentinel > /dev/null 2>&1 echo x - sentinel/Makefile sed 's/^X//' >sentinel/Makefile << 'END-of-sentinel/Makefile' X# New ports collection makefile for: sentinel X# Date created: 14 May 2002 X# Whom: Peter Hollaubek X# X# $FreeBSD$ X# X XPORTNAME= sentinel XPORTVERSION= 1.2b XCATEGORIES= mail XMASTER_SITES= ftp://ftp3.sourceforge.net/pub/sourceforge/smfilter/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= smfilter XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org X XMAKEFILE= Makefile.FreeBSD XALL_TARGET= sentinel X Xdo-install: X ${MKDIR} ${PREFIX}/sbin X ${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin X ${MKDIR} ${PREFIX}/var/sentinel X ${CHOWN} smmsp.smmsp ${PREFIX}/var/sentinel X ${MKDIR} ${PREFIX}/etc/rc.d X ${INSTALL_SCRIPT} ${FILESDIR}/000.sentinel.sh ${PREFIX}/etc/rc.d X ${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${PREFIX}/etc/sentinel.cf.dist X Xpost-install: X strip ${PREFIX}/sbin/sentinel X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/sentinel X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/sentinel X.endif X X.include END-of-sentinel/Makefile echo x - sentinel/distinfo sed 's/^X//' >sentinel/distinfo << 'END-of-sentinel/distinfo' XMD5 (sentinel-1.2b.tar.gz) = b936a15306486fcfc6afd24f2170915c END-of-sentinel/distinfo echo x - sentinel/pkg-comment sed 's/^X//' >sentinel/pkg-comment << 'END-of-sentinel/pkg-comment' XSentinel is a sendmail milter API implementation END-of-sentinel/pkg-comment echo x - sentinel/pkg-descr sed 's/^X//' >sentinel/pkg-descr << 'END-of-sentinel/pkg-descr' XSentinel is a sendmail milter API implementation. This package might Xbe usefull for unix system administrators who is using freeware XSendmail. May be it's one more milter, but on the other side it's Xflexible enough to satisfy more or less subtle requirements for mail Xfiltering. END-of-sentinel/pkg-descr echo x - sentinel/pkg-plist sed 's/^X//' >sentinel/pkg-plist << 'END-of-sentinel/pkg-plist' Xsbin/sentinel Xetc/sentinel.cf.dist Xetc/rc.d/000.sentinel.sh X@exec mkdir %D/var/sentinel X@exec chown smmsp.smmsp %D/var/sentinel X@dirrm var/sentinel X%%PORTDOCS%%share/doc/sentinel/README X%%PORTDOCS%%@dirrm share/doc/sentinel END-of-sentinel/pkg-plist echo c - sentinel/files mkdir -p sentinel/files > /dev/null 2>&1 echo x - sentinel/files/patch-aa sed 's/^X//' >sentinel/files/patch-aa << 'END-of-sentinel/files/patch-aa' X--- Makefile.FreeBSD.orig Tue May 14 16:05:07 2002 X+++ Makefile.FreeBSD Tue May 14 16:05:38 2002 X@@ -2,12 +2,12 @@ X X CFLAGS = -O -I../../include X X-LDFLAGS = -L../libmilter -L../libsmutil -L../libsm -pthread X+LDFLAGS = -L../libmilter -pthread X X-LIBS = -lmilter -lsmutil -lsm X+LIBS = -lmilter X X OBJS = sentinel.o X X-sentinel: $(OBJS) X- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) X+sentinel: $(OBJS) X+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) X END-of-sentinel/files/patch-aa echo x - sentinel/files/patch-ac sed 's/^X//' >sentinel/files/patch-ac << 'END-of-sentinel/files/patch-ac' X--- sentinel.cf.SAMPLE.orig Tue May 14 17:18:45 2002 X+++ sentinel.cf.SAMPLE Tue May 14 17:19:20 2002 X@@ -1,6 +1,6 @@ X [global] X tmp:/var/tmp X-log:/var/log/smfilter.log X+log:/usr/local/var/sentinel/smfilter.log X user:smmsp X group:smmsp X END-of-sentinel/files/patch-ac echo x - sentinel/files/000.sentinel.sh sed 's/^X//' >sentinel/files/000.sentinel.sh << 'END-of-sentinel/files/000.sentinel.sh' 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 XSMFILTER=${PREFIX}/sbin/sentinel XCONFIG=${PREFIX}/etc/sentinel.cf XSOCKET=${PREFIX}/var/sentinel/sentinel.socket X Xcase "$1" in Xstart) X if [ -x ${PREFIX}/sbin/sentinel -a -f ${PREFIX}/etc/sentinel.cf ] X then X if [ -f ${SOCKET} ] X then X killall sentinel X rm -f $SOCKET X fi X ${PREFIX}/sbin/sentinel -c ${PREFIX}/etc/sentinel.cf -p unix:${SOCKET} -d && echo -n ' sentinel' X fi X ;; Xstop) X if [ -f ${SOCKET} ] X then X killall sentinel X fi X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-sentinel/files/000.sentinel.sh exit --- sentinel 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 Tue May 14 14: 3: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 2A5E437B405; Tue, 14 May 2002 14:03:10 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EL3AB64085; Tue, 14 May 2002 14:03:10 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:03:10 -0700 (PDT) From: Message-Id: <200205142103.g4EL3AB64085@freefall.freebsd.org> To: "Alex Batko"@FreeBSD.ORG, abatko@cs.mcgill.ca, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38065: suexec is NOT being called by Apache 2.0.36 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: suexec is NOT being called by Apache 2.0.36 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:02:47 PDT 2002 State-Changed-Why: Duplicate of PR ports/38051 http://www.freebsd.org/cgi/query-pr.cgi?pr=38065 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:18:44 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 E155537B401; Tue, 14 May 2002 14:18:13 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELID769199; Tue, 14 May 2002 14:18:13 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:18:13 -0700 (PDT) From: Message-Id: <200205142118.g4ELID769199@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38066: [MAINTAINER UPDATE] x11/xbindkeys -> 1.5.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] x11/xbindkeys -> 1.5.4 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:18:04 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38066 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:21:50 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 735A837B407; Tue, 14 May 2002 14:21:47 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELLlA69765; Tue, 14 May 2002 14:21:47 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:21:47 -0700 (PDT) From: Message-Id: <200205142121.g4ELLlA69765@freefall.freebsd.org> To: flynn@energyhq.homeip.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38072: [Maintainer Update] games/scummvm to 0.2.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 Synopsis: [Maintainer Update] games/scummvm to 0.2.0 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:21:39 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38072 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:25: 4 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 93D1637B436; Tue, 14 May 2002 14:24:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELOpS70036; Tue, 14 May 2002 14:24:51 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:24:51 -0700 (PDT) From: Message-Id: <200205142124.g4ELOpS70036@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/38076: [Update Port] devel/motor (to 3.2.2) 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: [Update Port] devel/motor (to 3.2.2) Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: pat Responsible-Changed-When: Tue May 14 14:24:34 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38076 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:27: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 E8DE637B401; Tue, 14 May 2002 14:27:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELRpn70373; Tue, 14 May 2002 14:27:51 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:27:51 -0700 (PDT) From: Message-Id: <200205142127.g4ELRpn70373@freefall.freebsd.org> To: osa@FreeBSD.org.ru, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38068: databases/db4 distro URL changed 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: databases/db4 distro URL changed State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:27:34 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38068 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:30:45 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 CB77B37B404; Tue, 14 May 2002 14:30:43 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELUh070782; Tue, 14 May 2002 14:30:43 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:30:43 -0700 (PDT) From: Message-Id: <200205142130.g4ELUh070782@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/38075: zombies during portupgrade/pkgdb 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: zombies during portupgrade/pkgdb Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: pat Responsible-Changed-When: Tue May 14 14:30:18 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:34: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 BE4AC37B41D; Tue, 14 May 2002 14:34:07 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELY7V71149; Tue, 14 May 2002 14:34:07 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:34:07 -0700 (PDT) From: Message-Id: <200205142134.g4ELY7V71149@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: graphics/claraocr to 0.9.9 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:33:58 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38044 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:37: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 1FD0737B400; Tue, 14 May 2002 14:37:08 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELb8171651; Tue, 14 May 2002 14:37:08 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:37:08 -0700 (PDT) From: Message-Id: <200205142137.g4ELb8171651@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: games/xjump to 2.7.5 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:36:58 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38043 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:38:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (oe19.pav0.hotmail.com [64.4.32.99]) by hub.freebsd.org (Postfix) with ESMTP id 1530737B406 for ; Tue, 14 May 2002 14:38:32 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 14 May 2002 14:38:31 -0700 X-Originating-IP: [63.230.77.88] Reply-To: "Seth Hieronymus" From: "Seth Hieronymus" To: Subject: Problem compiling devel/fam for KDE3 Date: Tue, 14 May 2002 15:38:35 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Message-ID: X-OriginalArrivalTime: 14 May 2002 21:38:31.0918 (UTC) FILETIME=[B17478E0:01C1FB8F] 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 am getting this error when compiling devel/fam, as part of the KDE3 build: ******************************* Making all in test gmake[2]: Entering directory `/usr/ports/devel/fam/work/fam-oss-2.6.4/test' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/ local/etc/fam.conf\" -Wall -O -pipe -march=pentiumpro -fmemoize-lookups -fs ave-memoized -c test.c++ test.c++:125: return type for `main' changed to `int' test.c++: In function `int main(...)': test.c++:142: warning: unused variable `int optind' gmake[2]: *** [test.o] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/fam/work/fam-oss-2.6.4/test' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/fam/work/fam-oss-2.6.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/devel/fam. ******************************* Is this just me? If not, is this known? Thanks, Seth Hieronymus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:46: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 4560837B400; Tue, 14 May 2002 14:46:27 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELkRJ72541; Tue, 14 May 2002 14:46:27 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:46:27 -0700 (PDT) From: Message-Id: <200205142146.g4ELkRJ72541@freefall.freebsd.org> To: jamie@hermans.ca, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37975: Maintainer update: graphics/jhead 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: graphics/jhead State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:45:49 PDT 2002 State-Changed-Why: Committed, Thanks! (Makefile change to not hardcode cc) http://www.freebsd.org/cgi/query-pr.cgi?pr=37975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14:48:34 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 EC3D137B400; Tue, 14 May 2002 14:48:27 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELmRd72717; Tue, 14 May 2002 14:48:27 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 14:48:27 -0700 (PDT) From: Message-Id: <200205142148.g4ELmRd72717@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update port: emulators/bochs to 1.4 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 14:48:16 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 14: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 E416337B404 for ; Tue, 14 May 2002 14:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELo1t72866; Tue, 14 May 2002 14:50:01 -0700 (PDT) (envelope-from gnats) Received: from ahlstn1-laptop.corp.medtronic.com (nat01.medtronic.com [144.15.255.227]) by hub.freebsd.org (Postfix) with ESMTP id E88C137B405 for ; Tue, 14 May 2002 14:40:21 -0700 (PDT) Received: from ahlstn1-laptop.corp.medtronic.com (localhost [127.0.0.1]) by ahlstn1-laptop.corp.medtronic.com (8.12.2/8.12.2) with ESMTP id g4ELeF5x010232 for ; Tue, 14 May 2002 16:40:15 -0500 (CDT) (envelope-from ahlstn1@ahlstn1-laptop.corp.medtronic.com) Received: (from root@localhost) by ahlstn1-laptop.corp.medtronic.com (8.12.2/8.12.2/Submit) id g4ELeFhE010231; Tue, 14 May 2002 16:40:15 -0500 (CDT) Message-Id: <200205142140.g4ELeFhE010231@ahlstn1-laptop.corp.medtronic.com> Date: Tue, 14 May 2002 16:40:15 -0500 (CDT) From: Nathan Ahlstrom Reply-To: Nathan Ahlstrom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38086: eperl does not build CFLAGS recursive 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: 38086 >Category: ports >Synopsis: eperl does not build CFLAGS recursive error. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 14 14:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nathan Ahlstrom >Release: FreeBSD 5.0-CURRENT i386 >Organization: me >Environment: System: FreeBSD ahlstn1-laptop.corp.medtronic.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Apr 25 14:26:33 CDT 2002 root@ahlstn1-laptop.corp.medtronic.com:/usr/obj/usr/src/sys/AHLSTN1-LAPTOP i386 >Description: When building /usr/ports/lang/eperl the following error message appears: Variable CFLAGS is recursive. *** Error Code 2 >How-To-Repeat: Build /usr/ports/lang/eperl >Fix: Here is a update to patch-ab in the eperl/files directory. Apply from the eperl directory and remove the patch-ab.orig file before committing. --- files/patch-ab.orig Tue May 14 16:33:12 2002 +++ files/patch-ab Tue May 14 16:34:37 2002 @@ -1,8 +1,5 @@ - -$FreeBSD: ports/lang/eperl/files/patch-ab,v 1.2 2002/01/02 12:27:25 sobomax Exp $ - ---- configure.orig Sun Aug 2 16:48:40 1998 -+++ configure Wed Jan 2 14:14:55 2002 +--- configure.orig Sun Aug 2 08:48:40 1998 ++++ configure Tue May 14 16:34:24 2002 @@ -571,7 +571,7 @@ if test "${with_perl+set}" = set; then withval="$with_perl" @@ -30,7 +27,17 @@ * ) perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; esac -@@ -1028,7 +1030,7 @@ +@@ -663,7 +665,8 @@ + + echo $ac_n "checking for Perl standard optimization flags""... $ac_c" 1>&6 + echo "configure:666: checking for Perl standard optimization flags" >&5 +-perl_optimize="`$perl_prog -e 'use Config; print $Config{optimize}'`"; ++#perl_optimize="`$perl_prog -e 'use Config; print $Config{optimize}'`"; ++perl_optimize=""; + echo "$ac_t""$perl_optimize" 1>&6 + + +@@ -1028,7 +1031,7 @@ CFLAGS="-Wall -g -ggdb3" LDFLAGS="-g -ggdb3" else @@ -39,7 +46,7 @@ LDFLAGS="-g" fi x="enabled" -@@ -1039,7 +1041,7 @@ +@@ -1039,7 +1042,7 @@ else >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 Tue May 14 15: 2:47 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 99DC737B401; Tue, 14 May 2002 15:02:34 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EM2Yu74599; Tue, 14 May 2002 15:02:34 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 15:02:34 -0700 (PDT) From: Message-Id: <200205142202.g4EM2Yu74599@freefall.freebsd.org> To: perky@fallin.lv, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37941: Update port: www/moinmoin 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: Update port: www/moinmoin State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 15:02:25 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 15:11: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id 0E4E337B41B for ; Tue, 14 May 2002 15:08:22 -0700 (PDT) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id CAA15479; Wed, 15 May 2002 02:08:35 +0400 (MSD) Message-Id: <200205142208.CAA15479@aaz.links.ru> Subject: Re: VPN with freebsd ! To: ports@FreeBSD.ORG Date: Wed, 15 May 2002 02:08:35 +0400 (MSD) Cc: thomas.may@kluth.de From: "."@babolo.ru MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Anders Nordby writes: > On Tue, May 14, 2002 at 04:17:59PM +0200, thomas may wrote: > > Iam looking for a simple howto to install an vpn between two private > > networks over the internet. > > > > > > 192.168.0.0/24 ---- VPN Gateway1 --------------------- VPN Gateway2 > > -------- 192.168.1.0/24 > > (Internettunnel) > > > > I hope ist easy possible with freebsd > > I always found vpnd easy to use (in FreeBSD ports: security/vpnd). Or ports/net/tund tunnels via clear UDP. With ciphes and keys README in source, easy. -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 15:28:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from ridcully.dnsalias.org (arken-16-57-82.ip-pluggen.com [194.16.57.82]) by hub.freebsd.org (Postfix) with SMTP id DF7AF37B405 for ; Tue, 14 May 2002 15:28:20 -0700 (PDT) Received: (qmail 85615 invoked from network); 14 May 2002 22:28:02 -0000 Received: from dibbler.discworld (HELO dibbler) (172.16.127.10) by rincewind.discworld with SMTP; 14 May 2002 22:28:02 -0000 From: "gasp" To: Cc: Subject: FreeBSD Port: ftpsearch-1.0 Date: Wed, 15 May 2002 00:28:04 +0200 Message-ID: <000001c1fb96$a0bb2510$0a7f10ac@dibbler> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Hej! Jag skulle vilja anvдnda ftpsearch i en privat ftp dдr jag inte har anonymous access. Finns det nеn mцjlighet att konfigurera det? // Martin Ranne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 15:37:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id EB6BE37B406; Tue, 14 May 2002 15:37:22 -0700 (PDT) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020514171424.CVCL12058.rwcrmhc53.attbi.com@bmah.dyndns.org>; Tue, 14 May 2002 17:14:24 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g4EHENL8007392; Tue, 14 May 2002 10:14:23 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g4EHELC5007391; Tue, 14 May 2002 10:14:21 -0700 (PDT) Message-Id: <200205141714.g4EHELC5007391@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Jeremy Lea Cc: Mark Murray , "Bruce A. Mah" , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] In-reply-to: <20020514145039.B13083@shale.csir.co.za> References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> <20020514145039.B13083@shale.csir.co.za> Comments: In-reply-to Jeremy Lea message dated "Tue, 14 May 2002 14:50:39 +0200." From: bmah@FreeBSD.ORG (Bruce A. Mah) Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 10:14:21 -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 If memory serves me right, Jeremy Lea wrote: > On Thu, May 09, 2002 at 08:33:22PM +0100, Mark Murray wrote: > > /usr/sbin/pkg_version Jeremy Lea - re > > OK, the first revision is attached. It appears to work for me... It > needs some spit and polish, and probably a few more people to test. > > I've not implemented the -d flag since it sort of became unneeded, and > it's not really the way things are done in the rest of pkg_*. I've also > not implemented -c. There were enough warnings that it wasn't really > useful, and portupgrade does a much better job... Hi Jeremy-- This looks very nice. I'll let Maxim and other ports gurus comment on the coding, and content myself with some high-level comments: 1. The version comparisons passed all of the regression tests that knu and I made for the original pkg_version (test-pkg_version.sh). This gives me a nice warm fuzzy feeling about that part of the code. 2. "-c" is still in the usage message, even though it's not in the code anymore (yay!). Might want to take this out. 3. The AUTHORS section in the manpage isn't marked up quite right. I'd recommend something like this: ----- .Sh AUTHORS The .Nm utility was written by .An Jeremy D. Lea Aq reg@FreeBSD.org , partially based on a Perl script written by .An Bruce A. Mah Aq bmah@FreeBSD.org . ----- 4. You commented that you didn't like the way we did "-s" before. If you think it'd be better as (say) a regex or a globbing expression, I don't believe there'd be much problem with going that route. knu used globbing when he wrote portversion, if you want some precedent. Good job! Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 15:40: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 BCC8F37B401 for ; Tue, 14 May 2002 15:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMe2K81549; Tue, 14 May 2002 15: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 60AF037B404 for ; Tue, 14 May 2002 15:31:02 -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 g4EMXFX87919 for ; Wed, 15 May 2002 00:33:16 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.11.6/8.11.6) id g4EMUrc00490; Wed, 15 May 2002 00:30:53 +0200 (CEST) (envelope-from tilman) Message-Id: <200205142230.g4EMUrc00490@sauna.arved.de> Date: Wed, 15 May 2002 00:30:53 +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/38087: Complete Repository move of graphthing 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: 38087 >Category: ports >Synopsis: Complete Repository move of graphthing >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 14 15:40:02 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: misc/graphthing has been repocopied to math/graphthing. Dear Committer please, delete misc/graphthing and apply the following patch to math/graphthing. regards arved >How-To-Repeat: >Fix: --- Makefile.orig Wed May 15 00:30:06 2002 +++ Makefile Wed May 15 00:30:14 2002 @@ -8,7 +8,7 @@ PORTNAME= graphthing PORTVERSION= 0.7 -CATEGORIES= math +CATEGORIES= misc MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/ MAINTAINER= freebsdports@arved.de >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 Tue May 14 15:42: 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 37E5137B403; Tue, 14 May 2002 15:42:00 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMg0481880; Tue, 14 May 2002 15:42:00 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 15:42:00 -0700 (PDT) From: Message-Id: <200205142242.g4EMg0481880@freefall.freebsd.org> To: david@usermode.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37776: Update port: misc/qbrew upgrade to qbrew-0.3.1 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: Update port: misc/qbrew upgrade to qbrew-0.3.1 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 15:41:45 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37776 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 15:57: 3 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 4BDD237B411; Tue, 14 May 2002 15:56:43 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMuhZ83037; Tue, 14 May 2002 15:56:43 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 15:56:43 -0700 (PDT) From: Message-Id: <200205142256.g4EMuhZ83037@freefall.freebsd.org> To: danfe@regency.nsu.ru, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38073: NEW PORT: sysutils/wmmemload 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: sysutils/wmmemload State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 15:56:31 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 16: 6: 1 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 702F837B407; Tue, 14 May 2002 16:05:45 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EN5j487723; Tue, 14 May 2002 16:05:45 -0700 (PDT) (envelope-from pat) Date: Tue, 14 May 2002 16:05:45 -0700 (PDT) From: Message-Id: <200205142305.g4EN5j487723@freefall.freebsd.org> To: tilman@arved.de, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37923: Changed URL for graphics/xpaint 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: Changed URL for graphics/xpaint State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue May 14 16:05:34 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37923 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 16:35:10 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 DC02A37B401; Tue, 14 May 2002 16:35:07 -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 QAA08714; Tue, 14 May 2002 16:35:00 -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 g4ENcE984255; Tue, 14 May 2002 16:38:15 -0700 (PDT) (envelope-from greg@thistle.bogs.org) Message-Id: <200205142338.g4ENcE984255@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: Tue, 14 May 2002 16:38:14 -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 Just one final update--after going through the process described in previous reports, it now turns out that there are deeper problems with this port, in that it doesn't actually work (there are constant errors, from bogus syntax errors to "can't find 'latex.fmt'"). It's also an out-of-date version. Me, I'm ditching the port, getting the most recent version from lilypond.org, and working with that directly. Thanks for your help. Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 17:40:22 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 B443737B408 for ; Tue, 14 May 2002 17:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F0e1Y01767; Tue, 14 May 2002 17:40:01 -0700 (PDT) (envelope-from gnats) Received: from CoolRat.org (bgp431251bgs.union01.nj.comcast.net [68.36.218.89]) by hub.freebsd.org (Postfix) with ESMTP id 101EE37B40A for ; Tue, 14 May 2002 17:31:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) (uid 1001) by CoolRat.org with local; Tue, 14 May 2002 20:31:03 -0400 Message-Id: Date: Tue, 14 May 2002 20:31:03 -0400 From: Yarema Reply-To: Yarema To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38089: MAINTAINER-UPDATE: mail/mulberry 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: 38089 >Category: ports >Synopsis: MAINTAINER-UPDATE: mail/mulberry >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: Tue May 14 17:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: CoolRat.org >Environment: System: FreeBSD volyn.coolrat.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Tue May 14 04:55:31 EDT 2002 root@volyn.coolrat.org:/usr/obj/usr/src/sys/TIGER100 i386 >Description: md5 mismatch for ports/mail/mulberry (MulberryS.tgz) -- the md5 that is in the current port is for the redhat5 crypto package, while the port fetches the redhat6 application. This patch has the correct md5 checksum for the Linux RedHat 6.x version of MulberryS.tgz tarball. >How-To-Repeat: cd /usr/ports/mail/mulberry/ && make -DWITH_CRYPTO >Fix: diff -ruN mulberry-2.2.1/Makefile mulberry/Makefile --- mulberry-2.2.1/Makefile Mon May 13 21:35:55 2002 +++ mulberry/Makefile Tue May 14 20:21:01 2002 @@ -29,7 +29,7 @@ NO_PACKAGE= Contains cryptography (can't place on server for distribution) RESTRICTED= Contains cryptography (can't place on server for distribution) .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTCRYPTO}) -IGNORE= You must manually fetch the ${DISTCRYPTO} Plug-ins tarball from https://www.cyrusoft.com/cgi-bin/crypto and place it in ${DISTDIR}/${DIST_SUBDIR}/ and then run 'make -DWITH_CRYPTO install' again +IGNORE= You must manually fetch the Linux RedHat 6.x ${DISTCRYPTO} Plug-ins tarball from https://www.cyrusoft.com/cgi-bin/crypto and place it in ${DISTDIR}/${DIST_SUBDIR}/ and then run 'make -DWITH_CRYPTO install' again .endif RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg DISTFILES+= ${DISTCRYPTO} diff -ruN mulberry-2.2.1/distinfo mulberry/distinfo --- mulberry-2.2.1/distinfo Mon May 13 16:51:29 2002 +++ mulberry/distinfo Tue May 14 20:14:43 2002 @@ -1,2 +1,2 @@ MD5 (mulberry/mulberry-2_2_1-rh6.tgz) = 0fde1747c3f30ea3fcddb27575204087 -MD5 (mulberry/MulberryS.tgz) = 14e1b7477b7bdcb3bce8643282fa811b +MD5 (mulberry/MulberryS.tgz) = 3305661a83e06f4afb2402e064572273 >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 Tue May 14 17:40: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 6324237B40D for ; Tue, 14 May 2002 17:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F0e2O01776; Tue, 14 May 2002 17:40:02 -0700 (PDT) (envelope-from gnats) Received: from neon-gw.transmeta.com (neon-gw-l3.transmeta.com [63.209.4.196]) by hub.freebsd.org (Postfix) with ESMTP id 0398837B405; Tue, 14 May 2002 17:35:06 -0700 (PDT) Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id RAA27924; Tue, 14 May 2002 17:35:00 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma027894; Tue, 14 May 02 17:34:53 -0700 Received: from dyn-27-144.transmeta.com (dyn-27-144.transmeta.com [10.1.27.144]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id g4F0Yvj00997; Tue, 14 May 2002 17:34:58 -0700 (PDT) Received: from dyn-27-144.transmeta.com (localhost [127.0.0.1]) by dyn-27-144.transmeta.com (8.12.2/8.12.2) with ESMTP id g4F0R0Gi047353; Tue, 14 May 2002 17:27:00 -0700 (PDT) (envelope-from djh@dyn-27-144.transmeta.com) Received: (from djh@localhost) by dyn-27-144.transmeta.com (8.12.2/8.12.2/Submit) id g4F0R0Ks047352; Tue, 14 May 2002 17:27:00 -0700 (PDT) Message-Id: <200205150027.g4F0R0Ks047352@dyn-27-144.transmeta.com> Date: Tue, 14 May 2002 17:27:00 -0700 (PDT) From: Danny Howard Reply-To: Danny Howard To: FreeBSD-gnats-submit@FreeBSD.org Cc: Ade Lovett X-Send-Pr-Version: 3.113 Subject: ports/38090: devel/m4 port PREFIX vs LOCALBASE 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: 38090 >Category: ports >Synopsis: devel/m4 port PREFIX vs LOCALBASE >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: Tue May 14 17:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Danny Howard >Release: FreeBSD 5.0-DP1 i386 >Organization: Transmeta Corporation, Santa Clara CA >Environment: System: FreeBSD dyn-27-144.transmeta.com 5.0-DP1 FreeBSD 5.0-DP1 #0: Sun Apr 7 02:51:42 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/i386/compile/GENERIC i386 >Description: Autoconf port breaks in devel/m4 is built with PREFIX different from system prefix. (Say, a test build outside of /usr/local, or in my case, using Encap. :) >How-To-Repeat: Build m4 port with alternate PREFIX, symlink to install from /usr/local, watch autoconf port build break. >Fix: CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 >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 Tue May 14 17:56: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 5F41D37B409 for ; Tue, 14 May 2002 17:55:57 -0700 (PDT) Received: from sbcglobal.net wa1ter@smtp-send.myrealbox.com [66.126.109.72] by smtp-send.myrealbox.com with NIMS SMTP Agent $Revision: 3.6 $ on Novell NetWare via secured & encrypted transport (TLS); Tue, 14 May 2002 18:55:55 -0600 Message-ID: <3CE1B2EA.1000900@sbcglobal.net> Date: Tue, 14 May 2002 17:59:22 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020506 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Png-1.2.2_1 broken on -CURRENT? Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms030805020908010605080702" 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 cryptographically signed message in MIME format. --------------ms030805020908010605080702 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit The "make install" fails for png-1.2.2_1 after a successful "make": install -o -g -m png.h pngconf.h /usr/local/include/libpng install: invalid file mode: png.h Well you can bet your bippy it's invalid--there's no filemode specified, or group or owner either. In fact, the environment variables in this line from the makefile never get properly substituted: ${INSTALL} -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} I've looked thru the various makefiles in the ports tree and I can't find anywhere those variables are defined, so I'm not surprised the port doesn't install properly. The funny thing is that the same port installs okay on my -STABLE machine and I can't find where those variables are defined there, either. Any hints where I've gone wrong? --------------ms030805020908010605080702 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIILXDCC BaowggVUoAMCAQICCjJrZOgAAAAAAHkwDQYJKoZIhvcNAQEFBQAwgbExKzApBgkqhkiG9w0B CQEWHENlcnRpZmljYXRlQXV0aG9yaXR5QHppcy5jb20xCzAJBgNVBAYTAlVTMRMwEQYDVQQI EwpDYWxpZm9ybmlhMRQwEgYDVQQHEwtMb3MgQW5nZWxlczEjMCEGA1UEChMaWmVuaXRoIElu Zm9ybWF0aW9uIFN5c3RlbXMxJTAjBgNVBAMTHFplbml0aCBDZXJ0aWZpY2F0ZSBBdXRob3Jp dHkwHhcNMDExMTExMTkwNDI0WhcNMDIxMTExMTkxNDI0WjCBizEkMCIGCSqGSIb3DQEJARYV d3NoZWV0c0BzYmNnbG9iYWwubmV0MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5p YTEUMBIGA1UEBxMLTG9zIEFuZ2VsZXMxDTALBgNVBAoTBG5vbmUxDTALBgNVBAsTBG5vbmUx DTALBgNVBAMTBHdhbHQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSQ5hh7w+c O0sIv0bHbn0ZGhvWSksYSoHlddalvDKiIyKZReP2zzduAelyKHtmy+K7RvAraaX4qKJiHrAD Gh1zaR7+VLrsGsBYxLK6WmPaDQ5cmWT3WxcOWMW3Wp9h0dT07ngM7KrsRvb26F5l6Rcxfs2l OoutsLtI9gMeo8BPdE5tXVZcSvTk9zJQ2NQtCrvBaVFZWjIk6JDi+Qe4QmTCUGKJMw+4pd5Q +JqGtJGgiOhXirM/WlW3BFE53Oxubct9Uy631E23jGox57l/aPFBa+X6x9I/OQyYzo7fF8R7 WikezjqMsYXUSgsD0+MNCTbhZCspWtAZlNLda+5XD9WtAgMBAAGjggKoMIICpDAdBgNVHQ4E FgQUjCSW9H/Egv74quIk6elV11lv89swge0GA1UdIwSB5TCB4oAUoFuiPdbWFBlSrM5at9Zj xedz326hgbekgbQwgbExKzApBgkqhkiG9w0BCQEWHENlcnRpZmljYXRlQXV0aG9yaXR5QHpp cy5jb20xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRQwEgYDVQQHEwtMb3Mg QW5nZWxlczEjMCEGA1UEChMaWmVuaXRoIEluZm9ybWF0aW9uIFN5c3RlbXMxJTAjBgNVBAMT HFplbml0aCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCEHNUw5J20j60QlYATW6cJuQwga0GA1Ud HwSBpTCBojBOoEygSoZIaHR0cDovL21heHdlbGwuc2VydmUubmV0L0NlcnRFbnJvbGwvWmVu aXRoJTIwQ2VydGlmaWNhdGUlMjBBdXRob3JpdHkuY3JsMFCgTqBMhkpmaWxlOi8vXFxtYXh3 ZWxsLnNlcnZlLm5ldFxDZXJ0RW5yb2xsXFplbml0aCUyMENlcnRpZmljYXRlJTIwQXV0aG9y aXR5LmNybDCB4gYIKwYBBQUHAQEEgdUwgdIwZgYIKwYBBQUHMAKGWmh0dHA6Ly9tYXh3ZWxs LnNlcnZlLm5ldC9DZXJ0RW5yb2xsL21heHdlbGwuc2VydmUubmV0X1plbml0aCUyMENlcnRp ZmljYXRlJTIwQXV0aG9yaXR5LmNydDBoBggrBgEFBQcwAoZcZmlsZTovL1xcbWF4d2VsbC5z ZXJ2ZS5uZXRcQ2VydEVucm9sbFxtYXh3ZWxsLnNlcnZlLm5ldF9aZW5pdGglMjBDZXJ0aWZp Y2F0ZSUyMEF1dGhvcml0eS5jcnQwDQYJKoZIhvcNAQEFBQADQQA6UzOOnlkfehM3UFtHJmD8 OgGnbXm8VwNrpoJZIyLiu8TpvPsB+xChS49srAs0xV71Hh823mqECGbuVJCpUImaMIIFqjCC BVSgAwIBAgIKMmtk6AAAAAAAeTANBgkqhkiG9w0BAQUFADCBsTErMCkGCSqGSIb3DQEJARYc Q2VydGlmaWNhdGVBdXRob3JpdHlAemlzLmNvbTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNh bGlmb3JuaWExFDASBgNVBAcTC0xvcyBBbmdlbGVzMSMwIQYDVQQKExpaZW5pdGggSW5mb3Jt YXRpb24gU3lzdGVtczElMCMGA1UEAxMcWmVuaXRoIENlcnRpZmljYXRlIEF1dGhvcml0eTAe Fw0wMTExMTExOTA0MjRaFw0wMjExMTExOTE0MjRaMIGLMSQwIgYJKoZIhvcNAQkBFhV3c2hl ZXRzQHNiY2dsb2JhbC5uZXQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRQw EgYDVQQHEwtMb3MgQW5nZWxlczENMAsGA1UEChMEbm9uZTENMAsGA1UECxMEbm9uZTENMAsG A1UEAxMEd2FsdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANJDmGHvD5w7Swi/ RsdufRkaG9ZKSxhKgeV11qW8MqIjIplF4/bPN24B6XIoe2bL4rtG8CtppfioomIesAMaHXNp Hv5UuuwawFjEsrpaY9oNDlyZZPdbFw5Yxbdan2HR1PTueAzsquxG9vboXmXpFzF+zaU6i62w u0j2Ax6jwE90Tm1dVlxK9OT3MlDY1C0Ku8FpUVlaMiTokOL5B7hCZMJQYokzD7il3lD4moa0 kaCI6FeKsz9aVbcEUTnc7G5ty31TLrfUTbeMajHnuX9o8UFr5frH0j85DJjOjt8XxHtaKR7O OoyxhdRKCwPT4w0JNuFkKyla0BmU0t1r7lcP1a0CAwEAAaOCAqgwggKkMB0GA1UdDgQWBBSM JJb0f8SC/viq4iTp6VXXWW/z2zCB7QYDVR0jBIHlMIHigBSgW6I91tYUGVKszlq31mPF53Pf bqGBt6SBtDCBsTErMCkGCSqGSIb3DQEJARYcQ2VydGlmaWNhdGVBdXRob3JpdHlAemlzLmNv bTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFDASBgNVBAcTC0xvcyBBbmdl bGVzMSMwIQYDVQQKExpaZW5pdGggSW5mb3JtYXRpb24gU3lzdGVtczElMCMGA1UEAxMcWmVu aXRoIENlcnRpZmljYXRlIEF1dGhvcml0eYIQc1TDknbSPrRCVgBNbpwm5DCBrQYDVR0fBIGl MIGiME6gTKBKhkhodHRwOi8vbWF4d2VsbC5zZXJ2ZS5uZXQvQ2VydEVucm9sbC9aZW5pdGgl MjBDZXJ0aWZpY2F0ZSUyMEF1dGhvcml0eS5jcmwwUKBOoEyGSmZpbGU6Ly9cXG1heHdlbGwu c2VydmUubmV0XENlcnRFbnJvbGxcWmVuaXRoJTIwQ2VydGlmaWNhdGUlMjBBdXRob3JpdHku Y3JsMIHiBggrBgEFBQcBAQSB1TCB0jBmBggrBgEFBQcwAoZaaHR0cDovL21heHdlbGwuc2Vy dmUubmV0L0NlcnRFbnJvbGwvbWF4d2VsbC5zZXJ2ZS5uZXRfWmVuaXRoJTIwQ2VydGlmaWNh dGUlMjBBdXRob3JpdHkuY3J0MGgGCCsGAQUFBzAChlxmaWxlOi8vXFxtYXh3ZWxsLnNlcnZl Lm5ldFxDZXJ0RW5yb2xsXG1heHdlbGwuc2VydmUubmV0X1plbml0aCUyMENlcnRpZmljYXRl JTIwQXV0aG9yaXR5LmNydDANBgkqhkiG9w0BAQUFAANBADpTM46eWR96EzdQW0cmYPw6Aadt ebxXA2umglkjIuK7xOm8+wH7EKFLj2ysCzTFXvUeHzbeaoQIZu5UkKlQiZoxggNzMIIDbwIB ATCBwDCBsTErMCkGCSqGSIb3DQEJARYcQ2VydGlmaWNhdGVBdXRob3JpdHlAemlzLmNvbTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFDASBgNVBAcTC0xvcyBBbmdlbGVz MSMwIQYDVQQKExpaZW5pdGggSW5mb3JtYXRpb24gU3lzdGVtczElMCMGA1UEAxMcWmVuaXRo IENlcnRpZmljYXRlIEF1dGhvcml0eQIKMmtk6AAAAAAAeTAJBgUrDgMCGgUAoIIBhzAYBgkq hkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMjA1MTUwMDU5MjNaMCMG CSqGSIb3DQEJBDEWBBQL+DdCeZrKzxuP951Z3i/zvIXEwjBSBgkqhkiG9w0BCQ8xRTBDMAoG CCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggq hkiG9w0DAgIBKDCB0wYLKoZIhvcNAQkQAgsxgcOggcAwgbExKzApBgkqhkiG9w0BCQEWHENl cnRpZmljYXRlQXV0aG9yaXR5QHppcy5jb20xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxp Zm9ybmlhMRQwEgYDVQQHEwtMb3MgQW5nZWxlczEjMCEGA1UEChMaWmVuaXRoIEluZm9ybWF0 aW9uIFN5c3RlbXMxJTAjBgNVBAMTHFplbml0aCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkCCjJr ZOgAAAAAAHkwDQYJKoZIhvcNAQEBBQAEggEANqKXvLVSgl19rZBROPQ5ZtijnmRO5viXllaL 5oxRJMKM3E4sLwvh2O4FIa/No3RKrz9tInv+NdgwVLNHgKCTmxnq2xqIAIUgQVdFJeiWKpJh gqoh3wat8ZdCR8bZH7BFETmqwzYMlsk7E30FOrbfIyzSeAoCv+U/82mGssZYCNkEKknmMceF nk582W0R1ritpsXeV1zSVQDK3MR6QofhlERM+kjnNNdJxogFMJRr2CQ6L22oIb0Oo8y606P3 8iTYiLwkXa0HwBKxcbnXTE319lzYgl0nev0nzePi7D8KUEQzAa9EMkDTg0stdwwbOGnN5ppX mp+WS/I2G6f8w9ksAgAAAAAAAA== --------------ms030805020908010605080702-- -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 18:30: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 9315A37B403 for ; Tue, 14 May 2002 18:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F1U2F16122; Tue, 14 May 2002 18:30:02 -0700 (PDT) (envelope-from gnats) Received: from oksala.org (modemcable044.179-200-24.timi.mc.videotron.ca [24.200.179.44]) by hub.freebsd.org (Postfix) with ESMTP id 2D68737B401 for ; Tue, 14 May 2002 18:29:30 -0700 (PDT) Received: from oksala.org (localhost [127.0.0.1]) by oksala.org (8.11.6/8.11.1) with ESMTP id g4F1TSP00474 for ; Tue, 14 May 2002 21:29:29 -0400 (EDT) (envelope-from silence@oksala.org) Received: (from silence@localhost) by oksala.org (8.12.3/8.12.3/Submit) id g4F1TShR000472; Tue, 14 May 2002 21:29:28 -0400 (EDT) Message-Id: <200205150129.g4F1TShR000472@oksala.org> Date: Tue, 14 May 2002 21:29:28 -0400 (EDT) From: Pierre-Luc Lespйrance Reply-To: Pierre-Luc Lespйrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: pending/38092: Update Port : www/cherokee fixed working directory 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: 38092 >Category: pending >Synopsis: Update Port : www/cherokee fixed working directory >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: Tue May 14 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: silence >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD silence 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #7: Mon May 6 15:40:51 EDT 2002 root@silence:/usr/src/sys/compile/oksala i386 >Description: - Working directory was ${PREFIX}/share/cherokee and It's changed to ${PREFIX}/www/data >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: # # cherokee # cherokee/Makefile # cherokee/files # cherokee/files/patch-aa # cherokee/distinfo # cherokee/pkg-comment # cherokee/pkg-descr # cherokee/pkg-plist # echo c - cherokee mkdir -p cherokee > /dev/null 2>&1 echo x - cherokee/Makefile sed 's/^X//' >cherokee/Makefile << 'END-of-cherokee/Makefile' XPORTNAME= Cherokee XPORTVERSION= 0.2.8 XCATEGORIES= www XMASTER_SITES= http://www.alobbs.com/cherokee/ XMAINTAINER= oksala@videotron.ca X XHAS_CONFIGURE= yes XPREFIX=/usr/local X X# X# User Configuration X# This may seem a little overloaded X# But there is not configuration files or getopt options X# X X#User Configurations X#Dir for your html files X.if defined(HTDOCS) XHTDOCS=${HTDOCS} X.else XHTDOCS=${PREFIX}/www/data X.endif X X#Process UID X.if defined(USER_ID) XUSER_ID=${USER_ID} X.else XUSER_ID=80 #www X.endif X X#Process GID X.if defined(GROUP_ID) XGROUP_ID=${GROUP_ID} X.else XGROUP_ID=80 #www X.endif X X#inet port X.if defined(PORT) XPORT=${PORT} X.else XPORT=80 X.endif X X#index files X.if defined(INDEX) XINDEX=${INDEX} X.else XINDEX=index.html X.endif X X Xpre-configure: X @${ECHO} "" X @${ECHO} "==================================" X @${ECHO} "" X @${ECHO} "Current configuration :" X @${ECHO} "Working directory : ${HTDOCS} (HTDOCS)" X @${ECHO} "Process id : ${USER_ID} (USER_ID)" X @${ECHO} "Process gid : ${GROUP_ID} (GROUP_ID)" X @${ECHO} "Inet port : ${PORT} (PORT)" X @${ECHO} "Index files : ${INDEX} (INDEX)" X @${ECHO} "" X @${ECHO} "==================================" X @${ECHO} "" X XCONFIGURE_ARGS+= \ X --prefix=${PREFIX} \ X --enable-daemon\ X --enable-warnings\ X --with-htdocs=${HTDOCS}\ X --with-uid=${UID} \ X --with-gid=${GID} \ X --with-port=${PORT} \ X --with-index=${INDEX} X Xpre-install: X @if [ ! -f ${PREFIX}/www ]; then \ X ${MKDIR} ${PREFIX}/www;\ X fi X @if [ ! -f ${HTDOCS} ] ; then \ X ${MKDIR} ${HTDOCS};\ X fi X.include END-of-cherokee/Makefile echo c - cherokee/files mkdir -p cherokee/files > /dev/null 2>&1 echo x - cherokee/files/patch-aa sed 's/^X//' >cherokee/files/patch-aa << 'END-of-cherokee/files/patch-aa' X--- src/cherokee.h.old Fri Dec 28 07:39:11 2001 X+++ src/cherokee.h Tue May 14 14:49:35 2002 X@@ -28,11 +28,11 @@ X #include X #include X #include X+#include X #include X #include X #include X #include X-#include X #include X #include X #include X--- src/server.h.old Fri Dec 28 07:25:54 2001 X+++ src/server.h Tue May 14 14:49:35 2002 X@@ -26,9 +26,9 @@ X X #include X #include X-#include X-#include X #include X+#include X+#include X X #include "configuration.h" X X--- src/socket.h.old Thu Dec 27 05:49:07 2001 X+++ src/socket.h Tue May 14 14:49:35 2002 X@@ -26,8 +26,11 @@ X X #include X #include X+#include X+#include X #include X #include X+#include X X int __inline socket_ready_to_read (int socket); X END-of-cherokee/files/patch-aa echo x - cherokee/distinfo sed 's/^X//' >cherokee/distinfo << 'END-of-cherokee/distinfo' XMD5 (Cherokee-0.2.8.tar.gz) = ffefd914d7d242c2e52fc85b3ecc221a END-of-cherokee/distinfo echo x - cherokee/pkg-comment sed 's/^X//' >cherokee/pkg-comment << 'END-of-cherokee/pkg-comment' XCherokee is an extremely fast and tiny web server. END-of-cherokee/pkg-comment echo x - cherokee/pkg-descr sed 's/^X//' >cherokee/pkg-descr << 'END-of-cherokee/pkg-descr' XCherokee is a tiny, ultrafast, lightweight Web server. It is implemented Xentirely in C, and has no dependencies beyond a standard C library. It Xprovides only the most basic HTTP functionality, but is extremely fast and Xsmall. X XWWW: http://www.alobbs.com/cherokee END-of-cherokee/pkg-descr echo x - cherokee/pkg-plist sed 's/^X//' >cherokee/pkg-plist << 'END-of-cherokee/pkg-plist' Xbin/cherokee X@dirrm www/data X@dirrm www END-of-cherokee/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 Tue May 14 18:48:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from concerto.score.is.tsukuba.ac.jp (concerto.score.is.tsukuba.ac.jp [130.158.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 82A8437B404 for ; Tue, 14 May 2002 18:48:13 -0700 (PDT) Received: by concerto.score.is.tsukuba.ac.jp (Postfix, from userid 5014) id 1B08233FC5; Wed, 15 May 2002 10:48:11 +0900 (JST) To: ports@FreeBSD.org Subject: /usr/ports/x11/xstroke Message-Id: <20020515014811.1B08233FC5@concerto.score.is.tsukuba.ac.jp> Date: Wed, 15 May 2002 10:48:11 +0900 (JST) From: till@score.is.tsukuba.ac.jp (Till Plewe) 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 xstroke installs all right but doesn't run (neither in stable nor current) I get the following error message: xstroke -a /usr/X11R6/etc/xstroke/alphabet regex_feature_alloc: An error occurred during regcomp(^3?21?5?45?7?89?((6?5[478]+?5?|68[47]*)|85[47]*)$): repetition-operator operand invalid regex_feature_alloc: An error occurred during regcomp(^3?21?5?45?7?89?((6?5[478]+?5?|68[47]*)|85[47]*)?[258]*6?9?$): repetition-operator operand invalid regex_feature_alloc: An error occurred during regcomp(^1?23?[26]?5[48]?([47]*?[58]+|47?[58]*)[69]*$): repetition-operator operand invalid regex_feature_alloc: An error occurred during regcomp(^6?3?[25]?5?[14]*[25]*[69]*+[58]*87?4?$): repetition-operator operand invalid ^C it might also be a good idea to set the default location for the file "alphabet" in such a way that xstroke can be used without the -a flag. Thanks Till To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 20: 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 8F3A737B407 for ; Tue, 14 May 2002 20:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F302O28636; Tue, 14 May 2002 20:00:02 -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 5747237B400 for ; Tue, 14 May 2002 19:53:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id 79D7C3DB6; Wed, 15 May 2002 10:53:16 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 144703D9A; Wed, 15 May 2002 10:53:16 +0800 (CST) Message-Id: <20020515025316.144703D9A@infomath.math.nctu.edu.tw> Date: Wed, 15 May 2002 10:53:16 +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/38094: Maintainer Update port: ftp/pftpd 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: 38094 >Category: ports >Synopsis: Maintainer Update port: ftp/pftpd >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: Tue May 14 20:00:02 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: Upgrade to 0.39. >How-To-Repeat: >Fix: diff -ruN /usr/ports/ftp/pftpd/Makefile pftpd/Makefile --- /usr/ports/ftp/pftpd/Makefile Sat Mar 30 04:28:47 2002 +++ pftpd/Makefile Wed May 15 10:50:42 2002 @@ -6,7 +6,7 @@ # PORTNAME= pftpd -PORTVERSION= 0.33 +PORTVERSION= 0.39 CATEGORIES= ftp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ @@ -17,8 +17,7 @@ NO_CDROM= "License problem" NO_PACKAGE= "License problem" -post-configure: - @${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile +MAN1= pftpd.1 rpad.1 post-install: @${CAT} ${WRKSRC}/ISSUES diff -ruN /usr/ports/ftp/pftpd/distinfo pftpd/distinfo --- /usr/ports/ftp/pftpd/distinfo Sat Mar 30 04:28:47 2002 +++ pftpd/distinfo Wed May 15 10:44:20 2002 @@ -1 +1 @@ -MD5 (pftpd-0.33.tar.gz) = 1553bd726e0cf50113408b33b9f41d74 +MD5 (pftpd-0.39.tar.gz) = fdfd986ba0b8cb6c11fc7946879208e1 diff -ruN /usr/ports/ftp/pftpd/files/patch-Makefile.in pftpd/files/patch-Makefile.in --- /usr/ports/ftp/pftpd/files/patch-Makefile.in Thu Jan 1 08:00:00 1970 +++ pftpd/files/patch-Makefile.in Wed May 15 10:48:59 2002 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Wed May 15 10:48:26 2002 ++++ src/Makefile.in Wed May 15 10:48:34 2002 +@@ -32,7 +32,7 @@ + all: $(PROGRAMS) + + pftpd: $(OBJS) $(LIBPLIB) +- $(CC) $(CFLAGS) -o $@ $(OBJS) $(KOBJ) $(LIBPLIB) $(LDFLAGS) ++ $(CC) $(CFLAGS) -o $@ $(OBJS) $(KOBJ) $(LIBPLIB) $(LDFLAGS) -lcompat + + rpad: rpad.o $(LIBPLIB) + $(CC) $(CFLAGS) -o $@ rpad.o $(LIBPLIB) $(LDFLAGS) >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 Tue May 14 21:13:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 501C037B407 for ; Tue, 14 May 2002 21:13:28 -0700 (PDT) Received: from ix.netcom.com ([63.198.181.47]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GW400NHQX2F2T@mta5.snfc21.pbi.net> for ports@FreeBSD.ORG; Tue, 14 May 2002 21:13:28 -0700 (PDT) Date: Tue, 14 May 2002 21:13:27 -0700 From: "Scott R. Sewall" Subject: Re: Building gnome-- fails To: Joe Marcus Clarke Cc: Scott Sewall , ports@FreeBSD.ORG Message-id: <3CE1E067.97AFA877@ix.netcom.com> Organization: Rosetta software MIME-version: 1.0 X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en,pdf References: <3CE0809B.7000608@redlinenetworks.com> <1021350144.279.0.camel@gyros.marcuscom.com> <3CE14CBC.80001@redlinenetworks.com> <1021398617.298.43.camel@gyros.marcuscom.com> 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 Thanks, that did the trick! -- Scott Joe Marcus Clarke wrote: > On Tue, 2002-05-14 at 13:43, Scott Sewall wrote: > > > > I have gnomecore-1.4.0.8_1 installed. > > > > I believe this is the latest. > > Sorry, I meant gnomelibs. You need to have gnomelibs-1.4.1.6_1. > > Joe > > > > > -- Scott > > > > > > Joe Marcus Clarke wrote: > > > > >On Mon, 2002-05-13 at 23:12, Scott Sewall wrote: > > > > > >>I'm trying to build the gnome-- port, but it fails when building > > >>gnomemm-1.2.2. > > >> > > >>I cvsup'd my ports tree earlier today. I'm running 4.5-RELEASE. > > >> > > > > > >Please make sure you have the latest gnomecore, then try to rebuild > > >gnome--. > > > > > >Joe > > > > > >>Here's the compile error message: > > >> > > >>>===> Building for gnomemm-1.2.2 > > >>>gmake all-recursive > > >>>gmake[1]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' > > >>>Making all in src > > >>>gmake[2]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' > > >>>Making all in build_sources > > >>>gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' > > >>>gmake[3]: Nothing to be done for `all'. > > >>>gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/build_sources' > > >>>Making all in gnome-- > > >>>gmake[3]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > > >>>Making all in private > > >>>gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' > > >>>gmake[4]: Nothing to be done for `all'. > > >>>gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--/private' > > >>>gmake[4]: Entering directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > > >>>/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include `gnome-config gnomeui --cflags` -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc > > >>>rm -f .libs/procbar.lo > > >>>c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gnome--\" -I. -I./.. -I.. -I../../src -I../../src -I../../src/gtk-- -I../../gdk-- -I/usr/X11R6/lib/gtkmm/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -O -pipe -Wall -Wno-unused -c procbar.cc -fPIC -DPIC -o .libs/procbar.lo > > >>>procbar.cc: In method `Gnome::ProcBar::ProcBar(const Gtk::Label &, const vector > &, gint (*)(void *))': > > >>>procbar.cc:23: ANSI C++ prohibits conversion from `(void *)' to `(...)' > > >>>gmake[4]: *** [procbar.lo] Error 1 > > >>>gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > > >>>gmake[3]: *** [all-recursive] Error 1 > > >>>gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src/gnome--' > > >>>gmake[2]: *** [all-recursive] Error 1 > > >>>gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2/src' > > >>>gmake[1]: *** [all-recursive] Error 1 > > >>>gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gnome--/work/gnomemm-1.2.2' > > >>>gmake: *** [all-recursive-am] Error 2 > > >>>*** Error code 2 > > >>> > > >>>Stop in /usr/ports/x11-toolkits/gnome--. > > >>> > > >>Any ideas? > > >> > > >>-- Scott > > >> > > >> > > >> > > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > > >>with "unsubscribe freebsd-ports" 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 Tue May 14 21:34:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from e21.nc.us.ibm.com (e21.nc.us.ibm.com [32.97.136.227]) by hub.freebsd.org (Postfix) with ESMTP id D601137B40E for ; Tue, 14 May 2002 21:34:31 -0700 (PDT) Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.194.24]) by e21.nc.us.ibm.com (8.12.2/8.12.2) with ESMTP id g4F4YUFD141286 for ; Wed, 15 May 2002 00:34:30 -0400 Received: from calvin.in.ibm.com (calvin.in.ibm.com [9.182.24.126]) by westrelay03.boulder.ibm.com (8.11.1m3/8.11.2) with ESMTP id g4F4YSq49512 for ; Tue, 14 May 2002 22:34:29 -0600 Received: by calvin.in.ibm.com (Postfix, from userid 1001) id 2BB8A3155; Wed, 15 May 2002 10:04:07 +0530 (IST) Date: Wed, 15 May 2002 10:04:07 +0530 From: Sid Carter To: freebsd-ports@freebsd.org Subject: Mozilla from ports does not compile - core dumps Message-ID: <20020515043407.GA35355@calvin.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Organisation: Sid Carter Inc. 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 Folks, I have been trying to compile mozilla on muh machine for sometime. It compiles for a long time and then core dumps. I have attached the error below FYI. ============================================= gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" /usr/ports/www/mozilla/files/mozilla.sh >/usr/ports/www/mozilla/work/mozilla/mozilla (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; echo skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; echo locale,install,select,en-US >> chrome/installed-chrome.txt; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) fatal process exception: page fault, fault VA = 0x3e Segmentation fault - core dumped *** Error code 139 Stop in /usr/ports/www/mozilla. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! www/mozilla (unknown build error) ==================================================== and This is a message I get from "dmesg" "pid 33694 (regxpcom), uid 0: exited on signal 11 (core dumped)" Any clue as to what is happening ? how I can solve this ? Some more info ======================== [root@calvin ~] uname -a FreeBSD calvin.in.ibm.com 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Sat May 11 15:15:09 IST 2002 root@calvin.in.ibm.com:/usr/obj/usr/src/sys/HOBBIT i386 [root@calvin ~] pkg_info | grep freetype freetype-1.3.1_2 A free and portable TrueType font rendering engine freetype2-2.0.9 A free and portable TrueType font rendering engine [root@calvin ~] ls -ld /usr//local/include/freetype ls: /usr//local/include/freetype: No such file or directory ======================== Am I doing something wrong somewhere ? Thanks in advance Regards Sid -- Be careful of reading health books, you might die of a misprint. -- Mark Twain Sid Carter Debian GNU/Linux. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 21:47:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 2EAC437B405 for ; Tue, 14 May 2002 21:47:40 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id VAA09983; Tue, 14 May 2002 21:47:03 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda09981; Tue May 14 21:47:03 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4F4kvDI087241; Tue, 14 May 2002 21:46:57 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4F4kqBe068840; Tue, 14 May 2002 21:46:52 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205150446.g4F4kqBe068840@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-Sender: schubert To: Sid Carter Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Mozilla from ports does not compile - core dumps In-Reply-To: Message from Sid Carter of "Wed, 15 May 2002 10:04:07 +0530." <20020515043407.GA35355@calvin.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 21:46:52 -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 In message <20020515043407.GA35355@calvin.in.ibm.com>, Sid Carter writes: > Hi Folks, > > I have been trying to compile mozilla on muh machine for sometime. > It compiles for a long time and then core dumps. > > I have attached the error below FYI. > > ============================================= > gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' > /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" > /usr/ports/www/mozilla/files/mozilla.sh > >/usr/ports/www/mozilla/work/mozilla/mozilla > (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; echo > skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; echo > locale,install,select,en-US >> chrome/installed-chrome.txt; /usr/bin/env > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) > fatal process exception: page fault, fault VA = 0x3e > Segmentation fault - core dumped > *** Error code 139 > > Stop in /usr/ports/www/mozilla. > ** Command failed: make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! www/mozilla (unknown build error) > ==================================================== > > and This is a message I get from "dmesg" > > "pid 33694 (regxpcom), uid 0: exited on signal 11 (core dumped)" > > Any clue as to what is happening ? how I can solve this ? You may have a CPU or memory problem with your computer. Have you had any problems building world? If you have had, this is yet another indication of hardware problems. BTW, I built world and performed a portupgrade -f on Saturday (basically a complete reinstall of all ports because I had cruft and ports lying around since 2.0.5). No problems so far with any of the software that was installed/reinstalled. I think that this is yet another point of data that indicates that something unique to your computer, e.g. probably hardware (possibly but unlikely software), is causing your problem. Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 22:10: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 0C67337B404 for ; Tue, 14 May 2002 22:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F5A3C51665; Tue, 14 May 2002 22:10:03 -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 939C837B404 for ; Tue, 14 May 2002 22:06: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 g4F56xhG064914 for ; Tue, 14 May 2002 22:06: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 g4F56x4t064913; Tue, 14 May 2002 22:06:59 -0700 (PDT) Message-Id: <200205150506.g4F56x4t064913@www.freebsd.org> Date: Tue, 14 May 2002 22:06:59 -0700 (PDT) From: Seth Hieronymus To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38098: devel/fam doesn't compile 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: 38098 >Category: ports >Synopsis: devel/fam doesn't compile >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: Tue May 14 22:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Seth Hieronymus >Release: 4.5 Stable (4.6 Pre) >Organization: >Environment: FreeBSD hts7.hiertech.com 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Tue May 14 11:47:12 MDT 2002 root@hts7.hiertech.com:/usr/src/sys/compile/hts7 i386 >Description: When building devel/fam, the makefile gets to the 'test' subdirectory, and dies. Here is the script output: Making all in test gmake[2]: Entering directory `/usr/ports/devel/fam/work/fam-oss-2.6.4/test' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/ local/etc/fam.conf\" -Wall -O -pipe -march=pentiumpro -fmemoize-lookups -fs ave-memoized -c test.c++ test.c++:125: return type for `main' changed to `int' test.c++: In function `int main(...)': test.c++:142: warning: unused variable `int optind' gmake[2]: *** [test.o] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/fam/work/fam-oss-2.6.4/test' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/fam/work/fam-oss-2.6.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/devel/fam. >How-To-Repeat: This was a clean install of KDE3, which died in fam. Died while in the KDE3 build, and then in its own build when I was isolating the problem. >Fix: I didn't see (in my brief look) where the error was error was in the code, other than the main() function. I fixed it by excising the 'test' subdir from the patchfile and the makefiles... there is probably a better way. >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 Tue May 14 22:20: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 12A5637B409 for ; Tue, 14 May 2002 22:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F5K4D52281; Tue, 14 May 2002 22: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 0AD5837B410 for ; Tue, 14 May 2002 22:19:08 -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 g4F5J7hG066510 for ; Tue, 14 May 2002 22:19:07 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4F5J78X066509; Tue, 14 May 2002 22:19:07 -0700 (PDT) Message-Id: <200205150519.g4F5J78X066509@www.freebsd.org> Date: Tue, 14 May 2002 22:19:07 -0700 (PDT) From: Seth Hieronymus To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38099: Inconsistent use of 'rm' in KDE3 makefiles creates build stoppages 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: 38099 >Category: ports >Synopsis: Inconsistent use of 'rm' in KDE3 makefiles creates build stoppages >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: Tue May 14 22:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Seth Hieronymus >Release: 4.5 Stable (4.6 Pre) >Organization: >Environment: 4.6-PRERELEASE i386 >Description: I don't know which makefiles and config files produce which, but an inconsistent use of 'rm' in them is causing my KDE3 build to spit out confirmation requests for deleting 'conftest.sed'. I have rm, mv, and cp aliased by 'rm -i',... In most of the config files, rm is used correctly, rm -f, but a few cases omit this. >How-To-Repeat: alias rm='rm -i' build KDE3, or one of the subs (eg: net/kdenetwork3) >Fix: In net/kdenetwork3 for example, configure: 1520 -> 'rm conftest.sed' aclocal.m4: 4304 -> 'rm conftest.*', acinclude.m4: 2795 -> 'rm libtool.orig' and 4292 -> 'rm conftest.*', aclocal.m4: 2807 -> 'rm libtool.conf' and 4304 -> 'rm conftest.*' Also, because of my -i aliases on cp and mv, the build stops for overwrite confirmation on some misc temp files. This may not be considered a bug, however like the inconsistent use of rm. The line numbers are: acinclude.m4 (10161, 10162), aclocal.m4 (10137, 10138), and configure (5646, 5647). I may not have caught all, or found the base problem files. >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 Tue May 14 22:27:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (dav43.sea1.hotmail.com [207.68.162.15]) by hub.freebsd.org (Postfix) with ESMTP id 5DC2537B401 for ; Tue, 14 May 2002 22:27:23 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 14 May 2002 22:27:23 -0700 X-Originating-IP: [193.253.182.238] From: "martins marc" To: Cc: Subject: FreeBSD Port: hylafax-4.1_1 Date: Wed, 15 May 2002 07:26:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Disposition-Notification-To: "martins marc" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 15 May 2002 05:27:23.0259 (UTC) FILETIME=[310A74B0:01C1FBD1] 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, i think there have a probleme to start automatically hylafax i do it The following entries should be in the /etc/services and /etc/inetd.conf files: in /etc/services: hylafax 4559/tcp #HylaFAX client-server protocol in /etc/inetd.conf: hylafax stream tcp nowait fax /usr/local/sbin/hfaxd hfaxd -I in the /etc/ttys : cuaa1 "/usr/local/sbin/faxgetty /dev/cuaa1" dialup on i have it, after faxstatLogin failed: 550 Cannot set privileges. i make a chmod 600 to hosts.hylafaxi have nowLogin failed: 530 User root access denied is it possible to change it in the package or ports ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 14 23:41: 8 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 2377A37B41D for ; Tue, 14 May 2002 23:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F6e2m63968; Tue, 14 May 2002 23:40:02 -0700 (PDT) (envelope-from gnats) Received: from dasroutr.rdrop.com (halt.rdrop.com [199.26.172.30]) by hub.freebsd.org (Postfix) with ESMTP id 2B44237B400 for ; Tue, 14 May 2002 23:32:15 -0700 (PDT) Received: from dasroutr.rdrop.com (localhost [127.0.0.1]) by dasroutr.rdrop.com (8.12.2/8.12.2) with ESMTP id g4F6WBRd066301 for ; Tue, 14 May 2002 23:32:11 -0700 (PDT) (envelope-from alan@dasroutr.rdrop.com) Received: (from alan@localhost) by dasroutr.rdrop.com (8.12.2/8.12.2/Submit) id g4F6WAso066300; Tue, 14 May 2002 23:32:10 -0700 (PDT) Message-Id: <200205150632.g4F6WAso066300@dasroutr.rdrop.com> Date: Tue, 14 May 2002 23:32:10 -0700 (PDT) From: Alan Batie Reply-To: Alan Batie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38100: Improper fetch of source 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: 38100 >Category: ports >Synopsis: Improper fetch of source >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 23:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alan Batie >Release: FreeBSD 4.5-STABLE i386 >Organization: RainDrop Laboratories >Environment: System: FreeBSD dasroutr.rdrop.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Apr 13 14:03:52 PDT 2002 root@dasroutr.rdrop.com:/usr/src/freebsd/sys/compile/DASROUTR i386 >Description: The security/cyrus-sasl port improperly fetches sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz from sourceforge.net (checksum mismatch, looking at the file shows it to be html) >> cyrus-sasl-1.5.27.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/./. Receiving cyrus-sasl-1.5.27.tar.gz (528252 bytes): 100% 528252 bytes transferred in 11.4 seconds (45.08 kBps) >> sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/./. fetch: sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz: File unavailable (e.g., file not found, no access) >> Attempting to fetch from http://prdownloads.sourceforge.net/cyrus-utils/. fetch: sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz: size of remote file is not known Receiving sasl-1.5.27-ldap-ssl-filter-mysql-patch: 8664 bytes 8664 bytes transferred in 0.1 seconds (138.29 kBps) >> sasl_apop_patch.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.westbend.net/pub/cyrus-mail/contrib/. Receiving sasl_apop_patch.gz (2517 bytes): 100% 2517 bytes transferred in 0.7 seconds (3.60 kBps) >> cyrus-sasl-1.5.27-ipv6-20020106.diff.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.westbend.net/pub/cyrus-mail/contrib/. Receiving cyrus-sasl-1.5.27-ipv6-20020106.diff.gz (15655 bytes): 100% 15655 bytes transferred in 0.4 seconds (35.84 kBps) ===> Extracting for cyrus-sasl-1.5.27_2 >> Checksum OK for cyrus-sasl-1.5.27.tar.gz. >> Checksum mismatch for sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz. >> Checksum OK for sasl_apop_patch.gz. >> Checksum OK for cyrus-sasl-1.5.27-ipv6-20020106.diff.gz. Make sure the Makefile and distinfo file (/usr/src/ports/security/cyrus-sasl/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/src/ports/security/cyrus-sasl. *** Error code 1 Stop in /usr/src/ports/security/cyrus-sasl. >How-To-Repeat: cd /usr/ports cvs update -P Mk cd security/cyrus-sasl cvs update -P make >Fix: Remove prdownloads from the site list in Makefile; it hunts a couple dozen sites before it finally finds the patch, but eventually does. Looks like there's a more recent one that needs to be incorporated also... >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 Wed May 15 0:14:47 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 6674637B407; Wed, 15 May 2002 00:14:45 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F7Ejo70346; Wed, 15 May 2002 00:14:45 -0700 (PDT) (envelope-from trevor) Date: Wed, 15 May 2002 00:14:45 -0700 (PDT) From: Message-Id: <200205150714.g4F7Ejo70346@freefall.freebsd.org> To: alan@dasroutr.rdrop.com, trevor@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38100: Improper fetch of source 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: Improper fetch of source State-Changed-From-To: open->closed State-Changed-By: trevor State-Changed-When: Wed May 15 00:14:05 PDT 2002 State-Changed-Why: prdownloads removed--thank you http://www.freebsd.org/cgi/query-pr.cgi?pr=38100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 1:40:43 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 ABFF737B40E for ; Wed, 15 May 2002 01:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8e3m80665; Wed, 15 May 2002 01:40:03 -0700 (PDT) (envelope-from gnats) Received: from gerweck.dynup.net (adsl-64-170-154-2.dsl.sntc01.pacbell.net [64.170.154.2]) by hub.freebsd.org (Postfix) with ESMTP id 920C837B407 for ; Wed, 15 May 2002 01:30:59 -0700 (PDT) Received: (from root@localhost) by gerweck.dynup.net (8.11.6/8.11.6) id g4F8UxB14034; Wed, 15 May 2002 01:30:59 -0700 (PDT) (envelope-from andy) Message-Id: <200205150830.g4F8UxB14034@gerweck.dynup.net> Date: Wed, 15 May 2002 01:30:59 -0700 (PDT) From: Andrew Gerweck Reply-To: Andrew Gerweck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38102: Update port: www/mod_webapp-apache2 Explicit autoconf dependency. 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: 38102 >Category: ports >Synopsis: Update port: www/mod_webapp-apache2 Explicit autoconf dependency. >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: Wed May 15 01:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrew Gerweck >Release: FreeBSD 4.5-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD gerweck.dynup.net 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #9: Tue Apr 16 17:53:43 PDT 2002 andy@enrique.eville.:/usr/obj/usr/src/sys/ENRIQUE i386 >Description: The previous version--which is still uncommitted--did not properly deal with an autoconf dependency in a support script. The new port circumvents the unnecessary support script and explicitly uses autoconf. >How-To-Repeat: >Fix: --- mod_webapp-apache2.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: # # mod_webapp-apache2 # mod_webapp-apache2/Makefile # mod_webapp-apache2/distinfo # mod_webapp-apache2/pkg-comment # mod_webapp-apache2/pkg-plist # mod_webapp-apache2/pkg-descr # echo c - mod_webapp-apache2 mkdir -p mod_webapp-apache2 > /dev/null 2>&1 echo x - mod_webapp-apache2/Makefile sed 's/^X//' >mod_webapp-apache2/Makefile << 'END-of-mod_webapp-apache2/Makefile' X# Ports collection makefile for: mod_webapp (apache2) X# Date created: 1 May 2002 X# Whom: Andy Gerweck X# X# $FreeBSD$ X# X XPORTNAME= mod_webapp XPORTVERSION= 1.1 XPORTREVISION= 1 XCATEGORIES= www XMASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src/ XPKGNAMESUFFIX= -apache2 XDISTNAME= jakarta-tomcat-connectors-${CONNECTORS_RELEASE}-src XDIST_SUBDIR= mod_webapp X XPATCH_SITES= http://home.pacbell.net/gerweck/mod_webapp/ XPATCHFILES= patch-libtool.gz X XMAINTAINER= gerweck@yahoo.com X XBUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/apache2:extract \ X ${AUTOCONF}:${PORTSDIR}/devel/autoconf XRUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache2 X X# Release information for distribution files. XTOMCAT_RELEASE= 4.0.3 XCONNECTORS_RELEASE= 4.0.2-01 X X# Apache locations. XAPXS?= ${LOCALBASE}/sbin/apxs XAPR_LIB?= ${LOCALBASE}/lib/apache2/ XAPR_INCLUDE?= ${LOCALBASE}/include/apache2/ XAPACHE_MODULES?= libexec/apache2/ XAPR_SRC?= ${PORTSDIR}/www/apache2/work/httpd-*/srclib/apr XLIBTOOL?= ${LOCALBASE}/bin/libtool XAUTOCONF?= ${LOCALBASE}/bin/autoconf X X# If the user's changed the modules directory, pack things correctly. XPLIST_SUB= APACHE_MODULES=${APACHE_MODULES} X X# Build options. XWRKSRC= ${WRKDIR}/${DISTNAME}/webapp XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --with-apxs=${APXS} \ X --with-apr-lib=${APR_LIB} \ X --with-apr-include=${APR_INCLUDE} \ X --with-apr=${APR_SRC} X#GCC_RPATH= -rpath ${LOCALBASE}/${APACHE_MODULES} X Xpre-configure: X cd ${WRKSRC} && ${AUTOCONF} X Xpre-build: X ${CHMOD} a+x ${WRKSRC}/support/*.sh X Xpost-build: X cd ${WRKSRC}/lib && \ X ${CC} -shared -o libwebapp.so *.lo X cd ${WRKSRC}/apache-2.0 && \ X ${LIBTOOL} --silent --mode=link \ X ${CC} -shared -o mod_webapp.so \ X -module -avoid-version \ X -I../include -L../lib \ X ${GCC_RPATH} \ X -dlopen ../lib/libwebapp.la \ X mod_webapp.lo X Xdo-install: X# TBD: an apxs thing might be nice here. X ${INSTALL_PROGRAM} ${WRKSRC}/apache-2.0/mod_webapp.so \ X ${PREFIX}/${APACHE_MODULES} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/mod_webapp X ${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${PREFIX}/share/doc/mod_webapp X.endif X X.include END-of-mod_webapp-apache2/Makefile echo x - mod_webapp-apache2/distinfo sed 's/^X//' >mod_webapp-apache2/distinfo << 'END-of-mod_webapp-apache2/distinfo' XMD5 (mod_webapp/jakarta-tomcat-connectors-4.0.2-01-src.tar.gz) = e111b37d31f7d2a0d8bda26ae008a5d5 XMD5 (mod_webapp/patch-libtool.gz) = cb403eb455362bf5d57241a2a63c1fde END-of-mod_webapp-apache2/distinfo echo x - mod_webapp-apache2/pkg-comment sed 's/^X//' >mod_webapp-apache2/pkg-comment << 'END-of-mod_webapp-apache2/pkg-comment' XApache module mounts Tomcat web applications END-of-mod_webapp-apache2/pkg-comment echo x - mod_webapp-apache2/pkg-plist sed 's/^X//' >mod_webapp-apache2/pkg-plist << 'END-of-mod_webapp-apache2/pkg-plist' X%%APACHE_MODULES%%/mod_webapp.so X%%PORTDOCS%%share/doc/mod_webapp/INSTALL.txt X%%PORTDOCS%%@dirrm share/doc/mod_webapp END-of-mod_webapp-apache2/pkg-plist echo x - mod_webapp-apache2/pkg-descr sed 's/^X//' >mod_webapp-apache2/pkg-descr << 'END-of-mod_webapp-apache2/pkg-descr' XMod_webapp is an Apache module that allows Tomcat applications to be Xmounted into an Apache server. Tomcat is a Java servlet and jsp engine. XApache is the popular webserver. X XWWW: http://jakarta.apache.org/tomcat/ X X- Andy Gerweck Xgerweck@yahoo.com END-of-mod_webapp-apache2/pkg-descr exit --- mod_webapp-apache2.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 Wed May 15 3:12: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp-out1.kaptech.com (smtp-out1.kaptech.com [62.106.132.133]) by hub.freebsd.org (Postfix) with ESMTP id 7DE9737B405; Wed, 15 May 2002 03:11:15 -0700 (PDT) Received: from distrib-smtp.srv.kaptech.net (nitrogen.psi1.kaptech.net [10.60.100.7]) by smtp-out1.kaptech.com (Postfix) with ESMTP id 43609DAFC; Wed, 15 May 2002 10:11:04 +0000 (GMT) Received: from localhost.localdomain (germanium.psi1.kaptech.net [10.60.100.32]) by distrib-smtp.srv.kaptech.net (Postfix) with ESMTP id 20AE7A0E23; Wed, 15 May 2002 12:10:50 +0200 (CEST) Received: from localhost.localdomain (germanium [127.0.0.1]) by localhost.localdomain (8.11.0/8.11.0) with ESMTP id g4FAAnB13670; Wed, 15 May 2002 10:10:49 GMT Received: from descartes.paris.kapt.com (descartes.paris.kapt.com [10.1.2.1]) by localhost.localdomain (8.11.0/8.11.0) with ESMTP id g4FAAnv13661; Wed, 15 May 2002 10:10:49 GMT Received: from pebble.2y.net (ts.admin.kapt.com [10.60.4.18]) by descartes.paris.kapt.com (8.8.7/8.8.7) with ESMTP id MAA11391; Wed, 15 May 2002 12:10:38 +0200 Message-ID: <3CE2341D.5060708@pebble.2y.net> Date: Wed, 15 May 2002 12:10:37 +0200 From: "Un L'Unique" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020513 X-Accept-Language: en-us, en MIME-Version: 1.0 To: kuriyama@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: net-snmp-5.0.1 : can't compile 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 Hello, I have problem compiling the new ports: ... mv -f host/.libs/hr_filesys.lo host/hr_filesys.lo /bin/sh ../../libtool --mode=compile cc -DINET6 -O -pipe -Dfreebsd4 -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c -o host/hr_swrun.lo host/hr_swrun.c rm -f host/.libs/hr_swrun.lo cc -DINET6 -O -pipe -Dfreebsd4 -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c host/hr_swrun.c -fPIC -DPIC -o host/.libs/hr_swrun.lo host/hr_swrun.c: In function `var_hrswrun': host/hr_swrun.c:1024: structure has no member named `p_utime' host/hr_swrun.c:1025: structure has no member named `p_utime' host/hr_swrun.c:1026: structure has no member named `p_stime' host/hr_swrun.c:1027: structure has no member named `p_stime' *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1/agent. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1. *** Error code 1 Stop in /usr/ports/net/net-snmp. ** Command failed: make DEPENDS_TARGET=package ** Fix the problem and try again. ---> Saving the log as '/opt/pkg/portupgrade_net::net-snmp' ---> Reporting the results (+:succeeded / -:ignored / *:skipped / !:failed) ! net/net-snmp (ucd-snmp-4.2.4_1) (new compiler error) root@ts:/usr/ports Wed May 15 12:03:24 bash[90017] >uname -a FreeBSD ts.admin.kapt.com 4.3-RELEASE FreeBSD 4.3-RELEASE #25: Fri Sep 14 19:25:42 MEST 2001 un@ts.admin.kapt.com:/usr/src/sys/compile/ts i386 I can provide you more information if you need. Anyway, thanks for your work. Sincerely, Un To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 3:31:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.rol.it (mail2.rol.it [193.41.7.204]) by hub.freebsd.org (Postfix) with SMTP id 5930A37B409 for ; Wed, 15 May 2002 03:31:52 -0700 (PDT) From: subscribe_verba@logos.net To: freebsd-ports@freebsd.org Subject: Verba Volant Message-Id: <20020515103152.5930A37B409@hub.freebsd.org> Date: Wed, 15 May 2002 03:31:52 -0700 (PDT) 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 email address, "freebsd-ports@freebsd.org" has been removed from the Verba Volant Newsletter list. If you did not cancel your email address or you wish to continue receiving Verba Volant, please send an e-mail to subscribe_verba@logos.net Thank you and best regards, Verba Volant To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 3:40: 8 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 ACB2A37B401 for ; Wed, 15 May 2002 03:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FAe2899487; Wed, 15 May 2002 03:40:02 -0700 (PDT) (envelope-from gnats) Received: from mercury.st.hmc.edu (mercury.ST.HMC.Edu [134.173.63.136]) by hub.freebsd.org (Postfix) with ESMTP id ECCE837B401 for ; Wed, 15 May 2002 03:39:26 -0700 (PDT) Received: (from nate@localhost) by mercury.st.hmc.edu (8.11.6/8.11.6) id g4FAdQ184774; Wed, 15 May 2002 03:39:26 -0700 (PDT) (envelope-from nate) Message-Id: <200205151039.g4FAdQ184774@mercury.st.hmc.edu> Date: Wed, 15 May 2002 03:39:26 -0700 (PDT) From: Nate Eldredge Reply-To: Nate Eldredge To: FreeBSD-gnats-submit@FreeBSD.org Cc: neldredge@hmc.edu X-Send-Pr-Version: 3.113 Subject: ports/38103: Bad deps for p5-XML-Simple 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: 38103 >Category: ports >Synopsis: Bad deps for p5-XML-Simple >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 15 03:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nate Eldredge >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD mercury 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #6: Sat May 4 15:58:41 PDT 2002 nate@mercury:/big/obj/big/src/sys/MERCURY i386 >Description: If you try to install p5-XML-Simple without first installing p5-XML-Parser, the build bombs out. It seems the dependencies are somehow wrong. >How-To-Repeat: portupgrade -N p5-XML-Simple >Fix: portupgrade -N p5-XML-Parser >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 Wed May 15 4:54:55 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 F092C37B407; Wed, 15 May 2002 04:54:52 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FBsqB11896; Wed, 15 May 2002 04:54:52 -0700 (PDT) (envelope-from tg) Date: Wed, 15 May 2002 04:54:52 -0700 (PDT) From: Message-Id: <200205151154.g4FBsqB11896@freefall.freebsd.org> To: alan@agora.rdrop.com, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37582: python port has no distfile defined 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: python port has no distfile defined State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Wed May 15 04:54:14 PDT 2002 State-Changed-Why: Submitter's ports tree was out of date. http://www.freebsd.org/cgi/query-pr.cgi?pr=37582 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 5:10: 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 A4BDD37B406 for ; Wed, 15 May 2002 05:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCA5s16637; Wed, 15 May 2002 05:10:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 05:10:05 -0700 (PDT) Message-Id: <200205151210.g4FCA5s16637@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/36842: irc/bitchx port needs update (c18 -> c19) Reply-To: Tilman Linneweh 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/36842; it has been noted by GNATS. From: Tilman Linneweh To: FreeBSD gnats , danfe@regency.nsu.ru Cc: Subject: Re: ports/36842: irc/bitchx port needs update (c18 -> c19) Date: 15 May 2002 14:14:21 +0200 This PR can be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 5:20: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 8FD3137B401 for ; Wed, 15 May 2002 05:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCK1t17328; Wed, 15 May 2002 05:20:01 -0700 (PDT) (envelope-from gnats) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by hub.freebsd.org (Postfix) with ESMTP id B053837B401 for ; Wed, 15 May 2002 05:17:22 -0700 (PDT) Received: from kapkan.domain (kapkan.domain [192.168.1.103]) by relay2.agava.net.ru (Postfix) with ESMTP id 475AA66BFF for ; Wed, 15 May 2002 16:16:08 +0400 (MSD) Received: from kapkan.domain (kappa@localhost [127.0.0.1]) by kapkan.domain (8.12.3/8.12.3) with ESMTP id g4FCKIjh099559 for ; Wed, 15 May 2002 16:20:18 +0400 (MSD) (envelope-from kappa@kapkan.domain) Received: (from kappa@localhost) by kapkan.domain (8.12.3/8.12.2/Submit) id g4FCKI8p099558; Wed, 15 May 2002 16:20:18 +0400 (MSD) Message-Id: <200205151220.g4FCKI8p099558@kapkan.domain> Date: Wed, 15 May 2002 16:20:18 +0400 (MSD) From: Alex Kapranoff Reply-To: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38105: New port for NetAddr::IP::Find perl module 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: 38105 >Category: ports >Synopsis: New port for NetAddr::IP::Find perl module >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: Wed May 15 05:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 4.5-STABLE i386 >Organization: AGAVA Software >Environment: System: FreeBSD kapkan.domain 4.5-STABLE FreeBSD 4.5-STABLE #2: Wed Apr 24 10:23:52 MSD 2002 root@kapkan.domain:/usr/src/sys/compile/KAPKAN i386 >Description: >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-NetAdd-IP-Find # p5-NetAdd-IP-Find/Makefile # p5-NetAdd-IP-Find/distinfo # p5-NetAdd-IP-Find/pkg-comment # p5-NetAdd-IP-Find/pkg-descr # p5-NetAdd-IP-Find/pkg-plist # echo c - p5-NetAdd-IP-Find mkdir -p p5-NetAdd-IP-Find > /dev/null 2>&1 echo x - p5-NetAdd-IP-Find/Makefile sed 's/^X//' >p5-NetAdd-IP-Find/Makefile << 'END-of-p5-NetAdd-IP-Find/Makefile' X# New ports collection makefile for: p5-NetAddr-IP-Find X# Date created: May 14th 2002 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= NetAddr-IP-Find XPORTVERSION= 0.02 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= NetAddr XPKGNAMEPREFIX= p5- X XMAINTAINER= kappa@freebsd.org.ua X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP X XPERL_CONFIGURE= yes XINSTALL_TARGET= pure_install X XMAN3= NetAddr::IP::Find.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-NetAdd-IP-Find/Makefile echo x - p5-NetAdd-IP-Find/distinfo sed 's/^X//' >p5-NetAdd-IP-Find/distinfo << 'END-of-p5-NetAdd-IP-Find/distinfo' XMD5 (NetAddr-IP-Find-0.02.tar.gz) = 2ccc8f7986543eefd935961e033fdf2f END-of-p5-NetAdd-IP-Find/distinfo echo x - p5-NetAdd-IP-Find/pkg-comment sed 's/^X//' >p5-NetAdd-IP-Find/pkg-comment << 'END-of-p5-NetAdd-IP-Find/pkg-comment' XIterates over all IP addresses in a text similar to Email::Find END-of-p5-NetAdd-IP-Find/pkg-comment echo x - p5-NetAdd-IP-Find/pkg-descr sed 's/^X//' >p5-NetAdd-IP-Find/pkg-descr << 'END-of-p5-NetAdd-IP-Find/pkg-descr' XThis is a module for finding IP addresses in plain text. X XNetAddr::IP::Find exports one function, find_ipaddrs(). It Xworks very similar to URI::Find's find_uris() or XEmail::Find's find_emails(). X X$num_ipaddrs_found = find_ipaddrs($text, \&callback); END-of-p5-NetAdd-IP-Find/pkg-descr echo x - p5-NetAdd-IP-Find/pkg-plist sed 's/^X//' >p5-NetAdd-IP-Find/pkg-plist << 'END-of-p5-NetAdd-IP-Find/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP/Find.pm X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/NetAddr 2>/dev/null || true Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/Find/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/Find X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr 2>/dev/null || true END-of-p5-NetAdd-IP-Find/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 Wed May 15 5:30: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 13F7737B404 for ; Wed, 15 May 2002 05:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCU2018257; Wed, 15 May 2002 05:30:02 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 0146637B408 for ; Wed, 15 May 2002 05:25:26 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 177xpz-0007ID-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 May 2002 19:24:59 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 177xpz-0007Hx-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 May 2002 19:24:59 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4FCP4F81449; Wed, 15 May 2002 19:25:05 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205151225.g4FCP4F81449@regency.nsu.ru> Date: Wed, 15 May 2002 19:25:05 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38106: NEW PORT: games/wmshuffle for WindowMaker Dock/AfterStep Wharf 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: 38106 >Category: ports >Synopsis: NEW PORT: games/wmshuffle for WindowMaker Dock/AfterStep Wharf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 05:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is yet another decent Dock-application I've decided is cool enough to be in FreeBSD Ports Tree but it's not there yet. While I'm customizing my WindowMaker desktop, expect for more "new port" PRs to follow! ;-) As for maintainer, I left it for ports@, but Jim Mock might consider taking it over since he maintains much alike port games/wmtictactoe (which in fact was used as a base for this game by the program author). Thanks! >How-To-Repeat: N/A >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: # # . # ./files # ./files/patch-aa # ./Makefile # ./pkg-comment # ./pkg-descr # ./pkg-plist # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Wed May 15 18:38:32 2002 X+++ Makefile Wed May 15 18:43:28 2002 X@@ -1,14 +1,17 @@ X-LIBDIR = -L/usr/X11R6/lib X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X LIBS = -lXpm -lXext -lX11 X OBJS = wmshuffle.o ./wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O2 -Wall $< -o $*.o X+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o X X all: wmshuffle X X wmshuffle: $(OBJS) X- cc -o wmshuffle $^ $(LIBDIR) $(LIBS) X+ ${CC} -o wmshuffle $^ ${LIBDIR} ${LIBS} X X clean: X for i in $(OBJS) ; do \ X@@ -17,5 +20,4 @@ X rm -rf wmshuffle core *~ X X install: X- /usr/bin/install -c -o 0 -g 0 -s -m 755 wmshuffle /usr/local/bin/wmshuffle X- X+ @/usr/bin/install -c -o 0 -g 0 -s -m 755 wmshuffle ${PREFIX}/bin/wmshuffle END-of-./files/patch-aa echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmshuffle X# Date created: 15 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/games/wmshuffle/Makefile,v 1.9 2000/08/03 09:23:58 asami Exp $ X# X XPORTNAME= wmshuffle XPORTVERSION= 0.6 XCATEGORIES= games windowmaker afterstep XMASTER_SITES= http://www.linuks.mine.nu/dockapp/ \ X ftp://regency.nsu.ru/tmp/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_XPM= yes X Xpost-install: X @${MKDIR} ${PREFIX}/share/${PORTNAME} X @${CP} ${WRKSRC}/skin-*.xpm ${PREFIX}/share/${PORTNAME} X @${ECHO} "===> Run 'wmshuffle --help' for the available options" X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA dockable Shuffle game for WindowMaker and AfterStep END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XYet another app for the WindowMaker dock or AfterStep Wharf. XwmShuffle is said to be the First Shuffle Game for WindowMaker! X XWWW: http://atlas.ucpel.tche.br/~adriel/ END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmshuffle Xshare/wmshuffle/skin-feiticeira.xpm Xshare/wmshuffle/skin-lucyenne.xpm X@dirrm share/wmshuffle END-of-./pkg-plist echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmshuffle-0.6.tar.gz) = 698dc284cbcf2ed5b3653f0eead7e1d7 END-of-./distinfo 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 Wed May 15 6:10:48 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 9333537B409; Wed, 15 May 2002 06:10:44 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDAix33635; Wed, 15 May 2002 06:10:44 -0700 (PDT) (envelope-from ijliao) Date: Wed, 15 May 2002 06:10:44 -0700 (PDT) From: Message-Id: <200205151310.g4FDAix33635@freefall.freebsd.org> To: tilman@arved.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38087: Complete Repository move of graphthing 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: Complete Repository move of graphthing State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 15 06:10:25 PDT 2002 State-Changed-Why: fixed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38087 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 6:16: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 9BE8937B406; Wed, 15 May 2002 06:16:37 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDGXl34209; Wed, 15 May 2002 06:16:33 -0700 (PDT) (envelope-from ijliao) Date: Wed, 15 May 2002 06:16:33 -0700 (PDT) From: Message-Id: <200205151316.g4FDGXl34209@freefall.freebsd.org> To: gslin@infomath.math.nctu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38094: Maintainer Update port: ftp/pftpd 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 port: ftp/pftpd State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 15 06:16:15 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38094 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 6:19: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 53D3A37B401; Wed, 15 May 2002 06:19:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDJeQ34556; Wed, 15 May 2002 06:19:40 -0700 (PDT) (envelope-from ijliao) Date: Wed, 15 May 2002 06:19:40 -0700 (PDT) From: Message-Id: <200205151319.g4FDJeQ34556@freefall.freebsd.org> To: gslin@infomath.math.nctu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38084: Update 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: Update port: security/amavisd State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 15 06:19:26 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38084 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 6:22: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 2250537B408; Wed, 15 May 2002 06:22:11 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDMBx34926; Wed, 15 May 2002 06:22:11 -0700 (PDT) (envelope-from ijliao) Date: Wed, 15 May 2002 06:22:11 -0700 (PDT) From: Message-Id: <200205151322.g4FDMBx34926@freefall.freebsd.org> To: danfe@regency.nsu.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36842: irc/bitchx port needs update (c18 -> c19) 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: irc/bitchx port needs update (c18 -> c19) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 15 06:21:38 PDT 2002 State-Changed-Why: already upgraded, thanks for your notice http://www.freebsd.org/cgi/query-pr.cgi?pr=36842 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 6:30: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 D480D37B404; Wed, 15 May 2002 06:30:52 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDUqV35604; Wed, 15 May 2002 06:30:52 -0700 (PDT) (envelope-from yoichi) Date: Wed, 15 May 2002 06:30:52 -0700 (PDT) From: Message-Id: <200205151330.g4FDUqV35604@freefall.freebsd.org> To: mistral@imasy.or.jp, yoichi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37668: ports update: kterm 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: ports update: kterm State-Changed-From-To: open->closed State-Changed-By: yoichi State-Changed-When: Wed May 15 06:24:28 PDT 2002 State-Changed-Why: Committed since it seems correct change without fail. And no response from the maintainer for 3 weeks since Sarumaru-san send mail for him with Cc: ports-jp. Thanks for your PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=37668 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 6:31: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 22E3637B401; Wed, 15 May 2002 06:31:29 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDVTj35680; Wed, 15 May 2002 06:31:29 -0700 (PDT) (envelope-from marcus) Date: Wed, 15 May 2002 06:31:29 -0700 (PDT) From: Message-Id: <200205151331.g4FDVTj35680@freefall.freebsd.org> To: marcus@marcuscom.com, marcus@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/35856: Repo copy print/gnomeprint to print/libgnomeprint 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: Repo copy print/gnomeprint to print/libgnomeprint State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Wed May 15 06:31:09 PDT 2002 State-Changed-Why: This has been since taken care of. http://www.freebsd.org/cgi/query-pr.cgi?pr=35856 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 6:50:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mpls-qmqp-04.inet.qwest.net (mpls-qmqp-04.inet.qwest.net [63.231.195.115]) by hub.freebsd.org (Postfix) with SMTP id 76B5237B410 for ; Wed, 15 May 2002 06:50:44 -0700 (PDT) Received: (qmail 8451 invoked by uid 0); 15 May 2002 13:50:43 -0000 Received: from unknown (63.231.195.15) by mpls-qmqp-04.inet.qwest.net with QMQP; 15 May 2002 13:50:43 -0000 Received: from dialupc121.mssl.uswest.net (HELO terminus) (209.180.184.121) by mpls-pop-15.inet.qwest.net with SMTP; 15 May 2002 13:50:42 -0000 Date: Wed, 15 May 2002 07:54:27 -0600 Message-Id: <200205150754.27639.pschmied@selway.umt.edu> From: "Peter W. Schmiedeskamp" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="us-ascii" Subject: ports/lyx broken? X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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, I'm not sure whether to post a pr. Is LyX broken. I get the foll= owing=20 on my system. /bin/sh ./libtool --mode=3Dlink c++ -O -pipe -march=3Dk6 -o libsigc.la = =20 -no-undefined object.lo scope.lo marshal.lo slot.lo basic_signal.lo=20 adaptor.lo thread.lo rm -fr .libs/libsigc.la .libs/libsigc.* .libs/libsigc.* ar cru .libs/libsigc.a object.o scope.o marshal.o slot.o basic_signal.o=20 adaptor.o thread.o ranlib .libs/libsigc.a creating libsigc.la (cd .libs && rm -f libsigc.la && ln -s ../libsigc.la libsigc.la) gmake[3]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++' gmake[2]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++' gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++' Making all in boost gmake[1]: Entering directory `/usr/ports/print/lyx/work/lyx-1.1.6/boost' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/boost' Making all in src gmake[1]: Entering directory `/usr/ports/print/lyx/work/lyx-1.1.6/src' cd .. && autoheader WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. aclocal.m4:3191: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/functions.m4:1053: AM_FUNC_OBSTACK is expanded from... aclocal.m4:3191: the top level autoheader: autom4te failed with exit status: 1 at /usr/local/bin/autoheader line 163 gmake[1]: *** [stamp-h.in] Error 1 gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Any suggestions, or is this a known issue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:10: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 56F2537B427; Wed, 15 May 2002 07:08:47 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FE8lX42389; Wed, 15 May 2002 07:08:47 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 07:08:47 -0700 (PDT) From: Message-Id: <200205151408.g4FE8lX42389@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37940: Fix build on -current lang/atlast 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: Fix build on -current lang/atlast State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:08:38 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37940 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:11: 2 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 C8E6137B426 for ; Wed, 15 May 2002 07:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEA3K42501; Wed, 15 May 2002 07:10:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:10:03 -0700 (PDT) Message-Id: <200205151410.g4FEA3K42501@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/37897: Fix distinfo graphics/kisomandel --- bento error Reply-To: "David W. Chapman Jr." 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/37897; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, obraun@informatik.unibw-muenchen.de Cc: Subject: Re: ports/37897: Fix distinfo graphics/kisomandel --- bento error Date: Wed, 15 May 2002 09:04:01 -0500 Whenever the checksum for the tarball changes you have to find out why it changed, whether it was a re roll and what changed to warrant the reroll. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:11: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 032A937B436 for ; Wed, 15 May 2002 07:10:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEA5742513; Wed, 15 May 2002 07:10:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:10:05 -0700 (PDT) Message-Id: <200205151410.g4FEA5742513@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/37987: Fix build on -current: x11-toolkits/xview --- bento error Reply-To: "David W. Chapman Jr." 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/37987; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, obraun@informatik.unibw-muenchen.de Cc: Subject: Re: ports/37987: Fix build on -current: x11-toolkits/xview --- bento error Date: Wed, 15 May 2002 09:07:45 -0500 I get this after applying your patch, but I think its a problem with my -current. DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c gettext.c -o shared/gettext.o gettext.c:16: conflicting types for `mmap' /usr/include/stdio.h:296: previous declaration of `mmap' gettext.c:454: warning: static declaration for `_gettext' follows non-static *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:11:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by hub.freebsd.org (Postfix) with ESMTP id 2BA4437B407 for ; Wed, 15 May 2002 07:10:54 -0700 (PDT) Received: (qmail 48400 invoked from network); 15 May 2002 14:19:59 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 15 May 2002 14:19:59 -0000 Message-ID: <3CE26ACE.F7BEB640@liwing.de> Date: Wed, 15 May 2002 16:03:58 +0200 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: FreeBSD Port: portupgrade Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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, is it possible to configure portupgrade in a way, which adds some LIB_DEPENDS or CONFIGURE_ARGS to the build or only "simple" defines ... Jens -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g FriesenstraЯe 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:12:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by hub.freebsd.org (Postfix) with ESMTP id 3CF9B37B40C for ; Wed, 15 May 2002 07:12:29 -0700 (PDT) Received: (qmail 48784 invoked from network); 15 May 2002 14:21:35 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 15 May 2002 14:21:35 -0000 Message-ID: <3CE26B2E.E276EF84@liwing.de> Date: Wed, 15 May 2002 16:05:34 +0200 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: dwcjr@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: samba-2.2.4_1 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 David, what's going the dialog configuring patch we distributed? Could you find any time doing it? Did you got response from port masters to our question? Jens -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g FriesenstraЯe 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:15:55 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 C512637B415; Wed, 15 May 2002 07:15:35 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEFZB43111; Wed, 15 May 2002 07:15:35 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 07:15:35 -0700 (PDT) From: Message-Id: <200205151415.g4FEFZB43111@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37938: Fix build on -current editors/axe 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: Fix build on -current editors/axe State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:15:25 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37938 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:17:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 0875237B406 for ; Wed, 15 May 2002 07:17:38 -0700 (PDT) Received: from unknown (HELO johncoop.MSHOME) (john?m?cooper@206.63.201.3 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 15 May 2002 14:17:33 -0000 Subject: Re: ports/lyx broken? From: John Merryweather Cooper Reply-To: john_m_cooper@yahoo.com To: "Peter W. Schmiedeskamp" Cc: FreeBSD Ports In-Reply-To: <200205150754.27639.pschmied@selway.umt.edu> References: <200205150754.27639.pschmied@selway.umt.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 15 May 2002 07:18:03 -0700 Message-Id: <1021472292.399.5.camel@johncoop.MSHOME> 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 I have a PR with a fix. The patch is still under review. The PR is ports/35197. On Wed, 2002-05-15 at 06:54, Peter W. Schmiedeskamp wrote: > Hello, I'm not sure whether to post a pr. Is LyX broken. I get the following > on my system. > /bin/sh ./libtool --mode=link c++ -O -pipe -march=k6 -o libsigc.la > -no-undefined object.lo scope.lo marshal.lo slot.lo basic_signal.lo > adaptor.lo thread.lo > rm -fr .libs/libsigc.la .libs/libsigc.* .libs/libsigc.* > ar cru .libs/libsigc.a object.o scope.o marshal.o slot.o basic_signal.o > adaptor.o thread.o > ranlib .libs/libsigc.a > creating libsigc.la > (cd .libs && rm -f libsigc.la && ln -s ../libsigc.la libsigc.la) > gmake[3]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++' > gmake[2]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++' > gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++' > Making all in boost > gmake[1]: Entering directory `/usr/ports/print/lyx/work/lyx-1.1.6/boost' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/boost' > Making all in src > gmake[1]: Entering directory `/usr/ports/print/lyx/work/lyx-1.1.6/src' > cd .. && autoheader > WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' > WARNING: and `config.h.top', to define templates for `config.h.in' > WARNING: is deprecated and discouraged. > > WARNING: Using the third argument of `AC_DEFINE' and > WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without > WARNING: `acconfig.h': > > WARNING: AC_DEFINE([NEED_MAIN], 1, > WARNING: [Define if a function `main' is needed.]) > > WARNING: More sophisticated templates can also be produced, see the > WARNING: documentation. > aclocal.m4:3191: error: m4_defn: undefined macro: _m4_divert_diversion > autoconf/functions.m4:1053: AM_FUNC_OBSTACK is expanded from... > aclocal.m4:3191: the top level > autoheader: autom4te failed with exit status: 1 > at /usr/local/bin/autoheader line 163 > gmake[1]: *** [stamp-h.in] Error 1 > gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/src' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > > Any suggestions, or is this a known issue? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:20: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 B784637B40B for ; Wed, 15 May 2002 07:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEK4e43396; Wed, 15 May 2002 07:20:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:20:04 -0700 (PDT) Message-Id: <200205151420.g4FEK4e43396@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/37966: Fix build on -current: net/icb Reply-To: "David W. Chapman Jr." 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/37966; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, obraun@informatik.unibw-muenchen.de Cc: Subject: Re: ports/37966: Fix build on -current: net/icb Date: Wed, 15 May 2002 09:09:43 -0500 This doesn't fail for me on a -current as of last week, how recent is your -current?(its possible you are more recent than me) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:20:22 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 2B7B637B40E for ; Wed, 15 May 2002 07:20:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEK9k43410; Wed, 15 May 2002 07:20:09 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:20:09 -0700 (PDT) Message-Id: <200205151420.g4FEK9k43410@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/37963: Fix build on -current: net/fspclient --- bento error Reply-To: "David W. Chapman Jr." 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/37963; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, obraun@informatik.unibw-muenchen.de Cc: Subject: Re: ports/37963: Fix build on -current: net/fspclient --- bento error Date: Wed, 15 May 2002 09:18:59 -0500 Seems to build on my -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:23: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 40DD737B411; Wed, 15 May 2002 07:22:59 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEMxv43915; Wed, 15 May 2002 07:22:59 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 07:22:59 -0700 (PDT) From: Message-Id: <200205151422.g4FEMxv43915@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37964: Fix build on -current: net/gnu-finger --- 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 Synopsis: Fix build on -current: net/gnu-finger --- bento error State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:22:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:26:51 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 2CE6E37B405; Wed, 15 May 2002 07:26:41 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEQfv44206; Wed, 15 May 2002 07:26:41 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 07:26:41 -0700 (PDT) From: Message-Id: <200205151426.g4FEQfv44206@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37944: Fix build on -current: databases/dbview --- 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 Synopsis: Fix build on -current: databases/dbview --- bento error State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:26:30 PDT 2002 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:27: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 B3CAA37B401; Wed, 15 May 2002 07:27:07 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FER7X44280; Wed, 15 May 2002 07:27:07 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 07:27:07 -0700 (PDT) From: Message-Id: <200205151427.g4FER7X44280@freefall.freebsd.org> To: tilman@arved.de, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36705: Fix Build on CURRENT: databases/dbview 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: Fix Build on CURRENT: databases/dbview State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:26:30 PDT 2002 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37944 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:26:30 PDT 2002 State-Changed-Why: Fixed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36705 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:27:45 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 0D1CA37B403; Wed, 15 May 2002 07:27:42 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FERgV44354; Wed, 15 May 2002 07:27:42 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 07:27:42 -0700 (PDT) From: Message-Id: <200205151427.g4FERgV44354@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37897: Fix distinfo graphics/kisomandel --- 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 Synopsis: Fix distinfo graphics/kisomandel --- bento error State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 07:27:26 PDT 2002 State-Changed-Why: Closed at originators request. http://www.freebsd.org/cgi/query-pr.cgi?pr=37897 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:29:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by hub.freebsd.org (Postfix) with ESMTP id 4E18337B407 for ; Wed, 15 May 2002 07:29:29 -0700 (PDT) Received: (qmail 52895 invoked from network); 15 May 2002 14:38:35 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 15 May 2002 14:38:35 -0000 Message-ID: <3CE26F29.6232018F@liwing.de> Date: Wed, 15 May 2002 16:22:33 +0200 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "David W. Chapman Jr." Cc: ports@freebsd.org Subject: FreeBSD Port: samba-2.2.4_1 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 David, another question. What do you think 'bout a make target which configures switches into ${PREFIX}/etc/pkgtools.conf? It could be a solution for storing switches for later updates and it's be done on explicit wish of user/admin. And portupgrade can simply use it :-) Jens -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g FriesenstraЯe 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7: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 5C84837B407 for ; Wed, 15 May 2002 07:30:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEU7x44501; Wed, 15 May 2002 07:30:07 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:30:07 -0700 (PDT) Message-Id: <200205151430.g4FEU7x44501@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes Reply-To: Tilman Linneweh 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/36387; it has been noted by GNATS. From: Tilman Linneweh To: FreeBSD gnats , jdunn@verticalscope.com Cc: Subject: Re: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes Date: 15 May 2002 16:31:16 +0200 Hello Julian, BitchX has been updated. I could not reproduce this with BitchX-gnome-1.0c19 and gnomelibs-1.4.1.6_1. Could you? regards arved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:30:36 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 5904937B40D for ; Wed, 15 May 2002 07:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEU4f44494; Wed, 15 May 2002 07:30:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:30:04 -0700 (PDT) Message-Id: <200205151430.g4FEU4f44494@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/37966: Fix build on -current: net/icb Reply-To: Oliver Braun 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/37966; it has been noted by GNATS. From: Oliver Braun To: "David W. Chapman Jr." Cc: Subject: Re: ports/37966: Fix build on -current: net/icb Date: Wed, 15 May 2002 16:20:01 +0200 * David W. Chapman Jr. [2002-05-15 16:10]: > This doesn't fail for me on a -current as of last week, how recent is > your -current?(its possible you are more recent than me) Mine is from this weekend, including gcc 3.1 ! I could try it once again as soon as I am at home this evening, but I think this is an gcc 3.1 issue, since bento uses gcc 3.1. See http://bento.freebsd.org/errorlogs/5-latest/icb-5.1.0_2.log Regards, Olli -- Institute for Software Technology & Institute for Information Systems Department of Computing Science, Federal Armed Forces University Munich --------------------------- http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:30:37 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 D4CA837B422 for ; Wed, 15 May 2002 07:30:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEUAL44506; Wed, 15 May 2002 07:30:10 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:30:10 -0700 (PDT) Message-Id: <200205151430.g4FEUAL44506@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/37963: Fix build on -current: net/fspclient --- bento error Reply-To: Oliver Braun 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/37963; it has been noted by GNATS. From: Oliver Braun To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/37963: Fix build on -current: net/fspclient --- bento error Date: Wed, 15 May 2002 16:22:03 +0200 * David W. Chapman Jr. [2002-05-15 16:20]: > Seems to build on my -current also a gcc 3.1 issue -> http://bento.freebsd.org/errorlogs/5-latest/fspclient-0.0.h.log Regards, Olli -- Institute for Software Technology & Institute for Information Systems Department of Computing Science, Federal Armed Forces University Munich --------------------------- http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:30: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 D496137B419 for ; Wed, 15 May 2002 07:30:12 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEUCV44520; Wed, 15 May 2002 07:30:12 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:30:12 -0700 (PDT) Message-Id: <200205151430.g4FEUCV44520@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/37897: Fix distinfo graphics/kisomandel --- bento error Reply-To: Oliver Braun 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/37897; it has been noted by GNATS. From: Oliver Braun To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/37897: Fix distinfo graphics/kisomandel --- bento error Date: Wed, 15 May 2002 16:24:50 +0200 * David W. Chapman Jr. [2002-05-15 16:04]: > Whenever the checksum for the tarball changes you have to find out why > it changed, whether it was a re roll and what changed to warrant the reroll. ok. Please close this. I do not really know why, but it seems to work again on my box, *without* committing my changes. Regards, Olli -- Institute for Software Technology & Institute for Information Systems Department of Computing Science, Federal Armed Forces University Munich --------------------------- http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 7:30: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 0BCF037B409 for ; Wed, 15 May 2002 07:30:15 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEUEt44525; Wed, 15 May 2002 07:30:14 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 07:30:14 -0700 (PDT) Message-Id: <200205151430.g4FEUEt44525@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/37987: Fix build on -current: x11-toolkits/xview --- bento error Reply-To: Oliver Braun 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/37987; it has been noted by GNATS. From: Oliver Braun To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/37987: Fix build on -current: x11-toolkits/xview --- bento error Date: Wed, 15 May 2002 16:23:16 +0200 * David W. Chapman Jr. [2002-05-15 16:08]: > I get this after applying your patch, but I think its a problem with my > -current. > DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB > -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 > -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO > -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB > -c gettext.c -o shared/gettext.o > gettext.c:16: conflicting types for `mmap' > /usr/include/stdio.h:296: previous declaration of `mmap' > gettext.c:454: warning: static declaration for `_gettext' follows non-static > *** Error code 1 I am going to retry this at home. Regards, Olli -- Institute for Software Technology & Institute for Information Systems Department of Computing Science, Federal Armed Forces University Munich --------------------------- http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 8:10: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 2ABA237B407 for ; Wed, 15 May 2002 08:10:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FFA9f51027; Wed, 15 May 2002 08:10:09 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 08:10:09 -0700 (PDT) Message-Id: <200205151510.g4FFA9f51027@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/30557: bitchx fails to build when WITH_TCL=yes is used Reply-To: Tilman Linneweh 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/30557; it has been noted by GNATS. From: Tilman Linneweh To: FreeBSD gnats , charon@labs.gr Cc: Subject: Re: ports/30557: bitchx fails to build when WITH_TCL=yes is used Date: 15 May 2002 17:09:02 +0200 --=-8O4KHefI8P3kyl1xG9G8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Giorgos, I have send a new tcl-freebsd.o module with ports/38109. With it i could build it perfectly. If you could too, you=20 may close this PR regards arved. --=-8O4KHefI8P3kyl1xG9G8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Dies ist ein digital signierter Nachrichtenteil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA84noOEH3do0kMxDoRAtk3AJ90E2EYxbsE/TWfHa9cd4rIYBwIswCfZdV9 IGItVipIGhWub7ukqxbCDxI= =V4QT -----END PGP SIGNATURE----- --=-8O4KHefI8P3kyl1xG9G8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 8:33: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 9D3C237B403; Wed, 15 May 2002 08:33:33 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FFXXw53031; Wed, 15 May 2002 08:33:33 -0700 (PDT) (envelope-from ijliao) Date: Wed, 15 May 2002 08:33:33 -0700 (PDT) From: Message-Id: <200205151533.g4FFXXw53031@freefall.freebsd.org> To: mwm@mired.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37939: [PATCH] webcheck port is the linbot version. 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: [PATCH] webcheck port is the linbot version. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 15 08:33:24 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=37939 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 8:50:34 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 5AA7837B408 for ; Wed, 15 May 2002 08:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FFo2G54460; Wed, 15 May 2002 08:50:02 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id B3DAF37B403 for ; Wed, 15 May 2002 08:43:30 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 1780dS-0000uT-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 May 2002 22:24:14 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 1780dS-0000uH-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 May 2002 22:24:14 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4FFO0E32442; Wed, 15 May 2002 22:24:00 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205151524.g4FFO0E32442@regency.nsu.ru> Date: Wed, 15 May 2002 22:24:00 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38110: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep 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: 38110 >Category: ports >Synopsis: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 08:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: >How-To-Repeat: N/A >Fix: Since I've included two images of the BSD Daemon (program's author seems to be a Debian fan (just look how he named the distfile, and he uses gnugetopt ;-) and thus provides "Linux" and "Debian" skins for the game, and of course this is not very nice wrt FreeBSD community), it seems to me that SHAR is not quite approprite (I've placed gif and xpm in the files dir), am I right?. Of course, I've could just get XPM and generate SHAR file, but author includes original images in the distribution, and one might expect to be able to find original GIF of daemon as well. So I've included both, it seems to be more coherent to me, than leaving my home-rolled XPM and abandoning original GIF. I've tgz'ed the port dir, and here is an URL for you instead: ftp://regency.nsu.ru/tmp/wmpuzzle.tar.gz Thank you! >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 Wed May 15 8:52: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 7FFAD37B407; Wed, 15 May 2002 08:51:52 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id IAA14314; Wed, 15 May 2002 08:51:41 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda14312; Wed May 15 08:51:26 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4FFpKDI014848; Wed, 15 May 2002 08:51:20 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4FFpCBe073869; Wed, 15 May 2002 08:51:15 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205151551.g4FFpCBe073869@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-Sender: schubert To: "Mit Rowe" Cc: freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Re: Apache-modssl & suexec In-Reply-To: Message from "Mit Rowe" of "Sun, 12 May 2002 11:13:37 EDT." <000d01c1f9c7$996e8610$e700a8c0@shadow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 2002 08:51:12 -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 In message <000d01c1f9c7$996e8610$e700a8c0@shadow>, "Mit Rowe" writes: > 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? If you supply the patches, I'm sure we can find someone to commit them for you. Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 8:55:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 15F2537B400; Wed, 15 May 2002 08:55:25 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17817S-0006OR-00; Wed, 15 May 2002 22:55:14 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17817R-0006OE-00; Wed, 15 May 2002 22:55:13 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4FFtK252214; Wed, 15 May 2002 22:55:20 +0700 (NOVST) (envelope-from danfe) Date: Wed, 15 May 2002 22:55:19 +0700 From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/38110: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep Message-ID: <20020515225519.A50219@regency.nsu.ru> References: <200205151524.g4FFO0E32442@regency.nsu.ru> <200205151550.g4FFo2954455@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: <200205151550.g4FFo2954455@freefall.freebsd.org>; from FreeBSD-gnats-submit@freebsd.org on Wed, May 15, 2002 at 08:50:02AM -0700 X-Envelope-To: freebsd-ports@freebsd.org, FreeBSD-gnats-submit@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 On Wed, May 15, 2002 at 08:50:02AM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38110 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep > >Arrival-Date: Wed May 15 08:50:02 PDT 2002 > Dammit, forgot to type Description: This is simple Puzzle game that is dockable under WindowMaker or AfterStep. Allows support of several skin. I've included my own BSD-theme, since Debian-oriented author left it over (but included Debian and Linux themes). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 9: 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 753F637B405 for ; Wed, 15 May 2002 09:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG06R55185; Wed, 15 May 2002 09:00:06 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 09:00:06 -0700 (PDT) Message-Id: <200205151600.g4FG06R55185@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: ports/38110: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep Reply-To: Alexey Dokuchaev 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/38110; it has been noted by GNATS. From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Cc: Subject: Re: ports/38110: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep Date: Wed, 15 May 2002 22:55:19 +0700 On Wed, May 15, 2002 at 08:50:02AM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38110 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: games/wmpuzzle for WindowMaker/AfterStep > >Arrival-Date: Wed May 15 08:50:02 PDT 2002 > Dammit, forgot to type Description: This is simple Puzzle game that is dockable under WindowMaker or AfterStep. Allows support of several skin. I've included my own BSD-theme, since Debian-oriented author left it over (but included Debian and Linux themes). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 9: 0: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 145EA37B406 for ; Wed, 15 May 2002 09:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG05155177; Wed, 15 May 2002 09:00:05 -0700 (PDT) (envelope-from gnats) Received: from anton-pc.chel.com.ru (anton-pc.chel.com.ru [194.186.250.66]) by hub.freebsd.org (Postfix) with ESMTP id B1AC137B400 for ; Wed, 15 May 2002 08:53:41 -0700 (PDT) Received: (from anton@localhost) by anton-pc.chel.com.ru (8.11.6/8.11.1) id g4FFrbA80508; Wed, 15 May 2002 21:53:37 +0600 (YEKST) (envelope-from anton) Message-Id: <200205151553.g4FFrbA80508@anton-pc.chel.com.ru> Date: Wed, 15 May 2002 21:53:37 +0600 (YEKST) From: Anton Voronin Reply-To: Anton Voronin To: FreeBSD-gnats-submit@FreeBSD.org Cc: darius@dons.net.au X-Send-Pr-Version: 3.113 Subject: ports/38111: quake-gl sound fix for games/quakeforge 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: 38111 >Category: ports >Synopsis: quake-gl sound fix for games/quakeforge >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 15 09:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.5-RC i386 >Organization: Intersvyaz JSC >Environment: System: FreeBSD 4.5-RC >Description: quake-gl binary is compiled without sdl sound and direct sound via /dev/dsp doesn'd work. >How-To-Repeat: Try to play quake-gl and notice there's no sound and SDL is not used >Fix: diff -rNu quakeforge.orig/files/patch-gl-snd quakeforge/files/patch-gl-snd --- quakeforge.orig/files/patch-gl-snd Thu Jan 1 05:00:00 1970 +++ quakeforge/files/patch-gl-snd Wed May 15 15:25:58 2002 @@ -0,0 +1,31 @@ +--- uquake/Makefile.in.orig2 Tue May 14 21:27:45 2002 ++++ uquake/Makefile.in Wed May 15 15:09:43 2002 +@@ -203,6 +203,9 @@ + CL_COMMON_SRC = $(MISC_SRC) $(CL_GUI_SRC) $(CL_SRC) \ + $(CL_ADDITIONAL_GENERAL_SRC) $(SND_SRC) r_part.c + ++SDL_CFLAGS = @SDL_CFLAGS@ -DSDL ++SDL_LDFLAGS = @SDL_LIBS@ ++ + + ######################################################################## + # +@@ -352,9 +355,6 @@ + ALL_SDL_OBJS = $(patsubst %,$(BUILD_DIR)/soft/%,$(addsuffix .@OBJEXT@,\ + $(basename $(ALL_SDL_SRC) .c .s))) + +-SDL_CFLAGS = @SDL_CFLAGS@ -DSDL +-SDL_LDFLAGS = @SDL_LIBS@ +- + $(BUILD_DIR)/soft/vid_sdl.@OBJEXT@: $(COMMON_DIR)/vid_sdl.c + $(CC) $(CFLAGS) $(SDL_CFLAGS) -o $@ -c $< + +@@ -447,7 +444,7 @@ + $(BUILD_DIR)/gl/dga_check.@OBJEXT@: $(COMMON_DIR)/dga_check.c + $(CC) $(CFLAGS) $(X11_CFLAGS) -o $@ -c $< + +-$(BUILD_DIR)/soft/snd_oss.@OBJEXT@: $(COMMON_DIR)/snd_oss.c ++$(BUILD_DIR)/gl/snd_oss.@OBJEXT@: $(COMMON_DIR)/snd_oss.c + $(CC) $(CFLAGS) $(SDL_CFLAGS) -o $@ -c $< + + $(GLQUAKE): gl_DIR $(BUILD_DIR)/../$(GLQUAKE) >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 Wed May 15 9: 1: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 77B1837B40F for ; Wed, 15 May 2002 09:00:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG07C55194; Wed, 15 May 2002 09:00:07 -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 88FE737B40C for ; Wed, 15 May 2002 08:58:52 -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 g4FG40Tc002342; Wed, 15 May 2002 18:04:00 +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 g4FG3x9C002336; Wed, 15 May 2002 18:03:59 +0200 (CEST) Message-Id: <200205151603.g4FG3x9C002336@tl.kom.tuwien.ac.at> Date: Wed, 15 May 2002 18:03:59 +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/38112: 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: 38112 >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: Wed May 15 09:00:06 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: A huge Collection of LADSPA Plugins. Depends on: ports/37965 Supersedes: ports/38005 >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: # # . # ./pkg-plist # ./pkg-descr # ./pkg-comment # ./Makefile # ./files # ./files/patch-configure.in # ./files/patch-configure # ./files/patch-aclocal.m4 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xlib/ladspa/alias_1407.so Xlib/ladspa/amp_1181.so Xlib/ladspa/analogue_osc_1416.so Xlib/ladspa/comb_1190.so Xlib/ladspa/comb_splitter_1411.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/hard_limiter_1413.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/smooth_decimate_1414.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 Xlib/ladspa/wave_terrain_1412.so END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is Steve Harris' LADSPA-Plugin Collection. X XAuthor: Steve Harris XWWW: http://www.plugin.org.uk END-of-./pkg-descr echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XThis is Steve Harris' huge Collection of LADSPA Plugins END-of-./pkg-comment echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection Makefile for: swh-plugins X# Date created: 12 May 2002 X# Whom: Tilman Linneweh END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-configure.in sed 's/^X//' >./files/patch-configure.in << 'END-of-./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-./files/patch-configure.in echo x - ./files/patch-configure sed 's/^X//' >./files/patch-configure << 'END-of-./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-./files/patch-configure echo x - ./files/patch-aclocal.m4 sed 's/^X//' >./files/patch-aclocal.m4 << 'END-of-./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-./files/patch-aclocal.m4 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 Wed May 15 10: 0: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 EB02E37B40E for ; Wed, 15 May 2002 10:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FH04064893; Wed, 15 May 2002 10:00:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 10:00:04 -0700 (PDT) Message-Id: <200205151700.g4FH04064893@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Julian C. Dunn" Subject: Re: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes Reply-To: "Julian C. Dunn" 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/36387; it has been noted by GNATS. From: "Julian C. Dunn" To: Tilman Linneweh Cc: FreeBSD gnats Subject: Re: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes Date: 15 May 2002 12:51:42 -0400 On Wed, 2002-05-15 at 10:31, Tilman Linneweh wrote: > BitchX has been updated. > I could not reproduce this with BitchX-gnome-1.0c19 and > gnomelibs-1.4.1.6_1. > > Could you? Yes, I can: ---> Installing 'BitchX-gnome-1.0c19' from a port (irc/bitchx) ---> Building '/usr/ports/irc/bitchx' cc -I. -I/usr/ports/irc/bitchx/work/BitchX/include -I../include -I. -I./include -D_THREAD_SAFE -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include/glib12 -O -Wall -pipe -c ./term.c In file included from ./term.c:646: gtkbitchx.c:6: zvt/zvtterm.h: No such file or directory In file included from ./term.c:646: gtkbitchx.c: In function `output_info': gtkbitchx.c:487: warning: implicit declaration of function `zvt_term_feed' gtkbitchx.c:487: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:487: (Each undeclared identifier is reported only once gtkbitchx.c:487: for each function it appears in.) gtkbitchx.c:487: syntax error before `)' gtkbitchx.c:487: warning: left-hand operand of comma expression has no effect gtkbitchx.c:487: warning: left-hand operand of comma expression has no effect gtkbitchx.c:487: syntax error before `)' gtkbitchx.c: In function `gtk_sizewindow': gtkbitchx.c:494: warning: implicit declaration of function `zvt_term_set_size' gtkbitchx.c:494: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:494: syntax error before `)' gtkbitchx.c: In function `gtk_contextmenu': gtkbitchx.c:674: warning: implicit declaration of function `zvt_term_get_buffer' gtkbitchx.c:674: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:674: syntax error before `)' gtkbitchx.c:750: warning: implicit declaration of function `vt_get_selection' gtkbitchx.c:750: syntax error before `)' gtkbitchx.c:754: warning: assignment makes pointer from integer without a cast gtkbitchx.c:638: warning: `zvt_buffer' might be used uninitialized in this function gtkbitchx.c: In function `zvt_load_font': gtkbitchx.c:843: warning: implicit declaration of function `zvt_term_set_fonts' gtkbitchx.c:843: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:843: syntax error before `)' gtkbitchx.c:844: syntax error before `)' gtkbitchx.c:845: syntax error before `)' gtkbitchx.c: In function `gtk_windowicon': gtkbitchx.c:869: warning: implicit declaration of function `gdk_imlib_data_to_pixmap' gtkbitchx.c: In function `gtk_command_handler': gtkbitchx.c:1861: warning: implicit declaration of function `zvt_term_set_color_scheme' gtkbitchx.c:1861: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:1861: syntax error before `)' gtkbitchx.c:1910: syntax error before `)' gtkbitchx.c: In function `window_map': gtkbitchx.c:2042: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:2042: syntax error before `)' gtkbitchx.c: In function `gtkbx_init': gtkbitchx.c:2112: warning: implicit declaration of function `zvt_term_new' gtkbitchx.c:2113: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:2113: syntax error before `)' gtkbitchx.c:2114: warning: implicit declaration of function `zvt_term_set_scrollback' gtkbitchx.c:2114: syntax error before `)' gtkbitchx.c:2115: warning: implicit declaration of function `zvt_term_set_blink' gtkbitchx.c:2115: syntax error before `)' gtkbitchx.c:2116: warning: implicit declaration of function `zvt_term_set_bell' gtkbitchx.c:2116: syntax error before `)' gtkbitchx.c:2176: syntax error before `)' gtkbitchx.c:2180: warning: implicit declaration of function `zvt_term_set_background' gtkbitchx.c:2180: syntax error before `)' gtkbitchx.c:2180: warning: left-hand operand of comma expression has no effect gtkbitchx.c:2180: warning: left-hand operand of comma expression has no effect gtkbitchx.c:2180: warning: left-hand operand of comma expression has no effect gtkbitchx.c:2180: syntax error before `)' gtkbitchx.c:2182: syntax error before `)' gtkbitchx.c: In function `gtk_new_window': gtkbitchx.c:2570: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:2570: syntax error before `)' gtkbitchx.c:2571: syntax error before `)' gtkbitchx.c:2572: syntax error before `)' gtkbitchx.c:2576: syntax error before `)' gtkbitchx.c:2576: warning: left-hand operand of comma expression has no effect gtkbitchx.c:2576: warning: left-hand operand of comma expression has no effect gtkbitchx.c:2576: warning: left-hand operand of comma expression has no effect gtkbitchx.c:2576: syntax error before `)' gtkbitchx.c:2633: syntax error before `)' gtkbitchx.c:2644: syntax error before `)' gtkbitchx.c: In function `gui_screen': gtkbitchx.c:3064: `ZvtTerm' undeclared (first use in this function) gtkbitchx.c:3064: syntax error before `)' gtkbitchx.c:3065: syntax error before `)' gtkbitchx.c: In function `gui_startup': gtkbitchx.c:3288: warning: implicit declaration of function `gdk_imlib_init' gmake[1]: *** [term.o] Error 1 gmake[1]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/source' gmake: *** [gtkBitchX] Error 2 *** Error code 2 Stop in /usr/ports/irc/bitchx. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! irc/bitchx (missing header) ]0;jdunn@jedi.office.verticalscope.com: /usr/portsjedi:/usr/ports$ locate zvtterm.h /usr/X11R6/include/gnome-1.0/zvt/zvtterm.h /usr/X11R6/share/gnome/html/zvt/zvt-zvtterm.html /usr/X11R6/share/gnome/html/zvt/zvtterm.html /usr/X11R6/share/gnome/html/zvtterm.html ]0;jdunn@jedi.office.verticalscope.com: /usr/portsjedi:/usr/ports$ pkg_info -W /usr/X11R6/include/gnome-1.0/zvt/zvtterm.h /usr/X11R6/include/gnome-1.0/zvt/zvtterm.h was installed by package gnomelibs-1.4.1.6_1 ]0;jdunn@jedi.office.verticalscope.com: /usr/portsjedi:/usr/ports$ exit Script done on Wed May 15 12:48:37 2002 -- Julian C. Dunn, B.A.Sc. Senior Software Developer, VerticalScope Inc. 111 Peter St., Suite 700, Toronto, ON Tel: (416) 341-8950 x236 Fax: (416) 341-8959 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 10:20: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 EDBBF37B40B for ; Wed, 15 May 2002 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHK1370629; Wed, 15 May 2002 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by hub.freebsd.org (Postfix) with SMTP id BFC8737B406 for ; Wed, 15 May 2002 10:13:02 -0700 (PDT) Received: (qmail 72781 invoked by uid 0); 15 May 2002 17:13:01 -0000 Message-Id: <20020515171301.72780.qmail@zircon.seattle.wa.us> Date: 15 May 2002 17:13:01 -0000 From: Joe Kelsey Reply-To: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38114: Trouble installing ksh93 in / 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: 38114 >Category: ports >Synopsis: Trouble installing ksh93 in / >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 10:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD zircon.zircon.seattle.wa.us 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #31: Tue May 14 17:49:58 PDT 2002 joe@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386 >Description: When installing ksh93 in /, etc/shells gets updated incorrectly. >How-To-Repeat: make PREFIX=/ MANPREFIX=/usr/share install >Fix: Modify the Makefile to detect PREFIX=/ and use different commands. It would be nice to specify PREFIX="", but other parts of the make system barf horribly on that... --- Makefile.old Fri May 3 15:32:21 2002 +++ Makefile Wed May 15 09:55:56 2002 @@ -29,16 +29,26 @@ @cd ${WRKSRC}; ./bin/package make ${MAKE_ARGS} do-install: +.if PREFIX==/ + ${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \ + /bin/ksh93 +.else ${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \ ${PREFIX}/bin/ksh93 +.endif ${INSTALL_MAN} ${WRKSRC}/arch/freebsd.${ARCH}/man/man1/sh.1 \ ${MANPREFIX}/man/man1/ksh93.1 post-install: @${ECHO} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak +.if PREFIX==/ + @(${GREP} -v /bin/ksh93 /etc/shells.bak; \ + ${ECHO_CMD} /bin/ksh93) >/etc/shells +.else @(${GREP} -v ${PREFIX}/bin/ksh93 /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/ksh93) >/etc/shells +.endif @${RM} -f /etc/shells.bak .include >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 Wed May 15 10:20: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 9175337B410; Wed, 15 May 2002 10:20:26 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHKQC70819; Wed, 15 May 2002 10:20:26 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 10:20:26 -0700 (PDT) From: Message-Id: <200205151720.g4FHKQC70819@freefall.freebsd.org> To: tilman@arved.de, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37671: Fix Build editors/axe 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: Fix Build editors/axe State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 10:19:55 PDT 2002 State-Changed-Why: Fixed in PR/37671 http://www.freebsd.org/cgi/query-pr.cgi?pr=37671 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 10:29:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 7B0E637B404 for ; Wed, 15 May 2002 10:29:20 -0700 (PDT) Received: from flyingcroc.net (unx48.staff.flyingcroc.net [207.246.150.48]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with ESMTP id KAA45604 for ; Wed, 15 May 2002 10:29:20 -0700 (PDT) Message-ID: <3CE29AEF.6090807@flyingcroc.net> Date: Wed, 15 May 2002 10:29:19 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020509 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Mozilla and TrueType 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 As Mozilla creeps toward 1.0, is there a way to automatically enable TrueType support? I appreciate that you have included a patch file that automatically sets the freetype library versions, but how about a make option to allow setting freetype support to true and also installing a default TrueType font directory? It is awfully annoying to always have to edit unix.js every time I upgrade. If you specify make WITH_TRUETYPE_DIR=/usr/X11R6/lib/X11/fonts/TrueType then is there a way to do a sed on unix.js and set up the initial truetype support correctly? I could come up with a sed script to do it, but what would be the best way to fit it into the standard ports make system? /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 10:30: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 9283A37B404 for ; Wed, 15 May 2002 10:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHU3O71474; Wed, 15 May 2002 10: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 3D33337B403; Wed, 15 May 2002 10:26:12 -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 g4FHVNTc027909; Wed, 15 May 2002 19:31:24 +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 g4FHVNSq027908; Wed, 15 May 2002 19:31:23 +0200 (CEST) Message-Id: <200205151731.g4FHVNSq027908@tl.kom.tuwien.ac.at> Date: Wed, 15 May 2002 19:31:23 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38115: Fix Build of irc/bitchx HAVE_GNOME=yes 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: 38115 >Category: ports >Synopsis: Fix Build of irc/bitchx HAVE_GNOME=yes >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: Wed May 15 10:30:03 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: The gnome@freebsd.org people moved gnome headers into a gnome-1.0 Directory. This fixes ports/36387. >How-To-Repeat: >Fix: --- Makefile.orig Wed May 15 14:31:17 2002 +++ Makefile Wed May 15 19:22:04 2002 @@ -12,7 +12,7 @@ ftp://ftp.bitchx.org/pub/BitchX/source/ DISTNAME= ircii-pana-1.0c19 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsdports@arved.de WRKSRC= ${WRKDIR}/BitchX @@ -34,6 +34,7 @@ .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS+=--with-gtk +CONFIGURE_ENV+= CFLAGS="-I${X11BASE}/include/gnome-1.0/" .else CONFIGURE_ARGS+=--without-gtk .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 Wed May 15 10:51: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 71AD137B624 for ; Wed, 15 May 2002 10:41:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHeRv72143; Wed, 15 May 2002 10:40:27 -0700 (PDT) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id A590837B401 for ; Wed, 15 May 2002 10:32:59 -0700 (PDT) Received: by softwareliberty.org (Postfix, from userid 1014) id 5FC4F7530; Thu, 16 May 2002 01:33:02 +0800 (CST) Message-Id: <20020515173302.5FC4F7530@softwareliberty.org> Date: Thu, 16 May 2002 01:33:02 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38116: Update port: chinese/ghostscript6 chinese/moefonts-cid 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: 38116 >Category: ports >Synopsis: Update port: chinese/ghostscript6 chinese/moefonts-cid >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 15 10:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 25 11:32:54 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: Chasing print/ghostscript-gnu update Submitted by: rafan.bbs@twolights.twbbs.org >How-To-Repeat: >Fix: diff -ruN moefonts-cid.orig/pkg-deinstall moefonts-cid/pkg-deinstall --- moefonts-cid.orig/pkg-deinstall Thu May 16 01:28:57 2002 +++ moefonts-cid/pkg-deinstall Thu May 16 01:29:55 2002 @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.53 +GSVER=7.05 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS FONTMAPTMP=${FONTMAP}.tmp diff -ruN moefonts-cid.orig/pkg-install moefonts-cid/pkg-install --- moefonts-cid.orig/pkg-install Thu May 16 01:28:57 2002 +++ moefonts-cid/pkg-install Thu May 16 01:29:29 2002 @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.53 +GSVER=7.05 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS diff -ruN ghostscript6.orig/Makefile ghostscript6/Makefile --- ghostscript6.orig/Makefile Thu May 16 01:29:02 2002 +++ ghostscript6/Makefile Thu May 16 01:30:21 2002 @@ -6,7 +6,7 @@ # PORTNAME= ghostscript -PORTVERSION= 6.53 +PORTVERSION= 7.05 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \ ftp://freebsd.sinica.edu.tw/pub/keith/GS6TTF/ \ diff -ruN ghostscript6.orig/pkg-install ghostscript6/pkg-install --- ghostscript6.orig/pkg-install Thu May 16 01:29:03 2002 +++ ghostscript6/pkg-install Thu May 16 01:30:38 2002 @@ -1,5 +1,5 @@ #!/bin/sh -GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib +GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/7.05/lib if [ "$2" = "POST-INSTALL" ]; then exit 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 Wed May 15 10:54: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 A2EB337B7E2; Wed, 15 May 2002 10:48:39 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHm8X72701; Wed, 15 May 2002 10:48:08 -0700 (PDT) (envelope-from keichii) Date: Wed, 15 May 2002 10:48:08 -0700 (PDT) From: Message-Id: <200205151748.g4FHm8X72701@freefall.freebsd.org> To: statue@softwareliberty.org, keichii@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38116: Update port: chinese/ghostscript6 chinese/moefonts-cid 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: Update port: chinese/ghostscript6 chinese/moefonts-cid State-Changed-From-To: open->closed State-Changed-By: keichii State-Changed-When: Wed May 15 10:47:44 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38116 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 11: 8:59 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 7FE6837BA11 for ; Wed, 15 May 2002 11:08: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 J9KHZSD1; Wed, 15 May 2002 21:10:07 +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 g4FI8D799716; Wed, 15 May 2002 21:08:13 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE2A40D.50DB6E61@FreeBSD.org> Date: Wed, 15 May 2002 21:08: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: Joe Kelsey Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Mozilla and TrueType References: <3CE29AEF.6090807@flyingcroc.net> 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 Joe Kelsey wrote: > > As Mozilla creeps toward 1.0, is there a way to automatically enable > TrueType support? I appreciate that you have included a patch file that > automatically sets the freetype library versions, but how about a make > option to allow setting freetype support to true and also installing a > default TrueType font directory? It is awfully annoying to always have > to edit unix.js every time I upgrade. > > If you specify > > make WITH_TRUETYPE_DIR=/usr/X11R6/lib/X11/fonts/TrueType > > then is there a way to do a sed on unix.js and set up the initial > truetype support correctly? I could come up with a sed script to do it, > but what would be the best way to fit it into the standard ports make > system? I do not see any problems if you would supply a working patch for doing that. Thanks! -Maixm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 11:23:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id 33A5837B407; Wed, 15 May 2002 11:23:32 -0700 (PDT) Received: from there by smtp.hccnet.nl via uds6-45.dial.hccnet.nl [62.251.45.6] with SMTP id UAA07978 (8.8.8/1.13); Wed, 15 May 2002 20:23:27 +0200 (MET DST) Message-Id: <200205151823.UAA07978@smtp.hccnet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: Jay Sachs Subject: Re: Request for review: Standardising Java library directory locations Date: Wed, 15 May 2002 20:23:16 +0200 X-Mailer: KMail [version 1.3.2] Cc: java@FreeBSD.ORG, ports@FreeBSD.ORG References: <200205101311.PAA08481@smtp.hccnet.nl> <3CDBD919.5000308@eziba.com> In-Reply-To: <3CDBD919.5000308@eziba.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Jay, > While it will work, it seems unfortunate to use directories with ',' > characters in them (in the case that PORTEPOCH is defined). What > motivates the need to support multiple instances of the same version of > a port differing only by the "port epoch"? Okay, perhaps the PORTEPOCH is not a good idea. You have a point. I will change the proposal for this. Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 11:29:57 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 11D1837B40A; Wed, 15 May 2002 11:29:52 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FITpg80803; Wed, 15 May 2002 11:29:51 -0700 (PDT) (envelope-from znerd) Date: Wed, 15 May 2002 11:29:51 -0700 (PDT) From: Message-Id: <200205151829.g4FITpg80803@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: 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 Synopsis: ports/www/jakarta-tomcat4: make passing of JVM arguments possible Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Wed May 15 11:29:33 PDT 2002 Responsible-Changed-Why: I should handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=38018 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 11:30: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 9F8E137B40B; Wed, 15 May 2002 11:30:09 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIU9b80924; Wed, 15 May 2002 11:30:09 -0700 (PDT) (envelope-from znerd) Date: Wed, 15 May 2002 11:30:09 -0700 (PDT) From: Message-Id: <200205151830.g4FIU9b80924@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: 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 Synopsis: ports/www/jakarta-tomcat4: stop tomcat via java -jar bootstrap.jar stop Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Wed May 15 11:29:57 PDT 2002 Responsible-Changed-Why: I should handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=38020 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 11:34:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by hub.freebsd.org (Postfix) with ESMTP id 5BA2A37B428 for ; Wed, 15 May 2002 11:34:01 -0700 (PDT) Received: from unknown (lcl234.zbzoom.net [208.236.36.234]) by pittgoth.com (8.12.3/8.12.3) with SMTP id g4FIXx4T005991 for ; Wed, 15 May 2002 14:34:00 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 May 2002 14:36:27 -0400 From: Tom Rhodes To: ports@FreeBSD.org Subject: Request for systutils/mkisofs to unbreak -doc Message-Id: <20020515143627.1acd2e41.trhodes@FreeBSD.org> X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Greetings ports@, I have been waiting for a responce from dirk on this issue, and he has yet to reply. So I figured you can hear me out. My request is simple, cp sysutils/cdrtools/pkg-descr.isofs sysutils/mkisofs/pkg-descr so that it unbreaks our linking to throught the website, articles, and books. Thanks -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 12: 2: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id B5F3537B40A; Wed, 15 May 2002 12:01:42 -0700 (PDT) Received: from there by smtp.hccnet.nl via uds6-45.dial.hccnet.nl [62.251.45.6] with SMTP id VAA20698 (8.8.8/1.13); Wed, 15 May 2002 21:01:39 +0200 (MET DST) Message-Id: <200205151901.VAA20698@smtp.hccnet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: Jay Sachs Subject: Re: Request for review: Standardising Java library directory locations Date: Wed, 15 May 2002 21:01:30 +0200 X-Mailer: KMail [version 1.3.2] Cc: java@FreeBSD.ORG, ports@FreeBSD.ORG References: <200205101311.PAA08481@smtp.hccnet.nl> <3CDBD919.5000308@eziba.com> <200205151823.UAA07978@smtp.hccnet.nl> In-Reply-To: <200205151823.UAA07978@smtp.hccnet.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Wednesday 15 May 2002 20:23, Ernst de Haan wrote: > Jay, > > > While it will work, it seems unfortunate to use directories with ',' > > characters in them (in the case that PORTEPOCH is defined). What > > motivates the need to support multiple instances of the same version of > > a port differing only by the "port epoch"? > > Okay, perhaps the PORTEPOCH is not a good idea. You have a point. I will > change the proposal for this. Changed in revision 1.2. Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 12:10:36 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 2FD9137B403 for ; Wed, 15 May 2002 12:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJA2i89855; Wed, 15 May 2002 12:10:02 -0700 (PDT) (envelope-from gnats) Received: from Www.HCRC.edu.tw (www.HCRC.edu.tw [163.28.64.11]) by hub.freebsd.org (Postfix) with ESMTP id 5B00837B400 for ; Wed, 15 May 2002 12:00:48 -0700 (PDT) Received: from Www.HCRC.edu.tw (localhost [127.0.0.1]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g4FJ0lPG006301 for ; Thu, 16 May 2002 03:00:47 +0800 (CST) Received: (from root@localhost) by Www.HCRC.edu.tw (8.12.3/8.12.3/Submit) id g4FJ0lwg006298 for FreeBSD-gnats-submit@freebsd.org.procmail; Thu, 16 May 2002 03:00:47 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g4FJ0kPG006294; Thu, 16 May 2002 03:00:47 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (ijliao@localhost [127.0.0.1]) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3) with ESMTP id g4FJ3A1M008379; Thu, 16 May 2002 03:03:10 +0800 (CST) (envelope-from ijliao@Terry.Dorm11.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3/Submit) id g4FJ3Abv008378; Thu, 16 May 2002 03:03:10 +0800 (CST) Message-Id: <200205151903.g4FJ3Abv008378@Terry.Dorm11.NCTU.edu.tw> Date: Thu, 16 May 2002 03:03:10 +0800 (CST) From: Ying-Chieh Liao Reply-To: Ying-Chieh Liao To: FreeBSD-gnats-submit@FreeBSD.org Cc: Ying-Chieh Liao X-Send-Pr-Version: 3.113 Subject: ports/38120: [PATCH] upgrade latex2rtf to 1.9.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: 38120 >Category: ports >Synopsis: [PATCH] upgrade latex2rtf to 1.9.13 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 15 12:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 5.0-CURRENT i386 >Organization: NCTU CSIE >Environment: System: FreeBSD Terry.Dorm11.NCTU.edu.tw 5.0-CURRENT FreeBSD 5.0-CURRENT #12: Tue Apr 30 14:46:51 CST 2002 root@Terry.Dorm11.NCTU.edu.tw:/ad0/usr.obj/usr/src/sys/TERRY i386 >Description: upgrade to 1.9.13 switch to sourceforge switch to GPL (?) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/latex2rtf/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 11 Mar 2001 08:16:47 -0000 1.4 +++ Makefile 15 May 2002 18:51:04 -0000 @@ -6,18 +6,14 @@ # PORTNAME= latex2rtf -PORTVERSION= 1.8aa +PORTVERSION= 1.9.13 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= support/latex2rtf +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= ${PORTNAME} support/latex2rtf MAINTAINER= joerg@FreeBSD.org -IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX} - MAN1= latex2rtf.1 - -do-configure: - rm -f ${WRKSRC}/*.o .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/print/latex2rtf/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 11 Mar 2001 08:16:47 -0000 1.2 +++ distinfo 15 May 2002 18:51:04 -0000 @@ -1 +1 @@ -MD5 (latex2rtf-1.8aa.tar.gz) = IGNORE +MD5 (latex2rtf-1.9.13.tar.gz) = dedff9b8b17e222384b26c4bb94996d0 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/print/latex2rtf/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 30 Jan 2000 23:36:39 -0000 1.1.1.1 +++ pkg-descr 15 May 2002 18:51:04 -0000 @@ -5,5 +5,6 @@ updated in another one-semester course by Friedrich Polzer and Gerhard Trisko. Ralf Schlatterbeck maintained and extended it until 1998. The current maintainer is Georg Lehner -. For the Copyright of the Program see the -file Copyright. +. + +WWW: http://latex2rtf.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/print/latex2rtf/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 30 Nov 2001 23:43:49 -0000 1.2 +++ pkg-plist 15 May 2002 18:51:04 -0000 @@ -1,8 +1,48 @@ +bin/latex2png bin/latex2rtf -share/latex2rtf/direct.cfg -share/latex2rtf/english.cfg -share/latex2rtf/fonts.cfg -share/latex2rtf/german.cfg -share/latex2rtf/ignore.cfg -share/latex2rtf/spanish.cfg +share/latex2rtf/cfg/afrikaans.cfg +share/latex2rtf/cfg/bahasa.cfg +share/latex2rtf/cfg/basque.cfg +share/latex2rtf/cfg/brazil.cfg +share/latex2rtf/cfg/breton.cfg +share/latex2rtf/cfg/catalan.cfg +share/latex2rtf/cfg/croatian.cfg +share/latex2rtf/cfg/czech.cfg +share/latex2rtf/cfg/danish.cfg +share/latex2rtf/cfg/direct.cfg +share/latex2rtf/cfg/dutch.cfg +share/latex2rtf/cfg/english.cfg +share/latex2rtf/cfg/esperanto.cfg +share/latex2rtf/cfg/estonian.cfg +share/latex2rtf/cfg/finnish.cfg +share/latex2rtf/cfg/fonts.cfg +share/latex2rtf/cfg/french.cfg +share/latex2rtf/cfg/galician.cfg +share/latex2rtf/cfg/german.cfg +share/latex2rtf/cfg/icelandic.cfg +share/latex2rtf/cfg/ignore.cfg +share/latex2rtf/cfg/irish.cfg +share/latex2rtf/cfg/italian.cfg +share/latex2rtf/cfg/latin.cfg +share/latex2rtf/cfg/lsorbian.cfg +share/latex2rtf/cfg/magyar.cfg +share/latex2rtf/cfg/norsk.cfg +share/latex2rtf/cfg/nynorsk.cfg +share/latex2rtf/cfg/polish.cfg +share/latex2rtf/cfg/portuges.cfg +share/latex2rtf/cfg/romanian.cfg +share/latex2rtf/cfg/samin.cfg +share/latex2rtf/cfg/scottish.cfg +share/latex2rtf/cfg/serbian.cfg +share/latex2rtf/cfg/slovak.cfg +share/latex2rtf/cfg/slovene.cfg +share/latex2rtf/cfg/spanish.cfg +share/latex2rtf/cfg/swedish.cfg +share/latex2rtf/cfg/turkish.cfg +share/latex2rtf/cfg/usorbian.cfg +share/latex2rtf/cfg/welsh.cfg +share/latex2rtf/latex2rtf.html +share/latex2rtf/latex2rtf.pdf +share/latex2rtf/latex2rtf.txt +@dirrm share/latex2rtf/cfg @dirrm share/latex2rtf Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/print/latex2rtf/files/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- files/patch-aa 30 Jan 2000 23:36:40 -0000 1.1.1.1 +++ files/patch-aa 15 May 2002 18:51:04 -0000 @@ -1,67 +1,55 @@ ---- Makefile.orig Thu Nov 12 19:22:58 1998 -+++ Makefile Tue Dec 14 13:12:15 1999 -@@ -73,8 +73,6 @@ - # The Debian-specific parts of this Makefile are created by - # Erick Branderhorst. Parts are written by Ian Jackson and Ian Murdock. - # TODO: add target "changes". --CC=gcc # C-Compiler --CFLAGS=-g $(XCFLAGS) # Use -O here if you want it optimized - COPY=cp - INSTALL=install - DIR_MODE=755 -@@ -83,13 +81,13 @@ - DIR_USER=root - BIN_USER=root - DAT_USER=root --DIR_GROUP=root --BIN_GROUP=root --DAT_GROUP=root -+DIR_GROUP=wheel -+BIN_GROUP=wheel -+DAT_GROUP=wheel - # If you have the program install, use the following definitions --INST_DIR=$(INSTALL) -g $(DIR_GROUP) -o $(DIR_USER) -d -m $(BIN_MODE) --INST_BIN=$(INSTALL) -g $(BIN_GROUP) -o $(BIN_USER) -m $(DIR_MODE) --INST_DAT=$(INSTALL) -g $(DAT_GROUP) -o $(DAT_USER) -m $(DAT_MODE) -+INST_DIR=$(INSTALL) -c -g $(DIR_GROUP) -o $(DIR_USER) -d -m $(BIN_MODE) -+INST_BIN=$(INSTALL) -c -g $(BIN_GROUP) -o $(BIN_USER) -m $(DIR_MODE) -+INST_DAT=$(INSTALL) -c -g $(DAT_GROUP) -o $(DAT_USER) -m $(DAT_MODE) - CHOWN_DIR=true - CHOWN_BIN=true - CHOWN_DAT=true -@@ -115,8 +113,9 @@ - # - # Where support files are searched for by the executable - # prefix defaults to /usr/local, but may be set on the command line --prefix=/usr/local --LIBDIR=$(prefix)/lib/latex2rtf -+PREFIX?=/usr/local -+prefix=${PREFIX} -+LIBDIR=$(prefix)/share/latex2rtf - # You can give several Directories separated by ':' for the following - # install targets - # -@@ -160,12 +159,11 @@ - # Nothing to change below this line - SOURCES=commands.c commands.h direct.c direct.h encode.c encode.h fonts.c \ - fonts.h funct1.c funct1.h funct2.c funct2.h ignore.c ignore.h main.c \ -- main.h stack.c stack.h version.h cfg.c cfg.h Makefile README README.DOS\ -+ main.h stack.c stack.h version.h cfg.c cfg.h Makefile README \ - Copyright mygetopt.c optind.c version debian.README \ - debian.control debian.rules util.c util.h ChangeLog parser.c parser.h - SUPPORT=cfg/direct.cfg cfg/fonts.cfg cfg/ignore.cfg \ -- cfg/english.cfg cfg/german.cfg cfg/spanish.cfg \ -- l2r.bat l2r.exe -+ cfg/english.cfg cfg/german.cfg cfg/spanish.cfg - MANUALS=latex2rtf.1 - MSDOS=l2r.bat l2r.exe - DOCS=doc/latex2rtf.info doc/l2r.html doc/l2r.pdf doc/l2r.txt\ -@@ -304,7 +302,7 @@ - $(CHMOD_BIN) $(BININSTALL)/latex2rtf - $(INST_DAT) $(MANUALS) $(MANINSTALL) +--- Makefile.orig Thu May 16 02:33:02 2002 ++++ Makefile Thu May 16 02:38:50 2002 +@@ -1,10 +1,9 @@ + # $Id: Makefile,v 1.50 2002/04/03 15:44:18 prahl Exp $ --install: complex_install -+install: complex_install install_and_delete_old_cfg +-CC=gcc + MKDIR=mkdir -p + LIBS= - .PHONY: install complex_install simple_install simple_cfg_install \ - install.man complex_install install_and_delete_old_cfg dist \ +-CFLAGS:=-DUNIX ++CFLAGS+=-DUNIX + #CFLAGS:=-DMSDOS + #CFLAGS:=-DMACINTOSH + +@@ -12,10 +11,8 @@ + #CFLAGS:=$(CFLAGS) -DHAS_NO_GETOPT + + #Comment out if you don't want compiler warnings +-CFLAGS:=$(CFLAGS) -g -Wall -ansi -pedantic + + #Base directory +-PREFIX=/usr/local + + # Location of binary, man, info, and support files + BIN_INSTALL=$(PREFIX)/bin +@@ -123,13 +120,13 @@ + $(MKDIR) $(BIN_INSTALL) + $(MKDIR) $(MAN_INSTALL) + $(MKDIR) $(CFG_INSTALL) +- cp latex2rtf $(BIN_INSTALL) +- cp scripts/latex2png $(BIN_INSTALL) +- cp doc/latex2rtf.1 $(MAN_INSTALL) +- cp $(CFGS) $(CFG_INSTALL) +- cp doc/latex2rtf.html $(SUPPORT_INSTALL) +- cp doc/latex2rtf.pdf $(SUPPORT_INSTALL) +- cp doc/latex2rtf.txt $(SUPPORT_INSTALL) ++ ${BSD_INSTALL_PROGRAM} latex2rtf $(BIN_INSTALL) ++ ${BSD_INSTALL_SCRIPT} scripts/latex2png $(BIN_INSTALL) ++ ${BSD_INSTALL_MAN} doc/latex2rtf.1 $(MAN_INSTALL) ++ ${BSD_INSTALL_DATA} $(CFGS) $(CFG_INSTALL) ++ ${BSD_INSTALL_DATA} doc/latex2rtf.html $(SUPPORT_INSTALL) ++ ${BSD_INSTALL_DATA} doc/latex2rtf.pdf $(SUPPORT_INSTALL) ++ ${BSD_INSTALL_DATA} doc/latex2rtf.txt $(SUPPORT_INSTALL) + @echo "******************************************************************" + @echo "*** latex2rtf successfully installed" + @echo "***" +@@ -145,7 +142,7 @@ + + install-info: doc/latex2rtf.info + $(MKDIR) $(INFO_INSTALL) +- cp doc/latex2rtf.info $(BIN_INSTALL) ++ ${BSD_INSTALL_DATA} doc/latex2rtf.info $(BIN_INSTALL) + install-info --info-dir=$(INFO_INSTALL) doc/latex2rtf.info + + realclean: checkdir clean >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 Wed May 15 12:15:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id C91DD37B401 for ; Wed, 15 May 2002 12:15:16 -0700 (PDT) Received: by energyhq.homeip.net (Postfix, from userid 1001) id 8E9DA3FC32; Wed, 15 May 2002 21:15:18 +0200 (CEST) Date: Wed, 15 May 2002 21:15:18 +0200 From: Miguel Mendez To: ports@freebsd.org Subject: bento error with games/mythserver Message-ID: <20020515211518.A42523@energyhq.homeip.net> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" 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 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi porters, I've seen that one of my ports (games/mythserver) fails to build on bento, where they are using gcc 3.1 now. Testing here on both 4.6-PRE and 5.0-DP1, the port builds with system's gcc (2.95.3). Shall I assume it's something broken in 3.1 or is it the port's fault? I'm saying this as I've seen a lot weird problems with the recent import of gcc3.1 in -CURRENT. Anybody else having problems with their ports? TIA Cheers, --=20 Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk FreeBSD - The power to serve! --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84rPGnLctrNyFFPERApqlAJ4hNjaZ31V1Be48X/f6uYqshRhoaACfdbvt 0fl7EIVhD1OpcH45TTtutdk= =8f6y -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13: 4: 5 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 40EE537B40E; Wed, 15 May 2002 13:04:02 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK41l94430; Wed, 15 May 2002 13:04:01 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 13:04:01 -0700 (PDT) From: Message-Id: <200205152004.g4FK41l94430@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37963: Fix build on -current: net/fspclient --- 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 Synopsis: Fix build on -current: net/fspclient --- bento error State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13: 5: 6 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 8770337B404; Wed, 15 May 2002 13:05:00 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK50B94500; Wed, 15 May 2002 13:05:00 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 13:05:00 -0700 (PDT) From: Message-Id: <200205152005.g4FK50B94500@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37966: Fix build on -current: net/icb 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: Fix build on -current: net/icb State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37963 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37966 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13: 5: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 787CC37B40B; Wed, 15 May 2002 13:05:08 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK58C96090; Wed, 15 May 2002 13:05:08 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 13:05:08 -0700 (PDT) From: Message-Id: <200205152005.g4FK58C96090@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Fix build on -current: x11-toolkits/xview --- bento error State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37963 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37966 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13: 5:22 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 2173A37B405; Wed, 15 May 2002 13:05:18 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK5Ii97379; Wed, 15 May 2002 13:05:18 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 13:05:18 -0700 (PDT) From: Message-Id: <200205152005.g4FK5Ii97379@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37969: Fix build on -current: print/rtf2latex --- 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 Synopsis: Fix build on -current: print/rtf2latex --- bento error State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37963 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37966 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37987 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:03:52 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13:12:50 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 99A1B37B40C; Wed, 15 May 2002 13:12:17 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKCHu99219; Wed, 15 May 2002 13:12:17 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 15 May 2002 13:12:17 -0700 (PDT) From: Message-Id: <200205152012.g4FKCHu99219@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37636: New port: devel/haddock (A Haskell Documentation Tool) 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: devel/haddock (A Haskell Documentation Tool) State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed May 15 13:11:40 PDT 2002 State-Changed-Why: Obsoleted by 37892 http://www.freebsd.org/cgi/query-pr.cgi?pr=37636 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13:30:55 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 0CFBB37B407; Wed, 15 May 2002 13:30:53 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKUrD01243; Wed, 15 May 2002 13:30:53 -0700 (PDT) (envelope-from trevor) Date: Wed, 15 May 2002 13:30:53 -0700 (PDT) From: Message-Id: <200205152030.g4FKUrD01243@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/38114: Trouble installing ksh93 in / 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: Trouble installing ksh93 in / Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: trevor Responsible-Changed-When: Wed May 15 13:30:21 PDT 2002 Responsible-Changed-Why: to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38114 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 13:40:52 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 E9F0637B417 for ; Wed, 15 May 2002 13:40:16 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKeGx02074; Wed, 15 May 2002 13:40:16 -0700 (PDT) (envelope-from gnats) Received: from leland.infor.org (IP086.dialup.ntu.edu.tw [140.112.6.86]) by hub.freebsd.org (Postfix) with ESMTP id 7350437B400 for ; Wed, 15 May 2002 13:36:46 -0700 (PDT) Received: from leland.infor.org (localhost [127.0.0.1]) by leland.infor.org (8.12.3/8.12.3) with ESMTP id g4FKZkif007046 for ; Thu, 16 May 2002 04:35:46 +0800 (CST) (envelope-from llwang@leland.infor.org) Received: (from llwang@localhost) by leland.infor.org (8.12.3/8.12.3/Submit) id g4FKZeTi007045; Thu, 16 May 2002 04:35:40 +0800 (CST) Message-Id: <200205152035.g4FKZeTi007045@leland.infor.org> Date: Thu, 16 May 2002 04:35:40 +0800 (CST) From: Leland Wang Reply-To: Leland Wang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38124: emulators/bochs does not build 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: 38124 >Category: ports >Synopsis: emulators/bochs does not build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 15 13:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Leland Wang >Release: FreeBSD 4.5-STABLE i386 >Organization: National Taiwan University >Environment: System: FreeBSD leland.infor.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Apr 21 07:09:29 CST 2002 llwang@leland.infor.org:/home/mp3/obj/usr/src/sys/LELAND i386 >Description: This is actually bug #545176 in bochs' sourceforge bug tracking system. Line 1177 of main.cc must be patched so that it will build with certain configuration. >How-To-Repeat: cd /usr/ports/emulators/bochs; make WITH_BOCHS_CPU_LEVEL=6 build >Fix: diff -urN bochs.orig/files/patch-main.cc bochs/files/patch-main.cc --- bochs.orig/files/patch-main.cc Thu Jan 1 08:00:00 1970 +++ bochs/files/patch-main.cc Thu May 16 04:27:47 2002 @@ -0,0 +1,11 @@ +--- main.cc.orig Thu May 16 04:26:43 2002 ++++ main.cc Thu May 16 04:26:55 2002 +@@ -1174,7 +1174,7 @@ + BX_MEM(0)->load_ROM(bx_options.vgarom.Opath->getptr (), 0xc0000); + BX_CPU(0)->init (BX_MEM(0)); + #if BX_SUPPORT_APIC +- BX_CPU(0)->local_apic.set_id (i); ++ BX_CPU(0)->local_apic.set_id (0); + #endif + BX_CPU(0)->reset(BX_RESET_HARDWARE); + #else >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 Wed May 15 14: 0: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 2036237B407 for ; Wed, 15 May 2002 14:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FL02S03806; Wed, 15 May 2002 14:00: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 489BF37B404 for ; Wed, 15 May 2002 13:50:38 -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 g4FKoYhG004276 for ; Wed, 15 May 2002 13:50:34 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4FKoYTi004275; Wed, 15 May 2002 13:50:34 -0700 (PDT) Message-Id: <200205152050.g4FKoYTi004275@www.freebsd.org> Date: Wed, 15 May 2002 13:50:34 -0700 (PDT) From: Dan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38125: ApacheCylical Link error/bug in Virtualserver 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: 38125 >Category: ports >Synopsis: ApacheCylical Link error/bug in Virtualserver >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: Wed May 15 14:00:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan >Release: 4.6-PRERELEASE >Organization: Shell-box Computers, Inc. >Environment: FreeBSD sinister.shell-box.com 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sat Mar 2 02:32:42 EST 2002 root@sinister.shell-box.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: When a virtual server is created and a alias for that server is pointed to same server but different directory ie Virtual server dynip.shell-box.com / aliased to http://dynip.shell-box.com/cgi-bin/gnudip.cgi will result in cylical link over and over untill gives up BUT if have aliased same virtual server dynip.shell-box.com / to http://sinister.shell-box.com/cgi-bin/gnudip.cgi no error will occur but pointed to default server of apache not a virtual server >How-To-Repeat: Default server works fine but virtual doesnt. i'm assuming that it's a patch involed to port apache2 to freebsd. came here first before apache's site. print outof httpd.conf Alias /cgi-bin/ /usr/local/gnudip/cgi-bin/ Alias /html/ /usr/local/gnudip/html/ Options ExecCGI FollowSymLinks SymLinksIfOwnerMatch ServerAdmin silveradmin@shell-box.com ServerAlias 66.118.153.67 HostNameLookups on DirectoryIndex gnudip.cgi DocumentRoot /usr/local/gnudip RedirectPermanent / http://dynip.shell-box.com/cgi-bin/gnudip.cgi >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 Wed May 15 14:10:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id D2AD137B401; Wed, 15 May 2002 14:10:06 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4FLD0Y6049833; Wed, 15 May 2002 17:13:01 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.3/8.12.3/Submit) id g4FLCxX2049832; Wed, 15 May 2002 17:12:59 -0400 (EDT) (envelope-from alane) Date: Wed, 15 May 2002 17:12:59 -0400 From: Alan E To: FreeBSD Ports List Cc: FreeBSD Port Mgr Subject: pdksh version number botch? Message-ID: <20020515211259.GA47673@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. 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 pdksh went from 5.2.14 to 5.2.14.p2. portupgrade sees this as a downgrade. does this need a PORTEPOCH added now, since the .p2 doesn't parse/compare correctly? -- AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 14:26:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 9A7DF37B403; Wed, 15 May 2002 14:26:11 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0191F66DC8; Wed, 15 May 2002 14:26:10 -0700 (PDT) Date: Wed, 15 May 2002 14:26:10 -0700 From: Kris Kennaway To: ports@FreeBSD.org, alpha@FreeBSD.org Subject: Python failure on alpha Message-ID: <20020515142610.B82943@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+g7M9IMkV8truYOl" 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 --+g7M9IMkV8truYOl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The python ports have been broken on alpha for a very long time: this knocks out over 530 dependent packages from building on alpha. Is anyone able to look into fixing this (hopefully in time for 4.6-RELEASE)? http://beta.freebsd.org/errorlogs/4-latest/python-2.1.3.log http://beta.freebsd.org/errorlogs/4-latest/python-2.2.1.log Kris --+g7M9IMkV8truYOl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84tJyWry0BWjoQKURAv4xAJ9WdKZqi0wDwu1Fm9oEPaZ2LCQW1gCeNMOt +CzH6F49Ouc7PjyX4BYqPuA= =S+Ik -----END PGP SIGNATURE----- --+g7M9IMkV8truYOl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 14:28: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.unixguru.nl (cc49923-a.emmen1.dr.nl.home.com [212.204.178.120]) by hub.freebsd.org (Postfix) with ESMTP id 4A7F037B404 for ; Wed, 15 May 2002 14:28:01 -0700 (PDT) Received: from mail (mail [192.168.10.4]) by mail.unixguru.nl (8.12.3/8.12.3) with ESMTP id g4FLRmpo063408; Wed, 15 May 2002 23:27:53 +0200 (CEST) (envelope-from richard@unixguru.nl) Date: Wed, 15 May 2002 23:27:48 +0200 (CEST) From: Richard Arends To: Aleksandar Simic Cc: freebsd-ports@FreeBSD.ORG Subject: Re: New pkg_vrfy tool In-Reply-To: <20020514200553.A26176@myname.my.domain> Message-ID: <20020515232554.R42109-100000@mail.unixguru.nl> 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 On Tue, 14 May 2002, Aleksandar Simic wrote: > P.S. the tool isn't perfect, so if you can improve it, please do so. Okay :-) Why not use pkg_info -L -x emacs|grep \/ It's a lot faster then the several sed's, greps etc.. Greetings, Richard. ---- An OS is like swiss cheese, the bigger it is, the more holes you get! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 14:58:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 9011737B401; Wed, 15 May 2002 14:58:26 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA18496; Wed, 15 May 2002 17:58:25 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g4FLvtk35380; Wed, 15 May 2002 17:57:55 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15586.55779.866459.970046@grasshopper.cs.duke.edu> Date: Wed, 15 May 2002 17:57:55 -0400 (EDT) To: Kris Kennaway Cc: ports@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: Python failure on alpha In-Reply-To: <20020515142610.B82943@xor.obsecurity.org> References: <20020515142610.B82943@xor.obsecurity.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid 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 Kris Kennaway writes: > The python ports have been broken on alpha for a very long time: this > knocks out over 530 dependent packages from building on alpha. Is > anyone able to look into fixing this (hopefully in time for > 4.6-RELEASE)? > > http://beta.freebsd.org/errorlogs/4-latest/python-2.1.3.log > http://beta.freebsd.org/errorlogs/4-latest/python-2.2.1.log > > Kris > Ack.. Here's a patch for python-2.2.1 I'm not a ports comitter & I ignore ports commit mail, so I don't know if there is a ports freeze, or what & I'd rather not commit to the ports tree. Please commit this for me. Drew Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/python/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 12 Apr 2002 10:34:54 -0000 1.87 +++ Makefile 15 May 2002 21:51:02 -0000 @@ -95,4 +95,10 @@ (cd ${DEMODIR}; tar xf -) .endif +.if ${ARCH} == i386 +PLIST_SUB+= X86_ONLY="" +.else +PLIST_SUB+= X86_ONLY="@comment " +.endif + .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/python/pkg-plist,v retrieving revision 1.37 diff -u -r1.37 pkg-plist --- pkg-plist 12 Apr 2002 10:34:54 -0000 1.37 +++ pkg-plist 15 May 2002 21:37:40 -0000 @@ -986,7 +986,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/_testcapi.so lib/%%PYTHON_VERSION%%/lib-dynload/_weakref.so lib/%%PYTHON_VERSION%%/lib-dynload/array.so -lib/%%PYTHON_VERSION%%/lib-dynload/audioop.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/audioop.so lib/%%PYTHON_VERSION%%/lib-dynload/binascii.so lib/%%PYTHON_VERSION%%/lib-dynload/bsddb.so lib/%%PYTHON_VERSION%%/lib-dynload/cPickle.so @@ -996,9 +996,9 @@ lib/%%PYTHON_VERSION%%/lib-dynload/dbm.so lib/%%PYTHON_VERSION%%/lib-dynload/errno.so lib/%%PYTHON_VERSION%%/lib-dynload/fcntl.so -lib/%%PYTHON_VERSION%%/lib-dynload/fpectl.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/fpectl.so lib/%%PYTHON_VERSION%%/lib-dynload/grp.so -lib/%%PYTHON_VERSION%%/lib-dynload/imageop.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/imageop.so lib/%%PYTHON_VERSION%%/lib-dynload/math.so lib/%%PYTHON_VERSION%%/lib-dynload/md5.so lib/%%PYTHON_VERSION%%/lib-dynload/mmap.so @@ -1010,7 +1010,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/readline.so lib/%%PYTHON_VERSION%%/lib-dynload/regex.so lib/%%PYTHON_VERSION%%/lib-dynload/resource.so -lib/%%PYTHON_VERSION%%/lib-dynload/rgbimg.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/rgbimg.so lib/%%PYTHON_VERSION%%/lib-dynload/rotor.so lib/%%PYTHON_VERSION%%/lib-dynload/select.so lib/%%PYTHON_VERSION%%/lib-dynload/sha.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 15: 4:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 1CE7A37B400; Wed, 15 May 2002 15:04:42 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id SAA18659; Wed, 15 May 2002 18:04:41 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g4FM4B835400; Wed, 15 May 2002 18:04:11 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15586.56155.610967.735451@grasshopper.cs.duke.edu> Date: Wed, 15 May 2002 18:04:11 -0400 (EDT) To: Kris Kennaway Cc: ports@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: Python failure on alpha In-Reply-To: <15586.55779.866459.970046@grasshopper.cs.duke.edu> References: <20020515142610.B82943@xor.obsecurity.org> <15586.55779.866459.970046@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid 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 Andrew Gallatin writes: > > Kris Kennaway writes: > > The python ports have been broken on alpha for a very long time: this > > knocks out over 530 dependent packages from building on alpha. Is > > anyone able to look into fixing this (hopefully in time for > > 4.6-RELEASE)? > > > > http://beta.freebsd.org/errorlogs/4-latest/python-2.1.3.log > > http://beta.freebsd.org/errorlogs/4-latest/python-2.2.1.log > > > > Kris > > > > Ack.. Here's a patch for python-2.2.1 I'm not a ports comitter & I > ignore ports commit mail, so I don't know if there is a ports freeze, > or what & I'd rather not commit to the ports tree. Please commit this > for me. And here's an untested patch for python-2.1.3 Drew Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/python21/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 16 Apr 2002 11:44:39 -0000 1.87 +++ Makefile 15 May 2002 21:58:33 -0000 @@ -90,4 +90,10 @@ (cd ${DEMODIR}; tar xf -) .endif +.if ${ARCH} == i386 +PLIST_SUB+= X86_ONLY="" +.else +PLIST_SUB+= X86_ONLY="@comment " +.endif + .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/python21/pkg-plist,v retrieving revision 1.38 diff -u -r1.38 pkg-plist --- pkg-plist 11 Apr 2002 11:29:52 -0000 1.38 +++ pkg-plist 15 May 2002 22:00:19 -0000 @@ -862,7 +862,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/_testcapi.so lib/%%PYTHON_VERSION%%/lib-dynload/_weakref.so lib/%%PYTHON_VERSION%%/lib-dynload/array.so -lib/%%PYTHON_VERSION%%/lib-dynload/audioop.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/audioop.so lib/%%PYTHON_VERSION%%/lib-dynload/binascii.so lib/%%PYTHON_VERSION%%/lib-dynload/bsddb.so lib/%%PYTHON_VERSION%%/lib-dynload/cPickle.so @@ -874,7 +874,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/fcntl.so lib/%%PYTHON_VERSION%%/lib-dynload/fpectl.so lib/%%PYTHON_VERSION%%/lib-dynload/grp.so -lib/%%PYTHON_VERSION%%/lib-dynload/imageop.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/imageop.so lib/%%PYTHON_VERSION%%/lib-dynload/math.so lib/%%PYTHON_VERSION%%/lib-dynload/md5.so lib/%%PYTHON_VERSION%%/lib-dynload/mmap.so @@ -887,7 +887,7 @@ lib/%%PYTHON_VERSION%%/lib-dynload/readline.so lib/%%PYTHON_VERSION%%/lib-dynload/regex.so lib/%%PYTHON_VERSION%%/lib-dynload/resource.so -lib/%%PYTHON_VERSION%%/lib-dynload/rgbimg.so +%%X86_ONLY%%lib/%%PYTHON_VERSION%%/lib-dynload/rgbimg.so lib/%%PYTHON_VERSION%%/lib-dynload/rotor.so lib/%%PYTHON_VERSION%%/lib-dynload/select.so lib/%%PYTHON_VERSION%%/lib-dynload/sha.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 15:17:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 72FC837B407 for ; Wed, 15 May 2002 15:17:34 -0700 (PDT) Received: from localhost (jesse@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id g4FMHY995102 for ; Wed, 15 May 2002 15:17:34 -0700 (PDT) Date: Wed, 15 May 2002 15:17:34 -0700 (PDT) From: Jesse Rock X-X-Sender: To: Subject: Net-SNMP5.0.1 port broken Message-ID: <20020515151538.N94747-100000@localhost> 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 do not follow this list so please forgive if it is already a known problem. # New ports collection makefile for: ucd-snmp # Date created: 26 June 1996 # Whom: gpalmer # # $FreeBSD: ports/net/net-snmp/Makefile,v 1.71 2002/05/15 06:41:00 kuriyama Exp cc -DINET6 -O -pipe -Dfreebsd4 -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c host/hr_swrun.c -fPIC -DPIC -o host/.libs/hr_swrun.lo host/hr_swrun.c: In function `var_hrswrun': host/hr_swrun.c:1024: structure has no member named `p_utime' host/hr_swrun.c:1025: structure has no member named `p_utime' host/hr_swrun.c:1026: structure has no member named `p_stime' host/hr_swrun.c:1027: structure has no member named `p_stime' *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1/agent/mibgroup. *** Error code 1 _____________________________________________________________ Jesse J. Rock Accretive Technology Group Network Operations www.accretive-networks.net Seattle,Washington jesse@accretive-networks.net "Eschew Obfuscation" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 16:20:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 7A96F37B409; Wed, 15 May 2002 16:20:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 04A7E66DC8; Wed, 15 May 2002 16:20:14 -0700 (PDT) Date: Wed, 15 May 2002 16:20:14 -0700 From: Kris Kennaway To: Alan E Cc: FreeBSD Ports List , FreeBSD Port Mgr Subject: Re: pdksh version number botch? Message-ID: <20020515162014.B93176@xor.obsecurity.org> References: <20020515211259.GA47673@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mxv5cy4qt+RJ9ypb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020515211259.GA47673@wwweasel.geeksrus.net>; from alane@geeksrus.net on Wed, May 15, 2002 at 05:12:59PM -0400 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 --mxv5cy4qt+RJ9ypb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 15, 2002 at 05:12:59PM -0400, Alan E wrote: > pdksh went from 5.2.14 to 5.2.14.p2. portupgrade sees this as a > downgrade. does this need a PORTEPOCH added now, since the .p2 doesn't > parse/compare correctly? We usually name this kind of thing like 5.2.14.2. Kris --mxv5cy4qt+RJ9ypb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84u0uWry0BWjoQKURAk+2AJ9owRSvCcBywmv1w3vq/FEAdiLa1gCeIrHO DYDd7IO8xJcaBKaRYX+AwKU= =EvNz -----END PGP SIGNATURE----- --mxv5cy4qt+RJ9ypb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 16:26:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-60.cisco.com [64.102.60.60]) by hub.freebsd.org (Postfix) with ESMTP id ED3B737B40E; Wed, 15 May 2002 16:26:03 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4FNPjaF000513; Wed, 15 May 2002 19:25:45 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g4FNPjPQ000512; Wed, 15 May 2002 19:25:45 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: *UPDATE* GNOME 2.0 Desktop progress From: Joe Marcus Clarke To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 15 May 2002 19:25:44 -0400 Message-Id: <1021505145.301.16.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 We're getting closer. This is a screenshot I snapped today from my build machine. Currently, we're missing Nautilus and the new help viewer. There are still some bugs to work out, but things are definitely coming along. http://www.marcuscom.com/gnome2_desktop.png Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 16:31:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 6CF2137B40B; Wed, 15 May 2002 16:30:34 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id QAA16598; Wed, 15 May 2002 16:30:33 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda16590; Wed May 15 16:30:16 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4FNUADI020441; Wed, 15 May 2002 16:30:10 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4FNU5Be016793; Wed, 15 May 2002 16:30:05 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205152330.g4FNU5Be016793@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: freebsd-ports@freebsd.org, asmodi@freebsd.org Subject: 44bsd-csh brokenness Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 2002 16:30:05 -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 44bsd-csh fails to fetch its distfile because it doesn't exist there any more. Does anyone have a problem with this change? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/shells/44bsd-csh/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 29 Jan 2002 11:58:41 -0000 1.10 +++ Makefile 15 May 2002 23:27:17 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 20001106 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= asmodai +MASTER_SITE_SUBDIR= cy MAINTAINER= ports@FreeBSD.org Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 16:37:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 902A537B405; Wed, 15 May 2002 16:37:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3C9F366DC8; Wed, 15 May 2002 16:37:43 -0700 (PDT) Date: Wed, 15 May 2002 16:37:42 -0700 From: Kris Kennaway To: Andrew Gallatin Cc: Kris Kennaway , ports@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: Python failure on alpha Message-ID: <20020515163742.A94101@xor.obsecurity.org> References: <20020515142610.B82943@xor.obsecurity.org> <15586.55779.866459.970046@grasshopper.cs.duke.edu> <15586.56155.610967.735451@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15586.56155.610967.735451@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Wed, May 15, 2002 at 06:04:11PM -0400 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 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 15, 2002 at 06:04:11PM -0400, Andrew Gallatin wrote: > And here's an untested patch for python-2.1.3 Thanks, it seems to work, and I've committed it. Kris --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84vFGWry0BWjoQKURAreiAKCy9eq1uWxehqvcFNhqWjPGyhQldgCgl3q/ 1zsgiR8loEAZRp41aEf11P8= =GLTd -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 16:49:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (f73.law15.hotmail.com [64.4.23.73]) by hub.freebsd.org (Postfix) with ESMTP id B763537B400 for ; Wed, 15 May 2002 16:49:28 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 15 May 2002 16:49:28 -0700 Received: from 65.129.37.196 by lw15fd.law15.hotmail.msn.com with HTTP; Wed, 15 May 2002 23:49:28 GMT X-Originating-IP: [65.129.37.196] From: "Mix Tim" To: ports@freebsd.org Subject: math/libgmp4 feature request Date: Wed, 15 May 2002 16:49:28 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 May 2002 23:49:28.0623 (UTC) FILETIME=[26D443F0:01C1FC6B] 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 Could the math/libgmp4 port be modified to use the '--enable-cxx' option by default? Thanks. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 17:10: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 EB01A37B40B for ; Wed, 15 May 2002 17:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G0A1132142; Wed, 15 May 2002 17:10:01 -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 022D137B404 for ; Wed, 15 May 2002 17:00:11 -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 g4FNuaX26720 for ; Thu, 16 May 2002 01:56:36 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id BA0165A548 for ; Thu, 16 May 2002 01:56:35 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 71D355A547; Thu, 16 May 2002 01:56:34 +0200 (CEST) Message-Id: <20020515235634.71D355A547@nemesis.informatik.unibw-muenchen.de> Date: Thu, 16 May 2002 01:56:34 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38127: Update port: lang/logo to 5.1 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: 38127 >Category: ports >Synopsis: Update port: lang/logo to 5.1 >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: Wed May 15 17:10: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: Update lang/logo from 4.5 to 5.1 added: files/patch-emacs::makefile removed: files/patch-ad added to knobs to the port: * EMACS_LOGO_MODE to build and install the emacs logo mode -> requires emacs to build * WITH_FULL_DOCS to build and install ps, pdf and html documentation -> requires teTeX and ghostscript to build. If WITH_FULL_DOCS is defined, NOPORTDOCS will be undefined! Respect NOPORTDOCS otherwise, i.e. the plain text documentation will be not installed, if NOPORTDOCS is set. Regards, Olli >How-To-Repeat: >Fix: diff -ruN logo.old/Makefile logo/Makefile --- logo.old/Makefile Mon Apr 22 22:34:36 2002 +++ logo/Makefile Thu May 16 01:53:13 2002 @@ -6,16 +6,53 @@ # PORTNAME= ucblogo -PORTVERSION= 4.6 +PORTVERSION= 5.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://anarres.cs.berkeley.edu/pub/ucblogo/ -MASTER_SITE_SUBDIR= ucblogo + +.if defined(EMACS_LOGO_MODE) +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +.endif +.if defined(WITH_FULL_DOCS) +.undef NOPORTDOCS +BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \ + ps2pdf:${PORTSDIR}/print/ghostscript-gnu +.endif MAINTAINER= ports@FreeBSD.org USE_XLIB= yes MAKEFILE= makefile HAS_CONFIGURE= yes + +ALL_TARGET= all + +.if defined(WITH_FULL_DOCS) +ALL_TARGET+= docs +PLIST_SUB+= WITH_FULL_DOCS="" +.else +PLIST_SUB+= WITH_FULL_DOCS="@comment " +.endif + +.if defined(EMACS_LOGO_MODE) +ALL_TARGET+= logo-mode +PLIST_SUB+= EMACS_LOGO_MODE="" +.else +PLIST_SUB+= EMACS_LOGO_MODE="@comment " +.endif + +pre-fetch: +.if !defined(EMACS_LOGO_MODE) + @${ECHO} "" + @${ECHO} " Define EMACS_LOGO_MODE to build the emacs logo mode" + @${ECHO} "" +.endif +.if !defined(WITH_FULL_DOCS) + @${ECHO} "" + @${ECHO} " Define WITH_FULL_DOCS to build ps, pdf and html docs" + @${ECHO} " This requires teTeX and ghostscript !" + @${ECHO} "" +.endif .include diff -ruN logo.old/distinfo logo/distinfo --- logo.old/distinfo Mon Jun 21 15:56:46 1999 +++ logo/distinfo Sun May 12 11:04:52 2002 @@ -1 +1 @@ -MD5 (ucblogo-4.6.tar.gz) = d327af6a037e1ec0b8d06064b728e3f5 +MD5 (ucblogo-5.1.tar.gz) = 374b78cc020530c9b8bb7d9190f69597 diff -ruN logo.old/files/patch-ac logo/files/patch-ac --- logo.old/files/patch-ac Mon Jun 21 15:56:49 1999 +++ logo/files/patch-ac Thu May 16 00:56:30 2002 @@ -1,5 +1,5 @@ -*** makefile.in.orig Tue Jan 6 20:35:51 1998 ---- makefile.in Mon Jun 21 15:43:33 1999 +*** makefile.in.orig Wed Jul 25 19:29:35 2001 +--- makefile.in Thu May 16 00:56:26 2002 *************** *** 2,10 **** CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@ -O0 @@ -26,16 +26,37 @@ # LIBLOC = `pwd` *************** -*** 56,62 **** - rm makefile makehelp logo *.o libloc.c +*** 18,24 **** + + HDRS = globals.h logo.h xgraphics.h + +! all: logo logolib helpfiles helpfiles/HELPCONTENTS logo-mode + + mem.o: mem.c + $(CC) $(CFLAGS) -O0 -c mem.c +--- 22,28 ---- + + HDRS = globals.h logo.h xgraphics.h + +! all: logo logolib helpfiles helpfiles/HELPCONTENTS + + mem.o: mem.c + $(CC) $(CFLAGS) -O0 -c mem.c +*************** +*** 62,72 **** + cd emacs; gmake ship install: all ! for d in $(BINDIR) $(LIBLOC) $(LIBLOC)/logolib $(LIBLOC)/helpfiles; do [ -d $$d ] || mkdir -p $$d || exit 1; done ! cp logo $(BINDIR)/. -! cp logolib/* $(LIBLOC)/logolib/. -! cp helpfiles/* $(LIBLOC)/helpfiles/. ---- 60,70 ---- - rm makefile makehelp logo *.o libloc.c +! cp -f logolib/* $(LIBLOC)/logolib/. +! cp -f helpfiles/* $(LIBLOC)/helpfiles/. +! export prefix=$(prefix); export LIBLOC=$(LIBLOC); export BINDIR=$(BINDIR); cd emacs; gmake install + + logo-mode: + @export prefix=$(prefix); export LIBLOC=$(LIBLOC); export BINDIR=$(BINDIR); cd emacs; gmake +--- 66,85 ---- + cd emacs; gmake ship install: all ! for d in $(BINDIR) $(LIBLOC) $(LIBLOC)/logolib $(LIBLOC)/helpfiles $(XMPDIR)/csls $(DOCDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done @@ -46,3 +67,12 @@ ! .ifndef NOPORTDOCS ! install -c -o bin -g bin -m 444 usermanual $(DOCDIR)/ ! .endif +! .ifdef WITH_FULL_DOCS +! @export prefix=$(prefix); export LIBLOC=$(LIBLOC); export BINDIR=$(BINDIR); cd emacs; gmake install-docs +! .endif +! .ifdef EMACS_LOGO_MODE +! export prefix=$(prefix); export LIBLOC=$(LIBLOC); export BINDIR=$(BINDIR); cd emacs; gmake install-emacs +! .endif + + logo-mode: + @export prefix=$(prefix); export LIBLOC=$(LIBLOC); export BINDIR=$(BINDIR); cd emacs; gmake diff -ruN logo.old/files/patch-ad logo/files/patch-ad --- logo.old/files/patch-ad Tue Aug 8 05:10:50 2000 +++ logo/files/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- init.c.orig Sun Aug 6 21:20:35 2000 -+++ init.c Sun Aug 6 21:20:50 2000 -@@ -363,7 +363,7 @@ - } - - void init(void) { -- extern long time(); -+ extern time_t time(); - int i = 0; - NODE *proc = NIL, *pname = NIL, *cnd = NIL; - diff -ruN logo.old/files/patch-emacs::makefile logo/files/patch-emacs::makefile --- logo.old/files/patch-emacs::makefile Thu Jan 1 01:00:00 1970 +++ logo/files/patch-emacs::makefile Thu May 16 01:08:21 2002 @@ -0,0 +1,39 @@ +--- emacs/makefile.orig Wed Jul 25 00:54:03 2001 ++++ emacs/makefile Thu May 16 01:08:12 2002 +@@ -1,7 +1,7 @@ + BUILDIR = `pwd` +-INFODIR = $(prefix)/info ++INFODIR = $(PREFIX)/info + EMACSDIR = $(LIBLOC)/emacs +-DOCSDIR = $(LIBLOC)/docs ++DOCSDIR = $(PREFIX)/share/doc/logo + HTMLDIR = $(DOCSDIR)/html + LOADPATH = $(subst X,$(EMACSDIR),(setq load-path (cons "\"X\"" load-path))) + LOGOBIN = $(subst X,$(BINDIR),(setq logo-binary-name \"X/logo\")) +@@ -63,9 +63,8 @@ + -rm -f add.user install-logo-mode dot.emacs dot.loops *.elc + -rm -f docs/*.{aux,cp,cps,dvi,fn,ky,log,pg,toc,tp,vr} + +-install: all +- for d in $(INFODIR) $(EMACSDIR) $(DOCSDIR) $(HTMLDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done +- cp -f info/* $(INFODIR)/. ++install-emacs: ++ for d in $(EMACSDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done + cp -f logo.* $(EMACSDIR)/. + cp -f letrec.* $(EMACSDIR)/. + cp -f comint*.* $(EMACSDIR)/. +@@ -78,10 +77,13 @@ + cp -p install-logo-mode $(BINDIR)/. + cp -f edfunc.el $(EMACSDIR)/. + cp -f check.lg $(EMACSDIR)/. ++ ++install-docs: ++ for d in $(INFODIR) $(DOCSDIR) $(HTMLDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done ++ cp -f info/* $(INFODIR)/. + -cp -f docs/*.info* $(INFODIR)/. + -cp -f docs/*.html $(HTMLDIR)/. + -cp -f docs/usermanual.ps $(DOCSDIR)/. + -cp -f docs/usermanual.pdf $(DOCSDIR)/. + -cp -f docs/usermanual.texi $(DOCSDIR)/. +- + diff -ruN logo.old/pkg-plist logo/pkg-plist --- logo.old/pkg-plist Mon Jun 21 15:56:51 1999 +++ logo/pkg-plist Thu May 16 01:22:24 2002 @@ -1,7 +1,9 @@ bin/logo +%%EMACS_LOGO_MODE%%bin/install-logo-mode lib/logo/logolib/# lib/logo/logolib/` -lib/logo/logolib/arraytolist +lib/logo/logolib/?rest +lib/logo/logolib/Messages lib/logo/logolib/buryall lib/logo/logolib/buryname lib/logo/logolib/cascade @@ -32,7 +34,6 @@ lib/logo/logolib/ignore lib/logo/logolib/invoke lib/logo/logolib/iseq -lib/logo/logolib/listtoarray lib/logo/logolib/localmake lib/logo/logolib/macroexpand lib/logo/logolib/map.se @@ -69,9 +70,23 @@ lib/logo/logolib/while lib/logo/logolib/xcor lib/logo/logolib/ycor +%%EMACS_LOGO_MODE%%lib/logo/emacs/.LOOPS +%%EMACS_LOGO_MODE%%lib/logo/emacs/.logo +%%EMACS_LOGO_MODE%%lib/logo/emacs/README +%%EMACS_LOGO_MODE%%lib/logo/emacs/check.lg +%%EMACS_LOGO_MODE%%lib/logo/emacs/comint-logo.el +%%EMACS_LOGO_MODE%%lib/logo/emacs/comint-logo.elc +%%EMACS_LOGO_MODE%%lib/logo/emacs/dot.emacs +%%EMACS_LOGO_MODE%%lib/logo/emacs/dot.loops +%%EMACS_LOGO_MODE%%lib/logo/emacs/edfunc.el +%%EMACS_LOGO_MODE%%lib/logo/emacs/letrec.el +%%EMACS_LOGO_MODE%%lib/logo/emacs/logo.el +%%EMACS_LOGO_MODE%%lib/logo/emacs/tutor1.lg +%%EMACS_LOGO_MODE%%lib/logo/emacs/tutorial.lg lib/logo/helpfiles/HELPCONTENTS lib/logo/helpfiles/` lib/logo/helpfiles/allopen +lib/logo/helpfiles/allowgetset lib/logo/helpfiles/and lib/logo/helpfiles/apply lib/logo/helpfiles/arc @@ -95,6 +110,7 @@ lib/logo/helpfiles/bk lib/logo/helpfiles/bl lib/logo/helpfiles/buried +lib/logo/helpfiles/buriedp lib/logo/helpfiles/bury lib/logo/helpfiles/buryall lib/logo/helpfiles/buryname @@ -103,7 +119,6 @@ lib/logo/helpfiles/butlast lib/logo/helpfiles/bye lib/logo/helpfiles/cascade -lib/logo/helpfiles/cascaded2 lib/logo/helpfiles/caseignoredp lib/logo/helpfiles/catch lib/logo/helpfiles/char @@ -173,10 +188,12 @@ lib/logo/helpfiles/firsts lib/logo/helpfiles/for lib/logo/helpfiles/foreach +lib/logo/helpfiles/forever lib/logo/helpfiles/form lib/logo/helpfiles/forward lib/logo/helpfiles/fput lib/logo/helpfiles/fs +lib/logo/helpfiles/fullprintp lib/logo/helpfiles/fullscreen lib/logo/helpfiles/fulltext lib/logo/helpfiles/gc @@ -224,7 +241,6 @@ lib/logo/helpfiles/make lib/logo/helpfiles/map lib/logo/helpfiles/mapdse -lib/logo/helpfiles/not lib/logo/helpfiles/mdarray lib/logo/helpfiles/mditem lib/logo/helpfiles/mdsetitem @@ -239,6 +255,7 @@ lib/logo/helpfiles/nodes lib/logo/helpfiles/nodribble lib/logo/helpfiles/norefresh +lib/logo/helpfiles/not lib/logo/helpfiles/numberp lib/logo/helpfiles/op lib/logo/helpfiles/openappend @@ -266,6 +283,7 @@ lib/logo/helpfiles/penup lib/logo/helpfiles/pick lib/logo/helpfiles/plist +lib/logo/helpfiles/plistp lib/logo/helpfiles/plists lib/logo/helpfiles/pllist lib/logo/helpfiles/po @@ -283,6 +301,7 @@ lib/logo/helpfiles/pprop lib/logo/helpfiles/ppt lib/logo/helpfiles/pr +lib/logo/helpfiles/prefix lib/logo/helpfiles/primitivep lib/logo/helpfiles/print lib/logo/helpfiles/printdepthlimit @@ -308,6 +327,7 @@ lib/logo/helpfiles/reader lib/logo/helpfiles/readlist lib/logo/helpfiles/readpos +lib/logo/helpfiles/readrawline lib/logo/helpfiles/readword lib/logo/helpfiles/redefp lib/logo/helpfiles/reduce @@ -346,9 +366,10 @@ lib/logo/helpfiles/setpc lib/logo/helpfiles/setpen lib/logo/helpfiles/setpencolor -lib/logo/helpfiles/setpensize lib/logo/helpfiles/setpenpattern +lib/logo/helpfiles/setpensize lib/logo/helpfiles/setpos +lib/logo/helpfiles/setprefix lib/logo/helpfiles/setread lib/logo/helpfiles/setreadpos lib/logo/helpfiles/setscrunch @@ -371,6 +392,8 @@ lib/logo/helpfiles/standout lib/logo/helpfiles/startup lib/logo/helpfiles/step +lib/logo/helpfiles/stepped +lib/logo/helpfiles/steppedp lib/logo/helpfiles/stop lib/logo/helpfiles/substringp lib/logo/helpfiles/sum @@ -383,12 +406,15 @@ lib/logo/helpfiles/to lib/logo/helpfiles/towards lib/logo/helpfiles/trace +lib/logo/helpfiles/traced +lib/logo/helpfiles/tracedp lib/logo/helpfiles/transfer lib/logo/helpfiles/ts lib/logo/helpfiles/type lib/logo/helpfiles/unbury lib/logo/helpfiles/unburyall lib/logo/helpfiles/unburyname +lib/logo/helpfiles/unburyonedit lib/logo/helpfiles/unstep lib/logo/helpfiles/until lib/logo/helpfiles/untrace @@ -403,7 +429,41 @@ lib/logo/helpfiles/writer lib/logo/helpfiles/xcor lib/logo/helpfiles/ycor -share/doc/logo/usermanual +%%PORTDOCS%%share/doc/logo/usermanual +%%WITH_FULL_DOCS%%info/ucblogo.info +%%WITH_FULL_DOCS%%info/ucblogo.info-1 +%%WITH_FULL_DOCS%%info/ucblogo.info-2 +%%WITH_FULL_DOCS%%info/ucblogo.info-3 +%%WITH_FULL_DOCS%%info/ucblogo.info-4 +%%WITH_FULL_DOCS%%info/loops.info.gz +%%WITH_FULL_DOCS%%info/loops.info-1.gz +%%WITH_FULL_DOCS%%info/loops.info-2.gz +%%WITH_FULL_DOCS%%info/loops.info-3.gz +%%WITH_FULL_DOCS%%info/loops.info-4.gz +%%WITH_FULL_DOCS%%info/loops.info-5.gz +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_1.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_10.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_11.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_12.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_13.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_14.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_15.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_2.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_3.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_4.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_5.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_6.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_7.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_8.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_9.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_abt.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_fot.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_ovr.html +%%WITH_FULL_DOCS%%share/doc/logo/html/usermanual_toc.html +%%WITH_FULL_DOCS%%share/doc/logo/usermanual.pdf +%%WITH_FULL_DOCS%%share/doc/logo/usermanual.ps +%%WITH_FULL_DOCS%%share/doc/logo/usermanual.texi share/examples/logo/csls/algs share/examples/logo/csls/basic share/examples/logo/csls/cards @@ -427,7 +487,9 @@ share/examples/logo/csls/ttt @dirrm lib/logo/helpfiles @dirrm lib/logo/logolib +%%EMACS_LOGO_MODE%%@dirrm lib/logo/emacs @dirrm lib/logo @dirrm share/examples/logo/csls @dirrm share/examples/logo -@dirrm share/doc/logo +%%WITH_FULL_DOCS%%@dirrm share/doc/logo/html +%%PORTDOCS%%@dirrm share/doc/logo >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 Wed May 15 17:17:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 1AA3D37B401 for ; Wed, 15 May 2002 17:17:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EBCBB66DCC; Wed, 15 May 2002 17:17:11 -0700 (PDT) Date: Wed, 15 May 2002 17:17:11 -0700 From: Kris Kennaway To: Miguel Mendez Cc: ports@FreeBSD.ORG Subject: Re: bento error with games/mythserver Message-ID: <20020515171711.A95180@xor.obsecurity.org> References: <20020515211518.A42523@energyhq.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020515211518.A42523@energyhq.homeip.net>; from flynn@energyhq.homeip.net on Wed, May 15, 2002 at 09:15:18PM +0200 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 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 09:15:18PM +0200, Miguel Mendez wrote: > Hi porters, >=20 > I've seen that one of my ports (games/mythserver) fails to build on > bento, where they are using gcc 3.1 now. Testing here on both 4.6-PRE > and 5.0-DP1, the port builds with system's gcc (2.95.3). Shall I assume > it's something broken in 3.1 or is it the port's fault? In this case it seems to be a problem with the port, which does bad things in the code that the previous version of gcc allowed, but the newer version does not. Kris --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84vqHWry0BWjoQKURApsCAJ4qNMtNjw5DivaRsrdG3PoneD91bwCff7f/ YmqLx6NdxtAH9f9F9tbd7ZY= =y3Mf -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 17:17:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 330EF37B403; Wed, 15 May 2002 17:17:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9CB0A66DC8; Wed, 15 May 2002 17:17:53 -0700 (PDT) Date: Wed, 15 May 2002 17:17:53 -0700 From: Kris Kennaway To: Cy Schubert - CITS Open Systems Group Cc: freebsd-ports@freebsd.org, asmodi@freebsd.org Subject: Re: 44bsd-csh brokenness Message-ID: <20020515171753.B95180@xor.obsecurity.org> References: <200205152330.g4FNU5Be016793@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205152330.g4FNU5Be016793@cwsys.cwsent.com>; from Cy.Schubert@uumail.gov.bc.ca on Wed, May 15, 2002 at 04:30:05PM -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 --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 04:30:05PM -0700, Cy Schubert - CITS Open Systems G= roup wrote: > 44bsd-csh fails to fetch its distfile because it doesn't exist there=20 > any more. Does anyone have a problem with this change? Fine by me. Kris --gj572EiMnwbLXET9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84vqxWry0BWjoQKURAmoTAKDNH8ZMEah6MaOZ5wMmElFBrSXLYACgxjSd A3ZaPQVzc+WbWs4zsxn4sX4= =yYO+ -----END PGP SIGNATURE----- --gj572EiMnwbLXET9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 17:18:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 24A6B37B401 for ; Wed, 15 May 2002 17:18:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B8F0D66DCA; Wed, 15 May 2002 17:18:17 -0700 (PDT) Date: Wed, 15 May 2002 17:18:17 -0700 From: Kris Kennaway To: Mix Tim Cc: ports@freebsd.org Subject: Re: math/libgmp4 feature request Message-ID: <20020515171817.C95180@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4jXrM3lyYWu4nBt5" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mixtim42@hotmail.com on Wed, May 15, 2002 at 04:49:28PM -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 --4jXrM3lyYWu4nBt5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 04:49:28PM -0700, Mix Tim wrote: >=20 >=20 > Could the math/libgmp4 port be modified to use the '--enable-cxx' option = by=20 > default? Please explain the impact of this. Kris --4jXrM3lyYWu4nBt5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84vrIWry0BWjoQKURAuCzAJ4tcHwiMhVw2HCqQN3QU+xFdZ5qDQCg9D7u 4+qPoYgXGCseQ5xAaAAh/nU= =plea -----END PGP SIGNATURE----- --4jXrM3lyYWu4nBt5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 18:40: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 2182137B409 for ; Wed, 15 May 2002 18:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1e5G47686; Wed, 15 May 2002 18:40:05 -0700 (PDT) (envelope-from gnats) Received: from modusponens.dnsalias.org (pool-151-203-184-138.wma.east.verizon.net [151.203.184.138]) by hub.freebsd.org (Postfix) with ESMTP id BBAE337B401 for ; Wed, 15 May 2002 18:34:20 -0700 (PDT) Received: from modusponens.dnsalias.org (localhost [127.0.0.1]) by modusponens.dnsalias.org (8.12.3/8.12.3) with ESMTP id g4G1ZsSl019071 for ; Wed, 15 May 2002 21:35:54 -0400 (EDT) (envelope-from jay@modusponens.dnsalias.org) Received: (from jay@localhost) by modusponens.dnsalias.org (8.12.3/8.12.3/Submit) id g4G1ZstP019070; Wed, 15 May 2002 21:35:54 -0400 (EDT) Message-Id: <200205160135.g4G1ZstP019070@modusponens.dnsalias.org> Date: Wed, 15 May 2002 21:35:54 -0400 (EDT) From: Jay Sachs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38129: jdk14-doc port needs updating 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: 38129 >Category: ports >Synopsis: jdk14-doc port needs updating >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: Wed May 15 18:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jay Sachs >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Eziba >Environment: System: FreeBSD modusponens.dnsalias.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Thu May 9 22:00:50 EDT 2002 root@socrates.modusponens.org:/tmp/obj/usr/src/sys/SOCRATES i386 >Description: The port is stale. New non-beta docs are now available. >How-To-Repeat: cd /usr/ports/java/jdk14-doc make >Fix: Update Makefile and distinfo. >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 Wed May 15 18:57:52 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 80EA637B416; Wed, 15 May 2002 18:57:43 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1vhO50045; Wed, 15 May 2002 18:57:43 -0700 (PDT) (envelope-from pat) Date: Wed, 15 May 2002 18:57:43 -0700 (PDT) From: Message-Id: <200205160157.g4G1vhO50045@freefall.freebsd.org> To: tilman@tl.kom.tuwien.ac.at, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38109: Fix irc/bitchx WITH_TCL=yes 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: Fix irc/bitchx WITH_TCL=yes State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed May 15 18:57:29 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38109 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 18:58: 1 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 1644B37B404; Wed, 15 May 2002 18:57:58 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1vu350092; Wed, 15 May 2002 18:57:56 -0700 (PDT) (envelope-from pat) Date: Wed, 15 May 2002 18:57:56 -0700 (PDT) From: Message-Id: <200205160157.g4G1vu350092@freefall.freebsd.org> To: tilman@arved.de, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38115: Fix Build of irc/bitchx HAVE_GNOME=yes 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: Fix Build of irc/bitchx HAVE_GNOME=yes State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed May 15 18:57:45 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38115 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 18:58: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 22A3637B403; Wed, 15 May 2002 18:58:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1wo950196; Wed, 15 May 2002 18:58:50 -0700 (PDT) (envelope-from pat) Date: Wed, 15 May 2002 18:58:50 -0700 (PDT) From: Message-Id: <200205160158.g4G1wo950196@freefall.freebsd.org> To: jdunn@verticalscope.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes 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: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed May 15 18:58:00 PDT 2002 State-Changed-Why: Fixed, Thanks for the report! http://www.freebsd.org/cgi/query-pr.cgi?pr=36387 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 18:59: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 A1D8A37B404; Wed, 15 May 2002 18:59:07 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1x7W50256; Wed, 15 May 2002 18:59:07 -0700 (PDT) (envelope-from pat) Date: Wed, 15 May 2002 18:59:07 -0700 (PDT) From: Message-Id: <200205160159.g4G1x7W50256@freefall.freebsd.org> To: charon@labs.gr, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30557: bitchx fails to build when WITH_TCL=yes is used 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: bitchx fails to build when WITH_TCL=yes is used State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed May 15 18:58:54 PDT 2002 State-Changed-Why: Fixed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=30557 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 19: 0: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 0783437B404 for ; Wed, 15 May 2002 19:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G206050352; Wed, 15 May 2002 19:00:06 -0700 (PDT) (envelope-from gnats) Received: from emma.line.org (p50876DA5.dip.t-dialin.net [80.135.109.165]) by hub.freebsd.org (Postfix) with ESMTP id E73C837B405 for ; Wed, 15 May 2002 18:58:30 -0700 (PDT) Received: by emma.line.org (Postfix, from userid 0) id 4FAE31B24B; Thu, 16 May 2002 03:58:28 +0200 (CEST) Message-Id: <20020516015828.4FAE31B24B@emma.line.org> Date: Thu, 16 May 2002 03:58:28 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38130: x11-wm/icewm 1.0.9_5 fails to configure: giconv.h 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: 38130 >Category: ports >Synopsis: x11-wm/icewm 1.0.9_5 fails to configure: giconv.h >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 15 19:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD emma1.emma.line.org 4.5-STABLE FreeBSD 4.5-STABLE #1: Sun Apr 14 13:33:10 CEST 2002 root@emma1.emma.line.org:/usr/src/sys/compile/MA i386 >Description: icewm fails to configure. It expects a giconv.h which is not present on 4.5-RELEASE and 4.5-STABLE and which is not requested through build dependencies. >How-To-Repeat: 1. get a FreeBSD 4.5-STABLE system 2. cd /usr/ports/x11-wm/icewm 3. make >Fix: Either discard the patches that turn iconv.h into giconv.h or list proper dependencies to a port that installs giconv.h. >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 Wed May 15 19: 4:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 02A6437B405; Wed, 15 May 2002 19:04:23 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4G27JY6002964; Wed, 15 May 2002 22:07:20 -0400 (EDT) (envelope-from alane@geeksrus.net) Content-Type: text/plain; charset="iso-8859-1" From: Alan E To: Kris Kennaway Subject: Re: pdksh version number botch? Date: Wed, 15 May 2002 22:07:19 -0400 X-Mailer: KMail [version 1.4] Cc: FreeBSD Ports List , FreeBSD Port Mgr References: <20020515211259.GA47673@wwweasel.geeksrus.net> <20020515162014.B93176@xor.obsecurity.org> In-Reply-To: <20020515162014.B93176@xor.obsecurity.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205152207.19331.alane@geeksrus.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 On Wednesday 15 May 2002 19:20, Kris Kennaway wrote: > On Wed, May 15, 2002 at 05:12:59PM -0400, Alan E wrote: > > pdksh went from 5.2.14 to 5.2.14.p2. portupgrade sees this as a > > downgrade. does this need a PORTEPOCH added now, since the .p2 doesn'= t > > parse/compare correctly? > > We usually name this kind of thing like 5.2.14.2. Question is, what's the right thing to do now? It was just committed toda= y, so=20 would patching the version be OK, or since it's already there and people = may=20 have downloaded it, must we go the portepoch route instead? If I'm going to PR it, I'd like to know what the right fix is. :) --=20 AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 19:35:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id 3D5C537B403 for ; Wed, 15 May 2002 19:35:46 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maila.telia.com (8.11.6/8.11.6) with ESMTP id g4G2Zi523923 for ; Thu, 16 May 2002 04:35:44 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id EAA16719 for ; Thu, 16 May 2002 04:35:44 +0200 (CEST) Received: (qmail 28562 invoked by uid 1001); 16 May 2002 02:35:40 -0000 Date: Thu, 16 May 2002 04:35:40 +0200 From: Erik Trulsson To: Alan E Cc: Kris Kennaway , FreeBSD Ports List , FreeBSD Port Mgr Subject: Re: pdksh version number botch? Message-ID: <20020516023540.GA28521@student.uu.se> Mail-Followup-To: Alan E , Kris Kennaway , FreeBSD Ports List , FreeBSD Port Mgr References: <20020515211259.GA47673@wwweasel.geeksrus.net> <20020515162014.B93176@xor.obsecurity.org> <200205152207.19331.alane@geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205152207.19331.alane@geeksrus.net> 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 On Wed, May 15, 2002 at 10:07:19PM -0400, Alan E wrote: > On Wednesday 15 May 2002 19:20, Kris Kennaway wrote: > > On Wed, May 15, 2002 at 05:12:59PM -0400, Alan E wrote: > > > pdksh went from 5.2.14 to 5.2.14.p2. portupgrade sees this as a > > > downgrade. does this need a PORTEPOCH added now, since the .p2 doesn't > > > parse/compare correctly? > > > > We usually name this kind of thing like 5.2.14.2. > > Question is, what's the right thing to do now? It was just committed today, so > would patching the version be OK, or since it's already there and people may > have downloaded it, must we go the portepoch route instead? Just make sure that the new version is seen as newer than 5.2.14 5.2.14.2 is regarded as newer than 5.2.14 and should therefore work fine (as would 5.2.14p2 and several other possibilities) No need for portepoch in this case. > > If I'm going to PR it, I'd like to know what the right fix is. :) > -- > AlanE > -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 19:39: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 5A37137B406; Wed, 15 May 2002 19:38:52 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E2FB266DC8; Wed, 15 May 2002 19:38:51 -0700 (PDT) Date: Wed, 15 May 2002 19:38:51 -0700 From: Kris Kennaway To: Alan E Cc: Kris Kennaway , FreeBSD Ports List , FreeBSD Port Mgr Subject: Re: pdksh version number botch? Message-ID: <20020515193851.A98620@xor.obsecurity.org> References: <20020515211259.GA47673@wwweasel.geeksrus.net> <20020515162014.B93176@xor.obsecurity.org> <200205152207.19331.alane@geeksrus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205152207.19331.alane@geeksrus.net>; from alane@geeksrus.net on Wed, May 15, 2002 at 10:07:19PM -0400 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 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 10:07:19PM -0400, Alan E wrote: > On Wednesday 15 May 2002 19:20, Kris Kennaway wrote: > > On Wed, May 15, 2002 at 05:12:59PM -0400, Alan E wrote: > > > pdksh went from 5.2.14 to 5.2.14.p2. portupgrade sees this as a > > > downgrade. does this need a PORTEPOCH added now, since the .p2 doesn't > > > parse/compare correctly? > > > > We usually name this kind of thing like 5.2.14.2. >=20 > Question is, what's the right thing to do now? It was just committed toda= y, so=20 > would patching the version be OK, or since it's already there and people = may=20 > have downloaded it, must we go the portepoch route instead? >=20 > If I'm going to PR it, I'd like to know what the right fix is. :) > pkg_version -t 5.2.14 5.2.14.p2 > > pkg_version -t 5.2.14 5.2.14.2 < > pkg_version -t 5.2.14.p2 5.2.14.2 < Not sure what the problem is. Kris --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84xu7Wry0BWjoQKURAij6AJoCYTmUeH01tPl9ud6gQl7P2ZaSiwCeKMOZ ddq5zxgVs/jrfniTP7+Q4iM= =/zDn -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 20: 0: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 03B5537B40A for ; Wed, 15 May 2002 20:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G303e59576; Wed, 15 May 2002 20:00:03 -0700 (PDT) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id E550537B409; Wed, 15 May 2002 19:52:09 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4G2t6Y6003340; Wed, 15 May 2002 22:55:06 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.3/8.12.3/Submit) id g4G2t6fS003339; Wed, 15 May 2002 22:55:06 -0400 (EDT) (envelope-from alane) Message-Id: <200205160255.g4G2t6fS003339@wwweasel.geeksrus.net> Date: Wed, 15 May 2002 22:55:06 -0400 (EDT) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: tg@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38131: version number botched: compares as less than previous version 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: 38131 >Category: ports >Synopsis: version number botched: compares as less than previous version >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 15 20:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 19:57:52 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: Version went from 5.2.14 to 5.2.14.p2. According to pkg_version (and portupgrade), this is a downgrade. Solution is to remove the dot before the p2, so it will correctly be seen as an upgrade instead. >How-To-Repeat: Notice that new pdksh does not show up when you do a 'portversion -l\<'. >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: shells/pdksh/Makefile =================================================================== RCS file: /home/ncvs/ports/shells/pdksh/Makefile,v retrieving revision 1.25 diff -u -3 -r1.25 Makefile --- shells/pdksh/Makefile 15 May 2002 11:48:59 -0000 1.25 +++ shells/pdksh/Makefile 16 May 2002 02:48:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= pdksh -PORTVERSION= 5.2.14.p2 +PORTVERSION= 5.2.14p2 CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >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 Wed May 15 20:20: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 F2BD137B40A for ; Wed, 15 May 2002 20:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G3K1P64459; Wed, 15 May 2002 20:20:01 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 95F7B37B403 for ; Wed, 15 May 2002 20:11:05 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178BfL-0006n6-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 10:10:55 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178BfL-0006mm-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 10:10:55 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G3B3k21620; Thu, 16 May 2002 10:11:03 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205160311.g4G3B3k21620@regency.nsu.ru> Date: Thu, 16 May 2002 10:11:03 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38132: NEW PORT: misc/wmwork 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: 38132 >Category: ports >Synopsis: NEW PORT: misc/wmwork >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 20:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is a port of WMWork, nifty dockapp for WindowMaker and AfterStep that helps you to keep track of time you've spent working on several projects (useful when filling TSRs at the end of workday ;-) This is yet another nice and useful dockapp to be added to Ports Tree hopefullly before 4.6 ;-) >How-To-Repeat: N/A >Fix: I've patched the code slightly, so it does not use deprecated ftime(3) anymore. Here's the shar: # 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: # # . # ./pkg-plist # ./pkg-descr # ./pkg-comment # ./files # ./files/patch-aa # ./files/patch-ab # ./Makefile # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmwork END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWMWork helps you to keep track of time you've spent working on several Xprojects, and is dockable in WindowMaker or AfterStep for your Xconvenience. X XWWW: http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmwork/ END-of-./pkg-descr echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA dockapp that keeps track of time you've spent working on something END-of-./pkg-comment echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Sun Mar 3 21:21:58 2002 X+++ Makefile Thu May 16 09:46:38 2002 X@@ -1,45 +1,18 @@ X-# $Id: Makefile,v 1.7 2002/03/03 15:21:58 godisch Exp $ X+CC ?= gcc X+CFLAGS += -c -Wall -pedantic X+INCDIR = -I${X11BASE}/include -I/usr/local/include X+LIBDIR = -L${X11BASE}/lib -L/usr/local/lib X+LIBS = -lXpm -lXext -lX11 -lgnugetopt X+OBJS = wmwork.o wmgeneral.o X X-prefix = /usr/local X-exec_prefix = ${prefix} X-bindir = ${exec_prefix}/bin X-mandir = ${prefix}/share/man X+.c.o: X+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o -DSIGPOLL=SIGIO X X-DESTDIR = X- X-CFLAGS = -O2 -Wall -pedantic X-LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext X+wmwork: $(OBJS) X+ ${CC} -o wmwork $^ ${LIBDIR} ${LIBS} X X all: wmwork X X-wmwork: wmwork.o wmgeneral.o X- $(CC) $(LIBS) -o $@ $^ X- X-wmwork.o: wmwork.c wmwork.h wmwork.xpm X-wmgeneral.o: wmgeneral.c wmgeneral.h X- X-install: install-bin install-doc X- X-install-bin: wmwork X- install -D -s -m 755 $< $(DESTDIR)$(bindir)/wmwork X- X-install-doc: wmwork.1 X- install -D -m 644 $< $(DESTDIR)$(mandir)/man1/wmwork.1 X- X-uninstall: uninstall-bin uninstall-doc X- X-uninstall-bin: X- rm -f $(DESTDIR)$(bindir)/wmwork X- X-uninstall-doc: X- rm -f $(DESTDIR)$(mandir)/man1/wmwork.1 X- X clean: X rm -f *.o X- X-distclean: clean X- rm -f wmwork X- X-.PHONY: all clean dist-clean install install-bin install-doc \ X- uninstall uninstall-bin uninstall-doc X- X+ rm -f wmwork core END-of-./files/patch-aa echo x - ./files/patch-ab sed 's/^X//' >./files/patch-ab << 'END-of-./files/patch-ab' X--- wmwork.c.orig Thu May 16 09:48:59 2002 X+++ wmwork.c Thu May 16 09:46:29 2002 X@@ -11,10 +11,9 @@ X #include X #include X #include X-#include X #include X #include X-#include X+#include X #include X X #include "wmgeneral.h" X@@ -43,7 +43,8 @@ X X char wmwork_mask_bits[64*64]; X char logname[MAX_STRING]; X-struct timeb now; X+struct timeval now; X+struct timezone tz; X struct Project X *current = NULL, X *first = NULL; X@@ -54,9 +55,9 @@ X int n, X show_days = 0, X but_stat = 0, X- millitm = 0, X running = 0; X long X+ microtm = 0, X last_time = 0; X static int signals[] = X {SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGPOLL, SIGTERM, SIGUSR1, SIGUSR2, 0}; X@@ -89,17 +90,17 @@ X AddMouseRegion(BUT_STOP, 41, 48, 58, 58); X AddMouseRegion(BUT_PREV, 5, 33, 16, 43); X AddMouseRegion(BUT_NEXT, 47, 33, 58, 43); X- drawTime(current->time, sess_time, millitm, show_days); X+ drawTime(current->time, sess_time, microtm, show_days); X drawProject(current->name); X X while (1) { X- last_time = now.time; X- ftime(&now); X+ last_time = now.tv_sec; X+ gettimeofday(&now, &tz); X if (running) { X- current->time += now.time - last_time; X- sess_time += now.time - last_time; X- millitm = now.millitm; X- drawTime(current->time, sess_time, millitm, show_days); X+ current->time += now.tv_sec - last_time; X+ sess_time += now.tv_sec - last_time; X+ microtm = now.tv_usec; X+ drawTime(current->time, sess_time, microtm, show_days); X RedrawWindow(); X } X while (XPending(display)) { X@@ -159,7 +160,7 @@ X current = current->next; X break; X } X- drawTime(current->time, sess_time, millitm, show_days); X+ drawTime(current->time, sess_time, microtm, show_days); X drawProject(current->name); X } X RedrawWindow(); X@@ -272,7 +273,7 @@ X } X } X X-void drawTime(long time1, long time2, int millitm, int show_days) X+void drawTime(long time1, long time2, int microtm, int show_days) X { X long d1 = 0, d2 = 0, h1 = 0, h2 = 0; X short m1 = 0, m2 = 0, s1 = 0, s2 = 0; X@@ -337,7 +338,7 @@ X copyXPMArea(TIMER_SRC_X(s2 % 10), TIMER_SRC_Y, 5, 7, 52, 20); X } X X- if (millitm < 500) { X+ if (microtm < 500000) { X copyXPMArea(161, CHAR_SRC_Y1, 1, 7, 27, 6); X copyXPMArea(161, CHAR_SRC_Y1, 1, 7, 27, 20); X copyXPMArea(161, CHAR_SRC_Y1, 1, 7, 43, 6); X@@ -502,7 +503,7 @@ X perror("fopen"); X return; X } X- strftime(t_buffer, 64, "%a %b %d %H:%M:%S %Z %Y", localtime(&now.time)); X+ strftime(t_buffer, 64, "%a %b %d %H:%M:%S %Z %Y", localtime(&now.tv_sec)); X fprintf(F, "%s %s %03li:%02li:%02li\n", t_buffer, current->name, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); X fclose(F); X } END-of-./files/patch-ab echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmwork X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/misc/wmwork/Makefile,v 1.9 2000/08/03 09:23:58 asami Exp $ X# X XPORTNAME= wmwork XPORTVERSION= 0.1.0 XCATEGORIES= misc windowmaker afterstep XMASTER_SITES= http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmwork/ XDISTNAME= wmwork_${PORTVERSION}.orig X XMAINTAINER= ports@FreeBSD.org X XLIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X XMAN1= wmwork.1 X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmwork ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/wmwork.1 ${PREFIX}/man/man1 X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmwork_0.1.0.orig.tar.gz) = fb39ba1425b7dfd1b2efccb50e78546d END-of-./distinfo 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 Wed May 15 21:20: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 8559737B409 for ; Wed, 15 May 2002 21:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G4K3V74503; Wed, 15 May 2002 21:20:03 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id CC8E237B405 for ; Wed, 15 May 2002 21:14:48 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178Cf6-0007id-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 11:14:44 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178Cf6-0007iN-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 11:14:44 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G4ErN01656; Thu, 16 May 2002 11:14:53 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205160414.g4G4ErN01656@regency.nsu.ru> Date: Thu, 16 May 2002 11:14:53 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38134: NEW PORT: sysutils/wmfortune for WMaker/AStep 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: 38134 >Category: ports >Synopsis: NEW PORT: sysutils/wmfortune for WMaker/AStep >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 21:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is another cool WMaker/AStep dockable app that displays fortunes in a run-line. Looks pretty nice, and still not in ports, so I've ported it. I've altered the default speed, since it was WAY out of resonable value. It's changable with `-s' option anyway... >How-To-Repeat: N/A >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: # # . # ./pkg-descr # ./Makefile # ./distinfo # ./files # ./files/patch-aa # ./files/patch-ab # ./pkg-comment # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWMFortune outputs the fortune messages, just as its name says. X XWWW: http://www.01.246.ne.jp/~m-sugano/apps.html END-of-./pkg-descr echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmfortune X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/sysutils/wmfortune/Makefile,v 1.9 2000/08/03 09:23:58 asami Exp $ X# X XPORTNAME= wmfortune XPORTVERSION= 0.241 XCATEGORIES= games windowmaker afterstep XMASTER_SITES= http://www.01.246.ne.jp/~m-sugano/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmfortune-0.241.tar.gz) = fa8db5d9a46d9afe7757f498c781e8c9 END-of-./distinfo echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Thu May 16 10:51:45 2002 X+++ Makefile Thu May 16 10:53:56 2002 X@@ -1,35 +1,18 @@ X-### Edit here as you like :) X-BINDIR = /usr/local/bin X-############################ X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include -I/usr/local/include X+LIBDIR = -L${X11BASE}/lib X+LIBS = -lXpm -lXext -lX11 X+OBJS = wmfortune.o dockapp.o X X-DEST = wmfortune X+.c.o: X+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o X X-# Programs used to move the binary to the proper place. X-INSTALL = /usr/bin/install X-INSTALL_PROGRAM = ${INSTALL} -m 755 X-UNINSTALL_PROGRAM = rm -f X+wmfortune: $(OBJS) X+ ${CC} -o wmfortune $^ ${LIBDIR} ${LIBS} X X-CC = gcc X-OPTIMIZE = -O2 X-XLIBDIR = /usr/X11R6/lib X-#XLIB = -ldockapp -lXpm -lXext -lX11 X-XLIB = -lXpm -lXext -lX11 X-OBJ = wmfortune.o dockapp.o X- X-$(DEST) : $(OBJ) X- $(CC) $(OBJ) -L$(XLIBDIR) $(XLIB) -o $(DEST) X- X-dockapp.o: dockapp.c X- $(CC) $(OPTIMIZE) $< -c X- X-wmfortune.o: wmfortune.c X- $(CC) $(OPTIMIZE) $< -c X- X-install: X- $(INSTALL_PROGRAM) ./$(DEST) $(BINDIR)/$(DEST) X- X-uninstall: X- $(UNINSTALL_PROGRAM) $(BINDIR)/$(DEST) X+all: wmfortune X X clean: X- rm -rf $(DEST) $(OBJ) *~ X+ rm -f *.o X+ rm -f wmfortune core END-of-./files/patch-aa echo x - ./files/patch-ab sed 's/^X//' >./files/patch-ab << 'END-of-./files/patch-ab' X--- wmfortune.c.orig Thu May 16 11:01:43 2002 X+++ wmfortune.c Thu May 16 11:02:18 2002 X@@ -21,7 +21,7 @@ X * X */ X #define BUFF_SIZE 1024 X-#define SCROLL_DEFAULT_SPEED 1000 X+#define SCROLL_DEFAULT_SPEED 10000 X X #include X #include X@@ -110,7 +110,7 @@ X X static DAProgramOption options[] = { X {"-d", "--displayname", "display to use.", DOString, False, {&displayName}}, X- {"-s", "--speed", "scrolling speed. (default 1000 dot/ms)", DOInteger, False, {&speed}}, X+ {"-s", "--speed", "scrolling speed. (default 10000 dot/ms)", DOInteger, False, {&speed}}, X }; X X static void END-of-./files/patch-ab echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XWindowMaker dockapp that outputs the fortune messages END-of-./pkg-comment echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmfortune END-of-./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 Wed May 15 22:10:22 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 DD7DE37B407 for ; Wed, 15 May 2002 22:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5A1M82066; Wed, 15 May 2002 22:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 4002C37B404 for ; Wed, 15 May 2002 22:00:56 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178DNe-0005xI-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 12:00:46 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178DNd-0005wr-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 12:00:45 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G50s790425; Thu, 16 May 2002 12:00:54 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205160500.g4G50s790425@regency.nsu.ru> Date: Thu, 16 May 2002 12:00:54 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep 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: 38135 >Category: ports >Synopsis: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 22:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: Another cute dockapp missing in the Ports Tree. Much like sysutils/wmfire, just a lot more configurable and... just different. >How-To-Repeat: N/A >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: # # . # ./files # ./files/patch-aa # ./Makefile # ./pkg-comment # ./pkg-descr # ./distinfo # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Tue Jun 15 17:11:20 1999 X+++ Makefile Thu May 16 11:38:12 2002 X@@ -1,21 +1,20 @@ X-INCDIR = -I/usr/X11R6/include X-LIBDIR = -L/usr/X11R6/lib X-LIBS = -lXpm -lXext -lX11 X-OBJS = wmflame.o ../wmgeneral/wmgeneral.o X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X+LIBS = -lXpm -lXext -lX11 X+OBJS = wmflame.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O3 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) X- X-all: wmflame X+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o X X wmflame: $(OBJS) X- cc -o wmflame $^ $(LIBDIR) $(LIBS) X+ ${CC} -o wmflame $^ ${LIBDIR} ${LIBS} X+ X+all: wmflame X X clean: X- for i in $(OBJS) ; do \ X+ for i in ${OBJS}; do \ X rm -f $$i; \ X done X- rm -f wmflame X- X-install: X- mv wmflame /usr/local/bin X+ rm -f wmflame core END-of-./files/patch-aa echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmflame X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/sysutils/wmflame/Makefile,v 1.6 2001/11/27 15:06:17 jedgar Exp $ X# X XPORTNAME= wmflame XPORTVERSION= 0.60 XCATEGORIES= sysutils XMASTER_SITES= http://web.novalis.org/programs/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XWindowMaker dockapp that shows load average as a flame END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWindowMaker dockapp showing load average as a flame. XAllows user to change lots of flame characteristics. X XWWW: http://web.novalis.org/ END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmflame-0.60.tar.gz) = a9de2b284d95cc9933ce9ba869a6fa67 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmflame END-of-./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 Wed May 15 22:12:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 5C0D737B409; Wed, 15 May 2002 22:12:14 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178DYd-0008EP-00; Thu, 16 May 2002 12:12:07 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178DYc-0008ED-00; Thu, 16 May 2002 12:12:06 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G5CFH40878; Thu, 16 May 2002 12:12:15 +0700 (NOVST) (envelope-from danfe) Date: Thu, 16 May 2002 12:12:15 +0700 From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep Message-ID: <20020516121215.A40358@regency.nsu.ru> References: <200205160500.g4G50s790425@regency.nsu.ru> <200205160510.g4G5A1V82062@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: <200205160510.g4G5A1V82062@freefall.freebsd.org>; from FreeBSD-gnats-submit@freebsd.org on Wed, May 15, 2002 at 10:10:01PM -0700 X-Envelope-To: freebsd-ports@freebsd.org, FreeBSD-gnats-submit@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 On Wed, May 15, 2002 at 10:10:01PM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38135 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep > >Arrival-Date: Wed May 15 22:10:01 PDT 2002 > Actually, I've come up with a more generic Makefile, and thus rerolled the shar: # 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: # # . # ./files # ./files/patch-aa # ./Makefile # ./pkg-comment # ./pkg-descr # ./distinfo # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Tue Jun 15 17:11:20 1999 X+++ Makefile Thu May 16 11:38:12 2002 X@@ -1,21 +1,20 @@ X-INCDIR = -I/usr/X11R6/include X-LIBDIR = -L/usr/X11R6/lib X-LIBS = -lXpm -lXext -lX11 X-OBJS = wmflame.o ../wmgeneral/wmgeneral.o X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X+LIBS = -lXpm -lXext -lX11 X+OBJS = wmflame.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O3 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) X- X-all: wmflame X+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o X X wmflame: $(OBJS) X- cc -o wmflame $^ $(LIBDIR) $(LIBS) X+ ${CC} -o wmflame $^ ${LIBDIR} ${LIBS} X+ X+all: wmflame X X clean: X- for i in $(OBJS) ; do \ X+ for i in ${OBJS}; do \ X rm -f $$i; \ X done X- rm -f wmflame X- X-install: X- mv wmflame /usr/local/bin X+ rm -f wmflame core END-of-./files/patch-aa echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmflame X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/sysutils/wmflame/Makefile,v 1.6 2001/11/27 15:06:17 jedgar Exp $ X# X XPORTNAME= wmflame XPORTVERSION= 0.60 XCATEGORIES= sysutils XMASTER_SITES= http://web.novalis.org/programs/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XWindowMaker dockapp that shows load average as a flame END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWindowMaker dockapp showing load average as a flame. XAllows user to change lots of flame characteristics. X XWWW: http://web.novalis.org/ END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmflame-0.60.tar.gz) = a9de2b284d95cc9933ce9ba869a6fa67 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmflame END-of-./pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 22: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 D172437B405 for ; Wed, 15 May 2002 22:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5K2t82646; Wed, 15 May 2002 22:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 22:20:02 -0700 (PDT) Message-Id: <200205160520.g4G5K2t82646@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep Reply-To: Alexey Dokuchaev 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/38135; it has been noted by GNATS. From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Cc: Subject: Re: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep Date: Thu, 16 May 2002 12:12:15 +0700 On Wed, May 15, 2002 at 10:10:01PM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38135 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep > >Arrival-Date: Wed May 15 22:10:01 PDT 2002 > Actually, I've come up with a more generic Makefile, and thus rerolled the shar: # 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: # # . # ./files # ./files/patch-aa # ./Makefile # ./pkg-comment # ./pkg-descr # ./distinfo # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Tue Jun 15 17:11:20 1999 X+++ Makefile Thu May 16 11:38:12 2002 X@@ -1,21 +1,20 @@ X-INCDIR = -I/usr/X11R6/include X-LIBDIR = -L/usr/X11R6/lib X-LIBS = -lXpm -lXext -lX11 X-OBJS = wmflame.o ../wmgeneral/wmgeneral.o X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X+LIBS = -lXpm -lXext -lX11 X+OBJS = wmflame.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O3 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) X- X-all: wmflame X+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o X X wmflame: $(OBJS) X- cc -o wmflame $^ $(LIBDIR) $(LIBS) X+ ${CC} -o wmflame $^ ${LIBDIR} ${LIBS} X+ X+all: wmflame X X clean: X- for i in $(OBJS) ; do \ X+ for i in ${OBJS}; do \ X rm -f $$i; \ X done X- rm -f wmflame X- X-install: X- mv wmflame /usr/local/bin X+ rm -f wmflame core END-of-./files/patch-aa echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmflame X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/sysutils/wmflame/Makefile,v 1.6 2001/11/27 15:06:17 jedgar Exp $ X# X XPORTNAME= wmflame XPORTVERSION= 0.60 XCATEGORIES= sysutils XMASTER_SITES= http://web.novalis.org/programs/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XWindowMaker dockapp that shows load average as a flame END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWindowMaker dockapp showing load average as a flame. XAllows user to change lots of flame characteristics. X XWWW: http://web.novalis.org/ END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmflame-0.60.tar.gz) = a9de2b284d95cc9933ce9ba869a6fa67 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmflame END-of-./pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 22:30: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 CAA4337B408 for ; Wed, 15 May 2002 22:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5U1Y83406; Wed, 15 May 2002 22:30:01 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 6AF6C37B408 for ; Wed, 15 May 2002 22:26:14 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178DmA-0000sz-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 12:26:06 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178Dm9-0000sn-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 12:26:05 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G5QEw73276; Thu, 16 May 2002 12:26:14 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205160526.g4G5QEw73276@regency.nsu.ru> Date: Thu, 16 May 2002 12:26:14 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) 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: 38136 >Category: ports >Synopsis: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 22:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is yet another useless but pretty dockapp for WindowMaker and/or AfterStep. It's not in the ports tree, so... ;-) >How-To-Repeat: N/A >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: # # . # ./Makefile # ./distinfo # ./pkg-comment # ./files # ./files/patch-aa # ./pkg-plist # ./pkg-descr # ./pkg-descr.bak # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmjulia X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/misc/wmjulia/Makefile,v 1.6 2001/11/27 15:06:17 jedgar Exp $ X# X XPORTNAME= wmjulia XPORTVERSION= 0.40 XCATEGORIES= misc XMASTER_SITES= http://web.novalis.org/programs/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmjulia-0.40.tar.gz) = 2a8d95d21a9e2f838e3676d0560e78e2 END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA dockapp that shows some neat moving stuff END-of-./pkg-comment echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Thu May 16 12:16:40 2002 X+++ Makefile Thu May 16 12:17:17 2002 X@@ -1,21 +1,20 @@ X-INCDIR = -I/usr/X11R6/include X-LIBDIR = -L/usr/X11R6/lib X-LIBS = -lXpm -lXext -lX11 -lm X-OBJS = wmjulia.o ../wmgeneral/wmgeneral.o X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X+LIBS = -lXpm -lXext -lX11 -lm X+OBJS = wmjulia.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) X- X-all: wmjulia X+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o X X wmjulia: $(OBJS) X- cc -o wmjulia $^ $(LIBDIR) $(LIBS) X+ ${CC} -o wmjulia $^ ${LIBDIR} ${LIBS} X+ X+all: wmjulia X X clean: X- for i in $(OBJS) ; do \ X+ for i in ${OBJS}; do \ X rm -f $$i; \ X done X- rm -f wmjulia X- X-install: X- mv wmjulia /usr/local/bin X+ rm -f wmjulia core END-of-./files/patch-aa echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmjulia END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XA WindowMaker/AfterSter dockable app, showing some neat moving stuff. XNot particularly useful, but looks kinda cool. X XWWW: http://web.novalis.org/ END-of-./pkg-descr echo x - ./pkg-descr.bak sed 's/^X//' >./pkg-descr.bak << 'END-of-./pkg-descr.bak' XA WindowMaker/AfterSter dockable app, showing some neat moving stuff. XNot particulary useful, but looks kinda cool. X XWWW: http://web.novalis.org/ END-of-./pkg-descr.bak 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 Wed May 15 22:32:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id B315B37B409; Wed, 15 May 2002 22:32:23 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178Drt-000268-00; Thu, 16 May 2002 12:32:01 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178Drs-00025o-00; Thu, 16 May 2002 12:32:00 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G5W9M77537; Thu, 16 May 2002 12:32:09 +0700 (NOVST) (envelope-from danfe) Date: Thu, 16 May 2002 12:32:09 +0700 From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) Message-ID: <20020516123209.A76659@regency.nsu.ru> References: <200205160526.g4G5QEw73276@regency.nsu.ru> <200205160530.g4G5U1183400@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: <200205160530.g4G5U1183400@freefall.freebsd.org>; from FreeBSD-gnats-submit@freebsd.org on Wed, May 15, 2002 at 10:30:01PM -0700 X-Envelope-To: freebsd-ports@freebsd.org, FreeBSD-gnats-submit@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 On Wed, May 15, 2002 at 10:30:01PM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38136 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) > >Arrival-Date: Wed May 15 22:30:01 PDT 2002 > Please remove pkg-descr.bak from the port dir, it's a leftover from ispell check. Duh! Thanks. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 22:40: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 11E8337B400 for ; Wed, 15 May 2002 22:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5e3Y83992; Wed, 15 May 2002 22:40:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 22:40:03 -0700 (PDT) Message-Id: <200205160540.g4G5e3Y83992@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) Reply-To: Alexey Dokuchaev 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/38136; it has been noted by GNATS. From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Cc: Subject: Re: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) Date: Thu, 16 May 2002 12:32:09 +0700 On Wed, May 15, 2002 at 10:30:01PM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38136 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) > >Arrival-Date: Wed May 15 22:30:01 PDT 2002 > Please remove pkg-descr.bak from the port dir, it's a leftover from ispell check. Duh! Thanks. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 22:50: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 6A56D37B401 for ; Wed, 15 May 2002 22:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5o1b84867; Wed, 15 May 2002 22:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id D6BEA37B406 for ; Wed, 15 May 2002 22:42:33 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178E1x-0003g1-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 12:42:25 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178E1w-0003fo-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 May 2002 12:42:24 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G5gXP21081; Thu, 16 May 2002 12:42:33 +0700 (NOVST) (envelope-from danfe) Message-Id: <200205160542.g4G5gXP21081@regency.nsu.ru> Date: Thu, 16 May 2002 12:42:33 +0700 (NOVST) From: Alexey Dokuchaev Reply-To: Alexey Dokuchaev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38137: NEW PORT: misc/wmfirew (dockapp for WM/AS) 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: 38137 >Category: ports >Synopsis: NEW PORT: misc/wmfirew (dockapp for WM/AS) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 15 22:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexey Dokuchaev >Release: FreeBSD 4.5-STABLE i386 >Organization: CNIT NSU >Environment: System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386 >Description: This is yet another useless but pretty dockapp for WMaker/AStep dock/wharf. It shows fireworks! >How-To-Repeat: N/A >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: # # . # ./Makefile # ./pkg-plist # ./files # ./files/patch-aa # ./pkg-descr # ./pkg-comment # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmfirew X# Date created: 16 May 2002 X# Whom: Alexey Dokuchaev X# X# $FreeBSD: ports/misc/wmfirew/Makefile,v 1.6 2001/11/27 15:06:17 jedgar Exp $ X# X XPORTNAME= wmfirew XPORTVERSION= 0.20 XCATEGORIES= misc XMASTER_SITES= http://web.novalis.org/programs/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-./Makefile echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/wmfirew END-of-./pkg-plist echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- Makefile.orig Thu May 16 12:16:40 2002 X+++ Makefile Thu May 16 12:17:17 2002 X@@ -1,21 +1,20 @@ X-INCDIR = -I/usr/X11R6/include X-LIBDIR = -L/usr/X11R6/lib X-LIBS = -lXpm -lXext -lX11 X-OBJS = wmfirew.o ../wmgeneral/wmgeneral.o X+CC ?= gcc X+CFLAGS += -c -Wall X+INCDIR = -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X+LIBS = -lXpm -lXext -lX11 X+OBJS = wmfirew.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) X- X-all: wmfirew X+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o X X wmfirew: $(OBJS) X- cc -o wmfirew $^ $(LIBDIR) $(LIBS) X+ ${CC} -o wmfirew $^ ${LIBDIR} ${LIBS} X+ X+all: wmfirew X X clean: X- for i in $(OBJS) ; do \ X+ for i in ${OBJS}; do \ X rm -f $$i; \ X done X- rm -f wmfirew X- X-install: X- mv wmfirew /usr/local/bin X+ rm -f wmfirew core END-of-./files/patch-aa echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XA WindowMaker/AfterSter dockable app, showing fireworks in action. XNot particularly useful, but looks kinda cool. X XWWW: http://web.novalis.org/ END-of-./pkg-descr echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA dockapp that shows fireworks in action END-of-./pkg-comment echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wmfirew-0.20.tar.gz) = 0862f9513a71d60d9c6535780f37b5f1 END-of-./distinfo 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 Wed May 15 23:10:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 437B337B41D; Wed, 15 May 2002 23:08:20 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178EQz-0007Pd-00; Thu, 16 May 2002 13:08:17 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178EQz-0007PR-00; Thu, 16 May 2002 13:08:17 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G68Ns32294; Thu, 16 May 2002 13:08:23 +0700 (NOVST) (envelope-from danfe) Date: Thu, 16 May 2002 13:08:23 +0700 From: Alexey Dokuchaev To: freebsd-gnats-submit@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep Message-ID: <20020516130823.A29797@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Envelope-To: ports@FreeBSD.org, freebsd-gnats-submit@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 Hi! Dang, CATEGORIES= need to be changed from "sysutils" -> "sysutils windowmaker afterstep" Sorry! ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:11:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id CB9F937B405; Wed, 15 May 2002 23:11:40 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178EU7-0007gr-00; Thu, 16 May 2002 13:11:31 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178EU7-0007gd-00; Thu, 16 May 2002 13:11:31 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G6Bei33724; Thu, 16 May 2002 13:11:40 +0700 (NOVST) (envelope-from danfe) Date: Thu, 16 May 2002 13:11:40 +0700 From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) Message-ID: <20020516131140.B29797@regency.nsu.ru> References: <200205160526.g4G5QEw73276@regency.nsu.ru> <200205160530.g4G5U1183400@freefall.freebsd.org> <20020516123209.A76659@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516123209.A76659@regency.nsu.ru>; from danfe@regency.nsu.ru on Thu, May 16, 2002 at 12:32:09PM +0700 X-Envelope-To: freebsd-ports@freebsd.org, FreeBSD-gnats-submit@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 > On Wed, May 15, 2002 at 10:30:01PM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38136 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) > >Arrival-Date: Wed May 15 22:30:01 PDT 2002 > Dang, CATEGORIES= is wrong... Should go from "misc" -> "misc windowmaker afterstep" really. Sorry. Same thing applies to ports/38137. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:17:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id CCE7437B408; Wed, 15 May 2002 23:17:07 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178EZV-00088v-00; Thu, 16 May 2002 13:17:05 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178EZU-00088j-00; Thu, 16 May 2002 13:17:04 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4G6HDs34861; Thu, 16 May 2002 13:17:14 +0700 (NOVST) (envelope-from danfe) Date: Thu, 16 May 2002 13:17:13 +0700 From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/38137: NEW PORT: misc/wmfirew (dockapp for WM/AS) Message-ID: <20020516131713.C29797@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Envelope-To: freebsd-ports@freebsd.org, FreeBSD-gnats-submit@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 Hi! Dammit, CATEGORIES= is wrong... Should go from "misc" -> "misc windowmaker afterstep" really. Sorry. Same thing applies to ports/38136. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:20: 8 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 CC3B937B405 for ; Wed, 15 May 2002 23:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6K2I92358; Wed, 15 May 2002 23:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 23:20:02 -0700 (PDT) Message-Id: <200205160620.g4G6K2I92358@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep Reply-To: Alexey Dokuchaev 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/38135; it has been noted by GNATS. From: Alexey Dokuchaev To: freebsd-gnats-submit@FreeBSD.org, ports@FreeBSD.org Cc: Subject: Re: ports/38135: NEW PORT: sysutils/wmflame for WindowMaker or AfterStep Date: Thu, 16 May 2002 13:08:23 +0700 Hi! Dang, CATEGORIES= need to be changed from "sysutils" -> "sysutils windowmaker afterstep" Sorry! ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:20: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 D97FC37B403 for ; Wed, 15 May 2002 23:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6K4M92365; Wed, 15 May 2002 23:20:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 23:20:04 -0700 (PDT) Message-Id: <200205160620.g4G6K4M92365@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) Reply-To: Alexey Dokuchaev 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/38136; it has been noted by GNATS. From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Cc: Subject: Re: ports/38136: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) Date: Thu, 16 May 2002 13:11:40 +0700 > On Wed, May 15, 2002 at 10:30:01PM -0700, FreeBSD-gnats-submit@freebsd.org wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38136 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: NEW PORT: misc/wmjulia (dockapp for WMaker/ASter) > >Arrival-Date: Wed May 15 22:30:01 PDT 2002 > Dang, CATEGORIES= is wrong... Should go from "misc" -> "misc windowmaker afterstep" really. Sorry. Same thing applies to ports/38137. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:20: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 C36DB37B40A for ; Wed, 15 May 2002 23:20:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6K6n92371; Wed, 15 May 2002 23:20:06 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 May 2002 23:20:06 -0700 (PDT) Message-Id: <200205160620.g4G6K6n92371@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: ports/38137: NEW PORT: misc/wmfirew (dockapp for WM/AS) Reply-To: Alexey Dokuchaev 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/38137; it has been noted by GNATS. From: Alexey Dokuchaev To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Cc: Subject: Re: ports/38137: NEW PORT: misc/wmfirew (dockapp for WM/AS) Date: Thu, 16 May 2002 13:17:13 +0700 Hi! Dammit, CATEGORIES= is wrong... Should go from "misc" -> "misc windowmaker afterstep" really. Sorry. Same thing applies to ports/38136. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:36:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [218.44.187.2]) by hub.freebsd.org (Postfix) with ESMTP id CEABE37B404; Wed, 15 May 2002 23:36:33 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id EAA914D801; Thu, 16 May 2002 15:36:31 +0900 (JST) Date: Thu, 16 May 2002 15:36:33 +0900 Message-ID: <86ptzw8uq6.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Alan E Cc: Kris Kennaway , FreeBSD Ports List , FreeBSD Port Mgr Subject: Re: pdksh version number botch? In-Reply-To: <20020515162014.B93176@xor.obsecurity.org> References: <20020515211259.GA47673@wwweasel.geeksrus.net> User-Agent: Wanderlust/2.9.11 (Unchained Melody) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE 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 At Wed, 15 May 2002 16:20:14 -0700, kkenn wrote: > On Wed, May 15, 2002 at 05:12:59PM -0400, Alan E wrote: > > pdksh went from 5.2.14 to 5.2.14.p2. portupgrade sees this as a > > downgrade. does this need a PORTEPOCH added now, since the .p2 doesn't > > parse/compare correctly? Refer to Porter's Handbook. It's valid and regarded smaller than 5.2.14 by definition. (Read it `5.2.14-pre-2') > We usually name this kind of thing like 5.2.14.2. Or use 5.2.14p2 alternatively. (Read it `5.2.14 patchlevel 2') No PORTEPOCH bump is needed if you properly change the PORTVERSION to anything bigger than 5.2.14.p2. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 15 23:36:54 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 7534A37B404; Wed, 15 May 2002 23:36:45 -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 J9KHZSS5; Thu, 16 May 2002 09:38:33 +0300 Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id g4G6agO01912; Thu, 16 May 2002 09:36:42 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200205160636.g4G6agO01912@vega.vega.com> Subject: Re: *UPDATE* GNOME 2.0 Desktop progress To: marcus@FreeBSD.ORG (Joe Marcus Clarke) Date: Thu, 16 May 2002 09:36:41 +0300 (EEST) Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <1021505145.301.16.camel@gyros.marcuscom.com> from "Joe Marcus Clarke" at May 15, 2002 07:25:44 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Cool! You did an awesome work, Joe, thank you very much! -Maxim > > We're getting closer. This is a screenshot I snapped today from my > build machine. Currently, we're missing Nautilus and the new help > viewer. There are still some bugs to work out, but things are > definitely coming along. > > http://www.marcuscom.com/gnome2_desktop.png > > Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 0:26: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 49D8A37B403; Thu, 16 May 2002 00:26:56 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7Quv02734; Thu, 16 May 2002 00:26:56 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 00:26:56 -0700 (PDT) From: Message-Id: <200205160726.g4G7Quv02734@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/35740: Maintainer update of mail/imp: chasing new versions of dependencies. 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 of mail/imp: chasing new versions of dependencies. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 00:26:34 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=35740 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 0:27: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 0DA8537B403; Thu, 16 May 2002 00:27:33 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7RX302787; Thu, 16 May 2002 00:27:33 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 00:27:33 -0700 (PDT) From: Message-Id: <200205160727.g4G7RX302787@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36820: Security: upgrade www/horde and mail/imp to prevent potential CSS 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: Security: upgrade www/horde and mail/imp to prevent potential CSS State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 00:27:15 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36820 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 0:36:40 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 D51A837B403; Thu, 16 May 2002 00:36:37 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7ab803509; Thu, 16 May 2002 00:36:37 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 00:36:37 -0700 (PDT) From: Message-Id: <200205160736.g4G7ab803509@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36903: www/horde2: upgrade to Horde 2.1 RC2. 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: www/horde2: upgrade to Horde 2.1 RC2. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 00:36:21 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36903 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 0:53:40 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 0B75837B407; Thu, 16 May 2002 00:53:37 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7rb404971; Thu, 16 May 2002 00:53:37 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 00:53:37 -0700 (PDT) From: Message-Id: <200205160753.g4G7rb404971@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36904: mail/turba: upgrade from 1.0 to 1.1 RC2. 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: mail/turba: upgrade from 1.0 to 1.1 RC2. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 00:53:18 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 1:22:45 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 439E037B401; Thu, 16 May 2002 01:22:43 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8Mh010980; Thu, 16 May 2002 01:22:43 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 01:22:43 -0700 (PDT) From: Message-Id: <200205160822.g4G8Mh010980@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36906: mail/imp3: upgrade from 3.0 to 3.1 RC2. 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: mail/imp3: upgrade from 3.0 to 3.1 RC2. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 01:22:25 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36906 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 1:27: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 C631C37B403; Thu, 16 May 2002 01:27:34 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8RYM11338; Thu, 16 May 2002 01:27:34 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 01:27:34 -0700 (PDT) From: Message-Id: <200205160827.g4G8RYM11338@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37953: deskutils/kronolith: upgrade to 1.0-RC1. 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: deskutils/kronolith: upgrade to 1.0-RC1. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 01:27:13 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37953 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 1:30: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 45CB937B40F for ; Thu, 16 May 2002 01:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8U2A11670; Thu, 16 May 2002 01:30:02 -0700 (PDT) (envelope-from gnats) Received: from kebab.gaffel.nu (kebab.gaffel.nu [217.8.138.140]) by hub.freebsd.org (Postfix) with SMTP id 6E44737B407 for ; Thu, 16 May 2002 01:24:38 -0700 (PDT) Received: (qmail 17275 invoked by uid 1000); 16 May 2002 08:24:36 -0000 Message-Id: <20020516082436.17274.qmail@kebab.gaffel.nu> Date: 16 May 2002 08:24:36 -0000 From: "Шyvind" Kolbu Reply-To: "Шyvind" Kolbu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38140: linux-opera update to 6.0 final 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: 38140 >Category: ports >Synopsis: linux-opera update to 6.0 final >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 16 01:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Шyvind Kolbu >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD kebab.gaffel.nu 4.5-STABLE FreeBSD 4.5-STABLE #6: Fri Feb 22 21:32:47 CET 2002 oyvind@kebab.gaffel.nu:/usr/obj/usr/src/sys/kebab i386 >Description: Updates port to 6.0 final. >How-To-Repeat: Use the attached patch. >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 Thu May 16 2:16:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gw-fi.esaote.com (gw-fi.esaote.com [217.58.169.99]) by hub.freebsd.org (Postfix) with ESMTP id 3A36537B405; Thu, 16 May 2002 02:16:38 -0700 (PDT) Received: from rock.fi.esaote.it (rock.fi.esaote.it [192.168.4.40]) by gw-fi.esaote.com (8.12.3/8.12.3) with ESMTP id g4G9GZHR091752; Thu, 16 May 2002 11:16:35 +0200 (CEST) (envelope-from riccardo@torrini.org) Message-ID: X-Mailer: XFMail 1.4.4 on HPUX X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 16 May 2002 11:16:35 +0200 (METDST) From: Riccardo Torrini To: ports@FreeBSD.org, freebsd-current@FreeBSD.ORG Subject: /usr/ports/emulators/bochs on -CURRENT 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 # grep BOCHS /etc/make.conf WITH_BOCHS_CPU_LEVEL= 6 WITH_BOCHS_PROCESSORS= 1 # uname -v FreeBSD 5.0-CURRENT #34: Wed May 8 02:31:46 CEST 2002 [...] # cd /usr/ports/emulators/bochs && make [...] gmake[1]: Entering directory `/usr/ports/emulators/bochs/work/bochs-1.4/iodev' [...] c++ -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -fomit-frame-pointer -I/usr/X11R6/include -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs cdrom.cc -o cdrom.o In file included from cdrom.cc:40: /usr/include/arpa/inet.h:102: conflicting types for `typedef __uint32_t socklen_t' ../osdep.h:105: previous declaration as `typedef int socklen_t' gmake[1]: *** [cdrom.o] Error 1 gmake[1]: Leaving directory `/usr/ports/emulators/bochs/work/bochs-1.4/iodev' gmake: *** [iodev/libiodev.a] Error 2 *** Error code 2 I tryed with cdrom support disabled in Makefile and it go forward: # diff -u0 Makefile.orig Makefile --- Makefile.orig Thu May 16 09:48:29 2002 +++ Makefile Thu May 16 10:32:58 2002 @@ -34 +34 @@ -CONFIGURE_ARGS= --enable-cdrom \ +CONFIGURE_ARGS= --disable-cdrom \ # make clean && make [...] c++ -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -fomit-frame-pointer -I/usr/X11R6/include -I. -I./. -Iinstrument/stubs -I./instrument/stubs logio.cc -o logio.o c++ -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -fomit-frame-pointer -I/usr/X11R6/include -I. -I./. -Iinstrument/stubs -I./instrument/stubs main.cc -o main.o main.cc: In function `int bx_init_hardware()': main.cc:1177: `i' undeclared (first use this function) main.cc:1177: (Each undeclared identifier is reported only once main.cc:1177: for each function it appears in.) gmake: *** [main.o] Error 1 *** Error code 2 I (badly?) hacked main.cc to remove line 1177 and it compile fine. # diff -u0 main.cc.orig main.cc --- main.cc.orig Wed Mar 27 17:05:14 2002 +++ main.cc Thu May 16 11:02:38 2002 @@ -1177 +1177 @@ - BX_CPU(0)->local_apic.set_id (i); + // BX_CPU(0)->local_apic.set_id (i); I'm not able to check if it run until 19:00 CEST because I compile it from a remote ssh. And I think that commenting previous line is really bad :-) Can you (help me to) check what is wrong (my config, my -CURRENT, port, ...)? TIA, Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 2:50: 8 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 77F8537B400 for ; Thu, 16 May 2002 02:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G9o4422293; Thu, 16 May 2002 02:50:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 02:50:04 -0700 (PDT) Message-Id: <200205160950.g4G9o4422293@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anders Nordby Subject: Re: ports/38140: linux-opera update to 6.0 final Reply-To: Anders Nordby 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/38140; it has been noted by GNATS. From: Anders Nordby To: =?iso-8859-1?Q?=D8yvind?= Kolbu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/38140: linux-opera update to 6.0 final Date: Thu, 16 May 2002 11:47:05 +0200 Hi, On Thu, May 16, 2002 at 08:24:36AM -0000, Шyvind Kolbu wrote: >>Number: 38140 >>Category: ports >>Synopsis: linux-opera update to 6.0 final >> (..) >>How-To-Repeat: > Use the attached patch. Please re-send the patch. It was not attached. Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 3:22:37 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 7D23D37B405; Thu, 16 May 2002 03:22:35 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAMZp36745; Thu, 16 May 2002 03:22:35 -0700 (PDT) (envelope-from knu) Date: Thu, 16 May 2002 03:22:35 -0700 (PDT) From: Message-Id: <200205161022.g4GAMZp36745@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: Update: japanese/libslang 1.4.5.j0 -> 1.4.5.j2 State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Thu May 16 19:22:15 JST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 3:28:57 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 37BF837B404; Thu, 16 May 2002 03:28:52 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GASp037630; Thu, 16 May 2002 03:28:51 -0700 (PDT) (envelope-from knu) Date: Thu, 16 May 2002 03:28:51 -0700 (PDT) From: Message-Id: <200205161028.g4GASp037630@freefall.freebsd.org> To: mistral@imasy.or.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: port update: patch for locale change ja_JP.EUC -> ja_JP.eucJP State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Thu May 16 19:28:00 JST 2002 State-Changed-Why: Committed. Make sure to submit the patch to the author(s), thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=37997 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 3:33:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from siaar1aa.compuserve.com (siaar1aa.compuserve.com [149.174.40.9]) by hub.freebsd.org (Postfix) with ESMTP id C5EFC37B408 for ; Thu, 16 May 2002 03:33:29 -0700 (PDT) Received: (from mailgate@localhost) by siaar1aa.compuserve.com (8.9.3/8.9.3/SUN-REL-1.3) id GAA14415 for ports@freebsd.org; Thu, 16 May 2002 06:33:28 -0400 (EDT) Received: from Sender (fra-tgn-oyo-vty1.as.wcom.net [212.211.94.1]) by siaar1aa.compuserve.com (8.9.3/8.9.3/SUN-REL-1.3) with SMTP id GAA13227; Thu, 16 May 2002 06:32:29 -0400 (EDT) Message-Id: <200205161032.GAA13227@siaar1aa.compuserve.com> From: Aleksandr To: "" <> Subject: То, что необходимо каждому человеку на работе, дома, на даче.. Organization: 1 X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Thu, 16 May 2002 14:34:27 +0400 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 Уважаемые господа! Продукция, которую предоставляет наша компания будет полезна, а в отдельных случаях и просто необходима, как организациям, предприятиям, так и каждому человеку и его семье. 1. Все мы знаем слова "горный воздух", но наверное не все знают, что его целебные свойства зависят не только от отсутствия вредных примесей, но и от наличия так называемых "отрицательных ионов" или аэроионов(АИ) кислорода. Деятельность "цивилизованного человечества", развитие производств с появлением гигантских "смогов привели к резкому уменьшению количества "отрицательных ионов" в воздухе. Воздух наших жилых помещений биологически мертвый. Для сравнения: в горах Абхазии (где больше всего долгожителей) количество отрицательных аэроионов около 20 000 в 1 куб. см воздуха, в морском воздухе их 2 000, в зеленом же массиве средней полосы России - 200-1000, в производственных помещениях всего 10-20, а перед экраном телевизора или компьютера -абсолютный 0. По санитарным нормам МЗ СССР уровень концентрации аэроионов, отклонение от которого создает угрозу здоровью человека - находится в диапазоне от 600 АИ до 50000 АИ в куб.см.!!!!! Все это приводит к болезням, ослаблению имунитета, сокращению жизни. Внешние факторы защиты уже не помогают. Требуется вмешательство искусственным путем. И здесь важную роль могут сыграть искусственные генераторы отрицательных аэроионов - аэроионизаторы или как их еще называют -"Люстры Чижевского". Они создают достаточную для жизненных процессов концентрацию отрицательных аэроионов,порядка 20 000 - 30 000 в 1 куб.см, имитируя условия горной местности или Черноморского побережья Крыма или Кавказа. В этих условиях человек испытывает комфортное состояние, приобретает здоровье и продляет себе жизнь. Наша организация продаёт данные люстры (четыре модели) собранные непосредственно по чертежам самого А.Л.Чижевского оптом и в розницу. О здоровье необходимо заботиться сейчас, не откладывая на потом. Ведь, как известно здоровье не купишь. 2. ОБОРУДОВАНИЕ(МАТРИЧНЫЙ ДАТАТОР) ДЛЯ НАНЕСЕНИЯ ДАТЫ,СРОКА ГОДНОСТИ И.Т.Д. НА УПАКОВОЧНЫЙ МАТЕРИАЛ, А ТАКЖЕ ЭТИКЕРОВОЧНЫЕ МАШИНЫ,ДЛЯ НАНЕСЕНИЯ ЭТИКЕТОК НА РАЗЛИЧНЫЕ УПАКОВКИ 3. Внимание!!! Впереди жаркое, сухое лето. Наша компания поставляет надежные, высокопроизводительные АППАРАТЫ ГАЗИРОВАННОЙ ВОДЫ ДЛЯ "ГОРЯЧИХ" ЦЕХОВ И ПРЕДПРИЯТИЙ(АВ-3, АВ-2,POST-MIX, АГВ). С их помощью у Вас всегда есть возможность утолить жажду стаканчиком холодной, чистой газированной водой. Мы предлагаем также надежную замену электрическим чайникам -аппараты для нагрева и охлаждения питьевой воды(кулеры) Кулеры-очень удобны при использовании в офисах , где они бесперебойно обеспечивают холодной водой или горячими напитками. Они совмещают функции чайника и охладителя, позволяющие мгновенно воспользоваться горячей или холодной питьевой водой. Это значительно облегчает приготовление чая, кофе, растворимых супов, а также охлажденных напитков. Начав пользоваться нашими аппаратами в быту и на работе, вы не вернетесь к пользованию чайником и водой из под крана. Настольные модели идеально подходят для домашнего использования. Они не занимают много места и прекрасно вписываются в интерьер современной кухни. Снижается расход электроэнергии - нагрев воду, кулер автоматически переключается в режим ожидания и включит нагрев снова, когда температура воды в термосе опустится до 85 градусов. 4. Область электроники, это не только поставки приборов, аппаратуры, но и различные комплектующие как отечественных, так и зарубежных производителей электронной техники. 5. Сварочные электроды: мы продаём электроды от ведущих отечественных производителей. Все сварочные электроды соответствуют ГОСТу и имеют сертификат качества. Также мы предлагаем Х/К и Г/К листовой металлопркат. В настоящее время мы предлагаем уникальную разработку отечественных ученых: компенсирующие патрубки для безсварного соединения металлических труб!!!(D от 25 до 1000мм.) Наши менеджеры имеют богатый опыт продаж, маркетинговых исследований, ведения переговоров с крупными поставщиками и потребителями товаров, что позволяет нам достать нужную Вам продукцию по выгодным для Вас ценам и в оптимально короткие сроки. Рассмотрим интересные предложения(по приемлемым, конкурирующим ценам)сбыта продукции Вашего предприятия, а также возможен вариант рассмотрения поставки товаров, которые не вошли в сферу деятельности нашей организации!!! Вашу заявку на продукцию, можно отправить на наш факс:(095) 275-89-94, или по электронной почте: VIELMOS@YAHOO.COM Мы ждем Вас и выражаем уверенность в том, что обратившись к нам, Вы получите квалифицированную помощь, внимательное отношение к Вашим потребностям, оперативную обработку Вашего заказа. По всем вопросам вы можете обращаться по телефонам в г. Москва: (095) 275-89-94,275-89-82,746-68-78 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 4:12:40 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 596A537B404; Thu, 16 May 2002 04:12:35 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBCZr47626; Thu, 16 May 2002 04:12:35 -0700 (PDT) (envelope-from tg) Date: Thu, 16 May 2002 04:12:35 -0700 (PDT) From: Message-Id: <200205161112.g4GBCZr47626@freefall.freebsd.org> To: ports@geeksrus.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38131: version number botched: compares as less than previous version 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: version number botched: compares as less than previous version State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Thu May 16 04:12:14 PDT 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=38131 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 4:20: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 7A5E337B407 for ; Thu, 16 May 2002 04:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBK2E47975; Thu, 16 May 2002 04: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 E105D37B40B for ; Thu, 16 May 2002 04:18: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 g4GBIwhG000690 for ; Thu, 16 May 2002 04:18:58 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4GBIwei000689; Thu, 16 May 2002 04:18:58 -0700 (PDT) Message-Id: <200205161118.g4GBIwei000689@www.freebsd.org> Date: Thu, 16 May 2002 04:18:58 -0700 (PDT) From: Mario Pranjic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38142: ucd-smp port fails to compile 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: 38142 >Category: ports >Synopsis: ucd-smp port fails to compile >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: Thu May 16 04:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mario Pranjic >Release: 4.5 release >Organization: private >Environment: FreeBSD isengard.irb.hr 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Tue Apr 23 10:48:23 CEST 2002 root@isengard.irb.hr:/usr/src/sys/compile/ISENGARD-01 i386 >Description: When I tried to do a portupgrade of ucd-smp I got the following compile error: cc -DINET6 -O -pipe -Dfreebsd4 -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c host/hr_swrun.c -fPIC -DPIC -o host/.libs/hr_swrun.lo host/hr_swrun.c: In function `var_hrswrun': host/hr_swrun.c:1024: structure has no member named `p_utime' host/hr_swrun.c:1025: structure has no member named `p_utime' host/hr_swrun.c:1026: structure has no member named `p_stime' host/hr_swrun.c:1027: structure has no member named `p_stime' *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1/agent. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.1. *** Error code 1 Stop in /usr/ports/net/net-snmp. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! net/net-snmp (ucd-snmp-4.2.5) (new compiler error) >How-To-Repeat: portupgrade -R ucd-smp or trying to install ucd-smp via ports structure. >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 Thu May 16 5: 0:22 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 0536A37B405 for ; Thu, 16 May 2002 05:00:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GC09950879; Thu, 16 May 2002 05:00:09 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 05:00:09 -0700 (PDT) Message-Id: <200205161200.g4GC09950879@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-8859-1?Q?=D8yvind?= Kolbu Subject: Re: ports/38140: linux-opera update to 6.0 final Reply-To: =?iso-8859-1?Q?=D8yvind?= Kolbu 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/38140; it has been noted by GNATS. From: =?iso-8859-1?Q?=D8yvind?= Kolbu To: Anders Nordby Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/38140: linux-opera update to 6.0 final Date: Thu, 16 May 2002 13:49:58 +0200 On Thu, May 16, 2002 at 11:47:05AM +0200, Anders Nordby wrote: > Hi, > > On Thu, May 16, 2002 at 08:24:36AM -0000, Шyvind Kolbu wrote: > >>Number: 38140 > >>Category: ports > >>Synopsis: linux-opera update to 6.0 final > >> (..) > >>How-To-Repeat: > > Use the attached patch. > > Please re-send the patch. It was not attached. > --- Makefile.orig Fri May 10 04:37:17 2002 +++ Makefile Thu May 16 10:10:19 2002 @@ -7,12 +7,11 @@ PORTNAME= opera PKGNAMEPREFIX= linux- -OPERAVERSION= 6.0-20020412 +OPERAVERSION= 6.0-20020510 PORTVERSION= ${OPERAVERSION:S/-/./} -PORTREVISION= 1 CATEGORIES= www linux -MASTER_SITES= http://opera.online.no/linux/600/beta2/ \ - ftp://ftp.opera.com/pub/opera/linux/600/beta2/ +MASTER_SITES= http://opera.online.no/linux/600/final/en/qt_static/ \ + ftp://ftp.opera.com/pub/opera/linux/600/final/en/qt_static/ DISTNAME= ${PORTNAME}-${OPERAVERSION}.1-static-qt.i386 MAINTAINER= des@FreeBSD.org --- distinfo.orig Fri May 10 04:37:17 2002 +++ distinfo Thu May 16 09:49:45 2002 @@ -1 +1 @@ -MD5 (opera-6.0-20020412.1-static-qt.i386.tar.gz) = a06666ffab302a02cbd4965f4365 6c68 +MD5 (opera-6.0-20020510.1-static-qt.i386.tar.gz) = f88e690fdd38189259b164ab947f 0c18 --- files/patch-aa.orig Fri Apr 26 22:26:42 2002 +++ files/patch-aa Thu May 16 10:05:15 2002 @@ -1,12 +1,13 @@ ---- install.sh.orig Fri Apr 12 14:01:42 2002 -+++ install.sh Fri Apr 26 13:41:08 2002 -@@ -727,6 +727,15 @@ +--- install.sh.orig Fri May 10 15:36:21 2002 ++++ install.sh Thu May 16 10:02:28 2002 +@@ -737,6 +737,16 @@ /usr/lib/j2re1.3/plugin/i386/netscape4 \\" ;; + i386:FreeBSD) + wrapper_plugin_paths=" + %%PREFIX%%/Acrobat[45]/bin \\ ++ %%PREFIX%%/RealPlayer8/Plugins \\ + %%PREFIX%%/lib/netscape-linux/plugins \\ + %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \\ + %%PREFIX%%/linux-ibm-jdk1.3.0/jre/bin \\ @@ -16,7 +17,7 @@ mips*:Linux) wrapper_plugin_paths='' ;; -@@ -783,7 +792,7 @@ +@@ -799,7 +809,7 @@ # Acrobat Reader for BINDIR in \\ @@ -25,3 +26,9 @@ /usr/lib/Acrobat[45]/bin \\ /usr/X11R6/lib/Acrobat[45]/bin \\ /opt/Acrobat[45]/bin \\ +@@ -1197,4 +1207,4 @@ + select_installation_type + set_os_spesific + run_install +-exit 0 ++exit 0 -- Шyvind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 5: 5:44 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 0481237B404; Thu, 16 May 2002 05:05:40 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GC5d055211; Thu, 16 May 2002 05:05:40 -0700 (PDT) (envelope-from sobomax) Date: Thu, 16 May 2002 05:05:40 -0700 (PDT) From: Message-Id: <200205161205.g4GC5d055211@freefall.freebsd.org> To: hiroo@oikumene.gcd.org, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37950: Update ports/net/micq to 0.4.8pl9 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: Update ports/net/micq to 0.4.8pl9 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu May 16 05:05:20 PDT 2002 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=37950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 5:40: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 3172D37B40B for ; Thu, 16 May 2002 05:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GCe2F58111; Thu, 16 May 2002 05:40:02 -0700 (PDT) (envelope-from gnats) Received: from mharnois.mdharnois.net (customer-mpls-23.cpinternet.com [209.240.253.23]) by hub.freebsd.org (Postfix) with ESMTP id 926A037B405 for ; Thu, 16 May 2002 05:34:28 -0700 (PDT) Received: by mharnois.mdharnois.net (Postfix, from userid 1000) id B37473CA1; Thu, 16 May 2002 07:34:27 -0500 (CDT) Message-Id: <20020516123427.B37473CA1@mharnois.mdharnois.net> Date: Thu, 16 May 2002 07:34:27 -0500 (CDT) From: "Michael D.Harnois" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38143: mozilla doesn't build on -current 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 Note: There was a bad value `mediom' for the field `>Priority:'. It was set to the default value of `medium'. >Number: 38143 >Category: ports >Synopsis: mozilla doesn't build on -current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 16 05:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael D. Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.mdharnois.net 5.0-CURRENT FreeBSD 5.0-CURRENT #66: Mon May 13 21:16:05 CDT 2002 mdharnois@mharnois.mdharnois.net:/usr/src/sys/i386/compile/NEWKERNEL i386 >Description: c++ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -march=pentiumpro -fshort-wchar -pipe -DNDEBUG -DTRIMMED -ffunction-sections -o regExport regExport.o -L../../../dist/bin -L../../../dist/lib -L../../../dist/bin -lxpcom -L/usr/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm regExport.o: In function `display(nsIRegistry*, unsigned, char const*)': regExport.o(.text._Z7displayP11nsIRegistryjPKc+0x118): undefined reference to `operator new[](unsigned)' regExport.o(.text._Z7displayP11nsIRegistryjPKc+0x1be): undefined reference to `operator delete[](void*)' ../../../dist/bin/libxpcom.so: undefined reference to `operator delete(void*)' ../../../dist/bin/libxpcom.so: undefined reference to `__cxa_pure_virtual' ../../../dist/bin/libxpcom.so: undefined reference to `operator new(unsigned)' collect2: ld returned 1 exit status gmake[4]: *** [regExport] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpcom/tools/registry' >How-To-Repeat: make >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 Thu May 16 5: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 261EE37B406 for ; Thu, 16 May 2002 05:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GCo2G60608; Thu, 16 May 2002 05:50:02 -0700 (PDT) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 5B7CE37B408; Thu, 16 May 2002 05:48:11 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4GCp0Y6070363; Thu, 16 May 2002 08:51:00 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.3/8.12.3/Submit) id g4GCp0Li070362; Thu, 16 May 2002 08:51:00 -0400 (EDT) (envelope-from alane) Message-Id: <200205161251.g4GCp0Li070362@wwweasel.geeksrus.net> Date: Thu, 16 May 2002 08:51:00 -0400 (EDT) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: tg@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38144: shells/pdksh: I broke the make with my patch (fix attached) 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: 38144 >Category: ports >Synopsis: shells/pdksh: I broke the make with my patch (fix attached) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 16 05:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 19:57:52 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: I did a stupid thing. Attached patch fixes Makefile. >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== --- shells/pdksh/Makefile.old Thu May 16 08:46:24 2002 +++ shells/pdksh/Makefile Thu May 16 08:42:49 2002 @@ -13,7 +13,7 @@ ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ ftp://ftp.demon.net/pub/mirrors/pdksh/ \ ftp://ftp.rge.com/pub/shells/pdksh/ -DISTNAME= ${PORTNAME}-${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/p.*//} PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}-patches.1 ${DISTNAME}-patches.2 @@ -26,7 +26,7 @@ MAN1= ksh.1 post-patch: - @(${ECHO_CMD} ",s/v${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} /v${PORTVERSION:S/p//} /"; \ + @(${ECHO_CMD} ",s/v${PORTVERSION:C/p.*//}/v${PORTVERSION:S/p/./}/"; \ ${ECHO_CMD} "wq") | ed -s ${WRKSRC}/version.c post-install: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >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 Thu May 16 6: 0: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 846AE37B407 for ; Thu, 16 May 2002 06:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GD0A567035; Thu, 16 May 2002 06:00:10 -0700 (PDT) (envelope-from gnats) Received: from keaton.iec.hiroshima-u.ac.jp (keaton.iec.hiroshima-u.ac.jp [133.41.37.14]) by hub.freebsd.org (Postfix) with ESMTP id BBF1D37B40F for ; Thu, 16 May 2002 05:59:26 -0700 (PDT) Received: from adam.iec.hiroshima-u.ac.jp (adam.iec.hiroshima-u.ac.jp [133.41.37.190]) by keaton.iec.hiroshima-u.ac.jp (8.12.2/8.12.2) with ESMTP id g4GCxPrD059147; Thu, 16 May 2002 21:59:25 +0900 (JST) (envelope-from katsu@iec.hiroshima-u.ac.jp) Received: (from katsu@localhost) by adam.iec.hiroshima-u.ac.jp (8.11.6/8.11.6) id g4GCxKo61923; Thu, 16 May 2002 21:59:20 +0900 (JST) (envelope-from katsu) Message-Id: <200205161259.g4GCxKo61923@adam.iec.hiroshima-u.ac.jp> Date: Thu, 16 May 2002 21:59:20 +0900 (JST) From: Katsuyuki TATEISHI Reply-To: Katsuyuki TATEISHI To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38145: Update port: japanese/gqmpeg 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: 38145 >Category: ports >Synopsis: Update port: japanese/gqmpeg >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: Thu May 16 06:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Katsuyuki TATEISHI >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD adam.iec.hiroshima-u.ac.jp 4.5-STABLE FreeBSD 4.5-STABLE #53: Wed Mar 13 20:21:00 JST 2002 root@adam.iec.hiroshima-u.ac.jp:/usr/obj/usr/src/sys/ADAM i386 >Description: Update PATCH_SITES and the patch. >How-To-Repeat: N/A >Fix: Index: gqmpeg/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/gqmpeg/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- gqmpeg/Makefile 31 Mar 2002 18:01:07 -0000 1.4 +++ gqmpeg/Makefile 15 May 2002 15:35:47 -0000 @@ -6,10 +6,11 @@ # CATEGORIES= japanese +PORTREVISION= 1 MAINTAINER= katsu@iec.hiroshima-u.ac.jp -PATCH_SITES= http://linuxlovers.yi.org/softarc/ +PATCH_SITES= http://www.gmkun.org/patches/ PATCHFILES= gqmpeg-0.15.0-jp_title.patch .if defined(WITH_SJIS_TAG) Index: gqmpeg/distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/gqmpeg/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- gqmpeg/distinfo 31 Mar 2002 18:01:07 -0000 1.7 +++ gqmpeg/distinfo 15 May 2002 15:38:59 -0000 @@ -1,2 +1,2 @@ MD5 (gqmpeg-0.15.0.tar.gz) = 5afe13eb71fbb9233841514f1b9c8caa -MD5 (gqmpeg-0.15.0-jp_title.patch) = 7655b59789c84f885511494100263c52 +MD5 (gqmpeg-0.15.0-jp_title.patch) = d5c4f011e4a4053a0aa95899320fe980 >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 Thu May 16 6: 0: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 AFCF037B40E for ; Thu, 16 May 2002 06:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GD0AP67044; Thu, 16 May 2002 06:00:10 -0700 (PDT) (envelope-from gnats) Received: from keaton.iec.hiroshima-u.ac.jp (keaton.iec.hiroshima-u.ac.jp [133.41.37.14]) by hub.freebsd.org (Postfix) with ESMTP id 6A13137B40B for ; Thu, 16 May 2002 05:59:26 -0700 (PDT) Received: from adam.iec.hiroshima-u.ac.jp (adam.iec.hiroshima-u.ac.jp [133.41.37.190]) by keaton.iec.hiroshima-u.ac.jp (8.12.2/8.12.2) with ESMTP id g4GCxMrD059124; Thu, 16 May 2002 21:59:22 +0900 (JST) (envelope-from katsu@iec.hiroshima-u.ac.jp) Received: (from katsu@localhost) by adam.iec.hiroshima-u.ac.jp (8.11.6/8.11.6) id g4GCxMu61936; Thu, 16 May 2002 21:59:22 +0900 (JST) (envelope-from katsu) Message-Id: <200205161259.g4GCxMu61936@adam.iec.hiroshima-u.ac.jp> Date: Thu, 16 May 2002 21:59:22 +0900 (JST) From: Katsuyuki TATEISHI Reply-To: Katsuyuki TATEISHI To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38146: Update port: graphics/gimageview 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: 38146 >Category: ports >Synopsis: Update port: graphics/gimageview >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: Thu May 16 06:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Katsuyuki TATEISHI >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD adam.iec.hiroshima-u.ac.jp 4.5-STABLE FreeBSD 4.5-STABLE #53: Wed Mar 13 20:21:00 JST 2002 root@adam.iec.hiroshima-u.ac.jp:/usr/obj/usr/src/sys/ADAM i386 >Description: Update to 0.2.1. >How-To-Repeat: N/A >Fix: Index: gimageview/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gimageview/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- gimageview/Makefile 11 Mar 2002 21:26:16 -0000 1.3 +++ gimageview/Makefile 16 May 2002 12:01:12 -0000 @@ -6,22 +6,37 @@ # PORTNAME= gimageview -PORTVERSION= 0.1.100 +PORTVERSION= 0.2.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer MAINTAINER= katsu@iec.hiroshima-u.ac.jp +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GTK= yes GNU_CONFIGURE= yes +WANT_IMLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +.include + +.if defined(HAVE_IMLIB) +USE_IMLIB= yes +.endif + post-patch: @${PERL} -pi -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \ ${WRKSRC}/configure -.include +post-configure: +.if !defined(USE_IMLIB) + @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${PERL} -pi.orig -e \ + 's/^(GDK_IMLIB_(CFLAGS|LIBS) =).*$$/$${1}/' +.endif + +.include Index: gimageview/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/gimageview/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- gimageview/distinfo 11 Mar 2002 21:26:16 -0000 1.3 +++ gimageview/distinfo 16 May 2002 12:19:46 -0000 @@ -1 +1 @@ -MD5 (gimageview-0.1.100.tar.gz) = 25f9a887850b3ba589546aaef3b9cfa9 +MD5 (gimageview-0.2.1.tar.gz) = d3294b7d485f311e237d9dc72924199c Index: gimageview/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/gimageview/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- gimageview/pkg-plist 26 Feb 2002 12:22:10 -0000 1.2 +++ gimageview/pkg-plist 7 May 2002 18:59:37 -0000 @@ -34,6 +34,7 @@ share/gimageview/doc/text/ja/README.jp share/gimageview/doc/text/ja/TIPS.jp share/gimageview/doc/text/ja/gimageview.txt +share/gimageview/gtkrc share/gimageview/pixmaps/default/alert.xpm share/gimageview/pixmaps/default/archive.xpm share/gimageview/pixmaps/default/back.xpm @@ -51,9 +52,11 @@ share/gimageview/pixmaps/default/forward.xpm share/gimageview/pixmaps/default/fullscreen.xpm share/gimageview/pixmaps/default/gimageview.xpm +share/gimageview/pixmaps/default/gimv_icon.xpm share/gimageview/pixmaps/default/home.xpm share/gimageview/pixmaps/default/image.xpm share/gimageview/pixmaps/default/leftarrow.xpm +share/gimageview/pixmaps/default/nav_button.xpm share/gimageview/pixmaps/default/next_t.xpm share/gimageview/pixmaps/default/nfolder.xpm share/gimageview/pixmaps/default/no_zoom.xpm >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 Thu May 16 6:10:44 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 D04DF37B409 for ; Thu, 16 May 2002 06:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDA1F71463; Thu, 16 May 2002 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by hub.freebsd.org (Postfix) with ESMTP id 095E137B408 for ; Thu, 16 May 2002 06:06:00 -0700 (PDT) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g4GD5wL27327 for ; Thu, 16 May 2002 15:05:58 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g4GD5wD20189 for ; Thu, 16 May 2002 15:05:58 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.3/8.12.3/Siemens CERT [ $Revision: 1.23 ]) with ESMTP id g4GD5vxq096844 for ; Thu, 16 May 2002 15:05:58 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.3/8.12.3/alaska [ $Revision: 1.12 ]) with ESMTP id g4GD5vMd031572 for ; Thu, 16 May 2002 15:05:57 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.3/8.12.3/alaska [ $Revision: 1.3 ]) id g4GD5v57031571; Thu, 16 May 2002 15:05:57 +0200 (CEST) (envelope-from ust) Message-Id: <200205161305.g4GD5v57031571@alaska.cert.siemens.de> Date: Thu, 16 May 2002 15:05:57 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38147: maintainer-update of mail/mutt-devel 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: 38147 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >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: Thu May 16 06:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.6-RC FreeBSD 4.6-RC #86: Thu May 16 08:18:18 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Update mail/mutt-devel port to improve maildir handling via the new knob WITH_MUTT_MAILDIR_PATCH. Patches weremainly submitted by Mario Sergio Fujikawa Ferreira >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile --- /usr/ports/mail/mutt-devel/Makefile Sat May 4 15:31:07 2002 +++ mutt-devel/Makefile Thu May 16 14:09:43 2002 @@ -49,10 +49,13 @@ # # If you want to enable the pgp_outlook_compat function for use with pgp define: # WITH_MUTT_PGP_OUTLOOK_PATCH +# +# If you want to enable some functions whoch improve maildir handling define: +# WITH_MUTT_MAILDIR_PATCH PORTNAME= mutt-devel PORTVERSION= 1.3.99 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news @@ -98,6 +101,18 @@ s/^(AUTOMAKE = ).+/\1${AUTOMAKE}/; s/^(AUTOHEADER = ).+/\1${AUTOHEADER}/" \ ${BUILD_WRKSRC}/Makefile +.if defined(WITH_MUTT_MAILDIR_PATCH) +.for file in Makefile.am globals.h init.h mh.c mutt.h +EXTRA_PATCHES+= ${WRKSRC}/patch-${file} +pre-patch:: + ${CP} ${PATCHDIR}/extra-maildir-patch-${file} ${WRKSRC}/patch-${file} +.endfor +.for file in maildir_clean_dir.h maildir_clean_dir.c +pre-patch:: + ${CP} ${PATCHDIR}/${file} ${WRKSRC}/${file} +.endfor +.endif + .if !defined(PATCH_VERSION) PATCH_VERSION= ${PORTVERSION} .endif @@ -294,7 +309,7 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " -PLIST_SUB+= SUB_PGP_A="@comment " +PLIST_SUB+= SUB_PGP_A="" .else # patches PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -330,10 +345,20 @@ post-patch:: ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc-contrib .endif -.if defined(WITH_MUTT_PGP_OUTLOOK_PATCH) +.if defined(WITH_MUTT_PGP_OUTLOOK_PATCH) && !defined(WITH_MUTT_MAILDIR_PATCH) PLIST_SUB+= SUB_PGP="" .else PLIST_SUB+= SUB_PGP="@comment " +.endif +.if defined(WITH_MUTT_MAILDIR_PATCH) && !defined(WITH_MUTT_PGP_OUTLOOK_PATCH) +PLIST_SUB+= SUB_MAILDIR="" +.else +PLIST_SUB+= SUB_MAILDIR="@comment " +.endif +.if defined(WITH_MUTT_PGP_OUTLOOK_PATCH) && defined(WITH_MUTT_MAILDIR_PATCH) +PLIST_SUB+= SUB_MAILDIRPGP="" +.else +PLIST_SUB+= SUB_MAILDIRPGP="@comment " .endif .if ${SGML_USED} == yes BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/extra-maildir-patch-Makefile.am mutt-devel/files/extra-maildir-patch-Makefile.am --- /usr/ports/mail/mutt-devel/files/extra-maildir-patch-Makefile.am Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/extra-maildir-patch-Makefile.am Thu May 16 11:22:58 2002 @@ -0,0 +1,10 @@ +--- Makefile.am.orig Wed Feb 21 02:42:38 2001 ++++ Makefile.am Wed Feb 21 02:42:20 2001 +@@ -29,6 +29,7 @@ + commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \ + edit.c enter.c flags.c init.c filter.c from.c getdomain.c \ + handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \ ++ maildir_clean_dir.c \ + main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c \ + postpone.c query.c recvattach.c recvcmd.c \ + rfc822.c rfc1524.c rfc2047.c rfc2231.c \ diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/extra-maildir-patch-globals.h mutt-devel/files/extra-maildir-patch-globals.h --- /usr/ports/mail/mutt-devel/files/extra-maildir-patch-globals.h Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/extra-maildir-patch-globals.h Thu May 16 11:22:58 2002 @@ -0,0 +1,10 @@ +--- globals.h.orig Wed Feb 21 01:20:19 2001 ++++ globals.h Wed Feb 21 01:23:54 2001 +@@ -123,6 +123,7 @@ + WHERE unsigned short Counter INITVAL (0); + + WHERE short HistSize; ++WHERE short MaildirTmpClnInterval; + WHERE short PagerContext; + WHERE short PagerIndexLines; + WHERE short PopPort; diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/extra-maildir-patch-init.h mutt-devel/files/extra-maildir-patch-init.h --- /usr/ports/mail/mutt-devel/files/extra-maildir-patch-init.h Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/extra-maildir-patch-init.h Thu May 16 11:22:58 2002 @@ -0,0 +1,18 @@ +--- init.h.orig Tue Jul 18 04:46:46 2000 ++++ init.h Tue Feb 20 20:46:56 2001 +@@ -860,6 +860,15 @@ + { "mailcap_sanitize", DT_BOOL, R_NONE, OPTMAILCAPSANITIZE, 1 }, + /* + ** .pp ++ ** This variable specifies that maildir tmp directories ++ ** should have 36 hours non-accessed files deleted ++ ** This is measured in minutes, hence 36*60 minutes (36 hours) ++ ** (default: off) ++ */ ++ { "maildir_tmp_clean", DT_BOOL, R_NONE, OPTCLEANMTMP, 0 }, ++ { "maildir_tmp_clean_interval", DT_NUM, R_NONE, UL &MaildirTmpClnInterval, 36*60 }, ++ /* ++ ** .pp + ** If set, mutt will restrict possible characters in mailcap % expandos + ** to a well-defined set of safe characters. This is the safe setting, + ** but we are not sure it doesn't break some more advanced MIME stuff. diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/extra-maildir-patch-mh.c mutt-devel/files/extra-maildir-patch-mh.c --- /usr/ports/mail/mutt-devel/files/extra-maildir-patch-mh.c Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/extra-maildir-patch-mh.c Thu May 16 11:22:58 2002 @@ -0,0 +1,111 @@ +--- mh.c.orig Fri Nov 9 10:28:55 2001 ++++ mh.c Tue Dec 4 16:06:14 2001 +@@ -29,6 +29,12 @@ + #include "buffy.h" + #include "sort.h" + ++/* ++ * Additional maildir handling routines so that mutt abides ++ * by the maildir specification ++ */ ++#include "maildir_clean_dir.h" ++ + #include + #include + #include +@@ -41,6 +47,8 @@ + #include + #include + ++#define MACRO_MAILDIR_TMP_CLN_INTERVAL ((MaildirTmpClnInterval>0) ? (MaildirTmpClnInterval*60) : (MAILDIR_TMP_TIME_LIMIT)) ++ + struct maildir + { + HEADER *h; +@@ -520,6 +528,11 @@ + + if(ctx->magic == M_MAILDIR) + { ++ if(option (OPTCLEANMTMP)) { ++ snprintf(buf, sizeof(buf), "%s/%s", ctx->path, "tmp"); ++ if(stat (buf, &st) == 0) ++ ctx->mtime_tmp = st.st_mtime; ++ } + snprintf(buf, sizeof(buf), "%s/%s", ctx->path, "cur"); + if(stat (buf, &st) == 0) + ctx->mtime_cur = st.st_mtime; +@@ -750,8 +763,10 @@ + { + /* maildir looks sort of like MH, except that there are two subdirectories + * of the main folder path from which to read messages ++ * and one to clean up + */ +- if (mh_read_dir (ctx, "new") == -1 || mh_read_dir (ctx, "cur") == -1) ++ if (mh_read_dir (ctx, "new") == -1 || mh_read_dir (ctx, "cur") == -1 || ++ maildir_clean_dir (ctx, "tmp", (MACRO_MAILDIR_TMP_CLN_INTERVAL)) == -1) + return (-1); + + return 0; +@@ -850,8 +865,6 @@ + return 0; + } + +- +- + /* + * Commit a message to a maildir folder. + * +@@ -1246,6 +1259,9 @@ + struct maildir **last; + HASH *fnames; + int i, j; ++ struct stat st_tmp; ++ short aged_tmp = 0; ++ time_t rightnow = 0; + + if(!option (OPTCHECKNEW)) + return 0; +@@ -1290,6 +1306,15 @@ + if(stat(buf, &st_cur) == -1) /* XXX - name is bad. */ + modified = 1; + ++ if (option (OPTCLEANMTMP)) { ++ snprintf(buf, sizeof(buf), "%s/tmp", ctx->path); ++ if (stat(buf, &st_tmp) == -1) ++ aged_tmp = 1; ++ if ((rightnow = time(NULL)) == ((time_t) -1)) ++ return -1; /* can't get time ? */ ++ } else { ++ aged_tmp = 1; ++ } + } + + if(!modified && ctx->magic == M_MAILDIR && st_cur.st_mtime > ctx->mtime_cur) +@@ -1301,12 +1326,18 @@ + if(modified || (ctx->magic == M_MAILDIR && st.st_mtime > ctx->mtime)) + have_new = 1; + ++ aged_tmp = (!aged_tmp && ctx->magic == M_MAILDIR && ++ ((st_tmp.st_mtime > ctx->mtime_tmp) || (ctx->atime_tmp && ++ (difftime (rightnow,ctx->atime_tmp) > (MACRO_MAILDIR_TMP_CLN_INTERVAL) )))) ? 1 : 0; ++ + if(!modified && !have_new) + return 0; + + ctx->mtime_cur = st_cur.st_mtime; + ctx->mtime = st.st_mtime; + ++ if(aged_tmp) ++ ctx->mtime_tmp = st_tmp.st_mtime; + #if 0 + if(Sort != SORT_ORDER) + { +@@ -1328,6 +1359,8 @@ + maildir_parse_dir(ctx, &last, "new", NULL); + if(modified) + maildir_parse_dir(ctx, &last, "cur", NULL); ++ if(aged_tmp) ++ maildir_clean_dir(ctx, "tmp", (MACRO_MAILDIR_TMP_CLN_INTERVAL)); + } + else if(ctx->magic == M_MH) + { diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/extra-maildir-patch-mutt.h mutt-devel/files/extra-maildir-patch-mutt.h --- /usr/ports/mail/mutt-devel/files/extra-maildir-patch-mutt.h Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/extra-maildir-patch-mutt.h Thu May 16 11:22:58 2002 @@ -0,0 +1,44 @@ +--- mutt.h.orig Wed Feb 21 02:33:48 2001 ++++ mutt.h Wed Feb 21 02:34:30 2001 +@@ -16,6 +16,9 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + */ + ++#ifndef _MUTT_H ++# define _MUTT_H ++ + #include "config.h" + + #include +@@ -42,6 +45,8 @@ + # define MUTT_VERSION (VERSION) + #endif + ++#define MAILDIR_TMP_TIME_LIMIT (36*60*60) /* seconds */ ++ + /* nifty trick I stole from ELM 2.5alpha. */ + #ifdef MAIN_C + #define WHERE +@@ -278,6 +283,7 @@ + OPTBEEPNEW, + OPTBOUNCEDELIVERED, + OPTCHECKNEW, ++ OPTCLEANMTMP, + OPTCOLLAPSEUNREAD, + OPTCONFIRMAPPEND, + OPTCONFIRMCREATE, +@@ -639,6 +645,8 @@ + FILE *fp; + time_t mtime; + time_t mtime_cur; /* used with maildir folders */ ++ time_t mtime_tmp; /* these 2 used with maildir folders */ ++ time_t atime_tmp; + off_t size; + off_t vsize; + char *pattern; /* limit pattern string */ +@@ -716,3 +724,5 @@ + #include "protos.h" + #include "lib.h" + #include "globals.h" ++ ++#endif /* _MUTT_H */ diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/maildir_clean_dir.c mutt-devel/files/maildir_clean_dir.c --- /usr/ports/mail/mutt-devel/files/maildir_clean_dir.c Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/maildir_clean_dir.c Thu May 16 13:44:06 2002 @@ -0,0 +1,120 @@ +/* + * Copyright (c) 2000, 2001 Mario Sergio Fujikawa Ferreira + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the Author nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $Header: /home/ncvs/work/ports/mutt-devel/files/Attic/maildir_clean_dir.c,v 1.1.4.1 2002/05/16 11:44:06 ust Exp $ + */ + +#include +#include +#include +#include +#include +#include + +#include "config.h" +#include "mutt.h" +#include "mx.h" +/* +#include "init,h" +*/ +#include "lib.h" + +# ifndef HAVE_SNPRINTF +extern int snprintf (char *, size_t, const char *, ...); +# endif + +time_t maildir_atime_entry(CONTEXT *ctx, const char *subdir, const char *fname, time_t *last_access) +{ + char buf[_POSIX_PATH_MAX]; + struct stat st; + + if(subdir) + snprintf(buf, sizeof(buf), "%s/%s/%s", ctx->path, subdir, fname); + else + snprintf(buf, sizeof(buf), "%s/%s", ctx->path, fname); + + if (stat(buf, &st) == 0) { + (*last_access) = st.st_atime; + return 0; + } else + return -1; +} + +int maildir_clean_dir(CONTEXT *ctx, const char *subdir, unsigned long time_limit) +{ + DIR *dirp; + struct dirent *de; + char buf[_POSIX_PATH_MAX]; + time_t rightnow, last_access, llast_access; + + if(!option (OPTCLEANMTMP)) + return 0; + + if(subdir) + snprintf(buf, sizeof(buf), "%s/%s", ctx->path, subdir); + else + strfcpy(buf, ctx->path, sizeof(buf)); + + if ((dirp = opendir(buf)) == NULL) + return -1; /* is not there a dir ? */ + + if ((rightnow = time(NULL)) == ((time_t) -1)) + return -1; /* can't get time ? */ + + llast_access = rightnow; + + while ((de = readdir (dirp)) != NULL) { + /* I am not dealing with validity of messages, I'll remove any given visible messages */ +/* + * This is a concern to both new and cur, not tmp + if (ctx->magic == M_MAILDIR && *de->d_name == '.') + continue; +*/ + + dprint(2, (debugfile, "%s:%d: stating %s\n", __FILE__, __LINE__, de->d_name)); + if (!maildir_atime_entry(ctx, subdir, de->d_name, &last_access)) { + if (difftime(last_access,rightnow) > 0) + continue; /* I neither know how to handle this right now nor care for the time being */ + + if (difftime(rightnow,last_access) > time_limit) { + if(subdir) + snprintf(buf, sizeof(buf), "%s/%s/%s", ctx->path, subdir, de->d_name); + else + snprintf(buf, sizeof(buf), "%s/%s", ctx->path, de->d_name); + + mutt_unlink (buf); + } else + (llast_access = (llast_access > last_access) ? last_access : llast_access); + } + } + + ctx->atime_tmp = (llast_access == rightnow) ? 0 : llast_access; + + closedir(dirp); + return 0; +} diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/files/maildir_clean_dir.h mutt-devel/files/maildir_clean_dir.h --- /usr/ports/mail/mutt-devel/files/maildir_clean_dir.h Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/maildir_clean_dir.h Thu May 16 13:44:06 2002 @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2000, 2001 Mario Sergio Fujikawa Ferreira + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the Author nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $Header: /home/ncvs/work/ports/mutt-devel/files/Attic/maildir_clean_dir.h,v 1.1.4.1 2002/05/16 11:44:06 ust Exp $ + */ + +#ifndef _MAILDIR_CLEAN_DIR_H +# define _MAILDIR_CLEAN_DIR_H + +#include + +#include "mutt.h" + +extern time_t maildir_atime_entry(CONTEXT *, const char *, const char *, time_t *); +extern int maildir_clean_dir(CONTEXT *, const char *, unsigned long); + +#endif /* _MAILDIR_CLEAN_DIR_H */ diff -ruN --exclude=CVS /usr/ports/mail/mutt-devel/pkg-plist mutt-devel/pkg-plist --- /usr/ports/mail/mutt-devel/pkg-plist Wed Mar 13 21:57:29 2002 +++ mutt-devel/pkg-plist Thu May 16 13:36:14 2002 @@ -422,15 +422,30 @@ %%SUB_HTML%%share/doc/mutt/html/manual336.html %%SUB_HTML%%share/doc/mutt/html/manual337.html %%SUB_HTML%%%%SUB_PGP_A%%%%SUB_PGP%%share/doc/mutt/html/manual338.html +%%SUB_HTML%%%%SUB_PGP_A%%%%SUB_MAILDIR%%share/doc/mutt/html/manual338.html +%%SUB_HTML%%%%SUB_PGP_A%%%%SUB_MAILDIR%%share/doc/mutt/html/manual339.html +%%SUB_HTML%%%%SUB_PGP_A%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual338.html +%%SUB_HTML%%%%SUB_PGP_A%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual339.html +%%SUB_HTML%%%%SUB_PGP_A%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual340.html %%SUB_ADD_A%%share/doc/mutt/html/manual338.html %%SUB_ADD_A%%share/doc/mutt/html/manual339.html %%SUB_ADD_A%%%%SUB_PGP%%share/doc/mutt/html/manual340.html +%%SUB_ADD_A%%%%SUB_MAILDIR%%share/doc/mutt/html/manual340.html +%%SUB_ADD_A%%%%SUB_MAILDIR%%share/doc/mutt/html/manual341.html +%%SUB_ADD_A%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual340.html +%%SUB_ADD_A%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual341.html +%%SUB_ADD_A%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual342.html %%SUB_ADD_B%%share/doc/mutt/html/manual338.html %%SUB_ADD_B%%share/doc/mutt/html/manual339.html %%SUB_ADD_B%%share/doc/mutt/html/manual340.html %%SUB_ADD_B%%share/doc/mutt/html/manual341.html %%SUB_ADD_B%%share/doc/mutt/html/manual342.html %%SUB_ADD_B%%%%SUB_PGP%%share/doc/mutt/html/manual343.html +%%SUB_ADD_B%%%%SUB_MAILDIR%%share/doc/mutt/html/manual343.html +%%SUB_ADD_B%%%%SUB_MAILDIR%%share/doc/mutt/html/manual344.html +%%SUB_ADD_B%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual343.html +%%SUB_ADD_B%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual344.html +%%SUB_ADD_B%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual345.html %%SUB_ADD_C%%share/doc/mutt/html/manual338.html %%SUB_ADD_C%%share/doc/mutt/html/manual339.html %%SUB_ADD_C%%share/doc/mutt/html/manual340.html @@ -439,6 +454,11 @@ %%SUB_ADD_C%%share/doc/mutt/html/manual343.html %%SUB_ADD_C%%share/doc/mutt/html/manual344.html %%SUB_ADD_C%%%%SUB_PGP%%share/doc/mutt/html/manual345.html +%%SUB_ADD_C%%%%SUB_MAILDIR%%share/doc/mutt/html/manual345.html +%%SUB_ADD_C%%%%SUB_MAILDIR%%share/doc/mutt/html/manual346.html +%%SUB_ADD_C%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual345.html +%%SUB_ADD_C%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual346.html +%%SUB_ADD_C%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual347.html %%SUB_ADD_D%%share/doc/mutt/html/manual338.html %%SUB_ADD_D%%share/doc/mutt/html/manual339.html %%SUB_ADD_D%%share/doc/mutt/html/manual340.html @@ -462,6 +482,11 @@ %%SUB_ADD_D%%share/doc/mutt/html/manual358.html %%SUB_ADD_D%%share/doc/mutt/html/manual359.html %%SUB_ADD_D%%%%SUB_PGP%%share/doc/mutt/html/manual360.html +%%SUB_ADD_D%%%%SUB_MAILDIR%%share/doc/mutt/html/manual360.html +%%SUB_ADD_D%%%%SUB_MAILDIR%%share/doc/mutt/html/manual361.html +%%SUB_ADD_D%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual360.html +%%SUB_ADD_D%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual361.html +%%SUB_ADD_D%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual362.html %%SUB_ADD_E%%share/doc/mutt/html/manual338.html %%SUB_ADD_E%%share/doc/mutt/html/manual339.html %%SUB_ADD_E%%share/doc/mutt/html/manual340.html @@ -487,6 +512,11 @@ %%SUB_ADD_E%%share/doc/mutt/html/manual360.html %%SUB_ADD_E%%share/doc/mutt/html/manual361.html %%SUB_ADD_E%%%%SUB_PGP%%share/doc/mutt/html/manual362.html +%%SUB_ADD_E%%%%SUB_MAILDIR%%share/doc/mutt/html/manual362.html +%%SUB_ADD_E%%%%SUB_MAILDIR%%share/doc/mutt/html/manual363.html +%%SUB_ADD_E%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual362.html +%%SUB_ADD_E%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual363.html +%%SUB_ADD_E%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual364.html %%SUB_ADD_F%%share/doc/mutt/html/manual338.html %%SUB_ADD_F%%share/doc/mutt/html/manual339.html %%SUB_ADD_F%%share/doc/mutt/html/manual340.html @@ -515,6 +545,11 @@ %%SUB_ADD_F%%share/doc/mutt/html/manual363.html %%SUB_ADD_F%%share/doc/mutt/html/manual364.html %%SUB_ADD_F%%%%SUB_PGP%%share/doc/mutt/html/manual365.html +%%SUB_ADD_F%%%%SUB_MAILDIR%%share/doc/mutt/html/manual365.html +%%SUB_ADD_F%%%%SUB_MAILDIR%%share/doc/mutt/html/manual366.html +%%SUB_ADD_F%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual365.html +%%SUB_ADD_F%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual366.html +%%SUB_ADD_F%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual367.html %%SUB_ADD_G%%share/doc/mutt/html/manual338.html %%SUB_ADD_G%%share/doc/mutt/html/manual339.html %%SUB_ADD_G%%share/doc/mutt/html/manual340.html @@ -545,5 +580,10 @@ %%SUB_ADD_G%%share/doc/mutt/html/manual365.html %%SUB_ADD_G%%share/doc/mutt/html/manual366.html %%SUB_ADD_G%%%%SUB_PGP%%share/doc/mutt/html/manual367.html +%%SUB_ADD_G%%%%SUB_MAILDIR%%share/doc/mutt/html/manual367.html +%%SUB_ADD_G%%%%SUB_MAILDIR%%share/doc/mutt/html/manual368.html +%%SUB_ADD_G%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual367.html +%%SUB_ADD_G%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual368.html +%%SUB_ADD_G%%%%SUB_MAILDIRPGP%%share/doc/mutt/html/manual369.html %%SUB_HTML%%@dirrm share/doc/mutt/html %%PORTDOCS%%@dirrm share/doc/mutt >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 Thu May 16 7: 4: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mars.elim.net (elim.net [203.239.130.5]) by hub.freebsd.org (Postfix) with ESMTP id 70D7137B403; Thu, 16 May 2002 06:27:51 -0700 (PDT) Received: from sworll.nrs7ef.co.fi ([210.102.0.148]) by mars.elim.net (8.12.3/8.12.3) with SMTP id g4GDPZDm013343; Thu, 16 May 2002 22:26:55 +0900 (KST) Date: Thu, 16 May 2002 22:26:55 +0900 (KST) Message-Id: <200205161326.g4GDPZDm013343@mars.elim.net> From: To: MIME-Version: 1.0 Subject: =?EUC-KR?B?cHF2vNK52sfRILLeQG1CR1J4?= 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 ї¬ѕЦ¶х іІАЪ°Ў ґЬ ЗС »з¶чАЗ ї©АЪїЎ ёёБ·ЗП±в А§ЗШ ДЎ·зґВ іл·ВАМґЩ. -З® Б¦¶уёЈµр ±ёЗШј­ ѕтАє »з¶ыАє ББАє °НАМґЩ. ±Ч·ЇіЄ ±ёЗПБц ѕК°н ѕтАє °НАє ґхїн ББґЩ. -јОАНЅєЗЗѕо »з¶ыЗПґВ °НАМ АО»эАМґЩ. ±в»ЭАМ АЦґВ °чїЎ »з¶ч°ъ »з¶ч »зАМАЗ °бЗХАМ №ЮАёЅГґВ єРІІ ЗКїдЗС Б¤єё°Ў µЗ±ж №Щ¶уёз єёі»µеёіґПґЩ. ±Ч·ёБц ѕКАє°жїм¶уёй БшЅЙАё·О »зБЛµеёіґПґЩ. ЗБ·О±Ч·Ґ ЕёАМЖІ 2100ї©Ае°ъ µїїµ»у ЕёАМЖІ 500ї©ЖнµоАЗ АОЕНіЭ "ГЦґЩ"АЗ Б¦З°µйА» БЦ№®№ЮѕЖј­ єёі»µеё®°н АЦЅАґПґЩ. ДДЗ»ЕНё¦ ѕІЅГґВЗС ѕрБЁ°Ј ЗКїдЗПЅЗЕЧґП АъАеЗПјЕј­ АМїлЗПЅГёй Жнё®ЗПЅКґПґЩ. ---------------------------------------------------- . Б¦ЕёАМЖІµйАє ґлєОєР јцЅКёёїшїЎј­ јцГµёёїшѕїЗПґВ Б¦З°µйАФґПґЩ. . АОЕНіЭ ГЦґЩ ЕёАМЖІА» єёАЇЗП°н АЦЅАґПґЩ. . їПє®ЗС Е©·ў/ЖРДЎµйА» єёАЇЗП°н АЦЅАґПґЩ. Б¦°Ў Гл±ЮЗПґВ јТЗБЖ®їюѕоґВ ГЦЅЕАЗ З®№цАьАМёз 1 0 0 % ЅЗЗаЕЧЅєЖ®ё¦ ё¶ДЈ Б¦З°µйАФґПґЩ. ЕлЅЕ»уїЎј­ °ЎАе ѕзБъАЗ Б¦З°АМ¶у АЪєОЗХґПґЩ. µїїµ»уАє јєАОїлАМ№З·О №МјєівІІґВ ЖЗёЕДЎ ѕКЅАґПґЩ. №°·Р AS µµ ГжєРИч БцїшµЗ°н АЦЅАґПґЩ. **ѕрБ¦іЄ ГЦЅЕБ¦З°АЗ ёс·П µйАМ ЗКїдЗПЅГґЩёй АьИ­БЦЅГёй Б¦ ёЮАО ИЁЖдАМБцё¦ ѕИі»ЗШ µеё®°ЪЅАґПґЩ.** ѕЖё¶ ГЈАёЅГґВ Б¦З°Ає °ЕАЗ ґЩ АЦА»°МґПґЩ. ѕшґх¶уµµ №®АЗБЦЅГёй ±ёЗШµеёіґПґЩ. ----------------------------------------------- >>-A/SѕИі»-<< ЕЧЅєЖ®ё¦ ё¶ДЈ Б¦З°µйАМ±в ¶§№®їЎ є°ґЩёҐ A/S »зЗЧАє ѕшА» °НАФґПґЩ. №°·Р ѕо¶І °жїм¶уµµ їПє®ЗС A/S ё¦ єёАеЗШ µеёіґПґЩ. №®Б¦°Ў №Я»эЗТ °жїмґВ '№ЭµеЅГ' ї¬¶фБЦЅКЅГїА ІА! ЗШ°бЗШ µеёіґПґЩ. ±вЕёѕчАЪїЎ°Фј­ ЅЗЗа ѕИµЗґВ Б¦З°А» ±ёАФЗШєёЅЕ єРµйАМіЄ, јіДЎ№ж№э №°ѕоєёёй АьИ­Ічѕо№цё®ґВ^^ ѕчАЪіЄ ИЈГв±в·О БЦ№®№ЮґВ ѕчАЪїЎ°Фј­ »з±вґзЗПјЕј­ ї¬¶фµµ ёшЗШєёЅГ°н №Яёё µїµї±ј·ЇєёЅЕ єРµй, єсЅС°ЄБЦ°н ±ёАФЗС°НАМ °Ьїм ёі№цАьАМіЄ јјѕоїюѕоїґґш єРµй, АМБ¦ ґдґдЗС ё¶АЅА» №цё®ЅГ°н АъїН »уАЗЗПЅКЅГїА =================================================== ===================[ АМїлѕИі» ]================== =================================================== ЗКїдЗС °НАМ АЦґЩёй ѕЖ·Ўё¦ ВьБ¶ЗПї© АьИ­·О БЦ№®БЦЅГёйµЛґПґЩ. ! . ёЮАП·ОґВ БЦ№®№ЮБц ѕКЅАґПґЩ . ! ! . єёі»µеё° ёЮАПБЦјТ·ОґВ БЦ№®БЦјЕµµ Б¦°Ў №ЮБцё¦ ёшЗХґПґЩ . ! >>-БЦ №® №ж №э-<< АьИ­БЦЅЕИД №°°ЗАЗ №шИЈїН №ЮАёЅГґВєРАЗ БЦјТїН јєЗФ,ї¬¶фГі АФ±ЭЗПЅГґВєРАЗ јєЗФА» ё»ѕёБЦЅЕИД АъИс°Ў ѕЛ·Бµеё®ґВ °иБВ·О АФ±ЭЗПЅГёй , И®АОИД №ЯјЫЗХґПґЩ. ИЮАПАє Ѕ±ґПґЩ.. АєЗаµµ №иґЮєОµµ Ѕ¬°Еµзїд.. >>-АФ±ЭЅГ И®АО»зЗЧ-<< Б¦°иБВ°Ў ГаЗщАМ іуЗщАё·О єЇЗС°НАМ¶уј­ іуЗщАМ ѕЖґС ЕёЗаАФ±ЭЅГїЎ Б¦ °иБВ№шИЈёё іЄїА°н Б¦АМё§АМ И­ёйїЎ ѕИ ¶ЯґВ °жїм°Ў АЦАѕґПґЩ. АМ°жїм °иБВ№шИЈёё АПДЎЗПёй АФ±ЭЗПЅГёй Б¦°Ф·О Б¤И®Ич АФ±Э µЛґПґЩ. (іуЗщїЎј­ АФ±ЭЗПЅГґВ °жїмґВ »у°ьАМ ѕшЅАґПґЩ.) >>>>>>>>>>>>>>-БЦ №® Аь И­ №ш ИЈ-<<<<<<<<<<<<<<< ЗЪ µе Жщ : 0 ўГ 1 ўГ 1 - 9 ўГ 0 ўГ 2 ўГ 2 - 0 ўГ 6 ўГ 2 ўГ 1 ЗЪ µе Жщ : 0 ўГ 1 ўГ 1 - 9 ўГ 0 ўГ 2 ўГ 2 - 0 ўГ 6 ўГ 2 ўГ 1 >>-їµ ѕч ЅГ °Ј-<< їААь 10ЅГєОЕН їАИД 6ЅГ±оБц. (°ЎІы7ЅГ±оБцµµ ДХґПґЩ) °ЈИ¤ ІЁБ®АЦґВ°жїм 1ЅГ°ЈИД ї¬¶фБЦЅГ°ЕіЄ АьИ­№шИЈё¦ іІ°ЬБЦјјїд. 1ЅГ°Ј АМі»·О ї¬¶фµеё®°ЪЅАґПґЩ. (АъібАП°жїм АНАПїААьїЎ ІА ї¬¶фµеёіґПґЩ) >>-јТ їд ЅГ °Ј-<< ґлєОєР ""АФ±ЭЗПЅЕ ґЩАЅіЇ"" №ЮАёЅКґПґЩ. (24ЅГ°ЈАМі») >>-°Ў °Э-<< °Ў°ЭАє є°µµ ЗҐЅГµИ Б¦З°А» Б¦їЬЗП°нґВ ёрµО 1ёё 5ГµїшАё·О °и»к ЗПЅГёй µЛґПґЩ. ЕГ№иєсґВ 5Гµїшє°µµ . (5ёёїшАМ»уЅГ ЕГ№иєс№«·б) (ЗСІЁ№шїЎ 5Ае ±ёАФЅГ ѕЯµї1Ае ґх ј±ЕГ°ЎґЙ!) >>-ёс·П±ёјєѕИі»-<< ґЩАЅ°ъ °°Ає јшј­·О ±ёјєµЗѕоАЦЅАґПґЩ. ========================================================= 1 - * ГЦЅЕ ѕчµҐАМЖ® ё®ЅєЖ® * -ГЦ±Щ ѕчµИ єОєРАФґПґЩ. 2 - * ёЮАОё®ЅєЖ® * - Б¦ ё®ЅєЖ®АЗ АьГјёс·ПАФґПґЩ. АьГјёс·ПАє ґЩАЅ°ъ °°Ає јшј­·О ±ёјєµЗѕоАЦЅАґПґЩ. O - їоїµГјБ¦,Norton(№ЩАМ·ЇЅє...) W - »з№«їл їАЗЗЅє,їцµе,АьАЪГвЖЗ,№®АЪАОЅД(OCR) N - іЧЖ®їцЕ©,DB°ь·Г L - ·©±НБц,ЗБ·О±Ч·Ў№Ц Еш C - Діµе.°ЗГа.±в°ијі°и.АьАЪ.GIS°ь·Г S - јцЗР,Ел°и°ь·Г G - ±Ч·ЎЗИ °ь·Г(ёЖЅє,ЖчЕ伥,ЗБё®№Мѕоµо,,,) T - ёЦЖј№Мµрѕо,АҐ,ИЁЖдАМБц,PhotoѕЩ№ьБ¦АЫ J - ±вЕё(АЅѕЗ,·№ДЪµщ,ЗШЕ·,µоµо) E - ЗРЅА,±іА°їл(№й°ъ,№шїЄ,№ЩµП,ЖЇИч »уѕчїлµµ,,,,) D - АЗЗР°ь·Г X - ЗС±№АЗ јєАОїлµїїµ»у (№йѕз, БшБЦИс µо) Y - АПє»АЗ јєАОїл µїїµ»у ( °ЎБ¤±і»з µо) Z - ј­ѕзАЗ јєАОїл µїїµ»у (№йјі°шБЦ µо..) R- ·Оё®Её №Ч ±вЕё ї±±вµїїµ»у ёрАЅ... ============================================================ **їл·®°ь°и·О АьГј ЕёАМЖІАЗ јјјјЗС јіёнА» ЅЖБц ёшЗСБЎ ѕзЗШ №Щ¶шґПґЩ. Б¦°Ў°ЎБш ЕёАМЖІАЗ ґлєОєРАЗ Б¦ёсА» ЅЗѕъАѕґПґЩ. їмј± Б¦ёсАё·О ГЈѕЖєёЅГ°н, јјјјЗС јіёнАМ ЗКїдЗПЅЕєРµйАє Б¦ АУЅГИЁЖдАМБцё¦ №ж№®ЗПјЕј­ И®АОЗПЅГёй µЛґПґЩ.** АУЅГ ИЁЖдАМБцґВ http://rH3Fh1.dA.rU http://rH3Fh1.cE.rO http://rH3Fh1.kA.kY АФґПґЩ. АУЅГИЁЖдАМБц АеѕЦЅГ АьИ­БЦЅГёй ёЮАОИЁЖдАМБцё¦ ѕЛ·БµеёіґПґЩ. <АьИ­»уАё·О ЗКїдЗПЅЕ°Й БчБў №®АЗЗПјЕµµ µЛґПґЩ.> //////////////////////////////////////////////////////// 5їщ ѕчµҐАМЖ® ё®ЅєЖ® //////////////////////////////////////////////////////// * ёЮАОё®ЅєЖ®ґВ ѕчё®ЅєЖ®АЗ ґЩАЅїЎ АМѕоБэґПґЩ. їоїµГјБ¦,АЇЖї ѕчµҐАМЖ® ====================== O-009№ЩўГ MS Windows 2000 Datacenter Server -2ёёїш - А©µµїм 2000 °иї­АФґПґЩ. O-011¶уўГ MS Windows XP Home Edition(ЗС) -2ёёїш И®ЅЗИч ИЁїЎµрјЗ АФґПґЩ-ЅГАЫИ­ёйїЎј­єОЕН ґЩё§! O-011ё¶ўГ MS Windows XP ADVANCED SERVER -3ёёїш O-011№ЩўГ MS Windows XP DATACENTER SERVER -3ёёїш O-054ўГ Lindows(ё°µµїм) Linux їН Windowsё¦ ЗХЗЯґЩіЄїд..? ё¶АМЕ©·ОїН №эБ¤јТјЫ±оБц №ъАМґВ ё°µµїм АФґПґЩ. O-055ўГ Microsoft Windows .NET Enterprise Server ґеіЭ їЈЕНЗБ¶уАМБо ј­№цАФґПґЩ. 3ёёїш O-056ўГ FINAL DATA for NT AND 9X.ISO ЖчёЛЅГЕІ µҐАМЕН±оБцµµ є№±ёЗШБЭґПґЩ. »з№«їл,їАЗЗЅє,OCR°ь·Г ѕчµҐАМЖ® ====== W-047ўГ BYVOICE (№ЩАМєёАМЅє) professional (ЗС±ЫЖЗ) -2ёёїш єёАМЅє to ЕШЅєЖ® АЗ Е№їщЗС ЗБ·О±Ч·Ґ ЗС±Ы·О ё»А»ЗПёй, ДДЗ»ЕНё¦ Б¦ѕоЗП°н ЕШЅєЖ®·О ГДБЭґПґЩ. ЕёАЪДЎ±в ЅИАёЅЕєРµйА» А§ЗС ИсјТЅД!! W-051ўГ FONT CD 2CD 3ёёїш ѕѕµрµОАеїЎ ІЛВчґВ єР·®АЗ ѕцГ»і­ ЖщЖ®ё¦ ёрѕТЅАґПґЩ. АМё§ µйѕоє»µнЗС °З ёрµО АЦЅАґПґЩ. W-048ўГ Crazytalk v2.51 (std+web,txtё¦ ёсјТё®·О!) 2ёёїш ЕШЅєЖ®·О ДЎёй И­ёй»уАЗ БЦАО°ш(»з¶ч µї№°)µйАМ АФА»№ъ·Б ё»ЗШБЭґПґЩ. TTS °иї­АЗ Аз№МАЦґВ ЗБ·О±Ч·Ґ, ё»ЗПґВ БЦАО°шАЗ ЗҐБ¤±оБц ЖнБэ°ЎґЙЗХґПґЩ. ЗБ·О±Ч·Ў№Ц °ь·Г ѕчµҐАМЖ® ============ L-004ВчўГ Borland C++ Builder 6.0 Enterprise Edition Full -5CD 5ёёїш CD1: Main Application (Borland C++ Builder 6 Enterprise Edition) CD2: Main Application (Borland C++ Builder 6 Enterprise Edition) CD3: Enterprise server: Web Edition, VisiBroker Edition,AppServer Edition. CD4: e-Learning - RADical web services for the e-business CD5: C++ Builder Companion tools (which contains add-on libs by 3rd party etc). L-024¶уўГ Powerbuilder 8 -2ёёїш L-020»зўГ MS Visual Studio .NET ЗС±Ы 7CD Full -7ёёїш (ГЦ°н№цАь ѕЖЕ°ЕШГД_ ѕШЕНЗБ¶уАМБо №цАьАФґПґЩ A_D ѕЖґФ!) L-035ўГ Compaq Visual Fortran Professional v6.5.0 -2ёёїш L-036ўГ Rational Rose 2001 for win -2ёёїш єсБЦѕу ёрµЁёµ UML °ь·Г L-037ўГ IDA pro 4.17 -2ёёїш АОЕНѕЧЖјєк µрЅєѕојАєн·ЇАФґПґЩ. L-020ѕЖўГ MSDN (JANUARY) 1їщ 3CD 3ёёїш іЧЖ®їцЕ©°ь·Г ѕчµҐАМЖ® ============== N-029іЄўГ Borland Kylix Server Developer 2.0 For Linux -2ёёїш N-033ўГ David 6.6 m -3ёёїш - Unified Messaging Software јј°иАыАё·О АЇёнЗС ёЮЅГВЎ іЧЖ®їцЕ© јЦ·зјЗ (ЖСЅє АМёЮАПµо ёрµзБѕ·щАЗ ёЮЅГВЎ) N-034ўГ CheckPoint 2000 Enterprise Suite SP -3ёёїш №жИ­є® °иЕлїЎј­ґВ АЇёнЗС Иё»зБТ. Діµе°ь·Г ѕчµҐАМЖ® ================= C-144ўГ E-CAD Pro (c)AMS 2ёёїш АЫБцёё °­·ВЗП°н °ЈЖнЗС PCB °ь·Г ДіµеЗБ·О±Ч·ҐАФґПґЩ. C-142іЄўГ AutoDesk Building Mechanical V1.0 for Architectural Desktop -3ёёїш C-145ўГ ARTcam pro v5.104 (C)Delcam -3ёёїш C-146ўГ TEBIS CAD/CAM v3.1 R11 3ёёїш NT sp5/2000 АМ»уїЎј­ ЅЗЗаµЛґПґЩ. 1024-1280 ёрґПЕН ЗКјц. C-147ўГ WaterCAD.v4.5 јц(АЇ)·® єРј®CAD/µрАЪАО/ёрµЁёµ°ь·Г CAD -3ёёїш C-148ўГ GS MESHER V2002 R1 (c) MSC -5ёёїш 3ёёєТВҐё® µ¶ёіЗь meshing tool ЗБ·О±Ч·ҐАФґПґЩ. C-109ґЩўГ ArcGIS DeskTop V8.1.2 (c)ESRI 3CD -6ёёїш CD1 - ArcGIS Desktop 8.1.2 for NT/2K/XP CD2 - Crystal Decisions Crystal Reports Version 8.5 for ESRI CD3 - ArcGIS Digital Books and Sample Maps C-073¶уўГ MDT 6.0 ЗС±Ы -2CD 5ёёїш C-053іЄўГ FloorPlan v6.15 3ёёїш є®Гј јі°и °ь·Г Еш C-002ё¶ўГ ansys.6.0 10ёёїш C-003іЄўГ Ansys Designspace 6.01 TFL.rar 3ёёїш јі°иАЪё¦ А§ЗС АЇЗСїдјТ ЗШј® ЗБ·О±Ч·Ґ C-019¶уўГ Autodesk AutoSketch R8 2ёёїш G-072¶уўГ avid softimage xsi v2.1 3CD 10ёёїш - јТЗБЖ®АМ№МБц XSI АЗ »х·Оїо №цАь 2.1АЗ З®№цАьАФґПґЩ. C-109іЄўГ ArcView v8.1 ESRI 2CD 4ёёїш іК№«іЄ АЇёнЗС µҐЅєЕ©Еѕ GIS & ёЕЗО јТЗБЖ®їюѕо C-076іЄўГ microstation v8 -5ёёїш - їЈБцґПѕоёµ µрАЪАО јЦ·зјЗАФґПґЩ. А©xp,98,me,nt4,2000 Бцїш 128·ҐЗКїд C-092ґЩўГ Rhino V 2.0 -3ёёїш - ё®іл 3D №цАь 2 АФґПґЩ. C-041ґЩўГ Cimatron (ЅГё¶Ж®·Р) v12 15ёёїш И®ЅЗИч ЅЗЗаµЗ°н ( ncµҐАМЕё іЄїИ), є°µµ·О ±ёАФЗПјЕѕЯЗПґВ ЖчЅєЖ® ЗБ·Ојјј­µµ ЖчЗФ,їПє® ЅЗЗа C-072»зўГ Mastercam v9.0 -10ёёїш C-137ўГ Multisim Pro 2001 Electronic WorkBench -3ёёїш -circuit µрАЪАО ЕшАФґПґЩ. C-138ўГ FME suite 2001 -3ёёїш ї©јё°іАЗ ёрµв·О ±ёјєµЗѕо їПє®ЗС µҐАМЕё ѕпјјЅєё¦ Б¦°шЗПґВ јЦ·зјЗ FME/Universal Translator FME/Universal Viewer FME/Workbench FME/Themes for ArcView FME/Plug-in Builder API FME/Objects API C-139ўГ SilverScreen Solid Modeler v6.92 3ёёїш -°ЗГа,їЈБцґПѕоёµ °ь·Г Діµе (ёіАМБцёё И®ЅЗЅЗЗа!) C-140ўГ Surfacer v10.5 3ёёїш - Imageware(tm) Surfacer for NT/2K °­·ВЗП°н Бч°ьАыАО surface creation Еш. C-141ўГ CADIAN 2002(ЗС±Ы) Professional 3ёёїш ЗС±ЫДіµе ДіµрѕИ 2002 АФґПґЩ. C-142ўГ Autodesk Building Electrical V1.0 3ёёїш Аь±в ±в»зїЎ°Ф 2D №Ч 3D »э»кјє µµ±ёё¦ Б¦°шЗПґВ »х °З№° ЅГЅєЕЫ Б¦З°. Аь±в№иј± µµёйИ­... C-143ўГ CAD Exceed 6.2 3D (3D °ь·Г ДіµеАУ. xЅб№цѕЖґФ) -3ёёїш ±Ч·ЎЗИ°ь·Г ѕчµҐАМЖ® ================ G-014¶уўГ Adobe After Effects 5.5 Production Bundle 2ёёїш ѕоµµєсАЗ ёЦЖј№Мµрѕо-АҐ ЕлЗХјЦ·зјЗЖРЕ°БцАФґПґЩ. ЅєЕДґЩµе №цАьєёґЩ, їАИч·Б »уА§АЗ ЗБ·ОґцјЗ №шµй №цАьАФґПґЩ. G-091ўГ Adobe Atmosphere 1.0 °Ў»у 3D АҐЖнБэ °ь·Г G-034ё¶ўГ Corel Draw 9.0 (ЗС±Ы) -3CD 3ёёїш - ґ©¶фµЗѕъґш°Н їГёіґПґЩ. G-021ё¶ўГ Adobe Premiere 6 2CD 3ёёїш G-093ўГ Macromedia Extreme 3D v2 2ёёїш ё¶Е©·ОёЮµрѕЖАЗ 3D ±Ч·ЎЗИ°ъ ёЦЖј№Мµрѕо °ь·Г ЗБ·О±Ч·Ґ G-092ўГ Adobe LiveMotion v2.0 2ёёїш ѕоµµєсАЗ АҐАъАЫ°ь·Г ЗБ·О±Ч·Ґ ¶уАМєкёрјЗ G-094ўГ Corel Knockout 2 2ёёїш °ЎАе єьёЈ°н Б¤И®ЗС ё¶ЅєЕ© ЕЧЕ©ґРА» єёї©БЭґПґЩ. G-020ѕЖўГ Adobe PhotoShop 7.0 -2ёёїш G-055»зўГ Maya Unlimited 4.01 for linux 2ёёїш S-003ґЩўГ Mathematica v4.1 -2ёёїш ёЕЅєёЕЖјД« 4.1 АФґПґЩ. S-010ўГ Origin 6.0 ёЦЖј№Мµрѕо , АҐ °ь·Г ѕчµҐАМЖ® ========== T-002ґЩўГ Adobe Golive v6.0 2ёёїш ѕоµµєсАЗ АҐАъАЫ°ь·Г ЗБ·О±Ч·Ґ °н¶уАМєк. T-024ё¶ўГ Macromedia Flash MX 6 (јц№йёЮ°Ў З®№цАь!) 3ёёїш T-056ўГ Avid Xpress DV v3 3ёёїш °­·ВЗС їАµрїА єсµрїА DV ЖнБэ Еш T-035№ЩўГ MS Visio Professional 2002 SR1 2ёёїш T-026¶уўГ Ulead Vedio studio 5.0 DVD Edition -2ёёїш АЇё®µе єсµрїА ЅєЖ©µрїААФґПґЩ. T-057ўГ Swish 2.0 (Flash ЕшАФґПґЩ.) 2ёёїш ±вЕё °ь·Г ѕчµҐАМЖ® ================== J-016ўГ MUSICBOX №ВБч№ЪЅє -2CD 3ёёїш J-017ўГ LucasFilm Sound Effects Library (6CDё¦ 2АеїЎ ёрµО ґгАЅ!) 2CD -3ёёїш №жґлЗС єР·®АЗ »зїоµе Иї°ъ јТЅє µрЅєЕ©АФґПґЩ. J-018ўГ Native instruments Reactor v3.2 -2ёёїш јј°иАыАО »зїоµе ЅЕµр»зАМВЎ јТЗБЖ®їюѕо J-034¶уўГ Nero 5.5.7.8 J-003іЄўГ Cakewalk Home Studio 2002 10.0.2 -2ёёїш ±іА°, ·№Аъ, ЗРЅАїл °ь·Г ѕчµҐАМЖ® ================ E-001іЄўГ Microsoft Autoroute 2002 Europe 2CD -3ёёїш Бцµµ°ь·ГАФґПґЩ. АЇ·ґї©ЗаЗПЅЗєРАє ЗКјц¶уіЧїд. E-110ўГ SYSTRAN Professional PREMIUM №шїЄЗБ·О±Ч·Ґ -2ёёїш јј°иАыАО №шїЄЗБ·О±Ч·Ґ. їµ,µ¶,АМ,єТ,Ѕє ѕрѕоё¦ »уИЈ№шїЄ ЗШБЭґПґЩ. Аь°шАЪґФµй µ¶ѕо їш№®А» їµѕо·О АьИЇЗСИД їµЗС№шїЄ ЗБ·О±Ч·ҐАё·О №шїЄЗПЅГёй ББА»µн ЅНЅАґПґЩ. E-066ўГ Bonito RadioCom 5.1 ЗЬАеєс(¶уµрїА)ё¦ ДДЗ»ЕНїЎј­ ЕлБ¦ЗПґВ №«ј±(ЗЬ)°ь·Г ЗБ·О±Ч·Ґ E-286ўГ MyBible 301 (јє°жАьј­АФґПґЩ ) ============ јєАО µїїµ»у ЕёАМЖІ АФґПґЩ. ==================== ї±±в, ЖЇАМЗС µїїµ»у °ь·ГѕчµҐАМЖ® ================================ R-006ўГ ·Оё®Её 0401 µїіІѕЖ,ј­ѕз ЖдёЈБо - ѕоё° ј­ѕз јТіаАФґПґЩ. µїіІѕЖ 15јј - °н°НВь №«Бц ЅГІф·ґ±єї©..АПє»іСАМ ЗСё¶µрЗПёй ї©·Їё¶µр ЗХґПґЩ. R-007ўГ ·Оё®Её 0402 єтЕ°,И­АеЅЗ vicky-anal АМ№шїЈ ВЄ°Ф ёУё®АЪёЈ°н ЗХґПґЩ.. ИДАеїЎ.. µйѕо°ЎґВ°Ф їлЗП±єї©.. И­АеЅЗАЗ јТіа - И­АеЅЗ АЗ ј­ѕз ЗР»эµй... R-008ўГ ·Оё®Её 0403 БЯЗР»э,ЅєЖ®ёіјїД« БЯЗР»э АПє» БЯЗР»э ·Оё®Её АФґПґЩ. БЯ2Б¤µµ? АПґЬ №°°н ЅГАЫЗШј­ іЄБЯїЎ №­ѕоіх°н ёйµµїЎ ѕЖіЇ±оБц.... Г·їЈ ±іє№ ДЎё¶ёё µйГЯ°н ЗШ№цё®ґВ ±єїд..^^ББЅАґПґЩ. ЅєЖ®ёіјїД« АЪ±в іІАЪДЈ±ёѕХїЎј­ ёЪБц°Ф ЅєЖ®ёіЗПґВ ј­ѕз јТіа.. Z-2011ўГ SMёрАЅCD 0401 Woman gets a torture °жАМАыАО ї©АЪ±єїд.. ГРіу ¶іѕо¶Яё®±в, ё»Г¤ВпАё·О ¶§ё®±в,»Ў·ЎБэ°Ф·О °Е±в^^ №°ё®±в №ЩґГ·О ВоёЈ±в,ё·ґл±в·О ѕҐЅГ±в.... ±Ч·Їёйј­ јТё®ё¦ БцёЁґПґЩ..їм~ RigEast ЗПіаµйА» ёрѕЖіх°н №ъА» БЦґВ АМѕЯ±вАФґПґЩ. Гј№ъЅЗїЎј­ АЗАЪїН ±вµХїЎ Б¤ё»·О ¶§·Бј­ ЗЗёЫАМ µй¶§±оБц ¶§ё®ґВ ±єїд. Z-2012ўГ SMёрАЅCD 0402 Emsis іІАЪё¦ ЗьЖІїЎ №­°н Г¤ВпАё·О ЖР°н..АЅ °Е±вїЎ »Ў·ЎБэ°Фё¦.. ЅЙЗС ЖРЖјЅ¬ґВ ѕЖґПБцёё єјёёЗПіЧїд. spanking pedding and caned їмё®ё»·ОґВ Жш·В°ЎБ¤ Вл ЗШѕЯ°ЪіЧїд.. ^^ №«ё­їЎ їГ·Біх°н єј±вё¦ ¶§ё®ґВ Аеёй АМ ё№АМ іЄїЙґПґЩ. ї©·Ї°ЎБц ёЕ·О ґЩѕзЗП°Ф ЖРґВ±єїд.. ЗС±№ µїїµ»у ѕчµҐАМЖ® ===================== X-055ўГ ёрµЁёфД« , °ЎёйёЗ(»ЯїЎ·О) ёрµЁёфД«- ІП ѕЛ·ББш ёрµЁАМ¶шґПґЩ. јУДЄ PѕзАМБТ.. ±ф±фЗСµҐј­, №аАєµҐј­.. ѕЦАО°ъ ЗПґВ±єїд. ЅєЕДµе ѕІ·ЇБц°н.. і­ё®ііґПґЩ.. ^^ °ЎёйёЗ(»ЯїЎ·О) іІАЪ°Ў °ЎёйА»ѕІ°н ї©АЪїН ЗХґПґЩ...АЯВпѕъіЧїд. X-056ўГ ґЩ№ж·№Бц/јъєґіЦ±в/№ж№иµїёфД« ґЩ№ж·№Бц - №иґЮїВ ґЩ№ж·№Бцё¦ ѕуё¶№ЮіД°н ІїјЕј­... °б±№ ЅС°ЄїЎ Впѕо№цё®ґВ №«ј­їо іК№М іЄїЙґПґЩ. °Ў·ГЗС ·№Бц... ѕа°Ј ёЦё®ј­ АвАє јїД«АФґПґЩ. БЯ°ЈїЎ јъєґАё·О ѕҐЅГґВ±єї©. ^^ + №ж№иµї ёрЕЪ ёфД«(1ЅГ°Ј) DIVX µїѕз ѕчµҐАМЖ® ================ Y-140ўГ їшБ¶±іБ¦(±Ч·м) 3ёнАЗ јТіаµй°ъ µїЅГїЎ ЗС Д§ґлїЎј­ їшБ¶±іБ¦ё¦ ЗПґВ іС! Б¤ё» БЧАМ°н ЅН°Ф єО·ґ±єї©... јїЗБД«ёЮ¶у АФґПґЩ. Y-141ўГ јє°н№® µоАеАО№°- °іёс°ЙАМ,ГРіу,єЧ,ДЕ,И¤ґЮё° АОБ¶№°°З^^,ДїґЩ¶хБшµї±в №­ґВ АЗАЪ. ДЕїЎ №» ёрА»±оїд..? ^^ Y-142ўГ Big Boob Whores "Е« БҐЖГАМАЗ Её¶фЗС ї©АЪ ^^ " ЅГё®Бо 1 АФґПґЩ. »з№«¶уАМїЎј­ Б¦АЫЗС °МґПґЩ. №¦ЗП°Ф ±Нї©їо јјёнАЗ °ЎЅїЕ« ї©АЪё¦ Вч·К·О µыёФґВ °МґПґЩ. ^^ °ЎЅїЕ« ї©АЪґВ їфАЅАМ ЗмЗБґЩґшµҐ °ъї¬ ±Ч·ё±єїд.. Y-143ўГ БЦєО Б¦ёсѕшАЅ. БЦєОµйА» »уґл·О АОЕНєдЗСµЪїЎ µыёФґВ ѕЖБЦ ЖЇАМЗС °НµйАМіЧїд. »з№«¶уАМ Б¦АЫ. АюАє°Нµй°ъґВ ґЩёҐ »цґЩё§АМ АЦЅАґПґЩ.^^ Y-144ўГ №Міа BIJIN (ёрАЪАМЕ©) ВьЅЕЗС ЗРїш№°АФґПґЩ. ЗР±іБѕАМ їпё®ёйј­ ЅГАЫЗПґВµҐ ±Нї©їо ±іє№АЗ БЦАО°шАМ ЗР±іјєАы¶§№®їЎ °н№ОА» №ЮЅАґПґЩ. ±Ч·Ўј­ ЖЇИЖА» №ЮґВµҐ.. ѕзИЈЅЗ, ГјА°°ь, АзЅГЗиАеїЎј­±оБц.. ёН·ДЗС^^ ЖЇИЖА» №ЮЅАґПґЩ. їЎё®Д« Е°ё®ЅГё¶..ѕЖБЦ ±Нї±ЅїґЩ. Y-145ўГ ѕајУ (ёрАЪАМЕ©) ѕЖБо№МД«їНЅГѕЖАЗ ѕајУ АФґПґЩ. ѕЖБЦ ї№јъАыАО.. Y-146ўГ Fuck time! іЄіЄјј Е°ЕёЗП¶уАЗ fuck time АФґПґЩ ѕХєОєРїЎ ёЪБш °ЈИЈ»зАЗ ЅєЖ®ёіАМ єёАМґВ ±єїд..єПјТё®їЎ ёВГз їКА» №юѕоАзі§ґПґЩ. Y-147ўГ 3 Days Sex АЬАЬЗС АЅѕЗАМ ИеёЈёйј­..БҐІАБцїЎ ІЬА» »Сё®ґВ АеёйАё·О ЅГАЫЗПіЧїд µОіІАЪ°Ў ё¶БЦ ЅД»зё¦ ЗПґВµҐ ЅДЕ№№ШїЎ ї©АЪ°Ў µОіІАЪАЗ №°°ЗА» ѕЖБЦ АЯ±ЩАЯ±Щ... ^^ №дАМ іСѕо°Ґ±оїд..? ѕЖБЦ БЧї©БЭґПґЩ. ёЮАОЅєЕдё®ґВ ї©АЪАЗ јј¶ує№АЗ µюАМ ї«ѕо °©ґПґЩ.. <їµ№®АЪё·> Y-148ўГ ѕЖДЙИчІї °ЛБ¤ёрАЪАЗ їпЖ®¶у Г»јш°Ў·ГјТіа°Ў ЖДµµДЎґВ №ЩґЩё¦ °ЙАєµЪ ИзµйАЗАЪїЎ ѕЙѕЖ Гў№ЫАЗ №ЩґЩё¦ єѕґПґЩ. ±Чё®°н..... ... АЪА§ё¦ ЗПіЧїд^^? №иїм°Ў БЧї©БЭґПґЩ. Y-149ўГ ЪёлїЄОЄ·ЄїЄїЄк ѕЖё§ґЩїо А°ГјАЗ №°№жїп АМ¶уіЧїд..? »кµојєАМАЗ їАЕд№ЩАМА§їЎј­ АЪА§ЗПґш ї©АЪё¦ іІАЪ°Ў µ¤ДЁґПґЩ. АМѕо БэїЎј­µµ.... јцБШ±ЮАЗ №МіаіЧїд... Y-150ўГ Real Fuckin Deal іІАЪірАМ јТЖДїЎј­ ї©°н»эА» ІїЅКґПґЩ. АМѕоД§ґлїЎј­ АПА» №ъАМґВµҐ ї©°н»э.. БЧї©БЭґПґЩ.!!! ИчЕд№М АЇіў¶уіЧїд.. АМѕој­ ГјА°є№А» АФ°н ЗР±іїЎ°Ј јТіа.. ГјА°±і»зїН ѕк±вё¦ іЄґ©°н ..(№є°Ў Всё®ґВµн) їоµї±ёЅЗїЎј­ АПА» №ъАФґПґЩ.. ¶ЬЖІ°ЙГДµЪДЎ±в(?)°Ў ѕР±ЗАФґПґЩ.. АМ БцБц№и Б¤ё» БЧї©БЦґВ ±єїд. Y-151ўГ Аь±№ јєАО ї©№иїм ±вґЙґлИё АПє»і»АЗ За»зАО°Ў єѕґПґЩ. ГјА°°ьїЎ ёрАО јєАО№иїмµйАМ ёрµО №юАєГ¤·О АПА» №ъАМґВ °МґПґЩ. јцЅКёнАМ №Щ±Ы№Щ±ЫЗПёз ЗШґлґВµҐ ёУё®°Ў є№АвЗТ Бц°жАФґПґЩ. Б¤№Я єё±вµе№® ЗКё§АМіЧїд.. ґЩ№ю°н ±ЗЕх±Ы·Їєкёё і¤ ёрЅАµйАМ ѕЖБЦ јЅЅГЗХґПґЩ. Y-152ўГ №МґПЅєДїЖ® Е¬·ґ 9 (ёрАЪАМЕ©) ѕЖБЦ ЖЇАМЗС АејТїН ЖЇАМЗС °НµйАМ іЄїАґВ±єїд. °ЈИЈ»з°Ў јјёйґл А§їЎј­ јТєЇєёґВ Аеёй°ъ ГµБ¤їЎ ёЕґЮё° іІАЪё¦ »Ў°Ј јУїКАЗ ї©АЪ°Ў ѕЖБЦ ЕЧЕ©ґПДГЗП°Ф µ¤ДЎґВ АеёйАМ ѕЖБЦ ББЅАґПґЩ. іЄїАґВ ѕЖ°Ўѕѕ ёрµО АМ»ЮґПґЩ. Y-153ўГ ±ЩДЈ»у°Ј V1 ёрАЪАМЕ© »юїцЗПґВ ѕЖµйірАЗ ёцА» єёґш єОАО ..±вєРАМ АМ»уЗШБэґПґЩ. АбЅГИД АвБцё¦ єёёз АЪА§ё¦ ЗПґВ ѕЖµйА» є» єОАОАє ё¶Д§і» ±Ч °н№ОА» ЗШ°бЗШ БЦґВµҐ..... Y-154ўГ Nurse Go!Go ( ѕЖАЪ! °ЈИЈїш ) ёрАЪАМЕ© №«Ар°Ф ±Нї©їо °ЈИЈ»з°Ў іЄїЙґПґЩ. ѕЖБЦ ї±±вАыАМ±ёїд. ИЇАЪїЎ°Ф, АЗ»зїЎ°Ф, єґїш°ч°чїЎј­ ґзЗПґВ їмё®АЗ ±Нї©їо °ЈИЈ»з!! ѕцГ» ±Нї±ЅАґПґЩ. №Мілё® ѕЖїААМ¶уґВ±єїд. ёрАЪАМЕ©Бцёё °­ГЯЗТёё ЗХґПґЩ. °ЈИЈ»з їК АЪёЈ±в, µЪ°Ў ЕНБш °ЈИЈ»зє№±оБц іЄїЙґПґЩ. Y-155ўГ дсЦҐьЈ ёрАЪАМЕ© ІЙА» °нёЈґВ ѕЖ°Ўѕѕё¦ АЇЅЙИч єёґш БЯівіІАЪ »з¶чА» ЅГДСј­ ї©АЪё¦ ііДЎЗП°н .. °­°ЈА» ЗХґПґЩ. ѕа±оБц Ѕб°Ўёйј­їд.. №­ѕоіх±вµµЗП±ё АФїЎ °шА» №°ё®±вµµ ЗПёйј­ ј­ј­Ич ілї№·О ёёµйѕо °©ґПґЩ. Y-156ўГ јТ±ё№МѕЦ 2 - АМ№шїЈ ІЙ№«ґМ їшЗЗЅєАЗ јТіа±єїд. Y-157ўГ Asian Sex Retreat »з№«¶уАМАЗ ёнАЫАМБТ. їВГµ°ъ ї­Вч АЪµїВч їЎј­ °Ўё®Бц ѕК°н ЗШґлґВ.. БЯ°ЈАЗ Б¤·Вјѕ ілАОіЧµµ °ь¶ч ЖчАОЖ® АФґПґЩ. ЖЇИч ИДАеїЎ °ьЅЙА» єёАМґВ... Y-158ўГ ї¤·№єЈАМЕН°Й ї№Аь ј­єсЅєїЎ АПєО јТ°і µЗѕъБТ..? ї¤·№єЈАМЕНїЎ °°АО ї¤·№єЈАМЕН °Й°ъ јХґФ... °ЙАє »зёнА» АШБц ѕК°н їГ·Бєёі» БЦґВ ±єїд. їЄЅГ іЎ±оБц ·№АМЅє Ае°©А» №юБцѕКґВ БчѕчїЎ ґлЗС »зён°ЁА» єёї©БЭґПґЩ. Y-159ўГ ї©±і»зАЗ јє±іА° »э№°А» °ЎёЈГДБЦґш ±і»з.. ДҐЖЗїЎ ѕІґВ°Н ёёАё·О ѕЛѕЖµиБц ёшЗПАЪ ДЈАэЗП°Ф їКА» №юАёёйј­ ѕЛ·ББЭґПґЩ. јХ°Ў¶фАё·О АПАПАМ Впѕо°Ўёйј­їд.. ±і№«ЅЗїЎј± µї·б ±і»зАЗ ё¶АЅА» ґЮ·ЎБЦ°н ДЈАэЗП°Ф °ЎБ¤№ж№®ЗШј­±оБц ѕЛ·ББЦґВ Ис»эАыАО ї©±і»з±єїд...^^ Y-160ўГ °ЈИЈ»зАЗ »з»эИ° °ЈИЈ»зАЗ »з»эИ° АФґПґЩ. БЩАЪ·О іІАЪ№°°ЗА» Аз±вµµЗП°н АЗ·б±в±ё јіёнА» ЗП±вµµ ЗХґПґЩ. И­БъАМ є°·О БББц ѕК±єїд.. Y-161ўГ лМЪЪмИгЭ Иё»зїшµйАМ OL А» ііДЎЗШј­ ... Д§ґлїЎ №­°н ґюДЎґВµҐ ИДАеїЎ ґлґЬЗС БэВшА» єёАФґПґЩ... їАИЈ.. ёрАЪАМЕ©°Ў °ЕАЗ БцїцБіЅАґПґЩ. ВьЅЕЗС OL №° Y-162ўГ ЅєЖДЕ° АЇёнЗС ЅєЖДЕ° АФґПґЩ. іЄ°Ўјј °Ў іЄїАґВ.. АОЕНєдЗПёйј­ ЕхёнЗС АОБ¶№°°З ѕХїЎј­ ЗШёјјј їфіЧїд^^ ЅГЕ°ґВµҐ·О ґЩЗПґВ їмё®АЗ №МјТіа.. АёИЮ~ ±Нї©їо°Н.. Y-163ўГ Nasty Asian Nurses °ЈИЈїш №«єсАЗ јцАЫ!! јцјъЅЗїЎј­ №ъАМґВ ґхєн ±Ч·мЅЕµµ ±¦Въ±ёїд ї©АЗ»з°Ў Б¤ѕЧ»щЗГА» БчБўГ¤Гл(?) ЗПґВ єОєРµµ ББЅАґПґЩ. АЗ»зїН єґїшїБ»уїЎј­ ёф·Ў №ъАМґВ Аеёйµо єґїш·щ №«єсАЗ ёрµз°НА» єёї©БЦґВ їмјцАЫ. Y-164ўГ SleazyBaby (Divx) іІАЪјВАМАЦґВ »з№«ЅЗїЎ ЖД¶хѕЯ±ёёрАЪё¦ ѕґ ѕЖ°Ўѕѕ°Ў ГЈѕЖїЙґПґЩ. Бпј®№иїм·О ДіЅєЖГЗПґВµнАМ »з±вё¦ ДЎёйј­.. ґ«°Ў·Біх°н №Щ·О ґЮ·БµмґПґЩ. іЎєОєРАЗ №­АОї©АЪ°Ў їАБЬЅОґВ Аеёйµµ..... Y-165ўГ јТАО (Divx) №Міа-»юїцЗП°н И­АеА» ё¶ДЈ№Міа.. іІАЪµСїЎАЗЗШ №жїЎ Іш·Бµйѕо°Ўј­ ѕцГ»ґзЗПґВ±єїд.. №еБЩ·О ІЗІЗ№­АОґЩАЅ БҐІАБцїЎ »Ў·ЎБэ°Ф±оБц №°ё°Г¤·О.... Ие№М~ SMµµ єјёёЗП±єїд. Y-166ўГ Sex Starved Sluts 1 (Divx) Б¦ёсґл·О »цїЎ ±ѕБЦё° µОї©АЪ°Ў Вч·К·О іЄїЙґПґЩ. °іАОАыАё·Р µО№шВ°°Ў ¶Ї±вґВ ±єїд... №¦ЗП°Ф ±Нї±іЧїд.. 2ЖнАє ё®ЅєЖ®ѕХВКїЎ АЦЅАґПґЩ. Y-167ўГ і»Гт·І (Divx) (ёрАЪАМЕ©) pure crystal heart and covered with semen body ЕЕ·±Ж® ±ЮАЗ ѕЖБо№М Д«їНЅГё¶°Ў іЄїАґВ їµИ­БТ. Абє№±Щ№«БЯАО Зь»зїН ї¬ѕЦЗПґВ і»їлАФґПґЩ. АМ»ЪіЧїд.. Y-168ўГ Ужо» (Divx) ББЅАґПґЩ. ЖЇАМЗСАеёйАМ ё№іЧїд. ґЩґЩ№М ±тё° їмµїБэїЎј­ ј­єсЅє·О БЦ№жАеАМ ЗШБЦґВ Аеёй°ъ ЕНЕ°ЕБїЎј­ іІАЪ°Ў ї©АЪё¦ ѕИё¶ЗШБЦґВ АеёйАМ Аз№МАЦЅАґПґЩ. Y-2501ўГ PINKY (ЗОЕ°) 2CD ±ъ№°ѕоБЦ°н ЅНАє №МјТіа ёрВоґЩ ·бІї°Ў Гвї¬ЗС іЎі»БЦґВ... ЗСё¶µр·О.. !! №«БцЗП°Ф ±Нї±ЅАґПґЩ. ЅЕѕЦ¶у єсЅґ№«·№ЗП°Ф.. ЗШёјАє ѕу±ј·О є°АП ґЩЗХґПґЩ. ЕЧЕ©ґРµµ ±Нї±°Ф іЎі»БЦБТ. ѕХµЪ·О µОіІАЪ µїЅГїЎ ЗП±в. №«јєЗС ЕР ёйµµЗП±в. јТєЇєё±в µоµо... ±Ч°Н ё¶Аъ ±Нї±°Ф ЗХґПґЩ. ^^ ГК°­ГЯ! ј­ѕз µїїµ»у ѕчµҐАМЖ® ====================== Z-171ўГ hawaii АМ±№АыАМ°н ИЇ»уАыАО ЗШєЇАЗ Б¤»з.. їГї©ё§АЗ ІЮА» №Мё®єёјјїд.. ІПіЄ АЇёнЗЯґш.. Z-172ўГ sperem overdose »ш·Їµе А§їЎ Б¤ѕЧА» »С·БёФґВ №Міаµй... Б¤ѕЧЖДЖјАФґПґЩ. °°АМёФ°н іЄґІёФ°н ЗУѕЖёФ°н.. µоµо... ё¶±ё »пДСґрґПґЩ. Z-173ўГ Sex In The Second Real єОµОАЗ №«ґзАМ іЄїАіЧї©.... Z-174ўГ Down The Hatch V6 ґЩїоґх ЗШДЎ ЅГё®БоАЗ 6ЖнАФґПґЩ. Z-175ўГ A Woman Scorned (DivX) єсєсµе Б¦АЫ, ГЦБ¶ЅЗїЎј­ µОЗь»зїЎ°Ф ГЦБ¶№ЮґВ іІАЪ... ±ЧАЗ ±вѕпјУїЎј­ ЖоГДБцґВ ИЇ»уАЗ ±Ч·м ЗПµеДЪѕо... И®ЅЗЗПБТ. Б¦ёсґл·Оёй ІГё°ґ¤..^^ Z-176ўГ Marionnette (DivX) і»їлАМ ±в№ЯЗХґПґЩ. АААААА °шї¬А» єёґш ілАОАМ ЖДґВ №«ґлАеДЎ°Ў µИ Б¶±Чёё»уАЪ .. ГДґЩєёёй ±Ч ѕИАЗ АОЗьАМ »мѕЖј­ їтБчАФґПґЩ. ..... ±вЕёµоµо Б¤ё» ИЇ»уАыАО ЗБ¶ыЅє їµИ­ ѕИєёЅГёй ИДИёЗХґПґЩ. БЯ°ЈАЗ №Я·№ё®іЄґВ .. Б¤ё» ї№јъАМБТ... Z-177ўГ Dirty Club (DivX) ЗС јъБэАЗ №ЩЕЩїЎј­ №ъѕоБцґВ... Z-178ўГ Reife Damen, junge Manner (DivX) їµѕо·ОґВ mature lady & young man АФґПґЩ. (ЗдЗд``) іЄАМµз ї©АЪїН АюАє іІАЪµйАЗ ±Ч·мЅЕАФґПґЩ. Вь іЄАМёёЕ­ БшЗП°Ф ЗПґВ±єї©. Z-179ўГ Dirty Young Girls (DivX) Б¤ё» АюАє їµИ­±єї©.. АъЕГїЎј­ їµёЗ°ъ їµїмёХµйАМ ЖоДЎґВ АеёйµйАОµҐїд. miko lee ¶уґВ µїѕзАОї©АЪ°Ў іЄїАґВµҐ... ±№АыАМ јц»уЗП±єї©...АМї©АЪ°Ў ґЩёҐ іІіа ЗПґВ °чїЎ Д§№Я¶у БЭґПґЩ...^^ Z-180ўГ Barely Legal 5 (DivX) ЗгЅЅ·ЇБ¦АЫ Е№їщЗС ёрµЁµйАМ іЄїАґВ ДБЖ©ё®ЗіАЗ ±тІыЗС °МґПґЩ. АЇёнЗС ЗгЅЅ·ЇїЎј­ Б¦АЫЗШј­ ±Ч·±Бц. Вь ¶Ї±вґВ ±єїд ЗС№шВл ІЮІЬёёЗС АеёйАМ БѕБѕ іЄїЙґПґЩ. Ж®·ўЕНА§АЗ Д«їмєёАМёрАЪ ѕґ ї©АЪ°Ў ЗПґВ єОєРАМ ѕЖБЦ јЅЅ¬ЗХґПґЩ. Z-181ўГ Maximum Perversum (DivX) БціЄїНАПµе°Ў Гвї¬ЗС °МґПґЩ. іЧёнАЗ іІАЪ°Ў ёрї© јєАО№°А» ёёµйёйј­ ЅГАЫЗХґПґЩ. ЕР±рґВ Аеёй°ъ ИДАеїЎ јХА» ёрµО БэѕоіЦґВ АеёйАМ ЖЇАМЗХґПґЩ. їЄЅГ БціЄїНАПµе ±єїд.. Z-182ўГ ЅєЕёЕ· ·№Боєсѕр(Lesbian Pantyhose) (DivX) ї©·Ї ·№Бо ДїЗГµйАМ іЄїЙґПґЩ. ЖЇИч ЅєЕёЕ·АМ ёЪБш..^^ ГҐА» АРґЩ°Ў ї·їЎј­ ГҐА» °нёЈґВ ї©АЪАЗ ДЎё¶јУАё·О јХА» ЅЅёзЅГ іЦЅАґПґЩ. ^^ Зг~ БЯ№ЭАЗ ЅЦµХАМ °°Ає ЅєЕёЕ·№МіаµйАМ ЗПґВ єОєРАМ ѕЖБЦ БЧї©БЭґПґЩ. Z-183ўГ Los schluck runter (DivX) ёЦ ¶іѕо¶Яё°ґЩґВ°ЗБц.... АЅ.. Б¤ѕЧЖДЖј·О±єїд.. ёрµО АФАё·О №ЮѕЖ ёФЅАґПґЩ. ЗСіСАМµз ї©·ЇіСАМµз.. ^^ ї©АЪё¦ µС·ЇЅОј­ ЅГАЫЗФґЩ. ё¶±ё »пДСґрґПґЩ.. Z-184ўГ Operation Sex Siege (DivX) ЖЇён ѕоВј±ё ЗПґхґП ±єЗФ±оБц іЄїЙґПґЩ. №°·Р ±ЧА§їЎј­µµ АПА» №ъАМґВ ±єїд.. Гёєё№° єсЅБЗС °МґПґЩ. ЅєДЙАПАМ ±¦Въ±єїд. Z-185ўГ јЅ Ѕє ј¦ (Sexshot) (DivX) ЗБ¶уАМєсЖ® ЖЇАЇАЗ °н±ЮЅє·± єРА§±в°Ў іЄїАґВ±єїд їЄЅГ №Міа.. БЯ°ЈАЗ ±ЧіЧЕё±в Аеёйµµ ББ±ёї© ѕЖБЦ ѕзИЈЗХґПґЩ. їЄЅГ єшјУїЎј­ ЗПґВАеёйАМ №й№М±єї©. Z-186ўГ Lusty Teens 3 (DivX) 10ґл јТіаµй ёрАЅБэАФґПґЩ. БЯ°ЈїЎ БшВҐ ·Оё®Еёµµ »мВ¦ єёАМґВ ±єїд.. Z-187ўГ She is my little fortune nookie (DivX) 1973івАЗ єЈЖ®іІА» №и°жАё·О ЖоГДБцґВ АьАпїµИ­±єїд єЈЖ®іІАЗ јъБэ°ъ ё·»зё¦ їА°Ўёз ЖоГДБэґПґЩ. №°·Р µїѕз№Міаµйµµ іЄїЙґПґЩ. ^^ Z-188ўГ Babysitter 4 episode (DivX) 4°ЎБц їЎЗЗјТµе°Ў АЦЅАґПґЩ. 10ґл єРА§±вАЗ јТіаµй.. ѕЦєёґВ јТіа,°Её®АЗ јТіа, БэєёґВјТіаµо »цґЩёҐ ёАА» БЦґВ °МґПґЩ. Б¤ё» ѕоё°јТіаµй °°ЅАґПґЩ. іЄАМ°Ў ѕоё®ґП єРА§±в°Ў ѕЖБЦ µ¶ЖЇЗПіЧїд. Z-189ўГ dirty little sex brats 1 (Divx) °с¶§ё®ґВ ±єїд.. И­АеЅЗїЎј­єОЕН №ъѕоБцґВ ї±±в ЖЫ·№АМµе.. ї©АЪ°Ў №°°ЗВч±ё іІАЪ°ЕЅГ±вё¦ ѕҐјЕґл±ё.. іЄїАґВ ѕЦµй Б¤ё» И­·БЗС ѕЧјЗА» єёї©БЦґВ±єїд.. ѕЖБЦ И­ІцЗС їµ»уАФґПґЩ. Z-190ўГ µеёІДщЅєЖ® Dream Quest (Divx) ѕИ°жѕґ№МіаАЗ Д§ЅЗїЎ іЄЕёі­ µО АМ»уЗС їдБ¤.. ±Чіаё¦ БЯјј ё¶№эАЗ јј°и·О µҐ·Б°©ґПґЩ. ±в»зїН ё¶№э»з , ±«№°µйАМ іЄїАґВ ѕЖБЦ АЯµИ їµИ­іЧїд ББЅАґПґЩ.^^ Z-191ўГ Б»єсАЗ є№јц Revenge of the Gangbang Zombies (Divx) ѕа°Ј ДЪ№НЗС.. Б»єсїµИ­БТ.. ґЩЕҐёаЕНё®ё¦ єёµнАМ Иж№йАё·О ЅГАЫЗХґПґЩ. UFO °Ў ѕИїЎј­ АПА» №ъАМ°н, їЬ°иАОµµ ГвЗцЗП°н. Б»єсµйАМ ґЩЅГ »мѕЖіЄј­ іЄїА±вµµЗПґВ ѕЯё©ЗС їµИ­іЧїд.. ^^ Z-192ўГ Teeny Exzesse (Divx) ѕЖБЦ ИЗ·жЗС їµГdґПґЩ.. ѕзє№АФАє БЯівАЗ ѕЖАъѕѕ°Ў. 10ґл јТіаµйА» ґЇЗфіх°н ёйµµё¦ ЗШБЦ°н.. іоѕЖБЭґПґЩ.. И­БъББ°н ѕЦµй Б¤ё» ѕоё®°н ±Нї±±єїд.. 10ґлµйАЗ №йј­!! Z-193ўГ Scarlet Fantasy (DivX) єсєсµе»зАЗ 1990ів Б¦АЫ °нАьАФґПґЩ. Z-2507ўГ The Best Of Brianna Banks 2CD (DivX) єк¶уАМѕЖіЄ №рЕ©АЗ °ЙАЫёрАЅБэАФґПґЩ. їЬ±№ ёЕґПѕЖµйАЗ »з¶ыА»№ЮґВ.. ї©·ЇЖнАЗ їў±вЅєёё ёрАО.. ЅИБхѕИіЄґВ °МґПґЩ. АЅ - ґлґЬЗП±єї©. Z-2508ўГ Ultimate Guide To Anal Sex For Woman 2CD (DivX) АМ№М 1Ае ВҐё®·О јТ°іµИ ѕЖіЇАЗ °ЙАЫ ѕуЖј№Ф°ЎАМµеЕх ѕЖіЇАЗ 2АеВҐё® З®№цАьАФґПґЩ. Б¤ё» °ЙАЫАМБТ Z-2509ўГ Gold Bitches I 2CD (DivX) ЗБ¶уАМєсЖ®»зїЎј­ ѕЯЅЙВч°Ф ±вИ№ЗЯґш °сµеєсДЎ 1Еє 2Ае АФґПґЩ. їµѕо°Ў ВЄѕЖј­ і»їлАє ёрёЈ°ЪБцёё БЧї©БШґЩґВ °З ѕЛ°Ъ±єїд. ѕЖБЦ ёЪБэґПґЩ. БЦ·О ИЮѕзБцїЎј­ ЖоГДБцґВ ГК№МіаµйАЗ јо!! Z-2510ўГ Superfuckers 11 2CD (DivX) ї©·ЇёнАЗ №МіаµйАМ АОЕНєдё¦ ЗП°н ЗцАеАё·О ЕхАФµЛґПґЩ. °ў°ўАЗ ЗцАеё¶ґЩ їЎЗЗјТµеµйАМ АЦ±єїд..°ў°ўАЗ АејТїЎј­ ГЦґлЗСАё·О јЅЅ¬ЗП°Ф АПА» №ъАМґВ±єїд...Б¤ё» ЅґЖЫЅЕАОµй.. Z-2511ўГ Junge Debutantinnen 13 2CD (DivX) 13ёнАЗ АюАє ЅЕАОµйАМ їАµрјЗА» ЕлЗШ µҐєЯЗПґВ ЅЗИІА» ёрѕЖіхАє ±вИ№АЫЗ°АФґПґЩ. ёрµОµй ЗІЗІЗП±єїд ±Ч·м, ѕЖіЇ µо ї©·Ї°ЎБц·О µҐєЯЗПґВ ±єїд Z-2512ўГ Best of Dru Berrymore 2CD (DivX) Б¤ё» µе·щєЈё®ёрѕоАОБц..?^^ И­·БЗС ґлАЫАФґПґЩ.ёЪБш ЗШєЇє°АеїЎј­ ±Ч№° їшЗЗЅєё¦ АФ°н ЅГАЫЗПґВ±єїд ё®№«БшД«јЅ, ЖчёЈЅ¦Д«јЅ µо.. ёйµµАеёйµо. ѕЖБЦ ±¦ВъАє °ЕБТ. Z-2513ўГ Pure Anal 2CD ЗБ¶уАМєсЖ®»з°ЎБ¦АЫЗС ѕЖіЇАЗ јцАЫАФґПґЩ. Б¤ё» №«ґшИчµµ ѕҐјЕґлґВ ±єї©~ Z-2514ўГ Castings 31 (divx) ЗБ¶уАМєсЖ®»зАЗ »э»эЗС ДіЅєЖГ ±в·П. ±вИ№З°АФґПґЩ. ЅЕАОµйДЎ°нґВ іК№« °ЕДҐ°Ф БшЗП°Ф ЗШґлґВ ±єїд. АОЕНєдїЎ АМѕоБцґВ іо¶уїо єЈµеЅЕµй!! //////////////////////////////////////////////////////// ёЮ АО ё® Ѕє Ж® //////////////////////////////////////////////////////// * ё№Ає їл·®°ь°и·О Б¦ёсА§БЦ·О ЅЗѕъЅАґПґЩ. АЪјјЗС јіёнАє * АУЅГИЁЖдАМБц ВьБ¶ЗПЅГ°н ИЁЗЗ АеѕЦЅГїЈ ї¬¶фБЦЅКЅГїА * №°·Р БчБў АьИ­№®АЗµµ °ЎґЙЗХґПґЩ. oooooooooooooooo їоїµГјБ¦, №ЩАМ·ЇЅє,ілЕП... ooooooooooooooooooo O-001ґЩўГ BeOS 5.0 3ёёїш O-002ўГ Exceed(їўЅГµе) 6.2 (c) Hummingbird (Б¤З°З®) O-002іЄўГ EXCEED 7.0 2ёёїш O-003ўГ їµ№® MS Windows 98 O-003іЄўГ їµ№® MS window98 SE O-004ўГ ЗС±Ы MS WINDOWS 98 Б¤ЅД (АПє»,БЯ±№ ёрµОµїАП) O-004іЄўГ ЗС±Ы MS WINDOWS 98 Second Edition (FULL) O-005ўГ БЯ№® MS Windows 98 2ёёїш O-006ўГ АПѕоЖЗ MS Windows 98 2ёёїш O-006іЄўГ АПѕоЖЗ MS Windows 98 SE -2ёёїш O-006ґЩўГ АПѕоЖЗ MS Windows ME -2ёёїш O-006¶уўГ АПѕоЖЗ MS Windows 2000 Professional 2ёёїш O-007іЄўГ ЗС±Ы MS А©µµїм 98 SE(ГЦБѕ-Build 2222 )їл O-008ўГ MS ЗС±Ы Windows ME (Б¤ЅД№цБЇ) O-008іЄўГ MS ЗС±Ы Windows ME (ѕч±Ч·№АМµе№цАь) O-009ўГ MS ЗС±Ы Windows 2000 Professional (2cd Б¤ЅДЗ®) -3ёёїш O-009іЄўГ MS ЗС±Ы Windows 2000 advanced server(Б¤ЅДЗ®2CD)-4ёёїш O-009ґЩўГ MS ЗС±Ы Windows 2000 Server Б¤ЅД (3їщ7АПАЪ) -4ёёїш O-009¶уўГ MS ЗС±Ы Windows 2000 Wow (Б¤ЅД№цАьАФґПґЩ) -5ёёїш O-009ё¶ўГ Ms їµ№® Windows 2000 server SP2 C/E O-009№ЩўГ MS Windows 2000 Datacenter Server -2ёёїш O-010ўГ Windows 2000 ЅГё®Бо Б¤ЅД ГвЅГ№цБЇ ёрАЅ (їµ№®) -6ёёїш O-010іЄўГ MS їµ№® Windows 2000 - MSDNАе (Pro,server,A-server) O-011ўГ MS Windows XP Pro ЗС±ЫЖЗ 2ёёїш O-011іЄўГ Ms Windows XP PlusPack O-011ґЩўГ MS Windows Xp WOW (ЗС±Ы)2.0 2ёёїш O-011¶уўГ MS Windows XP Home Edition(ЗС) -2ёёїш O-011ё¶ўГ MS Windows XP ADVANCED SERVER -3ёёїш O-011№ЩўГ MS Windows XP DATACENTER SERVER -3ёёїш O-055ўГ Microsoft Windows .NET Enterprise Server O-013ўГ MS їµ№® Windows NT 4.0 Server O-013іЄўГ MS їµ№® Windows NT 4.0 Workstation O-014ўГ MS ЗС±Ы Windows NT v4.0 Server O-014іЄўГ MS ЗС±Ы Windows NT v4.0 Workstation O-015ўГ RedHat Linux/Intel 5.2 [Apollo] O-017ўГ Solaris 7.0 for x86 O-017іЄўГ Solaris 8.0 -6CD(Б¤З°З®№цАь) 7ёёїш O-018ўГ OS/2 WARP 4.0 O-019ўГ IBM PC DOS 2000 O-020ўГ Slack Ware 3.6 ё®ґЄЅє°ь·Г 3ёёїш єёѕИ №ЩАМ·ЇЅє,ілЕП================================================== O-040ўГ McAfee UTILITIES DELUXE 2000 2ёёїш O-040іЄўГ Mcafee utility 400 for win9x O-041ўГ McAfee Office Suite V1.06 (400mb-З®№цАь) 2ёёїш O-042ўГ Norton 2000 Corporate Edition 2.0 O-043іЄўГ Norton AntiVirus for WinNT Server, Norton AntiVirus for Win95/98 O-043ґЩўГ ЗС±Ы Norton AntiVirus 2001 (win9x/nt/2000) O-043¶уўГ ЗС±Ы Norton AntiVirus 2002 O-044іЄўГ Norton Ghost 2001 (ЗС±Ы) O-044ґЩўГ Norton Ghost 2002 (ЗС±Ы)- XP°ЎґЙ O-044¶уўГ Norton Ghost Coprate Edision (±вѕчїл) v7.5 O-045іЄўГ Norton Utility 2001 (ЗС±Ы) O-045ґЩўГ Norton Utilities 2002 (ЗС±Ы) O-046ўГ Symantec Norton System Work2000 O-046іЄўГ Norton System Works 2001 O-046ґЩўГ Norton SystemWorks 2002 O-046¶уўГ Norton System Works 2002 (ЗС±Ы) O-047ўГ PC Anywhere V8.0 ЗС±Ы O-047іЄўГ pc Anywhere v9 coperate Edition O-047ґЩўГ Pc Anywhere 9.0 ЗС±Ы O-047¶уўГ PC Anywhere v10 O-047ё¶ўГ Norton PcAnyWhere v10 (ЗС±Ы) O-047№ЩўГ Symantec Norton PC Anywhere 10.5 Corp.Edision(Иё»зїл) O-048ўГ Norton Internet Security Family Edition 3.0 O-048іЄўГ Norton Internet Security 2002 (ЗС±Ы) O-049ўГ Partition Magic 6 O-049іЄўГ Partition Magic Mulitlanguage v7.0 O-049ґЩўГ Partition Magic v7.0(ЗС±ЫЖЗ) O-050ўГ CD SPACE 4.0 O-051ўГ Symantec Winfax Pro 10.2 O-052ўГ Disk Keeper 7.0 (їµ№®) O-053ўГ Drive Image 5.0 Multilanguage O-054ўГ Lindows(ё°µµїм) O-056ўГ FINAL DATA for NT AND 9X.ISO wwwwwwwwwww »з№«їл їАЗЗЅє,їцµе,АьАЪГвЖЗ,№®АЪАОЅД(OCR) wwwwwwwwww W-001іЄўГ Adobe їµ№® page Maker 6.5 plus 2cd 3ёёїш W-001ґЩўГ Adobe ЗС±Ы PageMaker V6.5 2ёёїш W-001¶уўГ Adobe їµ№® PageMaker 7.0 2CD 3ёёїш W-050ўГ Adobe InDesign 2.0 (АОµрАЪАО) 2ёёїш W-002ўГ Adobe Type Manager Deluxe V4.0 S-010>ўГ Origin 6.0 ѕЧјї°ъ ї¬µї ±Ч·ЎЗБµоА» Ѕ±°Ф.. -2ёёїш W-003ўГ MS Office 97 Professional ЗС±Ы 2CD 3ёёїш W-003іЄўГ MS Office 97 Small Buniess Edition ЗС±Ы W-003ґЩўГ Ms office 97 їµ№® W-003¶уўГ MS Office 97 Devoloper Edition W-003ё¶ўГ MS Office 97 АПѕоЖЗ 2ёёїш W-003№ЩўГ MS OFFICE 97 БЯ№® 2ёёїш W-003»зўГ MS office 2000 Developer Edition W-003ѕЖўГ MS Office 2000 Premium (їµ№®) -1CD (ёЮАОАе) 2ёёїш W-003АЪўГ MS ЗС±Ы їАЗЗЅє2000 ЗБё®№Мѕц (Б¤З°Д«ЗЗє») 6CD 7ёёїш W-003ВчўГ MS їµ№® їАЗЗЅє XP(2002) ЗБ·ОЖдјЕіО -3CD 5ёёїш W-003Вч-АУЅГaўГ MS Office XP Proofing Tools °ў 1ёё5Гµїш W-003Вч-АУЅГbўГ MS Personal Portfolio 2002 W-003Вч-АУЅГcўГ MS Publisher 2002 XP W-003Вч-АУЅГdўГ MS Office XP Language Pack W-003Д«ўГ MS ЗС±Ы їАЗЗЅє XP(2002) ЗБ·ОЖдјЕіО -2CD 3ёёїш W-003ЕёўГ MS Office XP Developer Edition -3CD 5ёёїш W-004ўГ MS Outlook 2000 Developer Edition W-004іЄўГ MS Outlook 2002 їµ№® W-005ўГ MS Project 2000 (ЗС±Ы) W-005іЄўГ MS Project 2000 with Integrated SRI C/E (їµ) W-007ўГ ЗСДДИЁ 97 2CD 3ёёїш W-007іЄўГ ЗСДДїАЗЗЅє97 W-008ўГ їцµрѕИ 2ёёїш W-008іЄўГ ЗС±Ы 815 W-008ґЩўГ ЗС±Ы 97 ±вґЙ°­И­ЖЗ W-008¶уўГ ЗС±Ы 2002 2ёёїш W-008ё¶ўГ ЗС±ЫЗГ·ЇЅє PDF 5.0 2cd 3ёёїш W-009іЄўГ ИЖ№ОБ¤АЅ їАЗЗЅє 2000 2 cd 3ёёїш E-207ўГ ѕоё°АМ ИЖ№ОБ¤АЅ 3.0 -ГЦЅЕАЗ 3.0№цАьАФґПґЩ! W-010іЄўГ Quark Xpress V4.1 2ёёїш W-010ґЩўГ Quark Xpress V5.01( 2001ів ЅЕ№цБЇ-IBMїл!) 3ёёїш ј­Гј======================================================== W-030ўГ ЖщЖ® ёрАЅБэ 2ёёїш W-031ўГ ГвЖЗїл ЗБ·О±Ч·Ґ ёрАЅ №Ч ЖщЖ® ёрАЅ W-032ўГ А±ј­Гј( IBMїл) 2ёёїш W-033ўГ іЧЅєЕН ЕдЕ» ј­ГјёрАЅ 2ёёїш W-034ўГ №¬Зв ЖщЖ® V2.5 W-051ўГ FONT CD 2CD 3ёёїш W-035ўГ №®№ж»зїм V3.2 W-036ўГ ЅЦїл Super ReaderЗГ·ЇЅє W-037ўГ Hi-Art ±Ыґ« 98 [Аь№®°Ў№цАь] W-038ўГ ѕЖёЈ№М 4.0 W-038іЄўГ ѕЖёЈ№М 5.0 (Б¦°НАє јцЅКёёїшВҐё® Аь№®°ЎїлАУґЩ!) 2ёёїш W-038ґЩўГ ѕЖёЈ№М 6.0 -ГЦ°нАЗ ЗС±Ы №®АЪАОЅД(OCR)ЗБ·О±Ч·Ґ 2ёёїш W-039ўГ OMNI Page Professional 9.0 їµ№® №®АЪАОЅД OCRАЗ јј°и ГЦ°нєА 2ёёїш W-039іЄўГ Scansoft OmniPage Pro v11.0 2ёёїш W-040ўГ ЗС±Ы №иіК№ж -! №цАьАМ іК№«і·ѕЖїд!-єё·щ! W-041ўГ ґЩєуДЎ V1.1 W-042ўГ The print shop Press Writer W-043ўГ Corel print Office 3.1 (599M,Б¤ЅДЗ®) 2ёёїш W-044ўГ Recognita Plus V3.2 [for Win95/NT] (OCR) SOFTWARE 3ёёїш W-045ўГ Dragon NaturallySpeaking Personal W-045іЄўГ Dragon Naturally Speaking Pro 6 2ёёїш W-046ўГ ViaVoice (єсѕЖ єёАМЅє) 2000 (IBM) 2ёёїш W-047ўГ BYVOICE (№ЩАМєёАМЅє) professional (ЗС±ЫЖЗ) -2ёёїш W-048ўГ Crazytalk v2.51 (std+web,txtё¦ ёсјТё®·О!) 2ёёїш W-050ўГ Adobe InDesign 2.0 (АОµрАЪАО) 2ёёїш nnnnnnnnnnnnnnnnnnn іЧЖ®їцЕ©°ь·Г nnnnnnnnnnnnnnnnnnnnnnn N-001ўГ Novell NetWare 5.0 іЧЖ®їцЕ© /їоїµГјБ¦ 2CD 4ёёїш N-001іЄўГ Novell NetWare 6.0 3ёёїш N-002ґЩўГ OPENSTEP 4.2 for Win NT N-003ўГ Rhapsody (·¦јТµр)DR2 for x86 3ёёїш N-003іЄўГ Rhapsody DR2 YellowBox for WinNT/x86 3ёёїш N-004ўГ SCO UNIX V5.04 2CD 4ёёїш N-005ўГ ЗС±Ы Lotus Notes 4.5K(№«ЗСАЇАъїл) 2ёёїш N-005іЄўГ Lotus Domino R5.05 Enterprise Server 2ёёїш N-005ґЩўГ LOTUS Domino Enterprise V507 3ёёїш N-006ўГ Lotus Smart Suite ME v9.5 2ёёїш N-006іЄ>LOTUS smartsuite 2000 3ёёїш N-007ўГ Micrografx Network charter pro v3.0.116 N-008ўГ MS Back Office Server v4.0 [For NT] 6CD 5ёёїш N-008іЄўГ MS Back Office Server 2000 -5CD 5ёёїш N-028ўГ MS Small Business Server 2000 -4CD 4ёёїш N-009іЄўГ MS Exchange Server 2000 2ёёїш N-010ўГ MS Site Server v3.0 (АьАЪ»у°Е·Ўµо) N-011іЄўГ MS їµ№® SQL Server 2000 Enterprise Edition 2ёёїш N-011ґЩўГ MS ЗС±Ы SQL Server 2000 Personal Edition 2ёёїш N-011¶уўГ MS ЗС±Ы SQL Server 2000 Enterprise Edition 2ёёїш N-012ўГ MS System Management Server v2.0 Corporate Edition N-029ўГ MS SHAREPOINT portal server 2001 2ёёїш N-014ўГ Oracle 8.0.5 for LINUX standard N-014іЄўГ Oracle 8.05 Enterprise Edition N-014ґЩўГ Oracle 8i Enterprise Edition 8.15 for NT N-014¶уўГ Oracle Personal Edition 8.17 for Win2000 2ёёїш N-030ўГ ORACLE 2000 -3ёёїш N-015ўГ Oracle application sever 4.07 N-015іЄўГ Oracle 9i application server V1.0.2.2.1 for WIN NT_2000 3CD 5ёёїш N-016ўГ Oracle Designer 2000(ЗС±Ы) R1.3.2 N-016іЄўГ Oracle Developer 2000 R2 [for windows95/98/NT] 2ёёїш N-017ўГ Oracle Enterprise Manager Production Version 1.6.0 3cd 5ёёїш N-017іЄўГ Oracle E.M. With Diagnostics Pack N-017ґЩўГ Oracle E.M .With Tuning Pack N-018ўГ Oracle V8.0 Solution N-019ўГ Oracle v8.0.4 Client [For WinNT/95] N-019іЄўГ Oracle V8.0.4 Server [For NT] N-020ўГ Oracle Video Server (OVS) [for NT] N-021ўГ ARserve IT Advanced Edition v6.61 NT N-022ўГ NetShield Security Suite Corporate v4.0.3 N-023ўГ MAXIMIZER Enterprise 5.0 N-024ўГ Seagate DMS (Desk top Management Suite) v3.01a N-025ўГ WRQ Reflections Network Suite v6.7 [Win95/NT] 2ёёїш N-026ўГ Eudora Pro Comm Center v4.0 [for Win95] N-027ўГ EASY DB 1.5 N-029ўГ Borland Kylix Server Developer 1.0 For Linux 2cd 5ёёїш N-029іЄўГ Borland Kylix Server Developer 2.0 For Linux -2ёёїш N-031ўГ Suse Linux eMail Server 2 5ёёїш N-033ўГ David 6.6 m -3ёёїш ppppppppppppppppp ·©±НБц,ЗБ·О±Ч·Ў№Ц Еш pppppppppppppppppp L-001ўГ Borland C++ 5.0 Developement SUITE(2CD,Б¤ЅД) 2CD 3ёёїш L-003ўГ Borland Interbase 5.0 working release L-004»зўГ Borland J Builder V5.0 Enterprise Edition 3ёёїш L-004ѕЖўГ Borland C++ Builder V5.0 Enterprise Edition 3ёёїш L-004АЪўГ J builder 6 Enterprise - 3ёёїш L-004ВчўГ Borland C++ Builder 6.0 Enterprise Edition Full -5CD 5ёёїш L-005ўГ Borland Visual D base 7 Professional (Б¤ЅДЗ®-255ёЮ°Ў) N-029ўГ Borland Kylix Server Developer 1.0 For Linux 2cd 5ёёїш N-029іЄўГ Borland Kylix Server Developer 2.0 For Linux -2ёёїш L-006іЄўГ Delphi V5.0 (µЁЖДАМ 5.0) Enterprise Suite (c) Borland -2ёёїш L-006ґЩўГ Borland Delphi V6.0(µЁЖДАМ 6)Enterprise Suite (2CDБ¤ЅДЗ®)-3ёёїш L-007ўГ Digital Visual Fortran(ЖчЖ®¶х) V 5.0 L-008ўГ Digital Visual Fortran v6.0 Professional L-009ўГ FileMaker Pro 4.0 (DB°ь·Г) (c)Claris L-010ё¶ўГ IBM VisualAge For Java 3.5 Enterprise Edition (forWin) 3ёёїш L-011ўГ Informix Data Director 3.0 For Visual Basic L-012ґЩўГ InstallShield(АОЅєЕз ЅЇµе) Pro- SE 6.30 ( 2000єёґЩ ЅЕ№цАьАУ! ) -2ёёїш L-012¶уўГ InstallShield Developer 7.0 Final -3ёёїш L-013ўГ JAVA SAFE V1.0 ( PDF ёЮґєѕу ЖчЗФ) L-014ўГ Java Studio 1.0 [for WinNT/95] L-015ўГ MS Fortran (ЖчЖ®¶х)PowerStation 4 professional Edition L-016ўГ MS ЗС±Ы Visual Basic V5.01 Enterprise Edition L-016іЄўГ MS ЗС±Ы VISUAL BASIC 6.0 -Enterprise editon- 4cd 4ёёїш L-017ўГ Mastering MS visual Basis 6 Development L-018ўГ MS VISUAL C++6.0 µ¶ёі№цБЇ(Б¤ЅД№цБЇ) 4CD 5ёёїш L-019ўГ MS VISUAL J++ 6.0 -Enterprise editon- L-020іЄўГ MS їµ№® Visual Studio v6.0 Enterprise Edition 6CD 6ёёїш L-020ґЩўГ MS ЗС±Ы Visual Studio v6.0 Enterprise Edition 5CD 6ёёїш L-020¶уўГ MS Visual Studio 6.0 Service Pack 1 (ЗС/їµ) L-020ё¶ўГ Visual Studio 6.0 NET Enterprise Architect 7CD 7ёёїш L-020№ЩўГ MS їµ№® MSDN (October 2001) 3cd 3ёёїш L-020»зўГ MS Visual Studio .NET ЗС±Ы 7CD Full -7ёёїш L-020ѕЖўГ MSDN (JANUARY) 1їщ 3CD 3ёёїш L-021ўГ VBX ёрАЅ L-022ўГ OCX ёрАЅ L-023ўГ OCX ёрАЅ II 2ёёїш L-024ўГ PowerBuilder V6.0 Enterprise Edition (c)sybase 6cd 5ёёїш L-024іЄўГ PowerBuilder V6.5 Enterprise Edition (c)sybase 5CD 5ёёїш L-024ґЩўГ PowerBuilder(ЖДїцєфґх) 7.0 (c)sybase 3CD 4ёёїш L-024¶уўГ Powerbuilder 8 -2ёёїш (ёЮАОАе1cd) L-025ґЩўГ Crystal Report 8.5 Developer Edition 2ёёїш L-025¶уўГ Crystal Reports Professional 8.5 2ёёїш L-026ўГ RoboHELP Office v6 L-027ўГ RoboHELP Office Edition v7 2ёёїш L-028ўГ WATCOM C/C++ v11 3ёёїш L-029ўГ Code Warrior Pro 4 L-030ўГ Lab windows 5.01 (Б¤ЅД) 4ёёїш L-031ўГ KEILL 8051 compiler (5.1) 3ёёїш L-031іЄўГ KEIL 8051 V 6.14 5ёёїш C-068ўГ Test stand 1.0 (ДіµеВКїЎ АЦАѕґПґЩ) T-032іЄўГ Visual Cafe v3.0 -2ёёїш T-033ґЩўГ Visual Cafe V4.0 Expert Edition 2ёёїш T-033¶уўГ Visual Cafe for JAVA V4.0 Enterprise Edition(Б¤ЅДЗ®) 2ёёїш L-034ўГ NUMEGA DRIVER STUDIO 2.6 3ёёїш L-035ўГ Compaq Visual Fortran Professional v6.5.0 -2ёёїш L-036ўГ Rational Rose 2001 for win -2ёёїш L-037ўГ IDA pro 4.17 -2ёёїш ccccccccccccccc Діµе.°ЗГа.±в°ијі°и.АьАЪ.GIS°ь·Г cccccccccccccccccc * ё№Ає їл·®°ь°и·О Б¦ёсА§БЦ·О ЅЗѕъЅАґПґЩ. АЪјјЗС јіёнАє * АУЅГИЁЖдАМБц ВьБ¶ЗПЅГ°н ИЁЗЗ АеѕЦЅГїЈ ї¬¶фБЦЅКЅГїА * №°·Р БчБў АьИ­№®АЗµµ °ЎґЙЗХґПґЩ. C-001ўГ ActiveCAD 3.0 for Xilinx Foundations v1.4 b3.0(АьАЪ CAD °ь·Г) C-002¶уўГ AnSys 5.7.1 (±в°иЗШј®°ь·ГДіµе-Б¤ЅДЗ®) [2CD] -10ёёїш C-002ё¶ўГ ansys.6.0 -10ёёїш C-003ўГ Anysys Designspace v4.11 for SolidWork 3ёёїш C-003іЄўГ Ansys Designspace v6.01 3ёёїш C-004ўГ Arc/Info 7.21 (АЇёнЗС GIS °ь·Г Еш ,280ёЮ°Ў Б¤ЅД З®) 5ёёїш C-005ўГ ArcCAD 14 for AutoCAD R14 (c) ESRI (GIS°ь·Г,full) 2ёёїш C-006ўГ ArchiCAD 6.0 (c)Teamworks R2 (°ЗГаДіµе Б¤ЅДЗ®) 2ёёїш C-006іЄўГ ArchiCAD 7.0 (ѕЖЕ°Діµе) 3ёёїш C-007ўГ Arris Builders CAD V7.0 ( 637ёЮ°Ў Б¤ЅДЗ®) 2ёёїш C-008ўГ ArtCam Pro 3.1 Suite (BY DELCAM)(Б¶Зь/Б¶°ў°ь·Г ДіµеЖРЕ°Бц ,Б¤ЅД) 2ёёїш C-009ґЩўГ AutoCAD Architectural Desktop 3.0 (2CD,Б¤ЅДЗ®)4ёёїш C-009¶уўГ AutoCAD Architectural Desktop R3.3 (1cd) 2ёёїш C-010ўГ Auto Pipe V5.0.3 (№и°ь(piping)ЅГЅєЕЫјі°и,stress analysis package) 5ёёїш C-011ўГ AutoCAD AEC v5.11 (°ЗГа°ь·ГДіµе , Б¤ЅД) 2ёёїш C-012ўГ AutoCAD Land Development 1.02 (БцЗь°ь·ГGIS Діµе,Б¤ЅД) C-013ўГ AutoCAD MAP 3.0 (ЗС±Ы) 2ёёїш C-013іЄўГ AUTOCAD MAP 2000 (їµ№®) 3ёёїш C-014ўГ Autodesk Map guide (GIS°ь·Г) C-015ўГ AutoDesk 3D Commercial Props C-016ўГ AutoCad R14 C-016іЄўГ ЗС±Ы AutoCAD R14 ( AutoDesK»з-374ёЮ°Ў Б¤ЅД З®№цБЇ) C-017ўГ AutoCAD 2000 ( Б¤ЅД їµ№®) 2CD 3ёёїш C-017іЄўГ Auto CAD 2000 ЗС±Ы 2cd 3ёёїш C-017ґЩўГ їµ№® AutoCAD 2000i 2CD 3ёёїш C-017¶уўГ їµ№® AutoCAD 2002 2CD 4ёёїш C-017ё¶ўГ AUTOCAD 2002 ЗС±Ы 1CD 3ёёїш C-018ўГ AutoCAD LT 98 (2CD,Б¤ЅД) 2CD 3ёёїш C-018іЄўГ Auto CAD LT 2000 i 2ёёїш C-018ґЩўГ AutoCad LT 2002 2CD 3ёёїш C-019ўГ AUTOSKETCH R5 [for Win 95/NT] C-019іЄўГ Autodesk Autosketch(їАЕдЅєДЙДЎ) R6 C-019ґЩўГ Autodesk Autosketch R7.0 for Win9X/NT 2ёёїш C-019¶уўГ Autodesk AutoSketch R8 2ёёїш C-020ўГ Autodesk CAD Overlay [FOR AutoCAD R14] (Б¤ЅД) 2ёёїш C-020іЄўГ Autodesk Cad Overlay 2002 3ёёїш C-021ўГ Autodesk GENIUS DeskTop v 3.0 3ёёїш C-118ўГ AutoDesk INVENTOR 4.0 -2ёёїш C-118іЄўГ AutoDesk Inventor (Win9x,NT,2K) 5.0 -3ёёїш C-022ўГ AutoDesk SYMBOLS 97 C-023ўГ AutoDesk Visual LISP [for AutoCAD R14] 2ёёїш C-024ўГ Auto Cad °ь·Г ЗБ·О±Ч·Ґ ёрАЅ 2ёёїш C-025ўГ AUTOCAD °ь·Г ј­µеЖДЖ® ЗБ·О±Ч·Ґ ёрАЅ 2ёёїш C-026ўГ AutoCAD Addon Collection 2ёёїш C-027ўГ °нїо±Ы 4.0 (AUTOCAD їл ЗС±Ы АФГв·В ЗБ·О±Ч·Ґ- r14їЎј­ёёЅЗЗа!..µµЅєїл) C-028ўГ јЫј±»э AutoCAD R14 ±іА°ЅГµр (2CD,ЗС±Ы) 2CD 3ёёїш C-029ўГ CADSOFT build 4.0 3ёёїш C-030ўГ CAD Solution ёрАЅ 2CD 3ёёїш C-031ўГ CADBlocks 1998 Version 1.0 for TR Publishing C-032ўГ CadKey 97 Release 2 (Б¤ЅД З®) C-033ўГ C-Mold 3D Quick Fill 98.6 (c) Advanced CAE Technology, Inc (52ёЮ°Ў) 5 ёёїш C-034ўГ Cabinet Vision Solid v2.1 C-035ўГ CADRA for Windows v10.4 2ёёїш C-036ўГ CAD STAR V2.3.2 C-036іЄўГ Cad Star V2.4.1 2ёёїш C-037ўГ CAM 350 v5.0 2ёёїш C-038ўГ CASMATE 6.52 C-039ўГ CATIA CADAM Drafting V4 R2 FOR NT 2ёёїш C-039¶уўГ CATIA V5 R6 for Win NT/2000 (3CD Б¤ЅДЗ®) -6ёёїш C-039ё¶ўГ CATIA v5 R7 (3cd Б¤ЅДЗ®) -6ёёїш C-039№ЩўГ CATIA v5 R7 SP 3cd -6ёёїш C-040ўГ CESAR II PIPLINE CAD C-041ўГ CIMATRON(ЅГё¶Ж®·Р) IT V9.04 (±в°ијі°и°ь·Г) 3ёёїш C-042ўГ CIMLogic Toolbox v14.5 [for AutoCAD R13/R14/MDT2] 3ёёїш C-041ґЩўГ Cimatron (ЅГё¶Ж®·Р) v12 15ёёїш C-042ўГ CIMLogic Toolbox v14.5 [for AutoCAD R13/R14/MDT2] 3ёёїш C-043ўГ CivilDraft (ЅГєф µе·№ЗБЖ®)by for MicroStation C-044ўГ cosmos works v4.0 [for solid works98] C-044 іЄўГ Cosmos M v2.6 (NT) SRAC 3ёёїш C-045ўГ Design Works 98 C-046ўГ DynaCAD 98 (c) Ditek (588ёЮ°Ў Б¤ЅД З®) 2ёёїш C-047ўГ Edgecam 3.0 (c) Pathtrace Engineering Systems LTD C-047іЄўГ EdgeCAM 6.0(їЎВоД·) 3ёёїш C-048ўГ Engineering Geometry Assistant (Б¤ЅД) 3ёёїш C-049ўГ 2020 Design V5.1(БЦ№жАОЕЧё®ѕојі°и,Б¤ЅДЗ®) ЖЗёЕБЯБц-Е©·ў±ёЗПґВБЯАУґЩ! C-050ўГ Autodesk Planix Deck 3D v1.0a (211ёЮ°Ў) C-051ўГ Autodesk Planix Landscape 2.0 (466ёЮ°Ў) C-052ўГ Planix Home Design 3D 4.0 (БЦЕГµрАЪАО,Б¤ЅД) (64ёЮ°Ў) C-053ўГ Floor Plan 3D Design Suite v4.0 (°ЗГајі°и°ь·Г) 2ёёїш C-053іЄўГ FloorPlan v6.15 (є®Гј јі°и °ь·Г Еш) 3ёёїш C-054ўГ Home design 3D (212MB,°ЗГа°ь·Г Б¤ЅД) C-055ўГ 3D Home Architect Deluxe(ИЁ ѕЖЕ°ЕШГЯѕо µр·°Ѕє) V3.0( 530ёЮ°Ў) C-055іЄўГ 3D Home Architect Deluxe 4.0 2CD 3ёёїш C-056ўГ Home interior(ИЁАОЕЧё®ѕо µр·°Ѕє2.0) (C)Broderbund 2CD 3ёёїш C-057ўГ visual Home (c)Books That Work (340ёЮ°Ў) C-058ўГ SoftPlan Architectural Design v10 For Windows 9x/NT 3ёёїш C-059ўГ 3D Studio Max Reality And Max Pack Datapump C-060ўГ 3D Studio Viz(ЅєЖ©µрїА єсБо) R2 (Б¤ЅДЗ®2CD) 3ёёїш C-060іЄўГ 3D Studio VIZ V3.0 (R3i) 2CD 4ёёїш C-060ґЩўГ 3D Studio VIZ V4.2 (=Autodesk ViZ.4.2) 3ёёїш C-061ўГ Electronic sturcture detail Library for Autocad V12,13,14 2ёёїш C-062ўГ CAD їл°ЗГа/АОЕЧё®ѕо јТЅє 2CD 4ёёїш C-064ўГ Intelli CAD 98 (c) Visio C-064іЄўГ IntelliCAD 2000B 3ёёїш C-065ўГ Intergraph GEOVEC C2 -2ёёїш C-066ўГ Lab view 5.0 ( Аь±вАьАЪ ЅГ№°·№АМјЗ) 2CD 3ёёїш C-067ўГ LAB VIEW 5.1 C5 -3ёёїш C-067іЄўГ LABView 6i 4ёёїш C-067ґЩўГ LABView Real Time v6.0.3 for Labview 2ёёїш C-068ўГ Teststand 1.0 (c) National Instruments (160ёЮ°Ў) 2ёёїш C-069іЄўГ MATLAB 5.3 (C)Math Works 3ёёїш C-069ґЩўГ Matlab 5.3 for [Unix+Linux] 2CD, 2ёёїш C-069¶у ўГ Matlab 6.0 2cd 3ёёїш C-069ё¶ўГ Matlab 6.1 (R12.1 FULL) 2CD 4ёёїш C-070ўГ Chem office 2000 Professional Edition 2ёёїш C-071ўГ LandScape(·ЈµеЅєДЙАМЗБ) Architect v6.0 (c) SoftKey C-072ўГ Master CAM v7.0 C-072іЄўГ Master CAM v7.1 2ёёїш C-072ґЩўГ Master CAM v7.2 & v7.2b update 3ёёїш C-072¶уўГ Master Cam CAD 8.0 -5ёёїш C-072ё¶ўГ Master Cam 8.1 final -5ёёїш C-072№ЩўГ MasterCam Post Processor V8.0 (З®№цАь) -3ёёїш C-072»зўГ Mastercam v9.0 -10ёёїш C-073ґЩўГ Autodesk Mechanical DeskTop (MDT) v6.0 2CD 5ёёїш C-073¶уўГ MDT 6.0 ЗС±Ы (µеµ® ЗС±ЫЖЗА» АФјц!) -2CD 5ёёїш C-074ўГ Mechpart Solid [For Solid works 98] C-075ўГ Microstation Repro graphics 7.0 for Microstation SE 5ёёїш C-075іЄўГ MicroStation ReproGraphics 7.0 for PowerDraft 5ёёїш C-075ґЩўГ MicroStation ReproGraphics V7.0 for Microstation/J 5ёёїш C-076ўГ MicroStation 95 ЗС±Ы (ё¶АМЕ©·О ЅєЕЧАМјЗ) ЗС+їµ C-076іЄўГ microstation v8 -5ёёїш C-077ўГ MiniCAD VACTOR WORKS v8.0 (99ів ЅЕЗ°Діµе) 2ёёїш C-078ўГ NASTRAN 70.52 5ёёїш C-078іЄўГ MSC Visual Nastran Desktop 2001 5ёёїш C-079ўГ NASTRAN CAM/CAD v4.4 5ёёїш C-080ўГ ORCAD SUITE 9.0 Power Connection 4ёёїш C-080іЄўГ ORCAD V9.1 Power Connection 5ёёїш C-080ґЩўГ ORCAD V9.2(Б¤ЅД З®) ГКГЦЅЕ! 6ёёїш C-081ўГ PSPICE 8.0 (Б¤ЅД-З®) 3ёёїш C-082ўГ Protel 99 2ёёїш C-082іЄўГ PROTEL 99 SE (with ServicePack1-6) 2 ёёїш C-135ўГ PROTEUS 5.2.03 (ЗБ·ОЕЧїмЅє) 2ёёїш C-084ўГ PCAD 2000 -3ёёїш C-085ўГ Pads POWER LOGIC 1.2 (АьАЪИё·О°ь·Г) C-086ўГ Pads Specctra Route Engine v7.1.4(ГЦЅЕ АьАЪИё·О јі°и °ь·ГЕш) 2ёёїш C-119ўГ Pads Power PCB BlazeRouter 3.5 -5ёёїш C-087ўГ Point line CAD V15.0 (630ёЮ°Ў-Б¤ЅДЗ®) 2ёёїш C-088-0ўГ PTC Icem DDN 3.404 Revision.F 3ёёїш C-088-0іЄўГ ICEM CFD 4.1 3ёёїш C-088ўГ Pro / ENGINEER (ЗБ·ОїЈБцґПѕо) V.20 2CD 4ёёїш C-088іЄўГ Pro Engineer (ЗБ·ОїЈБцґПѕо) 2000i (Build 1999390- 355ёЮ°Ў) 5ёёїш C-088ґЩўГ Pro Engineer (ЗБ·ОїЈБцґПѕо) 2000i.2 (Datecode 2001040-513ёЮ°Ў)for Win9X -5ёёїш C-088¶уўГ PTC Pro Engineer (ЗБ·ОїЈБцґПѕо) 2001 PreProduction -5ёёїш C-088ё¶ўГ PTC Pro Engineer v2000i.2 for NT -5ёёїш C-088№ЩўГ PTC Pro Engineer v2001 Final (Build 2001150) -5ёёїш C-088»зўГ PTC Pro Engineer v2001 Final win9x C-088ѕЖўГ PTC Pro Engineer v2001 for NT C-088АЪўГ PTC Pro Engineer v2001 Multi Language -5ёёїш C-088ВчўГ PTC ProEngineer 2001 DateCode 2001320 (9X) 6ёёїш C-088Д«ўГ PTC ProEngineer 2001 DateCode 2001320 (NT/2k) 6ёёїш C-088ЕёўГ PTC ProENGINEER 2001 DateCode 2001360 (XPїл!) 7ёёїш C-089ўГ Pro Mechanica(ЗБ·ОёЕД«ґПД«) V20.0 (ДіµеЗШј®°ь·Г-406ёЮ°Ў Б¤ЅДЗ®) 4ёёїш C-089іЄўГ Pro Mechanica 2000i for win9x -5ёёїш C-089ґЩўГ PTC ProMechanica (ЗБ·ОёЕД«ґПД«)2001 5ёёїш C-092ўГ Rhino 3D Nurbs Modeler v1.0 2ёёїш1 C-092іЄўГ RHINO 3D V1.1 -3ёёїш C-092ґЩўГ Rhino V 2.0 -3ёёїш C-093ўГ SmartCAM V10 [95/98/NT] 5ёёїш C-094ўГ Design wave 3.0 ( ±в°ијі°и°ь·Г Діµе) C-095ўГ SolidWorks(јЦё®µеїчЅє) 2000(А©µµїм98 №Ч NT °шЕл) БЦ:5ёёїш C-095іЄўГ SOLIDWORKS(јЦё®µеїчЅє) 2001(Win9x/NT/2000) 2CD(З®) 10ёёїш C-096ўГ Super Scape VRT V5.60 (АҐ,ИЁЖдАМБцВКїЎј­ ГЈАёјјїд) C-097ўГ SurvCADD98 [for AutoCAD R14] C-098ўГ Turbo Cad Solid Modeler 2.00.544 (c) IMSI C-099ўГ TurboCAD V5.0 (Build 19.0)[ for Windows 9x / NT4] 3ёёїш C-100ўГ TurboSketch 4.5 (Build 112) [for Windows 9x / NT4] 3ёёїш C-101ўГ UniCAD(АЇґПДіµе) v1.0 2ёёїш C-102ўГ АьАЪИё·О°ь·Г Xilinx(АЪАПёµЅє) Foundation 2.1i C-102іЄўГ Xilinx Foundation Series ISE 4.li (АьАЪИё·О°ь·Г) 2cd 5ёёїш C-103ўГ Intergraph Smart Sketch v3.0 ( 2000ів ЅЕ»уЗ°,Діµе°ь·Г) C-104ўГ Intergraph Geomedia version 2 (GIS°ь·Г Еш) C-104іЄўГ Intergraph Geomedia Professional 4.0.22.12 -3ёёїш C-105ўГ LEONARDO: The Inventor 2.0 (АьАЪ°ь·Г) 3ёёїш C-106ўГ IDEAS v6.1 4CD 10ёёїш C-106іЄўГ IDEAS v8M2 2cd 6ёёїш C-106ґЩўГ IDEAS v8M4 update 3ёёїш C-107ўГ HP Advanced System 1.1 АьАЪИё·Ојі°и°ь·Г їЎ·Ї ЖЗёЕБЯБц C-108ўГ HP VEE v4.0 [for win95/NT](for electronic engeineer) C-109ўГ ARCView v3.1 CTIS ( 586MB) (БцЗь,Едёс ,°ЗГа°ь·Г) C-109іЄўГ ArcView v8.1 ESRI 2CD 4ёёїш C-109ґЩўГ ArcGIS DeskTop V8.1.2 (c)ESRI 3CD -6ёёїш C-110ўГ ALTERA MAX PLUS II v8.0 (c) ALTERA (АьАЪИё·О°ь·ГДіµе) C-110іЄўГ ALTERA 3DS MAX Plus II 9.1 3ёёїш(Б¤ЅД) C-110ґЩўГ Altera MAX Plus II (ѕЛЕЧ¶уёЖЅєII ) 10.1 4ёёїш C-111ўГ QuickCAD V6.0 Millelium (Б¤ЅД) (c)AutoDesk 2ёёїш C-121ўГ GibbsCAM 2000 (Gibbs 2K V5.55) -3ёёїш C-122ўГ SOLID EDGE 9.0 (јЦё®µе їЎВо) UNIGraphics Co. -3ёёїш C-122іЄўГ Solid Edge 10.0 -3ёёїш C-112ўГ Solid Thinking V3.0 5ёёїш C-113ўГ TOP SOLID 2.61 (±в°и,АП№Э јі°и°ь·Г) C-114ўГ UNIGRAPHICS 15th (Б¤ЅД) 2CD 3ёёїш C-114іЄўГ UNIGRAPHICS v1.5 0.2.2 upgrade C-114ґЩўГ UNIGRAPHICS(АЇґП±Ч·ЎЗИЅє) 16ЖЗ (3cd-Б¤ЅДЗ®№цБЇ) 5ёёїш C-114¶уўГ Unigraghics v18 Final 3CD 10ёёїш C-115ўГ Working Model 3D v2.0 ( crackАУ) 2ёёїш C-115іЄўГ WorkingModel 4D for Solidworks їЬ ±вЕёµоµо Бцїш Msc Co. 2ёёїш C-116ўГ SAP2000 v6.11 NonLinear 3ёёїш C-117ўГ јѕГт¶у (Б¤ЅД) C-120ўГ Think Design 6.01(3D ДіµеёрµЁёµ...etc) -3ёёїш C-121ўГ GibbsCAM 2000 (Gibbs 2K V5.55) -3ёёїш C-123ўГ Powermill (ЖДїц№Р) v3.1 (c)Delcam -3ёёїш C-124ўГ OpenMind Hypermill(ЗПАМЖЫ№Р) 5.2 -3ёёїш C-145ўГ ARTcam pro v5.104 (C)Delcam -3ёёїш C-125ўГ TekSoft CAMworks 2000 -3ёёїш C-127ўГ AlphaCAM 2001 -3ёёїш C-128ўГ Agilent Advanced Design System (ADS) 1.5 -3ёёїш C-129ўГ IRON CAD 4.2 -3ёёїш C-130ўГ ELCAD v7 MULTILINGUAL(АьАЪ±вјъ °ь·Г) 3ёёїш C-131ўГ Accurender lite v3.1.263 (c)AutoDesk 2ёёїш C-132ўГ Dynamic Designer Pro (for SolidWorks2001) 2ёёїш C-133ўГ CAD POWER 21S (ЗС±ЫДіµе) 3ёёїш C-134ўГ Chief Architect 7.01 3ёёїш C-135ўГ PROTEUS 5.2.03 (ЗБ·ОЕЧїмЅє) 2ёёїш C-136ўГ VX CAD/CAM 5.3w FULL (c) VARIMETRIX .VX .CORP 5ёёїш C-137ўГ Multisim Pro 2001 Electronic WorkBench 3ёёїш C-138ўГ FME suite 2001 -5ёёїш C-139ўГ SilverScreen Solid Modeler v6.92 3ёёїш C-140ўГ Surfacer v10.5 3ёёїш C-141ўГ CADIAN 2002(ЗС±Ы) Professional 3ёёїш C-142ўГ Autodesk Building Electrical V1.0 3ёёїш C-142іЄўГ AutoDesk Building Mechanical V1.0 for ADT -3ёёїш C-143ўГ CAD Exceed 6.2 3D (3D °ь·Г ДіµеАУ. xЅб№цѕЖґФ) -3ёёїш C-144ўГ E-CAD Pro (c)AMS (PCB °ь·Г ДіµеЗБ·О±Ч·ҐАФґПґЩ.)-2ёёїш C-147ўГ WaterCAD.v4.5 јц(АЇ)·® єРј®/µрАЪАО/ёрµЁёµ°ь·Г CAD -3ёёїш C-148ўГ GS MESHER V2002 R1 (c) MSC -5ёёїш C-149ўГ ArcGIS DeskTop V8.1.2 (c)ESRI 3CD -6ёёїш T-035¶уўГ VISIO 2002 2ёёїш SSSSSSSSSSSSSSSSS јцЗР,Ел°и°ь·Г SSSSSSSSSSSSSSSSSSSSSS S-001ўГ Maple V Release 4 - The Power Editio S-001іЄўГ Maple 7 (јцЗР/Ел°и°ь·Г) 3ёёїш S-002іЄўГ MathCad 2000 2ёёїш S-002ґЩўГ MathCAD 2001 3ёёїш S-003іЄўГ MATHMETICA 4 (Б¤ЅДЗ®-380ёЮ°Ў) 2ёёїш S-003ґЩўГ Mathematica v4.1 -2ёёїш S-004ўГ S-PLUS v4.5 (c) Mathsoft[for WIN95/NT] 2ёёїш S-005ўГ SAS 6.12 (Б¤ЅД З®-351ёЮ°Ў) 3ёёїш S-005іЄўГ SAS 8.1 (686MB Б¤ЅДЗ®) -5ёёїш S-006іЄўГ Sigmaplot 2000 v6.0 3ёёїш S-007ўГ SPSS 7.51 (ЗС±Ы ЖРДЎ! ) S-007¶уўГ SPSS v10.7 2ёёїш S-007ё¶ўГ SPSS v11 (ЅЕБ¦З°АУґЩ!) 3ёёїш S-008ўГ Statistica v5.11 S-009ўГ MapInfo Professional v6.5 3ёёїш S-010>ўГ Origin 6.0 ѕЧјї°ъ ї¬µї ±Ч·ЎЗБµоА» Ѕ±°Ф.. -2ёёїш C-069ўГ MATLAB v5.2 -2ёёїш C-069іЄўГ MATLAB 5.3 (C)Math Works -3ёёїш C-069ґЩўГ MATLAB 5.3 for [Unix+Linux] -2CD 4ёёїш C-069¶уўГ MATLAB 6.0 -2CD 5ёёїш GGGGGGGGGGGGGGGGG ±Ч·ЎЗИ °ь·Г GGGGGGGGGGGGGGGGGGGGGGGGG G-001ўГ ГЦЅЕАЗ ±Ч·ЎЗИ ёрАЅ (і№Ае °ў 1ёё5Гµїш ) 5ёёїш G-001іЄўГ Аь№®±Ч·ЎЗИ ёрАЅ 3ёёїш G-002ўГ 3D Deck and Backyard Construction (with LandScape) G-003ўГ 3D LandScape 2.0 (c) book that works.inc G-004ўГ 3DS MAX Modeling Data G-005ўГ јЫј±»э 3D Studio MAX ±іА°ЅГµр (2CD,ЗС±Ы) 2CD 3ёёїш G-006¶уўГ 3D MAX V3.1 2cd 3ёёїш G-006ё¶ўГ 3D Studio MAX V4.0 2cd 4ёёїш G-006№ЩўГ 3DS MAX V4.2 2CD 4ёёїш G-006АЪўГ 3DS MAX V4.2 updater G-007іЄўГ MAX 4 Plug-In ёрАЅ -2ёёїш(ИЁЖдАМБц ВьБ¶) G-007ўГ MAX PLUG IN & UTIL 2ёёїш(ИЁЖдАМБц ВьБ¶) G-008ўГ 3D MAX II Plug-In ёрАЅ (ИЁЖдАМБц ВьБ¶) G-009ўГ MAX Plug-In ёрАЅ 2ёёїш(ИЁЖдАМБц ВьБ¶) G-010ўГ ABC Graphic Suite (micrografx) G-011ўГ Acrobat Exchange 3.0 G-012іЄўГ Adobe Acrobat 4.0 ЗС±Ы (Б¤ЅД) 2ёёїш G-012¶уўГ Adobe ACROBAT 5.0 (їµ№®) 2ёёїш G-012ё¶ўГ Adobe Acrobat 5.0 ЗС±Ы 2ёёїш G-012№ЩўГ Adobe Acrobat Writer 5 multilingual 2ёёїш G-013ўГ Adobe Acrobat Capture 2.0 G-014ўГ Adobe After Effect 4.0 (Б¤ЅД З®) G-014іЄўГ Adobe After Effect (їЎЗБЕН АМЖеЖ®) 4.1 G-014ґЩўГ Adobe After Effects 5.0 №шµй G-014¶уўГ Adobe After.Effects.5.5.Production.Bundle 2ёёїш G-015ўГ Adobe Circulate Release Candidate 1 [for Windows] 2ёёїш G-016ўГ Adobe Font Folio v8.0 (Б¤ЅДЗ®) 2ёёїш G-016іЄўГ Adobe Font Folio v9.0 (Б¤ЅДЗ®) -3ёёїш G-017ўГ Adobe Frame Maker v5.5 (Б¤ЅДЗ®) G-017іЄўГ Adobe FrameMaker(ЗБ·№АУ ёЮАМДї) V6.0 2ёёїш G-018ўГ Adobe ILLUSTRATOR 7.0.2 (ЗС±Ы) G-018іЄўГ Adobe Illustrator v8.0 (їµ№®-їПАь Б¤ЅДЗ®) 6CD 6ёёїш G-018ґЩўГ їµ№® Adobe illustrator V9.0 (459ёЮ°Ў Б¤ЅДЗ®) 2ёёїш G-018¶уўГ їµ№® Adobe illustrator (АП·ЇЅєЖ®·№АМЕН)V9.0 ѕч±Ч·№АМµе№цБЇ (2ёёїш) G-018ё¶ўГ їµ№® Adobe illustrator 10 2ёёїш G-018№ЩўГ ЗС±Ы Adobe illustrator 9.0 (Б¤З°°Ў-74ёёїш) 2ёёїш G-091ўГ Adobe Atmosphere 1.0 (°Ў»у 3D АҐЖнБэ °ь·Г) G-092ўГ Adobe LiveMotion v2.0 2ёёїш G-020ўГ Adobe ImageStyler V1.0 (Б¤ЅДЗ®) G-088ўГ PAINTSHOP PRO(ЖдАОЖ®јҐЗБ·О) 7.0 G-020ґЩўГ ЗС±Ы (Adobe Photo Shop) ЖчЕ伥 V5.5 G-020ё¶ўГ Adobe Photoshop v6.0 (ЖчЕ伥457MB-їµ№®) 2ёёїш G-020№ЩўГ Adobe Photoshop 6.01 (ЗС±Ы) 2ёёїш G-020»зўГ ADOBE PHOTOSHOP ELEMENTS. G-020ѕЖўГ Adobe PhotoShop 7.0 -2ёёїш G-021ўГ Adobe Premiere v5.0(600M) G-021іЄўГ Adobe Premiere 5.1 [for Win9X/NT](500M-Б¤ЅДЗ®) 2ёёїш G-021¶уўГ ADOBE Premiere(ЗБё®№Мѕо) V6.0 2ёёїш G-021ё¶ўГ Adobe Premiere 6 (Б¤ЅДЗ®) 2CD 3ёёїш G-022ўГ Animatek`s World Builder V2.00.30 2CD 3ёёїш G-024ўГ Animation Master99 v7.1 (c) Hash G-026ўГ Architecture Graphic Standard G-027ўГ Arete Digital Nature Tools for Maya v1.02 for Win NT G-028ўГ Art Dabbler v2.1 G-029ўГ Art-lantis Render G-030ўГ AURORIX V2.0 (after Effects Plug-In) G-031ўГ Boris F/X 3.0.2 (after Effects Plug-In) G-032ўГ BRYCE(єк¶уАМЅє) 3D V3.1 [for Win95/NT3.5-4] 2ёёїш G-032іЄўГ Bryce 3D 4.0 2cd-3ёёїш G-032ґЩ>Corel Bryce 5.0 2CD 3ёёїш G-033ўГ Cinema 4D XL + Cinema 4D v4.27 [for WIN95/NT] G-034іЄўГ Corel Draw 9 3CD 3ёёїш G-034ґЩўГ Corel Draw 10.0 3cd 5ёёїш G-034¶уўГ COREL DRAW v9.0 ЗС±Ы 2ёёїш G-034ё¶ўГ Corel Draw 9.0 (ЗС±Ы) -3CD 3ёёїш G-035ўГ Corel DREAM 3D v8 [for Win95] G-035-1ўГ Corel Print House Magic Deluxe 2ёёїш G-089ўГ Corel Click & Create 2.11 G-090ўГ Corel VENTURA 8.0 (2CD) 3ёёїш G-094ўГ Corel Knockout 2 -2ёёїш G-036ўГ Cosmopolitan virtual Make over v 1.1(400ї© ёЮ°Ў) G-087ўГ CHARACTER STUDIO R3.0 (c)Diskreet -2ёёїш G-037ўГ Disney Magic Artist 2ёёїш G-038ўГ LifeForms(¶уАМЗБ Жы) 3.02 G-039ўГ Elastic Reality 3.1 (C) Avid Technology, Inc (Б¤ЅД) G-040ўГ Extreem 3D V2.0 (Б¤ЅДЗ®) G-041іЄўГ FormZ V3.5(Б¤ЅД/G18) (Б¤З° °Ў°ЭАє 335ёёїшВҐё®) 3ёёїш G-041ґЩўГ FORMZ V3.8 G-042ўГ Houdini v2.5 Full (600M З®) G-042іЄўГ Houdini v4.0 for WinNT (ИДµрґП 4.0 ГЦЅЕ!- SideFX»з ) 3ёёїш G-043ўГ MetaCreations Infini-D V4.5 2ёёїш G-044ўГ Kai's photo soap 2 (Б¤ЅД) G-044іЄўГ Kai's Photo Soap 2.5 G-045ўГ Kai's Power Show (їПАьБ¤ЅДЗ®) G-046іЄўГ Kai's Power Tools V 6.0 (c)Matacreations 2ёёїш G-046ґЩўГ KPT Effects v7.0 G-047ўГ KPT VECTOR Effects V1.5 For Illustrator G-048ўГ kai's super goo (Б¤ЅД) G-049ўГ LightScape(¶уАМЖ®ЅєДЙАМЗБ) V3.2 2ёёїш G-050ґЩўГ Light Wave(¶уАМЖ®їюАМєк) 6.5 2ёёїш G-050¶уўГ Lightwave 7.0 (c) Newtek 3ёёїш G-051ўГ LIGHT WAVE PLUG IN & UTIL 2ёёїш (ИЁЖдАМБцВьБ¶) G-052ўГ LivePix V2.0 Deluxe (c) LivePix G-053ўГ FREEHAND 7.0 ЗС±Ы G-053ґЩўГ MacroMedia FreeHand(ЗБё®ЗЪµе) V9.0 G-053¶уўГ MacroMedia FreeHand(ЗБё®ЗЪµе) V10.0 2ёёїш G-054ўГ Macromedia XRES V3.0 (їПє®ЗС Б¤З° №ЪЅє Д«ЗЗє») 3ёёїш G-093ўГ Macromedia Extreme 3D v2 2ёёїш G-055¶уўГ Maya V3.0 unlimitted 5ёёїш G-055ё¶ўГ Maya 4.0 3ёёїш G-055№ЩўГ Maya Unlinited 4.0 3cd 5ёёїш G-055»зўГ Maya Unlimited 4.01 for linux 2ёёїш G-056ўГ AlliasWaveFront MAYA Scenes Addons G-056іЄўГ Allias&Wavefront STUDIO TOOLS 9.7 2cd 5ёёїш G-057ўГ MEGA CLIP ART G-058ўГ MS Photo Draw 2000 for Win95/98/NT 4.0 Service Pack 3 or later 3CD 5ёёїш G-059іЄўГ MS Picture It 99 [for Win95/98/ NT4.0 or later] (Б¤ЅД) 2CD 3ёёїш G-059ґЩўГ Picture It Publishing 2002 3cd 3ёёїш G-059¶уўГ MS Picture It Photo Premium 2002 [2cd] 3ёёїш G-060ўГ Painter 3D v1.0 (Б¤ЅД) (c)Metacreation G-061ўГ Painter 5.03 (Fractal Design »зАП¶§) G-061іЄўГ Metacreation Painter V6.0 2CD 4ёёїш G-061ґЩўГ Painter 7 (c)Procreate (COREL) G-063ўГ Photo Impact Mega Pack V4.0(Б¤ЅД) (c) Ulead 2CD 3ёёїш G-095ўГ Ulead Photo Express 4.0 Digital Studio Edition G-064ўГ PHOTO SHOP PLUG -IN ёрАЅ 2ёёїш(ИЁЖдАМБц ВьБ¶) G-065ўГ Photo/Graphic Edges V3.0 (c)Auto F/X G-066ўГ PHOTOSHOP Learning CD ( ЗС±Ы) G-067ўГ Photoshopїл ЗКЕН ёрАЅБэ (ИЁЖдАМБц ВьБ¶) G-068іЄўГ POSER (ЖчБ®) V4.0 2CD 2ёёїш G-069ўГ Professional Graphics pack G-070ўГ RenderWorld & NatureFX V2.0 for SoftImage 3.7 (SoftImage plug-in) G-071ўГ Shade Plus ЗС±Ы G-072ўГ SoftImage 3.8(Б¤ЅДЗ®438ёЮ°Ў sp1 №цАьАУ ) G-072іЄўГ SoftImage 3D Ver 3.8 SP3 G-072ґЩўГ SoftImage XSI 1.5 3cd 4ёёїш G-072¶уўГ avid softimage xsi v2.1 3CD 10ёёїш G-073ўГ SoftImage 3D Extreme 3.8 [for WIN NT] G-075ўГ Phoenix tools RED CD for softimage3D 3.8(softimage plug-in) 3ёёїш G-076ўГ True Space (Ж®·з ЅєЖдАМЅє) v4.0 G-076іЄўГ TrueSpace V4.3 2ёёїш G-077ўГ Ulead COOL(АЇё®µе Др) 3D (Б¤ЅД) G-078ўГ Ulead Face Factory 1.0 G-079ўГ Working Model 3d G-082ўГ World Construction Set 4.55 G-083ўГ Metacreation Dance Studio v1.0 2ёёїш G-084ўГ Avid Marquee v1.0 G-085ўГ View Point 4cd 5ёёїш G-086ўГ Realviz MatchMover 1.0 3ёёїш G-087ўГ Macromedia Esenssinal 1.0 3ёёїш L-025ґЩўГ Crystal Report (Е©ё®ЅєЕ» ё®ЖчЖ®)8.5 Developer Edition 2ёёїш L-025¶уўГ Crystal Reports Professional 8.5 2ёёїш ttttttttttttttttttttttt ёЦЖј№Мµрѕо ,АҐ,ИЁЖдАМБц,ѕЩ№ьБ¦АЫ tttttttttttttttttttttttttttt T-001ўГ Super Scape VRT V5.60 3ёёїш T-002іЄўГ Adobe GoLive v5.0 T-002ґЩўГ Adobe Golive v6.0 2ёёїш T-003ўГ Adobe PageMil V3.0 T-004ўГ Adobe Persuasion V4.0 T-005ўГ Adobe Photoshop Web Magic T-006ўГ Adobe Photo Deluxe V2.0 ЗС±Ы (563M Б¤ЅДЗ®,2000івЖЗ) T-006 іЄўГ ADOBE PHOTODELUXE BUSINESS EDITION 1.0 T-006 ґЩўГ ADOBE PHOTODELUXE HOME EDITION 4.0 T-007ўГ Instant Photo Effects V1.0 T-008ўГ ЗС±Ы IXLA photo 1.1 T-009ўГ Photo Bank(ЖчЕд №рЕ©) V1.0 T-010ўГ PhotoRecall Deluxe V2.0 [for Win 95/98/nt] T-011ўГ MGI photosuite II V1.02 T-012іЄўГ MGI Videowave lll 2CD 3ёёїш (јц№йёЮ°Ў Б¤ЅДЗ®) T-012ґЩўГ MGI VEDIO WAVE 5 2ёёїш T-013ўГ Inscriber CG Feature Pak And Motion Pak v3.3.0.43 T-014ўГ DVMPEG v5.01 (vedio, sound µоАЗ ѕРГаАъАе№Ч...) T-015ўГ Digital Fusion 2.13 2ёёїш T-016ўГ DeBabelizer Pro V4.5 2ёёїш T-017іЄўГ Discreet EDIT v6.0(317M З®) 3ёёїш T-017ґЩўГ COMBUSTION V2 (Discreet) 2ёёїш T-018ўГ Drumbeat (µе·і•») 2000 v3.0 2ёёїш T-019ўГ Authorware (їАЅоїюѕо) v5.0 (c)Macromedia T-020іЄўГ ЗС±Ы Authorware (їАЅоїюѕо) v5.0 2ёёїш T-021іЄўГ Director (µр·єЕН) V8.0 (Б¤ЅД З®) 2ёёїш T-021ґЩўГ Director (µр·єЕН) V8.5 (Б¤ЅД З®) T-022¶уўГ DreamWeaver (µеёІА§№ц)ULTRADEV 4 FireWorks 4 studio -2CD 5ёёїш T-023ґЩўГ Macromedia FireWorks V4.0 2ёёїш T-024ґЩўГ FLASH ЗГ·№Ѕ¬5.0 (јц№йёЮ°ЎАФґПґЩ!) 2ёёїш T-024ё¶ўГ Macromedia Flash -MX 6 (јц№йёЮ°Ў З®№цАь!) 3ёёїш T-025іЄўГ Tool Book II V7.0 (ЕшєПАМ µеµрѕо 7.0 АМ іЄїФ±єїд. 321 ёЮ°Ў Б¤З°Д«ЗЗє») T-026ўГ Media Studio Pro V5.0 (Ulead Co.) 2CD 3ёёїш T-026іЄўГ Ulead MediaStudio(АЇё®µе №Мµрѕо ЅєЖ©µрїА) Pro 6.0 T-026ґЩўГ Ulead Media Studio Pro 6.5 -2ёёїш T-026¶уўГ Ulead Vedio studio 5.0 DVD Edition -2ёёїш T-027ўГ Kaydara FILMBOX v1.5 SPI T-028ўГ MS Liquid Motion v1.0 T-029ўГ Cold fusion Studio 4.0(Б¤ЅД) (c)Allaire 2ёёїш T-029іЄўГ Allaire Cold Fusion Server V5.0 Release Candidate 2ёёїш T-030іЄўГ Net object fusion 4.0 (Б¤ЅДЗ®) 2ёёїш T-031ўГ Symantec Visual Page V2.0 T-032ўГ Symantec Visual Cafe v2.5 [for Java for Win95/NT] T-032іЄўГ Symantec Visual Cafe v3.0 2ёёїш T-033¶уўГ Visual Cafe for JAVA V4.0 Enterprise E~(Б¤ЅДЗ®) -WebGain Inc 2ёёїш T-034ўГ ЗС±Ы Visio 5.0 Standard T-034іЄўГ Visio Enterprise 5.0 T-034ґЩўГ VISIO Technical 5.0 (ЗС±Ы) T-035ґЩўГ VISIO 2000 Enterprise Edition (2000ів ЅЕЗ°,Б¤ЅД З®№цБЇ) 2cd 3ёёїш T-035¶уўГ VISIO 2002 2ёёїш T-035ё¶ўГ MS Visio 2002 Professional (ЗС±Ы) 2ёёїш T-035№ЩўГ MS Visio Professional 2002 SR1 2ёёїш T-036ўГ Xara 3D 3.04 ( Б¤ЅД) T-036іЄўГ XARA webstyle v2.0 2ёёїш T-039ўГ Punch Super home suite (АҐБ¦АЫ°ь·Г) T-040іЄўГ MS Front Page 2000 Coperate Edition (1)/(2) 2CD 3ёёїш T-040ґЩўГ MS ЗС±Ы ЗБ·РЖ® ЖдАМБц 2000 2ёёїш T-040¶уўГ MS FrontPage 2002 Inside Out 2ёёїш T-041ўГ Omni Page Web Edition 1.0 T-042ўГ Web page 5.0 (640ёЮ°Ў) (АҐЖдАМБц АъАЫ Е°Ж®.) T-043іЄўГ іЄёрАҐ 4.0 (З®№цАь) T-043ґЩўГ Namo WebEditor 5.0 (З®№цАь) 2ёёїш T-044ўГ Д¬ЕЧАП 98 2CD 3ёёїш T-045ўГ ЖчЕдЅєЗБ·№АМ 1.0 T-046ўГ Днµµ( KUDO ) АМ№МБц ёрАЅБэ.. 2ёёїш T-047ўГ Photodisc -4CD 6ёёїш T-048ўГ American Fine Art & Illustration (c) Photodisc (ЅЕЗ°! АМ№МБц ЅГµр) - 2ёёїш T-049ўГ Pinnacle STUDIO(ЗЗіЄЕ¬ ЅєЖ©µрїА) 7 Full Multilanguage 3ёёїш T-049іЄўГ Pinnacle SYSTEM STUDIO DV plus 1.1 3ёёїш T-049ґЩўГ Pinnacle System Impression DVD PRO SE v2.1 3ёёїш T-050ўГ Ulead DVD Movie Maker v1.0 (DVD Еш) 2ёёїш T-051ўГ Corel Pro Photo Windsurfing 2ёёїш T-052ўГ Corel Land of the Pyramids 2ёёїш T-053ўГ Roxio VideoPack 5 T-054ўГ hollywood fx (Згё®їмµе FX) Gold ! 3ёёїш T-055ўГ Macromedia HOMESITE 5.0 2ёёїш T-056ўГ Avid Xpress DV v3 3ёёїш T-057ўГ Swish 2.0 -2ёёїш J-109ўГ PowerDVD XP 4.0 J-110ўГ WinDVD 2001 jjjjjjjjjjjjjjjjjjjjjjjj ±вЕё(АЅѕЗ,·№ДЪµщ,ЗШЕ·,µоµо...) jjjjjjjjjjjjjjjjjjjjjjjjjjjjj АЅѕЗ°ь·Г======================================================== J-001ўГ EnCore 4.21 (АЅѕЗ°ь·Г) J-003ўГ Cakewalk Home Studio 9 ( for Win 9X/ NT ) 2ёёїш J-003іЄўГ Cakewalk Home Studio 2002 10.0.2 -2ёёїш J-011ўГ CakeWork Sonar XL V1.0 2ёёїш J-011іЄўГ CakeWalk SONAR XL 1.2 UPDATER J-011ґЩўГ Cakewalk Music Creator 2002 2ёёїш J-004іЄўГ Finale 2000 (ЗЗіЇ·№ 2000) J-004ґЩўГ Finale 2001 J-005ўГ Music Soft Musician's Toolbox II [for WIN95/ NT] 2CD 3ёёїш J-006ўГ Soundforge(»зїоµеЖчБц) v4.5a J-006іЄўГ Sonic Foundry Sound Forge v5.0b 2ёёїш J-006ґЩўГ Sonic Foundry Vegas Pro Audio 2 2cd 3ёёїш J-006¶уўГ Sonic Foundry Voices of Native America 2ёёїш J-007ўГ Sound Forge DirectX Noise Reduction Plug-in J-008ўГ Voyatra MusicWrite Plus АЅѕЗЖнБэ°ь·Г J-009іЄўГ Dance ejay 4 (c) PXD Musicsoft Inc. 2ёёїш J-010ўГ Digital CD-Recording Studio (c) Macmillan (Б¤ЅДЗ®-331ёЮ°Ў) 2ёёїш J-012ўГ MusicMatch Jukebox Plus 7.0 Build 135 J-013ўГ Coda Finale(DVDA-002112) 3ёёїш J-014ўГ CUBASE (ЕҐєЈАМЅє) 5 (c)STEINBURG 3ёёїш J-014іЄўГ CUBASE all Plugin 2ёёїш J-015ўГ Cooledit 2000 J-015іЄўГ Cooledit pro 2ёёїш J-016ўГ MUSICBOX №ВБч№ЪЅє -2CD 3ёёїш J-017ўГ LucasFilm Sound Effects Library (6CDё¦ 2АеїЎ ёрµО ґгАЅ!) -3ёёїш ·№ДЪµщ °ь·Г============================================== O-050ўГ CD SPACE 4.0 J-031ўГ WinOnCD 3.7 (ЖДїцїЎµрјЗ) J-031іЄўГ WinOnCD 3.8 (Б¤ЅДЗ®јц№йёЮ°Ў) J-032ўГ АМБцЅГµр Е©·№ЕН 4.02 ЗС±Ы - 2ёёїш J-033ўГ EasyCD Creator V4.02a Deluxe - 2ёёїш J-033іЄўГ EasyCD Creator V5.0 ЗГ·ЎЖјіС(Б¤ЅД) J-033ґЩўГ EasyCD Creator 5.02 (XP°ЎґЙ) (ЗС±ЫЖРДЎ) J-034 іЄўГ Nero 5.5.6.4 with All Language Packs J-034 ґЩўГ Nero 5.5.7.2 with All Language Packs J-034 ¶уўГ Nero 5.5.7.8 -1ёё їАГµїш ЗШЕ·°ь·Г============================================ J-051ўГ ЗШЕ·Еш ёрАЅCD 1 (ИЁЖдАМБцВьБ¶) J-052ўГ ЗШЕ·Еш ёрАЅCD 2 (ИЁЖдАМБцВьБ¶) J-053ўГ ЗШЕ·ЗБ·О±Ч·ҐёрАЅБэ (ИЁЖдАМБцВьБ¶) J-054ўГ 3ёёїшЗШЕ·№®ј­ (ИЁЖдАМБцВьБ¶) ±вЕё============================================ J-101ўГ Bleem ! Key CD(єнёІ Б¤ЅД ЗКїд) J-102ўГ CLIPS(ARIS»з) VINTAGE ALOHA (1SET) J-103ўГ Creata Card Plus(2CD) 3ёёїш J-104ўГ LabLink Professinal 7.5 J-105ўГ MIPS Products J-106ўГ Andromedia Texture series 4 J-107ўГ Resume Maker Delux Edition J-108ўГ Laplink PCsync v3.0 J-109ўГ PowerDVD XP 4.0 J-110ўГ WinDVD 2001 eeeeeeeeeeeeeeeeee ЗРЅА,±іА°їл eeeeeeeeeeeeeeeeeeeee * ё№Ає їл·®°ь°и·О Б¦ёсА§БЦ·О ЅЗѕъЅАґПґЩ. АЪјјЗС јіёнАє * АУЅГИЁЖдАМБц ВьБ¶ЗПЅГ°н ИЁЗЗ АеѕЦЅГїЈ ї¬¶фБЦЅКЅГїА * №°·Р БчБў АьИ­№®АЗµµ °ЎґЙЗХґПґЩ. Бцµµ°ь·Г============================================= E-001ўГ MS AutoRoute Express Europe 2001) E-001іЄўГ Microsoft Autoroute 2002 Europe 2CD -3ёёїш E-002ґЩўГ MS MapPoint 2002 North America 2CD 3ёёїш E-003ўГ 3D ATLAS(ѕЖЖІ¶уЅє) №й°ъ»зАь E-004ўГ MS encarta World Atlas 98 - ё¶АМЕ©·ОјТЗБЖ®»з АЗ јј°иБцµµ E-005ўГ їЎЅєДЪЖ® їмё®іЄ¶у АьГј Бцµµ°Ў ЗСґ«їЎ ! E-006ўГ №йµОґл°Ј Аь±№ °ь±¤Бцµµ V1.1 E-007ўГ ј­їпЅГ ±іЕл Бцµµ E-009ўГ MEDIA CLIPS(ARIS»з) BATIC DEGINES (1SET) ёЙЗОјТЅє E-010ўГ ·ОµеЖДАП·µ 2000 ( ґлїмБ¤№Р АьАЪБцµµ) ї©За, јј°иЗі№°, ґлАЪї¬°ь·Г==================================================== E-031ўГ KBS World Information 4cd 4ёёїш E-032ўГ National Geographic Street Locator (451MB) E-033ўГ National Geographic Trip Planner Platinum (1)(2) 2cd 3ёёїш E-034ўГ MS Streets & Trips 2002 (NA) 2CD 3ёёїш №ЩµП,·№Б®,ЅєЖчГч,Гл№М°ь·Г======================================== E-051ўГ Аєє° E-053ўГ ГµЗПјцґг2000 E-054ўГ АО°шБцґЙ №ЩµП 98 [for Windows] E-055ўГ Жтјє±вїш2 E-065ўГ PADI Encyclopedia of Recreational Diving(3cd) 5ёёїш E-066ўГ Bonito RadioCom 5.1 ѕоЗР ИёИ­°ь·Г=============================================== E-071ўГ NEW їАјєЅД »эИ°їµѕо SOS 2CD 3ёёїш E-072ўГ АМ°НАМ №М±№ їµѕоґЩ (Б¶И­АЇ Аъ) 4CD 4ёёїш E-073ўГ АМ°НАМ ї©За їµѕоґЩ [їµѕо±іА°їл] E-074ўГ ACE АПє»ѕоИёИ­ [АПѕо] E-075ўГ ѕЯ№«Бш АПє»ѕо [АПє»ѕо ЗРЅА ЕёАМЖІ] E-076ўГ АМДЎґЩ·О & ЗСДД АПє»ѕоЖЗ E-081ўГ JPT(АПє»ѕо ґЙ·ВЅГЗи ЅЗАьЕЧЅєЖ®) E-084ўГ MBC ENGLISH ёЕ°ЕБш (7°іїщДЎ 7Ае) 7ёёїш E-085ўГ SBS POWER ENGLISH ( 7°іїщДЎ 7Ае ) 7ёёїш №шїЄ============================================================== E-100ўГ I-SEOUL / JK E-101ўГ ѕУІїёЈ V3.0 [Internet №шїЄїл] E-102іЄўГ TRANNIE 2000 E-102ґЩ ўГ E-Tran 2001 їµЗС№шїЄЗБ·О±Ч·Ґ E-103ўГ їцµе ГјАОБц 5.0 (їµЗС №шїЄ±в) 3ёёїш E-103іЄўГ №Щє§ Top 2002 (ЗС±Ы) 2ёёїш E-105ўГ Universal Translator 2000 5ёёїш E-106ўГ ЗС°ЎАМµе 2.0 (ЗСїµ№шїЄ) E-107ўГ АО°ЎАМµе (±№і»ГЦ°нАЗ їµЗС№шїЄ) E-108ўГ JapKo Trans 2000 (АПЗС№шїЄ) E-109 ўГ Click Q (№шїЄЗБ·О±Ч·ҐБЯ єҐДЎё¶Е© 1А§ё¦ ґЮё®ґВ...) E-110ўГ SYSTRAN_Professional_PREMIUM №шїЄЗБ·О±Ч·Ґ -2ёёїш »зАь·щ========================================================= E-120ўГ їБЅєЖчµеїµїµ»зАь E-121ўГ АҐЅєЕН їµїµ»зАь(Webster's New World Dictionary & Thesaurus Deluxe Audio 2000) E-122ўГ µО»к µїѕЖ ЗБ¶уАУ їµЗС/ЗСїµ »зАь E-123ўГ MS Book Shelf E-124ўГ PC DIC 7.0 (Аь№®°Ўїл) E-125ўГ АМВо№ж »зАь [АПє»ѕо »зАь] E-126ўГ »зАМ№ц АьАЪ»зАь (Аь№®°Ўїл) E-127ўГ Easy АьАЪ їБЖн 1.5 (Аь№®°Ўїл) E-128ўГ Д·єкё®Бц їµїµ»зАь = (їµѕо№ЯАЅіЄїИ) E-129ўГ їµѕо№ЯАЅ Е¬ё®ґР E-130ўГ collins cobuild Perfect №й°ъ »зАь·щ=============================================== E-141іЄўГ µО»кµїѕЖ јј°иґл№й°ъ 2001 -5CD 3ёёїш E-142ўГ єкё®ЕВґПДї ґл№й°ъ»зАь 2000 (ЗС±Ы) 3Cd 3ёёїш E-142іЄўГ єкё®ЕВґПДї(Britannica) јј°иґл№й°ъ»зАь 2001 3cd 3ёёїш E-142ґЩўГ ЗС±Ы єкё®ЕВґПДї(Britannica) јј°иґл№й°ъ»зАь 2001 µр·°Ѕє 3CD 3ёёїш E-143 ¶уўГ MS Encarta Reference Library 2002 5CD 3ёёїш E-144ўГ ЗСёЮЖДЅєД® ґл№й°ъ »зАь 3CD 3ёёїш E-144 іЄўГ ЗСёЮµрБцЕР№й°ъ»зАь (№Р·№ґПѕцЖЗ) 4CD 4ёёїш E-146ўГ јЦєы јј°и ґл№й°ъ »зАь E-156ўГ ёЈєОёЈ №Ъ№°°ь (їµ№®ЖЗАУ) АЇјТѕЖ °ь·Г=============================================== E-174> ·№°н ѕЖАП·Јµе (ѕоё°АМїл єн·ПЅЧ±в іоАМ) їЎ·Ї! ЖЗёЕБЯБц E-175ўГ Б¶АМ єн·° 2.0 [KBS їµ»у»зѕчґЬ] (јТѕЖїл) ---ГЦЅЕ E-176ўГ Жј№МАМѕЯ±в (АЇѕЖїл) ------- ГЦЅЕ E-177ўГ ё¶АМґПВо АПє»ѕо(АЇѕЖїл) ------- ГЦЅЕ ГКµоЗР»э °ь·Г================================================= E-201ўГ №М ѕШ ё¶АМ їщµе -ґл±і ёЦЖј№Мµрѕо ГКµоЗР±і їµѕо ±іА°їл E-202ўГ ЗЗЕНЖж їµѕоЗРЅА ЕёАМЖІ 2cd їЎ·Ї;ЖЗёЕБЯБц E-203ўГ ЗБ¶уАУ ГКµоїµѕо»зАь E-204ўГ µОіъ°і№ЯА» А§ЗС ёуЕЧЅоё® ЅГё®Бо 4CD 4ёёїш E-205ўГ ГµАзµйАЗ їмБЦ/АЪї¬/АОГј/°ъЗР/јј°и»з №й°ъ»зАь 5cd 5ёёїш(і№Ае °ў ёёїАГµїш) E-206ўГ ГµАзёЕёУµеїН №иїмґВ °ъЗРїшё® E-207ўГ ѕоё°АМ ИЖ№ОБ¤АЅ 3.0 -ГЦЅЕАЗ 3.0№цАьАФґПґЩ! БЯ,°н»э ЗРЅА°ь·Г=================================== E-231ўГ ЅЕіЄґВ јј°и їЄ»з 2CD 3ёёїш E-232ўГ Бц±ёё¶А» E-233ўГ №°ё®ё¶А» E-234ўГ PIRANHA(ЗЗ¶уґПѕЖ) Redshift 3.0 E-235ўГ °иёщ»з °ъЗР№й°ъ јјµаД« 2CD 2ёёїш Аь№®°Ў,ЗРИёїл==================================== E-251ўГ A General Survey of Korea Folk (c)NAMO - №ц±ЧјцБ¤БЯ E-252ўГ Б¶ј±їХБ¶ЅЗ·П 97 БхєёЖЗ!! 4CD 6ёёїш E-253ўГ °н·БґлАе°ж 2CD 4ёёїш E-254ўГ ЗСДД »п±№»з±в E-255ўГ ЗСДДґлЗС№О±№ ЗцЗа№э·ЙБэ E-256ўГ №э°нА»LX V6.0 [№эїшµµј­°ь-98ів 3їщ] E-256іЄўГ №э°нА» (LX ver 7.8) 4CD 4ёёїш E-257іЄўГ Е·ЅєЗКµе 2000 ґл№эїшЖЗ·КБэ E-258ўГ јј№эЖЗ·КБэ E-259ўГ ёЦЖј №МµрѕЖ єПЗС ґл№й°ъ »зАь[БЯѕУАПєё»з] E-260ўГ »пјє №ЭµµГј µҐАМЕН єП 2.0 E-261ўГ Machinery's handbook (±вјъј­Аы) E-261іЄўГ Machinery's Handbook v.26 E-262ўГ АЪ№МµОјц(БЦїЄ°ь·Г ЗБ·О±Ч·Ґ) E-263ўГ БЦїЄ -»зБЦЗБ·О±Ч·ҐАЗ ґл°Ў¶у°н ЗТ јц АЦБТ. јє°ж °ь·Г ======================================= E-281ўГ ±ЧёІ јє°ж[±ёѕа,ЅЕѕа] 2CD 3ёёїш E-282ўГ ёсИё АЪ·б Е«№й°ъ 4.0 2CD 3ёёїш E-283ўГ јі±і ї№И­ АЪ·б CD 4Бэ E-284ўГ јє°ж ѕПјЫ/АР±в 365АП E-285ўГ јАЖІјє°ж ёсИёАЪїл V4.0 E-286ўГ MyBible 301 (јє°жАьј­АФґПґЩ ) ѕч№«їл,єсБцґПЅє,»уѕч°ь·Г=================================================== E-305ўГ ёнАО їАЗЗЅє 2000 (ёнАО2000 +Иё°иёнАО+ЖСЅєёнАО) 3ёёїш E-307ўГ °ўБѕј­ЅД №Ч ѕч№«їл ЗБ·О±Ч·Ґ ёрАЅБэ 3ёёїш E-308ўГ јј№«, Иё°и, Аз°н, °ьё® ЗБ·О±Ч·Ґ ёрАЅБэ 3ёёїш E-309ўГ Quicken Quick Book pro 99 3ёёїш E-309іЄўГ Quicken 2002 Home Business °Ў°Э№МБ¤ E-309ґЩўГ Quicken 2002 deluxe °Ў°Э№МБ¤ E-310ўГ ѕуё¶їЎїд! 2000 - Иё°иЗБ·О±Ч·Ґ! 2ёёїш dddddddddddddddd АЗЗР°ь·Г ddddddddddddddddddddd D-001ўГ ЗС№жµїАЗєё°Ё- јТАе°ЎДЎ 100% D-001іЄўГ CD °ЎБ¤ЗС№жґлАь D-002ўГ Stedmans Electronic Medical Dictionary v4.0a 3ёёїш D-003ўГ АЗЗРїл MRI-CT 2ёёїш D-004ўГ Body Works 97 V5.0 D-005ўГ BodyWorks 6.0 [for Windows] D-006ўГ Clinical Anatomy 1.0 [for Windows] D-007ўГ Griffith's 5 Minute Clinical Consult 1997(ЗЗєО°ъ) D-008ўГ Interactive Atlas of Human Anatomy D-009ўГ MAXX ; The Electronic Medical D-010ўГ The Illustrated Merck Manual (16TH Edition) 2ёёїш D-011ўГ ѕЖґг Symposium on Refractive Ophthalmology (2CD) 3ёёїш D-012ўГ ѕЖґг Symposium on Refractive Surgery (2CD) 3ёёїш D-013ўГ ѕЖґг ±іјцїл№цАь [A.D.A.M Inside the story] D-014ўГ ѕЖґг ±іјцїл№цАь [A.D.A.M Nine month Miracle] D-015ўГ ѕЖґг ±іјцїл№цАь [A.D.A.M Ultimate Human body] D-016ўГ їµ»уАЗЗР CD (4CD) 4CD 6ёёїш(і№Ае 2ёёїш) D-017ўГ ЗШё®ЅјАЗЗР№й°ъ 14TH ============================================================= јєАО ЕёАМЖІ ============================================================= * ё№Ає їл·®°ь°и·О Б¦ёсА§БЦ·О ЅЗѕъЅАґПґЩ. АЪјјЗС јіёнАє * АУЅГИЁЖдАМБц ВьБ¶ЗПЅГ°н ИЁЗЗ АеѕЦЅГїЈ ї¬¶фБЦЅКЅГїА * №°·Р БчБў АьИ­№®АЗµµ °ЎґЙЗХґПґЩ. * ИЁЖдАМБцґВ °ў ЕёАМЖІё¶ґЩ АЪјјЗС јіёнА» ЅЗѕоіхѕТЅАґПґЩ. ЗС±№АЗ µїїµ»у ==================== ----------------------------------------------------------------- X-047ўГ °­Б¦јч, °­Б¦јчµї»э ASF №цБЇ -2ёёїш X-048ўГ °­Б¦јчµї»э mpg №цАь X-049ўГ ¶у¶у ё® Z-001ўГ №йБцїµ 40єР З®№цАь X-002-AўГ БшБЦИс 1 X-002-BўГ БшБЦИс 2 X-003ўГ їАЗц°ж 3 X-004ўГ єО»кї©ґл ёфД« X-006ўГ АМИ­ї©ґл ёфД« X-007ўГ єсµрїА№ж ёф·Ў Д«ёЮ¶у X-008ўГ ЅЕИҐї©За јїЗБД«ёЮ¶у X-010ўГ іЄ·№АМЕН ёрµЁ ИЈЕЪ ёфД« 1 (ЗС±№) X-011ўГ іЄ·№АМЕН ёрµЁ ИЈЕЪ ёфД« 2 (ЗС±№) X-013ўГ Б¶·зёЗ ёфД« (ЗС±№) .. X-014ўГ ѕИѕзї©°ь ёфД« (ЗС±№) X-015ўГ ї©°ьёфД«(TVёё єёґВ ї©АЪ).. X-018ўГ Ае№Мї©°ь (ЗС±№):АЇёнЗЯґш ГЯѕпАЗ ±ЧЗКё§,,,? X-019ўГ ІЙ№ж 588 №РВш ёфД« (ЗС±№) X-020ўГ АМЕВїш ёфД«(ЗС±№) X-021ўГ АМґлИ­АеЅЗ ёфД« (їшЖЗ)(ЗС±№) X-022ўГ ±Ч·№АМЅє№йИ­БЎ ёфД«(ЗС±№) X-025ўГ ГµѕИёрЕЪёфД« X-026ўГ ѕпјцАеёрЕЪёфД«:°­·ВГЯГµАЫ X-028ўГ ·ЇєкИЈЕЪёфД«:Аы±ШГЯГµАЫ X-029ўГ ±іјцїН Б¦АЪ - X-030ўГ ЗС±№ : їµИ­ "°ЕБюё»" X-031ўГ АюАє ґлЗР»э ґ©µе ГФїµ ЗцАе(ЗС±№) X-036ўГ »кєТБ¶ЅЙ....(ЗС±№);їѕіЇїЎ іЇё° ГКГў±в јш±№»к ЖчёЈіл X-037ўГ јіЗцїн јє Е¬ё®ґР(ЗС±№)...їмё®іЄ¶у №иїм(·щ№МїА Гвї¬)°Ў №ю°н іЄїИ X-039ўГ АПє»їµИ­+ЗС±№їµИ­: ѕУДЙАМЖ®Б¶»зё¦ єщАЪЗШї©Гјё¦ іу¶ф... X-042ўГ Б¶ј±Б·(№«Б¶°З.°­·ВГЯГµАЫ..јіёнАМЗКїдѕшЅАґПґЩ) X-043ўГ ЗС±№їµ°и +ЖДёб¶уїЈґхЅј + єс№жёфД« (GOOD!) X-044ўГ №МѕЖё®јо(ґг№иЗЗїм±в.єґµы±в.ГЦ°нАЗИ­БъўГ X-045ўГ АЇЗР»э.Е©ё®ЅєЖѕ.їЬ(їАµрјЗ.1.2): X-046ўГ Е©ё®ЅєЖѕ 3Еє!-АМ№шїЈ АъЕГ јцїµАеї·їЎј­ јШѕѕё¦єёАУґЩ!^^! X-050ўГ їАЖДѕЖЖЫ,±и°Ў¶ч,°­іІ±оЖд -2ёёїш X-051ўГ №Ъ№МЗц, ДЪё®ѕЖ18јј -2ёёїш X-052ўГ ј±ѕЖ + ДЎЗС(АПє») X-053ўГ єОєО3 X-054ўГ ёсїеЕБёфД« X-055ўГ ёрµЁёфД« , °ЎёйёЗ X-056ўГ ґЩ№ж·№Бц/јъєґіЦ±в/№ж№иµїёфД« X-2001ўГ Cѕз ЗСє№(АеАЇіЄ) 2ёёїш X-2002ўГ ЗС±№ ёсїеЕБ ёфД« 2ёёїш X-2003ўГ µрБоґП·Јµе(ЗС±№) 2ёёїш X-2004ўГ І­µьБц(ЗС±№) 2ёёїш ----------------------------------------------------------------- µїѕзАЗ µїїµ»у ===================== * ё№Ає їл·®°ь°и·О Б¦ёсА§БЦ·О ЅЗѕъЅАґПґЩ. АЪјјЗС јіёнАє * АУЅГИЁЖдАМБц ВьБ¶ЗПЅГ°н ИЁЗЗ АеѕЦЅГїЈ ї¬¶фБЦЅКЅГїА * №°·Р БчБў АьИ­№®АЗµµ °ЎґЙЗХґПґЩ. * ИЁЖдАМБцґВ °ў ЕёАМЖІё¶ґЩ АЪјјЗС јіёнА» ЅЗѕоіхѕТЅАґПґЩ. Y-001ўГ TOKYO SUMMER CAMP GIRL(µї°жґлї©ё§Д·ЗБ) Y-002ўГ ЄТЄкЄЮЄбЄиЄ¤Є¦(№«ЅјјТё®Бц?) Y-003ўГ є№ёйАПґз Y-004ўГ Honey(ЗгґП) Y-005ўГ ї©єёЅє Y-006ўГ AVЖчёЈіл Y-007ўГ АЅ¶х°ЎБ¤±і»з Y-008ўГ ±в¶у¶у°ЎїАё® Y-009ўГ ѕЯ»у±Э±в Y-010ўГ ±вєкЅє Y-011ўГ ѕЖЅГѕИ ѕЖАП·±µе Y-012ўГ ї©±і»з Y-013ўГ јо±є Y-014ўГ АП·ОБ¤ґз Y-015ўГ ілёсѕзАЪ Y-016ўГ ѕЯёЮ¶ј Y-017ўГ їАёБІї°нё®°нё® Y-018ўГ »піІёЕ Y-019ўГ ѕоё°јТіа (·Оё®Её) Y-020ўГ ·щ№МїН »зїАё® Y-021ўГ °ЈИЈ»з Y-022ўГ АЅ¶х°ЎБ· Y-023ўГ µї°жБ¤°ь Y-024ўГ ±іѕзАы°нБ¶ Y-025ўГ ИЈ»зАы°нБ¶ Y-026ўГ JAPANYOUNG Y-027ўГ SEXCRETARY(»з°Ўї©єсј­) Y-028ўГ ЖДЅЕЖД±іАь Y-029ўГ »Ў°Јµе·№Ѕє Y-030ўГ №®ЅЕї©АО Y-031ўГ јТ±ё№МѕЦ Y-032ўГ АЅ¶х АЇ·ЙАьјі Y-033ўГ ГКГјЗиБцїБ Y-034ўГ їшБ¶±іБ¦ Y-035ўГ ґлИ­ёйЖЇБэ(Б¶°іБ¤№РєРј®!) Y-036ўГ 50 ґл 3 Y-037ўГ 63ёнАЗ іЄГјїоµїИё Y-038ўГ ·Оё®Её (ѕЖµї№°-АЪµїВч№цАь) Y-039ўГ °ЈИЈїш Y-040ўГ јТјі°Ў Y-041ўГ ілє№ѕЦїе Y-042ўГ ГКїшАЗ ї©АО Y-043ўГ їАЗЗЅє°Й Y-044ўГ БцГ¶АЇ»цё¶ Y-045ўГ °н±ії©±і»з Y-046ўГ ЅєА§Ж®°Й (ґЮДЮЗС јТіа) Y-047ўГ јТіајєАП±в(АПє») Y-048ўГ °ЎБ¤±і»з-µµґлГј №№ё¦ °ЎёЈДЎґВБц ёрёЈ°ЪіЧ! Y-049ўГ PENIS BELEIVER (вэЫИеХОэоЬеьмС) Y-050ўГ ±ШµµЗгЗь (РїФіъИыЎ):SM·щ ГЯГµ**** Y-051ўГ АПє» : Y-052ўГ ѕЯЕ°ДЪ: Y-053ўГ ґ©µејцїµАе Y-054ўГ АЅЖш±єґЬ Y-055ўГ ГµіајТИҐ Y-056ўГ SEXY REPORTER(јЅЅГё®ЖчЕН) Y-057ўГ VENUS BANNY-X(єсіКЅє№ЩґП) Y-058ўГ SATIN ANGEL(»зЖѕїЈБ©) Y-059ўГ SAVAGE PASSION(јјєсБцЖРјЗ) Y-060ўГ EIZOU(їЎАМБ¶їм) Y-061ўГ ЅЕГј°Л»з Y-062ўГ јєѕЦ19јј Y-063ўГ COVER GIRL(Дї№ц°Й) Y-064ўГ TOY(ЕдАМ) Y-065ўГ єЇЕВѕчјТ Y-066ўГ ёщ №ь Y-067ўГ MY TOKYO TUTOR 2 Y-068ўГ °нѕзАМєсЕ°ґП Y-069ўГ №МјјµҐє»№ш Y-070ўГ єЇЕВ»пёЕ Y-071ўГ БцЗПГ¶ ёфД« Y-072ўГ ЕЅ±ёАыГлЗв Y-073ўГ ГЦ°нАЗ ґАі¦ Y-074ўГ HIMIKO (Ич№МДЪ) Y-075ўГ ЗШєЇАЗ Б¤»з Y-076ўГ АЅјц(µї№°) Y-077ўГ єРИ«µе·№Ѕє ї©ЗР»э Y-078ўГ (№«Б¦)Е¬·ґАЗ ї©АОµй Y-079ўГ №иґц·№Ѕј Y-080ўГ ї©АЪАЗ ёц Y-081ўГ їАєьАЗ ї©АЪ Y-082ўГ »зГМАЅЕБёЕ Y-083ўГ THE BATTLE OF THE MOST LUSTFUL GIRLS Y-084ўГ №«Б¦ <ЗПАМИъ> Y-085ўГ Тін­ОиЯжЄБЄўЄµ щ¦ЄЛЄ·ЄЖ Y-086ўГ іІ±ЩЕГ№ијТЅГГі Y-087ўГ јјДїЗГ Y-088ўГ АЅ»цѕо·П Y-089ўГ АЇЕ°іЄ Y-090ўГ Housekeeper Y-091ўГ Б№ѕч <ё¶АМІї АЇіў>(Гііа±Г) Y-092ўГ јј¶ує№,Б¤ѕЧµµµП Y-093ўГ ЅЕИҐї©За,ј­БЎ°б№Ъ Y-094ўГ SWEET EIGHTEEN(ґЮДЮЗС 18јј) Y-095ўГ °Ё±Э Y-096ўГ NEO ГвЗчґлБ¦є№ Y-097ўГ DISCO °­°Ј№ь Y-098ўГ ѕЖіўІїАЇ№М Y-099ўГ Б¦є№Гµ»з Y-100ўГ H-ЅєЕ°іЄіл Y-101ўГ Б¤Б¶ґл Y-102ўГ Б¤ѕЧ»юїц Y-104ўГ ёсїеЕБ ёфД« Y-105ўГ Зіј±АЗ ї©АО Y-106ўГ јцїµАеёфД«,јУїКїЎѕо·Оєт Y-107ўГ Б¦ёсАМ ѕшіЧїд Y-108ўГ АОµрЅлЖ® ѕоґъЕНё® Y-109ўГ їБєёґЬ №«»иБ¦ЖЗ (2CD-2ёёїш) Y-110ўГ »эё® Y-112ўГ ѕЦґПїЎј­ ЅЗ»з(Б¦ёсѕшАЅ) Y-113ўГ ДыБојо Y-114ўГ ЖчёЈіл ЅєЕё Y-115ўГ ЖЫЅєЖ® іЄАМЖ® Y-116ўГ Б¤Аы°жИҐ №«»иБ¦ЖЗ (2CD) - 2ёёїш Y-117ўГ TANK (№°ёФАМ±в -ѕаЗСёрАЪАМЕ©) Y-118ўГ °н±і»эАЗ °ЭБ¤ Y-119ўГ °ЎїАё® ѕЖАМД«їН Y-120ўГ №МѕЯІї Y-121ўГ asian college Cute (DIVX) Y-122ўГ Б¤АэјТАы & ґл°ж±вЗч (DIVX) Y-123ўГ ї¬јУ°нБ¶ Y-124ўГ ГґЖИµµАе Y-125ўГ First Timers(filthy) Y-126ўГ Japanese Food Play Y-127ўГ ·ЇєкЖ®·№АО. Y-128ўГ Sexual Servants (јєіл) Y-129ўГ The Kajeki Rape Mania (°ЎБ¦Е° °­ °Ј ёЕґПѕЖ) Y-130ўГ Cumming in Japan Y-131ўГ °н±Ю№Міа Y-132ўГ ±ЭєШѕоіЦ±в(і»ЅГ°ж) Y-133ўГ ЗПАМїюАМ ЗгґП Y-134ўГ Hot sex city -Divx Y-135ўГ Lustful Beauty -Divx Y-136ўГ Love me Babe -Divx Y-137ўГ Sex Starved Sluts 2 ±ѕБЦё°ґ¤..^^ -Divx Y-140ўГ їшБ¶±іБ¦(±Ч·м) Y-141ўГ јє°н№® Y-142ўГ Big Boob Whores Y-143ўГ БЦєО Y-144ўГ №Міа BIJIN (ёрАЪАМЕ©) Y-145ўГ ѕајУ (ёрАЪАМЕ©) Y-146ўГ Fuck time! Y-147ўГ 3 Days Sex Y-148ўГ ѕЖДЙИчІї Y-149ўГ ЪёлїЄОЄ·ЄїЄїЄк Y-150ўГ Real Fuckin Deal Y-151ўГ Аь±№ јєАО ї©№иїм ±вґЙґлИё Y-152ўГ №МґПЅєДїЖ® Е¬·ґ 9 (ёрАЪАМЕ©) Y-153ўГ ±ЩДЈ»у°Ј V1 ёрАЪАМЕ© Y-154ўГ Nurse Go!Go ( ѕЖАЪ! °ЈИЈїш ) ёрАЪАМЕ© Y-155ўГ дсЦҐьЈ ёрАЪАМЕ© Y-156ўГ јТ±ё№МѕЦ 2 - Y-157ўГ Asian Sex Retreat Y-158ўГ ї¤·№єЈАМЕН°Й Y-159ўГ ї©±і»зАЗ јє±іА° Y-160ўГ °ЈИЈ»зАЗ »з»эИ° Y-161ўГ лМЪЪмИгЭ Y-162ўГ ЅєЖДЕ° Y-163ўГ Nasty Asian Nurses Y-164ўГ SleazyBaby (Divx) Y-165ўГ јТАО (Divx) Y-166ўГ Sex Starved Sluts 1 (Divx) Y-167ўГ і»Гт·І (Divx) (ёрАЪАМЕ©) Y-168ўГ Ужо» (Divx) == 2000№ш АМ»уАє 2CD (2ёёїш)АФґПґЩ.== Y-2501ўГ PINKY (ЗОЕ°) 2CD 2ёёїш ----------------------------------------------------------------- ј­ѕзАЗ µїїµ»у ==================== * ё№Ає їл·®°ь°и·О Б¦ёсА§БЦ·О ЅЗѕъЅАґПґЩ. АЪјјЗС јіёнАє * АУЅГИЁЖдАМБц ВьБ¶ЗПЅГ°н ИЁЗЗ АеѕЦЅГїЈ ї¬¶фБЦЅКЅГїА * №°·Р БчБў АьИ­№®АЗµµ °ЎґЙЗХґПґЩ. * ИЁЖдАМБцґВ °ў ЕёАМЖІё¶ґЩ АЪјјЗС јіёнА» ЅЗѕоіхѕТЅАґПґЩ. Z-010ўГ №йјі°шБЦ 1,2 (2CD) Z-011ўГ ANAL CLIMAX 2(ѕЖіЇЕ¬¶уАМё·Ѕє) Z-012ўГ µ¶АП ї©ґл±вјч»з<µ¶АП> Z-013ўГ FUNNY ENTERPRISE (Аз№Мі­ ±вѕч?) Z-014ўГ FORESKIN GUMP(Жч·№ЅєЕІ °ЛЗБ) Z-015ўГ HOLLYWOOD SCANDLE Z-016ўГ CLOCKWORK ORGY(Е¬¶фїцЕ© їАёЈ±в) Z-017ўГ YOUNG STUDENT(їµ°и ї©ЗР»э) Z-018ўГ ANCIENT ASIAN SEX SECRET Z-019ўГ SEX SHOW(»цЅєјо) Z-020ўГ ANAL SAVAGE (ИДАеГКАО^^) Z-021ўГ CORN HEAD(їЬ°иАО) Z-022ўГ №иµе °Й іЛґЩїо Z-023ўГ PUSSY CAT(ЖЫЅГ Д№) Z-024ўГ єтЕдё®ѕЖАЗ Ає№РЗС »з»эИ° Z-025ўГ PARADISE FOUND(ЖД¶уґЩАМЅє ЖДїоµе) Z-026ўГ GIRLS WHO TAKE GUYS WITH TWO COCKS Z-027ўГ TABOO(ЕёєО) Z-028ўГ INFERNO(АОЖдёЈіл) Z-029ўГ PLAYTIME (ЗГ·№АМ ЕёАУ) Z-030ўГ AFAIR OF HEART(ѕоЖдѕоїАєкЗк) Z-031ўГ LET'S PLAY DOCTOR Z-032ўГ ANAL MAINIA(ѕЖіЇ ёЕґПѕЖ) Z-033ўГ SCHOOLBUS(ЅєДр№цЅє) Z-034ўГ TIME PIECE(ЕёАУЗЗЅє) Z-035ўГ FRANCH ROLITA(ЗБ·ЈДЎ·Оё®Её) Z-036ўГ ИЇ»уАЗ Д§ґл Z-037ўГ SISTER SNATCH 2(ЅГЅєЕНЅєіЭДЎ) Z-038ўГ PUSSYMAN Z-039ўГ ДЎѕоё®ґх Z-040ўГ SHAME Z-041ўГ ANAL PLANET(ИДАеАЗ є°^^) Z-042ўГ їмБЦБ¶Бѕ»з Z-043ўГ HOOKED ON CRACK Z-044ўГ ѕЛ¶уµт Z-045ўГ ЗШµе ЖЫЅєЖ® Z-046ўГ GETTING PERSONAL Z-047ўГ ±ЭБцµИ ИЇ»у Z-048ўГ THE PREGMENTED Z-049ўГ THE PYRAMID Z-050ўГ °нБ¶°иЅГ·П (АьАпїµИ­) Z-051ўГ WORK OF ART (ї№јъАЫѕч) Z-052ўГ ART OF DESIRE (°ҐёБАЗ ї№јъ) Z-053ўГ HOUSE OF DREAM (ІЮАЗ Бэ) Z-058ўГ ANAL SAVAGE 2 (ИДАеГКАО2) Z-059ўГ їмАЇ№иґЮєОїНАЗ АОЕНєд.. Z-060ўГ ЖжЖ® ЗПїмЅє їВґх їНАПµе »зАМµе Z-061ўГ Flower Canman Z-062ўГ Intermate joumey(??ї©За?) Z-063ўГ Baby watch(єЈАМєсїНДЎ) Z-064ўГ ASIAN INVASION(µїѕзАОАЗ Д§·«) Z-065ўГ єс№РАЗ И­їш To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 7: 5: 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 5BF3937B6E0; Thu, 16 May 2002 06:59:41 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDxf275345; Thu, 16 May 2002 06:59:41 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 06:59:41 -0700 (PDT) From: Message-Id: <200205161359.g4GDxf275345@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38127: Update port: lang/logo to 5.1 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: Update port: lang/logo to 5.1 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 06:59:24 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38127 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 7:41:50 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 0BC1237B490 for ; Thu, 16 May 2002 07:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GEe2Q81978; Thu, 16 May 2002 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id 3577337B47F; Thu, 16 May 2002 07:30:19 -0700 (PDT) Received: by energyhq.homeip.net (Postfix, from userid 1001) id 7DBCA3FC9C; Thu, 16 May 2002 16:30:20 +0200 (CEST) Message-Id: <20020516143020.7DBCA3FC9C@energyhq.homeip.net> Date: Thu, 16 May 2002 16:30:20 +0200 (CEST) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org Cc: obrien@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38149: lang/gcc31 fails to install 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: 38149 >Category: ports >Synopsis: lang/gcc31 fails to install >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: Thu May 16 07:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.0-DP1 i386 >Organization: >Environment: System: FreeBSD kajsa.energyhq.tk 5.0-DP1 FreeBSD 5.0-DP1 #0: Wed May 15 19:35:03 CEST 2002 root@kajsa.energyhq.tk:/usr/src/sys/i386/compile/KAJSA i386 >Description: Ports cvsupped today, when trying to install it dies complainning that it can't find the g77.1 man page. I've included a fix, but am not sure is correct since it's just a workaround more than a real solution. >How-To-Repeat: >Fix: --- gcc31.diff begins here --- --- gcc31.old/Makefile Sat May 11 10:40:26 2002 +++ gcc31/Makefile Thu May 16 16:10:49 2002 @@ -131,7 +131,7 @@ .endfor .for file in g77 ${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}-31 - ${MV} -f ${PREFIX}/man/man1/${file}.1 ${PREFIX}/man/man1/${file}-31.1 + -${MV} -f ${PREFIX}/man/man1/${file}.1 ${PREFIX}/man/man1/${file}-31.1 .endfor ${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${SNAPVER} # These 3 libraries are moved from PREFIX/lib to avoid conflicts --- gcc31.diff 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 Thu May 16 7:50: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 9390E37B40A for ; Thu, 16 May 2002 07:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GEo3j82598; Thu, 16 May 2002 07:50: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 3E29337B47F; Thu, 16 May 2002 07:39:18 -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 g4GEiSTc082629; Thu, 16 May 2002 16:44:28 +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 g4GEiR1o082628; Thu, 16 May 2002 16:44:27 +0200 (CEST) Message-Id: <200205161444.g4GEiR1o082628@tl.kom.tuwien.ac.at> Date: Thu, 16 May 2002 16:44:27 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: will@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx 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: 38150 >Category: ports >Synopsis: [Maintainer-Update] Remove big binary from irc/bitchx >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: Thu May 16 07:50:01 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: Yesterday the 1.0c19 version of tcl.o was put into the Repository. This file has grown 5x since last version. It's time to remove it from the Repository. Please remove files/tcl-freebsd.o.uu Requested by: will >How-To-Repeat: >Fix: --- Makefile.orig Thu May 16 15:05:38 2002 +++ Makefile Thu May 16 16:30:31 2002 @@ -9,13 +9,19 @@ PORTVERSION= 1.0c19 CATEGORIES+= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ - ftp://ftp.bitchx.org/pub/BitchX/source/ + ftp://ftp.bitchx.org/pub/BitchX/source/ \ + ftp://ftp.cyberpunkz.org/pub/BitchX/source/ \ + ftp://ftp.cyberpunkz.org/pub/BitchX/tcl-o/:tcl DISTNAME= ircii-pana-1.0c19 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +.if defined(WITH_TCL) +DISTFILES+= freebsd4-tcl83-bx1.0c19-tcl.o:tcl +.endif +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= freebsdports@arved.de WRKSRC= ${WRKDIR}/BitchX - GNU_CONFIGURE= yes USE_GMAKE= yes WANT_ESOUND= yes @@ -52,8 +58,6 @@ --with-tcl-includes=${LOCALBASE}/include/tcl8.3 \ --with-tcl-libs=${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3" -post-extract: - @uudecode -p ${FILESDIR}/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o .endif .if defined(WITH_SOCKS5) @@ -93,6 +97,13 @@ .endif .if !defined(WITH_IPV6) @${ECHO} "WITH_IPV6 - Build BitchX with IPV6 support" +.endif + +.if defined(WITH_TCL) + +post-extract: + @${CP} ${DISTDIR}/freebsd4-tcl83-bx1.0c19-tcl.o ${WRKSRC}/source/tcl.o + .endif post-install: --- distinfo.orig Thu May 16 16:09:57 2002 +++ distinfo Thu May 16 16:08:12 2002 @@ -1 +1,2 @@ MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc +MD5 (freebsd4-tcl83-bx1.0c19-tcl.o) = 75b933507725a309c6b2ecff58f4c248 >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 Thu May 16 8:40: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 D85CE37B404 for ; Thu, 16 May 2002 08:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFe3H90492; Thu, 16 May 2002 08:40:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 08:40:03 -0700 (PDT) Message-Id: <200205161540.g4GFe3H90492@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx Reply-To: "David W. Chapman Jr." 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/38150; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, tilman@arved.de Cc: Subject: Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx Date: Thu, 16 May 2002 10:36:02 -0500 |+++ Makefile Thu May 16 16:30:31 2002 -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 9. Hunk #2 failed at 58. Hunk #3 failed at 97. 3 out of 3 hunks failed--saving rejects to Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- distinfo.orig Thu May 16 16:09:57 2002 |+++ distinfo Thu May 16 16:08:12 2002 -------------------------- Patching file distinfo using Plan A... Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 8:48:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id F38D337B42B; Thu, 16 May 2002 08:47:13 -0700 (PDT) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g4GFkiq39615; Thu, 16 May 2002 17:46:44 +0200 (SAT) (envelope-from reg) Date: Thu, 16 May 2002 17:46:44 +0200 From: Jeremy Lea To: "Bruce A. Mah" Cc: audit@FreeBSD.ORG, ports@FreeBSD.ORG, sobomax@FreeBSD.ORG Subject: Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!] Message-ID: <20020516174644.A38650@shale.csir.co.za> References: <200205091933.g49JXMjV041629@grimreaper.grondar.org> <20020514145039.B13083@shale.csir.co.za> <200205141714.g4EHELC5007391@intruder.bmah.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: <200205141714.g4EHELC5007391@intruder.bmah.org>; from bmah@FreeBSD.ORG on Tue, May 14, 2002 at 10:14:21AM -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, On Tue, May 14, 2002 at 10:14:21AM -0700, Bruce A. Mah wrote: > 1. The version comparisons passed all of the regression tests that knu > and I made for the original pkg_version (test-pkg_version.sh). This > gives me a nice warm fuzzy feeling about that part of the code. Of course it does... I wouldn't have posted it otherwise! ;-) > 4. You commented that you didn't like the way we did "-s" before. If > you think it'd be better as (say) a regex or a globbing expression, I > don't believe there'd be much problem with going that route. knu > used globbing when he wrote portversion, if you want some precedent. Well, the pkg_* utilities each work in the same way - they take a list of packages on the command line or a -a flag for all. They then work over that list one package at a time... I think it would be a bad idea to change any of command line flags now. I've never quite figured out why we have both globbing and regex matching in pkg_* though... Anyway, a revised patch is at: http://people.freebsd.org/~reg/pkg_version.patch Besides people's comments, there are a few changes to the comparison (multiple matches didn't work in the first version), and I've made the name matching more strict. I was asked to CC -audit, so I've dropped -current from the list. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 8:51:45 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 5018D37B401; Thu, 16 May 2002 08:51:34 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFpYN91556; Thu, 16 May 2002 08:51:34 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 08:51:34 -0700 (PDT) From: Message-Id: <200205161551.g4GFpYN91556@freefall.freebsd.org> To: udo.schweigert@siemens.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38147: maintainer-update of mail/mutt-devel 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 of mail/mutt-devel State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 08:51:26 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38147 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 8:58: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 D101B37B414; Thu, 16 May 2002 08:56:37 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFubc92011; Thu, 16 May 2002 08:56:37 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 08:56:37 -0700 (PDT) From: Message-Id: <200205161556.g4GFubc92011@freefall.freebsd.org> To: yds@CoolRat.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38089: MAINTAINER-UPDATE: mail/mulberry 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: mail/mulberry State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 08:56:29 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38089 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 8:59: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 7425B37B4A9; Thu, 16 May 2002 08:58:53 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFwrb92261; Thu, 16 May 2002 08:58:53 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 08:58:53 -0700 (PDT) From: Message-Id: <200205161558.g4GFwrb92261@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/38142: ucd-smp port fails to compile 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: ucd-smp port fails to compile Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: dwcjr Responsible-Changed-When: Thu May 16 08:58:43 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38142 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 9: 0: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 588FF37B407; Thu, 16 May 2002 09:00:02 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GG02I92451; Thu, 16 May 2002 09:00:02 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 09:00:02 -0700 (PDT) From: Message-Id: <200205161600.g4GG02I92451@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/37947: mail/exim-devel pid filename wrong 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: mail/exim-devel pid filename wrong Responsible-Changed-From-To: freebsd-ports->sheldonh Responsible-Changed-By: dwcjr Responsible-Changed-When: Thu May 16 08:59:53 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=37947 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 9:10: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 99ECC37B40A for ; Thu, 16 May 2002 09:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGA1i97326; Thu, 16 May 2002 09:10:01 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 2413F37B401 for ; Thu, 16 May 2002 09:07:24 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id A35FF217B2 for ; Thu, 16 May 2002 12:07:23 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id D583D3D11; Thu, 16 May 2002 12:07:22 -0400 (EDT) Message-Id: <20020516160722.D583D3D11@onceler.kciLink.com> Date: Thu, 16 May 2002 12:07:22 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38153: update postfix 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 >Number: 38153 >Category: ports >Synopsis: update postfix port >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 16 09:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 1 12:31:02 EST 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: update postfix to 1.1.10, which fixes a critical bug introduced in 1.1.9 >How-To-Repeat: >Fix: begin 644 postfix.patch M9&EF9B`M4')U('!O"UN972`Q-2`Q,#HQ-#HR,"`R M,#`R"BLK*R!P;W-T9FEX+6YE=R]-86ME9FEL90E4:'4@36%Y(#$V(#$R.C`P M.C,U(#(P,#(*0$`@+38L-R`K-BPW($!`"B`C"B`*(%!/4E1.04U%/0EP;W-T M9FEX"BU03U)45D524TE/3CT),2XQ+CD**U!/4E1615)324]./0DQ+C$N,3`* M(%!/4E1%4$]#2#T),0H@0T%414=/4DE%4ST);6%I;"!I<'8V"B!-05-415)? M4TE415,]"69T<#HO+V9T<"YP;W)C=7!I;F4N;W)G+VUI"UR96QE87-E+V]F9FEC:6%L+R!<"F1I9F8@+5!R=2!P;W-T9FEX+V1I"UN972`Q-B`Q,CHP,CHP,R`R,#`R"D!`("TQ+#0@*S$L-"!` M0`HM340U("AP;W-T9FEX+W!O"TQ+C$N,3`N=&%R+F=Z*2`](#'1L"TQ+C$N.2MI<'8V+G!A=&-H+F=Z M*2`](#9A8S-B,V4R,#%D,F0S,60R.#4T,F$S8C5A9#%D,#DV"B!-1#4@*'!O M"UP9RYP;W-T9FEX+3$N,2XX+G!A=&-H*2`](&4P9C1D <.3$P839D-C8T.&0Y8C0X93(R-#1F,CRelease-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 Thu May 16 9:26: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 A798137B41F; Thu, 16 May 2002 09:25:53 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGPrs99209; Thu, 16 May 2002 09:25:53 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 09:25:53 -0700 (PDT) From: Message-Id: <200205161625.g4GGPrs99209@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/36698: Maintainerupdate graphics/vcdimager 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: Maintainerupdate graphics/vcdimager Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Thu May 16 09:25:36 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36698 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 9:40: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 1A81F37B405 for ; Thu, 16 May 2002 09:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGe2U00583; Thu, 16 May 2002 09:40:02 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id D3E9737B409 for ; Thu, 16 May 2002 09:32:03 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 68ACA217B2 for ; Thu, 16 May 2002 12:32:03 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id 169A13D11; Thu, 16 May 2002 12:32:03 -0400 (EDT) Message-Id: <20020516163203.169A13D11@onceler.kciLink.com> Date: Thu, 16 May 2002 12:32:03 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38154: postfix-current update 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: 38154 >Category: ports >Synopsis: postfix-current update >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 16 09:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 1 12:31:02 EST 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: update postfix-current to latest release. fixes serious bug in prior version. >How-To-Repeat: >Fix: begin 644 postfix-current.patch M9&EF9B`M4')U('!O2`Q-2`Q,#HQ-#HR,"`R,#`R"BLK*R!P;W-T9FEX+6-U"UC=7)R96YT+6YE=R]D:7-T M:6YF;PHM+2T@<&]S=&9I>"UC=7)R96YT+V1I"UC=7)R96YT+6YE=R]D:7-T:6YF M;PE4:'4@36%Y(#$V(#$R.C`Y.C`P(#(P,#(*0$`@+3$L,R`K,2PS($!`"BU- M1#4@*'!O"TQ+C$N.2TR,#`R,#4Q,RYT87(N9WHI(#T@ M,6$S,61E-F-A-#%C,S@P,6,U9&0Q9#`S9&$R-#`Y8V4**TU$-2`H<&]S=&9I M>"]P;W-T9FEX+3$N,2XQ,"TR,#`R,#4Q-"YT87(N9WHI(#T@8C8T-#5A-S0P M9F)F-6-E.&0Q-3"]P;W-T9FEX M+3$N,2XY*VEP=C8N<&%T8V@N9WHI(#T@-F%C,V(S93(P,60R9#,Q9#(X-30R M83-B-6%D,60P.38*($U$-2`H<&]S=&9I>"]P;W-T9FEX+7!G+G!ORelease-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 Thu May 16 9:50:55 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 5C14E37B406; Thu, 16 May 2002 09:50:52 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGoqe01723; Thu, 16 May 2002 09:50:52 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 09:50:52 -0700 (PDT) From: Message-Id: <200205161650.g4GGoqe01723@freefall.freebsd.org> To: lev@serebryakov.spb.ru, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36763: [MAINTAINER UPDATE] Update for port devel/mipsel-linux-kernel-headers 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] Update for port devel/mipsel-linux-kernel-headers State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 09:48:23 PDT 2002 State-Changed-Why: Added new pkg-plist entry which make a directory "mipsel-linux/include/linux/modules". This empty directory was made only when you intall from port and warning was shown if you deinstall pkg_add'ed one. Then committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36763 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:15:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 2EFE437B405; Thu, 16 May 2002 10:15:20 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g4GHE1m13071; Thu, 16 May 2002 13:14:01 -0400 (EDT) (envelope-from mike) Date: Thu, 16 May 2002 13:14:01 -0400 From: Mike Barcroft To: Riccardo Torrini Cc: ports@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: /usr/ports/emulators/bochs on -CURRENT Message-ID: <20020516131401.E66219@espresso.q9media.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from riccardo@torrini.org on Thu, May 16, 2002 at 11:16:35AM +0200 Organization: The FreeBSD Project 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 Riccardo Torrini writes: > # cd /usr/ports/emulators/bochs && make > [...] > gmake[1]: Entering directory `/usr/ports/emulators/bochs/work/bochs-1.4/iodev' > [...] > c++ -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions > -fomit-frame-pointer -I/usr/X11R6/include -I.. -I./.. > -I../instrument/stubs -I./../instrument/stubs cdrom.cc -o cdrom.o > In file included from cdrom.cc:40: > /usr/include/arpa/inet.h:102: conflicting types for `typedef __uint32_t > socklen_t' > ../osdep.h:105: previous declaration as `typedef int socklen_t' > gmake[1]: *** [cdrom.o] Error 1 > gmake[1]: Leaving directory `/usr/ports/emulators/bochs/work/bochs-1.4/iodev' > gmake: *** [iodev/libiodev.a] Error 2 > *** Error code 2 The problem appears to be that osdep.h is defining types it should not be defining. Software should include system headers to get new types, not try and out-smart the OS by defining its own (possibly incorrect) types. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:20: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 9EDE637B405 for ; Thu, 16 May 2002 10:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHK3W07584; Thu, 16 May 2002 10:20:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 10:20:03 -0700 (PDT) Message-Id: <200205161720.g4GHK3W07584@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx Reply-To: Tilman Linneweh 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/38150; it has been noted by GNATS. From: Tilman Linneweh To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx Date: Thu, 16 May 2002 19:18:55 +0200 Hi, > |+++ Makefile Thu May 16 16:30:31 2002 > -------------------------- > Patching file Makefile using Plan A... > Hunk #1 failed at 9. Sorry...I dunno, what went wrong.. I'll try again from a fresh checked out version below. If the diff gets crunched via Mail again, i have also put a copy on http://oki.dynodns.net/~tilman/bitchx.diff Thanks for your patience... arved diff -ruN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Thu May 16 10:02:45 2002 +++ bitchx/Makefile Thu May 16 19:10:08 2002 @@ -9,13 +9,19 @@ PORTVERSION= 1.0c19 CATEGORIES+= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ - ftp://ftp.bitchx.org/pub/BitchX/source/ + ftp://ftp.bitchx.org/pub/BitchX/source/ \ + ftp://ftp.cyberpunkz.org/pub/BitchX/source/ \ + ftp://ftp.cyberpunkz.org/pub/BitchX/tcl-o/:tcl DISTNAME= ircii-pana-1.0c19 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +.if defined(WITH_TCL) +DISTFILES+= freebsd4-tcl83-bx1.0c19-tcl.o:tcl +.endif +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= freebsdports@arved.de WRKSRC= ${WRKDIR}/BitchX - GNU_CONFIGURE= yes USE_GMAKE= yes WANT_ESOUND= yes @@ -52,8 +58,6 @@ --with-tcl-includes=${LOCALBASE}/include/tcl8.3 \ --with-tcl-libs=${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3" -post-extract: - @uudecode -p ${FILESDIR}/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o .endif .if defined(WITH_SOCKS5) @@ -93,6 +97,13 @@ .endif .if !defined(WITH_IPV6) @${ECHO} "WITH_IPV6 - Build BitchX with IPV6 support" +.endif + +.if defined(WITH_TCL) + +post-extract: + @${CP} ${DISTDIR}/freebsd4-tcl83-bx1.0c19-tcl.o ${WRKSRC}/source/tcl.o + .endif post-install: diff -ruN /usr/ports/irc/bitchx/distinfo bitchx/distinfo --- /usr/ports/irc/bitchx/distinfo Wed May 1 20:24:18 2002 +++ bitchx/distinfo Thu May 16 19:09:58 2002 @@ -1 +1,2 @@ MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc +MD5 (freebsd4-tcl83-bx1.0c19-tcl.o) = 75b933507725a309c6b2ecff58f4c248 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:25: 2 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 5C87E37B406; Thu, 16 May 2002 10:24:52 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHOq708248; Thu, 16 May 2002 10:24:52 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 10:24:52 -0700 (PDT) From: Message-Id: <200205161724.g4GHOq708248@freefall.freebsd.org> To: tilman@arved.de, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx 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] Remove big binary from irc/bitchx State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 10:24:43 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38150 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:30: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 934B137B410 for ; Thu, 16 May 2002 10:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHU3W08539; Thu, 16 May 2002 10:30:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 10:30:03 -0700 (PDT) Message-Id: <200205161730.g4GHU3W08539@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/37345: Port Update Request: mail/imp: 2.2.7 -> 2.2.8 or 3.1 Reply-To: Thierry Thomas 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/37345; it has been noted by GNATS. From: Thierry Thomas To: Martin Perry Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/37345: Port Update Request: mail/imp: 2.2.7 -> 2.2.8 or 3.1 Date: Thu, 16 May 2002 19:02:01 +0200 Le 22 Apr 02 а 9:05:02 +0000, Martin Perry йcrivait : > > >Number: 37345 > >Category: ports > >Synopsis: Port Update Request: mail/imp: 2.2.7 -> 2.2.8 or 3.1 PR ports/36820 has been committed, and this PR may be closed. Thanks. -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:39:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 1FA8537B407; Thu, 16 May 2002 10:39:35 -0700 (PDT) Received: from flyingcroc.net (unx48.staff.flyingcroc.net [207.246.150.48]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with ESMTP id KAA41905; Thu, 16 May 2002 10:39:34 -0700 (PDT) Message-ID: <3CE3EED6.10209@flyingcroc.net> Date: Thu, 16 May 2002 10:39:34 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Sobolev Cc: Joe Kelsey , freebsd-ports@FreeBSD.org Subject: Re: Mozilla and TrueType References: <3CE29AEF.6090807@flyingcroc.net> <3CE2A40D.50DB6E61@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; 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 Maxim Sobolev wrote: >I do not see any problems if you would supply a working patch for >doing that. > > > Here is a patch to Makefile: --- Makefile.orig Tue May 14 20:57:17 2002 +++ Makefile Thu May 16 09:37:13 2002 @@ -85,6 +85,18 @@ BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installing Mozilla. If you have 1.3.1_2 installed, please remove ${LOCALBASE}/include/freetype, then build Mozilla" .endif +# x11-servers/xfstt creates this directory... +.if exists($(PREFIX)/lib/X11/fonts/TrueType) +WITH_TRUETYPE_DIR=$(PREFIX)/lib/X11/fonts/TrueType +.endif + +pre-everything: +.if !defined(WITH_TRUETYPE_DIR) + @$(ECHO_MSG) "You can enable TrueType font support by defining" + @$(ECHO_MSG) "WITH_TRUETYPE_DIR=/usr/X11R6/lib/X11/fonts/TrueType" + @$(ECHO_MSG) "(or whereever your TrueType fonts are)." +.endif + post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla @@ -104,5 +116,10 @@ ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ ${PREFIX}/lib/mozilla/plugins/libjavaplugin_oji.so + +post-install: +.if defined(WITH_TRUETYPE_DIR) + sh files/sed-freetype.sh +.endif .include Here is files/sed-freetype.sh: #!/bin/sh if [ x$WITH_TRUETYPE_DIR != x ]; then UNIX_JS=$PREFIX/lib/mozilla/defaults/pref/unix.js mv $UNIX_JS $UNIX_JS.orig sed -e '/font.FreeType2.enable/s/false/true/' \ -e "/font.directory.truetype.1/{ s;^//;; s;/u/sam/tt_font;$WITH_TRUETYPE_DIR; }" <$UNIX_JS.orig >$UNIX_JS fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:40: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 14E4137B409 for ; Thu, 16 May 2002 10:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHe3M09246; Thu, 16 May 2002 10:40:03 -0700 (PDT) (envelope-from gnats) Received: from kci.kciLink.com (kci.kcilink.com [206.112.95.6]) by hub.freebsd.org (Postfix) with ESMTP id 1410137B406; Thu, 16 May 2002 10:37:53 -0700 (PDT) Received: by kci.kciLink.com (Postfix, from userid 120) id 939853E51; Thu, 16 May 2002 13:37:52 -0400 (EDT) Message-Id: <20020516173752.939853E51@kci.kciLink.com> Date: Thu, 16 May 2002 13:37:52 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org Cc: knu@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38155: new port: mod_roaming2 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: 38155 >Category: ports >Synopsis: new port: mod_roaming2 >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: Thu May 16 10:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD lorax.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed May 1 09:46:44 EDT 2002 vivek@:/usr/obj/usr/src/sys/LORAX i386 >Description: mod_roaming has been updated for Apache2. This is a new port to add this new version of mod_roaming depending on Apache2. The existing mod_roaming is still necessary for Apache 1.3.x. I set MAINTAINER to ports@freebsd.org in case anyone else cares to take care of it. If nobody cares to do it, I'll go ahead and take ownership at some later point. >How-To-Repeat: >Fix: begin 644 mod_roaming2.tar.bz2 M0EIH.3%!62936?:"HC4`!:#_[>TP`$!_]__W?__?Y/____H``*````B``0`0 M!`A@!GRWU>JVT-T<7L7MD12:0U4\28FB9'ZD;TD&`$-B)HT83"&`,H-&33)A M&"41-(S(31BFI^E#]4/)/4_20!Z0#0`T`&FGJ```E"&B935/)ID0](T/4--! MH>H`-!H`:````"1(B:1J>H]I,D9ZII[4F(>H&CU`!H]0````!IZAQH9--,F@ M`8(`T&30`#)H```9,@&@DD$T`(RC:2GZ:)Y3/5/5--`-,CT:@&0T`!IH`>I\ M$'D\<'OCVZY8E:7]#9[$$0QMO32$*M(5-MK6R]JFD:3>)B(0-"&`$+DF6'I# M&0ZX,8%L5.U1,$(#M(809>XK?_>IM)8C3O&O%3RHZ53E*'W&MPKG-ZV7Q8-1 M"R.!2JK"FVUK]6.FMD3U*U.4J'S5O%H:C>DPLHAGC^6]![:4"P0=M)(T(&2` M*E,(,F2<"EU&WI?*U8M,&Q1N&N7DRBYX;)[BFT7?.3(*.&=9/81#2>CSW6R*2:0U74QEMK/`JM#YY[C#(P[5](RFVB) M;-S(09D6]\<<2LS05G.VSQXN6;=!UL[FO:3%-=.E^J;AF^&FJD>,40=QVUCQ MI9&CO[KN'.=-+"/&57I$R*ZQRXXKG#^*@JC!H#NL.!N[FVH\4`']N=#!U"-\ M;HX50)<+N=!'H]"E)5,Y%M2AY*3Y4JR(D<,RF"=RCT+?%ALH$`!D' MU`.*0PJ(*9"<7@U+T@;]B8'<#)N`KUN`C2U*J5/D&ZQ/<4"33;1B?@E%5X&' MA*RPDV.^`M4)9YB-J33YA+_#["S9AS9J!N+*"QB=^.`9+8)9./ MRD\C0G<98.9!2[$8>(RHE7WNIFYN4,C10>1X]&7[4BPN`CLOU(5!H[B+L7H9 MA7(='TEEQ4"G]E3.0I.O/PUWA`=M%YVP(%O!.UG$:=O3N4T0C34#Z0@3B9UC MTK^2-D'V78:DTYAQ(/$86D]4+[A`((&O3(+SV=,1%WUZ.[?U>HGMCZ9F_&1UE5#!'DR=JLU#"EQVN+#'S80]CR?*2 M'8Y#7,#.%^,SE-.5(>]F#I*V\&W0$!)T]E*'(I8K15])1/C%PS,69(H[]GC^ M*5&N-@@*-+_M_/"Y8\]>.L9X#66(.F[Y&+'B=-8M>4\D2B6>">1PQC:JA2*8 M@":#A^6>!+(XXN:$RSY:F.B0=`:%YAY!1`4IRP/%3"W:%PFDM4;&)0-(;-FB+ZJP MJL![;6-@QII$(+F[/J7NC*>U3V#41*Q7C9JQ8%&M]]62S8ZV$\V1<^GF$L>E MPDGWLE35VJ&:UX[X-^CFKK=L6(=R.D:G:G207EM":4H[30,<5;AZ&8[\[UW? MKWUSL6C'*MA0/W.CI:^9IC&[D>"1A(&JYG&=!&:%0D4;^C?J-&C3T:6=J1?P M)ZQ*-9P/BP86J'(B81#=R8$`"U%GE*A8[AR.46IL>Y#6]8MYH8TDFY`;"F16 M"#LII]7@A;>N\N6==R\80QIE`#6NX%""G0F4F'=`>J2FS%<@_0_QE:?][VTU M%ASJQ(A*=4D/*%-N&O)!E=4L+,$D#6FVY,;9+(I24R?$G`%)BS+'5I>>V+HK MM6V5M41"&P$XU]A!&5M3J&$X,GK_8G08:Y;W1]JJ9/YW2G&4A]U[T0[61:-Y MI)2&;Z`B;#=&2H%$M=?!`Y\;#%!,XT#ZUR,J4(QHXA99B31U-.R:*"#+:F.: M65%)",H0,QD4R8J%!*4+0NP[-B"S7EXV1D3=B M"]PT!9VH]:<;/7=R,U%*.OEU?4B";MC4=M&S'GN>=X,.T()`BT%1&H ` end >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 Thu May 16 10:44: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 841ED37B408; Thu, 16 May 2002 10:43:56 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 0C19A3198CE; Thu, 16 May 2002 12:43:59 -0500 (CDT) Date: Thu, 16 May 2002 12:43:59 -0500 From: "David W. Chapman Jr." To: Mike Barcroft Cc: Riccardo Torrini , ports@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: /usr/ports/emulators/bochs on -CURRENT Message-ID: <20020516174358.GB18192@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mike Barcroft , Riccardo Torrini , ports@FreeBSD.org, freebsd-current@FreeBSD.org References: <20020516131401.E66219@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020516131401.E66219@espresso.q9media.com> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 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 Thu, May 16, 2002 at 01:14:01PM -0400, Mike Barcroft wrote: > Riccardo Torrini writes: > > # cd /usr/ports/emulators/bochs && make > > [...] > > gmake[1]: Entering directory `/usr/ports/emulators/bochs/work/bochs-1.4/iodev' > > [...] > > c++ -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions > > -fomit-frame-pointer -I/usr/X11R6/include -I.. -I./.. > > -I../instrument/stubs -I./../instrument/stubs cdrom.cc -o cdrom.o > > In file included from cdrom.cc:40: > > /usr/include/arpa/inet.h:102: conflicting types for `typedef __uint32_t > > socklen_t' > > ../osdep.h:105: previous declaration as `typedef int socklen_t' > > gmake[1]: *** [cdrom.o] Error 1 > > gmake[1]: Leaving directory `/usr/ports/emulators/bochs/work/bochs-1.4/iodev' > > gmake: *** [iodev/libiodev.a] Error 2 > > *** Error code 2 > > The problem appears to be that osdep.h is defining types it should not > be defining. Software should include system headers to get new types, > not try and out-smart the OS by defining its own (possibly incorrect) > types. There is a patch in gnats to fix this error, but it still has errors, pat@ is currently looking at this and I'm building patches for him since I have a -current machine > > Best regards, > Mike Barcroft > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:59: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 7B7A737B447; Thu, 16 May 2002 10:58:55 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHwtq10950; Thu, 16 May 2002 10:58:55 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 10:58:55 -0700 (PDT) From: Message-Id: <200205161758.g4GHwtq10950@freefall.freebsd.org> To: khera@kciLink.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38153: update postfix 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: update postfix port State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 10:58:46 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38153 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 10:59:36 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 2453837B444; Thu, 16 May 2002 10:59:06 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHx6h10998; Thu, 16 May 2002 10:59:06 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 10:59:06 -0700 (PDT) From: Message-Id: <200205161759.g4GHx6h10998@freefall.freebsd.org> To: khera@kciLink.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38154: postfix-current update 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: postfix-current update State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 10:58:46 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38153 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 10:58:46 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38154 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 11: 8:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by hub.freebsd.org (Postfix) with ESMTP id B749137B403; Thu, 16 May 2002 11:08:42 -0700 (PDT) Received: from flyingcroc.net (unx48.staff.flyingcroc.net [207.246.150.48]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with ESMTP id LAA44159; Thu, 16 May 2002 11:08:42 -0700 (PDT) Message-ID: <3CE3F5A9.2090809@flyingcroc.net> Date: Thu, 16 May 2002 11:08:41 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Sobolev Cc: Joe Kelsey , freebsd-ports@FreeBSD.org Subject: Re: Mozilla and TrueType References: <3CE29AEF.6090807@flyingcroc.net> <3CE2A40D.50DB6E61@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------050609080904090403020502" 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. --------------050609080904090403020502 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Maxim Sobolev wrote: >I do not see any problems if you would supply a working patch for >doing that. > I'll try it again with attachments, since Mozilla mail corrupts tabs... /Joe --------------050609080904090403020502 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig Tue May 14 20:57:17 2002 +++ Makefile Thu May 16 09:37:13 2002 @@ -85,6 +85,18 @@ BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installing Mozilla. If you have 1.3.1_2 installed, please remove ${LOCALBASE}/include/freetype, then build Mozilla" .endif +# x11-servers/xfstt creates this directory... +.if exists($(PREFIX)/lib/X11/fonts/TrueType) +WITH_TRUETYPE_DIR=$(PREFIX)/lib/X11/fonts/TrueType +.endif + +pre-everything: +.if !defined(WITH_TRUETYPE_DIR) + @$(ECHO_MSG) "You can enable TrueType font support by defining" + @$(ECHO_MSG) "WITH_TRUETYPE_DIR=/usr/X11R6/lib/X11/fonts/TrueType" + @$(ECHO_MSG) "(or whereever your TrueType fonts are)." +.endif + post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla @@ -104,5 +116,10 @@ ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ ${PREFIX}/lib/mozilla/plugins/libjavaplugin_oji.so + +post-install: +.if defined(WITH_TRUETYPE_DIR) + sh files/sed-freetype.sh +.endif .include --------------050609080904090403020502 Content-Type: text/plain; name="sed-freetype.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sed-freetype.sh" #!/bin/sh if [ x$WITH_TRUETYPE_DIR != x ]; then UNIX_JS=$PREFIX/lib/mozilla/defaults/pref/unix.js mv $UNIX_JS $UNIX_JS.orig sed -e '/font.FreeType2.enable/s/false/true/' \ -e "/font.directory.truetype.1/{ s;^//;; s;/u/sam/tt_font;$WITH_TRUETYPE_DIR; }" <$UNIX_JS.orig >$UNIX_JS fi --------------050609080904090403020502-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 11:31:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by hub.freebsd.org (Postfix) with ESMTP id 0272137B403; Thu, 16 May 2002 11:31:29 -0700 (PDT) Received: from sakura.ninth-nine.com (ns1.ninth-nine.com [IPv6:2002:3dca:fa09::1]) by nd250009.gab.xdsl.ne.jp (8.12.3/8.12.3/NinthNine) with SMTP id g4GIVRlR055565; Fri, 17 May 2002 03:31:27 +0900 (JST) (envelope-from nork@FreeBSD.org) Message-Id: <200205161831.g4GIVRlR055565@nd250009.gab.xdsl.ne.jp> Date: Fri, 17 May 2002 03:31:27 +0900 From: Norikatsu Shigemura To: "Joe Kelsey" Cc: sobomax@FreeBSD.org, joek@mail.flyingcroc.net, freebsd-ports@FreeBSD.org Subject: Re: Mozilla and TrueType In-Reply-To: <3CE3EED6.10209@flyingcroc.net> References: <3CE29AEF.6090807@flyingcroc.net> <3CE2A40D.50DB6E61@FreeBSD.org> <3CE3EED6.10209@flyingcroc.net> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 On Thu, 16 May 2002 10:39:34 -0700 "Joe Kelsey" wrote: > +# x11-servers/xfstt creates this directory... > +.if exists($(PREFIX)/lib/X11/fonts/TrueType) > +WITH_TRUETYPE_DIR=$(PREFIX)/lib/X11/fonts/TrueType > +.endif Hum.. Please chage WITH_TRUETYPE_DIR= to WITH_TRUETYPE_DIR?=. I don't use system TrueType fonts (${PREFIX}/lib/X11/...) for Mozilla, but use my others fonts (/usr/local/share/fonts/THIRD_PARTY_TRUETYPE_FONT_COLLECTION/) i.e. made by Ricoh, Dynalab, etc... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 11:45: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 28B9F37B405; Thu, 16 May 2002 11:45:19 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GIjJu20038; Thu, 16 May 2002 11:45:19 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 11:45:19 -0700 (PDT) From: Message-Id: <200205161845.g4GIjJu20038@freefall.freebsd.org> To: martin@raq.cx, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37345: Port Update Request: mail/imp: 2.2.7 -> 2.2.8 or 3.1 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 Update Request: mail/imp: 2.2.7 -> 2.2.8 or 3.1 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 11:42:22 PDT 2002 State-Changed-Why: Submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=37345 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 12: 3:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 6B56137B408; Thu, 16 May 2002 12:03:41 -0700 (PDT) Received: from flyingcroc.net (unx48.staff.flyingcroc.net [207.246.150.48]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with ESMTP id MAA60249; Thu, 16 May 2002 12:03:41 -0700 (PDT) Message-ID: <3CE4028C.8050203@flyingcroc.net> Date: Thu, 16 May 2002 12:03:40 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Norikatsu Shigemura Cc: Joe Kelsey , sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: Mozilla and TrueType References: <3CE29AEF.6090807@flyingcroc.net> <3CE2A40D.50DB6E61@FreeBSD.org> <3CE3EED6.10209@flyingcroc.net> <200205161831.g4GIVRlR055565@nd250009.gab.xdsl.ne.jp> 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 Norikatsu Shigemura wrote: >On Thu, 16 May 2002 10:39:34 -0700 >"Joe Kelsey" wrote: > > >>+# x11-servers/xfstt creates this directory... >>+.if exists($(PREFIX)/lib/X11/fonts/TrueType) >>+WITH_TRUETYPE_DIR=$(PREFIX)/lib/X11/fonts/TrueType >>+.endif >> >> > > Hum.. Please chage WITH_TRUETYPE_DIR= to WITH_TRUETYPE_DIR?=. > I don't use system TrueType fonts (${PREFIX}/lib/X11/...) > for Mozilla, but use my others fonts > (/usr/local/share/fonts/THIRD_PARTY_TRUETYPE_FONT_COLLECTION/) > i.e. made by Ricoh, Dynalab, etc... > I suspect that whatever solution Maxim eventually commits, it will not solve everyone's problems, especially if you have multiple directories that you would like to support. The samples I posted are just that, samples designed to solve my issue with having to edit unix.js on every reinstall of Mozilla. I hope that it provides a starting point for others to try to solve their problems with the true type support. Please feel free to submit suggestions to Maxim for ways to solve other problems, especially multiple directories. I have no personal attachments to the code as written and anyone who has suggestions for improvements, please submit them to the list and/or Maxim. Of course, the ?= change is something that maybe should have been in the original... Does it hurt to always set truetype suport to true even if you specify no directories? If so, maybe we could split the support into two pieces. One would be to always patch unix.js to set true type support to true, another to parse a list of directories containing truetype fonts, say in PATH-format. Then a simple shell script could just append the list of directories to unix.js without any special sed processing, e.g., #!/bin/sh font=1 for i in $(echo ${WITH_TRUETYPE_PATH} | sed -e 's/:/ /g'); do echo "pref(\"font.directory.truetype.$font\", \"$i\");" >>unix.js font=$((font+1)) done Of course, fitting the above loop into a Makefile would require fiddling with quotes and $ and so on...plus, we would have to decide if we accept the path value passed in or prepend or append the system default path (e.g., /usr/X11R6/lib/X11/fonts/TrueType). Probably just use ?= to set a default value. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 12:29: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 9B97037B440; Thu, 16 May 2002 12:29:48 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJTmY26777; Thu, 16 May 2002 12:29:48 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 12:29:48 -0700 (PDT) From: Message-Id: <200205161929.g4GJTmY26777@freefall.freebsd.org> To: flynn@energyhq.homeip.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36856: Maintainer Update: Fix some issues in lang/dice 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: Fix some issues in lang/dice State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 12:29:24 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36856 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 12:33: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 7769937B405; Thu, 16 May 2002 12:33:12 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJXCp27116; Thu, 16 May 2002 12:33:12 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 12:33:12 -0700 (PDT) From: Message-Id: <200205161933.g4GJXCp27116@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/37525: [Update Port] devel/zziplib (from 0.10.11 to 0.10.53) 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: [Update Port] devel/zziplib (from 0.10.11 to 0.10.53) Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: sada Responsible-Changed-When: Thu May 16 12:32:05 PDT 2002 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=37525 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 12:41: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 4CAB037B40D; Thu, 16 May 2002 12:41:05 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJf5M27878; Thu, 16 May 2002 12:41:05 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 12:41:05 -0700 (PDT) From: Message-Id: <200205161941.g4GJf5M27878@freefall.freebsd.org> To: leeym@utopia.leeym.com, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37538: update port: chinese/telnet 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: update port: chinese/telnet State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu May 16 12:40:19 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 12:48: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 CEAB837B40B; Thu, 16 May 2002 12:48:23 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJmN328676; Thu, 16 May 2002 12:48:23 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 12:48:23 -0700 (PDT) From: Message-Id: <200205161948.g4GJmN328676@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37512: New Port: tuxpuck a Shufflepuck Clone 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: tuxpuck a Shufflepuck Clone Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: sada Class-Changed-When: Thu May 16 12:47:37 PDT 2002 Class-Changed-Why: This is new port submit. http://www.freebsd.org/cgi/query-pr.cgi?pr=37512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 13:50: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 B137537B407 for ; Thu, 16 May 2002 13:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GKo1937157; Thu, 16 May 2002 13: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 9B13537B403 for ; Thu, 16 May 2002 13:45:35 -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 g4GKjZhG071393 for ; Thu, 16 May 2002 13:45:35 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4GKjZSP071392; Thu, 16 May 2002 13:45:35 -0700 (PDT) Message-Id: <200205162045.g4GKjZSP071392@www.freebsd.org> Date: Thu, 16 May 2002 13:45:35 -0700 (PDT) From: Sшren Boll Overgaard To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38158: mutt-devel 1.3.99-2 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: 38158 >Category: ports >Synopsis: mutt-devel 1.3.99-2 >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: Thu May 16 13:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sшren Boll Overgaard >Release: 4.5-STABLE >Organization: >Environment: FreeBSD 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed Apr 24 15:49:02 CEST 2002 root@tolkien.dk:/usr/obj/usr/src/sys/TREEBEARD i386 >Description: mutt-devel 1.3.99-2 appears to handle non-ascii chars in a wrong way. After upgrading the port to the newest version, non-ascii characters are shown as question marks. http://treebeard.tolkien.dk/~boll/screenshot.jpg shows an example of the error. The port was compiled with no extra options, except WITH_MUTT_NCURSES=yes >How-To-Repeat: Install newest mutt-devel port. View message with this sort of encoding: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable >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 Thu May 16 14: 0: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 5BDDF37B400 for ; Thu, 16 May 2002 14:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GL06X37904; Thu, 16 May 2002 14:00:06 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 14:00:06 -0700 (PDT) Message-Id: <200205162100.g4GL06X37904@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/38158: mutt-devel 1.3.99-2 Reply-To: "David W. Chapman Jr." 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/38158; it has been noted by GNATS. From: "David W. Chapman Jr." To: =?unknown-8bit?Q?S=F8ren?= Boll Overgaard Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/38158: mutt-devel 1.3.99-2 Date: Thu, 16 May 2002 15:59:12 -0500 I've had this error since 1.3.99 I believe. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:31:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from piwebs.com (t-indiv5-78.athome.tue.nl [131.155.241.78]) by hub.freebsd.org (Postfix) with SMTP id 08B1537B404 for ; Thu, 16 May 2002 14:31:41 -0700 (PDT) Received: (qmail 1679 invoked from network); 16 May 2002 21:31:41 -0000 Received: from unknown (HELO amd760.piwebs.com) (192.168.0.100) by 0 with SMTP; 16 May 2002 21:31:41 -0000 Subject: FreeBSD Port: linux-opera (6.0 final is here!) From: Arjan van Leeuwen To: des@FreeBSD.org?cc=&subject= Cc: ports@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 16 May 2002 23:30:13 +0200 Message-Id: <1021584613.4556.3.camel@amd760.piwebs.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 Hi, Just want to mention that Opera 6.0 final is out (version 20020510), and I'd really like to see it in the ports :). I didn't yet test it, but if it's at least as good as B2, I'm sold :). Best regards, Arjan van Leeuwen avleeuwen@piwebs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:35:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id 167B137B414 for ; Thu, 16 May 2002 14:35:30 -0700 (PDT) Received: by energyhq.homeip.net (Postfix, from userid 1001) id C258F3FCA0; Thu, 16 May 2002 23:35:31 +0200 (CEST) Date: Thu, 16 May 2002 23:35:31 +0200 From: Miguel Mendez To: Arjan van Leeuwen Cc: des@FreeBSD.org?cc=&subject=, ports@FreeBSD.org Subject: Re: FreeBSD Port: linux-opera (6.0 final is here!) Message-ID: <20020516233531.A51850@energyhq.homeip.net> Mail-Followup-To: Arjan van Leeuwen , des@FreeBSD.org?cc=&subject=, ports@FreeBSD.org References: <1021584613.4556.3.camel@amd760.piwebs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1021584613.4556.3.camel@amd760.piwebs.com>; from avleeuwen@piwebs.com on Thu, May 16, 2002 at 11:30:13PM +0200 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 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 11:30:13PM +0200, Arjan van Leeuwen wrote: Hi, > Just want to mention that Opera 6.0 final is out (version 20020510), and > I'd really like to see it in the ports :). I didn't yet test it, but if > it's at least as good as B2, I'm sold :). flynn@kajsa# pkg_info |grep opera linux-opera-6.0.20020510 A blazingly fast, full-featured, standards-compliant browse Slow cowboy, cvsup and install :-) Cheers, --=20 Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk FreeBSD - The power to serve! --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85CYjnLctrNyFFPERAnErAJ94ko8dw8hxHYBKLBploiqQy+cQkgCeO4sB waor5juMws5vz+decT9ej8Q= =fq97 -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:40: 6 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 C3E2837B40F for ; Thu, 16 May 2002 14:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLe3f45564; Thu, 16 May 2002 14:40:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 14:40:03 -0700 (PDT) Message-Id: <200205162140.g4GLe3f45564@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/38143: mozilla doesn't build on -current Reply-To: "David W. Chapman Jr." 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/38143; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, mharnois@cpinternet.com Cc: Subject: Re: ports/38143: mozilla doesn't build on -current Date: Thu, 16 May 2002 16:37:02 -0500 You may want to try on a more recent -current. Just curious which version of gcc do you have. That was around when we upgraded to 3.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:42:57 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 7CB7637B411; Thu, 16 May 2002 14:42:55 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLgtG45898; Thu, 16 May 2002 14:42:55 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 14:42:55 -0700 (PDT) From: Message-Id: <200205162142.g4GLgtG45898@freefall.freebsd.org> To: spcoltri@hrothgar.omcl.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37945: Upgrade ports/cgoban to 1.9.12 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: Upgrade ports/cgoban to 1.9.12 State-Changed-From-To: open->feedback State-Changed-By: dwcjr State-Changed-When: Thu May 16 14:41:58 PDT 2002 State-Changed-Why: Wait to hear about maintainer's approval http://www.freebsd.org/cgi/query-pr.cgi?pr=37945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:44:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from piwebs.com (t-indiv5-78.athome.tue.nl [131.155.241.78]) by hub.freebsd.org (Postfix) with SMTP id 523A937B41A for ; Thu, 16 May 2002 14:44:37 -0700 (PDT) Received: (qmail 1711 invoked from network); 16 May 2002 21:44:38 -0000 Received: from unknown (HELO amd760.piwebs.com) (192.168.0.100) by 0 with SMTP; 16 May 2002 21:44:38 -0000 Subject: [Fwd: FreeBSD Port: linux-opera (6.0 final is here!)] From: Arjan van Leeuwen To: des@freebsd.org Cc: ports@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 16 May 2002 23:43:10 +0200 Message-Id: <1021585390.4671.1.camel@amd760.piwebs.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 Hi, Just want to mention that Opera 6.0 final is out (version 20020510), and I'd really like to see it in the ports :). I didn't yet test it, but if it's at least as good as B2, I'm sold :). Best regards, Arjan van Leeuwen avleeuwen@piwebs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:45: 3 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 7FB3537B41B; Thu, 16 May 2002 14:44:38 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLicL45998; Thu, 16 May 2002 14:44:38 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 16 May 2002 14:44:38 -0700 (PDT) From: Message-Id: <200205162144.g4GLicL45998@freefall.freebsd.org> To: spcoltri@hrothgar.omcl.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37945: Upgrade ports/cgoban to 1.9.12 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: Upgrade ports/cgoban to 1.9.12 State-Changed-From-To: feedback->closed State-Changed-By: dwcjr State-Changed-When: Thu May 16 14:43:26 PDT 2002 State-Changed-Why: Oritinator's email bounced http://www.freebsd.org/cgi/query-pr.cgi?pr=37945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14: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 97C5B37B40C for ; Thu, 16 May 2002 14:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLo4V46471; Thu, 16 May 2002 14:50:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 14:50:04 -0700 (PDT) Message-Id: <200205162150.g4GLo4V46471@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/38158: mutt-devel 1.3.99-2 Reply-To: "David W. Chapman Jr." 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/38158; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, boll@fork.dk Cc: Subject: Re: ports/38158: mutt-devel 1.3.99-2 Date: Thu, 16 May 2002 16:41:16 -0500 Have you cc'd the maintainer or emailed him letting him know this pr is open? He probably won't see it until you do that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 14:50: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 8C54737B403 for ; Thu, 16 May 2002 14:50:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLoAd46481; Thu, 16 May 2002 14:50:10 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 14:50:10 -0700 (PDT) Message-Id: <200205162150.g4GLoAd46481@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/37945: Upgrade ports/cgoban to 1.9.12 Reply-To: "David W. Chapman Jr." 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/37945; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, spcoltri@hrothgar.omcl.org Cc: Subject: Re: ports/37945: Upgrade ports/cgoban to 1.9.12 Date: Thu, 16 May 2002 16:41:52 -0500 How does the maintainer feel about this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 15: 0:36 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 E86B037B40D for ; Thu, 16 May 2002 15:00:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GM08947195; Thu, 16 May 2002 15:00:08 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 15:00:08 -0700 (PDT) Message-Id: <200205162200.g4GM08947195@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/37892: New Port: devel/haddock 0.2 (A Haskell Documentation Tool) Reply-To: "David W. Chapman Jr." 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/37892; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, obraun@informatik.unibw-muenchen.de Cc: Subject: Re: ports/37892: New Port: devel/haddock 0.2 (A Haskell Documentation Tool) Date: Thu, 16 May 2002 16:54:57 -0500 building jade on -current I get the documentation for details CmdLineApp.cxx: In member function `int CmdLineApp::run(int, char**)': CmdLineApp.cxx:217: syntax error before `)' token gmake[2]: *** [CmdLineApp.lo] Error 1 gmake[2]: Leaving directory `/.amd_mnt/leviathan/host/stripe1/compile/ports/textproc/jade/work/jade-1.2.1/lib' gmake[1]: *** [lib] Error 2 gmake[1]: Leaving directory `/.amd_mnt/leviathan/host/stripe1/compile/ports/textproc/jade/work/jade-1.2.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /.amd_mnt/leviathan/host/stripe1/compile/ports/textproc/jade. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 15: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 4F58437B408 for ; Thu, 16 May 2002 15:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GMK4X52891; Thu, 16 May 2002 15:20:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 15:20:04 -0700 (PDT) Message-Id: <200205162220.g4GMK4X52891@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Andrey V. Pevnev" Subject: Re: ports/38077: New port: mail/mimedefang-2.11 Reply-To: "Andrey V. Pevnev" 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/38077; it has been noted by GNATS. From: "Andrey V. Pevnev" To: freebsd-gnats-submit@FreeBSD.org, andrey@mgul.ac.ru Cc: Subject: Re: ports/38077: New port: mail/mimedefang-2.11 Date: Fri, 17 May 2002 02:17:54 +0400 Oops, forget one important thing about NOPORTDOCS :( patch: --- Makefile Tue May 14 16:46:03 2002 +++ Makefile Fri May 17 02:00:06 2002 @@ -32,10 +32,12 @@ post-install: ${INSTALL} -m 755 ${FILESDIR}/mimedefang.sh ${PREFIX}/etc/rc.d/mimedefang.sh +.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/mimedefang ${MKDIR} ${PREFIX}/share/doc/mimedefang ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/mimedefang ${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/mimedefang +.endif ${CHOWN} mailnull:mailnull /var/spool/MIMEDefang ${CHMOD} 700 /var/spool/MIMEDefang ${CAT} pkg-message --- pkg-plist Tue May 14 15:09:51 2002 +++ pkg-plist Fri May 17 02:01:08 2002 @@ -2,17 +2,17 @@ bin/mimedefang bin/mimedefang.pl etc/rc.d/mimedefang.sh -share/doc/mimedefang/README -share/doc/mimedefang/README.ANOMY -share/doc/mimedefang/README.SPAMASSASSIN -share/examples/mimedefang/suggested-minimum-filter-for-windows-clients -share/examples/mimedefang/README -share/examples/mimedefang/redhat-logrotate-file -share/examples/mimedefang/redhat-sendmail-init-script -share/examples/mimedefang/redhat-sendmail-init-script-with-multiplexor -share/examples/mimedefang/stream-by-domain-filter -@dirrm share/doc/mimedefang -@dirrm share/examples/mimedefang +%%PORTDOCS%%share/doc/mimedefang/README +%%PORTDOCS%%share/doc/mimedefang/README.ANOMY +%%PORTDOCS%%share/doc/mimedefang/README.SPAMASSASSIN +%%PORTDOCS%%share/examples/mimedefang/suggested-minimum-filter-for-windows-clients +%%PORTDOCS%%share/examples/mimedefang/README +%%PORTDOCS%%share/examples/mimedefang/redhat-logrotate-file +%%PORTDOCS%%share/examples/mimedefang/redhat-sendmail-init-script +%%PORTDOCS%%share/examples/mimedefang/redhat-sendmail-init-script-with-multiplexor +%%PORTDOCS%%share/examples/mimedefang/stream-by-domain-filter +%%PORTDOCS%%@dirrm share/doc/mimedefang +%%PORTDOCS%%@dirrm share/examples/mimedefang @cwd /var/spool @dirrm MIMEDefang @cwd /etc PLEASE, commit this port, MIMEDefang is a realy nice thing for building e-mail firewalls! And I'll be happy to see it in a ports collection ;-) -- Best regards, MSFU LAN Admin Andrey mailto:andrey@mgul.ac.ru http://www.mgul.ac.ru/~andrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 15:55:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 6F4CE37B400 for ; Thu, 16 May 2002 15:55:47 -0700 (PDT) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint2.brutele.be (Mirapoint) with ESMTP id AYA04951; Fri, 17 May 2002 00:55:45 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id DD1EA1577F for ; Fri, 17 May 2002 00:55:44 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 4004522E14 for ; Fri, 17 May 2002 00:55:44 +0200 (CEST) Date: Fri, 17 May 2002 00:55:44 +0200 From: Jean-Yves Lefort To: freebsd-ports@FreeBSD.org Subject: Proposal: CVS as a fetch method for ports Message-Id: <20020517005544.63ae12dd.jylefort@brutele.be> X-Mailer: Sylpheed version 0.7.5 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Hi, I am planning to submit a PR which will add CVS support to the ports system; that is, ports will be able to be fetched from their CVS repository. However, I once submitted a port fetching its distribution using CVS, and the committer rejected the port, answering (literally): "use cvs files as distfiles is not good idea." Could some committer tell me why it is not a good idea? Best regards, Jean-Yves Lefort -- Jean-Yves Lefort jylefort@brutele.be http://lefort.homeunix.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 16: 1: 7 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 9D7B437B417 for ; Thu, 16 May 2002 16:00:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GN08955310; Thu, 16 May 2002 16:00:08 -0700 (PDT) (envelope-from gnats) Received: from shades.bsltwr.dnsalias.org (kbl-zrz1278.zeelandnet.nl [62.238.229.8]) by hub.freebsd.org (Postfix) with ESMTP id 4699237B40B for ; Thu, 16 May 2002 15:54:53 -0700 (PDT) Received: from shades.bsltwr.dnsalias.org (bas@localhost.bsltwr.dnsalias.org [127.0.0.1]) by shades.bsltwr.dnsalias.org (8.12.3/8.12.3) with ESMTP id g4GMspEi008986 for ; Fri, 17 May 2002 00:54:51 +0200 (CEST) (envelope-from bas@shades.bsltwr.dnsalias.org) Received: (from bas@localhost) by shades.bsltwr.dnsalias.org (8.12.3/8.12.3/Submit) id g4GMsoe5008985; Fri, 17 May 2002 00:54:50 +0200 (CEST) Message-Id: <200205162254.g4GMsoe5008985@shades.bsltwr.dnsalias.org> Date: Fri, 17 May 2002 00:54:50 +0200 (CEST) From: "S. Kruit" Reply-To: "S. Kruit" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38160: Maintainer Update: GMime port to 0.6.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 >Number: 38160 >Category: ports >Synopsis: Maintainer Update: GMime port to 0.6.0 >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: Thu May 16 16:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: S. Kruit >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD shades.bsltwr.dnsalias.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #8: Sat May 4 19:22:39 CEST 2002 root@shades.bsltwr.dnsalias.org:/usr/obj/usr/src/sys/shades i386 >Description: Update of GMime port to 0.6.0 Needed for update of GMail email client. >How-To-Repeat: >Fix: diff -ruN gmime.orig/Makefile gmime/Makefile --- gmime.orig/Makefile Fri May 17 00:36:29 2002 +++ gmime/Makefile Tue May 14 23:07:25 2002 @@ -6,17 +6,23 @@ # PORTNAME= gmime -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= mail MASTER_SITES= http://bsltwr.dnsalias.org/ftp/pub/gmime/ \ - http://www.xtorshun.org/gmime/sources/ + http://spruce.sourceforge.net/gmime/sources/ MAINTAINER= baskruit@bsltwr.dnsalias.org USE_X_PREFIX= YES +GNU_CONFIGURE= YES USE_GMAKE= YES USE_GTK= YES USE_LIBTOOL= YES +CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \ + --prefix=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/libs" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} INSTALLS_SHLIB= YES diff -ruN gmime.orig/distinfo gmime/distinfo --- gmime.orig/distinfo Fri May 17 00:36:15 2002 +++ gmime/distinfo Tue May 14 21:59:32 2002 @@ -1 +1 @@ -MD5 (gmime-0.5.0.tar.gz) = 7158529756ab8e15bbd52e9da622fd55 +MD5 (gmime-0.6.0.tar.gz) = 9d37e76a23d0a77385eb1f374a532a86 diff -ruN gmime.orig/pkg-plist gmime/pkg-plist --- gmime.orig/pkg-plist Fri May 17 00:36:15 2002 +++ gmime/pkg-plist Fri May 17 00:35:13 2002 @@ -1,7 +1,9 @@ bin/gmime-config etc/gmimeConf.sh include/gmime/gmime.h +include/gmime/gmime-table-private.h include/gmime/gmime-content-type.h +include/gmime/gmime-header.h include/gmime/gmime-message.h include/gmime/gmime-param.h include/gmime/gmime-parser.h @@ -9,8 +11,9 @@ include/gmime/gmime-utils.h include/gmime/internet-address.h include/gmime/md5-utils.h -lib/libgmime.so.5 +lib/libgmime.so.6 lib/libgmime.so +lib/libgmime.la lib/libgmime.a share/aclocal/gmime.m4 @dirrm include/gmime >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 Thu May 16 16: 5:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.103.10]) by hub.freebsd.org (Postfix) with ESMTP id E906137B400 for ; Thu, 16 May 2002 16:05:42 -0700 (PDT) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.11.6) id g4GN5dx48812; Thu, 16 May 2002 16:05:39 -0700 (PDT) (envelope-from mph) Date: Thu, 16 May 2002 16:05:39 -0700 From: Matthew Hunt To: Jean-Yves Lefort Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Proposal: CVS as a fetch method for ports Message-ID: <20020516160539.B46782@wopr.caltech.edu> References: <20020517005544.63ae12dd.jylefort@brutele.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020517005544.63ae12dd.jylefort@brutele.be>; from jylefort@brutele.be on Fri, May 17, 2002 at 12:55:44AM +0200 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 Fri, May 17, 2002 at 12:55:44AM +0200, Jean-Yves Lefort wrote: > "use cvs files as distfiles is not good idea." > > Could some committer tell me why it is not a good idea? Probably because, unless you "cvs co" with a -r or -D option that always results in the same code coming through, the port could stop building due to changes in the code. Plus, I don't know how you would assign a version to the port (for packaging and the database of installed packages). -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 16:25:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id B271F37B405; Thu, 16 May 2002 16:25:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 725D766DC8; Thu, 16 May 2002 16:06:20 -0700 (PDT) Date: Thu, 16 May 2002 16:06:20 -0700 From: Kris Kennaway To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Almost 7000 ports! (Re: cvs commit: ports INDEX) Message-ID: <20020516160620.A28014@xor.obsecurity.org> References: <200205162259.g4GMxrd55258@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205162259.g4GMxrd55258@freefall.freebsd.org>; from kris@FreeBSD.org on Thu, May 16, 2002 at 03:59:53PM -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 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 03:59:53PM -0700, Kris Kennaway wrote: > kris 2002/05/16 15:59:52 PDT >=20 > Modified files: > . INDEX=20 > Log: > New index with 6935 ports. The big diffs are mostly due to a libtool > version bump and the addition of a dependency of gettext on expat, which > adds dependencies to about 2100 ports. It would be really cool if we can get to 7000 ports by the release 4.6-RELEASE in a few weeks. Let's go! Kris --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85DtrWry0BWjoQKURAiSnAKDxhDWRyBPjzQlMtWHCf7IVOY5ZmgCbBNtT ucQulfvnYVcQ/E4Ei7isMSM= =dp6G -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 16:55:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 251A837B400; Thu, 16 May 2002 16:55:32 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g4GNtIdM009620; Fri, 17 May 2002 03:55:28 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g4GNtCSt009619; Fri, 17 May 2002 03:55:13 +0400 (MSD) Date: Fri, 17 May 2002 03:55:10 +0400 From: "Andrey A. Chernov" To: walt , ru@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020516235508.GA9554@nagual.pp.ru> References: <3CE1B2EA.1000900@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CE1B2EA.1000900@sbcglobal.net> User-Agent: Mutt/1.3.28i 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 Tue, May 14, 2002 at 17:59:22 -0700, walt wrote: > The "make install" fails for png-1.2.2_1 after a successful "make": > install -o -g -m png.h pngconf.h /usr/local/include/libpng > install: invalid file mode: png.h > > Well you can bet your bippy it's invalid--there's no filemode specified, > or group or owner either. > > In fact, the environment variables in this line from the makefile never > get properly substituted: > > ${INSTALL} -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} Ruslan (CC'ed) broke where INCOWN, INCGRP and INCMODE was traditionally defined. Ruslan, please fix it. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 17: 0:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id D9C6837B403; Thu, 16 May 2002 17:00:48 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4H03ZY6091303; Thu, 16 May 2002 20:03:35 -0400 (EDT) (envelope-from alane@geeksrus.net) Content-Type: text/plain; charset="iso-8859-1" From: Alan E To: Kris Kennaway , Kris Kennaway Subject: Re: Almost 7000 ports! (Re: cvs commit: ports INDEX) Date: Thu, 16 May 2002 20:03:35 -0400 X-Mailer: KMail [version 1.4] Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports@FreeBSD.ORG References: <200205162259.g4GMxrd55258@freefall.freebsd.org> <20020516160620.A28014@xor.obsecurity.org> In-Reply-To: <20020516160620.A28014@xor.obsecurity.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205162003.35360.alane@geeksrus.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 On Thursday 16 May 2002 19:06, Kris Kennaway wrote: > It would be really cool if we can get to 7000 ports by the release > 4.6-RELEASE in a few weeks. Let's go! I know I have month+ old new ports in the queue. If the pending new ports= were=20 taken care of, we'd know how close we are. --=20 AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 17:43:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 9789E37B40B for ; Thu, 16 May 2002 17:43:13 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 93F8B2B6AE for ; Fri, 17 May 2002 02:43:10 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 7FC64531; Fri, 17 May 2002 10:43:04 +1000 (EST) Date: Fri, 17 May 2002 10:43:04 +1000 From: Edwin Groothuis To: ports@FreeBSD.org Subject: Re: Almost 7000 ports! (Re: cvs commit: ports INDEX) Message-ID: <20020517104303.A636@k7.mavetju.org> References: <200205162259.g4GMxrd55258@freefall.freebsd.org> <20020516160620.A28014@xor.obsecurity.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: <20020516160620.A28014@xor.obsecurity.org>; from kris@obsecurity.org on Thu, May 16, 2002 at 04:06:20PM -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 On Thu, May 16, 2002 at 04:06:20PM -0700, Kris Kennaway wrote: > It would be really cool if we can get to 7000 ports by the release > 4.6-RELEASE in a few weeks. Let's go! ports/31229 could be #6936 :-) Grats btw :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 18: 4:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id D103737B400 for ; Thu, 16 May 2002 18:04:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id EDB5F24D06; Fri, 17 May 2002 10:04:49 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 739EA24D02; Fri, 17 May 2002 10:04:46 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id A0D601E4651; Fri, 17 May 2002 10:04:43 +0900 (JST) Date: Fri, 17 May 2002 10:04:43 +0900 Message-ID: <7mhel7pot0.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: "Un L'Unique" , "Carroll, D. (Danny)" , Simon Dick , "David W. Chapman Jr." Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: net-snmp-5.0.1 : can't compile In-Reply-To: <3CE2341D.5060708@pebble.2y.net> References: <3CE2341D.5060708@pebble.2y.net> User-Agent: Wanderlust/2.9.10 (Unchained Melody) 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 X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp 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 updated net/net-snmp/Makefile. Please cvsup and try again. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 20: 2:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from aol.com (203186076225.ctinets.com [203.186.76.225]) by hub.freebsd.org (Postfix) with SMTP id A764937B40A; Thu, 16 May 2002 20:01:32 -0700 (PDT) Received: from unknown (HELO rly-xw05.oxyeli.com) (91.82.187.165) by f64.law4.hottestmale.com with asmtp; 16 May 0102 20:04:04 -1000 Received: from sparc.zubilam.net ([135.88.39.194]) by n9.groups.huyahoo.com with asmtp; 16 May 0102 09:59:02 +0800 Received: from unknown (HELO n7.groups.huyahoo.com) (175.137.142.140) by f64.law4.hottestmale.com with smtp; 16 May 0102 17:54:00 +0600 Received: from [175.209.72.40] by smtp4.cyberecschange.com with local; 16 May 0102 23:48:58 -0700 Received: from unknown (142.185.217.214) by rly-xr02.nikavo.net with SMTP; Thu, 16 May 0102 16:43:56 +1000 Reply-To: Message-ID: <023d35c37a0b$5782a4d5$4be48ce3@msgtna> From: To: stephtonze@aol.com Subject: je ne pourrais pas te voir demain Date: Fri, 17 May 0102 08:35:29 -0600 MiME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00E8_56A58E2B.D6805B22" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Importance: Normal 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 ------=_NextPart_000_00E8_56A58E2B.D6805B22 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 c2FsdXQgRmFiIQ0KDQpkZXNvbGUsIG1haXMgamUgbmUgcG91cnJhaSBmaW5h bGVtZW50DQpwYXMgdGUgdm9pciBkZW1haW4hIChqJ2FpIHBhcyB0ZXJtaW5l IG1lcyByZXZpc2lvbnMuLi4pDQptYWlzIHQnaW5xdWlldGUgcGFzLCBjYSBu ZSByZW1ldCBwYXMgZHUgdG91dCBlbiBxdWVzdGlvbg0Kbm90cmUgcmVuZGV6 IHZvdXMgZGUgc2FtZWRpIQ0KDQpBdSBmYWl0LCB0dSBkZXZpbmVyYXMgamFt YWlzIHF1aSBqJ2FpIHJlbmNvbnRyZSBoaWVyISEhDQoNCklzYWJlbGxlISBF dCBlbGxlIGEgcGVyZHUgYXUgbW9pbnMgMjAga2chIGluY3JveWFibGUuLi4N CkVsbGUgZXN0IGVuY29yZSBjZWxpYmF0YWlyZSwgb24gcG91cnJhaXQgcGV1 dCBldHJlIGxhDQpwcmVzZW50ZXIgYSBQYXRyaWNlPyBRdSdlbiBwZW5zZXMg dHU/DQpCb24gamUgdGUgbGFpc3NlLA0KDQpUYSBzdGVwaCBxdWkgdCdlbWJy YXNzZSB0cmVzIGZvcnQhDQoNClBTOiBqJ2FpIHJldHJvdXZlIGwnYWRyZXNz ZSBkdSBmYW1ldXggc2l0ZSBncmF0dWl0IHF1aQ0KICAgIHJlZ3JvdXBlIGxl cyBtZWlsbGV1cnMgc2l0ZXMgeCBncmF0dWl0cyBkdSBuZXQNCiAgICAobGVz Ymllbm5lcywgY29sbGFudHMgZXQgYmFzLCBhbWF0ZXVycywgY2FtZXJhcyBj YWNoZWVzLi4uKQ0KDQogICAgaHR0cDovL3d3dy5zZXgtYW5udWFpcmUuY29t IA0KICAgDQogICAgQ0EgVEUgRE9OTkVSQSBERVMgSURFRVMgUE9VUiBTQU1F REkgU09JUiENCiAgICAoamUgbWV0dHJhaSBkZXMgY29sbGFudHMgImNvdWxl dXIgY2hhaXIiIHMnaWwgZmFpdCBwYXMgdHJvcCBjaGF1ZC4uLikNCjUwMzRh ZEhXOC0ybDEw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 20:40:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 5190937B40F for ; Thu, 16 May 2002 20:40:53 -0700 (PDT) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint2.brutele.be (Mirapoint) with ESMTP id AYA22912; Fri, 17 May 2002 05:40:47 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id CFE781577F; Fri, 17 May 2002 05:40:45 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 13FAA22E14; Fri, 17 May 2002 05:40:45 +0200 (CEST) Date: Fri, 17 May 2002 05:40:44 +0200 From: Jean-Yves Lefort To: Matthew Hunt Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Proposal: CVS as a fetch method for ports Message-Id: <20020517054044.6ffd97d1.jylefort@brutele.be> In-Reply-To: <20020516160539.B46782@wopr.caltech.edu> References: <20020517005544.63ae12dd.jylefort@brutele.be> <20020516160539.B46782@wopr.caltech.edu> X-Mailer: Sylpheed version 0.7.5 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 On Thu, 16 May 2002 16:05:39 -0700 Matthew Hunt wrote: > On Fri, May 17, 2002 at 12:55:44AM +0200, Jean-Yves Lefort wrote: > > > "use cvs files as distfiles is not good idea." > > > > Could some committer tell me why it is not a good idea? > > Probably because, unless you "cvs co" with a -r or -D option that > always results in the same code coming through, the port could stop > building due to changes in the code. It could, but experience shows that it rarely does. I maintain a CVS port since a few months already, and I had to touch it three times during that period: two fixes were a change in the packing list, and only the last fix was needed in order to build the port again. I have already experienced many build failures with 'normal' ports; what is wrong in risking a build failure with a CVS port, if the different nature of the port is clearly explained to the user? When an user wants to build a project which is fetched using CVS, is it easier for him to manually checkout, build, note down the packing list, install, etc or to use a CVS port, downgrading to manual operation if the build fails? Not to mention that some projects even require the user to fetch the sources using CVS. See the following examples: - Uoti Urpala's XPilot (http://xpilot.sourceforge.net) - xirssi (http://irssi.org/?page=cvs) > Plus, I don't know how you would > assign a version to the port (for packaging and the database of > installed packages). I would just assign the version choosed by the program's author. There is absolutely no difference between a CVS port and a 'normal' port. I would like to start working on the patch I have in mind; further feedback will be highly appreciated. Best regards, Jean-Yves Lefort -- Jean-Yves Lefort jylefort@brutele.be http://lefort.homeunix.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 21: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 BEA6F37B405 for ; Thu, 16 May 2002 21:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H4K1J23827; Thu, 16 May 2002 21:20:01 -0700 (PDT) (envelope-from gnats) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by hub.freebsd.org (Postfix) with ESMTP id 9FD8337B408 for ; Thu, 16 May 2002 21:12:56 -0700 (PDT) Received: from sz.homedns.org ([61.201.73.214]) by t-mta1.odn.ne.jp with ESMTP id <20020517041254910.UPGS.10000.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Fri, 17 May 2002 13:12:54 +0900 Received: by sz.homedns.org (Postfix, from userid 1001) id 77D2299C0D; Fri, 17 May 2002 13:12:51 +0900 (JST) Message-Id: <20020517041251.77D2299C0D@sz.homedns.org> Date: Fri, 17 May 2002 13:12:51 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38164: Update port: graphics/p5-GD-Graph3d to 0.59 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: 38164 >Category: ports >Synopsis: Update port: graphics/p5-GD-Graph3d to 0.59 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 16 21:20: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: Update to 0.59 >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-GD-Graph3d/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2001/03/01 06:37:42 1.5 +++ Makefile 2002/05/17 04:09:28 @@ -6,12 +6,11 @@ # PORTNAME= GD-Graph3d -PORTVERSION= 0.55 +PORTVERSION= 0.59 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- -DISTNAME= GDGraph3d-${PORTVERSION} MAINTAINER= demon@FreeBSD.org @@ -21,5 +20,9 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD::Graph3d.3 + +post-patch: +# pod2man doesn't work without this + ${PERL} -pi -e 's/\r//' ${WRKSRC}/lib/GD/Graph3d.pm .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-GD-Graph3d/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2000/11/12 02:38:55 1.2 +++ distinfo 2002/05/17 04:09:28 @@ -1 +1 @@ -MD5 (GDGraph3d-0.55.tar.gz) = 209adb88cb6595834cffde6bf2ffb8c6 +MD5 (GD-Graph3d-0.59.tar.gz) = cab629741a0e62b940c671957bdfa2be >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 Thu May 16 22:41: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 C287537B40B for ; Thu, 16 May 2002 22:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5e1O33260; Thu, 16 May 2002 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id AD61737B40A for ; Thu, 16 May 2002 22:30:23 -0700 (PDT) Received: (qmail 41773 invoked by uid 100); 17 May 2002 05:30:17 -0000 Message-Id: <20020517053017.41772.qmail@mired.org> Date: 17 May 2002 05:30:17 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38165: [PATCH] the smalleiffel port is out of date 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: 38165 >Category: ports >Synopsis: [PATCH] the smalleiffel port is out of date >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 16 22:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #9: Mon May 13 23:02:50 CDT 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: The smalleiffel port is at version -0.76, wherease the latest release is -0.74. -0.74 is the later release because they the package is using negative version numbers, at least until they get to 0.0. Note that I contacted the maintainer about this, and he mumbled something about it being a lot of work, but he'd try to get to it soon. I have other things I'd like to turn into ports, but they need the update port, so I did it for him. Please check this diff with him. Finally, I'm perfectly willing to take over maintainership of this port if he wants me to. >How-To-Repeat: Check the port, and the website for smalleiffel. >Fix: Commit the following patch to the port. diff -ru smalleiffel-orig/Makefile smalleiffel/Makefile --- smalleiffel-orig/Makefile Thu May 16 23:12:18 2002 +++ smalleiffel/Makefile Thu May 16 23:12:55 2002 @@ -6,8 +6,8 @@ # PORTNAME= smalleiffel -PORTVERSION= 0.76 -PORTEPOCH= 1 # Version numbering is negative +PORTVERSION= 0.74 +PORTEPOCH= 2 # Version numbering is negative CATEGORIES= lang MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/ DISTNAME= se-${PORTVERSION} diff -ru smalleiffel-orig/distinfo smalleiffel/distinfo --- smalleiffel-orig/distinfo Thu May 16 23:12:18 2002 +++ smalleiffel/distinfo Thu May 16 23:18:29 2002 @@ -1 +1 @@ -MD5 (se-0.76.tgz) = 843cb2b9317fc4a06cb924f9d1a5a9e5 +MD5 (se-0.74.tgz) = ded67210cbfe94d8c7c20e091dde28dd diff -ru smalleiffel-orig/pkg-plist smalleiffel/pkg-plist --- smalleiffel-orig/pkg-plist Thu May 16 23:12:18 2002 +++ smalleiffel/pkg-plist Fri May 17 00:17:21 2002 @@ -1,952 +1,1061 @@ -smalleiffel-0.76/lib_random/READ_ME -smalleiffel-0.76/lib_random/gen_rand.e -smalleiffel-0.76/lib_random/min_stand.e -smalleiffel-0.76/lib_random/std_rand.e -smalleiffel-0.76/contrib/edb/READ_ME -smalleiffel-0.76/contrib/edb/edb-emacs.el -smalleiffel-0.76/contrib/edb/gud-edb.el -smalleiffel-0.76/contrib/edb/sec -smalleiffel-0.76/contrib/edb/gud-patch.el -smalleiffel-0.76/contrib/edb/edb-xemacs.el -smalleiffel-0.76/contrib/lib/case_insensitive_string.e -smalleiffel-0.76/contrib/lib/header.txt -smalleiffel-0.76/contrib/lib/string_formatter.e -smalleiffel-0.76/contrib/htmldoc/READ_ME -smalleiffel-0.76/contrib/htmldoc/htmlshort -smalleiffel-0.76/contrib/htmldoc/hooks.sh -smalleiffel-0.76/contrib/READ_ME -smalleiffel-0.76/bin_c/compile_to_c28.c -smalleiffel-0.76/bin_c/compile_to_c.h -smalleiffel-0.76/bin_c/compile_to_c2.c -smalleiffel-0.76/bin_c/compile_to_c3.c -smalleiffel-0.76/bin_c/compile_to_c4.c -smalleiffel-0.76/bin_c/compile_to_c5.c -smalleiffel-0.76/bin_c/compile_to_c6.c -smalleiffel-0.76/bin_c/compile_to_c7.c -smalleiffel-0.76/bin_c/compile_to_c8.c -smalleiffel-0.76/bin_c/compile_to_c9.c -smalleiffel-0.76/bin_c/compile_to_c10.c -smalleiffel-0.76/bin_c/compile_to_c11.c -smalleiffel-0.76/bin_c/compile_to_c12.c -smalleiffel-0.76/bin_c/compile_to_c13.c -smalleiffel-0.76/bin_c/compile_to_c14.c -smalleiffel-0.76/bin_c/compile_to_c15.c -smalleiffel-0.76/bin_c/compile_to_c16.c -smalleiffel-0.76/bin_c/compile_to_c17.c -smalleiffel-0.76/bin_c/compile_to_c18.c -smalleiffel-0.76/bin_c/compile_to_c19.c -smalleiffel-0.76/bin_c/compile_to_c20.c -smalleiffel-0.76/bin_c/compile_to_c21.c -smalleiffel-0.76/bin_c/compile_to_c22.c -smalleiffel-0.76/bin_c/compile_to_c23.c -smalleiffel-0.76/bin_c/compile_to_c24.c -smalleiffel-0.76/bin_c/compile_to_c25.c -smalleiffel-0.76/bin_c/compile_to_c26.c -smalleiffel-0.76/bin_c/compile_to_c27.c -smalleiffel-0.76/bin_c/compile_to_c1.c -smalleiffel-0.76/bin/compile_to_jvm -smalleiffel-0.76/bin/clean -smalleiffel-0.76/bin/compile -smalleiffel-0.76/bin/finder -smalleiffel-0.76/bin/print_jvm_class -smalleiffel-0.76/bin/short -smalleiffel-0.76/bin/pretty -smalleiffel-0.76/bin/compile_to_c -smalleiffel-0.76/lib_show/external/C/external_demo.out -smalleiffel-0.76/lib_show/external/C/address_of_demo.e -smalleiffel-0.76/lib_show/external/C/READ_ME -smalleiffel-0.76/lib_show/external/C/external_demo.e -smalleiffel-0.76/lib_show/external/C/external_src.c -smalleiffel-0.76/lib_show/external/C/address_of_src.c -smalleiffel-0.76/lib_show/external/C/address_of_demo.out -smalleiffel-0.76/lib_show/external/JVM/example1.e -smalleiffel-0.76/lib_show/external/JVM/example2.e -smalleiffel-0.76/lib_show/external/JVM/example1.out -smalleiffel-0.76/lib_show/external/JVM/example2.out -smalleiffel-0.76/lib_show/external/C++/example4.e -smalleiffel-0.76/lib_show/external/C++/Foo.h -smalleiffel-0.76/lib_show/external/C++/Bar.h -smalleiffel-0.76/lib_show/external/C++/Bar.cpp -smalleiffel-0.76/lib_show/external/C++/example3.e -smalleiffel-0.76/lib_show/external/C++/example1.e -smalleiffel-0.76/lib_show/external/C++/example2.e -smalleiffel-0.76/lib_show/external/C++/Foo.cpp -smalleiffel-0.76/lib_show/external/READ_ME -smalleiffel-0.76/lib_show/random/example3.e -smalleiffel-0.76/lib_show/random/example1.e -smalleiffel-0.76/lib_show/random/example2.e -smalleiffel-0.76/lib_show/basic_time/example1.e -smalleiffel-0.76/lib_show/basic_time/example5.e -smalleiffel-0.76/lib_show/basic_time/example2.e -smalleiffel-0.76/lib_show/basic_time/example3.e -smalleiffel-0.76/lib_show/basic_time/example4.e -smalleiffel-0.76/lib_show/sorting/example1.e -smalleiffel-0.76/lib_show/sorting/example2.e -smalleiffel-0.76/lib_show/cecil/example9/c_prog.c -smalleiffel-0.76/lib_show/cecil/example9/cecil.se -smalleiffel-0.76/lib_show/cecil/example9/example.e -smalleiffel-0.76/lib_show/cecil/example9/output -smalleiffel-0.76/lib_show/cecil/example9/eif_stuff.e -smalleiffel-0.76/lib_show/cecil/example2/cecil.se -smalleiffel-0.76/lib_show/cecil/example2/c_prog.c -smalleiffel-0.76/lib_show/cecil/example2/example.e -smalleiffel-0.76/lib_show/cecil/example2/output -smalleiffel-0.76/lib_show/cecil/example3/cecil.se -smalleiffel-0.76/lib_show/cecil/example3/c_prog.c -smalleiffel-0.76/lib_show/cecil/example3/example.e -smalleiffel-0.76/lib_show/cecil/example3/output -smalleiffel-0.76/lib_show/cecil/example4/c_prog.c -smalleiffel-0.76/lib_show/cecil/example4/cat.e -smalleiffel-0.76/lib_show/cecil/example4/cecil.se -smalleiffel-0.76/lib_show/cecil/example4/animal.e -smalleiffel-0.76/lib_show/cecil/example4/dog.e -smalleiffel-0.76/lib_show/cecil/example4/example.e -smalleiffel-0.76/lib_show/cecil/example4/output -smalleiffel-0.76/lib_show/cecil/JVM/root2.e -smalleiffel-0.76/lib_show/cecil/JVM/Example3.java -smalleiffel-0.76/lib_show/cecil/JVM/root4.e -smalleiffel-0.76/lib_show/cecil/JVM/Example1.java -smalleiffel-0.76/lib_show/cecil/JVM/root3.e -smalleiffel-0.76/lib_show/cecil/JVM/Example4.java -smalleiffel-0.76/lib_show/cecil/JVM/Example2.java -smalleiffel-0.76/lib_show/cecil/example1/cecil.se -smalleiffel-0.76/lib_show/cecil/example1/c_prog.c -smalleiffel-0.76/lib_show/cecil/example1/example.e -smalleiffel-0.76/lib_show/cecil/example1/output -smalleiffel-0.76/lib_show/cecil/example6/cecil.se -smalleiffel-0.76/lib_show/cecil/example6/c_prog.c -smalleiffel-0.76/lib_show/cecil/example6/example.e -smalleiffel-0.76/lib_show/cecil/example6/output -smalleiffel-0.76/lib_show/cecil/example7/c_prog.c -smalleiffel-0.76/lib_show/cecil/example7/cecil.se -smalleiffel-0.76/lib_show/cecil/example7/example.e -smalleiffel-0.76/lib_show/cecil/example7/output -smalleiffel-0.76/lib_show/cecil/example8/c_prog.c -smalleiffel-0.76/lib_show/cecil/example8/cecil.se -smalleiffel-0.76/lib_show/cecil/example8/example.e -smalleiffel-0.76/lib_show/cecil/example8/c_factory.e -smalleiffel-0.76/lib_show/cecil/example8/output -smalleiffel-0.76/lib_show/cecil/example5/cecil.se -smalleiffel-0.76/lib_show/cecil/example5/c_prog.c -smalleiffel-0.76/lib_show/cecil/example5/example.e -smalleiffel-0.76/lib_show/cecil/example5/output -smalleiffel-0.76/lib_show/cecil/READ_ME -smalleiffel-0.76/lib_show/parking/command.e -smalleiffel-0.76/lib_show/parking/date.e -smalleiffel-0.76/lib_show/parking/level.e -smalleiffel-0.76/lib_show/parking/parking.e -smalleiffel-0.76/lib_show/parking/run_parking.e -smalleiffel-0.76/lib_show/parking/ticket.e -smalleiffel-0.76/lib_show/basic_directory/example1.e -smalleiffel-0.76/lib_show/basic_directory/example2.e -smalleiffel-0.76/lib_show/basic_directory/example3.e -smalleiffel-0.76/lib_show/basic_directory/example4.e -smalleiffel-0.76/lib_show/basic_directory/example5.e -smalleiffel-0.76/lib_show/basic_directory/example6.e -smalleiffel-0.76/lib_show/gcd/integer.e -smalleiffel-0.76/lib_show/gcd/test_gcd.e -smalleiffel-0.76/lib_show/directory/example1.e -smalleiffel-0.76/lib_show/number/example1.e -smalleiffel-0.76/lib_show/number/example2.e -smalleiffel-0.76/lib_show/number/example3.e -smalleiffel-0.76/lib_show/hanoi/hanoi.e -smalleiffel-0.76/lib_show/hanoi/tower.e -smalleiffel-0.76/lib_show/iterator/example1.e -smalleiffel-0.76/lib_show/iterator/example2.e -smalleiffel-0.76/lib_show/iterator/iterator_with_variant.e -smalleiffel-0.76/lib_show/iterator/iterator_on_random_generator.e -smalleiffel-0.76/lib_show/iterator/example3.e -smalleiffel-0.76/lib_show/spread_illness.e -smalleiffel-0.76/lib_show/pyramid.e -smalleiffel-0.76/lib_show/pyramid2.e -smalleiffel-0.76/lib_show/print_arguments.e -smalleiffel-0.76/lib_show/hello_world.e -smalleiffel-0.76/lib_show/fibonacci.e -smalleiffel-0.76/lib_show/knight.e -smalleiffel-0.76/lib_se/cecil_file.e -smalleiffel-0.76/lib_se/run_feature_4.e -smalleiffel-0.76/lib_se/argument_name.e -smalleiffel-0.76/lib_se/short.e -smalleiffel-0.76/lib_se/argument_name1.e -smalleiffel-0.76/lib_se/argument_name2.e -smalleiffel-0.76/lib_se/assertion.e -smalleiffel-0.76/lib_se/assertion_list.e -smalleiffel-0.76/lib_se/assignment.e -smalleiffel-0.76/lib_se/attribute.e -smalleiffel-0.76/lib_se/base_class.e -smalleiffel-0.76/lib_se/jvm.e -smalleiffel-0.76/lib_se/base_type_constant.e -smalleiffel-0.76/lib_se/run_feature.e -smalleiffel-0.76/lib_se/expression.e -smalleiffel-0.76/lib_se/bit_constant.e -smalleiffel-0.76/lib_se/call_infix_eq.e -smalleiffel-0.76/lib_se/boolean_constant.e -smalleiffel-0.76/lib_se/eiffel_parser.e -smalleiffel-0.76/lib_se/short_print.e -smalleiffel-0.76/lib_se/call.e -smalleiffel-0.76/lib_se/call_0.e -smalleiffel-0.76/lib_se/call_0_c.e -smalleiffel-0.76/lib_se/globals.e -smalleiffel-0.76/lib_se/call_1.e -smalleiffel-0.76/lib_se/call_1_c.e -smalleiffel-0.76/lib_se/run_class.e -smalleiffel-0.76/lib_se/call_infix.e -smalleiffel-0.76/lib_se/call_infix_and.e -smalleiffel-0.76/lib_se/call_infix_and_then.e -smalleiffel-0.76/lib_se/run_require.e -smalleiffel-0.76/lib_se/call_infix_div.e -smalleiffel-0.76/lib_se/compile.e -smalleiffel-0.76/lib_se/type.e -smalleiffel-0.76/lib_se/character_constant.e -smalleiffel-0.76/lib_se/print_jvm_class.e -smalleiffel-0.76/lib_se/e_old.e -smalleiffel-0.76/lib_se/call_infix_freeop.e -smalleiffel-0.76/lib_se/compile_to_c.e -smalleiffel-0.76/lib_se/call_n.e -smalleiffel-0.76/lib_se/call_infix_ge.e -smalleiffel-0.76/lib_se/constant_pool.e -smalleiffel-0.76/lib_se/call_infix_gt.e -smalleiffel-0.76/lib_se/call_infix_le.e -smalleiffel-0.76/lib_se/call_prefix_minus.e -smalleiffel-0.76/lib_se/call_infix_implies.e -smalleiffel-0.76/lib_se/call_prefix_freeop.e -smalleiffel-0.76/lib_se/call_infix_int_div.e -smalleiffel-0.76/lib_se/class_invariant.e -smalleiffel-0.76/lib_se/call_infix_int_rem.e -smalleiffel-0.76/lib_se/c_pretty_printer.e -smalleiffel-0.76/lib_se/call_prefix_plus.e -smalleiffel-0.76/lib_se/call_infix_lt.e -smalleiffel-0.76/lib_se/parent_list.e -smalleiffel-0.76/lib_se/call_infix_minus.e -smalleiffel-0.76/lib_se/call_prefix_not.e -smalleiffel-0.76/lib_se/call_infix_neq.e -smalleiffel-0.76/lib_se/declaration_group.e -smalleiffel-0.76/lib_se/call_infix_or.e -smalleiffel-0.76/lib_se/clean.e -smalleiffel-0.76/lib_se/cp_info.e -smalleiffel-0.76/lib_se/call_infix_or_else.e -smalleiffel-0.76/lib_se/parent.e -smalleiffel-0.76/lib_se/call_infix_plus.e -smalleiffel-0.76/lib_se/gc_handler.e -smalleiffel-0.76/lib_se/call_infix_power.e -smalleiffel-0.76/lib_se/feature_name_list.e -smalleiffel-0.76/lib_se/call_infix_times.e -smalleiffel-0.76/lib_se/declaration_1.e -smalleiffel-0.76/lib_se/call_infix_xor.e -smalleiffel-0.76/lib_se/comment.e -smalleiffel-0.76/lib_se/small_eiffel.e -smalleiffel-0.76/lib_se/call_prefix.e -smalleiffel-0.76/lib_se/native_small_eiffel.e -smalleiffel-0.76/lib_se/parser_buffer.e -smalleiffel-0.76/lib_se/formal_generic_list.e -smalleiffel-0.76/lib_se/formal_generic_arg.e -smalleiffel-0.76/lib_se/run_feature_8.e -smalleiffel-0.76/lib_se/creation_clause_list.e -smalleiffel-0.76/lib_se/type_bit_2.e -smalleiffel-0.76/lib_se/type_expanded.e -smalleiffel-0.76/lib_se/call_proc_call.e -smalleiffel-0.76/lib_se/cecil_arg_list.e -smalleiffel-0.76/lib_se/cecil_pool.e -smalleiffel-0.76/lib_se/error_handler.e -smalleiffel-0.76/lib_se/cecil_target.e -smalleiffel-0.76/lib_se/creation_clause.e -smalleiffel-0.76/lib_se/feature_name.e -smalleiffel-0.76/lib_se/external_routine.e -smalleiffel-0.76/lib_se/check_invariant.e -smalleiffel-0.76/lib_se/feature_clause.e -smalleiffel-0.76/lib_se/class_name.e -smalleiffel-0.76/lib_se/class_name_list.e -smalleiffel-0.76/lib_se/infix_name.e -smalleiffel-0.76/lib_se/client_list.e -smalleiffel-0.76/lib_se/type_none.e -smalleiffel-0.76/lib_se/code_attribute.e -smalleiffel-0.76/lib_se/native_c.e -smalleiffel-0.76/lib_se/code_printer.e -smalleiffel-0.76/lib_se/prefix_name.e -smalleiffel-0.76/lib_se/native_inline_without_current.e -smalleiffel-0.76/lib_se/index_list.e -smalleiffel-0.76/lib_se/compile_to_jvm.e -smalleiffel-0.76/lib_se/compound.e -smalleiffel-0.76/lib_se/type_bit_1.e -smalleiffel-0.76/lib_se/native_jvm.e -smalleiffel-0.76/lib_se/run_feature_7.e -smalleiffel-0.76/lib_se/cp_info_tags.e -smalleiffel-0.76/lib_se/creation_call.e -smalleiffel-0.76/lib_se/creation_call_1.e -smalleiffel-0.76/lib_se/creation_call_1_2.e -smalleiffel-0.76/lib_se/creation_call_2.e -smalleiffel-0.76/lib_se/creation_call_2_4.e -smalleiffel-0.76/lib_se/cst_att.e -smalleiffel-0.76/lib_se/creation_call_3.e -smalleiffel-0.76/lib_se/creation_call_3_4.e -smalleiffel-0.76/lib_se/creation_call_4.e -smalleiffel-0.76/lib_se/pretty.e -smalleiffel-0.76/lib_se/declaration.e -smalleiffel-0.76/lib_se/e_feature.e -smalleiffel-0.76/lib_se/local_argument.e -smalleiffel-0.76/lib_se/cst_att_bit.e -smalleiffel-0.76/lib_se/cst_att_boolean.e -smalleiffel-0.76/lib_se/cst_att_character.e -smalleiffel-0.76/lib_se/cst_att_double.e -smalleiffel-0.76/lib_se/cst_att_real.e -smalleiffel-0.76/lib_se/e_ensure.e -smalleiffel-0.76/lib_se/cst_att_integer.e -smalleiffel-0.76/lib_se/cst_att_string.e -smalleiffel-0.76/lib_se/cst_att_unique.e -smalleiffel-0.76/lib_se/formal_arg_list.e -smalleiffel-0.76/lib_se/echo.e -smalleiffel-0.76/lib_se/type_like_feature.e -smalleiffel-0.76/lib_se/declaration_list.e -smalleiffel-0.76/lib_se/deferred_function.e -smalleiffel-0.76/lib_se/deferred_procedure.e -smalleiffel-0.76/lib_se/deferred_routine.e -smalleiffel-0.76/lib_se/fmt.e -smalleiffel-0.76/lib_se/effective_arg_list.e -smalleiffel-0.76/lib_se/effective_routine.e -smalleiffel-0.76/lib_se/local_name.e -smalleiffel-0.76/lib_se/exception_table.e -smalleiffel-0.76/lib_se/export_item.e -smalleiffel-0.76/lib_se/export_list.e -smalleiffel-0.76/lib_se/expression_with_comment.e -smalleiffel-0.76/lib_se/e_require.e -smalleiffel-0.76/lib_se/external_function.e -smalleiffel-0.76/lib_se/external_procedure.e -smalleiffel-0.76/lib_se/e_check.e -smalleiffel-0.76/lib_se/type_array.e -smalleiffel-0.76/lib_se/type_bit.e -smalleiffel-0.76/lib_se/e_debug.e -smalleiffel-0.76/lib_se/e_false.e -smalleiffel-0.76/lib_se/type_any.e -smalleiffel-0.76/lib_se/e_inspect.e -smalleiffel-0.76/lib_se/e_loop.e -smalleiffel-0.76/lib_se/once_routine_pool.e -smalleiffel-0.76/lib_se/e_retry.e -smalleiffel-0.76/lib_se/type_native_array.e -smalleiffel-0.76/lib_se/e_strip.e -smalleiffel-0.76/lib_se/e_true.e -smalleiffel-0.76/lib_se/e_void.e -smalleiffel-0.76/lib_se/e_when.e -smalleiffel-0.76/lib_se/feature_clause_list.e -smalleiffel-0.76/lib_se/type_string.e -smalleiffel-0.76/lib_se/type_anchored.e -smalleiffel-0.76/lib_se/field_info.e -smalleiffel-0.76/lib_se/finder.e -smalleiffel-0.76/lib_se/system_tools.e -smalleiffel-0.76/lib_se/function.e -smalleiffel-0.76/lib_se/id_provider.e -smalleiffel-0.76/lib_se/type_basic_eiffel_expanded.e -smalleiffel-0.76/lib_se/simple_feature_name.e -smalleiffel-0.76/lib_se/ifthen.e -smalleiffel-0.76/lib_se/ifthenelse.e -smalleiffel-0.76/lib_se/ifthenlist.e -smalleiffel-0.76/lib_se/if_globals.e -smalleiffel-0.76/lib_se/index_clause.e -smalleiffel-0.76/lib_se/type_class.e -smalleiffel-0.76/lib_se/type_generic.e -smalleiffel-0.76/lib_se/instruction.e -smalleiffel-0.76/lib_se/instruction_with_comment.e -smalleiffel-0.76/lib_se/integer_constant.e -smalleiffel-0.76/lib_se/type_bit_ref.e -smalleiffel-0.76/lib_se/type_formal_generic.e -smalleiffel-0.76/lib_se/local_name1.e -smalleiffel-0.76/lib_se/local_name2.e -smalleiffel-0.76/lib_se/local_var_list.e -smalleiffel-0.76/lib_se/loop_invariant.e -smalleiffel-0.76/lib_se/loop_variant.e -smalleiffel-0.76/lib_se/loop_variant_1.e -smalleiffel-0.76/lib_se/loop_variant_2.e -smalleiffel-0.76/lib_se/manifest_array.e -smalleiffel-0.76/lib_se/name.e -smalleiffel-0.76/lib_se/manifest_string.e -smalleiffel-0.76/lib_se/tag_name.e -smalleiffel-0.76/lib_se/manifest_string_pool.e -smalleiffel-0.76/lib_se/method_info.e -smalleiffel-0.76/lib_se/native.e -smalleiffel-0.76/lib_se/native_inline_with_current.e -smalleiffel-0.76/lib_se/type_like_argument.e -smalleiffel-0.76/lib_se/native_without_current.e -smalleiffel-0.76/lib_se/native_with_current.e -smalleiffel-0.76/lib_se/once_function.e -smalleiffel-0.76/lib_se/once_procedure.e -smalleiffel-0.76/lib_se/once_routine.e -smalleiffel-0.76/lib_se/type_like_current.e -smalleiffel-0.76/lib_se/position.e -smalleiffel-0.76/lib_se/procedure.e -smalleiffel-0.76/lib_se/proc_call.e -smalleiffel-0.76/lib_se/proc_call_0.e -smalleiffel-0.76/lib_se/proc_call_1.e -smalleiffel-0.76/lib_se/proc_call_n.e -smalleiffel-0.76/lib_se/real_constant.e -smalleiffel-0.76/lib_se/rename_list.e -smalleiffel-0.76/lib_se/rename_pair.e -smalleiffel-0.76/lib_se/reverse_assignment.e -smalleiffel-0.76/lib_se/routine.e -smalleiffel-0.76/lib_se/run_control.e -smalleiffel-0.76/lib_se/tmp_name.e -smalleiffel-0.76/lib_se/run_feature_1.e -smalleiffel-0.76/lib_se/run_feature_2.e -smalleiffel-0.76/lib_se/run_feature_3.e -smalleiffel-0.76/lib_se/run_feature_5.e -smalleiffel-0.76/lib_se/run_feature_6.e -smalleiffel-0.76/lib_se/run_feature_9.e -smalleiffel-0.76/lib_se/same_executables.e -smalleiffel-0.76/lib_se/switch.e -smalleiffel-0.76/lib_se/switch_collection.e -smalleiffel-0.76/lib_se/tmp_feature.e -smalleiffel-0.76/lib_se/type_boolean.e -smalleiffel-0.76/lib_se/type_character.e -smalleiffel-0.76/lib_se/type_double.e -smalleiffel-0.76/lib_se/type_integer.e -smalleiffel-0.76/lib_se/type_pointer.e -smalleiffel-0.76/lib_se/type_real.e -smalleiffel-0.76/lib_se/when_item.e -smalleiffel-0.76/lib_se/when_item_1.e -smalleiffel-0.76/lib_se/when_item_2.e -smalleiffel-0.76/lib_se/when_list.e -smalleiffel-0.76/lib_se/writable_attribute.e -smalleiffel-0.76/lib_se/native_jvm_invokestatic.e -smalleiffel-0.76/lib_se/native_jvm_invokevirtual.e -smalleiffel-0.76/lib_se/frozen_string_list.e -smalleiffel-0.76/lib_se/binary_file_read.e -smalleiffel-0.76/lib_se/conversion_handler.e -smalleiffel-0.76/lib_se/manifest_array_pool.e -smalleiffel-0.76/lib_se/binary_file_write.e -smalleiffel-0.76/lib_se/exceptions_handler.e -smalleiffel-0.76/lib_se/string_aliaser.e -smalleiffel-0.76/lib_se/precursor_name.e -smalleiffel-0.76/lib_se/run_feature_10.e -smalleiffel-0.76/lib_se/run_feature_11.e -smalleiffel-0.76/lib_se/type_ref_to_exp.e -smalleiffel-0.76/lib_se/precursor_instruction.e -smalleiffel-0.76/lib_se/abstract_current.e -smalleiffel-0.76/lib_se/local_argument1.e -smalleiffel-0.76/lib_se/call_infix2.e -smalleiffel-0.76/lib_se/call_infix1.e -smalleiffel-0.76/lib_se/abstract_result.e -smalleiffel-0.76/lib_se/address_of_pool.e -smalleiffel-0.76/lib_se/ordinary_result.e -smalleiffel-0.76/lib_se/once_result.e -smalleiffel-0.76/lib_se/implicit_cast.e -smalleiffel-0.76/lib_se/written_current.e -smalleiffel-0.76/lib_se/frozen_feature_name.e -smalleiffel-0.76/lib_se/implicit_current.e -smalleiffel-0.76/lib_se/command_flags.e -smalleiffel-0.76/lib_se/assertion_collector.e -smalleiffel-0.76/lib_se/aliased_string_list.e -smalleiffel-0.76/lib_se/native_c_plus_plus.e -smalleiffel-0.76/lib_se/type_tuple.e -smalleiffel-0.76/lib_se/tuple_expression.e -smalleiffel-0.76/lib_se/precursor_call.e -smalleiffel-0.76/lib_se/precursor_expression.e -smalleiffel-0.76/lib_se/address_of.e -smalleiffel-0.76/lib_std/dictionary_node.e -smalleiffel-0.76/lib_std/arguments.e -smalleiffel-0.76/lib_std/array.e -smalleiffel-0.76/lib_std/array2.e -smalleiffel-0.76/lib_std/arrayed_collection.e -smalleiffel-0.76/lib_std/bit_n.e -smalleiffel-0.76/lib_std/character.e -smalleiffel-0.76/lib_std/bit_n_ref.e -smalleiffel-0.76/lib_std/boolean.e -smalleiffel-0.76/lib_std/boolean_ref.e -smalleiffel-0.76/lib_std/std_file_read.e -smalleiffel-0.76/lib_std/character_ref.e -smalleiffel-0.76/lib_std/collection.e -smalleiffel-0.76/lib_std/comparable.e -smalleiffel-0.76/lib_std/counter.e -smalleiffel-0.76/lib_std/dictionary.e -smalleiffel-0.76/lib_std/double.e -smalleiffel-0.76/lib_std/double_ref.e -smalleiffel-0.76/lib_std/file_tools.e -smalleiffel-0.76/lib_std/fixed_array.e -smalleiffel-0.76/lib_std/collection2.e -smalleiffel-0.76/lib_std/link.e -smalleiffel-0.76/lib_std/general.e -smalleiffel-0.76/lib_std/input_stream.e -smalleiffel-0.76/lib_std/integer.e -smalleiffel-0.76/lib_std/string.e -smalleiffel-0.76/lib_std/integer_ref.e -smalleiffel-0.76/lib_std/link2.e -smalleiffel-0.76/lib_std/bit_string.e -smalleiffel-0.76/lib_std/linked_collection.e -smalleiffel-0.76/lib_std/basic_time.e -smalleiffel-0.76/lib_std/memory.e -smalleiffel-0.76/lib_std/native_array.e -smalleiffel-0.76/lib_std/numeric.e -smalleiffel-0.76/lib_std/output_stream.e -smalleiffel-0.76/lib_std/platform.e -smalleiffel-0.76/lib_std/pointer.e -smalleiffel-0.76/lib_std/pointer_ref.e -smalleiffel-0.76/lib_std/real.e -smalleiffel-0.76/lib_std/real_ref.e -smalleiffel-0.76/lib_std/std_error.e -smalleiffel-0.76/lib_std/memo.e -smalleiffel-0.76/lib_std/std_input.e -smalleiffel-0.76/lib_std/std_file_read_write.e -smalleiffel-0.76/lib_std/std_file_write.e -smalleiffel-0.76/lib_std/std_input_output.e -smalleiffel-0.76/lib_std/std_output.e -smalleiffel-0.76/lib_std/hashable.e -smalleiffel-0.76/lib_std/exceptions.e -smalleiffel-0.76/lib_std/fixed_array2.e -smalleiffel-0.76/lib_std/set.e -smalleiffel-0.76/lib_std/directory.e -smalleiffel-0.76/lib_std/collection_sorter.e -smalleiffel-0.76/lib_std/basic_directory.e -smalleiffel-0.76/lib_std/reverse_collection_sorter.e -smalleiffel-0.76/lib_std/array3.e -smalleiffel-0.76/lib_std/fixed_array3.e -smalleiffel-0.76/lib_std/time_in_french.e -smalleiffel-0.76/lib_std/linked_list.e -smalleiffel-0.76/lib_std/two_way_linked_list.e -smalleiffel-0.76/lib_std/collection3.e -smalleiffel-0.76/lib_std/time_in_english.e -smalleiffel-0.76/lib_std/time_in_italian.e -smalleiffel-0.76/lib_std/time_in_some_language.e -smalleiffel-0.76/lib_std/safe_equal.e -smalleiffel-0.76/lib_std/any.e -smalleiffel-0.76/sys/runtime/basic_gui.c -smalleiffel-0.76/sys/runtime/exceptions.h -smalleiffel-0.76/sys/runtime/gc_lib.c -smalleiffel-0.76/sys/runtime/base.h -smalleiffel-0.76/sys/runtime/exceptions.c -smalleiffel-0.76/sys/runtime/no_check.h -smalleiffel-0.76/sys/runtime/trace.c -smalleiffel-0.76/sys/runtime/no_check.c -smalleiffel-0.76/sys/runtime/boost.c -smalleiffel-0.76/sys/runtime/trace.h -smalleiffel-0.76/sys/runtime/boost.h -smalleiffel-0.76/sys/runtime/SmallEiffelRuntime.java -smalleiffel-0.76/sys/runtime/SmallEiffelRuntime.class -smalleiffel-0.76/sys/runtime/basic_directory.h -smalleiffel-0.76/sys/runtime/basic_directory.c -smalleiffel-0.76/sys/runtime/basic_time.c -smalleiffel-0.76/sys/runtime/c_plus_plus.h -smalleiffel-0.76/sys/runtime/basic_time.h -smalleiffel-0.76/sys/runtime/SmallEiffelRuntime$DirectoryStream.class -smalleiffel-0.76/sys/runtime/base.c -smalleiffel-0.76/sys/runtime/deep_twin.h -smalleiffel-0.76/sys/runtime/deep_twin.c -smalleiffel-0.76/sys/runtime/basic_gui.h -smalleiffel-0.76/sys/runtime/basic_getenv.h -smalleiffel-0.76/sys/runtime/basic_getenv.c -smalleiffel-0.76/sys/runtime/gc_lib.h -smalleiffel-0.76/sys/gc_lib/bsd.c -smalleiffel-0.76/sys/gc_lib/alpha.c -smalleiffel-0.76/sys/gc_lib/windows.c -smalleiffel-0.76/sys/gc_lib/generic.c -smalleiffel-0.76/sys/gc_lib/linux.c -smalleiffel-0.76/sys/gc_lib/m68k.c -smalleiffel-0.76/sys/gc_lib/hp-pa.c -smalleiffel-0.76/sys/gc_lib/MacintoshPPC.c -smalleiffel-0.76/sys/gc_lib/BeOS_x86.c -smalleiffel-0.76/sys/gc_lib/m68k-amigaos.c -smalleiffel-0.76/sys/gc_lib/READ_ME -smalleiffel-0.76/sys/gc_lib/aix.c -smalleiffel-0.76/sys/gc_lib/qnx.c -smalleiffel-0.76/sys/gc_lib/sparc.c -smalleiffel-0.76/sys/compiler.se -smalleiffel-0.76/sys/gc -smalleiffel-0.76/sys/loadpath.Amiga -smalleiffel-0.76/sys/loadpath.DOS -smalleiffel-0.76/sys/loadpath.Macintosh -smalleiffel-0.76/sys/loadpath.OS2 -smalleiffel-0.76/sys/loadpath.VMS -smalleiffel-0.76/sys/loadpath.Windows -smalleiffel-0.76/sys/READ_ME -smalleiffel-0.76/sys/system.se -smalleiffel-0.76/sys/loadpath.BeOS -smalleiffel-0.76/sys/loadpath.UNIX -smalleiffel-0.76/lib_number/small_integer.e -smalleiffel-0.76/lib_number/abstract_integer.e -smalleiffel-0.76/lib_number/integer_fraction.e -smalleiffel-0.76/lib_number/large_integer.e -smalleiffel-0.76/lib_number/large_negative_integer.e -smalleiffel-0.76/lib_number/large_positive_integer.e -smalleiffel-0.76/lib_number/number.e -smalleiffel-0.76/lib_number/number_fraction.e -smalleiffel-0.76/lib_number/number_tools.e -smalleiffel-0.76/lib_number/abstract_fraction.e -smalleiffel-0.76/lib_iterator/iterator_on_set.e -smalleiffel-0.76/lib_iterator/iterator_on_collection.e -smalleiffel-0.76/lib_iterator/iterator_on_dictionary_items.e -smalleiffel-0.76/lib_iterator/iterator_on_dictionary_keys.e -smalleiffel-0.76/lib_iterator/iterator_on_linked_list.e -smalleiffel-0.76/lib_iterator/iterator_on_string.e -smalleiffel-0.76/lib_iterator/iterator_on_two_way_linked_list.e -smalleiffel-0.76/lib_iterator/iterator.e -smalleiffel-0.76/short/html2/hook819 -smalleiffel-0.76/short/html2/hook002 -smalleiffel-0.76/short/html2/hook010 -smalleiffel-0.76/short/html2/hook011 -smalleiffel-0.76/short/html2/hook012 -smalleiffel-0.76/short/html2/hook015 -smalleiffel-0.76/short/html2/hook018 -smalleiffel-0.76/short/html2/hook019 -smalleiffel-0.76/short/html2/hook100 -smalleiffel-0.76/short/html2/hook200 -smalleiffel-0.76/short/html2/hook201 -smalleiffel-0.76/short/html2/hook202 -smalleiffel-0.76/short/html2/hook204 -smalleiffel-0.76/short/html2/hook205 -smalleiffel-0.76/short/html2/hook208 -smalleiffel-0.76/short/html2/hook310 -smalleiffel-0.76/short/html2/hook313 -smalleiffel-0.76/short/html2/hook401 -smalleiffel-0.76/short/html2/hook402 -smalleiffel-0.76/short/html2/hook413 -smalleiffel-0.76/short/html2/hook416 -smalleiffel-0.76/short/html2/hook427 -smalleiffel-0.76/short/html2/hook430 -smalleiffel-0.76/short/html2/hook511 -smalleiffel-0.76/short/html2/hook513 -smalleiffel-0.76/short/html2/hook516 -smalleiffel-0.76/short/html2/hook527 -smalleiffel-0.76/short/html2/hook530 -smalleiffel-0.76/short/html2/hook599 -smalleiffel-0.76/short/html2/hook811 -smalleiffel-0.76/short/html2/hook813 -smalleiffel-0.76/short/html2/hook816 -smalleiffel-0.76/short/html2/hook827 -smalleiffel-0.76/short/html2/hook830 -smalleiffel-0.76/short/html2/hook900 -smalleiffel-0.76/short/html2/hook905 -smalleiffel-0.76/short/html2/hook999 -smalleiffel-0.76/short/html2/Bcn -smalleiffel-0.76/short/html2/Mcn -smalleiffel-0.76/short/html2/Acn -smalleiffel-0.76/short/html2/op_quote -smalleiffel-0.76/short/html2/cl_quote -smalleiffel-0.76/short/html2/READ_ME -smalleiffel-0.76/short/html2/HOOKS.SH -smalleiffel-0.76/short/html2/like -smalleiffel-0.76/short/html2/old -smalleiffel-0.76/short/html2/op_strip -smalleiffel-0.76/short/html2/Result -smalleiffel-0.76/short/html2/Current -smalleiffel-0.76/short/html2/Void -smalleiffel-0.76/short/html2/hook000 -smalleiffel-0.76/short/pretty/hook900 -smalleiffel-0.76/short/pretty/hook100 -smalleiffel-0.76/short/pretty/hook200 -smalleiffel-0.76/short/pretty/hook202 -smalleiffel-0.76/short/pretty/hook204 -smalleiffel-0.76/short/pretty/hook300 -smalleiffel-0.76/short/pretty/hook311 -smalleiffel-0.76/short/pretty/hook811 -smalleiffel-0.76/short/pretty/READ_ME -smalleiffel-0.76/short/tex2/rem -smalleiffel-0.76/short/tex2/Bcn -smalleiffel-0.76/short/tex2/hook999 -smalleiffel-0.76/short/tex2/hook000 -smalleiffel-0.76/short/tex2/Usfn -smalleiffel-0.76/short/tex2/Ucomment -smalleiffel-0.76/short/tex2/Uan -smalleiffel-0.76/short/tex2/Utag -smalleiffel-0.76/short/tex2/READ_ME -smalleiffel-0.76/short/tex2/hook013 -smalleiffel-0.76/short/tex2/hook900 -smalleiffel-0.76/short/tex2/hook904 -smalleiffel-0.76/short/tex2/AECL -smalleiffel-0.76/short/tex2/BECL -smalleiffel-0.76/short/tex2/hook811 -smalleiffel-0.76/short/tex2/hook401 -smalleiffel-0.76/short/tex2/hook402 -smalleiffel-0.76/short/tex2/hook100 -smalleiffel-0.76/short/tex2/hook200 -smalleiffel-0.76/short/tex2/hook202 -smalleiffel-0.76/short/tex2/hook204 -smalleiffel-0.76/short/tex2/hook511 -smalleiffel-0.76/short/tex2/op_quote -smalleiffel-0.76/short/tex2/cl_quote -smalleiffel-0.76/short/tex2/Acn -smalleiffel-0.76/short/tex1/hook999 -smalleiffel-0.76/short/tex1/hook000 -smalleiffel-0.76/short/tex1/READ_ME -smalleiffel-0.76/short/plain/READ_ME -smalleiffel-0.76/short/html1/HOOKS.SH -smalleiffel-0.76/short/html1/hook002 -smalleiffel-0.76/short/html1/hook010 -smalleiffel-0.76/short/html1/hook011 -smalleiffel-0.76/short/html1/hook012 -smalleiffel-0.76/short/html1/hook015 -smalleiffel-0.76/short/html1/hook018 -smalleiffel-0.76/short/html1/hook019 -smalleiffel-0.76/short/html1/hook100 -smalleiffel-0.76/short/html1/hook200 -smalleiffel-0.76/short/html1/hook201 -smalleiffel-0.76/short/html1/hook202 -smalleiffel-0.76/short/html1/hook204 -smalleiffel-0.76/short/html1/hook205 -smalleiffel-0.76/short/html1/hook208 -smalleiffel-0.76/short/html1/hook310 -smalleiffel-0.76/short/html1/hook313 -smalleiffel-0.76/short/html1/hook401 -smalleiffel-0.76/short/html1/hook402 -smalleiffel-0.76/short/html1/hook413 -smalleiffel-0.76/short/html1/hook416 -smalleiffel-0.76/short/html1/hook427 -smalleiffel-0.76/short/html1/hook430 -smalleiffel-0.76/short/html1/hook511 -smalleiffel-0.76/short/html1/hook513 -smalleiffel-0.76/short/html1/hook516 -smalleiffel-0.76/short/html1/hook527 -smalleiffel-0.76/short/html1/hook530 -smalleiffel-0.76/short/html1/hook599 -smalleiffel-0.76/short/html1/hook811 -smalleiffel-0.76/short/html1/hook813 -smalleiffel-0.76/short/html1/hook816 -smalleiffel-0.76/short/html1/hook827 -smalleiffel-0.76/short/html1/hook830 -smalleiffel-0.76/short/html1/hook900 -smalleiffel-0.76/short/html1/hook905 -smalleiffel-0.76/short/html1/hook999 -smalleiffel-0.76/short/html1/Bcn -smalleiffel-0.76/short/html1/Mcn -smalleiffel-0.76/short/html1/Acn -smalleiffel-0.76/short/html1/op_quote -smalleiffel-0.76/short/html1/cl_quote -smalleiffel-0.76/short/html1/READ_ME -smalleiffel-0.76/short/html1/hook000 -smalleiffel-0.76/short/tex3/rem -smalleiffel-0.76/short/tex3/Bcn -smalleiffel-0.76/short/tex3/hook999 -smalleiffel-0.76/short/tex3/hook000 -smalleiffel-0.76/short/tex3/Usfn -smalleiffel-0.76/short/tex3/Ucomment -smalleiffel-0.76/short/tex3/Uan -smalleiffel-0.76/short/tex3/Utag -smalleiffel-0.76/short/tex3/READ_ME -smalleiffel-0.76/short/tex3/hook013 -smalleiffel-0.76/short/tex3/hook900 -smalleiffel-0.76/short/tex3/hook904 -smalleiffel-0.76/short/tex3/AECL -smalleiffel-0.76/short/tex3/BECL -smalleiffel-0.76/short/tex3/hook811 -smalleiffel-0.76/short/tex3/hook401 -smalleiffel-0.76/short/tex3/hook402 -smalleiffel-0.76/short/tex3/hook100 -smalleiffel-0.76/short/tex3/hook200 -smalleiffel-0.76/short/tex3/hook204 -smalleiffel-0.76/short/tex3/hook511 -smalleiffel-0.76/short/tex3/op_quote -smalleiffel-0.76/short/tex3/cl_quote -smalleiffel-0.76/short/tex3/Bsfn -smalleiffel-0.76/short/tex3/Asfn -smalleiffel-0.76/short/tex3/Current -smalleiffel-0.76/short/tex3/Result -smalleiffel-0.76/short/tex3/Ban -smalleiffel-0.76/short/tex3/Aan -smalleiffel-0.76/short/tex3/open_sb -smalleiffel-0.76/short/tex3/hook832 -smalleiffel-0.76/short/tex3/close_sb -smalleiffel-0.76/short/tex3/Bifn -smalleiffel-0.76/short/tex3/Bpfn -smalleiffel-0.76/short/tex3/Acn -smalleiffel-0.76/short/READ_ME -smalleiffel-0.76/misc/benchmarks/gc/LkROInc/bench.e -smalleiffel-0.76/misc/benchmarks/gc/CNoLfO/triangle.e -smalleiffel-0.76/misc/benchmarks/gc/CNoLfO/point.e -smalleiffel-0.76/misc/benchmarks/gc/CNoLfO/bench.e -smalleiffel-0.76/misc/benchmarks/gc/DNeStr/bench.e -smalleiffel-0.76/misc/benchmarks/gc/DNeStr/link.e -smalleiffel-0.76/misc/benchmarks/gc/LaEStk/bench.e -smalleiffel-0.76/misc/benchmarks/gc/LaEStk/point.e -smalleiffel-0.76/misc/benchmarks/gc/LaStk/bench.e -smalleiffel-0.76/misc/benchmarks/gc/LaStk/point.e -smalleiffel-0.76/misc/benchmarks/gc/LkFSO/triangle.e -smalleiffel-0.76/misc/benchmarks/gc/LkFSO/bench.e -smalleiffel-0.76/misc/benchmarks/gc/LkFSO/point.e -smalleiffel-0.76/misc/benchmarks/gc/LkRODec/bench.e -smalleiffel-0.76/misc/benchmarks/gc/CLfO/bench.e -smalleiffel-0.76/misc/benchmarks/gc/LkRORnd/bench.e -smalleiffel-0.76/misc/benchmarks/gc/LkRORnd/std_rand.e -smalleiffel-0.76/misc/benchmarks/gc/LkROSm/bench.e -smalleiffel-0.76/misc/benchmarks/gc/MFSO/apple.e -smalleiffel-0.76/misc/benchmarks/gc/MFSO/bench.e -smalleiffel-0.76/misc/benchmarks/gc/MFSO/fruit.e -smalleiffel-0.76/misc/benchmarks/gc/MRO/bench.e -smalleiffel-0.76/misc/benchmarks/gc/PLk/bench.e -smalleiffel-0.76/misc/benchmarks/gc/PLk/apple.e -smalleiffel-0.76/misc/benchmarks/gc/PLk/fruit.e -smalleiffel-0.76/misc/benchmarks/gc/PLk/peach.e -smalleiffel-0.76/misc/benchmarks/gc/PMO/apple.e -smalleiffel-0.76/misc/benchmarks/gc/PMO/bench.e -smalleiffel-0.76/misc/benchmarks/gc/PMO/fruit.e -smalleiffel-0.76/misc/benchmarks/gc/PMO/peach.e -smalleiffel-0.76/misc/benchmarks/collection/bench2/array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench2/bench.csh -smalleiffel-0.76/misc/benchmarks/collection/bench2/bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench2/fixed_array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench2/linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench3/array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench3/bench.csh -smalleiffel-0.76/misc/benchmarks/collection/bench3/bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench3/fixed_array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench3/linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench4/array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench4/bench.csh -smalleiffel-0.76/misc/benchmarks/collection/bench4/bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench4/fixed_array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench4/linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench1/array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench1/bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench1/fixed_array_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench1/bench.csh -smalleiffel-0.76/misc/benchmarks/collection/bench1/linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e -smalleiffel-0.76/misc/benchmarks/collection3/bench2/array3_bench.e -smalleiffel-0.76/misc/benchmarks/collection3/bench2/bench.e -smalleiffel-0.76/misc/benchmarks/collection3/bench2/fixed_array3_bench.e -smalleiffel-0.76/misc/benchmarks/collection3/bench2/bench.csh -smalleiffel-0.76/misc/benchmarks/collection3/bench1/bench.csh -smalleiffel-0.76/misc/benchmarks/collection3/bench1/bench.e -smalleiffel-0.76/misc/benchmarks/collection3/bench1/array3_bench.e -smalleiffel-0.76/misc/benchmarks/collection3/bench1/fixed_array3_bench.e -smalleiffel-0.76/misc/benchmarks/collection2/bench1/array2_bench.e -smalleiffel-0.76/misc/benchmarks/collection2/bench1/bench.csh -smalleiffel-0.76/misc/benchmarks/collection2/bench1/bench.e -smalleiffel-0.76/misc/benchmarks/collection2/bench1/fixed_array2_bench.e -smalleiffel-0.76/misc/THANKS.html -smalleiffel-0.76/misc/INSTALL.CSH -smalleiffel-0.76/misc/INSTALL.OS2 -smalleiffel-0.76/misc/INSTALL.READ_ME -smalleiffel-0.76/misc/INSTALL.SH -smalleiffel-0.76/misc/THANKS.txt -smalleiffel-0.76/misc/rename.se -smalleiffel-0.76/misc/SmallEiffel.lsm -smalleiffel-0.76/misc/HISTORY.html -smalleiffel-0.76/misc/HISTORY.txt -smalleiffel-0.76/misc/NOT_YET_IMPLEMENTED.html -smalleiffel-0.76/misc/NOT_YET_IMPLEMENTED.txt -smalleiffel-0.76/misc/header.GPL -smalleiffel-0.76/misc/header.FREE -smalleiffel-0.76/misc/GC.SH -smalleiffel-0.76/misc/people.txt -smalleiffel-0.76/misc/tmp.html -smalleiffel-0.76/misc/WeNeedFeedBack.txt -smalleiffel-0.76/misc/people.html -smalleiffel-0.76/misc/eiffel-mode.el -smalleiffel-0.76/man/install.txt -smalleiffel-0.76/man/compile.html -smalleiffel-0.76/man/se-line.gif -smalleiffel-0.76/man/compile_to_c.html -smalleiffel-0.76/man/Eiffel.FAQ -smalleiffel-0.76/man/compile.txt -smalleiffel-0.76/man/compile_to_c.txt -smalleiffel-0.76/man/compile_to_jvm.html -smalleiffel-0.76/man/pretty.html -smalleiffel-0.76/man/pretty.txt -smalleiffel-0.76/man/short.html -smalleiffel-0.76/man/short.txt -smalleiffel-0.76/man/finder.html -smalleiffel-0.76/man/compile_to_jvm.txt -smalleiffel-0.76/man/print_jvm_class.html -smalleiffel-0.76/man/finder.txt -smalleiffel-0.76/man/cecil.html -smalleiffel-0.76/man/cecil.txt -smalleiffel-0.76/man/external.html -smalleiffel-0.76/man/external.txt -smalleiffel-0.76/man/system.html -smalleiffel-0.76/man/system.txt -smalleiffel-0.76/man/clean.html -smalleiffel-0.76/man/print_jvm_class.txt -smalleiffel-0.76/man/SmallEiffelFAQ.html -smalleiffel-0.76/man/clean.txt -smalleiffel-0.76/man/support.html -smalleiffel-0.76/man/c_code.html -smalleiffel-0.76/man/SmallEiffelFAQ.txt -smalleiffel-0.76/man/support.txt -smalleiffel-0.76/man/index.html -smalleiffel-0.76/man/c_code.txt -smalleiffel-0.76/man/install.html -smalleiffel-0.76/man/commands.txt -smalleiffel-0.76/COPYING -smalleiffel-0.76/install.h -smalleiffel-0.76/install.exe -smalleiffel-0.76/install.e -smalleiffel-0.76/install.c -smalleiffel-0.76/READ_ME -smalleiffel-0.76/Makefile -smalleiffel-0.76/GNU_LICENSE -@dirrm smalleiffel-0.76/lib_random -@dirrm smalleiffel-0.76/contrib/edb -@dirrm smalleiffel-0.76/contrib/lib -@dirrm smalleiffel-0.76/contrib/htmldoc -@dirrm smalleiffel-0.76/contrib -@dirrm smalleiffel-0.76/bin_c -@dirrm smalleiffel-0.76/bin -@dirrm smalleiffel-0.76/lib_show/external/C -@dirrm smalleiffel-0.76/lib_show/external/JVM -@dirrm smalleiffel-0.76/lib_show/external/C++ -@dirrm smalleiffel-0.76/lib_show/external -@dirrm smalleiffel-0.76/lib_show/random -@dirrm smalleiffel-0.76/lib_show/basic_time -@dirrm smalleiffel-0.76/lib_show/sorting -@dirrm smalleiffel-0.76/lib_show/cecil/example9 -@dirrm smalleiffel-0.76/lib_show/cecil/example2 -@dirrm smalleiffel-0.76/lib_show/cecil/example3 -@dirrm smalleiffel-0.76/lib_show/cecil/example4 -@dirrm smalleiffel-0.76/lib_show/cecil/JVM -@dirrm smalleiffel-0.76/lib_show/cecil/example1 -@dirrm smalleiffel-0.76/lib_show/cecil/example6 -@dirrm smalleiffel-0.76/lib_show/cecil/example7 -@dirrm smalleiffel-0.76/lib_show/cecil/example8 -@dirrm smalleiffel-0.76/lib_show/cecil/example5 -@dirrm smalleiffel-0.76/lib_show/cecil -@dirrm smalleiffel-0.76/lib_show/parking -@dirrm smalleiffel-0.76/lib_show/basic_directory -@dirrm smalleiffel-0.76/lib_show/gcd -@dirrm smalleiffel-0.76/lib_show/directory -@dirrm smalleiffel-0.76/lib_show/number -@dirrm smalleiffel-0.76/lib_show/hanoi -@dirrm smalleiffel-0.76/lib_show/iterator -@dirrm smalleiffel-0.76/lib_show -@dirrm smalleiffel-0.76/lib_se -@dirrm smalleiffel-0.76/lib_std -@dirrm smalleiffel-0.76/sys/runtime -@dirrm smalleiffel-0.76/sys/gc_lib -@dirrm smalleiffel-0.76/sys -@dirrm smalleiffel-0.76/lib_number -@dirrm smalleiffel-0.76/lib_iterator -@dirrm smalleiffel-0.76/short/html2 -@dirrm smalleiffel-0.76/short/pretty -@dirrm smalleiffel-0.76/short/tex2 -@dirrm smalleiffel-0.76/short/tex1 -@dirrm smalleiffel-0.76/short/plain -@dirrm smalleiffel-0.76/short/html1 -@dirrm smalleiffel-0.76/short/tex3 -@dirrm smalleiffel-0.76/short -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LkROInc -@dirrm smalleiffel-0.76/misc/benchmarks/gc/CNoLfO -@dirrm smalleiffel-0.76/misc/benchmarks/gc/DNeStr -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LaEStk -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LaStk -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LkFSO -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LkRODec -@dirrm smalleiffel-0.76/misc/benchmarks/gc/CLfO -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LkRORnd -@dirrm smalleiffel-0.76/misc/benchmarks/gc/LkROSm -@dirrm smalleiffel-0.76/misc/benchmarks/gc/MFSO -@dirrm smalleiffel-0.76/misc/benchmarks/gc/MRO -@dirrm smalleiffel-0.76/misc/benchmarks/gc/PLk -@dirrm smalleiffel-0.76/misc/benchmarks/gc/PMO -@dirrm smalleiffel-0.76/misc/benchmarks/gc -@dirrm smalleiffel-0.76/misc/benchmarks/collection/bench2 -@dirrm smalleiffel-0.76/misc/benchmarks/collection/bench3 -@dirrm smalleiffel-0.76/misc/benchmarks/collection/bench4 -@dirrm smalleiffel-0.76/misc/benchmarks/collection/bench1 -@dirrm smalleiffel-0.76/misc/benchmarks/collection -@dirrm smalleiffel-0.76/misc/benchmarks/collection3/bench2 -@dirrm smalleiffel-0.76/misc/benchmarks/collection3/bench1 -@dirrm smalleiffel-0.76/misc/benchmarks/collection3 -@dirrm smalleiffel-0.76/misc/benchmarks/collection2/bench1 -@dirrm smalleiffel-0.76/misc/benchmarks/collection2 -@dirrm smalleiffel-0.76/misc/benchmarks -@dirrm smalleiffel-0.76/misc -@dirrm smalleiffel-0.76/man -@dirrm smalleiffel-0.76 -@unexec rm /usr/local/SmallEiffel +smalleiffel-0.74/bin/compile_to_jvm +smalleiffel-0.74/bin/clean +smalleiffel-0.74/bin/compile +smalleiffel-0.74/bin/finder +smalleiffel-0.74/bin/ace_check +smalleiffel-0.74/bin/print_jvm_class +smalleiffel-0.74/bin/short +smalleiffel-0.74/bin/pretty +smalleiffel-0.74/bin/compile_to_c +smalleiffel-0.74/man/compile_to_c.txt +smalleiffel-0.74/man/pretty.html +smalleiffel-0.74/man/commands.txt +smalleiffel-0.74/man/clean.html +smalleiffel-0.74/man/print_jvm_class.html +smalleiffel-0.74/man/install.html +smalleiffel-0.74/man/se-line.gif +smalleiffel-0.74/man/compile_to_jvm.txt +smalleiffel-0.74/man/compile.html +smalleiffel-0.74/man/support.html +smalleiffel-0.74/man/SmallEiffelFAQ.html +smalleiffel-0.74/man/external.txt +smalleiffel-0.74/man/compile.txt +smalleiffel-0.74/man/support.txt +smalleiffel-0.74/man/system.html +smalleiffel-0.74/man/index.html +smalleiffel-0.74/man/pretty.txt +smalleiffel-0.74/man/install.txt +smalleiffel-0.74/man/finder.html +smalleiffel-0.74/man/short.html +smalleiffel-0.74/man/Eiffel.FAQ +smalleiffel-0.74/man/commands.html +smalleiffel-0.74/man/cecil.html +smalleiffel-0.74/man/clean.txt +smalleiffel-0.74/man/finder.txt +smalleiffel-0.74/man/cecil.txt +smalleiffel-0.74/man/system.txt +smalleiffel-0.74/man/SmallEiffelFAQ.txt +smalleiffel-0.74/man/external.html +smalleiffel-0.74/man/compile_to_c.html +smalleiffel-0.74/man/c_code.html +smalleiffel-0.74/man/c_code.txt +smalleiffel-0.74/man/print_jvm_class.txt +smalleiffel-0.74/man/short.txt +smalleiffel-0.74/man/compile_to_jvm.html +smalleiffel-0.74/contrib/edb/sec +smalleiffel-0.74/contrib/edb/gud-patch.el +smalleiffel-0.74/contrib/edb/edb-xemacs.el +smalleiffel-0.74/contrib/edb/gud-edb.el +smalleiffel-0.74/contrib/edb/edb-emacs.el +smalleiffel-0.74/contrib/edb/READ_ME +smalleiffel-0.74/contrib/lib/case_insensitive_string.e +smalleiffel-0.74/contrib/lib/string_formatter.e +smalleiffel-0.74/contrib/htmldoc/htmlshort +smalleiffel-0.74/contrib/htmldoc/hooks.sh +smalleiffel-0.74/contrib/htmldoc/READ_ME +smalleiffel-0.74/contrib/READ_ME +smalleiffel-0.74/lib/kernel/memory.e +smalleiffel-0.74/lib/kernel/pointer.e +smalleiffel-0.74/lib/kernel/any.e +smalleiffel-0.74/lib/kernel/double.e +smalleiffel-0.74/lib/kernel/character_ref.e +smalleiffel-0.74/lib/kernel/double_ref.e +smalleiffel-0.74/lib/kernel/bit_string.e +smalleiffel-0.74/lib/kernel/collection.e +smalleiffel-0.74/lib/kernel/bit_n_ref.e +smalleiffel-0.74/lib/kernel/safe_equal.e +smalleiffel-0.74/lib/kernel/platform.e +smalleiffel-0.74/lib/kernel/boolean_ref.e +smalleiffel-0.74/lib/kernel/pointer_ref.e +smalleiffel-0.74/lib/kernel/comparable.e +smalleiffel-0.74/lib/kernel/general.e +smalleiffel-0.74/lib/kernel/real_ref.e +smalleiffel-0.74/lib/kernel/character.e +smalleiffel-0.74/lib/kernel/arguments.e +smalleiffel-0.74/lib/kernel/real.e +smalleiffel-0.74/lib/kernel/system.e +smalleiffel-0.74/lib/kernel/native_array.e +smalleiffel-0.74/lib/kernel/exceptions.e +smalleiffel-0.74/lib/kernel/array.e +smalleiffel-0.74/lib/kernel/bit_n.e +smalleiffel-0.74/lib/kernel/boolean.e +smalleiffel-0.74/lib/kernel/integer_ref.e +smalleiffel-0.74/lib/kernel/integer.e +smalleiffel-0.74/lib/kernel/string.e +smalleiffel-0.74/lib/kernel/hashable.e +smalleiffel-0.74/lib/kernel/numeric.e +smalleiffel-0.74/lib/base/fixed_array3.e +smalleiffel-0.74/lib/base/link2.e +smalleiffel-0.74/lib/base/hash_table_size.e +smalleiffel-0.74/lib/base/counter.e +smalleiffel-0.74/lib/base/dictionary.e +smalleiffel-0.74/lib/base/two_way_linked_list.e +smalleiffel-0.74/lib/base/set_node.e +smalleiffel-0.74/lib/base/link.e +smalleiffel-0.74/lib/base/collection2.e +smalleiffel-0.74/lib/base/collection3.e +smalleiffel-0.74/lib/base/memo.e +smalleiffel-0.74/lib/base/linked_collection.e +smalleiffel-0.74/lib/base/dictionary_node.e +smalleiffel-0.74/lib/base/array2.e +smalleiffel-0.74/lib/base/array3.e +smalleiffel-0.74/lib/base/arrayed_collection.e +smalleiffel-0.74/lib/base/fixed_array.e +smalleiffel-0.74/lib/base/linked_list.e +smalleiffel-0.74/lib/base/fixed_array2.e +smalleiffel-0.74/lib/base/set.e +smalleiffel-0.74/lib/time/time_in_german.e +smalleiffel-0.74/lib/time/time_in_some_language.e +smalleiffel-0.74/lib/time/time_in_spanish.e +smalleiffel-0.74/lib/time/basic_time.e +smalleiffel-0.74/lib/time/time_in_french.e +smalleiffel-0.74/lib/time/microsecond_time.e +smalleiffel-0.74/lib/time/time_in_english.e +smalleiffel-0.74/lib/time/time.e +smalleiffel-0.74/lib/time/time_in_italian.e +smalleiffel-0.74/lib/time/clock.e +smalleiffel-0.74/lib/sorting/collection_sorter.e +smalleiffel-0.74/lib/sorting/reverse_collection_sorter.e +smalleiffel-0.74/lib/io/directory.e +smalleiffel-0.74/lib/io/std_output.e +smalleiffel-0.74/lib/io/std_error.e +smalleiffel-0.74/lib/io/binary_file_read.e +smalleiffel-0.74/lib/io/input_stream.e +smalleiffel-0.74/lib/io/text_file_write.e +smalleiffel-0.74/lib/io/std_file_write.e +smalleiffel-0.74/lib/io/std_input_output.e +smalleiffel-0.74/lib/io/output_stream.e +smalleiffel-0.74/lib/io/std_file_read_write.e +smalleiffel-0.74/lib/io/std_input.e +smalleiffel-0.74/lib/io/binary_file_write.e +smalleiffel-0.74/lib/io/basic_directory.e +smalleiffel-0.74/lib/io/text_file_read.e +smalleiffel-0.74/lib/io/std_file_read.e +smalleiffel-0.74/lib/io/file_tools.e +smalleiffel-0.74/lib/io/text_file_read_write.e +smalleiffel-0.74/lib/number/number_fraction.e +smalleiffel-0.74/lib/number/large_integer.e +smalleiffel-0.74/lib/number/abstract_fraction.e +smalleiffel-0.74/lib/number/integer_fraction.e +smalleiffel-0.74/lib/number/small_integer.e +smalleiffel-0.74/lib/number/large_negative_integer.e +smalleiffel-0.74/lib/number/number.e +smalleiffel-0.74/lib/number/large_positive_integer.e +smalleiffel-0.74/lib/number/abstract_integer.e +smalleiffel-0.74/lib/number/number_tools.e +smalleiffel-0.74/lib/random/std_rand.e +smalleiffel-0.74/lib/random/gen_rand.e +smalleiffel-0.74/lib/random/min_stand.e +smalleiffel-0.74/lib/random/READ_ME +smalleiffel-0.74/lib/iterator/iterator_on_collection.e +smalleiffel-0.74/lib/iterator/iterator.e +smalleiffel-0.74/lib/iterator/iterator_on_dictionary_keys.e +smalleiffel-0.74/lib/iterator/iterator_on_linked_list.e +smalleiffel-0.74/lib/iterator/iterator_on_string.e +smalleiffel-0.74/lib/iterator/iterator_on_set.e +smalleiffel-0.74/lib/iterator/iterator_on_dictionary_items.e +smalleiffel-0.74/lib/iterator/iterator_on_two_way_linked_list.e +smalleiffel-0.74/bin_c/compile_to_jvm27.o +smalleiffel-0.74/bin_c/compile_to_c.h +smalleiffel-0.74/bin_c/compile_to_c2.c +smalleiffel-0.74/bin_c/compile_to_c3.c +smalleiffel-0.74/bin_c/compile_to_c4.c +smalleiffel-0.74/bin_c/compile_to_c5.c +smalleiffel-0.74/bin_c/compile_to_c6.c +smalleiffel-0.74/bin_c/compile_to_c7.c +smalleiffel-0.74/bin_c/compile_to_c8.c +smalleiffel-0.74/bin_c/compile_to_c9.c +smalleiffel-0.74/bin_c/compile_to_c10.c +smalleiffel-0.74/bin_c/compile_to_c11.c +smalleiffel-0.74/bin_c/compile_to_c12.c +smalleiffel-0.74/bin_c/compile_to_c13.c +smalleiffel-0.74/bin_c/compile_to_c14.c +smalleiffel-0.74/bin_c/compile_to_c15.c +smalleiffel-0.74/bin_c/compile_to_c16.c +smalleiffel-0.74/bin_c/compile_to_c17.c +smalleiffel-0.74/bin_c/compile_to_c18.c +smalleiffel-0.74/bin_c/compile_to_c19.c +smalleiffel-0.74/bin_c/compile_to_c20.c +smalleiffel-0.74/bin_c/compile_to_c21.c +smalleiffel-0.74/bin_c/compile_to_c22.c +smalleiffel-0.74/bin_c/compile_to_c23.c +smalleiffel-0.74/bin_c/compile_to_c24.c +smalleiffel-0.74/bin_c/compile_to_c25.c +smalleiffel-0.74/bin_c/compile_to_c26.c +smalleiffel-0.74/bin_c/compile_to_c27.c +smalleiffel-0.74/bin_c/compile_to_c28.c +smalleiffel-0.74/bin_c/compile_to_c29.c +smalleiffel-0.74/bin_c/compile_to_c30.c +smalleiffel-0.74/bin_c/compile_to_c31.c +smalleiffel-0.74/bin_c/compile_to_c1.c +smalleiffel-0.74/misc/benchmarks/gc/LaStk/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LaStk/point.e +smalleiffel-0.74/misc/benchmarks/gc/PMO/fruit.e +smalleiffel-0.74/misc/benchmarks/gc/PMO/bench.e +smalleiffel-0.74/misc/benchmarks/gc/PMO/apple.e +smalleiffel-0.74/misc/benchmarks/gc/PMO/peach.e +smalleiffel-0.74/misc/benchmarks/gc/PLk/fruit.e +smalleiffel-0.74/misc/benchmarks/gc/PLk/bench.e +smalleiffel-0.74/misc/benchmarks/gc/PLk/apple.e +smalleiffel-0.74/misc/benchmarks/gc/PLk/peach.e +smalleiffel-0.74/misc/benchmarks/gc/DNeStr/link.e +smalleiffel-0.74/misc/benchmarks/gc/DNeStr/bench.e +smalleiffel-0.74/misc/benchmarks/gc/CLfO/bench.e +smalleiffel-0.74/misc/benchmarks/gc/MFSO/fruit.e +smalleiffel-0.74/misc/benchmarks/gc/MFSO/bench.e +smalleiffel-0.74/misc/benchmarks/gc/MFSO/apple.e +smalleiffel-0.74/misc/benchmarks/gc/CNoLfO/bench.e +smalleiffel-0.74/misc/benchmarks/gc/CNoLfO/triangle.e +smalleiffel-0.74/misc/benchmarks/gc/CNoLfO/point.e +smalleiffel-0.74/misc/benchmarks/gc/MRO/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LaEStk/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LaEStk/point.e +smalleiffel-0.74/misc/benchmarks/gc/LkROSm/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LkRODec/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LkROInc/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LkRORnd/std_rand.e +smalleiffel-0.74/misc/benchmarks/gc/LkRORnd/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LkFSO/bench.e +smalleiffel-0.74/misc/benchmarks/gc/LkFSO/triangle.e +smalleiffel-0.74/misc/benchmarks/gc/LkFSO/point.e +smalleiffel-0.74/misc/benchmarks/gc/bench.csh +smalleiffel-0.74/misc/benchmarks/collection/bench1/fixed_array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench1/bench.csh +smalleiffel-0.74/misc/benchmarks/collection/bench1/array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench1/linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench1/bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench2/fixed_array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench2/bench.csh +smalleiffel-0.74/misc/benchmarks/collection/bench2/array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench2/linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench2/bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench3/fixed_array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench3/bench.csh +smalleiffel-0.74/misc/benchmarks/collection/bench3/array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench3/linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench3/bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench4/fixed_array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench4/bench.csh +smalleiffel-0.74/misc/benchmarks/collection/bench4/array_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench4/linked_list_bench.e +smalleiffel-0.74/misc/benchmarks/collection/bench4/bench.e +smalleiffel-0.74/misc/benchmarks/collection2/bench1/array2_bench.e +smalleiffel-0.74/misc/benchmarks/collection2/bench1/fixed_array2_bench.e +smalleiffel-0.74/misc/benchmarks/collection2/bench1/bench.csh +smalleiffel-0.74/misc/benchmarks/collection2/bench1/bench.e +smalleiffel-0.74/misc/benchmarks/collection3/bench1/array3_bench.e +smalleiffel-0.74/misc/benchmarks/collection3/bench1/fixed_array3_bench.e +smalleiffel-0.74/misc/benchmarks/collection3/bench1/bench.csh +smalleiffel-0.74/misc/benchmarks/collection3/bench1/bench.e +smalleiffel-0.74/misc/benchmarks/collection3/bench2/array3_bench.e +smalleiffel-0.74/misc/benchmarks/collection3/bench2/fixed_array3_bench.e +smalleiffel-0.74/misc/benchmarks/collection3/bench2/bench.csh +smalleiffel-0.74/misc/benchmarks/collection3/bench2/bench.e +smalleiffel-0.74/misc/benchmarks/all_bench.csh +smalleiffel-0.74/misc/GC.SH +smalleiffel-0.74/misc/people.html +smalleiffel-0.74/misc/HISTORY.txt +smalleiffel-0.74/misc/THANKS.html +smalleiffel-0.74/misc/INSTALL.READ_ME +smalleiffel-0.74/misc/NOT_YET_IMPLEMENTED.html +smalleiffel-0.74/misc/INSTALL.SH +smalleiffel-0.74/misc/SmallEiffel.lsm +smalleiffel-0.74/misc/people.txt +smalleiffel-0.74/misc/NOT_YET_IMPLEMENTED.txt +smalleiffel-0.74/misc/WeNeedFeedBack.txt +smalleiffel-0.74/misc/header.FREE +smalleiffel-0.74/misc/rename.se +smalleiffel-0.74/misc/THANKS.txt +smalleiffel-0.74/misc/INSTALL.CSH +smalleiffel-0.74/misc/INSTALL.OS2 +smalleiffel-0.74/misc/header.GPL +smalleiffel-0.74/misc/HISTORY.html +smalleiffel-0.74/misc/eiffel-mode.el +smalleiffel-0.74/tools/run_feature/run_feature_9.e +smalleiffel-0.74/tools/run_feature/run_feature_11.e +smalleiffel-0.74/tools/run_feature/run_feature_1.e +smalleiffel-0.74/tools/run_feature/run_feature_2.e +smalleiffel-0.74/tools/run_feature/run_feature_3.e +smalleiffel-0.74/tools/run_feature/run_feature_4.e +smalleiffel-0.74/tools/run_feature/run_feature_5.e +smalleiffel-0.74/tools/run_feature/run_feature_6.e +smalleiffel-0.74/tools/run_feature/run_feature_7.e +smalleiffel-0.74/tools/run_feature/run_feature_8.e +smalleiffel-0.74/tools/run_feature/run_feature_10.e +smalleiffel-0.74/tools/e_type/type_anchored.e +smalleiffel-0.74/tools/e_type/type_procedure.e +smalleiffel-0.74/tools/e_type/type_like_argument.e +smalleiffel-0.74/tools/e_type/type_class.e +smalleiffel-0.74/tools/e_type/type_reference.e +smalleiffel-0.74/tools/e_type/type_function.e +smalleiffel-0.74/tools/e_type/type_formal_generic.e +smalleiffel-0.74/tools/e_type/type_of_agent.e +smalleiffel-0.74/tools/e_type/type_like_feature.e +smalleiffel-0.74/tools/e_type/type_bit_ref.e +smalleiffel-0.74/tools/e_type/type_boolean.e +smalleiffel-0.74/tools/e_type/type_integer.e +smalleiffel-0.74/tools/e_type/type_any.e +smalleiffel-0.74/tools/e_type/type_bit.e +smalleiffel-0.74/tools/e_type/type_character.e +smalleiffel-0.74/tools/e_type/type_expanded.e +smalleiffel-0.74/tools/e_type/type_routine.e +smalleiffel-0.74/tools/e_type/type_basic_eiffel_expanded.e +smalleiffel-0.74/tools/e_type/type_string.e +smalleiffel-0.74/tools/e_type/type_pointer.e +smalleiffel-0.74/tools/e_type/type_tuple.e +smalleiffel-0.74/tools/e_type/type_like_current.e +smalleiffel-0.74/tools/e_type/type_double.e +smalleiffel-0.74/tools/e_type/type_none.e +smalleiffel-0.74/tools/e_type/type_native_array.e +smalleiffel-0.74/tools/e_type/type_real.e +smalleiffel-0.74/tools/e_type/type_array.e +smalleiffel-0.74/tools/e_type/type_bit_1.e +smalleiffel-0.74/tools/e_type/type_bit_2.e +smalleiffel-0.74/tools/e_type/type_generic.e +smalleiffel-0.74/tools/instruction/check_invariant.e +smalleiffel-0.74/tools/instruction/when_item_2.e +smalleiffel-0.74/tools/instruction/old_creation.e +smalleiffel-0.74/tools/instruction/precursor_instruction.e +smalleiffel-0.74/tools/instruction/loop_invariant.e +smalleiffel-0.74/tools/instruction/e_check.e +smalleiffel-0.74/tools/instruction/instruction_with_comment.e +smalleiffel-0.74/tools/instruction/proc_call.e +smalleiffel-0.74/tools/instruction/loop_variant.e +smalleiffel-0.74/tools/instruction/proc_call_0.e +smalleiffel-0.74/tools/instruction/proc_call_1.e +smalleiffel-0.74/tools/instruction/proc_call_n.e +smalleiffel-0.74/tools/instruction/e_debug.e +smalleiffel-0.74/tools/instruction/e_retry.e +smalleiffel-0.74/tools/instruction/e_loop.e +smalleiffel-0.74/tools/instruction/e_when.e +smalleiffel-0.74/tools/instruction/ifthenelse.e +smalleiffel-0.74/tools/instruction/agent_instruction.e +smalleiffel-0.74/tools/instruction/ifthenlist.e +smalleiffel-0.74/tools/instruction/e_inspect.e +smalleiffel-0.74/tools/instruction/reverse_assignment.e +smalleiffel-0.74/tools/instruction/assignment.e +smalleiffel-0.74/tools/instruction/create_instruction.e +smalleiffel-0.74/tools/instruction/when_item.e +smalleiffel-0.74/tools/instruction/when_list.e +smalleiffel-0.74/tools/instruction/ifthen.e +smalleiffel-0.74/tools/instruction/when_item_1.e +smalleiffel-0.74/tools/misc/exception_table.e +smalleiffel-0.74/tools/misc/assertion.e +smalleiffel-0.74/tools/misc/field_info.e +smalleiffel-0.74/tools/misc/declaration_list.e +smalleiffel-0.74/tools/misc/mini_buffer.e +smalleiffel-0.74/tools/misc/tmp_feature.e +smalleiffel-0.74/tools/misc/effective_arg_list.e +smalleiffel-0.74/tools/misc/declaration.e +smalleiffel-0.74/tools/misc/creation_clause_list.e +smalleiffel-0.74/tools/misc/feature_clause.e +smalleiffel-0.74/tools/misc/field_modifier.e +smalleiffel-0.74/tools/misc/exceptions_handler.e +smalleiffel-0.74/tools/misc/formal_generic_list.e +smalleiffel-0.74/tools/misc/declaration_group.e +smalleiffel-0.74/tools/misc/declaration_1.e +smalleiffel-0.74/tools/misc/parent.e +smalleiffel-0.74/tools/misc/compound.e +smalleiffel-0.74/tools/misc/creation_clause.e +smalleiffel-0.74/tools/misc/assertion_level_numbering.e +smalleiffel-0.74/tools/misc/formal_generic_arg.e +smalleiffel-0.74/tools/misc/rename_list.e +smalleiffel-0.74/tools/misc/rename_pair.e +smalleiffel-0.74/tools/misc/e_agent_call.e +smalleiffel-0.74/tools/misc/name.e +smalleiffel-0.74/tools/misc/client_list.e +smalleiffel-0.74/tools/misc/tag_name.e +smalleiffel-0.74/tools/misc/feature_clause_list.e +smalleiffel-0.74/tools/misc/class_name_list.e +smalleiffel-0.74/tools/misc/precursor_call.e +smalleiffel-0.74/tools/misc/agent_args.e +smalleiffel-0.74/tools/misc/cp_info_tags.e +smalleiffel-0.74/tools/misc/assertion_collector.e +smalleiffel-0.74/tools/misc/feature_name_list.e +smalleiffel-0.74/tools/misc/export_item.e +smalleiffel-0.74/tools/misc/cp_info.e +smalleiffel-0.74/tools/misc/tmp_name.e +smalleiffel-0.74/tools/misc/class_invariant.e +smalleiffel-0.74/tools/misc/export_list.e +smalleiffel-0.74/tools/misc/if_globals.e +smalleiffel-0.74/tools/misc/create_tools.e +smalleiffel-0.74/tools/misc/local_var_list.e +smalleiffel-0.74/tools/misc/index_clause.e +smalleiffel-0.74/tools/misc/formal_arg_list.e +smalleiffel-0.74/tools/misc/classfile_attribute.e +smalleiffel-0.74/tools/misc/interface_info.e +smalleiffel-0.74/tools/misc/line_number_table.e +smalleiffel-0.74/tools/misc/index_list.e +smalleiffel-0.74/tools/misc/parent_list.e +smalleiffel-0.74/tools/misc/assertion_list.e +smalleiffel-0.74/tools/expression/integer_constant.e +smalleiffel-0.74/tools/expression/call_infix_and_then.e +smalleiffel-0.74/tools/expression/call_infix_freeop.e +smalleiffel-0.74/tools/expression/boolean_constant.e +smalleiffel-0.74/tools/expression/bit_constant.e +smalleiffel-0.74/tools/expression/manifest_array.e +smalleiffel-0.74/tools/expression/e_old.e +smalleiffel-0.74/tools/expression/call_infix1.e +smalleiffel-0.74/tools/expression/call_infix2.e +smalleiffel-0.74/tools/expression/local_argument1.e +smalleiffel-0.74/tools/expression/expression_with_comment.e +smalleiffel-0.74/tools/expression/argument_name.e +smalleiffel-0.74/tools/expression/implicit_cast.e +smalleiffel-0.74/tools/expression/manifest_string.e +smalleiffel-0.74/tools/expression/call_prefix_minus.e +smalleiffel-0.74/tools/expression/local_name.e +smalleiffel-0.74/tools/expression/call_infix_minus.e +smalleiffel-0.74/tools/expression/call_infix_and.e +smalleiffel-0.74/tools/expression/call_infix_div.e +smalleiffel-0.74/tools/expression/call_infix_times.e +smalleiffel-0.74/tools/expression/open_operand.e +smalleiffel-0.74/tools/expression/call_infix_neq.e +smalleiffel-0.74/tools/expression/tuple_expression.e +smalleiffel-0.74/tools/expression/call_infix_xor.e +smalleiffel-0.74/tools/expression/argument_name1.e +smalleiffel-0.74/tools/expression/argument_name2.e +smalleiffel-0.74/tools/expression/call_proc_call.e +smalleiffel-0.74/tools/expression/agent_expression.e +smalleiffel-0.74/tools/expression/written_current.e +smalleiffel-0.74/tools/expression/character_constant.e +smalleiffel-0.74/tools/expression/call_0.e +smalleiffel-0.74/tools/expression/call_1.e +smalleiffel-0.74/tools/expression/call_n.e +smalleiffel-0.74/tools/expression/e_true.e +smalleiffel-0.74/tools/expression/face_target.e +smalleiffel-0.74/tools/expression/call.e +smalleiffel-0.74/tools/expression/call_infix_plus.e +smalleiffel-0.74/tools/expression/e_void.e +smalleiffel-0.74/tools/expression/e_false.e +smalleiffel-0.74/tools/expression/real_constant.e +smalleiffel-0.74/tools/expression/once_result.e +smalleiffel-0.74/tools/expression/e_strip.e +smalleiffel-0.74/tools/expression/feature_name.e +smalleiffel-0.74/tools/expression/abstract_current.e +smalleiffel-0.74/tools/expression/call_prefix_freeop.e +smalleiffel-0.74/tools/expression/address_of.e +smalleiffel-0.74/tools/expression/implicit_current.e +smalleiffel-0.74/tools/expression/ordinary_result.e +smalleiffel-0.74/tools/expression/precursor_expression.e +smalleiffel-0.74/tools/expression/abstract_result.e +smalleiffel-0.74/tools/expression/call_infix_power.e +smalleiffel-0.74/tools/expression/e_agent.e +smalleiffel-0.74/tools/expression/create_expression.e +smalleiffel-0.74/tools/expression/local_argument.e +smalleiffel-0.74/tools/expression/call_infix_eq.e +smalleiffel-0.74/tools/expression/call_infix_ge.e +smalleiffel-0.74/tools/expression/call_infix_gt.e +smalleiffel-0.74/tools/expression/call_infix_le.e +smalleiffel-0.74/tools/expression/call_infix_lt.e +smalleiffel-0.74/tools/expression/call_infix_or.e +smalleiffel-0.74/tools/expression/face_tuple.e +smalleiffel-0.74/tools/expression/call_infix_or_else.e +smalleiffel-0.74/tools/expression/base_type_constant.e +smalleiffel-0.74/tools/expression/face_argument.e +smalleiffel-0.74/tools/expression/call_prefix_plus.e +smalleiffel-0.74/tools/expression/call_prefix_not.e +smalleiffel-0.74/tools/expression/local_name1.e +smalleiffel-0.74/tools/expression/local_name2.e +smalleiffel-0.74/tools/expression/call_0_c.e +smalleiffel-0.74/tools/expression/call_1_c.e +smalleiffel-0.74/tools/expression/call_infix_int_div.e +smalleiffel-0.74/tools/expression/call_prefix.e +smalleiffel-0.74/tools/expression/call_infix_implies.e +smalleiffel-0.74/tools/expression/call_infix_int_rem.e +smalleiffel-0.74/tools/expression/call_infix.e +smalleiffel-0.74/tools/feature/once_procedure.e +smalleiffel-0.74/tools/feature/native.e +smalleiffel-0.74/tools/feature/e_require.e +smalleiffel-0.74/tools/feature/external_procedure.e +smalleiffel-0.74/tools/feature/attribute.e +smalleiffel-0.74/tools/feature/deferred_function.e +smalleiffel-0.74/tools/feature/external_routine.e +smalleiffel-0.74/tools/feature/cst_att_boolean.e +smalleiffel-0.74/tools/feature/cst_att_integer.e +smalleiffel-0.74/tools/feature/native_small_eiffel.e +smalleiffel-0.74/tools/feature/cst_att_real.e +smalleiffel-0.74/tools/feature/external_function.e +smalleiffel-0.74/tools/feature/cst_att_string.e +smalleiffel-0.74/tools/feature/writable_attribute.e +smalleiffel-0.74/tools/feature/cst_att.e +smalleiffel-0.74/tools/feature/native_c.e +smalleiffel-0.74/tools/feature/once_routine.e +smalleiffel-0.74/tools/feature/once_function.e +smalleiffel-0.74/tools/feature/e_ensure.e +smalleiffel-0.74/tools/feature/deferred_routine.e +smalleiffel-0.74/tools/feature/deferred_procedure.e +smalleiffel-0.74/tools/feature/e_procedure.e +smalleiffel-0.74/tools/feature/cst_att_unique.e +smalleiffel-0.74/tools/feature/cst_att_double.e +smalleiffel-0.74/tools/feature/e_routine.e +smalleiffel-0.74/tools/feature/cst_att_bit.e +smalleiffel-0.74/tools/feature/native_jvm_invokestatic.e +smalleiffel-0.74/tools/feature/native_jvm.e +smalleiffel-0.74/tools/feature/cst_att_character.e +smalleiffel-0.74/tools/feature/run_require.e +smalleiffel-0.74/tools/feature/e_function.e +smalleiffel-0.74/tools/feature/effective_routine.e +smalleiffel-0.74/tools/feature/e_feature.e +smalleiffel-0.74/tools/feature/native_jvm_invokevirtual.e +smalleiffel-0.74/tools/feature/native_c_plus_plus.e +smalleiffel-0.74/tools/ace.e +smalleiffel-0.74/tools/fmt.e +smalleiffel-0.74/tools/class_name.e +smalleiffel-0.74/tools/jvm.e +smalleiffel-0.74/tools/comment.e +smalleiffel-0.74/tools/eiffel_parser.e +smalleiffel-0.74/tools/switch_collection.e +smalleiffel-0.74/tools/compile.e +smalleiffel-0.74/tools/switch.e +smalleiffel-0.74/tools/gc_handler.e +smalleiffel-0.74/tools/short.e +smalleiffel-0.74/tools/manifest_array_pool.e +smalleiffel-0.74/tools/once_routine_pool.e +smalleiffel-0.74/tools/address_of_pool.e +smalleiffel-0.74/tools/cecil_file.e +smalleiffel-0.74/tools/id_provider.e +smalleiffel-0.74/tools/parser.e +smalleiffel-0.74/tools/small_eiffel.e +smalleiffel-0.74/tools/finder.e +smalleiffel-0.74/tools/position.e +smalleiffel-0.74/tools/parser_buffer.e +smalleiffel-0.74/tools/e_type.e +smalleiffel-0.74/tools/cecil_pool.e +smalleiffel-0.74/tools/echo.e +smalleiffel-0.74/tools/same_executables.e +smalleiffel-0.74/tools/aliased_string_list.e +smalleiffel-0.74/tools/run_time_set.e +smalleiffel-0.74/tools/error_handler.e +smalleiffel-0.74/tools/c_pretty_printer.e +smalleiffel-0.74/tools/run_feature.e +smalleiffel-0.74/tools/cluster.e +smalleiffel-0.74/tools/pretty.e +smalleiffel-0.74/tools/string_aliaser.e +smalleiffel-0.74/tools/globals.e +smalleiffel-0.74/tools/once_manifest_string_pool.e +smalleiffel-0.74/tools/print_jvm_class.e +smalleiffel-0.74/tools/base_class.e +smalleiffel-0.74/tools/expression.e +smalleiffel-0.74/tools/compile_to_c.e +smalleiffel-0.74/tools/system_tools.e +smalleiffel-0.74/tools/method_info.e +smalleiffel-0.74/tools/code_printer.e +smalleiffel-0.74/tools/agent_pool.e +smalleiffel-0.74/tools/code_attribute.e +smalleiffel-0.74/tools/ace_check.e +smalleiffel-0.74/tools/command_line_tools.e +smalleiffel-0.74/tools/clean.e +smalleiffel-0.74/tools/compile_to_jvm.e +smalleiffel-0.74/tools/assignment_handler.e +smalleiffel-0.74/tools/instruction.e +smalleiffel-0.74/tools/run_class.e +smalleiffel-0.74/tools/frozen_string_list.e +smalleiffel-0.74/tools/constant_pool.e +smalleiffel-0.74/tools/short_print.e +smalleiffel-0.74/sys/gc_lib/READ_ME +smalleiffel-0.74/sys/gc_lib/windows.c +smalleiffel-0.74/sys/gc_lib/aix.c +smalleiffel-0.74/sys/gc_lib/bsd.c +smalleiffel-0.74/sys/gc_lib/qnx.c +smalleiffel-0.74/sys/gc_lib/linux.c +smalleiffel-0.74/sys/gc_lib/elate.c +smalleiffel-0.74/sys/gc_lib/sparc.c +smalleiffel-0.74/sys/gc_lib/m68k.c +smalleiffel-0.74/sys/gc_lib/generic.c +smalleiffel-0.74/sys/gc_lib/hp-pa.c +smalleiffel-0.74/sys/gc_lib/alpha.c +smalleiffel-0.74/sys/gc_lib/psos-diab.c +smalleiffel-0.74/sys/gc_lib/beos_x86.c +smalleiffel-0.74/sys/gc_lib/MacintoshPPC.c +smalleiffel-0.74/sys/gc_lib/m68k-amigaos.c +smalleiffel-0.74/sys/runtime/c_plus_plus.h +smalleiffel-0.74/sys/runtime/agents.c +smalleiffel-0.74/sys/runtime/agents.h +smalleiffel-0.74/sys/runtime/SmallEiffelRuntime.java +smalleiffel-0.74/sys/runtime/basic_time.c +smalleiffel-0.74/sys/runtime/basic_time.h +smalleiffel-0.74/sys/runtime/basic_sprintf.c +smalleiffel-0.74/sys/runtime/basic_sprintf.h +smalleiffel-0.74/sys/runtime/base.c +smalleiffel-0.74/sys/runtime/base.h +smalleiffel-0.74/sys/runtime/basic_fstat.c +smalleiffel-0.74/sys/runtime/basic_fstat.h +smalleiffel-0.74/sys/runtime/trace.c +smalleiffel-0.74/sys/runtime/trace.h +smalleiffel-0.74/sys/runtime/deep_twin.c +smalleiffel-0.74/sys/runtime/deep_twin.h +smalleiffel-0.74/sys/runtime/manifest_string_trace.c +smalleiffel-0.74/sys/runtime/manifest_string_trace.h +smalleiffel-0.74/sys/runtime/basic_putenv.c +smalleiffel-0.74/sys/runtime/basic_putenv.h +smalleiffel-0.74/sys/runtime/no_check.c +smalleiffel-0.74/sys/runtime/no_check.h +smalleiffel-0.74/sys/runtime/basic_io.h +smalleiffel-0.74/sys/runtime/SmallEiffelRuntime.class +smalleiffel-0.74/sys/runtime/exceptions.c +smalleiffel-0.74/sys/runtime/exceptions.h +smalleiffel-0.74/sys/runtime/basic_getenv.h +smalleiffel-0.74/sys/runtime/basic_directory.c +smalleiffel-0.74/sys/runtime/basic_directory.h +smalleiffel-0.74/sys/runtime/SmallEiffelRuntime$DirectoryStream.class +smalleiffel-0.74/sys/runtime/boost.c +smalleiffel-0.74/sys/runtime/boost.h +smalleiffel-0.74/sys/runtime/gc_lib.c +smalleiffel-0.74/sys/runtime/gc_lib.h +smalleiffel-0.74/sys/runtime/basic_clock.h +smalleiffel-0.74/sys/runtime/basic_microsecond.c +smalleiffel-0.74/sys/runtime/basic_microsecond.h +smalleiffel-0.74/sys/runtime/basic_system.h +smalleiffel-0.74/sys/system.se +smalleiffel-0.74/sys/loadpath.Windows +smalleiffel-0.74/sys/loadpath.UNIX +smalleiffel-0.74/sys/gc +smalleiffel-0.74/sys/READ_ME +smalleiffel-0.74/sys/compiler.se +smalleiffel-0.74/short/html2/READ_ME +smalleiffel-0.74/short/html2/Bcn +smalleiffel-0.74/short/html2/Mcn +smalleiffel-0.74/short/html2/old +smalleiffel-0.74/short/html2/Void +smalleiffel-0.74/short/html2/like +smalleiffel-0.74/short/html2/HOOKS.SH +smalleiffel-0.74/short/html2/Result +smalleiffel-0.74/short/html2/strip_open +smalleiffel-0.74/short/html2/Current +smalleiffel-0.74/short/html2/op_quote +smalleiffel-0.74/short/html2/hook000 +smalleiffel-0.74/short/html2/hook002 +smalleiffel-0.74/short/html2/hook010 +smalleiffel-0.74/short/html2/hook011 +smalleiffel-0.74/short/html2/hook012 +smalleiffel-0.74/short/html2/hook015 +smalleiffel-0.74/short/html2/hook018 +smalleiffel-0.74/short/html2/hook019 +smalleiffel-0.74/short/html2/hook100 +smalleiffel-0.74/short/html2/hook200 +smalleiffel-0.74/short/html2/hook201 +smalleiffel-0.74/short/html2/hook202 +smalleiffel-0.74/short/html2/hook204 +smalleiffel-0.74/short/html2/hook205 +smalleiffel-0.74/short/html2/hook208 +smalleiffel-0.74/short/html2/hook310 +smalleiffel-0.74/short/html2/hook313 +smalleiffel-0.74/short/html2/hook401 +smalleiffel-0.74/short/html2/hook402 +smalleiffel-0.74/short/html2/hook413 +smalleiffel-0.74/short/html2/hook416 +smalleiffel-0.74/short/html2/hook427 +smalleiffel-0.74/short/html2/hook430 +smalleiffel-0.74/short/html2/hook511 +smalleiffel-0.74/short/html2/hook513 +smalleiffel-0.74/short/html2/hook516 +smalleiffel-0.74/short/html2/hook527 +smalleiffel-0.74/short/html2/hook530 +smalleiffel-0.74/short/html2/hook599 +smalleiffel-0.74/short/html2/hook811 +smalleiffel-0.74/short/html2/hook813 +smalleiffel-0.74/short/html2/hook816 +smalleiffel-0.74/short/html2/hook819 +smalleiffel-0.74/short/html2/hook827 +smalleiffel-0.74/short/html2/hook830 +smalleiffel-0.74/short/html2/hook900 +smalleiffel-0.74/short/html2/hook905 +smalleiffel-0.74/short/html2/hook999 +smalleiffel-0.74/short/html2/cl_quote +smalleiffel-0.74/short/html2/Acn +smalleiffel-0.74/short/tex2/READ_ME +smalleiffel-0.74/short/tex2/Bcn +smalleiffel-0.74/short/tex2/Uan +smalleiffel-0.74/short/tex2/rem +smalleiffel-0.74/short/tex2/AECL +smalleiffel-0.74/short/tex2/BECL +smalleiffel-0.74/short/tex2/Afga +smalleiffel-0.74/short/tex2/Bfga +smalleiffel-0.74/short/tex2/Usfn +smalleiffel-0.74/short/tex2/Utag +smalleiffel-0.74/short/tex2/Ucomment +smalleiffel-0.74/short/tex2/op_quote +smalleiffel-0.74/short/tex2/hook000 +smalleiffel-0.74/short/tex2/hook013 +smalleiffel-0.74/short/tex2/hook100 +smalleiffel-0.74/short/tex2/hook200 +smalleiffel-0.74/short/tex2/hook202 +smalleiffel-0.74/short/tex2/hook204 +smalleiffel-0.74/short/tex2/hook401 +smalleiffel-0.74/short/tex2/hook402 +smalleiffel-0.74/short/tex2/hook511 +smalleiffel-0.74/short/tex2/hook811 +smalleiffel-0.74/short/tex2/hook900 +smalleiffel-0.74/short/tex2/hook904 +smalleiffel-0.74/short/tex2/hook999 +smalleiffel-0.74/short/tex2/cl_quote +smalleiffel-0.74/short/tex2/Acn +smalleiffel-0.74/short/tex3/READ_ME +smalleiffel-0.74/short/tex3/Acn +smalleiffel-0.74/short/tex3/Ban +smalleiffel-0.74/short/tex3/Bcn +smalleiffel-0.74/short/tex3/Uan +smalleiffel-0.74/short/tex3/rem +smalleiffel-0.74/short/tex3/AECL +smalleiffel-0.74/short/tex3/BECL +smalleiffel-0.74/short/tex3/Afga +smalleiffel-0.74/short/tex3/Bfga +smalleiffel-0.74/short/tex3/Asfn +smalleiffel-0.74/short/tex3/Bifn +smalleiffel-0.74/short/tex3/Bpfn +smalleiffel-0.74/short/tex3/Bsfn +smalleiffel-0.74/short/tex3/Usfn +smalleiffel-0.74/short/tex3/Utag +smalleiffel-0.74/short/tex3/close_sb +smalleiffel-0.74/short/tex3/Result +smalleiffel-0.74/short/tex3/Ucomment +smalleiffel-0.74/short/tex3/Current +smalleiffel-0.74/short/tex3/op_quote +smalleiffel-0.74/short/tex3/hook000 +smalleiffel-0.74/short/tex3/hook013 +smalleiffel-0.74/short/tex3/hook100 +smalleiffel-0.74/short/tex3/hook200 +smalleiffel-0.74/short/tex3/hook204 +smalleiffel-0.74/short/tex3/hook401 +smalleiffel-0.74/short/tex3/hook402 +smalleiffel-0.74/short/tex3/hook511 +smalleiffel-0.74/short/tex3/hook811 +smalleiffel-0.74/short/tex3/hook832 +smalleiffel-0.74/short/tex3/hook900 +smalleiffel-0.74/short/tex3/hook904 +smalleiffel-0.74/short/tex3/hook999 +smalleiffel-0.74/short/tex3/open_sb +smalleiffel-0.74/short/tex3/cl_quote +smalleiffel-0.74/short/tex3/Aan +smalleiffel-0.74/short/html1/READ_ME +smalleiffel-0.74/short/html1/Bcn +smalleiffel-0.74/short/html1/Mcn +smalleiffel-0.74/short/html1/HOOKS.SH +smalleiffel-0.74/short/html1/op_quote +smalleiffel-0.74/short/html1/hook000 +smalleiffel-0.74/short/html1/hook002 +smalleiffel-0.74/short/html1/hook010 +smalleiffel-0.74/short/html1/hook011 +smalleiffel-0.74/short/html1/hook012 +smalleiffel-0.74/short/html1/hook015 +smalleiffel-0.74/short/html1/hook018 +smalleiffel-0.74/short/html1/hook019 +smalleiffel-0.74/short/html1/hook100 +smalleiffel-0.74/short/html1/hook200 +smalleiffel-0.74/short/html1/hook201 +smalleiffel-0.74/short/html1/hook202 +smalleiffel-0.74/short/html1/hook204 +smalleiffel-0.74/short/html1/hook205 +smalleiffel-0.74/short/html1/hook208 +smalleiffel-0.74/short/html1/hook310 +smalleiffel-0.74/short/html1/hook313 +smalleiffel-0.74/short/html1/hook401 +smalleiffel-0.74/short/html1/hook402 +smalleiffel-0.74/short/html1/hook413 +smalleiffel-0.74/short/html1/hook416 +smalleiffel-0.74/short/html1/hook427 +smalleiffel-0.74/short/html1/hook430 +smalleiffel-0.74/short/html1/hook511 +smalleiffel-0.74/short/html1/hook513 +smalleiffel-0.74/short/html1/hook516 +smalleiffel-0.74/short/html1/hook527 +smalleiffel-0.74/short/html1/hook530 +smalleiffel-0.74/short/html1/hook599 +smalleiffel-0.74/short/html1/hook811 +smalleiffel-0.74/short/html1/hook813 +smalleiffel-0.74/short/html1/hook816 +smalleiffel-0.74/short/html1/hook827 +smalleiffel-0.74/short/html1/hook830 +smalleiffel-0.74/short/html1/hook900 +smalleiffel-0.74/short/html1/hook905 +smalleiffel-0.74/short/html1/hook999 +smalleiffel-0.74/short/html1/cl_quote +smalleiffel-0.74/short/html1/Acn +smalleiffel-0.74/short/tex1/hook000 +smalleiffel-0.74/short/tex1/hook999 +smalleiffel-0.74/short/tex1/READ_ME +smalleiffel-0.74/short/plain/READ_ME +smalleiffel-0.74/short/pretty/READ_ME +smalleiffel-0.74/short/pretty/hook200 +smalleiffel-0.74/short/pretty/hook202 +smalleiffel-0.74/short/pretty/hook204 +smalleiffel-0.74/short/pretty/hook300 +smalleiffel-0.74/short/pretty/hook311 +smalleiffel-0.74/short/pretty/hook811 +smalleiffel-0.74/short/pretty/hook900 +smalleiffel-0.74/short/pretty/hook100 +smalleiffel-0.74/short/READ_ME +smalleiffel-0.74/tutorial/hanoi/tower.e +smalleiffel-0.74/tutorial/hanoi/hanoi.e +smalleiffel-0.74/tutorial/gcd/test_gcd.e +smalleiffel-0.74/tutorial/gcd/integer.e +smalleiffel-0.74/tutorial/time/example4.e +smalleiffel-0.74/tutorial/time/example2.e +smalleiffel-0.74/tutorial/time/example3.e +smalleiffel-0.74/tutorial/time/example1.e +smalleiffel-0.74/tutorial/time/example5.e +smalleiffel-0.74/tutorial/time/example6.e +smalleiffel-0.74/tutorial/time/example7.e +smalleiffel-0.74/tutorial/directory/example1.e +smalleiffel-0.74/tutorial/external/C/c_glue4.h +smalleiffel-0.74/tutorial/external/C/example2.e +smalleiffel-0.74/tutorial/external/C/example3.e +smalleiffel-0.74/tutorial/external/C/example4.e +smalleiffel-0.74/tutorial/external/C/example5.e +smalleiffel-0.74/tutorial/external/C/c_glue1.c +smalleiffel-0.74/tutorial/external/C/c_glue2.c +smalleiffel-0.74/tutorial/external/C/c_glue3.h +smalleiffel-0.74/tutorial/external/C/c_glue4.c +smalleiffel-0.74/tutorial/external/C/example1.e +smalleiffel-0.74/tutorial/external/C++/example4 +smalleiffel-0.74/tutorial/external/C++/Bar.h +smalleiffel-0.74/tutorial/external/C++/Foo.h +smalleiffel-0.74/tutorial/external/C++/example1.e +smalleiffel-0.74/tutorial/external/C++/example2.e +smalleiffel-0.74/tutorial/external/C++/example3.e +smalleiffel-0.74/tutorial/external/C++/example4.e +smalleiffel-0.74/tutorial/external/C++/Foo.cpp +smalleiffel-0.74/tutorial/external/C++/example1 +smalleiffel-0.74/tutorial/external/C++/example2 +smalleiffel-0.74/tutorial/external/C++/example3 +smalleiffel-0.74/tutorial/external/C++/Bar.cpp +smalleiffel-0.74/tutorial/external/JVM/example1.e +smalleiffel-0.74/tutorial/external/JVM/example2.e +smalleiffel-0.74/tutorial/external/JVM/example1.out +smalleiffel-0.74/tutorial/external/JVM/example2.out +smalleiffel-0.74/tutorial/external/READ_ME +smalleiffel-0.74/tutorial/triangle/version1/example1.e +smalleiffel-0.74/tutorial/triangle/version1/example2.e +smalleiffel-0.74/tutorial/triangle/version1/example3.e +smalleiffel-0.74/tutorial/triangle/version1/triangle.e +smalleiffel-0.74/tutorial/triangle/version1/point.e +smalleiffel-0.74/tutorial/triangle/version2/example1.e +smalleiffel-0.74/tutorial/triangle/version2/example2.e +smalleiffel-0.74/tutorial/triangle/version2/example3.e +smalleiffel-0.74/tutorial/triangle/version2/triangle.e +smalleiffel-0.74/tutorial/triangle/version2/point.e +smalleiffel-0.74/tutorial/triangle/version3/example1.e +smalleiffel-0.74/tutorial/triangle/version3/example2.e +smalleiffel-0.74/tutorial/triangle/version3/example3.e +smalleiffel-0.74/tutorial/triangle/version3/example4.e +smalleiffel-0.74/tutorial/triangle/version3/triangle.e +smalleiffel-0.74/tutorial/triangle/version3/point.e +smalleiffel-0.74/tutorial/triangle/version4/example1.e +smalleiffel-0.74/tutorial/triangle/version4/example2.e +smalleiffel-0.74/tutorial/triangle/version4/example3.e +smalleiffel-0.74/tutorial/triangle/version4/example4.e +smalleiffel-0.74/tutorial/triangle/version4/triangle.e +smalleiffel-0.74/tutorial/triangle/version4/point.e +smalleiffel-0.74/tutorial/triangle/READ_ME +smalleiffel-0.74/tutorial/agent/peach.e +smalleiffel-0.74/tutorial/agent/example2.e +smalleiffel-0.74/tutorial/agent/example3.e +smalleiffel-0.74/tutorial/agent/example4.e +smalleiffel-0.74/tutorial/agent/example5.e +smalleiffel-0.74/tutorial/agent/fruit.e +smalleiffel-0.74/tutorial/agent/apple.e +smalleiffel-0.74/tutorial/agent/example1.e +smalleiffel-0.74/tutorial/cecil/example5/example.e +smalleiffel-0.74/tutorial/cecil/example5/c_prog.c +smalleiffel-0.74/tutorial/cecil/example5/output +smalleiffel-0.74/tutorial/cecil/example5/cecil.se +smalleiffel-0.74/tutorial/cecil/example1/example.e +smalleiffel-0.74/tutorial/cecil/example1/c_prog.c +smalleiffel-0.74/tutorial/cecil/example1/output +smalleiffel-0.74/tutorial/cecil/example1/cecil.se +smalleiffel-0.74/tutorial/cecil/example2/example.e +smalleiffel-0.74/tutorial/cecil/example2/c_prog.c +smalleiffel-0.74/tutorial/cecil/example2/output +smalleiffel-0.74/tutorial/cecil/example2/cecil.se +smalleiffel-0.74/tutorial/cecil/example3/example.e +smalleiffel-0.74/tutorial/cecil/example3/c_prog.c +smalleiffel-0.74/tutorial/cecil/example3/output +smalleiffel-0.74/tutorial/cecil/example3/cecil.se +smalleiffel-0.74/tutorial/cecil/example4/dog.e +smalleiffel-0.74/tutorial/cecil/example4/animal.e +smalleiffel-0.74/tutorial/cecil/example4/cat.e +smalleiffel-0.74/tutorial/cecil/example4/example.e +smalleiffel-0.74/tutorial/cecil/example4/c_prog.c +smalleiffel-0.74/tutorial/cecil/example4/output +smalleiffel-0.74/tutorial/cecil/example4/cecil.se +smalleiffel-0.74/tutorial/cecil/JVM/Example1.java +smalleiffel-0.74/tutorial/cecil/JVM/root3.e +smalleiffel-0.74/tutorial/cecil/JVM/root4.e +smalleiffel-0.74/tutorial/cecil/JVM/root2.e +smalleiffel-0.74/tutorial/cecil/JVM/Example2.java +smalleiffel-0.74/tutorial/cecil/JVM/Example3.java +smalleiffel-0.74/tutorial/cecil/JVM/Example4.java +smalleiffel-0.74/tutorial/cecil/example6/example.e +smalleiffel-0.74/tutorial/cecil/example6/c_prog.c +smalleiffel-0.74/tutorial/cecil/example6/output +smalleiffel-0.74/tutorial/cecil/example6/cecil.se +smalleiffel-0.74/tutorial/cecil/example7/example.e +smalleiffel-0.74/tutorial/cecil/example7/c_prog.c +smalleiffel-0.74/tutorial/cecil/example7/output +smalleiffel-0.74/tutorial/cecil/example7/cecil.se +smalleiffel-0.74/tutorial/cecil/example8/example.e +smalleiffel-0.74/tutorial/cecil/example8/c_prog.c +smalleiffel-0.74/tutorial/cecil/example8/c_factory.e +smalleiffel-0.74/tutorial/cecil/example8/output +smalleiffel-0.74/tutorial/cecil/example8/cecil.se +smalleiffel-0.74/tutorial/cecil/example9/example.e +smalleiffel-0.74/tutorial/cecil/example9/c_prog.c +smalleiffel-0.74/tutorial/cecil/example9/eif_stuff.e +smalleiffel-0.74/tutorial/cecil/example9/output +smalleiffel-0.74/tutorial/cecil/example9/cecil.se +smalleiffel-0.74/tutorial/cecil/READ_ME +smalleiffel-0.74/tutorial/memory/example1.e +smalleiffel-0.74/tutorial/memory/example2.e +smalleiffel-0.74/tutorial/tuple/example1.e +smalleiffel-0.74/tutorial/tuple/example2.e +smalleiffel-0.74/tutorial/parking/parking.e +smalleiffel-0.74/tutorial/parking/command.e +smalleiffel-0.74/tutorial/parking/level.e +smalleiffel-0.74/tutorial/parking/run_parking.e +smalleiffel-0.74/tutorial/parking/date.e +smalleiffel-0.74/tutorial/parking/ticket.e +smalleiffel-0.74/tutorial/iterator/example1.e +smalleiffel-0.74/tutorial/iterator/example2.e +smalleiffel-0.74/tutorial/iterator/example3.e +smalleiffel-0.74/tutorial/iterator/iterator_on_random_generator.e +smalleiffel-0.74/tutorial/iterator/iterator_with_variant.e +smalleiffel-0.74/tutorial/ace/example1.ace +smalleiffel-0.74/tutorial/ace/example2.ace +smalleiffel-0.74/tutorial/ace/example3.ace +smalleiffel-0.74/tutorial/ace/example4.ace +smalleiffel-0.74/tutorial/ace/template.ace +smalleiffel-0.74/tutorial/ace/READ_ME +smalleiffel-0.74/tutorial/random/example1.e +smalleiffel-0.74/tutorial/random/example2.e +smalleiffel-0.74/tutorial/random/example3.e +smalleiffel-0.74/tutorial/basic_directory/example1.e +smalleiffel-0.74/tutorial/basic_directory/example2.e +smalleiffel-0.74/tutorial/basic_directory/example3.e +smalleiffel-0.74/tutorial/basic_directory/example4.e +smalleiffel-0.74/tutorial/basic_directory/example5.e +smalleiffel-0.74/tutorial/basic_directory/example6.e +smalleiffel-0.74/tutorial/number/example1.e +smalleiffel-0.74/tutorial/number/example2.e +smalleiffel-0.74/tutorial/number/example3.e +smalleiffel-0.74/tutorial/number/example4.e +smalleiffel-0.74/tutorial/sorting/example1.e +smalleiffel-0.74/tutorial/sorting/example2.e +smalleiffel-0.74/tutorial/hello_world.e +smalleiffel-0.74/tutorial/spread_illness.e +smalleiffel-0.74/tutorial/print_arguments.e +smalleiffel-0.74/tutorial/fibonacci.e +smalleiffel-0.74/tutorial/pyramid2.e +smalleiffel-0.74/tutorial/pyramid.e +smalleiffel-0.74/tutorial/knight.e +smalleiffel-0.74/COPYING +smalleiffel-0.74/install.h +smalleiffel-0.74/install.exe +smalleiffel-0.74/install.e +smalleiffel-0.74/install.c +smalleiffel-0.74/index.html +smalleiffel-0.74/configure +smalleiffel-0.74/READ_ME +smalleiffel-0.74/Makefile +smalleiffel-0.74/GNU_LICENSE +SmallEiffel +@dirrm smalleiffel-0.74/tutorial/tuple +@dirrm smalleiffel-0.74/tutorial/parking +@dirrm smalleiffel-0.74/tutorial/iterator +@dirrm smalleiffel-0.74/tutorial/ace +@dirrm smalleiffel-0.74/tutorial/random +@dirrm smalleiffel-0.74/tutorial/basic_directory +@dirrm smalleiffel-0.74/tutorial/number +@dirrm smalleiffel-0.74/tutorial/memory +@dirrm smalleiffel-0.74/tutorial/sorting +@dirrm smalleiffel-0.74/tutorial/cecil/example9 +@dirrm smalleiffel-0.74/tutorial/cecil/example8 +@dirrm smalleiffel-0.74/tutorial/cecil/example7 +@dirrm smalleiffel-0.74/tutorial/cecil/example6 +@dirrm smalleiffel-0.74/tutorial/cecil/JVM +@dirrm smalleiffel-0.74/tutorial/cecil/example4 +@dirrm smalleiffel-0.74/tutorial/cecil/example3 +@dirrm smalleiffel-0.74/tutorial/cecil/example2 +@dirrm smalleiffel-0.74/tutorial/cecil/example1 +@dirrm smalleiffel-0.74/tutorial/cecil/example5 +@dirrm smalleiffel-0.74/tutorial/cecil +@dirrm smalleiffel-0.74/tutorial/agent +@dirrm smalleiffel-0.74/tutorial/triangle/version4 +@dirrm smalleiffel-0.74/tutorial/triangle/version3 +@dirrm smalleiffel-0.74/tutorial/triangle/version2 +@dirrm smalleiffel-0.74/tutorial/triangle/version1 +@dirrm smalleiffel-0.74/tutorial/triangle +@dirrm smalleiffel-0.74/tutorial/external/JVM +@dirrm smalleiffel-0.74/tutorial/external/C++ +@dirrm smalleiffel-0.74/tutorial/external/C +@dirrm smalleiffel-0.74/tutorial/external +@dirrm smalleiffel-0.74/tutorial/directory +@dirrm smalleiffel-0.74/tutorial/time +@dirrm smalleiffel-0.74/tutorial/gcd +@dirrm smalleiffel-0.74/tutorial/hanoi +@dirrm smalleiffel-0.74/tutorial +@dirrm smalleiffel-0.74/short/pretty +@dirrm smalleiffel-0.74/short/plain +@dirrm smalleiffel-0.74/short/tex1 +@dirrm smalleiffel-0.74/short/html1 +@dirrm smalleiffel-0.74/short/tex3 +@dirrm smalleiffel-0.74/short/tex2 +@dirrm smalleiffel-0.74/short/html2 +@dirrm smalleiffel-0.74/short +@dirrm smalleiffel-0.74/sys/runtime +@dirrm smalleiffel-0.74/sys/gc_lib +@dirrm smalleiffel-0.74/sys +@dirrm smalleiffel-0.74/tools/feature +@dirrm smalleiffel-0.74/tools/expression +@dirrm smalleiffel-0.74/tools/misc +@dirrm smalleiffel-0.74/tools/instruction +@dirrm smalleiffel-0.74/tools/e_type +@dirrm smalleiffel-0.74/tools/run_feature +@dirrm smalleiffel-0.74/tools +@dirrm smalleiffel-0.74/misc/benchmarks/collection3/bench2 +@dirrm smalleiffel-0.74/misc/benchmarks/collection3/bench1 +@dirrm smalleiffel-0.74/misc/benchmarks/collection3 +@dirrm smalleiffel-0.74/misc/benchmarks/collection2/bench1 +@dirrm smalleiffel-0.74/misc/benchmarks/collection2 +@dirrm smalleiffel-0.74/misc/benchmarks/collection/bench4 +@dirrm smalleiffel-0.74/misc/benchmarks/collection/bench3 +@dirrm smalleiffel-0.74/misc/benchmarks/collection/bench2 +@dirrm smalleiffel-0.74/misc/benchmarks/collection/bench1 +@dirrm smalleiffel-0.74/misc/benchmarks/collection +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LkFSO +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LkRORnd +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LkROInc +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LkRODec +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LkROSm +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LaEStk +@dirrm smalleiffel-0.74/misc/benchmarks/gc/MRO +@dirrm smalleiffel-0.74/misc/benchmarks/gc/CNoLfO +@dirrm smalleiffel-0.74/misc/benchmarks/gc/MFSO +@dirrm smalleiffel-0.74/misc/benchmarks/gc/CLfO +@dirrm smalleiffel-0.74/misc/benchmarks/gc/DNeStr +@dirrm smalleiffel-0.74/misc/benchmarks/gc/PLk +@dirrm smalleiffel-0.74/misc/benchmarks/gc/PMO +@dirrm smalleiffel-0.74/misc/benchmarks/gc/LaStk +@dirrm smalleiffel-0.74/misc/benchmarks/gc +@dirrm smalleiffel-0.74/misc/benchmarks +@dirrm smalleiffel-0.74/misc +@dirrm smalleiffel-0.74/bin_c +@dirrm smalleiffel-0.74/lib/iterator +@dirrm smalleiffel-0.74/lib/random +@dirrm smalleiffel-0.74/lib/number +@dirrm smalleiffel-0.74/lib/io +@dirrm smalleiffel-0.74/lib/sorting +@dirrm smalleiffel-0.74/lib/time +@dirrm smalleiffel-0.74/lib/base +@dirrm smalleiffel-0.74/lib/kernel +@dirrm smalleiffel-0.74/lib +@dirrm smalleiffel-0.74/contrib/htmldoc +@dirrm smalleiffel-0.74/contrib/lib +@dirrm smalleiffel-0.74/contrib/edb +@dirrm smalleiffel-0.74/contrib +@dirrm smalleiffel-0.74/man +@dirrm smalleiffel-0.74/bin +@dirrm smalleiffel-0.74 >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 Thu May 16 23:11: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 44BFE37B415 for ; Thu, 16 May 2002 23:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H6A2M39894; Thu, 16 May 2002 23:10: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 99E4137B40A for ; Thu, 16 May 2002 23:06:43 -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 g4H66hhG019820 for ; Thu, 16 May 2002 23:06:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4H66hIm019819; Thu, 16 May 2002 23:06:43 -0700 (PDT) Message-Id: <200205170606.g4H66hIm019819@www.freebsd.org> Date: Thu, 16 May 2002 23:06:43 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38167: little change in treecc 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: 38167 >Category: ports >Synopsis: little change in treecc >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: Thu May 16 23:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: dir's tests and examples don't get installed, so no need in compileing them. >How-To-Repeat: diff -ruN lang/treecc.orig/Makefile lang/treecc/Makefile --- lang/treecc.orig/Makefile Thu May 16 22:18:47 2002 +++ lang/treecc/Makefile Fri May 17 02:04:49 2002 @@ -19,6 +19,10 @@ USE_BISON= yes MAN1= treecc.1 +pre-patch: + @${PERL} -pi -e 's|etc doc tests examples|etc doc|g ;' \ + ${WRKSRC}/Makefile.* + post-install: @${LN} -sf treecc ${PREFIX}/bin/${DISTNAME} >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 Thu May 16 23:25: 3 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 6C32F37B403; Thu, 16 May 2002 23:25:00 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H6P0J41090; Thu, 16 May 2002 23:25:00 -0700 (PDT) (envelope-from sada) Date: Thu, 16 May 2002 23:25:00 -0700 (PDT) From: Message-Id: <200205170625.g4H6P0J41090@freefall.freebsd.org> To: dmitry_makovey@yahoo.com, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37886: Update port: deskutils/kmymoney2 resubmitting PR in diff-format 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: Update port: deskutils/kmymoney2 resubmitting PR in diff-format State-Changed-From-To: open->feedback State-Changed-By: sada State-Changed-When: Thu May 16 23:21:17 PDT 2002 State-Changed-Why: Build was failed on 4.6-PRERELEASE: *** Creating acinclude.m4 !!! If you get recursion errors from autoconf, it is advisable to set the environment variable M4 to something including "--nesting-limit=500" *** Creating list of subdirectories *** Creating configure.in *** Creating aclocal.m4 gmake[1]: aclocal: Command not found gmake[1]: *** [cvs] Error 127 gmake: *** [all] Error 2 *** Error code 2 http://www.freebsd.org/cgi/query-pr.cgi?pr=37886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 16 23:40: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 50BC537B40B for ; Thu, 16 May 2002 23:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H6e5r44013; Thu, 16 May 2002 23:40:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 May 2002 23:40:05 -0700 (PDT) Message-Id: <200205170640.g4H6e5r44013@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-8859-1?Q?S=F8ren_Boll_Overgaard?= Subject: Re: ports/38158: mutt-devel 1.3.99-2 Reply-To: =?iso-8859-1?Q?S=F8ren_Boll_Overgaard?= 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/38158; it has been noted by GNATS. From: =?iso-8859-1?Q?S=F8ren_Boll_Overgaard?= To: FreeBSD-gnats-submit@FreeBSD.org, udo.schweigert@siemens.com Cc: Subject: Re: ports/38158: mutt-devel 1.3.99-2 Date: Fri, 17 May 2002 08:31:22 +0200 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Just wanted to let you know that I have opened a PR on mutt-devel in gnats.= I am afraid that I can't be of much help in fixing the problem, but I just thought I would let you know. Thanks On Thu, May 16, 2002 at 01:50:01PM -0700, FreeBSD-gnats-submit@FreeBSD.org = wrote: > Thank you very much for your problem report. > It has the internal identification `ports/38158'. > The individual assigned to look at your > report is: freebsd-ports.=20 >=20 > You can access the state of your problem report at any time > via this link: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D38158 >=20 > >Category: ports > >Responsible: freebsd-ports > >Synopsis: mutt-devel 1.3.99-2 > >Arrival-Date: Thu May 16 13:50:01 PDT 2002 >=20 --=20 S=F8ren O. ,''`.=20 : :' : public key: finger boll db.debian.org `. `'=20 `- --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE85KO6PHuHUx6y3mYRAqTaAJ9x8w++zne1P2ZPGNU8+uc0/nz2ZgCfdUOA dTwzoqtGR3p7eCuOw32uOE4= =v1J9 -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 0: 0:40 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 B020837B40F for ; Fri, 17 May 2002 00:00:15 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H70D145331; Fri, 17 May 2002 00:00:13 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 8531F37B401 for ; Thu, 16 May 2002 23:59:26 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 79441169E0 for ; Fri, 17 May 2002 16:59:24 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 1BAF93FDA; Fri, 17 May 2002 16:59:22 +1000 (EST) Message-Id: <20020517065922.1BAF93FDA@wiz-fiz.staff.netc.net.au> Date: Fri, 17 May 2002 16:59:22 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38169: Update databases/p5-DBD-Pg to 1.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: 38169 >Category: ports >Synopsis: Update databases/p5-DBD-Pg to 1.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 00:00:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: Update databases/p5-DBD-Pg to 1.13 >How-To-Repeat: >Fix: --- Makefile.orig Fri May 17 16:13:40 2002 +++ Makefile Fri May 17 16:36:21 2002 @@ -6,7 +6,7 @@ # PORTNAME= DBD-Pg -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD --- distinfo.orig Fri May 17 16:13:40 2002 +++ distinfo Fri May 17 16:37:15 2002 @@ -1 +1 @@ -MD5 (DBD-Pg-1.12.tar.gz) = 91bd4e5c5a6b117dbaf4ba8fa91988da +MD5 (DBD-Pg-1.13.tar.gz) = 25610178aeb1b21871b268745409a06d >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 Fri May 17 0:13:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 1DD4D37B407 for ; Fri, 17 May 2002 00:13:23 -0700 (PDT) Received: (qmail 52936 invoked by uid 100); 17 May 2002 07:13:19 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15588.44430.670578.901286@guru.mired.org> Date: Fri, 17 May 2002 02:13:18 -0500 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38165: [PATCH] the smalleiffel port is out of date In-Reply-To: <200205170540.g4H5e1U33254@freefall.freebsd.org> References: <20020517053017.41772.qmail@mired.org> <200205170540.g4H5e1U33254@freefall.freebsd.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.55 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 Sigh. Naturally, right after I submit it, I notice something I overlooked. The attached patch should be applied to the Makefile in the port. It takes into account the radical change in nameing of things in the SmallEiffel library. --- Makefile.orig Fri May 17 01:14:26 2002 +++ Makefile Fri May 17 02:12:43 2002 @@ -47,13 +47,8 @@ @(if ${TEST} -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \ ${MKDIR} ${SEDIR}; \ ${CP} -pR ${WRKSRC}/* ${SEDIR}; \ - ${ECHO_CMD} ./ > ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_std/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_iterator/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_random/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_number/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_show/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_se/ >> ${SEDIR}/sys/loadpath.UNIX) + ${SED} -e s,${WRKDIR},${PREFIX}, ${WRKSRC}/sys/loadpath.UNIX \ + > ${SEDIR}/sys/loadpath.UNIX) @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-message \ > ${PKGMESSAGE} @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-install \ -- Mike Meyer http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 0:20: 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 46E3537B405 for ; Fri, 17 May 2002 00:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7K3450923; Fri, 17 May 2002 00:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 00:20:03 -0700 (PDT) Message-Id: <200205170720.g4H7K3450923@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mike Meyer Subject: Re: ports/38165: [PATCH] the smalleiffel port is out of date Reply-To: Mike Meyer 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/38165; it has been noted by GNATS. From: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/38165: [PATCH] the smalleiffel port is out of date Date: Fri, 17 May 2002 02:13:18 -0500 Sigh. Naturally, right after I submit it, I notice something I overlooked. The attached patch should be applied to the Makefile in the port. It takes into account the radical change in nameing of things in the SmallEiffel library. --- Makefile.orig Fri May 17 01:14:26 2002 +++ Makefile Fri May 17 02:12:43 2002 @@ -47,13 +47,8 @@ @(if ${TEST} -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \ ${MKDIR} ${SEDIR}; \ ${CP} -pR ${WRKSRC}/* ${SEDIR}; \ - ${ECHO_CMD} ./ > ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_std/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_iterator/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_random/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_number/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_show/ >> ${SEDIR}/sys/loadpath.UNIX; \ - ${ECHO_CMD} ${SEDIR}/lib_se/ >> ${SEDIR}/sys/loadpath.UNIX) + ${SED} -e s,${WRKDIR},${PREFIX}, ${WRKSRC}/sys/loadpath.UNIX \ + > ${SEDIR}/sys/loadpath.UNIX) @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-message \ > ${PKGMESSAGE} @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-install \ -- Mike Meyer http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 0:20:28 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 DCD8F37B407 for ; Fri, 17 May 2002 00:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7K3X50932; Fri, 17 May 2002 00:20:03 -0700 (PDT) (envelope-from gnats) Received: from zebu.riken.go.jp (zebu.riken.go.jp [134.160.20.73]) by hub.freebsd.org (Postfix) with SMTP id 31B2637B405 for ; Fri, 17 May 2002 00:18:10 -0700 (PDT) Received: (qmail 68793 invoked by uid 123); 17 May 2002 07:18:30 -0000 Message-Id: <20020517071830.68792.qmail@zebu.riken.go.jp> Date: 17 May 2002 07:18:30 -0000 From: Mitsuru Yoshida Reply-To: Mitsuru Yoshida To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38171: update tinyproxy port (security fix) 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: 38171 >Category: ports >Synopsis: update tinyproxy port (security fix) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 00:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mitsuru Yoshida >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 4.6-PRERELEASE i386 >Description: update tinyproxy port (security fix) >How-To-Repeat: See http://online.securityfocus.com/bid/4731/discussion/ >Fix: diff -ruN tinyproxy.old/Makefile tinyproxy/Makefile --- tinyproxy.old/Makefile Thu May 16 11:35:13 2002 +++ tinyproxy/Makefile Fri May 17 15:55:41 2002 @@ -6,7 +6,7 @@ # PORTNAME= tinyproxy -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-config=${PREFIX}/etc/tinyproxy/tinyproxy.conf +CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-config=${PREFIX}/etc/tinyproxy/tinyproxy.conf --program-transform-name="" MAN8= tinyproxy.8 @@ -24,9 +24,5 @@ ${MV} $$f $$f.orig; \ ${SED} -e s:/etc/tinyproxy/tinyproxy.conf:${PREFIX}/etc/tinyproxy/tinyproxy.conf: \ < $$f.orig > $$f - -post-install: - ${MKDIR} ${PREFIX}/etc/tinyproxy - ${INSTALL_DATA} ${WRKSRC}/doc/tinyproxy.conf ${PREFIX}/etc/tinyproxy/tinyproxy.conf.sample .include diff -ruN tinyproxy.old/distinfo tinyproxy/distinfo --- tinyproxy.old/distinfo Thu May 16 11:35:13 2002 +++ tinyproxy/distinfo Thu May 16 11:36:58 2002 @@ -1 +1 @@ -MD5 (tinyproxy-1.4.3.tar.gz) = d8b35d99e739023e8442ece2e3546398 +MD5 (tinyproxy-1.5.0.tar.gz) = 2236b57f183b168dcfaaffbda43b4051 diff -ruN tinyproxy.old/files/patch-aa tinyproxy/files/patch-aa --- tinyproxy.old/files/patch-aa Thu May 16 11:35:13 2002 +++ tinyproxy/files/patch-aa Thu May 16 12:24:28 2002 @@ -1,11 +1,12 @@ ---- src/sock.c.dist Tue Nov 13 06:10:29 2001 -+++ src/sock.c Thu Feb 7 18:33:24 2002 -@@ -259,7 +259,7 @@ - - for (n = 1; n < maxlen; n++) { - again: -- if ((rc = recv(fd, &c, 1, MSG_NOSIGNAL)) == 1) { -+ if ((rc = recv(fd, &c, 1, 0)) == 1) { - *ptr++ = c; - if (c == '\n') - break; +--- Makefile.in.dist Thu May 16 12:23:51 2002 ++++ Makefile.in Thu May 16 12:24:07 2002 +@@ -363,9 +363,6 @@ + $(mkinstalldirs) $(DESTDIR)@TINYPROXY_CONFIG_DIR@ + $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ + $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@-dist +- test ! -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \ +- && $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ +- $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ + @echo "" + @echo "A configuration file has been copied to:" + @echo "" diff -ruN tinyproxy.old/files/patch-ab tinyproxy/files/patch-ab --- tinyproxy.old/files/patch-ab Thu May 16 11:35:13 2002 +++ tinyproxy/files/patch-ab Fri May 17 15:42:21 2002 @@ -1,22 +1,11 @@ ---- src/tinyproxy.h.dist Fri Oct 26 02:27:17 2001 -+++ src/tinyproxy.h Thu Feb 7 18:34:32 2002 -@@ -27,9 +27,6 @@ - * Include standard headers which are used through-out tinyproxy - */ - #include --#ifdef HAVE_SYS_RESOURCE_H --# include --#endif - #ifdef HAVE_SYS_SELECT_H - # include - #endif -@@ -44,6 +41,9 @@ - # else - # include - # endif -+#endif -+#ifdef HAVE_SYS_RESOURCE_H -+# include - #endif - #include - #include +--- src/reqs.c.dist Fri May 17 15:37:16 2002 ++++ src/reqs.c Fri May 17 15:38:04 2002 +@@ -783,7 +783,7 @@ + &data, + (void**)&header); + +- if (!is_anonymous_enabled() || anonymous_search(data) <= 0) { ++ if (!is_anonymous_enabled() || anonymous_search(data) > 0) { + ret = write_message(connptr->server_fd, + "%s: %s\r\n", + data, header); diff -ruN tinyproxy.old/files/patch-ac tinyproxy/files/patch-ac --- tinyproxy.old/files/patch-ac Thu Jan 1 09:00:00 1970 +++ tinyproxy/files/patch-ac Fri May 17 15:47:50 2002 @@ -0,0 +1,19 @@ +--- doc/tinyproxy.8.dist Fri May 17 15:47:17 2002 ++++ doc/tinyproxy.8 Fri May 17 15:47:25 2002 +@@ -1,6 +1,6 @@ + .\" -*- nroff -*- + .\" +-.\" tinyproxy.1 ++.\" tinyproxy.8 + .\" + .\" Copyright (c) 1998-2000 Steven Young and Robert James Kaes. + .\" Copyright (c) 2001 Robert James Kaes +@@ -8,7 +8,7 @@ + .\" This program is distributed under the terms of the GNU General Public + .\" License. See COPYING for additional information. + .\" +-.TH tinyproxy 1 .\" "tinyproxy Manual" "August 25, 2001" ++.TH tinyproxy 8 .\" "tinyproxy Manual" "August 25, 2001" + .SH NAME + tinyproxy - A small HTTP proxy server + .SH SYNTAX diff -ruN tinyproxy.old/pkg-plist tinyproxy/pkg-plist --- tinyproxy.old/pkg-plist Thu May 16 11:35:13 2002 +++ tinyproxy/pkg-plist Fri May 17 15:06:51 2002 @@ -1,3 +1,3 @@ sbin/tinyproxy -etc/tinyproxy/tinyproxy.conf.sample +etc/tinyproxy/tinyproxy.conf-dist @dirrm etc/tinyproxy >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 Fri May 17 0:25:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 12DD337B40E; Fri, 17 May 2002 00:25:26 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4H7OSj84866; Fri, 17 May 2002 10:24:28 +0300 (EEST) (envelope-from ru) Date: Fri, 17 May 2002 10:24:28 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: walt , freebsd-ports@freebsd.org, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517072428.GA75925@sunbay.com> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <20020516235508.GA9554@nagual.pp.ru> 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 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 03:55:10AM +0400, Andrey A. Chernov wrote: > On Tue, May 14, 2002 at 17:59:22 -0700, walt wrote: > > The "make install" fails for png-1.2.2_1 after a successful "make": > > install -o -g -m png.h pngconf.h /usr/local/include/libpng > > install: invalid file mode: png.h > >=20 > > Well you can bet your bippy it's invalid--there's no filemode specified, > > or group or owner either. > >=20 > > In fact, the environment variables in this line from the makefile never > > get properly substituted: > >=20 > > ${INSTALL} -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} >=20 > Ruslan (CC'ed) broke where INCOWN, INCGRP and INCMODE > was traditionally defined. Ruslan, please fix it. >=20 I don't think that calling the 2000/01/14 - 2002/05/12 a "tradition" is quite right (these INC*s were added only in bsd.own.mk,v 1.27 and are unique to FreeBSD). When I asked on ports@ some time ago how many ports use bsd.*.mk files, I was told (Bill, was it you?) that less than 2% of ports use them, and I should not be too much worried if some of them break due to my work of the new generation of bsd.*.mk files for FreeBSD. Instead, the relevant ports could easily be fixed. For this particular port, it uses the makefile.freebsd specially targeted to FreeBSD. Why not just use the bsd.lib.mk for it? %%% Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/graphics/png/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 30 Apr 2002 15:29:08 -0000 1.48 +++ Makefile 17 May 2002 07:21:18 -0000 @@ -29,11 +29,15 @@ =20 MAN3=3D libpng.3 libpngpf.3 MAN5=3D png.5 +MANCOMPRESSED=3D maybe =20 .include =20 post-extract: # Please don't delete the following line - this link used by ghostscript* = ports @${LN} -sf ${WRKSRC} ${WRKDIR}/libpng + +pre-install: + @[ -d ${PREFIX}/include/libpng ] || ${MKDIR} ${PREFIX}/include/libpng =20 .include Index: files/patch-aa =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/graphics/png/files/patch-aa,v retrieving revision 1.18 diff -u -r1.18 patch-aa --- files/patch-aa 21 Apr 2002 16:11:52 -0000 1.18 +++ files/patch-aa 17 May 2002 07:21:18 -0000 @@ -1,37 +1,116 @@ ---- scripts/makefile.freebsd.orig Mon Apr 15 18:11:36 2002 -+++ scripts/makefile.freebsd Sun Apr 21 20:03:05 2002 -@@ -3,11 +3,13 @@ +--- scripts/makefile.freebsd.orig Mon Apr 15 17:11:36 2002 ++++ scripts/makefile.freebsd Fri May 17 10:14:05 2002 +@@ -3,91 +3,41 @@ # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # For conditions of distribution and use, see copyright notice in png.h =20 -+.include -+ - # where make install puts libpng.a and png.h +-# where make install puts libpng.a and png.h -prefix=3D/usr/local -+prefix=3D${PREFIX} ++LIB=3D png ++SHLIB_MAJOR=3D ${SHLIB_VER} ++SHLIB_MINOR=3D 0 ++NOPROFILE=3D YES =20 -PNGMAJ=3D 5 -.if (${OBJFORMAT} =3D=3D "elf") -+PNGMAJ=3D $(SHLIB_VER) -+.if (${PORTOBJFORMAT} =3D=3D "elf") - PNGVER=3D $(PNGMAJ) - .else - PNGMIN=3D 0 -@@ -15,7 +17,7 @@ - .endif +-PNGVER=3D $(PNGMAJ) +-.else +-PNGMIN=3D 0 +-PNGVER=3D $(PNGMAJ).$(PNGMIN) +-.endif ++# where make install puts libpng.a and png.h ++DESTDIR=3D ${PREFIX} ++LIBDIR=3D /lib ++INCS=3D png.h pngconf.h ++INCSDIR=3D /include/libpng ++INCDIR=3D ${INCSDIR} # for 4.x bsd.lib.mk ++MAN=3D libpng.3 libpngpf.3 png.5 ++MANDIR=3D /man/man ++SYMLINKS=3D libpng/png.h ${INCSDIR}/png.h \ ++ libpng/pngconf.h ${INCSDIR}/pngconf.h =20 CFLAGS+=3D -I. -DPNG_USE_PNGGCCRD -.if (${MACHINE_ARCH} !=3D "i386") +.if (${ARCH} !=3D "i386") CFLAGS+=3D -DPNG_NO_ASSEMBLER_CODE .endif - LDFLAGS+=3D-L. -lpng -lz -lm -static -@@ -36,7 +38,7 @@ - $(RANLIB) $@ +-LDFLAGS+=3D-L. -lpng -lz -lm -static +- +-OBJS =3D png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ +- pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \ +- pngwtran.o pngmem.o pngerror.o pngpread.o pnggccrd.o +- +-.SUFFIXES: .c .so .o +- +-.c.so: +- ${CC} ${CFLAGS} -fPIC -DPIC -o $@ -c $< +- +-all: libpng.a libpng.so.${PNGVER} pngtest =20 - libpng.so.${PNGVER}: $(OBJS:S/o$/so/g) +-libpng.a: $(OBJS) +- ar rc $@ $(OBJS) +- $(RANLIB) $@ +- +-libpng.so.${PNGVER}: $(OBJS:S/o$/so/g) -.if (${OBJFORMAT} =3D=3D "elf") -+.if (${PORTOBJFORMAT} =3D=3D "elf") - ${CC} -shared -Wl,-x,-soname,$@ -o $@ $(OBJS:S/o$/so/g) -lz -lm - .else - ${CC} -shared -Wl,-x -o $@ $(OBJS:S/o$/so/g) -lz -lm +- ${CC} -shared -Wl,-x,-soname,$@ -o $@ $(OBJS:S/o$/so/g) -lz -lm +-.else +- ${CC} -shared -Wl,-x -o $@ $(OBJS:S/o$/so/g) -lz -lm +-.endif ++SRCS=3D png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ ++ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ ++ pngwtran.c pngmem.c pngerror.c pngpread.c pnggccrd.c +=20 + pngtest: pngtest.o libpng.a +- $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) ++ ${CC} ${CFLAGS} -L. -static -o pngtest pngtest.o -lpng -lz -lm ++ ++CLEANFILES=3D pngtest pngtest.o pngout.png +=20 + test: pngtest + ./pngtest +=20 +-install: libpng.a libpng.so.${PNGVER} +- -@mkdir $(prefix)/include/libpng +- ${INSTALL} -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \ +- png.h pngconf.h $(prefix)/include/libpng +- ln -sf libpng/png.h $(prefix)/include/png.h +- ln -sf libpng/pngconf.h $(prefix)/include/pngconf.h +- ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ +- libpng.a libpng.so.${PNGVER} $(prefix)/lib +- $(RANLIB) $(prefix)/lib/libpng.a +- ln -sf libpng.so.${PNGVER} $(prefix)/lib/libpng.so +- /sbin/ldconfig -R +- ${INSTALL} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \ +- libpng.3 libpngpf.3 $(prefix)/man/man3 +- ${INSTALL} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \ +- png.5 $(prefix)/man/man5 +- +-clean: +- rm -f *.o libpng.a libpng.so libpng.so.${PNGVER} pngtest pngout.png +- + DOCS =3D ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO + writelock: + chmod a-w *.[ch35] $(DOCS) scripts/* +=20 +-# DO NOT DELETE THIS LINE -- make depend depends on it. +- +-png.o: png.h pngconf.h +-pngerror.o: png.h pngconf.h +-pngrio.o: png.h pngconf.h +-pngwio.o: png.h pngconf.h +-pngmem.o: png.h pngconf.h +-pngset.o: png.h pngconf.h +-pngget.o: png.h pngconf.h +-pngread.o: png.h pngconf.h +-pngrtran.o: png.h pngconf.h +-pngrutil.o: png.h pngconf.h +-pngtest.o: png.h pngconf.h +-pngtrans.o: png.h pngconf.h +-pngwrite.o: png.h pngconf.h +-pngwtran.o: png.h pngconf.h +-pngwutil.o: png.h pngconf.h +-pngpread.o: png.h pngconf.h +-pnggccrd.o: png.h pngconf.h +- ++.include %%% This has been verified to work for both 4.x and 5.0. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85LAsUkv4P6juNwoRAmjSAJ9KCCEly/7dufEdVtSn0pm5oW4wYgCcD237 bDwsgQey4j0KuoX0eceWQiA= =z65e -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 0:33: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 5730337B4CB; Fri, 17 May 2002 00:33:03 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7X3t52027; Fri, 17 May 2002 00:33:03 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 00:33:03 -0700 (PDT) From: Message-Id: <200205170733.g4H7X3t52027@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/37886: Update port: deskutils/kmymoney2 resubmitting PR in diff-format 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: Update port: deskutils/kmymoney2 resubmitting PR in diff-format Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Fri May 17 00:32:41 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=37886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 1: 0: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 B5B8237B406 for ; Fri, 17 May 2002 01:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H806N56575; Fri, 17 May 2002 01:00:06 -0700 (PDT) (envelope-from gnats) Received: from h1.generalresources.com (h1.generalresources.com [211.21.66.250]) by hub.freebsd.org (Postfix) with ESMTP id 8C0BC37B408 for ; Fri, 17 May 2002 00:54:02 -0700 (PDT) Received: (from root@localhost) by h1.generalresources.com (8.11.6/8.11.6) id g4H7rxf40972 for FreeBSD-gnats-submit@freebsd.org.procmail; Fri, 17 May 2002 15:53:59 +0800 (CST) (envelope-from hsw@generalresources.com) Received: from server.tucheng.generalresources.com (int-1-253.generalresources.com [192.168.1.253]) by h1.generalresources.com (8.11.6/8.11.6) with ESMTP id g4H7rwi40966; Fri, 17 May 2002 15:53:59 +0800 (CST) (envelope-from hsw@generalresources.com) Received: from x4.tucheng.generalresources.com (x4.tucheng.generalresources.com [192.168.2.4]) by server.tucheng.generalresources.com (8.11.6/8.11.6) with ESMTP id g4H7rw740738; Fri, 17 May 2002 15:53:58 +0800 (CST) (envelope-from hsw@generalresources.com) Received: from x4.tucheng.generalresources.com (localhost [127.0.0.1]) by x4.tucheng.generalresources.com (8.12.3/8.12.2) with ESMTP id g4H7rvaR076148; Fri, 17 May 2002 15:53:57 +0800 (CST) (envelope-from hsw@x4.tucheng.generalresources.com) Received: (from hsw@localhost) by x4.tucheng.generalresources.com (8.12.3/8.12.3/Submit) id g4H7rvZu076147; Fri, 17 May 2002 15:53:57 +0800 (CST) Message-Id: <200205170753.g4H7rvZu076147@x4.tucheng.generalresources.com> Date: Fri, 17 May 2002 15:53:57 +0800 (CST) From: Christopher Hall Reply-To: Christopher Hall To: FreeBSD-gnats-submit@FreeBSD.org Cc: keith@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38172: 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: 38172 >Category: ports >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 17 01:00:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Christopher Hall >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 4.6-PRERELEASE #0: Tue May 14 17:23:15 CST 2002 >Description: ports/chinese/ghostscript6 has been changed to version 7.05, (to match with the upgrade to print/ghostscript-gnu-7.05_1) but fails during install trying to patch a file installed by print/ghostscript-gnu-7.05_1. ===> Installing for zh-ghostscript-7.05 ===> zh-ghostscript-7.05 depends on file: /usr/local/share/ghostscript/7.05/lib/gs_ttf.ps - found ===> zh-ghostscript-7.05 depends on executable: ttfm.sh - found Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- lib/gs_ttf.ps.orig Fri Dec 15 16:55:13 2000 |+++ lib/gs_ttf.ps Fri Dec 15 16:56:23 2000 -------------------------- Patching file gs_ttf.ps using Plan A... Hunk #1 succeeded at 313 with fuzz 1 (offset 61 lines). Hunk #2 failed at 384. Hunk #3 failed at 398. Hunk #4 failed at 513. Hunk #5 failed at 556. Hunk #6 failed at 608. Hunk #7 failed at 791. Hunk #8 failed at 923. Hunk #9 succeeded at 1112 with fuzz 1 (offset 219 lines). 7 out of 9 hunks failed--saving rejects to gs_ttf.ps.rej done *** Error code 7 Stop in /usr/ports/chinese/ghostscript6. >How-To-Repeat: portupgrade -f ghostscript-gnu # just to be sure gs_ttf.ps is ok cd /usr/ports/chinese/ghostscript6 make install >Fix: not known. did notice that the distibution file that contains the patch appears to be for just ghostscript6: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for gs6.50_ttf.ps-cjkv-20001215.patch.gz. I looked at the distribution sites, but did not find any later version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 1: 6:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 698DC37B40A; Fri, 17 May 2002 01:06:21 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g4H86DdM013161; Fri, 17 May 2002 12:06:18 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g4H86Avi013160; Fri, 17 May 2002 12:06:11 +0400 (MSD) Date: Fri, 17 May 2002 12:06:09 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517080609.GA12895@nagual.pp.ru> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <20020517072428.GA75925@sunbay.com> User-Agent: Mutt/1.3.28i 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 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 10:24:28 +0300, Ruslan Ermilov wrote: > I don't think that calling the 2000/01/14 - 2002/05/12 a "tradition" > is quite right (these INC*s were added only in bsd.own.mk,v 1.27 and > are unique to FreeBSD). >=20 > For this particular port, it uses the makefile.freebsd specially > targeted to FreeBSD. Why not just use the bsd.lib.mk for it? I'll look at your bsd.lib.mk solution a bit later, thanx. But at this moment general question still present: if somebody needs exact INC{OWN,GRP,MODE} to install include files, where he can pick them now? I don't mean this particular port, but many ports install includes from the port top level Makefile f.e. --=20 Andrey A. Chernov http://ache.pp.ru/ --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPOS58eJgpPLZnQjrAQElWgQAtelMIAHputCtaYcilB0TQELGvvkitRGm 90Ov21tBs0LAqfKqWu5yFYBsDahPRAyfNJI2Ktxa01uKQC67zNkpkUa3YtVTd2Yi 97CgxoGm/ph3E/wlnLO89/Odk8daDjl1g/1qmvp6kCRAvXoWEbkHV9+WVVCrHAjM yx/ggZ8snEI= =VNTv -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 1:12:55 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 9336737B61E for ; Fri, 17 May 2002 01:10:42 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8ARR61004; Fri, 17 May 2002 01:10:27 -0700 (PDT) (envelope-from gnats) Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 3C73637B403 for ; Fri, 17 May 2002 01:01:09 -0700 (PDT) Received: (qmail 58010 invoked by uid 100); 17 May 2002 08:01:07 -0000 Message-Id: <20020517080107.58009.qmail@mired.org> Date: 17 May 2002 08:01:07 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38173: New port: posix library for smalleiffel 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: 38173 >Category: ports >Synopsis: New port: posix library for smalleiffel >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: Fri May 17 01:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #9: Mon May 13 23:02:50 CDT 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: There are *no* libraries for smalleiffel in the ports tree, just a pair of compilers. >How-To-Repeat: cd /usr/ports; make search key=eiffel >Fix: Commit the attached port. Note that this port requires ports/38165 or a similar update to be committed before it will work properly. # 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: # # eposix # eposix/pkg-plist # eposix/pkg-descr # eposix/pkg-comment # eposix/distinfo # eposix/files # eposix/files/patch.Makefile # eposix/Makefile # echo c - eposix mkdir -p eposix > /dev/null 2>&1 echo x - eposix/pkg-plist sed 's/^X//' >eposix/pkg-plist << 'END-of-eposix/pkg-plist' Xlib/libeposix-SE.a Xlib/libeposix.a XSmallEiffel/lib/eposix/loadpath.se XSmallEiffel/lib/eposix/posix/posix_user_database.e XSmallEiffel/lib/eposix/posix/epx_exec_process.e XSmallEiffel/lib/eposix/posix/epx_factory.e XSmallEiffel/lib/eposix/posix/epx_file_descriptor.e XSmallEiffel/lib/eposix/posix/epx_file_system.e XSmallEiffel/lib/eposix/posix/epx_pipe.e XSmallEiffel/lib/eposix/posix/epx_status.e XSmallEiffel/lib/eposix/posix/loadpath.se XSmallEiffel/lib/eposix/posix/posix_async_io_request.e XSmallEiffel/lib/eposix/posix/posix_base.e XSmallEiffel/lib/eposix/posix/posix_binary_file.e XSmallEiffel/lib/eposix/posix/posix_buffer.e XSmallEiffel/lib/eposix/posix/posix_child_process.e XSmallEiffel/lib/eposix/posix/posix_constants.e XSmallEiffel/lib/eposix/posix/posix_current_process.e XSmallEiffel/lib/eposix/posix/posix_daemon.e XSmallEiffel/lib/eposix/posix/posix_directory.e XSmallEiffel/lib/eposix/posix/posix_env_var.e XSmallEiffel/lib/eposix/posix/posix_dynamic_memory.e XSmallEiffel/lib/eposix/posix/posix_exec_process.e XSmallEiffel/lib/eposix/posix/posix_file.e XSmallEiffel/lib/eposix/posix/posix_file_descriptor.e XSmallEiffel/lib/eposix/posix/posix_file_system.e XSmallEiffel/lib/eposix/posix/posix_fork_root.e XSmallEiffel/lib/eposix/posix/posix_group.e XSmallEiffel/lib/eposix/posix/posix_group_database.e XSmallEiffel/lib/eposix/posix/posix_lock.e XSmallEiffel/lib/eposix/posix/posix_memory_map.e XSmallEiffel/lib/eposix/posix/posix_named_semaphore.e XSmallEiffel/lib/eposix/posix/posix_path.e XSmallEiffel/lib/eposix/posix/posix_permissions.e XSmallEiffel/lib/eposix/posix/posix_permissions_fildes.e XSmallEiffel/lib/eposix/posix/posix_permissions_path.e XSmallEiffel/lib/eposix/posix/posix_pipe.e XSmallEiffel/lib/eposix/posix/posix_process.e XSmallEiffel/lib/eposix/posix/posix_signal.e XSmallEiffel/lib/eposix/posix/posix_semaphore.e XSmallEiffel/lib/eposix/posix/posix_shared_memory.e XSmallEiffel/lib/eposix/posix/posix_shell_command.e XSmallEiffel/lib/eposix/posix/posix_signal_event.e XSmallEiffel/lib/eposix/posix/posix_signal_handler.e XSmallEiffel/lib/eposix/posix/posix_signal_set.e XSmallEiffel/lib/eposix/posix/posix_status.e XSmallEiffel/lib/eposix/posix/posix_status_fildes.e XSmallEiffel/lib/eposix/posix/posix_status_path.e XSmallEiffel/lib/eposix/posix/posix_system.e XSmallEiffel/lib/eposix/posix/posix_temporary_file.e XSmallEiffel/lib/eposix/posix/posix_termios.e XSmallEiffel/lib/eposix/posix/posix_text_file.e XSmallEiffel/lib/eposix/posix/posix_time.e XSmallEiffel/lib/eposix/posix/posix_timed_acquire.e XSmallEiffel/lib/eposix/posix/posix_timed_command.e XSmallEiffel/lib/eposix/posix/posix_timed_fin_character.e XSmallEiffel/lib/eposix/posix/posix_timed_fin_string.e XSmallEiffel/lib/eposix/posix/posix_unnamed_semaphore.e XSmallEiffel/lib/eposix/posix/posix_user.e XSmallEiffel/lib/eposix/posix/epx_current_process.e XSmallEiffel/lib/eposix/capi/c_time.o XSmallEiffel/lib/eposix/capi/c_errno.h XSmallEiffel/lib/eposix/capi/c_exit_handling.c XSmallEiffel/lib/eposix/capi/c_exit_handling.h XSmallEiffel/lib/eposix/capi/c_locale.c XSmallEiffel/lib/eposix/capi/c_locale.h XSmallEiffel/lib/eposix/capi/c_signal.c XSmallEiffel/lib/eposix/capi/c_signal.h XSmallEiffel/lib/eposix/capi/c_signal_handling.c XSmallEiffel/lib/eposix/capi/c_signal_handling.h XSmallEiffel/lib/eposix/capi/c_stdio.c XSmallEiffel/lib/eposix/capi/c_stdio.h XSmallEiffel/lib/eposix/capi/c_stdlib.c XSmallEiffel/lib/eposix/capi/c_stdlib.h XSmallEiffel/lib/eposix/capi/c_string.c XSmallEiffel/lib/eposix/capi/c_string.h XSmallEiffel/lib/eposix/capi/c_time.c XSmallEiffel/lib/eposix/capi/c_time.h XSmallEiffel/lib/eposix/capi/capi_errno.e XSmallEiffel/lib/eposix/capi/capi_locale.e XSmallEiffel/lib/eposix/capi/capi_signal.e XSmallEiffel/lib/eposix/capi/capi_stdio.e XSmallEiffel/lib/eposix/capi/capi_stdlib.e XSmallEiffel/lib/eposix/capi/capi_string.e XSmallEiffel/lib/eposix/capi/capi_time.e XSmallEiffel/lib/eposix/capi/c_errno.o XSmallEiffel/lib/eposix/capi/c_exit_handling.o XSmallEiffel/lib/eposix/capi/c_locale.o XSmallEiffel/lib/eposix/capi/c_signal.o XSmallEiffel/lib/eposix/capi/c_signal_handling.o XSmallEiffel/lib/eposix/capi/c_stdio.o XSmallEiffel/lib/eposix/capi/c_stdlib.o XSmallEiffel/lib/eposix/capi/c_string.o XSmallEiffel/lib/eposix/capi/c_errno.c XSmallEiffel/lib/eposix/windows/windows_system.e XSmallEiffel/lib/eposix/windows/epx_current_process.e XSmallEiffel/lib/eposix/windows/epx_exec_process.e XSmallEiffel/lib/eposix/windows/epx_factory.e XSmallEiffel/lib/eposix/windows/epx_file_descriptor.e XSmallEiffel/lib/eposix/windows/epx_file_system.e XSmallEiffel/lib/eposix/windows/epx_pipe.e XSmallEiffel/lib/eposix/windows/epx_status.e XSmallEiffel/lib/eposix/windows/epx_text_file.e XSmallEiffel/lib/eposix/windows/loadpath.se XSmallEiffel/lib/eposix/windows/windows_base.e XSmallEiffel/lib/eposix/windows/windows_child_process.e XSmallEiffel/lib/eposix/windows/windows_constants.e XSmallEiffel/lib/eposix/windows/windows_directory.e XSmallEiffel/lib/eposix/windows/windows_exec_process.e XSmallEiffel/lib/eposix/windows/windows_file_descriptor.e XSmallEiffel/lib/eposix/windows/windows_file_system.e XSmallEiffel/lib/eposix/windows/windows_pipe.e XSmallEiffel/lib/eposix/windows/windows_process.e XSmallEiffel/lib/eposix/windows/windows_process_information.e XSmallEiffel/lib/eposix/windows/windows_security_attributes.e XSmallEiffel/lib/eposix/windows/windows_startupinfo.e XSmallEiffel/lib/eposix/windows/windows_status.e XSmallEiffel/lib/eposix/windows/windows_status_fildes.e XSmallEiffel/lib/eposix/windows/windows_status_path.e XSmallEiffel/lib/eposix/windows/epx_binary_file.e XSmallEiffel/lib/eposix/epxc/xml_generator.e XSmallEiffel/lib/eposix/epxc/epx_config_file.e XSmallEiffel/lib/eposix/epxc/epx_file_reader.e XSmallEiffel/lib/eposix/epxc/epx_file_writer.e XSmallEiffel/lib/eposix/epxc/epx_keyvalue.e XSmallEiffel/lib/eposix/epxc/epx_mime_body.e XSmallEiffel/lib/eposix/epxc/epx_mime_body_multipart.e XSmallEiffel/lib/eposix/epxc/epx_mime_body_other.e XSmallEiffel/lib/eposix/epxc/epx_mime_field.e XSmallEiffel/lib/eposix/epxc/epx_mime_parameter.e XSmallEiffel/lib/eposix/epxc/epx_mime_part.e XSmallEiffel/lib/eposix/epxc/epx_reader.e XSmallEiffel/lib/eposix/epxc/epx_smart_buffer.e XSmallEiffel/lib/eposix/epxc/epx_string_writer.e XSmallEiffel/lib/eposix/epxc/epx_writer.e XSmallEiffel/lib/eposix/epxc/extension_filter.e XSmallEiffel/lib/eposix/epxc/xhtml_generator.e XSmallEiffel/lib/eposix/epxc/epx_cgi.e XSmallEiffel/lib/eposix/epxs/epx_http_client.e XSmallEiffel/lib/eposix/papi/p_wait.o XSmallEiffel/lib/eposix/papi/p_aio.h XSmallEiffel/lib/eposix/papi/p_dirent.c XSmallEiffel/lib/eposix/papi/p_dirent.h XSmallEiffel/lib/eposix/papi/p_errno.c XSmallEiffel/lib/eposix/papi/p_errno.h XSmallEiffel/lib/eposix/papi/p_fcntl.c XSmallEiffel/lib/eposix/papi/p_fcntl.h XSmallEiffel/lib/eposix/papi/p_grp.c XSmallEiffel/lib/eposix/papi/p_grp.h XSmallEiffel/lib/eposix/papi/p_limits.c XSmallEiffel/lib/eposix/papi/p_limits.h XSmallEiffel/lib/eposix/papi/p_locale.c XSmallEiffel/lib/eposix/papi/p_locale.h XSmallEiffel/lib/eposix/papi/p_mman.c XSmallEiffel/lib/eposix/papi/p_mman.h XSmallEiffel/lib/eposix/papi/p_pwd.c XSmallEiffel/lib/eposix/papi/p_pwd.h XSmallEiffel/lib/eposix/papi/p_semaphore.c XSmallEiffel/lib/eposix/papi/p_semaphore.h XSmallEiffel/lib/eposix/papi/p_signal.c XSmallEiffel/lib/eposix/papi/p_signal.h XSmallEiffel/lib/eposix/papi/p_stat.c XSmallEiffel/lib/eposix/papi/p_stat.h XSmallEiffel/lib/eposix/papi/p_stdio.c XSmallEiffel/lib/eposix/papi/p_stdio.h XSmallEiffel/lib/eposix/papi/p_termios.c XSmallEiffel/lib/eposix/papi/p_termios.h XSmallEiffel/lib/eposix/papi/p_types.c XSmallEiffel/lib/eposix/papi/p_types.h XSmallEiffel/lib/eposix/papi/p_unistd.c XSmallEiffel/lib/eposix/papi/p_unistd.h XSmallEiffel/lib/eposix/papi/p_utime.c XSmallEiffel/lib/eposix/papi/p_utime.h XSmallEiffel/lib/eposix/papi/p_utsname.c XSmallEiffel/lib/eposix/papi/p_utsname.h XSmallEiffel/lib/eposix/papi/p_wait.c XSmallEiffel/lib/eposix/papi/p_wait.h XSmallEiffel/lib/eposix/papi/papi_aio.e XSmallEiffel/lib/eposix/papi/papi_dirent.e XSmallEiffel/lib/eposix/papi/papi_fcntl.e XSmallEiffel/lib/eposix/papi/papi_grp.e XSmallEiffel/lib/eposix/papi/papi_mman.e XSmallEiffel/lib/eposix/papi/papi_pwd.e XSmallEiffel/lib/eposix/papi/papi_semaphore.e XSmallEiffel/lib/eposix/papi/papi_signal.e XSmallEiffel/lib/eposix/papi/papi_stat.e XSmallEiffel/lib/eposix/papi/papi_stdio.e XSmallEiffel/lib/eposix/papi/papi_termios.e XSmallEiffel/lib/eposix/papi/papi_types.e XSmallEiffel/lib/eposix/papi/papi_unistd.e XSmallEiffel/lib/eposix/papi/papi_utime.e XSmallEiffel/lib/eposix/papi/papi_utsname.e XSmallEiffel/lib/eposix/papi/papi_wait.e XSmallEiffel/lib/eposix/papi/p_aio.o XSmallEiffel/lib/eposix/papi/p_dirent.o XSmallEiffel/lib/eposix/papi/p_errno.o XSmallEiffel/lib/eposix/papi/p_fcntl.o XSmallEiffel/lib/eposix/papi/p_grp.o XSmallEiffel/lib/eposix/papi/p_limits.o XSmallEiffel/lib/eposix/papi/p_locale.o XSmallEiffel/lib/eposix/papi/p_mman.o XSmallEiffel/lib/eposix/papi/p_pwd.o XSmallEiffel/lib/eposix/papi/p_semaphore.o XSmallEiffel/lib/eposix/papi/p_signal.o XSmallEiffel/lib/eposix/papi/p_stat.o XSmallEiffel/lib/eposix/papi/p_stdio.o XSmallEiffel/lib/eposix/papi/p_termios.o XSmallEiffel/lib/eposix/papi/p_types.o XSmallEiffel/lib/eposix/papi/p_unistd.o XSmallEiffel/lib/eposix/papi/p_utime.o XSmallEiffel/lib/eposix/papi/p_utsname.o XSmallEiffel/lib/eposix/papi/p_aio.c XSmallEiffel/lib/eposix/wapi/wapi_windows.e XSmallEiffel/lib/eposix/wapi/w_direct.h XSmallEiffel/lib/eposix/wapi/w_errno.c XSmallEiffel/lib/eposix/wapi/w_errno.h XSmallEiffel/lib/eposix/wapi/w_fcntl.c XSmallEiffel/lib/eposix/wapi/w_fcntl.h XSmallEiffel/lib/eposix/wapi/w_io.c XSmallEiffel/lib/eposix/wapi/w_io.h XSmallEiffel/lib/eposix/wapi/w_stat.c XSmallEiffel/lib/eposix/wapi/w_stat.h XSmallEiffel/lib/eposix/wapi/w_stdio.c XSmallEiffel/lib/eposix/wapi/w_stdio.h XSmallEiffel/lib/eposix/wapi/w_stdlib.c XSmallEiffel/lib/eposix/wapi/w_stdlib.h XSmallEiffel/lib/eposix/wapi/w_windows.c XSmallEiffel/lib/eposix/wapi/w_windows.h XSmallEiffel/lib/eposix/wapi/wapi_direct.e XSmallEiffel/lib/eposix/wapi/wapi_io.e XSmallEiffel/lib/eposix/wapi/wapi_stat.e XSmallEiffel/lib/eposix/wapi/wapi_stdio.e XSmallEiffel/lib/eposix/wapi/wapi_stdlib.e XSmallEiffel/lib/eposix/wapi/w_direct.c XSmallEiffel/lib/eposix/abstract/abstract_status_path.e XSmallEiffel/lib/eposix/abstract/abstract_current_process.e XSmallEiffel/lib/eposix/abstract/abstract_directory.e XSmallEiffel/lib/eposix/abstract/abstract_exec_process.e XSmallEiffel/lib/eposix/abstract/abstract_factory.e XSmallEiffel/lib/eposix/abstract/abstract_file_descriptor.e XSmallEiffel/lib/eposix/abstract/abstract_file_system.e XSmallEiffel/lib/eposix/abstract/abstract_path_filter.e XSmallEiffel/lib/eposix/abstract/abstract_pipe.e XSmallEiffel/lib/eposix/abstract/abstract_process.e XSmallEiffel/lib/eposix/abstract/abstract_status.e XSmallEiffel/lib/eposix/abstract/abstract_status_fildes.e XSmallEiffel/lib/eposix/abstract/abstract_child_process.e XSmallEiffel/lib/eposix/spec/ise/array_helper.e XSmallEiffel/lib/eposix/spec/ise/character_helper.e XSmallEiffel/lib/eposix/spec/ise/epx_string_helper.e XSmallEiffel/lib/eposix/spec/ise/last_signal.e XSmallEiffel/lib/eposix/spec/ise/string_helper.e XSmallEiffel/lib/eposix/spec/se/any.e XSmallEiffel/lib/eposix/spec/se/array_helper.e XSmallEiffel/lib/eposix/spec/se/character_helper.e XSmallEiffel/lib/eposix/spec/se/epx_string_helper.e XSmallEiffel/lib/eposix/spec/se/last_signal.e XSmallEiffel/lib/eposix/spec/se/string_helper.e XSmallEiffel/lib/eposix/spec/ve/array_helper.e XSmallEiffel/lib/eposix/spec/ve/character_helper.e XSmallEiffel/lib/eposix/spec/ve/epx_string_helper.e XSmallEiffel/lib/eposix/spec/ve/last_signal.e XSmallEiffel/lib/eposix/standardc/stdc_time.e XSmallEiffel/lib/eposix/standardc/portable_path.e XSmallEiffel/lib/eposix/standardc/stdc_base.e XSmallEiffel/lib/eposix/standardc/stdc_binary_file.e XSmallEiffel/lib/eposix/standardc/stdc_buffer.e XSmallEiffel/lib/eposix/standardc/stdc_child_process.e XSmallEiffel/lib/eposix/standardc/stdc_constants.e XSmallEiffel/lib/eposix/standardc/stdc_current_process.e XSmallEiffel/lib/eposix/standardc/stdc_dynamic_memory.e XSmallEiffel/lib/eposix/standardc/stdc_env_var.e XSmallEiffel/lib/eposix/standardc/stdc_errno.e XSmallEiffel/lib/eposix/standardc/stdc_exit_handler.e XSmallEiffel/lib/eposix/standardc/stdc_exit_switch.e XSmallEiffel/lib/eposix/standardc/stdc_exit_switch_accessor.e XSmallEiffel/lib/eposix/standardc/stdc_file.e XSmallEiffel/lib/eposix/standardc/stdc_file_position.e XSmallEiffel/lib/eposix/standardc/stdc_file_system.e XSmallEiffel/lib/eposix/standardc/stdc_path.e XSmallEiffel/lib/eposix/standardc/stdc_locale_numeric.e XSmallEiffel/lib/eposix/standardc/stdc_process.e XSmallEiffel/lib/eposix/standardc/stdc_security.e XSmallEiffel/lib/eposix/standardc/stdc_security_accessor.e XSmallEiffel/lib/eposix/standardc/stdc_security_aspect.e XSmallEiffel/lib/eposix/standardc/stdc_security_cpu.e XSmallEiffel/lib/eposix/standardc/stdc_security_error_handling.e XSmallEiffel/lib/eposix/standardc/stdc_security_files.e XSmallEiffel/lib/eposix/standardc/stdc_security_memory.e XSmallEiffel/lib/eposix/standardc/stdc_shell_command.e XSmallEiffel/lib/eposix/standardc/stdc_signal.e XSmallEiffel/lib/eposix/standardc/stdc_signal_handler.e XSmallEiffel/lib/eposix/standardc/stdc_signal_switch.e XSmallEiffel/lib/eposix/standardc/stdc_signal_switch_accessor.e XSmallEiffel/lib/eposix/standardc/stdc_system.e XSmallEiffel/lib/eposix/standardc/stdc_temporary_file.e XSmallEiffel/lib/eposix/standardc/stdc_text_file.e XSmallEiffel/lib/eposix/standardc/loadpath.se XSmallEiffel/lib/eposix/support/epx_pointer_add.e XSmallEiffel/lib/eposix/support/abstract_character_helper.e XSmallEiffel/lib/eposix/support/abstract_string_helper.e XSmallEiffel/lib/eposix/support/abstract_array_helper.e XSmallEiffel/lib/eposix/support/epx_singleton.e XSmallEiffel/lib/eposix/support/epx_stack.e XSmallEiffel/lib/eposix/support/external_helper.e XSmallEiffel/lib/eposix/supportc/c_support.c XSmallEiffel/lib/eposix/supportc/c_support.h XSmallEiffel/lib/eposix/supportc/cecil.se XSmallEiffel/lib/eposix/supportc/eiffel.h XSmallEiffel/lib/eposix/supportc/c_support.o XSmallEiffel/lib/eposix/sus/sus_udp_socket.e XSmallEiffel/lib/eposix/sus/sus_base.e XSmallEiffel/lib/eposix/sus/sus_constants.e XSmallEiffel/lib/eposix/sus/sus_env_var.e XSmallEiffel/lib/eposix/sus/sus_file_descriptor.e XSmallEiffel/lib/eposix/sus/sus_file_system.e XSmallEiffel/lib/eposix/sus/sus_host.e XSmallEiffel/lib/eposix/sus/sus_ip4_address.e XSmallEiffel/lib/eposix/sus/sus_ip_address.e XSmallEiffel/lib/eposix/sus/sus_service.e XSmallEiffel/lib/eposix/sus/sus_socket.e XSmallEiffel/lib/eposix/sus/sus_socket_address.e XSmallEiffel/lib/eposix/sus/sus_status.e XSmallEiffel/lib/eposix/sus/sus_status_link.e XSmallEiffel/lib/eposix/sus/sus_status_path.e XSmallEiffel/lib/eposix/sus/sus_syslog.e XSmallEiffel/lib/eposix/sus/sus_syslog_accessor.e XSmallEiffel/lib/eposix/sus/sus_system.e XSmallEiffel/lib/eposix/sus/sus_tcp_socket.e XSmallEiffel/lib/eposix/sus/loadpath.se XSmallEiffel/lib/eposix/sapi/s_unistd.o XSmallEiffel/lib/eposix/sapi/s_in.h XSmallEiffel/lib/eposix/sapi/s_inet.c XSmallEiffel/lib/eposix/sapi/s_inet.h XSmallEiffel/lib/eposix/sapi/s_netdb.c XSmallEiffel/lib/eposix/sapi/s_netdb.h XSmallEiffel/lib/eposix/sapi/s_socket.c XSmallEiffel/lib/eposix/sapi/s_socket.h XSmallEiffel/lib/eposix/sapi/s_stat.c XSmallEiffel/lib/eposix/sapi/s_stat.h XSmallEiffel/lib/eposix/sapi/s_stdlib.c XSmallEiffel/lib/eposix/sapi/s_stdlib.h XSmallEiffel/lib/eposix/sapi/s_syslog.c XSmallEiffel/lib/eposix/sapi/s_syslog.h XSmallEiffel/lib/eposix/sapi/s_unistd.c XSmallEiffel/lib/eposix/sapi/s_unistd.h XSmallEiffel/lib/eposix/sapi/sapi_in.e XSmallEiffel/lib/eposix/sapi/sapi_inet.e XSmallEiffel/lib/eposix/sapi/sapi_netdb.e XSmallEiffel/lib/eposix/sapi/sapi_socket.e XSmallEiffel/lib/eposix/sapi/sapi_stat.e XSmallEiffel/lib/eposix/sapi/sapi_stdlib.e XSmallEiffel/lib/eposix/sapi/sapi_syslog.e XSmallEiffel/lib/eposix/sapi/s_in.o XSmallEiffel/lib/eposix/sapi/sapi_unistd.e XSmallEiffel/lib/eposix/sapi/s_inet.o XSmallEiffel/lib/eposix/sapi/s_netdb.o XSmallEiffel/lib/eposix/sapi/s_socket.o XSmallEiffel/lib/eposix/sapi/s_stat.o XSmallEiffel/lib/eposix/sapi/s_stdlib.o XSmallEiffel/lib/eposix/sapi/s_syslog.o XSmallEiffel/lib/eposix/sapi/s_in.c XSmallEiffel/lib/eposix/cluster.es X@dirrm SmallEiffel/lib/eposix/sapi X@dirrm SmallEiffel/lib/eposix/sus X@dirrm SmallEiffel/lib/eposix/supportc X@dirrm SmallEiffel/lib/eposix/support X@dirrm SmallEiffel/lib/eposix/standardc X@dirrm SmallEiffel/lib/eposix/spec/ve X@dirrm SmallEiffel/lib/eposix/spec/se X@dirrm SmallEiffel/lib/eposix/spec/ise X@dirrm SmallEiffel/lib/eposix/spec X@dirrm SmallEiffel/lib/eposix/abstract X@dirrm SmallEiffel/lib/eposix/wapi X@dirrm SmallEiffel/lib/eposix/papi X@dirrm SmallEiffel/lib/eposix/epxs X@dirrm SmallEiffel/lib/eposix/epxc X@dirrm SmallEiffel/lib/eposix/windows X@dirrm SmallEiffel/lib/eposix/capi X@dirrm SmallEiffel/lib/eposix/posix X@dirrm SmallEiffel/lib/eposix X%%PORTDOCS%%share/doc/eposix-manual.pdf X@unexec cp ${PKG_PREFIX}/SmallEiffel/sys/loadpath.UNIX ${PKG_PREFIX}/SmallEiffel/sys/loadpath.tmp X@unexec sed '/eposix/d' ${PKG_PREFIX}/SmallEiffel/sys/loadpath.tmp > ${PKG_PREFIX}/SmallEiffel/sys/loadpath.UNIX X@unexec rm -f ${PKG_PREFIX}/SmallEiffel/sys/loadpath.tmp END-of-eposix/pkg-plist echo x - eposix/pkg-descr sed 's/^X//' >eposix/pkg-descr << 'END-of-eposix/pkg-descr' XThis is the complete Eiffel to Standard C and Posix binding. XIt also contains Windows and Single Unix Specification support. X Xhttp://berend.gameren.nl/eposix/ END-of-eposix/pkg-descr echo x - eposix/pkg-comment sed 's/^X//' >eposix/pkg-comment << 'END-of-eposix/pkg-comment' XA POSIX library for Eiffel END-of-eposix/pkg-comment echo x - eposix/distinfo sed 's/^X//' >eposix/distinfo << 'END-of-eposix/distinfo' XMD5 (eposix-1.0.0.tgz) = 10a6e7e0aad910bd034b412f7c6097f9 END-of-eposix/distinfo echo c - eposix/files mkdir -p eposix/files > /dev/null 2>&1 echo x - eposix/files/patch.Makefile sed 's/^X//' >eposix/files/patch.Makefile << 'END-of-eposix/files/patch.Makefile' END-of-eposix/files/patch.Makefile echo x - eposix/Makefile sed 's/^X//' >eposix/Makefile << 'END-of-eposix/Makefile' X# New ports collection makefile for: eposix X# Date created: 17 May 2002 X# Whom: mwm@mired.org X# X# $FreeBSD$ X# X XPORTNAME= eposix XPORTVERSION= 1.0.0 XCATEGORIES= devel XMASTER_SITES= http://berend.gameren.nl/eposix/ XEXTRACT_SUFX= .tgz X XMAINTAINER= mwm@mired.org X XUSE_GMAKE= yes X XWRKSRC= ${WRKDIR}/eposix X XSEDIR= ${PREFIX}/SmallEiffel XRUN_DEPENDS= ${SEDIR}:${PORTSDIR}/lang/smalleiffel X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/lib/libeposix-SE.a ${WRKSRC}/lib/libeposix.a \ X ${PREFIX}/lib X ${CP} -R ${WRKSRC}/src/ ${SEDIR}/lib/eposix X ${SED} -e s,.\*/src,${SEDIR}/lib/eposix, -e s/epxp/epxs/ \ X ${WRKSRC}/src/posix/loadpath.se > ${SEDIR}/lib/eposix/loadpath.se X ${ECHO} ${SEDIR}/lib/eposix/loadpath.se >> ${SEDIR}/sys/loadpath.UNIX X Xpost-install: X.if !defined(NOPORTDOCS) X ${INSTALL_DATA} ${WRKSRC}/doc/eposix-manual.pdf ${PREFIX}/share/doc X.endif X X.include END-of-eposix/Makefile 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 Fri May 17 1:50: 8 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 71A1A37B40B for ; Fri, 17 May 2002 01:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8o2q64922; Fri, 17 May 2002 01:50:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 01:50:02 -0700 (PDT) Message-Id: <200205170850.g4H8o2q64922@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: TERAMOTO Masahiro Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36 Reply-To: TERAMOTO Masahiro 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/38051; it has been noted by GNATS. From: TERAMOTO Masahiro To: freebsd-gnats-submit@FreeBSD.org, abatko@cs.mcgill.ca Cc: Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36 Date: Fri, 17 May 2002 17:41:45 +0900 Hi Install Apache 2.0.36 using ports(www/apache2, set WITH_SUEXEC), suexec wrpper is installed as /usr/local/sbin/suexec . but mod_suexec.c assume this wrapper installed as /usr/local/bin/suexec. set --with-suexec-bin=/usr/local/sbin/suexec, and suExec Mechanism works well. Index: Makefile =================================================================== RCS file: /export/ncvs/ports/www/apache2/Makefile,v retrieving revision 1.114 diff -u -r1.114 Makefile --- Makefile 9 May 2002 03:55:18 -0000 1.114 +++ Makefile 17 May 2002 08:28:23 -0000 @@ -64,6 +64,7 @@ .if defined(WITH_SUEXEC) SUEXEC_USERDIR?= public_html CONFIGURE_ARGS+= --enable-suexec \ + --with-suexec-bin=/usr/local/sbin/suexec \ --with-suexec-caller=www \ --with-suexec-userdir="${SUEXEC_USERDIR}" \ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ -- TERAMOTO Masahiro teramoto@comm.eng.osaka-u.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 2: 3:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from aifhs8.alcatel.fr (na5.alcatel.fr [194.133.58.5]) by hub.freebsd.org (Postfix) with ESMTP id 1C66837B400 for ; Fri, 17 May 2002 02:03:07 -0700 (PDT) Received: from frmail28.netfr.alcatel.fr (frmail28.netfr.alcatel.fr [155.132.251.28]) by aifhs8.alcatel.fr (ALCANET/SMTP2) with ESMTP id LAA08768 for ; Fri, 17 May 2002 11:03:05 +0200 (MET DST) Received: from alcatel.fr ([139.54.208.22]) by frmail28.netfr.alcatel.fr (Lotus Domino Release 5.0.9a) with ESMTP id 2002051711025710:2330 ; Fri, 17 May 2002 11:02:57 +0200 Message-ID: <3CE4C6DA.28D1F3@alcatel.fr> Date: Fri, 17 May 2002 11:01:14 +0200 From: Lionel.Fournigault@alcatel.fr Reply-To: Lionel.Fournigault@alcatel.fr X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: xcoral X-MIMETrack: Itemize by SMTP Server on FRMAIL28/FR/ALCATEL(Release 5.0.9a |January 7, 2002) at 05/17/2002 11:02:57, Serialize by Router on FRMAIL28/FR/ALCATEL(Release 5.0.9a |January 7, 2002) at 05/17/2002 11:03:04, Serialize complete at 05/17/2002 11:03:04 Content-Transfer-Encoding: 7bit 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 Hi FreeBSD admins, I've seen in ports collection (editors) xcoral-3.2. This version is very obsolete. You can get the current release at the main web site http://xcoral.free.fr Have a nice day. PS: I'm the author of this software. -- =================================================================== | Lionel Fournigault Alcatel CIT Route de Nozay 91460 Marcoussis.| | Research & Innovation Department, Internet and Unix systems | | Tel: 01.69.63.15.71 SMTP: Lionel.Fournigault@ms.alcatel.fr | | ArmadaM700 128/20GO Linux-SuSE-7.2/KDE-2.1.2 | | favorite editor: xcoral, favorite web browser: konqueror | =================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 2:24:55 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 5972037B403; Fri, 17 May 2002 02:24:38 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9Ocl72114; Fri, 17 May 2002 02:24:38 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 02:24:38 -0700 (PDT) From: Message-Id: <200205170924.g4H9Ocl72114@freefall.freebsd.org> To: larse@isi.edu, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/35385: port update: security/ssh2 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 update: security/ssh2 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 02:21:00 PDT 2002 State-Changed-Why: Committed, thanks! Note: The PR includes diffs for WITHOUT_X11 env, but this was already committed by knu-san. So I just added CONFIGURE_ARGS line about this, please verify it. http://www.freebsd.org/cgi/query-pr.cgi?pr=35385 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 2:30:34 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 616C837B406 for ; Fri, 17 May 2002 02:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9U1f72646; Fri, 17 May 2002 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id CF32537B401 for ; Fri, 17 May 2002 02:25:37 -0700 (PDT) Received: (qmail 68181 invoked by uid 100); 17 May 2002 09:25:29 -0000 Message-Id: <20020517092529.68180.qmail@mired.org> Date: 17 May 2002 09:25:29 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38174: New port: Tools and libraries for Eiffel developers. 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: 38174 >Category: ports >Synopsis: New port: Tools and libraries for Eiffel developers. >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: Fri May 17 02:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #9: Mon May 13 23:02:50 CDT 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: There are no developer tools for Eiffel programmers in the ports collection. >How-To-Repeat: cd /usr/ports; make search key=eiffel >Fix: Commit the attached port of the gobo toolset. begin 644 gp.gz M'XL("$++Y#P``V=P`*U=;9/;-I+^[/D5O(US3JX\DNU<-AMO[(IC3WRNQ&/7 MC'.9J]HZ%45"$FXHDN&+9I24__MU`WR52*(;4&JWK"&?I[L!-!KOX!?>IXW, M/?B?[^4;$46>GP4;N1,SS[OV=\*3A2=C>+F2D7CL96*;P$,_WA<;&:^]I5@E MF3C[PBM02B1CP/AQ"'^*V"OCU`]N4<)R[XFX$!E2_I9OE+"_@8;+I``"`+;^ M'H0$F?`+X84R$T&19%+D_U307,GL//;N)%BZ%%YR%XL0Q>^3$D$@9(-6AV+E MEU'AI2+;RCR729S/SKZ`MRJU51*]((D+7\;Y7J[/@]%'F3= M!T&RW4(RZD>AS`L9KQK.>_]6H+5=2AH!"*2+8)-X@7?N*27;6TB+=YZJO[R7 MWCP4NWE<0I*>O?SWIQI\7X$[IN20U$?Y_']OYO-'WLO^2^^''[Q'%Y=OSI/5 M>?_-H[,;E6@L"W^M$IV#4;F7K+Q<[*"<+N1J)2(HO67F8^X^/[LYN_'@OYGW M%@VLWO\BLAC^^57!]D.(ZR(K@Z+,Q!3H5W$O`W]2SD<_RR=E?!)Y4;_W!@%R M*R8!OQ4RDL6^57)V@SZV2LK,*]6[\8R`%#SV=B)#M_*>S9YX7ZU%).Z_'L+^ MCQ\$1^`]/!Q$8[J.T`4\'$1_S$2:)8'(\R0[8J7IUVC][[___MS;%$7Z?#Z_ MN[N;H6_DR:J8@3//$7#YX=.[UQ?/=<5(DPSJ3):$98"5+H6?]W(+=3+:>]\_ M>?($?'(O\L=0O3,AO#]%EN3>^=G-G9_%4+5S+RQ5%8?:[RU+&84S$"OV4-_0 M[;9I))0DN8Z3S%]&;:PXN\'74'FGK],X`>` MMS/O]PU@P:.+0$4AX0<;+XE!#*2AR.1.^I$**W=)&86>'X8':?GNV\>8&HQ7 MJAXH256H*9*S&TP`YL7L;+!*#=30.C:,U-'J]6`MK=Y!/;V&@KG#S()X(*(D M590B2:(<'#/SKK=^%.FR/[*KUM^WK`E1`V;5[XYLJE^`0>_??`N^!`^?/9D5 M?C9;__FU]P(\X1O_'^(_OW\JGGW_W???/0N>?O^.+*M?@&5?>)?B3I51#JX51=`RH/-O:RKDUW,=;`'Z!EL5W;B$ MSQ\\>/J=]][?>\^>/'F&;W_?)%MX^F![M_UQ"VU,.$NR-;S`=P]_!D?_Z?K- M0_7WV?+E^]OWCAZ?^T!GSZWQ=7U^\^7*H7SYZGB[8>K=Q?7 M&JN*%'+TU?6GBZO%];M/^.+!6,T,H6&+$C^$*OKFW75/Y<._:B,^ZY^5YL]H MW_M7[RX_P?\OKC3\($UG-U>_72[>7'R$7+U^\>#A7]<7;]Y=?7ZN!5WC[WGD MQ^MYCJXFM*L!Z[?KB\7;]Z]^N7CQ`.H_1)6K7ZZO7K]XX#4VP1/%UAFBQ+YX M``H^7EW\_.[F\[SKNR`P3,Y5@(`(^^#'KX)02P"9G^=Y%LQ5//VG]_;#3Q]> M-&^\VMSY4L;S*F!X=>@=$2/C@BP'L*."TI0J1@7>82$8R:EBJJ@_+`@;$*J@ MJK%1>0Y]G0+*`7/]X5^O/W[VSJ\ZLG4'8#]O)<&3JD2UKWSV\L>S?_U'C7Q\ M!'SL_0NP#XYEHC-#E-W,H&%_68,.R%V0N\;YK>JOT#0?8]T-2+$70U-_!'77 MGM=],9H%@W!W*]"+:08<(D^@&_J`1-T'R!/HQD:;J/P0ZJY==V")E6X`K"RX M>/U?'SX?AX*^T)7=Y?6G5[_^NOAX]>'MU:OWGX<"_=R? M8=>N%[_4"Z($B-LC(N`-34::#DM(4QI?>>^@!'Q#DX&!>E@&OL$(GB9YT8GA M,[GR_@U&NM"+#;^Z_(!-^)L/KZ^_'H[N81)@9*\;Y'P#'4WU4`?XF8A#N4(M M,QD'40F=[Q^6>3A3W>#M[(*&*@]?R,X"B`(BIX MJ>#F<+B/_:T,F(6Z\?/-@FE9RV&[@01'O>=IXY8EWU^0P:X-'1([%RKN'Z4H M^68R:Q`O54R3,I'+/WF9G0O0$0J7N!BYT?$+EHFX&6>>@"]FJY[]H'O'(RR2)A!_;TMM$6PJ06\P$ MK%;U4W/.]07$A5C;Z\\+7+EBL/-4!'.)P\)#9R$Q-Y!;EM2=K4X;8WNS0I-( MR(N9'YA0F&X"C-Q6U3,1LU"D1.@(3,_#^7DQ7PE?S80*#)82>M$+<(E,+J>: MV$%VW06PY4/8ATB)E:*,@\D^P31=K1)#O\)6?99`'L9<=F)K=F)KL+B'FAO[ MD:7BANZJWBJ_JI]6)&S,(6I-S91,TG,APO%X.TRM-(:6AF.@C:#-6I?8FV&2 MK8KW0"4SO3*&/K0L;-.+S9.#:S9T2]=L^%:N&24!4.L.IPN7F>E)'`C+'%-4 MR]RRI$%+D>UYE$RDD0Q4-][*K:R*D],:!9&?YU5+B,-!%B>()*UN'S`H7M*A ME/E4AVV#_F8;!$:"DN"<)1I02Z MFR5%5EK[0K=R.V;K4A8<*@3W3*B=Y=H./]LOVF=L`4OI*@&Z69$3O\R(,7^0 MM_##$)^R^>*/TGY M&),H=*'#;[U`Z"($?I81OPK`;\<"T(JM'0#C;NJBOU+,$P%],9$5M83Z#VLB M)=D]9K7GW5YUM^K:RL`]6=!LA-(J">BU'#)N_L*-FHW;%-!H=![R14`_KF3. MBAQ*@!Q:X"SP4"J;&,J=#4>2IHKZM%4F M1)*R:1,K\:,43N%JBMRFD23-W_9Y/*?0%+YU6QF7?-NV"=^1B%-6?1*I4A]2 M%B(B3;?V>6EDD1%ILA..X%8E9 M7G4[2[2PV*>*AO\RX#@70E^/Z+)88;U+9%JH9H*YI(.I<2:[IEFIKLE8;B&7 M',E;P6F6>SSZO$Z/QB]^1;,J?ZM,P8$#U\2JA\->&]$[V81I5^(0V+B7ZX`$ MH\.(IX:TJ5!SU#E#;9MZO\AQ:Y[1N(I&VD#3JH",7ZQ\O+'#-*/4&T('*,C3?;Y>)BC\%E5R5]'R_[_DGPP4Z$H[KI)T<5@7K\"PH:H.= M/G'F9C.YNAUSZ`K]LDBV/K(Q9F9^K!M.P_G407:X\MD$=,Z)W6>#-)'F,D(3 M&VMY_)AK9VQGIPU%5[?IS4U&IG7.5$)LZ;:\Y@\C+1-K<9^J4*]^D>M(2T2G MJW>\$-8X1S4;>M!&B\6 MT1&#'CX'DF(JV&.*E3IBR7081!]04R)J*5'5:;%-(SQ8.WE<>YBK;LB3*2D@ M])FJXT!I3_JTZB^UB9K/3K.D2&PXAEL%AIFYC->T0N_S.CTB2A+UW!#PRA@W M&*QC^2?N?BV-1R^/!"S]L+O=4S4T3B*+.'GK2BLK)!%E:7ZP+B5C(-^ M]2E$J-L-F'+:/$G*8I&L%M`*K]FE&R(I2TK5><#+7/"L+/1D[]GV5!?N:A^# M`+=8BL46;]7$4\M,4>J>7^Q(0^L"O_@25"#!%=^M*'QKGRW9LIU$7*D-RJIIH2_^C3`J^;O`QF6(8 M0Y<'7V/7X38+<<[F3@9L&V*Q]E6^Z2H',7X;$9#$R6*$$26:9ZGK"VCF84&YO*:'G[PZ MZ`AIOA;FF&)<>3QB3%YS,PRW,4SQ[*SCYC`+STK)&H:_"33Q,>YY%'$X<77: MD9_0D4RC^#E;7QY$L"N(DN`6.>H'$:ONF83PN,]A4,EC=BFC-[`4S<5)?R9Q MFP?XQ[2>ZI9+C#"5CLT4O+GOX]"R227M71]\VLY&%]=`PJJ>RJSI13V$&.*O MPM`B*N%.CQYN!%/=Z=P4W&U4W_)2G9H>GQ49H-9?'QE?,!H@B7L1E+H5;F]N MX@A8R7NH//IF'QNK\09)-0BQ(;=W\CA:,2AH,:I9]-*HE6`>"6H!=/*K9[@%I4A(Y(AFET$+2D1C[RGLDRJ%:'4L>)2J]8B,-7D$V2A16@Z"`\NF6Y1/W;6W:2=12]IY]A)VKGUD78. M7:3=B7I($W+(X<@@@Q:,=J?J'NU.UCO:G:QSM'/L&^WX7:.=?<]HY]HQVMGV MBW:NW:*=;:_(?GQF,SQS'9TY#LYB6`WJ<0M,R6=K M#S]T;!.%L+K3?HPRE-"ZQWA6+DIKE6!ELII&I2NV61 M,'WB8X#0%(+:BDS[.MF`&,+GT"99%BK5WK':?#O](R)GFY4F$6!AD:X.C M6LLLJ`^K@03U$<+I#]$-\B8_13C(:"Z:Q*]&D@))AVQG9.I+DIX*7B1I$B5K MW+VTP&\O!5%)RSDPOC=OB/J04BP$:&\:NISAJ,,MJKC)H&E=Y#N M9D2;;\X"V(:PE%HIL$B<5<;@H0PDQQCKJ\^/FK^R/(8T4I= M_55D.[;Y<\531"@;.[6&3QY/LBQ5FK_D.T+,06>PL6)"V^WB@)2J8IQ3;+'3 M$]\MSC"-W@+-NTJAVG7M/M2:;2I1)-UZ\)_4$+D`PL M_&LFQS=U'X.GL1L_@\8SK_/*9'8'WMQW;I[['J72*2L?D8_.'K#)JEY593/PT@;IMP"+3%)=W MV'M`@@C5?7V<(_\'4M3Y?!??U85F[ST]KW5(2&5!FQ0+4PY$-'6;):5.B7V6 M:@E0H\F']P\%W"55ON8V^8#TV@8K`>UU#?8QJ2-#%PN3?1LG=W'?.UD2VNMC M6%&YNGT6ZZ=NBT6\GOJ(K6:M,Q][P-T&A$29O(3U"Z]RF MXZ=O*CZ<Q?^KGI-OR*TPY&V\*K'AI+_8"<3']M2W-6^1;!.%"-9#`^9NBA MX1\:T'A?=`\-@?/H>R!Z4<(.BQIO'*1HW/>1I,(:QC,891F(MB"3- M.#0R)[&9?\O/;GX,999MO4%<4FP@R.BG/_DHCHK^)+<4]#2D+"3N%=#!D@;% M[]GY<4@#5[UR&EA]^*(HJ#;7)UP9:/0`!GS'D)L6%8L-#!%+@1$J5O>R>P)R&G)P5SD1 M3*FEAU$*955!#<=4WV!!@ZA(4`JZY-H:` MK4Z.$)"T4-J_*X:*-071[JTP1*09-HTXN"*!#C:GNW_,D(XE6D$JTHY<"G`: M,["%ETI0R[E4,"D&]3=^D;&"#,7-$U1LLPI-)!B\MK^.1@#KA3$"L%K=,".G M$?W)=@H69WM),BEEWQG54X"4]K0WQB1!B>73#)P(L$G(V$@4'\]4(F=`>-DVB\]OSHNR<$+/>6:!A=94D]0$#F1W,K"9R5;W4VKCON4C)0P'`KAJ1JJTO'ULAP5SO`_A:^7 M[JAXBO<*86=S$!U M>,M62K-;SU6`:W(Z!W+<1-1;;D\BQ3E5O7,0ME+4H2-;LDNU&CZKXBC-342] M/=E:@EN!M@="K27TMSS;BCD\5F8KISE\XBK`-4&=LY7N(ER-:7>6.TMPK?P' M>]5MQ3B&^=,$>:?`[-P^G*)U.&';T#LB[BC$K1-PBM0,GV@[J;33F^@6;@SG MND\B]@1]8\,IO5.*/6%^GK*KK,Y#VY+=ZF?OL+"MD/;TC[V$J2F=S)[6M)H/L!K#LQV#6T'I$\R]E506'!V`@6='.VBVMC+&6UGV M+%H3E1@D%9",^%0UQGJG%]&[NI0@DGA+&TO-6J0ICT'TK3YE(S)9^''`S(3. M;S.QBN))MXT2SD,*ABFT)Z&`1BEG<9A/:O M`\>O*.-Z.X>3+-6W0QL?9V5!DO@IJXS4WBX>HDS]@-=]4M""J[XA:\MJO2]H*J*_JL.6KKTZZD-V3T/MFII,0_:U16Q'V M;(<<&/B*J844!3CXR*>-&$>^K3.Y%9ZS%[HZ8/O!4PMR__NO-`'5S$#%-'9A M.ISJ8ZYT0I.O#`XG!G.P'+]D^D.3ES0XJX.@-_>3F]>C#[5.8/4!XF6Y)IC1 M8A=/_\Z#?VN&1S+`B2!"GYY6X,W8PXCL9E6UW]@\_VN&*E MEO3Q*88Q2#L8G$2,Z^]M7Y\,49.H22V]PRK]=_"XC/$6?R](O8=_??SE[>+C MU<7/[VX^S[M;Q:$Y:L^C_G;Y[H:*+;9IJR(7H?>H2XYIK3Y([?F* @8^G%Y9OS9'6N"_]V?9ZJHQKB7A9G9_\/R3+3QQ_>```` ` end >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 Fri May 17 2:32:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 07B3F37B40B for ; Fri, 17 May 2002 02:32:35 -0700 (PDT) Received: (qmail 68345 invoked by uid 100); 17 May 2002 09:32:32 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15588.52784.73867.743751@guru.mired.org> Date: Fri, 17 May 2002 04:32:32 -0500 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38174: New port: Tools and libraries for Eiffel developers. In-Reply-To: <200205170930.g4H9U1U72642@freefall.freebsd.org> References: <20020517092529.68180.qmail@mired.org> <200205170930.g4H9U1U72642@freefall.freebsd.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.55 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 forgot to mention in the original - this port was produced on a system with ports/38165 installed. It MAY NOT BUILD PROPERLY until that PR is committed. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 2:40: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 C439837B411 for ; Fri, 17 May 2002 02:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9e4H73710; Fri, 17 May 2002 02:40:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 02:40:04 -0700 (PDT) Message-Id: <200205170940.g4H9e4H73710@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mike Meyer Subject: Re: ports/38174: New port: Tools and libraries for Eiffel developers. Reply-To: Mike Meyer 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/38174; it has been noted by GNATS. From: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/38174: New port: Tools and libraries for Eiffel developers. Date: Fri, 17 May 2002 04:32:32 -0500 I forgot to mention in the original - this port was produced on a system with ports/38165 installed. It MAY NOT BUILD PROPERLY until that PR is committed. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 2:52:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 0B81E37B400 for ; Fri, 17 May 2002 02:52:28 -0700 (PDT) Received: from fwd06.sul.t-online.de by mailout03.sul.t-online.com with smtp id 178ePS-0007WF-01; Fri, 17 May 2002 11:52:26 +0200 Received: from Magelan.Leidinger.net (520065502893-0001@[217.83.31.111]) by fmrl06.sul.t-online.com with esmtp id 178ePP-0tw4oqC; Fri, 17 May 2002 11:52:23 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.3/8.12.3) with ESMTP id g4H9rMrq021675; Fri, 17 May 2002 11:53:26 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200205170953.g4H9rMrq021675@Magelan.Leidinger.net> Date: Fri, 17 May 2002 11:53:22 +0200 (CEST) From: Alexander Leidinger Subject: Re: ports/38143: mozilla doesn't build on -current To: dwcjr@inethouston.net Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <200205162140.g4GLe3f45564@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Sender: 520065502893-0001@t-dialin.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 On 16 Mai, David W. Chapman Jr. wrote: > The following reply was made to PR ports/38143; it has been noted by GNATS. > > From: "David W. Chapman Jr." > To: freebsd-gnats-submit@FreeBSD.org, mharnois@cpinternet.com > Cc: > Subject: Re: ports/38143: mozilla doesn't build on -current > Date: Thu, 16 May 2002 16:37:02 -0500 > > You may want to try on a more recent -current. Just curious which > version of gcc do you have. That was around when we upgraded to 3.1 A pre gcc 3.1 -current just compiles fine, but gives me the following error on startup: ---snip--- Gdk-ERROR **: BadLength (poly request too large or internal Xlib length erro serial 390 error_code 16 request_code 154 minor_code 20 ---snip-- After that it goes into an invinite loop and consumes CPU time with no visible effect. Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 3: 7: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 C7A3F37B40B; Fri, 17 May 2002 03:07:09 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HA79N80420; Fri, 17 May 2002 03:07:09 -0700 (PDT) (envelope-from tg) Date: Fri, 17 May 2002 03:07:09 -0700 (PDT) From: Message-Id: <200205171007.g4HA79N80420@freefall.freebsd.org> To: ports@geeksrus.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38144: shells/pdksh: I broke the make with my patch (fix attached) 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: shells/pdksh: I broke the make with my patch (fix attached) State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Fri May 17 03:05:57 PDT 2002 State-Changed-Why: Committed (after actually testing this time <:-(). Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=38144 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 3:10: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 3B79537B40B for ; Fri, 17 May 2002 03:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HAA3080623; Fri, 17 May 2002 03:10:03 -0700 (PDT) (envelope-from gnats) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by hub.freebsd.org (Postfix) with ESMTP id 86EE937B408 for ; Fri, 17 May 2002 03:01:02 -0700 (PDT) Received: by backup-mx.droso.dk (Postfix, from userid 0) id CBF261A72F; Fri, 17 May 2002 12:00:55 +0200 (CEST) Message-Id: <20020517100055.CBF261A72F@backup-mx.droso.dk> Date: Fri, 17 May 2002 12:00:55 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38175: ports/textproc/rotix fix MASTER_SITES 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: 38175 >Category: ports >Synopsis: ports/textproc/rotix fix MASTER_SITES >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 03:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.6-RC i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.6-RC FreeBSD 4.6-RC #1: Thu May 16 10:09:56 CEST 2002 root@panda.droso.net:/home/obj/home/src/sys/PANDA i386 >Description: - directory structure of MASTER_SITES changed, so catch up - unmark BROKEN >How-To-Repeat: >Fix: diff -ruN rotix.org/Makefile rotix/Makefile --- rotix.org/Makefile Fri May 17 11:59:27 2002 +++ rotix/Makefile Fri May 17 11:59:46 2002 @@ -10,11 +10,9 @@ PORTVERSION= 0.82 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/ +MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME}/ MAINTAINER= lintux@debian.org - -BROKEN= "Does not fetch" LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext >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 Fri May 17 3:20: 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 14A5E37B412 for ; Fri, 17 May 2002 03:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HAK2981506; Fri, 17 May 2002 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 8DC5337B403 for ; Fri, 17 May 2002 03:13:22 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 5486F169E1 for ; Fri, 17 May 2002 20:13:19 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 651913FDA; Fri, 17 May 2002 20:13:13 +1000 (EST) Message-Id: <20020517101313.651913FDA@wiz-fiz.staff.netc.net.au> Date: Fri, 17 May 2002 20:13:13 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38176: Update databases/p5-DBIx-SearchBuilder to 0.60 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: 38176 >Category: ports >Synopsis: Update databases/p5-DBIx-SearchBuilder to 0.60 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 03:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: Update databases/p5-DBIx-SearchBuilder to 0.60 >How-To-Repeat: >Fix: --- Makefile.orig Wed Jan 23 00:10:07 2002 +++ Makefile Fri May 17 19:57:49 2002 @@ -6,7 +6,7 @@ # PORTNAME= DBIx-SearchBuilder -PORTVERSION= 0.48 +PORTVERSION= 0.60 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx --- distinfo.orig Wed Jan 23 00:10:07 2002 +++ distinfo Fri May 17 20:00:40 2002 @@ -1 +1 @@ -MD5 (DBIx-SearchBuilder-0.48.tar.gz) = c7b11e8a9970bae0db730ee6c7cf5a1d +MD5 (DBIx-SearchBuilder-0.60.tar.gz) = d0a97815c4658360e62017e37236484c >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 Fri May 17 3: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 3B49437B407 for ; Fri, 17 May 2002 03:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HAo2h83328; Fri, 17 May 2002 03:50:02 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 31C5A37B404 for ; Fri, 17 May 2002 03:43:11 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 8EEB9169E1 for ; Fri, 17 May 2002 20:42:56 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 94FAF3FDA; Fri, 17 May 2002 20:42:54 +1000 (EST) Message-Id: <20020517104254.94FAF3FDA@wiz-fiz.staff.netc.net.au> Date: Fri, 17 May 2002 20:42:54 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38177: update devel/p5-FreezeThaw to 0.43 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: 38177 >Category: ports >Synopsis: update devel/p5-FreezeThaw to 0.43 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 03:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update devel/p5-FreezeThaw to 0.43 >How-To-Repeat: >Fix: --- Makefile.orig Thu May 10 11:20:47 2001 +++ Makefile Fri May 17 20:34:13 2002 @@ -6,7 +6,7 @@ # PORTNAME= FreezeThaw -PORTVERSION= 0.41 +PORTVERSION= 0.43 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= FreezeThaw --- distinfo.orig Thu May 10 11:20:47 2001 +++ distinfo Fri May 17 20:40:26 2002 @@ -1 +1 @@ -MD5 (FreezeThaw-0.41.tar.gz) = 3d944c71ace9e9487fb91282ca582e06 +MD5 (FreezeThaw-0.43.tar.gz) = 705efa533b366151953a5e2b1744650f >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 Fri May 17 4:20: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 5ADA537B403 for ; Fri, 17 May 2002 04:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBK3e92816; Fri, 17 May 2002 04:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 04:20:03 -0700 (PDT) Message-Id: <200205171120.g4HBK3e92816@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Edwards Subject: Re: ports/37632: new port: pstack Reply-To: Peter Edwards 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/37632; it has been noted by GNATS. From: Peter Edwards To: freebsd-gnats-submit@FreeBSD.org, pmedwards@eircom.net Cc: Subject: Re: ports/37632: new port: pstack Date: Fri, 17 May 2002 12:10:13 +0100 Minor bugfixes in package and port: begin 644 pstack.tar.gz M'XL(`);DY#P``^V7;6_:,!#'>4L^Q:F=M$UJ0Q("M%6IQEJZ(0VH`MJT5Y6; M7,`CQ)'M#+$7^^R[\+!NK&NW";&I\T^"A'-\=XGO[R-JKG+-$U7)E&;AI-)E M$XQY@J4MXCI.W?>A!`7.QI&HU1V`AM]PW;KGNG3N^D[=*X&SS21^1D[W+0%* M4@A]WW6S,6*RBX1VRS[T<`:9D%I!*)($0\U%"M-5&4`LY$EY61O6/EPPC1!* MI$-T4BZ[T&5S\!S'H[%W8S$E6_D*-4IH1S,F(P6GV127IR^0RU!,[13UF;5/ M$YY<2L27@XLG],NZZ@?#7JO;;JZ#%8:W[6#0Z?>:9==VK//6L/VJ'W3:@V99 MK:K6ZK8&PW9P/>@,"_-8Z^RD4J%$,&,CM&\C5CY_S:-"DSJ](7W:`46[(SVK MU^^V>N?][E70'I#;.1:!>FZSO$K.=NW1)ZO?>_/^^K(?7+>"\]>#YKJ:@5>/ MZI9E\S1,\@CA]$9%=O&`[>GDS/K;Z[V)VM!_Q)7F:2RV&>,A_4.C>JO_FE_H MWZU5C?YW0?>B!L^6:W](*K/I85!M/X M.-7C^)\K9<,?L*G_;#(ZI&UPBNF]:O@M'M1_;='_ZU1GKNMYA?YKU9K1_RZ0 MJ"7'CPB9%"$J50F%I*Y?M/Y%08"6C.Q&[(^4N_0?H0KE%F,\I'^_Z/G?Z]_S M3/_?"7O+==\#KH#!3,@)2_AD\;\?]!AA(!(F:8RVAY%D4Q#QPJS8%"&E+]L* M\C3EZ0B6CH!>'MAZ,P%RI7]Z M,&I[W?\7^K];_5'_IO_OA!N>KI;^49:WP6`P&`P&@\%@,!@,!H/!8##\MWP! (D=*Q]P`H```` ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 4:50: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 DFD7F37B40F for ; Fri, 17 May 2002 04:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBo2f94691; Fri, 17 May 2002 04:50:02 -0700 (PDT) (envelope-from gnats) Received: from leaf7.cs.uec.ac.jp (leaf7.cs.uec.ac.jp [130.153.88.43]) by hub.freebsd.org (Postfix) with ESMTP id 12B5137B406 for ; Fri, 17 May 2002 04:44:30 -0700 (PDT) Received: (from tate@localhost) by leaf7.cs.uec.ac.jp (8.11.6/8.11.6) id fBGCw5h03497; Sun, 16 Dec 2001 21:58:05 +0900 (JST) (envelope-from tate) Message-Id: <200112161258.fBGCw5h03497@leaf7.cs.uec.ac.jp> Date: Sun, 16 Dec 2001 21:58:05 +0900 (JST) From: Tateoka Takamichi Reply-To: Tateoka Takamichi To: FreeBSD-gnats-submit@FreeBSD.org Cc: tate@cs.uec.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/38179: Binary package ImageMagick-5.4.1.2 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 >Number: 38179 >Category: ports >Synopsis: Binary package ImageMagick-5.4.1.2 is broken >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: Fri May 17 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tateoka Takamichi >Release: FreeBSD 4.5-RELEASE i386 >Organization: Univ. of Electro-Communications >Environment: System: FreeBSD leaf7.cs.uec.ac.jp 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: The binary package tarballs for "ImageMagick-5.4.1.2" on official ftp sites are broken. I found broken file at least following URLs: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/ImageMagick-5.4.1.2.tgz ftp://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/ImageMagick-5.4.1.2.tgz ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/ImageMagick-5.4.1.2.tgz ftp://ftp5.jp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/ImageMagick-5.4.1.2.tgz It seems to be truncated since it is very small than other versions: -rw-r--r-- 1 1006 1006 2691248 Sep 14 2001 ImageMagick-5.3.7.tgz -rw-r--r-- 1 1006 1006 111104 Jan 29 06:53 ImageMagick-5.4.1.2.tgz -rw-r--r-- 1 1006 1006 2823907 May 6 05:47 ImageMagick-5.4.4.5.tgz >How-To-Repeat: Fetch and gunzip it. It will fail. leaf7# fetch ftp://ftp5.jp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/ImageMagick-5.4.1.2.tgz Receiving ImageMagick-5.4.1.2.tgz (111104 bytes): 100% 111104 bytes transferred in 0.1 seconds (1.92 MBps) leaf7# gunzip ImageMagick-5.4.1.2.tgz gunzip: ImageMagick-5.4.1.2.tgz: unexpected end of file leaf7# >Fix: Rebuild from source. >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 Fri May 17 5:20:22 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 4906537B405 for ; Fri, 17 May 2002 05:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HCK4101106; Fri, 17 May 2002 05:20:04 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 618F637B400; Fri, 17 May 2002 05:15:14 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id E3FB9A8; Fri, 17 May 2002 16:15:11 +0400 (MSD) Message-Id: <20020517121511.E3FB9A8@freebsd.org.ru> Date: Fri, 17 May 2002 16:15:11 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@FreeBSD.org Cc: demon@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38180: update www/links to 0.97 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: 38180 >Category: ports >Synopsis: update www/links to 0.97 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 05:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.5-STABLE i386 >Organization: n/a >Environment: System: FreeBSD 4.5-STABLE i386 >Description: update www/links to 0.97 >How-To-Repeat: >Fix: diff -ruN links.old/Makefile links/Makefile --- links.old/Makefile Fri May 17 16:03:24 2002 +++ links/Makefile Fri May 17 16:04:15 2002 @@ -6,14 +6,14 @@ # PORTNAME= links -PORTVERSION= 0.97.p9 +PORTVERSION= 0.97 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ http://www.add.com.pl/links/download/ \ http://ice.dammit.lt/links/download/ \ http://links.sourceforge.net/download/ -DISTNAME= ${PORTNAME}-0.97pre7 +#DISTNAME= ${PORTNAME}-0.97pre7 MAINTAINER= demon@FreeBSD.org diff -ruN links.old/distinfo links/distinfo --- links.old/distinfo Fri May 17 16:03:24 2002 +++ links/distinfo Fri May 17 16:03:52 2002 @@ -1 +1 @@ -MD5 (links-0.97pre7.tar.gz) = 67335b7d1938579932900e54219b868c +MD5 (links-0.97.tar.gz) = 57d4ade86c49038b3d4bab66ad24c066 diff -ruN links.old/files/patch-default.c links/files/patch-default.c --- links.old/files/patch-default.c Fri May 17 16:03:24 2002 +++ links/files/patch-default.c Fri May 17 16:09:05 2002 @@ -1,6 +1,6 @@ ---- default.c.orig Wed Jan 30 06:53:48 2002 -+++ default.c Fri Apr 26 09:12:21 2002 -@@ -265,7 +265,7 @@ +--- default.c.orig Fri May 17 16:07:25 2002 ++++ default.c Fri May 17 16:08:45 2002 +@@ -267,7 +267,7 @@ get_system_name(); links_home = get_home(&first_use); if (!links_home) { @@ -9,41 +9,3 @@ sleep(3); return; } -@@ -697,6 +697,11 @@ - anonymous = 1; - return NULL; - } -+unsigned char *force_html_cmd(struct option *o, unsigned char ***argv, int *argc) -+{ -+ force_html = 1; -+ return NULL; -+} - unsigned char *dump_cmd(struct option *o, unsigned char ***argv, int *argc) - { - if (dmp != o->min && dmp) return "Can't use both -dump and -source"; -@@ -769,6 +774,9 @@ - is allowed, but user can't add or modify entries in\n\ - association table.\n\ - \n\ -+ -force-html\n\ -+ Treat file as if it had an .html extension.\n\ -+\n\ - -dump\n\ - Write a plain-text version of the given HTML document to\n\ - stdout.\n\ -@@ -826,6 +834,7 @@ - int no_connect = 0; - int base_session = 0; - int dmp = 0; -+int force_html = 0; - - int async_lookup = 1; - int download_utime = 0; -@@ -877,6 +886,7 @@ - 1, no_connect_cmd, NULL, NULL, 0, 0, NULL, NULL, "no-connect", - 1, anonymous_cmd, NULL, NULL, 0, 0, NULL, NULL, "anonymous", - 1, gen_cmd, num_rd, NULL, 0, MAXINT, &base_session, NULL, "base-session", -+ 1, force_html_cmd, NULL, NULL, 0, 0, NULL, NULL, "force-html", - 1, dump_cmd, NULL, NULL, D_DUMP, 0, NULL, NULL, "dump", - 1, dump_cmd, NULL, NULL, D_SOURCE, 0, NULL, NULL, "source", - 1, gen_cmd, num_rd, num_wr, 0, 1, &async_lookup, "async_dns", "async-dns", diff -ruN links.old/files/patch-links.h links/files/patch-links.h --- links.old/files/patch-links.h Fri May 17 16:03:24 2002 +++ links/files/patch-links.h Thu Jan 1 03:00:00 1970 @@ -1,8 +0,0 @@ ---- links.h.orig Sat Mar 2 05:35:30 2002 -+++ links.h Fri Apr 26 09:11:47 2002 -@@ -1984,4 +1984,5 @@ - extern int no_connect; - extern int base_session; -+extern int force_html; - - #define D_DUMP 1 >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 Fri May 17 6: 0: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 BA0AE37B40E for ; Fri, 17 May 2002 06:00:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HD07f12286; Fri, 17 May 2002 06:00:07 -0700 (PDT) (envelope-from gnats) Received: from cs78133078.pp.htv.fi (cs78133078.pp.htv.fi [62.78.133.78]) by hub.freebsd.org (Postfix) with ESMTP id 6421737B404 for ; Fri, 17 May 2002 05:54:52 -0700 (PDT) Received: from anthrax.mumblefrotz.dyndns.org (anthrax.mumblefrotz.dyndns.org [192.168.1.3]) by cs78133078.pp.htv.fi (8.12.3/8.12.3) with ESMTP id g4HCsoLc000311; Fri, 17 May 2002 15:54:50 +0300 (EEST) (envelope-from ekarkkai@pp.htv.fi) Received: from anthrax.mumblefrotz.dyndns.org (localhost [127.0.0.1]) by anthrax.mumblefrotz.dyndns.org (8.12.3/8.12.3) with ESMTP id g4HCsn1g006940; Fri, 17 May 2002 15:54:49 +0300 (EEST) (envelope-from ejk@anthrax.mumblefrotz.dyndns.org) Received: (from ejk@localhost) by anthrax.mumblefrotz.dyndns.org (8.12.3/8.12.3/Submit) id g4HCsn4P006939; Fri, 17 May 2002 15:54:49 +0300 (EEST) Message-Id: <200205171254.g4HCsn4P006939@anthrax.mumblefrotz.dyndns.org> Date: Fri, 17 May 2002 15:54:49 +0300 (EEST) From: Esa Karkkainen Reply-To: Esa Karkkainen To: FreeBSD-gnats-submit@FreeBSD.org Cc: ejk@iki.fi X-Send-Pr-Version: 3.113 Subject: ports/38181: x11/mgapdesk-1.0.7 does not compile 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: 38181 >Category: ports >Synopsis: x11/mgapdesk-1.0.7 does not compile >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: Fri May 17 06:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Esa Karkkainen >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Is in state of disintegration >Environment: System: FreeBSD 4.6-PRERELEASE Fri May 10 15:40:30 EEST 2002 Ports tree cvsupped Fri May 17 13:32 EEST 2002 >Description: ===> Building for mgapdesk-1.0.7 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11/mgapdesk/work/mgapdesk' Making all in src gmake[2]: Entering directory `/usr/ports/x11/mgapdesk/work/mgapdesk/src' cd .. && automake --gnu src/Makefile automake: configure.in: required file `./depcomp' not found /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL gmake[2]: *** [Makefile.in] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/mgapdesk/work/mgapdesk/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/mgapdesk/work/mgapdesk' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/mgapdesk. >How-To-Repeat: # cd /usr/ports/x11/mgapdesk # make all >Fix: diff -ruN mgapdesk.orig/files/patch-src-makefile.in mgapdesk/files/patch-src-makefile.in --- mgapdesk.orig/files/patch-src-makefile.in Thu Jan 1 02:00:00 1970 +++ mgapdesk/files/patch-src-makefile.in Fri May 17 15:38:54 2002 @@ -0,0 +1,17 @@ +--- src/Makefile.in.orig Wed Apr 25 20:01:20 2001 ++++ src/Makefile.in Fri May 17 15:38:03 2002 +@@ -40,10 +40,10 @@ + + top_builddir = .. + +-ACLOCAL = @ACLOCAL@ +-AUTOCONF = @AUTOCONF@ +-AUTOMAKE = @AUTOMAKE@ +-AUTOHEADER = @AUTOHEADER@ ++#ACLOCAL = @ACLOCAL@ ++#AUTOCONF = @AUTOCONF@ ++#AUTOMAKE = @AUTOMAKE@ ++#AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) >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 Fri May 17 6:12:39 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 DF06837B409; Fri, 17 May 2002 06:12:37 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HDCbD17055; Fri, 17 May 2002 06:12:37 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 06:12:37 -0700 (PDT) From: Message-Id: <200205171312.g4HDCbD17055@freefall.freebsd.org> To: bruno@mail.tinkerbox.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36332: update from geda port. from version 20010304 to 20020209 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: update from geda port. from version 20010304 to 20020209 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 06:10:10 PDT 2002 State-Changed-Why: Same with PR:35714, which was already committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=36332 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 6:20: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 02A3F37B40D for ; Fri, 17 May 2002 06:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HDK1j17412; Fri, 17 May 2002 06:20: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 170C937B401 for ; Fri, 17 May 2002 06:12:28 -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 g4HDCRhG074009 for ; Fri, 17 May 2002 06:12:27 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4HDCRJ7074008; Fri, 17 May 2002 06:12:27 -0700 (PDT) Message-Id: <200205171312.g4HDCRJ7074008@www.freebsd.org> Date: Fri, 17 May 2002 06:12:27 -0700 (PDT) From: Rob Richards To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38182: php 4.2.1 port fails during make 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: 38182 >Category: ports >Synopsis: php 4.2.1 port fails during make >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 17 06:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Rob Richards >Release: 4.4 RELEASE >Organization: Digital Architecture Group >Environment: FreeBSD ctbsd.digarc.com 4.4-RELEASE FreeBSD 4.4-RELEASE #7: Wed Mar 13 07:56:36 EST 2002 rrichards@ctbsd.digarc.com:/usr/src/sys/compile/DIGARC i386 >Description: Making all in domxml cc -I. -I/usr/ports/lang/php4/work/php-4.2.1/ext/domxml -I/usr/ports/lang/php4/work/php-4.2.1/main -I/usr/ports/lang/php4/work/php-4.2.1 -I/usr/ports/lang/php4/work/php-4.2.1/Zend -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/mysql -I/usr/local/include/pspell -I/usr/ports/lang/php4/work/php-4.2.1/TSRM -O -pipe -I/usr/local/include -c php_domxml.c && touch php_domxml.lo php_domxml.c: In function `zif_domxml_doc_ids': php_domxml.c:3292: warning: passing arg 2 of `xmlHashScan' from incompatible pointer type php_domxml.c: In function `zif_xmldoc': php_domxml.c:3309: `xmlDoValidityCheckingDefaultValue' undeclared (first use in this function) php_domxml.c:3309: (Each undeclared identifier is reported only once php_domxml.c:3309: for each function it appears in.) php_domxml.c:3325: `xmlLoadExtDtdDefaultValue' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/lang/php4/work/php-4.2.1/ext/domxml. We have gotten the same configuration to compile on a linux machine so do not believe this is a php issue. >How-To-Repeat: run make with domxml support >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 Fri May 17 7:23:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id AF5D937B405; Fri, 17 May 2002 07:23:00 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4HEMKI41030; Fri, 17 May 2002 17:22:20 +0300 (EEST) (envelope-from ru) Date: Fri, 17 May 2002 17:22:20 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517142220.GA37843@sunbay.com> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> <20020517080609.GA12895@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <20020517080609.GA12895@nagual.pp.ru> 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 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 12:06:09PM +0400, Andrey A. Chernov wrote: > On Fri, May 17, 2002 at 10:24:28 +0300, Ruslan Ermilov wrote: > > I don't think that calling the 2000/01/14 - 2002/05/12 a "tradition" > > is quite right (these INC*s were added only in bsd.own.mk,v 1.27 and > > are unique to FreeBSD). > >=20 > > For this particular port, it uses the makefile.freebsd specially > > targeted to FreeBSD. Why not just use the bsd.lib.mk for it? >=20 > I'll look at your bsd.lib.mk solution a bit later, thanx. But at this > moment general question still present: if somebody needs exact > INC{OWN,GRP,MODE} to install include files, where he can pick them now? I > don't mean this particular port, but many ports install includes from the > port top level Makefile f.e. >=20 That "many" turns out to be 5 ports, if I'm counting correctly: $ find -s * -name Makefile | xargs egrep -l "INC(OWN|GRP|MODE)" graphics/libflash/files/Makefile graphics/ming/files/Makefile lang/cyclone/Makefile www/mozilla-embedded/Makefile www/mozilla-headers/Makefile First two of these are pure bsd.lib.mk makefiles, and already have some support for older FreeBSD systems that did not have INCS support. They could be fixed as such: INCSDIR=3Dfoo INCDIR=3D ${INCSDIR} # for pre-bsd.incs.mk systems As for the rest of makefiles, they are bsd.port.mk makefiles, and I think they should be fixed to use ${INSTALL_DATA}. That would also autofix them to work in the ${UID} !=3D 0 case. It was my understanding that bsd.port.mk suite should be as much independent of src/ bsd.*.mk stuff as possible, at the end. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85RIcUkv4P6juNwoRAkFRAJ9uRj4Laik/LLhcndLPLoDHZcC0uQCdH691 LPzrLViSXf4dJIezf5GcNxI= =BbXn -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 7:46: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id AC72737B400; Fri, 17 May 2002 07:46:03 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g4HEjudM023389; Fri, 17 May 2002 18:45:59 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g4HEjrGu023388; Fri, 17 May 2002 18:45:54 +0400 (MSD) Date: Fri, 17 May 2002 18:45:52 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517144552.GB23235@nagual.pp.ru> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> <20020517080609.GA12895@nagual.pp.ru> <20020517142220.GA37843@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <20020517142220.GA37843@sunbay.com> User-Agent: Mutt/1.3.28i 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 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 17:22:20 +0300, Ruslan Ermilov wrote: > > INC{OWN,GRP,MODE} to install include files, where he can pick them now?= I > > don't mean this particular port, but many ports install includes from t= he > > port top level Makefile f.e. > >=20 > That "many" turns out to be 5 ports, if I'm counting correctly: >=20 > $ find -s * -name Makefile | xargs egrep -l "INC(OWN|GRP|MODE)" Umm, I don't mean any particular port at all. Let me rephrase it: If a port needs to install some includes, which mode/group/owner it should use? It is more logical to get the same things for them as system installed includes have instead of using too general pure ${INSTALL_DATA}. --=20 Andrey A. Chernov http://ache.pp.ru/ --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPOUXoOJgpPLZnQjrAQE3OwQAkOcizHvc8CVZo/gHAJIcZo5l8I24sqOL xgqgTFTHTaWu2ak9tBjWnNVhVH4zWXYqDm+A8YzvgN/3lz4xwQwcJFgsUuwwoIuL fBXoXkLEhUhhs4SxQb8j1tn0MhVMRJD4TUJealG9UgBllDc7dI8CHu7sEKayo/nc BRfLKRtlh4o= =UZuc -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 7:52: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 9635D37B403; Fri, 17 May 2002 07:52:18 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HEqIN27157; Fri, 17 May 2002 07:52:18 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 07:52:18 -0700 (PDT) From: Message-Id: <200205171452.g4HEqIN27157@freefall.freebsd.org> To: hetzels@westbend.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36493: www/frontpage-zh: NO_FP_LCID_SUB not defined 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: www/frontpage-zh: NO_FP_LCID_SUB not defined State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 07:50:51 PDT 2002 State-Changed-Why: Committed, thanks! BTW how about moving this port to chinese category ? http://www.freebsd.org/cgi/query-pr.cgi?pr=36493 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 7:55:39 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 C732A37B41E; Fri, 17 May 2002 07:55:30 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HEtUL27502; Fri, 17 May 2002 07:55:30 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 07:55:30 -0700 (PDT) From: Message-Id: <200205171455.g4HEtUL27502@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/36496: [MAINTAINER UPDATE] for editors/texmacs 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] for editors/texmacs Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Fri May 17 07:55:10 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36496 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8: 1:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 1D05237B406; Fri, 17 May 2002 08:01:38 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4HF16B46345; Fri, 17 May 2002 18:01:06 +0300 (EEST) (envelope-from ru) Date: Fri, 17 May 2002 18:01:06 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517150106.GA44484@sunbay.com> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> <20020517080609.GA12895@nagual.pp.ru> <20020517142220.GA37843@sunbay.com> <20020517144552.GB23235@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20020517144552.GB23235@nagual.pp.ru> 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 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 06:45:52PM +0400, Andrey A. Chernov wrote: > On Fri, May 17, 2002 at 17:22:20 +0300, Ruslan Ermilov wrote: > > > INC{OWN,GRP,MODE} to install include files, where he can pick them no= w? I > > > don't mean this particular port, but many ports install includes from= the > > > port top level Makefile f.e. > > >=20 > > That "many" turns out to be 5 ports, if I'm counting correctly: > >=20 > > $ find -s * -name Makefile | xargs egrep -l "INC(OWN|GRP|MODE)" >=20 > Umm, I don't mean any particular port at all. Let me rephrase it: >=20 > If a port needs to install some includes, which mode/group/owner it should > use? It is more logical to get the same things for them as system > installed includes have instead of using too general pure ${INSTALL_DATA}. >=20 Then the logical thing would be to add INSTALL_INCLUDES (or something like that) to bsd.port.mk, and use that. It's generally much easier to fix one thing available centrally and officially supported rather than fix individual makefiles. If we had this (or something like this) in bsd.port.mk already, I'd have made sure to keep it working before committing bsd.incs.mk. Because bsd.incs.mk is so much more flexible and doesn't really need any INC*'s (because the "INC" part can be anything a particular makefile wants), providing the compatibility shims in bsd.own.mk doesn't sound like a good option to me. Currently, our bsd.*.mk makefiles provide way too many knobs, and remembering everything is nearly impossible. The plan is to standardize the namespace while still providing the support for well-known "standard" targets and knobs (variables). I, for example, plan to add the NO_foo/bar_SUBDIR generic form of knobs for bsd.subdir.mk that should replace (or be the implementation detail) of various NO's we now have. So, for example, setting NO_SENDMAIL would in effect mean: NO_bin/rmail_SUBDIR NO_etc/sendmail_SUBDIR NO_lib/libmilter_SUBDIR =2E.. NO_lib/libsmutil_SUBDIR NO_libexec/mail.local_SUBDIR NO_libexec/smrsh_SUBDIR NO_share/sendmail_SUBDIR NO_share/doc/smm/08.sendmailop_SUBDIR NO_usr.bin/vacation_SUBDIR =2E.. I'm not yet sure where this stuff goes, perhaps freebsd.no.mk. :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85RsyUkv4P6juNwoRAht4AJwOGktN77PSWUfof39xwK2AZOix6wCfZXKD I1W+lD/jVtaq2XVKsltMTuE= =OMQH -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8: 4: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from bf.wakwak.com (bf.wakwak.com [211.132.128.101]) by hub.freebsd.org (Postfix) with ESMTP id C982B37B408 for ; Fri, 17 May 2002 08:04:06 -0700 (PDT) Received: from bsdclub.org (sada.as.wakwak.ne.jp [61.115.78.20]) by bf.wakwak.com (8.11.6/8.11.6/2002-03-12) with SMTP id g4HF45l44232 for ; Sat, 18 May 2002 00:04:05 +0900 (JST) (envelope-from sada@bsdclub.org) Date: Sat, 18 May 2002 00:04:05 +0900 From: SADA Kenji To: freebsd-ports@FreeBSD.ORG Subject: TEST (?) PR: ports/37377 Message-Id: <20020518000405.43827493.sada@bsdclub.org> Organization: Private X-Mailer: Sylpheed version 0.7.5 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Anybody knows whether PR:37377 should be kept open or not ? http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/37377 -- SADA Kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8: 5:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id A322537B40E; Fri, 17 May 2002 08:05:14 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g4HF5AdM023639; Fri, 17 May 2002 19:05:13 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g4HF59OK023638; Fri, 17 May 2002 19:05:09 +0400 (MSD) Date: Fri, 17 May 2002 19:05:08 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517150508.GA23564@nagual.pp.ru> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> <20020517080609.GA12895@nagual.pp.ru> <20020517142220.GA37843@sunbay.com> <20020517144552.GB23235@nagual.pp.ru> <20020517150106.GA44484@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <20020517150106.GA44484@sunbay.com> User-Agent: Mutt/1.3.28i 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 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 18:01:06 +0300, Ruslan Ermilov wrote: > Then the logical thing would be to add INSTALL_INCLUDES (or something > like that) to bsd.port.mk, and use that. It's generally much easier I agree. Could you do it, please? I doubt I can find proper way to do=20 it by myself due to all that bsd.*.mk restructurization changes. --=20 Andrey A. Chernov http://ache.pp.ru/ --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPOUcJOJgpPLZnQjrAQGqKAQAzGG7gSa2NBz+ID65OR7STSMTJ/+bsUVD Vm6E0P/94mi6/Intjas+qmSJdoh4RjzkMCLGpIAoJbarVE3XwvEOaQhE8JVfyHnE wjdPn7VTHu+0+FYxwt3kEuzrXohsgD+PjhNrhfLwKxvJVwQj4vsBRe7H990Wxh2b GMmoPCgKXMo= =OtKW -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8:25: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id BFC9A37B406; Fri, 17 May 2002 08:24:50 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4HFONe49353; Fri, 17 May 2002 18:24:23 +0300 (EEST) (envelope-from ru) Date: Fri, 17 May 2002 18:24:23 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517152423.GB46931@sunbay.com> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> <20020517080609.GA12895@nagual.pp.ru> <20020517142220.GA37843@sunbay.com> <20020517144552.GB23235@nagual.pp.ru> <20020517150106.GA44484@sunbay.com> <20020517150508.GA23564@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <20020517150508.GA23564@nagual.pp.ru> 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 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 07:05:08PM +0400, Andrey A. Chernov wrote: > On Fri, May 17, 2002 at 18:01:06 +0300, Ruslan Ermilov wrote: >=20 > > Then the logical thing would be to add INSTALL_INCLUDES (or something > > like that) to bsd.port.mk, and use that. It's generally much easier >=20 > I agree. Could you do it, please? I doubt I can find proper way to do=20 > it by myself due to all that bsd.*.mk restructurization changes. >=20 I'm not sure if the last one is needed; the next to last is indeed useful. Note that it has a nicety of -C comparing includes before overwriting them. I'm planning to merge my share/mk work into RELENG_4 soon after 4.6-RELEASE is out because keeping them too different against HEAD would otherwise provide too much ache (not to confuse with your login :-) and hassle to the src/ developers. %%% Index: bsd.port.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.411 diff -u -p -r1.411 bsd.port.mk --- bsd.port.mk 27 Apr 2002 11:22:59 -0000 1.411 +++ bsd.port.mk 17 May 2002 15:19:06 -0000 @@ -301,6 +301,7 @@ FreeBSD_MAINTAINER=3D portmgr@FreeBSD.org # INSTALL_PROGRAM - A command to install binary executables. # INSTALL_SCRIPT - A command to install executable scripts. # INSTALL_DATA - A command to install sharable data. +# INSTALL_INCS - A command to install includes. # INSTALL_MAN - A command to install manpages (doesn't compress). # # Set the following to specify all manpages that your port installs. @@ -1199,12 +1200,15 @@ INSTALL_SCRIPT=3D \ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} INSTALL_DATA=3D \ ${INSTALL} ${COPY} ${_SHROWNGRP} -m ${SHAREMODE} +INSTALL_INCS=3D \ + ${INSTALL} -C ${_BINOWNGRP} -m ${NOBINMODE} INSTALL_MAN=3D \ ${INSTALL} ${COPY} ${_MANOWNGRP} -m ${MANMODE} =20 INSTALL_MACROS=3D BSD_INSTALL_PROGRAM=3D"${INSTALL_PROGRAM}" \ BSD_INSTALL_SCRIPT=3D"${INSTALL_SCRIPT}" \ BSD_INSTALL_DATA=3D"${INSTALL_DATA}" \ + BSD_INSTALL_INCS=3D"${INSTALL_INCS}" \ BSD_INSTALL_MAN=3D"${INSTALL_MAN}" MAKE_ENV+=3D ${INSTALL_MACROS} SCRIPTS_ENV+=3D ${INSTALL_MACROS} @@ -2251,6 +2255,7 @@ do-configure: CFLAGS=3D"${CFLAGS}" CXXFLAGS=3D"${CXXFLAGS}" \ INSTALL=3D"/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ INSTALL_DATA=3D"${INSTALL_DATA}" \ + INSTALL_INCS=3D"${INSTALL_INCS}" \ INSTALL_PROGRAM=3D"${INSTALL_PROGRAM}" \ INSTALL_SCRIPT=3D"${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ %%% Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85SCnUkv4P6juNwoRApoaAJsEYWs/c6GCGiq+pzvdBuO2jYf4JwCfTE82 wkLLLxADa8Fn7uGDW/DLt1Q= =ki7x -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8:30: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 A123037B40C for ; Fri, 17 May 2002 08:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HFU3G33454; Fri, 17 May 2002 08:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 08:30:03 -0700 (PDT) Message-Id: <200205171530.g4HFU3G33454@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex BATKO Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36 Reply-To: Alex BATKO 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/38051; it has been noted by GNATS. From: Alex BATKO To: TERAMOTO Masahiro Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36 Date: Fri, 17 May 2002 11:23:18 -0400 (EDT) Hi ! Thank you for your reply. Indeed, this was the problem. I had actually already put --with-suexec-bin=/usr/local/sbin \ and now, since your email, I've corrected this to --with-suexec-bin=/usr/local/sbin/suexec \ The new installation works - thank you very much for your help. As a side note, it may be worth documenting the fact that --with-suexec-bin requires the full path to the binary, as opposed to the directory where it will be - as is in most configuration options. You should also know that apache's webpage about suexec does not even mention the with-suexec-bin configuration option. On Fri, 17 May 2002, TERAMOTO Masahiro wrote: > Install Apache 2.0.36 using ports(www/apache2, set > WITH_SUEXEC), suexec wrpper is installed as > /usr/local/sbin/suexec . > > but mod_suexec.c assume this wrapper installed as > /usr/local/bin/suexec. > > set --with-suexec-bin=/usr/local/sbin/suexec, and suExec > Mechanism works well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8:34:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by hub.freebsd.org (Postfix) with ESMTP id 3832337B43B for ; Fri, 17 May 2002 08:34:03 -0700 (PDT) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id g4HFY0I27686; Fri, 17 May 2002 17:34:00 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g4HFXx021804; Fri, 17 May 2002 17:33:59 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.3/8.12.3/Siemens CERT [ $Revision: 1.23 ]) with ESMTP id g4HFXxNG004858; Fri, 17 May 2002 17:33:59 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.3/8.12.3/alaska [ $Revision: 1.12 ]) with ESMTP id g4HFXxqG042491; Fri, 17 May 2002 17:33:59 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.3/8.12.3/alaska [ $Revision: 1.3 ]) id g4HFXxWw042490; Fri, 17 May 2002 17:33:59 +0200 (CEST) (envelope-from ust) Date: Fri, 17 May 2002 17:33:59 +0200 From: Udo Schweigert To: "David W. Chapman Jr." Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/38158: mutt-devel 1.3.99-2 Message-ID: <20020517153359.GB42157@alaska.cert.siemens.de> Mail-Followup-To: "David W. Chapman Jr." , freebsd-ports@FreeBSD.ORG References: <200205162100.g4GL06X37904@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200205162100.g4GL06X37904@freefall.freebsd.org> X-Operating-System: FreeBSD 4.6-RC User-Agent: Mutt/1.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 On Thu, May 16, 2002 at 14:00:06 -0700, David W. Chapman Jr. wrote: > The following reply was made to PR ports/38158; it has been noted by GNATS. > > From: "David W. Chapman Jr." > To: =?unknown-8bit?Q?S=F8ren?= Boll Overgaard > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: ports/38158: mutt-devel 1.3.99-2 > Date: Thu, 16 May 2002 15:59:12 -0500 > > I've had this error since 1.3.99 I believe. > We have investigated this and adding set charset="iso-8859-1" to your .muttrc maybe solves it also for you, as it did for Soren. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 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 08B6737B403 for ; Fri, 17 May 2002 08:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HFe4034190; Fri, 17 May 2002 08:40:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 08:40:04 -0700 (PDT) Message-Id: <200205171540.g4HFe4034190@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Udo Schweigert Subject: Re: ports/38158: mutt-devel 1.3.99-2 Reply-To: Udo Schweigert 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/38158; it has been noted by GNATS. From: Udo Schweigert To: freebsd-gnats-submit@FreeBSD.org Cc: =?iso-8859-15?Q?S=F8ren?= Boll Overgaard Subject: Re: ports/38158: mutt-devel 1.3.99-2 Date: Fri, 17 May 2002 17:32:05 +0200 We have investigated this issue, and it turns out that this is due to the fact that neither the LANG (or LC_CTYPE, etc) was set in the enivironment nor mutt's charset variable. If one adds a line like this: set charset="iso-8859-1" into his/her .muttrc the problems will go away. This is caused by mutt's handling of the charset variable which now defaults to "us-ascii". As agreed by the originator, this PR can be closed. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 8:40:37 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 449DF37B408 for ; Fri, 17 May 2002 08:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HFe4434199; Fri, 17 May 2002 08:40:04 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id AE17837B408 for ; Fri, 17 May 2002 08:37:28 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id C270B1ED; Fri, 17 May 2002 19:37:26 +0400 (MSD) Message-Id: <20020517153726.C270B1ED@freebsd.org.ru> Date: Fri, 17 May 2002 19:37:26 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38184: update graphics/libwmf 0.2.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: 38184 >Category: ports >Synopsis: update graphics/libwmf 0.2.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 08:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.5-STABLE i386 >Organization: n/a >Environment: FreeBSD 4.5-STABLE i386 >Description: update graphics/libwmf 0.2.5 >How-To-Repeat: >Fix: diff -ruN libwmf.old/Makefile libwmf/Makefile --- libwmf.old/Makefile Fri May 17 19:34:32 2002 +++ libwmf/Makefile Fri May 17 19:17:48 2002 @@ -6,8 +6,7 @@ # PORTNAME= libwmf -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware diff -ruN libwmf.old/distinfo libwmf/distinfo --- libwmf.old/distinfo Fri May 17 19:34:32 2002 +++ libwmf/distinfo Fri May 17 19:18:08 2002 @@ -1 +1 @@ -MD5 (libwmf-0.2.2.tar.gz) = 49fc8a235b09cdb62f0cf03ec514669f +MD5 (libwmf-0.2.5.tar.gz) = 86b7f808a7809af991bfa90ec64c9dd2 diff -ruN libwmf.old/files/patch-font.h libwmf/files/patch-font.h --- libwmf.old/files/patch-font.h Fri May 17 19:34:32 2002 +++ libwmf/files/patch-font.h Thu Jan 1 03:00:00 1970 @@ -1,13 +0,0 @@ ---- src/ipa/ipa/font.h.orig Sat Mar 30 21:02:34 2002 -+++ src/ipa/ipa/font.h Sat Mar 30 21:02:47 2002 -@@ -851,8 +851,8 @@ - - #ifdef HAVE_XML2 - --#include --#include -+#include -+#include - - static void xml2_start (void* user_data,const char* tag,const char** attributes) - { const char** attr; diff -ruN libwmf.old/pkg-plist libwmf/pkg-plist --- libwmf.old/pkg-plist Fri May 17 19:34:32 2002 +++ libwmf/pkg-plist Fri May 17 19:31:23 2002 @@ -11,6 +11,7 @@ include/libwmf/defs.h include/libwmf/eps.h include/libwmf/fig.h +include/libwmf/font.h include/libwmf/foreign.h include/libwmf/fund.h include/libwmf/gd/gd.h @@ -130,27 +131,22 @@ %%PORTDOCS%%share/doc/libwmf/html/fig_2bmp_8h.html %%PORTDOCS%%share/doc/libwmf/html/fig_2device_8h.html %%PORTDOCS%%share/doc/libwmf/html/fig_2draw_8h.html -%%PORTDOCS%%share/doc/libwmf/html/fig_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/fig_8c.html %%PORTDOCS%%share/doc/libwmf/html/fig_8h.html %%PORTDOCS%%share/doc/libwmf/html/files.html +%%PORTDOCS%%share/doc/libwmf/html/font_8c.html %%PORTDOCS%%share/doc/libwmf/html/foreign_8c.html %%PORTDOCS%%share/doc/libwmf/html/foreign_8h.html %%PORTDOCS%%share/doc/libwmf/html/functions.html %%PORTDOCS%%share/doc/libwmf/html/fund_8h.html -%%PORTDOCS%%share/doc/libwmf/html/gd_2bmp_8h.html -%%PORTDOCS%%share/doc/libwmf/html/gd_2device_8h.html -%%PORTDOCS%%share/doc/libwmf/html/gd_2draw_8h.html -%%PORTDOCS%%share/doc/libwmf/html/gd_8c.html %%PORTDOCS%%share/doc/libwmf/html/gd_8h.html %%PORTDOCS%%share/doc/libwmf/html/globals.html %%PORTDOCS%%share/doc/libwmf/html/include_2libwmf_2color_8h.html +%%PORTDOCS%%share/doc/libwmf/html/include_2libwmf_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/index.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2bmp_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2eps_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2fig_2region_8h.html -%%PORTDOCS%%share/doc/libwmf/html/ipa_2font_8h.html -%%PORTDOCS%%share/doc/libwmf/html/ipa_2gd_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2magick_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2plot_2region_8h.html %%PORTDOCS%%share/doc/libwmf/html/ipa_2svg_2region_8h.html @@ -174,12 +170,16 @@ %%PORTDOCS%%share/doc/libwmf/html/plot_8c.html %%PORTDOCS%%share/doc/libwmf/html/plot_8h.html %%PORTDOCS%%share/doc/libwmf/html/record_8h.html +%%PORTDOCS%%share/doc/libwmf/html/src_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2fig_2color_8h.html +%%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2fig_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2ipa_2color_8h.html +%%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2ipa_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2x_2color_8h.html +%%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2x_2font_8h.html +%%PORTDOCS%%share/doc/libwmf/html/src_2ipa_2xgd_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/src_2player_2color_8h.html %%PORTDOCS%%share/doc/libwmf/html/stream_8c.html -%%PORTDOCS%%share/doc/libwmf/html/struct__gd__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfAPI.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfAPI__Options.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfBMP.html @@ -201,16 +201,19 @@ %%PORTDOCS%%share/doc/libwmf/html/struct__wmfFont.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfFontData.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfFontMap.html +%%PORTDOCS%%share/doc/libwmf/html/struct__wmfFontmapData.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfFunctionReference.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfGS__FontData.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfGS__FontInfo.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfHead.html +%%PORTDOCS%%share/doc/libwmf/html/struct__wmfIPAFont.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfImage.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfMapping.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfMetaHeader.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfPen.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfPlaceableMetaHeader.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfPolyLine__t.html +%%PORTDOCS%%share/doc/libwmf/html/struct__wmfPolyPoly__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfPolyRectangle__t.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfRGB.html %%PORTDOCS%%share/doc/libwmf/html/struct__wmfROP__Draw__t.html @@ -239,18 +242,16 @@ %%PORTDOCS%%share/doc/libwmf/html/template_8c.html %%PORTDOCS%%share/doc/libwmf/html/template_8h.html %%PORTDOCS%%share/doc/libwmf/html/types_8h.html +%%PORTDOCS%%share/doc/libwmf/html/wmf_8c.html %%PORTDOCS%%share/doc/libwmf/html/x_2bmp_8h.html %%PORTDOCS%%share/doc/libwmf/html/x_2device_8h.html %%PORTDOCS%%share/doc/libwmf/html/x_2draw_8h.html -%%PORTDOCS%%share/doc/libwmf/html/x_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/x_8c.html %%PORTDOCS%%share/doc/libwmf/html/x_8h.html %%PORTDOCS%%share/doc/libwmf/html/xgd_2bmp_8h.html %%PORTDOCS%%share/doc/libwmf/html/xgd_2device_8h.html %%PORTDOCS%%share/doc/libwmf/html/xgd_2draw_8h.html -%%PORTDOCS%%share/doc/libwmf/html/xgd_2font_8h.html %%PORTDOCS%%share/doc/libwmf/html/xgd_8c.html -%%PORTDOCS%%share/doc/libwmf/html/xgd_8h.html %%PORTDOCS%%share/doc/libwmf/index.html %%PORTDOCS%%share/doc/libwmf/smlogo2.gif %%PORTDOCS%%share/doc/libwmf/tutapi.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 Fri May 17 8:59:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 51FAD37B404; Fri, 17 May 2002 08:59:26 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g4HFxIdM024551; Fri, 17 May 2002 19:59:23 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g4HFxHeH024550; Fri, 17 May 2002 19:59:17 +0400 (MSD) Date: Fri, 17 May 2002 19:59:17 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: walt , freebsd-ports@FreeBSD.ORG, Bill Fenner Subject: Re: Png-1.2.2_1 broken on -CURRENT? Message-ID: <20020517155917.GA24518@nagual.pp.ru> References: <3CE1B2EA.1000900@sbcglobal.net> <20020516235508.GA9554@nagual.pp.ru> <20020517072428.GA75925@sunbay.com> <20020517080609.GA12895@nagual.pp.ru> <20020517142220.GA37843@sunbay.com> <20020517144552.GB23235@nagual.pp.ru> <20020517150106.GA44484@sunbay.com> <20020517150508.GA23564@nagual.pp.ru> <20020517152423.GB46931@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <20020517152423.GB46931@sunbay.com> User-Agent: Mutt/1.3.28i 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 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 18:24:23 +0300, Ruslan Ermilov wrote: Look good. Maybe rename it to INSTALL_INCLUDE instead? Because all other INSTALL_* targets assume single (not plural) object without any=20 abbreviation. > I'm not sure if the last one is needed; the next to last is indeed > useful. Note that it has a nicety of -C comparing includes before > overwriting them. I'm planning to merge my share/mk work into > RELENG_4 soon after 4.6-RELEASE is out because keeping them too > different against HEAD would otherwise provide too much ache (not > to confuse with your login :-) and hassle to the src/ developers. >=20 > %%% > Index: bsd.port.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.411 > diff -u -p -r1.411 bsd.port.mk > --- bsd.port.mk 27 Apr 2002 11:22:59 -0000 1.411 > +++ bsd.port.mk 17 May 2002 15:19:06 -0000 > @@ -301,6 +301,7 @@ FreeBSD_MAINTAINER=3D portmgr@FreeBSD.org > # INSTALL_PROGRAM - A command to install binary executables. > # INSTALL_SCRIPT - A command to install executable scripts. > # INSTALL_DATA - A command to install sharable data. > +# INSTALL_INCS - A command to install includes. > # INSTALL_MAN - A command to install manpages (doesn't compress). > # > # Set the following to specify all manpages that your port installs. > @@ -1199,12 +1200,15 @@ INSTALL_SCRIPT=3D \ > ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} > INSTALL_DATA=3D \ > ${INSTALL} ${COPY} ${_SHROWNGRP} -m ${SHAREMODE} > +INSTALL_INCS=3D \ > + ${INSTALL} -C ${_BINOWNGRP} -m ${NOBINMODE} > INSTALL_MAN=3D \ > ${INSTALL} ${COPY} ${_MANOWNGRP} -m ${MANMODE} > =20 > INSTALL_MACROS=3D BSD_INSTALL_PROGRAM=3D"${INSTALL_PROGRAM}" \ > BSD_INSTALL_SCRIPT=3D"${INSTALL_SCRIPT}" \ > BSD_INSTALL_DATA=3D"${INSTALL_DATA}" \ > + BSD_INSTALL_INCS=3D"${INSTALL_INCS}" \ > BSD_INSTALL_MAN=3D"${INSTALL_MAN}" > MAKE_ENV+=3D ${INSTALL_MACROS} > SCRIPTS_ENV+=3D ${INSTALL_MACROS} > @@ -2251,6 +2255,7 @@ do-configure: > CFLAGS=3D"${CFLAGS}" CXXFLAGS=3D"${CXXFLAGS}" \ > INSTALL=3D"/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ > INSTALL_DATA=3D"${INSTALL_DATA}" \ > + INSTALL_INCS=3D"${INSTALL_INCS}" \ > INSTALL_PROGRAM=3D"${INSTALL_PROGRAM}" \ > INSTALL_SCRIPT=3D"${INSTALL_SCRIPT}" \ > ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ > %%% >=20 >=20 > Cheers, > --=20 > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine >=20 > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age --=20 Andrey A. Chernov http://ache.pp.ru/ --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPOUo1eJgpPLZnQjrAQHhPAP/dYFgFBgE7MbI737vT+H8MbhcC2A0Gy44 xvUmGDNABj8F5AIUjwdFi6rQIYDd5cXzAl2/bqcjw40W5DeVC/6Vsq6oKf6jJF6c NYrHFPBM2XdSB+Jq13HVfrZptE8P50FX46vrTHMHckHktsmn1E/MTBsyw0XnpgRt 3y4xEE4FQgU= =EtzE -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 9: 0:48 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 C6D0037B406 for ; Fri, 17 May 2002 09:00:12 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HG0Ca36465; Fri, 17 May 2002 09:00:12 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 357B537B405 for ; Fri, 17 May 2002 08:55:16 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id BF29FAC; Fri, 17 May 2002 19:55:13 +0400 (MSD) Message-Id: <20020517155513.BF29FAC@freebsd.org.ru> Date: Fri, 17 May 2002 19:55:13 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38186: update textproc/wv to 0.7.2 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: 38186 >Category: ports >Synopsis: update textproc/wv to 0.7.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 09:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.5-STABLE i386 >Organization: n/a >Environment: FreeBSD 4.5-STABLE i386 >Description: update textproc/wv to 0.7.2 >How-To-Repeat: >Fix: diff -ruN wv.old/Makefile wv/Makefile --- wv.old/Makefile Fri May 17 19:51:21 2002 +++ wv/Makefile Fri May 17 19:14:03 2002 @@ -6,7 +6,7 @@ # PORTNAME= wv -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware diff -ruN wv.old/distinfo wv/distinfo --- wv.old/distinfo Fri May 17 19:51:21 2002 +++ wv/distinfo Fri May 17 19:14:17 2002 @@ -1 +1 @@ -MD5 (wv-0.7.1.tar.gz) = f4bf6e9efd6c6eccaad02d3f315beb75 +MD5 (wv-0.7.2.tar.gz) = b5e673be8deba02badd3b1a749911b0c diff -ruN wv.old/files/patch-ltmain.sh wv/files/patch-ltmain.sh --- wv.old/files/patch-ltmain.sh Fri May 17 19:51:21 2002 +++ wv/files/patch-ltmain.sh Thu Jan 1 03:00:00 1970 @@ -1,33 +0,0 @@ ---- ltmain.sh.orig Wed Sep 26 23:26:27 2001 -+++ ltmain.sh Sat Nov 17 08:35:28 2001 -@@ -1043,7 +1043,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >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 Fri May 17 9: 1: 8 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 D382437B411 for ; Fri, 17 May 2002 09:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HG0BI36456; Fri, 17 May 2002 09:00:11 -0700 (PDT) (envelope-from gnats) Received: from kartoffel.salatschuessel.net (p5084AC12.dip.t-dialin.net [80.132.172.18]) by hub.freebsd.org (Postfix) with ESMTP id 97BDD37B408 for ; Fri, 17 May 2002 08:54:58 -0700 (PDT) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.11.6/8.11.5) id g4HFsqR61616; Fri, 17 May 2002 17:54:52 +0200 (CEST) (envelope-from olivleh1) Message-Id: <200205171554.g4HFsqR61616@kartoffel.salatschuessel.net> Date: Fri, 17 May 2002 17:54:52 +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/38185: update-port: sysutils/xcdroast 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: 38185 >Category: ports >Synopsis: update-port: sysutils/xcdroast >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: Fri May 17 09:00:11 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: the old port would not work because, it requires an older cdrtools version. there are two new files: files/patch-io.c files/patch-xcdrdata.h >How-To-Repeat: >Fix: diff -ruN xcdroast.old/Makefile /usr/ports/sysutils/xcdroast/Makefile --- xcdroast.old/Makefile Fri Aug 31 01:15:47 2001 +++ /usr/ports/sysutils/xcdroast/Makefile Fri May 17 17:34:40 2002 @@ -6,10 +6,10 @@ # PORTNAME= xcdroast -PORTVERSION= 0.98.a.9 +PORTVERSION= 0.98.a.10 CATEGORIES= sysutils MASTER_SITES= http://www.xcdroast.org/download/ -DISTNAME= ${PORTNAME}-0.98alpha9 +DISTNAME= ${PORTNAME}-0.98alpha10 MAINTAINER= lehmann@ans-netz.de @@ -22,6 +22,7 @@ USE_IMLIB= yes MAKE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ IMLIB_CONFIG="${IMLIB_CONFIG}" post-patch: @@ -29,31 +30,11 @@ ${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/$$i ; \ done - for i in Makefile ; do \ + for i in Makefile xcdroast.h ; do \ ${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/$$i ; \ done post-install: @${CAT} ${PKGMESSAGE} - -enable-nonroot: - - /usr/sbin/pw groupadd -n cdwrite - - for i in cdrecord cdda2wav mkisofs readcd; do \ - ${CHOWN} root:cdwrite ${LOCALBASE}/bin/$$i ; \ - ${CHMOD} 4710 ${LOCALBASE}/bin/$$i ; \ - done - - ${CHOWN} root:cdwrite ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap - ${CHMOD} 2755 ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap - - @${ECHO} "" - @${ECHO} "***************************************************************" - @${ECHO} " The first time root have to start xcdroast, to create the" - @${ECHO} " root-configuration-file ${PREFIX}/etc/xcdroast.conf. Without" - @${ECHO} " this file, a normal user will get an error message." - @${ECHO} "***************************************************************" - @${ECHO} "" .include diff -ruN xcdroast.old/distinfo /usr/ports/sysutils/xcdroast/distinfo --- xcdroast.old/distinfo Tue Aug 14 22:12:44 2001 +++ /usr/ports/sysutils/xcdroast/distinfo Fri May 17 17:34:27 2002 @@ -1 +1 @@ -MD5 (xcdroast-0.98alpha9.tar.gz) = 543d3237e7109572f5fcb6bdc6cf3e44 +MD5 (xcdroast-0.98alpha10.tar.gz) = 6f9ffd30c7ba8f067c2f1bddcc83d7d8 diff -ruN xcdroast.old/files/patch-Makefile /usr/ports/sysutils/xcdroast/files/patch-Makefile --- xcdroast.old/files/patch-Makefile Tue Aug 21 21:50:01 2001 +++ /usr/ports/sysutils/xcdroast/files/patch-Makefile Fri May 17 16:32:38 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Jul 17 23:46:26 2001 -+++ Makefile Tue Aug 21 13:07:40 2001 +--- Makefile.orig Tue Apr 23 21:23:10 2002 ++++ Makefile Fri May 17 16:32:22 2002 @@ -6,13 +6,13 @@ # Installation prefix directory: @@ -16,18 +16,19 @@ # for linux INSTALL=/usr/bin/install -c -@@ -23,10 +23,10 @@ +@@ -29,11 +29,11 @@ #--- --CFLAGS=-Wall `gtk-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" --CFLAGS2=-Wall `glib-config --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" --LIBS=`gtk-config --libs` `imlib-config --libs` -lgdk_imlib +-CFLAGS=-Wall `gtk-config --cflags` `gdk-pixbuf-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" $(EXTRA_CFLAGS) +-CFLAGS2=-Wall `glib-config --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" $(EXTRA_CFLAGS) ++CFLAGS=-Wall `${GTK_CONFIG} --cflags` `gdk-pixbuf-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" $(EXTRA_CFLAGS) ++CFLAGS2=-Wall `${GLIB_CONFIG} --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" $(EXTRA_CFLAGS) + +-LIBS=`gtk-config --libs` `gdk-pixbuf-config --libs` -TOOLLIBS=`gtk-config --libs` -+CFLAGS=-Wall `${GTK_CONFIG} --cflags` `${IMLIB_CONFIG} --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" -+CFLAGS2=-Wall `${GTK_CONFIG} --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" -+LIBS=`${GTK_CONFIG} --libs` `${IMLIB_CONFIG} --libs` -lgdk_imlib ++LIBS=`${GTK_CONFIG} --libs` `gdk-pixbuf-config --libs` +TOOLLIBS=`${GTK_CONFIG} --libs` - CC=gcc + CC=cc OBJ = main.o language.o init.o tools.o xtools.o menus.o setup.o io.o duplicate.o wav_frontend.o wav_id.o create.o diff -ruN xcdroast.old/files/patch-io.c /usr/ports/sysutils/xcdroast/files/patch-io.c --- xcdroast.old/files/patch-io.c Thu Jan 1 01:00:00 1970 +++ /usr/ports/sysutils/xcdroast/files/patch-io.c Fri May 17 17:13:01 2002 @@ -0,0 +1,12 @@ +--- io.c.orig Fri May 17 17:12:28 2002 ++++ io.c Fri May 17 17:12:44 2002 +@@ -8492,7 +8492,8 @@ + return 1; + } else { + /* create command to create new group */ +- g_snprintf(tmp,MAXLINE,"%s %s\n", GROUPADD, NONROOTMODEGROUP); ++ ++ g_snprintf(tmp,MAXLINE,"%s groupadd -n %s\n", GROUPADD, NONROOTMODEGROUP); + strcat(ret,tmp); + } + } diff -ruN xcdroast.old/files/patch-xcdrdata.h /usr/ports/sysutils/xcdroast/files/patch-xcdrdata.h --- xcdroast.old/files/patch-xcdrdata.h Thu Jan 1 01:00:00 1970 +++ /usr/ports/sysutils/xcdroast/files/patch-xcdrdata.h Fri May 17 16:41:15 2002 @@ -0,0 +1,10 @@ +--- xcdrdata.h.orig Fri May 17 16:40:55 2002 ++++ xcdrdata.h Fri May 17 16:40:30 2002 +@@ -3,6 +3,7 @@ + */ + + #include ++#include + + typedef struct setup_data { + gint writer_devnr; diff -ruN xcdroast.old/files/patch-xcdroast.h /usr/ports/sysutils/xcdroast/files/patch-xcdroast.h --- xcdroast.old/files/patch-xcdroast.h Wed Aug 15 04:10:15 2001 +++ /usr/ports/sysutils/xcdroast/files/patch-xcdroast.h Fri May 17 17:19:31 2002 @@ -1,11 +1,50 @@ ---- xcdroast.h.orig Tue Aug 14 00:15:43 2001 -+++ xcdroast.h Tue Aug 14 00:46:08 2001 -@@ -89,14 +89,14 @@ - #define SAVEMASTERTRACK "mkisofs.out" +--- xcdroast.h.orig Tue Apr 23 20:55:27 2002 ++++ xcdroast.h Fri May 17 17:19:29 2002 +@@ -41,12 +41,12 @@ + #define UNAME "/bin/uname -a" + #define UNAME2 "/usr/bin/uname -a" + #define CHOWN "/bin/chown" +-#define CHOWN2 "/usr/bin/chown" ++#define CHOWN2 "/usr/sbin/chown" + #define CHGRP "/bin/chgrp" + #define CHGRP2 "/usr/bin/chgrp" + #define CHMOD "/bin/chmod" + #define CHMOD2 "/usr/bin/chmod" +-#define GROUPADD "/usr/sbin/groupadd" ++#define GROUPADD "/usr/sbin/pw" + + #define WAVPLAY "bin/wavplay" + #define RMTOOL "bin/rmtool" +@@ -59,10 +59,10 @@ + then in $PREFIX (e.g. /usr/bin/cdrecord instead of + /usr/local/lib/xcdroast-0.98/bin/cdrecord) */ + +-#define CDRECORD "bin/cdrecord" +-#define CDDA2WAV "bin/cdda2wav" +-#define READCD "bin/readcd" +-#define MKISOFS "bin/mkisofs" ++#define CDRECORD "/usr/local/bin/cdrecord" ++#define CDDA2WAV "/usr/local/bin/cdda2wav" ++#define READCD "/usr/local/bin/readcd" ++#define MKISOFS "/usr/local/bin/mkisofs" + + /* MINIMUM required versions. Greater versions are now silently + accepted. +@@ -70,7 +70,7 @@ + IT WONT WORK WITH LOWER VERSIONS, EVEN WHEN YOU THINK IT DOES! */ + + #define CDRECORD_VERSION "1.11a19" +-#define MKISOFS_VERSION "1.15a17" ++#define MKISOFS_VERSION "1.15a21" + #define CDDA2WAV_VERSION "1.11a19" + #define READCD_VERSION "1.11a19" + +@@ -116,14 +116,14 @@ + #define SAVEMASTERLIST "xcdrmaster.lst" /* default paths/configfile */ -#define PREFIX "/usr/local" -+#define PREFIX "%%PREFIX%%" ++#define PREFIX "/usr/X11R6" #define LIBDIR "lib/xcdroast-0.98" #define CONFIGDIR "~/.xcdroast" #define CONFFILE "xcdr098.cfg" @@ -13,7 +52,7 @@ #define ISOOPTFILE "isoopt.cfg" #define ISOHEADERFILE "isoheader.cfg" -#define ROOTCONFIG "/etc/xcdroast.conf" -+#define ROOTCONFIG "%%PREFIX%%/etc/xcdroast.conf" ++#define ROOTCONFIG "/usr/X11R6/etc/xcdroast.conf" + #define NONROOTBAK "nonrootflags.cfg" /* language stuff*/ - #define MAXENTRIES 512 diff -ruN xcdroast.old/pkg-message /usr/ports/sysutils/xcdroast/pkg-message --- xcdroast.old/pkg-message Fri Aug 31 01:15:47 2001 +++ /usr/ports/sysutils/xcdroast/pkg-message Fri May 17 17:35:32 2002 @@ -2,7 +2,7 @@ ATTENTION! You must be root to use xcdroast. To use it as normal user, -type "make enable-nonroot" in the ports' directory. +click "enable-nonroot" after starting it at first as root. But beware! This is a security risk! It modifies the following files and gives them the set-user-ID-on-execution bit: @@ -12,7 +12,7 @@ cdda2wav(1) mkisofs(8) -All members of group "cdwrite" are able to run these files +All members of group "xcdwrite" are able to run these files as root. Usually, these group has no members. ************************************************************ diff -ruN xcdroast.old/pkg-plist /usr/ports/sysutils/xcdroast/pkg-plist --- xcdroast.old/pkg-plist Tue Aug 21 21:50:01 2001 +++ /usr/ports/sysutils/xcdroast/pkg-plist Fri May 17 17:48:26 2002 @@ -1,4 +1,13 @@ bin/xcdroast +lib/xcdroast-0.98/bin/cdda2wav +lib/xcdroast-0.98/bin/cddbtool +lib/xcdroast-0.98/bin/cdrecord +lib/xcdroast-0.98/bin/mkisofs +lib/xcdroast-0.98/bin/readcd +lib/xcdroast-0.98/bin/rmtool +lib/xcdroast-0.98/bin/vrfytool +lib/xcdroast-0.98/bin/wavplay +lib/xcdroast-0.98/bin/xcdrwrap lib/xcdroast-0.98/icons/burnproof.gif lib/xcdroast-0.98/icons/cddblogo.gif lib/xcdroast-0.98/icons/dialog_default.png @@ -6,19 +15,16 @@ lib/xcdroast-0.98/icons/dialog_information.png lib/xcdroast-0.98/icons/dialog_question.png lib/xcdroast-0.98/icons/dialog_warning.png +lib/xcdroast-0.98/icons/xcdricon.gif lib/xcdroast-0.98/icons/xcdrlogo.gif +lib/xcdroast-0.98/icons/xcdrlogo2.gif lib/xcdroast-0.98/lang/lang_extract.sh lib/xcdroast-0.98/lang/langhelp.def lib/xcdroast-0.98/lang/language.def lib/xcdroast-0.98/sound/test.wav -lib/xcdroast-0.98/bin/cddbtool -lib/xcdroast-0.98/bin/rmtool -lib/xcdroast-0.98/bin/vrfytool -lib/xcdroast-0.98/bin/wavplay -lib/xcdroast-0.98/bin/xcdrwrap @dirrm lib/xcdroast-0.98/bin @dirrm lib/xcdroast-0.98/icons @dirrm lib/xcdroast-0.98/lang @dirrm lib/xcdroast-0.98/sound @dirrm lib/xcdroast-0.98 -@unexec /usr/sbin/pw groupdel -n cdwrite +@unexec /usr/sbin/pw groupdel -n xcdwrite >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 Fri May 17 9: 7:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 67ABA37B40B; Fri, 17 May 2002 09:07:31 -0700 (PDT) Received: from isi.edu (q99adqpkf2sk3w3p@hbo.isi.edu [128.9.160.75]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g4HG7VF29904; Fri, 17 May 2002 09:07:31 -0700 (PDT) Message-ID: <3CE52AC2.8090401@isi.edu> Date: Fri, 17 May 2002 09:07:30 -0700 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020404 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: sada@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/35385: port update: security/ssh2 References: <200205170924.g4H9Ocl72114@freefall.freebsd.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000300030801080306050801" 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 cryptographically signed message in MIME format. --------------ms000300030801080306050801 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit sada@FreeBSD.org wrote: > Synopsis: port update: security/ssh2 > > State-Changed-From-To: open->closed > State-Changed-By: sada > State-Changed-When: Fri May 17 02:21:00 PDT 2002 > State-Changed-Why: > Committed, thanks! > Note: The PR includes diffs for WITHOUT_X11 env, > but this was already committed by knu-san. > So I just added CONFIGURE_ARGS line about this, > please verify it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=35385 Look OK, thanks for committing! Lars -- Lars Eggert USC Information Sciences Institute --------------ms000300030801080306050801 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIIrjCC ArUwggIeoAMCAQICAwWBRzANBgkqhkiG9w0BAQIFADCBkjELMAkGA1UEBhMCWkExFTATBgNV BAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUx HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVl bWFpbCBSU0EgMjAwMC44LjMwMB4XDTAxMDgyNDE2NDAwMFoXDTAyMDgyNDE2NDAwMFowVDEP MA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVnZ2VydDEc MBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC gYEA0AvLBsD78nxcUHeHkaMgl3b4qYPnfgbf8Lh+HQP8RgGMRG/Yb+vTpkGezlwt9pkJxiD1 1uZDy4CNNJUu3gKxKSb+zRV70O+lkwwftuHoLHoH4xwo3LcQ2LGDpd+I95tUN4dfJ3TmeEcU SF50dC/SuUI4w8AlhXQ8IxrhgdayTpECAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIB BAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1Ud EwEB/wQCMAAwDQYJKoZIhvcNAQECBQADgYEAheZhn0pQA8zI7U2K1ZIAl11j0a1DKxnp3GtT vOUrGRB3WvYxidvdZ1kizhEsWeXU81TkNDH0DaRqtOEeu6Q2OhB+jeKEqY7IDAJE4/fI0e+d 6PnG1hd+vEvYmsKHkmzBhPc94XUOKNWO+qVNP2NGyNI3QIDy5wX4fdcOo1S34r4wggK1MIIC HqADAgECAgMFgUcwDQYJKoZIhvcNAQECBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYD VQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwg UlNBIDIwMDAuOC4zMDAeFw0wMTA4MjQxNjQwMDBaFw0wMjA4MjQxNjQwMDBaMFQxDzANBgNV BAQTBkVnZ2VydDENMAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkq hkiG9w0BCQEWDWxhcnNlQGlzaS5lZHUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANAL ywbA+/J8XFB3h5GjIJd2+KmD534G3/C4fh0D/EYBjERv2G/r06ZBns5cLfaZCcYg9dbmQ8uA jTSVLt4CsSkm/s0Ve9DvpZMMH7bh6Cx6B+McKNy3ENixg6XfiPebVDeHXyd05nhHFEhedHQv 0rlCOMPAJYV0PCMa4YHWsk6RAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIBADAaMBgCAQQEE0wy dU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVkdTAMBgNVHRMBAf8E AjAAMA0GCSqGSIb3DQEBAgUAA4GBAIXmYZ9KUAPMyO1NitWSAJddY9GtQysZ6dxrU7zlKxkQ d1r2MYnb3WdZIs4RLFnl1PNU5DQx9A2karThHrukNjoQfo3ihKmOyAwCROP3yNHvnej5xtYX frxL2JrCh5JswYT3PeF1DijVjvqlTT9jRsjSN0CA8ucF+H3XDqNUt+K+MIIDODCCAqGgAwIB AgIQZkVyt8x09c9jdkWE0C6RATANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lv bjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkB FhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAwMDgzMDAwMDAwMFoXDTA0MDgy NzIzNTk1OVowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBT ZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMDCBnzAN BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA3jMypmPHCSVFPtJueCdngcXaiBmClw7jRCmKYzUq bXA8+tyu9+50bzC8M5B/+TRxoKNtmPHDT6Jl2w36S/HW3WGl+YXNVZo1Gp2Sdagnrthy+boC 9tewkd4c6avgGAOofENCUFGHgzzwObSbVIoTh/+zm51JZgAtCYnslGvpoWkCAwEAAaNOMEww KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDEtMjk3MBIGA1UdEwEB/wQI MAYBAf8CAQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBAUAA4GBADGxS0dd+QFx5fVTbF15 1j2YwCYTYoEipxL4IpXoG0m3J3sEObr85vIk65H6vewNKjj3UFWobPcNrUwbvAP0teuiR59s ogxYjTFCCRFssBpp0SsSskBdavl50OouJd2K5PzbDR+dAvNa28o89kTqJmmHf0iezqWf54TY yWJirQXGMYICpjCCAqICAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJu IENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRD ZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIw MDAuOC4zMAIDBYFHMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEw HAYJKoZIhvcNAQkFMQ8XDTAyMDUxNzE2MDczMFowIwYJKoZIhvcNAQkEMRYEFCWRXxaiHDBK HGCaaMooGV65WIC6MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwIC AgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0B CRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAG A1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRl IFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMF gUcwDQYJKoZIhvcNAQEBBQAEgYDInKZMo/me0BJyI0yND0osYq8taeDDXjDDgiq3T3sHHC+y EmIq6hcKSFtg2ahy1N2ix+aN8g0blnwCYJhjAYhETDjXigZcHz2GWu7074400lVVREjuc39/ x6jiFw7X7GvrsYLGbp29KnfcnkTYp8OOEfoVTAatuzT9RAmPDiac1QAAAAAAAA== --------------ms000300030801080306050801-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 9: 8:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from enigma.whacky.net (enigma.whacky.net [217.148.161.174]) by hub.freebsd.org (Postfix) with ESMTP id 6268237B407 for ; Fri, 17 May 2002 09:08:06 -0700 (PDT) Received: from localhost (localhost.whacky.net [127.0.0.1]) by enigma.whacky.net (Postfix) with ESMTP id E32192114C for ; Mon, 13 May 2002 16:26:04 +0200 (CEST) Received: by enigma.whacky.net (Postfix, from userid 1000) id 93E8F2114B; Mon, 13 May 2002 16:26:01 +0200 (CEST) Date: Mon, 13 May 2002 16:26:01 +0200 From: Stephan van Beerschoten To: ports@freebsd.org Subject: www/mod_php4 + www/apache13-modssl Message-ID: <20020513142601.GA12729@enigma.whacky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed 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 Maybe (yeah right) I'm the first to report this: apache+mod_ssl-1.3.24+2.8.8 + mod_php4-4.2.0_1 This is what I get when I want to start my newly compiled apache: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "ssl_onceonlyinit" I compiled php4 with (amoungst others) support for OpenSSL. System: FreeBSD 4.5-RELEASE-p4 Ports: CVS as of time-of-this-email. Any ideas ? -- Stephan van Beerschoten [SVB21-RIPE] stephanb@whacky.net PGP fingerprint: 4557 9761 B212 FB4C 778D 3529 C42A 2D27 "To err is human, to forgive is Not Company Policy" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 9:20: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 8145C37B405 for ; Fri, 17 May 2002 09:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HGK2841606; Fri, 17 May 2002 09:20:02 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 770D037B404 for ; Fri, 17 May 2002 09:14:46 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 3488A16C3D for ; Sat, 18 May 2002 02:14:45 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id E4FA83FDA; Sat, 18 May 2002 02:14:43 +1000 (EST) Message-Id: <20020517161443.E4FA83FDA@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 02:14:43 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38187: update devel/p5-Params-Validate to 0.16 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: 38187 >Category: ports >Synopsis: update devel/p5-Params-Validate to 0.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 09:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update devel/p5-Params-Validate to 0.16 >How-To-Repeat: >Fix: --- Makefile.orig Sat Apr 21 00:41:03 2001 +++ Makefile Sat May 18 02:03:24 2002 @@ -6,7 +6,7 @@ # PORTNAME= Params-Validate -PORTVERSION= 0.04 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Devel/DROLSKY @@ -17,6 +17,6 @@ PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Params::Validate.3 +MAN3= Attribute::Params::Validate.3 Params::Validate.3 .include --- distinfo.orig Sat Apr 21 00:41:03 2001 +++ distinfo Sat May 18 01:59:53 2002 @@ -1 +1 @@ -MD5 (Params-Validate-0.04.tar.gz) = 841eb6f98297ace3667b100d9689c131 +MD5 (Params-Validate-0.16.tar.gz) = ac23870aa124f1bd6863aa47c7506762 --- pkg-plist.orig Wed Apr 11 05:46:03 2001 +++ pkg-plist Sat May 18 02:05:24 2002 @@ -1,4 +1,4 @@ -lib/perl5/site_perl/%%PERL_VER%%/Params/Validate/Heavy.pm +lib/perl5/site_perl/%%PERL_VER%%/Attribute/Params/Validate.pm lib/perl5/site_perl/%%PERL_VER%%/Params/Validate.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Params/Validate/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Params/Validate >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 Fri May 17 9:25:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by hub.freebsd.org (Postfix) with ESMTP id 75E7337B403 for ; Fri, 17 May 2002 09:25:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.3/8.12.3) with ESMTP id g4HGP55f009092; Fri, 17 May 2002 11:25:05 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: www/mod_php4 + www/apache13-modssl From: Larry Rosenman To: Stephan van Beerschoten Cc: ports@FreeBSD.ORG In-Reply-To: <20020513142601.GA12729@enigma.whacky.net> References: <20020513142601.GA12729@enigma.whacky.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 17 May 2002 11:25:05 -0500 Message-Id: <1021652705.9035.0.camel@lerlaptop> 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 09:26, Stephan van Beerschoten wrote: > Maybe (yeah right) I'm the first to report this: > > apache+mod_ssl-1.3.24+2.8.8 + > mod_php4-4.2.0_1 > > This is what I get when I want to start my newly compiled apache: > > Cannot load /usr/local/libexec/apache/libphp4.so into server: > /usr/local/libexec/apache/libphp4.so: Undefined symbol > "ssl_onceonlyinit" > > I compiled php4 with (amoungst others) support for OpenSSL. > System: FreeBSD 4.5-RELEASE-p4 > Ports: CVS as of time-of-this-email. you didn't build the IMAP C-Client (/usr/ports/mail/cclient) port with SSL support. Add WITH_SSL=yes to /etc/make.conf, and rebuild cclient and all that depend on it (including PHP). > > Any ideas ? > > > -- > Stephan van Beerschoten [SVB21-RIPE] stephanb@whacky.net > PGP fingerprint: 4557 9761 B212 FB4C 778D 3529 C42A 2D27 > "To err is human, to forgive is Not Company Policy" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 9: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 055F137B406 for ; Fri, 17 May 2002 09:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HGU1242156; Fri, 17 May 2002 09:30:01 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 408D437B408 for ; Fri, 17 May 2002 09:24:26 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 85E8216C62 for ; Sat, 18 May 2002 02:24:25 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 57C0F3FDA; Sat, 18 May 2002 02:24:25 +1000 (EST) Message-Id: <20020517162425.57C0F3FDA@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 02:24:25 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38189: update www/p5-HTML-Mason to 1.05 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: 38189 >Category: ports >Synopsis: update www/p5-HTML-Mason to 1.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 09:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update www/p5-HTML-Mason to 1.05 >How-To-Repeat: >Fix: --- Makefile.orig Thu Nov 1 01:16:19 2001 +++ Makefile Sat May 18 02:20:15 2002 @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML root@gedanken:p5-HTML-Mason:2: # diff -u distinfo.orig distinfo --- distinfo.orig Thu Nov 1 01:16:20 2001 +++ distinfo Sat May 18 02:20:48 2002 @@ -1 +1 @@ -MD5 (HTML-Mason-1.04.tar.gz) = aee8b61b950f7061687bf4965e786e58 +MD5 (HTML-Mason-1.05.tar.gz) = 9a523dba9ebc376295425768f3e41f1a >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 Fri May 17 9:50: 8 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 859CB37B404 for ; Fri, 17 May 2002 09:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HGo2Y44642; Fri, 17 May 2002 09:50: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 4ECF637B40F for ; Fri, 17 May 2002 09:47:03 -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 g4HGl2hG008444 for ; Fri, 17 May 2002 09:47:02 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4HGl2Xj008443; Fri, 17 May 2002 09:47:02 -0700 (PDT) Message-Id: <200205171647.g4HGl2Xj008443@www.freebsd.org> Date: Fri, 17 May 2002 09:47:02 -0700 (PDT) From: Tom Rissman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38190: Sourceforge distfiles 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: 38190 >Category: ports >Synopsis: Sourceforge distfiles broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 17 09:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tom Rissman >Release: 4.5-RELEASE >Organization: MRD >Environment: i386 >Description: All distfiles FTP'd from Sourceforge are too small and yield checksum errors. I suspect a problem with the Sourceforge server. >How-To-Repeat: On a clean machine, try to build Gnome from the /usr/ports/x11/gnome directory using make install. The install will fail with Error 1 messages. Further inspection reveals that bad files all come from Sourceforge. (Mesa3D is the first failure.) >Fix: Retrieving distfiles or packages from other locations permits make to succeed. >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 Fri May 17 10: 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 DC1A837B40A for ; Fri, 17 May 2002 10:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HH05Z45255; Fri, 17 May 2002 10:00:05 -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 6528C37B401 for ; Fri, 17 May 2002 09:50:35 -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 g4HGoZhG009043 for ; Fri, 17 May 2002 09:50:35 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4HGoZ8e009042; Fri, 17 May 2002 09:50:35 -0700 (PDT) Message-Id: <200205171650.g4HGoZ8e009042@www.freebsd.org> Date: Fri, 17 May 2002 09:50:35 -0700 (PDT) From: Tom Rissman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38191: Yggdrasil FTP Server times out 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: 38191 >Category: ports >Synopsis: Yggdrasil FTP Server times out >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: Fri May 17 10:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tom Rissman >Release: 4.5-RELEASE >Organization: MRD >Environment: i386 >Description: Many of the ports (especially Gnome) attempt to fetch from the Yggdrasil FTP server, which appears to be off-line. Make will pause until the fetch times out and then proceed to fetch from another site. >How-To-Repeat: Attempt to build Gnome from the ports collection. >Fix: Eliminate references to Yggdrasil FTP server from make files. >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 Fri May 17 10:10: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 7ADDE37B403 for ; Fri, 17 May 2002 10:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHA5k49836; Fri, 17 May 2002 10:10:05 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 10:10:05 -0700 (PDT) Message-Id: <200205171710.g4HHA5k49836@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexandr Kovalenko Subject: Re: ports/38190: Sourceforge distfiles broken Reply-To: Alexandr Kovalenko 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/38190; it has been noted by GNATS. From: Alexandr Kovalenko To: Tom Rissman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/38190: Sourceforge distfiles broken Date: Fri, 17 May 2002 20:05:10 +0300 > >Number: 38190 > >Category: ports > >Synopsis: Sourceforge distfiles broken > >Description: > All distfiles FTP'd from Sourceforge are too small and yield > checksum errors. I suspect a problem with the Sourceforge server. > >How-To-Repeat: > On a clean machine, try to build Gnome from the > /usr/ports/x11/gnome directory using make install. The install > will fail with Error 1 messages. Further inspection reveals that > bad files all come from Sourceforge. (Mesa3D is the first > failure.) This is beacuse their prdownloads is only wrapper for 3 mirrors. > >Fix: > Retrieving distfiles or packages from other locations permits make > to succeed. -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 10: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 2C4D637B40B for ; Fri, 17 May 2002 10:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHA2A49827; Fri, 17 May 2002 10:10:02 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id CD4C537B406 for ; Fri, 17 May 2002 10:01:08 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 5124016CD5 for ; Sat, 18 May 2002 03:01:04 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 41A173FDA; Sat, 18 May 2002 03:01:03 +1000 (EST) Message-Id: <20020517170103.41A173FDA@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 03:01:03 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38192: update www/p5-HTML-Parser to 3.26 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: 38192 >Category: ports >Synopsis: update www/p5-HTML-Parser to 3.26 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 10:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update www/p5-HTML-Parser to 3.26 >How-To-Repeat: >Fix: --- Makefile.orig Thu Jun 21 17:32:37 2001 +++ Makefile Fri May 17 18:29:56 2002 @@ -6,7 +6,7 @@ # PORTNAME= HTML-Parser -PORTVERSION= 3.25 +PORTVERSION= 3.26 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML --- distinfo.orig Thu Jun 21 17:32:37 2001 +++ distinfo Fri May 17 18:33:08 2002 @@ -1 +1 @@ -MD5 (HTML-Parser-3.25.tar.gz) = d71085ee430bf5c0acad7594034f2956 +MD5 (HTML-Parser-3.26.tar.gz) = c469491a71aa8cb0391c28c8b6dd4473 >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 Fri May 17 10:18:45 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 8CFF137B407; Fri, 17 May 2002 10:18:42 -0700 (PDT) Received: (from mph@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHIg850454; Fri, 17 May 2002 10:18:42 -0700 (PDT) (envelope-from mph) Date: Fri, 17 May 2002 10:18:42 -0700 (PDT) From: Message-Id: <200205171718.g4HHIg850454@freefall.freebsd.org> To: trissman@mrdlaw.com, mph@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38190: Sourceforge distfiles 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: Sourceforge distfiles broken State-Changed-From-To: open->feedback State-Changed-By: mph State-Changed-When: Fri May 17 13:17:24 EDT 2002 State-Changed-Why: I believe this is due to your bsd.sites.mk being out of date. Please advise whether using rev >= 1.83 fixes the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=38190 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 10:20: 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 2F0C637B410 for ; Fri, 17 May 2002 10:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHK3D50564; Fri, 17 May 2002 10:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 10:20:03 -0700 (PDT) Message-Id: <200205171720.g4HHK3D50564@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Lay Subject: Re: ports/38189: update www/p5-HTML-Mason to 1.05 Reply-To: David Lay 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/38189; it has been noted by GNATS. From: David Lay To: freebsd-gnats-submit@FreeBSD.org, dave@staff.netc.net.au Cc: Subject: Re: ports/38189: update www/p5-HTML-Mason to 1.05 Date: Sat, 18 May 2002 03:11:06 +1000 Oops! Botched that patch. Should be: --- Makefile.orig Thu Nov 1 01:16:19 2001 +++ Makefile Sat May 18 02:20:15 2002 @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML --- distinfo.orig Thu Nov 1 01:16:20 2001 +++ distinfo Sat May 18 02:20:48 2002 @@ -1 +1 @@ -MD5 (HTML-Mason-1.04.tar.gz) = aee8b61b950f7061687bf4965e786e58 +MD5 (HTML-Mason-1.05.tar.gz) = 9a523dba9ebc376295425768f3e41f1a -- David Lay | Systems Administrator | www.netc.net.au dave@netc.net.au | NETCo-op Ltd. | (03) 5722 2563 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 10:20: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 781B037B407 for ; Fri, 17 May 2002 10:20:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHK5050571; Fri, 17 May 2002 10:20:05 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 10:20:05 -0700 (PDT) Message-Id: <200205171720.g4HHK5050571@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthew Hunt Subject: Re: ports/38190: Sourceforge distfiles broken Reply-To: Matthew Hunt 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/38190; it has been noted by GNATS. From: Matthew Hunt To: Tom Rissman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/38190: Sourceforge distfiles broken Date: Fri, 17 May 2002 10:17:14 -0700 > All distfiles FTP'd from Sourceforge are too small and yield > checksum errors. I suspect a problem with the Sourceforge server. The ${MASTER_SITE_SOURCEFORGE} macro changed to accommodate the new "pick a mirror site" page sourceforge gives. Your /usr/ports/Mk/bsd.sites.mk is out of date. ---------------------------- revision 1.83 date: 2002/05/09 01:03:29; author: trevor; state: Exp; lines: +2 -3 Correct the subdirectory for the us.dl.sourceforge.net FTP site. Remove the FTP listing for eu.dl.sourceforge.net, since it has not allowing FTP connections at least since 22 hours ago. I left the HTTP listing for the site. ---------------------------- revision 1.82 date: 2002/05/07 00:31:08; author: dbaker; state: Exp; lines: +5 -9 The master site list for sourceforge didn't use the round-robins that sourceforge has made available. Additionally, the first site listed (prdownloads) now gives a HTML selection page when you try to download a file which causes md5 mismatch and is generally an ugly mess. Update MASTER_SITE_SOUREFORGE with handful of approved roundrobin HTTP and FTP sites Submitted by: Sean Kelly > >How-To-Repeat: On a clean machine, try to build Gnome from the > /usr/ports/x11/gnome directory using make install. The install will > fail with Error 1 messages. Further inspection reveals that bad files > all come from Sourceforge. (Mesa3D is the first failure.) Cannot reproduce if I use an up-to-date bsd.sites.mk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 10: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 4E54C37B40A for ; Fri, 17 May 2002 10:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHU3051245; Fri, 17 May 2002 10:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 10:30:03 -0700 (PDT) Message-Id: <200205171730.g4HHU3051245@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Juha Ylitalo Subject: Re: ports/38190: Sourceforge distfiles broken Reply-To: Juha Ylitalo 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/38190; it has been noted by GNATS. From: Juha Ylitalo To: Tom Rissman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/38190: Sourceforge distfiles broken Date: 17 May 2002 21:22:43 +0400 --=-FLHbeSML9F6mLzVOgsSV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2002-05-17 at 20:47, Tom Rissman wrote: >=20 > >Number: 38190 > >Category: ports > >Synopsis: Sourceforge distfiles broken ... > >Description: > All distfiles FTP'd from Sourceforge are too small and yield checksum = errors. I suspect a problem with the Sourceforge server. > >How-To-Repeat: > On a clean machine, try to build Gnome from the /usr/ports/x11/gnome d= irectory using make install. The install will fail with Error 1 messages. = Further inspection reveals that bad files all come from Sourceforge. (Mes= a3D is the first failure.) > >Fix: > Retrieving distfiles or packages from other locations permits make to = succeed. =20 > >Release-Note: > >Audit-Trail: > >Unformatted: SourceForge has split their download servers to three different servers, which are sponsored by companies. What you've probably downloaded is the HTML page, which shows those options. If you update your ports directory, you will notice that they now have=20 MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} which should point to one of those mirror hosts. --=20 Juha Ylitalo juha.ylitalo@iki.fi +358 40 562 6152 http://www.iki.fi/jylitalo "Some tools are used, because its policy, others because they are good." --=-FLHbeSML9F6mLzVOgsSV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA85TxjT3Z0FVGK5qMRAvv5AKCR+fN9lDs1DEZP6j88B8Hu5eRwZACbBAMS +DRUc5KqsuwJ5+INgMFXz3c= =trur -----END PGP SIGNATURE----- --=-FLHbeSML9F6mLzVOgsSV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 10:40: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 B935E37B40B; Fri, 17 May 2002 10:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHe1A52068; Fri, 17 May 2002 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by hub.freebsd.org (Postfix) with ESMTP id 01DB137B40C for ; Fri, 17 May 2002 10:31:24 -0700 (PDT) Received: from lerlaptop.iadfw.net (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.3/8.12.3) with ESMTP id g4HHVN5f092750 for ; Fri, 17 May 2002 12:31:23 -0500 (CDT) (envelope-from ler@lerlaptop.iadfw.net) Received: (from ler@localhost) by lerlaptop.iadfw.net (8.12.3/8.12.3/Submit) id g4HHVNp2092749; Fri, 17 May 2002 12:31:23 -0500 (CDT) Message-Id: <200205171731.g4HHVNp2092749@lerlaptop.iadfw.net> Date: Fri, 17 May 2002 12:31:23 -0500 (CDT) From: Larry Rosenman Reply-To: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ler@lerctr.org Subject: ports/38194: mod_php4 4.2.1 port looks for snmp.4, but current snmp is .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: 38194 >Category: ports >Synopsis: mod_php4 4.2.1 port looks for snmp.4, but current snmp is .5 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 17 10:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 4.6-RC i386 >Organization: LERCTR Consulting >Environment: System: FreeBSD lerlaptop 4.6-RC FreeBSD 4.6-RC #1: Thu May 16 21:53:30 GMT 2002 ler@lerlaptop:/usr/obj/usr/src/sys/LERLAPTOP i386 >Description: try to build mod_php4 from current CVSup'd ports tree including SNMP, it fails the dependency check. the configure.php script is looking for snmp.4, and should look for snmp.5 >How-To-Repeat: try and build www/mod_php4 with snmp support >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 Fri May 17 10: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 8BAF837B412 for ; Fri, 17 May 2002 10:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHo1l53258; Fri, 17 May 2002 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id A823437B407 for ; Fri, 17 May 2002 10:48:31 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 8B0CA16D5E for ; Sat, 18 May 2002 03:48:27 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 8E19A40F8; Sat, 18 May 2002 03:48:21 +1000 (EST) Message-Id: <20020517174821.8E19A40F8@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 03:48:21 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38197: update devel/p5-String-Approx to 3.18 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: 38197 >Category: ports >Synopsis: update devel/p5-String-Approx to 3.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update devel/p5-String-Approx to 3.18 >How-To-Repeat: >Fix: --- Makefile.orig Sat May 12 16:28:41 2001 +++ Makefile Sat May 18 03:39:10 2002 @@ -6,7 +6,7 @@ # PORTNAME= String-Approx -PORTVERSION= 3.15 +PORTVERSION= 3.18 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= String --- distinfo.orig Sat May 12 16:28:41 2001 +++ distinfo Sat May 18 03:39:58 2002 @@ -1 +1 @@ -MD5 (String-Approx-3.15.tar.gz) = 6506be7f5ca2ba87369fc96d03962a9b +MD5 (String-Approx-3.18.tar.gz) = 047a11f463f25fe4202bdc657bf7465a >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 Fri May 17 10:50:34 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 42C6D37B411 for ; Fri, 17 May 2002 10:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHo1S53248; Fri, 17 May 2002 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from eos.ocn.ne.jp (eos.ocn.ne.jp [210.190.142.171]) by hub.freebsd.org (Postfix) with ESMTP id 3B96037B407 for ; Fri, 17 May 2002 10:43:18 -0700 (PDT) Received: from mail.allbsd.org (p10062-adsao04hon-acca.tokyo.ocn.ne.jp [61.214.216.62]) by eos.ocn.ne.jp (OCN) with ESMTP id CAA24105 for ; Sat, 18 May 2002 02:43:12 +0900 (JST) Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10]) by mail.allbsd.org (8.12.3/3.7W/DomainMaster) with ESMTP id g4HHfQcu089339 for ; Sat, 18 May 2002 02:41:26 +0900 (JST) (envelope-from hrs@allbsd.org) Received: from alph.allbsd.org (localhost [127.0.0.1]) by alph.allbsd.org (8.12.3/8.12.3) with ESMTP id g4HHfPxI002113 for ; Sat, 18 May 2002 02:41:25 +0900 (JST) (envelope-from hrs@alph.allbsd.org) Received: (from hrs@localhost) by alph.allbsd.org (8.12.3/8.12.3/Submit) id g4HHfPmJ002112; Sat, 18 May 2002 02:41:25 +0900 (JST) Message-Id: <200205171741.g4HHfPmJ002112@alph.allbsd.org> Date: Sat, 18 May 2002 02:41:25 +0900 (JST) From: Hiroki Sato Reply-To: Hiroki Sato To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38196: domain name transition: sut.ac.jp -> tus.ac.jp 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: 38196 >Category: ports >Synopsis: domain name transition: sut.ac.jp -> tus.ac.jp >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 17 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.5-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.hrslab.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 25 22:53:23 JST 2002 hrs@alph.hrslab.org:/home/obj/usr/src/sys/alph i386 >Description: Tokyo Univ. of Science's domain name "sut.ac.jp" has changed to "tus.ac.jp" in April 2002. We can still use the old one for a year (until April 2003), but the ports that use the domain name as MASTER_SITES and so on should be fixed before the expiration. >How-To-Repeat: N/A >Fix: The ports including "sut.ac.jp" are as follows: hrs@alph % cd /usr/ports && find . -name "Makefile" -o -name "pkg-*" | xargs grep "sut\.ac\.jp" /dev/null | awk 'BEGIN{FS=":"}{print $1}' | sort | uniq ./cad/pcb/Makefile ./ftp/mirror/Makefile ./games/nadar/Makefile ./games/nadar/pkg-descr ./games/xblood/Makefile ./games/xfireworks/Makefile ./games/xfireworks/pkg-descr ./graphics/wmicons/Makefile ./japanese/makejvf/pkg-descr ./japanese/ruby-chasen/Makefile ./japanese/samba/Makefile ./japanese/samba20/Makefile ./japanese/vfghostscript5/Makefile ./japanese/xshodou/Makefile ./korean/ftghostscript5/Makefile ./textproc/htmlsection/Makefile ./textproc/htmlsection/pkg-descr ./www/linux-netscape6/Makefile ./www/netscape47-communicator/Makefile ./x11-clocks/eyeclock/Makefile ./x11-clocks/eyeclock/pkg-descr ./x11-wm/afterstep-i18n/Makefile ./x11/xballoon/Makefile ./x11/xkeywrap/Makefile ./x11/xkeywrap/pkg-descr ./x11/xmangekyou/Makefile ./x11/xstarroll/Makefile >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 Fri May 17 10:52:22 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 95F8D37B407; Fri, 17 May 2002 10:52:17 -0700 (PDT) Received: (from mph@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHqHR53610; Fri, 17 May 2002 10:52:17 -0700 (PDT) (envelope-from mph) Date: Fri, 17 May 2002 10:52:17 -0700 (PDT) From: Message-Id: <200205171752.g4HHqHR53610@freefall.freebsd.org> To: trissman@mrdlaw.com, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/38190: Sourceforge distfiles 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: Sourceforge distfiles broken State-Changed-From-To: feedback->closed State-Changed-By: mph State-Changed-When: Fri May 17 13:51:28 EDT 2002 State-Changed-Why: Submitted confirms he is using 4.5-RELEASE ports collection; problem is fixed since then. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Fri May 17 13:51:28 EDT 2002 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=38190 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 11:10: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 2B6AC37B40E for ; Fri, 17 May 2002 11:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HIA2k60060; Fri, 17 May 2002 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id AF1FC37B409 for ; Fri, 17 May 2002 11:06:53 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 863D916D92 for ; Sat, 18 May 2002 04:06:52 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 4BDDC412E; Sat, 18 May 2002 04:06:45 +1000 (EST) Message-Id: <20020517180645.4BDDC412E@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 04:06:45 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38199: update textproc/p5-Text-Template to 1.43 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: 38199 >Category: ports >Synopsis: update textproc/p5-Text-Template to 1.43 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 11:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update textproc/p5-Text-Template to 1.43 >How-To-Repeat: >Fix: --- Makefile.orig Tue Mar 19 01:51:59 2002 +++ Makefile Sat May 18 03:57:29 2002 @@ -6,7 +6,7 @@ # PORTNAME= Text-Template -PORTVERSION= 1.42 +PORTVERSION= 1.43 CATEGORIES= textproc perl5 MASTER_SITES= http://www.plover.com/~mjd/perl/Template/ \ ${MASTER_SITE_PERL_CPAN} --- distinfo.orig Tue Mar 19 01:51:59 2002 +++ distinfo Sat May 18 04:02:12 2002 @@ -1 +1 @@ -MD5 (Text-Template-1.42.tar.gz) = 561221b969c1bd81066f1be7eac5e3ec +MD5 (Text-Template-1.43.tar.gz) = b8026c119a491975ec02853862957f61 >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 Fri May 17 11: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 1FC4337B411 for ; Fri, 17 May 2002 11:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HIU2261838; Fri, 17 May 2002 11:30:02 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 6511F37B40A for ; Fri, 17 May 2002 11:22:35 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 6AA9616B9E for ; Sat, 18 May 2002 04:22:34 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 224F1414D; Sat, 18 May 2002 04:22:33 +1000 (EST) Message-Id: <20020517182233.224F1414D@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 04:22:33 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38201: update net/p5-URI to 1.19 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: 38201 >Category: ports >Synopsis: update net/p5-URI to 1.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 11:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update net/p5-URI to 1.19 >How-To-Repeat: >Fix: --- Makefile.orig Fri May 17 16:17:13 2002 +++ Makefile Sat May 18 04:17:18 2002 @@ -6,7 +6,7 @@ # PORTNAME= URI -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI --- distinfo.orig Fri May 17 16:17:13 2002 +++ distinfo Sat May 18 04:18:07 2002 @@ -1 +1 @@ -MD5 (URI-1.18.tar.gz) = d05fbb4a5463fb525b5195bdf64d5c02 +MD5 (URI-1.19.tar.gz) = d07561eec7cf311a8bf18dfe79ecac66 >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 Fri May 17 11:43: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 36E4A37B40B; Fri, 17 May 2002 11:43:24 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HIhOZ64521; Fri, 17 May 2002 11:43:24 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 11:43:24 -0700 (PDT) From: Message-Id: <200205171843.g4HIhOZ64521@freefall.freebsd.org> To: dmitry_makovey@mail.com, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37114: New version of KMymoney + bugfix 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 version of KMymoney + bugfix State-Changed-From-To: feedback->closed State-Changed-By: sada State-Changed-When: Fri May 17 11:42:02 PDT 2002 State-Changed-Why: Superseded by ports/37886. Noticed by: Joseph Scott http://www.freebsd.org/cgi/query-pr.cgi?pr=37114 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 11:49:22 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 5319E37B400; Fri, 17 May 2002 11:49:20 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HInKJ65016; Fri, 17 May 2002 11:49:20 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 11:49:20 -0700 (PDT) From: Message-Id: <200205171849.g4HInKJ65016@freefall.freebsd.org> To: shoemaker@softhome.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34061: patch for deskutils/kmymoney2 which currently fails build 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: patch for deskutils/kmymoney2 which currently fails build State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 11:47:00 PDT 2002 State-Changed-Why: This fix is included in ports/37886 and was committed. Noticed by: Joseph Scott http://www.freebsd.org/cgi/query-pr.cgi?pr=34061 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 12: 0: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 924E937B419 for ; Fri, 17 May 2002 12:00:15 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJ0Fk67142; Fri, 17 May 2002 12:00:15 -0700 (PDT) (envelope-from gnats) Received: from ms.csie.ntu.edu.tw (ms.csie.ntu.edu.tw [140.112.30.68]) by hub.freebsd.org (Postfix) with ESMTP id BD86637B40A for ; Fri, 17 May 2002 11:58:44 -0700 (PDT) Received: from [140.112.28.31] (helo=ntucst.csie.ntu.edu.tw) by ms.csie.ntu.edu.tw with esmtp (Exim 3.12 #1 (Debian)) id 178mvZ-0004j6-00 for ; Sat, 18 May 2002 02:58:09 +0800 Received: (from b7506051@localhost) by ntucst.csie.ntu.edu.tw (8.9.3/8.9.3) id CAA22056 for FreeBSD-gnats-submit@freebsd.org; Sat, 18 May 2002 02:58:09 +0800 (CST) Message-Id: <20020518025809.A22052@ntucst.csie.ntu.edu.tw> Date: Sat, 18 May 2002 02:58:09 +0800 From: piaip To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38202: [ports] chinese/mozilla-tclp from 0.9.9 to 1.0.0rc2 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: 38202 >Category: ports >Synopsis: chinese/mozilla-tclp from 0.9.9 to 1.0.0rc2 >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: Fri May 17 12:00:15 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hung-Teh Lin >Release: FreeBSD 4.4-RELEASE i386 >Organization: Mozilla L10N: Traditional Chinese >Environment: System: FreeBSD pita20.org.tw 4.4-RELEASE FreeBSD 4.4-RELEASE #5: 5/18 02:05:38 2002 >Description: update port: chinese/mozilla-tclp from 0.9.9 to 1.0.0rc2 >How-To-Repeat: >Fix: diff -Nur mozilla-tclp.orig/Makefile mozilla-tclp/Makefile --- mozilla-tclp.orig/Makefile Fri May 17 00:52:37 2002 +++ mozilla-tclp/Makefile Fri May 17 12:08:51 2002 @@ -9,13 +9,13 @@ # And just download and install there. PORTNAME= mozilla -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.0rc2 CATEGORIES= chinese www MASTER_SITES= http://www.csie.ntu.edu.tw/~b7506051/mozilla/langpack/ PKGNAMESUFFIX= -tclp -# Same as ftp://ftp.mozilla.org/pub/mozilla/l10n/lang/moz0.98/langzhtw.xpi. +# Same as ftp://ftp.mozilla.org/pub/mozilla/l10n/lang/$MOZVER/langzhtw.xpi. # Use this to avoid checksum problems. -DISTNAME= langzhtw-0.9.9-0313 +DISTNAME= langzhtw-1.0.0rc2-0516 EXTRACT_SUFX= .xpi MAINTAINER= piaip@csie.ntu.edu.tw @@ -39,17 +39,21 @@ post-extract: ${MKDIR} ${WRKSRC}/defaults/pref - ${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref + ${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref/. + ${CP} ${FILESDIR}/user.js ${WRKSRC}/defaults/profile/. + ${CP} ${FILESDIR}/user.js ${WRKSRC}/defaults/profile/TW/. ${CHMOD} -R a+rX ${WRKSRC} do-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/${MOZILLA_SH} > ${WRKDIR}/mozilla +# The 'HOME=/tmp' was solving 1.0rc2 regxpcom bug + do-install: (cd ${PREFIX}/lib/mozilla; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) + ${SETENV} HOME=/tmp LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ + ${SETENV} HOME=/tmp LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) (cd ${PREFIX}/lib/mozilla/chrome; \ ${MV} -f chrome.rdf chrome.rdf.orig; \ ${MV} -f installed-chrome.txt installed-chrome.txt.orig) @@ -60,14 +64,14 @@ ${MV} -f google.src google.src.orig) ${MV} -f ${PREFIX}/bin/mozilla ${PREFIX}/bin/mozilla.orig ${INSTALL_SCRIPT} ${WRKDIR}/mozilla ${PREFIX}/bin - (cd ${WRKSRC}; ${TAR} -cf - chrome defaults searchplugins) | \ + (cd ${WRKSRC}; ${TAR} -cf - chrome defaults searchplugins res) | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla (cd ${PREFIX}/lib/mozilla/chrome; \ ${CP} installed-chrome.txt.orig installed-chrome.txt; \ ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt) (cd ${PREFIX}/lib/mozilla; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) + ${SETENV} HOME=/tmp LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ + ${SETENV} HOME=/tmp LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) @${CAT} ${PKGMESSAGE} .include diff -Nur mozilla-tclp.orig/distinfo mozilla-tclp/distinfo --- mozilla-tclp.orig/distinfo Fri May 17 00:52:37 2002 +++ mozilla-tclp/distinfo Sat May 18 01:48:48 2002 @@ -1 +1 @@ -MD5 (langzhtw-0.9.9-0313.xpi) = d2da9362f9cdb15287412abbbd4b40c2 +MD5 (langzhtw-1.0.0rc2-0516.xpi) = 2c22e391a612eceba3b725cf310d9ccc diff -Nur mozilla-tclp.orig/files/installed-chrome.txt mozilla-tclp/files/installed-chrome.txt --- mozilla-tclp.orig/files/installed-chrome.txt Fri May 17 00:52:37 2002 +++ mozilla-tclp/files/installed-chrome.txt Fri May 17 00:55:38 2002 @@ -10,6 +10,7 @@ locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/forms/ locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/global/ locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/help/ +locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/messenger-mdn/ locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/messenger-smime/ locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/messenger/ locale,install,url,jar:resource:/chrome/zh-TW.jar!/locale/zh-TW/mozldap/ @@ -21,6 +22,9 @@ locale,install,url,jar:resource:/chrome/zh-unix.jar!/locale/zh-TW/communicator-platform/ locale,install,url,jar:resource:/chrome/zh-unix.jar!/locale/zh-TW/global-platform/ locale,install,url,jar:resource:/chrome/zh-unix.jar!/locale/zh-TW/navigator-platform/ +locale,install,url,jar:resource:/chrome/zh-optional.jar!/locale/zh-TW/inspector/ +locale,install,url,jar:resource:/chrome/zh-optional.jar!/locale/zh-TW/venkman/ +locale,install,url,jar:resource:/chrome/zh-optional.jar!/locale/zh-TW/chatzilla/ locale,install,select,zh-TW locale,install,select,TW skin,install,select,modern/1.0 diff -Nur mozilla-tclp.orig/files/unix.js mozilla-tclp/files/unix.js --- mozilla-tclp.orig/files/unix.js Fri May 17 00:52:37 2002 +++ mozilla-tclp/files/unix.js Sat May 18 01:58:31 2002 @@ -311,8 +311,8 @@ //pref("printer.font.xprint.rejectfontpattern", // "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"); -// Chatzilla pref("mail.signature_date", 0); +// Chatzilla pref("extensions.irc.charset", "Big5"); // ps font @@ -320,21 +320,21 @@ // to enumerate the list of langGroups // there should be a call to get the // langGroups; see bug 75054 -pref("print.psnativefont.ar", ""); -pref("print.psnativefont.el", ""); -pref("print.psnativefont.he", ""); -pref("print.psnativefont.ja", ""); -pref("print.psnativefont.ko", ""); -pref("print.psnativefont.th", ""); -pref("print.psnativefont.tr", ""); -pref("print.psnativefont.x-baltic", ""); -pref("print.psnativefont.x-central-euro", ""); -pref("print.psnativefont.x-cyrillic", ""); -pref("print.psnativefont.x-unicode", ""); -pref("print.psnativefont.x-user-def", ""); -pref("print.psnativefont.x-western", ""); -pref("print.psnativefont.zh-CN", ""); +pref("print.postscript.nativefont.ar", ""); +pref("print.postscript.nativefont.el", ""); +pref("print.postscript.nativefont.he", ""); +pref("print.postscript.nativefont.ja", ""); +pref("print.postscript.nativefont.ko", ""); +pref("print.postscript.nativefont.th", ""); +pref("print.postscript.nativefont.tr", ""); +pref("print.postscript.nativefont.x-baltic", ""); +pref("print.postscript.nativefont.x-central-euro", ""); +pref("print.postscript.nativefont.x-cyrillic", ""); +pref("print.postscript.nativefont.x-unicode", ""); +pref("print.postscript.nativefont.x-user-def", ""); +pref("print.postscript.nativefont.x-western", ""); +pref("print.postscript.nativefont.zh-CN", ""); // Change lines below to your local system fonts // Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html -pref("print.psnativecode.zh-TW", "big5"); -pref("print.psnativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); +pref("print.postscript.nativecode.zh-TW", "big5"); +pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); diff -Nur mozilla-tclp.orig/files/user.js mozilla-tclp/files/user.js --- mozilla-tclp.orig/files/user.js Thu Jan 1 08:00:00 1970 +++ mozilla-tclp/files/user.js Sat May 18 01:58:55 2002 @@ -0,0 +1,36 @@ +// This is per-user pref + +// XIM Settings: +// Uncomment this line if your XIM not working + //user_pref("xim.input_style", "over-the-spot") + +// Anti-Alias fonts: +// Set the lines below to true if you want always aa + user_pref("font.scale.aa_bitmap.enable", true); + user_pref("font.scale.aa_bitmap.always", true); + user_pref("font.scale.aa_bitmap.always.zh-TW", true); + +// Extra aa settings + //user_pref("font.scale.aa_bitmap.min", 6); + //user_pref("font.scale.aa_bitmap.undersize", 80); + //user_pref("font.scale.aa_bitmap.oversize", 120); + //user_pref("font.scale.aa_bitmap.min.ja", 12); + //user_pref("font.scale.aa_bitmap.always.ja", false); + //user_pref("font.scale.aa_bitmap.min.zh-TW", 12); + //user_pref("font.scale.bitmap.min.zh-TW", 16); + //user_pref("font.scale.bitmap.undersize.zh-TW", 80); + //user_pref("font.scale.bitmap.oversize.zh-TW", 120); + //user_pref("font.scale.outline.min.zh-TW", 10); + +// Minimum font sizes + //user_pref("font.min-size.variable.zh-TW", 10); + //user_pref("font.min-size.fixed.zh-TW", 10); + +// Chatzilla + user_pref("extensions.irc.charset", "Big5"); + +// Printing +// Change lines below to your local system fonts +// Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html + // user_pref("print.postscript.nativecode.zh-TW", "big5"); + // user_pref("print.postscript.nativefont.zh-TW", "ArphicMingB5-Regular-ETen-B5-H"); diff -Nur mozilla-tclp.orig/pkg-message mozilla-tclp/pkg-message --- mozilla-tclp.orig/pkg-message Fri May 17 00:52:37 2002 +++ mozilla-tclp/pkg-message Sat May 18 02:00:09 2002 @@ -1,11 +1,9 @@ -******************************** -If your XIM wouldn't work propery, try to make a file -"${HOME}/.mozilla/${USER}/*.slt/user.js" -with below content; --- -user_pref("xim.input_style", "over-the-spot") --- +*********************************************************************** +Edit the file "${HOME}/.mozilla/${USER}/*.slt/user.js" + or "/usr/X11R6/lib/mozilla/defaults/pref/unix.js" + to change XIM settings (if not working), + Anti-Alias settings, and Printing settings. If need printing, go /usr/ports/chinese/arphicttf to make WANT_GS6=yes -Then go /usr/ports/chinese/ghostscript6 to make all install -Check http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html for detail -******************************** + Then go /usr/ports/chinese/ghostscript6 to make all install +For detail: http://freebsd.sinica.edu.tw/~statue/zh-tut/web-browse.html +*********************************************************************** diff -Nur mozilla-tclp.orig/pkg-plist mozilla-tclp/pkg-plist --- mozilla-tclp.orig/pkg-plist Fri May 17 00:52:37 2002 +++ mozilla-tclp/pkg-plist Fri May 17 12:09:05 2002 @@ -1,5 +1,5 @@ -@exec env LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regxpcom -@exec env LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regchrome +@exec env HOME=/tmp LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regxpcom +@exec env HOME=/tmp LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regchrome @exec mv %D/bin/mozilla %D/bin/mozilla.orig @exec mv %D/lib/mozilla/chrome/chrome.rdf %D/lib/mozilla/chrome/chrome.rdf.orig @exec mv %D/lib/mozilla/chrome/installed-chrome.txt %D/lib/mozilla/chrome/installed-chrome.txt.orig @@ -14,6 +14,7 @@ lib/mozilla/chrome/zh-mac.jar lib/mozilla/chrome/zh-unix.jar lib/mozilla/chrome/zh-win.jar +lib/mozilla/chrome/zh-optional.jar lib/mozilla/defaults/pref/unix.js lib/mozilla/defaults/profile/TW/chrome/userChrome.css lib/mozilla/defaults/profile/TW/chrome/userContent.css @@ -22,8 +23,18 @@ lib/mozilla/defaults/profile/TW/mimeTypes.rdf lib/mozilla/defaults/profile/TW/panels.rdf lib/mozilla/defaults/profile/TW/search.rdf +lib/mozilla/defaults/profile/TW/user.js +lib/mozilla/defaults/profile/user.js lib/mozilla/searchplugins/google.gif lib/mozilla/searchplugins/google.src +lib/mozilla/searchplugins/google_en.gif +lib/mozilla/searchplugins/google_en.src +lib/mozilla/searchplugins/google_tw.gif +lib/mozilla/searchplugins/google_tw.src +lib/mozilla/res/mail_mozilla.gif +lib/mozilla/res/mailnews_start_zhtw.html +@exec env HOME=/tmp LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regxpcom +@exec env HOME=/tmp LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regchrome @unexec mv %D/bin/mozilla.orig %D/bin/mozilla @unexec mv %D/lib/mozilla/chrome/chrome.rdf.orig %D/lib/mozilla/chrome/chrome.rdf @unexec mv %D/lib/mozilla/chrome/installed-chrome.txt.orig %D/lib/mozilla/chrome/installed-chrome.txt @@ -32,3 +43,5 @@ @unexec mv %D/lib/mozilla/searchplugins/google.src.orig %D/lib/mozilla/searchplugins/google.src @dirrm lib/mozilla/defaults/profile/TW/chrome @dirrm lib/mozilla/defaults/profile/TW +@unexec env HOME=/tmp LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regxpcom +@unexec env HOME=/tmp LD_LIBRARY_PATH=%D/lib/mozilla MOZILLA_FIVE_HOME=%D/lib/mozilla %D/lib/mozilla/regchrome >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 Fri May 17 12:14:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from lin19.eecs.tufts.edu (lin19.EECS.Tufts.EDU [130.64.23.49]) by hub.freebsd.org (Postfix) with ESMTP id E81FA37B409 for ; Fri, 17 May 2002 12:14:49 -0700 (PDT) Received: from conbrio.eecs.tufts.edu (conbrio.eecs.tufts.edu [130.64.23.39]) by lin19.eecs.tufts.edu (Postfix) with ESMTP id 85B97812A for ; Fri, 17 May 2002 15:14:49 -0400 (EDT) Received: by conbrio.eecs.tufts.edu (Postfix, from userid 22046) id B2F2362F0E; Fri, 17 May 2002 15:14:48 -0400 (EDT) To: ports@FreeBSD.org Subject: ftpcube port Message-Id: <20020517191448.B2F2362F0E@conbrio.eecs.tufts.edu> Date: Fri, 17 May 2002 15:14:48 -0400 (EDT) From: mgilfix@eecs.tufts.edu (Michael Gilfix) 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 guys. Could you upgrade your port to ftpcube 0.3.1? It offers significant improvement. Thanks. -- Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 12:28: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 C543737B40C; Fri, 17 May 2002 12:28:08 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJS7q73069; Fri, 17 May 2002 12:28:07 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 12:28:07 -0700 (PDT) From: Message-Id: <200205171928.g4HJS7q73069@freefall.freebsd.org> To: tilman@arved.de, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36860: Maintainer Update: misc/tuxcards 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: misc/tuxcards State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 12:23:39 PDT 2002 State-Changed-Why: Committed, thanks! IMHO it would be better to move this port to deskutils category and set CATEGORIES=deskutils; `misc' is not necessary if the port has any other category. http://www.freebsd.org/cgi/query-pr.cgi?pr=36860 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 12: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 CEC3937B407 for ; Fri, 17 May 2002 12:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJU1X73164; Fri, 17 May 2002 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 8DBBF37B40A for ; Fri, 17 May 2002 12:24:29 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 7C8DF1699E for ; Sat, 18 May 2002 05:24:28 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id D56E23FE7; Sat, 18 May 2002 05:24:26 +1000 (EST) Message-Id: <20020517192426.D56E23FE7@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 05:24:26 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38203: update devel/p5-Log-Dispatch to 2.00 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: 38203 >Category: ports >Synopsis: update devel/p5-Log-Dispatch to 2.00 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 12:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update devel/p5-Log-Dispatch to 2.00 >How-To-Repeat: >Fix: --- Makefile.orig Fri May 17 16:14:11 2002 +++ Makefile Sat May 18 05:07:32 2002 @@ -6,7 +6,7 @@ # PORTNAME= Log-Dispatch -PORTVERSION= 1.80 +PORTVERSION= 2.00 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log --- distinfo.orig Tue Oct 30 23:22:06 2001 +++ distinfo Sat May 18 05:10:45 2002 @@ -1 +1 @@ -MD5 (Log-Dispatch-1.80.tar.gz) = 4b62c1819ecddd05b3694959a96a44aa +MD5 (Log-Dispatch-2.00.tar.gz) = 8bfd837dc8757ac4be60cdcb12f90665 >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 Fri May 17 12: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 24B2637B40A for ; Fri, 17 May 2002 12:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJU1H73175; Fri, 17 May 2002 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from buffy.netc.net.au (buffy.netc.net.au [203.13.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 3A63637B406 for ; Fri, 17 May 2002 12:27:53 -0700 (PDT) Received: from wiz-fiz.staff.netc.net.au (wiz-fiz.staff.netc.net.au [203.13.34.60]) by buffy.netc.net.au (Postfix) with ESMTP id 85A5516A7F for ; Sat, 18 May 2002 05:27:52 +1000 (EST) Received: by wiz-fiz.staff.netc.net.au (Postfix, from userid 200) id 5E25A3FE7; Sat, 18 May 2002 05:27:52 +1000 (EST) Message-Id: <20020517192752.5E25A3FE7@wiz-fiz.staff.netc.net.au> Date: Sat, 18 May 2002 05:27:52 +1000 (EST) From: David Lay Reply-To: David Lay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38204: update www/p5-libapreq to 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 >Number: 38204 >Category: ports >Synopsis: update www/p5-libapreq to 1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 12:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: NETCo-op >Environment: System: FreeBSD wiz-fiz.staff.netc.net.au 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #2: Tue Apr 23 12:39:34 EST 2002 root@wiz-fiz.staff.netc.net.au:/usr/obj/usr/src/sys/WIZ-FIZ i386 >Description: update www/p5-libapreq to 1.0 >How-To-Repeat: >Fix: --- Makefile.orig Sun Jul 1 15:05:52 2001 +++ Makefile Sat May 18 05:20:02 2002 @@ -6,7 +6,7 @@ # PORTNAME= libapreq -PORTVERSION= 0.33 +PORTVERSION= 1.0 CATEGORIES= www perl5 devel MASTER_SITES= http://www.cpan.org/authors/id/J/JI/JIMW/ PKGNAMEPREFIX= p5- --- distinfo.orig Sun Jul 1 15:05:52 2001 +++ distinfo Sat May 18 05:24:42 2002 @@ -1 +1 @@ -MD5 (libapreq-0.33.tar.gz) = 48c4c244db77c1855c6e4a6185e6ccdf +MD5 (libapreq-1.0.tar.gz) = 26b9c4c6667ce367cd28c46805bee2dd >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 Fri May 17 12:39: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 3931337B403; Fri, 17 May 2002 12:39:17 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJdGm73808; Fri, 17 May 2002 12:39:16 -0700 (PDT) (envelope-from dannyboy) Date: Fri, 17 May 2002 12:39:16 -0700 (PDT) From: Message-Id: <200205171939.g4HJdGm73808@freefall.freebsd.org> To: mitsuru@riken.go.jp, dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38171: update tinyproxy port (security fix) 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: update tinyproxy port (security fix) State-Changed-From-To: open->closed State-Changed-By: dannyboy State-Changed-When: Fri May 17 12:39:06 PDT 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=38171 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 12:39:56 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 72D6337B408; Fri, 17 May 2002 12:39:39 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJddb73872; Fri, 17 May 2002 12:39:39 -0700 (PDT) (envelope-from znerd) Date: Fri, 17 May 2002 12:39:39 -0700 (PDT) From: Message-Id: <200205171939.g4HJddb73872@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/38129: jdk14-doc port needs updating 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: jdk14-doc port needs updating Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Fri May 17 12:39:23 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=38129 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 12:53:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from taurus.el-kfa.net (taurus.el-kfa.net [62.233.192.51]) by hub.freebsd.org (Postfix) with SMTP id 1C73C37B403 for ; Fri, 17 May 2002 12:53:37 -0700 (PDT) Received: (qmail 9858 invoked by uid 1000); 17 May 2002 21:56:23 -0000 Date: Fri, 17 May 2002 21:56:23 +0000 From: Pawel Kusmierski To: ports@FreeBSD.org Subject: quakeserver Message-ID: <20020517215623.A9478@taurus.el-kfa.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VbJkn9YxBvnuCH5J" 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 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello! I have one little problem while running 'make install' in ports/games/quakeserver it says that I don't have file named 'pkg-install' there. I'm running freshly cvsup'ed (also ports are fresh) Stable system. btw, you're doing marvelous job with FreeBSD ports :) Pawel Kusmierski loko@el-kfa.net --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=er ===> Installing for quakeserver-1.0 /usr/ports/games/quakeserver/pkg-install: Can't open /usr/ports/games/quakeserver/pkg-install: No such file or directory *** Error code 2 Stop in /usr/ports/games/quakeserver. --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 13: 0: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 BB04137B409 for ; Fri, 17 May 2002 13:00:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HK07P75463; Fri, 17 May 2002 13:00:07 -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 92CA137B404 for ; Fri, 17 May 2002 12:55:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id 77AED3E29; Sat, 18 May 2002 03:55:15 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 0F0143E24; Sat, 18 May 2002 03:55:15 +0800 (CST) Message-Id: <20020517195515.0F0143E24@infomath.math.nctu.edu.tw> Date: Sat, 18 May 2002 03:55:15 +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/38206: Maintainer Update port: ftp/pftpd 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: 38206 >Category: ports >Synopsis: Maintainer Update port: ftp/pftpd >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: Fri May 17 13:00:07 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: Upgrade to 0.42 >How-To-Repeat: >Fix: diff -ruN /usr/ports/ftp/pftpd/Makefile pftpd/Makefile --- /usr/ports/ftp/pftpd/Makefile Wed May 15 23:04:08 2002 +++ pftpd/Makefile Sat May 18 02:12:36 2002 @@ -6,7 +6,7 @@ # PORTNAME= pftpd -PORTVERSION= 0.39 +PORTVERSION= 0.42 CATEGORIES= ftp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ @@ -14,8 +14,8 @@ GNU_CONFIGURE= yes -NO_CDROM= "License problem" -NO_PACKAGE= "License problem" +NO_CDROM= License problem +NO_PACKAGE= ${NO_CDROM} MAN1= pftpd.1 rpad.1 diff -ruN /usr/ports/ftp/pftpd/distinfo pftpd/distinfo --- /usr/ports/ftp/pftpd/distinfo Wed May 15 23:04:08 2002 +++ pftpd/distinfo Sat May 18 02:07:58 2002 @@ -1 +1 @@ -MD5 (pftpd-0.39.tar.gz) = fdfd986ba0b8cb6c11fc7946879208e1 +MD5 (pftpd-0.42.tar.gz) = 0c810bc09435e520dabd408e000b7962 diff -ruN /usr/ports/ftp/pftpd/files/patch-plib-support.c pftpd/files/patch-plib-support.c --- /usr/ports/ftp/pftpd/files/patch-plib-support.c Thu Jan 1 08:00:00 1970 +++ pftpd/files/patch-plib-support.c Sat May 18 02:12:11 2002 @@ -0,0 +1,17 @@ +--- plib/support.c.orig Thu May 2 05:01:54 2002 ++++ plib/support.c Sat May 18 02:11:58 2002 +@@ -369,11 +369,13 @@ + return code; + + #else ++ pthread_once_t grp_once; ++ pthread_mutex_t grp_lock; + struct group *gp; + int i, len; + + +- pthread_once(&grp_once, grp_lock_init); ++ pthread_once(&grp_once, NULL); + pthread_mutex_lock(&grp_lock); + + gp = getgrgid(gid); diff -ruN /usr/ports/ftp/pftpd/pkg-descr pftpd/pkg-descr --- /usr/ports/ftp/pftpd/pkg-descr Mon Mar 18 00:15:50 2002 +++ pftpd/pkg-descr Sat May 18 02:12:33 2002 @@ -3,5 +3,3 @@ still have high performance. WWW: http://www.lysator.liu.se/~pen/pftpd/ --- -Gea-Suan Lin >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 Fri May 17 13: 0:57 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 5B59337B40F for ; Fri, 17 May 2002 13:00:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HK07m75454; Fri, 17 May 2002 13:00:07 -0700 (PDT) (envelope-from gnats) Received: from pm1-03.lft.widomaker.com (pm1-03.lft.widomaker.com [206.246.249.19]) by hub.freebsd.org (Postfix) with ESMTP id 3F78E37B401; Fri, 17 May 2002 12:54:00 -0700 (PDT) Received: (from jason@localhost) by pm1-03.lft.widomaker.com (8.11.3/8.11.3) id g4HJrlt01797; Fri, 17 May 2002 15:53:47 -0400 (EDT) (envelope-from jason) Message-Id: <200205171953.g4HJrlt01797@pm1-03.lft.widomaker.com> Date: Fri, 17 May 2002 15:53:47 -0400 (EDT) From: Jason Harris Reply-To: Jason Harris To: FreeBSD-gnats-submit@FreeBSD.org, cy@FreeBSD.org Cc: Jason Harris X-Send-Pr-Version: 3.113 Subject: ports/38205: ports/net/ntp - update to 4.1.1a 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: 38205 >Category: ports >Synopsis: ports/net/ntp - update to 4.1.1a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 17 13:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: update ntp from 4.1.72 to 4.1.1a >How-To-Repeat: apply patch below >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ntp/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 2001/12/30 04:48:07 1.25 +++ Makefile 2002/05/17 19:48:54 @@ -6,10 +6,14 @@ # PORTNAME= ntp -PORTVERSION= 4.1.72 +PORTVERSION= 4.1.1a CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ + ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \ + ftp://ftp.digex.net/pub/packages/network/ntp/ntp4/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ \ + ftp://uiarchive.cso.uiuc.edu/pub/ftp/ftp.udel.edu/pub/ntp/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/ntp/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 2001/12/30 04:48:07 1.13 +++ distinfo 2002/05/17 19:48:54 @@ -1 +1 @@ -MD5 (ntp-4.1.72.tar.gz) = de9ed6a28f4c4ffea932a49db5b745fa +MD5 (ntp-4.1.1a.tar.gz) = 884c8d90f62bf3de0a464f755a8409a4 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/ntp/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 2001/12/30 04:48:07 1.13 +++ pkg-plist 2002/05/17 19:48:55 @@ -1,4 +1,4 @@ -bin/genkeys +bin/ntp-genkeys bin/ntpd bin/ntpdate bin/ntpdc @@ -47,6 +47,7 @@ %%PORTDOCS%%share/doc/ntp/driver38.htm %%PORTDOCS%%share/doc/ntp/driver39.htm %%PORTDOCS%%share/doc/ntp/driver40.htm +%%PORTDOCS%%share/doc/ntp/driver42.html %%PORTDOCS%%share/doc/ntp/driver4.htm %%PORTDOCS%%share/doc/ntp/driver5.htm %%PORTDOCS%%share/doc/ntp/driver6.htm @@ -157,7 +158,6 @@ %%PORTDOCS%%share/doc/ntp/pic/radio2.jpg %%PORTDOCS%%share/doc/ntp/pic/sheepb.jpg %%PORTDOCS%%share/doc/ntp/pic/stack1a.jpg -%%PORTDOCS%%share/doc/ntp/pic/thumbs.db %%PORTDOCS%%share/doc/ntp/pic/tonea.gif %%PORTDOCS%%share/doc/ntp/pic/wingdorothy.gif %%PORTDOCS%%share/doc/ntp/porting.htm @@ -168,7 +168,6 @@ %%PORTDOCS%%share/doc/ntp/rdebug.htm %%PORTDOCS%%share/doc/ntp/refclock.htm %%PORTDOCS%%share/doc/ntp/release.htm -%%PORTDOCS%%share/doc/ntp/thumbs.db %%PORTDOCS%%share/doc/ntp/tickadj.htm %%PORTDOCS%%@dirrm share/doc/ntp/pic %%PORTDOCS%%@dirrm share/doc/ntp/hints cvs server: Diffing files -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85V7SSypIl9OdoOMRAtYmAJ4/kyWRS4txWEKfPuQNiiFwuddR+QCgymfk 7p3mis1N2RzrEQYv2MhsXEM= =cClr -----END PGP SIGNATURE----- >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 Fri May 17 13:30: 0 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 6BCD237B400; Fri, 17 May 2002 13:29:58 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKTwX84046; Fri, 17 May 2002 13:29:58 -0700 (PDT) (envelope-from trevor) Date: Fri, 17 May 2002 13:29:58 -0700 (PDT) From: Message-Id: <200205172029.g4HKTwX84046@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/38196: domain name transition: sut.ac.jp -> tus.ac.jp 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: domain name transition: sut.ac.jp -> tus.ac.jp Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: trevor Responsible-Changed-When: Fri May 17 13:29:41 PDT 2002 Responsible-Changed-Why: I'm working on this. http://www.freebsd.org/cgi/query-pr.cgi?pr=38196 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 13:30: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 DE92E37B400; Fri, 17 May 2002 13:30:55 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKUtf84343; Fri, 17 May 2002 13:30:55 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 13:30:55 -0700 (PDT) From: Message-Id: <200205172030.g4HKUtf84343@freefall.freebsd.org> To: jhanna@shaw.ca, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36862: port/math/spin update to 3.4.14 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/math/spin update to 3.4.14 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 13:30:36 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36862 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 13:40:52 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 0D51937B404; Fri, 17 May 2002 13:40:46 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKek886379; Fri, 17 May 2002 13:40:46 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 13:40:46 -0700 (PDT) From: Message-Id: <200205172040.g4HKek886379@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36908: New port: deskutils/nag - Horde's task list manager. 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: deskutils/nag - Horde's task list manager. State-Changed-From-To: open->feedback State-Changed-By: sada State-Changed-When: Fri May 17 13:39:13 PDT 2002 State-Changed-Why: I couldn't find distfile nag-1.0-RC1.tar.gz but nag-1.0-RC2.tar.gz. http://www.freebsd.org/cgi/query-pr.cgi?pr=36908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 13:41:50 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 4E33137B407; Fri, 17 May 2002 13:41:49 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKfnx86472; Fri, 17 May 2002 13:41:49 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 13:41:49 -0700 (PDT) From: Message-Id: <200205172041.g4HKfnx86472@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36908: New port: deskutils/nag - Horde's task list manager. 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: deskutils/nag - Horde's task list manager. Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: sada Class-Changed-When: Fri May 17 13:41:16 PDT 2002 Class-Changed-Why: This is new port submittion. http://www.freebsd.org/cgi/query-pr.cgi?pr=36908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 14: 0: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 B3E0037B40A for ; Fri, 17 May 2002 14:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HL04a88603; Fri, 17 May 2002 14:00:04 -0700 (PDT) (envelope-from gnats) Received: from pm6-05.lft.widomaker.com (pm6-05.lft.widomaker.com [209.96.179.21]) by hub.freebsd.org (Postfix) with ESMTP id A39D537B405 for ; Fri, 17 May 2002 13:58:34 -0700 (PDT) Received: (from jason@localhost) by pm6-05.lft.widomaker.com (8.11.3/8.11.3) id g4HKwUU05001; Fri, 17 May 2002 16:58:30 -0400 (EDT) (envelope-from jason) Message-Id: <200205172058.g4HKwUU05001@pm6-05.lft.widomaker.com> Date: Fri, 17 May 2002 16:58:30 -0400 (EDT) From: Jason Harris Reply-To: Jason Harris To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jason Harris X-Send-Pr-Version: 3.113 Subject: ports/38209: [maintainer-update] ports/www/elinks - distfile rerolled 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: 38209 >Category: ports >Synopsis: [maintainer-update] ports/www/elinks - distfile rerolled >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: Fri May 17 14:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: The elinks distfile was rerolled to tag it as a released version instead of a testing version. The author confirmed this and the new MD5 sum in a PGP-signed message. diff(1) inspection of the sources also confirms this. >How-To-Repeat: apply patch below >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/elinks/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 2002/05/01 22:12:43 1.19 +++ Makefile 2002/05/17 20:44:49 @@ -16,7 +16,6 @@ CONFIGURE_ARGS+= --program-prefix=e USE_GMAKE= yes USE_BZIP2= yes -WRKSRC= ${WRKDIR}/elinks-20020302 MAN1= elinks.1 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/elinks/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 2002/03/15 21:18:58 1.11 +++ distinfo 2002/05/17 20:44:49 @@ -1 +1 @@ -MD5 (elinks-0.3.0.tar.bz2) = e1e6db312de9ad273bffcabda662174a +MD5 (elinks-0.3.0.tar.bz2) = 83ec6b0731072539a1302dfbc6b18ac2 cvs server: Diffing files -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85Ww3SypIl9OdoOMRAsexAJ96TgYLZemeP8wQEXNPiz+prPuiGgCgyrpS 7HGWG2LWV3EHi8PgxQWxLcA= =qYp2 -----END PGP SIGNATURE----- >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 Fri May 17 14: 5: 7 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 BDD3F37B400; Fri, 17 May 2002 14:05:02 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HL51W89150; Fri, 17 May 2002 14:05:01 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 14:05:01 -0700 (PDT) From: Message-Id: <200205172105.g4HL51W89150@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37100: Maintainer update: textproc/dico (portsurvey fix) 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: textproc/dico (portsurvey fix) State-Changed-From-To: open->feedback State-Changed-By: sada State-Changed-When: Fri May 17 14:02:36 PDT 2002 State-Changed-Why: Build fails: (I assign WRKDIRPREFIX as '/0/var/ports') ===> Building for dico-1.1_1 Making all in sources gmake[1]: Entering directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico/sources' cc -DPACKAGE=\"dico\" -DVERSION=\"1.1\" -I. -I. -O -pipe -c dico.c cc -O -pipe -o dico dico.o gmake[1]: Leaving directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico/sources' Making all in lexique gmake[1]: Entering directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico/lexique' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico/lexique' Making all in manuel gmake[1]: Entering directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico/manuel' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico/manuel' gmake[1]: Entering directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico' gmake[1]: *** No rule to make target `readme.txt', needed by `all-am'. Stop. gmake[1]: Leaving directory `/0/var/ports/home/freebsd/ports/textproc/dico/work/dico' gmake: *** [all-recursive] Error 1 *** Error code 2 http://www.freebsd.org/cgi/query-pr.cgi?pr=37100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 14:12:22 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 DF46D37B409; Fri, 17 May 2002 14:12:16 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HLCGT93481; Fri, 17 May 2002 14:12:16 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 14:12:16 -0700 (PDT) From: Message-Id: <200205172112.g4HLCGT93481@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37101: Maintainer update: x11-toolkits/fl_editor (portsurvey fix) 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: x11-toolkits/fl_editor (portsurvey fix) State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 14:11:59 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 14:25: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id E0EFE37B405; Fri, 17 May 2002 14:25:03 -0700 (PDT) Received: from graf.pompo.net (lyon-2-a7-62-147-108-227.dial.proxad.net [62.147.108.227]) by postfix1-2.free.fr (Postfix) with ESMTP id BD0AEAB4C4; Fri, 17 May 2002 23:25:01 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 552097513; Fri, 17 May 2002 23:20:58 +0200 (CEST) Date: Fri, 17 May 2002 23:20:58 +0200 From: Thierry Thomas To: sada@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/36908: New port: deskutils/nag - Horde's task list manager. Message-ID: <20020517232057.A82663@graf.pompo.net> Mail-Followup-To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200205172040.g4HKek886379@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205172040.g4HKek886379@freefall.freebsd.org>; from sada@FreeBSD.org on Fri, May 17, 2002 at 01:40:46PM -0700 X-Operating-System: FreeBSD 4.6-PRERELEASE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 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 Le 17 mai 02 а 13:40:46 +0000, sada@FreeBSD.org йcrivait : > Synopsis: New port: deskutils/nag - Horde's task list manager. > > State-Changed-From-To: open->feedback > State-Changed-By: sada > State-Changed-When: Fri May 17 13:39:13 PDT 2002 > State-Changed-Why: > I couldn't find distfile nag-1.0-RC1.tar.gz but nag-1.0-RC2.tar.gz. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=36908 Thanks, I shall upgrade this PR. -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 14:32: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 D378137B40A; Fri, 17 May 2002 14:32:20 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HLWKw94805; Fri, 17 May 2002 14:32:20 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 14:32:20 -0700 (PDT) From: Message-Id: <200205172132.g4HLWKw94805@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37102: Maintainer update: databases/mysql-gui (portsurvey fix) 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: databases/mysql-gui (portsurvey fix) State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 14:32:03 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37102 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 15: 6:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from uqam.ca (anis.telecom.uqam.ca [132.208.250.6]) by hub.freebsd.org (Postfix) with ESMTP id 50D6B37B406 for ; Fri, 17 May 2002 15:06:09 -0700 (PDT) Received: from anis.telecom.uqam.ca (anis.telecom.uqam.ca [132.208.250.6]) by sortant.uqam.ca (8.11.6/8.11.0) with SMTP id g4HM39510180 for ; Fri, 17 May 2002 18:03:09 -0400 (EDT) Received: from antivirus.uqam.ca ([127.0.0.1]) by anis.telecom.uqam.ca (NAVGW 2.5.1.12) with SMTP id M2002051718030829917 for ; Fri, 17 May 2002 18:03:08 -0400 Received: from courriel.sitel.uqam.ca (courriel.sitel.uqam.ca [132.208.250.8]) by intrant.uqam.ca (8.11.6/8.11.0) with ESMTP id g4HM2da06424 for ; Fri, 17 May 2002 18:02:39 -0400 (EDT) Received: from sitel.uqam.ca (localhost [127.0.0.1]) by courriel.sitel.uqam.ca (Netscape Messaging Server 4.15) with ESMTP id GW9ZWF00.A6S for ; Fri, 17 May 2002 18:02:39 -0400 From: "Vincent Rodrigue" To: ports@freebsd.org Message-ID: <4001e3e77f.3e77f4001e@sitel.uqam.ca> Date: Fri, 17 May 2002 18:02:39 -0400 X-Mailer: Netscape Webmail MIME-Version: 1.0 Content-Language: fr Subject: Problem with Crossfire-client X-Accept-Language: fr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hi, when playing Crossfire, whenever a retainer objet (ex.: bag, pouch) is made Active (as in two clicks, to see what's inside) Crossfire quits (doesn't core dump) saying: X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 62 (X_CopyArea) Resource id in failed request: 0x0 Serial number of failed request: 11334 Current serial number in output stream: 11375 read: Undefined error: 0 I installed it a week ago from ports. Thanks, Vincent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 15:23: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 2C14137B40C; Fri, 17 May 2002 15:23:37 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HMNbj02041; Fri, 17 May 2002 15:23:37 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 15:23:37 -0700 (PDT) From: Message-Id: <200205172223.g4HMNbj02041@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37112: Maintainer update: security/op (cflags patch) 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: security/op (cflags patch) State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 15:23:00 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 15: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 75EB937B40D for ; Fri, 17 May 2002 15:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HMe2102927; Fri, 17 May 2002 15:40:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 15:40:02 -0700 (PDT) Message-Id: <200205172240.g4HMe2102927@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/36908: New port: deskutils/nag - Horde's task list manager. Reply-To: Thierry Thomas 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/36908; it has been noted by GNATS. From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org Cc: SADA Kenji Subject: Re: ports/36908: New port: deskutils/nag - Horde's task list manager. Date: Sat, 18 May 2002 00:35:52 +0200 Le 9 avr 02 а 0:50:59 +0000, Thierry Thomas йcrivait : > > >Number: 36908 > >Category: ports > >Synopsis: New port: deskutils/nag - Horde's task list manager. The following patch upgrades the initial submitted port from 1.0 RC1 to 1.0 RC2: diff -urN /usr/ports/deskutils/nag.orig/Makefile /usr/ports/deskutils/nag/Makefile --- /usr/ports/deskutils/nag.orig/Makefile Mon Apr 8 23:14:02 2002 +++ /usr/ports/deskutils/nag/Makefile Sat May 18 00:01:09 2002 @@ -9,18 +9,18 @@ PORTVERSION= 1.0 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/nag/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + NO_BUILD= yes DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/ROADMAP docs/TODO + docs/TODO CONFFILE= conf.php html.php menu.php motd.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates diff -urN /usr/ports/deskutils/nag.orig/distinfo /usr/ports/deskutils/nag/distinfo --- /usr/ports/deskutils/nag.orig/distinfo Mon Apr 8 22:58:05 2002 +++ /usr/ports/deskutils/nag/distinfo Fri May 17 23:26:36 2002 @@ -1 +1 @@ -MD5 (nag-1.0-RC1.tar.gz) = cf2e6224a62e787208886156c1868e9e +MD5 (nag-1.0-RC2.tar.gz) = 176a2bb44bcc469425d7ca70109ea879 diff -urN /usr/ports/deskutils/nag.orig/pkg-plist /usr/ports/deskutils/nag/pkg-plist --- /usr/ports/deskutils/nag.orig/pkg-plist Mon Apr 8 23:26:08 2002 +++ /usr/ports/deskutils/nag/pkg-plist Fri May 17 23:58:50 2002 @@ -3,7 +3,6 @@ %%PORTDOCS%%share/doc/nag/CREDITS %%PORTDOCS%%share/doc/nag/INSTALL %%PORTDOCS%%share/doc/nag/README -%%PORTDOCS%%share/doc/nag/ROADMAP %%PORTDOCS%%share/doc/nag/TODO %%NAGDIR%%/config/conf.php %%NAGDIR%%/config/conf.php.dist @@ -18,10 +17,9 @@ %%NAGDIR%%/config/prefs.php.dist %%NAGDIR%%/graphics/add.gif %%NAGDIR%%/graphics/checkbox.gif +%%NAGDIR%%/graphics/complete.gif %%NAGDIR%%/graphics/down.gif -%%NAGDIR%%/graphics/high.gif %%NAGDIR%%/graphics/list.gif -%%NAGDIR%%/graphics/low.gif %%NAGDIR%%/graphics/nag.gif %%NAGDIR%%/graphics/note.gif %%NAGDIR%%/graphics/refresh.gif @@ -40,6 +38,7 @@ %%NAGDIR%%/locale/de_DE/LC_MESSAGES/nag.mo %%NAGDIR%%/locale/en_US/help.xml %%NAGDIR%%/locale/es_ES/LC_MESSAGES/nag.mo +%%NAGDIR%%/locale/fi_FI/LC_MESSAGES/nag.mo %%NAGDIR%%/locale/fr_FR/LC_MESSAGES/nag.mo %%NAGDIR%%/locale/it_IT/LC_MESSAGES/nag.mo %%NAGDIR%%/locale/nl_NL/LC_MESSAGES/nag.mo @@ -55,6 +54,7 @@ %%NAGDIR%%/po/de_DE.po %%NAGDIR%%/po/es_ES.po %%NAGDIR%%/po/extract.pl +%%NAGDIR%%/po/fi_FI.po %%NAGDIR%%/po/fr_FR.po %%NAGDIR%%/po/it_IT.po %%NAGDIR%%/po/nl_NL.po @@ -105,6 +105,8 @@ @dirrm %%NAGDIR%%/locale/en_US @dirrm %%NAGDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%NAGDIR%%/locale/es_ES +@dirrm %%NAGDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%NAGDIR%%/locale/fi_FI @dirrm %%NAGDIR%%/locale/fr_FR/LC_MESSAGES @dirrm %%NAGDIR%%/locale/fr_FR @dirrm %%NAGDIR%%/locale/it_IT/LC_MESSAGES -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 15:54:43 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 708EE37B40F; Fri, 17 May 2002 15:54:41 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HMsfY03708; Fri, 17 May 2002 15:54:41 -0700 (PDT) (envelope-from cy) Date: Fri, 17 May 2002 15:54:41 -0700 (PDT) From: Message-Id: <200205172254.g4HMsfY03708@freefall.freebsd.org> To: jharris@widomaker.com, cy@FreeBSD.org, freebsd-ports@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/38205: ports/net/ntp - update to 4.1.1a 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: ports/net/ntp - update to 4.1.1a State-Changed-From-To: open->suspended State-Changed-By: cy State-Changed-When: Fri May 17 15:47:07 PDT 2002 State-Changed-Why: This PR would actually downgrade the port. I've sent a note to cvs@ to repocopy net/ntp to net/ntp-devel. I will apply this patch to ntp, which will track the production branch while ntp-devel will track the development branch. Responsible-Changed-From-To: freebsd-ports->cy Responsible-Changed-By: cy Responsible-Changed-When: Fri May 17 15:47:07 PDT 2002 Responsible-Changed-Why: Assiging to me (maintainer). http://www.freebsd.org/cgi/query-pr.cgi?pr=38205 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 15:59:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from subterrain.net (subterrain.net [63.104.50.231]) by hub.freebsd.org (Postfix) with ESMTP id 0B95937B404 for ; Fri, 17 May 2002 15:59:14 -0700 (PDT) Received: from subterrain.net (jbl@localhost [127.0.0.1]) by subterrain.net (8.12.3/8.12.3) with ESMTP id g4HMxCY0017249; Fri, 17 May 2002 15:59:12 -0700 (PDT) (envelope-from jbl@subterrain.net) Received: (from jbl@localhost) by subterrain.net (8.12.3/8.12.3/Submit) id g4HMxAkm017248; Fri, 17 May 2002 15:59:10 -0700 (PDT) Date: Fri, 17 May 2002 15:59:10 -0700 From: Justin Lundy To: ports@freebsd.org Subject: new port: ices Message-ID: <20020517155910.A17196@subterrain.net> 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 Hello: I am working on a port for 'ices': This 'encoder', 'streamer' and 'source' for icecast servers is recommended because shout is deprecated. Armed with a list of mp3 files, this sends a continuous stream of mp3 data to an icecast server. The server is responsible for accepting client connections and feeding the mp3 stream to them. It has several useful features: - Cue file (holds information on the file currently playing) - Proper signal handling - Reencoding (lower the bitrate of high-fidelity mp3s for streaming on the fly) - Playlist handling - XML configuration file WWW: http://www.icecast.org/ The port is broken. There is a problem with the way libmp3lame is being found with configure. Even manually running configure with the following arguments proves inadequate: $ ./configure --with-lame=/usr/local/bin \ --with-lame-includes=/usr/local/include/lame \ --with-lame-libraries=/usr/local/ \ --libdir=/usr/local --includedir=/usr/local/include/lame $ The script errors out while looking for lame/lame.h and lame.h with the following error message: configure: error: Could not find a valid LAME library installation The lame port was installed, the libraries are in /usr/local/lib, the includes are in /usr/local/include/lame, and the binary is in /usr/local/bin. I am not sure how to proceed. I can't get configure to look in the right places. If someone would care to step in and show me what I am doing wrong, the port is available at http://www.subterrain.net/~jbl/ices.tgz. - Justin Lundy jbl@subterrain.net -- ---=[ Practice is not a matter of years and months. It is concentration. ]=-- ---=[ Email: jbl@subterrain.net o0o Web: http://www.subterrain.net/~jbl/ ]=-- ---=[ PGP fingerprint: 345A A958 67A3 A215 0270 5102 8002 8B4C 3803 A9BC ]=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 16: 2: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 04EEA37B40C for ; Fri, 17 May 2002 16:01:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 038D066DCA; Fri, 17 May 2002 16:01:53 -0700 (PDT) Date: Fri, 17 May 2002 16:01:53 -0700 From: Kris Kennaway To: Lionel.Fournigault@alcatel.fr Cc: ports@FreeBSD.org Subject: Re: xcoral Message-ID: <20020517160153.B9869@xor.obsecurity.org> References: <3CE4C6DA.28D1F3@alcatel.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mJm6k4Vb/yFcL9ZU" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CE4C6DA.28D1F3@alcatel.fr>; from Lionel.Fournigault@alcatel.fr on Fri, May 17, 2002 at 11:01:14AM +0200 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 --mJm6k4Vb/yFcL9ZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 11:01:14AM +0200, Lionel.Fournigault@alcatel.fr wro= te: >=20 >=20 > Hi FreeBSD admins, > I've seen in ports collection (editors) xcoral-3.2. This version > is very obsolete. You can get the current release at the main > web site http://xcoral.free.fr > Have a nice day. >=20 > PS: I'm the author of this software. Thanks, someone needs to submit a patch to update the port. It's currently without a maintainer in FreeBSD. Kris --mJm6k4Vb/yFcL9ZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85YvhWry0BWjoQKURAgIwAKD1RG8db9K4R90hkEQm0JO6mLrcTgCg17eE AoPvMq0KFYCPRDdrER446Hc= =CQt8 -----END PGP SIGNATURE----- --mJm6k4Vb/yFcL9ZU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 16:40: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 39F9D37B40D for ; Fri, 17 May 2002 16:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HNe2c24828; Fri, 17 May 2002 16:40: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 2FBB437B400 for ; Fri, 17 May 2002 16:35: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 g4HNZJhG041679 for ; Fri, 17 May 2002 16:35:19 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4HNZJI3041678; Fri, 17 May 2002 16:35:19 -0700 (PDT) Message-Id: <200205172335.g4HNZJI3041678@www.freebsd.org> Date: Fri, 17 May 2002 16:35:19 -0700 (PDT) From: Steve Coltrin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38211: MAINTAINER: print/sgf2tex MASTER_SITES has changed 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: 38211 >Category: ports >Synopsis: MAINTAINER: print/sgf2tex MASTER_SITES has changed >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: Fri May 17 16:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: >Organization: Orbital Mind Control Lasers >Environment: >Description: The master site for sgf2tex has changed. >How-To-Repeat: cd ports/print/sgf2tex && make fetch >Fix: Apply in ports/print/sgf2tex : --- Makefile.old Fri May 17 17:28:26 2002 +++ Makefile Fri May 17 17:30:03 2002 @@ -8,7 +8,7 @@ PORTNAME= sgf2tex PORTVERSION= 3.3 CATEGORIES= print -MASTER_SITES= ftp://match.stanford.edu/pub/ +MASTER_SITES= http://sporadic.stanford.edu/bump/ MAINTAINER= spcoltri@omcl.org >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 Fri May 17 17:25: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from web13401.mail.yahoo.com (web13401.mail.yahoo.com [216.136.175.59]) by hub.freebsd.org (Postfix) with SMTP id C314137B40E for ; Fri, 17 May 2002 17:24:40 -0700 (PDT) Message-ID: <20020518002440.36557.qmail@web13401.mail.yahoo.com> Received: from [128.111.214.65] by web13401.mail.yahoo.com via HTTP; Fri, 17 May 2002 17:24:40 PDT Date: Fri, 17 May 2002 17:24:40 -0700 (PDT) From: Chris Dempsey Subject: Build of x11-toolkits/qt23 (qt-2.3.1_1) still broken in 4-STABLE To: freebsd-stable@freebsd.org, freebsd-ports@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 uname -a FreeBSD inferno.graddiv.ucsb.edu 4.6-RC FreeBSD 4.6-RC #0: Thu May 16 13:49:28 PDT 2002 cvsup from today cd /usr/ports/x11-toolkits/qt23/ fails with: c++ -pthread -D_THREAD_SAFE -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include -I/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/include -pthread -D_THREAD_SAFE -I/usr/X11R6/include -DQT_PREFIX=\"/usr/X11R6\" -pipe -fno-exceptions -O -pipe -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_ -O -pipe -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/local/include -o kernel/qpsprinter.o kernel/qpsprinter.cpp In file included from kernel/qapplication.h:42, from kernel/qpsprinter.cpp:73: kernel/qwidget.h:129: syntax error before `(' kernel/qwidget.h:417: `WId' was not declared in this scope kernel/qwidget.h:489: `WId' was not declared in this scope kernel/qwidget.h:489: syntax error before `=' kernel/qwidget.h:490: variable or field `create' declared void kernel/qwidget.h:490: ANSI C++ forbids initialization of member `create' kernel/qwidget.h:490: making `create' static kernel/qwidget.h:490: ANSI C++ forbids in-class initialization of non-const static member `create' kernel/qwidget.h:490: `create' declared as a `virtual' field kernel/qwidget.h:520: `WId' was not declared in this scope kernel/qwidget.h:520: variable or field `setWinId' declared void kernel/qwidget.h:545: syntax error before `;' kernel/qwidget.h:628: syntax error before `::' cpp0: output pipe has been closed gmake[2]: *** [kernel/qpsprinter.o] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' gmake[1]: *** [src-mt] Error 2 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' gmake: *** [src-mt] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/qt23. ===== 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 Fri May 17 17:28: 1 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 7B2FE37B404; Fri, 17 May 2002 17:27:59 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0Rxa31936; Fri, 17 May 2002 17:27:59 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 17:27:59 -0700 (PDT) From: Message-Id: <200205180027.g4I0Rxa31936@freefall.freebsd.org> To: thierry@pompo.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36908: New port: deskutils/nag - Horde's task list manager. 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: deskutils/nag - Horde's task list manager. State-Changed-From-To: feedback->closed State-Changed-By: sada State-Changed-When: Fri May 17 17:27:25 PDT 2002 State-Changed-Why: Committed with some portlint, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 19: 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 9CD8837B404 for ; Fri, 17 May 2002 19:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I20Bk46150; Fri, 17 May 2002 19:00:11 -0700 (PDT) (envelope-from gnats) Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by hub.freebsd.org (Postfix) with SMTP id 5558737B405 for ; Fri, 17 May 2002 18:57:43 -0700 (PDT) Received: (qmail 41212 invoked by uid 1001); 18 May 2002 01:57:42 -0000 Message-Id: <20020518015742.41211.qmail@zircon.seattle.wa.us> Date: 18 May 2002 01:57:42 -0000 From: Joe Kelsey Reply-To: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38212: XFree86-4 and portupgrade get dependencies wrong 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: 38212 >Category: ports >Synopsis: XFree86-4 and portupgrade get dependencies wrong >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 17 19:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD zircon.zircon.seattle.wa.us 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #31: Tue May 14 17:49:58 PDT 2002 joe@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386 >Description: Wehn installing XFree86 with portinstall -R, dependencies are wrong. >How-To-Repeat: With no X installed, perform portinstall -R XFree86 and select version 4. >Fix: I don't know the fix. portinstall seems to have the dependencies reversed. XFree86-4-libraries seems to get installed, but the ldconfig gets all messed up and nothing else works. Stop and install libraries manually (make install in ports dir), then try portinstall again. This time it tries to start installing the fonts before the clients are installed and stops with an error. Stop again and install the clients by hand. Now, fonts install correctly. The whole dependency thing is a mystery to me as to how portinstall figures it out. For whatever reason, it seems to want to install fonts *first*, then server, then clients, then libraries. This is exactly backwards! >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 Fri May 17 19:33:28 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 218D537B42B; Fri, 17 May 2002 19:33:10 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2XAN53134; Fri, 17 May 2002 19:33:10 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 19:33:10 -0700 (PDT) From: Message-Id: <200205180233.g4I2XAN53134@freefall.freebsd.org> To: chris@unixpages.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37196: editors/edith: add USE_X_PREFIX to makefile 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: editors/edith: add USE_X_PREFIX to makefile State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 19:32:49 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37196 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 19:48: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 8302F37B405; Fri, 17 May 2002 19:48:25 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2mPQ54649; Fri, 17 May 2002 19:48:25 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 19:48:25 -0700 (PDT) From: Message-Id: <200205180248.g4I2mPQ54649@freefall.freebsd.org> To: baskruit@bsltwr.net.dhis.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/37199: Maintainer update port: net/dhisd Update of email maintainer, description and installation paths 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 port: net/dhisd Update of email maintainer, description and installation paths State-Changed-From-To: open->feedback State-Changed-By: sada State-Changed-When: Fri May 17 19:45:47 PDT 2002 State-Changed-Why: Looks libgmp.3 is already installed within the base system. May I remove LIB_DEPENDS line ? Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Fri May 17 19:45:47 PDT 2002 Responsible-Changed-Why: Looks libgmp.3 is already installed within the base system. May I remove LIB_DEPENDS line ? http://www.freebsd.org/cgi/query-pr.cgi?pr=37199 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 20:14:45 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 951F437B404; Fri, 17 May 2002 20:14:42 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3EgC60914; Fri, 17 May 2002 20:14:42 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 20:14:42 -0700 (PDT) From: Message-Id: <200205180314.g4I3EgC60914@freefall.freebsd.org> To: olive@oban.frmug.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37411: [MAINTAINER UPDATE] Update port: mail/vm 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] Update port: mail/vm State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 20:14:18 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37411 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 20:25:22 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 E17BE37B40B; Fri, 17 May 2002 20:25:02 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3P2162253; Fri, 17 May 2002 20:25:02 -0700 (PDT) (envelope-from sada) Date: Fri, 17 May 2002 20:25:02 -0700 (PDT) From: Message-Id: <200205180325.g4I3P2162253@freefall.freebsd.org> To: rmiya@cc.hirosaki-u.ac.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37476: Updating the port of biology/molden 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: Updating the port of biology/molden State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri May 17 20:24:41 PDT 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37476 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 21:40: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 C7C1737B408 for ; Fri, 17 May 2002 21:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I4e2n71255; Fri, 17 May 2002 21:40:02 -0700 (PDT) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id A6FC337B407 for ; Fri, 17 May 2002 21:39:08 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4I4fjY6057151 for ; Sat, 18 May 2002 00:41:45 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.3/8.12.3/Submit) id g4I4fiQc057150; Sat, 18 May 2002 00:41:44 -0400 (EDT) (envelope-from alane) Message-Id: <200205180441.g4I4fiQc057150@wwweasel.geeksrus.net> Date: Sat, 18 May 2002 00:41:44 -0400 (EDT) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38214: NEW PORT: print/envelope: command-line Postscript envelope printer 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: 38214 >Category: ports >Synopsis: NEW PORT: print/envelope: command-line Postscript envelope printer >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: Fri May 17 21:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 19:57:52 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: Prints envelopes in Postscript using configuration files. Works with Ghostscript, too, according to author. >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== # 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: # # print/envelope # print/envelope/distinfo # print/envelope/Makefile # print/envelope/pkg-comment # print/envelope/pkg-descr # print/envelope/pkg-plist # print/envelope/pkg-message # print/envelope/files # print/envelope/files/patch-samplerc # echo c - print/envelope mkdir -p print/envelope > /dev/null 2>&1 echo x - print/envelope/distinfo sed 's/^X//' >print/envelope/distinfo << 'END-of-print/envelope/distinfo' XMD5 (envelope_1.0.0.tgz) = f02702b7958db2035beeb42a8f2b155e END-of-print/envelope/distinfo echo x - print/envelope/Makefile sed 's/^X//' >print/envelope/Makefile << 'END-of-print/envelope/Makefile' X# ex:ts=8 X# X# New ports collection makefile for: envelope X# Date created: 2002/03/24 X# Whom: Alan Eldridge ports@geeksrus.net X# X# $FreeBSD$ X# X XPORTNAME= envelope XPORTVERSION= 1.0.0 XCATEGORIES= print XMASTER_SITES= http://freefall.homeip.net/code/envelope/ XDISTNAME= ${PORTNAME}_${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= ports@geeksrus.net X XNO_BUILD= yes XUSE_PERL5= yes XNO_WRKSUBDIR= yes X XPLIST_SUB+= DOCSDIR=${DOCSDIR:S@^${PREFIX}/@@} XPLIST_SUB+= EXAMPLESDIR=${EXAMPLESDIR:S@^${PREFIX}/@@} X Xpost-patch: X @${PERL} -pi -e 's@/usr/bin/perl@${PERL}@' ${WRKDIR}/envelope X Xdo-install: X @${INSTALL_SCRIPT} ${WRKDIR}/envelope ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/config X @cd ${WRKDIR}; ${INSTALL_DATA} samplerc INSTALL ReadMe ${DOCSDIR} X @cd ${WRKDIR}/examples; \ X ${INSTALL_DATA} normal returnaddress shipping_label \ X simple with_config with_font_info with_options \ X ${EXAMPLESDIR} X @cd ${WRKDIR}/examples; ${INSTALL_DATA} config/* ${EXAMPLESDIR}/config X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include X X#EOF END-of-print/envelope/Makefile echo x - print/envelope/pkg-comment sed 's/^X//' >print/envelope/pkg-comment << 'END-of-print/envelope/pkg-comment' XCommand-line Postscript envelope printer END-of-print/envelope/pkg-comment echo x - print/envelope/pkg-descr sed 's/^X//' >print/envelope/pkg-descr << 'END-of-print/envelope/pkg-descr' XConfigurable command-line envelope printer which outputs Postscript. END-of-print/envelope/pkg-descr echo x - print/envelope/pkg-plist sed 's/^X//' >print/envelope/pkg-plist << 'END-of-print/envelope/pkg-plist' Xbin/envelope X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/ReadMe X%%PORTDOCS%%%%DOCSDIR%%/samplerc X%%PORTDOCS%%%%EXAMPLESDIR%%/config/8.625 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/datacard X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number10 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number10.5 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number11 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number12 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number14 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number5 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number6 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number6.25 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number6.75 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number7 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number7.5 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number7.75 X%%PORTDOCS%%%%EXAMPLESDIR%%/config/number9 X%%PORTDOCS%%%%EXAMPLESDIR%%/normal X%%PORTDOCS%%%%EXAMPLESDIR%%/returnaddress X%%PORTDOCS%%%%EXAMPLESDIR%%/shipping_label X%%PORTDOCS%%%%EXAMPLESDIR%%/simple X%%PORTDOCS%%%%EXAMPLESDIR%%/with_config X%%PORTDOCS%%%%EXAMPLESDIR%%/with_font_info X%%PORTDOCS%%%%EXAMPLESDIR%%/with_options X@comment dirs X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/config X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% X END-of-print/envelope/pkg-plist echo x - print/envelope/pkg-message sed 's/^X//' >print/envelope/pkg-message << 'END-of-print/envelope/pkg-message' X====================================================================== XNOTE: In order to use this program, you will need to copy the Xfile /usr/local/share/doc/envelope/samplerc to ~/.enveloperc. X XYou may then modify ~/.enveloperc according to the instructions in Xthe file. X XAdditional configuration examples can be found in the directory X/usr/local/share/examples/envelope. X====================================================================== END-of-print/envelope/pkg-message echo c - print/envelope/files mkdir -p print/envelope/files > /dev/null 2>&1 echo x - print/envelope/files/patch-samplerc sed 's/^X//' >print/envelope/files/patch-samplerc << 'END-of-print/envelope/files/patch-samplerc' X--- samplerc.orig Mon Jan 29 22:20:06 2001 X+++ samplerc Sat May 18 00:33:08 2002 X@@ -25,6 +25,9 @@ X $feedcenter = $normalwidth/2 - $eheight/2 X X $leftmargin = 0.25 X+# if you use a program (like kprinter) that tells the printer X+# to expect an envelope of the correct size, do not add the $feed* X+# offset to $topmargin. X $topmargin = 0.30 + $feedcenter X X END-of-print/envelope/files/patch-samplerc exit ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >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 Fri May 17 21:50: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 DFD3C37B408 for ; Fri, 17 May 2002 21:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I4o1s72025; Fri, 17 May 2002 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id CCF9737B401 for ; Fri, 17 May 2002 21:43:29 -0700 (PDT) Received: by softwareliberty.org (Postfix, from userid 1014) id 1FF4A755C; Sat, 18 May 2002 12:43:30 +0800 (CST) Message-Id: <20020518044330.1FF4A755C@softwareliberty.org> Date: Sat, 18 May 2002 12:43:30 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38215: x11/kdebase3 make package 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: 38215 >Category: ports >Synopsis: x11/kdebase3 make package error >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: Fri May 17 21:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 25 11:32:54 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: # cd /usr/ports/x11/kdebase3 # make package : ===> Building package for kdebase-3.0_1 Creating package /usr/ports/packages/All/kdebase-3.0_1.tgz Registering depends: kdelibs-3.0_1 arts-1.0.0_1 cups-base-1.1.14 expat-1.95.2 fam-2.6.4 XFree86-libraries-4.2.0_1 gettext-0.11.1_3 imake-4.2.0 libmng-1.0.3 freetype2-2.0.9 lcms-1.08 libaudiofile-0.2.3 libxslt-1.0.17 tiff-3.5.7 libxml2-2.4.21 libiconv-1.7_4 pcre-3.7 pkgconfig-0.12.0 png-1.2.2_1 python-2.2.1 qt-3.0.3_5 jpeg-6b_1. Creating gzip'd tar ball in '/usr/ports/packages/All/kdebase-3.0_1.tgz' tar: can't add file share/config/kdm/Xaccess : No such file or directory tar: can't add file share/config/kdm/Xservers : No such file or directory tar: can't add file share/config/kdm/Xsession : No such file or directory tar: can't add file share/config/kdm/Xwilling : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /usr/ports/x11/kdebase3. >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 Fri May 17 22: 0: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 C5E6737B404 for ; Fri, 17 May 2002 22:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I506072657; Fri, 17 May 2002 22:00:06 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 22:00:06 -0700 (PDT) Message-Id: <200205180500.g4I506072657@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alan E Subject: Re: ports/38215: x11/kdebase3 make package error Reply-To: Alan E 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/38215; it has been noted by GNATS. From: Alan E To: Statue Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/38215: x11/kdebase3 make package error Date: Sat, 18 May 2002 00:57:51 -0400 On Sat, May 18, 2002 at 12:43:30PM +0800, Statue wrote: > >>Number: 38215 >>Category: ports >>Synopsis: x11/kdebase3 make package error >Creating gzip'd tar ball in '/usr/ports/packages/All/kdebase-3.0_1.tgz' >tar: can't add file share/config/kdm/Xaccess : No such file or directory >tar: can't add file share/config/kdm/Xservers : No such file or directory >tar: can't add file share/config/kdm/Xsession : No such file or directory >tar: can't add file share/config/kdm/Xwilling : No such file or directory >pkg_create: make_dist: tar command failed with code 256 >*** Error code 1 AlanE with KDE-FreeBSD team here: submitter has an old port. There have been bugfixes but the port revision has not been bumped. Solution: re-cvsup the ports tree. Please close this PR. -- AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 22:30: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 5C23637B40B for ; Fri, 17 May 2002 22:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5U2k77839; Fri, 17 May 2002 22:30: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 380EE37B406 for ; Fri, 17 May 2002 22:28:24 -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 g4I5SOhG067455 for ; Fri, 17 May 2002 22:28:24 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I5SO07067454; Fri, 17 May 2002 22:28:24 -0700 (PDT) Message-Id: <200205180528.g4I5SO07067454@www.freebsd.org> Date: Fri, 17 May 2002 22:28:24 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38216: Update: devel/libshhmsg to 1.4.1 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: 38216 >Category: ports >Synopsis: Update: devel/libshhmsg to 1.4.1 >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: Fri May 17 22:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4.1 New file: files/Makefile.lib Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libshhmsg/Makefile devel/libshhmsg/Makefile --- /usr/ports/devel/libshhmsg/Makefile Thu May 9 06:36:14 2002 +++ devel/libshhmsg/Makefile Sat May 18 11:11:36 2002 @@ -7,21 +7,21 @@ # PORTNAME= libshhmsg -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhmsg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes +MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/libshhmsg + @${MKDIR} ${DOCSDIR} .for file in CREDITS README shhmsg.txt - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/devel/libshhmsg/distinfo devel/libshhmsg/distinfo --- /usr/ports/devel/libshhmsg/distinfo Sat Apr 3 10:20:09 1999 +++ devel/libshhmsg/distinfo Sat May 18 10:49:55 2002 @@ -1 +1 @@ -MD5 (shhmsg-1.4.0.tar.gz) = e4bfbcef3f067af49df865d2d40d0a5d +MD5 (shhmsg-1.4.1.tar.gz) = de300150851786eb19cb9b9ad234d7a2 diff -urN /usr/ports/devel/libshhmsg/files/Makefile.lib devel/libshhmsg/files/Makefile.lib --- /usr/ports/devel/libshhmsg/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ devel/libshhmsg/files/Makefile.lib Sat May 18 11:04:58 2002 @@ -0,0 +1,18 @@ +PREFIX?= /usr/local +SHLIB_VER?= 1 + +LIB= shhmsg +LIBDIR= ${PREFIX}/lib +SHLIB_MAJOR= ${SHLIB_VER} +SHLIB_MINOR= 4 +NOPROFILE= yes +NOOBJ= yes + +INCS= shhmsg.h +INCDIR= ${PREFIX}/include + +CFLAGS+= -DHAVE_STRERROR + +SRCS= errno.c error.c fatal.c message.c progname.c streams.c vars.c verbose.c + +.include diff -urN /usr/ports/devel/libshhmsg/files/patch-aa devel/libshhmsg/files/patch-aa --- /usr/ports/devel/libshhmsg/files/patch-aa Mon Apr 30 08:25:22 2001 +++ devel/libshhmsg/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,61 +0,0 @@ ---- Makefile.orig Tue Oct 13 18:11:42 1998 -+++ Makefile Sun Apr 29 23:24:10 2001 -@@ -6,7 +6,7 @@ - VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) - - # Define SHARED as 1 for Linux shared ELF library --#SHARED = 1 -+SHARED = 1 - - ifeq ($(SHARED),1) - LIBTARGET = lib$(DIST).so.$(VERSION) -@@ -20,19 +20,19 @@ - LIBHEAD = $(DIST).h - TARGETS = $(LIBTARGET) - --INSTBASEDIR = /usr/local -+INSTBASEDIR = ${PREFIX} - INSTLIBDIR = $(INSTBASEDIR)/lib - INSTINCDIR = $(INSTBASEDIR)/include --INSTALL = install -m 644 --INSTALLPROG = install -m 755 --MKDIRP = install -d -m 755 -+INSTALL = ${BSD_INSTALL_DATA} -+INSTALLPROG = ${BSD_INSTALL_PROGRAM} -+MKDIRP = mkdir -p - --CC = gcc --OPTIM = -O2 -+#CC = gcc -+OPTIM = $(CFLAGS) - - INCDIR = -I. - --CCOPT = -s -Wall $(OPTIM) $(INCDIR) -+CCOPT = $(INCDIR) $(CFLAGS) - - # Object files to store in the library - LIBOBJS = vars.o streams.o progname.o \ -@@ -43,7 +43,7 @@ - - $(LIBTARGET): $(LIBOBJS) - ifeq ($(SHARED),1) -- $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGET) $(LIBOBJS) -+ $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGETSOMAJ) $(LIBOBJS) - else - ar rcs $(LIBTARGET) $(LIBOBJS) - endif -@@ -56,12 +56,10 @@ - - install: $(LIBTARGET) - $(MKDIRP) $(INSTLIBDIR) $(INSTINCDIR) -- $(INSTALL) $(LIBTARGET) $(INSTLIBDIR) -+ $(INSTALL) $(LIBTARGETSOMAJ) $(INSTLIBDIR) - $(INSTALL) $(LIBHEAD) $(INSTINCDIR) - ifeq ($(SHARED),1) -- ln -sf $(LIBTARGET) $(INSTLIBDIR)/$(LIBTARGETSOMAJ) - ln -sf $(LIBTARGETSOMAJ) $(INSTLIBDIR)/$(LIBTARGETSO) -- echo "If you use GNU/Linux, remember to run ldconfig" - endif - - clean: diff -urN /usr/ports/devel/libshhmsg/pkg-plist devel/libshhmsg/pkg-plist --- /usr/ports/devel/libshhmsg/pkg-plist Wed Nov 22 09:21:51 2000 +++ devel/libshhmsg/pkg-plist Sat May 18 11:31:53 2002 @@ -1,8 +1,9 @@ @comment $FreeBSD: ports/devel/libshhmsg/pkg-plist,v 1.3 2000/11/22 00:21:51 obrien Exp $ include/shhmsg.h +lib/libshhmsg.a lib/libshhmsg.so lib/libshhmsg.so.1 -share/doc/libshhmsg/CREDITS -share/doc/libshhmsg/README -share/doc/libshhmsg/shhmsg.txt -@dirrm share/doc/libshhmsg +%%PORTDOCS%%share/doc/libshhmsg/CREDITS +%%PORTDOCS%%share/doc/libshhmsg/README +%%PORTDOCS%%share/doc/libshhmsg/shhmsg.txt +%%PORTDOCS%%@dirrm share/doc/libshhmsg >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 Fri May 17 22:30:34 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 A898037B406 for ; Fri, 17 May 2002 22:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5U3f77848; Fri, 17 May 2002 22:30:03 -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 BD82B37B400 for ; Fri, 17 May 2002 22:29: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 g4I5T7hG067520 for ; Fri, 17 May 2002 22:29:07 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I5T7RP067519; Fri, 17 May 2002 22:29:07 -0700 (PDT) Message-Id: <200205180529.g4I5T7RP067519@www.freebsd.org> Date: Fri, 17 May 2002 22:29:07 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38217: Update: devel/libshhopt to 1.1.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: 38217 >Category: ports >Synopsis: Update: devel/libshhopt to 1.1.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: Fri May 17 22:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.1.7 New file: files/Makefile.lib Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libshhopt/Makefile devel/libshhopt/Makefile --- /usr/ports/devel/libshhopt/Makefile Thu May 9 06:36:14 2002 +++ devel/libshhopt/Makefile Sat May 18 11:07:42 2002 @@ -7,24 +7,24 @@ # PORTNAME= libshhopt -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhopt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes +MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/libshhopt - @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhopt - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhopt + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${FILESDIR}/Makefile ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR} .endif - @ ${MKDIR} ${PREFIX}/share/examples/libshhopt - @ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/libshhopt - @ ${INSTALL_DATA} ${WRKSRC}/example.c ${PREFIX}/share/examples/libshhopt .include diff -urN /usr/ports/devel/libshhopt/distinfo devel/libshhopt/distinfo --- /usr/ports/devel/libshhopt/distinfo Tue Mar 21 10:11:03 2000 +++ devel/libshhopt/distinfo Sat May 18 11:07:50 2002 @@ -1 +1 @@ -MD5 (shhopt-1.1.6.tar.gz) = 99a2bb2b25bd0fe97a32fc2c9d829fed +MD5 (shhopt-1.1.7.tar.gz) = caf24206354296e8a48771aea1f47fbd diff -urN /usr/ports/devel/libshhopt/files/Makefile.lib devel/libshhopt/files/Makefile.lib --- /usr/ports/devel/libshhopt/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ devel/libshhopt/files/Makefile.lib Sat May 18 11:29:26 2002 @@ -0,0 +1,16 @@ +PREFIX?= /usr/local +SHLIB_VER?= 1 + +LIB= shhopt +LIBDIR= ${PREFIX}/lib +SHLIB_MAJOR= ${SHLIB_VER} +SHLIB_MINOR= 1 +NOPROFILE= yes +NOOBJ= yes + +INCS= shhopt.h +INCDIR= ${PREFIX}/include + +SRCS= shhopt.c + +.include diff -urN /usr/ports/devel/libshhopt/files/patch-aa devel/libshhopt/files/patch-aa --- /usr/ports/devel/libshhopt/files/patch-aa Mon Apr 30 08:28:19 2001 +++ devel/libshhopt/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,61 +0,0 @@ ---- Makefile.orig Fri Mar 10 08:45:19 2000 -+++ Makefile Sun Apr 29 23:26:59 2001 -@@ -6,7 +6,7 @@ - VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) - - # Define SHARED as 1 for Linux shared ELF library --#SHARED = 1 -+SHARED = 1 - - ifeq ($(SHARED),1) - LIBTARGET = lib$(DIST).so.$(VERSION) -@@ -20,19 +20,19 @@ - LIBHEAD = $(DIST).h - TARGETS = $(LIBTARGET) - --INSTBASEDIR = /usr/local -+INSTBASEDIR = ${PREFIX} - INSTLIBDIR = $(INSTBASEDIR)/lib - INSTINCDIR = $(INSTBASEDIR)/include --INSTALL = install -m 644 --INSTALLPROG = install -m 755 --MKDIRP = install -d -m 755 -+INSTALL = ${BSD_INSTALL_DATA} -+INSTALLPROG = ${BSD_INSTALL_PROGRAM} -+MKDIRP = mkdir -p - --CC = gcc --OPTIM = -O2 -+#CC = gcc -+OPTIM = $(CFLAGS) - - INCDIR = -I. - --CCOPT = -s -Wall $(OPTIM) $(INCDIR) -+CCOPT = $(INCDIR) $(CFLAGS) - - # Object files to store in the library - LIBOBJS = shhopt.o -@@ -45,7 +45,7 @@ - # separately. This error is harmless. - $(LIBTARGET): $(LIBOBJS) - ifeq ($(SHARED),1) -- $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGET) $(LIBOBJS) -+ $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGETSOMAJ) $(LIBOBJS) - else - ar rc $(LIBTARGET) $(LIBOBJS) - ranlib $(LIBTARGET) || true -@@ -64,12 +64,10 @@ - - install: $(LIBTARGET) - $(MKDIRP) $(INSTLIBDIR) $(INSTINCDIR) -- $(INSTALL) $(LIBTARGET) $(INSTLIBDIR) -+ $(INSTALL) $(LIBTARGETSOMAJ) $(INSTLIBDIR) - $(INSTALL) $(LIBHEAD) $(INSTINCDIR) - ifeq ($(SHARED),1) -- ln -sf $(LIBTARGET) $(INSTLIBDIR)/$(LIBTARGETSOMAJ) - ln -sf $(LIBTARGETSOMAJ) $(INSTLIBDIR)/$(LIBTARGETSO) -- echo "If you use GNU/Linux, remember to run ldconfig" - endif - - clean: diff -urN /usr/ports/devel/libshhopt/pkg-plist devel/libshhopt/pkg-plist --- /usr/ports/devel/libshhopt/pkg-plist Wed Nov 22 09:21:51 2000 +++ devel/libshhopt/pkg-plist Sat May 18 11:10:32 2002 @@ -1,10 +1,11 @@ @comment $FreeBSD: ports/devel/libshhopt/pkg-plist,v 1.3 2000/11/22 00:21:51 obrien Exp $ include/shhopt.h +lib/libshhopt.a lib/libshhopt.so lib/libshhopt.so.1 -share/doc/libshhopt/CREDITS -share/doc/libshhopt/README -share/examples/libshhopt/Makefile -share/examples/libshhopt/example.c -@dirrm share/doc/libshhopt -@dirrm share/examples/libshhopt +%%PORTDOCS%%share/doc/libshhopt/CREDITS +%%PORTDOCS%%share/doc/libshhopt/README +%%PORTDOCS%%share/examples/libshhopt/Makefile +%%PORTDOCS%%share/examples/libshhopt/example.c +%%PORTDOCS%%@dirrm share/examples/libshhopt +%%PORTDOCS%%@dirrm share/doc/libshhopt >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 Fri May 17 22:30: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 E77CF37B40D for ; Fri, 17 May 2002 22:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5U3k77858; Fri, 17 May 2002 22:30:03 -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 B614837B407 for ; Fri, 17 May 2002 22:29:44 -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 g4I5TihG067540 for ; Fri, 17 May 2002 22:29:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I5TikL067539; Fri, 17 May 2002 22:29:44 -0700 (PDT) Message-Id: <200205180529.g4I5TikL067539@www.freebsd.org> Date: Fri, 17 May 2002 22:29:44 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38218: Update: devel/libxalloc to 1.0.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: 38218 >Category: ports >Synopsis: Update: devel/libxalloc to 1.0.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: Fri May 17 22:30:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.4 New file: files/Makefile.lib Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libxalloc/Makefile devel/libxalloc/Makefile --- /usr/ports/devel/libxalloc/Makefile Thu May 9 06:36:17 2002 +++ devel/libxalloc/Makefile Sat May 18 11:41:10 2002 @@ -7,21 +7,21 @@ # PORTNAME= libxalloc -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= xalloc-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes +MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/libxalloc - @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libxalloc - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libxalloc + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -urN /usr/ports/devel/libxalloc/distinfo devel/libxalloc/distinfo --- /usr/ports/devel/libxalloc/distinfo Sat Apr 3 10:23:32 1999 +++ devel/libxalloc/distinfo Sat May 18 11:43:20 2002 @@ -1 +1 @@ -MD5 (xalloc-1.0.3.tar.gz) = 64ba37476b6b47c9fc2ea63c1e1f53d5 +MD5 (xalloc-1.0.4.tar.gz) = 2b0c5c32afcc4af0473fe7b4a4061888 diff -urN /usr/ports/devel/libxalloc/files/Makefile.lib devel/libxalloc/files/Makefile.lib --- /usr/ports/devel/libxalloc/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ devel/libxalloc/files/Makefile.lib Sat May 18 11:45:18 2002 @@ -0,0 +1,16 @@ +PREFIX?= /usr/local +SHLIB_VER?= 1 + +LIB= xalloc +LIBDIR= ${PREFIX}/lib +SHLIB_MAJOR= ${SHLIB_VER} +SHLIB_MINOR= 0 +NOPROFILE= yes +NOOBJ= yes + +INCS= xalloc.h +INCDIR= ${PREFIX}/include + +SRCS= xalloc.c xmalloc.c xcalloc.c xrealloc.c xstrdup.c + +.include diff -urN /usr/ports/devel/libxalloc/files/patch-aa devel/libxalloc/files/patch-aa --- /usr/ports/devel/libxalloc/files/patch-aa Mon Apr 30 08:31:45 2001 +++ devel/libxalloc/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,61 +0,0 @@ ---- Makefile.orig Sun Jul 5 17:15:59 1998 -+++ Makefile Sun Apr 29 23:29:53 2001 -@@ -8,7 +8,7 @@ - ########################################################################### - - # Define SHARED as 1 for Linux shared ELF library --#SHARED = 1 -+SHARED = 1 - - ifeq ($(SHARED),1) - LIBTARGET = lib$(DIST).so.$(VERSION) -@@ -24,21 +24,21 @@ - - ########################################################################### - --INSTBASEDIR = /usr/local -+INSTBASEDIR = ${PREFIX} - INSTLIBDIR = $(INSTBASEDIR)/lib - INSTINCDIR = $(INSTBASEDIR)/include --INSTALL = install -m 644 -+INSTALL = ${BSD_INSTALL_DATA} - MKDIRP = install -d -m 755 - - ########################################################################### - --CC = gcc --OPTIM = -O2 -+#CC = gcc -+OPTIM = ${CFLAGS} - - LIBDIR = -L. - INCDIR = -I. - --CCOPT = -Wall $(OPTIM) $(INCDIR) -+CCOPT = $(INCDIR) $(CFLAGS) - LDOPT = $(LIBDIR) - - # Object files to store in the library -@@ -50,7 +50,7 @@ - - $(LIBTARGET): $(LIBOBJS) - ifeq ($(SHARED),1) -- $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGET) $(LIBOBJS) -+ $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGETSOMAJ) $(LIBOBJS) - else - ar rcs $(LIBTARGET) $(LIBOBJS) - endif -@@ -63,12 +63,10 @@ - - install: $(LIBTARGET) - $(MKDIRP) $(INSTLIBDIR) $(INSTINCDIR) -- $(INSTALL) $(LIBTARGET) $(INSTLIBDIR) -+ $(INSTALL) $(LIBTARGETSOMAJ) $(INSTLIBDIR) - $(INSTALL) $(LIBHEAD) $(INSTINCDIR) - ifeq ($(SHARED),1) -- ln -sf $(LIBTARGET) $(INSTLIBDIR)/$(LIBTARGETSOMAJ) - ln -sf $(LIBTARGETSOMAJ) $(INSTLIBDIR)/$(LIBTARGETSO) -- echo "If you use GNU/Linux, remember to run ldconfig" - endif - - clean: diff -urN /usr/ports/devel/libxalloc/pkg-plist devel/libxalloc/pkg-plist --- /usr/ports/devel/libxalloc/pkg-plist Wed Nov 22 09:21:51 2000 +++ devel/libxalloc/pkg-plist Sat May 18 11:41:37 2002 @@ -1,7 +1,8 @@ @comment $FreeBSD: ports/devel/libxalloc/pkg-plist,v 1.3 2000/11/22 00:21:51 obrien Exp $ include/xalloc.h +lib/libxalloc.a lib/libxalloc.so lib/libxalloc.so.1 -share/doc/libxalloc/CREDITS -share/doc/libxalloc/README -@dirrm share/doc/libxalloc +%%PORTDOCS%%share/doc/libxalloc/CREDITS +%%PORTDOCS%%share/doc/libxalloc/README +%%PORTDOCS%%@dirrm share/doc/libxalloc >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 Fri May 17 22:40: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 ECB7937B410 for ; Fri, 17 May 2002 22:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5e1g78636; Fri, 17 May 2002 22:40: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 5666137B401 for ; Fri, 17 May 2002 22:30: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 g4I5UMhG067560 for ; Fri, 17 May 2002 22:30: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 g4I5UMLA067559; Fri, 17 May 2002 22:30:22 -0700 (PDT) Message-Id: <200205180530.g4I5UMLA067559@www.freebsd.org> Date: Fri, 17 May 2002 22:30:22 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38219: Update: games/libshhcards to 1.0.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: 38219 >Category: ports >Synopsis: Update: games/libshhcards to 1.0.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: Fri May 17 22:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.5 New file: files/Makefile.lib Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/games/libshhcards/Makefile games/libshhcards/Makefile --- /usr/ports/games/libshhcards/Makefile Thu Aug 3 18:23:35 2000 +++ games/libshhcards/Makefile Sat May 18 11:16:06 2002 @@ -6,23 +6,23 @@ # PORTNAME= libshhcards -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhcards-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes +MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/libshhcards - ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -urN /usr/ports/games/libshhcards/distinfo games/libshhcards/distinfo --- /usr/ports/games/libshhcards/distinfo Sat May 1 11:22:50 1999 +++ games/libshhcards/distinfo Sat May 18 11:16:21 2002 @@ -1 +1 @@ -MD5 (shhcards-1.0.4.tar.gz) = 1882a80484d883a78b9b7ce94ab0afa6 +MD5 (shhcards-1.0.5.tar.gz) = b8695cfe75aeac17d022af14370d48d6 diff -urN /usr/ports/games/libshhcards/files/Makefile.lib games/libshhcards/files/Makefile.lib --- /usr/ports/games/libshhcards/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ games/libshhcards/files/Makefile.lib Sat May 18 11:25:06 2002 @@ -0,0 +1,18 @@ +PREFIX?= /usr/X11R6 +SHLIB_VER?= 1 + +LIB= shhcards +LIBDIR= ${PREFIX}/lib +SHLIB_MAJOR= ${SHLIB_VER} +SHLIB_MINOR= 0 +NOPROFILE= yes +NOOBJ= yes + +INCS= shhcards.h +INCDIR= ${PREFIX}/include + +CFLAGS+= -I${X11BASE}/include + +SRCS= shhcards.c + +.include diff -urN /usr/ports/games/libshhcards/files/patch-aa games/libshhcards/files/patch-aa --- /usr/ports/games/libshhcards/files/patch-aa Sun Jul 16 23:31:51 2000 +++ games/libshhcards/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,83 +0,0 @@ ---- Makefile.orig Mon Jul 6 01:52:26 1998 -+++ Makefile Tue Jul 4 21:38:46 2000 -@@ -8,7 +8,7 @@ - ########################################################################### - - # Define SHARED as 1 for Linux shared ELF library --#SHARED = 1 -+SHARED = 1 - - ifeq ($(SHARED),1) - LIBTARGET = lib$(DIST).so.$(VERSION) -@@ -22,13 +22,13 @@ - LIBHEAD = $(DIST).h - TARGETS = $(LIBTARGET) - --INSTBASEDIR = /usr/local -+INSTBASEDIR = ${PREFIX} - INSTLIBDIR = $(INSTBASEDIR)/lib - INSTINCDIR = $(INSTBASEDIR)/include --INSTALL = install -m 644 --MKDIRP = install -d -m 755 -+INSTALL = ${BSD_INSTALL_DATA} -+MKDIRP = mkdir -p - --CC = gcc -+#CC = gcc - OPTIM = -O2 - - ########################################################################### -@@ -36,8 +36,8 @@ - # Where are Xpm and X11? - - # GNU/Linux at home --INCDIR = -I. -I/usr/local/include -I/usr/X11R6/include --LIBDIR = -L. -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11 -+INCDIR = -I. -I${X11BASE}/include -+LIBDIR = -L. -L${X11BASE}/lib - EXTRA_LD_OPT = - EXTRA_LIBS = - -@@ -68,14 +68,14 @@ - endif - - # Alpha at USIT --ifeq ($(HOSTTYPE),alpha) --INCDIR = -I. -I/usr/include/X11 -I/usr/local/X11R5/include --LIBDIR = -L. -L/usr/lib/X11 -L/usr/local/X11R5/lib --endif -+#ifeq ($(HOSTTYPE),alpha) -+#INCDIR = -I. -I/usr/include/X11 -I/usr/local/X11R5/include -+#LIBDIR = -L. -L/usr/lib/X11 -L/usr/local/X11R5/lib -+#endif - - ########################################################################### - --CCOPT = -Wall $(OPTIM) $(INCDIR) $(CFLAGS) -+CCOPT = $(INCDIR) $(CFLAGS) - LDOPT = $(LIBDIR) $(LDFLAGS) - - # Object files to store in the library -@@ -87,7 +87,7 @@ - - $(LIBTARGET): $(LIBOBJS) - ifeq ($(SHARED),1) -- $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGET) $(LIBOBJS) -+ $(CC) -shared -Wl,-soname,$(LIBTARGETSOMAJ) -o $(LIBTARGETSOMAJ) $(LIBOBJS) - else - ar rcs $(LIBTARGET) $(LIBOBJS) - endif -@@ -106,12 +106,10 @@ - - install: $(LIBTARGET) - $(MKDIRP) $(INSTLIBDIR) $(INSTINCDIR) -- $(INSTALL) $(LIBTARGET) $(INSTLIBDIR) -+ $(INSTALL) $(LIBTARGETSOMAJ) $(INSTLIBDIR) - $(INSTALL) $(LIBHEAD) $(INSTINCDIR) - ifeq ($(SHARED),1) -- ln -sf $(LIBTARGET) $(INSTLIBDIR)/$(LIBTARGETSOMAJ) - ln -sf $(LIBTARGETSOMAJ) $(INSTLIBDIR)/$(LIBTARGETSO) -- echo "If you use GNU/Linux, remember to run ldconfig" - endif - - depend dep: diff -urN /usr/ports/games/libshhcards/pkg-plist games/libshhcards/pkg-plist --- /usr/ports/games/libshhcards/pkg-plist Fri Dec 28 16:27:28 2001 +++ games/libshhcards/pkg-plist Sat May 18 11:26:55 2002 @@ -1,4 +1,5 @@ include/shhcards.h +lib/libshhcards.a lib/libshhcards.so lib/libshhcards.so.1 %%PORTDOCS%%share/doc/libshhcards/CREDITS >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 Fri May 17 22:42: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 0DB9237B413 for ; Fri, 17 May 2002 22:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5e1578647; Fri, 17 May 2002 22:40: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 6C96637B410 for ; Fri, 17 May 2002 22:32:13 -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 g4I5WDhG067691 for ; Fri, 17 May 2002 22:32:13 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I5WD8O067690; Fri, 17 May 2002 22:32:13 -0700 (PDT) Message-Id: <200205180532.g4I5WD8O067690@www.freebsd.org> Date: Fri, 17 May 2002 22:32:13 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38220: Update port: games/nethack33-gnome/games/nethack33-qt|games/nethack33-tty|games/nethack33 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: 38220 >Category: ports >Synopsis: Update port: games/nethack33-gnome/games/nethack33-qt|games/nethack33-tty|games/nethack33 >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: Fri May 17 22:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Convert flavored nethack33 ports to version 3.4.0 No response from maintainer. [games/nethack33] New file: files/patch-ag files/patch-ah [games/nethack33-gnome] Remove file: distinfo files/patch-include::config.h files/patch-include::system.h files/patch-include::unixconf.h files/patch-sys::unix::Makefile.doc files/patch-sys::unix::Makefile.src files/patch-sys::unix::Makefile.top pkg-comment pkg-descr pkg-plist [games/nethack33-qt] Remove file: distinfo files/patch-include:config.h files/patch-include:unixconf.h files/patch-sys:unix:Makefile.doc files/patch-sys:unix:Makefile.src files/patch-sys:unix:Makefile.top pkg-comment pkg-descr pkg-plist [games/nethack33-tty] Remove file: distinfo files/patch-aa files/patch-ab files/patch-ac files/patch-ad files/patch-ae pkg-comment pkg-descr pkg-plist >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: # # games::nethack33-gnome.diff # games::nethack33-nox11.diff # games::nethack33-qt.diff # games::nethack33.diff # echo x - games::nethack33-gnome.diff sed 's/^X//' >games::nethack33-gnome.diff << 'END-of-games::nethack33-gnome.diff' Xdiff -urN /usr/ports/games/nethack33-gnome/Makefile games/nethack33-gnome/Makefile X--- /usr/ports/games/nethack33-gnome/Makefile Sun Mar 31 22:00:43 2002 X+++ games/nethack33-gnome/Makefile Sat May 18 00:00:00 2002 X@@ -5,32 +5,10 @@ X # $FreeBSD: ports/games/nethack33-gnome/Makefile,v 1.2 2002/03/31 13:00:43 knu Exp $ X # X X-PORTNAME= nethack X-PORTVERSION= 3.3.1 X-CATEGORIES= games gnome X-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ X-MASTER_SITE_SUBDIR= ${PORTNAME} X-PKGNAMESUFFIX= -gnome X-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} X-EXTRACT_SUFX= .tgz X+MASTERDIR= ${.CURDIR}/../nethack33 X X MAINTAINER= Jan.Stocker@t-online.de X X-USE_GNOME= yes X-USE_GMAKE= yes X-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X+WITH_GNOME_GRAPHICS= yes X X-MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X- X-pre-configure: X- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X- X-post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X-.if !defined(NOPORTDOCS) X- ${MKDIR} ${PREFIX}/share/doc/nethack X- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X-.endif X- X-.include X+.include "${MASTERDIR}/Makefile" Xdiff -urN /usr/ports/games/nethack33-gnome/distinfo games/nethack33-gnome/distinfo X--- /usr/ports/games/nethack33-gnome/distinfo Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/distinfo Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 Xdiff -urN /usr/ports/games/nethack33-gnome/files/patch-include::config.h games/nethack33-gnome/files/patch-include::config.h X--- /usr/ports/games/nethack33-gnome/files/patch-include::config.h Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/files/patch-include::config.h Thu Jan 1 09:00:00 1970 X@@ -1,61 +0,0 @@ X-*** include/config.h.orig Sat Jul 22 03:13:51 2000 X---- include/config.h Sat Dec 9 13:31:34 2000 X-*************** X-*** 45,51 **** X- #define TTY_GRAPHICS /* good old tty based graphics */ X- /* #define X11_GRAPHICS */ /* X11 interface */ X- /* #define QT_GRAPHICS */ /* Qt interface */ X-! /* #define GNOME_GRAPHICS */ /* Gnome interface */ X- X- /* X- * Define the default window system. This should be one that is compiled X---- 45,51 ---- X- #define TTY_GRAPHICS /* good old tty based graphics */ X- /* #define X11_GRAPHICS */ /* X11 interface */ X- /* #define QT_GRAPHICS */ /* Qt interface */ X-! #define GNOME_GRAPHICS /* Gnome interface */ X- X- /* X- * Define the default window system. This should be one that is compiled X-*************** X-*** 151,161 **** X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X-! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X-! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X---- 151,161 ---- X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ X-! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X-! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X-*************** X-*** 186,192 **** X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X- # endif X- X- /* X---- 186,192 ---- X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X- # endif X- X- /* Xdiff -urN /usr/ports/games/nethack33-gnome/files/patch-include::system.h games/nethack33-gnome/files/patch-include::system.h X--- /usr/ports/games/nethack33-gnome/files/patch-include::system.h Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/files/patch-include::system.h Thu Jan 1 09:00:00 1970 X@@ -1,19 +0,0 @@ X-*** include/system.h.orig Thu Jan 6 11:20:08 2000 X---- include/system.h Sat Sep 23 01:08:09 2000 X-*************** X-*** 516,522 **** X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E long FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS X---- 516,522 ---- X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E time_t FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS Xdiff -urN /usr/ports/games/nethack33-gnome/files/patch-include::unixconf.h games/nethack33-gnome/files/patch-include::unixconf.h X--- /usr/ports/games/nethack33-gnome/files/patch-include::unixconf.h Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/files/patch-include::unixconf.h Thu Jan 1 09:00:00 1970 X@@ -1,36 +0,0 @@ X-*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 X---- include/unixconf.h Sat Sep 23 01:09:25 2000 X-*************** X-*** 47,53 **** X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! #define TERMINFO /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X---- 47,53 ---- X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! /* #define TERMINFO */ /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X-*************** X-*** 143,149 **** X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! #define MAIL /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox X---- 143,149 ---- X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! /* #define MAIL */ /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack33-gnome/files/patch-sys::unix::Makefile.doc games/nethack33-gnome/files/patch-sys::unix::Makefile.doc X--- /usr/ports/games/nethack33-gnome/files/patch-sys::unix::Makefile.doc Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/files/patch-sys::unix::Makefile.doc Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X-*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 X---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 X-*************** X-*** 34,40 **** X- X- X- GAME = nethack X-! MANDIR = /usr/man/man6 X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X---- 34,40 ---- X- X- X- GAME = nethack X-! MANDIR = ${PREFIX}/man/man X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X-*************** X-*** 51,61 **** X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt X---- 51,61 ---- X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt Xdiff -urN /usr/ports/games/nethack33-gnome/files/patch-sys::unix::Makefile.src games/nethack33-gnome/files/patch-sys::unix::Makefile.src X--- /usr/ports/games/nethack33-gnome/files/patch-sys::unix::Makefile.src Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/files/patch-sys::unix::Makefile.src Thu Jan 1 09:00:00 1970 X@@ -1,72 +0,0 @@ X-*** sys/unix/Makefile.src.orig Sat Aug 5 12:52:57 2000 X---- sys/unix/Makefile.src Sat Dec 9 13:09:44 2000 X-*************** X-*** 139,145 **** X- # directories. The ones given below is the usual spot for linux systems. X- # The paths are for glibconfig.h and gnomesupport.h respectively. X- # X-! GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome X- X- # flags for debugging: X- # CFLAGS = -g -I../include X---- 139,145 ---- X- # directories. The ones given below is the usual spot for linux systems. X- # The paths are for glibconfig.h and gnomesupport.h respectively. X- # X-! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome X- X- # flags for debugging: X- # CFLAGS = -g -I../include X-*************** X-*** 203,210 **** X- X- # X- # X-! WINSRC = $(WINTTYSRC) X-! WINOBJ = $(WINTTYOBJ) X- X- # on some systems the termcap library is in -ltermcap or -lcurses X- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X---- 203,210 ---- X- X- # X- # X-! WINSRC = $(WINTTYSRC) $(WINGNOMESRC) X-! WINOBJ = $(WINTTYOBJ) $(WINGNOMEOBJ) X- X- # on some systems the termcap library is in -ltermcap or -lcurses X- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X-*************** X-*** 236,242 **** X- WINKDELIB = -lkdecore -lkdeui -lXext X- # X- # libraries for Gnome X-! WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt X- # X- # libraries for Gem port X- WINGEMLIB = -le_gem -lgem X---- 236,242 ---- X- WINKDELIB = -lkdecore -lkdeui -lXext X- # X- # libraries for Gnome X-! WINGNOMELIB = -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui -lgnome -lart_lgpl -lgtk12 -lgdk12 -lglib12 -lpopt -lkpathsea X- # X- # libraries for Gem port X- WINGEMLIB = -le_gem -lgem X-*************** X-*** 244,250 **** X- # libraries for BeOS X- WINBELIB = -lbe X- X-! WINLIB = $(WINTTYLIB) X- X- # any other strange libraries your system needs (for Sysunix only -- the more X- # specialized targets should already be right) X---- 244,250 ---- X- # libraries for BeOS X- WINBELIB = -lbe X- X-! WINLIB = $(WINTTYLIB) $(WINGNOMELIB) X- X- # any other strange libraries your system needs (for Sysunix only -- the more X- # specialized targets should already be right) Xdiff -urN /usr/ports/games/nethack33-gnome/files/patch-sys::unix::Makefile.top games/nethack33-gnome/files/patch-sys::unix::Makefile.top X--- /usr/ports/games/nethack33-gnome/files/patch-sys::unix::Makefile.top Thu Dec 27 20:30:09 2001 X+++ games/nethack33-gnome/files/patch-sys::unix::Makefile.top Thu Jan 1 09:00:00 1970 X@@ -1,125 +0,0 @@ X-*** sys/unix/Makefile.top.orig Tue Jul 4 02:42:05 2000 X---- sys/unix/Makefile.top Wed Dec 26 13:46:52 2001 X-*************** X-*** 14,31 **** X- # MAKE = make X- X- # make NetHack X-- PREFIX = /usr X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = bin X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 04755 X-! FILEPERM = 0644 X-! EXEPERM = 0755 X-! DIRPERM = 0755 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X---- 14,30 ---- X- # MAKE = make X- X- # make NetHack X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = games X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 0755 X-! FILEPERM = 0664 X-! EXEPERM = 02755 X-! DIRPERM = 0775 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-*************** X-*** 35,43 **** X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/games X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = X---- 34,42 ---- X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/share/$(GAME) X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/bin X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = X-*************** X-*** 48,54 **** X- # for BeOS X- # VARDATND = beostiles X- # for Gnome X-! # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X- X- VARDATD = data oracles options quest.dat rumors X- VARDAT = $(VARDATD) $(VARDATND) X---- 47,53 ---- X- # for BeOS X- # VARDATND = beostiles X- # for Gnome X-! VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X- X- VARDATD = data oracles options quest.dat rumors X- VARDAT = $(VARDATD) $(VARDATND) X-*************** X-*** 170,182 **** X- sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ X- -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ X- < sys/unix/nethack.sh \ X-! > $(SHELLDIR)/$(GAME) X- # set up their permissions X- -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ X- $(CHGRP) $(GAMEGRP) $(GAME) ) X- chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) X- -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) X- $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) X- chmod $(EXEPERM) $(SHELLDIR)/$(GAME) X- X- dofiles-dlb: check-dlb X---- 169,189 ---- X- sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ X- -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ X- < sys/unix/nethack.sh \ X-! > $(GAMEDIR)/$(GAME)-start.sh X-! @echo "#include " > nethack-wrapper.c X-! @echo "int main(int argc, char *argv[]) {" >> nethack-wrapper.c X-! @echo " execv(\"$(GAMEDIR)/$(GAME)-start.sh\", argv);}" >> nethack-wrapper.c X-! $(CC) $(CFLAGS) -o nethack-wrapper nethack-wrapper.c X-! cp nethack-wrapper $(SHELLDIR)/$(GAME) X- # set up their permissions X- -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ X- $(CHGRP) $(GAMEGRP) $(GAME) ) X- chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) X- -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) X- $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) X-+ chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)-start.sh X-+ -$(CHOWN) $(GAMEUID) $(GAMEDIR)/$(GAME)-start.sh X-+ $(CHGRP) $(GAMEGRP) $(GAMEDIR)/$(GAME)-start.sh X- chmod $(EXEPERM) $(SHELLDIR)/$(GAME) X- X- dofiles-dlb: check-dlb X-*************** X-*** 236,241 **** X---- 243,249 ---- X- clean: X- ( cd src ; $(MAKE) clean ) X- ( cd util ; $(MAKE) clean ) X-+ rm -f nethack-wrapper.c nethack-wrapper X- X- # 'make spotless' returns the source tree to near-distribution condition. X- # it removes .o files, executables, and compiled data files Xdiff -urN /usr/ports/games/nethack33-gnome/pkg-comment games/nethack33-gnome/pkg-comment X--- /usr/ports/games/nethack33-gnome/pkg-comment Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/pkg-comment Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-A dungeon explorin', slashin', hackin' game Xdiff -urN /usr/ports/games/nethack33-gnome/pkg-descr games/nethack33-gnome/pkg-descr X--- /usr/ports/games/nethack33-gnome/pkg-descr Wed Dec 12 13:24:01 2001 X+++ games/nethack33-gnome/pkg-descr Thu Jan 1 09:00:00 1970 X@@ -1,8 +0,0 @@ X-This is version 3.3.1 of nethack, a clasic ASCII-based adventure game X-with graphics support for Gnome. X-You and your faithful pet are on a quest to retrieve the lost Amulet X-of Yendor. X- X-WWW: http://www.nethack.org/ X- X-Jan.Stocker@t-online.de Xdiff -urN /usr/ports/games/nethack33-gnome/pkg-plist games/nethack33-gnome/pkg-plist X--- /usr/ports/games/nethack33-gnome/pkg-plist Thu Dec 27 20:30:09 2001 X+++ games/nethack33-gnome/pkg-plist Thu Jan 1 09:00:00 1970 X@@ -1,143 +0,0 @@ X-bin/nethack X-@exec chmod 2755 %D/bin/nethack X-@exec chown games:games %D/bin/nethack X-share/nethack/nethack X-share/nethack/nethack-start.sh X-@exec mkdir %D/share/nethack/save X-@exec mkdir %D/share/nethack/save X-@exec chmod -R 775 %D/share/nethack X-@exec chmod 755 %D/share/nethack/nethack X-@exec chmod 755 %D/share/nethack/nethack-start.sh X-@exec chown games:games %D/share/nethack/save X-@unexec rm -rf %D/share/nethack/save X-share/doc/nethack/Guidebook.txt X-share/nethack/Arc-fila.lev X-share/nethack/Arc-filb.lev X-share/nethack/Arc-goal.lev X-share/nethack/Arc-loca.lev X-share/nethack/Arc-strt.lev X-share/nethack/Bar-fila.lev X-share/nethack/Bar-filb.lev X-share/nethack/Bar-goal.lev X-share/nethack/Bar-loca.lev X-share/nethack/Bar-strt.lev X-share/nethack/Cav-fila.lev X-share/nethack/Cav-filb.lev X-share/nethack/Cav-goal.lev X-share/nethack/Cav-loca.lev X-share/nethack/Cav-strt.lev X-share/nethack/Hea-fila.lev X-share/nethack/Hea-filb.lev X-share/nethack/Hea-goal.lev X-share/nethack/Hea-loca.lev X-share/nethack/Hea-strt.lev X-share/nethack/Kni-fila.lev X-share/nethack/Kni-filb.lev X-share/nethack/Kni-goal.lev X-share/nethack/Kni-loca.lev X-share/nethack/Kni-strt.lev X-share/nethack/Mon-fila.lev X-share/nethack/Mon-filb.lev X-share/nethack/Mon-goal.lev X-share/nethack/Mon-loca.lev X-share/nethack/Mon-strt.lev X-share/nethack/Pri-fila.lev X-share/nethack/Pri-filb.lev X-share/nethack/Pri-goal.lev X-share/nethack/Pri-loca.lev X-share/nethack/Pri-strt.lev X-share/nethack/Ran-fila.lev X-share/nethack/Ran-filb.lev X-share/nethack/Ran-goal.lev X-share/nethack/Ran-loca.lev X-share/nethack/Ran-strt.lev X-share/nethack/Rog-fila.lev X-share/nethack/Rog-filb.lev X-share/nethack/Rog-goal.lev X-share/nethack/Rog-loca.lev X-share/nethack/Rog-strt.lev X-share/nethack/Sam-fila.lev X-share/nethack/Sam-filb.lev X-share/nethack/Sam-goal.lev X-share/nethack/Sam-loca.lev X-share/nethack/Sam-strt.lev X-share/nethack/Tou-fila.lev X-share/nethack/Tou-filb.lev X-share/nethack/Tou-goal.lev X-share/nethack/Tou-loca.lev X-share/nethack/Tou-strt.lev X-share/nethack/Val-fila.lev X-share/nethack/Val-filb.lev X-share/nethack/Val-goal.lev X-share/nethack/Val-loca.lev X-share/nethack/Val-strt.lev X-share/nethack/Wiz-fila.lev X-share/nethack/Wiz-filb.lev X-share/nethack/Wiz-goal.lev X-share/nethack/Wiz-loca.lev X-share/nethack/Wiz-strt.lev X-share/nethack/air.lev X-share/nethack/asmodeus.lev X-share/nethack/astral.lev X-share/nethack/baalz.lev X-share/nethack/bigrm-1.lev X-share/nethack/bigrm-2.lev X-share/nethack/bigrm-3.lev X-share/nethack/bigrm-4.lev X-share/nethack/bigrm-5.lev X-share/nethack/castle.lev X-share/nethack/cmdhelp X-share/nethack/data X-share/nethack/dungeon X-share/nethack/earth.lev X-share/nethack/fakewiz1.lev X-share/nethack/fakewiz2.lev X-share/nethack/fire.lev X-share/nethack/help X-share/nethack/hh X-share/nethack/history X-share/nethack/juiblex.lev X-share/nethack/knox.lev X-share/nethack/license X-share/nethack/mapbg.xpm X-share/nethack/medusa-1.lev X-share/nethack/medusa-2.lev X-share/nethack/minefill.lev X-share/nethack/minend-1.lev X-share/nethack/minend-2.lev X-share/nethack/minetn-1.lev X-share/nethack/minetn-2.lev X-share/nethack/opthelp X-share/nethack/options X-share/nethack/oracle.lev X-share/nethack/oracles X-share/nethack/orcus.lev X-share/nethack/pet_mark.xbm X-share/nethack/quest.dat X-share/nethack/rumors X-share/nethack/sanctum.lev X-share/nethack/soko1-1.lev X-share/nethack/soko1-2.lev X-share/nethack/soko2-1.lev X-share/nethack/soko2-2.lev X-share/nethack/soko3-1.lev X-share/nethack/soko3-2.lev X-share/nethack/soko4-1.lev X-share/nethack/soko4-2.lev X-share/nethack/tower1.lev X-share/nethack/tower2.lev X-share/nethack/tower3.lev X-share/nethack/valley.lev X-share/nethack/water.lev X-share/nethack/wizard1.lev X-share/nethack/wizard2.lev X-share/nethack/wizard3.lev X-share/nethack/wizhelp X-share/nethack/rip.xpm X-share/nethack/x11tiles X-@mode 664 X-share/nethack/logfile X-share/nethack/record X-share/nethack/perm X-@dirrm share/nethack X-@dirrm share/doc/nethack END-of-games::nethack33-gnome.diff echo x - games::nethack33-nox11.diff sed 's/^X//' >games::nethack33-nox11.diff << 'END-of-games::nethack33-nox11.diff' Xdiff -urN /usr/ports/games/nethack33-nox11/Makefile games/nethack33-nox11/Makefile X--- /usr/ports/games/nethack33-nox11/Makefile Wed May 15 04:51:58 2002 X+++ games/nethack33-nox11/Makefile Sat May 18 00:00:00 2002 X@@ -5,29 +5,10 @@ X # $FreeBSD: ports/games/nethack33-nox11/Makefile,v 1.30 2002/05/14 19:51:58 knu Exp $ X # X X-PORTNAME= nethack X-PKGNAMESUFFIX= -nox11 X-PORTVERSION= 3.3.1 X-CATEGORIES= games X-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ X-MASTER_SITE_SUBDIR= nethack X-DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} X+MASTERDIR= ${.CURDIR}/../nethack33 X X MAINTAINER= yoshi@parodius.com X X-EXTRACT_SUFIX= tgz X-USE_GMAKE= yes X-MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X+WITH_TTY_GRAPHICS= yes X X-pre-configure: X- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X- X-post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X-.if !defined(NOPORTDOCS) X- ${MKDIR} ${PREFIX}/share/doc/nethack X- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X-.endif X- X-.include X+.include "${MASTERDIR}/Makefile" Xdiff -urN /usr/ports/games/nethack33-nox11/distinfo games/nethack33-nox11/distinfo X--- /usr/ports/games/nethack33-nox11/distinfo Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/distinfo Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 Xdiff -urN /usr/ports/games/nethack33-nox11/files/patch-aa games/nethack33-nox11/files/patch-aa X--- /usr/ports/games/nethack33-nox11/files/patch-aa Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/files/patch-aa Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X-*** include/config.h.orig Fri Jul 21 18:13:51 2000 X---- include/config.h Sat Sep 23 01:03:48 2000 X-*************** X-*** 151,161 **** X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X-! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X-! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X---- 151,161 ---- X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ X-! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X-! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X-*************** X-*** 186,192 **** X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X- # endif X- X- /* X---- 186,192 ---- X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X- # endif X- X- /* Xdiff -urN /usr/ports/games/nethack33-nox11/files/patch-ab games/nethack33-nox11/files/patch-ab X--- /usr/ports/games/nethack33-nox11/files/patch-ab Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/files/patch-ab Thu Jan 1 09:00:00 1970 X@@ -1,19 +0,0 @@ X-*** include/system.h.orig Thu Jan 6 11:20:08 2000 X---- include/system.h Sat Sep 23 01:08:09 2000 X-*************** X-*** 516,522 **** X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E long FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS X---- 516,522 ---- X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E time_t FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS Xdiff -urN /usr/ports/games/nethack33-nox11/files/patch-ac games/nethack33-nox11/files/patch-ac X--- /usr/ports/games/nethack33-nox11/files/patch-ac Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/files/patch-ac Thu Jan 1 09:00:00 1970 X@@ -1,36 +0,0 @@ X-*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 X---- include/unixconf.h Sat Sep 23 01:09:25 2000 X-*************** X-*** 47,53 **** X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! #define TERMINFO /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X---- 47,53 ---- X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! /* #define TERMINFO */ /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X-*************** X-*** 143,149 **** X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! #define MAIL /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox X---- 143,149 ---- X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! /* #define MAIL */ /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack33-nox11/files/patch-ad games/nethack33-nox11/files/patch-ad X--- /usr/ports/games/nethack33-nox11/files/patch-ad Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/files/patch-ad Thu Jan 1 09:00:00 1970 X@@ -1,61 +0,0 @@ X-*** sys/unix/Makefile.top.orig Mon Jul 3 17:42:05 2000 X---- sys/unix/Makefile.top Sat Sep 23 01:14:48 2000 X-*************** X-*** 14,31 **** X- # MAKE = make X- X- # make NetHack X-- PREFIX = /usr X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = bin X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 04755 X-! FILEPERM = 0644 X- EXEPERM = 0755 X-! DIRPERM = 0755 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X---- 14,30 ---- X- # MAKE = make X- X- # make NetHack X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = games X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 02755 X-! FILEPERM = 0664 X- EXEPERM = 0755 X-! DIRPERM = 0775 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-*************** X-*** 35,43 **** X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/games X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = X---- 34,42 ---- X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/share/$(GAME) X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/bin X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = Xdiff -urN /usr/ports/games/nethack33-nox11/files/patch-ae games/nethack33-nox11/files/patch-ae X--- /usr/ports/games/nethack33-nox11/files/patch-ae Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/files/patch-ae Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X-*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 X---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 X-*************** X-*** 34,40 **** X- X- X- GAME = nethack X-! MANDIR = /usr/man/man6 X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X---- 34,40 ---- X- X- X- GAME = nethack X-! MANDIR = ${PREFIX}/man/man X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X-*************** X-*** 51,61 **** X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt X---- 51,61 ---- X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt Xdiff -urN /usr/ports/games/nethack33-nox11/pkg-comment games/nethack33-nox11/pkg-comment X--- /usr/ports/games/nethack33-nox11/pkg-comment Sun Jun 27 02:36:57 1999 X+++ games/nethack33-nox11/pkg-comment Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-A dungeon explorin', slashin', hackin' game Xdiff -urN /usr/ports/games/nethack33-nox11/pkg-descr games/nethack33-nox11/pkg-descr X--- /usr/ports/games/nethack33-nox11/pkg-descr Thu Oct 26 20:41:43 2000 X+++ games/nethack33-nox11/pkg-descr Thu Jan 1 09:00:00 1970 X@@ -1,7 +0,0 @@ X-This is version 3.3.1 of nethack, a clasic ASCII-based adventure game. X-You and your faithful pet are on a quest to retrieve the lost Amulet X-of Yendor. X- X-WWW: http://www.nethack.org/ X- X-yoshi@parodius.com Xdiff -urN /usr/ports/games/nethack33-nox11/pkg-plist games/nethack33-nox11/pkg-plist X--- /usr/ports/games/nethack33-nox11/pkg-plist Thu Jul 26 15:26:18 2001 X+++ games/nethack33-nox11/pkg-plist Thu Jan 1 09:00:00 1970 X@@ -1,134 +0,0 @@ X-bin/nethack X-share/nethack/nethack X-@exec mkdir %D/share/nethack/save X-@exec chmod -R 775 %D/share/nethack X-@exec chmod 2755 %D/share/nethack/nethack X-@exec chown games:games %D/share/nethack/save X-@unexec rm -rf %D/share/nethack/save X-share/doc/nethack/Guidebook.txt X-share/nethack/Arc-fila.lev X-share/nethack/Arc-filb.lev X-share/nethack/Arc-goal.lev X-share/nethack/Arc-loca.lev X-share/nethack/Arc-strt.lev X-share/nethack/Bar-fila.lev X-share/nethack/Bar-filb.lev X-share/nethack/Bar-goal.lev X-share/nethack/Bar-loca.lev X-share/nethack/Bar-strt.lev X-share/nethack/Cav-fila.lev X-share/nethack/Cav-filb.lev X-share/nethack/Cav-goal.lev X-share/nethack/Cav-loca.lev X-share/nethack/Cav-strt.lev X-share/nethack/Hea-fila.lev X-share/nethack/Hea-filb.lev X-share/nethack/Hea-goal.lev X-share/nethack/Hea-loca.lev X-share/nethack/Hea-strt.lev X-share/nethack/Kni-fila.lev X-share/nethack/Kni-filb.lev X-share/nethack/Kni-goal.lev X-share/nethack/Kni-loca.lev X-share/nethack/Kni-strt.lev X-share/nethack/Mon-fila.lev X-share/nethack/Mon-filb.lev X-share/nethack/Mon-goal.lev X-share/nethack/Mon-loca.lev X-share/nethack/Mon-strt.lev X-share/nethack/Pri-fila.lev X-share/nethack/Pri-filb.lev X-share/nethack/Pri-goal.lev X-share/nethack/Pri-loca.lev X-share/nethack/Pri-strt.lev X-share/nethack/Ran-fila.lev X-share/nethack/Ran-filb.lev X-share/nethack/Ran-goal.lev X-share/nethack/Ran-loca.lev X-share/nethack/Ran-strt.lev X-share/nethack/Rog-fila.lev X-share/nethack/Rog-filb.lev X-share/nethack/Rog-goal.lev X-share/nethack/Rog-loca.lev X-share/nethack/Rog-strt.lev X-share/nethack/Sam-fila.lev X-share/nethack/Sam-filb.lev X-share/nethack/Sam-goal.lev X-share/nethack/Sam-loca.lev X-share/nethack/Sam-strt.lev X-share/nethack/Tou-fila.lev X-share/nethack/Tou-filb.lev X-share/nethack/Tou-goal.lev X-share/nethack/Tou-loca.lev X-share/nethack/Tou-strt.lev X-share/nethack/Val-fila.lev X-share/nethack/Val-filb.lev X-share/nethack/Val-goal.lev X-share/nethack/Val-loca.lev X-share/nethack/Val-strt.lev X-share/nethack/Wiz-fila.lev X-share/nethack/Wiz-filb.lev X-share/nethack/Wiz-goal.lev X-share/nethack/Wiz-loca.lev X-share/nethack/Wiz-strt.lev X-share/nethack/air.lev X-share/nethack/asmodeus.lev X-share/nethack/astral.lev X-share/nethack/baalz.lev X-share/nethack/bigrm-1.lev X-share/nethack/bigrm-2.lev X-share/nethack/bigrm-3.lev X-share/nethack/bigrm-4.lev X-share/nethack/bigrm-5.lev X-share/nethack/castle.lev X-share/nethack/cmdhelp X-share/nethack/data X-share/nethack/dungeon X-share/nethack/earth.lev X-share/nethack/fakewiz1.lev X-share/nethack/fakewiz2.lev X-share/nethack/fire.lev X-share/nethack/help X-share/nethack/hh X-share/nethack/history X-share/nethack/juiblex.lev X-share/nethack/knox.lev X-share/nethack/license X-share/nethack/medusa-1.lev X-share/nethack/medusa-2.lev X-share/nethack/minefill.lev X-share/nethack/minend-1.lev X-share/nethack/minend-2.lev X-share/nethack/minetn-1.lev X-share/nethack/minetn-2.lev X-share/nethack/opthelp X-share/nethack/options X-share/nethack/oracle.lev X-share/nethack/oracles X-share/nethack/orcus.lev X-share/nethack/quest.dat X-share/nethack/rumors X-share/nethack/sanctum.lev X-share/nethack/soko1-1.lev X-share/nethack/soko1-2.lev X-share/nethack/soko2-1.lev X-share/nethack/soko2-2.lev X-share/nethack/soko3-1.lev X-share/nethack/soko3-2.lev X-share/nethack/soko4-1.lev X-share/nethack/soko4-2.lev X-share/nethack/tower1.lev X-share/nethack/tower2.lev X-share/nethack/tower3.lev X-share/nethack/valley.lev X-share/nethack/water.lev X-share/nethack/wizard1.lev X-share/nethack/wizard2.lev X-share/nethack/wizard3.lev X-share/nethack/wizhelp X-@mode 664 X-share/nethack/logfile X-share/nethack/record X-share/nethack/perm X-@dirrm share/nethack X-@dirrm share/doc/nethack END-of-games::nethack33-nox11.diff echo x - games::nethack33-qt.diff sed 's/^X//' >games::nethack33-qt.diff << 'END-of-games::nethack33-qt.diff' Xdiff -urN /usr/ports/games/nethack33-qt/Makefile games/nethack33-qt/Makefile X--- /usr/ports/games/nethack33-qt/Makefile Mon Dec 31 02:48:46 2001 X+++ games/nethack33-qt/Makefile Sat May 18 00:00:00 2002 X@@ -5,43 +5,10 @@ X # $FreeBSD: ports/games/nethack33-qt/Makefile,v 1.35 2001/12/30 17:48:46 dirk Exp $ X # X X-PORTNAME= nethack X-PKGNAMESUFFIX= -qt X-PORTVERSION= 3.3.1 X-CATEGORIES= games X-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ X-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} X-EXTRACT_SUFX= .tgz X+MASTERDIR= ${.CURDIR}/../nethack33 X X MAINTAINER= ports@FreeBSD.org X X-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X-USE_QT_VER= 2 X-USE_GMAKE= yes X-MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \ X- QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" X-MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X+WITH_QT_GRAPHICS= yes X X-pre-everything:: X- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X- @${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" X- @${ECHO} "!! But nethack-qt might read your prior nethack scores !!" X- @${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" X- @${ECHO} "!! important for you !!" X- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X- X-post-patch: X- @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h X- X-pre-configure: X- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X- X-post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages X-.if !defined(NOPORTDOCS) X- @${MKDIR} ${DOCSDIR} X- ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} X-.endif X- X-.include X+.include "${MASTERDIR}/Makefile" Xdiff -urN /usr/ports/games/nethack33-qt/distinfo games/nethack33-qt/distinfo X--- /usr/ports/games/nethack33-qt/distinfo Tue Sep 4 04:00:32 2001 X+++ games/nethack33-qt/distinfo Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 Xdiff -urN /usr/ports/games/nethack33-qt/files/patch-include:config.h games/nethack33-qt/files/patch-include:config.h X--- /usr/ports/games/nethack33-qt/files/patch-include:config.h Tue Sep 4 04:00:33 2001 X+++ games/nethack33-qt/files/patch-include:config.h Thu Jan 1 09:00:00 1970 X@@ -1,36 +0,0 @@ X---- include/config.h.orig Sat Jul 22 10:13:51 2000 X-+++ include/config.h Sat Aug 11 10:09:12 2001 X-@@ -44,7 +44,7 @@ X- */ X- #define TTY_GRAPHICS /* good old tty based graphics */ X- /* #define X11_GRAPHICS */ /* X11 interface */ X--/* #define QT_GRAPHICS */ /* Qt interface */ X-+#define QT_GRAPHICS /* Qt interface */ X- /* #define GNOME_GRAPHICS */ /* Gnome interface */ X- X- /* X-@@ -151,11 +151,11 @@ X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X--#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X--#define COMPRESS_EXTENSION ".Z" /* compress's extension */ X-+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ X-+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X- /* An example of one alternative you might want to use: */ X--/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X--/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X-+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X-+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X-@@ -186,7 +186,7 @@ X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X--# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X-+# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ X- # endif X- X- /* Xdiff -urN /usr/ports/games/nethack33-qt/files/patch-include:unixconf.h games/nethack33-qt/files/patch-include:unixconf.h X--- /usr/ports/games/nethack33-qt/files/patch-include:unixconf.h Tue Sep 4 04:00:33 2001 X+++ games/nethack33-qt/files/patch-include:unixconf.h Thu Jan 1 09:00:00 1970 X@@ -1,20 +0,0 @@ X---- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 X-+++ include/unixconf.h Fri Oct 13 10:06:57 2000 X-@@ -47,7 +47,7 @@ X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X--#define TERMINFO /* uses terminfo rather than termcap */ X-+/* #define TERMINFO */ /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X-@@ -143,7 +143,7 @@ X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X--#define MAIL /* Deliver mail during the game */ X-+/* #define MAIL /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack33-qt/files/patch-sys:unix:Makefile.doc games/nethack33-qt/files/patch-sys:unix:Makefile.doc X--- /usr/ports/games/nethack33-qt/files/patch-sys:unix:Makefile.doc Tue Sep 4 04:00:33 2001 X+++ games/nethack33-qt/files/patch-sys:unix:Makefile.doc Thu Jan 1 09:00:00 1970 X@@ -1,41 +0,0 @@ X---- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 X-+++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 X-@@ -34,15 +34,15 @@ X- X- X- GAME = nethack X--MANDIR = /usr/man/man6 X-+MANDIR = ${PREFIX}/man/man X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X--GAMEMANCREATE = cp nethack.6 X--LEVMANCREATE = cp lev_comp.6 X--DGNMANCREATE = cp dgn_comp.6 X--RCVRMANCREATE = cp recover.6 X--DLBMANCREATE = cp dlb.6 X-+GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 X-+LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 X-+DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 X-+RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 X-+DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 X- # manual installation for most SYSV-style systems X- # GAMEMANCREATE = nroff -man nethack.6 > X- # LEVMANCREATE = nroff -man lev_comp.6 > X-@@ -51,11 +51,11 @@ X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X-- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X-- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X-- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X-- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X-+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X-+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X-+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X-+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X-+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt Xdiff -urN /usr/ports/games/nethack33-qt/files/patch-sys:unix:Makefile.src games/nethack33-qt/files/patch-sys:unix:Makefile.src X--- /usr/ports/games/nethack33-qt/files/patch-sys:unix:Makefile.src Tue Sep 4 04:00:33 2001 X+++ games/nethack33-qt/files/patch-sys:unix:Makefile.src Thu Jan 1 09:00:00 1970 X@@ -1,62 +0,0 @@ X---- sys/unix/Makefile.src.orig Sat Aug 5 19:52:57 2000 X-+++ sys/unix/Makefile.src Sat Aug 11 09:53:08 2001 X-@@ -144,14 +144,14 @@ X- # flags for debugging: X- # CFLAGS = -g -I../include X- X--CFLAGS = -O -I../include X-+CFLAGS += -I../include X- LFLAGS = X- X- # The Qt and Be window systems are written in C++, while the rest of X- # NetHack is standard C. If using Qt, uncomment the LD line here to get X- # the C++ libraries linked in. X--CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include X--CXX=g++ X-+CXXFLAGS += -I. -I../include ${QTCPPFLAGS} X-+#CXX=g++ X- #LD=g++ X- X- # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired X-@@ -203,8 +203,8 @@ X- X- # X- # X--WINSRC = $(WINTTYSRC) X--WINOBJ = $(WINTTYOBJ) X-+WINSRC = $(WINTTYSRC) $(WINQTSRC) X-+WINOBJ = $(WINTTYOBJ) $(WINQTOBJ) X- X- # on some systems the termcap library is in -ltermcap or -lcurses X- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X-@@ -230,7 +230,7 @@ X- # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 X- # X- # libraries for Qt X--WINQTLIB = -L$(QTDIR)/lib -lqt X-+WINQTLIB = ${QTCFGLIBS} ${LIBQT} X- # X- # libraries for KDE (with Qt) X- WINKDELIB = -lkdecore -lkdeui -lXext X-@@ -244,7 +244,7 @@ X- # libraries for BeOS X- WINBELIB = -lbe X- X--WINLIB = $(WINTTYLIB) X-+WINLIB = $(WINTTYLIB) $(WINQTLIB) X- X- # any other strange libraries your system needs (for Sysunix only -- the more X- # specialized targets should already be right) X-@@ -445,10 +445,10 @@ X- X- # Qt windowport meta-object-compiler output X- qt_kde0.moc: ../include/qt_kde0.h X-- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc X-+ ${MOC} ../include/qt_kde0.h > qt_kde0.moc X- X- qt_win.moc: ../include/qt_win.h X-- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc X-+ ${MOC} ../include/qt_win.h > qt_win.moc X- X- $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ X- ../include/objclass.h ../include/monsym.h \ Xdiff -urN /usr/ports/games/nethack33-qt/files/patch-sys:unix:Makefile.top games/nethack33-qt/files/patch-sys:unix:Makefile.top X--- /usr/ports/games/nethack33-qt/files/patch-sys:unix:Makefile.top Tue Sep 4 04:00:33 2001 X+++ games/nethack33-qt/files/patch-sys:unix:Makefile.top Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X---- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 X-+++ sys/unix/Makefile.top Sat Aug 11 11:21:15 2001 X-@@ -14,18 +14,17 @@ X- # MAKE = make X- X- # make NetHack X--PREFIX = /usr X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X--GAMEGRP = bin X-+GAMEGRP = games X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X--GAMEPERM = 04755 X--FILEPERM = 0644 X-+GAMEPERM = 02755 X-+FILEPERM = 0664 X- EXEPERM = 0755 X--DIRPERM = 0755 X-+DIRPERM = 0775 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-@@ -35,14 +34,14 @@ X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X--GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X-+GAMEDIR = $(PREFIX)/lib/$(GAME) X- VARDIR = $(GAMEDIR) X--SHELLDIR = $(PREFIX)/games X-+SHELLDIR = $(PREFIX)/bin X- X- # per discussion in Install.X11 and Install.Qt X--VARDATND = X-+# VARDATND = X- # VARDATND = x11tiles pet_mark.xbm X--# VARDATND = x11tiles pet_mark.xbm rip.xpm X-+VARDATND = x11tiles pet_mark.xbm rip.xpm X- # for Atari/Gem X- # VARDATND = nh16.img title.img GEM_RSC.RSC X- # for BeOS Xdiff -urN /usr/ports/games/nethack33-qt/pkg-comment games/nethack33-qt/pkg-comment X--- /usr/ports/games/nethack33-qt/pkg-comment Tue Jul 21 02:37:14 1998 X+++ games/nethack33-qt/pkg-comment Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-A dungeon explorin', slashin', hackin' game with graphic and sound Xdiff -urN /usr/ports/games/nethack33-qt/pkg-descr games/nethack33-qt/pkg-descr X--- /usr/ports/games/nethack33-qt/pkg-descr Tue Sep 4 04:00:32 2001 X+++ games/nethack33-qt/pkg-descr Thu Jan 1 09:00:00 1970 X@@ -1,22 +0,0 @@ X-NetHack is a Free graphical one-player roleplaying game with a X-highly modular window system interface supporting TTY, VGA, Mac, X-Amiga, and other displays. Qt is a graphical user interface toolkit. X-So, "NetHack with Qt interface" is a version of NetHack which has X-a user interface module written using the Qt toolkit. X- X-The Qt interface has these extra features: X- X-o Tiles (graphics) in the inventory and other item-menu windows. X-o The player cursor changes colour as your relative hit-points drop. X-o The message window greys-out older message. X-o The item menus allow a count (click to left of icon - hidden feature). X-o Icons for the major attributes and player states. X-o Menus (only needed by newbie dungeon fodder). X-o Variable size fonts and tiles. X-o More space for the map as messages and status are side-by-side. X-o You rarely need to put the mouse in a pop-up to interact with it. X-o Macros - hidden feature - F1=multi-rest F2=multi-search F3=try-it X-o It is much easier to code, so new feature-requests are more easily done. X-o Sound support. X- X-WWW: http://trolls.troll.no/warwick/nethack/ Xdiff -urN /usr/ports/games/nethack33-qt/pkg-plist games/nethack33-qt/pkg-plist X--- /usr/ports/games/nethack33-qt/pkg-plist Tue Sep 4 04:00:32 2001 X+++ games/nethack33-qt/pkg-plist Thu Jan 1 09:00:00 1970 X@@ -1,137 +0,0 @@ X-bin/nethack X-%%PORTDOCS%%share/doc/nethack/Guidebook.txt X-lib/nethack/nethack X-@exec mkdir %D/lib/nethack/save X-@exec chmod -R 775 %D/lib/nethack X-@exec chmod 2755 %D/lib/nethack/nethack X-@exec chown games:games %D/lib/nethack/save X-@unexec rm -rf %D/lib/nethack/save X-lib/nethack/Arc-fila.lev X-lib/nethack/Arc-filb.lev X-lib/nethack/Arc-goal.lev X-lib/nethack/Arc-loca.lev X-lib/nethack/Arc-strt.lev X-lib/nethack/Bar-fila.lev X-lib/nethack/Bar-filb.lev X-lib/nethack/Bar-goal.lev X-lib/nethack/Bar-loca.lev X-lib/nethack/Bar-strt.lev X-lib/nethack/Cav-fila.lev X-lib/nethack/Cav-filb.lev X-lib/nethack/Cav-goal.lev X-lib/nethack/Cav-loca.lev X-lib/nethack/Cav-strt.lev X-lib/nethack/Hea-fila.lev X-lib/nethack/Hea-filb.lev X-lib/nethack/Hea-goal.lev X-lib/nethack/Hea-loca.lev X-lib/nethack/Hea-strt.lev X-lib/nethack/Kni-fila.lev X-lib/nethack/Kni-filb.lev X-lib/nethack/Kni-goal.lev X-lib/nethack/Kni-loca.lev X-lib/nethack/Kni-strt.lev X-lib/nethack/Mon-fila.lev X-lib/nethack/Mon-filb.lev X-lib/nethack/Mon-goal.lev X-lib/nethack/Mon-loca.lev X-lib/nethack/Mon-strt.lev X-lib/nethack/Pri-fila.lev X-lib/nethack/Pri-filb.lev X-lib/nethack/Pri-goal.lev X-lib/nethack/Pri-loca.lev X-lib/nethack/Pri-strt.lev X-lib/nethack/Ran-fila.lev X-lib/nethack/Ran-filb.lev X-lib/nethack/Ran-goal.lev X-lib/nethack/Ran-loca.lev X-lib/nethack/Ran-strt.lev X-lib/nethack/Rog-fila.lev X-lib/nethack/Rog-filb.lev X-lib/nethack/Rog-goal.lev X-lib/nethack/Rog-loca.lev X-lib/nethack/Rog-strt.lev X-lib/nethack/Sam-fila.lev X-lib/nethack/Sam-filb.lev X-lib/nethack/Sam-goal.lev X-lib/nethack/Sam-loca.lev X-lib/nethack/Sam-strt.lev X-lib/nethack/Tou-fila.lev X-lib/nethack/Tou-filb.lev X-lib/nethack/Tou-goal.lev X-lib/nethack/Tou-loca.lev X-lib/nethack/Tou-strt.lev X-lib/nethack/Val-fila.lev X-lib/nethack/Val-filb.lev X-lib/nethack/Val-goal.lev X-lib/nethack/Val-loca.lev X-lib/nethack/Val-strt.lev X-lib/nethack/Wiz-fila.lev X-lib/nethack/Wiz-filb.lev X-lib/nethack/Wiz-goal.lev X-lib/nethack/Wiz-loca.lev X-lib/nethack/Wiz-strt.lev X-lib/nethack/air.lev X-lib/nethack/asmodeus.lev X-lib/nethack/astral.lev X-lib/nethack/baalz.lev X-lib/nethack/bigrm-1.lev X-lib/nethack/bigrm-2.lev X-lib/nethack/bigrm-3.lev X-lib/nethack/bigrm-4.lev X-lib/nethack/bigrm-5.lev X-lib/nethack/castle.lev X-lib/nethack/cmdhelp X-lib/nethack/data X-lib/nethack/dungeon X-lib/nethack/earth.lev X-lib/nethack/fakewiz1.lev X-lib/nethack/fakewiz2.lev X-lib/nethack/fire.lev X-lib/nethack/help X-lib/nethack/hh X-lib/nethack/history X-lib/nethack/juiblex.lev X-lib/nethack/knox.lev X-lib/nethack/license X-lib/nethack/medusa-1.lev X-lib/nethack/medusa-2.lev X-lib/nethack/minefill.lev X-lib/nethack/minend-1.lev X-lib/nethack/minend-2.lev X-lib/nethack/minetn-1.lev X-lib/nethack/minetn-2.lev X-lib/nethack/opthelp X-lib/nethack/options X-lib/nethack/oracle.lev X-lib/nethack/oracles X-lib/nethack/orcus.lev X-lib/nethack/pet_mark.xbm X-lib/nethack/quest.dat X-lib/nethack/rip.xpm X-lib/nethack/rumors X-lib/nethack/sanctum.lev X-lib/nethack/soko1-1.lev X-lib/nethack/soko1-2.lev X-lib/nethack/soko2-1.lev X-lib/nethack/soko2-2.lev X-lib/nethack/soko3-1.lev X-lib/nethack/soko3-2.lev X-lib/nethack/soko4-1.lev X-lib/nethack/soko4-2.lev X-lib/nethack/tower1.lev X-lib/nethack/tower2.lev X-lib/nethack/tower3.lev X-lib/nethack/valley.lev X-lib/nethack/water.lev X-lib/nethack/wizard1.lev X-lib/nethack/wizard2.lev X-lib/nethack/wizard3.lev X-lib/nethack/wizhelp X-lib/nethack/x11tiles X-@mode 664 X-lib/nethack/logfile X-lib/nethack/record X-lib/nethack/perm X-@dirrm lib/nethack X-%%PORTDOCS%%@dirrm share/doc/nethack END-of-games::nethack33-qt.diff echo x - games::nethack33.diff sed 's/^X//' >games::nethack33.diff << 'END-of-games::nethack33.diff' Xdiff -urN /usr/ports/games/nethack33/Makefile games/nethack33/Makefile X--- /usr/ports/games/nethack33/Makefile Fri Jan 5 05:15:12 2001 X+++ games/nethack33/Makefile Sat May 18 06:00:00 2002 X@@ -7,28 +7,73 @@ X X PORTNAME= nethack X PORTVERSION= 3.3.1 X-CATEGORIES= games X+PORTREVISION= 1 X+CATEGORIES?= games X MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ X-MASTER_SITE_SUBDIR= nethack X DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} X EXTRACT_SUFX= .tgz X X-MAINTAINER= dscheidt@enteract.com X+MAINTAINER?= dscheidt@enteract.com X X WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X-USE_XPM= yes X+ X USE_GMAKE= yes X+MAKE_ENV= CXX="${CXX}" GRAPHICS="${GRAPHICS}" X+ X MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X X+.if defined(WITH_GNOME_GRAPHICS) X+CATEGORIES= games gnome X+PKGNAMESUFFIX= -gnome X+LIB_DEPENDS+= gnugetopt:${PORTSDIR}/devel/libgnugetopt X+USE_GNOME= yes X+GRAPHICS= GNOME_GRAPHICS X+.elif defined(WITH_QT_GRAPHICS) X+PKGNAMESUFFIX= -qt X+USE_QT_VER= 2 X+MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \ X+ MOC="${MOC}" LIBQT="-l${QTNAME}" X+GRAPHICS= QT_GRAPHICS X+.elif defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) X+PKGNAMESUFFIX= -nox11 X+.else X+USE_XPM= yes X+GRAPHICS= X11_GRAPHICS X+.endif X+ X+pre-everything:: X+.if defined(WITH_GNOME_GRAPHICS) || defined(WITH_QT_GRAPHICS) \ X+ || defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+ @${ECHO_MSG} " You cannot install nethack and ${PKGBASE} in parallel " X+ @${ECHO_MSG} " But ${PKGBASE} read your prior nethack scores " X+ @${ECHO_MSG} " Don't forget to backup your nethack libdir if it's " X+ @${ECHO_MSG} " important for you " X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+.else X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+ @${ECHO_MSG} " You may use the following build options: " X+ @${ECHO_MSG} " WITH_GNOME_GRAPHICS=yes build with GNOME GUI " X+ @${ECHO_MSG} " WITH_QT_GRAPHICS=yes build with Qt GUI " X+ @${ECHO_MSG} " WITH_TTY_GRAPHICS=yes build with no GUI " X+ @${ECHO_MSG} " WITHOUT_X11=yes same as above " X+ @${ECHO_MSG} " " X+ @${ECHO_MSG} " By default, nethack port is built with X11 GUI. " X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+.endif X+ X+post-patch: X+ @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h X+ @${PERL} -pi -e 's|||g' ${WRKSRC}/win/Qt/qt_win.cpp X+ X pre-configure: X @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X X post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X+ @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages X .if !defined(NOPORTDOCS) X- ${MKDIR} ${PREFIX}/share/doc/nethack X- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X+ @${MKDIR} ${DOCSDIR} X+ ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} X .endif X X .include Xdiff -urN /usr/ports/games/nethack33/files/patch-aa games/nethack33/files/patch-aa X--- /usr/ports/games/nethack33/files/patch-aa Thu Dec 21 13:14:17 2000 X+++ games/nethack33/files/patch-aa Sat May 18 06:00:00 2002 X@@ -1,14 +1,5 @@ X---- ./include/config.h.orig Sat Jul 22 11:13:51 2000 X-+++ ./include/config.h Fri Oct 13 09:31:24 2000 X-@@ -43,7 +43,7 @@ X- * Some combinations make no sense. See the installation document. X- */ X- #define TTY_GRAPHICS /* good old tty based graphics */ X--/* #define X11_GRAPHICS */ /* X11 interface */ X-+#define X11_GRAPHICS /* X11 interface */ X- /* #define QT_GRAPHICS */ /* Qt interface */ X- /* #define GNOME_GRAPHICS */ /* Gnome interface */ X- X+--- include/config.h.orig Sat Jul 22 10:13:51 2000 X++++ include/config.h Sat May 18 06:27:54 2002 X @@ -110,7 +110,7 @@ X * would allow: X * xpmtoppm x11tiles_big.xpm X@@ -39,7 +30,7 @@ X */ X # ifndef HACKDIR X -# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X-+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X++# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ X # endif X X /* Xdiff -urN /usr/ports/games/nethack33/files/patch-ac games/nethack33/files/patch-ac X--- /usr/ports/games/nethack33/files/patch-ac Thu Dec 21 13:14:17 2000 X+++ games/nethack33/files/patch-ac Sat May 18 06:00:00 2002 X@@ -1,5 +1,5 @@ X---- ./include/unixconf.h.orig Mon Jul 17 11:03:51 2000 X-+++ ./include/unixconf.h Fri Oct 13 10:06:57 2000 X+--- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 X++++ include/unixconf.h Fri Oct 13 10:06:57 2000 X @@ -47,7 +47,7 @@ X * job control (note that AIX is SYSV otherwise) X * Also define this for AIX 3.2 */ X@@ -14,7 +14,7 @@ X */ X X -#define MAIL /* Deliver mail during the game */ X-+/* #define MAIL /* Deliver mail during the game */ X++/* #define MAIL */ /* Deliver mail during the game */ X X /* The Andrew Message System does mail a little differently from normal X * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack33/files/patch-ad games/nethack33/files/patch-ad X--- /usr/ports/games/nethack33/files/patch-ad Thu Dec 21 13:14:17 2000 X+++ games/nethack33/files/patch-ad Sat May 18 06:00:00 2002 X@@ -1,51 +1,114 @@ X---- ./sys/unix/Makefile.src.orig Sat Aug 5 20:52:57 2000 X-+++ ./sys/unix/Makefile.src Fri Oct 13 10:10:21 2000 X-@@ -144,8 +144,8 @@ X+--- sys/unix/Makefile.src.orig Sat Aug 5 19:52:57 2000 X++++ sys/unix/Makefile.src Sat May 18 01:19:31 2002 X+@@ -139,19 +139,28 @@ X+ # directories. The ones given below is the usual spot for linux systems. X+ # The paths are for glibconfig.h and gnomesupport.h respectively. X+ # X+-GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome X++GNOMEINC= $(shell ${GNOME_CONFIG} --cflags gnomeui) X+ X # flags for debugging: X # CFLAGS = -g -I../include X++CFLAGS += -I../include X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++CFLAGS += -DX11_GRAPHICS -I${X11BASE}/include X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++CFLAGS += -DQT_GRAPHICS X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++CFLAGS += -DGNOME_GRAPHICS X++endif X X -CFLAGS = -O -I../include X--LFLAGS = X-+CFLAGS += -O -I../include -I${X11BASE}/include X-+LFLAGS = -L${X11BASE}/lib X+ LFLAGS = X X # The Qt and Be window systems are written in C++, while the rest of X # NetHack is standard C. If using Qt, uncomment the LD line here to get X-@@ -203,8 +203,8 @@ X+ # the C++ libraries linked in. X+-CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include X+-CXX=g++ X++CXXFLAGS += -I. -I../include ${QTCPPFLAGS} X++#CXX=g++ X+ #LD=g++ X X+ # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired X+@@ -204,7 +213,26 @@ X # X # X--WINSRC = $(WINTTYSRC) X--WINOBJ = $(WINTTYOBJ) X-+WINSRC = $(WINTTYSRC) $(WINX11SRC) X-+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) X+ WINSRC = $(WINTTYSRC) X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++WINSRC += $(WINX11SRC) X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++WINSRC += $(WINQTSRC) X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++WINSRC += $(WINGNOMESRC) X++endif X++ X+ WINOBJ = $(WINTTYOBJ) X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++WINOBJ += $(WINX11OBJ) X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++WINOBJ += $(WINQTOBJ) X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++WINOBJ += $(WINGNOMEOBJ) X++endif X X # on some systems the termcap library is in -ltermcap or -lcurses X # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X-@@ -224,7 +224,7 @@ X+@@ -224,19 +252,19 @@ X # X # libraries for X11 X # If USE_XPM is defined in config.h, you will also need -lXpm here. X -WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 X-+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm X++WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -L${X11BASE}/lib X # WINX11LIB = -lXaw -lXmu -lXt -lX11 X # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm X # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 X-@@ -244,7 +244,7 @@ X- # libraries for BeOS X+ # X+ # libraries for Qt X+-WINQTLIB = -L$(QTDIR)/lib -lqt X++WINQTLIB = ${QTCFGLIBS} ${LIBQT} X+ # X+ # libraries for KDE (with Qt) X+ WINKDELIB = -lkdecore -lkdeui -lXext X+ # X+ # libraries for Gnome X+-WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt X++WINGNOMELIB = $(shell ${GNOME_CONFIG} --libs gnomeui) -lgnugetopt X+ # X+ # libraries for Gem port X+ WINGEMLIB = -le_gem -lgem X+@@ -245,6 +273,15 @@ X WINBELIB = -lbe X X--WINLIB = $(WINTTYLIB) X-+WINLIB = $(WINTTYLIB) $(WINX11LIB) X+ WINLIB = $(WINTTYLIB) X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++WINLIB += $(WINX11LIB) X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++WINLIB += $(WINQTLIB) X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++WINLIB += $(WINGNOMELIB) X++endif X X # any other strange libraries your system needs (for Sysunix only -- the more X # specialized targets should already be right) X-@@ -271,7 +271,7 @@ X- # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup X- # LIBS = -lsun X- # X--LIBS = X-+LIBS = -lSM -lICE X+@@ -445,10 +482,10 @@ X+ X+ # Qt windowport meta-object-compiler output X+ qt_kde0.moc: ../include/qt_kde0.h X+- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc X++ ${MOC} ../include/qt_kde0.h > qt_kde0.moc X+ X+ qt_win.moc: ../include/qt_win.h X+- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc X++ ${MOC} ../include/qt_win.h > qt_win.moc X X- # make NetHack X- GAME = nethack X+ $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ X+ ../include/objclass.h ../include/monsym.h \ Xdiff -urN /usr/ports/games/nethack33/files/patch-ae games/nethack33/files/patch-ae X--- /usr/ports/games/nethack33/files/patch-ae Thu Dec 21 13:14:17 2000 X+++ games/nethack33/files/patch-ae Sat May 18 06:00:00 2002 X@@ -1,5 +1,5 @@ X---- ./sys/unix/Makefile.top.orig Tue Jul 4 10:42:05 2000 X-+++ ./sys/unix/Makefile.top Fri Oct 13 10:13:50 2000 X+--- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 X++++ sys/unix/Makefile.top Tue Oct 9 22:21:45 2001 X @@ -14,18 +14,17 @@ X # MAKE = make X X@@ -23,15 +23,28 @@ X X # GAMEDIR also appears in config.h as "HACKDIR". X # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-@@ -35,9 +34,9 @@ X+@@ -35,12 +34,12 @@ X # therefore there should not be anything in GAMEDIR that you want to keep X # (if there is, you'll have to do the installation by hand or modify the X # instructions) X -GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X-+GAMEDIR = $(PREFIX)/share/$(GAME) X++GAMEDIR = $(PREFIX)/lib/$(GAME) X VARDIR = $(GAMEDIR) X -SHELLDIR = $(PREFIX)/games X +SHELLDIR = $(PREFIX)/bin X X # per discussion in Install.X11 and Install.Qt X- VARDATND = X+-VARDATND = X++# VARDATND = X+ # VARDATND = x11tiles pet_mark.xbm X+ # VARDATND = x11tiles pet_mark.xbm rip.xpm X+ # for Atari/Gem X+@@ -48,7 +47,7 @@ X+ # for BeOS X+ # VARDATND = beostiles X+ # for Gnome X+-# VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X++VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X+ X+ VARDATD = data oracles options quest.dat rumors X+ VARDAT = $(VARDATD) $(VARDATND) Xdiff -urN /usr/ports/games/nethack33/files/patch-af games/nethack33/files/patch-af X--- /usr/ports/games/nethack33/files/patch-af Mon Jan 24 14:40:44 2000 X+++ games/nethack33/files/patch-af Sat May 18 06:00:00 2002 X@@ -1,6 +1,6 @@ X---- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 X-+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 X-@@ -31,7 +31,7 @@ X+--- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 X++++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 X+@@ -34,15 +34,15 @@ X X X GAME = nethack X@@ -9,7 +9,20 @@ X MANEXT = 6 X X # manual installation for most BSD-style systems X-@@ -48,11 +48,11 @@ X+-GAMEMANCREATE = cp nethack.6 X+-LEVMANCREATE = cp lev_comp.6 X+-DGNMANCREATE = cp dgn_comp.6 X+-RCVRMANCREATE = cp recover.6 X+-DLBMANCREATE = cp dlb.6 X++GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 X++LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 X++DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 X++RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 X++DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 X+ # manual installation for most SYSV-style systems X+ # GAMEMANCREATE = nroff -man nethack.6 > X+ # LEVMANCREATE = nroff -man lev_comp.6 > X+@@ -51,11 +51,11 @@ X # DLBMANCREATE = nroff -man dlb.6 > X X manpages: Xdiff -urN /usr/ports/games/nethack33/files/patch-ag games/nethack33/files/patch-ag X--- /usr/ports/games/nethack33/files/patch-ag Thu Jan 1 09:00:00 1970 X+++ games/nethack33/files/patch-ag Sat May 18 06:00:00 2002 X@@ -0,0 +1,21 @@ X+--- sys/unix/Makefile.utl.orig Mon Apr 17 22:36:44 2000 X++++ sys/unix/Makefile.utl Wed Oct 10 19:48:36 2001 X+@@ -89,7 +89,17 @@ X+ # flags for debugging: X+ # CFLAGS = -g -I../include X+ X+-CFLAGS = -O -I../include X++CFLAGS += -I../include X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++CFLAGS += -DX11_GRAPHICS X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++CFLAGS += -DQT_GRAPHICS X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++CFLAGS += -DGNOME_GRAPHICS X++endif X++ X+ LFLAGS = X+ X+ LIBS = Xdiff -urN /usr/ports/games/nethack33/files/patch-ah games/nethack33/files/patch-ah X--- /usr/ports/games/nethack33/files/patch-ah Thu Jan 1 09:00:00 1970 X+++ games/nethack33/files/patch-ah Sat May 18 06:00:00 2002 X@@ -0,0 +1,10 @@ X+--- win/gnome/gnmain.c.orig Sat Aug 5 19:53:33 2000 X++++ win/gnome/gnmain.c Sat May 18 03:12:16 2002 X+@@ -672,6 +672,7 @@ X+ euid = geteuid(); X+ if (uid != euid) X+ setuid(uid); X++ setregid(getegid(), -1); X+ gnome_init ("nethack", VERSION_STRING, argc, argv); X+ parse_args (argc, argv); X+ Xdiff -urN /usr/ports/games/nethack33/pkg-descr games/nethack33/pkg-descr X--- /usr/ports/games/nethack33/pkg-descr Thu Jan 4 22:15:35 2001 X+++ games/nethack33/pkg-descr Sat May 18 06:00:00 2002 X@@ -1,6 +1,6 @@ X-This is version 3.3.1 of nethack, a clasic hack'n'slash adventure game. X-You and your faithful feline (or commited canine) are on a quest to retrieve X-the lost Amulet of Yendor. Good luck! X+This is nethack, a classic hack'n'slash adventure game. X+You and your faithful feline (or commited canine) are on a quest X+to retrieve the lost Amulet of Yendor. Good luck! X X WWW: http://www.nethack.org/ X Xdiff -urN /usr/ports/games/nethack33/pkg-plist games/nethack33/pkg-plist X--- /usr/ports/games/nethack33/pkg-plist Thu Jul 26 15:26:18 2001 X+++ games/nethack33/pkg-plist Sat May 18 06:00:00 2002 X@@ -1,134 +1,139 @@ X bin/nethack X-share/nethack/nethack X-@exec mkdir %D/share/nethack/save X-@exec chmod -R 775 %D/share/nethack X-@exec chmod 2755 %D/share/nethack/nethack X-@exec chown games:games %D/share/nethack/save X-@unexec rm -rf %D/share/nethack/save X-share/doc/nethack/Guidebook.txt X-share/nethack/Arc-fila.lev X-share/nethack/Arc-filb.lev X-share/nethack/Arc-goal.lev X-share/nethack/Arc-loca.lev X-share/nethack/Arc-strt.lev X-share/nethack/Bar-fila.lev X-share/nethack/Bar-filb.lev X-share/nethack/Bar-goal.lev X-share/nethack/Bar-loca.lev X-share/nethack/Bar-strt.lev X-share/nethack/Cav-fila.lev X-share/nethack/Cav-filb.lev X-share/nethack/Cav-goal.lev X-share/nethack/Cav-loca.lev X-share/nethack/Cav-strt.lev X-share/nethack/Hea-fila.lev X-share/nethack/Hea-filb.lev X-share/nethack/Hea-goal.lev X-share/nethack/Hea-loca.lev X-share/nethack/Hea-strt.lev X-share/nethack/Kni-fila.lev X-share/nethack/Kni-filb.lev X-share/nethack/Kni-goal.lev X-share/nethack/Kni-loca.lev X-share/nethack/Kni-strt.lev X-share/nethack/Mon-fila.lev X-share/nethack/Mon-filb.lev X-share/nethack/Mon-goal.lev X-share/nethack/Mon-loca.lev X-share/nethack/Mon-strt.lev X-share/nethack/Pri-fila.lev X-share/nethack/Pri-filb.lev X-share/nethack/Pri-goal.lev X-share/nethack/Pri-loca.lev X-share/nethack/Pri-strt.lev X-share/nethack/Ran-fila.lev X-share/nethack/Ran-filb.lev X-share/nethack/Ran-goal.lev X-share/nethack/Ran-loca.lev X-share/nethack/Ran-strt.lev X-share/nethack/Rog-fila.lev X-share/nethack/Rog-filb.lev X-share/nethack/Rog-goal.lev X-share/nethack/Rog-loca.lev X-share/nethack/Rog-strt.lev X-share/nethack/Sam-fila.lev X-share/nethack/Sam-filb.lev X-share/nethack/Sam-goal.lev X-share/nethack/Sam-loca.lev X-share/nethack/Sam-strt.lev X-share/nethack/Tou-fila.lev X-share/nethack/Tou-filb.lev X-share/nethack/Tou-goal.lev X-share/nethack/Tou-loca.lev X-share/nethack/Tou-strt.lev X-share/nethack/Val-fila.lev X-share/nethack/Val-filb.lev X-share/nethack/Val-goal.lev X-share/nethack/Val-loca.lev X-share/nethack/Val-strt.lev X-share/nethack/Wiz-fila.lev X-share/nethack/Wiz-filb.lev X-share/nethack/Wiz-goal.lev X-share/nethack/Wiz-loca.lev X-share/nethack/Wiz-strt.lev X-share/nethack/air.lev X-share/nethack/asmodeus.lev X-share/nethack/astral.lev X-share/nethack/baalz.lev X-share/nethack/bigrm-1.lev X-share/nethack/bigrm-2.lev X-share/nethack/bigrm-3.lev X-share/nethack/bigrm-4.lev X-share/nethack/bigrm-5.lev X-share/nethack/castle.lev X-share/nethack/cmdhelp X-share/nethack/data X-share/nethack/dungeon X-share/nethack/earth.lev X-share/nethack/fakewiz1.lev X-share/nethack/fakewiz2.lev X-share/nethack/fire.lev X-share/nethack/help X-share/nethack/hh X-share/nethack/history X-share/nethack/juiblex.lev X-share/nethack/knox.lev X-share/nethack/license X-share/nethack/medusa-1.lev X-share/nethack/medusa-2.lev X-share/nethack/minefill.lev X-share/nethack/minend-1.lev X-share/nethack/minend-2.lev X-share/nethack/minetn-1.lev X-share/nethack/minetn-2.lev X-share/nethack/opthelp X-share/nethack/options X-share/nethack/oracle.lev X-share/nethack/oracles X-share/nethack/orcus.lev X-share/nethack/quest.dat X-share/nethack/rumors X-share/nethack/sanctum.lev X-share/nethack/soko1-1.lev X-share/nethack/soko1-2.lev X-share/nethack/soko2-1.lev X-share/nethack/soko2-2.lev X-share/nethack/soko3-1.lev X-share/nethack/soko3-2.lev X-share/nethack/soko4-1.lev X-share/nethack/soko4-2.lev X-share/nethack/tower1.lev X-share/nethack/tower2.lev X-share/nethack/tower3.lev X-share/nethack/valley.lev X-share/nethack/water.lev X-share/nethack/wizard1.lev X-share/nethack/wizard2.lev X-share/nethack/wizard3.lev X-share/nethack/wizhelp X+lib/nethack/nethack X+@exec mkdir %D/lib/nethack/save X+@exec chmod -R 775 %D/lib/nethack X+@exec chmod 2755 %D/lib/nethack/nethack X+@exec chown games:games %D/lib/nethack/save X+@unexec rm -rf %D/lib/nethack/save X+lib/nethack/Arc-fila.lev X+lib/nethack/Arc-filb.lev X+lib/nethack/Arc-goal.lev X+lib/nethack/Arc-loca.lev X+lib/nethack/Arc-strt.lev X+lib/nethack/Bar-fila.lev X+lib/nethack/Bar-filb.lev X+lib/nethack/Bar-goal.lev X+lib/nethack/Bar-loca.lev X+lib/nethack/Bar-strt.lev X+lib/nethack/Cav-fila.lev X+lib/nethack/Cav-filb.lev X+lib/nethack/Cav-goal.lev X+lib/nethack/Cav-loca.lev X+lib/nethack/Cav-strt.lev X+lib/nethack/Hea-fila.lev X+lib/nethack/Hea-filb.lev X+lib/nethack/Hea-goal.lev X+lib/nethack/Hea-loca.lev X+lib/nethack/Hea-strt.lev X+lib/nethack/Kni-fila.lev X+lib/nethack/Kni-filb.lev X+lib/nethack/Kni-goal.lev X+lib/nethack/Kni-loca.lev X+lib/nethack/Kni-strt.lev X+lib/nethack/Mon-fila.lev X+lib/nethack/Mon-filb.lev X+lib/nethack/Mon-goal.lev X+lib/nethack/Mon-loca.lev X+lib/nethack/Mon-strt.lev X+lib/nethack/Pri-fila.lev X+lib/nethack/Pri-filb.lev X+lib/nethack/Pri-goal.lev X+lib/nethack/Pri-loca.lev X+lib/nethack/Pri-strt.lev X+lib/nethack/Ran-fila.lev X+lib/nethack/Ran-filb.lev X+lib/nethack/Ran-goal.lev X+lib/nethack/Ran-loca.lev X+lib/nethack/Ran-strt.lev X+lib/nethack/Rog-fila.lev X+lib/nethack/Rog-filb.lev X+lib/nethack/Rog-goal.lev X+lib/nethack/Rog-loca.lev X+lib/nethack/Rog-strt.lev X+lib/nethack/Sam-fila.lev X+lib/nethack/Sam-filb.lev X+lib/nethack/Sam-goal.lev X+lib/nethack/Sam-loca.lev X+lib/nethack/Sam-strt.lev X+lib/nethack/Tou-fila.lev X+lib/nethack/Tou-filb.lev X+lib/nethack/Tou-goal.lev X+lib/nethack/Tou-loca.lev X+lib/nethack/Tou-strt.lev X+lib/nethack/Val-fila.lev X+lib/nethack/Val-filb.lev X+lib/nethack/Val-goal.lev X+lib/nethack/Val-loca.lev X+lib/nethack/Val-strt.lev X+lib/nethack/Wiz-fila.lev X+lib/nethack/Wiz-filb.lev X+lib/nethack/Wiz-goal.lev X+lib/nethack/Wiz-loca.lev X+lib/nethack/Wiz-strt.lev X+lib/nethack/air.lev X+lib/nethack/asmodeus.lev X+lib/nethack/astral.lev X+lib/nethack/baalz.lev X+lib/nethack/bigrm-1.lev X+lib/nethack/bigrm-2.lev X+lib/nethack/bigrm-3.lev X+lib/nethack/bigrm-4.lev X+lib/nethack/bigrm-5.lev X+lib/nethack/castle.lev X+lib/nethack/cmdhelp X+lib/nethack/data X+lib/nethack/dungeon X+lib/nethack/earth.lev X+lib/nethack/fakewiz1.lev X+lib/nethack/fakewiz2.lev X+lib/nethack/fire.lev X+lib/nethack/help X+lib/nethack/hh X+lib/nethack/history X+lib/nethack/juiblex.lev X+lib/nethack/knox.lev X+lib/nethack/license X+lib/nethack/mapbg.xpm X+lib/nethack/medusa-1.lev X+lib/nethack/medusa-2.lev X+lib/nethack/minefill.lev X+lib/nethack/minend-1.lev X+lib/nethack/minend-2.lev X+lib/nethack/minetn-1.lev X+lib/nethack/minetn-2.lev X+lib/nethack/opthelp X+lib/nethack/options X+lib/nethack/oracle.lev X+lib/nethack/oracles X+lib/nethack/orcus.lev X+lib/nethack/pet_mark.xbm X+lib/nethack/quest.dat X+lib/nethack/rip.xpm X+lib/nethack/rumors X+lib/nethack/sanctum.lev X+lib/nethack/soko1-1.lev X+lib/nethack/soko1-2.lev X+lib/nethack/soko2-1.lev X+lib/nethack/soko2-2.lev X+lib/nethack/soko3-1.lev X+lib/nethack/soko3-2.lev X+lib/nethack/soko4-1.lev X+lib/nethack/soko4-2.lev X+lib/nethack/tower1.lev X+lib/nethack/tower2.lev X+lib/nethack/tower3.lev X+lib/nethack/valley.lev X+lib/nethack/water.lev X+lib/nethack/wizard1.lev X+lib/nethack/wizard2.lev X+lib/nethack/wizard3.lev X+lib/nethack/wizhelp X+lib/nethack/x11tiles X @mode 664 X-share/nethack/logfile X-share/nethack/record X-share/nethack/perm X-@dirrm share/nethack X-@dirrm share/doc/nethack X+lib/nethack/logfile X+lib/nethack/record X+lib/nethack/perm X+@mode X+%%PORTDOCS%%share/doc/nethack/Guidebook.txt X+%%PORTDOCS%%@dirrm share/doc/nethack X+@dirrm lib/nethack END-of-games::nethack33.diff 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 Fri May 17 23: 3:50 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 A278D37B40A; Fri, 17 May 2002 23:03:46 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I63k280427; Fri, 17 May 2002 23:03:46 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:03:46 -0700 (PDT) From: Message-Id: <200205180603.g4I63k280427@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/38140: linux-opera update to 6.0 final 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: linux-opera update to 6.0 final Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:03:35 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23: 4:48 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 9946737B406; Fri, 17 May 2002 23:04:45 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I64j480568; Fri, 17 May 2002 23:04:45 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:04:45 -0700 (PDT) From: Message-Id: <200205180604.g4I64j480568@freefall.freebsd.org> To: statue@softwareliberty.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38215: x11/kdebase3 make package 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 Synopsis: x11/kdebase3 make package error State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:04:08 PDT 2002 State-Changed-Why: Close PR, check audit trial for fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=38215 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23: 6:47 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 11EB737B419; Fri, 17 May 2002 23:06:37 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I66al84598; Fri, 17 May 2002 23:06:36 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:06:36 -0700 (PDT) From: Message-Id: <200205180606.g4I66al84598@freefall.freebsd.org> To: spcoltri@omcl.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38211: MAINTAINER: print/sgf2tex MASTER_SITES has changed 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: print/sgf2tex MASTER_SITES has changed State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:06:25 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38211 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:14:22 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 C164E37B401; Fri, 17 May 2002 23:14:18 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6EDe85362; Fri, 17 May 2002 23:14:13 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:14:13 -0700 (PDT) From: Message-Id: <200205180614.g4I6EDe85362@freefall.freebsd.org> To: gslin@infomath.math.nctu.edu.tw, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38206: Maintainer Update port: ftp/pftpd 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 port: ftp/pftpd State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:14:00 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38206 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:16: 2 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 BE29137B400; Fri, 17 May 2002 23:16:00 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6G0u85656; Fri, 17 May 2002 23:16:00 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:16:00 -0700 (PDT) From: Message-Id: <200205180616.g4I6G0u85656@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/38203: update devel/p5-Log-Dispatch to 2.00 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: update devel/p5-Log-Dispatch to 2.00 Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:15:33 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:17: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 BFB4F37B401; Fri, 17 May 2002 23:17:31 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6HVq85840; Fri, 17 May 2002 23:17:31 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:17:31 -0700 (PDT) From: Message-Id: <200205180617.g4I6HVq85840@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/38201: update net/p5-URI to 1.19 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: update net/p5-URI to 1.19 Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:17:22 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:20:31 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 902A337B413; Fri, 17 May 2002 23:20:17 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6KHZ86170; Fri, 17 May 2002 23:20:17 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:20:17 -0700 (PDT) From: Message-Id: <200205180620.g4I6KHZ86170@freefall.freebsd.org> To: dave@staff.netc.net.au, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38199: update textproc/p5-Text-Template to 1.43 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: update textproc/p5-Text-Template to 1.43 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:20:08 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38199 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:21: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 9468537B405; Fri, 17 May 2002 23:21:15 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6LFD86370; Fri, 17 May 2002 23:21:15 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:21:15 -0700 (PDT) From: Message-Id: <200205180621.g4I6LFD86370@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/38192: update www/p5-HTML-Parser to 3.26 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: update www/p5-HTML-Parser to 3.26 Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:21:03 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:26:40 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 97E5D37B415; Fri, 17 May 2002 23:26:22 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6QMs86946; Fri, 17 May 2002 23:26:22 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:26:22 -0700 (PDT) From: Message-Id: <200205180626.g4I6QMs86946@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/38180: update www/links to 0.97 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: update www/links to 0.97 Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:25:53 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:30:37 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 2D0F237B413 for ; Fri, 17 May 2002 23:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6U2D87473; Fri, 17 May 2002 23:30:02 -0700 (PDT) (envelope-from gnats) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by hub.freebsd.org (Postfix) with ESMTP id E562F37B417 for ; Fri, 17 May 2002 23:26:15 -0700 (PDT) Received: from sz.homedns.org ([61.201.73.214]) by t-mta1.odn.ne.jp with ESMTP id <20020518062614162.COBF.10000.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Sat, 18 May 2002 15:26:14 +0900 Received: by sz.homedns.org (Postfix, from userid 1001) id 687AC99C11; Sat, 18 May 2002 15:26:13 +0900 (JST) Message-Id: <20020518062613.687AC99C11@sz.homedns.org> Date: Sat, 18 May 2002 15:26:13 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38222: New port: japanese/drpl 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: 38222 >Category: ports >Synopsis: New port: japanese/drpl >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: Fri May 17 23: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: This package includes a script that replaces words in a Japanese text and two dictionaries below to use with the script. - Old characters and former kana usage in writing - Osaka language WWW: http://www.yk.rim.or.jp/~tomoto/archives/drpl/ >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: # # drpl # drpl/Makefile # drpl/pkg-comment # drpl/pkg-descr # drpl/pkg-plist # drpl/distinfo # echo c - drpl mkdir -p drpl > /dev/null 2>&1 echo x - drpl/Makefile sed 's/^X//' >drpl/Makefile << 'END-of-drpl/Makefile' X# New ports collection makefile for: drpl X# Date created: 18 May 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= drpl XPORTVERSION= 1.04 XCATEGORIES= japanese textproc perl5 XMASTER_SITES= http://www.yk.rim.or.jp/~tomoto/archives/drpl/ X XMAINTAINER= fuyuki@mj.0038.net X XUSE_PERL5= yes X XDICSDIR= ${PREFIX}/share/${PORTNAME} XSCRIPTS= drpl revdic X Xpost-patch: X.for i in ${SCRIPTS} X ${PERL} -pi -e 's,/usr/local/bin/perl,/usr/bin/perl,' ${WRKSRC}/${i} X.endfor X Xdo-build: X.for i in maruyaex osaka yarumaex X ${PERL} ${WRKSRC}/drpl -u -D ${WRKSRC}/dic/${i}.dic /dev/null X.endfor X Xdo-install: X cd ${WRKSRC}; ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin X ${MKDIR} ${DICSDIR} X ${INSTALL_DATA} ${WRKSRC}/dic/* ${DICSDIR} X ${MKDIR} ${DOCSDIR} X cd ${WRKSRC}; ${INSTALL_DATA} *.TXT *.man misc/*.htm ${DOCSDIR} X X.include END-of-drpl/Makefile echo x - drpl/pkg-comment sed 's/^X//' >drpl/pkg-comment << 'END-of-drpl/pkg-comment' XReplaces words in a Japanese text using dictionaries END-of-drpl/pkg-comment echo x - drpl/pkg-descr sed 's/^X//' >drpl/pkg-descr << 'END-of-drpl/pkg-descr' XThis package includes a script that replaces words in a Japanese text Xand two dictionaries below to use with the script. X X- Old characters and former kana usage in writing X- Osaka language X XWWW: http://www.yk.rim.or.jp/~tomoto/archives/drpl/ X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-drpl/pkg-descr echo x - drpl/pkg-plist sed 's/^X//' >drpl/pkg-plist << 'END-of-drpl/pkg-plist' Xbin/drpl Xbin/revdic Xshare/doc/drpl/README.TXT Xshare/doc/drpl/bap_maruya_mod.htm Xshare/doc/drpl/bap_maruya_ref.htm Xshare/doc/drpl/drpl.man Xshare/drpl/maruyaex.db Xshare/drpl/maruyaex.dic Xshare/drpl/maruyaex.try Xshare/drpl/osaka.db Xshare/drpl/osaka.dic Xshare/drpl/osaka.try Xshare/drpl/yarumaex.db Xshare/drpl/yarumaex.dic Xshare/drpl/yarumaex.try X@dirrm share/drpl X@dirrm share/doc/drpl END-of-drpl/pkg-plist echo x - drpl/distinfo sed 's/^X//' >drpl/distinfo << 'END-of-drpl/distinfo' XMD5 (drpl-1.04.tar.gz) = fd7c0c9766b8397d221c401c26540ad7 END-of-drpl/distinfo 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 Fri May 17 23:30: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 EBABB37B411 for ; Fri, 17 May 2002 23:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6U1o87463; Fri, 17 May 2002 23:30:01 -0700 (PDT) (envelope-from gnats) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by hub.freebsd.org (Postfix) with ESMTP id B83AE37B411 for ; Fri, 17 May 2002 23:26:03 -0700 (PDT) Received: from sz.homedns.org ([61.201.73.214]) by t-mta1.odn.ne.jp with ESMTP id <20020518062602061.CNYT.10000.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Sat, 18 May 2002 15:26:02 +0900 Received: by sz.homedns.org (Postfix, from userid 1001) id 3CC2399C10; Sat, 18 May 2002 15:22:46 +0900 (JST) Message-Id: <20020518062246.3CC2399C10@sz.homedns.org> Date: Sat, 18 May 2002 15:22:46 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38221: New port: japanese/drpl 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: 38221 >Category: ports >Synopsis: New port: japanese/drpl >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: Fri May 17 23: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: This package includes a script that replaces words in a Japanese text and two dictionaries below to use with the script. - Old characters and former kana usage in writing - Osaka language WWW: http://www.yk.rim.or.jp/~tomoto/archives/drpl/ >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: # # drpl # drpl/Makefile # drpl/pkg-comment # drpl/pkg-descr # drpl/pkg-plist # drpl/distinfo # echo c - drpl mkdir -p drpl > /dev/null 2>&1 echo x - drpl/Makefile sed 's/^X//' >drpl/Makefile << 'END-of-drpl/Makefile' X# New ports collection makefile for: drpl X# Date created: 18 May 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= drpl XPORTVERSION= 1.04 XCATEGORIES= japanese textproc perl5 XMASTER_SITES= http://www.yk.rim.or.jp/~tomoto/archives/drpl/ X XMAINTAINER= fuyuki@mj.0038.net X XUSE_PERL5= yes X XDICSDIR= ${PREFIX}/share/${PORTNAME} XSCRIPTS= drpl revdic X Xpost-patch: X.for i in ${SCRIPTS} X ${PERL} -pi -e 's,/usr/local/bin/perl,/usr/bin/perl,' ${WRKSRC}/${i} X.endfor X Xdo-build: X.for i in maruyaex osaka yarumaex X ${PERL} ${WRKSRC}/drpl -u -D ${WRKSRC}/dic/${i}.dic /dev/null X.endfor X Xdo-install: X cd ${WRKSRC}; ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin X ${MKDIR} ${DICSDIR} X ${INSTALL_DATA} ${WRKSRC}/dic/* ${DICSDIR} X ${MKDIR} ${DOCSDIR} X cd ${WRKSRC}; ${INSTALL_DATA} *.TXT *.man misc/*.htm ${DOCSDIR} X X.include END-of-drpl/Makefile echo x - drpl/pkg-comment sed 's/^X//' >drpl/pkg-comment << 'END-of-drpl/pkg-comment' XReplaces words in a Japanese text using dictionaries END-of-drpl/pkg-comment echo x - drpl/pkg-descr sed 's/^X//' >drpl/pkg-descr << 'END-of-drpl/pkg-descr' XThis package includes a script that replaces words in a Japanese text Xand two dictionaries below to use with the script. X X- Old characters and former kana usage in writing X- Osaka language X XWWW: http://www.yk.rim.or.jp/~tomoto/archives/drpl/ X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-drpl/pkg-descr echo x - drpl/pkg-plist sed 's/^X//' >drpl/pkg-plist << 'END-of-drpl/pkg-plist' Xbin/drpl Xbin/revdic Xshare/doc/drpl/README.TXT Xshare/doc/drpl/bap_maruya_mod.htm Xshare/doc/drpl/bap_maruya_ref.htm Xshare/doc/drpl/drpl.man Xshare/drpl/maruyaex.db Xshare/drpl/maruyaex.dic Xshare/drpl/maruyaex.try Xshare/drpl/osaka.db Xshare/drpl/osaka.dic Xshare/drpl/osaka.try Xshare/drpl/yarumaex.db Xshare/drpl/yarumaex.dic Xshare/drpl/yarumaex.try X@dirrm share/drpl X@dirrm share/doc/drpl END-of-drpl/pkg-plist echo x - drpl/distinfo sed 's/^X//' >drpl/distinfo << 'END-of-drpl/distinfo' XMD5 (drpl-1.04.tar.gz) = fd7c0c9766b8397d221c401c26540ad7 END-of-drpl/distinfo 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 Fri May 17 23:34: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 224B137B413; Fri, 17 May 2002 23:34:28 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6YS989762; Fri, 17 May 2002 23:34:28 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:34:28 -0700 (PDT) From: Message-Id: <200205180634.g4I6YS989762@freefall.freebsd.org> To: osa@FreeBSD.org.ru, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38184: update graphics/libwmf 0.2.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 Synopsis: update graphics/libwmf 0.2.5 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:34:18 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38184 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:36:47 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 CBBB937B404; Fri, 17 May 2002 23:36:44 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6aiP90031; Fri, 17 May 2002 23:36:44 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:36:44 -0700 (PDT) From: Message-Id: <200205180636.g4I6aiP90031@freefall.freebsd.org> To: dave@staff.netc.net.au, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38177: update devel/p5-FreezeThaw to 0.43 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: update devel/p5-FreezeThaw to 0.43 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:36:27 PDT 2002 State-Changed-Why: Port update committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38177 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:38: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 E9B7637B40F; Fri, 17 May 2002 23:38:26 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6cQl90217; Fri, 17 May 2002 23:38:26 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:38:26 -0700 (PDT) From: Message-Id: <200205180638.g4I6cQl90217@freefall.freebsd.org> To: fuyuki@mj.0038.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38222: New port: japanese/drpl 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: japanese/drpl State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:37:56 PDT 2002 State-Changed-Why: Nuke duplicate of PR 38221 http://www.freebsd.org/cgi/query-pr.cgi?pr=38222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:39: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 34AF237B409; Fri, 17 May 2002 23:39:43 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6dhd90325; Fri, 17 May 2002 23:39:43 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:39:43 -0700 (PDT) From: Message-Id: <200205180639.g4I6dhd90325@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/38176: Update databases/p5-DBIx-SearchBuilder to 0.60 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: Update databases/p5-DBIx-SearchBuilder to 0.60 Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:39:32 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:40: 7 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 3B3A137B405 for ; Fri, 17 May 2002 23:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6e3Z90386; Fri, 17 May 2002 23:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 23:40:03 -0700 (PDT) Message-Id: <200205180640.g4I6e3Z90386@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kimura Fuyuki Subject: Re: ports/38222: New port: japanese/drpl Reply-To: Kimura Fuyuki 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/38222; it has been noted by GNATS. From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/38222: New port: japanese/drpl Date: Sat, 18 May 2002 15:33:00 +0900 Sorry, accidentally sent twice. Just close this one please. -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23: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 15EE037B40F; Fri, 17 May 2002 23:40:30 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6eUu90521; Fri, 17 May 2002 23:40:30 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:40:30 -0700 (PDT) From: Message-Id: <200205180640.g4I6eUu90521@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, fjoe@FreeBSD.org Subject: Re: ports/38169: Update databases/p5-DBD-Pg to 1.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 Synopsis: Update databases/p5-DBD-Pg to 1.13 Responsible-Changed-From-To: freebsd-ports->fjoe Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:40:12 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38169 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:45: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 157A637B40F; Fri, 17 May 2002 23:45:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6j1D90864; Fri, 17 May 2002 23:45:01 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:45:01 -0700 (PDT) From: Message-Id: <200205180645.g4I6j1D90864@freefall.freebsd.org> To: ahze@rgv.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38167: little change in treecc 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: little change in treecc State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:44:53 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:47:28 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 9D55637B404; Fri, 17 May 2002 23:47:22 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6lME91021; Fri, 17 May 2002 23:47:22 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:47:22 -0700 (PDT) From: Message-Id: <200205180647.g4I6lME91021@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/38164: Update port: graphics/p5-GD-Graph3d to 0.59 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: Update port: graphics/p5-GD-Graph3d to 0.59 Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: pat Responsible-Changed-When: Fri May 17 23:47:06 PDT 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38164 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 17 23:57: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 941B337B422; Fri, 17 May 2002 23:57:01 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6v1C91716; Fri, 17 May 2002 23:57:01 -0700 (PDT) (envelope-from pat) Date: Fri, 17 May 2002 23:57:01 -0700 (PDT) From: Message-Id: <200205180657.g4I6v1C91716@freefall.freebsd.org> To: baskruit@bsltwr.dnsalias.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38160: Maintainer Update: GMime port to 0.6.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 Synopsis: Maintainer Update: GMime port to 0.6.0 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri May 17 23:56:53 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 0: 6: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 DCF3F37B41A; Sat, 18 May 2002 00:06:19 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I76JZ96662; Sat, 18 May 2002 00:06:19 -0700 (PDT) (envelope-from pat) Date: Sat, 18 May 2002 00:06:19 -0700 (PDT) From: Message-Id: <200205180706.g4I76JZ96662@freefall.freebsd.org> To: katsu@iec.hiroshima-u.ac.jp, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38146: Update port: graphics/gimageview 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: Update port: graphics/gimageview State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sat May 18 00:06:02 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=38146 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 0:10: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 E2B6437B40E for ; Sat, 18 May 2002 00:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7A2J97196; Sat, 18 May 2002 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from e1.ny.us.ibm.com (e1.ny.us.ibm.com [32.97.182.101]) by hub.freebsd.org (Postfix) with ESMTP id E835A37B408 for ; Sat, 18 May 2002 00:05:46 -0700 (PDT) Received: from northrelay03.pok.ibm.com (northrelay03.pok.ibm.com [9.56.224.151]) by e1.ny.us.ibm.com (8.12.2/8.12.2) with ESMTP id g4I75jg5094508 for ; Sat, 18 May 2002 03:05:45 -0400 Received: from calvin.in.ibm.com (calvin.in.ibm.com [9.182.24.126]) by northrelay03.pok.ibm.com (8.11.1m3/8.11.2) with ESMTP id g4I75hx89272 for ; Sat, 18 May 2002 03:05:43 -0400 Received: by calvin.in.ibm.com (Postfix, from userid 1001) id 393D2335A; Sat, 18 May 2002 12:35:33 +0530 (IST) Message-Id: <20020518070533.393D2335A@calvin.in.ibm.com> Date: Sat, 18 May 2002 12:35:33 +0530 (IST) From: Sid Carter Reply-To: Sid Carter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38224: "make install of XFree86-4-libraries fails on -CURRENT" 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: 38224 >Category: ports >Synopsis: "make install of XFree86-4-libraries fails on -CURRENT" >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: Sat May 18 00:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sid Carter >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD calvin 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri May 17 23:34:31 IST 2002 root@calvin:/usr/obj/usr/src/sys/GENERIC i386 >Description: During make install , the port shows: installing in lib/Xdmcp... /usr/bin/install -c -m 0644 libXdmcp.a /usr/X11R6/lib ranlib /usr/X11R6/lib/libXdmcp.a + /usr/bin/install -c -m 0444 Xdmcp.h /usr/X11R6/include/X11 install in lib/Xdmcp done installing in lib/XThrStub... rm -f UIThrStubs.o LD_LIBRARY_PATH=../../exports/lib cc -c -O -pipe -march=pentiumpro -march=pentiu mpro -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -I../.. -I../../expo rts/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTS AFE_API -DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -ansi -pedantic -Dasm= __asm -Wall -Wpointer-arith -I../.. -I../../exports/include -DCSRG_BASED - DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -fPIC UIThrStubs.c UIThrStubs.c:102: alias arg not a string UIThrStubs.c:103: alias arg not a string UIThrStubs.c:104: alias arg not a string UIThrStubs.c:105: alias arg not a string UIThrStubs.c:106: alias arg not a string UIThrStubs.c:107: alias arg not a string UIThrStubs.c:108: alias arg not a string UIThrStubs.c:109: alias arg not a string UIThrStubs.c:110: alias arg not a string UIThrStubs.c:111: alias arg not a string UIThrStubs.c:113: alias arg not a string UIThrStubs.c:114: alias arg not a string UIThrStubs.c:115: alias arg not a string UIThrStubs.c:131: warning: `_Xthr_self_stub_' defined but not used UIThrStubs.c:139: warning: `_Xthr_zero_stub_' defined but not used *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/XThrStub. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. >How-To-Repeat: cd ${PORTSDIR}/x11/XFree86-4-libraries && make install >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 Sat May 18 0:17: 7 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 EFB7237B40A; Sat, 18 May 2002 00:17:04 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7H4k99497; Sat, 18 May 2002 00:17:04 -0700 (PDT) (envelope-from pat) Date: Sat, 18 May 2002 00:17:04 -0700 (PDT) From: Message-Id: <200205180717.g4I7H4k99497@freefall.freebsd.org> To: tilman@arved.de, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: New Port audio/swh-plugins State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sat May 18 00:16:37 PDT 2002 State-Changed-Why: Superseded by PR: ports/38112 http://www.freebsd.org/cgi/query-pr.cgi?pr=38005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 0:50: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 B697137B40A for ; Sat, 18 May 2002 00:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7o2T07493; Sat, 18 May 2002 00:50:02 -0700 (PDT) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id E056837B40A for ; Sat, 18 May 2002 00:46:13 -0700 (PDT) Received: by softwareliberty.org (Postfix, from userid 1014) id 11C277536; Sat, 18 May 2002 15:46:09 +0800 (CST) Message-Id: <20020518074609.11C277536@softwareliberty.org> Date: Sat, 18 May 2002 15:46:09 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38226: Update port: chinese/auto-tw-l10n 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: 38226 >Category: ports >Synopsis: Update port: chinese/auto-tw-l10n >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: Sat May 18 00:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.5-STABLE i386 >Organization: [MAINTAINER] >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 25 11:32:54 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: >Fix: diff -ruN auto-tw-l10n.orig/Makefile auto-tw-l10n/Makefile --- auto-tw-l10n.orig/Makefile Sat May 18 15:41:00 2002 +++ auto-tw-l10n/Makefile Sat May 18 15:43:14 2002 @@ -5,9 +5,9 @@ # $FreeBSD: ports/chinese/auto-tw-l10n/Makefile,v 1.11 2002/05/15 18:01:47 keichii Exp $ PORTNAME= auto-tw-l10n -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= chinese -MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/auto-tw-l10n/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= statue@freebsd.sinica.edu.tw diff -ruN auto-tw-l10n.orig/distinfo auto-tw-l10n/distinfo --- auto-tw-l10n.orig/distinfo Sat May 18 15:41:00 2002 +++ auto-tw-l10n/distinfo Sat May 18 15:43:15 2002 @@ -1 +1 @@ -MD5 (zh-auto-tw-l10n-1.3.tar.gz) = ccb37ccbaec4832458f3762e0d7ac0fe +MD5 (zh-auto-tw-l10n-1.4.tar.gz) = 00c3e2819d1278371bb970e59eaead5a diff -ruN auto-tw-l10n.orig/pkg-plist auto-tw-l10n/pkg-plist --- auto-tw-l10n.orig/pkg-plist Sat May 18 15:41:00 2002 +++ auto-tw-l10n/pkg-plist Sat May 18 15:43:58 2002 @@ -2,11 +2,13 @@ share/skel/zh_TW.Big5/dot.bashrc share/skel/zh_TW.Big5/dot.cshrc share/skel/zh_TW.Big5/dot.emacs +share/skel/zh_TW.Big5/dot.fontguess share/skel/zh_TW.Big5/dot.gtkrc share/skel/zh_TW.Big5/dot.inputrc share/skel/zh_TW.Big5/dot.muttrc share/skel/zh_TW.Big5/dot.qti18nrc share/skel/zh_TW.Big5/dot.vimrc share/skel/zh_TW.Big5/dot.xinitrc +share/skel/zh_TW.Big5/dot.xftconfig @unexec rmdir %D/share/skel/zh_TW.Big5 2>/dev/null || true @unexec rmdir %D/share/skel 2>/dev/null || true >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 Sat May 18 0:59: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 6EE5337B4CE; Sat, 18 May 2002 00:59:01 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7wxe08279; Sat, 18 May 2002 00:58:59 -0700 (PDT) (envelope-from pat) Date: Sat, 18 May 2002 00:58:59 -0700 (PDT) From: Message-Id: <200205180758.g4I7wxe08279@freefall.freebsd.org> To: gshapiro+gnats-may5@gshapiro.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37772: p5-Mail-SpamAssassin-2.20 stray files 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: p5-Mail-SpamAssassin-2.20 stray files State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sat May 18 00:58:49 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 1: 3:22 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 0896D37B647 for ; Sat, 18 May 2002 01:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I80Aw08463; Sat, 18 May 2002 01:00: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 26C9A37B40C for ; Sat, 18 May 2002 00:55:37 -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 g4I7tbhG081064 for ; Sat, 18 May 2002 00:55:37 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I7tbaU081063; Sat, 18 May 2002 00:55:37 -0700 (PDT) Message-Id: <200205180755.g4I7tbaU081063@www.freebsd.org> Date: Sat, 18 May 2002 00:55:37 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38227: Update port: cad/chipmunk to 5.59 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: 38227 >Category: ports >Synopsis: Update port: cad/chipmunk to 5.59 >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: Sat May 18 01:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.59 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/chipmunk/Makefile cad/chipmunk/Makefile --- /usr/ports/cad/chipmunk/Makefile Sun Apr 9 08:19:56 2000 +++ cad/chipmunk/Makefile Sat May 18 12:07:59 2002 @@ -6,32 +6,25 @@ # PORTNAME= chipmunk -PORTVERSION= 5.51 +PORTVERSION= 5.59 CATEGORIES= cad MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/chipmunk/pickup/sources/ -DISTFILES= psys-1.51.tar.gz log-5.51.tar.gz netcmpbeta.tar.gz \ - mosisbeta.tar.gz wolbeta.tar.gz wolcompbeta.tar.gz \ - untilbeta.tar.gz util1.1.tar.gz viewbeta.tar.gz \ +DISTFILES= psys-1.56.tar.gz log-5.59.tar.gz netcmp-1.12.tar.gz \ + mosis-1.12.tar.gz wol-1.12.tar.gz wolcomp-1.12.tar.gz \ + until-1.12.tar.gz util1.1.tar.gz view-1.12.tar.gz \ Makefile +EXTRACT_ONLY= psys-1.56.tar.gz log-5.59.tar.gz netcmp-1.12.tar.gz \ + mosis-1.12.tar.gz wol-1.12.tar.gz wolcomp-1.12.tar.gz \ + until-1.12.tar.gz util1.1.tar.gz view-1.12.tar.gz +DIST_SUBDIR= chipmunk MAINTAINER= ports@FreeBSD.org -EXTRACT_ONLY= psys-1.51.tar.gz log-5.51.tar.gz netcmpbeta.tar.gz \ - mosisbeta.tar.gz wolbeta.tar.gz wolcompbeta.tar.gz \ - untilbeta.tar.gz util1.1.tar.gz viewbeta.tar.gz - +NO_WRKSUBDIR= yes USE_XLIB= yes -DIST_SUBDIR= chipmunk USE_GMAKE= yes -NO_WRKSUBDIR= yes post-extract: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile - -post-patch: - @find ${WRKSRC} -name Makefile -exec \ - ${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" \{} \; - @find ${WRKSRC} -name Makefile -exec \ - ${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" \{} \; + @${CP} -f ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile .include diff -urN /usr/ports/cad/chipmunk/distinfo cad/chipmunk/distinfo --- /usr/ports/cad/chipmunk/distinfo Fri Sep 24 14:11:56 1999 +++ cad/chipmunk/distinfo Sat May 18 11:13:05 2002 @@ -1,10 +1,10 @@ -MD5 (chipmunk/psys-1.51.tar.gz) = 98bbe116211568d7022c5bc14fc22cf6 -MD5 (chipmunk/log-5.51.tar.gz) = d64ddfd87cfe183dc2612a08c7921dc0 -MD5 (chipmunk/netcmpbeta.tar.gz) = 4ae81f28aaf576b8872da9a8fde6c538 -MD5 (chipmunk/mosisbeta.tar.gz) = 315e211b901a0f3b8367f51649f8f801 -MD5 (chipmunk/wolbeta.tar.gz) = e4771f728b24d1181663a0b0ea55e4fd -MD5 (chipmunk/wolcompbeta.tar.gz) = 06c7b6c94950246f403058580dbb6a08 -MD5 (chipmunk/untilbeta.tar.gz) = 6620ffd30693a819f09d814d1379a593 +MD5 (chipmunk/psys-1.56.tar.gz) = 43f7f0496bab0e4535397ad6d1be268e +MD5 (chipmunk/log-5.59.tar.gz) = 681dcc067d4d2c43fb11eb5d863f0556 +MD5 (chipmunk/netcmp-1.12.tar.gz) = ccc78ce4bf471705bacac8804dfa59cc +MD5 (chipmunk/mosis-1.12.tar.gz) = 7558999d1cb11ddb510cef268ef298b7 +MD5 (chipmunk/wol-1.12.tar.gz) = 071167553fab12f52934c75a6f7beefc +MD5 (chipmunk/wolcomp-1.12.tar.gz) = 4dda3bd03995ad6d351deb13714f5f9f +MD5 (chipmunk/until-1.12.tar.gz) = b52d0656134f76e297d9a47f872caa84 MD5 (chipmunk/util1.1.tar.gz) = f95de90c953e1be6b07dbdd4b034a9c4 -MD5 (chipmunk/viewbeta.tar.gz) = e2f8feef9e1353bd2bc9a79671f8cbb9 +MD5 (chipmunk/view-1.12.tar.gz) = 133883b385069a99eccc1c916a43943b MD5 (chipmunk/Makefile) = ffec44e157c227bb2b904d338b35dfaf diff -urN /usr/ports/cad/chipmunk/files/patch-ad cad/chipmunk/files/patch-ad --- /usr/ports/cad/chipmunk/files/patch-ad Wed Feb 21 02:28:29 2001 +++ cad/chipmunk/files/patch-ad Sat May 18 15:49:30 2002 @@ -1,30 +1,38 @@ ---- log/src/Makefile.orig Tue Jul 20 16:10:36 1999 -+++ log/src/Makefile Tue Feb 20 14:18:59 2001 +--- log/src/Makefile.orig Tue May 14 03:08:21 2002 ++++ log/src/Makefile Sat May 18 15:49:22 2002 @@ -45,8 +45,8 @@ CD = cd -LOGLIBDIR = `$(CD) ../../log/lib; pwd` -LIBDIR = `$(CD) ../../lib; pwd` -+LOGLIBDIR = %%PREFIX%%/share/chipmunk -+LIBDIR = %%PREFIX%%/share/chipmunk ++LOGLIBDIR = ${PREFIX}/share/chipmunk ++LIBDIR = ${PREFIX}/share/chipmunk LOCINC = ../../psys/include -@@ -63,9 +63,10 @@ +@@ -63,9 +63,9 @@ ## or some other directory, depending on your installation. ## -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++XINCLUDEDIR = ${X11BASE}/include -BINDIR = ../../bin -+BINDIR = %%PREFIX%%/bin ++BINDIR = ${PREFIX}/bin LIBP2C = ../../psys/src/libp2c.a ## -@@ -91,7 +92,7 @@ +@@ -81,7 +81,7 @@ + ## depending on your installation. + ## + +-LIBX11 = -lX11 ++LIBX11 = -lX11 -L${X11BASE}/lib + + ## + ## (2) Library additions +@@ -91,7 +91,7 @@ ## ## on Sun Solaris 2.X, -lsocket -lnsl must be added to OTHERLIBS @@ -33,42 +41,47 @@ ## -@@ -110,7 +111,7 @@ +@@ -110,7 +110,7 @@ - CHIPMUNKCC = gcc -O2 + CHIPMUNKCC = gcc -O3 -CC = $(CHIPMUNKCC) +CC ?= $(CHIPMUNKCC) ## ## (4) Adding appropriate flags -@@ -145,7 +146,7 @@ - ## -m68040 : for 68040 and 68060 - ## +@@ -147,7 +147,7 @@ --CFLAGS = -I$(LOCINC) -I$(XINCLUDEDIR) -DLOGLIB=\"$(LOGLIBDIR)\" -DF_OK=0 -+CFLAGS += -DBSD -I$(LOCINC) -I$(XINCLUDEDIR) -DLOGLIB=\"$(LOGLIBDIR)\" -DF_OK=0 -L$(XLIBDIR) + CHIPMUNKFLAGS = + +-CFLAGS = $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) -DLOGLIB=\"$(LOGLIBDIR)\" -DF_OK=0 ++CFLAGS += -DBSD -I$(LOCINC) -I$(XINCLUDEDIR) -DLOGLIB=\"$(LOGLIBDIR)\" -DF_OK=0 DIGOBJ = logsim.o logdig.o logsimasm.o logsimed.o diggates.o \ loghier.o logsimh.o swap.o -@@ -178,11 +179,13 @@ +@@ -178,22 +178,24 @@ + ## older operating systems -- if problems arise, use a hard link. ## ++all: makeana main ++ install: all - cp log $(BINDIR)/diglog -+ install -c -s log $(BINDIR)/diglog ++ ${BSD_INSTALL_PROGRAM} log $(BINDIR)/diglog -rm -f $(BINDIR)/analog - -ln $(BINDIR)/diglog $(BINDIR)/analog + -(cd $(BINDIR); ln -s diglog analog) - cp loged $(BINDIR)/loged - cp fixfet7 $(BINDIR)/fixfet7 -+ install -c -s loged $(BINDIR) -+ install -c fixfet7 $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} loged $(BINDIR)/loged ++ ${BSD_INSTALL_SCRIPT} fixfet7 $(BINDIR)/fixfet7 + cp -R ../lib/* $(LOGLIBDIR) + chmod -R a=r+X $(LOGLIBDIR) clean: -rm -f *.o ana/*.o log loged -@@ -192,12 +195,12 @@ + +-all: makeana main +- main: log loged makeana: @@ -77,9 +90,3 @@ LOGOBJ = log.o $(TOOLOBJ) logstuff.o logdef.o - --log: $(LOGOBJ) tooldir.o $(LIBP2C) makeana -+log: $(LOGOBJ) tooldir.o $(LIBP2C) - $(CC) $(CFLAGS) tooldir.o $(LOGOBJ) $(LIBP2C) $(LIBX11) \ - $(OTHERLIBS) -o log - diff -urN /usr/ports/cad/chipmunk/files/patch-ae cad/chipmunk/files/patch-ae --- /usr/ports/cad/chipmunk/files/patch-ae Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-ae Sat May 18 12:47:14 2002 @@ -1,16 +1,16 @@ ---- log/src/ana/Makefile.orig Wed Jul 21 04:10:58 1999 -+++ log/src/ana/Makefile Mon Sep 20 06:46:41 1999 +--- log/src/ana/Makefile.orig Sat May 18 12:02:28 2002 ++++ log/src/ana/Makefile Sat May 18 12:46:53 2002 @@ -25,7 +25,7 @@ LOCINC = ../../../psys/include -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include ++XINCLUDEDIR = ${X11BASE}/include ## ## (1) Choosing your compiler @@ -46,7 +46,7 @@ - CHIPMUNKCC = gcc -O2 + CHIPMUNKCC = gcc -O3 -CC = $(CHIPMUNKCC) @@ -18,11 +18,11 @@ ## ## (2) Adding appropriate flags -@@ -80,7 +80,7 @@ - ## - +@@ -84,7 +84,7 @@ --CFLAGS = -I$(LOCINC) -I$(XINCLUDEDIR) + CHIPMUNKFLAGS = + +-CFLAGS = $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) +CFLAGS += -I$(LOCINC) -I$(XINCLUDEDIR) ANAOBJ = globals.o nsolver.o main.o inter.o $(GATESOBJ) diff -urN /usr/ports/cad/chipmunk/files/patch-af cad/chipmunk/files/patch-af --- /usr/ports/cad/chipmunk/files/patch-af Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-af Sat May 18 15:59:59 2002 @@ -1,38 +1,38 @@ ---- mosis/Makefile.orig Wed Aug 3 03:31:44 1994 -+++ mosis/Makefile Tue Sep 21 06:22:09 1999 +--- mosis/Makefile.orig Tue Aug 7 09:25:31 2001 ++++ mosis/Makefile Sat May 18 15:59:51 2002 @@ -23,6 +23,8 @@ # # -+BINDIR = %%PREFIX%%/bin ++BINDIR = ${PREFIX}/bin + ## ## (1) Choosing your compiler ## --------------------------- -@@ -48,10 +50,11 @@ +@@ -48,10 +50,10 @@ ## -CC = gcc +CC ?= gcc - LIBX11 = -lX11 +-LIBX11 = -lX11 -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++LIBX11 = -lX11 -L${X11BASE}/lib ++XINCLUDEDIR = ${X11BASE}/include ## ## (2) Adding appropriate flags -@@ -91,7 +94,7 @@ - ## CFLAGS = -ansi - ## +@@ -88,7 +90,7 @@ + + CHIPMUNKFLAGS = --CFLAGS = -O -I../psys/include -I$(XINCLUDEDIR) +-CFLAGS = $(CHIPMUNKFLAGS) -O -I../psys/include -I$(XINCLUDEDIR) +CFLAGS += -DBSD -DF_OK -I../psys/include -I$(XINCLUDEDIR) ## ## (3) Library additions -@@ -99,20 +102,20 @@ +@@ -96,7 +98,7 @@ ## ## on some systems, -ldl must be added to the following line @@ -41,18 +41,12 @@ ## ## - ## - - --LDFLAGS = ../psys/src/libp2c.a $(OTHERLIBS) $(LIBX11) -+LDFLAGS += ../psys/src/libp2c.a $(OTHERLIBS) $(LIBX11) -L$(XLIBDIR) - - mosis: mosis.o +@@ -109,7 +111,7 @@ $(CC) -o mosis mosis.o $(LDFLAGS) install: mosis - cp mosis ../bin/mosis -+ install -c -s mosis $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} mosis $(BINDIR) clean: rm -f *.o mosis diff -urN /usr/ports/cad/chipmunk/files/patch-ag cad/chipmunk/files/patch-ag --- /usr/ports/cad/chipmunk/files/patch-ag Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-ag Sat May 18 14:46:38 2002 @@ -1,37 +1,41 @@ ---- netcmp/Makefile.orig Wed Mar 12 02:41:59 1997 -+++ netcmp/Makefile Mon Sep 20 06:53:59 1999 +--- netcmp/Makefile.orig Sat Aug 18 07:49:31 2001 ++++ netcmp/Makefile Sat May 18 14:46:26 2002 @@ -22,7 +22,7 @@ # # netcmp makefile -BINDIR= ../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler @@ -48,7 +48,7 @@ ## For SGI, cc is recommended - CHIPMUNKCC = gcc + CHIPMUNKCC = gcc -O3 -CC = $(CHIPMUNKCC) +CC ?= $(CHIPMUNKCC) ## ## (2) Adding appropriate flags -@@ -90,13 +90,13 @@ +@@ -90,15 +90,17 @@ ## -ansi ## --CFLAGS = ++OTHERLIBS = -lcompat ++ + CHIPMUNKFLAGS = + +-CFLAGS = $(CHIPMUNKFLAGS) +CFLAGS += -DBSD -DF_OK netcmp: main.o parser.o datastruct.o compare.o - $(CC) parser.o datastruct.o compare.o main.o -o netcmp -+ $(CC) parser.o datastruct.o compare.o main.o -lcompat -o netcmp ++ $(CC) parser.o datastruct.o compare.o main.o $(OTHERLIBS) -o netcmp install: netcmp - cp netcmp $(BINDIR) -+ install -c -s netcmp $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} netcmp $(BINDIR) clean: -rm -f *.o netcmp diff -urN /usr/ports/cad/chipmunk/files/patch-ah cad/chipmunk/files/patch-ah --- /usr/ports/cad/chipmunk/files/patch-ah Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-ah Sat May 18 13:25:30 2002 @@ -1,27 +1,26 @@ ---- psys/src/Makefile.orig Wed Jul 21 04:06:28 1999 -+++ psys/src/Makefile Mon Sep 20 06:38:54 1999 +--- psys/src/Makefile.orig Sat Mar 2 06:39:14 2002 ++++ psys/src/Makefile Sat May 18 13:25:17 2002 @@ -30,8 +30,8 @@ ## to be made for different systems. Its a good idea to look over each ## block and make necessary changes before doing a "make install" -LIBDIR = ../../lib -BINDIR = ../../bin -+LIBDIR = %%PREFIX%%/share/chipmunk -+BINDIR = %%PREFIX%%/bin ++LIBDIR = ${PREFIX}/share/chipmunk ++BINDIR = ${PREFIX}/bin LIB = ../libp2c.a -@@ -51,7 +51,8 @@ +@@ -51,7 +51,7 @@ ## or some other directory, depending on your installation. ## -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++XINCLUDEDIR = ${X11BASE}/include ## ## (1) Choosing your compiler -@@ -101,7 +102,7 @@ +@@ -101,7 +101,7 @@ LIBSTUFF = texstuff.ps untilstuff.ps plot.font @@ -30,16 +29,16 @@ ## -@@ -147,7 +148,7 @@ - ## -m68040 : for 68040 and 68060 - ## +@@ -149,7 +149,7 @@ + + CHIPMUNKFLAGS = --CFLAGS = -I$(LOCINC) -I$(XINCLUDEDIR) -DCHIPLIB=\"`$(CD) $(LIBDIR); pwd`\" -+CFLAGS += -DBSD -DF_OK -I$(LOCINC) -I$(XINCLUDEDIR) -DCHIPLIB=\"$(LIBDIR)\" -L$(XLIBDIR) +-CFLAGS = $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) -DCHIPLIB=\"`$(CD) $(LIBDIR); pwd`\" ++CFLAGS += -DBSD -DF_OK -I$(LOCINC) -I$(XINCLUDEDIR) -DCHIPLIB=\"$(LIBDIR)\" P2CFLAGS = -DLOCAL_INIT=_local_p2c_init -@@ -163,7 +164,7 @@ +@@ -165,7 +165,7 @@ ## below; however the "-" allows this to be non-fatal and thus not essential ## to delete diff -urN /usr/ports/cad/chipmunk/files/patch-aj cad/chipmunk/files/patch-aj --- /usr/ports/cad/chipmunk/files/patch-aj Wed Feb 21 02:28:29 2001 +++ cad/chipmunk/files/patch-aj Sat May 18 15:46:48 2002 @@ -1,16 +1,24 @@ ---- until/V1.2/Makefile.orig Tue Sep 22 19:04:26 1998 -+++ until/V1.2/Makefile Tue Feb 20 14:20:29 2001 -@@ -41,7 +41,8 @@ +--- until/V1.2/Makefile.orig Sat May 18 12:02:28 2002 ++++ until/V1.2/Makefile Sat May 18 12:57:40 2002 +@@ -41,7 +41,7 @@ ## -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++XINCLUDEDIR = ${X11BASE}/include ## ## If X isn't in the library path (the case for many MachTen and Linux -@@ -68,7 +69,7 @@ +@@ -57,7 +57,7 @@ + ## + + +-LIBX11 = -lX11 ++LIBX11 = -lX11 -L${X11BASE}/lib + + + LIBP2C = ../../psys/src/libp2c.a +@@ -68,7 +68,7 @@ ## ## on some systems, -ldl must be added to the following line @@ -19,7 +27,7 @@ ## ## (2) Choosing your compiler -@@ -98,10 +99,10 @@ +@@ -98,10 +98,10 @@ CHIPMUNKCC = gcc @@ -28,39 +36,34 @@ -BINDIR = ../../bin -LIBDIR = `pwd`/../../lib -+BINDIR = %%PREFIX%%/bin -+LIBDIR = %%PREFIX%%/share/chipmunk ++BINDIR = ${PREFIX}/bin ++LIBDIR = ${PREFIX}/share/chipmunk SYSRC = $(LIBDIR)/system.untilrc SYSPS = $(LIBDIR)/pensps.map -@@ -161,11 +162,11 @@ - ## +@@ -165,7 +165,7 @@ - --CFLAGS = -I$(LOCINC) -I$(XINCLUDEDIR) \ + CHIPMUNKFLAGS = + +-CFLAGS = $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) \ +CFLAGS += -DBSD -I$(LOCINC) -I$(XINCLUDEDIR) \ -DF_OK=0 -DUNTILRC=\"$(SYSRC)\" -DUNTILPSMAP=\"$(SYSPS)\" \ -DUNTILHEADER=\"$(SYSHD)\" --LDFLAGS = $(LIBP2C) $(LIBX11) $(OTHERLIBS) -+LDFLAGS += $(LIBP2C) $(LIBX11) $(OTHERLIBS) -L$(XLIBDIR) - - OBJS = bb_stuff.o cnf_stuff.o crt_stuff.o data_types.o datawalk.o \ - dispmod.o ffman.o gr_stuff.o main.o mat_stuff.o menu.o menu_stuff.o \ -@@ -195,11 +196,15 @@ +@@ -199,11 +199,11 @@ ## Until as its moved to bin; non ksh-users may wish to change it back. install: until - cp until $(BINDIR)/Until -+ install -c -s until $(BINDIR)/Until - cp pensps.map $(LIBDIR)/pensps.map -+ chmod 0444 $(LIBDIR)/pensps.map - cp system.untilrc $(LIBDIR)/system.untilrc -+ chmod 0444 $(LIBDIR)/system.untilrc - cp until.pro $(LIBDIR)/until.pro -+ chmod 0444 $(LIBDIR)/until.pro - cp until.ps $(LIBDIR)/until.ps -+ chmod 0444 $(LIBDIR)/until.ps +- cp pensps.map $(LIBDIR)/pensps.map +- cp system.untilrc $(LIBDIR)/system.untilrc +- cp until.pro $(LIBDIR)/until.pro +- cp until.ps $(LIBDIR)/until.ps ++ ${BSD_INSTALL_PROGRAM} until $(BINDIR)/Until ++ ${BSD_INSTALL_DATA} pensps.map $(LIBDIR)/pensps.map ++ ${BSD_INSTALL_DATA} system.untilrc $(LIBDIR)/system.untilrc ++ ${BSD_INSTALL_DATA} until.pro $(LIBDIR)/until.pro ++ ${BSD_INSTALL_DATA} until.ps $(LIBDIR)/until.ps bb_stuff.o : bb_stuff.c bb_stuff.h diff -urN /usr/ports/cad/chipmunk/files/patch-al cad/chipmunk/files/patch-al --- /usr/ports/cad/chipmunk/files/patch-al Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-al Sat May 18 13:13:10 2002 @@ -1,11 +1,11 @@ --- util/boxify/Makefile.orig Wed Mar 12 02:47:23 1997 -+++ util/boxify/Makefile Tue Sep 21 21:29:44 1999 ++++ util/boxify/Makefile Sat May 18 13:12:54 2002 @@ -21,7 +21,7 @@ # # boxify makefile -BINDIR= ../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler @@ -40,7 +40,7 @@ install: boxify - cp boxify $(BINDIR) -+ install -c -s boxify $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} -c -s boxify $(BINDIR) clean: - (cd trapes; make clean) diff -urN /usr/ports/cad/chipmunk/files/patch-am cad/chipmunk/files/patch-am --- /usr/ports/cad/chipmunk/files/patch-am Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-am Sat May 18 12:11:10 2002 @@ -5,7 +5,7 @@ # cleancif makefile -BINDIR= ../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler diff -urN /usr/ports/cad/chipmunk/files/patch-an cad/chipmunk/files/patch-an --- /usr/ports/cad/chipmunk/files/patch-an Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-an Sat May 18 12:11:10 2002 @@ -5,7 +5,7 @@ # cleancif makefile -BINDIR= ../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler diff -urN /usr/ports/cad/chipmunk/files/patch-ao cad/chipmunk/files/patch-ao --- /usr/ports/cad/chipmunk/files/patch-ao Fri Sep 24 14:24:20 1999 +++ cad/chipmunk/files/patch-ao Sat May 18 13:14:07 2002 @@ -1,17 +1,17 @@ --- util/conscripts/Makefile.orig Wed Mar 12 02:47:25 1997 -+++ util/conscripts/Makefile Tue Sep 21 03:36:32 1999 ++++ util/conscripts/Makefile Sat May 18 13:13:47 2002 @@ -18,11 +18,11 @@ # # mconvert makefile -BINDIR= ../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin install: - cp mconvert $(BINDIR) - cp unmconvert $(BINDIR) -+ install -c mconvert $(BINDIR) -+ install -c unmconvert $(BINDIR) ++ ${BSD_INSTALL_SCRIPT} mconvert $(BINDIR) ++ ${BSD_INSTALL_SCRIPT} unmconvert $(BINDIR) clean: -rm -f *.o diff -urN /usr/ports/cad/chipmunk/files/patch-ap cad/chipmunk/files/patch-ap --- /usr/ports/cad/chipmunk/files/patch-ap Fri Sep 24 14:24:20 1999 +++ cad/chipmunk/files/patch-ap Sat May 18 13:14:50 2002 @@ -1,11 +1,11 @@ --- util/sctomat/Makefile.orig Wed Mar 12 02:47:26 1997 -+++ util/sctomat/Makefile Tue Sep 21 03:37:35 1999 ++++ util/sctomat/Makefile Sat May 18 13:14:35 2002 @@ -5,7 +5,7 @@ # # sctomat makefile -BINDIR= ../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler @@ -31,7 +31,7 @@ install: scope_to_mat - cp scope_to_mat $(BINDIR) -+ install -c -s scope_to_mat $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} scope_to_mat $(BINDIR) clean: -rm -f *.o scope_to_mat diff -urN /usr/ports/cad/chipmunk/files/patch-ar cad/chipmunk/files/patch-ar --- /usr/ports/cad/chipmunk/files/patch-ar Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-ar Sat May 18 13:15:55 2002 @@ -1,11 +1,11 @@ --- util/spc-tools/sf/Makefile.orig Wed Mar 12 02:47:29 1997 -+++ util/spc-tools/sf/Makefile Tue Sep 21 03:41:57 1999 ++++ util/spc-tools/sf/Makefile Sat May 18 13:15:35 2002 @@ -18,7 +18,7 @@ # # sf makefile -BINDIR= ../../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler @@ -23,14 +23,14 @@ ## -CFLAGS = -+CFLAGS = -DBSD -DF_OK=0 ++CFLAGS += -DBSD -DF_OK=0 sf: sf.o hash.o spice.o $(CC) sf.o hash.o spice.o -o sf install: sf - cp sf $(BINDIR) -+ install -c -s sf $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} sf $(BINDIR) clean: -rm -f *.o sf diff -urN /usr/ports/cad/chipmunk/files/patch-as cad/chipmunk/files/patch-as --- /usr/ports/cad/chipmunk/files/patch-as Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-as Sat May 18 13:16:41 2002 @@ -1,11 +1,11 @@ --- util/spc-tools/ss/Makefile.orig Wed Mar 12 02:47:27 1997 -+++ util/spc-tools/ss/Makefile Tue Sep 21 03:40:50 1999 ++++ util/spc-tools/ss/Makefile Sat May 18 13:16:25 2002 @@ -18,7 +18,7 @@ # # ss makefile -BINDIR= ../../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler @@ -31,8 +31,8 @@ install: ss - cp ss $(BINDIR) - cp test/ucbsim $(BINDIR) -+ install -c -s ss $(BINDIR) -+ install -c test/ucbsim $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} ss $(BINDIR) ++ ${BSD_INSTALL_SCRIPT} test/ucbsim $(BINDIR) clean: -rm -f *.o ss diff -urN /usr/ports/cad/chipmunk/files/patch-au cad/chipmunk/files/patch-au --- /usr/ports/cad/chipmunk/files/patch-au Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-au Sat May 18 13:00:05 2002 @@ -1,16 +1,24 @@ ---- view/Makefile.orig Wed Mar 12 02:50:04 1997 -+++ view/Makefile Mon Sep 20 07:19:44 1999 -@@ -41,7 +41,8 @@ +--- view/Makefile.orig Sat May 18 12:02:28 2002 ++++ view/Makefile Sat May 18 12:59:50 2002 +@@ -40,7 +40,7 @@ ## or some other directory, depending on your installation. ## -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++XINCLUDEDIR = ${X11BASE}/include ## ## If X isn't in the library path (the case for many MachTen and Linux -@@ -68,7 +69,7 @@ +@@ -55,7 +55,7 @@ + ## depending on your installation. + ## + +-LIBX11 = -lX11 ++LIBX11 = -lX11 -L${X11BASE}/lib + + LIBP2C = ../psys/src/libp2c.a + +@@ -67,7 +67,7 @@ ## ## on Sun Solaris 2.X, -lsocket -lnsl must be added to OTHERLIBS @@ -19,36 +27,35 @@ ## ## (2) IEEE library directory -@@ -115,7 +116,7 @@ +@@ -114,7 +114,7 @@ - CHIPMUNKCC = gcc -O2 + CHIPMUNKCC = gcc -O3 -CC = $(CHIPMUNKCC) +CC ?= $(CHIPMUNKCC) ## ## (4) Adding appropriate flags -@@ -171,11 +172,11 @@ - ## in view rule - ## +@@ -172,11 +172,11 @@ + + CHIPMUNKFLAGS = --CFLAGS= -I$(LOCINC) -I$(XINCLUDEDIR) -DF_OK=0 +-CFLAGS= $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) -DF_OK=0 +CFLAGS += -I$(LOCINC) -I$(XINCLUDEDIR) -DF_OK=0 --LDFLAGS= $(LIBP2C) $(LIBX11) $(OTHERLIBS) -+LDFLAGS += $(LIBP2C) $(LIBX11) $(OTHERLIBS) -L$(XLIBDIR) + LDFLAGS= $(LIBP2C) $(LIBX11) $(OTHERLIBS) MYLDFLAGS= $(LIBP2C) $(IEEEDIR) $(LIBX11) $(OTHERLIBS) -BINDIR= ../bin -+BINDIR = %%PREFIX%%/bin ++BINDIR = ${PREFIX}/bin OBJS = \ viewfit.o \ -@@ -243,7 +244,7 @@ +@@ -244,7 +244,7 @@ (chdir mt; make; chdir ..; chdir tek2430; make; chdir ..; make mtlink) install: view - cp view $(BINDIR)/vc -+ install -c -s view $(BINDIR)/vc ++ ${BSD_INSTALL_PROGRAM} view $(BINDIR)/vc myinstall: myview cp view ../bin/myview diff -urN /usr/ports/cad/chipmunk/files/patch-ay cad/chipmunk/files/patch-ay --- /usr/ports/cad/chipmunk/files/patch-ay Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-ay Sat May 18 13:02:14 2002 @@ -1,16 +1,24 @@ ---- wol/Makefile.orig Wed Mar 12 02:51:43 1997 -+++ wol/Makefile Mon Sep 20 07:08:14 1999 -@@ -39,7 +39,8 @@ +--- wol/Makefile.orig Sat May 18 12:02:28 2002 ++++ wol/Makefile Sat May 18 13:01:59 2002 +@@ -39,7 +39,7 @@ ## or some other directory, depending on your installation. ## -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++XINCLUDEDIR = ${X11BASE}/include ## ## If X isn't in the library path (the case for many MachTen and Linux -@@ -66,7 +67,7 @@ +@@ -54,7 +54,7 @@ + ## depending on your installation. + ## + +-LIBX11 = -lX11 ++LIBX11 = -lX11 -L${X11BASE}/lib + + + +@@ -66,7 +66,7 @@ ## ## on some systems, -ldl must be added to the following line @@ -19,39 +27,36 @@ ## -@@ -97,11 +98,11 @@ +@@ -97,11 +97,11 @@ ## - CHIPMUNKCC = gcc + CHIPMUNKCC = gcc -O3 -CC = $(CHIPMUNKCC) +CC ?= $(CHIPMUNKCC) -LIBDIR = `pwd`/ -+LIBDIR = %%PREFIX%%/share/chipmunk ++LIBDIR = ${PREFIX}/share/chipmunk WOLPL = $(LIBDIR) -BINDIR = ../bin -+BINDIR = %%PREFIX%%/bin ++BINDIR = ${PREFIX}/bin ## -@@ -155,9 +156,9 @@ - ## in view rule - ## +@@ -157,7 +157,7 @@ + + CHIPMUNKFLAGS = --CFLAGS= -I$(LOCINC) -I$(XINCLUDEDIR) -DWOLLIBDIR=\"$(WOLPL)\" +-CFLAGS= $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) -DWOLLIBDIR=\"$(WOLPL)\" +CFLAGS += -DBSD -DF_OK -I$(LOCINC) -I$(XINCLUDEDIR) -DWOLLIBDIR=\"$(WOLPL)\" --LDFLAGS= $(LIBP2C) $(LIBX11) $(OTHERLIBS) -+LDFLAGS += $(LIBP2C) $(LIBX11) $(OTHERLIBS) -L$(XLIBDIR) + LDFLAGS= $(LIBP2C) $(LIBX11) $(OTHERLIBS) - OBJ = \ - cell_stuff.o \ -@@ -198,7 +199,7 @@ +@@ -200,7 +200,7 @@ install: wol - cp wol $(BINDIR) -+ install -c -s wol $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} wol $(BINDIR) clean: -rm -f *.o wol diff -urN /usr/ports/cad/chipmunk/files/patch-az cad/chipmunk/files/patch-az --- /usr/ports/cad/chipmunk/files/patch-az Fri Sep 24 14:11:57 1999 +++ cad/chipmunk/files/patch-az Sat May 18 13:03:28 2002 @@ -1,25 +1,24 @@ ---- wolcomp/Makefile.orig Wed Mar 12 02:53:32 1997 -+++ wolcomp/Makefile Mon Sep 20 07:10:09 1999 -@@ -52,10 +52,11 @@ +--- wolcomp/Makefile.orig Sat May 18 12:02:28 2002 ++++ wolcomp/Makefile Sat May 18 13:03:14 2002 +@@ -52,10 +52,10 @@ - CHIPMUNKCC = gcc + CHIPMUNKCC = gcc -O3 -CC = $(CHIPMUNKCC) +CC ?= $(CHIPMUNKCC) LOCINC = ../psys/include -XINCLUDEDIR = . -+XINCLUDEDIR = %%X11BASE%%/include -+XLIBDIR = %%X11BASE%%/lib ++XINCLUDEDIR = ${X11BASE}/include ## ## (2) Adding appropriate flags -@@ -109,7 +110,7 @@ +@@ -109,7 +109,7 @@ - --CFLAGS = -I$(LOCINC) -I$(XINCLUDEDIR) -+CFLAGS += -DBSD -DF_OK -I$(LOCINC) -I$(XINCLUDEDIR) -L$(XLIBDIR) + CHIPMUNKFLAGS = +-CFLAGS = $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) ++CFLAGS += -DBSD -DF_OK -I$(LOCINC) -I$(XINCLUDEDIR) install : $(OBJS) -rm -f wolcomp.a diff -urN /usr/ports/cad/chipmunk/pkg-plist cad/chipmunk/pkg-plist --- /usr/ports/cad/chipmunk/pkg-plist Fri Sep 24 14:11:58 1999 +++ cad/chipmunk/pkg-plist Sat May 18 15:53:52 2002 @@ -15,7 +15,6 @@ share/chipmunk/actel.gate share/chipmunk/actellog.cnf share/chipmunk/ana.gate -share/chipmunk/ana.gsafe share/chipmunk/analog-man.ps share/chipmunk/analog-tr.ps share/chipmunk/analog.cnf @@ -38,6 +37,7 @@ share/chipmunk/log.cnf share/chipmunk/log.doc share/chipmunk/log.gate +share/chipmunk/log.text share/chipmunk/lognews.text share/chipmunk/logntk.cnf share/chipmunk/logspc.cnf >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 Sat May 18 1: 3:51 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 7FF4337B64B for ; Sat, 18 May 2002 01:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I80BL08481; Sat, 18 May 2002 01:00:11 -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 6E5E637B414 for ; Sat, 18 May 2002 00:57:11 -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 g4I7vBhG081120 for ; Sat, 18 May 2002 00:57:11 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I7vBmW081119; Sat, 18 May 2002 00:57:11 -0700 (PDT) Message-Id: <200205180757.g4I7vBmW081119@www.freebsd.org> Date: Sat, 18 May 2002 00:57:11 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38229: Update port: graphics/libwmf 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: 38229 >Category: ports >Synopsis: Update port: graphics/libwmf >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: Sat May 18 01:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Fix pkg-plist - Chase location of libxml2 headers New file: files/patch-src::font.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/libwmf/Makefile graphics/libwmf/Makefile --- /usr/ports/graphics/libwmf/Makefile Sat May 18 16:47:57 2002 +++ graphics/libwmf/Makefile Sat May 18 16:50:41 2002 @@ -7,6 +7,7 @@ PORTNAME= libwmf PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -14,26 +15,26 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 -.ifndef (WITHOUT_X11) -USE_XLIB= yes -PLIST_SUB+= X11='' -.else -PKGNAMESUFFIX= -nox11 -PLIST_SUB+= X11='@comment ' -.endif - GNU_CONFIGURE= yes -CONFIGURE_TARGET= # none -CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL} \ - --enable-magick --with-sys-gd=no \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-magick --with-sys-gd=no \ --with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \ --with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts INSTALLS_SHLIB= yes + +.if defined(WITHOUT_X11) +PKGNAMESUFFIX= -nox11 +CONFIGURE_ARGS+= --with-x=no +PLIST_SUB+= X11='@comment ' +.else +USE_XLIB= yes +PLIST_SUB+= X11='' +.endif pre-patch: @${PERL} -pi -e 's|src include fonts doc|src include fonts|g' \ diff -urN /usr/ports/graphics/libwmf/files/patch-ltmain.sh graphics/libwmf/files/patch-ltmain.sh --- /usr/ports/graphics/libwmf/files/patch-ltmain.sh Tue Nov 20 12:54:56 2001 +++ graphics/libwmf/files/patch-ltmain.sh Fri May 17 21:18:56 2002 @@ -1,16 +1,6 @@ ---- ltmain.sh.orig Sun Oct 28 22:08:24 2001 -+++ ltmain.sh Sat Nov 17 05:11:40 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4175,10 +4178,12 @@ +--- ltmain.sh.orig Wed May 15 18:57:35 2002 ++++ ltmain.sh Fri May 17 21:18:44 2002 +@@ -4731,10 +4731,12 @@ fi # Install the pseudo-library for information purposes. diff -urN /usr/ports/graphics/libwmf/files/patch-src::font.c graphics/libwmf/files/patch-src::font.c --- /usr/ports/graphics/libwmf/files/patch-src::font.c Thu Jan 1 09:00:00 1970 +++ graphics/libwmf/files/patch-src::font.c Fri May 17 23:56:35 2002 @@ -0,0 +1,13 @@ +--- src/font.c.orig Wed May 15 18:34:08 2002 ++++ src/font.c Fri May 17 23:56:23 2002 +@@ -833,8 +833,8 @@ + + #ifdef HAVE_XML2 + +-#include +-#include ++#include ++#include + + static void xml2_start (void* user_data,const char* tag,const char** attributes) + { const char** attr; diff -urN /usr/ports/graphics/libwmf/pkg-plist graphics/libwmf/pkg-plist --- /usr/ports/graphics/libwmf/pkg-plist Sat May 18 16:48:00 2002 +++ graphics/libwmf/pkg-plist Fri May 17 23:29:11 2002 @@ -34,6 +34,9 @@ lib/libwmf.a lib/libwmf.so lib/libwmf.so.2 +lib/libwmflite.a +lib/libwmflite.so +lib/libwmflite.so.2 %%PORTDOCS%%share/doc/libwmf/caolan/2.html %%PORTDOCS%%share/doc/libwmf/caolan/Arc.html %%PORTDOCS%%share/doc/libwmf/caolan/BitBlt.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 Sat May 18 1: 3:51 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 6C54037B649 for ; Sat, 18 May 2002 01:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I80Bp08472; Sat, 18 May 2002 01:00:11 -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 4746637B403 for ; Sat, 18 May 2002 00:56:18 -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 g4I7uIhG081086 for ; Sat, 18 May 2002 00:56:18 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I7uIJI081085; Sat, 18 May 2002 00:56:18 -0700 (PDT) Message-Id: <200205180756.g4I7uIJI081085@www.freebsd.org> Date: Sat, 18 May 2002 00:56:18 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38228: Update port: editors/xcoral to 3.40 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: 38228 >Category: ports >Synopsis: Update port: editors/xcoral to 3.40 >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: Sat May 18 01:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.40 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/xcoral/Makefile editors/xcoral/Makefile --- /usr/ports/editors/xcoral/Makefile Mon Apr 24 07:59:27 2000 +++ editors/xcoral/Makefile Sat May 18 09:20:06 2002 @@ -6,37 +6,24 @@ # PORTNAME= xcoral -PORTVERSION= 3.2 +PORTVERSION= 3.40 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= editors +MASTER_SITES= http://xcoral.free.fr/ MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes - -LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ - complete-word.sc describe.sc edir.sc edt.sc example.sc \ - french.sc hack-filename.sc hanoi.sc head.sc html.sc \ - java.sc keydef-ext.sc latex-macros.sc latex.sc \ - man.dtex misc-commands.sc mode-ext.sc mode.sc mouse.sc \ - rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \ - utilities.sc version.sc window-utilities.sc xcoralrc.lf +CONFIGURE_ARGS= --libdir=${PREFIX}/share do-install: - @${MKDIR} ${PREFIX}/lib/xcoral/ - -.for i in ${LIBFILES} - ${INSTALL_DATA} ${WRKSRC}/SmacLib/${i} ${PREFIX}/lib/xcoral/ -.endfor - - ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin/ - + ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/SmacLib/* ${DATADIR} .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/xcoral/HTML/icons - ${CP} -r ${WRKSRC}/Doc/ ${PREFIX}/share/doc/xcoral/ + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Doc/* ${DOCSDIR} .endif .include diff -urN /usr/ports/editors/xcoral/distinfo editors/xcoral/distinfo --- /usr/ports/editors/xcoral/distinfo Sun Apr 11 20:19:14 1999 +++ editors/xcoral/distinfo Sat May 18 08:40:12 2002 @@ -1 +1 @@ -MD5 (xcoral-3.2.tar.gz) = 668fe3d0ef52f3677cd6cc8b52feaa2e +MD5 (xcoral-3.40.tar.gz) = eb13e9cc63f61662ff06c964e195ba32 diff -urN /usr/ports/editors/xcoral/pkg-descr editors/xcoral/pkg-descr --- /usr/ports/editors/xcoral/pkg-descr Tue Oct 3 01:14:42 1995 +++ editors/xcoral/pkg-descr Sat May 18 09:06:42 2002 @@ -11,8 +11,10 @@ use and customize the editor. Commands are accessible from menus or key bindings. Xcoral is a direct Xlib client and runs on color/bw X Display. -The example .xcoralrc is in ${PREFIX}/lib/X11/xcoral/xcoralrc.fl; cp it +The example .xcoralrc is in ${PREFIX}/share/xcoral/xcoralrc.fl; cp it to ~/.xcoralrc, and fire up xcoral. + +WWW: http://xcoral.free.fr/ eric. erich@rrnet.com diff -urN /usr/ports/editors/xcoral/pkg-plist editors/xcoral/pkg-plist --- /usr/ports/editors/xcoral/pkg-plist Fri Dec 28 16:26:10 2001 +++ editors/xcoral/pkg-plist Sat May 18 09:16:08 2002 @@ -1,483 +1,41 @@ bin/xcoral -lib/xcoral/DEPEND -lib/xcoral/README -lib/xcoral/cmd.sc -lib/xcoral/color.sc -lib/xcoral/comments.sc -lib/xcoral/compare-win.sc -lib/xcoral/complete-word.sc -lib/xcoral/describe.sc -lib/xcoral/edir.sc -lib/xcoral/edt.sc -lib/xcoral/example.sc -lib/xcoral/french.sc -lib/xcoral/hack-filename.sc -lib/xcoral/hanoi.sc -lib/xcoral/head.sc -lib/xcoral/html.sc -lib/xcoral/java.sc -lib/xcoral/keydef-ext.sc -lib/xcoral/latex-macros.sc -lib/xcoral/latex.sc -lib/xcoral/man.dtex -lib/xcoral/misc-commands.sc -lib/xcoral/mode-ext.sc -lib/xcoral/mode.sc -lib/xcoral/mouse.sc -lib/xcoral/rcs.sc -lib/xcoral/save.sc -lib/xcoral/sun-keydef.sc -lib/xcoral/title.sc -lib/xcoral/top-ten.sc -lib/xcoral/utilities.sc -lib/xcoral/version.sc -lib/xcoral/window-utilities.sc -lib/xcoral/xcoralrc.lf -%%PORTDOCS%%share/doc/xcoral/HTML/footnode.html -%%PORTDOCS%%share/doc/xcoral/HTML/img1.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img10.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img100.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img101.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img102.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img103.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img104.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img105.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img106.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img107.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img108.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img109.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img11.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img110.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img12.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img13.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img14.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img15.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img16.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img17.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img18.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img19.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img2.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img20.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img21.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img22.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img23.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img24.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img25.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img26.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img27.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img28.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img29.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img3.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img30.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img31.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img32.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img33.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img34.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img35.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img36.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img37.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img38.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img39.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img4.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img40.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img41.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img42.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img43.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img44.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img45.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img46.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img47.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img48.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img49.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img5.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img50.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img51.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img52.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img53.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img54.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img55.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img56.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img57.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img58.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img59.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img6.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img60.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img61.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img62.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img63.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img64.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img65.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img66.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img67.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img68.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img69.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img7.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img70.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img71.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img72.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img73.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img74.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img75.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img76.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img77.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img78.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img79.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img8.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img80.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img81.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img82.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img83.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img84.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img85.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img86.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img87.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img88.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img89.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img9.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img90.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img91.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img92.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img93.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img94.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img95.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img96.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img97.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img98.gif -%%PORTDOCS%%share/doc/xcoral/HTML/img99.gif -%%PORTDOCS%%share/doc/xcoral/HTML/index.html -%%PORTDOCS%%share/doc/xcoral/HTML/node1.html -%%PORTDOCS%%share/doc/xcoral/HTML/node10.html -%%PORTDOCS%%share/doc/xcoral/HTML/node100.html -%%PORTDOCS%%share/doc/xcoral/HTML/node101.html -%%PORTDOCS%%share/doc/xcoral/HTML/node102.html -%%PORTDOCS%%share/doc/xcoral/HTML/node103.html -%%PORTDOCS%%share/doc/xcoral/HTML/node104.html -%%PORTDOCS%%share/doc/xcoral/HTML/node105.html -%%PORTDOCS%%share/doc/xcoral/HTML/node106.html -%%PORTDOCS%%share/doc/xcoral/HTML/node107.html -%%PORTDOCS%%share/doc/xcoral/HTML/node11.html -%%PORTDOCS%%share/doc/xcoral/HTML/node108.html -%%PORTDOCS%%share/doc/xcoral/HTML/node109.html -%%PORTDOCS%%share/doc/xcoral/HTML/node110.html -%%PORTDOCS%%share/doc/xcoral/HTML/node111.html -%%PORTDOCS%%share/doc/xcoral/HTML/node112.html -%%PORTDOCS%%share/doc/xcoral/HTML/node113.html -%%PORTDOCS%%share/doc/xcoral/HTML/node114.html -%%PORTDOCS%%share/doc/xcoral/HTML/node115.html -%%PORTDOCS%%share/doc/xcoral/HTML/node116.html -%%PORTDOCS%%share/doc/xcoral/HTML/node117.html -%%PORTDOCS%%share/doc/xcoral/HTML/node118.html -%%PORTDOCS%%share/doc/xcoral/HTML/node119.html -%%PORTDOCS%%share/doc/xcoral/HTML/node12.html -%%PORTDOCS%%share/doc/xcoral/HTML/node120.html -%%PORTDOCS%%share/doc/xcoral/HTML/node121.html -%%PORTDOCS%%share/doc/xcoral/HTML/node122.html -%%PORTDOCS%%share/doc/xcoral/HTML/node123.html -%%PORTDOCS%%share/doc/xcoral/HTML/node124.html -%%PORTDOCS%%share/doc/xcoral/HTML/node125.html -%%PORTDOCS%%share/doc/xcoral/HTML/node126.html -%%PORTDOCS%%share/doc/xcoral/HTML/node127.html -%%PORTDOCS%%share/doc/xcoral/HTML/node128.html -%%PORTDOCS%%share/doc/xcoral/HTML/node129.html -%%PORTDOCS%%share/doc/xcoral/HTML/node13.html -%%PORTDOCS%%share/doc/xcoral/HTML/node130.html -%%PORTDOCS%%share/doc/xcoral/HTML/node131.html -%%PORTDOCS%%share/doc/xcoral/HTML/node132.html -%%PORTDOCS%%share/doc/xcoral/HTML/node133.html -%%PORTDOCS%%share/doc/xcoral/HTML/node134.html -%%PORTDOCS%%share/doc/xcoral/HTML/node135.html -%%PORTDOCS%%share/doc/xcoral/HTML/node136.html -%%PORTDOCS%%share/doc/xcoral/HTML/node137.html -%%PORTDOCS%%share/doc/xcoral/HTML/node138.html -%%PORTDOCS%%share/doc/xcoral/HTML/node139.html -%%PORTDOCS%%share/doc/xcoral/HTML/node14.html -%%PORTDOCS%%share/doc/xcoral/HTML/node140.html -%%PORTDOCS%%share/doc/xcoral/HTML/node141.html -%%PORTDOCS%%share/doc/xcoral/HTML/node142.html -%%PORTDOCS%%share/doc/xcoral/HTML/node143.html -%%PORTDOCS%%share/doc/xcoral/HTML/node144.html -%%PORTDOCS%%share/doc/xcoral/HTML/node145.html -%%PORTDOCS%%share/doc/xcoral/HTML/node146.html -%%PORTDOCS%%share/doc/xcoral/HTML/icons/blueball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/greenball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/orangeball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/pinkball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/purpleball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/redball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/whiteball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/yellowball.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/contents_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/cross_ref_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/foot_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/index_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/next_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/next_motif_gr.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/previous_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/previous_motif_gr.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/up_motif.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/up_motif_gr.gif -%%PORTDOCS%%share/doc/xcoral/HTML/icons/mybg.jpg -%%PORTDOCS%%share/doc/xcoral/HTML/node147.html -%%PORTDOCS%%share/doc/xcoral/HTML/node148.html -%%PORTDOCS%%share/doc/xcoral/HTML/node149.html -%%PORTDOCS%%share/doc/xcoral/HTML/node15.html -%%PORTDOCS%%share/doc/xcoral/HTML/node150.html -%%PORTDOCS%%share/doc/xcoral/HTML/node151.html -%%PORTDOCS%%share/doc/xcoral/HTML/node152.html -%%PORTDOCS%%share/doc/xcoral/HTML/node153.html -%%PORTDOCS%%share/doc/xcoral/HTML/node154.html -%%PORTDOCS%%share/doc/xcoral/HTML/node155.html -%%PORTDOCS%%share/doc/xcoral/HTML/node156.html -%%PORTDOCS%%share/doc/xcoral/HTML/node157.html -%%PORTDOCS%%share/doc/xcoral/HTML/node158.html -%%PORTDOCS%%share/doc/xcoral/HTML/node159.html -%%PORTDOCS%%share/doc/xcoral/HTML/node16.html -%%PORTDOCS%%share/doc/xcoral/HTML/node160.html -%%PORTDOCS%%share/doc/xcoral/HTML/node161.html -%%PORTDOCS%%share/doc/xcoral/HTML/node162.html -%%PORTDOCS%%share/doc/xcoral/HTML/node163.html -%%PORTDOCS%%share/doc/xcoral/HTML/node164.html -%%PORTDOCS%%share/doc/xcoral/HTML/node165.html -%%PORTDOCS%%share/doc/xcoral/HTML/node166.html -%%PORTDOCS%%share/doc/xcoral/HTML/node167.html -%%PORTDOCS%%share/doc/xcoral/HTML/node168.html -%%PORTDOCS%%share/doc/xcoral/HTML/node169.html -%%PORTDOCS%%share/doc/xcoral/HTML/node17.html -%%PORTDOCS%%share/doc/xcoral/HTML/node170.html -%%PORTDOCS%%share/doc/xcoral/HTML/node171.html -%%PORTDOCS%%share/doc/xcoral/HTML/node172.html -%%PORTDOCS%%share/doc/xcoral/HTML/node173.html -%%PORTDOCS%%share/doc/xcoral/HTML/node174.html -%%PORTDOCS%%share/doc/xcoral/HTML/node175.html -%%PORTDOCS%%share/doc/xcoral/HTML/node176.html -%%PORTDOCS%%share/doc/xcoral/HTML/node177.html -%%PORTDOCS%%share/doc/xcoral/HTML/node178.html -%%PORTDOCS%%share/doc/xcoral/HTML/node179.html -%%PORTDOCS%%share/doc/xcoral/HTML/node18.html -%%PORTDOCS%%share/doc/xcoral/HTML/node180.html -%%PORTDOCS%%share/doc/xcoral/HTML/node181.html -%%PORTDOCS%%share/doc/xcoral/HTML/node182.html -%%PORTDOCS%%share/doc/xcoral/HTML/node183.html -%%PORTDOCS%%share/doc/xcoral/HTML/node184.html -%%PORTDOCS%%share/doc/xcoral/HTML/node185.html -%%PORTDOCS%%share/doc/xcoral/HTML/node186.html -%%PORTDOCS%%share/doc/xcoral/HTML/node187.html -%%PORTDOCS%%share/doc/xcoral/HTML/node188.html -%%PORTDOCS%%share/doc/xcoral/HTML/node189.html -%%PORTDOCS%%share/doc/xcoral/HTML/node19.html -%%PORTDOCS%%share/doc/xcoral/HTML/node190.html -%%PORTDOCS%%share/doc/xcoral/HTML/node191.html -%%PORTDOCS%%share/doc/xcoral/HTML/node192.html -%%PORTDOCS%%share/doc/xcoral/HTML/node193.html -%%PORTDOCS%%share/doc/xcoral/HTML/node194.html -%%PORTDOCS%%share/doc/xcoral/HTML/node195.html -%%PORTDOCS%%share/doc/xcoral/HTML/node196.html -%%PORTDOCS%%share/doc/xcoral/HTML/node197.html -%%PORTDOCS%%share/doc/xcoral/HTML/node198.html -%%PORTDOCS%%share/doc/xcoral/HTML/node199.html -%%PORTDOCS%%share/doc/xcoral/HTML/node2.html -%%PORTDOCS%%share/doc/xcoral/HTML/node20.html -%%PORTDOCS%%share/doc/xcoral/HTML/node200.html -%%PORTDOCS%%share/doc/xcoral/HTML/node201.html -%%PORTDOCS%%share/doc/xcoral/HTML/node202.html -%%PORTDOCS%%share/doc/xcoral/HTML/node21.html -%%PORTDOCS%%share/doc/xcoral/HTML/node203.html -%%PORTDOCS%%share/doc/xcoral/HTML/node204.html -%%PORTDOCS%%share/doc/xcoral/HTML/node205.html -%%PORTDOCS%%share/doc/xcoral/HTML/node206.html -%%PORTDOCS%%share/doc/xcoral/HTML/node207.html -%%PORTDOCS%%share/doc/xcoral/HTML/node208.html -%%PORTDOCS%%share/doc/xcoral/HTML/node209.html -%%PORTDOCS%%share/doc/xcoral/HTML/node210.html -%%PORTDOCS%%share/doc/xcoral/HTML/node211.html -%%PORTDOCS%%share/doc/xcoral/HTML/node212.html -%%PORTDOCS%%share/doc/xcoral/HTML/node213.html -%%PORTDOCS%%share/doc/xcoral/HTML/node214.html -%%PORTDOCS%%share/doc/xcoral/HTML/node215.html -%%PORTDOCS%%share/doc/xcoral/HTML/node216.html -%%PORTDOCS%%share/doc/xcoral/HTML/node217.html -%%PORTDOCS%%share/doc/xcoral/HTML/node218.html -%%PORTDOCS%%share/doc/xcoral/HTML/node219.html -%%PORTDOCS%%share/doc/xcoral/HTML/node22.html -%%PORTDOCS%%share/doc/xcoral/HTML/node220.html -%%PORTDOCS%%share/doc/xcoral/HTML/node221.html -%%PORTDOCS%%share/doc/xcoral/HTML/node222.html -%%PORTDOCS%%share/doc/xcoral/HTML/node223.html -%%PORTDOCS%%share/doc/xcoral/HTML/node224.html -%%PORTDOCS%%share/doc/xcoral/HTML/node225.html -%%PORTDOCS%%share/doc/xcoral/HTML/node226.html -%%PORTDOCS%%share/doc/xcoral/HTML/node227.html -%%PORTDOCS%%share/doc/xcoral/HTML/node228.html -%%PORTDOCS%%share/doc/xcoral/HTML/node229.html -%%PORTDOCS%%share/doc/xcoral/HTML/node23.html -%%PORTDOCS%%share/doc/xcoral/HTML/node230.html -%%PORTDOCS%%share/doc/xcoral/HTML/node231.html -%%PORTDOCS%%share/doc/xcoral/HTML/node232.html -%%PORTDOCS%%share/doc/xcoral/HTML/node233.html -%%PORTDOCS%%share/doc/xcoral/HTML/node234.html -%%PORTDOCS%%share/doc/xcoral/HTML/node235.html -%%PORTDOCS%%share/doc/xcoral/HTML/node236.html -%%PORTDOCS%%share/doc/xcoral/HTML/node237.html -%%PORTDOCS%%share/doc/xcoral/HTML/node238.html -%%PORTDOCS%%share/doc/xcoral/HTML/node239.html -%%PORTDOCS%%share/doc/xcoral/HTML/node24.html -%%PORTDOCS%%share/doc/xcoral/HTML/node240.html -%%PORTDOCS%%share/doc/xcoral/HTML/node241.html -%%PORTDOCS%%share/doc/xcoral/HTML/node242.html -%%PORTDOCS%%share/doc/xcoral/HTML/node243.html -%%PORTDOCS%%share/doc/xcoral/HTML/node244.html -%%PORTDOCS%%share/doc/xcoral/HTML/node245.html -%%PORTDOCS%%share/doc/xcoral/HTML/node246.html -%%PORTDOCS%%share/doc/xcoral/HTML/node247.html -%%PORTDOCS%%share/doc/xcoral/HTML/node248.html -%%PORTDOCS%%share/doc/xcoral/HTML/node249.html -%%PORTDOCS%%share/doc/xcoral/HTML/node25.html -%%PORTDOCS%%share/doc/xcoral/HTML/node250.html -%%PORTDOCS%%share/doc/xcoral/HTML/node251.html -%%PORTDOCS%%share/doc/xcoral/HTML/node252.html -%%PORTDOCS%%share/doc/xcoral/HTML/node253.html -%%PORTDOCS%%share/doc/xcoral/HTML/node254.html -%%PORTDOCS%%share/doc/xcoral/HTML/node255.html -%%PORTDOCS%%share/doc/xcoral/HTML/node256.html -%%PORTDOCS%%share/doc/xcoral/HTML/node257.html -%%PORTDOCS%%share/doc/xcoral/HTML/node258.html -%%PORTDOCS%%share/doc/xcoral/HTML/node259.html -%%PORTDOCS%%share/doc/xcoral/HTML/node26.html -%%PORTDOCS%%share/doc/xcoral/HTML/node260.html -%%PORTDOCS%%share/doc/xcoral/HTML/node261.html -%%PORTDOCS%%share/doc/xcoral/HTML/node262.html -%%PORTDOCS%%share/doc/xcoral/HTML/node263.html -%%PORTDOCS%%share/doc/xcoral/HTML/node264.html -%%PORTDOCS%%share/doc/xcoral/HTML/node265.html -%%PORTDOCS%%share/doc/xcoral/HTML/node266.html -%%PORTDOCS%%share/doc/xcoral/HTML/node267.html -%%PORTDOCS%%share/doc/xcoral/HTML/node268.html -%%PORTDOCS%%share/doc/xcoral/HTML/node269.html -%%PORTDOCS%%share/doc/xcoral/HTML/node27.html -%%PORTDOCS%%share/doc/xcoral/HTML/node270.html -%%PORTDOCS%%share/doc/xcoral/HTML/node271.html -%%PORTDOCS%%share/doc/xcoral/HTML/node272.html -%%PORTDOCS%%share/doc/xcoral/HTML/node273.html -%%PORTDOCS%%share/doc/xcoral/HTML/node274.html -%%PORTDOCS%%share/doc/xcoral/HTML/node275.html -%%PORTDOCS%%share/doc/xcoral/HTML/node276.html -%%PORTDOCS%%share/doc/xcoral/HTML/node277.html -%%PORTDOCS%%share/doc/xcoral/HTML/node278.html -%%PORTDOCS%%share/doc/xcoral/HTML/node279.html -%%PORTDOCS%%share/doc/xcoral/HTML/node28.html -%%PORTDOCS%%share/doc/xcoral/HTML/node280.html -%%PORTDOCS%%share/doc/xcoral/HTML/node281.html -%%PORTDOCS%%share/doc/xcoral/HTML/node282.html -%%PORTDOCS%%share/doc/xcoral/HTML/node283.html -%%PORTDOCS%%share/doc/xcoral/HTML/node284.html -%%PORTDOCS%%share/doc/xcoral/HTML/node285.html -%%PORTDOCS%%share/doc/xcoral/HTML/node286.html -%%PORTDOCS%%share/doc/xcoral/HTML/node287.html -%%PORTDOCS%%share/doc/xcoral/HTML/node288.html -%%PORTDOCS%%share/doc/xcoral/HTML/node289.html -%%PORTDOCS%%share/doc/xcoral/HTML/node29.html -%%PORTDOCS%%share/doc/xcoral/HTML/node290.html -%%PORTDOCS%%share/doc/xcoral/HTML/node291.html -%%PORTDOCS%%share/doc/xcoral/HTML/node292.html -%%PORTDOCS%%share/doc/xcoral/HTML/node293.html -%%PORTDOCS%%share/doc/xcoral/HTML/node294.html -%%PORTDOCS%%share/doc/xcoral/HTML/node295.html -%%PORTDOCS%%share/doc/xcoral/HTML/node296.html -%%PORTDOCS%%share/doc/xcoral/HTML/node297.html -%%PORTDOCS%%share/doc/xcoral/HTML/node298.html -%%PORTDOCS%%share/doc/xcoral/HTML/node299.html -%%PORTDOCS%%share/doc/xcoral/HTML/node3.html -%%PORTDOCS%%share/doc/xcoral/HTML/node30.html -%%PORTDOCS%%share/doc/xcoral/HTML/node300.html -%%PORTDOCS%%share/doc/xcoral/HTML/node301.html -%%PORTDOCS%%share/doc/xcoral/HTML/node302.html -%%PORTDOCS%%share/doc/xcoral/HTML/node303.html -%%PORTDOCS%%share/doc/xcoral/HTML/node304.html -%%PORTDOCS%%share/doc/xcoral/HTML/node305.html -%%PORTDOCS%%share/doc/xcoral/HTML/node306.html -%%PORTDOCS%%share/doc/xcoral/HTML/node307.html -%%PORTDOCS%%share/doc/xcoral/HTML/node31.html -%%PORTDOCS%%share/doc/xcoral/HTML/node32.html -%%PORTDOCS%%share/doc/xcoral/HTML/node33.html -%%PORTDOCS%%share/doc/xcoral/HTML/node34.html -%%PORTDOCS%%share/doc/xcoral/HTML/node35.html -%%PORTDOCS%%share/doc/xcoral/HTML/node36.html -%%PORTDOCS%%share/doc/xcoral/HTML/node37.html -%%PORTDOCS%%share/doc/xcoral/HTML/node38.html -%%PORTDOCS%%share/doc/xcoral/HTML/node39.html -%%PORTDOCS%%share/doc/xcoral/HTML/node4.html -%%PORTDOCS%%share/doc/xcoral/HTML/node40.html -%%PORTDOCS%%share/doc/xcoral/HTML/node41.html -%%PORTDOCS%%share/doc/xcoral/HTML/node42.html -%%PORTDOCS%%share/doc/xcoral/HTML/node43.html -%%PORTDOCS%%share/doc/xcoral/HTML/node44.html -%%PORTDOCS%%share/doc/xcoral/HTML/node45.html -%%PORTDOCS%%share/doc/xcoral/HTML/node46.html -%%PORTDOCS%%share/doc/xcoral/HTML/node47.html -%%PORTDOCS%%share/doc/xcoral/HTML/node48.html -%%PORTDOCS%%share/doc/xcoral/HTML/node49.html -%%PORTDOCS%%share/doc/xcoral/HTML/node5.html -%%PORTDOCS%%share/doc/xcoral/HTML/node50.html -%%PORTDOCS%%share/doc/xcoral/HTML/node51.html -%%PORTDOCS%%share/doc/xcoral/HTML/node52.html -%%PORTDOCS%%share/doc/xcoral/HTML/node53.html -%%PORTDOCS%%share/doc/xcoral/HTML/node54.html -%%PORTDOCS%%share/doc/xcoral/HTML/node55.html -%%PORTDOCS%%share/doc/xcoral/HTML/node56.html -%%PORTDOCS%%share/doc/xcoral/HTML/node57.html -%%PORTDOCS%%share/doc/xcoral/HTML/node58.html -%%PORTDOCS%%share/doc/xcoral/HTML/node59.html -%%PORTDOCS%%share/doc/xcoral/HTML/node6.html -%%PORTDOCS%%share/doc/xcoral/HTML/node60.html -%%PORTDOCS%%share/doc/xcoral/HTML/node61.html -%%PORTDOCS%%share/doc/xcoral/HTML/node62.html -%%PORTDOCS%%share/doc/xcoral/HTML/node63.html -%%PORTDOCS%%share/doc/xcoral/HTML/node64.html -%%PORTDOCS%%share/doc/xcoral/HTML/node65.html -%%PORTDOCS%%share/doc/xcoral/HTML/node66.html -%%PORTDOCS%%share/doc/xcoral/HTML/node67.html -%%PORTDOCS%%share/doc/xcoral/HTML/node68.html -%%PORTDOCS%%share/doc/xcoral/HTML/node69.html -%%PORTDOCS%%share/doc/xcoral/HTML/node7.html -%%PORTDOCS%%share/doc/xcoral/HTML/node70.html -%%PORTDOCS%%share/doc/xcoral/HTML/node71.html -%%PORTDOCS%%share/doc/xcoral/HTML/node72.html -%%PORTDOCS%%share/doc/xcoral/HTML/node73.html -%%PORTDOCS%%share/doc/xcoral/HTML/node74.html -%%PORTDOCS%%share/doc/xcoral/HTML/node75.html -%%PORTDOCS%%share/doc/xcoral/HTML/node76.html -%%PORTDOCS%%share/doc/xcoral/HTML/node77.html -%%PORTDOCS%%share/doc/xcoral/HTML/node78.html -%%PORTDOCS%%share/doc/xcoral/HTML/node79.html -%%PORTDOCS%%share/doc/xcoral/HTML/node8.html -%%PORTDOCS%%share/doc/xcoral/HTML/node80.html -%%PORTDOCS%%share/doc/xcoral/HTML/node81.html -%%PORTDOCS%%share/doc/xcoral/HTML/node82.html -%%PORTDOCS%%share/doc/xcoral/HTML/node83.html -%%PORTDOCS%%share/doc/xcoral/HTML/node84.html -%%PORTDOCS%%share/doc/xcoral/HTML/node85.html -%%PORTDOCS%%share/doc/xcoral/HTML/node86.html -%%PORTDOCS%%share/doc/xcoral/HTML/node87.html -%%PORTDOCS%%share/doc/xcoral/HTML/node88.html -%%PORTDOCS%%share/doc/xcoral/HTML/node89.html -%%PORTDOCS%%share/doc/xcoral/HTML/node9.html -%%PORTDOCS%%share/doc/xcoral/HTML/node90.html -%%PORTDOCS%%share/doc/xcoral/HTML/node91.html -%%PORTDOCS%%share/doc/xcoral/HTML/node92.html -%%PORTDOCS%%share/doc/xcoral/HTML/node93.html -%%PORTDOCS%%share/doc/xcoral/HTML/node94.html -%%PORTDOCS%%share/doc/xcoral/HTML/node95.html -%%PORTDOCS%%share/doc/xcoral/HTML/node96.html -%%PORTDOCS%%share/doc/xcoral/HTML/node97.html -%%PORTDOCS%%share/doc/xcoral/HTML/node98.html -%%PORTDOCS%%share/doc/xcoral/HTML/node99.html -%%PORTDOCS%%share/doc/xcoral/HTML/xcoral.css -%%PORTDOCS%%share/doc/xcoral/HTML/xcoral.html +%%PORTDOCS%%share/doc/xcoral/xcoral-3.40.ps %%PORTDOCS%%share/doc/xcoral/xcoral-card.ps -%%PORTDOCS%%share/doc/xcoral/xcoral-session.gif -%%PORTDOCS%%share/doc/xcoral/README -%%PORTDOCS%%share/doc/xcoral/xcoral-3.2.ps -%%PORTDOCS%%@dirrm share/doc/xcoral/HTML/icons -%%PORTDOCS%%@dirrm share/doc/xcoral/HTML +share/xcoral/DEPEND +share/xcoral/README +share/xcoral/cmd.sc +share/xcoral/color.sc +share/xcoral/comments.sc +share/xcoral/compare-win.sc +share/xcoral/complete-word.sc +share/xcoral/describe.sc +share/xcoral/edir.sc +share/xcoral/edt.sc +share/xcoral/example.sc +share/xcoral/french.sc +share/xcoral/hack-filename.sc +share/xcoral/hanoi.sc +share/xcoral/head.sc +share/xcoral/html.sc +share/xcoral/java.sc +share/xcoral/keydef-ext.sc +share/xcoral/latex-macros.sc +share/xcoral/latex.sc +share/xcoral/lex.sc +share/xcoral/man.dtex +share/xcoral/misc-commands.sc +share/xcoral/mode-ext.sc +share/xcoral/mode.sc +share/xcoral/mouse.sc +share/xcoral/rcs.sc +share/xcoral/save.sc +share/xcoral/shell-script.sc +share/xcoral/sun-keydef.sc +share/xcoral/title.sc +share/xcoral/top-ten.sc +share/xcoral/utilities.sc +share/xcoral/version.sc +share/xcoral/window-utilities.sc +share/xcoral/xcoralrc.lf +@dirrm share/xcoral %%PORTDOCS%%@dirrm share/doc/xcoral -@dirrm lib/xcoral >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 Sat May 18 1: 4: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 7873137B5AF; Sat, 18 May 2002 01:00:18 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I80IP08534; Sat, 18 May 2002 01:00:18 -0700 (PDT) (envelope-from pat) Date: Sat, 18 May 2002 01:00:18 -0700 (PDT) From: Message-Id: <200205180800.g4I80IP08534@freefall.freebsd.org> To: gshapiro+gnats-may5@gshapiro.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37773: coldsync-2.1.3_3 stray files 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: coldsync-2.1.3_3 stray files State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sat May 18 01:00:08 PDT 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37773 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 1: 4:48 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 9ACAC37B626 for ; Sat, 18 May 2002 01:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I80BR08490; Sat, 18 May 2002 01:00:11 -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 116AF37B502 for ; Sat, 18 May 2002 00:58:14 -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 g4I7w9hG081205 for ; Sat, 18 May 2002 00:58:11 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I7w9Om081203; Sat, 18 May 2002 00:58:09 -0700 (PDT) Message-Id: <200205180758.g4I7w9Om081203@www.freebsd.org> Date: Sat, 18 May 2002 00:58:09 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38230: Update port: japanese/truetypefonts to 2001.08.18.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: 38230 >Category: ports >Synopsis: Update port: japanese/truetypefonts to 2001.08.18.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: Sat May 18 01:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2001.08.18-5 >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/truetypefonts/Makefile japanese/truetypefonts/Makefile --- /usr/ports/japanese/truetypefonts/Makefile Fri Dec 14 18:18:42 2001 +++ japanese/truetypefonts/Makefile Sat May 18 13:55:04 2002 @@ -6,7 +6,7 @@ # PORTNAME= truetypefonts -PORTVERSION= 2001.08.18.4 +PORTVERSION= 2001.08.18.5 CATEGORIES= japanese x11-fonts MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/t/ttf-xtt/ DISTNAME= ttf-xtt_0.${PORTVERSION:R:S/.//g}-${PORTVERSION:E} @@ -15,12 +15,6 @@ USE_X_PREFIX= yes -.include - -.if ${XFREE86_VERSION} == 4 -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - WRKSRC= ${WRKDIR}/ttf-xtt-0.${PORTVERSION:R:S/.//g} NO_BUILD= yes @@ -42,4 +36,4 @@ ${INSTALL_DATA} ${FILESDIR}/fonts.alias.truetype ${PREFIX}/${FONTSDIR} ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include diff -urN /usr/ports/japanese/truetypefonts/distinfo japanese/truetypefonts/distinfo --- /usr/ports/japanese/truetypefonts/distinfo Fri Dec 14 18:18:43 2001 +++ japanese/truetypefonts/distinfo Sat May 18 13:53:44 2002 @@ -1 +1 @@ -MD5 (ttf-xtt_0.20010818-4.tar.gz) = 41f68397be89933f1292272c562a7d3b +MD5 (ttf-xtt_0.20010818-5.tar.gz) = 71105a3792de9cce61a64d81b57dfb8b >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 Sat May 18 1: 5: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 9A97137B500 for ; Sat, 18 May 2002 01:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I80Bi08499; Sat, 18 May 2002 01:00:11 -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 EB74237B627 for ; Sat, 18 May 2002 00:59:01 -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 g4I7x0hG081324 for ; Sat, 18 May 2002 00:59:01 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4I7wxQL081317; Sat, 18 May 2002 00:58:59 -0700 (PDT) Message-Id: <200205180758.g4I7wxQL081317@www.freebsd.org> Date: Sat, 18 May 2002 00:58:59 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38231: Update port: net/tn5250 to 0.16.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: 38231 >Category: ports >Synopsis: Update port: net/tn5250 to 0.16.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: Sat May 18 01:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.16.4 New file: files/patch-configure Remove file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/net/tn5250/Makefile net/tn5250/Makefile --- /usr/ports/net/tn5250/Makefile Sun Mar 17 01:30:31 2002 +++ net/tn5250/Makefile Fri May 17 21:01:50 2002 @@ -6,15 +6,14 @@ # PORTNAME= tn5250 -PORTVERSION= 0.16.3 -PORTREVISION= 1 +PORTVERSION= 0.16.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes diff -urN /usr/ports/net/tn5250/distinfo net/tn5250/distinfo --- /usr/ports/net/tn5250/distinfo Tue Dec 18 19:55:40 2001 +++ net/tn5250/distinfo Fri May 17 20:22:58 2002 @@ -1 +1 @@ -MD5 (tn5250-0.16.3.tar.gz) = bf09402b03e2fcef5bf591005d5c4130 +MD5 (tn5250-0.16.4.tar.gz) = 48f47aa5b4e86dbacfe4b394aaa05581 diff -urN /usr/ports/net/tn5250/files/patch-configure net/tn5250/files/patch-configure --- /usr/ports/net/tn5250/files/patch-configure Thu Jan 1 09:00:00 1970 +++ net/tn5250/files/patch-configure Fri May 17 20:23:53 2002 @@ -0,0 +1,10 @@ +--- configure.orig Tue May 7 12:35:51 2002 ++++ configure Fri May 17 20:23:42 2002 +@@ -6193,6 +6193,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/net/tn5250/files/patch-ltmain.sh net/tn5250/files/patch-ltmain.sh --- /usr/ports/net/tn5250/files/patch-ltmain.sh Tue Dec 18 04:27:57 2001 +++ net/tn5250/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Sat Dec 8 06:29:06 2001 -+++ ltmain.sh Thu Dec 13 06:40:22 2001 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/net/tn5250/pkg-plist net/tn5250/pkg-plist --- /usr/ports/net/tn5250/pkg-plist Sat Aug 25 13:37:23 2001 +++ net/tn5250/pkg-plist Fri May 17 21:01:16 2002 @@ -1,6 +1,7 @@ bin/5250keys bin/lp5250d bin/scs2ascii +bin/scs2pdf bin/scs2ps bin/tn3270d bin/tn5250 >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 Sat May 18 1:30: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 522EA37B40B for ; Sat, 18 May 2002 01:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8U2415192; Sat, 18 May 2002 01:30:02 -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 1BAB937B404 for ; Sat, 18 May 2002 01:29:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id 7605B3E27; Sat, 18 May 2002 16:29:41 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 126493E1A; Sat, 18 May 2002 16:29:41 +0800 (CST) Message-Id: <20020518082941.126493E1A@infomath.math.nctu.edu.tw> Date: Sat, 18 May 2002 16:29:41 +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/38233: Maintainer Update port: sysutils/logmon 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: 38233 >Category: ports >Synopsis: Maintainer Update port: sysutils/logmon >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: Sat May 18 01:30: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: Upgrade to 0.4.1 >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/logmon/Makefile logmon/Makefile --- /usr/ports/sysutils/logmon/Makefile Mon Sep 17 01:04:59 2001 +++ logmon/Makefile Sat May 18 16:26:45 2002 @@ -6,7 +6,7 @@ # PORTNAME= logmon -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.edespot.com/plaidhat/code/LogMon/ DISTNAME= LogMon-${PORTVERSION} diff -ruN /usr/ports/sysutils/logmon/distinfo logmon/distinfo --- /usr/ports/sysutils/logmon/distinfo Mon Sep 17 01:04:59 2001 +++ logmon/distinfo Sat May 18 16:27:09 2002 @@ -1 +1 @@ -MD5 (LogMon-0.3.3.src.tgz) = 7ca7ff5715bde733d01ee7e63fa931c7 +MD5 (LogMon-0.4.1.src.tgz) = b6311d7852bfe36db2cb3a9d228b30bf diff -ruN /usr/ports/sysutils/logmon/pkg-descr logmon/pkg-descr --- /usr/ports/sysutils/logmon/pkg-descr Mon Sep 17 01:04:59 2001 +++ logmon/pkg-descr Sat May 18 16:26:37 2002 @@ -7,6 +7,3 @@ another OS. WWW: http://www.edespot.com/plaidhat/code/LogMon/ - -- Gea-Suan Lin - gslin@ccca.nctu.edu.tw >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 Sat May 18 1:30: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 EE64437B407 for ; Sat, 18 May 2002 01:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8U1i15183; Sat, 18 May 2002 01:30: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 C157A37B404 for ; Sat, 18 May 2002 01:26:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id B212A3E22; Sat, 18 May 2002 16:26:20 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 495783D99; Sat, 18 May 2002 16:26:20 +0800 (CST) Message-Id: <20020518082620.495783D99@infomath.math.nctu.edu.tw> Date: Sat, 18 May 2002 16:26:20 +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/38232: Maintainer Update port: archivers/lbrate 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: 38232 >Category: ports >Synopsis: Maintainer Update port: archivers/lbrate >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: Sat May 18 01:30: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: Upgrade to 1.1 >How-To-Repeat: >Fix: diff -ruN /usr/ports/archivers/lbrate/Makefile lbrate/Makefile --- /usr/ports/archivers/lbrate/Makefile Wed Aug 29 19:12:02 2001 +++ lbrate/Makefile Sat May 18 16:23:04 2002 @@ -6,7 +6,7 @@ # PORTNAME= lbrate -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/utils/compress/ diff -ruN /usr/ports/archivers/lbrate/distinfo lbrate/distinfo --- /usr/ports/archivers/lbrate/distinfo Wed Aug 29 19:12:02 2001 +++ lbrate/distinfo Sat May 18 16:23:23 2002 @@ -1 +1 @@ -MD5 (lbrate-1.0.tar.gz) = 5ccf0a60e993ca6e6ff7d4b1a7d4140b +MD5 (lbrate-1.1.tar.gz) = fba13b13be15c65570ca6500f348a811 diff -ruN /usr/ports/archivers/lbrate/pkg-descr lbrate/pkg-descr --- /usr/ports/archivers/lbrate/pkg-descr Wed Aug 29 19:12:02 2001 +++ lbrate/pkg-descr Sat May 18 16:23:00 2002 @@ -9,6 +9,3 @@ were single-entry LBRs. WWW: http://rus.members.beeb.net/lbrate.html - -- Gea-Suan Lin - gslin@ccca.nctu.edu.tw >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 Sat May 18 1: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 CD65D37B40C for ; Sat, 18 May 2002 01:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8e1W15968; Sat, 18 May 2002 01:40: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 83AC837B406 for ; Sat, 18 May 2002 01:34:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id D3E933E22; Sat, 18 May 2002 16:34:40 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 6B88F3D99; Sat, 18 May 2002 16:34:40 +0800 (CST) Message-Id: <20020518083440.6B88F3D99@infomath.math.nctu.edu.tw> Date: Sat, 18 May 2002 16:34:40 +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/38234: Maintainer Update port: net/ntalk 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: 38234 >Category: ports >Synopsis: Maintainer Update port: net/ntalk >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: Sat May 18 01:40: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: Upgrade to 0.6.3 >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/ntalk/Makefile ntalk/Makefile --- /usr/ports/net/ntalk/Makefile Thu Sep 27 12:46:06 2001 +++ ntalk/Makefile Sat May 18 16:33:27 2002 @@ -6,13 +6,11 @@ # PORTNAME= ntalk -PORTVERSION= 0.4 +PORTVERSION= 0.6.3 CATEGORIES= net MASTER_SITES= http://kab.w.interia.pl/ MAINTAINER= gslin@ccca.nctu.edu.tw - -WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} diff -ruN /usr/ports/net/ntalk/distinfo ntalk/distinfo --- /usr/ports/net/ntalk/distinfo Thu Sep 27 12:46:06 2001 +++ ntalk/distinfo Sat May 18 16:30:44 2002 @@ -1 +1 @@ -MD5 (ntalk-0.4.tar.gz) = 394bbe8b7875c931cee3ae0fc35f4134 +MD5 (ntalk-0.6.3.tar.gz) = 333f630bb7b1cb2be51db175e93ec8d1 diff -ruN /usr/ports/net/ntalk/pkg-descr ntalk/pkg-descr --- /usr/ports/net/ntalk/pkg-descr Wed Aug 29 18:56:13 2001 +++ ntalk/pkg-descr Sat May 18 16:29:58 2002 @@ -3,6 +3,3 @@ than Unix talk. WWW: http://kab.w.interia.pl/ - -- Gea-Suan Lin - gslin@ccca.nctu.edu.tw diff -ruN /usr/ports/net/ntalk/pkg-plist ntalk/pkg-plist --- /usr/ports/net/ntalk/pkg-plist Thu Sep 27 12:46:06 2001 +++ ntalk/pkg-plist Sat May 18 16:32:45 2002 @@ -1,7 +1,7 @@ -bin/ntalk +%%PORTDOCS%%@dirrm share/doc/ntalk %%PORTDOCS%%share/doc/ntalk/AUTHORS %%PORTDOCS%%share/doc/ntalk/COPYING %%PORTDOCS%%share/doc/ntalk/ChangeLog %%PORTDOCS%%share/doc/ntalk/INSTALL %%PORTDOCS%%share/doc/ntalk/README -%%PORTDOCS%%@dirrm share/doc/ntalk +bin/ntalk >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 Sat May 18 1:51: 5 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 D6B3837B490 for ; Sat, 18 May 2002 01:50:13 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8oCB16585; Sat, 18 May 2002 01:50:12 -0700 (PDT) (envelope-from gnats) Received: from anton-pc.chel.com.ru (anton-pc.chel.com.ru [194.186.250.66]) by hub.freebsd.org (Postfix) with ESMTP id 5B5FD37B406 for ; Sat, 18 May 2002 01:41:16 -0700 (PDT) Received: (from anton@localhost) by anton-pc.chel.com.ru (8.11.6/8.11.1) id g4I8fDp90504; Sat, 18 May 2002 14:41:13 +0600 (YEKST) (envelope-from anton) Message-Id: <200205180841.g4I8fDp90504@anton-pc.chel.com.ru> Date: Sat, 18 May 2002 14:41:13 +0600 (YEKST) From: Anton Voronin Reply-To: Anton Voronin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38235: Makefile fixes 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: 38235 >Category: ports >Synopsis: Makefile fixes >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 18 01:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.5-RC i386 >Organization: Intersvyaz JSC >Environment: n/a >Description: Fix libmilter check in case sendmail was installed from ports >How-To-Repeat: n/a >Fix: diff -rNu drweb-sendmail.orig/Makefile drweb-sendmail/Makefile --- drweb-sendmail.orig/Makefile Wed May 15 03:06:55 2002 +++ drweb-sendmail/Makefile Sat May 18 14:31:44 2002 @@ -1,18 +1,18 @@ # New ports collection makefile for: drweb_sendmail # Date created: 14 August 2001 -# Whom: Anton Voronin +# Whom: Anton Voronin # # $FreeBSD: ports/security/drweb-sendmail/Makefile,v 1.40 2002/05/13 15:23:17 ache Exp $ # PORTNAME= drweb_sendmail PORTVERSION= 4.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security mail MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources -MAINTAINER= anton@urc.ac.ru +MAINTAINER= anton@chelcom.ru RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/drweb-0.sh:${PORTSDIR}/security/drwebd @@ -21,8 +21,8 @@ INST_PREFIX= ${PREFIX}/${PORTNAME} DOC_DIR= ${PREFIX}/share/doc/drweb-sendmail -.if !exists( /usr/include/libmilter/mfapi.h ) -IGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD" +.if !exists( /usr/include/libmilter/mfapi.h ) && !exists( /usr/local/include/libmilter/mfapi.h ) +IGNORE= "requires libmilter installed. Upgrade your FreeBSD system or sendmail package/port" .endif .if !defined(WITH_DRWEBSMF_HOSTNAME) >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 Sat May 18 1:51: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 A3E0B37B499 for ; Sat, 18 May 2002 01:50:22 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8oKV16617; Sat, 18 May 2002 01:50:20 -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 9545137B407 for ; Sat, 18 May 2002 01:45:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by infomath.math.nctu.edu.tw (Postfix) with ESMTP id A2B643E22; Sat, 18 May 2002 16:45:27 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 3B08F3D99; Sat, 18 May 2002 16:45:27 +0800 (CST) Message-Id: <20020518084527.3B08F3D99@infomath.math.nctu.edu.tw> Date: Sat, 18 May 2002 16:45:27 +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/38237: Maintainer Update port: ftp/twoftpd 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: 38237 >Category: ports >Synopsis: Maintainer Update port: ftp/twoftpd >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: Sat May 18 01:50:17 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: Upgrade to 1.15 >How-To-Repeat: >Fix: diff -ruN /usr/ports/ftp/twoftpd/Makefile twoftpd/Makefile --- /usr/ports/ftp/twoftpd/Makefile Mon Mar 18 07:42:35 2002 +++ twoftpd/Makefile Sat May 18 16:43:36 2002 @@ -6,18 +6,22 @@ # PORTNAME= twoftpd -PORTVERSION= 1.14 -PORTREVISION= 1 +PORTVERSION= 1.15 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/twoftpd/ MAINTAINER= gslin@ccca.nctu.edu.tw +MAN1= twoftpd-auth.1 twoftpd-xfer.1 + BIN= twoftpd-anon twoftpd-anon-conf twoftpd-auth twoftpd-conf twoftpd-xfer do-install: +.for FILE in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/${FILE} ${PREFIX}/man/man1 +.endfor .for FILE in ${BIN} - @${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/sbin .endfor .include diff -ruN /usr/ports/ftp/twoftpd/distinfo twoftpd/distinfo --- /usr/ports/ftp/twoftpd/distinfo Sun Mar 3 09:24:36 2002 +++ twoftpd/distinfo Sat May 18 16:35:29 2002 @@ -1 +1 @@ -MD5 (twoftpd-1.14.tar.gz) = e22d8e071139386e2b1320924597ab09 +MD5 (twoftpd-1.15.tar.gz) = 1a247c51f3b99ca1414ad39d02d3728f diff -ruN /usr/ports/ftp/twoftpd/files/patch-socket::cork.c twoftpd/files/patch-socket::cork.c --- /usr/ports/ftp/twoftpd/files/patch-socket::cork.c Wed Mar 13 06:27:30 2002 +++ twoftpd/files/patch-socket::cork.c Thu Jan 1 08:00:00 1970 @@ -1,26 +0,0 @@ ---- socket/cork.c.orig Wed Mar 13 02:00:20 2002 -+++ socket/cork.c Wed Mar 13 02:01:45 2002 -@@ -15,9 +15,9 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ -+#include - #include - #include --#include - #include - #include "socket.h" - -@@ -25,10 +25,10 @@ - { - #if defined(TCP_CORK) - int flag = 1; -- return setsockopt(sock, SOL_TCP, TCP_CORK, &flag, sizeof flag) == 0; -+ return setsockopt(sock, SOL_SOCKET, TCP_CORK, &flag, sizeof flag) == 0; - #elif defined(TCP_NOPUSH) - int flag = 1; -- return setsockopt(sock, SOL_TCP, TCP_NOPUSH, &flag, sizeof flag) == 0; -+ return setsockopt(sock, SOL_SOCKET, TCP_NOPUSH, &flag, sizeof flag) == 0; - #else - return 1; - #endif diff -ruN /usr/ports/ftp/twoftpd/files/patch-socket::uncork.c twoftpd/files/patch-socket::uncork.c --- /usr/ports/ftp/twoftpd/files/patch-socket::uncork.c Wed Mar 13 06:27:30 2002 +++ twoftpd/files/patch-socket::uncork.c Thu Jan 1 08:00:00 1970 @@ -1,29 +0,0 @@ ---- socket/uncork.c.orig Wed Mar 13 02:02:05 2002 -+++ socket/uncork.c Wed Mar 13 02:02:35 2002 -@@ -15,9 +15,9 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ -+#include - #include - #include --#include - #include - #include "socket.h" - -@@ -25,13 +25,13 @@ - { - #if defined(TCP_CORK) - int flag = 0; -- return setsockopt(sock, SOL_TCP, TCP_CORK, &flag, sizeof flag) == 0; -+ return setsockopt(sock, SOL_SOCKET, TCP_CORK, &flag, sizeof flag) == 0; - #elif defined(TCP_NOPUSH) - /* BSD's TCP_NOPUSH option only takes effect after a write/send. - * Hopefully this extra write will cause the TCP stack to send out - * any buffered writes. */ - int flag = 0; -- if (setsockopt(sock, SOL_TCP, TCP_NOPUSH, &flag, sizeof flag) != 0) return 0; -+ if (setsockopt(sock, SOL_SOCKET, TCP_NOPUSH, &flag, sizeof flag) != 0) return 0; - return write(sock, &flag, 0) == 0; - #else - return 1; diff -ruN /usr/ports/ftp/twoftpd/pkg-descr twoftpd/pkg-descr --- /usr/ports/ftp/twoftpd/pkg-descr Mon Sep 17 00:18:47 2001 +++ twoftpd/pkg-descr Sat May 18 16:35:12 2002 @@ -7,6 +7,3 @@ which contain all the data transfer code. WWW: http://untroubled.org/twoftpd/ - -- Gea-Suan Lin - gslin@ccca.nctu.edu.tw >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 Sat May 18 2:17: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 D587C37B409; Sat, 18 May 2002 02:17:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9HMu22156; Sat, 18 May 2002 02:17:22 -0700 (PDT) (envelope-from ijliao) Date: Sat, 18 May 2002 02:17:22 -0700 (PDT) From: Message-Id: <200205180917.g4I9HMu22156@freefall.freebsd.org> To: piaip@csie.ntu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38202: chinese/mozilla-tclp from 0.9.9 to 1.0.0rc2 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: chinese/mozilla-tclp from 0.9.9 to 1.0.0rc2 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat May 18 02:17:12 PDT 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=38202 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 2: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 83DBE37B408 for ; Sat, 18 May 2002 02:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9o2X24167; Sat, 18 May 2002 02:50:02 -0700 (PDT) (envelope-from gnats) Received: from yop.absolight.net (ns3.absolight.net [217.174.201.33]) by hub.freebsd.org (Postfix) with ESMTP id 18D0E37B401; Sat, 18 May 2002 02:45:23 -0700 (PDT) Received: by yop.absolight.net (Postfix, from userid 0) id 5D13324735; Sat, 18 May 2002 11:45:16 +0200 (CEST) Message-Id: <20020518094516.5D13324735@yop.absolight.net> Date: Sat, 18 May 2002 11:45:16 +0200 (CEST) From: Mathieu Arnold Reply-To: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org Cc: dirk@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38238: Adding cyrus imap support to php4/mod_php4 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: 38238 >Category: ports >Synopsis: Adding cyrus imap support to php4/mod_php4 >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: Sat May 18 02:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD yop.absolight.net 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #1: Mon May 6 17:15:01 CEST 2002 root@yop.absolight.net:/usr/obj/usr/src/sys/YOP i386 >Description: Adding cyrus imap support to php4/mod_php4 >How-To-Repeat: >Fix: diff -ruN mod_php4.vanilla/files/patch-ext_cyrus_config.m4 mod_php4/files/patch-ext_cyrus_config.m4 --- mod_php4.vanilla/files/patch-ext_cyrus_config.m4 Thu Jan 1 01:00:00 1970 +++ mod_php4/files/patch-ext_cyrus_config.m4 Sat May 18 11:30:22 2002 @@ -0,0 +1,11 @@ +--- ext/cyrus/config.m4 Sat May 18 11:28:42 2002 ++++ ext/cyrus/config.m4~ Sat May 18 11:28:32 2002 +@@ -16,7 +16,7 @@ + PHP_ADD_LIBRARY_WITH_PATH(cyrus, $i/lib, CYRUS_SHARED_LIBADD) + found_cyrus=yes + fi +- if test -r $i/include/sasl.h && test "$found_sasl" = "no"; then ++ if test -r $i/include/sasl/sasl.h && test "$found_sasl" = "no"; then + PHP_ADD_INCLUDE($i/include) + PHP_SUBST(SASL_SHARED_LIBADD) + PHP_ADD_LIBRARY_WITH_PATH(sasl, $i/lib, SASL_SHARED_LIBADD) diff -ruN mod_php4.vanilla/scripts/configure.php mod_php4/scripts/configure.php --- mod_php4.vanilla/scripts/configure.php Sat May 18 09:57:21 2002 +++ mod_php4/scripts/configure.php Sat May 18 11:41:35 2002 @@ -43,6 +43,7 @@ DOMXML "DOM support" OFF \ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ +cyrus "Cyrus IMAP support" OFF \ gettext "gettext library support" OFF \ iconv "iconv support" OFF \ pspell "pspell support" OFF \ @@ -292,6 +293,11 @@ echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" ;; + \"cyrus\") + echo "CONFIGURE_ARGS+=--with-cyrus" + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcyrus.a:\${PORTSDIR}/mail/cyrus-imapd" + echo "CFLAGS+=-I\${LOCALBASE}/include/sasl" + ;; \"gettext\") echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" >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 Sat May 18 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 BBF7D37B40A for ; Sat, 18 May 2002 03:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IAe1v31012; Sat, 18 May 2002 03:40:01 -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 108AB37B40C for ; Sat, 18 May 2002 03:30:05 -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 g4IAPU214471 for ; Sat, 18 May 2002 12:25:31 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 10D7E5A548 for ; Sat, 18 May 2002 12:25:30 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 082C95A547; Sat, 18 May 2002 12:25:27 +0200 (CEST) Message-Id: <20020518102527.082C95A547@nemesis.informatik.unibw-muenchen.de> Date: Sat, 18 May 2002 12:25:27 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38239: [MAINTAINER UPDATE] x11/xbindkeys -> 1.5.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: 38239 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/xbindkeys -> 1.5.5 >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: Sat May 18 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: Update x11/xbindkeys from 1.5.4 to 1.5.5 Regards, Olli >How-To-Repeat: >Fix: diff -ruN xbindkeys.old/Makefile xbindkeys/Makefile --- xbindkeys.old/Makefile Wed May 15 18:14:22 2002 +++ xbindkeys/Makefile Sat May 18 12:03:48 2002 @@ -7,7 +7,7 @@ # PORTNAME= xbindkeys -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ diff -ruN xbindkeys.old/distinfo xbindkeys/distinfo --- xbindkeys.old/distinfo Wed May 15 18:14:22 2002 +++ xbindkeys/distinfo Sat May 18 12:04:56 2002 @@ -1 +1 @@ -MD5 (xbindkeys-1.5.4.tar.gz) = 31919f5e8cc796070b0ec7f0c6ea9902 +MD5 (xbindkeys-1.5.5.tar.gz) = 41596059a4fc877efa7c50f1d4f915a7 >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 Sat May 18 5:40:56 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 55A8537B419 for ; Sat, 18 May 2002 05:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICe3Q56347; Sat, 18 May 2002 05:40:03 -0700 (PDT) (envelope-from gnats) Received: from host217-41-15-143.in-addr.btopenworld.com (host217-41-15-143.in-addr.btopenworld.com [217.41.15.143]) by hub.freebsd.org (Postfix) with ESMTP id 9235937B405 for ; Sat, 18 May 2002 05:35:56 -0700 (PDT) Received: by host217-41-15-143.in-addr.btopenworld.com (Postfix, from userid 1001) id D666C105; Sat, 18 May 2002 13:35:56 +0100 (BST) Message-Id: <20020518123556.D666C105@host217-41-15-143.in-addr.btopenworld.com> Date: Sat, 18 May 2002 13:35:56 +0100 (BST) From: Dominic Marks Reply-To: Dominic Marks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38242: Port update: news/diablo 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: 38242 >Category: ports >Synopsis: Port update: news/diablo >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: Sat May 18 05:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.6-RC i386 >Organization: Student >Environment: System: FreeBSD gallium 4.6-RC FreeBSD 4.6-RC #4: Thu May 16 22:38:19 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386 >Description: Port update: Diablo 3.0 -> 4.1 1. Major version update 2. Use sed instead of perl for PREFIX handling 3. Fixed distinfo / plist 4. patch-ab removed 5. diablo.sh renamed to diablo.sh.sample 6. Auto-creation of user/group if needed 7. Claim maintainership from ports@ Other minor related changes. >How-To-Repeat: NA. >Fix: ? scripts/diablo.sh.sample Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/diablo/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2002/02/08 10:44:10 1.15 +++ Makefile 2002/05/18 12:16:42 @@ -6,13 +6,13 @@ # PORTNAME= diablo -PORTVERSION= 3.0 +PORTVERSION= 4.1 CATEGORIES= news MASTER_SITES= http://www.openusenet.org/diablo/download/ DISTNAME= ${PKGNAME}-REL EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dominic_marks@btinternet.com BUILD_DEPENDS= xmake:${PORTSDIR}/devel/xmake @@ -22,30 +22,39 @@ dreaderd.8 dpath.8 drcmd.8 dsyncgroups.8 dreadover.8 \ dkp.8 diablo.8 dexpire.8 dspoolout.8 dnewslink.8 +NEWSDIR= ${PREFIX}/news DOCDIR= ${PREFIX}/share/doc/diablo +RC_FILE= ${WRKDIR}/diablo.sh.sample +MAKE_FILE= ${WRKSRC}/XMakefile.inc post-extract: - ${CP} ${SCRIPTDIR}/diablo.sh ${WRKDIR} + ${CP} ${SCRIPTDIR}/diablo.sh.sample ${WRKDIR} do-configure: - ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKDIR}/diablo.sh ${WRKSRC}/XMakefile.inc + ${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${RC_FILE} > ${RC_FILE}.temp + ${MV} ${RC_FILE}.temp ${RC_FILE} .ifndef WITH_DES - ${PERL} -pi -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc + ${SED} -e 's,-ldes ,,g' ${MAKE_FILE} > ${MAKE_FILE}.temp + ${MV} ${MAKE_FILE}.temp ${MAKE_FILE} .endif + ${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${MAKE_FILE} > ${MAKE_FILE}.temp + ${MV} ${MAKE_FILE}.temp ${MAKE_FILE} do-build: cd ${WRKSRC} && xmake all pre-install: - ${INSTALL} -d ${DOCDIR} ${PREFIX}/news ${PREFIX}/news/dbin + ${INSTALL} -d ${DOCDIR} ${NEWSDIR} ${NEWSDIR}/dbin do-install: cd ${WRKSRC} && xmake install -.for file in COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR} +.for FILE in COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCDIR} .endfor - ${INSTALL_SCRIPT} ${WRKDIR}/diablo.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKDIR}/diablo.sh.sample \ + ${PREFIX}/etc/rc.d/ post-install: @${CAT} ${PKGMESSAGE} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/news/diablo/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 2001/03/22 08:40:17 1.6 +++ distinfo 2002/05/18 12:16:42 @@ -1 +1 @@ -MD5 (diablo-3.0-REL.tgz) = 566c93caea8b26eea32ea0c8f398f2d4 +MD5 (diablo-4.1-REL.tgz) = 813df410630d0e6aec6dde164af272d8 Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/news/diablo/pkg-install,v retrieving revision 1.1 diff -u -r1.1 pkg-install --- pkg-install 2000/06/26 12:29:48 1.1 +++ pkg-install 2002/05/18 12:16:42 @@ -2,6 +2,9 @@ PKGNAME=$1 +USER="news" +GROUP="news" + case $2 in PRE-INSTALL) ;; @@ -14,7 +17,32 @@ ${NEWSBASE}/spool/cache \ ${NEWSBASE}/spool/group \ ${NEWSBASE}/spool/postq - chown -R news:news ${NEWSBASE} + # FreeBSD has a news user and group by default, so why have this? + # Well, relying on the state of master.passwd today isn't sensible, + # it may change. So we check if there is a news user and group + # already present and if not we add one. The port should therefore + # keep working despite any changes to master.passwd that may, or may + # not occur in the future + if ! pw groupshow "${GROUP}" 2> /dev/null 1>&2; then + if pw groupadd ${GROUP}; then + echo "Added group: \"${GROUP}.\"" + else + echo "Add group \"${GROUP}\" failed!" + exit 1 + fi + fi + if ! pw usershow "${USER}" 2> /dev/null 1>&2; then + if pw useradd ${USER} -g ${GROUP} -h - \ + -s "/sbin/nologin" -d "/nonexistant" \ + -c "News Subsystem"; + then + echo "Added user \"${USER}\"." + else + echo "Add user \"${USER}\" failed!" + exit 1 + fi + fi + chown -R ${USER}:${GROUP} ${NEWSBASE} ;; *) echo "Unexpected Argument $2!!!" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/news/diablo/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 2001/03/22 08:40:17 1.6 +++ pkg-plist 2002/05/18 12:16:42 @@ -1,13 +1,4 @@ -etc/rc.d/diablo.sh -news/adm/biweekly.atrim -news/adm/crontab.sample -news/adm/daily.atrim -news/adm/daily.reader -news/adm/hourly.expire -news/adm/quadhr.expire -news/adm/rc.news -news/adm/rot -news/adm/weekly.reader +etc/rc.d/diablo.sh.sample news/dactive.kp news/dbin/.cvsignore news/dbin/.empty @@ -42,39 +33,19 @@ news/dbin/pgpverify news/dbin/plock news/dbin/showlocks +news/dbin/dfeedtest +news/dbin/dhisbench +news/dbin/doverctl news/dcontrol.ctl news/dexpire.ctl news/diablo.config -news/diablo.hosts news/distrib.pats news/dnewsfeeds -news/dnntpspool.ctl news/dreader.access news/dserver.hosts news/dspool.ctl -news/feeder+reader/dactive.kp -news/feeder+reader/dcontrol.ctl -news/feeder+reader/dexpire.ctl -news/feeder+reader/diablo.config -news/feeder+reader/distrib.pats -news/feeder+reader/dnewsfeeds -news/feeder+reader/dreader.access -news/feeder+reader/dserver.hosts -news/feeder+reader/dspool.ctl -news/feeder+reader/moderators -news/feeder/diablo.config -news/feeder/dnewsfeeds -news/feeder/dspool.ctl +news/samples/feeder+reader/README news/moderators -news/pgp-sample -news/reader/dactive.kp -news/reader/dcontrol.ctl -news/reader/dexpire.ctl -news/reader/diablo.config -news/reader/distrib.pats -news/reader/dreader.access -news/reader/dserver.hosts -news/reader/moderators news/samples/adm/biweekly.atrim news/samples/adm/crontab.sample news/samples/adm/daily.atrim @@ -134,10 +105,7 @@ @dirrm news/samples/feeder @dirrm news/samples/adm @dirrm news/samples -@dirrm news/reader -@dirrm news/feeder+reader -@dirrm news/feeder @dirrm news/dqueue @dirrm news/dbin -@dirrm news/adm +@dirrm news/run @dirrm news 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 Sat May 18 6: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 BC6AC37B413 for ; Sat, 18 May 2002 06:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IDU2h74654; Sat, 18 May 2002 06:30: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 A2D1637B409 for ; Sat, 18 May 2002 06:21:36 -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 g4IDLahG012700 for ; Sat, 18 May 2002 06:21:36 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4IDLatk012699; Sat, 18 May 2002 06:21:36 -0700 (PDT) Message-Id: <200205181321.g4IDLatk012699@www.freebsd.org> Date: Sat, 18 May 2002 06:21:36 -0700 (PDT) From: John Stubblebine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38243: Ports search for 'IMP' vs look in Mail category - Needs Update 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: 38243 >Category: ports >Synopsis: Ports search for 'IMP' vs look in Mail category - Needs Update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat May 18 06:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Stubblebine >Release: n/a to this; 4.5 Release >Organization: Home use of FreeBSD >Environment: bash-2.05a$ uname -a FreeBSD jstub.com 4.5-STABLE FreeBSD 4.5-STABLE #2: Sun Mar 10 16:14:37 PST 2002 jstub@jstub.com:/usr/obj/usr/src/sys/JSTUB i386 bash-2.05a$ >Description: On FreeBSD.org web site, ports page, search for 'IMP' turns up lots (eg s'imp'le, etc.) but shows: imp-3.0_2 which is the latest. However, from ports page, use 'mail' link to look at email ports, or use 'www' both show: imp-devel-3.0_2 which links to a "pkg not found" page. A small matter of updating... BTW: THANKS! FreeBSD is so stable! >How-To-Repeat: See description of problem. >Fix: See description of problem. >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 Sat May 18 7:57:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gate.bsltwr.dnsalias.org (kbl-zrz1278.zeelandnet.nl [62.238.229.8]) by hub.freebsd.org (Postfix) with ESMTP id 507E337B40B; Sat, 18 May 2002 07:57:46 -0700 (PDT) Received: from [10.0.2.3] (shades.bsltwr.dnsalias.org [10.0.2.3]) by gate.bsltwr.dnsalias.org (8.12.3/8.12.3) with ESMTP id g4IEvgaK030386; Sat, 18 May 2002 16:57:44 +0200 (CEST) (envelope-from baskruit@bsltwr.net.dhis.org) Date: Sat, 18 May 2002 16:57:37 +0200 From: Bas Kruit Reply-To: Bas Kruit To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37199: Maintainer update port: net/dhisd Update of email maintainer, description and installation paths Message-ID: <129760000.1021733857@shades.bsltwr.dnsalias.org> In-Reply-To: <200205180248.g4I2mPQ54649@freefall.freebsd.org> References: <200205180248.g4I2mPQ54649@freefall.freebsd.org> X-Mailer: Mulberry/2.2.0 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========1934159384==========" 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 --==========1934159384========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline > Synopsis: Maintainer update port: net/dhisd Update of email maintainer, > description and installation paths > > State-Changed-From-To: open->feedback > State-Changed-By: sada > State-Changed-When: Fri May 17 19:45:47 PDT 2002 > State-Changed-Why: > Looks libgmp.3 is already installed within the base system. > May I remove LIB_DEPENDS line ? > > > Responsible-Changed-From-To: freebsd-ports->sada > Responsible-Changed-By: sada > Responsible-Changed-When: Fri May 17 19:45:47 PDT 2002 > Responsible-Changed-Why: > Looks libgmp.3 is already installed within the base system. > May I remove LIB_DEPENDS line ? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=37199 If it doesn't break the port, it's fine be me. I'll try it later this weekend when I have some time too look at it. Bas --==========1934159384========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit --==========1934159384==========-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 9: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 40AE337B410 for ; Sat, 18 May 2002 09:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGe2699201; Sat, 18 May 2002 09:40:02 -0700 (PDT) (envelope-from gnats) Received: from host217-41-15-143.in-addr.btopenworld.com (host217-41-15-143.in-addr.btopenworld.com [217.41.15.143]) by hub.freebsd.org (Postfix) with ESMTP id DB61D37B407 for ; Sat, 18 May 2002 09:39:41 -0700 (PDT) Received: by host217-41-15-143.in-addr.btopenworld.com (Postfix, from userid 1001) id F35DA387; Sat, 18 May 2002 17:39:40 +0100 (BST) Message-Id: <20020518163940.F35DA387@host217-41-15-143.in-addr.btopenworld.com> Date: Sat, 18 May 2002 17:39:40 +0100 (BST) From: Dominic Marks Reply-To: Dominic Marks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38246: Maintainer Update: x11-wm/hackedbox 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: 38246 >Category: ports >Synopsis: Maintainer Update: x11-wm/hackedbox >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: Sat May 18 09:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.6-RC i386 >Organization: Student >Environment: System: FreeBSD gallium 4.6-RC FreeBSD 4.6-RC #4: Thu May 16 22:38:19 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386 >Description: Hackedbox 0.7.0 -> 0.7.1 >How-To-Repeat: NA. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/hackedbox/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- Makefile 2002/05/12 23:13:12 1.44 +++ Makefile 2002/05/18 16:36:52 @@ -7,26 +7,26 @@ # PORTNAME= hackedbox -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= x11-wm MASTER_SITES= ftp://scrudgeware.org/ MAINTAINER= dominic_marks@btinternet.com -MAN1= hackedbox.1 hsetroot.1 -DOCS= AUTHORS ChangeLog ChangeLog-0.40.x ChangeLog-0.50.x \ - ChangeLog-0.51.x ChangeLog-0.60.x ChangeLog-0.62.x \ - ChangeLog-0.7.0 ChangeLog.bsetbg INSTALL LICENSE \ - README README.bbtools README.bsetbg TODO hackbox.pws +MAN1= hackedbox.1 +DOCS= AUTHORS ChangeLog ChangeLog.bsetbg INSTALL LICENSE \ + README README.bsetbg TODO hackbox.pws I10L= C da_DK de_DE es_ES et_EE fr_FR it_IT nl_NL pt_BR ru_RU sl_SI \ sv_SE tr_TR -BACKGROUNDS= Abominations.jpg Adrift.jpg Minus_thirty-five.jpg blackngrey.jpg -STYLES= Artwiz Cthulhain Flux Minimal Nyz Operation Outcomes Rampage \ - Rancor Results Shade Spiff TDF Twice +STYLES= artwiz bluebox cthulhain deep flux frobozz frobust nyz \ + nyzclone operation outcomes shade steelblue steelblue2 \ + the_orange trisb twice + PLIST= ${WRKDIR}/pkg-plist #USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-bg-utils do-patch: ${PERL} -pi -e \ @@ -35,25 +35,18 @@ ${PERL} -pi -e \ "s:blackbox:hackedbox:g; s:Blackbox:Hackedbox:g; \ s:bsetroot:hsetroot:g; s:Bsetroot:Hsetroot:g" \ - ${WRKSRC}/data/styles/* ${WRKSRC}/doc/*.1 \ - ${WRKSRC}/doc/ja_JP/*.1 ${WRKSRC}/doc/nl_NL/*.1 \ - ${WRKSRC}/doc/sl_SI/*.1 + ${WRKSRC}/data/styles/* + pre-install: ${RM} -f ${PLIST} .for ii in hsetroot hackedbox ${ECHO_CMD} bin/${ii} >> ${PLIST} .endfor ${ECHO_CMD} share/hackedbox/menu >> ${PLIST} -.for ii in POSIX US_ASCII de en en_US es fr it nl - ${ECHO_CMD} share/hackedbox/nls/${ii} >> ${PLIST} -.endfor .for ii in ${I10L} ${ECHO_CMD} share/hackedbox/nls/${ii}/hackedbox.cat >> ${PLIST} ${ECHO_CMD} @dirrm share/hackedbox/nls/${ii} >> ${PLIST} .endfor -.for ii in ${BACKGROUNDS} - ${ECHO_CMD} share/hackedbox/backgrounds/${ii} >> ${PLIST} -.endfor .for ii in ${STYLES} ${ECHO_CMD} share/hackedbox/styles/${ii} >> ${PLIST} .endfor @@ -64,12 +57,6 @@ .for ii in ${DOCS} Hackedbox.xml ${ECHO_CMD} share/doc/hackedbox/${ii} >> ${PLIST} .endfor -.for ii in nl_NL/hackedbox.1 nl_NL/hsetroot.1 sl_SI/hackedbox.1 - ${ECHO_CMD} share/doc/hackedbox/${ii} >> ${PLIST} -.endfor -.for ii in /nl_NL /sl_SI / - ${ECHO_CMD} @dirrm share/doc/hackedbox${ii} >> ${PLIST} -.endfor .endif do-install: @@ -82,16 +69,7 @@ ${INSTALL_DATA} ${WRKSRC}/nls/${ii}/blackbox.cat \ ${PREFIX}/share/hackedbox/nls/${ii}/hackedbox.cat .endfor - cd ${PREFIX}/share/hackedbox/nls/ && \ - ${LN} -fs C POSIX && \ - ${LN} -fs C US_ASCII && \ - ${LN} -fs C en && \ - ${LN} -fs C en_US && \ - ${LN} -fs de_DE de && \ - ${LN} -fs es_ES es && \ - ${LN} -fs fr_FR fr && \ - ${LN} -fs it_IT it && \ - ${LN} -fs nl_NL nl + .for ii in ${BACKGROUNDS} ${INSTALL_DATA} ${WRKSRC}/data/backgrounds/${ii} \ ${PREFIX}/share/hackedbox/backgrounds/ @@ -100,25 +78,12 @@ ${INSTALL_DATA} ${WRKSRC}/data/styles/${ii} \ ${PREFIX}/share/hackedbox/styles/ .endfor - ${CP} -p ${WRKSRC}/doc/bsetroot.1 ${WRKSRC}/doc/hsetroot.1 - ${CP} -p ${WRKSRC}/doc/blackbox.1 ${WRKSRC}/doc/hackedbox.1 - ${INSTALL_MAN} ${WRKSRC}/doc/blackbox.1 ${PREFIX}/man/man1/hackedbox.1 - ${INSTALL_MAN} ${WRKSRC}/doc/hsetroot.1 ${PREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/blackbox.1 \ - ${PREFIX}/man/ja/man1/hackedbox.1 - ${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/bsetroot.1 \ - ${PREFIX}/man/ja/man1/hsetroot.1 + ${INSTALL_MAN} ${WRKSRC}/doc/hackedbox.1 ${PREFIX}/man/man1/hackedbox.1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/nl_NL ${DOCSDIR}/sl_SI .for ii in ${DOCS} doc/Hackedbox.xml ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} .endfor - ${INSTALL_DATA} ${WRKSRC}/doc/nl_NL/blackbox.1 \ - ${DOCSDIR}/nl_NL/hackedbox.1 - ${INSTALL_DATA} ${WRKSRC}/doc/nl_NL/bsetroot.1 \ - ${DOCSDIR}/nl_NL/hsetroot.1 - ${INSTALL_DATA} ${WRKSRC}/doc/sl_SI/blackbox.1 \ - ${DOCSDIR}/sl_SI/hackedbox.1 .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/hackedbox/distinfo,v retrieving revision 1.30 diff -u -r1.30 distinfo --- distinfo 2002/05/12 23:13:12 1.30 +++ distinfo 2002/05/18 16:36:52 @@ -1,2 +1 @@ -$FreeBSD: ports/x11-wm/hackedbox/distinfo,v 1.30 2002/05/12 23:13:12 trevor Exp $ -MD5 (hackedbox-0.7.0.tar.gz) = cba95984f7cfc269f963a69e74bcef42 +MD5 (hackedbox-0.7.1.tar.gz) = 269612a074bd3cb7e518cd9040cf7cbd >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 Sat May 18 9:56: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from localhost.com (syd-tgn-vce-vty15.as.wcom.net [63.12.28.15]) by hub.freebsd.org (Postfix) with SMTP id 20D1737B40F for ; Sat, 18 May 2002 09:54:45 -0700 (PDT) From: ports@FreeBSD.ORG Reply-To: assistant2002@hotmail.com To: ports@FreeBSD.ORG Date: Sat, 18 May 2002 23:57:57 +0700 Subject: "ЛТЎ¤ШіЕйБаЛЕЗ·ХиЁРЗТ§бј№ ВиНБб»ЕЗиТ¤ШіЗТ§бј№·ХиЁРЕйБаЛЕЗ" 18/5/02 23:57:57 X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-Id: <20020518165445.20D1737B40F@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 Dear ports =2C =22=CB=D2=A1=A4=D8=B3=C5=E9=C1=E0=CB=C5=C7=B7=D5=E8=A8=D0=C7=D2=A7=E1=BC=B9 =C2=E8=CD=C1=E1=BB=C5=C7=E8=D2=A4=D8=B3=C7=D2=A7=E1=BC=B9=B7=D5=E8=A8=D0=C5=E9=C1=E0=CB=C5=C7=22 =CB=D2=A1=A4=D8=B3 =A4=D7=CD=A4=B9=CB=B9=D6=E8=A7=B7=D5=E8=E0=A4=C2=C7=D2=A7=E1=BC=B9=CD=B9=D2=A4=B5=A2=CD=A7=A4=D8=B3 =B5=E9=CD=A7=A1=D2=C3=B7=D5=E8=A8=D0=BB=C3=D0=CA=BA=A4=C7=D2=C1=CA=D3=E0=C3=E7=A8=E3=B9=AA=D5=C7=D4=B5 =B5=E9=CD=A7=A1=D2=C3=B7=D5=E8=A8=D0=BB=C3=D0=CA=BA=A4=C7=D2=C1=CA=D3=E0=C3=E7=A8=E3=B9=E3=B9=CB=B9=E9=D2=B7=D5=E8=A1=D2=C3=A7=D2=B9 =B5=E9=CD=A7=A1=D2=C3=B7=D5=E8=A8=D0=C1=D5=A4=C3=CD=BA=A4=C3=D1=C7=B7=D5=E8=CD=BA=CD=D8=E8=B9 =B5=E9=CD=A7=A1=D2=C3=C1=D5=CD=D4=CA=C3=D0=C0=D2=BE=B7=D2=A7=B4=E9=D2=B9=A1=D2=C3=E0=A7=D4=B9 =2E=2E=2E =BB=C3=D6=A1=C9=D2=E0=C3=D2=B7=D5=E8 http=3A=2F=2Fthaiworkathome=2Ecom=2Finformation =E0=BE=D7=E8=CD=C1=CD=A7=CB=D2=CA=D4=E8=A7=E3=CB=C1=E8=E6 =B7=D5=E8=A8=D0=E0=BB=C5=D5=E8=C2=B9=AA=D5=C7=D4=B5=A4=D8=B3 =22=A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=B6=D9=A1=CA=E8=A7=E4=BB=C2=D1=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD =CB=D2=A1=A4=D8=B3=B5=E9=CD=A7=A1=D2=C3=E3=CB=E9=C3=D2=C2=AA=D7=E8=CD=B6=D9=A1=C5=BA=CD=CD=A1 =A1=C3=D8=B3=D2 click =B7=D5=E8=B9=D5=E8 www=2Ethaiworkathome=2Ecom=2Finformation=2Fmail=2Ehtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 10: 3:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.web.de (smtp01.web.de [194.45.170.210]) by hub.freebsd.org (Postfix) with ESMTP id 2236637B67D for ; Sat, 18 May 2002 09:59:42 -0700 (PDT) Received: from dsl-213-023-026-054.arcor-ip.net ([213.23.26.54] helo=apo.hmotakef.int.web.de) by smtp.web.de with esmtp (WEB.DE(Exim) 4.53 #1) id 1797YS-00069v-00 for freebsd-ports@FreeBSD.org; Sat, 18 May 2002 18:59:41 +0200 To: freebsd-ports@FreeBSD.org Subject: Perl scripts From: Henrik Motakef Date: 18 May 2002 19:04:34 +0200 Message-ID: <871yc9fkv1.fsf@apo.hmotakef.int> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 Hi. Now that perl is going away from the base system, how do we handle perl scripts in a way that works with both 4.x and 5.x systems? The easy part would be rewriting the shebang lines to "#!/usr/bin/env perl", but how to go about dependencies? I have heard (maybe thats just a rumor) that there will be an executable in /usr/bin/perl that will call ${PREFIX}/bin/perl if available, so adding a line like RUN_DEPENDS=perl:${PORTSDIR}/lang/perl5 won't work. Then again, depending on ${PREFIX}/bin/perl would force installation of the perl5 port even on systems that have /usr/bin/perl. Would depending on perl5:${PORTSDIR}/lang/perl5 be a good idea? (i.e. will there be a wrapper called /usr/bin/perl5 in base?) Or would testing ${OSVERSION} be the right thing? Regards Henrik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 10: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 33D7337B40F for ; Sat, 18 May 2002 10:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IHe1c07530; Sat, 18 May 2002 10:40: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 4328137B404 for ; Sat, 18 May 2002 10:31: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 g4IHVUhG038729 for ; Sat, 18 May 2002 10:31: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 g4IHVTlD038728; Sat, 18 May 2002 10:31:29 -0700 (PDT) Message-Id: <200205181731.g4IHVTlD038728@www.freebsd.org> Date: Sat, 18 May 2002 10:31:29 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38248: pnet upgrade 0.3.4 -> 0.3.6 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: 38248 >Category: ports >Synopsis: pnet upgrade 0.3.4 -> 0.3.6 >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: Sat May 18 10:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: diff -ruN lang/pnet.old/Makefile lang/pnet/Makefile --- lang/pnet.old/Makefile Sat May 18 12:56:48 2002 +++ lang/pnet/Makefile Sat May 18 13:03:27 2002 @@ -6,7 +6,7 @@ # PORTNAME= pnet -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.6 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -17,6 +17,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --program-prefix="" + +pre-patch: + @${PERL} -pi -e 's|csdoc csant samples doc tests|csdoc csant doc|g ;' \ + ${WRKSRC}/Makefile.* MAN1= cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \ ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \ diff -ruN lang/pnet.old/distinfo lang/pnet/distinfo --- lang/pnet.old/distinfo Sat May 18 12:56:48 2002 +++ lang/pnet/distinfo Sat May 18 13:03:39 2002 @@ -1 +1 @@ -MD5 (pnet-0.3.4.tar.gz) = d487b0e74cfca4c5dff5892b0f66f12c +MD5 (pnet-0.3.6.tar.gz) = 8c442dbac728e8a69c37ab20b0d10230 diff -ruN lang/pnet.old/pkg-plist lang/pnet/pkg-plist --- lang/pnet.old/pkg-plist Sat May 18 12:56:48 2002 +++ lang/pnet/pkg-plist Sat May 18 13:20:56 2002 @@ -1,22 +1,22 @@ -bin/csant -bin/cscc -bin/csdoc -bin/csdoc2html -bin/csdoc2stub -bin/csdoc2texi -bin/csdocvalil -bin/ilalink +bin/ilrun +bin/ilverify bin/ilasm -bin/ilcheck bin/ildasm -bin/ildb -bin/ildiff -bin/ilfind -bin/ilnative -bin/ilrun +bin/ilalink bin/ilsize -bin/ilverify +bin/ilnative +bin/ilfind +bin/ildiff +bin/cscc +bin/csdoc bin/resgen +bin/ildb +bin/csdoc2texi +bin/csdoc2html +bin/csdocvalil +bin/csdoc2stub +bin/csdoc2test +bin/csant include/pnet/il_coder.h include/pnet/il_config.h include/pnet/il_crypt.h @@ -33,6 +33,7 @@ include/pnet/il_serialize.h include/pnet/il_sysio.h include/pnet/il_system.h +include/pnet/il_thread.h include/pnet/il_types.h include/pnet/il_utils.h include/pnet/il_values.h @@ -43,23 +44,15 @@ info/pnettools.info-2 info/pnettools.info-3 info/pnettools.info-4 -lib/cscc/lib/I18N-handlers.def -lib/cscc/lib/I18N.CJK.dll -lib/cscc/lib/I18N.MidEast.dll -lib/cscc/lib/I18N.Other.dll -lib/cscc/lib/I18N.Rare.dll -lib/cscc/lib/I18N.West.dll -lib/cscc/lib/I18N.dll -lib/cscc/lib/mscorlib.dll -lib/cscc/plugins/cscc-cs -lib/cscc/plugins/cscc-csharp -lib/libILCodeGen.a +lib/libILSupport.a +lib/libILImage.a lib/libILDumpAsm.a lib/libILEngine.a -lib/libILImage.a lib/libILLink.a -lib/libILSupport.a +lib/libILCodeGen.a +lib/cscc/plugins/cscc-cs +lib/cscc/plugins/cscc-csharp +@dirrm include/pnet @dirrm lib/cscc/plugins -@dirrm lib/cscc/lib @dirrm lib/cscc -@dirrm include/pnet >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 Sat May 18 10:41:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by hub.freebsd.org (Postfix) with ESMTP id A272137B40E for ; Sat, 18 May 2002 10:41:32 -0700 (PDT) Received: from dsl-213-023-026-054.arcor-ip.net ([213.23.26.54] helo=apo.hmotakef.int.web.de) by smtp.web.de with esmtp (WEB.DE(Exim) 4.53 #1) id 1798Cs-0002x8-00 for freebsd-ports@FreeBSD.org; Sat, 18 May 2002 19:41:26 +0200 To: freebsd-ports@FreeBSD.org Subject: Re: Perl scripts References: <871yc9fkv1.fsf@apo.hmotakef.int> From: Henrik Motakef Date: 18 May 2002 19:46:20 +0200 In-Reply-To: <871yc9fkv1.fsf@apo.hmotakef.int> Message-ID: <87wuu1e4cz.fsf@apo.hmotakef.int> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 Henrik Motakef writes: > Would depending on perl5:${PORTSDIR}/lang/perl5 be a good idea? > (i.e. will there be a wrapper called /usr/bin/perl5 in base?) > > Or would testing ${OSVERSION} be the right thing? Or maybe just reading the docs more carefully and using USE_PERL5=yes could help... Doh! Sorry for the noise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 11: 0: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 BB15537B40A for ; Sat, 18 May 2002 11:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4II02F08587; Sat, 18 May 2002 11:00:02 -0700 (PDT) (envelope-from gnats) Received: from CRWdog.demon.co.uk (p69-199.acedsl.com [66.114.69.199]) by hub.freebsd.org (Postfix) with ESMTP id 3BBB437B409; Sat, 18 May 2002 10:58:23 -0700 (PDT) Received: by CRWdog.demon.co.uk (Postfix, from userid 1001) id 4D5103E5B; Sat, 18 May 2002 03:43:09 -0400 (EDT) Message-Id: <20020518074309.4D5103E5B@CRWdog.demon.co.uk> Date: Sat, 18 May 2002 03:43:09 -0400 (EDT) From: Andy Sparrow Reply-To: Andy Sparrow To: FreeBSD-gnats-submit@FreeBSD.org Cc: billf@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38249: Makefile typo? Ethereal build fails with missing libsnmp.so.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: 38249 >Category: ports >Synopsis: Makefile typo? Ethereal build fails with missing libsnmp.so.4 >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: Sat May 18 11:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andy Sparrow >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Not Really >Environment: System: FreeBSD omni.geek4food.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #80: Wed May 15 21:29:02 EDT 2002 root@omni.geek4food.org:/usr/src/sys/compile/tureg i386 >Description: Just cleaned out my system and rebuilt a whole bunch of stuff. Thus, a lot of it was being built directly as a result of make dependancies. I noted that ethereal failed to build, because it was lacking 'libsnmp.so.4', despite it having done a make in /net/net-snmp, as specified in the LIB_DEPENDS. On looking at net-snmp/pkg-plist , it became clear that it doesn't build or install any such library, and that the LIB_DEPENDS should probably be for net/net-snmp4 instead. Fixing this manually allows ethereal to complile/link/install. Also: andy@omni[155]-> pkg_info -W /usr/local/lib/libsnmp.so.4 /usr/local/lib/libsnmp.so.4 was installed by package ucd-snmp-4.2.5 >How-To-Repeat: Start with 4.5-RC2 and XFree86-4 port from that epoch, cvsup to May 16th, trash most of your ports trying to get around the XFree lib/install error already reported by several people, delete vast swathes of stuff on about the 5th iteration (some with rm, some with pkg_delete and some with portupgrade) and start re-building. With a lot of ports thus gone, you can discover some interesting things. >Fix: Works for me: --- Makefile.orig Sat May 18 03:20:10 2002 +++ Makefile Sat May 18 03:27:07 2002 @@ -18,7 +18,7 @@ MAINTAINER= billf@FreeBSD.org .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 .endif .if !defined(WITHOUT_X11) >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 Sat May 18 11: 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 0318137B407 for ; Sat, 18 May 2002 11:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4II03U08596; Sat, 18 May 2002 11:00:03 -0700 (PDT) (envelope-from gnats) Received: from CRWdog.demon.co.uk (p69-199.acedsl.com [66.114.69.199]) by hub.freebsd.org (Postfix) with ESMTP id 245A437B401 for ; Sat, 18 May 2002 10:58:23 -0700 (PDT) Received: by CRWdog.demon.co.uk (Postfix, from userid 1001) id 54D3D3E5C; Sat, 18 May 2002 03:59:08 -0400 (EDT) Message-Id: <20020518075908.54D3D3E5C@CRWdog.demon.co.uk> Date: Sat, 18 May 2002 03:59:08 -0400 (EDT) From: Andy Sparrow Reply-To: Andy Sparrow To: FreeBSD-gnats-submit@FreeBSD.org Cc: riggs@rrr.de X-Send-Pr-Version: 3.113 Subject: ports/38250: MD5 signatures of Mplayer skins have changed. 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: 38250 >Category: ports >Synopsis: MD5 signatures of Mplayer skins have changed. >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: Sat May 18 11:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andy Sparrow >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Nope. >Environment: System: FreeBSD omni.geek4food.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #80: Wed May 15 21:29:02 EDT 2002 root@omni.geek4food.org:/usr/src/sys/compile/tureg i386 >Description: mplayer-skins MD5 hashes have changed. Dunno why. This is easy to fix (patch below). The port also plops you into the selection dialog twice, the second time immediately after the first - no matter what you select (as long as it wasn't , didn't try that). No idea why or how to fix (but it was reproducible). >How-To-Repeat: rm /usr/ports/distfiles/mplayer/*bz2 cd /usr/ports/mplayer-skins make install should do it :) >Fix: bash-2.05a# diff -ruN distinfo.orig distinfo --- distinfo.orig Thu May 16 22:23:21 2002 +++ distinfo Sat May 18 03:51:03 2002 @@ -1,18 +1,18 @@ -MD5 (mplayer/default.tar.bz2) = 3b3640a1cd4d3a55ac8f9c0cf8948985 -MD5 (mplayer/AlienMind.tar.bz2) = f574b04769ece458c0bd818f55025cfd -MD5 (mplayer/avifile.tar.bz2) = 40d0f30ac3d681b32bfb38f1d37b351e -MD5 (mplayer/BlueHeart.tar.bz2) = acb7d4d73bd82d73cf3187f219f59ef8 -MD5 (mplayer/CornerMP.tar.bz2) = 66501a39c3635b3c3d61ee6dfe05398d -MD5 (mplayer/CubicPlayer.tar.bz2) = b5267a04aae9358d15c9d24ac5867ee0 -MD5 (mplayer/Cyrus.tar.bz2) = 1e4eccdec1a7cd361ba5c4e099e6fd12 -MD5 (mplayer/mentalic.tar.bz2) = 484e8b238ad3db586f3d7de6ea44fc02 -MD5 (mplayer/MidnightLove.tar.bz2) = 354663272b22a61819adf05ad3af69cb -MD5 (mplayer/netscape4.tar.bz2) = 3d7cfd1c484c759056466369b6a5c631 -MD5 (mplayer/neutron.tar.bz2) = 802b59f4eb21b50f90c969bbe71db38e -MD5 (mplayer/phony.tar.bz2) = 3ea4d8d830029b8c401708da8f279ffe -MD5 (mplayer/plastic.tar.bz2) = abfb9abd894c7dcfda8236419341e4b3 -MD5 (mplayer/proton.tar.bz2) = 5da11799d3e3fbf88343f6946954b80b -MD5 (mplayer/slim.tar.bz2) = 5a1c33fbbffe6dd6953a83c8ff8b3e8a -MD5 (mplayer/WindowsMediaPlayer6.tar.bz2) = 91f964b3b59a91c6b0507588ff6e6077 -MD5 (mplayer/xanim.tar.bz2) = 74fd858b0b4512245f5c85275224ecfc -MD5 (mplayer/xine-lcd.tar.bz2) = 1cdf65944f468c918449bf19fde1fe9d +MD5 (mplayer/AlienMind.tar.bz2) = e9ffe9c50f140d635d4b7dc8efa02218 +MD5 (mplayer/BlueHeart.tar.bz2) = 4aae1e93c59ac4ad258acd02878705c8 +MD5 (mplayer/CornerMP.tar.bz2) = d1d6294de26888f16a9294f7b71387df +MD5 (mplayer/CubicPlayer.tar.bz2) = 125666e70e6a1fdc9fa1d3a5c39e0bab +MD5 (mplayer/Cyrus.tar.bz2) = 7abbc337c115c94d034e4e1fa517b2ef +MD5 (mplayer/MidnightLove.tar.bz2) = b5d8ce5933fdd1affce33cc715cd0a88 +MD5 (mplayer/WindowsMediaPlayer6.tar.bz2) = 7133892228f84ddc0f79c51878c26467 +MD5 (mplayer/avifile.tar.bz2) = 84dcf3543048203bbd12fa5e5274cd78 +MD5 (mplayer/default.tar.bz2) = 8134215252ada2429f6d9456725c713f +MD5 (mplayer/mentalic.tar.bz2) = 058a2586e6f1f380822e14a0ec0b0e7d +MD5 (mplayer/netscape4.tar.bz2) = 9fc71389ed133b5a97716ce8433ae7a4 +MD5 (mplayer/neutron.tar.bz2) = 9014d9d3999cbad41fc32d2c07feebfe +MD5 (mplayer/phony.tar.bz2) = e42a5af9fd14e5443722382fce4f1e33 +MD5 (mplayer/plastic.tar.bz2) = 2ba4eed14871e745531a209b5ea3b58b +MD5 (mplayer/proton.tar.bz2) = df0f4eb8ad2c9164552ff76c2e6d6171 +MD5 (mplayer/slim.tar.bz2) = f4c99d54ad8436cd0d44b84ea983d26a +MD5 (mplayer/xanim.tar.bz2) = c9646ba406161d2f571c57a8bb6ee829 +MD5 (mplayer/xine-lcd.tar.bz2) = def3fac8bea451110cb5e01a7300665d >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 Sat May 18 11:50: 8 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 1D15937B414 for ; Sat, 18 May 2002 11:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIo2h17785; Sat, 18 May 2002 11:50: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 A7DED37B409 for ; Sat, 18 May 2002 11:43:19 -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 g4IIhJhG044382 for ; Sat, 18 May 2002 11:43:19 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4IIhJjG044381; Sat, 18 May 2002 11:43:19 -0700 (PDT) Message-Id: <200205181843.g4IIhJjG044381@www.freebsd.org> Date: Sat, 18 May 2002 11:43:19 -0700 (PDT) From: Brian Ollenberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38251: Address is not zeroed in net/libsocket++ port, resulting in failed bind() 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: 38251 >Category: ports >Synopsis: Address is not zeroed in net/libsocket++ port, resulting in failed bind() >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: Sat May 18 11:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Brian Ollenberger >Release: 4.5-RELEASE latest patch level >Organization: Isometrix Computer Consulting >Environment: FreeBSD isometrix.2y.net 4.5-RELEASE FreeBSD 4.5-RELEASE #6: Tue Apr 30 09:35:00 PDT 2002 brian@isometrix.2y.net:/usr/src/sys/compile/ISOMETRIX i386 >Description: >How-To-Repeat: ... sockinetbuf si(sockbuf::sock_stream); cout << "bind: " << si.bind("127.0.0.1",5150) << endl; ... With the net/libsocket++ port. The port will not be set, because bind() failed because the sockaddr_in was not zeroed. >Fix: Apply the following patch to the port before compiling: (it would be good if the following patch could be included in the port) >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 Sat May 18 12:10: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 4FFE837B415 for ; Sat, 18 May 2002 12:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJA2V23220; Sat, 18 May 2002 12:10:02 -0700 (PDT) (envelope-from gnats) Received: from bingo.tky.hut.fi (bingo.tky.hut.fi [130.233.28.67]) by hub.freebsd.org (Postfix) with ESMTP id 0DE1937B400 for ; Sat, 18 May 2002 12:06:57 -0700 (PDT) Received: from bingo.tky.hut.fi (backi@localhost [127.0.0.1]) by bingo.tky.hut.fi (8.12.3/8.12.3) with ESMTP id g4IJ6tWo030847 for ; Sat, 18 May 2002 22:06:55 +0300 (EEST) (envelope-from backi@bingo.tky.hut.fi) Received: (from backi@localhost) by bingo.tky.hut.fi (8.12.3/8.12.3/Submit) id g4IJ6tTt030846; Sat, 18 May 2002 22:06:55 +0300 (EEST) Message-Id: <200205181906.g4IJ6tTt030846@bingo.tky.hut.fi> Date: Sat, 18 May 2002 22:06:55 +0300 (EEST) From: Patrik Backlund Reply-To: Patrik Backlund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38253: Fix x11-fm/nautilus dependencies 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: 38253 >Category: ports >Synopsis: Fix x11-fm/nautilus dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 18 12:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Patrik Backlund >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD bingo.tky.hut.fi 4.6-RC FreeBSD 4.6-RC #0: Fri May 17 17:13:58 EEST 2002 root@bingo.tky.hut.fi:/stuff/work/obj/home/work/src/sys/BINGO i386 >Description: If devel/fam is not installed nautilus configure will complain with the following message (but still work): checking for FAMOpen in -lfam... no configure: warning: *** FAM support will not be built (FAM library not found) Nautilus depends on FAM to provide notification when files are altered (either through filesystem polling, or a kernel notification mechanism). If Nautilus is built without FAM support, directories viewed with Nautilus will not remain in sync with the actual filesystem when they are altered by external processes. Particularly if you are a distributor please compile Nautilus with FAM support. FAM is available from http://oss.sgi.com/projects/fam/. A patch to add Linux Kernel 2.4 directory notify support to FAM (highly desirable) is available from http://people.redhat.com/alexl/files/ *** However if devel/fam happens to be installed on the system nautilus will link against it, but of course no package dependency will be recorded. >How-To-Repeat: 1. Install devel/fam 2. Install x11-fm/nautilus 3. Remove devel/fam See nautilus fail to run because of missing shared library >Fix: Always link to and depend on devel/fam --- nautilus_fam.patch begins here --- --- Makefile.orig Sat May 18 21:02:33 2002 +++ Makefile Sat May 18 21:10:42 2002 @@ -17,7 +17,8 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ freetype.9:${PORTSDIR}/print/freetype2 \ - eel.0:${PORTSDIR}/x11-toolkits/eel + eel.0:${PORTSDIR}/x11-toolkits/eel \ + fam.0:${PORTSDIR}/devel/fam RUN_DEPENDS= ${X11BASE}/share/gnome/ui/nautilus-galeon-view-ui.xml:${PORTSDIR}/www/galeon WITHOUT_MOZILLA= "Doesn't work with Mozilla-0.9.9" --- nautilus_fam.patch 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 Sat May 18 12:20:22 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 0D46D37B40A for ; Sat, 18 May 2002 12:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJK2S23907; Sat, 18 May 2002 12:20:02 -0700 (PDT) (envelope-from gnats) Received: from barleycoren.oikumene.gcd.org (hcou005181.catv.ppp.infoweb.ne.jp [61.124.103.181]) by hub.freebsd.org (Postfix) with SMTP id 65FE037B400 for ; Sat, 18 May 2002 12:18:48 -0700 (PDT) Received: (qmail 69679 invoked by uid 1001); 18 May 2002 19:18:42 -0000 Message-Id: <20020518191842.69678.qmail@barleycoren.oikumene.gcd.org> Date: 18 May 2002 19:18:42 -0000 From: Hiroo Ono Reply-To: Hiroo Ono To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38254: Update net/micq to 0.4.8pl10 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: 38254 >Category: ports >Synopsis: Update net/micq to 0.4.8pl10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 18 12:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hiroo Ono >Release: FreeBSD 5.0-DP1 i386 >Organization: >Environment: System: FreeBSD barleycoren.oikumene.gcd.org 5.0-DP1 FreeBSD 5.0-DP1 #0: Sun Apr 7 02:51:42 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/i386/compile/GENERIC i386 >Description: Update the port to 0.4.8pl10. Also, fix bug for russian and japanese display when receiving message. >How-To-Repeat: Patch attached. >Fix: Russian catalog (lang/ru.i18n was updated. As I do not understand Russian, I just deleted FreeBSD patch patch-lang::ru.i18n. Can anyone who understand Russian take a look at? diff -ur micq/Makefile micq.new/Makefile --- micq/Makefile Sat May 18 12:06:06 2002 +++ micq.new/Makefile Sat May 18 12:08:52 2002 @@ -6,11 +6,11 @@ # PORTNAME= micq -PORTVERSION= 0.4.8.9 +PORTVERSION= 0.4.8.10 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://micq.org/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/9/pl9/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/10/pl10/} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff -ur micq/distinfo micq.new/distinfo --- micq/distinfo Sat May 18 12:06:06 2002 +++ micq.new/distinfo Sat May 18 12:10:45 2002 @@ -1 +1 @@ -MD5 (micq-0.4.8.pl9.tgz) = eae3b1e32e78fcdf783fc8a769d77f7c +MD5 (micq-0.4.8.pl10.tgz) = 13c575d2a83e8211019ec1b9cdd5994c diff -ur micq/files/patch-ab micq.new/files/patch-ab --- micq/files/patch-ab Tue Apr 23 02:56:04 2002 +++ micq.new/files/patch-ab Sun May 19 02:46:26 2002 @@ -1,17 +1,16 @@ +$FreeBSD$ -$FreeBSD: ports/net/micq/files/patch-ab,v 1.3 2002/04/22 17:56:04 sobomax Exp $ - ---- src/mreadline.c.orig Fri Feb 8 01:02:42 2002 -+++ src/mreadline.c Fri Apr 5 12:51:45 2002 -@@ -174,9 +174,9 @@ - } +--- src/mreadline.c.orig Mon May 13 20:06:19 2002 ++++ src/mreadline.c Sat May 18 12:17:32 2002 +@@ -257,9 +257,9 @@ + } - if ((uin = TabGetNext ())) -- sprintf (s, "%s %s/", msgcmd, ContactFindName (uin)); -+ snprintf (s, sizeof(s), "%s %s/", msgcmd, ContactFindName (uin)); - else -- sprintf (s, "%s ", msgcmd); -+ snprintf (s, sizeof(s), "%s ", msgcmd); + if ((uin = TabGetNext ())) +- sprintf (s, "%s %s/", msgcmd, ContactFindName (uin)); ++ snprintf (s, sizeof(s), "%s %s/", msgcmd, ContactFindName (uin)); + else +- sprintf (s, "%s ", msgcmd); ++ snprintf (s, sizeof(s), "%s ", msgcmd); - clen = cpos = strlen (s); - R_undraw (); + R_print (); + clen = cpos = strlen (s); diff -ur micq/files/patch-ac micq.new/files/patch-ac --- micq/files/patch-ac Sat May 18 12:06:06 2002 +++ micq.new/files/patch-ac Sun May 19 02:48:01 2002 @@ -1,9 +1,8 @@ +$FreeBSD$ -$FreeBSD: ports/net/micq/files/patch-ac,v 1.4 2002/05/14 07:57:22 sobomax Exp $ - ---- src/server.c 2002/04/05 09:53:54 1.1 -+++ src/server.c 2002/04/05 09:54:20 -@@ -134,7 +134,7 @@ +--- src/server.c.orig Sat May 18 12:17:51 2002 ++++ src/server.c Sat May 18 12:18:10 2002 +@@ -136,7 +136,7 @@ { char buf[450]; Only in micq/files: patch-lang::ru.i18n diff -ur micq/files/patch-src::icq_response.c micq.new/files/patch-src::icq_response.c --- micq/files/patch-src::icq_response.c Sat May 18 12:06:09 2002 +++ micq.new/files/patch-src::icq_response.c Sun May 19 02:49:30 2002 @@ -1,42 +1,31 @@ -*** src/icq_response.c.orig Sat May 11 00:59:50 2002 ---- src/icq_response.c Sat May 11 20:05:32 2002 -*************** -*** 1,4 **** -! /* $Id: icq_response.c,v 1.53 2002/05/10 15:59:50 kuhlmann Exp $ */ - /* Copyright ? */ - - #include "micq.h" ---- 1,4 ---- -! /* $Id: icq_response.c,v 1.1 2002/04/05 10:00:08 root Exp root $ */ - /* Copyright ? */ - - #include "micq.h" -*************** -*** 482,494 **** - { - strcpy (buf, new); - strcat (buf, " "); -! sprintf (buf + strlen (buf), "%d.%d", v1, v2); -! if (v3 || v4) sprintf (buf + strlen (buf), ".%d", v3); -! if (v4) sprintf (buf + strlen (buf), " cvs %d", v4); - if (ssl) strcat (buf, "/SSL"); - } - else if (prG->verbose) -! sprintf (buf, "%s %08x", i18n (1827, "Unknown client"), (unsigned int)tstamp); - else - buf[0] = '\0'; - ---- 482,494 ---- - { - strcpy (buf, new); - strcat (buf, " "); -! snprintf (buf + strlen (buf), sizeof (buf) - strlen (buf), "%d.%d", v1, v2); -! if (v3 || v4) snprintf (buf + strlen (buf), sizeof (buf) - strlen (buf), ".%d", v3); -! if (v4) snprintf (buf + strlen (buf), sizeof (buf) - strlen (buf), " cvs %d", v4); - if (ssl) strcat (buf, "/SSL"); - } - else if (prG->verbose) -! snprintf (buf, sizeof (buf), "%s %08x", i18n (1827, "Unknown client"), (unsigned int)tstamp); - else - buf[0] = '\0'; - +$FreeBSD$ + +--- src/icq_response.c.orig Sat May 18 12:19:16 2002 ++++ src/icq_response.c Sun May 19 02:00:35 2002 +@@ -503,14 +503,14 @@ + if (v1 || v2 || v3 || v4) + { + strcat (buf, " "); +- sprintf (buf + strlen (buf), "%d.%d", v1, v2); +- if (v3 || v4) sprintf (buf + strlen (buf), ".%d", v3); +- if (v4) sprintf (buf + strlen (buf), " cvs %d", v4); ++ snprintf (buf + strlen (buf), sizeof (buf) - strlen (buf), "%d.%d", v1, v2); ++ if (v3 || v4) snprintf (buf + strlen (buf), sizeof (buf) - strlen (buf), ".%d", v3); ++ if (v4) snprintf (buf + strlen (buf), sizeof (buf) - strlen (buf), " cvs %d", v4); + } + if (ssl) strcat (buf, "/SSL"); + } + else if (prG->verbose) +- sprintf (buf, "%s %08x", i18n (1827, "Unknown client"), (unsigned int)tstamp); ++ snprintf (buf, sizeof (buf), "%s %08x", i18n (1827, "Unknown client"), (unsigned int)tstamp); + else + buf[0] = '\0'; + +@@ -663,6 +663,7 @@ + M_print (") "); + } + ++ ConvWinUnix(cdata); + switch (type) + { + case USER_ADDED_MESS: diff -ur micq/files/patch-src::util.c micq.new/files/patch-src::util.c --- micq/files/patch-src::util.c Sat May 18 12:06:09 2002 +++ micq.new/files/patch-src::util.c Sun May 19 02:50:25 2002 @@ -1,46 +1,28 @@ -*** src/util.c.orig Sat May 11 03:01:05 2002 ---- src/util.c Sat May 11 20:10:23 2002 -*************** -*** 319,325 **** - - timeval = time (0); - va_start (args, str); -! sprintf (buf, "\n%-24.24s ", ctime (&timeval)); - vsprintf (&buf[strlen (buf)], str, args); - va_end (args); - ---- 319,325 ---- - - timeval = time (0); - va_start (args, str); -! snprintf (buf, sizeof(buf), "\n%-24.24s ", ctime (&timeval)); - vsprintf (&buf[strlen (buf)], str, args); - va_end (args); - -*************** -*** 332,343 **** - else - return -1; - } -! sprintf (buffer, "%suin%ld.log", prG->logplace, uin); - - #if HAVE_SYMLINK - if (ContactFindNick (uin)) - { -! sprintf (symbuf, "%s%s.log", prG->logplace, ContactFindNick (uin)); - for (b = symbuf + strlen (prG->logplace); (b = strchr (b, '/')); ) - *b = '_'; - symlink (buffer, symbuf); ---- 332,343 ---- - else - return -1; - } -! snprintf (buffer, sizeof (buffer), "%suin%ld.log", prG->logplace, uin); - - #if HAVE_SYMLINK - if (ContactFindNick (uin)) - { -! snprintf (symbuf, sizeof (symbuf), "%s%s.log", prG->logplace, ContactFindNick (uin)); - for (b = symbuf + strlen (prG->logplace); (b = strchr (b, '/')); ) - *b = '_'; - symlink (buffer, symbuf); +$FreeBSD$ + +--- src/util.c.orig Sat May 18 12:21:53 2002 ++++ src/util.c Sat May 18 12:22:58 2002 +@@ -319,7 +319,7 @@ + + timeval = time (0); + va_start (args, str); +- sprintf (buf, "\n%-24.24s ", ctime (&timeval)); ++ snprintf (buf, sizeof (buf), "\n%-24.24s ", ctime (&timeval)); + vsprintf (&buf[strlen (buf)], str, args); + va_end (args); + +@@ -332,12 +332,12 @@ + else + return -1; + } +- sprintf (buffer, "%suin%ld.log", prG->logplace, uin); ++ snprintf (buffer, sizeof (buffer), "%suin%ld.log", prG->logplace, uin); + + #if HAVE_SYMLINK + if (ContactFindNick (uin)) + { +- sprintf (symbuf, "%s%s.log", prG->logplace, ContactFindNick (uin)); ++ snprintf (symbuf, sizeof (symbuf), "%s%s.log", prG->logplace, ContactFindNick (uin)); + for (b = symbuf + strlen (prG->logplace); (b = strchr (b, '/')); ) + *b = '_'; + symlink (buffer, symbuf); >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 Sat May 18 12:39:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hyde.ssec.wisc.edu (hyde.ssec.wisc.edu [128.104.109.251]) by hub.freebsd.org (Postfix) with ESMTP id 981F637B40A; Sat, 18 May 2002 12:39:41 -0700 (PDT) Received: from hyde.ssec.wisc.edu (localhost [127.0.0.1]) by hyde.ssec.wisc.edu (8.10.2+Sun/8.10.2) with ESMTP id g4IJdRV07408; Sat, 18 May 2002 14:39:27 -0500 (CDT) Message-Id: <200205181939.g4IJdRV07408@hyde.ssec.wisc.edu> To: freebsd-ports@FreeBSD.ORG, znerd@FreeBSD.ORG Subject: Re: ports/34150: Maintainer update of databases/mysql-jdbc-mm In-reply-to: Your message of "Tue, 05 Mar 2002 12:59:39 CST." <200203051859.g25IxdR09000@hyde.ssec.wisc.edu> Date: Sat, 18 May 2002 14:39:27 -0500 From: Dave Glowacki 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's yet another update for the MySQL JDBC port. This patch updates the driver from 1.2c to the newly released 2.0.14, converts the Makefile to the new bsd.java.mk format, and is submitted as a uuencoded patch because the file has embedded ^M characters which get lost in email. begin 644 mysql-jdbc-mm.patch M9&EF9B`M7-Q;"UJ9&)C+6UM+TUA M:V5F:6QE"5-A="!-87D@,3@@,3,Z-#0Z,3(@,C`P,@I`0"`M-BPR."`K-BPV M,B!`0`H@(PH@"B!03U)43D%-13T);7ES<6PM:F1B8RUM;0HM4$]25%9%4E-) M3TX]"3$N,F,**U!/4E1615)324]./0DR+C`N,30*($-!5$5'3U))15,]"61A M=&%B87-E7-Q;`HK1$E3 M5$Y!344]"6UM+FUY&8**PHK<&]S="UP871C:#H**PE`*&-D("1[5U)+4U)#?3L@)'M-5GT@8G5I M;&0N>&UL(&)U:6QD+GAM;"YP871C:&5D.R!<"BL)("1[4T5$?2`M92`B&UL+G!A=&-H960@/B!B=6EL9"YX;6PI M"BL)0"AC9"`D>U=22U-20WT[("1[359](&HQ8R!J,6,N<&%T8VAE9#L@7`HK M"2`D>U-%1'T@(G,[)2504D5&25@E)3LD>U!2149)6'T[9R(@/"!J,6,N<&%T M8VAE9"`^(&HQ8SL@7`HK"2`D>T-(34]$?2`U-34@:C%C*0HK"BMD;RUB=6EL M9#H**PE`*&-D("1[5U)+4U)#?3L@)'M3151%3E9]($I!5D%?2$]-13TD>TI! M5D%?2$]-17T@86YT(&-L96%N(&1I'0N:F%R.B1[ M5U)+4U)#?2]L:6(O:G1A+7-P96,Q7S!?,2YJ87(Z)'M#3$%34U!!5$A](%P* M*PD@("`@(&]R9RYG:G0N;6TN;7ES<6P@;W)G+F=J="YM;2YM>7-Q;"YJ9&)C M,BD**RYE;F1I9@H@"B!D;RUI;G-T86QL.@H@"4`D>TU+1$E2?2`D>U!2149) M6'TOU=2 M2U-20WTO;7ES<6Q?8V]M<"YJ87(@)'M,3T-!3$)!4T5]+W-H87)E+VIA=F$O M8VQAU=22U-20WTO8G5I;&0O;6TN;7ES<6PM)'M03U)45D524TE/3GTO;6TN;7ES M<6PM)'M03U)45D524TE/3GTM8FEN+FIAU=22U-20WTO;&EB+VID8F,R7S`MU=22U-20WTO;&EB+VIT82US<&5C,5\P7S$N:F%R M(%P**PD))'M04D5&25A]+W-H87)E+VIA=F$O8VQATU+1$E2?2`D>U!2149)6'TOU!2149)6'TOT5#2$]]('-H87)E+VIA=F$O8VQA7-Q;"TD>U!/4E1615)324].?2YJ87(@/CX@)'M435!03$E35'T* M*PE`)'M%0TA/?2!S:&%R92]J879A+V-L87-S97,O:F1B8S)?,"US=&1E>'0N M:F%R(#X^("1[5$U04$Q)4U1]"BL)0"1[14-(3WT@T5#2$]](")`=6YE M>&5C("1[4DU$25)]("5$+W-H87)E+VIA=F$O8VQAU1-4%!,25-4?0HK"4`D>T5#2$]](")`=6YE>&5C M("1[4DU$25)]("5$+W-H87)E+VIA=F$@,CXO9&5V+VYU;&P@?'P@=')U92(@ M/CX@)'M435!03$E35'T*(`H@+FEN8VQU9&4@/&)S9"YP;W)T+FUK/@ID:69F M("UR=2!M>7-Q;"UJ9&)C+6UM+F]L9"]D:7-T:6YF;R!M>7-Q;"UJ9&)C+6UM M+V1I7-Q;"UJ9&)C+6UM+F]L9"]D:7-T:6YF;PE3870@ M07!R(#(Y(#(P.C`Y.C4W(#(P,#`**RLK(&UY2`Q."`Q,SHT-3HP,"`R,#`R"D!`("TQ("LQ($!`"BU-1#4@ M*&UM+FUY7-Q;"UJ9&)C+6UM+F]L9"]F:6QE7-Q;"UJ9&)C+6UM+V9I;&5S+W!A=&-H+4UA:V5F:6QE M"BTM+2!M>7-Q;"UJ9&)C+6UM+F]L9"]F:6QE'`@)`HM(",* M+2`*+2U*059!0R`]("]U7-Q;"\J?@ID M:69F("UR=2!M>7-Q;"UJ9&)C+6UM+F]L9"]F:6QE&UL"5-A="!-87D@,3@@,3,Z-3$Z,S$@,C`P,@I`0"`M,"PP M("LQ+#(Q($!`"BLM+2T@8G5I;&0N>&UL+F]R:6<)4V%T($UA>2`Q."`Q,SHU M,#HU-"`R,#`R"BLK*RL@8G5I;&0N>&UL"5-A="!-87D@,3@@,3,Z-3`Z-#0@ M,C`P,@HK0$`@+3$L-R`K,2PW($!`"BL@/'!R;VIE8W0@;F%M93TB34TN37E3 M44PB(&1E9F%U;'0](F1I2!N86UE/2)J879A,2XQ+FAO;64B('9A;'5E/2)C.B]J9&LQ+C$N."(O/@T* M*RT)/'!R;W!E2!N86UE/2)J879A M,2XQ+FAO;64B('9A;'5E/2(E)5!2149)6"4E+VID:S$N,2XX(B\^#0HK*PD\ M<')O<&5R='D@;F%M93TB:F%V86,N,2XQ(B!V86QU93TB)2574DM34D,E)2]J M,6,B+SX-"BL@"0T**R`)/'1A7-Q;"]J9&)C,2(@97AE8W5T86)L93TB)'MJ879A8RXQ+C%](CX-"BLM M"0D)/&%R9R!L:6YE/2(M9R`M8VQAVIA=F$Q+C$N:&]M97TO;&EB+V-L87-S M97,N>FEP("HN:F%V82(O/@T**RL)"0D\87)G(&QI;F4](BUG("UC;&%S7-Q;"TD>W9E&5C/@T**R`)/"]T87)G970^#0HK(`D-"F1I9F8@+7)U(&UY7-Q;"UJ9&)C+6UM+V9I;&5S+W!A M=&-H+6HQ8PHM+2T@;7ES<6PM:F1B8RUM;2YO;&0O9FEL97,O<&%T8V@M:C%C M"5-A="!-87D@,3@@,30Z,3@Z-#8@,C`P,@HK*RL@;7ES<6PM:F1B8RUM;2]F M:6QE Message-Id: <200205182024.g4IKOBu32130@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/38253: Fix x11-fm/nautilus dependencies 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: Fix x11-fm/nautilus dependencies Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Sat May 18 13:23:58 PDT 2002 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=38253 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 13:30: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 EBE7A37B40B for ; Sat, 18 May 2002 13:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IKU1h32546; Sat, 18 May 2002 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 1BF9A37B406; Sat, 18 May 2002 13:24:15 -0700 (PDT) Received: from graf.pompo.net (lyon-4-a7-62-147-49-32.dial.proxad.net [62.147.49.32]) by postfix2-2.free.fr (Postfix) with ESMTP id 672AC5F7A2; Sat, 18 May 2002 22:24:12 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 55651750E; Sat, 18 May 2002 22:23:44 +0200 (CEST) Message-Id: <20020518202344.55651750E@graf.pompo.net> Date: Sat, 18 May 2002 22:23:44 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org Cc: SADA Kenji X-Send-Pr-Version: 3.113 Subject: ports/38255: Maintainer-update: fix deinstall of www/horde and mail/imp 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: 38255 >Category: ports >Synopsis: Maintainer-update: fix deinstall of www/horde and mail/imp >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: Sat May 18 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sat May 4 07:26:38 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: mail/imp modifieS /usr/local/www/horde/templates/setup/imp/write_file.inc and www/horde couldn't be completely deinstalled. [Reported by SADA Kenji.] >How-To-Repeat: Install mail/imp, and then deinstall mail/imp and www/horde. >Fix: Apply the following patches: diff -urN horde.orig/Makefile horde/Makefile --- horde.orig/Makefile Thu May 16 20:44:45 2002 +++ horde/Makefile Sat May 18 21:48:51 2002 @@ -99,9 +99,13 @@ ${PERL} -pi -e "s:chmod 444 :chmod 444 ${HORDEDIR}/:g" ${HORDESBIN}/horde_setup.sh ${CHMOD} u+x ${HORDESBIN}/horde_secure.sh ${CHMOD} u+x ${HORDESBIN}/horde_setup.sh - ${PERL} -pi -e "s:go to the top level directory for your installation and run:run:g" ${HORDEDIR}/setup.php3 + ${PERL} -pi -e "s:go to the top level directory for your installation and run:run:g" \ + ${HORDEDIR}/setup.php3 ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" ${HORDEDIR}/setup.php3 - ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" ${HORDEDIR}/templates/index/horde_notconfigured.inc + ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ + ${HORDEDIR}/templates/index/horde_notconfigured.inc + ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ + ${HORDEDIR}/templates/setup/imp/write_file.inc ${CP} ${HORDEDIR}/config/horde.php3.dist ${HORDEDIR}/config/horde.php3 ${CHMOD} 444 ${HORDEDIR}/config/horde.php3 ${CHMOD} 444 ${HORDEDIR}/setup.php3 diff -urN imp.orig/Makefile imp/Makefile --- imp.orig/Makefile Fri May 17 21:23:08 2002 +++ imp/Makefile Sat May 18 21:49:08 2002 @@ -186,8 +186,6 @@ ${IMPDIR}/templates/index/imp_notconfigured.inc ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ ${IMPDIR}/templates/index/imp_notconfigured.inc - ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ - ${HORDEDIR}/templates/setup/imp/write_file.inc @if [ ! -f ${IMPDIR}/config/defaults.php3 ]; then \ ${CP} ${IMPDIR}/config/defaults.php3.dist ${IMPDIR}/config/defaults.php3; \ fi >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 Sat May 18 15: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 A901937B40C for ; Sat, 18 May 2002 15:30:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMU5766111; Sat, 18 May 2002 15:30:05 -0700 (PDT) (envelope-from gnats) Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id 81F4A37B400 for ; Sat, 18 May 2002 15:26:24 -0700 (PDT) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.3/8.12.3) with ESMTP id g4IMQJ4v008245 for ; Sun, 19 May 2002 07:26:19 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.3/8.12.3/Submit) id g4IMQE2Y008244; Sun, 19 May 2002 07:26:14 +0900 (KST) Message-Id: <200205182226.g4IMQE2Y008244@akaraka.yonsei.ac.kr> Date: Sun, 19 May 2002 07:26:14 +0900 (KST) From: Hye-Shik Chang Reply-To: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38257: Update port: ftp/py-curl 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: 38257 >Category: ports >Synopsis: Update port: ftp/py-curl >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: Sat May 18 15:30:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 5.0-CURRENT i386 >Organization: Yonsei University >Environment: System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun May 5 12:24:46 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386 >Description: Update to 0.4.9 >How-To-Repeat: >Fix: diff -ruN py-curl.orig/Makefile py-curl/Makefile --- py-curl.orig/Makefile Tue Apr 30 03:08:03 2002 +++ py-curl/Makefile Sat May 18 23:15:25 2002 @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.9 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-curl.orig/distinfo py-curl/distinfo --- py-curl.orig/distinfo Thu Apr 4 03:06:14 2002 +++ py-curl/distinfo Sat May 18 23:15:41 2002 @@ -1 +1 @@ -MD5 (pycurl-0.4.5.tar.gz) = 799437ed00c0cdf3611fb16940cb8f4a +MD5 (pycurl-0.4.9.tar.gz) = 833c39a584184e4643bb59d9d954e478 diff -ruN py-curl.orig/pkg-plist py-curl/pkg-plist --- py-curl.orig/pkg-plist Thu Apr 4 03:06:14 2002 +++ py-curl/pkg-plist Sat May 18 23:20:30 2002 @@ -3,9 +3,13 @@ %%PORTDOCS%%share/examples/py-curl/basicfirst2.py %%PORTDOCS%%share/examples/py-curl/test.py %%PORTDOCS%%share/examples/py-curl/test_cb.py +%%PORTDOCS%%share/examples/py-curl/test_debug.py %%PORTDOCS%%share/examples/py-curl/test_getinfo.py %%PORTDOCS%%share/examples/py-curl/test_gtk.py +%%PORTDOCS%%share/examples/py-curl/test_post.py +%%PORTDOCS%%share/examples/py-curl/test_post2.py %%PORTDOCS%%share/examples/py-curl/test_stringio.py %%PORTDOCS%%share/examples/py-curl/test_xmlrpc.py %%PORTDOCS%%share/examples/py-curl/test_xmlrpc2.py +%%PORTDOCS%%share/examples/py-curl/xmlrpc_curl.py %%PORTDOCS%%@dirrm share/examples/py-curl >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 Sat May 18 15:30:37 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 6B0FE37B40E for ; Sat, 18 May 2002 15:30:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMU5K66127; Sat, 18 May 2002 15:30:05 -0700 (PDT) (envelope-from gnats) Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id AEE4437B40F for ; Sat, 18 May 2002 15:28:45 -0700 (PDT) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.3/8.12.3) with ESMTP id g4IMSj4v008357 for ; Sun, 19 May 2002 07:28:45 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.3/8.12.3/Submit) id g4IMSep6008356; Sun, 19 May 2002 07:28:40 +0900 (KST) Message-Id: <200205182228.g4IMSep6008356@akaraka.yonsei.ac.kr> Date: Sun, 19 May 2002 07:28:40 +0900 (KST) From: Hye-Shik Chang Reply-To: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38258: Update port: audio/py-xmms 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: 38258 >Category: ports >Synopsis: Update port: audio/py-xmms >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: Sat May 18 15:30:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 5.0-CURRENT i386 >Organization: Yonsei University >Environment: System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun May 5 12:24:46 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386 >Description: - Update to 1.04 - Improve gcc3 compatibility >How-To-Repeat: >Fix: diff -ruN py-xmms.orig/Makefile py-xmms/Makefile --- py-xmms.orig/Makefile Sun May 5 02:24:27 2002 +++ py-xmms/Makefile Sat May 18 22:40:53 2002 @@ -6,7 +6,7 @@ # PORTNAME= xmms -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= audio python MASTER_SITES= http://www.via.ecp.fr/~flo/2002/PyXMMS/dist/ \ http://www3.kr.freebsd.org/~perky/distfiles/ @@ -24,5 +24,8 @@ PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} XMMS_CONFIG?= ${X11BASE}/bin/xmms-config MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" XMMS_CONFIG="${XMMS_CONFIG}" + +post-patch: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} patch .include diff -ruN py-xmms.orig/distinfo py-xmms/distinfo --- py-xmms.orig/distinfo Sat May 4 23:59:36 2002 +++ py-xmms/distinfo Sat May 18 20:26:33 2002 @@ -1 +1 @@ -MD5 (pyxmms-1.03.tar.gz) = 143fc68c84e505d2d3997e25b730bafa +MD5 (pyxmms-1.04.tar.gz) = a0947b1f2e4e446842d9414866c8ad6a diff -ruN py-xmms.orig/files/patch-setup.py py-xmms/files/patch-setup.py --- py-xmms.orig/files/patch-setup.py Sun May 5 00:02:49 2002 +++ py-xmms/files/patch-setup.py Sat May 18 23:04:14 2002 @@ -1,5 +1,5 @@ ---- setup.py.orig Sun Apr 7 22:52:01 2002 -+++ setup.py Sun May 5 00:02:33 2002 +--- setup.py.orig Sun May 12 22:37:06 2002 ++++ setup.py Sat May 18 23:03:58 2002 @@ -20,7 +20,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA. @@ -9,17 +9,30 @@ from distutils.core import setup, Extension # Notes: -@@ -36,7 +36,8 @@ +@@ -34,9 +34,21 @@ + # end of the gcc command, which is useless in this case. So, I use + # "include_dirs" instead. ++def patch4gcc3(fname): ++ instr = 0 ++ cont = open(fname).readlines() ++ of = open(fname, 'w') ++ for l in cont: ++ instr = (instr+len(re.findall(r'(^")|([^\\]")', l))) % 2 ++ print >>of, l[:-1] + ((not l.startswith('/*') and instr) and "\\n\\" or "") ++if 'patch' in sys.argv: ++ patch4gcc3('_xmmsmodule.c') ++ raise SystemExit ++ PACKAGE = "pyxmms" - VERSION = "1.03" + VERSION = "1.04" -GLIB_CONFIG = "glib-config" +GLIB_CONFIG = os.environ['GLIB_CONFIG'] +XMMS_CONFIG = os.environ['XMMS_CONFIG'] def main(): glib_opts = {} -@@ -52,6 +53,9 @@ +@@ -52,6 +64,9 @@ glib_include_dirs = map(lambda s: s[2:], string.split(glib_opts["cflags"], ' ')) @@ -29,7 +42,7 @@ setup(name=PACKAGE, version=VERSION, description="A Python interface to XMMS", -@@ -69,8 +73,8 @@ +@@ -69,8 +84,8 @@ keywords=["xmms"], py_modules=["xmms"], ext_modules=[Extension("_xmms", ["_xmmsmodule.c"], >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 Sat May 18 15:41: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 9D59737B413 for ; Sat, 18 May 2002 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMe1L69663; Sat, 18 May 2002 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id AC9C237B404 for ; Sat, 18 May 2002 15:31:28 -0700 (PDT) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.3/8.12.3) with ESMTP id g4IMVS4v008486 for ; Sun, 19 May 2002 07:31:28 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.3/8.12.3/Submit) id g4IMVN2r008485; Sun, 19 May 2002 07:31:23 +0900 (KST) Message-Id: <200205182231.g4IMVN2r008485@akaraka.yonsei.ac.kr> Date: Sun, 19 May 2002 07:31:23 +0900 (KST) From: Hye-Shik Chang Reply-To: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38259: New port: www/zope-cmf-devel (repocopy required) 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: 38259 >Category: ports >Synopsis: New port: www/zope-cmf-devel (repocopy required) >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: Sat May 18 15:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 5.0-CURRENT i386 >Organization: Yonsei University >Environment: System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun May 5 12:24:46 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386 >Description: New port for a development branch of zope-cmf. attached diff is a patch from zope-cmf >How-To-Repeat: >Fix: diff -ruN zope-cmf/Makefile zope-cmf-devel/Makefile --- zope-cmf/Makefile Sun Aug 12 03:32:54 2001 +++ zope-cmf-devel/Makefile Sun May 19 06:27:49 2002 @@ -6,12 +6,12 @@ # PORTNAME= zope-cmf -PORTVERSION= 1.1 +PORTVERSION= 1.3.beta1 CATEGORIES= www zope -MASTER_SITES= http://cmf.zope.org/download/CMF-${PORTVERSION}/ -DISTNAME= CMF-${PORTVERSION} +MASTER_SITES= http://cmf.zope.org/download/CMF-${PORTVERSION:S/.b/b/}/ +DISTNAME= CMF-${PORTVERSION:S/.b/-b/} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= perky@fallin.lv RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope diff -ruN zope-cmf/distinfo zope-cmf-devel/distinfo --- zope-cmf/distinfo Wed Aug 8 23:39:25 2001 +++ zope-cmf-devel/distinfo Sun May 19 06:27:56 2002 @@ -1 +1 @@ -MD5 (zope/CMF-1.1.tar.gz) = 94667dd7170dee13d95a8a922cbaf596 +MD5 (zope/CMF-1.3-beta1.tar.gz) = 1d297e048dd1335b472d8cde6d4f35b7 diff -ruN zope-cmf/pkg-message zope-cmf-devel/pkg-message --- zope-cmf/pkg-message Wed Aug 8 23:39:25 2001 +++ zope-cmf-devel/pkg-message Sun May 19 06:29:11 2002 @@ -11,5 +11,5 @@ You may now create a "CMF Site" object. For further installation and troubleshooting instructions, see: - http://cmf.zope.org/download/CMF-1.1/README.txt + http://cmf.zope.org/download/CMF-1.3beta1/INSTALL.txt diff -ruN zope-cmf/pkg-plist zope-cmf-devel/pkg-plist --- zope-cmf/pkg-plist Wed Aug 8 23:39:25 2001 +++ zope-cmf-devel/pkg-plist Sun May 19 06:37:34 2002 @@ -12,26 +12,35 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/__init__.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/help/placeholder.txt +%%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/image_sources/event_info_tab.psd %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/calendar.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/calendar_day_view.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_edit.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_edit.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_edit_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_info_tab.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_view.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/event_view1a.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar/space.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/zpt_calendar/event_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/zpt_calendar/event_view.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests/__init__.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests/test_Event.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests/test_Event.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests/test_all.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests/test_all.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ActionInformation.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ActionInformation.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ActionProviderBase.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ActionProviderBase.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ActionsTool.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ActionsTool.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CMFCatalogAware.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CMFCatalogAware.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CMFCorePermissions.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CMFCorePermissions.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CachingPolicyManager.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CachingPolicyManager.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CatalogTool.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/CatalogTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/ContentTypeRegistry.py @@ -44,18 +53,24 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/DiscussionTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/DynamicType.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/DynamicType.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/Expression.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/Expression.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSDTMLMethod.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSDTMLMethod.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSImage.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSImage.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSObject.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSObject.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSPageTemplate.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSPageTemplate.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSPropertiesObject.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSPropertiesObject.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSPythonScript.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSPythonScript.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSSTXMethod.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSSTXMethod.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSZSQLMethod.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/FSZSQLMethod.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/MemberDataTool.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/MemberDataTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/MembershipTool.py @@ -90,13 +105,18 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/addInstance.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/addTypeInfo.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/addWorkflow.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/cachingPolicies.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/catalogFind.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custdtml.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custimage.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custprops.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custpt.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custpy.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custstx.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/custzsql.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/dirview_properties.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/editActions.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/editToolsActions.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/explainActionsTool.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/explainCatalogTool.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/explainDiscussionTool.dtml @@ -109,6 +129,7 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/explainWorkflowTool.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/extensionWidget.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/majorMinorWidget.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/manageActionProviders.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/memberdataContents.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/membershipRolemapping.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml/mimetypePredEdit.dtml @@ -123,9 +144,13 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/fsdtml.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/fsimage.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/fsprops.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/fspt.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/fspy.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/fssqlmethod.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/registry.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images/typeinfo.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/CachingPolicyManager.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/CachingPolicyManager.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/ContentTypeRegistry.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/ContentTypeRegistry.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/Contentish.py @@ -144,6 +169,8 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/ReviewableContent.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/Syndicatable.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/Syndicatable.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/portal_actions.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/portal_actions.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces/portal_catalog.py @@ -170,12 +197,47 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/register.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/__init__.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/content.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/content.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/dummy.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/dummy.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/security.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/security.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/testcase.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/testcase.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/utils.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base/utils.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/test1.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testPTbad.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ActionInformation.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ActionInformation.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ActionProviderBase.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ActionProviderBase.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ActionsTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ActionsTool.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_CachingPolicyManager.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_CachingPolicyManager.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_CatalogTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_CatalogTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ContentTypeRegistry.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_ContentTypeRegistry.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_DirectoryView.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_DirectoryView.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_Expression.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_Expression.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_FSPageTemplate.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_FSPageTemplate.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_FSPythonScript.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_FSPythonScript.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_PortalFolder.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_PortalFolder.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_TypesTool.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_TypesTool.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_WorkflowTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_WorkflowTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_all.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/test_all.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tool.gif @@ -192,10 +254,14 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Document.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/DublinCore.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/DublinCore.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/Upgrade.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/Upgrade.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/fix_cmf_permissions.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/fix_cmf_permissions.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/migrate_ptk.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/migrate_ptk.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/update_catalogIndexes.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/update_catalogIndexes.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/update_discussion.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions/update_discussion.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Favorite.py @@ -245,11 +311,44 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/dtml/synProps.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/dtml/synReports.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/dtml/zmi_editDocument.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/dtml/zmi_editLink.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/dtml/zmi_metadata.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ActorDefinitions.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Actor_ContentCreator.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Actor_MembershipManager.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Actor_Reviewer.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Actor_SiteDesigner.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Actor_SiteManager.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Actor_SiteVisitor.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/AddContentFolders.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ApproveForPublication.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/BecomeAMember.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/BrowseCMFSiteHomepage.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/BrowseNewsItems.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/BrowseSubmittedForReview.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ChangeContent.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ConfigureCMFSite.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ConfigurePersonalization.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/CreateCMFFolder.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/CreateCMFSite.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/CreateCMFTopic.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/CreateNewContent.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/LoginAsMember.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ManageLocalRoles.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/MoveCopyContent.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ProvideFeedback.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/RemoveContent.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/RenameContent.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/SearchCMFSite.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/SubmitContentForPublication.stx %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Syndication-Tool_Overview.stx %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Syndication-Tool_Policies.stx %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Syndication-Tool_Properties.stx %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/Syndication-Tool_Reporting.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/TODO.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/UndoChanges.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/UnpublishContent.stx +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/help/ViewMyContent.stx %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/images/workflow.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/interfaces/Syndicatable.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/interfaces/Syndicatable.pyc @@ -259,6 +358,8 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/scripts/addImagesToSkinPaths.pys %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/scripts/convertCatalogGetIconColumn.pys %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/Images/UpFolder_icon.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/Images/Zope_logo.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/Images/c.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/Images/go.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/Images/logo.jpg %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/Images/logo.png @@ -302,52 +403,64 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/link_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/link_view.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/metadata_edit.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/metadata_edit.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/metadata_edit_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/newsitem_edit.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/newsitem_edit.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/newsitem_edit_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/newsitem_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/content/newsitem_view.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/addtoFavorites.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/change_password.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/disableSyndication.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/editSynProperties.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/enableSyndication.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/addtoFavorites.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/change_password.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/disableSyndication.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/editSynProperties.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/enableSyndication.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/expireAuthCookie.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/expireAuthCookie.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/finish_portal_construction.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_copy.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_cut.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_delete.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_paste.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_rename.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/logout.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/mail_password.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/personalize.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/reconfig.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/register.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_copy.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_cut.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_delete.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_localrole_edit.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_localrole_edit.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_paste.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_rename.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/folder_rename_items.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/isDiscussable.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/logout.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/mail_password.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/personalize.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/personalize.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/reconfig.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/register.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/search_debug.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/setAuthCookie.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/setAuthCookie.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/synPropertiesForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/undo.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/control/undo.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/RSS.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/TitleOrId.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/actions_box.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/clearCookie.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/clearCookie.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/clearCookie.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/content_byline.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/css_inline_or_link.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/default_stylesheet.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/discussion_reply.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/discussion_reply.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/discussion_reply.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/discussion_reply_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/discussion_reply_preview.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/discussion_thread_view.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/doFormSearch.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/filterCookie.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/filterCookie.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/folder_add.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/folder_contents.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/folder_factories.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/folder_filter_form.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/folder_localrole_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/folder_rename_form.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/iconHTML.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/index_html.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/itemRSS.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/join_form.dtml @@ -377,11 +490,77 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/standard_html_header.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/standard_top_bar.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/truncID.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/undo_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic/viewThreadsAtBottom.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/no_css/stylesheet_properties.props %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/nouvelle/nouvelle_stylesheet.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/nouvelle/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/content_publish_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/content_reject_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/content_retract_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/content_status_history.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/content_submit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/discussionitem_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/document_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/document_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/favorite_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/file_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/file_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/folder_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/full_metadata_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/image_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/image_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/link_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/link_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/metadata_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/newsitem_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/newsitem_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content/subjectsList.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_control/finish_portal_construction.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_control/reverseList.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_control/synPropertiesForm.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/actions_box.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/breadcrumbs.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/content_byline.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/discussion_reply_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/discussion_reply_preview.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/expanded_title.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/folder_add.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/folder_contents.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/folder_factories.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/folder_filter_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/folder_localrole_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/folder_rename_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/index_html.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/join_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/logged_in.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/logged_out.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/login_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/mail_password_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/mail_password_response.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/main_template.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/metadata_help.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/news_box.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/password_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/personalize_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/recent_news.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/reconfig_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/registered.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/review.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/roster.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/rssDisabled.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/search.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/search_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/setup_talkback_tree.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/standard_error_message.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/stxmethod_view.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/talkback_tree.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/unauthRedirect.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/unauthRedirect.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/undo_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/viewThreadsAtBottom.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic/zpt_stylesheet.css %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/TestImage.jpg %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/__init__.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/__init__.pyc @@ -389,8 +568,12 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Discussions.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Document.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Document.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Favorite.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Favorite.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Image.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Image.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Link.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_Link.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_MetadataTool.py %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_MetadataTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests/test_NewsItem.py @@ -418,6 +601,8 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/SimpleIntCriterion.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/SimpleStringCriterion.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/SimpleStringCriterion.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/SortCriterion.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/SortCriterion.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/Topic.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/Topic.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/TopicPermissions.py @@ -433,6 +618,7 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/friendlydatec_editform.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/listc_edit.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/sic_edit.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/sort_edit.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/ssc_edit.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/topic_addCriterion.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/topic_addCriterion.pyc @@ -449,6 +635,16 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/topic_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/topic_subtopics_form.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic/topic_view.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/friendlydatec_edit.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/friendlydatec_editform.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/listc_edit.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/sic_edit.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/sort_edit.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/ssc_edit.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/topic_criteria_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/topic_edit_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/topic_subtopics_form.pt +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic/topic_view.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/__init__.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_DateC.py @@ -459,12 +655,15 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_SIC.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_SSC.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_SSC.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_SortC.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_SortC.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_Topic.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_Topic.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_all.py %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests/test_all.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/version.txt @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/zpt_topic @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins/topic @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/skins @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/interfaces @@ -472,6 +671,9 @@ @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic/Extensions @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFTopic @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_generic +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_control +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/zpt_content @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/nouvelle @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/no_css @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/skins/generic @@ -486,14 +688,19 @@ @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/dtml @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault/Extensions @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFDefault +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/base @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/interfaces @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/images @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/dtml @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCore @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/zpt_calendar @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins/calendar @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/skins +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/image_sources @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/help @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar/Extensions @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFCalendar >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 Sat May 18 15:41:40 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 2558437B403 for ; Sat, 18 May 2002 15:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMe1T69674; Sat, 18 May 2002 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id C8D9137B409 for ; Sat, 18 May 2002 15:34:39 -0700 (PDT) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.3/8.12.3) with ESMTP id g4IMYd4v008688 for ; Sun, 19 May 2002 07:34:39 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.3/8.12.3/Submit) id g4IMYYTe008687; Sun, 19 May 2002 07:34:34 +0900 (KST) Message-Id: <200205182234.g4IMYYTe008687@akaraka.yonsei.ac.kr> Date: Sun, 19 May 2002 07:34:34 +0900 (KST) From: Hye-Shik Chang Reply-To: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38260: New port: www/zope-plone 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: 38260 >Category: ports >Synopsis: New port: www/zope-plone >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: Sat May 18 15:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 5.0-CURRENT i386 >Organization: Yonsei University >Environment: System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun May 5 12:24:46 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386 >Description: New port for zope-plone, the userfriendly content management system for zope. this port requires zope-cmf-devel which is sent on previous PR. >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: # # zope-plone # zope-plone/Makefile # zope-plone/distinfo # zope-plone/pkg-comment # zope-plone/pkg-descr # zope-plone/pkg-message # zope-plone/pkg-plist # echo c - zope-plone mkdir -p zope-plone > /dev/null 2>&1 echo x - zope-plone/Makefile sed 's/^X//' >zope-plone/Makefile << 'END-of-zope-plone/Makefile' X# New ports collection makefile for: zope-plone X# Date created: 19 May 2002 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= plone XPORTVERSION= 0.9.9 XCATEGORIES= www zope XMASTER_SITES= http://plone.org/download/ XDISTNAME= CMFPlone.${PORTVERSION} XPKGNAMEPREFIX= zope- X XMAINTAINER= perky@fallin.lv X XRUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \ X ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFCore/Expression.py:${PORTSDIR}/www/zope-cmf-devel X XUSE_PYTHON= yes XDIST_SUBDIR= zope XWRKSRC= ${WRKDIR}/CMFPlone X X# You can change this in the environment if you like. XSZOPEBASEDIR?= www/Zope X X# Don't change these XZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} XZOPEPRODUCTNAME= XZOPEPRODUCTDIR= lib/python/Products X XPLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} X Xdo-build: X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/* X Xdo-install: X @${CHMOD} -R og+rX ${WRKSRC}/ X.for proddir in CMFPlone DCWorkflow Formulator X @${CP} -R ${WRKSRC}/${proddir} \ X ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ X.endfor X Xpost-install: X.if !defined(BATCH) X @${CAT} ${PKGMESSAGE} X.endif X X.include END-of-zope-plone/Makefile echo x - zope-plone/distinfo sed 's/^X//' >zope-plone/distinfo << 'END-of-zope-plone/distinfo' XMD5 (zope/CMFPlone.0.9.9.tar.gz) = a70b1e3329177f553e064d2378c9f3a6 END-of-zope-plone/distinfo echo x - zope-plone/pkg-comment sed 's/^X//' >zope-plone/pkg-comment << 'END-of-zope-plone/pkg-comment' XUserfriendly and powerful Content Management System for Zope END-of-zope-plone/pkg-comment echo x - zope-plone/pkg-descr sed 's/^X//' >zope-plone/pkg-descr << 'END-of-zope-plone/pkg-descr' XPlone aims to be a proper Content Management and Publishing system, Xsharing the same qualities as Teamsite, Livelink and Documentum. XOODBMS, RDBMS, WEBDAV, FTP and XMLRPC integration all come out of Xthe box. Plone is built on top of the open source application server XZope and the accompanying Content Management Framework which has Xthousands of developers around the world. X XWWW: http://plone.org/ END-of-zope-plone/pkg-descr echo x - zope-plone/pkg-message sed 's/^X//' >zope-plone/pkg-message << 'END-of-zope-plone/pkg-message' XZope-Plone X X To complete the installation of the Plone: X X - Restart Zope. This may be done from the Zope Control Panel. X X - Verify that the CMFPlone product loaded properly by examining X them in Control_Panel/Products. X X You may now create a "Plone Site" object. For further installation and X troubleshooting instructions, see: X X http://plone.org/documentation X END-of-zope-plone/pkg-message echo x - zope-plone/pkg-plist sed 's/^X//' >zope-plone/pkg-plist << 'END-of-zope-plone/pkg-plist' X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CREDITS.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CalendarTool.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CalendarTool.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/Install.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/Install.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/PloneWorklists.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/PloneWorklists.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/Upgrade.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/Upgrade.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/emerging_utils.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/emerging_utils.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/migrateFolders.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/migrateFolders.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/testSkinContent.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/testSkinContent.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormulatorTool.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormulatorTool.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/HISTORY.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/INSTALL.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/LICENSE.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MembershipTool.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MembershipTool.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneFolder.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneFolder.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PortalFactory.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PortalFactory.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/README.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/TranslatorTool.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/TranslatorTool.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/calendar_demo.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/history/Document.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/history/Document.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/scripts/prepend.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/scripts/prepend.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/mockups/Plone style guide.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/mockups/calendar.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/mockups/nice_calendar.html X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/mockups/styley.js X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/refresh.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0.doc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0.htm X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/filelist.xml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/header.htm X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/image001.png X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/image002.jpg X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_bold.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_center.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_colorpicker.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_copy.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_cut.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_image.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_indent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_italicize.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_justify.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_left.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_link.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_mode.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_olist.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_outdent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_paste.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_redo.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_rem_formatting.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_right.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_save.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_table.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_ulist.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_underline.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages/icon_undo.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Samples/Editor_Redir.asp X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Samples/Stylesheet_property.html X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Samples/imagesPath.html X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/colorPicker.html X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/dialog.css X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/dlg_ins_table.html X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/htmlEditor.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/htmlEditor.htc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_bold.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_center.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_colorpicker.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_copy.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_cut.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_image.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_indent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_italicize.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_justify.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_left.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_link.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_mode.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_olist.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_outdent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_paste.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_redo.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_rem_formatting.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_right.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_save.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_table.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_ulist.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_underline.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/icon_undo.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/index.html X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/cmf_skin_tools/calendar.html.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/cmf_skin_tools/calendar.js.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/cmf_skin_tools/popup_calendar.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/cmf_skin_tools/test.html.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/aCompact.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_add_issue.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_add_issue.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_add_issue_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_contents.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_edit.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_add_issue.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_add_issue.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_cite_comment.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_cite_comment.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_comment_header.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_contents.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_edit.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_followup.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_followup.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_followup_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_notice.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_reject.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_reject.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_trim_states.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_up.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_issue_up.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_localrole_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_localrole_edit.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_macros.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_ordered_traits.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_search.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_transcript_view.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector/collector_transcript_view.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings/rate_content.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings/ratings_box.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/BackLinks.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/HowDoIEdit.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/HowDoINavigate.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/JumpTo.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/RegulatingYourPages.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/RemoteWikiLinks.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/RemoteWikiURL.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/StructuredText.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/StructuredTextExample.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/StructuredTextRules.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/TextFormattingRules.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/WikiHelp.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/WikiName.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/WikiWikiWeb.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/ZWiki.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/ZWikiLinks.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/ZWikiWeb.stx X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wiki_allpages.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wiki_recentchanges.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wiki_toc.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wiki_view.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_advanced_form.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_advanced_handler.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_advanced_handler.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_alternatecreate_form.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_backlinks.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_comment_form.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_compare_versions.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_copyhistory_handler.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_copyhistory_handler.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_create_form.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_create_handler.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_deleterename_handler.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_deleterename_handler.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_edit_form.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_editcomment_handler.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_editcomment_handler.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_header.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_history.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_recentchanges.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_recentchanges.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_reparent_handler.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_reparent_handler.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_toc.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki/wikipage_view.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wiki_allpages.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wiki_listpages.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wiki_recentchanges.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wiki_skeleton.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wiki_toc.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_advanced_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_backlinks.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_comment_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_header.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_history.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_owners_description.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_regop_description.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_toc.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki/wikipage_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/calendar.js.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/calendar_demo.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/calendar_popup.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/calendar_support.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getBeginAndEndTimes.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getClassForDay.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getEventString.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getNextMonth.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getPopupPositionScript.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getPopupPositionStyles.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getPopupScript.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/getPreviousMonth.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/ieemu.js.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/popup_demo.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar/styley.js.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/discussionitem_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/document_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/event_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/favorite_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/file_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/image_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/link_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/newsitem_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/topic_view.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/color_preset_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_publish_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_publishing_history.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_reject_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_retract_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_status_history.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/content_submit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/discussion_reply_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/discussion_reply_preview.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/document_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/event_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/file_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_contents.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_contents.pt~ X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_factories.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_listing.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_localrole_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/folder_rename_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/full_metadata_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/help.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/history_comparison.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/history_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/image_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/join_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/link_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/logged_in.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/logged_out.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/login_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/mail_password_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/metadata_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/newsitem_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/password_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/personalize_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/reconfig_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/registered.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/rename_folder_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/roster.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/search.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/search_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/synPropertiesForm.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/talkback_tree.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/topic_criteria_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/topic_edit_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/topic_subtopics_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/undo_form.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms/viewThreadsAtBottom.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/addFavorite.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/arrowDown.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/arrowUp.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/bullet.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/defaultUser.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/discussionitem_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/document_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/event_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/favorite_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/file_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/folder.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/folder_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/goButton.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/guy.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/image_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/info.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/linkOpaque.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/linkTransparent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/link_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/logo.png X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/newsitem_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/paperclip.jpg X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/popup_calendar.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/posted.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/required.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/sort_asc.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/thread.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/topic_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/user.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/aboveInThread.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/addtoFavorites.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/breadcrumbs.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/createObject.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/deleteDiscussion.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/filterCookie.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/filterCookie.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/filterTypes.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/filter_actions.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_copy.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_cut.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_delete.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_paste.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_publish.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_publish.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/folder_rename.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/content_status_modify.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/content_status_modify.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/discussion_reply.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/discussion_reply.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/document_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/event_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/extended_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/extended_edit.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/file_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/folder_actions.js.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/folder_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/image_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/link_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/metadata_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/metadata_edit.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/newsitem_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/register.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/rename_object.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/topic_editTopic.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_document_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_file_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_folder_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_image_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_link_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_newsitem_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_registration.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_setupRequest.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_setupRequest.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_topic_edit.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getActionUrlById.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getBatchPageCounts.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getCustomEditForm.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getFolderContents.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getObjSize.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getPersonalBarActions.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getPlonePersonalFolder.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getPlonePersonalPortait.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/isExpired.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/isIDAutoGenerated.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/mail_password.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/my_worklist.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationCurrent.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationLocalRelated.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationParent.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigationRemoteResources.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/navigatorExpand.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/personalize.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/personalize.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/plone_debug.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/plone_debug.pyc X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/random_number.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/rejectAnonymous.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/removePlonePersonalPortrait.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/reverseList.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/setup_talkback_tree.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/showEditableBorder.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/sortObjectValues.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/sort_modified_ascending.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/table_sort.js.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/toPortalTime.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/unique.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/CSSImports.py X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/clear/stylesheet_properties.props X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/folder.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/linkOpaque.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/linkTransparent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/logo.png X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/readme.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/stylesheet_properties.props X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/user.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneBasic.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneBasicNS.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneCalendar.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneCalendarNS.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneEditor.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneForum.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneForumNS.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneStructure.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneStructureNS.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneWidgets.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneWidgetsNS.css.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/stylesheet_properties.props X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/bullet.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/discussionitem_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/document_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/event_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/favorite_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/file_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/folder.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/folder_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/image_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/linkOpaque.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/linkTransparent.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/link_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/logo.png X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/newsitem_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/popup_calendar.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/required.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/stylesheet_properties.props X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/topic_icon.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp/user.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/credits.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/footer.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/header.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/index_html.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/macro_renderer.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/main_template.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/not_found_error_message.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/portal_tabs.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/recent_news.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/standard_error_message.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/standard_html_footer.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/standard_html_header.dtml X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/about_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/calendar_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/favorites_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/login_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/main_left_column.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/main_right_column.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/navigation_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/news_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/related_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/topic_navigator_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots/workflow_review_slot.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/workspace.pt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tool.gif X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/version.txt X%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www/addSite.zpt X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/CHANGES.txt X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/ContainerTab.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/ContainerTab.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/DCWorkflow.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/DCWorkflow.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Default.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Default.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Expression.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Expression.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Guard.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Guard.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/README.txt X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Scripts.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Scripts.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/States.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/States.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Transitions.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Transitions.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Variables.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Variables.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/WorkflowUIMixin.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/WorkflowUIMixin.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Worklists.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/Worklists.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/actbox.stx X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/basics.stx X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/expressions.stx X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/guard.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/state_permissions.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/state_properties.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/state_variables.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/states.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/transition_properties.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/transition_variables.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/transitions.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/variable_properties.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/variables.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/workflow_permissions.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/workflow_properties.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/worklist_properties.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/worklists.dtml X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/script.gif X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/state.gif X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/transition.gif X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/variable.gif X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/workflow.gif X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/worklist.gif X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/test_all.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/test_all.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/utils.py X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/utils.pyc X%%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/version.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/CREDITS.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/DummyField.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/DummyField.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Errors.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Errors.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Field.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Field.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FieldHelpTopic.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FieldHelpTopic.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FieldRegistry.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/FieldRegistry.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Form.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Form.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/HISTORY.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/HelperFields.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/HelperFields.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/INSTALL.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/LICENSE.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/ListTextAreaField.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/ListTextAreaField.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/MethodField.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/MethodField.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/PatternChecker.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/PatternChecker.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/README.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/StandardFields.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/StandardFields.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/TALESField.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/TALESField.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/TODO.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Validator.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Validator.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Widget.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/Widget.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/__init__.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/__init__.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/FieldHelpTopic.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldAdd.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldEdit.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldListHeader.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldMessages.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldOverride.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldTales.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/fieldTest.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formAdd.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formOrder.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formSettings.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/formTest.dtml X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/BasicForm.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/BasicForm.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/Field.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/Field.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/Form.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/Form.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/ZMIForm.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/ZMIForm.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/dogfood.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldEdit.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldMessages.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldOverride.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldTales.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/fieldTest.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formContents.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formOrder.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formSettings.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formTest.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formulator_howto.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/formulator_motto.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/README.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/test_validators.py X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/test_validators.pyc X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/version.txt X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/BasicField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/CVS/Entries X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/CVS/Repository X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/CVS/Root X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/CheckBoxField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/DateTimeField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/EmailField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/FileField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/FloatField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/Form.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/IntegerField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/LinesField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/LinkField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/ListField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MethodField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MultiCheckBoxField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MultiListField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/MultipleListField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/PasswordField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/PatternField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/RadioField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/RangedIntegerField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/StringField.gif X%%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/TextAreaField.gif X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/help/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/help X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/winxp X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/clear X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_calendar X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/zpt_wiki X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/wiki X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/collector X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/cmf_skin_tools X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Samples X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/HTMLEditorImages X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files/CVS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs/XS-DHEditor Manual v1.0_files X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS/Docs X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XS X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/mockups X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/scripts X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features/history X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/features X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions X@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone END-of-zope-plone/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 Sat May 18 16: 0:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 5F4A137B407; Sat, 18 May 2002 16:00:15 -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 g4IMWB218642; Sun, 19 May 2002 00:32:11 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 296545A54A; Sun, 19 May 2002 00:32:10 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 517C15A547; Sun, 19 May 2002 00:32:07 +0200 (CEST) Date: Sun, 19 May 2002 00:32:07 +0200 From: Oliver Braun To: current@freebsd.org, ports@freebsd.org Subject: machine/endian.h revision 1.33 breaks port x11-fm/gentoo Message-ID: <20020518223207.GA74796@nemesis.informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , current@freebsd.org, ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD 4.6-PRERELEASE i386 http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-Uptime: 16 days X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-601 http://www.vim.org/ X-Virus-Scanned: by AMaViS perl-11 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, I am the ports maintainer of x11-fm/gentoo. Building gentoo dies since revision 1.33 of machine/endian.h with the following error: In file included from cmdseq.c:18: /usr/include/sys/wait.h:114: duplicate member `w_Filler' /usr/include/sys/wait.h:115: duplicate member `w_Retcode' /usr/include/sys/wait.h:116: duplicate member `w_Coredump' /usr/include/sys/wait.h:117: duplicate member `w_Termsig' /usr/include/sys/wait.h:132: duplicate member `w_Filler' /usr/include/sys/wait.h:133: duplicate member `w_Stopsig' /usr/include/sys/wait.h:134: duplicate member `w_Stopval' *** Error code 1 With machine/endian.h revision 1.32 it works. A workaround for x11-fm/gentoo is to declare the functions needed explicit and avoid including whole sys/wait.h. Has anyone an idea for a "not-so-dirty" hack? What could be the problem? Is this a system-wide issue or a x11-fm/gentoo -specific one? Defining __BSD_VISIBLE in cmdseq.c did not help. Regards, Olli -- IST & IIS _ INF _ UniBwM ____ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH ________ http://www.tele-consulting.com/ ___ obraun@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 18 16:10:28 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 8C81C37B411 for ; Sat, 18 May 2002 16:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4INA2O75795; Sat, 18 May 2002 16:10:02 -0700 (PDT) (envelope-from gnats) Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id E907237B407 for ; Sat, 18 May 2002 16:05:06 -0700 (PDT) Received: from graf.pompo.net (lyon-4-a7-62-147-50-232.dial.proxad.net [62.147.50.232]) by postfix1-2.free.fr (Postfix) with ESMTP id 5C654AB20D for ; Sun, 19 May 2002 01:05:03 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id C52C2750E; Sun, 19 May 2002 01:05:10 +0200 (CEST) Message-Id: <20020518230510.C52C2750E@graf.pompo.net> Date: Sun, 19 May 2002 01:05:10 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38261: www/horde2: upgrade to 2.1 RC3. 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: 38261 >Category: ports >Synopsis: www/horde2: upgrade to 2.1 RC3. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 18 16:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sat May 4 07:26:38 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: Upgrades to 2.1 release condidate 3. >How-To-Repeat: N.A. >Fix: Apply the following patch: diff -urN /usr/ports/www/horde2.orig/Makefile /usr/ports/www/horde2/Makefile --- /usr/ports/www/horde2.orig/Makefile Thu May 16 20:44:45 2002 +++ /usr/ports/www/horde2/Makefile Sat May 18 22:28:34 2002 @@ -9,7 +9,7 @@ PORTVERSION= 2.1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 MAINTAINER= thierry@pompo.net diff -urN /usr/ports/www/horde2.orig/distinfo /usr/ports/www/horde2/distinfo --- /usr/ports/www/horde2.orig/distinfo Thu May 16 20:44:45 2002 +++ /usr/ports/www/horde2/distinfo Sat May 18 22:35:47 2002 @@ -1 +1 @@ -MD5 (horde-2.1-RC2.tar.gz) = 212e5f84a37a20dac48799b9d0f8e4b6 +MD5 (horde-2.1-RC3.tar.gz) = 9c8b99e5247a267a3be6da26d31a3c40 diff -urN /usr/ports/www/horde2.orig/files/patch-ac /usr/ports/www/horde2/files/patch-ac --- /usr/ports/www/horde2.orig/files/patch-ac Thu May 16 20:44:45 2002 +++ /usr/ports/www/horde2/files/patch-ac Sun May 19 00:02:35 2002 @@ -1,5 +1,5 @@ ---- config/registry.php.dist.orig Tue Mar 12 17:56:41 2002 -+++ config/registry.php.dist Mon Apr 8 21:47:24 2002 +--- config/registry.php.dist.orig Tue Apr 16 14:24:58 2002 ++++ config/registry.php.dist Sun May 19 00:01:04 2002 @@ -20,8 +20,8 @@ * IMP or Gollem handle the authentication for Horde. This avoids the * "double login" while accessing IMP. @@ -11,10 +11,21 @@ /* mail: Handler for sending mail. */ $this->registry['mail']['compose'] = 'imp'; -@@ -33,12 +33,18 @@ +@@ -33,12 +33,29 @@ $this->registry['contacts']['sources'] = 'turba'; $this->registry['contacts']['fields'] = 'turba'; ++//$this->registry['publickey']['add'] = 'turba'; ++//$this->registry['publickey']['delete'] = 'turba'; ++//$this->registry['publickey']['get'] = 'turba'; ++//$this->registry['publickey']['list'] = 'turba'; ++ ++/* memos: Handler for memos/notepad. */ ++$this->registry['memos']['search'] = 'mnemo'; ++$this->registry['memos']['list'] = 'mnemo'; ++$this->registry['memos']['show'] = 'mnemo'; ++$this->registry['memos']['add'] = 'mnemo'; ++ +/* nic: network utilities */ +$this->registry['net']['finger'] = 'nic'; + @@ -30,7 +41,7 @@ /** * Application registry -@@ -68,50 +74,112 @@ +@@ -68,50 +85,121 @@ 'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT'] ); @@ -168,6 +179,15 @@ +//UNCOMMENTWHENINSTWHUPS 'show' => true +//UNCOMMENTWHENINSTWHUPS); + ++//UNCOMMENTWHENINSTMNEMO$this->applications['mnemo'] = array( ++//UNCOMMENTWHENINSTMNEMO 'fileroot' => dirname(__FILE__) . '/../mnemo', ++//UNCOMMENTWHENINSTMNEMO 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', ++//UNCOMMENTWHENINSTMNEMO 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', ++//UNCOMMENTWHENINSTMNEMO 'name' => _("Memos"), ++//UNCOMMENTWHENINSTMNEMO 'allow_guests' => false, ++//UNCOMMENTWHENINSTMNEMO 'show' => true ++//UNCOMMENTWHENINSTMNEMO); ++ +//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array( +//UNCOMMENTWHENINSTNAG 'fileroot' => dirname(__FILE__) . '/../nag', +//UNCOMMENTWHENINSTNAG 'webroot' => $this->applications['horde']['webroot'] . '/nag', @@ -186,8 +206,8 @@ +//UNCOMMENTWHENINSTORATOR); - /** -@@ -168,6 +236,61 @@ + /** +@@ -168,6 +256,86 @@ 'function' => 'turbaGetFields', 'args' => array('addressbook'), 'type' => 'array' @@ -196,6 +216,31 @@ +$this->services['kronolith']['horde']['summary'] = array( + 'file' => '%application%/lib/api.php', + 'function' => 'kronolithSummary', ++ 'args' => array(), ++ 'type' => 'string' ++); ++ ++$this->services['mnemo']['memos']['list'] = array( ++ 'file' => '%application%/lib/api.php', ++ 'function' => 'mnemoListMemos', ++ 'args' => array('sortby', 'sortdir'), ++ 'type' => 'array' ++); ++$this->services['mnemo']['memos']['search'] = array( ++ 'link' => "%application%/search.php" ++); ++$this->services['mnemo']['memos']['show'] = array( ++ 'link' => "%application%/view.php?memo=|memo|" ++); ++$this->services['mnemo']['memos']['add'] = array( ++ 'file' => '%application%/lib/api.php', ++ 'function' => 'mnemoAddMemo', ++ 'args' => array('body', 'category'), ++ 'type' => 'integer' ++); ++$this->services['mnemo']['horde']['summary'] = array( ++ 'file' => '%application%/lib/api.php', ++ 'function' => 'mnemoSummary', + 'args' => array(), + 'type' => 'string' +); diff -urN /usr/ports/www/horde2.orig/files/patch-mime_drivers.php.dist /usr/ports/www/horde2/files/patch-mime_drivers.php.dist --- /usr/ports/www/horde2.orig/files/patch-mime_drivers.php.dist Thu May 16 20:44:46 2002 +++ /usr/ports/www/horde2/files/patch-mime_drivers.php.dist Sat May 18 22:46:45 2002 @@ -1,10 +1,10 @@ ---- config/mime_drivers.php.dist.orig Sat Mar 9 19:43:39 2002 -+++ config/mime_drivers.php.dist Tue Mar 12 22:51:51 2002 -@@ -20,8 +20,12 @@ +--- config/mime_drivers.php.dist.orig Tue May 7 13:38:08 2002 ++++ config/mime_drivers.php.dist Sat May 18 22:45:30 2002 +@@ -21,8 +21,12 @@ $mime_drivers_map['horde']['registered'] = array( - 'php', 'tgz', 'vcard' -- // ,'msword', 'msexcel', 'mspowerpoint', + 'php', 'tgz', 'vcard', 'enriched' +- // ,'msword', 'msexcel', 'mspowerpoint' - // ,'enscript', 'rar', 'zip', 'rpm', 'deb' + //UNCOMMENTIFWV ,'msword' + //UNCOMMENTIFXL , 'msexcel', 'mspowerpoint' @@ -15,7 +15,7 @@ ); -@@ -101,22 +105,22 @@ +@@ -113,22 +117,22 @@ */ /* Location of the enscript binary. */ @@ -54,7 +54,7 @@ /** -@@ -124,7 +128,7 @@ +@@ -136,7 +140,7 @@ */ /* Location of the tar binary. */ @@ -63,7 +63,7 @@ $mime_drivers['horde']['tgz']['inline'] = true; $mime_drivers['horde']['tgz']['handles'] = array( 'x-extension/tgz', -@@ -142,14 +146,14 @@ +@@ -154,14 +158,14 @@ */ /* Location of the zipinfo binary. */ @@ -86,7 +86,7 @@ /** -@@ -158,13 +162,13 @@ +@@ -170,13 +174,13 @@ */ /* Location of the rar binary. */ @@ -107,7 +107,7 @@ /** -@@ -174,15 +178,15 @@ +@@ -186,15 +190,15 @@ */ /* Location of the wvHtml binary. */ @@ -132,7 +132,7 @@ /** -@@ -192,14 +196,14 @@ +@@ -204,14 +208,14 @@ */ /* Location of the xlhtml binary. */ @@ -155,7 +155,7 @@ /** -@@ -210,14 +214,14 @@ +@@ -222,14 +226,14 @@ */ /* Location of the ppthtml binary. */ diff -urN /usr/ports/www/horde2.orig/pkg-plist /usr/ports/www/horde2/pkg-plist --- /usr/ports/www/horde2.orig/pkg-plist Thu May 16 20:44:46 2002 +++ /usr/ports/www/horde2/pkg-plist Sat May 18 22:54:17 2002 @@ -107,6 +107,7 @@ %%HORDEDIR%%/lib/MIME/Viewer.php %%HORDEDIR%%/lib/MIME/Viewer/deb.php %%HORDEDIR%%/lib/MIME/Viewer/default.php +%%HORDEDIR%%/lib/MIME/Viewer/enriched.php %%HORDEDIR%%/lib/MIME/Viewer/enscript.php %%HORDEDIR%%/lib/MIME/Viewer/msexcel.php %%HORDEDIR%%/lib/MIME/Viewer/mspowerpoint.php @@ -158,6 +159,7 @@ %%HORDEDIR%%/locale/ru_RU/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/sk_SK/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/sl_SI/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/uk_UA/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo @@ -190,11 +192,13 @@ %%HORDEDIR%%/po/ru_RU.KOI8-R.po %%HORDEDIR%%/po/shtool %%HORDEDIR%%/po/sk_SK.po +%%HORDEDIR%%/po/sl_SI.po %%HORDEDIR%%/po/sv_SE.po %%HORDEDIR%%/po/uk_UA.po %%HORDEDIR%%/po/xgettext.sh %%HORDEDIR%%/po/zh_CN.po %%HORDEDIR%%/po/zh_TW.po +%%HORDEDIR%%/prefs.php %%HORDEDIR%%/problem.php %%HORDEDIR%%/scripts/.htaccess %%HORDEDIR%%/scripts/SCRIPTS @@ -208,12 +212,7 @@ %%HORDEDIR%%/scripts/db/pgsql_drop.sql %%HORDEDIR%%/scripts/db/prefs.sql %%HORDEDIR%%/scripts/horde-rsync.sh -%%HORDEDIR%%/scripts/ldap/gollem.schema %%HORDEDIR%%/scripts/ldap/horde.schema -%%HORDEDIR%%/scripts/ldap/imp.schema -%%HORDEDIR%%/scripts/ldap/kronolith.schema -%%HORDEDIR%%/scripts/ldap/nag.schema -%%HORDEDIR%%/scripts/ldap/turba.schema %%HORDEDIR%%/scripts/mime_mapping/Makefile %%HORDEDIR%%/scripts/mime_mapping/convert.pl %%HORDEDIR%%/scripts/mime_mapping/mime.types @@ -330,6 +329,8 @@ @dirrm %%HORDEDIR%%/locale/ru_RU.KOI8-R @dirrm %%HORDEDIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/sk_SK +@dirrm %%HORDEDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDEDIR%%/locale/sl_SI @dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/sv_SE @dirrm %%HORDEDIR%%/locale/uk_UA/LC_MESSAGES >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 Sat May 18 16: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 5636737B40F for ; Sat, 18 May 2002 16:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4INK2a76743; Sat, 18 May 2002 16:20:02 -0700 (PDT) (envelope-from gnats) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id D314A37B408 for ; Sat, 18 May 2002 16:14:10 -0700 (PDT) Received: from graf.pompo.net (lyon-4-a7-62-147-49-36.dial.proxad.net [62.147.49.36]) by postfix2-2.free.fr (Postfix) with ESMTP id E25215F7A9 for ; Sun, 19 May 2002 01:14:08 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id CF3A6750E; Sun, 19 May 2002 01:14:17 +0200 (CEST) Message-Id: <20020518231417.CF3A6750E@graf.pompo.net> Date: Sun, 19 May 2002 01:14:17 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38263: mail/turba: upgrade to 1.1 RC3. 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: 38263 >Category: ports >Synopsis: mail/turba: upgrade to 1.1 RC3. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 18 16:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sat May 4 07:26:38 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: Upgrade of mail/turba to 1.1 Release Candidate 3. >How-To-Repeat: N.A. >Fix: Pre-requisite: PR ports/38261 must be committed. Then, apply the following patch: diff -urN /usr/ports/mail/turba.orig/Makefile /usr/ports/mail/turba/Makefile --- /usr/ports/mail/turba.orig/Makefile Thu May 16 20:44:36 2002 +++ /usr/ports/mail/turba/Makefile Sun May 19 00:05:34 2002 @@ -9,7 +9,7 @@ PORTVERSION= 1.1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 MAINTAINER= thierry@pompo.net diff -urN /usr/ports/mail/turba.orig/distinfo /usr/ports/mail/turba/distinfo --- /usr/ports/mail/turba.orig/distinfo Thu May 16 20:44:36 2002 +++ /usr/ports/mail/turba/distinfo Thu Jan 1 01:00:00 1970 @@ -1 +0,0 @@ -MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618 diff -urN /usr/ports/mail/turba.orig/files/patch-aa /usr/ports/mail/turba/files/patch-aa --- /usr/ports/mail/turba.orig/files/patch-aa Mon Dec 3 03:40:12 2001 +++ /usr/ports/mail/turba/files/patch-aa Sun May 19 00:12:09 2002 @@ -1,9 +1,7 @@ ---- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001 -+++ config/conf.php.dist Sat Nov 17 21:38:00 2001 -@@ -29,5 +29,6 @@ +--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 ++++ config/conf.php.dist Sun May 19 00:11:06 2002 +@@ -30,3 +30,4 @@ // example providing a link to IMP (an email program) would be: // $conf['menu']['apps'] = array('imp'); $conf['menu']['apps'] = array(); +//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); - - ?> diff -urN /usr/ports/mail/turba.orig/files/patch-ab /usr/ports/mail/turba/files/patch-ab --- /usr/ports/mail/turba.orig/files/patch-ab Sat Jan 19 17:58:09 2002 +++ /usr/ports/mail/turba/files/patch-ab Sun May 19 00:51:30 2002 @@ -1,6 +1,6 @@ ---- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002 -+++ config/sources.php.dist Thu Jan 3 18:04:12 2002 -@@ -92,21 +92,25 @@ +--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002 ++++ config/sources.php.dist Sun May 19 00:50:20 2002 +@@ -137,22 +137,26 @@ 'title' => 'My Addressbook', 'type' => 'sql', 'params' => array( @@ -8,7 +8,7 @@ - 'hostspec' => '', - 'username' => '', - 'password' => '', -+// 'phptype' => 'pgsql', ++// 'phptype' => 'pgsql', + 'phptype' => 'mysql', + 'hostspec' => 'localhost', + 'username' => 'hordemgr', @@ -18,11 +18,13 @@ - 'tty' => '', - 'port' => '5432', - 'protocol' => 'unix', -+// 'tty' => '', +- 'socket' => '', ++// 'tty' => '', +// Default port: 5432 for pgsql (PostGres), 3306 for mysql -+// 'port' => '5432', -+// 'port' => '3306', -+// 'protocol' => 'unix', ++// 'port' => '5432', ++// 'port' => '3306', ++// 'protocol' => 'unix', ++// 'socket' => '', 'table' => 'turba_objects' ), 'map' => array( diff -urN /usr/ports/mail/turba.orig/pkg-plist /usr/ports/mail/turba/pkg-plist --- /usr/ports/mail/turba.orig/pkg-plist Thu May 16 20:44:36 2002 +++ /usr/ports/mail/turba/pkg-plist Sun May 19 00:23:06 2002 @@ -38,6 +38,7 @@ %%TURBADIR%%/graphics/search.gif %%TURBADIR%%/graphics/turba.gif %%TURBADIR%%/graphics/up.gif +%%TURBADIR%%/graphics/user.gif %%TURBADIR%%/index.php %%TURBADIR%%/lib/.htaccess %%TURBADIR%%/lib/AbstractObject.php @@ -80,6 +81,7 @@ %%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo @@ -109,6 +111,7 @@ %%TURBADIR%%/po/ru_RU.KOI8-R.po %%TURBADIR%%/po/shtool %%TURBADIR%%/po/sk_SK.po +%%TURBADIR%%/po/sl_SI.po %%TURBADIR%%/po/sv_SE.po %%TURBADIR%%/po/uk_UA.po %%TURBADIR%%/po/xgettext.sh @@ -195,6 +198,8 @@ @dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R @dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sk_SK +@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%TURBADIR%%/locale/sl_SI @dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sv_SE @dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES >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 Sat May 18 16: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 065E137B40D for ; Sat, 18 May 2002 16:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4INK1176734; Sat, 18 May 2002 16:20:01 -0700 (PDT) (envelope-from gnats) Received: from twix.bar.net (12-254-239-14.client.attbi.com [12.254.239.14]) by hub.freebsd.org (Postfix) with ESMTP id CEB1937B400 for ; Sat, 18 May 2002 16:10:56 -0700 (PDT) Received: from twix.bar.net (15nljq3b74on5t6v@localhost [127.0.0.1]) by twix.bar.net (8.12.3/8.12.3) with ESMTP id g4INASao045264 for ; Sat, 18 May 2002 17:10:28 -0600 (MDT) (envelope-from heath@twix.bar.net) Received: (from heath@localhost) by twix.bar.net (8.12.3/8.12.3/Submit) id g4INARlv045263; Sat, 18 May 2002 17:10:27 -0600 (MDT) Message-Id: <200205182310.g4INARlv045263@twix.bar.net> Date: Sat, 18 May 2002 17:10:27 -0600 (MDT) From: Heath Nielson Reply-To: Heath Nielson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38262: [Patch] htmlhelp transforms not installed with other transforms 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: 38262 >Category: ports >Synopsis: [Patch] htmlhelp transforms not installed with other transforms >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: Sat May 18 16:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Heath Nielson >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD twix.bar.net 4.6-RC FreeBSD 4.6-RC #0: Sat May 18 12:24:57 MDT 2002 heath@twix.bar.net:/usr/src/sys/compile/TWIX i386 >Description: The htmlhelp stylesheets are installed in {PORTDOCS}/share/doc/docbook-xsl/htmlhelp/ This causes problems if the stylesheet is being called because it includes "../html/chunk.xsl" which is installed to ${PREFIX}/share/xsl/docbook. Also htmlhelp.xsl had a problem in v1.50 that caused an error which was fixed later in their CVS Repository. Since they've only released a subsequent "experimental" release, I've included the fix in my patch so that it now works with the current version. >How-To-Repeat: Install the port and try using the htmlhelp.xsl stylesheet. >Fix: --- docbook-xsl.patch begins here --- diff -ruN docbook-xsl.orig/Makefile docbook-xsl/Makefile --- docbook-xsl.orig/Makefile Sat May 18 16:24:59 2002 +++ docbook-xsl/Makefile Sat May 18 16:45:22 2002 @@ -29,12 +29,9 @@ ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/doc && ${TAR} -cf - . |\ ${TAR} -xf - -C${DOCSDIR}) - ${MKDIR} ${DOCSDIR}/htmlhelp - (cd ${WRKSRC}/htmlhelp && ${TAR} -cf - . |\ - ${TAR} -xf - -C${DOCSDIR}/htmlhelp) .endif ${MKDIR} ${INSTDIR} - (cd ${WRKSRC} && ${TAR} -cf - VERSION common fo html lib params xhtml |\ + (cd ${WRKSRC} && ${TAR} -cf - VERSION common fo html htmlhelp lib params xhtml |\ ${TAR} -xf - -C${INSTDIR}) .include diff -ruN docbook-xsl.orig/files/patch-htmlhelp::htmlhelp.xsl docbook-xsl/files/patch-htmlhelp::htmlhelp.xsl --- docbook-xsl.orig/files/patch-htmlhelp::htmlhelp.xsl Wed Dec 31 17:00:00 1969 +++ docbook-xsl/files/patch-htmlhelp::htmlhelp.xsl Sat May 18 16:30:08 2002 @@ -0,0 +1,41 @@ +--- htmlhelp/htmlhelp.xsl 2002/03/14 19:06:10 1.21 ++++ htmlhelp/htmlhelp.xsl 2002/04/11 07:42:10 1.22 +@@ -7,7 +7,7 @@ + exclude-result-prefixes="doc exsl set"> + +