From owner-freebsd-ports Sun Jun 16 0: 8:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from twoflower.liebende.de (pD9507975.dip.t-dialin.net [217.80.121.117]) by hub.freebsd.org (Postfix) with ESMTP id D4BF937B401; Sun, 16 Jun 2002 00:08:39 -0700 (PDT) Received: from twoflower.liebende.de (localhost [127.0.0.1]) by twoflower.liebende.de (8.12.3/8.12.3) with ESMTP id g5G779g0018182; Sun, 16 Jun 2002 09:07:09 +0200 (CEST) (envelope-from jstocker@twoflower.liebende.de) Received: (from root@localhost) by twoflower.liebende.de (8.12.3/8.12.3/Submit) id g5G779qb018181; Sun, 16 Jun 2002 09:07:09 +0200 (CEST) Date: Sun, 16 Jun 2002 09:07:09 +0200 (CEST) Message-Id: <200206160707.g5G779qb018181@twoflower.liebende.de> To: FreeBSD-gnats-submit@freebsd.org Subject: Downloader 2.01 does not compile on gcc 3.1 From: Jan Stocker Reply-To: Jan Stocker Cc: ports@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Jan Stocker >Confidential: no >Synopsis: Downloader 2.01 does not compile on gcc 3.1 >Severity: critical >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 5.0-CURRENT i386 >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jun 10 22:21:57 CEST 2002 root@twoflower:/usr/src/sys/i386/compile/Twoflower50 i386 >Description: Downloader has defined prototypes and implementation with default arguments in both files. e.g. tHttpDownload::init(tAddr*, tCfg*, tSocket* = 0) in httpd.cc and httpd.h So compilation failed (unter -current with system cc (3.1)) >How-To-Repeat: $ cd /usr/ports/ftp/downloader $ make >Fix: diff -urN downloader.orig/files/patch-dqueue.cc downloader/files/patch-dqueue.cc --- downloader.orig/files/patch-dqueue.cc Thu Jan 1 01:00:00 1970 +++ downloader/files/patch-dqueue.cc Sun Jun 16 08:48:12 2002 @@ -0,0 +1,11 @@ +--- main/dqueue.cc.orig Tue May 28 02:55:12 2002 ++++ main/dqueue.cc Sun Jun 16 08:38:39 2002 +@@ -127,7 +127,7 @@ + }; + }; + +-void d4xDownloadQueue::add(tDownload *what,int where=DL_WAIT){ ++void d4xDownloadQueue::add(tDownload *what,int where){ + if (where==DL_WAIT || where==DL_RUN) + RUN_OR_WAIT_DOWNLOADS+=1; + queues[where]->insert(what); diff -urN downloader.orig/files/patch-hproxy.cc downloader/files/patch-hproxy.cc --- downloader.orig/files/patch-hproxy.cc Thu Jan 1 01:00:00 1970 +++ downloader/files/patch-hproxy.cc Sun Jun 16 08:49:14 2002 @@ -0,0 +1,11 @@ +--- main/hproxy.cci.orig Thu Apr 4 03:51:31 2002 ++++ main/hproxy.cc Sun Jun 16 08:35:12 2002 +@@ -95,7 +95,7 @@ + tProxyDownload::tProxyDownload(tWriterLoger *log):tHttpDownload(log){ + }; + +-int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) { ++int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) { + DBC_RETVAL_IF_FAIL(hostinfo!=NULL,-1); + DBC_RETVAL_IF_FAIL(cfg!=NULL,-1); + HTTP=new tHProxyClient(cfg); diff -urN downloader.orig/files/patch-httpd.cc downloader/files/patch-httpd.cc --- downloader.orig/files/patch-httpd.cc Thu Jan 1 01:00:00 1970 +++ downloader/files/patch-httpd.cc Sun Jun 16 08:50:34 2002 @@ -0,0 +1,11 @@ +--- main/httpd.cc.orig Thu Mar 28 10:34:34 2002 ++++ main/httpd.cc Sun Jun 16 08:37:50 2002 +@@ -179,7 +179,7 @@ + }; + }; + +-int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) { ++int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) { + Persistent=0; + HTTP=new tHttpClient(cfg); + RetrNum=0; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 0:10:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49BD337B40D for ; Sun, 16 Jun 2002 00:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G7A2b81503; Sun, 16 Jun 2002 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from twoflower.liebende.de (pD9507975.dip.t-dialin.net [217.80.121.117]) by hub.freebsd.org (Postfix) with ESMTP id D4BF937B401; Sun, 16 Jun 2002 00:08:39 -0700 (PDT) Received: from twoflower.liebende.de (localhost [127.0.0.1]) by twoflower.liebende.de (8.12.3/8.12.3) with ESMTP id g5G779g0018182; Sun, 16 Jun 2002 09:07:09 +0200 (CEST) (envelope-from jstocker@twoflower.liebende.de) Received: (from root@localhost) by twoflower.liebende.de (8.12.3/8.12.3/Submit) id g5G779qb018181; Sun, 16 Jun 2002 09:07:09 +0200 (CEST) Message-Id: <200206160707.g5G779qb018181@twoflower.liebende.de> Date: Sun, 16 Jun 2002 09:07:09 +0200 (CEST) From: Jan Stocker Reply-To: Jan Stocker To: FreeBSD-gnats-submit@FreeBSD.org Cc: ports@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39359: Downloader 2.01 does not compile on gcc 3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39359 >Category: ports >Synopsis: Downloader 2.01 does not compile on gcc 3.1 >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 Jun 16 00:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jun 10 22:21:57 CEST 2002 root@twoflower:/usr/src/sys/i386/compile/Twoflower50 i386 >Description: Downloader has defined prototypes and implementation with default arguments in both files. e.g. tHttpDownload::init(tAddr*, tCfg*, tSocket* = 0) in httpd.cc and httpd.h So compilation failed (unter -current with system cc (3.1)) >How-To-Repeat: $ cd /usr/ports/ftp/downloader $ make >Fix: diff -urN downloader.orig/files/patch-dqueue.cc downloader/files/patch-dqueue.cc --- downloader.orig/files/patch-dqueue.cc Thu Jan 1 01:00:00 1970 +++ downloader/files/patch-dqueue.cc Sun Jun 16 08:48:12 2002 @@ -0,0 +1,11 @@ +--- main/dqueue.cc.orig Tue May 28 02:55:12 2002 ++++ main/dqueue.cc Sun Jun 16 08:38:39 2002 +@@ -127,7 +127,7 @@ + }; + }; + +-void d4xDownloadQueue::add(tDownload *what,int where=DL_WAIT){ ++void d4xDownloadQueue::add(tDownload *what,int where){ + if (where==DL_WAIT || where==DL_RUN) + RUN_OR_WAIT_DOWNLOADS+=1; + queues[where]->insert(what); diff -urN downloader.orig/files/patch-hproxy.cc downloader/files/patch-hproxy.cc --- downloader.orig/files/patch-hproxy.cc Thu Jan 1 01:00:00 1970 +++ downloader/files/patch-hproxy.cc Sun Jun 16 08:49:14 2002 @@ -0,0 +1,11 @@ +--- main/hproxy.cci.orig Thu Apr 4 03:51:31 2002 ++++ main/hproxy.cc Sun Jun 16 08:35:12 2002 +@@ -95,7 +95,7 @@ + tProxyDownload::tProxyDownload(tWriterLoger *log):tHttpDownload(log){ + }; + +-int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) { ++int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) { + DBC_RETVAL_IF_FAIL(hostinfo!=NULL,-1); + DBC_RETVAL_IF_FAIL(cfg!=NULL,-1); + HTTP=new tHProxyClient(cfg); diff -urN downloader.orig/files/patch-httpd.cc downloader/files/patch-httpd.cc --- downloader.orig/files/patch-httpd.cc Thu Jan 1 01:00:00 1970 +++ downloader/files/patch-httpd.cc Sun Jun 16 08:50:34 2002 @@ -0,0 +1,11 @@ +--- main/httpd.cc.orig Thu Mar 28 10:34:34 2002 ++++ main/httpd.cc Sun Jun 16 08:37:50 2002 +@@ -179,7 +179,7 @@ + }; + }; + +-int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) { ++int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) { + Persistent=0; + HTTP=new tHttpClient(cfg); + RetrNum=0; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 0:38: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id EF36837B408 for ; Sun, 16 Jun 2002 00:38:01 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id 30797AC05; Sun, 16 Jun 2002 09:37:55 +0200 (CEST) Date: Sun, 16 Jun 2002 09:37:55 +0200 From: Anton Berezin To: walt , thyerm@picknowl.com.au Cc: freebsd-ports@freebsd.org Subject: Re: perl5 broken on -CURRENT? Message-ID: <20020616073755.GB80485@heechee.tobez.org> Mail-Followup-To: Anton Berezin , walt , thyerm@picknowl.com.au, freebsd-ports@freebsd.org References: <20020616123723.R28482-100000@new.my-unregistered-domain.com> <3D0AC3A5.27A6EC28@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020616123723.R28482-100000@new.my-unregistered-domain.com> <3D0AC3A5.27A6EC28@hotmail.com> User-Agent: Mutt/1.3.24i Sender: owner-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 Fri, Jun 14, 2002 at 09:33:41PM -0700, walt wrote: > /usr/include/sys/statvfs.h:47: syntax error before "typedef" > /usr/include/sys/statvfs.h:59: syntax error before "struct" > /usr/include/sys/statvfs.h:60: syntax error before "fsblkcnt_t" > *** Error code 1 > > Stop in /usr/ports/lang/perl5/work/perl-5.6.1. On Sun, Jun 16, 2002 at 12:44:57PM +0930, Matt Thyer wrote: > /usr/include/sys/statvfs.h:47: syntax error before "typedef" > /usr/include/sys/statvfs.h:59: syntax error before "struct" > /usr/include/sys/statvfs.h:60: syntax error before "fsblkcnt_t" > *** Error code 1 > > Stop in /usr/ports/lang/perl5/work/perl-5.6.1. I guess this was fixed 8 hours ago in rev. 1.65 of src/sys/types.h, thanks to Garrett Wollman. =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 1:46: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D28437B401; Sun, 16 Jun 2002 01:46:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8k6e95236; Sun, 16 Jun 2002 01:46:06 -0700 (PDT) (envelope-from kris) Date: Sun, 16 Jun 2002 01:46:06 -0700 (PDT) From: Message-Id: <200206160846.g5G8k6e95236@freefall.freebsd.org> To: erning@163.net, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39356: port collection get the wrong expat-1.95.2.tar.gz Sender: owner-freebsd-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 collection get the wrong expat-1.95.2.tar.gz State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sun Jun 16 01:45:55 PDT 2002 State-Changed-Why: Awaiting feedback from submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=39356 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 1:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54DCB37B404 for ; Sun, 16 Jun 2002 01:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8o4F95394; Sun, 16 Jun 2002 01:50:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 01:50:04 -0700 (PDT) Message-Id: <200206160850.g5G8o4F95394@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/39356: port collection get the wrong expat-1.95.2.tar.gz Reply-To: Kris Kennaway Sender: owner-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/39356; it has been noted by GNATS. From: Kris Kennaway To: Andy Wang Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/39356: port collection get the wrong expat-1.95.2.tar.gz Date: Sun, 16 Jun 2002 01:45:43 -0700 On Sat, Jun 15, 2002 at 07:13:12PM -0700, Andy Wang wrote: > vi that wrong expat-1.95.2.tar.gz, it is a html format file saying > that there are many mirror sites to download this file, so I think > it's just the download path in search list somewhere in ports > collection is out-of-date, but since i am a newbie, i don't konw where > it is. Sounds like a problem with the sourceforge mirror sites, which was corrected in the ports collection about a month ago. Check that your ports collection is completely up-to-date and try again. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 1:50:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BABC637B405 for ; Sun, 16 Jun 2002 01:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8o1Y95385; Sun, 16 Jun 2002 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 0D10237B403 for ; Sun, 16 Jun 2002 01:43:34 -0700 (PDT) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id EEBBB25E; Sun, 16 Jun 2002 16:43:58 +0800 (CST) Message-Id: <20020616084358.EEBBB25E@freebsd.sinica.edu.tw> Date: Sun, 16 Jun 2002 16:43:58 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39361: New port: chinese/xpdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39361 >Category: ports >Synopsis: New port: chinese/xpdf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 16 01:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.6-RC FreeBSD 4.6-RC #0: Sat Jun 8 09:49:07 CST 2002 root@cc6-179.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: This ports enables xpdf to read chinese-traditional pdf. >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: # # xpdf/ # xpdf/Makefile # xpdf/distinfo # xpdf/files # xpdf/pkg-comment # xpdf/pkg-descr # xpdf/pkg-install # xpdf/pkg-plist # xpdf/files/dot.xpdfrc # echo c - xpdf/ mkdir -p xpdf/ > /dev/null 2>&1 echo x - xpdf/Makefile sed 's/^X//' >xpdf/Makefile << 'END-of-xpdf/Makefile' X# New ports collection makefile for: zh-xpdf X# Date created: 21 Avr 2002 X# Whom: chshen X# X# $FreeBSD$ X# X XPORTNAME= xpdf XPORTVERSION= 1.01 XCATEGORIES= chinese XMASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ XDISTNAME= xpdf-chinese-traditional X XMAINTAINER= statue@freebsd.sinica.edu.tw X XRUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf\ X ${LOCALBASE}/share/ghostscript/Resource/CMap/Adobe-CNS1-0:${PORTSDIR}/print/adobe-cmaps X XNO_BUILD= yes XUSE_X_PREFIX= yes XINSTALL_FILES= Adobe-CNS1.cidToUnicode Big5.unicodeMap \ X Big5ascii.unicodeMap README Xdo-install: X ${MKDIR} ${PREFIX}/share/xpdf/chinese-traditional X.for i in ${INSTALL_FILES} X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/xpdf/chinese-traditional X.endfor X ${INSTALL_DATA} ${FILESDIR}/dot.xpdfrc ${PREFIX}/share/xpdf/chinese-traditional X ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X X.include END-of-xpdf/Makefile echo x - xpdf/distinfo sed 's/^X//' >xpdf/distinfo << 'END-of-xpdf/distinfo' XMD5 (xpdf-chinese-traditional.tar.gz) = 5be730b859f8b01de569eb1bad188426 END-of-xpdf/distinfo echo c - xpdf/files mkdir -p xpdf/files > /dev/null 2>&1 echo x - xpdf/pkg-comment sed 's/^X//' >xpdf/pkg-comment << 'END-of-xpdf/pkg-comment' XChinese-traditional xpdf font support END-of-xpdf/pkg-comment echo x - xpdf/pkg-descr sed 's/^X//' >xpdf/pkg-descr << 'END-of-xpdf/pkg-descr' XThis ports enables xpdf to read chinese-traditional pdf. END-of-xpdf/pkg-descr echo x - xpdf/pkg-install sed 's/^X//' >xpdf/pkg-install << 'END-of-xpdf/pkg-install' X#!/bin/sh Xif [ "$2" = "PRE-INSTALL" ]; then X exit 0 Xfi XXPDFRC=${PKG_PREFIX}/etc/xpdfrc XADDRESOURCE=${PKG_PREFIX}/share/xpdf/chinese-traditional/dot.xpdfrc X/usr/bin/grep -F -v --file=${ADDRESOURCE} ${XPDFRC} > ${XPDFRC}.nochinese-traditional X/bin/rm -f ${XPDFRC} X/bin/cat ${XPDFRC}.nochinese-traditional ${ADDRESOURCE} > ${XPDFRC} X/bin/rm -f ${XPDFRC}.nochinese-traditional END-of-xpdf/pkg-install echo x - xpdf/pkg-plist sed 's/^X//' >xpdf/pkg-plist << 'END-of-xpdf/pkg-plist' Xshare/xpdf/chinese-traditional/Adobe-CNS1.cidToUnicode Xshare/xpdf/chinese-traditional/Big5.unicodeMap Xshare/xpdf/chinese-traditional/Big5ascii.unicodeMap Xshare/xpdf/chinese-traditional/README X@unexec mv -f %D/etc/xpdfrc %D/etc/xpdfrc.chinese-traditional X@unexec grep -F -v --file=%D/share/xpdf/chinese-traditional/dot.xpdfrc %D/etc/xpdfrc.chinese-traditional > %D/etc/xpdfrc Xshare/xpdf/chinese-traditional/dot.xpdfrc X@unexec rm -f %D/etc/xpdfrc.chinese-traditional X@dirrm share/xpdf/chinese-traditional X@dirrm share/xpdf END-of-xpdf/pkg-plist echo x - xpdf/files/dot.xpdfrc sed 's/^X//' >xpdf/files/dot.xpdfrc << 'END-of-xpdf/files/dot.xpdfrc' X#----- begin Chinese Traditional support package (2002-apr-14) XcidToUnicode Adobe-CNS1 /usr/X11R6/share/xpdf/chinese-traditional/Adobe-CNS1.cidToUnicode XunicodeMap Big5 /usr/X11R6/share/xpdf/chinese-traditional/Big5.unicodeMap XunicodeMap Big5ascii /usr/X11R6/share/xpdf/chinese-traditional/Big5ascii.unicodeMap XcMapDir Adobe-CNS1 /usr/local/share/ghostscript/Resource/CMap XtoUnicodeDir /usr/local/share/ghostscript/Resource/CMap XdisplayCIDFontX Adobe-CNS1 "-*-fixed-medium-r-normal-*-%s-*-*-*-*-*-big5-0" Big5 X# If you have the Arhpic fonts, you may want to use this instead: X# displayCIDFontX Adobe-CNS1 "-arphic-ar pl kaitim big5-medium-r-normal--%s-*-*-*-c-*-iso10646-1" UCS-2 X#----- end Chinese Traditional support package END-of-xpdf/files/dot.xpdfrc 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 Jun 16 2:30: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20CE137B410 for ; Sun, 16 Jun 2002 02:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9U1303906; Sun, 16 Jun 2002 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 6BCAE37B400 for ; Sun, 16 Jun 2002 02:29:09 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5G9T8hG038326 for ; Sun, 16 Jun 2002 02:29:08 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5G9T8NS038325; Sun, 16 Jun 2002 02:29:08 -0700 (PDT) Message-Id: <200206160929.g5G9T8NS038325@www.freebsd.org> Date: Sun, 16 Jun 2002 02:29:08 -0700 (PDT) From: Lev Serebryakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/39363: develop/kdevelop port is for KDE3 after upgrade, and we don't have port for old kdveleop now Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39363 >Category: ports >Synopsis: develop/kdevelop port is for KDE3 after upgrade, and we don't have port for old kdveleop now >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 16 02:30:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Lev Serebryakov >Release: FreeBSD 4.4-STABLE >Organization: >Environment: Ports collection from 16 Jun 2002 >Description: After last cvsup od ports-all collection, I notice (pkg_version -v | grep -v =), that devel/kdevelop was upgraded to version 2.1.1 from 2.0.2_1. I like to have all installed ports up-to-date on my home box. But I don't want to install KDE3. And here is NO port for old kdevelop (for KDE2). All other KDE ports have two version -- kxxx2 and kxxx3. Also, here IS new KDevelop for kde 2.2.2! Is KDE 2.2.2 obloete and will not be supported anymore? May be we need two version of KDevelop in ports tree? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 2:44:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA5FA37B406; Sun, 16 Jun 2002 02:44:38 -0700 (PDT) Received: (from alane@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G9icx05598; Sun, 16 Jun 2002 02:44:38 -0700 (PDT) (envelope-from alane) Date: Sun, 16 Jun 2002 02:44:38 -0700 (PDT) From: Message-Id: <200206160944.g5G9icx05598@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/39363: develop/kdevelop port is for KDE3 after upgrade, and we don't have port for old kdveleop now Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: develop/kdevelop port is for KDE3 after upgrade, and we don't have port for old kdveleop now Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: alane Responsible-Changed-When: Sun Jun 16 02:43:09 PDT 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=39363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 3: 2:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 1B7D337B403; Sun, 16 Jun 2002 03:02:42 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id ADEBAB3; Sun, 16 Jun 2002 11:02:34 +0100 (BST) Date: Sun, 16 Jun 2002 11:02:34 +0100 From: Josef Karthauser To: Akinori MUSHA Cc: Ernst de Haan , portmgr@FreeBSD.org, cvs@FreeBSD.org, demon@FreeBSD.org, ports@FreeBSD.org Subject: Re: Repocopy request java/jdk-tutorial -> java/tutorial (Was: Re: cvs commit: ports/java/jdk-tutorial Makefile pkg-message pkg-plist) Message-ID: <20020616100234.GD73604@genius.tao.org.uk> References: <200206150852.KAA29222@smtp.hccnet.nl> <86fzzo6gba.wl@archon.local.idaemons.org> <200206150933.LAA05018@smtp.hccnet.nl> <86elf86e8q.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rz+pwK2yUstbofK6" Content-Disposition: inline In-Reply-To: <86elf86e8q.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --rz+pwK2yUstbofK6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 15, 2002 at 07:13:57PM +0900, Akinori MUSHA wrote: > At Sat, 15 Jun 2002 11:33:21 +0200, > Ernst de Haan wrote: > > > > Hereby I request the following repocopy: > > > > > > > > ports/java/jdk-tutorial --> ports/java/tutorial > > > > > > It sounds too general. What is the tutorial for? I think it'd better > > > be named ports/java/java-tutorial. > >=20 > > Well, perhaps the name of the resulting package would indeed be too gen= eral.=20 > > It's a Java tutorial, so I figured that the directory location=20 > > ports/java/tutorial would provide enough information about what this th= ing=20 > > is. But considering that modules should probably not have something lik= e this: > >=20 > > tutorial ports/java/tutorial >=20 > Thanks for the consideration. >=20 > > I hereby redraw my repocopy request and request the following instead: > >=20 > > ports/java/jdk-tutorial --> ports/java/java-tutorial >=20 > Approved! I've done the repo-copy as requested. Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --rz+pwK2yUstbofK6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj0MYjkACgkQXVIcjOaxUBbougCbBE3c57FfoKps8BhPt4BkzKjp XkkAn2Puf5ZA2l1tcz6JtlHaXFS5+5n8 =RHGu -----END PGP SIGNATURE----- --rz+pwK2yUstbofK6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 3:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE62337B410 for ; Sun, 16 Jun 2002 03:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAK4F14812; Sun, 16 Jun 2002 03:20:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 03:20:04 -0700 (PDT) Message-Id: <200206161020.g5GAK4F14812@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39295: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39295; it has been noted by GNATS. From: Oliver Braun To: Ying-Chieh Liao Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/39295: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 12:13:13 +0200 * Ying-Chieh Liao [2002-06-14 20:40]: > I think one mega-patch for one category is better :) ok. I am going to submit the mega-patches for cad, astro, and audio. And this _IS_ the mega-patch for benchmarks ;o) Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 3:20:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D6A637B40E for ; Sun, 16 Jun 2002 03:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAK3214806; Sun, 16 Jun 2002 03:20:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 03:20:03 -0700 (PDT) Message-Id: <200206161020.g5GAK3214806@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39273: Update port: cad/xcircuit ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39273; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39273: Update port: cad/xcircuit ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 12:10:36 +0200 Mega-patch for category cad. Obsoletes PR's ports/39268, ports/39269, ports/39270, ports/39271, ports/39272, and ports/39273. Regards, Olli Index: felt/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/felt/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- felt/Makefile 28 Apr 2002 16:31:45 -0000 1.22 +++ felt/Makefile 16 Jun 2002 10:02:41 -0000 @@ -27,7 +27,7 @@ MAN4= corduroy.4 felt.4 post-patch: - @${PERL} -pi -e 's,,, ; s,"malloc.h",,' \ + @${REINPLACE_CMD} -e 's,,, ; s,"malloc.h",,' \ ${WRKSRC}/lib/Felt/parser.c ${WRKSRC}/lib/Felt/parser.c \ ${WRKSRC}/lib/Widgets/xwd.c ${WRKSRC}/lib/Matrix/data.c \ ${WRKSRC}/lib/Matrix/factor.c ${WRKSRC}/lib/Matrix/eigen.c \ Index: gnucap/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/gnucap/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- gnucap/Makefile 12 Jun 2002 15:53:39 -0000 1.3 +++ gnucap/Makefile 16 Jun 2002 10:02:41 -0000 @@ -19,7 +19,7 @@ post-patch: .for file in src/Make2.g++ src/Make.aux modelgen/Make.aux - @${PERL} -pi -e 's|g\+\+|\$$\{CXX\}|g ; \ + @${REINPLACE_CMD} -e 's|g\+\+|\$$\{CXX\}|g ; \ s|-O2|\$$\{CXXFLAGS\}|g' ${WRKSRC}/${file} .endfor Index: gtkwave/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/gtkwave/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- gtkwave/Makefile 10 Jun 2002 17:26:09 -0000 1.3 +++ gtkwave/Makefile 16 Jun 2002 10:02:41 -0000 @@ -24,7 +24,7 @@ post-patch: @${GREP} -lR "heapsort" ${WRKSRC}/src | ${XARGS} \ - ${PERL} -pi -e "s/heapsort/hsort/g" + ${REINPLACE_CMD} -e "s/heapsort/hsort/g" .if !defined(NOPORTDOCS) post-install: Index: qcad/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/qcad/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- qcad/Makefile 30 May 2002 18:08:37 -0000 1.15 +++ qcad/Makefile 16 Jun 2002 10:02:41 -0000 @@ -25,7 +25,7 @@ .endif post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qcad ${PREFIX}/bin Index: slffea/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/slffea/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- slffea/Makefile 9 Feb 2002 07:30:11 -0000 1.1 +++ slffea/Makefile 16 Jun 2002 10:02:41 -0000 @@ -38,7 +38,7 @@ post-patch: @(find ${WRKSRC} -name Makefile | xargs \ - ${PERL} -pi -e "s,^CC = (.*),CC = ${CC} ${CFLAGS},g ; \ + ${REINPLACE_CMD} -e "s,^CC = (.*),CC = ${CC} ${CFLAGS},g ; \ s,-lglut,-lglut ${PTHREAD_LIBS},g") do-install: Index: xcircuit/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/xcircuit/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- xcircuit/Makefile 22 May 2002 12:58:21 -0000 1.33 +++ xcircuit/Makefile 16 Jun 2002 10:02:41 -0000 @@ -24,7 +24,7 @@ MAN1= xcircuit.1 post-patch: - @find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \ 's|||g' post-install: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 3:20:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90A0537B414 for ; Sun, 16 Jun 2002 03:20:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAK6W14818; Sun, 16 Jun 2002 03:20:06 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 03:20:06 -0700 (PDT) Message-Id: <200206161020.g5GAK6W14818@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39275: Update port: astro/xephem ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39275; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39275: Update port: astro/xephem ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 12:15:34 +0200 mega-patch for category astro. Obsoletes PR's ports/39274, and ports/39275. Regards, Olli Index: pyweather/Makefile =================================================================== RCS file: /home/ncvs/ports/astro/pyweather/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- pyweather/Makefile 29 Apr 2002 11:24:29 -0000 1.9 +++ pyweather/Makefile 16 Jun 2002 10:13:46 -0000 @@ -18,7 +18,7 @@ NO_BUILD= yes post-patch: - @${PERL} -pi -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ + @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py do-install: Index: xephem/Makefile =================================================================== RCS file: /home/ncvs/ports/astro/xephem/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- xephem/Makefile 29 Jan 2002 09:33:24 -0000 1.28 +++ xephem/Makefile 16 Jun 2002 10:13:46 -0000 @@ -24,7 +24,7 @@ LIBIPSRC= ${WRKDIR}/${DISTNAME}/libip post-patch: - @${PERL} -pi -e 's|CC =|CC?=|g ; \ + @${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \ s|CFLAGS=|CFLAGS+=|g ; \ s|-O2 ||g' ${LIBASTROSRC}/Makefile ${LIBIPSRC}/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 3:30:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 562DA37B416 for ; Sun, 16 Jun 2002 03:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GAU4915757; Sun, 16 Jun 2002 03:30:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 03:30:04 -0700 (PDT) Message-Id: <200206161030.g5GAU4915757@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39283: Update port: audio/midimountain ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39283; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39283: Update port: audio/midimountain ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 12:20:55 +0200 mega-patch for category audio. Obsoletes PR's ports/39276, ports/39277, ports/39278, ports/39279, ports/39280, ports/39281, ports/39282, ports/39283, ports/39284, ports/39285, ports/39286, ports/39287, ports/39288, ports/39289, ports/39290, ports/39291, ports/39292, and ports/39294. Regards, Olli Index: Maaate/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/Maaate/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Maaate/Makefile 28 Mar 2002 16:17:54 -0000 1.3 +++ Maaate/Makefile 16 Jun 2002 10:15:52 -0000 @@ -18,7 +18,7 @@ INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e "s,-ldl,,g ; s,\(CCLD,(CXXLD,g" ${WRKSRC}/demos/Makefile.in + @${REINPLACE_CMD} -e "s,-ldl,,g ; s,\(CCLD,(CXXLD,g" ${WRKSRC}/demos/Makefile.in post-install: .if !defined(NOPORTDOCS) Index: cheesetracker/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/cheesetracker/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- cheesetracker/Makefile 9 Jun 2002 20:32:55 -0000 1.4 +++ cheesetracker/Makefile 16 Jun 2002 10:15:52 -0000 @@ -27,6 +27,6 @@ @${RM} -f ${WRKSRC}/config.cache post-patch: - @${PERL} -pi -e "s,AFMT_S16_NE,AFMT_S16_LE,g" ${WRKSRC}/waveout/sound_driver_oss.cpp + @${REINPLACE_CMD} -e "s,AFMT_S16_NE,AFMT_S16_LE,g" ${WRKSRC}/waveout/sound_driver_oss.cpp .include Index: gdcd/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/gdcd/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- gdcd/Makefile 29 Nov 2001 22:19:04 -0000 1.9 +++ gdcd/Makefile 16 Jun 2002 10:15:52 -0000 @@ -25,7 +25,7 @@ @cd ${WRKSRC}; ${ACLOCAL} -I ${X11BASE}/share/aclocal pre-build: - @${PERL} -pi -e "s/autoheader/${AUTOHEADER}/" \ + @${REINPLACE_CMD} -e "s/autoheader/${AUTOHEADER}/" \ ${BUILD_WRKSRC}/Makefile .include Index: ksmp3play/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ksmp3play/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- ksmp3play/Makefile 17 Apr 2002 12:37:48 -0000 1.2 +++ ksmp3play/Makefile 16 Jun 2002 10:15:53 -0000 @@ -24,7 +24,7 @@ MAN1= ksmp3play.1 post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: Index: libmikmod/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/libmikmod/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- libmikmod/Makefile 7 Mar 2002 02:42:36 -0000 1.23 +++ libmikmod/Makefile 16 Jun 2002 10:15:53 -0000 @@ -26,7 +26,7 @@ @${RM} -f ${WRKSRC}/docs/mikmod.info-* post-patch: - @${PERL} -pi -e 's|\$$CFLAGS -pthread|\$$CFLAGS ${PTHREAD_CFLAGS}|g ; \ + @${REINPLACE_CMD} -e 's|\$$CFLAGS -pthread|\$$CFLAGS ${PTHREAD_CFLAGS}|g ; \ s|-pthread \$$REENTRANT|\$$REENTRANT ${PTHREAD_CFLAGS}|g ; \ s|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ s|-lc_r|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure Index: libsndfile/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/libsndfile/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- libsndfile/Makefile 2 May 2002 21:23:37 -0000 1.5 +++ libsndfile/Makefile 16 Jun 2002 10:15:53 -0000 @@ -21,7 +21,7 @@ new_file_type.HOWTO sndfile_info.html pre-patch: - @${PERL} -pi -e 's|-g -O2 ||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-g -O2 ||g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) Index: mhwaveedit/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mhwaveedit/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- mhwaveedit/Makefile 30 May 2002 18:07:15 -0000 1.2 +++ mhwaveedit/Makefile 16 Jun 2002 10:15:53 -0000 @@ -32,7 +32,7 @@ .endif post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CFLAGS =.*$$|CFLAGS = \@CFLAGS\@|g' do-install: Index: midimountain/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/midimountain/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- midimountain/Makefile 15 Dec 2001 06:52:45 -0000 1.2 +++ midimountain/Makefile 16 Jun 2002 10:15:53 -0000 @@ -21,10 +21,10 @@ post-patch: .for file in midimountain.conf main.cpp - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/midimountain/${file} + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/midimountain/${file} .endfor .for dir in pixmaps languages - ${PERL} -pi -e "s, ${dir}/, ${DATADIR}/${dir}/,g" ${WRKSRC}/midimountain/${dir}/Makefile.in + ${REINPLACE_CMD} -e "s, ${dir}/, ${DATADIR}/${dir}/,g" ${WRKSRC}/midimountain/${dir}/Makefile.in .endfor .include Index: mp3asm/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mp3asm/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- mp3asm/Makefile 30 Aug 2001 05:09:03 -0000 1.3 +++ mp3asm/Makefile 16 Jun 2002 10:15:53 -0000 @@ -24,7 +24,7 @@ @${RM} ${WRKSRC}/config.cache post-patch: - @${PERL} -pi -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c + @${REINPLACE_CMD} -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c post-install: .if !defined(NOPORTDOCS) Index: muse/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/muse/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- muse/Makefile 8 Jun 2002 18:21:46 -0000 1.2 +++ muse/Makefile 16 Jun 2002 10:15:53 -0000 @@ -29,11 +29,11 @@ CONFIGURE_ARGS= --disable-debug post-patch: - @${PERL} -pi -e 's|-O3|\$$CFLAGS|g ; \ + @${REINPLACE_CMD} -e 's|-O3|\$$CFLAGS|g ; \ s|\$$GTK_LIBS -lgthread|\$$GTK_LIBS \$$GLIB_LIBS|g ; \ s|\$$GTK_FLAGS|\$$GTK_CFLAGS \$$GLIB_CFLAGS|g' \ ${WRKSRC}/configure - @${PERL} -pi -e 's|-lpthread||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/muse ${PREFIX}/bin Index: nas/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/nas/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- nas/Makefile 30 Dec 2001 18:15:33 -0000 1.20 +++ nas/Makefile 16 Jun 2002 10:15:53 -0000 @@ -25,7 +25,7 @@ post-patch: @find ${WRKSRC} -name '*.[ch]' | xargs \ - ${PERL} -pi -e "s|||g" + ${REINPLACE_CMD} -e "s|||g" post-install: @${SED} -e 's:/usr/X11R6:${PREFIX}:g' ${PKGMESSAGE} Index: osalp/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/osalp/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- osalp/Makefile 8 Jun 2002 18:24:16 -0000 1.2 +++ osalp/Makefile 16 Jun 2002 10:15:53 -0000 @@ -27,7 +27,7 @@ PLIST_SUB= VERSION=${PORTVERSION} post-patch: - @${PERL} -pi -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \ + @${REINPLACE_CMD} -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \ ${WRKSRC}/configure .include Index: pimp3/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/pimp3/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- pimp3/Makefile 26 May 2002 13:33:57 -0000 1.10 +++ pimp3/Makefile 16 Jun 2002 10:15:53 -0000 @@ -21,7 +21,7 @@ USE_PYTHON= yes post-patch: - @${PERL} -pi -ne "s!/usr/bin/python!${LOCALBASE}/bin/python!;" ${WRKSRC}/pimp3.py + @${REINPLACE_CMD} -ne "s!/usr/bin/python!${LOCALBASE}/bin/python!;" ${WRKSRC}/pimp3.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ Index: rawrec/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/rawrec/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- rawrec/Makefile 8 Jun 2002 18:27:34 -0000 1.3 +++ rawrec/Makefile 16 Jun 2002 10:15:53 -0000 @@ -30,7 +30,7 @@ MLINKS= rawrec.1 rawplay.1 post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' do-install: Index: sfront/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/sfront/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- sfront/Makefile 25 May 2002 16:51:12 -0000 1.5 +++ sfront/Makefile 16 Jun 2002 10:15:53 -0000 @@ -19,7 +19,7 @@ ALL_TARGET= # empty post-patch: - @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin/sfront ${PREFIX}/bin Index: xmixer/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmixer/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- xmixer/Makefile 19 Feb 2001 22:58:15 -0000 1.8 +++ xmixer/Makefile 16 Jun 2002 10:15:54 -0000 @@ -21,6 +21,6 @@ MLINKS= xmixer.1 xgmixer.1 pre-patch: - @find ${WRKSRC} -type f | xargs ${PERL} -pi -e 's|rxvt -e|xterm -e|g' + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g' .include Index: xmmix/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmmix/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- xmmix/Makefile 11 Dec 2000 02:02:16 -0000 1.12 +++ xmmix/Makefile 16 Jun 2002 10:15:54 -0000 @@ -19,6 +19,6 @@ MAN1= xmmix.1 post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad .include Index: xmp/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xmp/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- xmp/Makefile 9 Dec 2001 02:27:21 -0000 1.12 +++ xmp/Makefile 16 Jun 2002 10:15:54 -0000 @@ -36,6 +36,6 @@ MLINKS= xmp.1 xxmp.1 post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1 + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1 .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 4:40:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D259537B400; Sun, 16 Jun 2002 04:40:36 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GBeaA33625; Sun, 16 Jun 2002 04:40:36 -0700 (PDT) (envelope-from demon) Date: Sun, 16 Jun 2002 04:40:36 -0700 (PDT) From: Message-Id: <200206161140.g5GBeaA33625@freefall.freebsd.org> To: udo.schweigert@siemens.com, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39261: maintainer-update of security/nessus-plugins-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update of security/nessus-plugins-devel State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Sun Jun 16 04:39:17 PDT 2002 State-Changed-Why: Patch committed, thanks! Note, that there is no reason to bump PORTREVISION since without the patch committed it was impossible to build a package. http://www.freebsd.org/cgi/query-pr.cgi?pr=39261 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 4:50:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0267437B409 for ; Sun, 16 Jun 2002 04:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GBo1V34723; Sun, 16 Jun 2002 04:50:01 -0700 (PDT) (envelope-from gnats) Received: from dmlb.org (pc1-camc6-0-cust106.cam.cable.ntl.com [80.4.4.106]) by hub.freebsd.org (Postfix) with ESMTP id 8130237B422 for ; Sun, 16 Jun 2002 04:48:37 -0700 (PDT) Received: from slave.my.domain ([192.168.200.39]) by dmlb.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 17JYWK-000Pkr-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 16 Jun 2002 12:48:36 +0100 Received: from dmlb by slave.my.domain with local (Exim 3.36 #1) id 17JYWJ-0002iR-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 16 Jun 2002 12:48:35 +0100 Message-Id: Date: Sun, 16 Jun 2002 12:48:35 +0100 From: Duncan Barclay Reply-To: Duncan Barclay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39364: new 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: 39364 >Category: ports >Synopsis: new port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 16 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Duncan Barclay >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD slave.my.domain 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 9 21:38:44 BST 2002 dmlb@slave.my.domain:/usr/src-CVSup/sys/compile/SLAVE i386 >Description: New port of "gwave" - a GTK waveform viewer, but not gtkwave. >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: # # gwave # gwave/pkg-comment # gwave/pkg-descr # gwave/pkg-plist # gwave/distinfo # gwave/Makefile # gwave/files # gwave/files/patch-wavefile.c # echo c - gwave mkdir -p gwave > /dev/null 2>&1 echo x - gwave/pkg-comment sed 's/^X//' >gwave/pkg-comment << 'END-of-gwave/pkg-comment' XWaveform viewer for analogue electronic simulation tools END-of-gwave/pkg-comment echo x - gwave/pkg-descr sed 's/^X//' >gwave/pkg-descr << 'END-of-gwave/pkg-descr' XGwave is a waveform viewer. Its purpose is for viewing analog data, Xsuch as the output from Spice-like simulations. X XGwave can read binary or ascii files written by HSpice from transient, XAC, or Sweep analyses, "raw" files written by Spice2, Spice3, or Xngspice, and transient analysis files from the CAzM simulator. It can Xalso read a generic tabular ASCII format suitable for use with ACS or Xhomegrown tools. X XIt supports multiple "panels" (graticlules) with multiple variables Xdisplayed in each. Two vertical-bar cursors are available for Xtime-difference measurements. Multiple files can be loaded, for Xcomparing the results of several simulations. X XMuch of Gwave's user interface is written in the Guile extension Xlanguage and is therefore easily extensible for custom applications Xwithout recompilation. X XWWW: http://geda.seul.org/tools/gwave END-of-gwave/pkg-descr echo x - gwave/pkg-plist sed 's/^X//' >gwave/pkg-plist << 'END-of-gwave/pkg-plist' Xbin/sp2sp Xbin/gwave Xbin/gwave-exec Xbin/gwaverepl Xshare/guile/app/gwave/system.gwaverc Xshare/guile/app/gwave/cmds.scm Xshare/guile/app/gwave/dynlink.scm Xshare/guile/app/gwave/globals.scm Xshare/guile/app/gwave/minimal.scm Xshare/guile/app/gwave/std-args.scm Xshare/guile/app/gwave/std-menus.scm Xshare/guile/app/gwave/std-toolbar.scm Xshare/guile/app/gwave/extra-menus.scm Xshare/guile/app/gwave/visiblewave-ops.scm Xshare/guile/app/gwave/gwave-startup.scm X@dirrm share/guile/app/gwave END-of-gwave/pkg-plist echo x - gwave/distinfo sed 's/^X//' >gwave/distinfo << 'END-of-gwave/distinfo' XMD5 (gwave-20020122.tar.gz) = 0e5bbf0787e4ab82f804e617bf3ad86f END-of-gwave/distinfo echo x - gwave/Makefile sed 's/^X//' >gwave/Makefile << 'END-of-gwave/Makefile' X# New ports collection makefile for: gwave X# Date created: 16 June 2002 X# Whom: Duncan Barclay X# X# $FreeBSD$ X# X XPORTNAME= gwave XPORTVERSION= 20020122 XCATEGORIES= cad XMASTER_SITES= http://geda.seul.org/dist/ X XMAINTAINER= dmlb@dmlb.org X XRUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils XLIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \ X guile.9:${PORTSDIR}/lang/guile \ X guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk X X#USE_LIBTOOL= yes XUSE_AUTOCONF= yes XUSE_GTK= yes X#INSTALLS_SHLIB= yes X#CONFIGURE_ARGS= --enable-gdgeda XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X#DISTNAME= geda-${PORTNAME}-${PORTVERSION} X XMAN1= sp2sp.1 X X.include END-of-gwave/Makefile echo c - gwave/files mkdir -p gwave/files > /dev/null 2>&1 echo x - gwave/files/patch-wavefile.c sed 's/^X//' >gwave/files/patch-wavefile.c << 'END-of-gwave/files/patch-wavefile.c' X--- spicefile/wavefile.c~ Sun Jun 16 12:16:05 2002 X+++ spicefile/wavefile.c Sun Jun 16 12:01:26 2002 X@@ -32,6 +32,7 @@ X X X #ifdef HAVE_POSIX_REGEXP X+#include X #include X #define REGEXP_T regex_t X #define regexp_test(c,s) (regexec((c), (s), 0, NULL, 0) == 0) END-of-gwave/files/patch-wavefile.c 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 Jun 16 5:10:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F14C737B404 for ; Sun, 16 Jun 2002 05:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCA1U40541; Sun, 16 Jun 2002 05:10:01 -0700 (PDT) (envelope-from gnats) Received: from unsane.de (p50804C65.dip.t-dialin.net [80.128.76.101]) by hub.freebsd.org (Postfix) with ESMTP id 69E4337B406 for ; Sun, 16 Jun 2002 05:09:17 -0700 (PDT) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id 56068440 for ; Sun, 16 Jun 2002 14:09:15 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id 8B38222C; Sun, 16 Jun 2002 14:09:14 +0200 (CEST) Message-Id: <20020616120914.8B38222C@unsane.de> Date: Sun, 16 Jun 2002 14:09:14 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39365: [MAINTAINER UPDATE] net/rsync: Fix after ${REINPLACE_CMD} commit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39365 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/rsync: Fix after ${REINPLACE_CMD} commit >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 Jun 16 05:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 12:43:32 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: Fix error on -current. sed(1) fails if backup file already exists. Reported by bento -> http://bento.freebsd.org/errorlogs/5-latest/rsync-2.5.5_1.log Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rsync/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- Makefile 2002/06/14 07:21:10 1.71 +++ Makefile 2002/06/16 12:03:29 @@ -47,9 +47,11 @@ pre-configure: @${REINPLACE_CMD} -e 's:/etc/:${PREFIX}/etc/:g' \ ${WRKSRC}/rsync.h ${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 + @${RM} ${WRKSRC}/rsync.h.bak @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ ${WRKSRC}/rsync.h ${WRKSRC}/zlib/zutil.h .if defined(WITH_SSH) + @${RM} ${WRKSRC}/rsync.h.bak @${REINPLACE_CMD} -e 's/"rsh"/"ssh"/g' ${WRKSRC}/rsync.h .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 6: 0:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 2617637B406; Sun, 16 Jun 2002 06:00:40 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g5GCUUg19490; Sun, 16 Jun 2002 14:30:30 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 3A9B95A548; Sun, 16 Jun 2002 14:30:30 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 6E1AD5A546; Sun, 16 Jun 2002 14:30:29 +0200 (CEST) Date: Sun, 16 Jun 2002 14:30:29 +0200 From: Oliver Braun To: Kris Kennaway Cc: ijliao@freebsd.org, ports@freebsd.org, current@freebsd.org Subject: Re: rsync 5.x breakage Message-ID: <20020616123029.GA12998@informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , Kris Kennaway , ijliao@FreeBSD.org, ports@freebsd.org, current@freebsd.org References: <20020616040000.A16402@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020616040000.A16402@xor.obsecurity.org> User-Agent: Mutt/1.4i Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD 4.6-PRERELEASE i386 http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-Uptime: 45 days X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-601 http://www.vim.org/ X-Virus-Scanned: by AMaViS snapshot-20020300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [CC ports@ and current@] * Kris Kennaway [2002-06-16 13:02]: > Looks like the ${REINPLACE_CMD} patch didn't work: > http://bento.freebsd.org/errorlogs/5-latest/rsync-2.5.5_1.log Fixed in PR ports/39365. But I am not very happy with that fix. The problem is that sed(1) on -current fails with "sed -i.bak file", if file.bak already exists, but perl does not. Since net/rsync/Makefile uses 3 ${REINPLACE_CMD}s on one file (rsync.h), I have removed the backup file with ${RM} file.bak between the calls. ==> ${REINPLACE_CMD} has different semantics on -current and -stable Maintainer only using -stable won't be able to get that error and fix it _before_ submitting. The extension bak has to be hardcoded in the Makefile. This is not very sexy, and after a change of ${REINPLACE_CMD} to something like sed -i.orig this will fail again. So, what about changing sed(1) on -current to unify semantics of ${REINPLACE_CMD}? Regards, Olli -- IST & IIS _ INF _ UniBwM ___________ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _______________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve ________ http://www.freebsd.org/ ___________________ GnuPG: 0xEF25B1BA Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 6: 7:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED53237B413; Sun, 16 Jun 2002 06:06:50 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GD6oR53615; Sun, 16 Jun 2002 06:06:50 -0700 (PDT) (envelope-from demon) Date: Sun, 16 Jun 2002 06:06:50 -0700 (PDT) From: Message-Id: <200206161306.g5GD6oR53615@freefall.freebsd.org> To: udo.schweigert@siemens.com, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39188: maintainer-update of mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update of mail/mutt-devel State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Sun Jun 16 06:06:22 PDT 2002 State-Changed-Why: Patch committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=39188 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 7: 4:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id DA72237B422; Sun, 16 Jun 2002 07:04:32 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.4/8.12.3) with ESMTP id g5GE4Gd0026445; Sun, 16 Jun 2002 18:04:21 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.4/8.12.3/Submit) id g5GE4D5o026444; Sun, 16 Jun 2002 18:04:13 +0400 (MSD) (envelope-from ache) Date: Sun, 16 Jun 2002 18:04:11 +0400 From: "Andrey A. Chernov" To: Michael Nottebrock Cc: Wesley Morgan , current@FreeBSD.ORG, ports@FreeBSD.ORG, kde-freebsd@FreeBSD.ORG Subject: Re: C++ problems Message-ID: <20020616140411.GA26239@nagual.pp.ru> References: <20020612003134.H69960-100000@volatile.chemikals.org> <3D0C22CC.8070409@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <3D0C22CC.8070409@gmx.net> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 16, 2002 at 07:31:56 +0200, Michael Nottebrock wrote: >=20 > I just hit the same problem while trying to compile KDE stuff. In my=20 > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS, causing= =20 > gcc to change its include search order. Lacking further insight, I don't= =20 > know the proper fix there, but I got around it by simply removing=20 > -I/usr/include from bsd.kde.mk. BTW, adding -I/usr/inlude produce verbose warning in new GCC, and GNU configure usually treat it as error. --=20 Andrey A. Chernov http://ache.pp.ru/ --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iQCVAwUBPQya2+JgpPLZnQjrAQH93gP8ChIigIThUHnspWdRrOwjvL+GfQWTYdNZ qpAAZ55rmK6j9Dw7fSJSnxgx8BtFjnGD1bVNCpFJLZanUZBiXxymGAxSKBaS5TS1 Ui290EO/SoSEg9sEJr23SpzTxx+avLJInYJXnuldrrLqffnQwrTGj2YNEd83Llt4 V158ypA6JTY= =nBq7 -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 7:11:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C70A437B40D; Sun, 16 Jun 2002 07:11:36 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GEBas74651; Sun, 16 Jun 2002 07:11:36 -0700 (PDT) (envelope-from demon) Date: Sun, 16 Jun 2002 07:11:36 -0700 (PDT) From: Message-Id: <200206161411.g5GEBas74651@freefall.freebsd.org> To: demon@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/38694: maintainer-update of mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update of mail/mutt-devel Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: demon Responsible-Changed-When: Sun Jun 16 07:10:35 PDT 2002 Responsible-Changed-Why: David, this may help you finish update of mail/mutt port. http://www.freebsd.org/cgi/query-pr.cgi?pr=38694 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 7:33:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from bluezone.no (a217-118-46-75.bluecom.no [217.118.46.75]) by hub.freebsd.org (Postfix) with SMTP id 32A5D37B40D for ; Sun, 16 Jun 2002 07:33:31 -0700 (PDT) Received: (qmail 453 invoked from network); 16 Jun 2002 14:33:33 -0000 Received: from localhost (HELO eirikn.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2002 14:33:33 -0000 Received: (from eirik@localhost) by eirikn.net (8.12.3/8.12.3/Submit) id g5GETXsa000396 for freebsd-ports@FreeBSD.org; Sun, 16 Jun 2002 16:29:33 +0200 (CEST) Date: Sun, 16 Jun 2002 16:29:33 +0200 From: Eirik Nygaard To: freebsd-ports@FreeBSD.org Message-ID: <20020616162933.B339@eirikn.net> Reply-To: eirikn@bluezone.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe freebsd-ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3549737B417 for ; Sun, 16 Jun 2002 08:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFo4h90676; Sun, 16 Jun 2002 08:50:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:04 -0700 (PDT) Message-Id: <200206161550.g5GFo4h90676@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39276: Update port: audio/Maaate ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39276; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39276: Update port: audio/Maaate ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:40:58 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A0737B40D for ; Sun, 16 Jun 2002 08:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFo6b90683; Sun, 16 Jun 2002 08:50:06 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:06 -0700 (PDT) Message-Id: <200206161550.g5GFo6b90683@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39277: Update port: audio/cheesetracker ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39277; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39277: Update port: audio/cheesetracker ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:41:17 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4079237B412 for ; Sun, 16 Jun 2002 08:50:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFo8N90689; Sun, 16 Jun 2002 08:50:08 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:08 -0700 (PDT) Message-Id: <200206161550.g5GFo8N90689@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39278: Update port: audio/gdcd ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39278; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39278: Update port: audio/gdcd ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:41:29 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C4737B410 for ; Sun, 16 Jun 2002 08:50:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFo9o90694; Sun, 16 Jun 2002 08:50:09 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:09 -0700 (PDT) Message-Id: <200206161550.g5GFo9o90694@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39279: Update port: audio/ksmp3play ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39279; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39279: Update port: audio/ksmp3play ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:41:40 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B109437B400 for ; Sun, 16 Jun 2002 08:50:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoB590699; Sun, 16 Jun 2002 08:50:11 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:11 -0700 (PDT) Message-Id: <200206161550.g5GFoB590699@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39280: Update port: audio/libmikmod ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39280; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39280: Update port: audio/libmikmod ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:41:49 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60BA137B40E for ; Sun, 16 Jun 2002 08:50:13 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoD690712; Sun, 16 Jun 2002 08:50:13 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:13 -0700 (PDT) Message-Id: <200206161550.g5GFoD690712@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39281: Update port: audio/libsndfile ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39281; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39281: Update port: audio/libsndfile ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:42:01 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C56E37B426 for ; Sun, 16 Jun 2002 08:50:15 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoFX90717; Sun, 16 Jun 2002 08:50:15 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:15 -0700 (PDT) Message-Id: <200206161550.g5GFoFX90717@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39282: Update port: audio/mhwaveedit ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39282; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39282: Update port: audio/mhwaveedit ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:42:11 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:50:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8877D37B42F for ; Sun, 16 Jun 2002 08:50:17 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoHH90722; Sun, 16 Jun 2002 08:50:17 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:17 -0700 (PDT) Message-Id: <200206161550.g5GFoHH90722@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39284: Update port: audio/mp3asm ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39284; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39284: Update port: audio/mp3asm ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:42:29 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B9CC37B43A for ; Sun, 16 Jun 2002 08:50:19 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoJf90727; Sun, 16 Jun 2002 08:50:19 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:19 -0700 (PDT) Message-Id: <200206161550.g5GFoJf90727@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39286: Update port: audio/muse ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39286; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39286: Update port: audio/muse ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:42:43 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C64CC37B40A for ; Sun, 16 Jun 2002 08:50:21 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoLb90732; Sun, 16 Jun 2002 08:50:21 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:21 -0700 (PDT) Message-Id: <200206161550.g5GFoLb90732@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39285: Update port: audio/nas ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39285; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39285: Update port: audio/nas ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:42:59 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A854237B41D for ; Sun, 16 Jun 2002 08:50:23 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoNV90737; Sun, 16 Jun 2002 08:50:23 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:23 -0700 (PDT) Message-Id: <200206161550.g5GFoNV90737@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39287: Update port: audio/osalp ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39287; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39287: Update port: audio/osalp ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:43:11 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EFF137B432 for ; Sun, 16 Jun 2002 08:50:25 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoPr90742; Sun, 16 Jun 2002 08:50:25 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:25 -0700 (PDT) Message-Id: <200206161550.g5GFoPr90742@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39288: Update port: audio/pimp3 ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39288; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39288: Update port: audio/pimp3 ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:43:22 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34AD437B41B for ; Sun, 16 Jun 2002 08:50:29 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoT290752; Sun, 16 Jun 2002 08:50:29 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:29 -0700 (PDT) Message-Id: <200206161550.g5GFoT290752@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39289: Update port: audio/sfront ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39289; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39289: Update port: audio/sfront ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:43:50 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6946E37B400 for ; Sun, 16 Jun 2002 08:50:27 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoRa90747; Sun, 16 Jun 2002 08:50:27 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:27 -0700 (PDT) Message-Id: <200206161550.g5GFoRa90747@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39290: Update port: audio/rawrec ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39290; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39290: Update port: audio/rawrec ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:43:36 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 556D537B429 for ; Sun, 16 Jun 2002 08:50:31 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoVm90757; Sun, 16 Jun 2002 08:50:31 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:31 -0700 (PDT) Message-Id: <200206161550.g5GFoVm90757@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39291: Update port: audio/xmixer ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39291; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39291: Update port: audio/xmixer ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:43:58 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5322937B408 for ; Sun, 16 Jun 2002 08:50:33 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoX390762; Sun, 16 Jun 2002 08:50:33 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:33 -0700 (PDT) Message-Id: <200206161550.g5GFoX390762@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39292: Update port: audio/xmmix ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39292; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39292: Update port: audio/xmmix ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:44:10 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:51:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AD0E37B40C for ; Sun, 16 Jun 2002 08:50:35 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFoZh90769; Sun, 16 Jun 2002 08:50:35 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:35 -0700 (PDT) Message-Id: <200206161550.g5GFoZh90769@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39294: Update port: audio/xmp ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39294; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39294: Update port: audio/xmp ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:44:21 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39283. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:52: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71C0C37B42C for ; Sun, 16 Jun 2002 08:50:37 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFobT90777; Sun, 16 Jun 2002 08:50:37 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:37 -0700 (PDT) Message-Id: <200206161550.g5GFobT90777@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39274: Update port: astro/pyweather ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39274; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39274: Update port: astro/pyweather ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:45:40 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39275. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:52:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6229F37B436 for ; Sun, 16 Jun 2002 08:50:39 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFodb90784; Sun, 16 Jun 2002 08:50:39 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:39 -0700 (PDT) Message-Id: <200206161550.g5GFodb90784@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39269: Update port: cad/felt ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39269; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39269: Update port: cad/felt ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:46:24 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39273. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:52:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E489437B426 for ; Sun, 16 Jun 2002 08:50:41 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFofV90798; Sun, 16 Jun 2002 08:50:41 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:41 -0700 (PDT) Message-Id: <200206161550.g5GFofV90798@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39268: Update port: cad/gnucap ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39268; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39268: Update port: cad/gnucap ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:46:37 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39273. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:52:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9295B37B43B for ; Sun, 16 Jun 2002 08:50:44 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFohX90803; Sun, 16 Jun 2002 08:50:43 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:43 -0700 (PDT) Message-Id: <200206161550.g5GFohX90803@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39270: Update port: cad/gtkwave ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39270; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39270: Update port: cad/gtkwave ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:46:52 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39273. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:53: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6758C37B433 for ; Sun, 16 Jun 2002 08:50:46 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFokI90812; Sun, 16 Jun 2002 08:50:46 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:46 -0700 (PDT) Message-Id: <200206161550.g5GFokI90812@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39271: Update port: cad/qcad ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39271; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39271: Update port: cad/qcad ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:47:07 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39273. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:53:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 950E737B443 for ; Sun, 16 Jun 2002 08:50:48 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFomD90817; Sun, 16 Jun 2002 08:50:48 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 08:50:48 -0700 (PDT) Message-Id: <200206161550.g5GFomD90817@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39272: Update port: cad/slffea ${PERL} -> ${REINPLACE_CMD} Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39272; it has been noted by GNATS. From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/39272: Update port: cad/slffea ${PERL} -> ${REINPLACE_CMD} Date: Sun, 16 Jun 2002 17:47:16 +0200 please close this. This patch has been included in the mega-patch send as follow-up to PR ports/39273. Regards, Olli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:57:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F4BF37B42A; Sun, 16 Jun 2002 08:57:17 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFvHN91633; Sun, 16 Jun 2002 08:57:17 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:57:17 -0700 (PDT) From: Message-Id: <200206161557.g5GFvHN91633@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39276: Update port: audio/Maaate ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/Maaate ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:56:59 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39276 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:57:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CA6937B432; Sun, 16 Jun 2002 08:57:26 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFvQB91677; Sun, 16 Jun 2002 08:57:26 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:57:26 -0700 (PDT) From: Message-Id: <200206161557.g5GFvQB91677@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39277: Update port: audio/cheesetracker ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/cheesetracker ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:57:20 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39277 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:57:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29B6637B43B; Sun, 16 Jun 2002 08:57:35 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFvZp91734; Sun, 16 Jun 2002 08:57:35 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:57:35 -0700 (PDT) From: Message-Id: <200206161557.g5GFvZp91734@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39278: Update port: audio/gdcd ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/gdcd ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:57:29 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39278 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:58: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16D2537B413; Sun, 16 Jun 2002 08:57:54 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFvsu91891; Sun, 16 Jun 2002 08:57:54 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:57:54 -0700 (PDT) From: Message-Id: <200206161557.g5GFvsu91891@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39279: Update port: audio/ksmp3play ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/ksmp3play ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:57:39 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39279 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:58:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08EF237B41A; Sun, 16 Jun 2002 08:58:10 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFw9q91973; Sun, 16 Jun 2002 08:58:10 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:58:10 -0700 (PDT) From: Message-Id: <200206161558.g5GFw9q91973@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39280: Update port: audio/libmikmod ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/libmikmod ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:57:59 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39280 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:58:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 457FE37B42A; Sun, 16 Jun 2002 08:58:21 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFwLk92051; Sun, 16 Jun 2002 08:58:21 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:58:21 -0700 (PDT) From: Message-Id: <200206161558.g5GFwLk92051@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39281: Update port: audio/libsndfile ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/libsndfile ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:58:14 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39281 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:58:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 237CE37B42C; Sun, 16 Jun 2002 08:58:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFwd392106; Sun, 16 Jun 2002 08:58:39 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:58:39 -0700 (PDT) From: Message-Id: <200206161558.g5GFwd392106@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39282: Update port: audio/mhwaveedit ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/mhwaveedit ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:58:24 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39282 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:59:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA92837B415; Sun, 16 Jun 2002 08:59:08 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFx8J92185; Sun, 16 Jun 2002 08:59:08 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:59:08 -0700 (PDT) From: Message-Id: <200206161559.g5GFx8J92185@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39284: Update port: audio/mp3asm ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/mp3asm ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:59:08 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39284 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:59:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 128D437B413; Sun, 16 Jun 2002 08:59:38 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFxcx92255; Sun, 16 Jun 2002 08:59:38 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:59:38 -0700 (PDT) From: Message-Id: <200206161559.g5GFxcx92255@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39286: Update port: audio/muse ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/muse ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:59:37 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39286 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:59:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43C3F37B41E; Sun, 16 Jun 2002 08:59:46 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFxkk92300; Sun, 16 Jun 2002 08:59:46 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:59:46 -0700 (PDT) From: Message-Id: <200206161559.g5GFxkk92300@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39285: Update port: audio/nas ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/nas ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:59:45 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39285 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 8:59:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFE1737B408; Sun, 16 Jun 2002 08:59:52 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFxqY92349; Sun, 16 Jun 2002 08:59:52 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:59:52 -0700 (PDT) From: Message-Id: <200206161559.g5GFxqY92349@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39287: Update port: audio/osalp ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/osalp ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:59:52 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39287 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 0: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C47DA37B408; Sun, 16 Jun 2002 08:59:57 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GFxv292394; Sun, 16 Jun 2002 08:59:57 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 08:59:57 -0700 (PDT) From: Message-Id: <200206161559.g5GFxv292394@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39288: Update port: audio/pimp3 ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/pimp3 ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 08:59:57 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39288 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 0:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 087C437B408; Sun, 16 Jun 2002 09:00:05 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG04n92459; Sun, 16 Jun 2002 09:00:04 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:00:04 -0700 (PDT) From: Message-Id: <200206161600.g5GG04n92459@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39290: Update port: audio/rawrec ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/rawrec ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:00:04 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39290 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 0:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCFFE37B421; Sun, 16 Jun 2002 09:00:15 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG0F692536; Sun, 16 Jun 2002 09:00:15 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:00:15 -0700 (PDT) From: Message-Id: <200206161600.g5GG0F692536@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39289: Update port: audio/sfront ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/sfront ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:00:14 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39289 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 0:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E173437B401; Sun, 16 Jun 2002 09:00:25 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG0Pm92767; Sun, 16 Jun 2002 09:00:25 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:00:25 -0700 (PDT) From: Message-Id: <200206161600.g5GG0Pm92767@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39291: Update port: audio/xmixer ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/xmixer ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:00:25 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39291 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 0:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29CC637B408; Sun, 16 Jun 2002 09:00:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG0X092812; Sun, 16 Jun 2002 09:00:33 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:00:33 -0700 (PDT) From: Message-Id: <200206161600.g5GG0X092812@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39292: Update port: audio/xmmix ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/xmmix ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:00:32 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39292 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 1: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB5337B420; Sun, 16 Jun 2002 09:00:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG0f492997; Sun, 16 Jun 2002 09:00:41 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:00:41 -0700 (PDT) From: Message-Id: <200206161600.g5GG0f492997@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39294: Update port: audio/xmp ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/xmp ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:00:41 PDT 2002 State-Changed-Why: Superseded by ports/39283. http://www.freebsd.org/cgi/query-pr.cgi?pr=39294 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 1:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC33737B400; Sun, 16 Jun 2002 09:01:16 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG1GV93188; Sun, 16 Jun 2002 09:01:16 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:01:16 -0700 (PDT) From: Message-Id: <200206161601.g5GG1GV93188@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39274: Update port: astro/pyweather ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-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: astro/pyweather ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:01:16 PDT 2002 State-Changed-Why: Superseded by ports/39275. http://www.freebsd.org/cgi/query-pr.cgi?pr=39274 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 1:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC1637B414; Sun, 16 Jun 2002 09:01:27 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG1Ru93231; Sun, 16 Jun 2002 09:01:27 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:01:27 -0700 (PDT) From: Message-Id: <200206161601.g5GG1Ru93231@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39269: Update port: cad/felt ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-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: cad/felt ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:01:26 PDT 2002 State-Changed-Why: Superseded by ports/39273. http://www.freebsd.org/cgi/query-pr.cgi?pr=39269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 1:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4EDE37B41C; Sun, 16 Jun 2002 09:01:35 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG1Z693274; Sun, 16 Jun 2002 09:01:35 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:01:35 -0700 (PDT) From: Message-Id: <200206161601.g5GG1Z693274@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39268: Update port: cad/gnucap ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-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: cad/gnucap ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:01:34 PDT 2002 State-Changed-Why: Superseded by ports/39273. http://www.freebsd.org/cgi/query-pr.cgi?pr=39268 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 1:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC5B137B425; Sun, 16 Jun 2002 09:01:42 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG1gK93316; Sun, 16 Jun 2002 09:01:42 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:01:42 -0700 (PDT) From: Message-Id: <200206161601.g5GG1gK93316@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39270: Update port: cad/gtkwave ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-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: cad/gtkwave ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:01:42 PDT 2002 State-Changed-Why: Superseded by ports/39273. http://www.freebsd.org/cgi/query-pr.cgi?pr=39270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 1:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0569337B42C; Sun, 16 Jun 2002 09:01:49 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG1mk93362; Sun, 16 Jun 2002 09:01:48 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:01:48 -0700 (PDT) From: Message-Id: <200206161601.g5GG1mk93362@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39271: Update port: cad/qcad ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-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: cad/qcad ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:01:48 PDT 2002 State-Changed-Why: Superseded by ports/39273. http://www.freebsd.org/cgi/query-pr.cgi?pr=39271 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9: 2: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF8137B40C; Sun, 16 Jun 2002 09:01:56 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GG1tv93404; Sun, 16 Jun 2002 09:01:55 -0700 (PDT) (envelope-from petef) Date: Sun, 16 Jun 2002 09:01:55 -0700 (PDT) From: Message-Id: <200206161601.g5GG1tv93404@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39272: Update port: cad/slffea ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-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: cad/slffea ${PERL} -> ${REINPLACE_CMD} State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Jun 16 09:01:55 PDT 2002 State-Changed-Why: Superseded by ports/39273. http://www.freebsd.org/cgi/query-pr.cgi?pr=39272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 9:10:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B2037B41E for ; Sun, 16 Jun 2002 09:10:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GGA6U97785; Sun, 16 Jun 2002 09:10:06 -0700 (PDT) (envelope-from gnats) Received: from unsane.de (p50804C65.dip.t-dialin.net [80.128.76.101]) by hub.freebsd.org (Postfix) with ESMTP id 4813F37B42C for ; Sun, 16 Jun 2002 09:00:34 -0700 (PDT) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id A76617FB for ; Sun, 16 Jun 2002 18:00:32 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id EF34D4AD; Sun, 16 Jun 2002 18:00:31 +0200 (CEST) Message-Id: <20020616160031.EF34D4AD@unsane.de> Date: Sun, 16 Jun 2002 18:00:31 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39368: [MAINTAINER UPDATE] Update port: lang/nhc98 -> 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 >Number: 39368 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update port: lang/nhc98 -> 1.14 >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 Jun 16 09:10:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 12:43:32 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: Update lang/nhc98 from 1.12 to 1.14. removed: files/patch-include::localmalloc.h files/patch-script::confhat files/patch-src::greencard::Makefile files/patch-src::hat::lib::Makefile files/patch-src::hmake::Makefile files/patch-src::hp2graph::Makefile files/patch-src::prelude::Makefile files/patch-src::runtime::Makefile scripts/pre-install The tracer is no longer part of nhc98 (I am already working on a new port for the tracer). Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/nhc98/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2002/06/16 01:54:06 1.8 +++ Makefile 2002/06/16 15:53:50 @@ -5,24 +5,14 @@ # $FreeBSD: ports/lang/nhc98/Makefile,v 1.8 2002/06/16 01:54:06 glewis Exp $ PORTNAME= nhc98 -PORTVERSION= 1.12 +PORTVERSION= 1.14 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ DISTNAME= ${PORTNAME}src-${PORTVERSION} DIST_SUBDIR= nhc98 -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-1.12-ranlib \ - patch-1.12-hmake-config \ - patch-1.12-getEnv - MAINTAINER= obraun@informatik.unibw-muenchen.de -.if defined(WITH_TRACER) -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 -BUILD_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk11 -.endif - .include .if ${OSVERSION} >= 500000 @@ -30,16 +20,7 @@ .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST= ${WRKSRC}/pkg-plist -.if !defined(WITH_TRACER) -ALL_TARGET= basic -PLIST_SUB+= TRACER="@comment " -.else -PLIST_SUB+= TRACER="" -MAKE_ENV+= PATH=${PREFIX}/jdk1.1.8/bin:$$PATH -.endif - USE_GMAKE= yes HAS_CONFIGURE= yes @@ -54,21 +35,13 @@ MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \ hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1 -pre-fetch: -.if !defined(WITH_TRACER) - @${ECHO} "" - @${ECHO} " To build nhc98 with the tracer (requires JAVA)" - @${ECHO} " define WITH_TRACER" - @${ECHO} "" -.else - @${ECHO} "" - @${ECHO} " Building nhc98 with the tracer (requires JAVA)" - @${ECHO} "" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc +post-configure: + @${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ + >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache + pre-install: .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) @${ECHO} "" @@ -78,19 +51,6 @@ @${ECHO} "" @${FALSE} .endif -# We need this to ensure that the libs will be installed into -# ${PREFIX}/lib/nhc98. Otherwise the libs will be installed -# into the build directory. The configure option won't work in the -# ports system. - ${RM} -f ${WRKSRC}/include/*.orig - ${SED} -e "s#LIBDIR=.*##" \ - < ${WRKSRC}/targets/ix86-FreeBSD/config.cache \ - > ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 - ${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ - >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 - ${RM} ${WRKSRC}/targets/ix86-FreeBSD/config.cache - ${MV} ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 \ - ${WRKSRC}/targets/ix86-FreeBSD/config.cache post-install: ${SED} -e "s#/usr/doc/nhc98#${PREFIX}/share/doc/nhc98#" \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/lang/nhc98/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2002/05/08 16:57:54 1.4 +++ distinfo 2002/06/16 15:53:50 @@ -1,4 +1 @@ -MD5 (nhc98/nhc98src-1.12.tar.gz) = cd10466ba0f06a19c55a67d3b9afd95c -MD5 (nhc98/patch-1.12-ranlib) = cdf4b449d96ca7b4caf25ac8176f1870 -MD5 (nhc98/patch-1.12-hmake-config) = 3d55e0f423cbf8a899d60b85cefcc844 -MD5 (nhc98/patch-1.12-getEnv) = deae8fae985674b5a477ee8da85160e6 +MD5 (nhc98/nhc98src-1.14.tar.gz) = 2d19e65360e0370cb88cb0adad3014bb Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/nhc98/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2002/05/08 16:57:54 1.3 +++ pkg-plist 2002/06/16 15:53:51 @@ -7,198 +7,70 @@ bin/greencard-nhc98 bin/tprofprel bin/hp2graph -bin/hat-trail-in-java -bin/hat-trans -bin/hat-stack -bin/hat-connect -bin/hat-check -bin/hat-observe -bin/hat-detect -bin/hat-checki -bin/hat-port -bin/hat-view -bin/hat-names -bin/hat-trail -lib/nhc98/hat-trail.jar -lib/nhc98/hood.jar -lib/nhc98/ix86-FreeBSD/Prelude.a -lib/nhc98/ix86-FreeBSD/Runtime.a -lib/nhc98/ix86-FreeBSD/config -lib/nhc98/ix86-FreeBSD/greencard-nhc98 -lib/nhc98/ix86-FreeBSD/hmake-PRAGMA -lib/nhc98/ix86-FreeBSD/hmakerc -lib/nhc98/ix86-FreeBSD/libdebug.a -lib/nhc98/ix86-FreeBSD/main.o -lib/nhc98/ix86-FreeBSD/mutator.o -lib/nhc98/ix86-FreeBSD/mutlib.o -lib/nhc98/ix86-FreeBSD/nhc98comp -lib/nhc98/ix86-FreeBSD/nhc98heap -lib/nhc98/ix86-FreeBSD/HInteractive -lib/nhc98/ix86-FreeBSD/MkConfig -lib/nhc98/ix86-FreeBSD/MkProg -lib/nhc98/ix86-FreeBSD/Older -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-check -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-checki -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-connect -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-detect -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-observe -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-stack -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-trail -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-view -%%TRACER%%lib/nhc98/ix86-FreeBSD/hp2graph -%%TRACER%%lib/nhc98/ix86-FreeBSD/Array.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/BinArray.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Binary.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Bit.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/CPUTime.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/CString.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Char.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Complex.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/DErrNo.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/DbgIface.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Directory.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Driver.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/FFI.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/GreenCard.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Haskell.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/IO.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/IOExtras.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Ix.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/List.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Locale.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Maybe.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Monad.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/NonStdEval.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/NonStdGetPID.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/NonStdProfile.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/NonStdTrace.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/NonStdUnsafeCoerce.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Numeric.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Observe.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/PackedString.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Prelude.T.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Prelude.p.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/PreludeAll.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Random.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Ratio.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtime.T.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtime.p.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtime.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/System.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Time.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/UnboxedArray.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/Warning.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-port -%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebug.T.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebug.p.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebug.z.a -%%TRACER%%lib/nhc98/ix86-FreeBSD/main.T.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/main.p.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/main.z.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/mutator.T.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/mutator.p.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/mutator.z.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlib.T.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlib.p.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlib.z.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel1.z.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel2.z.o -%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel3.z.o include/nhc98/Array.T.hi include/nhc98/Array.hi -include/nhc98/Array.hx include/nhc98/BinArray.hi -include/nhc98/BinArray.hx include/nhc98/Binary.T.hi include/nhc98/Binary.hi -include/nhc98/Binary.hx include/nhc98/Bit.hi -include/nhc98/Bit.hx include/nhc98/CPUTime.T.hi include/nhc98/CPUTime.hi -include/nhc98/CPUTime.hx include/nhc98/Char.T.hi include/nhc98/Char.hi -include/nhc98/Char.hx include/nhc98/Complex.T.hi include/nhc98/Complex.hi -include/nhc98/Complex.hx include/nhc98/DPrelude.hi include/nhc98/DbgIface.hi include/nhc98/DbgStub.hi include/nhc98/Directory.T.hi include/nhc98/Directory.hi -include/nhc98/Directory.hx include/nhc98/FFI.T.hi include/nhc98/FFI.hi -include/nhc98/FFI.hx include/nhc98/FFIBuiltin.T.hi include/nhc98/FFIBuiltin.hi -include/nhc98/FFIBuiltin.hx include/nhc98/GreenCard.T.hi include/nhc98/GreenCard.gc include/nhc98/GreenCard.hi -include/nhc98/GreenCard.hx include/nhc98/Haskell.hi -include/nhc98/Haskell.hx -include/nhc98/Hat.hi include/nhc98/HatBuiltin.hi include/nhc98/HsFFI.h include/nhc98/IO.T.hi include/nhc98/IO.hi -include/nhc98/IO.hx include/nhc98/IOExtras.T.hi include/nhc98/IOExtras.hi -include/nhc98/IOExtras.hx include/nhc98/Ix.T.hi include/nhc98/Ix.hi -include/nhc98/Ix.hx include/nhc98/List.T.hi include/nhc98/List.hi -include/nhc98/List.hx include/nhc98/Locale.hi -include/nhc98/Locale.hx include/nhc98/Maybe.T.hi include/nhc98/Maybe.hi -include/nhc98/Maybe.hx include/nhc98/Monad.T.hi include/nhc98/Monad.hi -include/nhc98/Monad.hx include/nhc98/NonStdEval.hi include/nhc98/NonStdGetPID.hi include/nhc98/NonStdProfile.hi include/nhc98/NonStdTrace.T.hi include/nhc98/NonStdTrace.hi -include/nhc98/NonStdTrace.hx include/nhc98/NonStdUnsafeCoerce.T.hi include/nhc98/NonStdUnsafeCoerce.hi include/nhc98/Numeric.T.hi include/nhc98/Numeric.hi -include/nhc98/Numeric.hx include/nhc98/Observe.hi include/nhc98/PackedString.T.hi include/nhc98/PackedString.hi -include/nhc98/PackedString.hx include/nhc98/Prelude.T.hi include/nhc98/Prelude.hi -include/nhc98/Prelude.hx include/nhc98/PreludeBuiltin.T.hi include/nhc98/PreludeBuiltin.hi -include/nhc98/PreludeBuiltin.hx include/nhc98/Q8defs.h include/nhc98/Random.T.hi include/nhc98/Random.hi -include/nhc98/Random.hx include/nhc98/Ratio.T.hi include/nhc98/Ratio.hi -include/nhc98/Ratio.hx include/nhc98/System.T.hi include/nhc98/System.hi -include/nhc98/System.hx -include/nhc98/TChar.hi include/nhc98/Time.hi -include/nhc98/Time.hx -include/nhc98/TPrelude.hi include/nhc98/Warning.hi include/nhc98/art.h include/nhc98/bytecode.h @@ -220,9 +92,72 @@ include/nhc98/runtime.h include/nhc98/stableptr.h include/nhc98/twopass.h -@dirrm lib/nhc98/ix86-FreeBSD -@dirrm lib/nhc98 -@dirrm include/nhc98 +lib/nhc98/hood.jar +lib/nhc98/ix86-FreeBSD/Array.z.a +lib/nhc98/ix86-FreeBSD/BinArray.z.a +lib/nhc98/ix86-FreeBSD/Binary.z.a +lib/nhc98/ix86-FreeBSD/Bit.z.a +lib/nhc98/ix86-FreeBSD/CPUTime.z.a +lib/nhc98/ix86-FreeBSD/CString.z.a +lib/nhc98/ix86-FreeBSD/Char.z.a +lib/nhc98/ix86-FreeBSD/Complex.z.a +lib/nhc98/ix86-FreeBSD/DErrNo.z.a +lib/nhc98/ix86-FreeBSD/DbgIface.z.a +lib/nhc98/ix86-FreeBSD/Directory.z.a +lib/nhc98/ix86-FreeBSD/Driver.z.a +lib/nhc98/ix86-FreeBSD/FFI.z.a +lib/nhc98/ix86-FreeBSD/GreenCard.z.a +lib/nhc98/ix86-FreeBSD/Haskell.z.a +lib/nhc98/ix86-FreeBSD/IO.z.a +lib/nhc98/ix86-FreeBSD/IOExtras.z.a +lib/nhc98/ix86-FreeBSD/Ix.z.a +lib/nhc98/ix86-FreeBSD/List.z.a +lib/nhc98/ix86-FreeBSD/Locale.z.a +lib/nhc98/ix86-FreeBSD/Maybe.z.a +lib/nhc98/ix86-FreeBSD/Monad.z.a +lib/nhc98/ix86-FreeBSD/NonStdEval.z.a +lib/nhc98/ix86-FreeBSD/NonStdGetPID.z.a +lib/nhc98/ix86-FreeBSD/NonStdProfile.z.a +lib/nhc98/ix86-FreeBSD/NonStdTrace.z.a +lib/nhc98/ix86-FreeBSD/NonStdUnsafeCoerce.z.a +lib/nhc98/ix86-FreeBSD/Numeric.z.a +lib/nhc98/ix86-FreeBSD/Observe.z.a +lib/nhc98/ix86-FreeBSD/PackedString.z.a +lib/nhc98/ix86-FreeBSD/Prelude.a +lib/nhc98/ix86-FreeBSD/Prelude.p.a +lib/nhc98/ix86-FreeBSD/PreludeAll.z.a +lib/nhc98/ix86-FreeBSD/Random.z.a +lib/nhc98/ix86-FreeBSD/Ratio.z.a +lib/nhc98/ix86-FreeBSD/Runtime.a +lib/nhc98/ix86-FreeBSD/Runtime.p.a +lib/nhc98/ix86-FreeBSD/Runtime.z.a +lib/nhc98/ix86-FreeBSD/System.z.a +lib/nhc98/ix86-FreeBSD/Time.z.a +lib/nhc98/ix86-FreeBSD/UnboxedArray.z.a +lib/nhc98/ix86-FreeBSD/Warning.z.a +lib/nhc98/ix86-FreeBSD/config +lib/nhc98/ix86-FreeBSD/greencard-nhc98 +lib/nhc98/ix86-FreeBSD/hmake-PRAGMA +lib/nhc98/ix86-FreeBSD/hp2graph +lib/nhc98/ix86-FreeBSD/main.o +lib/nhc98/ix86-FreeBSD/main.p.o +lib/nhc98/ix86-FreeBSD/main.z.o +lib/nhc98/ix86-FreeBSD/mutator.o +lib/nhc98/ix86-FreeBSD/mutator.p.o +lib/nhc98/ix86-FreeBSD/mutator.z.o +lib/nhc98/ix86-FreeBSD/mutlib.o +lib/nhc98/ix86-FreeBSD/mutlib.p.o +lib/nhc98/ix86-FreeBSD/mutlib.z.o +lib/nhc98/ix86-FreeBSD/nhc98comp +lib/nhc98/ix86-FreeBSD/nhc98heap +lib/nhc98/ix86-FreeBSD/tprofprel1.z.o +lib/nhc98/ix86-FreeBSD/tprofprel2.z.o +lib/nhc98/ix86-FreeBSD/tprofprel3.z.o +lib/hmake/ix86-FreeBSD/HInteractive +lib/hmake/ix86-FreeBSD/MkConfig +lib/hmake/ix86-FreeBSD/MkProg +lib/hmake/ix86-FreeBSD/Older +lib/hmake/ix86-FreeBSD/hmakerc %%PORTDOCS%%share/doc/nhc98/98.html %%PORTDOCS%%share/doc/nhc98/CcallingHaskell.html %%PORTDOCS%%share/doc/nhc98/bugs.html @@ -235,6 +170,7 @@ %%PORTDOCS%%share/doc/nhc98/errmsgs.html %%PORTDOCS%%share/doc/nhc98/extensions.html %%PORTDOCS%%share/doc/nhc98/ffi.html +%%PORTDOCS%%share/doc/nhc98/fig1.gif %%PORTDOCS%%share/doc/nhc98/fig2.html %%PORTDOCS%%share/doc/nhc98/fig3.html %%PORTDOCS%%share/doc/nhc98/fig4.html @@ -249,20 +185,20 @@ %%PORTDOCS%%share/doc/nhc98/limits.html %%PORTDOCS%%share/doc/nhc98/limits.html.inst %%PORTDOCS%%share/doc/nhc98/maillist.html +%%PORTDOCS%%share/doc/nhc98/new_tiny.gif +%%PORTDOCS%%share/doc/nhc98/nhc13.gif +%%PORTDOCS%%share/doc/nhc98/nhc98.gif %%PORTDOCS%%share/doc/nhc98/runtime-options.html %%PORTDOCS%%share/doc/nhc98/status.html -%%PORTDOCS%%share/doc/nhc98/new_tiny.gif %%PORTDOCS%%share/doc/nhc98/todo.html %%PORTDOCS%%share/doc/nhc98/tprof.html %%PORTDOCS%%share/doc/nhc98/tracer.html %%PORTDOCS%%share/doc/nhc98/windows.html %%PORTDOCS%%share/doc/nhc98/york-release.html -%%PORTDOCS%%share/doc/nhc98/fig1.gif -%%PORTDOCS%%share/doc/nhc98/nhc13.gif -%%PORTDOCS%%share/doc/nhc98/nhc98.gif %%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test1.hs %%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test10.hs %%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test13.hs +%%PORTDOCS%%share/doc/nhc98/bugs/README %%PORTDOCS%%share/doc/nhc98/bugs/nhc13test1.hs %%PORTDOCS%%share/doc/nhc98/bugs/nhc13test10.hs %%PORTDOCS%%share/doc/nhc98/bugs/nhc13test11.hs @@ -288,29 +224,45 @@ %%PORTDOCS%%share/doc/nhc98/bugs/nhc98test21.hs %%PORTDOCS%%share/doc/nhc98/bugs/nhc98test22.hs %%PORTDOCS%%share/doc/nhc98/bugs/nhc98test23.hs -%%PORTDOCS%%share/doc/nhc98/bugs/README %%PORTDOCS%%share/doc/nhc98/examples/ZooQuiz.hs %%PORTDOCS%%share/doc/nhc98/hat/BadInsort.hs %%PORTDOCS%%share/doc/nhc98/hat/Insort.hs %%PORTDOCS%%share/doc/nhc98/hat/browser-detail.html %%PORTDOCS%%share/doc/nhc98/hat/bugs-tools.html +%%PORTDOCS%%share/doc/nhc98/hat/bugs.html +%%PORTDOCS%%share/doc/nhc98/hat/config.html +%%PORTDOCS%%share/doc/nhc98/hat/copyright.html +%%PORTDOCS%%share/doc/nhc98/hat/download.html %%PORTDOCS%%share/doc/nhc98/hat/faq.html -%%PORTDOCS%%share/doc/nhc98/hat/fest-0202.bugs %%PORTDOCS%%share/doc/nhc98/hat/feature-table.html +%%PORTDOCS%%share/doc/nhc98/hat/fest-0202.bugs %%PORTDOCS%%share/doc/nhc98/hat/frejaHatHood.ps.gz +%%PORTDOCS%%share/doc/nhc98/hat/hat-reference.tex %%PORTDOCS%%share/doc/nhc98/hat/hat-trail-1.eps %%PORTDOCS%%share/doc/nhc98/hat/hat-trail-1.pdf %%PORTDOCS%%share/doc/nhc98/hat/hat-trail.gif %%PORTDOCS%%share/doc/nhc98/hat/hat.gif +%%PORTDOCS%%share/doc/nhc98/hat/hatuser-old.html %%PORTDOCS%%share/doc/nhc98/hat/hatuser.dvi +%%PORTDOCS%%share/doc/nhc98/hat/hatuser.html +%%PORTDOCS%%share/doc/nhc98/hat/hatuser.pdf +%%PORTDOCS%%share/doc/nhc98/hat/hatuser.ps %%PORTDOCS%%share/doc/nhc98/hat/hatuser.tex +%%PORTDOCS%%share/doc/nhc98/hat/hatuser001.gif +%%PORTDOCS%%share/doc/nhc98/hat/hw01-draft.ps.gz %%PORTDOCS%%share/doc/nhc98/hat/index.html +%%PORTDOCS%%share/doc/nhc98/hat/install.html +%%PORTDOCS%%share/doc/nhc98/hat/libraries.html %%PORTDOCS%%share/doc/nhc98/hat/limitations-detail.html %%PORTDOCS%%share/doc/nhc98/hat/limitations.html %%PORTDOCS%%share/doc/nhc98/hat/maillist.html +%%PORTDOCS%%share/doc/nhc98/hat/newhat.ps.gz %%PORTDOCS%%share/doc/nhc98/hat/old-tracing.html %%PORTDOCS%%share/doc/nhc98/hat/paper.dvi %%PORTDOCS%%share/doc/nhc98/hat/proposal.html +%%PORTDOCS%%share/doc/nhc98/hat/publications.html +%%PORTDOCS%%share/doc/nhc98/hat/requirements.html +%%PORTDOCS%%share/doc/nhc98/hat/status.html %%PORTDOCS%%share/doc/nhc98/hat/toolkitThesis.ps.gz %%PORTDOCS%%share/doc/nhc98/hat/tracing.html %%PORTDOCS%%share/doc/nhc98/hat/tutorial1.dvi @@ -319,16 +271,10 @@ %%PORTDOCS%%share/doc/nhc98/hat/tutorial1.pdf %%PORTDOCS%%share/doc/nhc98/hat/tutorial1.ps %%PORTDOCS%%share/doc/nhc98/hat/tutorial1.tex -%%PORTDOCS%%share/doc/nhc98/hat/hatuser.pdf -%%PORTDOCS%%share/doc/nhc98/hat/hatuser.html -%%PORTDOCS%%share/doc/nhc98/hat/hatuser001.gif -%%PORTDOCS%%share/doc/nhc98/hat/hatuser.ps -%%PORTDOCS%%share/doc/nhc98/hat/hw01-draft.ps.gz -%%PORTDOCS%%share/doc/nhc98/hat/newhat.ps.gz %%PORTDOCS%%share/doc/nhc98/hmake/changes.html %%PORTDOCS%%share/doc/nhc98/hmake/hi-commands.html -%%PORTDOCS%%share/doc/nhc98/hmake/hmake.html %%PORTDOCS%%share/doc/nhc98/hmake/hmake-config.html +%%PORTDOCS%%share/doc/nhc98/hmake/hmake.html %%PORTDOCS%%share/doc/nhc98/hmake/index.html %%PORTDOCS%%share/doc/nhc98/hmake/interactive.html %%PORTDOCS%%share/doc/nhc98/hmake/lineedit.html @@ -353,3 +299,8 @@ %%PORTDOCS%%@dirrm share/doc/nhc98/implementation-notes %%PORTDOCS%%@dirrm share/doc/nhc98/libs %%PORTDOCS%%@dirrm share/doc/nhc98 +@dirrm include/nhc98 +@dirrm lib/hmake/ix86-FreeBSD +@dirrm lib/hmake +@dirrm lib/nhc98/ix86-FreeBSD +@dirrm lib/nhc98 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/lang/nhc98/files/patch-Makefile,v retrieving revision 1.2 diff -u -r1.2 patch-Makefile --- files/patch-Makefile 2002/05/08 16:57:55 1.2 +++ files/patch-Makefile 2002/06/16 15:53:52 @@ -1,6 +1,6 @@ ---- Makefile.orig Fri Mar 15 20:32:19 2002 -+++ Makefile Fri Mar 15 20:33:50 2002 -@@ -143,15 +143,15 @@ +--- Makefile.orig Fri Jun 14 18:23:12 2002 ++++ Makefile Fri Jun 14 18:24:00 2002 +@@ -141,15 +141,15 @@ TARGDIR= targets TARGETS= runtime prelude greencard hp2graph hattools \ @@ -23,7 +23,7 @@ .PHONY: default basic all tracer compiler help config install hat hattools -@@ -185,8 +185,8 @@ +@@ -183,8 +183,8 @@ basic-nhc: $(PRAGMA) runtime hmake-nhc greencard-nhc compiler-nhc prelude basic-hbc: $(PRAGMA) runtime hmake-hbc greencard-hbc compiler-hbc prelude basic-ghc: $(PRAGMA) runtime hmake-ghc greencard-ghc compiler-ghc prelude @@ -32,9 +32,9 @@ +basic-gcc: runtime prelude-gcc pragma-gcc compiler-gcc \ + greencard-gcc hmake-gcc - all-$(BUILDCOMP): basic-$(BUILDCOMP) heapprofile timeprofile tracer hoodui + all-$(BUILDCOMP): basic-$(BUILDCOMP) heapprofile timeprofile #tracer #hoodui -@@ -206,9 +206,9 @@ +@@ -204,9 +204,9 @@ compiler-ghc traceruntime traceprelude hattools hat-ghc tracer-hbc: $(PRAGMA) runtime hmake-hbc greencard-hbc \ compiler-hbc traceruntime traceprelude hattools >Release-Note: >Audit-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 Jun 16 10:30:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EED337B401 for ; Sun, 16 Jun 2002 10:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GHU4s09703; Sun, 16 Jun 2002 10:30:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Jun 2002 10:30:04 -0700 (PDT) Message-Id: <200206161730.g5GHU4s09703@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hye-Shik Chang Subject: Re: ports/39321: New port: korean/mplayer-fonts Reply-To: Hye-Shik Chang Sender: owner-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/39321; it has been noted by GNATS. From: Hye-Shik Chang To: CHOI Junho Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/39321: New port: korean/mplayer-fonts Date: Mon, 17 Jun 2002 02:28:23 +0900 On Sat, Jun 15, 2002 at 04:46:29PM +0900, CHOI Junho wrote: > Hi, > > I already know about this fonts set, but I don't use mplayer > recently(just use Windows to see movies :) and it seems to be > copyright violation. (bitmap extracted without permisson of copyright > holder) "gulim" "yoondesign" is the name of commercial font name or > font company. > > If so, it should not be ports even with NO_PACKAGE. It can be > NO_PACKAGE if someone who install this port has permission of use this > fonts, but I can't find how. Can you investigate more about this issue? > I made a new port with korean/baekmukfonts-ttf and yonsei fonts (from their homepage). I added yonsei fonts because baekmukfonts weren't satisfiable as a font used for subtitles. how do you feel about this one? # 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: # # mplayer-fonts # mplayer-fonts/Makefile # mplayer-fonts/distinfo # mplayer-fonts/pkg-comment # mplayer-fonts/pkg-descr # mplayer-fonts/pkg-plist # mplayer-fonts/pkg-message # echo c - mplayer-fonts mkdir -p mplayer-fonts > /dev/null 2>&1 echo x - mplayer-fonts/Makefile sed 's/^X//' >mplayer-fonts/Makefile << 'END-of-mplayer-fonts/Makefile' X# New ports collection makefile for: ko-mplayer-fonts X# Date created: 17 June 2002 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X XPORTNAME= mplayer-fonts XPORTVERSION= 1.0 XCATEGORIES= korean graphics XMASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ X http://www.mplayerhq.hu/MPlayer/releases/ \ X http://www2.mplayerhq.hu/MPlayer/releases/ \ X http://fallin.lv/distfiles/:fontmap \ X http://www.yonsei.ac.kr/yu/intro/symbol/:yonsei XDISTFILES= MPlayer-0.90pre5.tar.bz2 \ X mplayer-fontmap-euc-kr.tar.bz2:fontmap \ X ${YONSEI_TITLE_DISTNAME}:yonsei \ X ${YONSEI_TEXT_DISTNAME}:yonsei XEXTRACT_ONLY= MPlayer-0.90pre5.tar.bz2 mplayer-fontmap-euc-kr.tar.bz2 X XMAINTAINER= perky@fallin.lv X XBUILD_DEPENDS= ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv \ X ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 \ X ${BAEKMUK_FONTDIR}/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf X XUSE_BZIP2= yes XNO_PACKAGE= Only unmodified original package can be distributed XWRKSRC= ${WRKDIR}/${MPLAYER_DISTNAME}/TOOLS/subfont-c XPLIST_SUB+= MF=${MPLAYER_FONTDIR:S,${LOCALBASE}/,,g} X XMPLAYER_DISTNAME= MPlayer-0.90pre5 XMPLAYER_FONTDIR= ${LOCALBASE}/share/mplayer/fonts/korean XFREETYPE_CONFIG= ${LOCALBASE}/bin/freetype-config X XBAEKMUK_FONTDIR= ${X11BASE}/lib/X11/fonts/TrueType XBAEKMUK_FONTS= gulim dotum batang XYONSEI_TITLE_DISTNAME= %BF%AC%BC%BC%C1%A6%B8%F1.TTF XYONSEI_TEXT_DISTNAME= %BF%AC%BC%BC%BA%BB%B9%AE.TTF XYONSEI_TITLE_FONTNAME= YonseiTitle XYONSEI_TEXT_FONTNAME= YonseiText XALL_FONTS= ${BAEKMUK_FONTS} ${YONSEI_TITLE_FONTNAME} \ X ${YONSEI_TEXT_FONTNAME} XFONT_SIZES= 12 16 20 24 X Xpost-extract: X @${LN} -sf ${DISTDIR}/${YONSEI_TITLE_DISTNAME} \ X ${WRKSRC}/${YONSEI_TITLE_FONTNAME}.ttf X @${LN} -sf ${DISTDIR}/${YONSEI_TEXT_DISTNAME} \ X ${WRKSRC}/${YONSEI_TEXT_FONTNAME}.ttf X.for fn in ${BAEKMUK_FONTS} X @${LN} -sf ${BAEKMUK_FONTDIR}/${fn}.ttf ${WRKSRC}/ X.endfor X @${LN} -sf ${WRKDIR}/euc-kr ${WRKSRC}/ X Xpost-patch: X @${ECHO_CMD} -e 'LDFLAGS=-lm `${FREETYPE_CONFIG} --libs` -liconv \ X -L${LOCALBASE}/lib\nCFLAGS=`${FREETYPE_CONFIG} --cflags` \ X -I${LOCALBASE}/include\nPROG=subfont\nNOMAN=yes\ X \n.include ' > ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's,^encoding.*,encoding=euc-kr,;\ X s,^fontsize.*,fontsize=\$$3,;\ X s,^symbolssize.*,symbolssize=\$$((\$$fontsize-2)),' \ X ${WRKSRC}/fontgen X Xpost-build: X.for font in ${ALL_FONTS} X.for size in ${FONT_SIZES} X cd ${WRKSRC} && ${SH} fontgen ${font}.ttf ${font}-${size} ${size} \ X 2> /dev/null X.endfor X.endfor X Xdo-install: X @${MKDIR} ${MPLAYER_FONTDIR} X.for font in ${ALL_FONTS} X.for size in ${FONT_SIZES} X @${TAR} -C ${WRKSRC} -cpf - ${font}-${size} | \ X ${TAR} -C ${MPLAYER_FONTDIR} -xpf - X.endfor X.endfor X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-mplayer-fonts/Makefile echo x - mplayer-fonts/distinfo sed 's/^X//' >mplayer-fonts/distinfo << 'END-of-mplayer-fonts/distinfo' XMD5 (MPlayer-0.90pre5.tar.bz2) = e5655c304af41b23701653eb7a810d3f XMD5 (mplayer-fontmap-euc-kr.tar.bz2) = bf9621e693150ab8990f2645458d53cc XMD5 (%BF%AC%BC%BC%C1%A6%B8%F1.TTF) = ec9abb1a75776ed728c69d3d660d93cd XMD5 (%BF%AC%BC%BC%BA%BB%B9%AE.TTF) = ac5390c120bdd9591153244ac773b0f4 END-of-mplayer-fonts/distinfo echo x - mplayer-fonts/pkg-comment sed 's/^X//' >mplayer-fonts/pkg-comment << 'END-of-mplayer-fonts/pkg-comment' XKorean font pack for the mplayer OSD, SUB and SMI END-of-mplayer-fonts/pkg-comment echo x - mplayer-fonts/pkg-descr sed 's/^X//' >mplayer-fonts/pkg-descr << 'END-of-mplayer-fonts/pkg-descr' XThis is the port which contains a korean set of the fonts for Xthe mplayer on-screen display and the sub title. X XIn this stage it contains the following fonts: X XBaekmuk : gulim, batang, dotum XYonsei : YonseiTitle, YonseiText END-of-mplayer-fonts/pkg-descr echo x - mplayer-fonts/pkg-plist sed 's/^X//' >mplayer-fonts/pkg-plist << 'END-of-mplayer-fonts/pkg-plist' X%%MF%%/YonseiText-12/euc-kr-a.raw X%%MF%%/YonseiText-12/euc-kr-b.raw X%%MF%%/YonseiText-12/font.desc X%%MF%%/YonseiText-12/osd-mplayer-a.raw X%%MF%%/YonseiText-12/osd-mplayer-b.raw X%%MF%%/YonseiText-16/euc-kr-a.raw X%%MF%%/YonseiText-16/euc-kr-b.raw X%%MF%%/YonseiText-16/font.desc X%%MF%%/YonseiText-16/osd-mplayer-a.raw X%%MF%%/YonseiText-16/osd-mplayer-b.raw X%%MF%%/YonseiText-20/euc-kr-a.raw X%%MF%%/YonseiText-20/euc-kr-b.raw X%%MF%%/YonseiText-20/font.desc X%%MF%%/YonseiText-20/osd-mplayer-a.raw X%%MF%%/YonseiText-20/osd-mplayer-b.raw X%%MF%%/YonseiText-24/euc-kr-a.raw X%%MF%%/YonseiText-24/euc-kr-b.raw X%%MF%%/YonseiText-24/font.desc X%%MF%%/YonseiText-24/osd-mplayer-a.raw X%%MF%%/YonseiText-24/osd-mplayer-b.raw X%%MF%%/YonseiTitle-12/euc-kr-a.raw X%%MF%%/YonseiTitle-12/euc-kr-b.raw X%%MF%%/YonseiTitle-12/font.desc X%%MF%%/YonseiTitle-12/osd-mplayer-a.raw X%%MF%%/YonseiTitle-12/osd-mplayer-b.raw X%%MF%%/YonseiTitle-16/euc-kr-a.raw X%%MF%%/YonseiTitle-16/euc-kr-b.raw X%%MF%%/YonseiTitle-16/font.desc X%%MF%%/YonseiTitle-16/osd-mplayer-a.raw X%%MF%%/YonseiTitle-16/osd-mplayer-b.raw X%%MF%%/YonseiTitle-20/euc-kr-a.raw X%%MF%%/YonseiTitle-20/euc-kr-b.raw X%%MF%%/YonseiTitle-20/font.desc X%%MF%%/YonseiTitle-20/osd-mplayer-a.raw X%%MF%%/YonseiTitle-20/osd-mplayer-b.raw X%%MF%%/YonseiTitle-24/euc-kr-a.raw X%%MF%%/YonseiTitle-24/euc-kr-b.raw X%%MF%%/YonseiTitle-24/font.desc X%%MF%%/YonseiTitle-24/osd-mplayer-a.raw X%%MF%%/YonseiTitle-24/osd-mplayer-b.raw X%%MF%%/batang-12/euc-kr-a.raw X%%MF%%/batang-12/euc-kr-b.raw X%%MF%%/batang-12/font.desc X%%MF%%/batang-12/osd-mplayer-a.raw X%%MF%%/batang-12/osd-mplayer-b.raw X%%MF%%/batang-16/euc-kr-a.raw X%%MF%%/batang-16/euc-kr-b.raw X%%MF%%/batang-16/font.desc X%%MF%%/batang-16/osd-mplayer-a.raw X%%MF%%/batang-16/osd-mplayer-b.raw X%%MF%%/batang-20/euc-kr-a.raw X%%MF%%/batang-20/euc-kr-b.raw X%%MF%%/batang-20/font.desc X%%MF%%/batang-20/osd-mplayer-a.raw X%%MF%%/batang-20/osd-mplayer-b.raw X%%MF%%/batang-24/euc-kr-a.raw X%%MF%%/batang-24/euc-kr-b.raw X%%MF%%/batang-24/font.desc X%%MF%%/batang-24/osd-mplayer-a.raw X%%MF%%/batang-24/osd-mplayer-b.raw X%%MF%%/dotum-12/euc-kr-a.raw X%%MF%%/dotum-12/euc-kr-b.raw X%%MF%%/dotum-12/font.desc X%%MF%%/dotum-12/osd-mplayer-a.raw X%%MF%%/dotum-12/osd-mplayer-b.raw X%%MF%%/dotum-16/euc-kr-a.raw X%%MF%%/dotum-16/euc-kr-b.raw X%%MF%%/dotum-16/font.desc X%%MF%%/dotum-16/osd-mplayer-a.raw X%%MF%%/dotum-16/osd-mplayer-b.raw X%%MF%%/dotum-20/euc-kr-a.raw X%%MF%%/dotum-20/euc-kr-b.raw X%%MF%%/dotum-20/font.desc X%%MF%%/dotum-20/osd-mplayer-a.raw X%%MF%%/dotum-20/osd-mplayer-b.raw X%%MF%%/dotum-24/euc-kr-a.raw X%%MF%%/dotum-24/euc-kr-b.raw X%%MF%%/dotum-24/font.desc X%%MF%%/dotum-24/osd-mplayer-a.raw X%%MF%%/dotum-24/osd-mplayer-b.raw X%%MF%%/gulim-12/euc-kr-a.raw X%%MF%%/gulim-12/euc-kr-b.raw X%%MF%%/gulim-12/font.desc X%%MF%%/gulim-12/osd-mplayer-a.raw X%%MF%%/gulim-12/osd-mplayer-b.raw X%%MF%%/gulim-16/euc-kr-a.raw X%%MF%%/gulim-16/euc-kr-b.raw X%%MF%%/gulim-16/font.desc X%%MF%%/gulim-16/osd-mplayer-a.raw X%%MF%%/gulim-16/osd-mplayer-b.raw X%%MF%%/gulim-20/euc-kr-a.raw X%%MF%%/gulim-20/euc-kr-b.raw X%%MF%%/gulim-20/font.desc X%%MF%%/gulim-20/osd-mplayer-a.raw X%%MF%%/gulim-20/osd-mplayer-b.raw X%%MF%%/gulim-24/euc-kr-a.raw X%%MF%%/gulim-24/euc-kr-b.raw X%%MF%%/gulim-24/font.desc X%%MF%%/gulim-24/osd-mplayer-a.raw X%%MF%%/gulim-24/osd-mplayer-b.raw X@dirrm %%MF%%/gulim-24 X@dirrm %%MF%%/gulim-20 X@dirrm %%MF%%/gulim-16 X@dirrm %%MF%%/gulim-12 X@dirrm %%MF%%/dotum-24 X@dirrm %%MF%%/dotum-20 X@dirrm %%MF%%/dotum-16 X@dirrm %%MF%%/dotum-12 X@dirrm %%MF%%/batang-24 X@dirrm %%MF%%/batang-20 X@dirrm %%MF%%/batang-16 X@dirrm %%MF%%/batang-12 X@dirrm %%MF%%/YonseiTitle-24 X@dirrm %%MF%%/YonseiTitle-20 X@dirrm %%MF%%/YonseiTitle-16 X@dirrm %%MF%%/YonseiTitle-12 X@dirrm %%MF%%/YonseiText-24 X@dirrm %%MF%%/YonseiText-20 X@dirrm %%MF%%/YonseiText-16 X@dirrm %%MF%%/YonseiText-12 X@dirrm %%MF%% X@unexec rmdir %D/share/mplayer/fonts 2>/dev/null || true X@unexec rmdir %D/share/mplayer 2>/dev/null || true END-of-mplayer-fonts/pkg-plist echo x - mplayer-fonts/pkg-message sed 's/^X//' >mplayer-fonts/pkg-message << 'END-of-mplayer-fonts/pkg-message' X=========================================================================== X To use these fonts, add the following line into $HOME/.mplayer/config X X unicode=1 X X and make a symbolic link of $PREFIX/share/mplayer/fonts/korean/${FONT} X as $HOME/.mplayer/font X=========================================================================== END-of-mplayer-fonts/pkg-message exit -- Hye-Shik Chang Yonsei University, Seoul ^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 10:51: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ADCB37B438 for ; Sun, 16 Jun 2002 10:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GHo2A11775; Sun, 16 Jun 2002 10:50:02 -0700 (PDT) (envelope-from gnats) Received: from bluezone.no (a217-118-46-75.bluecom.no [217.118.46.75]) by hub.freebsd.org (Postfix) with SMTP id 9D7E337B400 for ; Sun, 16 Jun 2002 10:47:57 -0700 (PDT) Received: (qmail 14325 invoked from network); 16 Jun 2002 17:48:00 -0000 Received: from localhost (HELO eirikn.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2002 17:48:00 -0000 Received: (from eirik@localhost) by eirikn.net (8.12.3/8.12.3/Submit) id g5GHlx0g014323; Sun, 16 Jun 2002 19:47:59 +0200 (CEST) Message-Id: <200206161747.g5GHlx0g014323@eirikn.net> Date: Sun, 16 Jun 2002 19:47:59 +0200 (CEST) From: Eirik Nygaard Reply-To: Eirik Nygaard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39371: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39371 >Category: ports >Synopsis: >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: Sun Jun 16 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Eirik Nygaard >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD eirikn.net 4.6-STABLE FreeBSD 4.6-STABLE #1: Sun Jun 16 16:03:12 CEST 2002 eirik@eirikn.net:/usr/obj/usr/src/sys/ITvision i386 >Description: New port: qmail-scanner a small and fast virus scanner for qmail. --- qmail-scanner.port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/mail/qmail-scanner/ # /usr/ports/mail/qmail-scanner/Makefile # /usr/ports/mail/qmail-scanner/pkg-descr # /usr/ports/mail/qmail-scanner/pkg-comment # /usr/ports/mail/qmail-scanner/pkg-plist # /usr/ports/mail/qmail-scanner/distinfo # /usr/ports/mail/qmail-scanner/files # /usr/ports/mail/qmail-scanner/files/patch-aa # echo c - /usr/ports/mail/qmail-scanner/ mkdir -p /usr/ports/mail/qmail-scanner/ > /dev/null 2>&1 echo x - /usr/ports/mail/qmail-scanner/Makefile sed 's/^X//' >/usr/ports/mail/qmail-scanner/Makefile << 'END-of-/usr/ports/mail/qmail-scanner/Makefile' X# New ports collection makefile for: qmail-scanner X# Date created: 16 June 2002 X# Whom: Eirik Nygaard X# X# $FreeBSD$ X# X XPORTNAME= qmail-scanner XPORTVERSION= 1.12 XPORTREVISION= 1 XCATEGORIES= mail security XMASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/qmail-scanner/ \ X http://telia.dl.sourceforge.net/sourceforge/qmail-scanner/ \ X http://unc.dl.sourceforge.net/sourceforge/qmail-scanner/ XEXTRACT_SUFX= .tgz X XPREFIX= /var/qmail/ XMAINTAINER=eirikn@bluezone.no XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XNO_PACKAGE=You need to configurate it specaly for each computer X X.if !exists(${PREFIX}/rc) X.BEGIN: X @${ECHO} "Install qmail with WITH_QMAILQUEUE_PATCH=yes and try to install this package again" X @${FALSE} X.endif X Xdo-configure: X @${MKDIR} ${PREFIX}/spool X Xdo-build: X @${MKDIR} ${WRKSRC} X @cd ${WRKSRC}; tar -zxf ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} X Xdo-install: X @cd ${WRKSRC}; ./configure --install --spooldir ${PREFIX}/spool/ --qmaildir ${PREFIX} X Xport-install: X @echo "Run \"su qmaild -c "/var/qmail/bin/qmail-scanner-queue.pl -g"\" on startup to activate qmail-scanner." X @echo "If you get can't do setuid then chmod +s /usr/bin/suidperl." X @echo "/usr/bin/suidperl is where your suidperl binary is located." X X.include END-of-/usr/ports/mail/qmail-scanner/Makefile echo x - /usr/ports/mail/qmail-scanner/pkg-descr sed 's/^X//' >/usr/ports/mail/qmail-scanner/pkg-descr << 'END-of-/usr/ports/mail/qmail-scanner/pkg-descr' XQmail-Scanner, (also known as scan4virus) is an addon that enables a XQmail Email server to scan all gatewayed Email for certain Xcharacteristics. It is typically used for its anti-virus protection Xfunctions, in which case it is used in conjunction with commercial virus Xscanners. but also enables a site to react to Email (at a server/site Xlevel) that contains specific strings in particular headers, or Xparticular attachment filenames or types (e.g. *.VBS attachments). It Xalso can be used as an archiving tool for auditing or backup purposes. XQmail-Scanner is integrated into the mail server at a lower level than Xsome other Unix-based virus scanners, resulting in better performance. XIt is capable of scanning not only locally sent/received Email, but also XEmail that crosses the server in a relay capacity. It also has XSpamAssassin support. X XYou need to install qmail with WITH_QMAILQUEUE_PATCH=yes for it to work. XYou alos need one of these virus scanners: Trend's Virus scanner, XSophos's "sweep" virus scanner, H+BEDV's antivir scanner, Kaspersky's XAVPLinux scanner, MacAfee's (NAI's) virus scanner(found in ports as Xuvscan), Command's virus scanner, F-Secure Anti-Virus scanner, F-Prot XAnti-Virus scanner, InocuLAN Anti-Virus scanner, RAV Antivirus, Spam XAssassin Daemon. XYou must install the virus scanner(s) befor you install qmail-scanner. END-of-/usr/ports/mail/qmail-scanner/pkg-descr echo x - /usr/ports/mail/qmail-scanner/pkg-comment sed 's/^X//' >/usr/ports/mail/qmail-scanner/pkg-comment << 'END-of-/usr/ports/mail/qmail-scanner/pkg-comment' XA virus scanner for qmail END-of-/usr/ports/mail/qmail-scanner/pkg-comment echo x - /usr/ports/mail/qmail-scanner/pkg-plist sed 's/^X//' >/usr/ports/mail/qmail-scanner/pkg-plist << 'END-of-/usr/ports/mail/qmail-scanner/pkg-plist' Xspool/viruses Xspool/quarantine.log Xspool/viruses.log Xspool/quarantine-attachments.txt Xspool/qmail-queue.log Xspool/quarantine-attachments.db Xspool/qmail-scanner-queue-version.txt Xbin/qmail-scanner-queue.pl X@dirrm spool X@dirrm spool/quarantine/tmp X@dirrm spool/quarantine/cur X@dirrm spool/quarantine/new X@dirrm spool/quarantine X@dirrm spool/working/new X@dirrm spool/working/cur X@dirrm spool/working/tmp X@dirrm spool/working X@dirrm spool X@dirrm bin END-of-/usr/ports/mail/qmail-scanner/pkg-plist echo x - /usr/ports/mail/qmail-scanner/distinfo sed 's/^X//' >/usr/ports/mail/qmail-scanner/distinfo << 'END-of-/usr/ports/mail/qmail-scanner/distinfo' XMD5 (qmail-scanner-1.12.tgz) = a0e60f61d363b0675f443fa3fcdcd9ec END-of-/usr/ports/mail/qmail-scanner/distinfo echo c - /usr/ports/mail/qmail-scanner/files mkdir -p /usr/ports/mail/qmail-scanner/files > /dev/null 2>&1 echo x - /usr/ports/mail/qmail-scanner/files/patch-aa sed 's/^X//' >/usr/ports/mail/qmail-scanner/files/patch-aa << 'END-of-/usr/ports/mail/qmail-scanner/files/patch-aa' X--- ../qmail-scanner-1.12/configure Thu May 9 23:16:05 2002 X+++ configure Sun Jun 16 19:14:44 2002 X@@ -50,7 +50,6 @@ X X [Hit to continue] X " X- read ans X QSLANG="en_GB" X fi X X@@ -221,7 +220,6 @@ X X [Hit to continue] X " X- read ans X QSLANG="en_GB" X fi X X@@ -241,7 +239,6 @@ X X Continue? ([Y]/N) X EOF X-read ans X if [ "`echo $ans|grep -i n`" != "" ]; then X exit X fi X@@ -1115,7 +1112,6 @@ X X Continue? ([Y]/N) X EOF X-read ans X if [ "`echo $ans|grep -i n`" != "" ]; then X exit X fi X@@ -1302,7 +1298,6 @@ X if [ "$INSTALLIT" != "0" ]; then X echo "Hit RETURN to create initial directory structure under $AS_QQ," X printf "and install qmail-scanner-queue.pl under $BINDIR: " X- read ans X X mv -f $BINDIR/qmail-scanner-queue.pl $BINDIR/qmail-scanner-queue.pl.old 2>/dev/null X cp -f qmail-scanner-queue.pl $BINDIR/qmail-scanner-queue.pl END-of-/usr/ports/mail/qmail-scanner/files/patch-aa exit --- qmail-scanner.port ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 16 10:51:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE1A337B433 for ; Sun, 16 Jun 2002 10:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GHo1r11766; Sun, 16 Jun 2002 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by hub.freebsd.org (Postfix) with ESMTP id 67C0D37B415 for ; Sun, 16 Jun 2002 10:46:36 -0700 (PDT) Received: from mail.allbsd.org (p20180-adsan10hon-acca.tokyo.ocn.ne.jp [61.118.68.180]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id C817219C4 for ; Mon, 17 Jun 2002 02:46:34 +0900 (JST) Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10]) by mail.allbsd.org (8.12.3/3.7W/DomainMaster) with ESMTP id g5GHhrcu081797 for ; Mon, 17 Jun 2002 02:43:53 +0900 (JST) (envelope-from hrs@allbsd.org) Received: from alph.allbsd.org (localhost [127.0.0.1]) by alph.allbsd.org (8.12.3/8.12.3) with ESMTP id g5GHhqfv001405 for ; Mon, 17 Jun 2002 02:43:52 +0900 (JST) (envelope-from hrs@alph.allbsd.org) Received: (from hrs@localhost) by alph.allbsd.org (8.12.3/8.12.3/Submit) id g5GHhpqZ001404; Mon, 17 Jun 2002 02:43:51 +0900 (JST) Message-Id: <200206161743.g5GHhpqZ001404@alph.allbsd.org> Date: Mon, 17 Jun 2002 02:43:51 +0900 (JST) From: Hiroki Sato Reply-To: Hiroki Sato To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39370: Update port: japanese/dvipsk-vflib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39370 >Category: ports >Synopsis: Update port: japanese/dvipsk-vflib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 16 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.5-STABLE i386 >Organization: Tokyo Univ. of Science >Environment: System: FreeBSD alph.allbsd.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 25 22:53:23 JST 2002 root@alph.hrslab.yi.org:/home/obj/usr/src/sys/alph i386 >Description: Update to 5.86a. I tried to contact the maintainer several times, but he did not reply. If no one maintains this port, I will do instead. >How-To-Repeat: N/A >Fix: Index: dvipsk-vflib/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/dvipsk-vflib/Makefile,v retrieving revision 1.13 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.13 Makefile --- dvipsk-vflib/Makefile 21 Jan 2002 05:32:12 -0000 1.13 +++ dvipsk-vflib/Makefile 16 Jun 2002 17:24:51 -0000 @@ -6,27 +6,40 @@ # PORTNAME= dvipsk -PORTVERSION= 5.78a -PORTREVISION= 1 +PORTVERSION= 5.86a CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/ \ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \ + ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/ \ ftp://ftp.center.osaka-u.ac.jp/CTAN/dviware/dvipsk/ \ ftp://ftp.riken.go.jp/pub/CTAN/dviware/dvipsk/ \ ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/dviware/dvipsk/ \ - http://math.shinshu-u.ac.jp/~nakayama/howto/tex/ + http://math.shinshu-u.ac.jp/~nakayama/howto/tex/ \ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/hrs/ PKGNAMESUFFIX= -vflib -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - dvipsk-jpatch-p1.4d.tar.gz \ - ${PORTNAME}${PKGNAMESUFFIX}-1.1alpha.patch.tgz +DISTFILES= ${TETEX_SRC} \ + dvipsk-jpatch-p1.5d.tar.gz \ + ${PORTNAME}${PKGNAMESUFFIX}-1.1alpha-15d-586.patch.tar.gz +#EXTRACT_ONLY= ${TETEX_SRC} MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp RUN_DEPENDS= MakeTeXPK:${PORTSDIR}/japanese/ptex-common LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib +PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR} + +TEXMF= share/texmf +MKTEXLSR= mktexlsr + +RESOLUTION?= 300 +TETEX_SRC= teTeX-src-1.0.7.tar.gz +WRKSRC= ${WRKDIR}/teTeX-1.0/texk +BUILD_WRKSRC= ${WRKSRC}/dvipsk +INSTALL_WRKSRC= ${BUILD_WRKSRC} + MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* -DIST_SUBDIR= ptex +DIST_SUBDIR= teTeX USE_GMAKE= yes GNU_CONFIGURE= yes