From owner-freebsd-ports Sun Aug 5 0:26:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ajk.ajkcomputing.com (unknown [198.93.102.90]) by hub.freebsd.org (Postfix) with ESMTP id F210837B401 for ; Sun, 5 Aug 2001 00:26:22 -0700 (PDT) (envelope-from ajk@ajkcomputing.com) Received: from ajk2 (198.93.102.91.nyinternet.net [198.93.102.91]) by ajk.ajkcomputing.com (8.11.1/8.11.1) with SMTP id f757QEf72415 for ; Sun, 5 Aug 2001 03:26:14 -0400 (EDT) (envelope-from ajk@ajkcomputing.com) Message-ID: <02ee01c11d7f$d8de8b80$5b665dc6@ajkcomputing.com> Reply-To: "Andy Knifel" From: "Andy Knifel" To: Subject: webmin-0.87_2 Date: Sun, 5 Aug 2001 03:25:47 -0400 Organization: AJK Computing.com 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.2462.0000 Disposition-Notification-To: "Andy Knifel" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 webmin-0.87_2 Web-based interface for system administration for Unix Maintained by: olgeni@FreeBSD.org Requires: p5-Net-SSLeay-1.07 Description : Sources : Changes : Download The above files are wrong. They point to version .85. Not .87. Could you recheck it please? Andy Knifel http://www.ajkcomputing.com/ ajk@ajkcomputing.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 2:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 064A037B403 for ; Sun, 5 Aug 2001 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f759A1j70762; Sun, 5 Aug 2001 02:10:01 -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 A70CF37B401 for ; Sun, 5 Aug 2001 02:07:15 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 459C2C4; Sun, 5 Aug 2001 13:07:13 +0400 (MSD) Message-Id: <20010805090713.459C2C4@freebsd.org.ru> Date: Sun, 5 Aug 2001 13:07: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/29466: databases/gigabase update from 2.35 to 2.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: 29466 >Category: ports >Synopsis: databases/gigabase update from 2.35 to 2.36 >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 Aug 05 02:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD hole.etrust.ru 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Fri Aug 3 20:01:04 MSD 2001 root@hole.etrust.ru:/usr/src/sys/compile/SWEET i386 >Description: databases/gigabase update from 2.35 to 2.36 From CHANGES: 1. Optimized version of memory allocator 2. Fix bug with checkin duplicates in scheme load 3. Fix bug with temporary cursors used by query optimizer 4. Make it possiblew to specify poo size for subsql (through DB_POOL_SIZE environment variable) 5. Fix bugs in dbCursor::selectByKey 6. Fix bug and improve dbBlob implementation (LIFO discipline for BLOB pages) 7. Add methods dbAnyCursor::selectByKeyRange and dbAnyCursor::skip >How-To-Repeat: >Fix: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Sun Aug 5 12:43:04 2001 +++ gigabase/Makefile Sun Aug 5 12:59:39 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.35 +PORTVERSION= 2.36 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Sun Aug 5 12:43:04 2001 +++ gigabase/distinfo Sun Aug 5 12:44:21 2001 @@ -1 +1 @@ -MD5 (gigabase-2.35.tar.gz) = 91851b9d5ac426b392e5710d6059bd21 +MD5 (gigabase-2.36.tar.gz) = 6768d1db418b314d43dcd673a6882bea diff -ruN gigabase.old/files/patch-aa gigabase/files/patch-aa --- gigabase.old/files/patch-aa Sun Aug 5 12:43:04 2001 +++ gigabase/files/patch-aa Sun Aug 5 12:54:04 2001 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Aug 16 20:10:54 2000 -+++ Makefile.in Wed Oct 18 03:29:59 2000 -@@ -41,8 +41,8 @@ +--- Makefile.in.orig Sun Aug 5 12:52:21 2001 ++++ Makefile.in Sun Aug 5 12:53:40 2001 +@@ -43,8 +43,8 @@ CXX = @CXX@ CC = @CC@ DEFS = @DEFS@ @@ -11,10 +11,10 @@ LD = $(CXX) LDFLAGS = @LDFLAGS@ @TDEFS@ @LIBS@ AR = ar -@@ -122,7 +122,7 @@ - $(LIBTOOL) --mode=install $(INSTALL) $(GB_LIB) $(CLI_LIB) $(libdir) - mkdir -p $(bindir) - cp subsql $(bindir) +@@ -128,7 +128,7 @@ + else \ + cp subsql $(bindir); \ + fi -# strip $(bindir)/subsql + strip $(bindir)/subsql >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 Aug 5 3:55:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD05937B401; Sun, 5 Aug 2001 03:55:10 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75ArVW83899; Sun, 5 Aug 2001 03:53:31 -0700 (PDT) (envelope-from markp) Date: Sun, 5 Aug 2001 03:53:31 -0700 (PDT) From: Message-Id: <200108051053.f75ArVW83899@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29273: Wrong dependency on apsfilter 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: Wrong dependency on apsfilter port State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Sun Aug 5 03:53:17 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29273 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 5: 4: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 0524E37B401 for ; Sun, 5 Aug 2001 05:04:00 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.4/8.11.3) id f75C3vh83008; Sun, 5 Aug 2001 14:03:57 +0200 (CEST) (envelope-from ibex) Date: Sun, 5 Aug 2001 14:03:56 +0200 From: Dirk Froemberg To: Gian-Carlo Baldarelli Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: jakarta-tomcat-3.2.1_2 Message-ID: <20010805140356.D82436@physik.TU-Berlin.DE> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gbalda@glomanet.com on Tue, Jul 31, 2001 at 12:37:37PM +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 Hi! I did an upgrade meanwhile. Please resync your ports tree to use the new version. Regards Dirk On Tue, Jul 31, 2001 at 12:37:37PM +0200, Gian-Carlo Baldarelli wrote: > can't find file specified by the ports > > may I use the new version jakarta-tomcat-3.2.3 > > which file I need to modify ? -- Dirk Froemberg FreeBSD: The Power to Serve! 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 Sun Aug 5 6:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEDC137B405 for ; Sun, 5 Aug 2001 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75DA1G07728; Sun, 5 Aug 2001 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B8B37B401 for ; Sun, 5 Aug 2001 06:05:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75D5GF06569; Sun, 5 Aug 2001 06:05:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200108051305.f75D5GF06569@freefall.freebsd.org> Date: Sun, 5 Aug 2001 06:05:16 -0700 (PDT) From: Dirk Gouders To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29468: apache+ssl-1.3.12.1.40 port doesn't install "ready to use" Sender: owner-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: 29468 >Category: ports >Synopsis: apache+ssl-1.3.12.1.40 port doesn't install "ready to use" >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 Aug 05 06:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Gouders >Release: 4.3 >Organization: Polytechnich University in Bocholt >Environment: FreeBSD karga 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Sun Jul 15 11:03:20 CEST 2001 root@karga:/usr/src/sys/compile/KARGA i386 >Description: I Installed the port apache+ssl-1.3.12.1.40 but the server would not even start up. I'll try to describe what problems I noticed and what I had to do to get the server working: 1. Allthough the configuration file was installed under /usr/local/etc/apache/httpsd.conf the script /usr/local/sbin/httpsdctl doesn't tell httpsd(8) anything about this non-default configuration file. The result was the following error after invoking '/usr/local/sbin/httpsdctl start': fopen: No such file or directory httpsd: could not open document config file /usr/local/etc/apache/httpd.conf /usr/local/sbin/httpsdctl start: httpd could not be started 2. After I moved the configuration file to the default /usr/local/etc/apache/httpd.conf the server still couldn't be started. The reason could be found in the file /var/log/httpsd_error_log: [Sat Aug 4 21:36:32 2001] [crit] Required SSLCacheServerPort missing 3. After I created the directory /usr/local/www/cache and added the following lines SSLCacheServerPath /usr/local/sbin/gcache SSLCacheServerPort /usr/local/www/cache/karga.test.ssl.cache.socket SSLSessionCacheTimeout 300 to the configuration file, the server still doesn't start because of [Sat Aug 4 21:43:13 2001] [crit] No SSL Certificate set for server karga.et.bocholt.fh-ge.de:80 (OK - that is not really a problem of the port but if the server wouldn't run without an SSL Certificate, I think it would be convenient if the user would at least be informed how to generate a certificate). 4. Now, I created a test certificate as described at http://www.apache-ssl.org/ and added the following lines to the configuration file to tell the server where it can find the certificate files: SSLCertificateKeyFile /usr/local/www/certs/karga.test.key SSLCertificateFile /usr/local/www/certs/karga.test.cert 5. Finally I had to change the Port entry in the configuration file from 80 to 443 and after that the server started up and worked. >How-To-Repeat: Install the port and try to start the server. >Fix: A 'make install' should install a suitable configuration file, create needed directories - maybe even guide the user to the generation of a certificate. >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 Aug 5 10:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD4E37B403 for ; Sun, 5 Aug 2001 10:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75HA0A45028; Sun, 5 Aug 2001 10:10:00 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 1A6CF37B401 for ; Sun, 5 Aug 2001 10:02:24 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f75Gx0F23858 for ; Sun, 5 Aug 2001 20:59:00 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id UAA01277 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Aug 2001 20:54:23 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.4/8.11.4) id f75Ekgt39830; Sun, 5 Aug 2001 18:46:42 +0400 (MSD) (envelope-from alex) Message-Id: <200108051446.f75Ekgt39830@kapran.bitmcnit.bryansk.su> Date: Sun, 5 Aug 2001 18:46:42 +0400 (MSD) From: Alex Kapranoff Reply-To: Alex Kapranoff To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29470: [new port] textproc/xslint for XSL checker by Norman Walsh Sender: owner-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: 29470 >Category: ports >Synopsis: [new port] textproc/xslint for XSL checker by Norman Walsh >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 05 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun Jun 24 22:56:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN 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: # # xslint # xslint/Makefile # xslint/distinfo # xslint/pkg-comment # xslint/pkg-descr # xslint/pkg-plist # echo c - xslint mkdir -p xslint > /dev/null 2>&1 echo x - xslint/Makefile sed 's/^X//' >xslint/Makefile << 'END-of-xslint/Makefile' X# New ports collection makefile for: xslint X# Date created: Aug 5, 2001 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= xslint XPORTVERSION= 005 XCATEGORIES= textproc perl5 XMASTER_SITES= http://nwalsh.com/xsl/xslint/ XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= kapr@crosswinds.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM X XUSE_PERL5= yes XUSE_ZIP= yes X XWRKSRC= ${WRKDIR}/${PORTNAME} XNO_BUILD= yes X Xpost-patch: X ${PERL5} -pi -e 's,/usr/local/bin/perl5,${PERL},' ${WRKSRC}/${PORTNAME}.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCDIR} X ${INSTALL_DATA} ${WRKSRC}/xslint.html ${DOCDIR} X ${INSTALL_DATA} ${WRKSRC}/xslint.xml ${DOCDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} X.endif X X.include END-of-xslint/Makefile echo x - xslint/distinfo sed 's/^X//' >xslint/distinfo << 'END-of-xslint/distinfo' XMD5 (xslint005.zip) = 61c3483fc2ee7901e5cb2fdb3481c572 END-of-xslint/distinfo echo x - xslint/pkg-comment sed 's/^X//' >xslint/pkg-comment << 'END-of-xslint/pkg-comment' XXSL(T) stylesheet checker END-of-xslint/pkg-comment echo x - xslint/pkg-descr sed 's/^X//' >xslint/pkg-descr << 'END-of-xslint/pkg-descr' XXSLint is an XSL lint checker. It reads an XSL stylesheet and looks Xfor semantic errors. X XXSLint looks for: X* an incorrect XSLT URI; X* failure to provide a version; X* duplicate match patterns; X* modes that are used but never defined; X* modes that are defined but never used; X* named templates that are used but never defined; X* named templates that are defined but never used; X* templates that use name= where match= was probably intended; X* xsl:call-template elements that contain anything other than xsl:with-param; X* variable/parameter references that are not defined at the point of use; X* fo: elements that aren't part of the XSL 1.0 PR; X* fo: element properties that aren't part of the XSL 1.0 PR. X XWWW: http://nwalsh.com/xsl/xslint/ END-of-xslint/pkg-descr echo x - xslint/pkg-plist sed 's/^X//' >xslint/pkg-plist << 'END-of-xslint/pkg-plist' Xbin/xslint X%%PORTDOCS%%share/doc/xslint/README X%%PORTDOCS%%share/doc/xslint/xslint.html X%%PORTDOCS%%share/doc/xslint/xslint.xml X%%PORTDOCS%%@dirrm share/doc/xslint END-of-xslint/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 Aug 5 11: 5:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B582737B401; Sun, 5 Aug 2001 11:05:11 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75I1mZ48921; Sun, 5 Aug 2001 11:01:48 -0700 (PDT) (envelope-from sada) Date: Sun, 5 Aug 2001 11:01:48 -0700 (PDT) From: Message-Id: <200108051801.f75I1mZ48921@freefall.freebsd.org> To: anders@fix.no, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29309: Update port: mail/dkimap4 Sender: owner-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/dkimap4 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sun Aug 5 11:01:33 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29309 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 11:25:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CF0437B403; Sun, 5 Aug 2001 11:25:11 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75ILJp53228; Sun, 5 Aug 2001 11:21:19 -0700 (PDT) (envelope-from lioux) Date: Sun, 5 Aug 2001 11:21:19 -0700 (PDT) From: Message-Id: <200108051821.f75ILJp53228@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28845: Update port: net/kmud 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 Synopsis: Update port: net/kmud to 1.0 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Aug 5 11:20:55 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28845 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 11:45:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6518937B410; Sun, 5 Aug 2001 11:45:11 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75IcPZ54698; Sun, 5 Aug 2001 11:38:25 -0700 (PDT) (envelope-from lioux) Date: Sun, 5 Aug 2001 11:38:25 -0700 (PDT) From: Message-Id: <200108051838.f75IcPZ54698@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29014: Update port: graphics/cqcam to 0.91 Sender: owner-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/cqcam to 0.91 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Aug 5 11:38:08 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29014 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 12:25:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8757B37B401; Sun, 5 Aug 2001 12:25:13 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JFdN63829; Sun, 5 Aug 2001 12:15:39 -0700 (PDT) (envelope-from lioux) Date: Sun, 5 Aug 2001 12:15:39 -0700 (PDT) From: Message-Id: <200108051915.f75JFdN63829@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29015: Update port: graphics/graphviz to 1.7.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 Synopsis: Update port: graphics/graphviz to 1.7.6 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Aug 5 12:13:08 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 12:38:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 96F0737B429 for ; Sun, 5 Aug 2001 12:37:19 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id VAA03228; Sun, 5 Aug 2001 21:37:18 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id VAA02327; Sun, 5 Aug 2001 21:32:48 +0200 (CEST) (envelope-from wosch) Date: Sun, 5 Aug 2001 21:32:48 +0200 (CEST) Message-Id: <200108051932.VAA02327@paula.panke.de.freebsd.org> From: Wolfram Schneider To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 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 -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ For a daily overview of changes in the ports tree, including added ports, deleted ports and security issues, you can also visit FreshPorts at http://freshports.org/ There are currently 5557 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== zipios++-0.1.5 A java.util.zip-like C++ library for reading and writing Zip files Maintained by: ijliao@FreeBSD.org Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== libsndfile-0.0.23 Reading and writing files containing sampled sound (like WAV or AIFF) Maintained by: ports@FreeBSD.org mp3asm-0.1.2 MP3 frame level editor Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 ruby-audiofile-0.2 A Ruby binding to the audiofile library Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: libaudiofile-0.2.2, ruby-1.6.4.2001.07.31 ruby-mp3tag-1.0 A Ruby module to manipulate ID3v1.1 tags in MP3 files Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-cmexfonts-0.1 Big5+ Chinese Mingti bitmap font (by CMEX & DynaLab) for X11 Maintained by: statue@freebsd.sinica.edu.tw Also listed in: x11-fonts Requires: XFree86-3.3.6_9 zh-mutt-devel-1.3.20_1 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) Maintained by: ust@cert.siemens.de Requires: autoconf-2.13_1, automake-1.4.5, docbook-1.2, docbook-241, docbook-3.0, docbook-3.1, docbook-4.0, docbook-4.1, gettext-0.10.35, gmake-3.79.1, iso8879-1986, ispell-3.2.05, jade-1.2.1_1, libiconv-1.6.1, libslang-1.4.4_1, linuxdoc-1.1, m4-1.4, mkcatalog-1.1, sgmlformat-1.7, urlview-0.9 Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== ruby-dump.rb-0.2 A binary data dumper module for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 utf8conv-1.0.1 Convert hexadecimal Unicode character values to UTF-8 Maintained by: ports@FreeBSD.org Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== db3-3.3.11 The Berkeley DB package, revision 3 Maintained by: ozz@FreeBSD.org.ru dbconnect-0.2.0 Use C++ object API to allow applications to connect to databases Maintained by: ports@FreeBSD.org p5-DBIWrapper-0.13 Perl extension for generic DBI database access Maintained by: petef@databits.net Also listed in: perl5 Requires: p5-DBI-1.19 Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== dailystrips-1.0.16 Utility to download or view your favorite online comic strips daily Maintained by: petef@databits.net Also listed in: www Requires: p5-Digest-MD5-2.14, p5-HTML-Parser-3.25, p5-HTML-Tagset-3.03, p5-MD5-2.02, p5-MIME-Base64-2.12, p5-Net-1.0703, p5-TimeDate-1.10, p5-URI-1.15, p5-libwww-5.53 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== elfio-0.2.7 ELF (Executable and Linkable Format) reader and producer Maintained by: ports@FreeBSD.org flawfinder-0.15 Examines source code looking for security weaknesses Maintained by: ports@FreeBSD.org Requires: python-2.1.1 getxml-1.0.3 An XML internationalization tool Maintained by: ports@FreeBSD.org Requires: glib-1.2.10_4, libxml-1.8.14_2, pkgconfig-0.8.0 gnomebuild-0.0.2 A GNOME Build Framework (GBF) Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gdl-0.1.0, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k gnomedebug-0.1.6 A GNOME Debugging Framework (GDF) Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gdl-0.1.0, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k p5-Devel-StackTrace-0.85 Stack trace and stack trace frame objects Maintained by: ports@FreeBSD.org Also listed in: perl5 p5-Exception-Class-0.8 A module that allows you to declare real exception classes in Perl Maintained by: ports@FreeBSD.org Also listed in: perl5 Requires: p5-Devel-StackTrace-0.85 ply-1.0 Python Lex-Yacc Maintained by: ijliao@FreeBSD.org Also listed in: python Requires: python-2.1.1 ruby-cvs-0.1 A Ruby library to provide a high level interface to a CVS repository Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-flex_rb-0.10, ruby-optparse-0.8.3, ruby-racc-runtime-1.3.9, ruby-rdtool-0.6.10, ruby-strscan-0.6.3 ruby-flex_rb-0.10 Ruby flex regular expression matching extension Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== p5-Net-FTPServer-1.0.23 A full-featured, secure, extensible and configurable Perl FTP server Maintained by: ports@FreeBSD.org Also listed in: perl5 Requires: p5-Authen-PAM-0.12, p5-BSD-Resource-1.10, p5-DBI-1.19, p5-Digest-MD5-2.14, p5-IO-stringy-1.220 Category games (http://www.freebsd.org/ports/games.html) ================================================================== glchess-0.3.3 A 3D OpenGL based chess game Maintained by: pat@databits.net Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, crafty-18.9, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gnuchess-4.0.80, gtk-1.2.10_2, gtkglarea-1.2.2, pkgconfig-0.8.0 q3server-excessive-003 Quake III Arena Excessive Mod for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1, q3ded-1.29g, unzip-5.42 q3server-freezetag-1.42 Quake III Arena Mod: Freeze Tag for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1, q3ded-1.29g, unzip-5.42 q3server-osp-0.99v1 Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1, q3ded-1.29g, unzip-5.42 q3server-ra3-1.5 Quake III Arena Mod: Rocket Arena 3 for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1, q3ded-1.29g, unzip-5.42 q3server-ut-b2.2 Quake III Arena Mod: Urban Terror for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1, q3ded-1.29g, unzip-5.42 q3server-wfa-3.0a Quake III Arena Mod: Weapons Factory Arena for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1, q3ded-1.29g, unzip-5.42 q3ded-1.29g Quake III Arena Dedicated Server for Linux Maintained by: pat@databits.net Also listed in: linux Requires: linux_base-6.1 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== p5-Imager-0.38 A Perl module for manipulating gray, color and rgba format images Maintained by: ijliao@FreeBSD.org Also listed in: perl5 Requires: XFree86-3.3.6_9, freetype-1.3.1_1, gettext-0.10.35, gmake-3.79.1, jpeg-6b, libungif-4.1.0b1, png-1.0.12, t1lib-1.1.1, tiff-3.5.5 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-bjfilter360-1.1 Canon Bubble Jet Print Filter for Linux -- BJ F360 (with Japanese messages) Maintained by: taoka@FreeBSD.org Also listed in: print linux Requires: bjfilter360-1.1_1, bjfiltercom-1.1_1, ja-linux_locale-18.0_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1 ja-bjfilter850-1.1 Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) Maintained by: taoka@FreeBSD.org Also listed in: print linux Requires: bjfilter850-1.1_1, bjfiltercom-1.1_1, ja-linux_locale-18.0_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1 ja-bjfilter850ug-1.1 Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) (supported BCI-6 inks) Maintained by: taoka@FreeBSD.org Also listed in: print linux Requires: bjfilter850ug-1.1_1, bjfiltercom-1.1_1, ja-linux_locale-18.0_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1 ja-bjfilter860-1.1 Canon Bubble Jet Print Filter for Linux -- BJ F860 (with Japanese messages) Maintained by: taoka@FreeBSD.org Also listed in: print linux Requires: bjfilter860-1.1_1, bjfiltercom-1.1_1, ja-linux_locale-18.0_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1 ja-bjfilter870-1.1 Canon Bubble Jet Print Filter for Linux -- BJ F870 (with Japanese messages) Maintained by: taoka@FreeBSD.org Also listed in: print linux Requires: bjfilter870-1.1_1, bjfiltercom-1.1_1, ja-linux_locale-18.0_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1 ja-chasen-base-2.2.7 Japanese Morphological Analysis System Maintained by: ports@FreeBSD.org Requires: libtool-1.3.4_2 ja-ipadic-2.4.4 Japanese Morphological Dictionary for ChaSen Maintained by: ports@FreeBSD.org Requires: ja-chasen-base-2.2.7, libtool-1.3.4_2 ja-w3m-image-0.2.1_1 A pager/text-based WWW browser with Japanese and inline image support Maintained by: nobutaka@nobutaka.com Also listed in: www ipv6 Requires: XFree86-3.3.6_9, boehm-gc-5.3_1, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, imlib-1.9.10_1, jpeg-6b, libungif-4.1.0b1, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== rscheme-0.7.3.1 An object-oriented, extended version of the Scheme dialect of Lisp Maintained by: ports@FreeBSD.org Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== regm-1.0 Extract messages from a mailbox using regular expressions Maintained by: petef@databits.net Also listed in: python Requires: python-2.1.1 rmime-1.2 Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e) Maintained by: dd@FreeBSD.org Requires: XFree86-3.3.6_9, emacs-20.7 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== goldstr-1.6.0 Compute the golden string Maintained by: ports@FreeBSD.org Requires: libgnugetopt-1.1 menushki-0.4 Menu converter between varieties of Window Managers Maintained by: pat@databits.net Also listed in: x11 Requires: XFree86-3.3.6_9, gettext-0.10.35, gmake-3.79.1 patchutils-0.1.1 A small collection of programs that operate on patch files Maintained by: ports@FreeBSD.org Requires: libgnugetopt-1.1 Category net (http://www.freebsd.org/ports/net.html) ================================================================== gnomemeeting-0.9-1 GNOME H323 Video Conferencing program, similar to NetMeeting Maintained by: roger@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, autoconf-2.13_1, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, m4-1.4, oaf-0.6.5, openh323-1.1, openldap-1.2.11_2, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k odsclient-1.01 ODS Dynamic DNS Client Maintained by: geniusj@ods.org openh323-1.1 A H323 Video Conferencing library, used with OhPhone Maintained by: roger@freebsd.org Requires: bison-1.28, gettext-0.10.35, gmake-3.79.1 ruby-tcpsocketpipe-1.8 A Ruby library to create I/O pipes for TCP socket tunneling Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-application.rb-1.11, ruby-dump.rb-0.2 Category print (http://www.freebsd.org/ports/print.html) ================================================================== cpp2latex-2.0 Convert C++-programmlistings to a file you can input in an LaTeX-document Maintained by: ports@FreeBSD.org gfontview-0.5.0 An outline font viewer Maintained by: ports@FreeBSD.org Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, autoconf-2.13_1, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, freetype-1.3.1_1, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, m4-1.4, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, t1lib-1.1.1, tiff-3.5.5, xpm-3.4k guitartex-2.4.1 GuitarTeX converts the Chord format into "normal" LaTeX format Maintained by: ports@FreeBSD.org rprint-3.2 Remote printing utility using a raw bidirectional tcp connection Maintained by: kheuer@gwdu60.gwdg.de Category security (http://www.freebsd.org/ports/security.html) ================================================================== cfv-1.8 cfv is a utility to both test and create .sfv, .csv and md5sum files Maintained by: ports@FreeBSD.org Requires: py-fchksum-1.3, python-2.1.1 gtk-knocker-0.2.0 A simple and easy to use TCP only port scanner (GTK+ version) Maintained by: pat@databits.net Also listed in: net x11 Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, pkgconfig-0.8.0, xpm-3.4k knocker-0.4.0 A simple and easy to use TCP only port scanner (Console version) Maintained by: pat@databits.net Also listed in: net Requires: autoconf-2.13_1, m4-1.4 py-rijndael-1.1 A pure python implementation of the Rijndael encryption algorithm Maintained by: ports@FreeBSD.org Also listed in: python Requires: python-2.1.1 rain-1.2.8 Rain is a packeting tool used for testing system stability Maintained by: pat@databits.net Also listed in: net snort-rep-1.2 A Snort reporting tool that can produce text or HTML from logs Maintained by: markp@FreeBSD.org snortsnarf-010523 Generate HTML report summaries from snort incident alerts Maintained by: kris@FreeBSD.org Requires: p5-Time-101.062101 srp-1.7.3 Secure Remote Password protocol library, TELNET, and FTP Maintained by: nectar@FreeBSD.org Also listed in: net stegdetect-0.2 An automated tool for detecting stenographic content in jpegs Maintained by: markp@FreeBSD.org Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== lfm-0.4 Last File Manager Maintained by: ports@FreeBSD.org Requires: python-2.1.1 lsmlib-0.2 A lib that creates a libxml2 tree w/ info. token on a *NIX filesystem Maintained by: ports@FreeBSD.org Requires: libiconv-1.6.1, libxml2-2.4.1, pkgconfig-0.8.0 ndir-0.8.5 A featureful directory lister Maintained by: markp@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 ruby-application.rb-1.11 Easy logging facility for Ruby applications Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== html2fo-0.3 html to xsl:fo converter Maintained by: ports@FreeBSD.org Category www (http://www.freebsd.org/ports/www.html) ================================================================== htmlobject-1.09 HTML Document Object Maintained by: ports@FreeBSD.org Also listed in: perl5 micro_httpd-2000.12.15 An extremely small web server Maintained by: user@unknown.nu p5-libservlet-0.9.1 Servlet API for Perl Maintained by: ijliao@FreeBSD.org Also listed in: perl5 Requires: p5-Devel-StackTrace-0.85, p5-Exception-Class-0.8 w3m-image-0.2.1_1 A pager/text-based WWW browser with inline image support Maintained by: nobutaka@nobutaka.com Also listed in: ipv6 Requires: XFree86-3.3.6_9, boehm-gc-5.3_1, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, imlib-1.9.10_1, jpeg-6b, libungif-4.1.0b1, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5 Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== gdl-0.1.0 A components intended to be shared between GNOME development tools Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== wmcliphist-0.2 Clipboard history management dockapp for Window Maker Maintained by: pat@databits.net Also listed in: windowmaker Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, pkgconfig-0.8.0, xpm-3.4k Updated ports last two weeks - ----------------------------------- Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== p5-Compress-Zlib-1.13 Perl5 interface to zlib compression library Maintained by: demon@FreeBSD.org Also listed in: perl5 Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== cymbaline-0.9d mpg123 console frontend Maintained by: ijliao@FreeBSD.org Also listed in: python Requires: XFree86-3.3.6_9, aumix-gtk-2.7, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, mpg123-0.59r_3, pkgconfig-0.8.0, python-2.1.1 dap-2.1.2 Audio sample editing and processing suite Maintained by: yoshiaki@kt.rim.or.jp Requires: XFree86-3.3.6_9, xforms-0.88,1, xpm-3.4k easytag-0.15 View, edit and write easily and quickly the ID3 tags of your MP3 Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, id3lib-3.7.13, pkgconfig-0.8.0, popt-1.5.1 grip-2.96 GTK-based front-end to external cd audio rippers and mp3 encoders Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, pkgconfig-0.8.0 libao-0.7.0 Portable audio output library Maintained by: naddy@mips.inka.de Requires: libtool-1.3.4_2 libaudiofile-0.2.2 A sound library for SGI audio file Maintained by: gnome@FreeBSD.org Requires: libtool-1.3.4_2 libogg-1.0.r1,2 Ogg bitstream library Maintained by: naddy@mips.inka.de Requires: libtool-1.3.4_2 libvorbis-1.0.r1,2 Audio compression codec library Maintained by: naddy@mips.inka.de Requires: libogg-1.0.r1,2, libtool-1.3.4_2 mp3info-0.8.4 Tool to manipulate ID3 tags for MP3 files Maintained by: petef@databits.net mpg321-0.1.2 A completely free clone of mpg123 Maintained by: naddy@mips.inka.de Requires: gettext-0.10.35, libao-0.7.0, mad-0.13.0b nap-1.4.5 An MP3 sharing, search, and chat client for the OpenNAP network Maintained by: petef@databits.net Also listed in: net pysol-sound-server-2.50 Python extension module to play sounds and background music Maintained by: sobomax@FreeBSD.org Also listed in: games Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, aalib-1.2_2, bzip2-1.0.1, esound-0.2.22, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, libaudiofile-0.2.2, libogg-1.0.r1,2, libvorbis-1.0.r1,2, pkgconfig-0.8.0, python-2.1.1, sdl-1.2.2, sdl_mixer-1.2.0_1, smpeg-0.4.4, svgalib-1.4.2_1 vorbis-tools-1.0.r1,2 Play, encode, and manage Ogg Vorbis files Maintained by: naddy@mips.inka.de Requires: autoconf-2.13_1, libao-0.7.0, libogg-1.0.r1,2, libtool-1.3.4_2, libvorbis-1.0.r1,2, m4-1.4 vorbis-1.0.r1,2 Meta-port for all vorbis-related ports Maintained by: naddy@mips.inka.de Requires: libao-0.7.0, libogg-1.0.r1,2, libvorbis-1.0.r1,2, vorbis-tools-1.0.r1,2 xmms-1.2.5_1 X Multimedia System --- An audio player with a Winamp GUI Maintained by: esk@ira.uka.de Requires: XFree86-3.3.6_9, bzip2-1.0.1, esound-0.2.22, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, libaudiofile-0.2.2, libmikmod-3.1.9, libogg-1.0.r1,2, libtool-1.3.4_2, libvorbis-1.0.r1,2, libxml-1.8.14_2, pkgconfig-0.8.0 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-gugod-clean-1.1 A pretty font modifyed from X11 schumacher-clean that match kcfonts Maintained by: gugod@gugod.org Also listed in: x11-fonts Requires: XFree86-3.3.6_9 zh-qe-0.1.1 QE is a PE2-like editor program under U*nix Maintained by: statue@freebsd.sinica.edu.tw Requires: gettext-0.10.35, gmake-3.79.1 zh-xmms-1.2.5_1 X Multimedia System --- An audio player with a Winamp GUI Maintained by: clive@FreeBSD.org Also listed in: audio Requires: XFree86-3.3.6_9, bzip2-1.0.1, esound-0.2.22, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, libaudiofile-0.2.2, libmikmod-3.1.9, libogg-1.0.r1,2, libtool-1.3.4_2, libvorbis-1.0.r1,2, libxml-1.8.14_2, pkgconfig-0.8.0 Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== base64-1.3 Simple program to convert binary files to base64 Maintained by: ports@FreeBSD.org Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== adodb-1.20_1 A database wrapper library for PHP4 Maintained by: abgoeree@uwnet.nl Also listed in: www Requires: apache-1.3.20, mod_php4-4.0.6_3 db3-3.2.9_2 The Berkeley DB package, revision 3 Maintained by: ozz@FreeBSD.org.ru Requires: libtool-1.3.4_2 dbtool-1.3_2 Store and retrieve data in a key/value format in a hash database Maintained by: ijliao@FreeBSD.org Requires: gdbm-1.8.0, gettext-0.10.35, gmake-3.79.1, pcre-3.4 freetds-0.52 Sybase/Microsoft TDS protocol library Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 libgda-0.2.10_1 Provides uniform access to different kinds of data sources Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomelibs-1.2.13_2, gnomevfs-1.0.1, gtk-1.2.10_2, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libiconv-1.6.1, libungif-4.1.0b1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k mysql-client-3.23.40 Multithreaded SQL database (client) Maintained by: dirk@FreeBSD.org Requires: libtool-1.3.4_2 mysql-server-3.23.40 Multithreaded SQL database (server) Maintained by: dirk@FreeBSD.org Requires: libtool-1.3.4_2, mysql-client-3.23.40 p5-BerkeleyDB-0.15_2 Perl5 interface to the Berkeley DB package revision 3 Maintained by: bill@twwells.com Also listed in: perl5 Requires: db3-3.2.9_2 p5-DBI-1.19 The perl5 Database Interface. Required for DBD::* modules Maintained by: vanilla@FreeBSD.org Also listed in: perl5 Requires: p5-PlRPC-0.2015 p5-DBIx-SearchBuilder-0.40 Perl extension for easy SQL SELECT Statement generation Maintained by: tobez@FreeBSD.org Also listed in: perl5 Requires: p5-DBI-1.19 py-bsddb3-3.0_2 BerkeleyDB3 wrapper module for Python Maintained by: perky@python.or.kr Also listed in: python Requires: db3-3.2.9_2, python-2.1.1 ruby-bdb-0.2.2_1 Ruby interface to Sleepycat's Berkeley DB revision 2 or later Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: db3-3.2.9_2, ruby-1.6.4.2001.07.31 ruby-dbd_msql-0.0.8 mSQL driver for DBI-for-Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: msql-2.0.11_2, ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-dbi-0.0.8, ruby-msql-0.2.4a ruby-dbd_mysql-0.0.8 MySQL driver for DBI-for-Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: mysql-client-3.23.40, ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-dbi-0.0.8, ruby-mysql-2.3.2a ruby-dbd_odbc-0.0.8 ODBC driver for DBI-for-Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-dbi-0.0.8, ruby-odbc-0.8, unixODBC-2.0.8 ruby-dbd_pg-0.0.8 PostgreSQL driver for DBI-for-Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: XFree86-3.3.6_9, postgresql-7.1.2_2, ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-dbi-0.0.8, ruby-postgres-0.6.4, tcl-8.3.3_3, tk-8.3.3 ruby-dbd_proxy-0.0.8 Proxy/Server driver for DBI-for-Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-acl-1.0.1, ruby-amstd-1.9.6, ruby-dbi-0.0.8, ruby-drb-1.3.2 ruby-dbd_sybase-0.0.8 Sybase driver for DBI-for-Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: freetds-0.52, ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-dbi-0.0.8 ruby-dbi-0.0.8 DBI-for-Ruby - a common interface for SQL-based databases Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6 ruby-gdbm-1.6.4.2001.07.31 A Ruby extension to GDBM library Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: gdbm-1.8.0, ruby-1.6.4.2001.07.31 ruby-odbc-0.8 Ruby extension library to use ODBC data sources Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, unixODBC-2.0.8 unixODBC-2.0.8 ODBC library suite for Unix Maintained by: ports@FreeBSD.org Requires: libtool-1.3.4_2 Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== gnucash-1.6.1 Quicken-like money and finace manager Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, eperl-2.2.14, esound-0.2.22, freetype2-2.0.4, g-wrap-1.1.9, gal-0.9, gconf-1.0.1_4, gd-1.8.4_2, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gnuplot-3.7.1_1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, guppi-0.35.5_3, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, p5-Digest-MD5-2.14, p5-HTML-0.6, p5-HTML-Parser-3.25, p5-HTML-Tagset-3.03, p5-MD5-2.02, p5-MIME-Base64-2.12, p5-Net-1.0703, p5-URI-1.15, p5-libwww-5.53, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, python-2.1.1, scrollkeeper-0.2_3, slib-2d1_1, swig-1.1p5_7, tiff-3.5.5, xpm-3.4k xmdiary-3.0.3 Personal and group calendar utility Maintained by: mi@aldan.algebra.com Requires: XFree86-3.3.6_9, open-motif-2.1.30_1, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== atk-0.2 A GNOME accessibility toolkit (ATK) Maintained by: gnome@FreeBSD.org Requires: XFree86-3.3.6_9, freetype2-2.0.4, glib-1.3.6, libiconv-1.6.1, pango-0.17, pkgconfig-0.8.0 automake-1.4.5 GNU Standards-compliant Makefile generator Maintained by: fujimoto@oscar.elec.waseda.ac.jp cvspadm-0.1.1 Tool for CVS pserver user administration Maintained by: petef@databits.net cvsutils-2001.07.05 CVS utilities which facilitate working with local working directories Maintained by: knu@FreeBSD.org Requires: autoconf-2.13_1, automake-1.4.5, m4-1.4 cvsweb-1.112.1.82 WWW CGI script to browse CVS repository trees Maintained by: knu@FreeBSD.org Also listed in: www freescope-0.2.1 Source code browsing on UNIX-like operating systems Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 g-wrap-1.1.9 A tool for exporting C libraries into Scheme interpreters Maintained by: gnome@FreeBSD.org Requires: guile-1.4, libtool-1.3.4_2, slib-2d1_1 gconf-1.0.1_4 A configuration database system for GNOME Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, db3-3.2.9_2, esound-0.2.22, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gnomelibs-1.2.13_2, gtk-1.2.10_2, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k gide-0.3.5 GTK-based IDE for the C programming Language Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gdl-0.1.0, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomeaudio-1.4.0, gnomebuild-0.0.2, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomedebug-0.1.6, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xml-i18n-tools-0.8.4, xpm-3.4k glib-1.2.10_4 Some useful routines of C programming Maintained by: gnome@FreeBSD.org Requires: libtool-1.3.4_2, pkgconfig-0.8.0 glib-1.3.6 Some useful routines of C programming (unstable development version) Maintained by: gnome@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libiconv-1.6.1, pkgconfig-0.8.0 p5-Class-Date-1.0.5 A Perl class for easy date and time manipulation Maintained by: petef@databits.net Also listed in: perl5 p5-POE-0.1501 Perl application kernel with event driven threads Maintained by: skv@protey.ru Also listed in: perl5 Requires: p5-Compress-Zlib-1.13, p5-Event-0.81, p5-Filter-1.23, p5-Storable-1.0.11, p5-Time-HiRes-01.20 patch-2.5.4 GNU patch utility Maintained by: petef@databits.net perltidy-20010723 Indents and reformats Perl scripts to make them easier to read Maintained by: ijliao@FreeBSD.org Also listed in: perl5 pkgconfig-0.8.0 An utility used to retrieve information about installed libraries Maintained by: gnome@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 ruby-dl-0.6 A Ruby interface to dynamic linker Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 ruby-mmap-0.1.3 Ruby interface to manage memory-mapped file objects Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 ruby-setup.rb-2.2.1 Common installer script for ruby packages Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 sdl-1.2.2 Cross-platform multi-media development API (developm. vers.) Maintained by: sobomax@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, aalib-1.2_2, esound-0.2.22, libaudiofile-0.2.2, libtool-1.3.4_2, nasm-0.98, svgalib-1.4.2_1 sdts++-1.3.1a C++ library for SDTS related development Maintained by: ports@FreeBSD.org Requires: libtool-1.3.4_2 understand_c-1.4.123,1 Understand can parse a C/C++ project helping reverse engineer it Maintained by: lioux@FreeBSD.org Also listed in: linux Requires: linux_base-6.1 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== glimmer-1.0.8 A full featured code editor for GNOME desktop with many advanced features Maintained by: gnome@FreeBSD.org Also listed in: gnome python Requires: Mesa-3.4.2_1, ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkglarea-1.2.2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, py-gtk-0.6.8, py-numeric-19.0.0, python-2.1.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k joe-devel-2.9.7p1 Development version of Joe's own editor Maintained by: petef@databits.net Requires: gettext-0.10.35, gmake-3.79.1 nvi-1.81.4_2 Development snapshot of the world-renown nvi editor Maintained by: dd@FreeBSD.org Requires: db3-3.2.9_2, iconv-2.0_1 vim-lite-5.8.8 Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org vim-5.8.8 Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.6_9, open-motif-2.1.30_1, tcl-8.0.5, xpm-3.4k zile-1.6 Small emacs-like text editor Maintained by: jasone@freebsd.org Requires: autoconf-2.13_1, m4-1.4 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== mtools-3.9.7_7 A collection of tools for manipulating MSDOS files Maintained by: jmz@FreeBSD.org Requires: XFree86-3.3.6_9, gettext-0.10.35, gmake-3.79.1 vmware2-2.0.4.1142 A virtual machine emulator - a full PC in a window Maintained by: vns@delta.odessa.ua Also listed in: linux Requires: XFree86-3.3.6_9, linux_base-6.1, rtc-2000.09.22 Category french (http://www.freebsd.org/ports/french.html) ================================================================== fr-ispell-1.4 An interactive spelling checker for multiple languages Maintained by: alex@FreeBSD.org Also listed in: textproc Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== ftpcopy-0.4.0 Two command line ftp tools Maintained by: sobomax@FreeBSD.org vsftpd-0.0.15 A FTP daemon that aims to be "very secure" Maintained by: nbm@FreeBSD.org wget-1.7_1 Retrieve files from the 'net via HTTP and FTP Maintained by: sf@FreeBSD.org Also listed in: www ipv6 Requires: gettext-0.10.35, gmake-3.79.1 wu-ftpd-2.6.1_1 A replacement ftp server for Un*x systems Maintained by: ache@FreeBSD.org Category games (http://www.freebsd.org/ports/games.html) ================================================================== gnomekiss-0.9 GNOME version of Kisekae Set System Maintained by: umeno@rr.iij4u.or.jp Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k hlserver-wasteland-0.2b_1 Half-Life mod Wasteland full server package for Linux Maintained by: lioux@FreeBSD.org Also listed in: linux Requires: hlds-3.1.0.7, linux_base-6.1 icebreaker-1.2.1 A game similar to Jezzball or Barrack Maintained by: sobomax@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, aalib-1.2_2, esound-0.2.22, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, libaudiofile-0.2.2, libogg-1.0.r1,2, libvorbis-1.0.r1,2, pkgconfig-0.8.0, sdl-1.2.2, sdl_mixer-1.2.0_1, smpeg-0.4.4, svgalib-1.4.2_1 tkmoo-0.3.28 Tk-based Makefile client with scripting support Maintained by: ports@FreeBSD.org Also listed in: tk83 Requires: XFree86-3.3.6_9, tcl-8.3.3_3, tk-8.3.3 xmahjongg-3.5 The Chinese game of Mahjongg for X11 Maintained by: joerg@freebsd.org Requires: XFree86-3.3.6_9 xpilot-4.4.1 Xpilot(client) and xpilots(server) Maintained by: goranrunfeldt@home.se Requires: XFree86-3.3.6_9 Category german (http://www.freebsd.org/ports/german.html) ================================================================== de-ispell-alt-19991219 An interactive spelling checker for multiple languages Maintained by: alex@FreeBSD.org Also listed in: textproc de-ispell-neu-20001109 An interactive spelling checker for multiple languages Maintained by: alex@FreeBSD.org Also listed in: textproc Requires: bzip2-1.0.1 de-ispell-20001109_3 An interactive spelling checker for multiple languages Maintained by: alex@FreeBSD.org Also listed in: textproc Requires: bzip2-1.0.1 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== libdvdcss-0.0.2 Accessing DVDs like a block device w/o having to bother about the decryption Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libgnugetopt-1.1 mpgtx-1.0 A command line MPEG audio/video/system file toolbox Maintained by: ports@FreeBSD.org netpbm-9.16 A toolkit for conversion of images between different formats Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, jpeg-6b, png-1.0.12, tiff-3.5.5 wmGrabImage-0.72 Monitor your favorite web image Maintained by: ozz@FreeBSD.org.ru Also listed in: windowmaker Requires: ImageMagick-5.3.5, XFree86-3.3.6_9, bzip2-1.0.1, fpx-1.2.0, freetype-1.3.1_1, freetype2-2.0.4, ghostscript-6.50_6, jbigkit-1.2, jpeg-6b, lcms-1.07, libiconv-1.6.1, libwmf-0.1.21, libxml2-2.4.1, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5, xpm-3.4k Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== ircii-20010612 The 'Internet Relay Chat' Client Maintained by: anders@codefactory.se Also listed in: ipv6 Requires: bzip2-1.0.1 xchat-1.8.2 An X11 IRC client using the GTK+ toolkit, and optionally, GNOME Maintained by: jim@FreeBSD.org Also listed in: gnome Requires: XFree86-3.3.6_9, bzip2-1.0.1, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, imlib-1.9.10_1, jpeg-6b, libungif-4.1.0b1, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5 zircon-1.18.253 An X11 interface to Internet Relay Chat Maintained by: dinoex@FreeBSD.org Also listed in: tk83 Requires: XFree86-3.3.6_9, tcl-8.3.3_3, tk-8.3.3 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-chasen-2.2.7 Japanese Morphological Analysis System Maintained by: ports@FreeBSD.org Requires: ja-chasen-base-2.2.7, ja-ipadic-2.4.4 ja-exmh-2.5 X11/TK based mail reader front end to MH for Japanese environments Maintained by: ports@FreeBSD.org Also listed in: mail tk83 Requires: XFree86-3.3.6_9, ja-less+iso-358.254_1, ja-mh-6.8.4.j3.03_1, ja-tcl-8.0.5_1, ja-tk-8.0.5_1, jpeg-6b, metamail-2.7, png-1.0.12, tiff-3.5.5, xloadimage-4.1.9 ja-gawk-3.0.6 GNU awk + multi-byte extension Maintained by: ports@FreeBSD.org Also listed in: lang ja-grep-2.4.2 GNU grep + multi-byte extension Maintained by: ports@FreeBSD.org Also listed in: textproc ja-netscape-communicator-linux-4.78 Netscape web-surfboard with Japanese resources Maintained by: sada@FreeBSD.org Also listed in: www Requires: XFree86-3.3.6_9, ja-elisa8x8-1.0, ja-kaname12-1.1, ja-kappa20-0.3, ja-linux_locale-18.0_1, ja-naga10-1.1, ja-netscape-fonts-1.0, linux-netscape-communicator-4.78, linux_base-6.1, netscape-remote-1.0_1, netscape-wrapper-2000.07.07 ja-netscape-navigator-linux-4.78 Netscape web-surfboard with Japanese resources Maintained by: sada@FreeBSD.org Also listed in: www Requires: XFree86-3.3.6_9, ja-elisa8x8-1.0, ja-kaname12-1.1, ja-kappa20-0.3, ja-linux_locale-18.0_1, ja-naga10-1.1, ja-netscape-fonts-1.0, linux-netscape-navigator-4.78, linux_base-6.1, netscape-remote-1.0_1, netscape-wrapper-2000.07.07 ja-man-doc-4.3_2 Japanese online manual pages corresponding to /usr/share/man/man* Maintained by: horikawa@jp.FreeBSD.org ja-man-1.1j_1 A manual display command for Japanese (EUC) Maintained by: kuriyama@FreeBSD.org Requires: ja-groff-0.100_3, ja-less+iso-358.254_1 ja-migemo-emacs20-0.3,1 Japanese incremental search tool for emacs20 Maintained by: nobutaka@nobutaka.com Also listed in: elisp Requires: XFree86-3.3.6_9, apel-emacs20-10.3, autoconf-2.13_1, automake-1.4.5, bsearch-1.2, emacs-20.7, ja-ruby-romkan-0.3, m4-1.4, ruby-1.6.4.2001.07.31 ja-migemo-xemacs21-mule-0.3,1 Japanese incremental search tool for xemacs21-mule Maintained by: nobutaka@nobutaka.com Also listed in: elisp Requires: XFree86-3.3.6_9, apel-xemacs21-mule-10.3, autoconf-2.13_1, automake-1.4.5, bsearch-1.2, faces-1.6.1_1, gettext-0.10.35, gsm-1.0.10, ja-ruby-romkan-0.3, jpeg-6b, m4-1.4, png-1.0.12, rplay-3.3.2, ruby-1.6.4.2001.07.31, tiff-3.5.5, xemacs-basic-mule-packages-1.3, xemacs-mule-21.1.14, xemacs-mule-common-21.1.14, xemacs-packages-1.9, xpm-3.4k ja-navi2ch-emacs20-010728_1 2ch.net client for Emacsen Maintained by: sf@FreeBSD.org Also listed in: www elisp Requires: XFree86-3.3.6_9, emacs-20.7 ja-navi2ch-xemacs21-mule-010728_1 2ch.net client for Emacsen Maintained by: sf@FreeBSD.org Also listed in: www elisp Requires: XFree86-3.3.6_9, faces-1.6.1_1, gettext-0.10.35, gsm-1.0.10, ja-monafonts-2.03,1, jpeg-6b, png-1.0.12, rplay-3.3.2, tiff-3.5.5, xemacs-basic-mule-packages-1.3, xemacs-mule-21.1.14, xemacs-mule-common-21.1.14, xemacs-packages-1.9, xpm-3.4k ja-p5-Jcode-0.75 Perl extension interface to convert Japanese text Maintained by: kuriyama@FreeBSD.org Also listed in: perl5 Requires: p5-MIME-Base64-2.12 ja-p5-Text-ChaSen-1.03 ChaSen library module for Perl5 Maintained by: knu@FreeBSD.org Also listed in: perl5 Requires: ja-chasen-base-2.2.7 ja-ruby-tcltklib-1.6.4.2001.07.31 A Ruby interface to Tcl/Tk libraries Maintained by: knu@FreeBSD.org Also listed in: lang x11-toolkits ruby tcl80 tk80 Requires: XFree86-3.3.6_9, ja-tcl-8.0.5_1, ja-tk-8.0.5_1, ruby-1.6.4.2001.07.31 ja-ruby-tk-1.6.4.2001.07.31 Ruby interface to the Tk widget set Maintained by: knu@FreeBSD.org Also listed in: x11-toolkits ruby tk80 Requires: XFree86-3.3.6_9, ja-ruby-tcltklib-1.6.4.2001.07.31, ja-tcl-8.0.5_1, ja-tk-8.0.5_1, ruby-1.6.4.2001.07.31 ja-zipcodes-20010601 Japanese zipcode tables. includes both 3/5 and 7 digits form Maintained by: ports@freebsd.org Also listed in: misc Requires: ja-nkf-1.71, lha-1.14i Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-gtkcomm-0.5.20 Serial controlling software, with gtk+ widget Maintained by: cjh@kr.freebsd.org Also listed in: comms Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, imlib-1.9.10_1, jpeg-6b, ko-baekmukfonts-bdf-2.0_3, libungif-4.1.0b1, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== itcl-3.2 [incr Tcl] (A.K.A. ``itcl'') Maintained by: ports@freebsd.org Requires: tcl-8.3.3_3 onyx-1.1.0 Embeddable stack-based threaded interpreted language Maintained by: jasone@FreeBSD.org Requires: cook-2.17_1, gettext-0.10.35 python-2.1.1 An interpreted object-oriented programming language Maintained by: tg@FreeBSD.org Also listed in: python ruby-1.7.1.2001.07.31 An object-oriented interpreted scripting language Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13_1, bzip2-1.0.1, m4-1.4 ruby-mode.el-1.6.4.2001.07.31_1 Emacs lisp modules for the Ruby language Maintained by: knu@FreeBSD.org Also listed in: ruby elisp Requires: ruby-1.6.4.2001.07.31 ruby-tcltklib-1.6.4.2001.07.31 A Ruby interface to Tcl/Tk libraries Maintained by: knu@FreeBSD.org Also listed in: x11-toolkits ruby tcl82 tk82 Requires: XFree86-3.3.6_9, ruby-1.6.4.2001.07.31, tcl-8.2.3, tk-8.2.3 ruby-1.6.4.2001.07.31 An object-oriented interpreted scripting language Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13_1, bzip2-1.0.1, m4-1.4 ruby_r-1.7.1.2001.07.31 An object-oriented interpreted scripting language Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13_1, bzip2-1.0.1, m4-1.4, ruby-1.7.1.2001.07.31 ruby_r-1.6.4.2001.07.31 An object-oriented interpreted scripting language Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13_1, bzip2-1.0.1, m4-1.4, ruby-1.6.4.2001.07.31 ruby_static-1.7.1.2001.07.31 An object-oriented interpreted scripting language (statically linked) Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13_1, m4-1.4, ruby-1.6.4.2001.07.31, ruby-1.7.1.2001.07.31, ruby-amstd-1.9.6, ruby-strscan-0.6.3, ruby-syslog-20010130, ruby-zlib-0.4.0 ruby_static-1.6.4.2001.07.31 An object-oriented interpreted scripting language (statically linked) Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13_1, m4-1.4, ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-fnmatch-1.1b, ruby-strscan-0.6.3, ruby-syslog-20010130, ruby-zlib-0.4.0 slib-2d1_1 A portable scheme library for all standard scheme implementation Maintained by: nakai@FreeBSD.org Requires: guile-1.4, unzip-5.42 yap-4.3.19 A high-performance Prolog compiler Maintained by: ports@FreeBSD.org Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== althea-0.5.3 Yet another GTK-based mail reader for X. Supports IMAP Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, pkgconfig-0.8.0 balsa-1.1.7 A mail reader for the gnome interface Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libesmtp-0.8.3, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k cyrus-imapd-2.0.16_1 The cyrus mail server, supporting POP3 and IMAP4 protocols Maintained by: ume@FreeBSD.org Also listed in: ipv6 Requires: cyrus-sasl-1.5.24_6, db3-3.2.9_2, makedepend-2000.12.28 elm-2.5.5_1 A once-popular mail user agent, version 2.5.x Maintained by: toasty@dragondata.com Requires: gettext-0.10.35, ispell-3.2.05 exim-ldap-3.32 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6_9, openldap-1.2.11_2 exim-ldap2-3.32 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6_9, db3-3.2.9_2, openldap-2.0.11_4 exim-mysql-3.32 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6_9, mysql-client-3.23.40 exim-postgresql-3.32 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6_9, postgresql-7.1.2_2, tcl-8.3.3_3, tk-8.3.3 exim-3.32 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.6_9 exmh-2.5 X11/TK based mail reader front end to MH Maintained by: bmah@FreeBSD.org Also listed in: tk83 Requires: XFree86-3.3.6_9, jpeg-6b, metamail-2.7, nmh-1.0.4_1, png-1.0.12, tcl-8.3.3_3, tiff-3.5.5, tk-8.3.3, xloadimage-4.1.9 grepmail-4.50 Search mailboxes for a given regexp and display matching emails Maintained by: jedgar@FreeBSD.org Requires: p5-TimeDate-1.10 kiltdown-0.8.045_3 Kiltdown is an UI independant Email Client for UNIX Maintained by: dinoex@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, db3-3.2.9_2, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.07, libmng-1.0.2, png-1.0.12, qt-2.3.1 maildrop-1.3.4 Replacement local mail delivery agent, similar to procmail Maintained by: petef@databits.net Requires: gdbm-1.8.0 majordomo-1.94.5_1 A mailing list manager Maintained by: anders@fix.no Requires: p5-Digest-SHA1-2.00 mutt-devel-1.3.20_1 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) Maintained by: ust@cert.siemens.de Requires: autoconf-2.13_1, automake-1.4.5, docbook-1.2, docbook-241, docbook-3.0, docbook-3.1, docbook-4.0, docbook-4.1, gettext-0.10.35, gmake-3.79.1, iso8879-1986, ispell-3.2.05, jade-1.2.1_1, libiconv-1.6.1, libslang-1.4.4_1, linuxdoc-1.1, m4-1.4, mkcatalog-1.1, sgmlformat-1.7, urlview-0.9 p5-Email-Find-0.06 Find RFC 822 email addresses in plain text Maintained by: tobez@FreeBSD.org Also listed in: perl5 Requires: p5-Email-Valid-0.13 qpopper-2.53_2 Berkeley POP 3 server (now maintained by Qualcomm) Maintained by: ache@freebsd.org postfix-20010525_3 An alternative to widely-used Sendmail Maintained by: dwcjr@FreeBSD.org Also listed in: ipv6 postfix-20010228.3_2 Alternative Mail Transfer Agent (MTA) Maintained by: dwcjr@FreeBSD.org Also listed in: ipv6 qmail-ldap-with_tls-1.03.20010501 A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support Maintained by: lioux@FreeBSD.org Requires: openldap-1.2.11_2 ruby-tmail-0.9.7 A mail manipulating library for Ruby, with RFC822 and MIME multipart support Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6, ruby-racc-runtime-1.3.9, ruby-strscan-0.6.3 sendmail-ldap-8.11.5 Reliable, highly configurable mail transfer agent with utilities Maintained by: dinoex@FreeBSD.org Also listed in: ipv6 Requires: cyrus-sasl-1.5.24_6, db3-3.2.9_2, openldap-2.0.11_4, sfio-1999 sendmail-sasl-8.11.5 Reliable, highly configurable mail transfer agent with utilities Maintained by: dinoex@FreeBSD.org Also listed in: ipv6 Requires: cyrus-sasl-1.5.24_6, sfio-1999 sendmail-8.11.5 Reliable, highly configurable mail transfer agent with utilities Maintained by: dinoex@FreeBSD.org Also listed in: ipv6 teapop-0.3.1 Yet another RFC1939 compliant POP3 server Maintained by: jim@FreeBSD.org Category math (http://www.freebsd.org/ports/math.html) ================================================================== glpk-3.0 A GNU Linear Programming Kit Maintained by: demon@FreeBSD.org guppi-0.35.5_3 A ploting program for GNOME Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, python-2.1.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k p5-Statistics-Distributions-0.07 Perl module that calculates critical values of common statistical distributions Maintained by: tobez@FreeBSD.org Also listed in: perl5 rascal-0.3.0 Rascal, the Advanced Scientific CALculator Maintained by: ports@FreeBSD.org Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bison-1.28, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libgnugetopt-1.1, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k ruby-algebra-0.49 A Ruby library for mathematical (algebraic) computations Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 scigraphica-0.7.1 A scientific application for data analysis and technical graphics Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: Mesa-3.4.2_1, ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkextra-0.99.16, gtkglarea-1.2.2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, py-gtk-0.6.8, py-numeric-19.0.0, python-2.1.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== cstream-2.2 dd(1)-like tool, precise bandwidth limiting/reporting, fifo, TCP, audio support Maintained by: cracauer@cons.org qhacc-0.8.4 Simple QT2-based financial manager Maintained by: ports@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, jpeg-6b, lcms-1.07, libmng-1.0.2, png-1.0.12, qt-2.3.1 stan-0.3 Generate several statisical information of a stream Maintained by: ports@FreeBSD.org tet-3.3h An test execution framework from the Open Group Maintained by: jkoshy@freebsd.org uk-phone-2.4 United Kingdom phone codes Maintained by: brian@FreeBSD.org uk-postcodes-2.1 United Kingdom post codes Maintained by: brian@FreeBSD.org xdelta-1.1.2 A diff/patch utility for binary files Maintained by: c9710216@atlas.newcastle.edu.au Also listed in: devel Requires: glib-1.2.10_4, pkgconfig-0.8.0 Category net (http://www.freebsd.org/ports/net.html) ================================================================== arla-0.35.5 A free AFS client implementation Maintained by: assar@freebsd.org Requires: XFree86-3.3.6_9 arping-1.00 ARP level "ping" utility Maintained by: roman@xpert.com Requires: libnet-1.0.2a bind-9.1.3 The Berkeley Internet Name Daemon, an implementation of DNS Maintained by: DougB@FreeBSD.org Also listed in: ipv6 etherape-0.7.8 A graphical network traffic visualization tool for gnome Maintained by: petef@databits.net Also listed in: gnome Requires: Mesa-3.4.2_1, ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bugbuddy-2.0.6, bzip2-1.0.1, db3-3.2.9_2, e2fsprogs-1.22, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gdm-2.2.2.1, gettext-0.10.35, ggv-1.0.1, ghex-1.2.1, ghostscript-6.50_6, glade-0.6.2_1, gle-3.0.3, glib-1.2.10_4, glibwww-0.2_1, gnome-1.4_3, gnomeapplets-1.4.0.1_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomegames-1.4.0.3, gnomelibs-1.2.13_2, gnomemc-4.5.54, gnomemedia-1.2.3, gnomemm-1.1.17, gnomepim-1.4.0, gnomeprint-0.29, gnomeuserdocs-1.4.1, gnomeutils-1.4.0.2, gnomevfs-1.0.1, gtk-1.2.10_2, gtk-engines-0.12_1, gtkglarea-1.2.2, gtkhtml-0.10.0, gtkmm-1.2.5, gtop-1.0.13, guile-1.4, guile-gnome-0.20_3, guile-gtk-0.20_1, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libgtop-1.0.12, libiconv-1.6.1, librep-0.14, libsigc++-1.0.3, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, panelmm-0.1, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, py-gnome-1.4.1, py-gtk-0.6.8, py-numeric-19.0.0, python-2.1.1, rep-gtk-0.15_1, sawfish-1.0, scrollkeeper-0.2_3, sox-12.17.1_1, tiff-3.5.5, xalf-0.12, xpm-3.4k, xscreensaver-gtk-3.33 ethereal-0.8.19 An X11/GTK network analyzer/capture tool Maintained by: billf@FreeBSD.org Also listed in: ipv6 Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, libtool-1.3.4_2, pkgconfig-0.8.0 ettercap-0.5.2 A network sniffer/interceptor/injector/logger for switched LANs Maintained by: greid@FreeBSD.org gsk-0.3.1 A C library for writing servers Maintained by: ports@FreeBSD.org Also listed in: devel Requires: gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, pkgconfig-0.8.0 gtkyahoo-0.18.0 Yahoo Messenger Client using GTK Maintained by: anders@codefactory.se Requires: XFree86-3.3.6_9, bison-1.28, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, pkgconfig-0.8.0 openldap-2.0.11_4 Open source LDAP client and server software Maintained by: ports@FreeBSD.org Also listed in: databases Requires: autoconf-2.13_1, db3-3.2.9_2, libtool-1.3.4_2, m4-1.4 p5-URI-1.15 Perl5 interface to Uniform Resource Identifier (URI) references Maintained by: ache@FreeBSD.org Also listed in: perl5 Requires: p5-MIME-Base64-2.12 ruby-soap-1.3.5_1 Ruby library which implements SOAP 1.1 Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-application.rb-1.11, ruby-date2-2.4.3, ruby-http-access-0.0.4p3, ruby-nqxml-1.0.2, ruby-urb-0.4, ruby-uri-4.27 ruby-urb-0.4 A Ruby library for handling URIs Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 ruby-xmlrpc-1.7.1 Ruby interface to XML-RPC Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31, ruby-application.rb-1.11, ruby-dump.rb-0.2, ruby-nqxml-1.0.2, ruby-tcpsocketpipe-1.8 sdl_net-1.2.2 A small sample cross-platform networking library Maintained by: sobomax@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, aalib-1.2_2, esound-0.2.22, gettext-0.10.35, gmake-3.79.1, guilib-1.1.0_1, libaudiofile-0.2.2, libtool-1.3.4_2, sdl-1.2.2, svgalib-1.4.2_1 Category news (http://www.freebsd.org/ports/news.html) ================================================================== newsfish-1.2.5 Batch USENET news reader with filter capabilities Maintained by: asaddi@philosophysw.com Requires: autoconf-2.13_1, automake-1.4.5, gettext-0.10.35, gmake-3.79.1, m4-1.4 Category print (http://www.freebsd.org/ports/print.html) ================================================================== bjfilter360-1.1_1 Canon Bubble Jet Print Filter for Linux -- BJ F360 Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: bjfiltercom-1.1_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1, rpm2cpio-1.1 bjfilter850-1.1_1 Canon Bubble Jet Print Filter for Linux -- BJ F850 Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: bjfiltercom-1.1_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1, rpm2cpio-1.1 bjfilter850ug-1.1_1 Canon Bubble Jet Print Filter for Linux -- BJ F850 (supported BCI-6 inks) Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: bjfiltercom-1.1_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1, rpm2cpio-1.1 bjfilter860-1.1_1 Canon Bubble Jet Print Filter for Linux -- BJ F860 Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: bjfiltercom-1.1_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1, rpm2cpio-1.1 bjfilter870-1.1_1 Canon Bubble Jet Print Filter for Linux -- BJ F870 Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: bjfiltercom-1.1_1, linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, psutils-a4-1.17_1, rpm2cpio-1.1 bjfiltercom-1.1_1 Canon Bubble Jet Print Filter for Linux -- Common files Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: linux-gtk-1.2_1, linux-jpeg-6b.9_1, linux-libglade-0.6_1, linux-libxml-1.4.0_1, linux-tiff-3.4_1, linux_base-6.1, rpm2cpio-1.1 p5-Text-PDF-0.16 A PDF manipulation module Maintained by: tobez@FreeBSD.org Also listed in: perl5 Requires: p5-Compress-Zlib-1.13 ruby_r-panda-0.0.5 A Ruby extension library to access Panda Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: jpeg-6b, panda-0.4.p1_1, png-1.0.12, ruby-1.6.4.2001.07.31, ruby_r-1.6.4.2001.07.31, tiff-3.5.5 virtualpaper-1.4_1 Virtual Paper document storage and viewing software Maintained by: jdp@FreeBSD.org Requires: XFree86-3.3.6_9, bzip2-1.0.1, pm3-base-1.1.15, pm3-forms-1.1.15, pm3-gui-1.1.15, pm3-net-1.1.15 Category security (http://www.freebsd.org/ports/security.html) ================================================================== cyrus-sasl-1.5.24_6 RFC 2222 SASL (Simple Authentication and Security Layer) Maintained by: hetzels@westbend.net Requires: autoconf-2.13_1, automake-1.4.5, libtool-1.3.4_2, m4-1.4 heimdal-0.4c A re-implementation of Kerberos V Maintained by: nectar@FreeBSD.ORG Also listed in: ipv6 Requires: XFree86-3.3.6_9 krb5-1.2.2_3 An authentication system developed at MIT, successor to Kerberos IV Maintained by: Cy.Schubert@uumail.gov.bc.ca Requires: gettext-0.10.35, gmake-3.79.1, m4-1.4 nmap-2.54.b28 Port scanning utility for large networks Maintained by: obrien@FreeBSD.org nmapfe-2.54.b28 GUI frontend for the nmap scanning utility Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gtk-1.2.10_2, nmap-2.54.b28, pkgconfig-0.8.0 openssh-portable-2.9p1_3 The portable version of OpenBSD's OpenSSH Maintained by: dwcjr@FreeBSD.org Also listed in: ipv6 openssl-0.9.6b SSL and crypto library Maintained by: ports@FreeBSD.org Also listed in: devel p5-Authen-PAM-0.12 A Perl interface to the PAM library Maintained by: ports@FreeBSD.org Also listed in: perl5 p5-Digest-MD5-2.14 Perl5 interface to the MD5 algorithm Maintained by: petef@databits.net Also listed in: perl5 pam_krb5-1.0.1 A Pluggable Authentication Module for Kerberos 5 Maintained by: nectar@FreeBSD.org Requires: XFree86-3.3.6_9, bzip2-1.0.1, heimdal-0.4c pam_ldap-1.2.1 A pam module for authenticating with LDAP Maintained by: marcus@marcuscom.com Also listed in: net Requires: autoconf-2.13_1, automake-1.4.5, gettext-0.10.35, gmake-3.79.1, m4-1.4, openldap-1.2.11_2 ruby-ssl-0.3.1c SSL socket module for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.4.2001.07.31 stunnel-3.17 SSL encryption wrapper for standard network daemons Maintained by: martti.kuparinen@iki.fi Requires: autoconf-2.13_1, m4-1.4 uvscan_dat-4150 AntiVirus DAT file for uvscan Maintained by: jeh@FreeBSD.org Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== LPRng-3.7.5 An Enhanced Printer Spooler Maintained by: desmo@bandwidth.org Also listed in: print Requires: gdbm-1.8.0 fcron-1.1.1 Fcron is a periodical command scheduler Maintained by: ports@FreeBSD.org ipa-1.1.4 IP accounting software Maintained by: simon@simon.org.ua log_analysis-0.38 A utility that extracts a summary of useful data from logs Maintained by: petef@databits.net lsof-4.57 Lists information about open files (similar to fstat(1)) Maintained by: obrien@FreeBSD.org portupgrade-20010730 Very powerful FreeBSD ports/packages upgrading tool and some more Maintained by: knu@FreeBSD.org Requires: pkg_tarup-1.2_2, ruby-1.6.4.2001.07.31, ruby-fnmatch-1.1b, ruby-optparse-0.8.3 rmonitor-1.2 Remote system monitoring utility Maintained by: kheuer@gwdu60.gwdg.de sdd-1.31 Faster and improved version of dd Maintained by: naddy@mips.inka.de Requires: gettext-0.10.35, gmake-3.79.1 stowES-0.4.3 stow Enhancement Script Maintained by: ports@FreeBSD.org Requires: bzip2-1.0.1, gettext-0.10.35, gmake-3.79.1, stow-1.3.2 tdir-1.66 Advanced file directory display utility Maintained by: tundra@tundraware.com Requires: python-2.1.1 webmin-0.87_2 Web-based interface for system administration for Unix Maintained by: olgeni@FreeBSD.org Requires: p5-Net-SSLeay-1.07 wmmemmon-0.3.1 Mem/Swap monitoring dockapp for WindowMaker Maintained by: pat@databits.net Also listed in: windowmaker Requires: XFree86-3.3.6_9, autoconf-2.13_1, libdockapp-0.4.0, m4-1.4, xpm-3.4k Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== ispell-3.2.05 An interactive spelling checker for multiple languages Maintained by: jmz@FreeBSD.org libxml-1.8.14_2 Xml parser library for GNOME Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2, pkgconfig-0.8.0 libxml2-2.4.1 Xml parser library for GNOME Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libiconv-1.6.1, libtool-1.3.4_2, pkgconfig-0.8.0 libxslt-1.0.1 The XSLT C library for GNOME Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libiconv-1.6.1, libtool-1.3.4_2, libxml2-2.4.1, pkgconfig-0.8.0 nl-ispell-1.0.0_2 An interactive spelling checker for multiple languages Maintained by: alex@FreeBSD.org p5-Text-DoubleMetaphone-0.05 Phonetic encoding of words Maintained by: tobez@FreeBSD.org Also listed in: perl5 p5-XML-Stream-1.12 XML::Stream provides you with access to XML Stream Maintained by: ports@FreeBSD.org Also listed in: perl5 Requires: expat-1.95.1_1, p5-Unicode-String-2.06, p5-XML-Parser-2.30 scrollkeeper-0.2_3 An Open Document Cataloging Project Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2, libxml-1.8.14_2, pkgconfig-0.8.0 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache+ipv6-1.3.20 The extremely popular Apache http server. Very fast, very clean Maintained by: sumikawa@FreeBSD.org Also listed in: ipv6 cgiwrap-3.7 Securely execute ~user CGI scripts Maintained by: petef@databits.net Also listed in: security checkbot-1.64 A WWW link verifier, similar like momspider Maintained by: wosch@FreeBSD.org Also listed in: perl5 Requires: p5-Digest-MD5-2.14, p5-HTML-Parser-3.25, p5-HTML-Tagset-3.03, p5-MD5-2.02, p5-MIME-Base64-2.12, p5-Mail-Tools-1.15, p5-Net-1.0703, p5-URI-1.15, p5-libwww-5.53 encompass-0.4.4 A lightweight web browser for the Gnome Desktop Environment Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, neon-0.15.0, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k galeon-0.11.3 A GNOME Web browser based on gecko (the Mozilla rendering engine) Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, gettext-0.10.38, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gnomeaudio-1.4.0, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomecore-1.4.0.4_1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, gtkhtml-0.10.0, guile-1.4, imlib-1.9.10_1, jpeg-6b, lcms-1.07, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libmng-1.0.2, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, mozilla-embedded-0.9.2,1, mozilla-headers-0.9.2,1, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k gtkhtml-0.10.0 Lightweight HTML rendering/printing/editing engine Maintained by: gnome@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bonobo-1.0.7, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gal-0.9, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, ghostscript-6.50_6, glib-1.2.10_4, glibwww-0.2_1, gmake-3.79.1, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomedb-0.2.10, gnomelibs-1.2.13_2, gnomeprint-0.29, gnomevfs-1.0.1, gtk-1.2.10_2, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, libgda-0.2.10_1, libghttp-1.0.9, libglade-0.16_4, libiconv-1.6.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, pspell-0.12.1, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k html2wml-0.4.6.p5 A CGI that can do on-the-fly HTML to WML conversion Maintained by: greid@FreeBSD.org Requires: expat-1.95.1_1, p5-Digest-MD5-2.14, p5-HTML-Parser-3.25, p5-HTML-Tagset-3.03, p5-MD5-2.02, p5-MIME-Base64-2.12, p5-Net-1.0703, p5-Text-Template-1.31, p5-URI-1.15, p5-XML-Parser-2.30, p5-libwww-5.53 linbot-1.0_3 View structure of a web site, get a list of problems like broken links Maintained by: mwm@mired.org Also listed in: python Requires: python-2.1.1 linux-netscape-communicator-4.78 Linux Netscape Communicator suite Maintained by: girgen@partitur.se Also listed in: linux Requires: XFree86-3.3.6_9, linux_base-6.1, netscape-remote-1.0_1, netscape-wrapper-2000.07.07 linux-netscape-navigator-4.78 Linux Netscape navigator web-surfboard Maintained by: girgen@partitur.se Also listed in: linux Requires: XFree86-3.3.6_9, linux_base-6.1, netscape-remote-1.0_1, netscape-wrapper-2000.07.07 mod_ruby-0.9.0 An Apache module that embeds Ruby interpreter within Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: apache-1.3.20, eruby-0.9.5, ruby-1.6.4.2001.07.31 p5-CGI-Cache-1.10 Perl extension to cache output of time-intensive CGI scripts Maintained by: petef@databits.net Also listed in: perl5 Requires: p5-Digest-MD5-2.14, p5-File-Cache-0.16, p5-Storable-1.0.11 phpnuke-5.0.1 A news automated system specially designed to be used in intranets Maintained by: pat@databits.net Requires: apache-1.3.20, mod_php3-3.0.18_2, mysql-client-3.23.40 skipstone-0.7.4 Web browser that uses Mozilla's renderer Maintained by: eric@FreeBSD.org Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, gdk-pixbuf-0.11.0_1, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, jpeg-6b, lcms-1.07, libmng-1.0.2, mozilla-embedded-0.9.2,1, mozilla-headers-0.9.2,1, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5 squid-2.3_1 The successful WWW proxy cache and accelerator Maintained by: adrian@freebsd.org zope-2.4.0 An object-based web application platform with database access Maintained by: nbm@FreeBSD.org Also listed in: python Requires: python-2.1.1 Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== xnc-4.4.5 File manager for X Window Maintained by: demon@FreeBSD.org Requires: XFree86-3.3.6_9, jpeg-6b, png-1.0.12 Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== eazel-themes-0.0.10731 A nice GTK+ and Sawfish themes created by Eazel Maintained by: sobomax@altavista.net Requires: ORBit-0.5.8_1, XFree86-3.3.6_9, bzip2-1.0.1, db3-3.2.9_2, esound-0.2.22, gconf-1.0.1_4, gdbm-1.8.0, gdk-pixbuf-0.11.0_1, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gnomecanvas-0.11.0_1, gnomecontrolcenter-1.4.0.1, gnomelibs-1.2.13_2, gnomevfs-1.0.1, gtk-1.2.10_2, gtk-engines-0.12_1, guile-1.4, imlib-1.9.10_1, jpeg-6b, libaudiofile-0.2.2, librep-0.14, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.14_2, oaf-0.6.5, pkgconfig-0.8.0, png-1.0.12, popt-1.5.1, rep-gtk-0.15_1, sawfish-1.0, scrollkeeper-0.2_3, tiff-3.5.5, xpm-3.4k fox-unicode-0.99.174 FOX with Unicode support Maintained by: knu@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, jpeg-6b, libtool-1.3.4_2, png-1.0.12, xunicode-0.3.2 fox-0.99.174 Fast and extensive C++ GUI toolkit Maintained by: knu@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, jpeg-6b, libtool-1.3.4_2, png-1.0.12 gtk-1.3.6 General Toolkit for X11 GUI (unstable development version) Maintained by: gnome@FreeBSD.org Requires: XFree86-3.3.6_9, atk-0.2, freetype2-2.0.4, gettext-0.10.35, glib-1.3.6, jpeg-6b, libiconv-1.6.1, pango-0.17, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5, xpm-3.4k gtkextra-0.99.16 A useful widget set complementary to GTK+ Maintained by: gnome@FreeBSD.org Requires: XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, libtool-1.3.4_2, pkgconfig-0.8.0 itk-3.2 [incr Tk] (A.K.A. ``itk'') Maintained by: ports@freebsd.org Also listed in: tk83 Requires: XFree86-3.3.6_9, itcl-3.2, tcl-8.3.3_3, tk-8.3.3 iwidgets-3.2 [incr Widgets] (A.K.A. ``iwidgets'') Maintained by: ports@freebsd.org Also listed in: tk83 Requires: XFree86-3.3.6_9, itcl-3.2, itk-3.2, tcl-8.3.3_3, tk-8.3.3 pango-0.17 An open-source framework for the layout and rendering of i18n text Maintained by: gnome@FreeBSD.org Requires: XFree86-3.3.6_9, freetype2-2.0.4, glib-1.3.6, libiconv-1.6.1, pkgconfig-0.8.0 ruby-fox-0.99.173 Ruby extension module to use FOX, aka FXRuby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, fox-0.99.174, jpeg-6b, png-1.0.12, ruby-1.6.4.2001.07.31, ruby-amstd-1.9.6 ruby-tk-1.6.4.2001.07.31 Ruby interface to the Tk widget set Maintained by: knu@FreeBSD.org Also listed in: ruby tk82 Requires: XFree86-3.3.6_9, ruby-1.6.4.2001.07.31, ruby-tcltklib-1.6.4.2001.07.31, tcl-8.2.3, tk-8.2.3 wxgtk-2.2.7,1 The wxWindows GUI toolkit with GTK+ bindings Maintained by: sobomax@FreeBSD.org Requires: Mesa-3.4.2_1, XFree86-3.3.6_9, gettext-0.10.35, glib-1.2.10_4, gmake-3.79.1, gtk-1.2.10_2, jpeg-6b, pkgconfig-0.8.0, png-1.0.12, tiff-3.5.5 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== windowmaker-i18n-0.65.0_1 A GNUStep-compliant NeXTStep clone window manager with i18n extention Maintained by: mac@jp.freebsd.org Also listed in: windowmaker Requires: Hermes-1.3.2, XFree86-3.3.6_9, bzip2-1.0.1, gettext-0.10.35, ja-nkf-1.71, jpeg-6b, libproplist-0.10.1, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.12, tiff-3.5.5, wmicons-1.0, xpm-3.4k windowmaker-0.65.1 GNUStep-compliant NeXTStep window manager clone Maintained by: sobomax@FreeBSD.org Also listed in: windowmaker Requires: Hermes-1.3.2, XFree86-3.3.6_9, bzip2-1.0.1, gettext-0.10.35, gettext-0.10.38, jpeg-6b, libiconv-1.6.1, libproplist-0.10.1, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.12, tiff-3.5.5, wmicons-1.0, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== temperature.app-1.3 A dockable WindowMaker applet which displays the local temperature Maintained by: pelle@fukt.bth.se Also listed in: windowmaker Requires: XFree86-3.3.6_9, gettext-0.10.35, wget-1.7_1, xpm-3.4k xloadimage-4.1.9 X11 Image Loading Utility Maintained by: jmz@FreeBSD.org Also listed in: graphics Requires: XFree86-3.3.6_9, jpeg-6b, png-1.0.12, tiff-3.5.5 _________________________________________________________________ © 1996-2001 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 2001-08-02 07:17:54 UTC; based on revision 1.342 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBO22fRjmN/mkrcYGtAQGoiAP8CNy9DgcTr2QfLXUZXPXzrhRfQBR5gJjh Mip8FZkLPoNtuPnJftOGRLr3SP9x6ZSagDfAXbyAkZ6F5OC86/SIVN/wyYcOKBSB duxbaP+fFkU6IiP5tMcUU4xGitxFupIKbevCuPi1PGtpunNyVvpYG32ADlOlBmrr KZM1vcjXhpg= =YsGd -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 14: 5:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8712D37B403; Sun, 5 Aug 2001 14:05:11 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75L2OE84590; Sun, 5 Aug 2001 14:02:24 -0700 (PDT) (envelope-from lioux) Date: Sun, 5 Aug 2001 14:02:24 -0700 (PDT) From: Message-Id: <200108052102.f75L2OE84590@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29176: Update port: emulators/twin to 3.1.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: Update port: emulators/twin to 3.1.14 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Aug 5 14:01:16 PDT 2001 State-Changed-Why: Committed, thanks! Just remember to install libraries with version numbers in the future. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 15:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB6FB37B405 for ; Sun, 5 Aug 2001 15:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75MA3a33300; Sun, 5 Aug 2001 15:10:03 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 7579837B40D for ; Sun, 5 Aug 2001 15:07:36 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 407E63C8E; Mon, 6 Aug 2001 00:07:30 +0200 (CEST) Message-Id: <20010805220730.407E63C8E@totem.fix.no> Date: Mon, 6 Aug 2001 00:07:30 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29474: Update port: mail/drac Sender: owner-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: 29474 >Category: ports >Synopsis: Update port: mail/drac >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 Aug 05 15:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: - Add startup script. - Make the rpc.dracd daemon detach upon start. This adds file files/dracd.sh. >How-To-Repeat: >Fix: diff -Nur drac.old/Makefile drac/Makefile --- drac.old/Makefile Wed May 9 13:15:56 2001 +++ drac/Makefile Sun Aug 5 23:32:34 2001 @@ -41,5 +41,9 @@ @${INSTALL_MAN} ${WRKSRC}/dracauth.3 ${PREFIX}/man/man3/ @${INSTALL_MAN} ${WRKSRC}/rpc.dracd.1m ${PREFIX}/man/man1/rpc.dracd.1 .endif + @if [ ! -f ${PREFIX}/etc/rc.d/dracd.sh ]; then \ + ${ECHO} "Installing ${PREFIX}/etc/rc.d/dracd.sh startup file."; \ + ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dracd.sh ${PREFIX}/etc/rc.d/dracd.sh; \ + fi .include diff -Nur drac.old/files/dracd.sh drac/files/dracd.sh --- drac.old/files/dracd.sh Thu Jan 1 01:00:00 1970 +++ drac/files/dracd.sh Sun Aug 5 23:51:36 2001 @@ -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/rpc.dracd ] && ${PREFIX}/sbin/rpc.dracd && echo -n ' dracd' + ;; +stop) + killall rpc.dracd >/dev/null 2>&1 && echo -n ' dracd' + ;; +*) + echo "Usage: `basename $0` {start|stop}" >&2 + ;; +esac + +exit 0 diff -Nur drac.old/files/patch-aa drac/files/patch-aa --- drac.old/files/patch-aa Wed May 9 13:15:57 2001 +++ drac/files/patch-aa Sun Aug 5 23:43:58 2001 @@ -49,7 +49,7 @@ -#RPCGENFLAGS = -C +TSTLIBS = -L. -ldrac +#RPCGENFLAGS = -+RPCGENFLAGS = -C ++RPCGENFLAGS = -C -I # Man sections MANLIB = 3 diff -Nur drac.old/pkg-plist drac/pkg-plist --- drac.old/pkg-plist Fri Feb 9 21:32:37 2001 +++ drac/pkg-plist Sun Aug 5 23:56:14 2001 @@ -1,3 +1,4 @@ sbin/rpc.dracd include/drac.h lib/libdrac.a +etc/rc.d/dracd.sh >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 Aug 5 15:54:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from apollo.orakel.ntnu.no (apollo.orakel.ntnu.no [129.241.56.245]) by hub.freebsd.org (Postfix) with SMTP id D80A437B401 for ; Sun, 5 Aug 2001 15:54:44 -0700 (PDT) (envelope-from kjetilod@orakel.ntnu.no) Received: (qmail 2717 invoked by uid 21496); 5 Aug 2001 22:54:37 -0000 Date: Mon, 6 Aug 2001 00:54:37 +0200 From: =?iso-8859-1?Q?Kjetil_=D8degaard?= To: ports@FreeBSD.org Subject: Patch: audio/mp3asm Message-ID: <20010806005437.A2668@orakel.ntnu.no> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The mp3asm port is broken; src/mp3asm.c defines getprogname(), which conflicts with a declaration in stdlib.h. Putting the attached patch in the 'files' directory of the port fixes the problem. -- Kjetil --IJpNTDwzlM2Ie8A6 Content-Type: text/x-csrc; charset=us-ascii Content-Disposition: attachment; filename="patch-src::mp3asm.c" --- src/mp3asm.c.orig Mon Aug 6 00:25:01 2001 +++ src/mp3asm.c Thu Apr 12 06:16:24 2001 @@ -54,12 +54,12 @@ output_t *output; /* + * xgetprogname: sets me to be the name of the executable. - * getprogname: sets me to be the name of the executable. * */ char * +xgetprogname(const char *argv0) -getprogname(const char *argv0) { char *string; (string = strrchr(argv0, '/')) ? string++ : (string = (char *)argv0); @@ -200,7 +200,7 @@ int main(int argc, char *argv[]) { + init_global (xgetprogname(argv[0])); - init_global (getprogname(argv[0])); parse_args (argc, argv); --IJpNTDwzlM2Ie8A6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 16: 5:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cartman.geekhouse.net (valve.dub.net [64.81.252.98]) by hub.freebsd.org (Postfix) with ESMTP id BC42937B401 for ; Sun, 5 Aug 2001 16:05:19 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: by cartman.geekhouse.net (Postfix, from userid 1000) id EA8F8322E; Sun, 5 Aug 2001 16:05:16 -0700 (PDT) Date: Sun, 5 Aug 2001 16:05:16 -0700 From: Jim Mock To: joup@bigfoot.com Cc: ports@FreeBSD.org Subject: Re: gaim pre14 CPU usage (bug report) Message-ID: <20010805160516.A74233@cartman.geekhouse.net> Reply-To: jim@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.20i Sender: owner-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 Sun, 05 Aug 2001 at 15:58:30 -0700, joup@bigfoot.com wrote: > Hi Jim, Hi Mark, > I'm not sure if this is the right avenue for dealing with this, so > please redirect me if necessary. I've been having consistent problems > with gaim on freebsd 4.2 where it goes into resource hog mode and > starts eating up cycles (sometimes spawning other processes and eating > up as much as 80-90% CPU). This problem has existed since > 0.11.0pre11, I think. Apologies if this bug has already been reported > elsewhere. If there's anything diagnostics-wise I can do to help you, > please let me know. Hmm. Weird. I'm running 4.3-STABLE (well, 4.4-PRERELEASE now) and I have gaim running for days at a time and haven't seen this. I've Cc'd the ports list to see if anyone else out there has experienced the same thing. Those of you on -ports that are using gaim, have you seen anything like Mark describes? - jim -- - jim mock tech writer | iXsystems, Inc. - - http://soupnazi.org/ work: jim@ixsystems.net | jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 16:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9790D37B401 for ; Sun, 5 Aug 2001 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Ne2e42182; Sun, 5 Aug 2001 16:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 5 Aug 2001 16:40:02 -0700 (PDT) Message-Id: <200108052340.f75Ne2e42182@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Adam Weinberger Subject: Re: ports/29461: new port: x11-wm/bbapm (blackbox APM meter) Reply-To: Adam Weinberger Sender: owner-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/29461; it has been noted by GNATS. From: Adam Weinberger To: Scott Renfro Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/29461: new port: x11-wm/bbapm (blackbox APM meter) Date: Sun, 5 Aug 2001 16:22:32 -0700 Scott Renfro took 6.3K on Sat, Aug 04, 2001 at 09:47:10PM -0700 to say: > Turns out the original source never initializes many member variables, > resulting in unpredictable behavior and segfaults. odd, i'm running a 4.3 REL system too, and it caused no problems with the patches i'd included. > After extracting the original shar, cd into bbapm and apply the attached > patch. This adds a new file patch-aa and modifies patch files > patch-bbapm.cc and patch-resource.cc. after adding your patches, it starts up like 3 times faster for me, and the loadbars work now. thanks for the additions! should i resubmit a new shar with your patches included, or should i assume that you port people got it under control? -Adam > cheers, > --Scott -- Adam Weinberger | relax; being eaten by an alligator is just like monkey@crackula.com | going to sleep...... in a giant blender. | -Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 17:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E570A37B406 for ; Sun, 5 Aug 2001 17:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f760U0948489; Sun, 5 Aug 2001 17:30:00 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 5972937B401 for ; Sun, 5 Aug 2001 17:24:16 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 966AC3C84; Mon, 6 Aug 2001 02:24:15 +0200 (CEST) Message-Id: <20010806002415.966AC3C84@totem.fix.no> Date: Mon, 6 Aug 2001 02:24:15 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29476: Update port: www/mod_auth_external Sender: owner-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: 29476 >Category: ports >Synopsis: Update port: www/mod_auth_external >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 Aug 05 17:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Update mod_auth_external to the latest version, 2.1.13. New in this version: v2.1.13 (Jan Wolter - Jul 31, 2001) ----------------------------------- * Pass AUTHTYPE environment variable to external authenticator. This is PASS if we are doing password authentication, GROUP if we are doing group authentication, so the same authentication program can easily be used to do both. Thanks to Dan Thibadeau for this. * pwauth can now be configured to work for more than one UID. * pwauth/FORM_AUTH updated to discuss suExec. >How-To-Repeat: >Fix: diff -Nur mod_auth_external.old/Makefile mod_auth_external/Makefile --- mod_auth_external.old/Makefile Sun Jul 15 17:32:18 2001 +++ mod_auth_external/Makefile Mon Aug 6 02:04:30 2001 @@ -6,7 +6,7 @@ # PORTNAME= mod_auth_external -PORTVERSION= 2.1.12 +PORTVERSION= 2.1.13 CATEGORIES= www MASTER_SITES= http://www.wwnet.net/~janc/software/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ diff -Nur mod_auth_external.old/distinfo mod_auth_external/distinfo --- mod_auth_external.old/distinfo Sun Jul 15 17:32:18 2001 +++ mod_auth_external/distinfo Mon Aug 6 02:04:42 2001 @@ -1 +1 @@ -MD5 (mod_auth_external-2.1.12.tar.gz) = 8833138ec03453e21279d9a1cb69b8fd +MD5 (mod_auth_external-2.1.13.tar.gz) = a2849b7d27bda7707a86726a9b33913d >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 Aug 5 17:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D157337B403 for ; Sun, 5 Aug 2001 17:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f760U0948480; Sun, 5 Aug 2001 17:30:00 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 8D4E937B401 for ; Sun, 5 Aug 2001 17:24:03 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 6C2983C8E; Mon, 6 Aug 2001 02:24:02 +0200 (CEST) Message-Id: <20010806002402.6C2983C8E@totem.fix.no> Date: Mon, 6 Aug 2001 02:24:02 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29475: Update port: www/mod_mp3 Sender: owner-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: 29475 >Category: ports >Synopsis: Update port: www/mod_mp3 >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 Aug 05 17:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Update mod_mp3 to the latest version, 0.25. >How-To-Repeat: >Fix: diff -Nur mod_mp3.old/Makefile mod_mp3/Makefile --- mod_mp3.old/Makefile Tue Jun 26 01:53:47 2001 +++ mod_mp3/Makefile Mon Aug 6 02:11:30 2001 @@ -6,7 +6,7 @@ # PORTNAME= mod_mp3 -PORTVERSION= 0.23 +PORTVERSION= 0.25 CATEGORIES= www audio MASTER_SITES= http://media.tangent.org/ \ ftp://ftp.tangent.org/pub/apache/ \ diff -Nur mod_mp3.old/distinfo mod_mp3/distinfo --- mod_mp3.old/distinfo Tue Jun 26 01:53:47 2001 +++ mod_mp3/distinfo Mon Aug 6 02:11:45 2001 @@ -1 +1 @@ -MD5 (mod_mp3-0.23.tar.gz) = 2981add45af32501dd3abf9601d8c9cc +MD5 (mod_mp3-0.25.tar.gz) = 5fcf286f1e6a51a32369f79a11739923 >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 Aug 5 19:35:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc26.worldnet.att.net (mtiwmhc26.worldnet.att.net [204.127.131.51]) by hub.freebsd.org (Postfix) with ESMTP id F41C637B401 for ; Sun, 5 Aug 2001 19:35:48 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.86]) by mtiwmhc26.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010806023547.WVBJ18077.mtiwmhc26.worldnet.att.net@worldnet.att.net>; Mon, 6 Aug 2001 02:35:47 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 661AE50D5E; Sun, 5 Aug 2001 22:35:45 -0400 (EDT) Date: Sun, 5 Aug 2001 22:35:45 -0400 From: parv To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: distributing binary ksh93 Message-ID: <20010805223544.A53819@moo.holy.cow> Mail-Followup-To: Christian Weisgerber , freebsd-ports@freebsd.org References: <20010803171730.A36738@moo.holy.cow> <9ki9of$14dh$1@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9ki9of$14dh$1@kemoauc.mips.inka.de>; from naddy@mips.inka.de on Sun, Aug 05, 2001 at 02:07:11AM +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 this was, on the fateful occasion around Aug 04 22:07 -0400, sent by Christian Weisgerber > > parv wrote: > > > according to q12 on... > > > > http://kornshell.com/doc/faq.html > > > > ...we (freebsd ports) may be able to provide ksh93 as a binary > > package as long as we "make the license terms available to everyone > > [we] distribute binaries to"... > > Actually, my understanding of the license text itself suggests that > shipping the acknowledgment included in pkg-message is all that's > required. The full license must be made available (or maybe even > explicitly acknowledged) for the source to be distributed. ... understanding seems to be mutual. it would have been nice if the license tell-n-show process actually had used the pkg-message before extracting & fetching the sources. as it is now, license is extracted from the sources and/or is shown after extracting the sources... --------------------------- # make ===> Extracting for ksh93-20010704.0000 >> Checksum OK for ksh93/INIT.2001-07-04.0000.tgz. >> Checksum OK for ksh93/ast-ksh.2001-07-04.0000.tgz. ===> Patching for ksh93-20010704.0000 ===> Applying FreeBSD patches for ksh93-20010704.0000 ===> Configuring for ksh93-20010704.0000 ===> Building for ksh93-20010704.0000 -pipe: not found package: /source/ports/shells/ksh93/work/lib/package/LICENSES/ast: license has not been accepted yet Enter y to accept, p to print, n to reject, anything else to quit: p +------------------------------------------------------------------------------+ | This license covers all software that refers to the URL | | http://www.research.att.com/sw/license/ast-open.html | +------------------------------------------------------------------------------+ SOURCE CODE AGREEMENT ... --------------------------- > The license text is impenetrable legalese, so I may be misreading > things. I'm not convinced that the programmers at AT&T (as opposed > to the legal department) understand it either, though. i say it's better to be cautious than be sorry... > > > ...and i have ksh93 statically compiled (w/ man page) from the ports > > when the listed source file was available. that source file listed in > > hasn't change yet in ports/shells/ksh93/makefile. > > Admittedly I was a bit slow in updating the port, but I eventually > submitted an update on July 10 and it has simply been sitting > unprocessed in the PR database since then. Trevor Johnson has > finally committed it a few hours ago. thanks to you both; ksh93 now compiles w/o any problems. okay... i found that there is no package for this port; is there any plan to offer, as my above offer still stands ... albeit for the newest ksh93 available from ports. if the problem is how to ask the user to accept the license, then couldn't the pkg_add be "fixed" somehow? -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 5 21:30: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F75337B403 for ; Sun, 5 Aug 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f764U1M94600; Sun, 5 Aug 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 9FF5737B401 for ; Sun, 5 Aug 2001 21:29:18 -0700 (PDT) (envelope-from matthias.andree@web.de) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 17F85A3826 for ; Mon, 6 Aug 2001 06:29:17 +0200 (CEST) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id 7BCBEA2020 for ; Mon, 6 Aug 2001 06:29:16 +0200 (CEST) Received: by freebsd.emma.line.org (Postfix, from userid 500) id C1FB42D354; Mon, 6 Aug 2001 06:29:15 +0200 (CEST) Message-Id: <20010806042915.C1FB42D354@freebsd.emma.line.org> Date: Mon, 6 Aug 2001 06:29:15 +0200 (CEST) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29477: cannot build graphviz-1.7.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: 29477 >Category: ports >Synopsis: cannot build graphviz-1.7.6 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 05 21:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jul 23 14:26:06 CEST 2001 root@freebsd.emma.line.org:/usr/src/sys/compile/M2A2 i386 >Description: ===> Generating temporary packing list ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for freetype2-2.0.4 ===> Returning to build of graphviz-1.7.6 Error: shared library "freetype.6" does not exist >How-To-Repeat: build graphviz >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 Aug 5 23: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 050E937B403 for ; Sun, 5 Aug 2001 23:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76604718442; Sun, 5 Aug 2001 23:00:04 -0700 (PDT) (envelope-from gnats) Received: from dimon.int.ids.pl (ipmasq.int.ids.pl [195.117.5.44]) by hub.freebsd.org (Postfix) with ESMTP id 8EBE837B401 for ; Sun, 5 Aug 2001 22:59:43 -0700 (PDT) (envelope-from dimon@dimon.int.ids.pl) Received: (from dimon@localhost) by dimon.int.ids.pl (8.11.4/8.11.4) id f7664T911774; Mon, 6 Aug 2001 08:04:30 +0200 (CEST) (envelope-from dimon) Message-Id: <200108060604.f7664T911774@dimon.int.ids.pl> Date: Mon, 6 Aug 2001 08:04:30 +0200 (CEST) From: "Dmitry S. Makovey" Reply-To: "Dmitry S. Makovey" To: FreeBSD-gnats-submit@freebsd.org Cc: dimon@ids.pl X-Send-Pr-Version: 3.113 Subject: ports/29478: Port upgrade Sender: owner-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: 29478 >Category: ports >Synopsis: Port upgrade >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 05 23:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Makovey >Release: FreeBSD 4.3-STABLE i386 >Organization: None >Environment: System: FreeBSD dimon.int.ids.pl 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Jul 30 11:20:19 CEST 2001 root@dimon.int.ids.pl:/usr/src/sys/compile/CLEAN 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: # # cervisia # cervisia/Makefile # cervisia/distinfo # cervisia/pkg-plist # cervisia/pkg-descr # cervisia/pkg-comment # echo c - cervisia mkdir -p cervisia > /dev/null 2>&1 echo x - cervisia/Makefile sed 's/^X//' >cervisia/Makefile << 'END-of-cervisia/Makefile' X# New ports collection makefile for: oneko X# Date created: 5 December 1994 X# Whom: asami X# X# $FreeBSD$ X# X XPORTNAME= cervisia XPORTVERSION= 1.4.1 XCATEGORIES= devel kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= dmitry_makovey@mail.com X XUSE_KDELIBS_VER=2 X#USE_BZIP2= yes XUSE_GMAKE= yes XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes X XLIB_DEPENDS+= intl.1:${PORTSDIR}/devel/gettext X XMAN1= cervisia.1 X X#MOC=moc2 X#.MAKEFLAGS+=-DMOC=moc2 -DLIBQT=-lqt2 X# EXTRACT_SUFX=.tar.bz2 X X.include END-of-cervisia/Makefile echo x - cervisia/distinfo sed 's/^X//' >cervisia/distinfo << 'END-of-cervisia/distinfo' XMD5 (cervisia-1.4.1.tar.gz) = 06524eeb7c122e03da9831332cdb3e80 END-of-cervisia/distinfo echo x - cervisia/pkg-plist sed 's/^X//' >cervisia/pkg-plist << 'END-of-cervisia/pkg-plist' Xbin/cervisia Xshare/doc/HTML/en/cervisia/common/kde-common.css Xshare/doc/HTML/en/cervisia/common/kde-default.css Xshare/doc/HTML/en/cervisia/common/kde-localised.css Xshare/doc/HTML/en/cervisia/common/logotp3.png Xshare/doc/HTML/en/cervisia/common/note.png Xshare/doc/HTML/en/cervisia/addingremovingdirs.html Xshare/doc/HTML/en/cervisia/advancedusage.html Xshare/doc/HTML/en/cervisia/annotate.html Xshare/doc/HTML/en/cervisia/appendix.html Xshare/doc/HTML/en/cervisia/browsinghistory.html Xshare/doc/HTML/en/cervisia/checkingout.html Xshare/doc/HTML/en/cervisia/commandreference.html Xshare/doc/HTML/en/cervisia/commitingfiles.html Xshare/doc/HTML/en/cervisia/customization.html Xshare/doc/HTML/en/cervisia/customize-look.html Xshare/doc/HTML/en/cervisia/diff.html Xshare/doc/HTML/en/cervisia/gettingstarted.html Xshare/doc/HTML/en/cervisia/importing.html Xshare/doc/HTML/en/cervisia/index.html Xshare/doc/HTML/en/cervisia/information.html Xshare/doc/HTML/en/cervisia/mainscreen.html Xshare/doc/HTML/en/cervisia/obtaininginformation.html Xshare/doc/HTML/en/cervisia/removingfiles.html Xshare/doc/HTML/en/cervisia/resolvingconflicts.html Xshare/doc/HTML/en/cervisia/watches.html Xshare/doc/HTML/en/cervisia/workingwithfiles.html Xshare/doc/HTML/en/cervisia/checkout.png Xshare/doc/HTML/en/cervisia/commit.png Xshare/doc/HTML/en/cervisia/diff.png Xshare/doc/HTML/en/cervisia/history.png Xshare/doc/HTML/en/cervisia/import.png Xshare/doc/HTML/en/cervisia/logtree.png Xshare/doc/HTML/en/cervisia/mainview.png Xshare/doc/HTML/en/cervisia/resolve.png Xshare/doc/HTML/en/cervisia/updatetag.png Xshare/applnk/Development/cervisia.desktop Xshare/locale/ko/LC_MESSAGES/cervisia.mo Xshare/icons/hicolor/32x32/apps/cervisia.png Xshare/icons/hicolor/16x16/apps/cervisia.png X@dirrm share/doc/HTML/en/cervisia/common X@dirrm share/doc/HTML/en/cervisia END-of-cervisia/pkg-plist echo x - cervisia/pkg-descr sed 's/^X//' >cervisia/pkg-descr << 'END-of-cervisia/pkg-descr' XCervisia is a KDE-based CVS development tool. It is part Xof the KDE Development Kit, which is used by KDE developers Xto ease development of applications. X XWWW: http://cervisia.sourceforge.net/ END-of-cervisia/pkg-descr echo x - cervisia/pkg-comment sed 's/^X//' >cervisia/pkg-comment << 'END-of-cervisia/pkg-comment' XGUI utility to assist with CVS-based development END-of-cervisia/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 Aug 6 0:23:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 49CE037B401 for ; Mon, 6 Aug 2001 00:23:16 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 8BBE64D834 for ; Mon, 6 Aug 2001 16:23:14 +0900 (JST) Date: Mon, 06 Aug 2001 16:22:58 +0900 Message-ID: <86elqphctp.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: FreeBSD-ports Subject: Call for review: adding an option to pkg_delete(1) User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Hi porters, Please review the attached patch, which adds a new option "-P" to pkg_delete(1) which preserves (= not delete) shared library files. This is useful when one suspects that s/he still have some binaries that depend (= is linked with) on the shared library that's being deleted. Probably pkg_version -c may want to use the option. If possible, I'd like to see this in the 4.4-RELEASE because that would allow users to upgrade packages safely, which can only be done by portupgrade -u currently. If not, as a work around I will add this functionality to my pkg_deinstall utility bundled in sysutils/portupgrade. Opinions? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" Index: add/perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/perform.c,v retrieving revision 1.63 diff -u -r1.63 perform.c --- add/perform.c 2001/08/02 13:13:05 1.63 +++ add/perform.c 2001/08/06 05:50:24 @@ -481,7 +481,7 @@ fail: /* Nuke the whole (installed) show, XXX but don't clean directories */ if (!Fake) - delete_package(FALSE, FALSE, &Plist); + delete_package(FALSE, FALSE, FALSE, &Plist); success: /* delete the packing list contents */ Index: delete/delete.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/delete/delete.h,v retrieving revision 1.6 diff -u -r1.6 delete.h --- delete/delete.h 2001/02/27 09:00:18 1.6 +++ delete/delete.h 2001/08/05 17:39:55 @@ -28,6 +28,7 @@ extern Boolean Interactive; extern Boolean NoDeInstall; extern Boolean Force; +extern Boolean PreserveShlib; extern char *Directory; extern char *PkgName; extern match_t MatchType; Index: delete/main.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/delete/main.c,v retrieving revision 1.22 diff -u -r1.22 main.c --- delete/main.c 2001/08/02 13:13:05 1.22 +++ delete/main.c 2001/08/06 06:22:43 @@ -30,12 +30,13 @@ #include "lib.h" #include "delete.h" -static char Options[] = "adDfGhinp:vx"; +static char Options[] = "adDfGhinp:Pvx"; char *Prefix = NULL; Boolean CleanDirs = FALSE; Boolean Interactive = FALSE; Boolean NoDeInstall = FALSE; +Boolean PreserveShlib = FALSE; match_t MatchType = MATCH_GLOB; static void usage __P((void)); @@ -93,6 +94,10 @@ Interactive = TRUE; break; + case 'P': + PreserveShlib = TRUE; + break; + case 'h': case '?': default: @@ -148,7 +153,7 @@ usage() { fprintf(stderr, "%s\n%s\n", - "usage: pkg_delete [-dDfGinvx] [-p prefix] pkg-name ...", + "usage: pkg_delete [-dDfGinPvx] [-p prefix] pkg-name ...", " pkg_delete -a [flags]"); exit(1); } Index: delete/perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/delete/perform.c,v retrieving revision 1.32 diff -u -r1.32 perform.c --- delete/perform.c 2001/08/02 13:13:05 1.32 +++ delete/perform.c 2001/08/05 17:40:22 @@ -217,7 +217,7 @@ * Some packages aren't packed right, so we need to just ignore * delete_package()'s status. Ugh! :-( */ - if (delete_package(FALSE, CleanDirs, &Plist) == FAIL) + if (delete_package(FALSE, CleanDirs, PreserveShlib, &Plist) == FAIL) warnx( "couldn't entirely delete package (perhaps the packing list is\n" "incorrectly specified?)"); Index: delete/pkg_delete.1 =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/delete/pkg_delete.1,v retrieving revision 1.26 diff -u -r1.26 pkg_delete.1 --- delete/pkg_delete.1 2001/07/15 08:02:37 1.26 +++ delete/pkg_delete.1 2001/08/06 06:20:53 @@ -25,7 +25,7 @@ .Nd a utility for deleting previously installed software package distributions .Sh SYNOPSIS .Nm -.Op Fl dDfGinvx +.Op Fl dDfGinPvx .Op Fl p Ar prefix .Ar pkg-name ... .Nm @@ -91,6 +91,14 @@ which do not explicitly set theirs. For most packages, the prefix will be set automatically to the installed location by .Xr pkg_add 1 . +.It Fl P +Preserve (possible) shared library files that end with the +.Dq .so , +.Dq .so.X , +or +.Dq .so.X.Y +suffix. This is useful when you suspect that you still have some +binaries that depend on the shared library being deleted. .It Fl d Remove empty directories created by file cleanup. By default, only files/directories explicitly listed in a package's contents (either as Index: lib/lib.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/lib/lib.h,v retrieving revision 1.36 diff -u -r1.36 lib.h --- lib/lib.h 2001/08/02 13:13:06 1.36 +++ lib/lib.h 2001/08/05 17:41:50 @@ -174,7 +174,7 @@ void write_plist(Package *, FILE *); void read_plist(Package *, FILE *); int plist_cmd(char *, char **); -int delete_package(Boolean, Boolean, Package *); +int delete_package(Boolean, Boolean, Boolean, Package *); Boolean make_preserve_name(char *, int, char *, char *); /* For all */ Index: lib/plist.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/lib/plist.c,v retrieving revision 1.34 diff -u -r1.34 plist.c --- lib/plist.c 2001/08/02 12:38:29 1.34 +++ lib/plist.c 2001/08/05 17:53:29 @@ -346,13 +346,48 @@ } /* + * Check if the given filename looks like a shared library. + */ +static Boolean +is_shlib(char *filename) +{ + char *p, *q; + + /* basename */ + if (NULL != (p = strrchr(filename, '/'))) + p++; + else + p = filename; + + /* empty filename or dotfile? */ + if (*p == '\0' || *p == '.') + return FALSE; + + /* do "strrstr" for .so */ + if (NULL == (q = strstr(p + 1, ".so"))) + return FALSE; + while (NULL != (p = strstr(q += 3, ".so"))) + q = p; + + /* skip version numbers */ + while (*q) { + if (*q != '.' || !isdigit(*++q)) + return FALSE; + while (isdigit(*++q)) + ; + } + + return TRUE; +} + +/* * Delete the results of a package installation. * * This is here rather than in the pkg_delete code because pkg_add needs to * run it too in cases of failure. */ int -delete_package(Boolean ign_err, Boolean nukedirs, Package *pkg) +delete_package(Boolean ign_err, Boolean nukedirs, Boolean preserve_shlib, Package *pkg) { PackingList p; char *Where = ".", *last_file = ""; @@ -389,7 +424,12 @@ case PLIST_FILE: last_file = p->name; - sprintf(tmp, "%s/%s", Where, p->name); + sprintf(tmp, "%s/%s", Where, last_file); + if (preserve_shlib && is_shlib(last_file)) { + if (Verbose) + printf("Preserve shared library file %s\n", tmp); + continue; + } if (isdir(tmp) && fexists(tmp) && !issymlink(tmp)) { warnx("cannot delete specified file '%s' - it is a directory!\n" "this packing list is incorrect - ignoring delete request", tmp); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 0:53: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id A00E837B405 for ; Mon, 6 Aug 2001 00:53:03 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 9FCD44D834; Mon, 6 Aug 2001 16:53:02 +0900 (JST) Date: Mon, 06 Aug 2001 16:53:02 +0900 Message-ID: <86d769hbfl.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Carl Schmidt Cc: ports@freebsd.org Subject: Re: openldap2 In-Reply-To: <20010802212254.A64325@slackerbsd.org> References: <20010802212254.A64325@slackerbsd.org> User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Thu, 2 Aug 2001 21:22:54 -0400, Carl Schmidt wrote: > openldap-2.0.11_3 and 2.0.11_4 failed for the same error recently. I'm > wondering if this is known about. > > ldbm.c: In function `ldbm_open' > ldbm.c:249: structure has no member named `set_malloc' This is caused by a recent db3 upgrading problem. Please update the ports tree, and 1) rebuild and reinstall the latest databases/db3 port (3.2.9_2,1), then 2) rebuild and reinstall all that depend on db3 including net/openldap2. The steps 1) and 2) can be done easily by portupgrade (sysutils/portupgrade) as follows: portupgrade -rC db3 Sorry for inconvenience. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 1:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 029E637B409 for ; Mon, 6 Aug 2001 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f768A0G42944; Mon, 6 Aug 2001 01:10:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id DD6AB37B403 for ; Mon, 6 Aug 2001 01:09:27 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7689R000812; Mon, 6 Aug 2001 04:09:27 -0400 (EDT) (envelope-from root) Message-Id: <200108060809.f7689R000812@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 6 Aug 2001 04:09:27 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: jmrobins@samurai.ruin.org X-Send-Pr-Version: 3.113 Subject: ports/29481: Fix www/bacon Sender: owner-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: 29481 >Category: ports >Synopsis: Fix www/bacon >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 Aug 06 01:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Add NOPORTDOCS - Tweak Makefile a bit - Remove www and www/cgi-bin directories properly to not cause error by bento - Better display pkg-message >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/www/bacon/Makefile bacon/Makefile --- /usr/ports/www/bacon/Makefile Mon Feb 5 10:33:13 2001 +++ bacon/Makefile Mon Aug 6 01:28:31 2001 @@ -12,22 +12,22 @@ MAINTAINER= jmrobins@samurai.ruin.org -USE_PERL5= YES +USE_PERL5= yes +NO_BUILD= yes -DIST= bacon.pl - -do-build: - @cd ${WRKSRC}; ${MV} ${DIST} ${DIST}.orig; \ - ${SED} -e 's;^#! */usr/local/bin/perl *;#!${PERL5};' \ - ${DIST}.orig > ${DIST} +pre-patch: + @${PERL} -pi.orig -e 's|${LOCALBASE}/bin/perl|/usr/bin/perl|' \ + ${WRKSRC}/bacon.pl do-install: ${MKDIR} ${PREFIX}/www/cgi-bin ${INSTALL_SCRIPT} ${WRKSRC}/bacon.pl ${PREFIX}/www/cgi-bin/bacon.pl post-install: - ${MKDIR} ${PREFIX}/share/doc/bacon/ - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/bacon/INSTALL - @${CAT} ${PKGMESSAGE} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} +.endif + @${SED} -e "s|INSTALL|${DOCSDIR}/INSTALL|" ${PKGMESSAGE} .include diff -ruN /usr/ports/www/bacon/pkg-message bacon/pkg-message --- /usr/ports/www/bacon/pkg-message Thu Sep 9 10:55:08 1999 +++ bacon/pkg-message Mon Aug 6 01:19:43 2001 @@ -1,6 +1,6 @@ --------------------------------------------------------------------- -Please read the ${PREFIX}/share/doc/bacon/INSTALL file for info on +Please read the INSTALL file for info on configuring this program." --------------------------------------------------------------------- diff -ruN /usr/ports/www/bacon/pkg-plist bacon/pkg-plist --- /usr/ports/www/bacon/pkg-plist Thu Sep 9 10:55:08 1999 +++ bacon/pkg-plist Mon Aug 6 01:18:17 2001 @@ -1,3 +1,5 @@ www/cgi-bin/bacon.pl -share/doc/bacon/INSTALL -@dirrm share/doc/bacon +%%PORTDOCS%%share/doc/bacon/INSTALL +%%PORTDOCS%%@dirrm share/doc/bacon +@unexec rmdir %D/www/cgi-bin 2>/dev/null || true +@unexec rmdir %D/www 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 Mon Aug 6 1:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FCBB37B406 for ; Mon, 6 Aug 2001 01:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f768A0l42935; Mon, 6 Aug 2001 01:10:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2A46437B401; Mon, 6 Aug 2001 01:04:39 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7684c100714; Mon, 6 Aug 2001 04:04:38 -0400 (EDT) (envelope-from root) Message-Id: <200108060804.f7684c100714@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 6 Aug 2001 04:04:38 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: sumikawa@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29480: Fix pkg-plist for www/apache13+ipv6 (Bento) Sender: owner-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: 29480 >Category: ports >Synopsis: Fix pkg-plist for www/apache13+ipv6 (Bento) >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 Aug 06 01:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist by adding missing and remove non-existing files >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/www/apache13+ipv6/pkg-plist apache13+ipv6/pkg-plist --- /usr/ports/www/apache13+ipv6/pkg-plist Wed Mar 14 01:56:09 2001 +++ apache13+ipv6/pkg-plist Mon Aug 6 02:38:15 2001 @@ -23,6 +23,7 @@ include/apache/ap_config.h include/apache/ap_config_auto.h include/apache/ap_ctype.h +include/apache/ap_ebcdic.h include/apache/ap_md5.h include/apache/ap_mmn.h include/apache/ap_sha1.h @@ -136,11 +137,12 @@ share/doc/apache/index.html.ru.ucs4 share/doc/apache/index.html.ru.utf8 share/doc/apache/index.html.se -share/doc/apache/index.html.tw.Big5 +share/doc/apache/index.html.zh.Big5 share/doc/apache/manual/LICENSE share/doc/apache/manual/bind.html share/doc/apache/manual/cgi_path.html share/doc/apache/manual/configuring.html.en +share/doc/apache/manual/configuring.html.fr share/doc/apache/manual/configuring.html.html share/doc/apache/manual/configuring.html.ja.jis share/doc/apache/manual/content-negotiation.html @@ -180,11 +182,13 @@ share/doc/apache/manual/index.html.ja.jis share/doc/apache/manual/install-tpf.html share/doc/apache/manual/install.html.en +share/doc/apache/manual/install.html.es share/doc/apache/manual/install.html.fr share/doc/apache/manual/install.html.html share/doc/apache/manual/install.html.ja.jis share/doc/apache/manual/invoking.html share/doc/apache/manual/invoking.html.fr +share/doc/apache/manual/invoking.html.html share/doc/apache/manual/keepalive.html share/doc/apache/manual/location.html share/doc/apache/manual/man-template.html @@ -220,7 +224,9 @@ share/doc/apache/manual/mod/footer.html share/doc/apache/manual/mod/header.html share/doc/apache/manual/mod/index-bytype.html +share/doc/apache/manual/mod/index-bytype.html.fr share/doc/apache/manual/mod/index.html +share/doc/apache/manual/mod/index.html.fr share/doc/apache/manual/mod/mod_access.html share/doc/apache/manual/mod/mod_actions.html share/doc/apache/manual/mod/mod_alias.html @@ -238,7 +244,9 @@ share/doc/apache/manual/mod/mod_digest.html share/doc/apache/manual/mod/mod_dir.html share/doc/apache/manual/mod/mod_dld.html -share/doc/apache/manual/mod/mod_env.html +share/doc/apache/manual/mod/mod_env.html.en +share/doc/apache/manual/mod/mod_env.html.html +share/doc/apache/manual/mod/mod_env.html.ja.jis share/doc/apache/manual/mod/mod_example.html share/doc/apache/manual/mod/mod_expires.html share/doc/apache/manual/mod/mod_headers.html @@ -250,7 +258,9 @@ share/doc/apache/manual/mod/mod_log_common.html share/doc/apache/manual/mod/mod_log_config.html share/doc/apache/manual/mod/mod_log_referer.html -share/doc/apache/manual/mod/mod_mime.html +share/doc/apache/manual/mod/mod_mime.html.en +share/doc/apache/manual/mod/mod_mime.html.html +share/doc/apache/manual/mod/mod_mime.html.ja.jis share/doc/apache/manual/mod/mod_mime_magic.html share/doc/apache/manual/mod/mod_mmap_static.html share/doc/apache/manual/mod/mod_negotiation.html.en @@ -258,7 +268,9 @@ share/doc/apache/manual/mod/mod_negotiation.html.ja.jis share/doc/apache/manual/mod/mod_proxy.html share/doc/apache/manual/mod/mod_rewrite.html -share/doc/apache/manual/mod/mod_setenvif.html +share/doc/apache/manual/mod/mod_setenvif.html.en +share/doc/apache/manual/mod/mod_setenvif.html.html +share/doc/apache/manual/mod/mod_setenvif.html.ja.jis share/doc/apache/manual/mod/mod_so.html share/doc/apache/manual/mod/mod_speling.html share/doc/apache/manual/mod/mod_status.html @@ -289,7 +301,9 @@ share/doc/apache/manual/programs/htdigest.html share/doc/apache/manual/programs/htpasswd.html share/doc/apache/manual/programs/httpd.html -share/doc/apache/manual/programs/index.html +share/doc/apache/manual/programs/index.html.en +share/doc/apache/manual/programs/index.html.html +share/doc/apache/manual/programs/index.html.ja.jis share/doc/apache/manual/programs/logresolve.html share/doc/apache/manual/programs/other.html share/doc/apache/manual/programs/rotatelogs.html @@ -303,7 +317,11 @@ share/doc/apache/manual/server-wide.html.ja.jis share/doc/apache/manual/sourcereorg.html share/doc/apache/manual/stopping.html -share/doc/apache/manual/suexec.html +share/doc/apache/manual/stopping.html.fr +share/doc/apache/manual/stopping.html.html +share/doc/apache/manual/suexec.html.en +share/doc/apache/manual/suexec.html.html +share/doc/apache/manual/suexec.html.ja.jis share/doc/apache/manual/suexec_1_2.html share/doc/apache/manual/unixware.html share/doc/apache/manual/upgrading_to_1_3.html @@ -457,4 +475,4 @@ @dirrm www/icons/small @dirrm www/icons @dirrm www/proxy -@dirrm www +@unexec rmdir %D/www 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 Mon Aug 6 1:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FFB737B406 for ; Mon, 6 Aug 2001 01:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f768K0p44400; Mon, 6 Aug 2001 01:20:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 5A49637B405 for ; Mon, 6 Aug 2001 01:15:43 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f768FgJ01011; Mon, 6 Aug 2001 04:15:42 -0400 (EDT) (envelope-from root) Message-Id: <200108060815.f768FgJ01011@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 6 Aug 2001 04:15:42 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29483: Fix pkg-plist for port mail/wmmail (Bento) Sender: owner-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: 29483 >Category: ports >Synopsis: Fix pkg-plist for port mail/wmmail (Bento) >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 Aug 06 01:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Remove left over dirs from install if empty >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/mail/wmmail/pkg-plist wmmail/pkg-plist --- /usr/ports/mail/wmmail/pkg-plist Thu Apr 1 22:30:08 1999 +++ wmmail/pkg-plist Mon Aug 6 01:50:47 2001 @@ -50,3 +50,5 @@ @dirrm GNUstep/Apps/WMMail.app/Defaults @dirrm GNUstep/Apps/WMMail.app/Sounds @dirrm GNUstep/Apps/WMMail.app +@unexec rmdir %D/GNUstep/Apps 2>/dev/null || true +@unexec rmdir %D/GNUstep 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 Mon Aug 6 1:20:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70A0037B403 for ; Mon, 6 Aug 2001 01:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f768K0744391; Mon, 6 Aug 2001 01:20:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0F44237B405 for ; Mon, 6 Aug 2001 01:13:12 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f768DBb00913; Mon, 6 Aug 2001 04:13:11 -0400 (EDT) (envelope-from root) Message-Id: <200108060813.f768DBb00913@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 6 Aug 2001 04:13:11 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29482: Fix port games/battleball Sender: owner-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: 29482 >Category: ports >Synopsis: Fix port games/battleball >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 Aug 06 01:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Add NOPORTDOCS support to pkg-plist and use DOCSDIR - Add ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} to patch-af to unbreak build (Caught by bento) Maintained by ports@FreeBSD.org >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/battleball/Makefile battleball/Makefile --- /usr/ports/games/battleball/Makefile Mon Jan 8 19:06:20 2001 +++ battleball/Makefile Mon Aug 6 00:47:17 2001 @@ -17,15 +17,17 @@ USE_X_PREFIX= yes USE_MESA= yes WRKSRC= ${WRKDIR}/battleball-2.1-src +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/battleball + @${MKDIR} ${DOCSDIR} .for file in CHANGELOG README - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/battleball + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -ruN /usr/ports/games/battleball/files/patch-af battleball/files/patch-af --- /usr/ports/games/battleball/files/patch-af Sun Apr 16 18:03:02 2000 +++ battleball/files/patch-af Mon Aug 6 00:46:20 2001 @@ -1,21 +1,20 @@ ---- Makefile Thu Sep 2 22:25:18 1999 -+++ Makefile.new Sun Apr 16 17:28:19 2000 -@@ -1,17 +1,18 @@ +--- Makefile.orig Thu Sep 2 22:25:18 1999 ++++ Makefile Mon Aug 6 00:46:04 2001 +@@ -1,17 +1,14 @@ -CXX = g++ -+CXX ?= c++ - +- # If you don't have OpenGL or Mesa, you can still compile BattleBall; # just define the symbol NO_OPENGL when compiling, and don't link with # $(GLLIBS) when linking -CXXFLAGS = -O2 -funroll-loops -+CXXFLAGS ?= -O -pipe - #CXXFLAGS = -O2 -funroll-loops -DNO_OPENGL +-#CXXFLAGS = -O2 -funroll-loops -DNO_OPENGL ++CXXFLAGS += ${PTHREAD_CFLAGS} INCS = -Ibsp -Ilib3d -XLIBS = -L/usr/X11R6/lib -lX11 -+X11BASE ?=/usr/X11R6 +-LIBS = -lm $(XLIBS) +XLIBS = -L$(X11BASE)/lib -lX11 - LIBS = -lm $(XLIBS) ++LIBS = -lm $(XLIBS) ${PTHREAD_LIBS} -GLINCS = -I/usr/local/X11/include -GLLIBS = -lXi -lXmu -lXext -L/usr/local/X11/lib -lMesaGL diff -ruN /usr/ports/games/battleball/pkg-plist battleball/pkg-plist --- /usr/ports/games/battleball/pkg-plist Fri Apr 30 22:38:12 1999 +++ battleball/pkg-plist Mon Aug 6 00:34:43 2001 @@ -1,4 +1,4 @@ bin/battleball -share/doc/battleball/CHANGELOG -share/doc/battleball/README -@dirrm share/doc/battleball +%%PORTDOCS%%share/doc/battleball/CHANGELOG +%%PORTDOCS%%share/doc/battleball/README +%%PORTDOCS%%@dirrm share/doc/battleball >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 Aug 6 1:20:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8D8D37B409 for ; Mon, 6 Aug 2001 01:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f768K0v44409; Mon, 6 Aug 2001 01:20:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id EE91837B416 for ; Mon, 6 Aug 2001 01:18:59 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f768IxG01105; Mon, 6 Aug 2001 04:18:59 -0400 (EDT) (envelope-from root) Message-Id: <200108060818.f768IxG01105@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 6 Aug 2001 04:18:59 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29484: Fix pkg-plist for misc/delta Sender: owner-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: 29484 >Category: ports >Synopsis: Fix pkg-plist for misc/delta >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 Aug 06 01:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Links left over from install that should be removed >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/misc/xdelta/pkg-plist xdelta/pkg-plist --- /usr/ports/misc/xdelta/pkg-plist Mon Jul 23 05:56:15 2001 +++ xdelta/pkg-plist Mon Aug 6 01:54:12 2001 @@ -5,7 +5,9 @@ include/xd_edsio.h include/xdelta.h lib/libedsio.a +lib/libedsio.so lib/libedsio.so.0 lib/libxdelta.a +lib/libxdelta.so lib/libxdelta.so.2 share/aclocal/xdelta.m4 >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 Aug 6 1:21:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from nomad.consult-meyers.com (dialup-40-1.dplanet.ch [212.35.40.1]) by hub.freebsd.org (Postfix) with ESMTP id EE58C37B411 for ; Mon, 6 Aug 2001 01:21:34 -0700 (PDT) (envelope-from alm@nomad.consult-meyers.com) Received: (from alm@localhost) by nomad.consult-meyers.com (8.10.2/8.10.2) id f768OkR00757; Mon, 6 Aug 2001 08:24:46 GMT Date: Mon, 6 Aug 2001 08:24:46 GMT From: "A. L. Meyers" To: ports@freebsd.org Message-Id: Posted-To: comp.unix.bsd.freebsd.misc Subject: Re: Manual install of a port? References: <3b6e4bbf$0$393$7d5a4a58@news.compuserve.de> Mime-Version: 1.0 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 [This message has also been posted.] In article <3b6e4bbf$0$393$7d5a4a58@news.compuserve.de>, Juergen K. wrote: > Hi! > > I would like to install Openssh-2.9. I'v downloaded the source > openssh-2.9.tgz and copyed to /usr/ports/distfiles. Also the makefile and > pkg-file directory and copyed to /usr/ports/security/openssh. > > Following error apeard: > > root@server:/usr/ports/security/openssh > ls > distinfo makefile pkg-descr > files pkg-comment pkg-plist > root@server:/usr/ports/security/openssh > make install >===> Extracting for OpenSSH-2.9_3 >>> Checksum OK for openssh-2.9.tgz. >===> Patching for OpenSSH-2.9_3 >===> Applying FreeBSD patches for OpenSSH-2.9_3 >===> Configuring for OpenSSH-2.9_3 >===> Building for OpenSSH-2.9_3 > make: cannot open makefile. > *** Error code 2 > > Stop in /usr/ports/security/openssh. > *** Error code 1 > > Stop in /usr/ports/security/openssh. > *** Error code 1 > > Stop in /usr/ports/security/openssh. > *** Error code 1 > > Stop in /usr/ports/security/openssh. > root@server:/usr/ports/security/openssh > > > Regards > > Jürgen > > -- > > Homepage: www.ek-p.de > eMail: juergen@ek-p.de > ICQ: 23676625 > FreeBSD-User: BSD050752 > > /"\ > \ / > X ASCII Ribbon Campaign -- Against HTML Mail > / \ > (Warum? -> http://www.dantobias.com/webtips/email.html) > > > > Juergen, Have you sent this to ports@freebsd.org ? Greetings, Lucien PS Where did you get the FBSD user number? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 3:15:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBE5F37B401; Mon, 6 Aug 2001 03:15:12 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76ABOT77113; Mon, 6 Aug 2001 03:11:24 -0700 (PDT) (envelope-from wjv) Date: Mon, 6 Aug 2001 03:11:24 -0700 (PDT) From: Message-Id: <200108061011.f76ABOT77113@freefall.freebsd.org> To: tonym@biolateral.com.au, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29204: Port update: generic-nqs (distfile location) Sender: owner-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: generic-nqs (distfile location) State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Mon Aug 6 03:10:49 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29204 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 4:45:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B3E037B401; Mon, 6 Aug 2001 04:45:13 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Bior98074; Mon, 6 Aug 2001 04:44:50 -0700 (PDT) (envelope-from ijliao) Date: Mon, 6 Aug 2001 04:44:50 -0700 (PDT) From: Message-Id: <200108061144.f76Bior98074@freefall.freebsd.org> To: matthias.andree@web.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29477: cannot build graphviz-1.7.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 Synopsis: cannot build graphviz-1.7.6 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Aug 6 04:44:33 PDT 2001 State-Changed-Why: fixed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29477 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 4:57:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from 3w-smtp-ac.korea.com (unknown [211.109.1.113]) by hub.freebsd.org (Postfix) with ESMTP id 469B937B403 for ; Mon, 6 Aug 2001 04:57:14 -0700 (PDT) (envelope-from youth07@hanmail.net) Received: from 3w-pop3-ag.korea.com ([172.31.1.10]) by 3w-smtp-ac.korea.com with Microsoft SMTPSVC(5.0.2195.3651); Mon, 6 Aug 2001 20:57:12 +0900 Received: from 3w-pop3-ag.korea.com ([127.0.0.1]) by 3w-pop3-ag.korea.com with Microsoft SMTPSVC(5.0.2195.3651); Mon, 6 Aug 2001 20:57:12 +0900 Received: from 211.52.226.249 by 3w-pop3-ag.korea.com (InterScan E-Mail VirusWall NT); Mon, 06 Aug 2001 20:57:12 +0900 From: Mr.Hong To: ports@freebsd.org Subject: ƯÀÌÇÑ ÀÎÅ׸®¾î ¼ÒÇ°. X-Mailer: Easy Mail Mime-Version: 1.0 Content-Type: text/plain; charset=kor-ascii Message-ID: <3W-POP3-AGxGwIPvlKW0000d9c7@3w-pop3-ag.korea.com> X-OriginalArrivalTime: 06 Aug 2001 11:57:12.0606 (UTC) FILETIME=[EDB013E0:01C11E6E] Date: 6 Aug 2001 20:57:12 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Untitled Document To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 5: 8:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mydomain.com (1Cust70.tnt4.cph3.da.uu.net [213.116.23.70]) by hub.freebsd.org (Postfix) with ESMTP id E6F1837B401; Mon, 6 Aug 2001 05:08:13 -0700 (PDT) (envelope-from hotweb@radbabe.com) Date: Mon, 06 Aug 2001 14:08:13 +0100 From: HOTWEB To: HOTWEB@FreeBSD.ORG Subject: THE HOTTEST EXPERIENCE EVER ! Message-Id: <20010806120813.E6F1837B401@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 Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER to world´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... The way it should be ! PLUGIN RIGHT HERE AT: http://siam.to/getitnow ... If this Site does not open properly ... please try http://kickme.to/megababes Or this one, if you just love true LESBIAN SEX, CHAT and MORE from Sunny Ibiza in Spain: http://siam.to/sohot and get access to something you with guarantee NEVER have seen before ! Yours truly, HOTWEB Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 5:25:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C77637B403; Mon, 6 Aug 2001 05:25:13 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CH1204058; Mon, 6 Aug 2001 05:17:01 -0700 (PDT) (envelope-from ijliao) Date: Mon, 6 Aug 2001 05:17:01 -0700 (PDT) From: Message-Id: <200108061217.f76CH1204058@freefall.freebsd.org> To: boll@tolkien.dk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27824: New port: pdftohtml and pdftops-converter Sender: owner-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: pdftohtml and pdftops-converter State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Aug 6 05:16:33 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27824 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 5:31:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (unknown [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 80D2E37B405 for ; Mon, 6 Aug 2001 05:31:06 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 2136 invoked by uid 1000); 6 Aug 2001 12:29:55 -0000 Date: Mon, 6 Aug 2001 15:29:55 +0300 From: Peter Pentchev To: Munechika SUMIKAWA Cc: ports@FreeBSD.org Subject: www/apache13+ipv6 plist fix Message-ID: <20010806152955.A2110@ringworld.oblivion.bg> Mail-Followup-To: Munechika SUMIKAWA , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Hi, The plist of the apache13+ipv6 port is slightly out of date. Attached is a patch which syncs it with the one from the apache13 port, which seems to be correct. If you have no objections, I could commit this shortly. Many thanks for your work on the apache13+ipv6 port! G'luck, Peter -- What would this sentence be like if pi were 3? Index: ports/www/apache13+ipv6/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13+ipv6/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- ports/www/apache13+ipv6/pkg-plist 2001/03/14 06:56:09 1.7 +++ ports/www/apache13+ipv6/pkg-plist 2001/08/04 17:39:47 @@ -23,6 +23,7 @@ include/apache/ap_config.h include/apache/ap_config_auto.h include/apache/ap_ctype.h +include/apache/ap_ebcdic.h include/apache/ap_md5.h include/apache/ap_mmn.h include/apache/ap_sha1.h @@ -136,11 +137,12 @@ share/doc/apache/index.html.ru.ucs4 share/doc/apache/index.html.ru.utf8 share/doc/apache/index.html.se -share/doc/apache/index.html.tw.Big5 +share/doc/apache/index.html.zh.Big5 share/doc/apache/manual/LICENSE share/doc/apache/manual/bind.html share/doc/apache/manual/cgi_path.html share/doc/apache/manual/configuring.html.en +share/doc/apache/manual/configuring.html.fr share/doc/apache/manual/configuring.html.html share/doc/apache/manual/configuring.html.ja.jis share/doc/apache/manual/content-negotiation.html @@ -180,11 +182,13 @@ share/doc/apache/manual/index.html.ja.jis share/doc/apache/manual/install-tpf.html share/doc/apache/manual/install.html.en +share/doc/apache/manual/install.html.es share/doc/apache/manual/install.html.fr share/doc/apache/manual/install.html.html share/doc/apache/manual/install.html.ja.jis share/doc/apache/manual/invoking.html share/doc/apache/manual/invoking.html.fr +share/doc/apache/manual/invoking.html.html share/doc/apache/manual/keepalive.html share/doc/apache/manual/location.html share/doc/apache/manual/man-template.html @@ -220,7 +224,9 @@ share/doc/apache/manual/mod/footer.html share/doc/apache/manual/mod/header.html share/doc/apache/manual/mod/index-bytype.html +share/doc/apache/manual/mod/index-bytype.html.fr share/doc/apache/manual/mod/index.html +share/doc/apache/manual/mod/index.html.fr share/doc/apache/manual/mod/mod_access.html share/doc/apache/manual/mod/mod_actions.html share/doc/apache/manual/mod/mod_alias.html @@ -238,7 +244,9 @@ share/doc/apache/manual/mod/mod_digest.html share/doc/apache/manual/mod/mod_dir.html share/doc/apache/manual/mod/mod_dld.html -share/doc/apache/manual/mod/mod_env.html +share/doc/apache/manual/mod/mod_env.html.en +share/doc/apache/manual/mod/mod_env.html.html +share/doc/apache/manual/mod/mod_env.html.ja.jis share/doc/apache/manual/mod/mod_example.html share/doc/apache/manual/mod/mod_expires.html share/doc/apache/manual/mod/mod_headers.html @@ -250,7 +258,9 @@ share/doc/apache/manual/mod/mod_log_common.html share/doc/apache/manual/mod/mod_log_config.html share/doc/apache/manual/mod/mod_log_referer.html -share/doc/apache/manual/mod/mod_mime.html +share/doc/apache/manual/mod/mod_mime.html.en +share/doc/apache/manual/mod/mod_mime.html.html +share/doc/apache/manual/mod/mod_mime.html.ja.jis share/doc/apache/manual/mod/mod_mime_magic.html share/doc/apache/manual/mod/mod_mmap_static.html share/doc/apache/manual/mod/mod_negotiation.html.en @@ -258,7 +268,9 @@ share/doc/apache/manual/mod/mod_negotiation.html.ja.jis share/doc/apache/manual/mod/mod_proxy.html share/doc/apache/manual/mod/mod_rewrite.html -share/doc/apache/manual/mod/mod_setenvif.html +share/doc/apache/manual/mod/mod_setenvif.html.en +share/doc/apache/manual/mod/mod_setenvif.html.html +share/doc/apache/manual/mod/mod_setenvif.html.ja.jis share/doc/apache/manual/mod/mod_so.html share/doc/apache/manual/mod/mod_speling.html share/doc/apache/manual/mod/mod_status.html @@ -289,7 +301,9 @@ share/doc/apache/manual/programs/htdigest.html share/doc/apache/manual/programs/htpasswd.html share/doc/apache/manual/programs/httpd.html -share/doc/apache/manual/programs/index.html +share/doc/apache/manual/programs/index.html.en +share/doc/apache/manual/programs/index.html.html +share/doc/apache/manual/programs/index.html.ja.jis share/doc/apache/manual/programs/logresolve.html share/doc/apache/manual/programs/other.html share/doc/apache/manual/programs/rotatelogs.html @@ -303,7 +317,11 @@ share/doc/apache/manual/server-wide.html.ja.jis share/doc/apache/manual/sourcereorg.html share/doc/apache/manual/stopping.html -share/doc/apache/manual/suexec.html +share/doc/apache/manual/stopping.html.fr +share/doc/apache/manual/stopping.html.html +share/doc/apache/manual/suexec.html.en +share/doc/apache/manual/suexec.html.html +share/doc/apache/manual/suexec.html.ja.jis share/doc/apache/manual/suexec_1_2.html share/doc/apache/manual/unixware.html share/doc/apache/manual/upgrading_to_1_3.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 5:34: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from 3w-smtp-ab.korea.com (unknown [211.109.1.112]) by hub.freebsd.org (Postfix) with ESMTP id 4F4B337B405 for ; Mon, 6 Aug 2001 05:33:57 -0700 (PDT) (envelope-from youth07@hanmail.net) Received: from 3w-pop3-af.korea.com ([172.31.1.9]) by 3w-smtp-ab.korea.com with Microsoft SMTPSVC(5.0.2195.3651); Mon, 6 Aug 2001 21:33:55 +0900 Received: from 3W-POP3-AF.korea.com ([127.0.0.1]) by 3w-pop3-af.korea.com with Microsoft SMTPSVC(5.0.2195.3651); Mon, 6 Aug 2001 21:33:55 +0900 Received: from 211.52.226.249 by 3W-POP3-AF.korea.com (InterScan E-Mail VirusWall NT); Mon, 06 Aug 2001 21:33:55 +0900 From: Mr.Hong To: ports@freebsd.org Subject: Á¦¸ñÀº ÀÌ°÷¿¡ ¾²¼¼¿ä. X-Mailer: Easy Mail Mime-Version: 1.0 Content-Type: text/html; charset=kor-ascii Message-ID: <3W-POP3-AF8AZndKaQf000108d7@3w-pop3-af.korea.com> X-OriginalArrivalTime: 06 Aug 2001 12:33:55.0858 (UTC) FILETIME=[0EEDA720:01C11E74] Date: 6 Aug 2001 21:33:55 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Untitled Document To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 5:55:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE2737B405; Mon, 6 Aug 2001 05:55:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Cqhe08203; Mon, 6 Aug 2001 05:52:43 -0700 (PDT) (envelope-from ijliao) Date: Mon, 6 Aug 2001 05:52:43 -0700 (PDT) From: Message-Id: <200108061252.f76Cqhe08203@freefall.freebsd.org> To: dom@happygiraffe.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27927: new port: textproc/p5-XML-LibXSLT Sender: owner-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: textproc/p5-XML-LibXSLT State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Aug 6 05:52:31 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27927 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 6: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C961E37B401 for ; Mon, 6 Aug 2001 06:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D04w09036; Mon, 6 Aug 2001 06:00:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1ED937B405 for ; Mon, 6 Aug 2001 05:55:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CtjR08551; Mon, 6 Aug 2001 05:55:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200108061255.f76CtjR08551@freefall.freebsd.org> Date: Mon, 6 Aug 2001 05:55:45 -0700 (PDT) From: Andreas Schulz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29486: ports/audio/easytag has a checksum 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: 29486 >Category: ports >Synopsis: ports/audio/easytag has a checksum 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: Mon Aug 06 06:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: Fetching in ports/audio/easytag from the mastersite gives a checksum error. It looks like the tar file has been repackaged after the generation of the distinfo file. >How-To-Repeat: Do a make fetch and a make checksum. >Fix: Generating a new checksum and putting it into CVS ? Seems to build ok. >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 Aug 6 6: 0:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E73337B406 for ; Mon, 6 Aug 2001 06:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D04I09027; Mon, 6 Aug 2001 06:00:04 -0700 (PDT) (envelope-from gnats) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id B5C6437B405 for ; Mon, 6 Aug 2001 05:54:58 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from taygeta.dbai.tuwien.ac.at (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f76CstK27770; Mon, 6 Aug 2001 14:54:55 +0200 (MET DST) Received: (from pfeifer@localhost) by taygeta.dbai.tuwien.ac.at (8.11.3/8.11.3) id f76Cst716302; Mon, 6 Aug 2001 14:54:55 +0200 (CEST) (envelope-from pfeifer) Message-Id: <200108061254.f76Cst716302@taygeta.dbai.tuwien.ac.at> Date: Mon, 6 Aug 2001 14:54:55 +0200 (CEST) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29485: Maintainer-update Wine port to 2001.07.31 Sender: owner-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: 29485 >Category: ports >Synopsis: Maintainer-update Wine port to 2001.07.31 >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 Aug 06 06:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD taygeta.dbai.tuwien.ac.at 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed May 9 12:46:22 CEST 2001 root@agena.dbai.tuwien.ac.at:/usr/src/sys/compile/KERNEL_4.3 i386 >Description: This updates the Wine port to 2001.07.31 and adds a minor clean-up on the way. Please install the patch below and remove files/patch-ar. I'm the maintainer of this port. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.110 diff -u -3 -p -r1.110 Makefile --- Makefile 2001/07/06 20:16:41 1.110 +++ Makefile 2001/07/31 19:36:16 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.06.29 +PORTVERSION= 2001.07.31 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.63 diff -u -3 -p -r1.63 distinfo --- distinfo 2001/07/04 21:54:56 1.63 +++ distinfo 2001/08/06 10:22:21 @@ -1 +1 @@ -MD5 (Wine-20010629.tar.gz) = c81c4abdbe76c93a4d4c30829a128571 +MD5 (Wine-20010731.tar.gz) = 44c5e05861763656e439d3674500b0e1 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.24 diff -u -3 -p -r1.24 pkg-plist --- pkg-plist 2001/07/06 20:16:42 1.24 +++ pkg-plist 2001/08/06 12:49:37 @@ -16,6 +16,8 @@ bin/wrc bin/regSet.sh @unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi etc/wine.conf.sample +include/wine/amaudio.h +include/wine/amvideo.h include/wine/basetsd.h include/wine/cderr.h include/wine/cguid.h @@ -23,6 +25,7 @@ include/wine/comcat.h include/wine/commctrl.h include/wine/commdlg.h include/wine/compobj.h +include/wine/control.h include/wine/cpl.h include/wine/d3d.h include/wine/d3dcaps.h @@ -82,6 +85,7 @@ include/wine/rpc.h include/wine/rpcdce.h include/wine/rpcdcep.h include/wine/rpcndr.h +include/wine/rpcnterr.h include/wine/servprov.h include/wine/setupapi.h include/wine/shellapi.h @@ -92,6 +96,7 @@ include/wine/sql.h include/wine/sqlext.h include/wine/sqltypes.h include/wine/storage.h +include/wine/strmif.h include/wine/tapi.h include/wine/tlhelp32.h include/wine/unknwn.h @@ -112,6 +117,7 @@ include/wine/winnetwk.h include/wine/winnls.h include/wine/winnt.h include/wine/winreg.h +include/wine/winres.h include/wine/winresrc.h include/wine/winsock.h include/wine/winsock2.h @@ -126,18 +132,23 @@ include/wine/wsipx.h include/wine/wtypes.h include/wine/zmouse.h include/wine/msvcrt/conio.h +include/wine/msvcrt/crtdbg.h include/wine/msvcrt/ctype.h include/wine/msvcrt/direct.h include/wine/msvcrt/dos.h +include/wine/msvcrt/eh.h include/wine/msvcrt/fcntl.h include/wine/msvcrt/io.h +include/wine/msvcrt/malloc.h include/wine/msvcrt/process.h +include/wine/msvcrt/search.h include/wine/msvcrt/stddef.h include/wine/msvcrt/stdio.h include/wine/msvcrt/stdlib.h include/wine/msvcrt/string.h include/wine/msvcrt/time.h include/wine/msvcrt/wchar.h +include/wine/msvcrt/wctype.h include/wine/msvcrt/sys/stat.h include/wine/msvcrt/sys/timeb.h include/wine/msvcrt/sys/types.h @@ -173,12 +184,14 @@ include/wine/wine/obj_picture.h include/wine/wine/obj_property.h include/wine/wine/obj_propertystorage.h include/wine/wine/obj_queryassociations.h +include/wine/wine/obj_serviceprovider.h include/wine/wine/obj_shellbrowser.h include/wine/wine/obj_shellextinit.h include/wine/wine/obj_shellfolder.h include/wine/wine/obj_shelllink.h include/wine/wine/obj_shellview.h include/wine/wine/obj_storage.h +include/wine/wine/obj_webbrowser.h include/wine/wine/unicode.h lib/wine/winedefault.reg lib/wine/bug_report.pl @@ -255,6 +268,7 @@ lib/wine/libolepro32.so lib/wine/libolesvr.so lib/wine/libolesvr32.so lib/wine/libpsapi.so +lib/wine/libquartz.so lib/wine/librasapi16.so lib/wine/librasapi32.so lib/wine/libriched32.so >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 Aug 6 6: 5:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C15637B401; Mon, 6 Aug 2001 06:05:17 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D4sb09607; Mon, 6 Aug 2001 06:04:54 -0700 (PDT) (envelope-from sumikawa) Date: Mon, 6 Aug 2001 06:04:54 -0700 (PDT) From: Message-Id: <200108061304.f76D4sb09607@freefall.freebsd.org> To: pat@databits.net, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29480: Fix pkg-plist for www/apache13+ipv6 (Bento) Sender: owner-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 pkg-plist for www/apache13+ipv6 (Bento) State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Mon Aug 6 22:04:35 JST 2001 State-Changed-Why: thanks, commited. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29480 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 6: 7:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from prince.don.to (n00156.tnt101.phs.sekime.mopera.ne.jp [211.14.111.156]) by hub.freebsd.org (Postfix) with ESMTP id E368C37B401; Mon, 6 Aug 2001 06:07:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by prince.don.to (8.11.3/3.7W) with ESMTP id f76D6R702197; Mon, 6 Aug 2001 22:06:27 +0900 (JST) Date: Mon, 06 Aug 2001 22:06:26 +0900 (JST) Message-Id: <20010806.220626.644776995.sumikawa@ebina.hitachi.co.jp> To: roam@ringlet.net Cc: sumikawa@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: www/apache13+ipv6 plist fix From: Munechika SUMIKAWA In-Reply-To: <20010806152955.A2110@ringworld.oblivion.bg> References: <20010806152955.A2110@ringworld.oblivion.bg> X-Mailer: xcite1.39> Mew version 2.0 on XEmacs 21.4.3 (Academic Rigor) 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 > The plist of the apache13+ipv6 port is slightly out of date. > Attached is a patch which syncs it with the one from the apache13 > port, which seems to be correct. If you have no objections, > I could commit this shortly. thanks! I've commited your patch. --- Munechika SUMIKAWA @ KAME Project / FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 6:25:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 398C737B401; Mon, 6 Aug 2001 06:25:13 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76DKPw14800; Mon, 6 Aug 2001 06:20:25 -0700 (PDT) (envelope-from ijliao) Date: Mon, 6 Aug 2001 06:20:25 -0700 (PDT) From: Message-Id: <200108061320.f76DKPw14800@freefall.freebsd.org> To: William.Ward@ericsson.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28036: New port nylon a socks 5 proxy Sender: owner-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 nylon a socks 5 proxy State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Aug 6 06:19:23 PDT 2001 State-Changed-Why: oops... committed by myself a month ago http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28036 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 6:25:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FF7C37B421; Mon, 6 Aug 2001 06:25:17 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76DFQr14166; Mon, 6 Aug 2001 06:15:26 -0700 (PDT) (envelope-from ijliao) Date: Mon, 6 Aug 2001 06:15:26 -0700 (PDT) From: Message-Id: <200108061315.f76DFQr14166@freefall.freebsd.org> To: mwest@uct.ac.za, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28020: New port: print/pcal - PostScript calendar program Sender: owner-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: print/pcal - PostScript calendar program State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Aug 6 06:14:19 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28020 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 6:32:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from 3w-smtp-ac.korea.com (unknown [211.109.1.113]) by hub.freebsd.org (Postfix) with ESMTP id F339337B401 for ; Mon, 6 Aug 2001 06:32:29 -0700 (PDT) (envelope-from info@interlove.co.kr) Received: from 3w-pop3-ad.korea.com ([172.31.1.7]) by 3w-smtp-ac.korea.com with Microsoft SMTPSVC(5.0.2195.3651); Mon, 6 Aug 2001 22:32:23 +0900 Received: from 3W-POP3-AD.korea.com ([127.0.0.1]) by 3w-pop3-ad.korea.com with Microsoft SMTPSVC(5.0.2195.3651); Mon, 6 Aug 2001 22:32:23 +0900 Received: from 211.52.226.249 by 3W-POP3-AD.korea.com (InterScan E-Mail VirusWall NT); Mon, 06 Aug 2001 22:32:21 +0900 From: ÇǺΰú To: ports@freebsd.org Subject: ¸ÅÀÏ º¯È­ÇÏ´Â ³ª X-Mailer: Easy Mail Mime-Version: 1.0 Content-Type: text/html; charset=kor-ascii Message-ID: <3W-POP3-ADaQ6shalxy00003f82@3w-pop3-ad.korea.com> X-OriginalArrivalTime: 06 Aug 2001 13:32:23.0559 (UTC) FILETIME=[39AE5970:01C11E7C] Date: 6 Aug 2001 22:32:23 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Untitled Document
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 7:35:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA4A37B403; Mon, 6 Aug 2001 07:35:13 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76EPq130696; Mon, 6 Aug 2001 07:25:52 -0700 (PDT) (envelope-from ijliao) Date: Mon, 6 Aug 2001 07:25:52 -0700 (PDT) From: Message-Id: <200108061425.f76EPq130696@freefall.freebsd.org> To: pmarquis@pobox.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28622: Update port: textproc/isearch Sender: owner-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: textproc/isearch State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Aug 6 07:24:44 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28622 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 8:45:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8F2E37B403; Mon, 6 Aug 2001 08:45:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76FiU644971; Mon, 6 Aug 2001 08:44:30 -0700 (PDT) (envelope-from sada) Date: Mon, 6 Aug 2001 08:44:30 -0700 (PDT) From: Message-Id: <200108061544.f76FiU644971@freefall.freebsd.org> To: minter@lunenburg.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28652: New port for the FileDialog perl/Tk 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 Synopsis: New port for the FileDialog perl/Tk module State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon Aug 6 08:44:05 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28652 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 9:39:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ?????? (unknown [211.244.225.95]) by hub.freebsd.org (Postfix) with SMTP id ECCF037B405 for ; Mon, 6 Aug 2001 09:39:05 -0700 (PDT) (envelope-from ksj@edusarang.com) From: =?ks_c_5601-1987?B?w7XA57ChtcggssPF6w==?= To: ports@FreeBSD.org Subject: =?ks_c_5601-1987?B?u+y4573DIL7Lt8G15bixsNS/5Cwguau9vMDPwMy15yCzsrq4tNm9sbDULi4u?= Date: Tue, 07 Aug 2001 01:38:42 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0017_01C0F07A.93A38C00" X-Priority: 3 Message-Id: <20010806163905.ECCF037B405@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 This is a multi-part message in MIME format. ------=_NextPart_000_0017_01C0F07A.93A38C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 v6G14LvntvsguN7AzyC80r3EwfYgIAkJCQkJCQkJCQkJCQkJCQkNCgkJCQkgICAgICAgDQoN CiAgIA0Kx+O29L74wMwgIMDMuN7Az8C7ILq4s7sgwcu828fVtM+02S4gxbggu+fAzMauILDU vcPGx7+hvK0guavA28Cnt84gud/D6cfPv6kgurizu7nHt84gsLPAzsGkurggs+vD4sC6IL74 vcC0z7TZLiAgDQogICAgICAJCQkJCQkJCQkJCSANCiANCgkJCQkgICAgIA0KCQkJCSANCiAN CgkgCQkgICAgICAgICAgDQoNCiAgIA0KILGzwOcgIMfRscfAuyCw7biuLbnmu+e9xCAgseK+ 78C4t84gv8+6rsfPsNQgILHivu8hISENCiAgICAgICAgICAgDQogDQogICAgICAgICAgIA0K DQogICANCiDD1rzSICA0uejAxyDA0LHiILzTtbUgILnXIMDMx9i1tSDB9bChISEhDQogICAg ICAgICAgIA0KIA0KICAgICAgICAgICANCg0KICAgDQogw9a46cC4t84gIMDhwOe1yCDH0L3A tMm3/CAgsfq/7LHiISEhDQogICAgICAgICAgIA0KIA0KICAgICAgICAgICANCg0KICAgDQog MbrQICC6ub3AwLi3ziDA/MO8ILO7v+sgIMbEvschISENCiAgICAgICAgICAgDQogDQogICAg ICAgICAgIA0KDQogICANCiC47sO1tNzAp7bztbUgILXotMK067fOIMO0w7QgsOi76iEhIQ0K ICAgICAgICAgICANCiANCiAgICAgICAgICAgDQoNCiAgIA0KIDW60L+hICAxMDC03L7uuKYg v8/A/CCx4r7vISEhDQogICAgICAgICAgIA0KIA0KICAgICAgICAgICAgICANCrz2sK2067vz DQoNCrXOs/ogILCzud/AxyDD1rTrIMD7t8mx4sDHIMPKte7H0Lv9ICAvIMfQvcC0ybf8IMfi u/PAuyC/+MfPtMIgx9C7/SAgudcgvPbH6Lv9IC8gwNqx4rCzud8gudcgvve5q7TJt/zAuyAg wKfH2CCw7b3Jx8+0wiDB98DlwM4gLyDA2rPgv6Gw1CAgx9C9wCC55rn9wLsgwPzH2MHWsO3A 2iDHz7TCICDH0LrOuPANCiAgICAgICAgICAgDQogICAgICANCsioxuTAzMH2IDogd3d3LmVk dXNhcmFuZy5jb20gICAgICAgICAgICAgICAgIG1haWwgOiBtYWlsQGVkdXNhcmFuZy5jb20N CrmuwMfA/MitIDogKDAzMSkgIDgyMS0xMzM0ICAgICAgICAgICAgICAgICAgICAgICAgICAg vPa+97muwMcgIC8gwfa757muwMcgLyDBpsjeua7Axw0KICAgICAgIA0KIA0KICAgDQogDQo= ------=_NextPart_000_0017_01C0F07A.93A38C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PEhUTUw+DQo8SEVBRD4NCjxUSVRMRT6/obXgu+e2+yC43sDPILzSvcTB9jwvVElUTEU+DQo8 TUVUQSBIVFRQLUVRVUlWPSJDb250ZW50LVR5cGUiIENPTlRFTlQ9InRleHQvaHRtbDsgY2hh cnNldD1ldWMta3IiPg0KPG1ldGEgbmFtZT0iZ2VuZXJhdG9yIiBjb250ZW50PSJOYW1vIFdl YkVkaXRvciB2NC4wKFRyaWFsKSI+DQo8L0hFQUQ+DQo8Qk9EWSBCR0NPTE9SPSNGRkZGRkY+ DQo8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiIHdp ZHRoPSI1NDAiIGJnY29sb3I9ImJsYWNrIj4NCiAgICA8dHI+DQogICAgICAgIDx0ZCB3aWR0 aD0iOTY0IiBiZ2NvbG9yPSJ3aGl0ZSI+PCEtLSBJbWFnZVJlYWR5IFNsaWNlcyAoVW50aXRs ZWQtMSkgLS0+DQo8VEFCTEUgQk9SREVSPTAgQ0VMTFBBRERJTkc9IjAiIENFTExTUEFDSU5H PTAgd2lkdGg9IjEwMCUiPg0KCTxUUj4NCgkJPFREPg0KCQkJPHAgYWxpZ249ImNlbnRlciI+ PGEgaHJlZj0iaHR0cDovL3d3dy5lZHVzYXJhbmcuY29tIiB0YXJnZXQ9Il9ibGFuayI+PGlt ZyBzcmM9Imh0dHA6Ly93d3cuZWR1c2FyYW5nLmNvbS9tYWlsL2ltYWdlcy90aXRsZS5naWYi IHdpZHRoPSI1NDQiIGhlaWdodD0iMTE2IiBib3JkZXI9IjAiPjwvYT4JCQk8L1REPg0KCTwv VFI+DQoJPFRSPg0KCQk8VEQgd2lkdGg9IjU0NCI+DQoJCQk8Zm9udCBzaXplPSIxIj48YnI+ PC9mb250PjwvVEQ+DQoJPC9UUj4NCgk8VFI+DQoJCTxURCB3aWR0aD0iNTQ0Ij4NCiAgICAg ICAgICAgICAgICAgICAgICAgIDx0YWJsZSBhbGlnbj0iY2VudGVyIiBib3JkZXI9IjAiIGNl bGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMSIgd2lkdGg9IjUwMCIgYmdjb2xvcj0iIzAw MzQ3MSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjUzNCI+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIg Y2VsbHNwYWNpbmc9IjAiIHdpZHRoPSIxMDAlIj4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMjAiIGJnY29sb3I9IndoaXRlIj4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPjxpbWcgc3JjPSJo dHRwOi8vd3d3LmVkdXNhcmFuZy5jb20vbWFpbC9pbWFnZXMvc2lkZWJhcjEuZ2lmIiB3aWR0 aD0iMTAiIGhlaWdodD0iNTAiIGJvcmRlcj0iMCI+PC9wPg0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8dGQgYmdjb2xvcj0id2hpdGUiPg0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PHNwYW4gc3R5bGU9 ImZvbnQtc2l6ZTo5cHQ7Ij48Zm9udCBjb2xvcj0iZ3JheSI+x+O29L74wMwgDQogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICDAzLjewM/AuyC6uLO7 IMHLvNvH1bTPtNkuIMW4ILvnwMzGriCw1L3Dxse/obytILmrwNvAp7fOILnfw+nHz7+pILq4 s7u5x7fOILCzwM7BpLq4ILPrw+LAuiC++L3AtM+02S4gDQogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3RhYmxlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Rk Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgICAg ICAgICAgICA8L3RhYmxlPg0KPC9URD4NCgk8L1RSPg0KCTxUUj4NCgkJPFREIHdpZHRoPSI1 NDQiPg0KCQkJPC9URD4NCgk8L1RSPg0KCTxUUj4NCgkJPFREPg0KICAgICAgICAgICAgICAg ICAgICAgICAgPHA+PGZvbnQgc2l6ZT0iMSI+Jm5ic3A7PC9mb250PjwvcD4NCjwvVEQ+DQoJ PC9UUj4NCgk8VFI+DQoJCTxURD4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGFsaWdu PSJsZWZ0Ij4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs8aW1nIHNyYz0iaHR0cDovL3d3dy5l ZHVzYXJhbmcuY29tL21haWwvaW1hZ2VzL2xlY190aXRsZTEuZ2lmIiB3aWR0aD0iODYiIGhl aWdodD0iMjAiIGJvcmRlcj0iMCI+PC9wPg0KPC9URD4NCgk8L1RSPg0KCTxUUj4NCgkJPFRE Pg0KICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGZvbnQgc2l6ZT0iMSI+Jm5ic3A7PC9m b250PjwvcD4NCjwvVEQ+DQoJPC9UUj4NCiAgICAgICAgICAgICAgICA8dHI+DQoJCTxURD4N CiAgICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBhbGlnbj0iY2VudGVyIiBib3JkZXI9 IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjUwMCI+DQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8dGQgd2lkdGg9IjUzNCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9 IjEiIHdpZHRoPSIxMDAlIiBiZ2NvbG9yPSIjRjY5ODA0Ij4NCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0iNDkwIj4NCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxw YWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjQ5OCI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lk dGg9IjE2NyIgYmdjb2xvcj0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGltZyBzcmM9Imh0dHA6Ly93 d3cuZWR1c2FyYW5nLmNvbS9tYWlsL2ltYWdlcy9raXVrLmdpZiIgd2lkdGg9IjE1MSIgaGVp Z2h0PSI0MSIgYm9yZGVyPSIwIiB1c2VtYXA9IiNJbWFnZU1hcDEiPjwvcD4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4N CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgPHRkIHdpZHRoPSIzMzEiIGJnY29sb3I9IiNGQUVGREUiPg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PHNwYW4g c3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij48Zm9udCBjb2xvcj0iI0Y2OTgwNCI+PGI+Jm5ic3A7 sbPA5yANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIMfRscfAuyCw7biuLbnmu+e9xCANCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgILHivu/AuLfOIL/Puq7H z7DUIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgseK+7yEhITwvYj48L2ZvbnQ+PC9zcGFuPjwvcD4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Ry Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90 YWJsZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90 ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSI1MzQiPg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgPHA+Jm5ic3A7PC9wPg0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+ DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICA8dGQgd2lkdGg9IjUzNCI+DQogICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNw YWNpbmc9IjEiIHdpZHRoPSI1MDAiIGJnY29sb3I9IiM3NTkwNDciPg0KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHRkPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9 IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iNDk4Ij4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMTY4 IiBiZ2NvbG9yPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA8cD48aW1nIHNyYz0iaHR0cDovL3d3dy5lZHVz YXJhbmcuY29tL21haWwvaW1hZ2VzL3Nvay5naWYiIHdpZHRoPSIxNTEiIGhlaWdodD0iNDEi IGJvcmRlcj0iMCIgdXNlbWFwPSIjSW1hZ2VNYXAyIj48L3A+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB3 aWR0aD0iMzMwIiBiZ2NvbG9yPSIjRTRGMUNFIj4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPjxmb250IGNvbG9yPSIj NzU5MDQ3Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjlwdDsiPjxiPiZuYnNwO8PWvNIgDQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICA0uejAxyDA0LHiILzTtbUgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICC51yDAzMfYtbUgwfWwoSEhITwvYj48L3Nw YW4+PC9mb250PjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4N CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdp ZHRoPSI1MzQiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+Jm5i c3A7PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgPHRyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjUz NCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGFibGUgYm9yZGVy PSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiIHdpZHRoPSIxMDAlIiBiZ2Nv bG9yPSIjMjI2RDNBIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0 ZCB3aWR0aD0iNDkwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2lu Zz0iMCIgd2lkdGg9IjQ5OCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjE2OCIgYmdjb2xvcj0id2hp dGUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgPHA+PGltZyBzcmM9Imh0dHA6Ly93d3cuZWR1c2FyYW5nLmNvbS9tYWls L2ltYWdlcy9jaG9pLmdpZiIgd2lkdGg9IjE1MSIgaGVpZ2h0PSI0MSIgYm9yZGVyPSIwIiB1 c2VtYXA9IiNJbWFnZU1hcDMiPjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSIzMzAiIGJn Y29sb3I9IiNFMEYzRDkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGI+PGZvbnQgY29sb3I9IiMyMjZEM0EiPjxz cGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+Jm5ic3A7w9a46cC4t84gDQogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICDA4cDn tcggx9C9wLTJt/wgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICCx+r/sseIhISE8L3NwYW4+PC9mb250PjwvYj48L3A+DQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IDwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgPC90cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDwvdGFibGU+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg PC90cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dHI+DQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0iNTM0Ij4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPiZuYnNwOzwvcD4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSI1MzQiPg0KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9 IjAiIGNlbGxzcGFjaW5nPSIxIiB3aWR0aD0iNTAwIiBiZ2NvbG9yPSIjMTM2QUI1Ij4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0iNDkwIj4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBi b3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjQ5OCI+ DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg PHRyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8dGQgd2lkdGg9IjE2NyIgYmdjb2xvcj0id2hpdGUiPg0KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGlt ZyBzcmM9Imh0dHA6Ly93d3cuZWR1c2FyYW5nLmNvbS9tYWlsL2ltYWdlcy9taW5kLmdpZiIg d2lkdGg9IjE1MSIgaGVpZ2h0PSI0MSIgYm9yZGVyPSIwIiB1c2VtYXA9IiNJbWFnZU1hcDQi PjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSIzMzEiIGJnY29sb3I9IiNERERFRjkiPg0K ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgPHA+PGZvbnQgY29sb3I9IiMxMzZBQjUiPjxiPjxzcGFuIHN0eWxlPSJmb250LXNp emU6OXB0OyI+Jm5ic3A7MbrQIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgurm9wMC4t84gwPzDvCCzu7/rIA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg xsS+xyEhITwvc3Bhbj48L2I+PC9mb250PjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgPHRkIHdpZHRoPSI1MzQiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgPHA+Jm5ic3A7PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAg ICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8dGQgd2lkdGg9IjUzNCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiIHdp ZHRoPSIxMDAlIiBiZ2NvbG9yPSIjQkI1OUQzIj4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIDx0ZCB3aWR0aD0iNDkwIj4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5n PSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjQ5OCI+DQogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjE2 OCIgYmdjb2xvcj0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGltZyBzcmM9Imh0dHA6Ly93d3cuZWR1 c2FyYW5nLmNvbS9tYWlsL2ltYWdlcy9jeWJlci5naWYiIHdpZHRoPSIxNTEiIGhlaWdodD0i NDEiIGJvcmRlcj0iMCIgdXNlbWFwPSIjSW1hZ2VNYXA1Ij48L3A+DQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0 ZCB3aWR0aD0iMzMwIiBiZ2NvbG9yPSIjRjBEREY2Ij4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPjxmb250IGNvbG9y PSIjQkI1OUQzIj48Yj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjlwdDsiPiZuYnNwO7juw7W0 3MCntvO1tSANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgILXotMK067fOIMO0w7QgsOi76iEhITwvc3Bhbj48L2I+PC9mb250 PjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90 YWJsZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAg IDx0cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSI1MzQi Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+Jm5ic3A7PC9wPg0K ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0K ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjUzNCI+DQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxs cGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjEiIHdpZHRoPSIxMDAlIiBiZ2NvbG9yPSIjRDIz QzJCIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dHI+DQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0i NDkwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lk dGg9IjQ5OCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjE2OCIgYmdjb2xvcj0id2hpdGUiPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgPHA+PGltZyBzcmM9Imh0dHA6Ly93d3cuZWR1c2FyYW5nLmNvbS9tYWlsL2ltYWdlcy9l bmcuZ2lmIiB3aWR0aD0iMTUxIiBoZWlnaHQ9IjQxIiBib3JkZXI9IjAiIHVzZW1hcD0iI0lt YWdlTWFwNiI+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjMzMCIgYmdjb2xvcj0iI0Y3 RTZDRiI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICA8cD48Zm9udCBjb2xvcj0iI0QyM0MyQiI+PGI+PHNwYW4gc3R5bGU9 ImZvbnQtc2l6ZTo5cHQ7Ij4mbmJzcDs1utC/oSANCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDEwMLTcvu64piC/z8D8ILHi vu8hISE8L3NwYW4+PC9iPjwvZm9udD48L3A+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90cj4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDx0ZCB3aWR0aD0iNTM0Ij4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDxwPiZuYnNwOzwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg PC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAg ICAgICAgICAgICAgPC90YWJsZT4NCjwvVEQ+DQogICAgICAgICAgICAgICAgICAgDQogICAg ICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAg ICAgICAgIDx0ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBhbGlnbj0iY2Vu dGVyIiBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMSIgd2lkdGg9 IjUwMCIgYmdjb2xvcj0iZ3JheSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRy Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjUzNCI+DQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGFibGUgYWxpZ249ImNlbnRl ciIgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iNSIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI1 MDAiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIGJnY29sb3I9 IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIDxwPjxmb250IHNpemU9IjIiIGNvbG9yPSJncmF5Ij48Yj689rCttOu78zwvYj48L2Zv bnQ+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij48Zm9udCBjb2xvcj0iZ3JheSI+PGJy Pjxicj61zrP6IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgsLO538DHIMPWtOsgwPu3ybHiwMcgw8q17sfQu/0gDQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvIMfQvcC0ybf8IMfiu/PAuyC/+MfP tMIgx9C7/SANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgILnXILz2x+i7/SAvIMDaseKws7nfILnXIL73uau0ybf8wLsgDQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICDAp8fYILDtvcnHz7TCIMH3wOXA ziAvIMDas+C/obDUIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgx9C9wCC55rn9wLsgwPzH2MHWsO3A2iDHz7TCIA0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgx9C6zrjwPC9mb250Pjwvc3Bhbj48 L3A+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90cj4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAg PC90cj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQo8L1REPg0KICAgICAg ICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAg ICAgICA8dGQ+DQogICAgICAgICAgICAgICAgICAgICAgICA8cCBhbGlnbj0iY2VudGVyIj4m bmJzcDs8L3A+DQo8L1REPg0KICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAg ICAgPHRyPg0KICAgICAgICAgICAgICAgICAgICA8dGQgaGVpZ2h0PSIxOCI+DQogICAgICAg ICAgICAgICAgICAgICAgICA8dGFibGUgYWxpZ249ImNlbnRlciIgYm9yZGVyPSIwIiBjZWxs cGFkZGluZz0iOCIgY2VsbHNwYWNpbmc9IjEiIHdpZHRoPSI1MDAiIGJnY29sb3I9ImdyYXki Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgPHRkIHdpZHRoPSI1MzQiIGJnY29sb3I9IiNGN0Y2RjYiPiAgICAg ICAgICAgICAgICAgICAgICAgIDxwPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+PGZv bnQgY29sb3I9ImdyYXkiPsioxuTAzMH2IDo8L2ZvbnQ+IDwvc3Bhbj48YSBocmVmPSJodHRw Oi8vd3d3LmVkdXNhcmFuZy5jb20iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+d3d3 LmVkdXNhcmFuZy5jb208L3NwYW4+PC9hPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+ IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PGZvbnQgY29sb3I9ImdyYXkiPm1haWwgOjwvZm9udD4g PC9zcGFuPjxhIGhyZWY9Im1haWx0bzptYWlsQGVkdXNhcmFuZy5jb20iPjxzcGFuIHN0eWxl PSJmb250LXNpemU6OXB0OyI+bWFpbEBlZHVzYXJhbmcuY29tPC9zcGFuPjwvYT48c3BhbiBz dHlsZT0iZm9udC1zaXplOjlwdDsiPjxicj48Zm9udCBjb2xvcj0iZ3JheSI+ua7Ax8D8yK0g OiA8L2ZvbnQ+PGZvbnQgY29sb3I9InJlZCI+KDAzMSkgDQogICAgICAgICAgICAgICAgICAg ICAgICA4MjEtMTMzNCAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDs8L2ZvbnQ+PGEgaHJlZj0ibWFpbHRvOm1haWxAZWR1c2FyYW5nLmNvbSI+PGZv bnQgY29sb3I9InJlZCI+vPa+97muwMcgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAvIMH2u+e5rsDHIC8gwabI3rmuwMc8L2ZvbnQ+PC9hPjwvc3Bhbj48L3A+DQog ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAgICAgICAgICAg ICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQo8 L1REPg0KICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgICAgPHRyPg0KICAg ICAgICAgICAgICAgICAgICA8dGQgaGVpZ2h0PSIxOCI+DQogICAgICAgICAgICAgICAgICAg ICAgICA8cD48Zm9udCBzaXplPSIxIj4mbmJzcDs8L2ZvbnQ+PC9wPg0KPC9URD4NCiAgICAg ICAgICAgICAgICA8L3RyPg0KPC9UQUJMRT4NCiAgICAgICAgPC90ZD4NCiAgICA8L3RyPg0K PC90YWJsZT4NCjxwPiZuYnNwOzwvcD4NCjxtYXAgbmFtZT0iSW1hZ2VNYXAxIj4NCjxhcmVh IHNoYXBlPSJyZWN0IiBjb29yZHM9IjQzLCAyMiwgOTgsIDQwIiBocmVmPSJodHRwOi8vd3d3 LmVkdXNhcmFuZy5jb20iIHRhcmdldD0iX2JsYW5rIj4NCjxhcmVhIHNoYXBlPSJyZWN0IiBj b29yZHM9Ijk5LCAyMCwgMTQ5LCA0MCIgaHJlZj0iaHR0cDovL3d3dy5lZHVzYXJhbmcuY29t L3NyYy9oZWFkL2xlY19pbnRyb19raS5odG0iIHRhcmdldD0iX2JsYW5rIj4NCjwvbWFwPjxt YXAgbmFtZT0iSW1hZ2VNYXAyIj4NCjxhcmVhIHNoYXBlPSJyZWN0IiBjb29yZHM9IjQzLCAy MywgOTcsIDQwIiBocmVmPSJodHRwOi8vd3d3LmVkdXNhcmFuZy5jb20iIHRhcmdldD0iX2Js YW5rIj4NCjxhcmVhIHNoYXBlPSJyZWN0IiBjb29yZHM9Ijk5LCAyNCwgMTQ5LCAzOSIgaHJl Zj0iaHR0cDovL3d3dy5lZHVzYXJhbmcuY29tL3NyYy9oZWFkL2xlY19pbnRyb19zb2suaHRt IiB0YXJnZXQ9Il9ibGFuayI+DQo8L21hcD48bWFwIG5hbWU9IkltYWdlTWFwMyI+DQo8YXJl YSBzaGFwZT0icmVjdCIgY29vcmRzPSI0NCwgMjEsIDk4LCA0MCIgaHJlZj0iaHR0cDovL3d3 dy5lZHVzYXJhbmcuY29tIiB0YXJnZXQ9Il9ibGFuayI+DQo8YXJlYSBzaGFwZT0icmVjdCIg Y29vcmRzPSIxMDIsIDIwLCAxNTAsIDQwIiBocmVmPSJodHRwOi8vd3d3LmVkdXNhcmFuZy5j b20vc3JjL2hlYWQvbGVjX2ludHJvX2Nob2kuaHRtIiB0YXJnZXQ9Il9ibGFuayI+DQo8L21h cD48bWFwIG5hbWU9IkltYWdlTWFwNCI+DQo8YXJlYSBzaGFwZT0icmVjdCIgY29vcmRzPSI0 NCwgMjIsIDk4LCA0MCIgaHJlZj0iaHR0cDovL3d3dy5lZHVzYXJhbmcuY29tIiB0YXJnZXQ9 Il9ibGFuayI+DQo8YXJlYSBzaGFwZT0icmVjdCIgY29vcmRzPSIxMDAsIDIyLCAxNDYsIDM5 IiBocmVmPSJodHRwOi8vd3d3LmVkdXNhcmFuZy5jb20vc3JjL2hlYWQvbGVjX2ludHJvX21p bmQuaHRtIiB0YXJnZXQ9Il9ibGFuayI+DQo8L21hcD48bWFwIG5hbWU9IkltYWdlTWFwNSI+ DQo8YXJlYSBzaGFwZT0icmVjdCIgY29vcmRzPSI0MywgMjMsIDk2LCA0MCIgaHJlZj0iaHR0 cDovL3d3dy5lZHVzYXJhbmcuY29tIiB0YXJnZXQ9Il9ibGFuayI+DQo8YXJlYSBzaGFwZT0i cmVjdCIgY29vcmRzPSI5OSwgMjAsIDE1MCwgMzkiIGhyZWY9Imh0dHA6Ly93d3cuZWR1c2Fy YW5nLmNvbS9zcmMvaGVhZC9sZWNfaW50cm9fY3liZXIuaHRtIj4NCjwvbWFwPjxtYXAgbmFt ZT0iSW1hZ2VNYXA2Ij4NCjxhcmVhIHNoYXBlPSJyZWN0IiBjb29yZHM9IjQzLCAyMSwgOTYs IDQwIiBocmVmPSJodHRwOi8vd3d3LmVkdXNhcmFuZy5jb20iIHRhcmdldD0iX2JsYW5rIj4N CjxhcmVhIHNoYXBlPSJyZWN0IiBjb29yZHM9Ijk5LCAyMCwgMTUwLCAzOCIgaHJlZj0iaHR0 cDovL3d3dy5lZHVzYXJhbmcuY29tL3NyYy9oZWFkL2xlY19pbnRyb19lbmcuaHRtIj4NCjwv bWFwPjwhLS0gRW5kIEltYWdlUmVhZHkgU2xpY2VzIC0tPg0KPC9CT0RZPg0KPC9IVE1MPg== ------=_NextPart_000_0017_01C0F07A.93A38C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 9:47:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id EE2DA37B401 for ; Mon, 6 Aug 2001 09:47:33 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15TnY5-00053U-00; Mon, 06 Aug 2001 18:48:13 +0200 From: Sheldon Hearn To: Jonathan Chen Cc: freebsd-ports@freebsd.org Subject: Re: FreeCIV port In-reply-to: Your message of "Tue, 17 Jul 2001 12:18:12 +1200." <20010717121812.A87865@itouchnz.itouch> Date: Mon, 06 Aug 2001 18:48:13 +0200 Message-ID: <19435.997116493@axl.seasidesoftware.co.za> Sender: owner-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, 17 Jul 2001 12:18:12 +1200, Jonathan Chen wrote: > I'm not sure whether you're still supporting the games/freeciv port; > but I thought I'd let you know that they've finally upped the version > in preparation for a release: > > ftp://ftp.freeciv.org/freeciv/beta/freeciv-1.11.6.tar.bz2 > ftp://ftp.freeciv.org/freeciv/beta/freeciv-1.11.6.tar.gz > > Worthwhile updating the port? I haven't done this yet because there's an outstanding PR that claims there are problems with the freeciv-gtk port. When I looked at it, I realized someone had really munged it since I first imported it. I haven't had time to look any further. Feel free... Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 10:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84ED037B401 for ; Mon, 6 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76HA1l59327; Mon, 6 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 10:10:01 -0700 (PDT) Message-Id: <200108061710.f76HA1l59327@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Kyle Subject: Re: ports/24580: cfengine giving errors when invoked Reply-To: Michael Kyle Sender: owner-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/24580; it has been noted by GNATS. From: Michael Kyle To: Cc: Subject: Re: ports/24580: cfengine giving errors when invoked Date: Mon, 6 Aug 2001 12:00:14 -0500 (CDT) All I had to do was update one line in 'misc.c' not this patch. -if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) +if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) Mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 10:20:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wlcg.com (unknown [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id 34B9237B401 for ; Mon, 6 Aug 2001 10:20:12 -0700 (PDT) (envelope-from rsimmons@wlcg.com) Received: (from root@localhost) by mail.wlcg.com (8.11.4/8.11.4) id f76HKSi60993 for ports@freebsd.org; Mon, 6 Aug 2001 13:20:28 -0400 (EDT) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.4/8.11.4av) with ESMTP id f76HKRj60986 for ; Mon, 6 Aug 2001 13:20:27 -0400 (EDT) (envelope-from rsimmons@wlcg.com) X-Authentication-Warning: mail.wlcg.com: rsimmons owned process doing -bs Date: Mon, 6 Aug 2001 13:20:21 -0400 (EDT) From: Rob Simmons To: Subject: modlogan port Message-ID: <20010806131818.Y60926-100000@mail.wlcg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 There is a port of a very good logfile analyzer called modlogan available here: http://www.leidinger.net/FreeBSD/ Here is the author's site: http://www.kneschke.de/projekte/modlogan/ How do I go about getting this port added to the ports tree? I have talked to the author and he would like to see it get into the ports tree. Robert Simmons Systems Administrator http://www.wlcg.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7btHav8Bofna59hYRA/REAJ9aIR1ENDuod6wsr5MzY3WMIGH1HwCdHpIU LXhEUixpoSzop9BCrrFMc1k= =c7Os -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 10:29: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 778C037B405 for ; Mon, 6 Aug 2001 10:29:02 -0700 (PDT) (envelope-from mike@rainc.com) Received: by elvis.mu.org (Postfix, from userid 1038) id 5434181D01; Mon, 6 Aug 2001 12:29:02 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by elvis.mu.org (Postfix) with ESMTP id 51E9B7DF04; Mon, 6 Aug 2001 12:29:02 -0500 (CDT) Date: Mon, 6 Aug 2001 12:29:02 -0500 (CDT) From: Michael Kyle X-X-Sender: To: Cc: Subject: cfengine-1.6.3 deadlock issue (w/patch) 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 Hi Gordon, There is a potential deadlock problem in cfengine on freebsd that can cause cfengine to use 100% cpu in a very busy wait state. Description All binaries in the cfengine distribution are built against pthreads. However, only cfd uses a mutex when using the resolver. Since the resolver routines in libc_r are not thread safe, we eventually have a problem. Fix Only build cfd against pthtreads. Link all other binaries against libc. Patch - against cfengine 1.6.3 distribution from Mark Burgess. - fixes the problem discussed above - much cleaner fix for the 'ioctl: No such network device' error message. I have included in my diff a one line patch to 'misc.c' that fixes this problem. Index: configure =================================================================== RCS file: /CVSROOT/vendor/cfengine/configure,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- configure 2001/08/01 21:50:41 1.1.1.1 +++ configure 2001/08/05 18:51:27 1.3 @@ -4708,7 +4708,8 @@ #define FREEBSD 1 EOF - CFLAGS="$CFLAGS -pthread" + CFLAGS="$CFLAGS" for ac_hdr in pthread.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` Index: configure.in =================================================================== RCS file: /vendor/cfengine/configure.in,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 configure.in --- configure.in 2001/08/01 21:50:41 1.1.1.1 +++ configure.in 2001/08/06 17:05:46 @@ -260,7 +260,7 @@ ;; freebsd*) AC_DEFINE(FREEBSD) - CFLAGS="$CFLAGS -pthread" + CFLAGS="$CFLAGS" AC_CHECK_HEADERS(pthread.h) ;; netbsd*) Index: src/Makefile.in =================================================================== RCS file: /vendor/cfengine/src/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- src/Makefile.in 2001/08/01 21:50:42 1.1.1.1 +++ src/Makefile.in 2001/08/02 04:40:08 1.2 @@ -273,7 +273,7 @@ cfd: $(cfd_OBJECTS) $(cfd_DEPENDENCIES) @rm -f cfd - $(LINK) $(cfd_LDFLAGS) $(cfd_OBJECTS) $(cfd_LDADD) $(LIBS) + $(LINK) -pthread $(cfd_LDFLAGS) $(cfd_OBJECTS) $(cfd_LDADD) $(LIBS) cfrun: $(cfrun_OBJECTS) $(cfrun_DEPENDENCIES) @rm -f cfrun @@ -340,6 +340,7 @@ acl.o: acl.c cf.defs.h conf.h prototypes.h cf.extern.h cfd.o: cfd.c cf.defs.h conf.h prototypes.h cf.extern.h ../pub/getopt.h \ cfd.h + $(COMPILE) -pthread -c $< cfengine.o: cfengine.c cf.defs.h conf.h prototypes.h cf.extern.h \ ../pub/getopt.h cfkey.o: cfkey.c cf.defs.h conf.h prototypes.h cf.extern.h Index: src/misc.c =================================================================== RCS file: /vendor/cfengine/src/misc.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 misc.c --- src/misc.c 2001/08/01 21:50:42 1.1.1.1 +++ src/misc.c 2001/08/06 17:05:46 @@ -284,7 +284,7 @@ list.ifc_len = sizeof(ifbuf); list.ifc_req = ifbuf; -if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) +if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) { CfLog(cferror,"Couldn't get interfaces","ioctl"); exit(1); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 11: 1: 1 2001 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 782A637B403 for ; Mon, 6 Aug 2001 11:00:18 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76I0H565399 for freebsd-ports@freebsd.org; Mon, 6 Aug 2001 11:00:17 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Aug 2001 11:00:17 -0700 (PDT) Message-Id: <200108061800.f76I0H565399@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 report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. 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. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install f [2001/06/16] ports/28201 ports althea hangs on startup f [2001/07/22] ports/29151 ports Minor correction and new tarball location o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic 4 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/12/07] ports/23357 ports New port: java/jakarta-regexp o [2000/12/07] ports/23358 ports New port: java/jakarta-oro o [2000/12/09] ports/23401 ports NetHack 3.3.1 with GNOME support a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz o [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/05/04] ports/27073 ports devel/jakarta-ant doesn't work out of the o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/28] ports/27705 ports The p5-Tcl port is broken due to wrong in a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/30] ports/27769 ports New port: p5-XML-LibXSLT - Interface to G o [2001/06/03] ports/27865 ports mod_python port is broken o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/19] ports/28279 ports Some X applications freeze the system o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/21] ports/28326 ports xmms fails to build on FreeBSD4.3 RELEASE o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/24] ports/28392 ports gaspell-0.30_1 searches for obsolete aspe o [2001/06/24] ports/28394 ports p5-TclTk-b2 fails to build with a syntax o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/26] ports/28438 ports gawk-3.0.6 coredumps building guile-1.4 o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28474 ports incorrect permissions on log files create o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/07/04] ports/28697 ports gnotepad+ won't build on my box o [2001/07/05] ports/28726 ports tclConfig.sh has error in LD_SEARCH_FILES o [2001/07/19] ports/29099 ports port /usr/ports/net/radius fails to build o [2001/07/23] ports/29184 ports majordomo "makeseed" pre-install script o [2001/07/28] ports/29279 ports linux-jdk1.3.1 socket code throws excepti o [2001/07/29] ports/29308 ports itk/itcl/iwidgets port and dependant port o [2001/08/02] ports/29393 ports textproc/wv won't build o [2001/08/02] ports/29397 ports kdestudio does not build o [2001/08/02] ports/29400 ports latest knews patches breaks generating of o [2001/08/03] ports/29422 ports New port: archivers/stuffit (un)compress o [2001/08/03] ports/29430 ports gnotepad will not build o [2001/08/03] ports/29431 ports configure.in for gnotepad has a default o o [2001/08/05] ports/29468 ports apache+ssl-1.3.12.1.40 port doesn't insta 45 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells f [2000/09/02] ports/21003 ports New Port, modification of tcopy a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 f [2000/10/17] ports/22047 ports New port: lang/t3x-680 f [2000/10/21] ports/22205 ports /ports/misc/moviedb core dumps when Title f [2000/10/28] ports/22379 ports New port: libudbc f [2000/11/07] ports/22683 ports New port net/dnip-update f [2000/11/20] ports/22970 ports New Port : textproc/py2html f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. f [2001/01/16] ports/24395 ports Date object is not deserialized correct a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/02/10] ports/24991 ports New port: eudc-emacs20 a [2001/02/13] ports/25091 ports new port: net/yahoo-transport a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 s [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/05/07] ports/27189 ports ports/comms/hylafax completely broken o [2001/05/08] ports/27206 ports ports/astro/xtide missing harmonics.gz f a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/14] ports/27313 ports New port to ports collection: Geheimnis-2 o [2001/05/15] ports/27332 ports New port: swedish/staroffice52 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/06] ports/27916 ports pptpclient doesne't work with 4.3 Stable o [2001/06/07] ports/27928 ports new port: www/p5-AxKit o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/08] ports/27956 ports New port:A messenging client supporting A o [2001/06/08] ports/27981 ports New port: xmakemol - a motif molecule vie o [2001/06/10] ports/28009 ports New port : libkmsn o [2001/06/10] ports/28010 ports New port - kmsn - MSN instant messenger c o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] ports/28110 ports new port : P4DB, perforce web interface a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] ports/28256 ports New port: citadel-5.74 a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/22] ports/28347 ports New port: devel/agenda-headers o [2001/06/22] ports/28348 ports New port: devel/agenda-libs o [2001/06/22] ports/28349 ports New port: devel/mipsel-linux-binutils o [2001/06/22] ports/28350 ports New port: devel/mipsel-linux-egcs o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] ports/28464 ports New port: www/orion-current o [2001/06/28] ports/28473 ports New Port: BlueJ 1.1.4 o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/04] ports/28691 ports New port: napshare-0.1: GTK based Gnutell o [2001/07/04] ports/28693 ports Simplification of idled.sh o [2001/07/04] ports/28707 ports Submitting port of Click Modular Router o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/08] ports/28809 ports New ports: japanese/dvipdfm o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/08] ports/28821 ports New port: clips, an expert language tool o [2001/07/09] ports/28841 ports New port: khordpro o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/10] ports/28871 ports New port: mail/imp - a complete webmail s o [2001/07/10] ports/28872 ports New port www/horde: a common code-base us o [2001/07/10] ports/28875 ports update port: security/saint o [2001/07/10] ports/28883 ports Upgrade tuxracer port from 0.12 to 0.61 o [2001/07/11] ports/28901 ports Update port misc/logsurfer f [2001/07/11] ports/28904 ports bsd.port.mk: PLIST_SUB for DOCSDIR, DATAD o [2001/07/12] ports/28917 ports there is no default config file for color o [2001/07/12] ports/28918 ports Update port: mail/sylpheed o [2001/07/12] ports/28934 ports treecc -- New Port. o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/14] ports/28965 ports ndtpd.sh should be independent from $PWD o [2001/07/14] ports/28978 ports Vipec port is broken. o [2001/07/15] ports/28983 ports ports/cad/xcircuit has a checksum error o [2001/07/16] ports/29001 ports ports/games/gnomekiss has a checksum erro o [2001/07/16] ports/29029 ports Remove ORBS from mail/rblcheck o [2001/07/16] ports/29034 ports new port, pnet 0.0.6 (c# compiler) o [2001/07/17] ports/29048 ports new port: misc/hb - A simple budget manag o [2001/07/17] ports/29053 ports New version of ftree, and some cleanups o [2001/07/18] ports/29056 ports New port: graphics/tcm o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/19] ports/29082 ports New port: net/tvark o [2001/07/19] ports/29092 ports update sysutils/sdd to 1.31 o [2001/07/19] ports/29095 ports Update of jgnat to jgnat-1.1p o [2001/07/20] ports/29112 ports Potential security issues in Balsa & Enco o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/21] ports/29123 ports New version of math/Yorick f [2001/07/21] ports/29127 ports Adjusting MASTER site o [2001/07/21] ports/29137 ports Brand New Tripwire-2.3.1 Port o [2001/07/21] ports/29138 ports update sysutils/wmhm o [2001/07/22] ports/29149 ports Update port: net/maradns o [2001/07/23] ports/29158 ports New port: nML, a dialect/harmony of Stand o [2001/07/23] ports/29163 ports XFree86-4 port should register XFree86-4- o [2001/07/24] ports/29188 ports New port: libstrfunc o [2001/07/24] ports/29199 ports jdk12beta port should register open-motif o [2001/07/24] ports/29202 ports [PATCH] port of the mod_frontpage apache o [2001/07/24] ports/29206 ports Update port graphics/gliv o [2001/07/24] ports/29208 ports Kill Balsa-1.1.7 zombie procmail processe o [2001/07/25] ports/29217 ports [MAINTAINER UPDATE] www/smb2www - securit o [2001/07/25] ports/29219 ports smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/25] ports/29229 ports Mozilla port won't compile on -current o [2001/07/25] ports/29236 ports Port news/newsx - maintainer-update: chan o [2001/07/25] ports/29239 ports New port: ngpt - Next generation pthread o [2001/07/26] ports/29246 ports Update port: net/fugu version 1.1.6 o [2001/07/26] ports/29248 ports XFree86 4.1 hangs with an i815 chip while o [2001/07/27] ports/29257 ports Update port: graphics/gifsicle o [2001/07/27] ports/29259 ports New Port: sysutils/abck o [2001/07/27] ports/29261 ports Bug-fix and feature update for Balsa-1.1. o [2001/07/27] ports/29263 ports maintainer update of mail/mutt-devel o [2001/07/27] ports/29265 ports New port: tpop3d, MySQL capable pop3 daem o [2001/07/27] ports/29266 ports port upgrade to latest blender version o [2001/07/27] ports/29267 ports Update the svscan.sh startup script for d o [2001/07/27] ports/29271 ports Update port mail/minimalist to latest o [2001/07/28] ports/29280 ports Update pspell to 0.12.2 f [2001/07/28] ports/29281 ports Update of devel/mingw packages o [2001/07/28] ports/29284 ports ports/archivers/freeze compiling fails in o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/28] ports/29290 ports update port: net/p5-Net-Jabber o [2001/07/28] ports/29291 ports ethereal fails to build in wiretap o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29301 ports Update of databases/mysql++ o [2001/07/29] ports/29303 ports ports/chinese/gugod-clean update o [2001/07/29] ports/29311 ports Fix Howto-1.0_1 for bento o [2001/07/29] ports/29313 ports Fix battalion-1.4 for bento o [2001/07/29] ports/29314 ports Fix battleball-2.1 for bento o [2001/07/29] ports/29319 ports PORT (MAINTAINER UPDATE) net/balance 2.24 o [2001/07/29] ports/29321 ports Fix dejagnu-1.4.1 for bento o [2001/07/30] ports/29322 ports new port: XSB Prolog: A tabled Logic Prog o [2001/07/30] ports/29324 ports submit of afbackup-port o [2001/07/30] ports/29326 ports Port for xcmd o [2001/07/30] ports/29327 ports security/mdcrack : tar file repackaged in o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29333 ports new port: graphics/cthumb o [2001/07/30] ports/29334 ports update mail/pflogsumm to 0.9.0 o [2001/07/30] ports/29335 ports current airport port doesn't seem to work o [2001/07/30] ports/29338 ports Fix jgnat-1.0p for bento o [2001/07/30] ports/29340 ports joe editor displays inverse text scrollin o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/08/01] ports/29362 ports aspell port broken o [2001/08/01] ports/29369 ports new port for the CHTML package o [2001/08/01] ports/29370 ports Update port: textproc/aspell o [2001/08/01] ports/29371 ports New Ports: compat3x & compat4x o [2001/08/01] ports/29379 ports Upgrade Apache13-fp to 1.3.20 o [2001/08/02] ports/29399 ports tkdesk is broken due to update of other p o [2001/08/02] pending/29404ports Change Cyrus-SASL port to use PORTDOCS, D o [2001/08/03] ports/29407 ports New port o [2001/08/03] ports/29417 ports Update chinese/autoconvert o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/03] ports/29432 ports the maintainer for gnotepad has an invali o [2001/08/03] ports/29437 ports Update port: converters/utf8conv to 1.1 o [2001/08/03] ports/29438 ports Update port: databases/fastdb to 2.23 o [2001/08/03] ports/29440 ports Update port: databases/xmbase-grok to 1.5 o [2001/08/03] ports/29441 ports Update port: ftp/ftpq to 1.10 o [2001/08/03] ports/29442 ports Update port: graphics/ImageMagick to 5.3. o [2001/08/03] ports/29443 ports Update port: math/plplot to 5.0.4 o [2001/08/03] ports/29444 ports Update port: misc/pinfo to 0.6.3 o [2001/08/03] ports/29446 ports Update port: misc/qhacc to 0.9 o [2001/08/03] ports/29448 ports Update port: textproc/aspell to 0.33.7 o [2001/08/04] ports/29455 ports [port update] net/p5-SOAP-Lite o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29457 ports ports/chinese/gugod-clean update o [2001/08/04] ports/29459 ports new port: ehnt 0.2.3 (extreme happy netfl o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/05] ports/29466 ports databases/gigabase update from 2.35 to 2. o [2001/08/05] ports/29470 ports [new port] textproc/xslint for XSL checke o [2001/08/05] ports/29474 ports Update port: mail/drac o [2001/08/05] ports/29475 ports Update port: www/mod_mp3 o [2001/08/05] ports/29476 ports Update port: www/mod_auth_external o [2001/08/05] ports/29478 ports Port upgrade o [2001/08/06] ports/29481 ports Fix www/bacon o [2001/08/06] ports/29482 ports Fix port games/battleball o [2001/08/06] ports/29483 ports Fix pkg-plist for port mail/wmmail (Bento o [2001/08/06] ports/29484 ports Fix pkg-plist for misc/delta o [2001/08/06] ports/29485 ports Maintainer-update Wine port to 2001.07.31 o [2001/08/06] ports/29486 ports ports/audio/easytag has a checksum error 225 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 Aug 6 11: 1:30 2001 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 1377E37B40D for ; Mon, 6 Aug 2001 11:01:25 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76I1OF66253 for ports@freebsd.org; Mon, 6 Aug 2001 11:01:24 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Aug 2001 11:01:24 -0700 (PDT) Message-Id: <200108061801.f76I1OF66253@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: ports@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-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 Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/15] ports/27331 ports GhostScript6 needs pdf_sec.ps which canno 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/01/11] ports/24267 ports ghostscript6 port compilation fails o [2001/02/27] ports/25444 ports gimp-print driver out of date in ghostscr o [2001/06/24] ports/28387 ports hpijs drivers with ghostscript-5.50 o [2001/07/09] ports/28846 ports Update port: print_ghostscript55 to 6.51 o [2001/07/09] ports/28847 ports Update port: print_ghostscript6 to 7.00 ( 5 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 Aug 6 11:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 031D837B40C for ; Mon, 6 Aug 2001 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76IU1g72654; Mon, 6 Aug 2001 11:30:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 11:30:01 -0700 (PDT) Message-Id: <200108061830.f76IU1g72654@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/29481: Fix www/bacon Reply-To: Patrick Li Sender: owner-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/29481; it has been noted by GNATS. From: Patrick Li To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/29481: Fix www/bacon Date: Mon, 6 Aug 2001 14:27:36 -0400 (EDT) oops, thanks to pete for catching this ---------- Forwarded message ---------- Date: Mon, 6 Aug 2001 09:16:59 -0400 From: Pete Fritchman To: pat@databits.net Subject: Re: ports/29481: Fix www/bacon ++ 06/08/01 04:09 -0400 - pat@databits.net: | +pre-patch: | + @${PERL} -pi.orig -e 's|${LOCALBASE}/bin/perl|/usr/bin/perl|' \ ^^^^^^^^^^^^^ ${PERL} -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 11:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D78737B40E for ; Mon, 6 Aug 2001 11:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76IU5472663; Mon, 6 Aug 2001 11:30:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 11:30:05 -0700 (PDT) Message-Id: <200108061830.f76IU5472663@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "John Merryweather Cooper" Subject: Re: ports/28392: gaspell-0.30_1 searches for obsolete aspell library Reply-To: "John Merryweather Cooper" Sender: owner-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/28392; it has been noted by GNATS. From: "John Merryweather Cooper" To: , Cc: Subject: Re: ports/28392: gaspell-0.30_1 searches for obsolete aspell library Date: Mon, 6 Aug 2001 11:26:36 -0700 Since no one seems willing to commit the patch, please mark this port as broken. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 11:30:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6586E37B409 for ; Mon, 6 Aug 2001 11:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76IU8h72674; Mon, 6 Aug 2001 11:30:08 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 11:30:08 -0700 (PDT) Message-Id: <200108061830.f76IU8h72674@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "John Merryweather Cooper" Subject: Re: ports/28394: p5-TclTk-b2 fails to build with a syntax error during compile Reply-To: "John Merryweather Cooper" Sender: owner-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/28394; it has been noted by GNATS. From: "John Merryweather Cooper" To: , Cc: Subject: Re: ports/28394: p5-TclTk-b2 fails to build with a syntax error during compile Date: Mon, 6 Aug 2001 11:27:22 -0700 Mark this port a broken. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 11:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6543537B401 for ; Mon, 6 Aug 2001 11:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Ie5t73692; Mon, 6 Aug 2001 11:40:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 11:40:05 -0700 (PDT) Message-Id: <200108061840.f76Ie5t73692@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "John Merryweather Cooper" Subject: Re: ports/29208: Kill Balsa-1.1.7 zombie procmail processes bug Reply-To: "John Merryweather Cooper" Sender: owner-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/29208; it has been noted by GNATS. From: "John Merryweather Cooper" To: , Cc: Subject: Re: ports/29208: Kill Balsa-1.1.7 zombie procmail processes bug Date: Mon, 6 Aug 2001 11:30:12 -0700 Without the pop3.c patch (at a minimum), Balsa will crash--when using procmail--because all system resources will be inevitably committed to zombie procmail threads. Some please commit. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 11:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DCC137B403 for ; Mon, 6 Aug 2001 11:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Ie6c73697; Mon, 6 Aug 2001 11:40:06 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 11:40:06 -0700 (PDT) Message-Id: <200108061840.f76Ie6c73697@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "John Merryweather Cooper" Subject: Re: ports/29208: Kill Balsa-1.1.7 zombie procmail processes bug Reply-To: "John Merryweather Cooper" Sender: owner-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/29208; it has been noted by GNATS. From: "John Merryweather Cooper" To: , Cc: Subject: Re: ports/29208: Kill Balsa-1.1.7 zombie procmail processes bug Date: Mon, 6 Aug 2001 11:32:14 -0700 See PR ports/29261 for an improved version of patches. As I note, the libcipher junk can be canned (it adds no functionality--just gets rid of some warning messages during linking). Could some take a look at this? jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 11:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81C3D37B405 for ; Mon, 6 Aug 2001 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Io1S74591; Mon, 6 Aug 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.wlcg.com (unknown [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id 5963937B403 for ; Mon, 6 Aug 2001 11:47:13 -0700 (PDT) (envelope-from rsimmons@mail.wlcg.com) Received: (from root@localhost) by mail.wlcg.com (8.11.4/8.11.4) id f76IlUn63866 for freebsd-gnats-submit@freebsd.org; Mon, 6 Aug 2001 14:47:30 -0400 (EDT) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.4/8.11.4av) id f76IlSF63858; Mon, 6 Aug 2001 14:47:28 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200108061847.f76IlSF63858@mail.wlcg.com> Date: Mon, 6 Aug 2001 14:47:28 -0400 (EDT) From: Rob Simmons Reply-To: Rob Simmons To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29488: Update port: security/snort Sender: owner-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: 29488 >Category: ports >Synopsis: Update port: security/snort >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 06 11:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: This update contains rules for virus detection. Good stuff. >How-To-Repeat: n/a >Fix: Here is the new distinfo for this port: MD5 (snort-1.8p1.tar.gz) = cf1a5dddf3dcb4e85dd90d306633397b --- /tmp/Makefile Mon Aug 6 14:45:10 2001 +++ Makefile Mon Aug 6 14:40:48 2001 @@ -6,11 +6,10 @@ # PORTNAME= snort -PORTVERSION= 1.8 +PORTVERSION= 1.8p1 CATEGORIES= security -MASTER_SITES= http://www.snort.org/Files/ \ - http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RELEASE +MASTER_SITES= http://www.snort.org/Files/ +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= dirk@FreeBSD.org @@ -55,9 +54,9 @@ post-install: ${MKDIR} ${PREFIX}/share/snort .for i in CREDITS RULES.SAMPLE USAGE backdoor.rules ddos.rules dns.rules dos.rules \ - exploit.rules finger.rules ftp.rules icmp.rules info.rules local.rules \ + exploit.rules finger.rules ftp.rules icmp-info.rules icmp.rules info.rules local.rules \ misc.rules netbios.rules policy.rules rpc.rules rservices.rules scan.rules \ - shellcode.rules smtp.rules sql.rules telnet.rules web-cgi.rules \ + shellcode.rules smtp.rules sql.rules telnet.rules virus.rules web-cgi.rules \ web-coldfusion.rules web-frontpage.rules web-iis.rules web-misc.rules \ x11.rules ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/snort >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 Aug 6 11:59:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from TmpStr (unknown [212.15.102.142]) by hub.freebsd.org (Postfix) with SMTP id 78AC137B401 for ; Mon, 6 Aug 2001 11:59:25 -0700 (PDT) (envelope-from Liza@mrmail.ru) Reply-To: "Liza" From: "Liza" To: "" Organization: X-Priority: 3 X-MSMail-Priority: Normal Subject: Íîâûå âîçìîæíîñòè ! Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Mon, 6 Aug 2001 23:03:50 +0400 Message-Id: <20010806185925.78AC137B401@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 Äîáðûé äåíü, óâàæàåìûé ïîëüçîâàòåëü ñåòè Èíòåðíåò! Ìû ðàäû ñîîáùèòü Âàì, ÷òî òåïåðü ó Âàñ åñòü âîçìîæíîñòü ïîñåòèòü êðóïíåéøèé ðàçâëåêàòåëüíûé ïîðòàë â Ðóíåòå! ( http://Pomoika.Ru ) Ó íàñ Âû ìîæåòå óâèäåòü ëó÷øèå îáîè íà ñàìûå ðàçíûå òåìû, ïîñìîòðåòü ôîòîãðàôèè àêòåðîâ, çíàìåíèòîñòåé, ôîòî è ýðî ìîäåëåé; ñêà÷àòü ïîñëåäíèå íîâèíêè è ñòàðûå, äàâíî ëþáèìûå ìåëîäèè â ôîðìàòå MP3 â CD êà÷åñòâå( http://www.pomoika.ru/cgi-bin/show_lets.cgi )! Õîòèòå ïîèãðàòü â âåñåëûå èãðóøêè è ïî÷èòàòü èíòåðåñíåéøóþ ëèòåðàòóðó íà ëþáûå òåìû - îò ôàíòàñòèêè äî ýðîòèêè ( http://www.pomoika.ru/cgi-bin/show_sub.cgi?c_id_i=370 )? Íàø ïîðòàë ãðóçèòñÿ Î×ÅÍÜ ÁÛÑÒÐÎ è Âàì íå ïðèäåòñÿ æäàòü äàæå ëèøíåé ñåêóíäû, ïîêà çàãðóçèòñÿ ëþáèìàÿ ïåñíÿ, ðàññêàç èëè èíòåðåñíàÿ êàðòèíêà. Ìû óâåðåíû, ÷òî Âû - ÷åëîâåê ñ õîðîøèì âêóñîì è èìåííî äëÿ Âàñ ìû ñîáðàëè êîíòåíò ñî ÂÑÅÃÎ Èíòåðíåòà. Ê Âàøèì óñëóãàì íàø ñàéò çíàêîìñòâ ñ åãî îãðîìíîé áàçîé àíêåò è øèðî÷àéøèìè âîçìîæíîñòÿìè âûáîðà è ïîèñêà Òîãî ñàìîãî ÷åëîâåêà, êîòîðîãî Âû, âîçìîæíî, èùåòå! (http://www.mromance.ru) Óñòðîéòå ñåáå ïðàçäíèê - ïîñåòèòå Ïîðòàë Pomoika.ru! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 12: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9801037B405 for ; Mon, 6 Aug 2001 12:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76J07I75448; Mon, 6 Aug 2001 12:00:07 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 12:00:07 -0700 (PDT) Message-Id: <200108061900.f76J07I75448@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rob Simmons Subject: Re: ports/29488: Update port: security/snort Reply-To: Rob Simmons Sender: owner-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/29488; it has been noted by GNATS. From: Rob Simmons To: Cc: Subject: Re: ports/29488: Update port: security/snort Date: Mon, 6 Aug 2001 14:55:32 -0400 (EDT) That PR is missing this patch (oops): --- pkg-plist Mon Aug 6 14:45:23 2001 +++ /usr/ports/security/snort/pkg-plist Mon Aug 6 14:43:46 2001 @@ -9,6 +9,7 @@ share/snort/exploit.rules share/snort/finger.rules share/snort/ftp.rules +share/snort/icmp-info.rules share/snort/icmp.rules share/snort/info.rules share/snort/local.rules @@ -22,6 +23,7 @@ share/snort/smtp.rules share/snort/sql.rules share/snort/telnet.rules +share/snort/virus.rules share/snort/web-cgi.rules share/snort/web-coldfusion.rules share/snort/web-frontpage.rules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 12:45:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFAA537B403; Mon, 6 Aug 2001 12:45:13 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Jf3j81700; Mon, 6 Aug 2001 12:41:03 -0700 (PDT) (envelope-from lioux) Date: Mon, 6 Aug 2001 12:41:03 -0700 (PDT) From: Message-Id: <200108061941.f76Jf3j81700@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/29483: Fix pkg-plist for port mail/wmmail (Bento) Sender: owner-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 pkg-plist for port mail/wmmail (Bento) Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: lioux Responsible-Changed-When: Mon Aug 6 12:40:53 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29483 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 12:55:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF65937B405; Mon, 6 Aug 2001 12:55:13 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JlUX82306; Mon, 6 Aug 2001 12:47:30 -0700 (PDT) (envelope-from dinoex) Date: Mon, 6 Aug 2001 12:47:30 -0700 (PDT) From: Message-Id: <200108061947.f76JlUX82306@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/28726: tclConfig.sh has error in LD_SEARCH_FILES value Sender: owner-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: tclConfig.sh has error in LD_SEARCH_FILES value Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Mon Aug 6 12:47:04 PDT 2001 Responsible-Changed-Why: I will look into this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28726 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 13: 5:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 002BA37B403; Mon, 6 Aug 2001 13:05:13 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76K4Et83736; Mon, 6 Aug 2001 13:04:14 -0700 (PDT) (envelope-from lioux) Date: Mon, 6 Aug 2001 13:04:14 -0700 (PDT) From: Message-Id: <200108062004.f76K4Et83736@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29482: Fix port games/battleball Sender: owner-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 port games/battleball State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Aug 6 13:03:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29482 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 13: 8:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 9586B37B403; Mon, 6 Aug 2001 13:08:47 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from sargeo (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id NAA20519; Mon, 6 Aug 2001 13:08:46 -0700 From: "John Merryweather Cooper" To: , , Subject: RE: ports/29482: Fix port games/battleball Date: Mon, 6 Aug 2001 13:06:49 -0700 Message-ID: <000201c11eb3$547f6960$64fea8c0@sargeo> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200108062004.f76K4Et83736@freefall.freebsd.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----Original Message----- From: owner-freebsd-ports@FreeBSD.ORG [mailto:owner-freebsd-ports@FreeBSD.ORG]On Behalf Of lioux@FreeBSD.ORG Sent: Monday, August 06, 2001 1:04 PM To: pat@databits.net; lioux@FreeBSD.ORG; freebsd-ports@FreeBSD.ORG Subject: Re: ports/29482: Fix port games/battleball Synopsis: Fix port games/battleball State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Aug 6 13:03:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29482 PR ports/29314 is nearly identical. Please close it. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 13:10: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8163437B403 for ; Mon, 6 Aug 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KA1a87005; Mon, 6 Aug 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 13:10:01 -0700 (PDT) Message-Id: <200108062010.f76KA1a87005@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "John Merryweather Cooper" Subject: Re: ports/29314: Fix battleball-2.1 for bento Reply-To: "John Merryweather Cooper" Sender: owner-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/29314; it has been noted by GNATS. From: "John Merryweather Cooper" To: , Cc: Subject: Re: ports/29314: Fix battleball-2.1 for bento Date: Mon, 6 Aug 2001 13:03:12 -0700 Close this PR. An equivalent PR by Patrick Li was commited today. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 13:15:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BCBD37B405; Mon, 6 Aug 2001 13:15:14 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KCww87417; Mon, 6 Aug 2001 13:12:58 -0700 (PDT) (envelope-from lioux) Date: Mon, 6 Aug 2001 13:12:58 -0700 (PDT) From: Message-Id: <200108062012.f76KCww87417@freefall.freebsd.org> To: jmcoopr@webmail.bmi.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29314: Fix battleball-2.1 for bento Sender: owner-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 battleball-2.1 for bento State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Aug 6 13:12:30 PDT 2001 State-Changed-Why: Superseded by 29482. Close requested by originator. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29314 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 13:20: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B8937B401 for ; Mon, 6 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KK1Z87949; Mon, 6 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 6 Aug 2001 13:20:01 -0700 (PDT) Message-Id: <200108062020.f76KK1Z87949@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: rsimmons@wlcg.com Subject: Re: ports/29488: Update port: security/snort Reply-To: rsimmons@wlcg.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 The following reply was made to PR ports/29488; it has been noted by GNATS. From: rsimmons@wlcg.com To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/29488: Update port: security/snort Date: Mon, 6 Aug 2001 16:13:07 -0400 (EDT) I'm all sorts of off today :( This is that actual Makefile patch. Sorry: --- /tmp/Makefile Mon Aug 6 16:15:16 2001 +++ Makefile Mon Aug 6 16:13:28 2001 @@ -6,11 +6,11 @@ # PORTNAME= snort -PORTVERSION= 1.8 +PORTVERSION= 1.8p1 CATEGORIES= security -MASTER_SITES= http://www.snort.org/Files/ \ - http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RELEASE +MASTER_SITES= http://www.snort.org/Files/ +DISTNAME= ${PORTNAME}-${PORTVERSION} +WRKSRC= work/snort MAINTAINER= dirk@FreeBSD.org @@ -55,9 +55,9 @@ post-install: ${MKDIR} ${PREFIX}/share/snort .for i in CREDITS RULES.SAMPLE USAGE backdoor.rules ddos.rules dns.rules dos.rules \ - exploit.rules finger.rules ftp.rules icmp.rules info.rules local.rules \ + exploit.rules finger.rules ftp.rules icmp-info.rules icmp.rules info.rules local.rules \ misc.rules netbios.rules policy.rules rpc.rules rservices.rules scan.rules \ - shellcode.rules smtp.rules sql.rules telnet.rules web-cgi.rules \ + shellcode.rules smtp.rules sql.rules telnet.rules virus.rules web-cgi.rules \ web-coldfusion.rules web-frontpage.rules web-iis.rules web-misc.rules \ x11.rules ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/snort To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 15:16: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from 21cn.com (unknown [61.140.60.248]) by hub.freebsd.org (Postfix) with SMTP id C904237B40B; Mon, 6 Aug 2001 15:15:39 -0700 (PDT) (envelope-from abcc@21cn.com) Received: from ppwe.net([32.100.187.222]) by 21cn.com(AIMC 2.9.5.2) with SMTP id jm243b6f1a7e; Tue, 07 Aug 2001 06:12:57 +0800 From: To: Subject: Unlimited Long Distance for $39.95 a month MIME-Version: 1.0 Content-Type: multipart/mixed;boundary= "----=_NextPart_000_00F7_74A475F4.88D47F35" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-Id: <20010806221539.C904237B40B@hub.freebsd.org> Date: Mon, 6 Aug 2001 15:15:39 -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 ------=_NextPart_000_00F7_74A475F4.88D47F35 Content-Type: text/html Content-Transfer-Encoding: base64 ICA8RElWIGFsaWduPWNlbnRlcj4NCiAgICAgIDxQPjxGT05UIGZhY2U9IkFyaWFsIiBzaXpl PSIyIj48Rk9OVCBzaXplPSIzIj48Qj48Rk9OVCBjb2xvcj0iIzAwMDA5OSIgc2l6ZT0iNSI+ RkxBVCBSQVRFIExPTkcgDQogICAgICBESVNUQU5DRS4uLjxCUj4NCiAgICAgIDwvRk9OVD48 Rk9OVCBzaXplPSI0Ij5UYWxrIHRpbGwgeW91IGRyb3AhPC9GT05UPjxGT05UIHNpemU9IjUi PjxCUj4NCiAgICAgIEl0J3MgWW91ciBNb25leSwgWW91IENob29zZTxCUj4NCiAgICAgIDxC Uj4NCiAgICAgIDxGT05UIGNvbG9yPSM5OTAwMDAgc2l6ZT0zPk9ORSBGRUUsIE9OQ0UgQSAN CiAgICAgIE1PTlRIPEJSPg0KICAgICAgTk8gTU9SRSBPVVRSQUdFT1VTIFBIT05FIA0KICBC SUxMUzwvRk9OVD48L0ZPTlQ+PC9CPjwvRk9OVD48L0ZPTlQ+PC9QPg0KICAgICAgPC9ESVY+ DQogICAgICA8L1REPg0KICAgIDwvVFI+DQogICAgPFRSPg0KICAgICAgPFREIGhlaWdodD0y Mj4NCiAgICAgIDxESVYgYWxpZ249Y2VudGVyPg0KICAgICAgPFA+PEZPTlQgZmFjZT0iQXJp YWwiIHNpemU9IjIiPjxGT05UIGNvbG9yPSIjMDAwMDk5Ij48QlI+DQogICAgICA8VT5Vbmxp bWl0ZWQgTG9uZyBEaXN0YW5jZTwvVT4gLTxCPiA8Rk9OVCBjb2xvcj0jOTkwMDAwPk9ORSBN T05USExZIA0KICAgICAgRkVFPC9GT05UPjwvQj4gb25seTxCPiA8Rk9OVCBjb2xvcj0jOTkw MDAwPiQzOS45NTwvRk9OVD48L0I+PC9GT05UPiANCiAgICAgIDwvRk9OVD48L1A+DQogICAg ICA8UD48Rk9OVCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PEZPTlQgc2l6ZT0iMiI+PEI+SWYg eW91IA0KICAgICAgd291bGQgbGlrZSBtb3JlIGluZm9ybWF0aW9uLCBwbGVhc2UNCiAgICAg IGZpbGwgb3V0IHRoZSBmb2xsb3dpbmcgZm9ybSBhbmQgd2UgDQogICAgICB3aWxsIGhhdmUg YSByZXByZXNlbnRhdGl2ZSBjb250YWN0DQogICAgICB5b3UuPC9CPjwvRk9OVD48L0ZPTlQ+ PC9QPg0KICAgICAgPFA+PEZPTlQgZmFjZT0iQXJpYWwiIHNpemU9IjIiPjxGT05UIHNpemU9 IjIiPjxCPk5vIA0KICAgICAgaGFzc2xlcy4gTm8gaGFyZCBzZWxsIHRhY3RpY3MuIEp1c3QN CiAgICAgIHRoZSBmYWN0cyE8L0I+PC9GT05UPjwvRk9OVD48L1A+DQogICAgICA8L0RJVj4N CiAgICAgIDwvVEQ+DQogICAgPC9UUj4NCiAgICA8VFI+DQogICAgICA8VEQ+DQogICAgICA8 Rk9STSANCiAgICAgIGFjdGlvbj0ibWFpbHRvOmZsYXRyYXRlbG9uZ2Rpc3Rub3dAZXhjaXRl LmNvbT9zdWJqZWN0PUZsYXQgUmF0ZSBMb25nIERpc3RhbmNlIElucXVpcnkiIA0KICAgICAg ZW5jVHlwZT10ZXh0L3BsYWluIG1ldGhvZD1wb3N0Pg0KICAgICAgPFRBQkxFIGJvcmRlcj0w IGNlbGxQYWRkaW5nPTMgY2VsbFNwYWNpbmc9MCB3aWR0aD01MDA+DQogICAgICAgIDxUQk9E WT4NCiAgICAgICAgICA8VFI+DQogICAgICAgICAgICA8VEQgd2lkdGg9IjUwJSI+DQogICAg ICAgICAgICA8UD48Rk9OVCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PEZPTlQgc2l6ZT0iMiI+ TmFtZTo8L0ZPTlQ+PC9GT05UPjwvUD4NCiAgICAgICAgICAgIDwvVEQ+DQogICAgICAgICAg ICA8VEQ+DQogICAgICAgICAgICA8UD48Rk9OVCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PEZP TlQgc2l6ZT0iMiI+PElOUFVUIA0KICAgICAgICAgICAgbmFtZT1uYW1lPiA8L0ZPTlQ+PC9G T05UPjwvUD4NCiAgICAgICAgICAgIDwvVEQ+DQogICAgICAgICAgPC9UUj4NCiAgICAgICAg ICA8VFI+DQogICAgICAgICAgICA8VEQgd2lkdGg9IjUwJSI+DQogICAgICAgICAgICA8UD48 Rk9OVCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PEZPTlQgc2l6ZT0iMiI+UGhvbmUgTnVtYmVy OjwvRk9OVD48L0ZPTlQ+PC9QPg0KICAgICAgICAgICAgPC9URD4NCiAgICAgICAgICAgIDxU RD4NCiAgICAgICAgICAgIDxQPjxGT05UIGZhY2U9IkFyaWFsIiBzaXplPSIyIj48Rk9OVCBz aXplPSIyIj48SU5QVVQgDQogICAgICAgICAgICBuYW1lPXBob25lPiA8L0ZPTlQ+PC9GT05U PjwvUD4NCiAgICAgICAgICAgIDwvVEQ+DQogICAgICAgICAgPC9UUj4NCiAgICAgICAgICA8 VFI+DQogICAgICAgICAgICA8VEQgd2lkdGg9IjUwJSI+DQogICAgICAgICAgICA8UD48Rk9O VCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PEZPTlQgc2l6ZT0iMiI+RW1haWwgQWRkcmVzczo8 L0ZPTlQ+PC9GT05UPjwvUD4NCiAgICAgICAgICAgIDwvVEQ+DQogICAgICAgICAgICA8VEQ+ DQogICAgICAgICAgICA8UD48Rk9OVCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PEZPTlQgc2l6 ZT0iMiI+PElOUFVUIA0KICAgICAgICAgICAgbmFtZT1lbWFpbD4gPC9GT05UPjwvRk9OVD48 L1A+DQogICAgICAgICAgICA8L1REPg0KICAgICAgICAgIDwvVFI+DQogICAgICAgICAgPFRS Pg0KICAgICAgICAgICAgPFREIHdpZHRoPSI1MCUiPg0KICAgICAgICAgICAgPFA+PEZPTlQg ZmFjZT0iQXJpYWwiIHNpemU9IjIiPjxGT05UIHNpemU9IjIiPkJlc3QgVGltZSB0byBDb250 YWN0OjwvRk9OVD48L0ZPTlQ+PC9QPg0KICAgICAgICAgICAgPC9URD4NCiAgICAgICAgICAg IDxURD4NCiAgICAgICAgICAgIDxQPjxGT05UIGZhY2U9IkFyaWFsIiBzaXplPSIyIj48Rk9O VCBzaXplPSIyIj48SU5QVVQgDQogICAgICAgICAgICBuYW1lPWJlc3R0aW1lPiA8L0ZPTlQ+ PC9GT05UPjwvUD4NCiAgICAgICAgICAgIDwvVEQ+DQogICAgICAgICAgPC9UUj4NCiAgICAg ICAgICA8VFI+DQogICAgICAgICAgICA8VEQgY29sU3Bhbj0yIGhlaWdodD00NT4NCiAgICAg ICAgICAgIDxESVYgYWxpZ249Y2VudGVyPg0KICAgICAgICAgICAgPFA+PEZPTlQgZmFjZT0i QXJpYWwiIHNpemU9IjIiPjxGT05UIHNpemU9IjIiPjxJTlBVVCBuYW1lPVN1Ym1pdCB0eXBl PXN1Ym1pdCB2YWx1ZT1TdWJtaXQ+IA0KICAgICAgICA8L0ZPTlQ+PC9GT05UPjwvUD4NCiAg ICAgICAgICAgIDwvRElWPg0KICAgICAgICAgICAgPC9URD4NCiAgICAgICAgICA8L1RSPg0K ICAgICAgICA8L1RCT0RZPg0KICAgICAgPC9UQUJMRT4NCiAgICAgIDwvRk9STT4NCiAgICAg IDwvVEQ+DQogICAgPC9UUj4NCiAgICA8VFI+DQogICAgICA8VEQ+DQogICAgICA8RElWIGFs aWduPWNlbnRlcj4NCiAgICAgIDxQPjxGT05UIGZhY2U9IkFyaWFsIiBzaXplPSIyIj48Rk9O VCBzaXplPSIyIj5JZiB5b3Ugd291bGQgDQogICAgICBsaWtlIHRvIGJlIHJlbW92ZWQgZnJv bSBvdXIgbGlzdCwgcGxlYXNlDQogICAgICBzZW5kIGFuIGVtYWlsIHRvIDxBIA0KICAgICAg aHJlZj0ibWFpbHRvOnJwZmxhdHJhdGVsb25nZGlzdG5vd0BleGNpdGUuY29tIj5yZW1vdmVp dG5vd0BleGNpdGUuY29tPC9BPjwvRk9OVD48L0ZPTlQ+PC9QPg0KICAgICAgPC9ESVY+DQog ICAgICA8L1REPg0KICAgIDwvVFI+DQogIDwvVEJPRFk+DQo8L1RBQkxFPg0KPC9CT0RZPjwv SFRNTD4NCiAgICA= ------=_NextPart_000_00F7_74A475F4.88D47F35-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 15:25:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 851AA37B406; Mon, 6 Aug 2001 15:25:20 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76MNdW07281; Mon, 6 Aug 2001 15:23:39 -0700 (PDT) (envelope-from dirk) Date: Mon, 6 Aug 2001 15:23:39 -0700 (PDT) From: Message-Id: <200108062223.f76MNdW07281@freefall.freebsd.org> To: rsimmons@mail.wlcg.com, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29488: Update port: security/snort Sender: owner-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/snort State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Mon Aug 6 15:23:19 PDT 2001 State-Changed-Why: Upgrade committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29488 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 15:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BACBF37B406 for ; Mon, 6 Aug 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Mo1x09558; Mon, 6 Aug 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id E65DF37B403 for ; Mon, 6 Aug 2001 15:42:05 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f76Mg4039005; Mon, 6 Aug 2001 18:42:04 -0400 (EDT) (envelope-from root) Message-Id: <200108062242.f76Mg4039005@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 6 Aug 2001 18:42:04 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29490: Update port games/mahjong Sender: owner-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: 29490 >Category: ports >Synopsis: Update port games/mahjong >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 Aug 06 15:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 1.2 >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/mahjong/Makefile mahjong/Makefile --- /usr/ports/games/mahjong/Makefile Sat May 19 01:46:19 2001 +++ mahjong/Makefile Mon Aug 6 18:04:54 2001 @@ -7,7 +7,7 @@ # PORTNAME= mahjong -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games net MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/ DISTNAME= mj-${PORTVERSION}-src diff -ruN /usr/ports/games/mahjong/distinfo mahjong/distinfo --- /usr/ports/games/mahjong/distinfo Sat May 19 01:46:19 2001 +++ mahjong/distinfo Mon Aug 6 18:05:07 2001 @@ -1 +1 @@ -MD5 (mj-1.1-src.tar.gz) = dc0c65d58c70ebbb6badd582da5e3432 +MD5 (mj-1.2-src.tar.gz) = e6d75fc2058d55cf574da46a8510005c >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 Aug 6 15:51:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id 8A4BA37B403 for ; Mon, 6 Aug 2001 15:51:40 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 72223 invoked by uid 1005); 6 Aug 2001 22:51:40 -0000 Message-ID: <20010806225140.72222.qmail@cube.gelatinous.com> From: danh@gelatinous.com Date: 6 Aug 2001 15:51:40 -0700 To: freebsd-ports@freebsd.org Subject: problems with linux_compat port Cc: marcel@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 make works fine, make install in /usr/ports/emulators/linux_compat blows up, can someone help me out with why?: ------ pork# make install ===> Installing for linux_base-6.1 setup-2.0.5-1.noarch.rpm filesystem-1.3.5-1.noarch.rpm basesystem-6.0-4.noarch.rpm ldconfig-1.9.5-15.i386.rpm glibc-2.1.2-11.i386.rpm termcap-9.12.6-15.i386.rpm libtermcap-2.0.8-18.i386.rpm execution of libtermcap-2.0.8-18 script failed, exit status 255 *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/emulators/linux_base. pork# ---- thanks -dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 16: 4:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from palrel2.hp.com (palrel2.hp.com [156.153.255.234]) by hub.freebsd.org (Postfix) with ESMTP id 7184A37B401 for ; Mon, 6 Aug 2001 16:04:54 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel2.hp.com (Postfix) with ESMTP id 28C221041; Mon, 6 Aug 2001 16:04:54 -0700 (PDT) Received: from gauss.cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id QAA07306; Mon, 6 Aug 2001 16:04:53 -0700 (PDT) Received: (from marcel@localhost) by gauss.cup.hp.com (8.11.3/8.11.1) id f76N4r301943; Mon, 6 Aug 2001 16:04:53 -0700 (PDT) (envelope-from marcel) Date: Mon, 6 Aug 2001 16:04:13 -0700 From: Marcel Moolenaar To: danh@gelatinous.com Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010806160413.A1930@gauss.cup.hp.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806225140.72222.qmail@cube.gelatinous.com>; from danh@gelatinous.com on Mon, Aug 06, 2001 at 03:51:40PM -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 Mon, Aug 06, 2001 at 03:51:40PM -0700, danh@gelatinous.com wrote: > make works fine, make install in /usr/ports/emulators/linux_compat blows > up, can someone help me out with why?: This normally happens when you upgrade or install into a non-empty /compat/linux. If that's the case, removing or renaming renaming /compat/linux should do the trick. HTH, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 16:41:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id 5B3BC37B401 for ; Mon, 6 Aug 2001 16:41:55 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 74682 invoked by uid 1005); 6 Aug 2001 23:41:54 -0000 Date: Mon, 6 Aug 2001 16:41:54 -0700 From: Dan Holliman To: Marcel Moolenaar Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010806164154.Q58918@gelatinous.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> <20010806160413.A1930@gauss.cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806160413.A1930@gauss.cup.hp.com>; from marcel@cup.hp.com on Mon, Aug 06, 2001 at 04:04:13PM -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 Mon, Aug 06, 2001 at 04:04:13PM -0700, Marcel Moolenaar wrote: > On Mon, Aug 06, 2001 at 03:51:40PM -0700, danh@gelatinous.com wrote: > > make works fine, make install in /usr/ports/emulators/linux_compat blows > > up, can someone help me out with why?: > > This normally happens when you upgrade or install into a non-empty > /compat/linux. If that's the case, removing or renaming renaming > /compat/linux should do the trick. i deleted /compat/linux i re-cvsup-ed I still get this, any more ideas?: ---------------- bash-2.03# make install ===> Installing for linux_base-6.1 setup-2.0.5-1.noarch.rpm filesystem-1.3.5-1.noarch.rpm basesystem-6.0-4.noarch.rpm ldconfig-1.9.5-15.i386.rpm glibc-2.1.2-11.i386.rpm termcap-9.12.6-15.i386.rpm libtermcap-2.0.8-18.i386.rpm execution of libtermcap-2.0.8-18 script failed, exit status 255 *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/emulators/linux_base. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 17: 4: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 4685137B405 for ; Mon, 6 Aug 2001 17:03:53 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 09299127D; Mon, 6 Aug 2001 17:03:53 -0700 (PDT) Received: from gauss.cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id RAA09785; Mon, 6 Aug 2001 17:03:52 -0700 (PDT) Received: (from marcel@localhost) by gauss.cup.hp.com (8.11.3/8.11.1) id f7703qc02136; Mon, 6 Aug 2001 17:03:52 -0700 (PDT) (envelope-from marcel) Date: Mon, 6 Aug 2001 17:03:52 -0700 From: Marcel Moolenaar To: Dan Holliman Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010806170352.C1930@gauss.cup.hp.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> <20010806160413.A1930@gauss.cup.hp.com> <20010806164154.Q58918@gelatinous.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806164154.Q58918@gelatinous.com>; from danh@gelatinous.com on Mon, Aug 06, 2001 at 04:41:54PM -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 Mon, Aug 06, 2001 at 04:41:54PM -0700, Dan Holliman wrote: > On Mon, Aug 06, 2001 at 04:04:13PM -0700, Marcel Moolenaar wrote: > > On Mon, Aug 06, 2001 at 03:51:40PM -0700, danh@gelatinous.com wrote: > > > make works fine, make install in /usr/ports/emulators/linux_compat blows > > > up, can someone help me out with why?: > > > > This normally happens when you upgrade or install into a non-empty > > /compat/linux. If that's the case, removing or renaming renaming > > /compat/linux should do the trick. > > i deleted /compat/linux > i re-cvsup-ed > > I still get this, any more ideas?: The only thing the postinstall script does is run /sbin/ldconfig (do "rpm -q -p libtermcap-2.0.8-18.i386.rpm --scripts" to show the scripts). Since we're talking Linux binaries here, it's actually /compat/linux/sbin/ldconfig. The script very likely fails because ldconfig fails. Try running that by hand. BTW: What's the version of FreeBSDi you're doing this on? -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 17:18:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id 146B337B401 for ; Mon, 6 Aug 2001 17:18:10 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 76073 invoked by uid 1005); 7 Aug 2001 00:18:09 -0000 Date: Mon, 6 Aug 2001 17:18:09 -0700 From: Dan Holliman To: Marcel Moolenaar Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010806171809.S58918@gelatinous.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> <20010806160413.A1930@gauss.cup.hp.com> <20010806164154.Q58918@gelatinous.com> <20010806170352.C1930@gauss.cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806170352.C1930@gauss.cup.hp.com>; from marcel@cup.hp.com on Mon, Aug 06, 2001 at 05:03:52PM -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 I'm using FreeBSD 4.3-stable, i cvsuped 2 weeks ago. > On Mon, Aug 06, 2001 at 04:41:54PM -0700, Dan Holliman wrote: > > On Mon, Aug 06, 2001 at 04:04:13PM -0700, Marcel Moolenaar wrote: > > > On Mon, Aug 06, 2001 at 03:51:40PM -0700, danh@gelatinous.com wrote: > > > > make works fine, make install in /usr/ports/emulators/linux_compat blows > > > > up, can someone help me out with why?: > > > This normally happens when you upgrade or install into a non-empty > > > /compat/linux. If that's the case, removing or renaming renaming > > > /compat/linux should do the trick. > > i deleted /compat/linux > > i re-cvsup-ed > > The only thing the postinstall script does is run /sbin/ldconfig > (do "rpm -q -p libtermcap-2.0.8-18.i386.rpm --scripts" to show > the scripts). Since we're talking Linux binaries here, it's > actually /compat/linux/sbin/ldconfig. The script very likely > fails because ldconfig fails. Try running that by hand. I get this: ---- bash-2.03# rpm -q -p /usr/ports/distfiles/rpm/libtermcap-2.0.8-18.i386.rpm --scripts postinstall program: /sbin/ldconfig postuninstall script (through /bin/sh): if [ $1 = 0 ]; then /sbin/install-info --delete \ --section="Libraries" --entry="* Termcap: (termcap). The GNU termcap library." \ --info-dir=/usr/info /usr/info/termcap.info.gz fi /sbin/ldconfig ----- there is no /usr/info or /usr/info/termcap.info.gz, but there IS /usr/compat/linux/usr/info and /usr/compat/linux/usr/info what should i do, should i make symlinks? Is this behavior I can change in the Makefile, or will I end up having to recompile the rpm? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 17:23:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.postech.ac.kr (mx1.postech.ac.kr [141.223.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 04A3237B403; Mon, 6 Aug 2001 17:23:44 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by mx1.postech.ac.kr (8.9.3/8.9.3) with ESMTP id JAA08411; Tue, 7 Aug 2001 09:25:01 +0900 (KST) Message-ID: <3B6F3514.A0E677E1@users.sourceforge.net> Date: Tue, 07 Aug 2001 09:23:48 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: nakai@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: xfce-3.8.6 Content-Type: text/plain; charset=EUC-KR 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've upgraded the xfce port to xfce-3.8.6 The make ends with an error during the patches: -------------------------------------------------------------------- # make >> xfce-3.8.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.xfce.org/archive/. Receiving xfce-3.8.6.tar.gz (3916552 bytes): 100% 3916552 bytes transferred in 91.6 seconds (41.76 kBps) ===> Extracting for xfce-3.8.6 >> Checksum OK for xfce-3.8.6.tar.gz. ===> xfce-3.8.6 depends on executable: libtool - found ===> xfce-3.8.6 depends on shared library: gdk_pixbuf.2 - found ===> xfce-3.8.6 depends on shared library: Xpm.4 - found ===> xfce-3.8.6 depends on shared library: X11.6 - found ===> xfce-3.8.6 depends on shared library: glib12.3 - found ===> xfce-3.8.6 depends on shared library: gtk12.2 - found ===> Patching for xfce-3.8.6 ===> Applying FreeBSD patches for xfce-3.8.6 Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to xfsound/xfdsp.c.rej >> Patch patch-ai failed to apply cleanly. *** Error code 1 Stop in /usr/ports/x11-wm/xfce. *** Error code 1 Stop in /usr/ports/x11-wm/xfce. *** Error code 1 Stop in /usr/ports/x11-wm/xfce. *** Error code 1 Stop in /usr/ports/x11-wm/xfce. *** Error code 1 Stop in /usr/ports/x11-wm/xfce. ------------------------------------------------- xfsound/xfdsp.c.rej contains: *************** *** 45,51 **** #include #include #include - #if defined(linux) #include /* guess :) */ #endif --- 45,51 ---- #include #include #include + #if defined(linux) || defined(__FreeBSD__) #include /* guess :) */ #endif *************** *** 62,68 **** int masterfd; - #if defined(linux) int i_play (char *soundfile) { --- 62,68 ---- int masterfd; + #if defined(linux) || defined(__FreeBSD__) int i_play (char *soundfile) { ----------------------------------------------------- Regards, Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 17:57:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 8395437B403 for ; Mon, 6 Aug 2001 17:57:22 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 1E643113E; Mon, 6 Aug 2001 17:57:22 -0700 (PDT) Received: from gauss.cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id RAA11860; Mon, 6 Aug 2001 17:57:22 -0700 (PDT) Received: (from marcel@localhost) by gauss.cup.hp.com (8.11.3/8.11.1) id f770vLu02321; Mon, 6 Aug 2001 17:57:21 -0700 (PDT) (envelope-from marcel) Date: Mon, 6 Aug 2001 17:57:21 -0700 From: Marcel Moolenaar To: Dan Holliman Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010806175721.A2306@gauss.cup.hp.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> <20010806160413.A1930@gauss.cup.hp.com> <20010806164154.Q58918@gelatinous.com> <20010806170352.C1930@gauss.cup.hp.com> <20010806171809.S58918@gelatinous.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806171809.S58918@gelatinous.com>; from danh@gelatinous.com on Mon, Aug 06, 2001 at 05:18:09PM -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 Mon, Aug 06, 2001 at 05:18:09PM -0700, Dan Holliman wrote: > > > > The only thing the postinstall script does is run /sbin/ldconfig > > (do "rpm -q -p libtermcap-2.0.8-18.i386.rpm --scripts" to show > > the scripts). Since we're talking Linux binaries here, it's > > actually /compat/linux/sbin/ldconfig. The script very likely > > fails because ldconfig fails. Try running that by hand. > > I get this: > > ---- > bash-2.03# rpm -q -p /usr/ports/distfiles/rpm/libtermcap-2.0.8-18.i386.rpm > --scripts > postinstall program: /sbin/ldconfig > postuninstall script (through /bin/sh): > if [ $1 = 0 ]; then > /sbin/install-info --delete \ > --section="Libraries" --entry="* Termcap: (termcap). > The GNU termcap library." \ > --info-dir=/usr/info /usr/info/termcap.info.gz > fi > /sbin/ldconfig > ----- > > there is no /usr/info or /usr/info/termcap.info.gz, but there IS > /usr/compat/linux/usr/info and /usr/compat/linux/usr/info Not to worry. There are actually two scripts shown: the postinstall script and the postuninstall script. Everything that relates to *info* is postuninstall and unrelated... What I want to know is if /compat/linux/sbin/ldconfig runs without errors. HTH, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 19:39: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id D4DF837B401 for ; Mon, 6 Aug 2001 19:39:02 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 77520 invoked by uid 1005); 7 Aug 2001 02:39:02 -0000 Date: Mon, 6 Aug 2001 19:39:02 -0700 From: Dan Holliman To: Marcel Moolenaar Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010806193902.T58918@gelatinous.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> <20010806160413.A1930@gauss.cup.hp.com> <20010806164154.Q58918@gelatinous.com> <20010806170352.C1930@gauss.cup.hp.com> <20010806171809.S58918@gelatinous.com> <20010806175721.A2306@gauss.cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806175721.A2306@gauss.cup.hp.com>; from marcel@cup.hp.com on Mon, Aug 06, 2001 at 05:57:21PM -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 Mon, Aug 06, 2001 at 05:57:21PM -0700, Marcel Moolenaar wrote: > On Mon, Aug 06, 2001 at 05:18:09PM -0700, Dan Holliman wrote: > > > The only thing the postinstall script does is run /sbin/ldconfig > > > (do "rpm -q -p libtermcap-2.0.8-18.i386.rpm --scripts" to show > > > the scripts). Since we're talking Linux binaries here, it's > > > actually /compat/linux/sbin/ldconfig. The script very likely > > > fails because ldconfig fails. Try running that by hand. > Not to worry. There are actually two scripts shown: the postinstall > script and the postuninstall script. Everything that relates to > *info* is postuninstall and unrelated... > > What I want to know is if /compat/linux/sbin/ldconfig runs without > errors. yeah works fine, no errors (or output) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 19:45:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3024B37B403; Mon, 6 Aug 2001 19:45:15 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f772gB843243; Mon, 6 Aug 2001 19:42:11 -0700 (PDT) (envelope-from lioux) Date: Mon, 6 Aug 2001 19:42:11 -0700 (PDT) From: Message-Id: <200108070242.f772gB843243@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29490: Update port games/mahjong Sender: owner-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/mahjong State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Aug 6 19:41:37 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29490 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 20: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE70537B403 for ; Mon, 6 Aug 2001 20:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77305v44911; Mon, 6 Aug 2001 20:00:05 -0700 (PDT) (envelope-from gnats) Received: from mx4.mail.ru (mx4.port.ru [194.67.57.14]) by hub.freebsd.org (Postfix) with ESMTP id C904437B405 for ; Mon, 6 Aug 2001 19:51:50 -0700 (PDT) (envelope-from kabaev@mail.ru) Received: from adsl-141-154-17-173.bostma.adsl.bellatlantic.net ([141.154.17.173] helo=kan.dnsalias.net) by mx4.mail.ru with esmtp (Exim 3.14 #1) id 15TwyC-000JRZ-00; Tue, 07 Aug 2001 06:51:49 +0400 Received: (from kan@localhost) by kan.dnsalias.net (8.11.4/8.11.4) id f772pgI14032; Mon, 6 Aug 2001 22:51:42 -0400 (EDT) (envelope-from kan) Message-Id: <20010806225142.A13937@kan.dnsalias.net> Date: Mon, 6 Aug 2001 22:51:42 -0400 From: "Alexander N. Kabaev" Reply-To: "Alexander N. Kabaev" To: FreeBSD-gnats-submit@freebsd.org Cc: petef@databits.net X-Send-Pr-Version: 3.113 Subject: ports/29491: Keys not working in cscope + 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 >Number: 29491 >Category: ports >Synopsis: Keys not working in cscope + patch >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 Aug 06 20:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kan.dnsalias.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Jul 21 23:05:49 EDT 2001 root@kan.dnsalias.net:/usr/src/sys/i386/compile/KAN i386 >Description: After cscope has been updated from 15.1, end, home, up and left keys do not work anymore. Attached patch fixes that. >How-To-Repeat: Run cscope >Fix: Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/devel/cscope/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 2001/02/26 03:45:31 1.1 +++ files/patch-aa 2001/08/07 02:35:58 @@ -1,5 +1,5 @@ ---- src/constants.h.orig Sun Feb 25 14:40:57 2001 -+++ src/constants.h Sun Feb 25 14:41:08 2001 +--- src/constants.h.orig Fri Jun 1 08:43:24 2001 ++++ src/constants.h Mon Aug 6 22:35:45 2001 @@ -43,7 +43,7 @@ /* database output macros that update its offset */ @@ -9,3 +9,12 @@ #define dbfputs(s) (dboffset += strlen(s), fputs(s, newrefs)) #else #define dbfputs(s) (dboffset += fputs(s, newrefs)) +@@ -98,7 +98,7 @@ + #define INCLUDES 8 + #define FIELDS 9 + +-#if (BSD || V9) && !__NetBSD__ ++#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ + #define TERMINFO 0 /* no terminfo curses */ + #else + #define TERMINFO 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 Mon Aug 6 20:56:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 7693637B401; Mon, 6 Aug 2001 20:56:13 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f773u4r89628; Tue, 7 Aug 2001 15:56:04 +1200 (NZST) (envelope-from jonc) Date: Tue, 7 Aug 2001 15:56:03 +1200 From: Jonathan Chen To: sumikawa@freebsd.org Cc: freebsd-ports@freebsd.org Subject: security/racoon port Message-ID: <20010807155603.A89488@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Hi, I've just cvsup'd just about 5 minutes ago, and tried building security/racoon. However, the port fails to build with: cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c pfkey.c -o pfkey.o cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c pfkey_dump.c -o pfkey_dump.o pfkey_dump.c: In function `pfkey_sadump': pfkey_dump.c:303: structure has no member named `sadb_x_sa2_sequence' *** Error code 1 Stop in /usr/ports/security/racoon/work/racoon-20010802a/libipsec. *** Error code 1 Stop in /usr/ports/security/racoon. *** Error code 1 Stop in /usr/ports/security/racoon. *** Error code 1 Stop in /usr/ports/security/racoon. *** Error code 1 Stop in /usr/ports/security/racoon. I'm running "FreeBSD 4.3-STABLE #1: Mon Jul 16 16:46:47 NZST 2001". Any chance of a fix? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Vini, vidi, velcro... I came, I saw, I stuck around To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 6 23:19: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 6756037B403; Mon, 6 Aug 2001 23:18:56 -0700 (PDT) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id f776IN801461; Tue, 7 Aug 2001 15:48:23 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Tue, 7 Aug 2001 15:46:43 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id PAA18190; Tue, 7 Aug 2001 15:40:18 +0930 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id QFDDX2X9; Tue, 7 Aug 2001 15:40:15 +0930 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id PAA14041; Tue, 7 Aug 2001 15:40:17 +0930 (CST) Message-ID: <3B6F8649.6A4836F3@dsto.defence.gov.au> Date: Tue, 07 Aug 2001 15:40:17 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, ports@freebsd.org Subject: Java plugin for Mozilla 0.9.2 ? 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 Going to a page with a java applet brings up a window saying I need to download a Plug-in for mime type application/x-java-vm. Is there such a Plug-in in source form that I can compile up for FreeBSD-CURRENT ? Is it in the ports collection ? I used to read all of cvs-all but cant afford the time now. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 0:21:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id E317237B401; Tue, 7 Aug 2001 00:21:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup15-17.iptelecom.net.ua [212.9.229.145]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA12667; Tue, 7 Aug 2001 10:20:36 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f777Jmp63535; Tue, 7 Aug 2001 10:19:48 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B6F96C1.97F03238@FreeBSD.org> Date: Tue, 07 Aug 2001 10:20:33 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Steve Wills Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: mozilla port References: <20010806173311.F43545@stevenwills.com> 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 Steve Wills wrote: > I'd like to kindly request that ports/www/mozilla be updated to 0.9.3. Hold on, I'm already working on it. ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 1:42:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from alpha.a2z.co.jp (a2z194.a2z.co.jp [210.145.109.194]) by hub.freebsd.org (Postfix) with ESMTP id AB97537B403; Tue, 7 Aug 2001 01:42:47 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from omega.a2z.co.jp (a2z198.a2z.co.jp [210.145.109.198]) by alpha.a2z.co.jp (8.11.3/3.7W-) with ESMTP id f778gZS41844; Tue, 7 Aug 2001 17:42:35 +0900 (JST) Received: by omega.a2z.co.jp (8.11.3/3.7W-) with ESMTP id f778gUD68620; Tue, 7 Aug 2001 17:42:30 +0900 (JST) Received: from piano.mahoroba.org (IDENT:he+xQnh7x2YYCKCI7ws+fw9UGZPapOKVApxLdCKiP7O2xP8XmLiJa1a6IkZwGZCm@localhost [IPv6:::1]) by piano.mahoroba.org (8.12.0.Beta16/8.12.0.Beta16/piano) with ESMTP id f778gHFa088148; Tue, 7 Aug 2001 17:42:18 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Tue, 07 Aug 2001 17:42:17 +0900 Message-ID: From: Hajimu UMEMOTO To: Jonathan Chen Cc: sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: security/racoon port In-Reply-To: <20010807155603.A89488@itouchnz.itouch> References: <20010807155603.A89488@itouchnz.itouch> User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.0 (=?ISO-2022-JP?B?GyRCMlYxYxsoQg==?=) X-Operating-System: FreeBSD 4.4-PRERELEASE MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") 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, >>>>> On Tue, 7 Aug 2001 15:56:03 +1200 >>>>> Jonathan Chen said: jonathan.chen> I've just cvsup'd just about 5 minutes ago, and tried building jonathan.chen> security/racoon. However, the port fails to build with: jonathan.chen> I'm running "FreeBSD 4.3-STABLE #1: Mon Jul 16 16:46:47 NZST 2001". jonathan.chen> Any chance of a fix? This patch fix the problem. Howerver, I didn't run racoon myself, yet. I already sent it to the maintainer. FYI: I committed the lacking part to compile recent racoon from recent KAME into 5-CURRENT, yesterday. I believe it is not mandatory to run recent racoon. Index: files/patch-aa diff -u files/patch-aa.orig files/patch-aa --- files/patch-aa.orig Tue Aug 7 02:36:25 2001 +++ files/patch-aa Tue Aug 7 02:37:15 2001 @@ -1,6 +1,6 @@ --- ../libipsec/Makefile.orig Sun Jun 11 23:54:31 2000 +++ ../libipsec/Makefile Tue Oct 17 01:06:10 2000 -@@ -25,12 +25,13 @@ +@@ -25,14 +25,16 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. @@ -16,5 +16,9 @@ -CFLAGS+=-g +CFLAGS+=-g -I. .if (${OPSYS} != "NetBSD") - CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 +-CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 ++CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 \ ++ -Dsadb_x_sa2_sequence=sadb_x_sa2_reserved3 .else + CPPFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 + .endif Sincerely, -- 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/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 1:47:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id D4CAC37B403; Tue, 7 Aug 2001 01:47:28 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 0341F4E24E; Tue, 7 Aug 2001 17:47:26 +0900 (JST) Date: Tue, 07 Aug 2001 17:47:26 +0900 Message-ID: <86bslsjly9.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: portmgr@FreeBSD.org, ports@FreeBSD.org, nakai@FreeBSD.org, dr@domix.de, demon@FreeBSD.org, gnome@FreeBSD.org, mi@aldan.algebra.com, sobomax@FreeBSD.org, ijliao@FreeBSD.org, andreas@FreeBSD.org, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.org, jmz@FreeBSD.org, samy@goldmoon.org, dirk@FreeBSD.org, kanou@mil.allnet.ne.jp Subject: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Hello, maintainers and portmgr's, Now that bzip2 is part of our base on 4-STABLE and 5-CURRENT, I'd like to commit the attached changes to introduce the following variables and get rid of unneeded dependencies on archivers/bzip2 from the ports that depend on bzip2: USE_BZIP2CMD - Says that the port uses the bzip2 command for building. USE_BZIP2LIB - Says that the port uses the bzip2 shared library for building and running. USE_BZIP2RUN - Says that the port uses the bzip2 command for running. BZIP2BASE - Prefix where bzip2 is installed. And USE_BZIP2 is changed to imply USE_BZIP2CMD. Any objections? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.376 diff -u -u -r1.376 bsd.port.mk --- bsd.port.mk 2001/08/03 11:35:35 1.376 +++ bsd.port.mk 2001/08/07 08:45:04 @@ -130,7 +130,12 @@ # defined. # # USE_BZIP2 - Says that the port tarballs use bzip2, not gzip, for -# compression. +# compression. Implies USE_BZIP2CMD. +# USE_BZIP2CMD - Says that the port uses the bzip2 command for building. +# USE_BZIP2LIB - Says that the port uses the bzip2 shared library for +# building and running. +# USE_BZIP2RUN - Says that the port uses the bzip2 command for running. +# BZIP2BASE - Prefix where bzip2 is installed. # USE_ZIP - Says that the port distfile uses zip, not tar w/[bg]zip # for compression. # USE_NEWGCC - Says that the port requirest the latest gcc, either in @@ -773,9 +778,24 @@ MANCOMPRESSED?= no .endif -.if defined(USE_BZIP2) && !exists(/usr/bin/bzip2) +.if defined(USE_BZIP2) +USE_BZIP2CMD= yes +.endif +.if exists(/usr/bin/bzip2) +BZIP2BASE= /usr +.else +BZIP2BASE= ${LOCALBASE} +.if defined(USE_BZIP2CMD) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif +.if defined(USE_BZIP2LIB) +LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 +.endif +.if defined(USE_BZIP2RUN) +RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif +.endif + .if defined(USE_ZIP) BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip .endif Index: archivers/rpm/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/rpm/Makefile,v retrieving revision 1.35 diff -u -r1.35 Makefile --- archivers/rpm/Makefile 2001/03/20 21:29:25 1.35 +++ archivers/rpm/Makefile 2001/08/07 08:30:41 @@ -14,10 +14,10 @@ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \ - intl.1:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ popt.0:${PORTSDIR}/devel/popt +USE_BZIP2LIB= yes USE_GMAKE= yes USE_AUTOMAKE= yes USE_LIBTOOL= yes Index: x11-wm/wmakerconf/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/wmakerconf/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- x11-wm/wmakerconf/Makefile 2001/05/15 18:15:41 1.28 +++ x11-wm/wmakerconf/Makefile 2001/08/07 08:30:26 @@ -12,8 +12,7 @@ MAINTAINER= dr@domix.de -RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ - bunzip2:${PORTSDIR}/archivers/bzip2 +RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ @@ -21,6 +20,7 @@ wraster.4:${PORTSDIR}/x11-wm/windowmaker USE_BZIP2= yes +USE_BZIP2RUN= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes Index: x11-fm/xnc/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fm/xnc/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- x11-fm/xnc/Makefile 2001/07/29 04:35:01 1.17 +++ x11-fm/xnc/Makefile 2001/08/07 08:30:09 @@ -19,8 +19,8 @@ # rpm:${PORTSDIR}/archivers/rpm \ # rar:${PORTSDIR}/archivers/rar \ # unarj:${PORTSDIR}/archivers/unarj \ -# lha:${PORTSDIR}/archivers/lha \ -# bzip2:${PORTSDIR}/archivers/bzip2 +# lha:${PORTSDIR}/archivers/lha +#USE_BZIP2RUN= yes LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png Index: devel/gnomevfs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- devel/gnomevfs/Makefile 2001/06/01 20:08:35 1.20 +++ devel/gnomevfs/Makefile 2001/08/07 08:29:50 @@ -14,9 +14,9 @@ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \ - bz2.1:${PORTSDIR}/archivers/bzip2 +LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf +USE_BZIP2LIB= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMELIBS= yes Index: devel/tcl-memchan/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/tcl-memchan/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/tcl-memchan/Makefile 2001/01/03 09:27:13 1.3 +++ devel/tcl-memchan/Makefile 2001/08/07 08:31:26 @@ -16,22 +16,18 @@ BUILD_DEPENDS= tclsh${TCLV}:${PORTSDIR}/lang/tcl${TCLVND} +USE_BZIP2= yes +USE_BZIP2LIB= yes USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix -# Bzip2 library is also needed, but it requested implicitly below. -# Also, the current Bzip2 port only builds the static version :( -# bz2:${PORTSDIR}/archivers/bzip2 - GNU_CONFIGURE= yes PLIST_SUB+= TCLV=${TCLV} TCLVND=${TCLVND} CONFIGURE_ARGS= --with-tcl-include-dir=${PREFIX}/include/tcl${TCLV} \ --with-tcl-lib-dir=${PREFIX}/lib/tcl${TCLV} #ALL_TARGET= library - -USE_BZIP2= yes TCLV?= 8.3 TCLVND= ${TCLV:S/.//} Index: games/asc/Makefile =================================================================== RCS file: /home/ncvs/ports/games/asc/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- games/asc/Makefile 2001/07/09 11:26:01 1.7 +++ games/asc/Makefile 2001/08/07 08:28:39 @@ -16,13 +16,13 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - bz2.1:${PORTSDIR}/archivers/bzip2 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_BZIP2LIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ Index: net/librsync/Makefile =================================================================== RCS file: /home/ncvs/ports/net/librsync/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- net/librsync/Makefile 2001/03/19 17:25:46 1.2 +++ net/librsync/Makefile 2001/08/07 08:28:16 @@ -14,9 +14,9 @@ MAINTAINER= ijliao@FreeBSD.org -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - bz2.1:${PORTSDIR}/archivers/bzip2 +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_BZIP2LIB= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ Index: print/apsfilter/Makefile =================================================================== RCS file: /home/ncvs/ports/print/apsfilter/Makefile,v retrieving revision 1.85 diff -u -r1.85 Makefile --- print/apsfilter/Makefile 2001/06/05 11:38:33 1.85 +++ print/apsfilter/Makefile 2001/08/07 08:27:56 @@ -44,7 +44,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 .endif # all needed decompression utilities -RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 +USE_BZIP2RUN= yes RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze # all needed "xxx to ps" filter utilities RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter Index: security/amavis-perl/Makefile =================================================================== RCS file: /home/ncvs/ports/security/amavis-perl/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- security/amavis-perl/Makefile 2001/01/16 19:08:34 1.3 +++ security/amavis-perl/Makefile 2001/08/07 08:27:18 @@ -13,7 +13,6 @@ MAINTAINER= roman@xpert.com BUILD_DEPENDS= ${LOCALBASE}/bin/uvscan:${PORTSDIR}/security/vscan \ - ${LOCALBASE}/bin/bunzip2:${PORTSDIR}/archivers/bzip2 \ ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \ ${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj \ ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \ @@ -30,6 +29,9 @@ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2CMD= yes +USE_BZIP2RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-qmail --disable-postfix --disable-exim --with-virusdir=/var/spool/quarantine --enable-relay Index: security/zebedee/Makefile =================================================================== RCS file: /home/ncvs/ports/security/zebedee/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- security/zebedee/Makefile 2001/07/04 21:31:26 1.9 +++ security/zebedee/Makefile 2001/08/07 08:08:15 @@ -13,8 +13,7 @@ MAINTAINER= greg@hewgill.com -LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 - +USE_BZIP2LIB= yes USE_OPENSSL= YES USE_PERL5= yes Index: sysutils/stowES/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/stowES/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- sysutils/stowES/Makefile 2001/07/20 07:03:27 1.2 +++ sysutils/stowES/Makefile 2001/08/07 08:08:06 @@ -15,15 +15,11 @@ RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow -.include +USE_BZIP2RUN= yes -.if ${OSVERSION} < 500021 -RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 -.endif - GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= stowES.1 -.include +.include Index: textproc/code2html/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/code2html/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- textproc/code2html/Makefile 2001/05/17 12:24:36 1.14 +++ textproc/code2html/Makefile 2001/08/07 08:26:31 @@ -14,7 +14,7 @@ MAINTAINER= jedgar@FreeBSD.org -RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 +USE_BZIP2RUN= yes NO_BUILD= yes @@ -22,7 +22,7 @@ do-configure: @${MV} ${WRKSRC}/code2html ${WRKSRC}/code2html.orig - @${SED} -e 's|/usr/bin/bzip2|${PREFIX}/bin/bzip2|' \ + @${SED} -e 's|/usr/bin/bzip2|${BZIP2BASE}/bin/bzip2|' \ -e 's|/bin/gzip|/usr/bin/gzip|' \ -e 's|/etc/code|${PREFIX}/etc/code|' \ < ${WRKSRC}/code2html.orig > ${WRKSRC}/code2html Index: textproc/ispell/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ispell/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- textproc/ispell/Makefile 2001/08/01 12:00:36 1.61 +++ textproc/ispell/Makefile 2001/08/07 08:25:36 @@ -68,7 +68,7 @@ EXTRACT_ONLY+= ${BRDISTFILE} .endif .if defined(ISPELL_DENEU) -BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +USE_BZIP2CMD= yes DENEUDISTFILE= igerman98-20001109.tar.bz2 MASTER_SITES+= http://www.suse.de/~bjacke/igerman98/dict/ \ ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ Index: graphics/ImageMagick/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ImageMagick/Makefile,v retrieving revision 1.111 diff -u -r1.111 Makefile --- graphics/ImageMagick/Makefile 2001/07/12 10:10:28 1.111 +++ graphics/ImageMagick/Makefile 2001/08/07 08:07:27 @@ -30,8 +30,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \ - fpx.1:${PORTSDIR}/graphics/libfpx \ +LIB_DEPENDS= fpx.1:${PORTSDIR}/graphics/libfpx \ jbig.1:${PORTSDIR}/graphics/jbigkit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ @@ -40,6 +39,7 @@ freetype.7:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 +USE_BZIP2LIB= yes USE_PERL5= yes USE_LIBTOOL= yes USE_AUTOCONF= yes Index: graphics/enfle/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/enfle/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- graphics/enfle/Makefile 2001/03/10 10:16:58 1.23 +++ graphics/enfle/Makefile 2001/08/07 08:07:17 @@ -18,10 +18,10 @@ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ ungif.5:${PORTSDIR}/graphics/libungif \ - arc.1:${PORTSDIR}/archivers/libarc \ - bz2.1:${PORTSDIR}/archivers/bzip2 + arc.1:${PORTSDIR}/archivers/libarc USE_BZIP2= yes +USE_BZIP2LIB= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-all-plugins \ Index: graphics/gtksee/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gtksee/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- graphics/gtksee/Makefile 2000/10/12 22:10:14 1.23 +++ graphics/gtksee/Makefile 2001/08/07 08:24:46 @@ -17,9 +17,9 @@ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ - bzip2:${PORTSDIR}/archivers/bzip2 +RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip +USE_BZIP2RUN= yes USE_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ Index: graphics/autotrace/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/autotrace/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- graphics/autotrace/Makefile 2001/07/12 10:10:29 1.2 +++ graphics/autotrace/Makefile 2001/08/07 08:06:54 @@ -20,11 +20,11 @@ freetype.7:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ - bz2.1:${PORTSDIR}/archivers/bzip2 \ ming.2:${PORTSDIR}/graphics/ming \ wmf.1:${PORTSDIR}/graphics/libwmf \ Magick.5:${PORTSDIR}/graphics/ImageMagick +USE_BZIP2LIB= yes USE_AUTOCONF= yes GNU_CONFIGURE= yes USE_AUTOMAKE= yes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 2:16: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id EACAC37B401; Tue, 7 Aug 2001 02:15:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup6-2.iptelecom.net.ua [212.9.227.66]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA33310; Tue, 7 Aug 2001 12:14:06 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f779CZp63956; Tue, 7 Aug 2001 12:12:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B6FB130.9E53DD98@FreeBSD.org> Date: Tue, 07 Aug 2001 12:13:20 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: portmgr@FreeBSD.org, ports@FreeBSD.org, nakai@FreeBSD.org, dr@domix.de, demon@FreeBSD.org, gnome@FreeBSD.org, mi@aldan.algebra.com, ijliao@FreeBSD.org, andreas@FreeBSD.org, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.org, jmz@FreeBSD.org, samy@goldmoon.org, dirk@FreeBSD.org, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE References: <86bslsjly9.wl@archon.local.idaemons.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 Akinori MUSHA wrote: > Hello, maintainers and portmgr's, > > Now that bzip2 is part of our base on 4-STABLE and 5-CURRENT, I'd like > to commit the attached changes to introduce the following variables > and get rid of unneeded dependencies on archivers/bzip2 from the ports > that depend on bzip2: > > USE_BZIP2CMD - Says that the port uses the bzip2 command for building. > USE_BZIP2LIB - Says that the port uses the bzip2 shared library for > building and running. > USE_BZIP2RUN - Says that the port uses the bzip2 command for running. > BZIP2BASE - Prefix where bzip2 is installed. > > And USE_BZIP2 is changed to imply USE_BZIP2CMD. > > Any objections? It can be done simpler than that. Just turn archivers/bzip2 into a stub port if the system already has shared library and executable installed in the /usr/bin /usr/lib, i.e. teach it to not build anything in this case, but just install appropriate symlinks. We have already too many OSVERSION dependend hacks in bsd.port.mk, so it would be nice to avoid another one. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 2:40:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hamilton.physik.uni-konstanz.de (hamilton1.physik.uni-konstanz.de [134.34.147.36]) by hub.freebsd.org (Postfix) with ESMTP id 679FC37B403 for ; Tue, 7 Aug 2001 02:40:39 -0700 (PDT) (envelope-from bernd@hamilton.physik.uni-konstanz.de) Received: from planck.physik.uni-konstanz.de (root@planck.physik.uni-konstanz.de [134.34.147.33]) by hamilton.physik.uni-konstanz.de (8.10.2/8.10.2/Theorie-Cluster Uni-Konstanz 8.10.1-1) with ESMTP id f779ecI11925 for ; Tue, 7 Aug 2001 11:40:38 +0200 Received: (from bernd@localhost) by planck.physik.uni-konstanz.de (8.10.2/8.10.2/Theorie-Cluster Uni-Konstanz 8.10.1-1) id f779eb725613 for freebsd-ports@FreeBSD.ORG; Tue, 7 Aug 2001 11:40:37 +0200 Date: Tue, 7 Aug 2001 11:40:37 +0200 From: Bernd Rinn To: freebsd-ports@FreeBSD.ORG Subject: current free mem under FreeBSD Message-ID: <20010807114037.A25532@planck.physik.uni-konstanz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i Sender: owner-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 all, I am currently porting a Queuing System (fair scheduling and load balancing) to FreeBSD which we have written for Linux. For this port I need to know how to get a FreeBSD machine's current free memory, i.e. the maximum amount of memory a program can currently use without driving the machine to (heavy) paging activity. (This is provided in /proc/meminfo under Linux.) Currently I am using the formula (using sysctl variables): (vm.stats.vm.v_page_count-vm.stats.vm.v_active_count)*(vm.stats.vm.v_page_size/1024) but I suspect that it might not be correct... Regards, Bernd P.S.: Please CC to Bernd.Rinn@uni-konstanz.de since I am not subscribed to the list. -- Bernd Rinn Fakultät für Physik Universität Konstanz Tel. 07531/88-3812, e-mail: Bernd.Rinn@uni-konstanz.de PGP-Fingerprint: 1F AC 31 64 FF EF A9 67 6E 0D 4C 26 0B E7 ED 5C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 2:42:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 79D4137B401; Tue, 7 Aug 2001 02:42:33 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 474B14E24F; Tue, 7 Aug 2001 18:42:32 +0900 (JST) Date: Tue, 07 Aug 2001 18:42:32 +0900 Message-ID: <868zgwjjef.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: portmgr@FreeBSD.org, ports@FreeBSD.org, nakai@FreeBSD.org, dr@domix.de, demon@FreeBSD.org, gnome@FreeBSD.org, mi@aldan.algebra.com, ijliao@FreeBSD.org, andreas@FreeBSD.org, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.org, jmz@FreeBSD.org, samy@goldmoon.org, dirk@FreeBSD.org, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE In-Reply-To: <3B6FB130.9E53DD98@FreeBSD.org> References: <86bslsjly9.wl@archon.local.idaemons.org> <3B6FB130.9E53DD98@FreeBSD.org> User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Tue, 07 Aug 2001 12:13:20 +0300, sobomax wrote: > It can be done simpler than that. Just turn archivers/bzip2 into a > stub port if the system already has shared library and executable > installed in the /usr/bin /usr/lib, i.e. teach it to not build > anything in this case, but just install appropriate symlinks. We > have already too many OSVERSION dependend hacks in bsd.port.mk, so > it would be nice to avoid another one. It might be simpler, but it's uglier because it's not the right step to the eventual removal of the archivers/bzip2 port. Once we replace the bzip2 dendencies with the new variables, we can retire the bzip2 port at any time by just modifying bsd.port.mk a bit. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 3: 0:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 3055C37B401 for ; Tue, 7 Aug 2001 03:00:51 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 55182 invoked by uid 1000); 7 Aug 2001 09:59:40 -0000 Date: Tue, 7 Aug 2001 12:59:40 +0300 From: Peter Pentchev To: David Bogen Cc: freebsd-ports@freebsd.org Subject: Re: 4.1.1-R to 4.3-S ports/cvsup problem Message-ID: <20010807125940.C54952@ringworld.oblivion.bg> Mail-Followup-To: David Bogen , freebsd-ports@freebsd.org References: <3B66EB41.8010601@bogen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B66EB41.8010601@bogen.org>; from db@bogen.org on Tue, Jul 31, 2001 at 10:30:41AM -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 Tue, Jul 31, 2001 at 10:30:41AM -0700, David Bogen wrote: > There are several 4.1.1-RELEASE boxes where I work. I've started the > process to bring them current by cvsuping to 4.3-STABLE. The process I > use is something like this: > > cvsup src > cvsup ports collection > make new world > make new kernel > reboot > login > try and make a port (bash2, for example) > receive the following warning: > > Error: your port uses an old layout. Please update it to match this > bsd.port.mk. If you have updated your ports collection via cvsup and > are still getting this error, see Q12 and Q13 in the cvsup FAQ on > http://www.polstra.com for further > information. [snip] > > Examining the CVSup FAQ at Polstra.com does not reveal anything labelled > Q12 or Q13. So that is a dead-end. Errr.. 'Q' is a common abbreviation for 'Question', and the CVSup FAQ certainly does have questions with numbers 12 and 13 :) Take a look at: http://www.polstra.com/projects/freeware/CVSup/faq.html#adopt http://www.polstra.com/projects/freeware/CVSup/faq.html#adoptupgrade G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 3: 5:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 3845137B405; Tue, 7 Aug 2001 03:05:08 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup10-34.iptelecom.net.ua [212.9.228.98]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA43940; Tue, 7 Aug 2001 13:04:21 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f77A3nF64150; Tue, 7 Aug 2001 13:03:49 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108071003.f77A3nF64150@vega.vega.com> Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE To: knu@iDaemons.org (Akinori MUSHA) Date: Tue, 7 Aug 2001 13:03:09 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp In-Reply-To: from "Akinori MUSHA" at Aug 07, 2001 06:42:32 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 > > At Tue, 07 Aug 2001 12:13:20 +0300, > sobomax wrote: > > It can be done simpler than that. Just turn archivers/bzip2 into a > > stub port if the system already has shared library and executable > > installed in the /usr/bin /usr/lib, i.e. teach it to not build > > anything in this case, but just install appropriate symlinks. We > > have already too many OSVERSION dependend hacks in bsd.port.mk, so > > it would be nice to avoid another one. > > It might be simpler, but it's uglier because it's not the right step > to the eventual removal of the archivers/bzip2 port. > > Once we replace the bzip2 dendencies with the new variables, we can > retire the bzip2 port at any time by just modifying bsd.port.mk a bit. I do not see any problems with retiring bzip2 port in my variant - when the time has came just remove archivers/bzip2 and its traces in RUN/LIB/BUILD_DEPENDS of various ports. The former is common for both scenarios, while you have to do the latter at the beginning of your scenario anyway (i.e. convert RUN/LIB/BUILD_DEPENDS into various USE_*). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 3:31:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id AC15137B401; Tue, 7 Aug 2001 03:31:14 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 0CE244E24E; Tue, 7 Aug 2001 19:31:13 +0900 (JST) Date: Tue, 07 Aug 2001 19:31:12 +0900 Message-ID: <867kwgjh5b.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE In-Reply-To: <200108071003.f77A3nF64150@vega.vega.com> References: <200108071003.f77A3nF64150@vega.vega.com> User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Tue, 7 Aug 2001 13:03:09 +0300 (EEST), sobomax wrote: > I do not see any problems with retiring bzip2 port in my variant - > when the time has came just remove archivers/bzip2 and its traces > in RUN/LIB/BUILD_DEPENDS of various ports. The former is common > for both scenarios, while you have to do the latter at the beginning > of your scenario anyway (i.e. convert RUN/LIB/BUILD_DEPENDS into > various USE_*). 1. It's still uglier. We don't need such kind of kludgy symlinks. Introducing BZIP2BASE is cleaner and matches the reality. 2. USE_BZIP2 implies EXTRACT_SUFX=.tar.bz2 and EXTRACT_CMD=bzip2 but which are sometimes unwanted. Introducing USE_BZIP2CMD will solve this cleanly. 3. It'd be better to be consistent with what we are doing for OpenSSL. 4. You didn't object but agreed when we changed bsd.port.mk not to depend on archivers/bzip2 if the system has /usr/bin/bzip2. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 3:34:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 8BE5A37B409 for ; Tue, 7 Aug 2001 03:34:36 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 59478 invoked by uid 1000); 7 Aug 2001 10:33:21 -0000 Date: Tue, 7 Aug 2001 13:33:21 +0300 From: Peter Pentchev To: Akinori MUSHA Cc: Maxim Sobolev , portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE Message-ID: <20010807133321.D54952@ringworld.oblivion.bg> Mail-Followup-To: Akinori MUSHA , Maxim Sobolev , portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp References: <200108071003.f77A3nF64150@vega.vega.com> <867kwgjh5b.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <867kwgjh5b.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Tue, Aug 07, 2001 at 07:31:12PM +0900 Sender: owner-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, Aug 07, 2001 at 07:31:12PM +0900, Akinori MUSHA wrote: > At Tue, 7 Aug 2001 13:03:09 +0300 (EEST), > sobomax wrote: > > I do not see any problems with retiring bzip2 port in my variant - > > when the time has came just remove archivers/bzip2 and its traces > > in RUN/LIB/BUILD_DEPENDS of various ports. The former is common > > for both scenarios, while you have to do the latter at the beginning > > of your scenario anyway (i.e. convert RUN/LIB/BUILD_DEPENDS into > > various USE_*). > > 1. It's still uglier. We don't need such kind of kludgy symlinks. > Introducing BZIP2BASE is cleaner and matches the reality. > > 2. USE_BZIP2 implies EXTRACT_SUFX=.tar.bz2 and EXTRACT_CMD=bzip2 but > which are sometimes unwanted. Introducing USE_BZIP2CMD will solve > this cleanly. FWIW, I agree heartily with this point - there *is* software out there that only needs libbz2. > 3. It'd be better to be consistent with what we are doing for OpenSSL. > > 4. You didn't object but agreed when we changed bsd.port.mk not to > depend on archivers/bzip2 if the system has /usr/bin/bzip2. G'luck, Peter -- If you think this sentence is confusing, then change one pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 3:44:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 076E637B403; Tue, 7 Aug 2001 03:43:56 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup11-54.iptelecom.net.ua [212.9.228.182]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA52108; Tue, 7 Aug 2001 13:43:35 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f77Ah3W64269; Tue, 7 Aug 2001 13:43:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108071043.f77Ah3W64269@vega.vega.com> Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE To: roam@ringlet.net (Peter Pentchev) Date: Tue, 7 Aug 2001 13:43:02 +0300 (EEST) Cc: knu@iDaemons.org (Akinori MUSHA), sobomax@FreeBSD.ORG (Maxim Sobolev), portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp In-Reply-To: <20010807133321.D54952@ringworld.oblivion.bg> from "Peter Pentchev" at Aug 07, 2001 01:33:21 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 > > On Tue, Aug 07, 2001 at 07:31:12PM +0900, Akinori MUSHA wrote: > > At Tue, 7 Aug 2001 13:03:09 +0300 (EEST), > > sobomax wrote: > > > I do not see any problems with retiring bzip2 port in my variant - > > > when the time has came just remove archivers/bzip2 and its traces > > > in RUN/LIB/BUILD_DEPENDS of various ports. The former is common > > > for both scenarios, while you have to do the latter at the beginning > > > of your scenario anyway (i.e. convert RUN/LIB/BUILD_DEPENDS into > > > various USE_*). > > > > 1. It's still uglier. We don't need such kind of kludgy symlinks. > > Introducing BZIP2BASE is cleaner and matches the reality. > > > > 2. USE_BZIP2 implies EXTRACT_SUFX=.tar.bz2 and EXTRACT_CMD=bzip2 but > > which are sometimes unwanted. Introducing USE_BZIP2CMD will solve > > this cleanly. > > FWIW, I agree heartily with this point - there *is* software out there > that only needs libbz2. That software should use LIB_DEPENDS=bz2.x:..., USE_BZIP2 does not provide any help in this case, as it is not implies any runtime dependencies (i.e. LIB/RUN_DEPENDS), but only BUILD_DEPENDS. -Maxim > > > 3. It'd be better to be consistent with what we are doing for OpenSSL. > > > > 4. You didn't object but agreed when we changed bsd.port.mk not to > > depend on archivers/bzip2 if the system has /usr/bin/bzip2. > > G'luck, > Peter > > -- > If you think this sentence is confusing, then change one pig. > > 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 Tue Aug 7 3:51: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from relay.linkey.ru (relay.linkey.ru [195.133.229.1]) by hub.freebsd.org (Postfix) with ESMTP id A45F637B403; Tue, 7 Aug 2001 03:51:03 -0700 (PDT) (envelope-from nick@intero.ru) Received: from dev (231.141.linkey.ru [195.133.231.141] (may be forged)) by relay.linkey.ru (8.11.0/8.11.0) with SMTP id f77Ap1A05003; Tue, 7 Aug 2001 14:51:01 +0400 Message-ID: <000601c11f2f$377dcd80$0101a8c0@linkey.ru> From: =?koi8-r?B?7snLz8zByiDrz87E0sHbz9c=?= To: Cc: Subject: FreeBSD Port: jakarta-tomcat-3.2.3 Date: Tue, 7 Aug 2001 14:53:38 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C11F50.BE092680" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-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_0003_01C11F50.BE092680 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello, Dirk! Sorry for disturbing you... I still can't understand is mod_jk supported on Apache versions prior to = 1.3.20... Your package, that i've download from ftp.freebsd.org requires 1.3.20... = is there reason for that?... And if yes, where i can get mod_jk version, that works with Apache = 1.3.19?.... Thank you. Best regards, Nick, Russia ------=_NextPart_000_0003_01C11F50.BE092680 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hello, Dirk!
 
Sorry for disturbing = you...
 
I still can't understand is mod_jk = supported on=20 Apache versions prior to 1.3.20...
Your package, that i've download from = ftp.freebsd.org requires 1.3.20... is = there=20 reason for that?...
And if yes, where i can get mod_jk = version, that=20 works with Apache 1.3.19?....
 
Thank you.
 
Best regards,
Nick, Russia
------=_NextPart_000_0003_01C11F50.BE092680-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 3:58:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id CEA5C37B401 for ; Tue, 7 Aug 2001 03:58:44 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 59875 invoked by uid 1000); 7 Aug 2001 10:57:28 -0000 Date: Tue, 7 Aug 2001 13:57:28 +0300 From: Peter Pentchev To: =?windows-1251?B?zejq7uvg6SDK7u3k8OD47uI=?= Cc: dirk@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: jakarta-tomcat-3.2.3 Message-ID: <20010807135728.E54952@ringworld.oblivion.bg> Mail-Followup-To: =?windows-1251?B?zejq7uvg6SDK7u3k8OD47uI=?= , dirk@FreeBSD.org, ports@FreeBSD.org References: <000601c11f2f$377dcd80$0101a8c0@linkey.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000601c11f2f$377dcd80$0101a8c0@linkey.ru>; from nick@intero.ru on Tue, Aug 07, 2001 at 02:53:38PM +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 On Tue, Aug 07, 2001 at 02:53:38PM +0400, Íèêîëàé Êîíäðàøîâ wrote: > Hello, Dirk! > > Sorry for disturbing you... > > I still can't understand is mod_jk supported on Apache versions prior to 1.3.20... > Your package, that i've download from ftp.freebsd.org requires 1.3.20... is there reason for that?... > And if yes, where i can get mod_jk version, that works with Apache 1.3.19?.... The package probably requires 1.3.20 because 1.3.20 was the PORTVERSION of www/apache at the time of building the mod_jk package. I doubt that you will be able to find a new version of the mod_jk package built against an old version of Apache itself; you'd be much better off updating your Ports collection and building the www/mod_jk port. G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 4:26: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cei-mail.cei.co.th (cei-mail.cei.co.th [203.152.27.20]) by hub.freebsd.org (Postfix) with ESMTP id 1D03A37B401 for ; Tue, 7 Aug 2001 04:25:52 -0700 (PDT) (envelope-from visant@cei-mail.cei.co.th) Received: from Xserver47.cei.co.th (visant@[203.152.27.108]) by cei-mail.cei.co.th (8.11.2/8.11.2) with SMTP id f77BP4b01199; Tue, 7 Aug 2001 18:25:14 +0700 From: visant@cei.co.th Date: Tue, 07 Aug 2001 12:24:25 GMT Message-ID: <20010807.12242500@Xserver47.cei.co.th> Subject: Need Help To: ports@freebsd.org Reply-To: visant@cei.co.th X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 1 (Highest) 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 Hello, We have problems about unixODBC compilation. We have installed unixODBC-2.0.7 on FreeBSD-4.2 with qt-2.2. But we found that ODBCConfig and Datamanager was not compiled. How can we fix this problem ?. Please advise Thanks in advances, Best Regards, Visant D. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 4:30:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5210E37B403 for ; Tue, 7 Aug 2001 04:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BUCc32431; Tue, 7 Aug 2001 04:30:12 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00F1337B403 for ; Tue, 7 Aug 2001 04:27:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BRgp32281; Tue, 7 Aug 2001 04:27:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200108071127.f77BRgp32281@freefall.freebsd.org> Date: Tue, 7 Aug 2001 04:27:42 -0700 (PDT) From: LiNuCe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29493: KDE template 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 >Number: 29493 >Category: ports >Synopsis: KDE template problem >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: Tue Aug 07 04:30:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: LiNuCe >Release: 4.3-RELEASE >Organization: None >Environment: FreeBSD marseille-agence214.private.a-telecom.fr 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: Creating any a file from the right click menu "Create New ..." in KDE create a non-writteable file. As it is a new file, it's better been writteable by the user that create. Creating a directory from the same menu fails because emptydir can not be found (Already reported but the original PR only report only directory creation problem : see PR #26802). >How-To-Repeat: Install the kde-2.1.1 package. Launch KDE Right click on the desktop and try to create each new item with the "Create New" submenu. >Fix: cd /usr/local/share/templates/.source/ chmod 644 *.desktop HTMLFile.html TextFile.txt mkdir -m 744 emptydir >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 Aug 7 4:54:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from k15is01.ksfc.co.kr (unknown [210.183.27.2]) by hub.freebsd.org (Postfix) with ESMTP id 7C68837B405; Tue, 7 Aug 2001 04:54:29 -0700 (PDT) (envelope-from escalade2000@myrealbox.com) Received: from smtp.myrealbox.com ([63.208.231.2]) by k15is01.ksfc.co.kr with Microsoft SMTPSVC(5.0.2195.1600); Tue, 7 Aug 2001 20:55:47 +0900 Reply-To: From: "escalade2000@myrealbox.com" To: "3928@hotmail.com" <3928@hotmail.com> Subject: This offer is for foreign residents only Content-Type: text/plain; charset="us-ascii";format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-OriginalArrivalTime: 07 Aug 2001 11:55:47.0718 (UTC) FILETIME=[E580F260:01C11F37] Date: 7 Aug 2001 20:55:47 +0900 Sender: owner-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 apologize, but this offer does not apply to the following countries at this time: United States, India, Pakistan. ======================================================================= Currency Trading Made Simple! Do You Have The Yen To Be a A Millionaire? 200% return in less than 90 days! Unique Strategy Trading in the International Currency Markets! Largest MarketPlace in the World! Get our Reports, Charts and Strategies on the U.S. Dollar vs Japanese yen and euro. Example: A $5,000 Investment in the Euro vs the dollar, "properly positioned", on 9/29/00 could have returned $12,500.00 on 10/19/00. If you live outside the United States, please contact us today for your FREE information packet on Currency Trading. http://www.u1.pp.ru/user534/curr/default.html to visit our website....now!! ======================================================================= We apologize, but this offer does not apply to the following countries at this time: United States, India, Pakistan. ======================================================================= Removal Instructions: To be removed from our "in house" mailing list mailto:swtmm96@koko96.com and you will automatically be removed from future mailings. You have received this email by either requesting more information on one of our opportunities or someone may have used your email address. If you received this email in error, please accept our apologies. (Any attempts to disrupt the removal email address etc., will not allow us to be able to retrieve and process the remove requests.) ====================================================================== *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 5:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E7D737B406 for ; Tue, 7 Aug 2001 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CU1O41291; Tue, 7 Aug 2001 05:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8711F37B401 for ; Tue, 7 Aug 2001 05:20:49 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CKng40530; Tue, 7 Aug 2001 05:20:49 -0700 (PDT) (envelope-from nobody) Message-Id: <200108071220.f77CKng40530@freefall.freebsd.org> Date: Tue, 7 Aug 2001 05:20:49 -0700 (PDT) From: Daniel Hemmerich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29494: Update on the fetch URLs Sender: owner-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: 29494 >Category: ports >Synopsis: Update on the fetch URLs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 07 05:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Daniel Hemmerich >Release: 4.3 08/03/2001 >Organization: http://www.BSDpro.com/ >Environment: N/A >Description: The master site for xw moved. >How-To-Repeat: N/A >Fix: Change ftp.BSDpro.com to ftp.spot.org, thanks! >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 Aug 7 5:39:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 0E98B37B40B; Tue, 7 Aug 2001 05:39:22 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup13-57.iptelecom.net.ua [212.9.229.57]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA54585; Tue, 7 Aug 2001 13:57:26 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f77Aut564297; Tue, 7 Aug 2001 13:56:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108071056.f77Aut564297@vega.vega.com> Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE To: knu@iDaemons.org (Akinori MUSHA) Date: Tue, 7 Aug 2001 13:56:15 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp In-Reply-To: from "Akinori MUSHA" at Aug 07, 2001 07:31:12 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 > > At Tue, 7 Aug 2001 13:03:09 +0300 (EEST), > sobomax wrote: > > I do not see any problems with retiring bzip2 port in my variant - > > when the time has came just remove archivers/bzip2 and its traces > > in RUN/LIB/BUILD_DEPENDS of various ports. The former is common > > for both scenarios, while you have to do the latter at the beginning > > of your scenario anyway (i.e. convert RUN/LIB/BUILD_DEPENDS into > > various USE_*). > > 1. It's still uglier. We don't need such kind of kludgy symlinks. > Introducing BZIP2BASE is cleaner and matches the reality. > > 2. USE_BZIP2 implies EXTRACT_SUFX=.tar.bz2 and EXTRACT_CMD=bzip2 but > which are sometimes unwanted. Introducing USE_BZIP2CMD will solve > this cleanly. > > 3. It'd be better to be consistent with what we are doing for OpenSSL. > > 4. You didn't object but agreed when we changed bsd.port.mk not to > depend on archivers/bzip2 if the system has /usr/bin/bzip2. I still think that it is unneded complication. OpenSSL can't be an example here, because it is likely that in the foreseable future we will have to cope with the fact that the OpenSSL is disableable component of the base system (yes, I know that US export restrictions have been lifted, but there are still import restrictions in the number of states). This is untrue for bzip2 - it is not an optional component, so we have to chose solution that meets the folowing criterias: a) provides smooth deorbiting path for archivers/bzip2 port; b) relatively easy to test and implement; c) doesn't create false user's perception that bzip2 dualism is here for ages. Your proposal doesn't comply with (b) and (c) above, because of the following reasons: 1) There are still no facilities to test bsd.port.mk changes on; 2) past experience shows that there is a significant resistance for removing support for obsolete options from bsd.port.mk (think about USE_NEWGCC, USE_PERL5 etc.) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 5:43:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp4.vol.cz (smtp4.vol.cz [195.250.128.84]) by hub.freebsd.org (Postfix) with ESMTP id C3C3537B414 for ; Tue, 7 Aug 2001 05:43:34 -0700 (PDT) (envelope-from ms@vol.cz) Received: from milan (bp.vol.cz [195.250.128.37]) by smtp4.vol.cz (8.11.3/8.11.3) with SMTP id f77ChPI77579; Tue, 7 Aug 2001 14:43:26 +0200 (CEST) (envelope-from ms@vol.cz) Message-ID: <000301c11f3e$8c588750$dc0014ac@milan> From: "Milan Salajka" To: Cc: Subject: FreeBSD Port: reportmagic-2.10 Date: Tue, 7 Aug 2001 14:43:23 +0200 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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 freebsd-4.3-release reportmagic fails with: > Undefined subroutine &Time::Local::timelocal_nocheck > called at /usr/local/reportmagic/wadg/Formatter.pm line 340. probably perl that is included in freebsd-4.3 doesn't support timelocal_nocheck() function... when i replaced this function with timelocal(), reportmagic works ok. (maybe this problem is caused by my timezone setting... !?) bye milan salajka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 5:45:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E8CB37B409; Tue, 7 Aug 2001 05:45:15 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CdOk42168; Tue, 7 Aug 2001 05:39:24 -0700 (PDT) (envelope-from roam) Date: Tue, 7 Aug 2001 05:39:24 -0700 (PDT) From: Message-Id: <200108071239.f77CdOk42168@freefall.freebsd.org> To: dan@BSDpro.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29494: Update on the fetch URLs Sender: owner-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 on the fetch URLs State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue Aug 7 05:37:38 PDT 2001 State-Changed-Why: Committed, thanks! Note that it would have been a bit more helpful if you had specified the port name (including the category) in the PR subject/synopsis, and if you had said that you were actually the port maintainer :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29494 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 6:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5076E37B403 for ; Tue, 7 Aug 2001 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77DU1n50006; Tue, 7 Aug 2001 06:30:01 -0700 (PDT) (envelope-from gnats) Received: from stokie.tecc.co.uk (stokie.tecc.co.uk [195.217.37.154]) by hub.freebsd.org (Postfix) with ESMTP id 0080337B406 for ; Tue, 7 Aug 2001 06:26:25 -0700 (PDT) (envelope-from andy@stokie.tecc.co.uk) Received: (from andy@localhost) by stokie.tecc.co.uk (8.11.1/8.11.1) id f77DQO719226; Tue, 7 Aug 2001 14:26:24 +0100 (BST) (envelope-from andy) Message-Id: <200108071326.f77DQO719226@stokie.tecc.co.uk> Date: Tue, 7 Aug 2001 14:26:24 +0100 (BST) From: andy@tecc.co.uk Reply-To: andy@tecc.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29496: net/vrrp 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: 29496 >Category: ports >Synopsis: VRRP port 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: Tue Aug 07 06:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andy K (Minosh) >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: RELENG_4 >Description: The current port of VRRP does not meet the specification rfc2338. As the maintainer, after researching the problem come to the conclusion with generic PC hardware NIC interfaces the rfc is unattainable. Also, I believe there is a conflict within the rfc that makes meetings it's own specification out of range. >How-To-Repeat: Don't install it. >Fix: I would like a ports committer to mark this port broken and remove from the ports tree. I intend to produce a new port based around VRRP that is possible and implements a subset of VRRP to provide FreeBSD with IP failover functionality. Andy K >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 Aug 7 6:45:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 6CD0937B410 for ; Tue, 7 Aug 2001 06:45:46 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 32492 invoked by uid 1000); 7 Aug 2001 13:44:33 -0000 Date: Tue, 7 Aug 2001 16:44:33 +0300 From: Peter Pentchev To: Munechika SUMIKAWA Cc: ports@FreeBSD.org Subject: www/apache13+ipv6 minor segfault fix Message-ID: <20010807164433.E4858@ringworld.oblivion.bg> Mail-Followup-To: Munechika SUMIKAWA , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Hi, Attached is a patch to the www/apache13+ipv6 port, which adds an additional patch to the IPv6 patch. This prevents a segfault in the error reporting code when the kernel lacks IPv6 support. The (trivial) patch itself was already submitted to the KAME project, so it might be incorporated into a future release of the apache-v6 patch; however, it might be useful to patch the FreeBSD port in the meantime. Granted, Apache with IPv6 support is only rarely started on kernels without IPv6 support, but.. mistakes happen ;) G'luck, Peter -- This sentence every third, but it still comprehensible. Index: ports/www/apache13+ipv6/Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13+ipv6/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- ports/www/apache13+ipv6/Makefile 2001/07/31 05:25:07 1.19 +++ ports/www/apache13+ipv6/Makefile 2001/08/07 13:43:38 @@ -7,6 +7,7 @@ PORTNAME= apache+ipv6 PORTVERSION= 1.3.20 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -25,8 +26,10 @@ ftp://apache.nextpath.com/pub/apache/dist/httpd/ DISTNAME= apache_${PORTVERSION} -PATCH_SITES= ftp://ftp.piuha.net/pub/misc/ -PATCHFILES= apache-1.3.20-v6-20010724.diff.gz +PATCH_SITES= ftp://ftp.piuha.net/pub/misc/ \ + http://devel.ringlet.net/patches/apache13+ipv6/ +PATCHFILES= apache-1.3.20-v6-20010724.diff.gz \ + gaifix-20010724.patch PATCH_DIST_STRIP= -p1 MAINTAINER= sumikawa@FreeBSD.org Index: ports/www/apache13+ipv6/distinfo =================================================================== RCS file: /home/ncvs/ports/www/apache13+ipv6/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- ports/www/apache13+ipv6/distinfo 2001/07/31 05:25:07 1.10 +++ ports/www/apache13+ipv6/distinfo 2001/08/07 13:43:38 @@ -1,2 +1,3 @@ MD5 (apache_1.3.20.tar.gz) = d58d373b5f528a61a3490daec5e8f91f MD5 (apache-1.3.20-v6-20010724.diff.gz) = 6da584790611f7ff8b7bcde3a1d634dc +MD5 (gaifix-20010724.patch) = 12dbec4cab3aa1b5af70866e4f755478 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 7:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 130B437B409 for ; Tue, 7 Aug 2001 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77EA1D64723; Tue, 7 Aug 2001 07:10:01 -0700 (PDT) (envelope-from gnats) Received: from b80216.upc-b.chello.nl (b80216.upc-b.chello.nl [212.83.80.216]) by hub.freebsd.org (Postfix) with ESMTP id D35D737B401 for ; Tue, 7 Aug 2001 07:06:27 -0700 (PDT) (envelope-from devet@devet.org) Received: from adv.devet.org (adv.devet.org [192.168.1.2]) by b80216.upc-b.chello.nl (Postfix) with ESMTP id A8D5768CB for ; Tue, 7 Aug 2001 16:06:25 +0200 (CEST) Received: by adv.devet.org (Postfix, from userid 100) id C821148B9; Tue, 7 Aug 2001 16:06:24 +0200 (CEST) Message-Id: <20010807140624.C821148B9@adv.devet.org> Date: Tue, 7 Aug 2001 16:06:24 +0200 (CEST) From: Arjan de Vet Reply-To: Arjan de Vet To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29497: language options for ispell 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: 29497 >Category: ports >Synopsis: language options for ispell port 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: Tue Aug 07 07:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Arjan de Vet >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Madison Gurkha >Environment: System: FreeBSD adv.devet.org 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Tue Aug 7 08:23:18 CEST 2001 root@adv.devet.org:/home/freebsd/obj/home/freebsd/src/sys/ADV i386 >Description: the language options for ispell do not work anymore >How-To-Repeat: [/usr/ports/textproc/ispell] devet@adv> make ISPELL_NL=YES ===> Extracting for ispell-3.2.05 >Fix: Index: Makefile =================================================================== RCS file: /home/freebsd/CVS/ports/textproc/ispell/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 2001/08/01 12:00:36 1.61 +++ Makefile 2001/08/07 13:49:37 @@ -12,6 +12,7 @@ MAINTAINER?= jmz@FreeBSD.org ISPELL_FILES= ispell-3.2.05.tar.gz +DISTFILES= ${ISPELL_FILES} MAN1= ispell.1 MAN4= ispell.4 english.4 >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for ispell-nl-1.0.0.tar.gz. /usr/ports/distfiles//ispell-3.2.05.tar.gz: No such file or directory ===> Patching for ispell-3.2.05 ===> Applying FreeBSD patches for ispell-3.2.05 patch: **** can't cd to /home/freebsd/ports/textproc/ispell/work/ispell-3.2.05: No such file or directory >> Patch patch-aa failed to apply cleanly. *** Error code 1 Stop in /home/freebsd/ports/textproc/ispell. *** Error code 1 Stop in /home/freebsd/ports/textproc/ispell. *** Error code 1 Stop in /home/freebsd/ports/textproc/ispell. *** Error code 1 Stop in /home/freebsd/ports/textproc/ispell. *** Error code 1 Stop in /home/freebsd/ports/textproc/ispell. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 8:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A8A137B409 for ; Tue, 7 Aug 2001 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FA1Q73929; Tue, 7 Aug 2001 08:10:01 -0700 (PDT) (envelope-from gnats) Received: from dhcp118.verkstad.net (dhcp118.verkstad.net [192.36.157.118]) by hub.freebsd.org (Postfix) with ESMTP id 8DF4737B405 for ; Tue, 7 Aug 2001 08:09:35 -0700 (PDT) (envelope-from martti@dhcp118.verkstad.net) Received: (from martti@localhost) by dhcp118.verkstad.net (8.11.3/8.11.3) id f77F9VS04359; Tue, 7 Aug 2001 17:09:31 +0200 (CEST) (envelope-from martti) Message-Id: <200108071509.f77F9VS04359@dhcp118.verkstad.net> Date: Tue, 7 Aug 2001 17:09:31 +0200 (CEST) From: martti.kuparinen@iki.fi Reply-To: martti.kuparinen@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29498: [PATCH] fix apache13+ipv6 core dump Sender: owner-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: 29498 >Category: ports >Synopsis: [PATCH] fix apache13+ipv6 core dump >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 Aug 07 08:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD dhcp118 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 6 08:39:50 CEST 2001 root@dhcp118:/usr/obj/usr/src/sys/KAYAK i386 >Description: I have updated the IPv6 patch for Apache 1.3.20 at ftp.piuha.net The new patch fixes core dump problem when the kernel does not have AF_INET6 support. Thanks to Peter Pentchev! >How-To-Repeat: >Fix: diff -ru /usr/ports/www/apache13+ipv6/Makefile apache13+ipv6/Makefile --- /usr/ports/www/apache13+ipv6/Makefile Wed Aug 1 03:06:37 2001 +++ apache13+ipv6/Makefile Tue Aug 7 17:57:15 2001 @@ -7,6 +7,7 @@ PORTNAME= apache+ipv6 PORTVERSION= 1.3.20 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -26,7 +27,7 @@ DISTNAME= apache_${PORTVERSION} PATCH_SITES= ftp://ftp.piuha.net/pub/misc/ -PATCHFILES= apache-1.3.20-v6-20010724.diff.gz +PATCHFILES= apache-1.3.20-v6-20010807.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sumikawa@FreeBSD.org diff -ru /usr/ports/www/apache13+ipv6/distinfo apache13+ipv6/distinfo --- /usr/ports/www/apache13+ipv6/distinfo Wed Aug 1 03:06:37 2001 +++ apache13+ipv6/distinfo Tue Aug 7 17:57:56 2001 @@ -1,2 +1,2 @@ MD5 (apache_1.3.20.tar.gz) = d58d373b5f528a61a3490daec5e8f91f -MD5 (apache-1.3.20-v6-20010724.diff.gz) = 6da584790611f7ff8b7bcde3a1d634dc +MD5 (apache-1.3.20-v6-20010807.diff.gz) = e7885adefcab56186b590b6e99fc355e >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 Aug 7 8:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C26D37B405 for ; Tue, 7 Aug 2001 08:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FU5376061; Tue, 7 Aug 2001 08:30:05 -0700 (PDT) (envelope-from gnats) Date: Tue, 7 Aug 2001 08:30:05 -0700 (PDT) Message-Id: <200108071530.f77FU5376061@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/29491: Keys not working in cscope + patch Reply-To: Pete Fritchman Sender: owner-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/29491; it has been noted by GNATS. From: Pete Fritchman To: "Alexander N. Kabaev" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29491: Keys not working in cscope + patch Date: Tue, 7 Aug 2001 11:26:53 -0400 ++ 06/08/01 22:51 -0400 - Alexander N. Kabaev: | >Synopsis: Keys not working in cscope + patch OK, this looks good, but let's call it patch-src::constants.h instead :-) -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 8:35:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A07337B403; Tue, 7 Aug 2001 08:35:16 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FPXL75500; Tue, 7 Aug 2001 08:25:33 -0700 (PDT) (envelope-from roam) Date: Tue, 7 Aug 2001 08:25:33 -0700 (PDT) From: Message-Id: <200108071525.f77FPXL75500@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, sumikawa@FreeBSD.org Subject: Re: ports/29498: [PATCH] fix apache13+ipv6 core dump Sender: owner-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] fix apache13+ipv6 core dump Responsible-Changed-From-To: freebsd-ports->sumikawa Responsible-Changed-By: roam Responsible-Changed-When: Tue Aug 7 08:24:32 PDT 2001 Responsible-Changed-Why: Over to maintainer. Sumikawa-san, this is the patch I wrote about in an email to -ports today. It has been incorporated in the official apache-v6 patch. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 8:38: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 082A537B401 for ; Tue, 7 Aug 2001 08:37:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup13-2.iptelecom.net.ua [212.9.229.2]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA06264; Tue, 7 Aug 2001 18:37:42 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f77FbBp71598; Tue, 7 Aug 2001 18:37:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B700B53.E8664B77@FreeBSD.org> Date: Tue, 07 Aug 2001 18:37:56 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Bernd Rinn Cc: freebsd-ports@FreeBSD.org Subject: Re: current free mem under FreeBSD References: <20010807114037.A25532@planck.physik.uni-konstanz.de> 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 Bernd Rinn wrote: > Hi all, > > I am currently porting a Queuing System (fair scheduling and load > balancing) to FreeBSD which we have written for Linux. For this port I > need to know how to get a FreeBSD machine's current free memory, i.e. > the maximum amount of memory a program can currently use without > driving the machine to (heavy) paging activity. (This is provided in > /proc/meminfo under Linux.) Currently I am using the formula (using > sysctl variables): > > (vm.stats.vm.v_page_count-vm.stats.vm.v_active_count)*(vm.stats.vm.v_page_size/1024) > > but I suspect that it might not be correct... > > Regards, > > Bernd > > P.S.: Please CC to Bernd.Rinn@uni-konstanz.de since I am not > subscribed to the list. Try to ask Matt Dillon (dillon@FreeBSD.org) - he is the main author of the current FreeBSD VM subsystem, so he probably knows for sure. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 8:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCF8F37B403 for ; Tue, 7 Aug 2001 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Fo2A81019; Tue, 7 Aug 2001 08:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 7 Aug 2001 08:50:02 -0700 (PDT) Message-Id: <200108071550.f77Fo2A81019@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29491: Keys not working in cscope + patch Reply-To: Peter Pentchev Sender: owner-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/29491; it has been noted by GNATS. From: Peter Pentchev To: Pete Fritchman Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29491: Keys not working in cscope + patch Date: Tue, 7 Aug 2001 18:47:45 +0300 On Tue, Aug 07, 2001 at 08:30:05AM -0700, Pete Fritchman wrote: > The following reply was made to PR ports/29491; it has been noted by GNATS. > > From: Pete Fritchman > To: "Alexander N. Kabaev" > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/29491: Keys not working in cscope + patch > Date: Tue, 7 Aug 2001 11:26:53 -0400 > > ++ 06/08/01 22:51 -0400 - Alexander N. Kabaev: > | >Synopsis: Keys not working in cscope + patch > > OK, this looks good, but let's call it patch-src::constants.h instead :-) The patch in the PR is not a new patch for the port; it merely adds a delta to the already existing files/patch-aa. Changing that would require a repocopy (not too hard to do, but not really necessary in this particular case, IMHO). G'luck, Peter -- Hey, out there - is it *you* reading me, or is it someone else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 9: 1:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 70D1237B405 for ; Tue, 7 Aug 2001 09:01:27 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 1012 invoked by uid 1000); 7 Aug 2001 15:59:38 -0000 Date: Tue, 7 Aug 2001 18:59:38 +0300 From: Peter Pentchev To: degen Cc: j@4u.net, ports@FreeBSD.org Subject: Re: FreeBSD Port: pure-ftpd-0.98.7 Message-ID: <20010807185937.C495@ringworld.oblivion.bg> Mail-Followup-To: degen , j@4u.net, ports@FreeBSD.org References: <000701c11ae8$0532ba70$41f41aac@GVL03756NTW.vsi.videotron.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000701c11ae8$0532ba70$41f41aac@GVL03756NTW.vsi.videotron.com>; from degen@sympatico.ca on Wed, Aug 01, 2001 at 08:13:55PM -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 On Wed, Aug 01, 2001 at 08:13:55PM -0400, degen wrote: > Hi i am wondering if you are going to update the port tree of pure-ftpd to the newest version 0.99a soon? > It seem to be vulnerable to the /*/*/* exploit that overflow the deamon. > > Could you get back whit me on that thanks > > love the works of all the port releaser you do a realy nice job! I just committed the author/maintainer's update to 0.99. G'luck, Peter -- No language can express every thought unambiguously, least of all this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 9: 5:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8996837B410; Tue, 7 Aug 2001 09:05:16 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77G1kJ85900; Tue, 7 Aug 2001 09:01:46 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 09:01:46 -0700 (PDT) From: Message-Id: <200108071601.f77G1kJ85900@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/29497: language options for ispell 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: language options for ispell port broken Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: lioux Responsible-Changed-When: Tue Aug 7 09:00:07 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29497 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 9:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AEF837B401 for ; Tue, 7 Aug 2001 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77GK2i97230; Tue, 7 Aug 2001 09:20:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 7 Aug 2001 09:20:02 -0700 (PDT) Message-Id: <200108071620.f77GK2i97230@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/29491: Keys not working in cscope + patch Reply-To: Pete Fritchman Sender: owner-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/29491; it has been noted by GNATS. From: Pete Fritchman To: Peter Pentchev Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29491: Keys not working in cscope + patch Date: Tue, 7 Aug 2001 12:11:52 -0400 ++ 07/08/01 18:47 +0300 - Peter Pentchev: | The patch in the PR is not a new patch for the port; it merely adds | a delta to the already existing files/patch-aa. Changing that would *sigh* I really need to wake up. This looks good as-is, please commit :-) -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 9:35:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9733337B403; Tue, 7 Aug 2001 09:35:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77GPo497963; Tue, 7 Aug 2001 09:25:50 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 09:25:50 -0700 (PDT) From: Message-Id: <200108071625.f77GPo497963@freefall.freebsd.org> To: thierry@thomas.as, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29236: Port news/newsx - maintainer-update: change e-mail + DOCSDIR Sender: owner-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 news/newsx - maintainer-update: change e-mail + DOCSDIR State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 09:25:37 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29236 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 9:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C869937B40C for ; Tue, 7 Aug 2001 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Ge2u99292; Tue, 7 Aug 2001 09:40:02 -0700 (PDT) (envelope-from gnats) Received: from oneplusone.ch (oneplusone.ch [212.55.208.170]) by hub.freebsd.org (Postfix) with ESMTP id 4B25C37B406; Tue, 7 Aug 2001 09:30:09 -0700 (PDT) (envelope-from ast@marabu.ch) Received: (from uucp@localhost) by oneplusone.ch (8.11.4/8.11.3) with UUCP id f77GU3d52653; Tue, 7 Aug 2001 18:30:03 +0200 (MEST) (envelope-from ast@marabu.ch) Received: from srv.marabu.ch (srv.marabu.ch [192.168.21.2]) by marabu.ch (8.9.3/2000102801) with ESMTP id SAA42104; Tue, 7 Aug 2001 18:24:51 +0200 (CEST) (envelope-from ast@marabu.ch) Received: (from ast@localhost) by srv.marabu.ch (8.11.3/8.11.3) id f77GOKC03001; Tue, 7 Aug 2001 18:24:20 +0200 (MEST) (envelope-from ast) Message-Id: <200108071624.f77GOKC03001@srv.marabu.ch> Date: Tue, 7 Aug 2001 18:24:20 +0200 (MEST) From: ast@marabu.ch Reply-To: ast@marabu.ch To: FreeBSD-gnats-submit@freebsd.org Cc: sumikawa@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29507: racoon-20010802a libipsec doesn't compile on RELENG_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: 29507 >Category: ports >Synopsis: racoon-20010802a libipsec doesn't compile on RELENG_4 >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 Aug 07 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adrian Steinmann >Release: FreeBSD RELENG_4 i386 >Organization: Steinmann Consulting >Environment: In a make release RELENG_4 chroot environment hosted on: System: FreeBSD srv.marabu.ch 4.3-RELEASE FreeBSD 4.3-RELEASE #4: Tue Jul 10 13:13:01 MEST 2001 root@srv.marabu.ch:/usr/src/sys/compile/SRV i386 >Description: I just cvsup-ed cvs-all and built release RELENG_4. Since last time I did this, racoon was upgraded, it seems to fail now because the ipsec structures in RELENG_4 are different (racoon-20010802a doesn't link against native RELENG_4 libipsec either). # make Warning: Object directory not changed from original /usr/ports/security/racoon/work/racoon-20010802a/libipsec yacc -d -d -p __libyy policy_parse.y cp y.tab.c policy_parse.c cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c pfkey.c -o pfkey.o cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c pfkey_dump.c -o pfkey_dump.o pfkey_dump.c: In function `pfkey_sadump': pfkey_dump.c:303: structure has no member named `sadb_x_sa2_sequence' *** Error code 1 Stop in /usr/ports/security/racoon/work/racoon-20010802a/libipsec. >How-To-Repeat: Get the new racoon distfiles and make in /usr/ports >Fix: Does the OS libipsec have to be upgraded too? >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 Aug 7 10: 0:38 2001 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 953B237B422 for ; Tue, 7 Aug 2001 10:00:30 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77H0U702966 for ports@freebsd.org; Tue, 7 Aug 2001 10:00:30 -0700 (PDT) (envelope-from fenner) Date: Tue, 7 Aug 2001 10:00:30 -0700 (PDT) From: Message-Id: <200108071700.f77H0U702966@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles 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 unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/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. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 10: 2:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id D9E3837B406; Tue, 7 Aug 2001 10:02:24 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 13BCC4E24E; Wed, 8 Aug 2001 02:02:23 +0900 (JST) Date: Wed, 08 Aug 2001 02:02:23 +0900 Message-ID: <8666bzkdls.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: portmgr@FreeBSD.ORG, ports@FreeBSD.ORG, nakai@FreeBSD.ORG, dr@domix.de, demon@FreeBSD.ORG, gnome@FreeBSD.ORG, mi@aldan.algebra.com, ijliao@FreeBSD.ORG, andreas@FreeBSD.ORG, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.ORG, jmz@FreeBSD.ORG, samy@goldmoon.org, dirk@FreeBSD.ORG, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE In-Reply-To: <200108071056.f77Aut564297@vega.vega.com> References: <200108071056.f77Aut564297@vega.vega.com> User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Tue, 7 Aug 2001 13:56:15 +0300 (EEST), sobomax wrote: > I still think that it is unneded complication. OpenSSL can't be an > example here, because it is likely that in the foreseable future > we will have to cope with the fact that the OpenSSL is disableable > component of the base system (yes, I know that US export restrictions > have been lifted, but there are still import restrictions in the > number of states). This is untrue for bzip2 - it is not an optional > component, so we have to chose solution that meets the folowing > criterias: It's not just OpenSSL, but we also have successful experience with USE_PERL5 and USE_NEWGCC. > a) provides smooth deorbiting path for archivers/bzip2 port; It doesn't make sense. How can you call your stub port strategy "smooth deorbiting"? > b) relatively easy to test and implement; > c) doesn't create false user's perception that bzip2 dualism is here > for ages. > > Your proposal doesn't comply with (b) and (c) above, because of the You are just being lazy to test. I showed you a concrete patch with which you can easily check if it breaks something. Just compare the outputs of `make -V BUILD_DEPENDS -V LIB_DEPENDS -V RUN_DEPENDS'. > following reasons: > > 1) There are still no facilities to test bsd.port.mk changes on; It is really discouraging to hear that from one of the portmgr's. Why don't you just make good use of bento clusters? You can change bsd.port.mk on them and see what happens in the next couple of days. > 2) past experience shows that there is a significant resistance for > removing support for obsolete options from bsd.port.mk (think about > USE_NEWGCC, USE_PERL5 etc.) No rumors, please. We could drop them RIGHT NOW if we want. Ports Collection no longer officially supports legacy systems like 3.x, and making those variables nops wouldn't hurt anything. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 10:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 063D837B403 for ; Tue, 7 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77HA1Q06821; Tue, 7 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 2052D37B40D for ; Tue, 7 Aug 2001 10:08:41 -0700 (PDT) (envelope-from sam@rfc1149.net) Received: by ada.eu.org (Postfix, from userid 10) id 29B2EA8009; Tue, 7 Aug 2001 19:08:15 +0200 (CEST) Received: by trillian.rfc1149.net (Postfix, from userid 1000) id 2E4CF1933EA; Tue, 7 Aug 2001 19:08:02 +0200 (CEST) Message-Id: <20010807170802.2E4CF1933EA@trillian.rfc1149.net> Date: Tue, 7 Aug 2001 19:08:02 +0200 (CEST) From: Samuel Tardieu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29510: Maintainer update: net/adasockets Sender: owner-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: 29510 >Category: ports >Synopsis: Maintainer update: net/adasockets >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 Aug 07 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.3-STABLE i386 >Organization: TELECOM Paris >Environment: >Description: >How-To-Repeat: >Fix: Apply this patch in ${PORTSDIR}/net/adasockets: --- Makefile.orig Tue Aug 7 19:04:19 2001 +++ Makefile Tue Aug 7 19:04:45 2001 @@ -6,9 +6,9 @@ # PORTNAME= adasockets -PORTVERSION= 0.1.11 +PORTVERSION= 0.1.14 CATEGORIES= net -MASTER_SITES= http://www.infres.enst.fr/ANC/ +MASTER_SITES= http://www.rfc1149.net/download/adasockets/ MAINTAINER= sam@inf.enst.fr --- distinfo.orig Tue Aug 7 19:04:21 2001 +++ distinfo Tue Aug 7 19:05:02 2001 @@ -1 +1 @@ -MD5 (adasockets-0.1.11.tar.gz) = d252f082305c0568475834c0457df78e +MD5 (adasockets-0.1.14.tar.gz) = 577e8d28964a761091c2565480cf9c69 >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 Aug 7 10:25: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.myzona.net (unknown [216.27.179.63]) by hub.freebsd.org (Postfix) with ESMTP id E179037B401; Tue, 7 Aug 2001 10:25:04 -0700 (PDT) (envelope-from alex@myzona.net) Received: from parkson (adsl-64-172-25-220.dsl.sntc01.pacbell.net [64.172.25.220]) by voyager.myzona.net (mta) with SMTP id f77HJme66873; Tue, 7 Aug 2001 10:19:50 -0700 (PDT) (envelope-from alex@myzona.net) Message-ID: <003d01c11f65$452cb3c0$9601a8c0@parkson> Reply-To: "Alex M" From: "Alex M" To: "Peter Pentchev" , "=?windows-1251?B?zejq7uvg6SDK7u3k8OD47uI=?=" Cc: , References: <000601c11f2f$377dcd80$0101a8c0@linkey.ru> <20010807135728.E54952@ringworld.oblivion.bg> Subject: Re: FreeBSD Port: jakarta-tomcat-3.2.3 Date: Tue, 7 Aug 2001 10:20:31 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2479.0006 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Sender: owner-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 all, seeing this subject is up, couldnt resist telling u my problem, i was trying to get JSP working on apache, i have got jserv and tomcat up and running with apache 1.3.20, but someone told me i need mod_jk in order for jsp to work, thou i assume its the same as jserv. Anyways, after configuring httpd.conf for mod_jk modules, apache doesnt start with a following error in http-error.log: could not load workers file. I suppose its the workers.properties file that is being invoked from mod_jk.conf file. I have checked all these files but nothing helped me to get apache running with mod_jk intact. Yesterday i have installed GNUJSP, didnt quite work well too, i did all the steps in pkg-message. I am gonna work on it more to get it working. Regards, Alex M. > > Hello, Dirk! > > > > Sorry for disturbing you... > > > > I still can't understand is mod_jk supported on Apache versions prior to 1.3.20... > > Your package, that i've download from ftp.freebsd.org requires 1.3.20... is there reason for that?... > > And if yes, where i can get mod_jk version, that works with Apache 1.3.19?.... > > The package probably requires 1.3.20 because 1.3.20 was the PORTVERSION > of www/apache at the time of building the mod_jk package. > > I doubt that you will be able to find a new version of the mod_jk package > built against an old version of Apache itself; you'd be much better off > updating your Ports collection and building the www/mod_jk port. > > G'luck, > Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 10:32:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 0516237B40B; Tue, 7 Aug 2001 10:32:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup13-2.iptelecom.net.ua [212.9.229.2]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA21464; Tue, 7 Aug 2001 20:32:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f77HVnp71971; Tue, 7 Aug 2001 20:31:49 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B702630.3549A569@FreeBSD.org> Date: Tue, 07 Aug 2001 20:32:32 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: portmgr@FreeBSD.org, ports@FreeBSD.org, nakai@FreeBSD.org, dr@domix.de, demon@FreeBSD.org, gnome@FreeBSD.org, mi@aldan.algebra.com, ijliao@FreeBSD.org, andreas@FreeBSD.org, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.org, jmz@FreeBSD.org, samy@goldmoon.org, dirk@FreeBSD.org, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE References: <200108071056.f77Aut564297@vega.vega.com> <8666bzkdls.wl@archon.local.idaemons.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 Akinori MUSHA wrote: > > a) provides smooth deorbiting path for archivers/bzip2 port; > > It doesn't make sense. How can you call your stub port strategy > "smooth deorbiting"? ;) The plan is: we provide stub until there is significant demand for using latest ports collection on not-so-stable machines (4.3 before bzip2 MFC and down). Eventually we just delete the stub and remove obsolete LIB/RUN_DEPENDS from ports tree. > [...] > > 2) past experience shows that there is a significant resistance for > > removing support for obsolete options from bsd.port.mk (think about > > USE_NEWGCC, USE_PERL5 etc.) > > No rumors, please. We could drop them RIGHT NOW if we want. Ports > Collection no longer officially supports legacy systems like 3.x, and > making those variables nops wouldn't hurt anything. It aren't rumours, but people's psychology. We've seen it in past and I sure will see in the future. Each time we are trying to get rid of them somebody pops up, who for some very solid reason can't upgrade but need an up-to-date ports collection, so after some maillist spammage we deciding to keep it for another couple of months. For example we still have some rudimentary support for aout in our bsd.port.mk, while 2.2.x is even more obsolete and unsupported than 3.x. This explains my resistance to introduction of another set of would-be-shortlived-bsd.port.mk-options. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 11:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BF637B40A for ; Tue, 7 Aug 2001 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Ie1i20181; Tue, 7 Aug 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id E477337B40A for ; Tue, 7 Aug 2001 11:39:52 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 7851F3C8E; Tue, 7 Aug 2001 20:39:51 +0200 (CEST) Message-Id: <20010807183951.7851F3C8E@totem.fix.no> Date: Tue, 7 Aug 2001 20:39:51 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29512: Update port: sysutils/bchunk Sender: owner-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: 29512 >Category: ports >Synopsis: Update port: sysutils/bchunk >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 Aug 07 11:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: - Update port to the latest version, 1.1.1. - Set maintainer to me, as there doesn't seem to be one currently. - Install man page. >How-To-Repeat: >Fix: diff -Nur bchunk.old/Makefile bchunk/Makefile --- bchunk.old/Makefile Sat Apr 22 12:11:35 2000 +++ bchunk/Makefile Tue Aug 7 20:22:41 2001 @@ -6,18 +6,21 @@ # PORTNAME= bchunk -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= http://hes.iki.fi/bchunk/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/disk-management -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@fix.no + +MAN1= bchunk.1 do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${MANPREFIX}/man/man1 .include diff -Nur bchunk.old/distinfo bchunk/distinfo --- bchunk.old/distinfo Thu Jan 14 00:08:52 1999 +++ bchunk/distinfo Tue Aug 7 20:08:37 2001 @@ -1 +1 @@ -MD5 (bchunk-1.0.0.tar.gz) = 09ee48d87a4643dcaefe471f7ca4becb +MD5 (bchunk-1.1.1.tar.gz) = 9a86fde990df3a58fad51876139f121c diff -Nur bchunk.old/pkg-descr bchunk/pkg-descr --- bchunk.old/pkg-descr Mon May 3 06:21:41 1999 +++ bchunk/pkg-descr Tue Aug 7 20:26:29 2001 @@ -15,5 +15,4 @@ WWW: http://hes.iki.fi/bchunk/ -- Adam McDougall -bsdx@spawnet.com +- Anders Nordby >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 Aug 7 12:17:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 278FA37B406 for ; Tue, 7 Aug 2001 12:17:06 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f77JGve91638 for ; Tue, 7 Aug 2001 15:16:57 -0400 (EDT) Message-ID: <3B703EB0.2050603@magpage.com> Date: Tue, 07 Aug 2001 15:17:04 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.2) Gecko/20010702 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@freebsd.org Subject: libgda finally built! (but something's wierd...) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-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, congrats to the maintainer. I haven't been able to build libgda-0.2.10 for a while now. But now libgda-0.2.90 builds fine. So after successfully installing libgda-0.2.90 (using "portupgrade -cfiN libgda") I go on to build the new gnomedb port and it dies giving this error... checking for GDA >= 0.2.90... configure: error: *** libgda 0.2.90 or later is necessary in order to build gnome-db. ===> Script "configure" failed: here are the contents of "config.log" hrmmm, I just installed libgda 0.2.90.., what gives? So I check gnomedb's configure script and it's using "gda-config --version" to determine libgda'a version. I run that command manually and sure enough, it says 0.2.10. Now I'm assuming that the gda-config file is installed by the libgda port but to verify I check with pkg_info... poomba:~ # pkg_info -xL libgda | grep gda-config /usr/X11R6/bin/gda-config ok, it is part of the libgda port. Then I do... poomba: ~ # which gda-config /usr/local/bin/gda-config To make a long story short I'm thinking that that file should have been removed when I upgraded libgda. But it wasn't. I don't know where the problem is that caused it to not be removed but I'm really concerned now about how much other cruft has been left over by old ports. I've been having a lot of port builds die lately where they build just fine for others, but it's been worse since I've started using portupgrade. Maybe the problem's there? On a side note, are there any tools available that will scan a box for cruft like this? Something maybe that checks a master file list for a base freebsd install and the various /var/db/pkg/*/+CONTENTS and reports anything that shouldn't be there? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 12:24:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 8EB6E37B40C for ; Tue, 7 Aug 2001 12:24:19 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f77JOBe96537; Tue, 7 Aug 2001 15:24:11 -0400 (EDT) Message-ID: <3B704062.6030809@magpage.com> Date: Tue, 07 Aug 2001 15:24:18 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.2) Gecko/20010702 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Frazier Cc: ports@FreeBSD.ORG Subject: Re: libgda finally built! (but something's wierd...) References: <3B703EB0.2050603@magpage.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Daniel Frazier wrote: > > To make a long story short I'm thinking that that file should have been > removed when I upgraded libgda. But it wasn't. I don't know where the > problem is that caused it to not be removed but I'm really concerned > now about how much other cruft has been left over by old ports. I've > been having a lot of port builds die lately where they build just fine > for others, but it's been worse since I've started using portupgrade. > Maybe the problem's there? > forgot to add... so at this point is it safe to simply remove /usr/local/bin/gda-config and press on? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 12:40:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4D9E37B40A for ; Tue, 7 Aug 2001 12:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Je4g29693; Tue, 7 Aug 2001 12:40:04 -0700 (PDT) (envelope-from gnats) Received: from Nyx (dbe-1-65-34-161-30.jacksonville.net [65.34.161.30]) by hub.freebsd.org (Postfix) with ESMTP id 377A337B40E for ; Tue, 7 Aug 2001 12:37:21 -0700 (PDT) (envelope-from wazm@Nyx) Received: (from wazm@localhost) by Nyx (8.11.1/8.11.1) id f77JfUM21076; Tue, 7 Aug 2001 15:41:30 -0400 (EDT) (envelope-from wazm) Message-Id: <200108071941.f77JfUM21076@Nyx> Date: Tue, 7 Aug 2001 15:41:30 -0400 (EDT) From: gwis0001@unf.edu Reply-To: gwis0001@unf.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29514: new port submission: games/xlogical (SDL puzzle game) Sender: owner-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: 29514 >Category: ports >Synopsis: new port submission: games/xlogical (SDL puzzle game) >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: Tue Aug 07 12:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: S. Gwizdak >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: XLogical is an addictive puzzle game, based on Logical! which was written for the Commodore Amiga. It is a parallel-thinking puzzle game, featuring ray-traced graphics, music, and sound. It requires quick reflexes and quick thinking. >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: # # xlogical # xlogical/Makefile # xlogical/pkg-plist # xlogical/pkg-comment # xlogical/pkg-descr # xlogical/distinfo # xlogical/files # xlogical/files/Makefile.am1 # xlogical/files/Makefile.am2 # echo c - xlogical mkdir -p xlogical > /dev/null 2>&1 echo x - xlogical/Makefile sed 's/^X//' >xlogical/Makefile << 'END-of-xlogical/Makefile' X# New ports collection makefile for: xlogical X# Date created: 4 August 2001 X# Whom: Sean Gwizdak X# X# $FreeBSD$ X# X XPORTNAME= xlogical XPORTVERSION= 1.0 XCATEGORIES= games XMASTER_SITES= http://changeling.dynip.com/xlogical/downloads/ XDISTNAME= xlogical-1.0-7 X XMAINTAINER= ports@FreeBSD.org X XLIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ X SDL_image.10:${PORTSDIR}/graphics/sdl_image X XWRKSRC= ${WRKDIR}/xlogical-1.0 XSDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XMAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ X MKDIR="${MKDIR}" \ X TAR="${TAR}" X Xpost-extract: X ${CP} ${FILESDIR}/Makefile.am1 ${WRKSRC}/Makefile.am X ${CP} ${FILESDIR}/Makefile.am2 ${WRKSRC}/images/Makefile.am X Xpost-install: X strip ${PREFIX}/bin/xlogical X X.include END-of-xlogical/Makefile echo x - xlogical/pkg-plist sed 's/^X//' >xlogical/pkg-plist << 'END-of-xlogical/pkg-plist' Xbin/xlogical Xshare/xlogical/sound/block_ball.wav Xshare/xlogical/sound/teleport.wav Xshare/xlogical/sound/spinner_click.wav Xshare/xlogical/sound/paint_ball.wav Xshare/xlogical/sound/one_way.wav Xshare/xlogical/sound/new_pattern.wav Xshare/xlogical/sound/new_ball.wav Xshare/xlogical/sound/menu_click.wav Xshare/xlogical/sound/finish_spinner.wav Xshare/xlogical/sound/finish_level.wav Xshare/xlogical/sound/eject_ball.wav Xshare/xlogical/sound/catch_ball.wav Xshare/xlogical/sound/bonus_life.wav Xshare/xlogical/sound/time_warning.wav Xshare/xlogical/images/track_ulr.bmp Xshare/xlogical/images/track_ul.bmp Xshare/xlogical/images/track_udr.bmp Xshare/xlogical/images/track_udlr.bmp Xshare/xlogical/images/track_udl.bmp Xshare/xlogical/images/track_ud.bmp Xshare/xlogical/images/track_u.bmp Xshare/xlogical/images/track_r.bmp Xshare/xlogical/images/track_lr.bmp Xshare/xlogical/images/track_l.bmp Xshare/xlogical/images/track_dr.bmp Xshare/xlogical/images/track_dlr.bmp Xshare/xlogical/images/track_dl.bmp Xshare/xlogical/images/track_d.bmp Xshare/xlogical/images/title_text_4.jpg Xshare/xlogical/images/title_text_3.bmp Xshare/xlogical/images/title_text_2.bmp Xshare/xlogical/images/title_text_1.bmp Xshare/xlogical/images/timer.bmp Xshare/xlogical/images/teleport_ud.bmp Xshare/xlogical/images/teleport_lr.bmp Xshare/xlogical/images/teleport_base.bmp Xshare/xlogical/images/starttimer_20.bmp Xshare/xlogical/images/starttimer_19.bmp Xshare/xlogical/images/starttimer_18.bmp Xshare/xlogical/images/starttimer_17.bmp Xshare/xlogical/images/starttimer_16.bmp Xshare/xlogical/images/starttimer_15.bmp Xshare/xlogical/images/starttimer_14.bmp Xshare/xlogical/images/starttimer_13.bmp Xshare/xlogical/images/starttimer_12.bmp Xshare/xlogical/images/starttimer_11.bmp Xshare/xlogical/images/starttimer_10.bmp Xshare/xlogical/images/starttimer_09.bmp Xshare/xlogical/images/starttimer_08.bmp Xshare/xlogical/images/starttimer_07.bmp Xshare/xlogical/images/starttimer_06.bmp Xshare/xlogical/images/starttimer_05.bmp Xshare/xlogical/images/starttimer_04.bmp Xshare/xlogical/images/starttimer_03.bmp Xshare/xlogical/images/starttimer_02.bmp Xshare/xlogical/images/starttimer_01.bmp Xshare/xlogical/images/starttimer_00.bmp Xshare/xlogical/images/start_u.bmp Xshare/xlogical/images/start_r.bmp Xshare/xlogical/images/start_l.bmp Xshare/xlogical/images/start_d.bmp Xshare/xlogical/images/start_c.bmp Xshare/xlogical/images/spintopon.bmp Xshare/xlogical/images/spintopoff.bmp Xshare/xlogical/images/spinring_u.bmp Xshare/xlogical/images/spinring_r.bmp Xshare/xlogical/images/spinring_l.bmp Xshare/xlogical/images/spinring_d.bmp Xshare/xlogical/images/spinring.bmp Xshare/xlogical/images/spinred_2.bmp Xshare/xlogical/images/spinred_1.bmp Xshare/xlogical/images/spinred_0.bmp Xshare/xlogical/images/spindark.bmp Xshare/xlogical/images/spincoverred_2.bmp Xshare/xlogical/images/spincoverred_1.bmp Xshare/xlogical/images/spincoverred_0.bmp Xshare/xlogical/images/spincover_2.bmp Xshare/xlogical/images/spincover_1.bmp Xshare/xlogical/images/spincover_0.bmp Xshare/xlogical/images/spin_2.bmp Xshare/xlogical/images/spin_1.bmp Xshare/xlogical/images/spin_0.bmp Xshare/xlogical/images/slider_thumb.bmp Xshare/xlogical/images/slider.bmp Xshare/xlogical/images/sel_back_4.bmp Xshare/xlogical/images/sel_back_3.bmp Xshare/xlogical/images/sel_back_2.bmp Xshare/xlogical/images/sel_back_1.bmp Xshare/xlogical/images/scrollblock.bmp Xshare/xlogical/images/pattern_disp.bmp Xshare/xlogical/images/paint_base.bmp Xshare/xlogical/images/order_disp.bmp Xshare/xlogical/images/numbers.bmp Xshare/xlogical/images/next_base.bmp Xshare/xlogical/images/gem_c4.bmp Xshare/xlogical/images/gem_c3.bmp Xshare/xlogical/images/gem_c2.bmp Xshare/xlogical/images/gem_c1.bmp Xshare/xlogical/images/font_4.bmp Xshare/xlogical/images/font_3.bmp Xshare/xlogical/images/font_2.bmp Xshare/xlogical/images/font_1.bmp Xshare/xlogical/images/finish_4.bmp Xshare/xlogical/images/finish_3.bmp Xshare/xlogical/images/finish_2.bmp Xshare/xlogical/images/finish_1.bmp Xshare/xlogical/images/cover_ud.bmp Xshare/xlogical/images/cover_u.bmp Xshare/xlogical/images/cover_r.bmp Xshare/xlogical/images/cover_lr.bmp Xshare/xlogical/images/cover_l.bmp Xshare/xlogical/images/cover_d.bmp Xshare/xlogical/images/cover_center.bmp Xshare/xlogical/images/block_base.bmp Xshare/xlogical/images/ballmove5_5.bmp Xshare/xlogical/images/ballmove5_4.bmp Xshare/xlogical/images/ballmove5_3.bmp Xshare/xlogical/images/ballmove5_2.bmp Xshare/xlogical/images/ballmove5_1.bmp Xshare/xlogical/images/ballmove5_0.bmp Xshare/xlogical/images/ballmove4_4.bmp Xshare/xlogical/images/ballmove4_3.bmp Xshare/xlogical/images/ballmove4_2.bmp Xshare/xlogical/images/ballmove4_1.bmp Xshare/xlogical/images/ballmove4_0.bmp Xshare/xlogical/images/ballmove3_3.bmp Xshare/xlogical/images/ballmove3_2.bmp Xshare/xlogical/images/ballmove3_1.bmp Xshare/xlogical/images/ballmove3_0.bmp Xshare/xlogical/images/ball_c4.bmp Xshare/xlogical/images/ball_c3.bmp Xshare/xlogical/images/ball_c2.bmp Xshare/xlogical/images/ball_c1.bmp Xshare/xlogical/images/background_won.bmp Xshare/xlogical/images/background_time.bmp Xshare/xlogical/images/background_start.bmp Xshare/xlogical/images/background_hiscore.bmp Xshare/xlogical/images/background_gameover.bmp Xshare/xlogical/images/background_game.bmp Xshare/xlogical/images/background_complete.bmp Xshare/xlogical/images/arrow_u.bmp Xshare/xlogical/images/arrow_r.bmp Xshare/xlogical/images/arrow_l.bmp Xshare/xlogical/images/arrow_d.bmp Xshare/xlogical/images/track_ur.bmp Xshare/xlogical/music/wongame.mod Xshare/xlogical/music/pregame.mod Xshare/xlogical/music/intro.mod Xshare/xlogical/music/ingame.mod Xshare/xlogical/music/highscore.mod Xshare/xlogical/music/endgame.mod Xshare/xlogical/xlogical.levels Xshare/xlogical/xlogical.properties Xshare/xlogical/xlogical.scores X@dirrm share/xlogical/images X@dirrm share/xlogical/music X@dirrm share/xlogical/sound X@dirrm share/xlogical END-of-xlogical/pkg-plist echo x - xlogical/pkg-comment sed 's/^X//' >xlogical/pkg-comment << 'END-of-xlogical/pkg-comment' XA SDL game based on the Logical! puzzle game released for Amigas END-of-xlogical/pkg-comment echo x - xlogical/pkg-descr sed 's/^X//' >xlogical/pkg-descr << 'END-of-xlogical/pkg-descr' XXLogical is an addictive puzzle game, based on Logical! which was written Xfor the Commodore Amiga. It is a parallel-thinking puzzle game, featuring Xray-traced graphics, music, and sound. It requires quick reflexes and Xquick thinking. X XWWW: http://changeling.dynip.com/xlogical/ X X- Sean Gwizdak X END-of-xlogical/pkg-descr echo x - xlogical/distinfo sed 's/^X//' >xlogical/distinfo << 'END-of-xlogical/distinfo' XMD5 (xlogical-1.0-7.tar.gz) = 3d55207dd2cf8a377c5c614ef1dc3b77 END-of-xlogical/distinfo echo c - xlogical/files mkdir -p xlogical/files > /dev/null 2>&1 echo x - xlogical/files/Makefile.am1 sed 's/^X//' >xlogical/files/Makefile.am1 << 'END-of-xlogical/files/Makefile.am1 ' X# replacement to top level makefile X# puts files in sensible BSD'ish places X Xbin_PROGRAMS = xlogical Xclean_binPROGRAMS = xlogical.properties XEXTRA_DIST = autogen.sh XDATAFILES = xlogical.levels xlogical.properties XSCOREFILE = xlogical.scores XFILEOWNER = bin XFILEGROUP = games Xinstall-exec-am: $(bin_PROGRAMS) X chmod 755 $(bindir)/xlogical Xinstall-data-am: $(DATAFILES) $(SCOREFILE) X $(SHELL) ./mkinstalldirs $(datadir)/xlogical X cp $(DATAFILES) $(datadir)/xlogical X chmod 644 $(datadir)/xlogical/xlogical.levels X chmod 644 $(datadir)/xlogical/xlogical.properties X cp $(SCOREFILE) $(datadir)/xlogical X chmod 666 $(datadir)/xlogical/xlogical.scores Xuninstall: X rm -f $(datadir)/xlogical/xlogical.levels X rm -f $(datadir)/xlogical/xlogical.properties X rmdir $(datadir)/xlogical X rm -f $(datadir)/xlogical/xlogical.scores X rmdir $(datadir)/xlogical XCXXFLAGS = -g -O2 -Wall XCPPFLAGS = @CPPFLAGS@ -DDATA_DIR=\"@datadir@/xlogical\" -DSCORE_DIR=\"@datadir@ /xlogical\" XSUBDIRS = sound images music Xxlogical_SOURCES = anim.cpp \ X clickarea.cpp \ X exception.cpp \ X gamelogic.cpp \ X gamefile.cpp \ X graph_images.cpp \ X graph_keysyms.cpp \ X sdl_audio.cpp \ X sdl_graph.cpp \ X levelmap.cpp \ X main.cpp \ X mapedit.cpp \ X menubase.cpp \ X menuentry.cpp \ X menulabel.cpp \ X menus.cpp \ X menuslider.cpp \ X menutext.cpp \ X menuvertical.cpp \ X modlist.cpp \ X music_files.cpp \ X properties.cpp \ X sound_files.cpp \ X text.cpp \ X tile_blank.cpp \ X tile_blocker.cpp \ X tile_covered.cpp \ X tile_general.cpp \ X tile_moving.cpp \ X tile_next.cpp \ X tile_oneway.cpp \ X tile_order.cpp \ X tile_painter.cpp \ X tile_pattern.cpp \ X tile_spinner.cpp \ X tile_start.cpp \ X tile_teleport.cpp \ X tile_timer.cpp \ X tile_track.cpp X Xxlogical_DEPENDENCIES = xlogical.properties X Xxlogical.properties: xlogical.properties.in X sed 's|/usr/local/lib|@datadir@|' xlogical.properties.in > xlogical.propertie s END-of-xlogical/files/Makefile.am1 echo x - xlogical/files/Makefile.am2 sed 's/^X//' >xlogical/files/Makefile.am2 << 'END-of-xlogical/files/Makefile.am2 ' X# Makefile for installing and uninstalling data files X# for image/Makefile.am - remove the linux craziness of thinking X# every shell is a bash XSHELL=@SHELL@ X Xinstall-data-am: X $(SHELL) ./../mkinstalldirs $(datadir)/xlogical X $(SHELL) ./../mkinstalldirs $(datadir)/xlogical/images X cp *.bmp $(datadir)/xlogical/images X cp *.jpg $(datadir)/xlogical/images X chmod 644 $(datadir)/xlogical/images/*.bmp X chmod 644 $(datadir)/xlogical/images/*.jpg Xuninstall: X rm -f $(datadir)/xlogical/images/*.bmp X rm -f $(datadir)/xlogical/images/*.jpg X rmdir $(datadir)/xlogical/images END-of-xlogical/files/Makefile.am2 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 Aug 7 13:15: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wipol.uni-bonn.de (data.wipol.uni-bonn.de [131.220.47.161]) by hub.freebsd.org (Postfix) with ESMTP id 9EFF037B403 for ; Tue, 7 Aug 2001 13:14:54 -0700 (PDT) (envelope-from noel@koethe.net) Received: by mail.wipol.uni-bonn.de (Postfix, from userid 506) id 691751310C; Tue, 7 Aug 2001 22:14:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.wipol.uni-bonn.de (Postfix) with ESMTP id 526261310A; Tue, 7 Aug 2001 22:14:48 +0200 (CEST) Date: Tue, 7 Aug 2001 22:14:48 +0200 (CEST) From: Noel Koethe X-Sender: noel@data.wipol.uni-bonn.de To: ports@freebsd.org Cc: dom@happygiraffe.net Subject: ports/x11-fonts/mozilla-fonts "Couldn't fetch it" 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 Hello, I have installed mozilla-fonts-1.0 and after a cvs update pkg_version -v tells me: needs updating (index has 1.0_1) OK. I want to update it but I always get: >> mozilla-fonts-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp6.de.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: mozilla-fonts-1.0.tar.gz: File unavailable (e.g., file not found, no access) >> Attempting to fetch from http://fox.mit.edu/skunk/xwin/. fetch: mozilla-fonts-1.0.tar.gz: Operation timed out I didn't find the file mozilla-fonts-1.0.tar.gz on the freebsd ftp server/mirror. Could the MASTER_SITES= be updated or the file copied on the freebsd mirror? Thank you. -- Noel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 13:18: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wipol.uni-bonn.de (data.wipol.uni-bonn.de [131.220.47.161]) by hub.freebsd.org (Postfix) with ESMTP id 0BBBC37B401; Tue, 7 Aug 2001 13:18:03 -0700 (PDT) (envelope-from noel@koethe.net) Received: by mail.wipol.uni-bonn.de (Postfix, from userid 506) id 0C5BE1310C; Tue, 7 Aug 2001 22:17:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.wipol.uni-bonn.de (Postfix) with ESMTP id E9F891310A; Tue, 7 Aug 2001 22:17:57 +0200 (CEST) Date: Tue, 7 Aug 2001 22:17:57 +0200 (CEST) From: Noel Koethe X-Sender: noel@data.wipol.uni-bonn.de To: ports@freebsd.org Cc: demon@FreeBSD.org Subject: ports/x11-fm/xnc checksum error 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 Hello, It works with "make NO_CHECKSUM=yes". I only want to tell you this error. ===> Extracting for xnc-4.4.5 >> Checksum mismatch for xnc-4.4.5.src.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/x11-fm/xnc/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". Thank you. -- Noel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 13:39:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 9783A37B414 for ; Tue, 7 Aug 2001 13:38:58 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f77KcoG45943; Tue, 7 Aug 2001 16:38:50 -0400 (EDT) Message-ID: <3B7051E0.2050803@magpage.com> Date: Tue, 07 Aug 2001 16:38:56 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.2) Gecko/20010702 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Frazier Cc: ports@FreeBSD.ORG Subject: Re: libgda finally built! (but something's wierd...) References: <3B703EB0.2050603@magpage.com> <3B704062.6030809@magpage.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Daniel Frazier wrote: > Daniel Frazier wrote: > >> >> To make a long story short I'm thinking that that file should have been >> removed when I upgraded libgda. But it wasn't. I don't know where the >> problem is that caused it to not be removed but I'm really concerned >> now about how much other cruft has been left over by old ports. I've >> been having a lot of port builds die lately where they build just fine >> for others, but it's been worse since I've started using portupgrade. >> Maybe the problem's there? >> > > > forgot to add... so at this point is it safe to simply remove > /usr/local/bin/gda-config and press on? > well, just in case anyone else encounters this here's what I did: # pkg_delete -f libgda-0.2.90 # fetch ftp://ftp.freebsd.org/pub/FreeBSD/branches/4.0-stable/packages/databases/libgda-0.2.10_1.tgz # pkg_add libgda-0.2.10_1.tgz # pkg_delete -f libgda-0.2.10_1 # cd /usr/ports/databases/libgda; make && make install # cd /usr/ports/databases/gnomedb; make && make install that's it. basically I'm just installing the old version so that I pkg_delete to get rid of everything in /usr/local. I'm still concerned about how this happened and what other cruft I have lying around that's conflicting with newer stuff. I might even so something I haven't done since my windows days, format and reinstall. :-( -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 15:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE9D837B405 for ; Tue, 7 Aug 2001 15:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Me0Q73795; Tue, 7 Aug 2001 15:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 633F937B401 for ; Tue, 7 Aug 2001 15:34:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77MYY470658; Tue, 7 Aug 2001 15:34:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200108072234.f77MYY470658@freefall.freebsd.org> Date: Tue, 7 Aug 2001 15:34:34 -0700 (PDT) From: Rob To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 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: 29519 >Category: ports >Synopsis: X11 ports generate undef pthread refs with XFree86-4.10 port >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 Aug 07 15:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob >Release: 4.0-STABLE >Organization: >Environment: FreeBSD c888746-a.bvrtn1.or.home.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 25 21:08:48 PDT 2001 rob@c888746-a.bvrtn1.or.home.com:/usr/src sys/compile/LAPTOP i386 >Description: ports using Mesa, OpenGL, or Open Motif generate undefined pthread refs eg. Script started on Sat Aug 4 19:11:52 2001 ===> Building for vtk-3.2 cd wrap; make - all cd common; make - targets.make `targets.make' is up to date. cd common; make - all cd graphics; make - targets.make `targets.make' is up to date. cd graphics; make - all cd imaging; make - targets.make `targets.make' is up to date. cd imaging; make - all cd contrib; make - targets.make `targets.make' is up to date. cd contrib; make - all cd tcl; make - vtk c++ -o vtk tkAppInit.o -L. -O2 -D__NO_MATH_INLINES -fPIC -I. -I./../common -I../common -I/usr/local/include/tk8.3/generic -I/usr/local/include/tcl8.3/generic -I/usr/X11R6/include -I/usr/X11R6/include -I./../graphics -DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib -DVTK_USE_CONTRIB -L/usr/ports/math/vtk/work/vtk3.2/contrib -lVTKContribTcl -lVTKContrib -L/usr/ports/math/vtk/work/vtk3.2/imaging -lVTKImagingTcl -lVTKImaging -L/usr/ports/math/vtk/work/vtk3.2/graphics -lVTKGraphicsTcl -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon -L/usr/X11R6/lib /usr/X11R6/lib/libMesaGL.so /usr/local/lib/libtk83.so /usr/local/lib/libtcl83.so -L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11 -lstdc++ -lgcc -lm /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' *** Error code 1 Stop in /usr/ports/math/vtk/work/vtk3.2/tcl. *** Error code 1 Stop in /usr/ports/math/vtk/work/vtk3.2. *** Error code 1 Stop in /usr/ports/math/vtk. *** Error code 1 Stop in /usr/ports/math/vtk. *** Error code 1 Stop in /usr/ports/math/vtk. Script done on Sat Aug 4 19:11:58 2001 >How-To-Repeat: go to /usr/ports/math/vtk, make >Fix: perhaps libGL is not built with -pthreads >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 Aug 7 15:50:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 3948C37B401 for ; Tue, 7 Aug 2001 15:50:22 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA13415; Tue, 7 Aug 2001 16:17:21 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.5/8.11.5) id f77MoPt50929; Tue, 7 Aug 2001 15:50:25 -0700 (PDT) (envelope-from jmcoopr) Date: Tue, 7 Aug 2001 15:50:25 -0700 From: John Merryweather Cooper To: Rob Cc: ports@freebsd.org Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port Message-ID: <20010807155025.A50843@johncoop.MSHOME> References: <200108072234.f77MYY470658@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108072234.f77MYY470658@freefall.freebsd.org>; from europax@home.com on Tue, Aug 07, 2001 at 03:34:34PM -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 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 07, 2001 at 03:34:34PM -0700, Rob wrote: >=20 > >Number: 29519 > >Category: ports > >Synopsis: X11 ports generate undef pthread refs with XFree86-4.10 = port > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Aug 07 15:40:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Rob > >Release: 4.0-STABLE > >Organization: > >Environment: > FreeBSD c888746-a.bvrtn1.or.home.com 4.3-STABLE FreeBSD 4.3-STABLE #0: > Wed Jul 25 21:08:48 PDT 2001 rob@c888746-a.bvrtn1.or.home.com:/usr/src > sys/compile/LAPTOP i386 > >Description: > ports using Mesa, OpenGL, or Open Motif generate undefined pthread refs >=20 > eg.=20 >=20 > Script started on Sat Aug 4 19:11:52 2001 > =3D=3D=3D> Building for vtk-3.2 > cd wrap; make - all > cd common; make - targets.make > `targets.make' is up to date. > cd common; make - all > cd graphics; make - targets.make > `targets.make' is up to date. > cd graphics; make - all > cd imaging; make - targets.make > `targets.make' is up to date. > cd imaging; make - all > cd contrib; make - targets.make > `targets.make' is up to date. > cd contrib; make - all > cd tcl; make - vtk > c++ -o vtk tkAppInit.o -L. -O2 -D__NO_MATH_INLINES -fPIC -I. -I./../co= mmon -I../common -I/usr/local/include/tk8.3/generic -I/usr/local/include/tc= l8.3/generic -I/usr/X11R6/include -I/usr/X11R6/include -I./../graphics= -DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib -DVTK_U= SE_CONTRIB -L/usr/ports/math/vtk/work/vtk3.2/contrib -lVTKContribTcl -l= VTKContrib -L/usr/ports/math/vtk/work/vtk3.2/imaging -lVTKImagingT= cl -lVTKImaging -L/usr/ports/math/vtk/work/vtk3.2/graphics -lVTKGraphicsTc= l -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon -L/usr/X11R6/= lib /usr/X11R6/lib/libMesaGL.so /usr/local/lib/libtk83.so /usr/local/lib/= libtcl83.so -L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11 -lstdc++ -lgc= c -lm > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' > *** Error code 1 >=20 > Stop in /usr/ports/math/vtk/work/vtk3.2/tcl. > *** Error code 1 >=20 > Stop in /usr/ports/math/vtk/work/vtk3.2. > *** Error code 1 >=20 > Stop in /usr/ports/math/vtk. > *** Error code 1 >=20 > Stop in /usr/ports/math/vtk. > *** Error code 1 >=20 > Stop in /usr/ports/math/vtk. >=20 > Script done on Sat Aug 4 19:11:58 2001 >=20 > >How-To-Repeat: > go to /usr/ports/math/vtk, make > >Fix: > perhaps libGL is not built with -pthreads > >Release-Note: > >Audit-Trail: > >Unformatted: >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message >=20 No, the fix is cleaning up the breakage after Mesa3 went to -pthreads. Just about every port with a LIB_DEPENDS on Mesa3 has/will have this problem. The fix is to liberally append ${PTHREADS_LIBS} to the LIBS used in the builds, and make the ${PTHREADS_LIBS} visible at the build-level Makefile. jmc --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBO3BwrmGGTW8Cfs9HAQEHbAgAk3sRhYIhzsjPu4PG1Ks3ZwoDpdsOkeo2 90C1/FjVsNH0kKWJSqbWqki6TJaqLKZTy0VqPDJXUn9KPpM0cf8g6gDVA9fMMHx8 zpDQnFAX2Ttlpi+qYhJnmt1iTz9O2P0CkRof0MdEy/GyFKgTYAkySU1kggKLonPL lqYBKKG4w3O6V4XxR/emIIi7Sj+GAGd7t0AytDwKaMWHqAFDmWcXDa5JaiV9BBJe 50m+VVl3Uw3fAET9A9WLd9XQjt1j1XgHP/FDZdxdtfG+RtOv2m3cxsEIaJTXL8EO u8V2YZjBBtQZB5Fr4lm+9iVErS5bNa7b94qTG9vTuQN2+QTYWpSeEQ== =Pxg0 -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 16: 1:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail36.sdc1.sfba.home.com (femail36.sdc1.sfba.home.com [24.254.60.26]) by hub.freebsd.org (Postfix) with ESMTP id 3FA7537B401 for ; Tue, 7 Aug 2001 16:01:16 -0700 (PDT) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail36.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010807230116.KBTW1450.femail36.sdc1.sfba.home.com@home.com>; Tue, 7 Aug 2001 16:01:16 -0700 Message-ID: <3B70733D.AD7BA887@home.com> Date: Tue, 07 Aug 2001 16:01:17 -0700 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Merryweather Cooper Cc: ports@FreeBSD.ORG Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port References: <200108072234.f77MYY470658@freefall.freebsd.org> <20010807155025.A50843@johncoop.MSHOME> 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 John Merryweather Cooper wrote: > > On Tue, Aug 07, 2001 at 03:34:34PM -0700, Rob wrote: > > > > >Number: 29519 > > >Category: ports > > >Synopsis: X11 ports generate undef pthread refs with XFree86-4.10 port > > >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 Aug 07 15:40:00 PDT 2001 > > >Closed-Date: > > >Last-Modified: > > >Originator: Rob > > >Release: 4.0-STABLE > > >Organization: > > >Environment: > > FreeBSD c888746-a.bvrtn1.or.home.com 4.3-STABLE FreeBSD 4.3-STABLE #0: > > Wed Jul 25 21:08:48 PDT 2001 rob@c888746-a.bvrtn1.or.home.com:/usr/src > > sys/compile/LAPTOP i386 > > >Description: > > ports using Mesa, OpenGL, or Open Motif generate undefined pthread refs > > > > eg. > > > > Script started on Sat Aug 4 19:11:52 2001 > > ===> Building for vtk-3.2 > > cd wrap; make - all > > cd common; make - targets.make > > `targets.make' is up to date. > > cd common; make - all > > cd graphics; make - targets.make > > `targets.make' is up to date. > > cd graphics; make - all > > cd imaging; make - targets.make > > `targets.make' is up to date. > > cd imaging; make - all > > cd contrib; make - targets.make > > `targets.make' is up to date. > > cd contrib; make - all > > cd tcl; make - vtk > > c++ -o vtk tkAppInit.o -L. -O2 -D__NO_MATH_INLINES -fPIC -I. -I./../common -I../common -I/usr/local/include/tk8.3/generic -I/usr/local/include/tcl8.3/generic -I/usr/X11R6/include -I/usr/X11R6/include -I./../graphics -DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib -DVTK_USE_CONTRIB -L/usr/ports/math/vtk/work/vtk3.2/contrib -lVTKContribTcl -lVTKContrib -L/usr/ports/math/vtk/work/vtk3.2/imaging -lVTKImagingTcl -lVTKImaging -L/usr/ports/math/vtk/work/vtk3.2/graphics -lVTKGraphicsTcl -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon -L/usr/X11R6/lib /usr/X11R6/lib/libMesaGL.so /usr/local/lib/libtk83.so /usr/local/lib/libtcl83.so -L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11 -lstdc++ -lgcc -lm > > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' > > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' > > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk/work/vtk3.2/tcl. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk/work/vtk3.2. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk. > > > > Script done on Sat Aug 4 19:11:58 2001 > > > > >How-To-Repeat: > > go to /usr/ports/math/vtk, make > > >Fix: > > perhaps libGL is not built with -pthreads > > >Release-Note: > > >Audit-Trail: > > >Unformatted: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > No, the fix is cleaning up the breakage after Mesa3 went to > -pthreads. Just about every port with a LIB_DEPENDS on Mesa3 > has/will have this problem. > > The fix is to liberally append ${PTHREADS_LIBS} to the LIBS > used in the builds, and make the ${PTHREADS_LIBS} visible at > the build-level Makefile. > > jmc > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature Thanks! I have a much simpler Animabob program that I can try to build with your suggestions. Vtk took longer to get to the error point than the entire X port took to build :) Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 17:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3E137B414 for ; Tue, 7 Aug 2001 17:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f780A0O99064; Tue, 7 Aug 2001 17:10:00 -0700 (PDT) (envelope-from gnats) Received: from localhost.localdomain (host68.207.55.120.aadsl.com [207.55.120.68]) by hub.freebsd.org (Postfix) with ESMTP id F089D37B403 for ; Tue, 7 Aug 2001 17:07:03 -0700 (PDT) (envelope-from swear@aa.net) Received: (from jojo@localhost) by localhost.localdomain (8.11.3/8.11.3) id f7809El50146; Tue, 7 Aug 2001 17:09:14 -0700 (PDT) (envelope-from swear@aa.net) Message-Id: Date: 07 Aug 2001 17:09:14 -0700 From: swear@aa.net (Gary W. Swearingen) Reply-To: swear@aa.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29523: xemacs21 port improperly handles .so man pages Sender: owner-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: 29523 >Category: ports >Synopsis: xemacs21 port improperly handles .so man pages >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 Aug 07 17:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 4.3-STABLE i386 >Organization: none >Environment: n/a ================ >Description: The editors/xemacs21 port (version xemacs-21.1.14) gzips source gnu{serv,client,doit,attach}.1 man pages and installs them with ".gz" suffixes. The latter three files still reference the un-gzip'd, ".1" man pages, so the man command fails for those three. ================ >How-To-Repeat: man -P cat gnuclient gnudoit gnuattach ================ >Fix: The xemacs21 port maintainer could change Makefile to do something like sed 's/\.1/&.gz/' before compression, but there's probably some bsd.port.mk gizmo that didn't get used (or bsd.port.mk needs a new gizmo). >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 Aug 7 17:12:53 2001 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 21FA637B401 for ; Tue, 7 Aug 2001 17:12:51 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 33AAC2B6FA for ; Wed, 8 Aug 2001 02:12:46 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id C2262F4; Wed, 8 Aug 2001 10:12:31 +1000 (EST) Date: Wed, 8 Aug 2001 10:12:31 +1000 From: Edwin Groothuis To: freebsd-ports@freebsd.org Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port Message-ID: <20010808101231.A17807@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 > ports using Mesa, OpenGL, or Open Motif generate undefined pthread refs Did you add XFREE86_VERSION=4 to /etc/make.conf? See ports/28380. It solved a couple of these kind of problems. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ 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 Tue Aug 7 18: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5CFB37B415 for ; Tue, 7 Aug 2001 18:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78106j04047; Tue, 7 Aug 2001 18:00:06 -0700 (PDT) (envelope-from gnats) Received: from exodus.dreaming.org (exodus.dreaming.org [216.221.214.175]) by hub.freebsd.org (Postfix) with ESMTP id 525AB37B401 for ; Tue, 7 Aug 2001 17:52:38 -0700 (PDT) (envelope-from julian@exodus.dreaming.org) Received: (from julian@localhost) by exodus.dreaming.org (8.11.3/8.11.3/dreaming-exodus) id f780qVY88867; Tue, 7 Aug 2001 20:52:31 -0400 (EDT) Message-Id: <200108080052.f780qVY88867@exodus.dreaming.org> Date: Tue, 7 Aug 2001 20:52:31 -0400 (EDT) From: julian@dreaming.org Reply-To: julian@dreaming.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29524: libfpx will not compile under 3.x-STABLE Sender: owner-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: 29524 >Category: ports >Synopsis: port graphics/libfpx does not compile under 3.x-STABLE >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 Aug 07 18:00:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Julian C. Dunn >Release: FreeBSD 3.5-STABLE i386 >Organization: The Dreaming Network >Environment: >Description: Because the C++ compiler shipped with 3.x-STABLE appears not to support the "-fno-exceptions" flag, the libfpx port will not compile on this platform. >How-To-Repeat: >Fix: Remove the "-fno-exceptions" flag from the file "files/Makefile.bsd" in the port's directory. Doing so enables the compilation to complete. >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 Aug 7 18:33: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cei-mail.cei.co.th (cei-mail.cei.co.th [203.152.27.20]) by hub.freebsd.org (Postfix) with ESMTP id 44B0337B40C for ; Tue, 7 Aug 2001 18:32:57 -0700 (PDT) (envelope-from visant@cei-mail.cei.co.th) Received: from Xserver47.cei.co.th (visant@[203.152.47.213]) by cei-mail.cei.co.th (8.11.2/8.11.2) with SMTP id f781Web04207; Wed, 8 Aug 2001 08:32:40 +0700 From: visant@cei.co.th Date: Wed, 08 Aug 2001 02:32:02 GMT Message-ID: <20010808.2320200@Xserver47.cei.co.th> Subject: Need Help To: ports@freebsd.org Reply-To: visant@cei.co.th X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 1 (Highest) 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 Hello, We have problems about unixODBC compilation. We have installed unixODBC-2.0.7 on FreeBSD-4.2 with qt-2.2. But we found that ODBCConfig and Datamanager was not compiled. How can we fix this problem ?. Please advise Thanks in advances, Best Regards, Visant D. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 19:14:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id 48D9C37B403 for ; Tue, 7 Aug 2001 19:14:39 -0700 (PDT) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010808021439.QYVD2644.femail39.sdc1.sfba.home.com@home.com>; Tue, 7 Aug 2001 19:14:39 -0700 Message-ID: <3B70A091.5DABE052@home.com> Date: Tue, 07 Aug 2001 19:14:41 -0700 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Edwin Groothuis Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port References: <20010808101231.A17807@k7.mavetju.org> 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 Edwin Groothuis wrote: > > > ports using Mesa, OpenGL, or Open Motif generate undefined pthread refs > > Did you add XFREE86_VERSION=4 to /etc/make.conf? See ports/28380. > It solved a couple of these kind of problems. > > Edwin > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > ------------------+ http://www.FatalDimensions.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Yes, to no avail. Thanks, Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 19:19:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id B15A037B401 for ; Tue, 7 Aug 2001 19:19:04 -0700 (PDT) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010808021904.RCJA2644.femail39.sdc1.sfba.home.com@home.com>; Tue, 7 Aug 2001 19:19:04 -0700 Message-ID: <3B70A19A.2E3AB850@home.com> Date: Tue, 07 Aug 2001 19:19:06 -0700 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Merryweather Cooper Cc: ports@FreeBSD.ORG Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port References: <200108072234.f77MYY470658@freefall.freebsd.org> <20010807155025.A50843@johncoop.MSHOME> 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 John Merryweather Cooper wrote: > > On Tue, Aug 07, 2001 at 03:34:34PM -0700, Rob wrote: > > > > >Number: 29519 > > >Category: ports > > >Synopsis: X11 ports generate undef pthread refs with XFree86-4.10 port > > >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 Aug 07 15:40:00 PDT 2001 > > >Closed-Date: > > >Last-Modified: > > >Originator: Rob > > >Release: 4.0-STABLE > > >Organization: > > >Environment: > > FreeBSD c888746-a.bvrtn1.or.home.com 4.3-STABLE FreeBSD 4.3-STABLE #0: > > Wed Jul 25 21:08:48 PDT 2001 rob@c888746-a.bvrtn1.or.home.com:/usr/src > > sys/compile/LAPTOP i386 > > >Description: > > ports using Mesa, OpenGL, or Open Motif generate undefined pthread refs > > > > eg. > > > > Script started on Sat Aug 4 19:11:52 2001 > > ===> Building for vtk-3.2 > > cd wrap; make - all > > cd common; make - targets.make > > `targets.make' is up to date. > > cd common; make - all > > cd graphics; make - targets.make > > `targets.make' is up to date. > > cd graphics; make - all > > cd imaging; make - targets.make > > `targets.make' is up to date. > > cd imaging; make - all > > cd contrib; make - targets.make > > `targets.make' is up to date. > > cd contrib; make - all > > cd tcl; make - vtk > > c++ -o vtk tkAppInit.o -L. -O2 -D__NO_MATH_INLINES -fPIC -I. -I./../common -I../common -I/usr/local/include/tk8.3/generic -I/usr/local/include/tcl8.3/generic -I/usr/X11R6/include -I/usr/X11R6/include -I./../graphics -DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib -DVTK_USE_CONTRIB -L/usr/ports/math/vtk/work/vtk3.2/contrib -lVTKContribTcl -lVTKContrib -L/usr/ports/math/vtk/work/vtk3.2/imaging -lVTKImagingTcl -lVTKImaging -L/usr/ports/math/vtk/work/vtk3.2/graphics -lVTKGraphicsTcl -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon -L/usr/X11R6/lib /usr/X11R6/lib/libMesaGL.so /usr/local/lib/libtk83.so /usr/local/lib/libtcl83.so -L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11 -lstdc++ -lgcc -lm > > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' > > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' > > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk/work/vtk3.2/tcl. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk/work/vtk3.2. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk. > > *** Error code 1 > > > > Stop in /usr/ports/math/vtk. > > > > Script done on Sat Aug 4 19:11:58 2001 > > > > >How-To-Repeat: > > go to /usr/ports/math/vtk, make > > >Fix: > > perhaps libGL is not built with -pthreads > > >Release-Note: > > >Audit-Trail: > > >Unformatted: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > No, the fix is cleaning up the breakage after Mesa3 went to > -pthreads. Just about every port with a LIB_DEPENDS on Mesa3 > has/will have this problem. > > The fix is to liberally append ${PTHREADS_LIBS} to the LIBS > used in the builds, and make the ${PTHREADS_LIBS} visible at > the build-level Makefile. > > jmc > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature Well, I got my Animabob program (3d visualization program) to compile. Unfortunately, when I try to start it I get the error: Xlib: extension "GLX" missing on display ":0.0" Error: GLwDrawingArea: requested visual not supported. I assume this means that my I815 graphics is to blame on this notebook. Rob. ps. I had no problems on my old notebook which used the Rage Mobility chipset. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 19:52:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id D0C3E37B401 for ; Tue, 7 Aug 2001 19:52:23 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id UAA23567; Tue, 7 Aug 2001 20:19:24 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.5/8.11.5) id f782qWc58676; Tue, 7 Aug 2001 19:52:32 -0700 (PDT) (envelope-from jmcoopr) Date: Tue, 7 Aug 2001 19:52:32 -0700 From: John Merryweather Cooper To: Rob Cc: ports@freebsd.org Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port Message-ID: <20010807195232.A58648@johncoop.MSHOME> References: <200108072234.f77MYY470658@freefall.freebsd.org> <20010807155025.A50843@johncoop.MSHOME> <3B70A19A.2E3AB850@home.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B70A19A.2E3AB850@home.com>; from europax@home.com on Tue, Aug 07, 2001 at 07:19:06PM -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 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 07, 2001 at 07:19:06PM -0700, Rob wrote: < mega snip> >=20 > Well, I got my Animabob program (3d visualization program) to compile.=20 > Unfortunately, when I try to start it I get the error: Xlib: extension > "GLX" missing on display ":0.0" > Error: GLwDrawingArea: requested visual not > supported. >=20 > I assume this means that my I815 graphics is to blame on this > notebook. Rob. > ps. I had no problems on my old notebook which used the Rage Mobility > chipset. >=20 Yes. Regretablly, graphics chip manufactures (with a few exceptions) treat anything that isn't WinDoze or Linux as a very, very poor (and starving) step child. Of course, you might want to check if you're even loading the glx module. But direct hardware OpenGL stuff is DNE for the most part because of chip maker chauvinism. jmc --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBO3CpbGGGTW8Cfs9HAQH/Hgf5ARu8eUkuVcdrRBJpRA/xpjeVOk3HV3Bf Qnsr6M3dWsL/WqhJ2sXdEuN5MD3WmWuRqM6Y3rTMfhdkI4kn2+JeIZJ89YLezerX cMRN3uF/CqwJVt+eqo93Q75cRARyrJ1NjVC8DBz3xROZwzDjVvvgHPTJJ1V/uIO6 WboDFPob24h6Q0Pd4k7C2W9ZG+vJF8V7CUsBQdxhiVnCa21bK1DMCtYCJuFZeXdx 5NPX89GPURH1Y23ogfWhauHUUBmRa2IflVg/eRiqdh1EXk9FaJzmMDM3lUZyJBzR fGv+FG54NKwPNxUzD0rItUMkihOxXZ/QUXmR2SPUGKcq4ggHAXtxuA== =HZll -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 19:55:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gandalf.vi.bravenet.com (gandalf.bravenet.com [139.142.105.50]) by hub.freebsd.org (Postfix) with SMTP id 5825337B401 for ; Tue, 7 Aug 2001 19:55:53 -0700 (PDT) (envelope-from dphoenix@bravenet.com) Received: (qmail 31493 invoked by uid 1001); 8 Aug 2001 03:03:12 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Aug 2001 03:03:12 -0000 Date: Tue, 7 Aug 2001 20:03:12 -0700 (PDT) From: Dan To: Subject: memtest Message-ID: <20010807200245.F25640-100000@gandalf.bravenet.com> 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 cd /usr/ports/sysutils/memtest;make install;memtest all core dump. just thought i would let author know. -- Dan +------------------------------------------------------+ | BRAVENET WEB SERVICES | | dan@bravenet.com | | screen;cd /usr/src;make buildworld;cd ~ | | cp MYKERNEL /sys/i386/conf;cd /usr/src | | make buildkernel KERNCONF=MYKERNEL | |make installkernel KERNCONF=MYKERNEL;make installworld| +______________________________________________________+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 20: 8:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id C5B1C37B403 for ; Tue, 7 Aug 2001 20:08:51 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 93332 invoked by uid 1001); 8 Aug 2001 03:09:57 -0000 Date: Tue, 7 Aug 2001 23:09:57 -0400 From: Pete Fritchman To: Dan Cc: ports@freebsd.org Subject: Re: memtest Message-ID: <20010807230957.A92450@databits.net> References: <20010807200245.F25640-100000@gandalf.bravenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010807200245.F25640-100000@gandalf.bravenet.com>; from dphoenix@bravenet.com on Tue, Aug 07, 2001 at 08:03:12PM -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 ++ 07/08/01 20:03 -0700 - Dan: | cd /usr/ports/sysutils/memtest;make install;memtest all | | core dump. | just thought i would let author know. From memtest(1): memtest takes the first supplied argument as the amount of memory to test. The value 'all' means to test all available memory. However, the value 'all' may not work on all systems, so a specific amount of memory might have to be specified. A specific amount of memory can be supplied as a number, followed by a letter to indicate units: ... memtest appears to be working on my system when I specify a specific amount of memory, but I also observe a core dump with 'all'. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 20:50:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BD9637B40A for ; Tue, 7 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f783o2Z26206; Tue, 7 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Received: from entropy.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 45D9237B403 for ; Tue, 7 Aug 2001 20:47:28 -0700 (PDT) (envelope-from petef@entropy.databits.net) Received: by entropy.databits.net (Postfix, from userid 1001) id 5E6DFD92D; Mon, 6 Aug 2001 22:23:17 -0400 (EDT) Message-Id: <20010807022317.5E6DFD92D@entropy.databits.net> Date: Mon, 6 Aug 2001 22:23:17 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29527: Update archivers/cabextract to 0.3 Sender: owner-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: 29527 >Category: ports >Synopsis: Update archivers/cabextract to 0.3 >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 Aug 07 20:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sat Aug 4 12:24:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 0.3 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/cabextract/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/03/06 13:29:20 1.2 +++ Makefile 2001/08/07 02:16:18 @@ -6,7 +6,7 @@ # PORTNAME= cabextract -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/cabextract/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2001/03/06 13:29:20 1.2 +++ distinfo 2001/08/07 02:16:43 @@ -1 +1 @@ -MD5 (cabextract-0.2.tar.gz) = 8f59514ec67cfb43658c57c67c864b74 +MD5 (cabextract-0.3.tar.gz) = 72d88348e21d91aa61ec3b9a4b778de6 >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 Aug 7 20:50:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B19A837B40E for ; Tue, 7 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f783o2a26215; Tue, 7 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Received: from entropy.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 5725337B405 for ; Tue, 7 Aug 2001 20:47:28 -0700 (PDT) (envelope-from petef@entropy.databits.net) Received: by entropy.databits.net (Postfix, from userid 1001) id 334ADD932; Tue, 7 Aug 2001 21:29:50 -0400 (EDT) Message-Id: <20010808012950.334ADD932@entropy.databits.net> Date: Tue, 7 Aug 2001 21:29:50 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29528: Update misc/tvguide to 0.9.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: 29528 >Category: ports >Synopsis: Update misc/tvguide to 0.9.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: Tue Aug 07 20:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sat Aug 4 12:24:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 0.9.0 - take over as MAINTAINER (if this is ok with dburr@) - USE_PERL5=yes - fix path to perl in ${WRKSRC}/tvguide - install documentation and example config file - clean up pkg-{descr,message} >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/tvguide/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2000/11/20 00:49:55 1.1 +++ Makefile 2001/08/08 00:32:07 @@ -6,20 +6,32 @@ # PORTNAME= tvguide -PORTVERSION= 1.6.1 +PORTVERSION= 1.9.0 CATEGORIES= misc MASTER_SITES= http://www.cherrynebula.net/downloads/ -MAINTAINER= dburr@FreeBSD.ORG +MAINTAINER= petef@databits.net RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -NO_BUILD= YES +NO_BUILD= yes +USE_PERL5= yes +post-patch: + @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/tvguide + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tvguide ${PREFIX}/bin - -post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ChangeLog.txt README.txt README2.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + @${MKDIR} ${PREFIX}/share/examples/tvguide + ${INSTALL_DATA} ${WRKSRC}/sample.tvguide.conf \ + ${PREFIX}/share/examples/tvguide/tvguide.conf + @${PERL} -pi -e 's|PREFIX|${PREFIX}|g' ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/tvguide/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2000/11/20 00:49:55 1.1 +++ distinfo 2001/08/07 23:42:40 @@ -1 +1 @@ -MD5 (tvguide-1.6.1.tar.gz) = 5fb6210d65cd5384cb98f8edb584497d +MD5 (tvguide-1.9.0.tar.gz) = 517206e1917c6dc0835ce7c8ae3a6f6a Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/misc/tvguide/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2000/11/20 00:49:55 1.1 +++ pkg-descr 2001/08/07 23:50:14 @@ -1,6 +1,7 @@ tvguide is a Perl script that reads the tv listings from tvguide.com -and outputs them in a table format. +and outputs them in ascii or HTML table format. WWW: http://www.cherrynebula.net/tvguide.html -[ This port is maintained by Donald Burr ] +- Pete +petef@databits.net Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/misc/tvguide/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 2000/11/20 00:49:55 1.1 +++ pkg-message 2001/08/08 00:10:04 @@ -1,13 +1,7 @@ -********************************************************************* - -You will need to read the beginning of ${PREFIX}/bin/tvguide. -Follow the instructions on how to obtain your ServiceID from the -tvguide.com website and edit the script accordingly. - -If you have already visited tvguide.com using Netscape under FreeBSD, -you do NOT need to do anything, as the script will automatically -determine your ServiceID from your ${HOME}/.netscape/cookies file -(if you have cookies enabled; otherwise you will need to follow the -steps outlined in the script to obtain your ServiceID). - -********************************************************************* +--------------------------------------------------------------------- +You will need to read PREFIX/share/doc/tvguide/README.txt +and follow the instructions on how to obtain your ServiceID from the +tvguide.com website and either edit the PREFIX/bin/tvguide +script accordingly or create a config file based on the template in +PREFIX/share/examples/tvguide/example.conf +--------------------------------------------------------------------- Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/tvguide/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2000/11/20 00:49:55 1.1 +++ pkg-plist 2001/08/08 00:11:25 @@ -1 +1,7 @@ bin/tvguide +%%PORTDOCS%%share/doc/tvguide/ChangeLog.txt +%%PORTDOCS%%share/doc/tvguide/README.txt +%%PORTDOCS%%share/doc/tvguide/README2.txt +share/examples/tvguide/tvguide.conf +@dirrm share/examples/tvguide +%%PORTDOCS%%@dirrm share/doc/tvguide >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 Aug 7 21: 5:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 6B8A737B403; Tue, 7 Aug 2001 21:05:25 -0700 (PDT) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id f7844v821152; Wed, 8 Aug 2001 13:34:57 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Wed, 8 Aug 2001 13:33:21 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id NAA32282; Wed, 8 Aug 2001 13:26:35 +0930 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id QFDDXXJ9; Wed, 8 Aug 2001 13:26:33 +0930 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id NAA32106; Wed, 8 Aug 2001 13:26:35 +0930 (CST) Message-ID: <3B70B873.996B071@dsto.defence.gov.au> Date: Wed, 08 Aug 2001 13:26:35 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Nate Williams Cc: Jeff Einhorn , nate@freebsd.org, conrads@home.com, ports@freebsd.org Subject: Re: Java plugin for Mozilla 0.9.2 ? References: <3B6F8649.6A4836F3@dsto.defence.gov.au> <3B703722.2050401@meridian-enviro.com> <3B708D68.6A596073@dsto.defence.gov.au> <15216.36848.253042.945097@nomad.yogotech.com> <3B709A69.3908ACEA@dsto.defence.gov.au> <15216.39956.777550.957112@nomad.yogotech.com> 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 Nate Williams wrote: > > > > > there isn't any java pluggin for mozilla that I've been able to find. > > > > > > > > I would have thought that since Mozilla is an ELF binary and that > > > > the Java source code is highly available that it would have been > > > > possible to compile up a Java plug-in for Mozilla on FreeBSD-CURRENT. > > > > > > It may be (I've never tried), but we can't distribute any JDK binaries > > > at this point due to legal issues. > > > > Dont distribute it, but I'm sure there will be high demand for a port > > that builds it all from source. > > Too much work for little gain. The other ports are more important to > most folks (JDK1.3, JDK1.4, HotSpot, etc....) I think you are underestimating the demand given that a Netscape binary for FreeBSD with Java support is no longer available. That's why I have switched to Mozilla (at home at least) and a Java plug-in is useful for a Web broswer. Maybe conrads@home.com will be interested in making such a Plug-in as a port as he was keen on the XSwallow Plug-in until it became too hard to compile a.out objects so he may have taken his bat and ball and gone home by now. I know.... do it yourself. Maybe I will if I find the time. Cc:'d to ports for a wider audience. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 21:35:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4001937B409; Tue, 7 Aug 2001 21:35:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784TCZ32960; Tue, 7 Aug 2001 21:29:12 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 21:29:12 -0700 (PDT) From: Message-Id: <200108080429.f784TCZ32960@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/29527: Update archivers/cabextract to 0.3 Sender: owner-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 archivers/cabextract to 0.3 Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: lioux Responsible-Changed-When: Tue Aug 7 21:28:59 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 21:35:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1709137B403; Tue, 7 Aug 2001 21:35:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784ThY33068; Tue, 7 Aug 2001 21:29:43 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 21:29:43 -0700 (PDT) From: Message-Id: <200108080429.f784ThY33068@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/29528: Update misc/tvguide to 0.9.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: Update misc/tvguide to 0.9.0 Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: lioux Responsible-Changed-When: Tue Aug 7 21:29:29 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29528 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 21:55:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 203E437B40B; Tue, 7 Aug 2001 21:55:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784pVq35213; Tue, 7 Aug 2001 21:51:31 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 21:51:31 -0700 (PDT) From: Message-Id: <200108080451.f784pVq35213@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29437: Update port: converters/utf8conv to 1.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: converters/utf8conv to 1.1 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 21:51:02 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29437 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 22:15:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A2A737B40A; Tue, 7 Aug 2001 22:15:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7856Bj39948; Tue, 7 Aug 2001 22:06:11 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 22:06:11 -0700 (PDT) From: Message-Id: <200108080506.f7856Bj39948@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29438: Update port: databases/fastdb to 2.23 Sender: owner-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: databases/fastdb to 2.23 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 22:05:41 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29438 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 22:39:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 7E8E837B403; Tue, 7 Aug 2001 22:39:05 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 73A614E24F; Wed, 8 Aug 2001 14:39:03 +0900 (JST) Date: Wed, 08 Aug 2001 14:39:03 +0900 Message-ID: <86hevj9klk.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: portmgr@FreeBSD.org, ports@FreeBSD.org, nakai@FreeBSD.org, dr@domix.de, demon@FreeBSD.org, gnome@FreeBSD.org, mi@aldan.algebra.com, ijliao@FreeBSD.org, andreas@FreeBSD.org, roman@xpert.com, greg@hewgill.com, jedgar@FreeBSD.org, jmz@FreeBSD.org, samy@goldmoon.org, dirk@FreeBSD.org, kanou@mil.allnet.ne.jp Subject: Re: Introducing USE_BZIP2{CMD,LIB,RUN} and BZIP2BASE In-Reply-To: <3B702630.3549A569@FreeBSD.org> References: <200108071056.f77Aut564297@vega.vega.com> <8666bzkdls.wl@archon.local.idaemons.org> <3B702630.3549A569@FreeBSD.org> User-Agent: Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) 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 Tue, 07 Aug 2001 20:32:32 +0300, sobomax wrote: > The plan is: we provide stub until there is significant demand for using > latest ports collection on not-so-stable machines (4.3 before bzip2 MFC and > down). Eventually we just delete the stub and remove obsolete > LIB/RUN_DEPENDS from ports tree. You seem to have defined "smooth deorbiting" as "sudden removal". I'd redefine it as "gradual fadeout" and suggest introducing the new variables again. > It aren't rumours, but people's psychology. We've seen it in past and I sure > will see in the future. Each time we are trying to get rid of them somebody > pops up, who for some very solid reason can't upgrade but need an up-to-date > ports collection, so after some maillist spammage we deciding to keep it for > another couple of months. For example we still have some rudimentary support > for aout in our bsd.port.mk, while 2.2.x is even more obsolete and > unsupported than 3.x. This explains my resistance to introduction of another > set of would-be-shortlived-bsd.port.mk-options. Hah, it turned out that it was actually _your_ resistance after all. Once we made an official announcement that we wouldn't support 3.x or prior any more, we could kill obsolete variables at any time no matter what they claim. It's easy to do it thanks to the variables; just remove several lines from bsd.port.mk. Also, I don't even consider half a year of life as shortlived. During the period the new variables benefit porters by allowing them to write bzip2 dependencies in much shorter, simpler and abstract idioms. It'd certainly be better to have only several lines of code in bsd.port.mk than having a useless stub port and stale dependencies for nothing, IMHO. Opinions, everyone? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 22:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DA1437B40E for ; Tue, 7 Aug 2001 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785e3u51984; Tue, 7 Aug 2001 22:40:03 -0700 (PDT) (envelope-from gnats) Received: from entropy.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 52EBB37B406 for ; Tue, 7 Aug 2001 22:38:06 -0700 (PDT) (envelope-from petef@entropy.databits.net) Received: (from petef@localhost) by entropy.databits.net (8.11.1/8.11.1) id f7843BR40780; Wed, 8 Aug 2001 00:03:11 -0400 (EDT) (envelope-from petef) Message-Id: <200108080403.f7843BR40780@entropy.databits.net> Date: Wed, 8 Aug 2001 00:03:11 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29533: New port: misc/reed Sender: owner-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: 29533 >Category: ports >Synopsis: New port: misc/reed >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 Aug 07 22:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sat Aug 4 12:24:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: reed is a text pager for reading large files, such as full books (usually etexts from Project Gutenberg). It has the features one would expect for a pager (multiple buffers, searching, file information, subshells, etc) and more: persistent bookmarks, auto scrolling, and support for many different types of files. WWW: http://www.sacredchao.net/software/reed/ >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: # # reed # reed/pkg-descr # reed/distinfo # reed/pkg-plist # reed/Makefile # reed/pkg-comment # reed/files # reed/files/patch-src::reed.h # echo c - reed mkdir -p reed > /dev/null 2>&1 echo x - reed/pkg-descr sed 's/^X//' >reed/pkg-descr << 'END-of-reed/pkg-descr' Xreed is a text pager for reading large files, such as full books X(usually etexts from Project Gutenberg). It has the features one Xwould expect for a pager (multiple buffers, searching, file Xinformation, subshells, etc) and more: persistent bookmarks, auto Xscrolling, and support for many different types of files. X XWWW: http://www.sacredchao.net/software/reed/ X X- Pete Xpetef@databits.net END-of-reed/pkg-descr echo x - reed/distinfo sed 's/^X//' >reed/distinfo << 'END-of-reed/distinfo' XMD5 (reed-4.6.tar.gz) = 99534e8c2532de28437f5284a0056bea END-of-reed/distinfo echo x - reed/pkg-plist sed 's/^X//' >reed/pkg-plist << 'END-of-reed/pkg-plist' Xbin/breed Xbin/reed Xbin/wrap END-of-reed/pkg-plist echo x - reed/Makefile sed 's/^X//' >reed/Makefile << 'END-of-reed/Makefile' X# New ports collection makefile for: reed X# Date created: 7 August 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= reed XPORTVERSION= 4.6 XCATEGORIES= misc XMASTER_SITES= http://www.sacredchao.net/software/reed/ X XMAINTAINER= petef@databits.net X XGNU_CONFIGURE= yes X Xpost-patch: X @${PERL} -pi -e 's!sys/dir.h!dirent.h!g' ${WRKSRC}/configure \ X ${WRKSRC}/src/reed.h X @${PERL} -pi -e 's!-O3!!' ${WRKSRC}/configure X @${PERL} -pi -e 's!CFLAGS =!CFLAGS +=!' ${WRKSRC}/src/Makefile.in X XMAN1= breed.1 reed.1 wrap.1 X X.include END-of-reed/Makefile echo x - reed/pkg-comment sed 's/^X//' >reed/pkg-comment << 'END-of-reed/pkg-comment' XA text pager with autoscrolling and more END-of-reed/pkg-comment echo c - reed/files mkdir -p reed/files > /dev/null 2>&1 echo x - reed/files/patch-src::reed.h sed 's/^X//' >reed/files/patch-src::reed.h << 'END-of-reed/files/patch-src::reed.h' X--- src/reed.h.orig Thu Nov 30 19:09:49 2000 X+++ src/reed.h Tue Aug 7 23:14:10 2001 X@@ -19,6 +19,7 @@ X #include X #include X #include X+#include X #include X #include X #include END-of-reed/files/patch-src::reed.h 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 Aug 7 22:45:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3998C37B403; Tue, 7 Aug 2001 22:45:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785aRU51577; Tue, 7 Aug 2001 22:36:27 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 22:36:27 -0700 (PDT) From: Message-Id: <200108080536.f785aRU51577@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29440: Update port: databases/xmbase-grok to 1.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: databases/xmbase-grok to 1.5 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 22:35:09 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29440 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 22:55:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E9237B409; Tue, 7 Aug 2001 22:55:17 -0700 (PDT) (envelope-from keichii@FreeBSD.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785nJm52866; Tue, 7 Aug 2001 22:49:19 -0700 (PDT) (envelope-from keichii) Date: Tue, 7 Aug 2001 22:49:19 -0700 (PDT) From: Message-Id: <200108080549.f785nJm52866@freefall.freebsd.org> To: keichii@FreeBSD.org, freebsd-ports@FreeBSD.org, keichii@FreeBSD.org Subject: Re: ports/29457: ports/chinese/gugod-clean 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: ports/chinese/gugod-clean update Responsible-Changed-From-To: freebsd-ports->keichii Responsible-Changed-By: keichii Responsible-Changed-When: Tue Aug 7 22:48:54 PDT 2001 Responsible-Changed-Why: i'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29457 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 22:55:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3421737B406; Tue, 7 Aug 2001 22:55:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785sAS53214; Tue, 7 Aug 2001 22:54:10 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 22:54:10 -0700 (PDT) From: Message-Id: <200108080554.f785sAS53214@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29441: Update port: ftp/ftpq to 1.10 Sender: owner-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: ftp/ftpq to 1.10 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 22:52:33 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 23: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13E9937B414 for ; Tue, 7 Aug 2001 23:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78603g53587; Tue, 7 Aug 2001 23:00:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 7 Aug 2001 23:00:03 -0700 (PDT) Message-Id: <200108080600.f78603g53587@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: swear@aa.net (Gary W. Swearingen) Subject: Re: ports/29523: xemacs21 port improperly handles .so man pages Reply-To: swear@aa.net (Gary W. Swearingen) Sender: owner-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/29523; it has been noted by GNATS. From: swear@aa.net (Gary W. Swearingen) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/29523: xemacs21 port improperly handles .so man pages Date: 07 Aug 2001 22:53:34 -0700 I notice that some system man pages handle multiple commands with one man page by hard linking them. I still don't know if bsd.port.mk has support for this or if the porter must do it themselves. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 23:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B0137B406 for ; Tue, 7 Aug 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786K1o58763; Tue, 7 Aug 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 7 Aug 2001 23:20:01 -0700 (PDT) Message-Id: <200108080620.f786K1o58763@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tony Maher Subject: Re: ports/29507: racoon-20010802a libipsec doesn't compile on RELENG_4 Reply-To: Tony Maher Sender: owner-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/29507; it has been noted by GNATS. From: Tony Maher To: freebsd-gnats-submit@FreeBSD.org, ast@marabu.ch, sumikawa@FreeBSD.org Cc: Subject: Re: ports/29507: racoon-20010802a libipsec doesn't compile on RELENG_4 Date: Wed, 08 Aug 2001 16:11:27 +1000 > Fix > > Does the OS libipsec have to be upgraded too? Just hit this too. Well maybe a MFC of R1.7 of src/sys/net/pfkeyv2.h would help (if possible under code freeze). -- Tony Maher Systems Engineer email: tonym@biolateral.com.au BioLateral Pty Ltd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 23:25:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A9AB37B40B; Tue, 7 Aug 2001 23:25:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786KxK58884; Tue, 7 Aug 2001 23:20:59 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 23:20:59 -0700 (PDT) From: Message-Id: <200108080620.f786KxK58884@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29442: Update port: graphics/ImageMagick to 5.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 Synopsis: Update port: graphics/ImageMagick to 5.3.6 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 23:18:05 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29442 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 23:44:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.x9media.com (klfw.kluth.de [212.103.108.122]) by hub.freebsd.org (Postfix) with SMTP id 9E99D37B403 for ; Tue, 7 Aug 2001 23:44:54 -0700 (PDT) (envelope-from thomas.may@x9media.com) Received: from TMNOTEBOOK (217.81.109.222) by mail.x9media.com with MERCUR-SMTP/POP3/IMAP4-Server (v3.30.09 XN-0098304) for ; Wed, 8 Aug 2001 08:46:10 +0200 Message-ID: <000501c11fd5$87d62ce0$6400a8c0@kluthbo.kluth.de> From: "Thomas May" To: Subject: freebsd port for saferpay ! Date: Wed, 8 Aug 2001 08:44:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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, there is a good payment software running also on freebsd, they have especially binaries for freebsd . So have a look at it, and when it is nice than you could make a port for it.... www.saferpay.com http://support.saferpay.de -> here you can find the binaries for freebsd bye and ciao thomas from berlin ---------------------------------------------------------------------------- --- X9MEDIA internet solutions Belforter Straße 22 10405 Berlin Tel. +49 (0)30 440 55 470 | Fax: +49 (0)30 440 55 475 email: info@x9media.com | web: www.x9media.com Internet/CallCenter design+Consulting ---------------------------------------------------------------------------- --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 7 23:55:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DB7837B403; Tue, 7 Aug 2001 23:55:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786rUx63284; Tue, 7 Aug 2001 23:53:30 -0700 (PDT) (envelope-from lioux) Date: Tue, 7 Aug 2001 23:53:30 -0700 (PDT) From: Message-Id: <200108080653.f786rUx63284@freefall.freebsd.org> To: petef@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29533: New port: misc/reed Sender: owner-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: misc/reed State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Aug 7 23:53:19 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29533 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 0:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A9337B40A for ; Wed, 8 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f787A1968261; Wed, 8 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from etmobile.quidel.com (66-27-63-9.san.rr.com [66.27.63.9]) by hub.freebsd.org (Postfix) with ESMTP id B3BF337B40D for ; Wed, 8 Aug 2001 00:06:07 -0700 (PDT) (envelope-from et@etmobile.quidel.com) Received: (from root@localhost) by etmobile.quidel.com (8.11.3/8.11.3) id f7809dw14522; Wed, 8 Aug 2001 00:09:40 GMT (envelope-from et) Message-Id: <200108080009.f7809dw14522@etmobile.quidel.com> Date: Wed, 8 Aug 2001 00:09:40 GMT From: et@quidel.com Reply-To: et@quidel.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29535: Racoon port fails to 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: 29535 >Category: ports >Synopsis: racoon port won't build >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 Aug 08 00:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: eT >Release: FreeBSD 4.3-RELEASE i386 >Organization: Quidel Corp >Environment: System: FreeBSD etmobile.quidel.com 4.3-RELEASE FreeBSD 4.3-RELEASE #7: Fri Aug 3 14:20:30 GMT 2001 root@etmobile.quidel.com:/usr/src/sys/compile/ETMOBILE i386 >Description: ===> Cleaning for racoon-20010802a etmobile# make install ===> Extracting for racoon-20010802a >How-To-Repeat: /usr/ports/security/racoon make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for racoon-20010802a.tar.gz. ===> Patching for racoon-20010802a /bin/mv /usr/ports/security/racoon/work/racoon-20010802a/racoon/racoon.8 /usr/ports/security/racoon/work/racoon-20010802a/racoon/racoon.8.in ===> Applying FreeBSD patches for racoon-20010802a ===> Configuring for racoon-20010802a (cd /usr/ports/security/racoon/work/racoon-20010802a/racoon/../libipsec; make) Warning: Object directory not changed from original /usr/ports/security/racoon/work/racoon-20010802a/libipsec yacc -d -d -p __libyy policy_parse.y cp y.tab.c policy_parse.c cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c pfkey.c -o pfkey.o cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c pfkey_dump.c -o pfkey_dump.o pfkey_dump.c: In function `pfkey_sadump': pfkey_dump.c:303: structure has no member named `sadb_x_sa2_sequence' *** Error code 1 Stop in /usr/ports/security/racoon/work/racoon-20010802a/libipsec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 0:19:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id DB99A37B40A for ; Wed, 8 Aug 2001 00:19:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup13-16.iptelecom.net.ua [212.9.229.16]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA25235; Wed, 8 Aug 2001 10:19:31 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f787IKp73785; Wed, 8 Aug 2001 10:18:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B70E7E1.9847014D@FreeBSD.org> Date: Wed, 08 Aug 2001 10:18:57 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Daniel Frazier Cc: ports@FreeBSD.org Subject: Re: libgda finally built! (but something's wierd...) References: <3B703EB0.2050603@magpage.com> <3B704062.6030809@magpage.com> <3B7051E0.2050803@magpage.com> 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 Daniel Frazier wrote: > Daniel Frazier wrote: > > > Daniel Frazier wrote: > > > >> > >> To make a long story short I'm thinking that that file should have been > >> removed when I upgraded libgda. But it wasn't. I don't know where the > >> problem is that caused it to not be removed but I'm really concerned > >> now about how much other cruft has been left over by old ports. I've > >> been having a lot of port builds die lately where they build just fine > >> for others, but it's been worse since I've started using portupgrade. > >> Maybe the problem's there? > >> > > > > > > forgot to add... so at this point is it safe to simply remove > > /usr/local/bin/gda-config and press on? > > > > well, just in case anyone else encounters this here's what I did: > > # pkg_delete -f libgda-0.2.90 > # fetch > ftp://ftp.freebsd.org/pub/FreeBSD/branches/4.0-stable/packages/databases/libgda-0.2.10_1.tgz > # pkg_add libgda-0.2.10_1.tgz > # pkg_delete -f libgda-0.2.10_1 > # cd /usr/ports/databases/libgda; make && make install > # cd /usr/ports/databases/gnomedb; make && make install > > that's it. basically I'm just installing the old version so that I > pkg_delete to get rid of everything in /usr/local. I'm still concerned > about how this happened and what other cruft I have lying around that's > conflicting with newer stuff. I might even so something I haven't done > since my windows days, format and reinstall. :-( Are are seeing this because when updating the port to 0.2.90 I added USE_X_PREFIX. It seems that you did not deinstall older version prior to installing new one, so you ended with two version of libgda, one in /usr/local and second in /usr/X11R6. Perhaps you have /usr/local/bin in your PATH before /usr/X11R6/bin, so 0.2.10 was picked by gnome-db's configure script and naturally it refused to build. To prevent such things from happening in the fyuture always deinstall old version of the package before installing a new one. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 0:26:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from giasmd01.vsnl.net.in (giasmd01.vsnl.net.in [202.54.6.1]) by hub.freebsd.org (Postfix) with ESMTP id E793537B40A for ; Wed, 8 Aug 2001 00:26:06 -0700 (PDT) (envelope-from mjrecruiter@vsnl.net) Received: from proxy (unknown [203.199.225.175]) by giasmd01.vsnl.net.in (Postfix) with SMTP id E1BC8E9D7; Wed, 8 Aug 2001 12:56:24 +0530 (IST) From: mjrecruiter@vsnl.net To: IT_Professionals@giasmd01.vsnl.net.in Subject: ADV: Call Your Own Shots at Marblejar X-Mailer: AMLC 2.7 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_03A0_01C11F23.FA1DFBF0" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-Id: <20010808072624.E1BC8E9D7@giasmd01.vsnl.net.in> Date: Wed, 8 Aug 2001 12:56:24 +0530 (IST) Sender: owner-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_03A0_01C11F23.FA1DFBF0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_03A1_01C11F23.FA1DFBF0" ------=_NextPart_001_03A1_01C11F23.FA1DFBF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =20 www.marblejar.com=20 =20 =20 =20 =20 =20 =20 Whether you are caught in the current downward dot-com trend = or just aspire to work for a leading edge company, it is time you took = charge of your career. Don't give up your dreams so easily just because = of today's turbulent market. Marblejar, www.marblejar.com, is the way to = find your next challenging IT position with established direct end = clients with solid fundamentals and financial performance. Marblejar, is a web-based IT recruiter, not a job board = specializing in emerging IT skills. Our value proposition is this: =20 =20 =20 All Candidates are skills tested All Candidates record a voice file The site is FREE to use We have many open positions in Java, EJB, Java Servlets, = C++, VB, and more....Yesterday only we received 47 open job orders. As a candidate you receive a $500 bonus from Marblejar upon = getting hired through our site. Don't wait to register. Go to the www.marblejar.com and = register today. Once you are registered, send your resumes to = sroberts@marblejar.com and we will start you on your way to a new career = and that $500 bonus. Check out the job of the day!!!!! Sincerely, Sam Roberts Marblejar LLC =20 Senior Software Engineer/Software Engineer=20 Functions: Our software engineers will build the next = generation of e-commerce monitoring products, using emerging Internet = standards such as Java and XML, in response to critical customer needs. Requirements: Ideal candidates for these positions will have = experience developing middleware and infrastructure software, and will = have worked on large, distributed, object-oriented software products in = Java or C++. They should have three to ten years of commercial software = development or equivalent experience, including experience designing and = developing object-oriented infrastructure software. Ideal candidates = will also have a deep understanding of one or more of the following = areas: the Java runtime environment; CORBA; distributed system = performance; multi-tier application architectures; web and e-commerce = infrastructure; program visualization tools; system or network = management. =20 =20 =20 We respect your time. If you would like to be removed from our = mailing list, click on mailto:mjrecruiter@vsnl.net ?subject=3DREMOVE and = add the email address(es) to remove in your subject line. This message = is designed to comply with all U.S. state laws and pending federal = legislation regarding electronic mail marketing. You can avoid seeing = compliant messages by setting your mail reader to filter messages with = "ADV:" at the beginning of the Subject line. Submit questions or = comments regarding these matters by clicking on = mailto:mjrecruiter@vsnl.net ?subject=3DCOMPLIANCE. Marblejar LLC Manor Oak Two, Suite 252 1910 Cochran Road Pittsburgh, PA 15220 =20 ------=_NextPart_001_03A1_01C11F23.FA1DFBF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
=
www.marblejar.com
=20

Whether you are=20 caught in the current downward dot-com trend or just aspire = to work=20 for a leading edge company, it is time you took charge of = your=20 career. Don't give up your dreams so easily just because of = today's=20 turbulent market. Marblejar, www.marblejar.com, is the way = to find=20 your next challenging IT position with established direct = end=20 clients with solid fundamentals and financial=20 performance.

Marblejar, is a=20 web-based IT recruiter, not a job board specializing in = emerging IT=20 skills. Our value proposition is=20 this:

All Candidates are skills tested

All Candidates record a voice file

The site is FREE to use

We have many open positions in Java, EJB, Java = Servlets,=20 C++, VB, and more....Yesterday = only we
received 47 open job orders.

As a candidate you receive a $500 bonus from Marblejar upon = getting=20 hired through our site.

Don't wait to=20 register. Go to the www.marblejar.com and = register today.=20 Once you are registered, send your resumes to sroberts@marblejar.com and we = will=20 start you on your way to a new career and that $500=20 bonus.

Check out the=20 job of the day!!!!!

Sincerely,

Sam=20 Roberts
Marblejar = LLC

=20
Senior=20 Software Engineer/Software Engineer

Functions: Our software engineers will build = the next=20 generation of e-commerce monitoring products, using emerging = Internet standards such
as Java and XML, in response to = critical=20 customer needs.

Requirements: Ideal candidates for these = positions=20 will have experience developing middleware and = infrastructure=20 software, and will have worked
on large, distributed,=20 object-oriented software products in Java or C++.

They = should have=20 three to ten years of commercial software development or = equivalent=20 experience, including experience designing and developing=20 object-oriented infrastructure software. Ideal candidates = will also=20 have a deep understanding of one or more of the following = areas: the=20 Java runtime environment; CORBA; distributed system = performance;=20 multi-tier application architectures; web and e-commerce=20 infrastructure; program visualization tools; system or = network=20 management.

 

We respect your time. If = you would=20 like to be removed from our mailing list,=20 click on mailto:mjrecruiter@vsnl.net=20 ?subject=3DREMOVE and add the=20 email address(es) to remove in your subject = line.  This message is designed to = comply with=20 all U.S. state laws and pending federal=20 legislation regarding electronic mail marketing. You can = avoid seeing compliant messages by setting your mail = reader to=20 filter messages with "ADV:" at the = beginning of=20 the Subject line. Submit questions or = comments=20 regarding these matters by clicking on mailto:mjrecruiter@vsnl.net=20 ?subject=3DCOMPLIANCE.

Marblejar LLC
Manor Oak Two, Suite = 252
1910 Cochran Road
Pittsburgh, PA = 15220
 
------=_NextPart_001_03A1_01C11F23.FA1DFBF0-- ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="1ptran.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/1ptran.gif R0lGODlhAQABAJH/AP///wAAAP///wAAACH/C0FET0JFOklSMS4wAt7tACH5BAEAAAIALAAAAAAB AAEAAAICVAEAOw== ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="largeLogo.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/largeLogo.gif R0lGODlhUgFWAMQAAAVopeb21/8xCFKuK8zrskmNv/mWenCSqU5xivf88oyq0fpiPcff38PI233C YCZusKjWlUd9uP7l3o+mqt7w13GYxvS7oe/55qXEyf3Lvf///2eBl9fvwffItPl8W////yH5BAUU AB8ALAAAAABSAVYAAAX/oCaOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRK rVqv2Ky2dGE0Gpgwg5HYms/o9OwCVrjfk7gcQ1bb73hsW1Hp+ysHgRsIhAgbGBd5iouMQwkNcX99 EZSUg4WYCBOJjZ2eny+QkRUFBZWnEZmqCBigrq+gCRMbGxN9ppUPug+Vq5kHZbDCw2kXB4Mbf7m6 AM26vr8UxNPUVRezhJWlEQ/N3t8P0IW00tVJDG9vPRjpCgzmTNeXCKjc39674uPA8EcK9wB6FLin wAgBBwgTUrt2LBu3Xd3AldoWThWtS7T49SPy755AgkYgDBhJcpqshvQe/0bEF0HSJEy0DF2cOWEj R4AfvxUsIpLkyGkTUKaE6K1lOz4vCc1cerGBTSEdv+X0tpNIT5/EGlx0CHFXhKPpSCllSjbYUx9R vU1tVnXI1ZLCZG0d2rUC2HaAyM48NqjVWbQ4eQzUaTChQmFaZ1Lq+uAu2LxLj0meafavjrTN1gJo a5kH34sqdX19w85xnwNjA32eyarzDswBBYN0zSMx6NAP7JK+q0ymakFLDdHOAVsz5+E2Zs00BbGA Y7y3Km74rZo1gnLIaRSXTTj7jQSrF3vV/dwP82eGqFe/5Ne7jO07BlN1b8M2LfG6CpB/7CcCOKXq rSecDugoMJFzTqnwiP+BEymAQWUvMMAOKRPZRccNBb7xjgjwkYAOhaUo0ACEJ8jHlgts8HGghZz8 QAEBEEBgmAMxcpADBzHm2KIMGCiGm1FhvdEfON0AeIAcv820YwoMALRhAgqsBFBjJDZgIkAVLJkC BlcC5EwFG5oAHwZSFsVhYCIw0OU9Wapw5XElQOmfl+AoQOIIb/2kAow+9dmnAzam4MCfeA7qJwQa GDrAYQihoNx9543n0h9lApDPdAECt0GCKzR5zztR0nnPA2GqKSo4nKJA5ql0VkBicQmsqZYG25nK qjcVpPCmCqHe2p0JeQ6QwkF+FvvnnYkSSoGifjowgrDJanDBoijwlVL/pJK6ZM+ozqSnXhzAtaeC p99gMKevlpZRAbrehBmnrL4WIKaTlXpEK06w3RrBnbuewMC57DZTAInBohCsscU6cCezixKA8EjO igAtQjA2agIFMdGzDW6i3bLNqc9gSh2Sx9TEArlegjlCAqsCZIo3BSAyAgPrTnlCAgA74w4Jj6zJ GWxSRvDxrLDV3EwFMovQs5fymtBvCQzUq/LMvX7TNAkFA1ssBIGOgOPWJzDcbEIkRazBxDHSaDYJ GBciNLbMNIMKqyEHSHItLaBstZYaJGD0lO6SgIGXqYrw99HIajD4qCXka+mDPHMZm+MAFMB3mpUe 9/TKlbqKgt8AcZY1/9bNJk5BsVqKDTEBXMho9sQcIBT7CW1nQ1FX+OziKy8iy+E7XyZ3mrKC9T6Q +L1scuEyC4cD4G6+uTJ5ppfioqB3uiVsLkKX1Z/Q/I6jj8CwwisEy3oJqp+PQtcRQ0ABBAS8T/s8 bzNWL9279O47uIMckPeUx1OclwJnggssjwSwCaAGricu2FxtBfmC0wlgwxntXe+BKUhAmdoSPg1w wE9dy+ChTCA2RPmgdrzAD1EC5gxd6G9/DfHfybDEggTYjAU5wyBmMJiC0CEQIIVLAdBeoMF7RCB7 sxlBlxQ4PXyQrk8l6KCg+mRCEoiNiTJA4TJw5wz8tfABL/xd//53j/8gnuCAK7gSBrXXwyQiTyou gE33VPA9EmzOgMlDkZPw5KcoEqoF4yPhH31wgUukkGP3w18EwoikMc7wUy3wIQvUWAIQlWKOJ9jg D+3VAthcTlVAtKMbYUNAFWhSBB08iGGquIJAom+QPSgkIQ5pv0SKKn8jE6MmyPiNUppAkis4HA9p sLkOQRBNLrheWzbXpRg8TYo0cKUVYdmDhjzgdly0lC2J9AC7+Y4WD0qAOMXprz2yAJi8uscwZ5Cz thgznZx8AQ2V6MZKjeGe+MznPXPIRyjmQJrioyYPsHFIjhUlbooMRFCOtD/lkGGcEI3o9XxZAnQK UZ1EHIMbJiIqdyL/85jxdAEaNbA5Fsarn1h5AQdwlDbVQUyQPllbD7SCgIIyRpu1zCkvcrk/Wlwg okAV50SDCiGLomCHK2gAKbaJzndeNKSRxCg9f4VHk57qatBkm4weZiyZJiumQaBAQ07BGETq1Cs8 /eYmLsDWtgZ1qESFqFEnKNUCVoCpHd0kHDv50ahaTZS/up5V65rVBGyVqwjzKkB9gI16eMWstRRP BH7juzBgYBYNaKtmN8vWBjgprnJ141NhRtdbOscdDEhEMfs62lnBYKRPU+YOoOmwh9EIfhxIxGK/ WjYhNOAY9eAGWc/62EqoJg6WtWwgOMvczgLRrXENXUSPWtcRNM9S/1Mr0ShZS12onrO6sZ1nDqRY 20MRAFm73S0P5LEBxw6XuBCZrEInkNwwBAUDAcivfpvLhuc2N7Q6Ae0IkKpXfEgQsPMZMHdLu1d5 5nF7SbzgbPtIgg8eKoDpFehMgTvc98JXNMetr30nQAH9mvjE+l3cNzLL37ZKF7TiJLAILlAmUrVg td7tboN5mWAI/8qG1b1BB8WmPhVkGKxCYEh7t7gMnBJXvnOoL31RTOUUAwQRLWbri2Es4zf2eAXt LHBm4rhgFHi2jAg+0Qi8NGF/iqC8JGGlkQWq3pkGZYuP7caHKTFf5Fo2DlUOtIq9gd/8tjh00CXq DiG6RJFuN8cMdv+tC+o41S936ZP+ymeLwhesEM4ZydMEdRBYdmcV4i5uXakHQ6N82QlwgAKwjjWs BX3lKm8W0ZwF6qLHWSkH/8rLY+YrJF9QYyT+Wo4wOKUGwie2Fxy5t0SgwEI9rLuVxPcU+mnoiAmw 0pXK+tuzzu+gm1HoQOcX11netTh7zWM1N1HSIP218B7s4y9f74h6vEd7mO0nTK+sWTCFdrSnLdkV 5k402K5AQ+NwiG473OHghvW4AVBuc6O7xeqOlTnT2NQyNw6ALsgZAJakPe6R+R6bpjAq/VTkFARL sRoGgrQDsTH8cLO42V74Brj28J4/PNYTr3igsZRltma8eQMjJyj/Ow7peblMgc2LXpo3A7UBPvKv KIXLm4sVwNMB/JWiHjjNcXGKgyNcG3Zp6M59zvaeBz3cQ2eToTGuTogK1lXjjNN1qa7gpn/cSxH4 JOhGpSU2XpeiGmiAPZ+YUqVtDVmG7WrAX4qEmZuHrE4+ZIXcIEaet/3zHHi7rKuMpRM3d4ebXVMB RgRRpSbSo34XM5sKd4GqrVi78u6byAFQgcIt7cp+dPPKi3XeCh9M4AENexFIbR6KZF4b+km7HGpB gOpXH/RsFz24T1x6FHMW9ZoVbFEK0DnxAjs2wv5G8+pHpwdgko19g9dEEtm9DibApYtCyNjoHHMi MMAWHvMyOEUJ/yuiAOCiUNaXgNeHfd0WdN4WcbHWfbZmdOrEWeJHJwXwDjljPH23Y/AkFS3jKxFA UfDHIXilTqUkRfeHWD7BOmKzJHVmBEoFIj9yIPoBHBOggDpofQzogN0GgRQggeYmTM21d+r3UFBy Q+f3AtsBJdsUAZhUae52M7Z3KtmlNcK3MscXU+oDZySBHbxFeUyQAF2gAAfgXqhACxMAPzvYhgv4 eSLGduAmYgxgbvolIcmVWs31IS9DgO4QVBSgTyPQBfn0AoSITyXQAAzSDaVgF/6WJprWAheAARTi H9ekHztTPipnAglQMYOSEPBDIgnQc5VBAT/3BGRoigRwgIHQEv99EAds6Iay+IYM+HkQaIcTWHSa BWNARR9Y2HhPkQD5xQGzWIzGSIu16HNAiItUpoubxYvT5YvDB4zBeAEBsFLHmI1tmIygd4vMaHrO uIvQmHe+mFX9QIbXSIzauI48yI1tt4zfaGLhmGjjWI6b+BfomI7qyI7H6I626I3xOHfz+FPjqHTZ EYM2kY/dxo/G6I//GHEBKY8DWZAGSRvTQkXZQYbWqI/YyJA66JDdCJAROZAESZEWKTaeRhsaOYw9 55HcBpIPCZERKZDzSJFY5ArXxydfRx/5GACm2HazCJPJCIQlNpMBQJJsZZM2gX8jAYbuIU4bmV8/ KZRUqYzwaJT/SGmTN+kJ+OcATumLUBmVPlmVZPmAIjmSWamU8OBSciaNK7OS+hVrZQmSRFmURnmU aWmS5qBKCBEjX+mWcaKRYumTsFaLFmAAiPl5h5mYVkmUd7lfRScBiCkBFyCZBiABBZkBk5kEiJkB gGkG49RWKCZrn7cAAiAAHtB2pykAFtBzdQl3j6mLHXCaHXABsykAHVCQBnCanokEp2kAn3kGoSma owmEBLCaqdlzpikABvCDrwmbsSmbtGmbtBlXC7AAHjBOuykAvXkEv4kDFnCdwUkEw8lW5vZtt8mc 37adBvCco/eY4Fh0t1mb8xlXp7kA2smbSfCdN7Cd42kE5Wme/3ZoAavZAbFGoKgJawbgAdd5nQZg oAqKmCiGmAYwoAzaoA+qWR1gAA2KnRaAl/NJnbgZVIi5mp25nRmgmQ3qAd0pAiqKoRKgIBZwoR46 Ar8pATN6nR5gAZUhmTS6o2VwmMuJmBbgohyqoxYQoxogAdjZAQsQo0/6n0QUoAJKZduJmwFwmwvA Aem5AAuKnPm1nCgmplWWAcvppQx6mh7AVh5wn4h5pmwVovUJVNe5mtd5mKuJml96mkXaN2f6pnyK AhJgonu6ACKQp17Kofc5AleKmG3Km0d6n16qAY/qAYDKnRqAmAmwmxYwmy0qpS0QUcx1Ytu5pcu5 UgVqYo9aof9kamKtOqa06aq0iaAGoFmPSp/TOadBdZ/5iZokMKinKQLL2aKP+qki8KgkcJueuZpK eqz6iaAe8KurWQb+6aK0SQKmaagSwKBHyqDGCqqhClEt9qipup0femL3GQCvGqanWWXQKpBOugAW EJ4LgJdshaC4ipsimptExavihKIlsJxLyp8rQ7AksKpKmgApGqMGqwHKqgHLCSHmCrHBaq0CsADd KQEZEKM7yqTYeZ3fCq4uAFTMRa7n+qjnKqsCoK7temLrql/bWZsttqEL2qC5erMj2q8X26ufKrBX mqeIegLAipxJaqPMWQIZoJ+LirTfKbAjsJxu2gEr4wEegKP/KVq0IvsdQcVW99lWyymzKsuyK+uy LUuTMctfYoudBoCn+lqfugpU/rqp+omtwWquKXq3d9uscZKjiFoGDZu0mLq0JAC4wOm0IyCZUHut WesIcHuxbXWrnLWaF7CcnEW5zGWum5WlHbCt09lWclqdbxtRcQuwdCsAGoCgfUoDHbCqGvC3Snux JoC6FGu6gnqli3sE4xS30LpZu3u2mmW5nKWlm2WukqtZMZsAbludOouf/zq3TxuswGqo0nq0JtCw atq61DsCgOuZxRqwpwmlpxkMEUsC1Xq73rmz41SpGZAAknmflImg8hoAOAq1/PWoC1Cbmtm1lbq5 q1ugyAu6xcq7q3yaATPqvMJasaWamzjKrCcwpDHKubiJvcA5uPo5tEULwROsvhmgvuwLv0krveY7 BIIrAooKtLWqnYnLnMDLXOEJtMz5uEBrqWr6vyMauhCFoHZqwLM7Ak7qwlX7OeRqp1IrwUyLqUsa xPc5xEuauGubwsypsLAbwk2gsAtLVBnQAbWplVi8uUAlAViMmVppxSk6A3nrAho7xjVwxiF7xmZB xRsrxVoQxnI8x9EIx3YMBHScxzB2x3ysBHqsln1sByEAADs= ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="dear.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/dear.gif R0lGODlhpQAlALMAAACZzHTBSl+/35/Z7Dqti8/s9T+y2b/l8n/M5R+l0o/S6Q+fz9/y+S+s1U+5 3P///yH5BAUUAA8ALAAAAAClACUAAAT/8MlJq7046827/2AojmRpnmiqrmzrvnAsz3Rt3/hWIDzP uAzfoNf7TYLEg4ih6KkOB2MKKR0hAFjsopo6YA+GbFY58YoBAxCjIe5+V2Yy6XpGtOLhc4FiFhtA CmILbgByKHEmdBJYdiyID4oWiGF/H5EqDFCObyWRjEcIClVQUHtHpRWPl3xvlBKZB6YPQaITq7Oh XEOGuLUSUFK0UgWkUaekRo8PBwhplliLAI0DWQumfVgCEgULWJVlnLe/rQB/3N4S1Fqmq+oA1q9s 2RPu8I/1pmdoEnRZaY8CsjTgksGTtGVnEozT8yBBlm8LyYhDWOiBK4fosAFQCAnawiwc//P4owiS ohKNHPUN6ijIJMss2joYtOMAQIMDgSrCwvkmmzFWFVlemFTugc8fNW/m5CnmQFKmsbAoOMDmz9Ol iK72BCDgQEAAr0h9ddmt69gdjTDMtFhUWUSjByWF85iK3J9PElzF6fdF7xeif/wWAuzykzhFiAxD m2jL4yfBZAYYMCBPCd66QScSvgwZDCMEDDq/GZLGFRXCiQ9eQjAZY+GDzBR0XKnW8UHID9yNgZsW qES6QBsY6HY3Lts/iC6JDjrBle/jr+1E+tomdW8Pa3GHWUB56/W3QuWeScO57Rvl5gdzal70OW7F YOEmMODauojs77pXfG/8eXjMwhngTP95yJ1H13b6QYFFgI0gaIADe6DmXXjwvTafAQIQVFt8j+mj BH/fufSffxMQ6BJ6Z0TRjRjSnbGFhBVVyJtQRPmBnW12ODjZDyAONVd8mPFiYnIH5jeZAT8U4MBk xPEzWWUwWqYajjS+wYAArQGnAX4Q5ZWelCGqoiV4JRqHG3pdVuAcOOrt9+WMayG2Hj9jbhhNju1R 0KN4vwFJ4p3sFVgRmhqsGVGUcFIpJ3N0+rkllab5AJ19fDbqI6MzeimoEoRSQQV0pJmEqIwVItIE p3VewKVLewZpaaUUDGkgkMt9WFStk04YJzT2MWYBHQreZhNTe4Sh1ISwajZnpmwdC8DvHug5S4xU VAHgQLPEEiVtohxy5RWvW5n1ziyaFKRPGrq1V1OKzPqnLKaXpVvJJfJKgNFu9SJSL7cSrFjdG9TJ uCFME1A30Db+IuvqiGwK2Z/BRqwCMcIjSTDxA2yQcbGM6YKFyBoEM1zBTrGk0szIxZABzAWwnCIL BS2n8lMZJzfmKDPOHNEEFzjD7MsyNf9iTCaykLxHzOkgIAfRGQTg9NNQRy311FRXbfXVWBOABdZc d+31105zAPbYZJcNtdYAmK322lKLzfbbcDutNQFx1w12DnhfMETefPft99+ABy744IQXbvjhiCeu +OI2RAAAOw== ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="1BlueCircle.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/1BlueCircle.gif R0lGODlhFAAUALMAAACZzK/f71C53P///4DM5iCm0m/F4p/Z7P4BAgAAAAAAAAAAAAAAAAAAAAAA AAAAACH5BAQUAP8ALAAAAAAUABQAAARbcMh5RAGgiDP7DBcmYkXgScaoioaXrnArBTEhrOYQqhKx FoMDDDPwrSpDQBFmSS5/SaUxunpCh9aRxjkdbbgwzo7XJc2wZUBu8FLdVLJJOxnvgIalU6cS0nA8 EQA7 ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="2BlueCircle.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/2BlueCircle.gif R0lGODlhFAAUALMAAACZzK/f72C/3////yCm0oDM5kCz2Z/Z7P4BAgAAAAAAAAAAAAAAAAAAAAAA AAAAACH5BAQUAP8ALAAAAAAUABQAAARtcMh5DAGAmDP7DBcmYkTgScKoioKXrnArBTBRGKs5hCMx 4b3BAVYYAAaF1eGlEtCQKwEPBlVNrYYqbOWTXEnEgaXGHBW3AMFwddaKON9iNhkc0FRFCV2kG5Qz BoFNHntoeR4gWyUnHUshBGonEQA7 ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="3BlueCircle.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/3BlueCircle.gif R0lGODlhFAAUAKIAAACZzIDM5kCz2f///6DZ7CCm0mC/3////yH5BAUUAAcALAAAAAAUABQAAANm eLokBaAIsip7MMNC7TFamBkWKJ6kQohF4Aphh2nBYAdhcaxiXQywWDBkINROjhOEwMspIYPmMySw mZwnyQCXG562osnpCI4dZplalZvR7Vi2gajzQYpSC/Yz4NmhNRx9DEkREx4JADs= ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="4BlueCircle.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/4BlueCircle.gif R0lGODlhFAAUAKIAAACZzJDT6VC53NDs9iCm0rDf7////////yH5BAUUAAcALAAAAAAUABQAAANi eLohBICIsOoqD2pIilXCJmqCFY5oqRQoIJybd2SjMYzEwaY2WsCiQW/kQBFsN1wrUGi2WoPAYEDb VDWGrCGAA5IE09QOFR55rpqydQVNxhZezlUFf5I+OjRHhtcVIwJ8CwkAOw== ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="5BlueCircle.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/5BlueCircle.gif R0lGODlhFAAUAKIAAACZzIDM5v///0Cz2SCm0qDZ7FC53P///yH5BAUUAAcALAAAAAAUABQAAANl eLplBICYsip7MENC7QlamAWWIZ6AwYhE4A5hh2mBYIMacRRnDQg4TaMnAAxDDiIqgqoNYEtRzWZi nQhPIKuK0iJ50qJXeJiNBIPxRgHO2YqxBVcD1agqwSXJUzDnOh5sSRETHgkAOw== ------=_NextPart_000_03A0_01C11F23.FA1DFBF0 Content-Type: image/gif; name="job_of_the_day.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.marblejar.com/marblejar/components/images/email/job_of_the_day.gif R0lGODlhQQEyALMAAAAAAIBmAP/MAEAzAMCaAHBaAOCzABANAP4BAgAAAAAAAAAAAAAAAAAAAAAA AAAAACH5BAQUAP8ALAAAAABBATIAAAT/EMhJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iu73zv /8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar6dCYFvQDLal73ZA+XbLYNFhyyZj33CQYC4gaAJzUoEuCFAI dRV4AiMDfHNucYqLFXx2GYMkh2cSgI8TkSKGh5eMnouWd3kjc34WoRSZIZtkqJ+vcK4HWgeYiAOJ F1q5pReWuG6DwBVrBbUWrACowLgTB80AuMew1ETLfGeDdATTzoBzl72nhxLa4Md7dLkSyaictZni 1fNAoQeHAvD4lBPfdGfy/pADYG5Ol010DCBDpCwQgH0ERwWkR1FHqHS4egnbZGrCpgID/0JxqvAL 2sZevzBWaOeQmUaJfSrKtBgoXkybHdkxFOmIpENbhB7GDJWszM6fE14GnTizaYxQOCMujWlUQKua 4AKsc1UOph+iDKtefRSSwDc/UZ2qfYp1KlqvK48+Ytqwk1QJKAMV9SgXwL1Db92uHewCKty0fK3W xUvVp92oYBWLXTzIrFLGOQlrNmFYMGKdit01FvgY7jfLkhOPvSs0MObNsDm3ff05Wt/WvpCyznto HUs7UWvHHt6hM224k0VnrqQbMjiz3OKGno1bOPHrGIxXR656Me5xpQVzXTgd+GHu2NNLWBOglvbL 37srzx3+9Xjpq4OjV4/99+6b+/kXH/hpfm2xhmmBsNeNbeX959qA/F3nn36CJecQXZF9gaAde4GW 33kVRtifQSG1lZEAXZw0GoMgzQfeABg5RwCMYSXWookcSXXiciLGZkBvfuGjzyQW/MiHG3Sls42D ACgJDnk9OdmLlCv2GBtCKE7gZDAjQZnla7mdw2RDYkq3TS0H+NNLmoBZmd4s7RETgDHOMLMOBXB2 Qxc7c9bphjQe9XnBM8ysxMw0wOzp5qImKDqEo4xGKkeVRkAq6aUbzLHgEZZi6ukpdx4xxqeklmrq qaimquqqrLbq6quwxirrrLTWauutuOaq66689urrr8AGK+ywxBZr7BURAAA7 ------=_NextPart_000_03A0_01C11F23.FA1DFBF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 1:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 392FB37B40A for ; Wed, 8 Aug 2001 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788A1Z79085; Wed, 8 Aug 2001 01:10:01 -0700 (PDT) (envelope-from gnats) Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id B68E737B40B for ; Wed, 8 Aug 2001 01:02:23 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.14]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010808080216.BIPM12706.mtiwmhc21.worldnet.att.net@worldnet.att.net> for ; Wed, 8 Aug 2001 08:02:16 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id EA73050BC6; Wed, 8 Aug 2001 04:02:13 -0400 (EDT) Message-Id: <20010808080213.EA73050BC6@worldnet.att.net> Date: Wed, 8 Aug 2001 04:02:13 -0400 (EDT) From: parv_@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29536: gle port's config failed Sender: owner-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: 29536 >Category: ports >Synopsis: gle port's config failed >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 Aug 08 01:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jul 31 14:18:55 EDT 2001 toor@moo.holy.cow:/source/obj/source/src/sys/BOVINE i386 >Description: while installing xscreensaver, gle is needed; but gle config failed w/ the following config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:581: checking for a BSD compatible install configure:634: checking whether build environment is sane configure:691: checking whether make sets ${MAKE} configure:737: checking for working aclocal configure:750: checking for working autoconf configure:763: checking for working automake configure:776: checking for working autoheader configure:789: checking for working makeinfo configure:882: checking host system type configure:903: checking build system type configure:923: checking for ranlib configure:953: checking for gcc configure:1066: checking whether the C compiler (cc -O -pipe ) works configure:1082: cc -o conftest -O -pipe conftest.c -L/usr/X11R6/lib -lXext -pthread 1>&5 configure:1108: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1113: checking whether we are using GNU C configure:1122: cc -E conftest.c configure:1141: checking whether cc accepts -g configure:1184: checking for ld used by GCC configure:1246: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:1262: checking for BSD-compatible nm configure:1298: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: cc -c -O -pipe conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -O -pipe conftest.c -L/usr/X11R6/lib -lXext -pthread 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -O -pipe -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -O -pipe -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -O -pipe -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -O -pipe -static conftest.c -L/usr/X11R6/lib -lXext -pthread 1>&5 GNU ld version 2.10.1 (with BFD 2.10.1) ltconfig:1635: checking if global_symbol_pipe works ltconfig:1636: cc -c -O -pipe conftest.c 1>&5 ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1691: cc -o conftest -O -pipe -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 configure:1500: checking for a BSD compatible install configure:1555: checking for ranlib configure:1585: checking for gcc configure:1698: checking whether the C compiler (cc -O -pipe ) works configure:1714: cc -o conftest -O -pipe conftest.c -L/usr/X11R6/lib -lXext -pthread 1>&5 configure:1740: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1745: checking whether we are using GNU C configure:1773: checking whether cc accepts -g configure:1806: checking for POSIXized ISC configure:1827: checking whether make sets ${MAKE} configure:1854: checking how to run the C preprocessor configure:1875: cc -E conftest.c >/dev/null 2>conftest.out configure:1934: checking for ANSI C header files configure:1947: cc -E conftest.c >/dev/null 2>conftest.out configure:2014: cc -o conftest -O -pipe conftest.c -L/usr/X11R6/lib -lXext -pthread 1>&5 configure:2041: checking for memcpy configure:2069: cc -o conftest -O -pipe conftest.c -L/usr/X11R6/lib -lXext -pthread 1>&5 configure:2053: warning: conflicting types for built-in function `memcpy' configure:2193: checking for X configure:2507: checking for dnet_ntoa in -ldnet configure:2526: cc -o conftest -O -pipe -Wall conftest.c -ldnet -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 /usr/libexec/elf/ld: cannot find -ldnet configure: failed program was: #line 2515 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:2548: checking for dnet_ntoa in -ldnet_stub configure:2567: cc -o conftest -O -pipe -Wall conftest.c -ldnet_stub -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 /usr/libexec/elf/ld: cannot find -ldnet_stub configure: failed program was: #line 2556 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:2596: checking for gethostbyname configure:2624: cc -o conftest -O -pipe -Wall conftest.c -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:2694: checking for connect configure:2722: cc -o conftest -O -pipe -Wall conftest.c -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:2786: checking for remove configure:2814: cc -o conftest -O -pipe -Wall conftest.c -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:2878: checking for shmat configure:2906: cc -o conftest -O -pipe -Wall conftest.c -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:2979: checking for IceConnectionNumber in -lICE configure:2998: cc -o conftest -O -pipe -Wall -L/usr/X11R6/lib conftest.c -lICE -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:3032: checking for XmuLookupStandardColormap in -lXmu configure:3051: cc -o conftest -O -pipe -Wall conftest.c -lXmu -lSM -lICE -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:3075: checking for glGetError in -lGL configure:3094: cc -o conftest -O -pipe -Wall conftest.c -lGL -lSM -lICE -lXmu -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:3117: checking for gluNewQuadric in -lGLU configure:3136: cc -o conftest -O -pipe -Wall conftest.c -lGLU -lSM -lICE -lGL -lXmu -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 configure:3159: checking for glutSwapBuffers in -lglut configure:3178: cc -o conftest -O -pipe -Wall conftest.c -lglut -lSM -lICE -lXmu -lGLU -lGL -lXmu -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -pthread -lm 1>&5 /usr/libexec/elf/ld: cannot find -lglut configure: failed program was: #line 3167 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glutSwapBuffers(); int main() { glutSwapBuffers() ; return 0; } >How-To-Repeat: cd ports/graphics/gle make >Fix: unknown >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 Aug 8 1:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4583337B410 for ; Wed, 8 Aug 2001 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788K1g80731; Wed, 8 Aug 2001 01:20:01 -0700 (PDT) (envelope-from gnats) Received: from mtiwmhc26.worldnet.att.net (mtiwmhc26.worldnet.att.net [204.127.131.51]) by hub.freebsd.org (Postfix) with ESMTP id 0773537B401 for ; Wed, 8 Aug 2001 01:15:51 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.14]) by mtiwmhc26.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010808081549.HUAF18077.mtiwmhc26.worldnet.att.net@worldnet.att.net> for ; Wed, 8 Aug 2001 08:15:49 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id DCAA650BC6; Wed, 8 Aug 2001 04:15:47 -0400 (EDT) Message-Id: <20010808081547.DCAA650BC6@worldnet.att.net> Date: Wed, 8 Aug 2001 04:15:47 -0400 (EDT) From: parv_@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29537: "make packge" fails for xscreensaver 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: 29537 >Category: ports >Synopsis: "make packge" fails for xscreensaver port >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 Aug 08 01:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jul 31 14:18:55 EDT 2001 toor@moo.holy.cow:/source/obj/source/src/sys/BOVINE i386 >Description: i installed successfully xscreensaver port w/ "LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle" commented out & w/ "--without-gle" as one of CONFIGURE_ARGS. however "make package" failed w/ this message: ===> Building package for xscreensaver-gtk-3.33 Creating package /source/ports/x11/xscreensaver/xscreensaver-gtk-3.33.tgz Registering depends: Mesa-3.4.2_1 XFree86-libraries-4.1.0 freetype2-2.0.4 gtk-1.2.10_2 glib-1.2.10_4 gettext-0.10.35 imake-4.1.0 pkgconfig-0.8.0. Creating gzip'd tar ball in '/source/ports/x11/xscreensaver/xscreensaver-gtk-3.33.tgz' tar: can't add file bin/extrusion : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /source/ports/x11/xscreensaver. *** Error code 1 >How-To-Repeat: try to create package from xscreensaver port first by making above changes to Makefile for xscreensaver then... cd /usr/ports/x11/xscreensaver && make package >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 Aug 8 1:28:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 3E8E137B401 for ; Wed, 8 Aug 2001 01:28:18 -0700 (PDT) (envelope-from dima@chg.ru) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id MAA52035; Wed, 8 Aug 2001 12:28:07 +0400 (MSD) (envelope-from dima) Date: Wed, 8 Aug 2001 12:28:07 +0400 From: "Dmitry S. Sivachenko" To: Noel Koethe Cc: ports@FreeBSD.ORG Subject: Re: ports/x11-fm/xnc checksum error Message-ID: <20010808122807.A52014@netserv1.chg.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from noel@koethe.net on Tue, Aug 07, 2001 at 10:17:57PM +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 Tue, Aug 07, 2001 at 10:17:57PM +0200, Noel Koethe wrote: > Hello, > > It works with "make NO_CHECKSUM=yes". I only want to tell you this error. > > ===> Extracting for xnc-4.4.5 > >> Checksum mismatch for xnc-4.4.5.src.tar.gz. > Make sure the Makefile and distinfo file (/usr/ports/x11-fm/xnc/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=yes [other args]". > > Thank you. I can't reproduce this. Please re-fetch. --dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 2: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C55637B417 for ; Wed, 8 Aug 2001 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78902r90151; Wed, 8 Aug 2001 02:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 8 Aug 2001 02:00:02 -0700 (PDT) Message-Id: <200108080900.f78902r90151@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29524: libfpx will not compile under 3.x-STABLE Reply-To: Peter Pentchev Sender: owner-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/29524; it has been noted by GNATS. From: Peter Pentchev To: julian@dreaming.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29524: libfpx will not compile under 3.x-STABLE Date: Wed, 8 Aug 2001 11:51:18 +0300 On Tue, Aug 07, 2001 at 08:52:31PM -0400, julian@dreaming.org wrote: > > >Number: 29524 > >Category: ports > >Synopsis: port graphics/libfpx does not compile under 3.x-STABLE > >Originator: Julian C. Dunn > >Release: FreeBSD 3.5-STABLE i386 > >Organization: > The Dreaming Network > > >Description: > > Because the C++ compiler shipped with 3.x-STABLE appears not to support the > "-fno-exceptions" flag, the libfpx port will not compile on this platform. > > >Fix: > > Remove the "-fno-exceptions" flag from the file "files/Makefile.bsd" in the > port's directory. Doing so enables the compilation to complete. Could you try another fix: add a line saying: USE_NEWGCC= yes to the port Makefile (/usr/ports/libfpx/Makefile) ? This will download and build GCC 2.95.3 from the lang/gcc295 port, and then use it to build the libfpx port. G'luck, Peter -- This sentence claims to be an Epimenides paradox, but it is lying. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 2: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B9D237B41A for ; Wed, 8 Aug 2001 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78902s90160; Wed, 8 Aug 2001 02:00:02 -0700 (PDT) (envelope-from gnats) Received: from ms1.me.nctu.edu.tw (unknown [140.113.158.10]) by hub.freebsd.org (Postfix) with ESMTP id 39C2337B40B for ; Wed, 8 Aug 2001 01:59:38 -0700 (PDT) (envelope-from shuo@me.nctu.edu.tw) Received: by ms1.me.nctu.edu.tw (Postfix, from userid 1001) id 9C86F3297A; Wed, 8 Aug 2001 16:59:33 +0800 (CST) Message-Id: <20010808085933.9C86F3297A@ms1.me.nctu.edu.tw> Date: Wed, 8 Aug 2001 16:59:33 +0800 (CST) From: yssu@CCCA.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29539: ports/chinese/tin: modify patch file for src/page.c Sender: owner-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: 29539 >Category: ports >Synopsis: ports/chinese/tin: modify patch file for src/page.c >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 Aug 08 02:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Shuo Su >Release: FreeBSD 4.3-STABLE i386 >Organization: Campus Computer Communication Association >Environment: System: FreeBSD ms1.me.nctu.edu.tw 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 28 21:29:49 CST 2001 root@ms1.me.nctu.edu.tw:/usr/src/sys/compile/MAILSERVER i386 >Description: Patch file for src/page.c cant match the source file >How-To-Repeat: Cannot finish patch procedure. >Fix: Use the following patch file for files/patch-page.c *** src/page.c.orig Mon Jul 23 18:14:53 2001 --- src/page.c Wed Aug 8 16:45:49 2001 *************** *** 838,845 **** fseek (file, curr->offset, SEEK_SET); if ((line = tin_fgets (file, FALSE)) == NULL) break; /* ran out of message */ ! if ((int) strlen(line) >= cCOLS) ! line[cCOLS] = '\0'; /* * rotN encoding on body and sig data only --- 838,845 ---- fseek (file, curr->offset, SEEK_SET); if ((line = tin_fgets (file, FALSE)) == NULL) break; /* ran out of message */ ! if ((int) strlen(line) >= LEN) ! line[LEN] = '\0'; /* * rotN encoding on body and sig data only *************** *** 858,864 **** strip_line(line); #ifndef USE_CURSES ! snprintf (screen[i + scroll_region_top].col, cCOLS, "%s" cCRLF, line); #endif /* !USE_CURSES */ MoveCursor (i + scroll_region_top, 0); --- 858,864 ---- strip_line(line); #ifndef USE_CURSES ! snprintf (screen[i + scroll_region_top].col, LEN, "%s" cCRLF, line); #endif /* !USE_CURSES */ MoveCursor (i + scroll_region_top, 0); *************** *** 918,924 **** search_line = curr_line; /* Reset search to start from top of display */ ! buff = my_malloc(cCOLS + 1); /* Need to account for \n */ if (part == 0) { ClearScreen(); --- 918,924 ---- search_line = curr_line; /* Reset search to start from top of display */ ! buff = my_malloc(LEN + 1); /* Need to account for \n */ if (part == 0) { ClearScreen(); *************** *** 1364,1370 **** chunk += 50; pgart.rawl = my_realloc((char *) pgart.rawl, sizeof(t_lineinfo) * chunk); } ! } while ((fgets(buff, cCOLS + 1, pgart.raw)) != NULL); j--; pgart.rawl = my_realloc((char *) pgart.rawl, sizeof(t_lineinfo) * j); --- 1364,1370 ---- chunk += 50; pgart.rawl = my_realloc((char *) pgart.rawl, sizeof(t_lineinfo) * chunk); } ! } while ((fgets(buff, LEN + 1, pgart.raw)) != NULL); j--; pgart.rawl = my_realloc((char *) pgart.rawl, sizeof(t_lineinfo) * j); >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 Aug 8 2:10:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FCB937B42A for ; Wed, 8 Aug 2001 02:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f789A4J94120; Wed, 8 Aug 2001 02:10:04 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id C19E337B416; Wed, 8 Aug 2001 02:04:59 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f78950f54348; Wed, 8 Aug 2001 05:05:00 -0400 (EDT) (envelope-from root) Message-Id: <200108080905.f78950f54348@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 8 Aug 2001 05:05:00 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: sumikawa@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29540: Sync www/mozilla+ipv6 with www/mozilla to version 0.9.3 Sender: owner-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: 29540 >Category: ports >Synopsis: Sync www/mozilla+ipv6 with www/mozilla to version 0.9.3 >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 Aug 08 02:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Sync www/mozilla+ipv6 with www/mozilla to version 0.9.3 >How-To-Repeat: N/A >Fix: Index: mozilla+ipv6/Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla+ipv6/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- mozilla+ipv6/Makefile 2001/07/09 23:01:00 1.64 +++ mozilla+ipv6/Makefile 2001/08/08 08:51:03 @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 PKGNAMESUFFIX= +ipv6 CATEGORIES= www ipv6 @@ -45,7 +45,7 @@ --enable-editor \ --enable-mailnews \ --enable-mathml \ - --enable-optimize \ + --enable-optimize="${CFLAGS}" \ --enable-pics \ --enable-svg \ --enable-tests \ @@ -57,8 +57,9 @@ --with-mng=${LOCALBASE} \ --with-pthreads CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ - MOZ_OPTIMIZE_FLAGS="" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin MALLOC_OPTIONS=j + CFLAGS="" CXXFLAGS="" +MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ + CFLAGS="" CXXFLAGS="" MALLOC_OPTIONS=j post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ Index: mozilla+ipv6/distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla+ipv6/distinfo,v retrieving revision 1.37 diff -u -r1.37 distinfo --- mozilla+ipv6/distinfo 2001/07/02 16:13:08 1.37 +++ mozilla+ipv6/distinfo 2001/08/08 08:51:03 @@ -1 +1 @@ -MD5 (mozilla-source-0.9.2.tar.bz2) = a71fcbaf10ca0855f146526fbb76203e +MD5 (mozilla-source-0.9.3.tar.bz2) = 8f98a2d73df28b2cee3da47c0df1dd22 Index: mozilla+ipv6/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla+ipv6/pkg-plist,v retrieving revision 1.37 diff -u -r1.37 pkg-plist --- mozilla+ipv6/pkg-plist 2001/07/02 16:13:08 1.37 +++ mozilla+ipv6/pkg-plist 2001/08/08 08:51:04 @@ -31,6 +31,7 @@ lib/mozilla/TestCOMPtrEq lib/mozilla/TestCRT lib/mozilla/TestCSSPropertyLookup +lib/mozilla/TestCallTemplates lib/mozilla/TestCallbacks lib/mozilla/TestColorNames lib/mozilla/TestCookie @@ -52,6 +53,7 @@ lib/mozilla/TestOutSinks.pl lib/mozilla/TestOutput lib/mozilla/TestOverlappedIO +lib/mozilla/TestPageLoad lib/mozilla/TestPipes lib/mozilla/TestProtocols lib/mozilla/TestRect @@ -79,6 +81,7 @@ lib/mozilla/chrome/content-packs.jar lib/mozilla/chrome/embed.jar lib/mozilla/chrome/en-US.jar +lib/mozilla/chrome/en-mac.jar lib/mozilla/chrome/en-unix.jar lib/mozilla/chrome/en-win.jar lib/mozilla/chrome/help.jar @@ -116,6 +119,7 @@ lib/mozilla/components/dom_html.xpt lib/mozilla/components/dom_range.xpt lib/mozilla/components/dom_stylesheets.xpt +lib/mozilla/components/dom_traversal.xpt lib/mozilla/components/dom_views.xpt lib/mozilla/components/dom_xbl.xpt lib/mozilla/components/dom_xul.xpt @@ -369,7 +373,6 @@ lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so -lib/mozilla/libxlibrgb.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/lots Index: mozilla+ipv6/files/patch-mi =================================================================== RCS file: /home/ncvs/ports/www/mozilla+ipv6/files/patch-mi,v retrieving revision 1.5 diff -u -r1.5 patch-mi --- mozilla+ipv6/files/patch-mi 2001/04/04 00:42:41 1.5 +++ mozilla+ipv6/files/patch-mi 2001/08/08 08:51:05 @@ -11,7 +11,7 @@ + +# During FreeBSD port build, CFLAGS contains all of the optimizations +# flags desired... -+OPTIMIZER = ++OPTIMIZER = $(MOZ_OPTIMIZE_FLAGS) ifeq ($(OS_TEST),alpha) CPU_ARCH = alpha Index: mozilla+ipv6/files/patch-qt =================================================================== RCS file: /home/ncvs/ports/www/mozilla+ipv6/files/patch-qt,v retrieving revision 1.7 diff -u -r1.7 patch-qt --- mozilla+ipv6/files/patch-qt 2001/07/02 16:13:09 1.7 +++ mozilla+ipv6/files/patch-qt 2001/08/08 08:51:05 @@ -1,9 +1,9 @@ $FreeBSD: ports/www/mozilla+ipv6/files/patch-qt,v 1.7 2001/07/02 16:13:09 sumikawa Exp $ ---- configure.orig Wed Jun 27 01:21:19 2001 -+++ configure Mon Jul 2 10:51:16 2001 -@@ -6681,7 +6681,7 @@ +--- configure.orig Wed Jul 25 08:44:09 2001 ++++ configure Sat Aug 4 11:18:33 2001 +@@ -6528,7 +6528,7 @@ echo "$ac_t""$HOST_MOC" 1>&6 MOC=$HOST_MOC @@ -12,7 +12,7 @@ QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. -@@ -8777,6 +8777,9 @@ +@@ -8587,6 +8587,9 @@ os2*) LIBS= ;; @@ -22,7 +22,7 @@ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -9506,8 +9509,6 @@ +@@ -9316,8 +9319,6 @@ if test $? -eq 0; then if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then ac_cv_have_dash_pthread=yes @@ -31,7 +31,7 @@ fi fi rm -f conftest* -@@ -9541,7 +9542,7 @@ +@@ -9351,7 +9352,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -40,7 +40,7 @@ else _PTHREAD_LDFLAGS="-lc_r" fi -@@ -14107,6 +14108,7 @@ +@@ -13701,6 +13702,7 @@ ;; *) NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --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 Wed Aug 8 2:17:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 4848737B413 for ; Wed, 8 Aug 2001 02:17:50 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id C056D406D; Wed, 8 Aug 2001 10:13:20 +0100 (BST) Date: Wed, 8 Aug 2001 10:13:20 +0100 To: Noel Koethe Cc: ports@freebsd.org Subject: Re: ports/x11-fonts/mozilla-fonts "Couldn't fetch it" Message-ID: <20010808101320.A757@cathbad.happygiraffe.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from noel@koethe.net on Tue, Aug 07, 2001 at 10:14:48PM +0200 X-Warning: Incoming message from The Big Giant Head! X-OS: FreeBSD 4.4-PRERELEASE i386 X-Uptime: 9:37AM up 3 mins, 1 user, load averages: 0.01, 0.02, 0.00 From: dom@happygiraffe.net (Dominic Mitchell) Sender: owner-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, Aug 07, 2001 at 10:14:48PM +0200, Noel Koethe wrote: > Hello, > > I have installed mozilla-fonts-1.0 and after a cvs update pkg_version -v > tells me: needs updating (index has 1.0_1) > > OK. I want to update it but I always get: > > >> mozilla-fonts-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from > ftp://ftp6.de.freebsd.org/pub/FreeBSD/ports/distfiles/. > fetch: mozilla-fonts-1.0.tar.gz: File unavailable (e.g., file not found, no access) > >> Attempting to fetch from http://fox.mit.edu/skunk/xwin/. > fetch: mozilla-fonts-1.0.tar.gz: Operation timed out > > I didn't find the file mozilla-fonts-1.0.tar.gz on the freebsd ftp > server/mirror. > > Could the MASTER_SITES= be updated or the file copied on the freebsd > mirror? Unfortunately, I'm having difficulties locating the canonical tarball. I think we'd better mark the port as broken for the time being. :-( Hmmm, I've managed to find a copy hidden away in a Mandrake src rpm. I'll extract it, upload it to my website and send a PR to patch the port. -Dom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 2:25:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83B2837B418; Wed, 8 Aug 2001 02:25:17 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f789PFj95800; Wed, 8 Aug 2001 02:25:15 -0700 (PDT) (envelope-from roam) Date: Wed, 8 Aug 2001 02:25:15 -0700 (PDT) From: Message-Id: <200108080925.f789PFj95800@freefall.freebsd.org> To: andy@tecc.co.uk, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29496: VRRP 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: VRRP port broken State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Aug 8 02:23:36 PDT 2001 State-Changed-Why: I marked the port BROKEN. If you think it should really be removed from the ports tree, and not just left broken until you or somebody else fixes the program, I could remove it as well. For the present, though, I think that marking it BROKEN should be enough. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29496 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 2:25:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEA4337B435; Wed, 8 Aug 2001 02:25:17 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f789Ioa94963; Wed, 8 Aug 2001 02:18:50 -0700 (PDT) (envelope-from roam) Date: Wed, 8 Aug 2001 02:18:50 -0700 (PDT) From: Message-Id: <200108080918.f789Ioa94963@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/29537: "make packge" fails for xscreensaver 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: "make packge" fails for xscreensaver port Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: roam Responsible-Changed-When: Wed Aug 8 01:56:33 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29537 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 2:25:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E60F637B422; Wed, 8 Aug 2001 02:25:17 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f789JIV95056; Wed, 8 Aug 2001 02:19:18 -0700 (PDT) (envelope-from roam) Date: Wed, 8 Aug 2001 02:19:18 -0700 (PDT) From: Message-Id: <200108080919.f789JIV95056@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, sumikawa@FreeBSD.org Subject: Re: ports/29540: Sync www/mozilla+ipv6 with www/mozilla to version 0.9.3 Sender: owner-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: Sync www/mozilla+ipv6 with www/mozilla to version 0.9.3 Responsible-Changed-From-To: freebsd-ports->sumikawa Responsible-Changed-By: roam Responsible-Changed-When: Wed Aug 8 02:19:00 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29540 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 3:35:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A30B637B405; Wed, 8 Aug 2001 03:35:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78AWnk15497; Wed, 8 Aug 2001 03:32:49 -0700 (PDT) (envelope-from ijliao) Date: Wed, 8 Aug 2001 03:32:49 -0700 (PDT) From: Message-Id: <200108081032.f78AWnk15497@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29539: ports/chinese/tin: modify patch file for src/page.c Sender: owner-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/chinese/tin: modify patch file for src/page.c State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Aug 8 03:31:54 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29539 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 3:43:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hamilton.physik.uni-konstanz.de (hamilton1.physik.uni-konstanz.de [134.34.147.36]) by hub.freebsd.org (Postfix) with ESMTP id 77A4937B406 for ; Wed, 8 Aug 2001 03:43:43 -0700 (PDT) (envelope-from bernd@hamilton.physik.uni-konstanz.de) Received: from planck.physik.uni-konstanz.de (root@planck.physik.uni-konstanz.de [134.34.147.33]) by hamilton.physik.uni-konstanz.de (8.10.2/8.10.2/Theorie-Cluster Uni-Konstanz 8.10.1-1) with ESMTP id f78AhfI06819 for ; Wed, 8 Aug 2001 12:43:41 +0200 Received: (from bernd@localhost) by planck.physik.uni-konstanz.de (8.10.2/8.10.2/Theorie-Cluster Uni-Konstanz 8.10.1-1) id f78Ahfa03383 for freebsd-ports@FreeBSD.ORG; Wed, 8 Aug 2001 12:43:41 +0200 Date: Wed, 8 Aug 2001 12:43:41 +0200 From: Bernd Rinn To: freebsd-ports@FreeBSD.ORG Subject: CPU time inconsistencies Message-ID: <20010808124341.A3351@planck.physik.uni-konstanz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i Sender: owner-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 noticed an inconsistency in CPU time report on FreeBSD machines: The rusage values obtained from wait4 by the parrent differs from the value obtained from 'ps aux'. The program I used to test checks its own CPU time with clock() and tries to use 10000s. This is consistent with what the rusage struct of wait4() of the parent reports. But when I look at the 'time' field of 'ps aux' (I use a system call at the end of the test program to get a 'ps' snapshot), I get a higher value (10277s). In other cases I got a lower value when using 'ps'. Is there a way to determine more precisely the CPU time (including all terminated children) of a running process from outside that process than what is obtained from 'ps'? Regards, Bernd P.S.: Please cc to Bernd.Rinn@uni-konstanz.de. -- Bernd Rinn Fakultät für Physik Universität Konstanz Tel. 07531/88-3812, e-mail: Bernd.Rinn@uni-konstanz.de PGP-Fingerprint: 1F AC 31 64 FF EF A9 67 6E 0D 4C 26 0B E7 ED 5C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 3:52:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 99B0837B41A for ; Wed, 8 Aug 2001 03:52:36 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 12745 invoked by uid 1000); 8 Aug 2001 10:51:24 -0000 Date: Wed, 8 Aug 2001 13:51:24 +0300 From: Peter Pentchev To: Bernd Rinn Cc: freebsd-ports@FreeBSD.ORG Subject: Re: CPU time inconsistencies Message-ID: <20010808135124.I534@ringworld.oblivion.bg> Mail-Followup-To: Bernd Rinn , freebsd-ports@FreeBSD.ORG References: <20010808124341.A3351@planck.physik.uni-konstanz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010808124341.A3351@planck.physik.uni-konstanz.de>; from Bernd.Rinn@uni-konstanz.de on Wed, Aug 08, 2001 at 12:43:41PM +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 Wed, Aug 08, 2001 at 12:43:41PM +0200, Bernd Rinn wrote: > Hi, > > I noticed an inconsistency in CPU time report on FreeBSD machines: The > rusage values obtained from wait4 by the parrent differs from the > value obtained from 'ps aux'. The program I used to test checks its > own CPU time with clock() and tries to use 10000s. This is consistent > with what the rusage struct of wait4() of the parent reports. But > when I look at the 'time' field of 'ps aux' (I use a system call at > the end of the test program to get a 'ps' snapshot), I get a higher value > (10277s). In other cases I got a lower value when using 'ps'. Is there > a way to determine more precisely the CPU time (including all > terminated children) of a running process from outside that process > than what is obtained from 'ps'? This would be more appropriate for -questions, or at the very least, -hackers, not -ports. Still.. The ps(1) manual page documents in several places that the 'time' shown is the sum of the user and system time for the process. That is, the 'time' value includes the time spent in system calls. The rusage structure has two separate parameters, ru_utime and ru_stime. G'luck, Peter -- "yields falsehood, when appended to its quotation." yields falsehood, when appended to its quotation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 4:30:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AFAF37B415 for ; Wed, 8 Aug 2001 04:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BU8e36795; Wed, 8 Aug 2001 04:30:08 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E25D37B403 for ; Wed, 8 Aug 2001 04:22:42 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BMgP34954; Wed, 8 Aug 2001 04:22:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200108081122.f78BMgP34954@freefall.freebsd.org> Date: Wed, 8 Aug 2001 04:22:42 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29541: Update port: x11-wm/xfce Sender: owner-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: 29541 >Category: ports >Synopsis: Update port: x11-wm/xfce >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 Aug 08 04:30:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Add MASTER_SITE_SOURCEFORGE to MASTER_SITE - Support GTK_CONFIG properly - Use internal sound playing function by default Remove file: files/patch-ak No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/xfce/Makefile x11-wm/xfce/Makefile --- /usr/ports/x11-wm/xfce/Makefile Tue Aug 7 06:54:14 2001 +++ x11-wm/xfce/Makefile Wed Aug 8 20:18:50 2001 @@ -7,8 +7,11 @@ PORTNAME= xfce PORTVERSION= 3.8.6 +PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= http://www.xfce.org/archive/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.xfce.org/archive/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org @@ -35,6 +38,8 @@ 's|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c + @${PERL} -pi -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in pre-build: ${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool diff -urN /usr/ports/x11-wm/xfce/files/patch-ak x11-wm/xfce/files/patch-ak --- /usr/ports/x11-wm/xfce/files/patch-ak Sun May 6 08:56:25 2001 +++ x11-wm/xfce/files/patch-ak Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- xfce/setup.c.orig Sun May 6 08:51:24 2001 -+++ xfce/setup.c Sun May 6 08:51:34 2001 -@@ -132,7 +132,7 @@ - list = g_list_append(list, "xfce"); - - /* Try to find the location of gtk engines */ -- if ((pdata=popen("gtk-config --prefix","r")) != NULL -+ if ((pdata=popen("gtk12-config --prefix","r")) != NULL - && fgets(buffer, sizeof(buffer), pdata) != NULL) - { - char *path; >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 Aug 8 4:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5488737B42B for ; Wed, 8 Aug 2001 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Be1Z38866; Wed, 8 Aug 2001 04:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A5C137B411 for ; Wed, 8 Aug 2001 04:32:36 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BWaD37152; Wed, 8 Aug 2001 04:32:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200108081132.f78BWaD37152@freefall.freebsd.org> Date: Wed, 8 Aug 2001 04:32:36 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29542: Update port: x11-wm/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: 29542 >Category: ports >Synopsis: Update port: x11-wm/afterstep >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 Aug 08 04:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITE_SUBDIR Note: I supporse it should be the time to merge this port with x11-wm/afterstep-i18n.... >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/afterstep/Makefile x11-wm/afterstep/Makefile --- /usr/ports/x11-wm/afterstep/Makefile Tue Feb 6 06:05:34 2001 +++ x11-wm/afterstep/Makefile Wed Aug 8 20:26:19 2001 @@ -10,7 +10,7 @@ CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/ -MASTER_SITE_SUBDIR= stable/archives +MASTER_SITE_SUBDIR= archives/${PORTVERSION} DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= ports@FreeBSD.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 Wed Aug 8 4:50:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 7755437B434 for ; Wed, 8 Aug 2001 04:50:50 -0700 (PDT) (envelope-from lizard@gaia.informatik.unibw-muenchen.de) Received: from gaia.informatik.unibw-muenchen.de (gaia.Informatik.UniBw-Muenchen.de [137.193.60.64]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f78BkND23010 for ; Wed, 8 Aug 2001 13:46:24 +0200 (MEST) Received: by gaia.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 9236351B86; Wed, 8 Aug 2001 13:46:18 +0200 (CEST) Date: Wed, 8 Aug 2001 13:46:18 +0200 From: Oliver Braun To: ports@freebsd.org Subject: Problem: xcdroast-0.98.a.8 Message-ID: <20010808134618.A10940@nemesis.informatik.unibw-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: University of the Federal Armed Forces Munich, Germany X-Editor: Vim-600 http://www.vim.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 *, after installing FreeBSD 4.3 from scratch I cd into /usr/ports/sysutils/xcdroast and did a make install. cdrtools-1.10 and mkisofs-1.14 where installed as dependencys. The installation went fine, no errors have been reported. Typing xcdrgtk gives me the following: Gdk-WARNING **: shmget failed: error 12 (Cannot allocate memory) ** WARNING **: X-CD-Roast does not seem to have the correct permissions set ** WARNING **: So do as root something like that: (and read the Manual) chown root:cdwrite xcdrgtk; chmod 2755 xcdrgtk *** NOTE ***: --------------------------------------------------------------- This permission warning and the following set-uid bit warnings can be safely ignored, if you want to run X-CD-Roast as root only. --------------------------------------------------------------- ** WARNING **: No /usr/X11R6/bin/cdrecord installed ** WARNING **: (Invalid lib-directory? Check -l option) After ln -s /usr/local/bin/cdrecord /usr/X11R6/bin/cdrecord and a new xcdrgtk the following happened: Gdk-WARNING **: shmget failed: error 12 (Cannot allocate memory) ** WARNING **: X-CD-Roast does not seem to have the correct permissions set ** WARNING **: So do as root something like that: (and read the Manual) chown root:cdwrite xcdrgtk; chmod 2755 xcdrgtk *** NOTE ***: --------------------------------------------------------------- This permission warning and the following set-uid bit warnings can be safely ignored, if you want to run X-CD-Roast as root only. --------------------------------------------------------------- ** WARNING **: Installation problem? No set-uid bit on /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord ** WARNING **: Invalid cdrecord version 1.10 found. Expecting version 1.9 Can anybody please give me a hint, what I am doing wrong? Regards, Olli -- Dipl.-Inform. (Univ.) Oliver Braun 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 Aug 8 4:55:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCD1337B43A; Wed, 8 Aug 2001 04:55:17 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Bo2E42240; Wed, 8 Aug 2001 04:50:02 -0700 (PDT) (envelope-from demon) Date: Wed, 8 Aug 2001 04:50:02 -0700 (PDT) From: Message-Id: <200108081150.f78Bo2E42240@freefall.freebsd.org> To: tkato@prontomail.com, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29542: Update port: x11-wm/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 Synopsis: Update port: x11-wm/afterstep State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Wed Aug 8 04:49:46 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29542 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 5:25:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 3F0E837B409 for ; Wed, 8 Aug 2001 05:25:30 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from neville-neil.com (gnn-home-pc [147.11.35.202]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id FAA11527 for ; Wed, 8 Aug 2001 05:25:29 -0700 (PDT) Message-Id: <200108081225.FAA11527@mail.wrs.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: freebsd-ports@freebsd.org Subject: PR 28707 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Aug 2001 05:25:28 -0700 From: "George V. Neville-Neil" Sender: owner-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 submitted PR 28707 which is a new application for the Ports Collection (The Click Modular Router) on August 4th. The PR has not been modified since. Is this being looked at? I'd like to know when I can expect this port to be included in the collection. Thanks, George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 5:41:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6922237B410 for ; Wed, 8 Aug 2001 05:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ce6n57541; Wed, 8 Aug 2001 05:40:06 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp028.comintern.ru [213.148.2.28]) by hub.freebsd.org (Postfix) with ESMTP id CEDA137B405 for ; Wed, 8 Aug 2001 05:35:09 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15USXo-0004G8-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 08 Aug 2001 16:34:40 +0400 Message-Id: Date: Wed, 08 Aug 2001 16:34:40 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29543: New port: p5-Data-HexDump - A simple hexadecial dumper Sender: owner-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: 29543 >Category: ports >Synopsis: New port: p5-Data-HexDump - A simple hexadecial dumper >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 Aug 08 05:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: New port: p5-Data-HexDump - A simple hexadecial dumper >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-Data-HexDump # p5-Data-HexDump/Makefile # p5-Data-HexDump/distinfo # p5-Data-HexDump/pkg-comment # p5-Data-HexDump/pkg-descr # p5-Data-HexDump/pkg-plist # echo c - p5-Data-HexDump mkdir -p p5-Data-HexDump > /dev/null 2>&1 echo x - p5-Data-HexDump/Makefile sed 's/^X//' >p5-Data-HexDump/Makefile << 'END-of-p5-Data-HexDump/Makefile' X# New ports collection makefile for: Data::HexDump X# Date created: 8 Aug 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= Data-HexDump XPORTVERSION= 0.02 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Data XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X X#BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter X#RUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Data::HexDump.3 X X.include END-of-p5-Data-HexDump/Makefile echo x - p5-Data-HexDump/distinfo sed 's/^X//' >p5-Data-HexDump/distinfo << 'END-of-p5-Data-HexDump/distinfo' XMD5 (Data-HexDump-0.02.tar.gz) = 467b7183d1062ab4a502b50c34e7d67f END-of-p5-Data-HexDump/distinfo echo x - p5-Data-HexDump/pkg-comment sed 's/^X//' >p5-Data-HexDump/pkg-comment << 'END-of-p5-Data-HexDump/pkg-comment' XA simple hexadecial dumper END-of-p5-Data-HexDump/pkg-comment echo x - p5-Data-HexDump/pkg-descr sed 's/^X//' >p5-Data-HexDump/pkg-descr << 'END-of-p5-Data-HexDump/pkg-descr' XDump in hexadecimal the content of a scalar. The result is Xreturned in a string. Each line of the result consists of Xthe offset in the source in the leftmost column of each Xline, followed by one or more columns of data from the Xsource in hexadecimal. The rightmost column of each line Xshows the printable characters (all others are shown as Xsingle dots). END-of-p5-Data-HexDump/pkg-descr echo x - p5-Data-HexDump/pkg-plist sed 's/^X//' >p5-Data-HexDump/pkg-plist << 'END-of-p5-Data-HexDump/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump/.packlist Xbin/hexdump Xlib/perl5/site_perl/%%PERL_VER%%/Data/HexDump.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true END-of-p5-Data-HexDump/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 Aug 8 5:42:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ---- (c242.h061016011.is.net.tw [61.16.11.242]) by hub.freebsd.org (Postfix) with SMTP id E8A6C37B41B; Wed, 8 Aug 2001 05:34:27 -0700 (PDT) (envelope-from linux18@ms68.url.com.tw) Received: from ara by tcts.seed.net.tw with SMTP id guPxsftzmFvn9XUipRZIC; Wed, 08 Aug 2001 20:35:15 +0800 Message-ID: From: ¤E¤Q¦~«×¤½¶O¸É§U@FreeBSD.ORG To: µL@FreeBSD.ORG Subject:=?big5?Q?=A6=E6=ACF=B0|=A4=BD=B6O=B0=F6=B0V?= MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_yZNwfFJIk6XxQT65OJs" X-Mailer: YGY09oefdD4SLOr X-Priority: 3 X-MSMail-Priority: Normal Date: Wed, 8 Aug 2001 05:34:27 -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 This is a multi-part message in MIME format. ------=_NextPart_yZNwfFJIk6XxQT65OJs Content-Type: multipart/alternative; boundary="----=_NextPart_yZNwfFJIk6XxQT65OJsAA" ------=_NextPart_yZNwfFJIk6XxQT65OJsAA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 PCEtLSBzYXZlZCBmcm9tIHVybD0oMDAyMilodHRwOi8vaW50ZXJuZXQuZS1tYWlsIC0tPg0KPCEt LSBzYXZlZCBmcm9tIHVybD0oMDAyMilodHRwOi8vaW50ZXJuZXQuZS1tYWlsIC0tPg0KPGh0bWw+ DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtTGFuZ3VhZ2UiIGNvbnRlbnQ9ImVu LXVzIj4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1s OyBjaGFyc2V0PWJpZzUiPg0KPG1ldGEgbmFtZT0iR0VORVJBVE9SIiBjb250ZW50PSJNaWNyb3Nv ZnQgRnJvbnRQYWdlIDQuMCI+DQo8bWV0YSBuYW1lPSJQcm9nSWQiIGNvbnRlbnQ9IkZyb250UGFn ZS5FZGl0b3IuRG9jdW1lbnQiPg0KPHRpdGxlPrdzuvSttjE8L3RpdGxlPg0KPC9oZWFkPg0KPGJv ZHkgYmFja2dyb3VuZD0iaHR0cDovL3d3dy5sY2NuZXQuY29tLnR3L2xpbnV4L2xpbnV4c2hvdy9p bWFnZXMvMi9iYWNrZ3JvdW5kLkpQRyI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPg0KPHRhYmxlIGJv cmRlcj0iMSIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iNzAwIiBiZ2Nv bG9yPSIjMDA2NjAwIiBib3JkZXJjb2xvcmxpZ2h0PSIjODA4MDgwIiBib3JkZXJjb2xvcmRhcms9 IiNGRkZGRkYiPg0KPHRyPjx0ZD4NCjxkaXYgYWxpZ249ImNlbnRlciI+DQogIDxjZW50ZXI+DQog IDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9 IjEwMCUiPg0KICAgIDx0cj4NCiAgICAgIDx0ZCB3aWR0aD0iNTAlIj4NCiAgICAgICAgPHAgc3R5 bGU9ImxpbmUtaGVpZ2h0OiAxNTAlOyB3b3JkLXNwYWNpbmc6IDA7IG1hcmdpbi1sZWZ0OiA1OyBt YXJnaW4tcmlnaHQ6IDU7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjwvdGQ+DQog ICAgPC9jZW50ZXI+DQogICAgPHRkIHdpZHRoPSI1MCUiPg0KICAgICAgPHAgc3R5bGU9ImxpbmUt aGVpZ2h0OiAxNTAlOyB3b3JkLXNwYWNpbmc6IDA7IG1hcmdpbjogNSIgYWxpZ249InJpZ2h0Ij48 c3BhbiBzdHlsZT0ibGV0dGVyLXNwYWNpbmc6IDJwdCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMw MEZGMDAiPrLEpEexTar4oUKyxKRAv+++3CANCiAgICAgIKaorLAgPC9mb250Pjxmb250IGNvbG9y PSIjMDBGRjAwIiBzaXplPSIzIj48aT4yMaVArPa46rBUpEg8L2k+PC9mb250Pjwvc3Bhbj48L3Rk Pg0KICA8L3RyPg0KICA8L3RhYmxlPg0KPC9kaXY+DQo8Y2VudGVyPg0KPHRhYmxlIGJvcmRlcj0i MCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iMTAwJSIgYmdjb2xvcj0i I0ZGRkZGRiIgYmFja2dyb3VuZD0iaHR0cDovL3d3dy5sY2NuZXQuY29tLnR3L2xpbnV4L2xpbnV4 c2hvdy9pbWFnZXMvMi9iYWNrZ3JvdW5kLkpQRyI+DQo8dHI+PHRkIHdpZHRoPSIxMDAlIj4NCjxw IHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW4tbGVmdDog MDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAyMDsgbWFyZ2luLWJvdHRvbTogNSIgYWxp Z249ImNlbnRlciI+PGZvbnQgZmFjZT0ivNC3osXpIiBzaXplPSI2IiBjb2xvcj0iIzAwMDA4MCI+ puasRrB8rOyn3qRIpH6w9rBWpM65QqXOpOiu1zwvZm9udD48L3A+DQogIDwvY2VudGVyPiAgICAg ICAgICAgICAgICANCjxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAl OyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAxNTsgbWFyZ2lu LWJvdHRvbTogNSIgYWxpZ249ImNlbnRlciI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIGZhY2U9IrzQ t6LF6SIgc2l6ZT0iNSI+pL22T7jJp1W46rBUs27F6aRIpH6w9rBWs3GqvjwvZm9udD48L3A+DQo8 Y2VudGVyPg0KPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1h cmdpbjogMCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3A+DQog IDwvY2VudGVyPiAgICAgICAgICAgICAgICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+DQogICAgPHRh YmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUi Pg0KICAgICAgPHRyPg0KICAgICAgICA8dGQgd2lkdGg9IjkzIiBiZ2NvbG9yPSIjMDA2NjY2Ij4g ICAgICAgICAgICAgICAgDQo8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDog MTUwJTsgbWFyZ2luOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Jm5ic3A7ICANCjwvZm9udD48 Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+s/yhQq1wtWWk6LB3PC9mb250Pjxmb250IGNv bG9yPSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Jm5ic3A7PC9mb250PjwvcD4NCiAg ICAgICAgPC90ZD4NCiAgICAgIDwvdHI+DQogICAgPC90YWJsZT4NCiAgPC9kaXY+DQo8Y2VudGVy Pg0KPGRpdiBhbGlnbj0iY2VudGVyIj4NCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9 IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4NCiAgICA8dHI+DQogICAgICA8dGQgd2lk dGg9IjEwMCUiPg0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdo dDogMTAwJTsgbWFyZ2luLWxlZnQ6IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsg bWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgc2l6ZT0iMiI+sPawVqtEuOqwVKzbw/as7Kh0sqa3fqSn pEit+6FBqPOnVbKjt361b65poUGow7jRqE2lord+sN3DRKFDPC9mb250PjwvcD4NCiAgICAgICAg PHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+ PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3RkPg0KICAgIDwvdHI+ DQogIDwvdGFibGU+DQo8L2Rpdj4NCiAgPC9jZW50ZXI+ICAgICAgICAgICAgICAgIA0KICA8ZGl2 IGFsaWduPSJsZWZ0Ij4NCiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2Vs bHNwYWNpbmc9IjAiIHdpZHRoPSI5NCI+DQogICAgICA8dHI+DQogICAgICAgIDx0ZCB3aWR0aD0i OTIiIGJnY29sb3I9IiMwMDY2NjYiPg0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6 IDA7IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5k LWNvbG9yOiAjMDA2NjY2Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJp YWwiPiZuYnNwOyANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRkZG RkYiPrZMoUKtcLm6qMw8L2ZvbnQ+PC9zcGFuPjxmb250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZG Ij6+2jwvZm9udD48L3RkPg0KICAgICAgPC90cj4NCiAgICA8L3RhYmxlPg0KICA8L2Rpdj4NCjxj ZW50ZXI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPg0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFk ZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NSUiPg0KICAgIDx0cj4NCiAgICAgIDx0 ZCB3aWR0aD0iMTAwJSI+DQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUt aGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9w OiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXplPSIyIj6ozKF1puasRrB8rOyn3qRIpH6w 9rBWpM65QqXOpOiu16F2v+yyeqFBuXem9LD2sFa4Z7ZPrLC3c6V4ufS4drv1pLihQbl3rXCw9rBW pEC4VaRIprikp7jqsFSzbsXppEikfqfrpEq0Trd+pauz9aFDPC9mb250PjwvcD4NCiAgICAgICAg PHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+ PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD4NCiAgICAgIDwvdGQ+DQog ICAgPC90cj4NCiAgPC90YWJsZT4NCjwvZGl2Pg0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAg DQogIDxkaXYgYWxpZ249ImxlZnQiPg0KICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5n PSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjkzIj4NCiAgICAgIDx0cj4NCiAgICAgICAgPHRk IHdpZHRoPSI5MSIgYmdjb2xvcj0iIzAwNjY2NiI+DQogICAgICAgICAgPHAgc3R5bGU9IndvcmQt c3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDE1MCU7IG1hcmdpbjogMCI+PHNwYW4gc3R5bGU9ImJh Y2tncm91bmQtY29sb3I6ICMwMDY2NjYiPjxmb250IGNvbG9yPSIjRkZGRkZGIj4mbmJzcDsgDQog ICAgICAgICAgPC9mb250Pjxmb250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIj6w0aFCpUS/7LPm PC9mb250Pjwvc3Bhbj48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+puw8L2ZvbnQ+PC90 ZD4NCiAgICAgIDwvdHI+DQogICAgPC90YWJsZT4NCiAgPC9kaXY+DQo8Y2VudGVyPg0KPGRpdiBh bGlnbj0iY2VudGVyIj4NCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxz cGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4NCiAgICA8dHI+DQogICAgICA8dGQgd2lkdGg9IjEwMCUi Pg0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsg bWFyZ2luLWxlZnQ6IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMTA7IG1hcmdpbi1i b3R0b206IDAiPjxmb250IGNvbG9yPSIjMDAwMEZGIj48Yj6m5qxGsHyz0qllt3zCvrBWp72hQqbm rEawfKtDu7K3fDwvYj48L2ZvbnQ+PC9wPg0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5n OiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIiBmYWNlPSJB cmlhbCI+Jm5ic3A7PC9mb250PjwvdGQ+DQogICAgPC90cj4NCiAgPC90YWJsZT4NCjwvZGl2Pg0K ICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPg0KICAgIDx0 YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9Ijkz Ij4NCiAgICAgIDx0cj4NCiAgICAgICAgPHRkIHdpZHRoPSI5MSIgYmdjb2xvcj0iIzAwNjY2NiI+ DQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDE1MCU7 IG1hcmdpbjogMCI+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICMwMDY2NjYiPjxmb250 IGNvbG9yPSIjRkZGRkZGIj4mbmJzcDsgDQogICAgICAgICAgPC9mb250Pjxmb250IHNpemU9IjIi IGNvbG9yPSIjRkZGRkZGIj64dqFCqWW/7LPmPC9mb250Pjwvc3Bhbj48Zm9udCBzaXplPSIyIiBj b2xvcj0iI0ZGRkZGRiI+puw8L2ZvbnQ+PC90ZD4gDQogICAgICA8L3RyPiANCiAgICA8L3RhYmxl PiANCiAgPC9kaXY+IA0KPGNlbnRlcj4gIA0KPGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAg ICAgICAgICAgIA0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNp bmc9IjAiIHdpZHRoPSI5NSUiPiAgICAgICAgICAgICAgICAgICAgDQogICAgPHRyPiAgICAgICAg ICAgICAgICAgICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUiPiAgICAgICAgICAgICAgICAgICAg DQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBt YXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90 dG9tOiAwIj48Zm9udCBjb2xvcj0iIzAwMDBGRiIgc2l6ZT0iMiI+wXCmqLlxuKOx0Kh8pKSk3zwv Zm9udD48L3A+ICAgICAgICAgICAgICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzog MDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJp YWwiPiZuYnNwOzwvZm9udD48L3RkPiAgICAgICAgICAgICAgICAgICANCiAgICA8L3RyPiAgICAg ICAgICAgICAgICAgICANCiAgPC90YWJsZT4gICAgICAgICAgICAgICAgICAgDQo8L2Rpdj4gICAg ICAgICAgICAgICAgICAgDQogIDwvY2VudGVyPiAgICAgICAgICAgICAgICAgIA0KICA8ZGl2IGFs aWduPSJsZWZ0Ij4NCiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNw YWNpbmc9IjAiIHdpZHRoPSI5MyI+DQogICAgICA8dHI+DQogICAgICAgIDx0ZCB3aWR0aD0iOTEi IGJnY29sb3I9IiMwMDY2NjYiPg0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7 IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5kLWNv bG9yOiAjMDA2NjY2Ij48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Jm5ic3A7ICAgICAgICAg ICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqXu oUKw9rBWPC9zcGFuPsP+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICMwMDY2NjYiPqdP PC9zcGFuPjwvZm9udD48L3RkPg0KICAgICAgPC90cj4NCiAgICA8L3RhYmxlPg0KICA8L2Rpdj4N CjxjZW50ZXI+IA0KPGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAgICAgDQogIDx0YWJsZSBi b3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9Ijk1JSI+ICAg ICAgICAgICAgIA0KICAgIDx0cj4gICAgICAgICAgICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUi PiAgICAgICAgICAgICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1o ZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAwOyBtYXJnaW4tcmlnaHQ6IDA7IG1hcmdpbi10b3A6 IDM7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IHNpemU9IjIiPrr0u9q69Lj0uOquxq53s12tcK9a oUK46q7GrnfAs6XOtXumobNdrXCvWqFCtXumobNdrXCvWqFDPC9mb250PjwvcD4gICAgICAgICAg ICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAl OyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90 ZD4gICAgICAgICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgDQogIDwvdGFibGU+ICAgICAg ICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAg IA0KICA8ZGl2IGFsaWduPSJsZWZ0Ij4NCiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGlu Zz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NCI+DQogICAgICA8dHI+DQogICAgICAgIDx0 ZCB3aWR0aD0iOTIiIGJnY29sb3I9IiMwMDY2NjYiPg0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3Jk LXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJi YWNrZ3JvdW5kLWNvbG9yOiAjMDA2NjY2Ij48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Jm5i c3A7ICAgICAgICAgICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYi IHNpemU9IjIiPrOwoUK+x7ZPPC9zcGFuPrjJPHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6 ICMwMDY2NjYiPqdVPC9zcGFuPjwvZm9udD48L3RkPg0KICAgICAgPC90cj4NCiAgICA8L3RhYmxl Pg0KICA8L2Rpdj4NCjxjZW50ZXI+IA0KPGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAgICAg ICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIw IiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAgICAgICANCiAgICA8dHI+ICAgICAgICAgICAgICAg ICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUiPiAgICAgICAgICAgICAgICAgIA0KICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6 IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsgbWFyZ2luLWJvdHRvbTogMCI+PGZv bnQgc2l6ZT0iMiIgY29sb3I9IiNGRjAwMDAiPqF5puasRrB8s9Kkdallrfu3fLROt36md6l3sPKq 96F6PC9mb250PjxiPjxmb250IGNvbG9yPSIjRkYwMDAwIj64yadVvse2TzIvMzwvZm9udD48L2I+ PGZvbnQgc2l6ZT0iMiI+PGZvbnQgY29sb3I9IiNGRjAwMDAiPqFBPC9mb250Pr7Hrfum26VJMSAv IDOhQzwvZm9udD48L3A+ICAgICAgICAgICAgICAgICAgIA0KICAgICAgICA8cCBzdHlsZT0id29y ZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIy IiBmYWNlPSJBcmlhbCI+Jm5ic3A7PC9mb250PjwvdGQ+ICAgICAgICAgICAgICAgICAgICAgICAg DQogICAgPC90cj4gICAgICAgICAgICAgICAgICAgICAgICANCiAgPC90YWJsZT4gICAgICAgICAg ICAgICAgICAgICAgICANCjwvZGl2PiAgICAgICAgICAgICAgICAgICAgICAgIA0KICA8L2NlbnRl cj4gICAgICAgICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPiAgICANCiAgICA8 dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSIx MTYiPiAgICANCiAgICAgIDx0cj4gICAgDQogICAgICAgIDx0ZCB3aWR0aD0iMTE0IiBiZ2NvbG9y PSIjMDA2NjY2Ij4gICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGlu ZS1oZWlnaHQ6IDE1MCU7IG1hcmdpbjogMCI+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6 ICMwMDY2NjYiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDsgICAgICAgICAgICAg ICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxt oUKwVr1tpc08L3NwYW4+rKE8c3BhbiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogIzAwNjY2NiI+ rHq2Szwvc3Bhbj48L2ZvbnQ+PC90ZD4gIA0KICAgICAgPC90cj4gIA0KICAgIDwvdGFibGU+ICAN CiAgPC9kaXY+ICANCjxjZW50ZXI+ICAgDQo8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAgICAg ICAgICAgICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFj aW5nPSIwIiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAgICAgICAgICAgDQogICAgPHRyPiAgICAg ICAgICAgICAgICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iMTAwJSI+ICAgICAgICAgICAgICAg ICAgICAgIA0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDog MTAwJTsgbWFyZ2luLWxlZnQ6IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsgbWFy Z2luLWJvdHRvbTogMCI+PGZvbnQgc2l6ZT0iMiI+ssWmWKxGqbKhdTxmb250IGNvbG9yPSIjRkYw MDAwIj6wVr1tpc2soax6tks8L2ZvbnQ+oXa46q7mqsyhQTxmb250IGNvbG9yPSIjRkYwMDAwIj6o Q6TrpWmk5Lvit3OleLn0s/y4VbZMpGSkuDwvZm9udD6hQzwvZm9udD48L3A+ICAgICAgICAgICAg ICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7 IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3Rk PiAgICAgICAgICAgICAgICAgICANCiAgICA8L3RyPiAgICAgICAgICAgICAgICAgICANCiAgPC90 YWJsZT4gICAgICAgICAgICAgICAgICAgDQo8L2Rpdj4gICAgICAgICAgICAgICAgICAgDQogIDwv Y2VudGVyPiAgICAgICAgICAgICAgICAgIA0KICA8ZGl2IGFsaWduPSJsZWZ0Ij4gDQogICAgPHRh YmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTMi PiANCiAgICAgIDx0cj4gDQogICAgICAgIDx0ZCB3aWR0aD0iOTEiIGJnY29sb3I9IiMwMDY2NjYi PiANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUw JTsgbWFyZ2luOiAwIj48c3BhbiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogIzAwNjY2NiI+PGZv bnQgZmFjZT0iQXJpYWwiPiZuYnNwOyAgICAgICAgICAgICAgDQogICAgICAgICAgPC9mb250Pjxm b250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIj6uw6FCrta1b8PSPC9mb250Pjwvc3Bhbj48Zm9u dCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+t9M8L2ZvbnQ+PHNwYW4gc3R5bGU9ImJhY2tncm91 bmQtY29sb3I6ICMwMDY2NjYiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iI0ZG RkZGRiI+Jm5ic3A7PC9mb250Pjwvc3Bhbj48L3RkPiANCiAgICAgIDwvdHI+IA0KICAgIDwvdGFi bGU+IA0KICA8L2Rpdj4gDQo8Y2VudGVyPiAgDQo8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAg ICAgICAgIA0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9 IjAiIHdpZHRoPSI5NSUiPiAgICAgICAgICAgICAgIA0KICAgIDx0cj4gICAgICAgICAgICAgICAN CiAgICAgIDx0ZCB3aWR0aD0iMTAwJSI+ICAgICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxl PSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFy Z2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXpl PSIyIj61srd+pqjBWqZYruaqzKFBtW+1uTxmb250IGNvbG9yPSIjRkYwMDAwIj6mWK7mpKfD0q7R PC9mb250PqFDPC9mb250PiAgICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZh Y2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgIDwvdHI+ICAg ICAgICAgICAgICANCiAgPC90YWJsZT4gICAgICAgICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAg ICANCiAgPC9jZW50ZXI+ICAgICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPiAN CiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdp ZHRoPSI5MyI+IA0KICAgICAgPHRyPiANCiAgICAgICAgPHRkIHdpZHRoPSI5MSIgYmdjb2xvcj0i IzAwNjY2NiI+IA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVp Z2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjMDA2 NjY2Ij48Zm9udCBmYWNlPSJBcmlhbCI+Jm5ic3A7ICAgICAgICAgICAgIA0KICAgICAgICAgIDwv Zm9udD48L3NwYW4+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRkZGRkYiPjxzcGFuIHN0eWxlPSJi YWNrZ3JvdW5kLWNvbG9yOiAjMDA2NjY2Ij6oaKFCtE63fr73PC9zcGFuPrd8PC9mb250PjxzcGFu IHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjMDA2NjY2Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6 ZT0iMiIgY29sb3I9IiNGRkZGRkYiPiZuYnNwOzwvZm9udD48L3NwYW4+PC90ZD4gDQogICAgICA8 L3RyPiANCiAgICA8L3RhYmxlPiANCiAgPC9kaXY+IA0KPGNlbnRlcj4gDQo8ZGl2IGFsaWduPSJj ZW50ZXIiPiAgICAgICAgICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAi IGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAgDQogICAgPHRyPiAgICAg ICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iMTAwJSI+ICAgICAgICAgICAgIA0KICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6 IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsgbWFyZ2luLWJvdHRvbTogMCI+PGZv bnQgc2l6ZT0iMiI+tKOo0TwvZm9udD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+MjIsODU0 PC9mb250Pjxmb250IHNpemU9IjIiPq3TtE63fr73t3yhQbx4pH68dLDTprPBcLlxoUK12LrToUKt XrS2uUahQqV4xlepVLr0oUKvq7lGoUK0ZrS2rOyn3qFCpXi/brlxoUKnu/nWuXG4ozwvZm9udD48 Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Li4uPC9mb250Pjxmb250IHNpemU9IjIiPrWlplWk aqS9pXE8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPig8L2ZvbnQ+PGZvbnQgc2l6 ZT0iMiI+u1CkSKRPuOq3vbr0plinQDwvZm9udD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+ KTwvZm9udD48Zm9udCBzaXplPSIyIj6hQzwvZm9udD48L3A+ICAgICAgICAgICAgICANCiAgICAg ICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjog MCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3RkPiAgICAgICAg ICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgIA0KICA8L3RhYmxlPiAgICAgICAgICAgICAg DQo8L2Rpdj4gICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgIA0KICA8 ZGl2IGFsaWduPSJsZWZ0Ij4gDQogICAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAi IGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTQiPiANCiAgICAgIDx0cj4gDQogICAgICAgIDx0ZCB3 aWR0aD0iOTIiIGJnY29sb3I9IiMwMDY2NjYiPiANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1z cGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUwJTsgbWFyZ2luOiAwIj48c3BhbiBzdHlsZT0iYmFj a2dyb3VuZC1jb2xvcjogIzAwNjY2NiI+PGZvbnQgZmFjZT0iQXJpYWwiPiZuYnNwOyAgICAgICAg ICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxC oUKz+KZXtME8L2ZvbnQ+PC9zcGFuPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6trTwv Zm9udD48L3RkPiANCiAgICAgIDwvdHI+IA0KICAgIDwvdGFibGU+IA0KICA8L2Rpdj4gDQo8Y2Vu dGVyPiANCjxkaXYgYWxpZ249ImNlbnRlciI+ICAgICAgICAgICAgDQogIDx0YWJsZSBib3JkZXI9 IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9Ijk1JSI+ICAgICAgICAg ICAgDQogICAgPHRyPiAgICAgICAgICAgIA0KICAgICAgPHRkIHdpZHRoPSIxMDAlIj4gICAgICAg ICAgICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEw MCU7IG1hcmdpbi1sZWZ0OiAwOyBtYXJnaW4tcmlnaHQ6IDA7IG1hcmdpbi10b3A6IDM7IG1hcmdp bi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPSIyIj6nWaTpsF+m3CCkRSCk USCmfiCkSyCk6yCkUSAgICAgDQogICAgICAgIKV8IKTppO48L2ZvbnQ+PGZvbnQgY29sb3I9IiNG RjAwMDAiIHNpemU9IjMiPjxiPqFdw0K6obpJpO6hXjwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9IiNG RjAwMDAiIHNpemU9IjIiPqFDPC9mb250PjwvcD4gICAgICAgICAgICAgICAgIA0KICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48 Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48 L3RkPiAgICAgICAgICAgICAgICANCiAgICA8L3RyPiAgICAgICAgICAgICAgICANCiAgPC90YWJs ZT4gICAgICAgICAgICAgICAgDQo8L2Rpdj4gICAgICAgICAgICAgICAgDQogIDwvY2VudGVyPiAg ICAgICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPiAgDQogICAgPHRhYmxlIGJv cmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iMTA3Ij4gIA0K ICAgICAgPHRyPiAgDQogICAgICAgIDx0ZCB3aWR0aD0iMTA1IiBiZ2NvbG9yPSIjMDA2NjY2Ij4g IA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAl OyBtYXJnaW46IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj4mbmJzcDsgICANCiAg ICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxCs/yhQrrCv++k 6KahPC9mb250PjwvdGQ+IA0KICAgICAgPC90cj4gDQogICAgPC90YWJsZT4gDQogIDwvZGl2PiAN CjxjZW50ZXI+ICANCjxkaXYgYWxpZ249ImNlbnRlciI+ICAgICAgICAgICAgIA0KICA8dGFibGUg Ym9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NSUiPiAg ICAgICAgICAgICANCiAgICA8dHI+ICAgICAgICAgICAgIA0KICAgICAgPHRkIHdpZHRoPSIxMDAl Ij4gICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUt aGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9w OiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXplPSIyIj61p7jVu1CtsbjVoUOkWr/9qPqq zL3QqMyzV6l3s/io7KFBuU+0waVIsfPFdr3XoUGl0bPGqPqkSK37u7y4yaFDPC9mb250PjwvcD4g ICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVp Z2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDs8 L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgDQogIDwvdGFi bGU+ICAgICAgICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAg ICAgICAgICAgICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+IA0KICAgIDx0YWJsZSBib3JkZXI9IjAi IGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjEwNyI+IA0KICAgICAgPHRy PiANCiAgICAgICAgPHRkIHdpZHRoPSIxMDUiIGJnY29sb3I9IiMwMDY2NjYiPiANCiAgICAgICAg ICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUwJTsgbWFyZ2luOiAw Ij48Zm9udCBmYWNlPSJBcmlhbCI+Jm5ic3A7ICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29s b3I9IiNGRkZGRkYiIHNpemU9IjIiPqxCtkyhQrP4pleuybahPC9mb250PjwvdGQ+IA0KICAgICAg PC90cj4gDQogICAgPC90YWJsZT4gDQogIDwvZGl2PiANCjxjZW50ZXI+ICANCjxkaXYgYWxpZ249 ImNlbnRlciI+ICAgICAgICAgICAgIA0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0i MCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NSUiPiAgICAgICAgICAgICANCiAgICA8dHI+ICAg ICAgICAgICAgIA0KICAgICAgPHRkIHdpZHRoPSIxMDAlIj4gICAgICAgICAgICAgDQogICAgICAg IDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVm dDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90dG9tOiAwIj48 Zm9udCBzaXplPSIyIj62Z6RApty2Z6Stpq2kVzwvZm9udD48Zm9udCBzaXplPSIyIiBmYWNlPSJB cmlhbCI+MDk6MDA8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiI+ptw8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIg ZmFjZT0iQXJpYWwiPjIxOjUwPC9mb250Pjxmb250IHNpemU9IjIiPqTOtmeku6FCtmek6aatpFc8 L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPjA5OjAwPC9mb250Pjxmb250IHNpemU9 IjIiPqbcPC9mb250Pjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4wNTo1MDwvZm9udD48Zm9u dCBzaXplPSIyIj6hQzwvZm9udD4gICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3Jk LXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIi IGZhY2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgDQogICAgPC90cj4g ICAgICAgICAgICAgDQogIDwvdGFibGU+ICAgICAgICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAg IA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+IA0K ICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lk dGg9IjEwNyI+IA0KICAgICAgPHRyPiANCiAgICAgICAgPHRkIHdpZHRoPSIxMDUiIGJnY29sb3I9 IiMwMDY2NjYiPiANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhl aWdodDogMTUwJTsgbWFyZ2luOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+Jm5i c3A7ICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxC sNGhQsO6pebD0qXzPC9mb250PjwvdGQ+IA0KICAgICAgPC90cj4gDQogICAgPC90YWJsZT4gDQog IDwvZGl2PiANCjxjZW50ZXI+ICANCjxkaXYgYWxpZ249ImNlbnRlciI+ICAgICAgICAgICAgIA0K ICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRo PSI5NSUiPiAgICAgICAgICAgICANCiAgICA8dHI+ICAgICAgICAgICAgIA0KICAgICAgPHRkIHdp ZHRoPSIxMDAlIj4gICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6 IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBt YXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXplPSIyIj6oraX3w9K8dqW7 oUKyprd+w9Ku0bx2pbukzrfTpPmkR7FpoV2kQKZUqc6kR6ZUoV6hQzwvZm9udD4gICAgICAgICAg ICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAl OyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90 ZD4gICAgICAgICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgDQogIDwvdGFibGU+ICAgICAg ICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAg ICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+IA0KICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRk aW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjQxNiI+IA0KICAgICAgPHRyPiANCiAgICAg ICAgPHRkIHdpZHRoPSIxMDciIGJnY29sb3I9IiMwMDY2NjYiPiANCiAgICAgICAgICA8cCBzdHls ZT0ibGluZS1oZWlnaHQ6IDE1MCU7IHdvcmQtc3BhY2luZzogMDsgbWFyZ2luOiAwIj48Zm9udCBm YWNlPSJBcmlhbCI+Jm5ic3A7ICAgICAgICAgICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQg Y29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxCuHahQrP4plemYcJJPC9mb250PjwvdGQ+IA0KICAg ICAgICA8dGQgd2lkdGg9IjMwNSI+IA0KICAgICAgICAgIDxwIHN0eWxlPSJsaW5lLWhlaWdodDog MTUwJTsgd29yZC1zcGFjaW5nOiAwOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPqFdsNGm0rr0 p32hRzxmb250IGZhY2U9IkFyaWFsIj48YSBocmVmPSJodHRwOi8vd3d3LmxjY25ldC5jb20udHci IHRhcmdldD0iX2JsYW5rIj53d3cubGNjbmV0LmNvbS50dzwvYT48L2ZvbnQ+oV48L2ZvbnQ+PC90 ZD4gDQogICAgICA8L3RyPiANCiAgICA8L3RhYmxlPiANCiAgPC9kaXY+IA0KPGNlbnRlcj4gIA0K PGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAgICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIg Y2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAg ICANCiAgICA8dHI+ICAgICAgICAgICAgICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUiPiAgICAg ICAgICAgICAgIA0KICAgICAgICChQCAgICAgICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAg ICAgICAgICAgICAgIA0KICAgICAgICA8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAgICAgICAg DQogICAgICAgICAgPHRhYmxlIGJvcmRlcj0iMSIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5n PSIwIiB3aWR0aD0iMTAwJSIgYm9yZGVyY29sb3JsaWdodD0iIzgwODA4MCIgYm9yZGVyY29sb3Jk YXJrPSIjRkZGRkZGIj4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgPHRyPiAgICAgICAgICAg ICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMTclIiBhbGlnbj0iY2VudGVyIiBiZ2NvbG9y PSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJ3b3Jk LXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMjsgbWFyZ2luLXJp Z2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBjb2xvcj0iI0ZG RkZGRiIgc2l6ZT0iMiI+ssSkQLDPsFa9baSkpN88L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0K PGNlbnRlcj4gDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMzIlIiBhbGlnbj0ibGVmdCIgYmdj b2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cCBzdHlsZT0i d29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDI7IG1hcmdp bi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgY29sb3I9 IiNGRkZGRkYiIHNpemU9IjIiPiZuYnNwO6V4pV+lq6m+p7WqRrj0PC9mb250Pjxmb250IGNvbG9y PSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+NDwvZm9udD48Zm9udCBjb2xvcj0iI0ZG RkZGRiIgc2l6ZT0iMiI+rHE8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZh Y2U9IkFyaWFsIj4xNzY8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPri5PC9m b250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+NDwvZm9udD48 Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+vNM8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAg IA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICA8dGQgd2lkdGg9 IjIwJSIgYmdjb2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6 IDI7IG1hcmdpbi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZv bnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IkFyaWFsIj5URUw6MDItMjc0MDM4NjI8 L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICA8dGQgd2lkdGg9IjMxJSIg Ymdjb2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cCBzdHls ZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDI7IG1h cmdpbi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgY29s b3I9IiNGRkZGRkYiIHNpemU9IjIiPrG2uUKpvqe1tLCkxq+4M7i5pVikZqFBPC9mb250Pjxmb250 IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+TkVUPC9mb250Pjxmb250IGNv bG9yPSIjRkZGRkZGIiBzaXplPSIyIj6qQbmiPC9mb250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBz aXplPSIyIj6806RXPC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgICAgICAgIDwvdHI+ ICAgICAgICAgICAgICANCjxjZW50ZXI+IA0KICAgICAgICAgICAgPHRyPiAgICAgICAgICAgICAg DQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMTclIiBhbGlnbj0iY2VudGVyIiBiZ2NvbG9yPSIj MzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMjsgbWFyZ2luLXJpZ2h0 OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZG RiIgc2l6ZT0iMiI+ssSkR7DPsFa9baSkpN88L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAg ICAgICAgICAgICA8dGQgd2lkdGg9IjMyJSIgYWxpZ249ImxlZnQiIGJnY29sb3I9IiMzMzY2OTki PiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzog MDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1h cmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXpl PSIyIj4mbmJzcDuleKVfpavAXatluPQ8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9 IjIiIGZhY2U9IkFyaWFsIj4zNjwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+ uLk8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IkFyaWFsIj40PC9m b250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj680zwvZm9udD48L3RkPiAgICAgICAg ICAgICAgDQogIDwvY2VudGVyPiAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3 aWR0aD0iMjAlIiBiZ2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAg ICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4t bGVmdDogMjsgbWFyZ2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAw Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiAgICAgICAgICAg ICAgICAgIFRFTDowMi0yMzg5NjU3NzwvZm9udD48L3RkPiAgICAgICAgICAgICAgDQo8Y2VudGVy PiANCiAgICAgICAgICAgICAgPHRkIHdpZHRoPSIzMSUiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAg ICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGlu ZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10 b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6l eKVfpPWorq+4q2WhQaRnpmG7yKbmrsehQaSmtKOpQLDYvNOkVzwvZm9udD48L3RkPiAgICAgICAg ICAgICAgDQogICAgICAgICAgICA8L3RyPiAgICAgICAgICAgICAgDQogICAgICAgICAgICA8dHI+ ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgPHRkIHdpZHRoPSIxNyUiIGFsaWduPSJjZW50 ZXIiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAg c3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAy OyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250 IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6yxKS7sM+wVr1tpKSk3zwvZm9udD48L3RkPiAgICAg ICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMzIlIiBhbGlnbj0ibGVmdCIgYmdj b2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cCBzdHlsZT0i d29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDI7IG1hcmdp bi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgY29sb3I9 IiNGRkZGRkYiIHNpemU9IjIiPiZuYnNwO6V4pV+lq8O5tLW61rj0PC9mb250Pjxmb250IGNvbG9y PSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+NDwvZm9udD48Zm9udCBjb2xvcj0iI0ZG RkZGRiIgc2l6ZT0iMiI+rHE8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZh Y2U9IkFyaWFsIj42NDwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+uLk8L2Zv bnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IkFyaWFsIj40PC9mb250Pjxm b250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj680zwvZm9udD48L3RkPiAgICAgICAgICAgICAg DQogIDwvY2VudGVyPiAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0i MjAlIiBiZ2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxw IHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDog MjsgbWFyZ2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9u dCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiAgICAgICAgICAgIFRFTDow Mi0yMzY0ODg4NTwvZm9udD48L3RkPiAgICAgICAgICAgICAgDQo8Y2VudGVyPiANCiAgICAgICAg ICAgICAgPHRkIHdpZHRoPSIzMSUiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQog ICAgICAgICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEw MCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdp bi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6xtrlCpL3AXa+4Mbi5 pVikZqWqwuChQTwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJp YWwiPk5FVDwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+qkG5orzTpFc8L2Zv bnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgPC90cj4gICAgICAgICAgICAgIA0K ICAgICAgICAgICAgPHRyPiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0i MTclIiBhbGlnbj0iY2VudGVyIiBiZ2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAg ICAgICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAl OyBtYXJnaW4tbGVmdDogMjsgbWFyZ2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4t Ym90dG9tOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+ssSkRbDPsFa9baSkpN88 L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICA8dGQgd2lkdGg9IjMyJSIg YWxpZ249ImxlZnQiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQogICAgICAgICAg ICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdp bi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206 IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj4mbmJzcDuwqravpau3c7+zsM+kpKRz pEC49DwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPjI1 My0xPC9mb250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj64uTwvZm9udD48Zm9udCBj b2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPjE8L2ZvbnQ+PGZvbnQgY29sb3I9 IiNGRkZGRkYiIHNpemU9IjIiPrzTPC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgPC9jZW50 ZXI+ICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgPHRkIHdpZHRoPSIyMCUiIGJnY29s b3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAgc3R5bGU9Indv cmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4t cmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIj RkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+VEVMOjA3LTI4MjI2MjY8L2ZvbnQ+PC90ZD4g ICAgICAgICAgICAgIA0KPGNlbnRlcj4gDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMzElIiBi Z2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxwIHN0eWxl PSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMjsgbWFy Z2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBjb2xv cj0iI0ZGRkZGRiIgc2l6ZT0iMiI+sKq2r6T1qK6vuKtloUGq8aRLvHe49KFBqvel27DzrtGnva7H PC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgICAgICAgIDwvdHI+ICAgICAgICAgICAg ICANCiAgICAgICAgICA8L3RhYmxlPiAgICAgICAgICAgICAgDQogICAgICAgIDwvZGl2PiAgICAg ICAgICAgICAgDQogICAgICA8L2NlbnRlcj48L3RkPiAgICAgICAgICAgIA0KICAgIDwvdHI+ICAg ICAgICAgICAgDQogIDwvdGFibGU+ICAgICAgICAgICAgDQo8L2Rpdj4gICAgICAgICAgICANCjxm b3JtIG1ldGhvZD0iUE9TVCIgYWN0aW9uPSJodHRwOi8vNjEuMTYuMTEuMjQzL3NlbmRtYWlsLmFz cCIgb25TdWJtaXQ9IiIgbmFtZT0iZm9ybTEiPiAgICAgICAgICAgIA0KICA8aHIgc2l6ZT0iMSIg Y29sb3I9IiMwMDgwMDAiPiAgICAgICAgICAgIA0KICA8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAg ICAgICAgIA0KICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2lu Zz0iMSIgd2lkdGg9Ijk1JSIgaGVpZ2h0PSIxODAiPiAgICAgICAgICAgIA0KICAgICAgPHRyPiAg ICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9IjEwMCUiIGhlaWdodD0iMjUiIGFsaWduPSJy aWdodCIgYmdjb2xvcj0iIzAwMDAwMCIgY29sc3Bhbj0iMiI+ICAgICAgICAgICAgDQogICAgICAg ICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDE1MCU7IG1hcmdpbi1s ZWZ0OiA1OyBtYXJnaW4tcmlnaHQ6IDU7IG1hcmdpbi10b3A6IDM7IG1hcmdpbi1ib3R0b206IDMi IGFsaWduPSJjZW50ZXIiPjxmb250IGNvbG9yPSIjRkZGRkZGIj65dyZuYnNwOyZuYnNwOyAgIA0K ICAgICAgICAgIKz5Jm5ic3A7Jm5ic3A7ILP4Jm5ic3A7Jm5ic3A7IKZXJm5ic3A7Jm5ic3A7ILVu Jm5ic3A7Jm5ic3A7ICAgDQogICAgICAgICAgsE8mbmJzcDsmbmJzcDsgqu08L2ZvbnQ+PC90ZD4g ICAgICAgICAgICAgIA0KICAgICAgPC90cj4gICAgICAgICAgICAgIA0KICAgICAgPHRyPiAgICAg ICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iMTklIiBoZWlnaHQ9IjI1IiBhbGlnbj0icmln aHQiIGJnY29sb3I9IiNDQ0ZGQ0MiPiAgICAgICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9 IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6 ZT0iMiI+sNGlW6RIrfuhRzwvZm9udD48L3RkPiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3 aWR0aD0iODElIiBoZWlnaHQ9IjI1IiBiZ2NvbG9yPSIjQ0NGRkNDIj4gICAgICAgICAgICAgIA0K ICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBt YXJnaW46IDAiPjxmb250IHNpemU9IjIiPiZuYnNwOzxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJu YW1lIiBzaXplPSIyMCI+PC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgIDwvdHI+ICAg ICAgICAgICAgICANCiAgICAgIDx0cj4gICAgICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9 IjE5JSIgaGVpZ2h0PSIyMyIgYWxpZ249InJpZ2h0IiBiZ2NvbG9yPSIjRkZGRkNDIj4gICAgICAg ICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0 OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPqVYpc2mfqTrpOmhRzwvZm9udD48L3Rk PiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iODElIiBoZWlnaHQ9IjIzIiBiZ2Nv bG9yPSIjRkZGRkNDIj4gICAgICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPiZu YnNwOzxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJteWVhciIgc2l6ZT0iNSI+pn48aW5wdXQgdHlw ZT0idGV4dCIgbmFtZT0ibW1vbiIgc2l6ZT0iNSI+pOs8aW5wdXQgdHlwZT0idGV4dCIgbmFtZT0i bWRheSIgc2l6ZT0iNSI+pOk8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgPC90cj4g ICAgICAgICAgICAgIA0KICAgICAgPHRyPiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0 aD0iMTklIiBoZWlnaHQ9IjIyIiBhbGlnbj0icmlnaHQiIGJnY29sb3I9IiNDQ0ZGQ0MiPiAgICAg ICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWln aHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+qcqhQKFAp0+hRzwvZm9udD48L3Rk PiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iODElIiBoZWlnaHQ9IjIyIiBiZ2Nv bG9yPSIjQ0NGRkNDIj4gICAgICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPiZu YnNwOzxpbnB1dCB0eXBlPSJyYWRpbyIgdmFsdWU9Iqhrpc0iIG5hbWU9InNleCIgY2hlY2tlZD6l /aXNPGlucHV0IHR5cGU9InJhZGlvIiBuYW1lPSJzZXgiIHZhbHVlPSKka6XNIj6kcKlqPC9mb250 PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgIDwvdHI+ICAgICAgICAgICAgICANCiAgICAgIDx0 cj4gICAgICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9IjE5JSIgaGVpZ2h0PSIyMiIgYWxp Z249InJpZ2h0IiBiZ2NvbG9yPSIjRkZGRkNDIj4gICAgICAgICAgICAgIA0KICAgICAgICAgIDxw IHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxm b250IHNpemU9IjIiPrPMsKq+x776oUc8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAg ICA8dGQgd2lkdGg9IjgxJSIgaGVpZ2h0PSIyMiIgYmdjb2xvcj0iI0ZGRkZDQyI+ICAgICAgICAg ICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDog MTAwJTsgbWFyZ2luOiAwIj4mbmJzcDs8c2VsZWN0IHNpemU9IjEiIG5hbWU9ImdyYXVkZSI+ICAg ICAgICAgICAgIA0KICAgICAgICAgICAgPG9wdGlvbiB2YWx1ZT0isKqkpMK+Ij6wqqSkwr48L29w dGlvbj4gICAgICAgICAgIA0KICAgICAgICAgICAgPG9wdGlvbiB2YWx1ZT0ipGqxTSI+pGqxTTwv b3B0aW9uPiAgICAgICAgICAgDQogICAgICAgICAgICA8b3B0aW9uIHZhbHVlPSKkar7HIj6kar7H PC9vcHRpb24+ICAgICAgICAgICANCiAgICAgICAgICA8L3NlbGVjdD48L3RkPiAgICAgICAgICAg DQogICAgICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAgICAgICANCiAgICAgICAg PHRkIHdpZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIgYmdjb2xvcj0iI0NDRkZD QyI+ICAgICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5l LWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIj6zc7W4uXG43KFHPC9mb250 PjwvdGQ+ICAgICAgICAgICANCiAgICAgICAgPHRkIHdpZHRoPSI4MSUiIGhlaWdodD0iMjIiIGJn Y29sb3I9IiNDQ0ZGQ0MiPiAgICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3Bh Y2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+Jm5i c3A7PGlucHV0IHR5cGU9InRleHQiIG5hbWU9InRlbDEiIHNpemU9IjUiPjwvZm9udD48Zm9udCBz aXplPSIyIiBmYWNlPSJBcmlhbCI+LTwvZm9udD48Zm9udCBzaXplPSIyIj48aW5wdXQgdHlwZT0i dGV4dCIgbmFtZT0idGVsMiIgc2l6ZT0iMTgiPjwvZm9udD48L3RkPiAgICAgICAgICAgDQogICAg ICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAgICAgICANCiAgICAgICAgPHRkIHdp ZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIgYmdjb2xvcj0iI0ZGRkZDQyI+ICAg ICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdo dDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIj6zc7W4pmGnfaFHPC9mb250PjwvdGQ+ ICAgICAgICAgICANCiAgICAgICAgPHRkIHdpZHRoPSI4MSUiIGhlaWdodD0iMjIiIGJnY29sb3I9 IiNGRkZGQ0MiPiAgICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzog MDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+Jm5ic3A7PGlu cHV0IHR5cGU9InRleHQiIG5hbWU9ImFkZCIgc2l6ZT0iNTQiPjwvZm9udD48L3RkPiAgICAgICAg ICAgDQogICAgICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAgICAgICANCiAgICAg ICAgPHRkIHdpZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIgYmdjb2xvcj0iI0ND RkZDQyI+ICAgICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBs aW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+ RS1NYWlsPC9mb250Pjxmb250IHNpemU9IjIiPqFHPC9mb250PjwvdGQ+ICAgICAgICAgICANCiAg ICAgICAgPHRkIHdpZHRoPSI4MSUiIGhlaWdodD0iMjIiIGJnY29sb3I9IiNDQ0ZGQ0MiPiAgICAg ICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6 IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+Jm5ic3A7PGlucHV0IHR5cGU9InRleHQi IG5hbWU9Im1haWwiIHNpemU9IjM5Ij48L2ZvbnQ+PC90ZD4gICAgICAgICAgIA0KICAgICAgPC90 cj4gICAgICAgICAgIA0KICAgICAgPHRyPiAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0i MTklIiBoZWlnaHQ9IjIyIiBhbGlnbj0icmlnaHQiIGJnY29sb3I9IiNGRkZGQ0MiPiAgICAgICAg ICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEw MCU7IG1hcmdpbi1sZWZ0OiAwOyBtYXJnaW4tcmlnaHQ6IDA7IG1hcmdpbi10b3A6IDU7IG1hcmdp bi1ib3R0b206IDUiPjxmb250IHNpemU9IjIiPrH9sNGlW69ap0+hRzwvZm9udD48L3RkPiAgICAg ICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iODElIiBoZWlnaHQ9IjIyIiBiZ2NvbG9yPSIjRkZG RkNDIj4gICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxp bmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4t dG9wOiA1OyBtYXJnaW4tYm90dG9tOiA1Ij48Zm9udCBzaXplPSIyIj4mbmJzcDs8aW5wdXQgdHlw ZT0icmFkaW8iIHZhbHVlPSK1e6ahs12tcK9aIiBuYW1lPSJjbGFzcyIgY2hlY2tlZD61e6ahs12t cK9aPGlucHV0IHR5cGU9InJhZGlvIiB2YWx1ZT0iuvS72rr0uPS46q7Grne1e6ahs12tcCIgbmFt ZT0iY2xhc3MiPrr0u9q69Lj0uOquxq53tXumobNdrXA8aW5wdXQgdHlwZT0icmFkaW8iIHZhbHVl PSK46q7Grne1e6ahs12tcK9aIiBuYW1lPSJjbGFzcyI+uOquxq53tXumobNdrXCvWjwvZm9udD48 L3RkPiAgICAgICAgICAgDQogICAgICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAg ICAgICANCiAgICAgICAgPHRkIHdpZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIg Ymdjb2xvcj0iI0NDRkZDQyI+ICAgICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0ibWFyZ2lu LXRvcDogNTsgbWFyZ2luLWJvdHRvbTogNSI+PGZvbnQgc2l6ZT0iMiI+sf2kV73SpmHCSaFHPC9m b250PjwvdGQ+ICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9IjgxJSIgaGVpZ2h0PSIyMiIg Ymdjb2xvcj0iI0NDRkZDQyI+ICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJtYXJnaW4t dG9wOiA1OyBtYXJnaW4tYm90dG9tOiA1Ij48Zm9udCBzaXplPSIyIj4mbmJzcDs8aW5wdXQgdHlw ZT0icmFkaW8iIG5hbWU9InBvaW50IiB2YWx1ZT0iqb6ntaTArtUiIGNoZWNrZWQ+ssSkQLDPoUA8 aW5wdXQgdHlwZT0icmFkaW8iIG5hbWU9InBvaW50IiB2YWx1ZT0iwF2rZaTArtUiPrLEpEewz6FA PGlucHV0IHR5cGU9InJhZGlvIiBuYW1lPSJwb2ludCIgdmFsdWU9IqS9wF2kwK7VIj6yxKS7sM+h QDxpbnB1dCB0eXBlPSJyYWRpbyIgbmFtZT0icG9pbnQiIHZhbHVlPSKwqravpMCu1SI+ssSkRbDP PC9mb250PjwvdGQ+ICAgICAgICAgDQogICAgICA8L3RyPiAgICAgICAgIA0KICAgIDwvdGFibGU+ ICAgICAgICAgDQogIDwvZGl2PiAgICAgICAgIA0KICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAw OyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDU7IG1hcmdpbi1yaWdodDogNTsgbWFy Z2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCIgYWxpZ249ImNlbnRlciI+PGlucHV0IHR5cGU9 ImJ1dHRvbiIgdmFsdWU9IrBlpVi46q7GIiBuYW1lPSJCMSIgb25jbGljaz0iZGF0YWNoZWNrKCki PqFAPGlucHV0IHR5cGU9InJlc2V0IiB2YWx1ZT0irau3c7bxvGciIG5hbWU9IkIyIj48L3A+ICAg ICAgICAgDQo8L2Zvcm0+ICAgICAgICAgDQo8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAgIA0K ICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRo PSI5NSUiPiAgICAgICAgIA0KICAgIDx0cj4gICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iMTQl IiB2YWxpZ249InRvcCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRjAwMDAiPqpgt06oxra1oUc8 L2ZvbnQ+PC90ZD4gICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iODYlIiB2YWxpZ249InRvcCI+ PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMwMDAwRkYiPqG2pFq5d6z5s/imV6vhoUGkpKTfsU7AdaX9 q0+vZKZXw0KhQb3QqfO5d6z5tW6wT6vhpEek6aS6oUGm3KRXrXqz+KZXpmHCSbDRpVu6wrjVoUM8 L2ZvbnQ+PC90ZD4gICAgICAgICANCiAgICA8L3RyPiAgICAgICAgIA0KICAgIDx0cj4gICAgICAg ICANCiAgICAgIDx0ZCB3aWR0aD0iMTQlIiB2YWxpZ249InRvcCI+PC90ZD4gICAgICAgICANCiAg ICAgIDx0ZCB3aWR0aD0iODYlIiB2YWxpZ249InRvcCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMw MDAwRkYiPqG2pnCmuavKbWFpbLN5pqixeqq6p3jCWr3Qpl6rSKdpqr4sp9qtzLFOt3ynUrCjsXqq urjqrsahQzwvZm9udD48L3RkPiAgICAgICAgIA0KICAgIDwvdHI+ICAgICAgICAgDQogIDwvdGFi bGU+ICAgICAgICAgDQo8L2Rpdj4gICAgICAgICANCjwvdGQ+PC90cj48L3RhYmxlPiAgICAgICAg ICAgICAgICAgDQo8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUwJTsg bWFyZ2luOiAwIj6hQDwvdGQ+PC90cj48L3RhYmxlPjwvZGl2PiAgICAgICAgICAgICAgICAgDQo8 U2NyaXB0IExhbmd1YWdlPVZCc2NyaXB0PiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgRnVuY3Rpb24gZGF0YWNoZWNrICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAg ICAgICAgICAgICBkaW0gZXJyZmxhZyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIGVycmZsYWcg PSBUcnVlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgJ8DLrGQgrE+nX6ywoXWq xaZypuqhdiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIElmIChmb3JtMS5uYW1lLnZhbHVlID0g RW1wdHkpIHRoZW4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAg ICAgICAgICAgTXNnQm94ICKpbaZXoUGko6Vpv+mkSqrFpdWhSSIsIDY0LCAisFSup6FJIiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAg ICAgICAgICAgICAgZm9jdXN0bygwKSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIGVycmZs YWcgPSBGYWxzZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAg ICAgICAgICAgICAgICAgICAgRXhpdCBGdW5jdGlvbiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgRW5kIGlmICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAN CiAgICAgICAgICAgICAgICAgSWYgKGZvcm0xLm15ZWFyLnZhbHVlID0gRW1wdHkpIHRoZW4gICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgTXNnQm94 ICKlWKXNpOmquqZ+pfehQaSjpWm/6aRKqsWl1aFJIiwgNjQsICKwVK6noUkiICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAg ICAgICBmb2N1c3RvKDEpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgZXJyZmxhZyA9IEZh bHNlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAg ICAgICAgICAgICBFeGl0IEZ1bmN0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICBFbmQgaWYgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgDQogICAgICAg ICAgICAgICAgIElmIChmb3JtMS5tbW9uLnZhbHVlID0gRW1wdHkpIHRoZW4gICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgTXNnQm94ICKlWKXNpOmq uqTrpfehQaSjpWm/6aRKqsWl1aFJIiwgNjQsICKwVK6noUkiICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBmb2N1 c3RvKDIpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgZXJyZmxhZyA9IEZhbHNlICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAg ICBFeGl0IEZ1bmN0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIA0KICAgICAgICAgICAgICAgICBFbmQgaWYgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgDQogICAgICAgICAgICAgICAg IElmIChmb3JtMS5tZGF5LnZhbHVlID0gRW1wdHkpIHRoZW4gICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgTXNnQm94ICKlWKXNpOmquqTRvMahQaSj pWm/6aRKqsWl1aFJIiwgNjQsICKwVK6noUkiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBmb2N1c3RvKDMpICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICANCiAgICAgICAgICAgICAgICAgICAgZXJyZmxhZyA9IEZhbHNlICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBFeGl0IEZ1 bmN0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IA0KICAgICAgICAgICAgICAgICBFbmQgaWYgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICBJZiAoZm9y bTEudGVsMS52YWx1ZSA9IEVtcHR5KSB0aGVuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgDQogICAgICAgICAgICAgICAgICAgIE1zZ0JveCAiwXC1uLlxuNyqurDPsOy9WKFBpKOlab/p pEqqxaXVoUkiLCA2NCwgIrBUrqehSSIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIGZvY3VzdG8oNykgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IA0KICAgICAgICAgICAgICAgICAgICBlcnJmbGFnID0gRmFsc2UgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIEV4aXQgRnVuY3Rp b24gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQog ICAgICAgICAgICAgICAgIEVuZCBpZiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIElmIChmb3JtMS50 ZWwyLnZhbHVlID0gRW1wdHkpIHRoZW4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAN CiAgICAgICAgICAgICAgICAgICAgTXNnQm94ICLBcLW4uXG43KFBpKOlab/ppEqqxaXVoUkiLCA2 NCwgIrBUrqehSSIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgDQogICAgICAgICAgICAgICAgICAgIGZvY3VzdG8oOCkgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAg ICAgICAgICAgICBlcnJmbGFnID0gRmFsc2UgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIEV4aXQgRnVuY3Rpb24gICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAg ICAgIEVuZCBpZiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIElmIChmb3JtMS5hZGQudmFsdWUgPSBF bXB0eSkgdGhlbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAg ICAgICAgICBNc2dCb3ggIsFwtbimYad9oUGko6Vpv+mkSqrFpdWhSSIsIDY0LCAisFSup6FJIiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAg ICAgICAgICAgICAgICAgZm9jdXN0byg5KSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIGVy cmZsYWcgPSBGYWxzZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAN CiAgICAgICAgICAgICAgICAgICAgRXhpdCBGdW5jdGlvbiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgRW5kIGlmICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICANCiAgICAgICAgICAgICAgICAgSWYgKGZvcm0xLm1haWwudmFsdWUgPSBFbXB0eSkgdGhlbiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBNc2dC b3ggIrlxpGy2bKXzoUGko6Vpv+mkSqrFpdWhSSIsIDY0LCAisFSup6FJIiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAg ICAgZm9jdXN0bygxMCkgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBlcnJmbGFnID0gRmFs c2UgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAg ICAgICAgICAgIEV4aXQgRnVuY3Rpb24gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIEVuZCBpZiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAg ICAgICAgICAgIGRhdGFjaGVjayA9IGVycmZsYWcgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICdTdWJtaXQotsewZSmq7bPm uOquxqbcV2ViIFNlcnZlciAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICANCiAgICAgICAgICAgICAgICAgZm9ybTEuU3VibWl0ICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICBFbmQgRnVuY3Rpb24g ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAg IFN1YiBmb2N1c3RvKHgpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIA0KICAgICAgICAgICAgJ7FOtOW80Kl3puyp86xZrdPE5qbsICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgZG9j dW1lbnQuZm9ybTEuZWxlbWVudHMoeCkuZm9jdXMoKSAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgRW5kIFN1YiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQo8L1Njcmlw dD4gICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgDQo8L2JvZHk+ICAgICAgICAg ICAgICAgICANCjwvaHRtbD4= ------=_NextPart_yZNwfFJIk6XxQT65OJsAA-- ------=_NextPart_yZNwfFJIk6XxQT65OJs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 6:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E1E37B40B for ; Wed, 8 Aug 2001 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DK2272786; Wed, 8 Aug 2001 06:20:02 -0700 (PDT) (envelope-from gnats) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 7FFC237B406 for ; Wed, 8 Aug 2001 06:17:37 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from taygeta.dbai.tuwien.ac.at (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f78DHUK29534; Wed, 8 Aug 2001 15:17:31 +0200 (MET DST) Received: (from pfeifer@localhost) by taygeta.dbai.tuwien.ac.at (8.11.3/8.11.3) id f78DHSa98694; Wed, 8 Aug 2001 15:17:28 +0200 (CEST) (envelope-from pfeifer) Message-Id: <200108081317.f78DHSa98694@taygeta.dbai.tuwien.ac.at> Date: Wed, 8 Aug 2001 15:17:28 +0200 (CEST) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org Cc: eischen@vigrid.com X-Send-Pr-Version: 3.113 Subject: ports/29545: Update ports/audio/xmcd 3.0.1->3.0.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: 29545 >Category: ports >Synopsis: Update ports/audio/xmcd 3.0.1->3.0.2 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 08 06:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD 4.3-RELEASE somehost FreeBSD 4.3-RELEASE #0: Wed May 9 12:46:22 CEST 2001 root@somehost:/usr/src/sys/compile/KERNEL_4.3 i386 >Description: This updates ports/audio/xmcd from 3.0.1 to 3.0.2, an update which according to the author fixes several security issues, so I guess should go in ASAP (ideally before 4.4-RELEASE). >How-To-Repeat: >Fix: Install the small patch below. This update doesn't seem to change functionality or installed files, a `make deinstall' suceeded, and the installed program works fine for me as well. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/audio/xmcd/Makefile,v retrieving revision 1.31 diff -u -3 -p -r1.31 Makefile --- Makefile 2001/07/27 21:41:33 1.31 +++ Makefile 2001/08/08 13:00:32 @@ -6,7 +6,7 @@ # PORTNAME= xmcd -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/ Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/audio/xmcd/distinfo,v retrieving revision 1.13 diff -u -3 -p -r1.13 distinfo --- distinfo 2001/07/17 19:45:01 1.13 +++ distinfo 2001/08/08 12:59:30 @@ -1 +1 @@ -MD5 (xmcd-3.0.1.tar.gz) = 9e00da3aa5cd21d88faa1b8e728dc213 +MD5 (xmcd-3.0.2.tar.gz) = b6c4b1beb41ed864a4868d68359cc590 >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 Aug 8 6:35:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED3537B403; Wed, 8 Aug 2001 06:35:18 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DVf876766; Wed, 8 Aug 2001 06:31:41 -0700 (PDT) (envelope-from demon) Date: Wed, 8 Aug 2001 06:31:41 -0700 (PDT) From: Message-Id: <200108081331.f78DVf876766@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29545: Update ports/audio/xmcd 3.0.1->3.0.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 ports/audio/xmcd 3.0.1->3.0.2 State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Wed Aug 8 06:31:01 PDT 2001 State-Changed-Why: This port is at version 3.0.2 since August, 6. Thanks for your report. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29545 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 6:45:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2356537B405; Wed, 8 Aug 2001 06:45:18 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DgQA38277; Wed, 8 Aug 2001 06:42:26 -0700 (PDT) (envelope-from demon) Date: Wed, 8 Aug 2001 06:42:26 -0700 (PDT) From: Message-Id: <200108081342.f78DgQA38277@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29485: Maintainer-update Wine port to 2001.07.31 Sender: owner-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 Wine port to 2001.07.31 State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Wed Aug 8 06:41:56 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29485 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 6:55:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2CA137B403; Wed, 8 Aug 2001 06:55:19 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Dks364992; Wed, 8 Aug 2001 06:46:54 -0700 (PDT) (envelope-from demon) Date: Wed, 8 Aug 2001 06:46:54 -0700 (PDT) From: Message-Id: <200108081346.f78Dks364992@freefall.freebsd.org> To: demon@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/29493: KDE template 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: KDE template problem Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: demon Responsible-Changed-When: Wed Aug 8 06:44:25 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29493 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 7:23:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 6E64837B405 for ; Wed, 8 Aug 2001 07:23:23 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 155 invoked by uid 1001); 8 Aug 2001 14:24:33 -0000 Date: Wed, 8 Aug 2001 10:24:33 -0400 From: Pete Fritchman To: "George V. Neville-Neil" Cc: freebsd-ports@freebsd.org Subject: Re: PR 28707 Message-ID: <20010808102433.A99899@databits.net> References: <200108081225.FAA11527@mail.wrs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108081225.FAA11527@mail.wrs.com>; from gnn@neville-neil.com on Wed, Aug 08, 2001 at 05:25:28AM -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 ++ 08/08/01 05:25 -0700 - George V. Neville-Neil: | Hi, | | I submitted PR 28707 which is a new application for the Ports Collection | (The Click Modular Router) on August 4th. The PR has not been modified | since. Is this being looked at? I'd like to know when I can expect this port | to | be included in the collection. It's only been a few days :-) Generally, it will take up to a week or maybe two (since this is a pretty busy time in ports land, seems to be a rush to get everything in before the upcoming ports freeze for 4.4-R). Sometimes a port will get committed much faster if a ports committer looks at the PR and happens to have some time and the port looks interesting to him/her. So, just be patient, and rest assured that someone -will- look at your PR in due time :-) | Thanks, | George | -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 7:25: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from asus.andrewpea.com (bpea-60.flexabit.net [64.198.231.60]) by hub.freebsd.org (Postfix) with ESMTP id D859D37B403; Wed, 8 Aug 2001 07:25:00 -0700 (PDT) (envelope-from pea@andrewpea.com) Received: from bruce (bruce.andrewpea.com [192.168.10.11]) by asus.andrewpea.com (Postfix) with ESMTP id 9B3853ED9A5; Wed, 8 Aug 2001 10:07:11 -0500 (CDT) Message-ID: <200108080924150570.00A1B16A@192.168.10.5> X-Mailer: Calypso Version 3.20.02.00 (3) Date: Wed, 08 Aug 2001 09:24:15 -0500 Reply-To: pea@andrewpea.com From: "Bruce Pea" To: vanilla@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: cucipop-1.31_2 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 Since you were listed as the maintainer of the cucipop port I thought I'd ask you my question. I'm getting the cucipop mailbox locking error (shown below) and was hoping you had a solution for the problem. The error I keep getting is: Aug 7 21:43:59 mail cucipop[2216]: Error locking dick's mailbox Aug 7 21:44:07 mail cucipop[2219]: Error locking jerry's mailbox Aug 7 21:44:39 mail cucipop[2225]: Error locking alex's mailbox Mail gets delivered but it never gets deleted off the server. Do you have any idea why this is happening and how I might fix it?? Thank you for your help, I appreciate it very much. Bruce Pea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 7:31:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from habanero.masto.com (ool-18b9159c.dyn.optonline.net [24.185.21.156]) by hub.freebsd.org (Postfix) with ESMTP id 8651137B405 for ; Wed, 8 Aug 2001 07:31:35 -0700 (PDT) (envelope-from chris@netmonger.net) Received: (from chris@localhost) by habanero.masto.com (8.11.3/8.11.3) id f78EX2033100 for ports@freebsd.org; Wed, 8 Aug 2001 10:33:02 -0400 (EDT) (envelope-from chris@netmonger.net) X-Authentication-Warning: habanero.masto.com: chris set sender to chris@netmonger.net using -f Date: Wed, 8 Aug 2001 10:33:02 -0400 From: Christopher Masto To: ports@freebsd.org Subject: mozilla-embedded silent build? Message-ID: <20010808103302.A32519@netmonger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 1.10 of ports/www/mozilla-embedded/Makefile put @s in front of the do-build commands. This port in particular takes a very long time to build, and the lack of any output whatsoever is disturbing. Is there any particular reason for this, or was it an accident? -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- 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 Wed Aug 8 7:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C19137B421 for ; Wed, 8 Aug 2001 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Eo1498761; Wed, 8 Aug 2001 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from entropy.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 146F637B40C for ; Wed, 8 Aug 2001 07:45:18 -0700 (PDT) (envelope-from petef@entropy.databits.net) Received: (from petef@localhost) by entropy.databits.net (8.11.1/8.11.1) id f78Ej2p22173; Wed, 8 Aug 2001 10:45:02 -0400 (EDT) (envelope-from petef) Message-Id: <200108081445.f78Ej2p22173@entropy.databits.net> Date: Wed, 8 Aug 2001 10:45:02 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29546: Fix USE_MESA in bsd.port.mk Sender: owner-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: 29546 >Category: ports >Synopsis: Fix USE_MESA in bsd.port.mk >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 Aug 08 07:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Aug 7 22:57:00 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: It seems to me that USE_MESA implies that the ${PORTSDIR}/graphics/Mesa3 port needs to be installed. The LIB_DEPENDS when XFREE86_VERSION=4 don't accomplish this: excerpt from bsd.port.mk: .if ${XFREE86_VERSION} == 3 ... .else ... .if defined(USE_MESA) LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3 .endif ... But, this will dependency will never cause graphics/Mesa3 to be installed because the GLU.1 shared library is included with XFree86 4.1: entropy [26] % pkg_info -W /usr/X11R6/lib/libGLU.so.1 /usr/X11R6/lib/libGLU.so.1 was installed by package XFree86-4.1.0_4 entropy [27] % It looks like we could depend on libglut instead for XFree86 4. >How-To-Repeat: See PR 29536. I'm not sure if the submitter has XFree86 4 or not, but I do and this prompted a problem for me (and it looks like it's causing his problem as well). >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.376 diff -u -r1.376 bsd.port.mk --- bsd.port.mk 2001/08/03 11:35:35 1.376 +++ bsd.port.mk 2001/08/08 14:15:55 @@ -843,7 +843,7 @@ USE_XLIB= yes .endif .if defined(USE_MESA) -LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS+= glut.3:${PORTSDIR}/graphics/Mesa3 .endif XAWVER= 7 PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' >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 Aug 8 7:57:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from habanero.masto.com (ool-18b9159c.dyn.optonline.net [24.185.21.156]) by hub.freebsd.org (Postfix) with ESMTP id D437137B403 for ; Wed, 8 Aug 2001 07:57:12 -0700 (PDT) (envelope-from chris@netmonger.net) Received: (from chris@localhost) by habanero.masto.com (8.11.3/8.11.3) id f78EwdR36071 for ports@freebsd.org; Wed, 8 Aug 2001 10:58:39 -0400 (EDT) (envelope-from chris@netmonger.net) X-Authentication-Warning: habanero.masto.com: chris set sender to chris@netmonger.net using -f Date: Wed, 8 Aug 2001 10:58:38 -0400 From: Christopher Masto To: ports@freebsd.org Subject: Re: mozilla-embedded silent build? Message-ID: <20010808105838.A36062@netmonger.net> References: <20010808103302.A32519@netmonger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010808103302.A32519@netmonger.net>; from chris@netmonger.net on Wed, Aug 08, 2001 at 10:33:02AM -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 On Wed, Aug 08, 2001 at 10:33:02AM -0400, Christopher Masto wrote: > 1.10 of ports/www/mozilla-embedded/Makefile put @s in front of the > do-build commands. This port in particular takes a very long time to > build, and the lack of any output whatsoever is disturbing. "Please disregard. I am an idiot." -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- 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 Wed Aug 8 8: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A106D37B41B for ; Wed, 8 Aug 2001 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78F04X99761; Wed, 8 Aug 2001 08:00:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 8 Aug 2001 08:00:04 -0700 (PDT) Message-Id: <200108081500.f78F04X99761@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/29536: gle port's config failed Reply-To: Pete Fritchman Sender: owner-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/29536; it has been noted by GNATS. From: Pete Fritchman To: parv_@yahoo.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29536: gle port's config failed Date: Wed, 8 Aug 2001 10:53:36 -0400 ++ 08/08/01 04:02 -0400 - parv_@yahoo.com: | >Synopsis: gle port's config failed Hm, if you are running XFree86 4, could you please see if the patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=29546 fixes this problem for you? -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 8:10:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kira.epconline.net (kira2.epconline.net [209.83.132.2]) by hub.freebsd.org (Postfix) with ESMTP id 5EFD837B406 for ; Wed, 8 Aug 2001 08:10:34 -0700 (PDT) (envelope-from carock@epctech.com) Received: from therock (betterguard.epconline.net [207.206.185.193]) by kira.epconline.net (8.11.4/8.11.4) with SMTP id f78FAW853305; Wed, 8 Aug 2001 10:10:32 -0500 (CDT) Reply-To: From: "Chuck Rock" To: Cc: Subject: FreeBSD Port: monitord-0.2.0 Date: Wed, 8 Aug 2001 10:10:32 -0500 Message-ID: <004601c1201c$445c5740$1805010a@epconline.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Monitoring webmin doesn't work. Is there a modification to either the conf file or the program that can be done to watch for webmin? When I ps auxww | grep webmin, this is what appears.... root 209 0.0 0.7 5224 3792 ?? Ss Thu09PM 1:08.46 /usr/bin/perl /usr/local/lib/webmin-0.87/miniserv.pl /usr/local/etc/webmin/miniserv.conf The start command is /usr/local/etc/webmin/start which is just a shell script. I tried putting the command that's in the shell script in the monitord.conf, but that didn't work either. In both cases, even though webmin was already running, it tried to start it again. Thanks, Chuck Rock Internet Services Manager EPC Inc. http://www.epctech.com http://www.epconline.com http://www.pconramp.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 8:44: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ct980320-b.blmngtn1.in.home.com (ct980320-b.blmngtn1.in.home.com [65.8.207.32]) by hub.freebsd.org (Postfix) with ESMTP id 6317A37B414 for ; Wed, 8 Aug 2001 08:44:02 -0700 (PDT) (envelope-from mikes@ct980320-b.blmngtn1.in.home.com) Received: (from mikes@localhost) by ct980320-b.blmngtn1.in.home.com (8.11.4/8.11.4) id f78Fhwg12988; Wed, 8 Aug 2001 10:43:58 -0500 (EST) (envelope-from mikes) From: Mike Squires Message-Id: <200108081543.f78Fhwg12988@ct980320-b.blmngtn1.in.home.com> Subject: 1.8.1-beta6 = no crashes with FreeBSD 4.3-STABLE To: Snort Users Date: Wed, 8 Aug 2001 10:43:58 -0500 (EST) Cc: FreeBSD Ports X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 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 I've had problems running 1.8 for some time, stayed with 1.7. 1.8.1-beta6 has been running for several days now without a crash. MySQL installation out-of-the-box doesn't find the required libraries, so I've just rerun configure with "--with-mysql=no"; the required patches are almost certainly in the FreeBSD ports version, which as of a few days ago was older than 1.8.1-beta6. System is FreeBSD 4.3-STABLE running on a SM P6DLH. Mike Squires To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 8:47:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wastelandranger.org (unknown [205.162.236.173]) by hub.freebsd.org (Postfix) with ESMTP id 58B1837B410 for ; Wed, 8 Aug 2001 08:47:39 -0700 (PDT) (envelope-from jga@wastelandranger.org) Received: from localhost (jga@localhost) by wastelandranger.org (8.11.5/8.11.5) with ESMTP id f78Fm7O58898 for ; Wed, 8 Aug 2001 10:48:07 -0500 (CDT) Date: Wed, 8 Aug 2001 10:48:07 -0500 (CDT) From: Joseph Anthony Reply-To: Joseph Anthony To: Subject: nethack-qt Message-ID: <20010808104741.Y58896-100000@wastelandranger.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 Do you have any idea when /usr/ports/games/nethack-qt will be fixed?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 9:19:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from toole.uol.com.br (toole.uol.com.br [200.231.206.186]) by hub.freebsd.org (Postfix) with ESMTP id 7FE8437B415 for ; Wed, 8 Aug 2001 09:19:09 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: from 200.181.48.246 ([200.181.48.246]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id NAA19959 for ; Wed, 8 Aug 2001 13:17:18 -0300 (BRT) Received: (qmail 2630 invoked by uid 1001); 8 Aug 2001 16:04:02 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Wed, 8 Aug 2001 13:03:40 -0300 To: Pete Fritchman Cc: Dan , ports@FreeBSD.ORG Subject: Re: memtest Message-ID: <20010808130340.A2557@Fedaykin.here> References: <20010807200245.F25640-100000@gandalf.bravenet.com> <20010807230957.A92450@databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010807230957.A92450@databits.net>; from petef@databits.net on Tue, Aug 07, 2001 at 11:09:35PM -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 On Tue, Aug 07, 2001 at 11:09:35PM -0400, Pete Fritchman wrote: > ++ 07/08/01 20:03 -0700 - Dan: > | cd /usr/ports/sysutils/memtest;make install;memtest all > | > | core dump. > | just thought i would let author know. > > >From memtest(1): > > memtest takes the first supplied argument as the amount of > memory to test. The value 'all' means to test all > available memory. However, the value 'all' may not work on > all systems, so a specific amount of memory might have to > be specified. A specific amount of memory can be supplied > as a number, followed by a letter to indicate units: > ... > > memtest appears to be working on my system when I specify a specific > amount of memory, but I also observe a core dump with 'all'. Yeah, the author tried to investigate this but said he could not reproduce this problem and did not have an up to date FreeBSD machine to test it on. I was hoping for an updated version of memtest. My best mark has been testing about 64Mb. Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 9:35:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50CE637B406; Wed, 8 Aug 2001 09:35:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GVa913738; Wed, 8 Aug 2001 09:31:36 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 09:31:36 -0700 (PDT) From: Message-Id: <200108081631.f78GVa913738@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29444: Update port: misc/pinfo to 0.6.3 Sender: owner-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/pinfo to 0.6.3 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 09:31:02 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 9:35:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B520C37B40A; Wed, 8 Aug 2001 09:35:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GShc13421; Wed, 8 Aug 2001 09:28:43 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 09:28:43 -0700 (PDT) From: Message-Id: <200108081628.f78GShc13421@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29443: Update port: math/plplot to 5.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 Synopsis: Update port: math/plplot to 5.0.4 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 09:27:38 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29443 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 9:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA21737B429 for ; Wed, 8 Aug 2001 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Go1415945; Wed, 8 Aug 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from e-ppp6.eken.phys.nagoya-u.ac.jp (e-ppp6.eken.phys.nagoya-u.ac.jp [133.6.121.52]) by hub.freebsd.org (Postfix) with ESMTP id B780D37B414 for ; Wed, 8 Aug 2001 09:40:02 -0700 (PDT) (envelope-from yoichi@e-ppp6.eken.phys.nagoya-u.ac.jp) Received: (from yoichi@localhost) by e-ppp6.eken.phys.nagoya-u.ac.jp (8.11.4/8.11.4) id f78Ge1T07604; Thu, 9 Aug 2001 01:40:01 +0900 (JST) (envelope-from yoichi) Message-Id: <200108081640.f78Ge1T07604@e-ppp6.eken.phys.nagoya-u.ac.jp> Date: Thu, 9 Aug 2001 01:40:01 +0900 (JST) From: Yoichi NAKAYAMA Reply-To: Yoichi NAKAYAMA To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@eken.phys.nagoya-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/29548: Maintainer Update: japanese/shinonome Sender: owner-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: 29548 >Category: ports >Synopsis: Maintainer Update: japanese/shinonome >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 Aug 08 09:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 5.0-CURRENT i386 >Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN >Environment: >Description: Update to version 0.9.4. Btw, when I pkg_delete this ports, it takes very long time to grep (for updating fonts.alias). Sorry that I have no time to think about this problem now. Are there any idea to solve this? >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/shinonome/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/06/24 05:12:40 1.2 +++ Makefile 2001/08/08 16:28:48 @@ -6,7 +6,7 @@ # PORTNAME= shinonome -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= japanese x11-fonts MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/shinonome/%SUBDIR%/ MASTER_SITE_SUBDIR= . old Index: distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/shinonome/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2001/06/24 05:12:43 1.2 +++ distinfo 2001/08/08 16:28:48 @@ -1 +1 @@ -MD5 (shinonome-0.9.3.tar.bz2) = 9005d932807ec485124a9320a926577d +MD5 (shinonome-0.9.4.tar.bz2) = 50e94c925c0124f75b54cd7fc587865d >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 Aug 8 9:55:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4848037B401; Wed, 8 Aug 2001 09:55:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Gm4W15699; Wed, 8 Aug 2001 09:48:04 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 09:48:04 -0700 (PDT) From: Message-Id: <200108081648.f78Gm4W15699@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29446: Update port: misc/qhacc to 0.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: misc/qhacc to 0.9 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 09:46:43 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29446 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 10: 0:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id ADEFC37B405 for ; Wed, 8 Aug 2001 10:00:25 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f78H0Ow78906 for ; Wed, 8 Aug 2001 13:00:24 -0400 (EDT) Message-ID: <3B717028.2090005@magpage.com> Date: Wed, 08 Aug 2001 13:00:24 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010807 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@freebsd.org Subject: mozilla-embedded-0.9.3,1 breaks skipstone and galeon... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org using mozilla-embedded-0.9.2,1 galeon-0.11.3 and skipstone-0.7.4 built and ran fine. well, almost fine, I just couldn't get https:// urls to work. So I upgraded to mozilla-embedded-0.9.3,1. The install went fine but man did this sucker take a long time to build! Anyways, I then went to rebuild galeon and the build died here: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/mozilla/include -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -fmemoize-lookups -fsave-memoized -Wall -Wmissing-declarations -c GaleonWrapper.cpp GaleonWrapper.cpp: In method `nsresult GaleonWrapper::Init(GaleonEmbed *)': GaleonWrapper.cpp:127: syntax error before `,' GaleonWrapper.cpp:128: `inst' undeclared (first use this function) GaleonWrapper.cpp:128: (Each undeclared identifier is reported only once GaleonWrapper.cpp:128: for each function it appears in.) *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.11.3/src. *** Error code 1 Then I tried building skipstone, but that build died with: g++ -g -O2 -Wall -D_THREAD_SAFE -fno-rtti -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr -c -o mozilla.o mozilla.cpp mozilla.cpp: In method `nsresult SkipNsHistory::Init(GtkMozEmbed *)': mozilla.cpp:124: syntax error before `,' mozilla.cpp:125: `history' undeclared (first use this function) mozilla.cpp:125: (Each undeclared identifier is reported only once mozilla.cpp:125: for each function it appears in.) mozilla.cpp: In function `gboolean mozilla_print(GtkMozEmbed *, PrintInfo *)': mozilla.cpp:179: syntax error before `,' mozilla.cpp:184: `options' undeclared (first use this function) gmake[1]: *** [mozilla.o] Error 1 gmake[1]: Leaving directory `/usr/ports/www/skipstone/work/skipstone-0.7.4/src' gmake: *** [all] Error 2 *** Error code 2 These errors look very similar. I'd venture a guess that they're due to mozilla-embedded but I'm not exactly sure how. Could it be that the galeon and skipstone ports need to be updated to work with mozilla-embedded-0.9.3,1? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 10: 5:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4514337B401; Wed, 8 Aug 2001 10:05:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78H3pC18445; Wed, 8 Aug 2001 10:03:51 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 10:03:51 -0700 (PDT) From: Message-Id: <200108081703.f78H3pC18445@freefall.freebsd.org> To: jmcoopr@webmail.bmi.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28392: gaspell-0.30_1 searches for obsolete aspell 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: gaspell-0.30_1 searches for obsolete aspell library State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 10:03:18 PDT 2001 State-Changed-Why: Committed, thanks! PR updated prompted in 29448 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28392 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 10:12: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from localhost.localdomain (host68.207.55.120.aadsl.com [207.55.120.68]) by hub.freebsd.org (Postfix) with ESMTP id AF0DE37B40B for ; Wed, 8 Aug 2001 10:11:59 -0700 (PDT) (envelope-from swear@aa.net) Received: (from jojo@localhost) by localhost.localdomain (8.11.3/8.11.3) id f78HE5563463; Wed, 8 Aug 2001 10:14:05 -0700 (PDT) (envelope-from swear@aa.net) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@aa.net using -f To: freebsd-ports@freebsd.org Subject: "make clean" versus "clean-depends" From: swear@aa.net (Gary W. Swearingen) Date: 08 Aug 2001 10:14:05 -0700 Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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'm researching for PR docs/29517 and my poor Makefile-reading ability tells me (from "/usr/ports/Mk/bsd.port.mk") that "clean" and "clean-depends" are the same thing (despite what their decriptions imply), unless you set the undocumented NOCLEANDEPENDS envar. Could this be true? The handbook recommends "make clean" in /usr/ports which is deadly slow. I'm proposing to add the very-much faster way of deleting the "work" dirs with find find /usr/ports -depth -name work -exec rm -rf {} \; but if someone knows a make target that does the same thing, I'd like to know about it. (Recommending use of an undocumented, hard-to- remember envar, is a poor choice, IMO. A good target might be OK.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 10:15:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 491ED37B409; Wed, 8 Aug 2001 10:15:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78H85Z21852; Wed, 8 Aug 2001 10:08:05 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 10:08:05 -0700 (PDT) From: Message-Id: <200108081708.f78H85Z21852@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/29541: Update port: x11-wm/xfce Sender: owner-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/xfce Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: lioux Responsible-Changed-When: Wed Aug 8 10:04:59 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29541 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 10:17:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from feed.e-value.fr (unknown [195.154.160.10]) by hub.freebsd.org (Postfix) with ESMTP id B3C1C37B403; Wed, 8 Aug 2001 10:17:52 -0700 (PDT) (envelope-from m.mathon@e-value.fr) Received: from e-value.fr ([192.168.2.43]) by feed.e-value.fr (8.9.3/8.9.3) with ESMTP id TAA28702; Wed, 8 Aug 2001 19:12:25 +0200 Message-ID: <3B7173D5.552D17EB@e-value.fr> Date: Wed, 08 Aug 2001 19:16:05 +0200 From: e-value - Maxime Mathon Organization: e-value - Agence d'information X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: fr MIME-Version: 1.0 To: dirk@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_jk-3.2.1 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 Hey I got the well known problem "map_name_at" while starting Apache. Is it coming from the mod_jk.so complilation or from the apache configuration ?? Thanks a lot Mx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 10:25:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E14737B401; Wed, 8 Aug 2001 10:25:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HHad23702; Wed, 8 Aug 2001 10:17:36 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 10:17:36 -0700 (PDT) From: Message-Id: <200108081717.f78HHad23702@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29448: Update port: textproc/aspell to 0.33.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: Update port: textproc/aspell to 0.33.7 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 10:17:08 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 11: 5:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.he.net (neptune.he.net [216.218.166.2]) by hub.freebsd.org (Postfix) with ESMTP id 57A5337B417 for ; Wed, 8 Aug 2001 11:05:33 -0700 (PDT) (envelope-from abouav@DeCru.com) Received: from abouav (adsl-66-121-131-202.dsl.snfc21.pacbell.net [66.121.131.202]) by neptune.he.net (8.8.6/8.8.2) with SMTP id LAA07244 for ; Wed, 8 Aug 2001 11:05:37 -0700 Message-ID: <004101c12034$bea11320$9e0aa8c0@HQ.DeCru.com> Reply-To: "David Abouav" From: "David Abouav" To: Subject: MIT krb5 port Date: Wed, 8 Aug 2001 11:05:44 -0700 Organization: DeCru MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003E_01C11FFA.12223000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-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_003E_01C11FFA.12223000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I downloaded krb5-1.2.2.tar.gz and successfully installed the port on my = FreeBSD system. However, I cannot locate the configure files that the = MIT documentation refers to (such as krb5.conf, kadm5.keytab, etc...). = Can you tell me where to find these files, or how to install them? I = tried contacting the person who maintains this specifc port, but they = are out of the office until August 20th. Thanks for your time. Kind Regards, David Abouav ------=_NextPart_000_003E_01C11FFA.12223000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I downloaded krb5-1.2.2.tar.gz and = successfully installed the port on my FreeBSD system. However, I cannot = locate=20 the configure files that the MIT documentation refers to (such as = krb5.conf,=20 kadm5.keytab, etc...). Can you tell me where to find these files, or how = to=20 install them? I tried contacting the person who maintains this specifc = port, but=20 they are out of the office until August 20th. Thanks for your time.
 
Kind Regards,
David=20 Abouav
------=_NextPart_000_003E_01C11FFA.12223000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 12:32:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc26.worldnet.att.net (mtiwmhc26.worldnet.att.net [204.127.131.51]) by hub.freebsd.org (Postfix) with ESMTP id 8DFD537B41A for ; Wed, 8 Aug 2001 12:32:28 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.80]) by mtiwmhc26.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010808193227.OWTW18077.mtiwmhc26.worldnet.att.net@worldnet.att.net>; Wed, 8 Aug 2001 19:32:27 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 2189950BC6; Wed, 8 Aug 2001 15:32:24 -0400 (EDT) Date: Wed, 8 Aug 2001 15:32:23 -0400 From: parv To: Pete Fritchman Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/29536: gle port's config failed Message-ID: <20010808153223.A20644@moo.holy.cow> Mail-Followup-To: Pete Fritchman , freebsd-ports@FreeBSD.org References: <200108081500.f78F04X99761@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108081500.f78F04X99761@freefall.freebsd.org>; from petef@databits.net on Wed, Aug 08, 2001 at 08:00:04AM -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 this was, on the fateful occasion around Aug 08 11:00 -0400, sent by Pete Fritchman > > The following reply was made to PR ports/29536; it has been noted by GNATS. > > From: Pete Fritchman > To: parv_@yahoo.com > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/29536: gle port's config failed > Date: Wed, 8 Aug 2001 10:53:36 -0400 > > ++ 08/08/01 04:02 -0400 - parv_@yahoo.com: > | >Synopsis: gle port's config failed > > Hm, if you are running XFree86 4, could you please see if the patch in > http://www.freebsd.org/cgi/query-pr.cgi?pr=29546 fixes this problem for you? > no joy. actually after pathcing, there was no difference between "bsd.port.mk" & "bsd.port.mk.orig"... # 200 patch < /home/parv/tmp/pr-txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: bsd.port.mk |=================================================================== |RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v |retrieving revision 1.376 |diff -u -r1.376 bsd.port.mk |--- bsd.port.mk 2001/08/03 11:35:35 1.376 |+++ bsd.port.mk 2001/08/08 14:15:55 -------------------------- Patching file bsd.port.mk using Plan A... Hunk #1 failed at 843. 1 out of 1 hunks failed--saving rejects to bsd.port.mk.rej done -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 12:38:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id E89DB37B401 for ; Wed, 8 Aug 2001 12:38:27 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.80]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010808193826.KWZL5127.mtiwmhc25.worldnet.att.net@worldnet.att.net>; Wed, 8 Aug 2001 19:38:26 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 2EE2B50BC6; Wed, 8 Aug 2001 15:38:19 -0400 (EDT) Date: Wed, 8 Aug 2001 15:38:19 -0400 From: parv To: Pete Fritchman Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/29536: gle port's config failed Message-ID: <20010808153818.B20644@moo.holy.cow> Mail-Followup-To: Pete Fritchman , freebsd-ports@FreeBSD.org References: <200108081500.f78F04X99761@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108081500.f78F04X99761@freefall.freebsd.org>; from petef@databits.net on Wed, Aug 08, 2001 at 08:00:04AM -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 sending it again w/ correct email address; sorry. for the double. post this was, on the fateful occasion around Aug 08 11:00 -0400, sent by Pete Fritchman > > The following reply was made to PR ports/29536; it has been noted by GNATS. > > From: Pete Fritchman > To: parv_@yahoo.com > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/29536: gle port's config failed > Date: Wed, 8 Aug 2001 10:53:36 -0400 > > ++ 08/08/01 04:02 -0400 - parv_@yahoo.com: > | >Synopsis: gle port's config failed > > Hm, if you are running XFree86 4, could you please see if the patch in > http://www.freebsd.org/cgi/query-pr.cgi?pr=29546 fixes this problem for you? > no joy. actually after pathcing, there was no difference between "bsd.port.mk" & "bsd.port.mk.orig"... # 200 patch < /home/parv/tmp/pr-txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: bsd.port.mk |=================================================================== |RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v |retrieving revision 1.376 |diff -u -r1.376 bsd.port.mk |--- bsd.port.mk 2001/08/03 11:35:35 1.376 |+++ bsd.port.mk 2001/08/08 14:15:55 -------------------------- Patching file bsd.port.mk using Plan A... Hunk #1 failed at 843. 1 out of 1 hunks failed--saving rejects to bsd.port.mk.rej done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 12:58:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 9E82237B411; Wed, 8 Aug 2001 12:58:23 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.80]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010808195822.LEEG5127.mtiwmhc25.worldnet.att.net@worldnet.att.net>; Wed, 8 Aug 2001 19:58:22 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 99A0C50BC6; Wed, 8 Aug 2001 15:58:19 -0400 (EDT) Date: Wed, 8 Aug 2001 15:58:19 -0400 From: parv To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29362: aspell port broken Message-ID: <20010808155819.A29146@moo.holy.cow> Mail-Followup-To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20010801101540.C4D3650B93@worldnet.att.net> <200108011020.f71AK1f22267@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108011020.f71AK1f22267@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Wed, Aug 01, 2001 at 03:20:01AM -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 this was, on the fateful occasion around Aug 01 06:20 -0400, sent by gnats-admin@FreeBSD.org > > Thank you very much for your problem report. > It has the internal identification `ports/29362'. > 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=29362 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: aspell port broken > >Arrival-Date: Wed Aug 01 03:20:00 PDT 2001 cvsup'd from cvsup2 server around aug 8 2001 3.45p edt; version 0.33.7 also seems to be broken while making build... ... /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include -O -pipe -fmemoize-lookups -fsave-memoized -c file_util.cc rm -f .libs/file_util.lo c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include -O -pipe -fmemoize-lookups -fsave-memoized -c file_util.cc -fPIC -DPIC -o .libs/file_util.lo file_util.cc: In function `class string autil::add_possible_dir(const string &, const string &)': file_util.cc:33: implicit declaration of function `int autil::need_dir(...)' gmake[2]: *** [file_util.lo] Error 1 gmake[2]: Leaving directory `/source/ports/textproc/aspell/work/aspell-.33.7/util' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/source/ports/textproc/aspell/work/aspell-.33.7' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /source/ports/textproc/aspell. *** 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 Aug 8 13:28:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id A619637B403 for ; Wed, 8 Aug 2001 13:28:43 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id NAA05492; Wed, 8 Aug 2001 13:55:42 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.5/8.11.5) id f78KShh45498; Wed, 8 Aug 2001 13:28:43 -0700 (PDT) (envelope-from jmcoopr) Date: Wed, 8 Aug 2001 13:28:43 -0700 From: John Merryweather Cooper To: Anton Berezin Cc: freebsd-ports@freebsd.org Subject: Re: How to tell when BUILD vs. RUN_DEPENDS is appropriate/more appropriate Message-ID: <20010808132843.D41585@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OaZoDhBhXzo6bW1J" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010804000404.B17409@heechee.tobez.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 --OaZoDhBhXzo6bW1J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline < no quoted text--sorry, I'm beating this in manually> As to your first suggestion re BUILD_DEPENDS, I believe it is essential that pkg_delete remove any BUILD_DEPENDS before attempting to delete the main port. Either that, or the build process needs to be modified to DELETE ports built "merely" as BUILD_DEPENDS. This is dictated by the nature of BUILD_DEPENDS--which implies that any BUILD_DEPENDS port is needed ONLY during the build process of the target port. Your suggestion is the only sane option, since removing the BUILD_DEPENDS port(s) after the completion of the target port build results in the involuntary deletion of ports that: 1) may have been previously built (and desired); or 2) may be a desired side-effect of building the target port (in terms of other ports for which the target port is a dependency). As it stands now, BUILD_DEPENDS is broken without the functionality you describe. The other alternative is to eliminate BUILD_DEPENDS and just have LIB_DEPENDS or RUN_DEPENDS. You second suggestion about expanding extras would making debugging bento logs much easier IMHO. YMMV. jmc --OaZoDhBhXzo6bW1J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBO3Gg+WGGTW8Cfs9HAQGfUAf/Q3BpP+rEJjrWEv6yEQ/YC4YK8gAhhldf c1v/WpB4w8eROXHSASVfl3QeEw7m8p5xtPOHVhjnq1PUKrPQmMtBkP8IK9TsNxJb SwxWjN6scPGJDQnDfikV6p3h4/NZnvhNr/0H0C8+8+vxWPWGsMMrkgwaAmE+h4Kd eX7eaE724tF9YIS7QhqiszGH47bggJjw+e5ACXcQL7okr41ezN0oxoC01JW3Qkd9 CXfa2A2yG82twaKkncwJzx6qVNw2AIdPxu1w27MSOWr4XOOE4ugM816jI6AP8gfe DiMMTomDXObkCfpE/wM17pLrRyAKU2xqMvrV9R22eUENEUZQfEU6wA== =Zd+7 -----END PGP SIGNATURE----- --OaZoDhBhXzo6bW1J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 13:31:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hong (unknown [211.186.118.26]) by hub.freebsd.org (Postfix) with SMTP id C0C8F37B410 for ; Wed, 8 Aug 2001 13:31:35 -0700 (PDT) (envelope-from joinda2@hotmail.com) From: =?ks_c_5601-1987?B?yKu8usf2?= To: freebsd-ports@FreeBSD.ORG Subject: =?ks_c_5601-1987?B?ZnJlZWJzZC1wb3J0c7TUIL3Ht8rH1bTPtNku?= Date: Thu, 09 Aug 2001 05:37:17 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0057_01C0F09A.93A37C00" X-Priority: 3 Message-Id: <20010808203135.C0C8F37B410@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 This is a multi-part message in MIME format. ------=_NextPart_000_0057_01C0F09A.93A37C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 vsiz58fPvLy/5CDA+rTCIMirvLrH9iDAzLbzsO3H1bTPtNm+yLPnx8+8vL/kIGZyZWVic2Qt cG9ydHO01C4uLiBodHRwOi8vZnJlZWJzZC1rci5vcmcvaGFuZGJvb2svaGFuZGJvb2s0Mi5z aHRtbCCw1L3Dxse/oSC16b7usKy02bChILrLsNS1x77uIMDMt7iw1CC43sDPwLsgteW3wbq+ tM+02S7H47b0vvjAzCC43sDPwLsgurizu7Xlt8Egwcu828fPv8C45ywgwaTB38j3IL7nx9i4 piC6zsW5teW4rrDavcC0z7TZLsfPwfa4uCDBpLi7ILW1v/LAzCC1ybz2wNa0wiDBwcC6waS6 uLimIL7Lt8G15biusO0gvc2+7rytIMDMt7iw1CDDo77Gusuw1CC1x776vcC0z7TZLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qu+e+98bExq6zyrimILjwvcq0z7TZLihCaWdQbGFu ZXTAuyC+xr3DtMIgutCysryttMIgssAgv6y29LnZtvi0z7TZKSrB1sGmtMIgIiDG8rzSu/3I sMDMILDwILjFw+LAzLjnILz2wNTAzLTZIiDA1LTPtNkuIMD6tMIgTEfEq7XlL0xHLTAxOS9T SzAxMS+/wry8xeu9xS+777y6yK3A5y+91r/ryK3A5y+288DMs6q7/bjtL7+px+C75y+6sMGk xeu9xb+hILD8t8O1yCC75773scfAuyCwocH2sO0gwNa9wLTPtNkux8/B9ri4IL3DtOu/oSC4 wrTCILT1v+209SC68cGvwMwgwNaw7SC89sDNvLrAzCDBwcC6IL7GwMzF28C7IL7LsNS1x776 vcC0z7TZLr/svLEsILCiIL7GwMzF27qwILz2wM28usC7IL7Lt8G15biusNq9wLTPtNkuMS4g TEfEq7XlIDogsO2wtMDMILvnv+vHz7TCILHdvtcox9K6zi/H9rHdvK268b26L7Trw+K17inA xyDAz8Gkxtu8vsauuKYgvuAys+KwoyC53sC7vPbA1r3AtM+02S4gKLHmv6G8rSDEq7XlL8DM tb/F673FILChwNTA2iDIrrq4IMfPvcO0wrrQILi5wMwguri8zMC7sMy0z7TZKTIuIDAxOS8w MTEgOiCw7bC0wMwgu+e/68fPtMIgxevIrb/ksd3AxyC+4DUlfrimIDOz4rCjILnewLu89sDW vcC0z7TZMy4gv8K8vMXrvcUgOiCw7bC0KDglx9LAzinAzCC757/rx8+0wiDF68itv+Sx3cDH IL7gMTB+MjAluKYgM7PisKMgud7Au7z2wNa9wLTPtNk0LiC777y6L73Wv+svtvPAzLOqILq4 x+ggOiDBprChILChwNTA2rimIMD8yK+9w8WwsMWzqiCwocDUvcPFsLjpILq4x+i/tb73vNKz qiDB97/4v6Gw1CDB9rHetckgvPa058DMIMGmsNS3ziCw6LzTILXpvu6/ybTPtNkuNS4gv6kg x+Agu+cgOiCwosG+v6nH4MDMs6oguvHH4LHix6W4piCxuMDUvcMguLbC+bChwfa3ziC89rTn wMwgwaaw1LfOILXpvu6/ybTPtNkuNi4gurDBpMXrvcUgOiDH2rXlxvnAuyAyNSXH0sDOud7A uLjnIL61ILz2IMDWtMIgwPzIrbHiL8D8yK2xubW1IMDWsO0sIMfateXG+S+9w7O7L73Dv9zA /MituKYgxvK7/SC5q7fht84gu+e/67ChtMnH0SDA/MitseIvwPzIrbG5tbUgwNa9wLTPtNku KL/5MTgwMDApILG5wabA/MittMIgODB+OTAlx9LAzrW1ILXLtM+02S4gvPbAzby6wLogwcHB 9ri4IMDMsMcgwbsgurnA4sfYvK0gtNnAvb+hILyzuO3AuyC15biutbW3zyDHz7DavcC0z7TZ LMDMu/Ow+iCwsMDMIMSrteUgudcowMy1vynA/Mitte4gxvK80iC7/ciwwNrDvLChILjFw+K3 ziDA4sf0ILz2wNTAzCC1x7DtwNa9wLTPtNkuvtXAuLfOtMIgwPyx4i+89rW1L7Chvbq17rW1 ILi2wvmwocH2uOcsIML3vLy06yDAzLW/xeu9xcDOIElNVC0yMDAwse7B9iC/rLDhtce+7iDA 1r3AtM+02S7Hz8H2uLggtPW/7SDBwcC6IL7GwMzF28DMIMDWvu68rSDAzLe4sNQgvsu3wbXl uK6w7cDaIMfVtM+02S4qu+e+98bExq6zyrimILjwvcq0z7TZLsDMwaggwaS6uLChILnZt84g W7W3XcDUtM+02S6/w7nZuKUsIL3DtOu/oSDI5binv6EguMK0wiDBpLq4uKYgsdewzbW1ILuh uK4gwOK+xr7fIMfVtM+02S6zyrmrILTKwLogwaS6uLTCILqwt84gtbW/8rW1IL7Ktcew7SDI +7i4ILXpu9PAzMHSLsfRufggwNq8vMj3IL7Lvsa6uL3DseYgus7FubXluK6w2r3AtM+02S4q u/O048C7IL/4x8+9w7jpIMGmIMfateXG+b+hIFu787Tjv+S4wV0vW8Dat+G/5MO7XcDMtvO0 wiC5rsDav80gv6y29MOzuKYgs7Kw3MHWvcO46SC52bfOIL+stvTAuyC15biuuOcsIMDat+G1 tSDAzLjewM+3ziC537zbx9ggteW4rrDavcC0z7TZLiDAzsXNs90gxsDA5SDIqyC8uiDH9sfa teXG+TowMTktMzEyLTY2MTQvIMDaxcM6MDItOTgwLTY2MTQNCqGhDQo= ------=_NextPart_000_0057_01C0F09A.93A37C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9u YWwvL0VOIj4NCjwhLS0gc2F2ZWQgZnJvbSB1cmw9KDAwNTEpaHR0cDovL2hvbWV0b3duLndl cHB5LmNvbS9+YWlnb28xMjMvaG1wci1rd2Vvbi5odG1sIC0tPg0KPEhUTUw+PEhFQUQ+PFRJ VExFPr7Is+fHz7y8v+QgwPq0wiDIq7y6x/YgwMy287Dtx9W0z7TZPC9USVRMRT4NCjxNRVRB IGh0dHAtZXF1aXY9Q29udGVudC1UeXBlIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1r c19jXzU2MDEtMTk4NyI+DQo8TUVUQSBjb250ZW50PSJNaWNyb3NvZnQgRnJvbnRQYWdlIDQu MCIgbmFtZT1HRU5FUkFUT1I+DQo8TUVUQSBjb250ZW50PUZyb250UGFnZS5FZGl0b3IuRG9j dW1lbnQgbmFtZT1Qcm9nSWQ+PC9IRUFEPg0KPEJPRFk+PFBSRT48Zm9udCBzaXplPSIyIj6+ yLPnx8+8vL/kIDxmb250IGNvbG9yPSIjMDAwMGZmIj5mcmVlYnNkLXBvcnRzPC9mb250PrTU Li4uIDxmb250IGZhY2U9IrG8uLLDvCI+PGZvbnQgZmFjZT0isby4ssO8IiBjb2xvcj0iIzAw MDBmZiI+aHR0cDovL2ZyZWVic2Qta3Iub3JnL2hhbmRib29rL2hhbmRib29rNDIuc2h0bWw8 L2ZvbnQ+PGZvbnQgY29sb3I9ImJsdWUiPiA8L2ZvbnQ+PGZvbnQgY29sb3I9IiMwMDAwZmYi PrDUvcPGxzwvZm9udD6/oTxmb250IGNvbG9yPSIjMDAwMGZmIj4gPC9mb250PjwvZm9udD61 6b7usKy02bChILrLsNS1x77uIMDMt7iw1CC43sDPwLsgteW3wbq+tM+02S4NCsfjtvS++MDM ILjewM/AuyC6uLO7teW3wSDBy7zbx8+/wLjnLCDBpMHfyPcgPGZvbnQgY29sb3I9IiMwMDAw ZmYiPjxiPr7nx9g8L2I+PC9mb250PrimILrOxbm15biusNq9wLTPtNkuDQrHz8H2uLggwaS4 uyC1tb/ywMwgtcm89sDWtMIgPGZvbnQgY29sb3I9IiMwMDAwZmYiPjxiPsHBwLrBpLq4PC9i PjwvZm9udD64piC+y7fBteW4rrDtIL3Nvu68rSDAzLe4sNQgw6O+xrrLsNQgtce++r3AtM+0 2TwvZm9udD48Zm9udCBzaXplPSIzIj4NCjwvZm9udD4tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLQ0KPGI+PGZvbnQgc2l6ZT0iNSI+KjwvZm9udD48L2I+PGI+PGZvbnQgY29sb3I9 IiMwMDAwRkYiIHNpemU9IjUiPrvnvvfGxMaus8q4piC48L3KtM+02S4NCjwvZm9udD48Zm9u dCBjb2xvcj0iIzAwMDBGRiIgc2l6ZT0iMyI+KEJpZ1BsYW5ldMC7IL7GvcO0wiC60LKyvK20 wiCywCC/rLb0udm2+LTPtNkpPC9mb250PjwvYj48L1BSRT48UFJFPjxCPjxGT05UIGNvbG9y PSNmZjAwMDA+PGZvbnQgc2l6ZT0iNCI+KsHWwaY8L2ZvbnQ+PC9GT05UPjwvQj48Zm9udCBz aXplPSI0Ij60wiAmcXVvdDsgPEI+PEZPTlQgY29sb3I9IzAwMDBmZiBzaXplPTQ+xvK80rv9 yLDAzCCw8CC4xcPiwMy45yC89sDUwMy02TwvRk9OVD48L0I+JnF1b3Q7IMDUtM+02S4gPC9m b250PjwvUFJFPjxQUkU+wPq0wiBMR8SrteUvTEctMDE5L1NLMDExL7/CvLzF673FL7vvvLrI rcDnL73Wv+vIrcDnL7bzwMyzqrv9uO0vv6nH4LvnL7qwwaTF673Fv6EgsPy3w7XIILvnvvex x8C7ILChwfaw7SDA1r3AtM+02S4NCsfPwfa4uCA8Zm9udCBjb2xvcj0iIzAwMDBGRiI+PGI+ vcM8L2I+PC9mb250PjxiPjxmb250IGNvbG9yPSIjMDAwMEZGIj6067+hILjCtMIgtPW/7bT1 ILrxwa/AzCDA1rDtILz2wM28usDMIMHBwLogvsbAzMXbPC9mb250PjwvYj7AuyC+y7DUtce+ +r3AtM+02S48L1BSRT48UFJFPr/svLEsILCiIDxiPjxmb250IGNvbG9yPSIjMDAwMEZGIj6+ xsDMxdu6sCC89sDNvLo8L2ZvbnQ+PC9iPsC7IL7Lt8G15biusNq9wLTPtNkuDQo8Qj4xLiBM R8SrteU8L0I+ICAgOiCw7bC0wMwgu+e/68fPtMIgsd2+1yjH0rrOL8f2sd28rbrxvbovtOvD 4rXuKcDHIMDPwaTG27y+xq64piC+4DKz4rCjILnewLu89sDWvcC0z7TZLg0KICAgICAgICAg ICAgICAosea/obytIMSrteUvwMy1v8XrvcUgsKHA1MDaIMiuurggx8+9w7TCutAguLnAzCC6 uLzMwLuwzLTPtNkpDQo8Qj4yLiAwMTkvMDExPC9CPiA6ILDtsLTAzCC757/rx8+0wiDF68it v+Sx3cDHIL7gNSV+uKYgM7PisKMgud7Au7z2wNa9wLTPtNkNCjxCPjMuIL/CvLzF673FPC9C PiA6ILDtsLQoOCXH0sDOKcDMILvnv+vHz7TCIMXryK2/5LHdwMcgvuAxMH4yMCW4piAzs+Kw oyC53sC7vPbA1r3AtM+02Q0KPEI+NC4gu++8ui+91r/rL7bzwMyzqiC6uMfoPC9CPiA6IMGm sKEgsKHA1MDauKYgwPzIr73DxbCwxbOqILChwNS9w8WwuOkgurjH6L+1vve80rOqIMH3v/i/ obDUIMH2sd61ySC89rTnwMwNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgwaaw1LfO ILDovNMgtem+7r/JtM+02S4NCjxCPjUuIL+pIMfgILvnPC9CPiA6ILCiwb6/qcfgwMyzqiC6 8cfgseLHpbimILG4wNS9wyC4tsL5sKHB9rfOILz2tOfAzCDBprDUt84gtem+7r/JtM+02S4N CjxCPjYuILqwwaTF673FPC9CPiA6IMfateXG+cC7IDI1JcfSwM653sC4uOcgvrUgvPYgwNa0 wiDA/MitseIvwPzIrbG5tbUgwNaw7Swgx9q15cb5L73Ds7svvcO/3MD8yK24piDG8rv9ILmr t+G3zg0KICAgICAgICAgICAgICAgu+e/67ChtMnH0SDA/MitseIvwPzIrbG5tbUgwNa9wLTP tNkuKL/5MTgwMDApILG5wabA/MittMIgODB+OTAlx9LAzrW1ILXLtM+02S4NCiAgICAgICAg ICAgICAgILz2wM28usC6IMHBwfa4uCDAzLDHIMG7ILq5wOLH2LytILTZwL2/oSC8s7jtwLsg teW4rrW1t88gx8+w2r3AtM+02Sw8L1BSRT48UFJFPjxmb250IHNpemU9IjMiPjxiPsDMu/Ow +iCwsMDMIDxGT05UIGNvbG9yPSNmZjAwMDA+xKu15SC51yjAzLW/KcD8yK217iDG8rzSILv9 yLDA2sO8sKEguMXD4rfOIMDix/QgvPbA1DwvRk9OVD7AzCC1x7DtwNa9wLTPtNkuDQq+1cC4 t860wiDA/LHiL7z2tbUvsKG9urXutbUguLbC+bChwfa45ywgwve8vLTrIMDMtb/F673FwM4g SU1ULTIwMDCx7sH2IL+ssOG1x77uIMDWvcC0z7TZLg0KPC9iPjwvZm9udD4NCjxiPjxmb250 IHNpemU9IjUiIGNvbG9yPSIjMDAwMEZGIj7Hz8H2uLggtPW/7SDBwcC6IL7GwMzF28DMIMDW vu68rSDAzLe4sNQgvsu3wbXluK6w7cDaIMfVtM+02S4NCjwvZm9udD48L2I+PGI+PGZvbnQg c2l6ZT0iNSI+KjwvZm9udD48Zm9udCBjb2xvcj0iIzAwMDBGRiIgc2l6ZT0iNSI+u+e+98bE xq6zyrimILjwvcq0z7TZLjwvZm9udD48L2I+PC9QUkU+PFBSRT48Rk9OVCBjb2xvcj0jZmYw MDAwIHNpemU9IjUiPjxCPsDMwaggwaS6uLChILnZt84gW7W3XcDUtM+02S4NCjwvQj48L0ZP TlQ+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDBGRiI+v8O52bilLCC9w7Trv6EgyOW4p7+hILjC tMIgwaS6uDwvZm9udD48L2I+uKYgsdewzbW1ILuhuK4gwOK+xr7fIMfVtM+02S4NCrPKuasg tMrAuiDBpLq4tMIgurC3ziC1tb/ytbUgvsq1x7DtIMj7uLggtem708DMwdIuDQrH0bn4IMDa vLzI9yC+y77Guri9w7HmILrOxbm15biusNq9wLTPtNkuPC9QUkU+DQo8RElWIGFsaWduPWxl ZnQ+PFBSRT4qPGI+PGZvbnQgc2l6ZT0iNCI+u/O048C7IL/4x8+9w7jpIMGmIMfateXG+b+h IDxGT05UIGNvbG9yPSMwMDAwZmY+W7vztOO/5LjBXS9bwNq34b/kw7tdPC9GT05UPsDMtvO0 wiC5rsDav80gv6y29MOzuKYgs7Kw3MHWvcO46Q0KPC9mb250Pjxmb250IHNpemU9IjIiPiA8 L2ZvbnQ+PGZvbnQgc2l6ZT0iNCI+udm3ziC/rLb0wLsgteW4rrjnLCDA2rfhtbUgwMy43sDP t84gud+828fYILXluK6w2r3AtM+02S48L2ZvbnQ+PC9iPjxGT05UIHNpemU9ND48Qj4NCiAg ICAgICAgICAgICANCjwvQj48L0ZPTlQ+PEZPTlQgc2l6ZT00PjxCPsDOxc2z3SDGwMDlIMir ILy6IMf2DQrH2rXlxvk6MDE5LTMxMi02NjE0LyDA2sXDOjAyLTk4MC02NjE0PC9CPjwvRk9O VD48L1BSRT48L0RJVj4NCjxESVYgYWxpZ249bGVmdD48UFJFPqGhPC9QUkU+PC9ESVY+PC9C T0RZPjwvSFRNTD4NCg== ------=_NextPart_000_0057_01C0F09A.93A37C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 14:23: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 1F34D37B421 for ; Wed, 8 Aug 2001 14:22:59 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.11.3/8.11.0) id f78LMtF37773; Wed, 8 Aug 2001 14:22:55 -0700 (PDT) (envelope-from mph) Date: Wed, 8 Aug 2001 14:22:54 -0700 From: Matthew Hunt To: "Gary W. Swearingen" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: "make clean" versus "clean-depends" Message-ID: <20010808142254.A30990@wopr.caltech.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from swear@aa.net on Wed, Aug 08, 2001 at 10:14:05AM -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 Wed, Aug 08, 2001 at 10:14:05AM -0700, Gary W. Swearingen wrote: > imply), unless you set the undocumented NOCLEANDEPENDS envar. Why do you call it undocumented? My copy of ports(7) clearly says: # clean Remove the expanded source code. This recurses to dependen- # cies unless NOCLEANDEPENDS is defined. -- 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 Wed Aug 8 14:33:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lion-around.at.yiff.net (lion-around.at.yiff.net [209.54.21.199]) by hub.freebsd.org (Postfix) with ESMTP id 4DB2C37B5AF for ; Wed, 8 Aug 2001 14:32:57 -0700 (PDT) (envelope-from chris@netmonger.net) Received: (from chris@localhost) by lion-around.at.yiff.net (8.11.4/8.11.4) id f78LWtV65247; Wed, 8 Aug 2001 17:32:55 -0400 (EDT) (envelope-from chris@netmonger.net) X-Authentication-Warning: lion-around.at.yiff.net: chris set sender to chris@netmonger.net using -f Date: Wed, 8 Aug 2001 17:32:54 -0400 From: Christopher Masto To: Daniel Frazier Cc: ports@freebsd.org Subject: Re: mozilla-embedded-0.9.3,1 breaks skipstone and galeon... Message-ID: <20010808173254.A38731@netmonger.net> References: <3B717028.2090005@magpage.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B717028.2090005@magpage.com> User-Agent: Mutt/1.3.20i Sender: owner-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, Aug 08, 2001 at 01:00:24PM -0400, Daniel Frazier wrote: > These errors look very similar. I'd venture a guess that they're due > to mozilla-embedded but I'm not exactly sure how. Could it be that > the galeon and skipstone ports need to be updated to work with > mozilla-embedded-0.9.3,1? galeon and skipstone always need to be updated when Mozilla is updated. If you look at their web sites, you'll see that a new version comes out shortly after each release of Mozilla. It just takes a little time to make it into the ports collection. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- 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 Wed Aug 8 14:35:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E0A837B403; Wed, 8 Aug 2001 14:35:19 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LUmC65979; Wed, 8 Aug 2001 14:30:48 -0700 (PDT) (envelope-from dirk) Date: Wed, 8 Aug 2001 14:30:48 -0700 (PDT) From: Message-Id: <200108082130.f78LUmC65979@freefall.freebsd.org> To: mico@bsd.hu, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29301: Update of databases/mysql++ Sender: owner-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 databases/mysql++ State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Wed Aug 8 14:30:35 PDT 2001 State-Changed-Why: Upgrade committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29301 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 15:25:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 027FB37B401; Wed, 8 Aug 2001 15:25:19 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MKSC82409; Wed, 8 Aug 2001 15:20:28 -0700 (PDT) (envelope-from yar) Date: Wed, 8 Aug 2001 15:20:28 -0700 (PDT) From: Message-Id: <200108082220.f78MKSC82409@freefall.freebsd.org> To: yar@FreeBSD.org, freebsd-ports@FreeBSD.org, yar@FreeBSD.org Subject: Re: ports/29459: new port: ehnt 0.2.3 (extreme happy netflow 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: ehnt 0.2.3 (extreme happy netflow tool) Responsible-Changed-From-To: freebsd-ports->yar Responsible-Changed-By: yar Responsible-Changed-When: Wed Aug 8 15:19:27 PDT 2001 Responsible-Changed-Why: I'll help it make its way into /usr/ports http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29459 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 16:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FEE237B406 for ; Wed, 8 Aug 2001 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ne2s10994; Wed, 8 Aug 2001 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id E780637B401 for ; Wed, 8 Aug 2001 16:33:35 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f78NXXI06587; Thu, 9 Aug 2001 07:33:34 +0800 (CST) (envelope-from leeym) Message-Id: <200108082333.f78NXXI06587@utopia.leeym.com> Date: Thu, 9 Aug 2001 07:33:34 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29554: update port: databases/mytop Sender: owner-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: 29554 >Category: ports >Synopsis: update port: databases/mytop >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 Aug 08 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 5 06:21:16 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: update to version 0.9 please remove databases/mytop/files as well >How-To-Repeat: >Fix: diff -ruN /usr/ports/databases/mytop/Makefile mytop/Makefile --- /usr/ports/databases/mytop/Makefile Wed Jan 10 01:12:40 2001 +++ mytop/Makefile Thu Aug 9 07:28:11 2001 @@ -6,10 +6,9 @@ # PORTNAME= mytop -PORTVERSION= 0.5 +PORTVERSION= 0.9 CATEGORIES= databases MASTER_SITES= http://public.yahoo.com/~jzawodn/mytop/ -EXTRACT_SUFX= .gz MAINTAINER= leeym@cae.ce.ntu.edu.tw @@ -17,22 +16,8 @@ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-Mysql -USE_PERL5= yes - -NO_WRKSUBDIR= yes +PERL_CONFIGURE= yes MAN1= mytop.1 -POD2MAN?= /usr/bin/pod2man - -do-extract: - @${MKDIR} ${WRKDIR} - @${GUNZIP_CMD} -c ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME} - -do-build: - @${POD2MAN} ${WRKDIR}/${PORTNAME} > ${WRKDIR}/${PORTNAME}.1 - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${PREFIX}/man/man1 .include diff -ruN /usr/ports/databases/mytop/distinfo mytop/distinfo --- /usr/ports/databases/mytop/distinfo Mon Dec 4 16:57:58 2000 +++ mytop/distinfo Sun Jul 29 10:51:46 2001 @@ -1 +1 @@ -MD5 (mytop-0.5.gz) = 7d701c3dee6b036eb0179c5c9407358e +MD5 (mytop-0.9.tar.gz) = c58b632022c6f1e8d3b185bda884fe9c diff -ruN /usr/ports/databases/mytop/files/patch-ab mytop/files/patch-ab --- /usr/ports/databases/mytop/files/patch-ab Wed Jan 10 01:12:44 2001 +++ mytop/files/patch-ab Thu Jan 1 08:00:00 1970 @@ -1,10 +0,0 @@ ---- mytop.orig Mon Jan 8 23:03:37 2001 -+++ mytop Mon Jan 8 23:04:28 2001 -@@ -1163,6 +1163,6 @@ - - =item Benjamin Pflugmann (philemon@spin.de) - --Suggested -P command-line flag as well as other changes. -+Suggested B<-P> command-line flag as well as other changes. - - =back >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 Aug 8 17:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA1D37B409 for ; Wed, 8 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790K1219793; Wed, 8 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 8 Aug 2001 17:20:01 -0700 (PDT) Message-Id: <200108090020.f790K1219793@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Julian C. Dunn" Subject: Re: ports/29524: libfpx will not compile under 3.x-STABLE 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/29524; it has been noted by GNATS. From: "Julian C. Dunn" To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29524: libfpx will not compile under 3.x-STABLE Date: Wed, 08 Aug 2001 20:16:51 -0400 (EDT) On 08-Aug-2001 Peter Pentchev wrote: > Could you try another fix: add a line saying: > > USE_NEWGCC= yes > > to the port Makefile (/usr/ports/libfpx/Makefile) ? > > This will download and build GCC 2.95.3 from the lang/gcc295 port, > and then use it to build the libfpx port. Yes, that fixes the problem. Thanks very much, Peter. - Julian [ Julian C. Dunn - jdunn@aquezada.com * WWW: http://www.aquezada.com/ ] [ FuE exfe94 a+++ Ifte/slc lonca r- ps++ bs+ t++/*t C+++$/C! w+++ p7 LF+++ ] [N++/N! cd350 pr++ g+++ S-/S *x++ Fa+++/Fa$/Fa! m1 b+ fc+++/ E>+ rl-- *d s!] [ "90% of a solution to a problem is a scapegoat" ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 17:22:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail47.sdc1.sfba.home.com (femail47.sdc1.sfba.home.com [24.254.60.41]) by hub.freebsd.org (Postfix) with ESMTP id BA94C37B405 for ; Wed, 8 Aug 2001 17:22:26 -0700 (PDT) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail47.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010809002226.BSUP3475.femail47.sdc1.sfba.home.com@home.com>; Wed, 8 Aug 2001 17:22:26 -0700 Message-ID: <3B71D7C3.8C8CF4D4@home.com> Date: Wed, 08 Aug 2001 17:22:27 -0700 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Merryweather Cooper Cc: ports@FreeBSD.ORG Subject: Re: ports/29519: X11 ports generate undef pthread refs with XFree86-4.10 port References: <200108072234.f77MYY470658@freefall.freebsd.org> <20010807155025.A50843@johncoop.MSHOME> <3B70A19A.2E3AB850@home.com> <20010807195232.A58648@johncoop.MSHOME> 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 John Merryweather Cooper wrote: > > On Tue, Aug 07, 2001 at 07:19:06PM -0700, Rob wrote: > > < mega snip> > > > > > Well, I got my Animabob program (3d visualization program) to compile. > > Unfortunately, when I try to start it I get the error: Xlib: extension > > "GLX" missing on display ":0.0" > > Error: GLwDrawingArea: requested visual not > > supported. > > > > I assume this means that my I815 graphics is to blame on this > > notebook. Rob. > > ps. I had no problems on my old notebook which used the Rage Mobility > > chipset. > > > > Yes. Regretablly, graphics chip manufactures (with a few exceptions) > treat anything that isn't WinDoze or Linux as a very, very poor (and > starving) step child. > > Of course, you might want to check if you're even loading the glx > module. But direct hardware OpenGL stuff is DNE for the most part > because of chip maker chauvinism. > > jmc > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature Dohh! I uncommented "load glx" in XFconfig and it worked. Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 17:30: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id 5450037B401 for ; Wed, 8 Aug 2001 17:29:58 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id 5DA771B9C2A; Wed, 8 Aug 2001 17:29:56 -0700 (PDT) To: freebsd-ports@freebsd.org Subject: [SOLVED] Re: Problem compiling x11/xkeycaps-2.46 (rman problem) References: <87ae1g260v.fsf@ralf.artlogix.com> From: Ken McGlothlen Date: 08 Aug 2001 17:29:55 -0700 In-Reply-To: <87ae1g260v.fsf@ralf.artlogix.com> Message-ID: <87itfy9it8.fsf@ralf.artlogix.com> Lines: 40 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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 | rman -f HTML < xkeycaps._man > xkeycaps.1-html && mv -f xkeycaps.1-html xkeycaps.1.html | assertion "text!=NULL && strlen(text)>0" failed: file "rman.c", line 452 | Abort trap - core dumped | *** Error code 134 Problem solved. Installing XFree86 apparently installs rman 3.0.8. The current version available in the ports is 3.0.9. Installing the textproc/rman port solves the problem. The reason for the problem is that 3.0.8 doesn't handle the [tn]roff .SH "" string gracefully. If you *must* use 3.0.8 and want to install xkeycaps, you have to do something like this in the xkeycaps source: ------------------------------------------------------------------------------- *** xkeycaps.man~ Sun Dec 12 17:14:48 1999 --- xkeycaps.man Wed Aug 8 17:18:45 2001 *************** *** 48,54 **** .TP 4 .B \-font \fIfontname\fP Specifies the font to use to display the keycaps. ! .SH "" The following standard X Toolkit command line arguments are commonly used with \fIxkeycaps\fP: .TP 4 --- 48,54 ---- .TP 4 .B \-font \fIfontname\fP Specifies the font to use to display the keycaps. ! .SH "X OPTIONS" The following standard X Toolkit command line arguments are commonly used with \fIxkeycaps\fP: .TP 4 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 17:50:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E91BD37B419 for ; Wed, 8 Aug 2001 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790o2A23218; Wed, 8 Aug 2001 17:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 8 Aug 2001 17:50:02 -0700 (PDT) Message-Id: <200108090050.f790o2A23218@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Andrey A. Chernov" Subject: Re: ports/22423: Update port: graphics/ImageMagick to 5.2.5 (fix ports/21575) Reply-To: "Andrey A. Chernov" Sender: owner-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/22423; it has been noted by GNATS. From: "Andrey A. Chernov" To: freebsd-gnats-submit@FreeBSD.org, tkato@prontomail.ne.jp Cc: Subject: Re: ports/22423: Update port: graphics/ImageMagick to 5.2.5 (fix ports/21575) Date: Thu, 9 Aug 2001 04:45:52 +0400 > support for sixteen-bit pixel quantums should be disabled by default, > since generated EPS file is incompatible with Ghostscript. Please specify your test line in details. My simple tests as generating EPS from GIF produce compatible files for IM 5.3.6 -- 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 Wed Aug 8 17:50:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33DC037B420 for ; Wed, 8 Aug 2001 17:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790o3c23227; Wed, 8 Aug 2001 17:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DFB37B411 for ; Wed, 8 Aug 2001 17:49:08 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790n8A23076; Wed, 8 Aug 2001 17:49:08 -0700 (PDT) (envelope-from nobody) Message-Id: <200108090049.f790n8A23076@freefall.freebsd.org> Date: Wed, 8 Aug 2001 17:49:08 -0700 (PDT) From: Evan Sarmiento To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29555: [PATCH] Mpzilla 0.9.3 build fails at nsKeygenHandler.cpp Sender: owner-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: 29555 >Category: ports >Synopsis: [PATCH] Mpzilla 0.9.3 build fails at nsKeygenHandler.cpp >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 Aug 08 17:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Evan Sarmiento >Release: 4.4-PRERELEASE >Organization: >Environment: FreeBSD teqnix.sekt7.org 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Fri Aug 3 09:48:33 EDT 2001 kaworu@teqnix.sekt7.org:/usr/src/sys/compile/TEQNIX i386 >Description: When compiling, mozilla fails at security/manager/ssl/src/nsKeygenHandler.cpp, because the header for ATOB_AsciiToData is not present, and because when ATOB_AsciiToData returns an int, but its assigned to a pointer to a char buf, I just had to type it. >How-To-Repeat: Build mozilla >Fix: To apply: cd /usr/ports/www/mozilla/work/mozilla/security/manager/ssl/ && patch -p < patch diff -c -r --new-file src/base64.h /usr/ports/www/mozilla/work/mozilla/security/manager/ssl/src/base64.h *** src/base64.h Wed Dec 31 19:00:00 1969 --- /usr/ports/www/mozilla/work/mozilla/security/manager/ssl/src/base64.h Wed Aug 8 18:43:09 2001 *************** *** 0 **** --- 1,71 ---- + /* + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is the Netscape security libraries. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1994-2000 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + * Alternatively, the contents of this file may be used under the + * terms of the GNU General Public License Version 2 or later (the + * "GPL"), in which case the provisions of the GPL are applicable + * instead of those above. If you wish to allow use of your + * version of this file only under the terms of the GPL and not to + * allow others to use your version of this file under the MPL, + * indicate your decision by deleting the provisions above and + * replace them with the notice and other provisions required by + * the GPL. If you do not delete the provisions above, a recipient + * may use your version of this file under either the MPL or the + * GPL. + */ + + /* + * base64.h - prototypes for base64 encoding/decoding + * Note: These functions are deprecated; see nssb64.h for new routines. + * + * $Id: base64.h,v 1.1 2000/03/31 19:37:27 relyea%netscape.com Exp $ + */ + #ifndef _BASE64_H_ + #define _BASE64_H_ + + #include "seccomon.h" + + SEC_BEGIN_PROTOS + + /* + ** Return an PORT_Alloc'd ascii string which is the base64 encoded + ** version of the input string. + */ + extern char *BTOA_DataToAscii(const unsigned char *data, unsigned int len); + + /* + ** Return an PORT_Alloc'd string which is the base64 decoded version + ** of the input string; set *lenp to the length of the returned data. + */ + extern unsigned char *ATOB_AsciiToData(const char *string, unsigned int *lenp); + + /* + ** Convert from ascii to binary encoding of an item. + */ + extern SECStatus ATOB_ConvertAsciiToItem(SECItem *binary_item, char *ascii); + + /* + ** Convert from binary encoding of an item to ascii. + */ + extern char *BTOA_ConvertItemToAscii(SECItem *binary_item); + + SEC_END_PROTOS + + #endif /* _BASE64_H_ */ diff -c -r --new-file src/nsKeygenHandler.cpp /usr/ports/www/mozilla/work/mozilla/security/manager/ssl/src/nsKey genHandler.cpp *** src/nsKeygenHandler.cpp Tue May 15 19:15:08 2001 --- /usr/ports/www/mozilla/work/mozilla/security/manager/ssl/src/nsKeygenHandler.cpp Wed Aug 8 18:37:09 2001 *************** *** 97,103 **** goto loser; params->arena = arena; ! buf = ATOB_AsciiToData(aStr, &len); if ((!buf) || (len == 0)) goto loser; --- 97,103 ---- goto loser; params->arena = arena; ! (char *)buf = ATOB_AsciiToData(aStr, &len); if ((!buf) || (len == 0)) goto loser; >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 Aug 8 17:53:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from seward.nbrewer.com (unknown [208.42.68.65]) by hub.freebsd.org (Postfix) with ESMTP id 1A4A837B403 for ; Wed, 8 Aug 2001 17:53:14 -0700 (PDT) (envelope-from chris@nbrewer.com) Received: by seward.nbrewer.com (Postfix, from userid 1001) id 71BE849BFE4; Wed, 8 Aug 2001 19:53:26 -0500 (CDT) Date: Wed, 8 Aug 2001 19:53:26 -0500 From: Christopher Farley To: ports@freebsd.org Subject: Windowmaker port fails to build Message-ID: <20010808195324.A13817@northernbrewer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Northern Brewer, St. Paul, MN Sender: owner-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 has been reported as bug #29224, and I can confirm it. Windowmaker-0.65.1 install fails at the install of po/fi.po. Funny thing is, it fails on line 1717, which is one line beyond the end of the file. Another funny thing: I am able to install the windowmaker-0.65.1 on a completely different system (running a nearly identical configuration 4.4-PRERELEASE as of Fri Aug 3, with a fresh cvsup of the ports tree). Any ideas?? The failed portion of the install is attached. Making install in po msgfmt-new -o fi.mo fi.po fi.po:1717: syntax error found 1 fatal error *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1/po. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1/po. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 18:11:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2103637B412 for ; Wed, 8 Aug 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791A1e27951; Wed, 8 Aug 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C910337B410 for ; Wed, 8 Aug 2001 18:01:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7911VP24111; Wed, 8 Aug 2001 18:01:31 -0700 (PDT) (envelope-from nobody) Message-Id: <200108090101.f7911VP24111@freefall.freebsd.org> Date: Wed, 8 Aug 2001 18:01:31 -0700 (PDT) From: Paul Marquis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29556: Update port: www/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: 29556 >Category: ports >Synopsis: Update port: www/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: Wed Aug 08 18:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Marquis >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: FreeBSD sboy.pmarquis.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed Jul 18 15:10:26 EDT 2001 pmarquis@sboy.pmarquis.com:/usr/obj/usr/src/sys/SBOY i386 >Description: The attached patch adds DOM XML support to the PHP4 port. DOM support requires that the libxml2 port be installed. However, the include directory for libxml2 isn't automatically recognized by the PHP configure script, so a patch is required. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/www/mod_php4 # /usr/ports/www/mod_php4/files # /usr/ports/www/mod_php4/files/patch-au # /usr/ports/www/mod_php4/files/patch-aa # /usr/ports/www/mod_php4/files/patch-aq # /usr/ports/www/mod_php4/files/patch-as # /usr/ports/www/mod_php4/files/patch-at # /usr/ports/www/mod_php4/Makefile # /usr/ports/www/mod_php4/distinfo # /usr/ports/www/mod_php4/scripts # /usr/ports/www/mod_php4/scripts/configure.php # /usr/ports/www/mod_php4/pkg-comment # /usr/ports/www/mod_php4/pkg-comment.standalone # /usr/ports/www/mod_php4/pkg-descr # /usr/ports/www/mod_php4/pkg-message # /usr/ports/www/mod_php4/pkg-plist # /usr/ports/www/mod_php4/pkg-plist.standalone # echo c - /usr/ports/www/mod_php4 mkdir -p /usr/ports/www/mod_php4 > /dev/null 2>&1 echo c - /usr/ports/www/mod_php4/files mkdir -p /usr/ports/www/mod_php4/files > /dev/null 2>&1 echo x - /usr/ports/www/mod_php4/files/patch-au sed 's/^X//' >/usr/ports/www/mod_php4/files/patch-au << 'END-of-/usr/ports/www/mod_php4/files/patch-au' X--- configure.orig Wed Aug 8 20:27:07 2001 X+++ configure Wed Aug 8 20:36:28 2001 X@@ -15340,12 +15340,18 @@ X if test "$PHP_DOM" != "no"; then X X if test -r $PHP_DOM/include/libxml/tree.h; then X+ DOMXML_INCLUDE_DIR=$PHP_DOM/include X DOMXML_DIR=$PHP_DOM X else X echo $ac_n "checking for DOM in default path""... $ac_c" 1>&6 X echo "configure:15347: checking for DOM in default path" >&5 X for i in /usr/local /usr; do X if test -r $i/include/libxml/tree.h; then X+ DOMXML_INCLUDE_DIR=$i/include X+ DOMXML_DIR=$i X+ echo "$ac_t""found in $i" 1>&6 X+ elif test -r $i/include/libxml2/libxml/tree.h; then X+ DOMXML_INCLUDE_DIR=$i/include/libxml2 X DOMXML_DIR=$i X echo "$ac_t""found in $i" 1>&6 X fi X@@ -15359,7 +15365,7 @@ X X X old_CPPFLAGS=$CPPFLAGS X- CPPFLAGS=-I$DOMXML_DIR/include X+ CPPFLAGS=-I$DOMXML_INCLUDE_DIR X echo $ac_n "checking for libxml version""... $ac_c" 1>&6 X echo "configure:15365: checking for libxml version" >&5 X cat > conftest.$ac_ext </dev/null ; then X- ai_p="$DOMXML_DIR/include" X+ if test -z "$DOMXML_INCLUDE_DIR" || echo "$DOMXML_INCLUDE_DIR" | grep '^/' >/dev/null ; then X+ ai_p="$DOMXML_INCLUDE_DIR" X else X X- ep_dir="`echo $DOMXML_DIR/include|sed 's%/*[^/][^/]*/*$%%'`" X+ ep_dir="`echo $DOMXML_INCLUDE_DIR|sed 's%/*[^/][^/]*/*$%%'`" X X ep_realdir="`(cd \"$ep_dir\" && pwd)`" X- ai_p="$ep_realdir/`basename \"$DOMXML_DIR/include\"`" X+ ai_p="$ep_realdir/`basename \"$DOMXML_INCLUDE_DIR\"`" X fi X X END-of-/usr/ports/www/mod_php4/files/patch-au echo x - /usr/ports/www/mod_php4/files/patch-aa sed 's/^X//' >/usr/ports/www/mod_php4/files/patch-aa << 'END-of-/usr/ports/www/mod_php4/files/patch-aa' X--- ext/ming/php_ming.h.orig Mon May 28 02:09:57 2001 X+++ ext/ming/php_ming.h Mon Jun 25 22:58:57 2001 X@@ -28,7 +28,7 @@ X X #if HAVE_MING X X-#include "ming.h" X+#include "ming/ming.h" X X extern zend_module_entry ming_module_entry; X #define ming_module_ptr &ming_module_entry END-of-/usr/ports/www/mod_php4/files/patch-aa echo x - /usr/ports/www/mod_php4/files/patch-aq sed 's/^X//' >/usr/ports/www/mod_php4/files/patch-aq << 'END-of-/usr/ports/www/mod_php4/files/patch-aq' X--- configure.orig Mon Apr 30 15:47:59 2001 X+++ configure Fri May 4 00:14:24 2001 X@@ -45273,18 +45273,6 @@ X fi X X X- case "cs" in X- c|c_r|pthread*) ;; X- *) X- X- X- LIBS="-lcs $LIBS" X- X- X- ;; X- esac X- X- X case "ct" in X c|c_r|pthread*) ;; X *) X@@ -45296,31 +45284,7 @@ X ;; X esac X X- X- case "comn" in X- c|c_r|pthread*) ;; X- *) X- X- X- LIBS="-lcomn $LIBS" X- X- X- ;; X- esac X- X- X- case "intl" in X- c|c_r|pthread*) ;; X- *) X- X- X- LIBS="-lintl $LIBS" X- X- X- ;; X- esac X- X- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl" X+ SYBASE_CT_LIBS="-lct" X old_LDFLAGS=$LDFLAGS X LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR" X echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 X@@ -45372,17 +45336,6 @@ X X else X echo "$ac_t""no" 1>&6 X- X- case "sybtcl" in X- c|c_r|pthread*) ;; X- *) X- X- X- LIBS="-lsybtcl $LIBS" X- X- X- ;; X- esac X X fi X END-of-/usr/ports/www/mod_php4/files/patch-aq echo x - /usr/ports/www/mod_php4/files/patch-as sed 's/^X//' >/usr/ports/www/mod_php4/files/patch-as << 'END-of-/usr/ports/www/mod_php4/files/patch-as' X--- Makefile.in.orig Wed May 3 06:51:11 2000 X+++ Makefile.in Wed May 17 23:42:28 2000 X@@ -1,4 +1,4 @@ X- X+ X ZEND_DIR = $(srcdir)/Zend X SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR) X X@@ -29,7 +29,7 @@ X X targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME) X X-install_targets = install-sapi install-modules X+install_targets = install-sapi X X include $(top_srcdir)/build/rules.mk X include $(top_srcdir)/build/library.mk END-of-/usr/ports/www/mod_php4/files/patch-as echo x - /usr/ports/www/mod_php4/files/patch-at sed 's/^X//' >/usr/ports/www/mod_php4/files/patch-at << 'END-of-/usr/ports/www/mod_php4/files/patch-at' X--- ext/pspell/pspell.c.orig Mon Feb 26 07:07:13 2001 X+++ ext/pspell/pspell.c Tue Jun 12 22:08:33 2001 X@@ -32,7 +32,7 @@ X #define USE_ORIGINAL_MANAGER_FUNCS X X #include "php_pspell.h" X-#include X+#include X #include "ext/standard/info.h" X X #define PSPELL_FAST 1L END-of-/usr/ports/www/mod_php4/files/patch-at echo x - /usr/ports/www/mod_php4/Makefile sed 's/^X//' >/usr/ports/www/mod_php4/Makefile << 'END-of-/usr/ports/www/mod_php4/Makefile' X# New ports collection makefile for: mod_php4 X# Date created: Sun May 28 11:31:54 CEST 2000 X# Whom: Dirk Froemberg X# X# $FreeBSD: ports/www/mod_php4/Makefile,v 1.146 2001/08/08 21:56:12 dirk Exp $ X# X XPORTNAME?= mod_php4 XPORTVERSION= 4.0.6 XPORTREVISION?= 4 XCATEGORIES?= www XMASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ X http://php.he.net/${PHP_DISTDIR}/ \ X http://www.php3.de/${PHP_DISTDIR}/ \ X http://au.php.net/${PHP_DISTDIR}/ \ X http://at.php.net/${PHP_DISTDIR}/ \ X http://br.php.net/${PHP_DISTDIR}/ \ X http://php.easydns.com/${PHP_DISTDIR}/ \ X http://www.php.cz/${PHP_DISTDIR}/ \ X http://php3.globe.de/${PHP_DISTDIR}/ XDISTNAME= php-${PORTVERSION} X XMAINTAINER= dirk@FreeBSD.org X X.if !defined(STANDALONE) XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 X.endif X XPHP_DISTDIR= distributions X XSLAVEDIRS= lang/php4 X XUSE_LIBTOOL= yes X X.if defined(STANDALONE) XCONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \ X --disable-pear X.else XCONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ X --with-config-file-path=${PREFIX}/etc X.endif X XCONFIGURE_ARGS+=--enable-versioning \ X --with-system-regex \ X --disable-debug \ X --enable-track-vars \ X --without-gd \ X --without-mysql X XSCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ X TOUCH="${TOUCH}" \ X MKDIR="${MKDIR}" \ X CAT="${CAT}" \ X REALCURDIR="${.CURDIR}" X XAP_LIBEXEC= ${PREFIX}/libexec/apache X XPLIST_SUB= AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///} X Xpre-fetch: X @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php X Xpost-install: X.if !defined(STANDALONE) X @${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc X.else X @${MKDIR} ${PREFIX}/etc/php.standalone X @${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc/php.standalone X.endif X X.if !defined(STANDALONE) X @${ECHO} "*****************************************************************************" X @${ECHO} "Make sure the mime.types are connected to the php module properly and" X @${ECHO} "index.php is part of your DirectoryIndex." X @${ECHO} "" X @${ECHO} "The following should be in your Apache configuration file:" X @${ECHO} "[...]" X @${ECHO} "DirectoryIndex index.php index.html" X @${ECHO} "[...]" X @${ECHO} "AddType application/x-httpd-php .php" X @${ECHO} "AddType application/x-httpd-php-source .phps" X @${ECHO} "[...]" X @${ECHO} "*****************************************************************************" X.endif X Xpost-clean: X @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc X X.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) X.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" X.endif X Xpost-extract: ${POSTEXTRACT} X X.include END-of-/usr/ports/www/mod_php4/Makefile echo x - /usr/ports/www/mod_php4/distinfo sed 's/^X//' >/usr/ports/www/mod_php4/distinfo << 'END-of-/usr/ports/www/mod_php4/distinfo' XMD5 (php-4.0.6.tar.gz) = 5f698521cf2b392cf9bfa87fc1a0fe90 XMD5 (php4_mbregex-1.2.1.tar.gz) = 46d151afa9ab668df880a70cf786a2c2 END-of-/usr/ports/www/mod_php4/distinfo echo c - /usr/ports/www/mod_php4/scripts mkdir -p /usr/ports/www/mod_php4/scripts > /dev/null 2>&1 echo x - /usr/ports/www/mod_php4/scripts/configure.php sed 's/^X//' >/usr/ports/www/mod_php4/scripts/configure.php << 'END-of-/usr/ports/www/mod_php4/scripts/configure.php' X#!/bin/sh X# $FreeBSD: ports/www/mod_php4/scripts/configure.php,v 1.138 2001/08/08 21:50:45 dirk Exp $ X Xif [ -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ]; then X exit Xfi X Xtempfile=`/usr/bin/mktemp -t checklist` X Xif [ "${BATCH}" ]; then X set \"zlib\" \"MySQL\" Xelse X /usr/bin/dialog --title "configuration options" --clear \ X --checklist "\n\ XPlease select desired options:" -1 -1 16 \ XGD "GD library support" OFF \ Xzlib "zlib library support" ON \ Xmcrypt "Encryption support" OFF \ Xmhash "Crypto-hashing support" OFF \ Xpdflib "pdflib support" OFF \ XIMAP "IMAP support" OFF \ XMySQL "MySQL database support" ON \ XPostgreSQL "PostgreSQL database support" OFF \ XSybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ XSybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ XInterbase "Interbase 6 database support (Firebird)" OFF \ XdBase "dBase database support" OFF \ XOpenLDAP1 "OpenLDAP 1.x support" OFF \ XOpenLDAP2 "OpenLDAP 2.x support" OFF \ XOpenSSL "OpenSSL support" OFF \ XSNMP "SNMP support" OFF \ XXML "XML support" OFF \ XXSLT "Sablotron support (implies XML and iconv)" OFF \ XFTP "File Transfer Protocol support" OFF \ XCURL "CURL support" OFF \ Xgettext "gettext library support" OFF \ Xiconv "iconv support" OFF \ Xpspell "pspell support" OFF \ Xmbregex "multibyte regular expressions module" OFF \ Xmbstring "multibyte string module" OFF \ XYP "YP/NIS support" OFF \ XBCMath "BCMath support" OFF \ XHyperwave "Hyperwave support" OFF \ Xming "ming library support" OFF \ Xsockets "sockets support" OFF \ Xsysvsem "System V semaphore support" OFF \ Xsysvshm "System V shared memory support" OFF \ Xtranssid "Transparent session id" OFF \ XDOMXML "DOM XML support (implies iconv)" OFF \ X2> $tempfile X X retval=$? X X if [ -s $tempfile ]; then X set `cat $tempfile` X fi X rm -f $tempfile X X case $retval in X 0) if [ -z "$*" ]; then X echo "Nothing selected" X fi X ;; X 1) echo "Cancel pressed." X exit 1 X ;; X esac Xfi X X${MKDIR} ${WRKDIRPREFIX}${REALCURDIR} Xexec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X Xwhile [ "$1" ]; do X case $1 in X \"GD\") X echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" X echo "LIB_DEPENDS+= freetype.7:\${PORTSDIR}/print/freetype2" X echo "LIB_DEPENDS+= png.4:\${PORTSDIR}/graphics/png" X echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" X echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX} \\" X echo " --with-freetype-dir=\${PREFIX} \\" X echo " --with-jpeg-dir=\${PREFIX} \\" X echo " --with-png-dir=\${PREFIX}" X ;; X \"zlib\") X echo "CONFIGURE_ARGS+=--with-zlib" X ZLIB=1 X ;; X \"mcrypt\") X echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt" X echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" X ;; X \"mhash\") X echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" X echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" X ;; X \"pdflib\") X echo "LIB_DEPENDS+= pdf.3:\${PORTSDIR}/print/pdflib3" X echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" X echo "LIB_DEPENDS+= png.4:\${PORTSDIR}/graphics/png" X echo "LIB_DEPENDS+= tiff.4:\${PORTSDIR}/graphics/tiff" X echo "CONFIGURE_ARGS+=--with-pdflib=\${PREFIX} \\" X echo " --with-zlib-dir=/usr \\" X echo " --with-jpeg-dir=\${PREFIX} \\" X echo " --with-png-dir=\${PREFIX} \\" X echo " --with-tiff-dir=\${PREFIX}" X ;; X \"IMAP\") X echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient" X echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" X ;; X \"MySQL\") X echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" X echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" X ;; X \"PostgreSQL\") X echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" X if [ -x ${PREFIX}/pgsql/bin/postgres -a ! -x ${PREFIX}/bin/postgres ]; then X PGPREFIX=${PREFIX}/pgsql X else X PGPREFIX=${PREFIX} X echo "CFLAGS+=-I\${PREFIX}/include/pgsql" X fi X echo "PGPREFIX=${PGPREFIX}" X echo "CONFIGURE_ARGS+=--with-pgsql=\${PGPREFIX}" X if /usr/bin/ldd ${PGPREFIX}/bin/postgres 2> /dev/null | /usr/bin/grep -q "libssl"; then X echo "USE_OPENSSL= yes" X LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" X fi X ;; X \"SybaseDB\") X echo "LIB_DEPENDS+= sybdb.0:\${PORTSDIR}/databases/freetds" X echo "CONFIGURE_ARGS+=--with-sybase=\${PREFIX}" X if [ "$SYBASECT" ]; then X echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X SYBASEDB=1 X ;; X \"SybaseCT\") X echo "LIB_DEPENDS+= ct.0:\${PORTSDIR}/databases/freetds" X echo "CONFIGURE_ARGS+=--with-sybase-ct=\${PREFIX}" X if [ "$SYBASEDB" ]; then X echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X SYBASECT=1 X ;; X \"Interbase\") X echo "LIB_DEPENDS+= gds.1:\${PORTSDIR}/databases/firebird" X echo "CONFIGURE_ARGS+=--with-interbase=\${PREFIX}/firebird" X ;; X \"dBase\") X echo "CONFIGURE_ARGS+=--with-dbase" X ;; X \"OpenLDAP1\") X echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" X echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" X echo "CONFIGURE_ARGS+=--with-ldap=\${PREFIX}" X if [ "$OPENLDAP2" ]; then X echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then X LIBS="${LIBS} -lkrb -ldes -L\${PREFIX}/lib" X fi X OPENLDAP1=1 X ;; X \"OpenLDAP2\") X echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2" X echo "LIB_DEPENDS+= lber.2:\${PORTSDIR}/net/openldap2" X echo "CONFIGURE_ARGS+=--with-ldap=\${PREFIX}" X if [ "$OPENLDAP1" ]; then X echo "OpenLDAP1 and OpenLDAP2 are mutually exclusive." > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X fi X if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then X LIBS="${LIBS} -lkrb -ldes -L\${PREFIX}/lib" X fi X OPENLDAP2=1 X ;; X \"OpenSSL\") X echo "USE_OPENSSL=yes" X echo "CONFIGURE_ARGS+=--with-openssl=\${OPENSSLBASE}" X ;; X \"SNMP\") X echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp" X echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack" X echo "USE_OPENSSL= yes" X LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" X ;; X \"XML\") X echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2" X echo "CONFIGURE_ARGS+=--with-xml --with-expat-dir=\${PREFIX}" X XML=1 X ;; X \"XSLT\") X echo "LIB_DEPENDS+= sablot.60:\${PORTSDIR}/textproc/sablotron" X echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}" X echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}" X if [ -z "$XML" ]; then X set $* \"XML\" X fi X if [ -z "$ICONV" ]; then X set $* \"iconv\" X fi X ;; X \"FTP\") X echo "CONFIGURE_ARGS+=--enable-ftp" X ;; X \"CURL\") X echo "CONFIGURE_ARGS+=--with-curl=\${PREFIX}" X echo "BUILD_DEPENDS+= \${PREFIX}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" X ;; X \"gettext\") X echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext" X echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}" X ;; X \"iconv\") X echo "LIB_DEPENDS+= iconv.2:\${PORTSDIR}/converters/iconv" X echo "CONFIGURE_ARGS+=--with-iconv=\${PREFIX}" X ICONV=1 X ;; X \"pspell\") X echo "LIB_DEPENDS+= pspell.4:\${PORTSDIR}/textproc/pspell" X echo "CONFIGURE_ARGS+=--with-pspell=\${PREFIX}" X ;; X \"mbregex\") X ${CAT} << EOF XMASTER_SITES+= ftp://night.fminn.nagano.nagano.jp/php4/ XDISTFILES= \${DISTNAME}\${EXTRACT_SUFX} php4_mbregex-1.2.1.tar.gz XCONFIGURE_ARGS+=--enable-mbregex XBUILD_DEPENDS+= automake:\${PORTSDIR}/devel/automake XBUILD_DEPENDS+= autoconf:\${PORTSDIR}/devel/autoconf XPOSTEXTRACT+= post-extract-mbregex X Xpost-extract-mbregex: X [ -d \${WRKDIR}/mbregex ] && \\ X (cd \${WRKSRC}; \\ X \${MV} ${WRKDIR}/mbregex ext; \\ X \${RM} configure; \\ X ./buildconf) X XEOF X ;; X \"mbstring\") X echo "CONFIGURE_ARGS+=--enable-mbstring" X ;; X \"YP\") X echo "CONFIGURE_ARGS+=--enable-yp" X ;; X \"BCMath\") X echo "CONFIGURE_ARGS+=--enable-bcmath" X ;; X \"Hyperwave\") X echo "CONFIGURE_ARGS+=--with-hyperwave=yes" X ;; X \"ming\") X echo "LIB_DEPENDS+= ming.2:\${PORTSDIR}/graphics/ming" X echo "CONFIGURE_ARGS+=--with-ming=\${PREFIX}" X ;; X \"sockets\") X echo "CONFIGURE_ARGS+=--enable-sockets" X ;; X \"sysvsem\") X echo "CONFIGURE_ARGS+=--enable-sysvsem" X ;; X \"sysvshm\") X echo "CONFIGURE_ARGS+=--enable-sysvshm" X ;; X \"transsid\") X echo "CONFIGURE_ARGS+=--enable-trans-sid" X ;; X \"DOMXML\") X echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" X echo "CONFIGURE_ARGS+=--with-dom=\${PREFIX}" X if [ -z "$ICONV" ]; then X set $* \"iconv\" X fi X ;; X *) X echo "Invalid option(s): $*" > /dev/stderr X rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc X exit 1 X ;; X esac X shift Xdone X Xif [ "${LIBS}" ]; then X echo "CONFIGURE_ENV+= LIBS='${LIBS}'" Xfi END-of-/usr/ports/www/mod_php4/scripts/configure.php echo x - /usr/ports/www/mod_php4/pkg-comment sed 's/^X//' >/usr/ports/www/mod_php4/pkg-comment << 'END-of-/usr/ports/www/mod_php4/pkg-comment' XPHP4 module for Apache END-of-/usr/ports/www/mod_php4/pkg-comment echo x - /usr/ports/www/mod_php4/pkg-comment.standalone sed 's/^X//' >/usr/ports/www/mod_php4/pkg-comment.standalone << 'END-of-/usr/ports/www/mod_php4/pkg-comment.standalone' XPHP4 commandline interpreter END-of-/usr/ports/www/mod_php4/pkg-comment.standalone echo x - /usr/ports/www/mod_php4/pkg-descr sed 's/^X//' >/usr/ports/www/mod_php4/pkg-descr << 'END-of-/usr/ports/www/mod_php4/pkg-descr' XServer-side, cross-platform, HTML embedded scripting language which Xoffers easy database integration. X XWWW: http://www.php.net/ END-of-/usr/ports/www/mod_php4/pkg-descr echo x - /usr/ports/www/mod_php4/pkg-message sed 's/^X//' >/usr/ports/www/mod_php4/pkg-message << 'END-of-/usr/ports/www/mod_php4/pkg-message' X***************************************************************************** XYou have installed the mod_php4 package. X XHave a look at the mod_php4 _port_ if you need additional support for Xdatabases other than MySQL, e. g. X XYou can find it at Xftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar X XMake sure the mime.types are connected to the php module properly and Xindex.php is part of your DirectoryIndex. X XThe following should be in your Apache configuration file: X[...] XDirectoryIndex index.php index.html X[...] XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps X[...] X***************************************************************************** END-of-/usr/ports/www/mod_php4/pkg-message echo x - /usr/ports/www/mod_php4/pkg-plist sed 's/^X//' >/usr/ports/www/mod_php4/pkg-plist << 'END-of-/usr/ports/www/mod_php4/pkg-plist' Xbin/pear Xbin/php-config Xbin/phpextdist Xbin/phpize Xetc/php.ini-dist Xinclude/php/TSRM/TSRM.h Xinclude/php/TSRM/acconfig.h Xinclude/php/TSRM/readdir.h Xinclude/php/TSRM/tsrm_config.h Xinclude/php/TSRM/tsrm_config.w32.h Xinclude/php/TSRM/tsrm_config_common.h Xinclude/php/TSRM/tsrm_strtok_r.h Xinclude/php/TSRM/tsrm_virtual_cwd.h Xinclude/php/TSRM/tsrm_win32.h Xinclude/php/Zend/FlexLexer.h Xinclude/php/Zend/acconfig.h Xinclude/php/Zend/zend.h Xinclude/php/Zend/zend_API.h Xinclude/php/Zend/zend_alloc.h Xinclude/php/Zend/zend_builtin_functions.h Xinclude/php/Zend/zend_compile.h Xinclude/php/Zend/zend_config.h Xinclude/php/Zend/zend_config.w32.h Xinclude/php/Zend/zend_constants.h Xinclude/php/Zend/zend_dynamic_array.h Xinclude/php/Zend/zend_errors.h Xinclude/php/Zend/zend_execute.h Xinclude/php/Zend/zend_execute_locks.h Xinclude/php/Zend/zend_extensions.h Xinclude/php/Zend/zend_fast_cache.h Xinclude/php/Zend/zend_globals.h Xinclude/php/Zend/zend_globals_macros.h Xinclude/php/Zend/zend_hash.h Xinclude/php/Zend/zend_highlight.h Xinclude/php/Zend/zend_indent.h Xinclude/php/Zend/zend_ini.h Xinclude/php/Zend/zend_ini_parser.h Xinclude/php/Zend/zend_ini_scanner.h Xinclude/php/Zend/zend_istdiostream.h Xinclude/php/Zend/zend_language_parser.h Xinclude/php/Zend/zend_language_scanner.h Xinclude/php/Zend/zend_list.h Xinclude/php/Zend/zend_llist.h Xinclude/php/Zend/zend_modules.h Xinclude/php/Zend/zend_operators.h Xinclude/php/Zend/zend_ptr_stack.h Xinclude/php/Zend/zend_stack.h Xinclude/php/Zend/zend_static_allocator.h Xinclude/php/Zend/zend_variables.h Xinclude/php/acconfig.h Xinclude/php/ext/standard/base64.h Xinclude/php/ext/standard/basic_functions.h Xinclude/php/ext/standard/credits.h Xinclude/php/ext/standard/credits_ext.h Xinclude/php/ext/standard/credits_sapi.h Xinclude/php/ext/standard/cyr_convert.h Xinclude/php/ext/standard/datetime.h Xinclude/php/ext/standard/dl.h Xinclude/php/ext/standard/dns.h Xinclude/php/ext/standard/exec.h Xinclude/php/ext/standard/file.h Xinclude/php/ext/standard/flock_compat.h Xinclude/php/ext/standard/fsock.h Xinclude/php/ext/standard/head.h Xinclude/php/ext/standard/html.h Xinclude/php/ext/standard/info.h Xinclude/php/ext/standard/md5.h Xinclude/php/ext/standard/microtime.h Xinclude/php/ext/standard/pack.h Xinclude/php/ext/standard/pageinfo.h Xinclude/php/ext/standard/php_array.h Xinclude/php/ext/standard/php_assert.h Xinclude/php/ext/standard/php_browscap.h Xinclude/php/ext/standard/php_crypt.h Xinclude/php/ext/standard/php_dir.h Xinclude/php/ext/standard/php_ext_syslog.h Xinclude/php/ext/standard/php_filestat.h Xinclude/php/ext/standard/php_fopen_wrappers.h Xinclude/php/ext/standard/php_image.h Xinclude/php/ext/standard/php_incomplete_class.h Xinclude/php/ext/standard/php_iptc.h Xinclude/php/ext/standard/php_lcg.h Xinclude/php/ext/standard/php_link.h Xinclude/php/ext/standard/php_mail.h Xinclude/php/ext/standard/php_math.h Xinclude/php/ext/standard/php_metaphone.h Xinclude/php/ext/standard/php_output.h Xinclude/php/ext/standard/php_parsedate.h Xinclude/php/ext/standard/php_rand.h Xinclude/php/ext/standard/php_smart_str.h Xinclude/php/ext/standard/php_smart_str_public.h Xinclude/php/ext/standard/php_standard.h Xinclude/php/ext/standard/php_string.h Xinclude/php/ext/standard/php_var.h Xinclude/php/ext/standard/quot_print.h Xinclude/php/ext/standard/reg.h Xinclude/php/ext/standard/scanf.h Xinclude/php/ext/standard/type.h Xinclude/php/ext/standard/uniqid.h Xinclude/php/ext/standard/url.h Xinclude/php/ext/standard/url_scanner.h Xinclude/php/ext/standard/url_scanner_ex.h Xinclude/php/ext/xml/expat/xmlparse/expat_hashtable.h Xinclude/php/ext/xml/expat/xmlparse/xmlparse.h Xinclude/php/ext/xml/expat/xmltok/asciitab.h Xinclude/php/ext/xml/expat/xmltok/iasciitab.h Xinclude/php/ext/xml/expat/xmltok/latin1tab.h Xinclude/php/ext/xml/expat/xmltok/nametab.h Xinclude/php/ext/xml/expat/xmltok/utf8tab.h Xinclude/php/ext/xml/expat/xmltok/xmldef.h Xinclude/php/ext/xml/expat/xmltok/xmlrole.h Xinclude/php/ext/xml/expat/xmltok/xmltok.h Xinclude/php/ext/xml/expat/xmltok/xmltok_impl.h Xinclude/php/ext/xml/php_xml.h Xinclude/php/main/SAPI.h Xinclude/php/main/build-defs.h Xinclude/php/main/config.w32.h Xinclude/php/main/fopen_wrappers.h Xinclude/php/main/internal_functions_registry.h Xinclude/php/main/logos.h Xinclude/php/main/php.h Xinclude/php/main/php3_compat.h Xinclude/php/main/php_compat.h Xinclude/php/main/php_config.h Xinclude/php/main/php_content_types.h Xinclude/php/main/php_globals.h Xinclude/php/main/php_ini.h Xinclude/php/main/php_logos.h Xinclude/php/main/php_main.h Xinclude/php/main/php_network.h Xinclude/php/main/php_open_temporary_file.h Xinclude/php/main/php_reentrancy.h Xinclude/php/main/php_regex.h Xinclude/php/main/php_streams.h Xinclude/php/main/php_syslog.h Xinclude/php/main/php_ticks.h Xinclude/php/main/php_variables.h Xinclude/php/main/php_version.h Xinclude/php/main/rfc1867.h Xinclude/php/main/safe_mode.h Xinclude/php/main/snprintf.h Xinclude/php/main/win95nt.h Xinclude/php/php_version.h Xinclude/php/regex/cclass.h Xinclude/php/regex/cname.h Xinclude/php/regex/regex.h Xinclude/php/regex/regex2.h Xinclude/php/regex/regex_extra.h Xinclude/php/regex/utils.h Xlib/php/Benchmark/Iterate.php Xlib/php/Benchmark/Timer.php Xlib/php/Cache.php Xlib/php/Cache/Container.php Xlib/php/Cache/Container/db.php Xlib/php/Cache/Container/dbx.php Xlib/php/Cache/Container/file.php Xlib/php/Cache/Container/phplib.php Xlib/php/Cache/Container/shm.php Xlib/php/Cache/Error.php Xlib/php/Cache/Function.php Xlib/php/Cache/Graphics.php Xlib/php/Cache/Output.php Xlib/php/Cache/OutputCompression.php Xlib/php/Console/Getopt.php Xlib/php/Crypt/CBC.php Xlib/php/Crypt/HCEMD5.php Xlib/php/DB.php Xlib/php/DB/common.php Xlib/php/DB/ibase.php Xlib/php/DB/ifx.php Xlib/php/DB/msql.php Xlib/php/DB/mssql.php Xlib/php/DB/mysql.php Xlib/php/DB/oci8.php Xlib/php/DB/odbc.php Xlib/php/DB/pgsql.php Xlib/php/DB/storage.php Xlib/php/DB/sybase.php Xlib/php/Date/Calc.php Xlib/php/Date/Human.php Xlib/php/File/Find.php Xlib/php/File/Passwd.php Xlib/php/File/SearchReplace.php Xlib/php/HTML/Common.php Xlib/php/HTML/Form.php Xlib/php/HTML/IT.php Xlib/php/HTML/ITX.php Xlib/php/HTML/Page.php Xlib/php/HTML/Processor.php Xlib/php/HTML/Select.php Xlib/php/HTML/Table.php Xlib/php/HTTP.php Xlib/php/HTTP/Compress.php Xlib/php/Image/Remote.php Xlib/php/Log.php Xlib/php/Log/composite.php Xlib/php/Log/file.php Xlib/php/Log/mcal.php Xlib/php/Log/observer.php Xlib/php/Log/sql.php Xlib/php/Log/syslog.php Xlib/php/Mail.php Xlib/php/Mail/RFC822.php Xlib/php/Mail/sendmail.php Xlib/php/Mail/smtp.php Xlib/php/Math/Fraction.php Xlib/php/Math/Util.php Xlib/php/Net/Curl.php Xlib/php/Net/Dig.php Xlib/php/Net/SMTP.php Xlib/php/Net/Socket.php Xlib/php/Numbers/Roman.php Xlib/php/PEAR.php Xlib/php/PEAR/Common.php Xlib/php/PEAR/Installer.php Xlib/php/PEAR/Packager.php Xlib/php/PEAR/Uploader.php Xlib/php/Payment/Verisign.php Xlib/php/Schedule/At.php Xlib/php/XML/Parser.php Xlib/php/XML/RPC.php Xlib/php/XML/RPC/Server.php Xlib/php/build/acinclude.m4 Xlib/php/build/dynlib.m4 Xlib/php/build/dynlib.mk Xlib/php/build/fastgen.sh Xlib/php/build/library.mk Xlib/php/build/ltlib.mk Xlib/php/build/mkdep.awk Xlib/php/build/pear.m4 Xlib/php/build/program.mk Xlib/php/build/rules.mk Xlib/php/build/rules_common.mk Xlib/php/build/rules_pear.mk Xlib/php/build/shtool Xlibexec/apache/libphp4.so X@exec %D/sbin/apxs -e -a -n php4 %f X@unexec %D/sbin/apxs -e -A -n php4 %f X@dirrm include/php/Zend X@dirrm include/php/TSRM X@dirrm include/php/ext/standard X@dirrm include/php/ext/xml/expat/xmlparse X@dirrm include/php/ext/xml/expat/xmltok X@dirrm include/php/ext/xml/expat X@dirrm include/php/ext/xml X@dirrm include/php/ext X@dirrm include/php/main X@dirrm include/php/regex X@dirrm include/php X@dirrm lib/php/Benchmark X@dirrm lib/php/Cache/Container X@dirrm lib/php/Cache X@dirrm lib/php/Console X@dirrm lib/php/Crypt X@dirrm lib/php/Date X@dirrm lib/php/DB X@dirrm lib/php/File X@dirrm lib/php/HTML X@dirrm lib/php/HTTP X@dirrm lib/php/Image X@dirrm lib/php/Log X@dirrm lib/php/Mail X@dirrm lib/php/Math X@dirrm lib/php/Net X@dirrm lib/php/Numbers X@dirrm lib/php/Payment X@dirrm lib/php/PEAR X@dirrm lib/php/Schedule X@dirrm lib/php/XML/RPC X@dirrm lib/php/XML X@dirrm lib/php/build X@dirrm lib/php END-of-/usr/ports/www/mod_php4/pkg-plist echo x - /usr/ports/www/mod_php4/pkg-plist.standalone sed 's/^X//' >/usr/ports/www/mod_php4/pkg-plist.standalone << 'END-of-/usr/ports/www/mod_php4/pkg-plist.standalone' Xbin/php Xetc/php.standalone/php.ini-dist X@unexec rmdir %D/etc/php.standalone 2>/dev/null || true END-of-/usr/ports/www/mod_php4/pkg-plist.standalone 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 Aug 8 19:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0760C37B405 for ; Wed, 8 Aug 2001 19:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f792K1N37039; Wed, 8 Aug 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id E61A937B419 for ; Wed, 8 Aug 2001 19:15:32 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f792FW203165; Wed, 8 Aug 2001 22:15:32 -0400 (EDT) (envelope-from root) Message-Id: <200108090215.f792FW203165@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 8 Aug 2001 22:15:32 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29557: Update games/qstat Sender: owner-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: 29557 >Category: ports >Synopsis: Update games/qstat >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 Aug 08 19:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 2.4d Silence install Add templates >How-To-Repeat: N/A >Fix: Index: qstat/Makefile =================================================================== RCS file: /home/ncvs/ports/games/qstat/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- qstat/Makefile 2001/07/02 16:11:12 1.10 +++ qstat/Makefile 2001/08/09 02:12:48 @@ -6,7 +6,7 @@ # PORTNAME= qstat -PORTVERSION= 2.4.c +PORTVERSION= 2.4.d CATEGORIES= games net MASTER_SITES= http://www.qstat.org/ DISTNAME= qstat${PORTVERSION:S/.//g} @@ -14,14 +14,17 @@ MAINTAINER= pat@databits.net do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin .if !defined(NOPORTDOCS) @${ECHO_MSG} "" - @${ECHO_MSG} "Installing documents in ${PREFIX}/share/doc/qstat" + @${ECHO_MSG} "Installing documents and templates in: \ + ${DOCSDIR}" @${ECHO_MSG} "" - ${MKDIR} ${PREFIX}/share/doc/qstat - ${INSTALL_DATA} ${WRKSRC}/qstat.txt ${PREFIX}/share/doc/qstat - ${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/qstat + @${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/template + @${INSTALL_DATA} ${WRKSRC}/qstat.txt ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/template/* ${DOCSDIR}/template .endif .include Index: qstat/distinfo =================================================================== RCS file: /home/ncvs/ports/games/qstat/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- qstat/distinfo 2001/07/02 16:11:12 1.7 +++ qstat/distinfo 2001/08/09 02:12:48 @@ -1 +1 @@ -MD5 (qstat24c.tar.gz) = ced9809dd0be4d46949b4033a2da5d2f +MD5 (qstat24d.tar.gz) = 2a83088c9df0bf871a76942584ba1245 Index: qstat/pkg-plist =================================================================== RCS file: /home/ncvs/ports/games/qstat/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- qstat/pkg-plist 2001/07/02 16:11:12 1.3 +++ qstat/pkg-plist 2001/08/09 02:12:48 @@ -1,4 +1,20 @@ bin/qstat %%PORTDOCS%%share/doc/qstat/qstat.txt %%PORTDOCS%%share/doc/qstat/qstatdoc.html +%%PORTDOCS%%share/doc/qstat/template/README.txt +%%PORTDOCS%%share/doc/qstat/template/broc.lst +%%PORTDOCS%%share/doc/qstat/template/brocTh.html +%%PORTDOCS%%share/doc/qstat/template/brocTp.html +%%PORTDOCS%%share/doc/qstat/template/brocTs.html +%%PORTDOCS%%share/doc/qstat/template/brocTt.html +%%PORTDOCS%%share/doc/qstat/template/tribes2th.html +%%PORTDOCS%%share/doc/qstat/template/tribes2tp.html +%%PORTDOCS%%share/doc/qstat/template/tribes2ts.html +%%PORTDOCS%%share/doc/qstat/template/tribes2tt.html +%%PORTDOCS%%share/doc/qstat/template/unreal.lst +%%PORTDOCS%%share/doc/qstat/template/unrealTh.html +%%PORTDOCS%%share/doc/qstat/template/unrealTp.html +%%PORTDOCS%%share/doc/qstat/template/unrealTs.html +%%PORTDOCS%%share/doc/qstat/template/unrealTt.html +%%PORTDOCS%%@dirrm share/doc/qstat/template %%PORTDOCS%%@dirrm share/doc/qstat >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 Aug 8 19:38:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id 9DC0F37B401 for ; Wed, 8 Aug 2001 19:38:47 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id 44E861B9EB8; Wed, 8 Aug 2001 19:38:44 -0700 (PDT) To: ports@freebsd.org Subject: gpg 1.0.6 question regarding --gen-key and /dev/random. From: Ken McGlothlen Date: 08 Aug 2001 19:38:43 -0700 Message-ID: <87pua67ya4.fsf@ralf.artlogix.com> Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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 recently installed gpg 1.0.6, under the pretense that it was about time I started using some sort of encryption and digital signing package on a somewhat more regular basis. It installed smoothly, runs fine, except that I can't seem to generate a key very efficiently using the --gen-key option. I select the defaults on what kind of key I want (DSA and ElGamal), ask for a 1024-bit key (again, the default), ask it for a 146-day key (expires January 1), give it my real name and email address, type in a passphrase twice, and then I get this: We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy. ++++++++++++++++++++++++++++++.+++++++++++++++..++++++++++++++[...] Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 300 more bytes) I figured, well, that should be easy enough---I have to upgrade mozilla from ports anyway. So I started a "make" on /usr/ports/www/mozilla/, and read my mail and some Usenet from my Gnus process, and so on. I started this up at 5:30pm, roughly. It's now after 7:30pm. gpg hasn't given me any indication that it's getting more random bytes (no symbols are printing), and it's using no CPU time. Mozilla is still compiling (this on a 700MHz Athlon---dang!), and I've been doing a bunch of other things as well. Is something broken? Should gpg be using /dev/urandom instead of /dev/random? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 19:55:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id D035137B401 for ; Wed, 8 Aug 2001 19:55:48 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 10225 invoked by uid 1001); 9 Aug 2001 02:57:04 -0000 Date: Wed, 8 Aug 2001 22:57:04 -0400 From: Pete Fritchman To: Ken McGlothlen Cc: ports@freebsd.org Subject: Re: gpg 1.0.6 question regarding --gen-key and /dev/random. Message-ID: <20010808225704.A9984@databits.net> References: <87pua67ya4.fsf@ralf.artlogix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87pua67ya4.fsf@ralf.artlogix.com>; from mcglk@artlogix.com on Wed, Aug 08, 2001 at 07:38:43PM -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 ++ 08/08/01 19:38 -0700 - Ken McGlothlen: | We need to generate a lot of random bytes. It is a good idea to perform | some other action (type on the keyboard, move the mouse, utilize the | disks) during the prime generation; this gives the random number | generator a better chance to gain enough entropy. | ++++++++++++++++++++++++++++++.+++++++++++++++..++++++++++++++[...] | | Not enough random bytes available. Please do some other work to give | the OS a chance to collect more entropy! (Need 300 more bytes) Try rndcontrol(8). -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 20: 9:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id CE7AD37B401 for ; Wed, 8 Aug 2001 20:09:15 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id 35A211B9ECB; Wed, 8 Aug 2001 20:09:15 -0700 (PDT) To: ports@freebsd.org Subject: Re: gpg 1.0.6 question regarding --gen-key and /dev/random. References: <87pua67ya4.fsf@ralf.artlogix.com> From: Ken McGlothlen Date: 08 Aug 2001 20:09:14 -0700 In-Reply-To: <87pua67ya4.fsf@ralf.artlogix.com> Message-ID: <871ymm7wv9.fsf@ralf.artlogix.com> Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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 Okay. After all that, waiting for 2.5 hours with nothing happening, the mozilla build gets done. Still nothing. I do a pkg_delete on the old version of mozilla, and suddenly I get a bunch of ++++....+++++<..... stuff, and the message public and secret key created and signed. and a prompt. Greeeeeeat. So pkg_deleting something will fill up /dev/random again, but "cd /usr/ports/www/mozilla; make" doesn't generate enough activity on the system? Bizarre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 20:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD5237B403 for ; Wed, 8 Aug 2001 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f793e2h46347; Wed, 8 Aug 2001 20:40:02 -0700 (PDT) (envelope-from gnats) Received: from ilceille.pair.com (ilceille.pair.com [209.68.2.34]) by hub.freebsd.org (Postfix) with SMTP id 90A4437B401 for ; Wed, 8 Aug 2001 20:32:26 -0700 (PDT) (envelope-from asaddi@ilceille.pair.com) Received: (qmail 26875 invoked by uid 3276); 9 Aug 2001 03:32:25 -0000 Message-Id: <20010809033225.26874.qmail@ilceille.pair.com> Date: 9 Aug 2001 03:32:25 -0000 From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29558: Update port: news/newsfish (currently 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: 29558 >Category: ports >Synopsis: Update port: news/newsfish (currently broken) >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: Wed Aug 08 20:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 4.3-RELEASE i386 >Organization: Philosophy SoftWorks >Environment: System: FreeBSD tranquility.philosophysw.com 4.3-RELEASE FreeBSD 4.3-RELEASE #44: Tue Aug 7 21:21:46 PDT 2001 root@tranquility.philosophysw.com:/usr/src/sys/compile/TRANQUILITY i386 >Description: The port was recently updated to 1.2.5, making the patch file unneeded. However, the patch file is still present in the CVS tree, preventing the port from building. Please remove ports/news/newsfish/files/patch-aa I'm the maintainer. >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 Wed Aug 8 23: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37B3B37B403 for ; Wed, 8 Aug 2001 23:00:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7960FJ80911; Wed, 8 Aug 2001 23:00:15 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id D1D6437B401 for ; Wed, 8 Aug 2001 22:53:41 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f795nYn11795 for ; Thu, 9 Aug 2001 09:49:34 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id JAA25409 for FreeBSD-gnats-submit@freebsd.org; Thu, 9 Aug 2001 09:43:13 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.4/8.11.4) id f78HfiB02799; Wed, 8 Aug 2001 21:41:45 +0400 (MSD) (envelope-from alex) Message-Id: <200108081741.f78HfiB02799@kapran.bitmcnit.bryansk.su> Date: Wed, 8 Aug 2001 21:41:45 +0400 (MSD) From: Alex Kapranoff Reply-To: Alex Kapranoff To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29559: [new port] textproc/p5-XML-Twig for processing huge XML documents Sender: owner-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: 29559 >Category: ports >Synopsis: [new port] textproc/p5-XML-Twig for processing huge XML documents >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 08 23:00:14 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun Jun 24 22:56:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN 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-XML-Twig # p5-XML-Twig/Makefile # p5-XML-Twig/distinfo # p5-XML-Twig/pkg-comment # p5-XML-Twig/pkg-descr # p5-XML-Twig/pkg-plist # echo c - p5-XML-Twig mkdir -p p5-XML-Twig > /dev/null 2>&1 echo x - p5-XML-Twig/Makefile sed 's/^X//' >p5-XML-Twig/Makefile << 'END-of-p5-XML-Twig/Makefile' X# New ports collection makefile for: p5-XML-Twig X# Date created: 8 Aug 2001 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= XML-Twig XPORTVERSION= 2.02 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= XML XPKGNAMEPREFIX= p5- X XMAINTAINER= kapr@crosswinds.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser X XPERL_CONFIGURE= yes XINSTALL_TARGET= pure_install X XMAN3= XML::Twig.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-XML-Twig/Makefile echo x - p5-XML-Twig/distinfo sed 's/^X//' >p5-XML-Twig/distinfo << 'END-of-p5-XML-Twig/distinfo' XMD5 (XML-Twig-2.02.tar.gz) = 02bec37a6e9f699bd3ba3b5a721dbe60 END-of-p5-XML-Twig/distinfo echo x - p5-XML-Twig/pkg-comment sed 's/^X//' >p5-XML-Twig/pkg-comment << 'END-of-p5-XML-Twig/pkg-comment' XA perl module for processing huge XML documents by chunks END-of-p5-XML-Twig/pkg-comment echo x - p5-XML-Twig/pkg-descr sed 's/^X//' >p5-XML-Twig/pkg-descr << 'END-of-p5-XML-Twig/pkg-descr' XThis module provides a way to process XML documents. It is build on Xtop of XML::Parser. X XThe module offers a tree interface to the document, while allowing you Xto output the parts of it that have been completely processed. X XIt allows minimal resource (CPU and memory) usage by building the tree Xonly for the parts of the documents that need actual processing, Xthrough the use of the TwigRoots and TwigPrintOutsideRoots options. XThe finish and finish_print methods also help to increase Xperformances. X XXML::Twig tries to make simple things easy so it tries its best to Xtakes care of a lot of the (usually) annoying (but sometimes Xnecessary) features that come with XML and XML::Parser. END-of-p5-XML-Twig/pkg-descr echo x - p5-XML-Twig/pkg-plist sed 's/^X//' >p5-XML-Twig/pkg-plist << 'END-of-p5-XML-Twig/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/XML/Twig.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Twig/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Twig X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true END-of-p5-XML-Twig/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 Aug 8 23: 5:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F58D37B405; Wed, 8 Aug 2001 23:05:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f795tKb79604; Wed, 8 Aug 2001 22:55:20 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 22:55:20 -0700 (PDT) From: Message-Id: <200108090555.f795tKb79604@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29557: Update games/qstat Sender: owner-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 games/qstat State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 22:55:02 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29557 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23: 5:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F24D37B406; Wed, 8 Aug 2001 23:05:20 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f795xR480744; Wed, 8 Aug 2001 22:59:27 -0700 (PDT) (envelope-from dd) Date: Wed, 8 Aug 2001 22:59:27 -0700 (PDT) From: Message-Id: <200108090559.f795xR480744@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-ports@FreeBSD.org, dd@FreeBSD.org Subject: Re: ports/29470: [new port] textproc/xslint for XSL checker by Norman Walsh Sender: owner-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] textproc/xslint for XSL checker by Norman Walsh Responsible-Changed-From-To: freebsd-ports->dd Responsible-Changed-By: dd Responsible-Changed-When: Wed Aug 8 22:59:13 PDT 2001 Responsible-Changed-Why: I'll look at and take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23: 5:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B219737B401; Wed, 8 Aug 2001 23:05:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f795vOn80224; Wed, 8 Aug 2001 22:57:24 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 22:57:24 -0700 (PDT) From: Message-Id: <200108090557.f795vOn80224@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/29556: Update port: www/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 Synopsis: Update port: www/mod_php4 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: lioux Responsible-Changed-When: Wed Aug 8 22:57:10 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29556 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:15:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C71A537B40A; Wed, 8 Aug 2001 23:15:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79667j85200; Wed, 8 Aug 2001 23:06:07 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 23:06:07 -0700 (PDT) From: Message-Id: <200108090606.f79667j85200@freefall.freebsd.org> To: rsimmons@mail.wlcg.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29370: Update port: textproc/aspell Sender: owner-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: textproc/aspell State-Changed-From-To: open->feedback State-Changed-By: lioux State-Changed-When: Wed Aug 8 23:03:09 PDT 2001 State-Changed-Why: PR 29448 updated aspell to 0.33.7 which according to aspell main site means it is fixed. Waiting for originator feeback on this issue. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29370 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:25:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E331937B401; Wed, 8 Aug 2001 23:25:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796LUi88821; Wed, 8 Aug 2001 23:21:30 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 23:21:30 -0700 (PDT) From: Message-Id: <200108090621.f796LUi88821@freefall.freebsd.org> To: jmcoopr@webmail.bmi.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29321: Fix dejagnu-1.4.1 for bento Sender: owner-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 dejagnu-1.4.1 for bento State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 23:21:20 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29321 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:25:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2CDF37B405; Wed, 8 Aug 2001 23:25:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796I1987923; Wed, 8 Aug 2001 23:18:01 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 23:18:01 -0700 (PDT) From: Message-Id: <200108090618.f796I1987923@freefall.freebsd.org> To: asaddi@philosophysw.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29558: Update port: news/newsfish (currently 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: Update port: news/newsfish (currently broken) State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Aug 8 23:17:02 PDT 2001 State-Changed-Why: Already fixed by asmodai (maintainer requested fix) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29558 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:35:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF5B037B401; Wed, 8 Aug 2001 23:35:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796WP591576; Wed, 8 Aug 2001 23:32:25 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 23:32:25 -0700 (PDT) From: Message-Id: <200108090632.f796WP591576@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/29095: Update of jgnat to jgnat-1.1p Sender: owner-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 jgnat to jgnat-1.1p Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Wed Aug 8 23:32:10 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:45:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA2ED37B403; Wed, 8 Aug 2001 23:45:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796bxT93266; Wed, 8 Aug 2001 23:37:59 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 23:37:59 -0700 (PDT) From: Message-Id: <200108090637.f796bxT93266@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/28458: Gnome-1.4's use of Xalf out of sync with Linux X support Sender: owner-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: Gnome-1.4's use of Xalf out of sync with Linux X support Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Wed Aug 8 23:36:42 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28458 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4148337B401 for ; Wed, 8 Aug 2001 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796o2G96652; Wed, 8 Aug 2001 23:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 8 Aug 2001 23:50:02 -0700 (PDT) Message-Id: <200108090650.f796o2G96652@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Mario Sergio Fujikawa Ferreira" Subject: Re: ports/29362: aspell port broken Reply-To: "Mario Sergio Fujikawa Ferreira" Sender: owner-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/29362; it has been noted by GNATS. From: "Mario Sergio Fujikawa Ferreira" To: freebsd-gnats-submit@FreeBSD.org Cc: parv_@yahoo.com Subject: Re: ports/29362: aspell port broken Date: Thu, 9 Aug 2001 03:09:42 -0300 With PR 29448, aspell was updated to version 0.33.7. Please cvsup update your ports tree and check if this port is working. If everything works fine, let us know so that this PR can be marked as resolved. :) -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 8 23:55:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0FFA37B403; Wed, 8 Aug 2001 23:55:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796rvO97718; Wed, 8 Aug 2001 23:53:57 -0700 (PDT) (envelope-from lioux) Date: Wed, 8 Aug 2001 23:53:57 -0700 (PDT) From: Message-Id: <200108090653.f796rvO97718@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/29338: Fix jgnat-1.0p for bento Sender: owner-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 jgnat-1.0p for bento Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Wed Aug 8 23:53:16 PDT 2001 Responsible-Changed-Why: Handle this with PR 29095, both related to same port http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29338 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 1: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFEFD37B401 for ; Thu, 9 Aug 2001 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79803s17594; Thu, 9 Aug 2001 01:00:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 9 Aug 2001 01:00:03 -0700 (PDT) Message-Id: <200108090800.f79803s17594@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: parv Subject: Re: ports/29362: aspell port broken Reply-To: parv Sender: owner-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/29362; it has been noted by GNATS. From: parv To: Mario Sergio Fujikawa Ferreira Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29362: aspell port broken Date: Thu, 9 Aug 2001 03:51:52 -0400 this was, on the fateful occasion around Aug 09 02:09 -0400, sent by Mario Sergio Fujikawa Ferreira > > With PR 29448, aspell was updated to version 0.33.7. Please cvsup > update your ports tree and check if this port is working. > > If everything works fine, let us know so that this PR can be marked > as resolved. :) > i already did that (cvsup & mailed the result)... no luck... see my update message dated "Wed, 8 Aug 2001 15:58:19 -0400" in this thread for the error messages during build. -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 1: 3:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id CC70B37B406 for ; Thu, 9 Aug 2001 01:03:29 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.36]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010809080320.THEC5127.mtiwmhc25.worldnet.att.net@worldnet.att.net> for ; Thu, 9 Aug 2001 08:03:20 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id BA8EA50BC6; Thu, 9 Aug 2001 04:02:44 -0400 (EDT) Date: Thu, 9 Aug 2001 04:02:44 -0400 From: parv To: f-ports Subject: fwd: Re: ports/29536: gle port's config failed Message-ID: <20010809040244.A10994@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org below is the message sent to pete; should 've sent to -ports to, too... in short, problem solved. ----- Forwarded message from parv ----- Date: Wed, 8 Aug 2001 16:34:05 -0400 From: parv To: Pete Fritchman Subject: Re: ports/29536: gle port's config failed Message-ID: <20010808163405.A30453@moo.holy.cow> References: <200108081500.f78F04X99761@freefall.freebsd.org> <20010808153818.B20644@moo.holy.cow> <20010808160037.A5629@databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010808160037.A5629@databits.net> Status: RO Content-Length: 1740 Lines: 53 this was, on the fateful occasion around Aug 08 16:00 -0400, sent by Pete Fritchman > > ++ 08/08/01 15:38 -0400 - parv: > | ... > | this was, on the fateful occasion around Aug 08 11:00 -0400, > | sent by Pete Fritchman > | > > | > The following reply was made to PR ports/29536; it has been noted by GNATS. > | > > | > ++ 08/08/01 04:02 -0400 - parv_@yahoo.com: > | > | >Synopsis: gle port's config failed > | > > | > Hm, if you are running XFree86 4, could you please see if the patch in > | > http://www.freebsd.org/cgi/query-pr.cgi?pr=29546 fixes this problem for you? > | > > | > | no joy. actually after pathcing, there was no difference between > | "bsd.port.mk" & "bsd.port.mk.orig"... > | > | # 200 patch < /home/parv/tmp/pr-txt > | Hmm... Looks like a unified diff to me... > | The text leading up to this was: > | > | -------------------------- > | |Index: bsd.port.mk > | |=================================================================== > | |RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > | |retrieving revision 1.376 > | |diff -u -r1.376 bsd.port.mk > | |--- bsd.port.mk 2001/08/03 11:35:35 1.376 > | |+++ bsd.port.mk 2001/08/08 14:15:55 > | -------------------------- > | Patching file bsd.port.mk using Plan A... > | Hunk #1 failed at 843. > | 1 out of 1 hunks failed--saving rejects to bsd.port.mk.rej > | done > | > > Could you try cvsup'ing and then applying the patch? > cvsup'd from cvsup2 server around aug 8 2001 4.10p edt; applying the patch still gives the same output & results as above; so i hand edited... after which the gle port picked it up & was packaged successfully. thanks pete. ----- 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 Thu Aug 9 1:15:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8050137B401; Thu, 9 Aug 2001 01:15:21 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7989Ut22774; Thu, 9 Aug 2001 01:09:30 -0700 (PDT) (envelope-from okazaki) Date: Thu, 9 Aug 2001 01:09:30 -0700 (PDT) From: Message-Id: <200108090809.f7989Ut22774@freefall.freebsd.org> To: yoichi@eken.phys.nagoya-u.ac.jp, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29548: Maintainer Update: japanese/shinonome Sender: owner-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: japanese/shinonome State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Thu Aug 9 01:09:05 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29548 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 2: 0:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FED437B401 for ; Thu, 9 Aug 2001 02:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7990Pm32786; Thu, 9 Aug 2001 02:00:25 -0700 (PDT) (envelope-from gnats) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 3AC6637B405 for ; Thu, 9 Aug 2001 01:56:35 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 176074043; Thu, 9 Aug 2001 09:49:51 +0100 (BST) Message-Id: <20010809084951.176074043@cathbad.happygiraffe.net> Date: Thu, 9 Aug 2001 09:49:51 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29561: Distfile location change for x11-fonts/mozilla-fonts Sender: owner-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: 29561 >Category: ports >Synopsis: Distfile location change for x11-fonts/mozilla-fonts >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 09 02:00:24 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cathbad.happygiraffe.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #24: Wed Aug 8 13:48:35 BST 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 X11R6 XFree86 4.0.1 >Description: The machine that these were originally hosted on has been broken for some time. I've moved the distfile to my own web server. >How-To-Repeat: cd /usr/ports/x11-fonts/mozilla-fonts && make fetch >Fix: Here's the diff: diff -urN /usr/ports/x11-fonts/mozilla-fonts/Makefile mozilla-fonts/Makefile --- /usr/ports/x11-fonts/mozilla-fonts/Makefile Thu Jun 7 08:46:06 2001 +++ mozilla-fonts/Makefile Thu Aug 9 09:44:48 2001 @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= x11-fonts www -MASTER_SITES= http://fox.mit.edu/skunk/xwin/ +MASTER_SITES= http://www.myrddin.demon.co.uk/dist/ MAINTAINER= dom@happygiraffe.net >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 Aug 9 2:20:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 0E1E737B401; Thu, 9 Aug 2001 02:20:38 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15Um0o-0007r0-00; Thu, 09 Aug 2001 11:21:54 +0200 From: Sheldon Hearn To: "Andrey A. Chernov" Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa In-reply-to: Your message of "Wed, 08 Aug 2001 18:53:58 MST." <200108090153.f791rwc31590@freefall.freebsd.org> Date: Thu, 09 Aug 2001 11:21:54 +0200 Message-ID: <30193.997348914@axl.seasidesoftware.co.za> Sender: owner-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, 08 Aug 2001 18:53:58 MST, "Andrey A. Chernov" wrote: > Modified files: > www/WebMagick Makefile > www/WebMagick/files patch-aa > Log: > Follow new PerlMagick and rename So the old rule about avoiding capital letters in port directory names is totally dead? Could someone point me to updated port directory name rules? I seem to be way out of date. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 2:34:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 2FA2E37B405; Thu, 9 Aug 2001 02:34:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup6-38.iptelecom.net.ua [212.9.227.102]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA38857; Thu, 9 Aug 2001 12:34:42 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f799Y7p84666; Thu, 9 Aug 2001 12:34:07 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B725936.7B8D069E@FreeBSD.org> Date: Thu, 09 Aug 2001 12:34:46 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Sheldon Hearn Cc: "Andrey A. Chernov" , ports@FreeBSD.org Subject: Re: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa References: <30193.997348914@axl.seasidesoftware.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 Sheldon Hearn wrote: > On Wed, 08 Aug 2001 18:53:58 MST, "Andrey A. Chernov" wrote: > > > Modified files: > > www/WebMagick Makefile > > www/WebMagick/files patch-aa > > Log: > > Follow new PerlMagick and rename > > So the old rule about avoiding capital letters in port directory names > is totally dead? > > Could someone point me to updated port directory name rules? I seem to > be way out of date. No, it is not dead. I guess that some committers simply aren't aware or it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 3: 6:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.88]) by hub.freebsd.org (Postfix) with ESMTP id CB3F537B401 for ; Thu, 9 Aug 2001 03:06:22 -0700 (PDT) (envelope-from jasonq@mac.com) Received: by smtpout.mac.com; Thu, 9 Aug 2001 03:05:42 -0700 (PDT) Received: from asmtp01.mac.com ([10.13.10.65]) by smtp-relay01.mac.com (Netscape Messaging Server 4.15 relay01 Jun 21 2001 23:53:48) with ESMTP id GHSPDH00.K3O for ; Thu, 9 Aug 2001 03:05:41 -0700 Received: from localhost ([62.175.33.179]) by asmtp01.mac.com (Netscape Messaging Server 4.15 asmtp01 Jun 6 2001 13:16:42) with ESMTP id GHSPDG00.14U; Thu, 9 Aug 2001 03:05:40 -0700 Date: Thu, 9 Aug 2001 12:05:38 +0200 Subject: FreeBSD Port: netatalk-1.5p6_1 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v404.1) Cc: ports@FreeBSD.org To: marcus@marcuscom.com From: Jason Quigley Content-Transfer-Encoding: 7bit Message-Id: <1536FD99-8CAE-11D5-B496-000A277D821C@> X-Mailer: Apple Mail (2.404.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 Hi Marcus! When I try to make netatalk, I get the prompts/failures detailed below. patch-aa seems like it wants to patch the Makefile, which doesn't yet exist as configure hasn't been run. What needs to be done to make the port work cleanly? Thanks, Jason. [vulcan:ports/net/netatalk] jason# make ===> Extracting for netatalk-1.5p6_1 >> Checksum OK for netatalk-1.5pre6.tar.gz. ===> netatalk-1.5p6_1 depends on executable: gmake - found ===> Patching for netatalk-1.5p6_1 ===> Applying FreeBSD patches for netatalk-1.5p6_1 File to patch: No file found--skip this patch? [n] y 2 out of 2 hunks ignored--saving rejects to Makefile.rej >> Patch patch-aa failed to apply cleanly. >> Patch(es) patch-Makefile.in applied cleanly. *** Error code 1 Stop in /usr/ports/net/netatalk. *** Error code 1 Stop in /usr/ports/net/netatalk. *** Error code 1 Stop in /usr/ports/net/netatalk. *** Error code 1 Stop in /usr/ports/net/netatalk. *** Error code 1 Stop in /usr/ports/net/netatalk. [vulcan:ports/net/netatalk] jason# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 3:10:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cmc.cwo.net.au (zippy.cmc.cwo.net.au [198.142.244.126]) by hub.freebsd.org (Postfix) with ESMTP id 2D0EE37B405 for ; Thu, 9 Aug 2001 03:10:19 -0700 (PDT) (envelope-from paul.cheetham@cmc.cwo.net.au) Received: (from smtpd@localhost) by zippy.cmc.cwo.net.au (8.8.8+Sun/8.8.8) id UAA22976 for ; Thu, 9 Aug 2001 20:10:16 +1000 (EST) Received: from exchange.cmc.cwo.net.au(198.142.244.175), claiming to be "cmcexch01.cmc.cwo.net.au" via SMTP by zippy.cmc.cwo.net.au, id smtpdAAAVNGpx_; Thu Aug 9 20:10:08 2001 Received: by CMCEXCH01 with Internet Mail Service (5.5.2653.19) id <3SXSZMGH>; Thu, 9 Aug 2001 20:08:10 +1000 Message-ID: <47C271B973BED411B2760090276AD4A81B82C5@CMCEXCH01> From: Paul Cheetham To: "'ports@FreeBSD.org'" Subject: URL link error Date: Thu, 9 Aug 2001 20:08:10 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C120BB.313F9BF0" Sender: owner-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 message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C120BB.313F9BF0 Content-Type: text/plain; charset="iso-8859-1" Hey Just a small URL link error I noticed within your ports collection. the port aide http://www.freebsd.org/cgi/url.cgi?ports/security/aide/pkg-descr Has the WWW link to http://www.cs.tut.fi/~rammer/ which is although useful if you want to know more about the Author doesn't really talk much about the product. I managed to stumble on another URL http://www.cs.tut.fi/~rammer/aide.html which would be better suited for a description of the problem. Regards, Paul ------_=_NextPart_001_01C120BB.313F9BF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey=20
 
 
Just = a small URL=20 link error I noticed within your ports collection.  =
 
the = port aide http://www.freebsd.org/cgi/url.cgi?ports/security/aide/pkg-descr
 
Has = the WWW link to=20 http://www.cs.tut.fi/~rammer/
which is although = useful if=20 you want to know more about the Author doesn't really talk much about = the=20 product.
 
I = managed to stumble=20 on another URL http://www.cs.tut.fi/~ra= mmer/aide.html =20 which would be better suited for a description of the=20 problem.
 
Regards,
 
Paul
------_=_NextPart_001_01C120BB.313F9BF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 3:13:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 1E1A737B406 for ; Thu, 9 Aug 2001 03:13:28 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (v-ger [158.227.6.51]) by polaris.we.lc.ehu.es (8.11.5/8.11.5) with ESMTP id f79ADOb28641; Thu, 9 Aug 2001 12:13:25 +0200 (MET DST) Received: from we.lc.ehu.es (localhost [127.0.0.1]) by v-ger.we.lc.ehu.es (8.11.3/8.11.3) with ESMTP id f79AAai05057; Thu, 9 Aug 2001 12:10:36 +0200 (CEST) (envelope-from jose@we.lc.ehu.es) Message-ID: <3B72619B.CAE9CEF7@we.lc.ehu.es> Date: Thu, 09 Aug 2001 12:10:35 +0200 From: "Jose M. Alcaide" Organization: Universidad del =?iso-8859-1?Q?Pa=EDs?= Vasco - Dept. de Electricidad y =?iso-8859-1?Q?Electr=F3nica?= X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: Christopher Masto Cc: Daniel Frazier , ports@FreeBSD.ORG Subject: Re: mozilla-embedded-0.9.3,1 breaks skipstone and galeon... References: <3B717028.2090005@magpage.com> <20010808173254.A38731@netmonger.net> 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 Christopher Masto wrote: > > On Wed, Aug 08, 2001 at 01:00:24PM -0400, Daniel Frazier wrote: > > These errors look very similar. I'd venture a guess that they're due > > to mozilla-embedded but I'm not exactly sure how. Could it be that > > the galeon and skipstone ports need to be updated to work with > > mozilla-embedded-0.9.3,1? > > galeon and skipstone always need to be updated when Mozilla is updated. > If you look at their web sites, you'll see that a new version comes > out shortly after each release of Mozilla. It just takes a little time > to make it into the ports collection. I tried to adjust the current galeon port to build 0.12pre1, but it is a difficult task. The configure script fails in strange ways, and unfortunately I am not an expert in configure scripts. I expect that Gnome ports maintainers could update the galeon port soon. But, on the other hand, I am afraid that galeon may fall sooner or later into a similar state to nautilus' :-( -- JMA ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 4:16:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 09B3637B403; Thu, 9 Aug 2001 04:16:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup6-21.iptelecom.net.ua [212.9.227.85]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id OAA56699; Thu, 9 Aug 2001 14:16:00 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f79BFTp86990; Thu, 9 Aug 2001 14:15:29 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B7270FE.C4888FBF@FreeBSD.org> Date: Thu, 09 Aug 2001 14:16:14 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Sheldon Hearn , "Andrey A. Chernov" , ports@FreeBSD.org Subject: Re: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa References: <30193.997348914@axl.seasidesoftware.co.za> <3B725936.7B8D069E@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: > Sheldon Hearn wrote: > > > On Wed, 08 Aug 2001 18:53:58 MST, "Andrey A. Chernov" wrote: > > > > > Modified files: > > > www/WebMagick Makefile > > > www/WebMagick/files patch-aa > > > Log: > > > Follow new PerlMagick and rename > > > > So the old rule about avoiding capital letters in port directory names > > is totally dead? > > > > Could someone point me to updated port directory name rules? I seem to > > be way out of date. > > No, it is not dead. I guess that some committers simply aren't aware or it. s/or/of/ -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 5:29:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gi.lviv.ua (wertep.lviv.farlep.net [213.130.16.242]) by hub.freebsd.org (Postfix) with ESMTP id C2CE637B403; Thu, 9 Aug 2001 05:29:28 -0700 (PDT) (envelope-from ys@link.lviv.ua) Received: from ys.gi.lviv.ua (ys.gi.lviv.ua [192.168.1.131]) by gi.lviv.ua (8.11.3/8.11.3) with ESMTP id f79CU8x49717; Thu, 9 Aug 2001 15:30:09 +0300 (EEST) (envelope-from ys@link.lviv.ua) Date: Thu, 9 Aug 2001 15:31:01 +0300 From: Yura Sardyha X-Mailer: The Bat! (v1.38e) S/N A1D26E39 / Educational Reply-To: Yura Sardyha X-Priority: 3 (Normal) Message-ID: <15646.010809@link.lviv.ua> To: dirk@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: php4-4.0.6_1 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 Hello Dirk, I have some strange problem using PHP4 commandline interpreter. There is no build-in function sem_get() that needed for Oasis system (or maybe more function, but I found just that bag). Maybe this binary package was compiled without --enable-sysvsem and --enable-sysvshm keys, but I can't find PHP4 commandline interpreter sources for compiling it by myself. Or maybe, I dont understand something with php. The questions is: 1. Is there any way to build just only interpreter from standard php-4.x.x source distribution? and how I can do it? 2. Can you provide me with binary compiled with this keys? Please, help me, if you'll find couple free minutes. Thanks in advance, ---yura . Yura mailto:ys@link.lviv.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 5:40:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40FFD37B406 for ; Thu, 9 Aug 2001 05:40:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79CeSt07644; Thu, 9 Aug 2001 05:40:28 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E75F37B409 for ; Thu, 9 Aug 2001 05:34:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79CYL105907; Thu, 9 Aug 2001 05:34:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200108091234.f79CYL105907@freefall.freebsd.org> Date: Thu, 9 Aug 2001 05:34:21 -0700 (PDT) From: Craig Partridge To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29563: cvsup of ports failing Sender: owner-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: 29563 >Category: ports >Synopsis: cvsup of ports failing >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 Aug 09 05:40:27 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Craig Partridge >Release: 4.4 >Organization: BBN Technologies >Environment: FreeBSD aland.bbn.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Tue Aug 7 12:30:38 EDT 2001 craig@aland.bbn.com:/usr/src/sys/compile/ALAND i386 >Description: SetAttrs ports/www/jakarta-tomcat/Makefile,v The end of my nightly CVSup run gives me: SetAttrs ports/www/jakarta-tomcat/distinfo,v SetAttrs ports/www/jakarta-tomcat/files/patch-aa,v SetAttrs ports/www/jakarta-tomcat/files/patch-ab,v SetAttrs ports/www/jakarta-tomcat/files/tomcat.sh,v Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory n ot empty >How-To-Repeat: From my end, just run cvsup of the ports collection >Fix: Don't know. I've tried cvsup -D, I've tried deleting the directory but as you can see, CVSup puts files in the directory before trying to delete it. >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 Aug 9 5:45:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 025A037B403; Thu, 9 Aug 2001 05:45:22 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79CeXU07704; Thu, 9 Aug 2001 05:40:33 -0700 (PDT) (envelope-from sada) Date: Thu, 9 Aug 2001 05:40:33 -0700 (PDT) From: Message-Id: <200108091240.f79CeXU07704@freefall.freebsd.org> To: bradh@za.uu.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29257: Update port: graphics/gifsicle Sender: owner-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/gifsicle State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu Aug 9 05:35:17 PDT 2001 State-Changed-Why: Committed, thanks. # In this case ``Description'' section should explain the PR itself, # like ``port upgrade to version 1.30''. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29257 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 6:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87C1137B409 for ; Thu, 9 Aug 2001 06:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79De0h63606; Thu, 9 Aug 2001 06:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6522037B401 for ; Thu, 9 Aug 2001 06:32:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79DWk020316; Thu, 9 Aug 2001 06:32:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200108091332.f79DWk020316@freefall.freebsd.org> Date: Thu, 9 Aug 2001 06:32:46 -0700 (PDT) From: Paul Marquis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29565: Update port: www/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: 29565 >Category: ports >Synopsis: Update port: www/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: Thu Aug 09 06:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Marquis >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: FreeBSD sboy.pmarquis.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed Jul 18 15:10:26 EDT 2001 pmarquis@sboy.pmarquis.com:/usr/obj/usr/src/sys/SBOY i386 >Description: The attached patch adds DOM XML support to the PHP4 port. DOM support requires that the libxml2 port be installed. However, the include directory for libxml2 isn't automatically recognized by the PHP configure script, so a patch is required. There is already a patch to configure for thread support, so this adds a second patch. If it's more desirable to merge this patch into the already existing patch, please let me know. This is a duplicate of bug ports/29556 except submitted as a patch instead of a shar file. The patch can be applied by running: # cd /usr/ports/www/mod_php4 # patch -Np1 < patch >How-To-Repeat: >Fix: diff -Naur mod_php4.orig/files/patch-au mod_php4/files/patch-au --- mod_php4.orig/files/patch-au Wed Dec 31 19:00:00 1969 +++ mod_php4/files/patch-au Wed Aug 8 20:38:26 2001 @@ -0,0 +1,52 @@ +--- configure.orig Wed Aug 8 20:27:07 2001 ++++ configure Wed Aug 8 20:36:28 2001 +@@ -15340,12 +15340,18 @@ + if test "$PHP_DOM" != "no"; then + + if test -r $PHP_DOM/include/libxml/tree.h; then ++ DOMXML_INCLUDE_DIR=$PHP_DOM/include + DOMXML_DIR=$PHP_DOM + else + echo $ac_n "checking for DOM in default path""... $ac_c" 1>&6 + echo "configure:15347: checking for DOM in default path" >&5 + for i in /usr/local /usr; do + if test -r $i/include/libxml/tree.h; then ++ DOMXML_INCLUDE_DIR=$i/include ++ DOMXML_DIR=$i ++ echo "$ac_t""found in $i" 1>&6 ++ elif test -r $i/include/libxml2/libxml/tree.h; then ++ DOMXML_INCLUDE_DIR=$i/include/libxml2 + DOMXML_DIR=$i + echo "$ac_t""found in $i" 1>&6 + fi +@@ -15359,7 +15365,7 @@ + + + old_CPPFLAGS=$CPPFLAGS +- CPPFLAGS=-I$DOMXML_DIR/include ++ CPPFLAGS=-I$DOMXML_INCLUDE_DIR + echo $ac_n "checking for libxml version""... $ac_c" 1>&6 + echo "configure:15365: checking for libxml version" >&5 + cat > conftest.$ac_ext </dev/null ; then +- ai_p="$DOMXML_DIR/include" ++ if test -z "$DOMXML_INCLUDE_DIR" || echo "$DOMXML_INCLUDE_DIR" | grep '^/' >/dev/null ; then ++ ai_p="$DOMXML_INCLUDE_DIR" + else + +- ep_dir="`echo $DOMXML_DIR/include|sed 's%/*[^/][^/]*/*$%%'`" ++ ep_dir="`echo $DOMXML_INCLUDE_DIR|sed 's%/*[^/][^/]*/*$%%'`" + + ep_realdir="`(cd \"$ep_dir\" && pwd)`" +- ai_p="$ep_realdir/`basename \"$DOMXML_DIR/include\"`" ++ ai_p="$ep_realdir/`basename \"$DOMXML_INCLUDE_DIR\"`" + fi + + diff -Naur mod_php4.orig/scripts/configure.php mod_php4/scripts/configure.php --- mod_php4.orig/scripts/configure.php Wed Aug 8 17:50:45 2001 +++ mod_php4/scripts/configure.php Wed Aug 8 20:41:57 2001 @@ -46,6 +46,7 @@ sysvsem "System V semaphore support" OFF \ sysvshm "System V shared memory support" OFF \ transsid "Transparent session id" OFF \ +DOMXML "DOM XML support (implies iconv)" OFF \ 2> $tempfile retval=$? @@ -273,6 +274,13 @@ ;; \"transsid\") echo "CONFIGURE_ARGS+=--enable-trans-sid" + ;; + \"DOMXML\") + echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" + echo "CONFIGURE_ARGS+=--with-dom=\${PREFIX}" + if [ -z "$ICONV" ]; then + set $* \"iconv\" + fi ;; *) echo "Invalid option(s): $*" > /dev/stderr >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 Aug 9 6:45:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D0F337B401; Thu, 9 Aug 2001 06:45:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Dc2t53110; Thu, 9 Aug 2001 06:38:02 -0700 (PDT) (envelope-from sada) Date: Thu, 9 Aug 2001 06:38:02 -0700 (PDT) From: Message-Id: <200108091338.f79Dc2t53110@freefall.freebsd.org> To: vlm@spelio.net.ru, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29188: New port: libstrfunc Sender: owner-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: libstrfunc State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu Aug 9 06:36:47 PDT 2001 State-Changed-Why: Already committed v7.2.6. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29188 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 6:45:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F12E37B405; Thu, 9 Aug 2001 06:45:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79DeU367797; Thu, 9 Aug 2001 06:40:30 -0700 (PDT) (envelope-from sada) Date: Thu, 9 Aug 2001 06:40:30 -0700 (PDT) From: Message-Id: <200108091340.f79DeU367797@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/29199: jdk12beta port should register open-motif-devel as RUN_DEPENDS Sender: owner-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: jdk12beta port should register open-motif-devel as RUN_DEPENDS Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sada Responsible-Changed-When: Thu Aug 9 06:39:52 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29199 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 6:55:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 975ED37B403; Thu, 9 Aug 2001 06:55:20 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79DnWo25523; Thu, 9 Aug 2001 06:49:32 -0700 (PDT) (envelope-from sada) Date: Thu, 9 Aug 2001 06:49:32 -0700 (PDT) From: Message-Id: <200108091349.f79DnWo25523@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/29206: Update port graphics/gliv Sender: owner-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/gliv Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Thu Aug 9 06:49:06 PDT 2001 Responsible-Changed-Why: I'm handling this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29206 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 7:25:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 32E4637B401 for ; Thu, 9 Aug 2001 07:25:27 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 15460 invoked by uid 1001); 9 Aug 2001 14:26:48 -0000 Date: Thu, 9 Aug 2001 10:26:48 -0400 From: Pete Fritchman To: Jason Quigley Cc: marcus@marcuscom.com, ports@FreeBSD.org Subject: Re: FreeBSD Port: netatalk-1.5p6_1 Message-ID: <20010809102648.B15206@databits.net> References: <1536FD99-8CAE-11D5-B496-000A277D821C@> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1536FD99-8CAE-11D5-B496-000A277D821C@>; from jasonq@mac.com on Thu, Aug 09, 2001 at 12:05:38PM +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 ++ 09/08/01 12:05 +0200 - Jason Quigley: | When I try to make netatalk, I get the prompts/failures detailed below. | patch-aa seems like it wants to patch the Makefile, which doesn't yet | exist as configure hasn't been run. What needs to be done to make the | port work cleanly? | | Thanks, | Jason. | Well, you have the latest Makefile, but however you updated your ports tree didn't remove files/patch-aa (and whatever else it might have needed to). For the current patches, see http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/netatalk/files/. | [vulcan:ports/net/netatalk] jason# make | ===> Extracting for netatalk-1.5p6_1 [ this is the current version/revision ] | >> Patch patch-aa failed to apply cleanly. [ patch-aa no longer exists though ] -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 7:35:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCA0F37B401; Thu, 9 Aug 2001 07:35:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79EPhT36133; Thu, 9 Aug 2001 07:25:43 -0700 (PDT) (envelope-from ru) Date: Thu, 9 Aug 2001 07:25:43 -0700 (PDT) From: Message-Id: <200108091425.f79EPhT36133@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29564: Wish: Muttprint Sender: owner-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: Wish: Muttprint Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: ru Responsible-Changed-When: Thu Aug 9 07:25:21 PDT 2001 Responsible-Changed-Why: Wrong category. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29564 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 7:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59FED37B403 for ; Thu, 9 Aug 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Ee2637917; Thu, 9 Aug 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 81FA737B406 for ; Thu, 9 Aug 2001 07:30:54 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15Uqpo-0006m0-00; Thu, 9 Aug 2001 16:30:52 +0200 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.5/8.11.1) id f79DjgG10666; Thu, 9 Aug 2001 15:45:42 +0200 (CEST) (envelope-from naddy) Message-Id: <200108091345.f79DjgG10666@kemoauc.mips.inka.de> Date: Thu, 9 Aug 2001 15:45:42 +0200 (CEST) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29567: update audio/mpg321 to 0.1.3 Sender: owner-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: 29567 >Category: ports >Synopsis: update audio/mpg321 to 0.1.3 >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 Aug 09 07:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Aug 3 19:29:59 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha >Description: audio/mpg321: - Update to 0.1.3: fix wav file creation. - Fix MASTER_SITES. - Use author's description. >How-To-Repeat: >Fix: diff -uNr /usr/ports/audio/mpg321/Makefile mpg321/Makefile --- /usr/ports/audio/mpg321/Makefile Thu Jul 26 12:57:27 2001 +++ mpg321/Makefile Thu Aug 9 13:45:47 2001 @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: mpg321 # Date created: Mar 17, 2001 # Whom: Ying-Chieh Liao @@ -7,10 +6,9 @@ # PORTNAME= mpg321 -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= audio -MASTER_SITES= http://www.linuxberg.com/files/ \ - http://gemini.woot.net/~hosehead/packages/ +MASTER_SITES= http://people.debian.org/~drew/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= naddy@mips.inka.de diff -uNr /usr/ports/audio/mpg321/distinfo mpg321/distinfo --- /usr/ports/audio/mpg321/distinfo Mon Jul 30 12:47:44 2001 +++ mpg321/distinfo Thu Aug 9 13:52:37 2001 @@ -1 +1 @@ -MD5 (mpg321_0.1.2.tar.gz) = 5d598d814bd96d98636fb6dca228793c +MD5 (mpg321_0.1.3.tar.gz) = 1a8c081fd299eb84bdd46d896a8beb10 diff -uNr /usr/ports/audio/mpg321/pkg-comment mpg321/pkg-comment --- /usr/ports/audio/mpg321/pkg-comment Sat Mar 17 15:35:06 2001 +++ mpg321/pkg-comment Thu Aug 9 13:46:53 2001 @@ -1 +1 @@ -A completely free clone of mpg123 +A free command-line mp3 player, compatible with mpg123 >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 Aug 9 7:54: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id EF0AE37B407 for ; Thu, 9 Aug 2001 07:54:02 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f79Ereb31410; Thu, 9 Aug 2001 10:53:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 9 Aug 2001 10:53:40 -0400 (EDT) From: Joe Clarke To: Pete Fritchman Cc: Jason Quigley , Subject: Re: FreeBSD Port: netatalk-1.5p6_1 In-Reply-To: <20010809102648.B15206@databits.net> Message-ID: <20010809105324.V31394-100000@shumai.marcuscom.com> 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, Pete. Beat me to it. Joe Clarke On Thu, 9 Aug 2001, Pete Fritchman wrote: > ++ 09/08/01 12:05 +0200 - Jason Quigley: > | When I try to make netatalk, I get the prompts/failures detailed below. > | patch-aa seems like it wants to patch the Makefile, which doesn't yet > | exist as configure hasn't been run. What needs to be done to make the > | port work cleanly? > | > | Thanks, > | Jason. > | > > Well, you have the latest Makefile, but however you updated your ports > tree didn't remove files/patch-aa (and whatever else it might have > needed to). For the current patches, see > http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/netatalk/files/. > > | [vulcan:ports/net/netatalk] jason# make > | ===> Extracting for netatalk-1.5p6_1 > > [ this is the current version/revision ] > > | >> Patch patch-aa failed to apply cleanly. > > [ patch-aa no longer exists though ] > > > -pete > > -- > Pete Fritchman > Databits Network Services, Inc. > finger petef@databits.net for PGP key > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 9: 0:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFFC337B405 for ; Thu, 9 Aug 2001 09:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79G05s50262; Thu, 9 Aug 2001 09:00:05 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 4A20137B403 for ; Thu, 9 Aug 2001 08:58:03 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f79Fw0V72440; Thu, 9 Aug 2001 23:58:00 +0800 (CST) (envelope-from leeym) Message-Id: <200108091558.f79Fw0V72440@utopia.leeym.com> Date: Thu, 9 Aug 2001 23:58:00 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org Cc: yinjieh@csie.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/29569: update port: chinese/autoconvert Sender: owner-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: 29569 >Category: ports >Synopsis: update port: chinese/autoconvert >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 Aug 09 09:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 5 06:21:16 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: - Update to 0.3.13 - Homepage of author was moved to http://people.debian.org/~ygh/ - Remove redundant do-install section about libhz related stuff Cc-ed to MAINTAINER. >How-To-Repeat: >Fix: diff -ruN /usr/ports/chinese/autoconvert/Makefile autoconvert/Makefile --- /usr/ports/chinese/autoconvert/Makefile Wed Jun 6 05:28:44 2001 +++ autoconvert/Makefile Thu Aug 9 23:37:23 2001 @@ -6,10 +6,9 @@ # PORTNAME= autoconvert -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.13 CATEGORIES= chinese -MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/ \ - ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/ +MASTER_SITES= http://people.debian.org/~ygh/ MAINTAINER= yinjieh@csie.nctu.edu.tw @@ -17,19 +16,10 @@ INSTALLS_SHLIB= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libhz.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libhz.so.0.0 ${PREFIX}/lib/libhz.so.0 - cd ${PREFIX}/lib; ${LN} -sf libhz.so.0 libhz.so - ${MKDIR} ${PREFIX}/share/autoconvert +pre-install: + @${MKDIR} ${PREFIX}/share/zh-autoconvert .for i in ChangeLog LICENSE Readme TODO Thanks Version hz.txt procmailrc.example shed.big5 shed.gb shed.uni shed.utf7 shed.utf8 - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert -.endfor - -.for i in hz.h zhstatis.h - ${INSTALL_DATA} ${WRKSRC}/include/$i ${PREFIX}/include + @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/zh-autoconvert .endfor .include diff -ruN /usr/ports/chinese/autoconvert/distinfo autoconvert/distinfo --- /usr/ports/chinese/autoconvert/distinfo Wed Jun 6 05:28:48 2001 +++ autoconvert/distinfo Thu Aug 9 23:12:40 2001 @@ -1 +1 @@ -MD5 (autoconvert-0.3.12.tar.gz) = ff6022e9946051729b97a3e5f1e700a5 +MD5 (autoconvert-0.3.13.tar.gz) = 43d8d1bb012c72ec7bb7157cec5c63ad diff -ruN /usr/ports/chinese/autoconvert/files/patch-aa autoconvert/files/patch-aa --- /usr/ports/chinese/autoconvert/files/patch-aa Sun Jan 14 22:45:33 2001 +++ autoconvert/files/patch-aa Thu Aug 9 23:38:03 2001 @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Jan 8 18:05:51 2001 -+++ Makefile Tue Jan 9 03:03:10 2001 -@@ -1,11 +1,12 @@ +--- Makefile.orig Sat Apr 28 09:45:46 2001 ++++ Makefile Thu Aug 9 23:31:09 2001 +@@ -1,7 +1,7 @@ CC=gcc -CFLAG=-O2 -g -Wall -Iinclude @@ -10,9 +10,24 @@ .PHONY: all hzlib clean install-home install --all: autob5 autogb hzlib xchat-plugins -+all: autob5 autogb hzlib -+#xchat-plugins - - autob5: autogb - rm -f autob5;ln -s autogb autob5 +@@ -30,12 +30,11 @@ + ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5 + chmod 755 $(HOME)/bin/autogb + install: +- install -m 755 autogb $(DESTDIR)/usr/bin +- install -m 755 lib/libhz.so.0.0 $(DESTDIR)/usr/lib +- cd $(DESTDIR)/usr/lib;ln -s libhz.so.0.0 libhz.so.0 +- cd $(DESTDIR)/usr/lib;ln -s libhz.so.0 libhz.so +- install -m 755 lib/libhz.a $(DESTDIR)/usr/lib +- install -m 755 contrib/xchat-plugins/xchat-autogb.so $(DESTDIR)/usr/share/zh-autoconvert +- install -m 755 contrib/xchat-plugins/xchat-autob5.so $(DESTDIR)/usr/share/zh-autoconvert +- install -m 644 include/*.h $(DESTDIR)/usr/include +- ln -s autogb $(DESTDIR)/usr/bin/autob5 ++ install -m 755 autogb $(PREFIX)/bin ++ install -m 755 lib/libhz.so.0.0 $(PREFIX)/lib/libhz.so.0 ++ cd $(PREFIX)/lib;ln -s libhz.so.0 libhz.so ++ install -m 755 lib/libhz.a $(PREFIX)/lib ++ install -m 755 contrib/xchat-plugins/xchat-autogb.so $(PREFIX)/share/zh-autoconvert ++ install -m 755 contrib/xchat-plugins/xchat-autob5.so $(PREFIX)/share/zh-autoconvert ++ install -m 644 include/*.h $(PREFIX)/include ++ ln -s autogb $(PREFIX)/bin/autob5 diff -ruN /usr/ports/chinese/autoconvert/pkg-plist autoconvert/pkg-plist --- /usr/ports/chinese/autoconvert/pkg-plist Wed Jun 6 05:28:48 2001 +++ autoconvert/pkg-plist Thu Aug 9 23:36:28 2001 @@ -5,17 +5,19 @@ lib/libhz.a lib/libhz.so lib/libhz.so.0 -share/autoconvert/ChangeLog -share/autoconvert/LICENSE -share/autoconvert/Readme -share/autoconvert/TODO -share/autoconvert/Thanks -share/autoconvert/Version -share/autoconvert/hz.txt -share/autoconvert/procmailrc.example -share/autoconvert/shed.big5 -share/autoconvert/shed.gb -share/autoconvert/shed.uni -share/autoconvert/shed.utf7 -share/autoconvert/shed.utf8 -@dirrm share/autoconvert +share/zh-autoconvert/ChangeLog +share/zh-autoconvert/LICENSE +share/zh-autoconvert/Readme +share/zh-autoconvert/TODO +share/zh-autoconvert/Thanks +share/zh-autoconvert/Version +share/zh-autoconvert/hz.txt +share/zh-autoconvert/procmailrc.example +share/zh-autoconvert/shed.big5 +share/zh-autoconvert/shed.gb +share/zh-autoconvert/shed.uni +share/zh-autoconvert/shed.utf7 +share/zh-autoconvert/shed.utf8 +share/zh-autoconvert/xchat-autob5.so +share/zh-autoconvert/xchat-autogb.so +@dirrm share/zh-autoconvert >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 Aug 9 9:15:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8DEC37B405; Thu, 9 Aug 2001 09:15:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79G5VO53654; Thu, 9 Aug 2001 09:05:31 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 09:05:31 -0700 (PDT) From: Message-Id: <200108091605.f79G5VO53654@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/29565: Update port: www/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 Synopsis: Update port: www/mod_php4 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 09:05:15 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29565 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 9:25:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E142737B403; Thu, 9 Aug 2001 09:25:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79GNH655627; Thu, 9 Aug 2001 09:23:17 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 09:23:17 -0700 (PDT) From: Message-Id: <200108091623.f79GNH655627@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/29546: Fix USE_MESA in bsd.port.mk Sender: owner-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 USE_MESA in bsd.port.mk Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 09:21:09 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1546937B40B for ; Thu, 9 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HA1b63072; Thu, 9 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id B039537B401 for ; Thu, 9 Aug 2001 10:01:50 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f79H1m185343; Fri, 10 Aug 2001 01:01:48 +0800 (CST) (envelope-from leeym) Message-Id: <200108091701.f79H1m185343@utopia.leeym.com> Date: Fri, 10 Aug 2001 01:01:48 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29572: update port: misc/whichman Sender: owner-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: 29572 >Category: ports >Synopsis: update port: misc/whichman >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 Aug 09 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 5 06:21:16 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: update to version 2.0 >How-To-Repeat: >Fix: diff -ruN /usr/ports/misc/whichman/Makefile whichman/Makefile --- /usr/ports/misc/whichman/Makefile Fri Jun 23 21:22:00 2000 +++ whichman/Makefile Fri Aug 10 00:29:33 2001 @@ -6,13 +6,13 @@ # PORTNAME= whichman -PORTVERSION= 1.9 +PORTVERSION= 2.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.linuxfocus.org/~guido.socher/ MASTER_SITE_SUBDIR= apps/doctools -MAINTAINER= leeym@cae.ce.ntu.edu.tw +MAINTAINER= ports@FreeBSD.org MAN1= whichman.1 ftff.1 ftwhich.1 diff -ruN /usr/ports/misc/whichman/distinfo whichman/distinfo --- /usr/ports/misc/whichman/distinfo Tue Jun 6 22:13:30 2000 +++ whichman/distinfo Thu Aug 9 07:37:07 2001 @@ -1 +1 @@ -MD5 (whichman-1.9.tar.gz) = 6a35697ad7c6e55631dae0dbe8620096 +MD5 (whichman-2.0.tar.gz) = 9b4b17efc7390c4223836cc684cfd763 >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 Aug 9 10:20:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 711A637B403 for ; Thu, 9 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HK1c64207; Thu, 9 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from maple.he.net (maple.he.net [216.218.214.130]) by hub.freebsd.org (Postfix) with ESMTP id 759E337B401 for ; Thu, 9 Aug 2001 10:12:30 -0700 (PDT) (envelope-from chrise@scardini.com) Received: from tlon.scardini.com (c1551124-a.potlnd1.or.home.com [24.248.51.15]) by maple.he.net (8.8.6/8.8.2) with ESMTP id KAA27635 for ; Thu, 9 Aug 2001 10:12:34 -0700 Received: (from chrise@localhost) by tlon.scardini.com (8.11.3/8.11.3) id f79HC0237964; Thu, 9 Aug 2001 10:12:00 -0700 (PDT) (envelope-from chrise) Message-Id: <200108091712.f79HC0237964@tlon.scardini.com> Date: Thu, 9 Aug 2001 10:12:00 -0700 (PDT) From: Christopher Elkins Reply-To: Christopher Elkins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29573: New port: A script to fetch mail from a Hotmail mailbox Sender: owner-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: 29573 >Category: ports >Synopsis: New port: A script to fetch mail from a Hotmail mailbox >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 Aug 09 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD tlon 4.3-RELEASE FreeBSD 4.3-RELEASE #9: Tue Jul 10 22:34:03 PDT 2001 root@tlon:/usr/src/sys/compile/TLON i386 >Description: GotMail is a utility to download mail from a Hotmail account and either save it to disk or forward it using sendmail to another email address. >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: # # gotmail # gotmail/pkg-plist # gotmail/pkg-descr # gotmail/pkg-comment # gotmail/distinfo # gotmail/Makefile # echo c - gotmail mkdir -p gotmail > /dev/null 2>&1 echo x - gotmail/pkg-plist sed 's/^X//' >gotmail/pkg-plist << 'END-of-gotmail/pkg-plist' Xbin/gotmail.pl X%%PORTDOCS%%share/doc/gotmail/COPYING X%%PORTDOCS%%share/doc/gotmail/ChangeLog X%%PORTDOCS%%share/doc/gotmail/README X%%PORTDOCS%%share/doc/gotmail/TODO X%%PORTDOCS%%share/doc/gotmail/sample.gotmailrc X%%PORTDOCS%%@dirrm share/doc/gotmail END-of-gotmail/pkg-plist echo x - gotmail/pkg-descr sed 's/^X//' >gotmail/pkg-descr << 'END-of-gotmail/pkg-descr' XGotMail is a utility to download mail from a Hotmail account Xand either save it to disk or forward it using sendmail to Xanother email address. X XWWW: http://www.hawkins.emu.id.au/gotmail/ END-of-gotmail/pkg-descr echo x - gotmail/pkg-comment sed 's/^X//' >gotmail/pkg-comment << 'END-of-gotmail/pkg-comment' XA script to fetch mail from a Hotmail mailbox END-of-gotmail/pkg-comment echo x - gotmail/distinfo sed 's/^X//' >gotmail/distinfo << 'END-of-gotmail/distinfo' XMD5 (gotmail_0.6.6.tar.gz) = fd529e6b5d7258ad6fb6dbf05c0fa694 END-of-gotmail/distinfo echo x - gotmail/Makefile sed 's/^X//' >gotmail/Makefile << 'END-of-gotmail/Makefile' X# New ports collection makefile for: gotmail X# Date created: 9 August 2001 X# Whom: Christopher Elkins X# X# $FreeBSD$ X# X XPORTNAME= gotmail XPORTVERSION= 0.6.6 XCATEGORIES= mail perl5 XMASTER_SITES= http://www.hawkins.emu.id.au/gotmail/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org X XRUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI X XUSE_PERL5= yes XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X.for i in COPYING ChangeLog README TODO sample.gotmailrc X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} X.endfor X.endif X X.include END-of-gotmail/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 Thu Aug 9 10:25:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFAEB37B406; Thu, 9 Aug 2001 10:25:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HMIS64738; Thu, 9 Aug 2001 10:22:18 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:22:18 -0700 (PDT) From: Message-Id: <200108091722.f79HMIS64738@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, bp@FreeBSD.org Subject: Re: ports/29219: smbfs-1.4.1 don'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 Synopsis: smbfs-1.4.1 don't compile Responsible-Changed-From-To: freebsd-ports->bp Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:22:04 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29219 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:25:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 115D437B407; Thu, 9 Aug 2001 10:25:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HLDq64506; Thu, 9 Aug 2001 10:21:13 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:21:13 -0700 (PDT) From: Message-Id: <200108091721.f79HLDq64506@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29229: Mozilla port won't compile 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 Synopsis: Mozilla port won't compile on -current Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:20:58 PDT 2001 Responsible-Changed-Why: OVer to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29229 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:25:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 392BF37B40B; Thu, 9 Aug 2001 10:25:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HJQr64097; Thu, 9 Aug 2001 10:19:26 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:19:26 -0700 (PDT) From: Message-Id: <200108091719.f79HJQr64097@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29261: Bug-fix and feature update for Balsa-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 Synopsis: Bug-fix and feature update for Balsa-1.1.7 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:18:47 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29261 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:25:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E95837B40D; Thu, 9 Aug 2001 10:25:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HN8T64878; Thu, 9 Aug 2001 10:23:08 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:23:08 -0700 (PDT) From: Message-Id: <200108091723.f79HN8T64878@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29208: Kill Balsa-1.1.7 zombie procmail processes bug Sender: owner-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: Kill Balsa-1.1.7 zombie procmail processes bug Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:22:54 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29208 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:25:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE3E137B415; Thu, 9 Aug 2001 10:25:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HI6Y63926; Thu, 9 Aug 2001 10:18:06 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:18:06 -0700 (PDT) From: Message-Id: <200108091718.f79HI6Y63926@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/29267: Update the svscan.sh startup script for daemontools Sender: owner-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 the svscan.sh startup script for daemontools Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:17:46 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29267 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:25:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4A4537B40E; Thu, 9 Aug 2001 10:25:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HKK564308; Thu, 9 Aug 2001 10:20:20 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:20:20 -0700 (PDT) From: Message-Id: <200108091720.f79HKK564308@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/29248: XFree86 4.1 hangs with an i815 chip while XFree86 4.0.3 works Sender: owner-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: XFree86 4.1 hangs with an i815 chip while XFree86 4.0.3 works Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:19:44 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29248 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:25:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED2437B416; Thu, 9 Aug 2001 10:25:22 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HNxs65043; Thu, 9 Aug 2001 10:23:59 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:23:59 -0700 (PDT) From: Message-Id: <200108091723.f79HNxs65043@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/29163: XFree86-4 port should register XFree86-4-libraries when installed Sender: owner-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: XFree86-4 port should register XFree86-4-libraries when installed Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:23:45 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29163 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:38: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id F0F7637B401; Thu, 9 Aug 2001 10:38:02 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id LAA02532; Thu, 9 Aug 2001 11:04:53 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.5/8.11.5) with ESMTP id f79HbYK08679; Thu, 9 Aug 2001 10:37:40 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Thu, 9 Aug 2001 10:37:34 -0700 From: John Merryweather Cooper To: lioux@FreeBSD.ORG Cc: lioux@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/29208: Kill Balsa-1.1.7 zombie procmail processes bug Message-ID: <20010809103734.A8597@johncoop> References: <200108091723.f79HN8T64878@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108091723.f79HN8T64878@freefall.freebsd.org>; from lioux@FreeBSD.ORG on Thu, Aug 09, 2001 at 10:23:08 -0700 X-Mailer: Balsa 1.1.7 Lines: 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 On 2001.08.09 10:23 lioux@FreeBSD.ORG wrote: > Synopsis: Kill Balsa-1.1.7 zombie procmail processes bug > > Responsible-Changed-From-To: freebsd-ports->gnome > Responsible-Changed-By: lioux > Responsible-Changed-When: Thu Aug 9 10:22:54 PDT 2001 > Responsible-Changed-Why: > Over to maintainer > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29208 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Note that PR ports/29261 incorporates all the patches of PR ports/29208. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:45:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6676637B409; Thu, 9 Aug 2001 10:45:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HbAS66567; Thu, 9 Aug 2001 10:37:10 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:37:10 -0700 (PDT) From: Message-Id: <200108091737.f79HbAS66567@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, kevlo@FreeBSD.org Subject: Re: ports/29279: linux-jdk1.3.1 socket code throws exception Sender: owner-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-jdk1.3.1 socket code throws exception Responsible-Changed-From-To: freebsd-ports->kevlo Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:36:53 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29279 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 10:45:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3130737B405; Thu, 9 Aug 2001 10:45:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HeLl67089; Thu, 9 Aug 2001 10:40:21 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 10:40:21 -0700 (PDT) From: Message-Id: <200108091740.f79HeLl67089@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, sumikawa@FreeBSD.org Subject: Re: ports/29535: racoon port won't 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: racoon port won't build Responsible-Changed-From-To: freebsd-ports->sumikawa Responsible-Changed-By: lioux Responsible-Changed-When: Thu Aug 9 10:40:09 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29535 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 11:35:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D1B37B435; Thu, 9 Aug 2001 11:35:21 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IVJD75257; Thu, 9 Aug 2001 11:31:19 -0700 (PDT) (envelope-from sumikawa) Date: Thu, 9 Aug 2001 11:31:19 -0700 (PDT) From: Message-Id: <200108091831.f79IVJD75257@freefall.freebsd.org> To: ast@marabu.ch, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29507: racoon-20010802a libipsec doesn't compile on RELENG_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: racoon-20010802a libipsec doesn't compile on RELENG_4 State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Fri Aug 10 03:30:35 JST 2001 State-Changed-Why: I've fixed the problem. sorry for the mess. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29507 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 11:36:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from prince.don.to (cj3098036-a.sagam1.kn.home.ne.jp [210.20.109.78]) by hub.freebsd.org (Postfix) with ESMTP id DB2B937B403; Thu, 9 Aug 2001 11:36:20 -0700 (PDT) (envelope-from sumikawa@ebina.hitachi.co.jp) Received: from localhost (localhost [127.0.0.1]) by prince.don.to (8.11.3/3.7W) with ESMTP id f79IZqi77133; Fri, 10 Aug 2001 03:35:52 +0900 (JST) Date: Fri, 10 Aug 2001 03:35:52 +0900 (JST) Message-Id: <20010810.033552.150151995.sumikawa@ebina.hitachi.co.jp> To: ume@FreeBSD.ORG Cc: jonathan.chen@itouch.co.nz, sumikawa@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, sumikawa@ebina.hitachi.co.jp Subject: Re: security/racoon port From: Munechika SUMIKAWA In-Reply-To: References: <20010807155603.A89488@itouchnz.itouch> X-Mailer: xcite1.39> Mew version 2.0 on XEmacs 21.4.3 (Academic Rigor) 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 >> I've just cvsup'd just about 5 minutes ago, and tried building >> security/racoon. However, the port fails to build with: >> I'm running "FreeBSD 4.3-STABLE #1: Mon Jul 16 16:46:47 NZST 2001". >> Any chance of a fix? > > This patch fix the problem. Howerver, I didn't run racoon myself, > yet. I already sent it to the maintainer. > FYI: I committed the lacking part to compile recent racoon from recent > KAME into 5-CURRENT, yesterday. I believe it is not mandatory to run > recent racoon. sorry for the mess. I didn't find out the problem since I checked to compile it on the latest KAME-snap. now I've fixed the problem. please cvsup and retry it. --- Munechika SUMIKAWA @ KAME Project / 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 Aug 9 11:45:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C25437B405; Thu, 9 Aug 2001 11:45:21 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IcTB76151; Thu, 9 Aug 2001 11:38:29 -0700 (PDT) (envelope-from trevor) Date: Thu, 9 Aug 2001 11:38:29 -0700 (PDT) From: Message-Id: <200108091838.f79IcTB76151@freefall.freebsd.org> To: craig@bbn.com, trevor@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29563: cvsup of ports failing Sender: owner-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: cvsup of ports failing State-Changed-From-To: open->closed State-Changed-By: trevor State-Changed-When: Thu Aug 9 11:37:09 PDT 2001 State-Changed-Why: See PR 27495 for a work-around. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29563 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 11:45:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2B7B37B403; Thu, 9 Aug 2001 11:45:21 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IZgu75828; Thu, 9 Aug 2001 11:35:42 -0700 (PDT) (envelope-from olgeni) Date: Thu, 9 Aug 2001 11:35:42 -0700 (PDT) From: Message-Id: <200108091835.f79IZgu75828@freefall.freebsd.org> To: freebsd-admin@blender.nl, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29266: port upgrade to latest blender 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: port upgrade to latest blender version State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Thu Aug 9 11:35:27 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 11:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDB8637B405 for ; Thu, 9 Aug 2001 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Io0N77449; Thu, 9 Aug 2001 11:50:00 -0700 (PDT) (envelope-from gnats) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 9A62637B403 for ; Thu, 9 Aug 2001 11:41:02 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: (from phk@localhost) by critter.freebsd.dk (8.11.4/8.11.4) id f79Iex612960; Thu, 9 Aug 2001 20:40:59 +0200 (CEST) (envelope-from phk) Message-Id: <200108091840.f79Iex612960@critter.freebsd.dk> Date: Thu, 9 Aug 2001 20:40:59 +0200 (CEST) From: Poul-Henning Kamp Reply-To: Poul-Henning Kamp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29576: ports/print/ghostscript6 needs updated. Sender: owner-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: 29576 >Category: ports >Synopsis: ports/print/ghostscript6 needs updated. >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 Aug 09 11:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT i386 >Organization: P.E.Mønsted, Fregatten Jylland som barn. >Environment: System: FreeBSD critter.freebsd.dk 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Aug 8 13:10:20 CEST 2001 root@critter.freebsd.dk:/freebsd/src/sys/i386/compile/CRITTER i386 >Description: http://sourceforge.net/forum/forum.php?forum_id=90464 There is a new version of ghostscript out: 6.51, amongst other things it offers HP-delivered support for the majority of HP's printers in the form of the "hpijs" device. This should make quite a lot of the hair in the port go away since the HP8XX, HPDJ, PCL3 and DJ970 driver would appear unneeded now. The ports makefile and ghostscripts general makefile-hairness defies my own abilities :-( >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 Thu Aug 9 12:12:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F2C37B406 for ; Thu, 9 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JA1f82497; Thu, 9 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3DCE37B409 for ; Thu, 9 Aug 2001 12:01:19 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79J1Ji78748; Thu, 9 Aug 2001 12:01:19 -0700 (PDT) (envelope-from nobody) Message-Id: <200108091901.f79J1Ji78748@freefall.freebsd.org> Date: Thu, 9 Aug 2001 12:01:19 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29578: Update port: print_ghostscript55 to 6.51 (fix ports/28846) Sender: owner-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: 29578 >Category: ports >Synopsis: Update port: print_ghostscript55 to 6.51 (fix ports/28846) >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 Aug 09 12:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 6.51 New file: files/escputil.contrib.mak files/hpijs.contrib.mak files/lqx70ch.upp files/lqx70cl.upp files/lqx70cm.upp files/patch-hpijs:makefile files/patch-lib:gs_init.ps files/patch-src:contrib.mak-5.94.add files/patch-src:gdevxini.c files/patch-src:genarch.c files/patch-src:gp_unifs.c files/patch-src:gp_unifs.c files/patch-src:unix-gcc.mak files/patch-src:zmedia2.c files/stc740ih.upp files/stc740p.upp files/stc740pl.upp Remove file: files/patch-aa files/patch-ab files/patch-ac files/patch-ad This PR supersedes ports/28846. Following PRs related to this port should also be closed by this PR: ports/28387 (hpijs driver is integrated) Note: Directory name of this port would have to be chenged to 'ghostscript-gnu'. >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript55/Makefile print/ghostscript55/Makefile --- /usr/ports/print/ghostscript55/Makefile Fri Jul 6 21:55:57 2001 +++ print/ghostscript55/Makefile Tue Jul 10 05:04:07 2001 @@ -6,34 +6,59 @@ # PORTNAME= ghostscript -PORTVERSION= 5.50a +PORTVERSION= 6.51 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.cs.wisc.edu/ghost/gnu/gs550/ \ - ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/ \ - http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://www.erdw.ethz.ch/~bonk/ftp/gs-driver-distrib/ -MASTER_SITE_SUBDIR= ${PORTNAME} + ${MASTER_SITE_SOURCEFORGE} \ + http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ + http://www.gelhaus.net/hp880c/1.4beta/ \ + http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ + http://www.harsch.net/Download/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs651/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/ +MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet + DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP850_DRV} + ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ + ${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC} EXTRACT_ONLY= ${GS_SOURCES} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ - unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png -NO_LATEST_LINK= "Older version." +USE_BZIP2= yes +USE_GMAKE= yes +CFLAGS+= -DUPD_SIGNAL=0 +MAKEFILE= src/unix-gcc.mak +ALL_TARGET= all pcl3opts escputil +PLIST_SUB= GS_VERSION=${PORTVERSION} + +MAN1= dvipdf.1 eps2eps.1 escputil.1 font2c.1 gs-hpdj.1 gs-pcl3.1 \ + gs.1 gslp.1 gsnd.1 pcl3opts.1 pdf2dsc.1 pdf2ps.1 pdfopt.1 \ + pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 \ + ps2pdfwr.1 ps2ps.1 wftopfa.1 +MLINKS= gslp.1 gsbj.1 \ + gslp.1 gsdj.1 \ + gslp.1 gsdj500.1 \ + gslp.1 gslj.1 \ + ps2pdf.1 ps2pdf12.1 \ + ps2pdf.1 ps2pdf13.1 -WRKSRC= ${WRKDIR}/gs5.50 +.if defined(A4) +CFLAGS+= -DA4 +.endif +.if !defined(WITHOUT_X11) +PKGNAMESUFFIX= -gnu USE_XLIB= yes -USE_GMAKE= yes -MAKEFILE= unix-gcc.mak -MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 ps2ps.1 +.else +PKGNAMESUFFIX= -gnu-nox11 +MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} +.endif -GS_SOURCES= gnu-gs-5.50a.tar.gz +GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} # Note: the following two are real files that have symlinks with # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port @@ -41,52 +66,270 @@ GS_FONTS_STD= gnu-gs-fonts-std-6.0.tar.gz GS_FONTS_OTHER= gnu-gs-fonts-other-6.0.tar.gz -# Additional driver HP 850, see http://www.erdw.ethz.ch/~bonk/hp850/hp850.html -HP850_DRV= hp8xxs13.zip +# Additional Drivers: + +# Ghostscript Driver for HP DeskJet 812C/815C/832C/880C/882C/895C +# http://www.gelhaus.net/hp880c/ +HP8XX= cdj880 +HP8XX_DRV= gdevcd8.tar.gz + +# HPDJ, additional driver for HP PCL3 Printers, by Martin Lottermoser +# still present, just for the case pcl3 is missing some hpdj feature +# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html +HPDJ= hpdj +HPDJ_VERS= 2.6 +HPDJ_NAME= ${HPDJ}-${HPDJ_VERS} +HPDJ_SRC= ${HPDJ_NAME}.tar.gz +HPDJ_MAN1= gs-hpdj.1 + +# PCL3 (hpdj successor now in RELEASE quality) +# additional driver for HP PCL3 Printers, by Martin Lottermoser +# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html +PCL3= pcl3 +PCL3_VERS= 3.2 +PCL3_NAME= ${PCL3}-${PCL3_VERS} +PCL3_SRC= ${PCL3_NAME}.tar.gz +PCL3_MAN1= gs-pcl3.1 pcl3opts.1 + +# additional driver for HP DeskJet 970, supports duplex printing +# http://www.harsch.net/Ghostscript/ghostscript.html +HP970_DRV= gdevdj9.c.gz + +# gimp-print - very high quality driver for Epson, HPs,... +# http://gimp-print.sourceforge.net/ +GPRINT= print +GPRINT_DESC= gimp-${GPRINT} +GPRINT_VERS= 4.0.5 +GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} +GPRINT_SRC= ${GPRINT_NAME}.tar.gz +GPRINT_MAN1= escputil.1 + +# HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series +# http://hpinkjet.sourceforge.net/ +HPIJS= hpijs +HPIJS_VERS= 0.97 +HPIJS_NAME= ${HPIJS}${HPIJS_VERS} +HPIJS_SRC= ${HPIJS_NAME}.tar.gz + +# contributed uniprint profiles +CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \ + stc740ih.upp stc740p.upp stc740pl.upp # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps -.if defined(A4) -CFLAGS+= -DA4 +.include + +.if ${ARCH} == "i386" +CFLAGS+= -D_LITTLE_ENDIAN .endif -pre-fetch: +.SILENT: + +pre-everything: .if !defined(A4) - @${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." + ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else - @${ECHO_MSG} "Using -DA4 for compilation." + ${ECHO_MSG} "Using -DA4 for compilation." .endif post-extract: - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - unzip -L -q -aa -o ${DISTDIR}/${HP850_DRV} -d ${WRKSRC} -x devs.mak + ${ECHO_MSG} ">>> in post-extract ..." + ${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ + ${WRKSRC}/jpeg + ${RM} -f ${WRKSRC}/man/de/*.1 +# ** 3rd party driver ** +# Note: don't forget to add those devices in scripts/configure and +# configure.batch, which update unix-gcc.mak to build gs with these +# new devices ! +# +# for HP8XX driver + ${ECHO_MSG} ">>> extracting ${HP8XX_DRV} ..." + ${TAR} -C ${WRKSRC}/src -xzf ${_DISTDIR}/${HP8XX_DRV} +# for HPDJ driver + ${ECHO_MSG} ">>> extracting ${HPDJ_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPDJ_SRC} + ${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar +# for PCL3 driver + ${ECHO_MSG} ">>> extracting ${PCL3_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${PCL3_SRC} + ${LN} -sf ${PCL3_NAME} ${WRKSRC}/pcl3 + ${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ + ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar +# for HP DeskJet 970 driver + ${ECHO_MSG} ">>> extracting ${HP970_DRV} ..." + ${CP} ${_DISTDIR}/${HP970_DRV} ${WRKSRC}/src + ${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} +# for gimp-print + ${ECHO_MSG} ">>> extracting ${GPRINT_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${GPRINT_SRC} +# for HPinkjet driver + ${ECHO_MSG} ">>> extracting ${HPIJS_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPIJS_SRC} + ${LN} -sf ${HPIJS_NAME} ${WRKSRC}/hpijs + +post-patch: + ${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \ + ${WRKSRC}/src/unix-gcc.mak + find ${WRKSRC}/src -name '*.[ch]' | xargs ${PERL} -pi -e \ + 's|pputc|stream_putc|g; \ + s|pwrite|stream_write|g ; \ + s|pputs|stream_puts|g' +# for HPinkjet driver + find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ + 's|#include ||g; \ + s|SRVPATH \"hpijs\"|SRVPATH \"${PREFIX}/libexec/hpijs\"|g' + +# here we apply the modifications necessary to build the 3rd party drivers +# advantage: you see unmodified makefiles after a pure make extract +pre-configure: + ${ECHO_MSG} ">>> in pre-configure ..." +# for HPDJ driver + ${ECHO_MSG} ">>> adding ${HPDJ} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \ + >> ${WRKSRC}/src/contrib.mak +# for PCL3 driver + ${ECHO_MSG} ">>> adding ${PCL3} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-6.50.add \ + >> ${WRKSRC}/src/contrib.mak +# for gimp-print + ${ECHO_MSG} ">>> creating symlinks for ${GPRINT_DESC} ..." + ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/Ghost/*.[ch] \ + ${WRKSRC}/src + ${ECHO_MSG} ">>> adding ${GPRINT_DESC} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/${GPRINT_NAME}/Ghost/contrib.mak.addon \ + >> ${WRKSRC}/src/contrib.mak + ${ECHO_MSG} ">>> adding make rules for escputil to contrib.mak ..." + ${CAT} ${FILESDIR}/escputil.contrib.mak \ + >> ${WRKSRC}/src/contrib.mak +# for HPinkjet driver + ${ECHO_MSG} ">>> creating symlinks for ${HPIJS} ..." + ${LN} -sf ${WRKSRC}/${HPIJS_NAME}/gdevhpij.[ch] \ + ${WRKSRC}/src + ${ECHO_MSG} ">>> adding ${HPIJS} driver to contrib.mak ..." + ${CAT} ${FILESDIR}/hpijs.contrib.mak \ + >> ${WRKSRC}/src/contrib.mak do-configure: + ${ECHO_MSG} ">>> in do-configure ..." .if defined(BATCH) - @${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure.batch + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else - @${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif pre-build: + ${ECHO_MSG} ">>> in pre-build ..." + ${ECHO_MSG} ">>> creating directories for compilation ..." ${MKDIR} ${WRKSRC}/obj + ${MKDIR} ${WRKSRC}/bin + +post-build: +# for HPinkjet driver + cd ${WRKSRC}/${HPIJS_NAME} ; \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} makefile pre-install: - @${MKDIR} ${PREFIX}/share/ghostscript - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD} - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER} + ${ECHO_MSG} ">>> in pre-install ..." + ${ECHO_MSG} ">>> creating ghostscript destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript + ${ECHO_MSG} ">>> extracting ghostscript fonts..." + ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_OTHER} -# install the readme and license file of the hp8xxx driver as well post-install: + ${ECHO_MSG} ">>> in post-install ..." + ${ECHO_MSG} ">>> stripping gs ..." strip ${PREFIX}/bin/gs - ${INSTALL_SCRIPT} ${WRKSRC}/unix-lpr.sh ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/lprsetup.sh ${PREFIX}/bin - ${INSTALL_DATA} ${DISTDIR}/pdf_sec.ps \ - ${PREFIX}/share/ghostscript/5.50 - ${INSTALL_DATA} ${WRKSRC}/license.hp8 \ - ${PREFIX}/share/ghostscript/5.50/doc - ${INSTALL_DATA} ${WRKSRC}/readme.hp8 \ - ${PREFIX}/share/ghostscript/5.50/doc +# for HPDJ driver + ${ECHO_MSG} ">>> installing ${HPDJ} manpages ..." +.for i in ${HPDJ_MAN1} + ${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 +.endfor + ${ECHO_MSG} ">>> creating ${HPDJ} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${ECHO_MSG} ">>> installing files in ${HPDJ} destdir ..." +.for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \ + margins-Letter.ps margins-LetterRotated.ps + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj +.endfor +# for PCL3 driver + ${ECHO_MSG} ">>> installing ${PCL3} manpages ..." +.for i in ${PCL3_MAN1} + ${INSTALL_MAN} ${WRKSRC}/${PCL3_NAME}/doc/${i} ${PREFIX}/man/man1 +.endfor +# other pcl3 stuff, which might be interesting for runtime + ${ECHO_MSG} ">>> creating ${PCL3} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${ECHO_MSG} ">>> installing files in ${PCL3} destdir ..." +.for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ + ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \ + ps/margins-A4Rotated.ps ps/margins-Env10Rotated.ps \ + ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \ + ps/margins-LetterRotated.ps + ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 +.endfor +# for gimp-print driver + ${ECHO_MSG} ">>> installing ${GPRINT_DESC} escputil in bindir ..." + ${INSTALL_PROGRAM} ${WRKSRC}/src/escputil ${PREFIX}/bin + ${ECHO_MSG} ">>> installing ${GPRINT_DESC} manpages ..." +.for i in ${GPRINT_MAN1} + ${INSTALL_MAN} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ + ${PREFIX}/man/man1 +.endfor + ${ECHO_MSG} ">>> creating ${GPRINT_DESC} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${ECHO_MSG} ">>> installing files in gimp-print destdir ..." +.for i in README + ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print +.endfor +# for HPinkjet driver + ${ECHO_MSG} ">>> installing ${HPIJS} server in libexecdir ..." + ${INSTALL_PROGRAM} ${WRKSRC}/${HPIJS_NAME}/hpijs ${PREFIX}/libexec + ${ECHO_MSG} ">>> creating ${HPIJS} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${ECHO_MSG} ">>> installing files in ${HPIJS} destdir ..." +.for i in hpijs_readme.html + ${INSTALL_DATA} ${WRKSRC}/${HPIJS}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs +.endfor +# contributed UPP driver + ${ECHO_MSG} ">>> installing contributed UPP profiles ..." +.for i in ${CONTRIB_UPP} + ${INSTALL_DATA} ${FILESDIR}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/lib +.endfor +# for reading encrypted PDFs + ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." + ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/lib +# +# now NOPORTDOCS dependend stuff +# +.if !defined(NOPORTDOCS) + ${ECHO_MSG} ">>> installing PORTDOC stuff ..." +# install hpdj docu, not necessary for runtime +# note: old hpdj driver has its files in ${WRKSRC}/src + ${ECHO_MSG} ">>> creating ${HPDJ} docu destdir ..." + ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${ECHO_MSG} ">>> installing files in ${HPDJ} docu destdir ..." +.for i in NEWS hpdj.html + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj +.endfor +# install pcl3 docu, not necessary for runtime +# note: new pcl3 driver has a subdir of its own + ${ECHO_MSG} ">>> creating ${PCL3} docu destdir ..." + ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${ECHO_MSG} ">>> installing files in ${PCL3} docu destdir ..." +.for i in NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html + ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ + ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 +.endfor +.endif + ${ECHO_MSG} "> post-installation tasks completed." -.include +.include diff -urN /usr/ports/print/ghostscript55/distinfo print/ghostscript55/distinfo --- /usr/ports/print/ghostscript55/distinfo Fri Aug 25 06:20:29 2000 +++ print/ghostscript55/distinfo Sat Jul 7 12:45:24 2001 @@ -1,5 +1,10 @@ -MD5 (gnu-gs-5.50a.tar.gz) = c12ea8dd56cfc453c99bd8864dfc90db +MD5 (ghostscript-6.51.tar.bz2) = 6b6d2123daaa1d217aadcbba7f2d6179 MD5 (gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79 MD5 (gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f -MD5 (hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586 MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 +MD5 (gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 +MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be +MD5 (pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46 +MD5 (gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 +MD5 (print-4.0.5.tar.gz) = 2eae88b9285d47036d31974fd2b0abc2 +MD5 (hpijs0.97.tar.gz) = d02f8c4c2d730e72038f6f4d4350fbe8 diff -urN /usr/ports/print/ghostscript55/files/escputil.contrib.mak print/ghostscript55/files/escputil.contrib.mak --- /usr/ports/print/ghostscript55/files/escputil.contrib.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/escputil.contrib.mak Wed Jun 20 00:00:00 2001 @@ -0,0 +1,6 @@ + +# build escputil command from gimp-print sources + +escputil: $(GLSRC)escputil.c + $(CC_) -o $(GLSRC)escputil $(GLSRC)escputil.c + diff -urN /usr/ports/print/ghostscript55/files/hpijs.contrib.mak print/ghostscript55/files/hpijs.contrib.mak --- /usr/ports/print/ghostscript55/files/hpijs.contrib.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/hpijs.contrib.mak Sat Jul 7 16:15:16 2001 @@ -0,0 +1,31 @@ +### ------------- Hewlett-Packard Co. Inkjet Driver -------------- ### + +hpijs_=$(GLOBJ)gdevhpij.$(OBJ) + +$(DD)gdevhpij.$(OBJ): $(GLSRC)gdevhpij.c $(PDEVH) + $(GLCC) $(GLO_)gdevhpij.$(OBJ) $(C_) $(GLSRC)gdevhpij.c + +$(DD)hpijs.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) $(DD)hpijs $(hpijs_) + +$(DD)DJ630.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ630 $(hpijs_) + +$(DD)DJ6xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xx $(hpijs_) + +$(DD)DJ6xxP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xxP $(hpijs_) + +$(DD)DJ8xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ8xx $(hpijs_) + +$(DD)DJ9xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xx $(hpijs_) + +$(DD)DJ9xxVIP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xxVIP $(hpijs_) + +$(DD)AP21xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) AP21xx $(hpijs_) + diff -urN /usr/ports/print/ghostscript55/files/lqx70ch.upp print/ghostscript55/files/lqx70ch.upp --- /usr/ports/print/ghostscript55/files/lqx70ch.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/lqx70ch.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,26 @@ +# $ApsCVS: src/apsfilter/uniprint/lqx70ch.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/ErrorDiffusion +-dupOutputFormat=/EscP2 +-r360x360 +-dupMargins="{ 9.0 0.0 9.0 24.0}" +-dupOutputPins=24 +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2869 0100 01 + 1b2855 0100 0A + 1b5501 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupEndPageCommand="(\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/lqx70cl.upp print/ghostscript55/files/lqx70cl.upp --- /usr/ports/print/ghostscript55/files/lqx70cl.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/lqx70cl.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,26 @@ +# $ApsCVS: src/apsfilter/uniprint/lqx70cl.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/ErrorDiffusion +-dupOutputFormat=/EscP2 +-r180x180 +-dupMargins="{ 9.0 0.0 9.0 24.0}" +-dupOutputPins=24 +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2869 0100 01 + 1b2855 0100 14 + 1b5500 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupEndPageCommand="(\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/lqx70cm.upp print/ghostscript55/files/lqx70cm.upp --- /usr/ports/print/ghostscript55/files/lqx70cm.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/lqx70cm.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,25 @@ +# $ApsCVS: src/apsfilter/uniprint/lqx70cm.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/ErrorDiffusion +-dupOutputFormat=/EscP2 +-r360x180 +-dupMargins="{ 9.0 24.0 9.0 24.0}" +-dupOutputPins=24 +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2869 0100 01 + 1b2855 0100 14 + 1b5501 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupEndPageCommand="(\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/patch-aa print/ghostscript55/files/patch-aa --- /usr/ports/print/ghostscript55/files/patch-aa Fri Aug 25 06:20:29 2000 +++ print/ghostscript55/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,150 +0,0 @@ ---- unix-gcc.mak.orig Mon Feb 14 11:28:41 2000 -+++ unix-gcc.mak Sat Jul 29 00:40:45 2000 -@@ -54,12 +54,10 @@ - # the directories also define the default search path for the - # initialization files (gs_*.ps) and the fonts. - --# If your system has installbsd, change install to installbsd in the next line. --INSTALL = install -c --INSTALL_PROGRAM = $(INSTALL) -m 755 --INSTALL_DATA = $(INSTALL) -m 644 -+INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) -+INSTALL_DATA = $(BSD_INSTALL_DATA) - --prefix = /usr/local -+prefix = $(PREFIX) - exec_prefix = $(prefix) - bindir = $(exec_prefix)/bin - scriptdir = $(bindir) -@@ -140,14 +138,14 @@ - # You may need to change this if the libpng version changes. - # See libpng.mak for more information. - --PSRCDIR=libpng -+PSRCDIR=${LOCALBASE}/include - PVERSION=96 - - # Choose whether to use a shared version of the PNG library, and if so, - # what its name is. - # See gs.mak and Make.htm for more information. - --SHARE_LIBPNG=0 -+SHARE_LIBPNG=1 - LIBPNG_NAME=png - - # Define the directory where the zlib sources are stored. -@@ -159,7 +157,7 @@ - # what its name is (usually libz, but sometimes libgz). - # See gs.mak and Make.htm for more information. - --SHARE_ZLIB=0 -+SHARE_ZLIB=1 - #ZLIB_NAME=gz - ZLIB_NAME=z - -@@ -178,7 +176,7 @@ - - # Define the name of the C compiler. - --CC=gcc -+#CC=cc - - # Define the name of the linker for the final link step. - # Normally this is the same as the C compiler. -@@ -211,7 +209,7 @@ - # gcc to accept ANSI-style function prototypes and function definitions. - XCFLAGS= - --CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -+#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) - - # Define platform flags for ld. - # SunOS 4.n may need -Bstatic. -@@ -220,7 +218,7 @@ - # -R /usr/local/xxx/lib:/usr/local/lib - # giving the full path names of the shared library directories. - # XLDFLAGS can be set from the command line. --XLDFLAGS= -+XLDFLAGS=-L${LOCALBASE}/lib - - LDFLAGS=$(XLDFLAGS) -fno-common - -@@ -240,7 +238,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I$(X11BASE)/include - - # Define the directory/ies and library names for the X11 library files. - # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -252,12 +250,12 @@ - # Solaris and other SVR4 systems with dynamic linking probably want - #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib - # X11R6 (on any platform) may need --#XLIBS=Xt SM ICE Xext X11 -+XLIBS=Xt SM ICE Xext X11 - - #XLIBDIRS=-L/usr/local/X/lib --XLIBDIRS=-L/usr/X11/lib -+XLIBDIRS=-L$(X11BASE)/lib - XLIBDIR= --XLIBS=Xt Xext X11 -+#XLIBS=Xt X11 - - # Define whether this platform has floating point hardware: - # FPU_TYPE=2 means floating point is faster than fixed point. -@@ -298,27 +296,6 @@ - - FILE_IMPLEMENTATION=stdio - --# Choose the device(s) to include. See devs.mak for details, --# devs.mak and contrib.mak for the list of available devices. -- --DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11gray4.dev x11mono.dev --#DEVICE_DEVS1=bmpmono.dev bmpamono.dev posync.dev --DEVICE_DEVS1= --DEVICE_DEVS2= --DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev --DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev --DEVICE_DEVS5=uniprint.dev --DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev --DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev --DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev --DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev --DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev --DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev --DEVICE_DEVS12=psmono.dev psgray.dev psrgb.dev bit.dev bitrgb.dev bitcmyk.dev --DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev --DEVICE_DEVS14=jpeg.dev jpeggray.dev --DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev -- - # ---------------------------- End of options --------------------------- # - - # Define the name of the partial makefile that specifies options -- -@@ -326,16 +303,10 @@ - - MAKEFILE=$(GLSRC)unix-gcc.mak - --# Define the ANSI-to-K&R dependency. There isn't one, but we do have to --# detect whether we're running a version of gcc with the const optimization --# bug. -- --AK=$(GLGENDIR)/cc.tr -- - # Define the compilation rules and flags. - - CCFLAGS=$(GENOPT) $(CFLAGS) --CC_=$(CC) `cat $(AK)` $(CCFLAGS) -+CC_=$(CC) $(CCFLAGS) - CCAUX=$(CC) - #We can't use -fomit-frame-pointer with -pg.... - #CC_LEAF=$(CC_) -@@ -356,7 +327,3 @@ - include $(GLSRC)unixtail.mak - include $(GLSRC)unix-end.mak - include $(GLSRC)unixinst.mak -- --# This has to come last so it won't be taken as the default target. --$(AK): -- if ( gcc --version | grep "2.7.[01]" >/dev/null || test `gcc --version` = 2.7.2 ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi diff -urN /usr/ports/print/ghostscript55/files/patch-ab print/ghostscript55/files/patch-ab --- /usr/ports/print/ghostscript55/files/patch-ab Wed Jun 11 15:20:46 1997 +++ print/ghostscript55/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- gs_init.ps.orig Thu Jan 2 19:23:13 1997 -+++ gs_init.ps Thu Jan 2 19:24:46 1997 -@@ -1363,3 +1363,7 @@ - (END GC) VMDEBUG - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop diff -urN /usr/ports/print/ghostscript55/files/patch-ac print/ghostscript55/files/patch-ac --- /usr/ports/print/ghostscript55/files/patch-ac Thu Dec 3 17:24:20 1998 +++ print/ghostscript55/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,21 +0,0 @@ ---- contrib.mak.orig Tue Sep 15 04:03:52 1998 -+++ contrib.mak Tue Dec 1 15:37:58 1998 -@@ -435,6 +435,18 @@ - cdj850.dev: $(cdeskjet8_) page.dev - $(SETPDEV) cdj850 $(cdeskjet8_) - -+cdj670.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj670 $(cdeskjet8_) -+ -+cdj890.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj890 $(cdeskjet8_) -+ -+cdj1600.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj1600 $(cdeskjet8_) -+ -+$(GLOBJ)gdevcd8.$(OBJ): $(GLSRC)gdevcd8.c $(GLSRC)gdevcd8.h $(PDEVH) -+ $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c -+ - ### ------------ The H-P PaintJet color printer device ----------------- ### - ### Note: this driver also supports the DEC LJ250 color printer, which ### - ### has a PaintJet-compatible mode, and the PaintJet XL. ### diff -urN /usr/ports/print/ghostscript55/files/patch-ad print/ghostscript55/files/patch-ad --- /usr/ports/print/ghostscript55/files/patch-ad Fri Aug 25 06:20:29 2000 +++ print/ghostscript55/files/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,34 +0,0 @@ ---- gp_unifs.c.orig Mon Feb 14 11:28:25 2000 -+++ gp_unifs.c Fri Jul 28 23:53:04 2000 -@@ -33,6 +33,7 @@ - #include "stat_.h" - #include "dirent_.h" - #include /* for MAXPATHLEN */ -+#include - - /* Some systems (Interactive for example) don't define MAXPATHLEN, - * so we define it here. (This probably should be done via a Config-Script.) -@@ -63,6 +64,8 @@ - const char *mode) - { /* The -8 is for XXXXXX plus a possible final / and -. */ - int len = gp_file_name_sizeof - strlen(prefix) - 8; -+ int fd; -+ FILE *f; - - if (gp_getenv("TEMP", fname, &len) != 0) - strcpy(fname, "/tmp/"); -@@ -75,8 +78,12 @@ - if (*fname != 0 && fname[strlen(fname) - 1] == 'X') - strcat(fname, "-"); - strcat(fname, "XXXXXX"); -- mktemp(fname); -- return fopen(fname, mode); -+ fd = mkstemp(fname); -+ if (fd == -1) -+ return NULL; -+ if ((f = fdopen(fd, mode)) == NULL) -+ close(fd); -+ return f; - } - - /* Open a file with the given name, as a stream of uninterpreted bytes. */ diff -urN /usr/ports/print/ghostscript55/files/patch-hpijs:makefile print/ghostscript55/files/patch-hpijs:makefile --- /usr/ports/print/ghostscript55/files/patch-hpijs:makefile Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-hpijs:makefile Tue Jul 10 03:19:49 2001 @@ -0,0 +1,32 @@ +--- hpijs/makefile.orig Fri Jun 8 06:10:57 2001 ++++ hpijs/makefile Tue Jul 10 03:09:21 2001 +@@ -1,17 +1,17 @@ +-FLAGS = -D_LITTLE_ENDIAN -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ ++FLAGS = -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ + -D_DJ9xxVIP -D_DJ630 -D_APOLLO2100 -D_DJ600 -D_DJ350 + + VERSION=0.97 + INSTALLDIR=/usr/bin + + +-CC = g++ -c -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) ++CXXFLAGS += -DVERSION=\"$(VERSION)\" $(FLAGS) + #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" -DCAPTURE $(FLAGS) + #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) + + .cpp.o: + echo "compiling $( +@@ -1799,3 +1799,7 @@ + (END GC) VMDEBUG + + % The interpreter will run the initial procedure (start). ++ ++% unofficial patch: ++% make it possible to print from within acroread pdf viewer ++/Default currenthalftone /Halftone defineresource pop diff -urN /usr/ports/print/ghostscript55/files/patch-src:contrib.mak-5.94.add print/ghostscript55/files/patch-src:contrib.mak-5.94.add --- /usr/ports/print/ghostscript55/files/patch-src:contrib.mak-5.94.add Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:contrib.mak-5.94.add Wed Jun 20 00:00:00 2001 @@ -0,0 +1,14 @@ +--- src/contrib.mak-5.94.add.orig Sun Oct 17 05:20:06 1999 ++++ src/contrib.mak-5.94.add Tue Jun 19 03:20:13 2001 +@@ -102,11 +102,6 @@ + $(GLOBJ)hpdjprn.$(OBJ): $(GLSRC)hpdjprn.c + $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)hpdjprn.c + +-$(GLOBJ)pclcomp.$(OBJ): $(GLSRC)pclcomp.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pclcomp.c +- +-$(GLOBJ)pagecount.$(OBJ): $(GLSRC)pagecount.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pagecount.c + + + $(DD)hpdj.dev: $(hpdj_) $(DD)page.dev diff -urN /usr/ports/print/ghostscript55/files/patch-src:gdevxini.c print/ghostscript55/files/patch-src:gdevxini.c --- /usr/ports/print/ghostscript55/files/patch-src:gdevxini.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:gdevxini.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,14 @@ +--- src/gdevxini.c.orig Tue Jun 5 15:38:57 2001 ++++ src/gdevxini.c Wed Jun 20 04:17:15 2001 +@@ -655,8 +655,10 @@ + } + x_set_buffer(xdev); + /* Clear the destination pixmap to avoid initializing with garbage. */ +- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? ++ if (xdev->dest == (Pixmap) 0) { ++ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? + xdev->bpixmap : (Pixmap) xdev->win); ++ } + if (xdev->dest != (Pixmap) 0) { + XSetForeground(xdev->dpy, xdev->gc, xdev->background); + XFillRectangle(xdev->dpy, xdev->dest, xdev->gc, diff -urN /usr/ports/print/ghostscript55/files/patch-src:genarch.c print/ghostscript55/files/patch-src:genarch.c --- /usr/ports/print/ghostscript55/files/patch-src:genarch.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:genarch.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,34 @@ +--- src/genarch.c.orig Tue Jun 5 15:38:57 2001 ++++ src/genarch.c Wed Jun 20 04:17:42 2001 +@@ -41,6 +41,7 @@ + fprintf(f, "\n\t /* ---------------- %s ---------------- */\n\n", str); + } + ++#ifndef __FreeBSD__ + private clock_t + time_clear(char *buf, int bsize, int nreps) + { +@@ -51,6 +52,7 @@ + memset(buf, 0, bsize); + return clock() - t; + } ++#endif /* __FreeBSD__ */ + + private void + define(FILE *f, const char *str) +@@ -181,6 +183,7 @@ + fprintf(f, "((unsigned long)~0L + (unsigned long)0)\n"); + #undef PRINT_MAX + ++#ifndef __FreeBSD__ + section(f, "Cache sizes"); + + /* +@@ -241,6 +244,7 @@ + } + define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1); + } ++#endif /* __FreeBSD__ */ + + section(f, "Miscellaneous"); + diff -urN /usr/ports/print/ghostscript55/files/patch-src:gp_unifs.c print/ghostscript55/files/patch-src:gp_unifs.c --- /usr/ports/print/ghostscript55/files/patch-src:gp_unifs.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:gp_unifs.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,34 @@ +--- src/gp_unifs.c.orig Tue Jun 5 15:38:58 2001 ++++ src/gp_unifs.c Wed Jun 20 04:18:03 2001 +@@ -29,6 +29,7 @@ + #include "stat_.h" + #include "dirent_.h" + #include /* for MAXPATHLEN */ ++#include + + /* Some systems (Interactive for example) don't define MAXPATHLEN, + * so we define it here. (This probably should be done via a Config-Script.) +@@ -59,6 +60,8 @@ + const char *mode) + { /* The -8 is for XXXXXX plus a possible final / and -. */ + int len = gp_file_name_sizeof - strlen(prefix) - 8; ++ int fd; ++ FILE *f; + + if (gp_gettmpdir(fname, &len) != 0) + strcpy(fname, "/tmp/"); +@@ -71,8 +74,12 @@ + if (*fname != 0 && fname[strlen(fname) - 1] == 'X') + strcat(fname, "-"); + strcat(fname, "XXXXXX"); +- mktemp(fname); +- return gp_fopentemp(fname, mode); ++ fd = mkstemp(fname); ++ if (fd == -1) ++ return NULL; ++ if ((f = fdopen(fd, mode)) == NULL) ++ close(fd); ++ return f; + } + + /* Open a file with the given name, as a stream of uninterpreted bytes. */ diff -urN /usr/ports/print/ghostscript55/files/patch-src:unix-gcc.mak print/ghostscript55/files/patch-src:unix-gcc.mak --- /usr/ports/print/ghostscript55/files/patch-src:unix-gcc.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:unix-gcc.mak Mon Jul 9 19:18:13 2001 @@ -0,0 +1,135 @@ +--- src/unix-gcc.mak.orig Tue Jun 5 16:54:10 2001 ++++ src/unix-gcc.mak Fri Jun 15 04:11:50 2001 +@@ -27,14 +27,15 @@ + # source, generated intermediate file, and object directories + # for the graphics library (GL) and the PostScript/PDF interpreter (PS). + +-BINDIR=./bin +-GLSRCDIR=./src +-GLGENDIR=./obj +-GLOBJDIR=./obj +-PSSRCDIR=./src +-PSLIBDIR=./lib +-PSGENDIR=./obj +-PSOBJDIR=./obj ++.CURDIR?=. ++BINDIR=${.CURDIR}/bin ++GLSRCDIR=${.CURDIR}/src ++GLGENDIR=${.CURDIR}/obj ++GLOBJDIR=${.CURDIR}/obj ++PSSRCDIR=${.CURDIR}/src ++PSLIBDIR=${.CURDIR}/lib ++PSGENDIR=${.CURDIR}/obj ++PSOBJDIR=${.CURDIR}/obj + + # Do not edit the next group of lines. + +@@ -53,17 +54,17 @@ + # the directories also define the default search path for the + # initialization files (gs_*.ps) and the fonts. + +-INSTALL = $(GLSRCDIR)/instcopy -c +-INSTALL_PROGRAM = $(INSTALL) -m 755 +-INSTALL_DATA = $(INSTALL) -m 644 ++INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) ++INSTALL_DATA = $(BSD_INSTALL_DATA) + +-prefix = /usr/local ++prefix = $(PREFIX) + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + scriptdir = $(bindir) + libdir = $(exec_prefix)/lib + mandir = $(prefix)/man + man1ext = 1 ++man1dir = $(mandir)/man$(man1ext) + datadir = $(prefix)/share + gsdir = $(datadir)/ghostscript + gsdatadir = $(gsdir)/$(GS_DOT_VERSION) +@@ -129,7 +130,7 @@ + # You may need to change this if the IJG library version changes. + # See jpeg.mak for more information. + +-JSRCDIR=jpeg ++JSRCDIR=${.CURDIR}/jpeg + JVERSION=6 + + # Choose whether to use a shared version of the IJG JPEG library (-ljpeg). +@@ -149,14 +150,14 @@ + # You may need to change this if the libpng version changes. + # See libpng.mak for more information. + +-PSRCDIR=libpng ++PSRCDIR=${LOCALBASE}/include + PVERSION=10008 + + # Choose whether to use a shared version of the PNG library, and if so, + # what its name is. + # See gs.mak and Make.htm for more information. + +-SHARE_LIBPNG=0 ++SHARE_LIBPNG=1 + LIBPNG_NAME=png + + # Define the directory where the zlib sources are stored. +@@ -168,7 +169,7 @@ + # what its name is (usually libz, but sometimes libgz). + # See gs.mak and Make.htm for more information. + +-SHARE_ZLIB=0 ++SHARE_ZLIB=1 + #ZLIB_NAME=gz + ZLIB_NAME=z + +@@ -183,7 +184,7 @@ + + # Define the name of the C compiler. + +-CC=gcc ++CC?=cc + + # Define the name of the linker for the final link step. + # Normally this is the same as the C compiler. +@@ -218,7 +219,7 @@ + # gcc to accept ANSI-style function prototypes and function definitions. + XCFLAGS= + +-CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) ++#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) + + # Define platform flags for ld. + # SunOS 4.n may need -Bstatic. +@@ -227,7 +228,7 @@ + # -R /usr/local/xxx/lib:/usr/local/lib + # giving the full path names of the shared library directories. + # XLDFLAGS can be set from the command line. +-XLDFLAGS= ++XLDFLAGS=-L${LOCALBASE}/lib + + LDFLAGS=$(XLDFLAGS) -fno-common + +@@ -260,7 +261,7 @@ + # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, + # not in $(XINCLUDE). + +-XINCLUDE=-I/X11R6/include ++XINCLUDE=-I${X11BASE}/include + + # Define the directory/ies and library names for the X11 library files. + # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH +@@ -272,12 +273,12 @@ + # Solaris and other SVR4 systems with dynamic linking probably want + #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib + # X11R6 (on any platform) may need +-#XLIBS=Xt SM ICE Xext X11 ++XLIBS=Xt SM ICE Xext X11 + + #XLIBDIRS=-L/usr/local/X/lib +-XLIBDIRS=-L/usr/X11R6/lib ++XLIBDIRS=-L${X11BASE}/lib + XLIBDIR= +-XLIBS=Xt Xext X11 ++#XLIBS=Xt Xext X11 + + # Define whether this platform has floating point hardware: + # FPU_TYPE=2 means floating point is faster than fixed point. diff -urN /usr/ports/print/ghostscript55/files/patch-src:zmedia2.c print/ghostscript55/files/patch-src:zmedia2.c --- /usr/ports/print/ghostscript55/files/patch-src:zmedia2.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:zmedia2.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,25 @@ +--- src/zmedia2.c.orig Tue Jun 5 15:39:08 2001 ++++ src/zmedia2.c Wed Jun 20 04:18:27 2001 +@@ -430,11 +430,17 @@ + + rx = ry, ry = temp; + } +- /* Adjust the medium size if flexible. */ +- if (medium->p.x < MIN_MEDIA_SIZE && mx > rx) +- mx = rx; +- if (medium->p.y < MIN_MEDIA_SIZE && my > ry) +- my = ry; ++ /* If 'medium' is flexible, adjust 'mx' and 'my' towards 'rx' and 'ry', ++ respectively. Note that 'mx' and 'my' have just acquired the largest ++ permissible value, medium->q. */ ++ if (medium->p.x < mx) /* non-empty width range */ ++ if (rx < medium->p.x) mx = medium->p.x; /* minimum */ ++ else if (mx > rx) mx = rx; /* fits */ ++ /* else use medium->q.x, i.e., the maximum */ ++ if (medium->p.y < my) /* non-empty height range */ ++ if (ry < medium->p.y) my = medium->p.y; /* minimum */ ++ else if (my > ry) my = ry; /* fits */ ++ /* else use medium->q.y, i.e., the maximum */ + + /* Translate to align the centers. */ + gs_make_translation(mx / 2, my / 2, pmat); diff -urN /usr/ports/print/ghostscript55/files/stc740ih.upp print/ghostscript55/files/stc740ih.upp --- /usr/ports/print/ghostscript55/files/stc740ih.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/stc740ih.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,60 @@ +# $ApsCVS: src/apsfilter/uniprint/stc740ih.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson Stylus Color 740, 1440x720DpI, Inkjet Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/FSCMYK32 +-dupOutputFormat=/EscP2XY +-r1440x720 +-dupMargins="{ 9.0 39.96 9.0 9.0}" +-dupBlackTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupCyanTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupMagentaTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupYellowTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupOutputComponentOrder="{ 1 2 3 0 }" +-dupWeaveXPasses=2 +-dupOutputXStep=2 +-dupWeaveYPasses=6 +-dupOutputPins=46 +-dupWeaveYFeeds="{23 23 23 23 23 23 23 23 23 23 23 23}" +-dupWeaveXStarts="{0 1 0 1 0 1 1 0 1 0 1 0}" +-dupWeaveYOffset=50 +-dupWeaveInitialYFeeds="{ 5 5 5 5 5 5 5 5 5 5 5 23}" +-dupWeaveInitialXStarts="{0 1 0 1 0 1 1 0 1 0 1 0}" +-dupWeaveInitialPins="{ 13 16 19 22 25 28 31 34 37 40 43 46}" +-dupFormatYabsolute +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2855 0100 05 + 1b2873 0100 02 + 1b5501 + 1b2865 0200 0001 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupAdjustTopMarginCommand +-dupAdjustBottomMarginCommand +-dupXStepCommand="<1b285c 0400 a005 0100 0000>" +-dupEndPageCommand="(\033@\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/stc740p.upp print/ghostscript55/files/stc740p.upp --- /usr/ports/print/ghostscript55/files/stc740p.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/stc740p.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,36 @@ +# $ApsCVS: src/apsfilter/uniprint/stc740p.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson Stylus Color 740, 720x720DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/FSCMYK32 +-dupOutputFormat=/EscP2 +-r720x720 +-dupMargins="{ 9.0 39.96 9.0 9.0}" +-dupBlackTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupCyanTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupMagentaTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupYellowTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupOutputComponentOrder="{ 1 2 3 0 }" +-dupWeaveYPasses=6 +-dupOutputPins=48 +-dupWeaveYFeeds="{47 47 47 53 47 47}" +-dupWeaveInitialYFeeds="{1 1 1 1 1 43}" +-dupWeaveInitialPins="{ 8 48 40 31 23 15}" +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2855 0100 05 + 1b5500 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupAdjustTopMarginCommand +-dupAdjustBottomMarginCommand +-dupEndPageCommand="(\033@\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/stc740pl.upp print/ghostscript55/files/stc740pl.upp --- /usr/ports/print/ghostscript55/files/stc740pl.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/stc740pl.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,32 @@ +# $ApsCVS: src/apsfilter/uniprint/stc740pl.upp,v 1.2 2000/04/21 18:48:01 andreas Exp $ +# +-supModel="Epson Stylus Color 740, 360x360DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/FSCMYK32 +-dupOutputFormat=/EscP2 +-r360x360 +-dupMargins="{ 9.0 39.96 9.0 9.0}" +-dupOutputComponentOrder="{ 1 2 3 0 }" +-dupWeaveYPasses=3 +-dupOutputPins=48 +-dupWeaveYFeeds="{47 50 47}" +-dupWeaveInitialYFeeds="{1 1 46}" +-dupWeaveInitialPins="{ 16 48 32}" +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2855 0100 0A + 1b5500 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupAdjustTopMarginCommand +-dupAdjustBottomMarginCommand +-dupEndPageCommand="(\033@\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/pkg-descr print/ghostscript55/pkg-descr --- /usr/ports/print/ghostscript55/pkg-descr Fri Aug 25 06:20:30 2000 +++ print/ghostscript55/pkg-descr Tue Jul 10 03:44:20 2001 @@ -1,22 +1,25 @@ -GNU Ghostscript is the name of a set of software that provides: +Ghostscript is the well-known PostScript interpreter which is available for +all common and most esoteric platforms and supports many different printers +and some displays. + +Versions entitled "GNU Ghostscript" are distributed with the GNU General +Public License, which allows free use, and free copying and redistribution +under certain conditions (including, in some cases, commercial distribution). - - An interpreter for the PostScript (TM) language, and - - - A set of C procedures (the Ghostscript library) that implement -the graphics capabilities that appear as primitive operations in the -PostScript language. - -GNU Ghostscript comes with NO WARRANTY and NO SUPPORT. - -This FreeBSD port includes two useful add-on packages: - o Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, - see announcement on - http://www.erdw.ethz.ch/~bonk/hp850/hp850.html +This port includes add-on packages (not part of the official gs release) o Support for pdfencrypt, see description on - http://www.ozemail.com.au/~geoffk/pdfencrypt/ + - http://members.ozemail.com.au/~geoffk/pdfencrypt/ + o HP8XX driver for HP DeskJet 880C/882C/895C + - http://www.gelhaus.net/hp880c/ + o HP970 driver for HP DeskJet 970CXi + - http://www.harsch.net/Ghostscript/ghostscript.html + o PCL3 and HPDJ driver for HP DeskJet series + - http://home.t-online.de/home/Martin.Lottermoser/pcl3.html + o Gimp-Print driver for Canon/Epson/Lexmark/HP printers + - http://gimp-print.sourceforge.net/ + o HPinkjet driver for HP PhotoSmart/DeskJet series + - http://hpinkjet.sourceforge.net/ + o Additional contributed uniprint driver profiles for + - Epson Stylus Color 740 and Epson LQ-1170 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -PostScript is a trademark of Adobe Systems, Incorporated. - WWW: http://www.gnu.org/software/ghostscript/ghostscript.html diff -urN /usr/ports/print/ghostscript55/pkg-plist print/ghostscript55/pkg-plist --- /usr/ports/print/ghostscript55/pkg-plist Fri Aug 25 06:20:30 2000 +++ print/ghostscript55/pkg-plist Tue Jul 10 01:48:56 2001 @@ -1,5 +1,8 @@ bin/bdftops bin/dvipdf +bin/eps2eps +bin/escputil +bin/fixmswrd.pl bin/font2c bin/gs bin/gsbj @@ -11,189 +14,305 @@ bin/lprsetup.sh bin/pdf2dsc bin/pdf2ps +bin/pdfopt +bin/pf2afm +bin/pfbtopfa +bin/pj-gs.sh bin/printafm bin/ps2ascii bin/ps2epsi bin/ps2pdf +bin/ps2pdf12 +bin/ps2pdf13 +bin/ps2pdfwr bin/ps2ps +bin/pv.sh +bin/sysvlp.sh bin/unix-lpr.sh bin/wftopfa -share/ghostscript/5.50/Fontmap -share/ghostscript/5.50/acctest.ps -share/ghostscript/5.50/align.ps -share/ghostscript/5.50/bdftops.ps -share/ghostscript/5.50/bjc610a0.upp -share/ghostscript/5.50/bjc610a1.upp -share/ghostscript/5.50/bjc610a2.upp -share/ghostscript/5.50/bjc610a3.upp -share/ghostscript/5.50/bjc610a4.upp -share/ghostscript/5.50/bjc610a5.upp -share/ghostscript/5.50/bjc610a6.upp -share/ghostscript/5.50/bjc610a7.upp -share/ghostscript/5.50/bjc610a8.upp -share/ghostscript/5.50/bjc610b1.upp -share/ghostscript/5.50/bjc610b2.upp -share/ghostscript/5.50/bjc610b3.upp -share/ghostscript/5.50/bjc610b4.upp -share/ghostscript/5.50/bjc610b6.upp -share/ghostscript/5.50/bjc610b7.upp -share/ghostscript/5.50/bjc610b8.upp -share/ghostscript/5.50/caption.ps -share/ghostscript/5.50/cbjc600.ppd -share/ghostscript/5.50/cbjc800.ppd -share/ghostscript/5.50/cdj550.upp -share/ghostscript/5.50/cid2code.ps -share/ghostscript/5.50/decrypt.ps -share/ghostscript/5.50/doc/Bug-form.htm -share/ghostscript/5.50/doc/C-style.htm -share/ghostscript/5.50/doc/Commprod.htm -share/ghostscript/5.50/doc/Current.htm -share/ghostscript/5.50/doc/DLL.htm -share/ghostscript/5.50/doc/Devices.htm -share/ghostscript/5.50/doc/Drivers.htm -share/ghostscript/5.50/doc/Fonts.htm -share/ghostscript/5.50/doc/Helpers.htm -share/ghostscript/5.50/doc/Hershey.htm -share/ghostscript/5.50/doc/History1.htm -share/ghostscript/5.50/doc/History2.htm -share/ghostscript/5.50/doc/History3.htm -share/ghostscript/5.50/doc/History4.htm -share/ghostscript/5.50/doc/Htmstyle.htm -share/ghostscript/5.50/doc/Humor.htm -share/ghostscript/5.50/doc/Install.htm -share/ghostscript/5.50/doc/Language.htm -share/ghostscript/5.50/doc/Lib.htm -share/ghostscript/5.50/doc/Make.htm -share/ghostscript/5.50/doc/New-user.htm -share/ghostscript/5.50/doc/News.htm -share/ghostscript/5.50/doc/Ps2pdf.htm -share/ghostscript/5.50/doc/Psfiles.htm -share/ghostscript/5.50/doc/Readme.htm -share/ghostscript/5.50/doc/Source.htm -share/ghostscript/5.50/doc/Unix-lpr.htm -share/ghostscript/5.50/doc/Use.htm -share/ghostscript/5.50/doc/Xfonts.htm -share/ghostscript/5.50/doc/license.hp8 -share/ghostscript/5.50/doc/ps2epsi.txt -share/ghostscript/5.50/doc/readme.hp8 -share/ghostscript/5.50/docie.ps -share/ghostscript/5.50/examples/alphabet.ps -share/ghostscript/5.50/examples/cheq.ps -share/ghostscript/5.50/examples/chess.ps -share/ghostscript/5.50/examples/colorcir.ps -share/ghostscript/5.50/examples/escher.ps -share/ghostscript/5.50/examples/golfer.ps -share/ghostscript/5.50/examples/grayalph.ps -share/ghostscript/5.50/examples/ridt91.eps -share/ghostscript/5.50/examples/snowflak.ps -share/ghostscript/5.50/examples/tiger.ps -share/ghostscript/5.50/examples/vasarely.ps -share/ghostscript/5.50/examples/waterfal.ps -share/ghostscript/5.50/font2c.ps -share/ghostscript/5.50/font2pcl.ps -share/ghostscript/5.50/gs_btokn.ps -share/ghostscript/5.50/gs_ccfnt.ps -share/ghostscript/5.50/gs_cff.ps -share/ghostscript/5.50/gs_cidfn.ps -share/ghostscript/5.50/gs_cmap.ps -share/ghostscript/5.50/gs_dbt_e.ps -share/ghostscript/5.50/gs_diskf.ps -share/ghostscript/5.50/gs_dpnxt.ps -share/ghostscript/5.50/gs_dps.ps -share/ghostscript/5.50/gs_dps1.ps -share/ghostscript/5.50/gs_dps2.ps -share/ghostscript/5.50/gs_epsf.ps -share/ghostscript/5.50/gs_fonts.ps -share/ghostscript/5.50/gs_init.ps -share/ghostscript/5.50/gs_iso_e.ps -share/ghostscript/5.50/gs_kanji.ps -share/ghostscript/5.50/gs_ksb_e.ps -share/ghostscript/5.50/gs_l2img.ps -share/ghostscript/5.50/gs_lev2.ps -share/ghostscript/5.50/gs_ll3.ps -share/ghostscript/5.50/gs_mex_e.ps -share/ghostscript/5.50/gs_mro_e.ps -share/ghostscript/5.50/gs_pdf_e.ps -share/ghostscript/5.50/gs_pdfwr.ps -share/ghostscript/5.50/gs_pfile.ps -share/ghostscript/5.50/gs_res.ps -share/ghostscript/5.50/gs_setpd.ps -share/ghostscript/5.50/gs_statd.ps -share/ghostscript/5.50/gs_std_e.ps -share/ghostscript/5.50/gs_sym_e.ps -share/ghostscript/5.50/gs_ttf.ps -share/ghostscript/5.50/gs_typ32.ps -share/ghostscript/5.50/gs_typ42.ps -share/ghostscript/5.50/gs_type1.ps -share/ghostscript/5.50/gs_wan_e.ps -share/ghostscript/5.50/gslp.ps -share/ghostscript/5.50/impath.ps -share/ghostscript/5.50/landscap.ps -share/ghostscript/5.50/level1.ps -share/ghostscript/5.50/lines.ps -share/ghostscript/5.50/markhint.ps -share/ghostscript/5.50/markpath.ps -share/ghostscript/5.50/necp2x.upp -share/ghostscript/5.50/necp2x6.upp -share/ghostscript/5.50/packfile.ps -share/ghostscript/5.50/pcharstr.ps -share/ghostscript/5.50/pdf2dsc.ps -share/ghostscript/5.50/pdf_base.ps -share/ghostscript/5.50/pdf_draw.ps -share/ghostscript/5.50/pdf_font.ps -share/ghostscript/5.50/pdf_main.ps -share/ghostscript/5.50/pdf_ops.ps -share/ghostscript/5.50/pdf_sec.ps -share/ghostscript/5.50/pf2afm.ps -share/ghostscript/5.50/ppath.ps -share/ghostscript/5.50/prfont.ps -share/ghostscript/5.50/printafm.ps -share/ghostscript/5.50/ps2ai.ps -share/ghostscript/5.50/ps2ascii.ps -share/ghostscript/5.50/ps2epsi.ps -share/ghostscript/5.50/quit.ps -share/ghostscript/5.50/ras1.upp -share/ghostscript/5.50/ras24.upp -share/ghostscript/5.50/ras3.upp -share/ghostscript/5.50/ras32.upp -share/ghostscript/5.50/ras4.upp -share/ghostscript/5.50/ras8m.upp -share/ghostscript/5.50/showchar.ps -share/ghostscript/5.50/showpage.ps -share/ghostscript/5.50/stc.upp -share/ghostscript/5.50/stc1520h.upp -share/ghostscript/5.50/stc2.upp -share/ghostscript/5.50/stc2_h.upp -share/ghostscript/5.50/stc2s_h.upp -share/ghostscript/5.50/stc500p.upp -share/ghostscript/5.50/stc500ph.upp -share/ghostscript/5.50/stc600ih.upp -share/ghostscript/5.50/stc600p.upp -share/ghostscript/5.50/stc600pl.upp -share/ghostscript/5.50/stc800ih.upp -share/ghostscript/5.50/stc800p.upp -share/ghostscript/5.50/stc800pl.upp -share/ghostscript/5.50/stc_h.upp -share/ghostscript/5.50/stc_l.upp -share/ghostscript/5.50/stcany.upp -share/ghostscript/5.50/stcinfo.ps -share/ghostscript/5.50/stcolor.ps -share/ghostscript/5.50/traceimg.ps -share/ghostscript/5.50/traceop.ps -share/ghostscript/5.50/type1enc.ps -share/ghostscript/5.50/type1ops.ps -share/ghostscript/5.50/uninfo.ps -share/ghostscript/5.50/unprot.ps -share/ghostscript/5.50/viewcmyk.ps -share/ghostscript/5.50/viewgif.ps -share/ghostscript/5.50/viewjpeg.ps -share/ghostscript/5.50/viewpbm.ps -share/ghostscript/5.50/viewpcx.ps -share/ghostscript/5.50/viewps2a.ps -share/ghostscript/5.50/wftopfa.ps -share/ghostscript/5.50/winmaps.ps -share/ghostscript/5.50/wrfont.ps -share/ghostscript/5.50/zeroline.ps +libexec/hpijs +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/NEWS +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/gs-pcl3.html +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/how-to-report.txt +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/pcl3opts.html +share/ghostscript/%%GS_VERSION%%/doc/Bug-form.htm +share/ghostscript/%%GS_VERSION%%/doc/Bug-info.htm +share/ghostscript/%%GS_VERSION%%/doc/C-style.htm +share/ghostscript/%%GS_VERSION%%/doc/Changes.htm +share/ghostscript/%%GS_VERSION%%/doc/Commprod.htm +share/ghostscript/%%GS_VERSION%%/doc/Copying.htm +share/ghostscript/%%GS_VERSION%%/doc/Current.htm +share/ghostscript/%%GS_VERSION%%/doc/DLL.htm +share/ghostscript/%%GS_VERSION%%/doc/Devices.htm +share/ghostscript/%%GS_VERSION%%/doc/Drivers.htm +share/ghostscript/%%GS_VERSION%%/doc/Fonts.htm +share/ghostscript/%%GS_VERSION%%/doc/Helpers.htm +share/ghostscript/%%GS_VERSION%%/doc/Hershey.htm +share/ghostscript/%%GS_VERSION%%/doc/History1.htm +share/ghostscript/%%GS_VERSION%%/doc/History2.htm +share/ghostscript/%%GS_VERSION%%/doc/History3.htm +share/ghostscript/%%GS_VERSION%%/doc/History4.htm +share/ghostscript/%%GS_VERSION%%/doc/History5.htm +share/ghostscript/%%GS_VERSION%%/doc/History6.htm +share/ghostscript/%%GS_VERSION%%/doc/Htmstyle.htm +share/ghostscript/%%GS_VERSION%%/doc/Humor.htm +share/ghostscript/%%GS_VERSION%%/doc/Install.htm +share/ghostscript/%%GS_VERSION%%/doc/Language.htm +share/ghostscript/%%GS_VERSION%%/doc/Lib.htm +share/ghostscript/%%GS_VERSION%%/doc/Make.htm +share/ghostscript/%%GS_VERSION%%/doc/New-user.htm +share/ghostscript/%%GS_VERSION%%/doc/News.htm +share/ghostscript/%%GS_VERSION%%/doc/PUBLIC +share/ghostscript/%%GS_VERSION%%/doc/Projects.htm +share/ghostscript/%%GS_VERSION%%/doc/Ps2epsi.htm +share/ghostscript/%%GS_VERSION%%/doc/Ps2pdf.htm +share/ghostscript/%%GS_VERSION%%/doc/Psfiles.htm +share/ghostscript/%%GS_VERSION%%/doc/Public.htm +share/ghostscript/%%GS_VERSION%%/doc/README +share/ghostscript/%%GS_VERSION%%/doc/Readme.htm +share/ghostscript/%%GS_VERSION%%/doc/Release.htm +share/ghostscript/%%GS_VERSION%%/doc/Source.htm +share/ghostscript/%%GS_VERSION%%/doc/Tester.htm +share/ghostscript/%%GS_VERSION%%/doc/Unix-lpr.htm +share/ghostscript/%%GS_VERSION%%/doc/Use.htm +share/ghostscript/%%GS_VERSION%%/doc/Xfonts.htm +share/ghostscript/%%GS_VERSION%%/gimp-print/README +share/ghostscript/%%GS_VERSION%%/hpdj/README.hpdj +share/ghostscript/%%GS_VERSION%%/hpdj/example.mdf +share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4.ps +share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4Rotated.ps +share/ghostscript/%%GS_VERSION%%/hpdj/margins-Letter.ps +share/ghostscript/%%GS_VERSION%%/hpdj/margins-LetterRotated.ps +share/ghostscript/%%GS_VERSION%%/hpijs/hpijs_readme.html +share/ghostscript/%%GS_VERSION%%/examples/alphabet.ps +share/ghostscript/%%GS_VERSION%%/examples/cheq.ps +share/ghostscript/%%GS_VERSION%%/examples/chess.ps +share/ghostscript/%%GS_VERSION%%/examples/colorcir.ps +share/ghostscript/%%GS_VERSION%%/examples/doretree.ps +share/ghostscript/%%GS_VERSION%%/examples/escher.ps +share/ghostscript/%%GS_VERSION%%/examples/golfer.ps +share/ghostscript/%%GS_VERSION%%/examples/grayalph.ps +share/ghostscript/%%GS_VERSION%%/examples/ridt91.eps +share/ghostscript/%%GS_VERSION%%/examples/snowflak.ps +share/ghostscript/%%GS_VERSION%%/examples/tiger.ps +share/ghostscript/%%GS_VERSION%%/examples/vasarely.ps +share/ghostscript/%%GS_VERSION%%/examples/waterfal.ps +share/ghostscript/%%GS_VERSION%%/lib/Fontmap +share/ghostscript/%%GS_VERSION%%/lib/Fontmap.GS +share/ghostscript/%%GS_VERSION%%/lib/acctest.ps +share/ghostscript/%%GS_VERSION%%/lib/addxchar.ps +share/ghostscript/%%GS_VERSION%%/lib/align.ps +share/ghostscript/%%GS_VERSION%%/lib/bdftops.ps +share/ghostscript/%%GS_VERSION%%/lib/bj8.rpd +share/ghostscript/%%GS_VERSION%%/lib/bj8gc12f.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8hg12f.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8oh06n.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8pa06n.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8pp12f.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8ts06n.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a0.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a1.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a2.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a3.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a4.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a5.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a6.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a7.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a8.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b1.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b2.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b3.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b4.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b6.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b7.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b8.upp +share/ghostscript/%%GS_VERSION%%/lib/caption.ps +share/ghostscript/%%GS_VERSION%%/lib/cbjc600.ppd +share/ghostscript/%%GS_VERSION%%/lib/cbjc800.ppd +share/ghostscript/%%GS_VERSION%%/lib/cdj550.upp +share/ghostscript/%%GS_VERSION%%/lib/cdj690.upp +share/ghostscript/%%GS_VERSION%%/lib/cdj690ec.upp +share/ghostscript/%%GS_VERSION%%/lib/cid2code.ps +share/ghostscript/%%GS_VERSION%%/lib/decrypt.ps +share/ghostscript/%%GS_VERSION%%/lib/dnj750c.upp +share/ghostscript/%%GS_VERSION%%/lib/dnj750m.upp +share/ghostscript/%%GS_VERSION%%/lib/docie.ps +share/ghostscript/%%GS_VERSION%%/lib/errpage.ps +share/ghostscript/%%GS_VERSION%%/lib/font2c.ps +share/ghostscript/%%GS_VERSION%%/lib/font2pcl.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_agl.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_btokn.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ccfnt.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ce_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cff.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cidcm.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cidfn.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cmap.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cmdl.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_css_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dbt_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_diskf.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dpnxt.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dps.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dps1.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dps2.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dscp.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_epsf.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_fform.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_fonts.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_frsd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_il1_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_il2_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_kanji.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ksb_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_l.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_l.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_l2img.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_l_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_lev2.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_lgo_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_lgx_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ll3.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_m.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_m_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_mex_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_mgl_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_mro_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_pdf_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_pdfwr.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_pfile.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_rdlin.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_res.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_s.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_s.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_s_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_setpd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_statd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_std_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_sym_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_t.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_t.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_t_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_trap.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ttf.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_typ32.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_typ42.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_type1.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wan_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wl1_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wl2_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wl5_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gslp.ps +share/ghostscript/%%GS_VERSION%%/lib/gsnup.ps +share/ghostscript/%%GS_VERSION%%/lib/ht_ccsto.ps +share/ghostscript/%%GS_VERSION%%/lib/image-qa.ps +share/ghostscript/%%GS_VERSION%%/lib/impath.ps +share/ghostscript/%%GS_VERSION%%/lib/jispaper.ps +share/ghostscript/%%GS_VERSION%%/lib/landscap.ps +share/ghostscript/%%GS_VERSION%%/lib/level1.ps +share/ghostscript/%%GS_VERSION%%/lib/lines.ps +share/ghostscript/%%GS_VERSION%%/lib/lqx70ch.upp +share/ghostscript/%%GS_VERSION%%/lib/lqx70cl.upp +share/ghostscript/%%GS_VERSION%%/lib/lqx70cm.upp +share/ghostscript/%%GS_VERSION%%/lib/markhint.ps +share/ghostscript/%%GS_VERSION%%/lib/markpath.ps +share/ghostscript/%%GS_VERSION%%/lib/necp2x.upp +share/ghostscript/%%GS_VERSION%%/lib/necp2x6.upp +share/ghostscript/%%GS_VERSION%%/lib/packfile.ps +share/ghostscript/%%GS_VERSION%%/lib/pcharstr.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf2dsc.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_base.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_draw.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_font.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_main.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_ops.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_sec.ps +share/ghostscript/%%GS_VERSION%%/lib/pdfopt.ps +share/ghostscript/%%GS_VERSION%%/lib/pdfwrite.ps +share/ghostscript/%%GS_VERSION%%/lib/pf2afm.ps +share/ghostscript/%%GS_VERSION%%/lib/pfbtopfa.ps +share/ghostscript/%%GS_VERSION%%/lib/ppath.ps +share/ghostscript/%%GS_VERSION%%/lib/prfont.ps +share/ghostscript/%%GS_VERSION%%/lib/printafm.ps +share/ghostscript/%%GS_VERSION%%/lib/ps2ai.ps +share/ghostscript/%%GS_VERSION%%/lib/ps2ascii.ps +share/ghostscript/%%GS_VERSION%%/lib/ps2epsi.ps +share/ghostscript/%%GS_VERSION%%/lib/quit.ps +share/ghostscript/%%GS_VERSION%%/lib/ras1.upp +share/ghostscript/%%GS_VERSION%%/lib/ras24.upp +share/ghostscript/%%GS_VERSION%%/lib/ras3.upp +share/ghostscript/%%GS_VERSION%%/lib/ras32.upp +share/ghostscript/%%GS_VERSION%%/lib/ras4.upp +share/ghostscript/%%GS_VERSION%%/lib/ras8m.upp +share/ghostscript/%%GS_VERSION%%/lib/rollconv.ps +share/ghostscript/%%GS_VERSION%%/lib/showchar.ps +share/ghostscript/%%GS_VERSION%%/lib/showpage.ps +share/ghostscript/%%GS_VERSION%%/lib/st640ih.upp +share/ghostscript/%%GS_VERSION%%/lib/st640ihg.upp +share/ghostscript/%%GS_VERSION%%/lib/st640p.upp +share/ghostscript/%%GS_VERSION%%/lib/st640pg.upp +share/ghostscript/%%GS_VERSION%%/lib/st640pl.upp +share/ghostscript/%%GS_VERSION%%/lib/st640plg.upp +share/ghostscript/%%GS_VERSION%%/lib/stc.upp +share/ghostscript/%%GS_VERSION%%/lib/stc1520h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc2.upp +share/ghostscript/%%GS_VERSION%%/lib/stc200_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc2_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc2s_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc500p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc500ph.upp +share/ghostscript/%%GS_VERSION%%/lib/stc600ih.upp +share/ghostscript/%%GS_VERSION%%/lib/stc600p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc600pl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc640p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc740ih.upp +share/ghostscript/%%GS_VERSION%%/lib/stc740p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc740pl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc800ih.upp +share/ghostscript/%%GS_VERSION%%/lib/stc800p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc800pl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc_l.upp +share/ghostscript/%%GS_VERSION%%/lib/stcany.upp +share/ghostscript/%%GS_VERSION%%/lib/stcany_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stcinfo.ps +share/ghostscript/%%GS_VERSION%%/lib/stcolor.ps +share/ghostscript/%%GS_VERSION%%/lib/stocht.ps +share/ghostscript/%%GS_VERSION%%/lib/traceimg.ps +share/ghostscript/%%GS_VERSION%%/lib/traceop.ps +share/ghostscript/%%GS_VERSION%%/lib/type1enc.ps +share/ghostscript/%%GS_VERSION%%/lib/type1ops.ps +share/ghostscript/%%GS_VERSION%%/lib/uninfo.ps +share/ghostscript/%%GS_VERSION%%/lib/unprot.ps +share/ghostscript/%%GS_VERSION%%/lib/viewcmyk.ps +share/ghostscript/%%GS_VERSION%%/lib/viewgif.ps +share/ghostscript/%%GS_VERSION%%/lib/viewjpeg.ps +share/ghostscript/%%GS_VERSION%%/lib/viewmiff.ps +share/ghostscript/%%GS_VERSION%%/lib/viewpbm.ps +share/ghostscript/%%GS_VERSION%%/lib/viewpcx.ps +share/ghostscript/%%GS_VERSION%%/lib/viewps2a.ps +share/ghostscript/%%GS_VERSION%%/lib/wftopfa.ps +share/ghostscript/%%GS_VERSION%%/lib/winmaps.ps +share/ghostscript/%%GS_VERSION%%/lib/wrfont.ps +share/ghostscript/%%GS_VERSION%%/lib/zeroline.ps +share/ghostscript/%%GS_VERSION%%/pcl3/BUGS +share/ghostscript/%%GS_VERSION%%/pcl3/NEWS +share/ghostscript/%%GS_VERSION%%/pcl3/README +share/ghostscript/%%GS_VERSION%%/pcl3/calign.ps +share/ghostscript/%%GS_VERSION%%/pcl3/dumppdd.ps +share/ghostscript/%%GS_VERSION%%/pcl3/example.mcf +share/ghostscript/%%GS_VERSION%%/pcl3/if-pcl3 +share/ghostscript/%%GS_VERSION%%/pcl3/levels-test.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-A4.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-Letter.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps share/ghostscript/fonts/a010013l.afm share/ghostscript/fonts/a010013l.pfb share/ghostscript/fonts/a010013l.pfm @@ -362,8 +481,17 @@ share/ghostscript/fonts/z003034l.afm share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm +@dirrm share/ghostscript/%%GS_VERSION%%/pcl3 +@dirrm share/ghostscript/%%GS_VERSION%%/lib +@dirrm share/ghostscript/%%GS_VERSION%%/hpijs +@dirrm share/ghostscript/%%GS_VERSION%%/hpdj +@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print +@dirrm share/ghostscript/%%GS_VERSION%%/examples +@dirrm share/ghostscript/%%GS_VERSION%%/doc +@dirrm share/ghostscript/%%GS_VERSION%% @dirrm share/ghostscript/fonts -@dirrm share/ghostscript/5.50/doc -@dirrm share/ghostscript/5.50/examples -@dirrm share/ghostscript/5.50 @dirrm share/ghostscript +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3 +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%% +%%PORTDOCS%%@dirrm share/doc/ghostscript diff -urN /usr/ports/print/ghostscript55/scripts/configure print/ghostscript55/scripts/configure --- /usr/ports/print/ghostscript55/scripts/configure Mon Sep 4 09:36:37 2000 +++ print/ghostscript55/scripts/configure Tue Jul 10 03:45:13 2001 @@ -1,7 +1,7 @@ #! /bin/sh # driverselection -/usr/bin/dialog --title "Ghostscript 5 driver configuration" --clear \ +/usr/bin/dialog --title "GNU Ghostscript driver configuration" --clear \ --checklist "\n\ This new ghostscript driver configuration dialog allows you to choose \n\ only those gs drivers, you really need. Don't think too economical, since \n\ @@ -13,77 +13,103 @@ "iwhi" "Apple Imagewriter, high-resolution mode" OFF \ "iwlo" "Apple Imagewriter, low-resolution mode" OFF \ "iwlq" "Apple Imagewriter LQ in 320 x 216 dpi mode" OFF \ - "hl7x0" "Brother HL 720 and HL 730" OFF \ + "hl7x0" "Brother HL720 and HL730 (HL760=PCL), MFC6550MC Fax Machine" OFF \ "bj10e" "Canon BubbleJet BJ10e" ON \ "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ - "bjc600" "Canon Color BJC-240/600/4000/70 + Apple StyleWriter 2x00" ON \ + "bjc600" "Canon Color BJC-600/4xxx/70 + Apple StyleWriter 2x00" ON \ "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ "lbp8" "Canon LBP-8II laser printer" OFF \ - "lips3" "Canon LIPS III laser printer in English/CaPSL mode" OFF \ + "lips3" "Canon LIPS III laser printer in English (CaPSL) mode" OFF \ "m8510" "C.Itoh M8510 printer" OFF \ - "uniprint" "Configurable Color ESC/P,ESC/P2,HP-RTL/PCL mono/color driver" ON \ - "la50" "DEC LA50 printer" OFF \ - "la70" "DEC LA70 printer" OFF \ - "la75" "DEC LA75 printer" OFF \ - "la75plus" "DEC LA75plus printer" OFF \ + "coslw2p" "CoStar LabelWriter II II/Plus" OFF \ + "coslwxl" "CoStar LabelWriter XL" OFF \ + "stp" "Configurable Canon/Epson/Lexmark/HP driver (Gimp-Print)" ON \ + "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" ON \ + "dl2100" "DEClaser 2100" OFF \ + "la50" "DEC LA50" OFF \ + "la70" "DEC LA70" OFF \ + "la75" "DEC LA75" OFF \ + "la75plus" "DEC LA75plus" OFF \ "lj250" "DEC LJ250 Companion color printer" OFF \ "declj250" "DEC LJ250 driver (alternate)" OFF \ - "ln03" "DEC LN03 printer" OFF \ - "ap3250" "Epson AP3250" OFF \ + "ln03" "DEC LN03" OFF \ + "ap3250" "Epson ActionPrinter 3250" OFF \ "epson" "Epson-compatible dot matrix, 9/24-pin" OFF \ - "eps9mid" "Epson-compatible 9-pin, medium resol" OFF \ - "eps9high" "Epson-compatible 9-pin, high resol" OFF \ + "eps9mid" "Epson-compatible 9-pin, interleaved lines, medium resol" OFF \ + "eps9high" "Epson-compatible 9-pin, interleaved lines, triple resol" OFF \ "lp8000" "Epson LP-8000 line printer" OFF \ "lq850" "Epson LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" OFF \ "epsonc" "Epson LQ-2550 and Fujitsu 3400/2400/1200 color" OFF \ "st800" "Epson Stylus 800 printer" OFF \ - "stcolor" "Epson Stylus Color" OFF \ + "stcolor" "Epson Stylus Color and II/IIs/1500 (see driver docu)" OFF \ + "photoex" "Epson Stylus Color Photo, Photo EX, Photo 700" OFF \ "lp2563" "HP 2563B line printer" OFF \ "dnj650c" "HP DesignJet 650C" OFF \ "deskjet" "HP DeskJet and DeskJet Plus" ON \ - "djet500" "HP DeskJet 500" ON \ + "djet500" "HP DeskJet 500 (for DeskJet 600 use -r600)" ON \ "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ "djet500c" "HP DeskJet 500C alternate driver, not for 550/560C" OFF \ - "cdjcolor" "HP DeskJet 500C/540C, 24 bit/pixel color + FS dithering" ON \ + "cdjcolor" "HP DeskJet 500C/540C, 24bit/pxl+FS dith, Citizen Projet IIc" ON \ "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ - "cdj500" "HP DeskJet 500C (same as cdjcolor)" OFF \ - "cdj550" "HP DeskJet 550C/560C" ON \ - "cdj670" "HP DeskJet 670/690" OFF \ - "cdj850" "HP DeskJet 850/855/870/1100" OFF \ - "cdj890" "HP DeskJet 890" OFF \ - "cdj1600" "HP DeskJet 1600" OFF \ + "cdj500" "HP DeskJet 500/540C (same as cdjcolor)" OFF \ + "cdj550" "HP DeskJet 550C/560C/660C/660Cse" ON \ + "cdj670" "HP DeskJet 670/690 (HP8XX driver)" ON \ + "cdj850" "HP DeskJet 850/855/870/1100 (HP8XX driver)" ON \ + "cdj880" "HP DeskJet 880 (HP8XX driver)" ON \ + "cdj890" "HP DeskJet 890 (HP8XX driver)" ON \ + "cdj1600" "HP DeskJet 1600 (HP8XX driver)" ON \ + "cdj970" "HP DeskJet 970CXi (HP970 driver)" ON \ "laserjet" "HP LaserJet" ON \ "ljetplus" "HP LaserJet Plus" ON \ "ljet2p" "HP LaserJet IId/IIp/III* with TIFF compression" ON \ "ljet3" "HP LaserJet III* with Delta Row compression" ON \ - "ljet3d" "HP LaserJet IIID with duplex capability" OFF \ - "ljet4" "HP LaserJet 4 (defaults to 600 dpi)" ON \ + "ljet3d" "HP LaserJet IIID with duplex capability" ON \ + "ljet4" "HP LaserJet 4 and 5L/5P (not real LJ5), defaults to 600 dpi" ON \ + "ljet4d" "HP LaserJet 4 (defaults to 600 dpi) with duplex" ON \ "lj4dith" "HP LaserJet 4 with Floyd-Steinberg dithering" OFF \ - "cljet5" "HP LaserJet 5/5M Color " OFF \ - "lj5mono" "HP LaserJet 5 and 6 family (PCL5 / PCL XL), bitmap" OFF \ - "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" OFF \ + "cljet5" "HP LaserJet 5/5M Color (new driver, old=cljet5pr)" ON \ + "cljet5c" "HP LaserJet 5/5M Color Simple" ON \ + "cljet5pr" "HP LaserJet 5/5M Color (old drv. with rotation hacks/flaws)" ON \ + "lj5mono" "HP LaserJet 5 and 6 family (PCL5 / PCL XL), bitmap" ON \ + "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" ON \ "pj" "HP PaintJet XL driver " ON \ "pjetxl" "HP PaintJet XL driver (alternate)" OFF \ "pjxl" "HP PaintJet XL color printer" ON \ "paintjet" "HP PaintJet color printer (alternate)" OFF \ - "pjxl300" "HP PaintJet XL300 color printer (also for 1200C)" ON \ + "pjxl300" "HP PaintJet XL300, DeskJet 1200C color printer, HP CopyJet" ON \ "pxlmono" "HP PCL XL black-and-white printers (LaserJet 5 and 6 family)" ON \ - "pxlcolor" "HP PCL XL color printers (none available yet)" ON \ + "pxlcolor" "HP PCL XL color printers (Color LaserJet 4500/5000)" ON \ + "pcl3" "HP PCL 3+ (DeskJet 500/500C/510/520/540/550C/560C/850C/855C)" ON \ + "hpdj" "HP PCL 3+ (old drv.)" ON \ + "hpijs" "HP PhotoSmart/DeskJet series (HP developed driver)" ON \ "ibmpro" "IBM 9-pin Proprinter" OFF \ "jetp3852" "IBM Jetprinter ink-jet color (Model #3852)" OFF \ "imagen" "Imagen ImPress printers" OFF \ + "fs600" "Kyocera FS-600 (600 dpi)" OFF \ + "lxm5700m" "Lexmark 5700 monotone" OFF \ "cp50" "Mitsubishi CP50 color" OFF \ - "necp6" "NEC P6/P6+/P60, 360x360 DPI resol" OFF \ + "necp6" "NEC PinWriter P6/P6+/P60, 360x360 DPI resol" OFF \ "oce9050" "OCE 9050 printer" OFF \ "oki182" "Okidata MicroLine 182" OFF \ "okiibm" "Okidata MicroLine IBM-compatible printers" OFF \ + "atx23" "Practical Automation ATX-23 label printer" OFF \ + "atx24" "Practical Automation ATX-24 label printer" OFF \ + "atx38" "Practical Automation ATX-38 label printer" OFF \ "r4081" "Ricoh 4081 laser printer" OFF \ "sj48" "StarJet 48 inkjet printer" OFF \ - "xes" "Xerox XES printers (2700, 3700, 4045, etc.)" OFF \ - "bmpmono" "BMP Monochrome" OFF \ - "bmp16" "BMP 4-bit EGA/VGA" OFF \ - "bmp256" "BMP 8-bit 256-color" OFF \ + "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ + "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ + "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ + "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \ + "xes" "Xerox XES 2700/3700/4045" OFF \ + "bmpmono" "BMP Monochrome" ON \ + "bmpgray" "BMP 8-bit gray" ON \ + "bmp16" "BMP 4-bit EGA/VGA" ON \ + "bmp256" "BMP 8-bit 256-color" ON \ "bmp16m" "BMP 24-bit" ON \ + "bmp32b" "BMP 32-bit pseudo-.BMP" ON \ + "bmpsep1" "BMP Separated 1-bit CMYK" ON \ + "bmpsep8" "BMP Separated 8-bit CMYK" ON \ "ccr" "CalComp Raster format" OFF \ "cgmmono" "CGM Monochrome -- LOW LEVEL OUTPUT ONLY" OFF \ "cgm8" "CGM 8-bit 256-color -- DITTO" OFF \ @@ -128,38 +154,39 @@ "ppmraw" "Portable Pixmap, raw format RGB" ON \ "pkm" "Portable inKmap (plain format) (4-bit CMYK => RGB)" ON \ "pkmraw" "Portable inKmap (raw format) (4-bit CMYK => RGB)" ON \ + "pksm" "Portable Separated map (plain) (4-bit CMYK => 4 pages)" ON \ + "pksmraw" "Portable Separated map (raw) (4-bit CMYK => 4 pages)" ON \ "pngmono" "PNG Monochrome Portable Network Graphics" ON \ "pnggray" "PNG 8-bit gray Portable Network Graphics" ON \ "png16" "PNG 4-bit color Portable Network Graphics" ON \ "png256" "PNG 8-bit color Portable Network Graphics" ON \ "png16m" "PNG 24-bit color Portable Network Graphics" ON \ - "psmono" "PostScript, Level 1, monochrome image" ON \ + "psmono" "PostScript (Level 1) monochrome image" ON \ "psgray" "PostScript (Level 1) 8-bit gray image" ON \ "psrgb" "PostScript (Level 2) 24-bit color image" ON \ "pswrite" "PostScript output (like PostScript Distillery)" ON \ "epswrite" "EPS output (like PostScript Distillery)" ON \ "sgirgb" "SGI RGB pixmap format" OFF \ - "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ - "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ - "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ - "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \ + "sunhmono" "Harlequin variant of 1-bit Sun raster file" OFF \ "tiffcrle" "TIFF CCITT RLE 1 dim = Group 3 fax with no EOLs" ON \ "tiffg3" "TIFF Group 3 fax with EOLs" ON \ "tiffg32d" "TIFF Group 3 2-D fax" ON \ "tiffg4" "TIFF Group 4 fax" ON \ "tiff12nc" "TIFF 12-bit RGB, no compression" ON \ - "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format)" ON \ + "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format" ON \ "tifflzw" "TIFF LZW, tag = 5, mono" ON \ "tiffpack" "TIFF PackBits, tag = 32773, mono" ON \ - "x11" "X Windows version 11, release >=4" ON \ - "x11alpha" "X Windows masquer. as device with alpha capability" ON \ - "x11cmyk" "X Windows masquer. as 1-bit-per-plane CMYK device" ON \ - "x11cmyk2" "X Windows as a 2-bit-per-plane CMYK device" OFF \ - "x11cmyk4" "X Windows as a 4-bit-per-plane CMYK device" OFF \ - "x11cmyk8" "X Windows as an 8-bit-per-plane CMYK device" OF >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 Aug 9 12:12:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 604F537B409 for ; Thu, 9 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JA1382506; Thu, 9 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5247937B419 for ; Thu, 9 Aug 2001 12:03:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79J3Nl79005; Thu, 9 Aug 2001 12:03:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200108091903.f79J3Nl79005@freefall.freebsd.org> Date: Thu, 9 Aug 2001 12:03:23 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29579: Update port: print_ghostscript55 to 6.51 (fix ports/28846) Sender: owner-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: 29579 >Category: ports >Synopsis: Update port: print_ghostscript55 to 6.51 (fix ports/28846) >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 Aug 09 12:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 6.51 New file: files/escputil.contrib.mak files/hpijs.contrib.mak files/lqx70ch.upp files/lqx70cl.upp files/lqx70cm.upp files/patch-hpijs:makefile files/patch-lib:gs_init.ps files/patch-src:contrib.mak-5.94.add files/patch-src:gdevxini.c files/patch-src:genarch.c files/patch-src:gp_unifs.c files/patch-src:gp_unifs.c files/patch-src:unix-gcc.mak files/patch-src:zmedia2.c files/stc740ih.upp files/stc740p.upp files/stc740pl.upp Remove file: files/patch-aa files/patch-ab files/patch-ac files/patch-ad This PR supersedes ports/28846. Following PRs related to this port should also be closed by this PR: ports/28387 (hpijs driver is integrated) Note: Directory name of this port would have to be chenged to 'ghostscript-gnu'. >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript55/Makefile print/ghostscript55/Makefile --- /usr/ports/print/ghostscript55/Makefile Fri Jul 6 21:55:57 2001 +++ print/ghostscript55/Makefile Tue Jul 10 05:04:07 2001 @@ -6,34 +6,59 @@ # PORTNAME= ghostscript -PORTVERSION= 5.50a +PORTVERSION= 6.51 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.cs.wisc.edu/ghost/gnu/gs550/ \ - ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/ \ - http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://www.erdw.ethz.ch/~bonk/ftp/gs-driver-distrib/ -MASTER_SITE_SUBDIR= ${PORTNAME} + ${MASTER_SITE_SOURCEFORGE} \ + http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ + http://www.gelhaus.net/hp880c/1.4beta/ \ + http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ + http://www.harsch.net/Download/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs651/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/ +MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet + DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP850_DRV} + ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ + ${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC} EXTRACT_ONLY= ${GS_SOURCES} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ - unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png -NO_LATEST_LINK= "Older version." +USE_BZIP2= yes +USE_GMAKE= yes +CFLAGS+= -DUPD_SIGNAL=0 +MAKEFILE= src/unix-gcc.mak +ALL_TARGET= all pcl3opts escputil +PLIST_SUB= GS_VERSION=${PORTVERSION} + +MAN1= dvipdf.1 eps2eps.1 escputil.1 font2c.1 gs-hpdj.1 gs-pcl3.1 \ + gs.1 gslp.1 gsnd.1 pcl3opts.1 pdf2dsc.1 pdf2ps.1 pdfopt.1 \ + pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 \ + ps2pdfwr.1 ps2ps.1 wftopfa.1 +MLINKS= gslp.1 gsbj.1 \ + gslp.1 gsdj.1 \ + gslp.1 gsdj500.1 \ + gslp.1 gslj.1 \ + ps2pdf.1 ps2pdf12.1 \ + ps2pdf.1 ps2pdf13.1 -WRKSRC= ${WRKDIR}/gs5.50 +.if defined(A4) +CFLAGS+= -DA4 +.endif +.if !defined(WITHOUT_X11) +PKGNAMESUFFIX= -gnu USE_XLIB= yes -USE_GMAKE= yes -MAKEFILE= unix-gcc.mak -MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 ps2ps.1 +.else +PKGNAMESUFFIX= -gnu-nox11 +MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} +.endif -GS_SOURCES= gnu-gs-5.50a.tar.gz +GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} # Note: the following two are real files that have symlinks with # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port @@ -41,52 +66,270 @@ GS_FONTS_STD= gnu-gs-fonts-std-6.0.tar.gz GS_FONTS_OTHER= gnu-gs-fonts-other-6.0.tar.gz -# Additional driver HP 850, see http://www.erdw.ethz.ch/~bonk/hp850/hp850.html -HP850_DRV= hp8xxs13.zip +# Additional Drivers: + +# Ghostscript Driver for HP DeskJet 812C/815C/832C/880C/882C/895C +# http://www.gelhaus.net/hp880c/ +HP8XX= cdj880 +HP8XX_DRV= gdevcd8.tar.gz + +# HPDJ, additional driver for HP PCL3 Printers, by Martin Lottermoser +# still present, just for the case pcl3 is missing some hpdj feature +# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html +HPDJ= hpdj +HPDJ_VERS= 2.6 +HPDJ_NAME= ${HPDJ}-${HPDJ_VERS} +HPDJ_SRC= ${HPDJ_NAME}.tar.gz +HPDJ_MAN1= gs-hpdj.1 + +# PCL3 (hpdj successor now in RELEASE quality) +# additional driver for HP PCL3 Printers, by Martin Lottermoser +# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html +PCL3= pcl3 +PCL3_VERS= 3.2 +PCL3_NAME= ${PCL3}-${PCL3_VERS} +PCL3_SRC= ${PCL3_NAME}.tar.gz +PCL3_MAN1= gs-pcl3.1 pcl3opts.1 + +# additional driver for HP DeskJet 970, supports duplex printing +# http://www.harsch.net/Ghostscript/ghostscript.html +HP970_DRV= gdevdj9.c.gz + +# gimp-print - very high quality driver for Epson, HPs,... +# http://gimp-print.sourceforge.net/ +GPRINT= print +GPRINT_DESC= gimp-${GPRINT} +GPRINT_VERS= 4.0.5 +GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} +GPRINT_SRC= ${GPRINT_NAME}.tar.gz +GPRINT_MAN1= escputil.1 + +# HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series +# http://hpinkjet.sourceforge.net/ +HPIJS= hpijs +HPIJS_VERS= 0.97 +HPIJS_NAME= ${HPIJS}${HPIJS_VERS} +HPIJS_SRC= ${HPIJS_NAME}.tar.gz + +# contributed uniprint profiles +CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \ + stc740ih.upp stc740p.upp stc740pl.upp # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps -.if defined(A4) -CFLAGS+= -DA4 +.include + +.if ${ARCH} == "i386" +CFLAGS+= -D_LITTLE_ENDIAN .endif -pre-fetch: +.SILENT: + +pre-everything: .if !defined(A4) - @${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." + ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else - @${ECHO_MSG} "Using -DA4 for compilation." + ${ECHO_MSG} "Using -DA4 for compilation." .endif post-extract: - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - unzip -L -q -aa -o ${DISTDIR}/${HP850_DRV} -d ${WRKSRC} -x devs.mak + ${ECHO_MSG} ">>> in post-extract ..." + ${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ + ${WRKSRC}/jpeg + ${RM} -f ${WRKSRC}/man/de/*.1 +# ** 3rd party driver ** +# Note: don't forget to add those devices in scripts/configure and +# configure.batch, which update unix-gcc.mak to build gs with these +# new devices ! +# +# for HP8XX driver + ${ECHO_MSG} ">>> extracting ${HP8XX_DRV} ..." + ${TAR} -C ${WRKSRC}/src -xzf ${_DISTDIR}/${HP8XX_DRV} +# for HPDJ driver + ${ECHO_MSG} ">>> extracting ${HPDJ_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPDJ_SRC} + ${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar +# for PCL3 driver + ${ECHO_MSG} ">>> extracting ${PCL3_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${PCL3_SRC} + ${LN} -sf ${PCL3_NAME} ${WRKSRC}/pcl3 + ${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ + ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar +# for HP DeskJet 970 driver + ${ECHO_MSG} ">>> extracting ${HP970_DRV} ..." + ${CP} ${_DISTDIR}/${HP970_DRV} ${WRKSRC}/src + ${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} +# for gimp-print + ${ECHO_MSG} ">>> extracting ${GPRINT_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${GPRINT_SRC} +# for HPinkjet driver + ${ECHO_MSG} ">>> extracting ${HPIJS_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPIJS_SRC} + ${LN} -sf ${HPIJS_NAME} ${WRKSRC}/hpijs + +post-patch: + ${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \ + ${WRKSRC}/src/unix-gcc.mak + find ${WRKSRC}/src -name '*.[ch]' | xargs ${PERL} -pi -e \ + 's|pputc|stream_putc|g; \ + s|pwrite|stream_write|g ; \ + s|pputs|stream_puts|g' +# for HPinkjet driver + find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ + 's|#include ||g; \ + s|SRVPATH \"hpijs\"|SRVPATH \"${PREFIX}/libexec/hpijs\"|g' + +# here we apply the modifications necessary to build the 3rd party drivers +# advantage: you see unmodified makefiles after a pure make extract +pre-configure: + ${ECHO_MSG} ">>> in pre-configure ..." +# for HPDJ driver + ${ECHO_MSG} ">>> adding ${HPDJ} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \ + >> ${WRKSRC}/src/contrib.mak +# for PCL3 driver + ${ECHO_MSG} ">>> adding ${PCL3} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-6.50.add \ + >> ${WRKSRC}/src/contrib.mak +# for gimp-print + ${ECHO_MSG} ">>> creating symlinks for ${GPRINT_DESC} ..." + ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/Ghost/*.[ch] \ + ${WRKSRC}/src + ${ECHO_MSG} ">>> adding ${GPRINT_DESC} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/${GPRINT_NAME}/Ghost/contrib.mak.addon \ + >> ${WRKSRC}/src/contrib.mak + ${ECHO_MSG} ">>> adding make rules for escputil to contrib.mak ..." + ${CAT} ${FILESDIR}/escputil.contrib.mak \ + >> ${WRKSRC}/src/contrib.mak +# for HPinkjet driver + ${ECHO_MSG} ">>> creating symlinks for ${HPIJS} ..." + ${LN} -sf ${WRKSRC}/${HPIJS_NAME}/gdevhpij.[ch] \ + ${WRKSRC}/src + ${ECHO_MSG} ">>> adding ${HPIJS} driver to contrib.mak ..." + ${CAT} ${FILESDIR}/hpijs.contrib.mak \ + >> ${WRKSRC}/src/contrib.mak do-configure: + ${ECHO_MSG} ">>> in do-configure ..." .if defined(BATCH) - @${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure.batch + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else - @${SETENV} WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/configure + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif pre-build: + ${ECHO_MSG} ">>> in pre-build ..." + ${ECHO_MSG} ">>> creating directories for compilation ..." ${MKDIR} ${WRKSRC}/obj + ${MKDIR} ${WRKSRC}/bin + +post-build: +# for HPinkjet driver + cd ${WRKSRC}/${HPIJS_NAME} ; \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} makefile pre-install: - @${MKDIR} ${PREFIX}/share/ghostscript - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD} - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER} + ${ECHO_MSG} ">>> in pre-install ..." + ${ECHO_MSG} ">>> creating ghostscript destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript + ${ECHO_MSG} ">>> extracting ghostscript fonts..." + ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_OTHER} -# install the readme and license file of the hp8xxx driver as well post-install: + ${ECHO_MSG} ">>> in post-install ..." + ${ECHO_MSG} ">>> stripping gs ..." strip ${PREFIX}/bin/gs - ${INSTALL_SCRIPT} ${WRKSRC}/unix-lpr.sh ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/lprsetup.sh ${PREFIX}/bin - ${INSTALL_DATA} ${DISTDIR}/pdf_sec.ps \ - ${PREFIX}/share/ghostscript/5.50 - ${INSTALL_DATA} ${WRKSRC}/license.hp8 \ - ${PREFIX}/share/ghostscript/5.50/doc - ${INSTALL_DATA} ${WRKSRC}/readme.hp8 \ - ${PREFIX}/share/ghostscript/5.50/doc +# for HPDJ driver + ${ECHO_MSG} ">>> installing ${HPDJ} manpages ..." +.for i in ${HPDJ_MAN1} + ${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 +.endfor + ${ECHO_MSG} ">>> creating ${HPDJ} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${ECHO_MSG} ">>> installing files in ${HPDJ} destdir ..." +.for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \ + margins-Letter.ps margins-LetterRotated.ps + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj +.endfor +# for PCL3 driver + ${ECHO_MSG} ">>> installing ${PCL3} manpages ..." +.for i in ${PCL3_MAN1} + ${INSTALL_MAN} ${WRKSRC}/${PCL3_NAME}/doc/${i} ${PREFIX}/man/man1 +.endfor +# other pcl3 stuff, which might be interesting for runtime + ${ECHO_MSG} ">>> creating ${PCL3} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${ECHO_MSG} ">>> installing files in ${PCL3} destdir ..." +.for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ + ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \ + ps/margins-A4Rotated.ps ps/margins-Env10Rotated.ps \ + ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \ + ps/margins-LetterRotated.ps + ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 +.endfor +# for gimp-print driver + ${ECHO_MSG} ">>> installing ${GPRINT_DESC} escputil in bindir ..." + ${INSTALL_PROGRAM} ${WRKSRC}/src/escputil ${PREFIX}/bin + ${ECHO_MSG} ">>> installing ${GPRINT_DESC} manpages ..." +.for i in ${GPRINT_MAN1} + ${INSTALL_MAN} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ + ${PREFIX}/man/man1 +.endfor + ${ECHO_MSG} ">>> creating ${GPRINT_DESC} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${ECHO_MSG} ">>> installing files in gimp-print destdir ..." +.for i in README + ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print +.endfor +# for HPinkjet driver + ${ECHO_MSG} ">>> installing ${HPIJS} server in libexecdir ..." + ${INSTALL_PROGRAM} ${WRKSRC}/${HPIJS_NAME}/hpijs ${PREFIX}/libexec + ${ECHO_MSG} ">>> creating ${HPIJS} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${ECHO_MSG} ">>> installing files in ${HPIJS} destdir ..." +.for i in hpijs_readme.html + ${INSTALL_DATA} ${WRKSRC}/${HPIJS}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs +.endfor +# contributed UPP driver + ${ECHO_MSG} ">>> installing contributed UPP profiles ..." +.for i in ${CONTRIB_UPP} + ${INSTALL_DATA} ${FILESDIR}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/lib +.endfor +# for reading encrypted PDFs + ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." + ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/lib +# +# now NOPORTDOCS dependend stuff +# +.if !defined(NOPORTDOCS) + ${ECHO_MSG} ">>> installing PORTDOC stuff ..." +# install hpdj docu, not necessary for runtime +# note: old hpdj driver has its files in ${WRKSRC}/src + ${ECHO_MSG} ">>> creating ${HPDJ} docu destdir ..." + ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${ECHO_MSG} ">>> installing files in ${HPDJ} docu destdir ..." +.for i in NEWS hpdj.html + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj +.endfor +# install pcl3 docu, not necessary for runtime +# note: new pcl3 driver has a subdir of its own + ${ECHO_MSG} ">>> creating ${PCL3} docu destdir ..." + ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${ECHO_MSG} ">>> installing files in ${PCL3} docu destdir ..." +.for i in NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html + ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ + ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 +.endfor +.endif + ${ECHO_MSG} "> post-installation tasks completed." -.include +.include diff -urN /usr/ports/print/ghostscript55/distinfo print/ghostscript55/distinfo --- /usr/ports/print/ghostscript55/distinfo Fri Aug 25 06:20:29 2000 +++ print/ghostscript55/distinfo Sat Jul 7 12:45:24 2001 @@ -1,5 +1,10 @@ -MD5 (gnu-gs-5.50a.tar.gz) = c12ea8dd56cfc453c99bd8864dfc90db +MD5 (ghostscript-6.51.tar.bz2) = 6b6d2123daaa1d217aadcbba7f2d6179 MD5 (gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79 MD5 (gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f -MD5 (hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586 MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 +MD5 (gdevcd8.tar.gz) = 5ce48bff6082a023199c8ede4aae63a0 +MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be +MD5 (pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46 +MD5 (gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 +MD5 (print-4.0.5.tar.gz) = 2eae88b9285d47036d31974fd2b0abc2 +MD5 (hpijs0.97.tar.gz) = d02f8c4c2d730e72038f6f4d4350fbe8 diff -urN /usr/ports/print/ghostscript55/files/escputil.contrib.mak print/ghostscript55/files/escputil.contrib.mak --- /usr/ports/print/ghostscript55/files/escputil.contrib.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/escputil.contrib.mak Wed Jun 20 00:00:00 2001 @@ -0,0 +1,6 @@ + +# build escputil command from gimp-print sources + +escputil: $(GLSRC)escputil.c + $(CC_) -o $(GLSRC)escputil $(GLSRC)escputil.c + diff -urN /usr/ports/print/ghostscript55/files/hpijs.contrib.mak print/ghostscript55/files/hpijs.contrib.mak --- /usr/ports/print/ghostscript55/files/hpijs.contrib.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/hpijs.contrib.mak Sat Jul 7 16:15:16 2001 @@ -0,0 +1,31 @@ +### ------------- Hewlett-Packard Co. Inkjet Driver -------------- ### + +hpijs_=$(GLOBJ)gdevhpij.$(OBJ) + +$(DD)gdevhpij.$(OBJ): $(GLSRC)gdevhpij.c $(PDEVH) + $(GLCC) $(GLO_)gdevhpij.$(OBJ) $(C_) $(GLSRC)gdevhpij.c + +$(DD)hpijs.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) $(DD)hpijs $(hpijs_) + +$(DD)DJ630.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ630 $(hpijs_) + +$(DD)DJ6xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xx $(hpijs_) + +$(DD)DJ6xxP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xxP $(hpijs_) + +$(DD)DJ8xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ8xx $(hpijs_) + +$(DD)DJ9xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xx $(hpijs_) + +$(DD)DJ9xxVIP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xxVIP $(hpijs_) + +$(DD)AP21xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) AP21xx $(hpijs_) + diff -urN /usr/ports/print/ghostscript55/files/lqx70ch.upp print/ghostscript55/files/lqx70ch.upp --- /usr/ports/print/ghostscript55/files/lqx70ch.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/lqx70ch.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,26 @@ +# $ApsCVS: src/apsfilter/uniprint/lqx70ch.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/ErrorDiffusion +-dupOutputFormat=/EscP2 +-r360x360 +-dupMargins="{ 9.0 0.0 9.0 24.0}" +-dupOutputPins=24 +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2869 0100 01 + 1b2855 0100 0A + 1b5501 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupEndPageCommand="(\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/lqx70cl.upp print/ghostscript55/files/lqx70cl.upp --- /usr/ports/print/ghostscript55/files/lqx70cl.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/lqx70cl.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,26 @@ +# $ApsCVS: src/apsfilter/uniprint/lqx70cl.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/ErrorDiffusion +-dupOutputFormat=/EscP2 +-r180x180 +-dupMargins="{ 9.0 0.0 9.0 24.0}" +-dupOutputPins=24 +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2869 0100 01 + 1b2855 0100 14 + 1b5500 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupEndPageCommand="(\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/lqx70cm.upp print/ghostscript55/files/lqx70cm.upp --- /usr/ports/print/ghostscript55/files/lqx70cm.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/lqx70cm.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,25 @@ +# $ApsCVS: src/apsfilter/uniprint/lqx70cm.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/ErrorDiffusion +-dupOutputFormat=/EscP2 +-r360x180 +-dupMargins="{ 9.0 24.0 9.0 24.0}" +-dupOutputPins=24 +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2869 0100 01 + 1b2855 0100 14 + 1b5501 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupEndPageCommand="(\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/patch-aa print/ghostscript55/files/patch-aa --- /usr/ports/print/ghostscript55/files/patch-aa Fri Aug 25 06:20:29 2000 +++ print/ghostscript55/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,150 +0,0 @@ ---- unix-gcc.mak.orig Mon Feb 14 11:28:41 2000 -+++ unix-gcc.mak Sat Jul 29 00:40:45 2000 -@@ -54,12 +54,10 @@ - # the directories also define the default search path for the - # initialization files (gs_*.ps) and the fonts. - --# If your system has installbsd, change install to installbsd in the next line. --INSTALL = install -c --INSTALL_PROGRAM = $(INSTALL) -m 755 --INSTALL_DATA = $(INSTALL) -m 644 -+INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) -+INSTALL_DATA = $(BSD_INSTALL_DATA) - --prefix = /usr/local -+prefix = $(PREFIX) - exec_prefix = $(prefix) - bindir = $(exec_prefix)/bin - scriptdir = $(bindir) -@@ -140,14 +138,14 @@ - # You may need to change this if the libpng version changes. - # See libpng.mak for more information. - --PSRCDIR=libpng -+PSRCDIR=${LOCALBASE}/include - PVERSION=96 - - # Choose whether to use a shared version of the PNG library, and if so, - # what its name is. - # See gs.mak and Make.htm for more information. - --SHARE_LIBPNG=0 -+SHARE_LIBPNG=1 - LIBPNG_NAME=png - - # Define the directory where the zlib sources are stored. -@@ -159,7 +157,7 @@ - # what its name is (usually libz, but sometimes libgz). - # See gs.mak and Make.htm for more information. - --SHARE_ZLIB=0 -+SHARE_ZLIB=1 - #ZLIB_NAME=gz - ZLIB_NAME=z - -@@ -178,7 +176,7 @@ - - # Define the name of the C compiler. - --CC=gcc -+#CC=cc - - # Define the name of the linker for the final link step. - # Normally this is the same as the C compiler. -@@ -211,7 +209,7 @@ - # gcc to accept ANSI-style function prototypes and function definitions. - XCFLAGS= - --CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -+#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) - - # Define platform flags for ld. - # SunOS 4.n may need -Bstatic. -@@ -220,7 +218,7 @@ - # -R /usr/local/xxx/lib:/usr/local/lib - # giving the full path names of the shared library directories. - # XLDFLAGS can be set from the command line. --XLDFLAGS= -+XLDFLAGS=-L${LOCALBASE}/lib - - LDFLAGS=$(XLDFLAGS) -fno-common - -@@ -240,7 +238,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I$(X11BASE)/include - - # Define the directory/ies and library names for the X11 library files. - # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -252,12 +250,12 @@ - # Solaris and other SVR4 systems with dynamic linking probably want - #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib - # X11R6 (on any platform) may need --#XLIBS=Xt SM ICE Xext X11 -+XLIBS=Xt SM ICE Xext X11 - - #XLIBDIRS=-L/usr/local/X/lib --XLIBDIRS=-L/usr/X11/lib -+XLIBDIRS=-L$(X11BASE)/lib - XLIBDIR= --XLIBS=Xt Xext X11 -+#XLIBS=Xt X11 - - # Define whether this platform has floating point hardware: - # FPU_TYPE=2 means floating point is faster than fixed point. -@@ -298,27 +296,6 @@ - - FILE_IMPLEMENTATION=stdio - --# Choose the device(s) to include. See devs.mak for details, --# devs.mak and contrib.mak for the list of available devices. -- --DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11gray4.dev x11mono.dev --#DEVICE_DEVS1=bmpmono.dev bmpamono.dev posync.dev --DEVICE_DEVS1= --DEVICE_DEVS2= --DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev --DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev --DEVICE_DEVS5=uniprint.dev --DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev --DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev --DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev --DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev --DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev --DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev --DEVICE_DEVS12=psmono.dev psgray.dev psrgb.dev bit.dev bitrgb.dev bitcmyk.dev --DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev --DEVICE_DEVS14=jpeg.dev jpeggray.dev --DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev -- - # ---------------------------- End of options --------------------------- # - - # Define the name of the partial makefile that specifies options -- -@@ -326,16 +303,10 @@ - - MAKEFILE=$(GLSRC)unix-gcc.mak - --# Define the ANSI-to-K&R dependency. There isn't one, but we do have to --# detect whether we're running a version of gcc with the const optimization --# bug. -- --AK=$(GLGENDIR)/cc.tr -- - # Define the compilation rules and flags. - - CCFLAGS=$(GENOPT) $(CFLAGS) --CC_=$(CC) `cat $(AK)` $(CCFLAGS) -+CC_=$(CC) $(CCFLAGS) - CCAUX=$(CC) - #We can't use -fomit-frame-pointer with -pg.... - #CC_LEAF=$(CC_) -@@ -356,7 +327,3 @@ - include $(GLSRC)unixtail.mak - include $(GLSRC)unix-end.mak - include $(GLSRC)unixinst.mak -- --# This has to come last so it won't be taken as the default target. --$(AK): -- if ( gcc --version | grep "2.7.[01]" >/dev/null || test `gcc --version` = 2.7.2 ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi diff -urN /usr/ports/print/ghostscript55/files/patch-ab print/ghostscript55/files/patch-ab --- /usr/ports/print/ghostscript55/files/patch-ab Wed Jun 11 15:20:46 1997 +++ print/ghostscript55/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- gs_init.ps.orig Thu Jan 2 19:23:13 1997 -+++ gs_init.ps Thu Jan 2 19:24:46 1997 -@@ -1363,3 +1363,7 @@ - (END GC) VMDEBUG - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop diff -urN /usr/ports/print/ghostscript55/files/patch-ac print/ghostscript55/files/patch-ac --- /usr/ports/print/ghostscript55/files/patch-ac Thu Dec 3 17:24:20 1998 +++ print/ghostscript55/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,21 +0,0 @@ ---- contrib.mak.orig Tue Sep 15 04:03:52 1998 -+++ contrib.mak Tue Dec 1 15:37:58 1998 -@@ -435,6 +435,18 @@ - cdj850.dev: $(cdeskjet8_) page.dev - $(SETPDEV) cdj850 $(cdeskjet8_) - -+cdj670.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj670 $(cdeskjet8_) -+ -+cdj890.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj890 $(cdeskjet8_) -+ -+cdj1600.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj1600 $(cdeskjet8_) -+ -+$(GLOBJ)gdevcd8.$(OBJ): $(GLSRC)gdevcd8.c $(GLSRC)gdevcd8.h $(PDEVH) -+ $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c -+ - ### ------------ The H-P PaintJet color printer device ----------------- ### - ### Note: this driver also supports the DEC LJ250 color printer, which ### - ### has a PaintJet-compatible mode, and the PaintJet XL. ### diff -urN /usr/ports/print/ghostscript55/files/patch-ad print/ghostscript55/files/patch-ad --- /usr/ports/print/ghostscript55/files/patch-ad Fri Aug 25 06:20:29 2000 +++ print/ghostscript55/files/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,34 +0,0 @@ ---- gp_unifs.c.orig Mon Feb 14 11:28:25 2000 -+++ gp_unifs.c Fri Jul 28 23:53:04 2000 -@@ -33,6 +33,7 @@ - #include "stat_.h" - #include "dirent_.h" - #include /* for MAXPATHLEN */ -+#include - - /* Some systems (Interactive for example) don't define MAXPATHLEN, - * so we define it here. (This probably should be done via a Config-Script.) -@@ -63,6 +64,8 @@ - const char *mode) - { /* The -8 is for XXXXXX plus a possible final / and -. */ - int len = gp_file_name_sizeof - strlen(prefix) - 8; -+ int fd; -+ FILE *f; - - if (gp_getenv("TEMP", fname, &len) != 0) - strcpy(fname, "/tmp/"); -@@ -75,8 +78,12 @@ - if (*fname != 0 && fname[strlen(fname) - 1] == 'X') - strcat(fname, "-"); - strcat(fname, "XXXXXX"); -- mktemp(fname); -- return fopen(fname, mode); -+ fd = mkstemp(fname); -+ if (fd == -1) -+ return NULL; -+ if ((f = fdopen(fd, mode)) == NULL) -+ close(fd); -+ return f; - } - - /* Open a file with the given name, as a stream of uninterpreted bytes. */ diff -urN /usr/ports/print/ghostscript55/files/patch-hpijs:makefile print/ghostscript55/files/patch-hpijs:makefile --- /usr/ports/print/ghostscript55/files/patch-hpijs:makefile Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-hpijs:makefile Tue Jul 10 03:19:49 2001 @@ -0,0 +1,32 @@ +--- hpijs/makefile.orig Fri Jun 8 06:10:57 2001 ++++ hpijs/makefile Tue Jul 10 03:09:21 2001 +@@ -1,17 +1,17 @@ +-FLAGS = -D_LITTLE_ENDIAN -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ ++FLAGS = -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ + -D_DJ9xxVIP -D_DJ630 -D_APOLLO2100 -D_DJ600 -D_DJ350 + + VERSION=0.97 + INSTALLDIR=/usr/bin + + +-CC = g++ -c -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) ++CXXFLAGS += -DVERSION=\"$(VERSION)\" $(FLAGS) + #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" -DCAPTURE $(FLAGS) + #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) + + .cpp.o: + echo "compiling $( +@@ -1799,3 +1799,7 @@ + (END GC) VMDEBUG + + % The interpreter will run the initial procedure (start). ++ ++% unofficial patch: ++% make it possible to print from within acroread pdf viewer ++/Default currenthalftone /Halftone defineresource pop diff -urN /usr/ports/print/ghostscript55/files/patch-src:contrib.mak-5.94.add print/ghostscript55/files/patch-src:contrib.mak-5.94.add --- /usr/ports/print/ghostscript55/files/patch-src:contrib.mak-5.94.add Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:contrib.mak-5.94.add Wed Jun 20 00:00:00 2001 @@ -0,0 +1,14 @@ +--- src/contrib.mak-5.94.add.orig Sun Oct 17 05:20:06 1999 ++++ src/contrib.mak-5.94.add Tue Jun 19 03:20:13 2001 +@@ -102,11 +102,6 @@ + $(GLOBJ)hpdjprn.$(OBJ): $(GLSRC)hpdjprn.c + $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)hpdjprn.c + +-$(GLOBJ)pclcomp.$(OBJ): $(GLSRC)pclcomp.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pclcomp.c +- +-$(GLOBJ)pagecount.$(OBJ): $(GLSRC)pagecount.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pagecount.c + + + $(DD)hpdj.dev: $(hpdj_) $(DD)page.dev diff -urN /usr/ports/print/ghostscript55/files/patch-src:gdevxini.c print/ghostscript55/files/patch-src:gdevxini.c --- /usr/ports/print/ghostscript55/files/patch-src:gdevxini.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:gdevxini.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,14 @@ +--- src/gdevxini.c.orig Tue Jun 5 15:38:57 2001 ++++ src/gdevxini.c Wed Jun 20 04:17:15 2001 +@@ -655,8 +655,10 @@ + } + x_set_buffer(xdev); + /* Clear the destination pixmap to avoid initializing with garbage. */ +- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? ++ if (xdev->dest == (Pixmap) 0) { ++ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? + xdev->bpixmap : (Pixmap) xdev->win); ++ } + if (xdev->dest != (Pixmap) 0) { + XSetForeground(xdev->dpy, xdev->gc, xdev->background); + XFillRectangle(xdev->dpy, xdev->dest, xdev->gc, diff -urN /usr/ports/print/ghostscript55/files/patch-src:genarch.c print/ghostscript55/files/patch-src:genarch.c --- /usr/ports/print/ghostscript55/files/patch-src:genarch.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:genarch.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,34 @@ +--- src/genarch.c.orig Tue Jun 5 15:38:57 2001 ++++ src/genarch.c Wed Jun 20 04:17:42 2001 +@@ -41,6 +41,7 @@ + fprintf(f, "\n\t /* ---------------- %s ---------------- */\n\n", str); + } + ++#ifndef __FreeBSD__ + private clock_t + time_clear(char *buf, int bsize, int nreps) + { +@@ -51,6 +52,7 @@ + memset(buf, 0, bsize); + return clock() - t; + } ++#endif /* __FreeBSD__ */ + + private void + define(FILE *f, const char *str) +@@ -181,6 +183,7 @@ + fprintf(f, "((unsigned long)~0L + (unsigned long)0)\n"); + #undef PRINT_MAX + ++#ifndef __FreeBSD__ + section(f, "Cache sizes"); + + /* +@@ -241,6 +244,7 @@ + } + define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1); + } ++#endif /* __FreeBSD__ */ + + section(f, "Miscellaneous"); + diff -urN /usr/ports/print/ghostscript55/files/patch-src:gp_unifs.c print/ghostscript55/files/patch-src:gp_unifs.c --- /usr/ports/print/ghostscript55/files/patch-src:gp_unifs.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:gp_unifs.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,34 @@ +--- src/gp_unifs.c.orig Tue Jun 5 15:38:58 2001 ++++ src/gp_unifs.c Wed Jun 20 04:18:03 2001 +@@ -29,6 +29,7 @@ + #include "stat_.h" + #include "dirent_.h" + #include /* for MAXPATHLEN */ ++#include + + /* Some systems (Interactive for example) don't define MAXPATHLEN, + * so we define it here. (This probably should be done via a Config-Script.) +@@ -59,6 +60,8 @@ + const char *mode) + { /* The -8 is for XXXXXX plus a possible final / and -. */ + int len = gp_file_name_sizeof - strlen(prefix) - 8; ++ int fd; ++ FILE *f; + + if (gp_gettmpdir(fname, &len) != 0) + strcpy(fname, "/tmp/"); +@@ -71,8 +74,12 @@ + if (*fname != 0 && fname[strlen(fname) - 1] == 'X') + strcat(fname, "-"); + strcat(fname, "XXXXXX"); +- mktemp(fname); +- return gp_fopentemp(fname, mode); ++ fd = mkstemp(fname); ++ if (fd == -1) ++ return NULL; ++ if ((f = fdopen(fd, mode)) == NULL) ++ close(fd); ++ return f; + } + + /* Open a file with the given name, as a stream of uninterpreted bytes. */ diff -urN /usr/ports/print/ghostscript55/files/patch-src:unix-gcc.mak print/ghostscript55/files/patch-src:unix-gcc.mak --- /usr/ports/print/ghostscript55/files/patch-src:unix-gcc.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:unix-gcc.mak Mon Jul 9 19:18:13 2001 @@ -0,0 +1,135 @@ +--- src/unix-gcc.mak.orig Tue Jun 5 16:54:10 2001 ++++ src/unix-gcc.mak Fri Jun 15 04:11:50 2001 +@@ -27,14 +27,15 @@ + # source, generated intermediate file, and object directories + # for the graphics library (GL) and the PostScript/PDF interpreter (PS). + +-BINDIR=./bin +-GLSRCDIR=./src +-GLGENDIR=./obj +-GLOBJDIR=./obj +-PSSRCDIR=./src +-PSLIBDIR=./lib +-PSGENDIR=./obj +-PSOBJDIR=./obj ++.CURDIR?=. ++BINDIR=${.CURDIR}/bin ++GLSRCDIR=${.CURDIR}/src ++GLGENDIR=${.CURDIR}/obj ++GLOBJDIR=${.CURDIR}/obj ++PSSRCDIR=${.CURDIR}/src ++PSLIBDIR=${.CURDIR}/lib ++PSGENDIR=${.CURDIR}/obj ++PSOBJDIR=${.CURDIR}/obj + + # Do not edit the next group of lines. + +@@ -53,17 +54,17 @@ + # the directories also define the default search path for the + # initialization files (gs_*.ps) and the fonts. + +-INSTALL = $(GLSRCDIR)/instcopy -c +-INSTALL_PROGRAM = $(INSTALL) -m 755 +-INSTALL_DATA = $(INSTALL) -m 644 ++INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) ++INSTALL_DATA = $(BSD_INSTALL_DATA) + +-prefix = /usr/local ++prefix = $(PREFIX) + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + scriptdir = $(bindir) + libdir = $(exec_prefix)/lib + mandir = $(prefix)/man + man1ext = 1 ++man1dir = $(mandir)/man$(man1ext) + datadir = $(prefix)/share + gsdir = $(datadir)/ghostscript + gsdatadir = $(gsdir)/$(GS_DOT_VERSION) +@@ -129,7 +130,7 @@ + # You may need to change this if the IJG library version changes. + # See jpeg.mak for more information. + +-JSRCDIR=jpeg ++JSRCDIR=${.CURDIR}/jpeg + JVERSION=6 + + # Choose whether to use a shared version of the IJG JPEG library (-ljpeg). +@@ -149,14 +150,14 @@ + # You may need to change this if the libpng version changes. + # See libpng.mak for more information. + +-PSRCDIR=libpng ++PSRCDIR=${LOCALBASE}/include + PVERSION=10008 + + # Choose whether to use a shared version of the PNG library, and if so, + # what its name is. + # See gs.mak and Make.htm for more information. + +-SHARE_LIBPNG=0 ++SHARE_LIBPNG=1 + LIBPNG_NAME=png + + # Define the directory where the zlib sources are stored. +@@ -168,7 +169,7 @@ + # what its name is (usually libz, but sometimes libgz). + # See gs.mak and Make.htm for more information. + +-SHARE_ZLIB=0 ++SHARE_ZLIB=1 + #ZLIB_NAME=gz + ZLIB_NAME=z + +@@ -183,7 +184,7 @@ + + # Define the name of the C compiler. + +-CC=gcc ++CC?=cc + + # Define the name of the linker for the final link step. + # Normally this is the same as the C compiler. +@@ -218,7 +219,7 @@ + # gcc to accept ANSI-style function prototypes and function definitions. + XCFLAGS= + +-CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) ++#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) + + # Define platform flags for ld. + # SunOS 4.n may need -Bstatic. +@@ -227,7 +228,7 @@ + # -R /usr/local/xxx/lib:/usr/local/lib + # giving the full path names of the shared library directories. + # XLDFLAGS can be set from the command line. +-XLDFLAGS= ++XLDFLAGS=-L${LOCALBASE}/lib + + LDFLAGS=$(XLDFLAGS) -fno-common + +@@ -260,7 +261,7 @@ + # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, + # not in $(XINCLUDE). + +-XINCLUDE=-I/X11R6/include ++XINCLUDE=-I${X11BASE}/include + + # Define the directory/ies and library names for the X11 library files. + # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH +@@ -272,12 +273,12 @@ + # Solaris and other SVR4 systems with dynamic linking probably want + #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib + # X11R6 (on any platform) may need +-#XLIBS=Xt SM ICE Xext X11 ++XLIBS=Xt SM ICE Xext X11 + + #XLIBDIRS=-L/usr/local/X/lib +-XLIBDIRS=-L/usr/X11R6/lib ++XLIBDIRS=-L${X11BASE}/lib + XLIBDIR= +-XLIBS=Xt Xext X11 ++#XLIBS=Xt Xext X11 + + # Define whether this platform has floating point hardware: + # FPU_TYPE=2 means floating point is faster than fixed point. diff -urN /usr/ports/print/ghostscript55/files/patch-src:zmedia2.c print/ghostscript55/files/patch-src:zmedia2.c --- /usr/ports/print/ghostscript55/files/patch-src:zmedia2.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/patch-src:zmedia2.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,25 @@ +--- src/zmedia2.c.orig Tue Jun 5 15:39:08 2001 ++++ src/zmedia2.c Wed Jun 20 04:18:27 2001 +@@ -430,11 +430,17 @@ + + rx = ry, ry = temp; + } +- /* Adjust the medium size if flexible. */ +- if (medium->p.x < MIN_MEDIA_SIZE && mx > rx) +- mx = rx; +- if (medium->p.y < MIN_MEDIA_SIZE && my > ry) +- my = ry; ++ /* If 'medium' is flexible, adjust 'mx' and 'my' towards 'rx' and 'ry', ++ respectively. Note that 'mx' and 'my' have just acquired the largest ++ permissible value, medium->q. */ ++ if (medium->p.x < mx) /* non-empty width range */ ++ if (rx < medium->p.x) mx = medium->p.x; /* minimum */ ++ else if (mx > rx) mx = rx; /* fits */ ++ /* else use medium->q.x, i.e., the maximum */ ++ if (medium->p.y < my) /* non-empty height range */ ++ if (ry < medium->p.y) my = medium->p.y; /* minimum */ ++ else if (my > ry) my = ry; /* fits */ ++ /* else use medium->q.y, i.e., the maximum */ + + /* Translate to align the centers. */ + gs_make_translation(mx / 2, my / 2, pmat); diff -urN /usr/ports/print/ghostscript55/files/stc740ih.upp print/ghostscript55/files/stc740ih.upp --- /usr/ports/print/ghostscript55/files/stc740ih.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/stc740ih.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,60 @@ +# $ApsCVS: src/apsfilter/uniprint/stc740ih.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson Stylus Color 740, 1440x720DpI, Inkjet Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/FSCMYK32 +-dupOutputFormat=/EscP2XY +-r1440x720 +-dupMargins="{ 9.0 39.96 9.0 9.0}" +-dupBlackTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupCyanTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupMagentaTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupYellowTransfer="{ + 0.00000000 0.00627451 0.01254902 0.02196078 0.02980392 0.03764706 0.04549020 + 0.05490196 0.06431373 0.07215686 0.08156863 0.09098039 0.10196078 0.11450980 + 0.12862745 0.14588235 0.16313725 0.18509804 0.20862745 0.25411765 0.40000000 +}" +-dupOutputComponentOrder="{ 1 2 3 0 }" +-dupWeaveXPasses=2 +-dupOutputXStep=2 +-dupWeaveYPasses=6 +-dupOutputPins=46 +-dupWeaveYFeeds="{23 23 23 23 23 23 23 23 23 23 23 23}" +-dupWeaveXStarts="{0 1 0 1 0 1 1 0 1 0 1 0}" +-dupWeaveYOffset=50 +-dupWeaveInitialYFeeds="{ 5 5 5 5 5 5 5 5 5 5 5 23}" +-dupWeaveInitialXStarts="{0 1 0 1 0 1 1 0 1 0 1 0}" +-dupWeaveInitialPins="{ 13 16 19 22 25 28 31 34 37 40 43 46}" +-dupFormatYabsolute +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2855 0100 05 + 1b2873 0100 02 + 1b5501 + 1b2865 0200 0001 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupAdjustTopMarginCommand +-dupAdjustBottomMarginCommand +-dupXStepCommand="<1b285c 0400 a005 0100 0000>" +-dupEndPageCommand="(\033@\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/stc740p.upp print/ghostscript55/files/stc740p.upp --- /usr/ports/print/ghostscript55/files/stc740p.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/stc740p.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,36 @@ +# $ApsCVS: src/apsfilter/uniprint/stc740p.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ +# +-supModel="Epson Stylus Color 740, 720x720DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/FSCMYK32 +-dupOutputFormat=/EscP2 +-r720x720 +-dupMargins="{ 9.0 39.96 9.0 9.0}" +-dupBlackTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupCyanTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupMagentaTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupYellowTransfer="{ 0.0000 0.0453 0.1058 0.1898 0.4321 1.0000 }" +-dupOutputComponentOrder="{ 1 2 3 0 }" +-dupWeaveYPasses=6 +-dupOutputPins=48 +-dupWeaveYFeeds="{47 47 47 53 47 47}" +-dupWeaveInitialYFeeds="{1 1 1 1 1 43}" +-dupWeaveInitialPins="{ 8 48 40 31 23 15}" +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2855 0100 05 + 1b5500 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupAdjustTopMarginCommand +-dupAdjustBottomMarginCommand +-dupEndPageCommand="(\033@\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/files/stc740pl.upp print/ghostscript55/files/stc740pl.upp --- /usr/ports/print/ghostscript55/files/stc740pl.upp Thu Jan 1 09:00:00 1970 +++ print/ghostscript55/files/stc740pl.upp Wed Jun 20 00:00:00 2001 @@ -0,0 +1,32 @@ +# $ApsCVS: src/apsfilter/uniprint/stc740pl.upp,v 1.2 2000/04/21 18:48:01 andreas Exp $ +# +-supModel="Epson Stylus Color 740, 360x360DpI, Plain Paper" +-sDEVICE=uniprint +-dNOPAUSE +-dSAFER +-dupColorModel=/DeviceCMYKgenerate +-dupRendering=/FSCMYK32 +-dupOutputFormat=/EscP2 +-r360x360 +-dupMargins="{ 9.0 39.96 9.0 9.0}" +-dupOutputComponentOrder="{ 1 2 3 0 }" +-dupWeaveYPasses=3 +-dupOutputPins=48 +-dupWeaveYFeeds="{47 50 47}" +-dupWeaveInitialYFeeds="{1 1 46}" +-dupWeaveInitialPins="{ 16 48 32}" +-dupBeginPageCommand="< + 1b40 1b40 + 1b2847 0100 01 + 1b2855 0100 0A + 1b5500 + 1b2865 0200 0002 + 1b2843 0200 0000 + 1b2863 0400 0000 0000 +>" +-dupAdjustPageLengthCommand +-dupAdjustTopMarginCommand +-dupAdjustBottomMarginCommand +-dupEndPageCommand="(\033@\014)" +-dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" + diff -urN /usr/ports/print/ghostscript55/pkg-descr print/ghostscript55/pkg-descr --- /usr/ports/print/ghostscript55/pkg-descr Fri Aug 25 06:20:30 2000 +++ print/ghostscript55/pkg-descr Tue Jul 10 03:44:20 2001 @@ -1,22 +1,25 @@ -GNU Ghostscript is the name of a set of software that provides: +Ghostscript is the well-known PostScript interpreter which is available for +all common and most esoteric platforms and supports many different printers +and some displays. + +Versions entitled "GNU Ghostscript" are distributed with the GNU General +Public License, which allows free use, and free copying and redistribution +under certain conditions (including, in some cases, commercial distribution). - - An interpreter for the PostScript (TM) language, and - - - A set of C procedures (the Ghostscript library) that implement -the graphics capabilities that appear as primitive operations in the -PostScript language. - -GNU Ghostscript comes with NO WARRANTY and NO SUPPORT. - -This FreeBSD port includes two useful add-on packages: - o Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, - see announcement on - http://www.erdw.ethz.ch/~bonk/hp850/hp850.html +This port includes add-on packages (not part of the official gs release) o Support for pdfencrypt, see description on - http://www.ozemail.com.au/~geoffk/pdfencrypt/ + - http://members.ozemail.com.au/~geoffk/pdfencrypt/ + o HP8XX driver for HP DeskJet 880C/882C/895C + - http://www.gelhaus.net/hp880c/ + o HP970 driver for HP DeskJet 970CXi + - http://www.harsch.net/Ghostscript/ghostscript.html + o PCL3 and HPDJ driver for HP DeskJet series + - http://home.t-online.de/home/Martin.Lottermoser/pcl3.html + o Gimp-Print driver for Canon/Epson/Lexmark/HP printers + - http://gimp-print.sourceforge.net/ + o HPinkjet driver for HP PhotoSmart/DeskJet series + - http://hpinkjet.sourceforge.net/ + o Additional contributed uniprint driver profiles for + - Epson Stylus Color 740 and Epson LQ-1170 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -PostScript is a trademark of Adobe Systems, Incorporated. - WWW: http://www.gnu.org/software/ghostscript/ghostscript.html diff -urN /usr/ports/print/ghostscript55/pkg-plist print/ghostscript55/pkg-plist --- /usr/ports/print/ghostscript55/pkg-plist Fri Aug 25 06:20:30 2000 +++ print/ghostscript55/pkg-plist Tue Jul 10 01:48:56 2001 @@ -1,5 +1,8 @@ bin/bdftops bin/dvipdf +bin/eps2eps +bin/escputil +bin/fixmswrd.pl bin/font2c bin/gs bin/gsbj @@ -11,189 +14,305 @@ bin/lprsetup.sh bin/pdf2dsc bin/pdf2ps +bin/pdfopt +bin/pf2afm +bin/pfbtopfa +bin/pj-gs.sh bin/printafm bin/ps2ascii bin/ps2epsi bin/ps2pdf +bin/ps2pdf12 +bin/ps2pdf13 +bin/ps2pdfwr bin/ps2ps +bin/pv.sh +bin/sysvlp.sh bin/unix-lpr.sh bin/wftopfa -share/ghostscript/5.50/Fontmap -share/ghostscript/5.50/acctest.ps -share/ghostscript/5.50/align.ps -share/ghostscript/5.50/bdftops.ps -share/ghostscript/5.50/bjc610a0.upp -share/ghostscript/5.50/bjc610a1.upp -share/ghostscript/5.50/bjc610a2.upp -share/ghostscript/5.50/bjc610a3.upp -share/ghostscript/5.50/bjc610a4.upp -share/ghostscript/5.50/bjc610a5.upp -share/ghostscript/5.50/bjc610a6.upp -share/ghostscript/5.50/bjc610a7.upp -share/ghostscript/5.50/bjc610a8.upp -share/ghostscript/5.50/bjc610b1.upp -share/ghostscript/5.50/bjc610b2.upp -share/ghostscript/5.50/bjc610b3.upp -share/ghostscript/5.50/bjc610b4.upp -share/ghostscript/5.50/bjc610b6.upp -share/ghostscript/5.50/bjc610b7.upp -share/ghostscript/5.50/bjc610b8.upp -share/ghostscript/5.50/caption.ps -share/ghostscript/5.50/cbjc600.ppd -share/ghostscript/5.50/cbjc800.ppd -share/ghostscript/5.50/cdj550.upp -share/ghostscript/5.50/cid2code.ps -share/ghostscript/5.50/decrypt.ps -share/ghostscript/5.50/doc/Bug-form.htm -share/ghostscript/5.50/doc/C-style.htm -share/ghostscript/5.50/doc/Commprod.htm -share/ghostscript/5.50/doc/Current.htm -share/ghostscript/5.50/doc/DLL.htm -share/ghostscript/5.50/doc/Devices.htm -share/ghostscript/5.50/doc/Drivers.htm -share/ghostscript/5.50/doc/Fonts.htm -share/ghostscript/5.50/doc/Helpers.htm -share/ghostscript/5.50/doc/Hershey.htm -share/ghostscript/5.50/doc/History1.htm -share/ghostscript/5.50/doc/History2.htm -share/ghostscript/5.50/doc/History3.htm -share/ghostscript/5.50/doc/History4.htm -share/ghostscript/5.50/doc/Htmstyle.htm -share/ghostscript/5.50/doc/Humor.htm -share/ghostscript/5.50/doc/Install.htm -share/ghostscript/5.50/doc/Language.htm -share/ghostscript/5.50/doc/Lib.htm -share/ghostscript/5.50/doc/Make.htm -share/ghostscript/5.50/doc/New-user.htm -share/ghostscript/5.50/doc/News.htm -share/ghostscript/5.50/doc/Ps2pdf.htm -share/ghostscript/5.50/doc/Psfiles.htm -share/ghostscript/5.50/doc/Readme.htm -share/ghostscript/5.50/doc/Source.htm -share/ghostscript/5.50/doc/Unix-lpr.htm -share/ghostscript/5.50/doc/Use.htm -share/ghostscript/5.50/doc/Xfonts.htm -share/ghostscript/5.50/doc/license.hp8 -share/ghostscript/5.50/doc/ps2epsi.txt -share/ghostscript/5.50/doc/readme.hp8 -share/ghostscript/5.50/docie.ps -share/ghostscript/5.50/examples/alphabet.ps -share/ghostscript/5.50/examples/cheq.ps -share/ghostscript/5.50/examples/chess.ps -share/ghostscript/5.50/examples/colorcir.ps -share/ghostscript/5.50/examples/escher.ps -share/ghostscript/5.50/examples/golfer.ps -share/ghostscript/5.50/examples/grayalph.ps -share/ghostscript/5.50/examples/ridt91.eps -share/ghostscript/5.50/examples/snowflak.ps -share/ghostscript/5.50/examples/tiger.ps -share/ghostscript/5.50/examples/vasarely.ps -share/ghostscript/5.50/examples/waterfal.ps -share/ghostscript/5.50/font2c.ps -share/ghostscript/5.50/font2pcl.ps -share/ghostscript/5.50/gs_btokn.ps -share/ghostscript/5.50/gs_ccfnt.ps -share/ghostscript/5.50/gs_cff.ps -share/ghostscript/5.50/gs_cidfn.ps -share/ghostscript/5.50/gs_cmap.ps -share/ghostscript/5.50/gs_dbt_e.ps -share/ghostscript/5.50/gs_diskf.ps -share/ghostscript/5.50/gs_dpnxt.ps -share/ghostscript/5.50/gs_dps.ps -share/ghostscript/5.50/gs_dps1.ps -share/ghostscript/5.50/gs_dps2.ps -share/ghostscript/5.50/gs_epsf.ps -share/ghostscript/5.50/gs_fonts.ps -share/ghostscript/5.50/gs_init.ps -share/ghostscript/5.50/gs_iso_e.ps -share/ghostscript/5.50/gs_kanji.ps -share/ghostscript/5.50/gs_ksb_e.ps -share/ghostscript/5.50/gs_l2img.ps -share/ghostscript/5.50/gs_lev2.ps -share/ghostscript/5.50/gs_ll3.ps -share/ghostscript/5.50/gs_mex_e.ps -share/ghostscript/5.50/gs_mro_e.ps -share/ghostscript/5.50/gs_pdf_e.ps -share/ghostscript/5.50/gs_pdfwr.ps -share/ghostscript/5.50/gs_pfile.ps -share/ghostscript/5.50/gs_res.ps -share/ghostscript/5.50/gs_setpd.ps -share/ghostscript/5.50/gs_statd.ps -share/ghostscript/5.50/gs_std_e.ps -share/ghostscript/5.50/gs_sym_e.ps -share/ghostscript/5.50/gs_ttf.ps -share/ghostscript/5.50/gs_typ32.ps -share/ghostscript/5.50/gs_typ42.ps -share/ghostscript/5.50/gs_type1.ps -share/ghostscript/5.50/gs_wan_e.ps -share/ghostscript/5.50/gslp.ps -share/ghostscript/5.50/impath.ps -share/ghostscript/5.50/landscap.ps -share/ghostscript/5.50/level1.ps -share/ghostscript/5.50/lines.ps -share/ghostscript/5.50/markhint.ps -share/ghostscript/5.50/markpath.ps -share/ghostscript/5.50/necp2x.upp -share/ghostscript/5.50/necp2x6.upp -share/ghostscript/5.50/packfile.ps -share/ghostscript/5.50/pcharstr.ps -share/ghostscript/5.50/pdf2dsc.ps -share/ghostscript/5.50/pdf_base.ps -share/ghostscript/5.50/pdf_draw.ps -share/ghostscript/5.50/pdf_font.ps -share/ghostscript/5.50/pdf_main.ps -share/ghostscript/5.50/pdf_ops.ps -share/ghostscript/5.50/pdf_sec.ps -share/ghostscript/5.50/pf2afm.ps -share/ghostscript/5.50/ppath.ps -share/ghostscript/5.50/prfont.ps -share/ghostscript/5.50/printafm.ps -share/ghostscript/5.50/ps2ai.ps -share/ghostscript/5.50/ps2ascii.ps -share/ghostscript/5.50/ps2epsi.ps -share/ghostscript/5.50/quit.ps -share/ghostscript/5.50/ras1.upp -share/ghostscript/5.50/ras24.upp -share/ghostscript/5.50/ras3.upp -share/ghostscript/5.50/ras32.upp -share/ghostscript/5.50/ras4.upp -share/ghostscript/5.50/ras8m.upp -share/ghostscript/5.50/showchar.ps -share/ghostscript/5.50/showpage.ps -share/ghostscript/5.50/stc.upp -share/ghostscript/5.50/stc1520h.upp -share/ghostscript/5.50/stc2.upp -share/ghostscript/5.50/stc2_h.upp -share/ghostscript/5.50/stc2s_h.upp -share/ghostscript/5.50/stc500p.upp -share/ghostscript/5.50/stc500ph.upp -share/ghostscript/5.50/stc600ih.upp -share/ghostscript/5.50/stc600p.upp -share/ghostscript/5.50/stc600pl.upp -share/ghostscript/5.50/stc800ih.upp -share/ghostscript/5.50/stc800p.upp -share/ghostscript/5.50/stc800pl.upp -share/ghostscript/5.50/stc_h.upp -share/ghostscript/5.50/stc_l.upp -share/ghostscript/5.50/stcany.upp -share/ghostscript/5.50/stcinfo.ps -share/ghostscript/5.50/stcolor.ps -share/ghostscript/5.50/traceimg.ps -share/ghostscript/5.50/traceop.ps -share/ghostscript/5.50/type1enc.ps -share/ghostscript/5.50/type1ops.ps -share/ghostscript/5.50/uninfo.ps -share/ghostscript/5.50/unprot.ps -share/ghostscript/5.50/viewcmyk.ps -share/ghostscript/5.50/viewgif.ps -share/ghostscript/5.50/viewjpeg.ps -share/ghostscript/5.50/viewpbm.ps -share/ghostscript/5.50/viewpcx.ps -share/ghostscript/5.50/viewps2a.ps -share/ghostscript/5.50/wftopfa.ps -share/ghostscript/5.50/winmaps.ps -share/ghostscript/5.50/wrfont.ps -share/ghostscript/5.50/zeroline.ps +libexec/hpijs +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/NEWS +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/gs-pcl3.html +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/how-to-report.txt +%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/pcl3opts.html +share/ghostscript/%%GS_VERSION%%/doc/Bug-form.htm +share/ghostscript/%%GS_VERSION%%/doc/Bug-info.htm +share/ghostscript/%%GS_VERSION%%/doc/C-style.htm +share/ghostscript/%%GS_VERSION%%/doc/Changes.htm +share/ghostscript/%%GS_VERSION%%/doc/Commprod.htm +share/ghostscript/%%GS_VERSION%%/doc/Copying.htm +share/ghostscript/%%GS_VERSION%%/doc/Current.htm +share/ghostscript/%%GS_VERSION%%/doc/DLL.htm +share/ghostscript/%%GS_VERSION%%/doc/Devices.htm +share/ghostscript/%%GS_VERSION%%/doc/Drivers.htm +share/ghostscript/%%GS_VERSION%%/doc/Fonts.htm +share/ghostscript/%%GS_VERSION%%/doc/Helpers.htm +share/ghostscript/%%GS_VERSION%%/doc/Hershey.htm +share/ghostscript/%%GS_VERSION%%/doc/History1.htm +share/ghostscript/%%GS_VERSION%%/doc/History2.htm +share/ghostscript/%%GS_VERSION%%/doc/History3.htm +share/ghostscript/%%GS_VERSION%%/doc/History4.htm +share/ghostscript/%%GS_VERSION%%/doc/History5.htm +share/ghostscript/%%GS_VERSION%%/doc/History6.htm +share/ghostscript/%%GS_VERSION%%/doc/Htmstyle.htm +share/ghostscript/%%GS_VERSION%%/doc/Humor.htm +share/ghostscript/%%GS_VERSION%%/doc/Install.htm +share/ghostscript/%%GS_VERSION%%/doc/Language.htm +share/ghostscript/%%GS_VERSION%%/doc/Lib.htm +share/ghostscript/%%GS_VERSION%%/doc/Make.htm +share/ghostscript/%%GS_VERSION%%/doc/New-user.htm +share/ghostscript/%%GS_VERSION%%/doc/News.htm +share/ghostscript/%%GS_VERSION%%/doc/PUBLIC +share/ghostscript/%%GS_VERSION%%/doc/Projects.htm +share/ghostscript/%%GS_VERSION%%/doc/Ps2epsi.htm +share/ghostscript/%%GS_VERSION%%/doc/Ps2pdf.htm +share/ghostscript/%%GS_VERSION%%/doc/Psfiles.htm +share/ghostscript/%%GS_VERSION%%/doc/Public.htm +share/ghostscript/%%GS_VERSION%%/doc/README +share/ghostscript/%%GS_VERSION%%/doc/Readme.htm +share/ghostscript/%%GS_VERSION%%/doc/Release.htm +share/ghostscript/%%GS_VERSION%%/doc/Source.htm +share/ghostscript/%%GS_VERSION%%/doc/Tester.htm +share/ghostscript/%%GS_VERSION%%/doc/Unix-lpr.htm +share/ghostscript/%%GS_VERSION%%/doc/Use.htm +share/ghostscript/%%GS_VERSION%%/doc/Xfonts.htm +share/ghostscript/%%GS_VERSION%%/gimp-print/README +share/ghostscript/%%GS_VERSION%%/hpdj/README.hpdj +share/ghostscript/%%GS_VERSION%%/hpdj/example.mdf +share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4.ps +share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4Rotated.ps +share/ghostscript/%%GS_VERSION%%/hpdj/margins-Letter.ps +share/ghostscript/%%GS_VERSION%%/hpdj/margins-LetterRotated.ps +share/ghostscript/%%GS_VERSION%%/hpijs/hpijs_readme.html +share/ghostscript/%%GS_VERSION%%/examples/alphabet.ps +share/ghostscript/%%GS_VERSION%%/examples/cheq.ps +share/ghostscript/%%GS_VERSION%%/examples/chess.ps +share/ghostscript/%%GS_VERSION%%/examples/colorcir.ps +share/ghostscript/%%GS_VERSION%%/examples/doretree.ps +share/ghostscript/%%GS_VERSION%%/examples/escher.ps +share/ghostscript/%%GS_VERSION%%/examples/golfer.ps +share/ghostscript/%%GS_VERSION%%/examples/grayalph.ps +share/ghostscript/%%GS_VERSION%%/examples/ridt91.eps +share/ghostscript/%%GS_VERSION%%/examples/snowflak.ps +share/ghostscript/%%GS_VERSION%%/examples/tiger.ps +share/ghostscript/%%GS_VERSION%%/examples/vasarely.ps +share/ghostscript/%%GS_VERSION%%/examples/waterfal.ps +share/ghostscript/%%GS_VERSION%%/lib/Fontmap +share/ghostscript/%%GS_VERSION%%/lib/Fontmap.GS +share/ghostscript/%%GS_VERSION%%/lib/acctest.ps +share/ghostscript/%%GS_VERSION%%/lib/addxchar.ps +share/ghostscript/%%GS_VERSION%%/lib/align.ps +share/ghostscript/%%GS_VERSION%%/lib/bdftops.ps +share/ghostscript/%%GS_VERSION%%/lib/bj8.rpd +share/ghostscript/%%GS_VERSION%%/lib/bj8gc12f.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8hg12f.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8oh06n.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8pa06n.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8pp12f.upp +share/ghostscript/%%GS_VERSION%%/lib/bj8ts06n.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a0.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a1.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a2.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a3.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a4.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a5.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a6.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a7.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610a8.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b1.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b2.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b3.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b4.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b6.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b7.upp +share/ghostscript/%%GS_VERSION%%/lib/bjc610b8.upp +share/ghostscript/%%GS_VERSION%%/lib/caption.ps +share/ghostscript/%%GS_VERSION%%/lib/cbjc600.ppd +share/ghostscript/%%GS_VERSION%%/lib/cbjc800.ppd +share/ghostscript/%%GS_VERSION%%/lib/cdj550.upp +share/ghostscript/%%GS_VERSION%%/lib/cdj690.upp +share/ghostscript/%%GS_VERSION%%/lib/cdj690ec.upp +share/ghostscript/%%GS_VERSION%%/lib/cid2code.ps +share/ghostscript/%%GS_VERSION%%/lib/decrypt.ps +share/ghostscript/%%GS_VERSION%%/lib/dnj750c.upp +share/ghostscript/%%GS_VERSION%%/lib/dnj750m.upp +share/ghostscript/%%GS_VERSION%%/lib/docie.ps +share/ghostscript/%%GS_VERSION%%/lib/errpage.ps +share/ghostscript/%%GS_VERSION%%/lib/font2c.ps +share/ghostscript/%%GS_VERSION%%/lib/font2pcl.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_agl.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_btokn.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ccfnt.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ce_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cff.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cidcm.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cidfn.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cmap.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_cmdl.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_css_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dbt_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_diskf.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dpnxt.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dps.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dps1.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dps2.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_dscp.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_epsf.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_fform.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_fonts.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_frsd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_il1_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_il2_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_kanji.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ksb_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_l.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_l.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_l2img.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_l_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_lev2.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_lgo_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_lgx_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ll3.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_m.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_m_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_mex_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_mgl_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_mro_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_pdf_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_pdfwr.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_pfile.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_rdlin.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_res.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_s.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_s.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_s_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_setpd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_statd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_std_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_sym_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_t.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_t.xpm +share/ghostscript/%%GS_VERSION%%/lib/gs_t_m.xbm +share/ghostscript/%%GS_VERSION%%/lib/gs_trap.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_ttf.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_typ32.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_typ42.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_type1.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wan_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wl1_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wl2_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_wl5_e.ps +share/ghostscript/%%GS_VERSION%%/lib/gslp.ps +share/ghostscript/%%GS_VERSION%%/lib/gsnup.ps +share/ghostscript/%%GS_VERSION%%/lib/ht_ccsto.ps +share/ghostscript/%%GS_VERSION%%/lib/image-qa.ps +share/ghostscript/%%GS_VERSION%%/lib/impath.ps +share/ghostscript/%%GS_VERSION%%/lib/jispaper.ps +share/ghostscript/%%GS_VERSION%%/lib/landscap.ps +share/ghostscript/%%GS_VERSION%%/lib/level1.ps +share/ghostscript/%%GS_VERSION%%/lib/lines.ps +share/ghostscript/%%GS_VERSION%%/lib/lqx70ch.upp +share/ghostscript/%%GS_VERSION%%/lib/lqx70cl.upp +share/ghostscript/%%GS_VERSION%%/lib/lqx70cm.upp +share/ghostscript/%%GS_VERSION%%/lib/markhint.ps +share/ghostscript/%%GS_VERSION%%/lib/markpath.ps +share/ghostscript/%%GS_VERSION%%/lib/necp2x.upp +share/ghostscript/%%GS_VERSION%%/lib/necp2x6.upp +share/ghostscript/%%GS_VERSION%%/lib/packfile.ps +share/ghostscript/%%GS_VERSION%%/lib/pcharstr.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf2dsc.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_base.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_draw.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_font.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_main.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_ops.ps +share/ghostscript/%%GS_VERSION%%/lib/pdf_sec.ps +share/ghostscript/%%GS_VERSION%%/lib/pdfopt.ps +share/ghostscript/%%GS_VERSION%%/lib/pdfwrite.ps +share/ghostscript/%%GS_VERSION%%/lib/pf2afm.ps +share/ghostscript/%%GS_VERSION%%/lib/pfbtopfa.ps +share/ghostscript/%%GS_VERSION%%/lib/ppath.ps +share/ghostscript/%%GS_VERSION%%/lib/prfont.ps +share/ghostscript/%%GS_VERSION%%/lib/printafm.ps +share/ghostscript/%%GS_VERSION%%/lib/ps2ai.ps +share/ghostscript/%%GS_VERSION%%/lib/ps2ascii.ps +share/ghostscript/%%GS_VERSION%%/lib/ps2epsi.ps +share/ghostscript/%%GS_VERSION%%/lib/quit.ps +share/ghostscript/%%GS_VERSION%%/lib/ras1.upp +share/ghostscript/%%GS_VERSION%%/lib/ras24.upp +share/ghostscript/%%GS_VERSION%%/lib/ras3.upp +share/ghostscript/%%GS_VERSION%%/lib/ras32.upp +share/ghostscript/%%GS_VERSION%%/lib/ras4.upp +share/ghostscript/%%GS_VERSION%%/lib/ras8m.upp +share/ghostscript/%%GS_VERSION%%/lib/rollconv.ps +share/ghostscript/%%GS_VERSION%%/lib/showchar.ps +share/ghostscript/%%GS_VERSION%%/lib/showpage.ps +share/ghostscript/%%GS_VERSION%%/lib/st640ih.upp +share/ghostscript/%%GS_VERSION%%/lib/st640ihg.upp +share/ghostscript/%%GS_VERSION%%/lib/st640p.upp +share/ghostscript/%%GS_VERSION%%/lib/st640pg.upp +share/ghostscript/%%GS_VERSION%%/lib/st640pl.upp +share/ghostscript/%%GS_VERSION%%/lib/st640plg.upp +share/ghostscript/%%GS_VERSION%%/lib/stc.upp +share/ghostscript/%%GS_VERSION%%/lib/stc1520h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc2.upp +share/ghostscript/%%GS_VERSION%%/lib/stc200_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc2_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc2s_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc500p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc500ph.upp +share/ghostscript/%%GS_VERSION%%/lib/stc600ih.upp +share/ghostscript/%%GS_VERSION%%/lib/stc600p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc600pl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc640p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc740ih.upp +share/ghostscript/%%GS_VERSION%%/lib/stc740p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc740pl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc800ih.upp +share/ghostscript/%%GS_VERSION%%/lib/stc800p.upp +share/ghostscript/%%GS_VERSION%%/lib/stc800pl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc_l.upp +share/ghostscript/%%GS_VERSION%%/lib/stcany.upp +share/ghostscript/%%GS_VERSION%%/lib/stcany_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stcinfo.ps +share/ghostscript/%%GS_VERSION%%/lib/stcolor.ps +share/ghostscript/%%GS_VERSION%%/lib/stocht.ps +share/ghostscript/%%GS_VERSION%%/lib/traceimg.ps +share/ghostscript/%%GS_VERSION%%/lib/traceop.ps +share/ghostscript/%%GS_VERSION%%/lib/type1enc.ps +share/ghostscript/%%GS_VERSION%%/lib/type1ops.ps +share/ghostscript/%%GS_VERSION%%/lib/uninfo.ps +share/ghostscript/%%GS_VERSION%%/lib/unprot.ps +share/ghostscript/%%GS_VERSION%%/lib/viewcmyk.ps +share/ghostscript/%%GS_VERSION%%/lib/viewgif.ps +share/ghostscript/%%GS_VERSION%%/lib/viewjpeg.ps +share/ghostscript/%%GS_VERSION%%/lib/viewmiff.ps +share/ghostscript/%%GS_VERSION%%/lib/viewpbm.ps +share/ghostscript/%%GS_VERSION%%/lib/viewpcx.ps +share/ghostscript/%%GS_VERSION%%/lib/viewps2a.ps +share/ghostscript/%%GS_VERSION%%/lib/wftopfa.ps +share/ghostscript/%%GS_VERSION%%/lib/winmaps.ps +share/ghostscript/%%GS_VERSION%%/lib/wrfont.ps +share/ghostscript/%%GS_VERSION%%/lib/zeroline.ps +share/ghostscript/%%GS_VERSION%%/pcl3/BUGS +share/ghostscript/%%GS_VERSION%%/pcl3/NEWS +share/ghostscript/%%GS_VERSION%%/pcl3/README +share/ghostscript/%%GS_VERSION%%/pcl3/calign.ps +share/ghostscript/%%GS_VERSION%%/pcl3/dumppdd.ps +share/ghostscript/%%GS_VERSION%%/pcl3/example.mcf +share/ghostscript/%%GS_VERSION%%/pcl3/if-pcl3 +share/ghostscript/%%GS_VERSION%%/pcl3/levels-test.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-A4.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-Letter.ps +share/ghostscript/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps share/ghostscript/fonts/a010013l.afm share/ghostscript/fonts/a010013l.pfb share/ghostscript/fonts/a010013l.pfm @@ -362,8 +481,17 @@ share/ghostscript/fonts/z003034l.afm share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm +@dirrm share/ghostscript/%%GS_VERSION%%/pcl3 +@dirrm share/ghostscript/%%GS_VERSION%%/lib +@dirrm share/ghostscript/%%GS_VERSION%%/hpijs +@dirrm share/ghostscript/%%GS_VERSION%%/hpdj +@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print +@dirrm share/ghostscript/%%GS_VERSION%%/examples +@dirrm share/ghostscript/%%GS_VERSION%%/doc +@dirrm share/ghostscript/%%GS_VERSION%% @dirrm share/ghostscript/fonts -@dirrm share/ghostscript/5.50/doc -@dirrm share/ghostscript/5.50/examples -@dirrm share/ghostscript/5.50 @dirrm share/ghostscript +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3 +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%% +%%PORTDOCS%%@dirrm share/doc/ghostscript diff -urN /usr/ports/print/ghostscript55/scripts/configure print/ghostscript55/scripts/configure --- /usr/ports/print/ghostscript55/scripts/configure Mon Sep 4 09:36:37 2000 +++ print/ghostscript55/scripts/configure Tue Jul 10 03:45:13 2001 @@ -1,7 +1,7 @@ #! /bin/sh # driverselection -/usr/bin/dialog --title "Ghostscript 5 driver configuration" --clear \ +/usr/bin/dialog --title "GNU Ghostscript driver configuration" --clear \ --checklist "\n\ This new ghostscript driver configuration dialog allows you to choose \n\ only those gs drivers, you really need. Don't think too economical, since \n\ @@ -13,77 +13,103 @@ "iwhi" "Apple Imagewriter, high-resolution mode" OFF \ "iwlo" "Apple Imagewriter, low-resolution mode" OFF \ "iwlq" "Apple Imagewriter LQ in 320 x 216 dpi mode" OFF \ - "hl7x0" "Brother HL 720 and HL 730" OFF \ + "hl7x0" "Brother HL720 and HL730 (HL760=PCL), MFC6550MC Fax Machine" OFF \ "bj10e" "Canon BubbleJet BJ10e" ON \ "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ - "bjc600" "Canon Color BJC-240/600/4000/70 + Apple StyleWriter 2x00" ON \ + "bjc600" "Canon Color BJC-600/4xxx/70 + Apple StyleWriter 2x00" ON \ "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ "lbp8" "Canon LBP-8II laser printer" OFF \ - "lips3" "Canon LIPS III laser printer in English/CaPSL mode" OFF \ + "lips3" "Canon LIPS III laser printer in English (CaPSL) mode" OFF \ "m8510" "C.Itoh M8510 printer" OFF \ - "uniprint" "Configurable Color ESC/P,ESC/P2,HP-RTL/PCL mono/color driver" ON \ - "la50" "DEC LA50 printer" OFF \ - "la70" "DEC LA70 printer" OFF \ - "la75" "DEC LA75 printer" OFF \ - "la75plus" "DEC LA75plus printer" OFF \ + "coslw2p" "CoStar LabelWriter II II/Plus" OFF \ + "coslwxl" "CoStar LabelWriter XL" OFF \ + "stp" "Configurable Canon/Epson/Lexmark/HP driver (Gimp-Print)" ON \ + "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" ON \ + "dl2100" "DEClaser 2100" OFF \ + "la50" "DEC LA50" OFF \ + "la70" "DEC LA70" OFF \ + "la75" "DEC LA75" OFF \ + "la75plus" "DEC LA75plus" OFF \ "lj250" "DEC LJ250 Companion color printer" OFF \ "declj250" "DEC LJ250 driver (alternate)" OFF \ - "ln03" "DEC LN03 printer" OFF \ - "ap3250" "Epson AP3250" OFF \ + "ln03" "DEC LN03" OFF \ + "ap3250" "Epson ActionPrinter 3250" OFF \ "epson" "Epson-compatible dot matrix, 9/24-pin" OFF \ - "eps9mid" "Epson-compatible 9-pin, medium resol" OFF \ - "eps9high" "Epson-compatible 9-pin, high resol" OFF \ + "eps9mid" "Epson-compatible 9-pin, interleaved lines, medium resol" OFF \ + "eps9high" "Epson-compatible 9-pin, interleaved lines, triple resol" OFF \ "lp8000" "Epson LP-8000 line printer" OFF \ "lq850" "Epson LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" OFF \ "epsonc" "Epson LQ-2550 and Fujitsu 3400/2400/1200 color" OFF \ "st800" "Epson Stylus 800 printer" OFF \ - "stcolor" "Epson Stylus Color" OFF \ + "stcolor" "Epson Stylus Color and II/IIs/1500 (see driver docu)" OFF \ + "photoex" "Epson Stylus Color Photo, Photo EX, Photo 700" OFF \ "lp2563" "HP 2563B line printer" OFF \ "dnj650c" "HP DesignJet 650C" OFF \ "deskjet" "HP DeskJet and DeskJet Plus" ON \ - "djet500" "HP DeskJet 500" ON \ + "djet500" "HP DeskJet 500 (for DeskJet 600 use -r600)" ON \ "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ "djet500c" "HP DeskJet 500C alternate driver, not for 550/560C" OFF \ - "cdjcolor" "HP DeskJet 500C/540C, 24 bit/pixel color + FS dithering" ON \ + "cdjcolor" "HP DeskJet 500C/540C, 24bit/pxl+FS dith, Citizen Projet IIc" ON \ "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ - "cdj500" "HP DeskJet 500C (same as cdjcolor)" OFF \ - "cdj550" "HP DeskJet 550C/560C" ON \ - "cdj670" "HP DeskJet 670/690" OFF \ - "cdj850" "HP DeskJet 850/855/870/1100" OFF \ - "cdj890" "HP DeskJet 890" OFF \ - "cdj1600" "HP DeskJet 1600" OFF \ + "cdj500" "HP DeskJet 500/540C (same as cdjcolor)" OFF \ + "cdj550" "HP DeskJet 550C/560C/660C/660Cse" ON \ + "cdj670" "HP DeskJet 670/690 (HP8XX driver)" ON \ + "cdj850" "HP DeskJet 850/855/870/1100 (HP8XX driver)" ON \ + "cdj880" "HP DeskJet 880 (HP8XX driver)" ON \ + "cdj890" "HP DeskJet 890 (HP8XX driver)" ON \ + "cdj1600" "HP DeskJet 1600 (HP8XX driver)" ON \ + "cdj970" "HP DeskJet 970CXi (HP970 driver)" ON \ "laserjet" "HP LaserJet" ON \ "ljetplus" "HP LaserJet Plus" ON \ "ljet2p" "HP LaserJet IId/IIp/III* with TIFF compression" ON \ "ljet3" "HP LaserJet III* with Delta Row compression" ON \ - "ljet3d" "HP LaserJet IIID with duplex capability" OFF \ - "ljet4" "HP LaserJet 4 (defaults to 600 dpi)" ON \ + "ljet3d" "HP LaserJet IIID with duplex capability" ON \ + "ljet4" "HP LaserJet 4 and 5L/5P (not real LJ5), defaults to 600 dpi" ON \ + "ljet4d" "HP LaserJet 4 (defaults to 600 dpi) with duplex" ON \ "lj4dith" "HP LaserJet 4 with Floyd-Steinberg dithering" OFF \ - "cljet5" "HP LaserJet 5/5M Color " OFF \ - "lj5mono" "HP LaserJet 5 and 6 family (PCL5 / PCL XL), bitmap" OFF \ - "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" OFF \ + "cljet5" "HP LaserJet 5/5M Color (new driver, old=cljet5pr)" ON \ + "cljet5c" "HP LaserJet 5/5M Color Simple" ON \ + "cljet5pr" "HP LaserJet 5/5M Color (old drv. with rotation hacks/flaws)" ON \ + "lj5mono" "HP LaserJet 5 and 6 family (PCL5 / PCL XL), bitmap" ON \ + "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" ON \ "pj" "HP PaintJet XL driver " ON \ "pjetxl" "HP PaintJet XL driver (alternate)" OFF \ "pjxl" "HP PaintJet XL color printer" ON \ "paintjet" "HP PaintJet color printer (alternate)" OFF \ - "pjxl300" "HP PaintJet XL300 color printer (also for 1200C)" ON \ + "pjxl300" "HP PaintJet XL300, DeskJet 1200C color printer, HP CopyJet" ON \ "pxlmono" "HP PCL XL black-and-white printers (LaserJet 5 and 6 family)" ON \ - "pxlcolor" "HP PCL XL color printers (none available yet)" ON \ + "pxlcolor" "HP PCL XL color printers (Color LaserJet 4500/5000)" ON \ + "pcl3" "HP PCL 3+ (DeskJet 500/500C/510/520/540/550C/560C/850C/855C)" ON \ + "hpdj" "HP PCL 3+ (old drv.)" ON \ + "hpijs" "HP PhotoSmart/DeskJet series (HP developed driver)" ON \ "ibmpro" "IBM 9-pin Proprinter" OFF \ "jetp3852" "IBM Jetprinter ink-jet color (Model #3852)" OFF \ "imagen" "Imagen ImPress printers" OFF \ + "fs600" "Kyocera FS-600 (600 dpi)" OFF \ + "lxm5700m" "Lexmark 5700 monotone" OFF \ "cp50" "Mitsubishi CP50 color" OFF \ - "necp6" "NEC P6/P6+/P60, 360x360 DPI resol" OFF \ + "necp6" "NEC PinWriter P6/P6+/P60, 360x360 DPI resol" OFF \ "oce9050" "OCE 9050 printer" OFF \ "oki182" "Okidata MicroLine 182" OFF \ "okiibm" "Okidata MicroLine IBM-compatible printers" OFF \ + "atx23" "Practical Automation ATX-23 label printer" OFF \ + "atx24" "Practical Automation ATX-24 label printer" OFF \ + "atx38" "Practical Automation ATX-38 label printer" OFF \ "r4081" "Ricoh 4081 laser printer" OFF \ "sj48" "StarJet 48 inkjet printer" OFF \ - "xes" "Xerox XES printers (2700, 3700, 4045, etc.)" OFF \ - "bmpmono" "BMP Monochrome" OFF \ - "bmp16" "BMP 4-bit EGA/VGA" OFF \ - "bmp256" "BMP 8-bit 256-color" OFF \ + "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ + "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ + "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ + "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \ + "xes" "Xerox XES 2700/3700/4045" OFF \ + "bmpmono" "BMP Monochrome" ON \ + "bmpgray" "BMP 8-bit gray" ON \ + "bmp16" "BMP 4-bit EGA/VGA" ON \ + "bmp256" "BMP 8-bit 256-color" ON \ "bmp16m" "BMP 24-bit" ON \ + "bmp32b" "BMP 32-bit pseudo-.BMP" ON \ + "bmpsep1" "BMP Separated 1-bit CMYK" ON \ + "bmpsep8" "BMP Separated 8-bit CMYK" ON \ "ccr" "CalComp Raster format" OFF \ "cgmmono" "CGM Monochrome -- LOW LEVEL OUTPUT ONLY" OFF \ "cgm8" "CGM 8-bit 256-color -- DITTO" OFF \ @@ -128,38 +154,39 @@ "ppmraw" "Portable Pixmap, raw format RGB" ON \ "pkm" "Portable inKmap (plain format) (4-bit CMYK => RGB)" ON \ "pkmraw" "Portable inKmap (raw format) (4-bit CMYK => RGB)" ON \ + "pksm" "Portable Separated map (plain) (4-bit CMYK => 4 pages)" ON \ + "pksmraw" "Portable Separated map (raw) (4-bit CMYK => 4 pages)" ON \ "pngmono" "PNG Monochrome Portable Network Graphics" ON \ "pnggray" "PNG 8-bit gray Portable Network Graphics" ON \ "png16" "PNG 4-bit color Portable Network Graphics" ON \ "png256" "PNG 8-bit color Portable Network Graphics" ON \ "png16m" "PNG 24-bit color Portable Network Graphics" ON \ - "psmono" "PostScript, Level 1, monochrome image" ON \ + "psmono" "PostScript (Level 1) monochrome image" ON \ "psgray" "PostScript (Level 1) 8-bit gray image" ON \ "psrgb" "PostScript (Level 2) 24-bit color image" ON \ "pswrite" "PostScript output (like PostScript Distillery)" ON \ "epswrite" "EPS output (like PostScript Distillery)" ON \ "sgirgb" "SGI RGB pixmap format" OFF \ - "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ - "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ - "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ - "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \ + "sunhmono" "Harlequin variant of 1-bit Sun raster file" OFF \ "tiffcrle" "TIFF CCITT RLE 1 dim = Group 3 fax with no EOLs" ON \ "tiffg3" "TIFF Group 3 fax with EOLs" ON \ "tiffg32d" "TIFF Group 3 2-D fax" ON \ "tiffg4" "TIFF Group 4 fax" ON \ "tiff12nc" "TIFF 12-bit RGB, no compression" ON \ - "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format)" ON \ + "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format" ON \ "tifflzw" "TIFF LZW, tag = 5, mono" ON \ "tiffpack" "TIFF PackBits, tag = 32773, mono" ON \ - "x11" "X Windows version 11, release >=4" ON \ - "x11alpha" "X Windows masquer. as device with alpha capability" ON \ - "x11cmyk" "X Windows masquer. as 1-bit-per-plane CMYK device" ON \ - "x11cmyk2" "X Windows as a 2-bit-per-plane CMYK device" OFF \ - "x11cmyk4" "X Windows as a 4-bit-per-plane CMYK device" OFF \ - "x11cmyk8" "X Windows as an 8-bit-per-plane CMYK device" OFF \ - "x11gray2" "X Windows as a 2-bit gray-scale device" ON \ - "x11gray4" "X Windows as a 4-bit gray-scale device" ON \ - "x11mono" "X Windows masquer. as black-and-white device" ON \ + "x11" "X Window System version 11, release >=4" ON \ + "x11alpha" "X Window System masquer. as device with alpha capability" ON \ + "x11cmyk" "X Window System masquer. as 1-bit-per-plane CMYK device" ON \ + "x11cmyk2" "X Window System as a 2-bit-per-plane CMYK device" OFF \ + "x11cmyk4" "X Window System as a 4-bit-per-plane CMYK device" OFF \ + "x11cmyk8" "X Window System as an 8-bit-per-plane CMYK device" OFF \ + "x11gray2" "X Window System as a 2-bit gray-scale device" ON \ + "x11gray4" "X Window System as a 4-bit gray-scale device" ON \ + "x11mono" "X Window System masquer. as black-and-white device" ON \ + "x11rg16x" "X Window System with G5/B5/R6 pixel layout for testing" ON \ + "x11rg32x" "X Window System with G11/B10/R11 pixel layout for testing" ON \ 2> /tmp/checklist.tmp.$$ retval=$? @@ -179,12 +206,18 @@ esac # bring it into the right format with '.dev' appended to each driver name +#old: +#echo "DEVICE_DEVS=$choice" \ +# | sed -e "s/\"//g" \ +# | sed -e "s/ /.dev /g" \ +# | sed -e "s/$/.dev/g" \ +# > ${WRKSRC}/src/unix-gcc.mak.new +# XXX new: echo "DEVICE_DEVS=$choice" \ - | sed -e "s/\"//g" \ - | sed -e "s/ /.dev /g" \ - | sed -e "s/$/.dev/g" \ - > ${WRKSRC}/unix-gcc.mak.new + | perl -pe 's|"([a-z0-9]+)"|\$(DD)\1.dev|g' \ + > ${WRKSRC}/src/unix-gcc.mak.new # create one new Makefile, where DEVICE_DEVS contains all wanted devices -cat ${WRKSRC}/unix-gcc.mak >> ${WRKSRC}/unix-gcc.mak.new -mv ${WRKSRC}/unix-gcc.mak.new ${WRKSRC}/unix-gcc.mak +sed -e '/^DEVICE_DEVS=/d' ${WRKSRC}/src/unix-gcc.mak \ + >> ${WRKSRC}/src/unix-gcc.mak.new +mv ${WRKSRC}/src/unix-gcc.mak.new ${WRKSRC}/src/unix-gcc.mak diff -urN /usr/ports/print/ghostscript55/scripts/configure.batch print/ghostscript55/scripts/configure.batch --- /usr/ports/print/ghostscript55/scripts/configure.batch Thu Dec 3 17:24:21 1998 +++ print/ghostscript55/scripts/configure.batch Thu Aug 9 21:59:36 2001 @@ -1,9 +1,14 @@ #! /bin/sh -cat - > ${WRKSRC}/unix-gcc.mak.new << !EOT -DEVICE_DEVS=appledmp.dev iwhi.dev iwlo.dev iwlq.dev hl7x0.dev bj10e.dev bj200.dev bjc600.dev bjc800.dev lbp8.dev lips3.dev m8510.dev uniprint.dev la50.dev la70.dev la75.dev la75plus.dev lj250.dev declj250.dev ln03.dev ap3250.dev epson.dev eps9mid.dev eps9high.dev lp8000.dev lq850.dev epsonc.dev st800.dev stcolor.dev lp2563.dev dnj650c.dev deskjet.dev djet500.dev cdeskjet.dev djet500c.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev cdj670.dev cdj850.dev cdj890.dev cdj1600.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet3d.dev ljet4.dev lj4dith.dev cljet5.dev lj5mono.dev lj5gray.dev pj.dev pjetxl.dev pjxl.dev paintjet.dev pjxl300.dev pxlmono.dev pxlcolor.dev ibmpro.dev jetp3852.dev imagen.dev cp50.dev necp6.dev oce9050.dev oki182.dev okiibm.dev r4081.dev sj48.dev xes.dev bmpmono.dev bmp16.dev bmp256.dev bmp16m.dev ccr.dev cgmmono.dev cgm8.dev cgm24.dev sxlcrt.dev dfaxhigh.dev dfaxlow.dev faxg3.dev faxg32d.dev faxg4.dev bit.dev bitrgb.dev bitcmyk.dev cif.dev miff24.dev inferno.dev jpeg.dev jpeggray.dev mgrmono.dev mgrgray2.dev mgrgray4.dev mgrgray8.dev mgr4.dev mgr8.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev pdfwrite.dev plan9bm.dev pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev psmono.dev psgray.dev psrgb.dev pswrite.dev epswrite.dev sgirgb.dev t4693d2.dev t4693d4.dev t4693d8.dev tek4696.dev tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tiff12nc.dev tiff24nc.dev tifflzw.dev tiffpack.dev x11.dev x11alpha.dev x11cmyk.dev x11cmyk2.dev x11cmyk4.dev x11cmyk8.dev x11gray2.dev x11gray4.dev x11mono.dev +cat - > ${WRKSRC}/src/unix-gcc.mak.new << !EOT +ifndef WITHOUT_X11 +DEVICE_DEVS= \$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev \$(DD)x11mono.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev +endif + +DEVICE_DEVS+= \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips3.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)stp.dev \$(DD)uniprint.dev \$(DD)dl2100.dev \$(DD)la50.dev \$(DD)la70.dev \$(DD)la75.dev \$(DD)la75plus.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ln03.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)lq850.dev \$(DD)epsonc.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)hpijs.dev \$(DD)ibmpro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)oce9050.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)r4081.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)xes.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)sxlcrt.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \! $(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pkm.dev \$(DD)pkmraw.dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \$(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev !EOT # create one new Makefile, where DEVICE_DEVS contains all wanted devices -cat ${WRKSRC}/unix-gcc.mak >> ${WRKSRC}/unix-gcc.mak.new -mv ${WRKSRC}/unix-gcc.mak.new ${WRKSRC}/unix-gcc.mak +sed -e '/^DEVICE_DEVS=/d' ${WRKSRC}/src/unix-gcc.mak \ + >> ${WRKSRC}/src/unix-gcc.mak.new +mv ${WRKSRC}/src/unix-gcc.mak.new ${WRKSRC}/src/unix-gcc.mak >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 Aug 9 12:13:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04D6037B405 for ; Thu, 9 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JA1j82515; Thu, 9 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D1337B403 for ; Thu, 9 Aug 2001 12:04:42 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79J4gJ79118; Thu, 9 Aug 2001 12:04:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200108091904.f79J4gJ79118@freefall.freebsd.org> Date: Thu, 9 Aug 2001 12:04:42 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29580: Update port: print_ghostscript6 to 7.00 (fix ports/28847) Sender: owner-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: 29580 >Category: ports >Synopsis: Update port: print_ghostscript6 to 7.00 (fix ports/28847) >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 Aug 09 12:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 7.00 New file: files/hpijs.contrib.mak files/patch-hpijs:makefile files/patch-lib:gs_init.ps files/patch-pcl3:eprn:gdeveprn.c files/patch-src:contrib.mak-5.94.add files/patch-src:genarch.c files/patch-src:gp_unifs.c files/patch-src:unix-gcc.mak files/patch-src:zmedia2.c Remove file: files/patch-aa files/patch-ac files/patch-ac files/patch-lib,gs_init.ps files/patch-src.gdevxini.c This PR supersedes ports/28847. Following PRs related to this port should also be closed by this PR: ports/27331 (MASTER_SITES of pdf_sec.ps is updated) ports/24267 (compilation goes fine) ports/25444 (gimp-print driver is updated) Note: Directory name of this port would have to be chenged to 'ghostscript-afpl'. >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript6/Makefile print/ghostscript6/Makefile --- /usr/ports/print/ghostscript6/Makefile Fri Jul 6 21:55:57 2001 +++ print/ghostscript6/Makefile Thu Aug 9 22:18:45 2001 @@ -6,30 +6,20 @@ # PORTNAME= ghostscript -PORTVERSION= 6.50 -PORTREVISION= 6 +PORTVERSION= 7.00 CATEGORIES= print -MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \ - ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \ - http://www.gelhaus.net/hp880c/1.4beta/ \ - http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ - http://www.harsch.net/Download/ \ - http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ - ftp://download.sourceforge.net/pub/sourceforge/gimp-print/ \ - http://download.sourceforge.net/ghostscript/ \ - ftp://ftp.cs.wisc.edu/ghost/aladdin/fonts/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.cs.wisc.edu/ghost/aladdin/gs650/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.cs.wisc.edu/ghost/aladdin/fonts/ \ - ftp://ftp.medasys-digital-systems.fr/pub/unix/ghostscript/aladdin/gs650/ \ - ftp://ftp.medasys-digital-systems.fr/pub/unix/ghostscript/aladdin/fonts/ \ - ftp://munnari.oz.au/ghost/aladdin/gs650/ \ - ftp://munnari.oz.au/ghost/aladdin/fonts/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/gs650/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/fonts/ -# note: russian mirror isn't up to date +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://members.ozemail.com.au/~geoffk/pdfencrypt/ \ + http://www.gelhaus.net/hp880c/1.4beta/ \ + http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ + http://www.harsch.net/Download/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs700/ \ + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/ +MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet + DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ - ${HP970_DRV} ${GPRINT_SRC} + ${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC} EXTRACT_ONLY= ${GS_SOURCES} MAINTAINER= ports@FreeBSD.org @@ -37,30 +27,41 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png +NO_CDROM= "Can only be distributed for free" + WRKSRC= ${WRKDIR}/gs${PORTVERSION} + +USE_GMAKE= yes +CFLAGS+= -DUPD_SIGNAL=0 +MAKEFILE= src/unix-gcc.mak ALL_TARGET= all pcl3opts escputil +PLIST_SUB= GS_VERSION=${PORTVERSION} + +MAN1= ansi2knr.1 dvipdf.1 escputil.1 font2c.1 gs-hpdj.1 gs-pcl3.1 \ + gs.1 gslp.1 gsnd.1 pcl3opts.1 pdf2dsc.1 pdf2ps.1 pdfopt.1 \ + pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 \ + ps2pdfwr.1 ps2ps.1 wftopfa.1 +MLINKS= gslp.1 gsbj.1 \ + gslp.1 gsdj.1 \ + gslp.1 gsdj500.1 \ + gslp.1 gslj.1 \ + ps2pdf.1 ps2pdf12.1 \ + ps2pdf.1 ps2pdf13.1 \ + ps2ps.1 eps2eps.1 + +.if defined(A4) +CFLAGS+= -DA4 +.endif .if !defined(WITHOUT_X11) +PKGNAMESUFFIX= -afpl USE_XLIB= yes .else -# XXX Hack. If you've done something like "-DWITHOUT_X11" on the command line -# (instead of WITHOUT_X11=true, or similar) gmake won't pick it up. So make -# sure that NO_X is defined *and* has a value. -MAKE_ENV+= NO_X=true +PKGNAMESUFFIX= -afpl-nox11 +MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} .endif -USE_GMAKE= yes -MAKEFILE= src/unix-gcc.mak -PLIST_SUB= GS_VERSION=${PORTVERSION} -# Note: the order that the manpages are listed here matters because -# some of them are symbolic links -MAN1= gs.1 dvipdf.1 font2c.1 eps2eps.1 gsbj.1 gsdj.1 gsdj500.1 \ - gslj.1 gslp.1 gsnd.1 pdf2dsc.1 pdfopt.1 pdf2ps.1 pf2afm.1 \ - pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf12.1 \ - ps2pdf13.1 ps2pdf.1 ps2pdfwr.1 ps2ps.1 wftopfa.1 \ - gs-hpdj.1 gs-pcl3.1 pcl3opts.1 escputil.1 - -GS_SOURCES= ghostscript-${PORTVERSION}.tar.gz +GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} # Note: the following two are real files that have symlinks with # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port @@ -72,13 +73,12 @@ # Ghostscript Driver for HP DeskJet 812C/815C/832C/880C/882C/895C # http://www.gelhaus.net/hp880c/ -# driver names: cdj880 -HP8XX= cdj850 +HP8XX= cdj880 HP8XX_DRV= gdevcd8.tar.gz # HPDJ, additional driver for HP PCL3 Printers, by Martin Lottermoser -# ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html # still present, just for the case pcl3 is missing some hpdj feature +# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html HPDJ= hpdj HPDJ_VERS= 2.6 HPDJ_NAME= ${HPDJ}-${HPDJ_VERS} @@ -95,17 +95,25 @@ PCL3_MAN1= gs-pcl3.1 pcl3opts.1 # additional driver for HP DeskJet 970, supports duplex printing +# http://www.harsch.net/Ghostscript/ghostscript.html HP970_DRV= gdevdj9.c.gz # gimp-print - very high quality driver for Epson, HPs,... -# http://sourceforge.net/projects/gimp-print/ +# http://gimp-print.sourceforge.net/ GPRINT= print GPRINT_DESC= gimp-${GPRINT} -GPRINT_VERS= 4.0.4 +GPRINT_VERS= 4.0.5 GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} GPRINT_SRC= ${GPRINT_NAME}.tar.gz GPRINT_MAN1= escputil.1 +# HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series +# http://hpinkjet.sourceforge.net/ +HPIJS= hpijs +HPIJS_VERS= 0.97 +HPIJS_NAME= ${HPIJS}${HPIJS_VERS} +HPIJS_SRC= ${HPIJS_NAME}.tar.gz + # contributed uniprint profiles CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \ stc740ih.upp stc740p.upp stc740pl.upp @@ -113,200 +121,222 @@ # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps -.if defined(A4) -CFLAGS+= -DA4 +.include + +.if ${ARCH} == "i386" +CFLAGS+= -D_LITTLE_ENDIAN .endif -CFLAGS+= -DUPD_SIGNAL=0 +.SILENT: -pre-fetch: +pre-everything: .if !defined(A4) - @${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." + ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else - @${ECHO_MSG} "Using -DA4 for compilation." + ${ECHO_MSG} "Using -DA4 for compilation." .endif post-extract: - @${ECHO} ">>> in post-extract ..." - @${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ + ${ECHO_MSG} ">>> in post-extract ..." + ${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ ${WRKSRC}/jpeg + ${RM} -f ${WRKSRC}/man/de/*.1 # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and # configure.batch, which update unix-gcc.mak to build gs with these # new devices ! # # for HP8XX driver - @${ECHO} ">>> extracting ${HP8XX_DRV} ..." - @${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${HP8XX_DRV} + ${ECHO_MSG} ">>> extracting ${HP8XX_DRV} ..." + ${TAR} -C ${WRKSRC}/src -xzf ${_DISTDIR}/${HP8XX_DRV} # for HPDJ driver - @${ECHO} ">>> extracting ${HPDJ_SRC} ..." - @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${HPDJ_SRC} - @${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar + ${ECHO_MSG} ">>> extracting ${HPDJ_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPDJ_SRC} + ${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar # for PCL3 driver - @${ECHO} ">>> extracting ${PCL3_SRC} ..." - @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${PCL3_SRC} - @${LN} -s ${PCL3_NAME} ${WRKSRC}/pcl3 - @${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ + ${ECHO_MSG} ">>> extracting ${PCL3_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${PCL3_SRC} + ${LN} -sf ${PCL3_NAME} ${WRKSRC}/pcl3 + ${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar # for HP DeskJet 970 driver - @${ECHO} ">>> extracting ${HP970_DRV} ..." - @${CP} ${DISTDIR}/${HP970_DRV} ${WRKSRC}/src - @${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} + ${ECHO_MSG} ">>> extracting ${HP970_DRV} ..." + ${CP} ${_DISTDIR}/${HP970_DRV} ${WRKSRC}/src + ${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} # for gimp-print - @${ECHO} ">>> extracting ${GPRINT_SRC} ..." - @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${GPRINT_SRC} + ${ECHO_MSG} ">>> extracting ${GPRINT_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${GPRINT_SRC} +# for HPinkjet driver + ${ECHO_MSG} ">>> extracting ${HPIJS_SRC} ..." + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPIJS_SRC} + ${LN} -sf ${HPIJS_NAME} ${WRKSRC}/hpijs -# here we apply unofficial patches from 3rd party drivers post-patch: -# from PCL3 driver - @${ECHO} ">>> in post-patch ..." - @${ECHO} ">>> applying patches from ${PCL3} ..." - @${PATCH} -d ${WRKSRC}/src --forward --quiet -E \ - < ${WRKSRC}/${PCL3_NAME}/src/zmedia2.c-6.01.diff + ${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \ + ${WRKSRC}/src/unix-gcc.mak +# for HPinkjet driver + find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ + 's|#include ||g; \ + s|SRVPATH \"hpijs\"|SRVPATH \"${PREFIX}/libexec/hpijs\"|g' # here we apply the modifications necessary to build the 3rd party drivers # advantage: you see unmodified makefiles after a pure make extract pre-configure: - @${ECHO} ">>> in pre-configure ..." + ${ECHO_MSG} ">>> in pre-configure ..." # for HP8XX driver - @${ECHO} ">>> adding ${HP8XX} driver to contrib.mak ..." - @${CAT} ${FILESDIR}/cdj850.contrib.mak \ + ${ECHO_MSG} ">>> adding ${HP8XX} driver to contrib.mak ..." + ${CAT} ${FILESDIR}/cdj850.contrib.mak \ >> ${WRKSRC}/src/contrib.mak # for HPDJ driver - @${ECHO} ">>> adding ${HPDJ} driver to contrib.mak ..." - @${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \ + ${ECHO_MSG} ">>> adding ${HPDJ} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \ >> ${WRKSRC}/src/contrib.mak # for PCL3 driver - @${ECHO} ">>> adding ${PCL3} driver to contrib.mak ..." - @${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-6.01.add \ + ${ECHO_MSG} ">>> adding ${PCL3} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-6.50.add \ >> ${WRKSRC}/src/contrib.mak # for HP DeskJet 970 driver - @${ECHO} ">>> adding DJ970 driver to contrib.mak ..." - @${CAT} ${FILESDIR}/dj970.contrib.mak \ + ${ECHO_MSG} ">>> adding DJ970 driver to contrib.mak ..." + ${CAT} ${FILESDIR}/dj970.contrib.mak \ >> ${WRKSRC}/src/contrib.mak # for gimp-print - @${ECHO} ">>> creating symlinks for ${GPRINT_DESC} ..." - @${LN} -s ${WRKSRC}/${GPRINT_NAME}/Ghost/*.[ch] \ + ${ECHO_MSG} ">>> creating symlinks for ${GPRINT_DESC} ..." + ${LN} -sf ${WRKSRC}/${GPRINT_NAME}/Ghost/*.[ch] \ ${WRKSRC}/src - @${ECHO} ">>> adding ${GPRINT_DESC} driver to contrib.mak ..." - @${CAT} ${WRKSRC}/${GPRINT_NAME}/Ghost/contrib.mak.addon \ + ${ECHO_MSG} ">>> adding ${GPRINT_DESC} driver to contrib.mak ..." + ${CAT} ${WRKSRC}/${GPRINT_NAME}/Ghost/contrib.mak.addon \ >> ${WRKSRC}/src/contrib.mak - @${ECHO} ">>> adding make rules for escputil to contrib.mak ..." - @${CAT} ${FILESDIR}/escputil.contrib.mak \ + ${ECHO_MSG} ">>> adding make rules for escputil to contrib.mak ..." + ${CAT} ${FILESDIR}/escputil.contrib.mak \ + >> ${WRKSRC}/src/contrib.mak +# for HPinkjet driver + ${ECHO_MSG} ">>> creating symlinks for ${HPIJS} ..." + ${LN} -sf ${WRKSRC}/${HPIJS_NAME}/gdevhpij.[ch] \ + ${WRKSRC}/src + ${ECHO_MSG} ">>> adding ${HPIJS} driver to contrib.mak ..." + ${CAT} ${FILESDIR}/hpijs.contrib.mak \ >> ${WRKSRC}/src/contrib.mak do-configure: - @${ECHO} ">>> in do-configure ..." + ${ECHO_MSG} ">>> in do-configure ..." .if defined(BATCH) - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else - # XXX diable dialog based configure, needs some rework later... - #@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif pre-build: - @${ECHO} ">>> in pre-build ..." - @${ECHO} ">>> creating directories for compilation ..." - @${MKDIR} ${WRKSRC}/obj - @${MKDIR} ${WRKSRC}/bin + ${ECHO_MSG} ">>> in pre-build ..." + ${ECHO_MSG} ">>> creating directories for compilation ..." + ${MKDIR} ${WRKSRC}/obj + ${MKDIR} ${WRKSRC}/bin + +post-build: +# for HPinkjet driver + cd ${WRKSRC}/${HPIJS_NAME} ; \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} makefile pre-install: - @${ECHO} ">>> in pre-install ..." - @${ECHO} ">>> creating ghostscript destdir ..." - @${MKDIR} ${PREFIX}/share/ghostscript - @${ECHO} ">>> extracting ghostscript fonts..." - @${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD} - @${TAR} -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER} + ${ECHO_MSG} ">>> in pre-install ..." + ${ECHO_MSG} ">>> creating ghostscript destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript + ${ECHO_MSG} ">>> extracting ghostscript fonts..." + ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_OTHER} post-install: - @${ECHO} ">>> in post-install ..." - @${ECHO} ">>> stripping gs ..." - @strip ${PREFIX}/bin/gs - @${ECHO} ">>> installing additional scripts ..." - @${INSTALL_SCRIPT} ${WRKSRC}/lib/unix-lpr.sh ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/lib/lprsetup.sh ${PREFIX}/bin + ${ECHO_MSG} ">>> in post-install ..." + ${ECHO_MSG} ">>> stripping gs ..." + strip ${PREFIX}/bin/gs # for HPDJ driver - @${ECHO} ">>> installing ${HPDJ} manpages ..." + ${ECHO_MSG} ">>> installing ${HPDJ} manpages ..." .for i in ${HPDJ_MAN1} - @${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 .endfor - @${ECHO} ">>> creating ${HPDJ} destdir ..." - @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj - @${ECHO} ">>> installing files in ${HPDJ} destdir ..." + ${ECHO_MSG} ">>> creating ${HPDJ} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${ECHO_MSG} ">>> installing files in ${HPDJ} destdir ..." .for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \ margins-Letter.ps margins-LetterRotated.ps - @${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj .endfor # for PCL3 driver - @${ECHO} ">>> installing ${PCL3} manpages ..." + ${ECHO_MSG} ">>> installing ${PCL3} manpages ..." .for i in ${PCL3_MAN1} - @${INSTALL_MAN} ${WRKSRC}/${PCL3_NAME}/doc/${i} ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PCL3_NAME}/doc/${i} ${PREFIX}/man/man1 .endfor # other pcl3 stuff, which might be interesting for runtime - @${ECHO} ">>> creating ${PCL3} destdir ..." - @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 - @${ECHO} ">>> installing files in ${PCL3} destdir ..." + ${ECHO_MSG} ">>> creating ${PCL3} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${ECHO_MSG} ">>> installing files in ${PCL3} destdir ..." .for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \ ps/margins-A4Rotated.ps ps/margins-Env10Rotated.ps \ ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \ ps/margins-LetterRotated.ps - @${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ + ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 .endfor # for gimp-print driver - @${ECHO} ">>> installing ${GPRINT_DESC} escputil in bindir ..." - @${INSTALL_PROGRAM} ${WRKSRC}/src/escputil ${PREFIX}/bin - @${ECHO} ">>> stripping ${GPRINT_DESC} escputil ..." - @strip ${PREFIX}/bin/escputil - @${ECHO} ">>> installing ${GPRINT_DESC} manpages ..." + ${ECHO_MSG} ">>> installing ${GPRINT_DESC} escputil in bindir ..." + ${INSTALL_PROGRAM} ${WRKSRC}/src/escputil ${PREFIX}/bin + ${ECHO_MSG} ">>> installing ${GPRINT_DESC} manpages ..." .for i in ${GPRINT_MAN1} - @${INSTALL_MAN} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ + ${INSTALL_MAN} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ ${PREFIX}/man/man1 .endfor - @${ECHO} ">>> creating ${GPRINT_DESC} destdir ..." - @${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print - @${ECHO} ">>> installing files in gimp-print destdir ..." + ${ECHO_MSG} ">>> creating ${GPRINT_DESC} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${ECHO_MSG} ">>> installing files in gimp-print destdir ..." .for i in README - @${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ + ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print .endfor +# for HPinkjet driver + ${ECHO_MSG} ">>> installing ${HPIJS} server in libexecdir ..." + ${INSTALL_PROGRAM} ${WRKSRC}/${HPIJS_NAME}/hpijs ${PREFIX}/libexec + ${ECHO_MSG} ">>> creating ${HPIJS} destdir ..." + ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${ECHO_MSG} ">>> installing files in ${HPIJS} destdir ..." +.for i in hpijs_readme.html + ${INSTALL_DATA} ${WRKSRC}/${HPIJS}/${i} \ + ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs +.endfor # contributed UPP driver - @${ECHO} ">>> installing contributed UPP profiles ..." + ${ECHO_MSG} ">>> installing contributed UPP profiles ..." .for i in ${CONTRIB_UPP} - @${INSTALL_DATA} ${FILESDIR}/${i} \ + ${INSTALL_DATA} ${FILESDIR}/${i} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib .endfor # for reading encrypted PDFs - @${ECHO} ">>> installing support for encrypted PDF files ..." - @${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ + ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." + ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff # .if !defined(NOPORTDOCS) - @${ECHO} ">>> installing PORTDOC stuff ..." + ${ECHO_MSG} ">>> installing PORTDOC stuff ..." # install hpdj docu, not necessary for runtime # note: old hpdj driver has its files in ${WRKSRC}/src - @${ECHO} ">>> creating ${HPDJ} docu destdir ..." - @${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj - @${ECHO} ">>> installing files in ${HPDJ} docu destdir ..." -.for i in LGPL.txt NEWS hpdj.html - @${INSTALL_DATA} ${WRKSRC}/src/${i} \ + ${ECHO_MSG} ">>> creating ${HPDJ} docu destdir ..." + ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${ECHO_MSG} ">>> installing files in ${HPDJ} docu destdir ..." +.for i in NEWS hpdj.html + ${INSTALL_DATA} ${WRKSRC}/src/${i} \ ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj .endfor # install pcl3 docu, not necessary for runtime # note: new pcl3 driver has a subdir of its own - @${ECHO} ">>> creating ${PCL3} docu destdir ..." - @${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 - @${ECHO} ">>> installing files in ${PCL3} docu destdir ..." -.for i in LGPL NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html - @${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ + ${ECHO_MSG} ">>> creating ${PCL3} docu destdir ..." + ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${ECHO_MSG} ">>> installing files in ${PCL3} docu destdir ..." +.for i in NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html + ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 .endfor .endif - @${ECHO} "> post-installation tasks completed." + ${ECHO_MSG} "> post-installation tasks completed." -.include +.include diff -urN /usr/ports/print/ghostscript6/distinfo print/ghostscript6/distinfo --- /usr/ports/print/ghostscript6/distinfo Tue Mar 27 02:11:40 2001 +++ print/ghostscript6/distinfo Mon Jul 9 20:07:46 2001 @@ -1,4 +1,4 @@ -MD5 (ghostscript-6.50.tar.gz) = 8f52f724f692cf06c94ad7da45eb7ec1 +MD5 (ghostscript-7.00.tar.gz) = 7e11f6408fd2305b926cd44c5577440f MD5 (ghostscript-fonts-std-6.0.tar.gz) = 8250132d6fcc6eb1419f505f06c7690b MD5 (ghostscript-fonts-other-6.0.tar.gz) = 1a643ae62ef166562e4d422b1a601272 MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 @@ -6,4 +6,5 @@ MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (pcl3-3.2.tar.gz) = c98b9404dfc47d5ff907f9ad81dcbd46 MD5 (gdevdj9.c.gz) = f09ef883b8ba837fb42c608c01af7375 -MD5 (print-4.0.4.tar.gz) = e6b955ab3e842a7f0cf8214ffef5842c +MD5 (print-4.0.5.tar.gz) = 2eae88b9285d47036d31974fd2b0abc2 +MD5 (hpijs0.97.tar.gz) = d02f8c4c2d730e72038f6f4d4350fbe8 diff -urN /usr/ports/print/ghostscript6/files/cdj850.contrib.mak print/ghostscript6/files/cdj850.contrib.mak --- /usr/ports/print/ghostscript6/files/cdj850.contrib.mak Mon Apr 2 00:55:32 2001 +++ print/ghostscript6/files/cdj850.contrib.mak Wed Jun 20 00:00:00 2001 @@ -1,13 +1,21 @@ - ###- cdj850 - HP 850 Driver under development -------- ### +cdeskjet8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL) -cdj8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL) +$(DD)cdj670.dev : $(cdeskjet8_) $(DD)page.dev + $(SETPDEV2) $(DD)cdj670 $(cdeskjet8_) -$(DD)cdj850.dev : $(cdj8_) $(DD)page.dev - $(SETPDEV) $(DD)cdj850 $(cdj8_) +$(DD)cdj850.dev : $(cdeskjet8_) $(DD)page.dev + $(SETPDEV2) $(DD)cdj850 $(cdeskjet8_) -$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(std_h) $(PDEVH)\ - $(gsparam_h) $(gsstate_h) $(gxlum_h)\ - $(gdevbjc_h) $(gdevpcl_h) - $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c +$(DD)cdj880.dev : $(cdeskjet8_) $(DD)page.dev + $(SETPDEV2) $(DD)cdj880 $(cdeskjet8_) + +$(DD)cdj890.dev : $(cdeskjet8_) $(DD)page.dev + $(SETPDEV2) $(DD)cdj890 $(cdeskjet8_) +$(DD)cdj1600.dev : $(cdeskjet8_) $(DD)page.dev + $(SETPDEV2) $(DD)cdj1600 $(cdeskjet8_) + +$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(PDEVH) $(math__h)\ + $(gsparam_h) $(gxlum_h) $(gdevpcl_h) + $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c diff -urN /usr/ports/print/ghostscript6/files/hpijs.contrib.mak print/ghostscript6/files/hpijs.contrib.mak --- /usr/ports/print/ghostscript6/files/hpijs.contrib.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/hpijs.contrib.mak Mon Jul 9 19:57:29 2001 @@ -0,0 +1,31 @@ +### ------------- Hewlett-Packard Co. Inkjet Driver -------------- ### + +hpijs_=$(GLOBJ)gdevhpij.$(OBJ) + +$(DD)gdevhpij.$(OBJ): $(GLSRC)gdevhpij.c $(PDEVH) + $(GLCC) $(GLO_)gdevhpij.$(OBJ) $(C_) $(GLSRC)gdevhpij.c + +$(DD)hpijs.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) $(DD)hpijs $(hpijs_) + +$(DD)DJ630.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ630 $(hpijs_) + +$(DD)DJ6xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xx $(hpijs_) + +$(DD)DJ6xxP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xxP $(hpijs_) + +$(DD)DJ8xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ8xx $(hpijs_) + +$(DD)DJ9xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xx $(hpijs_) + +$(DD)DJ9xxVIP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xxVIP $(hpijs_) + +$(DD)AP21xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) AP21xx $(hpijs_) + diff -urN /usr/ports/print/ghostscript6/files/patch-aa print/ghostscript6/files/patch-aa --- /usr/ports/print/ghostscript6/files/patch-aa Mon Feb 26 04:02:41 2001 +++ print/ghostscript6/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,224 +0,0 @@ ---- src/unix-gcc.mak.orig Mon Sep 25 16:06:28 2000 -+++ src/unix-gcc.mak Sun Feb 25 17:58:59 2001 -@@ -26,14 +26,15 @@ - # source, generated intermediate file, and object directories - # for the graphics library (GL) and the PostScript/PDF interpreter (PS). - --BINDIR=./bin --GLSRCDIR=./src --GLGENDIR=./obj --GLOBJDIR=./obj --PSSRCDIR=./src --PSLIBDIR=./lib --PSGENDIR=./obj --PSOBJDIR=./obj -+.CURDIR?=. -+BINDIR=${.CURDIR}/bin -+GLSRCDIR=${.CURDIR}/src -+GLGENDIR=${.CURDIR}/obj -+GLOBJDIR=${.CURDIR}/obj -+PSSRCDIR=${.CURDIR}/src -+PSLIBDIR=${.CURDIR}/lib -+PSGENDIR=${.CURDIR}/obj -+PSOBJDIR=${.CURDIR}/obj - - # Do not edit the next group of lines. - -@@ -52,11 +53,10 @@ - # the directories also define the default search path for the - # initialization files (gs_*.ps) and the fonts. - --INSTALL = $(GLSRCDIR)/instcopy -c --INSTALL_PROGRAM = $(INSTALL) -m 755 --INSTALL_DATA = $(INSTALL) -m 644 -+INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) -+INSTALL_DATA = $(BSD_INSTALL_DATA) - --prefix = /usr/local -+prefix = $(PREFIX) - exec_prefix = $(prefix) - bindir = $(exec_prefix)/bin - scriptdir = $(bindir) -@@ -128,7 +128,7 @@ - # You may need to change this if the IJG library version changes. - # See jpeg.mak for more information. - --JSRCDIR=jpeg -+JSRCDIR=${.CURDIR}/jpeg - JVERSION=6 - - # Choose whether to use a shared version of the IJG JPEG library (-ljpeg). -@@ -148,14 +148,14 @@ - # You may need to change this if the libpng version changes. - # See libpng.mak for more information. - --PSRCDIR=libpng -+PSRCDIR=${LOCALBASE}/include - PVERSION=10008 - - # Choose whether to use a shared version of the PNG library, and if so, - # what its name is. - # See gs.mak and Make.htm for more information. - --SHARE_LIBPNG=0 -+SHARE_LIBPNG=1 - LIBPNG_NAME=png - - # Define the directory where the zlib sources are stored. -@@ -167,7 +167,7 @@ - # what its name is (usually libz, but sometimes libgz). - # See gs.mak and Make.htm for more information. - --SHARE_ZLIB=0 -+SHARE_ZLIB=1 - #ZLIB_NAME=gz - ZLIB_NAME=z - -@@ -182,7 +182,7 @@ - - # Define the name of the C compiler. - --CC=gcc -+CC?=cc - - # Define the name of the linker for the final link step. - # Normally this is the same as the C compiler. -@@ -215,7 +215,7 @@ - # gcc to accept ANSI-style function prototypes and function definitions. - XCFLAGS= - --CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -+#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) - - # Define platform flags for ld. - # SunOS 4.n may need -Bstatic. -@@ -224,7 +224,7 @@ - # -R /usr/local/xxx/lib:/usr/local/lib - # giving the full path names of the shared library directories. - # XLDFLAGS can be set from the command line. --XLDFLAGS= -+XLDFLAGS=-L${LOCALBASE}/lib - - LDFLAGS=$(XLDFLAGS) -fno-common - -@@ -244,7 +244,7 @@ - # All reasonable platforms require -lm, but Rhapsody and perhaps one or - # two others fold libm into libc and don't require any additional library. - --STDLIBS=-lpthread -lm -+STDLIBS= -lm - - # Define the include switch(es) for the X11 header files. - # This can be null if handled in some other way (e.g., the files are -@@ -254,7 +254,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I${X11BASE}/include - - # Define the directory/ies and library names for the X11 library files. - # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -266,12 +266,16 @@ - # Solaris and other SVR4 systems with dynamic linking probably want - #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib - # X11R6 (on any platform) may need --#XLIBS=Xt SM ICE Xext X11 -+ifdef NO_X -+XLIBS= -+else -+XLIBS=Xt SM ICE Xext X11 -+endif - - #XLIBDIRS=-L/usr/local/X/lib --XLIBDIRS=-L/usr/X11/lib -+XLIBDIRS=-L${X11BASE}/lib - XLIBDIR= --XLIBS=Xt Xext X11 -+#XLIBS=Xt Xext X11 - - # Define whether this platform has floating point hardware: - # FPU_TYPE=2 means floating point is faster than fixed point. -@@ -329,7 +333,7 @@ - # Choose the device(s) to include. See devs.mak for details, - # devs.mak and contrib.mak for the list of available devices. - --DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev -+#DEVICE_DEVS=$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11gray2.dev $(DD)x11gray4.dev $(DD)x11mono.dev - - #DEVICE_DEVS1= - #DEVICE_DEVS2= -@@ -352,27 +356,27 @@ - #DEVICE_DEVS19= - #DEVICE_DEVS20= - --DEVICE_DEVS1=$(DD)bmpmono.dev $(DD)bmpgray.dev $(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)bmp16.dev $(DD)bmp256.dev $(DD)bmp16m.dev $(DD)bmp32b.dev --DEVICE_DEVS2=$(DD)bmpamono.dev $(DD)bmpasep1.dev $(DD)bmpasep8.dev $(DD)bmpa16.dev $(DD)bmpa256.dev $(DD)bmpa16m.dev $(DD)bmpa32b.dev --DEVICE_DEVS3=$(DD)deskjet.dev $(DD)djet500.dev $(DD)laserjet.dev $(DD)ljetplus.dev $(DD)ljet2p.dev $(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev $(DD)lj5mono.dev $(DD)lj5gray.dev --DEVICE_DEVS4=$(DD)cdeskjet.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev $(DD)cdj550.dev $(DD)pj.dev $(DD)pjxl.dev $(DD)pjxl300.dev --DEVICE_DEVS5=$(DD)uniprint.dev --DEVICE_DEVS6=$(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev --DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev --DEVICE_DEVS8=$(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev --DEVICE_DEVS9=$(DD)pbm.dev $(DD)pbmraw.dev $(DD)pgm.dev $(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev $(DD)pnm.dev $(DD)pnmraw.dev $(DD)ppm.dev $(DD)ppmraw.dev $(DD)pkm.dev $(DD)pkmraw.dev $(DD)pksm.dev $(DD)pksmraw.dev --DEVICE_DEVS10=$(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev $(DD)tifflzw.dev $(DD)tiffpack.dev --DEVICE_DEVS11=$(DD)tiff12nc.dev $(DD)tiff24nc.dev --DEVICE_DEVS12=$(DD)psmono.dev $(DD)psgray.dev $(DD)psrgb.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev --DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev --DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev --DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)epswrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev -- --DEVICE_DEVS16= --DEVICE_DEVS17= --DEVICE_DEVS18= --DEVICE_DEVS19= --DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev -+#DEVICE_DEVS1=$(DD)bmpmono.dev $(DD)bmpgray.dev $(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)bmp16.dev $(DD)bmp256.dev $(DD)bmp16m.dev $(DD)bmp32b.dev -+#DEVICE_DEVS2=$(DD)bmpamono.dev $(DD)bmpasep1.dev $(DD)bmpasep8.dev $(DD)bmpa16.dev $(DD)bmpa256.dev $(DD)bmpa16m.dev $(DD)bmpa32b.dev -+#DEVICE_DEVS3=$(DD)deskjet.dev $(DD)djet500.dev $(DD)laserjet.dev $(DD)ljetplus.dev $(DD)ljet2p.dev $(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev $(DD)lj5mono.dev $(DD)lj5gray.dev -+#DEVICE_DEVS4=$(DD)cdeskjet.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev $(DD)cdj550.dev $(DD)pj.dev $(DD)pjxl.dev $(DD)pjxl300.dev -+#DEVICE_DEVS5=$(DD)uniprint.dev -+#DEVICE_DEVS6=$(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev -+#DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev -+#DEVICE_DEVS8=$(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev -+#DEVICE_DEVS9=$(DD)pbm.dev $(DD)pbmraw.dev $(DD)pgm.dev $(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev $(DD)pnm.dev $(DD)pnmraw.dev $(DD)ppm.dev $(DD)ppmraw.dev $(DD)pkm.dev $(DD)pkmraw.dev $(DD)pksm.dev $(DD)pksmraw.dev -+#DEVICE_DEVS10=$(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev $(DD)tifflzw.dev $(DD)tiffpack.dev -+#DEVICE_DEVS11=$(DD)tiff12nc.dev $(DD)tiff24nc.dev -+#DEVICE_DEVS12=$(DD)psmono.dev $(DD)psgray.dev $(DD)psrgb.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev -+#DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev -+#DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev -+#DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)epswrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev -+ -+#DEVICE_DEVS16= -+#DEVICE_DEVS17= -+#DEVICE_DEVS18= -+#DEVICE_DEVS19= -+#DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev - - # ---------------------------- End of options --------------------------- # - -@@ -386,13 +390,13 @@ - # detect whether we're running a version of gcc with the const optimization - # bug. - --AK=$(GLGENDIR)/cc.tr -+#AK=$(GLGENDIR)/cc.tr - - # Define the compilation rules and flags. - - CCFLAGS=$(GENOPT) $(CFLAGS) --CC_=$(CC) `cat $(AK)` $(CCFLAGS) --CCAUX=$(CC) `cat $(AK)` -+CC_=$(CC) $(CCFLAGS) -+CCAUX=$(CC) - CC_LEAF=$(CC_) -fomit-frame-pointer - # gcc can't use -fomit-frame-pointer with -pg. - CC_LEAF_PG=$(CC_) -@@ -419,5 +423,5 @@ - include $(GLSRCDIR)/unixinst.mak - - # This has to come last so it won't be taken as the default target. --$(AK): -- if ( $(CC) --version | egrep "^2\.7\.([01]|2(\.[^1-9]|$$))" >/dev/null ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi -+#$(AK): -+# if ( $(CC) --version | egrep "^2\.7\.([01]|2(\.[^1-9]|$$))" >/dev/null ); then echo -Dconst= >$(AK); else echo -Wcast-qual -Wwrite-strings >$(AK); fi diff -urN /usr/ports/print/ghostscript6/files/patch-ac print/ghostscript6/files/patch-ac --- /usr/ports/print/ghostscript6/files/patch-ac Wed Jan 17 07:57:24 2001 +++ print/ghostscript6/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,86 +0,0 @@ -begin patches/patch-ac: -This patch removes the code that tries to figure out the cache size of -the host. The algorithm may very well fail under some circumstances -- -it makes too many assumptions about the cache behaviour, but most -importantly, the figured out values ARE NOT USED anywhere in the -ghostscript code anymore. - - -mi - ---- src/genarch.c Thu Mar 9 03:40:41 2000 -+++ src/genarch.c Wed Jul 19 09:37:30 2000 -@@ -43,11 +42,0 @@ --private clock_t --time_clear(char *buf, int bsize, int nreps) --{ -- clock_t t = clock(); -- int i; -- -- for (i = 0; i < nreps; ++i) -- memset(buf, 0, bsize); -- return clock() - t; --} -- -@@ -181,63 +170,2 @@ - #undef PRINT_MAX -- -- section(f, "Cache sizes"); -- -- /* -- * Determine the primary and secondary cache sizes by looking for a -- * non-linearity in the time required to fill blocks with memset. -- */ -- { --#define MAX_BLOCK (1 << 20) -- static char buf[MAX_BLOCK]; -- int bsize = 1 << 10; -- int nreps = 1; -- clock_t t = 0; -- clock_t t_eps; -- -- /* -- * Increase the number of repetitions until the time is -- * long enough to exceed the likely uncertainty. -- */ -- -- while ((t = time_clear(buf, bsize, nreps)) == 0) -- nreps <<= 1; -- t_eps = t; -- while ((t = time_clear(buf, bsize, nreps)) < t_eps * 10) -- nreps <<= 1; -- -- /* -- * Increase the block size until the time jumps non-linearly. -- */ -- for (; bsize <= MAX_BLOCK;) { -- clock_t dt = time_clear(buf, bsize, nreps); -- -- if (dt > t + (t >> 1)) { -- t = dt; -- break; -- } -- bsize <<= 1; -- nreps >>= 1; -- if (nreps == 0) -- nreps = 1, t <<= 1; -- } -- define_int(f, "ARCH_CACHE1_SIZE", bsize >> 1); -- /* -- * Do the same thing a second time for the secondary cache. -- */ -- if (nreps > 1) -- nreps >>= 1, t >>= 1; -- for (; bsize <= MAX_BLOCK;) { -- clock_t dt = time_clear(buf, bsize, nreps); -- -- if (dt > t * 1.25) { -- t = dt; -- break; -- } -- bsize <<= 1; -- nreps >>= 1; -- if (nreps == 0) -- nreps = 1, t <<= 1; -- } -- define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1); -- } diff -urN /usr/ports/print/ghostscript6/files/patch-hpijs:makefile print/ghostscript6/files/patch-hpijs:makefile --- /usr/ports/print/ghostscript6/files/patch-hpijs:makefile Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-hpijs:makefile Tue Jul 10 03:09:40 2001 @@ -0,0 +1,32 @@ +--- hpijs/makefile.orig Fri Jun 8 06:10:57 2001 ++++ hpijs/makefile Tue Jul 10 03:09:21 2001 +@@ -1,17 +1,17 @@ +-FLAGS = -D_LITTLE_ENDIAN -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ ++FLAGS = -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ + -D_DJ9xxVIP -D_DJ630 -D_APOLLO2100 -D_DJ600 -D_DJ350 + + VERSION=0.97 + INSTALLDIR=/usr/bin + + +-CC = g++ -c -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) ++CXXFLAGS += -DVERSION=\"$(VERSION)\" $(FLAGS) + #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" -DCAPTURE $(FLAGS) + #CC = g++ -c -g -Wall -DVERSION=\"$(VERSION)\" $(FLAGS) + + .cpp.o: + echo "compiling $( diff -urN /usr/ports/print/ghostscript6/files/patch-lib:gs_init.ps print/ghostscript6/files/patch-lib:gs_init.ps --- /usr/ports/print/ghostscript6/files/patch-lib:gs_init.ps Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-lib:gs_init.ps Wed Jun 20 00:00:00 2001 @@ -0,0 +1,19 @@ +--- lib/gs_init.ps.orig Mon Apr 9 15:20:03 2001 ++++ lib/gs_init.ps Wed Jun 20 04:05:12 2001 +@@ -1263,7 +1263,7 @@ + % Set the default screen and BG/UCR. + /.setdefaultbgucr { + systemdict /setblackgeneration known { +- { pop 0 } dup setblackgeneration setundercolorremoval ++ {} dup setblackgeneration setundercolorremoval + } if + } bind def + /.useloresscreen { % - .useloresscreen +@@ -1815,3 +1815,7 @@ + (END GC) VMDEBUG + + % The interpreter will run the initial procedure (start). ++ ++% unofficial patch: ++% make it possible to print from within acroread pdf viewer ++/Default currenthalftone /Halftone defineresource pop diff -urN /usr/ports/print/ghostscript6/files/patch-pcl3:eprn:gdeveprn.c print/ghostscript6/files/patch-pcl3:eprn:gdeveprn.c --- /usr/ports/print/ghostscript6/files/patch-pcl3:eprn:gdeveprn.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-pcl3:eprn:gdeveprn.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,12 @@ +--- pcl3/eprn/gdeveprn.c.orig Sun Mar 25 13:59:11 2001 ++++ pcl3/eprn/gdeveprn.c Tue Apr 10 17:53:03 2001 +@@ -81,6 +81,9 @@ + #include "gstypes.h" /* needed by gsstate.h */ + #include "gsstate.h" /* needed by icstate.h */ + #include "icstate.h" /* for struct gs_context_state_s */ ++#if !defined(GS_REVISION) || GS_REVISION >= 700 ++#include "iapi.h" /* needed by iminst.h */ ++#endif + #include "iminst.h" /* for struct gs_main_instance_s */ + #include "imain.h" /* for gs_main_instance_default() */ + #include "gscoord.h" /* for gs_setdefaultmatrix() */ diff -urN /usr/ports/print/ghostscript6/files/patch-src.gdevxini.c print/ghostscript6/files/patch-src.gdevxini.c --- /usr/ports/print/ghostscript6/files/patch-src.gdevxini.c Tue Mar 20 17:08:20 2001 +++ print/ghostscript6/files/patch-src.gdevxini.c Thu Jan 1 09:00:00 1970 @@ -1,47 +0,0 @@ -Message-ID: <3AB64C01.54380C00@we.lc.ehu.es> -Date: Mon, 19 Mar 2001 19:12:17 +0100 -From: "Jose M. Alcaide" -Organization: Universidad del Pais Vasco - Dpto. de Electricidad y Electronica -Subject: new patch for ghostscript 6.50 - -Hello Andreas, - -About a month ago I sent you a patch for GhostScript 6.50. Without that -patch, LyX 1.1.6 cannot show included EPS figures. Now that the LyX -port has been updated this problem will begin to hit many LyX users, -and the ports freeze is coming soon... - -The problem is described in: - -http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897 - -I am resending the patch attached to this message. I am using Ghostscript -with this patch applied and everything (including LyX) seems to work OK. - -Cheers, --- JMA -****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** -** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** ---------------8E7698D95DE1CB06D5711335 -Content-Type: text/plain; charset=us-ascii; - name="patch-src,gdevxini.c" -Content-Transfer-Encoding: 7bit -Content-Disposition: inline; - filename="patch-src,gdevxini.c" - ---- src/gdevxini.c.orig Tue Sep 19 21:00:23 2000 -+++ src/gdevxini.c Tue Feb 20 18:07:09 2001 -@@ -654,8 +654,10 @@ - } - x_set_buffer(xdev); - /* Clear the destination pixmap to avoid initializing with garbage. */ -- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? -+ if (xdev->dest == (Pixmap) 0) { -+ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? - xdev->bpixmap : (Pixmap) xdev->win); -+ } - if (xdev->dest != (Pixmap) 0) { - XSetForeground(xdev->dpy, xdev->gc, xdev->background); - XFillRectangle(xdev->dpy, xdev->dest, xdev->gc, - - diff -urN /usr/ports/print/ghostscript6/files/patch-src:contrib.mak-5.94.add print/ghostscript6/files/patch-src:contrib.mak-5.94.add --- /usr/ports/print/ghostscript6/files/patch-src:contrib.mak-5.94.add Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-src:contrib.mak-5.94.add Wed Jun 20 00:00:00 2001 @@ -0,0 +1,14 @@ +--- src/contrib.mak-5.94.add.orig Sun Oct 17 05:20:06 1999 ++++ src/contrib.mak-5.94.add Tue Jun 19 03:20:13 2001 +@@ -102,11 +102,6 @@ + $(GLOBJ)hpdjprn.$(OBJ): $(GLSRC)hpdjprn.c + $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)hpdjprn.c + +-$(GLOBJ)pclcomp.$(OBJ): $(GLSRC)pclcomp.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pclcomp.c +- +-$(GLOBJ)pagecount.$(OBJ): $(GLSRC)pagecount.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pagecount.c + + + $(DD)hpdj.dev: $(hpdj_) $(DD)page.dev diff -urN /usr/ports/print/ghostscript6/files/patch-src:genarch.c print/ghostscript6/files/patch-src:genarch.c --- /usr/ports/print/ghostscript6/files/patch-src:genarch.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-src:genarch.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,34 @@ +--- src/genarch.c.orig Wed Sep 20 04:00:23 2000 ++++ src/genarch.c Wed Jun 20 04:05:36 2001 +@@ -40,6 +40,7 @@ + fprintf(f, "\n\t /* ---------------- %s ---------------- */\n\n", str); + } + ++#ifndef __FreeBSD__ + private clock_t + time_clear(char *buf, int bsize, int nreps) + { +@@ -50,6 +51,7 @@ + memset(buf, 0, bsize); + return clock() - t; + } ++#endif /* __FreeBSD__ */ + + private void + define(FILE *f, const char *str) +@@ -180,6 +182,7 @@ + fprintf(f, "((unsigned long)~0L + (unsigned long)0)\n"); + #undef PRINT_MAX + ++#ifndef __FreeBSD__ + section(f, "Cache sizes"); + + /* +@@ -240,6 +243,7 @@ + } + define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1); + } ++#endif /* __FreeBSD__ */ + + section(f, "Miscellaneous"); + diff -urN /usr/ports/print/ghostscript6/files/patch-src:gp_unifs.c print/ghostscript6/files/patch-src:gp_unifs.c --- /usr/ports/print/ghostscript6/files/patch-src:gp_unifs.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-src:gp_unifs.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,34 @@ +--- src/gp_unifs.c.orig Tue Mar 13 15:51:39 2001 ++++ src/gp_unifs.c Wed Jun 20 04:06:02 2001 +@@ -28,6 +28,7 @@ + #include "stat_.h" + #include "dirent_.h" + #include /* for MAXPATHLEN */ ++#include + + /* Some systems (Interactive for example) don't define MAXPATHLEN, + * so we define it here. (This probably should be done via a Config-Script.) +@@ -58,6 +59,8 @@ + const char *mode) + { /* The -8 is for XXXXXX plus a possible final / and -. */ + int len = gp_file_name_sizeof - strlen(prefix) - 8; ++ int fd; ++ FILE *f; + + if (gp_gettmpdir(fname, &len) != 0) + strcpy(fname, "/tmp/"); +@@ -70,8 +73,12 @@ + if (*fname != 0 && fname[strlen(fname) - 1] == 'X') + strcat(fname, "-"); + strcat(fname, "XXXXXX"); +- mktemp(fname); +- return gp_fopentemp(fname, mode); ++ fd = mkstemp(fname); ++ if (fd == -1) ++ return NULL; ++ if ((f = fdopen(fd, mode)) == NULL) ++ close(fd); ++ return f; + } + + /* Open a file with the given name, as a stream of uninterpreted bytes. */ diff -urN /usr/ports/print/ghostscript6/files/patch-src:unix-gcc.mak print/ghostscript6/files/patch-src:unix-gcc.mak --- /usr/ports/print/ghostscript6/files/patch-src:unix-gcc.mak Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-src:unix-gcc.mak Mon Jul 9 19:57:00 2001 @@ -0,0 +1,130 @@ +--- src/unix-gcc.mak.orig Mon Apr 9 14:52:57 2001 ++++ src/unix-gcc.mak Fri Jun 15 21:47:42 2001 +@@ -26,14 +26,15 @@ + # source, generated intermediate file, and object directories + # for the graphics library (GL) and the PostScript/PDF interpreter (PS). + +-BINDIR=./bin +-GLSRCDIR=./src +-GLGENDIR=./obj +-GLOBJDIR=./obj +-PSSRCDIR=./src +-PSLIBDIR=./lib +-PSGENDIR=./obj +-PSOBJDIR=./obj ++.CURDIR?=. ++BINDIR=${.CURDIR}/bin ++GLSRCDIR=${.CURDIR}/src ++GLGENDIR=${.CURDIR}/obj ++GLOBJDIR=${.CURDIR}/obj ++PSSRCDIR=${.CURDIR}/src ++PSLIBDIR=${.CURDIR}/lib ++PSGENDIR=${.CURDIR}/obj ++PSOBJDIR=${.CURDIR}/obj + + # Do not edit the next group of lines. + +@@ -52,11 +53,10 @@ + # the directories also define the default search path for the + # initialization files (gs_*.ps) and the fonts. + +-INSTALL = $(GLSRCDIR)/instcopy -c +-INSTALL_PROGRAM = $(INSTALL) -m 755 +-INSTALL_DATA = $(INSTALL) -m 644 ++INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) ++INSTALL_DATA = $(BSD_INSTALL_DATA) + +-prefix = /usr/local ++prefix = $(PREFIX) + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + scriptdir = $(bindir) +@@ -128,7 +128,7 @@ + # You may need to change this if the IJG library version changes. + # See jpeg.mak for more information. + +-JSRCDIR=jpeg ++JSRCDIR=${.CURDIR}/jpeg + JVERSION=6 + + # Choose whether to use a shared version of the IJG JPEG library (-ljpeg). +@@ -148,14 +148,14 @@ + # You may need to change this if the libpng version changes. + # See libpng.mak for more information. + +-PSRCDIR=libpng ++PSRCDIR=${LOCALBASE}/include + PVERSION=10010 + + # Choose whether to use a shared version of the PNG library, and if so, + # what its name is. + # See gs.mak and Make.htm for more information. + +-SHARE_LIBPNG=0 ++SHARE_LIBPNG=1 + LIBPNG_NAME=png + + # Define the directory where the zlib sources are stored. +@@ -167,7 +167,7 @@ + # what its name is (usually libz, but sometimes libgz). + # See gs.mak and Make.htm for more information. + +-SHARE_ZLIB=0 ++SHARE_ZLIB=1 + #ZLIB_NAME=gz + ZLIB_NAME=z + +@@ -187,7 +187,7 @@ + + # Define the name of the C compiler. + +-CC=gcc ++CC?=cc + + # Define the name of the linker for the final link step. + # Normally this is the same as the C compiler. +@@ -222,7 +222,7 @@ + # gcc to accept ANSI-style function prototypes and function definitions. + XCFLAGS= + +-CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) ++#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) + + # Define platform flags for ld. + # SunOS 4.n may need -Bstatic. +@@ -231,7 +231,7 @@ + # -R /usr/local/xxx/lib:/usr/local/lib + # giving the full path names of the shared library directories. + # XLDFLAGS can be set from the command line. +-XLDFLAGS= ++XLDFLAGS=-L${LOCALBASE}/lib + + LDFLAGS=$(XLDFLAGS) -fno-common + +@@ -264,7 +264,7 @@ + # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, + # not in $(XINCLUDE). + +-XINCLUDE=-I/usr/X11R6/include ++XINCLUDE=-I${X11BASE}/include + + # Define the directory/ies and library names for the X11 library files. + # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH +@@ -277,11 +277,16 @@ + #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib + # X11R6 (on any platform) may need + #XLIBS=Xt SM ICE Xext X11 ++ifdef NO_X ++XLIBS= ++else ++XLIBS=Xt SM ICE Xext X11 ++endif + + #XLIBDIRS=-L/usr/local/X/lib +-XLIBDIRS=-L/usr/X11R6/lib ++XLIBDIRS=-L${X11BASE}/lib + XLIBDIR= +-XLIBS=Xt Xext X11 ++#XLIBS=Xt Xext X11 + + # Define whether this platform has floating point hardware: diff -urN /usr/ports/print/ghostscript6/files/patch-src:zmedia2.c print/ghostscript6/files/patch-src:zmedia2.c --- /usr/ports/print/ghostscript6/files/patch-src:zmedia2.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript6/files/patch-src:zmedia2.c Wed Jun 20 00:00:00 2001 @@ -0,0 +1,25 @@ +--- src/zmedia2.c.orig Wed Sep 20 04:00:54 2000 ++++ src/zmedia2.c Wed Jun 20 04:06:24 2001 +@@ -427,11 +427,17 @@ + + rx = ry, ry = temp; + } +- /* Adjust the medium size if flexible. */ +- if (medium->p.x < MIN_MEDIA_SIZE && mx > rx) +- mx = rx; +- if (medium->p.y < MIN_MEDIA_SIZE && my > ry) +- my = ry; ++ /* If 'medium' is flexible, adjust 'mx' and 'my' towards 'rx' and 'ry', ++ respectively. Note that 'mx' and 'my' have just acquired the largest ++ permissible value, medium->q. */ ++ if (medium->p.x < mx) /* non-empty width range */ ++ if (rx < medium->p.x) mx = medium->p.x; /* minimum */ ++ else if (mx > rx) mx = rx; /* fits */ ++ /* else use medium->q.x, i.e., the maximum */ ++ if (medium->p.y < my) /* non-empty height range */ ++ if (ry < medium->p.y) my = medium->p.y; /* minimum */ ++ else if (my > ry) my = ry; /* fits */ ++ /* else use medium->q.y, i.e., the maximum */ + + /* Translate to align the centers. */ + gs_make_translation(mx / 2, my / 2, pmat); diff -urN /usr/ports/print/ghostscript6/pkg-comment print/ghostscript6/pkg-comment --- /usr/ports/print/ghostscript6/pkg-comment Sat Mar 25 21:27:32 2000 +++ print/ghostscript6/pkg-comment Wed Jun 20 00:00:00 2001 @@ -1 +1 @@ -Aladdin Postscript interpreter version 6 +AFPL Postscript interpreter version 7 diff -urN /usr/ports/print/ghostscript6/pkg-descr print/ghostscript6/pkg-descr --- /usr/ports/print/ghostscript6/pkg-descr Fri Apr 21 02:31:42 2000 +++ print/ghostscript6/pkg-descr Tue Jul 10 03:43:51 2001 @@ -1,24 +1,25 @@ -This is Aladdin Ghostscript, the non-GPL version that comes with a licence -different from the GPL. Read the file PUBLIC in the work/gsX.Y directory or -in ${PREFIX}/share/ghostscript/X.Y/doc/PUBLIC after installation for details ! - Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. +Versions entitled "AFPL Ghostscript" are distributed with a licence different +from the GPL. Read the file PUBLIC in the work/gsX.Y directory or in +${PREFIX}/share/ghostscript/X.Y/doc/PUBLIC after installation for details ! + This port includes add-on packages (not part of the official gs release) o Support for pdfencrypt, see description on - - http://www.ozemail.com.au/~geoffk/pdfencrypt/ - o Additional driver support - - http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html - - ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html (HPDJ drv) + - http://members.ozemail.com.au/~geoffk/pdfencrypt/ + o HP8XX driver for HP DeskJet 880C/882C/895C + - http://www.gelhaus.net/hp880c/ + o HP970 driver for HP DeskJet 970CXi + - http://www.harsch.net/Ghostscript/ghostscript.html + o PCL3 and HPDJ driver for HP DeskJet series + - http://home.t-online.de/home/Martin.Lottermoser/pcl3.html + o Gimp-Print driver for Canon/Epson/Lexmark/HP printers + - http://gimp-print.sourceforge.net/ + o HPinkjet driver for HP PhotoSmart/DeskJet series + - http://hpinkjet.sourceforge.net/ o Additional contributed uniprint driver profiles for - Epson Stylus Color 740 and Epson LQ-1170 -Thomas Merz has written a Ghostscript manual in PDF format: - http://www.cs.wisc.edu/~ghost/merz.html - -The manual is also available in German language, see: - http://www.muc.de/~tm/free/free.html - WWW: http://www.cs.wisc.edu/~ghost/index.html diff -urN /usr/ports/print/ghostscript6/pkg-plist print/ghostscript6/pkg-plist --- /usr/ports/print/ghostscript6/pkg-plist Tue Apr 10 14:10:50 2001 +++ print/ghostscript6/pkg-plist Tue Jul 10 01:49:23 2001 @@ -30,14 +30,14 @@ bin/sysvlp.sh bin/unix-lpr.sh bin/wftopfa -%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/LGPL.txt +libexec/hpijs %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/NEWS %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/hpdj/hpdj.html -%%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/LGPL %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/NEWS %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/gs-pcl3.html %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/how-to-report.txt %%PORTDOCS%%share/doc/ghostscript/%%GS_VERSION%%/pcl3/pcl3opts.html +share/ghostscript/%%GS_VERSION%%/doc/API.htm share/ghostscript/%%GS_VERSION%%/doc/Bug-form.htm share/ghostscript/%%GS_VERSION%%/doc/Bug-info.htm share/ghostscript/%%GS_VERSION%%/doc/C-style.htm @@ -47,6 +47,7 @@ share/ghostscript/%%GS_VERSION%%/doc/Current.htm share/ghostscript/%%GS_VERSION%%/doc/DLL.htm share/ghostscript/%%GS_VERSION%%/doc/Devices.htm +share/ghostscript/%%GS_VERSION%%/doc/Develop.htm share/ghostscript/%%GS_VERSION%%/doc/Drivers.htm share/ghostscript/%%GS_VERSION%%/doc/Fonts.htm share/ghostscript/%%GS_VERSION%%/doc/Helpers.htm @@ -62,6 +63,7 @@ share/ghostscript/%%GS_VERSION%%/doc/Install.htm share/ghostscript/%%GS_VERSION%%/doc/Language.htm share/ghostscript/%%GS_VERSION%%/doc/Lib.htm +share/ghostscript/%%GS_VERSION%%/doc/Maintain.htm share/ghostscript/%%GS_VERSION%%/doc/Make.htm share/ghostscript/%%GS_VERSION%%/doc/New-user.htm share/ghostscript/%%GS_VERSION%%/doc/News.htm @@ -70,6 +72,7 @@ share/ghostscript/%%GS_VERSION%%/doc/Ps2epsi.htm share/ghostscript/%%GS_VERSION%%/doc/Ps2pdf.htm share/ghostscript/%%GS_VERSION%%/doc/Psfiles.htm +share/ghostscript/%%GS_VERSION%%/doc/Ps-style.htm share/ghostscript/%%GS_VERSION%%/doc/Public.htm share/ghostscript/%%GS_VERSION%%/doc/README share/ghostscript/%%GS_VERSION%%/doc/Readme.htm @@ -86,6 +89,7 @@ share/ghostscript/%%GS_VERSION%%/hpdj/margins-A4Rotated.ps share/ghostscript/%%GS_VERSION%%/hpdj/margins-Letter.ps share/ghostscript/%%GS_VERSION%%/hpdj/margins-LetterRotated.ps +share/ghostscript/%%GS_VERSION%%/hpijs/hpijs_readme.html share/ghostscript/%%GS_VERSION%%/examples/alphabet.ps share/ghostscript/%%GS_VERSION%%/examples/cheq.ps share/ghostscript/%%GS_VERSION%%/examples/chess.ps @@ -163,6 +167,7 @@ share/ghostscript/%%GS_VERSION%%/lib/gs_fform.ps share/ghostscript/%%GS_VERSION%%/lib/gs_fonts.ps share/ghostscript/%%GS_VERSION%%/lib/gs_frsd.ps +share/ghostscript/%%GS_VERSION%%/lib/gs_icc.ps share/ghostscript/%%GS_VERSION%%/lib/gs_il1_e.ps share/ghostscript/%%GS_VERSION%%/lib/gs_il2_e.ps share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps @@ -263,6 +268,9 @@ share/ghostscript/%%GS_VERSION%%/lib/stc200_h.upp share/ghostscript/%%GS_VERSION%%/lib/stc2_h.upp share/ghostscript/%%GS_VERSION%%/lib/stc2s_h.upp +share/ghostscript/%%GS_VERSION%%/lib/stc300.upp +share/ghostscript/%%GS_VERSION%%/lib/stc300bl.upp +share/ghostscript/%%GS_VERSION%%/lib/stc300bm.upp share/ghostscript/%%GS_VERSION%%/lib/stc500p.upp share/ghostscript/%%GS_VERSION%%/lib/stc500ph.upp share/ghostscript/%%GS_VERSION%%/lib/stc600ih.upp @@ -481,16 +489,17 @@ share/ghostscript/fonts/z003034l.afm share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm -@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj -@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3 -@dirrm share/doc/ghostscript/%%GS_VERSION%% -@dirrm share/doc/ghostscript -@dirrm share/ghostscript/%%GS_VERSION%%/doc -@dirrm share/ghostscript/%%GS_VERSION%%/examples -@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print -@dirrm share/ghostscript/%%GS_VERSION%%/hpdj -@dirrm share/ghostscript/%%GS_VERSION%%/lib @dirrm share/ghostscript/%%GS_VERSION%%/pcl3 +@dirrm share/ghostscript/%%GS_VERSION%%/lib +@dirrm share/ghostscript/%%GS_VERSION%%/hpijs +@dirrm share/ghostscript/%%GS_VERSION%%/hpdj +@dirrm share/ghostscript/%%GS_VERSION%%/gimp-print +@dirrm share/ghostscript/%%GS_VERSION%%/examples +@dirrm share/ghostscript/%%GS_VERSION%%/doc @dirrm share/ghostscript/%%GS_VERSION%% @dirrm share/ghostscript/fonts @dirrm share/ghostscript +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/pcl3 +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%%/hpdj +%%PORTDOCS%%@dirrm share/doc/ghostscript/%%GS_VERSION%% +%%PORTDOCS%%@dirrm share/doc/ghostscript diff -urN /usr/ports/print/ghostscript6/scripts/configure print/ghostscript6/scripts/configure --- /usr/ports/print/ghostscript6/scripts/configure Mon Apr 2 00:55:32 2001 +++ print/ghostscript6/scripts/configure Tue Jul 10 03:46:07 2001 @@ -5,13 +5,8 @@ # configure - gs driver preconfiguration, manual driver selection # by Andreas Klemm -# -# XXX - needs some rework for gs v 6.50, -# therefore currently disabled in Makefile -# - # driverselection -/usr/bin/dialog --title "Ghostscript 6 driver configuration" --clear \ +/usr/bin/dialog --title "AFPL Ghostscript driver configuration" --clear \ --checklist "\n\ This new ghostscript driver configuration dialog allows you to choose \n\ only those gs drivers, you really need. Don't think too economical, since \n\ @@ -33,10 +28,11 @@ "m8510" "C.Itoh M8510 printer" OFF \ "coslw2p" "CoStar LabelWriter II II/Plus" OFF \ "coslwxl" "CoStar LabelWriter XL" OFF \ + "stp" "Configurable Canon/Epson/Lexmark/HP driver (Gimp-Print)" ON \ "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" ON \ "lj250" "DEC LJ250 Companion color printer" OFF \ "declj250" "DEC LJ250 driver (alternate)" OFF \ - "ap3250" "Epson AP3250" OFF \ + "ap3250" "Epson ActionPrinter 3250" OFF \ "epson" "Epson-compatible dot matrix, 9/24-pin" OFF \ "eps9mid" "Epson-compatible 9-pin, interleaved lines, medium resol" OFF \ "eps9high" "Epson-compatible 9-pin, interleaved lines, triple resol" OFF \ @@ -45,6 +41,7 @@ "epsonc" "Epson LQ-2550 and Fujitsu 3400/2400/1200 color" OFF \ "st800" "Epson Stylus 800 printer" OFF \ "stcolor" "Epson Stylus Color and II/IIs/1500 (see driver docu)" OFF \ + "photoex" "Epson Stylus Color Photo, Photo EX, Photo 700" OFF \ "lp2563" "HP 2563B line printer" OFF \ "dnj650c" "HP DesignJet 650C" OFF \ "deskjet" "HP DeskJet and DeskJet Plus" ON \ @@ -55,8 +52,12 @@ "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ "cdj500" "HP DeskJet 500/540C (same as cdjcolor)" OFF \ "cdj550" "HP DeskJet 550C/560C/660C/660Cse" ON \ - "cdj850" "HP DeskJet 670/690/850/855/870/890/1100/1600" ON \ - "cdj970" "HP DeskJet 970, 3rd party" ON \ + "cdj670" "HP DeskJet 670/690 (HP8XX driver)" ON \ + "cdj850" "HP DeskJet 850/855/870/1100 (HP8XX driver)" ON \ + "cdj880" "HP DeskJet 880 (HP8XX driver)" ON \ + "cdj890" "HP DeskJet 890 (HP8XX driver)" ON \ + "cdj1600" "HP DeskJet 1600 (HP8XX driver)" ON \ + "cdj970" "HP DeskJet 970CXi (HP970 driver)" ON \ "laserjet" "HP LaserJet" ON \ "ljetplus" "HP LaserJet Plus" ON \ "ljet2p" "HP LaserJet IId/IIp/III* with TIFF compression" ON \ @@ -76,20 +77,29 @@ "paintjet" "HP PaintJet color printer (alternate)" OFF \ "pjxl300" "HP PaintJet XL300, DeskJet 1200C color printer, HP CopyJet" ON \ "pxlmono" "HP PCL XL black-and-white printers (LaserJet 5 and 6 family)" ON \ - "pxlcolor" "HP PCL XL color printers (none available yet)" ON \ + "pxlcolor" "HP PCL XL color printers (Color LaserJet 4500/5000)" ON \ "pcl3" "HP PCL 3+ (DeskJet 500/500C/510/520/540/550C/560C/850C/855C)" ON \ + "hpdj" "HP PCL 3+ (old drv.)" ON \ + "hpijs" "HP PhotoSmart/DeskJet series (HP developed driver)" ON \ "ibmpro" "IBM 9-pin Proprinter" OFF \ "jetp3852" "IBM Jetprinter ink-jet color (Model #3852)" OFF \ "imagen" "Imagen ImPress printers" OFF \ "fs600" "Kyocera FS-600 (600 dpi)" OFF \ "lxm5700m" "Lexmark 5700 monotone" OFF \ "cp50" "Mitsubishi CP50 color" OFF \ - "necp6" "NEC P6/P6+/P60, 360x360 DPI resol" OFF \ + "necp6" "NEC PinWriter P6/P6+/P60, 360x360 DPI resol" OFF \ "oce9050" "OCE 9050 printer" OFF \ "oki182" "Okidata MicroLine 182" OFF \ "okiibm" "Okidata MicroLine IBM-compatible printers" OFF \ + "atx23" "Practical Automation ATX-23 label printer" OFF \ + "atx24" "Practical Automation ATX-24 label printer" OFF \ + "atx38" "Practical Automation ATX-38 label printer" OFF \ "r4081" "Ricoh 4081 laser printer" OFF \ "sj48" "StarJet 48 inkjet printer" OFF \ + "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ + "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ + "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ + "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \ "bmpmono" "BMP Monochrome" ON \ "bmpgray" "BMP 8-bit gray" ON \ "bmp16" "BMP 4-bit EGA/VGA" ON \ @@ -148,36 +158,32 @@ "png16" "PNG 4-bit color Portable Network Graphics" ON \ "png256" "PNG 8-bit color Portable Network Graphics" ON \ "png16m" "PNG 24-bit color Portable Network Graphics" ON \ - "psmono" "PostScript, Level 1, monochrome image" ON \ + "psmono" "PostScript (Level 1) monochrome image" ON \ "psgray" "PostScript (Level 1) 8-bit gray image" ON \ "psrgb" "PostScript (Level 2) 24-bit color image" ON \ "pswrite" "PostScript output (like PostScript Distillery)" ON \ "epswrite" "EPS output (like PostScript Distillery)" ON \ "sgirgb" "SGI RGB pixmap format" OFF \ "sunhmono" "Harlequin variant of 1-bit Sun raster file" OFF \ - "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \ - "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \ - "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \ - "tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \ "tiffcrle" "TIFF CCITT RLE 1 dim = Group 3 fax with no EOLs" ON \ "tiffg3" "TIFF Group 3 fax with EOLs" ON \ "tiffg32d" "TIFF Group 3 2-D fax" ON \ "tiffg4" "TIFF Group 4 fax" ON \ "tiff12nc" "TIFF 12-bit RGB, no compression" ON \ - "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format)" ON \ + "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format" ON \ "tifflzw" "TIFF LZW, tag = 5, mono" ON \ "tiffpack" "TIFF PackBits, tag = 32773, mono" ON \ - "x11" "X Windows version 11, release >=4" ON \ - "x11alpha" "X Windows masquer. as device with alpha capability" ON \ - "x11cmyk" "X Windows masquer. as 1-bit-per-plane CMYK device" ON \ - "x11cmyk2" "X Windows as a 2-bit-per-plane CMYK device" OFF \ - "x11cmyk4" "X Windows as a 4-bit-per-plane CMYK device" OFF \ - "x11cmyk8" "X Windows as an 8-bit-per-plane CMYK device" OFF \ - "x11gray2" "X Windows as a 2-bit gray-scale device" ON \ - "x11gray4" "X Windows as a 4-bit gray-scale device" ON \ - "x11mono" "X Windows masquer. as black-and-white device" ON \ - "x11rg16x" "X Windows with G5/B5/R6 pixel layout for testing" ON \ - "x11rg32x" "X Windows with G11/B10/R11 pixel layout for testing" ON \ + "x11" "X Window System version 11, release >=4" ON \ + "x11alpha" "X Window System masquer. as device with alpha capability" ON \ + "x11cmyk" "X Window System masquer. as 1-bit-per-plane CMYK device" ON \ + "x11cmyk2" "X Window System as a 2-bit-per-plane CMYK device" OFF \ + "x11cmyk4" "X Window System as a 4-bit-per-plane CMYK device" OFF \ + "x11cmyk8" "X Window System as an 8-bit-per-plane CMYK device" OFF \ + "x11gray2" "X Window System as a 2-bit gray-scale device" ON \ + "x11gray4" "X Window System as a 4-bit gray-scale device" ON \ + "x11mono" "X Window System masquer. as black-and-white device" ON \ + "x11rg16x" "X Window System with G5/B5/R6 pixel layout for testing" ON \ + "x11rg32x" "X Window System with G11/B10/R11 pixel layout for testing" ON \ 2> /tmp/checklist.tmp.$$ retval=$? diff -urN /usr/ports/print/ghostscript6/scripts/configure.batch print/ghostscript6/scripts/configure.batch --- /usr/ports/print/ghostscript6/scripts/configure.batch Mon Apr 2 00:55:32 2001 +++ print/ghostscript6/scripts/configure.batch Thu Aug 9 22:00:26 2001 @@ -6,11 +6,11 @@ # by Andreas Klemm cat - > ${WRKSRC}/src/unix-gcc.mak.new << !EOT -ifndef NO_X -DEVICE_DEVS=\$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev \$(DD)x11mono.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev +ifndef WITHOUT_X11 +DEVICE_DEVS= \$(DD)x11.dev \$(DD)x11alpha.dev \$(DD)x11cmyk.dev \$(DD)x11cmyk2.dev \$(DD)x11cmyk4.dev \$(DD)x11cmyk8.dev \$(DD)x11gray2.dev \$(DD)x11gray4.dev \$(DD)x11mono.dev \$(DD)x11rg16x.dev \$(DD)x11rg32x.dev endif -DEVICE_DEVS+= \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)fs600.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lp2563.dev \$(DD)oce9050.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)psdf.dev \$(DD)epswrite.dev \$(DD)pswrite.dev \$(DD)pdfwrite.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)bit.dev \$(DD)bitrgb.dev \$(DD)bitcmyk.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)miff24.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pcx2up.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)pkm.dev \$(DD)pkmraw.dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)plan9bm.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \$(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)fax.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)tfax.dev \$(DD)tiffs.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)bj10e.dev \$(DD)bj200.dev \$(DD)ccr.dev \$(DD)cdeskjet.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)declj250.dev \$(DD)dnj650c.dev \$(DD)lj4dith.dev \$(DD)pj.dev \$(DD)pjxl.dev \$(DD)pjxl300.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)escp.dev \$(DD)djet500c.dev \$(DD)cljet5.dev \$(DD)cljet5pr.dev \$(DD)cljet5c.dev \$(DD)lj3100sw.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)cp50.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)ibmpro.dev \$(DD)epsonc.dev \$(DD)ap3250.dev \! $(DD)st800.dev \$(DD)stcolor.dev \$(DD)uniprint.dev \$(DD)lj250.dev \$(DD)paintjet.dev \$(DD)pjetxl.dev \$(DD)hl7x0.dev \$(DD)imagen.dev \$(DD)jetp3852.dev \$(DD)lbp8.dev \$(DD)lips3.dev \$(DD)lp8000.dev \$(DD)m8510.dev \$(DD)necp6.dev \$(DD)lq850.dev \$(DD)lxm5700m.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)photoex.dev \$(DD)sj48.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)cfax.dev \$(DD)dfaxlow.dev \$(DD)dfaxhigh.dev \$(DD)cif.dev \$(DD)inferno.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)cdj850.dev \$(DD)hpdj.dev \$(DD)pcl3.dev \$(DD)hpdjplus.dev \$(DD)hpdjportable.dev \$(DD)hpdj310.dev \$(DD)hpdj320.dev \$(DD)hpdj340.dev \$(DD)hpdj400.dev \$(DD)hpdj500.dev \$(DD)hpdj500c.dev \$(DD)hpdj510.dev \$(DD)hpdj520.dev \$(DD)hpdj540.dev \$(DD)hpdj550c.dev \$(DD)hpdj560c.dev \$(DD)hpdj600.dev \$(DD)hpdj660c.dev \$(DD)hpdj670c.dev \$(DD)hpdj680c.dev \$(DD)hpdj690c.dev \$(DD)hpdj850c.dev \$(DD)hpdj855c.dev \$(DD)hpdj870c.dev \$(DD)hpdj890c.dev \$(DD)hpdj1120c.dev \$(DD)cdj970.dev \$(DD)stp.dev +DEVICE_DEVS+= \$(DD)appledmp.dev \$(DD)iwhi.dev \$(DD)iwlo.dev \$(DD)iwlq.dev \$(DD)hl7x0.dev \$(DD)bj10e.dev \$(DD)bj200.dev \$(DD)bjc600.dev \$(DD)bjc800.dev \$(DD)lbp8.dev \$(DD)lips3.dev \$(DD)m8510.dev \$(DD)coslw2p.dev \$(DD)coslwxl.dev \$(DD)stp.dev \$(DD)uniprint.dev \$(DD)lj250.dev \$(DD)declj250.dev \$(DD)ap3250.dev \$(DD)epson.dev \$(DD)eps9mid.dev \$(DD)eps9high.dev \$(DD)lp8000.dev \$(DD)lq850.dev \$(DD)epsonc.dev \$(DD)st800.dev \$(DD)stcolor.dev \$(DD)photoex.dev \$(DD)lp2563.dev \$(DD)dnj650c.dev \$(DD)deskjet.dev \$(DD)djet500.dev \$(DD)cdeskjet.dev \$(DD)djet500c.dev \$(DD)cdjcolor.dev \$(DD)cdjmono.dev \$(DD)cdj500.dev \$(DD)cdj550.dev \$(DD)cdj670.dev \$(DD)cdj850.dev \$(DD)cdj880.dev \$(DD)cdj890.dev \$(DD)cdj1600.dev \$(DD)cdj970.dev \$(DD)laserjet.dev \$(DD)ljetplus.dev \$(DD)ljet2p.dev \$(DD)ljet3.dev \$(DD)ljet3d.dev \$(DD)ljet4.dev \$(DD)ljet4d.dev \$(DD)lj4dith.dev \$(DD)cljet5.dev \$(DD)cljet5c.dev \$(DD)cljet5pr.dev \$(DD)lj5mono.dev \$(DD)lj5gray.dev \$(DD)pj.dev \$(DD)pjetxl.dev \$(DD)pjxl.dev \$(DD)paintjet.dev \$(DD)pjxl300.dev \$(DD)pxlmono.dev \$(DD)pxlcolor.dev \$(DD)pcl3.dev \$(DD)hpdj.dev \$(DD)hpijs.dev \$(DD)ibmpro.dev \$(DD)jetp3852.dev \$(DD)imagen.dev \$(DD)fs600.dev \$(DD)lxm5700m.dev \$(DD)cp50.dev \$(DD)necp6.dev \$(DD)oce9050.dev \$(DD)oki182.dev \$(DD)okiibm.dev \$(DD)atx23.dev \$(DD)atx24.dev \$(DD)atx38.dev \$(DD)r4081.dev \$(DD)sj48.dev \$(DD)bmpmono.dev \$(DD)bmpgray.dev \$(DD)bmp16.dev \$(DD)bmp256.dev \$(DD)bmp16m.dev \$(DD)bmp32b.dev \$(DD)bmpsep1.dev \$(DD)bmpsep8.dev \$(DD)ccr.dev \$(DD)cgmmono.dev \$(DD)cgm8.dev \$(DD)cgm24.dev \$(DD)cif.dev \$(DD)dfaxhigh.dev \$(DD)dfaxlow.dev \$(DD)faxg3.dev \$(DD)faxg32d.dev \$(DD)faxg4.dev \$(DD)miff24.dev \$(DD)inferno.dev \$(DD)jpeg.dev \$(DD)jpeggray.dev \$(DD)mgrmono.dev \$(DD)mgrgray2.dev \$(DD)mgrgray4.dev \$(DD)mgrgray8.dev \$(DD)mgr4.dev \$(DD)mgr8.dev \$(DD)pcxmono.dev \$(DD)pcxgray.dev \$(DD)pcx16.dev \$(DD)pcx256.dev \$(DD)pcx24b.dev \$(DD)pcxcmyk.dev \$(DD)pdfwrite.dev \$(DD)bit.dev \$(DD)bitrgb.d! ev \$(DD)bitcmyk.dev \$(DD)plan9bm.dev \$(DD)pbm.dev \$(DD)pbmraw.dev \$(DD)pgm.dev \$(DD)pgmraw.dev \$(DD)pgnm.dev \$(DD)pgnmraw.dev \$(DD)pnm.dev \$(DD)pnmraw.dev \$(DD)ppm.dev \$(DD)ppmraw.dev \$(DD)pkm.dev \$(DD)pkmraw.dev \$(DD)pksm.dev \$(DD)pksmraw.dev \$(DD)pngmono.dev \$(DD)pnggray.dev \$(DD)png16.dev \$(DD)png256.dev \$(DD)png16m.dev \$(DD)psmono.dev \$(DD)psgray.dev \$(DD)psrgb.dev \$(DD)pswrite.dev \$(DD)epswrite.dev \$(DD)sgirgb.dev \$(DD)sunhmono.dev \$(DD)t4693d2.dev \$(DD)t4693d4.dev \$(DD)t4693d8.dev \$(DD)tek4696.dev \$(DD)tiffcrle.dev \$(DD)tiffg3.dev \$(DD)tiffg32d.dev \$(DD)tiffg4.dev \$(DD)tiff12nc.dev \$(DD)tiff24nc.dev \$(DD)tifflzw.dev \$(DD)tiffpack.dev !EOT # create one new Makefile, where DEVICE_DEVS contains all wanted devices >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 Aug 9 12:24:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 1AEDE37B403; Thu, 9 Aug 2001 12:24:46 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:0HPBPTJA3ZXbgCeayrIQ1jgggtu6kyue6rdInDkDFmRJWtylZKTxCZ5Ow6ss0lJG@localhost [::1]) (authenticated as ume with CRAM-MD5) by peace.mahoroba.org (8.11.5/8.11.5/peace) with ESMTP/inet6 id f79JOUU09470; Fri, 10 Aug 2001 04:24:30 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 10 Aug 2001 04:24:30 +0900 (JST) Message-Id: <20010810.042430.130170007.ume@mahoroba.org> To: sumikawa@ebina.hitachi.co.jp Cc: jonathan.chen@itouch.co.nz, sumikawa@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: security/racoon port From: Hajimu UMEMOTO In-Reply-To: <20010810.033552.150151995.sumikawa@ebina.hitachi.co.jp> References: <20010807155603.A89488@itouchnz.itouch> <20010810.033552.150151995.sumikawa@ebina.hitachi.co.jp> X-Mailer: xcite1.38> Mew version 1.95b119 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-Operating-System: FreeBSD 5.0-CURRENT 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 >>> Fri, 10 Aug 2001 03:35:52 +0900 (JST), >>> Munechika SUMIKAWA said: sumikawa> sorry for the mess. I didn't find out the problem since I checked to sumikawa> compile it on the latest KAME-snap. The development at KAME is so aggressive. ;-) sumikawa> now I've fixed the problem. please cvsup and retry it. Thanks. -- 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/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:25:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F45437B403; Thu, 9 Aug 2001 12:25:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JP7B84068; Thu, 9 Aug 2001 12:25:07 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:25:07 -0700 (PDT) From: Message-Id: <200108091925.f79JP7B84068@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29578: Update port: print_ghostscript55 to 6.51 (fix ports/28846) Sender: owner-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: print_ghostscript55 to 6.51 (fix ports/28846) State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:24:45 PDT 2001 State-Changed-Why: Duplicate of 29579 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29578 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:35:24 2001 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 B68A437B405; Thu, 9 Aug 2001 12:35:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JXEX85145; Thu, 9 Aug 2001 12:33:14 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:33:14 -0700 (PDT) From: Message-Id: <200108091933.f79JXEX85145@freefall.freebsd.org> To: antipode@thpoon.com, lioux@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/24267: ghostscript6 port compilation fails Sender: owner-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: ghostscript6 port compilation fails State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:32:24 PDT 2001 State-Changed-Why: Superseded by 28847. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24267 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:35:25 2001 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 5493637B401; Thu, 9 Aug 2001 12:35:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JS4f84494; Thu, 9 Aug 2001 12:28:04 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:28:04 -0700 (PDT) From: Message-Id: <200108091928.f79JS4f84494@freefall.freebsd.org> To: stephen@math.missouri.edu, lioux@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/28387: hpijs drivers with ghostscript-5.50 Sender: owner-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: hpijs drivers with ghostscript-5.50 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:26:49 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28387 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:35:30 2001 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 D874737B406; Thu, 9 Aug 2001 12:35:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JYGl85318; Thu, 9 Aug 2001 12:34:16 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:34:16 -0700 (PDT) From: Message-Id: <200108091934.f79JYGl85318@freefall.freebsd.org> To: murray@freebsd.org, lioux@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/25444: gimp-print driver out of date in ghostscript6 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: gimp-print driver out of date in ghostscript6 port State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:33:32 PDT 2001 State-Changed-Why: Superseded by 28847. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:35:31 2001 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 2290737B407; Thu, 9 Aug 2001 12:35:22 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JUQX84758; Thu, 9 Aug 2001 12:30:26 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:30:26 -0700 (PDT) From: Message-Id: <200108091930.f79JUQX84758@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/28847: Update port: print_ghostscript6 to 7.00 (fix ports/28286) Sender: owner-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: print_ghostscript6 to 7.00 (fix ports/28286) State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:29:01 PDT 2001 State-Changed-Why: Superseded by 29580 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:35:34 2001 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 4BE7C37B409; Thu, 9 Aug 2001 12:35:22 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JQMM84271; Thu, 9 Aug 2001 12:26:22 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:26:22 -0700 (PDT) From: Message-Id: <200108091926.f79JQMM84271@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/28846: Update port: print_ghostscript55 to 6.51 (fix ports/28284) Sender: owner-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: print_ghostscript55 to 6.51 (fix ports/28284) State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:25:47 PDT 2001 State-Changed-Why: Superseded by 29579 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28846 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 12:35:39 2001 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 A3E8D37B40C; Thu, 9 Aug 2001 12:35:27 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JVfJ84966; Thu, 9 Aug 2001 12:31:41 -0700 (PDT) (envelope-from lioux) Date: Thu, 9 Aug 2001 12:31:41 -0700 (PDT) From: Message-Id: <200108091931.f79JVfJ84966@freefall.freebsd.org> To: ernst@heinz.jollem.com, lioux@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/27331: GhostScript6 needs pdf_sec.ps which cannot be found Sender: owner-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: GhostScript6 needs pdf_sec.ps which cannot be found State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Thu Aug 9 12:30:57 PDT 2001 State-Changed-Why: Superseded by 28847. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27331 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 13: 1:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id 028C037B401 for ; Thu, 9 Aug 2001 13:01:17 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 4304 invoked by uid 1005); 9 Aug 2001 20:01:16 -0000 Date: Thu, 9 Aug 2001 13:01:16 -0700 From: Dan Holliman Cc: freebsd-ports@freebsd.org Subject: Re: problems with linux_compat port Message-ID: <20010809130116.R5493@gelatinous.com> References: <20010806225140.72222.qmail@cube.gelatinous.com> <20010806160413.A1930@gauss.cup.hp.com> <20010806164154.Q58918@gelatinous.com> <20010806170352.C1930@gauss.cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010806170352.C1930@gauss.cup.hp.com>; from marcel@cup.hp.com on Mon, Aug 06, 2001 at 05:03:52PM -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 Mon, Aug 06, 2001 at 05:03:52PM -0700, Marcel Moolenaar wrote: > On Mon, Aug 06, 2001 at 04:41:54PM -0700, Dan Holliman wrote: > > On Mon, Aug 06, 2001 at 04:04:13PM -0700, Marcel Moolenaar wrote: > > > On Mon, Aug 06, 2001 at 03:51:40PM -0700, danh@gelatinous.com wrote: > > > > make works fine, make install in /usr/ports/emulators/linux_compat blows > > > > up, can someone help me out with why?: > > > > > > This normally happens when you upgrade or install into a non-empty > > > /compat/linux. If that's the case, removing or renaming renaming > > > /compat/linux should do the trick. > > > > i deleted /compat/linux > > i re-cvsup-ed for future reference, I was able to install the linux_base port correctly after deleting /usr/compat/linux/ and letting the port install correctly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 13: 4:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.89]) by hub.freebsd.org (Postfix) with ESMTP id B1DE437B401 for ; Thu, 9 Aug 2001 13:04:16 -0700 (PDT) (envelope-from jasonholmberg@mac.com) Received: by smtpout.mac.com; Thu, 9 Aug 2001 13:03:32 -0700 (PDT) From: jasonholmberg@mac.com Message-Id: <200108092003.NAA10772@smtpout.mac.com> Received: from asmtp01.mac.com ([10.13.10.65]) by smtp-relay01.mac.com (Netscape Messaging Server 4.15 relay01 Jun 21 2001 23:53:48) with ESMTP id GHTH1V00.7FX for ; Thu, 9 Aug 2001 13:03:31 -0700 Received: from localhost ([216.217.175.250]) by asmtp01.mac.com (Netscape Messaging Server 4.15 asmtp01 Jun 6 2001 13:16:42) with ESMTP id GHTH1V00.4MM for ; Thu, 9 Aug 2001 13:03:31 -0700 Date: Thu, 9 Aug 2001 14:03:30 -0600 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v388) To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.388) Content-Transfer-Encoding: 7bit Subject: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 15: 4:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id B24F137B401; Thu, 9 Aug 2001 15:04:43 -0700 (PDT) (envelope-from excalibr@avalon.net) Received: from avalon.net (v90-96.ic.avalon.net [63.95.18.96]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id RAA25524; Thu, 9 Aug 2001 17:04:41 -0500 (CDT) Message-ID: <3B730E0C.637BA715@avalon.net> Date: Thu, 09 Aug 2001 17:27:21 -0500 From: Greg Reply-To: excalibr@avalon.net X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: www@FreeBSD.org, ports@FreeBSD.org Subject: Bad ports 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 What I am used to I guess is when I click the Download link under a port I expect to download the port. That is, a tar of the directory containing the Makefile, distinfo, files dir, and so on. what I am getting instead is an open ftp client waiting inside that directory. Now, I suppose that I can build the requisite directories my self and mget the stuff in batches, but it kind of defeats the point of the download link, now, doesn't it? (besides invalidating the claim made in the intro to the ports) The ports in question are the amanda ports (all of them!) here is one of the exact urls I used (note this is what the link download (shown below) went to ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports/misc/amanda24-server/ amanda24-server-2.4.2p2_1 The Advanced Maryland Automatic Network Disk Archiver Maintained by: jeh@FreeBSD.org Requires: amanda24-client-2.4.2p2_1, gettext-0.10.35, gmake-3.79.1, gtar-1.13.19, libtool-1.3.4_2 Description : Sources : Package : Changes : Download To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 15:16:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id BA62E37B405 for ; Thu, 9 Aug 2001 15:16:45 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA29822; Thu, 9 Aug 2001 15:43:41 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.5/8.11.5) with ESMTP id f79MGrK07818; Thu, 9 Aug 2001 15:16:54 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Thu, 9 Aug 2001 15:16:53 -0700 From: John Merryweather Cooper To: excalibr@avalon.net Cc: ports@FreeBSD.ORG Subject: Re: Bad ports Message-ID: <20010809151653.A7139@johncoop> References: <3B730E0C.637BA715@avalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3B730E0C.637BA715@avalon.net>; from excalibr@avalon.net on Thu, Aug 09, 2001 at 15:27:21 -0700 X-Mailer: Balsa 1.1.7 Lines: 41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It's not appropriate to send mail to a web site, so I've deleted the URL from the e-mail CC list: On 2001.08.09 15:27 Greg wrote: > What I am used to I guess is when I click the Download link under a port > I > expect to download the port. That is, a tar of the directory containing > the > Makefile, distinfo, files dir, and so on. > what I am getting instead is an open ftp client waiting inside that > directory. > Now, I suppose that I can build the requisite directories my self and > mget the > stuff in batches, but it kind of defeats the point of the download link, > now, > doesn't it? (besides invalidating the claim made in the intro to the > ports) > > The ports in question are the amanda ports (all of them!) > here is one of the exact urls I used > (note this is what the link download (shown below) went to > ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports/misc/amanda24-server/ > > > > amanda24-server-2.4.2p2_1 > The Advanced Maryland Automatic Network Disk Archiver > Maintained by: jeh@FreeBSD.org > Requires: amanda24-client-2.4.2p2_1, gettext-0.10.35, > gmake-3.79.1, > gtar-1.13.19, libtool-1.3.4_2 > Description : Sources : Package : Changes : Download > If your problem is with building the port in /usr/ports/misc/amanda24-server, then I have no idea what's going wrong--I just today built and installed that port without a hitch. If you have some other issue, you have not clearly communicated it. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 18:27:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 81DC237B403; Thu, 9 Aug 2001 18:27:43 -0700 (PDT) (envelope-from bts@babbleon.org) Received: from i8k.babbleon.org ([66.26.250.89]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 9 Aug 2001 21:27:31 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Greg , www@freebsd.org, ports@freebsd.org Subject: Re: Bad ports Date: Thu, 9 Aug 2001 21:25:34 -0400 X-Mailer: KMail [version 1.2] References: <3B730E0C.637BA715@avalon.net> In-Reply-To: <3B730E0C.637BA715@avalon.net> MIME-Version: 1.0 Message-Id: <01080921253400.00590@i8k.babbleon.org> 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 Thursday 09 August 2001 18:27, Greg wrote: > What I am used to I guess is when I click the Download link under a port I > expect to download the port. I think that I speak for many of us here when I say that I have no idea what you are talking about when you discuss "clicking" on a "port". The conventional way to build a port is cd /usr/ports/catagory/port and then do a make or make download or whatever. Do you mean that if you "make download" it's not downloading? Or are you using some special client application to install ports? If so, details of what application you are using to view the ports would be enlightening. > That is, a tar of the directory containing the > Makefile, distinfo, files dir, and so on. > what I am getting instead is an open ftp client waiting inside that > directory. Now, I suppose that I can build the requisite directories my > self and mget the stuff in batches, but it kind of defeats the point of the > download link, now, doesn't it? (besides invalidating the claim made in the > intro to the ports) > > The ports in question are the amanda ports (all of them!) > here is one of the exact urls I used > (note this is what the link download (shown below) went to > ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports/misc/amanda24-se >rver/ > > > amanda24-server-2.4.2p2_1 > The Advanced Maryland Automatic Network Disk Archiver > Maintained by: jeh@FreeBSD.org > Requires: amanda24-client-2.4.2p2_1, gettext-0.10.35, gmake-3.79.1, > gtar-1.13.19, libtool-1.3.4_2 > Description : Sources : Package : Changes : Download > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) --------------------> Free Dmitry Sklyarov! <------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 18:29: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 5046537B403; Thu, 9 Aug 2001 18:29:01 -0700 (PDT) (envelope-from bts@babbleon.org) Received: from i8k.babbleon.org ([66.26.250.89]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 9 Aug 2001 21:27:31 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Greg , www@freebsd.org, ports@freebsd.org Subject: Re: Bad ports Date: Thu, 9 Aug 2001 21:27:31 -0400 X-Mailer: KMail [version 1.2] References: <3B730E0C.637BA715@avalon.net> In-Reply-To: <3B730E0C.637BA715@avalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <01080921273101.00590@i8k.babbleon.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 Thursday 09 August 2001 18:27, Greg wrote: > What I am used to I guess is when I click the Download link under a port I > expect to download the port. I think that I speak for many of us here when I say that I have no idea what you are talking about when you discuss "clicking" on a "port". The conventional way to build a port is cd /usr/ports/catagory/port and then do a make or make download or whatever. Do you mean that if you "make download" it's not downloading? Or are you using some special client application to install ports? If so, details of what application you are using to view the ports would be enlightening. > That is, a tar of the directory containing the > Makefile, distinfo, files dir, and so on. > what I am getting instead is an open ftp client waiting inside that > directory. Now, I suppose that I can build the requisite directories my > self and mget the stuff in batches, but it kind of defeats the point of the > download link, now, doesn't it? (besides invalidating the claim made in the > intro to the ports) > > The ports in question are the amanda ports (all of them!) > here is one of the exact urls I used > (note this is what the link download (shown below) went to > ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports/misc/amanda24-se >rver/ > > > amanda24-server-2.4.2p2_1 > The Advanced Maryland Automatic Network Disk Archiver > Maintained by: jeh@FreeBSD.org > Requires: amanda24-client-2.4.2p2_1, gettext-0.10.35, gmake-3.79.1, > gtar-1.13.19, libtool-1.3.4_2 > Description : Sources : Package : Changes : Download > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) --------------------> Free Dmitry Sklyarov! <------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 19:25:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF5F737B407; Thu, 9 Aug 2001 19:25:21 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A2JZE62476; Thu, 9 Aug 2001 19:19:35 -0700 (PDT) (envelope-from demon) Date: Thu, 9 Aug 2001 19:19:35 -0700 (PDT) From: Message-Id: <200108100219.f7A2JZE62476@freefall.freebsd.org> To: adsharma@sharmas.dhs.org, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29239: New port: ngpt - Next generation pthread (many to one mapping) Sender: owner-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: ngpt - Next generation pthread (many to one mapping) State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Thu Aug 9 19:19:15 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29239 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 19:39:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.89]) by hub.freebsd.org (Postfix) with ESMTP id 4890137B403 for ; Thu, 9 Aug 2001 19:39:10 -0700 (PDT) (envelope-from jasonq@mac.com) Received: by smtpout.mac.com; Thu, 9 Aug 2001 19:36:18 -0700 (PDT) Received: from asmtp01.mac.com ([10.13.10.65]) by smtp-relay02.mac.com (Netscape Messaging Server 4.15 relay02 Jun 21 2001 23:53:48) with ESMTP id GHTZ8I00.E54 for ; Thu, 9 Aug 2001 19:36:18 -0700 Received: from localhost ([62.175.33.179]) by asmtp01.mac.com (Netscape Messaging Server 4.15 asmtp01 Jun 6 2001 13:16:42) with ESMTP id GHTZ8H00.IS1; Thu, 9 Aug 2001 19:36:17 -0700 Date: Fri, 10 Aug 2001 04:36:16 +0200 Subject: Re: FreeBSD Port: netatalk-1.5p6_1 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v404.1) Cc: ports@FreeBSD.org To: Pete Fritchman , marcus@marcuscom.com From: Jason Quigley In-Reply-To: <20010809102648.B15206@databits.net> Content-Transfer-Encoding: 7bit Message-Id: <78C7DFBB-8D38-11D5-AE67-000A277D821C@> X-Mailer: Apple Mail (2.404.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 Hi Pete & Marcus! Doh!!! Must remember to purge out the old ports directory! Anyway, that compiles nicely. I have also included some patches pertaining to OS X (still get the horrible -43 error :-( ) which you may wish to include in the package. I just split these out of the unified diff in CVS. Can the ports build system accept unified diffs? patch-aa: *** etc/afpd/directory.c.orig Wed Feb 28 10:53:24 2001 --- etc/afpd/directory.c Wed Feb 28 10:53:24 2001 @@ -943,13 +943,13 @@ break; case DIRPBIT_UID : - aint = st->st_uid; + aint = htonl(st->st_uid); memcpy( data, &aint, sizeof( aint )); data += sizeof( aint ); break; case DIRPBIT_GID : - aint = st->st_gid; + aint = htonl(st->st_gid); memcpy( data, &aint, sizeof( aint )); data += sizeof( aint ); break; @@ -1188,7 +1188,7 @@ memcpy( &aint, buf, sizeof(aint)); buf += sizeof( aint ); if ( (curdir->d_did == DIRDID_ROOT) && - (setdeskowner( aint, -1 ) < 0)) { + (setdeskowner( ntohl(aint), -1 ) < 0)) { switch ( errno ) { case EPERM : case EACCES : @@ -1208,7 +1208,7 @@ break; } } - if ( setdirowner( aint, -1, vol_noadouble(vol) ) < 0 ) { + if ( setdirowner( ntohl(aint), -1, vol_noadouble(vol) ) < 0 ) { switch ( errno ) { case EPERM : case EACCES : @@ -1225,12 +1225,11 @@ } } break; - case DIRPBIT_GID : memcpy( &aint, buf, sizeof( aint )); buf += sizeof( aint ); if (curdir->d_did == DIRDID_ROOT) - setdeskowner( -1, aint ); + setdeskowner( -1, ntohl(aint) ); #if 0 /* don't error if we can't set the desktop owner. */ switch ( errno ) { @@ -1253,7 +1252,7 @@ } #endif - if ( setdirowner( -1, aint, vol_noadouble(vol) ) < 0 ) { + if ( setdirowner( -1, ntohl(aint), vol_noadouble(vol) ) < 0 ) { switch ( errno ) { case EPERM : case EACCES : patch-ab: *** etc/afpd/messages.c.orig Sun Apr 15 21:14:11 2001 --- etc/afpd/messages.c Sun Apr 1 11:11:38 2001 @@ -115,9 +115,6 @@ return AFPERR_BITMAP; } - if(strlen(message)==0) - return AFP_OK; - /* output format: * message type: 2 bytes * bitmap: 2 bytes patch-ac: *** etc/uams/uams_dhx_pam.c.orig Sun Apr 15 19:15:08 2001 --- etc/uams/uams_dhx_pam.c Tue Feb 27 11:07:43 2001 @@ -19,6 +19,7 @@ #ifdef HAVE_UNISTD_H #include #endif /* HAVE_UNISTD_H */ +#include #include @@ -78,6 +79,8 @@ #define COPY_STRING(s) (s) ? strdup(s) : NULL + errno = 0; + if (num_msg < 1) { /* Log Entry */ syslog(LOG_INFO, "uams_dhx_pam.c :PAM DHX Conversation Err -- %m"); @@ -454,7 +457,7 @@ memset(rbuf, 0, PASSWDLEN); /* zero out the password */ *uam_pwd = dhxpwd; /* Log Entry */ - syslog(LOG_INFO, "uams_dhx_pam.c :PAM: PAM Auth OK!: %s -- %m", AFP_OK); + syslog(LOG_INFO, "uams_dhx_pam.c :PAM: PAM Auth OK!"); /* Log Entry */ return AFP_OK; Cheers, Jason. On Thursday, August 9, 2001, at 04:26 PM, Pete Fritchman wrote: > ++ 09/08/01 12:05 +0200 - Jason Quigley: > | When I try to make netatalk, I get the prompts/failures detailed > below. > | patch-aa seems like it wants to patch the Makefile, which doesn't yet > | exist as configure hasn't been run. What needs to be done to make the > | port work cleanly? > | > | Thanks, > | Jason. > | > > Well, you have the latest Makefile, but however you updated your ports > tree didn't remove files/patch-aa (and whatever else it might have > needed to). For the current patches, see > http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/netatalk/files/. > > | [vulcan:ports/net/netatalk] jason# make > | ===> Extracting for netatalk-1.5p6_1 > > [ this is the current version/revision ] > > | >> Patch patch-aa failed to apply cleanly. > > [ patch-aa no longer exists though ] > > > -pete > > -- > Pete Fritchman > Databits Network Services, Inc. > finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 9 20:40:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B261E37B40B for ; Thu, 9 Aug 2001 20:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A3e4171441; Thu, 9 Aug 2001 20:40:04 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 1F7D937B41F for ; Thu, 9 Aug 2001 20:32:04 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id UAA28125 for ; Thu, 9 Aug 2001 20:58:45 -0700 Received: (from root@localhost) by johncoop.MSHOME (8.11.5/8.11.5) id f7A3VPM80395; Thu, 9 Aug 2001 20:31:25 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200108100331.f7A3VPM80395@johncoop.MSHOME> Date: Thu, 9 Aug 2001 20:31:25 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29585: Update Plugger-3.3 to use Mozilla, etc. Sender: owner-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: 29585 >Category: ports >Synopsis: Update Plugger-3.3 to use Mozilla, etc. >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 Aug 09 20:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 6 21:38:31 PDT 2001 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Given that native Netscape is marked FORBIDDEN in ports, Plugger has been well nuy useless. However, I have found it works well with Mozilla. I have update the port. In particular, CFLAGS is now respected. I think I have also rationalized the configuration install. Also, I've modified pluggerrc so that things should work-out-of- the-box even for those of us not equipped with "authentic" Sound Blaster(tm) hardware. >How-To-Repeat: N/A >Fix: diff -ruN plugger/Makefile plugger.new/Makefile --- plugger/Makefile Thu Apr 5 23:05:55 2001 +++ plugger.new/Makefile Thu Aug 9 20:17:21 2001 @@ -2,21 +2,30 @@ # Date created: 11 Februrary 1999 # Whom: Jay Sachs # -# $FreeBSD: ports/www/plugger/Makefile,v 1.8 2001/04/06 06:05:55 mharo Exp $ +# $FreeBSD$ # PORTNAME= plugger PORTVERSION= 3.3 -CATEGORIES= www +PORTREVISION= 1 +CATEGORIES= www audio graphics MASTER_SITES= http://fredrik.hubbe.net/plugger/ \ ftp://ftp.netscape.com/pub/sdk/plugin/unix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unix-sdk-3.0b5.tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmcoopr@webmail.bmi.net -RUN_DEPENDS= ${LOCALBASE}/lib/netscape/plugins:${PORTSDIR}/www/netscape47-navigator +RUN_DEPENDS= ${X11BASE}/bin/mozilla:${PORTSDIR}/www/mozilla \ + ${LOCALBASE}/bin/mtvp:${PORTSDIR}/graphics/mtv \ + ${X11BASE}/bin/xanim:${PORTSDIR}/graphics/xanim \ + ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++ \ + ${LOCALBASE}/bin/nspmod:${PORTSDIR}/audio/nspmod \ + ${LOCALBASE}/bin/splay:${PORTSDIR}/audio/splay \ + ${LOCALBASE}/bin/wavplay:${PORTSDIR}/audio/wavplay \ + ${LOCALBASE}/bin/sidplay:${PORTSDIR}/audio/sidplay \ + ${LOCALBASE}/bin/xloadimage:${PORTSDIR/x11/xloadimage -#BROKEN_ELF= "Needs a.out c++rt0.o file" +USE_X_PREFIX= yes MAN7= plugger.7 MANCOMPRESSED= no @@ -25,15 +34,15 @@ post-patch: ${MV} ${WRKSRC}/plugger.c ${WRKSRC}/plugger.c.orig ${SED} \ - -e 's#/usr/local/#${PREFIX}/#' \ + -e 's#/usr/local/#${X11BASE}/#' \ ${WRKSRC}/plugger.c.orig > ${WRKSRC}/plugger.c do-install: - ${INSTALL_DATA} ${WRKSRC}/plugger.so ${PREFIX}/lib/netscape/plugins - ${INSTALL_MAN} ${WRKSRC}/plugger.7 ${MANPREFIX}/man/man7 - ${INSTALL_DATA} ${WRKSRC}/pluggerrc ${PREFIX}/etc/pluggerrc.sample + ${INSTALL_MAN} ${WRKSRC}/plugger.7 ${X11BASE}/man/man7 + ${INSTALL_PROGRAM} ${WRKSRC}/plugger.so ${X11BASE}/lib/mozilla/plugins + ${INSTALL_DATA} -b ${WRKSRC}/pluggerrc /etc post-install: - @${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:' + @${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${X11BASE}:' .include diff -ruN plugger/files/patch-Makefile plugger.new/files/patch-Makefile --- plugger/files/patch-Makefile Wed Dec 31 16:00:00 1969 +++ plugger.new/files/patch-Makefile Thu Aug 9 16:47:11 2001 @@ -0,0 +1,41 @@ +--- Makefile Tue Mar 6 16:37:41 2001 ++++ Makefile.new Thu Aug 9 16:46:37 2001 +@@ -1,8 +1,8 @@ + # Where is your Plugin Source Development Kit from Netscape? +-SDK=/home/hubbe/src/PluginSDK30b5 ++SDK=../PluginSDK30b5 + + # Where is your Xwindows located? +-X11=/usr/X11/ ++X11=${X11BASE} + + # + # For building rpms +@@ -10,15 +10,15 @@ + + # You may want to change this to /usr/ on + # some installations. +-prefix=/usr/local ++prefix=${PREFIX} + + # + # + RPMDIR=/usr/src/redhat + + # Choose compiler +-CC=gcc +-LD=gcc ++#CC=gcc ++#LD=gcc + BINFORMAT=bin + + any: +@@ -91,7 +91,7 @@ + BIN_FILES=plugger.so + + DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" # -DDEBUG # -DPLUGIN_TRACE +-CFLAGS=-O -I$(SDK)/include -I$(X11)/include -DXP_UNIX $(DEFINES) $(XCFLAGS) ++CFLAGS+=-I$(SDK)/include -I$(X11)/include -DXP_UNIX $(DEFINES) $(XCFLAGS) + LDFLAGS=$(XLDFLAGS) + + plugger.so: plugger.o common.o diff -ruN plugger/files/patch-aa plugger.new/files/patch-aa --- plugger/files/patch-aa Thu Apr 5 23:05:55 2001 +++ plugger.new/files/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,32 +0,0 @@ ---- Makefile.orig Tue Mar 6 16:37:41 2001 -+++ Makefile Thu Apr 5 23:03:02 2001 -@@ -1,8 +1,8 @@ - # Where is your Plugin Source Development Kit from Netscape? --SDK=/home/hubbe/src/PluginSDK30b5 -+SDK=../PluginSDK30b5 - - # Where is your Xwindows located? --X11=/usr/X11/ -+X11=${X11BASE} - - # - # For building rpms -@@ -10,15 +10,15 @@ - - # You may want to change this to /usr/ on - # some installations. --prefix=/usr/local -+prefix=${PREFIX} - - # - # - RPMDIR=/usr/src/redhat - - # Choose compiler --CC=gcc --LD=gcc -+#CC=gcc -+#LD=gcc - BINFORMAT=bin - - any: diff -ruN plugger/files/patch-pluggerrc plugger.new/files/patch-pluggerrc --- plugger/files/patch-pluggerrc Wed Dec 31 16:00:00 1969 +++ plugger.new/files/patch-pluggerrc Thu Aug 9 16:41:45 2001 @@ -0,0 +1,26 @@ +--- pluggerrc Tue Mar 6 17:02:41 2001 ++++ pluggerrc.new Thu Aug 9 16:39:02 2001 +@@ -1,4 +1,4 @@ +-# Configure file for plugger version 3.0 ++# Configure file for plugger version 3.3 + # Commands which are not installed on your system will not + # be used. + # +@@ -29,7 +29,7 @@ + audio/x-mid: midi,mid: MIDI audio file + audio/midi: midi,mid: MIDI audio file + audio/x-midi: midi,mid: MIDI audio file +- many: timidity -s 65000 -a -idqqqqqqq $file ++ many: timidity -s 44100 -a -idqqqqqqq $file + : playmidi "$file" + + audio/mod: mod: Soundracker audio Module +@@ -38,7 +38,7 @@ + : xmp --nocmd "$file" 2>/dev/null + loop: nspmod -r "$file" 2>/dev/null 1>/dev/null + repeat: nspmod -l $repeat "$file" 2>/dev/null 1>/dev/null +- : tracker -q -frequency 65000 "$file" ++ : tracker -q -frequency 44100 "$file" + loop: mikmod -i -r "$file" 2>/dev/null 1>/dev/null + : mikmod -i "$file" 2>/dev/null 1>/dev/null + diff -ruN plugger/pkg-comment plugger.new/pkg-comment --- plugger/pkg-comment Fri Jun 25 15:14:27 1999 +++ plugger.new/pkg-comment Thu Aug 9 17:13:08 2001 @@ -1 +1 @@ -A multimedia front-end plugin for Netscape +A multimedia front-end plugin for Mozilla diff -ruN plugger/pkg-descr plugger.new/pkg-descr --- plugger/pkg-descr Fri Jun 25 15:14:27 1999 +++ plugger.new/pkg-descr Thu Aug 9 17:15:34 2001 @@ -1,12 +1,12 @@ Plugger is a multimedia plugin for Unix Netscape 3.0 or later that handles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim, -MIDI, Soundtracker, AU, WAV and Commodore 64 audio files. And now, -with Plugger 3.0, MPEG audio and video can be played streaming. +MIDI, Soundtracker, AU, WAV and Commodore 64 audio files. Since +Plugger 3.0, MPEG audio and video can be played streaming. Plugger is a very small plugin, because plugger uses external programs to show/play the different formats. WWW: http://www.hubbe.net/~hubbe/plugger.html --Jay - sachs@cs.williams.edu +--jmc +jmcoopr@webmail.bmi.net diff -ruN plugger/pkg-message plugger.new/pkg-message --- plugger/pkg-message Fri Jun 25 15:14:27 1999 +++ plugger.new/pkg-message Thu Aug 9 20:18:58 2001 @@ -3,12 +3,31 @@ ************************************************** NOTE: -Be sure to create a /usr/local/etc/pluggerrc file; use -/usr/local/etc/pluggerrc.sample as a starting point. -It should work fine as is. +Edit the /etc/pluggerrc file as needed. It should +work fine as is. If you had a previous /etc/pluggerrc +file, it will be renamed /etc/pluggerrc.old. -Also note that you will need the various external viewers -(splay, xanim, etc) in order to view embedded web content. +This Plugger port will install a default set of +multimedia utilities that I have found to work well. +Other combinations may work also. Look at the +pluggerrc file for details. + +Plugger searches for pluggerrc files in the following +order: + +~/.netscape/pluggerrc +~/.mozilla/pluggerrc +$MOZILLA_HOME/pluggerrc (MOZILLA_HOME is usually + equal to HOME) +/usr/local/netscape/pluggerrc +/etc/pluggerrc +/usr/etc/pluggerrc +/usr/local/etc/pluggerrc +./pluggerrc + +Whichever pluggerrc is found first in the above +order will be used--no merging of other pluggerrc's +occurs. You have been warned. ************************************************** ************************************************** diff -ruN plugger/pkg-plist plugger.new/pkg-plist --- plugger/pkg-plist Fri Jun 25 15:14:27 1999 +++ plugger.new/pkg-plist Thu Aug 9 19:46:51 2001 @@ -1,3 +1,2 @@ -lib/netscape/plugins/plugger.so -etc/pluggerrc.sample - +lib/mozilla/plugins/plugger.so +@unexec echo \"NOTE: If you are permanently removing this port, delete /etc/pluggerrc\" >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 Aug 9 20:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BA1137B406 for ; Thu, 9 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A3o2p72203; Thu, 9 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id BD5FB37B406 for ; Thu, 9 Aug 2001 20:43:05 -0700 (PDT) (envelope-from patrick@fledge.watson.org) Received: (from patrick@localhost) by fledge.watson.org (8.11.4/8.11.4) id f7A3h0f15654; Thu, 9 Aug 2001 23:43:00 -0400 (EDT) (envelope-from patrick) Message-Id: <200108100343.f7A3h0f15654@fledge.watson.org> Date: Thu, 9 Aug 2001 23:43:00 -0400 (EDT) From: Patrick M Doane Reply-To: Patrick M Doane To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29586: Update port: lang/ocaml Sender: owner-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: 29586 >Category: ports >Synopsis: Update port: lang/ocaml >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 Aug 09 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick M Doane >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD fledge.watson.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Jul 11 20:18:54 EDT 2001 robert@fledge.watson.org:/usr/obj/data/fbsd-stable/src/sys/FLEDGE i386 >Description: >How-To-Repeat: >Fix: diff -ruN ocaml.current/Makefile ocaml/Makefile --- ocaml.current/Makefile Mon Jul 30 19:56:33 2001 +++ ocaml/Makefile Thu Aug 9 18:45:20 2001 @@ -6,7 +6,7 @@ # PORTNAME= ocaml -PORTVERSION= 3.01 +PORTVERSION= 3.02 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/ \ ftp://ftp.inria.fr/lang/caml-light/ \ @@ -18,14 +18,18 @@ .if defined(WITH_TK) PLIST_SUB+= LABLTK:="" +BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3:${PORTSDIR}/lang/tcl83 +BUILD_DEPENDS+= ${LOCALBASE}/include/tk8.3:${PORTSDIR}/x11-toolkits/tk83 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 .else PLIST_SUB+= LABLTK:="@comment " .endif +WITH_TK= 1 + USE_XLIB= yes HAS_CONFIGURE= yes -ALL_TARGET= world bootstrap opt opt.opt +ALL_TARGET= world opt opt.opt .if ${MACHINE_ARCH} != "i386" PLIST_SUB+= PROF:="@comment " @@ -57,6 +61,11 @@ @${MKDIR} ${PREFIX}/share/doc/ocaml/html @cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html @${CP} ${DISTDIR}/${DISTNAME}-refman.ps.gz ${PREFIX}/share/doc/ocaml +.endif +.if defined(WITH_TK) + @${MKDIR} ${PREFIX}/share/examples/ocaml + @${MKDIR} ${PREFIX}/share/examples/ocaml/labltk + @cd ${WRKSRC}/otherlibs/labltk/example; ${INSTALL_DATA} * ${PREFIX}/share/examples/ocaml/labltk .endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc diff -ruN ocaml.current/distinfo ocaml/distinfo --- ocaml.current/distinfo Mon Jul 30 19:56:33 2001 +++ ocaml/distinfo Mon Jul 30 20:04:39 2001 @@ -1,3 +1,3 @@ -MD5 (ocaml-3.01.tar.gz) = 9359b1d827dcbd40a9321ed389d6a54b -MD5 (ocaml-3.01-refman.html.tar.gz) = ae2e0e385600a6987ecdf1a50dafab53 -MD5 (ocaml-3.01-refman.ps.gz) = f8a0b2892f66884480a4a393a1ca241d +MD5 (ocaml-3.02.tar.gz) = 2184258b41d3975648a4ebbb615c5046 +MD5 (ocaml-3.02-refman.html.tar.gz) = b2aeaa11f3ba48d59deb3fe1693606d4 +MD5 (ocaml-3.02-refman.ps.gz) = 6dc24a8b1f98b91e7ab8ecd34a90d59c diff -ruN ocaml.current/pkg-plist ocaml/pkg-plist --- ocaml.current/pkg-plist Mon Jul 30 19:56:33 2001 +++ ocaml/pkg-plist Thu Aug 9 18:36:19 2001 @@ -188,7 +188,9 @@ lib/ocaml/mutex.mli lib/ocaml/thread.mli lib/ocaml/libgraphics.a +lib/ocaml/graphicsX11.mli lib/ocaml/graphics.mli +lib/ocaml/graphicsX11.cmi lib/ocaml/graphics.cmi lib/ocaml/graphics.cma lib/ocaml/libmldbm.a @@ -394,6 +396,16 @@ %%LABLTK:%%lib/ocaml/labltk/fileselect.cmx %%LABLTK:%%lib/ocaml/labltk/libjpf.a %%LABLTK:%%lib/ocaml/labltk/libjpf.cmxa +%%LABLTK:%%share/examples/ocaml/labltk/Lambda2.back.gif +%%LABLTK:%%share/examples/ocaml/labltk/Makefile +%%LABLTK:%%share/examples/ocaml/labltk/README +%%LABLTK:%%share/examples/ocaml/labltk/calc.ml +%%LABLTK:%%share/examples/ocaml/labltk/clock.ml +%%LABLTK:%%share/examples/ocaml/labltk/demo.ml +%%LABLTK:%%share/examples/ocaml/labltk/eyes.ml +%%LABLTK:%%share/examples/ocaml/labltk/hello.ml +%%LABLTK:%%share/examples/ocaml/labltk/hello.tcl +%%LABLTK:%%share/examples/ocaml/labltk/tetris.ml share/doc/ocaml/LICENSE share/doc/ocaml/html/contents_motif.gif share/doc/ocaml/html/index.html @@ -478,10 +490,12 @@ share/doc/ocaml/html/manual075.html share/doc/ocaml/html/next_motif.gif share/doc/ocaml/html/previous_motif.gif -share/doc/ocaml/ocaml-3.01-refman.ps.gz +share/doc/ocaml/ocaml-3.02-refman.ps.gz @dirrm share/doc/ocaml/html @dirrm share/doc/ocaml @dirrm lib/ocaml/caml @dirrm lib/ocaml/threads %%LABLTK:%%@dirrm lib/ocaml/labltk +%%LABLTK:%%@dirrm share/examples/ocaml/labltk +%%LABLTK:%%@dirrm share/examples/ocaml @dirrm lib/ocaml >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 Aug 9 21:13:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id F15A037B406 for ; Thu, 9 Aug 2001 21:13:20 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f7A4CnP32804; Fri, 10 Aug 2001 00:12:49 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 10 Aug 2001 00:12:49 -0400 (EDT) From: Joe Clarke To: Jason Quigley Cc: Pete Fritchman , Subject: Re: FreeBSD Port: netatalk-1.5p6_1 In-Reply-To: <78C7DFBB-8D38-11D5-AE67-000A277D821C@> Message-ID: <20010810001029.P32016-100000@shumai.marcuscom.com> 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 have committed patches to the Netatalk CVS repo that fixes the -43 errors in OS X. I think that's what you're showing me here. When 1.5p7 comes out, they will be there. There is going to be a big change with Netatalk soon. They're changing from BSD license to GPL. While I'm not a big fan of this, they claim it will bring a bunch of new developers to the project. If 1.5p7 doesn't come out soon, I'll snap some patches together for the FreeBSD port. Thanks for the interest, Jason! Joe Clarke On Fri, 10 Aug 2001, Jason Quigley wrote: > Hi Pete & Marcus! > > Doh!!! Must remember to purge out the old ports directory! > > Anyway, that compiles nicely. I have also included some patches > pertaining to OS X (still get the horrible -43 error :-( ) which you may > wish to include in the package. I just split these out of the unified > diff in CVS. Can the ports build system accept unified diffs? > > > > patch-aa: > > *** etc/afpd/directory.c.orig Wed Feb 28 10:53:24 2001 > --- etc/afpd/directory.c Wed Feb 28 10:53:24 2001 > @@ -943,13 +943,13 @@ > break; > > case DIRPBIT_UID : > - aint = st->st_uid; > + aint = htonl(st->st_uid); > memcpy( data, &aint, sizeof( aint )); > data += sizeof( aint ); > break; > > case DIRPBIT_GID : > - aint = st->st_gid; > + aint = htonl(st->st_gid); > memcpy( data, &aint, sizeof( aint )); > data += sizeof( aint ); > break; > @@ -1188,7 +1188,7 @@ > memcpy( &aint, buf, sizeof(aint)); > buf += sizeof( aint ); > if ( (curdir->d_did == DIRDID_ROOT) && > - (setdeskowner( aint, -1 ) < 0)) { > + (setdeskowner( ntohl(aint), -1 ) < 0)) { > switch ( errno ) { > case EPERM : > case EACCES : > @@ -1208,7 +1208,7 @@ > break; > } > } > - if ( setdirowner( aint, -1, vol_noadouble(vol) ) < 0 ) { > + if ( setdirowner( ntohl(aint), -1, vol_noadouble(vol) ) < > 0 ) { > switch ( errno ) { > case EPERM : > case EACCES : > @@ -1225,12 +1225,11 @@ > } > } > break; > - > case DIRPBIT_GID : > memcpy( &aint, buf, sizeof( aint )); > buf += sizeof( aint ); > if (curdir->d_did == DIRDID_ROOT) > - setdeskowner( -1, aint ); > + setdeskowner( -1, ntohl(aint) ); > > #if 0 /* don't error if we can't set the desktop owner. */ > switch ( errno ) { > @@ -1253,7 +1252,7 @@ > } > #endif > > - if ( setdirowner( -1, aint, vol_noadouble(vol) ) < 0 ) { > + if ( setdirowner( -1, ntohl(aint), vol_noadouble(vol) ) < > 0 ) { > switch ( errno ) { > case EPERM : > case EACCES : > > > > > patch-ab: > > *** etc/afpd/messages.c.orig Sun Apr 15 21:14:11 2001 > --- etc/afpd/messages.c Sun Apr 1 11:11:38 2001 > @@ -115,9 +115,6 @@ > return AFPERR_BITMAP; > } > > - if(strlen(message)==0) > - return AFP_OK; > - > /* output format: > * message type: 2 bytes > * bitmap: 2 bytes > > > > patch-ac: > > *** etc/uams/uams_dhx_pam.c.orig Sun Apr 15 19:15:08 2001 > --- etc/uams/uams_dhx_pam.c Tue Feb 27 11:07:43 2001 > @@ -19,6 +19,7 @@ > #ifdef HAVE_UNISTD_H > #include > #endif /* HAVE_UNISTD_H */ > +#include > > #include > > @@ -78,6 +79,8 @@ > > #define COPY_STRING(s) (s) ? strdup(s) : NULL > > + errno = 0; > + > if (num_msg < 1) { > /* Log Entry */ > syslog(LOG_INFO, "uams_dhx_pam.c :PAM DHX Conversation > Err -- %m"); > @@ -454,7 +457,7 @@ > memset(rbuf, 0, PASSWDLEN); /* zero out the password */ > *uam_pwd = dhxpwd; > /* Log Entry */ > - syslog(LOG_INFO, "uams_dhx_pam.c :PAM: PAM Auth OK!: %s -- > %m", AFP_OK); > + syslog(LOG_INFO, "uams_dhx_pam.c :PAM: PAM Auth OK!"); > /* Log Entry */ > return AFP_OK; > > > > Cheers, > Jason. > > > On Thursday, August 9, 2001, at 04:26 PM, Pete Fritchman wrote: > > > ++ 09/08/01 12:05 +0200 - Jason Quigley: > > | When I try to make netatalk, I get the prompts/failures detailed > > below. > > | patch-aa seems like it wants to patch the Makefile, which doesn't yet > > | exist as configure hasn't been run. What needs to be done to make the > > | port work cleanly? > > | > > | Thanks, > > | Jason. > > | > > > > Well, you have the latest Makefile, but however you updated your ports > > tree didn't remove files/patch-aa (and whatever else it might have > > needed to). For the current patches, see > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/netatalk/files/. > > > > | [vulcan:ports/net/netatalk] jason# make > > | ===> Extracting for netatalk-1.5p6_1 > > > > [ this is the current version/revision ] > > > > | >> Patch patch-aa failed to apply cleanly. > > > > [ patch-aa no longer exists though ] > > > > > > -pete > > > > -- > > Pete Fritchman > > Databits Network Services, Inc. > > finger petef@databits.net for PGP key > > > 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 Aug 9 21:50:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25BF637B409 for ; Thu, 9 Aug 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4o1P80306; Thu, 9 Aug 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 0226E37B401; Thu, 9 Aug 2001 21:46:33 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by entropy.databits.net (8.11.1/8.11.1) id f7A4CQc65807; Fri, 10 Aug 2001 00:12:27 -0400 (EDT) (envelope-from petef) Message-Id: <200108100412.f7A4CQc65807@entropy.databits.net> Date: Fri, 10 Aug 2001 00:12:27 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29589: Fix pkg-plist for games/tuxkart Sender: owner-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: 29589 >Category: ports >Synopsis: Fix pkg-plist for games/tuxkart >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 Aug 09 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - attempt to remove share/games - sort pkg-plist >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-full/tuxkart-0.0.3.log >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/games/tuxkart/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/06/08 15:15:50 1.1 +++ pkg-plist 2001/08/10 04:07:10 @@ -1,16 +1,15 @@ -share/games/tuxkart/wavs/barf.wav -share/games/tuxkart/wavs/boing.wav -share/games/tuxkart/wavs/bonk.wav -share/games/tuxkart/wavs/burp.wav -share/games/tuxkart/wavs/bzzt.wav -share/games/tuxkart/wavs/explosion.wav -share/games/tuxkart/wavs/horn.wav -share/games/tuxkart/wavs/laser.wav -share/games/tuxkart/wavs/loser.wav -share/games/tuxkart/wavs/ow.wav -share/games/tuxkart/wavs/shoomf.wav -share/games/tuxkart/wavs/ugh.wav -share/games/tuxkart/wavs/wee.wav +bin/tuxkart +share/games/tuxkart/data/levels.dat +share/games/tuxkart/data/bsodcastle.loc +share/games/tuxkart/data/geekopeak.loc +share/games/tuxkart/data/gownsbow.loc +share/games/tuxkart/data/tuxtrack.loc +share/games/tuxkart/data/bsodcastle.drv +share/games/tuxkart/data/geekopeak.drv +share/games/tuxkart/data/gownsbow.drv +share/games/tuxkart/data/tuxtrack.drv +share/games/tuxkart/fonts/haeberli.txf +share/games/tuxkart/fonts/sorority.txf share/games/tuxkart/images/Gown_beak.rgb share/games/tuxkart/images/Gown_body.rgb share/games/tuxkart/images/Penguin_beak.rgb @@ -105,23 +104,25 @@ share/games/tuxkart/models/tuxsign.ac share/games/tuxkart/models/vasign.ac share/games/tuxkart/models/zipper.ac -share/games/tuxkart/data/levels.dat -share/games/tuxkart/data/bsodcastle.loc -share/games/tuxkart/data/geekopeak.loc -share/games/tuxkart/data/gownsbow.loc -share/games/tuxkart/data/tuxtrack.loc -share/games/tuxkart/data/bsodcastle.drv -share/games/tuxkart/data/geekopeak.drv -share/games/tuxkart/data/gownsbow.drv -share/games/tuxkart/data/tuxtrack.drv share/games/tuxkart/mods/mfarmer.mod -share/games/tuxkart/fonts/haeberli.txf -share/games/tuxkart/fonts/sorority.txf -bin/tuxkart +share/games/tuxkart/wavs/barf.wav +share/games/tuxkart/wavs/boing.wav +share/games/tuxkart/wavs/bonk.wav +share/games/tuxkart/wavs/burp.wav +share/games/tuxkart/wavs/bzzt.wav +share/games/tuxkart/wavs/explosion.wav +share/games/tuxkart/wavs/horn.wav +share/games/tuxkart/wavs/laser.wav +share/games/tuxkart/wavs/loser.wav +share/games/tuxkart/wavs/ow.wav +share/games/tuxkart/wavs/shoomf.wav +share/games/tuxkart/wavs/ugh.wav +share/games/tuxkart/wavs/wee.wav +@dirrm share/games/tuxkart/wavs @dirrm share/games/tuxkart/mods -@dirrm share/games/tuxkart/data @dirrm share/games/tuxkart/models -@dirrm share/games/tuxkart/wavs @dirrm share/games/tuxkart/images @dirrm share/games/tuxkart/fonts +@dirrm share/games/tuxkart/data @dirrm share/games/tuxkart +@unexec rmdir %D/share/games 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 Thu Aug 9 21:50:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08FF737B406 for ; Thu, 9 Aug 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4o1n80297; Thu, 9 Aug 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 7EBE237B401 for ; Thu, 9 Aug 2001 21:44:55 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by entropy.databits.net (8.11.1/8.11.1) id f793w9U23819; Wed, 8 Aug 2001 23:58:09 -0400 (EDT) (envelope-from petef) Message-Id: <200108090358.f793w9U23819@entropy.databits.net> Date: Wed, 8 Aug 2001 23:58:09 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29588: Update net/ngrep to 1.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: 29588 >Category: ports >Synopsis: Update net/ngrep to 1.40 >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 Aug 09 21:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 1.40 - move to sourceforge - add some extra spacing to make Makefile more readable - install more docs, use DOCSDIR - remove @comment $FreeBSD$ from pkg-plist - properly support NOPORTDOCS in pkg-plist - sync pkg-descr with current features - update ngrep.c (the t->tm_mon+1 change has been integrated in 1.40) - remove patch-Makefile.in (no longer necessary) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ngrep/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2000/08/09 09:23:36 1.6 +++ Makefile 2001/08/09 03:47:00 @@ -7,21 +7,28 @@ # PORTNAME= ngrep -PORTVERSION= 1.38 +PORTVERSION= 1.40 CATEGORIES= net security -MASTER_SITES= http://www.packetfactory.net/Projects/ngrep/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/ngrep + GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-pcre --with-restart + ALL_TARGET= ngrep + MAN8= ngrep.8 post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/ngrep - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ngrep + @${MKDIR} ${DOCSDIR} +.for file in BUGS CHANGES README README.pcre USAGE + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/ngrep/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2000/08/09 09:23:37 1.2 +++ distinfo 2001/08/09 03:28:56 @@ -1 +1 @@ -MD5 (ngrep-1.38.tar.gz) = adff63845df54eb40ef48f16664e4344 +MD5 (ngrep-1.40.tar.gz) = 4837f3d3b30e12ee067cb3fd2b874798 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/ngrep/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 2000/01/02 10:22:41 1.1.1.1 +++ pkg-descr 2001/08/09 03:43:55 @@ -3,6 +3,9 @@ ngrep a pcap-aware tool that will allow you to specify extended regular expressions to match against data payloads of packets. It -currently recognizes TCP and UDP across Ethernet, PPP and SLIP -interfaces, and understands BPF filter logic in the same fashion -as more common packet sniffing tools, like tcpdump and snoop. +currently recognizes TCP, UDP, and ICMP across Ethernet, PPP, SLIP, +FDDI, Token Ring and null interfaces, and understands BPF filter +logic in the same fashion as more common packet sniffing tools, +like tcpdump and snoop. + +WWW: http://ngrep.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/ngrep/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2000/07/03 03:03:52 1.2 +++ pkg-plist 2001/08/09 03:39:16 @@ -1,4 +1,7 @@ -@comment $FreeBSD: ports/net/ngrep/pkg/PLIST,v 1.1.1.1 2000/01/02 10:22:41 obrien Exp $ bin/ngrep -share/doc/ngrep/README -@dirrm share/doc/ngrep +%%PORTDOCS%%share/doc/ngrep/BUGS +%%PORTDOCS%%share/doc/ngrep/CHANGES +%%PORTDOCS%%share/doc/ngrep/README +%%PORTDOCS%%share/doc/ngrep/README.pcre +%%PORTDOCS%%share/doc/ngrep/USAGE +%%PORTDOCS%%@dirrm share/doc/ngrep Index: files/patch-ngrep.c =================================================================== RCS file: /home/ncvs/ports/net/ngrep/files/patch-ngrep.c,v retrieving revision 1.3 diff -u -r1.3 patch-ngrep.c --- files/patch-ngrep.c 2000/08/27 00:35:58 1.3 +++ files/patch-ngrep.c 2001/08/09 03:36:41 @@ -1,28 +1,19 @@ ---- ngrep.c.orig Mon Jun 26 12:52:50 2000 -+++ ngrep.c Sat Aug 26 17:34:40 2000 -@@ -48,6 +48,7 @@ - #include "regex.h" +--- ngrep.c.orig Wed Aug 8 23:36:09 2001 ++++ ngrep.c Wed Aug 8 23:36:31 2001 +@@ -62,6 +62,7 @@ + #include "ngrep.h" +extern FILE *yyin; - static char rcsver[] = "$Revision: 1.3 $"; + static char rcsver[] = "$Revision: 1.18 $"; -@@ -196,7 +197,7 @@ - free(filter); +@@ -232,7 +233,7 @@ filter = get_filter(&argv[optind-1]); + #ifdef NEED_RESTART - PCAP_RESTART(); + PCAP_RESTART(yyin); + #endif if (pcap_compile(pd, &pcapfilter, filter, 0, mask.s_addr)) { pcap_perror(pd, "pcap compile"); - clean_exit(-1); -@@ -653,7 +654,7 @@ - struct tm *t = localtime(&h->ts.tv_sec); - - printf("%02d/%02d/%02d %02d:%02d:%02d.%06d ", -- t->tm_year+1900, t->tm_mon, t->tm_mday, t->tm_hour, -+ t->tm_year+1900, t->tm_mon+1, t->tm_mday, t->tm_hour, - t->tm_min, t->tm_sec, h->ts.tv_usec); - } - >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 Aug 9 22:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08A3137B407 for ; Thu, 9 Aug 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A5K2f99109; Thu, 9 Aug 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 62AE537B407 for ; Thu, 9 Aug 2001 22:13:13 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f7A59in18775 for ; Fri, 10 Aug 2001 09:09:44 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id JAA09434 for FreeBSD-gnats-submit@freebsd.org; Fri, 10 Aug 2001 09:04:47 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.4/8.11.4) id f79Hsmk06592; Thu, 9 Aug 2001 21:54:49 +0400 (MSD) (envelope-from alex) Message-Id: <200108091754.f79Hsmk06592@kapran.bitmcnit.bryansk.su> Date: Thu, 9 Aug 2001 21:54:49 +0400 (MSD) From: Alex Kapranoff Reply-To: Alex Kapranoff To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29590: [new port] www/parser-bin One more server-side scripting engine Sender: owner-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: 29590 >Category: ports >Synopsis: [new port] www/parser-bin One more server-side scripting engine >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 Aug 09 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun Jun 24 22:56:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN 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: # # parser-bin # parser-bin/Makefile # parser-bin/distinfo # parser-bin/pkg-comment # parser-bin/pkg-descr # parser-bin/pkg-plist # echo c - parser-bin mkdir -p parser-bin > /dev/null 2>&1 echo x - parser-bin/Makefile sed 's/^X//' >parser-bin/Makefile << 'END-of-parser-bin/Makefile' X# New ports collection makefile for: parser-bin X# Date created: 9 August 2001 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= parser XPORTVERSION= 10.168 XCATEGORIES= www russian XMASTER_SITES= http://www.parser.ru/download/binaries/freebsd/ix86_4x/ XPKGNAMESUFFIX= -bin XDISTNAME= ${PORTNAME}${PORTVERSION:S/./-/}.seanchas2-freebsd-ix86-4s-mysql10 XEXTRACT_ONLY= ${DISTNAME}.tar.gz X XMAINTAINER= kapr@crosswinds.net X X.if !defined(NOPORTDOCS) XMASTER_SITES+= http://www.parser.ru/download/docs/ XDISTFILES= ${DISTNAME}.tar.gz \ X parser_ref.zip XBUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip X.endif X X# This could be changed to install parser.cgi binary to different location XCGI_DIR?= ${PREFIX}/www/cgi-bin X XLIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client X XNO_WRKSUBDIR= yes X XONLY_FOR_ARCHS= i386 XNO_BUILD= yes X X.if !defined(NOPORTDOCS) Xpost-extract: X unzip -q ${DISTDIR}/parser_ref.zip -d ${WRKDIR} X.endif X Xdo-install: X @${MKDIR} ${CGI_DIR} X ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}/${DISTNAME}.cgi ${CGI_DIR}/${PORTNAME}.cgi X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR}/i X# This should create ${DOCSDIR} alongside X X for FILE in ${WRKSRC}/parser_ref/*.html; do \ X ${INSTALL_DATA} $${FILE} ${DOCSDIR}; \ X done X X for FILE in ${WRKSRC}/parser_ref/i/*; do \ X ${INSTALL_DATA} $${FILE} ${DOCSDIR}/i/; \ X done X.endif X X.include END-of-parser-bin/Makefile echo x - parser-bin/distinfo sed 's/^X//' >parser-bin/distinfo << 'END-of-parser-bin/distinfo' XMD5 (parser10-168.seanchas2-freebsd-ix86-4s-mysql10.tar.gz) = 0b366250f714a7f55f4df9391ce4afee XMD5 (parser_ref.zip) = a6143976083cd115d46a895164c9363b END-of-parser-bin/distinfo echo x - parser-bin/pkg-comment sed 's/^X//' >parser-bin/pkg-comment << 'END-of-parser-bin/pkg-comment' XServer-side scripting engine for the Web from Art. Lebedev Group END-of-parser-bin/pkg-comment echo x - parser-bin/pkg-descr sed 's/^X//' >parser-bin/pkg-descr << 'END-of-parser-bin/pkg-descr' XParser is a server-side scripting language developed at Art. Lebedev XGroup, one of the leading web-design studios in Russian Internet. XThey claim using it while creating their numerous sites. X XThis is a i386 binary port linked against libmysqlclient.10. X XWWW: http://www.parser.ru/ X(in Russian) X X-- Alex Kapranoff END-of-parser-bin/pkg-descr echo x - parser-bin/pkg-plist sed 's/^X//' >parser-bin/pkg-plist << 'END-of-parser-bin/pkg-plist' Xwww/cgi-bin/parser.cgi X@unexec rmdir %D/www/cgi-bin 2>/dev/null || true X@unexec rmdir %D/www 2>/dev/null || true X%%PORTDOCS%%share/doc/parser/appendix_a.html X%%PORTDOCS%%share/doc/parser/appendix_b.html X%%PORTDOCS%%share/doc/parser/appendix_c.html X%%PORTDOCS%%share/doc/parser/example.html X%%PORTDOCS%%share/doc/parser/general.html X%%PORTDOCS%%share/doc/parser/index.html X%%PORTDOCS%%share/doc/parser/introduction.html X%%PORTDOCS%%share/doc/parser/operators01.html X%%PORTDOCS%%share/doc/parser/operators02.html X%%PORTDOCS%%share/doc/parser/operators03.html X%%PORTDOCS%%share/doc/parser/operators04.html X%%PORTDOCS%%share/doc/parser/operators05.html X%%PORTDOCS%%share/doc/parser/operators06.html X%%PORTDOCS%%share/doc/parser/operators07.html X%%PORTDOCS%%share/doc/parser/operators08.html X%%PORTDOCS%%share/doc/parser/operators09.html X%%PORTDOCS%%share/doc/parser/operators10.html X%%PORTDOCS%%share/doc/parser/operators11.html X%%PORTDOCS%%share/doc/parser/operators12.html X%%PORTDOCS%%share/doc/parser/operators13.html X%%PORTDOCS%%share/doc/parser/operators14.html X%%PORTDOCS%%share/doc/parser/operators15.html X%%PORTDOCS%%share/doc/parser/recommendations.html X%%PORTDOCS%%share/doc/parser/i/Icon.bin X%%PORTDOCS%%share/doc/parser/i/d-t.gif X%%PORTDOCS%%share/doc/parser/i/logo.gif X%%PORTDOCS%%@dirrm share/doc/parser/i X%%PORTDOCS%%@dirrm share/doc/parser END-of-parser-bin/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 Fri Aug 10 0:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C538937B406 for ; Fri, 10 Aug 2001 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A7e1N40382; Fri, 10 Aug 2001 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from e-ppp4.eken.phys.nagoya-u.ac.jp (e-ppp4.eken.phys.nagoya-u.ac.jp [133.6.121.58]) by hub.freebsd.org (Postfix) with ESMTP id 1C85537B405 for ; Fri, 10 Aug 2001 00:30:40 -0700 (PDT) (envelope-from yoichi@e-ppp4.eken.phys.nagoya-u.ac.jp) Received: (from yoichi@localhost) by e-ppp4.eken.phys.nagoya-u.ac.jp (8.11.4/8.11.4) id f7A7Uqi05267; Fri, 10 Aug 2001 16:30:52 +0900 (JST) (envelope-from yoichi) Message-Id: <200108100730.f7A7Uqi05267@e-ppp4.eken.phys.nagoya-u.ac.jp> Date: Fri, 10 Aug 2001 16:30:52 +0900 (JST) From: Yoichi NAKAYAMA Reply-To: Yoichi NAKAYAMA To: FreeBSD-gnats-submit@freebsd.org Cc: Yoichi NAKAYAMA X-Send-Pr-Version: 3.113 Subject: ports/29591: fix port: graphics/picturebook Sender: owner-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: 29591 >Category: ports >Synopsis: fix port: graphics/picturebook >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 Aug 10 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 4.3-STABLE i386 >Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN >Environment: >Description: This is a fix for ports/graphics/picturebook to install setbrightness, vaiobat with patches(patch-ba, patch-bb) contributed by Hiroshi TOKUDA and add some fixes appeared in bsd-nomads mailing list. I've tested those on SONY PCG-C1VSX/K with FreeBSD-current. btw, on my machine, when I turn the camera to opposite direction while capture -s, sometimes capture mode changes although I don't touch the jogdial. >How-To-Repeat: >Fix: diff -ruN picturebook/Makefile picturebook.new/Makefile --- picturebook/Makefile Wed Apr 25 02:13:23 2001 +++ picturebook.new/Makefile Mon Jul 30 14:58:05 2001 @@ -7,6 +7,7 @@ PORTNAME= picturebook PORTVERSION= 20010422 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://samba.org/picturebook/ DISTNAME= capture @@ -16,8 +17,13 @@ WRKSRC= ${WRKDIR}/picturebook USE_IMLIB=yes +post-build: + (cd ${WRKSRC}; ${CC} -o setbrightness setbrightness.c; \ + ${CC} -o vaiobat vaiobat.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/capture ${PREFIX}/bin/capture + ${INSTALL_PROGRAM} ${WRKSRC}/setbrightness ${PREFIX}/sbin/setbrightness + ${INSTALL_PROGRAM} ${WRKSRC}/vaiobat ${PREFIX}/sbin/vaiobat ${MKDIR} ${PREFIX}/share/doc/picturebook ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/picturebook/README .if!defined(NOPORTDOCS) diff -ruN picturebook/files/patch-ba picturebook.new/files/patch-ba --- picturebook/files/patch-ba Thu Jan 1 09:00:00 1970 +++ picturebook.new/files/patch-ba Mon Jul 30 14:48:17 2001 @@ -0,0 +1,92 @@ +--- setbrightness.c.orig Tue Dec 12 09:42:20 2000 ++++ setbrightness.c Mon Jul 30 14:29:54 2001 +@@ -4,17 +4,47 @@ + #include + #include + #include ++#ifdef LINUX + #include ++#endif + #include + #include + #include ++#ifdef LINUX + #include ++#endif + #include + #include ++#ifdef HAVE_GETOPT_H + #include ++#endif ++#ifdef LINUX + #include ++#endif + #include + ++#ifdef __FreeBSD__ ++#include ++static int deviofd=-1; ++static int iopl(int lvl) ++{ ++ if(lvl==0){ ++ if(deviofd!=-1){ ++ close(deviofd); ++ deviofd=-1; ++ } ++ return 0; ++ }else if(lvl==3){ ++ if(deviofd==-1){ ++ deviofd=open("/dev/io",0); ++ } ++ return deviofd; ++ } ++ return -1; ++} ++ ++#endif ++ + + #define DATA_REG 0x62 + #define CST_REG 0x66 +@@ -24,28 +54,35 @@ + static void ecr_set(u16 addr, u16 value) + { + while (inw(CST_REG) & 3) usleep(1); +- outw(0x81, CST_REG); ++ outw(CST_REG, 0x81); + while (inw(CST_REG) & 2) usleep(1); +- outw(addr, DATA_REG); ++ outw(DATA_REG, addr); + while (inw(CST_REG) & 2) usleep(1); +- outw(value, DATA_REG); ++ outw(DATA_REG, value); + while (inw(CST_REG) & 2) usleep(1); + } + + static u16 ecr_get(u16 addr) + { + while (inw(CST_REG) & 3) usleep(1); +- outb(0x80, CST_REG); ++ outb(CST_REG, 0x80); + while (inw(CST_REG) & 2) usleep(1); +- outb(addr, DATA_REG); ++ outb(DATA_REG, addr); + while (inw(CST_REG) & 2) usleep(1); + return inw(DATA_REG); + } + + int main(int argc, char *argv[]) + { ++ if(open("/dev/io", O_RDWR, 0) < 0) ++ { ++ perror("/dev/io"); ++ return 1; ++ } + iopl(3); + printf("currently %x\n", ecr_get(0x96)); +- ecr_set(0x96, atoi(argv[1])); ++ if ( argv[1] != NULL ){ ++ ecr_set(0x96, atoi(argv[1])); ++ } + return 0; + } diff -ruN picturebook/files/patch-bb picturebook.new/files/patch-bb --- picturebook/files/patch-bb Thu Jan 1 09:00:00 1970 +++ picturebook.new/files/patch-bb Mon Jul 30 14:51:04 2001 @@ -0,0 +1,79 @@ +--- vaiobat.c Tue Dec 12 09:42:20 2000 ++++ vaiobat.c Wed Mar 21 20:16:59 2001 +@@ -4,18 +4,50 @@ + #include + #include + #include ++#ifdef LINUX + #include ++#endif + #include + #include + #include ++#ifdef LINUX + #include ++#endif + #include + #include ++#ifdef HAVE_GETOPT_H + #include ++#endif ++#ifdef LINUX + #include ++#endif + #include + + ++ ++#ifdef __FreeBSD__ ++#include ++static int deviofd=-1; ++static int iopl(int lvl) ++{ ++ if(lvl==0){ ++ if(deviofd!=-1){ ++ close(deviofd); ++ deviofd=-1; ++ } ++ return 0; ++ }else if(lvl==3){ ++ if(deviofd==-1){ ++ deviofd=open("/dev/io",0); ++ } ++ return deviofd; ++ } ++ return -1; ++} ++ ++#endif ++ ++ + #define DATA_REG 0x62 + #define CST_REG 0x66 + +@@ -25,20 +57,20 @@ + static void ecr_set(u8 addr, u8 value) + { + while (inb(CST_REG) & 3) usleep(1); +- outb(0x81, CST_REG); ++ outb(CST_REG, 0x81); + while (inb(CST_REG) & 2) usleep(1); +- outb(addr, DATA_REG); ++ outb(DATA_REG, addr); + while (inb(CST_REG) & 2) usleep(1); +- outb(value, DATA_REG); ++ outb(DATA_REG, value); + while (inb(CST_REG) & 2) usleep(1); + } + + static u8 ecr_get(u8 addr) + { + while (inb(CST_REG) & 3) usleep(1); +- outb(0x80, CST_REG); ++ outb(CST_REG, 0x80); + while (inb(CST_REG) & 2) usleep(1); +- outb(addr, DATA_REG); ++ outb(DATA_REG, addr); + while (inb(CST_REG) & 2) usleep(1); + return inb(DATA_REG); + } diff -ruN picturebook/pkg-descr picturebook.new/pkg-descr --- picturebook/pkg-descr Wed Apr 25 02:13:23 2001 +++ picturebook.new/pkg-descr Mon Jul 30 14:44:07 2001 @@ -1,2 +1,8 @@ Picturebook is an experimental utility for capturing from SONY VAIO camera. +This port includes following binaries + capture / capture utility for VAIO camera + setbrightness / LCD brightness control tool + (usage: setbrightness [0-255]) + vaiobat / get battery status + WWW: http://samba.org/picturebook/ diff -ruN picturebook/pkg-plist picturebook.new/pkg-plist --- picturebook/pkg-plist Wed Apr 25 02:13:23 2001 +++ picturebook.new/pkg-plist Mon Jul 30 14:54:08 2001 @@ -1,4 +1,6 @@ bin/capture +sbin/setbrightness +sbin/vaiobat share/doc/picturebook/README share/doc/picturebook/README.FreeBSD @dirrm share/doc/picturebook >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 Aug 10 1: 5:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 905E637B409; Fri, 10 Aug 2001 01:05:22 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A80Ci44184; Fri, 10 Aug 2001 01:00:12 -0700 (PDT) (envelope-from okazaki) Date: Fri, 10 Aug 2001 01:00:12 -0700 (PDT) From: Message-Id: <200108100800.f7A80Ci44184@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/29588: Update net/ngrep to 1.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 Synopsis: Update net/ngrep to 1.40 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: okazaki Responsible-Changed-When: Fri Aug 10 00:58:00 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 1:25:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 858A637B407; Fri, 10 Aug 2001 01:25:22 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A8OeM49454; Fri, 10 Aug 2001 01:24:40 -0700 (PDT) (envelope-from okazaki) Date: Fri, 10 Aug 2001 01:24:40 -0700 (PDT) From: Message-Id: <200108100824.f7A8OeM49454@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, mi@FreeBSD.org Subject: Re: ports/29524: port graphics/libfpx does not compile under 3.x-STABLE Sender: owner-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 graphics/libfpx does not compile under 3.x-STABLE Responsible-Changed-From-To: freebsd-ports->mi Responsible-Changed-By: okazaki Responsible-Changed-When: Fri Aug 10 01:24:15 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29524 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 1:25:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1BCA37B409; Fri, 10 Aug 2001 01:25:22 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A8Guo48484; Fri, 10 Aug 2001 01:16:56 -0700 (PDT) (envelope-from okazaki) Date: Fri, 10 Aug 2001 01:16:56 -0700 (PDT) From: Message-Id: <200108100816.f7A8Guo48484@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29555: [PATCH] Mpzilla 0.9.3 build fails at nsKeygenHandler.cpp Sender: owner-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] Mpzilla 0.9.3 build fails at nsKeygenHandler.cpp Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: okazaki Responsible-Changed-When: Fri Aug 10 01:16:28 PDT 2001 Responsible-Changed-Why: over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 3:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0749A37B405 for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2g68508; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D1E1837B405 for ; Fri, 10 Aug 2001 03:19:10 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJAo52281; Fri, 10 Aug 2001 06:19:10 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJAo52281@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:10 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29593: Fix linker problems in games/battalion (Bento) Sender: owner-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: 29593 >Category: ports >Synopsis: Fix linker problems in games/battalion (Bento) >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 Aug 10 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker problems noted by bento. PR# 29313 exists from John Merryweather Cooper that can be closed now. It is regarding a battalion fix for bento like mine but his made unnecessary changes and renaming of patches that made the patch bigger and also it was not ptheads safe. this one uses variables ${PTHREAD_[LIBS,CFLAGS]} not hard coded -pthreads. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/battalion/Makefile battalion/Makefile --- /usr/ports/games/battalion/Makefile Thu Aug 3 05:23:22 2000 +++ battalion/Makefile Fri Aug 10 00:56:08 2001 @@ -17,6 +17,8 @@ USE_X_PREFIX= yes USE_MESA= yes WRKSRC= ${WRKDIR}/battalionSource +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" MAN6= battalion.6 diff -ruN /usr/ports/games/battalion/files/patch-aa battalion/files/patch-aa --- /usr/ports/games/battalion/files/patch-aa Sat Apr 1 19:57:01 2000 +++ battalion/files/patch-aa Fri Aug 10 00:55:32 2001 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Jan 16 16:31:58 1997 -+++ Makefile Wed Mar 29 13:08:11 1998 +--- Makefile.orig Thu Jan 16 11:31:58 1997 ++++ Makefile Fri Aug 10 00:51:07 2001 @@ -23,7 +23,7 @@ # (the program should compile with no warning messages - if you # see a warning message please let me know about it) @@ -46,7 +46,7 @@ # STEP 7: CHOOSE ANY OPTIMIZATIONS OR ADD ANY SPECIAL INCLUSIONS # ------------------------------------------------------------ -CFLAGS = -O -I/usr/local/X11/include -I/usr/demo/SOUND/ -I./. -+CFLAGS+= -I${X11BASE}/include -DPREFIX=\"${PREFIX}\" ++CFLAGS+= -I${X11BASE}/include -DPREFIX=\"${PREFIX}\" ${PTHREAD_CFLAGS} # STEP 8: ADD ANY SPECIAL LIBRARY PATHS @@ -55,7 +55,7 @@ OBJ = battalion.o audio.o net.o gprim.o graphics.o objects.o text.o update.o tk.o font.o -LIBS = -L./. -L/usr/X11R6/lib -lm -lX11 -lXext -+LIBS = -L./. -L${X11BASE}/lib -lm -lX11 -lXext -lcompat ++LIBS = -L./. -L${X11BASE}/lib -lm -lX11 -lXext -lcompat ${PTHREAD_LIBS} all: $(TARGET) >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 Aug 10 3:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3267237B407 for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2u68517; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 747B937B405 for ; Fri, 10 Aug 2001 03:19:16 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJG452373; Fri, 10 Aug 2001 06:19:16 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJG452373@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:16 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29594: Fix linker errors in games/bzflag (Bento) Sender: owner-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: 29594 >Category: ports >Synopsis: Fix linker errors in games/bzflag (Bento) >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker errors noted by bento >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/bzflag/Makefile bzflag/Makefile --- /usr/ports/games/bzflag/Makefile Sat Apr 21 02:28:30 2001 +++ bzflag/Makefile Fri Aug 10 01:06:39 2001 @@ -21,7 +21,8 @@ USE_MESA= yes MAKE_ENV= PORTCFLAGS="${CFLAGS}" PORTCXXFLAGS="${CXXFLAGS}" \ - PORTPREFIX="${PREFIX}" + PORTPREFIX="${PREFIX}" PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" MAN6= bzflag.6 bzfrelay.6 bzfls.6 bzfs.6 diff -ruN /usr/ports/games/bzflag/files/patch-Make-common bzflag/files/patch-Make-common --- /usr/ports/games/bzflag/files/patch-Make-common Wed Mar 28 14:12:56 2001 +++ bzflag/files/patch-Make-common Fri Aug 10 01:05:11 2001 @@ -1,6 +1,33 @@ ---- Make-common.orig Sat Mar 24 02:21:48 2001 -+++ Make-common Sat Mar 24 02:13:00 2001 -@@ -169,13 +169,13 @@ +--- Make-common.orig Wed Feb 14 03:34:09 2001 ++++ Make-common Fri Aug 10 01:04:44 2001 +@@ -33,7 +33,7 @@ + # + # C options + # +-CFLAGS = $(LCFLAGS) $(PCFLAGS) $(GCFLAGS) $(COPTIMIZER) $(MKDEPOPT) $(CWOFF) ++CFLAGS = $(LCFLAGS) $(PCFLAGS) $(GCFLAGS) $(COPTIMIZER) $(MKDEPOPT) $(CWOFF) ${PTHREAD_CFLAGS} + LCFLAGS = $(LCDEFS) $(LCINCS) $(LCOPTS) + PCFLAGS = $(PCDEFS) $(PCINCS) $(PCOPTS) + GCFLAGS = $(GCDEFS) $(GCINCS) $(GCOPTS) +@@ -51,7 +51,7 @@ + # + # C++ options + # +-CXXFLAGS = $(LCXXFLAGS) $(PCXXFLAGS) $(GCXXFLAGS) $(CXXOPTIMIZER) $(MKDEPOPT) $(CXXWOFF) ++CXXFLAGS = $(LCXXFLAGS) $(PCXXFLAGS) $(GCXXFLAGS) $(CXXOPTIMIZER) $(MKDEPOPT) $(CXXWOFF) ${PTHREAD_CFLAGS} + LCXXFLAGS = $(LCXXDEFS) $(LCXXINCS) $(LCXXOPTS) + PCXXFLAGS = $(PCXXDEFS) $(PCXXINCS) $(PCXXOPTS) + GCXXFLAGS = $(GCXXDEFS) $(GCXXINCS) $(GCXXOPTS) +@@ -69,7 +69,7 @@ + # + # ld options + # +-LDFLAGS = $(LDOPTS) $(LDLIBS) ++LDFLAGS = $(LDOPTS) $(LDLIBS) ${PTHREAD_LIBS} + LDOPTS = $(LLDOPTS) $(PLDOPTS) $(GLDOPTS) + LDLIBS = $(LLDLIBS) $(PLDLIBS) $(GLDLIBS) + +@@ -167,13 +167,13 @@ # # default to optimized build # >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 Aug 10 3:20:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48D2437B403 for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2T68526; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 9B67937B407 for ; Fri, 10 Aug 2001 03:19:21 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJLx52465; Fri, 10 Aug 2001 06:19:21 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJLx52465@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:21 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29595: Fix linker errors for sysutils/glload (Bento) Sender: owner-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: 29595 >Category: ports >Synopsis: Fix linker errors for sysutils/glload (Bento) >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker errors for sysutils/glload noted by bento. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/sysutils/glload/Makefile glload/Makefile --- /usr/ports/sysutils/glload/Makefile Thu Aug 3 05:26:20 2000 +++ glload/Makefile Fri Aug 10 01:58:38 2001 @@ -18,6 +18,8 @@ USE_MESA= yes MAKEFILE= Makefile.FreeBSD ALL_TARGET= glload +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/glload ${PREFIX}/bin diff -ruN /usr/ports/sysutils/glload/files/patch-Makefile.FreeBSD glload/files/patch-Makefile.FreeBSD --- /usr/ports/sysutils/glload/files/patch-Makefile.FreeBSD Wed Dec 31 19:00:00 1969 +++ glload/files/patch-Makefile.FreeBSD Fri Aug 10 01:56:49 2001 @@ -0,0 +1,16 @@ +--- Makefile.FreeBSD.orig Fri Aug 10 01:56:34 2001 ++++ Makefile.FreeBSD Fri Aug 10 01:56:14 2001 +@@ -1,11 +1,10 @@ + OBJS = get_load.o trackball.o glload.o texture.o +-CFLAGS += -I/usr/X11R6/include -DFreeBSD ++CFLAGS += -I/usr/X11R6/include -DFreeBSD ${PTHREAD_CFLAGS} + # i need this + LDFLAGS = -L/usr/X11R6/lib + # the libs librpcsvc me only be needed on IRIX +-LLDLIBS = -lglut -lGLU -lGL -lXmu -lXext -lXi -lXt -lICE -lSM -lX11 -lm ++LLDLIBS = -lglut -lGLU -lGL -lXmu -lXext -lXi -lXt -lICE -lSM -lX11 -lm ${PTHREAD_LIBS} + # your C-compiler +-CC = gcc + + glload: $(OBJS) + $(CC) -o glload $(OBJS) $(LDFLAGS) $(LLDLIBS) >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 Aug 10 3:20:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FB6A37B40B for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2Z68535; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 5A01D37B401 for ; Fri, 10 Aug 2001 03:19:28 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJSa52557; Fri, 10 Aug 2001 06:19:28 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJSa52557@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:28 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29596: Fix linker errors for audio/snd (Bento) Sender: owner-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: 29596 >Category: ports >Synopsis: Fix linker errors for audio/snd (Bento) >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker error and follow the ways of bentoism >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/snd/Makefile snd/Makefile --- /usr/ports/audio/snd/Makefile Fri Jul 27 08:52:28 2001 +++ snd/Makefile Fri Aug 10 02:57:46 2001 @@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --without-gui .endif CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" GNU_CONFIGURE= yes MAKEFILE= makefile PLIST= ${WRKDIR}/pkg-plist >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 Aug 10 3:20:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 978C937B40D for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2U68544; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 8CE6037B403 for ; Fri, 10 Aug 2001 03:19:32 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJWE52649; Fri, 10 Aug 2001 06:19:32 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJWE52649@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:32 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29597: Fix linker errors for audio/spiralsynth Sender: owner-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: 29597 >Category: ports >Synopsis: Fix linker errors for audio/spiralsynth >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker errors noted by bento >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/spiralsynth/Makefile spiralsynth/Makefile --- /usr/ports/audio/spiralsynth/Makefile Wed Dec 6 17:53:38 2000 +++ spiralsynth/Makefile Fri Aug 10 03:18:11 2001 @@ -16,7 +16,8 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_X_PREFIX= yes - +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} diff -ruN /usr/ports/audio/spiralsynth/files/patch-Makefile.in spiralsynth/files/patch-Makefile.in --- /usr/ports/audio/spiralsynth/files/patch-Makefile.in Wed Dec 31 19:00:00 1969 +++ spiralsynth/files/patch-Makefile.in Fri Aug 10 03:30:09 2001 @@ -0,0 +1,18 @@ +--- Makefile.in.orig Fri Aug 10 03:13:32 2001 ++++ Makefile.in Fri Aug 10 03:14:58 2001 +@@ -9,12 +9,12 @@ + + CC = gcc + CXX = g++ +-CFLAGS = -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused +-CXXFLAGS= -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused ++CFLAGS += -pipe -Wall -ffast-math -DNO_DEBUG ${PTHREAD_CFLAGS} ++CXXFLAGS+= -pipe -Wall -ffast-math -DNO_DEBUG ${PTHREAD_CFLAGS} + INCPATH = -I/usr/X11R6/include + LINK = g++ + LFLAGS = +-LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm ++LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm ${PTHREAD_LIBS} + MOC = moc + + TAR = tar -cf >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 Aug 10 3:20:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A8B37B409 for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2268553; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 6905A37B403 for ; Fri, 10 Aug 2001 03:19:37 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJbx52741; Fri, 10 Aug 2001 06:19:37 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJbx52741@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:37 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29598: Fix linker error for graphics/togl (Bento) Sender: owner-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: 29598 >Category: ports >Synopsis: Fix linker error for graphics/togl (Bento) >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker error noted by bento. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/graphics/togl/Makefile togl/Makefile --- /usr/ports/graphics/togl/Makefile Thu Aug 3 05:24:54 2000 +++ togl/Makefile Fri Aug 10 03:37:05 2001 @@ -19,7 +19,8 @@ USE_MESA= yes ALL_TARGET= default - +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" TOGL_INSTDIR= ${PREFIX}/lib/tk8.2/${DISTNAME} .include diff -ruN /usr/ports/graphics/togl/files/patch-aa togl/files/patch-aa --- /usr/ports/graphics/togl/files/patch-aa Fri Oct 13 16:20:36 2000 +++ togl/files/patch-aa Fri Aug 10 03:41:27 2001 @@ -36,7 +36,7 @@ # Libraries to link with (-ldl for Linux only?): -LIBS = -ltk -ltcl -lGLU -lGL -L/usr/X11/lib -lX11 -lXmu -lXext -lXt -lm -ldl -+LIBS = -ltk82 -ltcl82 -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm ++LIBS = -ltk82 -ltcl82 -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm ${PTHREAD_LIBS} TK_FLAGS = @@ -45,7 +45,7 @@ -CFLAGS = $(COPTS) $(INCLUDES) $(TK_FLAGS) -+CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ++CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ${PTHREAD_CFLAGS} LFLAGS = $(LIBDIRS) >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 Aug 10 3:20:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 097BD37B412 for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2268571; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 700F237B405 for ; Fri, 10 Aug 2001 03:19:49 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJne52925; Fri, 10 Aug 2001 06:19:49 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJne52925@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:49 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29600: Fix linker error for x11-fm/xdiskusage (Bento) Sender: owner-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: 29600 >Category: ports >Synopsis: Fix linker error for x11-fm/xdiskusage (Bento) >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker error noted by bento >How-To-Repeat: Convert to bentoism >Fix: diff -ruN /usr/ports/x11-fm/xdiskusage/Makefile xdiskusage/Makefile --- /usr/ports/x11-fm/xdiskusage/Makefile Wed Oct 4 01:15:34 2000 +++ xdiskusage/Makefile Fri Aug 10 05:19:25 2001 @@ -21,11 +21,13 @@ do-build: .for i in panels xdiskusage - ${CXX} ${CXXFLAGS} -I${X11BASE}/include -c ${WRKSRC}/${i}.C \ - -o ${WRKSRC}/${i}.o + ${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include -c \ + ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o .endfor - ${CXX} ${CXXFLAGS} -L${X11BASE}/lib -o ${WRKSRC}/xdiskusage \ - ${WRKSRC}/panels.o ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL + ${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -L${X11BASE}/lib -o \ + ${WRKSRC}/xdiskusage ${WRKSRC}/panels.o \ + ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL \ + ${PTHREAD_LIBS} -lXext -lX11 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin >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 Aug 10 3:20:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E14A437B410 for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2468562; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id EB54037B405 for ; Fri, 10 Aug 2001 03:19:41 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJf452833; Fri, 10 Aug 2001 06:19:41 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJf452833@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:41 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29599: Fix linker error in x11-wm/wmanager (Bento) Sender: owner-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: 29599 >Category: ports >Synopsis: Fix linker error in x11-wm/wmanager (Bento) >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 Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker error noted by bento >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/x11-wm/wmanager/Makefile wmanager/Makefile --- /usr/ports/x11-wm/wmanager/Makefile Tue Apr 3 04:14:33 2001 +++ wmanager/Makefile Fri Aug 10 05:03:53 2001 @@ -21,7 +21,9 @@ USE_X_PREFIX= yes USE_QT_VER= 1 USE_GMAKE= yes -MAKE_ENV= prefix=${PREFIX} +MAKE_ENV= prefix=${PREFIX} \ + PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmanager ${PREFIX}/bin diff -ruN /usr/ports/x11-wm/wmanager/files/patch-aa wmanager/files/patch-aa --- /usr/ports/x11-wm/wmanager/files/patch-aa Sun Dec 5 19:50:06 1999 +++ wmanager/files/patch-aa Fri Aug 10 05:03:14 2001 @@ -22,14 +22,14 @@ -CXXFLAGS = -I$(incdir) -O2 -Wall -pedantic #-DDEBUG=1 -g3 - +CXX = g++ -+CXXFLAGS= -I$(fltkinc) -I$(incdir) -O2 -Wall -pedantic #-DDEBUG=1 -g3 ++CXXFLAGS+= -I$(fltkinc) -I$(incdir) -O2 -Wall -pedantic #-DDEBUG=1 -g3 ${PTHREAD_CFLAGS} # linker settings LD = g++ -LDFLAGS = -lfltk -lXext -lX11 -lm -LDDIRS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib - -+LDFLAGS = -lMesaGL -lfltk -lXext -lX11 -lm ++LDFLAGS = -lMesaGL -lfltk -lXext -lX11 -lm ${PTHREAD_LIBS} +LDDIRS = -L$(x11lib) -L/usr/lib -L/usr/local/lib # install settings >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 Aug 10 4:27:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 2505D37B409; Fri, 10 Aug 2001 04:27:03 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id NAA06545; Fri, 10 Aug 2001 13:21:26 +0200 (MET DST) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.3/8.9.3) id NAA26030; Fri, 10 Aug 2001 13:21:25 +0200 (MET DST) Date: Fri, 10 Aug 2001 13:21:25 +0200 From: Wolfram Schneider To: "Brian T.Schellenberger" Cc: Greg , www@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Bad ports Message-ID: <20010810132125.A25941@freno.cs.tu-berlin.de> References: <3B730E0C.637BA715@avalon.net> <01080921253400.00590@i8k.babbleon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <01080921253400.00590@i8k.babbleon.org>; from bts@babbleon.org on Thu, Aug 09, 2001 at 09:25:34PM -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 On 2001-08-09 21:25:34 -0400, Brian T.Schellenberger wrote: > On Thursday 09 August 2001 18:27, Greg wrote: > > What I am used to I guess is when I click the Download link under a port I > > expect to download the port. > > I think that I speak for many of us here when I say that I have no idea what > you are talking about when you discuss "clicking" on a "port". I'm sure Greg means the cgi script: http://www.freebsd.org/cgi/ports.cgi?amanda24 the tar on the fly was disabled some months ago due the ftp.freebsd.org crash. I will enable it again. Thanks for the note, -Wolfram > The conventional way to build a port is cd /usr/ports/catagory/port > and then do a > make > or > make download > or whatever. > > Do you mean that if you "make download" it's not downloading? > > Or are you using some special client application to install ports? > If so, details of what application you are using to view the ports would be > enlightening. > > > That is, a tar of the directory containing the > > Makefile, distinfo, files dir, and so on. > > what I am getting instead is an open ftp client waiting inside that > > directory. Now, I suppose that I can build the requisite directories my > > self and mget the stuff in batches, but it kind of defeats the point of the > > download link, now, doesn't it? (besides invalidating the claim made in the > > intro to the ports) > > > > The ports in question are the amanda ports (all of them!) > > here is one of the exact urls I used > > (note this is what the link download (shown below) went to > > ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports/misc/amanda24-se > >rver/ > > > > > > amanda24-server-2.4.2p2_1 > > The Advanced Maryland Automatic Network Disk Archiver > > Maintained by: jeh@FreeBSD.org > > Requires: amanda24-client-2.4.2p2_1, gettext-0.10.35, gmake-3.79.1, > > gtar-1.13.19, libtool-1.3.4_2 > > Description : Sources : Package : Changes : Download - Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 5:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 560FE37B406 for ; Fri, 10 Aug 2001 05:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ACU2N97442; Fri, 10 Aug 2001 05:30:02 -0700 (PDT) (envelope-from gnats) Received: from dhcp118.verkstad.net (dhcp118.verkstad.net [192.36.157.118]) by hub.freebsd.org (Postfix) with ESMTP id D717737B401 for ; Fri, 10 Aug 2001 05:22:05 -0700 (PDT) (envelope-from martti@dhcp118.verkstad.net) Received: (from martti@localhost) by dhcp118.verkstad.net (8.11.3/8.11.3) id f7ACLXx27874; Fri, 10 Aug 2001 14:21:33 +0200 (CEST) (envelope-from martti) Message-Id: <200108101221.f7ACLXx27874@dhcp118.verkstad.net> Date: Fri, 10 Aug 2001 14:21:33 +0200 (CEST) From: martti.kuparinen@iki.fi Reply-To: martti.kuparinen@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29603: [PATCH] stunnel 3.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: 29603 >Category: ports >Synopsis: [PATCH] stunnel 3.19 >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 Aug 10 05:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD dhcp118 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 6 08:39:50 CEST 2001 root@dhcp118:/usr/obj/usr/src/sys/KAYAK i386 >Description: Update stunnel to the latest version. Changelog for version 3.19, 2001.08.10, urgency: MEDIUM: * Critical section added around non MT-safe TCP Wrappers code. * Problem with "select: Interrupted system call" error fixed. * errno replaced with get_last_socket_error() for Win32. * Some FreeBSD/NetBSD patches to ./configure from Martti Kuparinen. * Local mode process pid logged. * Default FQDN (localhost) removed from stunnel.cnf * ./configure changed to recognize POSIX threads library on OSF. * New -O option to set socket options. >How-To-Repeat: - apply the following patch - remove patch-ac >Fix: diff -ru /usr/ports/security/stunnel/Makefile stunnel/Makefile --- /usr/ports/security/stunnel/Makefile Fri Aug 3 08:36:24 2001 +++ stunnel/Makefile Fri Aug 10 13:41:57 2001 @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 3.18 +PORTVERSION= 3.19 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ diff -ru /usr/ports/security/stunnel/distinfo stunnel/distinfo --- /usr/ports/security/stunnel/distinfo Fri Aug 3 08:36:25 2001 +++ stunnel/distinfo Fri Aug 10 13:42:50 2001 @@ -1 +1 @@ -MD5 (stunnel-3.18.tar.gz) = e6cb1bf389ca7d42f22e1b63fcbda9d2 +MD5 (stunnel-3.19.tar.gz) = 5513d44a47c12687809c69d858a96e17 >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 Aug 10 6:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F47F37B401 for ; Fri, 10 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADK1R05996; Fri, 10 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by hub.freebsd.org (Postfix) with ESMTP id 47FA937B401 for ; Fri, 10 Aug 2001 06:18:01 -0700 (PDT) (envelope-from maxim@news1.macomnet.ru) Received: (from maxim@localhost) by news1.macomnet.ru (8.11.1/8.11.1) id f7ADHTl61619; Fri, 10 Aug 2001 17:17:29 +0400 (MSD) (envelope-from maxim) Message-Id: <200108101317.f7ADHTl61619@news1.macomnet.ru> Date: Fri, 10 Aug 2001 17:17:29 +0400 (MSD) From: maxim@macomnet.ru Reply-To: maxim@macomnet.ru To: FreeBSD-gnats-submit@freebsd.org, .@babolo.ru X-Send-Pr-Version: 3.2 Subject: ports/29604: update for net/flow-tools 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: 29604 >Category: ports >Synopsis: update for net/flow-tools port >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 Aug 10 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Maxim Konovalov >Release: FreeBSD 5.0-CURRENT i386 >Organization: N/A >Environment: FreeBSD 5.0-CURRENT i386 >Description: ports/net/flow-tools is out of date. >How-To-Repeat: N/A >Fix: 1/ rm -rf /usr/ports/net/flow-tools/files 2/ Apply the patch below Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2000/08/11 11:11:52 1.1 +++ Makefile 2001/08/10 13:00:25 @@ -6,19 +6,29 @@ # PORTNAME= flow-tools -PORTVERSION= 0.34 +PORTVERSION= 0.55 CATEGORIES= net MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/ MAINTAINER= .@babolo.ru -ALL_TARGET= i386-fbsd docs +SCRIPTS= flow-mirror flow-rsync flow-search + USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS?= --prefix=${PREFIX} + MAN1= flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \ flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \ - flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 + flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 \ + flow-mirror.1 flow-search.1 #MANCOMPRESSED= yes + +post-install: +.for i in ${SCRIPTS} + @${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${PREFIX}/bin +.endfor .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2000/08/11 11:11:52 1.1 +++ distinfo 2001/08/10 13:00:25 @@ -1 +1 @@ -MD5 (flow-tools-0.34.tar.gz) = 994ba902972cea7497a9fa0f0b927275 +MD5 (flow-tools-0.55.tar.gz) = 22ff761e6c13c10c19d12c12e30c44b7 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2000/08/11 11:11:53 1.1 +++ pkg-descr 2001/08/10 13:00:25 @@ -1,4 +1,4 @@ Tools to capture, replicate, print, filter, send and other works on Cisco's NetFlow Export. -WWW: http://www.usenix.org/publications/login/1999-9/osu.html +WWW: http://www.splintered.net/sw/flow-tools/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2000/08/11 11:11:53 1.1 +++ pkg-plist 2001/08/10 13:00:25 @@ -1,13 +1,21 @@ bin/flow-capture -bin/flow-stat -bin/flow-print bin/flow-cat bin/flow-dscan +bin/flow-expire bin/flow-export -bin/flow-filter bin/flow-fanout -bin/flow-send -bin/flow-receive +bin/flow-filter bin/flow-gen -bin/flow-profile -bin/flow-expire +bin/flow-header +bin/flow-import +bin/flow-merge +bin/flow-print +bin/flow-receive +bin/flow-send +bin/flow-split +bin/flow-stat +bin/flow-xlate +bin/flow-mirror +bin/flow-rsync +bin/flow-search +@dirrm /var/ft >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 Aug 10 6:43:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from beige.buildingblocks.com (beige.buildingblocks.com [4.17.164.132]) by hub.freebsd.org (Postfix) with ESMTP id 9FF8A37B409; Fri, 10 Aug 2001 06:43:13 -0700 (PDT) (envelope-from ppathiakis@homeportfolio.com) Received: from paulp.buildingblocks.com (all.buildingblocks.com [4.17.164.5]) by beige.buildingblocks.com (8.9.3/8.9.3) with SMTP id JAA28698; Fri, 10 Aug 2001 09:43:12 -0400 Content-Type: Multipart/Mixed; charset="iso-8859-1"; boundary="------------Boundary-00=_33UUVAQPOOW1XCMPQ9F0" From: Paul Pathiakis To: ports@freebsd.org Subject: Fwd: ImageMagick 5.3.{5,6} and smbfs 1.4.1 Date: Fri, 10 Aug 2001 09:42:39 -0400 X-Mailer: KMail [version 1.2] Cc: bp@freebsd.org MIME-Version: 1.0 Message-Id: <01081009423900.00438@paulp.buildingblocks.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 --------------Boundary-00=_33UUVAQPOOW1XCMPQ9F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit I used to have core files attached, but mail won't send due to file size limits. P. ---------- Forwarded Message ---------- Subject: ImageMagick 5.3.{5,6} and smbfs 1.4.1 Date: Wed, 8 Aug 2001 15:06:07 -0400 From: Paul Pathiakis To: ports@freebsd.org Cc: bp@freebsd.org Hi, I have FreeBSD 4.3 on PIII with 256MB on an ASUS P3-B. Attached, please find the core files for identify, truss, and the truss output on identify. (This occurred on any/all JPEG files.) Every time I use the ImageMagick "Identify" utility on a JPEG file on the smbfs share that I am mounting from an NT 4.0 system, I get the following: vm_fault: pager read error, pid 7050 (identify) pid 7050 (identify), uid 346: exited on signal 11 (core dumped) smbfs_getpages: error 9 vm_fault: pager read error, pid 7076 (identify) pid 7076 (identify), uid 0: exited on signal 11 (core dumped) vm_fault: pager read error, pid 66626 (identify) pid 66626 (identify), uid 800: exited on signal 11 (core dumped) from /var/log/messges: Aug 8 14:08:51 blackice /kernel: smbfs_getpages: error 9 Aug 8 14:08:51 blackice /kernel: vm_fault: pager read error, pid 53675 (identify) Aug 8 14:08:51 blackice /kernel: pid 53675 (identify), uid 0: exited on signal 11 (core dumped) Aug 8 14:18:21 blackice /kernel: smbfs_getpages: error 9 Aug 8 14:18:21 blackice /kernel: vm_fault: pager read error, pid 66626 (identify) Aug 8 14:18:51 blackice /kernel: pid 66626 (identify), uid 800: exited on signal 11 (core dumped) /kernel: smb_iod_recvall: drop resp with mid 35649 The above errors occur after a marked delay and dumps core. Identify is for image format type information gathering and is part of the ImageMagick package...it occurs on both 5.3.5 and 5.3.6. The smbfs share is mounted as uid 800 while logged in as Administrator. Whether root, uid 800 or 346 runs this has no affect, they all dump core. Also, when the same images are copied to a local filesystem or an NFS mounted filesystem, the identify command runs correctly. I have also run dd on my disk to /dev/null to see if there were any disk errors, the dd completed with NO errors so I assume no block errors on the IDE drive. Apparently, this looks like smbfs and identify are stepping on each other somehow. FYI and Thanks! Paul Pathiakis System Administrator ------------------------------------------------------- --------------Boundary-00=_33UUVAQPOOW1XCMPQ9F0 Content-Type: text/plain; charset="iso-8859-1"; name="trussidentify.out" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="trussidentify.out" dHJ1c3MgaWRlbnRpZnkgL21udC90bXAvaW1ncHJvYy9zcmMuanBnCl9fc3lzY3RsKDB4YmZiZmZh YjAsMHgyLDB4MTgwNWM5MjgsMHhiZmJmZmFhYywweDAsMHgwKSA9IDAgKDB4MCkKbW1hcCgweDAs MzI3NjgsMHgzLDB4MTAwMiwtMSwweDApCQkgPSA0MDMwMzgyMDggKDB4MTgwNWUwMDApCmdldGV1 aWQoKQkJCQkJID0gMCAoMHgwKQpnZXR1aWQoKQkJCQkJID0gMCAoMHgwKQpnZXRlZ2lkKCkJCQkJ CSA9IDAgKDB4MCkKZ2V0Z2lkKCkJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xp Yi9saWJNYWdpY2suc28uNSIsMCkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xpYi9saWJN YWdpY2suc28uNSIsMCwwMjc3NTc3NzU0MTApID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZhZDgp CQkJCSA9IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAoMHgx MDAwKQptbWFwKDB4MCwxNjI2MTEyLDB4NSwweDIsMywweDApCQkJID0gNDAzMDcwOTc2ICgweDE4 MDY2MDAwKQptbWFwKDB4MTgxYmEwMDAsMTgwMjI0LDB4MywweDEyLDMsMHgxNTMwMDApCSA9IDQw NDQ2MzYxNiAoMHgxODFiYTAwMCkKbW1hcCgweDE4MWU2MDAwLDUzMjQ4LDB4MywweDEwMTIsLTEs MHgwKQkgPSA0MDQ2NDM4NDAgKDB4MTgxZTYwMDApCmNsb3NlKDMpCQkJCQkgPSAwICgweDApCmFj Y2VzcygiL3Vzci9sb2NhbC9saWIvbGliamJpZy5zby4xIiwwKQkJID0gMCAoMHgwKQpvcGVuKCIv dXNyL2xvY2FsL2xpYi9saWJqYmlnLnNvLjEiLDAsMDI3NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0 YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAw KQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsNDkxNTIsMHg1LDB4MiwzLDB4MCkJCQkgPSA0 MDQ2OTcwODggKDB4MTgxZjMwMDApCm1tYXAoMHgxODFmYzAwMCwxMjI4OCwweDMsMHgxMiwzLDB4 ODAwMCkJID0gNDA0NzMzOTUyICgweDE4MWZjMDAwKQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQph Y2Nlc3MoIi91c3IvbG9jYWwvbGliL2xpYmxjbXMuc28uMSIsMCkJCSA9IDAgKDB4MCkKb3Blbigi L3Vzci9sb2NhbC9saWIvbGlibGNtcy5zby4xIiwwLDAyNzc1Nzc3NTQxMCkgPSAzICgweDMpCmZz dGF0KDMsMHhiZmJmZmFkOCkJCQkJID0gMCAoMHgwKQpyZWFkKDB4MywweGJmYmZlYWE4LDB4MTAw MCkJCQkgPSA0MDk2ICgweDEwMDApCm1tYXAoMHgwLDY1NTM2LDB4NSwweDIsMywweDApCQkJID0g NDA0NzQ2MjQwICgweDE4MWZmMDAwKQptbWFwKDB4MTgyMGMwMDAsNDA5NiwweDMsMHgxMiwzLDB4 YzAwMCkJCSA9IDQwNDc5OTQ4OCAoMHgxODIwYzAwMCkKbW1hcCgweDE4MjBkMDAwLDgxOTIsMHgz LDB4MTAxMiwtMSwweDApCQkgPSA0MDQ4MDM1ODQgKDB4MTgyMGQwMDApCmNsb3NlKDMpCQkJCQkg PSAwICgweDApCmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGlidGlmZi5zby40IiwwKQkJID0gMCAo MHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xpYi9saWJ0aWZmLnNvLjQiLDAsMDI3NzU3Nzc1NDEwKSA9 IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQoMHgzLDB4YmZi ZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsMjY2MjQwLDB4NSwweDIs MywweDApCQkJID0gNDA0ODExNzc2ICgweDE4MjBmMDAwKQptbWFwKDB4MTgyNGUwMDAsODE5Miww eDMsMHgxMiwzLDB4M2UwMDApCSA9IDQwNTA2OTgyNCAoMHgxODI0ZTAwMCkKY2xvc2UoMykJCQkJ CSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJmcmVldHlwZS5zby43IiwwKQkg PSAwICgweDApCm9wZW4oIi91c3IvbG9jYWwvbGliL2xpYmZyZWV0eXBlLnNvLjciLDAsMDI3NzU3 Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQo MHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsMjI1Mjgw LDB4NSwweDIsMywweDApCQkJID0gNDA1MDc4MDE2ICgweDE4MjUwMDAwKQptbWFwKDB4MTgyODMw MDAsMTYzODQsMHgzLDB4MTIsMywweDMyMDAwKQkgPSA0MDUyODY5MTIgKDB4MTgyODMwMDApCmNs b3NlKDMpCQkJCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGlianBlZy5zby45 IiwwKQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xpYi9saWJqcGVnLnNvLjkiLDAsMDI3 NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJl YWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsMTIy ODgwLDB4NSwweDIsMywweDApCQkJID0gNDA1MzAzMjk2ICgweDE4Mjg3MDAwKQptbWFwKDB4MTgy YTQwMDAsNDA5NiwweDMsMHgxMiwzLDB4MWMwMDApCSA9IDQwNTQyMjA4MCAoMHgxODJhNDAwMCkK Y2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJwbmcuc28u NCIsMCkJCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9sb2NhbC9saWIvbGlicG5nLnNvLjQiLDAsMDI3 NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJl YWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsMTI2 OTc2LDB4NSwweDIsMywweDApCQkJID0gNDA1NDI2MTc2ICgweDE4MmE1MDAwKQptbWFwKDB4MTgy YzMwMDAsNDA5NiwweDMsMHgxMiwzLDB4MWQwMDApCSA9IDQwNTU0OTA1NiAoMHgxODJjMzAwMCkK Y2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJmcHguc28u MSIsMCkJCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9sb2NhbC9saWIvbGliZnB4LnNvLjEiLDAsMDI3 NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJl YWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsNjMw Nzg0LDB4NSwweDIsMywweDApCQkJID0gNDA1NTUzMTUyICgweDE4MmM0MDAwKQptbWFwKDB4MTgz NTQwMDAsMzY4NjQsMHgzLDB4MTIsMywweDhmMDAwKQkgPSA0MDYxNDI5NzYgKDB4MTgzNTQwMDAp Cm1tYXAoMHgxODM1ZDAwMCw0MDk2LDB4MywweDEwMTIsLTEsMHgwKQkJID0gNDA2MTc5ODQwICgw eDE4MzVkMDAwKQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwvbGli L2xpYndtZi5zby4xIiwwKQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xpYi9saWJ3bWYu c28uMSIsMCwwMjc3NTc3NzU0MTApID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZhZDgpCQkJCSA9 IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAoMHgxMDAwKQpt bWFwKDB4MCw1MzI0OCwweDUsMHgyLDMsMHgwKQkJCSA9IDQwNjE4MzkzNiAoMHgxODM1ZTAwMCkK bW1hcCgweDE4MzY4MDAwLDQwOTYsMHgzLDB4MTIsMywweDkwMDApCQkgPSA0MDYyMjQ4OTYgKDB4 MTgzNjgwMDApCm1tYXAoMHgxODM2OTAwMCw4MTkyLDB4MywweDEwMTIsLTEsMHgwKQkJID0gNDA2 MjI4OTkyICgweDE4MzY5MDAwKQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3Iv bG9jYWwvbGliL2xpYmRpYi5zby4xIiwwKQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xp Yi9saWJkaWIuc28uMSIsMCwwMjc3NTc3NzU0MTApID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZh ZDgpCQkJCSA9IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAo MHgxMDAwKQptbWFwKDB4MCwxNjM4NCwweDUsMHgyLDMsMHgwKQkJCSA9IDQwNjIzNzE4NCAoMHgx ODM2YjAwMCkKbW1hcCgweDE4MzZkMDAwLDgxOTIsMHgzLDB4MTIsMywweDEwMDApCQkgPSA0MDYy NDUzNzYgKDB4MTgzNmQwMDApCmNsb3NlKDMpCQkJCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9s b2NhbC9saWIvbGliWHBtLnNvLjQiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3Rv cnknCm9wZW4oIi92YXIvcnVuL2xkLWVsZi5zby5oaW50cyIsMCwwMTQpCQkgPSAzICgweDMpCnJl YWQoMHgzLDB4YmZiZmZhOTAsMHg4MCkJCQkgPSAxMjggKDB4ODApCmxzZWVrKDMsMHg4MCwwKQkJ CQkJID0gMTI4ICgweDgwKQpyZWFkKDB4MywweDE4MDYyMDgwLDB4MzcpCQkJID0gNTUgKDB4Mzcp CmNsb3NlKDMpCQkJCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9saWIvbGliWHBtLnNvLjQiLDAp CQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9saWIvY29t cGF0L2xpYlhwbS5zby40IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jwph Y2Nlc3MoIi91c3IvWDExUjYvbGliL2xpYlhwbS5zby40IiwwKQkJID0gMCAoMHgwKQpvcGVuKCIv dXNyL1gxMVI2L2xpYi9saWJYcG0uc28uNCIsMCwwMjc3NTc3NzU0MTApID0gMyAoMHgzKQpmc3Rh dCgzLDB4YmZiZmZhZDgpCQkJCSA9IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDAp CQkJID0gNDA5NiAoMHgxMDAwKQptbWFwKDB4MCw1NzM0NCwweDUsMHgyLDMsMHgwKQkJCSA9IDQw NjI1MzU2OCAoMHgxODM2ZjAwMCkKbW1hcCgweDE4MzdjMDAwLDQwOTYsMHgzLDB4MTIsMywweGMw MDApCQkgPSA0MDYzMDY4MTYgKDB4MTgzN2MwMDApCmNsb3NlKDMpCQkJCQkgPSAwICgweDApCmFj Y2VzcygiL3Vzci9sb2NhbC9saWIvbGliWGV4dC5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZp bGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbGliL2xpYlhleHQuc28uNiIsMCkJCSBFUlIj MiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL2xpYi9jb21wYXQvbGli WGV4dC5zby42IiwwKQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2Vzcygi L3Vzci9YMTFSNi9saWIvbGliWGV4dC5zby42IiwwKQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL1gx MVI2L2xpYi9saWJYZXh0LnNvLjYiLDAsMDI3NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMyww eGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9 IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsNDkxNTIsMHg1LDB4MiwzLDB4MCkJCQkgPSA0MDYzMTA5 MTIgKDB4MTgzN2QwMDApCm1tYXAoMHgxODM4ODAwMCw0MDk2LDB4MywweDEyLDMsMHhhMDAwKQkJ ID0gNDA2MzU1OTY4ICgweDE4Mzg4MDAwKQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3Mo Ii91c3IvbG9jYWwvbGliL2xpYlh0LnNvLjYiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBk aXJlY3RvcnknCmFjY2VzcygiL3Vzci9saWIvbGliWHQuc28uNiIsMCkJCQkgRVJSIzIgJ05vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9saWIvY29tcGF0L2xpYlh0LnNvLjYi LDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9YMTFS Ni9saWIvbGliWHQuc28uNiIsMCkJCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9YMTFSNi9saWIvbGli WHQuc28uNiIsMCwwMjc3NTc3NzU0MTApID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZhZDgpCQkJ CSA9IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAoMHgxMDAw KQptbWFwKDB4MCwyOTQ5MTIsMHg1LDB4MiwzLDB4MCkJCQkgPSA0MDYzNjAwNjQgKDB4MTgzODkw MDApCm1tYXAoMHgxODNjZDAwMCwxNjM4NCwweDMsMHgxMiwzLDB4NDMwMDApCSA9IDQwNjYzODU5 MiAoMHgxODNjZDAwMCkKY2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2Fs L2xpYi9saWJTTS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jwph Y2Nlc3MoIi91c3IvbGliL2xpYlNNLnNvLjYiLDApCQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3Ig ZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbGliL2NvbXBhdC9saWJTTS5zby42IiwwKQkJIEVSUiMy ICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvWDExUjYvbGliL2xpYlNN LnNvLjYiLDApCQkgPSAwICgweDApCm9wZW4oIi91c3IvWDExUjYvbGliL2xpYlNNLnNvLjYiLDAs MDI3NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDAp CnJlYWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAs MzY4NjQsMHg1LDB4MiwzLDB4MCkJCQkgPSA0MDY2NTQ5NzYgKDB4MTgzZDEwMDApCm1tYXAoMHgx ODNkODAwMCw4MTkyLDB4MywweDEyLDMsMHg2MDAwKQkJID0gNDA2NjgzNjQ4ICgweDE4M2Q4MDAw KQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwvbGliL2xpYklDRS5z by42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3Iv bGliL2xpYklDRS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5Jwph Y2Nlc3MoIi91c3IvbGliL2NvbXBhdC9saWJJQ0Uuc28uNiIsMCkJCSBFUlIjMiAnTm8gc3VjaCBm aWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL1gxMVI2L2xpYi9saWJJQ0Uuc28uNiIsMCkJ CSA9IDAgKDB4MCkKb3BlbigiL3Vzci9YMTFSNi9saWIvbGliSUNFLnNvLjYiLDAsMDI3NzU3Nzc1 NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQoMHgz LDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsOTAxMTIsMHg1 LDB4MiwzLDB4MCkJCQkgPSA0MDY2OTE4NDAgKDB4MTgzZGEwMDApCm1tYXAoMHgxODNlZDAwMCw0 MDk2LDB4MywweDEyLDMsMHgxMjAwMCkJID0gNDA2NzY5NjY0ICgweDE4M2VkMDAwKQptbWFwKDB4 MTgzZWUwMDAsODE5MiwweDMsMHgxMDEyLC0xLDB4MCkJCSA9IDQwNjc3Mzc2MCAoMHgxODNlZTAw MCkKY2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJYMTEu c28uNiIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNy L2xpYi9saWJYMTEuc28uNiIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScK YWNjZXNzKCIvdXNyL2xpYi9jb21wYXQvbGliWDExLnNvLjYiLDApCQkgRVJSIzIgJ05vIHN1Y2gg ZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9YMTFSNi9saWIvbGliWDExLnNvLjYiLDAp CQkgPSAwICgweDApCm9wZW4oIi91c3IvWDExUjYvbGliL2xpYlgxMS5zby42IiwwLDAyNzc1Nzc3 NTQxMCkgPSAzICgweDMpCmZzdGF0KDMsMHhiZmJmZmFkOCkJCQkJID0gMCAoMHgwKQpyZWFkKDB4 MywweGJmYmZlYWE4LDB4MTAwMCkJCQkgPSA0MDk2ICgweDEwMDApCm1tYXAoMHgwLDY1MTI2NCww eDUsMHgyLDMsMHgwKQkJCSA9IDQwNjc4MTk1MiAoMHgxODNmMDAwMCkKbW1hcCgweDE4NDg5MDAw LDI0NTc2LDB4MywweDEyLDMsMHg5ODAwMCkJID0gNDA3NDA4NjQwICgweDE4NDg5MDAwKQpjbG9z ZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwvbGliL2xpYmJ6Mi5zby4xIiww KQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xpYi9saWJiejIuc28uMSIsMCwwMjc3NTc3 NzU0MTApID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZhZDgpCQkJCSA9IDAgKDB4MCkKcmVhZCgw eDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAoMHgxMDAwKQptbWFwKDB4MCw2NTUzNiww eDUsMHgyLDMsMHgwKQkJCSA9IDQwNzQzMzIxNiAoMHgxODQ4ZjAwMCkKbW1hcCgweDE4NDlkMDAw LDgxOTIsMHgzLDB4MTIsMywweGQwMDApCQkgPSA0MDc0OTA1NjAgKDB4MTg0OWQwMDApCmNsb3Nl KDMpCQkJCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGlieG1sMi5zby41Iiww KQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xvY2FsL2xpYi9saWJ4bWwyLnNvLjUiLDAsMDI3NzU3 Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQoMywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQo MHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJCSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsNTkzOTIw LDB4NSwweDIsMywweDApCQkJID0gNDA3NDk4NzUyICgweDE4NDlmMDAwKQptbWFwKDB4MTg1MjYw MDAsMzY4NjQsMHgzLDB4MTIsMywweDg2MDAwKQkgPSA0MDgwNTE3MTIgKDB4MTg1MjYwMDApCm1t YXAoMHgxODUyZjAwMCw0MDk2LDB4MywweDEwMTIsLTEsMHgwKQkJID0gNDA4MDg4NTc2ICgweDE4 NTJmMDAwKQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwvbGliL2xp Ynouc28uMiIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIv dXNyL2xpYi9saWJ6LnNvLjIiLDApCQkJID0gMCAoMHgwKQpvcGVuKCIvdXNyL2xpYi9saWJ6LnNv LjIiLDAsMDI3NzU3Nzc1NDEwKQkgPSAzICgweDMpCmZzdGF0KDMsMHhiZmJmZmFkOCkJCQkJID0g MCAoMHgwKQpyZWFkKDB4MywweGJmYmZlYWE4LDB4MTAwMCkJCQkgPSA0MDk2ICgweDEwMDApCm1t YXAoMHgwLDUzMjQ4LDB4NSwweDIsMywweDApCQkJID0gNDA4MDkyNjcyICgweDE4NTMwMDAwKQpt bWFwKDB4MTg1M2IwMDAsODE5MiwweDMsMHgxMiwzLDB4YTAwMCkJCSA9IDQwODEzNzcyOCAoMHgx ODUzYjAwMCkKY2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9s aWJtLnNvLjIiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2Vzcygi L3Vzci9saWIvbGlibS5zby4yIiwwKQkJCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9saWIvbGlibS5z by4yIiwwLDAyNzc1Nzc3NTQxMCkJID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZhZDgpCQkJCSA9 IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAoMHgxMDAwKQpt bWFwKDB4MCwxMTA1OTIsMHg1LDB4MiwzLDB4MCkJCQkgPSA0MDgxNDU5MjAgKDB4MTg1M2QwMDAp Cm1tYXAoMHgxODU1NDAwMCwxNjM4NCwweDMsMHgxMiwzLDB4MTYwMDApCSA9IDQwODI0MDEyOCAo MHgxODU1NDAwMCkKY2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xp Yi9saWJjLnNvLjQiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2Vz cygiL3Vzci9saWIvbGliYy5zby40IiwwKQkJCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9saWIvbGli Yy5zby40IiwwLDAyNzc1Nzc3NTQxMCkJID0gMyAoMHgzKQpmc3RhdCgzLDB4YmZiZmZhZDgpCQkJ CSA9IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDApCQkJID0gNDA5NiAoMHgxMDAw KQptbWFwKDB4MCw2MTQ0MDAsMHg1LDB4MiwzLDB4MCkJCQkgPSA0MDgyNTY1MTIgKDB4MTg1NTgw MDApCm1tYXAoMHgxODVkNTAwMCwyMDQ4MCwweDMsMHgxMiwzLDB4N2MwMDApCSA9IDQwODc2ODUx MiAoMHgxODVkNTAwMCkKbW1hcCgweDE4NWRhMDAwLDgxOTIwLDB4MywweDEwMTIsLTEsMHgwKQkg PSA0MDg3ODg5OTIgKDB4MTg1ZGEwMDApCmNsb3NlKDMpCQkJCQkgPSAwICgweDApCmFjY2Vzcygi L3Vzci9sb2NhbC9saWIvbGliamJpZy5zby4xIiwwKQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3Iv bG9jYWwvbGliL2xpYmxjbXMuc28uMSIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2Fs L2xpYi9saWJ0aWZmLnNvLjQiLDApCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9sb2NhbC9saWIv bGliZnJlZXR5cGUuc28uNyIsMCkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwvbGliL2xp YmpwZWcuc28uOSIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJwbmcu c28uNCIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJmcHguc28uMSIs MCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJ3bWYuc28uMSIsMCkJCSA9 IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJkaWIuc28uMSIsMCkJCSA9IDAgKDB4 MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJYcG0uc28uNCIsMCkJCSBFUlIjMiAnTm8gc3Vj aCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL2xpYi9saWJYcG0uc28uNCIsMCkJCSBF UlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL2xpYi9jb21wYXQv bGliWHBtLnNvLjQiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2Vz cygiL3Vzci9YMTFSNi9saWIvbGliWHBtLnNvLjQiLDApCQkgPSAwICgweDApCmFjY2VzcygiL3Vz ci9sb2NhbC9saWIvbGliWGV4dC5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGly ZWN0b3J5JwphY2Nlc3MoIi91c3IvbGliL2xpYlhleHQuc28uNiIsMCkJCSBFUlIjMiAnTm8gc3Vj aCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL2xpYi9jb21wYXQvbGliWGV4dC5zby42 IiwwKQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9YMTFS Ni9saWIvbGliWGV4dC5zby42IiwwKQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwvbGli L2xpYlh0LnNvLjYiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2Vz cygiL3Vzci9saWIvbGliWHQuc28uNiIsMCkJCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJl Y3RvcnknCmFjY2VzcygiL3Vzci9saWIvY29tcGF0L2xpYlh0LnNvLjYiLDApCQkgRVJSIzIgJ05v IHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9YMTFSNi9saWIvbGliWHQuc28u NiIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJTTS5zby42IiwwKQkJ IEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbGliL2xpYlNN LnNvLjYiLDApCQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91 c3IvbGliL2NvbXBhdC9saWJTTS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGly ZWN0b3J5JwphY2Nlc3MoIi91c3IvWDExUjYvbGliL2xpYlNNLnNvLjYiLDApCQkgPSAwICgweDAp CmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGliSUNFLnNvLjYiLDApCQkgRVJSIzIgJ05vIHN1Y2gg ZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9saWIvbGliSUNFLnNvLjYiLDApCQkgRVJS IzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9saWIvY29tcGF0L2xp YklDRS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3Mo Ii91c3IvWDExUjYvbGliL2xpYklDRS5zby42IiwwKQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3Iv bG9jYWwvbGliL2xpYlgxMS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0 b3J5JwphY2Nlc3MoIi91c3IvbGliL2xpYlgxMS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZp bGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbGliL2NvbXBhdC9saWJYMTEuc28uNiIsMCkJ CSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL1gxMVI2L2xp Yi9saWJYMTEuc28uNiIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJi ejIuc28uMSIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xvY2FsL2xpYi9saWJ4bWwyLnNv LjUiLDApCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGliei5zby4yIiwwKQkJ IEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbGliL2xpYnou c28uMiIsMCkJCQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGlic3RkYysrLnNv LjMiLDApCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL2xp Yi9saWJzdGRjKysuc28uMyIsMCkJCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9saWIvbGlic3RkYysr LnNvLjMiLDAsMDI3NzU3Nzc1NDEwKQkgPSAzICgweDMpCmZzdGF0KDMsMHhiZmJmZmFkOCkJCQkJ ID0gMCAoMHgwKQpyZWFkKDB4MywweGJmYmZlYWE4LDB4MTAwMCkJCQkgPSA0MDk2ICgweDEwMDAp Cm1tYXAoMHgwLDI4MjYyNCwweDUsMHgyLDMsMHgwKQkJCSA9IDQwODg3MDkxMiAoMHgxODVlZTAw MCkKbW1hcCgweDE4NjMwMDAwLDEyMjg4LDB4MywweDEyLDMsMHg0MTAwMCkJID0gNDA5MTQxMjQ4 ICgweDE4NjMwMDAwKQpjbG9zZSgzKQkJCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbG9jYWwv bGliL2xpYm0uc28uMiIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNj ZXNzKCIvdXNyL2xpYi9saWJtLnNvLjIiLDApCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbGli L2xpYmpwZWcuc28uOSIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNj ZXNzKCIvdXNyL2xpYi9jb21wYXQvbGlianBlZy5zby45IiwwKQkgRVJSIzIgJ05vIHN1Y2ggZmls ZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9YMTFSNi9saWIvbGlianBlZy5zby45IiwwKQkJ IEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbG9jYWwvbGli L2xpYmpwZWcuc28uOSIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xpYi9saWJ6LnNvLjIi LDApCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbGliL2xpYmMuc28uNCIsMCkJCQkgPSAwICgw eDApCmFjY2VzcygiL3Vzci9saWIvbGliei5zby4yIiwwKQkJCSA9IDAgKDB4MCkKYWNjZXNzKCIv dXNyL2xpYi9saWJtLnNvLjIiLDApCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbGliL2xpYmpw ZWcuc28uOSIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIv dXNyL2xpYi9jb21wYXQvbGlianBlZy5zby45IiwwKQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBk aXJlY3RvcnknCmFjY2VzcygiL3Vzci9YMTFSNi9saWIvbGlianBlZy5zby45IiwwKQkJIEVSUiMy ICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvbG9jYWwvbGliL2xpYmpw ZWcuc28uOSIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL2xpYi9saWJkaWIuc28uMSIsMCkJ CSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL2xpYi9jb21w YXQvbGliZGliLnNvLjEiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFj Y2VzcygiL3Vzci9YMTFSNi9saWIvbGliZGliLnNvLjEiLDApCQkgRVJSIzIgJ05vIHN1Y2ggZmls ZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9sb2NhbC9saWIvbGliZGliLnNvLjEiLDApCQkg PSAwICgweDApCmFjY2VzcygiL3Vzci9saWIvbGliWHBtLnNvLjQiLDApCQkgRVJSIzIgJ05vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnknCmFjY2VzcygiL3Vzci9saWIvY29tcGF0L2xpYlhwbS5zby40 IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91c3IvWDEx UjYvbGliL2xpYlhwbS5zby40IiwwKQkJID0gMCAoMHgwKQphY2Nlc3MoIi91c3IvbGliL2xpYlgx MS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwphY2Nlc3MoIi91 c3IvbGliL2NvbXBhdC9saWJYMTEuc28uNiIsMCkJCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRp cmVjdG9yeScKYWNjZXNzKCIvdXNyL1gxMVI2L2xpYi9saWJYMTEuc28uNiIsMCkJCSA9IDAgKDB4 MCkKYWNjZXNzKCIvdXNyL2xpYi9saWJtLnNvLjIiLDApCQkJID0gMCAoMHgwKQphY2Nlc3MoIi91 c3IvbGliL2xpYlgxMS5zby42IiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5 JwphY2Nlc3MoIi91c3IvbGliL2NvbXBhdC9saWJYMTEuc28uNiIsMCkJCSBFUlIjMiAnTm8gc3Vj aCBmaWxlIG9yIGRpcmVjdG9yeScKYWNjZXNzKCIvdXNyL1gxMVI2L2xpYi9saWJYMTEuc28uNiIs MCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNyL1gxMVI2L2xpYi9saWJYMTEuc28uNiIsMCkJCSA9 IDAgKDB4MCkKYWNjZXNzKCIvdXNyL1gxMVI2L2xpYi9saWJYMTEuc28uNiIsMCkJCSA9IDAgKDB4 MCkKYWNjZXNzKCIvdXNyL1gxMVI2L2xpYi9saWJTTS5zby42IiwwKQkJID0gMCAoMHgwKQphY2Nl c3MoIi91c3IvWDExUjYvbGliL2xpYklDRS5zby42IiwwKQkJID0gMCAoMHgwKQphY2Nlc3MoIi91 c3IvWDExUjYvbGliL2xpYlhUaHJTdHViLnNvLjYiLDApCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9Y MTFSNi9saWIvbGliWFRoclN0dWIuc28uNiIsMCwwMjc3NTc3NzU0MTApID0gMyAoMHgzKQpmc3Rh dCgzLDB4YmZiZmZhZDgpCQkJCSA9IDAgKDB4MCkKcmVhZCgweDMsMHhiZmJmZWFhOCwweDEwMDAp CQkJID0gNDA5NiAoMHgxMDAwKQptbWFwKDB4MCw4MTkyLDB4NSwweDIsMywweDApCQkJID0gNDA5 MTUzNTM2ICgweDE4NjMzMDAwKQptbWFwKDB4MTg2MzQwMDAsNDA5NiwweDMsMHgxMiwzLDB4MCkJ CSA9IDQwOTE1NzYzMiAoMHgxODYzNDAwMCkKY2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKYWNjZXNz KCIvdXNyL1gxMVI2L2xpYi9saWJJQ0Uuc28uNiIsMCkJCSA9IDAgKDB4MCkKYWNjZXNzKCIvdXNy L1gxMVI2L2xpYi9saWJYVGhyU3R1Yi5zby42IiwwKQkgPSAwICgweDApCmFjY2VzcygiL3Vzci9s b2NhbC9saWIvbGliei5zby4yIiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5 JwphY2Nlc3MoIi91c3IvbGliL2xpYnouc28uMiIsMCkJCQkgPSAwICgweDApCmFjY2VzcygiL3Vz ci9sb2NhbC9saWIvbGlibS5zby4yIiwwKQkJIEVSUiMyICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0 b3J5JwphY2Nlc3MoIi91c3IvbGliL2xpYm0uc28uMiIsMCkJCQkgPSAwICgweDApCmFjY2Vzcygi L3Vzci9sb2NhbC9saWIvbGliZ2ljb252LnNvLjIiLDApCSA9IDAgKDB4MCkKb3BlbigiL3Vzci9s b2NhbC9saWIvbGliZ2ljb252LnNvLjIiLDAsMDI3NzU3Nzc1NDEwKSA9IDMgKDB4MykKZnN0YXQo MywweGJmYmZmYWQ4KQkJCQkgPSAwICgweDApCnJlYWQoMHgzLDB4YmZiZmVhYTgsMHgxMDAwKQkJ CSA9IDQwOTYgKDB4MTAwMCkKbW1hcCgweDAsNjMwNzg0LDB4NSwweDIsMywweDApCQkJID0gNDA5 MTYxNzI4ICgweDE4NjM1MDAwKQptbWFwKDB4MTg2Y2EwMDAsMjA0ODAsMHgzLDB4MTIsMywweDk0 MDAwKQkgPSA0MDk3NzIwMzIgKDB4MTg2Y2EwMDApCmNsb3NlKDMpCQkJCQkgPSAwICgweDApCmFj Y2VzcygiL3Vzci9saWIvbGlibS5zby4yIiwwKQkJCSA9IDAgKDB4MCkKc2lnYWN0aW9uKFNJR0lM TCwweGJmYmZmYjMwLDB4YmZiZmZiMTgpCQkgPSAwICgweDApCnNpZ3Byb2NtYXNrKDB4MSwweDAs MHgxODA1Yzg1YykJCQkgPSAwICgweDApCnNpZ2FjdGlvbihTSUdJTEwsMHhiZmJmZmIxOCwweDAp CQkgPSAwICgweDApCnNpZ3Byb2NtYXNrKDB4MSwweDE4MDVjODIwLDB4YmZiZmZiNTgpCQkgPSAw ICgweDApCnNpZ3Byb2NtYXNrKDB4MywweDE4MDVjODMwLDB4MCkJCQkgPSAwICgweDApCnJlYWRs aW5rKCIvZXRjL21hbGxvYy5jb25mIiwweGJmYmZmYTQ4LDYzKQkgRVJSIzIgJ05vIHN1Y2ggZmls ZSBvciBkaXJlY3RvcnknCm1tYXAoMHgwLDQwOTYsMHgzLDB4MTAwMiwtMSwweDApCQkgPSA0MDk3 OTI1MTIgKDB4MTg2Y2YwMDApCmJyZWFrKDB4ODA0YzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgwNGUwMDApCQkJCSA9IDAgKDB4MCkKc2lnYWN0aW9uKFNJR1NZUywweGJmYmZlYThjLDB4YmZi ZmVhNzQpCQkgPSAwICgweDApCl9fZ2V0Y3dkKDB4YmZiZmYzM2MsMHg4MDUpCQkJID0gMCAoMHgw KQpzaWdhY3Rpb24oU0lHU1lTLDB4YmZiZmVhNzQsMHgwKQkJID0gMCAoMHgwKQpicmVhaygweDgw NTEwMDApCQkJCSA9IDAgKDB4MCkKX19nZXRjd2QoMHhiZmJmZWI0NCwweDgwNCkJCQkgPSAwICgw eDApCmNoZGlyKDB4YmZiZmViNDQpCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDU0MDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODA1NTAwMCkJCQkJID0gMCAoMHgwKQppc3NldHVnaWQoKQkJCQkJ ID0gMCAoMHgwKQpnZXR0aW1lb2ZkYXkoMHhiZmJmZjhkNCwweDApCQkJID0gMCAoMHgwKQpnZXRw aWQoKQkJCQkJID0gODM4NDIgKDB4MTQ3ODIpCm9wZW4oIi9kZXYvdXJhbmRvbSIsMCwwMCkJCQkg PSAzICgweDMpCnJlYWQoMHgzLDB4YmZiZmY4ZTAsMHg3NCkJCQkgPSAxMTYgKDB4NzQpCmNsb3Nl KDMpCQkJCQkgPSAwICgweDApCmxzdGF0KCIvdmFyL3RtcC9tYWdpY2tRWFV5UTQiLDB4YmZiZmY5 ZTQpCSBFUlIjMiAnTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeScKaXNzZXR1Z2lkKCkJCQkJCSA9 IDAgKDB4MCkKbHN0YXQoIi92YXIvdG1wL21hZ2lja3h1R0M3NiIsMHhiZmJmZjllNCkJIEVSUiMy ICdObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5JwpicmVhaygweDgwNTgwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MDVhMDAwKQkJCQkgPSAwICgweDApCmdldHJ1c2FnZSgweDAsMHhiZmJmYzk0 YykJCQkgPSAwICgweDApCmdldHJ1c2FnZSgweGZmZmZmZmZmLDB4YmZiZmM5NGMpCQkgPSAwICgw eDApCmdldHRpbWVvZmRheSgweGJmYmZjOTQ0LDB4MCkJCQkgPSAwICgweDApCmdldHJ1c2FnZSgw eDAsMHhiZmJmYzk0YykJCQkgPSAwICgweDApCmdldHJ1c2FnZSgweGZmZmZmZmZmLDB4YmZiZmM5 NGMpCQkgPSAwICgweDApCmdldHRpbWVvZmRheSgweGJmYmZjOTQ0LDB4MCkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODA1YzAwMCkJCQkJID0gMCAoMHgwKQpvcGVuKCIvbW50L3RtcC9pbWdwcm9jL3Ny Yy5qcGciLDAsMDY2NikJCSA9IDMgKDB4MykKYnJlYWsoMHg4MDVkMDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODA1ZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwNjEwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MDYzMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA2NTAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgwNjcwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDY5MDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA2YjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgw NmQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDZmMDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODA3MTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwNzMwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MDc1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA3NzAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgwNzkwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDdiMDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODA3ZDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwN2YwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDgxMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA4 MzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwODUwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MDg3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA4OTAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgwOGIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDhkMDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODA4ZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwOTEwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MDkzMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA5NTAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgwOTcwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDk5 MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODA5YjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgwOWQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MDlmMDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODBhMTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwYTMwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MGE1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBhNzAwMCkJCQkJID0g MCAoMHgwKQpicmVhaygweDgwYTkwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGFiMDAwKQkJ CQkgPSAwICgweDApCmJyZWFrKDB4ODBhZDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwYWYw MDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGIxMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4 ODBiMzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwYjUwMDApCQkJCSA9IDAgKDB4MCkKYnJl YWsoMHg4MGI3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBiOTAwMCkJCQkJID0gMCAoMHgw KQpicmVhaygweDgwYmIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGJkMDAwKQkJCQkgPSAw ICgweDApCmJyZWFrKDB4ODBiZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwYzEwMDApCQkJ CSA9IDAgKDB4MCkKYnJlYWsoMHg4MGMzMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBjNTAw MCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwYzcwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4 MGM5MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBjYjAwMCkJCQkJID0gMCAoMHgwKQpicmVh aygweDgwY2QwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGNmMDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODBkMTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwZDMwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MGQ1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBkNzAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgwZDkwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGRiMDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBkZDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgw ZGYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGUxMDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODBlMzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwZTUwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MGU3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBlOTAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgwZWIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGVkMDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODBlZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwZjEwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGYzMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBm NTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgwZjcwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MGY5MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODBmYjAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgwZmQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MGZmMDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODEwMTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxMDMwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MTA1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODEwNzAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgxMDkwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTBi MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODEwZDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgxMGYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTExMDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODExMzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxMTUwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MTE3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODExOTAwMCkJCQkJID0g MCAoMHgwKQpicmVhaygweDgxMWIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTFkMDAwKQkJ CQkgPSAwICgweDApCmJyZWFrKDB4ODExZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxMjEw MDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTIzMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4 ODEyNTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxMjcwMDApCQkJCSA9IDAgKDB4MCkKYnJl YWsoMHg4MTI5MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODEyYjAwMCkJCQkJID0gMCAoMHgw KQpicmVhaygweDgxMmQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTJmMDAwKQkJCQkgPSAw ICgweDApCmJyZWFrKDB4ODEzMTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxMzMwMDApCQkJ CSA9IDAgKDB4MCkKYnJlYWsoMHg4MTM1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODEzNzAw MCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxMzkwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4 MTNiMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODEzZDAwMCkJCQkJID0gMCAoMHgwKQpicmVh aygweDgxM2YwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTQxMDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODE0MzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxNDUwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MTQ3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE0OTAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgxNGIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTRkMDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE0ZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgx NTEwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTUzMDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODE1NTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxNTcwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MTU5MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE1YjAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgxNWQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTVmMDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODE2MTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxNjMwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTY1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE2 NzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxNjkwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MTZiMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE2ZDAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgxNmYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTcxMDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODE3MzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxNzUwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MTc3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE3OTAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgxN2IwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTdk MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE3ZjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgxODEwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTgzMDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODE4NTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxODcwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MTg5MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE4YjAwMCkJCQkJID0g MCAoMHgwKQpicmVhaygweDgxOGQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MThmMDAwKQkJ CQkgPSAwICgweDApCmJyZWFrKDB4ODE5MTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxOTMw MDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MTk1MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4 ODE5NzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxOTkwMDApCQkJCSA9IDAgKDB4MCkKYnJl YWsoMHg4MTliMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODE5ZDAwMCkJCQkJID0gMCAoMHgw KQpicmVhaygweDgxOWYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWExMDAwKQkJCQkgPSAw ICgweDApCmJyZWFrKDB4ODFhMzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxYTUwMDApCQkJ CSA9IDAgKDB4MCkKYnJlYWsoMHg4MWE3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFhOTAw MCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxYWIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4 MWFkMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFhZjAwMCkJCQkJID0gMCAoMHgwKQpicmVh aygweDgxYjEwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWIzMDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODFiNTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxYjcwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MWI5MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFiYjAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgxYmQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWJmMDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFjMTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgx YzMwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWM1MDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODFjNzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxYzkwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MWNiMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFjZDAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgxY2YwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWQxMDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODFkMzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxZDUwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWQ3MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFk OTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxZGEwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MWRjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFkZTAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgxZTAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWUyMDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODFlNDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxZTYwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MWU4MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFlYTAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgxZWMwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWVl MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFmMDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgxZjIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MWY0MDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODFmNjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgxZjgwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MWZhMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODFmYzAwMCkJCQkJID0g MCAoMHgwKQpicmVhaygweDgxZmUwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjAwMDAwKQkJ CQkgPSAwICgweDApCmJyZWFrKDB4ODIwMjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyMDQw MDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjA2MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4 ODIwODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyMGEwMDApCQkJCSA9IDAgKDB4MCkKYnJl YWsoMHg4MjBjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODIwZTAwMCkJCQkJID0gMCAoMHgw KQpicmVhaygweDgyMTAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjEyMDAwKQkJCQkgPSAw ICgweDApCmJyZWFrKDB4ODIxNDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyMTYwMDApCQkJ CSA9IDAgKDB4MCkKYnJlYWsoMHg4MjE4MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODIxYTAw MCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyMWMwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4 MjFlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODIyMDAwMCkJCQkJID0gMCAoMHgwKQpicmVh aygweDgyMjIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjI0MDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODIyNjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyMjgwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MjJhMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODIyYzAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgyMmUwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjMwMDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODIzMjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgy MzQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjM2MDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODIzODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyM2EwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MjNjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODIzZTAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgyNDAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjQyMDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODI0NDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyNDYwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjQ4MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI0 YTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyNGMwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MjRlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI1MDAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgyNTIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjU0MDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODI1NjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyNTgwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MjVhMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI1YzAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgyNWUwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjYw MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI2MjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgyNjQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjY2MDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODI2ODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyNmEwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MjZjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI2ZTAwMCkJCQkJID0g MCAoMHgwKQpicmVhaygweDgyNzAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MjcyMDAwKQkJ CQkgPSAwICgweDApCmJyZWFrKDB4ODI3NDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyNzYw MDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4Mjc4MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4 ODI3YTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyN2MwMDApCQkJCSA9IDAgKDB4MCkKYnJl YWsoMHg4MjdlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI4MDAwMCkJCQkJID0gMCAoMHgw KQpicmVhaygweDgyODIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4Mjg0MDAwKQkJCQkgPSAw ICgweDApCmJyZWFrKDB4ODI4NjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyODgwMDApCQkJ CSA9IDAgKDB4MCkKYnJlYWsoMHg4MjhhMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI4YzAw MCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyOGUwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4 MjkwMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI5MjAwMCkJCQkJID0gMCAoMHgwKQpicmVh aygweDgyOTQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4Mjk2MDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODI5ODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyOWEwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MjljMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODI5ZTAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgyYTAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmEyMDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJhNDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgy YTYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmE4MDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODJhYTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyYWMwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MmFlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJiMDAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgyYjIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmI0MDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODJiNjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyYjgwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmJhMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJi YzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyYmUwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MmMwMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJjMjAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgyYzQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmM2MDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODJjODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyY2EwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MmNjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJjZTAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgyZDAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmQy MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJkNDAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgyZDYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmQ4MDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODJkYTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyZGMwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MmRlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJlMDAwMCkJCQkJID0g MCAoMHgwKQpicmVhaygweDgyZTIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmU0MDAwKQkJ CQkgPSAwICgweDApCmJyZWFrKDB4ODJlNjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyZTgw MDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmVhMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4 ODJlYzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyZWUwMDApCQkJCSA9IDAgKDB4MCkKYnJl YWsoMHg4MmYwMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJmMjAwMCkJCQkJID0gMCAoMHgw KQpicmVhaygweDgyZjQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MmY2MDAwKQkJCQkgPSAw ICgweDApCmJyZWFrKDB4ODJmODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgyZmEwMDApCQkJ CSA9IDAgKDB4MCkKYnJlYWsoMHg4MmZjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODJmZTAw MCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzMDAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4 MzAyMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODMwNDAwMCkJCQkJID0gMCAoMHgwKQpicmVh aygweDgzMDYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzA4MDAwKQkJCQkgPSAwICgweDAp CmJyZWFrKDB4ODMwYTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzMGMwMDApCQkJCSA9IDAg KDB4MCkKYnJlYWsoMHg4MzBlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODMxMDAwMCkJCQkJ ID0gMCAoMHgwKQpicmVhaygweDgzMTIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzE0MDAw KQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODMxNjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgz MTgwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzFhMDAwKQkJCQkgPSAwICgweDApCmJyZWFr KDB4ODMxYzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzMWUwMDApCQkJCSA9IDAgKDB4MCkK YnJlYWsoMHg4MzIwMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODMyMjAwMCkJCQkJID0gMCAo MHgwKQpicmVhaygweDgzMjQwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzI2MDAwKQkJCQkg PSAwICgweDApCmJyZWFrKDB4ODMyODAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzMmEwMDAp CQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzJjMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODMy ZTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzMzAwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWso MHg4MzMyMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODMzNDAwMCkJCQkJID0gMCAoMHgwKQpi cmVhaygweDgzMzYwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzM4MDAwKQkJCQkgPSAwICgw eDApCmJyZWFrKDB4ODMzYTAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzM2MwMDApCQkJCSA9 IDAgKDB4MCkKYnJlYWsoMHg4MzNlMDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODM0MDAwMCkJ CQkJID0gMCAoMHgwKQpicmVhaygweDgzNDIwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzQ0 MDAwKQkJCQkgPSAwICgweDApCmJyZWFrKDB4ODM0NjAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygw eDgzNDgwMDApCQkJCSA9IDAgKDB4MCkKYnJlYWsoMHg4MzRhMDAwKQkJCQkgPSAwICgweDApCmJy ZWFrKDB4ODM0YzAwMCkJCQkJID0gMCAoMHgwKQpicmVhaygweDgzNGUwMDApCQkJCSA9IDAgKDB4 MCkKYnJlYWsoMHg4MzUwMDAwKQkJCQkgPSAwICgweDApCmZzdGF0KDMsMHhiZmJmYjliNCkJCQkJ ID0gMCAoMHgwKQptbWFwKDB4MCw0NDE4MiwweDEsMHgyLDMsMHgwKQkJCSA9IDQwOTc5NjYwOCAo MHgxODZkMDAwMCkKY2xvc2UoMykJCQkJCSA9IDAgKDB4MCkKU0lHTkFMIDExClNJR05BTCAxMQpQ cm9jZXNzIHN0b3BwZWQgYmVjYXVzZSBvZjogIDE2CnByb2Nlc3MgZXhpdCwgcnZhbCA9IDEzOQpT ZWdtZW50YXRpb24gZmF1bHQgKGNvcmUgZHVtcGVkKQpibGFja2ljZSMgQXVnICA4IDE0OjU4OjIy IGJsYWNraWNlIC9rZXJuZWw6IHNtYmZzX2dldHBhZ2VzOiBlcnJvciA5CkF1ZyAgOCAxNDo1ODoy MiBibGFja2ljZSAva2VybmVsOiBzbWJmc19nZXRwYWdlczogZXJyb3IgOQpBdWcgIDggMTQ6NTg6 MjIgYmxhY2tpY2UgL2tlcm5lbDogdm1fZmF1bHQ6IHBhZ2VyIHJlYWQgZXJyb3IsIHBpZCA4Mzg0 MiAoaWRlbnRpZnkpCkF1ZyAgOCAxNDo1ODoyMiBibGFja2ljZSAva2VybmVsOiB2bV9mYXVsdDog cGFnZXIgcmVhZCBlcnJvciwgcGlkIDgzODQyIChpZGVudGlmeSkKCgo= --------------Boundary-00=_33UUVAQPOOW1XCMPQ9F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 7:25:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C6B237B40B; Fri, 10 Aug 2001 07:25:23 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AEMHI27135; Fri, 10 Aug 2001 07:22:17 -0700 (PDT) (envelope-from roam) Date: Fri, 10 Aug 2001 07:22:17 -0700 (PDT) From: Message-Id: <200108101422.f7AEMHI27135@freefall.freebsd.org> To: martti.kuparinen@iki.fi, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29603: [PATCH] stunnel 3.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: [PATCH] stunnel 3.19 State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Aug 10 07:22:00 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 8:25:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8141B37B403; Fri, 10 Aug 2001 08:25:27 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AFP5V38342; Fri, 10 Aug 2001 08:25:05 -0700 (PDT) (envelope-from ijliao) Date: Fri, 10 Aug 2001 08:25:05 -0700 (PDT) From: Message-Id: <200108101525.f7AFP5V38342@freefall.freebsd.org> To: leeym@bsd.ce.ntu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25091: new port: net/yahoo-transport Sender: owner-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: net/yahoo-transport State-Changed-From-To: analyzed->closed State-Changed-By: ijliao State-Changed-When: Fri Aug 10 08:24:10 PDT 2001 State-Changed-Why: originator requests http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25091 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 9:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6EDE37B40A for ; Fri, 10 Aug 2001 09:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGA0D45902; Fri, 10 Aug 2001 09:10:00 -0700 (PDT) (envelope-from gnats) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id E0E8F37B409 for ; Fri, 10 Aug 2001 09:05:23 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (lxpx478.lx.ehu.es [158.227.27.124]) by polaris.we.lc.ehu.es (8.11.5/8.11.5) with ESMTP id f7AG5Kb02115 for ; Fri, 10 Aug 2001 18:05:20 +0200 (MET DST) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.3/8.11.3) id f7AG5T071804; Fri, 10 Aug 2001 18:05:29 +0200 (CEST) (envelope-from jose) Message-Id: <200108101605.f7AG5T071804@v-ger.we.lc.ehu.es> Date: Fri, 10 Aug 2001 18:05:29 +0200 (CEST) From: jose@we.lc.ehu.es Reply-To: jose@we.lc.ehu.es To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29606: glade-0.6.2 is incompatible with gnomedb-0.2.90 Sender: owner-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: 29606 >Category: ports >Synopsis: glade-0.6.2 is incompatible with gnomedb-0.2.90 >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 Aug 10 09:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: FreeBSD 4.3-RELEASE i386 >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: System: FreeBSD v-ger.we.lc.ehu.es 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Sun Jul 8 15:47:51 CEST 2001 root@v-ger.we.lc.ehu.es:/usr/obj/usr/src/sys/V-GER i386 >Description: The glade-0.6.2 port fails to build because of incompatibilities with the new gnomedb-0.2.90. >How-To-Repeat: Try to build glade-0.6.2 with a fresh /usr/ports tree. >Fix: Workaround: disable gnomedb support (add --disable-gnome-db to CONFIGURE_ARGS). >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 Aug 10 9:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CBF37B409 for ; Fri, 10 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGK1446972; Fri, 10 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 5BAD937B401 for ; Fri, 10 Aug 2001 09:15:05 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (lxpx478.lx.ehu.es [158.227.27.124]) by polaris.we.lc.ehu.es (8.11.5/8.11.5) with ESMTP id f7AGF2b02140 for ; Fri, 10 Aug 2001 18:15:02 +0200 (MET DST) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.3/8.11.3) id f7AGF9U93251; Fri, 10 Aug 2001 18:15:09 +0200 (CEST) (envelope-from jose) Message-Id: <200108101615.f7AGF9U93251@v-ger.we.lc.ehu.es> Date: Fri, 10 Aug 2001 18:15:09 +0200 (CEST) From: jose@we.lc.ehu.es Reply-To: jose@we.lc.ehu.es To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29607: galeon-0.11.3 incompatible with mozilla-0.9.3 Sender: owner-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: 29607 >Category: ports >Synopsis: galeon-0.11.3 incompatible with mozilla-0.9.3 >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 Aug 10 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: FreeBSD 4.3-RELEASE i386 >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: System: FreeBSD v-ger.we.lc.ehu.es 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Sun Jul 8 15:47:51 CEST 2001 root@v-ger.we.lc.ehu.es:/usr/obj/usr/src/sys/V-GER i386 >Description: The galeon-0.11.3 port fails to build after mozilla was updated to 0.9.3. >How-To-Repeat: Try to build www/galeon :-) >Fix: Update galeon port to 0.12pre1. Unfortunately, the new version is quite different from 0.11.3. I built it by hand and crashes continuously with segmentation faults, need gconf, and mozilla preferences are not saved. Weird. >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 Aug 10 9:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6000237B40B for ; Fri, 10 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGK1T46981; Fri, 10 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 6525337B406 for ; Fri, 10 Aug 2001 09:19:42 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (lxpx478.lx.ehu.es [158.227.27.124]) by polaris.we.lc.ehu.es (8.11.5/8.11.5) with ESMTP id f7AGJcb02148 for ; Fri, 10 Aug 2001 18:19:39 +0200 (MET DST) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.3/8.11.3) id f7AGJpc93372; Fri, 10 Aug 2001 18:19:51 +0200 (CEST) (envelope-from jose) Message-Id: <200108101619.f7AGJpc93372@v-ger.we.lc.ehu.es> Date: Fri, 10 Aug 2001 18:19:51 +0200 (CEST) From: jose@we.lc.ehu.es Reply-To: jose@we.lc.ehu.es To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29608: guile-gnome-0.20 incompatible with gtkhtml-0.11.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: 29608 >Category: ports >Synopsis: guile-gnome-0.20 incompatible with gtkhtml-0.11.1 >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 Aug 10 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: FreeBSD 4.3-RELEASE i386 >Organization: Universidad del Pais Vasco >Environment: System: FreeBSD v-ger.we.lc.ehu.es 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Sun Jul 8 15:47:51 CEST 2001 root@v-ger.we.lc.ehu.es:/usr/obj/usr/src/sys/V-GER i386 >Description: The guile-gnome-0.20_3 port fails to build after gtkhtml was updated to 0.11.1. >How-To-Repeat: Try tu build guile-gnome-0.20_3 :-) >Fix: Workaround: disable gtkhtml support adding --without-gtkhtml to CONFIGURE_ARGS. >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 Aug 10 9:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D094937B405 for ; Fri, 10 Aug 2001 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGe3I48720; Fri, 10 Aug 2001 09:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 10 Aug 2001 09:40:03 -0700 (PDT) Message-Id: <200108101640.f7AGe3I48720@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jose M. Alcaide" Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Reply-To: "Jose M. Alcaide" Sender: owner-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/26997; it has been noted by GNATS. From: "Jose M. Alcaide" To: freebsd-gnats-submit@FreeBSD.org, jean-sebastien.roy@wanadoo.fr Cc: paulo@isr.uc.pt Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Date: Fri, 10 Aug 2001 18:37:51 +0200 [CC'd to current math/Scilab maintainer] Hey, everybody forgot this PR! :-) Couldn't this port be updated/revived before the 4.4-RELEASE ports freeze? Scilab is very useful for many academic users. -- JMA ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 9:45:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6448837B40A; Fri, 10 Aug 2001 09:45:23 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGiuD49442; Fri, 10 Aug 2001 09:44:56 -0700 (PDT) (envelope-from lioux) Date: Fri, 10 Aug 2001 09:44:56 -0700 (PDT) From: Message-Id: <200108101644.f7AGiuD49442@freefall.freebsd.org> To: raszi@bigfoot.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28917: there is no default config file for colorize Sender: owner-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: there is no default config file for colorize State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Fri Aug 10 09:44:10 PDT 2001 State-Changed-Why: Maintainer submitted a patch fixing this. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28917 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 12:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3B1C37B406 for ; Fri, 10 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJA1C87041; Fri, 10 Aug 2001 12:10:01 -0700 (PDT) (envelope-from gnats) Received: from belldandy.unnumbered.net (belldandy.unnumbered.net [210.166.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 8647A37B403 for ; Fri, 10 Aug 2001 12:09:12 -0700 (PDT) (envelope-from umeno@unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.11.4/3.7W-primary) id f7AJ90L82667; Sat, 11 Aug 2001 04:09:00 +0900 (JST) Message-Id: <200108101909.f7AJ90L82667@belldandy.unnumbered.net> Date: Sat, 11 Aug 2001 04:09:00 +0900 (JST) From: UMENO Takashi Reply-To: UMENO Takashi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29612: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.9.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: 29612 >Category: ports >Synopsis: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.9.1) >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 Aug 10 12:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD belldandy.unnumbered.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat Jul 28 22:27:07 JST 2001 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA2 i386 >Description: update to gnomekiss-0.9.1 >How-To-Repeat: N/A >Fix: diff -urN gnomekiss.orig/Makefile gnomekiss/Makefile --- gnomekiss.orig/Makefile Thu Aug 2 12:38:38 2001 +++ gnomekiss/Makefile Fri Aug 10 21:31:57 2001 @@ -6,7 +6,7 @@ # PORTNAME= gnomekiss -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= games gnome MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ DISTNAME= gnomekiss-${PORTVERSION} diff -urN gnomekiss.orig/distinfo gnomekiss/distinfo --- gnomekiss.orig/distinfo Thu Aug 2 12:38:38 2001 +++ gnomekiss/distinfo Fri Aug 10 21:35:59 2001 @@ -1 +1 @@ -MD5 (gnomekiss-0.9.tar.gz) = f99ec5e4a7976d76e7a02bfe21edac51 +MD5 (gnomekiss-0.9.1.tar.gz) = 69166154ebc90dc1e0f03ec53c52aab6 >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 Aug 10 12:55:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C5E337B406; Fri, 10 Aug 2001 12:55:23 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJkCY90299; Fri, 10 Aug 2001 12:46:12 -0700 (PDT) (envelope-from lioux) Date: Fri, 10 Aug 2001 12:46:12 -0700 (PDT) From: Message-Id: <200108101946.f7AJkCY90299@freefall.freebsd.org> To: naddy@mips.inka.de, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29567: update audio/mpg321 to 0.1.3 Sender: owner-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 audio/mpg321 to 0.1.3 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Fri Aug 10 12:45:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29567 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 14:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43C1D37B407 for ; Fri, 10 Aug 2001 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ALA1e02288; Fri, 10 Aug 2001 14:10:01 -0700 (PDT) (envelope-from gnats) Received: from talri.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id E86B137B407 for ; Fri, 10 Aug 2001 14:08:39 -0700 (PDT) (envelope-from peterh@talri.sapros.com) Received: (from peterh@localhost) by talri.sapros.com (8.11.4/8.11.3) id f7AL8d401837; Fri, 10 Aug 2001 14:08:39 -0700 (PDT) (envelope-from peterh) Message-Id: <200108102108.f7AL8d401837@talri.sapros.com> Date: Fri, 10 Aug 2001 14:08:39 -0700 (PDT) From: Peter Haight Reply-To: Peter Haight To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29614: Update port: security/py-m2crypto to v0.06 and new maintainer Sender: owner-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: 29614 >Category: ports >Synopsis: Update port: security/py-m2crypto to v0.06 and new maintainer >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 Aug 10 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Haight >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD talri.sapros.com 4.3-STABLE FreeBSD 4.3-STABLE #2: Fri Jun 29 21:02:09 PDT 2001 peterh@talri.sapros.com:/usr/obj/usr/src/sys/TALRI i386 >Description: Update port: security/py-m2crypto to v0.06 and new maintainer The author would like to maintain the port now, so I'm happily turning it over to him. He is Ng Pheng Siong . >How-To-Repeat: >Fix: diff -r -u py-m2crypto/Makefile py-m2crypto.new/Makefile --- py-m2crypto/Makefile Sun Jun 24 21:08:18 2001 +++ py-m2crypto.new/Makefile Fri Aug 10 14:06:58 2001 @@ -10,9 +10,9 @@ CATEGORIES= security python MASTER_SITES= http://www.post1.com/home/ngps/m2/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-snap6 +DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= peterh@sapros.com +MAINTAINER= ngps@post1.com BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ pinstall:${PORTSDIR}/devel/pinstall @@ -25,8 +25,6 @@ PINSTALL_PLIST= ${WRKDIR}/pinstall-plist PLIST_SUB+= PYTHON_VERSION=${PYTHON_VERSION} -pre-build: - ${TOUCH} ${WRKSRC}/_m2crypto_wrap.doc post-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/../M2Crypto diff -r -u py-m2crypto/distinfo py-m2crypto.new/distinfo --- py-m2crypto/distinfo Sun Jun 24 21:08:18 2001 +++ py-m2crypto.new/distinfo Fri Jul 27 10:47:57 2001 @@ -1 +1 @@ -MD5 (m2crypto-0.06-snap6.zip) = 63ad3560543be308d1378f700deda7b6 +MD5 (m2crypto-0.06.zip) = 58eefec00424bafe3a80bc1c9cf4e010 diff -r -u py-m2crypto/pkg-plist py-m2crypto.new/pkg-plist --- py-m2crypto/pkg-plist Sun Jun 24 21:08:18 2001 +++ py-m2crypto.new/pkg-plist Fri Jul 27 11:04:40 2001 @@ -64,6 +64,8 @@ lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/util.pyc lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/X509.py lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/X509.pyc +lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/XML/__init__.py +lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/XML/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/m2xmlrpclib.py lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/m2xmlrpclib.pyc lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/__init__.py @@ -71,8 +73,8 @@ lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/_m2cryptoc.so lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/_m2crypto.py lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/_m2crypto.pyc -lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/_m2crypto_wrap.doc @dirrm lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/PGP @dirrm lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/SSL +@dirrm lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/XML/dsig +@dirrm lib/%%PYTHON_VERSION%%/site-packages/M2Crypto/XML @dirrm lib/%%PYTHON_VERSION%%/site-packages/M2Crypto - >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 Aug 10 16: 0:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03F0137B401 for ; Fri, 10 Aug 2001 16:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AN04L53888; Fri, 10 Aug 2001 16:00:04 -0700 (PDT) (envelope-from gnats) Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 8DBE137B407 for ; Fri, 10 Aug 2001 15:53:31 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.177.242]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010810225330.JPUO3327.tomts7-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Fri, 10 Aug 2001 18:53:30 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 03DEC18BC for ; Fri, 10 Aug 2001 18:53:45 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id C293720AE3; Fri, 10 Aug 2001 18:54:26 -0400 (EDT) Message-Id: <20010810225426.C293720AE3@shall.anarcat.dyndns.org> Date: Fri, 10 Aug 2001 18:54:26 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29615: sdl 1.0 and 1.2 ports install duplicate m4 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 >Number: 29615 >Category: ports >Synopsis: sdl 1.0 and 1.2 ports install duplicate m4 files >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 10 16:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.3-STABLE i386 >Organization: Nada, Inc. >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Wed Aug 1 18:58:23 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/src/sys/compile/SHALL i386 Recent ports collection (updated 08.08.2001.05:03) >Description: When compiling mutt-devel, I had the following error: (cd /usr/ports/mail/mutt-devel/work/mutt-1.3.20; aclocal -I m4) aclocal: /usr/local/share/aclocal/sdl11.m4: 11: duplicated macro `AM_PATH_SDL' Now I don't know... sdl11.m4 is installed by the 1.2.2 sdl port, which is weird because the filename would rather be sdl12.m4 then. :) Anyways, why doesn't this port (1.2.2) just install sdl.m4 instead? >How-To-Repeat: "Configure" the mutt-devel port or more genericly (sp?): $ aclocal -I m4 >Fix: Workaround: rm /usr/local/share/aclocal/sdl11.m4 It might not be exactly right though, because the sdl12 makefile tells us: post-configure: @cd ${WRKSRC} && \ ${CP} sdl-config sdl11-config && \ ${CP} sdl.m4 sdl11.m4 @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_al l|' \ ${WRKSRC}/libtool which is the reason why there is a sdl11.m4 in the first place. Now the files (sdl.m4 and sdl11.m4) are almost identical: --- /usr/local/share/aclocal/sdl.m4 Fri Aug 10 01:58:39 2001 +++ /root/sdl11.m4 Fri Aug 10 18:31:58 2001 @@ -140,6 +140,11 @@ AC_TRY_LINK([ #include #include "SDL.h" + +int main(int argc, char *argv[]) +{ return 0; } +#undef main +#define main K_and_R_C_main ], [ return 0; ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding SDL or finding the wrong" anarcat@shall [sdl12]$ I guess we could patch sdl.m4 in the sdl10 port to be the same as sdl11.m4 and scrap the sdl11.m4 idea altogether. Anyways, they define the same macros and if 2 sdl are installed (which is possible), we're screwed. I marked this as kinda "high priority" and "critical" because it can screw up a lot of builds. :) For the record: anarcat@shall [sdl12]$ less /var/db/pkg/sdl-1.0.8_1/+REQUIRED_BY QuakeForge-0.1.1 anarcat@shall [sdl12]$ less /var/db/pkg/sdl-1.2.2/+REQUIRED_BY xmps-0.2.0 xmps-opendivx-plugin-0.0.1 xmps-win32-plugin-0.0.4 anarcat@shall [sdl12]$ >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 Aug 10 17:15:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 428C237B409; Fri, 10 Aug 2001 17:15:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B05Uj64630; Fri, 10 Aug 2001 17:05:30 -0700 (PDT) (envelope-from brian) Date: Fri, 10 Aug 2001 17:05:30 -0700 (PDT) From: Message-Id: <200108110005.f7B05Uj64630@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-ports@FreeBSD.org, brian@FreeBSD.org Subject: Re: ports/29151: Minor correction and new tarball location for 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: Minor correction and new tarball location for port Responsible-Changed-From-To: freebsd-ports->brian Responsible-Changed-By: brian Responsible-Changed-When: Fri Aug 10 17:05:14 PDT 2001 Responsible-Changed-Why: I'll look after this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 19: 4:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mixtim.homeip.net (cg392862-a.adubn1.nj.home.com [65.2.79.221]) by hub.freebsd.org (Postfix) with ESMTP id 992EC37B40B; Fri, 10 Aug 2001 19:04:17 -0700 (PDT) (envelope-from michael@mixtim.homeip.net) Received: by mixtim.homeip.net (Postfix, from userid 1000) id 8D97198FC; Fri, 10 Aug 2001 22:04:16 -0400 (EDT) Date: Fri, 10 Aug 2001 22:04:16 -0400 From: Mixtim To: dwcjr@FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: Update postfix port to 20010228 patchlevel 04? Message-ID: <20010810220416.A57856@mixtim.homeip.net> Reply-To: mixtim@mixtim.homeip.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Will the postfix port be updated to 20010228 patchlevel 04 in the near future? Just curious. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 19:47:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id BEDD237B406 for ; Fri, 10 Aug 2001 19:47:53 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 47324 invoked by uid 1001); 11 Aug 2001 02:47:52 -0000 Date: Fri, 10 Aug 2001 22:47:52 -0400 From: Pete Fritchman To: Mixtim Cc: dwcjr@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Update postfix port to 20010228 patchlevel 04? Message-ID: <20010810224752.A47258@databits.net> References: <20010810220416.A57856@mixtim.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010810220416.A57856@mixtim.homeip.net>; from mixtim@mixtim.homeip.net on Fri, Aug 10, 2001 at 10:04:16PM -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 ++ 10/08/01 22:04 -0400 - Mixtim: | Will the postfix port be updated to 20010228 patchlevel 04 in the near | future? Just curious. I was looking into this the other day. I think one issue is that the kame IPv6 patches aren't updated yet. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 19:53:27 2001 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 20D2C37B40A; Fri, 10 Aug 2001 19:53:24 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 029FF10F42D; Fri, 10 Aug 2001 21:53:28 -0500 (CDT) Date: Fri, 10 Aug 2001 21:53:28 -0500 From: "David W. Chapman Jr." To: Pete Fritchman Cc: Mixtim , dwcjr@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Update postfix port to 20010228 patchlevel 04? Message-ID: <20010810215328.A37657@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , Pete Fritchman , Mixtim , dwcjr@FreeBSD.org, freebsd-ports@freebsd.org References: <20010810220416.A57856@mixtim.homeip.net> <20010810224752.A47258@databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010810224752.A47258@databits.net> User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.3-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 Fri, Aug 10, 2001 at 10:47:52PM -0400, Pete Fritchman wrote: > ++ 10/08/01 22:04 -0400 - Mixtim: > | Will the postfix port be updated to 20010228 patchlevel 04 in the near > | future? Just curious. > > I was looking into this the other day. I think one issue is that the > kame IPv6 patches aren't updated yet. > I just got back from vacation, I'll look into this though, but that's usually the case, either ipv6 or tls isn't updated. -- 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 Fri Aug 10 20:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C24B937B405 for ; Fri, 10 Aug 2001 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3A1k85887; Fri, 10 Aug 2001 20:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (Postfix) with SMTP id 8115D37B403 for ; Fri, 10 Aug 2001 20:02:49 -0700 (PDT) (envelope-from jdn@bga.com) Received: (qmail 15762 invoked from network); 11 Aug 2001 03:02:47 -0000 Received: from max5-101.ip.realtime.net (HELO localhost) (205.238.178.101) by mail1.realtime.net with SMTP; 11 Aug 2001 03:02:47 -0000 Received: by localhost (Postfix, from userid 1000) id B028E20379; Fri, 10 Aug 2001 22:00:28 -0500 (CDT) Message-Id: <20010811030028.B028E20379@localhost> Date: Fri, 10 Aug 2001 22:00:28 -0500 (CDT) From: Jay Nelson Reply-To: Jay Nelson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29616: ports/net/generic-nqs loaddaemon does not report correct load Sender: owner-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: 29616 >Category: ports >Synopsis: ports/net/generic-nqs loaddaemon does not report correct load >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 Aug 10 20:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jay Nelson >Release: FreeBSD 4.3-STABLE i386 >Organization: private >Environment: System: FreeBSD localhost 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jul 22 10:16:32 CDT 2001 jdn@localhost:/usr/src/sys/compile/ACP i386 >Description: The defines in loaddaemon.c of the generic-nqs port do not select appropriate behavior and defaults to returning a load of 999.99. Consequently, dynamic load balancing will not function properly. >How-To-Repeat: Execute 'qmgr set debug 3' and observe logs. >Fix: --- Source-Tree/loaddaemon/all-systems/loaddaemon.c.orig Thu Aug 2 01:18:37 2001 +++ Source-Tree/loaddaemon/all-systems/loaddaemon.c Fri Aug 3 16:59:53 2001 @@ -539,6 +539,20 @@ } #endif /* HPUX */ #if IS_DECOSF | IS_BSD +#if BSD4_4 +static +void calcloadavg(double load[3]) +{ + double avenrun[3]; + int i; + if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0]))) { + printf("getloadavg goofed\n"); + } + for (i = 0; i < 3; i++) { + load[i] = avenrun[i]; + } +} +#else struct nlist nl[] = { #define unixpath "/vmunix" { "_avenrun" }, @@ -570,6 +584,7 @@ for (i = 0; i < 3; i++) load[i] = ((double) avenrun[i]) / (double) 1024.; } +#endif /* BSD4_4 */ #endif /* DECOSF or Sun (BSD43) */ #if IS_SOLARIS >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 Aug 10 20:20:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19BB737B406 for ; Fri, 10 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3K2t86652; Fri, 10 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 9DD7B37B40A for ; Fri, 10 Aug 2001 20:12:33 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id CFFBAD925; Fri, 10 Aug 2001 23:05:50 -0400 (EDT) Message-Id: <20010811030550.CFFBAD925@electron.databits.net> Date: Fri, 10 Aug 2001 23:05:50 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29617: Update games/eboard Sender: owner-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: 29617 >Category: ports >Synopsis: Update games/eboard >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 Aug 10 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - add an extras pack that includes new themes - bump PORTREVISION to reflect new themes included - fix space-o in pkg-descr >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/eboard/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/08/03 03:51:56 1.3 +++ Makefile 2001/08/10 21:17:22 @@ -7,9 +7,12 @@ PORTNAME= eboard PORTVERSION= 0.3.1 +PORTREVISION= 1 +EXTRASVERSION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} eboard-extras-${EXTRASVERSION}.tar.gz MAINTAINER= petef@databits.net @@ -37,5 +40,11 @@ ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR} .endfor .endif + ${INSTALL_DATA} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/*.png \ + ${PREFIX}/share/eboard + ${INSTALL_DATA} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/*.wav \ + ${PREFIX}/share/eboard + @${CAT} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/extras1.conf >> \ + ${PREFIX}/share/eboard/eboard_themes.conf .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/games/eboard/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/08/03 03:51:56 1.3 +++ distinfo 2001/08/10 20:50:58 @@ -1 +1,2 @@ MD5 (eboard-0.3.1.tar.gz) = e7ed03957591bce79c24a2a2f758c6ed +MD5 (eboard-extras-1.tar.gz) = f6fbb18841f00d4da969882b8703489b Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/games/eboard/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/08/03 03:51:56 1.2 +++ pkg-descr 2001/08/11 03:01:31 @@ -3,7 +3,7 @@ and to chess engines like GNU Chess, Sjeng and Crafty. eboard is currently under development, and its primary purpose is -serving as interface to FICS. About 95% of FICS support is in place, +serving as interface to FICS. About 95% of FICS support is in place, and it is expected to be complete in the next release. WWW: http://eboard.sourceforge.net >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 Aug 10 20:20:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32A4437B409 for ; Fri, 10 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3K2h86662; Fri, 10 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id AC13437B40B for ; Fri, 10 Aug 2001 20:12:33 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id 107B2D928; Fri, 10 Aug 2001 23:11:04 -0400 (EDT) Message-Id: <20010811031104.107B2D928@electron.databits.net> Date: Fri, 10 Aug 2001 23:11:04 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29618: Update ftp/p5-Net-FTPServer to 1.026 Sender: owner-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: 29618 >Category: ports >Synopsis: Update ftp/p5-Net-FTPServer to 1.026 >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 Aug 10 20:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 1.026 - take over as maintainer from ports@ - use SITE_PERL for readability - install the ftpd, sample conf, docs - shorten pkg-descr to please portlint - add WWW: - sort pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/p5-Net-FTPServer/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/07/30 16:00:42 1.1 +++ Makefile 2001/08/08 21:46:53 @@ -7,22 +7,24 @@ # PORTNAME= Net-FTPServer -PORTVERSION= 1.0.23 +PORTVERSION= 1.026 CATEGORIES= ftp perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= petef@databits.net -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM \ + ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync \ + ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} @@ -43,5 +45,19 @@ Net::FTPServer::RO::DirHandle.3 \ Net::FTPServer::RO::FileHandle.3 \ Net::FTPServer::RO::Server.3 + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ftpd ${PREFIX}/sbin/perlftpd + @${MKDIR} ${PREFIX}/share/examples/Net-FTPServer + ${INSTALL_DATA} ${WRKSRC}/ftpd.conf \ + ${PREFIX}/share/examples/Net-FTPServer +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in FAQ README TODO doc/* + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + @${PERL} -pi -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/p5-Net-FTPServer/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/07/30 16:00:42 1.1 +++ distinfo 2001/08/08 17:44:19 @@ -1 +1 @@ -MD5 (Net-FTPServer-1.0.23.tar.gz) = 4a433f01785ed2abfb5585095543abb1 +MD5 (Net-FTPServer-1.026.tar.gz) = fcbcac0321c664c8701fa866db567bc2 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/ftp/p5-Net-FTPServer/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/07/30 16:00:42 1.1 +++ pkg-descr 2001/08/09 01:12:56 @@ -1,8 +1,6 @@ -A full-featured, secure, extensible and configurable Perl FTP server - +A full-featured, secure, extensible and configurable Perl FTP server. Major features of Net::FTPServer include: - - * Feature parity with wu-ftpd. + * Feature parity with wu-ftpd, wu-ftpd style aliases and cdpath. * IP-based and IP-less virtual hosting. * Virtual filesystem allows the FTP server to serve files from a SQL database. @@ -10,15 +8,17 @@ * sections in ftpd.conf file. * Supports all the latest RFCs and Internet Drafts, including MLST, MLSD, FEAT, OPTS, LANG. - * Secure by design and implementation. - * PAM authentication. + * Secure by design and implementation, can run in a chroot jail. + * PAM authentication and anonymous mode. * Resource limits. * Run standalone or from inetd. * Configurable server greetings and welcome messages. - * Anonymous mode. - * Run in chroot jail. * Sophisticated access control rules. - * wu-ftpd style aliases and cdpath. * SITE EXEC (disabled by default). * Syslog logging. * Set TCP parameters. + +WWW: http://search.cpan.org/search?dist=Net-FTPServer + +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/p5-Net-FTPServer/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/07/30 16:00:42 1.1 +++ pkg-plist 2001/08/09 01:08:53 @@ -1,26 +1,39 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/DBeg1/FileHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/DBeg1/IOBlob.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/DBeg1/DirHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/DBeg1/Server.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/Full/DirHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/Full/Server.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/Full/FileHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/InMem/Server.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/InMem/FileHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/InMem/DirHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/RO/FileHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/RO/Server.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/RO/DirHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/DirHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/FileHandle.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/Handle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/DBeg1/DirHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/DBeg1/FileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/DBeg1/IOBlob.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/DBeg1/Server.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/DirHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/FileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/Full/DirHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/Full/FileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/Full/Server.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/Handle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/InMem/DirHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/InMem/FileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/InMem/Server.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/RO/DirHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/RO/FileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/RO/Server.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/FTPServer/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/DBeg1 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/Full -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/InMem -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer/RO -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTPServer +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/FTPServer/FTPServer.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/FTPServer/FTPServer.so +sbin/perlftpd +%%PORTDOCS%%share/doc/Net-FTPServer/FAQ +%%PORTDOCS%%share/doc/Net-FTPServer/README +%%PORTDOCS%%share/doc/Net-FTPServer/TODO +%%PORTDOCS%%share/doc/Net-FTPServer/eg1-psql63.sql +%%PORTDOCS%%share/doc/Net-FTPServer/eg1.sql +%%PORTDOCS%%share/doc/Net-FTPServer/rfcs.txt +%%PORTDOCS%%share/doc/Net-FTPServer/safesignals.txt +%%PORTDOCS%%@dirrm share/doc/Net-FTPServer +share/examples/Net-FTPServer/ftpd.conf +@dirrm share/examples/Net-FTPServer @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/FTPServer -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/RO +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/InMem +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/Full +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer/DBeg1 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/FTPServer +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 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 Fri Aug 10 21:35:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2C0C37B405; Fri, 10 Aug 2001 21:35:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B4Wpn96614; Fri, 10 Aug 2001 21:32:51 -0700 (PDT) (envelope-from ijliao) Date: Fri, 10 Aug 2001 21:32:51 -0700 (PDT) From: Message-Id: <200108110432.f7B4Wpn96614@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29618: Update ftp/p5-Net-FTPServer to 1.026 Sender: owner-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 ftp/p5-Net-FTPServer to 1.026 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Aug 10 21:32:38 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 10 23: 0:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2DB837B40A for ; Fri, 10 Aug 2001 23:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B60Gv12469; Fri, 10 Aug 2001 23:00:16 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id E2A9837B403 for ; Fri, 10 Aug 2001 22:51:08 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id 15C8AD91C; Sat, 11 Aug 2001 01:51:01 -0400 (EDT) Message-Id: <20010811055101.15C8AD91C@electron.databits.net> Date: Sat, 11 Aug 2001 01:51:01 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29619: Update net/etherape to 0.8.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: 29619 >Category: ports >Synopsis: Update net/etherape to 0.8.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: Fri Aug 10 23:00:15 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 0.8.1 - remove unnecessary lib_depend >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/etherape/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/08/05 03:23:26 1.4 +++ Makefile 2001/08/11 05:17:17 @@ -6,15 +6,14 @@ # PORTNAME= etherape -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= petef@databits.net -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - gdk_pixbuf.2:${PORTSDIR}/x11/gnome +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GNOME= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/etherape/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/08/05 03:23:26 1.3 +++ distinfo 2001/08/10 20:52:54 @@ -1 +1 @@ -MD5 (etherape-0.8.0.tar.gz) = 5cce9e9d7cb2698e0aa5a3ef086a7c06 +MD5 (etherape-0.8.1.tar.gz) = bef9f3b1a21bcdae9ad1d5c3da6bd388 >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 Aug 10 23: 0:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60A2A37B40B for ; Fri, 10 Aug 2001 23:00:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B60HY12478; Fri, 10 Aug 2001 23:00:17 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id AB35F37B401 for ; Fri, 10 Aug 2001 22:53:05 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id 630B0D91C; Sat, 11 Aug 2001 01:53:00 -0400 (EDT) Message-Id: <20010811055300.630B0D91C@electron.databits.net> Date: Sat, 11 Aug 2001 01:53:00 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29620: New port: devel/libcapsinetwork Sender: owner-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: 29620 >Category: ports >Synopsis: New port: devel/libcapsinetwork >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 Aug 10 23:00:16 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: libcapsinetwork is a network library for C++ server daemons aimed at easy development of server daemons. Implementing the library is as easy as adding a few lines to your code and writing one function that handles input events. WWW: http://sourceforge.net/projects/libcapsinetwork/ - Pete petef@databits.net >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: # # libcapsinetwork # libcapsinetwork/pkg-descr # libcapsinetwork/distinfo # libcapsinetwork/pkg-plist # libcapsinetwork/Makefile # libcapsinetwork/pkg-comment # echo c - libcapsinetwork mkdir -p libcapsinetwork > /dev/null 2>&1 echo x - libcapsinetwork/pkg-descr sed 's/^X//' >libcapsinetwork/pkg-descr << 'END-of-libcapsinetwork/pkg-descr' Xlibcapsinetwork is a network library for C++ server daemons aimed Xat easy development of server daemons. Implementing the library is Xas easy as adding a few lines to your code and writing one function Xthat handles input events. X XWWW: http://sourceforge.net/projects/libcapsinetwork/ X X- Pete Xpetef@databits.net END-of-libcapsinetwork/pkg-descr echo x - libcapsinetwork/distinfo sed 's/^X//' >libcapsinetwork/distinfo << 'END-of-libcapsinetwork/distinfo' XMD5 (libcapsinetwork-0.0.13.tar.gz) = 9180719a119d79fe5f6b0deefa0ac8da END-of-libcapsinetwork/distinfo echo x - libcapsinetwork/pkg-plist sed 's/^X//' >libcapsinetwork/pkg-plist << 'END-of-libcapsinetwork/pkg-plist' Xinclude/libcapsi_network/listener.h Xinclude/libcapsi_network/server.h Xinclude/libcapsi_network/socket.h Xlib/libcapsi_network.so Xlib/libcapsi_network.so.0 Xlib/libcapsi_network.so.0.0.13 X@dirrm include/libcapsi_network END-of-libcapsinetwork/pkg-plist echo x - libcapsinetwork/Makefile sed 's/^X//' >libcapsinetwork/Makefile << 'END-of-libcapsinetwork/Makefile' X# New ports collection makefile for: libcapsinetwork X# Date created: 11 August 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= libcapsinetwork XPORTVERSION= 0.0.13 XCATEGORIES= devel net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= petef@databits.net X XINSTALLS_SHLIB= yes X Xpost-patch: X @${PERL} -pi -e 's!CC!CXX!g; s!CXX=!CXX?=!; s!CFLAGS=!CFLAGS+=!; \ X s!/usr/local!${PREFIX}!' ${WRKSRC}/Makefile X X.include END-of-libcapsinetwork/Makefile echo x - libcapsinetwork/pkg-comment sed 's/^X//' >libcapsinetwork/pkg-comment << 'END-of-libcapsinetwork/pkg-comment' XNetwork library aimed at easy development of C++ server daemons END-of-libcapsinetwork/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 Sat Aug 11 0:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD0E37B401 for ; Sat, 11 Aug 2001 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B7K2D23135; Sat, 11 Aug 2001 00:20:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 00:20:02 -0700 (PDT) Message-Id: <200108110720.f7B7K2D23135@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/29112: Potential security issues in Balsa & Encompass Reply-To: John Merryweather Cooper Sender: owner-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/29112; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, quik@quikbox.ca Cc: Subject: Re: ports/29112: Potential security issues in Balsa & Encompass Date: Sat, 11 Aug 2001 00:16:04 -0700 tmpnam() comes from Xlib The other symbols appear to come Balsa's linkage with libc itself. Curiously, none of these symbols are used/called by Balsa or it's support libraries. About the best that can be said is that the linkage warnings are set at a (perhaps appropriate) low threshold. The setkey(), des_setkey(), and des_cipher() warnings can be made to go away for this (and other) ports by linking with libcipher. Perhaps the ports widgets can be modified to add libcipher to the library chain with libc in appropriate circumstances. However, no additional functionality results from this. Short of expunging the remaining symbols from libc (far from likely--they're all standard calls), there's nothing more to do. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 1:50:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 0907737B405 for ; Sat, 11 Aug 2001 01:50:16 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id KAA18534; Sat, 11 Aug 2001 10:50:10 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.11.4/8.11.4) id f7B8O7x18888; Sat, 11 Aug 2001 10:24:07 +0200 (MET DST) (envelope-from j) Date: Sat, 11 Aug 2001 10:24:07 +0200 From: Joerg Wunsch To: Kris Kennaway Cc: ports@freebsd.org Subject: Re: [kris@FreeBSD.org: cvs commit: ports/comms/xcept Makefile ports/comms/xcept/files patch-ab] Message-ID: <20010811102407.H12441@uriah.heep.sax.de> Reply-To: Joerg Wunsch References: <20010811000234.C15626@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010811000234.C15626@xor.obsecurity.org>; from kris@obsecurity.org on Sat, Aug 11, 2001 at 12:02:34AM -0700 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-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 Kris Kennaway wrote: > FYI > > Kris > Log: > Don't install ceptd setuid root: it's a daemon you run as root from > inetd.conf, so it doesn't need the additional privileges. > > This port still bogusly hardcodes /usr/local as the installation > directory. I don't intend to spend much work into this anymore. The Deutsche Telekom will stop its Btx service by end of this year, and this was IMHO the last service provider on the world xcept could be used for. I Cc the ports list for opinions, in case someone steps forward and tells me that their country still uses the CEPT Btx protocol, i'm willing to maintain it. Otherwise the port expires 2001-12-31. [I'm not subscribed to ports.] -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 4: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B50C37B409 for ; Sat, 11 Aug 2001 04:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BB05X80414; Sat, 11 Aug 2001 04:00:05 -0700 (PDT) (envelope-from gnats) Received: from fep1.012.net.il (popa.goldenlines.net.il [212.117.129.200]) by hub.freebsd.org (Postfix) with ESMTP id ABD9537B409 for ; Sat, 11 Aug 2001 03:52:26 -0700 (PDT) (envelope-from mapc@alchemy.oven.org) Received: from alchemy.oven.org ([212.199.33.12]) by fep1.012.net.il with ESMTP id <20010811105212.GWZH607.fep1@alchemy.oven.org> for ; Sat, 11 Aug 2001 13:52:12 +0300 Received: (from mapc@localhost) by alchemy.oven.org (8.11.5/8.11.4) id f7BAqCo84345; Sat, 11 Aug 2001 13:52:12 +0300 (IDT) (envelope-from mapc) Message-Id: <200108111052.f7BAqCo84345@alchemy.oven.org> Date: Sat, 11 Aug 2001 13:52:12 +0300 (IDT) From: Roman Shterenzon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29623: [MAINTAINER UPDATE] security/arirang Sender: owner-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: 29623 >Category: ports >Synopsis: [MAINTAINER UPDATE] security/arirang >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 Aug 11 04:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD alchemy.oven.org 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Mon Aug 6 15:39:08 IDT 2001 root@alchemy.oven.org:/local/obj/local/src/sys/ALCHEMY i386 >Description: >How-To-Repeat: >Fix: diff -urN /usr/ports/security/arirang/Makefile arirang/Makefile --- /usr/ports/security/arirang/Makefile Sun Jun 10 20:59:33 2001 +++ arirang/Makefile Sat Aug 11 13:43:55 2001 @@ -6,7 +6,7 @@ # PORTNAME= arirang -PORTVERSION= 1.5 +PORTVERSION= 1.6beta CATEGORIES= security www MASTER_SITES= http://www.monkey.org/~pilot/arirang/ diff -urN /usr/ports/security/arirang/distinfo arirang/distinfo --- /usr/ports/security/arirang/distinfo Sun Jun 10 20:59:33 2001 +++ arirang/distinfo Sat Aug 11 13:44:03 2001 @@ -1 +1 @@ -MD5 (arirang-1.5.tar.gz) = d7cd205fcd4a82824dfaf49fad4c726c +MD5 (arirang-1.6beta.tar.gz) = e5fbca4ae12308dd8edc11f675841488 diff -urN /usr/ports/security/arirang/pkg-plist arirang/pkg-plist --- /usr/ports/security/arirang/pkg-plist Sun Jun 10 20:59:33 2001 +++ arirang/pkg-plist Sat Aug 11 13:49:20 2001 @@ -3,6 +3,7 @@ share/arirang/all.uxe share/arirang/bof_dos.uxe share/arirang/cfusion.uxe +share/arirang/codered.uxe share/arirang/idstest.uxe share/arirang/iis.uxe share/arirang/iiscgi.uxe >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 Aug 11 7:15:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AF1E37B406; Sat, 11 Aug 2001 07:15:25 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BE8O716976; Sat, 11 Aug 2001 07:08:24 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 11 Aug 2001 07:08:24 -0700 (PDT) From: Message-Id: <200108111408.f7BE8O716976@freefall.freebsd.org> To: roman@xpert.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29623: [MAINTAINER UPDATE] security/arirang Sender: owner-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/arirang State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Aug 11 07:08:04 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 7:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC9937B408 for ; Sat, 11 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BEU1A18540; Sat, 11 Aug 2001 07:30: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 80DA137B403 for ; Sat, 11 Aug 2001 07:29:55 -0700 (PDT) (envelope-from shuna@al.xdsl.ne.jp) Received: from akia.my.domain (xdsl050191.211015.metallic.ne.jp [211.15.50.191]) by al.xdsl.ne.jp (Postfix) with ESMTP id C70F0124003 for ; Sat, 11 Aug 2001 23:29:53 +0900 (JST) Received: by akia.my.domain (Postfix, from userid 1001) id 4DF5E53512; Sat, 11 Aug 2001 23:29:43 +0900 (JST) Message-Id: <20010811142943.4DF5E53512@akia.my.domain> Date: Sat, 11 Aug 2001 23:29:43 +0900 (JST) From: IWASHITA Yoji Reply-To: IWASHITA Yoji To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29627: Update port: japanese/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: 29627 >Category: ports >Synopsis: Update port: japanese/mutt-devel >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 Aug 11 07:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 4.3-STABLE i386 >Organization: personal >Environment: System: FreeBSD akia.my.domain 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Jul 21 04:04:53 JST 2001 shuna@akia.my.domain:/usr/src/sys/compile/AKIA i386 >Description: Update japanese/mutt-devel mutt-1.3.19.ja0 -> mutt-1.3.20.ja0 >How-To-Repeat: >Fix: diff -uNr mutt-devel.old/Makefile mutt-devel/Makefile --- mutt-devel.old/Makefile Sun Aug 5 23:48:36 2001 +++ mutt-devel/Makefile Mon Aug 6 00:39:06 2001 @@ -10,7 +10,7 @@ CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/1.3/ \ http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \ - http://www5.xdsl.ne.jp/~shuna/distfiles/mutt/ \ + http://www5.xdsl.ne.jp/~shuna/mutt/distfiles/ \ ftp://ftp.mutt.org/pub/mutt/devel/ DISTNAME= ${PORTNAME}-${VERSION}i DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -29,7 +29,7 @@ .endif RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview -VERSION= 1.3.19 +VERSION= 1.3.20 JP_VERSION= 0 DIST_SUBDIR= mutt diff -uNr mutt-devel.old/distinfo mutt-devel/distinfo --- mutt-devel.old/distinfo Sun Aug 5 23:48:36 2001 +++ mutt-devel/distinfo Sun Aug 5 23:49:40 2001 @@ -1,3 +1,3 @@ -MD5 (mutt/mutt-1.3.19i.tar.gz) = 9fbc13fbf6f8de51e1fe4c9f7ba78149 -MD5 (mutt/mutt-1.3.19i-ja0.tar.gz) = b8f1881cb8312bc6226850eaac11cb47 +MD5 (mutt/mutt-1.3.20i.tar.gz) = 802bf75acd19566848e29dff0aef9940 +MD5 (mutt/mutt-1.3.20i-ja0.tar.gz) = 418e7c1996885ffe71f16d3739d106c6 MD5 (mutt/manual_ja-1.3i-0.tar.gz) = 9e0ae5dc4807add543298366fad57e6a diff -uNr mutt-devel.old/files/patch-aa mutt-devel/files/patch-aa --- mutt-devel.old/files/patch-aa Sun Aug 5 23:48:36 2001 +++ mutt-devel/files/patch-aa Mon Aug 6 00:28:50 2001 @@ -1,33 +1,6 @@ ---- configure.in.orig2 Tue Jun 12 00:35:01 2001 -+++ configure.in Tue Jun 12 00:38:20 2001 -@@ -426,14 +426,14 @@ - [ mutt_cv_func_iconv=no - mutt_cv_lib_iconv=no - AC_TRY_LINK([#include --#include ], -+#include ], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_func_iconv=yes) - if test "$mutt_cv_func_iconv" = no; then - mutt_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -+ LIBS="$LIBS -lgiconv" - AC_TRY_LINK([#include --#include ], -+#include ], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_lib_iconv=yes - mutt_cv_func_iconv=yes) -@@ -444,7 +444,7 @@ - AC_MSG_ERROR(Unable to find iconv library) - fi - if test "$mutt_cv_lib_iconv" = yes; then -- LIBICONV="-liconv" -+ LIBICONV="-lgiconv" - fi - AC_DEFINE(HAVE_ICONV) - -@@ -457,7 +457,7 @@ +--- configure.in.orig2 Mon Aug 6 00:28:20 2001 ++++ configure.in Mon Aug 6 00:28:28 2001 +@@ -679,7 +679,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ @@ -36,7 +9,7 @@ int main() { iconv_t cd; -@@ -488,7 +488,7 @@ +@@ -710,7 +710,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ diff -uNr mutt-devel.old/pkg-plist mutt-devel/pkg-plist --- mutt-devel.old/pkg-plist Sun Aug 5 23:48:36 2001 +++ mutt-devel/pkg-plist Mon Aug 6 00:12:10 2001 @@ -93,8 +93,8 @@ share/locale/sv/LC_MESSAGES/mutt.mo share/locale/tr/LC_MESSAGES/mutt.mo share/locale/uk/LC_MESSAGES/mutt.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/mutt.mo -share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo +share/locale/zh_CN/LC_MESSAGES/mutt.mo +share/locale/zh_TW/LC_MESSAGES/mutt.mo @dirrm share/doc/mutt/html @dirrm share/doc/mutt/samples/iconv @dirrm share/doc/mutt/samples >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 Aug 11 8:18:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ica.net (icamail.ica.net [209.151.129.144]) by hub.freebsd.org (Postfix) with ESMTP id 46ACD37B40B for ; Sat, 11 Aug 2001 08:18:27 -0700 (PDT) (envelope-from brianlee@ica.net) Received: from ica.net (unverified [209.151.141.63]) by mail.ica.net (Vircom SMTPRS 4.5.186) with ESMTP id for ; Sat, 11 Aug 2001 11:21:21 -0400 Message-ID: <3B754CCE.1020502@ica.net> Date: Sat, 11 Aug 2001 11:18:38 -0400 From: Brian Lee User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010807 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: freeamp-2.1.0_2 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 having trouble getting Freeamp to use Esound I have tried compiling it with make install -D HAVE_ESOUND and make install USE_ESOUND=yes. The first one -D HAVE_ESOUND seems to compile just fine but it doesn't work with esd when I run esd & from the xterm and than run freeamp freeamp always says the device is busy. USE_ESOUND=yes produces a cannot fork: resource unavailable or and over again and still does not work with ESD. I checked the pluggins part of freeamp but there is no pluggin for Esound only for soundcard, waveout. What have I missed? System FreeBSD 4.3 Xwindows 4.1.0 Freeamp 2.1.0 Esound 0.2.22 Best Regards, Brian Lee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 9:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19CB737B407 for ; Sat, 11 Aug 2001 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BGA1W31950; Sat, 11 Aug 2001 09:10:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (molokai.netreach.net [209.152.221.16]) by hub.freebsd.org (Postfix) with ESMTP id 49F9337B407 for ; Sat, 11 Aug 2001 09:01:13 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id CAE8AD91C; Sat, 11 Aug 2001 12:01:08 -0400 (EDT) Message-Id: <20010811160108.CAE8AD91C@electron.databits.net> Date: Sat, 11 Aug 2001 12:01:08 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: skv@protey.ru X-Send-Pr-Version: 3.113 Subject: ports/29628: Update converters/p5-Text-Iconv to 1.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: 29628 >Category: ports >Synopsis: Update converters/p5-Text-Iconv to 1.2 >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 Aug 11 09:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 1.2 - better pkg-descr (more verbose, add WWW:) - sort pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/p5-Text-Iconv/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/03/10 04:48:43 1.4 +++ Makefile 2001/08/11 15:55:04 @@ -6,7 +6,7 @@ # PORTNAME= Text-Iconv -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text Index: distinfo =================================================================== RCS file: /home/ncvs/ports/converters/p5-Text-Iconv/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2000/12/31 05:51:33 1.1 +++ distinfo 2001/08/11 15:54:11 @@ -1 +1 @@ -MD5 (Text-Iconv-1.1.tar.gz) = 17c5da932b61f12d44fa6ca65c1d7775 +MD5 (Text-Iconv-1.2.tar.gz) = eb1bfd6f713024bbad95048b367abdf9 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/converters/p5-Text-Iconv/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2000/12/31 05:51:33 1.1 +++ pkg-descr 2001/08/11 15:58:38 @@ -1 +1,6 @@ -Text::Iconv - Perl interface to iconv() codeset conversion function +The Text::Iconv module provides a Perl interface to the iconv() +function as defined by the Single UNIX Specification. The convert() +method converts the encoding of characters in the input string from +the fromcode codeset to the tocode codeset, and returns the result. + +WWW: http://search.cpan.org/search?dist=Text-Iconv Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/converters/p5-Text-Iconv/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/04/14 22:31:50 1.2 +++ pkg-plist 2001/08/11 15:56:54 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Iconv.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/autosplit.ix >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 Aug 11 9:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD1E837B409 for ; Sat, 11 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BGe1A34355; Sat, 11 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 6670F37B406; Sat, 11 Aug 2001 09:38:23 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA06903; Sat, 11 Aug 2001 10:05:16 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.5/8.11.5) id f7BACp981714; Sat, 11 Aug 2001 03:12:51 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200108111012.f7BACp981714@johncoop.MSHOME> Date: Sat, 11 Aug 2001 03:12:51 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29629: gnome-db portion of glade-0.6.2_1 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: 29629 >Category: ports >Synopsis: gnome-db portion of glade-0.6.2_1 is broken >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 Aug 11 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Fri Aug 10 18:57:09 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Build of glade-0.6.2_1 stops with a compiler error complaing of too many arguments to gb_gnome_db_error_new() in gnomedberror.c at line 49. >How-To-Repeat: Attempt to build >Fix: Workaround: Edit the top-level port Makefile and change --enable-gnome-db (which is redundant--since that is the default) to --disable-gnome-db. The build will then complete allowing an install of glade with reduced function. >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 Aug 11 10:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE93837B40A for ; Sat, 11 Aug 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHo1L42319; Sat, 11 Aug 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from durandal.jeannot.org (durandal.jeannot.org [80.65.225.54]) by hub.freebsd.org (Postfix) with ESMTP id 0869737B406 for ; Sat, 11 Aug 2001 10:43:15 -0700 (PDT) (envelope-from js@jeannot.org) Received: (from js@localhost) by durandal.jeannot.org (8.11.3/8.11.3) id f7BHhBD71800; Sat, 11 Aug 2001 19:43:11 +0200 (CEST) (envelope-from js) Message-Id: <200108111743.f7BHhBD71800@durandal.jeannot.org> Date: Sat, 11 Aug 2001 19:43:11 +0200 (CEST) From: js@jeannot.org Reply-To: js@jeannot.org To: FreeBSD-gnats-submit@freebsd.org Cc: js@jeannot.org X-Send-Pr-Version: 3.113 Subject: ports/29630: New port : xtexsh Sender: owner-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: 29630 >Category: ports >Synopsis: New port : xtexsh >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 Aug 11 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jean-Sebastien Roy >Release: FreeBSD 4.3-STABLE i386 >Organization: - >Environment: System: FreeBSD durandal 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 9 21:40:02 CEST 2001 root@durandal:/mnt/local/src/sys/compile/JS i386 >Description: This is a new port for xtexsh. See : http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ >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: # # xtexsh # xtexsh/Makefile # xtexsh/distinfo # xtexsh/pkg-plist # xtexsh/pkg-descr # xtexsh/pkg-comment # echo c - xtexsh mkdir -p xtexsh > /dev/null 2>&1 echo x - xtexsh/Makefile sed 's/^X//' >xtexsh/Makefile << 'END-of-xtexsh/Makefile' X# New ports collection makefile for: xtexsh X# Date created: 11 August 2001 X# Whom: Jean-Sebastien Roy X# X# $FreeBSD$ X# X XPORTNAME= xtexsh XPORTVERSION= 1.3.2 XCATEGORIES= print XMASTER_SITES= ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/ XDISTNAME= ${PORTNAME}-1.3-2 X XMAINTAINER= js@jeannot.org X XRUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 X XWRKSRC= ${WRKDIR}/${PORTNAME}-1.3 X XMAN1= xtexsh.1 XMANCOMPRESSED= yes X XNO_BUILD= yes X Xdo-patch: X @${SED} "s|/usr/bin/wish|${PREFIX}/bin/wish8.3|" < ${WRKSRC}/xtexsh > ${WRKSRC}/xtexsh.new X @${MV} ${WRKSRC}/xtexsh.new ${WRKSRC}/xtexsh X Xdo-install: X @${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${PREFIX}/man/man1 X @${INSTALL_SCRIPT} ${WRKSRC}/xtexsh ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/xtexsh X.for f in xtexsh-mini.png xtexsh.png xtexsh.desktop xtexsh.spec README index.html X @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/xtexsh X.endfor X X.include END-of-xtexsh/Makefile echo x - xtexsh/distinfo sed 's/^X//' >xtexsh/distinfo << 'END-of-xtexsh/distinfo' XMD5 (xtexsh-1.3-2.tar.gz) = dec1d0b122f2e11ef5664a6a3bfaea03 END-of-xtexsh/distinfo echo x - xtexsh/pkg-plist sed 's/^X//' >xtexsh/pkg-plist << 'END-of-xtexsh/pkg-plist' Xbin/xtexsh Xshare/xtexsh/xtexsh-mini.png Xshare/xtexsh/xtexsh.desktop Xshare/xtexsh/xtexsh.png Xshare/xtexsh/xtexsh.spec Xshare/xtexsh/README Xshare/xtexsh/index.html X@dirrm share/xtexsh END-of-xtexsh/pkg-plist echo x - xtexsh/pkg-descr sed 's/^X//' >xtexsh/pkg-descr << 'END-of-xtexsh/pkg-descr' Xxtexsh - xTeX Shell by Gerald Teschlxtem X XThe present program is a simple TeX interface for the X Window System based on X"wish", respectively Tcl/Tk. X XWWW: http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ END-of-xtexsh/pkg-descr echo x - xtexsh/pkg-comment sed 's/^X//' >xtexsh/pkg-comment << 'END-of-xtexsh/pkg-comment' XTcl/Tk-based simple TeX interface END-of-xtexsh/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 Sat Aug 11 12:59:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mbox.surecom.com (edc7-ds3.surecom.com [207.49.16.8]) by hub.freebsd.org (Postfix) with SMTP id 9969337B409 for ; Sat, 11 Aug 2001 12:59:24 -0700 (PDT) (envelope-from 10182070.37946970.8627@bounced.surecom.com) Mime-Version: 1.0 X-mailer: "SureCom SMTP Delivery Agent version 2.0" Message-Id: <37946970.9.8627@mbox.surecom.com> X-SureCom-User: <37946970.9.8627@mbox.surecom.com> Reply-To: "Trend Markerting" Date: Sat, 11 Aug 2001 15:59:21 EDT From: "Trend Markerting" Subject: Felicidades! Reclame su vacaci?n ya! To: ports@FreeBSD.org Content-Type: multipart/alternative; boundary="=============elink3792" Sender: owner-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 message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --=============elink3792 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit ¡Felicidades! Por ser usuario del internet usted ha sido seleccionado para recibir un boleto gratís para el siguiente paquete vacacional con crucero para disfrutar con su familia. Usted puede preparar las maletas y disfrutar de este programa vacacional exótico cuando desee. Todos los boletos tienen una vigencia de doce meses. DreamTime Tours International Travel Services tiene el orgullo de patrocinar este evento. Somos uno de los mayoristas de viajes más grandes de la Florida y el número uno del mercado hispano. Ubicado en Miami, Florida, DreamTime Tours International ha hecho viajar más de 50,000 familias en los ultimos 9 años en las vacaciones de sus sueños. Nuestra licencia estatal de la Florida es el ST-22168 y está respaldado 100% con una fianza que le garantiza sus vacaciones. Estamos haciendo esta oferta internacional solo al titular de este correo electrónico con el proposito de promover el turismo en la Florida. Esto no es una promoción para tiempo compartido, bienes raices ní "time share"sino una oferta legitima de vacaciones de uno de los mayores vendedores al por mayor de vacaciones de la Florida. Favor de imprimir este documento y tener listo el número de reservación que aparece abajo. Esta es una oferta limitada y los operadores están esperando su llamada. Número de Reservación 23108763 Sus vacaciones de ensueño incluyen: 3 días y 2 noches de alojamiento frente al mar en la fabulosa Fort Lauderdale, Florida patronicinado por la prestigiosa cadena de hoteles finos Ramada Plaza Resorts. Mientras está en Fort Lauderdale recibirá el programa “VIP” en el Sawgrass Mills Mall con descuentos de hasta $1,500 en mercancia, comidas y servicios. Diviértase a bordo de uno de nuestros lujosos cruceros durante 3 días y 2 noches a Nassau, Bahamas. Todas las comidas, las diversiones y su cabina a bordo del barco están incluidas. También hay discotecas, casino, shows al estilo de Las Vegas y toda clase de actividades. Desembarque en Nassau, Bahamas. Vaya de compras libre de impuestos, juegue al golf, practique deportes acuáticos o simplemente relájese en las playas de arena blanca. De regreso tendrá 4 días y 3 noches de alojamiento en el mágico Orlando, el hogar de Disney®, Epcot® y los estudios Universales® y MGM®. Tendrá un talonario de cupones con descuentos de más de $500 para comidas, entretenimientos y atracciones en el area de Orlando. Gratís el alquiler de un carro con kilometraje ilimitado durante su estadía en la Florida patrocinado por InterAmerican Rental Car o Thrifty Rental Car. Si desea usted puede utilizar su boleto gratis para otros destinos alternos que ofrecemos. ¡Llame ahora mismo para detalles! ¡BONO ADICIONAL! Por reservar hoy usted recibirá otros 3 días y 2 noches  adicionales gratis en uno de nuestros exóticos destinos. ¡LLAME AHORA MISMO! 001-305-899-8889 (Desde Colombia 0091-305-899-8889) ¡Si está ocupado siga llamando! ¡Para asegurar que entre su llamada y que usted no pierda su boleto  llame por un teléfono normal y no por medio del Internet! Debido a la gran demanda se acepta una sola llamada por e-mail. Somos miembros de la Cámara de Comercio, IATAN y CLIA Lunes a Viernes 8:00AM A 10:30PM Sabados 9:00AM A 5:00PM (Domingos cerrado) Dreamtime Tours está registrado en el estado de la Florida como mayorista de viajes. Registro número ST-22168. DreamTime Tours le garantiza sus reservas a través de nuestro departamento reservaciones. TERMINOS Y CONDICIONES DREAMTIME TOURS es una agencia autorizada de reservaciones en los E.E.U.U. de todas las demás empresas arriba mencionadas y lleva a cabo el cumplimiento de este promoción de vacaciones. Nuestro éxito se debe a que nuestros clientes vuelven a viajar con nosotros una y otra vez. Esta oferta no se le ofrece al público en general. Queda bajo las leyes y regulaciones federales, estatales y locales. Esta oferta no está relacionada con ninguna oferta de tiempo compartido o "time share" ni con ninguna oferta de bienes raíces. El cumplimiento de esta oferta está garantizada por el departamento de reservaciones de DREAMTIME TOURS que está registrada como agencia de viajes en la Florida con el registro ST-22168. Todos los paquetes vacacionales para esta promoción exclusiva son para un mínimo de dos personas. A cada persona notificada se le ha asignado números de control y reservación. Ciertas restricciones pueden aplicar. Esto no es ninguna lotería, concurso o sorteo. ¡Se acepta una sola llamada para inscribirse! No se aceptan llamdas de terceros ni se le pueden dar detalles. Un hotel puede ser sustituido por otro de la misma clase si no hubiese disponibilidad. La oferta del coche de alquiler no incluye seguros, impuestos ní opciones adicionales. DREAMTIME TOURS INTERNATIONAL TRAVEL SERVICES 12000 Biscayne Blvd. Suite 202 Miami, Florida 33181 --=============elink3792 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable New Page 1

=A1Felicidades=21

Por ser usuario del internet usted ha sido seleccionado para recibir un boleto grat=EDs para = el siguiente paquete vacacional con crucero para disfrutar con su familia.
Usted puede preparar las maletas y disfrutar de este programa vacacional ex=F3tico cuando desee.  Todos los boletos tienen una vigencia de do= ce meses.

<= b>DreamTime Tours International Travel Services tiene el orgullo de patrocinar este evento.  Som= os uno de los mayoristas de viajes m=E1s grandes de la Florida y el n=FAmero uno del me= rcado hispano.  Ubicado en Miami=2C Florida=2C DreamTime Tours Internation= al ha hecho viajar m=E1s de 50=2C000 familias en los ultimos 9 a=F1os en las vacacion= es de sus sue=F1os.  Nuestra licencia estatal de la Florida es el ST-22168 y e= st=E1 respaldado 100% con una fianza que le garantiza sus vacaciones.

Estamos haciendo est= a oferta internacional solo al titular de este correo electr=F3nico con el proposito de promover el t= urismo en la Florida.  Esto no es una promoci=F3n para tiempo compartido=2C biene= s raices n=ED "time share"sino una oferta legitima de vacaciones de uno = de los mayores vendedores al por mayor de vacaciones de la Florida.

Favor de imprimir es= te documento y tener listo el n=FAmero de reservaci=F3n que aparece abajo.  Esta es una oferta = limitada y los operadores est=E1n esperando su llamada.

 

= N=FAmero de Reservaci=F3n
23108763

S= us vacaciones de ensue=F1o incluyen:

  • 3 d=EDas y 2 noches de alojamiento frente al m= ar en la fabulosa Fort Lauderdale=2C Florida patronicinado por la prestigiosa = cadena de hoteles finos Ramada Plaza Resorts.
  • Mientras est=E1 en Fort Lauderdale recibir=E1 = el programa =93VIP=94 en el Sawgrass Mills Mall con descuentos de hasta =241=2C500 en merca= ncia=2C comidas y servicios.  Divi=E9rtase a bordo de uno de nuestros lu= josos cruceros durante 3 d=EDas y 2 noches a Nassau=2C Bahamas. Todas las comidas=2C= las diversiones y su cabina a bordo del barco est=E1n incluidas. Tambi=E9= n hay discotecas=2C casino=2C shows al estilo de Las Vegas y toda clase de = actividades.
  • Desembarque en Nassau=2C Bahamas. Vaya de comp= ras libre de impuestos=2C juegue al golf=2C practique deportes acu=E1ticos o simpl= emente rel=E1jese en las playas de arena blanca.
  • De regreso tendr=E1 4 d=EDas y 3 noches de alo= jamiento en el m=E1gico Orlando=2C el hogar de Disney=AE=2C Epcot=AE y los estudios = Universales=AE y MGM=AE.
  • Tendr=E1 un talonario de cupones con descuento= s de m=E1s de =24500 para comidas=2C entretenimientos y atracciones en el area de O= rlando.
  • Grat=EDs el alquiler de un carro con kilometra= je ilimitado durante su estad=EDa en la Florida patrocinado por InterAmerican Rent= al Car o Thrifty Rental Car.
  • Si desea usted puede utilizar su boleto gratis= para otros destinos alternos que ofrecemos. =A1Llame ahora mismo para detalles=21=


=A1BONO ADICIONAL=21
Por reservar= hoy usted recibir=E1 otros 3 d=EDas y 2 noches 
adicionales gratis en uno de nuestros ex=F3ticos destinos.

=A1LLAME AHORA MISMO=21
  001-305-899-8889

(Desde Colombia 0091-305-899-8889)
=A1Si est=E1 ocupado siga llamando=21

=A1Para asegurar que entre su llamada y que usted no pierda su boleto&n= bsp;
llame por un tel=E9fono normal y no por medio del Internet=21
Debido a la gran demanda se acepta una sola llamada por e-mail.
Somos miembros de la C=E1mara de Comercio=2C IATAN y CLIA

Lunes a Viernes
8:00AM A 10:30PM
Sabados
9:00AM A 5:00PM
(Domingos cerrado)

Dreamtime Tours est=E1 registrado en el estado de la Florida como mayorista de = viajes. Registro n=FAmero ST-22168. DreamTime Tours le ga= rantiza sus reservas a trav=E9s de nuestro departamento reservaciones.<= /font>

TERMINOS Y CONDICIONES
DREAMTIME TOURS es una agencia autorizada de reservaciones en los = E.E.U.U. de todas las dem=E1s empresas arriba mencionadas y lleva a cabo el cumpli= miento de este promoci=F3n de vacaciones. Nuestro =E9xito se debe a que nuestros= clientes vuelven a viajar con nosotros una y otra vez. Esta oferta no se le ofrece= al p=FAblico en general. Queda bajo las leyes y regulaciones federales=2C estatales y = locales. Esta oferta no est=E1 relacionada con ninguna oferta de tiempo compartido= o "time share" ni con ninguna oferta de bienes ra=EDces. El cumpl= imiento de esta oferta est=E1 garantizada por el departamento de reservaciones de= DREAMTIME TOURS que est=E1 registrada como agencia de viajes en la Florida con = el registro ST-22168. Todos los paquetes vacacionales para esta promoci=F3n exclusiva son para un m=EDnimo de dos personas. A cada persona notificada= se le ha asignado n=FAmeros de control y reservaci=F3n. Ciertas restricciones p= ueden aplicar. Esto no es ninguna loter=EDa=2C concurso o sorteo. =A1Se acepta = una sola llamada para inscribirse=21 No se aceptan llamdas de terceros ni se le pu= eden dar detalles.  Un hotel puede ser sustituido por otro de la misma clase = si no hubiese disponibilidad. La oferta del coche de alquiler no incluye seguro= s=2C impuestos n=ED opciones adicionales.

DREAMTIME TOURS INTERNATIONAL TRAVEL SERVICES
= 12000 Biscayne Blvd. Suite 202
Miami=2C Florida 33181

 

Si usted no desea recibir m=E1s ofertas favor de responder a este e-mail con el sujeto &quo= t;NO MAS".
=A9 2001Derechos Reservados por Trend Marketing & Associates.
<= /p> --=============elink3792-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D8DB37B409 for ; Sat, 11 Aug 2001 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMA2F96441; Sat, 11 Aug 2001 15:10:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 15:10:02 -0700 (PDT) Message-Id: <200108112210.f7BMA2F96441@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR Reply-To: "Scot W. Hetzel" Sender: owner-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 pending/29404; it has been noted by GNATS. From: "Scot W. Hetzel" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR Date: Sat, 11 Aug 2001 17:09:41 -0500 (CDT) The following patch to the Cyrus-SASL port adds IPv6 Support via a patch from Hajimu UMEMOTO. Could someone apply the patches in this PR before the ports freeze. Thanks, Scot W. Hetzel diff -ruN cyrus-sasl.orig/Makefile cyrus-sasl/Makefile --- cyrus-sasl.orig/Makefile Thu Aug 2 22:11:49 2001 +++ cyrus-sasl/Makefile Sat Aug 11 16:50:47 2001 @@ -7,11 +7,15 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ + +PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ +PATCHFILES= ${DISTNAME}-ipv6-20010321.diff.gz + MASTER_SITE_SUBDIR= stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail MAINTAINER= hetzels@westbend.net diff -ruN cyrus-sasl.orig/distinfo cyrus-sasl/distinfo --- cyrus-sasl.orig/distinfo Mon Sep 18 21:59:28 2000 +++ cyrus-sasl/distinfo Sat Aug 11 15:22:20 2001 @@ -1 +1,2 @@ MD5 (cyrus-sasl-1.5.24.tar.gz) = ac3837c071c258b80021325936db2583 +MD5 (cyrus-sasl-1.5.24-ipv6-20010321.diff.gz) = a306953c91d9fbf2f4676ef394b38449 diff -ruN cyrus-sasl.orig/scripts/configure.sasl cyrus-sasl/scripts/configure.sasl --- cyrus-sasl.orig/scripts/configure.sasl Mon Jul 16 14:52:22 2001 +++ cyrus-sasl/scripts/configure.sasl Sat Aug 11 15:25:03 2001 @@ -21,8 +21,7 @@ set ${OPTIONS} fi else - - if [ "x${ENABLE_DB3}" = "xYES" -o -f ${PREFIX}/lib/libdb3.so.1 ] ; then + if [ "x${ENABLE_DB3}" = "xYES" -o -f ${PREFIX}/lib/libdb3.so ] ; then SET_DB3="ON" else SET_DB3="OFF" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A66A37B40B for ; Sat, 11 Aug 2001 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMA1H96425; Sat, 11 Aug 2001 15:10:01 -0700 (PDT) (envelope-from gnats) Received: from astart2.astart.com (tcubed-gw.customer.nethere.net [216.188.53.211]) by hub.freebsd.org (Postfix) with ESMTP id B446D37B406 for ; Sat, 11 Aug 2001 15:07:09 -0700 (PDT) (envelope-from papowell@astart.com) Received: from h110.private (h110.private [10.0.0.110]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id PAA24372 for ; Sat, 11 Aug 2001 15:07:09 -0700 (PDT) (envelope-from papowell@astart.com) Received: (from papowell@localhost) by h110.private (8.11.3/8.11.3) id f7BM79c25241; Sat, 11 Aug 2001 15:07:09 -0700 (PDT) (envelope-from papowell) Message-Id: <200108112207.f7BM79c25241@h110.private> Date: Sat, 11 Aug 2001 15:07:09 -0700 (PDT) From: papowell@astart.com Reply-To: papowell@astart.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29632: Updated port: autoconf Sender: owner-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: 29632 >Category: ports >Synopsis: Updated port: autoconf (2.52) >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 Aug 11 15:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Powell >Release: FreeBSD 4.3-RELEASE i386 >Organization: Astart Technologies AKA LPRng.com >Environment: System: FreeBSD h110.private 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 wimp - the porting host at LPRng.com >Description: Port update >How-To-Repeat: Port Update >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: # # autoconf # autoconf/files # autoconf/files/patch-ah # autoconf/Makefile # autoconf/distinfo # autoconf/pkg-comment # autoconf/pkg-descr # autoconf/pkg-plist # echo c - autoconf mkdir -p autoconf > /dev/null 2>&1 echo c - autoconf/files mkdir -p autoconf/files > /dev/null 2>&1 echo x - autoconf/files/patch-ah sed 's/^X//' >autoconf/files/patch-ah << 'END-of-autoconf/files/patch-ah' X*** Makefile.in Sat Aug 11 14:50:06 2001 X--- Makefile.in.orig Sat Aug 11 14:50:00 2001 X*************** X*** 91,98 **** X X nodistpkgdataDATA = autoconf.m4f X X! pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA) \ X! config/config.guess config/config.sub config/install-sh config/mkinstalldirs X X EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA) GNUmakefile Makefile.maint X X--- 91,97 ---- X X nodistpkgdataDATA = autoconf.m4f X X! pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA) X X EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA) GNUmakefile Makefile.maint X X*************** X*** 175,181 **** X X install-pkgdataDATA: $(pkgdata_DATA) X @$(NORMAL_INSTALL) X! $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/config X @list='$(pkgdata_DATA)'; for p in $$list; do \ X if test -f $(srcdir)/$$p; then \ X echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \ X--- 174,180 ---- X X install-pkgdataDATA: $(pkgdata_DATA) X @$(NORMAL_INSTALL) X! $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) X @list='$(pkgdata_DATA)'; for p in $$list; do \ X if test -f $(srcdir)/$$p; then \ X echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \ END-of-autoconf/files/patch-ah echo x - autoconf/Makefile sed 's/^X//' >autoconf/Makefile << 'END-of-autoconf/Makefile' X# New ports collection makefile for: autoconf X# Date created: 7 October 1995 X# Whom: torstenb@FreeBSD.org X# X# $FreeBSD: ports/devel/autoconf/Makefile,v 1.22 2001/05/31 22:14:37 ade Exp $ X# X XPORTNAME= autoconf XPORTVERSION= 2.52 XPORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= autoconf X XMAINTAINER= torstenb@FreeBSD.org X XBUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 XRUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= M4=${PREFIX}/bin/gm4 X Xpost-install: X (cd ${WRKSRC}/config; for i in config.guess config.sub install-sh mdate-sh missing mkinstalldirs; do echo $$i ; done ) X @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir X @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir X X.include END-of-autoconf/Makefile echo x - autoconf/distinfo sed 's/^X//' >autoconf/distinfo << 'END-of-autoconf/distinfo' XMD5 (autoconf-2.52.tar.gz) = 054c54b73aade6da546f98a7c03a724d END-of-autoconf/distinfo echo x - autoconf/pkg-comment sed 's/^X//' >autoconf/pkg-comment << 'END-of-autoconf/pkg-comment' XAutomatically configure source code on many Un*x platforms END-of-autoconf/pkg-comment echo x - autoconf/pkg-descr sed 's/^X//' >autoconf/pkg-descr << 'END-of-autoconf/pkg-descr' XAutoconf is an extensible package of m4 macros that produce shell Xscripts to automatically configure software source code packages. XThese scripts can adapt the packages to many kinds of UNIX-like Xsystems without manual user intervention. Autoconf creates a Xconfiguration script for a package from a template file that lists the Xoperating system features that the package can use, in the form of m4 Xmacro calls. X XWWW: http://sources.redhat.com/autoconf/ END-of-autoconf/pkg-descr echo x - autoconf/pkg-plist sed 's/^X//' >autoconf/pkg-plist << 'END-of-autoconf/pkg-plist' Xbin/autoconf Xbin/autoheader Xbin/autoreconf Xbin/autoscan Xbin/autoupdate Xbin/ifnames X@unexec install-info --delete %D/info/autoconf.info %D/info/dir X@unexec install-info --delete %D/info/standards.info %D/info/dir Xinfo/autoconf.info Xinfo/standards.info X@exec install-info %D/info/autoconf.info %D/info/dir X@exec install-info %D/info/standards.info %D/info/dir Xshare/autoconf/acfunctions Xshare/autoconf/acheaders Xshare/autoconf/acidentifiers Xshare/autoconf/acmakevars Xshare/autoconf/acprograms Xshare/autoconf/aclibraries Xshare/autoconf/m4sugar.m4 Xshare/autoconf/m4sh.m4 Xshare/autoconf/acversion.m4 Xshare/autoconf/autoconf.m4 Xshare/autoconf/acgeneral.m4 Xshare/autoconf/acoldnames.m4 Xshare/autoconf/acspecific.m4 Xshare/autoconf/aclang.m4 Xshare/autoconf/acfunctions.m4 Xshare/autoconf/acheaders.m4 Xshare/autoconf/actypes.m4 Xshare/autoconf/autoconf.m4f Xshare/autoconf/INSTALL X@dirrm share/autoconf END-of-autoconf/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 Aug 11 15:30:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5841937B407 for ; Sat, 11 Aug 2001 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMU1j10764; Sat, 11 Aug 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from astart2.astart.com (tcubed-gw.customer.nethere.net [216.188.53.211]) by hub.freebsd.org (Postfix) with ESMTP id 41E9F37B407 for ; Sat, 11 Aug 2001 15:23:22 -0700 (PDT) (envelope-from papowell@astart.com) Received: from h110.private (h110.private [10.0.0.110]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id PAA24394 for ; Sat, 11 Aug 2001 15:23:22 -0700 (PDT) (envelope-from papowell@astart.com) Received: (from root@localhost) by h110.private (8.11.3/8.11.3) id f7BMNLG30479; Sat, 11 Aug 2001 15:23:21 -0700 (PDT) (envelope-from papowell) Message-Id: <200108112223.f7BMNLG30479@h110.private> Date: Sat, 11 Aug 2001 15:23:21 -0700 (PDT) From: papowell@astart.com Reply-To: papowell@astart.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29633: port update: autoconf (with config.guess and other 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 >Number: 29633 >Category: ports >Synopsis: port update - autoconf 2.52 with config.guess and other files >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 Aug 11 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Powell >Release: FreeBSD 4.3-RELEASE i386 >Organization: Astart Technologies AKA LPRng.com >Environment: System: FreeBSD h110.private 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 wimp - the LPRng port testing host >Description: The autoconf port is out of date with other tools in ports >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: # # autoconf # autoconf/files # autoconf/files/patch-ah # autoconf/Makefile # autoconf/distinfo # autoconf/pkg-comment # autoconf/pkg-descr # autoconf/pkg-plist # echo c - autoconf mkdir -p autoconf > /dev/null 2>&1 echo c - autoconf/files mkdir -p autoconf/files > /dev/null 2>&1 echo x - autoconf/files/patch-ah sed 's/^X//' >autoconf/files/patch-ah << 'END-of-autoconf/files/patch-ah' X*** Makefile.in.orig Wed Jul 18 07:41:38 2001 X--- Makefile.in Sat Aug 11 15:14:09 2001 X*************** X*** 91,97 **** X X nodistpkgdataDATA = autoconf.m4f X X! pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA) X X EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA) GNUmakefile Makefile.maint X X--- 91,98 ---- X X nodistpkgdataDATA = autoconf.m4f X X! pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA) \ X! config/config.guess config/config.sub config/install-sh config/mkinstalldirs X X EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA) GNUmakefile Makefile.maint X X*************** X*** 174,180 **** X X install-pkgdataDATA: $(pkgdata_DATA) X @$(NORMAL_INSTALL) X! $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) X @list='$(pkgdata_DATA)'; for p in $$list; do \ X if test -f $(srcdir)/$$p; then \ X echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \ X--- 175,181 ---- X X install-pkgdataDATA: $(pkgdata_DATA) X @$(NORMAL_INSTALL) X! $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/config X @list='$(pkgdata_DATA)'; for p in $$list; do \ X if test -f $(srcdir)/$$p; then \ X echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \ END-of-autoconf/files/patch-ah echo x - autoconf/Makefile sed 's/^X//' >autoconf/Makefile << 'END-of-autoconf/Makefile' X# New ports collection makefile for: autoconf X# Date created: 7 October 1995 X# Whom: torstenb@FreeBSD.org X# X# $FreeBSD: ports/devel/autoconf/Makefile,v 1.22 2001/05/31 22:14:37 ade Exp $ X# X XPORTNAME= autoconf XPORTVERSION= 2.52 XPORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= autoconf X XMAINTAINER= torstenb@FreeBSD.org X XBUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 XRUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= M4=${PREFIX}/bin/gm4 X Xpost-install: X @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir X @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir X X.include END-of-autoconf/Makefile echo x - autoconf/distinfo sed 's/^X//' >autoconf/distinfo << 'END-of-autoconf/distinfo' XMD5 (autoconf-2.52.tar.gz) = 054c54b73aade6da546f98a7c03a724d END-of-autoconf/distinfo echo x - autoconf/pkg-comment sed 's/^X//' >autoconf/pkg-comment << 'END-of-autoconf/pkg-comment' XAutomatically configure source code on many Un*x platforms END-of-autoconf/pkg-comment echo x - autoconf/pkg-descr sed 's/^X//' >autoconf/pkg-descr << 'END-of-autoconf/pkg-descr' XAutoconf is an extensible package of m4 macros that produce shell Xscripts to automatically configure software source code packages. XThese scripts can adapt the packages to many kinds of UNIX-like Xsystems without manual user intervention. Autoconf creates a Xconfiguration script for a package from a template file that lists the Xoperating system features that the package can use, in the form of m4 Xmacro calls. X XWWW: http://sources.redhat.com/autoconf/ END-of-autoconf/pkg-descr echo x - autoconf/pkg-plist sed 's/^X//' >autoconf/pkg-plist << 'END-of-autoconf/pkg-plist' Xbin/autoconf Xbin/autoheader Xbin/autoreconf Xbin/autoscan Xbin/autoupdate Xbin/ifnames X@unexec install-info --delete %D/info/autoconf.info %D/info/dir X@unexec install-info --delete %D/info/standards.info %D/info/dir Xinfo/autoconf.info Xinfo/standards.info X@exec install-info %D/info/autoconf.info %D/info/dir X@exec install-info %D/info/standards.info %D/info/dir Xshare/autoconf/config/config.guess Xshare/autoconf/config/config.sub Xshare/autoconf/config/install-sh Xshare/autoconf/config/mkinstalldirs Xshare/autoconf/acfunctions Xshare/autoconf/acheaders Xshare/autoconf/acidentifiers Xshare/autoconf/acmakevars Xshare/autoconf/acprograms Xshare/autoconf/aclibraries Xshare/autoconf/m4sugar.m4 Xshare/autoconf/m4sh.m4 Xshare/autoconf/acversion.m4 Xshare/autoconf/autoconf.m4 Xshare/autoconf/acgeneral.m4 Xshare/autoconf/acoldnames.m4 Xshare/autoconf/acspecific.m4 Xshare/autoconf/aclang.m4 Xshare/autoconf/acfunctions.m4 Xshare/autoconf/acheaders.m4 Xshare/autoconf/actypes.m4 Xshare/autoconf/autoconf.m4f Xshare/autoconf/INSTALL X@dirrm share/autoconf/config X@dirrm share/autoconf END-of-autoconf/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 Aug 11 15:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A999037B40A for ; Sat, 11 Aug 2001 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMo2T24638; Sat, 11 Aug 2001 15:50:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 15:50:02 -0700 (PDT) Message-Id: <200108112250.f7BMo2T24638@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR Reply-To: "Scot W. Hetzel" Sender: owner-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 pending/29404; it has been noted by GNATS. From: "Scot W. Hetzel" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: RE: pending/29404: Change Cyrus-SASL port to use PORTDOCS, DOCSDIR Date: Sat, 11 Aug 2001 17:41:46 -0500 (CDT) Here's a corrected patch for the Makefile. PATCH* should be below MASTER* Scot --- cyrus-sasl.orig/Makefile Thu Aug 2 22:11:49 2001 +++ cyrus-sasl/Makefile Sat Aug 11 17:37:45 2001 @@ -7,12 +7,15 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ MASTER_SITE_SUBDIR= stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail + +PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ +PATCHFILES= ${DISTNAME}-ipv6-20010321.diff.gz MAINTAINER= hetzels@westbend.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 444D237B406 for ; Sat, 11 Aug 2001 15:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMo5W24676; Sat, 11 Aug 2001 15:50:05 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 15:50:05 -0700 (PDT) Message-Id: <200108112250.f7BMo5W24676@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Doug Barton Subject: Re: ports/29632: Updated port: autoconf Reply-To: Doug Barton Sender: owner-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/29632; it has been noted by GNATS. From: Doug Barton To: papowell@astart.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/29632: Updated port: autoconf Date: Sat, 11 Aug 2001 15:45:44 -0700 Please submit a follow-up to this PR that includes a diff -u to the current port. Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:54:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 0F30B37B408 for ; Sat, 11 Aug 2001 15:54:31 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA10510; Sat, 11 Aug 2001 16:21:23 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.5/8.11.5) with ESMTP id f7BMsdW91247; Sat, 11 Aug 2001 15:54:39 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Sat, 11 Aug 2001 15:54:32 -0700 From: John Merryweather Cooper To: Doug Barton Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/29632: Updated port: autoconf Message-ID: <20010811155432.M63408@johncoop> References: <200108112250.f7BMo5W24676@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108112250.f7BMo5W24676@freefall.freebsd.org>; from DougB@DougBarton.net on Sat, Aug 11, 2001 at 15:50:05 -0700 X-Mailer: Balsa 1.1.7 Lines: 22 Sender: owner-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 2001.08.11 15:50 Doug Barton wrote: > The following reply was made to PR ports/29632; it has been noted by > GNATS. > > From: Doug Barton > To: papowell@astart.com > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/29632: Updated port: autoconf > Date: Sat, 11 Aug 2001 15:45:44 -0700 > > Please submit a follow-up to this PR that includes a diff -u to the > current > port. > > Thanks, > > Doug > Shouldn't that be a diff -ruN between the two directories (old and new). Otherwise, only the top-level stuff is going to get diff'ed. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F99B37B40E; Sat, 11 Aug 2001 15:55:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMrO327104; Sat, 11 Aug 2001 15:53:24 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:53:24 -0700 (PDT) From: Message-Id: <200108112253.f7BMrO327104@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24267: ghostscript6 port compilation fails Sender: owner-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: ghostscript6 port compilation fails Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:53:11 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24267 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:33 2001 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 822F737B411; Sat, 11 Aug 2001 15:55:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMs7c27600; Sat, 11 Aug 2001 15:54:07 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:54:07 -0700 (PDT) From: Message-Id: <200108112254.f7BMs7c27600@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28387: hpijs drivers with ghostscript-5.50 Sender: owner-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: hpijs drivers with ghostscript-5.50 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:53:53 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28387 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 822F737B411; Sat, 11 Aug 2001 15:55:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMs7c27600; Sat, 11 Aug 2001 15:54:07 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:54:07 -0700 (PDT) From: Message-Id: <200108112254.f7BMs7c27600@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28387: hpijs drivers with ghostscript-5.50 Sender: owner-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: hpijs drivers with ghostscript-5.50 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:53:53 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28387 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:41 2001 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 5F99B37B40E; Sat, 11 Aug 2001 15:55:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMrO327104; Sat, 11 Aug 2001 15:53:24 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:53:24 -0700 (PDT) From: Message-Id: <200108112253.f7BMrO327104@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24267: ghostscript6 port compilation fails Sender: owner-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: ghostscript6 port compilation fails Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:53:11 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24267 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCBFE37B413; Sat, 11 Aug 2001 15:55:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMrhw27309; Sat, 11 Aug 2001 15:53:43 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:53:43 -0700 (PDT) From: Message-Id: <200108112253.f7BMrhw27309@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25444: gimp-print driver out of date in ghostscript6 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: gimp-print driver out of date in ghostscript6 port Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:53:33 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:41 2001 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 BCBFE37B413; Sat, 11 Aug 2001 15:55:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMrhw27309; Sat, 11 Aug 2001 15:53:43 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:53:43 -0700 (PDT) From: Message-Id: <200108112253.f7BMrhw27309@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25444: gimp-print driver out of date in ghostscript6 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: gimp-print driver out of date in ghostscript6 port Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:53:33 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26F0A37B40C; Sat, 11 Aug 2001 15:55:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMqrV26725; Sat, 11 Aug 2001 15:52:53 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:52:53 -0700 (PDT) From: Message-Id: <200108112252.f7BMqrV26725@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27331: GhostScript6 needs pdf_sec.ps which cannot be found Sender: owner-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: GhostScript6 needs pdf_sec.ps which cannot be found Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:50:52 PDT 2001 Responsible-Changed-Why: misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27331 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5572F37B40B; Sat, 11 Aug 2001 15:55:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMslL28129; Sat, 11 Aug 2001 15:54:47 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:54:47 -0700 (PDT) From: Message-Id: <200108112254.f7BMslL28129@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28847: Update port: print_ghostscript6 to 7.00 (fix ports/28286) Sender: owner-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: print_ghostscript6 to 7.00 (fix ports/28286) Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:54:36 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:49 2001 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 26F0A37B40C; Sat, 11 Aug 2001 15:55:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMqrV26725; Sat, 11 Aug 2001 15:52:53 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:52:53 -0700 (PDT) From: Message-Id: <200108112252.f7BMqrV26725@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27331: GhostScript6 needs pdf_sec.ps which cannot be found Sender: owner-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: GhostScript6 needs pdf_sec.ps which cannot be found Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:50:52 PDT 2001 Responsible-Changed-Why: misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27331 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A520637B412; Sat, 11 Aug 2001 15:55:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMsU827876; Sat, 11 Aug 2001 15:54:30 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:54:30 -0700 (PDT) From: Message-Id: <200108112254.f7BMsU827876@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28846: Update port: print_ghostscript55 to 6.51 (fix ports/28284) Sender: owner-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: print_ghostscript55 to 6.51 (fix ports/28284) Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:54:17 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28846 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:51 2001 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 5572F37B40B; Sat, 11 Aug 2001 15:55:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMslL28129; Sat, 11 Aug 2001 15:54:47 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:54:47 -0700 (PDT) From: Message-Id: <200108112254.f7BMslL28129@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28847: Update port: print_ghostscript6 to 7.00 (fix ports/28286) Sender: owner-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: print_ghostscript6 to 7.00 (fix ports/28286) Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:54:36 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 15:55:56 2001 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 A520637B412; Sat, 11 Aug 2001 15:55:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMsU827876; Sat, 11 Aug 2001 15:54:30 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 15:54:30 -0700 (PDT) From: Message-Id: <200108112254.f7BMsU827876@freefall.freebsd.org> To: dougb@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28846: Update port: print_ghostscript55 to 6.51 (fix ports/28284) Sender: owner-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: print_ghostscript55 to 6.51 (fix ports/28284) Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 15:54:17 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28846 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 16: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2501037B407 for ; Sat, 11 Aug 2001 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BN03g31947; Sat, 11 Aug 2001 16:00:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 16:00:03 -0700 (PDT) Message-Id: <200108112300.f7BN03g31947@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/29632: Updated port: autoconf (2.52) Reply-To: John Merryweather Cooper Sender: owner-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/29632; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, papowell@astart.com Cc: Subject: Re: ports/29632: Updated port: autoconf (2.52) Date: Sat, 11 Aug 2001 15:51:29 -0700 Hmm . . . PR ports/29632 and ports/29633 appear to differ only in their respective pkg-plist's. I've heard of backwards compatibility problems (with older configure.in scripts). Does this test out with some of the older ports? jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 16:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C1E37B405 for ; Sat, 11 Aug 2001 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BNA1e35612; Sat, 11 Aug 2001 16:10:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 16:10:01 -0700 (PDT) Message-Id: <200108112310.f7BNA1e35612@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/29379: Upgrade Apache13-fp to 1.3.20 Reply-To: "Scot W. Hetzel" Sender: owner-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/29379; it has been noted by GNATS. From: "Scot W. Hetzel" To: "FreeBSD-GNATS" Cc: Subject: Re: ports/29379: Upgrade Apache13-fp to 1.3.20 Date: Sat, 11 Aug 2001 18:04:50 -0500 Could a commiter please have a look at this PR before the ports Freeze. Thanks, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 16:33:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 4634D37B407 for ; Sat, 11 Aug 2001 16:33:19 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA52872; Sat, 11 Aug 2001 16:33:13 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B75C0B8.B890FD6C@DougBarton.net> Date: Sat, 11 Aug 2001 16:33:12 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Merryweather Cooper Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/29632: Updated port: autoconf References: <200108112250.f7BMo5W24676@freefall.freebsd.org> <20010811155432.M63408@johncoop> 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 John Merryweather Cooper wrote: > > On 2001.08.11 15:50 Doug Barton wrote: > > The following reply was made to PR ports/29632; it has been noted by > > GNATS. > > > > From: Doug Barton > > To: papowell@astart.com > > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > > Subject: Re: ports/29632: Updated port: autoconf > > Date: Sat, 11 Aug 2001 15:45:44 -0700 > > > > Please submit a follow-up to this PR that includes a diff -u to the > > current > > port. > > > > Thanks, > > > > Doug > > > Shouldn't that be a diff -ruN between the two directories (old and new). > Otherwise, only the top-level stuff is going to get diff'ed. That of course, is implied. I was merely trying to indicate my preference for unified diffs. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 19:30:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D46D37B409 for ; Sat, 11 Aug 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C2U1805175; Sat, 11 Aug 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 5688C37B406 for ; Sat, 11 Aug 2001 19:23:19 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id D20183C84; Sun, 12 Aug 2001 04:23:17 +0200 (CEST) Message-Id: <20010812022317.D20183C84@totem.fix.no> Date: Sun, 12 Aug 2001 04:23:17 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29635: New port: x11-fm/gentoo Sender: owner-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: 29635 >Category: ports >Synopsis: New port: x11-fm/gentoo >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 Aug 11 19:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500020 (5.0-20010618-CURRENT) >Description: New port of gentoo, a gtk+ based file manager inspired by DirectoryOpus. >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: # # gentoo # gentoo/Makefile # gentoo/distinfo # gentoo/pkg-comment # gentoo/pkg-descr # gentoo/pkg-plist # gentoo/files # gentoo/files/patch-src-Makefile # gentoo/files/patch-widgets-Makefile # gentoo/files/patch-gentoorc-example # echo c - gentoo mkdir -p gentoo > /dev/null 2>&1 echo x - gentoo/Makefile sed 's/^X//' >gentoo/Makefile << 'END-of-gentoo/Makefile' X# New ports collection makefile for: gentoo X# Date created: 12 August 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= gentoo XPORTVERSION= 0.11.16 XCATEGORIES= x11-fm XMASTER_SITES= http://www.obsession.se/gentoo/ \ X ftp://ftp.nuug.no/pub/anders/distfiles/ X XMAINTAINER= anders@fix.no X XUSE_GTK= yes X XMAN1= gentoo.1 X XFIXPREFIX= src/Makefile widgets/Makefile gentoorc-example XDOCS= BUGS CONFIG-CHANGES CREDITS FIXES-0.11 FIXES-0.9 README \ X README.gtkrc TODO gentoogtkrc-example X Xpost-patch: X.for f in ${FIXPREFIX} X ${PERL} -pi -e "s@XXGTKCONFIGXX@${GTK_CONFIG}@g; \ X s@XXGENTOO_LOCALEDIRXX@${PREFIX}/share/locale@g; \ X s@XXGENTOO_ICONDIRXX@${PREFIX}/share/gentoo/icons@g" \ X ${WRKSRC}/${f} X.endfor X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/gentoo ${PREFIX}/bin X @${INSTALL} -d -m 0755 ${PREFIX}/share/gentoo X ${CP} -R ${WRKSRC}/icons ${PREFIX}/share/gentoo X ${CHMOD} 0755 ${PREFIX}/share/gentoo/icons X ${INSTALL_DATA} ${WRKSRC}/gentoorc-example ${PREFIX}/etc/gentoorc X ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${PREFIX}/man/man1/gentoo.1 X.if !defined(NOPORTDOCS) X ${CP} -R ${WRKSRC}/docs ${PREFIX}/share/doc/gentoo X ${CHMOD} 0755 ${PREFIX}/share/doc/gentoo X ${RM} ${PREFIX}/share/doc/gentoo/gentoo.1x X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/gentoo X.endfor X.endif X X.include END-of-gentoo/Makefile echo x - gentoo/distinfo sed 's/^X//' >gentoo/distinfo << 'END-of-gentoo/distinfo' XMD5 (gentoo-0.11.16.tar.gz) = be4ad45d7e691785f8c98f7dda1dc2c0 END-of-gentoo/distinfo echo x - gentoo/pkg-comment sed 's/^X//' >gentoo/pkg-comment << 'END-of-gentoo/pkg-comment' XGtk+ based file manager inspired by DirectoryOpus END-of-gentoo/pkg-comment echo x - gentoo/pkg-descr sed 's/^X//' >gentoo/pkg-descr << 'END-of-gentoo/pkg-descr' Xgentoo is a modern, powerful, flexible, and utterly configurable file manager Xfor UNIX systems, written using the GTK+ toolkit. It aims to be 100% Xgraphically configurable; there's no need to edit config files by hand and then Xrestart the application. gentoo is somewhat inspired in its look & feel by the Xclassic Amiga program DirectoryOpus. X XWWW: http://www.obsession.se/gentoo/ X X- Anders Nordby END-of-gentoo/pkg-descr echo x - gentoo/pkg-plist sed 's/^X//' >gentoo/pkg-plist << 'END-of-gentoo/pkg-plist' Xbin/gentoo Xetc/gentoorc Xshare/gentoo/icons/xpm2.xpm Xshare/gentoo/icons/aiff.xpm Xshare/gentoo/icons/Amiga.xpm Xshare/gentoo/icons/Animation.xpm Xshare/gentoo/icons/Apple.xpm Xshare/gentoo/icons/au.xpm Xshare/gentoo/icons/avi.xpm Xshare/gentoo/icons/Bad.xpm Xshare/gentoo/icons/Battery.xpm Xshare/gentoo/icons/bmp.xpm Xshare/gentoo/icons/bmp2.xpm Xshare/gentoo/icons/BSD.xpm Xshare/gentoo/icons/c.xpm Xshare/gentoo/icons/Card.xpm Xshare/gentoo/icons/CDROM.xpm Xshare/gentoo/icons/class.xpm Xshare/gentoo/icons/conf.xpm Xshare/gentoo/icons/COPYING Xshare/gentoo/icons/core.xpm Xshare/gentoo/icons/cpp.xpm Xshare/gentoo/icons/Database.xpm Xshare/gentoo/icons/deb.xpm Xshare/gentoo/icons/Directory.xpm Xshare/gentoo/icons/Directory2.xpm Xshare/gentoo/icons/Document.xpm Xshare/gentoo/icons/EggTimer.xpm Xshare/gentoo/icons/eps.xpm Xshare/gentoo/icons/ExcelCalcXLS.xpm Xshare/gentoo/icons/exe.xpm Xshare/gentoo/icons/Executable.xpm Xshare/gentoo/icons/FIFO.xpm Xshare/gentoo/icons/Floppy.xpm Xshare/gentoo/icons/Font.xpm Xshare/gentoo/icons/gentoo.png Xshare/gentoo/icons/Ghost.xpm Xshare/gentoo/icons/gif.xpm Xshare/gentoo/icons/gif2.xpm Xshare/gentoo/icons/GnomeCalc.xpm Xshare/gentoo/icons/GnomeWord.xpm Xshare/gentoo/icons/GNUstep.xpm Xshare/gentoo/icons/h.xpm Xshare/gentoo/icons/Harddrive.xpm Xshare/gentoo/icons/html.xpm Xshare/gentoo/icons/html2.xpm Xshare/gentoo/icons/iff.xpm Xshare/gentoo/icons/iff2.xpm Xshare/gentoo/icons/Image.xpm Xshare/gentoo/icons/Internet.xpm Xshare/gentoo/icons/java.xpm Xshare/gentoo/icons/jpeg.xpm Xshare/gentoo/icons/jpeg2.xpm Xshare/gentoo/icons/KDECalc.xpm Xshare/gentoo/icons/KDEWord.xpm Xshare/gentoo/icons/Kernel.xpm Xshare/gentoo/icons/Keymap.xpm Xshare/gentoo/icons/Lego.xpm Xshare/gentoo/icons/License.xpm Xshare/gentoo/icons/Linux.xpm Xshare/gentoo/icons/log.xpm Xshare/gentoo/icons/m.xpm Xshare/gentoo/icons/Makefile.xpm Xshare/gentoo/icons/man.xpm Xshare/gentoo/icons/Maya.xpm Xshare/gentoo/icons/midi.xpm Xshare/gentoo/icons/Mixer.xpm Xshare/gentoo/icons/mod.xpm Xshare/gentoo/icons/Mouse.xpm Xshare/gentoo/icons/Mouse2.xpm Xshare/gentoo/icons/mov.xpm Xshare/gentoo/icons/mov2.xpm Xshare/gentoo/icons/mp3.xpm Xshare/gentoo/icons/mpeg.xpm Xshare/gentoo/icons/MSWordDoc.xpm Xshare/gentoo/icons/NetAmiga.xpm Xshare/gentoo/icons/NetApple.xpm Xshare/gentoo/icons/NetHD.xpm Xshare/gentoo/icons/NetSGI.xpm Xshare/gentoo/icons/NetSun.xpm Xshare/gentoo/icons/NetWindows.xpm Xshare/gentoo/icons/o.xpm Xshare/gentoo/icons/Package.xpm Xshare/gentoo/icons/Package2.xpm Xshare/gentoo/icons/pcx.xpm Xshare/gentoo/icons/pcx2.xpm Xshare/gentoo/icons/pdb.xpm Xshare/gentoo/icons/pdf.xpm Xshare/gentoo/icons/pl.xpm Xshare/gentoo/icons/png.xpm Xshare/gentoo/icons/png2.xpm Xshare/gentoo/icons/Port.xpm Xshare/gentoo/icons/Port2.xpm Xshare/gentoo/icons/PowerButton.xpm Xshare/gentoo/icons/prc.xpm Xshare/gentoo/icons/Printer.xpm Xshare/gentoo/icons/ps.xpm Xshare/gentoo/icons/r.xpm Xshare/gentoo/icons/ra.xpm Xshare/gentoo/icons/README Xshare/gentoo/icons/Readme.xpm Xshare/gentoo/icons/rom.xpm Xshare/gentoo/icons/rpm.xpm Xshare/gentoo/icons/SCSI.xpm Xshare/gentoo/icons/sh.xpm Xshare/gentoo/icons/sid.xpm Xshare/gentoo/icons/so.xpm Xshare/gentoo/icons/SoundCard.xpm Xshare/gentoo/icons/Source.xpm Xshare/gentoo/icons/Speaker.xpm Xshare/gentoo/icons/Speaker2.xpm Xshare/gentoo/icons/Spreadsheet.xpm Xshare/gentoo/icons/Tape.xpm Xshare/gentoo/icons/targa.xpm Xshare/gentoo/icons/targa2.xpm Xshare/gentoo/icons/tex.xpm Xshare/gentoo/icons/tiff.xpm Xshare/gentoo/icons/tiff2.xpm Xshare/gentoo/icons/txt.xpm Xshare/gentoo/icons/VRML.xpm Xshare/gentoo/icons/wav.xpm Xshare/gentoo/icons/Windows.xpm Xshare/gentoo/icons/xbm.xpm Xshare/gentoo/icons/xbm2.xpm Xshare/gentoo/icons/xcf.xpm Xshare/gentoo/icons/xpm.xpm Xshare/gentoo/icons/AbiWord.xpm X@dirrm share/gentoo/icons X@dirrm share/gentoo X%%PORTDOCS%%share/doc/gentoo/config/cfg_types.html X%%PORTDOCS%%share/doc/gentoo/config/cfg_gui.html X%%PORTDOCS%%share/doc/gentoo/config/cfg_styles.html X%%PORTDOCS%%share/doc/gentoo/config/cfg_dirpane.html X%%PORTDOCS%%share/doc/gentoo/config/gentoorc.html X%%PORTDOCS%%share/doc/gentoo/config/index.html X%%PORTDOCS%%share/doc/gentoo/config/template.html X%%PORTDOCS%%share/doc/gentoo/images/tone3.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_dirpane.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_gui.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_styles.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_styles2.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_styles3.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_types.gif X%%PORTDOCS%%share/doc/gentoo/images/cfg_types2.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_chmod.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_dialog.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_inp1.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_inp2.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_inp3.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_inp4.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_inp5.gif X%%PORTDOCS%%share/doc/gentoo/images/cmd_selectre.gif X%%PORTDOCS%%share/doc/gentoo/images/colsel.jpeg X%%PORTDOCS%%share/doc/gentoo/images/columnedit.gif X%%PORTDOCS%%share/doc/gentoo/images/gentoo_logo.gif X%%PORTDOCS%%share/doc/gentoo/images/gentoo_logo_g.gif X%%PORTDOCS%%share/doc/gentoo/images/gentoo_logo_g_small.gif X%%PORTDOCS%%share/doc/gentoo/images/gentoo_logo_small.gif X%%PORTDOCS%%share/doc/gentoo/images/gentoo_logo_text.gif X%%PORTDOCS%%share/doc/gentoo/images/iconsel.gif X%%PORTDOCS%%share/doc/gentoo/images/layout.gif X%%PORTDOCS%%share/doc/gentoo/images/od__logo_small.gif X%%PORTDOCS%%share/doc/gentoo/images/popupmenu.gif X%%PORTDOCS%%share/doc/gentoo/images/popupmenu2.gif X%%PORTDOCS%%share/doc/gentoo/images/status_error.gif X%%PORTDOCS%%share/doc/gentoo/images/stylesel.gif X%%PORTDOCS%%share/doc/gentoo/images/style_tree.gif X%%PORTDOCS%%share/doc/gentoo/images/tone.gif X%%PORTDOCS%%share/doc/gentoo/images/tone2.gif X%%PORTDOCS%%share/doc/gentoo/images/bullet.gif X%%PORTDOCS%%share/doc/gentoo/scratch/symlinks.txt X%%PORTDOCS%%share/doc/gentoo/scratch/command_args.txt X%%PORTDOCS%%share/doc/gentoo/scratch/command_howto.txt X%%PORTDOCS%%share/doc/gentoo/scratch/command_options.txt X%%PORTDOCS%%share/doc/gentoo/scratch/dirhistory.txt X%%PORTDOCS%%share/doc/gentoo/scratch/filestyles.txt X%%PORTDOCS%%share/doc/gentoo/scratch/filetypes.txt X%%PORTDOCS%%share/doc/gentoo/scratch/focusing.txt X%%PORTDOCS%%share/doc/gentoo/scratch/mount.txt X%%PORTDOCS%%share/doc/gentoo/scratch/outline.txt X%%PORTDOCS%%share/doc/gentoo/scratch/README X%%PORTDOCS%%share/doc/gentoo/scratch/renamere.txt X%%PORTDOCS%%share/doc/gentoo/scratch/search_howto.txt X%%PORTDOCS%%share/doc/gentoo/scratch/commands.txt X%%PORTDOCS%%share/doc/gentoo/commands.html X%%PORTDOCS%%share/doc/gentoo/contribute.html X%%PORTDOCS%%share/doc/gentoo/dirpanes.html X%%PORTDOCS%%share/doc/gentoo/FAQ X%%PORTDOCS%%share/doc/gentoo/BUGS X%%PORTDOCS%%share/doc/gentoo/gentoo.css X%%PORTDOCS%%share/doc/gentoo/gentoogtkrc-example X%%PORTDOCS%%share/doc/gentoo/gpl.html X%%PORTDOCS%%share/doc/gentoo/history.html X%%PORTDOCS%%share/doc/gentoo/index.html X%%PORTDOCS%%share/doc/gentoo/intro.html X%%PORTDOCS%%share/doc/gentoo/layout.html X%%PORTDOCS%%share/doc/gentoo/menus.html X%%PORTDOCS%%share/doc/gentoo/menus.txt X%%PORTDOCS%%share/doc/gentoo/misc.html X%%PORTDOCS%%share/doc/gentoo/quick.html X%%PORTDOCS%%share/doc/gentoo/relnotes.html X%%PORTDOCS%%share/doc/gentoo/status.html X%%PORTDOCS%%share/doc/gentoo/styles.html X%%PORTDOCS%%share/doc/gentoo/template.html X%%PORTDOCS%%share/doc/gentoo/template_toc.html X%%PORTDOCS%%share/doc/gentoo/CREDITS X%%PORTDOCS%%share/doc/gentoo/types.html X%%PORTDOCS%%share/doc/gentoo/acks.html X%%PORTDOCS%%share/doc/gentoo/usage.html X%%PORTDOCS%%share/doc/gentoo/buttons.html X%%PORTDOCS%%share/doc/gentoo/columns.html X%%PORTDOCS%%share/doc/gentoo/CONFIG-CHANGES X%%PORTDOCS%%share/doc/gentoo/FIXES-0.11 X%%PORTDOCS%%share/doc/gentoo/FIXES-0.9 X%%PORTDOCS%%share/doc/gentoo/README X%%PORTDOCS%%share/doc/gentoo/README.gtkrc X%%PORTDOCS%%share/doc/gentoo/TODO X%%PORTDOCS%%@dirrm share/doc/gentoo/config X%%PORTDOCS%%@dirrm share/doc/gentoo/images X%%PORTDOCS%%@dirrm share/doc/gentoo/scratch X%%PORTDOCS%%@dirrm share/doc/gentoo END-of-gentoo/pkg-plist echo c - gentoo/files mkdir -p gentoo/files > /dev/null 2>&1 echo x - gentoo/files/patch-src-Makefile sed 's/^X//' >gentoo/files/patch-src-Makefile << 'END-of-gentoo/files/patch-src-Makefile' X--- src/Makefile.orig Sun Apr 29 11:43:21 2001 X+++ src/Makefile Sun Aug 12 02:42:49 2001 X@@ -71,25 +71,23 @@ X window.o menus.o\ X ../widgets/odemilbutton.o ../widgets/odscrolledbox.o ../widgets/odlabel.o X X-DEBUG = -g -O2 #-Wno-unused X+DEBUG = -g #-Wno-unused X X # Feel free to add any compiler-specific flags you need here. X X-CC = gcc X- X # These flags should work even on files that contain code that deals with X # 64-bit stuff. Sorry for the possibly counter-intuitive name. :) X-CFLAGS_64BIT = -Wall -Wmissing-prototypes $(DEBUG) `gtk-config --cflags`\ X+CFLAGS_64BIT = $(DEBUG) `XXGTKCONFIGXX --cflags`\ X -I/usr/X11R6/include -I../widgets -DGENTOO_PACKAGE='"gentoo"'\ X- -DGENTOO_LOCALEDIR='"/home/emil/data/projects/gentoo/locale"' X+ -DGENTOO_LOCALEDIR='"XXGENTOO_LOCALEDIRXX"' X X # Most files compile with the flags that are 64-bit compliant, plus some X # more to ensure ANSI compatibility. X-CFLAGS += $(CFLAGS_64BIT) -ansi -pedantic X+CFLAGS += $(CFLAGS_64BIT) X X # Add names of any required libraries here (only included in final link). X #LIBINTL = -lintl X-LIBS = -L/usr/lib -L/usr/X11R6/lib `gtk-config --libs` -rdynamic -ldl -lXi -lXext -lX11 -lm $(LIBINTL) X+LIBS = -L/usr/lib -L/usr/X11R6/lib `XXGTKCONFIGXX --libs` -rdynamic -lXi -lXext -lX11 -lm $(LIBINTL) X X # ----------------------------------------- Targets X END-of-gentoo/files/patch-src-Makefile echo x - gentoo/files/patch-widgets-Makefile sed 's/^X//' >gentoo/files/patch-widgets-Makefile << 'END-of-gentoo/files/patch-widgets-Makefile' X--- widgets/Makefile.orig Sun Apr 29 11:43:33 2001 X+++ widgets/Makefile Sun Aug 12 00:44:13 2001 X@@ -5,8 +5,7 @@ X X SRC = ../widgets X VPATH = $(SRC) X-CC = gcc X-CFLAGS = -g `gtk-config --cflags` -I../src X+CFLAGS+= -g `XXGTKCONFIGXX --cflags` -I../src X X # ----------------------------------------- Targets X END-of-gentoo/files/patch-widgets-Makefile echo x - gentoo/files/patch-gentoorc-example sed 's/^X//' >gentoo/files/patch-gentoorc-example << 'END-of-gentoo/files/patch-gentoorc-example' X--- gentoorc-example.orig Sun Aug 12 03:16:43 2001 X+++ gentoorc-example Sun Aug 12 03:17:31 2001 X@@ -2263,7 +2263,7 @@ X X X 0 X- "icons" X+ "XXGENTOO_ICONDIRXX" X X X 1 END-of-gentoo/files/patch-gentoorc-example 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 Aug 11 19:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19C2C37B403 for ; Sat, 11 Aug 2001 19:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C2e3r07386; Sat, 11 Aug 2001 19:40:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Aug 2001 19:40:03 -0700 (PDT) Message-Id: <200108120240.f7C2e3r07386@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/29632: Updated port: autoconf (2.52) Reply-To: Patrick Li Sender: owner-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/29632; it has been noted by GNATS. From: Patrick Li To: freebsd-gnats-submit@FreeBSD.org, papowell@astart.com Cc: Subject: Re: ports/29632: Updated port: autoconf (2.52) Date: Sat, 11 Aug 2001 22:39:17 -0400 Please take a look at the audit trial of PR 29069 and other PR's relating to this issue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 20:25:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C675C37B405; Sat, 11 Aug 2001 20:25:26 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3P2L14189; Sat, 11 Aug 2001 20:25:02 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 11 Aug 2001 20:25:02 -0700 (PDT) From: Message-Id: <200108120325.f7C3P2L14189@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29617: Update games/eboard Sender: owner-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 games/eboard State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Aug 11 20:24:54 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29617 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 20:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73D0637B40E for ; Sat, 11 Aug 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3U1614707; Sat, 11 Aug 2001 20:30:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 16EAF37B401 for ; Sat, 11 Aug 2001 20:20:41 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id 2DC28D91C; Sat, 11 Aug 2001 23:20:32 -0400 (EDT) Message-Id: <20010812032032.2DC28D91C@electron.databits.net> Date: Sat, 11 Aug 2001 23:20:32 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: shanee@augusta.de X-Send-Pr-Version: 3.113 Subject: ports/29636: Update misc/logsurfer to 1.5a Sender: owner-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: 29636 >Category: ports >Synopsis: Update misc/logsurfer to 1.5a >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 Aug 11 20:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 1.5a - remove dead MASTER_SITES - remove files/patch-* - install example config file & docs - clean up pkg-{comment,descr} >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/logsurfer/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 2000/04/14 08:46:11 1.7 +++ Makefile 2001/08/12 03:11:00 @@ -6,17 +6,29 @@ # PORTNAME= logsurfer -PORTVERSION= 1.41 +PORTVERSION= 1.5a CATEGORIES= misc -MASTER_SITES= ftp://ftp.fh-rosenheim.de/pub/mirror/cert.dfn/tools/audit/logsurfer/ \ - ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/ \ - ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cert.dfn.de/tools/audit/logsurfer/ +MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \ + ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/ +EXTRACT_SUFX= .tar MAINTAINER= shanee@augusta.de -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc + MAN1= logsurfer.1 MAN4= logsurfer.conf.4 -MANCOMPRESSED= yes + +post-install: + @${MKDIR} ${PREFIX}/share/examples/logsurfer + ${INSTALL_DATA} ${WRKSRC}/config-examples/README \ + ${PREFIX}/share/examples/logsurfer +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ChangeLog README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/logsurfer/distinfo,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 distinfo --- distinfo 1996/07/30 02:15:25 1.1.1.1 +++ distinfo 2001/08/09 04:12:30 @@ -1 +1 @@ -MD5 (logsurfer-1.41.tar.gz) = 0871a4f23d91d0e19956b19a4162992b +MD5 (logsurfer-1.5a.tar) = 49ffbf6cfca4bb17e1f824751ed9f3f3 Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/misc/logsurfer/pkg-comment,v retrieving revision 1.3 diff -u -u -r1.3 pkg-comment --- pkg-comment 1999/06/26 18:48:56 1.3 +++ pkg-comment 2001/08/09 04:22:16 @@ -1 +1 @@ -Processes logfiles and perform certain actions +Process logfiles and conditionally perform certain actions Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/misc/logsurfer/pkg-descr,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 pkg-descr --- pkg-descr 1996/07/30 02:15:26 1.1.1.1 +++ pkg-descr 2001/08/09 04:06:41 @@ -1,4 +1,6 @@ - Logsurfer is a program that works on single textlines from - a logfile (or from standard input). It compares each line - against regular expressions of a set of "rules" and per- - forms certain actions that are defined for this match. +Logsurfer is a program that works on single textlines from +a logfile (or from standard input). It compares each line +against regular expressions of a set of "rules" and per- +forms certain actions that are defined for this match. + +WWW: http://www.cert.dfn.de/eng/logsurf/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/logsurfer/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 1998/10/04 22:41:23 1.2 +++ pkg-plist 2001/08/09 04:47:33 @@ -1 +1,6 @@ bin/logsurfer +%%PORTDOCS%%share/doc/logsurfer/ChangeLog +%%PORTDOCS%%share/doc/logsurfer/README +share/examples/logsurfer/README +@dirrm share/examples/logsurfer +%%PORTDOCS%%@dirrm share/doc/logsurfer >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 Aug 11 20:35:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE67137B405; Sat, 11 Aug 2001 20:35:26 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3QO914472; Sat, 11 Aug 2001 20:26:24 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 11 Aug 2001 20:26:24 -0700 (PDT) From: Message-Id: <200108120326.f7C3QO914472@freefall.freebsd.org> To: joseph@randomnetworks.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29319: PORT (MAINTAINER UPDATE) net/balance 2.24 -> 2.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: PORT (MAINTAINER UPDATE) net/balance 2.24 -> 2.28 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Aug 11 20:26:17 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29319 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 20:45:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5E1F37B408; Sat, 11 Aug 2001 20:45:26 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3hGV15824; Sat, 11 Aug 2001 20:43:16 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 11 Aug 2001 20:43:16 -0700 (PDT) From: Message-Id: <200108120343.f7C3hGV15824@freefall.freebsd.org> To: roman@xpert.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29217: [MAINTAINER UPDATE] www/smb2www - security and bugfixes Sender: owner-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] www/smb2www - security and bugfixes State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Aug 11 20:43:06 PDT 2001 State-Changed-Why: Committed, with modifications, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29217 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 21: 1:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 914B237B40A for ; Sat, 11 Aug 2001 21:01:10 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id VAA53866; Sat, 11 Aug 2001 21:01:05 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B75FF81.5E2D810E@DougBarton.net> Date: Sat, 11 Aug 2001 21:01:05 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Patrick Li Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/29632: Updated port: autoconf (2.52) References: <200108120240.f7C2e3r07386@freefall.freebsd.org> 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 Patrick Li wrote: > > The following reply was made to PR ports/29632; it has been noted by GNATS. > > From: Patrick Li > To: freebsd-gnats-submit@FreeBSD.org, papowell@astart.com > Cc: > Subject: Re: ports/29632: Updated port: autoconf (2.52) > Date: Sat, 11 Aug 2001 22:39:17 -0400 > > Please take a look at the audit trial of PR 29069 and other > PR's relating to this issue Thanks. I was too hasty in my initial request for a new patch. I've closed this PR, and added a note to the autoconf makefile that describes the problem. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 21: 5:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3A1937B408; Sat, 11 Aug 2001 21:05:26 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C42Br17202; Sat, 11 Aug 2001 21:02:11 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 21:02:11 -0700 (PDT) From: Message-Id: <200108120402.f7C42Br17202@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/29635: New port: x11-fm/gentoo Sender: owner-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: x11-fm/gentoo Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 21:01:49 PDT 2001 Responsible-Changed-Why: I use this fm, and I like it so I'll test the port and commit when ready http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29635 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 21: 5:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07DF437B409; Sat, 11 Aug 2001 21:05:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3ubV16792; Sat, 11 Aug 2001 20:56:37 -0700 (PDT) (envelope-from dougb) Date: Sat, 11 Aug 2001 20:56:37 -0700 (PDT) From: Message-Id: <200108120356.f7C3ubV16792@freefall.freebsd.org> To: papowell@astart.com, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/29632: Updated port: autoconf (2.52) Sender: owner-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: Updated port: autoconf (2.52) State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Sat Aug 11 20:55:39 PDT 2001 State-Changed-Why: Closed in favor of ports/29069, which also mentions the reasons why this port shouldn't be updated willy-nilly. Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Sat Aug 11 20:55:39 PDT 2001 Responsible-Changed-Why: I closed it http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29632 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 22: 0:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77EF937B401 for ; Sat, 11 Aug 2001 22:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C503V24655; Sat, 11 Aug 2001 22:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67CED37B403 for ; Sat, 11 Aug 2001 21:50:36 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C4oad24226; Sat, 11 Aug 2001 21:50:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200108120450.f7C4oad24226@freefall.freebsd.org> Date: Sat, 11 Aug 2001 21:50:36 -0700 (PDT) From: Sean Blakey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29637: New port: logjam livejournal client (previously known as loserjabber) Sender: owner-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: 29637 >Category: ports >Synopsis: New port: logjam livejournal client (previously known as loserjabber) >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 Aug 11 22:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Blakey >Release: 4.3-STABLE >Organization: >Environment: FreeBSD beastie.speakeasy.net 4.3-STABLE FreeBSD 4.3-STABLE #8: Sat Jul 28 08:06:41 PDT 2001 root@beastie.speakeasy.net:/usr/obj/usr/src/sys/BEASTIE i386 >Description: The latest version of loserjabber has been released under the name logjam. Accordingly, I have created a new port named "logjam" derived from the existing loserjabber port. >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: # # logjam # logjam/Makefile # logjam/distinfo # logjam/pkg-comment # logjam/pkg-descr # logjam/pkg-plist # echo c - logjam mkdir -p logjam > /dev/null 2>&1 echo x - logjam/Makefile sed 's/^X//' >logjam/Makefile << 'END-of-logjam/Makefile' X# $FreeBSD$ X# Derived from ports/deskutils/loserjabber/Makefile,v 1.5 X XPORTNAME= logjam XPORTVERSION= 3.0.0 XCATEGORIES= deskutils XMASTER_SITES= http://logjam.danga.com/download/ X XMAINTAINER= sean_w_b@yahoo.com X XGNU_CONFIGURE= yes XUSE_GTK= yes XMAN1= logjam.1 XMANCOMPRESSED= no X XLIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl X X.include END-of-logjam/Makefile echo x - logjam/distinfo sed 's/^X//' >logjam/distinfo << 'END-of-logjam/distinfo' XMD5 (logjam-3.0.0.tar.gz) = 178dd0b5317f00c65699a9ed0c419d8f END-of-logjam/distinfo echo x - logjam/pkg-comment sed 's/^X//' >logjam/pkg-comment << 'END-of-logjam/pkg-comment' XA GTK interface to user journals on www.livejournal.com END-of-logjam/pkg-comment echo x - logjam/pkg-descr sed 's/^X//' >logjam/pkg-descr << 'END-of-logjam/pkg-descr' XLogjam is a GTK application which connects to http://www.livejournal.com Xand allows posting of new journal entries, history listings, friendship Xediting, and more, provided the user has a journal set up at Livejournal. XVisit http://www.livejournal.com/ for more information. X XWWW: http://logjam.danga.com/ END-of-logjam/pkg-descr echo x - logjam/pkg-plist sed 's/^X//' >logjam/pkg-plist << 'END-of-logjam/pkg-plist' Xbin/logjam Xshare/pixmaps/goat.png Xshare/pixmaps/goat.xpm X@dirrm share/pixmaps END-of-logjam/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 Aug 11 22:50:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 5410037B401 for ; Sat, 11 Aug 2001 22:50:19 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.228]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010812055018.GILJ12706.mtiwmhc21.worldnet.att.net@worldnet.att.net> for ; Sun, 12 Aug 2001 05:50:18 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 92BA150E83; Sun, 12 Aug 2001 01:09:19 -0400 (EDT) Date: Sun, 12 Aug 2001 01:09:19 -0400 From: parv To: f-ports Subject: why "links" w/ "docproj"? Message-ID: <20010812010919.A46590@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-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 think one should be able to specify which browser to use along w/ docproj port instead of links w/o editing the docproj's Makefile ... if links is in there only as a browser. a personal preference? talking of which, why a browser is needed at all (for docproj)? -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 11 23:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DF5937B409 for ; Sat, 11 Aug 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6K1f42846; Sat, 11 Aug 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 5DA2837B407 for ; Sat, 11 Aug 2001 23:14:40 -0700 (PDT) (envelope-from scott@renfro.org) Received: from renfro.org (j8x5yl@sdn-ar-009casjosP254.dialsprint.net [63.180.75.144]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id XAA12724 for ; Sat, 11 Aug 2001 23:13:42 -0700 (PDT) Received: (from scott@localhost) by renfro.org (8.11.4/8.11.4) id f7C6E2F51510; Sat, 11 Aug 2001 23:14:02 -0700 (PDT) (envelope-from scott) Message-Id: <200108120614.f7C6E2F51510@renfro.org> Date: Sat, 11 Aug 2001 23:14:02 -0700 (PDT) From: Scott Renfro Reply-To: Scott Renfro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29638: [patch] upgrade security/cfs Sender: owner-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: 29638 >Category: ports >Synopsis: [patch] upgrade security/cfs >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 Aug 11 23:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Scott Renfro >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bonsai.home.renfro.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Sun Aug 5 13:27:32 PDT 2001 scott@bonsai.home.renfro.org:/usr/src/sys/compile/FWGW4 i386 >Description: This patch upgrades security/cfs (the cryptographic filesystem) from 1.4.0-beta2 to 1.4.1. Tested on 4.4-PRERELEASE. >How-To-Repeat: >Fix: diff -ruN cfs-1.4.0b2/Makefile cfs/Makefile --- cfs-1.4.0b2/Makefile Sat Jul 22 07:46:48 2000 +++ cfs/Makefile Fri Aug 10 18:27:12 2001 @@ -6,11 +6,10 @@ # PORTNAME= cfs -PORTVERSION= 1.4.0b2 +PORTVERSION= 1.4.1 CATEGORIES= security MASTER_SITES= ftp://ftp.hacktic.nl/pub/crypto/disk/cfs/ \ ftp://ftp.uni-bielefeld.de/pub/crypto/replay/disk/cfs/ -DISTNAME= cfs.1.4.0.beta2 MAINTAINER= green@FreeBSD.org @@ -18,7 +17,6 @@ MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 MAN8= ccat.8 cfsd.8 cname.8 -NO_WRKSUBDIR= yes do-install: @cd ${WRKSRC}; \ diff -ruN cfs-1.4.0b2/distinfo cfs/distinfo --- cfs-1.4.0b2/distinfo Mon May 22 18:02:39 2000 +++ cfs/distinfo Fri Aug 10 17:54:49 2001 @@ -1 +1 @@ -MD5 (cfs.1.4.0.beta2.tar.gz) = e0e7623b95fbcfa0cdde7fa4ea9e1afd +MD5 (cfs-1.4.1.tar.gz) = f850c0ded4f4c2d4f929990827e4327d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message